diff --git a/.github/workflows/propertytest.yml b/.github/workflows/propertytest.yml index 55d9aa836d..1c4b7528e6 100644 --- a/.github/workflows/propertytest.yml +++ b/.github/workflows/propertytest.yml @@ -4,6 +4,10 @@ on: push: branches: "**" +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/regtest.yml b/.github/workflows/regtest.yml index 1549b995d4..e2213860b9 100644 --- a/.github/workflows/regtest.yml +++ b/.github/workflows/regtest.yml @@ -4,6 +4,10 @@ on: push: branches: "**" +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/ruff-check.yml b/.github/workflows/ruff-check.yml index a7c276954f..47ecb05979 100644 --- a/.github/workflows/ruff-check.yml +++ b/.github/workflows/ruff-check.yml @@ -7,4 +7,4 @@ jobs: - uses: actions/checkout@v4 - uses: chartboost/ruff-action@v1 with: - version: 0.7.4 + version: 0.8.2 diff --git a/.github/workflows/ruff-format.yml b/.github/workflows/ruff-format.yml index 77d384dd60..ee3970942f 100644 --- a/.github/workflows/ruff-format.yml +++ b/.github/workflows/ruff-format.yml @@ -8,4 +8,4 @@ jobs: - uses: chartboost/ruff-action@v1 with: args: "format --check" - version: 0.7.4 + version: 0.8.2 diff --git a/apiary.apib b/apiary.apib index df86b1cdcf..68bfe0f9b5 100644 --- a/apiary.apib +++ b/apiary.apib @@ -1,4 +1,4 @@ -[//]: # (Generated by genapidoc.py on 2024-12-09 18:28:21.881827. Do not edit manually.) +[//]: # (Generated by genapidoc.py on 2024-12-12 13:14:35.826846. Do not edit manually.) FORMAT: 1A HOST: https://api.counterparty.io:4000 @@ -95,6 +95,13 @@ Or to know the events triggered by a given transaction: `/v2/transactions//events` +You can also obtain the events triggered by a transaction using the `verbose` flag: + +`/v2/transactions?verbose=true` + +However, please note that in this way, the following events are excluded from the list of events: +`NEW_TRANSACTION`, `TRANSACTION_PARSED`, `CREDIT`, `DEBIT`, `INCREMENT_TRANSACTION_COUNT`, `NEW_TRANSACTION_OUTPUT`. + ### ZeroMQ Publisher You can enable the ZeroMQ server by starting `counterparty-server` with the `--enable-zmq-publisher` flag. @@ -178,22 +185,22 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 900, + "event_index": 941, "event": "NEW_BLOCK", "params": { - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_index": 233, - "block_time": 1733768880, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_index": 235, + "block_time": 1734009260, "difficulty": 545259519, - "previous_block_hash": "59482cd1dfbcea8ffb1b0693dd6a714a92aad702dbc8530718a0812053c0a1da" + "previous_block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23" }, "tx_hash": null, - "block_index": 233, - "block_time": 1733768880 + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 892, - "result_count": 133 + "next_cursor": 939, + "result_count": 135 } ``` @@ -203,36 +210,30 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 901, + "event_index": 942, "event": "NEW_TRANSACTION", "params": { - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_index": 233, - "block_time": 1733768880, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_index": 235, + "block_time": 1734009260, "btc_amount": 1000, "data": "0d00", - "destination": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "fee": 0, - "source": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "utxos_info": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1 e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0 3 1", - "unpacked_data": { - "message_type": "dispense", - "message_type_id": 13, - "message_data": { - "data": "00" - } - }, + "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "transaction_type": "dispense", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 893, - "result_count": 107 + "next_cursor": 932, + "result_count": 111 } ``` @@ -242,24 +243,24 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 902, + "event_index": 943, "event": "NEW_TRANSACTION_OUTPUT", "params": { - "block_index": 233, + "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "out_index": 0, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 579, + "next_cursor": 592, "result_count": 5 } ``` @@ -270,23 +271,23 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 913, + "event_index": 954, "event": "BLOCK_PARSED", "params": { - "block_index": 233, - "ledger_hash": "c16dd8fcc33d4cae029a2a8a2d6a6420a10e9d9dec3163c78c488af863fc37a0", - "messages_hash": "cfcd29dc4e97d4f42475cf247adb08532276cf372970e303741bacd1a53f5714", + "block_index": 235, + "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", + "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", "transaction_count": 1, - "txlist_hash": "e5d5cf3cbda59c3c77f77659e4625b7b90ab0c0d455e9cbf5110fe74a263c07d", - "block_time": 1733768880 + "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", + "block_time": 1734009260 }, "tx_hash": null, - "block_index": 233, - "block_time": 1733768880 + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 899, - "result_count": 133 + "next_cursor": 940, + "result_count": 135 } ``` @@ -296,20 +297,20 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 912, + "event_index": 953, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110 }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 898, - "result_count": 92 + "next_cursor": 937, + "result_count": 111 } ``` @@ -321,19 +322,19 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 906, + "event_index": 947, "event": "DEBIT", "params": { "action": "utxo move", "address": null, "asset": "XCP", - "block_index": 233, - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "block_index": 235, + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "utxo_address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "utxo_address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -343,13 +344,13 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 903, - "result_count": 90 + "next_cursor": 944, + "result_count": 94 } ``` @@ -359,19 +360,19 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -381,13 +382,13 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 907, - "result_count": 110 + "next_cursor": 948, + "result_count": 114 } ``` @@ -397,35 +398,35 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 638, + "event_index": 653, "event": "ENHANCED_SEND", "params": { "asset": "MPMASSET", "block_index": 201, - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "memo": null, "msg_index": 0, "quantity": 1000, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "status": "valid", - "tx_hash": "399265c88887ea0fdb697bb5070dfe0769b1ce970aa29161114880a73e3ad2e5", + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", "tx_index": 77, - "block_time": 1733768709, + "block_time": 1734009080, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "0.00001000" }, - "tx_hash": "399265c88887ea0fdb697bb5070dfe0769b1ce970aa29161114880a73e3ad2e5", + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", "block_index": 201, - "block_time": 1733768709 + "block_time": 1734009080 } ], - "next_cursor": 515, + "next_cursor": 528, "result_count": 3 } ``` @@ -436,20 +437,20 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 698, + "event_index": 713, "event": "MPMA_SEND", "params": { "asset": "XCP", "block_index": 205, - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "memo": "memo1", "msg_index": 2, "quantity": 10, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "status": "valid", - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", "tx_index": 81, - "block_time": 1733768736, + "block_time": 1734009095, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -459,12 +460,12 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "0.00000010" }, - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", "block_index": 205, - "block_time": 1733768736 + "block_time": 1734009095 } ], - "next_cursor": 697, + "next_cursor": 712, "result_count": 15 } ``` @@ -495,24 +496,24 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 558, + "event_index": 571, "event": "SWEEP", "params": { "block_index": 190, - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "status": "valid", - "tx_hash": "ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe", + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", "tx_index": 65, - "block_time": 1733768646, + "block_time": 1734009038, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe", + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", "block_index": 190, - "block_time": 1733768646 + "block_time": 1734009038 } ], "next_cursor": null, @@ -526,7 +527,7 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 326, + "event_index": 338, "event": "ASSET_DIVIDEND", "params": { "asset": "MYASSETA", @@ -534,15 +535,15 @@ Here is a list of events classified by theme and for each an example response: "dividend_asset": "XCP", "fee_paid": 20000, "quantity_per_unit": 100000000, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "status": "valid", - "tx_hash": "f083d619e6fc210e79a41f9aa9a6251d59354a8297134c1a6a941b3aed885060", + "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", "tx_index": 42, - "block_time": 1733768449, + "block_time": 1734008849, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -556,9 +557,9 @@ Here is a list of events classified by theme and for each an example response: "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00020000" }, - "tx_hash": "f083d619e6fc210e79a41f9aa9a6251d59354a8297134c1a6a941b3aed885060", + "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", "block_index": 146, - "block_time": 1733768449 + "block_time": 1734008849 } ], "next_cursor": null, @@ -584,22 +585,22 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 895, + "event_index": 934, "event": "ASSET_CREATION", "params": { "asset_id": "117132633401", "asset_longname": null, "asset_name": "OPENFAIR", - "block_index": 232, - "block_time": 1733768872 + "block_index": 233, + "block_time": 1734009252 }, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "block_index": 232, - "block_time": 1733768872 + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_time": 1734009252 } ], - "next_cursor": 860, - "result_count": 26 + "next_cursor": 899, + "result_count": 27 } ``` @@ -609,13 +610,13 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 896, + "event_index": 935, "event": "ASSET_ISSUANCE", "params": { "asset": "OPENFAIR", "asset_events": "open_fairminter", "asset_longname": null, - "block_index": 232, + "block_index": 233, "call_date": 0, "call_price": 0, "callable": false, @@ -623,26 +624,26 @@ Here is a list of events classified by theme and for each an example response: "divisible": true, "fair_minting": true, "fee_paid": 50000000.0, - "issuer": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "locked": false, "quantity": 0, "reset": false, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": "valid", "transfer": false, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "tx_index": 105, - "block_time": 1733768872, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 109, + "block_time": 1734009252, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" }, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "block_index": 232, - "block_time": 1733768872 + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_time": 1734009252 } ], - "next_cursor": 875, - "result_count": 51 + "next_cursor": 900, + "result_count": 52 } ``` @@ -652,22 +653,22 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 870, + "event_index": 885, "event": "ASSET_DESTRUCTION", "params": { "asset": "PREMINT", "block_index": 228, "quantity": 50, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "status": "valid", "tag": "soft cap not reached", - "tx_hash": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d", + "tx_hash": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef", "tx_index": 101, - "block_time": 1733768859, + "block_time": 1734009215, "asset_info": { "asset_longname": null, "description": "My super description", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false }, @@ -675,10 +676,10 @@ Here is a list of events classified by theme and for each an example response: }, "tx_hash": null, "block_index": 228, - "block_time": 1733768859 + "block_time": 1734009215 } ], - "next_cursor": 817, + "next_cursor": 832, "result_count": 4 } ``` @@ -691,12 +692,12 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 886, + "event_index": 925, "event": "OPEN_ORDER", "params": { - "block_index": 231, + "block_index": 232, "expiration": 21, - "expire_index": 252, + "expire_index": 253, "fee_provided": 10000, "fee_provided_remaining": 10000, "fee_required": 0, @@ -707,11 +708,11 @@ Here is a list of events classified by theme and for each an example response: "give_asset": "BTC", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": "open", - "tx_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "tx_index": 104, - "block_time": 1733768868, + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "tx_index": 108, + "block_time": 1734009248, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -722,7 +723,7 @@ Here is a list of events classified by theme and for each an example response: "get_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "divisible": true, "locked": false }, @@ -735,12 +736,12 @@ Here is a list of events classified by theme and for each an example response: "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "block_index": 231, - "block_time": 1733768868 + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "block_index": 232, + "block_time": 1734009248 } ], - "next_cursor": 881, + "next_cursor": 920, "result_count": 9 } ``` @@ -751,33 +752,33 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 889, + "event_index": 928, "event": "ORDER_MATCH", "params": { "backward_asset": "BTC", "backward_quantity": 1000, - "block_index": 231, + "block_index": 232, "fee_paid": 0, "forward_asset": "UTXOASSET", "forward_quantity": 1000, - "id": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e_ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "match_expire_index": 251, + "id": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa_923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "match_expire_index": 252, "status": "pending", - "tx0_address": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", - "tx0_block_index": 230, + "tx0_address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "tx0_block_index": 231, "tx0_expiration": 21, - "tx0_hash": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e", - "tx0_index": 103, - "tx1_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "tx1_block_index": 231, + "tx0_hash": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa", + "tx0_index": 107, + "tx1_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx1_block_index": 232, "tx1_expiration": 21, - "tx1_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "tx1_index": 104, - "block_time": 1733768868, + "tx1_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "tx1_index": 108, + "block_time": 1734009248, "forward_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "divisible": true, "locked": false }, @@ -792,12 +793,12 @@ Here is a list of events classified by theme and for each an example response: "backward_quantity_normalized": "0.00001000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "block_index": 231, - "block_time": 1733768868 + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "block_index": 232, + "block_time": 1734009248 } ], - "next_cursor": 676, + "next_cursor": 691, "result_count": 5 } ``` @@ -808,7 +809,7 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 888, + "event_index": 927, "event": "ORDER_UPDATE", "params": { "fee_provided_remaining": 10000, @@ -816,16 +817,16 @@ Here is a list of events classified by theme and for each an example response: "get_remaining": 0, "give_remaining": 0, "status": "open", - "tx_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "block_index": 231, - "block_time": 1733768868 + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "block_index": 232, + "block_time": 1734009248 } ], - "next_cursor": 887, + "next_cursor": 926, "result_count": 19 } ``` @@ -836,15 +837,15 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 494, + "event_index": 507, "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e" + "tx_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844" }, - "tx_hash": "7465942888fed56ab07634ba6303b91b70a7a6ee6f60045de25cd9c2b343896c", + "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", "block_index": 182, - "block_time": 1733768595 + "block_time": 1734008987 } ], "next_cursor": null, @@ -858,19 +859,19 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 844, + "event_index": 859, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "order_match_id": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "order_match_id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "status": "expired" }, - "tx_hash": "971a5817a2de0e385a780cd173ead9a7271162f298b47e7fb033805cf02e01b5", + "tx_hash": "0c87ede571560bd4f222c906f20c13761730c981944308d35de8290b122db0c8", "block_index": 225, - "block_time": 1733768847 + "block_time": 1734009204 } ], - "next_cursor": 670, + "next_cursor": 685, "result_count": 4 } ``` @@ -881,23 +882,23 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 495, + "event_index": 508, "event": "BTC_PAY", "params": { "block_index": 182, "btc_amount": 2000, - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "order_match_id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "status": "valid", - "tx_hash": "7465942888fed56ab07634ba6303b91b70a7a6ee6f60045de25cd9c2b343896c", + "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", "tx_index": 57, - "block_time": 1733768595, + "block_time": 1734008987, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "7465942888fed56ab07634ba6303b91b70a7a6ee6f60045de25cd9c2b343896c", + "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", "block_index": 182, - "block_time": 1733768595 + "block_time": 1734008987 } ], "next_cursor": null, @@ -911,20 +912,20 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 540, + "event_index": 553, "event": "CANCEL_ORDER", "params": { "block_index": 188, - "offer_hash": "aaf051d2c9d71072e1fded1f3fbeeeb4635f8d5bd40cf277571ec189b6f08379", - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "offer_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "status": "valid", - "tx_hash": "4bb19d1a569983fc8244e0eb936d950301c1bd4ddaf4bca86ac1636eed7afa01", + "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", "tx_index": 63, - "block_time": 1733768637 + "block_time": 1734009032 }, - "tx_hash": "4bb19d1a569983fc8244e0eb936d950301c1bd4ddaf4bca86ac1636eed7afa01", + "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", "block_index": 188, - "block_time": 1733768637 + "block_time": 1734009032 } ], "next_cursor": null, @@ -938,20 +939,20 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 743, + "event_index": 758, "event": "ORDER_EXPIRATION", "params": { "block_index": 211, - "order_hash": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "block_time": 1733768778 + "order_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_time": 1734009136 }, - "tx_hash": "237596721100697995715f69633687a0acfdb05c77388493b48bda76ac4949d5", + "tx_hash": "86548b36f67d5b0ec6ac30be2dbf2f0f03b1b28d8539dc4b9cd54a6391379f93", "block_index": 211, - "block_time": 1733768778 + "block_time": 1734009136 } ], - "next_cursor": 690, + "next_cursor": 705, "result_count": 5 } ``` @@ -962,21 +963,21 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 846, + "event_index": 861, "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 225, - "order_match_id": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "tx1_address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "block_time": 1733768847 + "order_match_id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "block_time": 1734009204 }, - "tx_hash": "971a5817a2de0e385a780cd173ead9a7271162f298b47e7fb033805cf02e01b5", + "tx_hash": "0c87ede571560bd4f222c906f20c13761730c981944308d35de8290b122db0c8", "block_index": 225, - "block_time": 1733768847 + "block_time": 1734009204 } ], - "next_cursor": 673, + "next_cursor": 688, "result_count": 3 } ``` @@ -989,7 +990,7 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 574, + "event_index": 587, "event": "OPEN_DISPENSER", "params": { "asset": "TESTLOCKDESC", @@ -999,17 +1000,17 @@ Here is a list of events classified by theme and for each an example response: "give_quantity": 1, "give_remaining": 10000, "oracle_address": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "satoshirate": 1, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "status": 0, - "tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", "tx_index": 68, - "block_time": 1733768656, + "block_time": 1734009049, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -1018,12 +1019,12 @@ Here is a list of events classified by theme and for each an example response: "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", "block_index": 193, - "block_time": 1733768656 + "block_time": 1734009049 } ], - "next_cursor": 254, + "next_cursor": 264, "result_count": 5 } ``` @@ -1034,15 +1035,15 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 910, + "event_index": 951, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": 0, - "tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1052,12 +1053,12 @@ Here is a list of events classified by theme and for each an example response: }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 581, + "next_cursor": 594, "result_count": 8 } ``` @@ -1068,18 +1069,18 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 243, + "event_index": 253, "event": "REFILL_DISPENSER", "params": { "asset": "XCP", "block_index": 135, - "destination": "mxah87jgNwgD75guScxjbraTyLYBbVPvqv", + "destination": "mnJc1EmoRBj3iWbFrxJmi4NgFsbA4J7hXF", "dispense_quantity": 10, - "dispenser_tx_hash": "aa6d4d29c3bcc3b2cb113fafeccc380fb8566654c4998ab5832ff8b787f7658e", - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "tx_hash": "1dbd6c8f1f5fdf19d7464702c62f7c03c903e1bb7957e7db3fc278da9b08a14f", + "dispenser_tx_hash": "e408a23e51dc48c3f8797f91af7fc6db5b24139981408a5bddaeaab936767ba8", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "tx_hash": "8366f247bd09645457d5e774d90dee6f8233618b505a5c6415519f8295f69eba", "tx_index": 31, - "block_time": 1733768399, + "block_time": 1734008810, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1089,9 +1090,9 @@ Here is a list of events classified by theme and for each an example response: }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "1dbd6c8f1f5fdf19d7464702c62f7c03c903e1bb7957e7db3fc278da9b08a14f", + "tx_hash": "8366f247bd09645457d5e774d90dee6f8233618b505a5c6415519f8295f69eba", "block_index": 135, - "block_time": 1733768399 + "block_time": 1734008810 } ], "next_cursor": null, @@ -1105,20 +1106,20 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 911, + "event_index": 952, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 233, + "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1129,12 +1130,12 @@ Here is a list of events classified by theme and for each an example response: "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 582, + "next_cursor": 595, "result_count": 5 } ``` @@ -1147,28 +1148,28 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 200, + "event_index": 210, "event": "BROADCAST", "params": { "block_index": 129, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "ce5df2ee63224c02057698b043f7dbcabcfc3ad5316f5bd27422c53de92c4cfa", + "tx_hash": "96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e", "tx_index": 25, "value": 66600.0, - "block_time": 1733768367, + "block_time": 1734008785, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "ce5df2ee63224c02057698b043f7dbcabcfc3ad5316f5bd27422c53de92c4cfa", + "tx_hash": "96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e", "block_index": 129, - "block_time": 1733768367 + "block_time": 1734008785 } ], - "next_cursor": 195, + "next_cursor": 205, "result_count": 2 } ``` @@ -1181,13 +1182,13 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 894, + "event_index": 933, "event": "NEW_FAIRMINTER", "params": { "asset": "OPENFAIR", "asset_longname": null, "asset_parent": null, - "block_index": 232, + "block_index": 233, "burn_payment": false, "description": "", "divisible": true, @@ -1203,12 +1204,12 @@ Here is a list of events classified by theme and for each an example response: "quantity_by_price": 1, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "start_block": 0, "status": "open", - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "tx_index": 105, - "block_time": 1733768872, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 109, + "block_time": 1734009252, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -1216,12 +1217,12 @@ Here is a list of events classified by theme and for each an example response: "max_mint_per_tx_normalized": "0.00000010", "premint_quantity_normalized": "0.00000000" }, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "block_index": 232, - "block_time": 1733768872 + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_time": 1734009252 } ], - "next_cursor": 859, + "next_cursor": 874, "result_count": 18 } ``` @@ -1232,18 +1233,18 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 868, + "event_index": 883, "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d" + "tx_hash": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef" }, "tx_hash": null, "block_index": 228, - "block_time": 1733768859 + "block_time": 1734009215 } ], - "next_cursor": 854, + "next_cursor": 869, "result_count": 8 } ``` @@ -1254,24 +1255,24 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 820, + "event_index": 835, "event": "NEW_FAIRMINT", "params": { "asset": "BURNER", "block_index": 221, "commission": 20000000, "earn_quantity": 80000000, - "fairminter_tx_hash": "ff90b986e9792c8ef7e70452f401b4a550fc7b0dbdbca0fcbf1d93ab69bf2a92", + "fairminter_tx_hash": "067bb19b8ee8c5580fda9895c1846f6d7e1ebdfa5fc5722f156ba8a07e2e629c", "paid_quantity": 100000000, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": "valid", - "tx_hash": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "tx_index": 97, - "block_time": 1733768833, + "block_time": 1734009191, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -1279,12 +1280,12 @@ Here is a list of events classified by theme and for each an example response: "commission_normalized": "0.20000000", "paid_quantity_normalized": "1.00000000" }, - "tx_hash": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "block_index": 221, - "block_time": 1733768833 + "block_time": 1734009191 } ], - "next_cursor": 801, + "next_cursor": 816, "result_count": 15 } ``` @@ -1297,37 +1298,37 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 623, + "event_index": 906, "event": "ATTACH_TO_UTXO", "params": { - "asset": "UTXOASSET", - "block_index": 199, - "destination": "ba2a7b0fc46ff72c445a5c6a63f66184416aee852902fdf1c2f0daeceb1627de:0", + "asset": "CHAINING", + "block_index": 230, + "destination": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a:0", "fee_paid": 0, "msg_index": 0, - "quantity": 1000000000, - "source": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "quantity": 100000000, + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "status": "valid", - "tx_hash": "ba2a7b0fc46ff72c445a5c6a63f66184416aee852902fdf1c2f0daeceb1627de", - "tx_index": 75, - "block_time": 1733768702, + "tx_hash": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a", + "tx_index": 104, + "block_time": 1734009240, "asset_info": { "asset_longname": null, - "description": "My super asset", - "issuer": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false }, - "quantity_normalized": "10.00000000", + "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "ba2a7b0fc46ff72c445a5c6a63f66184416aee852902fdf1c2f0daeceb1627de", - "block_index": 199, - "block_time": 1733768702 + "tx_hash": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a", + "block_index": 230, + "block_time": 1734009240 } ], - "next_cursor": 598, - "result_count": 5 + "next_cursor": 638, + "result_count": 6 } ``` @@ -1337,37 +1338,37 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 615, + "event_index": 914, "event": "DETACH_FROM_UTXO", "params": { - "asset": "UTXOASSET", - "block_index": 198, - "destination": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "asset": "CHAINING", + "block_index": 230, + "destination": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", "fee_paid": 0, "msg_index": 0, - "quantity": 1000000000, - "source": "8619ae19ab2c83a1f91d5ba924d6b2a098a63eb7b2ab6902e88896a97d25abda:0", + "quantity": 100000000, + "source": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e:0", "status": "valid", - "tx_hash": "1906a6b41d1922bf5a34c32eaf7d122bae4ea8894ff23a52d8a194ea4d60be37", - "tx_index": 74, - "block_time": 1733768697, + "tx_hash": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", + "tx_index": 106, + "block_time": 1734009240, "asset_info": { "asset_longname": null, - "description": "My super asset", - "issuer": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false }, - "quantity_normalized": "10.00000000", + "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "1906a6b41d1922bf5a34c32eaf7d122bae4ea8894ff23a52d8a194ea4d60be37", - "block_index": 198, - "block_time": 1733768697 + "tx_hash": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", + "block_index": 230, + "block_time": 1734009240 } ], - "next_cursor": 293, - "result_count": 2 + "next_cursor": 630, + "result_count": 3 } ``` @@ -1377,19 +1378,19 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 908, + "event_index": 949, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 233, - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "msg_index": 1, "quantity": 2000000000, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", "status": "valid", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1399,13 +1400,13 @@ Here is a list of events classified by theme and for each an example response: }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 905, - "result_count": 11 + "next_cursor": 946, + "result_count": 12 } ``` @@ -1417,26 +1418,26 @@ Here is a list of events classified by theme and for each an example response: { "result": [ { - "event_index": 52, + "event_index": 61, "event": "BURN", "params": { "block_index": 112, "burned": 50000000, "earned": 74999998167, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "status": "valid", - "tx_hash": "ea2e1e66c673cd334f291cf9a6054953a6063132b288ba66bf06dc0aa8e3e1e9", + "tx_hash": "d734a95fbed4716ce4bdf424eaa495450d17ec3b6673d6d05908d1cc48a591d2", "tx_index": 9, - "block_time": 1733768288, + "block_time": 1734008711, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" }, - "tx_hash": "ea2e1e66c673cd334f291cf9a6054953a6063132b288ba66bf06dc0aa8e3e1e9", + "tx_hash": "d734a95fbed4716ce4bdf424eaa495450d17ec3b6673d6d05908d1cc48a591d2", "block_index": 112, - "block_time": 1733768288 + "block_time": 1734008711 } ], - "next_cursor": 50, + "next_cursor": 58, "result_count": 10 } ``` @@ -1455,7 +1456,7 @@ Returns server information and the list of documented routes in JSON format. "result": { "server_ready": true, "network": "mainnet", - "version": "10.7.4", + "version": "10.8.0-rc.1", "backend_height": 850214, "counterparty_height": 850214, "documentation": "https://counterpartycore.docs.apiary.io/", @@ -1464,15 +1465,20 @@ Returns server information and the list of documented routes in JSON format. } ``` +## Mempool API + +The `/v2/mempool/events` route allows to retrieve events generated by transactions that have not yet been confirmed. +Unconfirmed transactions are considered unordered and each one is parsed independently of the others. Therefore some transactions can be invalid once parsed in the mempool and valid once confirmed, or valid in the mempool and invalid once confirmed. For example, if a utxo move is chained after an attach, it will be invalid in the mempool but valid once confirmed. + ## Group Blocks -### Get Blocks [GET /v2/blocks{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Blocks [GET /v2/blocks{?cursor}{&limit}{&offset}{&verbose}] Returns the list of the last ten blocks + Parameters - + cursor: `233` (str, optional) - The index of the most recent block to return + + cursor: `235` (str, optional) - The index of the most recent block to return + Default: `None` + limit: `5` (int, optional) - The number of blocks to return + Default: `10` @@ -1480,8 +1486,6 @@ Returns the list of the last ten blocks + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -1489,148 +1493,179 @@ Returns the list of the last ten blocks { "result": [ { - "block_index": 233, - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_time": 1733768880, - "previous_block_hash": "59482cd1dfbcea8ffb1b0693dd6a714a92aad702dbc8530718a0812053c0a1da", + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", + "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", + "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", + "previous_block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23", "difficulty": 545259519, - "ledger_hash": "c16dd8fcc33d4cae029a2a8a2d6a6420a10e9d9dec3163c78c488af863fc37a0", - "txlist_hash": "e5d5cf3cbda59c3c77f77659e4625b7b90ab0c0d455e9cbf5110fe74a263c07d", - "messages_hash": "cfcd29dc4e97d4f42475cf247adb08532276cf372970e303741bacd1a53f5714", - "transaction_count": 1, - "confirmed": true + "transaction_count": 1 }, { - "block_index": 232, - "block_hash": "59482cd1dfbcea8ffb1b0693dd6a714a92aad702dbc8530718a0812053c0a1da", - "block_time": 1733768872, - "previous_block_hash": "39959eb7149147ccd5e18549a3ffc21754389d61fc0ade0ec0c6734f88603d3d", + "block_index": 234, + "block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23", + "block_time": 1734009255, + "ledger_hash": "8c36bc165ac5c700a80bd4d1a013d4b6f21f1e493e30a9d60aafdaadac00859c", + "txlist_hash": "2fade64708fb8e50576d2999b91999855d7dafc53338d86a78dbe35b5d829818", + "messages_hash": "4039723a91d6a4480a12dceaff29891c609e7f39c703cbab6a8b4165e4e829c5", + "previous_block_hash": "1d006258f3eefee216dd6dfe45edd6059eb2fb7c7f9739414a26947f6b9eb4a3", "difficulty": 545259519, - "ledger_hash": "7f271c0abf74cf9600c4c47f8d5afd5a0ef533ac68c64b8dd18e4bdcfddb85e9", - "txlist_hash": "51c45378be9f5ef5073ed048f2ca08695c644c5d7590d035ef397e5b74f28bdb", - "messages_hash": "22911d4121f952163097daed965fa00d0110f7376d8b5ac4da03a3952112bc5e", - "transaction_count": 1, - "confirmed": true + "transaction_count": 0 }, { - "block_index": 231, - "block_hash": "39959eb7149147ccd5e18549a3ffc21754389d61fc0ade0ec0c6734f88603d3d", - "block_time": 1733768868, - "previous_block_hash": "6573d8f060d052fc6612ad31fa13ba1758b86e03cb12b11746c788c13e9725b0", + "block_index": 233, + "block_hash": "1d006258f3eefee216dd6dfe45edd6059eb2fb7c7f9739414a26947f6b9eb4a3", + "block_time": 1734009252, + "ledger_hash": "1e8250fa48eec526694d188c9196ac9797a2a364b2bc29c0ccfbfa6b5dfb3075", + "txlist_hash": "73b513496057785b8eb0cda26de89a4006dcaa33aa0b85e1bbae47abccfd2c9b", + "messages_hash": "8765032e94a541f78a74355257786ffd2f4fc53fa2448ea8e54fe01d76f98a0a", + "previous_block_hash": "3ea865dfbd0d3f448ecfc0602b99f7de43e19fafb96b0f1823bd163ad94162c0", "difficulty": 545259519, - "ledger_hash": "6cc3b2ffdff38e807cfe1088c553df51b18c250a21a5fb82912116566ae9fa39", - "txlist_hash": "ae508da6b0b0694d8f37af50af1d7d4588177321bdac6a31a256f409d6061139", - "messages_hash": "00e9f0433265255cec77a76cfeff41f601b295210f6f639cb31a4118fcf53291", - "transaction_count": 1, - "confirmed": true + "transaction_count": 1 }, { - "block_index": 230, - "block_hash": "6573d8f060d052fc6612ad31fa13ba1758b86e03cb12b11746c788c13e9725b0", - "block_time": 1733768865, - "previous_block_hash": "607451b94e6e5ce0c398db7d528910211dbd2bdd0fc552296149bd33a90a0868", + "block_index": 232, + "block_hash": "3ea865dfbd0d3f448ecfc0602b99f7de43e19fafb96b0f1823bd163ad94162c0", + "block_time": 1734009248, + "ledger_hash": "e856104c106af0e0ff5f65ebcc33ac408ebc90d44c61e576bb6984d7abb349f0", + "txlist_hash": "1c3613edbc128740f784e042c5526821d636eb9ca651f2a0679f6f32634d1fb5", + "messages_hash": "1294dbb3e650b6b16ba1b85b2da3d88a8f880f05d24fb28aeb1b0dfcb9256f48", + "previous_block_hash": "2b6b19e78845ffd1eb2b785070baacbcdbb3a9bb60b32836d8e87d7abbc2efa3", "difficulty": 545259519, - "ledger_hash": "15622187d315128b3973e2a236bc68d884c34e6b874f2e90bfa36f5e8874627b", - "txlist_hash": "602ac11f639970f2c1c35d0cdc735f16fe1a4a2ebeb1541d9f635577a020bb9f", - "messages_hash": "3c0e9f20c4b537cb21b3eeac28961654d7ed02f8097f412b9f93c85a945d7c3e", - "transaction_count": 1, - "confirmed": true + "transaction_count": 1 }, { - "block_index": 229, - "block_hash": "607451b94e6e5ce0c398db7d528910211dbd2bdd0fc552296149bd33a90a0868", - "block_time": 1733768862, - "previous_block_hash": "1f5661e4f20194eace3190b5120b8d896a84c9540b82a51512e977ead94fe856", + "block_index": 231, + "block_hash": "2b6b19e78845ffd1eb2b785070baacbcdbb3a9bb60b32836d8e87d7abbc2efa3", + "block_time": 1734009244, + "ledger_hash": "d7be8c0d718402cd31c86f2c893190d4eb29d47c36da4ce28684ed2d67d8a282", + "txlist_hash": "90f98898e5936aa9b39555e13474eae64885712c246be563fedc016af0b786e8", + "messages_hash": "f9e08ad5531e61874d427c9bbcba72d1a43c40a416f253374de9141b529a2f3b", + "previous_block_hash": "49bdc59b531d685203b31a919d73b8df9ace083f1434faf6861e99b4ceaae3b1", "difficulty": 545259519, - "ledger_hash": "fd91cc5057d080c8c310dad8b51152625f7a7b8e506aa49de2b30a57ce838118", - "txlist_hash": "3fae93c30d955568d145d088ea11fb56c81cb33e69b4e66bb3dc3ceccb49de8f", - "messages_hash": "36321deff27bdb2e6e5ca407485586c6408d086c79f3ab90a02cdf12be7c02d0", - "transaction_count": 1, - "confirmed": true + "transaction_count": 1 } ], - "next_cursor": 228, - "result_count": 133 + "next_cursor": 230, + "result_count": 135 } ``` -### Get Last Block [GET /v2/blocks/last{?verbose}{&show_unconfirmed}] +### Get Last Block [GET /v2/blocks/last{?verbose}] Return the information of the last block + Parameters + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` -### Get Block By Height [GET /v2/blocks/{block_index}{?verbose}{&show_unconfirmed}] ++ Response 200 (application/json) + + ``` + { + "result": { + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", + "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", + "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", + "previous_block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23", + "difficulty": 545259519, + "transaction_count": 1 + } + } + ``` + +### Get Block By Height [GET /v2/blocks/{block_index}{?verbose}] Return the information of a block + Parameters - + block_index: `233` (int, required) - The index of the block to return + + block_index: `235` (int, required) - The index of the block to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) ``` { "result": { - "block_index": 233, - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_time": 1733768880, - "previous_block_hash": "59482cd1dfbcea8ffb1b0693dd6a714a92aad702dbc8530718a0812053c0a1da", + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", + "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", + "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", + "previous_block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23", "difficulty": 545259519, - "ledger_hash": "c16dd8fcc33d4cae029a2a8a2d6a6420a10e9d9dec3163c78c488af863fc37a0", - "txlist_hash": "e5d5cf3cbda59c3c77f77659e4625b7b90ab0c0d455e9cbf5110fe74a263c07d", - "messages_hash": "cfcd29dc4e97d4f42475cf247adb08532276cf372970e303741bacd1a53f5714", - "transaction_count": 1, - "confirmed": true + "transaction_count": 1 } } ``` -### Get Block By Hash [GET /v2/blocks/{block_hash}{?verbose}{&show_unconfirmed}] +### Get Block By Hash [GET /v2/blocks/{block_hash}{?verbose}] Return the information of a block + Parameters - + block_hash: `7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f` (str, required) - The index of the block to return + + block_hash: `00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34` (str, required) - The index of the block to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) ``` { "result": { - "block_index": 233, - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_time": 1733768880, - "previous_block_hash": "59482cd1dfbcea8ffb1b0693dd6a714a92aad702dbc8530718a0812053c0a1da", + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", + "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", + "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", + "previous_block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23", "difficulty": 545259519, - "ledger_hash": "c16dd8fcc33d4cae029a2a8a2d6a6420a10e9d9dec3163c78c488af863fc37a0", - "txlist_hash": "e5d5cf3cbda59c3c77f77659e4625b7b90ab0c0d455e9cbf5110fe74a263c07d", - "messages_hash": "cfcd29dc4e97d4f42475cf247adb08532276cf372970e303741bacd1a53f5714", - "transaction_count": 1, - "confirmed": true + "transaction_count": 1 } } ``` -### Get Transactions By Block [GET /v2/blocks/{block_index}/transactions{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Transactions By Block [GET /v2/blocks/{block_index}/transactions{?type}{&cursor}{&limit}{&offset}{&verbose}] Returns the transactions of a block + Parameters - + block_index: `233` (int, required) - The index of the block to return - + cursor: `106` (str, optional) - The last transaction index to return + + block_index: `235` (int, required) - The index of the block to return + + type (enum[str], optional) - The type of the transaction to return + + Default: `all` + + Members + + `all` + + `bet` + + `broadcast` + + `btcpay` + + `cancel` + + `destroy` + + `dispenser` + + `dispense` + + `dividend` + + `issuance` + + `order` + + `send` + + `enhanced_send` + + `mpma` + + `rps` + + `rpsresolve` + + `sweep` + + `fairminter` + + `fairmint` + + `attach` + + `detach` + + `utxomove` + + `unknown` + + cursor: `110` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return + Default: `10` @@ -1638,8 +1673,6 @@ Returns the transactions of a block + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -1647,19 +1680,127 @@ Returns the transactions of a block { "result": [ { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_time": 1733768880, - "source": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "destination": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1 e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0 3 1", - "confirmed": true, + "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", + "transaction_type": "dispense", + "events": [ + { + "event_index": 946, + "event": "UTXO_MOVE", + "params": { + "asset": "MYASSETA", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 0, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 949, + "event": "UTXO_MOVE", + "params": { + "asset": "XCP", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 1, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 951, + "event": "DISPENSER_UPDATE", + "params": { + "asset": "XCP", + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "status": 0, + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "give_remaining_normalized": "0.00009268" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 952, + "event": "DISPENSE", + "params": { + "asset": "XCP", + "block_index": 235, + "btc_amount": 1000, + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + } + ], "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -1675,15 +1816,34 @@ Returns the transactions of a block } ``` -### Get Events By Block [GET /v2/blocks/{block_index}/events{?event_name}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Transaction Types Count By Block [GET /v2/blocks/{block_index}/transactions/counts{?verbose}] + +Returns the count of each transaction type + ++ Parameters + + block_index: `110` (int, required) - The index of the block to return + + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + + Default: `false` + ++ Response 200 (application/json) + + ``` + { + "result": [], + "next_cursor": null, + "result_count": 0 + } + ``` + +### Get Events By Block [GET /v2/blocks/{block_index}/events{?event_name}{&cursor}{&limit}{&offset}{&verbose}] Returns the events of a block + Parameters - + block_index: `233` (int, required) - The index of the block to return + + block_index: `235` (int, required) - The index of the block to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` - + cursor: `913` (str, optional) - The last event index to return + + cursor: `954` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -1691,8 +1851,6 @@ Returns the events of a block + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -1700,43 +1858,43 @@ Returns the events of a block { "result": [ { - "event_index": 913, + "event_index": 954, "event": "BLOCK_PARSED", "params": { - "block_index": 233, - "ledger_hash": "c16dd8fcc33d4cae029a2a8a2d6a6420a10e9d9dec3163c78c488af863fc37a0", - "messages_hash": "cfcd29dc4e97d4f42475cf247adb08532276cf372970e303741bacd1a53f5714", + "block_index": 235, + "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", + "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", "transaction_count": 1, - "txlist_hash": "e5d5cf3cbda59c3c77f77659e4625b7b90ab0c0d455e9cbf5110fe74a263c07d", - "block_time": 1733768880 + "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", + "block_time": 1734009260 }, "tx_hash": null }, { - "event_index": 912, + "event_index": 953, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110 }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a" + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" }, { - "event_index": 911, + "event_index": 952, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 233, + "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1747,18 +1905,18 @@ Returns the events of a block "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a" + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" }, { - "event_index": 910, + "event_index": 951, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": 0, - "tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1768,22 +1926,22 @@ Returns the events of a block }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a" + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" }, { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1793,20 +1951,20 @@ Returns the events of a block }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a" + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" } ], - "next_cursor": 908, + "next_cursor": 949, "result_count": 14 } ``` -### Get Event Counts By Block [GET /v2/blocks/{block_index}/events/counts{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Event Counts By Block [GET /v2/blocks/{block_index}/events/counts{?cursor}{&limit}{&offset}{&verbose}] Returns the event counts of a block + Parameters - + block_index: `233` (int, required) - The index of the block to return + + block_index: `235` (int, required) - The index of the block to return + cursor (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return @@ -1815,8 +1973,6 @@ Returns the event counts of a block + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -1849,12 +2005,12 @@ Returns the event counts of a block } ``` -### Get Events By Block And Event [GET /v2/blocks/{block_index}/events/{event}{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Events By Block And Event [GET /v2/blocks/{block_index}/events/{event}{?cursor}{&limit}{&offset}{&verbose}] Returns the events of a block filtered by event + Parameters - + block_index: `233` (int, required) - The index of the block to return + + block_index: `235` (int, required) - The index of the block to return + event: `CREDIT` (str, required) - The event to filter by + cursor (str, optional) - The last event index to return + Default: `None` @@ -1864,8 +2020,6 @@ Returns the events of a block filtered by event + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -1873,19 +2027,19 @@ Returns the events of a block filtered by event { "result": [ { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1895,22 +2049,22 @@ Returns the events of a block filtered by event }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a" + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" }, { - "event_index": 907, + "event_index": 948, "event": "CREDIT", "params": { "address": null, "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1920,32 +2074,32 @@ Returns the events of a block filtered by event }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a" + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" }, { - "event_index": 904, + "event_index": 945, "event": "CREDIT", "params": { "address": null, "asset": "MYASSETA", - "block_index": 233, + "block_index": 235, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a" + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" } ], "next_cursor": null, @@ -1953,12 +2107,12 @@ Returns the events of a block filtered by event } ``` -### Get Credits By Block [GET /v2/blocks/{block_index}/credits{?action}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Credits By Block [GET /v2/blocks/{block_index}/credits{?action}{&cursor}{&limit}{&offset}{&verbose}] Returns the credits of a block + Parameters - + block_index: `233` (int, required) - The index of the block to return + + block_index: `235` (int, required) - The index of the block to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -1998,8 +2152,6 @@ Returns the credits of a block + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -2007,17 +2159,16 @@ Returns the credits of a block { "result": [ { - "block_index": 233, - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "block_index": 235, + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", "quantity": 66, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2028,17 +2179,16 @@ Returns the credits of a block "quantity_normalized": "0.00000066" }, { - "block_index": 233, + "block_index": 235, "address": null, "asset": "XCP", "quantity": 2000000000, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "confirmed": true, - "block_time": 1733768880, + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2049,21 +2199,20 @@ Returns the credits of a block "quantity_normalized": "20.00000000" }, { - "block_index": 233, + "block_index": 235, "address": null, "asset": "MYASSETA", "quantity": 2000000000, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "confirmed": true, - "block_time": 1733768880, + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -2075,12 +2224,12 @@ Returns the credits of a block } ``` -### Get Debits By Block [GET /v2/blocks/{block_index}/debits{?action}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Debits By Block [GET /v2/blocks/{block_index}/debits{?action}{&cursor}{&limit}{&offset}{&verbose}] Returns the debits of a block + Parameters - + block_index: `233` (int, required) - The index of the block to return + + block_index: `235` (int, required) - The index of the block to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -2109,8 +2258,6 @@ Returns the debits of a block + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -2118,17 +2265,16 @@ Returns the debits of a block { "result": [ { - "block_index": 233, + "block_index": 235, "address": null, "asset": "XCP", "quantity": 2000000000, "action": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "utxo": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "utxo_address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "confirmed": true, - "block_time": 1733768880, + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "utxo": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "utxo_address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2139,21 +2285,20 @@ Returns the debits of a block "quantity_normalized": "20.00000000" }, { - "block_index": 233, + "block_index": 235, "address": null, "asset": "MYASSETA", "quantity": 2000000000, "action": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "utxo": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "utxo_address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "confirmed": true, - "block_time": 1733768880, + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "utxo": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "utxo_address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -2165,7 +2310,7 @@ Returns the debits of a block } ``` -### Get Expirations [GET /v2/blocks/{block_index}/expirations{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Expirations [GET /v2/blocks/{block_index}/expirations{?cursor}{&limit}{&offset}{&verbose}] Returns the expirations of a block @@ -2179,8 +2324,6 @@ Returns the expirations of a block + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -2189,10 +2332,9 @@ Returns the expirations of a block "result": [ { "type": "order", - "object_id": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", + "object_id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", "block_index": 211, - "confirmed": true, - "block_time": 1733768778 + "block_time": 1734009136 } ], "next_cursor": null, @@ -2200,7 +2342,7 @@ Returns the expirations of a block } ``` -### Get Cancels [GET /v2/blocks/{block_index}/cancels{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Cancels [GET /v2/blocks/{block_index}/cancels{?cursor}{&limit}{&offset}{&verbose}] Returns the cancels of a block @@ -2214,8 +2356,6 @@ Returns the cancels of a block + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -2224,13 +2364,12 @@ Returns the cancels of a block "result": [ { "tx_index": 63, - "tx_hash": "4bb19d1a569983fc8244e0eb936d950301c1bd4ddaf4bca86ac1636eed7afa01", + "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", "block_index": 188, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "offer_hash": "aaf051d2c9d71072e1fded1f3fbeeeb4635f8d5bd40cf277571ec189b6f08379", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "offer_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", "status": "valid", - "confirmed": true, - "block_time": 1733768637 + "block_time": 1734009032 } ], "next_cursor": null, @@ -2238,7 +2377,7 @@ Returns the cancels of a block } ``` -### Get Destructions [GET /v2/blocks/{block_index}/destructions{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Destructions [GET /v2/blocks/{block_index}/destructions{?cursor}{&limit}{&offset}{&verbose}] Returns the destructions of a block @@ -2252,8 +2391,6 @@ Returns the destructions of a block + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -2262,19 +2399,18 @@ Returns the destructions of a block "result": [ { "tx_index": 101, - "tx_hash": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d", + "tx_hash": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef", "block_index": 228, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "PREMINT", "quantity": 50, "tag": "soft cap not reached", "status": "valid", - "confirmed": true, - "block_time": 1733768859, + "block_time": 1734009215, "asset_info": { "asset_longname": null, "description": "My super description", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false }, @@ -2286,12 +2422,12 @@ Returns the destructions of a block } ``` -### Get Issuances By Block [GET /v2/blocks/{block_index}/issuances{?asset_events}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Issuances By Block [GET /v2/blocks/{block_index}/issuances{?asset_events}{&cursor}{&limit}{&offset}{&verbose}] Returns the issuances of a block + Parameters - + block_index: `232` (int, required) - The index of the block to return + + block_index: `233` (int, required) - The index of the block to return + asset_events (enum[str], optional) - Filter result by one or several comma separated asset events + Default: `all` + Members @@ -2313,8 +2449,6 @@ Returns the issuances of a block + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -2322,30 +2456,29 @@ Returns the issuances of a block { "result": [ { - "tx_index": 105, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", + "tx_index": 109, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", "msg_index": 0, - "block_index": 232, + "block_index": 233, "asset": "OPENFAIR", "quantity": 0, "divisible": true, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "issuer": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, - "block_time": 1733768872, + "block_time": 1734009252, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -2355,12 +2488,20 @@ Returns the issuances of a block } ``` -### Get Sends By Block [GET /v2/blocks/{block_index}/sends{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Sends By Block [GET /v2/blocks/{block_index}/sends{?send_type}{&cursor}{&limit}{&offset}{&verbose}] Returns the sends, include Enhanced and MPMA sends, of a block + Parameters - + block_index: `233` (int, required) - The index of the block to return + + block_index: `235` (int, required) - The index of the block to return + + send_type (enum[str], optional) - The type of the send to return + + Default: `all` + + Members + + `all` + + `send` + + `attach` + + `move` + + `detach` + cursor (str, optional) - The last index of the debits to return + Default: `None` + limit: `5` (int, optional) - The maximum number of debits to return @@ -2369,8 +2510,6 @@ Returns the sends, include Enhanced and MPMA sends, of a block + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -2378,19 +2517,18 @@ Returns the sends, include Enhanced and MPMA sends, of a block { "result": [ { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "asset": "XCP", "quantity": 2000000000, "status": "valid", "msg_index": 1, "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2402,23 +2540,22 @@ Returns the sends, include Enhanced and MPMA sends, of a block "fee_paid_normalized": "0.00000000" }, { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "asset": "MYASSETA", "quantity": 2000000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -2431,12 +2568,12 @@ Returns the sends, include Enhanced and MPMA sends, of a block } ``` -### Get Dispenses By Block [GET /v2/blocks/{block_index}/dispenses{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Dispenses By Block [GET /v2/blocks/{block_index}/dispenses{?cursor}{&limit}{&offset}{&verbose}] Returns the dispenses of a block + Parameters - + block_index: `233` (int, required) - The index of the block to return + + block_index: `235` (int, required) - The index of the block to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -2445,8 +2582,6 @@ Returns the dispenses of a block + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -2454,29 +2589,28 @@ Returns the dispenses of a block { "result": [ { - "tx_index": 106, + "tx_index": 110, "dispense_index": 0, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "btc_amount": 1000, - "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "last_status_tx_hash": null, - "origin": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2491,7 +2625,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2508,7 +2642,7 @@ Returns the dispenses of a block } ``` -### Get Sweeps By Block [GET /v2/blocks/{block_index}/sweeps{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Sweeps By Block [GET /v2/blocks/{block_index}/sweeps{?cursor}{&limit}{&offset}{&verbose}] Returns the sweeps of a block @@ -2522,8 +2656,6 @@ Returns the sweeps of a block + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -2532,16 +2664,15 @@ Returns the sweeps of a block "result": [ { "tx_index": 65, - "tx_hash": "ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe", + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", "block_index": 190, - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, - "confirmed": true, - "block_time": 1733768646, + "block_time": 1734009038, "fee_paid_normalized": "0.00600000" } ], @@ -2550,12 +2681,12 @@ Returns the sweeps of a block } ``` -### Get Fairminters By Block [GET /v2/blocks/{block_index}/fairminters{?status}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Fairminters By Block [GET /v2/blocks/{block_index}/fairminters{?status}{&cursor}{&limit}{&offset}{&verbose}] Returns the fairminters by its block index + Parameters - + block_index: `232` (int, required) - The block index of the fairminter to return + + block_index: `233` (int, required) - The block index of the fairminter to return + status (enum[str], optional) - The status of the fairminters to return + Default: `all` + Members @@ -2571,8 +2702,6 @@ Returns the fairminters by its block index + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -2580,10 +2709,10 @@ Returns the fairminters by its block index { "result": [ { - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "tx_index": 105, - "block_index": 232, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 109, + "block_index": 233, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "asset": "OPENFAIR", "asset_parent": null, "asset_longname": null, @@ -2605,10 +2734,9 @@ Returns the fairminters by its block index "pre_minted": false, "status": "open", "earned_quantity": null, - "commission": null, "paid_quantity": null, - "confirmed": true, - "block_time": 1733768872, + "commission": null, + "block_time": 1734009252, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -2622,7 +2750,7 @@ Returns the fairminters by its block index } ``` -### Get Fairmints By Block [GET /v2/blocks/{block_index}/fairmints{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Fairmints By Block [GET /v2/blocks/{block_index}/fairmints{?cursor}{&limit}{&offset}{&verbose}] Returns the fairmints by its block index @@ -2636,8 +2764,6 @@ Returns the fairmints by its block index + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -2645,22 +2771,21 @@ Returns the fairmints by its block index { "result": [ { - "tx_hash": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "tx_index": 97, "block_index": 221, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "fairminter_tx_hash": "ff90b986e9792c8ef7e70452f401b4a550fc7b0dbdbca0fcbf1d93ab69bf2a92", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "fairminter_tx_hash": "067bb19b8ee8c5580fda9895c1846f6d7e1ebdfa5fc5722f156ba8a07e2e629c", "asset": "BURNER", "earn_quantity": 80000000, "paid_quantity": 100000000, "commission": 20000000, "status": "valid", - "confirmed": true, - "block_time": 1733768833, + "block_time": 1734009191, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -2701,18 +2826,41 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 25, - "tx_hash": "ce5df2ee63224c02057698b043f7dbcabcfc3ad5316f5bd27422c53de92c4cfa", + "tx_hash": "96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e", "block_index": 129, - "block_hash": "7513393825a64bcf83c2e4ab8d9e42874328bd3b305c7e859d9724cbd43293af", - "block_time": 1733768367, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "block_hash": "491cdadf22024fc65bfef1653606d6a634e66a1f681474abaeab19ffedff9352", + "block_time": 1734008785, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "destination": null, "btc_amount": 0, "fee": 10000, "data": "1eeea6b9ef40f0428000000000000000000970726963652d555344", "supported": true, - "utxos_info": " ce5df2ee63224c02057698b043f7dbcabcfc3ad5316f5bd27422c53de92c4cfa:1 2 ", - "confirmed": true, + "utxos_info": " 96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e:1 2 0", + "transaction_type": "broadcast", + "events": [ + { + "event_index": 210, + "event": "BROADCAST", + "params": { + "block_index": 129, + "fee_fraction_int": 0, + "locked": false, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "status": "valid", + "text": "price-USD", + "timestamp": 4003903983, + "tx_hash": "96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e", + "tx_index": 25, + "value": 66600.0, + "block_time": 1734008785, + "fee_fraction_int_normalized": "0.00000000" + }, + "tx_hash": "96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e", + "block_index": 129, + "block_time": 1734008785 + } + ], "unpacked_data": { "message_type": "broadcast", "message_type_id": 30, @@ -2736,56 +2884,129 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 57, - "tx_hash": "7465942888fed56ab07634ba6303b91b70a7a6ee6f60045de25cd9c2b343896c", + "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", "block_index": 182, - "block_hash": "64287af7942fac0c27a77218ab09e4ed647689da2e0e83ccacd0717ce2761ca5", - "block_time": 1733768595, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "499863c2e87168ba02c2070a4a0f4b697727cedfa49a0494fb92b16d85e5d997", + "block_time": 1734008987, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "btc_amount": 2000, "fee": 10000, - "data": "0b233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", + "data": "0b6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba062d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", "supported": true, - "utxos_info": " 7465942888fed56ab07634ba6303b91b70a7a6ee6f60045de25cd9c2b343896c:0 3 1", - "confirmed": true, - "unpacked_data": { - "message_type": "btcpay", - "message_type_id": 11, - "message_data": { - "tx0_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", - "tx1_hash": "201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", - "order_match_id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", - "status": "valid" - } - }, - "btc_amount_normalized": "0.00002000" - } -} -``` - + "utxos_info": " 03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196:0 3 1", + "transaction_type": "btcpay", + "events": [ + { + "event_index": 506, + "event": "ORDER_MATCH_UPDATE", + "params": { + "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "status": "completed" + }, + "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", + "block_index": 182, + "block_time": 1734008987 + }, + { + "event_index": 507, + "event": "ORDER_FILLED", + "params": { + "status": "filled", + "tx_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844" + }, + "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", + "block_index": 182, + "block_time": 1734008987 + }, + { + "event_index": 508, + "event": "BTC_PAY", + "params": { + "block_index": 182, + "btc_amount": 2000, + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", + "tx_index": 57, + "block_time": 1734008987, + "btc_amount_normalized": "0.00002000" + }, + "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", + "block_index": 182, + "block_time": 1734008987 + } + ], + "unpacked_data": { + "message_type": "btcpay", + "message_type_id": 11, + "message_data": { + "tx0_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "tx1_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "status": "valid" + } + }, + "btc_amount_normalized": "0.00002000" + } +} +``` + **Cancel** ``` { "result": { "tx_index": 63, - "tx_hash": "4bb19d1a569983fc8244e0eb936d950301c1bd4ddaf4bca86ac1636eed7afa01", + "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", "block_index": 188, - "block_hash": "3e1db4c7ea716c8a435100b26eb2d31d149ff0ddb6eeb6d0f820808507f4a077", - "block_time": 1733768637, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "6d817918f78c55e80e98c5b8b13a0d3947ecd121ef530a8c36fc5f6875fb7548", + "block_time": 1734009032, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "46aaf051d2c9d71072e1fded1f3fbeeeb4635f8d5bd40cf277571ec189b6f08379", + "data": "4640fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", "supported": true, - "utxos_info": " 4bb19d1a569983fc8244e0eb936d950301c1bd4ddaf4bca86ac1636eed7afa01:1 2 ", - "confirmed": true, + "utxos_info": " 84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387:1 2 0", + "transaction_type": "cancel", + "events": [ + { + "event_index": 551, + "event": "ORDER_UPDATE", + "params": { + "status": "cancelled", + "tx_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61" + }, + "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", + "block_index": 188, + "block_time": 1734009032 + }, + { + "event_index": 553, + "event": "CANCEL_ORDER", + "params": { + "block_index": 188, + "offer_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", + "tx_index": 63, + "block_time": 1734009032 + }, + "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", + "block_index": 188, + "block_time": 1734009032 + } + ], "unpacked_data": { "message_type": "cancel", "message_type_id": 70, "message_data": { - "offer_hash": "aaf051d2c9d71072e1fded1f3fbeeeb4635f8d5bd40cf277571ec189b6f08379", + "offer_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", "status": "valid" } }, @@ -2808,18 +3029,54 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 68, - "tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", "block_index": 193, - "block_hash": "15649f09ed4756db6904bb171cf8fad2ce4205981a823356ad1c4767d728652f", - "block_time": 1733768656, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "6c741e8ae64af8b16b051e23bf8ee7bbb0bc8b727a459b2a032f6b5d1cdcf422", + "block_time": 1734009049, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0c00fa1f28ff3c2e3e00000000000000010000000000002710000000000000000100", "supported": true, - "utxos_info": " 3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668:1 2 ", - "confirmed": true, + "utxos_info": " 942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776:1 2 0", + "transaction_type": "dispenser", + "events": [ + { + "event_index": 587, + "event": "OPEN_DISPENSER", + "params": { + "asset": "TESTLOCKDESC", + "block_index": 193, + "dispense_count": 0, + "escrow_quantity": 10000, + "give_quantity": 1, + "give_remaining": 10000, + "oracle_address": null, + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "satoshirate": 1, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": 0, + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "tx_index": 68, + "block_time": 1734009049, + "asset_info": { + "asset_longname": null, + "description": "Test Locking Description", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "give_quantity_normalized": "0.00000001", + "give_remaining_normalized": "0.00010000", + "escrow_quantity_normalized": "0.00010000", + "satoshirate_normalized": "0.00000001" + }, + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "block_index": 193, + "block_time": 1734009049 + } + ], "unpacked_data": { "message_type": "dispenser", "message_type_id": 12, @@ -2835,7 +3092,7 @@ Here is sample API output for each of these transactions: "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -2853,19 +3110,127 @@ Here is sample API output for each of these transactions: ``` { "result": { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_time": 1733768880, - "source": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "destination": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1 e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0 3 1", - "confirmed": true, + "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", + "transaction_type": "dispense", + "events": [ + { + "event_index": 946, + "event": "UTXO_MOVE", + "params": { + "asset": "MYASSETA", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 0, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 949, + "event": "UTXO_MOVE", + "params": { + "asset": "XCP", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 1, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 951, + "event": "DISPENSER_UPDATE", + "params": { + "asset": "XCP", + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "status": 0, + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "give_remaining_normalized": "0.00009268" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 952, + "event": "DISPENSE", + "params": { + "asset": "XCP", + "block_index": 235, + "btc_amount": 1000, + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + } + ], "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -2884,18 +3249,55 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 42, - "tx_hash": "f083d619e6fc210e79a41f9aa9a6251d59354a8297134c1a6a941b3aed885060", + "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", "block_index": 146, - "block_hash": "7d54bd687c6a9f70dca43926403ec8634076faac3ad8a16591e0f8f2526a4408", - "block_time": 1733768449, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "34df8f3a1f816905d75a4da93c80ffc5276acb0d82e4ef311548d7b278839499", + "block_time": 1734008849, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "320000000005f5e100000000182b37176e0000000000000001", "supported": true, - "utxos_info": " f083d619e6fc210e79a41f9aa9a6251d59354a8297134c1a6a941b3aed885060:1 2 ", - "confirmed": true, + "utxos_info": " 0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51:1 2 0", + "transaction_type": "dividend", + "events": [ + { + "event_index": 338, + "event": "ASSET_DIVIDEND", + "params": { + "asset": "MYASSETA", + "block_index": 146, + "dividend_asset": "XCP", + "fee_paid": 20000, + "quantity_per_unit": 100000000, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", + "tx_index": 42, + "block_time": 1734008849, + "asset_info": { + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "dividend_asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_per_unit_normalized": "1.00000000", + "fee_paid_normalized": "0.00020000" + }, + "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", + "block_index": 146, + "block_time": 1734008849 + } + ], "unpacked_data": { "message_type": "dividend", "message_type_id": 50, @@ -2907,7 +3309,7 @@ Here is sample API output for each of these transactions: "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -2931,19 +3333,107 @@ Here is sample API output for each of these transactions: ``` { "result": { - "tx_index": 105, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "block_index": 232, - "block_hash": "59482cd1dfbcea8ffb1b0693dd6a714a92aad702dbc8530718a0812053c0a1da", - "block_time": 1733768872, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_index": 109, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_hash": "1d006258f3eefee216dd6dfe45edd6059eb2fb7c7f9739414a26947f6b9eb4a3", + "block_time": 1734009252, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "destination": null, "btc_amount": 0, "fee": 10000, "data": "5a4f50454e464149527c7c307c317c31307c307c307c307c307c307c307c307c307c307c307c317c", "supported": true, - "utxos_info": " 0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7:1 2 ", - "confirmed": true, + "utxos_info": " 9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746:1 2 0", + "transaction_type": "fairminter", + "events": [ + { + "event_index": 933, + "event": "NEW_FAIRMINTER", + "params": { + "asset": "OPENFAIR", + "asset_longname": null, + "asset_parent": null, + "block_index": 233, + "burn_payment": false, + "description": "", + "divisible": true, + "end_block": 0, + "hard_cap": 0, + "lock_description": false, + "lock_quantity": false, + "max_mint_per_tx": 10, + "minted_asset_commission_int": 0, + "pre_minted": false, + "premint_quantity": 0, + "price": 0, + "quantity_by_price": 1, + "soft_cap": 0, + "soft_cap_deadline_block": 0, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "start_block": 0, + "status": "open", + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 109, + "block_time": 1734009252, + "price_normalized": "0.0000000000000000", + "hard_cap_normalized": "0.00000000", + "soft_cap_normalized": "0.00000000", + "quantity_by_price_normalized": "0.00000001", + "max_mint_per_tx_normalized": "0.00000010", + "premint_quantity_normalized": "0.00000000" + }, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_time": 1734009252 + }, + { + "event_index": 934, + "event": "ASSET_CREATION", + "params": { + "asset_id": "117132633401", + "asset_longname": null, + "asset_name": "OPENFAIR", + "block_index": 233, + "block_time": 1734009252 + }, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_time": 1734009252 + }, + { + "event_index": 935, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "OPENFAIR", + "asset_events": "open_fairminter", + "asset_longname": null, + "block_index": 233, + "call_date": 0, + "call_price": 0, + "callable": false, + "description": "", + "divisible": true, + "fair_minting": true, + "fee_paid": 50000000.0, + "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "locked": false, + "quantity": 0, + "reset": false, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "status": "valid", + "transfer": false, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 109, + "block_time": 1734009252, + "quantity_normalized": "0.00000000", + "fee_paid_normalized": "0.50000000" + }, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_time": 1734009252 + } + ], "unpacked_data": { "message_type": "fairminter", "message_type_id": 90, @@ -2983,84 +3473,245 @@ Here is sample API output for each of these transactions: ``` { "result": { - "tx_index": 104, - "tx_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "block_index": 231, - "block_hash": "39959eb7149147ccd5e18549a3ffc21754389d61fc0ade0ec0c6734f88603d3d", - "block_time": 1733768868, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_index": 108, + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "block_index": 232, + "block_hash": "3ea865dfbd0d3f448ecfc0602b99f7de43e19fafb96b0f1823bd163ad94162c0", + "block_time": 1734009248, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0a000000000000000000000000000003e8000003f1a69ea1d300000000000003e800150000000000000000", "supported": true, - "utxos_info": " ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f:1 2 ", - "confirmed": true, - "unpacked_data": { - "message_type": "order", - "message_type_id": 10, - "message_data": { - "give_asset": "BTC", - "give_quantity": 1000, - "get_asset": "UTXOASSET", - "get_quantity": 1000, - "expiration": 21, - "fee_required": 0, - "status": "open", - "give_asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Bitcoin cryptocurrency", - "locked": false, - "issuer": null - }, - "get_asset_info": { - "asset_longname": null, - "description": "My super asset", - "issuer": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", - "divisible": true, - "locked": false - }, - "give_quantity_normalized": "0.00001000", - "get_quantity_normalized": "0.00001000", - "fee_required_normalized": "0.00000000" - } - }, - "btc_amount_normalized": "0.00000000" - } -} -``` - -**Enhanced_send** - -``` -{ - "result": { - "tx_index": 77, - "tx_hash": "399265c88887ea0fdb697bb5070dfe0769b1ce970aa29161114880a73e3ad2e5", - "block_index": 201, - "block_hash": "3893ac0bcfec2dfcff228c0f43d2ad17bb6fea6cbb655714b1707e72bb754333", - "block_time": 1733768709, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": null, + "utxos_info": " 923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91:1 2 0", + "transaction_type": "order", + "events": [ + { + "event_index": 925, + "event": "OPEN_ORDER", + "params": { + "block_index": 232, + "expiration": 21, + "expire_index": 253, + "fee_provided": 10000, + "fee_provided_remaining": 10000, + "fee_required": 0, + "fee_required_remaining": 0, + "get_asset": "UTXOASSET", + "get_quantity": 1000, + "get_remaining": 1000, + "give_asset": "BTC", + "give_quantity": 1000, + "give_remaining": 1000, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "status": "open", + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "tx_index": 108, + "block_time": 1734009248, + "give_asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Bitcoin cryptocurrency", + "locked": false, + "issuer": null + }, + "get_asset_info": { + "asset_longname": null, + "description": "My super asset", + "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "divisible": true, + "locked": false + }, + "give_quantity_normalized": "0.00001000", + "get_quantity_normalized": "0.00001000", + "get_remaining_normalized": "0.00001000", + "give_remaining_normalized": "0.00001000", + "fee_provided_normalized": "0.00010000", + "fee_required_normalized": "0.00000000", + "fee_required_remaining_normalized": "0.00000000", + "fee_provided_remaining_normalized": "0.00010000" + }, + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "block_index": 232, + "block_time": 1734009248 + }, + { + "event_index": 926, + "event": "ORDER_UPDATE", + "params": { + "fee_provided_remaining": 10000, + "fee_required_remaining": 0, + "get_remaining": 0, + "give_remaining": 0, + "status": "open", + "tx_hash": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa", + "fee_required_remaining_normalized": "0.00000000", + "fee_provided_remaining_normalized": "0.00010000" + }, + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "block_index": 232, + "block_time": 1734009248 + }, + { + "event_index": 927, + "event": "ORDER_UPDATE", + "params": { + "fee_provided_remaining": 10000, + "fee_required_remaining": 0, + "get_remaining": 0, + "give_remaining": 0, + "status": "open", + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "fee_required_remaining_normalized": "0.00000000", + "fee_provided_remaining_normalized": "0.00010000" + }, + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "block_index": 232, + "block_time": 1734009248 + }, + { + "event_index": 928, + "event": "ORDER_MATCH", + "params": { + "backward_asset": "BTC", + "backward_quantity": 1000, + "block_index": 232, + "fee_paid": 0, + "forward_asset": "UTXOASSET", + "forward_quantity": 1000, + "id": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa_923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "match_expire_index": 252, + "status": "pending", + "tx0_address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "tx0_block_index": 231, + "tx0_expiration": 21, + "tx0_hash": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa", + "tx0_index": 107, + "tx1_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx1_block_index": 232, + "tx1_expiration": 21, + "tx1_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "tx1_index": 108, + "block_time": 1734009248, + "forward_asset_info": { + "asset_longname": null, + "description": "My super asset", + "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "divisible": true, + "locked": false + }, + "backward_asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Bitcoin cryptocurrency", + "locked": false, + "issuer": null + }, + "forward_quantity_normalized": "0.00001000", + "backward_quantity_normalized": "0.00001000", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "block_index": 232, + "block_time": 1734009248 + } + ], + "unpacked_data": { + "message_type": "order", + "message_type_id": 10, + "message_data": { + "give_asset": "BTC", + "give_quantity": 1000, + "get_asset": "UTXOASSET", + "get_quantity": 1000, + "expiration": 21, + "fee_required": 0, + "status": "open", + "give_asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Bitcoin cryptocurrency", + "locked": false, + "issuer": null + }, + "get_asset_info": { + "asset_longname": null, + "description": "My super asset", + "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "divisible": true, + "locked": false + }, + "give_quantity_normalized": "0.00001000", + "get_quantity_normalized": "0.00001000", + "fee_required_normalized": "0.00000000" + } + }, + "btc_amount_normalized": "0.00000000" + } +} +``` + +**Enhanced_send** + +``` +{ + "result": { + "tx_index": 77, + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "block_index": 201, + "block_hash": "226ed1cd3c164cd48cdea191b2851494582e42c565f9a1ab101b9e3228541ac6", + "block_time": 1734009080, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": null, "btc_amount": 0, "fee": 10000, - "data": "02000000178d82231300000000000003e8802fc93bc724f1151b70e7ffd9161f233eb6d553bb", + "data": "02000000178d82231300000000000003e880a329e5108fd4a82571ca37324b41e089a12b7e69", "supported": true, - "utxos_info": " 399265c88887ea0fdb697bb5070dfe0769b1ce970aa29161114880a73e3ad2e5:1 2 ", - "confirmed": true, + "utxos_info": " 0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835:1 2 0", + "transaction_type": "enhanced_send", + "events": [ + { + "event_index": 653, + "event": "ENHANCED_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 201, + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "memo": null, + "msg_index": 0, + "quantity": 1000, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "tx_index": 77, + "block_time": 1734009080, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00001000" + }, + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "block_index": 201, + "block_time": 1734009080 + } + ], "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "MPMASSET", "quantity": 1000, - "address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "memo": null, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -3078,32 +3729,142 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 81, - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", "block_index": 205, - "block_hash": "3d110873c76b5876f63a6fc1944a8610f809a59a2c3ed1a6f5b6d1bd6296c924", - "block_time": 1733768736, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "block_hash": "26eb377da8f04502122ecafda791d46efcf02d36ec448d05e5781e959090d578", + "block_time": 1734009095, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003803ec2ca8c608368886d42fdc7923a68b3265ac93880eda1874e0086db86059cf21fa5413803b774def180c47335626396b1c5deafb065759eca470750aa7688746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "030003808ed1123d08d5ae9e21a7d30c55b0640494ebe763803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1488746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": " 24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4:0 4 ", - "confirmed": true, + "utxos_info": " 3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050:0 4 ", + "transaction_type": "mpma", + "events": [ + { + "event_index": 704, + "event": "ORDER_UPDATE", + "params": { + "status": "expired", + "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9" + }, + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "block_index": 205, + "block_time": 1734009095 + }, + { + "event_index": 705, + "event": "ORDER_EXPIRATION", + "params": { + "block_index": 205, + "order_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "block_time": 1734009095 + }, + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "block_index": 205, + "block_time": 1734009095 + }, + { + "event_index": 711, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 205, + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "memo": "the memo", + "msg_index": 0, + "quantity": 10, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_index": 81, + "block_time": 1734009095, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "block_index": 205, + "block_time": 1734009095 + }, + { + "event_index": 712, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 205, + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "memo": "memo3", + "msg_index": 1, + "quantity": 10, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_index": 81, + "block_time": 1734009095, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "block_index": 205, + "block_time": 1734009095 + }, + { + "event_index": 713, + "event": "MPMA_SEND", + "params": { + "asset": "XCP", + "block_index": 205, + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "memo": "memo1", + "msg_index": 2, + "quantity": 10, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_index": 81, + "block_time": 1734009095, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "block_index": 205, + "block_time": 1734009095 + } + ], "unpacked_data": { "message_type": "mpma_send", "message_type_id": 3, "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "quantity": 10, "memo": "the memo", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -3111,7 +3872,7 @@ Here is sample API output for each of these transactions: }, { "asset": "XCP", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "quantity": 10, "memo": "memo1", "memo_is_hex": false, @@ -3137,23 +3898,45 @@ Here is sample API output for each of these transactions: { "result": { "tx_index": 65, - "tx_hash": "ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe", + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", "block_index": 190, - "block_hash": "69f027e81f694353593abd80e5ac4dce361e590101f6673c76b9c44cb237664d", - "block_time": 1733768646, - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "block_hash": "7dce3fb05e29f652da88dea551d7816eecdc7c0eaa4b378487610e66335c2791", + "block_time": 1734009038, + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "0480c47335626396b1c5deafb065759eca470750aa76017377656570206d7920617373657473", + "data": "0480f93dca7b48b618a82889ef159a4f918f96656e14017377656570206d7920617373657473", "supported": true, - "utxos_info": " ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe:1 2 ", - "confirmed": true, + "utxos_info": " d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d:1 2 0", + "transaction_type": "sweep", + "events": [ + { + "event_index": 571, + "event": "SWEEP", + "params": { + "block_index": 190, + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "fee_paid": 600000, + "flags": 1, + "memo": "sweep my assets", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "status": "valid", + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", + "tx_index": 65, + "block_time": 1734009038, + "fee_paid_normalized": "0.00600000" + }, + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", + "block_index": 190, + "block_time": 1734009038 + } + ], "unpacked_data": { "message_type": "sweep", "message_type_id": 4, "message_data": { - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "flags": 1, "memo": "sweep my assets" } @@ -3168,37 +3951,68 @@ Here is sample API output for each of these transactions: ``` { "result": { - "tx_index": 75, - "tx_hash": "ba2a7b0fc46ff72c445a5c6a63f66184416aee852902fdf1c2f0daeceb1627de", - "block_index": 199, - "block_hash": "4e677202787de6d9181f05dff28e84856b8a29e414c77d2c840e811fc41f1f64", - "block_time": 1733768702, - "source": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", - "destination": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", - "btc_amount": 546, - "fee": 0, - "data": "655554584f41535345547c313030303030303030307c", + "tx_index": 104, + "tx_hash": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a", + "block_index": 230, + "block_hash": "49bdc59b531d685203b31a919d73b8df9ace083f1434faf6861e99b4ceaae3b1", + "block_time": 1734009240, + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "destination": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "btc_amount": 10000, + "fee": 10000, + "data": "65434841494e494e477c3130303030303030307c", "supported": true, - "utxos_info": " ba2a7b0fc46ff72c445a5c6a63f66184416aee852902fdf1c2f0daeceb1627de:0 3 1", - "confirmed": true, + "utxos_info": " bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a:0 3 1", + "transaction_type": "attach", + "events": [ + { + "event_index": 906, + "event": "ATTACH_TO_UTXO", + "params": { + "asset": "CHAINING", + "block_index": 230, + "destination": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a:0", + "fee_paid": 0, + "msg_index": 0, + "quantity": 100000000, + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "status": "valid", + "tx_hash": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a", + "tx_index": 104, + "block_time": 1734009240, + "asset_info": { + "asset_longname": null, + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "divisible": true, + "locked": false + }, + "quantity_normalized": "1.00000000", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a", + "block_index": 230, + "block_time": 1734009240 + } + ], "unpacked_data": { "message_type": "attach", "message_type_id": 101, "message_data": { - "asset": "UTXOASSET", - "quantity": 1000000000, + "asset": "CHAINING", + "quantity": 100000000, "destination_vout": null, "asset_info": { "asset_longname": null, - "description": "My super asset", - "issuer": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false }, - "quantity_normalized": "10.00000000" + "quantity_normalized": "1.00000000" } }, - "btc_amount_normalized": "0.00000546" + "btc_amount_normalized": "0.00010000" } } ``` @@ -3208,37 +4022,94 @@ Here is sample API output for each of these transactions: ``` { "result": { - "tx_index": 74, - "tx_hash": "1906a6b41d1922bf5a34c32eaf7d122bae4ea8894ff23a52d8a194ea4d60be37", - "block_index": 198, - "block_hash": "7bb15cc76439c627ef4074211811e7025c726ad8594888e9d5eea6b25af513f1", - "block_time": 1733768697, - "source": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "tx_index": 106, + "tx_hash": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", + "block_index": 230, + "block_hash": "49bdc59b531d685203b31a919d73b8df9ace083f1434faf6861e99b4ceaae3b1", + "block_time": 1734009240, + "source": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", "destination": null, "btc_amount": 0, - "fee": 0, + "fee": 10000, "data": "6630", "supported": true, - "utxos_info": "8619ae19ab2c83a1f91d5ba924d6b2a098a63eb7b2ab6902e88896a97d25abda:0 1906a6b41d1922bf5a34c32eaf7d122bae4ea8894ff23a52d8a194ea4d60be37:1 2 ", - "confirmed": true, - "unpacked_data": { - "message_type": "detach", - "message_type_id": 102, - "message_data": { - "destination": null - } - }, - "btc_amount_normalized": "0.00000000" - } -} + "utxos_info": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e:0 1 0", + "transaction_type": "detach", + "events": [ + { + "event_index": 914, + "event": "DETACH_FROM_UTXO", + "params": { + "asset": "CHAINING", + "block_index": 230, + "destination": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", + "fee_paid": 0, + "msg_index": 0, + "quantity": 100000000, + "source": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e:0", + "status": "valid", + "tx_hash": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", + "tx_index": 106, + "block_time": 1734009240, + "asset_info": { + "asset_longname": null, + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "divisible": true, + "locked": false + }, + "quantity_normalized": "1.00000000", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", + "block_index": 230, + "block_time": 1734009240 + } + ], + "unpacked_data": { + "message_type": "detach", + "message_type_id": 102, + "message_data": { + "destination": null + } + }, + "btc_amount_normalized": "0.00000000" + } +} ``` -### Get Transactions [GET /v2/transactions{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Transactions [GET /v2/transactions{?type}{&cursor}{&limit}{&offset}{&verbose}] Returns the list of the last ten transactions + Parameters - + cursor: `106` (str, optional) - The index of the most recent transactions to return + + type (enum[str], optional) - The type of the transaction to return + + Default: `all` + + Members + + `all` + + `bet` + + `broadcast` + + `btcpay` + + `cancel` + + `destroy` + + `dispenser` + + `dispense` + + `dividend` + + `issuance` + + `order` + + `send` + + `enhanced_send` + + `mpma` + + `rps` + + `rpsresolve` + + `sweep` + + `fairminter` + + `fairmint` + + `attach` + + `detach` + + `utxomove` + + `unknown` + + cursor: `110` (str, optional) - The index of the most recent transactions to return + Default: `None` + limit: `2` (int, optional) - The number of transactions to return + Default: `10` @@ -3246,8 +4117,6 @@ Returns the list of the last ten transactions + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -3255,19 +4124,127 @@ Returns the list of the last ten transactions { "result": [ { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_time": 1733768880, - "source": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "destination": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1 e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0 3 1", - "confirmed": true, + "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", + "transaction_type": "dispense", + "events": [ + { + "event_index": 946, + "event": "UTXO_MOVE", + "params": { + "asset": "MYASSETA", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 0, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 949, + "event": "UTXO_MOVE", + "params": { + "asset": "XCP", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 1, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 951, + "event": "DISPENSER_UPDATE", + "params": { + "asset": "XCP", + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "status": 0, + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "give_remaining_normalized": "0.00009268" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 952, + "event": "DISPENSE", + "params": { + "asset": "XCP", + "block_index": 235, + "btc_amount": 1000, + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + } + ], "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -3278,19 +4255,107 @@ Returns the list of the last ten transactions "btc_amount_normalized": "0.00001000" }, { - "tx_index": 105, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "block_index": 232, - "block_hash": "59482cd1dfbcea8ffb1b0693dd6a714a92aad702dbc8530718a0812053c0a1da", - "block_time": 1733768872, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_index": 109, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_hash": "1d006258f3eefee216dd6dfe45edd6059eb2fb7c7f9739414a26947f6b9eb4a3", + "block_time": 1734009252, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "destination": null, "btc_amount": 0, "fee": 10000, "data": "5a4f50454e464149527c7c307c317c31307c307c307c307c307c307c307c307c307c307c307c317c", "supported": true, - "utxos_info": " 0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7:1 2 ", - "confirmed": true, + "utxos_info": " 9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746:1 2 0", + "transaction_type": "fairminter", + "events": [ + { + "event_index": 933, + "event": "NEW_FAIRMINTER", + "params": { + "asset": "OPENFAIR", + "asset_longname": null, + "asset_parent": null, + "block_index": 233, + "burn_payment": false, + "description": "", + "divisible": true, + "end_block": 0, + "hard_cap": 0, + "lock_description": false, + "lock_quantity": false, + "max_mint_per_tx": 10, + "minted_asset_commission_int": 0, + "pre_minted": false, + "premint_quantity": 0, + "price": 0, + "quantity_by_price": 1, + "soft_cap": 0, + "soft_cap_deadline_block": 0, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "start_block": 0, + "status": "open", + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 109, + "block_time": 1734009252, + "price_normalized": "0.0000000000000000", + "hard_cap_normalized": "0.00000000", + "soft_cap_normalized": "0.00000000", + "quantity_by_price_normalized": "0.00000001", + "max_mint_per_tx_normalized": "0.00000010", + "premint_quantity_normalized": "0.00000000" + }, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_time": 1734009252 + }, + { + "event_index": 934, + "event": "ASSET_CREATION", + "params": { + "asset_id": "117132633401", + "asset_longname": null, + "asset_name": "OPENFAIR", + "block_index": 233, + "block_time": 1734009252 + }, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_time": 1734009252 + }, + { + "event_index": 935, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "OPENFAIR", + "asset_events": "open_fairminter", + "asset_longname": null, + "block_index": 233, + "call_date": 0, + "call_price": 0, + "callable": false, + "description": "", + "divisible": true, + "fair_minting": true, + "fee_paid": 50000000.0, + "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "locked": false, + "quantity": 0, + "reset": false, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "status": "valid", + "transfer": false, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 109, + "block_time": 1734009252, + "quantity_normalized": "0.00000000", + "fee_paid_normalized": "0.50000000" + }, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_time": 1734009252 + } + ], "unpacked_data": { "message_type": "fairminter", "message_type_id": 90, @@ -3323,76 +4388,165 @@ Returns the list of the last ten transactions "btc_amount_normalized": "0.00000000" } ], - "next_cursor": 104, - "result_count": 107 + "next_cursor": 108, + "result_count": 111 + } + ``` + +### Get Transaction Types Count [GET /v2/transactions/counts{?verbose}] + +Returns the count of each transaction type + ++ Parameters + + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + + Default: `false` + ++ Response 200 (application/json) + + ``` + { + "result": [ + { + "transaction_type": "fairminter", + "count": 18 + }, + { + "transaction_type": "issuance", + "count": 16 + }, + { + "transaction_type": "fairmint", + "count": 15 + }, + { + "transaction_type": "burn", + "count": 10 + }, + { + "transaction_type": "order", + "count": 9 + }, + { + "transaction_type": "dispenser", + "count": 8 + }, + { + "transaction_type": "utxomove", + "count": 6 + }, + { + "transaction_type": "attach", + "count": 6 + }, + { + "transaction_type": "mpma", + "count": 5 + }, + { + "transaction_type": "dispense", + "count": 5 + }, + { + "transaction_type": "enhanced_send", + "count": 3 + }, + { + "transaction_type": "detach", + "count": 3 + }, + { + "transaction_type": "broadcast", + "count": 2 + }, + { + "transaction_type": "destroy", + "count": 1 + }, + { + "transaction_type": "sweep", + "count": 1 + }, + { + "transaction_type": "cancel", + "count": 1 + }, + { + "transaction_type": "btcpay", + "count": 1 + }, + { + "transaction_type": "dividend", + "count": 1 + } + ], + "next_cursor": null, + "result_count": 18 } ``` -### Info [GET /v2/transactions/info{?rawtransaction}{&block_index}{&verbose}{&show_unconfirmed}] +### Info [GET /v2/transactions/info{?rawtransaction}{&block_index}{&verbose}] Returns Counterparty information from a raw transaction in hex format. + Parameters - + rawtransaction: `02000000000106599f374e48b4aa8da801c2b949157ef1f55c1b5b11a641b0d9e0dc11758bb7ce0000000000ffffffffe02717f2dc0065e64955110d6c9aeb4fc62d2b6c8ec3db24d9ff68fc374b35b00000000000ffffffffc5864f72809fbec4e921cc9a73707f4f888d56693fee0611e00e82bca6b3583f0000000000ffffffff996733f579231ae18539eefdd95e715369c33af3eba40f9f9764e800c5bd14c20000000000ffffffff3715ecfa60b911cf4a2b3f6cc17f0c71399a7aae590c5b8637b578b1a7216e900000000000ffffffff0eacc13052151e988cd4fed72d1a7f1433cf0e0904f6356ddb01ee25ed5e57010000000000ffffffff04e80300000000000069512103e995ce0cd5ab3220b7f79018867302e69112044210fedab5a24edb810121aab6210280a13e4811095e0a6702fadda38a654c4ae58f5d1afe9afc134e1417c4469d6e2103e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a53aee80300000000000069512102e995ce0cd5ab3220b7314eb4b639be439c71f207a1f87d4a7b5d27c2b753abb42102d31abea5b08e1020f46ce96d83b27ae90bdd8cea6e2aee11b2504e4627d02cdb2103e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a53aee80300000000000069512102c895ce0cd5ab3220b7f4901b065c4bdd5636f5570b8e69611073afdbb7977ff42103d31abea5b08e100ae1d97cd83f787ae90bdd8cea6e206b7cd73d2175a7d02c5d2103e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a53ae387923fc060000001600143ec2ca8c608368886d42fdc7923a68b3265ac938024730440220334e04e3705c00e4191c3e3ff9736f4d16ce151d80ae63c0a649d6cbebca4cde02206b3921795733cbd404ac683c4a2dc2687a9fb5a5fbeb407146e9fce96edd689f012103e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a0247304402202c1fee62d7eb48524d7a055c80e13b3dbc78a7d408b0441d2fc489db6236732502204194283c0e11e818fb8ec412e4611a5a0dc6a3f71b5d8f4c44f7812f73662d3a012103e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a0246304302203cb78bbf87faa634541a221e255f8f6df08ec6b5ed79dafda47ee5d24e3c36ac021f52b85654ab2dbce8d5ad28890c950f546d7546a0c3c6fae124274b2f0ddd80012103e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a0247304402205c162b9a2e704075f2e827a243a12bbfda606bdb5d6cb478e6345f6abf39bbe4022072eeaee1b764938594e7665f72e46a5bcb5aae12aa3d3f467de5736e5840fd3d012103e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a0247304402203ff422f4e3aa36c68a137375f4ed18d2c681904e123d18b683b2866c82c11ce1022054dce349f3e0ec71d17676ec3f269a7da1315836b4ac2858966282fc29df5337012103e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a024730440220459150c72ce28ea441693b9c08d5bb35126e6bb1e156b9fdf6d94c2a686d8f0b022017a0f96dc1381de135167cda85b05e39f30d27845df8bfb98084ad194ae86fb8012103e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a00000000` (str, required) - Raw transaction in hex format + + rawtransaction: `020000000001061f933bf75c8113e88f377a0f1dea6eb24858c621851cde4e4ad853e479f697e10000000000ffffffff4ae26a78b58a6d5920942f1b155a4f77dd6966de6154f06ad3791ec148f7e0330000000000ffffffff0c26fc1f20bdd03edf68305e855a34955354b62d1cee316fa7535305a1348d7a0000000000ffffffff5f15a96cbe9a7bd05fbe80864a0b2e04d57898a67efb439f342c2953ffdda1430000000000ffffffffd887512092987a696b4d514f3d920764b9d751ce572c90e966e76a96e3ae27260000000000ffffffffc6fe8fdf82f86f4ff4e5c8374f33c06cec15875ea3b82b48dfeb97e992b935f20000000000ffffffff04e803000000000000695121039291ccd5ab448d63c17462dbdb290f087048986da9f7bdbca9d336e10e60a2852103d54ce09e4ca16e2a50de00e46c95f5d7317482843416a259a3c3bfd9c9f7592121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b353aee803000000000000695121029291ccd5ab448d63c1df4a51b49fbca2f148daa0e292378b9b9d94610f055d7e2103ab2560a2c2c03623388d9fb157051a1d161ac198505009b43f931a910141414b21035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b353aee80300000000000069512102b391ccd5ab448d63c17762d85b8aa6ed60c74cc58c8623a0f0b31c780fc1893a2102ab2560a2c2c036092d380a04ebcf1a1d161ac198505a8cd95afe75a2814141b621035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b353ae387923fc060000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302473044022023cbeca3b55f2034294e45738d15f4aaaf5a701fc110726e2d1acb10dcc5d5e5022025c6d6c5982aaf11de4a9aec3f7d193df9a26a268555744000730eaf289745420121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b302473044022016472f1a1e619f519abab38f2ddc4cc85f78deb4e26008653352769dbb548f5a022046a463af3f34cc6eec8cfa4a5f4eb3acb141378a6e58409013658280f3678b790121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b30247304402207cbf40cf1580f1efa7c47305c7290a19fec38554e6cb14a71ccf86ac495e863602207be26c46638104d74b49d991fa9cc53cae945961f0cd888c8f2ffff01c18335a0121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b302473044022016063b8e1635d538ab5c044456ad8f5bd60c9e37754c1d87f099dadc3798b19a02205a8d30710333c01a23b2f9d47107993041b1ef47662f697aae29f1902d09bef60121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b30247304402200d7fe03b3b5217e4b3b668391359938e64eeec6b1c741896ed06e527d0d23dbf022041a1c178aa0cd84a75180d5a064d986c21a72650ec4a128ef5d099ea944c7c6a0121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b302463043022032fbfba9a5f7763940f3dd46cb3a3dac35092c34edf8d14e6a2f41a5203591b8021f4d5697bfe946394a285ec41cff3b25589d896f5996b77b0898fbf6451f46b80121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b300000000` (str, required) - Raw transaction in hex format + block_index (int, optional) - Block index mandatory for transactions before block 335000 + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) ``` { "result": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003802fc93bc724f1151b70e7ffd9161f233eb6d553bb80eda1874e0086db86059cf21fa5413803b774def180c47335626396b1c5deafb065759eca470750aa7640000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "03000380a329e5108fd4a82571ca37324b41e089a12b7e69803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1440000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "599f374e48b4aa8da801c2b949157ef1f55c1b5b11a641b0d9e0dc11758bb7ce", + "hash": "1f933bf75c8113e88f377a0f1dea6eb24858c621851cde4e4ad853e479f697e1", "n": 0, "script_sig": "", "sequence": 4294967295, "coinbase": false }, { - "hash": "e02717f2dc0065e64955110d6c9aeb4fc62d2b6c8ec3db24d9ff68fc374b35b0", + "hash": "4ae26a78b58a6d5920942f1b155a4f77dd6966de6154f06ad3791ec148f7e033", "n": 0, "script_sig": "", "sequence": 4294967295, "coinbase": false }, { - "hash": "c5864f72809fbec4e921cc9a73707f4f888d56693fee0611e00e82bca6b3583f", + "hash": "0c26fc1f20bdd03edf68305e855a34955354b62d1cee316fa7535305a1348d7a", "n": 0, "script_sig": "", "sequence": 4294967295, "coinbase": false }, { - "hash": "996733f579231ae18539eefdd95e715369c33af3eba40f9f9764e800c5bd14c2", + "hash": "5f15a96cbe9a7bd05fbe80864a0b2e04d57898a67efb439f342c2953ffdda143", "n": 0, "script_sig": "", "sequence": 4294967295, "coinbase": false }, { - "hash": "3715ecfa60b911cf4a2b3f6cc17f0c71399a7aae590c5b8637b578b1a7216e90", + "hash": "d887512092987a696b4d514f3d920764b9d751ce572c90e966e76a96e3ae2726", "n": 0, "script_sig": "", "sequence": 4294967295, "coinbase": false }, { - "hash": "0eacc13052151e988cd4fed72d1a7f1433cf0e0904f6356ddb01ee25ed5e5701", + "hash": "c6fe8fdf82f86f4ff4e5c8374f33c06cec15875ea3b82b48dfeb97e992b935f2", "n": 0, "script_sig": "", "sequence": 4294967295, @@ -3402,38 +4556,50 @@ Returns Counterparty information from a raw transaction in hex format. "vout": [ { "value": 1000, - "script_pub_key": "512103e995ce0cd5ab3220b7f79018867302e69112044210fedab5a24edb810121aab6210280a13e4811095e0a6702fadda38a654c4ae58f5d1afe9afc134e1417c4469d6e2103e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a53ae" + "script_pub_key": "5121039291ccd5ab448d63c17462dbdb290f087048986da9f7bdbca9d336e10e60a2852103d54ce09e4ca16e2a50de00e46c95f5d7317482843416a259a3c3bfd9c9f7592121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b353ae" }, { "value": 1000, - "script_pub_key": "512102e995ce0cd5ab3220b7314eb4b639be439c71f207a1f87d4a7b5d27c2b753abb42102d31abea5b08e1020f46ce96d83b27ae90bdd8cea6e2aee11b2504e4627d02cdb2103e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a53ae" + "script_pub_key": "5121029291ccd5ab448d63c1df4a51b49fbca2f148daa0e292378b9b9d94610f055d7e2103ab2560a2c2c03623388d9fb157051a1d161ac198505009b43f931a910141414b21035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b353ae" }, { "value": 1000, - "script_pub_key": "512102c895ce0cd5ab3220b7f4901b065c4bdd5636f5570b8e69611073afdbb7977ff42103d31abea5b08e100ae1d97cd83f787ae90bdd8cea6e206b7cd73d2175a7d02c5d2103e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a53ae" + "script_pub_key": "512102b391ccd5ab448d63c17762d85b8aa6ed60c74cc58c8623a0f0b31c780fc1893a2102ab2560a2c2c036092d380a04ebcf1a1d161ac198505a8cd95afe75a2814141b621035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b353ae" }, { "value": 29999987000, - "script_pub_key": "00143ec2ca8c608368886d42fdc7923a68b3265ac938" + "script_pub_key": "00148ed1123d08d5ae9e21a7d30c55b0640494ebe763" } ], "vtxinwit": [ - "30440220334e04e3705c00e4191c3e3ff9736f4d16ce151d80ae63c0a649d6cbebca4cde02206b3921795733cbd404ac683c4a2dc2687a9fb5a5fbeb407146e9fce96edd689f01", - "03e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a", - "304402202c1fee62d7eb48524d7a055c80e13b3dbc78a7d408b0441d2fc489db6236732502204194283c0e11e818fb8ec412e4611a5a0dc6a3f71b5d8f4c44f7812f73662d3a01", - "03e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a", - "304302203cb78bbf87faa634541a221e255f8f6df08ec6b5ed79dafda47ee5d24e3c36ac021f52b85654ab2dbce8d5ad28890c950f546d7546a0c3c6fae124274b2f0ddd8001", - "03e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a", - "304402205c162b9a2e704075f2e827a243a12bbfda606bdb5d6cb478e6345f6abf39bbe4022072eeaee1b764938594e7665f72e46a5bcb5aae12aa3d3f467de5736e5840fd3d01", - "03e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a", - "304402203ff422f4e3aa36c68a137375f4ed18d2c681904e123d18b683b2866c82c11ce1022054dce349f3e0ec71d17676ec3f269a7da1315836b4ac2858966282fc29df533701", - "03e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a", - "30440220459150c72ce28ea441693b9c08d5bb35126e6bb1e156b9fdf6d94c2a686d8f0b022017a0f96dc1381de135167cda85b05e39f30d27845df8bfb98084ad194ae86fb801", - "03e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a" + [ + "3044022023cbeca3b55f2034294e45738d15f4aaaf5a701fc110726e2d1acb10dcc5d5e5022025c6d6c5982aaf11de4a9aec3f7d193df9a26a268555744000730eaf2897454201", + "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" + ], + [ + "3044022016472f1a1e619f519abab38f2ddc4cc85f78deb4e26008653352769dbb548f5a022046a463af3f34cc6eec8cfa4a5f4eb3acb141378a6e58409013658280f3678b7901", + "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" + ], + [ + "304402207cbf40cf1580f1efa7c47305c7290a19fec38554e6cb14a71ccf86ac495e863602207be26c46638104d74b49d991fa9cc53cae945961f0cd888c8f2ffff01c18335a01", + "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" + ], + [ + "3044022016063b8e1635d538ab5c044456ad8f5bd60c9e37754c1d87f099dadc3798b19a02205a8d30710333c01a23b2f9d47107993041b1ef47662f697aae29f1902d09bef601", + "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" + ], + [ + "304402200d7fe03b3b5217e4b3b668391359938e64eeec6b1c741896ed06e527d0d23dbf022041a1c178aa0cd84a75180d5a064d986c21a72650ec4a128ef5d099ea944c7c6a01", + "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" + ], + [ + "3043022032fbfba9a5f7763940f3dd46cb3a3dac35092c34edf8d14e6a2f41a5203591b8021f4d5697bfe946394a285ec41cff3b25589d896f5996b77b0898fbf6451f46b801", + "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" + ] ], "lock_time": 0, - "tx_hash": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", - "tx_id": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d" + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_id": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2" }, "unpacked_data": { "message_type": "mpma_send", @@ -3441,14 +4607,14 @@ Returns Counterparty information from a raw transaction in hex format. "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "quantity": 10, "memo": "memo2", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -3456,7 +4622,7 @@ Returns Counterparty information from a raw transaction in hex format. }, { "asset": "XCP", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "quantity": 10, "memo": "memo1", "memo_is_hex": false, @@ -3476,34 +4642,32 @@ Returns Counterparty information from a raw transaction in hex format. } ``` -### Info By Tx Hash [GET /v2/transactions/{tx_hash}/info{?verbose}{&show_unconfirmed}] +### Info By Tx Hash [GET /v2/transactions/{tx_hash}/info{?verbose}] Returns Counterparty information from a transaction hash. + Parameters - + tx_hash: `4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3` (str, required) - Transaction hash + + tx_hash: `7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648` (str, required) - Transaction hash + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) ``` { "result": { - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "020000000000000001000000000000271080eda1874e0086db86059cf21fa5413803b774def1", + "data": "0200000000000000010000000000002710803c8e6158237de60ae0875aefca276e431c644c2e", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "44a0f04d8d554412b1f45d46d0163c0e7db565ba54c4e0965ac54a1aa080a8f9", + "hash": "c8a6d604eb7ac0623b42038f9974f055191819848aa7d214f30daa185f92d6ad", "n": 1, "script_sig": "", "sequence": 4294967295, @@ -3513,20 +4677,22 @@ Returns Counterparty information from a transaction hash. "vout": [ { "value": 0, - "script_pub_key": "6a2e43b1ad1e000a1dcf0b6f710690b2c275a78b1584023e0a1e7bf73f7925eaccaa1b36f5971b68e7d33ee7a45240b8" + "script_pub_key": "6a2ee473525bce6f053e022834121285771f88d96c4eb99a40ea8cbf7f90aee41f29658d07bbd79c8ccda6ff5ee00174" }, { - "value": 4949930546, - "script_pub_key": "0014c47335626396b1c5deafb065759eca470750aa76" + "value": 4949940000, + "script_pub_key": "0014f93dca7b48b618a82889ef159a4f918f96656e14" } ], "vtxinwit": [ - "30440220576bc9a68c6b25fc5a49b37b0ce078d1ef697d79979bde6415767fe60ea6970202201b82a2912366a355f041176c5386a5585a07152cb3e48986dc60515cb1ca226801", - "0349844b1686e1603eb2b54fca541cd5ede31149ee96c5594803443c28fcbfd294" + [ + "3044022062e1ff3ca41795dc41e95bd60eaee5613ff083fd334cb15be6368e75e2fa0f4202202c7ff320d360ccefc360ebf23918184e75da8c14d423c19a02885e7900773a9a01", + "0299d0253b5ce67d54ae25930fe7913ff060229aa5b38918821ef9c1d5df6adf94" + ] ], "lock_time": 0, - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_id": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3" + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_id": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648" }, "unpacked_data": { "message_type": "enhanced_send", @@ -3534,7 +4700,7 @@ Returns Counterparty information from a transaction hash. "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "memo": null, "asset_info": { "asset_longname": null, @@ -3551,7 +4717,7 @@ Returns Counterparty information from a transaction hash. } ``` -### Unpack [GET /v2/transactions/unpack{?datahex}{&block_index}{&verbose}{&show_unconfirmed}] +### Unpack [GET /v2/transactions/unpack{?datahex}{&block_index}{&verbose}] Unpacks Counterparty data in hex format and returns the message type and data. @@ -3561,8 +4727,6 @@ Unpacks Counterparty data in hex format and returns the message type and data. + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -3578,35 +4742,141 @@ Unpacks Counterparty data in hex format and returns the message type and data. } ``` -### Get Transaction By Tx Index [GET /v2/transactions/{tx_index}{?verbose}{&show_unconfirmed}] +### Get Transaction By Tx Index [GET /v2/transactions/{tx_index}{?verbose}] Returns a transaction by its index. + Parameters - + tx_index: `106` (int, required) - The index of the transaction + + tx_index: `110` (int, required) - The index of the transaction + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) ``` { "result": { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_time": 1733768880, - "source": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "destination": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1 e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0 3 1", - "confirmed": true, + "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", + "transaction_type": "dispense", + "events": [ + { + "event_index": 946, + "event": "UTXO_MOVE", + "params": { + "asset": "MYASSETA", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 0, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 949, + "event": "UTXO_MOVE", + "params": { + "asset": "XCP", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 1, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 951, + "event": "DISPENSER_UPDATE", + "params": { + "asset": "XCP", + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "status": 0, + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "give_remaining_normalized": "0.00009268" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 952, + "event": "DISPENSE", + "params": { + "asset": "XCP", + "block_index": 235, + "btc_amount": 1000, + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + } + ], "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -3619,65 +4889,169 @@ Returns a transaction by its index. } ``` -### Get Transaction By Hash [GET /v2/transactions/{tx_hash}{?verbose}{&show_unconfirmed}] +### Get Transaction By Hash [GET /v2/transactions/{tx_hash}{?verbose}] Returns a transaction by its hash. + Parameters - + tx_hash: `e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a` (str, required) - The hash of the transaction + + tx_hash: `6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd` (str, required) - The hash of the transaction + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) ``` { "result": { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_time": 1733768880, - "source": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "destination": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1 e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0 3 1", - "confirmed": true, - "unpacked_data": { - "message_type": "dispense", - "message_type_id": 13, - "message_data": { - "data": "00" - } - }, - "btc_amount_normalized": "0.00001000" - } - } - ``` - -### Get Events By Transaction Index [GET /v2/transactions/{tx_index}/events{?event_name}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] - -Returns the events of a transaction - -+ Parameters - + tx_index: `106` (int, required) - The index of the transaction to return - + event_name (str, optional) - Comma separated list of events to return - + Default: `None` - + cursor (str, optional) - The last event index to return - + Default: `None` - + limit: `5` (int, optional) - The maximum number of events to return - + Default: `100` - + offset (int, optional) - The number of lines to skip before returning results (overrides the `cursor` parameter) - + Default: `None` - + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. - + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", + "transaction_type": "dispense", + "events": [ + { + "event_index": 946, + "event": "UTXO_MOVE", + "params": { + "asset": "MYASSETA", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 0, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 949, + "event": "UTXO_MOVE", + "params": { + "asset": "XCP", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 1, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 951, + "event": "DISPENSER_UPDATE", + "params": { + "asset": "XCP", + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "status": 0, + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "give_remaining_normalized": "0.00009268" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 952, + "event": "DISPENSE", + "params": { + "asset": "XCP", + "block_index": 235, + "btc_amount": 1000, + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + } + ], + "unpacked_data": { + "message_type": "dispense", + "message_type_id": 13, + "message_data": { + "data": "00" + } + }, + "btc_amount_normalized": "0.00001000" + } + } + ``` + +### Get Events By Transaction Index [GET /v2/transactions/{tx_index}/events{?event_name}{&cursor}{&limit}{&offset}{&verbose}] + +Returns the events of a transaction + ++ Parameters + + tx_index: `110` (int, required) - The index of the transaction to return + + event_name (str, optional) - Comma separated list of events to return + + Default: `None` + + cursor (str, optional) - The last event index to return + + Default: `None` + + limit: `5` (int, optional) - The maximum number of events to return + + Default: `100` + + offset (int, optional) - The number of lines to skip before returning results (overrides the `cursor` parameter) + + Default: `None` + + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + + Default: `false` + Response 200 (application/json) @@ -3685,32 +5059,32 @@ Returns the events of a transaction { "result": [ { - "event_index": 912, + "event_index": 953, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110 }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 911, + "event_index": 952, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 233, + "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3721,20 +5095,20 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 910, + "event_index": 951, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": 0, - "tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3744,24 +5118,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3771,24 +5145,24 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 908, + "event_index": 949, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 233, - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "msg_index": 1, "quantity": 2000000000, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", "status": "valid", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3798,25 +5172,25 @@ Returns the events of a transaction }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 907, + "next_cursor": 948, "result_count": 12 } ``` -### Get Events By Transaction Hash [GET /v2/transactions/{tx_hash}/events{?event_name}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Events By Transaction Hash [GET /v2/transactions/{tx_hash}/events{?event_name}{&cursor}{&limit}{&offset}{&verbose}] Returns the events of a transaction + Parameters - + tx_hash: `e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a` (str, required) - The hash of the transaction to return + + tx_hash: `6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` - + cursor: `913` (str, optional) - The last event index to return + + cursor: `954` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -3824,8 +5198,6 @@ Returns the events of a transaction + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -3833,32 +5205,32 @@ Returns the events of a transaction { "result": [ { - "event_index": 912, + "event_index": 953, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110 }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 911, + "event_index": 952, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 233, + "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3869,20 +5241,20 @@ Returns the events of a transaction "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 910, + "event_index": 951, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": 0, - "tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3892,24 +5264,24 @@ Returns the events of a transaction }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3919,24 +5291,24 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 908, + "event_index": 949, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 233, - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "msg_index": 1, "quantity": 2000000000, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", "status": "valid", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3946,22 +5318,30 @@ Returns the events of a transaction }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 907, + "next_cursor": 948, "result_count": 12 } ``` -### Get Sends By Transaction Hash [GET /v2/transactions/{tx_hash}/sends{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Sends By Transaction Hash [GET /v2/transactions/{tx_hash}/sends{?send_type}{&cursor}{&limit}{&offset}{&verbose}] Returns the sends, include Enhanced and MPMA sends, of a block + Parameters - + tx_hash: `e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a` (str, required) - The hash of the transaction to return + + tx_hash: `6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd` (str, required) - The hash of the transaction to return + + send_type (enum[str], optional) - The type of the send to return + + Default: `all` + + Members + + `all` + + `send` + + `attach` + + `move` + + `detach` + cursor (str, optional) - The last index of the debits to return + Default: `None` + limit: `5` (int, optional) - The maximum number of debits to return @@ -3970,8 +5350,6 @@ Returns the sends, include Enhanced and MPMA sends, of a block + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -3979,19 +5357,18 @@ Returns the sends, include Enhanced and MPMA sends, of a block { "result": [ { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "asset": "XCP", "quantity": 2000000000, "status": "valid", "msg_index": 1, "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4003,23 +5380,22 @@ Returns the sends, include Enhanced and MPMA sends, of a block "fee_paid_normalized": "0.00000000" }, { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "asset": "MYASSETA", "quantity": 2000000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4032,12 +5408,12 @@ Returns the sends, include Enhanced and MPMA sends, of a block } ``` -### Get Dispenses By Transaction Hash [GET /v2/transactions/{tx_hash}/dispenses{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Dispenses By Transaction Hash [GET /v2/transactions/{tx_hash}/dispenses{?cursor}{&limit}{&offset}{&verbose}] Returns the dispenses of a block + Parameters - + tx_hash: `e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a` (str, required) - The hash of the transaction to return + + tx_hash: `6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd` (str, required) - The hash of the transaction to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -4046,8 +5422,6 @@ Returns the dispenses of a block + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -4055,29 +5429,28 @@ Returns the dispenses of a block { "result": [ { - "tx_index": 106, + "tx_index": 110, "dispense_index": 0, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "btc_amount": 1000, - "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "last_status_tx_hash": null, - "origin": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -4092,7 +5465,7 @@ Returns the dispenses of a block "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4109,14 +5482,14 @@ Returns the dispenses of a block } ``` -### Get Events By Transaction Index And Event [GET /v2/transactions/{tx_index}/events/{event}{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Events By Transaction Index And Event [GET /v2/transactions/{tx_index}/events/{event}{?cursor}{&limit}{&offset}{&verbose}] Returns the events of a transaction + Parameters - + tx_index: `106` (int, required) - The index of the transaction to return + + tx_index: `110` (int, required) - The index of the transaction to return + event: `CREDIT` (str, required) - The event to filter by - + cursor: `913` (str, optional) - The last event index to return + + cursor: `954` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -4124,8 +5497,6 @@ Returns the events of a transaction + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -4133,19 +5504,19 @@ Returns the events of a transaction { "result": [ { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4155,24 +5526,24 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 907, + "event_index": 948, "event": "CREDIT", "params": { "address": null, "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4182,36 +5553,36 @@ Returns the events of a transaction }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 904, + "event_index": 945, "event": "CREDIT", "params": { "address": null, "asset": "MYASSETA", - "block_index": 233, + "block_index": 235, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], "next_cursor": null, @@ -4219,14 +5590,14 @@ Returns the events of a transaction } ``` -### Get Events By Transaction Hash And Event [GET /v2/transactions/{tx_hash}/events/{event}{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Events By Transaction Hash And Event [GET /v2/transactions/{tx_hash}/events/{event}{?cursor}{&limit}{&offset}{&verbose}] Returns the events of a transaction + Parameters - + tx_hash: `e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a` (str, required) - The hash of the transaction to return + + tx_hash: `6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd` (str, required) - The hash of the transaction to return + event: `CREDIT` (str, required) - The event to filter by - + cursor: `913` (str, optional) - The last event index to return + + cursor: `954` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -4234,8 +5605,6 @@ Returns the events of a transaction + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -4243,19 +5612,19 @@ Returns the events of a transaction { "result": [ { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4265,24 +5634,24 @@ Returns the events of a transaction }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 907, + "event_index": 948, "event": "CREDIT", "params": { "address": null, "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4292,36 +5661,36 @@ Returns the events of a transaction }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 904, + "event_index": 945, "event": "CREDIT", "params": { "address": null, "asset": "MYASSETA", - "block_index": 233, + "block_index": 235, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], "next_cursor": null, @@ -4331,12 +5700,12 @@ Returns the events of a transaction ## Group Addresses -### Get Balances By Addresses [GET /v2/addresses/balances{?addresses}{&type}{&cursor}{&limit}{&offset}{&sort}{&verbose}{&show_unconfirmed}] +### Get Balances By Addresses [GET /v2/addresses/balances{?addresses}{&type}{&cursor}{&limit}{&offset}{&sort}{&verbose}] Returns the balances of several addresses + Parameters - + addresses: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy,bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn` (str, required) - Comma separated list of addresses + + addresses: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk,bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - Comma separated list of addresses + type (enum[str], optional) - The type of balances to return + Default: `all` + Members @@ -4353,8 +5722,6 @@ Returns the balances of several addresses + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -4363,10 +5730,11 @@ Returns the balances of several addresses "result": [ { "asset": "A95428956980101314", + "asset_longname": null, "total": 100000000000, "addresses": [ { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -4376,7 +5744,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4384,10 +5752,11 @@ Returns the balances of several addresses }, { "asset": "FAIRMINTA", + "asset_longname": null, "total": 500000000, "addresses": [ { - "address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -4397,7 +5766,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4405,10 +5774,11 @@ Returns the balances of several addresses }, { "asset": "FREEFAIRMINT", + "asset_longname": null, "total": 180, "addresses": [ { - "address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "utxo": null, "utxo_address": null, "quantity": 180, @@ -4418,7 +5788,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4426,10 +5796,11 @@ Returns the balances of several addresses }, { "asset": "FAIRMINTD", + "asset_longname": null, "total": 40, "addresses": [ { - "address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "utxo": null, "utxo_address": null, "quantity": 40, @@ -4439,7 +5810,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4447,10 +5818,11 @@ Returns the balances of several addresses }, { "asset": "FAIRMINTC", + "asset_longname": null, "total": 19, "addresses": [ { - "address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "utxo": null, "utxo_address": null, "quantity": 19, @@ -4460,7 +5832,7 @@ Returns the balances of several addresses "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4472,13 +5844,39 @@ Returns the balances of several addresses } ``` -### Get Transactions By Addresses [GET /v2/addresses/transactions{?addresses}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Transactions By Addresses [GET /v2/addresses/transactions{?addresses}{&type}{&cursor}{&limit}{&offset}{&verbose}] Returns the transactions of a list of addresses + Parameters - + addresses: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy,bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn` (str, required) - Comma separated list of addresses to return - + cursor: `106` (str, optional) - The last transaction index to return + + addresses: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk,bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - Comma separated list of addresses to return + + type (enum[str], optional) - The type of the transaction to return + + Default: `all` + + Members + + `all` + + `bet` + + `broadcast` + + `btcpay` + + `cancel` + + `destroy` + + `dispenser` + + `dispense` + + `dividend` + + `issuance` + + `order` + + `send` + + `enhanced_send` + + `mpma` + + `rps` + + `rpsresolve` + + `sweep` + + `fairminter` + + `fairmint` + + `attach` + + `detach` + + `utxomove` + + `unknown` + + cursor: `110` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return + Default: `100` @@ -4486,8 +5884,6 @@ Returns the transactions of a list of addresses + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -4496,32 +5892,142 @@ Returns the transactions of a list of addresses "result": [ { "tx_index": 81, - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", "block_index": 205, - "block_hash": "3d110873c76b5876f63a6fc1944a8610f809a59a2c3ed1a6f5b6d1bd6296c924", - "block_time": 1733768736, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "block_hash": "26eb377da8f04502122ecafda791d46efcf02d36ec448d05e5781e959090d578", + "block_time": 1734009095, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003803ec2ca8c608368886d42fdc7923a68b3265ac93880eda1874e0086db86059cf21fa5413803b774def180c47335626396b1c5deafb065759eca470750aa7688746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "030003808ed1123d08d5ae9e21a7d30c55b0640494ebe763803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1488746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": " 24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4:0 4 ", - "confirmed": true, + "utxos_info": " 3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050:0 4 ", + "transaction_type": "mpma", + "events": [ + { + "event_index": 704, + "event": "ORDER_UPDATE", + "params": { + "status": "expired", + "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9" + }, + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "block_index": 205, + "block_time": 1734009095 + }, + { + "event_index": 705, + "event": "ORDER_EXPIRATION", + "params": { + "block_index": 205, + "order_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "block_time": 1734009095 + }, + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "block_index": 205, + "block_time": 1734009095 + }, + { + "event_index": 711, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 205, + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "memo": "the memo", + "msg_index": 0, + "quantity": 10, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_index": 81, + "block_time": 1734009095, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "block_index": 205, + "block_time": 1734009095 + }, + { + "event_index": 712, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 205, + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "memo": "memo3", + "msg_index": 1, + "quantity": 10, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_index": 81, + "block_time": 1734009095, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "block_index": 205, + "block_time": 1734009095 + }, + { + "event_index": 713, + "event": "MPMA_SEND", + "params": { + "asset": "XCP", + "block_index": 205, + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "memo": "memo1", + "msg_index": 2, + "quantity": 10, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_index": 81, + "block_time": 1734009095, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "block_index": 205, + "block_time": 1734009095 + } + ], "unpacked_data": { "message_type": "mpma_send", "message_type_id": 3, "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "quantity": 10, "memo": "the memo", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4529,7 +6035,7 @@ Returns the transactions of a list of addresses }, { "asset": "XCP", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "quantity": 10, "memo": "memo1", "memo_is_hex": false, @@ -4548,32 +6054,239 @@ Returns the transactions of a list of addresses }, { "tx_index": 80, - "tx_hash": "35b35f2e03b8d62db8576906a87fb88387e10127580518dfcb87caec21ac7f87", + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", "block_index": 204, - "block_hash": "318ba96aec86de5a37e63b457b4833fa2d4b5a67167a5cb5c091f63d4bd2bce2", - "block_time": 1733768731, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "block_hash": "0fa10e11a2081792ea9c2e6d521f0ba50efabdab7ba5d9fc06626f41551d6516", + "block_time": 1734009092, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003803ec2ca8c608368886d42fdc7923a68b3265ac93880eda1874e0086db86059cf21fa5413803b774def180c47335626396b1c5deafb065759eca470750aa76c8746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", + "data": "030003808ed1123d08d5ae9e21a7d30c55b0640494ebe763803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e14c8746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", "supported": true, - "utxos_info": " 35b35f2e03b8d62db8576906a87fb88387e10127580518dfcb87caec21ac7f87:0 4 ", - "confirmed": true, + "utxos_info": " 742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813:0 4 ", + "transaction_type": "mpma", + "events": [ + { + "event_index": 685, + "event": "ORDER_MATCH_UPDATE", + "params": { + "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "status": "expired" + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + }, + { + "event_index": 687, + "event": "ORDER_UPDATE", + "params": { + "fee_required_remaining": 0, + "get_remaining": 3000, + "give_remaining": 3000, + "status": "open", + "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "fee_required_remaining_normalized": "0.00000000" + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + }, + { + "event_index": 688, + "event": "ORDER_MATCH_EXPIRATION", + "params": { + "block_index": 204, + "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "block_time": 1734009092 + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + }, + { + "event_index": 689, + "event": "ORDER_UPDATE", + "params": { + "fee_provided_remaining": 10000, + "fee_required_remaining": 0, + "get_remaining": 0, + "give_remaining": 0, + "status": "open", + "tx_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "fee_required_remaining_normalized": "0.00000000", + "fee_provided_remaining_normalized": "0.00010000" + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + }, + { + "event_index": 690, + "event": "ORDER_UPDATE", + "params": { + "fee_provided_remaining": 10000, + "fee_required_remaining": 0, + "get_remaining": 2000, + "give_remaining": 2000, + "status": "open", + "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "fee_required_remaining_normalized": "0.00000000", + "fee_provided_remaining_normalized": "0.00010000" + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + }, + { + "event_index": 691, + "event": "ORDER_MATCH", + "params": { + "backward_asset": "BTC", + "backward_quantity": 1000, + "block_index": 204, + "fee_paid": 0, + "forward_asset": "XCP", + "forward_quantity": 1000, + "id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "match_expire_index": 224, + "status": "pending", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "tx0_block_index": 189, + "tx0_expiration": 21, + "tx0_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "tx0_index": 64, + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "tx1_block_index": 204, + "tx1_expiration": 21, + "tx1_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx1_index": 58, + "block_time": 1734009092, + "forward_asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "backward_asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Bitcoin cryptocurrency", + "locked": false, + "issuer": null + }, + "forward_quantity_normalized": "0.00001000", + "backward_quantity_normalized": "0.00001000", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + }, + { + "event_index": 697, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 204, + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "memo": "746865206d656d6f", + "msg_index": 0, + "quantity": 10, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_index": 80, + "block_time": 1734009092, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + }, + { + "event_index": 698, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 204, + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "memo": "746865206d656d6f", + "msg_index": 1, + "quantity": 10, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_index": 80, + "block_time": 1734009092, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + }, + { + "event_index": 699, + "event": "MPMA_SEND", + "params": { + "asset": "XCP", + "block_index": 204, + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "memo": "746865206d656d6f", + "msg_index": 2, + "quantity": 10, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_index": 80, + "block_time": 1734009092, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + } + ], "unpacked_data": { "message_type": "mpma_send", "message_type_id": 3, "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "quantity": 10, "memo": "746865206d656d6f", "memo_is_hex": true, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4581,7 +6294,7 @@ Returns the transactions of a list of addresses }, { "asset": "XCP", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "quantity": 10, "memo": "746865206d656d6f", "memo_is_hex": true, @@ -4600,32 +6313,118 @@ Returns the transactions of a list of addresses }, { "tx_index": 79, - "tx_hash": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", "block_index": 203, - "block_hash": "690a27da33f87f6347ea4eafdace8ac95ea7a3844dd2b3ccbd0f668ce80646f3", - "block_time": 1733768727, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "71d08a3ddb96e0310b9ab6f62f1ca0dd0f8e611b0d8a44e15fbeb04ee29573a3", + "block_time": 1734009087, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003802fc93bc724f1151b70e7ffd9161f233eb6d553bb80eda1874e0086db86059cf21fa5413803b774def180c47335626396b1c5deafb065759eca470750aa7640000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "03000380a329e5108fd4a82571ca37324b41e089a12b7e69803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1440000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": " ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d:0 4 ", - "confirmed": true, - "unpacked_data": { - "message_type": "mpma_send", - "message_type_id": 3, - "message_data": [ - { + "utxos_info": " 7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2:0 4 ", + "transaction_type": "mpma", + "events": [ + { + "event_index": 678, + "event": "MPMA_SEND", + "params": { "asset": "MPMASSET", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "block_index": 203, + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "memo": "memo2", + "msg_index": 0, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_index": 79, + "block_time": 1734009087, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "block_index": 203, + "block_time": 1734009087 + }, + { + "event_index": 679, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 203, + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "memo": "memo3", + "msg_index": 1, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_index": 79, + "block_time": 1734009087, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "block_index": 203, + "block_time": 1734009087 + }, + { + "event_index": 680, + "event": "MPMA_SEND", + "params": { + "asset": "XCP", + "block_index": 203, + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "memo": "memo1", + "msg_index": 2, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_index": 79, + "block_time": 1734009087, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "block_index": 203, + "block_time": 1734009087 + } + ], + "unpacked_data": { + "message_type": "mpma_send", + "message_type_id": 3, + "message_data": [ + { + "asset": "MPMASSET", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "quantity": 10, "memo": "memo2", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4633,7 +6432,7 @@ Returns the transactions of a list of addresses }, { "asset": "XCP", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "quantity": 10, "memo": "memo1", "memo_is_hex": false, @@ -4652,32 +6451,142 @@ Returns the transactions of a list of addresses }, { "tx_index": 78, - "tx_hash": "6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", "block_index": 202, - "block_hash": "618af4b503789e715bb693490c5e2c63cf51f1a14d0ebb8975e86d20358c4781", - "block_time": 1733768723, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "7f9f979b3c3fa4cee1c26461f43f4dc0ee03d629f9d93d9b9fdab39d1f476f48", + "block_time": 1734009083, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003802fc93bc724f1151b70e7ffd9161f233eb6d553bb80eda1874e0086db86059cf21fa5413803b774def180c47335626396b1c5deafb065759eca470750aa7688746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", + "data": "03000380a329e5108fd4a82571ca37324b41e089a12b7e69803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1488746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", "supported": true, - "utxos_info": " 6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8:0 4 ", - "confirmed": true, + "utxos_info": " 216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc:0 4 ", + "transaction_type": "mpma", + "events": [ + { + "event_index": 658, + "event": "ORDER_UPDATE", + "params": { + "status": "expired", + "tx_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06" + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + }, + { + "event_index": 660, + "event": "ORDER_EXPIRATION", + "params": { + "block_index": 202, + "order_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_time": 1734009083 + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + }, + { + "event_index": 666, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 202, + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "memo": "the memo", + "msg_index": 0, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_index": 78, + "block_time": 1734009083, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + }, + { + "event_index": 667, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 202, + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "memo": "the memo", + "msg_index": 1, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_index": 78, + "block_time": 1734009083, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + }, + { + "event_index": 668, + "event": "MPMA_SEND", + "params": { + "asset": "XCP", + "block_index": 202, + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "memo": "the memo", + "msg_index": 2, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_index": 78, + "block_time": 1734009083, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + } + ], "unpacked_data": { "message_type": "mpma_send", "message_type_id": 3, "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "quantity": 10, "memo": "the memo", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4685,7 +6594,7 @@ Returns the transactions of a list of addresses }, { "asset": "XCP", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "quantity": 10, "memo": "the memo", "memo_is_hex": false, @@ -4704,30 +6613,60 @@ Returns the transactions of a list of addresses }, { "tx_index": 77, - "tx_hash": "399265c88887ea0fdb697bb5070dfe0769b1ce970aa29161114880a73e3ad2e5", + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", "block_index": 201, - "block_hash": "3893ac0bcfec2dfcff228c0f43d2ad17bb6fea6cbb655714b1707e72bb754333", - "block_time": 1733768709, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "226ed1cd3c164cd48cdea191b2851494582e42c565f9a1ab101b9e3228541ac6", + "block_time": 1734009080, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "02000000178d82231300000000000003e8802fc93bc724f1151b70e7ffd9161f233eb6d553bb", + "data": "02000000178d82231300000000000003e880a329e5108fd4a82571ca37324b41e089a12b7e69", "supported": true, - "utxos_info": " 399265c88887ea0fdb697bb5070dfe0769b1ce970aa29161114880a73e3ad2e5:1 2 ", - "confirmed": true, + "utxos_info": " 0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835:1 2 0", + "transaction_type": "enhanced_send", + "events": [ + { + "event_index": 653, + "event": "ENHANCED_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 201, + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "memo": null, + "msg_index": 0, + "quantity": 1000, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "tx_index": 77, + "block_time": 1734009080, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00001000" + }, + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "block_index": 201, + "block_time": 1734009080 + } + ], "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "MPMASSET", "quantity": 1000, - "address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "memo": null, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4742,15 +6681,15 @@ Returns the transactions of a list of addresses } ``` -### Get Events By Addresses [GET /v2/addresses/events{?addresses}{&event_name}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Events By Addresses [GET /v2/addresses/events{?addresses}{&event_name}{&cursor}{&limit}{&offset}{&verbose}] Returns the events of a list of addresses + Parameters - + addresses: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy,bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk,bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - Comma separated list of addresses to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` - + cursor: `913` (str, optional) - The last event index to return + + cursor: `954` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -4758,8 +6697,6 @@ Returns the events of a list of addresses + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -4767,33 +6704,33 @@ Returns the events of a list of addresses { "result": [ { - "event_index": 846, + "event_index": 861, "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 225, - "order_match_id": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "tx1_address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "block_time": 1733768847 + "order_match_id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "block_time": 1734009204 }, - "tx_hash": "971a5817a2de0e385a780cd173ead9a7271162f298b47e7fb033805cf02e01b5", + "tx_hash": "0c87ede571560bd4f222c906f20c13761730c981944308d35de8290b122db0c8", "block_index": 225, - "block_time": 1733768847 + "block_time": 1734009204 }, { - "event_index": 845, + "event_index": 860, "event": "CREDIT", "params": { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "block_index": 225, "calling_function": "order expired", - "event": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "event": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "quantity": 1000, "tx_index": 0, "utxo": null, "utxo_address": null, - "block_time": 1733768847, + "block_time": 1734009204, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4803,37 +6740,37 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00001000" }, - "tx_hash": "971a5817a2de0e385a780cd173ead9a7271162f298b47e7fb033805cf02e01b5", + "tx_hash": "0c87ede571560bd4f222c906f20c13761730c981944308d35de8290b122db0c8", "block_index": 225, - "block_time": 1733768847 + "block_time": 1734009204 }, { - "event_index": 743, + "event_index": 758, "event": "ORDER_EXPIRATION", "params": { "block_index": 211, - "order_hash": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "block_time": 1733768778 + "order_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_time": 1734009136 }, - "tx_hash": "237596721100697995715f69633687a0acfdb05c77388493b48bda76ac4949d5", + "tx_hash": "86548b36f67d5b0ec6ac30be2dbf2f0f03b1b28d8539dc4b9cd54a6391379f93", "block_index": 211, - "block_time": 1733768778 + "block_time": 1734009136 }, { - "event_index": 742, + "event_index": 757, "event": "CREDIT", "params": { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "block_index": 211, "calling_function": "cancel order", - "event": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", + "event": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", "quantity": 0, "tx_index": 0, "utxo": null, "utxo_address": null, - "block_time": 1733768778, + "block_time": 1734009136, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4843,25 +6780,25 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00000000" }, - "tx_hash": "237596721100697995715f69633687a0acfdb05c77388493b48bda76ac4949d5", + "tx_hash": "86548b36f67d5b0ec6ac30be2dbf2f0f03b1b28d8539dc4b9cd54a6391379f93", "block_index": 211, - "block_time": 1733768778 + "block_time": 1734009136 }, { - "event_index": 698, + "event_index": 713, "event": "MPMA_SEND", "params": { "asset": "XCP", "block_index": 205, - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "memo": "memo1", "msg_index": 2, "quantity": 10, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "status": "valid", - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", "tx_index": 81, - "block_time": 1733768736, + "block_time": 1734009095, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4871,30 +6808,28 @@ Returns the events of a list of addresses }, "quantity_normalized": "0.00000010" }, - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", "block_index": 205, - "block_time": 1733768736 + "block_time": 1734009095 } ], - "next_cursor": 698, - "result_count": 260 + "next_cursor": 713, + "result_count": 264 } ``` -### Get Mempool Events By Addresses [GET /v2/addresses/mempool{?addresses}{&cursor}{&limit}{&verbose}{&show_unconfirmed}] +### Get Mempool Events By Addresses [GET /v2/addresses/mempool{?addresses}{&cursor}{&limit}{&verbose}] Returns the mempool events of a list of addresses + Parameters - + addresses: `bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498,bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5` (str, required) - Comma separated list of addresses to return + + addresses: `bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm,bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr` (str, required) - Comma separated list of addresses to return + cursor (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -4902,19 +6837,19 @@ Returns the mempool events of a list of addresses { "result": [ { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "memo": null, "msg_index": 0, "quantity": 10000, - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "status": "valid", - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_index": 107, + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_index": 111, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4924,22 +6859,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "CREDIT", "params": { - "address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "send", - "event": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "event": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "quantity": 10000, - "tx_index": 107, + "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4949,22 +6884,22 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "address": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "asset": "XCP", - "block_index": 233, - "event": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "block_index": 235, + "event": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "quantity": 10000, - "tx_index": 107, + "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4974,44 +6909,27 @@ Returns the mempool events of a list of addresses }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1733768883.6463442, + "block_time": 1734009265.1571295, "btc_amount": 0, - "data": "020000000000000001000000000000271080eda1874e0086db86059cf21fa5413803b774def1", + "data": "0200000000000000010000000000002710803c8e6158237de60ae0875aefca276e431c644c2e", "destination": "", "fee": 10000, - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_index": 107, - "utxos_info": "f9a880a01a4ac55a96e0c454ba65b57d0e3c16d0465df4b11244558d4df0a044:1 4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3:1 2 ", - "unpacked_data": { - "message_type": "enhanced_send", - "message_type_id": 2, - "message_data": { - "asset": "XCP", - "quantity": 10000, - "address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "memo": null, - "asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true - }, - "quantity_normalized": "0.00010000" - } - }, + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "transaction_type": "enhanced_send", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_index": 111, + "utxos_info": " 7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648:1 2 0", "btc_amount_normalized": "0.00000000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 } ], "next_cursor": null, @@ -5019,12 +6937,12 @@ Returns the mempool events of a list of addresses } ``` -### Get Address Balances [GET /v2/addresses/{address}/balances{?type}{&cursor}{&limit}{&offset}{&sort}{&verbose}{&show_unconfirmed}] +### Get Address Balances [GET /v2/addresses/{address}/balances{?type}{&cursor}{&limit}{&offset}{&sort}{&verbose}] Returns the balances of an address + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + type (enum[str], optional) - The type of balances to return + Default: `` + Members @@ -5041,8 +6959,6 @@ Returns the balances of an address + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -5050,53 +6966,57 @@ Returns the balances of an address { "result": [ { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "A95428956980101314", + "asset_longname": null, "quantity": 100000000000, "utxo": null, "utxo_address": null, "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MPMASSET", + "asset_longname": null, "quantity": 99999998960, "utxo": null, "utxo_address": null, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "999.99998960" }, { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MYASSETA", + "asset_longname": null, "quantity": 97999999980, "utxo": null, "utxo_address": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "979.99999980" }, { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", + "asset_longname": null, "quantity": 82599966196, "utxo": null, "utxo_address": null, @@ -5110,15 +7030,16 @@ Returns the balances of an address "quantity_normalized": "825.99966196" }, { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "TESTLOCKDESC", + "asset_longname": null, "quantity": 9999990000, "utxo": null, "utxo_address": null, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -5130,12 +7051,12 @@ Returns the balances of an address } ``` -### Get Balances By Address And Asset [GET /v2/addresses/{address}/balances/{asset}{?type}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Balances By Address And Asset [GET /v2/addresses/{address}/balances/{asset}{?type}{&cursor}{&limit}{&offset}{&verbose}] Returns the balances of an address and asset + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + type (enum[str], optional) - The type of balances to return + Default: `all` @@ -5151,8 +7072,6 @@ Returns the balances of an address and asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -5160,8 +7079,9 @@ Returns the balances of an address and asset { "result": [ { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", + "asset_longname": null, "quantity": 82599966196, "utxo": null, "utxo_address": null, @@ -5180,12 +7100,12 @@ Returns the balances of an address and asset } ``` -### Get Credits By Address [GET /v2/addresses/{address}/credits{?action}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Credits By Address [GET /v2/addresses/{address}/credits{?action}{&cursor}{&limit}{&offset}{&verbose}] Returns the credits of an address + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -5225,8 +7145,6 @@ Returns the credits of an address + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -5235,16 +7153,15 @@ Returns the credits of an address "result": [ { "block_index": 225, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 1000, "calling_function": "order expired", - "event": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "event": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "tx_index": 0, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768847, + "block_time": 1734009204, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5256,16 +7173,15 @@ Returns the credits of an address }, { "block_index": 205, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 10, "calling_function": "mpma send", - "event": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", + "event": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", "tx_index": 81, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768736, + "block_time": 1734009095, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5277,16 +7193,15 @@ Returns the credits of an address }, { "block_index": 204, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 10, "calling_function": "mpma send", - "event": "35b35f2e03b8d62db8576906a87fb88387e10127580518dfcb87caec21ac7f87", + "event": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", "tx_index": 80, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768731, + "block_time": 1734009092, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5298,16 +7213,15 @@ Returns the credits of an address }, { "block_index": 204, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 3000, "calling_function": "order expired", - "event": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "event": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "tx_index": 0, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768731, + "block_time": 1734009092, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5319,16 +7233,15 @@ Returns the credits of an address }, { "block_index": 202, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 5000, "calling_function": "cancel order", - "event": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", + "event": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", "tx_index": 0, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734009083, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5344,12 +7257,12 @@ Returns the credits of an address } ``` -### Get Debits By Address [GET /v2/addresses/{address}/debits{?action}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Debits By Address [GET /v2/addresses/{address}/debits{?action}{&cursor}{&limit}{&offset}{&verbose}] Returns the debits of an address + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + action (enum[str], optional) - The action to filter by + Default: `None` + Members @@ -5378,8 +7291,6 @@ Returns the debits of an address + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -5388,16 +7299,15 @@ Returns the debits of an address "result": [ { "block_index": 203, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", + "event": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", "tx_index": 79, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768727, + "block_time": 1734009087, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5409,20 +7319,19 @@ Returns the debits of an address }, { "block_index": 203, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MPMASSET", "quantity": 20, "action": "mpma send", - "event": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", + "event": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", "tx_index": 79, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768727, + "block_time": 1734009087, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -5430,16 +7339,15 @@ Returns the debits of an address }, { "block_index": 202, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8", + "event": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", "tx_index": 78, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734009083, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5451,20 +7359,19 @@ Returns the debits of an address }, { "block_index": 202, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MPMASSET", "quantity": 20, "action": "mpma send", - "event": "6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8", + "event": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", "tx_index": 78, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734009083, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -5472,20 +7379,19 @@ Returns the debits of an address }, { "block_index": 201, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MPMASSET", "quantity": 1000, "action": "send", - "event": "399265c88887ea0fdb697bb5070dfe0769b1ce970aa29161114880a73e3ad2e5", + "event": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", "tx_index": 77, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768709, + "block_time": 1734009080, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -5497,12 +7403,12 @@ Returns the debits of an address } ``` -### Get Bet By Feed [GET /v2/addresses/{address}/bets{?status}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Bet By Feed [GET /v2/addresses/{address}/bets{?status}{&cursor}{&limit}{&offset}{&verbose}] Returns the bets of a feed + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address of the feed + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address of the feed + status: `filled` (enum[str], optional) - The status of the bet + Default: `open` + Members @@ -5519,8 +7425,6 @@ Returns the bets of a feed + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -5532,12 +7436,12 @@ Returns the bets of a feed } ``` -### Get Broadcasts By Source [GET /v2/addresses/{address}/broadcasts{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Broadcasts By Source [GET /v2/addresses/{address}/broadcasts{?cursor}{&limit}{&offset}{&verbose}] Returns the broadcasts of a source + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + cursor (str, optional) - The last index of the broadcasts to return + Default: `None` + limit: `5` (int, optional) - The maximum number of broadcasts to return @@ -5546,8 +7450,6 @@ Returns the broadcasts of a source + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -5556,17 +7458,16 @@ Returns the broadcasts of a source "result": [ { "tx_index": 24, - "tx_hash": "a4940f8786f7f4dc4bc922f5f21fc7a41af79c7b7ba1bf60e60cf6181f262eb7", + "tx_hash": "0a76c9ea68b50e09ffbf028609d70d48b4663722908f9f9a80a9c147eb019383", "block_index": 128, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, "text": "Hello, world!", "locked": false, "status": "valid", - "confirmed": true, - "block_time": 1733768363, + "block_time": 1734008782, "fee_fraction_int_normalized": "0.00000000" } ], @@ -5575,12 +7476,12 @@ Returns the broadcasts of a source } ``` -### Get Burns By Address [GET /v2/addresses/{address}/burns{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Burns By Address [GET /v2/addresses/{address}/burns{?cursor}{&limit}{&offset}{&verbose}] Returns the burns of an address + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + cursor (str, optional) - The last index of the burns to return + Default: `None` + limit: `5` (int, optional) - The maximum number of burns to return @@ -5589,8 +7490,6 @@ Returns the burns of an address + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -5598,15 +7497,14 @@ Returns the burns of an address { "result": [ { - "tx_index": 9, - "tx_hash": "ea2e1e66c673cd334f291cf9a6054953a6063132b288ba66bf06dc0aa8e3e1e9", + "tx_index": 4, + "tx_hash": "4c35072a498a10c7bcd9679a8b18f60fea3b7111dfc2f39d1a64f6ab8f8f5444", "block_index": 112, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "burned": 50000000, "earned": 74999998167, "status": "valid", - "confirmed": true, - "block_time": 1733768288, + "block_time": 1734008711, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" } @@ -5616,12 +7514,20 @@ Returns the burns of an address } ``` -### Get Sends By Address [GET /v2/addresses/{address}/sends{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Sends By Address [GET /v2/addresses/{address}/sends{?send_type}{&cursor}{&limit}{&offset}{&verbose}] Returns the sends, include Enhanced and MPMA sends, of an address + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + send_type (enum[str], optional) - The type of sends to return + + Default: `all` + + Members + + `all` + + `send` + + `attach` + + `move` + + `detach` + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5630,8 +7536,6 @@ Returns the sends, include Enhanced and MPMA sends, of an address + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -5640,18 +7544,17 @@ Returns the sends, include Enhanced and MPMA sends, of an address "result": [ { "tx_index": 79, - "tx_hash": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", "block_index": 203, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "memo1", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768727, + "block_time": 1734009087, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5664,22 +7567,21 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 79, - "tx_hash": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", "block_index": 203, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "asset": "MPMASSET", "quantity": 10, "status": "valid", "msg_index": 1, "memo": "memo3", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768727, + "block_time": 1734009087, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -5688,22 +7590,21 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 79, - "tx_hash": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", "block_index": 203, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "asset": "MPMASSET", "quantity": 10, "status": "valid", "msg_index": 0, "memo": "memo2", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768727, + "block_time": 1734009087, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -5712,18 +7613,17 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 78, - "tx_hash": "6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", "block_index": 202, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "the memo", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734009083, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5736,22 +7636,21 @@ Returns the sends, include Enhanced and MPMA sends, of an address }, { "tx_index": 78, - "tx_hash": "6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", "block_index": 202, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "asset": "MPMASSET", "quantity": 10, "status": "valid", "msg_index": 1, "memo": "the memo", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734009083, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -5764,12 +7663,20 @@ Returns the sends, include Enhanced and MPMA sends, of an address } ``` -### Get Receive By Address [GET /v2/addresses/{address}/receives{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Receive By Address [GET /v2/addresses/{address}/receives{?send_type}{&cursor}{&limit}{&offset}{&verbose}] Returns the receives of an address + Parameters - + address: `bcrt1qftz4jrltjyx8rp83wf6ven60v0lmvd80jt07lu` (str, required) - The address to return + + address: `bcrt1qmkjuhmy5mpegh7qw9d44qsjl8auvr7fh9f7mus` (str, required) - The address to return + + send_type (enum[str], optional) - The type of sends to return + + Default: `all` + + Members + + `all` + + `send` + + `attach` + + `move` + + `detach` + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5778,8 +7685,6 @@ Returns the receives of an address + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -5788,22 +7693,21 @@ Returns the receives of an address "result": [ { "tx_index": 38, - "tx_hash": "147f1b26f44ffc7553ffde2895e4cacde5ef85c096ccb2f0b011821a0753dcb1", + "tx_hash": "9dfd534c7f1a8cab2b3327a95007d1379671ebdef059c24809eed53707274386", "block_index": 142, - "source": "45c0c0d5f91fe24b39903b62d991c3d358f5523ac31c6741f6340f9019f1f41b:0", - "destination": "bcrt1qftz4jrltjyx8rp83wf6ven60v0lmvd80jt07lu", + "source": "adf50e0b58c70551cb0d2773f25058dd15a92b116897ed28cef5b123442b8422:0", + "destination": "bcrt1qmkjuhmy5mpegh7qw9d44qsjl8auvr7fh9f7mus", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768435, + "block_time": 1734008835, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -5816,13 +7720,21 @@ Returns the receives of an address } ``` -### Get Sends By Address And Asset [GET /v2/addresses/{address}/sends/{asset}{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Sends By Address And Asset [GET /v2/addresses/{address}/sends/{asset}{?send_type}{&cursor}{&limit}{&offset}{&verbose}] Returns the sends, include Enhanced and MPMA sends, of an address and asset + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return - + asset: `FAIRMINTC` (str, required) - The asset to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + asset: `FAIRMINTB` (str, required) - The asset to return + + send_type (enum[str], optional) - The type of sends to return + + Default: `all` + + Members + + `all` + + `send` + + `attach` + + `move` + + `detach` + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5831,8 +7743,6 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -5844,13 +7754,21 @@ Returns the sends, include Enhanced and MPMA sends, of an address and asset } ``` -### Get Receive By Address And Asset [GET /v2/addresses/{address}/receives/{asset}{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Receive By Address And Asset [GET /v2/addresses/{address}/receives/{asset}{?send_type}{&cursor}{&limit}{&offset}{&verbose}] Returns the receives of an address and asset + Parameters - + address: `bcrt1qftz4jrltjyx8rp83wf6ven60v0lmvd80jt07lu` (str, required) - The address to return - + asset: `FAIRMINTC` (str, required) - The asset to return + + address: `bcrt1qmkjuhmy5mpegh7qw9d44qsjl8auvr7fh9f7mus` (str, required) - The address to return + + asset: `FAIRMINTB` (str, required) - The asset to return + + send_type (enum[str], optional) - The type of sends to return + + Default: `all` + + Members + + `all` + + `send` + + `attach` + + `move` + + `detach` + cursor (str, optional) - The last index of the sends to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sends to return @@ -5859,8 +7777,6 @@ Returns the receives of an address and asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -5872,12 +7788,12 @@ Returns the receives of an address and asset } ``` -### Get Dispensers By Address [GET /v2/addresses/{address}/dispensers{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}{&show_unconfirmed}] +### Get Dispensers By Address [GET /v2/addresses/{address}/dispensers{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}] Returns the dispensers of an address + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + status (enum[str], optional) - The status of the dispensers to return + Default: `all` + Members @@ -5896,8 +7812,6 @@ Returns the dispensers of an address + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -5905,78 +7819,76 @@ Returns the dispensers of an address { "result": [ { - "tx_index": 26, - "tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", - "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "asset": "XCP", + "tx_index": 68, + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "block_index": 194, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "asset": "TESTLOCKDESC", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, - "status": 10, - "give_remaining": 0, + "status": 0, + "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "dispense_count": 2, + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768387, + "block_time": 1734009052, "asset_info": { "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, + "description": "Test Locking Description", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, - "locked": true + "locked": false }, "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00000000", + "give_remaining_normalized": "0.00006000", "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001", "price_normalized": "1.0000000000000000" }, { - "tx_index": 68, - "tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", - "block_index": 194, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "asset": "TESTLOCKDESC", + "tx_index": 26, + "tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", + "block_index": 132, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, - "status": 0, - "give_remaining": 6000, + "status": 10, + "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "dispense_count": 1, + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768661, + "block_time": 1734008797, "asset_info": { "asset_longname": null, - "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "description": "The Counterparty protocol native currency", + "issuer": null, "divisible": true, - "locked": false + "locked": true }, "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00006000", + "give_remaining_normalized": "0.00000000", "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001", @@ -5988,17 +7900,15 @@ Returns the dispensers of an address } ``` -### Get Dispenser By Address And Asset [GET /v2/addresses/{address}/dispensers/{asset}{?verbose}{&show_unconfirmed}] +### Get Dispenser By Address And Asset [GET /v2/addresses/{address}/dispensers/{asset}{?verbose}] Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -6006,9 +7916,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -6017,18 +7927,17 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6046,12 +7955,12 @@ Returns the dispenser of an address and an asset } ``` -### Get Dispenses By Source [GET /v2/addresses/{address}/dispenses/sends{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Dispenses By Source [GET /v2/addresses/{address}/dispenses/sends{?cursor}{&limit}{&offset}{&verbose}] Returns the dispenses of a source + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -6060,8 +7969,6 @@ Returns the dispenses of a source + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -6071,19 +7978,18 @@ Returns the dispenses of a source { "tx_index": 69, "dispense_index": 0, - "tx_hash": "52d29f050a9d1820b51fd52a006f1f3aafa04864fb2934491d74574bbd778264", + "tx_hash": "80ca29dfd787599a1bb83903ef3392339ea5e383b0298a3f87f793e9872ca5c9", "block_index": 194, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "TESTLOCKDESC", "dispense_quantity": 4000, - "dispenser_tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", + "dispenser_tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 68, "block_index": 194, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6091,7 +7997,7 @@ Returns the dispenses of a source "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -6106,11 +8012,11 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768661, + "block_time": 1734009052, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -6120,19 +8026,18 @@ Returns the dispenses of a source { "tx_index": 28, "dispense_index": 0, - "tx_hash": "fef2fd4c6b504ca2fcbe971acf59a7d1378039a9c51336170c622a77c97ddeb2", + "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6140,7 +8045,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6155,7 +8060,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6169,19 +8074,18 @@ Returns the dispenses of a source { "tx_index": 27, "dispense_index": 0, - "tx_hash": "da8b10da5e06164e4affe91ca277054b1fd2f516f007fd570e95276fb9d7bc96", + "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", "block_index": 131, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 6000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6189,7 +8093,7 @@ Returns the dispenses of a source "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6204,7 +8108,7 @@ Returns the dispenses of a source "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768373, + "block_time": 1734008794, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6221,12 +8125,12 @@ Returns the dispenses of a source } ``` -### Get Dispenses By Destination [GET /v2/addresses/{address}/dispenses/receives{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Dispenses By Destination [GET /v2/addresses/{address}/dispenses/receives{?cursor}{&limit}{&offset}{&verbose}] Returns the dispenses of a destination + Parameters - + address: `bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn` (str, required) - The address to return + + address: `bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - The address to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -6235,8 +8139,6 @@ Returns the dispenses of a destination + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -6246,19 +8148,18 @@ Returns the dispenses of a destination { "tx_index": 69, "dispense_index": 0, - "tx_hash": "52d29f050a9d1820b51fd52a006f1f3aafa04864fb2934491d74574bbd778264", + "tx_hash": "80ca29dfd787599a1bb83903ef3392339ea5e383b0298a3f87f793e9872ca5c9", "block_index": 194, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "TESTLOCKDESC", "dispense_quantity": 4000, - "dispenser_tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", + "dispenser_tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 68, "block_index": 194, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6266,7 +8167,7 @@ Returns the dispenses of a destination "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -6281,11 +8182,11 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768661, + "block_time": 1734009052, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -6295,19 +8196,18 @@ Returns the dispenses of a destination { "tx_index": 28, "dispense_index": 0, - "tx_hash": "fef2fd4c6b504ca2fcbe971acf59a7d1378039a9c51336170c622a77c97ddeb2", + "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6315,7 +8215,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6330,7 +8230,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6344,19 +8244,18 @@ Returns the dispenses of a destination { "tx_index": 27, "dispense_index": 0, - "tx_hash": "da8b10da5e06164e4affe91ca277054b1fd2f516f007fd570e95276fb9d7bc96", + "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", "block_index": 131, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 6000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6364,7 +8263,7 @@ Returns the dispenses of a destination "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6379,7 +8278,7 @@ Returns the dispenses of a destination "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768373, + "block_time": 1734008794, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6396,12 +8295,12 @@ Returns the dispenses of a destination } ``` -### Get Dispenses By Source And Asset [GET /v2/addresses/{address}/dispenses/sends/{asset}{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Dispenses By Source And Asset [GET /v2/addresses/{address}/dispenses/sends/{asset}{?cursor}{&limit}{&offset}{&verbose}] Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` @@ -6411,8 +8310,6 @@ Returns the dispenses of an address and an asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -6422,19 +8319,18 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "fef2fd4c6b504ca2fcbe971acf59a7d1378039a9c51336170c622a77c97ddeb2", + "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6442,7 +8338,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6457,7 +8353,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6471,19 +8367,18 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "da8b10da5e06164e4affe91ca277054b1fd2f516f007fd570e95276fb9d7bc96", + "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", "block_index": 131, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 6000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6491,7 +8386,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6506,7 +8401,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768373, + "block_time": 1734008794, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6523,12 +8418,12 @@ Returns the dispenses of an address and an asset } ``` -### Get Dispenses By Destination And Asset [GET /v2/addresses/{address}/dispenses/receives/{asset}{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Dispenses By Destination And Asset [GET /v2/addresses/{address}/dispenses/receives/{asset}{?cursor}{&limit}{&offset}{&verbose}] Returns the dispenses of an address and an asset + Parameters - + address: `bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn` (str, required) - The address to return + + address: `bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` @@ -6538,8 +8433,6 @@ Returns the dispenses of an address and an asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -6549,19 +8442,18 @@ Returns the dispenses of an address and an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "fef2fd4c6b504ca2fcbe971acf59a7d1378039a9c51336170c622a77c97ddeb2", + "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6569,7 +8461,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6584,7 +8476,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6598,19 +8490,18 @@ Returns the dispenses of an address and an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "da8b10da5e06164e4affe91ca277054b1fd2f516f007fd570e95276fb9d7bc96", + "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", "block_index": 131, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 6000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6618,7 +8509,7 @@ Returns the dispenses of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6633,7 +8524,7 @@ Returns the dispenses of an address and an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768373, + "block_time": 1734008794, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6650,12 +8541,12 @@ Returns the dispenses of an address and an asset } ``` -### Get Sweeps By Address [GET /v2/addresses/{address}/sweeps{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Sweeps By Address [GET /v2/addresses/{address}/sweeps{?cursor}{&limit}{&offset}{&verbose}] Returns the sweeps of an address + Parameters - + address: `bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498` (str, required) - The address to return + + address: `bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm` (str, required) - The address to return + cursor (str, optional) - The last index of the sweeps to return + Default: `None` + limit: `5` (int, optional) - The maximum number of sweeps to return @@ -6664,8 +8555,6 @@ Returns the sweeps of an address + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -6674,16 +8563,15 @@ Returns the sweeps of an address "result": [ { "tx_index": 65, - "tx_hash": "ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe", + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", "block_index": 190, - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, - "confirmed": true, - "block_time": 1733768646, + "block_time": 1734009038, "fee_paid_normalized": "0.00600000" } ], @@ -6692,12 +8580,12 @@ Returns the sweeps of an address } ``` -### Get Issuances By Address [GET /v2/addresses/{address}/issuances{?asset_events}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Issuances By Address [GET /v2/addresses/{address}/issuances{?asset_events}{&cursor}{&limit}{&offset}{&verbose}] Returns the issuances of an address + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + asset_events (enum[str], optional) - Filter result by one or several comma separated asset events + Default: `all` + Members @@ -6719,8 +8607,6 @@ Returns the issuances of an address + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -6729,141 +8615,136 @@ Returns the issuances of an address "result": [ { "tx_index": 76, - "tx_hash": "34b1dd36a84015c7f333c79062c5262f3092884583693d675c166156ef4d3e9a", + "tx_hash": "238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800", "msg_index": 0, "block_index": 200, "asset": "MPMASSET", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "My super asset B", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, - "block_time": 1733768705, + "block_time": 1734009076, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 52, - "tx_hash": "1453a038a12a2f702dd0de9430197867e4894062ab4c36af703bee182c99a735", + "tx_hash": "5b8f69fe9798a63ffe29e19da6205b8aa1701bc06e7032172d96ed2bee63e2a5", "msg_index": 0, "block_index": 156, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "A subnumeric asset", "fee_paid": 0, + "locked": false, "status": "valid", "asset_longname": "A95428959745315388.SUBNUMERIC", - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, - "block_time": 1733768507, + "block_time": 1734008897, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 51, - "tx_hash": "461a31e669ecc4e5c5f4f45aceae23748fe98abc151775bc4a5339967e05c5e2", + "tx_hash": "e0e704a2623200509a182317f8aeddb6e1e398a9a956b50b21db85758de32b7c", "msg_index": 0, "block_index": 155, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "Test Locking Description", "fee_paid": 0, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": true, "fair_minting": false, "asset_events": "lock_description", - "confirmed": true, - "block_time": 1733768494, + "block_time": 1734008894, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 50, - "tx_hash": "1114213be685eb524b5bb702068b6f9afe849dc9e5c1ef75b94cdd2b684ca4a8", + "tx_hash": "fcd7ce6c559a0aa99cd6d0d558591048f70a7935370764d41605d8ed9c895cd3", "msg_index": 0, "block_index": 154, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "Test Locking Description", "fee_paid": 0, + "locked": false, "status": "valid", "asset_longname": "TESTLOCKDESC.MYSUBASSET", - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, - "block_time": 1733768490, + "block_time": 1734008891, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 49, - "tx_hash": "0ed209980d8a66db6c8f4549b6c8229f235b447844555e84f7f762bde45fb0d1", + "tx_hash": "2214fdf114de36da746459d2a2af7efebcf3b2919c1883137f9a83efaad84c0b", "msg_index": 0, "block_index": 153, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "Test Locking Description", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, - "block_time": 1733768487, + "block_time": 1734008877, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" } @@ -6873,12 +8754,12 @@ Returns the issuances of an address } ``` -### Get Valid Assets By Issuer Or Owner [GET /v2/addresses/{address}/assets{?named}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Valid Assets By Issuer Or Owner [GET /v2/addresses/{address}/assets{?named}{&cursor}{&limit}{&offset}{&verbose}] Returns the valid assets issued or owned by an address + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The issuer or owner to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The issuer or owner to return + named: `true` (bool, optional) - Whether to return only named assets + Default: `None` + cursor (str, optional) - The last index of the assets to return @@ -6889,8 +8770,6 @@ Returns the valid assets issued or owned by an address + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -6901,85 +8780,85 @@ Returns the valid assets issued or owned by an address "asset": "MPMASSET", "asset_id": "101158363923", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 100000000000, "description": "My super asset B", + "description_locked": false, "first_issuance_block_index": 200, "last_issuance_block_index": 200, - "confirmed": true, - "first_issuance_block_time": 1733768705, - "last_issuance_block_time": 1733768705, + "first_issuance_block_time": 1734009076, + "last_issuance_block_time": 1734009076, "supply_normalized": "1000.00000000" }, { "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 10000000000, "description": "Test Locking Description", + "description_locked": false, "first_issuance_block_index": 153, "last_issuance_block_index": 155, - "confirmed": true, - "first_issuance_block_time": 1733768487, - "last_issuance_block_time": 1733768494, + "first_issuance_block_time": 1734008877, + "last_issuance_block_time": 1734008894, "supply_normalized": "100.00000000" }, { "asset": "FREEFAIRMINT", "asset_id": "20774156646107637", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 180, "description": "", + "description_locked": false, "first_issuance_block_index": 148, "last_issuance_block_index": 150, - "confirmed": true, - "first_issuance_block_time": 1733768467, - "last_issuance_block_time": 1733768474, + "first_issuance_block_time": 1734008857, + "last_issuance_block_time": 1734008864, "supply_normalized": "0.00000180" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 100000000000, "description": "My super asset A", + "description_locked": false, "first_issuance_block_index": 139, "last_issuance_block_index": 139, - "confirmed": true, - "first_issuance_block_time": 1733768424, - "last_issuance_block_time": 1733768424, + "first_issuance_block_time": 1734008824, + "last_issuance_block_time": 1734008824, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 40, "description": "", + "description_locked": false, "first_issuance_block_index": 126, "last_issuance_block_index": 127, - "confirmed": true, - "first_issuance_block_time": 1733768356, - "last_issuance_block_time": 1733768360, + "first_issuance_block_time": 1734008774, + "last_issuance_block_time": 1734008778, "supply_normalized": "0.00000040" } ], @@ -6988,12 +8867,12 @@ Returns the valid assets issued or owned by an address } ``` -### Get Valid Assets By Issuer [GET /v2/addresses/{address}/assets/issued{?named}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Valid Assets By Issuer [GET /v2/addresses/{address}/assets/issued{?named}{&cursor}{&limit}{&offset}{&verbose}] Returns the valid assets issued by an address + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The issuer to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The issuer to return + named: `true` (bool, optional) - Whether to return only named assets + Default: `None` + cursor (str, optional) - The last index of the assets to return @@ -7004,8 +8883,6 @@ Returns the valid assets issued by an address + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -7016,85 +8893,85 @@ Returns the valid assets issued by an address "asset": "MPMASSET", "asset_id": "101158363923", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 100000000000, "description": "My super asset B", + "description_locked": false, "first_issuance_block_index": 200, "last_issuance_block_index": 200, - "confirmed": true, - "first_issuance_block_time": 1733768705, - "last_issuance_block_time": 1733768705, + "first_issuance_block_time": 1734009076, + "last_issuance_block_time": 1734009076, "supply_normalized": "1000.00000000" }, { "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 10000000000, "description": "Test Locking Description", + "description_locked": false, "first_issuance_block_index": 153, "last_issuance_block_index": 155, - "confirmed": true, - "first_issuance_block_time": 1733768487, - "last_issuance_block_time": 1733768494, + "first_issuance_block_time": 1734008877, + "last_issuance_block_time": 1734008894, "supply_normalized": "100.00000000" }, { "asset": "FREEFAIRMINT", "asset_id": "20774156646107637", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 180, "description": "", + "description_locked": false, "first_issuance_block_index": 148, "last_issuance_block_index": 150, - "confirmed": true, - "first_issuance_block_time": 1733768467, - "last_issuance_block_time": 1733768474, + "first_issuance_block_time": 1734008857, + "last_issuance_block_time": 1734008864, "supply_normalized": "0.00000180" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 100000000000, "description": "My super asset A", + "description_locked": false, "first_issuance_block_index": 139, "last_issuance_block_index": 139, - "confirmed": true, - "first_issuance_block_time": 1733768424, - "last_issuance_block_time": 1733768424, + "first_issuance_block_time": 1734008824, + "last_issuance_block_time": 1734008824, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 40, "description": "", + "description_locked": false, "first_issuance_block_index": 126, "last_issuance_block_index": 127, - "confirmed": true, - "first_issuance_block_time": 1733768356, - "last_issuance_block_time": 1733768360, + "first_issuance_block_time": 1734008774, + "last_issuance_block_time": 1734008778, "supply_normalized": "0.00000040" } ], @@ -7103,12 +8980,12 @@ Returns the valid assets issued by an address } ``` -### Get Valid Assets By Owner [GET /v2/addresses/{address}/assets/owned{?named}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Valid Assets By Owner [GET /v2/addresses/{address}/assets/owned{?named}{&cursor}{&limit}{&offset}{&verbose}] Returns the valid assets owned by an address + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The owner to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The owner to return + named: `true` (bool, optional) - Whether to return only named assets + Default: `None` + cursor (str, optional) - The last index of the assets to return @@ -7119,8 +8996,6 @@ Returns the valid assets owned by an address + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -7131,85 +9006,85 @@ Returns the valid assets owned by an address "asset": "MPMASSET", "asset_id": "101158363923", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 100000000000, "description": "My super asset B", + "description_locked": false, "first_issuance_block_index": 200, "last_issuance_block_index": 200, - "confirmed": true, - "first_issuance_block_time": 1733768705, - "last_issuance_block_time": 1733768705, + "first_issuance_block_time": 1734009076, + "last_issuance_block_time": 1734009076, "supply_normalized": "1000.00000000" }, { "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 10000000000, "description": "Test Locking Description", + "description_locked": false, "first_issuance_block_index": 153, "last_issuance_block_index": 155, - "confirmed": true, - "first_issuance_block_time": 1733768487, - "last_issuance_block_time": 1733768494, + "first_issuance_block_time": 1734008877, + "last_issuance_block_time": 1734008894, "supply_normalized": "100.00000000" }, { "asset": "FREEFAIRMINT", "asset_id": "20774156646107637", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 180, "description": "", + "description_locked": false, "first_issuance_block_index": 148, "last_issuance_block_index": 150, - "confirmed": true, - "first_issuance_block_time": 1733768467, - "last_issuance_block_time": 1733768474, + "first_issuance_block_time": 1734008857, + "last_issuance_block_time": 1734008864, "supply_normalized": "0.00000180" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 100000000000, "description": "My super asset A", + "description_locked": false, "first_issuance_block_index": 139, "last_issuance_block_index": 139, - "confirmed": true, - "first_issuance_block_time": 1733768424, - "last_issuance_block_time": 1733768424, + "first_issuance_block_time": 1734008824, + "last_issuance_block_time": 1734008824, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 40, "description": "", + "description_locked": false, "first_issuance_block_index": 126, "last_issuance_block_index": 127, - "confirmed": true, - "first_issuance_block_time": 1733768356, - "last_issuance_block_time": 1733768360, + "first_issuance_block_time": 1734008774, + "last_issuance_block_time": 1734008778, "supply_normalized": "0.00000040" } ], @@ -7218,13 +9093,39 @@ Returns the valid assets owned by an address } ``` -### Get Transactions By Address [GET /v2/addresses/{address}/transactions{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Transactions By Address [GET /v2/addresses/{address}/transactions{?type}{&cursor}{&limit}{&offset}{&verbose}] Returns the transactions of an address + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return - + cursor: `106` (str, optional) - The last transaction index to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + + type (enum[str], optional) - The type of the transaction to return + + Default: `all` + + Members + + `all` + + `bet` + + `broadcast` + + `btcpay` + + `cancel` + + `destroy` + + `dispenser` + + `dispense` + + `dividend` + + `issuance` + + `order` + + `send` + + `enhanced_send` + + `mpma` + + `rps` + + `rpsresolve` + + `sweep` + + `fairminter` + + `fairmint` + + `attach` + + `detach` + + `utxomove` + + `unknown` + + cursor: `110` (str, optional) - The last transaction index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of transactions to return + Default: `10` @@ -7232,8 +9133,6 @@ Returns the transactions of an address + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -7242,47 +9141,133 @@ Returns the transactions of an address "result": [ { "tx_index": 79, - "tx_hash": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", "block_index": 203, - "block_hash": "690a27da33f87f6347ea4eafdace8ac95ea7a3844dd2b3ccbd0f668ce80646f3", - "block_time": 1733768727, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "71d08a3ddb96e0310b9ab6f62f1ca0dd0f8e611b0d8a44e15fbeb04ee29573a3", + "block_time": 1734009087, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003802fc93bc724f1151b70e7ffd9161f233eb6d553bb80eda1874e0086db86059cf21fa5413803b774def180c47335626396b1c5deafb065759eca470750aa7640000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "03000380a329e5108fd4a82571ca37324b41e089a12b7e69803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1440000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": " ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d:0 4 ", - "confirmed": true, - "unpacked_data": { - "message_type": "mpma_send", - "message_type_id": 3, - "message_data": [ - { + "utxos_info": " 7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2:0 4 ", + "transaction_type": "mpma", + "events": [ + { + "event_index": 678, + "event": "MPMA_SEND", + "params": { "asset": "MPMASSET", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "quantity": 10, + "block_index": 203, + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "memo": "memo2", - "memo_is_hex": false, + "msg_index": 0, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_index": 79, + "block_time": 1734009087, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - { - "asset": "XCP", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "block_index": 203, + "block_time": 1734009087 + }, + { + "event_index": 679, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 203, + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "memo": "memo3", + "msg_index": 1, "quantity": 10, - "memo": "memo1", - "memo_is_hex": false, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_index": 79, + "block_time": 1734009087, "asset_info": { "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "block_index": 203, + "block_time": 1734009087 + }, + { + "event_index": 680, + "event": "MPMA_SEND", + "params": { + "asset": "XCP", + "block_index": 203, + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "memo": "memo1", + "msg_index": 2, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_index": 79, + "block_time": 1734009087, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "block_index": 203, + "block_time": 1734009087 + } + ], + "unpacked_data": { + "message_type": "mpma_send", + "message_type_id": 3, + "message_data": [ + { + "asset": "MPMASSET", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "quantity": 10, + "memo": "memo2", + "memo_is_hex": false, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + { + "asset": "XCP", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "quantity": 10, + "memo": "memo1", + "memo_is_hex": false, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, "divisible": true, "locked": true }, @@ -7294,32 +9279,142 @@ Returns the transactions of an address }, { "tx_index": 78, - "tx_hash": "6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", "block_index": 202, - "block_hash": "618af4b503789e715bb693490c5e2c63cf51f1a14d0ebb8975e86d20358c4781", - "block_time": 1733768723, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "7f9f979b3c3fa4cee1c26461f43f4dc0ee03d629f9d93d9b9fdab39d1f476f48", + "block_time": 1734009083, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003802fc93bc724f1151b70e7ffd9161f233eb6d553bb80eda1874e0086db86059cf21fa5413803b774def180c47335626396b1c5deafb065759eca470750aa7688746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", + "data": "03000380a329e5108fd4a82571ca37324b41e089a12b7e69803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1488746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", "supported": true, - "utxos_info": " 6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8:0 4 ", - "confirmed": true, + "utxos_info": " 216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc:0 4 ", + "transaction_type": "mpma", + "events": [ + { + "event_index": 658, + "event": "ORDER_UPDATE", + "params": { + "status": "expired", + "tx_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06" + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + }, + { + "event_index": 660, + "event": "ORDER_EXPIRATION", + "params": { + "block_index": 202, + "order_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_time": 1734009083 + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + }, + { + "event_index": 666, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 202, + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "memo": "the memo", + "msg_index": 0, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_index": 78, + "block_time": 1734009083, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + }, + { + "event_index": 667, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 202, + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "memo": "the memo", + "msg_index": 1, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_index": 78, + "block_time": 1734009083, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + }, + { + "event_index": 668, + "event": "MPMA_SEND", + "params": { + "asset": "XCP", + "block_index": 202, + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "memo": "the memo", + "msg_index": 2, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_index": 78, + "block_time": 1734009083, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + } + ], "unpacked_data": { "message_type": "mpma_send", "message_type_id": 3, "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "quantity": 10, "memo": "the memo", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -7327,7 +9422,7 @@ Returns the transactions of an address }, { "asset": "XCP", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "quantity": 10, "memo": "the memo", "memo_is_hex": false, @@ -7346,30 +9441,60 @@ Returns the transactions of an address }, { "tx_index": 77, - "tx_hash": "399265c88887ea0fdb697bb5070dfe0769b1ce970aa29161114880a73e3ad2e5", + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", "block_index": 201, - "block_hash": "3893ac0bcfec2dfcff228c0f43d2ad17bb6fea6cbb655714b1707e72bb754333", - "block_time": 1733768709, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "226ed1cd3c164cd48cdea191b2851494582e42c565f9a1ab101b9e3228541ac6", + "block_time": 1734009080, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "02000000178d82231300000000000003e8802fc93bc724f1151b70e7ffd9161f233eb6d553bb", + "data": "02000000178d82231300000000000003e880a329e5108fd4a82571ca37324b41e089a12b7e69", "supported": true, - "utxos_info": " 399265c88887ea0fdb697bb5070dfe0769b1ce970aa29161114880a73e3ad2e5:1 2 ", - "confirmed": true, + "utxos_info": " 0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835:1 2 0", + "transaction_type": "enhanced_send", + "events": [ + { + "event_index": 653, + "event": "ENHANCED_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 201, + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "memo": null, + "msg_index": 0, + "quantity": 1000, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "tx_index": 77, + "block_time": 1734009080, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00001000" + }, + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "block_index": 201, + "block_time": 1734009080 + } + ], "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "MPMASSET", "quantity": 1000, - "address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "memo": null, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -7380,18 +9505,66 @@ Returns the transactions of an address }, { "tx_index": 76, - "tx_hash": "34b1dd36a84015c7f333c79062c5262f3092884583693d675c166156ef4d3e9a", + "tx_hash": "238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800", "block_index": 200, - "block_hash": "59da33380396ff864ec0081e4fa0e857d832f094a4899efe2f3efef8cceb8cb9", - "block_time": 1733768705, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "63186806a79b04f8d507e55a4f2e62da49db844354911be2946a6fe1c0cffe77", + "block_time": 1734009076, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "16000000178d822313000000174876e8000100004d792073757065722061737365742042", "supported": true, - "utxos_info": " 34b1dd36a84015c7f333c79062c5262f3092884583693d675c166156ef4d3e9a:1 2 ", - "confirmed": true, + "utxos_info": " 238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800:1 2 0", + "transaction_type": "issuance", + "events": [ + { + "event_index": 644, + "event": "ASSET_CREATION", + "params": { + "asset_id": "101158363923", + "asset_longname": null, + "asset_name": "MPMASSET", + "block_index": 200, + "block_time": 1734009076 + }, + "tx_hash": "238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800", + "block_index": 200, + "block_time": 1734009076 + }, + { + "event_index": 645, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "MPMASSET", + "asset_events": "creation", + "asset_longname": null, + "block_index": 200, + "call_date": 0, + "call_price": 0.0, + "callable": false, + "description": "My super asset B", + "description_locked": false, + "divisible": true, + "fee_paid": 50000000, + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "locked": false, + "quantity": 100000000000, + "reset": false, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "transfer": false, + "tx_hash": "238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800", + "tx_index": 76, + "block_time": 1734009076, + "quantity_normalized": "1000.00000000", + "fee_paid_normalized": "0.50000000" + }, + "tx_hash": "238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800", + "block_index": 200, + "block_time": 1734009076 + } + ], "unpacked_data": { "message_type": "issuance", "message_type_id": 22, @@ -7415,18 +9588,54 @@ Returns the transactions of an address }, { "tx_index": 68, - "tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", "block_index": 193, - "block_hash": "15649f09ed4756db6904bb171cf8fad2ce4205981a823356ad1c4767d728652f", - "block_time": 1733768656, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "6c741e8ae64af8b16b051e23bf8ee7bbb0bc8b727a459b2a032f6b5d1cdcf422", + "block_time": 1734009049, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0c00fa1f28ff3c2e3e00000000000000010000000000002710000000000000000100", "supported": true, - "utxos_info": " 3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668:1 2 ", - "confirmed": true, + "utxos_info": " 942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776:1 2 0", + "transaction_type": "dispenser", + "events": [ + { + "event_index": 587, + "event": "OPEN_DISPENSER", + "params": { + "asset": "TESTLOCKDESC", + "block_index": 193, + "dispense_count": 0, + "escrow_quantity": 10000, + "give_quantity": 1, + "give_remaining": 10000, + "oracle_address": null, + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "satoshirate": 1, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": 0, + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "tx_index": 68, + "block_time": 1734009049, + "asset_info": { + "asset_longname": null, + "description": "Test Locking Description", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "give_quantity_normalized": "0.00000001", + "give_remaining_normalized": "0.00010000", + "escrow_quantity_normalized": "0.00010000", + "satoshirate_normalized": "0.00000001" + }, + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "block_index": 193, + "block_time": 1734009049 + } + ], "unpacked_data": { "message_type": "dispenser", "message_type_id": 12, @@ -7442,7 +9651,7 @@ Returns the transactions of an address "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -7458,12 +9667,21 @@ Returns the transactions of an address } ``` -### Get Dividends Distributed By Address [GET /v2/addresses/{address}/dividends{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Transaction Types Count By Address [GET /v2/addresses/{address}/transactions/counts{?verbose}] + +Returns the count of each transaction type + ++ Parameters + + address (str, required) - + + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + + Default: `false` + +### Get Dividends Distributed By Address [GET /v2/addresses/{address}/dividends{?cursor}{&limit}{&offset}{&verbose}] Returns the dividends distributed by an address + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + cursor (str, optional) - The last index of the assets to return + Default: `None` + limit: `5` (int, optional) - The maximum number of assets to return @@ -7472,8 +9690,6 @@ Returns the dividends distributed by an address + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -7482,20 +9698,19 @@ Returns the dividends distributed by an address "result": [ { "tx_index": 42, - "tx_hash": "f083d619e6fc210e79a41f9aa9a6251d59354a8297134c1a6a941b3aed885060", + "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", "block_index": 146, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 20000, "status": "valid", - "confirmed": true, - "block_time": 1733768449, + "block_time": 1734008849, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -7515,12 +9730,12 @@ Returns the dividends distributed by an address } ``` -### Get Orders By Address [GET /v2/addresses/{address}/orders{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}{&show_unconfirmed}] +### Get Orders By Address [GET /v2/addresses/{address}/orders{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}] Returns the orders of an address + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + status (enum[str], optional) - The status of the orders to return + Default: `all` + Members @@ -7539,8 +9754,6 @@ Returns the orders of an address + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -7549,9 +9762,9 @@ Returns the orders of an address "result": [ { "tx_index": 53, - "tx_hash": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25", + "tx_hash": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61", "block_index": 179, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7567,8 +9780,7 @@ Returns the orders of an address "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768521, + "block_time": 1734008920, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7596,9 +9808,9 @@ Returns the orders of an address }, { "tx_index": 55, - "tx_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", + "tx_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", "block_index": 202, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -7614,8 +9826,7 @@ Returns the orders of an address "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734009083, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7643,9 +9854,9 @@ Returns the orders of an address }, { "tx_index": 62, - "tx_hash": "aaf051d2c9d71072e1fded1f3fbeeeb4635f8d5bd40cf277571ec189b6f08379", + "tx_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", "block_index": 188, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7661,8 +9872,7 @@ Returns the orders of an address "status": "cancelled", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768637, + "block_time": 1734009032, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7690,9 +9900,9 @@ Returns the orders of an address }, { "tx_index": 64, - "tx_hash": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", + "tx_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", "block_index": 211, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 0, @@ -7708,8 +9918,7 @@ Returns the orders of an address "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768778, + "block_time": 1734009136, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7741,12 +9950,12 @@ Returns the orders of an address } ``` -### Get Fairminters By Address [GET /v2/addresses/{address}/fairminters{?status}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Fairminters By Address [GET /v2/addresses/{address}/fairminters{?status}{&cursor}{&limit}{&offset}{&verbose}] Returns the fairminter by its source + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The source of the fairminter to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The source of the fairminter to return + status (enum[str], optional) - The status of the fairminters to return + Default: `all` + Members @@ -7762,8 +9971,6 @@ Returns the fairminter by its source + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -7771,10 +9978,10 @@ Returns the fairminter by its source { "result": [ { - "tx_hash": "07419a5c9c194e4d4fbc6c7bd0a308a367ca2c80abba5bf07f968cb289375c92", + "tx_hash": "31d43ff2d76eafea090a6d93d48a418ca8f5cc5ca3bf3b77ff30743d095842c8", "tx_index": 44, "block_index": 150, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "FREEFAIRMINT", "asset_parent": null, "asset_longname": null, @@ -7796,10 +10003,9 @@ Returns the fairminter by its source "pre_minted": false, "status": "closed", "earned_quantity": 180, - "commission": 0, "paid_quantity": 0, - "confirmed": true, - "block_time": 1733768474, + "commission": 0, + "block_time": 1734008864, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000180", "soft_cap_normalized": "0.00000000", @@ -7811,10 +10017,10 @@ Returns the fairminter by its source "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "fc55a5e9bdeb8b5f3790c692d6429e258ba35ef6750575aa65f2ff6d7b4ee45f", + "tx_hash": "e9a9f8523ec67592415196490bb220fa6fb5daa57778ba3d9d9bad52588e962d", "tx_index": 43, "block_index": 147, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "A95428958968845068", "asset_parent": "MYASSETA", "asset_longname": "MYASSETA.SUBMYASSETA", @@ -7836,10 +10042,9 @@ Returns the fairminter by its source "pre_minted": false, "status": "open", "earned_quantity": null, - "commission": null, "paid_quantity": null, - "confirmed": true, - "block_time": 1733768463, + "commission": null, + "block_time": 1734008854, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -7848,10 +10053,10 @@ Returns the fairminter by its source "premint_quantity_normalized": "0.00000000" }, { - "tx_hash": "180a465fa19af27aeabf087e0c625d5c33962872580338930dc7eea555e014f5", + "tx_hash": "cf1a91dd2a70b3f6d27dab0b3fd7846bc74a579a83cd1664815a6b05261a7994", "tx_index": 22, "block_index": 126, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "FAIRMINTD", "asset_parent": null, "asset_longname": null, @@ -7873,10 +10078,9 @@ Returns the fairminter by its source "pre_minted": false, "status": "open", "earned_quantity": 40, - "commission": 0, "paid_quantity": 34, - "confirmed": true, - "block_time": 1733768356, + "commission": 0, + "block_time": 1734008774, "price_normalized": "50.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -7888,10 +10092,10 @@ Returns the fairminter by its source "paid_quantity_normalized": "0.00000034" }, { - "tx_hash": "88367a2fc7e57b2ef25709a54e88799b19165d19cdecb2d7fa30ff62559ab4c4", + "tx_hash": "43b8852cceeb265ee73271da096b689f3a7e92208f80dc50f7afd77ff5d8303d", "tx_index": 18, "block_index": 122, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "FAIRMINTC", "asset_parent": null, "asset_longname": null, @@ -7913,10 +10117,9 @@ Returns the fairminter by its source "pre_minted": false, "status": "open", "earned_quantity": 19, - "commission": 0, "paid_quantity": 5, - "confirmed": true, - "block_time": 1733768330, + "commission": 0, + "block_time": 1734008750, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -7928,10 +10131,10 @@ Returns the fairminter by its source "paid_quantity_normalized": "0.00000005" }, { - "tx_hash": "dc94d1b63da573d49714a4a6fddf3325052e0cabeba9c861e8e733ec13e691f5", + "tx_hash": "3ee43dd337b27f7b0e0a0c956ffc81aeb8a85bf761bc728356e3e2cd4d891f1e", "tx_index": 14, "block_index": 121, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "FAIRMINTB", "asset_parent": null, "asset_longname": null, @@ -7953,10 +10156,9 @@ Returns the fairminter by its source "pre_minted": false, "status": "closed", "earned_quantity": 300000000, - "commission": 0, "paid_quantity": 300000000, - "confirmed": true, - "block_time": 1733768326, + "commission": 0, + "block_time": 1734008745, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "100.00000000", "soft_cap_normalized": "10.00000000", @@ -7968,10 +10170,10 @@ Returns the fairminter by its source "paid_quantity_normalized": "3.00000000" }, { - "tx_hash": "0f341aea8d30e3e2efef8ea29a14c643a9a47dfa6e12cd1d5ab1dc649f15de04", + "tx_hash": "49257d0cc600eb3ca08aa988b4108b9915db8ffa264303cf9880ebdd2b2bd072", "tx_index": 10, "block_index": 116, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "FAIRMINTA", "asset_parent": null, "asset_longname": null, @@ -7993,10 +10195,9 @@ Returns the fairminter by its source "pre_minted": false, "status": "closed", "earned_quantity": 10000000000, - "commission": 0, "paid_quantity": 10000000000, - "confirmed": true, - "block_time": 1733768305, + "commission": 0, + "block_time": 1734008729, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "100.00000000", "soft_cap_normalized": "10.00000000", @@ -8013,12 +10214,12 @@ Returns the fairminter by its source } ``` -### Get Fairmints By Address [GET /v2/addresses/{address}/fairmints{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Fairmints By Address [GET /v2/addresses/{address}/fairmints{?cursor}{&limit}{&offset}{&verbose}] Returns the mints by address + Parameters - + address: `bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn` (str, required) - The address of the mints to return + + address: `bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - The address of the mints to return + cursor (str, optional) - + Default: `None` + limit (int, optional) - @@ -8027,8 +10228,6 @@ Returns the mints by address + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -8036,22 +10235,21 @@ Returns the mints by address { "result": [ { - "tx_hash": "7e307c6f0bd841a29cfd86ce47290a6d550f60723653fb61f5e9aeb05511c83b", + "tx_hash": "ba9372a361792a33a6a819e269e1f3ae4e3b55c00597cdcfce0b9e2c17ec0fbb", "tx_index": 46, "block_index": 150, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "07419a5c9c194e4d4fbc6c7bd0a308a367ca2c80abba5bf07f968cb289375c92", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "31d43ff2d76eafea090a6d93d48a418ca8f5cc5ca3bf3b77ff30743d095842c8", "asset": "FREEFAIRMINT", "earn_quantity": 80, "paid_quantity": 0, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768474, + "block_time": 1734008864, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -8060,22 +10258,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "024ec67d76f0f9399022b3fd99014d531cb98c80e11dd75866084f22c10c7871", + "tx_hash": "46eacfbb685594a496a67785d278bdf99cca53d49afd7c79dfb18284fdbf2109", "tx_index": 45, "block_index": 149, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "07419a5c9c194e4d4fbc6c7bd0a308a367ca2c80abba5bf07f968cb289375c92", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "31d43ff2d76eafea090a6d93d48a418ca8f5cc5ca3bf3b77ff30743d095842c8", "asset": "FREEFAIRMINT", "earn_quantity": 100, "paid_quantity": 0, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768471, + "block_time": 1734008861, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -8084,22 +10281,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "b8b558cbdeabe0377344ed06eb10977ab0100eb25cc9109dcd9401fcc844f9e3", + "tx_hash": "c1530e3a043f07046448ffb9fe9be90fcf7c69d741029e7aa56ada1407ef7129", "tx_index": 23, "block_index": 127, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "180a465fa19af27aeabf087e0c625d5c33962872580338930dc7eea555e014f5", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "cf1a91dd2a70b3f6d27dab0b3fd7846bc74a579a83cd1664815a6b05261a7994", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768360, + "block_time": 1734008778, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -8108,22 +10304,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000034" }, { - "tx_hash": "9aaedc91450c3c67e67457740aec4bc36b0cffad88a2f035f119cab7bb33d4ae", + "tx_hash": "25f6fc7fd7b4da529d2cd42933d6217d6cc690cb2a50685a1fd5731a29138fc5", "tx_index": 21, "block_index": 125, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "88367a2fc7e57b2ef25709a54e88799b19165d19cdecb2d7fa30ff62559ab4c4", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "43b8852cceeb265ee73271da096b689f3a7e92208f80dc50f7afd77ff5d8303d", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768353, + "block_time": 1734008771, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -8132,22 +10327,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000003" }, { - "tx_hash": "44e7fe7c1b19a00ec6adb4879f72c4803226ea67c7c7867c2cf7bce6b20e8154", + "tx_hash": "1a67c6e7e60942c1e159bafc4222fd9d79639947e2d4c9f1238490afdc3b3e91", "tx_index": 20, "block_index": 124, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "88367a2fc7e57b2ef25709a54e88799b19165d19cdecb2d7fa30ff62559ab4c4", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "43b8852cceeb265ee73271da096b689f3a7e92208f80dc50f7afd77ff5d8303d", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768338, + "block_time": 1734008756, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -8156,22 +10350,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000001" }, { - "tx_hash": "ffc8cafb823821a904520f3a2f482645957cce65dd9508ef31782e165a7084b3", + "tx_hash": "7d96e06a0e60acd2ee7b6778636ef35f126d7a1612b779e163e0e316b8a236b8", "tx_index": 19, "block_index": 123, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "88367a2fc7e57b2ef25709a54e88799b19165d19cdecb2d7fa30ff62559ab4c4", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "43b8852cceeb265ee73271da096b689f3a7e92208f80dc50f7afd77ff5d8303d", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768334, + "block_time": 1734008753, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -8180,22 +10373,21 @@ Returns the mints by address "paid_quantity_normalized": "0.00000001" }, { - "tx_hash": "da8234f1bb4a95320f01d0bfea1f5c0dbb8358ab211207e3450f0e70f8a778e9", + "tx_hash": "26c015e8ce607f42d56dd6fcbacf38e135a7013fd2b6a03617c9e20c8e23c410", "tx_index": 15, "block_index": 118, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "dc94d1b63da573d49714a4a6fddf3325052e0cabeba9c861e8e733ec13e691f5", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "3ee43dd337b27f7b0e0a0c956ffc81aeb8a85bf761bc728356e3e2cd4d891f1e", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768314, + "block_time": 1734008735, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -8204,22 +10396,21 @@ Returns the mints by address "paid_quantity_normalized": "1.00000000" }, { - "tx_hash": "38ecd09112a9f03dec5c5b53026e736fd16edd03e3969aa7fa5f3733b7952dcb", + "tx_hash": "f23ce2e23cc5ef86f77cf82834b5cdbd126ed14248501a9b59a0393b183982a9", "tx_index": 11, "block_index": 114, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "0f341aea8d30e3e2efef8ea29a14c643a9a47dfa6e12cd1d5ab1dc649f15de04", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "49257d0cc600eb3ca08aa988b4108b9915db8ffa264303cf9880ebdd2b2bd072", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768297, + "block_time": 1734008720, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -8233,12 +10424,12 @@ Returns the mints by address } ``` -### Get Fairmints By Address And Asset [GET /v2/addresses/{address}/fairmints/{asset}{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Fairmints By Address And Asset [GET /v2/addresses/{address}/fairmints/{asset}{?cursor}{&limit}{&offset}{&verbose}] Returns the mints by address and asset + Parameters - + address: `bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn` (str, required) - The address of the mints to return + + address: `bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - The address of the mints to return + asset: `BURNER` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -8248,8 +10439,6 @@ Returns the mints by address and asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -8263,12 +10452,12 @@ Returns the mints by address and asset ## Group Utxos -### Get Utxo Balances [GET /v2/utxos/{utxo}/balances{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Utxo Balances [GET /v2/utxos/{utxo}/balances{?cursor}{&limit}{&offset}{&verbose}] Returns the balances of an utxo + Parameters - + utxo: `e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0` (str, required) - The utxo to return + + utxo: `4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b:0` (str, required) - The utxo to return + cursor (str, optional) - The last index of the balances to return + Default: `None` + limit: `5` (int, optional) - The maximum number of balances to return @@ -8277,8 +10466,6 @@ Returns the balances of an utxo + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -8286,40 +10473,27 @@ Returns the balances of an utxo { "result": [ { - "asset": "XCP", - "quantity": 2000000000, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true - }, - "quantity_normalized": "20.00000000" - }, - { - "asset": "MYASSETA", - "quantity": 2000000000, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "asset": "UTXOASSET", + "asset_longname": null, + "quantity": 1000000000, + "utxo": "4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b:0", + "utxo_address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "asset_info": { "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "description": "My super asset", + "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "divisible": true, "locked": false }, - "quantity_normalized": "20.00000000" + "quantity_normalized": "10.00000000" } ], "next_cursor": null, - "result_count": 2 + "result_count": 1 } ``` -### Utxos With Balances [GET /v2/utxos/withbalances{?utxos}{&verbose}{&show_unconfirmed}] +### Utxos With Balances [GET /v2/utxos/withbalances{?utxos}{&verbose}] Check if the utxos have balances @@ -8327,8 +10501,6 @@ Check if the utxos have balances + utxos: `$UTXO_1,$UTXO_2` (str, required) - Comma separated list of utxos + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -8364,13 +10536,13 @@ By default the default value of the `encoding` parameter detailed above is `auto - Sign the transaction following the `Bitcoinjs-lib on javascript, signing a P2SH redeeming transaction` section - **NOTE**: Don't leave pretxs hanging without transmitting the second transaction as this pollutes the UTXO set and risks making bitcoin harder to run on low spec nodes. -### Compose Bet [GET /v2/addresses/{address}/compose/bet{?feed_address}{&bet_type}{&deadline}{&wager_quantity}{&counterwager_quantity}{&expiration}{&leverage}{&target_value}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Bet [GET /v2/addresses/{address}/compose/bet{?feed_address}{&bet_type}{&deadline}{&wager_quantity}{&counterwager_quantity}{&expiration}{&leverage}{&target_value}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to issue a bet against a feed. + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address that will make the bet - + feed_address: `bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn` (str, required) - The address that hosts the feed to be bet on + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address that will make the bet + + feed_address: `bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - The address that hosts the feed to be bet on + bet_type: `2` (int, required) - Bet 0 for Bullish CFD (deprecated), 1 for Bearish CFD (deprecated), 2 for Equal, 3 for NotEqual + deadline: `3000000000` (int, required) - The time at which the bet should be decided/settled, in Unix time (seconds since epoch) + wager_quantity: `1000` (int, required) - The quantities of XCP to wager (in satoshis, hence integer) @@ -8428,8 +10600,6 @@ Composes a transaction to issue a bet against a feed. + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -8439,12 +10609,12 @@ Composes a transaction to issue a bet against a feed. } ``` -### Compose Broadcast [GET /v2/addresses/{address}/compose/broadcast{?timestamp}{&value}{&fee_fraction}{&text}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Broadcast [GET /v2/addresses/{address}/compose/broadcast{?timestamp}{&value}{&fee_fraction}{&text}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to broadcast textual and numerical information to the network. + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + timestamp: `4003903985` (int, required) - The timestamp of the broadcast, in Unix time + value: `100` (float, required) - Numerical value of the broadcast + fee_fraction: `0.05` (float, required) - How much of every bet on this feed should go to its operator; a fraction of 1, (i.e. 0.05 is five percent) @@ -8497,8 +10667,6 @@ Composes a transaction to broadcast textual and numerical information to the net + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -8506,7 +10674,7 @@ Composes a transaction to broadcast textual and numerical information to the net { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "timestamp": 4003903985, "value": 100.0, "fee_fraction": 0.05, @@ -8519,30 +10687,18 @@ Composes a transaction to broadcast textual and numerical information to the net "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "020000000001014bd33a5b44deb7f799607d6dca483c72dc820d0e65e73f6998ebb1e5799b1967000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff0200000000000000002b6a2937c53b01694ba8a6cb86d0d6a6bc95f4cb75cca7e0135cf7b31ab2005366f78f7e640e3ff572ba86e700f2052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "broadcast", - "message_type_id": 30, - "message_data": { - "timestamp": 4003903985, - "value": 100.0, - "fee_fraction_int": 5000000, - "text": "\"Hello, world!\"", - "status": "valid", - "fee_fraction_int_normalized": "0.05000000" - } - } + "rawtransaction": "02000000000101f7794ca114e9751fb8e447ca6f6b3fbd844f225d1a664ec36fa591d740153e84000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff0200000000000000002b6a29245d46b729aa30a6bfc6aa86b8167a34faadccb25e1dfe5b5d3af204a96d0dd7d52924ec8473aff06d00f2052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } } ``` -### Compose BTCPay [GET /v2/addresses/{address}/compose/btcpay{?order_match_id}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose BTCPay [GET /v2/addresses/{address}/compose/btcpay{?order_match_id}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to pay for a BTC order match. + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address that will be sending the payment - + order_match_id: `f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e_ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f` (str, required) - The ID of the order match to pay for + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address that will be sending the payment + + order_match_id: `5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa_923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91` (str, required) - The ID of the order match to pay for + encoding (str, optional) - The encoding method to use + Default: `auto` + fee_per_kb (int, optional) - The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis) @@ -8591,8 +10747,6 @@ Composes a transaction to pay for a BTC order match. + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -8600,37 +10754,27 @@ Composes a transaction to pay for a BTC order match. { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "order_match_id": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e_ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "order_match_id": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa_923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", "skip_validation": false }, "name": "btcpay", - "data": "434e5452505254590bf1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0ead02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", + "data": "434e5452505254590b5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", "btc_in": 5000000000, "btc_out": 1000, "btc_change": 4999999000, "btc_fee": 0, - "rawtransaction": "020000000001017d960df311e96717433b169ca7b09668010830fd7951222c602bda0a58e5072e000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff03e803000000000000160014ba086726f37d12609e26c900b553ea4450b8337200000000000000004b6a49ceb107e75794500318b4d5560d48dc62132132694ea85707410af88a84c6f8927d4a4d55a9f5069eac03473265a4176c95709293d675a80b394b76a19de59a6964997c31032b90017318ee052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "btcpay", - "message_type_id": 11, - "message_data": { - "tx0_hash": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e", - "tx1_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "order_match_id": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e_ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "status": "valid" - } - } + "rawtransaction": "020000000001012bdf9de132e0acaa80b87c0f7e0734e85b468b8cd97ea05f69e642fed3b85302000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff03e803000000000000160014e147c8ffa691a1788f85d42904123de46b29b88f00000000000000004b6a49c9246f938918ef2382a7d2b55dac2d146d9f1610cb53b9c9d17fa71084a01ba8b63313bdeb79d6d85c436a9d405389c0b1a1acf8e7cfced5e33eea809d4f4eb6611cfe87c7fcacf9a718ee052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } } ``` -### Compose Burn [GET /v2/addresses/{address}/compose/burn{?quantity}{&overburn}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Burn [GET /v2/addresses/{address}/compose/burn{?quantity}{&overburn}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, possible between blocks 278310 and 283810; on testnet it is still available). + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address with the BTC to burn + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address with the BTC to burn + quantity: `1000` (int, required) - The quantities of BTC to burn (in satoshis, hence integer) (1 BTC maximum burn per address) + overburn (bool, optional) - Whether to allow the burn to exceed 1 BTC for the address + Default: `False` @@ -8682,8 +10826,6 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -8691,7 +10833,7 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "quantity": 1000, "overburn": false, "skip_validation": false @@ -8702,18 +10844,18 @@ Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, poss "btc_out": 1000, "btc_change": 4999999000, "btc_fee": 0, - "rawtransaction": "02000000000101016ee371393f91ee3576470462be455c67cc655ff8bd6490d7da214ef668bdbe000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac18ee052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000" + "rawtransaction": "020000000001012065c6e478cd4d9d06f54ecf48b36505cc293a0743eb7e6f8d2e84043dd4dae0000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac18ee052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } } ``` -### Compose Cancel [GET /v2/addresses/{address}/compose/cancel{?offer_hash}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Cancel [GET /v2/addresses/{address}/compose/cancel{?offer_hash}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to cancel an open order or bet. + Parameters - + address: `bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x` (str, required) - The address that placed the order/bet to be cancelled - + offer_hash: `ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f` (str, required) - The hash of the order/bet to be cancelled + + address: `bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d` (str, required) - The address that placed the order/bet to be cancelled + + offer_hash: `923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91` (str, required) - The hash of the order/bet to be cancelled + encoding (str, optional) - The encoding method to use + Default: `auto` + fee_per_kb (int, optional) - The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis) @@ -8762,8 +10904,6 @@ Composes a transaction to cancel an open order or bet. + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -8771,35 +10911,27 @@ Composes a transaction to cancel an open order or bet. { "result": { "params": { - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "offer_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "offer_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", "skip_validation": false }, "name": "cancel", - "data": "434e54525052545946ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "btc_in": 90000, + "data": "434e54525052545946923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "btc_in": 4949950000, "btc_out": 0, - "btc_change": 90000, + "btc_change": 4949950000, "btc_fee": 0, - "rawtransaction": "020000000001013f2b14e10418d561fdc3282bc5ae028ad8794c1af4c029e7ed009d7e56b902ad01000000160014bb53f82e1f6b387c3f2622ab42265aebae871170ffffffff0200000000000000002b6a29c23c4eb42ab354351d37653c2daada05a4f52505ebbf619e2d54356fd4850476802c8c1fb5f8cf33a1905f010000000000160014bb53f82e1f6b387c3f2622ab42265aebae87117002000000000000", - "unpacked_data": { - "message_type": "cancel", - "message_type_id": 70, - "message_data": { - "offer_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "status": "valid" - } - } + "rawtransaction": "020000000001014647d0c2a99e74f5769f2a030929aea61035446168131aac276b045032e7389d01000000160014e3c4e1ab4b567ddea177545070755d7771570a3affffffff0200000000000000002b6a29a5d7c54b522162a582431f0c063c8c3d0a83db228fec5811b67495af797926efa161fd62ec4d6c4369303e0a2701000000160014e3c4e1ab4b567ddea177545070755d7771570a3a02000000000000" } } ``` -### Compose Destroy [GET /v2/addresses/{address}/compose/destroy{?asset}{&quantity}{&tag}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Destroy [GET /v2/addresses/{address}/compose/destroy{?asset}{&quantity}{&tag}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to destroy a quantity of an asset. + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address that will be sending the asset to be destroyed + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address that will be sending the asset to be destroyed + asset: `XCP` (str, required) - The asset to be destroyed + quantity: `1000` (int, required) - The quantity of the asset to be destroyed (in satoshis, hence integer) + tag: `"bugs!"` (str, required) - A tag for the destruction @@ -8851,8 +10983,6 @@ Composes a transaction to destroy a quantity of an asset. + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -8860,7 +10990,7 @@ Composes a transaction to destroy a quantity of an asset. { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 1000, "tag": "\"bugs!\"", @@ -8880,27 +11010,17 @@ Composes a transaction to destroy a quantity of an asset. "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "02000000000101ddcbf56a1fab96d0f4f3eb3a960993c39b305b0664ed8a40dcaaa09736c66310000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff020000000000000000226a20be0d5b4695ea420162ad4684b6402db8c4c696595c5582f04ce2538aa162e15200f2052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "destroy", - "message_type_id": 110, - "message_data": { - "asset": "XCP", - "quantity": 1000, - "tag": "22627567732122", - "quantity_normalized": "0.00001000" - } - } + "rawtransaction": "02000000000101e3130eb435842184ee3d2a4d6e28a5661f92a2f6512d644b5dac994a306b19bd000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff020000000000000000226a2010afe28b344c85f772f2799d30105876e5fa3a26d5909996cfac591c66506ca100f2052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } } ``` -### Compose Dispenser [GET /v2/addresses/{address}/compose/dispenser{?asset}{&give_quantity}{&escrow_quantity}{&mainchainrate}{&status}{&open_address}{&oracle_address}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Dispenser [GET /v2/addresses/{address}/compose/dispenser{?asset}{&give_quantity}{&escrow_quantity}{&mainchainrate}{&status}{&open_address}{&oracle_address}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to opens or closes a dispenser for a given asset at a given rate of main chain asset (BTC). Escrowed quantity on open must be equal or greater than give_quantity. It is suggested that you escrow multiples of give_quantity to ease dispenser operation. + Parameters - + address: `bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv` (str, required) - The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) + + address: `bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw` (str, required) - The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) + asset: `XCP` (str, required) - The asset or subasset to dispense + give_quantity: `1000` (int, required) - The quantity of the asset to dispense (in satoshis, hence integer) + escrow_quantity: `1000` (int, required) - The quantity of the asset to reserve for this dispenser (in satoshis, hence integer) @@ -8958,8 +11078,6 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -8967,7 +11085,7 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv { "result": { "params": { - "source": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", "give_quantity": 1000, "escrow_quantity": 1000, @@ -8992,33 +11110,17 @@ Composes a transaction to opens or closes a dispenser for a given asset at a giv "btc_out": 0, "btc_change": 4949873799, "btc_fee": 0, - "rawtransaction": "020000000001011afb0dda0e6822260710e3756c958c3085e30d9586d87e7ecfc9561fe8dd87e902000000160014b505712f18c65edc22d4960f286967ab1d783fcbffffffff0200000000000000002c6a2acbeb4233da4f34e7852bb3f80c31f8c85ca6a4adfbb18efd3d202038ebbf345fe09e8993a9f54091b7158714092701000000160014b505712f18c65edc22d4960f286967ab1d783fcb02000000000000", - "unpacked_data": { - "message_type": "dispenser", - "message_type_id": 12, - "message_data": { - "asset": "XCP", - "give_quantity": 1000, - "escrow_quantity": 1000, - "mainchainrate": 100, - "dispenser_status": 0, - "action_address": null, - "oracle_address": null, - "status": "valid", - "give_quantity_normalized": "0.00001000", - "escrow_quantity_normalized": "0.00001000" - } - } + "rawtransaction": "02000000000101fd997dfa9e86b851edc456ae3079d0499dfefd6232017cc5525408101becf66f0200000016001475d1d00ae9b4fb12841fd1a075ae251990757a47ffffffff0200000000000000002c6a2a9bbe80ce1f6f3dc7b28a8cf7b55b57343536a868dc542991b8ca1d16d79281b85cbc0852d17220740cf8871409270100000016001475d1d00ae9b4fb12841fd1a075ae251990757a4702000000000000" } } ``` -### Compose Dividend [GET /v2/addresses/{address}/compose/dividend{?quantity_per_unit}{&asset}{÷nd_asset}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Dividend [GET /v2/addresses/{address}/compose/dividend{?quantity_per_unit}{&asset}{÷nd_asset}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to issue a dividend to holders of a given asset. + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) + quantity_per_unit: `1` (int, required) - The amount of dividend_asset rewarded (in satoshis, hence integer) + asset: `MYASSETA` (str, required) - The asset or subasset that the dividends are being rewarded on + dividend_asset: `XCP` (str, required) - The asset or subasset that the dividends are paid in @@ -9070,8 +11172,6 @@ Composes a transaction to issue a dividend to holders of a given asset. + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -9079,7 +11179,7 @@ Composes a transaction to issue a dividend to holders of a given asset. { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "quantity_per_unit": 1, "asset": "MYASSETA", "dividend_asset": "XCP", @@ -9087,7 +11187,7 @@ Composes a transaction to issue a dividend to holders of a given asset. "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -9106,31 +11206,20 @@ Composes a transaction to issue a dividend to holders of a given asset. "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "02000000000101a7a921573c6b306d7c61fbbcc77c284599ba5db6d967d3177e35a6a3e60eee16000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff020000000000000000236a21ac428ae32a40f576a4f87770b1741fbd06e237d30eaeb59cfcfdc0b6e9f02ce90c00f2052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "dividend", - "message_type_id": 50, - "message_data": { - "asset": "MYASSETA", - "quantity_per_unit": 1, - "dividend_asset": "XCP", - "status": "valid", - "quantity_per_unit_normalized": "0.00000001" - } - } + "rawtransaction": "02000000000101982d9f982d9aaad5fe3cae65b71504b6f55c614939666dc51be076206f4beea8000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff020000000000000000236a213c230a77a6110909b72a15752ea2e7f462e5308aadb87005b5e70f64e62b39416a00f2052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } } ``` -### Compose Issuance [GET /v2/addresses/{address}/compose/issuance{?asset}{&quantity}{&transfer_destination}{&divisible}{&lock}{&reset}{&description}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Issuance [GET /v2/addresses/{address}/compose/issuance{?asset}{&quantity}{&transfer_destination}{&divisible}{&lock}{&reset}{&description}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to Issue a new asset, issue more of an existing asset, lock an asset, reset existing supply, or transfer the ownership of an asset. + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address that will be issuing or transfering the asset + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address that will be issuing or transfering the asset + asset: `XCPTEST` (str, required) - The assets to issue or transfer. This can also be a subasset longname for new subasset issuances + quantity: `1000` (int, required) - The quantity of the asset to issue (set to 0 if transferring an asset) (in satoshis, hence integer) - + transfer_destination: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, optional) - The address to receive the asset + + transfer_destination: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, optional) - The address to receive the asset + Default: `None` + divisible (bool, optional) - Whether this asset is divisible or not (if a transfer, this value must match the value specified when the asset was originally issued) + Default: `True` @@ -9188,8 +11277,6 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -9197,10 +11284,10 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCPTEST", "quantity": 1000, - "transfer_destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "transfer_destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "lock": false, "reset": false, @@ -9214,38 +11301,19 @@ Composes a transaction to Issue a new asset, issue more of an existing asset, lo "btc_out": 546, "btc_change": 4999999454, "btc_fee": 0, - "rawtransaction": "020000000001014957c7bfe1a0e56b28261f1bf2302ac6f84938f76c23a4f8954c24856f150bcd000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff0322020000000000001600143ec2ca8c608368886d42fdc7923a68b3265ac9380000000000000000236a21c13cd43e441f805f360af720e8623c2f46ac41a78061a9cec80654f7e5649f612fdeef052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "issuance", - "message_type_id": 22, - "message_data": { - "asset_id": 7136017375, - "asset": "XCPTEST", - "subasset_longname": null, - "quantity": 1000, - "divisible": true, - "lock": false, - "reset": false, - "callable": false, - "call_date": 0, - "call_price": 0.0, - "description": "", - "status": "valid", - "quantity_normalized": "0.00001000" - } - } + "rawtransaction": "020000000001017828947399907642aef574538834277885811568f5968698cf651314340e8ecc000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff0322020000000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe7630000000000000000236a219c007c102c645241b75950980451e7621f4e525139e56df4d3becd515f3362f261deef052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } } ``` -### Compose MPMA [GET /v2/addresses/{address}/compose/mpma{?assets}{&destinations}{&quantities}{&memos}{&memos_are_hex}{&memo}{&memo_is_hex}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose MPMA [GET /v2/addresses/{address}/compose/mpma{?assets}{&destinations}{&quantities}{&memos}{&memos_are_hex}{&memo}{&memo_is_hex}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to send multiple payments to multiple addresses. + Parameters - + address: `bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + address: `bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + assets: `XCP,FAIRMINTC` (str, required) - comma-separated list of assets to send - + destinations: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy,bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn` (str, required) - comma-separated list of addresses to send to + + destinations: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk,bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - comma-separated list of addresses to send to + quantities: `1,2` (str, required) - comma-separated list of quantities to send (in satoshis, hence integer) + memos (list, optional) - One `memos` argument by send, if any + Default: `None` @@ -9303,8 +11371,6 @@ Composes a transaction to send multiple payments to multiple addresses. + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -9312,16 +11378,16 @@ Composes a transaction to send multiple payments to multiple addresses. { "result": { "params": { - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset_dest_quant_list": [ [ "XCP", - "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", 1 ], [ "FAIRMINTC", - "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", 2 ] ], @@ -9330,42 +11396,22 @@ Composes a transaction to send multiple payments to multiple addresses. "skip_validation": false }, "name": "mpma", - "data": "434e545250525459030002803ec2ca8c608368886d42fdc7923a68b3265ac938802fc93bc724f1151b70e7ffd9161f233eb6d553bb4000003ceebf84b91000000000000000240000000000000004000000000000000100", + "data": "434e545250525459030002808ed1123d08d5ae9e21a7d30c55b0640494ebe76380a329e5108fd4a82571ca37324b41e089a12b7e694000003ceebf84b91000000000000000240000000000000004000000000000000100", "btc_in": 4949808000, "btc_out": 2000, "btc_change": 4949806000, "btc_fee": 0, - "rawtransaction": "02000000000101b4ceec490f469646bdf0ad7a95343a7c04cc6785ebf0457aee13aedc5f1ea224030000001600142fc93bc724f1151b70e7ffd9161f233eb6d553bbffffffff03e803000000000000695121035122f717f19fca86632d0e8e980936c4e9c80d4552ddfde08760580a1bbd88ba21027a128fd1efb736e5300c0611f863d5934a36c6e4cb8bf3df02c0b26da9c2bc42210260682f2559ce648f4c1168ce8c63d660833a6bcd6e6e2ce019eb2162b122843753aee803000000000000695121034e22f717f19fca86633e0e8c1837f40e658c8e2ddab0bf1d40f66262a89bd2a32103b32a0efe268cf1c1c1191d611f9c0c855515f8521ed8489f02c08e831646055b210260682f2559ce648f4c1168ce8c63d660833a6bcd6e6e2ce019eb2162b122843753aeb00b0827010000001600142fc93bc724f1151b70e7ffd9161f233eb6d553bb02000000000000", - "unpacked_data": { - "message_type": "mpma_send", - "message_type_id": 3, - "message_data": [ - { - "asset": "FAIRMINTC", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "quantity": 2, - "memo": null, - "memo_is_hex": null - }, - { - "asset": "XCP", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "quantity": 1, - "memo": null, - "memo_is_hex": null - } - ] - } + "rawtransaction": "02000000000101503031745b8d2941a650e288e104557321c1d3e7a25c3da58c70136b2e7ae53d03000000160014a329e5108fd4a82571ca37324b41e089a12b7e69ffffffff03e8030000000000006951210293992134161455ba9aeee2ab6c17a4ddb9eb4dee4e8f07812b034217e68ea4962103e7d05aa72f6001426defc9a0744864d956fc87c4bf11e752d6dcffe3b4af37f12103b5c882407e67ada3cd11aab6edde1728a4c209167c548930980f7eb01ebbf03253aee803000000000000695121028c992134161455ba9afde2a9ec9975cf84c79840d0aea0522752f273e21a4fed210300b3db04068511cdb947ecd1be7f5692171c0e65946f8e12d6dcc30d0b2b8eee2103b5c882407e67ada3cd11aab6edde1728a4c209167c548930980f7eb01ebbf03253aeb00b082701000000160014a329e5108fd4a82571ca37324b41e089a12b7e6902000000000000" } } ``` -### Compose Order [GET /v2/addresses/{address}/compose/order{?give_asset}{&give_quantity}{&get_asset}{&get_quantity}{&expiration}{&fee_required}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Order [GET /v2/addresses/{address}/compose/order{?give_asset}{&give_quantity}{&get_asset}{&get_quantity}{&expiration}{&fee_required}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to place an order on the distributed exchange. + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) + give_asset: `XCP` (str, required) - The asset that will be given in the trade + give_quantity: `1000` (int, required) - The quantity of the asset that will be given (in satoshis, hence integer) + get_asset: `BURNER` (str, required) - The asset that will be received in the trade @@ -9420,8 +11466,6 @@ Composes a transaction to place an order on the distributed exchange. + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -9429,7 +11473,7 @@ Composes a transaction to place an order on the distributed exchange. { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "get_asset": "BURNER", @@ -9447,7 +11491,7 @@ Composes a transaction to place an order on the distributed exchange. "get_asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -9461,34 +11505,18 @@ Composes a transaction to place an order on the distributed exchange. "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "0200000000010171a34464bf1991c5f8fef7682f481cb08aff64762237066d549b49571d1511d2000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff020000000000000000356a3320690c29f8d9756e7b57cad16d8ccc313f91ab0eded97e8b74a25fde9fa964c11bc49aa19000d45f8d44ec7c362d648c1fbd9400f2052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "order", - "message_type_id": 10, - "message_data": { - "give_asset": "XCP", - "give_quantity": 1000, - "get_asset": "BURNER", - "get_quantity": 1000, - "expiration": 100, - "fee_required": 100, - "status": "open", - "give_quantity_normalized": "0.00001000", - "get_quantity_normalized": "0.00001000", - "fee_required_normalized": "0.00000100" - } - } + "rawtransaction": "02000000000101898134d56a1014a4d2b8c48484827019297d3d9fab7fcedc99d09f523681141e000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff020000000000000000356a33382a8fb5cb6fd3736c28840a90a8a19c0f9907006f8fb26a06234a0767b8ac5de092363c1015b957d9ff7a09fddf586aecf90600f2052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } } ``` -### Compose Send [GET /v2/addresses/{address}/compose/send{?destination}{&asset}{&quantity}{&memo}{&memo_is_hex}{&use_enhanced_send}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Send [GET /v2/addresses/{address}/compose/send{?destination}{&asset}{&quantity}{&memo}{&memo_is_hex}{&use_enhanced_send}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to send a quantity of an asset to another address. + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) - + destination: `bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn` (str, required) - The address that will be receiving the asset + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address that will be sending (must have the necessary quantity of the specified asset) + + destination: `bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - The address that will be receiving the asset + asset: `XCP` (str, required) - The asset or subasset to send + quantity: `1000` (int, required) - The quantity of the asset to send (in satoshis, hence integer) + memo (str, optional) - The Memo associated with this transaction @@ -9545,8 +11573,6 @@ Composes a transaction to send a quantity of an asset to another address. + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -9554,8 +11580,8 @@ Composes a transaction to send a quantity of an asset to another address. { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "quantity": 1000, "memo": null, @@ -9572,34 +11598,23 @@ Composes a transaction to send a quantity of an asset to another address. "quantity_normalized": "0.00001000" }, "name": "send", - "data": "434e54525052545902000000000000000100000000000003e8802fc93bc724f1151b70e7ffd9161f233eb6d553bb", + "data": "434e54525052545902000000000000000100000000000003e880a329e5108fd4a82571ca37324b41e089a12b7e69", "btc_in": 5000000000, "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "020000000001016bb65f51e8d623a388f670a9d14663db678c4a79f6884cbb3584d362dee06f1d000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff020000000000000000306a2ebbc6dfbbfd0c5ec200ad76f9d5e120a0301c351401bb8773f658b9093aa5981e9c6c45b8d29bf58d47a2a732c66c00f2052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "enhanced_send", - "message_type_id": 2, - "message_data": { - "asset": "XCP", - "quantity": 1000, - "address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "memo": null, - "quantity_normalized": "0.00001000" - } - } + "rawtransaction": "0200000000010113fa77265d77d723c3516e69c3561a1cbc16c204455e026e954f3f2f51ac3d3c000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff020000000000000000306a2e1cb4a12208ddf777063ba4fe7546621d1b89b92e2917f483568cadd58f0436d8b0296d569507f724870d90b794aa00f2052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } } ``` -### Compose Sweep [GET /v2/addresses/{address}/compose/sweep{?destination}{&flags}{&memo}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Sweep [GET /v2/addresses/{address}/compose/sweep{?destination}{&flags}{&memo}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to Sends all assets and/or transfer ownerships to a destination address. + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address that will be sending - + destination: `bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn` (str, required) - The address to receive the assets and/or ownerships + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address that will be sending + + destination: `bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - The address to receive the assets and/or ownerships + flags: `7` (int, required) - An OR mask of flags indicating how the sweep should be processed. Possible flags are: - FLAG_BALANCES: (integer) 1, specifies that all balances should be transferred. - FLAG_OWNERSHIP: (integer) 2, specifies that all ownerships should be transferred. - FLAG_BINARY_MEMO: (integer) 4, specifies that the memo is in binary/hex form. + memo: `FFFF` (str, required) - The Memo associated with this transaction in hex format + encoding (str, optional) - The encoding method to use @@ -9650,8 +11665,6 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -9659,39 +11672,30 @@ Composes a transaction to Sends all assets and/or transfer ownerships to a desti { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "flags": 7, "memo": "FFFF", "skip_validation": false }, "name": "sweep", - "data": "434e54525052545904802fc93bc724f1151b70e7ffd9161f233eb6d553bb07ffff", + "data": "434e5452505254590480a329e5108fd4a82571ca37324b41e089a12b7e6907ffff", "btc_in": 5000000000, "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "02000000000101802dbdfdbb7f60f5a25442a575c474803a79efe50703446e2c5d5cd01a5e788a000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff020000000000000000236a21eb44e170333915a8db2c4ab05c34a937a25dd3bd3fc7ce0bfd99fa9c385d9df62500f2052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "sweep", - "message_type_id": 4, - "message_data": { - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "flags": 7, - "memo": "ffff" - } - } + "rawtransaction": "020000000001017ffe014f6eb0a77bdfbfe9ecff6c44a4c65384f12f18d7275b2ca4cfa4d3bcdc000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff020000000000000000236a2146dae2b112a16ab649d9b010dc16735b3e1096a2942197eb50487d68937ab3fd0400f2052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } } ``` -### Compose Dispense [GET /v2/addresses/{address}/compose/dispense{?dispenser}{&quantity}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Dispense [GET /v2/addresses/{address}/compose/dispense{?dispenser}{&quantity}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to send BTC to a dispenser. + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address that will be sending (must have the necessary quantity of BTC) - + dispenser: `bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5` (str, required) - The dispenser that will be receiving the asset + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address that will be sending (must have the necessary quantity of BTC) + + dispenser: `bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr` (str, required) - The dispenser that will be receiving the asset + quantity: `1000` (int, required) - The quantity of BTC to send (in satoshis, hence integer) + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -9741,8 +11745,6 @@ Composes a transaction to send BTC to a dispenser. + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -9750,8 +11752,8 @@ Composes a transaction to send BTC to a dispenser. { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "quantity": 1000, "skip_validation": false }, @@ -9761,24 +11763,17 @@ Composes a transaction to send BTC to a dispenser. "btc_out": 1000, "btc_change": 4999999000, "btc_fee": 0, - "rawtransaction": "020000000001014981571a07419d5d17ab33ee98ffbe6151f7144229cec88c4adc5b2da91f9d5e000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff03e803000000000000160014c47335626396b1c5deafb065759eca470750aa7600000000000000000c6a0ac724f9fd330e80b9878218ee052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "dispense", - "message_type_id": 13, - "message_data": { - "data": "00" - } - } + "rawtransaction": "020000000001015617e2830b90e16e0bfa7df50713d290d07cf3b42bf98b3d806d0e35e76f1ed8000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff03e803000000000000160014f93dca7b48b618a82889ef159a4f918f96656e1400000000000000000c6a0aec2b4f034b259c1f2c4b18ee052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } } ``` -### Compose Fairminter [GET /v2/addresses/{address}/compose/fairminter{?asset}{&asset_parent}{&price}{&quantity_by_price}{&max_mint_per_tx}{&hard_cap}{&premint_quantity}{&start_block}{&end_block}{&soft_cap}{&soft_cap_deadline_block}{&minted_asset_commission}{&burn_payment}{&lock_description}{&lock_quantity}{&divisible}{&description}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Fairminter [GET /v2/addresses/{address}/compose/fairminter{?asset}{&asset_parent}{&price}{&quantity_by_price}{&max_mint_per_tx}{&hard_cap}{&premint_quantity}{&start_block}{&end_block}{&soft_cap}{&soft_cap_deadline_block}{&minted_asset_commission}{&burn_payment}{&lock_description}{&lock_quantity}{&divisible}{&description}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to issue a new asset using the FairMinter protocol. + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address that will be issuing the asset + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address that will be issuing the asset + asset: `MYASSET` (str, required) - The asset to issue + asset_parent (str, optional) - The parent asset of the asset to issue + Default: `` @@ -9860,8 +11855,6 @@ Composes a transaction to issue a new asset using the FairMinter protocol. + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -9869,7 +11862,7 @@ Composes a transaction to issue a new asset using the FairMinter protocol. { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MYASSET", "asset_parent": "", "price": 10, @@ -9901,46 +11894,17 @@ Composes a transaction to issue a new asset using the FairMinter protocol. "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "02000000000101c5e90d391b991d2fea222ac2b07fe61884d23ae05aa2c23d8c83f5b7e7091d66000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff020000000000000000316a2ff153242e60202979837954134f300bceea575b52cc94c6d8786ca676fdcb5f1bbb750eadae1bf00c66e468206e18f900f2052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "fairminter", - "message_type_id": 90, - "message_data": { - "asset": "MYASSET", - "asset_parent": "", - "price": 10, - "quantity_by_price": 1, - "max_mint_per_tx": 0, - "hard_cap": 0, - "premint_quantity": 0, - "start_block": 0, - "end_block": 0, - "soft_cap": 0, - "soft_cap_deadline_block": 0, - "minted_asset_commission": "0.00000000", - "burn_payment": false, - "lock_description": false, - "lock_quantity": false, - "divisible": true, - "description": "", - "price_normalized": "10.0000000000000000", - "hard_cap_normalized": "0.00000000", - "soft_cap_normalized": "0.00000000", - "quantity_by_price_normalized": "0.00000001", - "max_mint_per_tx_normalized": "0.00000000", - "premint_quantity_normalized": "0.00000000" - } - } + "rawtransaction": "020000000001013c2c0c125a49eecfdc851d6e9fc21f2518359fceb71741e8ef199c8e80eb2cf9000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff020000000000000000316a2f176471710dac6c6e4172544c7e37628201e81411b4057cd1e22324ce8b3c3cd004421d59c84179e2c29e7670f2049500f2052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } } ``` -### Compose Fairmint [GET /v2/addresses/{address}/compose/fairmint{?asset}{&quantity}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Fairmint [GET /v2/addresses/{address}/compose/fairmint{?asset}{&quantity}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to mint a quantity of an asset using the FairMinter protocol. + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address that will be minting the asset + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address that will be minting the asset + asset: `OPENFAIR` (str, required) - The asset to mint + quantity (int, optional) - The quantity of the asset to mint (in satoshis, hence integer) + Default: `0` @@ -9992,8 +11956,6 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -10001,14 +11963,14 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "OPENFAIR", "quantity": 0, "skip_validation": false, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "divisible": true, "locked": false }, @@ -10020,32 +11982,21 @@ Composes a transaction to mint a quantity of an asset using the FairMinter proto "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "020000000001013545b3ca662666454146ad332978cb39ae5c485cb7cce07c0bd98d695498ccaa000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff020000000000000000156a1395f40c08f64fd6f6c6a337cf957d8a76ffc26500f2052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "fairmint", - "message_type_id": 91, - "message_data": { - "asset": "OPENFAIR", - "quantity": 0, - "quantity_normalized": "0.00000000" - } - } + "rawtransaction": "02000000000101e12f08ace0cc23340eb0a65a3cda203af40521b163c399ccfe07a40f723667b8000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff020000000000000000156a13308e4a5aecbd15ae22d4c0cd59d6f311644f9d00f2052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } } ``` -### Compose Attach [GET /v2/addresses/{address}/compose/attach{?asset}{&quantity}{&destination_vout}{&destination}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Attach [GET /v2/addresses/{address}/compose/attach{?asset}{&quantity}{&destination_vout}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to attach assets from an address to UTXO. + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address from which the assets are attached + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address from which the assets are attached + asset: `XCP` (str, required) - The asset or subasset to attach + quantity: `1000` (int, required) - The quantity of the asset to attach (in satoshis, hence integer) + destination_vout (str, optional) - The vout of the destination output + Default: `None` - + destination (str, optional) - [Disabled after block 871900] The utxo to attach the assets to - + Default: `None` + encoding (str, optional) - The encoding method to use + Default: `auto` + fee_per_kb (int, optional) - The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis) @@ -10094,8 +12045,6 @@ Composes a transaction to attach assets from an address to UTXO. + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -10103,7 +12052,7 @@ Composes a transaction to attach assets from an address to UTXO. { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 1000, "destination_vout": null, @@ -10120,35 +12069,21 @@ Composes a transaction to attach assets from an address to UTXO. "name": "attach", "data": "434e545250525459655843507c313030307c", "btc_in": 5000000000, - "btc_out": 546, - "btc_change": 4999999454, + "btc_out": 10000, + "btc_change": 4999990000, "btc_fee": 0, - "rawtransaction": "02000000000101d27b902c78479e5253d80c06b1f76e993d584d3a867583f055eae94403480583000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff0322020000000000001600143ec2ca8c608368886d42fdc7923a68b3265ac9380000000000000000146a12fdc65cc0fad8d5ac5fcadd8a11d8608061dddeef052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "attach", - "message_type_id": 101, - "message_data": { - "asset": "XCP", - "quantity": 1000, - "destination_vout": null, - "quantity_normalized": "0.00001000" - } - } + "rawtransaction": "02000000000101b21d7345aa6a703d276ea667c2dfd42f2f95d99d31af3b5bc081662d146f09e2000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff0310270000000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe7630000000000000000146a12981fc87d613a275e3cd791600b30a0357f5af0ca052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } } ``` -### Compose Detach [GET /v2/utxos/{utxo}/compose/detach{?destination}{&asset}{&quantity}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Detach [GET /v2/utxos/{utxo}/compose/detach{?destination}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] Composes a transaction to detach assets from UTXO to an address. + Parameters - + utxo: `e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0` (str, required) - The utxo from which the assets are detached - + destination: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, optional) - The address to detach the assets to, if not provided the addresse corresponding to the utxo is used - + Default: `None` - + asset (str, optional) - [Disabled after block 871900] The asset or subasset to detach - + Default: `None` - + quantity (int, optional) - [Disabled after block 871900] The quantity of the asset to detach (in satoshis, hence integer) + + utxo: `4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b:0` (str, required) - The utxo from which the assets are detached + + destination: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, optional) - The address to detach the assets to, if not provided the addresse corresponding to the utxo is used + Default: `None` + encoding (str, optional) - The encoding method to use + Default: `auto` @@ -10198,8 +12133,6 @@ Composes a transaction to detach assets from UTXO to an address. + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -10207,35 +12140,28 @@ Composes a transaction to detach assets from UTXO to an address. { "result": { "params": { - "source": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b:0", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "skip_validation": false }, "name": "detach", - "data": "434e54525052545966626372743171386d70763472727173643567736d327a6c68726579776e676b766e39346a6663676a756e7179", - "btc_in": 1000, + "data": "434e54525052545966626372743171336d673379306767366b6866756764383676783974767279716a327768656d72363568616c6b", + "btc_in": 10000, "btc_out": 0, - "btc_change": 1000, + "btc_change": 10000, "btc_fee": 0, - "rawtransaction": "020000000001011afb0dda0e6822260710e3756c958c3085e30d9586d87e7ecfc9561fe8dd87e900000000160014bb53f82e1f6b387c3f2622ab42265aebae871170ffffffff020000000000000000376a35cbeb4233da4f34e7ef49d08a780089f030d6d29989c3ff8db115474b868d4e3060ececeade9b27faa57b4f6ef8fb5b08559505fddde803000000000000160014bb53f82e1f6b387c3f2622ab42265aebae87117002000000000000", - "unpacked_data": { - "message_type": "detach", - "message_type_id": 102, - "message_data": { - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy" - } - } + "rawtransaction": "020000000001019b8edc5c77324e5198ffe893b748b95510fb37468b7c015901efdcd69930a24b00000000160014e147c8ffa691a1788f85d42904123de46b29b88fffffffff020000000000000000376a35200c1dc90723425a0d4635c9e5b32042d4eefd60a8a1578798a6640a2216ba8123c77e3117129112ea2250f198d4339bd5a8e9dbd11027000000000000160014e147c8ffa691a1788f85d42904123de46b29b88f02000000000000" } } ``` -### Compose Movetoutxo [GET /v2/utxos/{utxo}/compose/movetoutxo{?destination}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}{&show_unconfirmed}] +### Compose Movetoutxo [GET /v2/utxos/{utxo}/compose/movetoutxo{?destination}{&encoding}{&fee_per_kb}{®ular_dust_size}{&multisig_dust_size}{&pubkeys}{&allow_unconfirmed_inputs}{&exact_fee}{&fee_provided}{&unspent_tx_hash}{&dust_return_pubkey}{&disable_utxo_locks}{&p2sh_pretx_txid}{&segwit}{&confirmation_target}{&exclude_utxos}{&inputs_set}{&return_psbt}{&return_only_data}{&extended_tx_info}{&old_style_api}{&use_utxos_with_balances}{&exclude_utxos_with_balances}{&validate}{&verbose}] -Composes a transaction to move assets from UTXO to another UTXO. +Composes a transaction like a send but for moving from one UTXO to another, with the destination is specified as an address. + Parameters - + utxo: `e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0` (str, required) - The utxo from which the assets are moved - + destination: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to move the assets to + + utxo: `4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b:0` (str, required) - The utxo from which the assets are moved + + destination: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - the address for which the destination utxo will be created + encoding (str, optional) - The encoding method to use + Default: `auto` + fee_per_kb (int, optional) - The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis) @@ -10284,8 +12210,6 @@ Composes a transaction to move assets from UTXO to another UTXO. + Default: `True` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -10293,34 +12217,40 @@ Composes a transaction to move assets from UTXO to another UTXO. { "result": { "params": { - "source": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b:0", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "skip_validation": false }, "name": "move", "data": null, - "btc_in": 4949951000, - "btc_out": 546, - "btc_change": 4949950454, + "btc_in": 10000, + "btc_out": 10000, + "btc_change": null, "btc_fee": 0, - "rawtransaction": "020000000001021afb0dda0e6822260710e3756c958c3085e30d9586d87e7ecfc9561fe8dd87e900000000160014bb53f82e1f6b387c3f2622ab42265aebae871170ffffffffd75fb74a0c0d25565f15193b241c43c1034dd4289cff01b41be0ae25afb1d40b01000000160014bb53f82e1f6b387c3f2622ab42265aebae871170ffffffff0222020000000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938f63f0a2701000000160014bb53f82e1f6b387c3f2622ab42265aebae87117002000002000000000000" + "rawtransaction": "020000000001019b8edc5c77324e5198ffe893b748b95510fb37468b7c015901efdcd69930a24b00000000160014e147c8ffa691a1788f85d42904123de46b29b88fffffffff0110270000000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } } ``` -### Get Attach Estimate Xcp Fee [GET /v2/compose/attach/estimatexcpfees{?verbose}{&show_unconfirmed}] +### Get Attach Estimate Xcp Fee [GET /v2/compose/attach/estimatexcpfees{?verbose}] Returns the estimated fee for attaching assets to a UTXO. + Parameters + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + ++ Response 200 (application/json) + + ``` + { + "result": 0 + } + ``` ## Group Assets -### Get Valid Assets [GET /v2/assets{?named}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Valid Assets [GET /v2/assets{?named}{&cursor}{&limit}{&offset}{&verbose}] Returns the valid assets @@ -10335,8 +12265,6 @@ Returns the valid assets + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -10347,94 +12275,94 @@ Returns the valid assets "asset": "OPENFAIR", "asset_id": "117132633401", "asset_longname": null, - "issuer": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "owner": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "owner": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "divisible": true, "locked": false, "supply": 0, "description": "", - "first_issuance_block_index": 232, - "last_issuance_block_index": 232, - "confirmed": true, - "first_issuance_block_time": 1733768872, - "last_issuance_block_time": 1733768872, + "description_locked": false, + "first_issuance_block_index": 233, + "last_issuance_block_index": 233, + "first_issuance_block_time": 1734009252, + "last_issuance_block_time": 1734009252, "supply_normalized": "0.00000000" }, + { + "asset": "CHAINING", + "asset_id": "18229920832", + "asset_longname": null, + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "owner": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "divisible": true, + "locked": false, + "supply": 1000000000, + "description": "My super asset CHAINING", + "description_locked": false, + "first_issuance_block_index": 230, + "last_issuance_block_index": 230, + "first_issuance_block_time": 1734009240, + "last_issuance_block_time": 1734009240, + "supply_normalized": "10.00000000" + }, { "asset": "PREMINT", "asset_id": "4837764613", "asset_longname": null, - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "owner": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "owner": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false, "supply": 0, "description": "My super description", + "description_locked": false, "first_issuance_block_index": 227, "last_issuance_block_index": 229, - "confirmed": true, - "first_issuance_block_time": 1733768855, - "last_issuance_block_time": 1733768862, + "first_issuance_block_time": 1734009211, + "last_issuance_block_time": 1734009218, "supply_normalized": "0.00000000" }, { "asset": "STARTNOW", "asset_id": "150450094622", "asset_longname": null, - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "owner": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "owner": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false, "supply": 0, "description": "let's start now", + "description_locked": false, "first_issuance_block_index": 225, "last_issuance_block_index": 226, - "confirmed": true, - "first_issuance_block_time": 1733768847, - "last_issuance_block_time": 1733768851, + "first_issuance_block_time": 1734009204, + "last_issuance_block_time": 1734009208, "supply_normalized": "0.00000000" }, { "asset": "EXPANSIVE", "asset_id": "1024679892006", "asset_longname": null, - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "owner": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "owner": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false, "supply": 0, "description": "too expensive for you", + "description_locked": false, "first_issuance_block_index": 222, "last_issuance_block_index": 223, - "confirmed": true, - "first_issuance_block_time": 1733768837, - "last_issuance_block_time": 1733768840, + "first_issuance_block_time": 1734009194, + "last_issuance_block_time": 1734009197, "supply_normalized": "0.00000000" - }, - { - "asset": "BURNER", - "asset_id": "21328597", - "asset_longname": null, - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "owner": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "divisible": true, - "locked": true, - "supply": 100000000, - "description": "let's burn it", - "first_issuance_block_index": 220, - "last_issuance_block_index": 221, - "confirmed": true, - "first_issuance_block_time": 1733768829, - "last_issuance_block_time": 1733768833, - "supply_normalized": "1.00000000" } ], - "next_cursor": 22, - "result_count": 19 + "next_cursor": 23, + "result_count": 20 } ``` -### Get Asset [GET /v2/assets/{asset}{?verbose}{&show_unconfirmed}] +### Get Asset [GET /v2/assets/{asset}{?verbose}] Returns an asset by its name @@ -10442,8 +12370,6 @@ Returns an asset by its name + asset: `BURNER` (str, required) - The name of the asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -10453,23 +12379,23 @@ Returns an asset by its name "asset": "BURNER", "asset_id": "21328597", "asset_longname": null, - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "owner": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "owner": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true, "supply": 100000000, "description": "let's burn it", + "description_locked": false, "first_issuance_block_index": 220, "last_issuance_block_index": 221, - "confirmed": true, - "first_issuance_block_time": 1733768829, - "last_issuance_block_time": 1733768833, + "first_issuance_block_time": 1734009188, + "last_issuance_block_time": 1734009191, "supply_normalized": "1.00000000" } } ``` -### Get Asset Balances [GET /v2/assets/{asset}/balances{?type}{&cursor}{&limit}{&offset}{&sort}{&verbose}{&show_unconfirmed}] +### Get Asset Balances [GET /v2/assets/{asset}/balances{?type}{&cursor}{&limit}{&offset}{&sort}{&verbose}] Returns the asset balances @@ -10491,8 +12417,6 @@ Returns the asset balances + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -10500,30 +12424,32 @@ Returns the asset balances { "result": [ { - "address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "utxo": null, "utxo_address": null, "asset": "BURNER", + "asset_longname": null, "quantity": 80000000, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, "quantity_normalized": "0.80000000" }, { - "address": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "address": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "utxo": null, "utxo_address": null, "asset": "BURNER", + "asset_longname": null, "quantity": 20000000, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -10535,17 +12461,15 @@ Returns the asset balances } ``` -### Get Balances By Asset And Address [GET /v2/assets/{asset}/balances/{address}{?verbose}{&show_unconfirmed}] +### Get Balances By Asset And Address [GET /v2/assets/{asset}/balances/{address}{?verbose}] Returns the balances of an address and asset + Parameters + asset: `XCP` (str, required) - The asset to return - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -10553,8 +12477,9 @@ Returns the balances of an address and asset { "result": [ { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", + "asset_longname": null, "quantity": 82599966196, "utxo": null, "utxo_address": null, @@ -10573,7 +12498,7 @@ Returns the balances of an address and asset } ``` -### Get Orders By Asset [GET /v2/assets/{asset}/orders{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}{&show_unconfirmed}] +### Get Orders By Asset [GET /v2/assets/{asset}/orders{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}] Returns the orders of an asset @@ -10597,8 +12522,6 @@ Returns the orders of an asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -10607,9 +12530,9 @@ Returns the orders of an asset "result": [ { "tx_index": 53, - "tx_hash": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25", + "tx_hash": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61", "block_index": 179, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -10625,8 +12548,7 @@ Returns the orders of an asset "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768521, + "block_time": 1734008920, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -10654,9 +12576,9 @@ Returns the orders of an asset }, { "tx_index": 55, - "tx_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", + "tx_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", "block_index": 202, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -10672,8 +12594,7 @@ Returns the orders of an asset "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734009083, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -10701,9 +12622,9 @@ Returns the orders of an asset }, { "tx_index": 62, - "tx_hash": "aaf051d2c9d71072e1fded1f3fbeeeb4635f8d5bd40cf277571ec189b6f08379", + "tx_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", "block_index": 188, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -10719,8 +12640,7 @@ Returns the orders of an asset "status": "cancelled", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768637, + "block_time": 1734009032, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -10748,9 +12668,9 @@ Returns the orders of an asset }, { "tx_index": 64, - "tx_hash": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", + "tx_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", "block_index": 211, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 0, @@ -10766,8 +12686,7 @@ Returns the orders of an asset "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768778, + "block_time": 1734009136, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -10795,9 +12714,9 @@ Returns the orders of an asset }, { "tx_index": 56, - "tx_hash": "201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", + "tx_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", "block_index": 182, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -10813,8 +12732,7 @@ Returns the orders of an asset "status": "filled", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768595, + "block_time": 1734008987, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -10846,7 +12764,7 @@ Returns the orders of an asset } ``` -### Get Order Matches By Asset [GET /v2/assets/{asset}/matches{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}{&show_unconfirmed}] +### Get Order Matches By Asset [GET /v2/assets/{asset}/matches{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}] Returns the orders of an asset @@ -10869,8 +12787,6 @@ Returns the orders of an asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -10878,13 +12794,13 @@ Returns the orders of an asset { "result": [ { - "id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "tx0_index": 55, - "tx0_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 58, - "tx1_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "tx1_address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "tx1_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -10897,8 +12813,7 @@ Returns the orders of an asset "match_expire_index": 203, "fee_paid": 0, "status": "expired", - "confirmed": true, - "block_time": 1733768731, + "block_time": 1734009092, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -10918,13 +12833,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", + "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", "tx0_index": 55, - "tx0_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 56, - "tx1_hash": "201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", - "tx1_address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "tx1_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "tx1_address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -10937,8 +12852,7 @@ Returns the orders of an asset "match_expire_index": 201, "fee_paid": 0, "status": "completed", - "confirmed": true, - "block_time": 1733768595, + "block_time": 1734008987, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -10958,13 +12872,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25_50f4e7ee1654df99009fdcb44ca4c53a8965fbe0be3e01ebdd96733ae9f2e55d", + "id": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61_2dc28203b3e17f54c2cce9f1c06cf5a6753a1da7c78cb4594b31f9b4df03436f", "tx0_index": 53, - "tx0_hash": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 54, - "tx1_hash": "50f4e7ee1654df99009fdcb44ca4c53a8965fbe0be3e01ebdd96733ae9f2e55d", - "tx1_address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "tx1_hash": "2dc28203b3e17f54c2cce9f1c06cf5a6753a1da7c78cb4594b31f9b4df03436f", + "tx1_address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -10977,8 +12891,7 @@ Returns the orders of an asset "match_expire_index": 178, "fee_paid": 0, "status": "expired", - "confirmed": true, - "block_time": 1733768521, + "block_time": 1734008920, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -10998,13 +12911,13 @@ Returns the orders of an asset "fee_paid_normalized": "0.00000000" }, { - "id": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "tx0_index": 64, - "tx0_hash": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 58, - "tx1_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "tx1_address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "tx1_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -11017,8 +12930,7 @@ Returns the orders of an asset "match_expire_index": 224, "fee_paid": 0, "status": "expired", - "confirmed": true, - "block_time": 1733768847, + "block_time": 1734009204, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11043,7 +12955,7 @@ Returns the orders of an asset } ``` -### Get Credits By Asset [GET /v2/assets/{asset}/credits{?action}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Credits By Asset [GET /v2/assets/{asset}/credits{?action}{&cursor}{&limit}{&offset}{&verbose}] Returns the credits of an asset @@ -11088,8 +13000,6 @@ Returns the credits of an asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -11098,20 +13008,19 @@ Returns the credits of an asset "result": [ { "block_index": 221, - "address": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "address": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "BURNER", "quantity": 20000000, "calling_function": "fairmint commission", - "event": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "event": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "tx_index": 97, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768833, + "block_time": 1734009191, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -11119,20 +13028,19 @@ Returns the credits of an asset }, { "block_index": 221, - "address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "asset": "BURNER", "quantity": 80000000, "calling_function": "fairmint", - "event": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "event": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "tx_index": 97, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768833, + "block_time": 1734009191, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -11144,7 +13052,7 @@ Returns the credits of an asset } ``` -### Get Debits By Asset [GET /v2/assets/{asset}/debits{?action}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Debits By Asset [GET /v2/assets/{asset}/debits{?action}{&cursor}{&limit}{&offset}{&verbose}] Returns the debits of an asset @@ -11178,8 +13086,6 @@ Returns the debits of an asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -11187,17 +13093,16 @@ Returns the debits of an asset { "result": [ { - "block_index": 233, + "block_index": 235, "address": null, "asset": "XCP", "quantity": 2000000000, "action": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "utxo": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "utxo_address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "confirmed": true, - "block_time": 1733768880, + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "utxo": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "utxo_address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11208,17 +13113,16 @@ Returns the debits of an asset "quantity_normalized": "20.00000000" }, { - "block_index": 232, - "address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "block_index": 233, + "address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "asset": "XCP", "quantity": 50000000, "action": "fairminter fee", - "event": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "tx_index": 105, + "event": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 109, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768872, + "block_time": 1734009252, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11229,17 +13133,16 @@ Returns the debits of an asset "quantity_normalized": "0.50000000" }, { - "block_index": 227, - "address": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "block_index": 230, + "address": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "XCP", "quantity": 50000000, - "action": "fairminter fee", - "event": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d", - "tx_index": 101, + "action": "issuance fee", + "event": "165518e6ce52951f9ff49399431361dd9df8e0ad4d9717c9881211e9a30ab0f6", + "tx_index": 103, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768855, + "block_time": 1734009240, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11250,17 +13153,16 @@ Returns the debits of an asset "quantity_normalized": "0.50000000" }, { - "block_index": 225, - "address": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "block_index": 227, + "address": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "XCP", "quantity": 50000000, "action": "fairminter fee", - "event": "971a5817a2de0e385a780cd173ead9a7271162f298b47e7fb033805cf02e01b5", - "tx_index": 100, + "event": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef", + "tx_index": 101, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768847, + "block_time": 1734009211, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11271,17 +13173,16 @@ Returns the debits of an asset "quantity_normalized": "0.50000000" }, { - "block_index": 222, - "address": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "block_index": 225, + "address": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "XCP", "quantity": 50000000, "action": "fairminter fee", - "event": "64c69e165fe4b0cd181787b073bbd73fb3108d7a59c38173f6ff6cc3ba7e02ca", - "tx_index": 98, + "event": "0c87ede571560bd4f222c906f20c13761730c981944308d35de8290b122db0c8", + "tx_index": 100, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768837, + "block_time": 1734009204, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11292,17 +13193,17 @@ Returns the debits of an asset "quantity_normalized": "0.50000000" } ], - "next_cursor": 81, - "result_count": 55 + "next_cursor": 82, + "result_count": 56 } ``` -### Get Dividends By Asset [GET /v2/assets/{asset}/dividends{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Dividends By Asset [GET /v2/assets/{asset}/dividends{?cursor}{&limit}{&offset}{&verbose}] Returns the dividends of an asset + Parameters - + asset: `FAIRMINTC` (str, required) - The asset to return + + asset: `FAIRMINTB` (str, required) - The asset to return + cursor (str, optional) - The last index of the dividend to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dividend to return @@ -11311,8 +13212,6 @@ Returns the dividends of an asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -11324,7 +13223,7 @@ Returns the dividends of an asset } ``` -### Get Issuances By Asset [GET /v2/assets/{asset}/issuances{?asset_events}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Issuances By Asset [GET /v2/assets/{asset}/issuances{?asset_events}{&cursor}{&limit}{&offset}{&verbose}] Returns the issuances of an asset @@ -11351,8 +13250,6 @@ Returns the issuances of an asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -11361,57 +13258,55 @@ Returns the issuances of an asset "result": [ { "tx_index": 97, - "tx_hash": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "msg_index": 0, "block_index": 221, "asset": "BURNER", "quantity": 100000000, "divisible": true, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "let's burn it", "fee_paid": 0, + "locked": true, "status": "valid", "asset_longname": null, - "locked": true, "reset": false, "description_locked": true, "fair_minting": false, "asset_events": "fairmint", - "confirmed": true, - "block_time": 1733768833, + "block_time": 1734009191, "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 96, - "tx_hash": "ff90b986e9792c8ef7e70452f401b4a550fc7b0dbdbca0fcbf1d93ab69bf2a92", + "tx_hash": "067bb19b8ee8c5580fda9895c1846f6d7e1ebdfa5fc5722f156ba8a07e2e629c", "msg_index": 0, "block_index": 220, "asset": "BURNER", "quantity": 0, "divisible": true, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "let's burn it", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, - "block_time": 1733768829, + "block_time": 1734009188, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -11421,12 +13316,20 @@ Returns the issuances of an asset } ``` -### Get Sends By Asset [GET /v2/assets/{asset}/sends{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Sends By Asset [GET /v2/assets/{asset}/sends{?send_type}{&cursor}{&limit}{&offset}{&verbose}] Returns the sends, include Enhanced and MPMA sends, of an asset + Parameters + asset: `XCP` (str, required) - The asset to return + + send_type (enum[str], optional) - The type of the send to return + + Default: `all` + + Members + + `all` + + `send` + + `attach` + + `move` + + `detach` + cursor (str, optional) - The last index of the debits to return + Default: `None` + limit: `5` (int, optional) - The maximum number of debits to return @@ -11435,8 +13338,6 @@ Returns the sends, include Enhanced and MPMA sends, of an asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -11444,19 +13345,18 @@ Returns the sends, include Enhanced and MPMA sends, of an asset { "result": [ { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "asset": "XCP", "quantity": 2000000000, "status": "valid", "msg_index": 1, "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11469,18 +13369,17 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 81, - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", "block_index": 205, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "memo1", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768736, + "block_time": 1734009095, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11493,18 +13392,17 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 80, - "tx_hash": "35b35f2e03b8d62db8576906a87fb88387e10127580518dfcb87caec21ac7f87", + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", "block_index": 204, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "746865206d656d6f", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768731, + "block_time": 1734009092, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11517,18 +13415,17 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 79, - "tx_hash": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", "block_index": 203, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "memo1", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768727, + "block_time": 1734009087, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11541,18 +13438,17 @@ Returns the sends, include Enhanced and MPMA sends, of an asset }, { "tx_index": 78, - "tx_hash": "6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", "block_index": 202, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "the memo", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734009083, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11569,7 +13465,7 @@ Returns the sends, include Enhanced and MPMA sends, of an asset } ``` -### Get Dispensers By Asset [GET /v2/assets/{asset}/dispensers{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}{&show_unconfirmed}] +### Get Dispensers By Asset [GET /v2/assets/{asset}/dispensers{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}] Returns the dispensers of an asset @@ -11593,8 +13489,6 @@ Returns the dispensers of an asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -11603,9 +13497,9 @@ Returns the dispensers of an asset "result": [ { "tx_index": 26, - "tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -11614,18 +13508,17 @@ Returns the dispensers of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11642,9 +13535,9 @@ Returns the dispensers of an asset }, { "tx_index": 29, - "tx_hash": "43e92d6cea8931133f7e53236c96d1b2ab582b10fe97b5b1c17fa53be999aba5", + "tx_hash": "5f3e0580cec71f23fe8b4ec7594c18dd9a6f78e87405959fe41bde914dc5b76c", "block_index": 133, - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -11653,18 +13546,17 @@ Returns the dispensers of an asset "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "origin": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768391, + "block_time": 1734008801, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11681,9 +13573,9 @@ Returns the dispensers of an asset }, { "tx_index": 30, - "tx_hash": "aa6d4d29c3bcc3b2cb113fafeccc380fb8566654c4998ab5832ff8b787f7658e", + "tx_hash": "e408a23e51dc48c3f8797f91af7fc6db5b24139981408a5bddaeaab936767ba8", "block_index": 141, - "source": "mxah87jgNwgD75guScxjbraTyLYBbVPvqv", + "source": "mnJc1EmoRBj3iWbFrxJmi4NgFsbA4J7hXF", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -11691,19 +13583,18 @@ Returns the dispensers of an asset "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "533b83cb557fa15c423ddee718207aea07445a192c7fc6025d319339a8a3c644", - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "last_status_tx_hash": "a221134c0b99a6ec04f1ca040490a62d1cf61167cb6433fe2abed2a351059637", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 0, - "last_status_tx_source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "last_status_tx_source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "close_block_index": 141, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768432, + "block_time": 1734008832, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11720,29 +13611,28 @@ Returns the dispensers of an asset }, { "tx_index": 33, - "tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "last_status_tx_hash": null, - "origin": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": 0.01, "oracle_price": 66600.0, "fiat_unit": "USD", "oracle_price_last_updated": 129, "satoshi_price": 16, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11763,17 +13653,15 @@ Returns the dispensers of an asset } ``` -### Get Dispenser By Address And Asset [GET /v2/assets/{asset}/dispensers/{address}{?verbose}{&show_unconfirmed}] +### Get Dispenser By Address And Asset [GET /v2/assets/{asset}/dispensers/{address}{?verbose}] Returns the dispenser of an address and an asset + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - The address to return + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - The address to return + asset: `XCP` (str, required) - The asset to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -11781,9 +13669,9 @@ Returns the dispenser of an address and an asset { "result": { "tx_index": 26, - "tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -11792,18 +13680,17 @@ Returns the dispenser of an address and an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11821,7 +13708,7 @@ Returns the dispenser of an address and an asset } ``` -### Get Asset Holders [GET /v2/assets/{asset}/holders{?cursor}{&limit}{&offset}{&sort}{&verbose}{&show_unconfirmed}] +### Get Asset Holders [GET /v2/assets/{asset}/holders{?cursor}{&limit}{&offset}{&sort}{&verbose}] Returns the holders of an asset @@ -11837,8 +13724,6 @@ Returns the holders of an asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -11847,7 +13732,7 @@ Returns the holders of an asset "result": [ { "asset": "BURNER", - "address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "quantity": 80000000, "escrow": null, "cursor_id": "balances_55", @@ -11856,7 +13741,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -11864,7 +13749,7 @@ Returns the holders of an asset }, { "asset": "BURNER", - "address": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "address": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "quantity": 20000000, "escrow": null, "cursor_id": "balances_56", @@ -11873,7 +13758,7 @@ Returns the holders of an asset "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -11885,7 +13770,7 @@ Returns the holders of an asset } ``` -### Get Dispenses By Asset [GET /v2/assets/{asset}/dispenses{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Dispenses By Asset [GET /v2/assets/{asset}/dispenses{?cursor}{&limit}{&offset}{&verbose}] Returns the dispenses of an asset @@ -11899,8 +13784,6 @@ Returns the dispenses of an asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -11908,29 +13791,28 @@ Returns the dispenses of an asset { "result": [ { - "tx_index": 106, + "tx_index": 110, "dispense_index": 0, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "btc_amount": 1000, - "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "last_status_tx_hash": null, - "origin": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11945,7 +13827,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11959,27 +13841,26 @@ Returns the dispenses of an asset { "tx_index": 34, "dispense_index": 0, - "tx_hash": "c8552f42974c1c2f2bd13e2c768ba54a0e3d74c01dd3b4ec5b3bc940b0e2bfa7", + "tx_hash": "20e0106f9f86920381dc32ecf0e9553cc405679457e9199d60233e1b953bd915", "block_index": 138, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "destination": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "destination": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "btc_amount": 10000, - "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "last_status_tx_hash": null, - "origin": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -11994,7 +13875,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733768420, + "block_time": 1734008821, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12008,19 +13889,18 @@ Returns the dispenses of an asset { "tx_index": 28, "dispense_index": 0, - "tx_hash": "fef2fd4c6b504ca2fcbe971acf59a7d1378039a9c51336170c622a77c97ddeb2", + "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -12028,7 +13908,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12043,7 +13923,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12057,19 +13937,18 @@ Returns the dispenses of an asset { "tx_index": 27, "dispense_index": 0, - "tx_hash": "da8b10da5e06164e4affe91ca277054b1fd2f516f007fd570e95276fb9d7bc96", + "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", "block_index": 131, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 6000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -12077,7 +13956,7 @@ Returns the dispenses of an asset "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -12092,7 +13971,7 @@ Returns the dispenses of an asset "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768373, + "block_time": 1734008794, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12109,12 +13988,12 @@ Returns the dispenses of an asset } ``` -### Get Subassets By Asset [GET /v2/assets/{asset}/subassets{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Subassets By Asset [GET /v2/assets/{asset}/subassets{?cursor}{&limit}{&offset}{&verbose}] Returns asset subassets + Parameters - + asset: `FREEFAIRMINT` (str, required) - The name of the asset to return + + asset: `FAIRMINTD` (str, required) - The name of the asset to return + cursor (str, optional) - The last index of the assets to return + Default: `None` + limit: `5` (int, optional) - The maximum number of assets to return @@ -12123,8 +14002,6 @@ Returns asset subassets + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -12136,7 +14013,7 @@ Returns asset subassets } ``` -### Get Fairminters By Asset [GET /v2/assets/{asset}/fairminters{?status}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Fairminters By Asset [GET /v2/assets/{asset}/fairminters{?status}{&cursor}{&limit}{&offset}{&verbose}] Returns the fairminter by its asset @@ -12157,8 +14034,6 @@ Returns the fairminter by its asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -12166,10 +14041,10 @@ Returns the fairminter by its asset { "result": [ { - "tx_hash": "ff90b986e9792c8ef7e70452f401b4a550fc7b0dbdbca0fcbf1d93ab69bf2a92", + "tx_hash": "067bb19b8ee8c5580fda9895c1846f6d7e1ebdfa5fc5722f156ba8a07e2e629c", "tx_index": 96, "block_index": 221, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "BURNER", "asset_parent": null, "asset_longname": null, @@ -12191,10 +14066,9 @@ Returns the fairminter by its asset "pre_minted": false, "status": "closed", "earned_quantity": 80000000, - "commission": 20000000, "paid_quantity": 100000000, - "confirmed": true, - "block_time": 1733768833, + "commission": 20000000, + "block_time": 1734009191, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "1.00000000", "soft_cap_normalized": "0.00000000", @@ -12211,7 +14085,7 @@ Returns the fairminter by its asset } ``` -### Get Fairmints By Asset [GET /v2/assets/{asset}/fairmints{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Fairmints By Asset [GET /v2/assets/{asset}/fairmints{?cursor}{&limit}{&offset}{&verbose}] Returns the mints by asset @@ -12225,8 +14099,6 @@ Returns the mints by asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -12234,22 +14106,21 @@ Returns the mints by asset { "result": [ { - "tx_hash": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "tx_index": 97, "block_index": 221, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "fairminter_tx_hash": "ff90b986e9792c8ef7e70452f401b4a550fc7b0dbdbca0fcbf1d93ab69bf2a92", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "fairminter_tx_hash": "067bb19b8ee8c5580fda9895c1846f6d7e1ebdfa5fc5722f156ba8a07e2e629c", "asset": "BURNER", "earn_quantity": 80000000, "paid_quantity": 100000000, "commission": 20000000, "status": "valid", - "confirmed": true, - "block_time": 1733768833, + "block_time": 1734009191, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -12263,12 +14134,12 @@ Returns the mints by asset } ``` -### Get Fairmints By Address And Asset [GET /v2/assets/{asset}/fairmints/{address}{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Fairmints By Address And Asset [GET /v2/assets/{asset}/fairmints/{address}{?cursor}{&limit}{&offset}{&verbose}] Returns the mints by address and asset + Parameters - + address: `bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn` (str, required) - The address of the mints to return + + address: `bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw` (str, required) - The address of the mints to return + asset: `BURNER` (str, required) - The asset of the mints to return + cursor (str, optional) - + Default: `None` @@ -12278,8 +14149,6 @@ Returns the mints by address and asset + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -12293,7 +14162,7 @@ Returns the mints by address and asset ## Group Orders -### Get Orders [GET /v2/orders{?status}{&get_asset}{&give_asset}{&cursor}{&limit}{&offset}{&sort}{&verbose}{&show_unconfirmed}] +### Get Orders [GET /v2/orders{?status}{&get_asset}{&give_asset}{&cursor}{&limit}{&offset}{&sort}{&verbose}] Returns all the orders @@ -12320,8 +14189,6 @@ Returns all the orders + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -12330,9 +14197,9 @@ Returns all the orders "result": [ { "tx_index": 53, - "tx_hash": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25", + "tx_hash": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61", "block_index": 179, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12348,8 +14215,7 @@ Returns all the orders "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768521, + "block_time": 1734008920, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12376,74 +14242,26 @@ Returns all the orders "get_price_normalized": "1.0000000000000000" }, { - "tx_index": 56, - "tx_hash": "201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", - "block_index": 182, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "give_asset": "BTC", - "give_quantity": 2000, - "give_remaining": 0, - "get_asset": "XCP", - "get_quantity": 2000, - "get_remaining": 0, - "expiration": 21, - "expire_index": 202, - "fee_required": 0, - "fee_required_remaining": 0, - "fee_provided": 10000, - "fee_provided_remaining": 10000, - "status": "filled", - "give_price": 1.0, - "get_price": 1.0, - "confirmed": true, - "block_time": 1733768595, - "give_asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Bitcoin cryptocurrency", - "locked": false, - "issuer": null - }, - "get_asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true - }, - "give_quantity_normalized": "0.00002000", - "get_quantity_normalized": "0.00002000", - "get_remaining_normalized": "0.00000000", - "give_remaining_normalized": "0.00000000", - "fee_provided_normalized": "0.00010000", - "fee_required_normalized": "0.00000000", - "fee_required_remaining_normalized": "0.00000000", - "fee_provided_remaining_normalized": "0.00010000", - "give_price_normalized": "1.0000000000000000", - "get_price_normalized": "1.0000000000000000" - }, - { - "tx_index": 62, - "tx_hash": "aaf051d2c9d71072e1fded1f3fbeeeb4635f8d5bd40cf277571ec189b6f08379", - "block_index": 188, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx_index": 55, + "tx_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "block_index": 202, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", - "give_quantity": 1000, - "give_remaining": 1000, + "give_quantity": 10000, + "give_remaining": 5000, "get_asset": "BTC", - "get_quantity": 1000, - "get_remaining": 1000, + "get_quantity": 10000, + "get_remaining": 5000, "expiration": 21, - "expire_index": 208, + "expire_index": 201, "fee_required": 0, "fee_required_remaining": 0, "fee_provided": 10000, "fee_provided_remaining": 10000, - "status": "cancelled", + "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768637, + "block_time": 1734009083, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12458,10 +14276,10 @@ Returns all the orders "locked": false, "issuer": null }, - "give_quantity_normalized": "0.00001000", - "get_quantity_normalized": "0.00001000", - "get_remaining_normalized": "0.00001000", - "give_remaining_normalized": "0.00001000", + "give_quantity_normalized": "0.00010000", + "get_quantity_normalized": "0.00010000", + "get_remaining_normalized": "0.00005000", + "give_remaining_normalized": "0.00005000", "fee_provided_normalized": "0.00010000", "fee_required_normalized": "0.00000000", "fee_required_remaining_normalized": "0.00000000", @@ -12470,45 +14288,44 @@ Returns all the orders "get_price_normalized": "1.0000000000000000" }, { - "tx_index": 55, - "tx_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", - "block_index": 202, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "give_asset": "XCP", - "give_quantity": 10000, - "give_remaining": 5000, - "get_asset": "BTC", - "get_quantity": 10000, - "get_remaining": 5000, + "tx_index": 56, + "tx_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "block_index": 182, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "give_asset": "BTC", + "give_quantity": 2000, + "give_remaining": 0, + "get_asset": "XCP", + "get_quantity": 2000, + "get_remaining": 0, "expiration": 21, - "expire_index": 201, + "expire_index": 202, "fee_required": 0, "fee_required_remaining": 0, "fee_provided": 10000, "fee_provided_remaining": 10000, - "status": "expired", + "status": "filled", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734008987, "give_asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true - }, - "get_asset_info": { "divisible": true, "asset_longname": null, "description": "The Bitcoin cryptocurrency", "locked": false, "issuer": null }, - "give_quantity_normalized": "0.00010000", - "get_quantity_normalized": "0.00010000", - "get_remaining_normalized": "0.00005000", - "give_remaining_normalized": "0.00005000", + "get_asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "give_quantity_normalized": "0.00002000", + "get_quantity_normalized": "0.00002000", + "get_remaining_normalized": "0.00000000", + "give_remaining_normalized": "0.00000000", "fee_provided_normalized": "0.00010000", "fee_required_normalized": "0.00000000", "fee_required_remaining_normalized": "0.00000000", @@ -12518,9 +14335,9 @@ Returns all the orders }, { "tx_index": 58, - "tx_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "block_index": 205, - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 2000, @@ -12536,8 +14353,7 @@ Returns all the orders "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768736, + "block_time": 1734009095, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12562,33 +14378,77 @@ Returns all the orders "fee_provided_remaining_normalized": "0.00010000", "give_price_normalized": "1.0000000000000000", "get_price_normalized": "1.0000000000000000" - } - ], - "next_cursor": 64, - "result_count": 9 - } - ``` - -### Get Order [GET /v2/orders/{order_hash}{?verbose}{&show_unconfirmed}] - -Returns the information of an order - -+ Parameters - + order_hash: `ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f` (str, required) - The hash of the transaction that created the order - + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. - + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` - -+ Response 200 (application/json) - - ``` - { - "result": { - "tx_index": 104, - "tx_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "block_index": 231, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + }, + { + "tx_index": 62, + "tx_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", + "block_index": 188, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "give_asset": "XCP", + "give_quantity": 1000, + "give_remaining": 1000, + "get_asset": "BTC", + "get_quantity": 1000, + "get_remaining": 1000, + "expiration": 21, + "expire_index": 208, + "fee_required": 0, + "fee_required_remaining": 0, + "fee_provided": 10000, + "fee_provided_remaining": 10000, + "status": "cancelled", + "give_price": 1.0, + "get_price": 1.0, + "block_time": 1734009032, + "give_asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "get_asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Bitcoin cryptocurrency", + "locked": false, + "issuer": null + }, + "give_quantity_normalized": "0.00001000", + "get_quantity_normalized": "0.00001000", + "get_remaining_normalized": "0.00001000", + "give_remaining_normalized": "0.00001000", + "fee_provided_normalized": "0.00010000", + "fee_required_normalized": "0.00000000", + "fee_required_remaining_normalized": "0.00000000", + "fee_provided_remaining_normalized": "0.00010000", + "give_price_normalized": "1.0000000000000000", + "get_price_normalized": "1.0000000000000000" + } + ], + "next_cursor": 64, + "result_count": 9 + } + ``` + +### Get Order [GET /v2/orders/{order_hash}{?verbose}] + +Returns the information of an order + ++ Parameters + + order_hash: `923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91` (str, required) - The hash of the transaction that created the order + + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + + Default: `false` + ++ Response 200 (application/json) + + ``` + { + "result": { + "tx_index": 108, + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "block_index": 232, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "give_asset": "BTC", "give_quantity": 1000, "give_remaining": 0, @@ -12596,7 +14456,7 @@ Returns the information of an order "get_quantity": 1000, "get_remaining": 0, "expiration": 21, - "expire_index": 252, + "expire_index": 253, "fee_required": 0, "fee_required_remaining": 0, "fee_provided": 10000, @@ -12604,8 +14464,7 @@ Returns the information of an order "status": "open", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768868, + "block_time": 1734009248, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12616,7 +14475,7 @@ Returns the information of an order "get_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "divisible": true, "locked": false }, @@ -12634,12 +14493,12 @@ Returns the information of an order } ``` -### Get Order Matches By Order [GET /v2/orders/{order_hash}/matches{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}{&show_unconfirmed}] +### Get Order Matches By Order [GET /v2/orders/{order_hash}/matches{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}] Returns the order matches of an order + Parameters - + order_hash: `f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e` (str, required) - The hash of the transaction that created the order + + order_hash: `5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa` (str, required) - The hash of the transaction that created the order + status (enum[str], optional) - The status of the order matches to return + Default: `all` + Members @@ -12657,8 +14516,6 @@ Returns the order matches of an order + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -12666,31 +14523,30 @@ Returns the order matches of an order { "result": [ { - "id": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e_ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "tx0_index": 103, - "tx0_hash": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e", - "tx0_address": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", - "tx1_index": 104, - "tx1_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "tx1_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "id": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa_923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "tx0_index": 107, + "tx0_hash": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa", + "tx0_address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "tx1_index": 108, + "tx1_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "tx1_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "forward_asset": "UTXOASSET", "forward_quantity": 1000, "backward_asset": "BTC", "backward_quantity": 1000, - "tx0_block_index": 230, - "tx1_block_index": 231, - "block_index": 231, + "tx0_block_index": 231, + "tx1_block_index": 232, + "block_index": 232, "tx0_expiration": 21, "tx1_expiration": 21, - "match_expire_index": 251, + "match_expire_index": 252, "fee_paid": 0, "status": "pending", - "confirmed": true, - "block_time": 1733768868, + "block_time": 1734009248, "forward_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "divisible": true, "locked": false }, @@ -12711,12 +14567,12 @@ Returns the order matches of an order } ``` -### Get BTCPays By Order [GET /v2/orders/{order_hash}/btcpays{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get BTCPays By Order [GET /v2/orders/{order_hash}/btcpays{?cursor}{&limit}{&offset}{&verbose}] Returns the BTC pays of an order + Parameters - + order_hash: `233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc` (str, required) - The hash of the transaction that created the order + + order_hash: `6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06` (str, required) - The hash of the transaction that created the order + cursor (str, optional) - The last index of the resolutions to return + Default: `None` + limit: `5` (int, optional) - The maximum number of resolutions to return @@ -12725,8 +14581,6 @@ Returns the BTC pays of an order + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -12735,15 +14589,14 @@ Returns the BTC pays of an order "result": [ { "tx_index": 57, - "tx_hash": "7465942888fed56ab07634ba6303b91b70a7a6ee6f60045de25cd9c2b343896c", + "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", "block_index": 182, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "btc_amount": 2000, - "order_match_id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", + "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", "status": "valid", - "confirmed": true, - "block_time": 1733768595, + "block_time": 1734008987, "btc_amount_normalized": "0.00002000" } ], @@ -12752,7 +14605,7 @@ Returns the BTC pays of an order } ``` -### Get Orders By Two Assets [GET /v2/orders/{asset1}/{asset2}{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}{&show_unconfirmed}] +### Get Orders By Two Assets [GET /v2/orders/{asset1}/{asset2}{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}] Returns the orders to exchange two assets @@ -12777,8 +14630,6 @@ Returns the orders to exchange two assets + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -12787,9 +14638,9 @@ Returns the orders to exchange two assets "result": [ { "tx_index": 56, - "tx_hash": "201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", + "tx_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", "block_index": 182, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -12803,11 +14654,10 @@ Returns the orders to exchange two assets "fee_provided": 10000, "fee_provided_remaining": 10000, "status": "filled", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1733768595, + "block_time": 1734008987, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12833,9 +14683,9 @@ Returns the orders to exchange two assets }, { "tx_index": 58, - "tx_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "block_index": 205, - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 2000, @@ -12849,11 +14699,10 @@ Returns the orders to exchange two assets "fee_provided": 10000, "fee_provided_remaining": 10000, "status": "expired", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1733768736, + "block_time": 1734009095, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -12879,9 +14728,9 @@ Returns the orders to exchange two assets }, { "tx_index": 53, - "tx_hash": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25", + "tx_hash": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61", "block_index": 179, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12895,11 +14744,10 @@ Returns the orders to exchange two assets "fee_provided": 10000, "fee_provided_remaining": 10000, "status": "expired", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733768521, + "block_time": 1734008920, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12925,9 +14773,9 @@ Returns the orders to exchange two assets }, { "tx_index": 55, - "tx_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", + "tx_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", "block_index": 202, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -12941,11 +14789,10 @@ Returns the orders to exchange two assets "fee_provided": 10000, "fee_provided_remaining": 10000, "status": "expired", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733768723, + "block_time": 1734009083, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -12971,9 +14818,9 @@ Returns the orders to exchange two assets }, { "tx_index": 62, - "tx_hash": "aaf051d2c9d71072e1fded1f3fbeeeb4635f8d5bd40cf277571ec189b6f08379", + "tx_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", "block_index": 188, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -12987,11 +14834,10 @@ Returns the orders to exchange two assets "fee_provided": 10000, "fee_provided_remaining": 10000, "status": "cancelled", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733768637, + "block_time": 1734009032, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13021,7 +14867,7 @@ Returns the orders to exchange two assets } ``` -### Get Order Matches By Two Assets [GET /v2/orders/{asset1}/{asset2}/matches{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}{&show_unconfirmed}] +### Get Order Matches By Two Assets [GET /v2/orders/{asset1}/{asset2}/matches{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}] Returns the orders to exchange two assets @@ -13045,8 +14891,6 @@ Returns the orders to exchange two assets + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -13054,13 +14898,13 @@ Returns the orders to exchange two assets { "result": [ { - "id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "tx0_index": 55, - "tx0_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 58, - "tx1_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "tx1_address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "tx1_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -13073,11 +14917,10 @@ Returns the orders to exchange two assets "match_expire_index": 203, "fee_paid": 0, "status": "expired", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733768731, + "block_time": 1734009092, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13097,13 +14940,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", + "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", "tx0_index": 55, - "tx0_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 56, - "tx1_hash": "201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", - "tx1_address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "tx1_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "tx1_address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -13116,11 +14959,10 @@ Returns the orders to exchange two assets "match_expire_index": 201, "fee_paid": 0, "status": "completed", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733768595, + "block_time": 1734008987, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13140,13 +14982,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25_50f4e7ee1654df99009fdcb44ca4c53a8965fbe0be3e01ebdd96733ae9f2e55d", + "id": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61_2dc28203b3e17f54c2cce9f1c06cf5a6753a1da7c78cb4594b31f9b4df03436f", "tx0_index": 53, - "tx0_hash": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 54, - "tx1_hash": "50f4e7ee1654df99009fdcb44ca4c53a8965fbe0be3e01ebdd96733ae9f2e55d", - "tx1_address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "tx1_hash": "2dc28203b3e17f54c2cce9f1c06cf5a6753a1da7c78cb4594b31f9b4df03436f", + "tx1_address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -13159,11 +15001,10 @@ Returns the orders to exchange two assets "match_expire_index": 178, "fee_paid": 0, "status": "expired", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733768521, + "block_time": 1734008920, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13183,13 +15024,13 @@ Returns the orders to exchange two assets "fee_paid_normalized": "0.00000000" }, { - "id": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "tx0_index": 64, - "tx0_hash": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 58, - "tx1_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "tx1_address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "tx1_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -13202,11 +15043,10 @@ Returns the orders to exchange two assets "match_expire_index": 224, "fee_paid": 0, "status": "expired", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733768847, + "block_time": 1734009204, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13233,7 +15073,7 @@ Returns the orders to exchange two assets ## Group Order_matches -### Get All Order Matches [GET /v2/order_matches{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}{&show_unconfirmed}] +### Get All Order Matches [GET /v2/order_matches{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}] Returns all the order matches @@ -13255,8 +15095,6 @@ Returns all the order matches + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -13264,13 +15102,13 @@ Returns all the order matches { "result": [ { - "id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "tx0_index": 55, - "tx0_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 58, - "tx1_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "tx1_address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "tx1_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -13283,8 +15121,7 @@ Returns all the order matches "match_expire_index": 203, "fee_paid": 0, "status": "expired", - "confirmed": true, - "block_time": 1733768731, + "block_time": 1734009092, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13304,13 +15141,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", + "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", "tx0_index": 55, - "tx0_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 56, - "tx1_hash": "201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", - "tx1_address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "tx1_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "tx1_address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -13323,8 +15160,7 @@ Returns all the order matches "match_expire_index": 201, "fee_paid": 0, "status": "completed", - "confirmed": true, - "block_time": 1733768595, + "block_time": 1734008987, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13344,13 +15180,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25_50f4e7ee1654df99009fdcb44ca4c53a8965fbe0be3e01ebdd96733ae9f2e55d", + "id": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61_2dc28203b3e17f54c2cce9f1c06cf5a6753a1da7c78cb4594b31f9b4df03436f", "tx0_index": 53, - "tx0_hash": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 54, - "tx1_hash": "50f4e7ee1654df99009fdcb44ca4c53a8965fbe0be3e01ebdd96733ae9f2e55d", - "tx1_address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "tx1_hash": "2dc28203b3e17f54c2cce9f1c06cf5a6753a1da7c78cb4594b31f9b4df03436f", + "tx1_address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -13363,8 +15199,7 @@ Returns all the order matches "match_expire_index": 178, "fee_paid": 0, "status": "expired", - "confirmed": true, - "block_time": 1733768521, + "block_time": 1734008920, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13384,13 +15219,13 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "tx0_index": 64, - "tx0_hash": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 58, - "tx1_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "tx1_address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "tx1_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -13403,8 +15238,7 @@ Returns all the order matches "match_expire_index": 224, "fee_paid": 0, "status": "expired", - "confirmed": true, - "block_time": 1733768847, + "block_time": 1734009204, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13424,31 +15258,30 @@ Returns all the order matches "fee_paid_normalized": "0.00000000" }, { - "id": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e_ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "tx0_index": 103, - "tx0_hash": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e", - "tx0_address": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", - "tx1_index": 104, - "tx1_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "tx1_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "id": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa_923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "tx0_index": 107, + "tx0_hash": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa", + "tx0_address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "tx1_index": 108, + "tx1_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "tx1_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "forward_asset": "UTXOASSET", "forward_quantity": 1000, "backward_asset": "BTC", "backward_quantity": 1000, - "tx0_block_index": 230, - "tx1_block_index": 231, - "block_index": 231, + "tx0_block_index": 231, + "tx1_block_index": 232, + "block_index": 232, "tx0_expiration": 21, "tx1_expiration": 21, - "match_expire_index": 251, + "match_expire_index": 252, "fee_paid": 0, "status": "pending", - "confirmed": true, - "block_time": 1733768868, + "block_time": 1734009248, "forward_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "divisible": true, "locked": false }, @@ -13471,7 +15304,7 @@ Returns all the order matches ## Group Bets -### Get Bets [GET /v2/bets{?status}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Bets [GET /v2/bets{?status}{&cursor}{&limit}{&offset}{&verbose}] Returns the bets of a feed @@ -13492,8 +15325,6 @@ Returns the bets of a feed + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -13505,7 +15336,7 @@ Returns the bets of a feed } ``` -### Get Bet [GET /v2/bets/{bet_hash}{?verbose}{&show_unconfirmed}] +### Get Bet [GET /v2/bets/{bet_hash}{?verbose}] Returns the information of a bet @@ -13513,8 +15344,6 @@ Returns the information of a bet + bet_hash: `5d097b4729cb74d927b4458d365beb811a26fcee7f8712f049ecbe780eb496ed` (str, required) - The hash of the transaction that created the bet + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -13524,7 +15353,7 @@ Returns the information of a bet } ``` -### Get Bet Matches By Bet [GET /v2/bets/{bet_hash}/matches{?status}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Bet Matches By Bet [GET /v2/bets/{bet_hash}/matches{?status}{&cursor}{&limit}{&offset}{&verbose}] Returns the bet matches of a bet @@ -13547,8 +15376,6 @@ Returns the bet matches of a bet + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -13560,7 +15387,7 @@ Returns the bet matches of a bet } ``` -### Get Resolutions By Bet [GET /v2/bets/{bet_hash}/resolutions{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Resolutions By Bet [GET /v2/bets/{bet_hash}/resolutions{?cursor}{&limit}{&offset}{&verbose}] Returns the resolutions of a bet @@ -13574,8 +15401,6 @@ Returns the resolutions of a bet + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -13589,7 +15414,7 @@ Returns the resolutions of a bet ## Group Burns -### Get All Burns [GET /v2/burns{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get All Burns [GET /v2/burns{?cursor}{&limit}{&offset}{&verbose}] Returns the burns @@ -13602,8 +15427,6 @@ Returns the burns + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -13612,66 +15435,61 @@ Returns the burns "result": [ { "tx_index": 9, - "tx_hash": "ea2e1e66c673cd334f291cf9a6054953a6063132b288ba66bf06dc0aa8e3e1e9", + "tx_hash": "d734a95fbed4716ce4bdf424eaa495450d17ec3b6673d6d05908d1cc48a591d2", "block_index": 112, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "burned": 50000000, "earned": 74999998167, "status": "valid", - "confirmed": true, - "block_time": 1733768288, + "block_time": 1734008711, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" }, { "tx_index": 8, - "tx_hash": "881f64c15712551220e24f78191ba746d15825c33be66f395edc4bcce36aebdf", + "tx_hash": "d90f5e735f63c573de752139203decd04a38c019fd71d08316106c0fd64e9dd1", "block_index": 112, - "source": "bcrt1qju8acm4e3ghueaea5mqtxhxhjgcd9yngnd5txn", + "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "burned": 50000000, "earned": 74999998167, "status": "valid", - "confirmed": true, - "block_time": 1733768288, + "block_time": 1734008711, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" }, { "tx_index": 7, - "tx_hash": "2fddd186e9f0a5e4fb6c24f4b1234b354e484cfe731612e00994409a0ae2769a", + "tx_hash": "9d1ebfc488f156132a161940f3fd71eea194c27e8330adb43df8c9d519b52a62", "block_index": 112, - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "burned": 50000000, "earned": 74999998167, "status": "valid", - "confirmed": true, - "block_time": 1733768288, + "block_time": 1734008711, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" }, { "tx_index": 6, - "tx_hash": "80d27f18581856d04aa7d1be281aabc1efd2927cf2d3f109cac77dd0890c5a95", + "tx_hash": "5c4f4f33d2f89cdcb99e18d507063bee69fa3712912e8ebc2db3305dabe5c75c", "block_index": 112, - "source": "bcrt1qftz4jrltjyx8rp83wf6ven60v0lmvd80jt07lu", + "source": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", "burned": 50000000, "earned": 74999998167, "status": "valid", - "confirmed": true, - "block_time": 1733768288, + "block_time": 1734008711, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" }, { "tx_index": 5, - "tx_hash": "b30a145737fadcf87d1d711352e728fece3ebb5170630485fd5ae99a89adf094", + "tx_hash": "5940a8acbfe2624aa78a9e2059aac480f49188e2ebb91ba2bdd10bb5b2daa349", "block_index": 112, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "burned": 50000000, "earned": 74999998167, "status": "valid", - "confirmed": true, - "block_time": 1733768288, + "block_time": 1734008711, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" } @@ -13683,7 +15501,7 @@ Returns the burns ## Group Dispensers -### Get Dispensers [GET /v2/dispensers{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}{&show_unconfirmed}] +### Get Dispensers [GET /v2/dispensers{?status}{&cursor}{&limit}{&offset}{&sort}{&verbose}] Returns all dispensers @@ -13706,8 +15524,6 @@ Returns all dispensers + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -13716,9 +15532,9 @@ Returns all dispensers "result": [ { "tx_index": 26, - "tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -13727,18 +15543,17 @@ Returns all dispensers "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13755,9 +15570,9 @@ Returns all dispensers }, { "tx_index": 29, - "tx_hash": "43e92d6cea8931133f7e53236c96d1b2ab582b10fe97b5b1c17fa53be999aba5", + "tx_hash": "5f3e0580cec71f23fe8b4ec7594c18dd9a6f78e87405959fe41bde914dc5b76c", "block_index": 133, - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -13766,18 +15581,17 @@ Returns all dispensers "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "origin": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768391, + "block_time": 1734008801, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13794,9 +15608,9 @@ Returns all dispensers }, { "tx_index": 30, - "tx_hash": "aa6d4d29c3bcc3b2cb113fafeccc380fb8566654c4998ab5832ff8b787f7658e", + "tx_hash": "e408a23e51dc48c3f8797f91af7fc6db5b24139981408a5bddaeaab936767ba8", "block_index": 141, - "source": "mxah87jgNwgD75guScxjbraTyLYBbVPvqv", + "source": "mnJc1EmoRBj3iWbFrxJmi4NgFsbA4J7hXF", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -13804,19 +15618,18 @@ Returns all dispensers "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "533b83cb557fa15c423ddee718207aea07445a192c7fc6025d319339a8a3c644", - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "last_status_tx_hash": "a221134c0b99a6ec04f1ca040490a62d1cf61167cb6433fe2abed2a351059637", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 0, - "last_status_tx_source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "last_status_tx_source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "close_block_index": 141, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768432, + "block_time": 1734008832, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13833,9 +15646,9 @@ Returns all dispensers }, { "tx_index": 68, - "tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", "block_index": 194, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "TESTLOCKDESC", "give_quantity": 1, "escrow_quantity": 10000, @@ -13844,22 +15657,21 @@ Returns all dispensers "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768661, + "block_time": 1734009052, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -13872,29 +15684,28 @@ Returns all dispensers }, { "tx_index": 33, - "tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "last_status_tx_hash": null, - "origin": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": 0.01, "oracle_price": 66600.0, "fiat_unit": "USD", "oracle_price_last_updated": 129, "satoshi_price": 16, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13915,16 +15726,14 @@ Returns all dispensers } ``` -### Get Dispenser Info By Hash [GET /v2/dispensers/{dispenser_hash}{?verbose}{&show_unconfirmed}] +### Get Dispenser Info By Hash [GET /v2/dispensers/{dispenser_hash}{?verbose}] Returns the dispenser information by tx_hash + Parameters - + dispenser_hash: `bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e` (str, required) - The hash of the dispenser to return + + dispenser_hash: `0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576` (str, required) - The hash of the dispenser to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -13932,9 +15741,9 @@ Returns the dispenser information by tx_hash { "result": { "tx_index": 26, - "tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -13943,18 +15752,17 @@ Returns the dispenser information by tx_hash "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -13972,12 +15780,12 @@ Returns the dispenser information by tx_hash } ``` -### Get Dispenses By Dispenser [GET /v2/dispensers/{dispenser_hash}/dispenses{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Dispenses By Dispenser [GET /v2/dispensers/{dispenser_hash}/dispenses{?cursor}{&limit}{&offset}{&verbose}] Returns the dispenses of a dispenser + Parameters - + dispenser_hash: `bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e` (str, required) - The hash of the dispenser to return + + dispenser_hash: `0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576` (str, required) - The hash of the dispenser to return + cursor (str, optional) - The last index of the dispenses to return + Default: `None` + limit: `5` (int, optional) - The maximum number of dispenses to return @@ -13986,8 +15794,6 @@ Returns the dispenses of a dispenser + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -13997,19 +15803,18 @@ Returns the dispenses of a dispenser { "tx_index": 28, "dispense_index": 0, - "tx_hash": "fef2fd4c6b504ca2fcbe971acf59a7d1378039a9c51336170c622a77c97ddeb2", + "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -14017,7 +15822,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -14032,7 +15837,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14046,19 +15851,18 @@ Returns the dispenses of a dispenser { "tx_index": 27, "dispense_index": 0, - "tx_hash": "da8b10da5e06164e4affe91ca277054b1fd2f516f007fd570e95276fb9d7bc96", + "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", "block_index": 131, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 6000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -14066,7 +15870,7 @@ Returns the dispenses of a dispenser "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -14081,7 +15885,7 @@ Returns the dispenses of a dispenser "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768373, + "block_time": 1734008794, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14100,7 +15904,7 @@ Returns the dispenses of a dispenser ## Group Dividends -### Get Dividends [GET /v2/dividends{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Dividends [GET /v2/dividends{?cursor}{&limit}{&offset}{&verbose}] Returns all the dividends @@ -14113,8 +15917,6 @@ Returns all the dividends + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -14123,20 +15925,19 @@ Returns all the dividends "result": [ { "tx_index": 42, - "tx_hash": "f083d619e6fc210e79a41f9aa9a6251d59354a8297134c1a6a941b3aed885060", + "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", "block_index": 146, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 20000, "status": "valid", - "confirmed": true, - "block_time": 1733768449, + "block_time": 1734008849, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -14156,16 +15957,14 @@ Returns all the dividends } ``` -### Get Dividend [GET /v2/dividends/{dividend_hash}{?verbose}{&show_unconfirmed}] +### Get Dividend [GET /v2/dividends/{dividend_hash}{?verbose}] Returns a dividend by its hash + Parameters - + dividend_hash: `f083d619e6fc210e79a41f9aa9a6251d59354a8297134c1a6a941b3aed885060` (str, required) - The hash of the dividend to return + + dividend_hash: `0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51` (str, required) - The hash of the dividend to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -14173,20 +15972,19 @@ Returns a dividend by its hash { "result": { "tx_index": 42, - "tx_hash": "f083d619e6fc210e79a41f9aa9a6251d59354a8297134c1a6a941b3aed885060", + "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", "block_index": 146, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 20000, "status": "valid", - "confirmed": true, - "block_time": 1733768449, + "block_time": 1734008849, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -14203,12 +16001,12 @@ Returns a dividend by its hash } ``` -### Get Dividend Disribution [GET /v2/dividends/{dividend_hash}/credits{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Dividend Disribution [GET /v2/dividends/{dividend_hash}/credits{?cursor}{&limit}{&offset}{&verbose}] Returns a dividend distribution by its hash + Parameters - + dividend_hash: `f083d619e6fc210e79a41f9aa9a6251d59354a8297134c1a6a941b3aed885060` (str, required) - The hash of the dividend distribution to return + + dividend_hash: `0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51` (str, required) - The hash of the dividend distribution to return + cursor (str, optional) - The last index of the credit to return + Default: `None` + limit: `5` (int, optional) - The maximum number of credit to return @@ -14217,8 +16015,6 @@ Returns a dividend distribution by its hash + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -14231,12 +16027,11 @@ Returns a dividend distribution by its hash "asset": "XCP", "quantity": 2000000000, "calling_function": "dividend", - "event": "f083d619e6fc210e79a41f9aa9a6251d59354a8297134c1a6a941b3aed885060", + "event": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", "tx_index": 42, - "utxo": "6eeab92b4f919cfb5ec11cd67d0fd7c07303918f0b78f7ef16cc464905ae2e2d:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "confirmed": true, - "block_time": 1733768449, + "utxo": "1f7ef7acfa6af1adf6e19ccfbe7bd2c95cd9a26a8c0e73c5a52d11da36fc13a9:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734008849, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14254,14 +16049,14 @@ Returns a dividend distribution by its hash ## Group Events -### Get All Events [GET /v2/events{?event_name}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get All Events [GET /v2/events{?event_name}{&cursor}{&limit}{&offset}{&verbose}] Returns all events + Parameters + event_name (str, optional) - Comma separated list of events to return + Default: `None` - + cursor: `913` (str, optional) - The last event index to return + + cursor: `954` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -14269,8 +16064,6 @@ Returns all events + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -14278,47 +16071,47 @@ Returns all events { "result": [ { - "event_index": 913, + "event_index": 954, "event": "BLOCK_PARSED", "params": { - "block_index": 233, - "ledger_hash": "c16dd8fcc33d4cae029a2a8a2d6a6420a10e9d9dec3163c78c488af863fc37a0", - "messages_hash": "cfcd29dc4e97d4f42475cf247adb08532276cf372970e303741bacd1a53f5714", + "block_index": 235, + "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", + "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", "transaction_count": 1, - "txlist_hash": "e5d5cf3cbda59c3c77f77659e4625b7b90ab0c0d455e9cbf5110fe74a263c07d", - "block_time": 1733768880 + "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", + "block_time": 1734009260 }, "tx_hash": null, - "block_index": 233, - "block_time": 1733768880 + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 912, + "event_index": 953, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110 }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 911, + "event_index": 952, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 233, + "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14329,20 +16122,20 @@ Returns all events "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 910, + "event_index": 951, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": 0, - "tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14352,24 +16145,24 @@ Returns all events }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14379,50 +16172,48 @@ Returns all events }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 908, - "result_count": 914 + "next_cursor": 949, + "result_count": 955 } ``` -### Get Event By Index [GET /v2/events/{event_index}{?verbose}{&show_unconfirmed}] +### Get Event By Index [GET /v2/events/{event_index}{?verbose}] Returns the event of an index + Parameters - + event_index: `913` (int, required) - The index of the event to return + + event_index: `954` (int, required) - The index of the event to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) ``` { "result": { - "event_index": 913, + "event_index": 954, "event": "BLOCK_PARSED", "params": { - "block_index": 233, - "ledger_hash": "c16dd8fcc33d4cae029a2a8a2d6a6420a10e9d9dec3163c78c488af863fc37a0", - "messages_hash": "cfcd29dc4e97d4f42475cf247adb08532276cf372970e303741bacd1a53f5714", + "block_index": 235, + "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", + "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", "transaction_count": 1, - "txlist_hash": "e5d5cf3cbda59c3c77f77659e4625b7b90ab0c0d455e9cbf5110fe74a263c07d", - "block_time": 1733768880 + "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", + "block_time": 1734009260 }, "tx_hash": null, - "block_index": 233, - "block_time": 1733768880 + "block_index": 235, + "block_time": 1734009260 } } ``` -### Get All Events Counts [GET /v2/events/counts{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get All Events Counts [GET /v2/events/counts{?cursor}{&limit}{&offset}{&verbose}] Returns the event counts of all blocks @@ -14435,8 +16226,6 @@ Returns the event counts of all blocks + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -14469,13 +16258,13 @@ Returns the event counts of all blocks } ``` -### Get Events By Name [GET /v2/events/{event}{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Events By Name [GET /v2/events/{event}{?cursor}{&limit}{&offset}{&verbose}] Returns the events filtered by event name + Parameters + event: `CREDIT` (str, required) - The event to return - + cursor: `913` (str, optional) - The last event index to return + + cursor: `954` (str, optional) - The last event index to return + Default: `None` + limit: `5` (int, optional) - The maximum number of events to return + Default: `100` @@ -14483,8 +16272,6 @@ Returns the events filtered by event name + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -14492,19 +16279,19 @@ Returns the events filtered by event name { "result": [ { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14514,24 +16301,24 @@ Returns the events filtered by event name }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 907, + "event_index": 948, "event": "CREDIT", "params": { "address": null, "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14541,98 +16328,98 @@ Returns the events filtered by event name }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 904, + "event_index": 945, "event": "CREDIT", "params": { "address": null, "asset": "MYASSETA", - "block_index": 233, + "block_index": 235, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 862, + "event_index": 913, "event": "CREDIT", "params": { - "address": "mvCounterpartyXXXXXXXXXXXXXXW24Hef", - "asset": "PREMINT", - "block_index": 227, - "calling_function": "escrowed premint", - "event": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d", - "quantity": 50, - "tx_index": 101, + "address": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", + "asset": "CHAINING", + "block_index": 230, + "calling_function": "detach from utxo", + "event": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", + "quantity": 100000000, + "tx_index": 106, "utxo": null, "utxo_address": null, - "block_time": 1733768855, + "block_time": 1734009240, "asset_info": { "asset_longname": null, - "description": "My super description", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false }, - "quantity_normalized": "0.00000050" + "quantity_normalized": "1.00000000" }, - "tx_hash": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d", - "block_index": 227, - "block_time": 1733768855 + "tx_hash": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", + "block_index": 230, + "block_time": 1734009240 }, { - "event_index": 845, + "event_index": 909, "event": "CREDIT", "params": { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "asset": "XCP", - "block_index": 225, - "calling_function": "order expired", - "event": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "quantity": 1000, - "tx_index": 0, - "utxo": null, - "utxo_address": null, - "block_time": 1733768847, + "address": null, + "asset": "CHAINING", + "block_index": 230, + "calling_function": "utxo move", + "event": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e", + "quantity": 100000000, + "tx_index": 105, + "utxo": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e:0", + "utxo_address": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", + "block_time": 1734009240, "asset_info": { "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, - "locked": true + "locked": false }, - "quantity_normalized": "0.00001000" + "quantity_normalized": "1.00000000" }, - "tx_hash": "971a5817a2de0e385a780cd173ead9a7271162f298b47e7fb033805cf02e01b5", - "block_index": 225, - "block_time": 1733768847 + "tx_hash": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e", + "block_index": 230, + "block_time": 1734009240 } ], - "next_cursor": 819, - "result_count": 110 + "next_cursor": 905, + "result_count": 114 } ``` -### Get Event Count [GET /v2/events/{event}/count{?verbose}{&show_unconfirmed}] +### Get Event Count [GET /v2/events/{event}/count{?verbose}] Returns the number of events @@ -14640,8 +16427,6 @@ Returns the number of events + event: `CREDIT` (str, required) - The name of the event to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -14649,14 +16434,14 @@ Returns the number of events { "result": { "event": "CREDIT", - "count": 110 + "count": 114 } } ``` ## Group Dispenses -### Get Dispenses [GET /v2/dispenses{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Dispenses [GET /v2/dispenses{?cursor}{&limit}{&offset}{&verbose}] Returns all the dispenses @@ -14669,8 +16454,6 @@ Returns all the dispenses + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -14678,29 +16461,28 @@ Returns all the dispenses { "result": [ { - "tx_index": 106, + "tx_index": 110, "dispense_index": 0, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "btc_amount": 1000, - "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "last_status_tx_hash": null, - "origin": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -14715,7 +16497,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14729,19 +16511,18 @@ Returns all the dispenses { "tx_index": 69, "dispense_index": 0, - "tx_hash": "52d29f050a9d1820b51fd52a006f1f3aafa04864fb2934491d74574bbd778264", + "tx_hash": "80ca29dfd787599a1bb83903ef3392339ea5e383b0298a3f87f793e9872ca5c9", "block_index": 194, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "TESTLOCKDESC", "dispense_quantity": 4000, - "dispenser_tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", + "dispenser_tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 68, "block_index": 194, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -14749,7 +16530,7 @@ Returns all the dispenses "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -14764,11 +16545,11 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768661, + "block_time": 1734009052, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -14778,27 +16559,26 @@ Returns all the dispenses { "tx_index": 34, "dispense_index": 0, - "tx_hash": "c8552f42974c1c2f2bd13e2c768ba54a0e3d74c01dd3b4ec5b3bc940b0e2bfa7", + "tx_hash": "20e0106f9f86920381dc32ecf0e9553cc405679457e9199d60233e1b953bd915", "block_index": 138, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "destination": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "destination": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "btc_amount": 10000, - "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "last_status_tx_hash": null, - "origin": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -14813,7 +16593,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733768420, + "block_time": 1734008821, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14827,19 +16607,18 @@ Returns all the dispenses { "tx_index": 28, "dispense_index": 0, - "tx_hash": "fef2fd4c6b504ca2fcbe971acf59a7d1378039a9c51336170c622a77c97ddeb2", + "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -14847,7 +16626,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -14862,7 +16641,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14876,19 +16655,18 @@ Returns all the dispenses { "tx_index": 27, "dispense_index": 0, - "tx_hash": "da8b10da5e06164e4affe91ca277054b1fd2f516f007fd570e95276fb9d7bc96", + "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", "block_index": 131, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 6000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -14896,7 +16674,7 @@ Returns all the dispenses "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -14911,7 +16689,7 @@ Returns all the dispenses "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768373, + "block_time": 1734008794, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14930,11 +16708,19 @@ Returns all the dispenses ## Group Sends -### Get Sends [GET /v2/sends{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Sends [GET /v2/sends{?send_type}{&cursor}{&limit}{&offset}{&verbose}] Returns all the sends include Enhanced and MPMA sends + Parameters + + send_type (enum[str], optional) - The type of the send to return + + Default: `all` + + Members + + `all` + + `send` + + `attach` + + `move` + + `detach` + cursor (str, optional) - The last index of the debits to return + Default: `None` + limit: `5` (int, optional) - The maximum number of debits to return @@ -14943,8 +16729,6 @@ Returns all the sends include Enhanced and MPMA sends + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -14952,19 +16736,18 @@ Returns all the sends include Enhanced and MPMA sends { "result": [ { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "asset": "XCP", "quantity": 2000000000, "status": "valid", "msg_index": 1, "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -14976,23 +16759,22 @@ Returns all the sends include Enhanced and MPMA sends "fee_paid_normalized": "0.00000000" }, { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "asset": "MYASSETA", "quantity": 2000000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -15000,86 +16782,83 @@ Returns all the sends include Enhanced and MPMA sends "fee_paid_normalized": "0.00000000" }, { - "tx_index": 81, - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", - "block_index": 205, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "asset": "XCP", - "quantity": 10, + "tx_index": 106, + "tx_hash": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", + "block_index": 230, + "source": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e:0", + "destination": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", + "asset": "CHAINING", + "quantity": 100000000, "status": "valid", - "msg_index": 2, - "memo": "memo1", + "msg_index": 0, + "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768736, + "block_time": 1734009240, "asset_info": { "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, - "locked": true + "locked": false }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 81, - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", - "block_index": 205, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", - "asset": "MPMASSET", - "quantity": 10, + "tx_index": 105, + "tx_hash": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e", + "block_index": 230, + "source": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a:0", + "destination": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e:0", + "asset": "CHAINING", + "quantity": 100000000, "status": "valid", - "msg_index": 1, - "memo": "memo3", + "msg_index": 0, + "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768736, + "block_time": 1734009240, "asset_info": { "asset_longname": null, - "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 81, - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", - "block_index": 205, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "asset": "MPMASSET", - "quantity": 10, + "tx_index": 104, + "tx_hash": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a", + "block_index": 230, + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "destination": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a:0", + "asset": "CHAINING", + "quantity": 100000000, "status": "valid", "msg_index": 0, - "memo": "the memo", + "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768736, + "block_time": 1734009240, "asset_info": { "asset_longname": null, - "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" } ], - "next_cursor": 31, - "result_count": 36 + "next_cursor": 34, + "result_count": 39 } ``` ## Group Issuances -### Get Issuances [GET /v2/issuances{?asset_events}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Issuances [GET /v2/issuances{?asset_events}{&cursor}{&limit}{&offset}{&verbose}] Returns all the issuances @@ -15105,8 +16884,6 @@ Returns all the issuances + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -15114,191 +16891,183 @@ Returns all the issuances { "result": [ { - "tx_index": 105, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", + "tx_index": 109, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", "msg_index": 0, - "block_index": 232, + "block_index": 233, "asset": "OPENFAIR", "quantity": 0, "divisible": true, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "issuer": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, - "block_time": 1733768872, + "block_time": 1734009252, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" }, + { + "tx_index": 103, + "tx_hash": "165518e6ce52951f9ff49399431361dd9df8e0ad4d9717c9881211e9a30ab0f6", + "msg_index": 0, + "block_index": 230, + "asset": "CHAINING", + "quantity": 1000000000, + "divisible": true, + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "transfer": false, + "callable": false, + "call_date": 0, + "call_price": 0.0, + "description": "My super asset CHAINING", + "fee_paid": 50000000, + "locked": false, + "status": "valid", + "asset_longname": null, + "reset": false, + "description_locked": false, + "fair_minting": false, + "asset_events": "creation", + "block_time": 1734009240, + "quantity_normalized": "10.00000000", + "fee_paid_normalized": "0.50000000" + }, { "tx_index": 102, - "tx_hash": "b27c8e00eaebd9a6ae24ecd8e62902c48e1d270ce9c9ed38121835ecf89f480c", + "tx_hash": "3ef79c5583606732eebe21798eb210241ac1f111d313375e45a2f74d15fb30e1", "msg_index": 0, "block_index": 229, "asset": "PREMINT", "quantity": 0, "divisible": true, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "My super description", "fee_paid": 0, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "change_description", - "confirmed": true, - "block_time": 1733768862, + "block_time": 1734009218, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 101, - "tx_hash": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d", + "tx_hash": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef", "msg_index": 1, "block_index": 228, "asset": "PREMINT", "quantity": 0, "divisible": true, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "", "fee_paid": 0, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "close_fairminter", - "confirmed": true, - "block_time": 1733768859, + "block_time": 1734009215, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 101, - "tx_hash": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d", + "tx_hash": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef", "msg_index": 0, "block_index": 227, "asset": "PREMINT", "quantity": 50, "divisible": true, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, - "block_time": 1733768855, + "block_time": 1734009211, "quantity_normalized": "0.00000050", "fee_paid_normalized": "0.50000000" - }, - { - "tx_index": 100, - "tx_hash": "971a5817a2de0e385a780cd173ead9a7271162f298b47e7fb033805cf02e01b5", - "msg_index": 1, - "block_index": 226, - "asset": "STARTNOW", - "quantity": 0, - "divisible": true, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "transfer": false, - "callable": false, - "call_date": 0, - "call_price": 0.0, - "description": "let's start now", - "fee_paid": 0, - "status": "valid", - "asset_longname": null, - "locked": false, - "reset": false, - "description_locked": false, - "fair_minting": false, - "asset_events": "close_fairminter", - "confirmed": true, - "block_time": 1733768851, - "quantity_normalized": "0.00000000", - "fee_paid_normalized": "0.00000000" } ], - "next_cursor": 46, - "result_count": 51 + "next_cursor": 47, + "result_count": 52 } ``` -### Get Issuance By Transaction Hash [GET /v2/issuances/{tx_hash}{?verbose}{&show_unconfirmed}] +### Get Issuance By Transaction Hash [GET /v2/issuances/{tx_hash}{?verbose}] Returns the issuances of a block + Parameters - + tx_hash: `0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7` (str, required) - The hash of the transaction to return + + tx_hash: `9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) ``` { "result": { - "tx_index": 105, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", + "tx_index": 109, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", "msg_index": 0, - "block_index": 232, + "block_index": 233, "asset": "OPENFAIR", "quantity": 0, "divisible": true, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "issuer": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, - "block_time": 1733768872, + "block_time": 1734009252, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -15307,7 +17076,7 @@ Returns the issuances of a block ## Group Sweeps -### Get Sweeps [GET /v2/sweeps{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Sweeps [GET /v2/sweeps{?cursor}{&limit}{&offset}{&verbose}] Returns all sweeps @@ -15320,8 +17089,6 @@ Returns all sweeps + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -15330,16 +17097,15 @@ Returns all sweeps "result": [ { "tx_index": 65, - "tx_hash": "ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe", + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", "block_index": 190, - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, - "confirmed": true, - "block_time": 1733768646, + "block_time": 1734009038, "fee_paid_normalized": "0.00600000" } ], @@ -15348,16 +17114,14 @@ Returns all sweeps } ``` -### Get Sweep By Transaction Hash [GET /v2/sweeps/{tx_hash}{?verbose}{&show_unconfirmed}] +### Get Sweep By Transaction Hash [GET /v2/sweeps/{tx_hash}{?verbose}] Returns the sweeps of a transaction + Parameters - + tx_hash: `ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe` (str, required) - The hash of the transaction to return + + tx_hash: `d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -15366,16 +17130,15 @@ Returns the sweeps of a transaction "result": [ { "tx_index": 65, - "tx_hash": "ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe", + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", "block_index": 190, - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, - "confirmed": true, - "block_time": 1733768646, + "block_time": 1734009038, "fee_paid_normalized": "0.00600000" } ], @@ -15386,7 +17149,7 @@ Returns the sweeps of a transaction ## Group Broadcasts -### Get Valid Broadcasts [GET /v2/broadcasts{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Valid Broadcasts [GET /v2/broadcasts{?cursor}{&limit}{&offset}{&verbose}] Returns all valid broadcasts @@ -15399,8 +17162,6 @@ Returns all valid broadcasts + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -15409,32 +17170,30 @@ Returns all valid broadcasts "result": [ { "tx_index": 25, - "tx_hash": "ce5df2ee63224c02057698b043f7dbcabcfc3ad5316f5bd27422c53de92c4cfa", + "tx_hash": "96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e", "block_index": 129, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, "text": "price-USD", "locked": false, "status": "valid", - "confirmed": true, - "block_time": 1733768367, + "block_time": 1734008785, "fee_fraction_int_normalized": "0.00000000" }, { "tx_index": 24, - "tx_hash": "a4940f8786f7f4dc4bc922f5f21fc7a41af79c7b7ba1bf60e60cf6181f262eb7", + "tx_hash": "0a76c9ea68b50e09ffbf028609d70d48b4663722908f9f9a80a9c147eb019383", "block_index": 128, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, "text": "Hello, world!", "locked": false, "status": "valid", - "confirmed": true, - "block_time": 1733768363, + "block_time": 1734008782, "fee_fraction_int_normalized": "0.00000000" } ], @@ -15443,16 +17202,14 @@ Returns all valid broadcasts } ``` -### Get Broadcast By Transaction Hash [GET /v2/broadcasts/{tx_hash}{?verbose}{&show_unconfirmed}] +### Get Broadcast By Transaction Hash [GET /v2/broadcasts/{tx_hash}{?verbose}] Returns the broadcast of a transaction + Parameters - + tx_hash: `ce5df2ee63224c02057698b043f7dbcabcfc3ad5316f5bd27422c53de92c4cfa` (str, required) - The hash of the transaction to return + + tx_hash: `96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e` (str, required) - The hash of the transaction to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -15460,17 +17217,16 @@ Returns the broadcast of a transaction { "result": { "tx_index": 25, - "tx_hash": "ce5df2ee63224c02057698b043f7dbcabcfc3ad5316f5bd27422c53de92c4cfa", + "tx_hash": "96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e", "block_index": 129, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, "text": "price-USD", "locked": false, "status": "valid", - "confirmed": true, - "block_time": 1733768367, + "block_time": 1734008785, "fee_fraction_int_normalized": "0.00000000" } } @@ -15478,7 +17234,7 @@ Returns the broadcast of a transaction ## Group Fairminters -### Get All Fairminters [GET /v2/fairminters{?status}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get All Fairminters [GET /v2/fairminters{?status}{&cursor}{&limit}{&offset}{&verbose}] Returns all fairminters @@ -15498,8 +17254,6 @@ Returns all fairminters + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -15507,10 +17261,10 @@ Returns all fairminters { "result": [ { - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "tx_index": 105, - "block_index": 232, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 109, + "block_index": 233, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "asset": "OPENFAIR", "asset_parent": null, "asset_longname": null, @@ -15532,10 +17286,9 @@ Returns all fairminters "pre_minted": false, "status": "open", "earned_quantity": null, - "commission": null, "paid_quantity": null, - "confirmed": true, - "block_time": 1733768872, + "commission": null, + "block_time": 1734009252, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -15544,10 +17297,10 @@ Returns all fairminters "premint_quantity_normalized": "0.00000000" }, { - "tx_hash": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d", + "tx_hash": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef", "tx_index": 101, "block_index": 228, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "PREMINT", "asset_parent": null, "asset_longname": null, @@ -15569,10 +17322,9 @@ Returns all fairminters "pre_minted": false, "status": "closed", "earned_quantity": null, - "commission": null, "paid_quantity": null, - "confirmed": true, - "block_time": 1733768859, + "commission": null, + "block_time": 1734009215, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000100", @@ -15581,10 +17333,10 @@ Returns all fairminters "premint_quantity_normalized": "0.00000050" }, { - "tx_hash": "971a5817a2de0e385a780cd173ead9a7271162f298b47e7fb033805cf02e01b5", + "tx_hash": "0c87ede571560bd4f222c906f20c13761730c981944308d35de8290b122db0c8", "tx_index": 100, "block_index": 226, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "STARTNOW", "asset_parent": null, "asset_longname": null, @@ -15606,10 +17358,9 @@ Returns all fairminters "pre_minted": false, "status": "closed", "earned_quantity": null, - "commission": null, "paid_quantity": null, - "confirmed": true, - "block_time": 1733768851, + "commission": null, + "block_time": 1734009208, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000100", @@ -15618,10 +17369,10 @@ Returns all fairminters "premint_quantity_normalized": "0.00000000" }, { - "tx_hash": "a77ca64c20eca3bee79de6ad7ba79ea374d2750057cbb3ebe9e57bd75ea250a6", + "tx_hash": "a3f40894cb275da124711ce5722360685b2ab7adb4bfd23e895474db94470609", "tx_index": 99, "block_index": 224, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": null, "asset_parent": null, "asset_longname": null, @@ -15643,16 +17394,15 @@ Returns all fairminters "pre_minted": false, "status": "invalid: Soft cap deadline block must be > start block.", "earned_quantity": null, - "commission": null, "paid_quantity": null, - "confirmed": true, - "block_time": 1733768844 + "commission": null, + "block_time": 1734009201 }, { - "tx_hash": "64c69e165fe4b0cd181787b073bbd73fb3108d7a59c38173f6ff6cc3ba7e02ca", + "tx_hash": "2f2563b537b3b4166d80904b93a93893b55bcf3702e1662f03ecf0aaa600f000", "tx_index": 98, "block_index": 223, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "EXPANSIVE", "asset_parent": null, "asset_longname": null, @@ -15674,10 +17424,9 @@ Returns all fairminters "pre_minted": false, "status": "closed", "earned_quantity": null, - "commission": null, "paid_quantity": null, - "confirmed": true, - "block_time": 1733768840, + "commission": null, + "block_time": 1734009197, "price_normalized": "99900000000.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -15691,7 +17440,7 @@ Returns all fairminters } ``` -### Get Fairminter [GET /v2/fairminters/{tx_hash}{?verbose}{&show_unconfirmed}] +### Get Fairminter [GET /v2/fairminters/{tx_hash}{?verbose}] Returns the fairminter by its hash @@ -15699,10 +17448,8 @@ Returns the fairminter by its hash + tx_hash (str, required) - + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` -### Get Fairmints By Fairminter [GET /v2/fairminters/{tx_hash}/fairmints{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Fairmints By Fairminter [GET /v2/fairminters/{tx_hash}/fairmints{?cursor}{&limit}{&offset}{&verbose}] Returns the mints by fairminter @@ -15716,12 +17463,10 @@ Returns the mints by fairminter + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` ## Group Fairmints -### Get All Fairmints [GET /v2/fairmints{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get All Fairmints [GET /v2/fairmints{?cursor}{&limit}{&offset}{&verbose}] Returns all fairmints @@ -15734,8 +17479,6 @@ Returns all fairmints + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -15743,22 +17486,21 @@ Returns all fairmints { "result": [ { - "tx_hash": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "tx_index": 97, "block_index": 221, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "fairminter_tx_hash": "ff90b986e9792c8ef7e70452f401b4a550fc7b0dbdbca0fcbf1d93ab69bf2a92", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "fairminter_tx_hash": "067bb19b8ee8c5580fda9895c1846f6d7e1ebdfa5fc5722f156ba8a07e2e629c", "asset": "BURNER", "earn_quantity": 80000000, "paid_quantity": 100000000, "commission": 20000000, "status": "valid", - "confirmed": true, - "block_time": 1733768833, + "block_time": 1734009191, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -15767,22 +17509,21 @@ Returns all fairmints "paid_quantity_normalized": "1.00000000" }, { - "tx_hash": "c9c7a68b6d3aae3aa9132a2db417a7c38bfc4ce8f85360ff78de4bb87197fa76", + "tx_hash": "0d0d6cbf78062b3c7d0a1dc718e5475e73b286bc9430e98148dab565e1a0085d", "tx_index": 95, "block_index": 219, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "fairminter_tx_hash": "6124e7656c61085f6f994a978beb78b25e3593defaa4e67aa0bfaf7fef8527eb", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "fairminter_tx_hash": "fe9f09139498a7ed7bbef9ee4766792806257da1145baf18900865f1ad0007a8", "asset": "LOCKDESC", "earn_quantity": 800000000, "paid_quantity": 0, "commission": 200000000, "status": "valid", - "confirmed": true, - "block_time": 1733768826, + "block_time": 1734009184, "asset_info": { "asset_longname": null, "description": "My super asset LOCKDESC", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -15791,22 +17532,21 @@ Returns all fairmints "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "a30ff5ec15d625c7ac3c8d843c3da0cae02407b762dc1030bc49491b4fe5fc69", + "tx_hash": "894ff535a8526a5fec7909f1da25da4e3dfa4f5f50a6c95a26829e61e31d80de", "tx_index": 91, "block_index": 215, - "source": "bcrt1qju8acm4e3ghueaea5mqtxhxhjgcd9yngnd5txn", - "fairminter_tx_hash": "0b762fdb550921a3240a6f237a06e28acc517f63c01e7752ac8862f179e4cb60", + "source": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", + "fairminter_tx_hash": "77a87aba5d9cbb30a2a121bf846754acf2886c95da17b19ba82e15e107bb53d4", "asset": "A95428959531084712", "earn_quantity": 100, "paid_quantity": 0, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768802, + "block_time": 1734009161, "asset_info": { "asset_longname": "PARENTA.SUBASSETC", "description": "", - "issuer": "bcrt1qju8acm4e3ghueaea5mqtxhxhjgcd9yngnd5txn", + "issuer": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", "divisible": true, "locked": false }, @@ -15815,22 +17555,21 @@ Returns all fairmints "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "7e307c6f0bd841a29cfd86ce47290a6d550f60723653fb61f5e9aeb05511c83b", + "tx_hash": "ba9372a361792a33a6a819e269e1f3ae4e3b55c00597cdcfce0b9e2c17ec0fbb", "tx_index": 46, "block_index": 150, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "07419a5c9c194e4d4fbc6c7bd0a308a367ca2c80abba5bf07f968cb289375c92", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "31d43ff2d76eafea090a6d93d48a418ca8f5cc5ca3bf3b77ff30743d095842c8", "asset": "FREEFAIRMINT", "earn_quantity": 80, "paid_quantity": 0, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768474, + "block_time": 1734008864, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -15839,22 +17578,21 @@ Returns all fairmints "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "024ec67d76f0f9399022b3fd99014d531cb98c80e11dd75866084f22c10c7871", + "tx_hash": "46eacfbb685594a496a67785d278bdf99cca53d49afd7c79dfb18284fdbf2109", "tx_index": 45, "block_index": 149, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "07419a5c9c194e4d4fbc6c7bd0a308a367ca2c80abba5bf07f968cb289375c92", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "31d43ff2d76eafea090a6d93d48a418ca8f5cc5ca3bf3b77ff30743d095842c8", "asset": "FREEFAIRMINT", "earn_quantity": 100, "paid_quantity": 0, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768471, + "block_time": 1734008861, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -15868,38 +17606,35 @@ Returns all fairmints } ``` -### Get Fairmint [GET /v2/fairmints/{tx_hash}{?verbose}{&show_unconfirmed}] +### Get Fairmint [GET /v2/fairmints/{tx_hash}{?verbose}] Returns the fairmint by its hash + Parameters - + tx_hash: `8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2` (str, required) - The hash of the fairmint to return + + tx_hash: `b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d` (str, required) - The hash of the fairmint to return + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) ``` { "result": { - "tx_hash": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "tx_index": 97, "block_index": 221, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "fairminter_tx_hash": "ff90b986e9792c8ef7e70452f401b4a550fc7b0dbdbca0fcbf1d93ab69bf2a92", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "fairminter_tx_hash": "067bb19b8ee8c5580fda9895c1846f6d7e1ebdfa5fc5722f156ba8a07e2e629c", "asset": "BURNER", "earn_quantity": 80000000, "paid_quantity": 100000000, "commission": 20000000, "status": "valid", - "confirmed": true, - "block_time": 1733768833, + "block_time": 1734009191, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -15912,18 +17647,16 @@ Returns the fairmint by its hash ## Group Bitcoin -### Get Unspent Txouts By Addresses [GET /v2/bitcoin/addresses/utxos{?addresses}{&unconfirmed}{&verbose}{&show_unconfirmed}] +### Get Unspent Txouts By Addresses [GET /v2/bitcoin/addresses/utxos{?addresses}{&unconfirmed}{&verbose}] Returns a list of unspent outputs for a list of addresses + Parameters - + addresses: `bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek,bcrt1qju8acm4e3ghueaea5mqtxhxhjgcd9yngnd5txn` (str, required) - The addresses to search for + + addresses: `bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy,bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6` (str, required) - The addresses to search for + unconfirmed (bool, optional) - Include unconfirmed transactions + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -15931,31 +17664,31 @@ Returns a list of unspent outputs for a list of addresses { "result": [ { - "vout": 1, - "height": 230, - "value": 4949928908, - "confirmations": 4, - "amount": 49.49928908, - "txid": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e", - "address": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek" + "vout": 2, + "height": 199, + "value": 4949920000, + "confirmations": 37, + "amount": 49.4992, + "txid": "4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b", + "address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy" }, { - "vout": 1, - "height": 198, - "value": 546, - "confirmations": 36, - "amount": 5.46e-06, - "txid": "1906a6b41d1922bf5a34c32eaf7d122bae4ea8894ff23a52d8a194ea4d60be37", - "address": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek" + "vout": 0, + "height": 234, + "value": 15000, + "confirmations": 2, + "amount": 0.00015, + "txid": "98e725ed26a2173bc350a455ed3ef129df07587aaaea4ec94c2d651e392a1ca2", + "address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy" }, { "vout": 0, "height": 199, - "value": 546, - "confirmations": 35, - "amount": 5.46e-06, - "txid": "ba2a7b0fc46ff72c445a5c6a63f66184416aee852902fdf1c2f0daeceb1627de", - "address": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek" + "value": 10000, + "confirmations": 37, + "amount": 0.0001, + "txid": "4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b", + "address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy" } ], "next_cursor": null, @@ -15963,20 +17696,18 @@ Returns a list of unspent outputs for a list of addresses } ``` -### Get Transactions By Address [GET /v2/bitcoin/addresses/{address}/transactions{?unconfirmed}{&only_tx_hashes}{&verbose}{&show_unconfirmed}] +### Get Transactions By Address [GET /v2/bitcoin/addresses/{address}/transactions{?unconfirmed}{&only_tx_hashes}{&verbose}] Returns all transactions involving a given address + Parameters - + address: `bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498` (str, required) - The address to search for + + address: `bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm` (str, required) - The address to search for + unconfirmed: `True` (bool, optional) - Include unconfirmed transactions + Default: `True` + only_tx_hashes: `True` (bool, optional) - Return only the tx hashes + Default: `False` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -15984,28 +17715,28 @@ Returns all transactions involving a given address { "result": [ { - "tx_hash": "8229f85ca1b6dec327b9a1c13a7a1c03d6106f8647b89f3ff3ce74b8890de751" + "tx_hash": "f6836227056236970cfb5c372faaca18a79cf5fe3cf90fbcda4405c3b695d712" }, { - "tx_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59" + "tx_hash": "4df6bdb001e50d5a3ed772c5960f6c1f56fe52faec2e7853eb54cc27e6bf1513" }, { - "tx_hash": "cfe0bf68e642221a85960b4100a3c105686f48b5ae6f1ca034c2d61e8424e75d" + "tx_hash": "09592eed992dcf1104800c13c54b4831e99cbf56799f720afb05de06bd03b752" }, { - "tx_hash": "1e92cb9d5d639346491914debee30deee17694c51d904ecfc9aee9162b2ba569" + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d" }, { - "tx_hash": "844e5af6de8849d480e7cecba9992be0c870d417ce5131e3fcfdc1b8ba820f71" + "tx_hash": "cd08c096e0f0017c330c90f95fac95f2f02c0df6e0081a776052299a8c662685" }, { - "tx_hash": "2fddd186e9f0a5e4fb6c24f4b1234b354e484cfe731612e00994409a0ae2769a" + "tx_hash": "bd90e8b1df59c59902c8343f1395de7ba554b83f849661108702589a172da993" }, { - "tx_hash": "4af08f303d0c1742dbf0c0faf734f217b05a39af4afc46abd8705363c3d153c2" + "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9" }, { - "tx_hash": "ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe" + "tx_hash": "78c069c235838edad35d4bd1841241075734a3006461efd97ce16568ee44f1f8" } ], "next_cursor": null, @@ -16013,44 +17744,40 @@ Returns all transactions involving a given address } ``` -### Get Oldest Transaction By Address [GET /v2/bitcoin/addresses/{address}/transactions/oldest{?block_index}{&verbose}{&show_unconfirmed}] +### Get Oldest Transaction By Address [GET /v2/bitcoin/addresses/{address}/transactions/oldest{?block_index}{&verbose}] Get the oldest transaction for an address. + Parameters - + address: `bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv` (str, required) - The address to search for. + + address: `bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw` (str, required) - The address to search for. + block_index (int, optional) - The block index to search from. + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) ``` { "result": { - "block_index": 2, - "tx_hash": "c78aa03604937d4f57ee7b90eeb572ba2ff5b396e877bc1cfcc426fa3e1cc978" + "block_index": 5, + "tx_hash": "a17aac0460598e55287eedc7a7cc1245e8b41500730a506bc3ed6612d8be60f0" } } ``` -### Get Unspent Txouts [GET /v2/bitcoin/addresses/{address}/utxos{?unconfirmed}{&unspent_tx_hash}{&verbose}{&show_unconfirmed}] +### Get Unspent Txouts [GET /v2/bitcoin/addresses/{address}/utxos{?unconfirmed}{&unspent_tx_hash}{&verbose}] Returns a list of unspent outputs for a specific address + Parameters - + address: `bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek` (str, required) - The address to search for + + address: `bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy` (str, required) - The address to search for + unconfirmed (bool, optional) - Include unconfirmed transactions + Default: `False` + unspent_tx_hash (str, optional) - Filter by unspent_tx_hash + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -16058,28 +17785,28 @@ Returns a list of unspent outputs for a specific address { "result": [ { - "vout": 1, - "height": 198, - "value": 546, - "confirmations": 36, - "amount": 5.46e-06, - "txid": "1906a6b41d1922bf5a34c32eaf7d122bae4ea8894ff23a52d8a194ea4d60be37" + "vout": 2, + "height": 199, + "value": 4949920000, + "confirmations": 37, + "amount": 49.4992, + "txid": "4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b" + }, + { + "vout": 0, + "height": 234, + "value": 15000, + "confirmations": 2, + "amount": 0.00015, + "txid": "98e725ed26a2173bc350a455ed3ef129df07587aaaea4ec94c2d651e392a1ca2" }, { "vout": 0, "height": 199, - "value": 546, - "confirmations": 35, - "amount": 5.46e-06, - "txid": "ba2a7b0fc46ff72c445a5c6a63f66184416aee852902fdf1c2f0daeceb1627de" - }, - { - "vout": 1, - "height": 230, - "value": 4949928908, - "confirmations": 4, - "amount": 49.49928908, - "txid": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e" + "value": 10000, + "confirmations": 37, + "amount": 0.0001, + "txid": "4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b" } ], "next_cursor": null, @@ -16087,49 +17814,45 @@ Returns a list of unspent outputs for a specific address } ``` -### PubKeyHash To Pubkey [GET /v2/bitcoin/addresses/{address}/pubkey{?provided_pubkeys}{&verbose}{&show_unconfirmed}] +### PubKeyHash To Pubkey [GET /v2/bitcoin/addresses/{address}/pubkey{?provided_pubkeys}{&verbose}] Get pubkey for an address. + Parameters - + address: `bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy` (str, required) - Address to get pubkey for. + + address: `bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk` (str, required) - Address to get pubkey for. + provided_pubkeys (str, optional) - Comma separated list of provided pubkeys. + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) ``` { - "result": "03e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a" + "result": "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" } ``` -### Get Transaction [GET /v2/bitcoin/transactions/{tx_hash}{?format}{&verbose}{&show_unconfirmed}] +### Get Transaction [GET /v2/bitcoin/transactions/{tx_hash}{?format}{&verbose}] Get a transaction from the blockchain + Parameters - + tx_hash: `e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a` (str, required) - The transaction hash + + tx_hash: `6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd` (str, required) - The transaction hash + format: `hex` (str, optional) - Whether to return JSON output or raw hex + Default: `json` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) ``` { - "result": "02000000000101ecf955818dfaba2ef95e6d48fce5d95a8b12a81bc9f6946dec68dfbfaf90b89f0100000000ffffffff03e803000000000000160014bb53f82e1f6b387c3f2622ab42265aebae87117000000000000000000c6a0a66a0b0281067c5c7e8098714092701000000160014b505712f18c65edc22d4960f286967ab1d783fcb0247304402203b23715a51d7b73b79b2c17201acab0f229f80fe91fcc364a89781454486a61902200f727f0d9948aab792a2dab22eee59757bd4d39ae89e2ae70282c2efb76a854a012102e49cf5d121133224d1ff062c1b9014998d2baa1904cd3738092b76a14522a5c100000000" + "result": "02000000000101fcf30642680ce2406f8c45a8b1728299bda5894b5a96302e3951400d70d928d40100000000ffffffff03e803000000000000160014e3c4e1ab4b567ddea177545070755d7771570a3a00000000000000000c6a0a7da612b1262c5b5da865871409270100000016001475d1d00ae9b4fb12841fd1a075ae251990757a47024730440220464a84ef49fb845489157460fc91a2d47972d7e27a32f4261d61aae8a6f25dc702201369c8f49a9c8113760d3d173d922cb460fe924251971b8728ad493656152fdc012102ebac35088433a5b3724d3f64d3ffd18ad2d944e8abb2ec078486d2292067631b00000000" } ``` -### Fee Per Kb [GET /v2/bitcoin/estimatesmartfee{?conf_target}{&mode}{&verbose}{&show_unconfirmed}] +### Fee Per Kb [GET /v2/bitcoin/estimatesmartfee{?conf_target}{&mode}{&verbose}] Get the fee per kilobyte for a transaction to be confirmed in `conf_target` blocks. @@ -16140,18 +17863,16 @@ Get the fee per kilobyte for a transaction to be confirmed in `conf_target` bloc + Default: `CONSERVATIVE` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) ``` { - "result": 58611 + "result": 58612 } ``` -### Sendrawtransaction [GET /v2/bitcoin/transactions{?signedhex}{&verbose}{&show_unconfirmed}] +### Sendrawtransaction [GET /v2/bitcoin/transactions{?signedhex}{&verbose}] Proxy to `sendrawtransaction` RPC call. @@ -16159,10 +17880,8 @@ Proxy to `sendrawtransaction` RPC call. + signedhex (str, required) - The signed transaction hex. + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` -### Decoderawtransaction [GET /v2/bitcoin/transactions/decode{?rawtx}{&verbose}{&show_unconfirmed}] +### Decoderawtransaction [GET /v2/bitcoin/transactions/decode{?rawtx}{&verbose}] Proxy to `decoderawtransaction` RPC call. @@ -16170,8 +17889,6 @@ Proxy to `decoderawtransaction` RPC call. + rawtx: `0200000000010199c94580cbea44aead18f429be20552e640804dc3b4808e39115197f1312954d000000001600147c6b1112ed7bc76fd03af8b91d02fd6942c5a8d0ffffffff0280f0fa02000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac70da0a27010000001600147c6b1112ed7bc76fd03af8b91d02fd6942c5a8d002000000000000` (str, required) - The raw transaction hex. + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -16228,15 +17945,13 @@ Proxy to `decoderawtransaction` RPC call. } ``` -### Get Mempool Info [GET /v2/bitcoin/getmempoolinfo{?verbose}{&show_unconfirmed}] +### Get Mempool Info [GET /v2/bitcoin/getmempoolinfo{?verbose}] Get the current mempool info. + Parameters + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -16246,7 +17961,7 @@ Get the current mempool info. "loaded": true, "size": 1, "bytes": 167, - "usage": 1232, + "usage": 1216, "total_fee": 0.0001, "maxmempool": 300000000, "mempoolminfee": 0.0, @@ -16260,7 +17975,7 @@ Get the current mempool info. ## Group Mempool -### Get All Mempool Events [GET /v2/mempool/events{?event_name}{&addresses}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get All Mempool Events [GET /v2/mempool/events{?event_name}{&addresses}{&cursor}{&limit}{&offset}{&verbose}] Returns all mempool events @@ -16277,8 +17992,6 @@ Returns all mempool events + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -16286,29 +17999,29 @@ Returns all mempool events { "result": [ { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_index": 107 + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_index": 111 }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "memo": null, "msg_index": 0, "quantity": 10000, - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "status": "valid", - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_index": 107, + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_index": 111, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -16318,22 +18031,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "CREDIT", "params": { - "address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "send", - "event": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "event": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "quantity": 10000, - "tx_index": 107, + "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -16343,22 +18056,22 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "address": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "asset": "XCP", - "block_index": 233, - "event": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "block_index": 235, + "event": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "quantity": 10000, - "tx_index": 107, + "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -16368,44 +18081,27 @@ Returns all mempool events }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1733768883.6463442, + "block_time": 1734009265.1571295, "btc_amount": 0, - "data": "020000000000000001000000000000271080eda1874e0086db86059cf21fa5413803b774def1", + "data": "0200000000000000010000000000002710803c8e6158237de60ae0875aefca276e431c644c2e", "destination": "", "fee": 10000, - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_index": 107, - "utxos_info": "f9a880a01a4ac55a96e0c454ba65b57d0e3c16d0465df4b11244558d4df0a044:1 4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3:1 2 ", - "unpacked_data": { - "message_type": "enhanced_send", - "message_type_id": 2, - "message_data": { - "asset": "XCP", - "quantity": 10000, - "address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "memo": null, - "asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true - }, - "quantity_normalized": "0.00010000" - } - }, + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "transaction_type": "enhanced_send", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_index": 111, + "utxos_info": " 7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648:1 2 0", "btc_amount_normalized": "0.00000000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 } ], "next_cursor": null, @@ -16413,7 +18109,7 @@ Returns all mempool events } ``` -### Get Mempool Events By Name [GET /v2/mempool/events/{event}{?cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Mempool Events By Name [GET /v2/mempool/events/{event}{?cursor}{&limit}{&offset}{&verbose}] Returns the mempool events filtered by event name @@ -16427,8 +18123,6 @@ Returns the mempool events filtered by event name + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -16436,19 +18130,19 @@ Returns the mempool events filtered by event name { "result": [ { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "CREDIT", "params": { - "address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "send", - "event": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "event": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "quantity": 10000, - "tx_index": 107, + "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -16458,7 +18152,7 @@ Returns the mempool events filtered by event name }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 } ], "next_cursor": null, @@ -16466,12 +18160,12 @@ Returns the mempool events filtered by event name } ``` -### Get Mempool Events By Tx Hash [GET /v2/mempool/transactions/{tx_hash}/events{?event_name}{&cursor}{&limit}{&offset}{&verbose}{&show_unconfirmed}] +### Get Mempool Events By Tx Hash [GET /v2/mempool/transactions/{tx_hash}/events{?event_name}{&cursor}{&limit}{&offset}{&verbose}] Returns the mempool events filtered by transaction hash + Parameters - + tx_hash: `4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3` (str, required) - The hash of the transaction to return + + tx_hash: `7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648` (str, required) - The hash of the transaction to return + event_name (str, optional) - Comma separated list of events to return + Default: `None` + cursor (str, optional) - The last event index to return @@ -16482,8 +18176,6 @@ Returns the mempool events filtered by transaction hash + Default: `None` + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) @@ -16491,29 +18183,29 @@ Returns the mempool events filtered by transaction hash { "result": [ { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_index": 107 + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_index": 111 }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "memo": null, "msg_index": 0, "quantity": 10000, - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "status": "valid", - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_index": 107, + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_index": 111, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -16523,22 +18215,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "CREDIT", "params": { - "address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "send", - "event": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "event": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "quantity": 10000, - "tx_index": 107, + "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -16548,22 +18240,22 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "address": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "asset": "XCP", - "block_index": 233, - "event": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "block_index": 235, + "event": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "quantity": 10000, - "tx_index": 107, + "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -16573,44 +18265,27 @@ Returns the mempool events filtered by transaction hash }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1733768883.6463442, + "block_time": 1734009265.1571295, "btc_amount": 0, - "data": "020000000000000001000000000000271080eda1874e0086db86059cf21fa5413803b774def1", + "data": "0200000000000000010000000000002710803c8e6158237de60ae0875aefca276e431c644c2e", "destination": "", "fee": 10000, - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_index": 107, - "utxos_info": "f9a880a01a4ac55a96e0c454ba65b57d0e3c16d0465df4b11244558d4df0a044:1 4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3:1 2 ", - "unpacked_data": { - "message_type": "enhanced_send", - "message_type_id": 2, - "message_data": { - "asset": "XCP", - "quantity": 10000, - "address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "memo": null, - "asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true - }, - "quantity_normalized": "0.00010000" - } - }, + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "transaction_type": "enhanced_send", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_index": 111, + "utxos_info": " 7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648:1 2 0", "btc_amount_normalized": "0.00000000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 } ], "next_cursor": null, @@ -16620,50 +18295,9768 @@ Returns the mempool events filtered by transaction hash ## Group Routes -### Get Routes [GET /v2/routes{?verbose}{&show_unconfirmed}] +### Get Routes [GET /v2/routes{?verbose}] Return the API routes. + Parameters + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` - -## Group Z-pages - -### Check Server Health [GET /v2/healthz{?check_type}{&verbose}{&show_unconfirmed}] - -Health check route. - -+ Parameters - + check_type: `light` (str, optional) - Type of health check to perform. Options are 'light' and 'heavy' - + Default: `light` - + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. - + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. - + Default: `false` + Response 200 (application/json) ``` { "result": { - "status": "Healthy" - } - } - ``` - -### Check Server Health [GET /healthz{?check_type}{&verbose}{&show_unconfirmed}] - -Health check route. - -+ Parameters - + check_type: `light` (str, optional) - Type of health check to perform. Options are 'light' and 'heavy' - + Default: `light` - + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. - + Default: `false` - + show_unconfirmed (bool, optional) - Include results from Mempool. + "/v2/blocks": { + "function": "get_blocks", + "description": "Returns the list of the last ten blocks", + "args": [ + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The index of the most recent block to return (e.g. $LAST_BLOCK_INDEX)" + }, + { + "name": "limit", + "default": 10, + "required": false, + "type": "int", + "description": "The number of blocks to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks/last": { + "function": "get_last_block", + "description": "Return the information of the last block", + "args": [ + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks/": { + "function": "get_block_by_height", + "description": "Return the information of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_BLOCK_INDEX)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks/": { + "function": "get_block_by_hash", + "description": "Return the information of a block", + "args": [ + { + "name": "block_hash", + "required": true, + "type": "str", + "description": "The index of the block to return (e.g. $LAST_BLOCK_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//transactions": { + "function": "get_transactions_by_block", + "description": "Returns the transactions of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_BLOCK_INDEX)" + }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "bet", + "broadcast", + "btcpay", + "cancel", + "destroy", + "dispenser", + "dispense", + "dividend", + "issuance", + "order", + "send", + "enhanced_send", + "mpma", + "rps", + "rpsresolve", + "sweep", + "fairminter", + "fairmint", + "attach", + "detach", + "utxomove", + "unknown" + ], + "description": "The type of the transaction to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last transaction index to return (e.g. $LAST_TX_INDEX)" + }, + { + "name": "limit", + "default": 10, + "required": false, + "type": "int", + "description": "The maximum number of transactions to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//transactions/counts": { + "function": "get_transaction_types_count_by_block", + "description": "Returns the count of each transaction type", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_TX_INDEX)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//events": { + "function": "get_events_by_block", + "description": "Returns the events of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_EVENT_BLOCK)" + }, + { + "name": "event_name", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of events to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return (e.g. $LAST_EVENT_INDEX)" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//events/counts": { + "function": "get_event_counts_by_block", + "description": "Returns the event counts of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_BLOCK_INDEX)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//events/": { + "function": "get_events_by_block_and_event", + "description": "Returns the events of a block filtered by event", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_EVENT_BLOCK)" + }, + { + "name": "event", + "required": true, + "type": "str", + "description": "The event to filter by (e.g. CREDIT)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//credits": { + "function": "get_credits_by_block", + "description": "Returns the credits of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_CREDIT_BLOCK)" + }, + { + "name": "action", + "default": null, + "required": false, + "type": "enum[str]", + "members": [ + null, + "Closed: Max dispenses reached", + "bet settled: for equal", + "bet settled: for notequal", + "bet settled: liquidated for bear", + "btcpay", + "burn", + "cancel order", + "close dispenser", + "dispense", + "dispenser close", + "dividend", + "feed fee", + "filled", + "issuance", + "mpma send", + "open dispenser empty addr", + "order cancelled", + "order expired", + "order match", + "recredit backward quantity", + "recredit forward quantity", + "recredit wager", + "recredit wager remaining", + "reset issuance", + "send", + "sweep", + "wins" + ], + "description": "The action to filter by" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last credit index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of credits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//debits": { + "function": "get_debits_by_block", + "description": "Returns the debits of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_DEBIT_BLOCK)" + }, + { + "name": "action", + "default": null, + "required": false, + "type": "enum[str]", + "members": [ + null, + "bet", + "destroy", + "dividend", + "dividend fee", + "issuance fee", + "mpma send", + "open RPS", + "open dispenser", + "open dispenser empty addr", + "open order", + "refill dispenser", + "reopen RPS after matching expiration", + "reset destroy", + "send", + "sweep", + "sweep fee" + ], + "description": "The action to filter by" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the debits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of debits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//expirations": { + "function": "get_expirations", + "description": "Returns the expirations of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_ORDER_EXPIRATION_BLOCK)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the expirations to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of expirations to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//cancels": { + "function": "get_cancels", + "description": "Returns the cancels of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_CANCEL_BLOCK)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the cancels to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of cancels to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//destructions": { + "function": "get_destructions", + "description": "Returns the destructions of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_DESTRUCTION_BLOCK)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the destructions to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of destructions to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//issuances": { + "function": "get_issuances_by_block", + "description": "Returns the issuances of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_ISSUANCE_BLOCK)" + }, + { + "name": "asset_events", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "creation", + "reissuance", + "lock_quantity", + "reset", + "change_description", + "transfer", + "open_fairminter", + "fairmint", + "lock_description" + ], + "description": "Filter result by one or several comma separated asset events" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the issuances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of issuances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//sends": { + "function": "get_sends_by_block", + "description": "Returns the sends, include Enhanced and MPMA sends, of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_SEND_BLOCK)" + }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of the send to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the debits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of debits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//dispenses": { + "function": "get_dispenses_by_block", + "description": "Returns the dispenses of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_DISPENSE_BLOCK)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//sweeps": { + "function": "get_sweeps_by_block", + "description": "Returns the sweeps of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_SWEEP_BLOCK)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the sweeps to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of sweeps to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//fairminters": { + "function": "get_fairminters_by_block", + "description": "Returns the fairminters by its block index", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The block index of the fairminter to return (e.g. $LAST_FAIRMINTER_BLOCK)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "closed", + "pending" + ], + "description": "The status of the fairminters to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the fairminter to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of fairminter to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//fairmints": { + "function": "get_fairmints_by_block", + "description": "Returns the fairmints by its block index", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The block index of the fairmint to return (e.g. $LAST_FAIRMINT_BLOCK)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the fairmint to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of fairmint to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions": { + "function": "get_transactions", + "description": "Returns the list of the last ten transactions", + "args": [ + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "bet", + "broadcast", + "btcpay", + "cancel", + "destroy", + "dispenser", + "dispense", + "dividend", + "issuance", + "order", + "send", + "enhanced_send", + "mpma", + "rps", + "rpsresolve", + "sweep", + "fairminter", + "fairmint", + "attach", + "detach", + "utxomove", + "unknown" + ], + "description": "The type of the transaction to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The index of the most recent transactions to return (e.g. $LAST_TX_INDEX)" + }, + { + "name": "limit", + "default": 10, + "required": false, + "type": "int", + "description": "The number of transactions to return (e.g. 2)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions/counts": { + "function": "get_transaction_types_count", + "description": "Returns the count of each transaction type", + "args": [ + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions/info": { + "function": "info", + "description": "Returns Counterparty information from a raw transaction in hex format.", + "args": [ + { + "name": "rawtransaction", + "required": true, + "type": "str", + "description": "Raw transaction in hex format (e.g. $RAW_TRANSACTION_1)" + }, + { + "name": "block_index", + "default": null, + "required": false, + "type": "int", + "description": "Block index mandatory for transactions before block 335000" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions//info": { + "function": "info_by_tx_hash", + "description": "Returns Counterparty information from a transaction hash.", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "Transaction hash (e.g. $LAST_MEMPOOL_TX_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions/unpack": { + "function": "unpack", + "description": "Unpacks Counterparty data in hex format and returns the message type and data.", + "args": [ + { + "name": "datahex", + "required": true, + "type": "str", + "description": "Data in hex format (e.g. 020000000001016a65c1624e53f4d33ce02e726a6606faed60cc014d5b1a578ba3e09b4b3f8f890100000000ffffffff020000000000000000176a150d55e8b6118808b7b663b365473f142274028b8af60245092701000000160014a3df8a5a83d4e2827b59b43f5ce6ce5d2e52093f0247304402204b7a2859cbce34e725a1132fec2dd4b075503dadff0a0c407ae7c22a7712fe4d0220563ceb2ceebdf649343bb24819fc808639cce7781305b4588ffbe4a20390d2780121020ace9adf60fe4ec05dab922ccdc5727cbf664cafc7cdb845de534855266314c800000000)" + }, + { + "name": "block_index", + "default": null, + "required": false, + "type": "int", + "description": "Block index of the transaction containing this data" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions/": { + "function": "get_transaction_by_tx_index", + "description": "Returns a transaction by its index.", + "args": [ + { + "name": "tx_index", + "required": true, + "type": "int", + "description": "The index of the transaction (e.g. $LAST_TX_INDEX)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions/": { + "function": "get_transaction_by_hash", + "description": "Returns a transaction by its hash.", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction (e.g. $LAST_TX_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions//events": { + "function": "get_events_by_transaction_index", + "description": "Returns the events of a transaction", + "args": [ + { + "name": "tx_index", + "required": true, + "type": "int", + "description": "The index of the transaction to return (e.g. $LAST_EVENT_TX_INDEX)" + }, + { + "name": "event_name", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of events to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions//events": { + "function": "get_events_by_transaction_hash", + "description": "Returns the events of a transaction", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction to return (e.g. $LAST_EVENT_TX_HASH)" + }, + { + "name": "event_name", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of events to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return (e.g. $LAST_EVENT_INDEX)" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions//sends": { + "function": "get_sends_by_transaction_hash", + "description": "Returns the sends, include Enhanced and MPMA sends, of a block", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction to return (e.g. $LAST_SEND_TX_HASH)" + }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of the send to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the debits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of debits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions//dispenses": { + "function": "get_dispenses_by_transaction_hash", + "description": "Returns the dispenses of a block", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction to return (e.g. $LAST_DISPENSE_TX_HASH)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions//events/": { + "function": "get_events_by_transaction_index_and_event", + "description": "Returns the events of a transaction", + "args": [ + { + "name": "tx_index", + "required": true, + "type": "int", + "description": "The index of the transaction to return (e.g. $LAST_EVENT_TX_INDEX)" + }, + { + "name": "event", + "required": true, + "type": "str", + "description": "The event to filter by (e.g. CREDIT)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return (e.g. $LAST_EVENT_INDEX)" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions//events/": { + "function": "get_events_by_transaction_hash_and_event", + "description": "Returns the events of a transaction", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction to return (e.g. $LAST_EVENT_TX_HASH)" + }, + { + "name": "event", + "required": true, + "type": "str", + "description": "The event to filter by (e.g. CREDIT)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return (e.g. $LAST_EVENT_INDEX)" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/balances": { + "function": "get_balances_by_addresses", + "description": "Returns the balances of several addresses", + "args": [ + { + "name": "addresses", + "required": true, + "type": "str", + "description": "Comma separated list of addresses (e.g. $ADDRESS_1,$ADDRESS_2)" + }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "utxo", + "address" + ], + "description": "The type of balances to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the balances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of balances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the balances to return (overrides the `cursor` parameter) (e.g. quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/transactions": { + "function": "get_transactions_by_addresses", + "description": "Returns the transactions of a list of addresses", + "args": [ + { + "name": "addresses", + "required": true, + "type": "str", + "description": "Comma separated list of addresses to return (e.g. $ADDRESS_1,$ADDRESS_2)" + }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "bet", + "broadcast", + "btcpay", + "cancel", + "destroy", + "dispenser", + "dispense", + "dividend", + "issuance", + "order", + "send", + "enhanced_send", + "mpma", + "rps", + "rpsresolve", + "sweep", + "fairminter", + "fairmint", + "attach", + "detach", + "utxomove", + "unknown" + ], + "description": "The type of the transaction to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last transaction index to return (e.g. $LAST_TX_INDEX)" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of transactions to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/events": { + "function": "get_events_by_addresses", + "description": "Returns the events of a list of addresses", + "args": [ + { + "name": "addresses", + "required": true, + "type": "str", + "description": "Comma separated list of addresses to return (e.g. $ADDRESS_1,$ADDRESS_2)" + }, + { + "name": "event_name", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of events to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return (e.g. $LAST_EVENT_INDEX)" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/mempool": { + "function": "get_mempool_events_by_addresses", + "description": "Returns the mempool events of a list of addresses", + "args": [ + { + "name": "addresses", + "required": true, + "type": "str", + "description": "Comma separated list of addresses to return (e.g. $ADDRESS_3,$ADDRESS_4)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/balances": { + "function": "get_address_balances", + "description": "Returns the balances of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "utxo", + "address" + ], + "description": "The type of balances to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the balances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of balances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the balances to return (overrides the `cursor` parameter) (e.g. quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/balances/": { + "function": "get_balances_by_address_and_asset", + "description": "Returns the balances of an address and asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "utxo", + "address" + ], + "description": "The type of balances to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the balances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of balances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/credits": { + "function": "get_credits_by_address", + "description": "Returns the credits of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "action", + "default": null, + "required": false, + "type": "enum[str]", + "members": [ + null, + "Closed: Max dispenses reached", + "bet settled: for equal", + "bet settled: for notequal", + "bet settled: liquidated for bear", + "btcpay", + "burn", + "cancel order", + "close dispenser", + "dispense", + "dispenser close", + "dividend", + "feed fee", + "filled", + "issuance", + "mpma send", + "open dispenser empty addr", + "order cancelled", + "order expired", + "order match", + "recredit backward quantity", + "recredit forward quantity", + "recredit wager", + "recredit wager remaining", + "reset issuance", + "send", + "sweep", + "wins" + ], + "description": "The action to filter by" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the credits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of credits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/debits": { + "function": "get_debits_by_address", + "description": "Returns the debits of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "action", + "default": null, + "required": false, + "type": "enum[str]", + "members": [ + null, + "bet", + "destroy", + "dividend", + "dividend fee", + "issuance fee", + "mpma send", + "open RPS", + "open dispenser", + "open dispenser empty addr", + "open order", + "refill dispenser", + "reopen RPS after matching expiration", + "reset destroy", + "send", + "sweep", + "sweep fee" + ], + "description": "The action to filter by" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the debits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of debits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/bets": { + "function": "get_bet_by_feed", + "description": "Returns the bets of a feed", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address of the feed (e.g. $ADDRESS_1)" + }, + { + "name": "status", + "default": "open", + "required": false, + "type": "enum[str]", + "members": [ + "cancelled", + "dropped", + "expired", + "filled", + "open" + ], + "description": "The status of the bet (e.g. filled)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the bets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of bets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/broadcasts": { + "function": "get_broadcasts_by_source", + "description": "Returns the broadcasts of a source", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the broadcasts to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of broadcasts to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/burns": { + "function": "get_burns_by_address", + "description": "Returns the burns of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the burns to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of burns to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/sends": { + "function": "get_sends_by_address", + "description": "Returns the sends, include Enhanced and MPMA sends, of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of sends to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the sends to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of sends to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/receives": { + "function": "get_receive_by_address", + "description": "Returns the receives of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_5)" + }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of sends to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the sends to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of sends to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/sends/": { + "function": "get_sends_by_address_and_asset", + "description": "Returns the sends, include Enhanced and MPMA sends, of an address and asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. $ASSET_5)" + }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of sends to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the sends to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of sends to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/receives/": { + "function": "get_receive_by_address_and_asset", + "description": "Returns the receives of an address and asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_5)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. $ASSET_5)" + }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of sends to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the sends to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of sends to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/dispensers": { + "function": "get_dispensers_by_address", + "description": "Returns the dispensers of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "closed", + "closing", + "open_empty_address" + ], + "description": "The status of the dispensers to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispensers to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispensers to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the dispensers to return (overrides the `cursor` parameter) (e.g. give_quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/dispensers/": { + "function": "get_dispenser_by_address_and_asset", + "description": "Returns the dispenser of an address and an asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/dispenses/sends": { + "function": "get_dispenses_by_source", + "description": "Returns the dispenses of a source", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/dispenses/receives": { + "function": "get_dispenses_by_destination", + "description": "Returns the dispenses of a destination", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_2)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/dispenses/sends/": { + "function": "get_dispenses_by_source_and_asset", + "description": "Returns the dispenses of an address and an asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/dispenses/receives/": { + "function": "get_dispenses_by_destination_and_asset", + "description": "Returns the dispenses of an address and an asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_2)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/sweeps": { + "function": "get_sweeps_by_address", + "description": "Returns the sweeps of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_3)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the sweeps to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of sweeps to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/issuances": { + "function": "get_issuances_by_address", + "description": "Returns the issuances of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "asset_events", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "creation", + "reissuance", + "lock_quantity", + "reset", + "change_description", + "transfer", + "open_fairminter", + "fairmint", + "lock_description" + ], + "description": "Filter result by one or several comma separated asset events" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the issuances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of issuances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/assets": { + "function": "get_valid_assets_by_issuer_or_owner", + "description": "Returns the valid assets issued or owned by an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The issuer or owner to return (e.g. $ADDRESS_1)" + }, + { + "name": "named", + "default": null, + "required": false, + "type": "bool", + "description": "Whether to return only named assets (e.g. true)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the assets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of assets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/assets/issued": { + "function": "get_valid_assets_by_issuer", + "description": "Returns the valid assets issued by an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The issuer to return (e.g. $ADDRESS_1)" + }, + { + "name": "named", + "default": null, + "required": false, + "type": "bool", + "description": "Whether to return only named assets (e.g. true)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the assets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of assets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/assets/owned": { + "function": "get_valid_assets_by_owner", + "description": "Returns the valid assets owned by an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The owner to return (e.g. $ADDRESS_1)" + }, + { + "name": "named", + "default": null, + "required": false, + "type": "bool", + "description": "Whether to return only named assets (e.g. true)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the assets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of assets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/transactions": { + "function": "get_transactions_by_address", + "description": "Returns the transactions of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "bet", + "broadcast", + "btcpay", + "cancel", + "destroy", + "dispenser", + "dispense", + "dividend", + "issuance", + "order", + "send", + "enhanced_send", + "mpma", + "rps", + "rpsresolve", + "sweep", + "fairminter", + "fairmint", + "attach", + "detach", + "utxomove", + "unknown" + ], + "description": "The type of the transaction to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last transaction index to return (e.g. $LAST_TX_INDEX)" + }, + { + "name": "limit", + "default": 10, + "required": false, + "type": "int", + "description": "The maximum number of transactions to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/transactions/counts": { + "function": "get_transaction_types_count_by_address", + "description": "Returns the count of each transaction type", + "args": [ + { + "name": "address", + "required": true, + "type": "str" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/dividends": { + "function": "get_dividends_distributed_by_address", + "description": "Returns the dividends distributed by an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the assets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of assets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/orders": { + "function": "get_orders_by_address", + "description": "Returns the orders of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "expired", + "filled", + "cancelled" + ], + "description": "The status of the orders to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the orders to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of orders to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the orders to return (overrides the `cursor` parameter) (e.g. expiration:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/fairminters": { + "function": "get_fairminters_by_address", + "description": "Returns the fairminter by its source", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The source of the fairminter to return (e.g. $ADDRESS_1)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "closed", + "pending" + ], + "description": "The status of the fairminters to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/fairmints": { + "function": "get_fairmints_by_address", + "description": "Returns the mints by address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address of the mints to return (e.g. $ADDRESS_2)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/fairmints/": { + "function": "get_fairmints_by_address_and_asset", + "description": "Returns the mints by address and asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address of the mints to return (e.g. $ADDRESS_2)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset of the mints to return (e.g. $ASSET_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/utxos//balances": { + "function": "get_utxo_balances", + "description": "Returns the balances of an utxo", + "args": [ + { + "name": "utxo", + "required": true, + "type": "str", + "description": "The utxo to return (e.g. $UTXO_WITH_BALANCE)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the balances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of balances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/utxos/withbalances": { + "function": "utxos_with_balances", + "description": "Check if the utxos have balances", + "args": [ + { + "name": "utxos", + "required": true, + "type": "str", + "description": "Comma separated list of utxos (e.g. $UTXO_1,$UTXO_2)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/bet": { + "function": "compose_bet", + "description": "Composes a transaction to issue a bet against a feed.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will make the bet (e.g. $ADDRESS_1)" + }, + { + "name": "feed_address", + "required": true, + "type": "str", + "description": "The address that hosts the feed to be bet on (e.g. $ADDRESS_2)" + }, + { + "name": "bet_type", + "required": true, + "type": "int", + "description": "Bet 0 for Bullish CFD (deprecated), 1 for Bearish CFD (deprecated), 2 for Equal, 3 for NotEqual (e.g. 2)" + }, + { + "name": "deadline", + "required": true, + "type": "int", + "description": "The time at which the bet should be decided/settled, in Unix time (seconds since epoch) (e.g. 3000000000)" + }, + { + "name": "wager_quantity", + "required": true, + "type": "int", + "description": "The quantities of XCP to wager (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "counterwager_quantity", + "required": true, + "type": "int", + "description": "The minimum quantities of XCP to be wagered against, for the bets to match (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "expiration", + "required": true, + "type": "int", + "description": "The number of blocks after which the bet expires if it remains unmatched (e.g. 100)" + }, + { + "name": "leverage", + "default": 5040, + "required": false, + "type": "int", + "description": "Leverage, as a fraction of 5040" + }, + { + "name": "target_value", + "default": null, + "required": false, + "type": "int", + "description": "Target value for Equal/NotEqual bet (e.g. 1000)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/broadcast": { + "function": "compose_broadcast", + "description": "Composes a transaction to broadcast textual and numerical information to the network.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be sending (must have the necessary quantity of the specified asset) (e.g. $ADDRESS_1)" + }, + { + "name": "timestamp", + "required": true, + "type": "int", + "description": "The timestamp of the broadcast, in Unix time (e.g. 4003903985)" + }, + { + "name": "value", + "required": true, + "type": "float", + "description": "Numerical value of the broadcast (e.g. 100)" + }, + { + "name": "fee_fraction", + "required": true, + "type": "float", + "description": "How much of every bet on this feed should go to its operator; a fraction of 1, (i.e. 0.05 is five percent) (e.g. 0.05)" + }, + { + "name": "text", + "required": true, + "type": "str", + "description": "The textual part of the broadcast (e.g. \"Hello, world!\")" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/btcpay": { + "function": "compose_btcpay", + "description": "Composes a transaction to pay for a BTC order match.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be sending the payment (e.g. $ADDRESS_1)" + }, + { + "name": "order_match_id", + "required": true, + "type": "str", + "description": "The ID of the order match to pay for (e.g. $LAST_ORDER_MATCH_ID)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/burn": { + "function": "compose_burn", + "description": "Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, possible between blocks 278310 and 283810; on testnet it is still available).", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address with the BTC to burn (e.g. $ADDRESS_1)" + }, + { + "name": "quantity", + "required": true, + "type": "int", + "description": "The quantities of BTC to burn (in satoshis, hence integer) (1 BTC maximum burn per address) (e.g. 1000)" + }, + { + "name": "overburn", + "default": false, + "required": false, + "type": "bool", + "description": "Whether to allow the burn to exceed 1 BTC for the address" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/cancel": { + "function": "compose_cancel", + "description": "Composes a transaction to cancel an open order or bet.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that placed the order/bet to be cancelled (e.g. $ADDRESS_6)" + }, + { + "name": "offer_hash", + "required": true, + "type": "str", + "description": "The hash of the order/bet to be cancelled (e.g. $LAST_OPEN_ORDER_TX_HASH)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/destroy": { + "function": "compose_destroy", + "description": "Composes a transaction to destroy a quantity of an asset.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be sending the asset to be destroyed (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to be destroyed (e.g. XCP)" + }, + { + "name": "quantity", + "required": true, + "type": "int", + "description": "The quantity of the asset to be destroyed (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "tag", + "required": true, + "type": "str", + "description": "A tag for the destruction (e.g. \"bugs!\")" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/dispenser": { + "function": "compose_dispenser", + "description": "Composes a transaction to opens or closes a dispenser for a given asset at a given rate of main chain asset (BTC). Escrowed quantity on open must be equal or greater than give_quantity. It is suggested that you escrow multiples of give_quantity to ease dispenser operation.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) (e.g. $ADDRESS_9)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset or subasset to dispense (e.g. XCP)" + }, + { + "name": "give_quantity", + "required": true, + "type": "int", + "description": "The quantity of the asset to dispense (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "escrow_quantity", + "required": true, + "type": "int", + "description": "The quantity of the asset to reserve for this dispenser (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "mainchainrate", + "required": true, + "type": "int", + "description": "The quantity of the main chain asset (BTC) per dispensed portion (in satoshis, hence integer) (e.g. 100)" + }, + { + "name": "status", + "required": true, + "type": "int", + "description": "The state of the dispenser. 0 for open, 1 for open using open_address, 10 for closed (e.g. 0)" + }, + { + "name": "open_address", + "default": null, + "required": false, + "type": "str", + "description": "The address that you would like to open the dispenser on; MUST be equal to `address` from block 866000 onwards" + }, + { + "name": "oracle_address", + "default": null, + "required": false, + "type": "str", + "description": "The address that you would like to use as a price oracle for this dispenser" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/dividend": { + "function": "compose_dividend", + "description": "Composes a transaction to issue a dividend to holders of a given asset.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) (e.g. $ADDRESS_1)" + }, + { + "name": "quantity_per_unit", + "required": true, + "type": "int", + "description": "The amount of dividend_asset rewarded (in satoshis, hence integer) (e.g. 1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset or subasset that the dividends are being rewarded on (e.g. MYASSETA)" + }, + { + "name": "dividend_asset", + "required": true, + "type": "str", + "description": "The asset or subasset that the dividends are paid in (e.g. XCP)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/issuance": { + "function": "compose_issuance", + "description": "Composes a transaction to Issue a new asset, issue more of an existing asset, lock an asset, reset existing supply, or transfer the ownership of an asset.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be issuing or transfering the asset (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The assets to issue or transfer. This can also be a subasset longname for new subasset issuances (e.g. XCPTEST)" + }, + { + "name": "quantity", + "required": true, + "type": "int", + "description": "The quantity of the asset to issue (set to 0 if transferring an asset) (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "transfer_destination", + "default": null, + "required": false, + "type": "str", + "description": "The address to receive the asset (e.g. $ADDRESS_1)" + }, + { + "name": "divisible", + "default": true, + "required": false, + "type": "bool", + "description": "Whether this asset is divisible or not (if a transfer, this value must match the value specified when the asset was originally issued)" + }, + { + "name": "lock", + "default": false, + "required": false, + "type": "bool", + "description": "Whether this issuance should lock supply of this asset forever" + }, + { + "name": "reset", + "default": false, + "required": false, + "type": "bool", + "description": "Wether this issuance should reset any existing supply" + }, + { + "name": "description", + "default": null, + "required": false, + "type": "str", + "description": "A textual description for the asset" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/mpma": { + "function": "compose_mpma", + "description": "Composes a transaction to send multiple payments to multiple addresses.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be sending (must have the necessary quantity of the specified asset) (e.g. $ADDRESS_2)" + }, + { + "name": "assets", + "required": true, + "type": "str", + "description": "comma-separated list of assets to send (e.g. XCP,FAIRMINTC)" + }, + { + "name": "destinations", + "required": true, + "type": "str", + "description": "comma-separated list of addresses to send to (e.g. $ADDRESS_1,$ADDRESS_2)" + }, + { + "name": "quantities", + "required": true, + "type": "str", + "description": "comma-separated list of quantities to send (in satoshis, hence integer) (e.g. 1,2)" + }, + { + "name": "memos", + "default": null, + "required": false, + "type": "list", + "description": "One `memos` argument by send, if any" + }, + { + "name": "memos_are_hex", + "default": null, + "required": false, + "type": "bool", + "description": "Whether the memos are in hexadecimal format" + }, + { + "name": "memo", + "default": null, + "required": false, + "type": "str", + "description": "The Memo associated with this transaction, used by default for all sends if no `memos` are specified" + }, + { + "name": "memo_is_hex", + "default": false, + "required": false, + "type": "bool", + "description": "Whether the memo field is a hexadecimal string" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/order": { + "function": "compose_order", + "description": "Composes a transaction to place an order on the distributed exchange.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) (e.g. $ADDRESS_1)" + }, + { + "name": "give_asset", + "required": true, + "type": "str", + "description": "The asset that will be given in the trade (e.g. XCP)" + }, + { + "name": "give_quantity", + "required": true, + "type": "int", + "description": "The quantity of the asset that will be given (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "get_asset", + "required": true, + "type": "str", + "description": "The asset that will be received in the trade (e.g. $ASSET_1)" + }, + { + "name": "get_quantity", + "required": true, + "type": "int", + "description": "The quantity of the asset that will be received (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "expiration", + "required": true, + "type": "int", + "description": "The number of blocks for which the order should be valid (e.g. 100)" + }, + { + "name": "fee_required", + "required": true, + "type": "int", + "description": "The miners\u2019 fee required to be paid by orders for them to match this one; in BTC; required only if buying BTC (may be zero, though) (e.g. 100)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/send": { + "function": "compose_send", + "description": "Composes a transaction to send a quantity of an asset to another address.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be sending (must have the necessary quantity of the specified asset) (e.g. $ADDRESS_1)" + }, + { + "name": "destination", + "required": true, + "type": "str", + "description": "The address that will be receiving the asset (e.g. $ADDRESS_2)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset or subasset to send (e.g. XCP)" + }, + { + "name": "quantity", + "required": true, + "type": "int", + "description": "The quantity of the asset to send (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "memo", + "default": null, + "required": false, + "type": "str", + "description": "The Memo associated with this transaction" + }, + { + "name": "memo_is_hex", + "default": false, + "required": false, + "type": "bool", + "description": "Whether the memo field is a hexadecimal string" + }, + { + "name": "use_enhanced_send", + "default": true, + "required": false, + "type": "bool", + "description": "If this is false, the construct a legacy transaction sending bitcoin dust" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/sweep": { + "function": "compose_sweep", + "description": "Composes a transaction to Sends all assets and/or transfer ownerships to a destination address.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be sending (e.g. $ADDRESS_1)" + }, + { + "name": "destination", + "required": true, + "type": "str", + "description": "The address to receive the assets and/or ownerships (e.g. $ADDRESS_2)" + }, + { + "name": "flags", + "required": true, + "type": "int", + "description": "An OR mask of flags indicating how the sweep should be processed. Possible flags are:\n- FLAG_BALANCES: (integer) 1, specifies that all balances should be transferred.\n- FLAG_OWNERSHIP: (integer) 2, specifies that all ownerships should be transferred.\n- FLAG_BINARY_MEMO: (integer) 4, specifies that the memo is in binary/hex form.\n(e.g. 7)" + }, + { + "name": "memo", + "required": true, + "type": "str", + "description": "The Memo associated with this transaction in hex format (e.g. FFFF)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/dispense": { + "function": "compose_dispense", + "description": "Composes a transaction to send BTC to a dispenser.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be sending (must have the necessary quantity of BTC) (e.g. $ADDRESS_1)" + }, + { + "name": "dispenser", + "required": true, + "type": "str", + "description": "The dispenser that will be receiving the asset (e.g. $ADDRESS_4)" + }, + { + "name": "quantity", + "required": true, + "type": "int", + "description": "The quantity of BTC to send (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/fairminter": { + "function": "compose_fairminter", + "description": "Composes a transaction to issue a new asset using the FairMinter protocol.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be issuing the asset (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to issue (e.g. MYASSET)" + }, + { + "name": "asset_parent", + "default": "", + "required": false, + "type": "str", + "description": "The parent asset of the asset to issue" + }, + { + "name": "price", + "default": 0, + "required": false, + "type": "int", + "description": "The price in XCP of the asset to issue (e.g. 10)" + }, + { + "name": "quantity_by_price", + "default": 1, + "required": false, + "type": "int", + "description": "The quantity of asset to mint per `price` paid" + }, + { + "name": "max_mint_per_tx", + "default": 0, + "required": false, + "type": "int", + "description": "Amount minted if price is equal to 0; otherwise, maximum amount of asset that can be minted in a single transaction; if 0, there is no limit" + }, + { + "name": "hard_cap", + "default": 0, + "required": false, + "type": "int", + "description": "The maximum amount of asset that can be minted; if 0 there is no limit" + }, + { + "name": "premint_quantity", + "default": 0, + "required": false, + "type": "int", + "description": "Amount of asset to be minted when the sale starts, if 0, no premint; preminted assets are sent to the source of the transaction" + }, + { + "name": "start_block", + "default": 0, + "required": false, + "type": "int", + "description": "The block at which the sale starts" + }, + { + "name": "end_block", + "default": 0, + "required": false, + "type": "int", + "description": "The block at which the sale ends" + }, + { + "name": "soft_cap", + "default": 0, + "required": false, + "type": "int", + "description": "Minimum amount of asset to be minted, if None, no minimum; if the soft cap is not reached by the soft_cap_deadline_block, the sale is canceled, asset is revoked from all minters and all payments are refunded" + }, + { + "name": "soft_cap_deadline_block", + "default": 0, + "required": false, + "type": "int", + "description": "The block at which the soft cap must be reached" + }, + { + "name": "minted_asset_commission", + "default": 0.0, + "required": false, + "type": "float", + "description": "Commission to be paid in minted asset, a fraction of 1 (i.e., 0.05 is five percent); the commission is deducted from the asset received by the minter and sent to the Fair Minter owner" + }, + { + "name": "burn_payment", + "default": false, + "required": false, + "type": "bool", + "description": "If True, the payment asset is burned, otherwise it is sent to the source" + }, + { + "name": "lock_description", + "default": false, + "required": false, + "type": "bool", + "description": "If True, the description of the asset is locked" + }, + { + "name": "lock_quantity", + "default": false, + "required": false, + "type": "bool", + "description": "If True, the quantity of the asset cannot be changed after the minting" + }, + { + "name": "divisible", + "default": true, + "required": false, + "type": "bool", + "description": "If True, the asset is divisible" + }, + { + "name": "description", + "default": "", + "required": false, + "type": "str", + "description": "The description of the asset. Overrides the current description if the asset already exists." + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/fairmint": { + "function": "compose_fairmint", + "description": "Composes a transaction to mint a quantity of an asset using the FairMinter protocol.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be minting the asset (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to mint (e.g. OPENFAIR)" + }, + { + "name": "quantity", + "default": 0, + "required": false, + "type": "int", + "description": "The quantity of the asset to mint (in satoshis, hence integer)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/attach": { + "function": "compose_attach", + "description": "Composes a transaction to attach assets from an address to UTXO.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address from which the assets are attached (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset or subasset to attach (e.g. XCP)" + }, + { + "name": "quantity", + "required": true, + "type": "int", + "description": "The quantity of the asset to attach (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "destination_vout", + "default": null, + "required": false, + "type": "str", + "description": "The vout of the destination output" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/utxos//compose/detach": { + "function": "compose_detach", + "description": "Composes a transaction to detach assets from UTXO to an address.", + "args": [ + { + "name": "utxo", + "required": true, + "type": "str", + "description": "The utxo from which the assets are detached (e.g. $UTXO_WITH_BALANCE)" + }, + { + "name": "destination", + "default": null, + "required": false, + "type": "str", + "description": "The address to detach the assets to, if not provided the addresse corresponding to the utxo is used (e.g. $ADDRESS_1)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/utxos//compose/movetoutxo": { + "function": "compose_movetoutxo", + "description": "Composes a transaction like a send but for moving from one UTXO to another, with the destination is specified as an address.", + "args": [ + { + "name": "utxo", + "required": true, + "type": "str", + "description": "The utxo from which the assets are moved (e.g. $UTXO_WITH_BALANCE)" + }, + { + "name": "destination", + "required": true, + "type": "str", + "description": "the address for which the destination utxo will be created (e.g. $ADDRESS_1)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/compose/attach/estimatexcpfees": { + "function": "get_attach_estimate_xcp_fee", + "description": "Returns the estimated fee for attaching assets to a UTXO.", + "args": [ + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets": { + "function": "get_valid_assets", + "description": "Returns the valid assets", + "args": [ + { + "name": "named", + "default": null, + "required": false, + "type": "bool", + "description": "Whether to return only named assets (e.g. true)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the assets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of assets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets/": { + "function": "get_asset", + "description": "Returns an asset by its name", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The name of the asset to return (e.g. $ASSET_1)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//balances": { + "function": "get_asset_balances", + "description": "Returns the asset balances", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. $ASSET_1)" + }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "utxo", + "address" + ], + "description": "The type of balances to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the balances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of balances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the balances to return (overrides the `cursor` parameter) (e.g. quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//balances/
": { + "function": "get_balances_by_asset_and_address", + "description": "Returns the balances of an address and asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//orders": { + "function": "get_orders_by_asset", + "description": "Returns the orders of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "expired", + "filled", + "cancelled" + ], + "description": "The status of the orders to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the orders to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of orders to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the orders to return (overrides the `cursor` parameter) (e.g. expiration:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//matches": { + "function": "get_order_matches_by_asset", + "description": "Returns the orders of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "pending", + "completed", + "expired" + ], + "description": "The status of the order matches to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the order matches to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of order matches to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the order matches to return (overrides the `cursor` parameter) (e.g. forward_quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//credits": { + "function": "get_credits_by_asset", + "description": "Returns the credits of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. $ASSET_1)" + }, + { + "name": "action", + "default": null, + "required": false, + "type": "enum[str]", + "members": [ + null, + "Closed: Max dispenses reached", + "bet settled: for equal", + "bet settled: for notequal", + "bet settled: liquidated for bear", + "btcpay", + "burn", + "cancel order", + "close dispenser", + "dispense", + "dispenser close", + "dividend", + "feed fee", + "filled", + "issuance", + "mpma send", + "open dispenser empty addr", + "order cancelled", + "order expired", + "order match", + "recredit backward quantity", + "recredit forward quantity", + "recredit wager", + "recredit wager remaining", + "reset issuance", + "send", + "sweep", + "wins" + ], + "description": "The action to filter by" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the credits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of credits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//debits": { + "function": "get_debits_by_asset", + "description": "Returns the debits of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "action", + "default": null, + "required": false, + "type": "enum[str]", + "members": [ + null, + "bet", + "destroy", + "dividend", + "dividend fee", + "issuance fee", + "mpma send", + "open RPS", + "open dispenser", + "open dispenser empty addr", + "open order", + "refill dispenser", + "reopen RPS after matching expiration", + "reset destroy", + "send", + "sweep", + "sweep fee" + ], + "description": "The action to filter by" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the debits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of debits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//dividends": { + "function": "get_dividends_by_asset", + "description": "Returns the dividends of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. $ASSET_5)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dividend to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dividend to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//issuances": { + "function": "get_issuances_by_asset", + "description": "Returns the issuances of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. $ASSET_1)" + }, + { + "name": "asset_events", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "creation", + "reissuance", + "lock_quantity", + "reset", + "change_description", + "transfer", + "open_fairminter", + "fairmint", + "lock_description" + ], + "description": "Filter result by one or several comma separated asset events" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the issuances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of issuances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//sends": { + "function": "get_sends_by_asset", + "description": "Returns the sends, include Enhanced and MPMA sends, of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of the send to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the debits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of debits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//dispensers": { + "function": "get_dispensers_by_asset", + "description": "Returns the dispensers of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "closed", + "closing", + "open_empty_address" + ], + "description": "The status of the dispensers to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispensers to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispensers to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the dispensers to return (overrides the `cursor` parameter) (e.g. give_quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//dispensers/
": { + "function": "get_dispenser_by_address_and_asset", + "description": "Returns the dispenser of an address and an asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//holders": { + "function": "get_asset_holders", + "description": "Returns the holders of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. $ASSET_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the holder to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of holders to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the holders to return (overrides the `cursor` parameter) (e.g. quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//dispenses": { + "function": "get_dispenses_by_asset", + "description": "Returns the dispenses of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//subassets": { + "function": "get_subassets_by_asset", + "description": "Returns asset subassets", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The name of the asset to return (e.g. $ASSET_7)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the assets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of assets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//fairminters": { + "function": "get_fairminters_by_asset", + "description": "Returns the fairminter by its asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset of the fairminter to return (e.g. $ASSET_1)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "closed", + "pending" + ], + "description": "The status of the fairminters to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//fairmints": { + "function": "get_fairmints_by_asset", + "description": "Returns the mints by asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset of the mints to return (e.g. $ASSET_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//fairmints/
": { + "function": "get_fairmints_by_address_and_asset", + "description": "Returns the mints by address and asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address of the mints to return (e.g. $ADDRESS_2)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset of the mints to return (e.g. $ASSET_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/orders": { + "function": "get_orders", + "description": "Returns all the orders", + "args": [ + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "expired", + "filled", + "cancelled" + ], + "description": "The status of the orders to return" + }, + { + "name": "get_asset", + "default": null, + "required": false, + "type": "str", + "description": "The get asset to return" + }, + { + "name": "give_asset", + "default": null, + "required": false, + "type": "str", + "description": "The give asset to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the orders to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of orders to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the orders to return (overrides the `cursor` parameter) (e.g. expiration:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/orders/": { + "function": "get_order", + "description": "Returns the information of an order", + "args": [ + { + "name": "order_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction that created the order (e.g. $LAST_ORDER_TX_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/orders//matches": { + "function": "get_order_matches_by_order", + "description": "Returns the order matches of an order", + "args": [ + { + "name": "order_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction that created the order (e.g. $ORDER_WITH_MATCH_HASH)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "pending", + "completed", + "expired" + ], + "description": "The status of the order matches to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the order matches to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of order matches to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the order matches to return (overrides the `cursor` parameter) (e.g. forward_quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/orders//btcpays": { + "function": "get_btcpays_by_order", + "description": "Returns the BTC pays of an order", + "args": [ + { + "name": "order_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction that created the order (e.g. $ORDER_WITH_BTCPAY_HASH)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the resolutions to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of resolutions to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/orders//": { + "function": "get_orders_by_two_assets", + "description": "Returns the orders to exchange two assets", + "args": [ + { + "name": "asset1", + "required": true, + "type": "str", + "description": "The first asset to return (e.g. BTC)" + }, + { + "name": "asset2", + "required": true, + "type": "str", + "description": "The second asset to return (e.g. XCP)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "expired", + "filled", + "cancelled" + ], + "description": "The status of the orders to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the orders to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of orders to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the orders to return (overrides the `cursor` parameter) (e.g. expiration:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/orders///matches": { + "function": "get_order_matches_by_two_assets", + "description": "Returns the orders to exchange two assets", + "args": [ + { + "name": "asset1", + "required": true, + "type": "str", + "description": "The first asset to return (e.g. BTC)" + }, + { + "name": "asset2", + "required": true, + "type": "str", + "description": "The second asset to return (e.g. XCP)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "pending", + "completed", + "expired" + ], + "description": "The status of the order matches to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the order matches to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of order matches to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the order matches to return (overrides the `cursor` parameter) (e.g. forward_quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/order_matches": { + "function": "get_all_order_matches", + "description": "Returns all the order matches", + "args": [ + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "pending", + "completed", + "expired" + ], + "description": "The status of the order matches to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the order matches to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of order matches to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the order matches to return (overrides the `cursor` parameter) (e.g. forward_quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bets": { + "function": "get_bets", + "description": "Returns the bets of a feed", + "args": [ + { + "name": "status", + "default": "open", + "required": false, + "type": "enum[str]", + "members": [ + "cancelled", + "dropped", + "expired", + "filled", + "open" + ], + "description": "The status of the bet (e.g. filled)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the bets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of bets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bets/": { + "function": "get_bet", + "description": "Returns the information of a bet", + "args": [ + { + "name": "bet_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction that created the bet (e.g. 5d097b4729cb74d927b4458d365beb811a26fcee7f8712f049ecbe780eb496ed)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bets//matches": { + "function": "get_bet_matches_by_bet", + "description": "Returns the bet matches of a bet", + "args": [ + { + "name": "bet_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction that created the bet (e.g. 5d097b4729cb74d927b4458d365beb811a26fcee7f8712f049ecbe780eb496ed)" + }, + { + "name": "status", + "default": "pending", + "required": false, + "type": "enum[str]", + "members": [ + "dropped", + "expired", + "pending", + "settled: for equal", + "settled: for notequal", + "settled: liquidated for bear" + ], + "description": "The status of the bet matches (e.g. expired)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the bet matches to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of bet matches to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bets//resolutions": { + "function": "get_resolutions_by_bet", + "description": "Returns the resolutions of a bet", + "args": [ + { + "name": "bet_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction that created the bet (e.g. 36bbbb7dbd85054dac140a8ad8204eda2ee859545528bd2a9da69ad77c277ace)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the resolutions to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of resolutions to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/burns": { + "function": "get_all_burns", + "description": "Returns the burns", + "args": [ + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the burns to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of burns to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/dispensers": { + "function": "get_dispensers", + "description": "Returns all dispensers", + "args": [ + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "closed", + "closing", + "open_empty_address" + ], + "description": "The status of the dispensers to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispensers to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispensers to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the dispensers to return (overrides the `cursor` parameter) (e.g. block_index:asc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/dispensers/": { + "function": "get_dispenser_info_by_hash", + "description": "Returns the dispenser information by tx_hash", + "args": [ + { + "name": "dispenser_hash", + "required": true, + "type": "str", + "description": "The hash of the dispenser to return (e.g. $DISPENSER_TX_HASH_1)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/dispensers//dispenses": { + "function": "get_dispenses_by_dispenser", + "description": "Returns the dispenses of a dispenser", + "args": [ + { + "name": "dispenser_hash", + "required": true, + "type": "str", + "description": "The hash of the dispenser to return (e.g. $DISPENSER_TX_HASH_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/dividends": { + "function": "get_dividends", + "description": "Returns all the dividends", + "args": [ + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dividend to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dividend to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/dividends/": { + "function": "get_dividend", + "description": "Returns a dividend by its hash", + "args": [ + { + "name": "dividend_hash", + "required": true, + "type": "str", + "description": "The hash of the dividend to return (e.g. $LAST_DIVIDEND_TX_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/dividends//credits": { + "function": "get_dividend_disribution", + "description": "Returns a dividend distribution by its hash", + "args": [ + { + "name": "dividend_hash", + "required": true, + "type": "str", + "description": "The hash of the dividend distribution to return (e.g. $LAST_DIVIDEND_TX_HASH)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the credit to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of credit to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/events": { + "function": "get_all_events", + "description": "Returns all events", + "args": [ + { + "name": "event_name", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of events to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return (e.g. $LAST_EVENT_INDEX)" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/events/": { + "function": "get_event_by_index", + "description": "Returns the event of an index", + "args": [ + { + "name": "event_index", + "required": true, + "type": "int", + "description": "The index of the event to return (e.g. $LAST_EVENT_INDEX)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/events/counts": { + "function": "get_all_events_counts", + "description": "Returns the event counts of all blocks", + "args": [ + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/events/": { + "function": "get_events_by_name", + "description": "Returns the events filtered by event name", + "args": [ + { + "name": "event", + "required": true, + "type": "str", + "description": "The event to return (e.g. CREDIT)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return (e.g. $LAST_EVENT_INDEX)" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/events//count": { + "function": "get_event_count", + "description": "Returns the number of events", + "args": [ + { + "name": "event", + "required": true, + "type": "str", + "description": "The name of the event to return (e.g. CREDIT)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/dispenses": { + "function": "get_dispenses", + "description": "Returns all the dispenses", + "args": [ + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/sends": { + "function": "get_sends", + "description": "Returns all the sends include Enhanced and MPMA sends", + "args": [ + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of the send to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the debits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of debits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/issuances": { + "function": "get_issuances", + "description": "Returns all the issuances", + "args": [ + { + "name": "asset_events", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "creation", + "reissuance", + "lock_quantity", + "reset", + "change_description", + "transfer", + "open_fairminter", + "fairmint", + "lock_description" + ], + "description": "Filter result by one or several comma separated asset events" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the issuances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of issuances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/issuances/": { + "function": "get_issuance_by_transaction_hash", + "description": "Returns the issuances of a block", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction to return (e.g. $LAST_ISSUANCE_TX_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/sweeps": { + "function": "get_sweeps", + "description": "Returns all sweeps", + "args": [ + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the sweeps to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of sweeps to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/sweeps/": { + "function": "get_sweep_by_transaction_hash", + "description": "Returns the sweeps of a transaction", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction to return (e.g. $LAST_SWEEP_TX_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/broadcasts": { + "function": "get_valid_broadcasts", + "description": "Returns all valid broadcasts", + "args": [ + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the broadcasts to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of broadcasts to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/broadcasts/": { + "function": "get_broadcast_by_transaction_hash", + "description": "Returns the broadcast of a transaction", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction to return (e.g. $LAST_BROADCAST_TX_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/fairminters": { + "function": "get_all_fairminters", + "description": "Returns all fairminters", + "args": [ + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "closed", + "pending" + ], + "description": "The status of the fairminters to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the fairminter to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of fairminter to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/fairminters/": { + "function": "get_fairminter", + "description": "Returns the fairminter by its hash", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/fairminters//fairmints": { + "function": "get_fairmints_by_fairminter", + "description": "Returns the mints by fairminter", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/fairmints": { + "function": "get_all_fairmints", + "description": "Returns all fairmints", + "args": [ + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the fairmint to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of fairmint to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/fairmints/": { + "function": "get_fairmint", + "description": "Returns the fairmint by its hash", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the fairmint to return (e.g. $LAST_FAIRMINT_TX_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/addresses/utxos": { + "function": "get_unspent_txouts_by_addresses", + "description": "Returns a list of unspent outputs for a list of addresses", + "args": [ + { + "name": "addresses", + "required": true, + "type": "str", + "description": "The addresses to search for (e.g. $ADDRESS_7,$ADDRESS_8)" + }, + { + "name": "unconfirmed", + "default": false, + "required": false, + "type": "bool", + "description": "Include unconfirmed transactions" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/addresses/
/transactions": { + "function": "get_transactions_by_address", + "description": "Returns all transactions involving a given address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to search for (e.g. $ADDRESS_3)" + }, + { + "name": "unconfirmed", + "default": true, + "required": false, + "type": "bool", + "description": "Include unconfirmed transactions (e.g. True)" + }, + { + "name": "only_tx_hashes", + "default": false, + "required": false, + "type": "bool", + "description": "Return only the tx hashes (e.g. True)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/addresses/
/transactions/oldest": { + "function": "get_oldest_transaction_by_address", + "description": "Get the oldest transaction for an address.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to search for. (e.g. $ADDRESS_9)" + }, + { + "name": "block_index", + "default": null, + "required": false, + "type": "int", + "description": "The block index to search from." + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/addresses/
/utxos": { + "function": "get_unspent_txouts", + "description": "Returns a list of unspent outputs for a specific address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to search for (e.g. $ADDRESS_7)" + }, + { + "name": "unconfirmed", + "default": false, + "required": false, + "type": "bool", + "description": "Include unconfirmed transactions" + }, + { + "name": "unspent_tx_hash", + "default": null, + "required": false, + "type": "str", + "description": "Filter by unspent_tx_hash" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/addresses/
/pubkey": { + "function": "pubkeyhash_to_pubkey", + "description": "Get pubkey for an address.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "Address to get pubkey for. (e.g. $ADDRESS_1)" + }, + { + "name": "provided_pubkeys", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of provided pubkeys." + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/transactions/": { + "function": "get_transaction", + "description": "Get a transaction from the blockchain", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The transaction hash (e.g. $LAST_TX_HASH)" + }, + { + "name": "format", + "default": "json", + "required": false, + "type": "str", + "description": "Whether to return JSON output or raw hex (e.g. hex)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/estimatesmartfee": { + "function": "fee_per_kb", + "description": "Get the fee per kilobyte for a transaction to be confirmed in `conf_target` blocks.", + "args": [ + { + "name": "conf_target", + "default": 3, + "required": false, + "type": "int", + "description": "Confirmation target in blocks (1 - 1008) (e.g. 2)" + }, + { + "name": "mode", + "default": "CONSERVATIVE", + "required": false, + "type": "str", + "description": "The fee estimate mode. (e.g. CONSERVATIVE)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/transactions": { + "function": "sendrawtransaction", + "description": "Proxy to `sendrawtransaction` RPC call.", + "args": [ + { + "name": "signedhex", + "required": true, + "type": "str", + "description": "The signed transaction hex." + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/transactions/decode": { + "function": "decoderawtransaction", + "description": "Proxy to `decoderawtransaction` RPC call.", + "args": [ + { + "name": "rawtx", + "required": true, + "type": "str", + "description": "The raw transaction hex. (e.g. 0200000000010199c94580cbea44aead18f429be20552e640804dc3b4808e39115197f1312954d000000001600147c6b1112ed7bc76fd03af8b91d02fd6942c5a8d0ffffffff0280f0fa02000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac70da0a27010000001600147c6b1112ed7bc76fd03af8b91d02fd6942c5a8d002000000000000)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/getmempoolinfo": { + "function": "get_mempool_info", + "description": "Get the current mempool info.", + "args": [ + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/mempool/events": { + "function": "get_all_mempool_events", + "description": "Returns all mempool events", + "args": [ + { + "name": "event_name", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of events to return" + }, + { + "name": "addresses", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of addresses to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/mempool/events/": { + "function": "get_mempool_events_by_name", + "description": "Returns the mempool events filtered by event name", + "args": [ + { + "name": "event", + "required": true, + "type": "str", + "description": "The event to return (e.g. CREDIT)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/mempool/transactions//events": { + "function": "get_mempool_events_by_tx_hash", + "description": "Returns the mempool events filtered by transaction hash", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction to return (e.g. $LAST_MEMPOOL_TX_HASH)" + }, + { + "name": "event_name", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of events to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/routes": { + "function": "get_routes", + "description": "Return the API routes.", + "args": [ + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/healthz": { + "function": "check_server_health", + "description": "Health check route.", + "args": [ + { + "name": "check_type", + "default": "light", + "required": false, + "type": "str", + "description": "Type of health check to perform. Options are 'light' and 'heavy' (e.g. light)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/healthz": { + "function": "check_server_health", + "description": "Health check route.", + "args": [ + { + "name": "check_type", + "default": "light", + "required": false, + "type": "str", + "description": "Type of health check to perform. Options are 'light' and 'heavy' (e.g. light)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/": { + "function": "redirect_to_rpc_v1", + "description": "Redirect to the RPC API v1.", + "args": [] + }, + "/v1/": { + "function": "redirect_to_rpc_v1", + "description": "Redirect to the RPC API v1.", + "args": [] + }, + "/api/": { + "function": "redirect_to_rpc_v1", + "description": "Redirect to the RPC API v1.", + "args": [] + }, + "/rpc/": { + "function": "redirect_to_rpc_v1", + "description": "Redirect to the RPC API v1.", + "args": [] + } + } + } + ``` + +## Group Z-pages + +### Check Server Health [GET /v2/healthz{?check_type}{&verbose}] + +Health check route. + ++ Parameters + + check_type: `light` (str, optional) - Type of health check to perform. Options are 'light' and 'heavy' + + Default: `light` + + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + + Default: `false` + ++ Response 200 (application/json) + + ``` + { + "result": { + "status": "Healthy" + } + } + ``` + +### Check Server Health [GET /healthz{?check_type}{&verbose}] + +Health check route. + ++ Parameters + + check_type: `light` (str, optional) - Type of health check to perform. Options are 'light' and 'heavy' + + Default: `light` + + verbose: `true` (bool, optional) - Include asset and dispenser info and normalized quantities in the response. + Default: `false` + Response 200 (application/json) diff --git a/counterparty-core/counterpartycore/cli.py b/counterparty-core/counterpartycore/cli.py index af6c32f129..b6e90fd82c 100755 --- a/counterparty-core/counterpartycore/cli.py +++ b/counterparty-core/counterpartycore/cli.py @@ -9,6 +9,7 @@ from counterpartycore import server from counterpartycore.lib import config, sentry, setup +from counterpartycore.lib.api import dbbuilder logger = logging.getLogger(config.LOGGER_NAME) @@ -264,6 +265,17 @@ def float_range_checker(arg): ("--max-log-file-rotations",), {"type": int, "default": 20, "help": "maximum number of log file rotations"}, ], + [ + ("--log-exclude-filters",), + {"nargs": "*", "help": "excludes messages whose topic starts with the provided values"}, + ], + [ + ("--log-include-filters",), + { + "nargs": "*", + "help": "includes only messages whose topic starts with the provided values", + }, + ], [ ("--utxo-locks-max-addresses",), { @@ -364,7 +376,7 @@ def welcome_message(action, server_configfile): cprint(f"Network: {config.NETWORK_NAME}", "light_grey") cprint(f"Configuration File: {server_configfile}", "light_grey") cprint(f"Counterparty Database: {config.DATABASE}", "light_grey") - cprint(f"Counterparty API Database: {config.API_DATABASE}", "light_grey") + cprint(f"Counterparty State Database: {config.STATE_DATABASE}", "light_grey") cprint(f"Rust Fetcher Database: {config.FETCHER_DB}", "light_grey") if config.VERBOSE: @@ -468,6 +480,11 @@ def main(): ) setup.add_config_arguments(parser_show_config, CONFIG_ARGS, configfile) + parser_show_config = subparsers.add_parser( + "build-state-db", help="Build the API database from the ledger database" + ) + setup.add_config_arguments(parser_show_config, CONFIG_ARGS, configfile) + args = parser.parse_args() # Help message @@ -506,5 +523,9 @@ def main(): elif args.action == "check-db": server.check_database() + + elif args.action == "build-state-db": + dbbuilder.build_state_db() + else: parser.print_help() diff --git a/counterparty-core/counterpartycore/lib/api/api_server.py b/counterparty-core/counterpartycore/lib/api/api_server.py index 600602a097..1c0b851116 100644 --- a/counterparty-core/counterpartycore/lib/api/api_server.py +++ b/counterparty-core/counterpartycore/lib/api/api_server.py @@ -2,6 +2,7 @@ import logging import multiprocessing import os +import signal import threading import time from collections import OrderedDict @@ -12,14 +13,16 @@ from bitcoin.wallet import CBitcoinAddressError from counterpartycore import server from counterpartycore.lib import ( + check, config, + database, exceptions, ledger, script, sentry, util, ) -from counterpartycore.lib.api import api_watcher, queries, wsgi +from counterpartycore.lib.api import api_watcher, dbbuilder, queries, wsgi from counterpartycore.lib.api.routes import ROUTES from counterpartycore.lib.api.util import ( clean_rowids_and_confirmed_fields, @@ -28,7 +31,7 @@ inject_details, to_json, ) -from counterpartycore.lib.database import APIDBConnectionPool +from counterpartycore.lib.database import LedgerDBConnectionPool, StateDBConnectionPool from flask import Flask, request from flask_httpauth import HTTPBasicAuth from sentry_sdk import capture_exception @@ -55,9 +58,25 @@ def verify_password(username, password): return username == config.API_USER and password == config.API_PASSWORD +def is_server_ready(): + # TODO: find a way to mock this function for testing + try: + if request.url_root == "http://localhost:10009/": + return True + except RuntimeError: + pass + if util.CURRENT_BACKEND_HEIGHT is None: + return False + if util.CURRENT_BLOCK_INDEX in [util.CURRENT_BACKEND_HEIGHT, util.CURRENT_BACKEND_HEIGHT - 1]: + return True + if util.CURRENT_BLOCK_TIME is None: + return False + if time.time() - util.CURRENT_BLOCK_TIME < 60: + return True + return False + + def api_root(): - with APIDBConnectionPool().connection() as db: - counterparty_height = ledger.last_db_index(db) network = "mainnet" if config.TESTNET: network = "testnet" @@ -65,11 +84,24 @@ def api_root(): network = "regtest" elif config.TESTCOIN: network = "testcoin" + + with StateDBConnectionPool().connection() as state_db: + counterparty_height = api_watcher.get_last_block_parsed(state_db) + + backend_height = util.CURRENT_BACKEND_HEIGHT + if backend_height is None: + if config.FORCE: + server_ready = True + else: + server_ready = False + else: + server_ready = counterparty_height >= backend_height + return { - "server_ready": counterparty_height >= wsgi.BACKEND_HEIGHT, + "server_ready": server_ready, "network": network, "version": config.VERSION_STRING, - "backend_height": wsgi.BACKEND_HEIGHT, + "backend_height": util.CURRENT_BACKEND_HEIGHT, "counterparty_height": counterparty_height, "documentation": "https://counterpartycore.docs.apiary.io/", "routes": f"{request.url_root}v2/routes", @@ -142,9 +174,9 @@ def return_result( api_result["error"] = error response = flask.make_response(to_json(api_result), http_code) response.headers["X-COUNTERPARTY-HEIGHT"] = util.CURRENT_BLOCK_INDEX - response.headers["X-COUNTERPARTY-READY"] = wsgi.is_server_ready() + response.headers["X-COUNTERPARTY-READY"] = is_server_ready() response.headers["X-COUNTERPARTY-VERSION"] = config.VERSION_STRING - response.headers["X-BITCOIN-HEIGHT"] = wsgi.BACKEND_HEIGHT + response.headers["X-BITCOIN-HEIGHT"] = util.CURRENT_BACKEND_HEIGHT response.headers["Content-Type"] = "application/json" set_cors_headers(response) @@ -169,7 +201,7 @@ def prepare_args(route, **kwargs): # inject args from request.args for arg in route["args"]: arg_name = arg["name"] - if arg_name in ["verbose", "show_unconfirmed"]: + if arg_name in ["verbose"]: continue if arg_name in function_args: continue @@ -208,9 +240,11 @@ def prepare_args(route, **kwargs): return function_args -def execute_api_function(db, rule, route, function_args): +def execute_api_function(rule, route, function_args): # cache everything for one block - cache_key = f"{util.CURRENT_BLOCK_INDEX}:{request.url}" + with StateDBConnectionPool().connection() as state_db: + current_block_index = api_watcher.get_last_block_parsed(state_db) + cache_key = f"{current_block_index}:{request.url}" # except for blocks and transactions cached forever if ( request.path.startswith("/v2/blocks/") or request.path.startswith("/v2/transactions/") @@ -227,8 +261,17 @@ def execute_api_function(db, rule, route, function_args): sentry_get_span.set_data("cache.hit", False) with start_sentry_span(op="cache.put") as sentry_put_span: - if function_needs_db(route["function"]): - result = route["function"](db, **function_args) + needed_db = function_needs_db(route["function"]) + if needed_db == "ledger_db": + with LedgerDBConnectionPool().connection() as ledger_db: + result = route["function"](ledger_db, **function_args) + elif needed_db == "state_db": + with StateDBConnectionPool().connection() as state_db: + result = route["function"](state_db, **function_args) + elif needed_db == "ledger_db state_db": + with LedgerDBConnectionPool().connection() as ledger_db: + with StateDBConnectionPool().connection() as state_db: + result = route["function"](ledger_db, state_db, **function_args) else: result = route["function"](**function_args) # don't cache API v1 and mempool queries @@ -269,7 +312,7 @@ def handle_route(**kwargs): logger.trace(f"API Request - {request.remote_addr} {request.method} {request.url}") logger.debug(get_log_prefix(query_args)) - if not config.FORCE and wsgi.BACKEND_HEIGHT is None: + if not config.FORCE and util.CURRENT_BACKEND_HEIGHT is None: return return_result( 503, error="Backend still not ready. Please try again later.", @@ -282,7 +325,7 @@ def handle_route(**kwargs): with configure_sentry_scope() as scope: scope.set_transaction_name(get_transaction_name(rule)) - if not config.FORCE and not wsgi.is_server_ready() and not return_result_if_not_ready(rule): + if not config.FORCE and not is_server_ready() and not return_result_if_not_ready(rule): return return_result( 503, error="Counterparty not ready", start_time=start_time, query_args=query_args ) @@ -302,8 +345,7 @@ def handle_route(**kwargs): # call the function try: - with APIDBConnectionPool().connection() as db: - result = execute_api_function(db, rule, route, function_args) + result = execute_api_function(rule, route, function_args) except ( exceptions.JSONRPCInvalidRequest, flask.wrappers.BadRequest, @@ -340,9 +382,11 @@ def handle_route(**kwargs): next_cursor = None result_count = None + table = None if isinstance(result, queries.QueryResult): next_cursor = result.next_cursor result_count = result.result_count + table = result.table result = result.result result = clean_rowids_and_confirmed_fields(result) @@ -350,7 +394,9 @@ def handle_route(**kwargs): # inject details verbose = request.args.get("verbose", "False") if verbose.lower() in ["true", "1"]: - result = inject_details(db, result) + with LedgerDBConnectionPool().connection() as ledger_db: + with StateDBConnectionPool().connection() as state_db: + result = inject_details(ledger_db, state_db, result, table) return return_result( 200, @@ -382,7 +428,7 @@ def init_flask_app(): # Initialise the API access log init_api_access_log(app) # Get the last block index - with APIDBConnectionPool().connection() as db: + with LedgerDBConnectionPool().connection() as db: util.CURRENT_BLOCK_INDEX = ledger.last_db_index(db) methods = ["OPTIONS", "GET"] # Add routes @@ -419,94 +465,126 @@ def init_flask_app(): return app -def run_api_server(args, server_ready_value, stop_event): - logger.info("Starting API Server process...") +def check_database_version(state_db): + try: + check.database_version(state_db) + except check.DatabaseVersionError as e: + logger.info(str(e)) + # rollback or reparse the database + if e.required_action in ["rollback", "reparse"]: + dbbuilder.rollback_state_db(state_db, block_index=e.from_block_index) + # update the database version + database.update_version(state_db) - # Initialize Sentry, logging, config, etc. - sentry.init() - server.initialise_log_and_config(argparse.Namespace(**args), api=True) - watcher = api_watcher.APIWatcher() - watcher.start() +def run_api_server(args, server_ready_value, stop_event, parent_pid): + logger.info("Starting API Server process...") - app = init_flask_app() + def handle_interrupt_signal(signum, frame): + logger.warning("Keyboard interrupt received. Shutting down...") + raise KeyboardInterrupt wsgi_server = None parent_checker = None + watcher = None try: - logger.info("Starting Parent Process Checker thread...") - parent_checker = ParentProcessChecker(wsgi_server) - parent_checker.start() + # Set signal handlers for graceful shutdown + signal.signal(signal.SIGINT, handle_interrupt_signal) + signal.signal(signal.SIGTERM, handle_interrupt_signal) + + # Initialize Sentry, logging, config, etc. + sentry.init() + server.initialise_log_and_config(argparse.Namespace(**args), api=True) + + dbbuilder.apply_outstanding_migration() + + state_db = database.get_db_connection( + config.STATE_DATABASE, read_only=False, check_wal=False + ) + check_database_version(state_db) + + watcher = api_watcher.APIWatcher(state_db) + watcher.start() + + app = init_flask_app() wsgi_server = wsgi.WSGIApplication(app, args=args) + logger.info("Starting Parent Process Checker thread...") + parent_checker = ParentProcessChecker(wsgi_server, stop_event, parent_pid) + parent_checker.start() + app.app_context().push() server_ready_value.value = 1 wsgi_server.run() - except Exception as e: - logger.error("Exception in API Server process!") - raise e + except KeyboardInterrupt as e: + print("API Server KeyboardInterrupt", e) finally: - logger.trace("Shutting down API Server...") + logger.info("Stopping API Server...") + + if wsgi_server is not None: + logger.trace("Stopping WSGI Server thread...") + wsgi_server.stop() + + logger.trace("Closing Ledger DB and State DB Connection Pool...") + LedgerDBConnectionPool().close() + StateDBConnectionPool().close() if watcher is not None: watcher.stop() watcher.join() - if wsgi_server is not None: - logger.trace("Stopping WSGI Server thread...") - wsgi_server.stop() + logger.info("API Server stopped.") - if parent_checker is not None: - logger.trace("Stopping Parent Process Checker thread...") - parent_checker.stop() - parent_checker.join() - logger.trace("Closing API DB Connection Pool...") - APIDBConnectionPool().close() +def is_process_alive(pid): + """Check For the existence of a unix pid.""" + try: + os.kill(pid, 0) + except OSError: + return False + else: + return True # This thread is used for the following two reasons: # 1. `docker-compose stop` does not send a SIGTERM to the child processes (in this case the API v2 process) # 2. `process.terminate()` does not trigger a `KeyboardInterrupt` or execute the `finally` block. class ParentProcessChecker(threading.Thread): - def __init__(self, wsgi_server): - super().__init__() + def __init__(self, wsgi_server, stop_event, parent_pid): + super().__init__(name="ParentProcessChecker") self.daemon = True self.wsgi_server = wsgi_server - self._stop_event = threading.Event() + self.stop_event = stop_event + self.parent_pid = parent_pid def run(self): - parent_pid = os.getppid() try: - while not self._stop_event.is_set(): - if os.getppid() != parent_pid: - logger.debug("Parent process is dead. Exiting...") - self.wsgi_server.stop() - break + while not self.stop_event.is_set() and is_process_alive(self.parent_pid): time.sleep(1) + logger.debug("Parent process stopped. Exiting...") + if self.wsgi_server is not None: + self.wsgi_server.stop() except KeyboardInterrupt: pass - def stop(self): - self._stop_event.set() - class APIServer(object): - def __init__(self): + def __init__(self, stop_event): self.process = None self.server_ready_value = Value("I", 0) - self.stop_event = multiprocessing.Event() + self.stop_event = stop_event def start(self, args): if self.process is not None: raise Exception("API Server is already running") self.process = Process( - target=run_api_server, args=(vars(args), self.server_ready_value, self.stop_event) + target=run_api_server, + args=(vars(args), self.server_ready_value, self.stop_event, os.getpid()), ) self.process.start() return self.process diff --git a/counterparty-core/counterpartycore/lib/api/api_v1.py b/counterparty-core/counterpartycore/lib/api/api_v1.py index ff021a2440..2d4f32b118 100644 --- a/counterparty-core/counterpartycore/lib/api/api_v1.py +++ b/counterparty-core/counterpartycore/lib/api/api_v1.py @@ -21,7 +21,6 @@ from counterpartycore.lib import ( backend, config, - database, deserialize, exceptions, gettxinfo, @@ -34,7 +33,8 @@ ) from counterpartycore.lib.api import compose as api_compose from counterpartycore.lib.api import util as api_util -from counterpartycore.lib.database import APIDBConnectionPool +from counterpartycore.lib.api.api_watcher import STATE_DB_TABLES +from counterpartycore.lib.database import LedgerDBConnectionPool, StateDBConnectionPool from counterpartycore.lib.messages import ( bet, # noqa: F401 broadcast, # noqa: F401 @@ -165,7 +165,6 @@ def db_query(db, statement, bindings=(), callback=None, **callback_args): def get_rows( - db, table, filters=None, filterop="AND", @@ -332,10 +331,15 @@ def value_to_marker(value): if offset: statement += f""" OFFSET {offset}""" - query_result = db_query(db, statement, tuple(bindings)) - - if table == "balances": - return adjust_get_balances_results(query_result, db) + if table.lower() in STATE_DB_TABLES: + with StateDBConnectionPool().connection() as state_db: + query_result = db_query(state_db, statement, tuple(bindings)) + if table == "balances": + with LedgerDBConnectionPool().connection() as ledger_db: + return adjust_get_balances_results(query_result, ledger_db) + else: + with LedgerDBConnectionPool().connection() as ledger_db: + query_result = db_query(ledger_db, statement, tuple(bindings)) if table == "destructions": return adjust_get_destructions_results(query_result) @@ -364,13 +368,13 @@ def remove_rowids(query_result): return filtered_results -def adjust_get_balances_results(query_result, db): +def adjust_get_balances_results(query_result, ledger_db): filtered_results = [] assets = {} for balances_row in list(query_result): asset = balances_row["asset"] if asset not in assets: - assets[asset] = ledger.is_divisible(db, asset) + assets[asset] = ledger.is_divisible(ledger_db, asset) balances_row["divisible"] = assets[asset] filtered_results.append(balances_row) @@ -448,10 +452,9 @@ class APIStatusPoller(threading.Thread): """Perform regular checks on the state of the backend and the database.""" def __init__(self): - threading.Thread.__init__(self) + threading.Thread.__init__(self, name="APIv1StatusPoller") self.last_database_check = 0 self.stop_event = threading.Event() - self.db = None def stop(self): logger.info("Stopping API v1 Status Poller thread...") @@ -462,46 +465,40 @@ def stop(self): def run(self): logger.info("Starting v1 API Status Poller thread...") global CURRENT_API_STATUS_CODE, CURRENT_API_STATUS_RESPONSE_JSON # noqa: PLW0603 - self.db = database.get_db_connection(config.API_DATABASE, read_only=True, check_wal=False) interval_if_ready = 5 * 60 # 5 minutes interval_if_not_ready = 60 # 1 minute interval = interval_if_not_ready - try: - while not self.stop_event.is_set(): - try: - # Check that backend is running, communicable, and caught up with the blockchain. - # Check that the database has caught up with bitcoind. - if time.time() - self.last_database_check > interval: - self.last_database_check = time.time() - if not config.FORCE and self.db is not None: - code = 11 - check_backend_state() - code = 12 + while not self.stop_event.is_set(): + try: + # Check that backend is running, communicable, and caught up with the blockchain. + # Check that the database has caught up with bitcoind. + if time.time() - self.last_database_check > interval: + self.last_database_check = time.time() + if not config.FORCE: + code = 11 + check_backend_state() + code = 12 + with LedgerDBConnectionPool().connection() as ledger_db: api_util.check_last_parsed_block( - self.db, backend.bitcoind.getblockcount() + ledger_db, backend.bitcoind.getblockcount() ) - interval = interval_if_ready - except (BackendError, exceptions.DatabaseError) as e: - interval = interval_if_not_ready - exception_name = e.__class__.__name__ - exception_text = str(e) - logger.debug("API Status Poller: %s", exception_text) - jsonrpc_response = jsonrpc.exceptions.JSONRPCServerError( - message=exception_name, data=exception_text - ) - CURRENT_API_STATUS_CODE = code - CURRENT_API_STATUS_RESPONSE_JSON = jsonrpc_response.json.encode() - else: - CURRENT_API_STATUS_CODE = None - CURRENT_API_STATUS_RESPONSE_JSON = None - self.stop_event.wait(timeout=0.5) - finally: - if self.db is not None: - self.db.close() - self.db = None - logger.info("API v1 Status Poller thread stopped.") + interval = interval_if_ready + except (BackendError, exceptions.DatabaseError) as e: + interval = interval_if_not_ready + exception_name = e.__class__.__name__ + exception_text = str(e) + logger.debug("API Status Poller: %s", exception_text) + jsonrpc_response = jsonrpc.exceptions.JSONRPCServerError( + message=exception_name, data=exception_text + ) + CURRENT_API_STATUS_CODE = code + CURRENT_API_STATUS_RESPONSE_JSON = jsonrpc_response.json.encode() + else: + CURRENT_API_STATUS_CODE = None + CURRENT_API_STATUS_RESPONSE_JSON = None + self.stop_event.wait(timeout=0.5) class APIServer(threading.Thread): @@ -511,17 +508,15 @@ def __init__(self, db=None): self.is_ready = False self.server = None self.ctx = None - self.connection_pool = APIDBConnectionPool() - threading.Thread.__init__(self) + threading.Thread.__init__(self, name="APIv1Server") sentry.init() def stop(self): logger.info("Stopping API Server v1 thread...") - if self.connection_pool: - self.connection_pool.close() if self.server: self.server.shutdown() self.join() + logger.info("API Server v1 thread stopped.") def run(self): logger.info("Starting API Server v1 thread...") @@ -541,8 +536,7 @@ def get_pw(username): def generate_get_method(table): def get_method(**kwargs): try: - with self.connection_pool.connection() as db: - return get_rows(db, table=table, **kwargs) + return get_rows(table=table, **kwargs) except TypeError as e: # TODO: generalise for all API methods raise APIError(str(e)) # noqa: B904 @@ -557,7 +551,7 @@ def get_method(**kwargs): def sql(query, bindings=None): if bindings == None: # noqa: E711 bindings = [] - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: return db_query(db, query, tuple(bindings)) ###################### @@ -581,7 +575,7 @@ def create_method(**kwargs): if "fee" in transaction_args and "exact_fee" not in common_args: common_args["exact_fee"] = transaction_args.pop("fee") try: - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: transaction_info = transaction.compose_transaction( db, name=tx, @@ -638,7 +632,7 @@ def create_method(**kwargs): def get_messages(block_index): if not isinstance(block_index, int): raise APIError("block_index must be an integer.") - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: messages = ledger.get_messages(db, block_index=block_index) return messages @@ -655,13 +649,13 @@ def get_messages_by_index(message_indexes): for idx in message_indexes: # make sure the data is clean if not isinstance(idx, int): raise APIError("All items in message_indexes are not integers") - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: messages = ledger.get_messages(db, message_index_in=message_indexes) return messages @dispatcher.add_method def get_supply(asset): - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: if asset == "BTC": return backend.bitcoind.get_btc_supply(normalize=False) elif asset == "XCP": @@ -673,7 +667,7 @@ def get_supply(asset): @dispatcher.add_method def get_xcp_supply(): logger.warning("Deprecated method: `get_xcp_supply`") - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: return ledger.xcp_supply(db) @dispatcher.add_method @@ -686,7 +680,7 @@ def get_asset_info(assets=None, asset=None): "assets must be a list of asset names, even if it just contains one entry" ) assets_info = [] - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: for asset in assets: asset = ledger.resolve_subasset_longname(db, asset) # noqa: PLW2901 @@ -740,7 +734,7 @@ def get_asset_info(assets=None, asset=None): @dispatcher.add_method def get_block_info(block_index): assert isinstance(block_index, int) - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: cursor = db.cursor() cursor.execute("""SELECT * FROM blocks WHERE block_index = ?""", (block_index,)) blocks = list(cursor) # noqa: F811 @@ -779,7 +773,7 @@ def get_blocks(block_indexes, min_message_index=None): if not isinstance(block_index, int): raise APIError(must_be_non_empty_list_int) - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: cursor = db.cursor() block_indexes_placeholder = f"{','.join(['?'] * len(block_indexes))}" @@ -810,7 +804,7 @@ def get_blocks(block_indexes, min_message_index=None): @dispatcher.add_method def get_running_info(): latest_block_index = backend.bitcoind.getblockcount() - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: try: api_util.check_last_parsed_block(db, latest_block_index) except exceptions.DatabaseError: @@ -860,7 +854,7 @@ def get_running_info(): @dispatcher.add_method def get_element_counts(): - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: counts = {} cursor = db.cursor() for element in [ @@ -897,7 +891,7 @@ def get_element_counts(): @dispatcher.add_method def get_asset_names(longnames=False): - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: all_assets = ledger.get_valid_assets(db) if longnames: names = [ @@ -914,7 +908,7 @@ def get_asset_longnames(): @dispatcher.add_method def get_holder_count(asset): - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: asset = ledger.resolve_subasset_longname(db, asset) holders = ledger.holders(db, asset, True) addresses = [] @@ -924,7 +918,7 @@ def get_holder_count(asset): @dispatcher.add_method def get_holders(asset): - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: asset = ledger.resolve_subasset_longname(db, asset) holders = ledger.holders(db, asset, True) return holders @@ -968,12 +962,13 @@ def getrawtransaction_batch(txhash_list, verbose=False, skip_missing=False): def get_tx_info(tx_hex, block_index=None): # block_index mandatory for transactions before block 335000 use_txid = util.enabled("correct_segwit_txids", block_index=block_index) - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: source, destination, btc_amount, fee, data, _dispensers_outs, _utxos_info = ( gettxinfo.get_tx_info( db, deserialize.deserialize_tx(tx_hex, use_txid=use_txid), block_index=block_index, + composing=True, ) ) return ( @@ -991,7 +986,7 @@ def unpack(data_hex): # TODO: Enabled only for `send`. if message_type_id == send.ID: - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: unpacked = send.unpack(db, message, util.CURRENT_BLOCK_INDEX) elif message_type_id == enhanced_send.ID: unpacked = enhanced_send.unpack(message, util.CURRENT_BLOCK_INDEX) @@ -1012,7 +1007,7 @@ def get_dispenser_info(tx_hash=None, tx_index=None): raise APIError("You must provided a tx hash or a tx index") dispensers = [] - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: if tx_hash is not None: dispensers = ledger.get_dispenser_info(db, tx_hash=tx_hash) else: @@ -1079,7 +1074,7 @@ def handle_healthz(): with configure_sentry_scope() as scope: scope.set_transaction_name("healthcheck") check_type = request.args.get("type", "light") - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: return api_util.handle_healthz_route(db, check_type) @app.route("/", defaults={"args_path": ""}, methods=["GET", "POST", "OPTIONS"]) @@ -1218,7 +1213,7 @@ def handle_rest(path_args, flask_request): # Compose the transaction. try: - with self.connection_pool.connection() as db: + with LedgerDBConnectionPool().connection() as db: query_data, data = transaction.compose_transaction( db, name=query_type, params=transaction_args, **common_args ) @@ -1244,13 +1239,11 @@ def handle_rest(path_args, flask_request): # Run the query. try: - with self.connection_pool.connection() as db: - query_data = get_rows( - db, - table=query_type, - filters=data_filter, - filterop=operator, - ) + query_data = get_rows( + table=query_type, + filters=data_filter, + filterop=operator, + ) except APIError as error: # noqa: F841 return flask.Response("API Error", 400, mimetype="application/json") diff --git a/counterparty-core/counterpartycore/lib/api/api_watcher.py b/counterparty-core/counterpartycore/lib/api/api_watcher.py index bd3af074c3..e364af089d 100644 --- a/counterparty-core/counterpartycore/lib/api/api_watcher.py +++ b/counterparty-core/counterpartycore/lib/api/api_watcher.py @@ -3,14 +3,10 @@ import os import threading import time -from random import randrange -import apsw -from counterpartycore.lib import blocks, config, database, exceptions, ledger -from counterpartycore.lib.api import util +from counterpartycore.lib import config, database, exceptions, util +from counterpartycore.lib.api import dbbuilder from counterpartycore.lib.util import format_duration -from yoyo import get_backend, read_migrations -from yoyo.exceptions import LockTimeout logger = logging.getLogger(config.LOGGER_NAME) @@ -32,31 +28,6 @@ "FAIRMINTER_UPDATE": ["tx_hash"], } -EXPIRATION_EVENTS_OBJECT_ID = { - "ORDER_EXPIRATION": "order_hash", - "ORDER_MATCH_EXPIRATION": "order_match_id", - "RPS_EXPIRATION": "rps_hash", - "RPS_MATCH_EXPIRATION": "rps_match_id", - "BET_EXPIRATION": "bet_hash", - "BET_MATCH_EXPIRATION": "bet_match_id", -} - -ASSET_EVENTS = [ - "ASSET_CREATION", - "ASSET_ISSUANCE", - "ASSET_DESTRUCTION", - "RESET_ISSUANCE", - "ASSET_TRANSFER", - "BURN", -] - -XCP_DESTROY_EVENTS = [ - "ASSET_ISSUANCE", - "ASSET_DESTRUCTION", - "SWEEP", - "ASSET_DIVIDEND", -] - EVENTS_ADDRESS_FIELDS = { "NEW_TRANSACTION": ["source", "destination"], "DEBIT": ["address"], @@ -89,9 +60,51 @@ "UTXO_MOVE": ["source", "destination"], } -SKIP_EVENTS = ["NEW_TRANSACTION_OUTPUT"] +EXPIRATION_EVENTS_OBJECT_ID = { + "ORDER_EXPIRATION": "order_hash", + "ORDER_MATCH_EXPIRATION": "order_match_id", + "RPS_EXPIRATION": "rps_hash", + "RPS_MATCH_EXPIRATION": "rps_match_id", + "BET_EXPIRATION": "bet_hash", + "BET_MATCH_EXPIRATION": "bet_match_id", +} -MEMPOOL_SKIP_EVENT_HASHES = [] +ASSET_EVENTS = [ + "ASSET_CREATION", + "ASSET_ISSUANCE", + "ASSET_DESTRUCTION", + "RESET_ISSUANCE", + "ASSET_TRANSFER", + "BURN", +] + +XCP_DESTROY_EVENTS = [ + "ASSET_ISSUANCE", + "ASSET_DESTRUCTION", + "SWEEP", + "ASSET_DIVIDEND", +] + +STATE_DB_TABLES = [ + # consolidated from ledger_db + "fairminters", + "balances", + "addresses", + "dispensers", + "bet_matches", + "bets", + "order_matches", + "orders", + "rps", + "rps_matches", + # only in state_db + "address_events", + "all_expirations", + "assets_info", + "events_count", +] + +SKIP_EVENTS = ["NEW_TRANSACTION_OUTPUT"] def fetch_all(db, query, bindings=None): @@ -113,29 +126,20 @@ def delete_all(db, query, bindings=None): return changes["deleted"] -def get_last_parsed_message_index(api_db): - sql = "SELECT * FROM messages ORDER BY message_index DESC LIMIT 1" - last_event = fetch_one(api_db, sql) - last_message_index = -1 - if last_event: - last_message_index = last_event["message_index"] - return last_message_index - - -def get_next_event_to_parse(api_db, ledger_db): - last_parsed_message_index = get_last_parsed_message_index(api_db) - sql = "SELECT * FROM messages WHERE message_index = ?" - next_event = fetch_one(ledger_db, sql, (last_parsed_message_index + 1,)) +def get_next_event_to_parse(ledger_db, state_db): + last_parsed_message_index = get_last_parsed_event_index(state_db) + sql = "SELECT * FROM messages WHERE message_index > ? ORDER BY message_index ASC LIMIT 1" + next_event = fetch_one(ledger_db, sql, (last_parsed_message_index,)) return next_event -def get_event_to_parse_count(api_db, ledger_db): - last_parsed_message_index = get_last_parsed_message_index(api_db) - sql = "SELECT message_index FROM messages ORDER BY message_index DESC LIMIT 1" - last_event = fetch_one(ledger_db, sql) - if last_event is None: +def get_event_to_parse_count(ledger_db, state_db): + last_parsed_message_index = get_last_parsed_event_index(state_db) + sql = "SELECT COUNT(*) AS message_count FROM messages WHERE message_index > ?" + message_count = fetch_one(ledger_db, sql, (last_parsed_message_index,)) + if message_count is None: return 0 - return last_event["message_index"] - last_parsed_message_index + return message_count["message_count"] def get_event_bindings(event): @@ -201,187 +205,56 @@ def event_to_sql(event): return None, [] -def get_event_previous_state(api_db, event): - previous_state = None - if event["command"] in ["update", "parse"]: - id_field_names = UPDATE_EVENTS_ID_FIELDS[event["event"]] - - where = [] - for id_field_name in id_field_names: - where.append(f"{id_field_name} = :{id_field_name}") - where_clause = " AND ".join(where) - - sql = f"SELECT * FROM {event['category']} WHERE {where_clause}" # noqa: S608 - event_bindings = json.loads(event["bindings"]) - previous_state = fetch_one(api_db, sql, event_bindings) - return previous_state - - -def get_event_count(api_db, event): - cursor = api_db.cursor() - cursor.execute("SELECT count FROM events_count WHERE event = ?", (event["event"],)) - count = cursor.fetchone() - if count is None: - return None - return count["count"] +def search_address_from_utxo(state_db, utxo): + cursor = state_db.cursor() + sql = "SELECT utxo_address FROM balances WHERE utxo = ? LIMIT 1" + cursor.execute(sql, (utxo,)) + address = cursor.fetchone() + if address is not None: + return address["utxo_address"] + return None -def increment_event_count(api_db, event): - current_count = get_event_count(api_db, event) - cursor = api_db.cursor() - if current_count is None: - cursor.execute("INSERT INTO events_count (event, count) VALUES (?, 1)", (event["event"],)) - else: +def update_address_events(state_db, event): + if event["event"] not in EVENTS_ADDRESS_FIELDS: + return + event_bindings = json.loads(event["bindings"]) + cursor = state_db.cursor() + for field in EVENTS_ADDRESS_FIELDS[event["event"]]: + if field not in event_bindings: + continue + address = event_bindings[field] + sql = """ + INSERT INTO address_events (address, event_index, block_index) + VALUES (:address, :event_index, :block_index) + """ cursor.execute( - "UPDATE events_count SET count = count + 1 WHERE event = ?", (event["event"],) + sql, + { + "address": address, + "event_index": event["message_index"], + "block_index": event["block_index"], + }, ) - - -def decrement_event_count(api_db, event): - current_count = get_event_count(api_db, event) - if current_count is None or current_count == 0: - return - cursor = api_db.cursor() - cursor.execute("UPDATE events_count SET count = count - 1 WHERE event = ?", (event["event"],)) - - -def insert_event(api_db, event): - previous_state = get_event_previous_state(api_db, event) - if previous_state is not None: - event["previous_state"] = util.to_json(previous_state) - else: - event["previous_state"] = None - sql = """ - INSERT INTO messages - (message_index, block_index, event, category, command, bindings, tx_hash, previous_state, insert_rowid, event_hash) - VALUES (:message_index, :block_index, :event, :category, :command, :bindings, :tx_hash, :previous_state, :insert_rowid, :event_hash) - """ - cursor = api_db.cursor() - cursor.execute(sql, event) - increment_event_count(api_db, event) - - -def rollback_event(api_db, event): - logger.trace(f"API Watcher - Rolling back event: {event['message_index']} ({event['event']})") - with api_db: # all or - if event["event"] in SKIP_EVENTS: - sql = "DELETE FROM messages WHERE message_index = ?" - delete_all(api_db, sql, (event["message_index"],)) - decrement_event_count(api_db, event) - return - if event["previous_state"] is None or event["previous_state"] == "null": - sql = f"DELETE FROM {event['category']} WHERE rowid = ?" # noqa: S608 - deleted = delete_all(api_db, sql, (event["insert_rowid"],)) - if deleted == 0: - raise Exception( - f"Failed to delete event: {event['message_index']} ({event['event']})" + if util.is_utxo_format(address): + utxo_address = search_address_from_utxo(state_db, address) + if utxo_address is not None: + cursor.execute( + sql, + { + "address": utxo_address, + "event_index": event["message_index"], + "block_index": event["block_index"], + }, ) - else: - previous_state = json.loads(event["previous_state"]) - - id_field_names = UPDATE_EVENTS_ID_FIELDS[event["event"]] - - sets = [] - for key in previous_state.keys(): - if key in id_field_names: - continue - sets.append(f"{key} = :{key}") - set_clause = ", ".join(sets) - - where = [] - for id_field_name in id_field_names: - where.append(f"{id_field_name} = :{id_field_name}") - where_clause = " AND ".join(where) - - sql = f"UPDATE {event['category']} SET {set_clause} WHERE {where_clause}" # noqa: S608 - cursor = api_db.cursor() - cursor.execute(sql, previous_state) - - rollback_balances(api_db, event) - rollback_expiration(api_db, event) - rollback_assets_info(api_db, event) - rollback_xcp_supply(api_db, event) - rollback_address_events(api_db, event) - rollback_fairminters(api_db, event) - - sql = "DELETE FROM messages WHERE message_index = ?" - delete_all(api_db, sql, (event["message_index"],)) - decrement_event_count(api_db, event) - - -def rollback_events(api_db, block_index): - logger.debug(f"API Watcher - Rolling back events to block {block_index}...") - # api_db.execute("""PRAGMA foreign_keys=OFF""") - cursor = api_db.cursor() - sql = "SELECT * FROM messages WHERE block_index >= ? ORDER BY message_index DESC" - cursor.execute(sql, (block_index,)) - for event in cursor: - rollback_event(api_db, event) - # api_db.execute("""PRAGMA foreign_keys=ON""") - logger.debug(f"API Watcher - Events rolled back to block {block_index}") - - -def update_balances(api_db, event): - if event["event"] not in ["DEBIT", "CREDIT"]: - return - - cursor = api_db.cursor() - - event_bindings = get_event_bindings(event) - quantity = event_bindings["quantity"] - if quantity == 0: - return - - if event["event"] == "DEBIT": - quantity = -quantity - - field_name = "address" - address_or_utxo = event_bindings["address"] - if "utxo" in event_bindings and event_bindings["utxo"]: - field_name = "utxo" - address_or_utxo = event_bindings["utxo"] - event_bindings["address_or_utxo"] = address_or_utxo - sql = f"SELECT * FROM balances WHERE {field_name} = :address_or_utxo AND asset = :asset" # noqa: S608 - existing_balance = fetch_one(api_db, sql, event_bindings) - if existing_balance is not None: - sql = f""" - UPDATE balances - SET quantity = quantity + :quantity - WHERE {field_name} = :address_or_utxo AND asset = :asset - """ # noqa: S608 - else: - sql = f""" - INSERT INTO balances ({field_name}, asset, quantity, utxo_address) - VALUES (:address_or_utxo, :asset, :quantity, :utxo_address) - """ # noqa: S608 - utxo_address = None - if "utxo_address" in event_bindings: - utxo_address = event_bindings["utxo_address"] - insert_bindings = { - "address_or_utxo": address_or_utxo, - "asset": event_bindings["asset"], - "utxo_address": utxo_address, - "quantity": quantity, - } - cursor.execute(sql, insert_bindings) - - -def rollback_balances(api_db, event): - if event["event"] not in ["CREDIT", "DEBIT"]: - return - revert_event = event.copy() - revert_event["event"] = "DEBIT" if event["event"] == "CREDIT" else "CREDIT" - update_balances(api_db, revert_event) - - -def update_expiration(api_db, event): +def update_all_expiration(state_db, event): if event["event"] not in EXPIRATION_EVENTS_OBJECT_ID: return event_bindings = json.loads(event["bindings"]) - cursor = api_db.cursor() + cursor = state_db.cursor() sql = """ INSERT INTO all_expirations (object_id, block_index, type) VALUES (:object_id, :block_index, :type) @@ -394,38 +267,38 @@ def update_expiration(api_db, event): cursor.execute(sql, bindings) -def rollback_expiration(api_db, event): - if event["event"] not in EXPIRATION_EVENTS_OBJECT_ID: +def update_xcp_supply(state_db, event): + if event["event"] not in XCP_DESTROY_EVENTS: return event_bindings = json.loads(event["bindings"]) - - cursor = api_db.cursor() + if "fee_paid" not in event_bindings: + return + if event_bindings["fee_paid"] == 0: + return sql = """ - DELETE FROM all_expirations WHERE object_id = :object_id AND block_index = :block_index AND type = :type - """ - bindings = { - "object_id": event_bindings[EXPIRATION_EVENTS_OBJECT_ID[event["event"]]], - "block_index": event_bindings["block_index"], - "type": event["event"].replace("_EXPIRATION", "").lower(), - } - cursor.execute(sql, bindings) + UPDATE assets_info + SET supply = supply - :fee_paid + WHERE asset = 'XCP' + """ + cursor = state_db.cursor() + cursor.execute(sql, event_bindings) -def update_assets_info(api_db, event): +def update_assets_info(state_db, event): + update_xcp_supply(state_db, event) + if event["event"] not in ASSET_EVENTS: return event_bindings = json.loads(event["bindings"]) - event_bindings["confirmed"] = event["block_index"] != config.MEMPOOL_BLOCK_INDEX - if event["event"] == "ASSET_CREATION": sql = """ INSERT OR REPLACE INTO assets_info - (asset, asset_id, asset_longname, first_issuance_block_index, confirmed) + (asset, asset_id, asset_longname, first_issuance_block_index) VALUES - (:asset_name, :asset_id, :asset_longname, :block_index, :confirmed) + (:asset_name, :asset_id, :asset_longname, :block_index) """ - cursor = api_db.cursor() + cursor = state_db.cursor() cursor.execute(sql, event_bindings) return @@ -434,18 +307,17 @@ def update_assets_info(api_db, event): if event["event"] in ["ASSET_ISSUANCE", "RESET_ISSUANCE"]: existing_asset = fetch_one( - api_db, + state_db, "SELECT * FROM assets_info WHERE asset = :asset", {"asset": event_bindings["asset"]}, ) if existing_asset is None and "asset_longname" in event_bindings: existing_asset = fetch_one( - api_db, + state_db, "SELECT * FROM assets_info WHERE asset_longname = :asset_longname", {"asset_longname": event_bindings["asset_longname"]}, ) - if existing_asset is not None and not event_bindings["confirmed"]: - return + set_data = [] set_data.append("divisible = :divisible") set_data.append("description = :description") @@ -453,7 +325,6 @@ def update_assets_info(api_db, event): set_data.append("supply = supply + :quantity") set_data.append("last_issuance_block_index = :block_index") set_data.append("asset_longname = :asset_longname") - set_data.append("confirmed = :confirmed") if event_bindings["locked"]: set_data.append("locked = :locked") if existing_asset is None or not existing_asset["issuer"]: # first issuance @@ -461,20 +332,17 @@ def update_assets_info(api_db, event): set_data = ", ".join(set_data) sql = f"UPDATE assets_info SET {set_data} WHERE asset = :asset" # noqa: S608 - cursor = api_db.cursor() + cursor = state_db.cursor() cursor.execute(sql, event_bindings) return - if not event_bindings["confirmed"]: - return - if event["event"] == "ASSET_DESTRUCTION": sql = """ UPDATE assets_info SET supply = supply - :quantity WHERE asset = :asset """ - cursor = api_db.cursor() + cursor = state_db.cursor() cursor.execute(sql, event_bindings) return @@ -484,7 +352,7 @@ def update_assets_info(api_db, event): SET owner = :issuer WHERE asset = :asset """ - cursor = api_db.cursor() + cursor = state_db.cursor() cursor.execute(sql, event_bindings) return @@ -494,173 +362,106 @@ def update_assets_info(api_db, event): SET supply = supply + :earned WHERE asset = 'XCP' """ - cursor = api_db.cursor() + cursor = state_db.cursor() cursor.execute(sql, event_bindings) return -def refresh_assets_info(api_db, asset_name): - issuances = fetch_all( - api_db, "SELECT * FROM issuances WHERE asset = :asset", {"asset": asset_name} - ) - - if len(issuances) == 0: - # will be delete by the ASSET_CREATION event rollback - return - - set_fields = [ - "divisible", - "description", - "owner", - "supply", - "last_issuance_block_index", - "asset_longname", - "locked", - ] - set_data = ", ".join([f"{field} = :{field}" for field in set_fields]) - - bindings = { - "asset": asset_name, - "divisible": issuances[-1]["divisible"], - "description": issuances[-1]["description"], - "owner": issuances[-1]["issuer"], - "supply": ledger.asset_supply(api_db, asset_name), - "last_issuance_block_index": issuances[-1]["block_index"], - "asset_longname": issuances[-1]["asset_longname"], - "locked": any(issuance["locked"] for issuance in issuances), - } - - sql = f"UPDATE assets_info SET {set_data} WHERE asset = :asset" # noqa: S608 - cursor = api_db.cursor() - cursor.execute(sql, bindings) - +def get_event_count(state_db, event): + cursor = state_db.cursor() + cursor.execute("SELECT count FROM events_count WHERE event = ?", (event["event"],)) + count = cursor.fetchone() + if count is None: + return None + return count["count"] -def rollback_assets_info(api_db, event): - if event["event"] not in ASSET_EVENTS: - return - event_bindings = json.loads(event["bindings"]) - if event["event"] == "ASSET_CREATION": - sql = """ - DELETE FROM assets_info WHERE asset_id = ? - """ - cursor = api_db.cursor() - cursor.execute(sql, (event_bindings["asset_id"],)) - return - - if event_bindings["status"] != "valid": - return +def update_events_count(state_db, event): + current_count = get_event_count(state_db, event) + cursor = state_db.cursor() + if current_count is None: + cursor.execute("INSERT INTO events_count (event, count) VALUES (?, 1)", (event["event"],)) + else: + cursor.execute( + "UPDATE events_count SET count = count + 1 WHERE event = ?", (event["event"],) + ) - if event["event"] == "ASSET_DESTRUCTION": - sql = """ - UPDATE assets_info - SET supply = supply + :quantity - WHERE asset = :asset - """ - cursor = api_db.cursor() - cursor.execute(sql, event_bindings) - return - if event["event"] == "BURN": - sql = """ - UPDATE assets_info - SET supply = supply - :earned - WHERE asset = 'XCP' - """ - cursor = api_db.cursor() - cursor.execute(sql, event_bindings) +def update_transaction_types_count(state_db, event): + if event["event"] != "NEW_TRANSACTION": return - - # else - refresh_assets_info(api_db, event_bindings["asset"]) - - -def execute_event(api_db, event): - cursor = api_db.cursor() - sql, sql_bindings = event_to_sql(event) - if sql is not None: - # check if the transaction is already here from the mempool - if event["event"] == "NEW_TRANSACTION": - check_tx_sql = "SELECT * FROM transactions WHERE tx_hash = :tx_hash" - if fetch_one( - api_db, - check_tx_sql, - {"tx_hash": event["tx_hash"], "block_index": config.MEMPOOL_BLOCK_INDEX}, - ): - clean_mempool(api_db) - cursor.execute(sql, sql_bindings) - if event["command"] == "insert": - cursor.execute("SELECT last_insert_rowid() AS rowid") - return cursor.fetchone()["rowid"] - return None + cursor = state_db.cursor() + binding = json.loads(event["bindings"]) + transaction_type = binding.get("transaction_type", "unknown") + current_count = cursor.execute( + "SELECT count FROM transaction_types_count WHERE transaction_type = ?", (transaction_type,) + ).fetchone() + if current_count is None: + cursor.execute( + "INSERT INTO transaction_types_count (transaction_type, count) VALUES (?, 1)", + (transaction_type,), + ) + else: + cursor.execute( + "UPDATE transaction_types_count SET count = count + 1 WHERE transaction_type = ?", + (transaction_type,), + ) -def update_xcp_supply(api_db, event): - if event["event"] not in XCP_DESTROY_EVENTS: - return - event_bindings = json.loads(event["bindings"]) - if "fee_paid" not in event_bindings: - return - if event_bindings["fee_paid"] == 0: +def update_balances(state_db, event): + if event["event"] not in ["DEBIT", "CREDIT"]: return - sql = """ - UPDATE assets_info - SET supply = supply - :fee_paid - WHERE asset = 'XCP' - """ - cursor = api_db.cursor() - cursor.execute(sql, event_bindings) + cursor = state_db.cursor() -def rollback_xcp_supply(api_db, event): - if event["event"] not in XCP_DESTROY_EVENTS: - return - event_bindings = json.loads(event["bindings"]) - if "fee_paid" not in event_bindings: - return - if event_bindings["fee_paid"] == 0: + event_bindings = get_event_bindings(event) + quantity = event_bindings["quantity"] + if quantity == 0: return - sql = """ - UPDATE assets_info - SET supply = supply + :fee_paid - WHERE asset = 'XCP' - """ - cursor = api_db.cursor() - cursor.execute(sql, event_bindings) + if event["event"] == "DEBIT": + quantity = -quantity -def update_address_events(api_db, event): - if event["event"] not in EVENTS_ADDRESS_FIELDS: - return - event_bindings = json.loads(event["bindings"]) - cursor = api_db.cursor() - for field in EVENTS_ADDRESS_FIELDS[event["event"]]: - if field not in event_bindings: - continue - sql = """ - INSERT INTO address_events (address, event_index) - VALUES (:address, :event_index) - """ - cursor.execute( - sql, {"address": event_bindings[field], "event_index": event["message_index"]} - ) + field_name = "address" + address_or_utxo = event_bindings["address"] + if "utxo" in event_bindings and event_bindings["utxo"]: + field_name = "utxo" + address_or_utxo = event_bindings["utxo"] + event_bindings["address_or_utxo"] = address_or_utxo + sql = f"SELECT * FROM balances WHERE {field_name} = :address_or_utxo AND asset = :asset" # noqa: S608 + existing_balance = fetch_one(state_db, sql, event_bindings) -def rollback_address_events(api_db, event): - if event["event"] not in EVENTS_ADDRESS_FIELDS: - return - cursor = api_db.cursor() - sql = "DELETE FROM address_events WHERE event_index = :message_index" - cursor.execute(sql, event) + if existing_balance is not None: + sql = f""" + UPDATE balances + SET quantity = quantity + :quantity + WHERE {field_name} = :address_or_utxo AND asset = :asset + """ # noqa: S608 + else: + sql = f""" + INSERT INTO balances ({field_name}, asset, quantity, utxo_address) + VALUES (:address_or_utxo, :asset, :quantity, :utxo_address) + """ # noqa: S608 + utxo_address = None + if "utxo_address" in event_bindings: + utxo_address = event_bindings["utxo_address"] + insert_bindings = { + "address_or_utxo": address_or_utxo, + "asset": event_bindings["asset"], + "utxo_address": utxo_address, + "quantity": quantity, + } + cursor.execute(sql, insert_bindings) -def update_fairminters(api_db, event): +def update_fairminters(state_db, event): if event["event"] != "NEW_FAIRMINT": return event_bindings = json.loads(event["bindings"]) if event_bindings["status"] != "valid": return - cursor = api_db.cursor() + cursor = state_db.cursor() sql = """ UPDATE fairminters SET earned_quantity = COALESCE(earned_quantity, 0) + :earn_quantity, @@ -671,331 +472,209 @@ def update_fairminters(api_db, event): cursor.execute(sql, event_bindings) -def rollback_fairminters(api_db, event): - if event["event"] != "NEW_FAIRMINT": - return - event_bindings = json.loads(event["bindings"]) - if event_bindings["status"] != "valid": - return - cursor = api_db.cursor() +def update_consolidated_tables(state_db, event): + if event["category"] in STATE_DB_TABLES: + cursor = state_db.cursor() + sql, sql_bindings = event_to_sql(event) + if sql is not None: + cursor.execute(sql, sql_bindings) + # because no event for balance update + # except DEBIT and CREDIT + update_balances(state_db, event) + # update counters not present in the ledger + update_fairminters(state_db, event) + + +def update_state_db_tables(state_db, event): + if event["event"] not in SKIP_EVENTS: + update_address_events(state_db, event) + update_all_expiration(state_db, event) + update_assets_info(state_db, event) + update_consolidated_tables(state_db, event) + + +def update_last_parsed_events_cache(state_db, event=None): + if event is None: + last_event_parsed = get_last_parsed_event_index(state_db, no_cache=True) + last_block_parsed = get_last_block_parsed(state_db, no_cache=True) + database.set_config_value(state_db, "LAST_BLOCK_PARSED", last_block_parsed) + database.set_config_value(state_db, "LAST_EVENT_PARSED", last_event_parsed) + else: + last_event_parsed = event["message_index"] + last_block_parsed = event["block_index"] + if event["event"] == "BLOCK_PARSED": + database.set_config_value(state_db, "LAST_BLOCK_PARSED", last_block_parsed) + database.set_config_value(state_db, "LAST_EVENT_PARSED", last_event_parsed) + + +def update_last_parsed_events(state_db, event): sql = """ - UPDATE fairminters SET - earned_quantity = earned_quantity - :earn_quantity, - commission = commission - :commission, - paid_quantity = paid_quantity - :paid_quantity - WHERE tx_hash = :fairminter_tx_hash + INSERT INTO parsed_events (event_index, event, event_hash, block_index) + VALUES (:message_index, :event, :event_hash, :block_index) """ - cursor.execute(sql, event_bindings) + cursor = state_db.cursor() + cursor.execute(sql, event) + update_last_parsed_events_cache(state_db, event) + + +def get_last_parsed_event_index(state_db, no_cache=False): + if not no_cache: + event_index = database.get_config_value(state_db, "LAST_EVENT_PARSED") + if event_index is not None: + return int(event_index) + cursor = state_db.cursor() + cursor.execute("SELECT event_index FROM parsed_events ORDER BY event_index DESC LIMIT 1") + parsed_event = cursor.fetchone() + if parsed_event: + return parsed_event["event_index"] + return 0 + + +def get_last_block_parsed(state_db, no_cache=False): + if not no_cache: + block_index = database.get_config_value(state_db, "LAST_BLOCK_PARSED") + if block_index is not None: + return int(block_index) + cursor = state_db.cursor() + cursor.execute( + "SELECT block_index FROM parsed_events WHERE event = 'BLOCK_PARSED' ORDER BY event_index DESC LIMIT 1" + ) + parsed_event = cursor.fetchone() + if parsed_event: + return parsed_event["block_index"] + return 0 -def parse_event(api_db, event, watcher, catching_up=False): - if event["event"] in SKIP_EVENTS: - event["insert_rowid"] = None - insert_event(api_db, event) - return - with api_db: - logger.trace(f"API Watcher - Parsing event: {event}") - if event["event"] == "NEW_BLOCK": - clean_mempool(api_db) - event["insert_rowid"] = execute_event(api_db, event) - update_balances(api_db, event) - update_expiration(api_db, event) - update_assets_info(api_db, event) - update_xcp_supply(api_db, event) - update_address_events(api_db, event) - update_fairminters(api_db, event) - insert_event(api_db, event) - logger.event(f"API Watcher - Event parsed: {event['message_index']} {event['event']}") - if event["event"] == "BLOCK_PARSED": - synchronize_mempool(api_db, api_db, watcher.stop_event) +def parse_event(state_db, event): + with state_db: + logger.trace(f"Parsing event: {event}") + update_state_db_tables(state_db, event) + update_last_parsed_events(state_db, event) + update_events_count(state_db, event) + update_transaction_types_count(state_db, event) + logger.event(f"Event parsed: {event['message_index']} {event['event']}") -def catch_up(api_db, ledger_db, watcher): - check_event_hashes(api_db, ledger_db) - clean_mempool(api_db) - event_to_parse_count = get_event_to_parse_count(api_db, ledger_db) +def catch_up(ledger_db, state_db, watcher=None): + check_reorg(ledger_db, state_db) + event_to_parse_count = get_event_to_parse_count(ledger_db, state_db) if event_to_parse_count > 0: - logger.debug(f"API Watcher - {event_to_parse_count} events to catch up...") + logger.debug(f"{event_to_parse_count} events to catch up...") start_time = time.time() event_parsed = 0 - next_event = get_next_event_to_parse(api_db, ledger_db) + next_event = get_next_event_to_parse(ledger_db, state_db) while next_event and not watcher.stop_event.is_set(): - parse_event(api_db, next_event, watcher, catching_up=True) + parse_event(state_db, next_event) event_parsed += 1 if event_parsed % 50000 == 0: duration = time.time() - start_time logger.debug( - f"API Watcher - {event_parsed} / {event_to_parse_count} events parsed. ({format_duration(duration)})" + f"{event_parsed} / {event_to_parse_count} events parsed. ({format_duration(duration)})" ) - next_event = get_next_event_to_parse(api_db, ledger_db) + next_event = get_next_event_to_parse(ledger_db, state_db) if not watcher.stop_event.is_set(): duration = time.time() - start_time - logger.info(f"API Watcher - Catch up completed. ({format_duration(duration)})") + logger.info(f"Catch up completed. ({format_duration(duration)})") else: - logger.info("API Watcher - Catch up completed.") - synchronize_mempool(api_db, api_db, watcher.stop_event) - - -def apply_migration(): - logger.debug("API Watcher - Applying migrations...") - # Apply migrations - backend = get_backend(f"sqlite:///{config.API_DATABASE}") - migrations = read_migrations(MIGRATIONS_DIR) - try: - with backend.lock(): - # Apply any outstanding migrations - backend.apply_migrations(backend.to_apply(migrations)) - except LockTimeout: - logger.debug("API Watcher - Migration lock timeout. Breaking lock and retrying...") - backend.break_lock() - backend.apply_migrations(backend.to_apply(migrations)) - backend.connection.close() - - -def get_last_event(db): - cursor = db.cursor() - cursor.execute("SELECT * FROM messages ORDER BY message_index DESC LIMIT 1") - return cursor.fetchone() + logger.info("Catch up completed.") -def get_event(db, message_index): - cursor = db.cursor() - cursor.execute("SELECT * FROM messages WHERE message_index = ?", (message_index,)) - return cursor.fetchone() +def search_matching_event(ledger_db, state_db): + state_db_cursor = state_db.cursor() + state_db_cursor.execute( + "SELECT * FROM parsed_events WHERE event = 'BLOCK_PARSED' ORDER BY event_index DESC LIMIT -1 OFFSET 1" + ) + matching_event = None + for parsed_event in state_db_cursor: + ledger_event = fetch_one( + ledger_db, + "SELECT * FROM messages WHERE message_index = ?", + (parsed_event["event_index"],), + ) + if ledger_event is None: + continue + if parsed_event["event_hash"] == ledger_event["event_hash"]: + matching_event = parsed_event + break + state_db_cursor.close() + return matching_event -# checks that there is no divergence between the event in the API and ledger databases -def check_event_hashes(api_db, ledger_db): - logger.trace("API Watcher - Checking event hashes...") - last_api_event = get_last_event(api_db) - if last_api_event is None: +def check_reorg(ledger_db, state_db): + last_event_parsed = fetch_one( + state_db, + "SELECT * FROM parsed_events WHERE event = 'BLOCK_PARSED' ORDER BY event_index DESC LIMIT 1 OFFSET 1", + ) + if last_event_parsed is None: return - ledger_event = get_event(ledger_db, last_api_event["message_index"]) - while ledger_event is None: - rollback_event(api_db, last_api_event) - last_api_event = get_last_event(api_db) - ledger_event = get_event(ledger_db, last_api_event["message_index"]) - while ( - last_api_event - and ledger_event - and last_api_event["event_hash"] != ledger_event["event_hash"] - ): - rollback_event(api_db, last_api_event) - last_api_event = get_last_event(api_db) - ledger_event = get_event(ledger_db, last_api_event["message_index"]) - - -def rollback(block_index): - api_db = database.get_db_connection(config.API_DATABASE, read_only=False, check_wal=False) - rollback_events(api_db, block_index) - api_db.close() - + ledger_event = fetch_one( + ledger_db, + "SELECT * FROM messages WHERE message_index = ?", + (last_event_parsed["event_index"],), + ) + if ledger_event is None or last_event_parsed["event_hash"] != ledger_event["event_hash"]: + matching_event = search_matching_event(ledger_db, state_db) + target_block_index = 0 + if matching_event is not None: + target_block_index = matching_event["block_index"] + 1 + logger.warning(f"Blockchain reorganization detected at Block {target_block_index}") + logger.info(f"Rolling back to block: {target_block_index}") + dbbuilder.rollback_state_db(state_db, block_index=target_block_index) -def parse_next_event(api_db, ledger_db, watcher): - check_event_hashes(api_db, ledger_db) - last_event_sql = "SELECT * FROM messages ORDER BY message_index DESC LIMIT 1" - last_ledger_event = fetch_one(ledger_db, last_event_sql) - last_api_event = fetch_one(api_db, last_event_sql) +def parse_next_event(ledger_db, state_db): + next_event = get_next_event_to_parse(ledger_db, state_db) - if last_ledger_event is None: + if next_event is None: raise exceptions.NoEventToParse("No event to parse") - if last_api_event is None: - next_event_sql = "SELECT * FROM messages ORDER BY message_index ASC LIMIT 1" - next_event = fetch_one(ledger_db, next_event_sql) - parse_event(api_db, next_event, watcher) - return next_event - - if last_ledger_event["message_index"] > last_api_event["message_index"]: - next_event_sql = ( - "SELECT * FROM messages WHERE message_index > ? ORDER BY message_index ASC LIMIT 1" - ) - next_event = fetch_one(ledger_db, next_event_sql, (last_api_event["message_index"],)) - parse_event(api_db, next_event, watcher) - return next_event - - raise exceptions.NoEventToParse("No event to parse") - - -def clean_mempool(api_db): - delete_all(api_db, "DELETE FROM mempool") - for table in blocks.TABLES + ["transactions"]: - delete_all( - api_db, - f"DELETE FROM {table} WHERE block_index = ?", # noqa: S608 - (config.MEMPOOL_BLOCK_INDEX,), - ) - delete_all(api_db, "DELETE FROM assets_info WHERE confirmed = ?", (False,)) - - -def gen_random_tx_index(event): - event_bindings = json.loads(event["bindings"]) - if "tx_index" in event_bindings: - event_bindings["tx_index"] = event_bindings["tx_index"] * 1000 + randrange( # noqa: S311 - 99999999 - ) - event["bindings"] = json.dumps(event_bindings) - return event - - -def synchronize_mempool(api_db, ledger_db, stop_event): - if config.NO_MEMPOOL or stop_event.is_set(): - return - logger.trace("API Watcher - Synchronizing mempool...") - global MEMPOOL_SKIP_EVENT_HASHES # noqa: PLW0602 - try: - mempool_events = fetch_all(ledger_db, "SELECT * FROM mempool") - sql_insert = """INSERT INTO mempool (tx_hash, command, category, bindings, event, timestamp, addresses) VALUES (?, ?, ?, ?, ?, ?, ?)""" - with api_db: - clean_mempool(api_db) - cursor = api_db.cursor() - for event in mempool_events: - if stop_event.is_set(): - logger.info("API Watcher - Stopping mempool synchronization due to stop event.") - break - if event["event"] in SKIP_EVENTS + ["NEW_BLOCK", "BLOCK_PARSED"]: - continue - if event["tx_hash"] in MEMPOOL_SKIP_EVENT_HASHES: - continue - event_bindings = json.loads(event["bindings"]) - # edge case: asset already created in another confirmed tx - if event["event"] == "ASSET_CREATION": - existing_asset = fetch_one( - api_db, - "SELECT * FROM assets WHERE asset_name = ?", - (event_bindings["asset_name"],), - ) - if existing_asset is not None: - continue - addresses = [] - if event["event"] in EVENTS_ADDRESS_FIELDS: - for field in EVENTS_ADDRESS_FIELDS[event["event"]]: - if field in event_bindings and event_bindings[field] is not None: - addresses.append(event_bindings[field]) - addresses = list(set(addresses)) - addresses = " ".join(addresses) - - bindings = [ - event["tx_hash"], - event["command"], - event["category"], - event["bindings"], - event["event"], - event["timestamp"], - addresses, - ] - cursor.execute(sql_insert, bindings) - event["block_index"] = config.MEMPOOL_BLOCK_INDEX - event = gen_random_tx_index(event) # noqa: PLW2901 - try: - execute_event(api_db, event) - update_assets_info(api_db, event) - except apsw.ConstraintError as e: - if "UNIQUE constraint failed: transactions.tx_index" in str(e): - event = gen_random_tx_index(event) # noqa: PLW2901 - execute_event(api_db, event) - update_assets_info(api_db, event) - else: - # Skipping duplicate event - MEMPOOL_SKIP_EVENT_HASHES.append(event["tx_hash"]) - except Exception as e: - logger.error(f"API Watcher - Error executing mempool event: {e}") - raise e - - if len(mempool_events) > 0: - logger.debug("API Watcher - %s mempool events synchronized", len(mempool_events)) - except apsw.SQLError: - # TEMP: for testing - pass - - -def refresh_xcp_supply(ledger_db, api_db): - xcp_supply = ledger.xcp_supply(ledger_db) - cursor = api_db.cursor() - cursor.execute("UPDATE assets_info SET supply = ? WHERE asset = 'XCP'", (xcp_supply,)) + parse_event(state_db, next_event) class APIWatcher(threading.Thread): - def __init__(self): - threading.Thread.__init__(self) + def __init__(self, state_db): + threading.Thread.__init__(self, name="Watcher") logger.debug("Initializing API Watcher...") - self.api_db = None + self.state_db = None self.ledger_db = None - apply_migration() + self.current_state_thread = None self.stop_event = threading.Event() # Add stop event - self.api_db = database.get_db_connection( - config.API_DATABASE, read_only=False, check_wal=False - ) + self.state_db = state_db self.ledger_db = database.get_db_connection( config.DATABASE, read_only=True, check_wal=False ) - # Temporarily disable foreign keys for mempool transactions - self.api_db.execute("PRAGMA foreign_keys=OFF") - # Create XCP and BTC assets if they don't exist - cursor = self.api_db.cursor() - cursor.execute("""SELECT * FROM assets_info WHERE asset = ?""", ("XCP",)) - if not list(cursor): - cursor.execute( - """INSERT OR REPLACE INTO assets VALUES (?,?,?,?)""", ("0", "BTC", None, None) - ) - cursor.execute( - """INSERT OR REPLACE INTO assets VALUES (?,?,?,?)""", ("1", "XCP", None, None) - ) - insert_asset_info_sql = """ - INSERT INTO assets_info ( - asset, divisible, locked, supply, description, - first_issuance_block_index, last_issuance_block_index - ) VALUES ( - :asset, :divisible, :locked, :supply, :description, - :first_issuance_block_index, :last_issuance_block_index - ) - """ - cursor.execute( - insert_asset_info_sql, - { - "asset": "XCP", - "divisible": True, - "locked": True, - "supply": ledger.xcp_supply(self.ledger_db), - "description": "The Counterparty protocol native currency", - "first_issuance_block_index": 278319, - "last_issuance_block_index": 283810, - }, - ) - - cursor.close() - self.last_mempool_sync = 0 + update_last_parsed_events_cache(self.state_db, event=None) def run(self): logger.info("Starting API Watcher thread...") - catch_up(self.api_db, self.ledger_db, self) + catch_up(self.ledger_db, self.state_db, self) if not self.stop_event.is_set(): self.follow() def follow(self): - refresh_xcp_supply(self.ledger_db, self.api_db) - while not self.stop_event.is_set(): - last_parsed_event = None - try: - last_parsed_event = parse_next_event(self.api_db, self.ledger_db, self) - except exceptions.NoEventToParse: - logger.trace("API Watcher - No new events to parse") - self.stop_event.wait(timeout=0.1) - if self.stop_event.is_set(): - break - if time.time() - self.last_mempool_sync > 10 and ( - last_parsed_event is None or last_parsed_event["event"] == "BLOCK_PARSED" - ): - synchronize_mempool(self.api_db, self.ledger_db, self.stop_event) - self.last_mempool_sync = time.time() + try: + no_check_reorg_since = 0 + while not self.stop_event.is_set(): + try: + parse_next_event(self.ledger_db, self.state_db) + except exceptions.NoEventToParse: + logger.trace("No new events to parse") + if time.time() - no_check_reorg_since > 5: + check_reorg(self.ledger_db, self.state_db) + no_check_reorg_since = time.time() + self.stop_event.wait(timeout=0.1) + if self.stop_event.is_set(): + break + finally: + if self.state_db is not None: + self.state_db.close() + if self.ledger_db is not None: + self.ledger_db.close() + if self.current_state_thread is not None: + self.current_state_thread.stop() def stop(self): logger.info("Stopping API Watcher thread...") self.stop_event.set() self.join() - if self.api_db is not None: - self.api_db.close() - if self.ledger_db is not None: - self.ledger_db.close() logger.info("API Watcher thread stopped.") diff --git a/counterparty-core/counterpartycore/lib/api/apidb_builder.py b/counterparty-core/counterpartycore/lib/api/apidb_builder.py deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/counterparty-core/counterpartycore/lib/api/compose.py b/counterparty-core/counterpartycore/lib/api/compose.py index 63d3b0a55d..838dc702c2 100644 --- a/counterparty-core/counterpartycore/lib/api/compose.py +++ b/counterparty-core/counterpartycore/lib/api/compose.py @@ -407,7 +407,7 @@ def compose_mpma( """ Composes a transaction to send multiple payments to multiple addresses. :param address: The address that will be sending (must have the necessary quantity of the specified asset) (e.g. $ADDRESS_2) - :param assets: comma-separated list of assets to send (e.g. XCP,$ASSET_5) + :param assets: comma-separated list of assets to send (e.g. XCP,FAIRMINTC) :param destinations: comma-separated list of addresses to send to (e.g. $ADDRESS_1,$ADDRESS_2) :param quantities: comma-separated list of quantities to send (in satoshis, hence integer) (e.g. 1,2) :param memos: One `memos` argument by send, if any @@ -633,32 +633,12 @@ def compose_fairmint(db, address: str, asset: str, quantity: int = 0, **construc return compose(db, "fairmint", params, **construct_args) -def compose_utxo( - db, - source: str, - destination: str, - asset: str, - quantity: int, - **construct_args, -): - if util.enabled("spend_utxo_to_detach"): - raise exceptions.ComposeError("Disbaled. Please use the new `attach` or `detach` instead.") - params = { - "source": source, - "destination": destination, - "asset": asset, - "quantity": quantity, - } - return compose(db, "utxo", params, **construct_args) - - def compose_attach( db, address: str, asset: str, quantity: int, destination_vout: str = None, - destination: str = None, **construct_args, ): """ @@ -667,67 +647,32 @@ def compose_attach( :param asset: The asset or subasset to attach (e.g. XCP) :param quantity: The quantity of the asset to attach (in satoshis, hence integer) (e.g. 1000) :param destination_vout: The vout of the destination output - :param destination: [Disabled after block 871900] The utxo to attach the assets to - """ - if util.enabled("spend_utxo_to_detach"): - params = { - "source": address, - "asset": asset, - "quantity": quantity, - "destination_vout": destination_vout, - } - return compose(db, "attach", params, **construct_args) - - if util.CURRENT_BLOCK_INDEX > util.get_change_block_index("spend_utxo_to_detach") - 12: - raise exceptions.ComposeError( - "Attach is disabled from 12 blocks before block 871900 and the activation of the new attach/detach messages types" - ) - - return compose_utxo( - db, - source=address, - destination=destination, - asset=asset, - quantity=quantity, - **construct_args, - ) + """ + params = { + "source": address, + "asset": asset, + "quantity": quantity, + "destination_vout": destination_vout, + } + return compose(db, "attach", params, **construct_args) def compose_detach( db, utxo: str, destination: str = None, - asset: str = None, - quantity: int = None, **construct_args, ): """ Composes a transaction to detach assets from UTXO to an address. :param utxo: The utxo from which the assets are detached (e.g. $UTXO_WITH_BALANCE) :param destination: The address to detach the assets to, if not provided the addresse corresponding to the utxo is used (e.g. $ADDRESS_1) - :param asset: [Disabled after block 871900] The asset or subasset to detach - :param quantity: [Disabled after block 871900] The quantity of the asset to detach (in satoshis, hence integer) """ - if util.enabled("spend_utxo_to_detach"): - params = { - "source": utxo, - "destination": destination, - } - return compose(db, "detach", params, **construct_args) - - if util.CURRENT_BLOCK_INDEX > util.get_change_block_index("spend_utxo_to_detach") - 12: - raise exceptions.ComposeError( - "Attach is disabled from 12 blocks before block 871900 and the activation of the new attach/detach messages types" - ) - - return compose_utxo( - db, - source=utxo, - destination=destination, - asset=asset, - quantity=quantity, - **construct_args, - ) + params = { + "source": utxo, + "destination": destination, + } + return compose(db, "detach", params, **construct_args) def get_attach_estimate_xcp_fee(db): @@ -739,9 +684,9 @@ def get_attach_estimate_xcp_fee(db): def compose_movetoutxo(db, utxo: str, destination: str, **construct_args): """ - Composes a transaction to move assets from UTXO to another UTXO. + Composes a transaction like a send but for moving from one UTXO to another, with the destination is specified as an address. :param utxo: The utxo from which the assets are moved (e.g. $UTXO_WITH_BALANCE) - :param destination: The address to move the assets to (e.g. $ADDRESS_1) + :param destination: the address for which the destination utxo will be created (e.g. $ADDRESS_1) """ params = { "source": utxo, @@ -811,6 +756,7 @@ def unpack(db, datahex: str, block_index: int = None): data = binascii.unhexlify(datahex) except Exception as e: # noqa raise exceptions.UnpackError("Data must be in hexadecimal format") from e + if data[: len(config.PREFIX)] == config.PREFIX: data = data[len(config.PREFIX) :] message_type_id, message = message_type.unpack(data) diff --git a/counterparty-core/counterpartycore/lib/api/dbbuilder.py b/counterparty-core/counterpartycore/lib/api/dbbuilder.py new file mode 100644 index 0000000000..b05cac6caf --- /dev/null +++ b/counterparty-core/counterpartycore/lib/api/dbbuilder.py @@ -0,0 +1,131 @@ +import importlib.util +import logging +import os +import sys +import time + +from counterpartycore.lib import config, log +from yoyo import get_backend, read_migrations +from yoyo.exceptions import LockTimeout +from yoyo.migrations import topological_sort + +logger = logging.getLogger(config.LOGGER_NAME) + +CURRENT_DIR = os.path.dirname(os.path.realpath(__file__)) +MIGRATIONS_DIR = os.path.join(CURRENT_DIR, "migrations") + +MIGRATIONS_AFTER_ROLLBACK = [ + "0004.create_and_populate_assets_info", + "0005.create_and_populate_events_count", + "0006.create_and_populate_consolidated_tables", + "0007.create_views", + "0008.create_config_table", + "0009.create_and_populate_transaction_types_count", +] + +ROLLBACKABLE_TABLES = [ + "all_expirations", + "address_events", + "parsed_events", +] + + +def filter_migrations(migrations, wanted_ids): + filtered_migrations = (m for m in migrations if m.id in wanted_ids) + return migrations.__class__(topological_sort(filtered_migrations), migrations.post_apply) + + +def apply_outstanding_migration(): + logger.info("Applying migrations...") + # Apply migrations + backend = get_backend(f"sqlite:///{config.STATE_DATABASE}") + migrations = read_migrations(MIGRATIONS_DIR) + try: + # with backend.lock(): + backend.apply_migrations(backend.to_apply(migrations)) + except LockTimeout: + logger.debug("API Watcher - Migration lock timeout. Breaking lock and retrying...") + backend.break_lock() + backend.apply_migrations(backend.to_apply(migrations)) + backend.connection.close() + + +def import_from_path(module_name, file_path): + spec = importlib.util.spec_from_file_location(module_name, file_path) + module = importlib.util.module_from_spec(spec) + sys.modules[module_name] = module + spec.loader.exec_module(module) + return module + + +def import_migration(migration_id): + migration_path = os.path.join(MIGRATIONS_DIR, f"{migration_id}.py") + module_name = "apsw_" + migration_id.split(".")[1] + return import_from_path(module_name, migration_path) + + +def apply_migration(state_db, migration_id): + module = import_migration(migration_id) + module.apply(state_db) + + +def rollback_migration(state_db, migration_id): + module = import_migration(migration_id) + module.rollback(state_db) + + +def rollback_migrations(state_db, migration_ids): + for migration_id in reversed(migration_ids): + logger.debug(f"Rolling back migration `{migration_id}`...") + rollback_migration(state_db, migration_id) + + +def apply_migrations(state_db, migration_ids): + for migration_id in migration_ids: + logger.debug(f"Applying migration `{migration_id}`...") + apply_migration(state_db, migration_id) + + +def reapply_migrations(state_db, migration_ids): + rollback_migrations(state_db, migration_ids) + apply_migrations(state_db, migration_ids) + + +def rollback_tables(state_db, block_index): + cursor = state_db.cursor() + cursor.execute("""PRAGMA foreign_keys=OFF""") + + for table in ROLLBACKABLE_TABLES: + logger.debug(f"Rolling back table `{table}`...") + cursor.execute(f"DELETE FROM {table} WHERE block_index >= ?", (block_index,)) # noqa S608 + + cursor.execute("""PRAGMA foreign_keys=ON""") + cursor.close() + + +def build_state_db(): + logger.info("Building State DB...") + start_time = time.time() + + # Remove existing State DB + for ext in ["", "-wal", "-shm"]: + if os.path.exists(config.STATE_DATABASE + ext): + os.unlink(config.STATE_DATABASE + ext) + + with log.Spinner("Applying migrations"): + apply_outstanding_migration() + + logger.info(f"State DB built in {time.time() - start_time:.2f} seconds") + + +def rollback_state_db(state_db, block_index): + logger.info(f"Rolling back State DB to block index {block_index}...") + start_time = time.time() + + with state_db: + with log.Spinner("Rolling back State DB tables..."): + rollback_tables(state_db, block_index) + with log.Spinner("Re-applying migrations..."): + reapply_migrations(state_db, MIGRATIONS_AFTER_ROLLBACK) + + logger.info(f"State DB rolled back in {time.time() - start_time:.2f} seconds") diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0001.create_and_populate_address_events.py b/counterparty-core/counterpartycore/lib/api/migrations/0001.create_and_populate_address_events.py new file mode 100644 index 0000000000..90757ecf7c --- /dev/null +++ b/counterparty-core/counterpartycore/lib/api/migrations/0001.create_and_populate_address_events.py @@ -0,0 +1,77 @@ +# +# file: counterpartycore/lib/api/migrations/0001.populate_address_events.py +# +import logging +import time + +from counterpartycore.lib import config +from counterpartycore.lib.api.api_watcher import EVENTS_ADDRESS_FIELDS, update_address_events +from yoyo import step + +logger = logging.getLogger(config.LOGGER_NAME) + + +def dict_factory(cursor, row): + fields = [column[0] for column in cursor.description] + return {key: value for key, value in zip(fields, row)} + + +def apply(db): + start_time = time.time() + logger.debug("Populating `address_events` table...") + + if hasattr(db, "row_factory"): + db.row_factory = dict_factory + + attached = ( + db.execute( + "SELECT COUNT(*) AS count FROM pragma_database_list WHERE name = ?", ("ledger_db",) + ).fetchone()["count"] + > 0 + ) + if not attached: + db.execute("ATTACH DATABASE ? AS ledger_db", (config.DATABASE,)) + + cursor = db.cursor() + + cursor.execute(""" + CREATE TABLE address_events ( + address TEXT, + event_index INTEGER, + block_index INTEGER + ) + """) + + event_names = list(EVENTS_ADDRESS_FIELDS.keys()) + placeholders = ", ".join(["?"] * len(event_names)) + + sql = f""" + SELECT event, bindings, message_index, block_index + FROM ledger_db.messages WHERE event IN ({placeholders}) + ORDER BY message_index + """ # noqa S608 + + cursor.execute(sql, event_names) + + inserted = 0 + for event in cursor: + update_address_events(db, event) + inserted += 1 + if inserted % 1000000 == 0: + logger.trace(f"Inserted {inserted} address events") + + cursor.execute("CREATE INDEX address_events_address_idx ON address_events (address)") + cursor.execute("CREATE INDEX address_events_event_index_idx ON address_events (event_index)") + cursor.execute("CREATE INDEX address_events_block_index_idx ON address_events (block_index)") + + cursor.close() + + logger.debug(f"Populated `address_events` table in {time.time() - start_time:.2f} seconds") + + +def rollback(db): + db.execute("DROP TABLE address_events") + + +if not __name__.startswith("apsw_"): + steps = [step(apply, rollback)] diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0001.create_api_database.sql b/counterparty-core/counterpartycore/lib/api/migrations/0001.create_api_database.sql deleted file mode 100644 index c6ae5427aa..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0001.create_api_database.sql +++ /dev/null @@ -1,635 +0,0 @@ -CREATE TABLE IF NOT EXISTS blocks( - block_index INTEGER UNIQUE, - block_hash TEXT UNIQUE, - block_time INTEGER, - previous_block_hash TEXT UNIQUE, - difficulty INTEGER, ledger_hash TEXT, txlist_hash TEXT, messages_hash TEXT, transaction_count INTEGER, - PRIMARY KEY (block_index, block_hash)); -CREATE INDEX IF NOT EXISTS blocks_block_index_idx ON blocks (block_index); -CREATE INDEX IF NOT EXISTS blocks_block_index_block_hash_idx ON blocks (block_index, block_hash); -CREATE TABLE IF NOT EXISTS transactions( - tx_index INTEGER UNIQUE, - tx_hash TEXT UNIQUE, - block_index INTEGER, - block_hash TEXT, - block_time INTEGER, - source TEXT, - destination TEXT, - btc_amount INTEGER, - fee INTEGER, - data BLOB, - supported BOOL DEFAULT 1, - FOREIGN KEY (block_index, block_hash) REFERENCES blocks(block_index, block_hash), - PRIMARY KEY (tx_index, tx_hash, block_index)); -CREATE INDEX IF NOT EXISTS transactions_block_index_idx ON transactions (block_index); -CREATE INDEX IF NOT EXISTS transactions_tx_index_idx ON transactions (tx_index); -CREATE INDEX IF NOT EXISTS transactions_tx_hash_idx ON transactions (tx_hash); -CREATE INDEX IF NOT EXISTS transactions_block_index_tx_index_idx ON transactions (block_index, tx_index); -CREATE INDEX IF NOT EXISTS transactions_tx_index_tx_hash_block_index_idx ON transactions (tx_index, tx_hash, block_index); -CREATE TABLE IF NOT EXISTS transaction_outputs( - tx_index, - tx_hash TEXT, - block_index INTEGER, - out_index INTEGER, - destination TEXT, - btc_amount INTEGER, - PRIMARY KEY (tx_hash, out_index), - FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -CREATE TABLE IF NOT EXISTS mempool( - tx_hash TEXT, - command TEXT, - category TEXT, - bindings TEXT, - timestamp INTEGER, event TEXT); -CREATE TABLE IF NOT EXISTS debits( - block_index INTEGER, - address TEXT, - asset TEXT, - quantity INTEGER, - action TEXT, - event TEXT, tx_index INTEGER, - FOREIGN KEY (block_index) REFERENCES blocks(block_index)); -CREATE INDEX IF NOT EXISTS debits_address_idx ON debits (address); -CREATE INDEX IF NOT EXISTS debits_asset_idx ON debits (asset); -CREATE INDEX IF NOT EXISTS debits_block_index_idx ON debits (block_index); -CREATE TABLE IF NOT EXISTS credits( - block_index INTEGER, - address TEXT, - asset TEXT, - quantity INTEGER, - calling_function TEXT, - event TEXT, tx_index INTEGER, - FOREIGN KEY (block_index) REFERENCES blocks(block_index)); -CREATE INDEX IF NOT EXISTS credits_address_idx ON credits (address); -CREATE INDEX IF NOT EXISTS credits_asset_idx ON credits (asset); -CREATE INDEX IF NOT EXISTS credits_block_index_idx ON credits (block_index); -CREATE TABLE IF NOT EXISTS balances( - address TEXT, - asset TEXT, - quantity INTEGER, block_index INTEGER, tx_index INTEGER); -CREATE INDEX IF NOT EXISTS balances_address_asset_idx ON balances (address, asset); -CREATE INDEX IF NOT EXISTS balances_address_idx ON balances (address); -CREATE INDEX IF NOT EXISTS balances_asset_idx ON balances (asset); -CREATE INDEX IF NOT EXISTS balances_block_index_idx ON balances (block_index); -CREATE TABLE IF NOT EXISTS assets( - asset_id TEXT UNIQUE, - asset_name TEXT UNIQUE, - block_index INTEGER, - asset_longname TEXT); -CREATE INDEX IF NOT EXISTS assets_asset_name_idx ON assets (asset_name); -CREATE INDEX IF NOT EXISTS assets_asset_id_idx ON assets (asset_id); -CREATE UNIQUE INDEX IF NOT EXISTS assets_asset_longname_idx ON assets (asset_longname); -CREATE TABLE IF NOT EXISTS addresses( - address TEXT UNIQUE, - options INTEGER, - block_index INTEGER); -CREATE INDEX IF NOT EXISTS addresses_address_idx ON addresses (address); -CREATE TABLE IF NOT EXISTS "sends"( - tx_index INTEGER, - tx_hash TEXT, - block_index INTEGER, - source TEXT, - destination TEXT, - asset TEXT, - quantity INTEGER, - status TEXT, - msg_index INTEGER DEFAULT 0, memo BLOB, - PRIMARY KEY (tx_index, msg_index), - FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index), - UNIQUE (tx_hash, msg_index) ON CONFLICT FAIL); -CREATE INDEX IF NOT EXISTS sends_block_index_idx ON sends (block_index); -CREATE INDEX IF NOT EXISTS sends_source_idx ON sends (source); -CREATE INDEX IF NOT EXISTS sends_destination_idx ON sends (destination); -CREATE INDEX IF NOT EXISTS sends_asset_idx ON sends (asset); -CREATE INDEX IF NOT EXISTS sends_memo_idx ON sends (memo); -CREATE TABLE IF NOT EXISTS destructions( - tx_index INTEGER PRIMARY KEY, - tx_hash TEXT UNIQUE, - block_index INTEGER, - source TEXT, - asset INTEGER, - quantity INTEGER, - tag TEXT, - status TEXT, - FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -CREATE INDEX IF NOT EXISTS destructions_status_idx ON destructions (status); -CREATE INDEX IF NOT EXISTS destructions_source_idx ON destructions (source); -CREATE TABLE IF NOT EXISTS orders( - tx_index INTEGER, - tx_hash TEXT, - block_index INTEGER, - source TEXT, - give_asset TEXT, - give_quantity INTEGER, - give_remaining INTEGER, - get_asset TEXT, - get_quantity INTEGER, - get_remaining INTEGER, - expiration INTEGER, - expire_index INTEGER, - fee_required INTEGER, - fee_required_remaining INTEGER, - fee_provided INTEGER, - fee_provided_remaining INTEGER, - status TEXT); -CREATE INDEX IF NOT EXISTS orders_block_index_idx ON orders (block_index); -CREATE INDEX IF NOT EXISTS orders_tx_index_tx_hash_idx ON orders (tx_index, tx_hash); -CREATE INDEX IF NOT EXISTS orders_give_asset_idx ON orders (give_asset); -CREATE INDEX IF NOT EXISTS orders_tx_hash_idx ON orders (tx_hash); -CREATE INDEX IF NOT EXISTS orders_expire_index_idx ON orders (expire_index); -CREATE INDEX IF NOT EXISTS orders_get_asset_give_asset_idx ON orders (get_asset, give_asset); -CREATE INDEX IF NOT EXISTS orders_status_idx ON orders (status); -CREATE INDEX IF NOT EXISTS orders_source_give_asset_idx ON orders (source, give_asset); -CREATE TABLE IF NOT EXISTS order_matches( - id TEXT, - tx0_index INTEGER, - tx0_hash TEXT, - tx0_address TEXT, - tx1_index INTEGER, - tx1_hash TEXT, - tx1_address TEXT, - forward_asset TEXT, - forward_quantity INTEGER, - backward_asset TEXT, - backward_quantity INTEGER, - tx0_block_index INTEGER, - tx1_block_index INTEGER, - block_index INTEGER, - tx0_expiration INTEGER, - tx1_expiration INTEGER, - match_expire_index INTEGER, - fee_paid INTEGER, - status TEXT); -CREATE INDEX IF NOT EXISTS order_matches_block_index_idx ON order_matches (block_index); -CREATE INDEX IF NOT EXISTS order_matches_forward_asset_idx ON order_matches (forward_asset); -CREATE INDEX IF NOT EXISTS order_matches_backward_asset_idx ON order_matches (backward_asset); -CREATE INDEX IF NOT EXISTS order_matches_id_idx ON order_matches (id); -CREATE INDEX IF NOT EXISTS order_matches_tx0_address_forward_asset_idx ON order_matches (tx0_address, forward_asset); -CREATE INDEX IF NOT EXISTS order_matches_tx1_address_backward_asset_idx ON order_matches (tx1_address, backward_asset); -CREATE INDEX IF NOT EXISTS order_matches_match_expire_index_idx ON order_matches (match_expire_index); -CREATE INDEX IF NOT EXISTS order_matches_status_idx ON order_matches (status); -CREATE INDEX IF NOT EXISTS order_matches_tx0_hash_idx ON order_matches (tx0_hash); -CREATE INDEX IF NOT EXISTS order_matches_tx1_hash_idx ON order_matches (tx1_hash); -CREATE TABLE IF NOT EXISTS order_expirations( - order_hash TEXT PRIMARY KEY, - source TEXT, - block_index INTEGER, - FOREIGN KEY (block_index) REFERENCES blocks(block_index)); -CREATE INDEX IF NOT EXISTS order_expirations_block_index_idx ON order_expirations (block_index); -CREATE INDEX IF NOT EXISTS order_expirations_source_idx ON order_expirations (source); -CREATE TABLE IF NOT EXISTS order_match_expirations( - order_match_id TEXT PRIMARY KEY, - tx0_address TEXT, - tx1_address TEXT, - block_index INTEGER, - FOREIGN KEY (block_index) REFERENCES blocks(block_index)); -CREATE INDEX IF NOT EXISTS order_match_expirations_block_index_idx ON order_match_expirations (block_index); -CREATE INDEX IF NOT EXISTS order_match_expirations_tx0_address_idx ON order_match_expirations (tx0_address); -CREATE INDEX IF NOT EXISTS order_match_expirations_tx1_address_idx ON order_match_expirations (tx1_address); -CREATE TABLE IF NOT EXISTS btcpays( - tx_index INTEGER PRIMARY KEY, - tx_hash TEXT UNIQUE, - block_index INTEGER, - source TEXT, - destination TEXT, - btc_amount INTEGER, - order_match_id TEXT, - status TEXT, - FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -CREATE INDEX IF NOT EXISTS btcpays_block_index_idx ON btcpays (block_index); -CREATE INDEX IF NOT EXISTS btcpays_source_idx ON btcpays (source); -CREATE INDEX IF NOT EXISTS btcpays_destination_idx ON btcpays (destination); -CREATE TABLE IF NOT EXISTS "issuances"( - tx_index INTEGER, - tx_hash TEXT, - msg_index INTEGER DEFAULT 0, - block_index INTEGER, - asset TEXT, - quantity INTEGER, - divisible BOOL, - source TEXT, - issuer TEXT, - transfer BOOL, - callable BOOL, - call_date INTEGER, - call_price REAL, - description TEXT, - fee_paid INTEGER, - locked BOOL, - status TEXT, - asset_longname TEXT, - reset BOOL, - PRIMARY KEY (tx_index, msg_index), - FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index), - UNIQUE (tx_hash, msg_index)); -CREATE INDEX IF NOT EXISTS issuances_block_index_idx ON issuances (block_index); -CREATE INDEX IF NOT EXISTS issuances_asset_status_idx ON issuances (asset, status); -CREATE INDEX IF NOT EXISTS issuances_status_idx ON issuances (status); -CREATE INDEX IF NOT EXISTS issuances_source_idx ON issuances (source); -CREATE INDEX IF NOT EXISTS issuances_asset_longname_idx ON issuances (asset_longname); -CREATE INDEX IF NOT EXISTS issuances_status_asset_tx_index_idx ON issuances (status, asset, tx_index DESC); -CREATE TABLE IF NOT EXISTS broadcasts( - tx_index INTEGER PRIMARY KEY, - tx_hash TEXT UNIQUE, - block_index INTEGER, - source TEXT, - timestamp INTEGER, - value REAL, - fee_fraction_int INTEGER, - text TEXT, - locked BOOL, - status TEXT, - FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -CREATE INDEX IF NOT EXISTS broadcasts_block_index_idx ON broadcasts (block_index); -CREATE INDEX IF NOT EXISTS broadcasts_status_source_idx ON broadcasts (status, source); -CREATE INDEX IF NOT EXISTS broadcasts_status_source_tx_index_idx ON broadcasts (status, source, tx_index); -CREATE INDEX IF NOT EXISTS broadcasts_timestamp_idx ON broadcasts (timestamp); -CREATE TABLE IF NOT EXISTS bets( - tx_index INTEGER, - tx_hash TEXT, - block_index INTEGER, - source TEXT, - feed_address TEXT, - bet_type INTEGER, - deadline INTEGER, - wager_quantity INTEGER, - wager_remaining INTEGER, - counterwager_quantity INTEGER, - counterwager_remaining INTEGER, - target_value REAL, - leverage INTEGER, - expiration INTEGER, - expire_index INTEGER, - fee_fraction_int INTEGER, - status TEXT); -CREATE INDEX IF NOT EXISTS bets_block_index_idx ON bets (block_index); -CREATE INDEX IF NOT EXISTS bets_tx_index_tx_hash_idx ON bets (tx_index, tx_hash); -CREATE INDEX IF NOT EXISTS bets_status_idx ON bets (status); -CREATE INDEX IF NOT EXISTS bets_tx_hash_idx ON bets (tx_hash); -CREATE INDEX IF NOT EXISTS bets_feed_address_idx ON bets (feed_address); -CREATE INDEX IF NOT EXISTS bets_expire_index_idx ON bets (expire_index); -CREATE INDEX IF NOT EXISTS bets_feed_address_bet_type_idx ON bets (feed_address, bet_type); -CREATE TABLE IF NOT EXISTS bet_matches( - id TEXT, - tx0_index INTEGER, - tx0_hash TEXT, - tx0_address TEXT, - tx1_index INTEGER, - tx1_hash TEXT, - tx1_address TEXT, - tx0_bet_type INTEGER, - tx1_bet_type INTEGER, - feed_address TEXT, - initial_value INTEGER, - deadline INTEGER, - target_value REAL, - leverage INTEGER, - forward_quantity INTEGER, - backward_quantity INTEGER, - tx0_block_index INTEGER, - tx1_block_index INTEGER, - block_index INTEGER, - tx0_expiration INTEGER, - tx1_expiration INTEGER, - match_expire_index INTEGER, - fee_fraction_int INTEGER, - status TEXT); -CREATE INDEX IF NOT EXISTS bet_matches_block_index_idx ON bet_matches (block_index); -CREATE INDEX IF NOT EXISTS bet_matches_id_idx ON bet_matches (id); -CREATE INDEX IF NOT EXISTS bet_matches_status_idx ON bet_matches (status); -CREATE INDEX IF NOT EXISTS bet_matches_deadline_idx ON bet_matches (deadline); -CREATE INDEX IF NOT EXISTS bet_matches_tx0_address_idx ON bet_matches (tx0_address); -CREATE INDEX IF NOT EXISTS bet_matches_tx1_address_idx ON bet_matches (tx1_address); -CREATE TABLE IF NOT EXISTS bet_expirations( - bet_index INTEGER PRIMARY KEY, - bet_hash TEXT UNIQUE, - source TEXT, - block_index INTEGER, - FOREIGN KEY (block_index) REFERENCES blocks(block_index)); -CREATE INDEX IF NOT EXISTS bet_expirations_block_index_idx ON bet_expirations (block_index); -CREATE INDEX IF NOT EXISTS bet_expirations_source_idx ON bet_expirations (source); -CREATE TABLE IF NOT EXISTS bet_match_expirations( - bet_match_id TEXT PRIMARY KEY, - tx0_address TEXT, - tx1_address TEXT, - block_index INTEGER, - FOREIGN KEY (block_index) REFERENCES blocks(block_index)); -CREATE INDEX IF NOT EXISTS bet_match_expirations_block_index_idx ON bet_match_expirations (block_index); -CREATE INDEX IF NOT EXISTS bet_match_expirations_tx0_address_idx ON bet_match_expirations (tx0_address); -CREATE INDEX IF NOT EXISTS bet_match_expirations_tx1_address_idx ON bet_match_expirations (tx1_address); -CREATE TABLE IF NOT EXISTS bet_match_resolutions( - bet_match_id TEXT PRIMARY KEY, - bet_match_type_id INTEGER, - block_index INTEGER, - winner TEXT, - settled BOOL, - bull_credit INTEGER, - bear_credit INTEGER, - escrow_less_fee INTEGER, - fee INTEGER, - FOREIGN KEY (block_index) REFERENCES blocks(block_index)); -CREATE TABLE IF NOT EXISTS dividends( - tx_index INTEGER PRIMARY KEY, - tx_hash TEXT UNIQUE, - block_index INTEGER, - source TEXT, - asset TEXT, - dividend_asset TEXT, - quantity_per_unit INTEGER, - fee_paid INTEGER, - status TEXT, - FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -CREATE INDEX IF NOT EXISTS dividends_block_index_idx ON dividends (block_index); -CREATE INDEX IF NOT EXISTS dividends_source_idx ON dividends (source); -CREATE INDEX IF NOT EXISTS dividends_asset_idx ON dividends (asset); -CREATE TABLE IF NOT EXISTS burns( - tx_index INTEGER PRIMARY KEY, - tx_hash TEXT UNIQUE, - block_index INTEGER, - source TEXT, - burned INTEGER, - earned INTEGER, - status TEXT, - FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -CREATE INDEX IF NOT EXISTS burns_status_idx ON burns (status); -CREATE INDEX IF NOT EXISTS burns_source_idx ON burns (source); -CREATE TABLE IF NOT EXISTS cancels( - tx_index INTEGER PRIMARY KEY, - tx_hash TEXT UNIQUE, - block_index INTEGER, - source TEXT, - offer_hash TEXT, - status TEXT, - FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -CREATE INDEX IF NOT EXISTS cancels_block_index_idx ON cancels (block_index); -CREATE INDEX IF NOT EXISTS cancels_source_idx ON cancels (source); -CREATE TABLE IF NOT EXISTS rps( - tx_index INTEGER, - tx_hash TEXT, - block_index INTEGER, - source TEXT, - possible_moves INTEGER, - wager INTEGER, - move_random_hash TEXT, - expiration INTEGER, - expire_index INTEGER, - status TEXT); -CREATE INDEX IF NOT EXISTS rps_source_idx ON rps (source); -CREATE INDEX IF NOT EXISTS rps_wager_possible_moves_idx ON rps (wager, possible_moves); -CREATE INDEX IF NOT EXISTS rps_status_idx ON rps (status); -CREATE INDEX IF NOT EXISTS rps_tx_index_idx ON rps (tx_index); -CREATE INDEX IF NOT EXISTS rps_tx_hash_idx ON rps (tx_hash); -CREATE INDEX IF NOT EXISTS rps_expire_index_idx ON rps (expire_index); -CREATE INDEX IF NOT EXISTS rps_tx_index_tx_hash_idx ON rps (tx_index, tx_hash); -CREATE TABLE IF NOT EXISTS rps_matches( - id TEXT, - tx0_index INTEGER, - tx0_hash TEXT, - tx0_address TEXT, - tx1_index INTEGER, - tx1_hash TEXT, - tx1_address TEXT, - tx0_move_random_hash TEXT, - tx1_move_random_hash TEXT, - wager INTEGER, - possible_moves INTEGER, - tx0_block_index INTEGER, - tx1_block_index INTEGER, - block_index INTEGER, - tx0_expiration INTEGER, - tx1_expiration INTEGER, - match_expire_index INTEGER, - status TEXT); -CREATE INDEX IF NOT EXISTS rps_matches_tx0_address_idx ON rps_matches (tx0_address); -CREATE INDEX IF NOT EXISTS rps_matches_tx1_address_idx ON rps_matches (tx1_address); -CREATE INDEX IF NOT EXISTS rps_matches_status_idx ON rps_matches (status); -CREATE INDEX IF NOT EXISTS rps_matches_id_idx ON rps_matches (id); -CREATE INDEX IF NOT EXISTS rps_matches_match_expire_index_idx ON rps_matches (match_expire_index); -CREATE TABLE IF NOT EXISTS rps_expirations( - rps_index INTEGER PRIMARY KEY, - rps_hash TEXT UNIQUE, - source TEXT, - block_index INTEGER, - FOREIGN KEY (block_index) REFERENCES blocks(block_index)); -CREATE INDEX IF NOT EXISTS rps_expirations_block_index_idx ON rps_expirations (block_index); -CREATE INDEX IF NOT EXISTS rps_expirations_source_idx ON rps_expirations (source); -CREATE TABLE IF NOT EXISTS rps_match_expirations( - rps_match_id TEXT PRIMARY KEY, - tx0_address TEXT, - tx1_address TEXT, - block_index INTEGER, - FOREIGN KEY (block_index) REFERENCES blocks(block_index)); -CREATE INDEX IF NOT EXISTS rps_match_expirations_block_index_idx ON rps_match_expirations (block_index); -CREATE INDEX IF NOT EXISTS rps_match_expirations_tx0_address_idx ON rps_match_expirations (tx0_address); -CREATE INDEX IF NOT EXISTS rps_match_expirations_tx1_address_idx ON rps_match_expirations (tx1_address); -CREATE TABLE IF NOT EXISTS rpsresolves( - tx_index INTEGER PRIMARY KEY, - tx_hash TEXT UNIQUE, - block_index INTEGER, - source TEXT, - move INTEGER, - random TEXT, - rps_match_id TEXT, - status TEXT, - FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -CREATE INDEX IF NOT EXISTS rpsresolves_block_index_idx ON rpsresolves (block_index); -CREATE INDEX IF NOT EXISTS rpsresolves_source_idx ON rpsresolves (source); -CREATE INDEX IF NOT EXISTS rpsresolves_rps_match_id_idx ON rpsresolves (rps_match_id); -CREATE TABLE IF NOT EXISTS sweeps( - tx_index INTEGER PRIMARY KEY, - tx_hash TEXT UNIQUE, - block_index INTEGER, - source TEXT, - destination TEXT, - flags INTEGER, - status TEXT, - memo BLOB, - fee_paid INTEGER, - FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -CREATE INDEX IF NOT EXISTS sweeps_block_index_idx ON sweeps (block_index); -CREATE INDEX IF NOT EXISTS sweeps_source_idx ON sweeps (source); -CREATE INDEX IF NOT EXISTS sweeps_destination_idx ON sweeps (destination); -CREATE INDEX IF NOT EXISTS sweeps_memo_idx ON sweeps (memo); -CREATE TABLE IF NOT EXISTS dispensers( - tx_index INTEGER, - tx_hash TEXT, - block_index INTEGER, - source TEXT, - asset TEXT, - give_quantity INTEGER, - escrow_quantity INTEGER, - satoshirate INTEGER, - status INTEGER, - give_remaining INTEGER, - oracle_address TEXT, - last_status_tx_hash TEXT, - origin TEXT, - dispense_count INTEGER DEFAULT 0, last_status_tx_source TEXT, close_block_index TEXT); -CREATE INDEX IF NOT EXISTS dispensers_block_index_idx ON dispensers (block_index); -CREATE INDEX IF NOT EXISTS dispensers_source_idx ON dispensers (source); -CREATE INDEX IF NOT EXISTS dispensers_asset_idx ON dispensers (asset); -CREATE INDEX IF NOT EXISTS dispensers_tx_index_idx ON dispensers (tx_index); -CREATE INDEX IF NOT EXISTS dispensers_tx_hash_idx ON dispensers (tx_hash); -CREATE INDEX IF NOT EXISTS dispensers_status_idx ON dispensers (status); -CREATE INDEX IF NOT EXISTS dispensers_give_remaining_idx ON dispensers (give_remaining); -CREATE INDEX IF NOT EXISTS dispensers_status_block_index_idx ON dispensers (status, block_index); -CREATE INDEX IF NOT EXISTS dispensers_source_origin_idx ON dispensers (source, origin); -CREATE INDEX IF NOT EXISTS dispensers_source_asset_origin_idx ON dispensers (source, asset, origin); -CREATE INDEX IF NOT EXISTS dispensers_last_status_tx_hash_idx ON dispensers (last_status_tx_hash); -CREATE TABLE IF NOT EXISTS dispenses ( - tx_index INTEGER, - dispense_index INTEGER, - tx_hash TEXT, - block_index INTEGER, - source TEXT, - destination TEXT, - asset TEXT, - dispense_quantity INTEGER, - dispenser_tx_hash TEXT, - btc_amount INTEGER DEFAULT 0, - PRIMARY KEY (tx_index, dispense_index, source, destination), - FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -CREATE INDEX IF NOT EXISTS dispenses_tx_hash_idx ON dispenses (tx_hash); -CREATE INDEX IF NOT EXISTS dispenses_block_index_idx ON dispenses (block_index); -CREATE INDEX IF NOT EXISTS dispenses_dispenser_tx_hash_idx ON dispenses (dispenser_tx_hash); -CREATE TABLE IF NOT EXISTS dispenser_refills( - tx_index INTEGER, - tx_hash TEXT, - block_index INTEGER, - source TEXT, - destination TEXT, - asset TEXT, - dispense_quantity INTEGER, - dispenser_tx_hash TEXT, - PRIMARY KEY (tx_index, tx_hash, source, destination), - FOREIGN KEY (tx_index, tx_hash, block_index) - REFERENCES transactions(tx_index, tx_hash, block_index)); -CREATE INDEX IF NOT EXISTS dispenser_refills_tx_hash_idx ON dispenser_refills (tx_hash); -CREATE INDEX IF NOT EXISTS dispenser_refills_block_index_idx ON dispenser_refills (block_index); -CREATE TABLE IF NOT EXISTS messages( - message_index INTEGER PRIMARY KEY, - block_index INTEGER, - command TEXT, - category TEXT, - bindings TEXT, - timestamp INTEGER, - event TEXT, - tx_hash TEXT, - previous_state TEXT, - insert_rowid INTEGER, - event_hash TEXT); -CREATE INDEX IF NOT EXISTS messages_block_index_idx ON messages (block_index); -CREATE INDEX IF NOT EXISTS messages_block_index_message_index_idx ON messages (block_index, message_index); -CREATE INDEX IF NOT EXISTS messages_event_idx ON messages (event); -CREATE INDEX IF NOT EXISTS messages_tx_hash_idx ON messages (tx_hash); -CREATE INDEX IF NOT EXISTS messages_block_index_event_idx ON messages (block_index, event); -CREATE INDEX IF NOT EXISTS messages_event_hash_idx ON messages (event_hash, event); -CREATE INDEX IF NOT EXISTS dispenses_asset_idx ON dispenses (asset); -CREATE INDEX IF NOT EXISTS dispenses_source_idx ON dispenses (source); -CREATE INDEX IF NOT EXISTS dispenses_destination_idx ON dispenses (destination); -CREATE INDEX IF NOT EXISTS transactions_source_idx ON transactions (source); -CREATE INDEX IF NOT EXISTS debits_event_idx ON debits (event); -CREATE INDEX IF NOT EXISTS debits_action_idx ON debits (action); -CREATE INDEX IF NOT EXISTS credits_event_idx ON credits (event); -CREATE INDEX IF NOT EXISTS credits_calling_function_idx ON credits (calling_function); -CREATE INDEX IF NOT EXISTS issuances_issuer_idx ON issuances (issuer); -CREATE INDEX IF NOT EXISTS dispensers_source_asset_origin_status_idx ON dispensers (source, asset, origin, status); -CREATE INDEX IF NOT EXISTS dispensers_close_block_index_status_idx ON dispensers (close_block_index, status); -CREATE INDEX IF NOT EXISTS balances_quantity_idx ON balances (quantity); -CREATE INDEX IF NOT EXISTS orders_get_quantity_idx ON orders (get_quantity); -CREATE INDEX IF NOT EXISTS orders_give_quantity_idx ON orders (give_quantity); -CREATE INDEX IF NOT EXISTS dispensers_give_quantity_idx ON dispensers (give_quantity); -CREATE INDEX IF NOT EXISTS dispenses_dispense_quantity_idx ON dispenses (dispense_quantity); -CREATE INDEX IF NOT EXISTS debits_quantity_idx ON debits (quantity); -CREATE INDEX IF NOT EXISTS credits_quantity_idx ON credits (quantity); - - -CREATE TABLE IF NOT EXISTS all_expirations( - type TEXT, - object_id TEXT, - block_index INTEGER); -CREATE INDEX IF NOT EXISTS all_expirations_type_idx ON all_expirations (type); -CREATE INDEX IF NOT EXISTS all_expirations_block_index_idx ON all_expirations (block_index); - - -CREATE VIEW IF NOT EXISTS asset_holders AS - SELECT asset, address, quantity, NULL AS escrow, - ('balances_' || CAST(rowid AS VARCAHR)) AS cursor_id, 'balances' AS holding_type, NULL AS status - FROM balances - UNION ALL - SELECT give_asset AS asset, source AS address, give_remaining AS quantity, tx_hash AS escrow, - ('open_order_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'open_order' AS holding_type, status - FROM orders WHERE status = 'open' - UNION ALL - SELECT forward_asset AS asset, tx0_address AS address, forward_quantity AS quantity, - id AS escrow, ('order_match_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'pending_order_match' AS holding_type, status - FROM order_matches WHERE status = 'pending' - UNION ALL - SELECT backward_asset AS asset, tx1_address AS address, backward_quantity AS quantity, - id AS escrow, ('order_match_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'pending_order_match' AS holding_type, status - FROM order_matches WHERE status = 'pending' - UNION ALL - SELECT asset, source AS address, give_remaining AS quantity, - tx_hash AS escrow, ('open_dispenser_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'open_dispenser' AS holding_type, status - FROM dispensers WHERE status = 0; - - -CREATE VIEW IF NOT EXISTS xcp_holders AS - SELECT * FROM asset_holders - UNION ALL - SELECT 'XCP' AS asset, source AS address, wager_remaining AS quantity, - tx_hash AS escrow, ('open_bet_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'open_bet' AS holding_type, status - FROM bets WHERE status = 'open' - UNION ALL - SELECT 'XCP' AS asset, tx0_address AS address, forward_quantity AS quantity, - id AS escrow, ('bet_match_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'pending_bet_match' AS holding_type, status - FROM bet_matches WHERE status = 'pending' - UNION ALL - SELECT 'XCP' AS asset, tx1_address AS address, backward_quantity AS quantity, - id AS escrow, ('bet_match_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'pending_bet_match' AS holding_type, status - FROM bet_matches WHERE status = 'pending' - UNION ALL - SELECT 'XCP' AS asset, source AS address, wager AS quantity, - tx_hash AS escrow, ('open_rps_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'open_rps' AS holding_type, status - FROM rps WHERE status = 'open' - UNION ALL - SELECT 'XCP' AS asset, tx0_address AS address, wager AS quantity, - id AS escrow, ('rps_match_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'pending_rps_match' AS holding_type, status - FROM rps_matches WHERE status IN ('pending', 'pending and resolved', 'resolved and pending') - UNION ALL - SELECT 'XCP' AS asset, tx1_address AS address, wager AS quantity, - id AS escrow, ('rps_match_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'pending_rps_match' AS holding_type, status - FROM rps_matches WHERE status IN ('pending', 'pending and resolved', 'resolved and pending') - UNION ALL - SELECT asset, source AS address, give_remaining AS quantity, - tx_hash AS escrow, ('open_dispenser_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'open_dispenser' AS holding_type, status - FROM dispensers WHERE status = 0; - -CREATE TABLE IF NOT EXISTS assets_info( - asset TEXT UNIQUE, - asset_id TEXT UNIQUE, - asset_longname TEXT, - issuer TEXT, - owner TEXT, - divisible BOOL, - locked BOOL DEFAULT 0, - supply INTEGER DEFAULT 0, - description TEXT, - first_issuance_block_index INTEGER, - last_issuance_block_index INTEGER - ); -CREATE INDEX IF NOT EXISTS assets_info_asset_idx ON assets_info (asset); -CREATE INDEX IF NOT EXISTS assets_info_asset_longname_idx ON assets_info (asset_longname); -CREATE INDEX IF NOT EXISTS assets_info_issuer_idx ON assets_info (issuer); -CREATE INDEX IF NOT EXISTS assets_info_owner_idx ON assets_info (owner); diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0002.add_default_values_to_issuances.py b/counterparty-core/counterpartycore/lib/api/migrations/0002.add_default_values_to_issuances.py deleted file mode 100644 index e2049e9a67..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0002.add_default_values_to_issuances.py +++ /dev/null @@ -1,53 +0,0 @@ -# -# file: counterpartycore/lib/api/migrations/0002.add_default_values_to_issuances.py -# -import logging -import os - -from counterpartycore.lib import config -from yoyo import step - -logger = logging.getLogger(config.LOGGER_NAME) - -CURRENT_DIR = os.path.dirname(os.path.realpath(__file__)) - -__depends__ = {"0001.create_api_database"} - - -# def dict_factory(cursor, row): -# fields = [column[0] for column in cursor.description] -# return {key: value for key, value in zip(fields, row)} - - -def apply(db): - logger.info("Add defaul value for `locked` and `reset` fields in `issuances` table...") - # db.row_factory = dict_factory - - cursor = db.cursor() - sqls = [ - "DROP VIEW IF EXISTS xcp_holders", - "DROP VIEW IF EXISTS asset_holders", - # locked field - "ALTER TABLE issuances RENAME COLUMN locked TO locked_old", - "ALTER TABLE issuances ADD COLUMN locked BOOL DEFAULT FALSE", - "UPDATE issuances SET locked = locked_old", - "ALTER TABLE issuances DROP COLUMN locked_old", - "UPDATE issuances SET locked = 0 WHERE locked IS NULL", - # reset field - "ALTER TABLE issuances RENAME COLUMN reset TO reset_old", - "ALTER TABLE issuances ADD COLUMN reset BOOL DEFAULT FALSE", - "UPDATE issuances SET reset = reset_old", - "ALTER TABLE issuances DROP COLUMN reset_old", - "UPDATE issuances SET locked = 0 WHERE locked IS NULL", - ] - for sql in sqls: - cursor.execute(sql) - - logger.info("`locked` and `reset` fields updated...") - - -def rollback(db): - pass - - -steps = [step(apply, rollback)] diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0002.create_and_populate_parsed_events.py b/counterparty-core/counterpartycore/lib/api/migrations/0002.create_and_populate_parsed_events.py new file mode 100644 index 0000000000..01048cbc57 --- /dev/null +++ b/counterparty-core/counterpartycore/lib/api/migrations/0002.create_and_populate_parsed_events.py @@ -0,0 +1,71 @@ +# +# file: counterpartycore/lib/api/migrations/0002.create_and_populate_parsed_events.py +# +import logging +import time + +from counterpartycore.lib import config +from yoyo import step + +logger = logging.getLogger(config.LOGGER_NAME) + +__depends__ = {"0001.create_and_populate_address_events"} + + +def dict_factory(cursor, row): + fields = [column[0] for column in cursor.description] + return {key: value for key, value in zip(fields, row)} + + +def apply(db): + start_time = time.time() + logger.debug("Populating the `parsed_events` table...") + + if hasattr(db, "row_factory"): + db.row_factory = dict_factory + + attached = ( + db.execute( + "SELECT COUNT(*) AS count FROM pragma_database_list WHERE name = ?", ("ledger_db",) + ).fetchone()["count"] + > 0 + ) + if not attached: + db.execute("ATTACH DATABASE ? AS ledger_db", (config.DATABASE,)) + + sqls = [ + """ + CREATE TABLE parsed_events( + event_index INTEGER, + event TEXT, + event_hash TEXT, + block_index INTEGER + ); + """, + """ + INSERT INTO parsed_events (event_index, event, event_hash, block_index) + SELECT message_index AS event_index, event, event_hash, block_index + FROM ledger_db.messages + """, + """ + CREATE UNIQUE INDEX parsed_events_event_index_idx ON parsed_events (event_index) + """, + """ + CREATE INDEX parsed_events_event_idx ON parsed_events (event) + """, + """ + CREATE INDEX parsed_events_block_index_idx ON parsed_events (block_index) + """, + ] + for sql in sqls: + db.execute(sql) + + logger.debug(f"Populated the `parsed_events` table in {time.time() - start_time:.2f} seconds") + + +def rollback(db): + db.execute("DROP TABLE parsed_events") + + +if not __name__.startswith("apsw_"): + steps = [step(apply, rollback)] diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0003.create_and_populate_all_expirations.py b/counterparty-core/counterpartycore/lib/api/migrations/0003.create_and_populate_all_expirations.py new file mode 100644 index 0000000000..90f77f5a16 --- /dev/null +++ b/counterparty-core/counterpartycore/lib/api/migrations/0003.create_and_populate_all_expirations.py @@ -0,0 +1,92 @@ +# +# file: counterpartycore/lib/api/migrations/0003.create_and_populate_all_expirations.py +# +import logging +import time + +from counterpartycore.lib import config +from yoyo import step + +logger = logging.getLogger(config.LOGGER_NAME) + +__depends__ = {"0002.create_and_populate_parsed_events"} + + +def dict_factory(cursor, row): + fields = [column[0] for column in cursor.description] + return {key: value for key, value in zip(fields, row)} + + +def apply(db): + start_time = time.time() + logger.debug("Populating the `all_expirations` table...") + + if hasattr(db, "row_factory"): + db.row_factory = dict_factory + + attached = ( + db.execute( + "SELECT COUNT(*) AS count FROM pragma_database_list WHERE name = ?", ("ledger_db",) + ).fetchone()["count"] + > 0 + ) + if not attached: + db.execute("ATTACH DATABASE ? AS ledger_db", (config.DATABASE,)) + + sqls = [ + """ + CREATE TABLE all_expirations( + type TEXT, + object_id TEXT, + block_index INTEGER + ); + """, + """ + INSERT INTO all_expirations (object_id, block_index, type) + SELECT order_hash AS object_id, block_index, 'order' AS type + FROM ledger_db.order_expirations + """, + """ + INSERT INTO all_expirations (object_id, block_index, type) + SELECT order_match_id AS object_id, block_index, 'order_match' AS type + FROM ledger_db.order_match_expirations + """, + """ + INSERT INTO all_expirations (object_id, block_index, type) + SELECT bet_hash AS object_id, block_index, 'bet' AS type + FROM ledger_db.bet_expirations + """, + """ + INSERT INTO all_expirations (object_id, block_index, type) + SELECT bet_match_id AS object_id, block_index, 'bet_match' AS type + FROM ledger_db.bet_match_expirations + """, + """ + INSERT INTO all_expirations (object_id, block_index, type) + SELECT rps_hash AS object_id, block_index, 'rps' AS type + FROM ledger_db.rps_expirations + """, + """ + INSERT INTO all_expirations (object_id, block_index, type) + SELECT rps_match_id AS object_id, block_index, 'rps_match' AS type + FROM ledger_db.rps_match_expirations + """, + """ + CREATE INDEX all_expirations_type_idx ON all_expirations (type) + """, + """ + CREATE INDEX all_expirations_block_index_idx ON all_expirations (block_index) + """, + ] + for sql in sqls: + db.execute(sql) + + logger.debug(f"Populated the `all_expirations` table in {time.time() - start_time:.2f} seconds") + + +def rollback(db): + db.execute("DROP TABLE all_expirations") + + +if not __name__.startswith("apsw_"): + steps = [step(apply, rollback)] diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0004.create_address_events_table.py b/counterparty-core/counterpartycore/lib/api/migrations/0004.create_address_events_table.py deleted file mode 100644 index a601a306be..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0004.create_address_events_table.py +++ /dev/null @@ -1,58 +0,0 @@ -# -# file: counterpartycore/lib/api/migrations/0004.create_address_events_table.py -# -import logging -import os - -from counterpartycore.lib import config -from counterpartycore.lib.api.api_watcher import update_address_events -from yoyo import step - -logger = logging.getLogger(config.LOGGER_NAME) - -CURRENT_DIR = os.path.dirname(os.path.realpath(__file__)) - -__depends__ = {"0003.recreate_views"} - - -def dict_factory(cursor, row): - fields = [column[0] for column in cursor.description] - return {key: value for key, value in zip(fields, row)} - - -def apply(db): - logger.info("Create and populate `address_events` table...") - db.row_factory = dict_factory - - cursor = db.cursor() - sqls = [ - """ - CREATE TABLE IF NOT EXISTS address_events ( - address TEXT, - event_index INTEGER - ) - """, - "CREATE INDEX IF NOT EXISTS address_events_address_idx ON address_events (address)", - ] - for sql in sqls: - cursor.execute(sql) - - event_count = cursor.execute("SELECT COUNT(*) AS count FROM messages").fetchone()["count"] - parsed_event = 0 - - sql = "SELECT * FROM messages ORDER BY message_index" - cursor.execute(sql) - for event in cursor: - update_address_events(db, event) - parsed_event += 1 - if parsed_event % 250000 == 0: - logger.debug(f"{parsed_event} of {event_count} events processed") - - logger.info("`address_events` tables created...") - - -def rollback(db): - pass - - -steps = [step(apply, rollback)] diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0004.create_and_populate_assets_info.py b/counterparty-core/counterpartycore/lib/api/migrations/0004.create_and_populate_assets_info.py new file mode 100644 index 0000000000..de785ab546 --- /dev/null +++ b/counterparty-core/counterpartycore/lib/api/migrations/0004.create_and_populate_assets_info.py @@ -0,0 +1,133 @@ +# +# file: counterpartycore/lib/api/migrations/0004.create_and_populate_assets_info.py +# +import logging +import time + +from counterpartycore.lib import config, database, ledger +from yoyo import step + +logger = logging.getLogger(config.LOGGER_NAME) + +__depends__ = {"0003.create_and_populate_all_expirations"} + + +def dict_factory(cursor, row): + fields = [column[0] for column in cursor.description] + return {key: value for key, value in zip(fields, row)} + + +def apply(db): + start_time = time.time() + logger.debug("Populating the `assets_info` table...") + + if hasattr(db, "row_factory"): + db.row_factory = dict_factory + + attached = ( + db.execute( + "SELECT COUNT(*) AS count FROM pragma_database_list WHERE name = ?", ("ledger_db",) + ).fetchone()["count"] + > 0 + ) + if not attached: + db.execute("ATTACH DATABASE ? AS ledger_db", (config.DATABASE,)) + + db.execute(""" + CREATE TABLE assets_info( + asset TEXT, + asset_id TEXT, + asset_longname TEXT, + issuer TEXT, + owner TEXT, + divisible BOOL, + locked BOOL DEFAULT 0, + supply INTEGER DEFAULT 0, + description TEXT, + description_locked BOOL DEFAULT 0, + first_issuance_block_index INTEGER, + last_issuance_block_index INTEGER + )""") + + sql = """ + INSERT INTO assets_info + SELECT + asset, + asset_id, + asset_longname, + issuer, + owner, + divisible, + locked, + supply, + description, + description_locked, + first_issuance_block_index, + last_issuance_block_index + FROM ( + SELECT + asset, + ledger_db.assets.asset_id, + ledger_db.assets.asset_longname, + ( + SELECT issuer + FROM ledger_db.issuances AS issuances2 + WHERE ledger_db.assets.asset_name = issuances2.asset + ORDER BY issuances2.rowid ASC + LIMIT 1 + ) AS issuer, + issuer AS owner, + divisible, + SUM(locked) AS locked, + SUM(quantity) AS supply, + description, + SUM(description_locked) AS description_locked, + MIN(ledger_db.issuances.block_index) AS first_issuance_block_index, + MAX(ledger_db.issuances.block_index) AS last_issuance_block_index, + MAX(ledger_db.issuances.rowid) AS rowid + FROM ledger_db.issuances, ledger_db.assets + WHERE ledger_db.issuances.asset = ledger_db.assets.asset_name + AND ledger_db.issuances.status = 'valid' + GROUP BY asset + ); + """ + cursor = db.cursor() + cursor.execute(sql) + + ledger_db = database.get_db_connection(config.DATABASE) + cursor.execute( + """ + INSERT INTO assets_info ( + asset, divisible, locked, supply, description, + first_issuance_block_index, last_issuance_block_index + ) VALUES ( + :asset, :divisible, :locked, :supply, :description, + :first_issuance_block_index, :last_issuance_block_index + ) + """, + { + "asset": "XCP", + "divisible": True, + "locked": True, + "supply": ledger.xcp_supply(ledger_db), + "description": "The Counterparty protocol native currency", + "first_issuance_block_index": 278319, + "last_issuance_block_index": 283810, + }, + ) + + db.execute("CREATE UNIQUE INDEX assets_info_asset_idx ON assets_info (asset)") + db.execute("CREATE UNIQUE INDEX assets_info_asset_id_idx ON assets_info (asset_id)") + db.execute("CREATE INDEX assets_info_asset_longname_idx ON assets_info (asset_longname)") + db.execute("CREATE INDEX assets_info_issuer_idx ON assets_info (issuer)") + db.execute("CREATE INDEX assets_info_owner_idx ON assets_info (owner)") + + logger.debug(f"Populated the `assets_info` table in {time.time() - start_time:.2f} seconds") + + +def rollback(db): + db.execute("DROP TABLE assets_info") + + +if not __name__.startswith("apsw_"): + steps = [step(apply, rollback)] diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0005.add_addresses_field_in_mempool.sql b/counterparty-core/counterpartycore/lib/api/migrations/0005.add_addresses_field_in_mempool.sql deleted file mode 100644 index 6a37b2dbc0..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0005.add_addresses_field_in_mempool.sql +++ /dev/null @@ -1,2 +0,0 @@ --- depends: 0004.create_address_events_table -ALTER TABLE mempool ADD COLUMN addresses TEXT; \ No newline at end of file diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0005.create_and_populate_events_count.py b/counterparty-core/counterpartycore/lib/api/migrations/0005.create_and_populate_events_count.py new file mode 100644 index 0000000000..624478056d --- /dev/null +++ b/counterparty-core/counterpartycore/lib/api/migrations/0005.create_and_populate_events_count.py @@ -0,0 +1,60 @@ +# +# file: counterpartycore/lib/api/migrations/0005.create_and_populate_events_counts.py +# +import logging +import time + +from counterpartycore.lib import config +from yoyo import step + +logger = logging.getLogger(config.LOGGER_NAME) + +__depends__ = {"0004.create_and_populate_assets_info"} + + +def dict_factory(cursor, row): + fields = [column[0] for column in cursor.description] + return {key: value for key, value in zip(fields, row)} + + +def apply(db): + start_time = time.time() + logger.debug("Populating the `events_count` table...") + + if hasattr(db, "row_factory"): + db.row_factory = dict_factory + + attached = ( + db.execute( + "SELECT COUNT(*) AS count FROM pragma_database_list WHERE name = ?", ("ledger_db",) + ).fetchone()["count"] + > 0 + ) + if not attached: + db.execute("ATTACH DATABASE ? AS ledger_db", (config.DATABASE,)) + + db.execute(""" + CREATE TABLE events_count( + event TEXT PRIMARY KEY, + count INTEGER + ); + """) + + db.execute(""" + INSERT INTO events_count (event, count) + SELECT event, COUNT(*) AS counter + FROM ledger_db.messages + GROUP BY event; + """) + + db.execute("""CREATE INDEX events_count_count_idx ON events_count (count)""") + + logger.debug(f"Populated the `events_count` table in {time.time() - start_time:.2f} seconds") + + +def rollback(db): + db.execute("DROP TABLE events_count") + + +if not __name__.startswith("apsw_"): + steps = [step(apply, rollback)] diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0006.add_confirmed_field_in_assets_info.sql b/counterparty-core/counterpartycore/lib/api/migrations/0006.add_confirmed_field_in_assets_info.sql deleted file mode 100644 index 5ca61de49f..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0006.add_confirmed_field_in_assets_info.sql +++ /dev/null @@ -1,2 +0,0 @@ --- depends: 0005.add_addresses_field_in_mempool -ALTER TABLE assets_info ADD COLUMN confirmed BOOLEAN DEFAULT TRUE; \ No newline at end of file diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0006.create_and_populate_consolidated_tables.py b/counterparty-core/counterpartycore/lib/api/migrations/0006.create_and_populate_consolidated_tables.py new file mode 100644 index 0000000000..26f7a4d70a --- /dev/null +++ b/counterparty-core/counterpartycore/lib/api/migrations/0006.create_and_populate_consolidated_tables.py @@ -0,0 +1,171 @@ +# +# file: counterpartycore/lib/api/migrations/0006.create_and_populate_consolidated_tables.py +# +import logging +import time + +from counterpartycore.lib import config +from yoyo import step + +logger = logging.getLogger(config.LOGGER_NAME) + +__depends__ = {"0005.create_and_populate_events_count"} + +CONSOLIDATED_TABLES = { + "fairminters": "tx_hash", + "balances": "address, utxo, asset", + "addresses": "address", + "dispensers": "source, asset", + "bet_matches": "id", + "bets": "tx_hash", + "order_matches": "id", + "orders": "tx_hash", + "rps": "tx_hash", + "rps_matches": "id", +} + +ADDITONAL_COLUMNS = { + "fairminters": [ + "earned_quantity INTEGER", + "paid_quantity INTEGER", + "commission INTEGER", + ], + "balances": [ + "asset_longname TEXT", + ], +} + +POST_QUERIES = { + "fairminters": [ + """ + UPDATE fairminters SET + earned_quantity = ( + SELECT SUM(earn_quantity) + FROM fairmints + WHERE fairmints.fairminter_tx_hash = fairminters.tx_hash + ), + paid_quantity = ( + SELECT SUM(paid_quantity) + FROM fairmints + WHERE fairmints.fairminter_tx_hash = fairminters.tx_hash + ), + commission = ( + SELECT SUM(commission) + FROM fairmints + WHERE fairmints.fairminter_tx_hash = fairminters.tx_hash + ); + """, + ], + "balances": [ + """ + UPDATE balances SET + asset_longname = ( + SELECT assets.asset_longname + FROM assets + WHERE assets.asset_name = balances.asset + ); + """, + """ + CREATE INDEX balances_asset_longname_idx ON balances (asset_longname) + """, + ], +} + + +def dict_factory(cursor, row): + fields = [column[0] for column in cursor.description] + return {key: value for key, value in zip(fields, row)} + + +def build_consolidated_table(state_db, table_name): + logger.debug(f"Copying the consolidated table `{table_name}` to State DB...") + start_time = time.time() + + # recreate table + sqls = [] + indexes = [] + for sql in state_db.execute(f""" + SELECT sql, type FROM ledger_db.sqlite_master + WHERE tbl_name='{table_name}' + AND type != 'trigger' + """).fetchall(): # noqa S608 + if sql["type"] == "index": + indexes.append(sql["sql"]) + else: + sqls.append(sql["sql"]) + + for sql in sqls: + state_db.execute(sql) + + state_db.execute(f""" + CREATE TEMP TABLE latest_ids AS + SELECT {CONSOLIDATED_TABLES[table_name]}, MAX(rowid) as max_id + FROM ledger_db.{table_name} + GROUP BY {CONSOLIDATED_TABLES[table_name]} + """) # noqa S608 + + state_db.execute(""" + CREATE INDEX temp.latest_ids_idx ON latest_ids(max_id) + """) + + columns = [ + f"b.{column['name']}" for column in state_db.execute(f"PRAGMA table_info({table_name})") + ] + select_fields = ", ".join(columns) + + state_db.execute(f""" + INSERT INTO {table_name} + SELECT {select_fields} + FROM ledger_db.{table_name} b + JOIN latest_ids l ON b.rowid = l.max_id + """) # noqa S608 + state_db.execute("DROP TABLE latest_ids") + + # add additional columns + if table_name in ADDITONAL_COLUMNS: + for column in ADDITONAL_COLUMNS[table_name]: + state_db.execute(f""" + ALTER TABLE {table_name} ADD COLUMN {column} + """) + + if table_name in POST_QUERIES: + for post_query in POST_QUERIES[table_name]: + state_db.execute(post_query) + + for sql_index in indexes: + state_db.execute(sql_index) + logger.debug( + f"Copied consolidated table `{table_name}` in {time.time() - start_time:.2f} seconds" + ) + + +def apply(db): + if hasattr(db, "row_factory"): + db.row_factory = dict_factory + + logger.debug("Copying consolidated tables from ledger db...") + + db.execute("""PRAGMA foreign_keys=OFF""") + + attached = ( + db.execute( + "SELECT COUNT(*) AS count FROM pragma_database_list WHERE name = ?", ("ledger_db",) + ).fetchone()["count"] + > 0 + ) + if not attached: + db.execute("ATTACH DATABASE ? AS ledger_db", (config.DATABASE,)) + + for table in CONSOLIDATED_TABLES.keys(): + build_consolidated_table(db, table) + + db.execute("""PRAGMA foreign_keys=ON""") + + +def rollback(db): + for table in CONSOLIDATED_TABLES.keys(): + db.execute(f"DROP TABLE {table}") + + +if not __name__.startswith("apsw_"): + steps = [step(apply, rollback)] diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0007.add_description_locked.sql b/counterparty-core/counterpartycore/lib/api/migrations/0007.add_description_locked.sql deleted file mode 100644 index 0d21d2c4c0..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0007.add_description_locked.sql +++ /dev/null @@ -1,2 +0,0 @@ --- depends: 0006.add_confirmed_field_in_assets_info -ALTER TABLE issuances ADD COLUMN description_locked BOOL; \ No newline at end of file diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0007.create_fairminters_tables.sql b/counterparty-core/counterpartycore/lib/api/migrations/0007.create_fairminters_tables.sql deleted file mode 100644 index 16a08accfa..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0007.create_fairminters_tables.sql +++ /dev/null @@ -1,57 +0,0 @@ --- depends: 0007.add_description_locked -CREATE TABLE IF NOT EXISTS fairminters ( - tx_hash TEXT, - tx_index INTEGER, - block_index INTEGER, - source TEXT, - asset TEXT, - asset_parent TEXT, - asset_longname TEXT, - description TEXT, - price INTEGER, - quantity_by_price INTEGER, - hard_cap INTEGER, - burn_payment BOOL, - max_mint_per_tx INTEGER, - premint_quantity INTEGER, - start_block INTEGER, - end_block INTEGER, - minted_asset_commission_int INTEGER, - soft_cap INTEGER, - soft_cap_deadline_block INTEGER, - lock_description BOOL, - lock_quantity BOOL, - divisible BOOL, - pre_minted BOOL DEFAULT 0, - status TEXT, - earned_quantity INTEGER, - commission INTEGER, - paid_quantity INTEGER -); -CREATE INDEX IF NOT EXISTS fairminters_tx_hash_idx ON fairminters (tx_hash); -CREATE INDEX IF NOT EXISTS fairminters_block_index_idx ON fairminters (block_index); -CREATE INDEX IF NOT EXISTS fairminters_asset_idx ON fairminters (asset); -CREATE INDEX IF NOT EXISTS fairminters_asset_parent_idx ON fairminters (asset_parent); -CREATE INDEX IF NOT EXISTS fairminters_asset_longname_idx ON fairminters (asset_longname); -CREATE INDEX IF NOT EXISTS fairminters_status_idx ON fairminters (status); - -CREATE TABLE IF NOT EXISTS fairmints ( - tx_hash TEXT PRIMARY KEY, - tx_index INTEGER, - block_index INTEGER, - source TEXT, - fairminter_tx_hash TEXT, - asset TEXT, - earn_quantity INTEGER, - paid_quantity INTEGER, - commission INTEGER, - status TEXT -); -CREATE INDEX IF NOT EXISTS fairmints_tx_hash_idx ON fairmints (tx_hash); -CREATE INDEX IF NOT EXISTS fairmints_block_index_idx ON fairmints (block_index); -CREATE INDEX IF NOT EXISTS fairmints_source_idx ON fairmints (source); -CREATE INDEX IF NOT EXISTS fairmints_fairminter_tx_hash_idx ON fairmints (fairminter_tx_hash); -CREATE INDEX IF NOT EXISTS fairmints_asset_idx ON fairmints (asset); -CREATE INDEX IF NOT EXISTS fairmints_status_idx ON fairmints (status); - -ALTER TABLE issuances ADD COLUMN fair_minting BOOL DEFAULT 0; \ No newline at end of file diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0003.recreate_views.sql b/counterparty-core/counterpartycore/lib/api/migrations/0007.create_views.py similarity index 81% rename from counterparty-core/counterpartycore/lib/api/migrations/0003.recreate_views.sql rename to counterparty-core/counterpartycore/lib/api/migrations/0007.create_views.py index 3c54a564e5..6a791763da 100644 --- a/counterparty-core/counterpartycore/lib/api/migrations/0003.recreate_views.sql +++ b/counterparty-core/counterpartycore/lib/api/migrations/0007.create_views.py @@ -1,6 +1,24 @@ --- depends: 0002.add_default_values_to_issuances +# +# file: counterpartycore/lib/api/migrations/0007.create_views.py +# +import logging +import time -CREATE VIEW IF NOT EXISTS asset_holders AS +from counterpartycore.lib import config +from yoyo import step + +logger = logging.getLogger(config.LOGGER_NAME) + + +__depends__ = {"0006.create_and_populate_consolidated_tables"} + + +def apply(db): + start_time = time.time() + logger.debug("Building views...") + + db.execute(""" + CREATE VIEW asset_holders AS SELECT asset, address, quantity, NULL AS escrow, ('balances_' || CAST(rowid AS VARCAHR)) AS cursor_id, 'balances' AS holding_type, NULL AS status FROM balances @@ -24,9 +42,10 @@ tx_hash AS escrow, ('open_dispenser_' || CAST(rowid AS VARCAHR)) AS cursor_id, 'open_dispenser' AS holding_type, status FROM dispensers WHERE status = 0; + """) - -CREATE VIEW IF NOT EXISTS xcp_holders AS + db.execute(""" + CREATE VIEW xcp_holders AS SELECT * FROM asset_holders UNION ALL SELECT 'XCP' AS asset, source AS address, wager_remaining AS quantity, @@ -58,8 +77,15 @@ id AS escrow, ('rps_match_' || CAST(rowid AS VARCAHR)) AS cursor_id, 'pending_rps_match' AS holding_type, status FROM rps_matches WHERE status IN ('pending', 'pending and resolved', 'resolved and pending') - UNION ALL - SELECT asset, source AS address, give_remaining AS quantity, - tx_hash AS escrow, ('open_dispenser_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'open_dispenser' AS holding_type, status - FROM dispensers WHERE status = 0; + """) + + logger.debug(f"Built views in {time.time() - start_time:.2f} seconds") + + +def rollback(db): + db.execute("DROP VIEW asset_holders") + db.execute("DROP VIEW xcp_holders") + + +if not __name__.startswith("apsw_"): + steps = [step(apply, rollback)] diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0008.add_utxo_fields.sql b/counterparty-core/counterpartycore/lib/api/migrations/0008.add_utxo_fields.sql deleted file mode 100644 index 316cd7b607..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0008.add_utxo_fields.sql +++ /dev/null @@ -1,15 +0,0 @@ --- depends: 0007.create_fairminters_tables -ALTER TABLE balances ADD COLUMN utxo TEXT; -ALTER TABLE balances ADD COLUMN utxo_address TEXT; -ALTER TABLE credits ADD COLUMN utxo TEXT; -ALTER TABLE credits ADD COLUMN utxo_address TEXT; -ALTER TABLE debits ADD COLUMN utxo TEXT; -ALTER TABLE debits ADD COLUMN utxo_address TEXT; -ALTER TABLE transactions ADD COLUMN utxos_info TEXT; -ALTER TABLE sends ADD COLUMN fee_paid INTEGER DEFAULT 0; -CREATE INDEX IF NOT EXISTS balances_utxo_idx ON balances (utxo); -CREATE INDEX IF NOT EXISTS credits_utxo_idx ON credits (utxo); -CREATE INDEX IF NOT EXISTS debits_utxo_idx ON debits (utxo); -CREATE INDEX IF NOT EXISTS balances_utxo_address_idx ON balances (utxo_address); -CREATE INDEX IF NOT EXISTS credits_utxo_address_idx ON credits (utxo_address); -CREATE INDEX IF NOT EXISTS debits_utxo_address_idx ON debits (utxo_address); \ No newline at end of file diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0008.create_config_table.py b/counterparty-core/counterpartycore/lib/api/migrations/0008.create_config_table.py new file mode 100644 index 0000000000..e36167301b --- /dev/null +++ b/counterparty-core/counterpartycore/lib/api/migrations/0008.create_config_table.py @@ -0,0 +1,38 @@ +# +# file: counterpartycore/lib/api/migrations/0008.create_config_table +# +import logging +import time + +from counterpartycore.lib import config, database +from yoyo import step + +logger = logging.getLogger(config.LOGGER_NAME) + +__depends__ = {"0007.create_views"} + + +def apply(db): + start_time = time.time() + logger.debug("Creating `config` table...") + + sql = """ + CREATE TABLE config ( + name TEXT PRIMARY KEY, + value TEXT + ) + """ + db.execute(sql) + db.execute("CREATE INDEX config_config_name_idx ON config (name)") + + database.update_version(db) + + logger.debug(f"`config` table created in {time.time() - start_time:.2f} seconds") + + +def rollback(db): + db.execute("DROP TABLE config") + + +if not __name__.startswith("apsw_"): + steps = [step(apply, rollback)] diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0009.add_transactions_count_table.sql b/counterparty-core/counterpartycore/lib/api/migrations/0009.add_transactions_count_table.sql deleted file mode 100644 index 424c46b56a..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0009.add_transactions_count_table.sql +++ /dev/null @@ -1,6 +0,0 @@ --- depends: 0008.add_utxo_fields -CREATE TABLE IF NOT EXISTS transaction_count( - block_index INTEGER, - transaction_id INTEGER, - count INTEGER); -CREATE INDEX IF NOT EXISTS transaction_count_block_index_transaction_id_idx ON transaction_count (block_index, transaction_id); \ No newline at end of file diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0009.create_and_populate_transaction_types_count.py b/counterparty-core/counterpartycore/lib/api/migrations/0009.create_and_populate_transaction_types_count.py new file mode 100644 index 0000000000..04a2a1ffda --- /dev/null +++ b/counterparty-core/counterpartycore/lib/api/migrations/0009.create_and_populate_transaction_types_count.py @@ -0,0 +1,64 @@ +# +# file: counterpartycore/lib/api/migrations/0009.create_and_populate_transaction_types_count.py +# +import logging +import time + +from counterpartycore.lib import config +from yoyo import step + +logger = logging.getLogger(config.LOGGER_NAME) + +__depends__ = {"0008.create_config_table"} + + +def dict_factory(cursor, row): + fields = [column[0] for column in cursor.description] + return {key: value for key, value in zip(fields, row)} + + +def apply(db): + start_time = time.time() + logger.debug("Populating the `transaction_types_count` table...") + + if hasattr(db, "row_factory"): + db.row_factory = dict_factory + + attached = ( + db.execute( + "SELECT COUNT(*) AS count FROM pragma_database_list WHERE name = ?", ("ledger_db",) + ).fetchone()["count"] + > 0 + ) + if not attached: + db.execute("ATTACH DATABASE ? AS ledger_db", (config.DATABASE,)) + + db.execute(""" + CREATE TABLE transaction_types_count( + transaction_type TEXT PRIMARY KEY, + count INTEGER + ); + """) + + db.execute(""" + INSERT INTO transaction_types_count (transaction_type, count) + SELECT transaction_type, COUNT(*) AS counter + FROM ledger_db.transactions + GROUP BY transaction_type; + """) + + db.execute( + """CREATE INDEX transaction_types_count_count_idx ON transaction_types_count (count)""" + ) + + logger.debug( + f"Populated the `transaction_types_count` table in {time.time() - start_time:.2f} seconds" + ) + + +def rollback(db): + db.execute("DROP TABLE transaction_types_count") + + +if not __name__.startswith("apsw_"): + steps = [step(apply, rollback)] diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0010.add_asset_events_field.sql b/counterparty-core/counterpartycore/lib/api/migrations/0010.add_asset_events_field.sql deleted file mode 100644 index 4802a9e160..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0010.add_asset_events_field.sql +++ /dev/null @@ -1,2 +0,0 @@ --- depends: 0009.add_transactions_count_table -ALTER TABLE issuances ADD COLUMN asset_events TEXT; \ No newline at end of file diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0011.fix_close_block_index.sql b/counterparty-core/counterpartycore/lib/api/migrations/0011.fix_close_block_index.sql deleted file mode 100644 index d457202203..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0011.fix_close_block_index.sql +++ /dev/null @@ -1,89 +0,0 @@ --- depends: 0010.add_asset_events_field - -DROP VIEW IF EXISTS xcp_holders; -DROP VIEW IF EXISTS asset_holders; - -ALTER TABLE dispensers RENAME TO old_dispensers; -CREATE TABLE IF NOT EXISTS dispensers( - tx_index INTEGER, - tx_hash TEXT, - block_index INTEGER, - source TEXT, - asset TEXT, - give_quantity INTEGER, - escrow_quantity INTEGER, - satoshirate INTEGER, - status INTEGER, - give_remaining INTEGER, - oracle_address TEXT, - last_status_tx_hash TEXT, - origin TEXT, - dispense_count INTEGER DEFAULT 0, - last_status_tx_source TEXT, - close_block_index INTEGER); -INSERT INTO dispensers SELECT * FROM old_dispensers; -DROP TABLE old_dispensers; - -CREATE VIEW IF NOT EXISTS asset_holders AS - SELECT asset, address, quantity, NULL AS escrow, - ('balances_' || CAST(rowid AS VARCAHR)) AS cursor_id, 'balances' AS holding_type, NULL AS status - FROM balances - UNION ALL - SELECT give_asset AS asset, source AS address, give_remaining AS quantity, tx_hash AS escrow, - ('open_order_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'open_order' AS holding_type, status - FROM orders WHERE status = 'open' - UNION ALL - SELECT forward_asset AS asset, tx0_address AS address, forward_quantity AS quantity, - id AS escrow, ('order_match_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'pending_order_match' AS holding_type, status - FROM order_matches WHERE status = 'pending' - UNION ALL - SELECT backward_asset AS asset, tx1_address AS address, backward_quantity AS quantity, - id AS escrow, ('order_match_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'pending_order_match' AS holding_type, status - FROM order_matches WHERE status = 'pending' - UNION ALL - SELECT asset, source AS address, give_remaining AS quantity, - tx_hash AS escrow, ('open_dispenser_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'open_dispenser' AS holding_type, status - FROM dispensers WHERE status = 0; - - -CREATE VIEW IF NOT EXISTS xcp_holders AS - SELECT * FROM asset_holders - UNION ALL - SELECT 'XCP' AS asset, source AS address, wager_remaining AS quantity, - tx_hash AS escrow, ('open_bet_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'open_bet' AS holding_type, status - FROM bets WHERE status = 'open' - UNION ALL - SELECT 'XCP' AS asset, tx0_address AS address, forward_quantity AS quantity, - id AS escrow, ('bet_match_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'pending_bet_match' AS holding_type, status - FROM bet_matches WHERE status = 'pending' - UNION ALL - SELECT 'XCP' AS asset, tx1_address AS address, backward_quantity AS quantity, - id AS escrow, ('bet_match_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'pending_bet_match' AS holding_type, status - FROM bet_matches WHERE status = 'pending' - UNION ALL - SELECT 'XCP' AS asset, source AS address, wager AS quantity, - tx_hash AS escrow, ('open_rps_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'open_rps' AS holding_type, status - FROM rps WHERE status = 'open' - UNION ALL - SELECT 'XCP' AS asset, tx0_address AS address, wager AS quantity, - id AS escrow, ('rps_match_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'pending_rps_match' AS holding_type, status - FROM rps_matches WHERE status IN ('pending', 'pending and resolved', 'resolved and pending') - UNION ALL - SELECT 'XCP' AS asset, tx1_address AS address, wager AS quantity, - id AS escrow, ('rps_match_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'pending_rps_match' AS holding_type, status - FROM rps_matches WHERE status IN ('pending', 'pending and resolved', 'resolved and pending') - UNION ALL - SELECT asset, source AS address, give_remaining AS quantity, - tx_hash AS escrow, ('open_dispenser_' || CAST(rowid AS VARCAHR)) AS cursor_id, - 'open_dispenser' AS holding_type, status - FROM dispensers WHERE status = 0; diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0012.add_index_on_event_index.sql b/counterparty-core/counterpartycore/lib/api/migrations/0012.add_index_on_event_index.sql deleted file mode 100644 index 4ffdf4a259..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0012.add_index_on_event_index.sql +++ /dev/null @@ -1,3 +0,0 @@ --- depends: 0011.fix_close_block_index - -CREATE INDEX IF NOT EXISTS address_events_event_index_idx ON address_events (event_index); \ No newline at end of file diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0013.fix_fairminters_table.sql b/counterparty-core/counterpartycore/lib/api/migrations/0013.fix_fairminters_table.sql deleted file mode 100644 index 9900059f53..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0013.fix_fairminters_table.sql +++ /dev/null @@ -1,18 +0,0 @@ --- depends: 0012.add_index_on_event_index - -UPDATE fairminters SET - earned_quantity = ( - SELECT SUM(earn_quantity) - FROM fairmints - WHERE fairmints.fairminter_tx_hash = fairminters.tx_hash - ), - paid_quantity = ( - SELECT SUM(paid_quantity) - FROM fairmints - WHERE fairmints.fairminter_tx_hash = fairminters.tx_hash - ), - commission = ( - SELECT SUM(commission) - FROM fairmints - WHERE fairmints.fairminter_tx_hash = fairminters.tx_hash - ); diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0014.add_index_to_ledger_hash.sql b/counterparty-core/counterpartycore/lib/api/migrations/0014.add_index_to_ledger_hash.sql deleted file mode 100644 index 1c242f17ba..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0014.add_index_to_ledger_hash.sql +++ /dev/null @@ -1,3 +0,0 @@ --- depends: 0013.fix_fairminters_table - -CREATE INDEX IF NOT EXISTS blocks_ledger_hash_idx ON blocks (ledger_hash); \ No newline at end of file diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0015.fix_asset_longname_field.py b/counterparty-core/counterpartycore/lib/api/migrations/0015.fix_asset_longname_field.py deleted file mode 100644 index 2833f53c40..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0015.fix_asset_longname_field.py +++ /dev/null @@ -1,55 +0,0 @@ -# -# file: counterpartycore/lib/api/migrations/0015.fix_asset_longname_field.py -# -import logging -import os - -from counterpartycore.lib import config -from yoyo import step - -logger = logging.getLogger(config.LOGGER_NAME) - -CURRENT_DIR = os.path.dirname(os.path.realpath(__file__)) - -__depends__ = {"0014.add_index_to_ledger_hash"} - - -def dict_factory(cursor, row): - fields = [column[0] for column in cursor.description] - return {key: value for key, value in zip(fields, row)} - - -def apply(db): - logger.info("Update `asset_longname` field...") - db.row_factory = dict_factory - - cursor = db.cursor() - sql = """ - SELECT - DISTINCT(asset), - (SELECT asset_longname FROM issuances WHERE asset = i.asset ORDER BY rowid ASC LIMIT 1) AS asset_longname - FROM issuances AS i WHERE - asset IN (SELECT DISTINCT(asset) FROM issuances WHERE asset_longname is NOT NULL AND asset_longname != '') - AND (asset_longname is NULL OR asset_longname = '') - AND status='valid' - AND fair_minting = 1; - """ - cursor.execute(sql) - assets = cursor.fetchall() - for asset in assets: - sql = "UPDATE issuances SET asset_longname = ? WHERE asset = ? AND (asset_longname = '' OR asset_longname IS NULL)" - cursor.execute(sql, (asset["asset_longname"], asset["asset"])) - sql = "UPDATE assets_info SET asset_longname = ? WHERE asset = ?" - cursor.execute(sql, (asset["asset_longname"], asset["asset"])) - asset_parent = asset["asset_longname"].split(".")[0] - sql = "UPDATE fairminters SET asset_longname = ?, asset_parent = ? WHERE asset = ? AND (asset_longname = '' OR asset_longname IS NULL)" - cursor.execute(sql, (asset["asset_longname"], asset_parent, asset["asset"])) - - logger.info("`asset_longname` field updated...") - - -def rollback(db): - pass - - -steps = [step(apply, rollback)] diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0016.fix2_asset_longname_field.py b/counterparty-core/counterpartycore/lib/api/migrations/0016.fix2_asset_longname_field.py deleted file mode 100644 index 5591ce64b5..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0016.fix2_asset_longname_field.py +++ /dev/null @@ -1,36 +0,0 @@ -# -# file: counterpartycore/lib/api/migrations/0016.fix2_asset_longname_field.py -# -import logging - -from counterpartycore.lib import config -from yoyo import step - -logger = logging.getLogger(config.LOGGER_NAME) - -__depends__ = {"0015.fix_asset_longname_field"} - - -def dict_factory(cursor, row): - fields = [column[0] for column in cursor.description] - return {key: value for key, value in zip(fields, row)} - - -def apply(db): - logger.info("Update `asset_longname` field...") - db.row_factory = dict_factory - - cursor = db.cursor() - cursor.execute("UPDATE fairminters SET asset_longname = NULL WHERE asset_longname = ''") - cursor.execute("UPDATE fairminters SET asset_parent = NULL WHERE asset_parent = ''") - cursor.execute("UPDATE issuances SET asset_longname = NULL WHERE asset_longname = ''") - cursor.execute("UPDATE assets_info SET asset_longname = NULL WHERE asset_longname = ''") - - logger.info("`asset_longname` field updated...") - - -def rollback(db): - pass - - -steps = [step(apply, rollback)] diff --git a/counterparty-core/counterpartycore/lib/api/migrations/0017.create_events_count_table.sql b/counterparty-core/counterpartycore/lib/api/migrations/0017.create_events_count_table.sql deleted file mode 100644 index 568b0122f3..0000000000 --- a/counterparty-core/counterpartycore/lib/api/migrations/0017.create_events_count_table.sql +++ /dev/null @@ -1,10 +0,0 @@ --- depends: 0016.fix2_asset_longname_field -CREATE TABLE IF NOT EXISTS events_count( - event TEXT PRIMARY KEY, - count INTEGER); -CREATE INDEX IF NOT EXISTS events_count_count_idx ON events_count (count); - -INSERT INTO events_count (event, count) - SELECT event, COUNT(*) AS counter - FROM messages - GROUP BY event; diff --git a/counterparty-core/counterpartycore/lib/api/queries.py b/counterparty-core/counterpartycore/lib/api/queries.py index 4e29e3d925..54a59b7716 100644 --- a/counterparty-core/counterpartycore/lib/api/queries.py +++ b/counterparty-core/counterpartycore/lib/api/queries.py @@ -2,9 +2,7 @@ import typing from typing import Literal -from counterpartycore.lib import config from counterpartycore.lib.api.util import divide -from flask import request from sentry_sdk import start_span as start_sentry_span OrderStatus = Literal["all", "open", "expired", "filled", "cancelled"] @@ -85,9 +83,35 @@ "wins", ] BalanceType = Literal["all", "utxo", "address"] +TransactionType = Literal[ + "all", + "bet", + "broadcast", + "btcpay", + "cancel", + "destroy", + "dispenser", + "dispense", + "dividend", + "issuance", + "order", + "send", + "enhanced_send", + "mpma", + "rps", + "rpsresolve", + "sweep", + "fairminter", + "fairmint", + "attach", + "detach", + "utxomove", + "unknown", +] +SendType = Literal["all", "send", "attach", "move", "detach"] SUPPORTED_SORT_FIELDS = { - "balances": ["address", "asset", "quantity"], + "balances": ["address", "asset", "asset_longname", "quantity"], "order_matches": [ "block_index", "forward_asset", @@ -131,10 +155,11 @@ class QueryResult: - def __init__(self, result, next_cursor, result_count=None): + def __init__(self, result, next_cursor, table, result_count=None): self.result = result self.next_cursor = next_cursor self.result_count = result_count + self.table = table def select_rows( @@ -199,34 +224,8 @@ def select_rows( if or_where: where_clause = " OR ".join(or_where) - last_block = config.MEMPOOL_BLOCK_INDEX - include_unconfirmed = request is not None and request.args.get( - "show_unconfirmed", "false" - ).lower() in ["true", "1"] - if include_unconfirmed: - last_block += 1 - - no_block_index_tables = [ - "mempool", - "assets_info", - "balances", - "address_events", - "asset_holders", - "xcp_holders", - "messages", - "events_count", - ] - if where_clause: where_clause_count = f"WHERE {where_clause} " - if table not in no_block_index_tables: - where_clause_count += f"AND block_index < {last_block} " - elif table == "assets_info" and not include_unconfirmed: - where_clause_count += "AND confirmed = 1 " - elif table not in no_block_index_tables: - where_clause_count = f"WHERE block_index < {last_block}" - elif table == "assets_info" and not include_unconfirmed: - where_clause_count = "WHERE confirmed = 1" else: where_clause_count = "" bindings_count = list(bindings) @@ -242,14 +241,6 @@ def select_rows( if where_clause: where_clause = f"WHERE ({where_clause}) " - if table not in no_block_index_tables: - where_clause += f"AND block_index < {last_block} " - elif table == "assets_info" and not include_unconfirmed: - where_clause += "AND confirmed = 1 " - elif table not in no_block_index_tables: - where_clause = f"WHERE block_index < {last_block} " - elif table == "assets_info" and not include_unconfirmed: - where_clause = "WHERE confirmed = 1" else: where_clause = "" @@ -261,11 +252,10 @@ def select_rows( select = f"*, {cursor_field} AS {cursor_field}" elif cursor_field not in select: select = f"{select}, {cursor_field} AS {cursor_field}" - if table not in no_block_index_tables: - select = f"{select}, CASE WHEN block_index = {config.MEMPOOL_BLOCK_INDEX} THEN FALSE ELSE TRUE END AS confirmed" - elif table == "assets_info" and "confirmed" not in select: - select = f"{select}, confirmed" - if table in ["transactions", "sends", "btcpays", "sweeps", "dispenses"]: + if ( + table in ["transactions", "sends", "btcpays", "sweeps", "dispenses"] + and "COUNT(*)" not in select + ): select += ", NULLIF(destination, '') AS destination" query = f"SELECT {select} FROM {table} {where_clause} {group_by_clause}" # nosec B608 # noqa: S608 @@ -332,13 +322,13 @@ def select_rows( break row["params"] = json.loads(row["params"]) - return QueryResult(result, next_cursor, result_count) + return QueryResult(result, next_cursor, table, result_count) def select_row(db, table, where, select="*", group_by=""): - query_result = select_rows(db, table, where, limit=1, select=select) + query_result = select_rows(db, table, where, limit=1, select=select, group_by=group_by) if query_result.result: - return QueryResult(query_result.result[0], None, 1) + return QueryResult(query_result.result[0], None, table, 1) return None @@ -347,7 +337,7 @@ def select_row(db, table, where, select="*", group_by=""): } -def get_blocks(db, cursor: str = None, limit: int = 10, offset: int = None): +def get_blocks(ledger_db, cursor: str = None, limit: int = 10, offset: int = None): """ Returns the list of the last ten blocks :param str cursor: The index of the most recent block to return (e.g. $LAST_BLOCK_INDEX) @@ -355,7 +345,7 @@ def get_blocks(db, cursor: str = None, limit: int = 10, offset: int = None): :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "blocks", cursor_field="block_index", last_cursor=cursor, @@ -365,59 +355,94 @@ def get_blocks(db, cursor: str = None, limit: int = 10, offset: int = None): ) -def get_block_by_height(db, block_index: int): +def get_block_by_height(ledger_db, block_index: int): """ Return the information of a block :param int block_index: The index of the block to return (e.g. $LAST_BLOCK_INDEX) """ - return select_row(db, "blocks", where=GET_BLOCKS_WHERE | {"block_index": block_index}) + return select_row(ledger_db, "blocks", where=GET_BLOCKS_WHERE | {"block_index": block_index}) -def get_block_by_hash(db, block_hash: str): +def get_block_by_hash(ledger_db, block_hash: str): """ Return the information of a block :param str block_hash: The index of the block to return (e.g. $LAST_BLOCK_HASH) """ - return select_row(db, "blocks", where=GET_BLOCKS_WHERE | {"block_hash": block_hash}) + return select_row(ledger_db, "blocks", where=GET_BLOCKS_WHERE | {"block_hash": block_hash}) -def get_last_block(db): +def get_last_block(ledger_db): """ Return the information of the last block """ return select_row( - db, + ledger_db, "blocks", where=GET_BLOCKS_WHERE, ) -def get_transactions(db, cursor: str = None, limit: int = 10, offset: int = None): +def prepare_transactions_where(type, other_conditions=None): + where = [] + type_list = type.split(",") + for transaction_type in type_list: + if transaction_type == "all": + where = [other_conditions] if other_conditions else [] + break + if transaction_type in typing.get_args(TransactionType): + where_status = {"transaction_type": transaction_type} + if other_conditions: + where_status.update(other_conditions) + where.append(where_status) + return where + + +def get_transactions( + ledger_db, + type: TransactionType = "all", + cursor: str = None, + limit: int = 10, + offset: int = None, +): """ Returns the list of the last ten transactions + :param str type: The type of the transaction to return :param str cursor: The index of the most recent transactions to return (e.g. $LAST_TX_INDEX) :param int limit: The number of transactions to return (e.g. 2) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, "transactions", cursor_field="tx_index", last_cursor=cursor, limit=limit, offset=offset + ledger_db, + "transactions", + cursor_field="tx_index", + last_cursor=cursor, + limit=limit, + offset=offset, + where=prepare_transactions_where(type), ) def get_transactions_by_block( - db, block_index: int, cursor: str = None, limit: int = 10, offset: int = None + ledger_db, + block_index: int, + type: TransactionType = "all", + cursor: str = None, + limit: int = 10, + offset: int = None, ): """ Returns the transactions of a block :param int block_index: The index of the block to return (e.g. $LAST_BLOCK_INDEX) + :param str type: The type of the transaction to return :param str cursor: The last transaction index to return (e.g. $LAST_TX_INDEX) :param int limit: The maximum number of transactions to return (e.g. 5) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ + where = {"block_index": block_index} return select_rows( - db, + ledger_db, "transactions", - where={"block_index": block_index}, + where=prepare_transactions_where(type, where), cursor_field="tx_index", last_cursor=cursor, limit=limit, @@ -426,19 +451,26 @@ def get_transactions_by_block( def get_transactions_by_address( - db, address: str, cursor: str = None, limit: int = 10, offset: int = None + ledger_db, + address: str, + type: TransactionType = "all", + cursor: str = None, + limit: int = 10, + offset: int = None, ): """ Returns the transactions of an address :param str address: The address to return (e.g. $ADDRESS_1) + :param str type: The type of the transaction to return :param str cursor: The last transaction index to return (e.g. $LAST_TX_INDEX) :param int limit: The maximum number of transactions to return (e.g. 5) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ + where = {"source": address} return select_rows( - db, + ledger_db, "transactions", - where={"source": address}, + where=prepare_transactions_where(type, where), cursor_field="tx_index", last_cursor=cursor, limit=limit, @@ -447,19 +479,26 @@ def get_transactions_by_address( def get_transactions_by_addresses( - db, addresses: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, + addresses: str, + type: TransactionType = "all", + cursor: str = None, + limit: int = 100, + offset: int = None, ): """ Returns the transactions of a list of addresses :param str addresses: Comma separated list of addresses to return (e.g. $ADDRESS_1,$ADDRESS_2) + :param str type: The type of the transaction to return :param str cursor: The last transaction index to return (e.g. $LAST_TX_INDEX) :param int limit: The maximum number of transactions to return (e.g. 5) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ + where = {"source__in": addresses.split(",")} return select_rows( - db, + ledger_db, "transactions", - where=[{"source__in": addresses.split(",")}], + where=prepare_transactions_where(type, where), cursor_field="tx_index", last_cursor=cursor, limit=limit, @@ -467,32 +506,76 @@ def get_transactions_by_addresses( ) -def get_transaction_by_hash(db, tx_hash: str): +def get_transaction_types_count(state_db): + """ + Returns the count of each transaction type + """ + return select_rows( + state_db, + "transaction_types_count", + select="transaction_type, count", + cursor_field="count", + order="DESC", + ) + + +def get_transaction_types_count_by_block(ledger_db, block_index: int): + """ + Returns the count of each transaction type + :param int block_index: The index of the block to return (e.g. $LAST_TX_INDEX) + """ + return select_rows( + ledger_db, + "transactions", + select="transaction_type, COUNT(*) AS count", + where={"block_index": block_index}, + group_by="transaction_type", + cursor_field="count", + order="DESC", + ) + + +def get_transaction_types_count_by_address(ledger_db, address: str): + """ + Returns the count of each transaction type + """ + return select_rows( + ledger_db, + "transactions", + select="transaction_type, COUNT(*) AS count", + where={"source": address}, + group_by="transaction_type", + cursor_field="count", + order="DESC", + ) + + +def get_transaction_by_hash(ledger_db, tx_hash: str): """ Returns a transaction by its hash. :param tx_hash: The hash of the transaction (e.g. $LAST_TX_HASH) """ return select_row( - db, + ledger_db, "transactions", where={"tx_hash": tx_hash}, ) -def get_transaction_by_tx_index(db, tx_index: int): +def get_transaction_by_tx_index(ledger_db, tx_index: int): """ Returns a transaction by its index. :param tx_index: The index of the transaction (e.g. $LAST_TX_INDEX) """ return select_row( - db, + ledger_db, "transactions", where={"tx_index": tx_index}, ) def get_all_events( - db, event_name: str = None, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, event_name: str = None, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns all events @@ -505,7 +588,7 @@ def get_all_events( if event_name: where = [{"event": event} for event in event_name.split(",")] return select_rows( - db, + ledger_db, "messages", where=where, cursor_field="event_index", @@ -517,7 +600,7 @@ def get_all_events( def get_events_by_block( - db, + ledger_db, block_index: int, event_name: str = None, cursor: str = None, @@ -536,7 +619,7 @@ def get_events_by_block( if event_name: where = [{"event": event, "block_index": block_index} for event in event_name.split(",")] return select_rows( - db, + ledger_db, "messages", where=where, cursor_field="event_index", @@ -548,7 +631,7 @@ def get_events_by_block( def get_events_by_transaction_hash( - db, + ledger_db, tx_hash: str, event_name: str = None, cursor: str = None, @@ -567,7 +650,7 @@ def get_events_by_transaction_hash( if event_name: where = [{"event": event, "tx_hash": tx_hash} for event in event_name.split(",")] return select_rows( - db, + ledger_db, "messages", where=where, cursor_field="event_index", @@ -579,7 +662,7 @@ def get_events_by_transaction_hash( def get_events_by_transaction_hash_and_event( - db, tx_hash: str, event: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, tx_hash: str, event: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the events of a transaction @@ -590,7 +673,7 @@ def get_events_by_transaction_hash_and_event( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "messages", where={"tx_hash": tx_hash, "event": event}, cursor_field="event_index", @@ -602,7 +685,7 @@ def get_events_by_transaction_hash_and_event( def get_events_by_transaction_index( - db, + ledger_db, tx_index: int, event_name: str = None, cursor: str = None, @@ -617,10 +700,10 @@ def get_events_by_transaction_index( :param int limit: The maximum number of events to return (e.g. 5) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ - query_result = select_row(db, "transactions", where={"tx_index": tx_index}) + query_result = select_row(ledger_db, "transactions", where={"tx_index": tx_index}) if query_result: return get_events_by_transaction_hash( - db, + ledger_db, query_result.result["tx_hash"], event_name=event_name, cursor=cursor, @@ -631,7 +714,7 @@ def get_events_by_transaction_index( def get_events_by_transaction_index_and_event( - db, tx_index: int, event: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, tx_index: int, event: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the events of a transaction @@ -641,16 +724,26 @@ def get_events_by_transaction_index_and_event( :param int limit: The maximum number of events to return (e.g. 5) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ - query_result = select_row(db, "transactions", where={"tx_index": tx_index}) + query_result = select_row(ledger_db, "transactions", where={"tx_index": tx_index}) if query_result: return get_events_by_transaction_hash_and_event( - db, query_result.result["tx_hash"], event, cursor=cursor, limit=limit, offset=offset + ledger_db, + query_result.result["tx_hash"], + event, + cursor=cursor, + limit=limit, + offset=offset, ) return None def get_events_by_block_and_event( - db, block_index: int, event: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, + block_index: int, + event: str, + cursor: str = None, + limit: int = 100, + offset: int = None, ): """ Returns the events of a block filtered by event @@ -661,9 +754,9 @@ def get_events_by_block_and_event( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ if event == "count": - return get_event_counts_by_block(db, block_index=block_index) + return get_event_counts_by_block(ledger_db, block_index=block_index) return select_rows( - db, + ledger_db, "messages", where={"block_index": block_index, "event": event}, cursor_field="event_index", @@ -674,20 +767,22 @@ def get_events_by_block_and_event( ) -def get_event_by_index(db, event_index: int): +def get_event_by_index(ledger_db, event_index: int): """ Returns the event of an index :param int event_index: The index of the event to return (e.g. $LAST_EVENT_INDEX) """ return select_row( - db, + ledger_db, "messages", where={"message_index": event_index}, select="message_index AS event_index, event, bindings AS params, tx_hash, block_index, rowid AS rowid", ) -def get_events_by_name(db, event: str, cursor: str = None, limit: int = 100, offset: int = None): +def get_events_by_name( + ledger_db, event: str, cursor: str = None, limit: int = 100, offset: int = None +): """ Returns the events filtered by event name :param str event: The event to return (e.g. CREDIT) @@ -696,7 +791,7 @@ def get_events_by_name(db, event: str, cursor: str = None, limit: int = 100, off :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "messages", where={"event": event}, cursor_field="event_index", @@ -708,7 +803,8 @@ def get_events_by_name(db, event: str, cursor: str = None, limit: int = 100, off def get_events_by_addresses( - db, + ledger_db, + state_db, addresses: str, event_name: str = None, cursor: str = None, @@ -724,7 +820,7 @@ def get_events_by_addresses( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ events = select_rows( - db, + state_db, "address_events", where=[{"address__in": addresses.split(",")}], cursor_field="event_index", @@ -737,7 +833,7 @@ def get_events_by_addresses( if event_name: where["event__in"] = event_name.split(",") result = select_rows( - db, + ledger_db, "messages", where=where, cursor_field="event_index", @@ -746,11 +842,11 @@ def get_events_by_addresses( offset=offset, select="message_index AS event_index, event, bindings AS params, tx_hash, block_index", ) - return QueryResult(result.result, events.next_cursor, events.result_count) + return QueryResult(result.result, events.next_cursor, "messages", events.result_count) def get_all_mempool_events( - db, + ledger_db, event_name: str = None, addresses: str = None, cursor: str = None, @@ -781,12 +877,18 @@ def get_all_mempool_events( select = "tx_hash, event, bindings AS params, timestamp" return select_rows( - db, "mempool", where=where, last_cursor=cursor, limit=limit, offset=offset, select=select + ledger_db, + "mempool", + where=where, + last_cursor=cursor, + limit=limit, + offset=offset, + select=select, ) def get_mempool_events_by_name( - db, event: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, event: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the mempool events filtered by event name @@ -797,7 +899,7 @@ def get_mempool_events_by_name( """ select = "tx_hash, event, bindings AS params, timestamp" return select_rows( - db, + ledger_db, "mempool", where={"event": event}, last_cursor=cursor, @@ -808,7 +910,7 @@ def get_mempool_events_by_name( def get_mempool_events_by_tx_hash( - db, + ledger_db, tx_hash: str, event_name: str = None, cursor: str = None, @@ -828,11 +930,19 @@ def get_mempool_events_by_tx_hash( where = [{"event": event, "tx_hash": tx_hash} for event in event_name.split(",")] select = "tx_hash, event, bindings AS params, timestamp" return select_rows( - db, "mempool", where=where, last_cursor=cursor, limit=limit, offset=offset, select=select + ledger_db, + "mempool", + where=where, + last_cursor=cursor, + limit=limit, + offset=offset, + select=select, ) -def get_mempool_events_by_addresses(db, addresses: str, cursor: str = None, limit: int = 100): +def get_mempool_events_by_addresses( + ledger_db, addresses: str, cursor: str = None, limit: int = 100 +): """ Returns the mempool events of a list of addresses :param str addresses: Comma separated list of addresses to return (e.g. $ADDRESS_3,$ADDRESS_4) @@ -844,7 +954,7 @@ def get_mempool_events_by_addresses(db, addresses: str, cursor: str = None, limi where.append({"addresses__like": f"%{address}%"}) select = "tx_hash, event, bindings AS params, timestamp" result = select_rows( - db, + ledger_db, "mempool", where=where, last_cursor=cursor, @@ -855,7 +965,7 @@ def get_mempool_events_by_addresses(db, addresses: str, cursor: str = None, limi def get_event_counts_by_block( - db, block_index: int, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, block_index: int, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the event counts of a block @@ -865,7 +975,7 @@ def get_event_counts_by_block( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "messages", where={"block_index": block_index}, select="event, COUNT(*) AS event_count", @@ -877,19 +987,19 @@ def get_event_counts_by_block( ) -def get_event_count(db, event: str): +def get_event_count(state_db, event: str): """ Returns the number of events :param int event: The name of the event to return (e.g. CREDIT) """ return select_row( - db, + state_db, "events_count", where={"event": event}, ) -def get_all_events_counts(db, cursor: str = None, limit: int = 100, offset: int = None): +def get_all_events_counts(state_db, cursor: str = None, limit: int = 100, offset: int = None): """ Returns the event counts of all blocks :param str cursor: The last event index to return @@ -897,7 +1007,7 @@ def get_all_events_counts(db, cursor: str = None, limit: int = 100, offset: int :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + state_db, "events_count", last_cursor=cursor, limit=limit, @@ -906,7 +1016,7 @@ def get_all_events_counts(db, cursor: str = None, limit: int = 100, offset: int def get_credits_by_block( - db, + ledger_db, block_index: int, action: CreditAction = None, cursor: str = None, @@ -925,7 +1035,7 @@ def get_credits_by_block( if action: where["calling_function"] = action return select_rows( - db, + ledger_db, "credits", where=where, last_cursor=cursor, @@ -935,7 +1045,7 @@ def get_credits_by_block( def get_credits_by_address( - db, + ledger_db, address: str, action: CreditAction = None, cursor: str = None, @@ -954,11 +1064,13 @@ def get_credits_by_address( if action: where[0]["calling_function"] = action where[1]["calling_function"] = action - return select_rows(db, "credits", where=where, last_cursor=cursor, limit=limit, offset=offset) + return select_rows( + ledger_db, "credits", where=where, last_cursor=cursor, limit=limit, offset=offset + ) def get_credits_by_asset( - db, + ledger_db, asset: str, action: CreditAction = None, cursor: str = None, @@ -976,11 +1088,13 @@ def get_credits_by_asset( where = {"asset": asset.upper(), "quantity__gt": 0} if action: where["calling_function"] = action - return select_rows(db, "credits", where=where, last_cursor=cursor, limit=limit, offset=offset) + return select_rows( + ledger_db, "credits", where=where, last_cursor=cursor, limit=limit, offset=offset + ) def get_debits_by_block( - db, + ledger_db, block_index: int, action: DebitAction = None, cursor: str = None, @@ -999,7 +1113,7 @@ def get_debits_by_block( if action: where["action"] = action return select_rows( - db, + ledger_db, "debits", where=where, last_cursor=cursor, @@ -1009,7 +1123,7 @@ def get_debits_by_block( def get_debits_by_address( - db, + ledger_db, address: str, action: DebitAction = None, cursor: str = None, @@ -1028,11 +1142,13 @@ def get_debits_by_address( if action: where[0]["action"] = action where[1]["action"] = action - return select_rows(db, "debits", where=where, last_cursor=cursor, limit=limit, offset=offset) + return select_rows( + ledger_db, "debits", where=where, last_cursor=cursor, limit=limit, offset=offset + ) def get_debits_by_asset( - db, + ledger_db, asset: str, action: DebitAction = None, cursor: str = None, @@ -1050,19 +1166,49 @@ def get_debits_by_asset( where = {"asset": asset.upper(), "quantity__gt": 0} if action: where["action"] = action - return select_rows(db, "debits", where=where, last_cursor=cursor, limit=limit, offset=offset) + return select_rows( + ledger_db, "debits", where=where, last_cursor=cursor, limit=limit, offset=offset + ) + +def prepare_sends_where(send_type: SendType, other_conditions=None): + where = [] + send_type_list = send_type.split(",") + for type_send in send_type_list: + if type_send == "all": + where = [other_conditions] if other_conditions else [] + break + if type_send in typing.get_args(SendType): + where_send = {} + if type_send == "send": + where_send = {"source__notlike": "%:%", "destination__notlike": "%:%"} + elif type_send == "move": + where_send = {"source__like": "%:%", "destination__like": "%:%"} + elif type_send == "attach": + where_send = {"source__notlike": "%:%", "destination__like": "%:%"} + elif type_send == "detach": + where_send = {"source__like": "%:%", "destination__notlike": "%:%"} + if other_conditions: + where_send.update(other_conditions) + if where_send: + where.append(where_send) + return where -def get_sends(db, cursor: str = None, limit: int = 100, offset: int = None): + +def get_sends( + ledger_db, send_type: SendType = "all", cursor: str = None, limit: int = 100, offset: int = None +): """ Returns all the sends include Enhanced and MPMA sends + :param str send_type: The type of the send to return :param str cursor: The last index of the debits to return :param int limit: The maximum number of debits to return (e.g. 5) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "sends", + where=prepare_sends_where(send_type), last_cursor=cursor, limit=limit, offset=offset, @@ -1070,19 +1216,25 @@ def get_sends(db, cursor: str = None, limit: int = 100, offset: int = None): def get_sends_by_block( - db, block_index: int, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, + block_index: int, + send_type: SendType = "all", + cursor: str = None, + limit: int = 100, + offset: int = None, ): """ Returns the sends, include Enhanced and MPMA sends, of a block :param int block_index: The index of the block to return (e.g. $LAST_SEND_BLOCK) + :param str send_type: The type of the send to return :param str cursor: The last index of the debits to return :param int limit: The maximum number of debits to return (e.g. 5) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "sends", - where={"block_index": block_index}, + where=prepare_sends_where(send_type, {"block_index": block_index}), last_cursor=cursor, limit=limit, offset=offset, @@ -1090,39 +1242,60 @@ def get_sends_by_block( def get_sends_by_transaction_hash( - db, tx_hash: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, + tx_hash: str, + send_type: SendType = "all", + cursor: str = None, + limit: int = 100, + offset: int = None, ): """ Returns the sends, include Enhanced and MPMA sends, of a block :param str tx_hash: The hash of the transaction to return (e.g. $LAST_SEND_TX_HASH) + :param str send_type: The type of the send to return :param str cursor: The last index of the debits to return :param int limit: The maximum number of debits to return (e.g. 5) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "sends", - where={"tx_hash": tx_hash}, + where=prepare_sends_where(send_type, {"tx_hash": tx_hash}), last_cursor=cursor, limit=limit, offset=offset, ) -def get_sends_by_asset(db, asset: str, cursor: str = None, limit: int = 100, offset: int = None): +def get_sends_by_asset( + ledger_db, + asset: str, + send_type: SendType = "all", + cursor: str = None, + limit: int = 100, + offset: int = None, +): """ Returns the sends, include Enhanced and MPMA sends, of an asset :param str asset: The asset to return (e.g. XCP) + :param str send_type: The type of the send to return :param str cursor: The last index of the debits to return :param int limit: The maximum number of debits to return (e.g. 5) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, "sends", where={"asset": asset.upper()}, last_cursor=cursor, limit=limit, offset=offset + ledger_db, + "sends", + where=prepare_sends_where(send_type, {"asset": asset.upper()}), + last_cursor=cursor, + limit=limit, + offset=offset, ) -def get_expirations(db, block_index: int, cursor: str = None, limit: int = 100, offset: int = None): +def get_expirations( + state_db, block_index: int, cursor: str = None, limit: int = 100, offset: int = None +): """ Returns the expirations of a block :param int block_index: The index of the block to return (e.g. $LAST_ORDER_EXPIRATION_BLOCK) @@ -1131,7 +1304,7 @@ def get_expirations(db, block_index: int, cursor: str = None, limit: int = 100, :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + state_db, "all_expirations", where={"block_index": block_index}, last_cursor=cursor, @@ -1140,7 +1313,9 @@ def get_expirations(db, block_index: int, cursor: str = None, limit: int = 100, ) -def get_cancels(db, block_index: int, cursor: str = None, limit: int = 100, offset: int = None): +def get_cancels( + ledger_db, block_index: int, cursor: str = None, limit: int = 100, offset: int = None +): """ Returns the cancels of a block :param int block_index: The index of the block to return (e.g. $LAST_CANCEL_BLOCK) @@ -1149,7 +1324,7 @@ def get_cancels(db, block_index: int, cursor: str = None, limit: int = 100, offs :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "cancels", where={"block_index": block_index}, last_cursor=cursor, @@ -1159,7 +1334,7 @@ def get_cancels(db, block_index: int, cursor: str = None, limit: int = 100, offs def get_destructions( - db, block_index: int, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, block_index: int, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the destructions of a block @@ -1169,7 +1344,7 @@ def get_destructions( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "destructions", where={"block_index": block_index}, last_cursor=cursor, @@ -1198,7 +1373,7 @@ def prepare_issuance_where(asset_events, other_conditions=None): def get_issuances( - db, + ledger_db, asset_events: IssuancesAssetEvents = "all", cursor: str = None, limit: int = 100, @@ -1213,7 +1388,7 @@ def get_issuances( """ where = prepare_issuance_where(asset_events, {"status": "valid"}) return select_rows( - db, + ledger_db, "issuances", where=where, last_cursor=cursor, @@ -1223,7 +1398,7 @@ def get_issuances( def get_issuances_by_block( - db, + ledger_db, block_index: int, asset_events: IssuancesAssetEvents = "all", cursor: str = None, @@ -1240,7 +1415,7 @@ def get_issuances_by_block( """ where = prepare_issuance_where(asset_events, {"block_index": block_index, "status": "valid"}) return select_rows( - db, + ledger_db, "issuances", where=where, last_cursor=cursor, @@ -1249,16 +1424,16 @@ def get_issuances_by_block( ) -def get_issuance_by_transaction_hash(db, tx_hash: str): +def get_issuance_by_transaction_hash(ledger_db, tx_hash: str): """ Returns the issuances of a block :param str tx_hash: The hash of the transaction to return (e.g. $LAST_ISSUANCE_TX_HASH) """ - return select_row(db, "issuances", where={"tx_hash": tx_hash}) + return select_row(ledger_db, "issuances", where={"tx_hash": tx_hash}) def get_issuances_by_asset( - db, + ledger_db, asset: str, asset_events: IssuancesAssetEvents = "all", cursor: str = None, @@ -1279,7 +1454,7 @@ def get_issuances_by_asset( asset_events, {"UPPER(asset_longname)": asset.upper(), "status": "valid"} ) return select_rows( - db, + ledger_db, "issuances", where=where, last_cursor=cursor, @@ -1289,7 +1464,7 @@ def get_issuances_by_asset( def get_issuances_by_address( - db, + ledger_db, address: str, asset_events: IssuancesAssetEvents = "all", cursor: str = None, @@ -1306,7 +1481,7 @@ def get_issuances_by_address( """ where = prepare_issuance_where(asset_events, {"issuer": address, "status": "valid"}) return select_rows( - db, + ledger_db, "issuances", where=where, last_cursor=cursor, @@ -1315,7 +1490,7 @@ def get_issuances_by_address( ) -def get_dispenses(db, cursor: str = None, limit: int = 100, offset: int = None): +def get_dispenses(ledger_db, cursor: str = None, limit: int = 100, offset: int = None): """ Returns all the dispenses :param str cursor: The last index of the dispenses to return @@ -1323,7 +1498,7 @@ def get_dispenses(db, cursor: str = None, limit: int = 100, offset: int = None): :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "dispenses", last_cursor=cursor, limit=limit, @@ -1332,7 +1507,7 @@ def get_dispenses(db, cursor: str = None, limit: int = 100, offset: int = None): def get_dispenses_by_block( - db, block_index: int, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, block_index: int, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the dispenses of a block @@ -1342,7 +1517,7 @@ def get_dispenses_by_block( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "dispenses", where={"block_index": block_index}, last_cursor=cursor, @@ -1352,7 +1527,7 @@ def get_dispenses_by_block( def get_dispenses_by_transaction_hash( - db, tx_hash: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, tx_hash: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the dispenses of a block @@ -1362,7 +1537,7 @@ def get_dispenses_by_transaction_hash( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "dispenses", where={"tx_hash": tx_hash}, last_cursor=cursor, @@ -1372,7 +1547,7 @@ def get_dispenses_by_transaction_hash( def get_dispenses_by_dispenser( - db, dispenser_hash: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, dispenser_hash: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the dispenses of a dispenser @@ -1382,7 +1557,7 @@ def get_dispenses_by_dispenser( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "dispenses", where={"dispenser_tx_hash": dispenser_hash}, last_cursor=cursor, @@ -1392,7 +1567,7 @@ def get_dispenses_by_dispenser( def get_dispenses_by_source( - db, address: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, address: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the dispenses of a source @@ -1402,12 +1577,17 @@ def get_dispenses_by_source( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, "dispenses", where={"source": address}, last_cursor=cursor, limit=limit, offset=offset + ledger_db, + "dispenses", + where={"source": address}, + last_cursor=cursor, + limit=limit, + offset=offset, ) def get_dispenses_by_destination( - db, address: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, address: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the dispenses of a destination @@ -1417,7 +1597,7 @@ def get_dispenses_by_destination( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "dispenses", where={"destination": address}, last_cursor=cursor, @@ -1427,7 +1607,7 @@ def get_dispenses_by_destination( def get_dispenses_by_asset( - db, asset: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, asset: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the dispenses of an asset @@ -1437,7 +1617,7 @@ def get_dispenses_by_asset( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "dispenses", where={"asset": asset.upper()}, last_cursor=cursor, @@ -1447,7 +1627,7 @@ def get_dispenses_by_asset( def get_dispenses_by_source_and_asset( - db, address: str, asset: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, address: str, asset: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the dispenses of an address and an asset @@ -1458,7 +1638,7 @@ def get_dispenses_by_source_and_asset( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "dispenses", where={"source": address, "asset": asset.upper()}, last_cursor=cursor, @@ -1468,7 +1648,7 @@ def get_dispenses_by_source_and_asset( def get_dispenses_by_destination_and_asset( - db, address: str, asset: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, address: str, asset: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the dispenses of an address and an asset @@ -1479,7 +1659,7 @@ def get_dispenses_by_destination_and_asset( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "dispenses", where={"destination": address, "asset": asset.upper()}, last_cursor=cursor, @@ -1488,7 +1668,7 @@ def get_dispenses_by_destination_and_asset( ) -def get_sweeps(db, cursor: str = None, limit: int = 100, offset: int = None): +def get_sweeps(ledger_db, cursor: str = None, limit: int = 100, offset: int = None): """ Returns all sweeps :param str cursor: The last index of the sweeps to return @@ -1496,7 +1676,7 @@ def get_sweeps(db, cursor: str = None, limit: int = 100, offset: int = None): :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "sweeps", last_cursor=cursor, limit=limit, @@ -1505,7 +1685,7 @@ def get_sweeps(db, cursor: str = None, limit: int = 100, offset: int = None): def get_sweeps_by_block( - db, block_index: int, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, block_index: int, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the sweeps of a block @@ -1515,7 +1695,7 @@ def get_sweeps_by_block( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "sweeps", where={"block_index": block_index}, last_cursor=cursor, @@ -1524,20 +1704,20 @@ def get_sweeps_by_block( ) -def get_sweep_by_transaction_hash(db, tx_hash: str): +def get_sweep_by_transaction_hash(ledger_db, tx_hash: str): """ Returns the sweeps of a transaction :param str tx_hash: The hash of the transaction to return (e.g. $LAST_SWEEP_TX_HASH) """ return select_rows( - db, + ledger_db, "sweeps", where={"tx_hash": tx_hash}, ) def get_sweeps_by_address( - db, address: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, address: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the sweeps of an address @@ -1547,7 +1727,7 @@ def get_sweeps_by_address( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "sweeps", where=[{"source": address}, {"destination": address}], last_cursor=cursor, @@ -1557,7 +1737,7 @@ def get_sweeps_by_address( def get_address_balances( - db, + state_db, address: str, type: BalanceType = all, cursor: str = None, @@ -1584,18 +1764,20 @@ def get_address_balances( where.pop(1) return select_rows( - db, + state_db, "balances", where=where, last_cursor=cursor, limit=limit, offset=offset, - select="address, asset, quantity, utxo, utxo_address", + select="address, asset, asset_longname, quantity, utxo, utxo_address", sort=sort, ) -def get_utxo_balances(db, utxo: str, cursor: str = None, limit: int = 100, offset: int = None): +def get_utxo_balances( + state_db, utxo: str, cursor: str = None, limit: int = 100, offset: int = None +): """ Returns the balances of an utxo :param str utxo: The utxo to return (e.g. $UTXO_WITH_BALANCE) @@ -1604,24 +1786,24 @@ def get_utxo_balances(db, utxo: str, cursor: str = None, limit: int = 100, offse :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + state_db, "balances", where={"utxo": utxo, "quantity__gt": 0}, last_cursor=cursor, limit=limit, offset=offset, - select="asset, quantity, utxo, utxo_address", + select="asset, asset_longname, quantity, utxo, utxo_address", ) -def utxos_with_balances(db, utxos: str): +def utxos_with_balances(state_db, utxos: str): """ Check if the utxos have balances :param str utxos: Comma separated list of utxos (e.g. $UTXO_1,$UTXO_2) """ utxo_list = utxos.split(",") utxo_with_balances_result = select_rows( - db, + state_db, "balances", select="utxo, CAST(MIN(SUM(quantity), 1) AS BOOLEAN) AS has_balance", where={"utxo__in": utxo_list}, @@ -1636,11 +1818,11 @@ def utxos_with_balances(db, utxos: str): if utxo not in result: result[utxo] = False - return QueryResult(result, None, len(utxo_list)) + return QueryResult(result, None, "balances", len(utxo_list)) def get_balances_by_addresses( - db, + state_db, addresses: str, type: BalanceType = "all", cursor: str = None, @@ -1667,7 +1849,7 @@ def get_balances_by_addresses( where.pop(1) assets_result = select_rows( - db, + state_db, "balances", select="DISTINCT asset AS asset", where=where, @@ -1689,10 +1871,10 @@ def get_balances_by_addresses( where.pop(1) balances = select_rows( - db, + state_db, "balances", where=where, - select="address, asset, quantity, utxo, utxo_address", + select="address, asset, asset_longname, quantity, utxo, utxo_address", order="ASC", cursor_field="asset", sort=sort, @@ -1702,6 +1884,7 @@ def get_balances_by_addresses( if len(balances) > 0: current_balances = { "asset": balances[0]["asset"], + "asset_longname": balances[0]["asset_longname"], "total": 0, "addresses": [], } @@ -1710,6 +1893,7 @@ def get_balances_by_addresses( result.append(current_balances) current_balances = { "asset": balance["asset"], + "asset_longname": balances[0]["asset_longname"], "total": 0, "addresses": [], } @@ -1724,11 +1908,11 @@ def get_balances_by_addresses( ) result.append(current_balances) - return QueryResult(result, assets_result.next_cursor, assets_result.result_count) + return QueryResult(result, assets_result.next_cursor, "balances", assets_result.result_count) def get_balances_by_address_and_asset( - db, + state_db, address: str, asset: str, type: BalanceType = "all", @@ -1746,18 +1930,22 @@ def get_balances_by_address_and_asset( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ where = [ - {"address": address, "asset": asset.upper()}, - {"utxo_address": address, "asset": asset.upper()}, + {"address": address, "asset": asset.upper(), "quantity__gt": 0}, + {"address": address, "asset_longname": asset.upper(), "quantity__gt": 0}, + {"utxo_address": address, "asset": asset.upper(), "quantity__gt": 0}, + {"utxo_address": address, "asset_longname": asset.upper(), "quantity__gt": 0}, ] if type == "utxo": where.pop(0) - elif type == "address": where.pop(1) + elif type == "address": + where.pop(2) + where.pop(3) return select_rows( - db, + state_db, "balances", - select="address, asset, quantity, utxo, utxo_address", + select="address, asset, asset_longname, quantity, utxo, utxo_address", where=where, last_cursor=cursor, offset=offset, @@ -1765,17 +1953,17 @@ def get_balances_by_address_and_asset( ) -def get_balances_by_asset_and_address(db, asset: str, address: str): +def get_balances_by_asset_and_address(state_db, asset: str, address: str): """ Returns the balances of an address and asset :param str address: The address to return (e.g. $ADDRESS_1) :param str asset: The asset to return (e.g. XCP) """ - return get_balances_by_address_and_asset(db, address, asset) + return get_balances_by_address_and_asset(state_db, address, asset) def get_bets( - db, status: BetStatus = "open", cursor: str = None, limit: int = 100, offset: int = None + state_db, status: BetStatus = "open", cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the bets of a feed @@ -1785,7 +1973,7 @@ def get_bets( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + state_db, "bets", where={"status": status}, last_cursor=cursor, @@ -1795,7 +1983,7 @@ def get_bets( def get_bet_by_feed( - db, + state_db, address: str, status: BetStatus = "open", cursor: str = None, @@ -1811,7 +1999,7 @@ def get_bet_by_feed( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + state_db, "bets", where={"feed_address": address, "status": status}, last_cursor=cursor, @@ -1821,7 +2009,7 @@ def get_bet_by_feed( def get_valid_broadcasts( - db, + ledger_db, cursor: str = None, limit: int = 100, offset: int = None, @@ -1833,7 +2021,7 @@ def get_valid_broadcasts( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "broadcasts", where={"status": "valid"}, cursor_field="tx_index", @@ -1844,7 +2032,7 @@ def get_valid_broadcasts( def get_broadcasts_by_source( - db, + ledger_db, address: str, cursor: str = None, limit: int = 100, @@ -1858,7 +2046,7 @@ def get_broadcasts_by_source( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "broadcasts", where={"source": address, "status": "valid"}, cursor_field="tx_index", @@ -1868,20 +2056,20 @@ def get_broadcasts_by_source( ) -def get_broadcast_by_transaction_hash(db, tx_hash: str): +def get_broadcast_by_transaction_hash(ledger_db, tx_hash: str): """ Returns the broadcast of a transaction :param str tx_hash: The hash of the transaction to return (e.g. $LAST_BROADCAST_TX_HASH) """ return select_row( - db, + ledger_db, "broadcasts", where={"tx_hash": tx_hash}, ) def get_burns_by_address( - db, address: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, address: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the burns of an address @@ -1891,40 +2079,63 @@ def get_burns_by_address( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, "burns", where={"source": address}, last_cursor=cursor, limit=limit, offset=offset + ledger_db, + "burns", + where={"source": address}, + last_cursor=cursor, + limit=limit, + offset=offset, ) def get_sends_by_address( - db, address: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, + address: str, + send_type: SendType = "all", + cursor: str = None, + limit: int = 100, + offset: int = None, ): """ Returns the sends, include Enhanced and MPMA sends, of an address :param str address: The address to return (e.g. $ADDRESS_1) + :param str send_type: The type of sends to return :param str cursor: The last index of the sends to return :param int limit: The maximum number of sends to return (e.g. 5) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, "sends", where={"source": address}, last_cursor=cursor, limit=limit, offset=offset + ledger_db, + "sends", + where=prepare_sends_where(send_type, {"source": address}), + last_cursor=cursor, + limit=limit, + offset=offset, ) def get_sends_by_address_and_asset( - db, address: str, asset: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, + address: str, + asset: str, + send_type: SendType = "all", + cursor: str = None, + limit: int = 100, + offset: int = None, ): """ Returns the sends, include Enhanced and MPMA sends, of an address and asset :param str address: The address to return (e.g. $ADDRESS_1) :param str asset: The asset to return (e.g. $ASSET_5) + :param str send_type: The type of sends to return :param str cursor: The last index of the sends to return :param int limit: The maximum number of sends to return (e.g. 5) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "sends", - where={"source": address, "asset": asset.upper()}, + where=prepare_sends_where(send_type, {"source": address, "asset": asset.upper()}), last_cursor=cursor, limit=limit, offset=offset, @@ -1932,35 +2143,53 @@ def get_sends_by_address_and_asset( def get_receive_by_address( - db, address: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, + address: str, + send_type: SendType = "all", + cursor: str = None, + limit: int = 100, + offset: int = None, ): """ Returns the receives of an address :param str address: The address to return (e.g. $ADDRESS_5) + :param str send_type: The type of sends to return :param str cursor: The last index of the sends to return :param int limit: The maximum number of sends to return (e.g. 5) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, "sends", where={"destination": address}, last_cursor=cursor, limit=limit, offset=offset + ledger_db, + "sends", + where=prepare_sends_where(send_type, {"destination": address}), + last_cursor=cursor, + limit=limit, + offset=offset, ) def get_receive_by_address_and_asset( - db, address: str, asset: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, + address: str, + asset: str, + send_type: SendType = "all", + cursor: str = None, + limit: int = 100, + offset: int = None, ): """ Returns the receives of an address and asset :param str address: The address to return (e.g. $ADDRESS_5) :param str asset: The asset to return (e.g. $ASSET_5) + :param str send_type: The type of sends to return :param str cursor: The last index of the sends to return :param int limit: The maximum number of sends to return (e.g. 5) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "sends", - where={"destination": address, "asset": asset.upper()}, + where=prepare_sends_where(send_type, {"destination": address, "asset": asset.upper()}), last_cursor=cursor, limit=limit, offset=offset, @@ -1992,7 +2221,7 @@ def prepare_dispenser_where(status, other_conditions=None): def get_dispensers( - db, + state_db, status: DispenserStatus = "all", cursor: str = None, limit: int = 100, @@ -2009,7 +2238,7 @@ def get_dispensers( """ return select_rows( - db, + state_db, "dispensers", where=prepare_dispenser_where(status), last_cursor=cursor, @@ -2021,7 +2250,7 @@ def get_dispensers( def get_dispensers_by_address( - db, + state_db, address: str, status: DispenserStatus = "all", cursor: str = None, @@ -2039,7 +2268,7 @@ def get_dispensers_by_address( :param str sort: The sort order of the dispensers to return (overrides the `cursor` parameter) (e.g. give_quantity:desc) """ return select_rows( - db, + state_db, "dispensers", where=prepare_dispenser_where(status, {"source": address}), last_cursor=cursor, @@ -2051,7 +2280,7 @@ def get_dispensers_by_address( def get_dispensers_by_asset( - db, + state_db, asset: str, status: DispenserStatus = "all", cursor: str = None, @@ -2069,7 +2298,7 @@ def get_dispensers_by_asset( :param str sort: The sort order of the dispensers to return (overrides the `cursor` parameter) (e.g. give_quantity:desc) """ return select_rows( - db, + state_db, "dispensers", where=prepare_dispenser_where(status, {"asset": asset.upper()}), last_cursor=cursor, @@ -2080,7 +2309,7 @@ def get_dispensers_by_asset( ) -def get_dispenser_by_address_and_asset(db, address: str, asset: str): +def get_dispenser_by_address_and_asset(state_db, address: str, asset: str): """ Returns the dispenser of an address and an asset :param str address: The address to return (e.g. $ADDRESS_1) @@ -2088,7 +2317,7 @@ def get_dispenser_by_address_and_asset(db, address: str, asset: str): :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_row( - db, + state_db, "dispensers", where={"source": address, "asset": asset.upper()}, select=SELECT_DISPENSERS, @@ -2096,7 +2325,7 @@ def get_dispenser_by_address_and_asset(db, address: str, asset: str): def get_valid_assets( - db, named: bool = None, cursor: str = None, limit: int = 100, offset: int = None + state_db, named: bool = None, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the valid assets @@ -2113,7 +2342,7 @@ def get_valid_assets( where["asset__like"] = "A%" return select_rows( - db, + state_db, "assets_info", where=where, last_cursor=cursor, @@ -2122,21 +2351,21 @@ def get_valid_assets( ) -def get_asset(db, asset: str): +def get_asset(state_db, asset: str): """ Returns an asset by its name :param str asset: The name of the asset to return (e.g. $ASSET_1) """ where = [{"asset": asset.upper()}, {"UPPER(asset_longname)": asset.upper()}] return select_row( - db, + state_db, "assets_info", where=where, ) def get_subassets_by_asset( - db, asset: str, cursor: str = None, limit: int = 100, offset: int = None + state_db, asset: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns asset subassets @@ -2147,7 +2376,7 @@ def get_subassets_by_asset( """ where = [{"asset_longname__like": f"{asset.upper()}.%"}] return select_rows( - db, + state_db, "assets_info", where=where, last_cursor=cursor, @@ -2157,7 +2386,12 @@ def get_subassets_by_asset( def get_valid_assets_by_issuer( - db, address: str, named: bool = None, cursor: str = None, limit: int = 100, offset: int = None + state_db, + address: str, + named: bool = None, + cursor: str = None, + limit: int = 100, + offset: int = None, ): """ Returns the valid assets issued by an address @@ -2175,7 +2409,7 @@ def get_valid_assets_by_issuer( where["asset__like"] = "A%" return select_rows( - db, + state_db, "assets_info", where=where, last_cursor=cursor, @@ -2185,7 +2419,12 @@ def get_valid_assets_by_issuer( def get_valid_assets_by_owner( - db, address: str, named: bool = None, cursor: str = None, limit: int = 100, offset: int = None + state_db, + address: str, + named: bool = None, + cursor: str = None, + limit: int = 100, + offset: int = None, ): """ Returns the valid assets owned by an address @@ -2203,7 +2442,7 @@ def get_valid_assets_by_owner( where["asset__like"] = "A%" return select_rows( - db, + state_db, "assets_info", where=where, last_cursor=cursor, @@ -2213,7 +2452,12 @@ def get_valid_assets_by_owner( def get_valid_assets_by_issuer_or_owner( - db, address: str, named: bool = None, cursor: str = None, limit: int = 100, offset: int = None + state_db, + address: str, + named: bool = None, + cursor: str = None, + limit: int = 100, + offset: int = None, ): """ Returns the valid assets issued or owned by an address @@ -2233,7 +2477,7 @@ def get_valid_assets_by_issuer_or_owner( p["asset__like"] = "A%" return select_rows( - db, + state_db, "assets_info", where=where, last_cursor=cursor, @@ -2242,18 +2486,15 @@ def get_valid_assets_by_issuer_or_owner( ) -def get_dividends(db, cursor: str = None, limit: int = 100, offset: int = None): +def get_dividends(ledger_db, cursor: str = None, limit: int = 100, offset: int = None): """ Returns all the dividends :param str cursor: The last index of the dividend to return :param int limit: The maximum number of dividend to return (e.g. 5) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ - cursorsb = db.cursor() - cursorsb.execute("SELECT * FROM dividends") - return select_rows( - db, + ledger_db, "dividends", # where={"status": "valid"}, last_cursor=cursor, @@ -2262,20 +2503,20 @@ def get_dividends(db, cursor: str = None, limit: int = 100, offset: int = None): ) -def get_dividend(db, dividend_hash: str): +def get_dividend(ledger_db, dividend_hash: str): """ Returns a dividend by its hash :param str dividend_hash: The hash of the dividend to return (e.g. $LAST_DIVIDEND_TX_HASH) """ return select_row( - db, + ledger_db, "dividends", where={"tx_hash": dividend_hash}, ) def get_dividends_by_asset( - db, asset: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, asset: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the dividends of an asset @@ -2285,7 +2526,7 @@ def get_dividends_by_asset( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "dividends", where={"asset": asset.upper(), "status": "valid"}, last_cursor=cursor, @@ -2295,7 +2536,7 @@ def get_dividends_by_asset( def get_dividends_distributed_by_address( - db, address: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, address: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the dividends distributed by an address @@ -2305,7 +2546,7 @@ def get_dividends_distributed_by_address( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "dividends", where={"source": address, "status": "valid"}, last_cursor=cursor, @@ -2315,7 +2556,7 @@ def get_dividends_distributed_by_address( def get_dividend_disribution( - db, dividend_hash: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, dividend_hash: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns a dividend distribution by its hash @@ -2325,7 +2566,7 @@ def get_dividend_disribution( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "credits", where={"event": dividend_hash}, last_cursor=cursor, @@ -2335,7 +2576,7 @@ def get_dividend_disribution( def get_asset_balances( - db, + state_db, asset: str, type: BalanceType = "all", cursor: str = None, @@ -2352,17 +2593,22 @@ def get_asset_balances( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) :param str sort: The sort order of the balances to return (overrides the `cursor` parameter) (e.g. quantity:desc) """ - where = [{"asset": asset.upper(), "quantity__gt": 0}] + where = [ + {"asset": asset.upper(), "quantity__gt": 0}, + {"asset_longname": asset.upper(), "quantity__gt": 0}, + ] if type == "utxo": - where.append({"utxo__notnull": True}) + where[0]["utxo__notnull"] = True + where[1]["utxo__notnull"] = True elif type == "address": - where.append({"address__notnull": True}) + where[0]["address__notnull"] = True + where[1]["address__notnull"] = True return select_rows( - db, + state_db, "balances", where=where, - select="address, utxo, utxo_address, asset, quantity", + select="address, utxo, utxo_address, asset, asset_longname, quantity", order="ASC", last_cursor=cursor, limit=limit, @@ -2395,12 +2641,12 @@ def prepare_order_matches_where(status, other_conditions=None): SELECT_ORDERS = "*, " -SELECT_ORDERS += "(get_quantity * 1.0) / (give_quantity * 1.0) AS give_price, " -SELECT_ORDERS += "(give_quantity * 1.0) / (get_quantity * 1.0) AS get_price" +SELECT_ORDERS += "COALESCE((get_quantity * 1.0) / (give_quantity * 1.0), 0) AS give_price, " +SELECT_ORDERS += "COALESCE((give_quantity * 1.0) / (get_quantity * 1.0), 0) AS get_price" def get_orders( - db, + state_db, status: OrderStatus = "all", get_asset: str = None, give_asset: str = None, @@ -2425,7 +2671,7 @@ def get_orders( if give_asset: where["give_asset"] = give_asset.upper() return select_rows( - db, + state_db, "orders", cursor_field="tx_index", where=prepare_order_where(status, where), @@ -2438,7 +2684,7 @@ def get_orders( def get_orders_by_asset( - db, + state_db, asset: str, status: OrderStatus = "all", cursor: str = None, @@ -2460,7 +2706,7 @@ def get_orders_by_asset( ) return select_rows( - db, + state_db, "orders", cursor_field="tx_index", where=where, @@ -2473,7 +2719,7 @@ def get_orders_by_asset( def get_orders_by_address( - db, + state_db, address: str, status: OrderStatus = "all", cursor: str = None, @@ -2491,7 +2737,7 @@ def get_orders_by_address( :param str sort: The sort order of the orders to return (overrides the `cursor` parameter) (e.g. expiration:desc) """ return select_rows( - db, + state_db, "orders", cursor_field="tx_index", where=prepare_order_where(status, {"source": address}), @@ -2504,7 +2750,7 @@ def get_orders_by_address( def get_orders_by_two_assets( - db, + state_db, asset1: str, asset2: str, status: OrderStatus = "all", @@ -2527,7 +2773,7 @@ def get_orders_by_two_assets( status, {"give_asset": asset1.upper(), "get_asset": asset2.upper()} ) + prepare_order_where(status, {"give_asset": asset2.upper(), "get_asset": asset1.upper()}) query_result = select_rows( - db, + state_db, "orders", cursor_field="tx_index", where=where, @@ -2544,11 +2790,13 @@ def get_orders_by_two_assets( else: order["market_dir"] = "BUY" order["market_price"] = divide(order["get_quantity"], order["give_quantity"]) - return QueryResult(query_result.result, query_result.next_cursor, query_result.result_count) + return QueryResult( + query_result.result, query_result.next_cursor, "orders", query_result.result_count + ) def get_asset_holders( - db, asset: str, cursor: str = None, limit: int = 100, offset: int = None, sort: str = None + state_db, asset: str, cursor: str = None, limit: int = 100, offset: int = None, sort: str = None ): """ Returns the holders of an asset @@ -2560,7 +2808,7 @@ def get_asset_holders( """ table_name = "xcp_holders" if asset.upper() == "XCP" else "asset_holders" return select_rows( - db, + state_db, table_name, where={"asset": asset.upper()}, order="ASC", @@ -2572,13 +2820,13 @@ def get_asset_holders( ) -def get_order(db, order_hash: str): +def get_order(state_db, order_hash: str): """ Returns the information of an order :param str order_hash: The hash of the transaction that created the order (e.g. $LAST_ORDER_TX_HASH) """ return select_row( - db, + state_db, "orders", where={"tx_hash": order_hash}, select=SELECT_ORDERS, @@ -2586,7 +2834,7 @@ def get_order(db, order_hash: str): def get_all_order_matches( - db, + state_db, status: OrderMatchesStatus = "all", cursor: str = None, limit: int = 100, @@ -2602,7 +2850,7 @@ def get_all_order_matches( :param str sort: The sort order of the order matches to return (overrides the `cursor` parameter) (e.g. forward_quantity:desc) """ return select_rows( - db, + state_db, "order_matches", where=prepare_order_matches_where(status), last_cursor=cursor, @@ -2613,7 +2861,7 @@ def get_all_order_matches( def get_order_matches_by_order( - db, + state_db, order_hash: str, status: OrderMatchesStatus = "all", cursor: str = None, @@ -2634,7 +2882,7 @@ def get_order_matches_by_order( status, {"tx0_hash": order_hash} ) + prepare_order_matches_where(status, {"tx1_hash": order_hash}) return select_rows( - db, + state_db, "order_matches", where=where, last_cursor=cursor, @@ -2645,7 +2893,7 @@ def get_order_matches_by_order( def get_order_matches_by_asset( - db, + state_db, asset: str, status: OrderMatchesStatus = "all", cursor: str = None, @@ -2667,7 +2915,7 @@ def get_order_matches_by_asset( ) + prepare_order_matches_where(status, {"backward_asset": asset.upper()}) return select_rows( - db, + state_db, "order_matches", where=where, last_cursor=cursor, @@ -2678,7 +2926,7 @@ def get_order_matches_by_asset( def get_order_matches_by_two_assets( - db, + state_db, asset1: str, asset2: str, status: OrderMatchesStatus = "all", @@ -2703,7 +2951,7 @@ def get_order_matches_by_two_assets( status, {"forward_asset": asset2.upper(), "backward_asset": asset1.upper()} ) query_result = select_rows( - db, + state_db, "order_matches", where=where, last_cursor=cursor, @@ -2719,11 +2967,13 @@ def get_order_matches_by_two_assets( else: order["market_dir"] = "BUY" order["market_price"] = divide(order["backward_quantity"], order["forward_quantity"]) - return QueryResult(query_result.result, query_result.next_cursor, query_result.result_count) + return QueryResult( + query_result.result, query_result.next_cursor, "order_matches", query_result.result_count + ) def get_btcpays_by_order( - db, order_hash: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, order_hash: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the BTC pays of an order @@ -2733,7 +2983,7 @@ def get_btcpays_by_order( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "btcpays", where={"order_match_id__like": f"%{order_hash}%"}, last_cursor=cursor, @@ -2742,20 +2992,20 @@ def get_btcpays_by_order( ) -def get_bet(db, bet_hash: str): +def get_bet(state_db, bet_hash: str): """ Returns the information of a bet :param str bet_hash: The hash of the transaction that created the bet (e.g. 5d097b4729cb74d927b4458d365beb811a26fcee7f8712f049ecbe780eb496ed) """ return select_row( - db, + state_db, "bets", where={"tx_hash": bet_hash}, ) def get_bet_matches_by_bet( - db, + state_db, bet_hash: str, status: BetMatchesStatus = "pending", cursor: str = None, @@ -2771,7 +3021,7 @@ def get_bet_matches_by_bet( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + state_db, "bet_matches", where=[ {"tx0_hash": bet_hash, "status": status}, @@ -2784,7 +3034,7 @@ def get_bet_matches_by_bet( def get_resolutions_by_bet( - db, bet_hash: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, bet_hash: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the resolutions of a bet @@ -2794,7 +3044,7 @@ def get_resolutions_by_bet( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "bet_match_resolutions", where={"bet_match_id__like": f"%{bet_hash}%"}, last_cursor=cursor, @@ -2803,7 +3053,7 @@ def get_resolutions_by_bet( ) -def get_all_burns(db, cursor: str = None, limit: int = 100, offset: int = None): +def get_all_burns(ledger_db, cursor: str = None, limit: int = 100, offset: int = None): """ Returns the burns :param str status: The status of the burns to return (e.g. valid) @@ -2812,17 +3062,22 @@ def get_all_burns(db, cursor: str = None, limit: int = 100, offset: int = None): :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, "burns", where={"status": "valid"}, last_cursor=cursor, limit=limit, offset=offset + ledger_db, + "burns", + where={"status": "valid"}, + last_cursor=cursor, + limit=limit, + offset=offset, ) -def get_dispenser_info_by_hash(db, dispenser_hash: str): +def get_dispenser_info_by_hash(state_db, dispenser_hash: str): """ Returns the dispenser information by tx_hash :param str dispenser_hash: The hash of the dispenser to return (e.g. $DISPENSER_TX_HASH_1) """ return select_row( - db, + state_db, "dispensers", where={"tx_hash": dispenser_hash}, select=SELECT_DISPENSERS, @@ -2834,7 +3089,11 @@ def prepare_fairminters_where(status, other_conditions=None): def get_all_fairminters( - db, status: FairmintersStatus = "all", cursor: str = None, limit: int = 100, offset: int = None + state_db, + status: FairmintersStatus = "all", + cursor: str = None, + limit: int = 100, + offset: int = None, ): """ Returns all fairminters @@ -2845,24 +3104,24 @@ def get_all_fairminters( """ where = prepare_fairminters_where(status) return select_rows( - db, "fairminters", where=where, last_cursor=cursor, limit=limit, offset=offset + state_db, "fairminters", where=where, last_cursor=cursor, limit=limit, offset=offset ) -def get_fairminter(db, tx_hash: str): +def get_fairminter(state_db, tx_hash: str): """ Returns the fairminter by its hash :param str fairminter_hash: The hash of the fairminter to return (e.g. $LAST_FAIRMINTER_TX_HASH) """ return select_row( - db, + state_db, "fairminters", where={"tx_hash": tx_hash}, ) def get_fairminters_by_block( - db, + state_db, block_index: int, status: FairmintersStatus = "all", cursor: str = None, @@ -2879,12 +3138,12 @@ def get_fairminters_by_block( """ where = prepare_fairminters_where(status, {"block_index": block_index}) return select_rows( - db, "fairminters", where=where, last_cursor=cursor, limit=limit, offset=offset + state_db, "fairminters", where=where, last_cursor=cursor, limit=limit, offset=offset ) def get_fairminters_by_asset( - db, + state_db, asset: str, status: FairmintersStatus = "all", cursor: str = None, @@ -2901,12 +3160,12 @@ def get_fairminters_by_asset( where = {"asset_longname": asset.upper()} where = prepare_fairminters_where(status, where) return select_rows( - db, "fairminters", where=where, last_cursor=cursor, limit=limit, offset=offset + state_db, "fairminters", where=where, last_cursor=cursor, limit=limit, offset=offset ) def get_fairminters_by_address( - db, + state_db, address: str, status: FairmintersStatus = "all", cursor: str = None, @@ -2920,19 +3179,19 @@ def get_fairminters_by_address( """ where = prepare_fairminters_where(status, {"source": address}) return select_rows( - db, "fairminters", where=where, last_cursor=cursor, limit=limit, offset=offset + state_db, "fairminters", where=where, last_cursor=cursor, limit=limit, offset=offset ) def get_fairmints_by_fairminter( - db, tx_hash: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, tx_hash: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the mints by fairminter :param str fairminter_hash: The hash of the fairminter to return (e.g. $LAST_FAIRMINTER_TX_HASH) """ return select_rows( - db, + ledger_db, "fairmints", where={"fairminter_tx_hash": tx_hash}, last_cursor=cursor, @@ -2942,26 +3201,31 @@ def get_fairmints_by_fairminter( def get_fairmints_by_address( - db, address: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, address: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the mints by address :param str address: The address of the mints to return (e.g. $ADDRESS_2) """ return select_rows( - db, "fairmints", where={"source": address}, last_cursor=cursor, limit=limit, offset=offset + ledger_db, + "fairmints", + where={"source": address}, + last_cursor=cursor, + limit=limit, + offset=offset, ) def get_fairmints_by_asset( - db, asset: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, asset: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the mints by asset :param str asset: The asset of the mints to return (e.g. $ASSET_1) """ return select_rows( - db, + ledger_db, "fairmints", where={"asset": asset.upper()}, last_cursor=cursor, @@ -2971,7 +3235,7 @@ def get_fairmints_by_asset( def get_fairmints_by_address_and_asset( - db, address: str, asset: str, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, address: str, asset: str, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the mints by address and asset @@ -2979,7 +3243,7 @@ def get_fairmints_by_address_and_asset( :param str asset: The asset of the mints to return (e.g. $ASSET_1) """ return select_rows( - db, + ledger_db, "fairmints", where={"source": address, "asset": asset.upper()}, last_cursor=cursor, @@ -2988,30 +3252,30 @@ def get_fairmints_by_address_and_asset( ) -def get_all_fairmints(db, cursor: str = None, limit: int = 100, offset: int = None): +def get_all_fairmints(ledger_db, cursor: str = None, limit: int = 100, offset: int = None): """ Returns all fairmints :param str cursor: The last index of the fairmint to return :param int limit: The maximum number of fairmint to return (e.g. 5) :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ - return select_rows(db, "fairmints", last_cursor=cursor, limit=limit, offset=offset) + return select_rows(ledger_db, "fairmints", last_cursor=cursor, limit=limit, offset=offset) -def get_fairmint(db, tx_hash: str): +def get_fairmint(ledger_db, tx_hash: str): """ Returns the fairmint by its hash :param str tx_hash: The hash of the fairmint to return (e.g. $LAST_FAIRMINT_TX_HASH) """ return select_row( - db, + ledger_db, "fairmints", where={"tx_hash": tx_hash}, ) def get_fairmints_by_block( - db, block_index: int, cursor: str = None, limit: int = 100, offset: int = None + ledger_db, block_index: int, cursor: str = None, limit: int = 100, offset: int = None ): """ Returns the fairmints by its block index @@ -3021,7 +3285,7 @@ def get_fairmints_by_block( :param int offset: The number of lines to skip before returning results (overrides the `cursor` parameter) """ return select_rows( - db, + ledger_db, "fairmints", where={"block_index": block_index}, last_cursor=cursor, diff --git a/counterparty-core/counterpartycore/lib/api/routes.py b/counterparty-core/counterpartycore/lib/api/routes.py index 57bb2678df..ffb6e1a66e 100644 --- a/counterparty-core/counterpartycore/lib/api/routes.py +++ b/counterparty-core/counterpartycore/lib/api/routes.py @@ -16,6 +16,7 @@ def get_routes(): "/v2/blocks/": queries.get_block_by_height, "/v2/blocks/": queries.get_block_by_hash, "/v2/blocks//transactions": queries.get_transactions_by_block, + "/v2/blocks//transactions/counts": queries.get_transaction_types_count_by_block, "/v2/blocks//events": queries.get_events_by_block, "/v2/blocks//events/counts": queries.get_event_counts_by_block, "/v2/blocks//events/": queries.get_events_by_block_and_event, @@ -32,6 +33,7 @@ def get_routes(): "/v2/blocks//fairmints": queries.get_fairmints_by_block, ### /transactions ### "/v2/transactions": queries.get_transactions, + "/v2/transactions/counts": queries.get_transaction_types_count, "/v2/transactions/info": compose.info, "/v2/transactions//info": compose.info_by_tx_hash, "/v2/transactions/unpack": compose.unpack, @@ -71,6 +73,7 @@ def get_routes(): "/v2/addresses/
/assets/issued": queries.get_valid_assets_by_issuer, "/v2/addresses/
/assets/owned": queries.get_valid_assets_by_owner, "/v2/addresses/
/transactions": queries.get_transactions_by_address, + "/v2/addresses/
/transactions/counts": queries.get_transaction_types_count_by_address, "/v2/addresses/
/dividends": queries.get_dividends_distributed_by_address, "/v2/addresses/
/orders": queries.get_orders_by_address, "/v2/addresses/
/fairminters": queries.get_fairminters_by_address, diff --git a/counterparty-core/counterpartycore/lib/api/util.py b/counterparty-core/counterpartycore/lib/api/util.py index 8bb3fa06db..96c0740216 100644 --- a/counterparty-core/counterpartycore/lib/api/util.py +++ b/counterparty-core/counterpartycore/lib/api/util.py @@ -108,8 +108,6 @@ def clean_rowids_and_confirmed_fields(query_result): del row["rowid"] if "MAX(rowid)" in row: del row["MAX(rowid)"] - if "confirmed" in row: - row["confirmed"] = bool(row["confirmed"]) if "block_index" in row and row["block_index"] in [0, config.MEMPOOL_BLOCK_INDEX]: row["block_index"] = None if "tx_index" in row: @@ -122,8 +120,6 @@ def clean_rowids_and_confirmed_fields(query_result): del filtered_results["rowid"] if "MAX(rowid)" in filtered_results: del filtered_results["MAX(rowid)"] - if "confirmed" in filtered_results: - filtered_results["confirmed"] = bool(filtered_results["confirmed"]) if "block_index" in filtered_results and filtered_results["block_index"] in [ 0, config.MEMPOOL_BLOCK_INDEX, @@ -176,6 +172,18 @@ def get_backend_height(): return block_count + blocks_behind +class BackendHeight(metaclass=util.SingletonMeta): + def __init__(self): + self.backend_height = get_backend_height() + self.last_update = time.time() + + def get(self): + if time.time() - self.last_update > 0: # one second cache + self.backend_height = get_backend_height() + self.last_update = time.time() + return self.backend_height + + def init_api_access_log(flask_app): """Initialize API logger.""" flask_app.logger.removeHandler(flask.logging.default_handler) @@ -206,7 +214,13 @@ def get_args_description(function): def function_needs_db(function): - return "db" in inspect.signature(function).parameters + dbs = [] + parameters = inspect.signature(function).parameters + if "ledger_db" in parameters or "db" in parameters: + dbs.append("ledger_db") + if "state_db" in parameters: + dbs.append("state_db") + return " ".join(dbs) def prepare_route_args(function): @@ -253,15 +267,6 @@ def prepare_route_args(function): "required": False, } ) - args.append( - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": False, - } - ) return args @@ -308,7 +313,7 @@ def normalize_price(value): return "{0:.16f}".format(D(value)) -def inject_issuances_and_block_times(db, result_list): +def inject_issuances_and_block_times(ledger_db, state_db, result_list): asset_fields = [ "asset", "give_asset", @@ -373,10 +378,10 @@ def inject_issuances_and_block_times(db, result_list): asset_list.append(item[field_name]) # get asset issuances - issuance_by_asset = ledger.get_assets_last_issuance(db, asset_list) + issuance_by_asset = ledger.get_assets_last_issuance(state_db, asset_list) # get block_time for each block_index - block_times = ledger.get_blocks_time(db, block_indexes) + block_times = ledger.get_blocks_time(ledger_db, block_indexes) # inject issuance and block_time for result_item in result_list: @@ -635,7 +640,7 @@ def inject_normalized_quantities(result_list): return enriched_result_list -def inject_fiat_price(db, dispenser): +def inject_fiat_price(ledger_db, dispenser): if "satoshirate" not in dispenser: return dispenser if dispenser["oracle_address"] != None: # noqa: E711 @@ -645,7 +650,9 @@ def inject_fiat_price(db, dispenser): _oracle_fee, dispenser["fiat_unit"], dispenser["oracle_price_last_updated"], - ) = ledger.get_oracle_last_price(db, dispenser["oracle_address"], util.CURRENT_BLOCK_INDEX) + ) = ledger.get_oracle_last_price( + ledger_db, dispenser["oracle_address"], util.CURRENT_BLOCK_INDEX + ) if dispenser["oracle_price"] > 0: dispenser["satoshi_price"] = math.ceil( @@ -662,14 +669,14 @@ def inject_fiat_price(db, dispenser): return dispenser -def inject_fiat_prices(db, result_list): +def inject_fiat_prices(ledger_db, result_list): enriched_result_list = [] for result_item in result_list: - enriched_result_list.append(inject_fiat_price(db, result_item)) + enriched_result_list.append(inject_fiat_price(ledger_db, result_item)) return enriched_result_list -def inject_dispensers(db, result_list): +def inject_dispensers(ledger_db, state_db, result_list): # gather dispenser list dispenser_list = [] for result_item in result_list: @@ -678,7 +685,7 @@ def inject_dispensers(db, result_list): dispenser_list.append(result_item["dispenser_tx_hash"]) # get dispenser info - dispenser_info = ledger.get_dispensers_info(db, dispenser_list) + dispenser_info = ledger.get_dispensers_info(state_db, dispenser_list) # inject dispenser info enriched_result_list = [] @@ -688,33 +695,75 @@ def inject_dispensers(db, result_list): and result_item["dispenser_tx_hash"] in dispenser_info ): result_item["dispenser"] = inject_fiat_price( - db, dispenser_info[result_item["dispenser_tx_hash"]] + ledger_db, dispenser_info[result_item["dispenser_tx_hash"]] ) enriched_result_list.append(result_item) return enriched_result_list -def inject_unpacked_data_in_dict(db, item): +def inject_unpacked_data_in_dict(ledger_db, item): if "data" in item: data = binascii.hexlify(item["data"]) if isinstance(item["data"], bytes) else item["data"] if data: block_index = item.get("block_index") - item["unpacked_data"] = compose.unpack(db, data, block_index=block_index) + item["unpacked_data"] = compose.unpack(ledger_db, data, block_index=block_index) return item -def inject_unpacked_data(db, result_list): +def inject_unpacked_data(ledger_db, result_list): enriched_result_list = [] for result_item in result_list: - result_item = inject_unpacked_data_in_dict(db, result_item) # noqa PLW2901 + result_item = inject_unpacked_data_in_dict(ledger_db, result_item) # noqa PLW2901 if "params" in result_item: - result_item["params"] = inject_unpacked_data_in_dict(db, result_item["params"]) + result_item["params"] = inject_unpacked_data_in_dict(ledger_db, result_item["params"]) enriched_result_list.append(result_item) return enriched_result_list -def inject_details(db, result, rule=None): +def inject_transactions_events(ledger_db, state_db, result_list): + if len(result_list) == 0: + return result_list + if "tx_hash" not in result_list[0]: + return result_list + + cursor = ledger_db.cursor() + + transaction_hashes = [tx["tx_hash"] for tx in result_list] + exclude_events = [ + "NEW_TRANSACTION", + "TRANSACTION_PARSED", + "CREDIT", + "DEBIT", + "INCREMENT_TRANSACTION_COUNT", + "NEW_TRANSACTION_OUTPUT", + ] + sql = f""" + SELECT message_index AS event_index, event, bindings AS params, tx_hash, block_index + FROM messages + WHERE tx_hash IN ({",".join("?" * len(transaction_hashes))}) + AND event NOT IN ({",".join("?" * len(exclude_events))}) + """ # noqa S608 + events = cursor.execute(sql, transaction_hashes + exclude_events).fetchall() + for event in events: + event["params"] = json.loads(event["params"]) + + events = inject_dispensers(ledger_db, state_db, events) + events = inject_fiat_prices(ledger_db, events) + events = inject_issuances_and_block_times(ledger_db, state_db, events) + events = inject_normalized_quantities(events) + + events_by_tx_hash = {} + for event in events: + if event["tx_hash"] not in events_by_tx_hash: + events_by_tx_hash[event["tx_hash"]] = [] + events_by_tx_hash[event["tx_hash"]].append(event) + for result_item in result_list: + result_item["events"] = events_by_tx_hash.get(result_item["tx_hash"], []) + return result_list + + +def inject_details(ledger_db, state_db, result, table=None): if isinstance(result, (int, str)): return result # let's work with a list @@ -724,10 +773,13 @@ def inject_details(db, result, rule=None): result_list = [result] result_is_dict = True - result_list = inject_dispensers(db, result_list) - result_list = inject_fiat_prices(db, result_list) - result_list = inject_unpacked_data(db, result_list) - result_list = inject_issuances_and_block_times(db, result_list) + if table == "transactions": + result_list = inject_transactions_events(ledger_db, state_db, result_list) + result_list = inject_unpacked_data(ledger_db, result_list) + + result_list = inject_dispensers(ledger_db, state_db, result_list) + result_list = inject_fiat_prices(ledger_db, result_list) + result_list = inject_issuances_and_block_times(ledger_db, state_db, result_list) result_list = inject_normalized_quantities(result_list) if result_is_dict: @@ -735,9 +787,6 @@ def inject_details(db, result, rule=None): else: result = result_list - if rule == "/v2/assets/": - result["holder_count"] = ledger.get_asset_holder_count(db, result["asset"]) - return result diff --git a/counterparty-core/counterpartycore/lib/api/wsgi.py b/counterparty-core/counterpartycore/lib/api/wsgi.py index 6590ada667..0548f36708 100644 --- a/counterparty-core/counterpartycore/lib/api/wsgi.py +++ b/counterparty-core/counterpartycore/lib/api/wsgi.py @@ -3,16 +3,14 @@ import os import signal import sys -import time -from threading import Timer +import threading import gunicorn.app.base import waitress import waitress.server -from counterpartycore.lib import backend, config, ledger, log, util -from counterpartycore.lib.api.util import get_backend_height -from counterpartycore.lib.database import get_db_connection -from flask import request +from counterpartycore.lib import backend, config, database, ledger, log, util +from counterpartycore.lib.api import api_watcher +from counterpartycore.lib.api.util import BackendHeight from gunicorn import util as gunicorn_util from gunicorn.arbiter import Arbiter from gunicorn.errors import AppImportError @@ -22,78 +20,53 @@ logger = logging.getLogger(config.LOGGER_NAME) -BACKEND_HEIGHT = None -CURRENT_BLOCK_TIME = None -REFRESH_BACKEND_HEIGHT_INTERVAL = 10 -BACKEND_HEIGHT_TIMER = None - -def is_server_ready(): - # TODO: find a way to mock this function for testing - try: - if request.url_root == "http://localhost:10009/": - return True - except RuntimeError: - pass - if BACKEND_HEIGHT is None: - return False - if util.CURRENT_BLOCK_INDEX in [BACKEND_HEIGHT, BACKEND_HEIGHT - 1]: - return True - if CURRENT_BLOCK_TIME is None: - return False - if time.time() - CURRENT_BLOCK_TIME < 60: - return True - return False - - -def refresh_current_block(db): - # update the current block index - global CURRENT_BLOCK_TIME # noqa F811 - last_block = ledger.get_last_block(db) - if last_block: - util.CURRENT_BLOCK_INDEX = last_block["block_index"] - CURRENT_BLOCK_TIME = last_block["block_time"] +def refresh_current_state(ledger_db, state_db): + util.CURRENT_BLOCK_INDEX = api_watcher.get_last_block_parsed(state_db) + util.CURRENT_BACKEND_HEIGHT = BackendHeight().get() + if util.CURRENT_BLOCK_INDEX: + last_block = ledger.get_block(ledger_db, util.CURRENT_BLOCK_INDEX) + if last_block: + util.CURRENT_BLOCK_TIME = last_block["block_time"] + else: + util.CURRENT_BLOCK_TIME = 0 else: + util.CURRENT_BLOCK_TIME = 0 util.CURRENT_BLOCK_INDEX = 0 - CURRENT_BLOCK_TIME = 0 - - -def refresh_backend_height(db, start=False): - global BACKEND_HEIGHT, BACKEND_HEIGHT_TIMER # noqa F811 - if not start: - BACKEND_HEIGHT = get_backend_height() - # print(f"BACKEND_HEIGHT: {BACKEND_HEIGHT} ({os.getpid()})") - refresh_current_block(db) - backend.addrindexrs.clear_raw_transactions_cache() - if not is_server_ready(): - if BACKEND_HEIGHT > util.CURRENT_BLOCK_INDEX: - logger.debug( - f"Counterparty is currently behind Bitcoin Core. ({util.CURRENT_BLOCK_INDEX} < {BACKEND_HEIGHT})" - ) - else: - logger.debug( - f"Bitcoin Core is currently behind the network. ({util.CURRENT_BLOCK_INDEX} > {BACKEND_HEIGHT})" - ) - else: - # starting the timer is not blocking in case of Addrindexrs is not ready - BACKEND_HEIGHT_TIMER = Timer(0.5, refresh_backend_height, (db,)) - BACKEND_HEIGHT_TIMER.start() - return - if BACKEND_HEIGHT_TIMER: - BACKEND_HEIGHT_TIMER.cancel() - BACKEND_HEIGHT_TIMER = Timer(REFRESH_BACKEND_HEIGHT_INTERVAL, refresh_backend_height, (db,)) - BACKEND_HEIGHT_TIMER.start() - - -def start_refresh_backend_height(timer_db, args): - # run the scheduler to refresh the backend height - # `no_refresh_backend_height` used only for testing. TODO: find a way to mock it - if "no_refresh_backend_height" not in args or not args["no_refresh_backend_height"]: - refresh_backend_height(timer_db, start=True) - else: - refresh_current_block(timer_db) - global BACKEND_HEIGHT # noqa F811 - BACKEND_HEIGHT = 0 + + backend.addrindexrs.clear_raw_transactions_cache() + + if util.CURRENT_BACKEND_HEIGHT > util.CURRENT_BLOCK_INDEX: + logger.debug( + f"Counterparty is currently behind Bitcoin Core. ({util.CURRENT_BLOCK_INDEX} < {util.CURRENT_BACKEND_HEIGHT})" + ) + elif util.CURRENT_BACKEND_HEIGHT < util.CURRENT_BLOCK_INDEX: + logger.debug( + f"Bitcoin Core is currently behind the network. ({util.CURRENT_BLOCK_INDEX} > {util.CURRENT_BACKEND_HEIGHT})" + ) + + +class NodeStatusCheckerThread(threading.Thread): + def __init__(self): + threading.Thread.__init__(self, name="NodeStatusChecker") + self.state_db = database.get_db_connection(config.STATE_DATABASE) + self.ledger_db = database.get_db_connection(config.DATABASE) + self.stop_event = threading.Event() + + def run(self): + logger.debug("Starting NodeStatusChecker thread...") + try: + while not self.stop_event.is_set(): + refresh_current_state(self.ledger_db, self.state_db) + self.stop_event.wait(timeout=1) + finally: + self.state_db.close() + self.ledger_db.close() + + def stop(self): + self.stop_event.set() + if self.is_alive(): + self.join() class GunicornArbiter(Arbiter): @@ -179,7 +152,9 @@ def __init__(self, app, args=None): self.application = app self.args = args self.arbiter = None - self.timer_db = None + self.ledger_db = None + self.state_db = None + self.current_state_thread = NodeStatusCheckerThread() super().__init__() def load_config(self): @@ -192,8 +167,7 @@ def load_config(self): self.cfg.set(key.lower(), value) def load(self): - self.timer_db = get_db_connection(config.API_DATABASE, read_only=True, check_wal=False) - start_refresh_backend_height(self.timer_db, self.args) + self.current_state_thread.start() return self.application def run(self): @@ -207,8 +181,7 @@ def run(self): def stop(self): logger.warning("Stopping Gunicorn") - if BACKEND_HEIGHT_TIMER: - BACKEND_HEIGHT_TIMER.cancel() + self.current_state_thread.stop() if self.arbiter: self.arbiter.kill_all_workers() @@ -217,14 +190,15 @@ class WerkzeugApplication: def __init__(self, app, args=None): self.app = app self.args = args - self.timer_db = get_db_connection(config.API_DATABASE, read_only=True, check_wal=False) + self.current_state_thread = NodeStatusCheckerThread() self.server = make_server(config.API_HOST, config.API_PORT, self.app, threaded=True) def run(self): - start_refresh_backend_height(self.timer_db, self.args) + self.current_state_thread.start() self.server.serve_forever() def stop(self): + self.current_state_thread.stop() self.server.shutdown() self.server.server_close() @@ -233,16 +207,17 @@ class WaitressApplication: def __init__(self, app, args=None): self.app = app self.args = args - self.timer_db = get_db_connection(config.API_DATABASE, read_only=True, check_wal=False) + self.current_state_thread = NodeStatusCheckerThread() self.server = waitress.server.create_server( self.app, host=config.API_HOST, port=config.API_PORT, threads=config.WAITRESS_THREADS ) def run(self): - start_refresh_backend_height(self.timer_db, self.args) + self.current_state_thread.start() self.server.run() def stop(self): + self.current_state_thread.stop() self.server.close() diff --git a/counterparty-core/counterpartycore/lib/backend/rsfetcher.py b/counterparty-core/counterpartycore/lib/backend/rsfetcher.py index 7e948c3f35..7ce7f7e30c 100644 --- a/counterparty-core/counterpartycore/lib/backend/rsfetcher.py +++ b/counterparty-core/counterpartycore/lib/backend/rsfetcher.py @@ -1,5 +1,3 @@ -import errno -import fcntl import logging import os import queue @@ -11,7 +9,7 @@ from counterparty_rs import indexer -from counterpartycore.lib import config, util +from counterpartycore.lib import config, exceptions, util logger = logging.getLogger(config.LOGGER_NAME) @@ -42,18 +40,27 @@ def __init__(self, indexer_config=None): "rpc_password": config.BACKEND_PASSWORD, "db_dir": config.FETCHER_DB, "log_file": config.FETCHER_LOG, - "log_level": config.LOG_LEVEL_STRING, "json_format": config.JSON_LOGS, + "only_write_in_reorg_window": True, } + if ( + isinstance(config.LOG_EXCLUDE_FILTERS, list) + and "RSFETCHER" in config.LOG_EXCLUDE_FILTERS + ): + self.config["log_level"] = "OFF" + elif isinstance(config.LOG_INCLUDE_FILTERS, list): + if "RSFETCHER" in config.LOG_INCLUDE_FILTERS: + self.config["log_level"] = config.LOG_LEVEL_STRING + else: + self.config["log_level"] = "OFF" + else: + self.config["log_level"] = config.LOG_LEVEL_STRING else: self.config = indexer_config self.config["network"] = config.NETWORK_NAME self.fetcher = None self.prefetch_task = None self.running = False - self.lock = threading.Lock() - self.lockfile_path = os.path.join(self.config["db_dir"], "rocksdb.lock") - self.lockfile = None # Initialize additional attributes self.executor = None @@ -63,76 +70,37 @@ def __init__(self, indexer_config=None): self.prefetch_queue_initialized = False self.next_height = 0 - def acquire_lockfile(self): - # Ensure the directory exists - os.makedirs(self.config["db_dir"], exist_ok=True) - logger.debug( - f"RSFetcher - Ensured that directory {self.config['db_dir']} exists for lockfile." - ) - - try: - fd = os.open(self.lockfile_path, os.O_CREAT | os.O_RDWR) - self.lockfile = os.fdopen(fd, "w") - fcntl.flock(self.lockfile, fcntl.LOCK_EX | fcntl.LOCK_NB) - logger.debug("RSFetcher - Lockfile acquired.") - except IOError as e: - if e.errno in (errno.EACCES, errno.EAGAIN): - logger.error( - f"RSFetcher - Another instance is running. Unable to acquire lockfile: {e}" - ) - raise RuntimeError("Failed to acquire lockfile.") from e - else: - logger.error(f"RSFetcher - Unexpected error acquiring lockfile: {e}") - raise - - def release_lockfile(self): - if self.lockfile: - if not self.lockfile.closed: - fcntl.flock(self.lockfile, fcntl.LOCK_UN) - self.lockfile.close() - os.remove(self.lockfile_path) - logger.debug("RSFetcher - Lockfile released.") - else: - logger.debug("RSFetcher - Lockfile was already closed.") - def start(self, start_height=0): logger.info("Starting RSFetcher thread...") - self.acquire_lockfile() - try: - self.config["start_height"] = start_height - self.next_height = start_height - self.fetcher = indexer.Indexer(self.config) - # check fetcher version - fetcher_version = self.fetcher.get_version() - logger.debug("Current Fetcher version: %s", fetcher_version) - if fetcher_version != config.__version__: - logger.error( - "Fetcher version mismatch. Expected: %s, Got: %s. Please re-compile `counterparty-rs`.", - config.__version__, - fetcher_version, - ) - raise ValueError( - f"Fetcher version mismatch {config.__version__} != {fetcher_version}." - ) - self.fetcher.start() - except Exception as e: - logger.error(f"Failed to initialize fetcher: {e}. Retrying in 5 seconds...") - raise e + + self.config["start_height"] = start_height + self.next_height = start_height + self.fetcher = indexer.Indexer(self.config) + # check fetcher version + fetcher_version = self.fetcher.get_version() + logger.debug("Current Fetcher version: %s", fetcher_version) + if fetcher_version != config.__version__: + error_message = f"Fetcher version mismatch. Expected: {config.__version__}, Got: {fetcher_version}. " + error_message += "Please re-compile `counterparty-rs`." + raise exceptions.InvalidVersion(error_message) + self.fetcher.start() + # prefetching self.stopped_event.clear() # Clear the stop event self.prefetch_queue = queue.Queue(maxsize=PREFETCH_QUEUE_SIZE) # Reset the queue - self.executor = ThreadPoolExecutor(max_workers=WORKER_THREADS) + self.executor = ThreadPoolExecutor( + max_workers=WORKER_THREADS, thread_name_prefix="RSFetcher.Prefetcher" + ) self.prefetch_task = self.executor.submit(self.prefetch_blocks) self.prefetch_queue_initialized = False - def get_block(self): + def get_block(self, retry=0): logger.trace("Fetching block with Rust backend.") block = self.get_prefetched_block() if block is None: - # Fetcher has been stopped, handle accordingly - logger.debug("No block retrieved. Fetcher might have stopped.") - return None # Handle as appropriate for your application + # handled in blocks.catch_up() + return None # Handle potentially out-of-order blocks if block["height"] != self.next_height: @@ -198,7 +166,7 @@ def prefetch_blocks(self): except queue.Full: logger.debug("Prefetch queue is full; waiting...") time.sleep(0.1) - else: + elif not self.stopped_event.is_set(): logger.debug("No block fetched. Waiting before next fetch.") # Use Event's wait method instead of time.sleep for better responsiveness self.stopped_event.wait(timeout=random.uniform(0.2, 0.7)) # noqa: S311 @@ -234,7 +202,6 @@ def stop(self): finally: self.fetcher = None self.prefetch_task = None - self.release_lockfile() logger.info("RSFetcher thread stopped.") def restart(self): diff --git a/counterparty-core/counterpartycore/lib/blocks.py b/counterparty-core/counterpartycore/lib/blocks.py index 163da4a37c..e97f54a85d 100644 --- a/counterparty-core/counterpartycore/lib/blocks.py +++ b/counterparty-core/counterpartycore/lib/blocks.py @@ -10,6 +10,7 @@ import logging # noqa: E402 import os import struct +import sys import time from datetime import timedelta @@ -103,11 +104,41 @@ MAINNET_BURNS[line["tx_hash"]] = line +def update_transaction(db, tx, supported): + ledger.add_to_journal( + db, + tx["block_index"], + "parse", + "transactions", + "TRANSACTION_PARSED", + { + "tx_index": tx["tx_index"], + "tx_hash": tx["tx_hash"], + "supported": supported, + }, + ) + + if not supported: + cursor = db.cursor() + cursor.execute( + """UPDATE transactions \ + SET supported=$supported \ + WHERE tx_hash=$tx_hash""", + {"supported": False, "tx_hash": tx["tx_hash"]}, + ) + if tx["block_index"] != config.MEMPOOL_BLOCK_INDEX: + logger.info(f"Unsupported transaction: hash {tx['tx_hash']}; data {tx['data']}") + cursor.close() + + def parse_tx(db, tx): util.CURRENT_TX_HASH = tx["tx_hash"] """Parse the transaction, return True for success.""" cursor = db.cursor() + supported = True + moved = False + try: with db: if tx["data"] and len(tx["data"]) > 1: @@ -126,17 +157,14 @@ def parse_tx(db, tx): attach.ID, detach.ID, ]: - move.move_assets(db, tx) - - if not tx["source"]: # utxos move only - return + moved = move.move_assets(db, tx) - # Only one source and one destination allowed for now. - if len(tx["source"].split("-")) > 1: + if ( + not tx["source"] + or len(tx["source"].split("-")) > 1 + or (tx["destination"] and len(tx["destination"].split("-")) > 1) + ): return - if tx["destination"]: - if len(tx["destination"].split("-")) > 1: - return # Burns. if tx["destination"] == config.UNSPENDABLE: @@ -146,8 +174,6 @@ def parse_tx(db, tx): # Protocol change. rps_enabled = tx["block_index"] >= 308500 or config.TESTNET or config.REGTEST - supported = True - if message_type_id == send.ID: send.parse(db, tx, message) elif message_type_id == enhanced_send.ID and util.enabled( @@ -224,51 +250,20 @@ def parse_tx(db, tx): else: supported = False - ledger.add_to_journal( - db, - tx["block_index"], - "parse", - "transactions", - "TRANSACTION_PARSED", - { - "tx_index": tx["tx_index"], - "tx_hash": tx["tx_hash"], - "supported": supported, - }, - ) - - if not supported: - cursor.execute( - """UPDATE transactions \ - SET supported=$supported \ - WHERE tx_hash=$tx_hash""", - {"supported": False, "tx_hash": tx["tx_hash"]}, - ) - if tx["block_index"] != config.MEMPOOL_BLOCK_INDEX: - logger.info( - f"Unsupported transaction: hash {tx['tx_hash']}; ID: {message_type_id}; data {tx['data']}" - ) - cursor.close() - util.CURRENT_TX_HASH = None - return False - # if attach or detach we move assets after parsing if util.enabled("spend_utxo_to_detach") and message_type_id == attach.ID: - move.move_assets(db, tx) + moved = move.move_assets(db, tx) - # NOTE: for debugging (check asset conservation after every `N` transactions). - # if not tx['tx_index'] % N: - # check.asset_conservation(db) - util.CURRENT_TX_HASH = None - return True except Exception as e: - # import traceback - # print(traceback.format_exc()) raise exceptions.ParseTransactionError(f"{e}") from e finally: cursor.close() + supported = supported or moved + update_transaction(db, tx, supported) util.CURRENT_TX_HASH = None + return supported + def replay_transactions_events(db, transactions): cursor = db.cursor() @@ -286,6 +281,7 @@ def replay_transactions_events(db, transactions): "fee": tx["fee"], "data": tx["data"], "utxos_info": tx["utxos_info"], + "transaction_type": tx["transaction_type"], } ledger.add_to_journal( db, @@ -433,6 +429,35 @@ def parse_block( return None, None, None +def update_transaction_type(db): + start = time.time() + logger.info("Updating `transaction_type` column in `transactions` table...") + + with db: + cursor = db.cursor() + cursor.execute("ALTER TABLE transactions ADD COLUMN transaction_type TEXT") + cursor.execute( + "SELECT tx_index, destination, block_index, data, supported FROM transactions" + ) + counter = 0 + for tx in cursor.fetchall(): + transaction_type = "unknown" + if tx["supported"]: + transaction_type = message_type.get_transaction_type( + tx["data"], tx["destination"], tx["block_index"] + ) + + cursor.execute( + "UPDATE transactions SET transaction_type = ? WHERE tx_index = ?", + (transaction_type, tx["tx_index"]), + ) + counter += 1 + if counter % 500000 == 0: + logger.trace(f"Updated {counter} transactions") + + logger.info(f"Updated {counter} transactions in {time.time() - start:.2f} seconds") + + def initialise(db): """Initialise data, create and populate the database.""" logger.info("Initializing database...") @@ -442,6 +467,8 @@ def initialise(db): cursor.execute("DROP VIEW IF EXISTS all_expirations") cursor.execute("DROP VIEW IF EXISTS all_holders") + database.init_config_table(db) + # remove misnamed indexes database.drop_indexes( cursor, @@ -459,6 +486,12 @@ def initialise(db): "addresses_idx", "block_index_message_index_idx", "asset_longname_idx", + "blocks_block_index_idx", + "transactions_block_index_idx", + "transactions_tx_index_idx", + "balances_address_idx", + "balances_utxo_idx", + "messages_block_index_idx", ], ) @@ -508,8 +541,8 @@ def initialise(db): cursor, "blocks", [ - ["block_index"], ["block_index", "block_hash"], + ["ledger_hash"], ], ) @@ -537,6 +570,7 @@ def initialise(db): data BLOB, supported BOOL DEFAULT 1, utxos_info TEXT, + transaction_type TEXT, FOREIGN KEY (block_index, block_hash) REFERENCES blocks(block_index, block_hash), PRIMARY KEY (tx_index, tx_hash, block_index)) """ @@ -548,16 +582,18 @@ def initialise(db): if "utxos_info" not in transactions_columns: cursor.execute("""ALTER TABLE transactions ADD COLUMN utxos_info TEXT""") + if "transaction_type" not in transactions_columns: + update_transaction_type(db) + database.create_indexes( cursor, "transactions", [ - ["block_index"], - ["tx_index"], ["tx_hash"], ["block_index", "tx_index"], ["tx_index", "tx_hash", "block_index"], ["source"], + ["transaction_type"], ], ) @@ -664,11 +700,10 @@ def initialise(db): [ ["address", "asset"], ["utxo", "asset"], - ["address"], + ["address", "utxo", "asset"], ["asset"], ["block_index"], ["quantity"], - ["utxo"], ["utxo_address"], ], ) @@ -814,12 +849,15 @@ def initialise(db): category TEXT, bindings TEXT, timestamp INTEGER, - event TEXT) + event TEXT, + addresses TEXT) """ ) columns = [column["name"] for column in cursor.execute("""PRAGMA table_info(mempool)""")] if "event" not in columns: cursor.execute("""ALTER TABLE mempool ADD COLUMN event TEXT""") + if "addresses" not in columns: + cursor.execute("""ALTER TABLE mempool ADD COLUMN addresses TEXT""") create_views(db) @@ -1018,6 +1056,7 @@ def list_tx(db, block_hash, block_index, block_time, tx_hash, tx_index, decoded_ "fee": fee, "data": data, "utxos_info": " ".join(utxos_info), + "transaction_type": message_type.get_transaction_type(data, destination, block_index), } ledger.insert_record(db, "transactions", transaction_bindings, "NEW_TRANSACTION") @@ -1086,11 +1125,14 @@ def rebuild_database(db, include_transactions=True): initialise(db) -def rollback(db, block_index=0): +def rollback(db, block_index=0, force=False): + if not force and block_index > util.CURRENT_BLOCK_INDEX: + logger.debug("Block index is higher than current block index. No need to reparse.") + return block_index = max(block_index, config.BLOCK_FIRST) # clean all tables - step = f"Rolling database back to Block {block_index}..." - done_message = f"Database rolled back to Block {block_index} ({{}}s)" + step = f"Rolling Ledger DB back to block {block_index}..." + done_message = f"Ledger DB rolled back to block {block_index} ({{}}s)" with log.Spinner(step, done_message): if block_index == config.BLOCK_FIRST: rebuild_database(db) @@ -1132,7 +1174,7 @@ def reparse(db, block_index=0): return cursor = db.cursor() # clean all tables except assets' blocks', 'transaction_outputs' and 'transactions' - with log.Spinner(f"Rolling database back to Block {block_index}..."): + with log.Spinner(f"Rolling database back to block {block_index}..."): clean_messages_tables(db, block_index=block_index) step = "Recalculating consensus hashes..." @@ -1149,7 +1191,7 @@ def reparse(db, block_index=0): block_parsed_count = 0 count_query = "SELECT COUNT(*) AS cnt FROM blocks WHERE block_index >= ?" block_count = cursor.execute(count_query, (block_index,)).fetchone()["cnt"] - step = f"Reparsing blocks from Block {block_index}..." + step = f"Reparsing blocks from block {block_index}..." message = "" with log.Spinner(step) as spinner: cursor.execute( @@ -1249,7 +1291,7 @@ def parse_new_block(db, decoded_block, tx_index=None): raw_current_block = backend.bitcoind.getblock(current_block_hash) decoded_block = deserialize.deserialize_block(raw_current_block, use_txid=True) - logger.warning("Blockchain reorganization detected at Block %s.", previous_block_index) + logger.warning("Blockchain reorganization detected at block %s.", previous_block_index) # rollback to the previous block rollback(db, block_index=previous_block_index + 1) util.CURRENT_BLOCK_INDEX = previous_block_index + 1 @@ -1329,7 +1371,7 @@ def rollback_empty_block(db): logger.warning( f"Ledger hashes are empty from block {block['block_index']}. Rolling back..." ) - rollback(db, block_index=block["block_index"]) + rollback(db, block_index=block["block_index"], force=True) def check_database_version(db): @@ -1352,86 +1394,99 @@ def check_database_version(db): database.update_version(db) +def start_rsfetcher(): + fetcher = rsfetcher.RSFetcher() + try: + fetcher.start(util.CURRENT_BLOCK_INDEX + 1) + except exceptions.InvalidVersion as e: + logger.error(e) + sys.exit(1) + except Exception: + logger.warning("Failed to start RSFetcher. Retrying in 5 seconds...") + time.sleep(5) + return start_rsfetcher() + return fetcher + + def catch_up(db, check_asset_conservation=True): logger.info("Catching up...") - util.BLOCK_PARSER_STATUS = "catching up" - # update the current block index - util.CURRENT_BLOCK_INDEX = ledger.last_db_index(db) - if util.CURRENT_BLOCK_INDEX == 0: - logger.info("New database.") - util.CURRENT_BLOCK_INDEX = config.BLOCK_FIRST - 1 + fetcher = None - # Get block count. - block_count = backend.bitcoind.getblockcount() + try: + util.BLOCK_PARSER_STATUS = "catching up" + # update the current block index + util.CURRENT_BLOCK_INDEX = ledger.last_db_index(db) + if util.CURRENT_BLOCK_INDEX == 0: + logger.info("New database.") + util.CURRENT_BLOCK_INDEX = config.BLOCK_FIRST - 1 - # Wait for bitcoind to catch up at least one block after util.CURRENT_BLOCK_INDEX - if backend.bitcoind.get_blocks_behind() > 0 and block_count <= util.CURRENT_BLOCK_INDEX: - backend.bitcoind.wait_for_block(util.CURRENT_BLOCK_INDEX + 1) + # Get block count. block_count = backend.bitcoind.getblockcount() - # Get index of last transaction. - tx_index = get_next_tx_index(db) - - start_time = time.time() - parsed_blocks = 0 - fetcher = None + # Wait for bitcoind to catch up at least one block after util.CURRENT_BLOCK_INDEX + if backend.bitcoind.get_blocks_behind() > 0 and block_count <= util.CURRENT_BLOCK_INDEX: + backend.bitcoind.wait_for_block(util.CURRENT_BLOCK_INDEX + 1) + block_count = backend.bitcoind.getblockcount() - while util.CURRENT_BLOCK_INDEX < block_count: - # Get block information and transactions - fetch_time_start = time.time() - if fetcher is None: - fetcher = rsfetcher.RSFetcher() - fetcher.start(util.CURRENT_BLOCK_INDEX + 1) - - retry = 0 - decoded_block = fetcher.get_block() - while decoded_block is None: - retry += 1 - if retry > 5: - raise exceptions.RSFetchError("RSFetcher returned None too many times.") - logger.warning("RSFetcher returned None. Trying again in 5 seconds...") - time.sleep(5) - fetcher.stop() - fetcher = rsfetcher.RSFetcher() - fetcher.start(util.CURRENT_BLOCK_INDEX + 1) - decoded_block = fetcher.get_block() + # Get index of last transaction. + tx_index = get_next_tx_index(db) - block_height = decoded_block.get("height") - fetch_time_end = time.time() - fetch_duration = fetch_time_end - fetch_time_start - logger.debug(f"Block {block_height} fetched. ({fetch_duration:.6f}s)") + start_time = time.time() + parsed_blocks = 0 - # Check for gaps in the blockchain - assert block_height <= util.CURRENT_BLOCK_INDEX + 1 + while util.CURRENT_BLOCK_INDEX < block_count: + # Get block information and transactions + fetch_time_start = time.time() + if fetcher is None: + fetcher = start_rsfetcher() - # Parse the current block - tx_index, parsed_block_index = parse_new_block(db, decoded_block, tx_index=tx_index) - # check if the parsed block is the expected one - # if not that means a reorg happened - if parsed_block_index < block_height: - fetcher.stop() - fetcher = rsfetcher.RSFetcher() - fetcher.start(util.CURRENT_BLOCK_INDEX + 1) - else: - assert parsed_block_index == block_height - mempool.clean_mempool(db) - - parsed_blocks += 1 - formatted_duration = util.format_duration(time.time() - start_time) - logger.debug( - f"Block {util.CURRENT_BLOCK_INDEX}/{block_count} parsed, for {parsed_blocks} blocks in {formatted_duration}." - ) + retry = 0 + decoded_block = fetcher.get_block() + while decoded_block is None: + retry += 1 + if retry > 5: + raise exceptions.RSFetchError("RSFetcher returned None too many times.") + logger.warning("RSFetcher returned None. Trying again in 5 seconds...") + time.sleep(5) + fetcher.stop() + fetcher = start_rsfetcher() + decoded_block = fetcher.get_block() + + block_height = decoded_block.get("height") + fetch_time_end = time.time() + fetch_duration = fetch_time_end - fetch_time_start + logger.debug(f"Block {block_height} fetched. ({fetch_duration:.6f}s)") + + # Check for gaps in the blockchain + assert block_height <= util.CURRENT_BLOCK_INDEX + 1 + + # Parse the current block + tx_index, parsed_block_index = parse_new_block(db, decoded_block, tx_index=tx_index) + # check if the parsed block is the expected one + # if not that means a reorg happened + if parsed_block_index < block_height: + fetcher.stop() + fetcher = start_rsfetcher() + else: + assert parsed_block_index == block_height + mempool.clean_mempool(db) - # Refresh block count. - if util.CURRENT_BLOCK_INDEX == block_count: - # if bitcoind is catching up, wait for the next block - if backend.bitcoind.get_blocks_behind() > 0: - backend.bitcoind.wait_for_block(util.CURRENT_BLOCK_INDEX + 1) - block_count = backend.bitcoind.getblockcount() + parsed_blocks += 1 + formatted_duration = util.format_duration(time.time() - start_time) + logger.debug( + f"Block {util.CURRENT_BLOCK_INDEX}/{block_count} parsed, for {parsed_blocks} blocks in {formatted_duration}." + ) - if fetcher is not None: - fetcher.stop() + # Refresh block count. + if util.CURRENT_BLOCK_INDEX == block_count: + # if bitcoind is catching up, wait for the next block + if backend.bitcoind.get_blocks_behind() > 0: + backend.bitcoind.wait_for_block(util.CURRENT_BLOCK_INDEX + 1) + block_count = backend.bitcoind.getblockcount() + finally: + if fetcher is not None: + fetcher.stop() logger.info("Catch up complete.") diff --git a/counterparty-core/counterpartycore/lib/config.py b/counterparty-core/counterpartycore/lib/config.py index 3e9c1fe533..aa1eadcec5 100644 --- a/counterparty-core/counterpartycore/lib/config.py +++ b/counterparty-core/counterpartycore/lib/config.py @@ -5,7 +5,7 @@ # Semantic Version -__version__ = "10.7.4" # for hatch +__version__ = "10.8.0-rc.1" # for hatch VERSION_STRING = __version__ version = VERSION_STRING.split("-")[0].split(".") VERSION_MAJOR = int(version[0]) @@ -20,8 +20,14 @@ # Fo example: # NEED_REPARSE_IF_MINOR_IS_LESS_THAN = (1, 800000) # means that we need to reparse from block 800000 if database minor version is less than 1 -NEED_REPARSE_IF_MINOR_IS_LESS_THAN = [(3, 0), (5, 865999), (6, 867000), (7, 869900)] -NEED_REPARSE_IF_MINOR_IS_LESS_THAN_TESTNET = [(3, 0), (5, 2925799), (6, 2925799), (7, 2925799)] +NEED_REPARSE_IF_MINOR_IS_LESS_THAN = [(3, 0), (5, 865999), (6, 867000), (7, 869900), (8, 871780)] +NEED_REPARSE_IF_MINOR_IS_LESS_THAN_TESTNET = [ + (3, 0), + (5, 2925799), + (6, 2925799), + (7, 2925799), + (8, 3522632), +] # Counterparty protocol TXTYPE_FORMAT = ">I" SHORT_TXTYPE_FORMAT = "B" @@ -186,3 +192,5 @@ LOG_IN_CONSOLE = False DEFAULT_DB_CONNECTION_POOL_SIZE = 10 + +DEFAULT_UTXO_VALUE = 10000 diff --git a/counterparty-core/counterpartycore/lib/database.py b/counterparty-core/counterpartycore/lib/database.py index 5e8b6ee471..64598847e9 100644 --- a/counterparty-core/counterpartycore/lib/database.py +++ b/counterparty-core/counterpartycore/lib/database.py @@ -56,8 +56,8 @@ def get_db_connection(db_file, read_only=True, check_wal=False): if hasattr(config, "DATABASE") and db_file == config.DATABASE: db_file_name = "Ledger DB" - elif hasattr(config, "API_DATABASE") and db_file == config.API_DATABASE: - db_file_name = "API DB" + elif hasattr(config, "STATE_DATABASE") and db_file == config.STATE_DATABASE: + db_file_name = "State DB" else: db_file_name = db_file if hasattr(logger, "trace"): @@ -142,14 +142,14 @@ def close(self): db.close() -class DBConnectionPool(APSWConnectionPool, metaclass=util.SingletonMeta): +class LedgerDBConnectionPool(APSWConnectionPool, metaclass=util.SingletonMeta): def __init__(self): super().__init__(config.DATABASE, "Ledger DB") -class APIDBConnectionPool(APSWConnectionPool, metaclass=util.SingletonMeta): +class StateDBConnectionPool(APSWConnectionPool, metaclass=util.SingletonMeta): def __init__(self): - super().__init__(config.API_DATABASE, "API DB") + super().__init__(config.STATE_DATABASE, "API DB") def initialise_db(): @@ -217,10 +217,6 @@ def version(db): def init_config_table(db): cursor = db.cursor() - query = "SELECT name FROM sqlite_master WHERE type='table' AND name='config'" - if len(list(cursor.execute(query))) == 1: - return - sql = """ CREATE TABLE IF NOT EXISTS config ( name TEXT PRIMARY KEY, @@ -232,13 +228,11 @@ def init_config_table(db): def set_config_value(db, name, value): - init_config_table(db) cursor = db.cursor() cursor.execute("INSERT OR REPLACE INTO config (name, value) VALUES (?, ?)", (name, value)) def get_config_value(db, name): - init_config_table(db) cursor = db.cursor() cursor.execute("SELECT value FROM config WHERE name = ?", (name,)) rows = cursor.fetchall() @@ -271,8 +265,8 @@ def optimize(db): def close(db): logger.info("Closing database connections...") - db.close() - DBConnectionPool().close() + LedgerDBConnectionPool().close() + db.close() # always close connection with write access last def field_is_pk(cursor, table, field): diff --git a/counterparty-core/counterpartycore/lib/deserialize.py b/counterparty-core/counterpartycore/lib/deserialize.py index d5c621a03d..c24eda7588 100644 --- a/counterparty-core/counterpartycore/lib/deserialize.py +++ b/counterparty-core/counterpartycore/lib/deserialize.py @@ -58,15 +58,21 @@ def read_transaction(vds, use_txid=True): offset_before_tx_witnesses = vds.read_cursor - start_pos for vin in transaction["vin"]: # noqa: B007 witnesses_count = vds.read_compact_size() - for i in range(witnesses_count): # noqa: B007 - witness_length = vds.read_compact_size() - witness = vds.read_bytes(witness_length) - transaction["vtxinwit"].append(witness) + if witnesses_count == 0: + transaction["vtxinwit"].append([]) + else: + vin_witnesses = [] + for i in range(witnesses_count): # noqa: B007 + witness_length = vds.read_compact_size() + witness = vds.read_bytes(witness_length) + vin_witnesses.append(witness) + transaction["vtxinwit"].append(vin_witnesses) transaction["lock_time"] = vds.read_uint32() data = vds.input[start_pos : vds.read_cursor] transaction["tx_hash"] = ib2h(double_hash(data)) + transaction["tx_id"] = transaction["tx_hash"] if transaction["segwit"]: hash_data = data[:4] + data[6:offset_before_tx_witnesses] + data[-4:] transaction["tx_id"] = ib2h(double_hash(hash_data)) diff --git a/counterparty-core/counterpartycore/lib/follow.py b/counterparty-core/counterpartycore/lib/follow.py index e328746316..9ff8e990fb 100644 --- a/counterparty-core/counterpartycore/lib/follow.py +++ b/counterparty-core/counterpartycore/lib/follow.py @@ -63,9 +63,7 @@ def get_zmq_notifications_addresses(): def start_blockchain_watcher(db): try: - follower_daemon = BlockchainWatcher(db) - follower_daemon.start() - return follower_daemon + return BlockchainWatcher(db) except exceptions.BitcoindZMQError as e: logger.error(e) logger.warning("Sleeping 5 seconds, catching up again, then retrying...") @@ -220,9 +218,18 @@ async def receive_multipart(self, socket, topic_name): capture_exception(e) raise e + def is_late(self): + last_parsed_block = ledger.get_last_block(self.db) + if last_parsed_block: + last_parsed_block_index = last_parsed_block["block_index"] + bitcoind_block_index = backend.bitcoind.getblockcount() + return last_parsed_block_index < bitcoind_block_index + return False + async def handle(self): self.check_software_version_if_needed() util.BLOCK_PARSER_STATUS = "following" + late_since = None while True: try: @@ -231,10 +238,20 @@ async def handle(self): await self.receive_multipart(self.zmq_sub_socket_sequence, "sequence") # check rawblock topic check_block_delay = 10 if config.NETWORK_NAME == "mainnet" else 0.5 + if time.time() - self.last_block_check_time > check_block_delay: await self.receive_multipart(self.zmq_sub_socket_rawblock, "rawblock") self.last_block_check_time = time.time() + if self.is_late() and late_since is None: + late_since = time.time() + else: + late_since = None + if late_since is not None and time.time() - late_since > 60: + logger.warning("ZMQ is late. Catching up...") + blocks.catch_up(self.db, check_asset_conservation=False) + late_since = None + # Yield control to the event loop to allow other tasks to run await asyncio.sleep(0) except asyncio.CancelledError: @@ -255,13 +272,8 @@ def stop(self): logger.debug("Stopping blockchain watcher...") # Cancel the handle task self.task.cancel() - try: - # Run the event loop until the task has been cancelled - self.loop.run_until_complete(self.task) - except asyncio.CancelledError: - logger.debug("BlockchainWatcher.handle() cancelled successfully.") - # Stop and close the event loop self.loop.stop() self.loop.close() # Clean up ZMQ context self.zmq_context.destroy() + logger.debug("Blockchain watcher stopped.") diff --git a/counterparty-core/counterpartycore/lib/gettxinfo.py b/counterparty-core/counterpartycore/lib/gettxinfo.py index e35f32e885..2eae2f109d 100644 --- a/counterparty-core/counterpartycore/lib/gettxinfo.py +++ b/counterparty-core/counterpartycore/lib/gettxinfo.py @@ -1,6 +1,7 @@ import binascii import logging import struct +from io import BytesIO from counterpartycore.lib import arc4, backend, config, ledger, message_type, script, util from counterpartycore.lib.exceptions import BTCOnlyError, DecodeError @@ -146,7 +147,8 @@ def get_vin_info(vin): if "value" in vin: return vin["value"], vin["script_pub_key"], vin["is_segwit"] - # Note: We don't know what block the `vin` is in, and the block might have been from a while ago, so this call may not hit the cache. + # Note: We don't know what block the `vin` is in, and the block might + # have been from a while ago, so this call may not hit the cache. vin_ctx = backend.bitcoind.get_decoded_transaction(vin["hash"]) is_segwit = len(vin_ctx["vtxinwit"]) > 0 @@ -155,11 +157,151 @@ def get_vin_info(vin): return vout["value"], vout["script_pub_key"], is_segwit +def is_valid_der(der): + if not isinstance(der, bytes): + return False + try: + s = BytesIO(der) + compound = s.read(1)[0] + if compound != 0x30: + return False + length = s.read(1)[0] + if length + 2 != len(der): + return False + marker = s.read(1)[0] + if marker != 0x02: + return False + rlength = s.read(1)[0] + _r = int(s.read(rlength).hex(), 16) + marker = s.read(1)[0] + if marker != 0x02: + return False + slength = s.read(1)[0] + s = int(s.read(slength).hex(), 16) + if len(der) != 6 + rlength + slength: + return False + return True + except Exception: + return False + + +def is_valid_schnorr(schnorr): + p = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F + n = 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEBAAEDCE6AF48A03BBFD25E8CD0364141 + + if not isinstance(schnorr, bytes): + return False + if len(schnorr) not in [64, 65]: + return False + if len(schnorr) == 65: + schnorr = schnorr[:-1] + try: + r = int.from_bytes(schnorr[0:32], byteorder="big") + s = int.from_bytes(schnorr[32:64], byteorder="big") + except Exception: + return False + if (r >= p) or (s >= n): + return False + return True + + +def get_der_signature_sighash_flag(value): + if is_valid_der(value[:-1]): + return value[-1:] + return None + + +def get_schnorr_signature_sighash_flag(value): + if is_valid_schnorr(value): + if len(value) == 65: + return value[-1:] + return b"\x01" # SIGHASH_ALL + + +def collect_sighash_flags(script_sig, witnesses): + flags = [] + + # P2PK, P2PKH, P2MS + if script_sig != b"": + asm = script.script_to_asm(script_sig) + for item in asm: + flag = get_der_signature_sighash_flag(item) + if flag is not None: + flags.append(flag) + + if len(witnesses) == 0: + return flags + + witnesses = [ + binascii.unhexlify(witness) if isinstance(witness, str) else witness + for witness in witnesses + ] + + # P2WPKH + if len(witnesses) == 2: + flag = get_der_signature_sighash_flag(witnesses[0]) + if flag is not None: + flags.append(flag) + return flags + + # P2TR key path spend + if len(witnesses) == 1: + flag = get_schnorr_signature_sighash_flag(witnesses[0]) + if flag is not None: + flags.append(flag) + return flags + + # Other cases + if len(witnesses) >= 3: + for item in witnesses: + flag = get_schnorr_signature_sighash_flag(item) or get_der_signature_sighash_flag(item) + if flag is not None: + flags.append(flag) + return flags + + return flags + + +class SighashFlagError(DecodeError): + pass + + +# known transactions with invalid SIGHASH flag +SIGHASH_FLAG_TRANSACTION_WHITELIST = [ + "c8091f1ef768a2f00d48e6d0f7a2c2d272a5d5c8063db78bf39977adcb12e103" +] + + +def check_signatures_sighash_flag(decoded_tx): + if decoded_tx["tx_id"] in SIGHASH_FLAG_TRANSACTION_WHITELIST: + return + + script_sig = decoded_tx["vin"][0]["script_sig"] + witnesses = [] + if decoded_tx["segwit"]: + witnesses = decoded_tx["vtxinwit"][0] + + flags = collect_sighash_flags(script_sig, witnesses) + + if len(flags) == 0: + error = f"impossible to determine SIGHASH flag for transaction {decoded_tx['tx_id']}" + logger.debug(error) + raise SighashFlagError(error) + + # first input must be signed with SIGHASH_ALL or SIGHASH_ALL|SIGHASH_ANYONECANPAY + authorized_flags = [b"\x01", b"\x81"] + for flag in flags: + if flag not in authorized_flags: + error = f"invalid SIGHASH flag for transaction {decoded_tx['tx_id']}" + logger.debug(error) + raise SighashFlagError(error) + + def get_transaction_sources(decoded_tx): sources = [] outputs_value = 0 - for vin in decoded_tx["vin"][:]: # Loop through inputs. + for vin in decoded_tx["vin"]: # Loop through inputs. vout_value, script_pubkey, _is_segwit = get_vin_info(vin) outputs_value += vout_value @@ -336,8 +478,7 @@ def parse_transaction_vouts(decoded_tx): else: if new_destination: # Change. break - else: # Data. - data += new_data + data += new_data # Data. return destinations, btc_amount, fee, data, potential_dispensers @@ -395,6 +536,8 @@ def get_tx_info_new(db, decoded_tx, block_index, p2sh_is_segwit=False, composing # Collect all (unique) source addresses. # if we haven't found them yet if p2sh_encoding_source is None: + if not composing: + check_signatures_sighash_flag(decoded_tx) sources, outputs_value = get_transaction_sources(decoded_tx) if not fee_added: fee += outputs_value @@ -525,7 +668,7 @@ def get_tx_info_legacy(decoded_tx, block_index): return source, destination, btc_amount, fee, data, [] -def _get_tx_info(db, decoded_tx, block_index, p2sh_is_segwit=False): +def _get_tx_info(db, decoded_tx, block_index, p2sh_is_segwit=False, composing=False): """Get the transaction info. Calls one of two subfunctions depending on signature type.""" if not block_index: block_index = util.CURRENT_BLOCK_INDEX @@ -536,12 +679,14 @@ def _get_tx_info(db, decoded_tx, block_index, p2sh_is_segwit=False): decoded_tx, block_index, p2sh_is_segwit=p2sh_is_segwit, + composing=composing, ) elif util.enabled("multisig_addresses", block_index=block_index): # Protocol change. return get_tx_info_new( db, decoded_tx, block_index, + composing=composing, ) else: return get_tx_info_legacy(decoded_tx, block_index) @@ -595,58 +740,59 @@ def get_op_return_vout(decoded_tx): return None +KNOWN_SOURCES = { + "92ad58f5aa35c503489efbdd2a466e942baa9ac5cd67cb7544adf03e47a457d0": "a71da7169db3672408c7b25f84be425839548e63fa480c0478f91e3c2aa3ec67:0" +} + + def get_utxos_info(db, decoded_tx): op_return_vout = get_op_return_vout(decoded_tx) + if decoded_tx["tx_id"] in KNOWN_SOURCES: + sources = KNOWN_SOURCES[decoded_tx["tx_id"]] + else: + sources = ",".join(get_inputs_with_balance(db, decoded_tx)) return [ - ",".join(get_inputs_with_balance(db, decoded_tx)), # sources + sources, # sources get_first_non_op_return_output(decoded_tx) or "", # destination str(len(decoded_tx["vout"])), # number of outputs - str(op_return_vout) if op_return_vout else "", # op_return output + str(op_return_vout) if op_return_vout is not None else "", # op_return output ] -def get_utxos_info_old(db, decoded_tx): - """ - Get the UTXO move info. - Returns a list of UTXOs. Last UTXO is the destination, previous UTXOs are the sources. - """ - sources = [] - # we check that each vin does not contain assets.. - for vin in decoded_tx["vin"]: - if isinstance(vin["hash"], str): - vin_hash = vin["hash"] - else: - vin_hash = inverse_hash(binascii.hexlify(vin["hash"]).decode("utf-8")) - utxo = vin_hash + ":" + str(vin["n"]) - if ledger.utxo_has_balance(db, utxo): - sources.append(utxo) - destination = None - # the destination is the first non-OP_RETURN vout - n = select_utxo_destination(decoded_tx["vout"]) - if n is not None: - destination = decoded_tx["tx_hash"] + ":" + str(n) - return sources + [destination] - return [] +def update_utxo_balances_cache(db, utxos_info, data, destination, block_index): + if util.enabled("utxo_support", block_index=block_index) and not util.PARSING_MEMPOOL: + transaction_type = message_type.get_transaction_type(data, destination, block_index) + if utxos_info[0] != "": + # always remove from cache inputs with balance + ledger.UTXOBalancesCache(db).remove_balance(utxos_info[0]) + # add to cache the destination if it's not a detach + if utxos_info[1] != "" and transaction_type != "detach": + ledger.UTXOBalancesCache(db).add_balance(utxos_info[1]) + elif utxos_info[1] != "" and transaction_type == "attach": + # add to cache the destination if it's an attach + ledger.UTXOBalancesCache(db).add_balance(utxos_info[1]) -def get_tx_info(db, decoded_tx, block_index): +def get_tx_info(db, decoded_tx, block_index, composing=False): """Get the transaction info. Returns normalized None data for DecodeError and BTCOnlyError.""" + data, destination, utxos_info = None, None, [] + if util.enabled("utxo_support", block_index=block_index): - # utxos_info is a space-separated list of UTXOs, last element is the destination, - # the rest are the inputs with a balance + # utxos_info contains sources (inputs with balances), + # destination (first non-OP_RETURN output), + # number of outputs and the OP_RETURN index utxos_info = get_utxos_info(db, decoded_tx) - # update utxo balances cache before parsing the transaction - # to catch chained utxo moves - if utxos_info[0] != "" and utxos_info[1] != "" and not util.PARSING_MEMPOOL: - ledger.UTXOBalancesCache(db).add_balance(utxos_info[1]) - else: - utxos_info = [] + try: source, destination, btc_amount, fee, data, dispensers_outs = _get_tx_info( - db, decoded_tx, block_index + db, decoded_tx, block_index, composing=composing ) return source, destination, btc_amount, fee, data, dispensers_outs, utxos_info except DecodeError as e: # noqa: F841 return b"", None, None, None, None, None, utxos_info except BTCOnlyError as e: # noqa: F841 return b"", None, None, None, None, None, utxos_info + finally: + # update utxo balances cache before parsing the transaction + # to catch chained utxo moves + update_utxo_balances_cache(db, utxos_info, data, destination, block_index) diff --git a/counterparty-core/counterpartycore/lib/ledger.py b/counterparty-core/counterpartycore/lib/ledger.py index 1e2642ebde..54d4cdf692 100644 --- a/counterparty-core/counterpartycore/lib/ledger.py +++ b/counterparty-core/counterpartycore/lib/ledger.py @@ -281,6 +281,8 @@ def remove_from_balance(db, address, asset, quantity, tx_index, utxo_address=Non if util.enabled("utxo_support") and util.is_utxo_format(address): balance_address = None utxo = address + if not util.PARSING_MEMPOOL and balance == 0: + UTXOBalancesCache(db).remove_balance(utxo) if not no_balance: # don't create balance if quantity is 0 and there is no balance bindings = { @@ -363,6 +365,8 @@ def add_to_balance(db, address, asset, quantity, tx_index, utxo_address=None): if util.enabled("utxo_support") and util.is_utxo_format(address): balance_address = None utxo = address + if not util.PARSING_MEMPOOL and balance > 0: + UTXOBalancesCache(db).add_balance(utxo) bindings = { "quantity": balance, @@ -409,8 +413,6 @@ def credit(db, address, asset, quantity, tx_index, action=None, event=None): credit_address = None utxo = address utxo_address = backend.bitcoind.safe_get_utxo_address(utxo) - if block_index != config.MEMPOOL_BLOCK_INDEX and not util.PARSING_MEMPOOL: - UTXOBalancesCache(db).add_balance(utxo) add_to_balance(db, address, asset, quantity, tx_index, utxo_address) @@ -479,6 +481,9 @@ def has_balance(self, utxo): def add_balance(self, utxo): self.utxos_with_balance[utxo] = True + def remove_balance(self, utxo): + self.utxos_with_balance.pop(utxo, None) + def utxo_has_balance(db, utxo): return UTXOBalancesCache(db).has_balance(utxo) @@ -859,70 +864,8 @@ def get_asset_issuances_quantity(db, asset): return issuances[0]["issuances_count"] -def get_asset_info(db, asset: str): - """ - Returns the asset information - :param str asset: The asset to return (e.g. UNNEGOTIABLE) - """ - asset_name = resolve_subasset_longname(db, asset) - - # Defaults. - asset_info = { - "asset": asset_name, - "asset_longname": None, - "owner": None, - "divisible": True, - "locked": False, - "supply": 0, - "description": "", - "issuer": None, - } - - if asset_name == config.BTC: - asset_info["supply"] = backend.bitcoind.get_btc_supply(normalize=False) - return asset_info - - if asset_name == config.XCP: - asset_info["supply"] = xcp_supply(db) - asset_info["holder_count"] = get_asset_holder_count(db, asset) - return asset_info - - asset_info["supply"] = asset_supply(db, asset_name) - asset_info["holder_count"] = get_asset_holder_count(db, asset) - - cursor = db.cursor() - query = """ - SELECT *, MIN(block_index) AS first_issuance_block_index, - MAX(rowid) AS rowid, - block_index AS last_issuance_block_index - FROM issuances - WHERE (status = ? AND asset = ?) - GROUP BY asset - ORDER BY rowid DESC - """ - bindings = ("valid", asset) - cursor.execute(query, bindings) - issuance = cursor.fetchone() - - if not issuance: - return None - - asset_info = asset_info | { - "asset_longname": issuance["asset_longname"], - "owner": issuance["issuer"], - "divisible": bool(issuance["divisible"]), - "locked": bool(issuance["locked"]), - "description": issuance["description"], - "issuer": issuance["issuer"], - "first_issuance_block_index": issuance["first_issuance_block_index"], - "last_issuance_block_index": issuance["last_issuance_block_index"], - } - - return asset_info - - -def get_assets_last_issuance(db, asset_list): - cursor = db.cursor() +def get_assets_last_issuance(state_db, asset_list): + cursor = state_db.cursor() fields = ["asset", "asset_longname", "description", "issuer", "divisible", "locked"] query = f""" SELECT {", ".join(fields)} FROM assets_info @@ -2225,7 +2168,7 @@ def _get_holders( return holders -def holders(db, asset, exclude_empty_holders=False): +def holders(db, asset, exclude_empty_holders=False, block_index=None): """Return holders of the asset.""" holders = [] cursor = db.cursor() @@ -2251,7 +2194,9 @@ def holders(db, asset, exclude_empty_holders=False): SELECT *, rowid FROM balances WHERE asset = ? AND utxo IS NOT NULL + ORDER BY utxo """ + bindings = (asset,) cursor.execute(query, bindings) holders += _get_holders( diff --git a/counterparty-core/counterpartycore/lib/log.py b/counterparty-core/counterpartycore/lib/log.py index 2f7508f6e7..c2bc9d32c2 100644 --- a/counterparty-core/counterpartycore/lib/log.py +++ b/counterparty-core/counterpartycore/lib/log.py @@ -6,6 +6,7 @@ import traceback from datetime import datetime from logging.handlers import RotatingFileHandler +from multiprocessing import current_process import zmq from dateutil.tz import tzlocal @@ -49,6 +50,48 @@ def formatTime(record, datefmt=None): return date_string +def get_full_topic(record): + process_name = "Ledger" + if current_process().name != "MainProcess": + process_name = "API" + thread_name = threading.current_thread().name + if thread_name == "MainThread": + thread_name = "Main" + topic = getattr(record, "topic", None) + + if ( + topic is None + and util.CURRENT_BLOCK_INDEX is not None + and "/counterpartycore/lib/messages/" in record.pathname + and util.PARSING_MEMPOOL + ): + topic = "Mempool" + + full_topic = f"{process_name}.{thread_name}" + if topic: + full_topic = f"{full_topic}.{topic}" + + return full_topic + + +class CustomFilter(logging.Filter): + def filter(self, record): + full_topic = get_full_topic(record) + + if isinstance(config.LOG_EXCLUDE_FILTERS, list): + for include_filter in config.LOG_EXCLUDE_FILTERS: + if full_topic.startswith(include_filter): + return False + + if isinstance(config.LOG_INCLUDE_FILTERS, list): + for include_filter in config.LOG_INCLUDE_FILTERS: + if full_topic.startswith(include_filter): + return True + return False + + return True + + class CustomFormatter(logging.Formatter): FORMAT = "%(asctime)s - [%(levelname)8s] - %(message)s" @@ -66,22 +109,21 @@ def format(self, record): time_format = colored("%(asctime)s", attrs=attrs) level_name_format = colored("%(levelname)8s", self.COLORS.get(record.levelno), attrs=attrs) + full_topic = get_full_topic(record) + log_message = "%(message)s" if ( record.levelno != logging.EVENT and util.CURRENT_BLOCK_INDEX is not None and "/counterpartycore/lib/messages/" in record.pathname + and not util.PARSING_MEMPOOL ): - if util.PARSING_MEMPOOL: - log_message = "Mempool - %(message)s" - else: - log_message = f"Block {util.CURRENT_BLOCK_INDEX} - %(message)s" - else: - log_message = "%(message)s" + log_message = f"Block {util.CURRENT_BLOCK_INDEX} - %(message)s" + if hasattr(record, "bold"): log_message = colored(log_message, attrs=attrs) - log_format = f"{time_format} - [{level_name_format}] - {log_message}" + log_format = f"{time_format} - [{level_name_format}] - {full_topic} - {log_message}" formatter = logging.Formatter(log_format) if isinstance(record.args, dict): @@ -196,6 +238,7 @@ def locked_emit(record): console.setFormatter(CustomisedJSONFormatter()) else: console.setFormatter(CustomFormatter()) + console.addFilter(CustomFilter()) logger.addHandler(console) # Log unhandled errors. diff --git a/counterparty-core/counterpartycore/lib/mempool.py b/counterparty-core/counterpartycore/lib/mempool.py index 7d190e9ac3..1e30524dfc 100644 --- a/counterparty-core/counterpartycore/lib/mempool.py +++ b/counterparty-core/counterpartycore/lib/mempool.py @@ -1,7 +1,9 @@ +import json import logging import time from counterpartycore.lib import backend, blocks, config, deserialize, exceptions, ledger, util +from counterpartycore.lib.api.api_watcher import EVENTS_ADDRESS_FIELDS logger = logging.getLogger(config.LOGGER_NAME) @@ -84,8 +86,21 @@ def parse_mempool_transactions(db, raw_tx_list, timestamps=None): event["timestamp"] = timestamps.get(event["tx_hash"], now) else: event["timestamp"] = now + + # collect addresses + addresses = [] + event_bindings = json.loads(event["bindings"]) + if event["event"] in EVENTS_ADDRESS_FIELDS: + for field in EVENTS_ADDRESS_FIELDS[event["event"]]: + if field in event_bindings and event_bindings[field] is not None: + addresses.append(event_bindings[field]) + addresses = list(set(addresses)) + event["addresses"] = " ".join(addresses) + cursor.execute( - """INSERT INTO mempool VALUES(:tx_hash, :command, :category, :bindings, :timestamp, :event)""", + """INSERT INTO mempool VALUES( + :tx_hash, :command, :category, :bindings, :timestamp, :event, :addresses + )""", event, ) logger.trace("Mempool transaction parsed successfully") diff --git a/counterparty-core/counterpartycore/lib/message_type.py b/counterparty-core/counterpartycore/lib/message_type.py index 874745327b..26d7f713dc 100644 --- a/counterparty-core/counterpartycore/lib/message_type.py +++ b/counterparty-core/counterpartycore/lib/message_type.py @@ -1,7 +1,11 @@ import logging import struct -from counterpartycore.lib import config, util +from counterpartycore.lib import ( + config, + messages, + util, +) logger = logging.getLogger(config.LOGGER_NAME) @@ -38,3 +42,66 @@ def unpack(packed_data, block_index=None): message_remainder = packed_data[4:] return (message_type_id, message_remainder) + + +def get_transaction_type(data: bytes, destination: str, block_index: int): + TRANSACTION_TYPE_BY_ID = { + messages.bet.ID: "bet", + messages.broadcast.ID: "broadcast", + messages.btcpay.ID: "btcpay", + messages.cancel.ID: "cancel", + messages.destroy.ID: "destroy", + messages.dispenser.ID: "dispenser", + messages.dispenser.DISPENSE_ID: "dispense", + messages.dividend.ID: "dividend", + messages.issuance.ID: "issuance", + messages.issuance.LR_ISSUANCE_ID: "issuance", + messages.issuance.SUBASSET_ID: "issuance", + messages.issuance.LR_SUBASSET_ID: "issuance", + messages.order.ID: "order", + messages.send.ID: "send", + messages.versions.enhanced_send.ID: "enhanced_send", + messages.versions.mpma.ID: "mpma", + messages.rps.ID: "rps", + messages.rpsresolve.ID: "rpsresolve", + messages.sweep.ID: "sweep", + messages.fairminter.ID: "fairminter", + messages.fairmint.ID: "fairmint", + messages.utxo.ID: "utxo", + messages.attach.ID: "attach", + messages.detach.ID: "detach", + } + + if not data: + if destination == config.UNSPENDABLE and block_index <= config.BURN_END: + return "burn" + if block_index >= util.get_change_block_index("utxo_support"): + return "utxomove" + if block_index >= util.get_change_block_index("dispensers"): + return "dispense" + return "unknown" + + if ( + data == b"CNTRPRTY\x00\x00\x00 0 and asset_supply + quantity > fairminter["hard_cap"]: problems.append("asset supply quantity exceeds hard cap") # check if the user has enough XCP - xcp_total_price = quantity * fairminter["price"] + xcp_total_price = (D(quantity) / D(fairminter["quantity_by_price"])) * D( + fairminter["price"] + ) + xcp_total_price = int(math.ceil(xcp_total_price)) balance = ledger.get_balance(db, source, config.XCP) if balance < xcp_total_price: problems.append("insufficient XCP balance") @@ -296,6 +299,7 @@ def parse(db, tx, message): "source": tx["source"], "status": "valid", "fee_paid": 0, + "asset_events": "fairmint", } # we check if the hard cap is reached and in this case... @@ -319,7 +323,7 @@ def parse(db, tx, message): ledger.update_fairminter(db, fairminter["tx_hash"], {"status": "closed"}) # we insert the new issuance - ledger.insert_record(db, "issuances", bindings, "ASSET_ISSUANCE", {"asset_events": "fairmint"}) + ledger.insert_record(db, "issuances", bindings, "ASSET_ISSUANCE") # log logger.info( diff --git a/counterparty-core/counterpartycore/lib/messages/fairminter.py b/counterparty-core/counterpartycore/lib/messages/fairminter.py index d2e61bda25..3a645e08fe 100644 --- a/counterparty-core/counterpartycore/lib/messages/fairminter.py +++ b/counterparty-core/counterpartycore/lib/messages/fairminter.py @@ -567,10 +567,9 @@ def parse(db, tx, message): "status": "valid", "asset_longname": asset_longname or None, "fair_minting": True, + "asset_events": "open_fairminter", } - ledger.insert_record( - db, "issuances", bindings, "ASSET_ISSUANCE", {"asset_events": "open_fairminter"} - ) + ledger.insert_record(db, "issuances", bindings, "ASSET_ISSUANCE") if pre_minted: # issuer is credited with the preminted quantity @@ -663,10 +662,9 @@ def close_fairminter(db, fairminter, block_index): last_issuance["locked"] = True if fairminter["lock_description"]: last_issuance["description_locked"] = True + last_issuance["asset_events"] = "close_fairminter" del last_issuance["supply"] - ledger.insert_record( - db, "issuances", last_issuance, "ASSET_ISSUANCE", {"asset_events": "close_fairminter"} - ) + ledger.insert_record(db, "issuances", last_issuance, "ASSET_ISSUANCE") def close_fairminters(db, block_index): diff --git a/counterparty-core/counterpartycore/lib/messages/issuance.py b/counterparty-core/counterpartycore/lib/messages/issuance.py index 718b999eae..8a6dfab28c 100644 --- a/counterparty-core/counterpartycore/lib/messages/issuance.py +++ b/counterparty-core/counterpartycore/lib/messages/issuance.py @@ -44,31 +44,41 @@ def initialise(db): "source_idx", "asset_longname_idx", "status_asset_txindex_idx", + "issuances_status_idx", + "issuances_asset_status_idx", ], ) - cursor.execute("""CREATE TABLE IF NOT EXISTS issuances( - tx_index INTEGER PRIMARY KEY, - tx_hash TEXT UNIQUE, - block_index INTEGER, - asset TEXT, - quantity INTEGER, - divisible BOOL, - source TEXT, - issuer TEXT, - transfer BOOL, - callable BOOL, - call_date INTEGER, - call_price REAL, - description TEXT, - fee_paid INTEGER, - locked BOOL, - status TEXT, - asset_longname TEXT, - reset BOOL, - description_locked BOOL, - FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)) - """) + create_issuances_query = """ + CREATE TABLE IF NOT EXISTS issuances( + tx_index INTEGER, + tx_hash TEXT, + msg_index INTEGER DEFAULT 0, + block_index INTEGER, + asset TEXT, + quantity INTEGER, + divisible BOOL, + source TEXT, + issuer TEXT, + transfer BOOL, + callable BOOL, + call_date INTEGER, + call_price REAL, + description TEXT, + fee_paid INTEGER, + locked BOOL DEFAULT FALSE, + status TEXT, + asset_longname TEXT, + reset BOOL DEFAULT FALSE, + description_locked BOOL, + fair_minting BOOL DEFAULT FALSE, + asset_events TEXT, + PRIMARY KEY (tx_index, msg_index), + UNIQUE (tx_hash, msg_index) + ) + """ + + cursor.execute(create_issuances_query) # Add asset_longname for sub-assets # SQLite can’t do `ALTER TABLE IF COLUMN NOT EXISTS`. @@ -83,38 +93,18 @@ def initialise(db): # If sweep_hotfix activated, Create issuances copy, copy old data, drop old table, rename new table, recreate indexes # SQLite can’t do `ALTER TABLE IF COLUMN NOT EXISTS` nor can drop UNIQUE constraints if "msg_index" not in columns: - cursor.execute("""CREATE TABLE IF NOT EXISTS new_issuances( - tx_index INTEGER, - tx_hash TEXT, - msg_index INTEGER DEFAULT 0, - block_index INTEGER, - asset TEXT, - quantity INTEGER, - divisible BOOL, - source TEXT, - issuer TEXT, - transfer BOOL, - callable BOOL, - call_date INTEGER, - call_price REAL, - description TEXT, - fee_paid INTEGER, - locked BOOL, - status TEXT, - asset_longname TEXT, - reset BOOL, - description_locked BOOL, - PRIMARY KEY (tx_index, msg_index), - FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index), - UNIQUE (tx_hash, msg_index)) - """) + cursor.execute( + create_issuances_query.replace("NOT EXISTS issuances", "NOT EXISTS new_issuances") + ) cursor.execute( """INSERT INTO new_issuances(tx_index, tx_hash, msg_index, block_index, asset, quantity, divisible, source, issuer, transfer, callable, - call_date, call_price, description, fee_paid, locked, status, asset_longname, reset, description_locked) + call_date, call_price, description, fee_paid, locked, status, asset_longname, + reset, description_locked, fairminting, asset_events) SELECT tx_index, tx_hash, 0, block_index, asset, quantity, divisible, source, issuer, transfer, callable, call_date, call_price, description, fee_paid, - locked, status, asset_longname, reset, description_locked FROM issuances""", + locked, status, asset_longname, reset, description_locked, fairminting, asset_events + FROM issuances""", {}, ) cursor.execute("DROP TABLE issuances") @@ -123,35 +113,33 @@ def initialise(db): if "fair_minting" not in columns: cursor.execute("""ALTER TABLE issuances ADD COLUMN fair_minting BOOL DEFAULT 0""") + if "asset_events" not in columns: + logger.info("Adding `asset_events` column to issuances table...") + database.unlock_update(db, "issuances") + cursor.execute(""" + ALTER TABLE issuances ADD COLUMN asset_events TEXT; + ALTER TABLE issuances RENAME COLUMN locked TO locked_old; + ALTER TABLE issuances ADD COLUMN locked BOOL DEFAULT FALSE; + UPDATE issuances SET locked = locked_old; + ALTER TABLE issuances DROP COLUMN locked_old; + UPDATE issuances SET locked = 0 WHERE locked IS NULL; + ALTER TABLE issuances RENAME COLUMN reset TO reset_old; + ALTER TABLE issuances ADD COLUMN reset BOOL DEFAULT FALSE; + UPDATE issuances SET reset = reset_old; + ALTER TABLE issuances DROP COLUMN reset_old; + UPDATE issuances SET locked = 0 WHERE locked IS NULL; + UPDATE issuances SET + asset_events = ( + SELECT + json_extract(bindings, '$.asset_events') + FROM messages + WHERE messages.tx_hash = issuances.tx_hash + ); + """) + database.lock_update(db, "issuances") + # remove FOREIGN KEY with transactions if database.has_fk_on(cursor, "issuances", "transactions.tx_index"): - create_issuances_query = """ - CREATE TABLE IF NOT EXISTS issuances( - tx_index INTEGER, - tx_hash TEXT, - msg_index INTEGER DEFAULT 0, - block_index INTEGER, - asset TEXT, - quantity INTEGER, - divisible BOOL, - source TEXT, - issuer TEXT, - transfer BOOL, - callable BOOL, - call_date INTEGER, - call_price REAL, - description TEXT, - fee_paid INTEGER, - locked BOOL, - status TEXT, - asset_longname TEXT, - reset BOOL, - description_locked BOOL, - fair_minting BOOL DEFAULT 0, - PRIMARY KEY (tx_index, msg_index), - UNIQUE (tx_hash, msg_index) - ) - """ database.copy_old_table(cursor, "issuances", create_issuances_query) database.create_indexes( @@ -159,8 +147,6 @@ def initialise(db): "issuances", [ ["block_index"], - ["asset", "status"], - ["status"], ["source"], ["asset_longname"], ["status", "asset", "tx_index DESC"], @@ -966,11 +952,10 @@ def parse(db, tx, message, message_type_id): "status": status, "reset": True, "asset_longname": reissued_asset_longname, + "asset_events": "reset", } - ledger.insert_record( - db, "issuances", bindings, "RESET_ISSUANCE", {"asset_events": "reset"} - ) + ledger.insert_record(db, "issuances", bindings, "RESET_ISSUANCE") logger.info("Reset issuance of %(asset)s [%(tx_hash)s] (%(status)s)", bindings) @@ -993,7 +978,6 @@ def parse(db, tx, message, message_type_id): issuer = tx["destination"] transfer = True asset_events.append("transfer") - # quantity = 0 else: issuer = tx["source"] transfer = False @@ -1073,18 +1057,13 @@ def parse(db, tx, message, message_type_id): "reset": reset, "status": status, "asset_longname": asset_longname, + "asset_events": " ".join(asset_events), } # ensure last issuance is locked when fair minting is active if "cannot issue during fair minting" in status: bindings["fair_minting"] = True if "integer overflow" not in status: - ledger.insert_record( - db, - "issuances", - bindings, - "ASSET_ISSUANCE", - {"asset_events": " ".join(asset_events)}, - ) + ledger.insert_record(db, "issuances", bindings, "ASSET_ISSUANCE") logger.info( "Issuance of %(quantity)s %(asset)s by %(source)s [%(tx_hash)s] (%(status)s)", bindings diff --git a/counterparty-core/counterpartycore/lib/messages/move.py b/counterparty-core/counterpartycore/lib/messages/move.py index 6570f18166..2dc7235d09 100644 --- a/counterparty-core/counterpartycore/lib/messages/move.py +++ b/counterparty-core/counterpartycore/lib/messages/move.py @@ -20,7 +20,7 @@ def compose(db, source, destination, skip_validation=False): except script.AddressError as e: raise exceptions.ComposeError("destination must be an address") from e - return (source, [(destination, None)], None) + return (source, [(destination, config.DEFAULT_UTXO_VALUE)], None) def move_balances(db, tx, source, destination): @@ -75,7 +75,7 @@ def move_balances(db, tx, source, destination): # call on each transaction def move_assets(db, tx): if "utxos_info" not in tx or not tx["utxos_info"]: - return + return False sources, destination, _outputs_count, _op_return_output = util.parse_utxos_info( tx["utxos_info"] @@ -83,7 +83,7 @@ def move_assets(db, tx): # do nothing if no vin with attached assets if len(sources) == 0: - return + return False for source in sources: if not destination and util.enabled( @@ -94,3 +94,5 @@ def move_assets(db, tx): elif destination: # we move all assets from the source to the destination move_balances(db, tx, source, destination) + + return True diff --git a/counterparty-core/counterpartycore/lib/messages/rps.py b/counterparty-core/counterpartycore/lib/messages/rps.py index 9e4307beb5..8ae9d2c0c5 100644 --- a/counterparty-core/counterpartycore/lib/messages/rps.py +++ b/counterparty-core/counterpartycore/lib/messages/rps.py @@ -54,6 +54,7 @@ def initialise(db): "block_index_idx", "tx0_address_idx", "tx1_address_idx", + "rps_tx_index_idx", ], ) @@ -83,7 +84,6 @@ def initialise(db): ["source"], ["wager", "possible_moves"], ["status"], - ["tx_index"], ["tx_hash"], ["expire_index"], ["tx_index", "tx_hash"], diff --git a/counterparty-core/counterpartycore/lib/messages/sweep.py b/counterparty-core/counterpartycore/lib/messages/sweep.py index 4d82f55b9a..5742f51286 100644 --- a/counterparty-core/counterpartycore/lib/messages/sweep.py +++ b/counterparty-core/counterpartycore/lib/messages/sweep.py @@ -289,14 +289,9 @@ def parse(db, tx, message): "status": status, "asset_longname": last_issuance["asset_longname"], "reset": False, + "asset_events": "transfer", } - ledger.insert_record( - db, - "issuances", - bindings, - "ASSET_TRANSFER", - {"asset_events": "transfer"}, - ) + ledger.insert_record(db, "issuances", bindings, "ASSET_TRANSFER") sweep_pos += 1 bindings = { diff --git a/counterparty-core/counterpartycore/lib/messages/versions/enhanced_send.py b/counterparty-core/counterpartycore/lib/messages/versions/enhanced_send.py index 2a07f0a75d..20e19f2c7c 100644 --- a/counterparty-core/counterpartycore/lib/messages/versions/enhanced_send.py +++ b/counterparty-core/counterpartycore/lib/messages/versions/enhanced_send.py @@ -142,7 +142,10 @@ def compose( if problems and not skip_validation: raise exceptions.ComposeError(problems) - asset_id = ledger.get_asset_id(db, asset, block_index) + if not skip_validation: + asset_id = ledger.get_asset_id(db, asset, block_index) + else: + asset_id = ledger.generate_asset_id(asset, block_index) short_address_bytes = address.pack(destination) diff --git a/counterparty-core/counterpartycore/lib/setup.py b/counterparty-core/counterpartycore/lib/setup.py index e0d8be0a2a..d828154658 100644 --- a/counterparty-core/counterpartycore/lib/setup.py +++ b/counterparty-core/counterpartycore/lib/setup.py @@ -107,9 +107,8 @@ def extract_bitcoincore_config(): "rpcssl": "backend-ssl", } - for bitcoind_key in config_keys: + for bitcoind_key, counterparty_key in config_keys.items(): if bitcoind_key in conf: - counterparty_key = config_keys[bitcoind_key] bitcoincore_config[counterparty_key] = conf[bitcoind_key] return bitcoincore_config @@ -144,9 +143,8 @@ def server_to_client_config(server_config): "rpc-password": "counterparty-rpc-password", } - for server_key in config_keys: + for server_key, client_key in config_keys.items(): if server_key in server_config: - client_key = config_keys[server_key] client_config[client_key] = server_config[server_key] return client_config diff --git a/counterparty-core/counterpartycore/lib/telemetry/collectors/base.py b/counterparty-core/counterpartycore/lib/telemetry/collectors/base.py index 48e5f769ab..7488d50afa 100644 --- a/counterparty-core/counterpartycore/lib/telemetry/collectors/base.py +++ b/counterparty-core/counterpartycore/lib/telemetry/collectors/base.py @@ -69,5 +69,4 @@ def __read_config_with_default(self, key, default): return getattr(config, key, default) def close(self): - logger.trace("Closing connection telemetry collector base") - self.db.close() + pass diff --git a/counterparty-core/counterpartycore/lib/telemetry/oneshot.py b/counterparty-core/counterpartycore/lib/telemetry/oneshot.py index b7258d15a0..1690d31326 100644 --- a/counterparty-core/counterpartycore/lib/telemetry/oneshot.py +++ b/counterparty-core/counterpartycore/lib/telemetry/oneshot.py @@ -1,6 +1,7 @@ import logging -from counterpartycore.lib import config, database +from counterpartycore.lib import config +from counterpartycore.lib.database import LedgerDBConnectionPool from counterpartycore.lib.telemetry.clients.influxdb import TelemetryClientInfluxDB from counterpartycore.lib.telemetry.collectors.influxdb import ( TelemetryCollectorInfluxDB, @@ -14,29 +15,16 @@ class TelemetryOneShot(metaclass=SingletonMeta): def __init__(self): logger.debug("Initializing TelemetryOneShot") - self.db = database.get_connection(read_only=True) - self.collector = TelemetryCollectorInfluxDB(db=self.db) self.client = TelemetryClientInfluxDB() def submit(self): try: - data = self.collector.collect() + with LedgerDBConnectionPool().connection() as ledger_db: + collector = TelemetryCollectorInfluxDB(db=ledger_db) + data = collector.collect() + collector.close() if data: self.client.send(data) except Exception as e: capture_exception(e) logger.warning(f"Error in telemetry one shot: {e}") - - def close(self): - self.db.close() - self.db = None - self.collector.close() - self.collector = None - self.client = None - - @classmethod - def close_instance(cls): - instance = SingletonMeta._instances.get(cls) - if instance: - instance.close() - del SingletonMeta._instances[cls] diff --git a/counterparty-core/counterpartycore/lib/transaction.py b/counterparty-core/counterpartycore/lib/transaction.py index 5b67126ba8..1d43b6186f 100644 --- a/counterparty-core/counterpartycore/lib/transaction.py +++ b/counterparty-core/counterpartycore/lib/transaction.py @@ -89,8 +89,8 @@ def check_transaction_sanity(db, source, tx_info, unsigned_tx_hex, encoding, inp if desired_destination_outputs else "" ) - if desired_data == None: # noqa: E711 - desired_data = b"" + if desired_data is None: + return # TODO: don't use get_tx_info_new # Parsed transaction info. try: @@ -115,13 +115,21 @@ def check_transaction_sanity(db, source, tx_info, unsigned_tx_hex, encoding, inp desired_source = script.make_canonical(desired_source) # Check desired info against parsed info. - desired = (desired_source, desired_destination, desired_data) - parsed = (parsed_source, parsed_destination, parsed_data) - if desired != parsed: + errors = [] + if desired_source != parsed_source: + errors.append(f"desired source: {desired_source} ≠ parsed source: {parsed_source}") + if desired_destination and desired_destination != parsed_destination: + errors.append( + f"desired destination: {desired_destination} ≠ parsed destination: {parsed_destination}" + ) + if desired_data != parsed_data: + errors.append(f"desired data: {desired_data} ≠ parsed data: {parsed_data}") + + if errors: transaction_inputs.UTXOLocks().unlock_utxos(source, inputs) raise exceptions.TransactionError( - f"Constructed transaction does not parse correctly: {desired} ≠ {parsed}" + f"Constructed transaction does not parse correctly: {', '.join(errors)}" ) diff --git a/counterparty-core/counterpartycore/lib/transaction_helper/common_serializer.py b/counterparty-core/counterpartycore/lib/transaction_helper/common_serializer.py index 4ea97e5c6d..7a32b9be75 100644 --- a/counterparty-core/counterpartycore/lib/transaction_helper/common_serializer.py +++ b/counterparty-core/counterpartycore/lib/transaction_helper/common_serializer.py @@ -11,7 +11,7 @@ from bitcoin.bech32 import CBech32Data -from counterpartycore.lib import arc4, backend, config, exceptions, script # noqa: F401 +from counterpartycore.lib import arc4, config, exceptions, script, util # noqa: F401 logger = logging.getLogger(config.LOGGER_NAME) @@ -181,64 +181,8 @@ def make_fully_valid(pubkey_start): return pubkey -def serialise( - encoding, - inputs, - destination_outputs, - data_output=None, - change_output=None, - dust_return_pubkey=None, -): - s = (1).to_bytes(4, byteorder="little") # Version - - use_segwit = False - for i in range(len(inputs)): - txin = inputs[i] - spk = txin["script_pub_key"] - if spk[0:2] == "00": # Witness version 0 - datalen = binascii.unhexlify(spk[2:4])[0] - if datalen == 20 or datalen == 32: - # 20 is for P2WPKH and 32 is for P2WSH - if not (use_segwit): - s = (2).to_bytes(4, byteorder="little") # Rewrite version - use_segwit = True - - txin["is_segwit"] = True - - if use_segwit: - s += b"\x00" # marker - s += b"\x01" # flag - - # Number of inputs. - s += var_int(int(len(inputs))) - - witness_txins = [] # noqa: F841 - witness_data = {} # noqa: F841 - - # List of Inputs. - for i in range(len(inputs)): - txin = inputs[i] - s += binascii.unhexlify(bytes(txin["txid"], "utf-8"))[::-1] # TxOutHash - s += txin["vout"].to_bytes(4, byteorder="little") # TxOutIndex - - tx_script = binascii.unhexlify(bytes(txin["script_pub_key"], "utf-8")) - s += var_int(int(len(tx_script))) # Script length - s += tx_script # Script - s += b"\xff" * 4 # Sequence - - # Number of outputs. - n = 0 - n += len(destination_outputs) - if data_output: - data_array, value = data_output - for data_chunk in data_array: # noqa: B007 - n += 1 - else: - data_array = [] - if change_output: - n += 1 - s += var_int(n) - +def add_destination_outputs(destination_outputs): + s = b"" # Destination output. for destination, value in destination_outputs: s += value.to_bytes(8, byteorder="little") # Value @@ -253,7 +197,11 @@ def serialise( s += var_int(int(len(tx_script))) # Script length s += tx_script + return s + +def add_data_output(inputs, data_array, data_output, encoding, dust_return_pubkey): + s = b"" # Data output. for data_chunk in data_array: data_array, value = data_output @@ -309,6 +257,69 @@ def serialise( s += var_int(int(len(tx_script))) # Script length s += tx_script + return s + + +def serialise( + encoding, + inputs, + destination_outputs, + data_output=None, + change_output=None, + dust_return_pubkey=None, +): + s = (1).to_bytes(4, byteorder="little") # Version + + use_segwit = False + for i in range(len(inputs)): + txin = inputs[i] + spk = txin["script_pub_key"] + if spk[0:2] == "00": # Witness version 0 + datalen = binascii.unhexlify(spk[2:4])[0] + if datalen == 20 or datalen == 32: + # 20 is for P2WPKH and 32 is for P2WSH + if not (use_segwit): + s = (2).to_bytes(4, byteorder="little") # Rewrite version + use_segwit = True + + txin["is_segwit"] = True + + if use_segwit: + s += b"\x00" # marker + s += b"\x01" # flag + + # Number of inputs. + s += var_int(int(len(inputs))) + + witness_txins = [] # noqa: F841 + witness_data = {} # noqa: F841 + + # List of Inputs. + for i in range(len(inputs)): + txin = inputs[i] + s += binascii.unhexlify(bytes(txin["txid"], "utf-8"))[::-1] # TxOutHash + s += txin["vout"].to_bytes(4, byteorder="little") # TxOutIndex + + tx_script = binascii.unhexlify(bytes(txin["script_pub_key"], "utf-8")) + s += var_int(int(len(tx_script))) # Script length + s += tx_script # Script + s += b"\xff" * 4 # Sequence + + # Number of outputs. + n = 0 + n += len(destination_outputs) + if data_output: + data_array, value = data_output + for data_chunk in data_array: # noqa: B007 + n += 1 + else: + data_array = [] + if change_output: + n += 1 + s += var_int(n) + + s += add_destination_outputs(destination_outputs) + s += add_data_output(inputs, data_array, data_output, encoding, dust_return_pubkey) # Change output. if change_output: diff --git a/counterparty-core/counterpartycore/lib/transaction_helper/transaction_inputs.py b/counterparty-core/counterpartycore/lib/transaction_helper/transaction_inputs.py index 0cf27b407b..f4be4a76fc 100644 --- a/counterparty-core/counterpartycore/lib/transaction_helper/transaction_inputs.py +++ b/counterparty-core/counterpartycore/lib/transaction_helper/transaction_inputs.py @@ -175,6 +175,7 @@ def prepare_inputs_set(inputs_set): raise exceptions.ComposeError( f"too many UTXOs in inputs_set (max. {MAX_INPUTS_SET}): {len(utxos_list)}" ) + invalid_utxos = [] for str_input in utxos_list: str_input_split = str_input.split(":") amount = None @@ -186,21 +187,24 @@ def prepare_inputs_set(inputs_set): try: amount = int(str_input_split[2]) amount = amount / config.UNIT - except ValueError as e: - raise exceptions.ComposeError(f"invalid UTXO: {str_input}") from e + except ValueError: + invalid_utxos.append(str_input) + continue if len(str_input_split) > 3: script_pub_key = str_input_split[3] if not util.is_utxo_format(utxo): - raise exceptions.ComposeError(f"invalid UTXO: {str_input}") + invalid_utxos.append(str_input) + continue txid, vout = str_input_split[0], int(str_input_split[1]) if amount is None: try: amount = backend.bitcoind.get_tx_out_amount(txid, vout) - except Exception as e: - raise exceptions.ComposeError(f"invalid UTXO: {str_input}") from e + except Exception: + invalid_utxos.append(str_input) + continue new_input = { "txid": txid, @@ -210,6 +214,9 @@ def prepare_inputs_set(inputs_set): if script_pub_key is not None: new_input["script_pub_key"] = script_pub_key new_inputs_set.append(new_input) + + if invalid_utxos: + raise exceptions.ComposeError(f"invalid UTXOs: {', '.join(invalid_utxos)}") return new_inputs_set @@ -228,7 +235,7 @@ def insert_force_utxo(unspent, force_utxo): try: amount = backend.bitcoind.get_tx_out_amount(txid, int(vout)) except Exception as e: - raise exceptions.ComposeError(f"invalid UTXO: {txid}:{vout}") from e + raise exceptions.ComposeError(f"invalid UTXOs: {txid}:{vout}") from e unspent.insert( 0, { @@ -305,13 +312,21 @@ def construct_coin_selection( # remove UTXOs with balances if not specified if not use_utxos_with_balances: filtered_unspent = [] + invalid_utxos = [] for utxo in unspent: str_input = f"{utxo['txid']}:{utxo['vout']}" - if len(ledger.get_utxo_balances(db, str_input)) > 0 and str_input != force_utxo: + utxo_balances = ledger.get_utxo_balances(db, str_input) + with_balances = len(utxo_balances) > 0 and any( + [balance["quantity"] > 0 for balance in utxo_balances] + ) + if with_balances and str_input != force_utxo: if not exclude_utxos_with_balances and inputs_set: - raise exceptions.ComposeError(f"invalid UTXO: {str_input}") + invalid_utxos.append(str_input) + continue else: filtered_unspent.append(utxo) + if invalid_utxos: + raise exceptions.ComposeError(f"invalid UTXOs: {', '.join(invalid_utxos)}") use_inputs = unspent = filtered_unspent else: use_inputs = unspent diff --git a/counterparty-core/counterpartycore/lib/util.py b/counterparty-core/counterpartycore/lib/util.py index 18bda64ded..2e4f3a4c2b 100644 --- a/counterparty-core/counterpartycore/lib/util.py +++ b/counterparty-core/counterpartycore/lib/util.py @@ -27,6 +27,8 @@ CURRENT_TX_HASH = None PARSING_MEMPOOL = False BLOCK_PARSER_STATUS = "starting" +CURRENT_BACKEND_HEIGHT = None +CURRENT_BLOCK_TIME = None D = decimal.Decimal B26_DIGITS = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" @@ -700,7 +702,7 @@ def parse_utxos_info(utxos_info): sources = [source for source in info[0].split(",") if source] destination = info[1] or None outputs_count = int(info[2]) - op_return_output = int(info[3]) if info[3] else None + op_return_output = int(info[3]) if info[3] != "" else None return sources, destination, outputs_count, op_return_output # old format diff --git a/counterparty-core/counterpartycore/server.py b/counterparty-core/counterpartycore/server.py index 6ea19c6d70..7b0c51d8a7 100755 --- a/counterparty-core/counterpartycore/server.py +++ b/counterparty-core/counterpartycore/server.py @@ -4,8 +4,8 @@ import binascii import decimal import logging +import multiprocessing import os -import signal import sys import tarfile import tempfile @@ -26,14 +26,13 @@ database, exceptions, follow, + ledger, log, util, ) from counterpartycore.lib.api import api_server as api_v2 -from counterpartycore.lib.api import api_v1 -from counterpartycore.lib.backend import rsfetcher +from counterpartycore.lib.api import api_v1, dbbuilder from counterpartycore.lib.public_keys import PUBLIC_KEYS -from counterpartycore.lib.telemetry.oneshot import TelemetryOneShot logger = logging.getLogger(config.LOGGER_NAME) D = decimal.Decimal @@ -46,10 +45,6 @@ class ConfigurationError(Exception): pass -def handle_interrupt_signal(signum, _frame): - raise KeyboardInterrupt(f"Received signal {signal.strsignal(signum)}") - - def initialise(*args, **kwargs): initialise_log_config( verbose=kwargs.pop("verbose", 0), @@ -82,6 +77,8 @@ def initialise_log_config( json_logs=False, max_log_file_size=40 * 1024 * 1024, max_log_file_rotations=20, + log_exclude_filters=None, + log_include_filters=None, ): # Log directory log_dir = appdirs.user_log_dir(appauthor=config.XCP_NAME, appname=config.APP_NAME) @@ -133,6 +130,9 @@ def initialise_log_config( config.MAX_LOG_FILE_SIZE = max_log_file_size config.MAX_LOG_FILE_ROTATIONS = max_log_file_rotations + config.LOG_EXCLUDE_FILTERS = log_exclude_filters + config.LOG_INCLUDE_FILTERS = log_include_filters + def initialise_config( data_dir=None, @@ -180,6 +180,7 @@ def initialise_config( gunicorn_workers=None, gunicorn_threads_per_worker=None, database_file=None, # for tests + action=None, ): # log config already initialized @@ -245,7 +246,15 @@ def initialise_config( f"fetcherdb{network}", ) - config.API_DATABASE = config.DATABASE.replace(".db", ".api.db") + config.STATE_DATABASE = os.path.join(os.path.dirname(config.DATABASE), f"state{network}.db") + + if not os.path.exists(config.STATE_DATABASE): + old_db_name = config.DATABASE.replace(".db", ".api.db") + # delete old API db + for ext in ["", "-wal", "-shm"]: + if os.path.exists(old_db_name + ext): + os.unlink(old_db_name + ext) + config.API_LIMIT_ROWS = api_limit_rows ############## @@ -654,6 +663,7 @@ def initialise_log_and_config(args, api=False): "waitress_threads": args.waitress_threads, "gunicorn_workers": args.gunicorn_workers, "gunicorn_threads_per_worker": args.gunicorn_threads_per_worker, + "action": args.action, } # for tests if "database_file" in args: @@ -670,6 +680,8 @@ def initialise_log_and_config(args, api=False): regtest=args.regtest, action=args.action, json_logs=args.json_logs, + log_exclude_filters=args.log_exclude_filters, + log_include_filters=args.log_include_filters, ) # set up logging @@ -691,10 +703,10 @@ def connect_to_backend(): class AssetConservationChecker(threading.Thread): def __init__(self): + threading.Thread.__init__(self, name="AssetConservationChecker") + self.daemon = True self.last_check = 0 - threading.Thread.__init__(self) self.db = None - self.daemon = True self.stop_event = threading.Event() def run(self): @@ -713,20 +725,22 @@ def run(self): if self.db is not None: self.db.close() self.db = None - logger.info("Asset Conservation Checker thread stopped.") + logger.info("Thread stopped.") def stop(self): self.stop_event.set() + logger.info("Stopping Asset Conservation Checker thread...") + self.join() def start_all(args): api_status_poller = None api_server_v1 = None api_server_v2 = None - telemetry_daemon = None follower_daemon = None asset_conservation_checker = None db = None + api_stop_event = None # Log all config parameters, sorted by key # Filter out default values #TODO: these should be set in a different way @@ -737,15 +751,7 @@ def start_all(args): } logger.debug(f"Config: {custom_config}") - def handle_interrupt_signal(signum, frame): - logger.warning("Keyboard interrupt received. Shutting down...") - raise KeyboardInterrupt - try: - # Set signal handlers for graceful shutdown - signal.signal(signal.SIGINT, handle_interrupt_signal) - signal.signal(signal.SIGTERM, handle_interrupt_signal) - # download bootstrap if necessary if ( not os.path.exists(config.DATABASE) and args.catch_up == "bootstrap" @@ -762,7 +768,8 @@ def handle_interrupt_signal(signum, frame): check.software_version() # API Server v2 - api_server_v2 = api_v2.APIServer() + api_stop_event = multiprocessing.Event() + api_server_v2 = api_v2.APIServer(api_stop_event) api_server_v2.start(args) while not api_server_v2.is_ready() and not api_server_v2.has_stopped(): logger.trace("Waiting for API server to start...") @@ -799,80 +806,93 @@ def handle_interrupt_signal(signum, frame): # Blockchain watcher logger.info("Watching for new blocks...") follower_daemon = follow.start_blockchain_watcher(db) - - # Keep the main thread alive - while True: - time.sleep(1) + follower_daemon.start() except KeyboardInterrupt: + logger.warning("Keyboard interrupt received. Shutting down...") pass except Exception as e: logger.error("Exception caught!", exc_info=e) finally: - # Ensure all services are stopped - if api_server_v2: - api_server_v2.stop() - if telemetry_daemon: - telemetry_daemon.stop() + # Ensure all threads are stopped + if api_stop_event: + api_stop_event.set() if api_status_poller: api_status_poller.stop() if api_server_v1: api_server_v1.stop() - if asset_conservation_checker: - asset_conservation_checker.stop() if follower_daemon: follower_daemon.stop() - if not config.NO_TELEMETRY: - TelemetryOneShot.close_instance() + if asset_conservation_checker: + asset_conservation_checker.stop() + # then close the database with write access if db: database.close(db) backend.addrindexrs.stop() log.shutdown() - rsfetcher.stop() - - # Wait for any leftover DB connections to close - open_connections = len(database.DBConnectionPool().connections) - while open_connections > 0: - logger.warning(f"Waiting for {open_connections} DB connections to close...") - time.sleep(0.1) - open_connections = len(database.DBConnectionPool().connections) # Update count # Now it's safe to check for WAL files - try: - database.check_wal_file(config.DATABASE) - except exceptions.WALFileFoundError: - logger.warning( - "Database WAL file detected. To ensure no data corruption has occurred, run `counterparty-server check-db`." - ) - except exceptions.DatabaseError: - logger.warning( - "Database is in use by another process and was unable to be closed correctly." - ) + for db_name, db_path in [ + ("Ledger DB", config.DATABASE), + ("State DB", config.STATE_DATABASE), + ]: + try: + database.check_wal_file(db_path) + except exceptions.WALFileFoundError: + logger.warning( + f"{db_name} WAL file detected. To ensure no data corruption has occurred, run `counterparty-server check-db`." + ) + except exceptions.DatabaseError: + logger.warning( + f"{db_name} is in use by another process and was unable to be closed correctly." + ) - logger.debug("Cleaning up WAL and SHM files...") - api_db = database.get_db_connection(config.API_DATABASE, read_only=False, check_wal=False) - api_db.close() logger.info("Shutdown complete.") def reparse(block_index): backend.addrindexrs.init() - db = database.initialise_db() + ledger_db = database.initialise_db() + + last_block = ledger.get_last_block(ledger_db) + if last_block is None or block_index > last_block["block_index"]: + print(colored("Block index is higher than current block index. No need to reparse.", "red")) + backend.addrindexrs.stop() + ledger_db.close() + return + + state_db = database.get_db_connection(config.STATE_DATABASE, read_only=False) try: - blocks.reparse(db, block_index=block_index) + blocks.reparse(ledger_db, block_index=block_index) + dbbuilder.rollback_state_db(state_db, block_index) finally: backend.addrindexrs.stop() - database.optimize(db) - db.close() + database.optimize(ledger_db) + database.optimize(state_db) + ledger_db.close() + state_db.close() def rollback(block_index=None): - db = database.initialise_db() + ledger_db = database.initialise_db() + + last_block = ledger.get_last_block(ledger_db) + if last_block is None or block_index > last_block["block_index"]: + print( + colored("Block index is higher than current block index. No need to rollback.", "red") + ) + ledger_db.close() + return + + state_db = database.get_db_connection(config.STATE_DATABASE, read_only=False) try: - blocks.rollback(db, block_index=block_index) + blocks.rollback(ledger_db, block_index=block_index) + dbbuilder.rollback_state_db(state_db, block_index) finally: - database.optimize(db) - db.close() + database.optimize(ledger_db) + database.optimize(state_db) + ledger_db.close() + state_db.close() def vacuum(): diff --git a/counterparty-core/counterpartycore/test/api_db_test.py b/counterparty-core/counterpartycore/test/api_db_test.py index 7ee5f62c7a..0a4a735630 100644 --- a/counterparty-core/counterpartycore/test/api_db_test.py +++ b/counterparty-core/counterpartycore/test/api_db_test.py @@ -34,7 +34,7 @@ def compare_balances(api_db, ledger_db): @pytest.mark.usefixtures("api_server_v2") def test_api_database(): ledger_db = database.get_db_connection(config.DATABASE, read_only=True, check_wal=False) - api_db = database.get_db_connection(config.API_DATABASE, read_only=True, check_wal=False) + api_db = database.get_db_connection(config.STATE_DATABASE, read_only=True, check_wal=False) compare_balances(api_db, ledger_db) diff --git a/counterparty-core/counterpartycore/test/api_v2_test.py b/counterparty-core/counterpartycore/test/api_v2_test.py index c358717845..def201790c 100644 --- a/counterparty-core/counterpartycore/test/api_v2_test.py +++ b/counterparty-core/counterpartycore/test/api_v2_test.py @@ -145,24 +145,46 @@ def test_new_get_balances_by_address(): url = f"{API_ROOT}/v2/addresses/{alice}/balances" result = requests.get(url) # noqa: S113 - assert result.json()["result"] == [ + # import json + print(json.dumps(result.json()["result"], indent=4)) + + expected_result = [ { "address": None, "asset": "DIVISIBLE", + "asset_longname": None, "quantity": 1, - "utxo": "74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0", + "utxo": "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0", "utxo_address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", }, + { + "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "asset": "DIVISIBLE", + "asset_longname": None, + "quantity": 98799999999, + "utxo": None, + "utxo_address": None, + }, { "address": None, "asset": "XCP", + "asset_longname": None, "quantity": 100, - "utxo": "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0", + "utxo": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0", "utxo_address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", }, + { + "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "asset": "XCP", + "asset_longname": None, + "quantity": 91674999900, + "utxo": None, + "utxo_address": None, + }, { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset": "RAIDFAIRMIN", + "asset_longname": None, "quantity": 20, "utxo": None, "utxo_address": None, @@ -170,6 +192,7 @@ def test_new_get_balances_by_address(): { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset": "FREEFAIRMIN", + "asset_longname": None, "quantity": 10, "utxo": None, "utxo_address": None, @@ -177,6 +200,7 @@ def test_new_get_balances_by_address(): { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset": "A95428956661682277", + "asset_longname": "PARENT.already.issued", "quantity": 100000000, "utxo": None, "utxo_address": None, @@ -184,6 +208,7 @@ def test_new_get_balances_by_address(): { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset": "PARENT", + "asset_longname": None, "quantity": 100000000, "utxo": None, "utxo_address": None, @@ -191,46 +216,38 @@ def test_new_get_balances_by_address(): { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset": "MAXI", + "asset_longname": None, "quantity": 9223372036854775807, "utxo": None, "utxo_address": None, }, - { - "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "asset": "LOCKED", - "quantity": 1000, - "utxo": None, - "utxo_address": None, - }, - { - "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "asset": "CALLABLE", - "quantity": 1000, - "utxo": None, - "utxo_address": None, - }, { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset": "NODIVISIBLE", + "asset_longname": None, "quantity": 985, "utxo": None, "utxo_address": None, }, { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "asset": "DIVISIBLE", - "quantity": 98799999999, + "asset": "LOCKED", + "asset_longname": None, + "quantity": 1000, "utxo": None, "utxo_address": None, }, { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "asset": "XCP", - "quantity": 91674999900, + "asset": "CALLABLE", + "asset_longname": None, + "quantity": 1000, "utxo": None, "utxo_address": None, }, ] + for balance in result.json()["result"]: + assert balance in expected_result @pytest.mark.usefixtures("api_server_v2") @@ -241,85 +258,98 @@ def test_new_get_balances_by_asset(): import json print(json.dumps(result.json()["result"], indent=4)) - assert result.json()["result"] == [ + expected_result = [ { - "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "address": "1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2", "utxo": None, "utxo_address": None, "asset": "XCP", - "quantity": 91674999900, + "asset_longname": None, + "quantity": 300000000, }, { - "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "address": "mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK", "utxo": None, "utxo_address": None, "asset": "XCP", - "quantity": 99999990, + "asset_longname": None, + "quantity": 14999857, }, { - "address": "1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2", + "address": "2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy", "utxo": None, "utxo_address": None, "asset": "XCP", - "quantity": 300000000, + "asset_longname": None, + "quantity": 46449548498, }, { - "address": "myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM", + "address": "mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42", "utxo": None, "utxo_address": None, "asset": "XCP", - "quantity": 92999138821, + "asset_longname": None, + "quantity": 92949122099, }, { - "address": "munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b", + "address": "tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx", "utxo": None, "utxo_address": None, "asset": "XCP", - "quantity": 92949130360, + "asset_longname": None, + "quantity": 92999030129, }, { - "address": "mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42", + "address": "mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj", "utxo": None, "utxo_address": None, "asset": "XCP", - "quantity": 92949122099, + "asset_longname": None, + "quantity": 92945878046, }, { - "address": "mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK", + "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", "utxo": None, "utxo_address": None, "asset": "XCP", - "quantity": 14999857, + "asset_longname": None, + "quantity": 99999990, }, { - "address": "2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy", + "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "utxo": None, "utxo_address": None, "asset": "XCP", - "quantity": 46449548498, + "asset_longname": None, + "quantity": 91674999900, }, { - "address": "tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx", - "utxo": None, - "utxo_address": None, + "address": None, + "utxo": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0", + "utxo_address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset": "XCP", - "quantity": 92999030129, + "asset_longname": None, + "quantity": 100, }, { - "address": "mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj", + "address": "munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b", "utxo": None, "utxo_address": None, "asset": "XCP", - "quantity": 92945878046, + "asset_longname": None, + "quantity": 92949130360, }, { - "address": None, - "utxo": "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0", - "utxo_address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "address": "myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM", + "utxo": None, + "utxo_address": None, "asset": "XCP", - "quantity": 100, + "asset_longname": None, + "quantity": 92999138821, }, ] + for balance in result.json()["result"]: + assert balance in expected_result @pytest.mark.usefixtures("api_server") @@ -361,6 +391,7 @@ def test_new_get_asset_info(): "asset": "NODIVISIBLE", "asset_longname": None, "description": "No divisible asset", + "description_locked": False, "divisible": False, "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "locked": False, @@ -369,7 +400,6 @@ def test_new_get_asset_info(): "asset_id": "1911882621324134", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "supply": 1000, - "confirmed": True, } @@ -397,7 +427,6 @@ def test_new_get_asset_orders(): "fee_provided": 1000000, "fee_provided_remaining": 992800, "status": "open", - "confirmed": True, "get_price": 0.008, "give_price": 125.0, } @@ -426,7 +455,6 @@ def test_new_get_order_info(): "fee_provided": 6800, "fee_provided_remaining": 6800, "status": "open", - "confirmed": True, "get_price": 100.0, "give_price": 0.01, } @@ -457,7 +485,6 @@ def test_new_get_order_matches(): "match_expire_index": 310512, "fee_paid": 7200, "status": "expired", - "confirmed": True, } @@ -490,7 +517,6 @@ def test_asset_dispensers(): "dispense_count": 0, "last_status_tx_source": None, "close_block_index": None, - "confirmed": True, } ] @@ -521,6 +547,5 @@ def test_asset_dispensers(): "dispense_count": 0, "last_status_tx_source": None, "close_block_index": None, - "confirmed": True, } ] diff --git a/counterparty-core/counterpartycore/test/conftest.py b/counterparty-core/counterpartycore/test/conftest.py index 9c05025a9d..2e402cb37b 100644 --- a/counterparty-core/counterpartycore/test/conftest.py +++ b/counterparty-core/counterpartycore/test/conftest.py @@ -22,6 +22,7 @@ from counterpartycore.lib import arc4, config, database, exceptions, ledger, log, script, util from counterpartycore.lib.api import api_server as api_v2 from counterpartycore.lib.api import api_v1 as api +from counterpartycore.lib.api import dbbuilder from counterpartycore.test import util_test from counterpartycore.test.fixtures.params import DEFAULT_PARAMS from counterpartycore.test.fixtures.scenarios import INTEGRATION_SCENARIOS @@ -245,7 +246,7 @@ def api_server(request, cp_server): config.RPC_PORT = TEST_RPC_PORT = TEST_RPC_PORT + 1 server.configure_rpc(config.RPC_PASSWORD) - print("api_server", config.DATABASE, config.API_DATABASE) + print("api_server", config.DATABASE, config.STATE_DATABASE) # start RPC server and wait for server to be ready api_server = api.APIServer() @@ -289,7 +290,7 @@ def api_server_v2(request, cp_server): "api_user": "rpc", "api_password": None, "api_no_allow_cors": False, - "force": False, + "force": True, "requests_timeout": config.DEFAULT_REQUESTS_TIMEOUT, "rpc_batch_size": config.DEFAULT_RPC_BATCH_SIZE, "backend_ssl_verify": None, @@ -320,6 +321,8 @@ def api_server_v2(request, cp_server): "waitress_threads": 1, "max_log_file_size": 40 * 1024 * 1024, "max_log_file_rotations": 20, + "log_exclude_filters": None, + "log_include_filters": None, } server_config = ( default_config @@ -331,20 +334,26 @@ def api_server_v2(request, cp_server): } ) - if os.path.exists(config.API_DATABASE): - os.unlink(config.API_DATABASE) - if os.path.exists(config.API_DATABASE + "-shm"): - os.unlink(config.API_DATABASE + "-shm") - if os.path.exists(config.API_DATABASE + "-wal"): - os.unlink(config.API_DATABASE + "-wal") + config.STATE_DATABASE = config.STATE_DATABASE.replace(".testnet.db", ".db") + + if os.path.exists(config.STATE_DATABASE): + os.unlink(config.STATE_DATABASE) + if os.path.exists(config.STATE_DATABASE + "-shm"): + os.unlink(config.STATE_DATABASE + "-shm") + if os.path.exists(config.STATE_DATABASE + "-wal"): + os.unlink(config.STATE_DATABASE + "-wal") + + dbbuilder.build_state_db() def is_server_ready(): return True + util.CURRENT_BACKEND_HEIGHT = 0 + api_v2.is_server_ready = is_server_ready args = argparse.Namespace(**server_config) - api_server = api_v2.APIServer() + api_server = api_v2.APIServer(None) api_server.start(args) # wait for server to be ready diff --git a/counterparty-core/counterpartycore/test/deserialize_test.py b/counterparty-core/counterpartycore/test/deserialize_test.py index 08a25a4c51..ecb0ed57c4 100644 --- a/counterparty-core/counterpartycore/test/deserialize_test.py +++ b/counterparty-core/counterpartycore/test/deserialize_test.py @@ -48,6 +48,7 @@ def test_deserialize(): "vtxinwit": [], "lock_time": 0, "tx_hash": "54cc399879446c4eaa7774bb764b319a2680709f99704ce60344587f49ff97e8", + "tx_id": "54cc399879446c4eaa7774bb764b319a2680709f99704ce60344587f49ff97e8", "__data__": "0100000001db3acf37743ac015808f7911a88761530c801819b3b907340aa65dfb6d98ce24030000006a473044022002961f4800cb157f8c0913084db0ee148fa3e1130e0b5e40c3a46a6d4f83ceaf02202c3dd8e631bf24f4c0c5341b3e1382a27f8436d75f3e0a095915995b0bf7dc8e01210395c223fbf96e49e5b9e06a236ca7ef95b10bf18c074bd91a5942fc40360d0b68fdffffff040000000000000000536a4c5058325bd61325dc633fadf05bec9157c23106759cee40954d39d9dbffc17ec5851a2d1feb5d271da422e0e24c7ae8ad29d2eeabf7f9ca3de306bd2bc98e2a39e47731aa000caf400053000c1283000149c8000000000000001976a91462bef4110f98fdcb4aac3c1869dbed9bce8702ed88acc80000000000000017a9144317f779c0a2ccf8f6bc3d440bd9e536a5bff75287fa3e5100000000001976a914bf2646b8ba8b4a143220528bde9c306dac44a01c88ac00000000", } diff --git a/counterparty-core/counterpartycore/test/fixtures/api_v2_fixtures.json b/counterparty-core/counterpartycore/test/fixtures/api_v2_fixtures.json index 1096698820..7b06fa0f72 100644 --- a/counterparty-core/counterpartycore/test/fixtures/api_v2_fixtures.json +++ b/counterparty-core/counterpartycore/test/fixtures/api_v2_fixtures.json @@ -5,121 +5,111 @@ "block_index": 310703, "block_hash": "b8b21ab596ed7ad84e449d098c04d86cbb6623c5e88af7772166882efbd91218", "block_time": 310703000, + "ledger_hash": "fa9be6ec83c14604fbeede79c09404102eda193852f3c1965672bdbc07651bbf", + "txlist_hash": "ead5543d5ba4a13c6b7b09e468becc6ea499acf2a5cbc9b3e54e1477293760f4", + "messages_hash": "7ade286647e51cb336fb21cd8dd145cbc4720656184297a3a6393251f481d024", "previous_block_hash": null, "difficulty": null, - "ledger_hash": "94a62752f851c8ec439fbbd46fbd0bd0d75987fb22416187a48a70e6e9af308a", - "txlist_hash": "75ba50d1c638cfdfbbf050abe6646376e9a65e13bd56dce814de9959d6ba3ac1", - "messages_hash": "123e9f97e5e6a126ca155b96af461923964732c8c35433dbaedc5ab21e07ba6c", - "transaction_count": 0, - "confirmed": true + "transaction_count": 0 }, { "block_index": 310702, "block_hash": "69cb443673c221a8e157d61707d52cf980c87faf5c3b31a5850ff43be70883c8", "block_time": 310702000, + "ledger_hash": "66d9f92af4ee7422f6198541304c23dd776032a3b7680a88c99f57c747a8fe93", + "txlist_hash": "689d74dfb418e1674e6892afa5e865f45ea1c9ee9aebe930fab6e967cf8486f3", + "messages_hash": "81ca8221cc4c42a83952477e0cd44cb4f3df363967afa49eec760b76c3aa803d", "previous_block_hash": null, "difficulty": null, - "ledger_hash": "572bb86d600d33ec82edac9b1077ec7700d526cb25a69bc2bf2e10953f403e01", - "txlist_hash": "0ffd42fa9627a38e66bde8b0dc265ec25a6b44db75dbd5f05cb20d93fbbcb67f", - "messages_hash": "8c2eb533ea3d236da9166624a02f0c554a6a8e590657c02c189d9be26b023244", - "transaction_count": 0, - "confirmed": true + "transaction_count": 0 }, { "block_index": 310701, "block_hash": "9e2377aa8ebc26294dce0ed34dc1a071c67505a0cea36e0bec20d9ab0997f6e1", "block_time": 310701000, + "ledger_hash": "93f52d9dd1fe1606a1aa38ce4f00210ffacd37118495ec3a06fbbadc57b2deb4", + "txlist_hash": "724404753d10775f47ff861186fa24a13eaf71cb0e59b628103f36d38cc80d7d", + "messages_hash": "42fc1b35f152acf8dcfa7f2e8bdf73e3374b4b66db6eef2088982e9a7e5b3923", "previous_block_hash": null, "difficulty": null, - "ledger_hash": "8bc0f9cfc1b75cdfd6e59f1d41c6b67b790a25a98b6240f7ff5df617f256cb00", - "txlist_hash": "c66db074cb4446477ac875d007c8a2145f4a95430cc144a305ee3e71fcdbd107", - "messages_hash": "fb6814082e549565fd89ddb9f75131e919d8e98c590b846c9e3bc7ca9e062c05", - "transaction_count": 0, - "confirmed": true + "transaction_count": 0 }, { "block_index": 310700, "block_hash": "4f928d25664bb6ac693dd70e408dedc257abcd4cfb1f7ab6fabd8970cb663fa5", "block_time": 310700000, + "ledger_hash": "fe90eac96beabb7e5313f8d3466a3e9e862318e51eafc3df5ebddd67c7174568", + "txlist_hash": "1d5586274427145daa34ab7839453930fdac69521c32c6e77d4947d03d157359", + "messages_hash": "0734a8a00cccf16b9cf91f66506f854fdd632743c57b1f374f87ff1ea89c417f", "previous_block_hash": null, "difficulty": null, - "ledger_hash": "439c74d2a465996838179517ff57b2cc558d66848b857580be65319363846033", - "txlist_hash": "64d3d4ce91107031774de492adb7afb6b3d1e9e55fbc587c205a3fa0a36b6be6", - "messages_hash": "0212186911ad4ea7fbefc4c515852074821504e7a29ea3bb7afe23f39b2ebc01", - "transaction_count": 0, - "confirmed": true + "transaction_count": 0 }, { "block_index": 310699, "block_hash": "3f34102183af409ce39d0ebd3be002cc38e973a0b3492fc9c1e0dd5813941d1d", "block_time": 310699000, + "ledger_hash": "5f578b303590202d182d2d126fc4ddfe614fada16ec33eda05e493c414f405e2", + "txlist_hash": "4c177e0da421e1833233d147c1ecd5aee21da2897ffbd1baa139320820587226", + "messages_hash": "32d7740d1b26500bfca1a361a67a39f362e25fee60830911a76b9a4200832ba4", "previous_block_hash": null, "difficulty": null, - "ledger_hash": "5d0fa0f5c261642712f86c72055a7f19afe078a6c34e5538d77d85bb1b799a94", - "txlist_hash": "699935da2beafe8a13d0b6bafb2b7a9a57ca7a47c4cd352af9231b9c1313ff6b", - "messages_hash": "bc88de98b0e951bebadedcacaafe35e734892fbfeb8d5b66e3e0169fce3875b3", - "transaction_count": 0, - "confirmed": true + "transaction_count": 0 }, { "block_index": 310698, "block_hash": "ab4521982489ec4c2011e8f374ab83f249eeee42f51009b1b5647b998d854c53", "block_time": 310698000, + "ledger_hash": "e4dd38ae1fe02d009d84128937505c9eb9f807fa5dea74e77a3a438f12a2bbeb", + "txlist_hash": "7c6eabb5934f99aae5c32cae53addec2fa66ba2e5b8a2801d29cccb0f1028b93", + "messages_hash": "9d6bd77afd6863f8a38362aa908ea20bf54859de26b02d8b917ccc23b742caff", "previous_block_hash": null, "difficulty": null, - "ledger_hash": "f4f83f7b347792bb4c1336c694a08b2642717ebca900d9a0489bce1a2d994418", - "txlist_hash": "4512e4d49797db1713dd41784b0a38ef95c0a37386b2f1dfddffd16652ab1f13", - "messages_hash": "cc4baefa20d58d453994e4c6bd1a0a43311b0f9b4d1c2cbb2d7df9036337b508", - "transaction_count": 0, - "confirmed": true + "transaction_count": 0 }, { "block_index": 310697, "block_hash": "4fcf90ea3f5b4f6c003475c22f583053b5f7b6e0ffe12341b0993ede4fa8f304", "block_time": 310697000, + "ledger_hash": "b2ef3fb8b286c657e83f8707e86ad5190b0af834dc274017dce1bca26acad6a2", + "txlist_hash": "7b199c80505cad4703e6baf926cb858ffda7da594591cc4e8788f915a2b01248", + "messages_hash": "ba3631093c56db61398f4627d253a8796ffba334a16bc19af1eace688f8b122b", "previous_block_hash": null, "difficulty": null, - "ledger_hash": "995f4b278c55bf41f128a3dcc39a0389d4856e4aafab042c915eaaae536e40e2", - "txlist_hash": "88060fae502e50aee9fea21032e5655a6e77e65d289ba32302c70652400024c7", - "messages_hash": "51c471840c413a11a067faeb1b50c59b8573619ddb00a292ef78f19d65d91f17", - "transaction_count": 0, - "confirmed": true + "transaction_count": 0 }, { "block_index": 310696, "block_hash": "7ac8080d89c8a8245703603c294c5df90a342bb4a325462e65827fd709ab0fa7", "block_time": 310696000, + "ledger_hash": "b12309d3cd3ae4a4e63af3bb49ab7be89086b3216483abe3df6ee3ef4cd4495a", + "txlist_hash": "97773014afb5e392271b317b2ee678ce467367afa586e9925d10580e1b6fa692", + "messages_hash": "873521391a7906f54adf9ef529e50e3c0e97e41bf22e72df0785d67ce1900def", "previous_block_hash": null, "difficulty": null, - "ledger_hash": "d0a47afe3a6d2d2bf01e56643798c4a653d827046991571026345f44b34bac6f", - "txlist_hash": "1510f38f77e3400993a985c5b0e348cb9068c0ded5eeb2c4dc9ff0b6b5e50376", - "messages_hash": "e8ad25b4555337e928db7ec628a1ad2e21da8aab2f2690094511ed62c19bae2c", - "transaction_count": 0, - "confirmed": true + "transaction_count": 0 }, { "block_index": 310695, "block_hash": "a1803237d72105847b97a31294e91e7374ff47bdbc4e374744a8754a41423538", "block_time": 310695000, + "ledger_hash": "90cede3b9e6ffcba3e0af2584bc07a01c2ce0465095f9e2830dd0d9cf1a71a85", + "txlist_hash": "1657e29445bc4c4600856690d40a7f04d8b0733eb3bffbaa525ba9770e9cd171", + "messages_hash": "4fe41901a6cfa3c07498f1ceeb468ad3e09561bbcb2e0c62ae5a1136ab7d9f15", "previous_block_hash": null, "difficulty": null, - "ledger_hash": "819360045a5f9ee7b2696a8b1cd2579371b25a43076e1f4731d948dcb7b14202", - "txlist_hash": "cc4e8152565916228bebeb034d239a8d7a921420a20403b98b8c9cfbae646beb", - "messages_hash": "e4a2f9290dc6991c343e5043db7bb994ea2a435f38da572b2b9f9d28fb621981", - "transaction_count": 0, - "confirmed": true + "transaction_count": 0 }, { "block_index": 310694, "block_hash": "586e9f2ece2b1d03767d82fe988632d69a7827333860c58460abc7a5b9b396a0", "block_time": 310694000, + "ledger_hash": "fcc3fc1e1563344800ea86521b53b6b419e0495527386b67fd31ab23957a2a2f", + "txlist_hash": "46847e9822c68d2390adc97599452010bc2badc6decc88aedb9f58e57394cd52", + "messages_hash": "0d63cbb69925fd2a44367cf820efc23a41960265374e82b1e7d3e5a74aa2fe7f", "previous_block_hash": null, "difficulty": null, - "ledger_hash": "5b2559a37945f4174c2f651c9315ca9b9c274b40baf87a0e0890615459f7f437", - "txlist_hash": "cc78db8ff880deb043ca80285a482d558c829579b198fbb4ec33d35499c89f10", - "messages_hash": "5d919183614aad26e054c6383c0ff5a07798a961aa6626aae4757fc7c6bd3de3", - "transaction_count": 0, - "confirmed": true + "transaction_count": 0 } ], "next_cursor": 310693, @@ -130,13 +120,12 @@ "block_index": 310703, "block_hash": "b8b21ab596ed7ad84e449d098c04d86cbb6623c5e88af7772166882efbd91218", "block_time": 310703000, + "ledger_hash": "fa9be6ec83c14604fbeede79c09404102eda193852f3c1965672bdbc07651bbf", + "txlist_hash": "ead5543d5ba4a13c6b7b09e468becc6ea499acf2a5cbc9b3e54e1477293760f4", + "messages_hash": "7ade286647e51cb336fb21cd8dd145cbc4720656184297a3a6393251f481d024", "previous_block_hash": null, "difficulty": null, - "ledger_hash": "94a62752f851c8ec439fbbd46fbd0bd0d75987fb22416187a48a70e6e9af308a", - "txlist_hash": "75ba50d1c638cfdfbbf050abe6646376e9a65e13bd56dce814de9959d6ba3ac1", - "messages_hash": "123e9f97e5e6a126ca155b96af461923964732c8c35433dbaedc5ab21e07ba6c", - "transaction_count": 0, - "confirmed": true + "transaction_count": 0 } }, "http://localhost:10009/v2/blocks/310491?verbose=true": { @@ -144,13 +133,12 @@ "block_index": 310491, "block_hash": "811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16", "block_time": 310491000, - "previous_block_hash": null, - "difficulty": null, "ledger_hash": "3114d8091cfcaa9944c6fab49d51950535c4ef269877d58c372ed80b2b472ec6", "txlist_hash": "f065728a3544adc085fae976759c0d040a34ca0a8ddd39260b55f0262cd5baa8", - "messages_hash": "82f0725d5c8f293bde79404f8d6321ae5cb18f454366bb0df8c79e8e6c9d942d", - "transaction_count": 1, - "confirmed": true + "messages_hash": "d6837ec3da9fb3980989196e548cc6b8b6bbbf89ed8282e8df045f5775e83e9d", + "previous_block_hash": null, + "difficulty": null, + "transaction_count": 1 } }, "http://localhost:10009/v2/blocks/54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b?verbose=true": { @@ -158,13 +146,12 @@ "block_index": 310500, "block_hash": "54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b", "block_time": 310500000, - "previous_block_hash": null, - "difficulty": null, "ledger_hash": "6c240f1f3a985ff91e6a280c4448b8d739a06caa6fa383c4b9a7b90d27bdb17b", "txlist_hash": "d21ed1a33a3ff157708a8e8c5a11062e0b33a7682896f695cd174ee93dce7767", - "messages_hash": "dae6d72781d6d86a1634656c8791642d13a91c9a77b062d5c4a45f2e8952b869", - "transaction_count": 1, - "confirmed": true + "messages_hash": "eb779323859bd0e97760c71000e78db207550a70c645d8b7380d0fa015e83d96", + "previous_block_hash": null, + "difficulty": null, + "transaction_count": 1 } }, "http://localhost:10009/v2/blocks/310491/transactions?verbose=true": { @@ -182,7 +169,58 @@ "data": "0000000a00000000000000010000000005f5e100000000000000000000000000000c350007d000000000000dbba0", "supported": true, "utxos_info": " 34ddf77d56739516eec4be2cef26c823380845834393dcedc8c06c184b55463b:0 2 ", - "confirmed": true, + "transaction_type": null, + "events": [ + { + "event_index": 1189, + "event": "OPEN_ORDER", + "params": { + "block_index": 310491, + "expiration": 2000, + "expire_index": 312491, + "fee_provided": 6800, + "fee_provided_remaining": 6800, + "fee_required": 900000, + "fee_required_remaining": 900000, + "get_asset": "BTC", + "get_quantity": 800000, + "get_remaining": 800000, + "give_asset": "XCP", + "give_quantity": 100000000, + "give_remaining": 100000000, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "open", + "tx_hash": "74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498", + "tx_index": 492, + "block_time": 310491000, + "give_asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "get_asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Bitcoin cryptocurrency", + "locked": false, + "issuer": null + }, + "give_quantity_normalized": "1.00000000", + "get_quantity_normalized": "0.00800000", + "get_remaining_normalized": "0.00800000", + "give_remaining_normalized": "1.00000000", + "fee_provided_normalized": "0.00006800", + "fee_required_normalized": "0.00900000", + "fee_required_remaining_normalized": "0.00900000", + "fee_provided_remaining_normalized": "0.00006800" + }, + "tx_hash": "74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498", + "block_index": 310491, + "block_time": 310491000 + } + ], "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -219,15 +257,25 @@ "next_cursor": null, "result_count": 1 }, + "http://localhost:10009/v2/blocks/310491/transactions/counts?verbose=true": { + "result": [ + { + "transaction_type": null, + "count": 1 + } + ], + "next_cursor": null, + "result_count": 1 + }, "http://localhost:10009/v2/blocks/310491/events?verbose=true": { "result": [ { - "event_index": 1184, + "event_index": 1191, "event": "BLOCK_PARSED", "params": { "block_index": 310491, "ledger_hash": "3114d8091cfcaa9944c6fab49d51950535c4ef269877d58c372ed80b2b472ec6", - "messages_hash": "82f0725d5c8f293bde79404f8d6321ae5cb18f454366bb0df8c79e8e6c9d942d", + "messages_hash": "d6837ec3da9fb3980989196e548cc6b8b6bbbf89ed8282e8df045f5775e83e9d", "transaction_count": 1, "txlist_hash": "f065728a3544adc085fae976759c0d040a34ca0a8ddd39260b55f0262cd5baa8", "block_time": 310491000 @@ -235,7 +283,7 @@ "tx_hash": null }, { - "event_index": 1183, + "event_index": 1190, "event": "TRANSACTION_PARSED", "params": { "supported": true, @@ -245,7 +293,7 @@ "tx_hash": "74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498" }, { - "event_index": 1182, + "event_index": 1189, "event": "OPEN_ORDER", "params": { "block_index": 310491, @@ -292,7 +340,7 @@ "tx_hash": "74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498" }, { - "event_index": 1181, + "event_index": 1188, "event": "DEBIT", "params": { "action": "open order", @@ -317,7 +365,7 @@ "tx_hash": "74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498" }, { - "event_index": 1180, + "event_index": 1187, "event": "NEW_TRANSACTION", "params": { "block_hash": "811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16", @@ -332,41 +380,12 @@ "tx_hash": "74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498", "tx_index": 492, "utxos_info": " 34ddf77d56739516eec4be2cef26c823380845834393dcedc8c06c184b55463b:0 2 ", - "unpacked_data": { - "message_type": "order", - "message_type_id": 10, - "message_data": { - "give_asset": "XCP", - "give_quantity": 100000000, - "get_asset": "BTC", - "get_quantity": 800000, - "expiration": 2000, - "fee_required": 900000, - "status": "open", - "give_asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true - }, - "get_asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Bitcoin cryptocurrency", - "locked": false, - "issuer": null - }, - "give_quantity_normalized": "1.00000000", - "get_quantity_normalized": "0.00800000" - } - }, "btc_amount_normalized": "0.00000000" }, "tx_hash": null }, { - "event_index": 1179, + "event_index": 1186, "event": "NEW_BLOCK", "params": { "block_hash": "811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16", @@ -435,7 +454,6 @@ "tx_index": 492, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310491000, "asset_info": { "asset_longname": null, @@ -504,8 +522,44 @@ "fee": 6150, "data": "0000000c00000023ded9aaeb00000000000000640000000000000064000000000000006400", "supported": true, - "utxos_info": " b44885994dea259ac03a7c7b46076e05cd217a9f465d8f7c7be9cc831ba47291:1 2 ", - "confirmed": true, + "utxos_info": " b44885994dea259ac03a7c7b46076e05cd217a9f465d8f7c7be9cc831ba47291:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1348, + "event": "OPEN_DISPENSER", + "params": { + "asset": "TESTDISP", + "block_index": 310510, + "dispense_count": 0, + "escrow_quantity": 100, + "give_quantity": 100, + "give_remaining": 100, + "oracle_address": null, + "origin": "munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b", + "satoshirate": 100, + "source": "munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b", + "status": 0, + "tx_hash": "af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e", + "tx_index": 511, + "block_time": 310510000, + "asset_info": { + "asset_longname": null, + "description": "Test dispensers asset", + "issuer": "munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b", + "divisible": false, + "locked": false + }, + "give_quantity_normalized": "100", + "give_remaining_normalized": "100", + "escrow_quantity_normalized": "100", + "satoshirate_normalized": "0.00000100" + }, + "tx_hash": "af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e", + "block_index": 310510, + "block_time": 310510000 + } + ], "unpacked_data": { "message_type": "dispenser", "message_type_id": 12, @@ -544,7 +598,55 @@ "data": "0000001400000023ded9aaeb00000000000003e80000000000000000000015546573742064697370656e73657273206173736574", "supported": true, "utxos_info": " 5b13a8589b5a02abddc9156a2efc53713161a23bc1d149f909dcc079ea9c3af5:0 2 ", - "confirmed": true, + "transaction_type": null, + "events": [ + { + "event_index": 1340, + "event": "ASSET_CREATION", + "params": { + "asset_id": "154062662379", + "asset_longname": null, + "asset_name": "TESTDISP", + "block_index": 310509, + "block_time": 310509000 + }, + "tx_hash": "01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1", + "block_index": 310509, + "block_time": 310509000 + }, + { + "event_index": 1341, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "TESTDISP", + "asset_events": "creation", + "asset_longname": null, + "block_index": 310509, + "call_date": 0, + "call_price": 0.0, + "callable": false, + "description": "Test dispensers asset", + "description_locked": false, + "divisible": false, + "fee_paid": 50000000, + "issuer": "munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b", + "locked": false, + "quantity": 1000, + "reset": false, + "source": "munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b", + "status": "valid", + "transfer": false, + "tx_hash": "01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1", + "tx_index": 510, + "block_time": 310509000, + "quantity_normalized": "1000", + "fee_paid_normalized": "0.50000000" + }, + "tx_hash": "01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1", + "block_index": 310509, + "block_time": 310509000 + } + ], "unpacked_data": { "message_type": "issuance", "message_type_id": 20, @@ -568,18 +670,49 @@ }, { "tx_index": 509, - "tx_hash": "a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726", + "tx_hash": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", "block_index": 310508, "block_hash": "40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf", "block_time": 310508000, "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "destination": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "btc_amount": 5430, + "btc_amount": 10000, "fee": 7650, "data": "65444956495349424c457c317c", "supported": true, - "utxos_info": " 74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0 3 ", - "confirmed": true, + "utxos_info": " b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0 3 ", + "transaction_type": null, + "events": [ + { + "event_index": 1334, + "event": "ATTACH_TO_UTXO", + "params": { + "asset": "DIVISIBLE", + "block_index": 310508, + "destination": "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0", + "fee_paid": 0, + "msg_index": 0, + "quantity": 1, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "tx_hash": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", + "tx_index": 509, + "block_time": 310508000, + "asset_info": { + "asset_longname": null, + "description": "Divisible asset", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000001", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", + "block_index": 310508, + "block_time": 310508000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1698974038, @@ -587,22 +720,53 @@ "error": "Unknown message type" } }, - "btc_amount_normalized": "0.00005430" + "btc_amount_normalized": "0.00010000" }, { "tx_index": 508, - "tx_hash": "c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02", + "tx_hash": "f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30", "block_index": 310507, "block_hash": "015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93", "block_time": 310507000, "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "destination": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "btc_amount": 5430, + "btc_amount": 10000, "fee": 7650, "data": "655843507c3130307c", "supported": true, - "utxos_info": " e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0 3 ", - "confirmed": true, + "utxos_info": " 57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0 3 ", + "transaction_type": null, + "events": [ + { + "event_index": 1326, + "event": "ATTACH_TO_UTXO", + "params": { + "asset": "XCP", + "block_index": 310507, + "destination": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0", + "fee_paid": 0, + "msg_index": 0, + "quantity": 100, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "tx_hash": "f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30", + "tx_index": 508, + "block_time": 310507000, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000100", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30", + "block_index": 310507, + "block_time": 310507000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1700283216, @@ -610,7 +774,7 @@ "error": "Unknown message type" } }, - "btc_amount_normalized": "0.00005430" + "btc_amount_normalized": "0.00010000" }, { "tx_index": 507, @@ -624,8 +788,85 @@ "fee": 5800, "data": "5b413136303336313238353739323733333732397c3230", "supported": true, - "utxos_info": " 33b22f767d86a1375935576b0b0b76fee0c080ab5dd4e8d9aa27537df84abef2:1 2 ", - "confirmed": true, + "utxos_info": " 33b22f767d86a1375935576b0b0b76fee0c080ab5dd4e8d9aa27537df84abef2:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1307, + "event": "NEW_FAIRMINT", + "params": { + "asset": "A160361285792733729", + "block_index": 310506, + "commission": 6, + "earn_quantity": 14, + "fairminter_tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9", + "paid_quantity": 200, + "source": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "status": "valid", + "tx_hash": "ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18", + "tx_index": 507, + "block_time": 310506000, + "asset_info": { + "asset_longname": null, + "description": "softcap description", + "issuer": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "divisible": true, + "locked": true + }, + "earn_quantity_normalized": "0.00000014", + "commission_normalized": "0.00000006", + "paid_quantity_normalized": "0.00000200" + }, + "tx_hash": "ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18", + "block_index": 310506, + "block_time": 310506000 + }, + { + "event_index": 1317, + "event": "FAIRMINTER_UPDATE", + "params": { + "status": "closed", + "tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9" + }, + "tx_hash": "ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18", + "block_index": 310506, + "block_time": 310506000 + }, + { + "event_index": 1318, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "A160361285792733729", + "asset_events": "fairmint", + "asset_longname": null, + "block_index": 310506, + "call_date": 0, + "call_price": 0.0, + "callable": false, + "description": "softcap description", + "description_locked": true, + "divisible": true, + "fair_minting": false, + "fee_paid": 0, + "issuer": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "locked": true, + "msg_index": 0, + "quantity": 20, + "reset": false, + "source": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "status": "valid", + "transfer": false, + "tx_hash": "ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18", + "tx_index": 507, + "block_time": 310506000, + "quantity_normalized": "0.00000020", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18", + "block_index": 310506, + "block_time": 310506000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1530999094, @@ -647,8 +888,74 @@ "fee": 5800, "data": "5b413136303336313238353739323733333732397c3130", "supported": true, - "utxos_info": " f1a22cd5df828fe94c328ca0c39fd1120b98dcc333b2d1ac95465b4bc2a2ace1:1 2 ", - "confirmed": true, + "utxos_info": " f1a22cd5df828fe94c328ca0c39fd1120b98dcc333b2d1ac95465b4bc2a2ace1:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1298, + "event": "NEW_FAIRMINT", + "params": { + "asset": "A160361285792733729", + "block_index": 310505, + "commission": 3, + "earn_quantity": 7, + "fairminter_tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9", + "paid_quantity": 100, + "source": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "status": "valid", + "tx_hash": "6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8", + "tx_index": 506, + "block_time": 310505000, + "asset_info": { + "asset_longname": null, + "description": "softcap description", + "issuer": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "divisible": true, + "locked": true + }, + "earn_quantity_normalized": "0.00000007", + "commission_normalized": "0.00000003", + "paid_quantity_normalized": "0.00000100" + }, + "tx_hash": "6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8", + "block_index": 310505, + "block_time": 310505000 + }, + { + "event_index": 1299, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "A160361285792733729", + "asset_events": "fairmint", + "asset_longname": null, + "block_index": 310505, + "call_date": 0, + "call_price": 0.0, + "callable": false, + "description": "softcap description", + "description_locked": false, + "divisible": true, + "fair_minting": true, + "fee_paid": 0, + "issuer": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "locked": false, + "msg_index": 0, + "quantity": 10, + "reset": false, + "source": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "status": "valid", + "transfer": false, + "tx_hash": "6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8", + "tx_index": 506, + "block_time": 310505000, + "quantity_normalized": "0.00000010", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8", + "block_index": 310505, + "block_time": 310505000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1530999094, @@ -671,7 +978,95 @@ "data": "5a413136303336313238353739323733333732397c7c31307c317c307c35307c32307c307c307c32307c3331303532307c33303030303030307c307c317c317c317c736f6674636170206465736372697074696f6e", "supported": true, "utxos_info": " a827b0538f335c6416477786ef827c5bf52bb1bfa20053209d5b788d18b8e16c:0 3 ", - "confirmed": true, + "transaction_type": null, + "events": [ + { + "event_index": 1287, + "event": "NEW_FAIRMINTER", + "params": { + "asset": "A160361285792733729", + "asset_longname": null, + "asset_parent": null, + "block_index": 310504, + "burn_payment": false, + "description": "softcap description", + "divisible": true, + "end_block": 0, + "hard_cap": 50, + "lock_description": true, + "lock_quantity": true, + "max_mint_per_tx": 0, + "minted_asset_commission_int": 30000000, + "pre_minted": false, + "premint_quantity": 20, + "price": 10, + "quantity_by_price": 1, + "soft_cap": 20, + "soft_cap_deadline_block": 310520, + "source": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "start_block": 0, + "status": "open", + "tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9", + "tx_index": 505, + "block_time": 310504000, + "price_normalized": "10.0000000000000000", + "hard_cap_normalized": "0.00000050", + "soft_cap_normalized": "0.00000020", + "quantity_by_price_normalized": "0.00000001", + "max_mint_per_tx_normalized": "0.00000000", + "premint_quantity_normalized": "0.00000020" + }, + "tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9", + "block_index": 310504, + "block_time": 310504000 + }, + { + "event_index": 1288, + "event": "ASSET_CREATION", + "params": { + "asset_id": "160361285792733729", + "asset_longname": null, + "asset_name": "A160361285792733729", + "block_index": 310504, + "block_time": 310504000 + }, + "tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9", + "block_index": 310504, + "block_time": 310504000 + }, + { + "event_index": 1289, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "A160361285792733729", + "asset_events": "open_fairminter", + "asset_longname": null, + "block_index": 310504, + "call_date": 0, + "call_price": 0, + "callable": false, + "description": "softcap description", + "divisible": true, + "fair_minting": true, + "fee_paid": 0, + "issuer": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "locked": false, + "quantity": 20, + "reset": false, + "source": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "status": "valid", + "transfer": false, + "tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9", + "tx_index": 505, + "block_time": 310504000, + "quantity_normalized": "0.00000020", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9", + "block_index": 310504, + "block_time": 310504000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1514221878, @@ -693,8 +1088,96 @@ "fee": 6675, "data": "5a51414944464149524d494e7c7c31307c317c307c35307c32307c307c307c32307c3430303030307c35303030303030307c307c307c307c317c", "supported": true, - "utxos_info": " 3e7d029e0751dbdd5853f91b6e28f8df6b1b940ace7b8723d459905df4e0ef9c:1 2 ", - "confirmed": true, + "utxos_info": " 3e7d029e0751dbdd5853f91b6e28f8df6b1b940ace7b8723d459905df4e0ef9c:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1278, + "event": "NEW_FAIRMINTER", + "params": { + "asset": "QAIDFAIRMIN", + "asset_longname": null, + "asset_parent": null, + "block_index": 310503, + "burn_payment": false, + "description": "", + "divisible": true, + "end_block": 0, + "hard_cap": 50, + "lock_description": false, + "lock_quantity": false, + "max_mint_per_tx": 0, + "minted_asset_commission_int": 50000000, + "pre_minted": false, + "premint_quantity": 20, + "price": 10, + "quantity_by_price": 1, + "soft_cap": 20, + "soft_cap_deadline_block": 400000, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "start_block": 0, + "status": "open", + "tx_hash": "c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7", + "tx_index": 504, + "block_time": 310503000, + "price_normalized": "10.0000000000000000", + "hard_cap_normalized": "0.00000050", + "soft_cap_normalized": "0.00000020", + "quantity_by_price_normalized": "0.00000001", + "max_mint_per_tx_normalized": "0.00000000", + "premint_quantity_normalized": "0.00000020" + }, + "tx_hash": "c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7", + "block_index": 310503, + "block_time": 310503000 + }, + { + "event_index": 1279, + "event": "ASSET_CREATION", + "params": { + "asset_id": "2260369790942965", + "asset_longname": null, + "asset_name": "QAIDFAIRMIN", + "block_index": 310503, + "block_time": 310503000 + }, + "tx_hash": "c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7", + "block_index": 310503, + "block_time": 310503000 + }, + { + "event_index": 1280, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "QAIDFAIRMIN", + "asset_events": "open_fairminter", + "asset_longname": null, + "block_index": 310503, + "call_date": 0, + "call_price": 0, + "callable": false, + "description": "", + "divisible": true, + "fair_minting": true, + "fee_paid": 50000000.0, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "locked": false, + "quantity": 20, + "reset": false, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "transfer": false, + "tx_hash": "c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7", + "tx_index": 504, + "block_time": 310503000, + "quantity_normalized": "0.00000020", + "fee_paid_normalized": "0.50000000" + }, + "tx_hash": "c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7", + "block_index": 310503, + "block_time": 310503000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1515274569, @@ -716,8 +1199,96 @@ "fee": 6375, "data": "5a52414944464149524d494e7c7c31307c317c31307c33307c32307c307c307c307c307c307c307c307c307c317c", "supported": true, - "utxos_info": " c5ae7746f5282db0e11d580db3006fc6ff2e1b895e1513dbb4586343e08df687:1 2 ", - "confirmed": true, + "utxos_info": " c5ae7746f5282db0e11d580db3006fc6ff2e1b895e1513dbb4586343e08df687:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1269, + "event": "NEW_FAIRMINTER", + "params": { + "asset": "RAIDFAIRMIN", + "asset_longname": null, + "asset_parent": null, + "block_index": 310502, + "burn_payment": false, + "description": "", + "divisible": true, + "end_block": 0, + "hard_cap": 30, + "lock_description": false, + "lock_quantity": false, + "max_mint_per_tx": 10, + "minted_asset_commission_int": 0, + "pre_minted": true, + "premint_quantity": 20, + "price": 10, + "quantity_by_price": 1, + "soft_cap": 0, + "soft_cap_deadline_block": 0, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "start_block": 0, + "status": "open", + "tx_hash": "9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1", + "tx_index": 503, + "block_time": 310502000, + "price_normalized": "10.0000000000000000", + "hard_cap_normalized": "0.00000030", + "soft_cap_normalized": "0.00000000", + "quantity_by_price_normalized": "0.00000001", + "max_mint_per_tx_normalized": "0.00000010", + "premint_quantity_normalized": "0.00000020" + }, + "tx_hash": "9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1", + "block_index": 310502, + "block_time": 310502000 + }, + { + "event_index": 1270, + "event": "ASSET_CREATION", + "params": { + "asset_id": "2401536886596341", + "asset_longname": null, + "asset_name": "RAIDFAIRMIN", + "block_index": 310502, + "block_time": 310502000 + }, + "tx_hash": "9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1", + "block_index": 310502, + "block_time": 310502000 + }, + { + "event_index": 1271, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "RAIDFAIRMIN", + "asset_events": "open_fairminter", + "asset_longname": null, + "block_index": 310502, + "call_date": 0, + "call_price": 0, + "callable": false, + "description": "", + "divisible": true, + "fair_minting": true, + "fee_paid": 50000000.0, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "locked": false, + "quantity": 20, + "reset": false, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "transfer": false, + "tx_hash": "9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1", + "tx_index": 503, + "block_time": 310502000, + "quantity_normalized": "0.00000020", + "fee_paid_normalized": "0.50000000" + }, + "tx_hash": "9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1", + "block_index": 310502, + "block_time": 310502000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1515340105, @@ -739,8 +1310,74 @@ "fee": 5575, "data": "5b46524545464149524d494e7c30", "supported": true, - "utxos_info": " fe9a0647adff98bcc8289f2d6178db687d99be439cb64a1c8ae89d325552fd38:1 2 ", - "confirmed": true, + "utxos_info": " fe9a0647adff98bcc8289f2d6178db687d99be439cb64a1c8ae89d325552fd38:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1263, + "event": "NEW_FAIRMINT", + "params": { + "asset": "FREEFAIRMIN", + "block_index": 310501, + "commission": 0, + "earn_quantity": 10, + "fairminter_tx_hash": "a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce", + "paid_quantity": 0, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "tx_hash": "d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67", + "tx_index": 502, + "block_time": 310501000, + "asset_info": { + "asset_longname": null, + "description": "", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false + }, + "earn_quantity_normalized": "0.00000010", + "commission_normalized": "0.00000000", + "paid_quantity_normalized": "0.00000000" + }, + "tx_hash": "d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67", + "block_index": 310501, + "block_time": 310501000 + }, + { + "event_index": 1264, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "FREEFAIRMIN", + "asset_events": "fairmint", + "asset_longname": null, + "block_index": 310501, + "call_date": 0, + "call_price": 0.0, + "callable": false, + "description": "", + "description_locked": false, + "divisible": true, + "fair_minting": true, + "fee_paid": 0, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "locked": false, + "msg_index": 0, + "quantity": 10, + "reset": false, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "transfer": false, + "tx_hash": "d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67", + "tx_index": 502, + "block_time": 310501000, + "quantity_normalized": "0.00000010", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67", + "block_index": 310501, + "block_time": 310501000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1531335237, @@ -754,6 +1391,16 @@ "next_cursor": 501, "result_count": 64 }, + "http://localhost:10009/v2/transactions/counts?verbose=true": { + "result": [ + { + "transaction_type": null, + "count": 64 + } + ], + "next_cursor": null, + "result_count": 1 + }, "http://localhost:10009/v2/transactions/2?verbose=true": { "result": { "tx_index": 2, @@ -768,7 +1415,55 @@ "data": "00000014000000a25be34b66000000174876e800010000000000000000000f446976697369626c65206173736574", "supported": true, "utxos_info": " ae7a3edc95c2e5ecf013374d39915de4bbf5d98934bc7e53b00016267f8ffba0:0 2 ", - "confirmed": true, + "transaction_type": null, + "events": [ + { + "event_index": 11, + "event": "ASSET_CREATION", + "params": { + "asset_id": "697326324582", + "asset_longname": null, + "asset_name": "DIVISIBLE", + "block_index": 310001, + "block_time": 310001000 + }, + "tx_hash": "1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1", + "block_index": 310001, + "block_time": 310001000 + }, + { + "event_index": 12, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "DIVISIBLE", + "asset_events": "creation", + "asset_longname": null, + "block_index": 310001, + "call_date": 0, + "call_price": 0.0, + "callable": false, + "description": "Divisible asset", + "description_locked": false, + "divisible": true, + "fee_paid": 50000000, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "locked": false, + "quantity": 100000000000, + "reset": false, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "transfer": false, + "tx_hash": "1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1", + "tx_index": 2, + "block_time": 310001000, + "quantity_normalized": "1000.00000000", + "fee_paid_normalized": "0.50000000" + }, + "tx_hash": "1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1", + "block_index": 310001, + "block_time": 310001000 + } + ], "unpacked_data": { "message_type": "issuance", "message_type_id": 20, @@ -804,8 +1499,85 @@ "fee": 5800, "data": "5b413136303336313238353739323733333732397c3230", "supported": true, - "utxos_info": " 33b22f767d86a1375935576b0b0b76fee0c080ab5dd4e8d9aa27537df84abef2:1 2 ", - "confirmed": true, + "utxos_info": " 33b22f767d86a1375935576b0b0b76fee0c080ab5dd4e8d9aa27537df84abef2:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1307, + "event": "NEW_FAIRMINT", + "params": { + "asset": "A160361285792733729", + "block_index": 310506, + "commission": 6, + "earn_quantity": 14, + "fairminter_tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9", + "paid_quantity": 200, + "source": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "status": "valid", + "tx_hash": "ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18", + "tx_index": 507, + "block_time": 310506000, + "asset_info": { + "asset_longname": null, + "description": "softcap description", + "issuer": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "divisible": true, + "locked": true + }, + "earn_quantity_normalized": "0.00000014", + "commission_normalized": "0.00000006", + "paid_quantity_normalized": "0.00000200" + }, + "tx_hash": "ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18", + "block_index": 310506, + "block_time": 310506000 + }, + { + "event_index": 1317, + "event": "FAIRMINTER_UPDATE", + "params": { + "status": "closed", + "tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9" + }, + "tx_hash": "ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18", + "block_index": 310506, + "block_time": 310506000 + }, + { + "event_index": 1318, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "A160361285792733729", + "asset_events": "fairmint", + "asset_longname": null, + "block_index": 310506, + "call_date": 0, + "call_price": 0.0, + "callable": false, + "description": "softcap description", + "description_locked": true, + "divisible": true, + "fair_minting": false, + "fee_paid": 0, + "issuer": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "locked": true, + "msg_index": 0, + "quantity": 20, + "reset": false, + "source": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "status": "valid", + "transfer": false, + "tx_hash": "ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18", + "tx_index": 507, + "block_time": 310506000, + "quantity_normalized": "0.00000020", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18", + "block_index": 310506, + "block_time": 310506000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1530999094, @@ -819,7 +1591,7 @@ "http://localhost:10009/v2/transactions/2/events?verbose=true": { "result": [ { - "event_index": 13, + "event_index": 14, "event": "TRANSACTION_PARSED", "params": { "supported": true, @@ -831,7 +1603,7 @@ "block_time": 310001000 }, { - "event_index": 12, + "event_index": 13, "event": "CREDIT", "params": { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", @@ -858,7 +1630,7 @@ "block_time": 310001000 }, { - "event_index": 11, + "event_index": 12, "event": "ASSET_ISSUANCE", "params": { "asset": "DIVISIBLE", @@ -890,7 +1662,7 @@ "block_time": 310001000 }, { - "event_index": 10, + "event_index": 11, "event": "ASSET_CREATION", "params": { "asset_id": "697326324582", @@ -904,7 +1676,7 @@ "block_time": 310001000 }, { - "event_index": 9, + "event_index": 10, "event": "DEBIT", "params": { "action": "issuance fee", @@ -937,7 +1709,7 @@ "http://localhost:10009/v2/transactions/ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18/events?verbose=true": { "result": [ { - "event_index": 1311, + "event_index": 1319, "event": "TRANSACTION_PARSED", "params": { "supported": true, @@ -949,7 +1721,7 @@ "block_time": 310506000 }, { - "event_index": 1310, + "event_index": 1318, "event": "ASSET_ISSUANCE", "params": { "asset": "A160361285792733729", @@ -983,7 +1755,7 @@ "block_time": 310506000 }, { - "event_index": 1309, + "event_index": 1317, "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", @@ -994,7 +1766,7 @@ "block_time": 310506000 }, { - "event_index": 1308, + "event_index": 1316, "event": "CREDIT", "params": { "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -1021,7 +1793,7 @@ "block_time": 310506000 }, { - "event_index": 1307, + "event_index": 1315, "event": "CREDIT", "params": { "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -1048,7 +1820,7 @@ "block_time": 310506000 }, { - "event_index": 1306, + "event_index": 1314, "event": "CREDIT", "params": { "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -1075,7 +1847,7 @@ "block_time": 310506000 }, { - "event_index": 1305, + "event_index": 1313, "event": "CREDIT", "params": { "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -1102,7 +1874,7 @@ "block_time": 310506000 }, { - "event_index": 1304, + "event_index": 1312, "event": "CREDIT", "params": { "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -1129,7 +1901,7 @@ "block_time": 310506000 }, { - "event_index": 1303, + "event_index": 1311, "event": "CREDIT", "params": { "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -1156,7 +1928,7 @@ "block_time": 310506000 }, { - "event_index": 1302, + "event_index": 1310, "event": "CREDIT", "params": { "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -1183,7 +1955,7 @@ "block_time": 310506000 }, { - "event_index": 1301, + "event_index": 1309, "event": "DEBIT", "params": { "action": "unescrowed fairmint payment", @@ -1210,7 +1982,7 @@ "block_time": 310506000 }, { - "event_index": 1300, + "event_index": 1308, "event": "DEBIT", "params": { "action": "unescrowed fairmint", @@ -1237,7 +2009,7 @@ "block_time": 310506000 }, { - "event_index": 1299, + "event_index": 1307, "event": "NEW_FAIRMINT", "params": { "asset": "A160361285792733729", @@ -1267,7 +2039,7 @@ "block_time": 310506000 }, { - "event_index": 1298, + "event_index": 1306, "event": "CREDIT", "params": { "address": "mvCounterpartyXXXXXXXXXXXXXXW24Hef", @@ -1294,7 +2066,7 @@ "block_time": 310506000 }, { - "event_index": 1297, + "event_index": 1305, "event": "CREDIT", "params": { "address": "mvCounterpartyXXXXXXXXXXXXXXW24Hef", @@ -1321,7 +2093,7 @@ "block_time": 310506000 }, { - "event_index": 1296, + "event_index": 1304, "event": "DEBIT", "params": { "action": "escrowed fairmint", @@ -1364,7 +2136,7 @@ "http://localhost:10009/v2/transactions/2/events/CREDIT?verbose=true": { "result": [ { - "event_index": 12, + "event_index": 13, "event": "CREDIT", "params": { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", @@ -1397,7 +2169,7 @@ "http://localhost:10009/v2/transactions/ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18/events/CREDIT?verbose=true": { "result": [ { - "event_index": 1308, + "event_index": 1316, "event": "CREDIT", "params": { "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -1424,7 +2196,7 @@ "block_time": 310506000 }, { - "event_index": 1307, + "event_index": 1315, "event": "CREDIT", "params": { "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -1451,7 +2223,7 @@ "block_time": 310506000 }, { - "event_index": 1306, + "event_index": 1314, "event": "CREDIT", "params": { "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -1478,7 +2250,7 @@ "block_time": 310506000 }, { - "event_index": 1305, + "event_index": 1313, "event": "CREDIT", "params": { "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -1505,7 +2277,7 @@ "block_time": 310506000 }, { - "event_index": 1304, + "event_index": 1312, "event": "CREDIT", "params": { "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -1532,7 +2304,7 @@ "block_time": 310506000 }, { - "event_index": 1303, + "event_index": 1311, "event": "CREDIT", "params": { "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -1559,7 +2331,7 @@ "block_time": 310506000 }, { - "event_index": 1302, + "event_index": 1310, "event": "CREDIT", "params": { "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -1586,7 +2358,7 @@ "block_time": 310506000 }, { - "event_index": 1298, + "event_index": 1306, "event": "CREDIT", "params": { "address": "mvCounterpartyXXXXXXXXXXXXXXW24Hef", @@ -1613,7 +2385,7 @@ "block_time": 310506000 }, { - "event_index": 1297, + "event_index": 1305, "event": "CREDIT", "params": { "address": "mvCounterpartyXXXXXXXXXXXXXXW24Hef", @@ -1647,6 +2419,7 @@ "result": [ { "asset": "A160361285792733729", + "asset_longname": null, "total": 50, "addresses": [ { @@ -1668,6 +2441,7 @@ }, { "asset": "A95428956661682277", + "asset_longname": null, "total": 100000000, "addresses": [ { @@ -1689,6 +2463,7 @@ }, { "asset": "CALLABLE", + "asset_longname": null, "total": 1000, "addresses": [ { @@ -1710,6 +2485,7 @@ }, { "asset": "DIVISIBLE", + "asset_longname": null, "total": 98900000000, "addresses": [ { @@ -1728,7 +2504,7 @@ }, { "address": null, - "utxo": "74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0", + "utxo": "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0", "utxo_address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "quantity": 1, "quantity_normalized": "0.00000001" @@ -1745,6 +2521,7 @@ }, { "asset": "FREEFAIRMIN", + "asset_longname": null, "total": 10, "addresses": [ { @@ -1766,6 +2543,7 @@ }, { "asset": "LOCKED", + "asset_longname": null, "total": 1000, "addresses": [ { @@ -1793,18 +2571,49 @@ "result": [ { "tx_index": 509, - "tx_hash": "a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726", + "tx_hash": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", "block_index": 310508, "block_hash": "40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf", "block_time": 310508000, "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "destination": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "btc_amount": 5430, + "btc_amount": 10000, "fee": 7650, "data": "65444956495349424c457c317c", "supported": true, - "utxos_info": " 74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0 3 ", - "confirmed": true, + "utxos_info": " b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0 3 ", + "transaction_type": null, + "events": [ + { + "event_index": 1334, + "event": "ATTACH_TO_UTXO", + "params": { + "asset": "DIVISIBLE", + "block_index": 310508, + "destination": "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0", + "fee_paid": 0, + "msg_index": 0, + "quantity": 1, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "tx_hash": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", + "tx_index": 509, + "block_time": 310508000, + "asset_info": { + "asset_longname": null, + "description": "Divisible asset", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000001", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", + "block_index": 310508, + "block_time": 310508000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1698974038, @@ -1812,22 +2621,53 @@ "error": "Unknown message type" } }, - "btc_amount_normalized": "0.00005430" + "btc_amount_normalized": "0.00010000" }, { "tx_index": 508, - "tx_hash": "c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02", + "tx_hash": "f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30", "block_index": 310507, "block_hash": "015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93", "block_time": 310507000, "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "destination": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "btc_amount": 5430, + "btc_amount": 10000, "fee": 7650, "data": "655843507c3130307c", "supported": true, - "utxos_info": " e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0 3 ", - "confirmed": true, + "utxos_info": " 57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0 3 ", + "transaction_type": null, + "events": [ + { + "event_index": 1326, + "event": "ATTACH_TO_UTXO", + "params": { + "asset": "XCP", + "block_index": 310507, + "destination": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0", + "fee_paid": 0, + "msg_index": 0, + "quantity": 100, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "tx_hash": "f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30", + "tx_index": 508, + "block_time": 310507000, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000100", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30", + "block_index": 310507, + "block_time": 310507000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1700283216, @@ -1835,7 +2675,7 @@ "error": "Unknown message type" } }, - "btc_amount_normalized": "0.00005430" + "btc_amount_normalized": "0.00010000" }, { "tx_index": 507, @@ -1849,8 +2689,85 @@ "fee": 5800, "data": "5b413136303336313238353739323733333732397c3230", "supported": true, - "utxos_info": " 33b22f767d86a1375935576b0b0b76fee0c080ab5dd4e8d9aa27537df84abef2:1 2 ", - "confirmed": true, + "utxos_info": " 33b22f767d86a1375935576b0b0b76fee0c080ab5dd4e8d9aa27537df84abef2:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1307, + "event": "NEW_FAIRMINT", + "params": { + "asset": "A160361285792733729", + "block_index": 310506, + "commission": 6, + "earn_quantity": 14, + "fairminter_tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9", + "paid_quantity": 200, + "source": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "status": "valid", + "tx_hash": "ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18", + "tx_index": 507, + "block_time": 310506000, + "asset_info": { + "asset_longname": null, + "description": "softcap description", + "issuer": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "divisible": true, + "locked": true + }, + "earn_quantity_normalized": "0.00000014", + "commission_normalized": "0.00000006", + "paid_quantity_normalized": "0.00000200" + }, + "tx_hash": "ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18", + "block_index": 310506, + "block_time": 310506000 + }, + { + "event_index": 1317, + "event": "FAIRMINTER_UPDATE", + "params": { + "status": "closed", + "tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9" + }, + "tx_hash": "ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18", + "block_index": 310506, + "block_time": 310506000 + }, + { + "event_index": 1318, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "A160361285792733729", + "asset_events": "fairmint", + "asset_longname": null, + "block_index": 310506, + "call_date": 0, + "call_price": 0.0, + "callable": false, + "description": "softcap description", + "description_locked": true, + "divisible": true, + "fair_minting": false, + "fee_paid": 0, + "issuer": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "locked": true, + "msg_index": 0, + "quantity": 20, + "reset": false, + "source": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "status": "valid", + "transfer": false, + "tx_hash": "ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18", + "tx_index": 507, + "block_time": 310506000, + "quantity_normalized": "0.00000020", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18", + "block_index": 310506, + "block_time": 310506000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1530999094, @@ -1872,8 +2789,74 @@ "fee": 5800, "data": "5b413136303336313238353739323733333732397c3130", "supported": true, - "utxos_info": " f1a22cd5df828fe94c328ca0c39fd1120b98dcc333b2d1ac95465b4bc2a2ace1:1 2 ", - "confirmed": true, + "utxos_info": " f1a22cd5df828fe94c328ca0c39fd1120b98dcc333b2d1ac95465b4bc2a2ace1:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1298, + "event": "NEW_FAIRMINT", + "params": { + "asset": "A160361285792733729", + "block_index": 310505, + "commission": 3, + "earn_quantity": 7, + "fairminter_tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9", + "paid_quantity": 100, + "source": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "status": "valid", + "tx_hash": "6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8", + "tx_index": 506, + "block_time": 310505000, + "asset_info": { + "asset_longname": null, + "description": "softcap description", + "issuer": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "divisible": true, + "locked": true + }, + "earn_quantity_normalized": "0.00000007", + "commission_normalized": "0.00000003", + "paid_quantity_normalized": "0.00000100" + }, + "tx_hash": "6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8", + "block_index": 310505, + "block_time": 310505000 + }, + { + "event_index": 1299, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "A160361285792733729", + "asset_events": "fairmint", + "asset_longname": null, + "block_index": 310505, + "call_date": 0, + "call_price": 0.0, + "callable": false, + "description": "softcap description", + "description_locked": false, + "divisible": true, + "fair_minting": true, + "fee_paid": 0, + "issuer": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "locked": false, + "msg_index": 0, + "quantity": 10, + "reset": false, + "source": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "status": "valid", + "transfer": false, + "tx_hash": "6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8", + "tx_index": 506, + "block_time": 310505000, + "quantity_normalized": "0.00000010", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8", + "block_index": 310505, + "block_time": 310505000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1530999094, @@ -1896,7 +2879,95 @@ "data": "5a413136303336313238353739323733333732397c7c31307c317c307c35307c32307c307c307c32307c3331303532307c33303030303030307c307c317c317c317c736f6674636170206465736372697074696f6e", "supported": true, "utxos_info": " a827b0538f335c6416477786ef827c5bf52bb1bfa20053209d5b788d18b8e16c:0 3 ", - "confirmed": true, + "transaction_type": null, + "events": [ + { + "event_index": 1287, + "event": "NEW_FAIRMINTER", + "params": { + "asset": "A160361285792733729", + "asset_longname": null, + "asset_parent": null, + "block_index": 310504, + "burn_payment": false, + "description": "softcap description", + "divisible": true, + "end_block": 0, + "hard_cap": 50, + "lock_description": true, + "lock_quantity": true, + "max_mint_per_tx": 0, + "minted_asset_commission_int": 30000000, + "pre_minted": false, + "premint_quantity": 20, + "price": 10, + "quantity_by_price": 1, + "soft_cap": 20, + "soft_cap_deadline_block": 310520, + "source": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "start_block": 0, + "status": "open", + "tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9", + "tx_index": 505, + "block_time": 310504000, + "price_normalized": "10.0000000000000000", + "hard_cap_normalized": "0.00000050", + "soft_cap_normalized": "0.00000020", + "quantity_by_price_normalized": "0.00000001", + "max_mint_per_tx_normalized": "0.00000000", + "premint_quantity_normalized": "0.00000020" + }, + "tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9", + "block_index": 310504, + "block_time": 310504000 + }, + { + "event_index": 1288, + "event": "ASSET_CREATION", + "params": { + "asset_id": "160361285792733729", + "asset_longname": null, + "asset_name": "A160361285792733729", + "block_index": 310504, + "block_time": 310504000 + }, + "tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9", + "block_index": 310504, + "block_time": 310504000 + }, + { + "event_index": 1289, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "A160361285792733729", + "asset_events": "open_fairminter", + "asset_longname": null, + "block_index": 310504, + "call_date": 0, + "call_price": 0, + "callable": false, + "description": "softcap description", + "divisible": true, + "fair_minting": true, + "fee_paid": 0, + "issuer": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "locked": false, + "quantity": 20, + "reset": false, + "source": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "status": "valid", + "transfer": false, + "tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9", + "tx_index": 505, + "block_time": 310504000, + "quantity_normalized": "0.00000020", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9", + "block_index": 310504, + "block_time": 310504000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1514221878, @@ -1918,8 +2989,96 @@ "fee": 6675, "data": "5a51414944464149524d494e7c7c31307c317c307c35307c32307c307c307c32307c3430303030307c35303030303030307c307c307c307c317c", "supported": true, - "utxos_info": " 3e7d029e0751dbdd5853f91b6e28f8df6b1b940ace7b8723d459905df4e0ef9c:1 2 ", - "confirmed": true, + "utxos_info": " 3e7d029e0751dbdd5853f91b6e28f8df6b1b940ace7b8723d459905df4e0ef9c:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1278, + "event": "NEW_FAIRMINTER", + "params": { + "asset": "QAIDFAIRMIN", + "asset_longname": null, + "asset_parent": null, + "block_index": 310503, + "burn_payment": false, + "description": "", + "divisible": true, + "end_block": 0, + "hard_cap": 50, + "lock_description": false, + "lock_quantity": false, + "max_mint_per_tx": 0, + "minted_asset_commission_int": 50000000, + "pre_minted": false, + "premint_quantity": 20, + "price": 10, + "quantity_by_price": 1, + "soft_cap": 20, + "soft_cap_deadline_block": 400000, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "start_block": 0, + "status": "open", + "tx_hash": "c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7", + "tx_index": 504, + "block_time": 310503000, + "price_normalized": "10.0000000000000000", + "hard_cap_normalized": "0.00000050", + "soft_cap_normalized": "0.00000020", + "quantity_by_price_normalized": "0.00000001", + "max_mint_per_tx_normalized": "0.00000000", + "premint_quantity_normalized": "0.00000020" + }, + "tx_hash": "c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7", + "block_index": 310503, + "block_time": 310503000 + }, + { + "event_index": 1279, + "event": "ASSET_CREATION", + "params": { + "asset_id": "2260369790942965", + "asset_longname": null, + "asset_name": "QAIDFAIRMIN", + "block_index": 310503, + "block_time": 310503000 + }, + "tx_hash": "c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7", + "block_index": 310503, + "block_time": 310503000 + }, + { + "event_index": 1280, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "QAIDFAIRMIN", + "asset_events": "open_fairminter", + "asset_longname": null, + "block_index": 310503, + "call_date": 0, + "call_price": 0, + "callable": false, + "description": "", + "divisible": true, + "fair_minting": true, + "fee_paid": 50000000.0, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "locked": false, + "quantity": 20, + "reset": false, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "transfer": false, + "tx_hash": "c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7", + "tx_index": 504, + "block_time": 310503000, + "quantity_normalized": "0.00000020", + "fee_paid_normalized": "0.50000000" + }, + "tx_hash": "c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7", + "block_index": 310503, + "block_time": 310503000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1515274569, @@ -1936,7 +3095,7 @@ "http://localhost:10009/v2/addresses/events?verbose=true&limit=6&addresses=mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc,mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns": { "result": [ { - "event_index": 1351, + "event_index": 1359, "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 310513, @@ -1950,18 +3109,18 @@ "block_time": 310513000 }, { - "event_index": 1326, + "event_index": 1334, "event": "ATTACH_TO_UTXO", "params": { "asset": "DIVISIBLE", "block_index": 310508, - "destination": "74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0", + "destination": "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0", "fee_paid": 0, "msg_index": 0, "quantity": 1, "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "status": "valid", - "tx_hash": "a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726", + "tx_hash": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", "tx_index": 509, "block_time": 310508000, "asset_info": { @@ -1974,19 +3133,19 @@ "quantity_normalized": "0.00000001", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726", + "tx_hash": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", "block_index": 310508, "block_time": 310508000 }, { - "event_index": 1324, + "event_index": 1332, "event": "DEBIT", "params": { "action": "attach to utxo", "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset": "DIVISIBLE", "block_index": 310508, - "event": "a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726", + "event": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", "quantity": 1, "tx_index": 509, "utxo": null, @@ -2001,50 +3160,44 @@ }, "quantity_normalized": "0.00000001" }, - "tx_hash": "a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726", + "tx_hash": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", "block_index": 310508, "block_time": 310508000 }, { - "event_index": 1322, + "event_index": 1330, "event": "NEW_TRANSACTION", "params": { "block_hash": "40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf", "block_index": 310508, "block_time": 310508000, - "btc_amount": 5430, + "btc_amount": 10000, "data": "65444956495349424c457c317c", "destination": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "fee": 7650, "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "supported": true, - "tx_hash": "a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726", + "tx_hash": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", "tx_index": 509, - "utxos_info": " 74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0 3 ", - "unpacked_data": { - "message_type": "unknown", - "message_type_id": 1698974038, - "message_data": { - "error": "Unknown message type" - } - }, - "btc_amount_normalized": "0.00005430" + "utxos_info": " b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0 3 ", + "btc_amount_normalized": "0.00010000" }, "tx_hash": null, "block_index": 310508, "block_time": 310508000 } ], - "next_cursor": 1318, - "result_count": 175 + "next_cursor": 1330, + "result_count": 177 }, "http://localhost:10009/v2/addresses/mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc/balances?verbose=true": { "result": [ { "address": null, "asset": "DIVISIBLE", + "asset_longname": null, "quantity": 1, - "utxo": "74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0", + "utxo": "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0", "utxo_address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset_info": { "asset_longname": null, @@ -2055,11 +3208,28 @@ }, "quantity_normalized": "0.00000001" }, + { + "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "asset": "DIVISIBLE", + "asset_longname": null, + "quantity": 98799999999, + "utxo": null, + "utxo_address": null, + "asset_info": { + "asset_longname": null, + "description": "Divisible asset", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false + }, + "quantity_normalized": "987.99999999" + }, { "address": null, "asset": "XCP", + "asset_longname": null, "quantity": 100, - "utxo": "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0", + "utxo": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0", "utxo_address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset_info": { "asset_longname": null, @@ -2070,9 +3240,26 @@ }, "quantity_normalized": "0.00000100" }, + { + "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "asset": "XCP", + "asset_longname": null, + "quantity": 91674999900, + "utxo": null, + "utxo_address": null, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "916.74999900" + }, { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset": "RAIDFAIRMIN", + "asset_longname": null, "quantity": 20, "utxo": null, "utxo_address": null, @@ -2088,6 +3275,7 @@ { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset": "FREEFAIRMIN", + "asset_longname": null, "quantity": 10, "utxo": null, "utxo_address": null, @@ -2103,6 +3291,7 @@ { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset": "A95428956661682277", + "asset_longname": "PARENT.already.issued", "quantity": 100000000, "utxo": null, "utxo_address": null, @@ -2118,6 +3307,7 @@ { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset": "PARENT", + "asset_longname": null, "quantity": 100000000, "utxo": null, "utxo_address": null, @@ -2133,6 +3323,7 @@ { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset": "MAXI", + "asset_longname": null, "quantity": 9223372036854775807, "utxo": null, "utxo_address": null, @@ -2145,39 +3336,10 @@ }, "quantity_normalized": "92233720368.54776000" }, - { - "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "asset": "LOCKED", - "quantity": 1000, - "utxo": null, - "utxo_address": null, - "asset_info": { - "asset_longname": null, - "description": "Locked asset", - "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": true, - "locked": true - }, - "quantity_normalized": "0.00001000" - }, - { - "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "asset": "CALLABLE", - "quantity": 1000, - "utxo": null, - "utxo_address": null, - "asset_info": { - "asset_longname": null, - "description": "Callable asset", - "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": true, - "locked": false - }, - "quantity_normalized": "0.00001000" - }, { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset": "NODIVISIBLE", + "asset_longname": null, "quantity": 985, "utxo": null, "utxo_address": null, @@ -2192,33 +3354,35 @@ }, { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "asset": "DIVISIBLE", - "quantity": 98799999999, + "asset": "LOCKED", + "asset_longname": null, + "quantity": 1000, "utxo": null, "utxo_address": null, "asset_info": { "asset_longname": null, - "description": "Divisible asset", + "description": "Locked asset", "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "divisible": true, - "locked": false + "locked": true }, - "quantity_normalized": "987.99999999" + "quantity_normalized": "0.00001000" }, { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "asset": "XCP", - "quantity": 91674999900, + "asset": "CALLABLE", + "asset_longname": null, + "quantity": 1000, "utxo": null, "utxo_address": null, "asset_info": { "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, + "description": "Callable asset", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "divisible": true, - "locked": true + "locked": false }, - "quantity_normalized": "916.74999900" + "quantity_normalized": "0.00001000" } ], "next_cursor": null, @@ -2229,6 +3393,7 @@ { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset": "NODIVISIBLE", + "asset_longname": null, "quantity": 985, "utxo": null, "utxo_address": null, @@ -2253,11 +3418,10 @@ "asset": "DIVISIBLE", "quantity": 1, "calling_function": "attach to utxo", - "event": "a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726", + "event": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", "tx_index": 509, - "utxo": "74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0", + "utxo": "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0", "utxo_address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "confirmed": true, "block_time": 310508000, "asset_info": { "asset_longname": null, @@ -2274,11 +3438,10 @@ "asset": "XCP", "quantity": 100, "calling_function": "attach to utxo", - "event": "c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02", + "event": "f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30", "tx_index": 508, - "utxo": "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0", + "utxo": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0", "utxo_address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "confirmed": true, "block_time": 310507000, "asset_info": { "asset_longname": null, @@ -2299,7 +3462,6 @@ "tx_index": 503, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310502000, "asset_info": { "asset_longname": null, @@ -2320,7 +3482,6 @@ "tx_index": 502, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310501000, "asset_info": { "asset_longname": null, @@ -2341,7 +3502,6 @@ "tx_index": 499, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310498000, "asset_info": { "asset_longname": "PARENT.already.issued", @@ -2362,7 +3522,6 @@ "tx_index": 498, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310497000, "asset_info": { "asset_longname": null, @@ -2383,7 +3542,6 @@ "tx_index": 483, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310482000, "asset_info": { "asset_longname": null, @@ -2404,7 +3562,6 @@ "tx_index": 103, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310102000, "asset_info": { "asset_longname": null, @@ -2425,7 +3582,6 @@ "tx_index": 17, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310016000, "asset_info": { "asset_longname": null, @@ -2446,7 +3602,6 @@ "tx_index": 5, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310004000, "asset_info": { "asset_longname": null, @@ -2467,7 +3622,6 @@ "tx_index": 4, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310003000, "asset_info": { "asset_longname": null, @@ -2488,7 +3642,6 @@ "tx_index": 3, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310002000, "asset_info": { "asset_longname": null, @@ -2509,7 +3662,6 @@ "tx_index": 2, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310001000, "asset_info": { "asset_longname": null, @@ -2530,7 +3682,6 @@ "tx_index": 1, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310000000, "asset_info": { "asset_longname": null, @@ -2553,11 +3704,10 @@ "asset": "DIVISIBLE", "quantity": 1, "action": "attach to utxo", - "event": "a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726", + "event": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", "tx_index": 509, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310508000, "asset_info": { "asset_longname": null, @@ -2574,11 +3724,10 @@ "asset": "XCP", "quantity": 100, "action": "attach to utxo", - "event": "c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02", + "event": "f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30", "tx_index": 508, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310507000, "asset_info": { "asset_longname": null, @@ -2599,7 +3748,6 @@ "tx_index": 504, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310503000, "asset_info": { "asset_longname": null, @@ -2620,7 +3768,6 @@ "tx_index": 503, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310502000, "asset_info": { "asset_longname": null, @@ -2641,7 +3788,6 @@ "tx_index": 501, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310500000, "asset_info": { "asset_longname": null, @@ -2662,7 +3808,6 @@ "tx_index": 500, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310499000, "asset_info": { "asset_longname": null, @@ -2683,7 +3828,6 @@ "tx_index": 499, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310498000, "asset_info": { "asset_longname": null, @@ -2704,7 +3848,6 @@ "tx_index": 498, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310497000, "asset_info": { "asset_longname": null, @@ -2725,7 +3868,6 @@ "tx_index": 492, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310491000, "asset_info": { "asset_longname": null, @@ -2746,7 +3888,6 @@ "tx_index": 482, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310481000, "asset_info": { "asset_longname": null, @@ -2767,7 +3908,6 @@ "tx_index": 111, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310110000, "asset_info": { "asset_longname": null, @@ -2788,7 +3928,6 @@ "tx_index": 20, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310019000, "asset_info": { "asset_longname": null, @@ -2809,7 +3948,6 @@ "tx_index": 17, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310016000, "asset_info": { "asset_longname": null, @@ -2830,7 +3968,6 @@ "tx_index": 16, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310015000, "asset_info": { "asset_longname": null, @@ -2851,7 +3988,6 @@ "tx_index": 15, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310014000, "asset_info": { "asset_longname": null, @@ -2872,7 +4008,6 @@ "tx_index": 14, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310013000, "asset_info": { "asset_longname": null, @@ -2893,7 +4028,6 @@ "tx_index": 13, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310012000, "asset_info": { "asset_longname": null, @@ -2914,7 +4048,6 @@ "tx_index": 11, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310010000, "asset_info": { "asset_longname": null, @@ -2935,7 +4068,6 @@ "tx_index": 10, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310009000, "asset_info": { "asset_longname": null, @@ -2956,7 +4088,6 @@ "tx_index": 9, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310008000, "asset_info": { "asset_longname": null, @@ -2977,7 +4108,6 @@ "tx_index": 8, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310007000, "asset_info": { "asset_longname": null, @@ -2998,7 +4128,6 @@ "tx_index": 7, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310006000, "asset_info": { "asset_longname": null, @@ -3019,7 +4148,6 @@ "tx_index": 5, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310004000, "asset_info": { "asset_longname": null, @@ -3040,7 +4168,6 @@ "tx_index": 4, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310003000, "asset_info": { "asset_longname": null, @@ -3061,7 +4188,6 @@ "tx_index": 3, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310002000, "asset_info": { "asset_longname": null, @@ -3082,7 +4208,6 @@ "tx_index": 2, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310001000, "asset_info": { "asset_longname": null, @@ -3117,7 +4242,6 @@ "expire_index": 311101, "fee_fraction_int": 5000000, "status": "open", - "confirmed": true, "block_time": 310101000, "fee_fraction_int_normalized": "0.05000000" } @@ -3138,7 +4262,6 @@ "text": "Unit Test", "locked": false, "status": "valid", - "confirmed": true, "block_time": 310102000, "fee_fraction_int_normalized": "0.05000000" }, @@ -3153,7 +4276,6 @@ "text": "Unit Test", "locked": false, "status": "valid", - "confirmed": true, "block_time": 310017000, "fee_fraction_int_normalized": "0.05000000" } @@ -3171,7 +4293,6 @@ "burned": 62000000, "earned": 93000000000, "status": "valid", - "confirmed": true, "block_time": 310000000, "burned_normalized": "0.62000000", "earned_normalized": "930.00000000" @@ -3184,17 +4305,16 @@ "result": [ { "tx_index": 509, - "tx_hash": "a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726", + "tx_hash": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", "block_index": 310508, "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "destination": "74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0", + "destination": "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0", "asset": "DIVISIBLE", "quantity": 1, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310508000, "asset_info": { "asset_longname": null, @@ -3208,17 +4328,16 @@ }, { "tx_index": 508, - "tx_hash": "c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02", + "tx_hash": "f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30", "block_index": 310507, "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "destination": "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0", + "destination": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0", "asset": "XCP", "quantity": 100, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310507000, "asset_info": { "asset_longname": null, @@ -3242,7 +4361,6 @@ "msg_index": 0, "memo": "68656c6c6f", "fee_paid": 0, - "confirmed": true, "block_time": 310481000, "asset_info": { "asset_longname": null, @@ -3266,7 +4384,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310110000, "asset_info": { "asset_longname": null, @@ -3290,7 +4407,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310015000, "asset_info": { "asset_longname": null, @@ -3314,7 +4430,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310014000, "asset_info": { "asset_longname": null, @@ -3338,7 +4453,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310013000, "asset_info": { "asset_longname": null, @@ -3362,7 +4476,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310012000, "asset_info": { "asset_longname": null, @@ -3386,7 +4499,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310008000, "asset_info": { "asset_longname": null, @@ -3410,7 +4522,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310007000, "asset_info": { "asset_longname": null, @@ -3440,7 +4551,6 @@ "msg_index": 0, "memo": "fade0001", "fee_paid": 0, - "confirmed": true, "block_time": 310482000, "asset_info": { "asset_longname": null, @@ -3470,7 +4580,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310015000, "asset_info": { "asset_longname": null, @@ -3494,7 +4603,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310014000, "asset_info": { "asset_longname": null, @@ -3539,7 +4647,6 @@ "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, @@ -3604,14 +4711,13 @@ "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, "block_time": 310503000, "quantity_normalized": "0.00000020", "fee_paid_normalized": "0.50000000" @@ -3632,14 +4738,13 @@ "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, "block_time": 310502000, "quantity_normalized": "0.00000020", "fee_paid_normalized": "0.50000000" @@ -3660,14 +4765,13 @@ "call_price": 0.0, "description": "", "fee_paid": 0, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "fairmint", - "confirmed": true, "block_time": 310501000, "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" @@ -3688,14 +4792,13 @@ "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, "block_time": 310500000, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" @@ -3716,14 +4819,13 @@ "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, "block_time": 310499000, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" @@ -3744,14 +4846,13 @@ "call_price": 0.0, "description": "Child of parent", "fee_paid": 25000000, + "locked": false, "status": "valid", "asset_longname": "PARENT.already.issued", - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310498000, "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.25000000" @@ -3772,14 +4873,13 @@ "call_price": 0.0, "description": "Parent asset", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310497000, "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.50000000" @@ -3800,14 +4900,13 @@ "call_price": 0.0, "description": "Maximum quantity", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310016000, "quantity_normalized": "92233720368.54776000", "fee_paid_normalized": "0.50000000" @@ -3828,14 +4927,13 @@ "call_price": 0.0, "description": "Locked asset", "fee_paid": 0, + "locked": true, "status": "valid", "asset_longname": null, - "locked": true, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "lock_quantity", - "confirmed": true, "block_time": 310005000, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" @@ -3856,14 +4954,13 @@ "call_price": 0.0, "description": "Locked asset", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310004000, "quantity_normalized": "0.00001000", "fee_paid_normalized": "0.50000000" @@ -3884,14 +4981,13 @@ "call_price": 0.0, "description": "Callable asset", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310003000, "quantity_normalized": "0.00001000", "fee_paid_normalized": "0.50000000" @@ -3912,14 +5008,13 @@ "call_price": 0.0, "description": "No divisible asset", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310002000, "quantity_normalized": "1000", "fee_paid_normalized": "0.50000000" @@ -3940,14 +5035,13 @@ "call_price": 0.0, "description": "Divisible asset", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310001000, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" @@ -3959,8 +5053,8 @@ "http://localhost:10009/v2/addresses/mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc/assets?verbose=true": { "result": [ { - "asset": "QAIDFAIRMIN", - "asset_id": "2260369790942965", + "asset": "RAIDFAIRMIN", + "asset_id": "2401536886596341", "asset_longname": null, "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", @@ -3968,16 +5062,16 @@ "locked": false, "supply": 20, "description": "", - "first_issuance_block_index": 310503, - "last_issuance_block_index": 310503, - "confirmed": true, - "first_issuance_block_time": 310503000, - "last_issuance_block_time": 310503000, + "description_locked": false, + "first_issuance_block_index": 310502, + "last_issuance_block_index": 310502, + "first_issuance_block_time": 310502000, + "last_issuance_block_time": 310502000, "supply_normalized": "0.00000020" }, { - "asset": "RAIDFAIRMIN", - "asset_id": "2401536886596341", + "asset": "QAIDFAIRMIN", + "asset_id": "2260369790942965", "asset_longname": null, "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", @@ -3985,80 +5079,63 @@ "locked": false, "supply": 20, "description": "", - "first_issuance_block_index": 310502, - "last_issuance_block_index": 310502, - "confirmed": true, - "first_issuance_block_time": 310502000, - "last_issuance_block_time": 310502000, + "description_locked": false, + "first_issuance_block_index": 310503, + "last_issuance_block_index": 310503, + "first_issuance_block_time": 310503000, + "last_issuance_block_time": 310503000, "supply_normalized": "0.00000020" }, { - "asset": "PAIDFAIRMIN", - "asset_id": "2119202695289589", + "asset": "PARENT", + "asset_id": "178522493", "asset_longname": null, "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "divisible": true, "locked": false, - "supply": 0, - "description": "", - "first_issuance_block_index": 310500, - "last_issuance_block_index": 310500, - "confirmed": true, - "first_issuance_block_time": 310500000, - "last_issuance_block_time": 310500000, - "supply_normalized": "0.00000000" + "supply": 100000000, + "description": "Parent asset", + "description_locked": false, + "first_issuance_block_index": 310497, + "last_issuance_block_index": 310497, + "first_issuance_block_time": 310497000, + "last_issuance_block_time": 310497000, + "supply_normalized": "1.00000000" }, { - "asset": "FREEFAIRMIN", - "asset_id": "799006024850293", + "asset": "PAIDFAIRMIN", + "asset_id": "2119202695289589", "asset_longname": null, "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "divisible": true, "locked": false, - "supply": 10, + "supply": 0, "description": "", - "first_issuance_block_index": 310499, - "last_issuance_block_index": 310501, - "confirmed": true, - "first_issuance_block_time": 310499000, - "last_issuance_block_time": 310501000, - "supply_normalized": "0.00000010" - }, - { - "asset": "A95428956661682277", - "asset_id": "95428956661682277", - "asset_longname": "PARENT.already.issued", - "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": true, - "locked": false, - "supply": 100000000, - "description": "Child of parent", - "first_issuance_block_index": 310498, - "last_issuance_block_index": 310498, - "confirmed": true, - "first_issuance_block_time": 310498000, - "last_issuance_block_time": 310498000, - "supply_normalized": "1.00000000" + "description_locked": false, + "first_issuance_block_index": 310500, + "last_issuance_block_index": 310500, + "first_issuance_block_time": 310500000, + "last_issuance_block_time": 310500000, + "supply_normalized": "0.00000000" }, { - "asset": "PARENT", - "asset_id": "178522493", + "asset": "NODIVISIBLE", + "asset_id": "1911882621324134", "asset_longname": null, "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": true, + "divisible": false, "locked": false, - "supply": 100000000, - "description": "Parent asset", - "first_issuance_block_index": 310497, - "last_issuance_block_index": 310497, - "confirmed": true, - "first_issuance_block_time": 310497000, - "last_issuance_block_time": 310497000, - "supply_normalized": "1.00000000" + "supply": 1000, + "description": "No divisible asset", + "description_locked": false, + "first_issuance_block_index": 310002, + "last_issuance_block_index": 310002, + "first_issuance_block_time": 310002000, + "last_issuance_block_time": 310002000, + "supply_normalized": "1000" }, { "asset": "MAXI", @@ -4070,9 +5147,9 @@ "locked": false, "supply": 9223372036854775807, "description": "Maximum quantity", + "description_locked": false, "first_issuance_block_index": 310016, "last_issuance_block_index": 310016, - "confirmed": true, "first_issuance_block_time": 310016000, "last_issuance_block_time": 310016000, "supply_normalized": "92233720368.54776000" @@ -4087,46 +5164,29 @@ "locked": true, "supply": 1000, "description": "Locked asset", + "description_locked": false, "first_issuance_block_index": 310004, "last_issuance_block_index": 310005, - "confirmed": true, "first_issuance_block_time": 310004000, "last_issuance_block_time": 310005000, "supply_normalized": "0.00001000" }, { - "asset": "CALLABLE", - "asset_id": "16199343190", + "asset": "FREEFAIRMIN", + "asset_id": "799006024850293", "asset_longname": null, "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "divisible": true, "locked": false, - "supply": 1000, - "description": "Callable asset", - "first_issuance_block_index": 310003, - "last_issuance_block_index": 310003, - "confirmed": true, - "first_issuance_block_time": 310003000, - "last_issuance_block_time": 310003000, - "supply_normalized": "0.00001000" - }, - { - "asset": "NODIVISIBLE", - "asset_id": "1911882621324134", - "asset_longname": null, - "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": false, - "locked": false, - "supply": 1000, - "description": "No divisible asset", - "first_issuance_block_index": 310002, - "last_issuance_block_index": 310002, - "confirmed": true, - "first_issuance_block_time": 310002000, - "last_issuance_block_time": 310002000, - "supply_normalized": "1000" + "supply": 10, + "description": "", + "description_locked": false, + "first_issuance_block_index": 310499, + "last_issuance_block_index": 310501, + "first_issuance_block_time": 310499000, + "last_issuance_block_time": 310501000, + "supply_normalized": "0.00000010" }, { "asset": "DIVISIBLE", @@ -4138,12 +5198,46 @@ "locked": false, "supply": 100000000000, "description": "Divisible asset", + "description_locked": false, "first_issuance_block_index": 310001, "last_issuance_block_index": 310001, - "confirmed": true, "first_issuance_block_time": 310001000, "last_issuance_block_time": 310001000, "supply_normalized": "1000.00000000" + }, + { + "asset": "CALLABLE", + "asset_id": "16199343190", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 1000, + "description": "Callable asset", + "description_locked": false, + "first_issuance_block_index": 310003, + "last_issuance_block_index": 310003, + "first_issuance_block_time": 310003000, + "last_issuance_block_time": 310003000, + "supply_normalized": "0.00001000" + }, + { + "asset": "A95428956661682277", + "asset_id": "95428956661682277", + "asset_longname": "PARENT.already.issued", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 100000000, + "description": "Child of parent", + "description_locked": false, + "first_issuance_block_index": 310498, + "last_issuance_block_index": 310498, + "first_issuance_block_time": 310498000, + "last_issuance_block_time": 310498000, + "supply_normalized": "1.00000000" } ], "next_cursor": null, @@ -4151,6 +5245,23 @@ }, "http://localhost:10009/v2/addresses/mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc/assets/issued?verbose=true": { "result": [ + { + "asset": "RAIDFAIRMIN", + "asset_id": "2401536886596341", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 20, + "description": "", + "description_locked": false, + "first_issuance_block_index": 310502, + "last_issuance_block_index": 310502, + "first_issuance_block_time": 310502000, + "last_issuance_block_time": 310502000, + "supply_normalized": "0.00000020" + }, { "asset": "QAIDFAIRMIN", "asset_id": "2260369790942965", @@ -4161,29 +5272,29 @@ "locked": false, "supply": 20, "description": "", + "description_locked": false, "first_issuance_block_index": 310503, "last_issuance_block_index": 310503, - "confirmed": true, "first_issuance_block_time": 310503000, "last_issuance_block_time": 310503000, "supply_normalized": "0.00000020" }, { - "asset": "RAIDFAIRMIN", - "asset_id": "2401536886596341", + "asset": "PARENT", + "asset_id": "178522493", "asset_longname": null, "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "divisible": true, "locked": false, - "supply": 20, - "description": "", - "first_issuance_block_index": 310502, - "last_issuance_block_index": 310502, - "confirmed": true, - "first_issuance_block_time": 310502000, - "last_issuance_block_time": 310502000, - "supply_normalized": "0.00000020" + "supply": 100000000, + "description": "Parent asset", + "description_locked": false, + "first_issuance_block_index": 310497, + "last_issuance_block_index": 310497, + "first_issuance_block_time": 310497000, + "last_issuance_block_time": 310497000, + "supply_normalized": "1.00000000" }, { "asset": "PAIDFAIRMIN", @@ -4195,63 +5306,29 @@ "locked": false, "supply": 0, "description": "", + "description_locked": false, "first_issuance_block_index": 310500, "last_issuance_block_index": 310500, - "confirmed": true, "first_issuance_block_time": 310500000, "last_issuance_block_time": 310500000, "supply_normalized": "0.00000000" }, { - "asset": "FREEFAIRMIN", - "asset_id": "799006024850293", - "asset_longname": null, - "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": true, - "locked": false, - "supply": 10, - "description": "", - "first_issuance_block_index": 310499, - "last_issuance_block_index": 310501, - "confirmed": true, - "first_issuance_block_time": 310499000, - "last_issuance_block_time": 310501000, - "supply_normalized": "0.00000010" - }, - { - "asset": "A95428956661682277", - "asset_id": "95428956661682277", - "asset_longname": "PARENT.already.issued", - "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": true, - "locked": false, - "supply": 100000000, - "description": "Child of parent", - "first_issuance_block_index": 310498, - "last_issuance_block_index": 310498, - "confirmed": true, - "first_issuance_block_time": 310498000, - "last_issuance_block_time": 310498000, - "supply_normalized": "1.00000000" - }, - { - "asset": "PARENT", - "asset_id": "178522493", + "asset": "NODIVISIBLE", + "asset_id": "1911882621324134", "asset_longname": null, "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": true, + "divisible": false, "locked": false, - "supply": 100000000, - "description": "Parent asset", - "first_issuance_block_index": 310497, - "last_issuance_block_index": 310497, - "confirmed": true, - "first_issuance_block_time": 310497000, - "last_issuance_block_time": 310497000, - "supply_normalized": "1.00000000" + "supply": 1000, + "description": "No divisible asset", + "description_locked": false, + "first_issuance_block_index": 310002, + "last_issuance_block_index": 310002, + "first_issuance_block_time": 310002000, + "last_issuance_block_time": 310002000, + "supply_normalized": "1000" }, { "asset": "MAXI", @@ -4263,9 +5340,9 @@ "locked": false, "supply": 9223372036854775807, "description": "Maximum quantity", + "description_locked": false, "first_issuance_block_index": 310016, "last_issuance_block_index": 310016, - "confirmed": true, "first_issuance_block_time": 310016000, "last_issuance_block_time": 310016000, "supply_normalized": "92233720368.54776000" @@ -4280,46 +5357,29 @@ "locked": true, "supply": 1000, "description": "Locked asset", + "description_locked": false, "first_issuance_block_index": 310004, "last_issuance_block_index": 310005, - "confirmed": true, "first_issuance_block_time": 310004000, "last_issuance_block_time": 310005000, "supply_normalized": "0.00001000" }, { - "asset": "CALLABLE", - "asset_id": "16199343190", + "asset": "FREEFAIRMIN", + "asset_id": "799006024850293", "asset_longname": null, "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "divisible": true, "locked": false, - "supply": 1000, - "description": "Callable asset", - "first_issuance_block_index": 310003, - "last_issuance_block_index": 310003, - "confirmed": true, - "first_issuance_block_time": 310003000, - "last_issuance_block_time": 310003000, - "supply_normalized": "0.00001000" - }, - { - "asset": "NODIVISIBLE", - "asset_id": "1911882621324134", - "asset_longname": null, - "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": false, - "locked": false, - "supply": 1000, - "description": "No divisible asset", - "first_issuance_block_index": 310002, - "last_issuance_block_index": 310002, - "confirmed": true, - "first_issuance_block_time": 310002000, - "last_issuance_block_time": 310002000, - "supply_normalized": "1000" + "supply": 10, + "description": "", + "description_locked": false, + "first_issuance_block_index": 310499, + "last_issuance_block_index": 310501, + "first_issuance_block_time": 310499000, + "last_issuance_block_time": 310501000, + "supply_normalized": "0.00000010" }, { "asset": "DIVISIBLE", @@ -4331,12 +5391,46 @@ "locked": false, "supply": 100000000000, "description": "Divisible asset", + "description_locked": false, "first_issuance_block_index": 310001, "last_issuance_block_index": 310001, - "confirmed": true, "first_issuance_block_time": 310001000, "last_issuance_block_time": 310001000, "supply_normalized": "1000.00000000" + }, + { + "asset": "CALLABLE", + "asset_id": "16199343190", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 1000, + "description": "Callable asset", + "description_locked": false, + "first_issuance_block_index": 310003, + "last_issuance_block_index": 310003, + "first_issuance_block_time": 310003000, + "last_issuance_block_time": 310003000, + "supply_normalized": "0.00001000" + }, + { + "asset": "A95428956661682277", + "asset_id": "95428956661682277", + "asset_longname": "PARENT.already.issued", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 100000000, + "description": "Child of parent", + "description_locked": false, + "first_issuance_block_index": 310498, + "last_issuance_block_index": 310498, + "first_issuance_block_time": 310498000, + "last_issuance_block_time": 310498000, + "supply_normalized": "1.00000000" } ], "next_cursor": null, @@ -4344,6 +5438,23 @@ }, "http://localhost:10009/v2/addresses/mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc/assets/owned?verbose=true": { "result": [ + { + "asset": "RAIDFAIRMIN", + "asset_id": "2401536886596341", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 20, + "description": "", + "description_locked": false, + "first_issuance_block_index": 310502, + "last_issuance_block_index": 310502, + "first_issuance_block_time": 310502000, + "last_issuance_block_time": 310502000, + "supply_normalized": "0.00000020" + }, { "asset": "QAIDFAIRMIN", "asset_id": "2260369790942965", @@ -4354,29 +5465,29 @@ "locked": false, "supply": 20, "description": "", + "description_locked": false, "first_issuance_block_index": 310503, "last_issuance_block_index": 310503, - "confirmed": true, "first_issuance_block_time": 310503000, "last_issuance_block_time": 310503000, "supply_normalized": "0.00000020" }, { - "asset": "RAIDFAIRMIN", - "asset_id": "2401536886596341", + "asset": "PARENT", + "asset_id": "178522493", "asset_longname": null, "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "divisible": true, "locked": false, - "supply": 20, - "description": "", - "first_issuance_block_index": 310502, - "last_issuance_block_index": 310502, - "confirmed": true, - "first_issuance_block_time": 310502000, - "last_issuance_block_time": 310502000, - "supply_normalized": "0.00000020" + "supply": 100000000, + "description": "Parent asset", + "description_locked": false, + "first_issuance_block_index": 310497, + "last_issuance_block_index": 310497, + "first_issuance_block_time": 310497000, + "last_issuance_block_time": 310497000, + "supply_normalized": "1.00000000" }, { "asset": "PAIDFAIRMIN", @@ -4388,63 +5499,29 @@ "locked": false, "supply": 0, "description": "", + "description_locked": false, "first_issuance_block_index": 310500, "last_issuance_block_index": 310500, - "confirmed": true, "first_issuance_block_time": 310500000, "last_issuance_block_time": 310500000, "supply_normalized": "0.00000000" }, { - "asset": "FREEFAIRMIN", - "asset_id": "799006024850293", - "asset_longname": null, - "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": true, - "locked": false, - "supply": 10, - "description": "", - "first_issuance_block_index": 310499, - "last_issuance_block_index": 310501, - "confirmed": true, - "first_issuance_block_time": 310499000, - "last_issuance_block_time": 310501000, - "supply_normalized": "0.00000010" - }, - { - "asset": "A95428956661682277", - "asset_id": "95428956661682277", - "asset_longname": "PARENT.already.issued", - "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": true, - "locked": false, - "supply": 100000000, - "description": "Child of parent", - "first_issuance_block_index": 310498, - "last_issuance_block_index": 310498, - "confirmed": true, - "first_issuance_block_time": 310498000, - "last_issuance_block_time": 310498000, - "supply_normalized": "1.00000000" - }, - { - "asset": "PARENT", - "asset_id": "178522493", + "asset": "NODIVISIBLE", + "asset_id": "1911882621324134", "asset_longname": null, "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": true, + "divisible": false, "locked": false, - "supply": 100000000, - "description": "Parent asset", - "first_issuance_block_index": 310497, - "last_issuance_block_index": 310497, - "confirmed": true, - "first_issuance_block_time": 310497000, - "last_issuance_block_time": 310497000, - "supply_normalized": "1.00000000" + "supply": 1000, + "description": "No divisible asset", + "description_locked": false, + "first_issuance_block_index": 310002, + "last_issuance_block_index": 310002, + "first_issuance_block_time": 310002000, + "last_issuance_block_time": 310002000, + "supply_normalized": "1000" }, { "asset": "MAXI", @@ -4456,9 +5533,9 @@ "locked": false, "supply": 9223372036854775807, "description": "Maximum quantity", + "description_locked": false, "first_issuance_block_index": 310016, "last_issuance_block_index": 310016, - "confirmed": true, "first_issuance_block_time": 310016000, "last_issuance_block_time": 310016000, "supply_normalized": "92233720368.54776000" @@ -4473,63 +5550,80 @@ "locked": true, "supply": 1000, "description": "Locked asset", + "description_locked": false, "first_issuance_block_index": 310004, "last_issuance_block_index": 310005, - "confirmed": true, "first_issuance_block_time": 310004000, "last_issuance_block_time": 310005000, "supply_normalized": "0.00001000" }, { - "asset": "CALLABLE", - "asset_id": "16199343190", + "asset": "FREEFAIRMIN", + "asset_id": "799006024850293", "asset_longname": null, "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "divisible": true, "locked": false, - "supply": 1000, - "description": "Callable asset", - "first_issuance_block_index": 310003, - "last_issuance_block_index": 310003, - "confirmed": true, - "first_issuance_block_time": 310003000, - "last_issuance_block_time": 310003000, - "supply_normalized": "0.00001000" + "supply": 10, + "description": "", + "description_locked": false, + "first_issuance_block_index": 310499, + "last_issuance_block_index": 310501, + "first_issuance_block_time": 310499000, + "last_issuance_block_time": 310501000, + "supply_normalized": "0.00000010" }, { - "asset": "NODIVISIBLE", - "asset_id": "1911882621324134", + "asset": "DIVISIBLE", + "asset_id": "697326324582", "asset_longname": null, "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": false, + "divisible": true, + "locked": false, + "supply": 100000000000, + "description": "Divisible asset", + "description_locked": false, + "first_issuance_block_index": 310001, + "last_issuance_block_index": 310001, + "first_issuance_block_time": 310001000, + "last_issuance_block_time": 310001000, + "supply_normalized": "1000.00000000" + }, + { + "asset": "CALLABLE", + "asset_id": "16199343190", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, "locked": false, "supply": 1000, - "description": "No divisible asset", - "first_issuance_block_index": 310002, - "last_issuance_block_index": 310002, - "confirmed": true, - "first_issuance_block_time": 310002000, - "last_issuance_block_time": 310002000, - "supply_normalized": "1000" + "description": "Callable asset", + "description_locked": false, + "first_issuance_block_index": 310003, + "last_issuance_block_index": 310003, + "first_issuance_block_time": 310003000, + "last_issuance_block_time": 310003000, + "supply_normalized": "0.00001000" }, { - "asset": "DIVISIBLE", - "asset_id": "697326324582", - "asset_longname": null, + "asset": "A95428956661682277", + "asset_id": "95428956661682277", + "asset_longname": "PARENT.already.issued", "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "divisible": true, "locked": false, - "supply": 100000000000, - "description": "Divisible asset", - "first_issuance_block_index": 310001, - "last_issuance_block_index": 310001, - "confirmed": true, - "first_issuance_block_time": 310001000, - "last_issuance_block_time": 310001000, - "supply_normalized": "1000.00000000" + "supply": 100000000, + "description": "Child of parent", + "description_locked": false, + "first_issuance_block_index": 310498, + "last_issuance_block_index": 310498, + "first_issuance_block_time": 310498000, + "last_issuance_block_time": 310498000, + "supply_normalized": "1.00000000" } ], "next_cursor": null, @@ -4539,18 +5633,49 @@ "result": [ { "tx_index": 509, - "tx_hash": "a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726", + "tx_hash": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", "block_index": 310508, "block_hash": "40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf", "block_time": 310508000, "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "destination": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "btc_amount": 5430, + "btc_amount": 10000, "fee": 7650, "data": "65444956495349424c457c317c", "supported": true, - "utxos_info": " 74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0 3 ", - "confirmed": true, + "utxos_info": " b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0 3 ", + "transaction_type": null, + "events": [ + { + "event_index": 1334, + "event": "ATTACH_TO_UTXO", + "params": { + "asset": "DIVISIBLE", + "block_index": 310508, + "destination": "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0", + "fee_paid": 0, + "msg_index": 0, + "quantity": 1, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "tx_hash": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", + "tx_index": 509, + "block_time": 310508000, + "asset_info": { + "asset_longname": null, + "description": "Divisible asset", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000001", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", + "block_index": 310508, + "block_time": 310508000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1698974038, @@ -4558,22 +5683,53 @@ "error": "Unknown message type" } }, - "btc_amount_normalized": "0.00005430" + "btc_amount_normalized": "0.00010000" }, { "tx_index": 508, - "tx_hash": "c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02", + "tx_hash": "f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30", "block_index": 310507, "block_hash": "015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93", "block_time": 310507000, "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "destination": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "btc_amount": 5430, + "btc_amount": 10000, "fee": 7650, "data": "655843507c3130307c", "supported": true, - "utxos_info": " e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0 3 ", - "confirmed": true, + "utxos_info": " 57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0 3 ", + "transaction_type": null, + "events": [ + { + "event_index": 1326, + "event": "ATTACH_TO_UTXO", + "params": { + "asset": "XCP", + "block_index": 310507, + "destination": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0", + "fee_paid": 0, + "msg_index": 0, + "quantity": 100, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "tx_hash": "f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30", + "tx_index": 508, + "block_time": 310507000, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000100", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30", + "block_index": 310507, + "block_time": 310507000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1700283216, @@ -4581,7 +5737,7 @@ "error": "Unknown message type" } }, - "btc_amount_normalized": "0.00005430" + "btc_amount_normalized": "0.00010000" }, { "tx_index": 504, @@ -4595,8 +5751,96 @@ "fee": 6675, "data": "5a51414944464149524d494e7c7c31307c317c307c35307c32307c307c307c32307c3430303030307c35303030303030307c307c307c307c317c", "supported": true, - "utxos_info": " 3e7d029e0751dbdd5853f91b6e28f8df6b1b940ace7b8723d459905df4e0ef9c:1 2 ", - "confirmed": true, + "utxos_info": " 3e7d029e0751dbdd5853f91b6e28f8df6b1b940ace7b8723d459905df4e0ef9c:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1278, + "event": "NEW_FAIRMINTER", + "params": { + "asset": "QAIDFAIRMIN", + "asset_longname": null, + "asset_parent": null, + "block_index": 310503, + "burn_payment": false, + "description": "", + "divisible": true, + "end_block": 0, + "hard_cap": 50, + "lock_description": false, + "lock_quantity": false, + "max_mint_per_tx": 0, + "minted_asset_commission_int": 50000000, + "pre_minted": false, + "premint_quantity": 20, + "price": 10, + "quantity_by_price": 1, + "soft_cap": 20, + "soft_cap_deadline_block": 400000, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "start_block": 0, + "status": "open", + "tx_hash": "c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7", + "tx_index": 504, + "block_time": 310503000, + "price_normalized": "10.0000000000000000", + "hard_cap_normalized": "0.00000050", + "soft_cap_normalized": "0.00000020", + "quantity_by_price_normalized": "0.00000001", + "max_mint_per_tx_normalized": "0.00000000", + "premint_quantity_normalized": "0.00000020" + }, + "tx_hash": "c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7", + "block_index": 310503, + "block_time": 310503000 + }, + { + "event_index": 1279, + "event": "ASSET_CREATION", + "params": { + "asset_id": "2260369790942965", + "asset_longname": null, + "asset_name": "QAIDFAIRMIN", + "block_index": 310503, + "block_time": 310503000 + }, + "tx_hash": "c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7", + "block_index": 310503, + "block_time": 310503000 + }, + { + "event_index": 1280, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "QAIDFAIRMIN", + "asset_events": "open_fairminter", + "asset_longname": null, + "block_index": 310503, + "call_date": 0, + "call_price": 0, + "callable": false, + "description": "", + "divisible": true, + "fair_minting": true, + "fee_paid": 50000000.0, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "locked": false, + "quantity": 20, + "reset": false, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "transfer": false, + "tx_hash": "c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7", + "tx_index": 504, + "block_time": 310503000, + "quantity_normalized": "0.00000020", + "fee_paid_normalized": "0.50000000" + }, + "tx_hash": "c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7", + "block_index": 310503, + "block_time": 310503000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1515274569, @@ -4618,8 +5862,96 @@ "fee": 6375, "data": "5a52414944464149524d494e7c7c31307c317c31307c33307c32307c307c307c307c307c307c307c307c307c317c", "supported": true, - "utxos_info": " c5ae7746f5282db0e11d580db3006fc6ff2e1b895e1513dbb4586343e08df687:1 2 ", - "confirmed": true, + "utxos_info": " c5ae7746f5282db0e11d580db3006fc6ff2e1b895e1513dbb4586343e08df687:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1269, + "event": "NEW_FAIRMINTER", + "params": { + "asset": "RAIDFAIRMIN", + "asset_longname": null, + "asset_parent": null, + "block_index": 310502, + "burn_payment": false, + "description": "", + "divisible": true, + "end_block": 0, + "hard_cap": 30, + "lock_description": false, + "lock_quantity": false, + "max_mint_per_tx": 10, + "minted_asset_commission_int": 0, + "pre_minted": true, + "premint_quantity": 20, + "price": 10, + "quantity_by_price": 1, + "soft_cap": 0, + "soft_cap_deadline_block": 0, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "start_block": 0, + "status": "open", + "tx_hash": "9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1", + "tx_index": 503, + "block_time": 310502000, + "price_normalized": "10.0000000000000000", + "hard_cap_normalized": "0.00000030", + "soft_cap_normalized": "0.00000000", + "quantity_by_price_normalized": "0.00000001", + "max_mint_per_tx_normalized": "0.00000010", + "premint_quantity_normalized": "0.00000020" + }, + "tx_hash": "9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1", + "block_index": 310502, + "block_time": 310502000 + }, + { + "event_index": 1270, + "event": "ASSET_CREATION", + "params": { + "asset_id": "2401536886596341", + "asset_longname": null, + "asset_name": "RAIDFAIRMIN", + "block_index": 310502, + "block_time": 310502000 + }, + "tx_hash": "9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1", + "block_index": 310502, + "block_time": 310502000 + }, + { + "event_index": 1271, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "RAIDFAIRMIN", + "asset_events": "open_fairminter", + "asset_longname": null, + "block_index": 310502, + "call_date": 0, + "call_price": 0, + "callable": false, + "description": "", + "divisible": true, + "fair_minting": true, + "fee_paid": 50000000.0, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "locked": false, + "quantity": 20, + "reset": false, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "transfer": false, + "tx_hash": "9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1", + "tx_index": 503, + "block_time": 310502000, + "quantity_normalized": "0.00000020", + "fee_paid_normalized": "0.50000000" + }, + "tx_hash": "9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1", + "block_index": 310502, + "block_time": 310502000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1515340105, @@ -4641,8 +5973,74 @@ "fee": 5575, "data": "5b46524545464149524d494e7c30", "supported": true, - "utxos_info": " fe9a0647adff98bcc8289f2d6178db687d99be439cb64a1c8ae89d325552fd38:1 2 ", - "confirmed": true, + "utxos_info": " fe9a0647adff98bcc8289f2d6178db687d99be439cb64a1c8ae89d325552fd38:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1263, + "event": "NEW_FAIRMINT", + "params": { + "asset": "FREEFAIRMIN", + "block_index": 310501, + "commission": 0, + "earn_quantity": 10, + "fairminter_tx_hash": "a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce", + "paid_quantity": 0, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "tx_hash": "d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67", + "tx_index": 502, + "block_time": 310501000, + "asset_info": { + "asset_longname": null, + "description": "", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false + }, + "earn_quantity_normalized": "0.00000010", + "commission_normalized": "0.00000000", + "paid_quantity_normalized": "0.00000000" + }, + "tx_hash": "d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67", + "block_index": 310501, + "block_time": 310501000 + }, + { + "event_index": 1264, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "FREEFAIRMIN", + "asset_events": "fairmint", + "asset_longname": null, + "block_index": 310501, + "call_date": 0, + "call_price": 0.0, + "callable": false, + "description": "", + "description_locked": false, + "divisible": true, + "fair_minting": true, + "fee_paid": 0, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "locked": false, + "msg_index": 0, + "quantity": 10, + "reset": false, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "transfer": false, + "tx_hash": "d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67", + "tx_index": 502, + "block_time": 310501000, + "quantity_normalized": "0.00000010", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67", + "block_index": 310501, + "block_time": 310501000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1531335237, @@ -4664,8 +6062,96 @@ "fee": 6300, "data": "5a50414944464149524d494e7c7c31307c317c307c307c307c307c307c307c307c307c307c307c307c317c", "supported": true, - "utxos_info": " 63d204e6d293e32c74a4cab23f13a26ea8de60e9a5ff37959c992f1661848043:1 2 ", - "confirmed": true, + "utxos_info": " 63d204e6d293e32c74a4cab23f13a26ea8de60e9a5ff37959c992f1661848043:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1254, + "event": "NEW_FAIRMINTER", + "params": { + "asset": "PAIDFAIRMIN", + "asset_longname": null, + "asset_parent": null, + "block_index": 310500, + "burn_payment": false, + "description": "", + "divisible": true, + "end_block": 0, + "hard_cap": 0, + "lock_description": false, + "lock_quantity": false, + "max_mint_per_tx": 0, + "minted_asset_commission_int": 0, + "pre_minted": false, + "premint_quantity": 0, + "price": 10, + "quantity_by_price": 1, + "soft_cap": 0, + "soft_cap_deadline_block": 0, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "start_block": 0, + "status": "open", + "tx_hash": "13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe", + "tx_index": 501, + "block_time": 310500000, + "price_normalized": "10.0000000000000000", + "hard_cap_normalized": "0.00000000", + "soft_cap_normalized": "0.00000000", + "quantity_by_price_normalized": "0.00000001", + "max_mint_per_tx_normalized": "0.00000000", + "premint_quantity_normalized": "0.00000000" + }, + "tx_hash": "13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe", + "block_index": 310500, + "block_time": 310500000 + }, + { + "event_index": 1255, + "event": "ASSET_CREATION", + "params": { + "asset_id": "2119202695289589", + "asset_longname": null, + "asset_name": "PAIDFAIRMIN", + "block_index": 310500, + "block_time": 310500000 + }, + "tx_hash": "13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe", + "block_index": 310500, + "block_time": 310500000 + }, + { + "event_index": 1256, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "PAIDFAIRMIN", + "asset_events": "open_fairminter", + "asset_longname": null, + "block_index": 310500, + "call_date": 0, + "call_price": 0, + "callable": false, + "description": "", + "divisible": true, + "fair_minting": true, + "fee_paid": 50000000.0, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "locked": false, + "quantity": 0, + "reset": false, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "transfer": false, + "tx_hash": "13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe", + "tx_index": 501, + "block_time": 310500000, + "quantity_normalized": "0.00000000", + "fee_paid_normalized": "0.50000000" + }, + "tx_hash": "13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe", + "block_index": 310500, + "block_time": 310500000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1515209033, @@ -4687,8 +6173,96 @@ "fee": 6300, "data": "5a46524545464149524d494e7c7c307c317c31307c307c307c307c307c307c307c307c307c307c307c317c", "supported": true, - "utxos_info": " 3c3cf4ecfbafac833fe6d141c3dd3a3a1f544da16513e14f2f3c344f443ae035:1 2 ", - "confirmed": true, + "utxos_info": " 3c3cf4ecfbafac833fe6d141c3dd3a3a1f544da16513e14f2f3c344f443ae035:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1246, + "event": "NEW_FAIRMINTER", + "params": { + "asset": "FREEFAIRMIN", + "asset_longname": null, + "asset_parent": null, + "block_index": 310499, + "burn_payment": false, + "description": "", + "divisible": true, + "end_block": 0, + "hard_cap": 0, + "lock_description": false, + "lock_quantity": false, + "max_mint_per_tx": 10, + "minted_asset_commission_int": 0, + "pre_minted": false, + "premint_quantity": 0, + "price": 0, + "quantity_by_price": 1, + "soft_cap": 0, + "soft_cap_deadline_block": 0, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "start_block": 0, + "status": "open", + "tx_hash": "a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce", + "tx_index": 500, + "block_time": 310499000, + "price_normalized": "0.0000000000000000", + "hard_cap_normalized": "0.00000000", + "soft_cap_normalized": "0.00000000", + "quantity_by_price_normalized": "0.00000001", + "max_mint_per_tx_normalized": "0.00000010", + "premint_quantity_normalized": "0.00000000" + }, + "tx_hash": "a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce", + "block_index": 310499, + "block_time": 310499000 + }, + { + "event_index": 1247, + "event": "ASSET_CREATION", + "params": { + "asset_id": "799006024850293", + "asset_longname": null, + "asset_name": "FREEFAIRMIN", + "block_index": 310499, + "block_time": 310499000 + }, + "tx_hash": "a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce", + "block_index": 310499, + "block_time": 310499000 + }, + { + "event_index": 1248, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "FREEFAIRMIN", + "asset_events": "open_fairminter", + "asset_longname": null, + "block_index": 310499, + "call_date": 0, + "call_price": 0, + "callable": false, + "description": "", + "divisible": true, + "fair_minting": true, + "fee_paid": 50000000.0, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "locked": false, + "quantity": 0, + "reset": false, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "transfer": false, + "tx_hash": "a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce", + "tx_index": 500, + "block_time": 310499000, + "quantity_normalized": "0.00000000", + "fee_paid_normalized": "0.50000000" + }, + "tx_hash": "a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce", + "block_index": 310499, + "block_time": 310499000 + } + ], "unpacked_data": { "message_type": "unknown", "message_type_id": 1514558021, @@ -4710,8 +6284,56 @@ "fee": 6550, "data": "0000001501530821671b10650000000005f5e10001108e90a57dba9967c422e83080f22f0c684368696c64206f6620706172656e74", "supported": true, - "utxos_info": " 0c2cc9e9cdd3a29c7a2fcd38a68d409c4c03ff78456fde49595d8fdfd6110b67:1 2 ", - "confirmed": true, + "utxos_info": " 0c2cc9e9cdd3a29c7a2fcd38a68d409c4c03ff78456fde49595d8fdfd6110b67:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1239, + "event": "ASSET_CREATION", + "params": { + "asset_id": "95428956661682277", + "asset_longname": "PARENT.already.issued", + "asset_name": "A95428956661682277", + "block_index": 310498, + "block_time": 310498000 + }, + "tx_hash": "0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf", + "block_index": 310498, + "block_time": 310498000 + }, + { + "event_index": 1240, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "A95428956661682277", + "asset_events": "creation", + "asset_longname": "PARENT.already.issued", + "block_index": 310498, + "call_date": 0, + "call_price": 0.0, + "callable": false, + "description": "Child of parent", + "description_locked": false, + "divisible": true, + "fee_paid": 25000000, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "locked": false, + "quantity": 100000000, + "reset": false, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "transfer": false, + "tx_hash": "0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf", + "tx_index": 499, + "block_time": 310498000, + "quantity_normalized": "1.00000000", + "fee_paid_normalized": "0.25000000" + }, + "tx_hash": "0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf", + "block_index": 310498, + "block_time": 310498000 + } + ], "unpacked_data": { "message_type": "issuance", "message_type_id": 21, @@ -4744,8 +6366,56 @@ "fee": 6300, "data": "00000014000000000aa4097d0000000005f5e100010000000000000000000c506172656e74206173736574", "supported": true, - "utxos_info": " fccea6e9a0ad88c0b3a93594e176a9226095acdad38b63daabbdfe96737b8bf7:1 2 ", - "confirmed": true, + "utxos_info": " fccea6e9a0ad88c0b3a93594e176a9226095acdad38b63daabbdfe96737b8bf7:1 2 0", + "transaction_type": null, + "events": [ + { + "event_index": 1231, + "event": "ASSET_CREATION", + "params": { + "asset_id": "178522493", + "asset_longname": null, + "asset_name": "PARENT", + "block_index": 310497, + "block_time": 310497000 + }, + "tx_hash": "076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f", + "block_index": 310497, + "block_time": 310497000 + }, + { + "event_index": 1232, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "PARENT", + "asset_events": "creation", + "asset_longname": null, + "block_index": 310497, + "call_date": 0, + "call_price": 0.0, + "callable": false, + "description": "Parent asset", + "description_locked": false, + "divisible": true, + "fee_paid": 50000000, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "locked": false, + "quantity": 100000000, + "reset": false, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "valid", + "transfer": false, + "tx_hash": "076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f", + "tx_index": 498, + "block_time": 310497000, + "quantity_normalized": "1.00000000", + "fee_paid_normalized": "0.50000000" + }, + "tx_hash": "076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f", + "block_index": 310497, + "block_time": 310497000 + } + ], "unpacked_data": { "message_type": "issuance", "message_type_id": 20, @@ -4780,7 +6450,58 @@ "data": "0000000a00000000000000010000000005f5e100000000000000000000000000000c350007d000000000000dbba0", "supported": true, "utxos_info": " 34ddf77d56739516eec4be2cef26c823380845834393dcedc8c06c184b55463b:0 2 ", - "confirmed": true, + "transaction_type": null, + "events": [ + { + "event_index": 1189, + "event": "OPEN_ORDER", + "params": { + "block_index": 310491, + "expiration": 2000, + "expire_index": 312491, + "fee_provided": 6800, + "fee_provided_remaining": 6800, + "fee_required": 900000, + "fee_required_remaining": 900000, + "get_asset": "BTC", + "get_quantity": 800000, + "get_remaining": 800000, + "give_asset": "XCP", + "give_quantity": 100000000, + "give_remaining": 100000000, + "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "status": "open", + "tx_hash": "74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498", + "tx_index": 492, + "block_time": 310491000, + "give_asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "get_asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Bitcoin cryptocurrency", + "locked": false, + "issuer": null + }, + "give_quantity_normalized": "1.00000000", + "get_quantity_normalized": "0.00800000", + "get_remaining_normalized": "0.00800000", + "give_remaining_normalized": "1.00000000", + "fee_provided_normalized": "0.00006800", + "fee_required_normalized": "0.00900000", + "fee_required_remaining_normalized": "0.00900000", + "fee_provided_remaining_normalized": "0.00006800" + }, + "tx_hash": "74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498", + "block_index": 310491, + "block_time": 310491000 + } + ], "unpacked_data": { "message_type": "order", "message_type_id": 10, @@ -4817,6 +6538,16 @@ "next_cursor": 482, "result_count": 32 }, + "http://localhost:10009/v2/addresses/mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc/transactions/counts?verbose=true": { + "result": [ + { + "transaction_type": null, + "count": 32 + } + ], + "next_cursor": null, + "result_count": 1 + }, "http://localhost:10009/v2/addresses/mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc/dividends?verbose=true": { "result": [], "next_cursor": null, @@ -4844,7 +6575,6 @@ "status": "open", "give_price": 0.008, "get_price": 125.0, - "confirmed": true, "block_time": 310513000, "give_asset_info": { "asset_longname": null, @@ -4891,7 +6621,6 @@ "status": "open", "give_price": 149.9999250000375, "get_price": 0.00666667, - "confirmed": true, "block_time": 310011000, "give_asset_info": { "divisible": true, @@ -4938,7 +6667,6 @@ "status": "open", "give_price": 0.01, "get_price": 100.0, - "confirmed": true, "block_time": 310010000, "give_asset_info": { "asset_longname": null, @@ -4985,7 +6713,6 @@ "status": "open", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, "block_time": 310009000, "give_asset_info": { "asset_longname": null, @@ -5032,7 +6759,6 @@ "status": "open", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, "block_time": 310006000, "give_asset_info": { "asset_longname": null, @@ -5076,7 +6802,6 @@ "paid_quantity": 0, "commission": 0, "status": "valid", - "confirmed": true, "block_time": 310501000, "asset_info": { "asset_longname": null, @@ -5110,6 +6835,21 @@ }, "http://localhost:10009/v2/assets?verbose=true": { "result": [ + { + "asset": "XCP", + "asset_id": null, + "asset_longname": null, + "issuer": null, + "owner": null, + "divisible": true, + "locked": true, + "supply": 603781847920, + "description": "The Counterparty protocol native currency", + "description_locked": false, + "first_issuance_block_index": 278319, + "last_issuance_block_index": 283810, + "supply_normalized": "6037.81847920" + }, { "asset": "TESTDISP", "asset_id": "154062662379", @@ -5120,47 +6860,13 @@ "locked": false, "supply": 1000, "description": "Test dispensers asset", + "description_locked": false, "first_issuance_block_index": 310509, "last_issuance_block_index": 310509, - "confirmed": true, "first_issuance_block_time": 310509000, "last_issuance_block_time": 310509000, "supply_normalized": "1000" }, - { - "asset": "A160361285792733729", - "asset_id": "160361285792733729", - "asset_longname": null, - "issuer": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", - "owner": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", - "divisible": true, - "locked": true, - "supply": 50, - "description": "softcap description", - "first_issuance_block_index": 310504, - "last_issuance_block_index": 310506, - "confirmed": true, - "first_issuance_block_time": 310504000, - "last_issuance_block_time": 310506000, - "supply_normalized": "0.00000050" - }, - { - "asset": "QAIDFAIRMIN", - "asset_id": "2260369790942965", - "asset_longname": null, - "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": true, - "locked": false, - "supply": 20, - "description": "", - "first_issuance_block_index": 310503, - "last_issuance_block_index": 310503, - "confirmed": true, - "first_issuance_block_time": 310503000, - "last_issuance_block_time": 310503000, - "supply_normalized": "0.00000020" - }, { "asset": "RAIDFAIRMIN", "asset_id": "2401536886596341", @@ -5171,63 +6877,46 @@ "locked": false, "supply": 20, "description": "", + "description_locked": false, "first_issuance_block_index": 310502, "last_issuance_block_index": 310502, - "confirmed": true, "first_issuance_block_time": 310502000, "last_issuance_block_time": 310502000, "supply_normalized": "0.00000020" }, { - "asset": "PAIDFAIRMIN", - "asset_id": "2119202695289589", - "asset_longname": null, - "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": true, - "locked": false, - "supply": 0, - "description": "", - "first_issuance_block_index": 310500, - "last_issuance_block_index": 310500, - "confirmed": true, - "first_issuance_block_time": 310500000, - "last_issuance_block_time": 310500000, - "supply_normalized": "0.00000000" - }, - { - "asset": "FREEFAIRMIN", - "asset_id": "799006024850293", + "asset": "QAIDFAIRMIN", + "asset_id": "2260369790942965", "asset_longname": null, "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "divisible": true, "locked": false, - "supply": 10, + "supply": 20, "description": "", - "first_issuance_block_index": 310499, - "last_issuance_block_index": 310501, - "confirmed": true, - "first_issuance_block_time": 310499000, - "last_issuance_block_time": 310501000, - "supply_normalized": "0.00000010" + "description_locked": false, + "first_issuance_block_index": 310503, + "last_issuance_block_index": 310503, + "first_issuance_block_time": 310503000, + "last_issuance_block_time": 310503000, + "supply_normalized": "0.00000020" }, { - "asset": "A95428956661682277", - "asset_id": "95428956661682277", - "asset_longname": "PARENT.already.issued", - "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": true, + "asset": "PAYTOSCRIPT", + "asset_id": "2122675428648001", + "asset_longname": null, + "issuer": "2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy", + "owner": "2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy", + "divisible": false, "locked": false, - "supply": 100000000, - "description": "Child of parent", - "first_issuance_block_index": 310498, - "last_issuance_block_index": 310498, - "confirmed": true, - "first_issuance_block_time": 310498000, - "last_issuance_block_time": 310498000, - "supply_normalized": "1.00000000" + "supply": 1000, + "description": "PSH issued asset", + "description_locked": false, + "first_issuance_block_index": 310109, + "last_issuance_block_index": 310109, + "first_issuance_block_time": 310109000, + "last_issuance_block_time": 310109000, + "supply_normalized": "1000" }, { "asset": "PARENT", @@ -5239,62 +6928,45 @@ "locked": false, "supply": 100000000, "description": "Parent asset", + "description_locked": false, "first_issuance_block_index": 310497, "last_issuance_block_index": 310497, - "confirmed": true, "first_issuance_block_time": 310497000, "last_issuance_block_time": 310497000, "supply_normalized": "1.00000000" }, { - "asset": "DIVIDEND", - "asset_id": "26819977213", + "asset": "PAIDFAIRMIN", + "asset_id": "2119202695289589", "asset_longname": null, - "issuer": "mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH", - "owner": "mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "divisible": true, "locked": false, - "supply": 100, + "supply": 0, "description": "", - "first_issuance_block_index": 310494, - "last_issuance_block_index": 310494, - "confirmed": true, - "first_issuance_block_time": 310494000, - "last_issuance_block_time": 310494000, - "supply_normalized": "0.00000100" - }, - { - "asset": "LOCKEDPREV", - "asset_id": "62667321322601", - "asset_longname": null, - "issuer": "mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42", - "owner": "mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42", - "divisible": true, - "locked": true, - "supply": 1000, - "description": "changed", - "first_issuance_block_index": 310113, - "last_issuance_block_index": 310115, - "confirmed": true, - "first_issuance_block_time": 310113000, - "last_issuance_block_time": 310115000, - "supply_normalized": "0.00001000" + "description_locked": false, + "first_issuance_block_index": 310500, + "last_issuance_block_index": 310500, + "first_issuance_block_time": 310500000, + "last_issuance_block_time": 310500000, + "supply_normalized": "0.00000000" }, { - "asset": "PAYTOSCRIPT", - "asset_id": "2122675428648001", + "asset": "NODIVISIBLE", + "asset_id": "1911882621324134", "asset_longname": null, - "issuer": "2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy", - "owner": "2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "divisible": false, "locked": false, "supply": 1000, - "description": "PSH issued asset", - "first_issuance_block_index": 310109, - "last_issuance_block_index": 310109, - "confirmed": true, - "first_issuance_block_time": 310109000, - "last_issuance_block_time": 310109000, + "description": "No divisible asset", + "description_locked": false, + "first_issuance_block_index": 310002, + "last_issuance_block_index": 310002, + "first_issuance_block_time": 310002000, + "last_issuance_block_time": 310002000, "supply_normalized": "1000" }, { @@ -5307,13 +6979,30 @@ "locked": false, "supply": 9223372036854775807, "description": "Maximum quantity", + "description_locked": false, "first_issuance_block_index": 310016, "last_issuance_block_index": 310016, - "confirmed": true, "first_issuance_block_time": 310016000, "last_issuance_block_time": 310016000, "supply_normalized": "92233720368.54776000" }, + { + "asset": "LOCKEDPREV", + "asset_id": "62667321322601", + "asset_longname": null, + "issuer": "mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42", + "owner": "mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42", + "divisible": true, + "locked": true, + "supply": 1000, + "description": "changed", + "description_locked": false, + "first_issuance_block_index": 310113, + "last_issuance_block_index": 310115, + "first_issuance_block_time": 310113000, + "last_issuance_block_time": 310115000, + "supply_normalized": "0.00001000" + }, { "asset": "LOCKED", "asset_id": "137134819", @@ -5324,46 +7013,29 @@ "locked": true, "supply": 1000, "description": "Locked asset", + "description_locked": false, "first_issuance_block_index": 310004, "last_issuance_block_index": 310005, - "confirmed": true, "first_issuance_block_time": 310004000, "last_issuance_block_time": 310005000, "supply_normalized": "0.00001000" }, { - "asset": "CALLABLE", - "asset_id": "16199343190", + "asset": "FREEFAIRMIN", + "asset_id": "799006024850293", "asset_longname": null, "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "divisible": true, "locked": false, - "supply": 1000, - "description": "Callable asset", - "first_issuance_block_index": 310003, - "last_issuance_block_index": 310003, - "confirmed": true, - "first_issuance_block_time": 310003000, - "last_issuance_block_time": 310003000, - "supply_normalized": "0.00001000" - }, - { - "asset": "NODIVISIBLE", - "asset_id": "1911882621324134", - "asset_longname": null, - "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "divisible": false, - "locked": false, - "supply": 1000, - "description": "No divisible asset", - "first_issuance_block_index": 310002, - "last_issuance_block_index": 310002, - "confirmed": true, - "first_issuance_block_time": 310002000, - "last_issuance_block_time": 310002000, - "supply_normalized": "1000" + "supply": 10, + "description": "", + "description_locked": false, + "first_issuance_block_index": 310499, + "last_issuance_block_index": 310501, + "first_issuance_block_time": 310499000, + "last_issuance_block_time": 310501000, + "supply_normalized": "0.00000010" }, { "asset": "DIVISIBLE", @@ -5375,27 +7047,80 @@ "locked": false, "supply": 100000000000, "description": "Divisible asset", + "description_locked": false, "first_issuance_block_index": 310001, "last_issuance_block_index": 310001, - "confirmed": true, "first_issuance_block_time": 310001000, "last_issuance_block_time": 310001000, "supply_normalized": "1000.00000000" }, { - "asset": "XCP", - "asset_id": null, + "asset": "DIVIDEND", + "asset_id": "26819977213", "asset_longname": null, - "issuer": null, - "owner": null, + "issuer": "mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH", + "owner": "mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH", + "divisible": true, + "locked": false, + "supply": 100, + "description": "", + "description_locked": false, + "first_issuance_block_index": 310494, + "last_issuance_block_index": 310494, + "first_issuance_block_time": 310494000, + "last_issuance_block_time": 310494000, + "supply_normalized": "0.00000100" + }, + { + "asset": "CALLABLE", + "asset_id": "16199343190", + "asset_longname": null, + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 1000, + "description": "Callable asset", + "description_locked": false, + "first_issuance_block_index": 310003, + "last_issuance_block_index": 310003, + "first_issuance_block_time": 310003000, + "last_issuance_block_time": 310003000, + "supply_normalized": "0.00001000" + }, + { + "asset": "A95428956661682277", + "asset_id": "95428956661682277", + "asset_longname": "PARENT.already.issued", + "issuer": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "owner": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "divisible": true, + "locked": false, + "supply": 100000000, + "description": "Child of parent", + "description_locked": false, + "first_issuance_block_index": 310498, + "last_issuance_block_index": 310498, + "first_issuance_block_time": 310498000, + "last_issuance_block_time": 310498000, + "supply_normalized": "1.00000000" + }, + { + "asset": "A160361285792733729", + "asset_id": "160361285792733729", + "asset_longname": null, + "issuer": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "owner": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", "divisible": true, "locked": true, - "supply": 603781847920, - "description": "The Counterparty protocol native currency", - "first_issuance_block_index": 278319, - "last_issuance_block_index": 283810, - "confirmed": true, - "supply_normalized": "6037.81847920" + "supply": 50, + "description": "softcap description", + "description_locked": true, + "first_issuance_block_index": 310504, + "last_issuance_block_index": 310506, + "first_issuance_block_time": 310504000, + "last_issuance_block_time": 310506000, + "supply_normalized": "0.00000050" } ], "next_cursor": null, @@ -5412,9 +7137,9 @@ "locked": false, "supply": 1000, "description": "No divisible asset", + "description_locked": false, "first_issuance_block_index": 310002, "last_issuance_block_index": 310002, - "confirmed": true, "first_issuance_block_time": 310002000, "last_issuance_block_time": 310002000, "supply_normalized": "1000" @@ -5423,11 +7148,12 @@ "http://localhost:10009/v2/assets/NODIVISIBLE/balances?verbose=true": { "result": [ { - "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", "utxo": null, "utxo_address": null, "asset": "NODIVISIBLE", - "quantity": 985, + "asset_longname": null, + "quantity": 5, "asset_info": { "asset_longname": null, "description": "No divisible asset", @@ -5435,14 +7161,15 @@ "divisible": false, "locked": false }, - "quantity_normalized": "985" + "quantity_normalized": "5" }, { - "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", + "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "utxo": null, "utxo_address": null, "asset": "NODIVISIBLE", - "quantity": 5, + "asset_longname": null, + "quantity": 985, "asset_info": { "asset_longname": null, "description": "No divisible asset", @@ -5450,13 +7177,14 @@ "divisible": false, "locked": false }, - "quantity_normalized": "5" + "quantity_normalized": "985" }, { "address": "1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2", "utxo": null, "utxo_address": null, "asset": "NODIVISIBLE", + "asset_longname": null, "quantity": 10, "asset_info": { "asset_longname": null, @@ -5476,6 +7204,7 @@ { "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "asset": "NODIVISIBLE", + "asset_longname": null, "quantity": 985, "utxo": null, "utxo_address": null, @@ -5514,7 +7243,6 @@ "tx_index": 16, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310015000, "asset_info": { "asset_longname": null, @@ -5535,7 +7263,6 @@ "tx_index": 15, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310014000, "asset_info": { "asset_longname": null, @@ -5556,7 +7283,6 @@ "tx_index": 3, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310002000, "asset_info": { "asset_longname": null, @@ -5583,7 +7309,6 @@ "tx_index": 16, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310015000, "asset_info": { "asset_longname": null, @@ -5604,7 +7329,6 @@ "tx_index": 15, "utxo": null, "utxo_address": null, - "confirmed": true, "block_time": 310014000, "asset_info": { "asset_longname": null, @@ -5642,14 +7366,13 @@ "call_price": 0.0, "description": "No divisible asset", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310002000, "quantity_normalized": "1000", "fee_paid_normalized": "0.50000000" @@ -5672,7 +7395,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310015000, "asset_info": { "asset_longname": null, @@ -5696,7 +7418,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310014000, "asset_info": { "asset_longname": null, @@ -5736,7 +7457,6 @@ "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, @@ -5765,7 +7485,7 @@ "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", "quantity": 5, "escrow": null, - "cursor_id": "balances_10", + "cursor_id": "balances_6", "holding_type": "balances", "status": null, "asset_info": { @@ -5779,10 +7499,10 @@ }, { "asset": "NODIVISIBLE", - "address": "1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2", - "quantity": 10, + "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "quantity": 985, "escrow": null, - "cursor_id": "balances_11", + "cursor_id": "balances_7", "holding_type": "balances", "status": null, "asset_info": { @@ -5792,14 +7512,14 @@ "divisible": false, "locked": false }, - "quantity_normalized": "10" + "quantity_normalized": "985" }, { "asset": "NODIVISIBLE", - "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "quantity": 985, + "address": "1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2", + "quantity": 10, "escrow": null, - "cursor_id": "balances_3", + "cursor_id": "balances_8", "holding_type": "balances", "status": null, "asset_info": { @@ -5809,7 +7529,7 @@ "divisible": false, "locked": false }, - "quantity_normalized": "985" + "quantity_normalized": "10" } ], "next_cursor": null, @@ -5857,7 +7577,6 @@ "status": "open", "give_price": 125.0, "get_price": 0.008, - "confirmed": true, "block_time": 310513000, "give_asset_info": { "divisible": true, @@ -5904,7 +7623,6 @@ "status": "open", "give_price": 0.008, "get_price": 125.0, - "confirmed": true, "block_time": 310513000, "give_asset_info": { "asset_longname": null, @@ -5951,7 +7669,6 @@ "status": "open", "give_price": 149.9999250000375, "get_price": 0.00666667, - "confirmed": true, "block_time": 310011000, "give_asset_info": { "divisible": true, @@ -5998,7 +7715,6 @@ "status": "open", "give_price": 0.01, "get_price": 100.0, - "confirmed": true, "block_time": 310010000, "give_asset_info": { "asset_longname": null, @@ -6045,7 +7761,6 @@ "status": "open", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, "block_time": 310009000, "give_asset_info": { "asset_longname": null, @@ -6092,7 +7807,6 @@ "status": "open", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, "block_time": 310006000, "give_asset_info": { "asset_longname": null, @@ -6144,7 +7858,6 @@ "status": "open", "give_price": 0.008, "get_price": 125.0, - "confirmed": true, "block_time": 310513000, "give_asset_info": { "asset_longname": null, @@ -6194,7 +7907,6 @@ "match_expire_index": 310512, "fee_paid": 7200, "status": "expired", - "confirmed": true, "block_time": 310513000, "forward_asset_info": { "asset_longname": null, @@ -6255,7 +7967,6 @@ "match_expire_index": 310512, "fee_paid": 7200, "status": "expired", - "confirmed": true, "block_time": 310513000, "forward_asset_info": { "asset_longname": null, @@ -6299,7 +8010,6 @@ "expire_index": 311112, "fee_fraction_int": 5000000, "status": "open", - "confirmed": true, "block_time": 310112000, "fee_fraction_int_normalized": "0.05000000" }, @@ -6321,7 +8031,6 @@ "expire_index": 311101, "fee_fraction_int": 5000000, "status": "open", - "confirmed": true, "block_time": 310101000, "fee_fraction_int_normalized": "0.05000000" } @@ -6348,7 +8057,6 @@ "expire_index": 310119, "fee_fraction_int": 5000000, "status": "filled", - "confirmed": true, "block_time": 310020000, "fee_fraction_int_normalized": "0.05000000" } @@ -6370,7 +8078,6 @@ "bear_credit": 9, "escrow_less_fee": null, "fee": 0, - "confirmed": true, "block_time": 310102000 } ], @@ -6387,7 +8094,6 @@ "burned": 62000000, "earned": 92995878046, "status": "valid", - "confirmed": true, "block_time": 310493000, "burned_normalized": "0.62000000", "earned_normalized": "929.95878046" @@ -6400,7 +8106,6 @@ "burned": 62000000, "earned": 92999030129, "status": "valid", - "confirmed": true, "block_time": 310116000, "burned_normalized": "0.62000000", "earned_normalized": "929.99030129" @@ -6413,7 +8118,6 @@ "burned": 31000000, "earned": 46499548508, "status": "valid", - "confirmed": true, "block_time": 310108000, "burned_normalized": "0.31000000", "earned_normalized": "464.99548508" @@ -6426,7 +8130,6 @@ "burned": 10000, "earned": 14999857, "status": "valid", - "confirmed": true, "block_time": 310106000, "burned_normalized": "0.00010000", "earned_normalized": "0.14999857" @@ -6439,7 +8142,6 @@ "burned": 62000000, "earned": 92999122099, "status": "valid", - "confirmed": true, "block_time": 310105000, "burned_normalized": "0.62000000", "earned_normalized": "929.99122099" @@ -6452,7 +8154,6 @@ "burned": 62000000, "earned": 92999130460, "status": "valid", - "confirmed": true, "block_time": 310104000, "burned_normalized": "0.62000000", "earned_normalized": "929.99130460" @@ -6465,7 +8166,6 @@ "burned": 62000000, "earned": 92999138821, "status": "valid", - "confirmed": true, "block_time": 310103000, "burned_normalized": "0.62000000", "earned_normalized": "929.99138821" @@ -6478,7 +8178,6 @@ "burned": 62000000, "earned": 93000000000, "status": "valid", - "confirmed": true, "block_time": 310000000, "burned_normalized": "0.62000000", "earned_normalized": "930.00000000" @@ -6507,7 +8206,6 @@ "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, @@ -6546,7 +8244,6 @@ "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, @@ -6590,7 +8287,6 @@ "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, @@ -6625,14 +8321,14 @@ "http://localhost:10009/v2/events?limit=5&verbose=true": { "result": [ { - "event_index": 1735, + "event_index": 1743, "event": "BLOCK_PARSED", "params": { "block_index": 310703, - "ledger_hash": "94a62752f851c8ec439fbbd46fbd0bd0d75987fb22416187a48a70e6e9af308a", - "messages_hash": "123e9f97e5e6a126ca155b96af461923964732c8c35433dbaedc5ab21e07ba6c", + "ledger_hash": "fa9be6ec83c14604fbeede79c09404102eda193852f3c1965672bdbc07651bbf", + "messages_hash": "7ade286647e51cb336fb21cd8dd145cbc4720656184297a3a6393251f481d024", "transaction_count": 0, - "txlist_hash": "75ba50d1c638cfdfbbf050abe6646376e9a65e13bd56dce814de9959d6ba3ac1", + "txlist_hash": "ead5543d5ba4a13c6b7b09e468becc6ea499acf2a5cbc9b3e54e1477293760f4", "block_time": 310703000 }, "tx_hash": null, @@ -6640,7 +8336,7 @@ "block_time": 310703000 }, { - "event_index": 1734, + "event_index": 1742, "event": "NEW_BLOCK", "params": { "block_hash": "b8b21ab596ed7ad84e449d098c04d86cbb6623c5e88af7772166882efbd91218", @@ -6656,14 +8352,14 @@ "block_time": 310703000 }, { - "event_index": 1733, + "event_index": 1741, "event": "BLOCK_PARSED", "params": { "block_index": 310702, - "ledger_hash": "572bb86d600d33ec82edac9b1077ec7700d526cb25a69bc2bf2e10953f403e01", - "messages_hash": "8c2eb533ea3d236da9166624a02f0c554a6a8e590657c02c189d9be26b023244", + "ledger_hash": "66d9f92af4ee7422f6198541304c23dd776032a3b7680a88c99f57c747a8fe93", + "messages_hash": "81ca8221cc4c42a83952477e0cd44cb4f3df363967afa49eec760b76c3aa803d", "transaction_count": 0, - "txlist_hash": "0ffd42fa9627a38e66bde8b0dc265ec25a6b44db75dbd5f05cb20d93fbbcb67f", + "txlist_hash": "689d74dfb418e1674e6892afa5e865f45ea1c9ee9aebe930fab6e967cf8486f3", "block_time": 310702000 }, "tx_hash": null, @@ -6671,7 +8367,7 @@ "block_time": 310702000 }, { - "event_index": 1732, + "event_index": 1740, "event": "NEW_BLOCK", "params": { "block_hash": "69cb443673c221a8e157d61707d52cf980c87faf5c3b31a5850ff43be70883c8", @@ -6687,14 +8383,14 @@ "block_time": 310702000 }, { - "event_index": 1731, + "event_index": 1739, "event": "BLOCK_PARSED", "params": { "block_index": 310701, - "ledger_hash": "8bc0f9cfc1b75cdfd6e59f1d41c6b67b790a25a98b6240f7ff5df617f256cb00", - "messages_hash": "fb6814082e549565fd89ddb9f75131e919d8e98c590b846c9e3bc7ca9e062c05", + "ledger_hash": "93f52d9dd1fe1606a1aa38ce4f00210ffacd37118495ec3a06fbbadc57b2deb4", + "messages_hash": "42fc1b35f152acf8dcfa7f2e8bdf73e3374b4b66db6eef2088982e9a7e5b3923", "transaction_count": 0, - "txlist_hash": "c66db074cb4446477ac875d007c8a2145f4a95430cc144a305ee3e71fcdbd107", + "txlist_hash": "724404753d10775f47ff861186fa24a13eaf71cb0e59b628103f36d38cc80d7d", "block_time": 310701000 }, "tx_hash": null, @@ -6702,19 +8398,32 @@ "block_time": 310701000 } ], - "next_cursor": 1730, - "result_count": 1736 + "next_cursor": 1738, + "result_count": 1744 }, "http://localhost:10009/v2/events/10?limit=5&verbose=true": { "result": { "event_index": 10, - "event": "ASSET_CREATION", + "event": "DEBIT", "params": { - "asset_id": "697326324582", - "asset_longname": null, - "asset_name": "DIVISIBLE", + "action": "issuance fee", + "address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", + "asset": "XCP", "block_index": 310001, - "block_time": 310001000 + "event": "1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1", + "quantity": 50000000, + "tx_index": 2, + "utxo": null, + "utxo_address": null, + "block_time": 310001000, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.50000000" }, "tx_hash": "1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1", "block_index": 310001, @@ -6724,24 +8433,24 @@ "http://localhost:10009/v2/events/counts?limit=5&verbose=true": { "result": [ { - "event": "BET_EXPIRATION", - "count": 1 + "event": "TRANSACTION_PARSED", + "count": 64 }, { - "event": "ORDER_MATCH_EXPIRATION", - "count": 1 + "event": "SEND", + "count": 9 }, { - "event": "ORDER_MATCH_UPDATE", - "count": 1 + "event": "ORDER_UPDATE", + "count": 4 }, { - "event": "ATTACH_TO_UTXO", - "count": 2 + "event": "ORDER_MATCH_UPDATE", + "count": 1 }, { - "event": "INCREMENT_TRANSACTION_COUNT", - "count": 2 + "event": "ORDER_MATCH_EXPIRATION", + "count": 1 } ], "next_cursor": 25, @@ -6750,7 +8459,7 @@ "http://localhost:10009/v2/events/CREDIT?limit=5&verbose=true": { "result": [ { - "event_index": 1503, + "event_index": 1511, "event": "CREDIT", "params": { "address": "myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM", @@ -6777,7 +8486,7 @@ "block_time": 310588000 }, { - "event_index": 1334, + "event_index": 1342, "event": "CREDIT", "params": { "address": "munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b", @@ -6804,17 +8513,17 @@ "block_time": 310509000 }, { - "event_index": 1325, + "event_index": 1333, "event": "CREDIT", "params": { "address": null, "asset": "DIVISIBLE", "block_index": 310508, "calling_function": "attach to utxo", - "event": "a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726", + "event": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", "quantity": 1, "tx_index": 509, - "utxo": "74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0", + "utxo": "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0", "utxo_address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "block_time": 310508000, "asset_info": { @@ -6826,22 +8535,22 @@ }, "quantity_normalized": "0.00000001" }, - "tx_hash": "a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726", + "tx_hash": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", "block_index": 310508, "block_time": 310508000 }, { - "event_index": 1317, + "event_index": 1325, "event": "CREDIT", "params": { "address": null, "asset": "XCP", "block_index": 310507, "calling_function": "attach to utxo", - "event": "c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02", + "event": "f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30", "quantity": 100, "tx_index": 508, - "utxo": "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0", + "utxo": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0", "utxo_address": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", "block_time": 310507000, "asset_info": { @@ -6853,12 +8562,12 @@ }, "quantity_normalized": "0.00000100" }, - "tx_hash": "c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02", + "tx_hash": "f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30", "block_index": 310507, "block_time": 310507000 }, { - "event_index": 1308, + "event_index": 1316, "event": "CREDIT", "params": { "address": "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -6885,7 +8594,7 @@ "block_time": 310506000 } ], - "next_cursor": 1307, + "next_cursor": 1315, "result_count": 53 }, "http://localhost:10009/v2/events/CREDIT/count?limit=5&verbose=true": { @@ -6903,17 +8612,16 @@ "result": [ { "tx_index": 509, - "tx_hash": "a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726", + "tx_hash": "6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881", "block_index": 310508, "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "destination": "74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0", + "destination": "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0", "asset": "DIVISIBLE", "quantity": 1, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310508000, "asset_info": { "asset_longname": null, @@ -6927,17 +8635,16 @@ }, { "tx_index": 508, - "tx_hash": "c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02", + "tx_hash": "f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30", "block_index": 310507, "source": "mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc", - "destination": "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0", + "destination": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0", "asset": "XCP", "quantity": 100, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310507000, "asset_info": { "asset_longname": null, @@ -6961,7 +8668,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310496000, "asset_info": { "asset_longname": null, @@ -6985,7 +8691,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310495000, "asset_info": { "asset_longname": null, @@ -7009,7 +8714,6 @@ "msg_index": 0, "memo": "fade0001", "fee_paid": 0, - "confirmed": true, "block_time": 310482000, "asset_info": { "asset_longname": null, @@ -7033,7 +8737,6 @@ "msg_index": 0, "memo": "68656c6c6f", "fee_paid": 0, - "confirmed": true, "block_time": 310481000, "asset_info": { "asset_longname": null, @@ -7057,7 +8760,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310110000, "asset_info": { "asset_longname": null, @@ -7081,7 +8783,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310015000, "asset_info": { "asset_longname": null, @@ -7105,7 +8806,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310014000, "asset_info": { "asset_longname": null, @@ -7129,7 +8829,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310013000, "asset_info": { "asset_longname": null, @@ -7153,7 +8852,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310012000, "asset_info": { "asset_longname": null, @@ -7177,7 +8875,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310008000, "asset_info": { "asset_longname": null, @@ -7201,7 +8898,6 @@ "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, "block_time": 310007000, "asset_info": { "asset_longname": null, @@ -7235,14 +8931,13 @@ "call_price": 0.0, "description": "Test dispensers asset", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310509000, "quantity_normalized": "1000", "fee_paid_normalized": "0.50000000" @@ -7263,14 +8958,13 @@ "call_price": 0.0, "description": "softcap description", "fee_paid": 0, + "locked": true, "status": "valid", "asset_longname": null, - "locked": true, "reset": false, "description_locked": true, "fair_minting": false, "asset_events": "fairmint", - "confirmed": true, "block_time": 310506000, "quantity_normalized": "0.00000020", "fee_paid_normalized": "0.00000000" @@ -7291,14 +8985,13 @@ "call_price": 0.0, "description": "softcap description", "fee_paid": 0, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "fairmint", - "confirmed": true, "block_time": 310505000, "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" @@ -7319,14 +9012,13 @@ "call_price": 0.0, "description": "softcap description", "fee_paid": 0, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, "block_time": 310504000, "quantity_normalized": "0.00000020", "fee_paid_normalized": "0.00000000" @@ -7347,14 +9039,13 @@ "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, "block_time": 310503000, "quantity_normalized": "0.00000020", "fee_paid_normalized": "0.50000000" @@ -7375,14 +9066,13 @@ "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, "block_time": 310502000, "quantity_normalized": "0.00000020", "fee_paid_normalized": "0.50000000" @@ -7403,14 +9093,13 @@ "call_price": 0.0, "description": "", "fee_paid": 0, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "fairmint", - "confirmed": true, "block_time": 310501000, "quantity_normalized": "0.00000010", "fee_paid_normalized": "0.00000000" @@ -7431,14 +9120,13 @@ "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, "block_time": 310500000, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" @@ -7459,14 +9147,13 @@ "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, "block_time": 310499000, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" @@ -7487,14 +9174,13 @@ "call_price": 0.0, "description": "Child of parent", "fee_paid": 25000000, + "locked": false, "status": "valid", "asset_longname": "PARENT.already.issued", - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310498000, "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.25000000" @@ -7515,14 +9201,13 @@ "call_price": 0.0, "description": "Parent asset", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310497000, "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.50000000" @@ -7543,14 +9228,13 @@ "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310494000, "quantity_normalized": "0.00000100", "fee_paid_normalized": "0.50000000" @@ -7571,14 +9255,13 @@ "call_price": 0.0, "description": "changed", "fee_paid": 0, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "change_description", - "confirmed": true, "block_time": 310115000, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" @@ -7599,14 +9282,13 @@ "call_price": 0.0, "description": "Locked asset", "fee_paid": 0, + "locked": true, "status": "valid", "asset_longname": null, - "locked": true, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "lock_quantity", - "confirmed": true, "block_time": 310114000, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" @@ -7627,14 +9309,13 @@ "call_price": 0.0, "description": "Locked asset", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310113000, "quantity_normalized": "0.00001000", "fee_paid_normalized": "0.50000000" @@ -7655,14 +9336,13 @@ "call_price": 0.0, "description": "PSH issued asset", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310109000, "quantity_normalized": "1000", "fee_paid_normalized": "0.50000000" @@ -7683,14 +9363,13 @@ "call_price": 0.0, "description": "Maximum quantity", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310016000, "quantity_normalized": "92233720368.54776000", "fee_paid_normalized": "0.50000000" @@ -7711,14 +9390,13 @@ "call_price": 0.0, "description": "Locked asset", "fee_paid": 0, + "locked": true, "status": "valid", "asset_longname": null, - "locked": true, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "lock_quantity", - "confirmed": true, "block_time": 310005000, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" @@ -7739,14 +9417,13 @@ "call_price": 0.0, "description": "Locked asset", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310004000, "quantity_normalized": "0.00001000", "fee_paid_normalized": "0.50000000" @@ -7767,14 +9444,13 @@ "call_price": 0.0, "description": "Callable asset", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310003000, "quantity_normalized": "0.00001000", "fee_paid_normalized": "0.50000000" @@ -7795,14 +9471,13 @@ "call_price": 0.0, "description": "No divisible asset", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310002000, "quantity_normalized": "1000", "fee_paid_normalized": "0.50000000" @@ -7823,14 +9498,13 @@ "call_price": 0.0, "description": "Divisible asset", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310001000, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" @@ -7856,14 +9530,13 @@ "call_price": 0.0, "description": "Child of parent", "fee_paid": 25000000, + "locked": false, "status": "valid", "asset_longname": "PARENT.already.issued", - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, "block_time": 310498000, "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.25000000" @@ -7892,7 +9565,6 @@ "text": "options 1", "locked": false, "status": "valid", - "confirmed": true, "block_time": 310490000, "fee_fraction_int_normalized": "0.00000000" }, @@ -7907,7 +9579,6 @@ "text": null, "locked": true, "status": "valid", - "confirmed": true, "block_time": 310489000 }, { @@ -7921,7 +9592,6 @@ "text": "options 0", "locked": false, "status": "valid", - "confirmed": true, "block_time": 310488000, "fee_fraction_int_normalized": "0.00000000" }, @@ -7936,7 +9606,6 @@ "text": "Unit Test", "locked": false, "status": "valid", - "confirmed": true, "block_time": 310486000, "fee_fraction_int_normalized": "0.05000000" }, @@ -7951,7 +9620,6 @@ "text": "Unit Test", "locked": false, "status": "valid", - "confirmed": true, "block_time": 310111000, "fee_fraction_int_normalized": "0.05000000" }, @@ -7966,7 +9634,6 @@ "text": "Unit Test", "locked": false, "status": "valid", - "confirmed": true, "block_time": 310102000, "fee_fraction_int_normalized": "0.05000000" }, @@ -7981,7 +9648,6 @@ "text": null, "locked": true, "status": "valid", - "confirmed": true, "block_time": 310018000 }, { @@ -7995,7 +9661,6 @@ "text": "Unit Test", "locked": false, "status": "valid", - "confirmed": true, "block_time": 310017000, "fee_fraction_int_normalized": "0.05000000" } @@ -8015,7 +9680,6 @@ "text": "options 1", "locked": false, "status": "valid", - "confirmed": true, "block_time": 310490000, "fee_fraction_int_normalized": "0.00000000" } @@ -8033,7 +9697,6 @@ "paid_quantity": 200, "commission": 6, "status": "valid", - "confirmed": true, "block_time": 310506000, "asset_info": { "asset_longname": null, @@ -8057,7 +9720,6 @@ "paid_quantity": 100, "commission": 3, "status": "valid", - "confirmed": true, "block_time": 310505000, "asset_info": { "asset_longname": null, @@ -8081,7 +9743,6 @@ "paid_quantity": 0, "commission": 0, "status": "valid", - "confirmed": true, "block_time": 310501000, "asset_info": { "asset_longname": null, @@ -8110,7 +9771,6 @@ "paid_quantity": 200, "commission": 6, "status": "valid", - "confirmed": true, "block_time": 310506000, "asset_info": { "asset_longname": null, @@ -8157,13 +9817,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -8177,13 +9830,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -8203,13 +9849,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -8229,13 +9868,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -8249,6 +9881,38 @@ "type": "int", "description": "The index of the block to return (e.g. $LAST_BLOCK_INDEX)" }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "bet", + "broadcast", + "btcpay", + "cancel", + "destroy", + "dispenser", + "dispense", + "dividend", + "issuance", + "order", + "send", + "enhanced_send", + "mpma", + "rps", + "rpsresolve", + "sweep", + "fairminter", + "fairmint", + "attach", + "detach", + "utxomove", + "unknown" + ], + "description": "The type of the transaction to return" + }, { "name": "cursor", "default": null, @@ -8276,12 +9940,24 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false + } + ] + }, + "/v2/blocks//transactions/counts": { + "function": "get_transaction_types_count_by_block", + "description": "Returns the count of each transaction type", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_TX_INDEX)" }, { - "name": "show_unconfirmed", + "name": "verbose", "type": "bool", "default": "false", - "description": "Include results from Mempool.", + "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false } ] @@ -8330,13 +10006,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -8377,13 +10046,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -8430,13 +10092,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -8514,13 +10169,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -8587,13 +10235,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -8634,13 +10275,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -8681,13 +10315,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -8728,13 +10355,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -8794,13 +10414,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -8814,6 +10427,20 @@ "type": "int", "description": "The index of the block to return (e.g. $LAST_SEND_BLOCK)" }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of the send to return" + }, { "name": "cursor", "default": null, @@ -8841,13 +10468,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -8888,13 +10508,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -8935,13 +10548,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -8995,13 +10601,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9042,13 +10641,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9056,6 +10648,38 @@ "function": "get_transactions", "description": "Returns the list of the last ten transactions", "args": [ + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "bet", + "broadcast", + "btcpay", + "cancel", + "destroy", + "dispenser", + "dispense", + "dividend", + "issuance", + "order", + "send", + "enhanced_send", + "mpma", + "rps", + "rpsresolve", + "sweep", + "fairminter", + "fairmint", + "attach", + "detach", + "utxomove", + "unknown" + ], + "description": "The type of the transaction to return" + }, { "name": "cursor", "default": null, @@ -9083,12 +10707,18 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, + } + ] + }, + "/v2/transactions/counts": { + "function": "get_transaction_types_count", + "description": "Returns the count of each transaction type", + "args": [ { - "name": "show_unconfirmed", + "name": "verbose", "type": "bool", "default": "false", - "description": "Include results from Mempool.", + "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false } ] @@ -9116,13 +10746,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9142,13 +10765,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9175,13 +10791,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9201,13 +10810,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9227,13 +10829,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9281,13 +10876,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9335,13 +10923,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9355,6 +10936,20 @@ "type": "str", "description": "The hash of the transaction to return (e.g. $LAST_SEND_TX_HASH)" }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of the send to return" + }, { "name": "cursor", "default": null, @@ -9382,13 +10977,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9429,13 +11017,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9482,13 +11063,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9535,13 +11109,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9601,13 +11168,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9621,6 +11181,38 @@ "type": "str", "description": "Comma separated list of addresses to return (e.g. $ADDRESS_1,$ADDRESS_2)" }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "bet", + "broadcast", + "btcpay", + "cancel", + "destroy", + "dispenser", + "dispense", + "dividend", + "issuance", + "order", + "send", + "enhanced_send", + "mpma", + "rps", + "rpsresolve", + "sweep", + "fairminter", + "fairmint", + "attach", + "detach", + "utxomove", + "unknown" + ], + "description": "The type of the transaction to return" + }, { "name": "cursor", "default": null, @@ -9648,13 +11240,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9702,13 +11287,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9742,13 +11320,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9808,13 +11379,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9873,13 +11437,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -9957,13 +11514,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10030,13 +11580,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10091,13 +11634,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10138,13 +11674,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10185,13 +11714,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10205,6 +11727,20 @@ "type": "str", "description": "The address to return (e.g. $ADDRESS_1)" }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of sends to return" + }, { "name": "cursor", "default": null, @@ -10232,13 +11768,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10252,6 +11781,20 @@ "type": "str", "description": "The address to return (e.g. $ADDRESS_5)" }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of sends to return" + }, { "name": "cursor", "default": null, @@ -10279,13 +11822,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10305,6 +11841,20 @@ "type": "str", "description": "The asset to return (e.g. $ASSET_5)" }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of sends to return" + }, { "name": "cursor", "default": null, @@ -10332,13 +11882,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10358,6 +11901,20 @@ "type": "str", "description": "The asset to return (e.g. $ASSET_5)" }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of sends to return" + }, { "name": "cursor", "default": null, @@ -10385,13 +11942,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10453,13 +12003,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10485,13 +12028,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10532,13 +12068,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10579,13 +12108,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10632,13 +12154,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10685,13 +12200,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10732,13 +12240,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10798,13 +12299,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10852,13 +12346,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10906,13 +12393,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10960,13 +12440,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -10980,6 +12453,38 @@ "type": "str", "description": "The address to return (e.g. $ADDRESS_1)" }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "bet", + "broadcast", + "btcpay", + "cancel", + "destroy", + "dispenser", + "dispense", + "dividend", + "issuance", + "order", + "send", + "enhanced_send", + "mpma", + "rps", + "rpsresolve", + "sweep", + "fairminter", + "fairmint", + "attach", + "detach", + "utxomove", + "unknown" + ], + "description": "The type of the transaction to return" + }, { "name": "cursor", "default": null, @@ -11007,12 +12512,23 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false + } + ] + }, + "/v2/addresses/
/transactions/counts": { + "function": "get_transaction_types_count_by_address", + "description": "Returns the count of each transaction type", + "args": [ + { + "name": "address", + "required": true, + "type": "str" }, { - "name": "show_unconfirmed", + "name": "verbose", "type": "bool", "default": "false", - "description": "Include results from Mempool.", + "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false } ] @@ -11054,13 +12570,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -11122,13 +12631,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -11179,13 +12681,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -11218,17 +12713,10 @@ "type": "int" }, { - "name": "verbose", - "type": "bool", - "default": "false", - "description": "Include asset and dispenser info and normalized quantities in the response.", - "required": false - }, - { - "name": "show_unconfirmed", + "name": "verbose", "type": "bool", "default": "false", - "description": "Include results from Mempool.", + "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false } ] @@ -11273,13 +12761,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -11320,13 +12801,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -11346,13 +12820,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -11583,13 +13050,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -11794,13 +13254,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -11987,13 +13440,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -12187,13 +13633,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -12380,13 +13819,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -12585,13 +14017,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -12816,13 +14241,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -13021,13 +14439,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -13255,13 +14666,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -13279,7 +14683,7 @@ "name": "assets", "required": true, "type": "str", - "description": "comma-separated list of assets to send (e.g. XCP,$ASSET_5)" + "description": "comma-separated list of assets to send (e.g. XCP,FAIRMINTC)" }, { "name": "destinations", @@ -13488,13 +14892,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -13711,13 +15108,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -13937,13 +15327,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -14142,13 +15525,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -14341,13 +15717,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -14646,13 +16015,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -14846,13 +16208,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -14885,13 +16240,6 @@ "type": "str", "description": "The vout of the destination output" }, - { - "name": "destination", - "default": null, - "required": false, - "type": "str", - "description": "[Disabled after block 871900] The utxo to attach the assets to" - }, { "name": "encoding", "type": "str", @@ -15059,13 +16407,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -15086,20 +16427,6 @@ "type": "str", "description": "The address to detach the assets to, if not provided the addresse corresponding to the utxo is used (e.g. $ADDRESS_1)" }, - { - "name": "asset", - "default": null, - "required": false, - "type": "str", - "description": "[Disabled after block 871900] The asset or subasset to detach" - }, - { - "name": "quantity", - "default": null, - "required": false, - "type": "int", - "description": "[Disabled after block 871900] The quantity of the asset to detach (in satoshis, hence integer)" - }, { "name": "encoding", "type": "str", @@ -15267,19 +16594,12 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, "/v2/utxos//compose/movetoutxo": { "function": "compose_movetoutxo", - "description": "Composes a transaction to move assets from UTXO to another UTXO.", + "description": "Composes a transaction like a send but for moving from one UTXO to another, with the destination is specified as an address.", "args": [ { "name": "utxo", @@ -15291,7 +16611,7 @@ "name": "destination", "required": true, "type": "str", - "description": "The address to move the assets to (e.g. $ADDRESS_1)" + "description": "the address for which the destination utxo will be created (e.g. $ADDRESS_1)" }, { "name": "encoding", @@ -15460,13 +16780,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -15480,13 +16793,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -15528,13 +16834,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -15554,13 +16853,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -15620,13 +16912,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -15652,13 +16937,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -15720,13 +16998,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -15787,13 +17058,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -15871,13 +17135,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -15944,13 +17201,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -15991,13 +17241,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16057,13 +17300,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16077,6 +17313,20 @@ "type": "str", "description": "The asset to return (e.g. XCP)" }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of the send to return" + }, { "name": "cursor", "default": null, @@ -16104,13 +17354,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16172,13 +17415,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16204,13 +17440,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16258,13 +17487,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16305,13 +17527,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16352,13 +17567,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16409,13 +17617,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16453,13 +17654,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16503,13 +17697,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16579,13 +17766,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16605,13 +17785,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16667,17 +17840,10 @@ "description": "The sort order of the order matches to return (overrides the `cursor` parameter) (e.g. forward_quantity:desc)" }, { - "name": "verbose", - "type": "bool", - "default": "false", - "description": "Include asset and dispenser info and normalized quantities in the response.", - "required": false - }, - { - "name": "show_unconfirmed", + "name": "verbose", "type": "bool", "default": "false", - "description": "Include results from Mempool.", + "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false } ] @@ -16719,13 +17885,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16793,13 +17952,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16866,13 +18018,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16927,13 +18072,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -16982,13 +18120,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17008,13 +18139,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17070,13 +18194,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17117,13 +18234,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17158,13 +18268,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17220,13 +18323,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17246,13 +18342,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17293,13 +18382,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17334,13 +18416,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17360,13 +18435,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17407,13 +18475,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17455,13 +18516,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17481,13 +18535,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17522,13 +18569,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17569,13 +18609,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17595,13 +18628,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17636,13 +18662,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17650,6 +18669,20 @@ "function": "get_sends", "description": "Returns all the sends include Enhanced and MPMA sends", "args": [ + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of the send to return" + }, { "name": "cursor", "default": null, @@ -17677,13 +18710,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17737,13 +18763,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17763,13 +18782,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17804,13 +18816,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17830,13 +18835,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17871,13 +18869,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17897,13 +18888,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17951,13 +18935,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -17976,13 +18953,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18019,13 +18989,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18060,13 +19023,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18086,13 +19042,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18119,13 +19068,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18159,13 +19101,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18192,13 +19127,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18232,13 +19160,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18265,13 +19186,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18298,13 +19212,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18332,13 +19239,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18358,13 +19258,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18384,13 +19277,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18404,13 +19290,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18459,13 +19338,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18506,13 +19378,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18560,13 +19425,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18580,13 +19438,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18607,13 +19458,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, @@ -18634,13 +19478,6 @@ "default": "false", "description": "Include asset and dispenser info and normalized quantities in the response.", "required": false - }, - { - "name": "show_unconfirmed", - "type": "bool", - "default": "false", - "description": "Include results from Mempool.", - "required": false } ] }, diff --git a/counterparty-core/counterpartycore/test/fixtures/contract_vectors/attach.py b/counterparty-core/counterpartycore/test/fixtures/contract_vectors/attach.py index dd9928d8f3..d0080014c1 100644 --- a/counterparty-core/counterpartycore/test/fixtures/contract_vectors/attach.py +++ b/counterparty-core/counterpartycore/test/fixtures/contract_vectors/attach.py @@ -118,7 +118,7 @@ ), "out": ( ADDR[0], - [(ADDR[0], None)], + [(ADDR[0], 10000)], b"eXCP|100|", ), }, diff --git a/counterparty-core/counterpartycore/test/fixtures/contract_vectors/detach.py b/counterparty-core/counterpartycore/test/fixtures/contract_vectors/detach.py index c29715c210..59286c8160 100644 --- a/counterparty-core/counterpartycore/test/fixtures/contract_vectors/detach.py +++ b/counterparty-core/counterpartycore/test/fixtures/contract_vectors/detach.py @@ -6,8 +6,8 @@ ) UTXO_1 = "344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc:1" -UTXO_2 = "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0" -UTXO_3 = "74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0" +UTXO_2 = "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0" +UTXO_3 = "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0" DETACH_VECTOR = { "detach": { @@ -75,7 +75,7 @@ "destination": ADDR[0], "block_time": 310501000, "block_hash": "46ac6d09237c7961199068fdd13f1508d755483e07c57a4c8f7ff18eb33a05c93ca6a86fa2e2af82fb77a5c337146bb37e279797a3d11970aec4693c46ea5a58", - "utxos_info": "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0 4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8:2 2 ", + "utxos_info": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0 4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8:2 2 ", }, ), "records": [ @@ -86,7 +86,7 @@ "tx_hash": "72a62abedd38d5f667150929c24dc1d7465dd81ab1502974814d20c1f65d871f", "block_index": DP["default_block_index"], "status": "valid", - "source": "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0", + "source": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0", "destination": ADDR[1], "asset": "XCP", "quantity": 100, @@ -109,7 +109,7 @@ "destination": ADDR[0], "block_time": 310501000, "block_hash": "46ac6d09237c7961199068fdd13f1508d755483e07c57a4c8f7ff18eb33a05c93ca6a86fa2e2af82fb77a5c337146bb37e279797a3d11970aec4693c46ea5a58", - "utxos_info": "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0,74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0 4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8:2 2 ", + "utxos_info": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0,b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0 4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8:2 2 ", }, ), "records": [ @@ -120,7 +120,7 @@ "tx_hash": "72a62abedd38d5f667150929c24dc1d7465dd81ab1502974814d20c1f65d871f", "block_index": DP["default_block_index"], "status": "valid", - "source": "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0", + "source": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0", "destination": ADDR[0], "asset": "XCP", "quantity": 100, @@ -134,7 +134,7 @@ "tx_hash": "72a62abedd38d5f667150929c24dc1d7465dd81ab1502974814d20c1f65d871f", "block_index": DP["default_block_index"], "status": "valid", - "source": "74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0", + "source": "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0", "destination": ADDR[0], "asset": "DIVISIBLE", "quantity": 1, @@ -157,7 +157,7 @@ "destination": ADDR[0], "block_time": 310501000, "block_hash": "46ac6d09237c7961199068fdd13f1508d755483e07c57a4c8f7ff18eb33a05c93ca6a86fa2e2af82fb77a5c337146bb37e279797a3d11970aec4693c46ea5a58", - "utxos_info": "nobalance:0,e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0,74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0 4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8:2 2 ", + "utxos_info": "nobalance:0,57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0,b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0 4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8:2 2 ", }, ), "records": [ @@ -168,7 +168,7 @@ "tx_hash": "72a62abedd38d5f667150929c24dc1d7465dd81ab1502974814d20c1f65d871f", "block_index": DP["default_block_index"], "status": "valid", - "source": "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0", + "source": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0", "destination": ADDR[1], "asset": "XCP", "quantity": 100, @@ -182,7 +182,7 @@ "tx_hash": "72a62abedd38d5f667150929c24dc1d7465dd81ab1502974814d20c1f65d871f", "block_index": DP["default_block_index"], "status": "valid", - "source": "74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0", + "source": "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0", "destination": ADDR[1], "asset": "DIVISIBLE", "quantity": 1, @@ -205,7 +205,7 @@ "destination": ADDR[0], "block_time": 310501000, "block_hash": "46ac6d09237c7961199068fdd13f1508d755483e07c57a4c8f7ff18eb33a05c93ca6a86fa2e2af82fb77a5c337146bb37e279797a3d11970aec4693c46ea5a58", - "utxos_info": "nobalance:0,e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0,74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0 4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8:2 2 ", + "utxos_info": "nobalance:0,57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0,b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0 4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8:2 2 ", }, ), "records": [ @@ -216,7 +216,7 @@ "tx_hash": "72a62abedd38d5f667150929c24dc1d7465dd81ab1502974814d20c1f65d871f", "block_index": DP["default_block_index"], "status": "valid", - "source": "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0", + "source": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0", "destination": ADDR[0], "asset": "XCP", "quantity": 100, @@ -230,7 +230,7 @@ "tx_hash": "72a62abedd38d5f667150929c24dc1d7465dd81ab1502974814d20c1f65d871f", "block_index": DP["default_block_index"], "status": "valid", - "source": "74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0", + "source": "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0", "destination": ADDR[0], "asset": "DIVISIBLE", "quantity": 1, diff --git a/counterparty-core/counterpartycore/test/fixtures/contract_vectors/gettxinfo.py b/counterparty-core/counterpartycore/test/fixtures/contract_vectors/gettxinfo.py index c00a38a484..aa9cbf65a3 100644 --- a/counterparty-core/counterpartycore/test/fixtures/contract_vectors/gettxinfo.py +++ b/counterparty-core/counterpartycore/test/fixtures/contract_vectors/gettxinfo.py @@ -1,4 +1,7 @@ +import binascii + from counterpartycore.lib import deserialize, exceptions +from counterpartycore.lib.gettxinfo import SighashFlagError from ..params import DEFAULT_PARAMS as DP @@ -13,6 +16,7 @@ use_txid=True, ), DP["default_block_index"], + True, ), "out": ( "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -37,6 +41,7 @@ use_txid=True, ), DP["default_block_index"], + True, ), "out": ( "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -61,6 +66,7 @@ use_txid=True, ), DP["default_block_index"], + True, ), "out": ( "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -87,6 +93,7 @@ use_txid=True, ), DP["default_block_index"], + True, ), "out": ( "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns-mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH", @@ -111,6 +118,7 @@ use_txid=True, ), DP["default_block_index"], + True, ), "out": ( "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -167,6 +175,8 @@ use_txid=True, ), DP["default_block_index"], + False, + True, ), "out": ( "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -185,6 +195,8 @@ use_txid=True, ), DP["default_block_index"], + False, + True, ), "out": ( "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -203,6 +215,8 @@ use_txid=True, ), DP["default_block_index"], + False, + True, ), "out": ( "mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns", @@ -354,5 +368,444 @@ "out": 0, }, ], + "get_der_signature_sighash_flag": [ + { + "comment": "68 length", + "in": ( + binascii.unhexlify( + "3041021d067f716293ffdaa144d5281185f5f9ca35f09e24f10af0ba7aa8e9ae8f0220555f644564e472d835d707200e03ae7c3728d5e2fee00eb7c351d025d8c6e16701" + ), + ), + "out": b"\x01", + }, + { + "comment": "69 length", + "in": ( + binascii.unhexlify( + "3042021e78565f3de8b3b526ee9c3a07b396f4e18e082f77175f4aa444b63f66c9ad02205813ea177ac1d9b2dbb43f63cd3a00d47a3a525f3030c5233b8240239f9c15e401" + ), + ), + "out": b"\x01", + }, + { + "comment": "71 length", + "in": ( + binascii.unhexlify( + "3044022063c96d6644f7d325bc7fed3362fd6cc81d81bf4a4af8df8d5f13147d6c74267a02201340b3b01b1f29d2d0e180abf5e3d14cc832b412cb27a5a68135f98493bb006e01" + ), + ), + "out": b"\x01", + }, + { + "comment": "72 length", + "in": ( + binascii.unhexlify( + "3045022100c219a522e65ca8500ebe05a70d5a49d840ccc15f2afa4ee9df783f06b2a322310220489a46c37feb33f52c586da25c70113b8eea41216440eb84771cb67a67fdb68c01" + ), + ), + "out": b"\x01", + }, + { + "comment": "73 length", + "in": ( + binascii.unhexlify( + "3046022100d8697a511eea7c0949f4295dc185d3e19cbd80aed547a2c0d29dd635b04430ef022100b334f949949ad19a3e78c9c3eb82320d877a5acc094e7ed3b15987a45ffca89101" + ), + ), + "out": b"\x01", + }, + { + "comment": "invalid length", + "in": ( + binascii.unhexlify( + "304600022100c219a522e65ca8500ebe05a70d5840ccc15f2afa4ee9df783f06b2a322310220489a46c37feb33f52c586da25c70113b8eea41216440eb84771cb67a67fdb68c01" + ), + ), + "out": None, + }, + ], + "get_schnorr_signature_sighash_flag": [ + { + "in": ( + binascii.unhexlify( + "b693a0797b24bae12ed0516a2f5ba765618dca89b75e498ba5b745b71644362298a45ca39230d10a02ee6290a91cebf9839600f7e35158a447ea182ea0e022ae" + ), + ), + "out": b"\x01", + }, + { + "in": ( + binascii.unhexlify( + "b693a0797b24bae12ed0516a2f5ba765618dca89b75e498ba5b745b71644362298a45ca39230d10a02ee6290a91cebf9839600f7e35158a447ea182ea0e022ae01" + ), + ), + "out": b"\x01", + }, + { + "in": ( + binascii.unhexlify( + "b693a0797b24bae12ed0516a2f5ba765618dca89b75e498ba5b745b71644362298a45ca39230d10a02ee6290a91cebf9839600f7e35158a447ea182ea0e022ae83" + ), + ), + "out": b"\x83", + }, + ], + "collect_sighash_flags": [ + { + "comment": "P2PK", + "in": ( + binascii.unhexlify( + "483045022100c219a522e65ca8500ebe05a70d5a49d840ccc15f2afa4ee9df783f06b2a322310220489a46c37feb33f52c586da25c70113b8eea41216440eb84771cb67a67fdb68c01" + ), + [], + ), + "out": [b"\x01"], + }, + { + "comment": "P2PKH", + "in": ( + binascii.unhexlify( + "483045022100c233c3a8a510e03ad18b0a24694ef00c78101bfd5ac075b8c1037952ce26e91e02205aa5f8f88f29bb4ad5808ebc12abfd26bd791256f367b04c6d955f01f28a7724012103f0609c81a45f8cab67fc2d050c21b1acd3d37c7acfd54041be6601ab4cef4f31" + ), + [], + ), + "out": [b"\x01"], + }, + { + "comment": "P2MS", + "in": ( + binascii.unhexlify( + "00483045022100af204ef91b8dba5884df50f87219ccef22014c21dd05aa44470d4ed800b7f6e40220428fe058684db1bb2bfb6061bff67048592c574effc217f0d150daedcf36787601483045022100e8547aa2c2a2761a5a28806d3ae0d1bbf0aeff782f9081dfea67b86cacb321340220771a166929469c34959daf726a2ac0c253f9aff391e58a3c7cb46d8b7e0fdc4801" + ), + [], + ), + "out": [b"\x01", b"\x01"], + }, + { + "comment": "P2WPKH", + "in": ( + b"", + [ + "3045022100c7fb3bd38bdceb315a28a0793d85f31e4e1d9983122b4a5de741d6ddca5caf8202207b2821abd7a1a2157a9d5e69d2fdba3502b0a96be809c34981f8445555bdafdb01", + "03f465315805ed271eb972e43d84d2a9e19494d10151d9f6adb32b8534bfd764ab", + ], + ), + "out": [b"\x01"], + }, + { + "comment": "P2TR key path spend", + "in": ( + b"", + [ + "b693a0797b24bae12ed0516a2f5ba765618dca89b75e498ba5b745b71644362298a45ca39230d10a02ee6290a91cebf9839600f7e35158a447ea182ea0e022ae01" + ], + ), + "out": [b"\x01"], + }, + { + "comment": "P2TR script path spend", + "in": ( + b"", + [ + "b693a0797b24bae12ed0516a2f5ba765618dca89b75e498ba5b745b71644362298a45ca39230d10a02ee6290a91cebf9839600f7e35158a447ea182ea0e022ae", + "5387", + "c1a2fc329a085d8cfc4fa28795993d7b666cee024e94c40115141b8e9be4a29fa41324300a84045033ec539f60c70d582c48b9acf04150da091694d83171b44ec9bf2c4bf1ca72f7b8538e9df9bdfd3ba4c305ad11587f12bbfafa00d58ad6051d54962df196af2827a86f4bde3cf7d7c1a9dcb6e17f660badefbc892309bb145f", + ], + ), + "out": [b"\x01"], + }, + ], + "check_signatures_sighash_flag": [ + { + "in": ( + {"tx_id": "c8091f1ef768a2f00d48e6d0f7a2c2d272a5d5c8063db78bf39977adcb12e103"}, + ), + "out": None, + }, + { + "comment": "P2PK", + "in": ( + { + "tx_id": "tx_id", + "segwit": False, + "vin": [ + { + "script_sig": binascii.unhexlify( + "483045022100c219a522e65ca8500ebe05a70d5a49d840ccc15f2afa4ee9df783f06b2a322310220489a46c37feb33f52c586da25c70113b8eea41216440eb84771cb67a67fdb68c01" + ), + } + ], + }, + ), + "out": None, + }, + { + "comment": "P2PK", + "in": ( + { + "tx_id": "tx_id", + "segwit": False, + "vin": [ + { + "script_sig": binascii.unhexlify( + "483045022100c219a522e65ca8500ebe05a70d5a49d840ccc15f2afa4ee9df783f06b2a322310220489a46c37feb33f52c586da25c70113b8eea41216440eb84771cb67a67fdb68c83" + ), + } + ], + }, + ), + "error": (SighashFlagError, "invalid SIGHASH flag for transaction tx_id"), + }, + { + "comment": "P2PKH", + "in": ( + { + "tx_id": "tx_id", + "segwit": False, + "vin": [ + { + "script_sig": binascii.unhexlify( + "483045022100c233c3a8a510e03ad18b0a24694ef00c78101bfd5ac075b8c1037952ce26e91e02205aa5f8f88f29bb4ad5808ebc12abfd26bd791256f367b04c6d955f01f28a7724012103f0609c81a45f8cab67fc2d050c21b1acd3d37c7acfd54041be6601ab4cef4f31" + ), + } + ], + }, + ), + "out": None, + }, + { + "comment": "P2PKH", + "in": ( + { + "tx_id": "tx_id", + "segwit": False, + "vin": [ + { + "script_sig": binascii.unhexlify( + "483045022100c233c3a8a510e03ad18b0a24694ef00c78101bfd5ac075b8c1037952ce26e91e02205aa5f8f88f29bb4ad5808ebc12abfd26bd791256f367b04c6d955f01f28a7724832103f0609c81a45f8cab67fc2d050c21b1acd3d37c7acfd54041be6601ab4cef4f31" + ), + } + ], + }, + ), + "error": (SighashFlagError, "invalid SIGHASH flag for transaction tx_id"), + }, + { + "comment": "P2MS", + "in": ( + { + "tx_id": "tx_id", + "segwit": False, + "vin": [ + { + "script_sig": binascii.unhexlify( + "00483045022100af204ef91b8dba5884df50f87219ccef22014c21dd05aa44470d4ed800b7f6e40220428fe058684db1bb2bfb6061bff67048592c574effc217f0d150daedcf36787601483045022100e8547aa2c2a2761a5a28806d3ae0d1bbf0aeff782f9081dfea67b86cacb321340220771a166929469c34959daf726a2ac0c253f9aff391e58a3c7cb46d8b7e0fdc4801" + ), + } + ], + }, + ), + "out": None, + }, + { + "comment": "P2MS", + "in": ( + { + "tx_id": "tx_id", + "segwit": False, + "vin": [ + { + "script_sig": binascii.unhexlify( + "00483045022100af204ef91b8dba5884df50f87219ccef22014c21dd05aa44470d4ed800b7f6e40220428fe058684db1bb2bfb6061bff67048592c574effc217f0d150daedcf36787601483045022100e8547aa2c2a2761a5a28806d3ae0d1bbf0aeff782f9081dfea67b86cacb321340220771a166929469c34959daf726a2ac0c253f9aff391e58a3c7cb46d8b7e0fdc4883" + ), + } + ], + }, + ), + "error": (SighashFlagError, "invalid SIGHASH flag for transaction tx_id"), + }, + { + "comment": "P2WPKH", + "in": ( + { + "tx_id": "tx_id", + "segwit": True, + "vin": [ + { + "script_sig": b"", + } + ], + "vtxinwit": [ + [ + "3045022100c7fb3bd38bdceb315a28a0793d85f31e4e1d9983122b4a5de741d6ddca5caf8202207b2821abd7a1a2157a9d5e69d2fdba3502b0a96be809c34981f8445555bdafdb01", + "03f465315805ed271eb972e43d84d2a9e19494d10151d9f6adb32b8534bfd764ab", + ] + ], + }, + ), + "out": None, + }, + { + "comment": "P2WPKH", + "in": ( + { + "tx_id": "tx_id", # c8091f1ef768a2f00d48e6d0f7a2c2d272a5d5c8063db78bf39977adcb12e103 + "segwit": True, + "vin": [ + { + "script_sig": b"", + }, + { + "script_sig": b"", + }, + ], + "vtxinwit": [ + [ + "304502210095dfc652a9c03911b7c4a0bc7de574ee4764cd1de78ab6599c196c69c741efbe022078ba83e9756e7d0751cb97402f031886bb34e00c70758710b4507db17649795983", + "03fef14a1660447a52f507af16a81b6e05ca8e579e0b74b11b44c6d9db6109a415", + ], + [ + "3044022031150e6703f6fb7e924446b021211a1d216724693d78634c5a47a43c4edf8e1102203652e2879e9bd62dc1e5994045d81fdb4adacaec4b6c366cb18be74fc020d99601", + "031e9c58fa7828643a91fa06cc0146d97fe75b982218bf38745d6579309cfba5fe", + ], + ], + }, + ), + "error": (SighashFlagError, "invalid SIGHASH flag for transaction tx_id"), + }, + { + "comment": "P2TR key path spend", + "in": ( + { + "tx_id": "tx_id", + "segwit": True, + "vin": [ + { + "script_sig": b"", + } + ], + "vtxinwit": [ + [ + "b693a0797b24bae12ed0516a2f5ba765618dca89b75e498ba5b745b71644362298a45ca39230d10a02ee6290a91cebf9839600f7e35158a447ea182ea0e022ae01" + ] + ], + }, + ), + "out": None, + }, + { + "comment": "P2TR key path spend", + "in": ( + { + "tx_id": "tx_id", + "segwit": True, + "vin": [ + { + "script_sig": b"", + } + ], + "vtxinwit": [ + [ + "b693a0797b24bae12ed0516a2f5ba765618dca89b75e498ba5b745b71644362298a45ca39230d10a02ee6290a91cebf9839600f7e35158a447ea182ea0e022ae83" + ] + ], + }, + ), + "error": (SighashFlagError, "invalid SIGHASH flag for transaction tx_id"), + }, + { + "comment": "P2TR script path spend", + "in": ( + { + "tx_id": "tx_id", + "segwit": True, + "vin": [ + { + "script_sig": b"", + } + ], + "vtxinwit": [ + [ + "b693a0797b24bae12ed0516a2f5ba765618dca89b75e498ba5b745b71644362298a45ca39230d10a02ee6290a91cebf9839600f7e35158a447ea182ea0e022ae", + "5387", + "c1a2fc329a085d8cfc4fa28795993d7b666cee024e94c40115141b8e9be4a29fa41324300a84045033ec539f60c70d582c48b9acf04150da091694d83171b44ec9bf2c4bf1ca72f7b8538e9df9bdfd3ba4c305ad11587f12bbfafa00d58ad6051d54962df196af2827a86f4bde3cf7d7c1a9dcb6e17f660badefbc892309bb145f", + ] + ], + }, + ), + "out": None, + }, + { + "comment": "P2TR script path spend", + "in": ( + { + "tx_id": "tx_id", + "segwit": True, + "vin": [ + { + "script_sig": b"", + } + ], + "vtxinwit": [ + [ + "b693a0797b24bae12ed0516a2f5ba765618dca89b75e498ba5b745b71644362298a45ca39230d10a02ee6290a91cebf9839600f7e35158a447ea182ea0e022ae83", + "5387", + "c1a2fc329a085d8cfc4fa28795993d7b666cee024e94c40115141b8e9be4a29fa41324300a84045033ec539f60c70d582c48b9acf04150da091694d83171b44ec9bf2c4bf1ca72f7b8538e9df9bdfd3ba4c305ad11587f12bbfafa00d58ad6051d54962df196af2827a86f4bde3cf7d7c1a9dcb6e17f660badefbc892309bb145f", + ] + ], + }, + ), + "error": (SighashFlagError, "invalid SIGHASH flag for transaction tx_id"), + }, + { + "comment": "P2SH segwit", + "in": ( + { + "tx_id": "fa7e8c4a582b4284bd4726de620cd87dfef6b634ee3ebb043ed0dc08901eee83", + "segwit": True, + "vin": [ + { + "script_sig": binascii.unhexlify( + "16001415a13032cb59a7b51dd761223e189a48a7f67338" + ), + } + ], + "vtxinwit": [ + [ + "3045022100ceeccea697ed5fc7583387ba298ba1a84b6cdc24eeb97cf4021e967d795b27ca022070b398697abb41eb402994984c122fc6b4edccaeed819188be5c5ef40b8c685a01", + "039db968bfd35439d215dd26196266e8859a1fae89c462b587416779f0b8854e48", + ] + ], + }, + ), + "out": None, + }, + { + "comment": "P2SH segwit", + "in": ( + { + "tx_id": "fa7e8c4a582b4284bd4726de620cd87dfef6b634ee3ebb043ed0dc08901eee83", + "segwit": True, + "vin": [ + { + "script_sig": binascii.unhexlify( + "16001415a13032cb59a7b51dd761223e189a48a7f67338" + ), + } + ], + "vtxinwit": [ + [ + "3045022100ceeccea697ed5fc7583387ba298ba1a84b6cdc24eeb97cf4021e967d795b27ca022070b398697abb41eb402994984c122fc6b4edccaeed819188be5c5ef40b8c685a83", + "039db968bfd35439d215dd26196266e8859a1fae89c462b587416779f0b8854e48", + ] + ], + }, + ), + "error": ( + SighashFlagError, + "invalid SIGHASH flag for transaction fa7e8c4a582b4284bd4726de620cd87dfef6b634ee3ebb043ed0dc08901eee83", + ), + }, + ], }, } diff --git a/counterparty-core/counterpartycore/test/fixtures/contract_vectors/ledger.py b/counterparty-core/counterpartycore/test/fixtures/contract_vectors/ledger.py index cc813f0963..2de791c5d1 100644 --- a/counterparty-core/counterpartycore/test/fixtures/contract_vectors/ledger.py +++ b/counterparty-core/counterpartycore/test/fixtures/contract_vectors/ledger.py @@ -55,15 +55,15 @@ { "in": (), "out": { - "message_index": 1735, + "message_index": 1743, "block_index": 310703, "command": "parse", "category": "blocks", - "bindings": '{"block_index":310703,"ledger_hash":"94a62752f851c8ec439fbbd46fbd0bd0d75987fb22416187a48a70e6e9af308a","messages_hash":"123e9f97e5e6a126ca155b96af461923964732c8c35433dbaedc5ab21e07ba6c","transaction_count":0,"txlist_hash":"75ba50d1c638cfdfbbf050abe6646376e9a65e13bd56dce814de9959d6ba3ac1"}', + "bindings": '{"block_index":310703,"ledger_hash":"fa9be6ec83c14604fbeede79c09404102eda193852f3c1965672bdbc07651bbf","messages_hash":"7ade286647e51cb336fb21cd8dd145cbc4720656184297a3a6393251f481d024","transaction_count":0,"txlist_hash":"ead5543d5ba4a13c6b7b09e468becc6ea499acf2a5cbc9b3e54e1477293760f4"}', "timestamp": 0, "event": "BLOCK_PARSED", "tx_hash": None, - "event_hash": "65dbf95b0ba2fc533130889fff9c2222b85f8a4baa5bb22339de22b2cfdc539e", + "event_hash": "0e8d2fd96fba527fffff7fe5d7e23fac4a909b1e3787af94c08e41f59339dc6a", }, } ], @@ -327,7 +327,7 @@ "escrow": None, }, { - "address": "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0", + "address": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0", "address_quantity": 100, "escrow": None, }, @@ -392,7 +392,7 @@ "escrow": None, }, { - "address": "74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0", + "address": "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0", "address_quantity": 1, "escrow": None, }, diff --git a/counterparty-core/counterpartycore/test/fixtures/contract_vectors/move.py b/counterparty-core/counterpartycore/test/fixtures/contract_vectors/move.py index bb6655f72e..9c7dd6d4d6 100644 --- a/counterparty-core/counterpartycore/test/fixtures/contract_vectors/move.py +++ b/counterparty-core/counterpartycore/test/fixtures/contract_vectors/move.py @@ -3,8 +3,8 @@ ) UTXO_1 = "344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc:1" -UTXO_2 = "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0" -UTXO_3 = "74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0" +UTXO_2 = "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0" +UTXO_3 = "b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0" MOVE_VECTOR = { "move": { diff --git a/counterparty-core/counterpartycore/test/fixtures/contract_vectors/utxo.py b/counterparty-core/counterpartycore/test/fixtures/contract_vectors/utxo.py index 6862a8c565..b45f3ee59b 100644 --- a/counterparty-core/counterpartycore/test/fixtures/contract_vectors/utxo.py +++ b/counterparty-core/counterpartycore/test/fixtures/contract_vectors/utxo.py @@ -6,7 +6,7 @@ ) UTXO_1 = "344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc:1" -UTXO_2 = "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0" +UTXO_2 = "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0" UTXO_3 = "74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0" UTXO_VECTOR = { @@ -157,7 +157,7 @@ { "fee": 10000, "tx_hash": "72a62abedd38d5f667150929c24dc1d7465dd81ab1502974814d20c1f65d871f", - "data": b"de219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0|mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns|XCP|100", + "data": b"d57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0|mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns|XCP|100", "source": ADDR[0], "block_index": DP["default_block_index"], "btc_amount": 5430, @@ -166,7 +166,7 @@ "destination": ADDR[0], "block_time": 310501000, "block_hash": "46ac6d09237c7961199068fdd13f1508d755483e07c57a4c8f7ff18eb33a05c93ca6a86fa2e2af82fb77a5c337146bb37e279797a3d11970aec4693c46ea5a58", - "utxos_info": "e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0 4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8:1", + "utxos_info": "57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0 4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8:1", }, ), "records": [ @@ -190,7 +190,7 @@ "block_index": DP["default_block_index"], "command": "insert", "category": "sends", - "bindings": '{"asset":"XCP","block_index":310704,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee_paid":0,"msg_index":0,"quantity":100,"source":"e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0","status":"valid","tx_hash":"72a62abedd38d5f667150929c24dc1d7465dd81ab1502974814d20c1f65d871f","tx_index":705}', + "bindings": '{"asset":"XCP","block_index":310704,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee_paid":0,"msg_index":0,"quantity":100,"source":"57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0","status":"valid","tx_hash":"72a62abedd38d5f667150929c24dc1d7465dd81ab1502974814d20c1f65d871f","tx_index":705}', "event": "DETACH_FROM_UTXO", }, }, diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios.py b/counterparty-core/counterpartycore/test/fixtures/scenarios.py index c3807a422b..c3f669ac34 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios.py +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios.py @@ -582,8 +582,8 @@ def generate_standard_scenario(address1, address2, order_matches): "parseblock_unittest_fixture": (PARSEBLOCKS_FIXTURE, "parseblock_unittest_fixture"), } # Generate special tests for simplesig, multisig2 and multisig3 using standard scenario. -for scenario_name in standard_scenarios_params: +for scenario_name, params in standard_scenarios_params.items(): INTEGRATION_SCENARIOS[scenario_name] = ( - generate_standard_scenario(**standard_scenarios_params[scenario_name]), + generate_standard_scenario(**params), scenario_name, ) diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_2.log b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_2.log index 0303b26d90..309e31b640 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_2.log +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_2.log @@ -12,10 +12,8 @@ SQLITE_LOG: statement aborts at 13: [CREATE TRIGGER IF NOT EXISTS block_update_f BEFORE UPDATE ON fairminters BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); END;] databa (17) SQLITE_SCHEMA -SQLITE_LOG: statement aborts at 11: [SELECT name FROM sqlite_master WHERE type='table' AND name='config'] database schema has changed (17) SQLITE_SCHEMA SQLITE_LOG: statement aborts at 27: [INSERT OR REPLACE INTO config (name, value) VALUES (?, ?)] database schema has changed (17) SQLITE_SCHEMA Cleaning `transaction_count` table -SQLITE_LOG: statement aborts at 11: [SELECT name FROM sqlite_master WHERE type='table' AND name='config'] database schema has changed (17) SQLITE_SCHEMA Initialising asset cache... Asset cache initialised in 0.00 seconds TX Construct - Transaction constructed. diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_2.sql b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_2.sql index f344c4d521..62192641dc 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_2.sql +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_2.sql @@ -19,112 +19,112 @@ CREATE TABLE blocks( transaction_count INTEGER, PRIMARY KEY (block_index, block_hash)); INSERT INTO blocks VALUES(309999,'8b3bef249cb3b0fa23a4936c1249b6bd41daeadc848c8d2e409ea1cbc10adfe7',309999000,'63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223','63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223','63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223',NULL,NULL,0); -INSERT INTO blocks VALUES(310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'98ccdf7cd2fb29a8a01cbed5f133b70b6966c6c56354dad00baacedd0673c87e','faf6476a908c85f6e26ca5d182688d6da3f326296602d5ad3aa5979cb8bc110b','3623f3bfc1f4e94f32f08ab286c2b7bcda0a00a9d2e20286c71b6462d1858017',NULL,NULL,1); -INSERT INTO blocks VALUES(310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'fd43dc5efe2ee796ef7d24f8d478a67aa58bf85f538ef4b9a49b983a315deb26','544f7958bf7661b78699c708ba1097da0dbb044acee3d1d8aa9a32d6b659a14d','feb0a17e9dc70eed3ab446eff4001f6b4b42f78caae18c110c019fa372816740',NULL,NULL,1); -INSERT INTO blocks VALUES(310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'dbae4fff32545b4f3c104fb5a051dcaeacecd27401c84c09f93923b8bc30eab5','ee37e75a4eba165ed448b7cf96d188d7f738aca4d90a781c7f473974e12564d5','1cd5380c4ceddc3ea2b9425a71a0934d6f0d195ba8c460b942b3f386fbb13ac7',NULL,NULL,1); -INSERT INTO blocks VALUES(310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'fd0ae9793d9513540246b94ad116fc0531e8e07b2c014752e175a12e2a7a82d4','107902b17490957ebc0d2cb5dba1f5e667e3a393acfd8b3adde9f6b17aaad5c4','3aa6b14aa02c714b287d5abefc4ed4f1bb9b790724b65e8c502ecb40ce198d8e',NULL,NULL,1); -INSERT INTO blocks VALUES(310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'bd894777a85b731155a0d6362766b4220c03db4f3e5fbf030d6c2529cb5f3537','65e6a7c64c8439a60fb066d96d5165e6e40974bd1b98812ac6a4172fb1db1511','1df8dcf6fb00ed05c05272d270ddf7f8fc8ce74b7921f6959a7a006fcd910c40',NULL,NULL,1); -INSERT INTO blocks VALUES(310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'264c98f1d460f78e52def545d25482fd76549a5309d04841bc27b335f06470a2','9ede5548f7cb273af825360a6285fe9a51e9625c9084b2dde7bec013dec24f0e','b3ea7f6d1f86d520defc95d11cc9186efe6243a35b7c1a875547e1993e7052ce',NULL,NULL,1); -INSERT INTO blocks VALUES(310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'a1f2aa5a0b8d030c2fc4e1243c3173319ecf68d232262ea3dc8bfdd03a3f923a','afa257be6b0f57581b8f1b932b3c8473ff5c89e4bd6c3d3e3dd6a8c3cd9b09d3','1c79948607cb3035e3ee4d43c2c9dda4c1fb5ad960ff21a72789c61ef3551c2a',NULL,NULL,1); -INSERT INTO blocks VALUES(310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'8709aa2d5064ea2b7ab51a887d21f5fddcb7046753cd883317b533ed121f8504','40941bb90c086bd2716de8afc1fba5eb75721143a86a606ef99ee3312de95614','cb1602d39df82ffb178e25ee60a4bf0e97277791e723d37cba4a79d45fd1a871',NULL,NULL,1); -INSERT INTO blocks VALUES(310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'c1c516176fe38b69b31e3668b5ef20805bd90d3112c77f5652f838af8e7f604a','9b186632fe722ba57daaa01573568c3d3405f7fcb0a729005a6338266a4debfa','784be2b71bcc085c99bab7eb68a280ec2905d3a19f26a962a39ab408dad58a42',NULL,NULL,1); -INSERT INTO blocks VALUES(310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'ae8ee9e681f0ac96de96babc1c80e5188b3e0cb91074a0dfd8511ee7d0ae64c8','39f4f154cbeae9a65b43ac831b2d5ad0e6f6575b909b979bd4bd97dadbab4cdd','048018f1d43f4a00d111674df2d2b3c68b79ffbee510385ab9a24ff87c91b08f',NULL,NULL,1); -INSERT INTO blocks VALUES(310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'0451ffa5d7ffb0e588e58ac7eacf77f6b3e17f1d27c1039f03d7716b16fb234f','0cea2e2e06c6423d1c5ba19f6128fbe8fe6d6c3688316c9c35dd31cf03d38c97','3f26a52170550278834de0ded6a6c19d6bfd54fc2f2cd8ab140cc70839295a1a',NULL,NULL,1); -INSERT INTO blocks VALUES(310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'dfaae3f28c2f75e4bcc49034ff2a191b5a41b88035c5d266181617c8c65ad5d3','0134329cfdaf63e5946b9b5a94b73f59b9a870d4569ca07c0cce078bf13714a5','b7996a6dd1a1fc8cfca0784b9d145c7a2e8f422f97be7d35de16f718e1e5ebef',NULL,NULL,1); -INSERT INTO blocks VALUES(310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'c711e8cf2d9bbed01724a7b22cbd4900a4fd0a126bb7ecbd7c97ca15a6276553','9a3fb4fb846c9ffff3a50a0a31f3ac3900ba7048a60dd69c6e14752734358f1c','595fc5ca26c6ac2e4fdd1fa978fae1fd1aed1d66acefe83257ac4721a61fe73c',NULL,NULL,1); -INSERT INTO blocks VALUES(310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'3dfa5822de8a4c674f1517b17e50d2ef63ccbb1fc4ae96fe5e1dc05cd353aa4b','6228a449b24d607b8fe1aea60a0292874cfe515a9440bee2829f6e61efa0b2a6','1f5f6c30e424743800c8d81e3f4cba48670cc95d2fbbf7c1f0009a4921855d87',NULL,NULL,1); -INSERT INTO blocks VALUES(310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'49fcaed957776bc62c9f1feac30dad8c0574596d312f9efee7a453e00bf64866','700cf4c54e23c0cfb4d8b02bc6cb1ca509637dd95312629625aa92d32d5548d2','833dc9d094fac02e0d6c9e00c527e54c01ff11659f30cf34cb627e810adf168f',NULL,NULL,1); -INSERT INTO blocks VALUES(310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'4e4abd3e8ab2658a7ac673e3a178ceac76fee41cf48bb6ed007d241c079979bf','288c9c0f37cb0c2e9db66d4b88b165391a67f06016ac84c485e9b9158ee51f2d','bb81a96fea90c449c90c77830bdf56bac9f2e597612b0501fd7f461a04490cd5',NULL,NULL,1); -INSERT INTO blocks VALUES(310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'17a28cca0777254af26544edfefcad8810e847e5d173fded9a7813719cf1162f','1bf7e0a4aa8356584087591a8c8e8b28185a6ebfe1a15a85f01165a04ff57913','983342b2ed5c5d239f9ae26897e3d3a6aa02ffaf5d4fe31accb0bfd07d5e5049',NULL,NULL,1); -INSERT INTO blocks VALUES(310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'1fb58120e9eb78908fda6265cad12b4a5770701e9a271bd5c4bc94059bd3bab5','62678a570c40b5a12469e442b3a54f1416d9113de2db501f37ed533f345e71c1','6f4fc603c9512c9c5576d9454665d4c39833dc780b4dd6575f1646677e8bc4b0',NULL,NULL,1); -INSERT INTO blocks VALUES(310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'304243c1b11644e04d325d7100e4c757c07b874f0349e60163a5a544e84e951f','a174e4813aa967f5466148f27f4f8511ed9404295bf613e112c08b72eb3229ad','fc3a6d0e8d68aa1fea9469bf08015e43ebf986a3a932a70870c628b056d8ba0c',NULL,NULL,1); -INSERT INTO blocks VALUES(310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'fc9905ee4863b3cf29a3e558ee690a24ed978a4fd79c464bdde30a34cfff19fe','c551c2094651cd0e06e0cd9d513fec771b69f4bb89c3034f201c89f703cf8a23','4fd976744e9bca83b5df0e508c1db27e959e998e566415dfaaa39a97a527f73b',NULL,NULL,1); -INSERT INTO blocks VALUES(310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'e433feac4a09ad727bd3764b10a568acf5c659745a695e9d7e8790514f6bc98e','087d41720991e4b6bb72c6141334a65c9a289454dd8fd57edc33a09db467d086','1f52ab3592bc122d188e557a5e5a19b7f347c353b0af538ca69c599bcfed5a3d',NULL,NULL,1); -INSERT INTO blocks VALUES(310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'622f92da40eae0b1b57218b32ad18daf7d79c9e0202fed4a288d75b8fdcd19d2','caa77e83354d56437795411f9625dff332c0dd39d059a0ad7381fe1f37e38999','6d80ee00f09fe4321008f4860983d5013a33d7c1e241be6fbef75a29618cd702',NULL,NULL,1); -INSERT INTO blocks VALUES(310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'b7aa8d9ebc37d52d8dcce2cc17431d6edf5a183b73ac85bb3d91276592215cfd','df23960a57099b0b64572553e56794b1eff3004e684ee2b31187b585aeb03587','079999cd969d78e8e00ed493fc5792699697e4a6abbe7b8da67c1956dadb8444',NULL,NULL,1); -INSERT INTO blocks VALUES(310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'501c058860063ca599f3b946d465b3bbd84fd483a2a80527e456e3de32b48a19','c680a6d4f839ba4f9420a99f0512e51fc1db0b661ed027332f440c6089eb615a','f1fd68d9fc1fc799e4860aff925726148774404d87e305a2afa1591a8e614d00',NULL,NULL,1); -INSERT INTO blocks VALUES(310024,'b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5',310024000,'222986ec44fae1a6196d64dec24b79872970823f17bf0459d3b247bdef316675','f40aab7ef7167a17e35279423d9c14d49a9ebc05691fa658b09add1373216959','6443030b7504bd2a685fb84e65796057c665bca2b7443e7b586a67d0ca864b46',NULL,NULL,0); -INSERT INTO blocks VALUES(310025,'a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666',310025000,'bcd88006b9cb98445a74c656d424435e82eeaef95dd9c54e394b42808dc9cb8b','0e3736813d3c0e789cd9474449abcf83118b5559cbc2f4dfd4d3ee51b5847a57','2f1ffce6c23c08d4c52d3a5cf3e56612e43f09628b1490baff62f727aee86a1a',NULL,NULL,0); -INSERT INTO blocks VALUES(310026,'6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a',310026000,'3de7bf2043ac2e68bc9eaf8d1c12195a4f2400bc78c8deed0d487af11edf401e','c3572580398fcd71e5a1fef6e10217a99dec1aa605d61830ebb64ea65b7907ae','9205add0876765e8d8da8103c106a4f17df1b3baabb8328bf8e8bf753f44aee1',NULL,NULL,0); -INSERT INTO blocks VALUES(310027,'d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e',310027000,'6c2a67783cf36e8987dc1805f87532ee1b94f79fb00952d8ee4cf3daaf655f85','b8b9d102d56df94d4fcea6f8aeb92d3cb859d3281c9fac7407842b7f05313737','6c10950c1b3b2d0b15f56fd9ff65941eebd5acd0981e85d046f271ddf1df1621',NULL,NULL,0); -INSERT INTO blocks VALUES(310028,'02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b',310028000,'659c73390e2e7eccc07d690fb438181c604787208bc45f466e57721fa1e21a64','55eafa176bc145ec7b98497c8a156226c68bd3b921cbdd06a890b2bd660ca050','f9e18039adaf38ebf0d062a5de6f4d7b595899c0ef9ebf9335714292cddd9f52',NULL,NULL,0); -INSERT INTO blocks VALUES(310029,'3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6',310029000,'87449e7ff7316e49012934d83c1f5b733cedf39680299a9582eb216e260e0c02','c2fc809ff3ef6b74b10b1439fe15c275c6fd925e92dea73cf9d603948aba0d8f','909836aa10ad2c19f7243c0377cbdcbced1a01277c0ce39e7b213ddf9d4107df',NULL,NULL,0); -INSERT INTO blocks VALUES(310030,'d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5',310030000,'6c4a7f749d0308edf5c88b3ea4de3b1d497ba3bc06435594d77686318b744b0f','45db1d0cde22349299df8245e7ed24d308e1b1cb227098178606650f20832aaa','0b1594d32ebad07e6e0fb6b247e9058840bbf28912454ff9d0ea7b72a22cdfe3',NULL,NULL,0); -INSERT INTO blocks VALUES(310031,'0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689',310031000,'ecc04b1b2c7803ca17dc2a32adebd0960de2c04c8dbfec9cd88771dd883c885a','981653075dd609f44e0a5673dac2b63824b84e26080ec226547892c67dd7cc33','6806741c464fc4ec34ec27c87be0c43f1df57a24d324351e60bb88912d9f33ac',NULL,NULL,0); -INSERT INTO blocks VALUES(310032,'66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074',310032000,'01e769c5b990db44a9e534bc6c759567eb4283e0ea252578dd525923c7fde02c','81778134948c3577216eeeb6db7fe9687545d855dc3b5f6bdf6053a7edf3eaf3','e4fa5899d55321044d6d3de3d8bf64af6b58068413381fd8063b8362b12969b5',NULL,NULL,0); -INSERT INTO blocks VALUES(310033,'999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707',310033000,'2df6b8dca0ffa8d6d55997605188637c2b86300e4dd7ebe3f1f275690169fd46','650b0875a0fb44a0ad1b04edf1a0eb1b50b5ecc423c6ecdd37b5aa60b5e85663','0d5acdab49adaa70835f976ef1acdfad5bb43304af567ecafeb4ca657c9fe1c7',NULL,NULL,0); -INSERT INTO blocks VALUES(310034,'f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208',310034000,'7f0dc7c1527a7d11831d272f0295eacabcb96fa3599f5a716bd29ba1bb6b7577','e9d6c050b077d8e6902999bf64a0f1bf420c881b8a32c511ae81b0359e83a542','4bde96ee53d2e14a3ed48bbf73d6ecef4afa16f62923614e8c07ce56bec67a31',NULL,NULL,0); -INSERT INTO blocks VALUES(310035,'a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2',310035000,'5e0cdf1764ed94672c29144f9c1bd9c3e70784f17c9dd1c9e4ce703a99bb3599','e755b5d80c9995dfa5763b080b9bdd349fd7b5bd940a661836ad418202b77384','199b46ef96a2c1a3ea9400c626365ef47440e074560c5fa043f2c227d41300f1',NULL,NULL,0); -INSERT INTO blocks VALUES(310036,'158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76',310036000,'96da34a5a66b89aa3e8857b4a4edca51a56a0cbbfe600d8153077875624a153e','cbc0139fb09af6a6c63e07847a37f15767a1f7b01d6305cf40179de841c4f093','34703b8e9572de75c1f17a5bfea361adf6b5d693b7979b7b77088bd5e8bf91b3',NULL,NULL,0); -INSERT INTO blocks VALUES(310037,'563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07',310037000,'d481358c19b4220aa9a3d135fd0651fada6df8d0f27b9ec954ac07950e876c0c','0493eb6bbab5ced7f25c6f5a3b32e4e2da321a5c761855ef64b5e050ddcfe431','1fe44fa061cfa43b418ca9a75af0a0befdf553ea7b39392971a2e55aa0468fa7',NULL,NULL,0); -INSERT INTO blocks VALUES(310038,'b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2',310038000,'4e9fcc454ee53b3617c792eb6577c2eefa6eee6aa4a2925538cb1976d48817c9','64b95af50bbee190166820a564e858e5c86769c04b22a68c2bed5adee0f7292f','1168fe7780f47faf601e8b28374fbf840de1f58a25c16f668d2a8416af4ac70e',NULL,NULL,0); -INSERT INTO blocks VALUES(310039,'5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347',310039000,'795c5652d9679942a02060edfb497b072009695d9a72fb144fa3591dba65a2ce','9927f1558918a59509f668789e75198eb432fd63e0a7ffb46160d002c0932188','a48740364ba125b2666e88a57fc6203a774680b7fa263b0e6aaff2574ec44508',NULL,NULL,0); -INSERT INTO blocks VALUES(310040,'7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3',310040000,'e569e6e8083818e594e92b3356833e8dd54fcfcf5ed25af0d09e36e24b9dd441','969f7176f1a56d43e0d1b4da9cbac17cb1a934be64c12b3784ef33b584513271','093011fbe4e4475e991dce7080cedd5289130d65bc554b2612f922862bfa1059',NULL,NULL,0); -INSERT INTO blocks VALUES(310041,'5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359',310041000,'2247fcc633175a91921d226f412e56822379c79ca799117c39ecaaca0a702192','29cb8f1b29affa41416aca0265599863f6b739538f13bc6672f6b3c17e411045','eef332c91e7f3736d7871fcd77b268d24c464e50c7602d62883ac56e8a375acc',NULL,NULL,0); -INSERT INTO blocks VALUES(310042,'826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4',310042000,'0246c3a2a70b33a038ccdb816f6b0922a50d08310f360cbd5db4df58e97fc4dd','d1ca4c9abe26de83d9a0170461c87f2c219926f8dcb0c48793d74a0cbf01a43a','0359e8cf6acae5fc5e244233f81da5caa79c1bf94d5fcb7b013f7b00d52bb852',NULL,NULL,0); -INSERT INTO blocks VALUES(310043,'2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51',310043000,'cbe39e9d1a132cdc568f893bbc3d4f55d27bacf7af31f027ebea1b4bed9f0009','452b2e3ff4075f702cddcb4b8fd9006c756dda7a3527d635f637a200fd621c91','eb4969b9c5341c2f3b93d8df78f067a1fc38b1c1cc293da4c69de52702f7bdfb',NULL,NULL,0); -INSERT INTO blocks VALUES(310044,'3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b',310044000,'1202b05e118f0940ce270d9002d010076115a0197d889fee2d971a77709899bc','527114d86a06f44f12e1f789f095227f9710b47e95251cdbd6f4c03309eae61d','537fc9e20efb4c47a63f84653843807edada8fa010b72ad4d604d29f648ff1cf',NULL,NULL,0); -INSERT INTO blocks VALUES(310045,'7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98',310045000,'0bc49f765419c0b5b4911cccf03b0d9959aabacda266480b98245de0c0d35fc5','ed6954fc7aadd8f80684cc67580b9cc16f9a402296ac91c021de0148a1ccb4a8','7655bf1a238f73cc43adfeb195a0542c9062546617b2e04a6e8f0c380aa270d2',NULL,NULL,0); -INSERT INTO blocks VALUES(310046,'47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6',310046000,'e42bf9806d0ff3a0663756f7955b30735747d14fcb0915c89884baa12795163d','2e62ee5d03044d0b6086419a6d2fed78b7db3bee75a2bc158bbc04a8f5c34908','dd2712a049ac3e68423c143e406c9fadeecc0690401ca133cad3b0d7719a9a8e',NULL,NULL,0); -INSERT INTO blocks VALUES(310047,'a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075',310047000,'b19b5e14741284b4ca06b736120e903363651460a6efb3ede1aca3a4f3c00df1','bd40f4de40c172e5b5997091f4a069ea54d25504421e6225ef3d9ee360fbca6c','40cb046f640615308d903520f41dbe809baf910bdd418ed9b040c8707991f868',NULL,NULL,0); -INSERT INTO blocks VALUES(310048,'610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309',310048000,'e870de901ba86d65d0e2053251ffb32cc7dffb55fcc2efbc006a2b9137314a39','d89730ea689c2912f38a2d2dc86caf6dc35a3e183c4d394129f21368f5c1d371','4e588c56f4c00f6ceb4fcbde073e88eedeabe0941539c72b9d642aea441ac85f',NULL,NULL,0); -INSERT INTO blocks VALUES(310049,'4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c',310049000,'44cf354cdc8552ed37e5911340397d3531d0ba45100feae27377130d4ddef359','1100866c04ae89913abf573ee61b3a7b56ec8fb7526c7d9c9938d61a187586ab','60b219270a56ed796f102dccd63efd2dbe6c8e8e2c2abac314b78bd515666f16',NULL,NULL,0); -INSERT INTO blocks VALUES(310050,'8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348',310050000,'7d72f11f48ac99553e1b2c52a7ff5645fbe05728a10a002727b9270dbb32daed','1d95ff7cb416f1915ba7db0099ba9591b97c6bc673cb43296cc82655627eb1ad','557b205cf5584db5cb45f2ecec94a492e4772030ac17160d123c29e0e0c7a16b',NULL,NULL,0); -INSERT INTO blocks VALUES(310051,'b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6',310051000,'35a965dc90686fc4eb20450da81ca8db9125e25c2cdd7146fd61d98841d80c24','9d15589506565edb31f7627a37c1f6a6bca01d584b0dc815e8603689f07a80db','2374640c5c940c9ed2e7dffd5a4b435b4b09aa652c56bb56c3fb6414eb1fe9eb',NULL,NULL,0); -INSERT INTO blocks VALUES(310052,'0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2',310052000,'8604d503e7194ee1c8ebe1143019207b2aad163655107a3d23d018ef26cef550','40053c62babd7f69b9822b6d4223732008d45250146216762da4e13b1b9d3a3b','13e33f7488ce4a3725202e62f86f3a1526df59dea9a2a1b2640cdb7943ba0a19',NULL,NULL,0); -INSERT INTO blocks VALUES(310053,'68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f',310053000,'ecdb64ffc44490eeb12199d2da5c1189c07f4102f5b91494cbe4ec68fe6bb6d4','7d74527f370a78a8dca189b60657f9fd15c27ba5f875344546bb8d6e5b54c8c5','c8a9e142a0b7a03aef62fe4b34bb50bd27c1702c00b5e69e824868ba0909a326',NULL,NULL,0); -INSERT INTO blocks VALUES(310054,'a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305',310054000,'b96b0d51d6327284f5922b65e5d023afd2b2e44c9e11f435afbe2a71df4e6eb2','70b8a2eccd5c79e1c270abfdf683dc4423ff315a62486db9e5972a12daaf60ea','96389c28805016b9547a4c29f433ff915407c09729c55eb96dfbc00c970cb268',NULL,NULL,0); -INSERT INTO blocks VALUES(310055,'4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356',310055000,'c5be3fc23a9c41b7b78cc7df4ed13d1d35fdd7edab77c998cef5a5a5fe2a7d33','0072c2fbc0915dcc39103950d4a48feba19eac28bde001d3dfe0f9ddc25e5152','c764fce0e8bd3a21320d788f8a08e2eda3b0588ccf3ed11a02e70e00bf1cd93a',NULL,NULL,0); -INSERT INTO blocks VALUES(310056,'7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3',310056000,'faa7cf6128f229fe3d408797c77ef2972eb28d16542b32ec87c5fd42d2495018','46c53b0ab86b04c06e8302726aeed5922fb5b3d940102422c53bdf4bafe285e4','dfc905367f19870e416a6c091cba2f5ee33d2a42952c8e90488d7340613b1999',NULL,NULL,0); -INSERT INTO blocks VALUES(310057,'4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411',310057000,'135af680c59a3d707ff3e6b67fbbb0aaaf0a97724d36ba584087658ae8c0db19','8b3fe70c1d1b8fa1a247810dfbc2667ca0307860c112002e47107fe4836b8138','5ba8f55c1cea24a1a4cfe94a630208d72cbcf6f1cfa633e050a5798172ffa968',NULL,NULL,0); -INSERT INTO blocks VALUES(310058,'a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f',310058000,'496b559ef740feabe42d55356bc770bab7b927d79260c22848b7f47d51918f11','ddbb4db386fab0fbbb7edee7c7c45676f994d6feb088f50b0f3edaddcc809e47','906d7bf58f539f2184bd6f81343273336289053440b795e043baf20ffea6e6bb',NULL,NULL,0); -INSERT INTO blocks VALUES(310059,'ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9',310059000,'608eb77e572aa596c9e14c6e4cb1dc1993bcbcfe735cf0453124c2801192ecc9','b8d3a5abf9edc13434594de8ec0cdf3b760f6917798eab89ff2a6a4f0bda06d9','642025344224575d66e96fe5c72c2e189411245a707731580d3339cc75c85ab8',NULL,NULL,0); -INSERT INTO blocks VALUES(310060,'974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b',310060000,'bc5c375d1237425486c9f46bd749fba20b5635bcaf3e2d9178b35ddfbb700f14','1766568459fde2e95dbe4a1c1b73a37b6f8443dc1ec36cb44a38fadd95d8f807','15dd4d535650f8610666ffa3edde56635d9f2288cb3400db82958f4d4c207ddb',NULL,NULL,0); -INSERT INTO blocks VALUES(310061,'35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf',310061000,'c6d48d72746c0e18fa0f1b0b16f663869be2c4684a9d98b634e691ea495f4d81','9f6619aae8ab667b4291ec14e89386177dec7f3465def984144d2991d10476ab','4b7262d089956cb187c34cfebbf217f8214c167c5f326e94a4772318a8e2d401',NULL,NULL,0); -INSERT INTO blocks VALUES(310062,'b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f',310062000,'8deffdb1602f1aa2d0d1956d2297ba30ac78901ea27eb223ad8bf7ca83b18110','278612a215aec2522b38d2ddd268f051906a858996b526fa53c48743b1f33c2e','874d297e0de8619cb8cafc5bda215cfaee2e90d603e7a38c59b2a3324b887783',NULL,NULL,0); -INSERT INTO blocks VALUES(310063,'0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe',310063000,'34859861f240c6553ffbf63fff9bc884f231276ec6173964d5fc6641a6d79b16','a884effb413598885693dd0eed419a3a2a35db95fe4d6582e580bc141f28377c','68159fff5948699a95b40cecffdb53f8805431c98e24cffc873c07cf735f29ba',NULL,NULL,0); -INSERT INTO blocks VALUES(310064,'e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30',310064000,'fa185f9b97a1666ce3b966dc09b8a7870ba55896a54a54f54d3420708d5a8ae0','070c320cd53cca3d81560367d437e1f4cb2afb10ab6339e2f1cfb0a2dd6d6063','eb30c105a35f5845eeec0f9291f99c24a12de9ae310525aa9ae5c24cb6101abd',NULL,NULL,0); -INSERT INTO blocks VALUES(310065,'8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a',310065000,'9f75da9f944d59b1841d690b2994ead7fb0ee3d679ddbdb0b692e49238f66603','fb310206b118e11d48becbd11a695199fd7cc3553dd8b2a7c29c6a927f5bafb7','b6736c6e0347d4b6efdae92c156c497f0bfa69383213f658ad5be149527cc9cc',NULL,NULL,0); -INSERT INTO blocks VALUES(310066,'b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d',310066000,'4740587d203632d1b4061343436e25e12941f0f80be03c3ab390a1c08b842b59','041e6429d7ad46da6e1a2547daf274a0df952ac4f9b43eaadfeafa6e005141d6','2d9e0b879c5e0068f1b3098140f4824ca9516709c355d983308fb2bc76c9a929',NULL,NULL,0); -INSERT INTO blocks VALUES(310067,'8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577',310067000,'d6eecb0ca22f29b50e52cd5dec8f408250a7b1ddc61bfa9bf6cc6ef0a85a6ffc','f8e9baf27b01e99db390d6ee2e06b8ac7d92951c331d8240fdf0dd711ad75979','d5e7e6f0df0aed3c405272caedeed9039e295dc34f5e042257191b6d572b7302',NULL,NULL,0); -INSERT INTO blocks VALUES(310068,'9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5',310068000,'1508605d4796eb2d8b0553b307827f570b5020f4cacf773926b6c8f2c1b003c8','fe7a135af64a7668cee07a66fa146b6a7a54fc78b96eb7c62d0bbd8b8ec4a820','175f5b6e0a4b8b53a870305afe4a2085ef16317af8a669e9c8707fa440197dea',NULL,NULL,0); -INSERT INTO blocks VALUES(310069,'486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7',310069000,'ea7afbe0817cfef5a5a940bf88b057d01d092182dd5d0c7fd156b6750fdf4cb2','561526733017c46e8f7476f6f7f0a1c317a372adf6ccbe2a34e4d8b0fee1a694','15af5f367a400706abbccf1d405f30fa64a28fb3639c5afd561e68ded998562c',NULL,NULL,0); -INSERT INTO blocks VALUES(310070,'8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5',310070000,'f805d8bd0b724ffeb9e466367e8524bcbcf2c0fe0525b8ff2707af2013824a2c','4c10a876e31ee15289cd2d82d8771bd9aaffd0e335c6de15f8d5316e6e7ee81a','5f0fcf4543aef503d4c865587b2db5a87c45b58e56b9c69c9bf06955ea8261b8',NULL,NULL,0); -INSERT INTO blocks VALUES(310071,'7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b',310071000,'305123423486d17e97e8370399b9079a35977465e4cf8c5b33d50bd7004b463b','660d6afeecb2375668200669bac5cf258dbd18b0f61213eb01d29e133a45917c','c995be10ed35f06a17faef926a841e76589238a931a355d6f3a3fc2ad5bd3db9',NULL,NULL,0); -INSERT INTO blocks VALUES(310072,'7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a',310072000,'b04fcd2cf46165fa31626b476aa06f9ad8c8cd1d5aa1cfdc014e0d55fa7e0761','0791350dc66254e276bfea1651fdda43705668f461f5451fd91fb7e084b26aa2','6bda05a373b66c6f234af9ba62398db40d34413d1f1ffbd16aec6aaad2f8fb67',NULL,NULL,0); -INSERT INTO blocks VALUES(310073,'ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943',310073000,'209f05567343042c8a9172138cc14e28a2e53f9addf16c7affa469fbea9728ae','4885e82f77b273e102f9019b8451e08910a7d98daf19366a0a2b9db779352c0f','a4b909dca4307dc5e23a08f3e4949632417f2b594415f479ad79223ebdf41d9f',NULL,NULL,0); -INSERT INTO blocks VALUES(310074,'ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb',310074000,'fc18c0dcd6011c4147575f09bdc6e1eb0e6ae7d3144339859054df458651618a','49cbefb674e3da718d86151b10bb37755e158a2bdca642a542897361f15fde66','9502f78c2cc93e46133d39722f21f6be095645cd6289f25576c4b8b1eb6f40b1',NULL,NULL,0); -INSERT INTO blocks VALUES(310075,'ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b',310075000,'f304dbebd02e4536b1754502e6f51e058ed309fdf95a2db8329dd7e5635824ad','b5e7c72a91d779334162c8fcb6282c7e5baeb43ef83d8f8c0eeb4dd0579f0916','7c65a41e27eaeca2571453507e514516972a4677163f0250a9a8dac68a5b8163',NULL,NULL,0); -INSERT INTO blocks VALUES(310076,'3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92',310076000,'f39c071315c869425bdbcf05ff84130a0860f5f47b4f851cea970f58a6edc9f8','e399bd32bd2988f29b4fb003686b343bd72ae59297412480a359bd56ded23ca5','f3f6f03f4ed1281a921474d54a6ef4277161b835c8700976577ada03f4bb6b75',NULL,NULL,0); -INSERT INTO blocks VALUES(310077,'d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd',310077000,'20624d783cd8e82044df58c05e6171a744505df43623d9c2a828c1331f505ca8','c587d5426925227ed7d0ef11834b5bb1291fcf0ea3f0bcac864e4356187b6a10','19734ba60c1529f15013d68f4d5fcf46f32efe8d86240c5c38469d2080f15e8f',NULL,NULL,0); -INSERT INTO blocks VALUES(310078,'f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6',310078000,'41ae6610121587bd8171a02da3c50645e8e6d3642aef2c560d46f12707506b66','c8331e225af242d83e283889e6234d601ecb507373f4b7de891b8508d1b7b1b6','79773167b0501deb3f31de52aaf7657afe943428080ee4c05cc1c721d92dfdc5',NULL,NULL,0); -INSERT INTO blocks VALUES(310079,'f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c',310079000,'bbc2068f2a4b47c86198a5cb7242e26f385077126c7a3294eca6607485b1170b','42ee671f6b45a8e36b4e57dc7edaa2501b075eb75bcfce535435ee4c0cdf2e66','f7950c5d027036b095503a5a953cd06018510cbb5258e91dd580d39dc089bcf2',NULL,NULL,0); -INSERT INTO blocks VALUES(310080,'42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c',310080000,'fc4350d187ec74fa6dfbbca7f6c51849b78356f853c6c713d10ae4a39ee4f7e2','f35b5543ac99e33a4ea6fb61b688d06a2b5b9cc79776df32c24e848b5dad80c0','47d8f3d677ef4b883fe75c27d73f521ee6bd27cfdcc2eb192b5666e74da26b97',NULL,NULL,0); -INSERT INTO blocks VALUES(310081,'6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4',310081000,'3cadb90f0285d3e3bb107caa2165e88d855cfa057fcff1fccfb278a8f64c9b1c','3ff813ab5112e5adf9f50936955db90036ed0e2ba309022002c69e81473d7c04','644132215de726767f26eac7fba792378c5bf9c24bacf333e6b3aeb37bfaf9df',NULL,NULL,0); -INSERT INTO blocks VALUES(310082,'4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644',310082000,'f3390bff59484b5ce0d84f5034fc88f4d862334ef3c0d7addaa9be7f0e67006f','3d843f898e46d0ec4c4cf79709ec7326a0e45d44361a2c9fe45e546bd5f1e630','d4b122b0dac3d482f563b07af33218afe8e53cf11e3cc3cdf4e6a834596965b7',NULL,NULL,0); -INSERT INTO blocks VALUES(310083,'9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850',310083000,'0354bf318eaec5c79b4a7835c76c89f373ab0e413f9fe4ebdea442f57763a971','6405368df02c1207da46178c106ac287c7c90e5b87a98154aa938f6ef5a570d1','b1dd8bebeb35d71a2179ccf87daecd0eb7156f9844601423700767044a468bab',NULL,NULL,0); -INSERT INTO blocks VALUES(310084,'1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3',310084000,'e22b7a64e15ded24f6c54a5f627354dd2c3ed8175c2f4cd31aa5a6789d7b67e4','6f58e857b2891d43f22bb4b44d296ff18f3078de01cf90aeed104283d66342a2','8e73903895f6cfdc31f5480e063d2c36b2ee9023102ba1f235a22e75c04f747d',NULL,NULL,0); -INSERT INTO blocks VALUES(310085,'c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34',310085000,'7b8a6f62709cf4d20820031f43d968ea46d73d8cee4ad40f414da60b9be4e676','51c8a62f3e4c43e6eea75410efb977c8ddd2ad8e64c0d6ce6f63a4e5eb153400','558458fea9afc3e361819b03324b4c6b493b243798d933f22227ca5a72e2e89f',NULL,NULL,0); -INSERT INTO blocks VALUES(310086,'080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78',310086000,'ae82ee2f7f1e075937b5b8eef065f8643a7bef0428e00689ee773558905eef19','7358e41e9a61f87d68cc6851768346daea2e100ab896e86c0047e47228e6cc29','22c58a2fcd094a85415809ebefcc4bfd1bf35bc0cba9377a4f5011977f5add7e',NULL,NULL,0); -INSERT INTO blocks VALUES(310087,'4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c',310087000,'ced371f1349e81cc2f179f064e4b9b202650a0f79e9b4513666ace29f0e8b3cb','0e8cd750f8ad91d5b14d2b05b7c03621367036703bed1654555b94592ff41e11','454c75dbc93d8c10940e41c16b57d9e40bc506fbc99a61aa9aab776474d89424',NULL,NULL,0); -INSERT INTO blocks VALUES(310088,'e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3',310088000,'6c343897092c5dfcd32ee96dc8b96f38fedd31fa58cf5757a3e15a254942cd59','c38a183db86650f155005a8828155aaf2fc6d92aa89066d7f0843a123800d771','7dcaca013f10ac503a4e781f945d1906c3a1456dee10efd42e2878ac8b19ab7c',NULL,NULL,0); -INSERT INTO blocks VALUES(310089,'0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33',310089000,'abc7afdaefa89bf58bc4c28401740657eca24c902ba551f55becb6a1c8992675','609b4f777892b43541593da80d09aa2c3928f2f73600009615196a7f89ca8123','976afee3c874b249c20710a9c1e819e27e9eae36d4782bcbd1b5912bd5018886',NULL,NULL,0); -INSERT INTO blocks VALUES(310090,'b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969',310090000,'4c8ca9b4eeae7adfec822b20665e7bd6fecb51d4f30cc2c826f18402d8401a9b','fba4f7514306c49b3045912791cc21a26527a23e58dcb1c8adc5563e5c6e901d','785e57d31849622dae03ec40c4e90de4d4439f143672175b0a95f295acee1e43',NULL,NULL,0); -INSERT INTO blocks VALUES(310091,'734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c',310091000,'fe7fd2b60c3216d79dfe4e6d38880f6d3b9fde747b619f2c477108825235663d','3a62ce0eeff09c242b3a7c3a8da6dd20bf06c1c2fbf224f73646791557ce3d4c','3323900726e60a0b5707b78842424803e0c1a0eacca76ca46cbd769964816de0',NULL,NULL,0); -INSERT INTO blocks VALUES(310092,'56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d',310092000,'420b8ff3c159f7e89df2274682e7ef798a0c0233149365114bfd934c38806098','9c866b1985d2ff084264e192e5defce4af96b7aca461a46f58c659008113909a','85e8e28aa3fac07068c2d51ae7b4a26ad20d9e3c5df96d232ca2cecf45fb58d8',NULL,NULL,0); -INSERT INTO blocks VALUES(310093,'a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc',310093000,'f4fac6a570b4f6332a628a3f8e27f5f081689fb4255363cff1cd8bd0244eecea','271c5484d7a74166a1b83e9dc6f56cc391d5b01829c9b594deb087e58a22b762','d66fdfbf4d13d706c1d2eb4592560cb64470b5dff1784d35d922d3d0a3c4ab44',NULL,NULL,0); -INSERT INTO blocks VALUES(310094,'2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23',310094000,'adea7b4cacc06ba1f7dc260f30039943936f5baeecf5a8a452d4cbcaa994a70d','7d8deca0e4f444c015cdf98c74255215af14198d17619640186c6486bb3a6be6','361422f7758028e0eb434257de6ff7426d163744fe10fe8343535674888c31fc',NULL,NULL,0); -INSERT INTO blocks VALUES(310095,'bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2',310095000,'a2290c6a24befab16b4d9ed768c3129d582edbafdf8a2326c7ed50397e5db674','8bab183d2c7670f060de1a64663fe4ec602cc9df957a4d1ccd4b2c5e4876e5ab','7d62eea28f3b4e58a224b1a51e0c89aa357b0297c3c982765dc92546ea53a883',NULL,NULL,0); -INSERT INTO blocks VALUES(310096,'306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f',310096000,'b3c321ea2fb119cbaacfb39f219be47cb346cdd40d895980afd34b4157a3b7ec','6997f2cf50cb2331a8d5cea3f97b32b41a9c40b6006041939b21008016e013c8','ada708d408c098004bf955c121803932f37c214dc25d8f0174c7821cc79153ea',NULL,NULL,0); -INSERT INTO blocks VALUES(310097,'13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf',310097000,'456a1bd4d6b30f24e798a9c1f975af109db030b0bca19db6b29788f938ce6c4d','bd930dddbfc97b06fba95a33417533bd58fd5e95326d8677d2939790850a67de','20fbac9958bbbbc455f2f7a682d0432b3f7c34504af207c6e7f0391884282055',NULL,NULL,0); -INSERT INTO blocks VALUES(310098,'ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca',310098000,'f48d6574488a24155420ae76aa7dcecfe73f6a262a2434a96eb2e93f6bbf02b6','bf2e65b5a1da6ac499a4ebcde81b607f6516de77ed2a10ff363ddb05dd8e288d','3dd97d0add444d77e40cd8fbd9d0fece2a07b4f1e29a879923bfa5a2485f1ed3',NULL,NULL,0); -INSERT INTO blocks VALUES(310099,'3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a',310099000,'e936debeb5d219215ba24e56ed34edb435131877c2947c0801824155fdc70c05','d18b9514ed9fda087d3c98eca75ea68388964396143b925cc58ce2e2d5c1c5da','32f112dcba2d724482891cef2c3029619c90507d2a15049582963e16ce2e4234',NULL,NULL,0); -INSERT INTO blocks VALUES(310100,'96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb',310100000,'2b033a615b9eb693ed59daca9bc047f61a3519bec5c2b64f968cf717c75afe79','1c39371c274124af6085dcf02fcdfda68d36d261bb47d7763ea3f09b70d0f62b','5d078277804a09490421c941c3915790dc4de1883b7c75ea38b1533c3a2d9a38',NULL,NULL,0); -INSERT INTO blocks VALUES(310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'6a41dd11d8b611f6fde79e06a4f65d20fc15419f8336646130c02e9f7d87eff4','e2c84c519b3d759f8efb016894a981411328df6f0a778835c95ed4116fef01f5','1d13703cab9a952c616f9293f24426ab6ccfa6cfb01c32b97803841c77cad4f9',NULL,NULL,0); +INSERT INTO blocks VALUES(310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'98ccdf7cd2fb29a8a01cbed5f133b70b6966c6c56354dad00baacedd0673c87e','faf6476a908c85f6e26ca5d182688d6da3f326296602d5ad3aa5979cb8bc110b','437182e18550b7d334dc373b009047961f801f266f279adac2871701eae6c9d4',NULL,NULL,1); +INSERT INTO blocks VALUES(310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'fd43dc5efe2ee796ef7d24f8d478a67aa58bf85f538ef4b9a49b983a315deb26','544f7958bf7661b78699c708ba1097da0dbb044acee3d1d8aa9a32d6b659a14d','69eeafc3346c5d235629de1dfde0e7e7ee9c429f7be7a17fcd059f61620ece43',NULL,NULL,1); +INSERT INTO blocks VALUES(310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'dbae4fff32545b4f3c104fb5a051dcaeacecd27401c84c09f93923b8bc30eab5','ee37e75a4eba165ed448b7cf96d188d7f738aca4d90a781c7f473974e12564d5','e16209694210a8dc8fd499fb54a1756baad4f38323ec866b866426004f33e4ec',NULL,NULL,1); +INSERT INTO blocks VALUES(310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'fd0ae9793d9513540246b94ad116fc0531e8e07b2c014752e175a12e2a7a82d4','107902b17490957ebc0d2cb5dba1f5e667e3a393acfd8b3adde9f6b17aaad5c4','173d71c8e8778e09cc355ecae06984eeb8ecc2efcc1a8069d7a2fb4bdbe06d45',NULL,NULL,1); +INSERT INTO blocks VALUES(310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'bd894777a85b731155a0d6362766b4220c03db4f3e5fbf030d6c2529cb5f3537','65e6a7c64c8439a60fb066d96d5165e6e40974bd1b98812ac6a4172fb1db1511','698df4d0653b9a8ecbdcddda80f2a29f77f5bef9ce814ad0962f2865ce0df329',NULL,NULL,1); +INSERT INTO blocks VALUES(310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'264c98f1d460f78e52def545d25482fd76549a5309d04841bc27b335f06470a2','9ede5548f7cb273af825360a6285fe9a51e9625c9084b2dde7bec013dec24f0e','c27fe73935ec4ec00c66a29d8d8382a33961e6cb312f94c4f0e3f1fa3e4ff962',NULL,NULL,1); +INSERT INTO blocks VALUES(310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'a1f2aa5a0b8d030c2fc4e1243c3173319ecf68d232262ea3dc8bfdd03a3f923a','afa257be6b0f57581b8f1b932b3c8473ff5c89e4bd6c3d3e3dd6a8c3cd9b09d3','f9338be560fac8890098ac83151345ed0c9573f15b0b856d020199cce87dc14e',NULL,NULL,1); +INSERT INTO blocks VALUES(310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'8709aa2d5064ea2b7ab51a887d21f5fddcb7046753cd883317b533ed121f8504','40941bb90c086bd2716de8afc1fba5eb75721143a86a606ef99ee3312de95614','74cc4b4948bf2df6e99daddae78f5eef87126da36312b919225d36d7356fe506',NULL,NULL,1); +INSERT INTO blocks VALUES(310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'c1c516176fe38b69b31e3668b5ef20805bd90d3112c77f5652f838af8e7f604a','9b186632fe722ba57daaa01573568c3d3405f7fcb0a729005a6338266a4debfa','8eab7d935f902286b1d7e3454bb047045788e434f9275773daab594f3a4fe531',NULL,NULL,1); +INSERT INTO blocks VALUES(310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'ae8ee9e681f0ac96de96babc1c80e5188b3e0cb91074a0dfd8511ee7d0ae64c8','39f4f154cbeae9a65b43ac831b2d5ad0e6f6575b909b979bd4bd97dadbab4cdd','fc7e87faf868e819a2adc15da03a55aaf0987390dde3b6f6a5596c5018353bf4',NULL,NULL,1); +INSERT INTO blocks VALUES(310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'0451ffa5d7ffb0e588e58ac7eacf77f6b3e17f1d27c1039f03d7716b16fb234f','0cea2e2e06c6423d1c5ba19f6128fbe8fe6d6c3688316c9c35dd31cf03d38c97','671920a944f9b64d0a1086943d63c56a164664e7bd8319664ebbb92b32d47a6c',NULL,NULL,1); +INSERT INTO blocks VALUES(310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'dfaae3f28c2f75e4bcc49034ff2a191b5a41b88035c5d266181617c8c65ad5d3','0134329cfdaf63e5946b9b5a94b73f59b9a870d4569ca07c0cce078bf13714a5','52ce60bd55ac0adfe0a93969fa0e9b30261c9b58065f44eee1e8452f3e1848fd',NULL,NULL,1); +INSERT INTO blocks VALUES(310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'c711e8cf2d9bbed01724a7b22cbd4900a4fd0a126bb7ecbd7c97ca15a6276553','9a3fb4fb846c9ffff3a50a0a31f3ac3900ba7048a60dd69c6e14752734358f1c','4141da503c1bc1de6f1ff053cdd4ac09a33e292794078327e8a7eeafb368d31f',NULL,NULL,1); +INSERT INTO blocks VALUES(310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'3dfa5822de8a4c674f1517b17e50d2ef63ccbb1fc4ae96fe5e1dc05cd353aa4b','6228a449b24d607b8fe1aea60a0292874cfe515a9440bee2829f6e61efa0b2a6','a27d0cd51fd9d1e1ba971e39cb38d8d0444bb553ddbac663f97330116f423e20',NULL,NULL,1); +INSERT INTO blocks VALUES(310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'49fcaed957776bc62c9f1feac30dad8c0574596d312f9efee7a453e00bf64866','700cf4c54e23c0cfb4d8b02bc6cb1ca509637dd95312629625aa92d32d5548d2','fe75f639e365d65842678e8df63473ed07c317d565ae83d5730ad6a0646a77a7',NULL,NULL,1); +INSERT INTO blocks VALUES(310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'4e4abd3e8ab2658a7ac673e3a178ceac76fee41cf48bb6ed007d241c079979bf','288c9c0f37cb0c2e9db66d4b88b165391a67f06016ac84c485e9b9158ee51f2d','a285358a9d6a44b24ab10ef667558550d875f8ee214851e170c0b57a9d69a46d',NULL,NULL,1); +INSERT INTO blocks VALUES(310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'17a28cca0777254af26544edfefcad8810e847e5d173fded9a7813719cf1162f','1bf7e0a4aa8356584087591a8c8e8b28185a6ebfe1a15a85f01165a04ff57913','3c5d246f099aff1506aaac328365b893c177e99d880f88d163a9b88ddb1f291e',NULL,NULL,1); +INSERT INTO blocks VALUES(310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'1fb58120e9eb78908fda6265cad12b4a5770701e9a271bd5c4bc94059bd3bab5','62678a570c40b5a12469e442b3a54f1416d9113de2db501f37ed533f345e71c1','2ab6dd45da6c4ee2868fa448372e8dd3261f1986a140f09bd1b4fa23bcad460b',NULL,NULL,1); +INSERT INTO blocks VALUES(310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'304243c1b11644e04d325d7100e4c757c07b874f0349e60163a5a544e84e951f','a174e4813aa967f5466148f27f4f8511ed9404295bf613e112c08b72eb3229ad','d76d645c76804553ec8fdaec7fe43520b5c5e02d28d540c967c6b37366419fdf',NULL,NULL,1); +INSERT INTO blocks VALUES(310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'fc9905ee4863b3cf29a3e558ee690a24ed978a4fd79c464bdde30a34cfff19fe','c551c2094651cd0e06e0cd9d513fec771b69f4bb89c3034f201c89f703cf8a23','a399691366b1d592ae689af567cdb09dac50fef3d130feeae0029ef7e615ac7a',NULL,NULL,1); +INSERT INTO blocks VALUES(310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'e433feac4a09ad727bd3764b10a568acf5c659745a695e9d7e8790514f6bc98e','087d41720991e4b6bb72c6141334a65c9a289454dd8fd57edc33a09db467d086','eda772aeb442feca74f03da6511b0b3f04d4338078cfef89f05528f316ce0210',NULL,NULL,1); +INSERT INTO blocks VALUES(310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'622f92da40eae0b1b57218b32ad18daf7d79c9e0202fed4a288d75b8fdcd19d2','caa77e83354d56437795411f9625dff332c0dd39d059a0ad7381fe1f37e38999','c5189dbcc944f83763561e8bb0deaa2db7a7859f01daef72322b5b11c3b86ee0',NULL,NULL,1); +INSERT INTO blocks VALUES(310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'b7aa8d9ebc37d52d8dcce2cc17431d6edf5a183b73ac85bb3d91276592215cfd','df23960a57099b0b64572553e56794b1eff3004e684ee2b31187b585aeb03587','fe4e415a14f059b57d10941414c96ebc3c0c60cb2bd4752a7d8039bce1e91081',NULL,NULL,1); +INSERT INTO blocks VALUES(310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'501c058860063ca599f3b946d465b3bbd84fd483a2a80527e456e3de32b48a19','c680a6d4f839ba4f9420a99f0512e51fc1db0b661ed027332f440c6089eb615a','160150359edf3880a2a88c472b245fe976bb42061c39394d0da7e91563d56395',NULL,NULL,1); +INSERT INTO blocks VALUES(310024,'b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5',310024000,'222986ec44fae1a6196d64dec24b79872970823f17bf0459d3b247bdef316675','f40aab7ef7167a17e35279423d9c14d49a9ebc05691fa658b09add1373216959','148211630090c1b3c9bc1efa53cdc07d862043fb9b7f537be7aec30da32492eb',NULL,NULL,0); +INSERT INTO blocks VALUES(310025,'a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666',310025000,'bcd88006b9cb98445a74c656d424435e82eeaef95dd9c54e394b42808dc9cb8b','0e3736813d3c0e789cd9474449abcf83118b5559cbc2f4dfd4d3ee51b5847a57','54f8bf9ffff2b2efd9a7fa84c64d957fda2ac1ced34d2ae1e8aeecb58d75778d',NULL,NULL,0); +INSERT INTO blocks VALUES(310026,'6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a',310026000,'3de7bf2043ac2e68bc9eaf8d1c12195a4f2400bc78c8deed0d487af11edf401e','c3572580398fcd71e5a1fef6e10217a99dec1aa605d61830ebb64ea65b7907ae','79db36136e62669489ac6010b1e5396d14c4ab6e6bec73970de9acfc6fe8bdcd',NULL,NULL,0); +INSERT INTO blocks VALUES(310027,'d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e',310027000,'6c2a67783cf36e8987dc1805f87532ee1b94f79fb00952d8ee4cf3daaf655f85','b8b9d102d56df94d4fcea6f8aeb92d3cb859d3281c9fac7407842b7f05313737','8e5547a3630b35804b5da37e1497a47c1c2976e3bef4bec42c69fc081c6d0a21',NULL,NULL,0); +INSERT INTO blocks VALUES(310028,'02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b',310028000,'659c73390e2e7eccc07d690fb438181c604787208bc45f466e57721fa1e21a64','55eafa176bc145ec7b98497c8a156226c68bd3b921cbdd06a890b2bd660ca050','ace19080dbec5b208e987cf0ddc992ddfe821339c3ea0fddb65d0aba9e6622d3',NULL,NULL,0); +INSERT INTO blocks VALUES(310029,'3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6',310029000,'87449e7ff7316e49012934d83c1f5b733cedf39680299a9582eb216e260e0c02','c2fc809ff3ef6b74b10b1439fe15c275c6fd925e92dea73cf9d603948aba0d8f','b462ebce2399926718aabdc7afd449c43bdcb4a62b67a616582377468c5540e7',NULL,NULL,0); +INSERT INTO blocks VALUES(310030,'d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5',310030000,'6c4a7f749d0308edf5c88b3ea4de3b1d497ba3bc06435594d77686318b744b0f','45db1d0cde22349299df8245e7ed24d308e1b1cb227098178606650f20832aaa','7cf13490dcbe49319c11fc182e18e7d5ff37819ad0fa940c2d1b3c6b7b17660b',NULL,NULL,0); +INSERT INTO blocks VALUES(310031,'0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689',310031000,'ecc04b1b2c7803ca17dc2a32adebd0960de2c04c8dbfec9cd88771dd883c885a','981653075dd609f44e0a5673dac2b63824b84e26080ec226547892c67dd7cc33','c32480d112db4b2920daaebcc315c4a0796fe68f11fd87c2f00c4a068c4ff888',NULL,NULL,0); +INSERT INTO blocks VALUES(310032,'66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074',310032000,'01e769c5b990db44a9e534bc6c759567eb4283e0ea252578dd525923c7fde02c','81778134948c3577216eeeb6db7fe9687545d855dc3b5f6bdf6053a7edf3eaf3','40ae5f690266874c2f8cc38fbf0174e0a425dd773d6c2df72484cfdb50f8a729',NULL,NULL,0); +INSERT INTO blocks VALUES(310033,'999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707',310033000,'2df6b8dca0ffa8d6d55997605188637c2b86300e4dd7ebe3f1f275690169fd46','650b0875a0fb44a0ad1b04edf1a0eb1b50b5ecc423c6ecdd37b5aa60b5e85663','ad553149f737455d30692ed413fa12f5dd1998bfac5ad58c5201f886e93e3065',NULL,NULL,0); +INSERT INTO blocks VALUES(310034,'f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208',310034000,'7f0dc7c1527a7d11831d272f0295eacabcb96fa3599f5a716bd29ba1bb6b7577','e9d6c050b077d8e6902999bf64a0f1bf420c881b8a32c511ae81b0359e83a542','5ba7e755fad6323c41894fd6fbd2cd614c0f24ff43003ffacdf226967f7abd3e',NULL,NULL,0); +INSERT INTO blocks VALUES(310035,'a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2',310035000,'5e0cdf1764ed94672c29144f9c1bd9c3e70784f17c9dd1c9e4ce703a99bb3599','e755b5d80c9995dfa5763b080b9bdd349fd7b5bd940a661836ad418202b77384','3c2629549bc6618b1c4f2dd469fb92df4a40db4b4063909f306f1b266e93ef9f',NULL,NULL,0); +INSERT INTO blocks VALUES(310036,'158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76',310036000,'96da34a5a66b89aa3e8857b4a4edca51a56a0cbbfe600d8153077875624a153e','cbc0139fb09af6a6c63e07847a37f15767a1f7b01d6305cf40179de841c4f093','dd9d640c94869eebb9ce36eae8284ac92ff6603e727296b103c4a1e62c640fe0',NULL,NULL,0); +INSERT INTO blocks VALUES(310037,'563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07',310037000,'d481358c19b4220aa9a3d135fd0651fada6df8d0f27b9ec954ac07950e876c0c','0493eb6bbab5ced7f25c6f5a3b32e4e2da321a5c761855ef64b5e050ddcfe431','bc14ab0b4034504f754739f6745fbef7fe756977584957557351a4ca11e9f5ed',NULL,NULL,0); +INSERT INTO blocks VALUES(310038,'b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2',310038000,'4e9fcc454ee53b3617c792eb6577c2eefa6eee6aa4a2925538cb1976d48817c9','64b95af50bbee190166820a564e858e5c86769c04b22a68c2bed5adee0f7292f','8828576dad22cd8a9fc7010a594206f726f29e7e97a6603feb6d907a1c35e346',NULL,NULL,0); +INSERT INTO blocks VALUES(310039,'5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347',310039000,'795c5652d9679942a02060edfb497b072009695d9a72fb144fa3591dba65a2ce','9927f1558918a59509f668789e75198eb432fd63e0a7ffb46160d002c0932188','c2243e1f1dbba74c3b8a50f2af67833c034ea23339ce2c0aac9d9930bb02b1e3',NULL,NULL,0); +INSERT INTO blocks VALUES(310040,'7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3',310040000,'e569e6e8083818e594e92b3356833e8dd54fcfcf5ed25af0d09e36e24b9dd441','969f7176f1a56d43e0d1b4da9cbac17cb1a934be64c12b3784ef33b584513271','883c7d734d8f16b2e5d180db2ebe0b2ecf8cdbdfd9dd620229cd4373ba71aaa2',NULL,NULL,0); +INSERT INTO blocks VALUES(310041,'5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359',310041000,'2247fcc633175a91921d226f412e56822379c79ca799117c39ecaaca0a702192','29cb8f1b29affa41416aca0265599863f6b739538f13bc6672f6b3c17e411045','6dc61756c035dcbde3a5d515e349732528541823117591be4e9b83ac764c0cbe',NULL,NULL,0); +INSERT INTO blocks VALUES(310042,'826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4',310042000,'0246c3a2a70b33a038ccdb816f6b0922a50d08310f360cbd5db4df58e97fc4dd','d1ca4c9abe26de83d9a0170461c87f2c219926f8dcb0c48793d74a0cbf01a43a','396698db48d096f2c4a6801796e3ba3657783929f912933a45474c52e55c650e',NULL,NULL,0); +INSERT INTO blocks VALUES(310043,'2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51',310043000,'cbe39e9d1a132cdc568f893bbc3d4f55d27bacf7af31f027ebea1b4bed9f0009','452b2e3ff4075f702cddcb4b8fd9006c756dda7a3527d635f637a200fd621c91','2e083498f35107b347604947a4137c9dfe46413b5b4658d13b6a7b96b542817f',NULL,NULL,0); +INSERT INTO blocks VALUES(310044,'3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b',310044000,'1202b05e118f0940ce270d9002d010076115a0197d889fee2d971a77709899bc','527114d86a06f44f12e1f789f095227f9710b47e95251cdbd6f4c03309eae61d','33b2f39864aa459eb533f1c6836715dfc0ce336e603433b1fad67ed882c0c664',NULL,NULL,0); +INSERT INTO blocks VALUES(310045,'7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98',310045000,'0bc49f765419c0b5b4911cccf03b0d9959aabacda266480b98245de0c0d35fc5','ed6954fc7aadd8f80684cc67580b9cc16f9a402296ac91c021de0148a1ccb4a8','38193d3fd8d494e1e47089e03fe1296af1d403cffb7394330d91845d011bd772',NULL,NULL,0); +INSERT INTO blocks VALUES(310046,'47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6',310046000,'e42bf9806d0ff3a0663756f7955b30735747d14fcb0915c89884baa12795163d','2e62ee5d03044d0b6086419a6d2fed78b7db3bee75a2bc158bbc04a8f5c34908','d27fe76363aeb8e3eaae92f9edc5afdef1d8f0babd30dc0f2b7adca398ea4de6',NULL,NULL,0); +INSERT INTO blocks VALUES(310047,'a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075',310047000,'b19b5e14741284b4ca06b736120e903363651460a6efb3ede1aca3a4f3c00df1','bd40f4de40c172e5b5997091f4a069ea54d25504421e6225ef3d9ee360fbca6c','2c25ee85a34bf11c1c952626f67fc7bb683264d19caf9b9b792aec89c74e0a43',NULL,NULL,0); +INSERT INTO blocks VALUES(310048,'610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309',310048000,'e870de901ba86d65d0e2053251ffb32cc7dffb55fcc2efbc006a2b9137314a39','d89730ea689c2912f38a2d2dc86caf6dc35a3e183c4d394129f21368f5c1d371','bc366d5cea5f3747097dd8eb353bafc0ca48d1f0e32430a25e96269b93473839',NULL,NULL,0); +INSERT INTO blocks VALUES(310049,'4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c',310049000,'44cf354cdc8552ed37e5911340397d3531d0ba45100feae27377130d4ddef359','1100866c04ae89913abf573ee61b3a7b56ec8fb7526c7d9c9938d61a187586ab','e9fd9951b237b6e485eba3770422759f01c158f74a42f8aba356a09eba77ccf1',NULL,NULL,0); +INSERT INTO blocks VALUES(310050,'8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348',310050000,'7d72f11f48ac99553e1b2c52a7ff5645fbe05728a10a002727b9270dbb32daed','1d95ff7cb416f1915ba7db0099ba9591b97c6bc673cb43296cc82655627eb1ad','9b2624e775adfb2aca3b43fc015963fde28df7660a3b87c808d2051512720be7',NULL,NULL,0); +INSERT INTO blocks VALUES(310051,'b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6',310051000,'35a965dc90686fc4eb20450da81ca8db9125e25c2cdd7146fd61d98841d80c24','9d15589506565edb31f7627a37c1f6a6bca01d584b0dc815e8603689f07a80db','4caa79e81aaccb6a0d23115b6a35cf1cbc626dc10ea4b069001e0b21058e1372',NULL,NULL,0); +INSERT INTO blocks VALUES(310052,'0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2',310052000,'8604d503e7194ee1c8ebe1143019207b2aad163655107a3d23d018ef26cef550','40053c62babd7f69b9822b6d4223732008d45250146216762da4e13b1b9d3a3b','79fb3295cd7a011789d3117224f53eeaacfe45cf60ed663fd075d073407ae0db',NULL,NULL,0); +INSERT INTO blocks VALUES(310053,'68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f',310053000,'ecdb64ffc44490eeb12199d2da5c1189c07f4102f5b91494cbe4ec68fe6bb6d4','7d74527f370a78a8dca189b60657f9fd15c27ba5f875344546bb8d6e5b54c8c5','81dd57ae32e675224aba48c00838528eae86bcc5f56cde141986ea3025644247',NULL,NULL,0); +INSERT INTO blocks VALUES(310054,'a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305',310054000,'b96b0d51d6327284f5922b65e5d023afd2b2e44c9e11f435afbe2a71df4e6eb2','70b8a2eccd5c79e1c270abfdf683dc4423ff315a62486db9e5972a12daaf60ea','410ba5ebabc65a86149ac380bda608d8cc90ee23a4ec1f39dd104e7827351270',NULL,NULL,0); +INSERT INTO blocks VALUES(310055,'4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356',310055000,'c5be3fc23a9c41b7b78cc7df4ed13d1d35fdd7edab77c998cef5a5a5fe2a7d33','0072c2fbc0915dcc39103950d4a48feba19eac28bde001d3dfe0f9ddc25e5152','fb75af6b672c3ea4488affcd345212d87383f3c1bfc2937054c7d99a4a2dd326',NULL,NULL,0); +INSERT INTO blocks VALUES(310056,'7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3',310056000,'faa7cf6128f229fe3d408797c77ef2972eb28d16542b32ec87c5fd42d2495018','46c53b0ab86b04c06e8302726aeed5922fb5b3d940102422c53bdf4bafe285e4','de2bb5c19d8138e1eff94593c3107b257360c1a7c2aca29d1ea9446e1714e5cc',NULL,NULL,0); +INSERT INTO blocks VALUES(310057,'4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411',310057000,'135af680c59a3d707ff3e6b67fbbb0aaaf0a97724d36ba584087658ae8c0db19','8b3fe70c1d1b8fa1a247810dfbc2667ca0307860c112002e47107fe4836b8138','6d80276b4be58441f066aaf8900da1f0c5ac5ec63a7def4e69184b692c8417f4',NULL,NULL,0); +INSERT INTO blocks VALUES(310058,'a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f',310058000,'496b559ef740feabe42d55356bc770bab7b927d79260c22848b7f47d51918f11','ddbb4db386fab0fbbb7edee7c7c45676f994d6feb088f50b0f3edaddcc809e47','3d4d40ba3173fa2516a65893b6ae1d79d8d4913283a70a7876688eaaa1af1abe',NULL,NULL,0); +INSERT INTO blocks VALUES(310059,'ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9',310059000,'608eb77e572aa596c9e14c6e4cb1dc1993bcbcfe735cf0453124c2801192ecc9','b8d3a5abf9edc13434594de8ec0cdf3b760f6917798eab89ff2a6a4f0bda06d9','968a890f38e7b7ae55160a25b257d86d4cba55bf0ac0979a3ddefb3de3703489',NULL,NULL,0); +INSERT INTO blocks VALUES(310060,'974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b',310060000,'bc5c375d1237425486c9f46bd749fba20b5635bcaf3e2d9178b35ddfbb700f14','1766568459fde2e95dbe4a1c1b73a37b6f8443dc1ec36cb44a38fadd95d8f807','98ba904edf9d7013111a094492a400d003077fbdaa46d7cf9b8d0c339705df04',NULL,NULL,0); +INSERT INTO blocks VALUES(310061,'35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf',310061000,'c6d48d72746c0e18fa0f1b0b16f663869be2c4684a9d98b634e691ea495f4d81','9f6619aae8ab667b4291ec14e89386177dec7f3465def984144d2991d10476ab','b2a6dbceb8e71d9cc12dff1fc8f576fccee8aa17610053b80a1e5fda0af0620d',NULL,NULL,0); +INSERT INTO blocks VALUES(310062,'b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f',310062000,'8deffdb1602f1aa2d0d1956d2297ba30ac78901ea27eb223ad8bf7ca83b18110','278612a215aec2522b38d2ddd268f051906a858996b526fa53c48743b1f33c2e','a5d23da544a6deeda17fa0913f1e56a267ea3caf092072c659e512b1f19730a8',NULL,NULL,0); +INSERT INTO blocks VALUES(310063,'0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe',310063000,'34859861f240c6553ffbf63fff9bc884f231276ec6173964d5fc6641a6d79b16','a884effb413598885693dd0eed419a3a2a35db95fe4d6582e580bc141f28377c','3b42576eedc248bd51f8e2d4f720bea832164e5829e623c31aedc338a64e286b',NULL,NULL,0); +INSERT INTO blocks VALUES(310064,'e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30',310064000,'fa185f9b97a1666ce3b966dc09b8a7870ba55896a54a54f54d3420708d5a8ae0','070c320cd53cca3d81560367d437e1f4cb2afb10ab6339e2f1cfb0a2dd6d6063','35b639e7d4ba245d13b0400b19937159bd5ad43a02958298a8a4330bb05a4e80',NULL,NULL,0); +INSERT INTO blocks VALUES(310065,'8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a',310065000,'9f75da9f944d59b1841d690b2994ead7fb0ee3d679ddbdb0b692e49238f66603','fb310206b118e11d48becbd11a695199fd7cc3553dd8b2a7c29c6a927f5bafb7','33f44303a003a3003abdcb2cf96e929df9bd353a9f1dcfa186d8f7ab2b335f19',NULL,NULL,0); +INSERT INTO blocks VALUES(310066,'b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d',310066000,'4740587d203632d1b4061343436e25e12941f0f80be03c3ab390a1c08b842b59','041e6429d7ad46da6e1a2547daf274a0df952ac4f9b43eaadfeafa6e005141d6','b57e3c9cf8e193561e685362a42db2dad5cb6f17da77672422c045340c54f06d',NULL,NULL,0); +INSERT INTO blocks VALUES(310067,'8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577',310067000,'d6eecb0ca22f29b50e52cd5dec8f408250a7b1ddc61bfa9bf6cc6ef0a85a6ffc','f8e9baf27b01e99db390d6ee2e06b8ac7d92951c331d8240fdf0dd711ad75979','7f0e21ac4a223be4b622c2e26449237060c5eeef0362cfa069a3e59354658a79',NULL,NULL,0); +INSERT INTO blocks VALUES(310068,'9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5',310068000,'1508605d4796eb2d8b0553b307827f570b5020f4cacf773926b6c8f2c1b003c8','fe7a135af64a7668cee07a66fa146b6a7a54fc78b96eb7c62d0bbd8b8ec4a820','e8bc932f378129527d1d13fd5a67c673a3cacaee7fd100dc3707f7fcac7d244b',NULL,NULL,0); +INSERT INTO blocks VALUES(310069,'486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7',310069000,'ea7afbe0817cfef5a5a940bf88b057d01d092182dd5d0c7fd156b6750fdf4cb2','561526733017c46e8f7476f6f7f0a1c317a372adf6ccbe2a34e4d8b0fee1a694','12625af2932f4f2941aeed56ebf0bfc5d0ef47b4583c8d37eacb20fea016fa5b',NULL,NULL,0); +INSERT INTO blocks VALUES(310070,'8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5',310070000,'f805d8bd0b724ffeb9e466367e8524bcbcf2c0fe0525b8ff2707af2013824a2c','4c10a876e31ee15289cd2d82d8771bd9aaffd0e335c6de15f8d5316e6e7ee81a','3e00b1966f3f504674590702d60451448082f6b410a9994059744ace4a65f039',NULL,NULL,0); +INSERT INTO blocks VALUES(310071,'7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b',310071000,'305123423486d17e97e8370399b9079a35977465e4cf8c5b33d50bd7004b463b','660d6afeecb2375668200669bac5cf258dbd18b0f61213eb01d29e133a45917c','007819f3bb8f782da793afeccc6476be4794bb5e41850a8c92e2d378a2cabc71',NULL,NULL,0); +INSERT INTO blocks VALUES(310072,'7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a',310072000,'b04fcd2cf46165fa31626b476aa06f9ad8c8cd1d5aa1cfdc014e0d55fa7e0761','0791350dc66254e276bfea1651fdda43705668f461f5451fd91fb7e084b26aa2','b02529e6c94133e626897951f11169ea5cba5c1475ad145749374cdcba8ba17f',NULL,NULL,0); +INSERT INTO blocks VALUES(310073,'ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943',310073000,'209f05567343042c8a9172138cc14e28a2e53f9addf16c7affa469fbea9728ae','4885e82f77b273e102f9019b8451e08910a7d98daf19366a0a2b9db779352c0f','143e4d5f717ec15b0de110a3a28959ecab9fab07672b02c8554a1163174654e1',NULL,NULL,0); +INSERT INTO blocks VALUES(310074,'ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb',310074000,'fc18c0dcd6011c4147575f09bdc6e1eb0e6ae7d3144339859054df458651618a','49cbefb674e3da718d86151b10bb37755e158a2bdca642a542897361f15fde66','7ccd1cbf5cfe2ab7ef82bf5d7be0830db73968bc1c23a51f055a2802f8796fd4',NULL,NULL,0); +INSERT INTO blocks VALUES(310075,'ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b',310075000,'f304dbebd02e4536b1754502e6f51e058ed309fdf95a2db8329dd7e5635824ad','b5e7c72a91d779334162c8fcb6282c7e5baeb43ef83d8f8c0eeb4dd0579f0916','e09d789572215aa689280abe781c68914a5ecf02ba5399d5187f4f385b8010f8',NULL,NULL,0); +INSERT INTO blocks VALUES(310076,'3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92',310076000,'f39c071315c869425bdbcf05ff84130a0860f5f47b4f851cea970f58a6edc9f8','e399bd32bd2988f29b4fb003686b343bd72ae59297412480a359bd56ded23ca5','7eb68e09f5736e956108632fda2885b2405d7794c113b531edc7daabcb9bb5a1',NULL,NULL,0); +INSERT INTO blocks VALUES(310077,'d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd',310077000,'20624d783cd8e82044df58c05e6171a744505df43623d9c2a828c1331f505ca8','c587d5426925227ed7d0ef11834b5bb1291fcf0ea3f0bcac864e4356187b6a10','92a59169cc6e9eb24383c944a4e45b58ab83b1916c080bd1998db3abc684d9af',NULL,NULL,0); +INSERT INTO blocks VALUES(310078,'f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6',310078000,'41ae6610121587bd8171a02da3c50645e8e6d3642aef2c560d46f12707506b66','c8331e225af242d83e283889e6234d601ecb507373f4b7de891b8508d1b7b1b6','5cbfec4a17e49c9acabd1e5fc8d92fa73de8f0a2e0d56f4d4df0ace1fd3b0c92',NULL,NULL,0); +INSERT INTO blocks VALUES(310079,'f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c',310079000,'bbc2068f2a4b47c86198a5cb7242e26f385077126c7a3294eca6607485b1170b','42ee671f6b45a8e36b4e57dc7edaa2501b075eb75bcfce535435ee4c0cdf2e66','057c074679cce3794e37d971ff97fc265944adaab7150b2c6c947557fec229c3',NULL,NULL,0); +INSERT INTO blocks VALUES(310080,'42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c',310080000,'fc4350d187ec74fa6dfbbca7f6c51849b78356f853c6c713d10ae4a39ee4f7e2','f35b5543ac99e33a4ea6fb61b688d06a2b5b9cc79776df32c24e848b5dad80c0','40ff1e60b4a943e52a8d8d24bc91861e34453ecca8150bb4b01de1d6aa4f4c61',NULL,NULL,0); +INSERT INTO blocks VALUES(310081,'6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4',310081000,'3cadb90f0285d3e3bb107caa2165e88d855cfa057fcff1fccfb278a8f64c9b1c','3ff813ab5112e5adf9f50936955db90036ed0e2ba309022002c69e81473d7c04','921cbefd54a8568d7a40c8741aa9dddf2d2e45cc58a438f1dd15bc99613854bd',NULL,NULL,0); +INSERT INTO blocks VALUES(310082,'4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644',310082000,'f3390bff59484b5ce0d84f5034fc88f4d862334ef3c0d7addaa9be7f0e67006f','3d843f898e46d0ec4c4cf79709ec7326a0e45d44361a2c9fe45e546bd5f1e630','5f1d618b398eac1fddb3c97b493cb6f1c527a6abe6a73ac11209b7b6f5bb9cf4',NULL,NULL,0); +INSERT INTO blocks VALUES(310083,'9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850',310083000,'0354bf318eaec5c79b4a7835c76c89f373ab0e413f9fe4ebdea442f57763a971','6405368df02c1207da46178c106ac287c7c90e5b87a98154aa938f6ef5a570d1','9f9dba6901f76cd013ec0220c51a3acfe9ccc6630c964deefd30e00b20a95c64',NULL,NULL,0); +INSERT INTO blocks VALUES(310084,'1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3',310084000,'e22b7a64e15ded24f6c54a5f627354dd2c3ed8175c2f4cd31aa5a6789d7b67e4','6f58e857b2891d43f22bb4b44d296ff18f3078de01cf90aeed104283d66342a2','687db2ec9e310e3ad2dda54d6f627466097f39b32266b0a003cc842a23e1a491',NULL,NULL,0); +INSERT INTO blocks VALUES(310085,'c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34',310085000,'7b8a6f62709cf4d20820031f43d968ea46d73d8cee4ad40f414da60b9be4e676','51c8a62f3e4c43e6eea75410efb977c8ddd2ad8e64c0d6ce6f63a4e5eb153400','8bcdf5b9a0edd8527131753b8bc323293481e9da8cbc4e83d8c069509a5d373e',NULL,NULL,0); +INSERT INTO blocks VALUES(310086,'080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78',310086000,'ae82ee2f7f1e075937b5b8eef065f8643a7bef0428e00689ee773558905eef19','7358e41e9a61f87d68cc6851768346daea2e100ab896e86c0047e47228e6cc29','117f1dd697c397c7f84ae3d068bd88a506734297577964ecf9d1c7fe496aa03c',NULL,NULL,0); +INSERT INTO blocks VALUES(310087,'4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c',310087000,'ced371f1349e81cc2f179f064e4b9b202650a0f79e9b4513666ace29f0e8b3cb','0e8cd750f8ad91d5b14d2b05b7c03621367036703bed1654555b94592ff41e11','088601f56b752fe76299569741274c0ca542b9788f26e5499b3113e99b19a201',NULL,NULL,0); +INSERT INTO blocks VALUES(310088,'e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3',310088000,'6c343897092c5dfcd32ee96dc8b96f38fedd31fa58cf5757a3e15a254942cd59','c38a183db86650f155005a8828155aaf2fc6d92aa89066d7f0843a123800d771','80ef8ea4c601542202629013b369d5e7dd4a670d2883d3e5206647b9cbb0ae2c',NULL,NULL,0); +INSERT INTO blocks VALUES(310089,'0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33',310089000,'abc7afdaefa89bf58bc4c28401740657eca24c902ba551f55becb6a1c8992675','609b4f777892b43541593da80d09aa2c3928f2f73600009615196a7f89ca8123','1aae21a5df0cd0b8b062ffaab2c29eec59dacdc87ba39351a43bc864ba84dc3b',NULL,NULL,0); +INSERT INTO blocks VALUES(310090,'b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969',310090000,'4c8ca9b4eeae7adfec822b20665e7bd6fecb51d4f30cc2c826f18402d8401a9b','fba4f7514306c49b3045912791cc21a26527a23e58dcb1c8adc5563e5c6e901d','3aedefbe88d841bc4da516efac249ae29a2ac457c2dc6a49c7b20cdc4863fe2f',NULL,NULL,0); +INSERT INTO blocks VALUES(310091,'734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c',310091000,'fe7fd2b60c3216d79dfe4e6d38880f6d3b9fde747b619f2c477108825235663d','3a62ce0eeff09c242b3a7c3a8da6dd20bf06c1c2fbf224f73646791557ce3d4c','06750222ebc30db75e5c86a250fc47086abafc5b09598a86a3d2ed5009b5146a',NULL,NULL,0); +INSERT INTO blocks VALUES(310092,'56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d',310092000,'420b8ff3c159f7e89df2274682e7ef798a0c0233149365114bfd934c38806098','9c866b1985d2ff084264e192e5defce4af96b7aca461a46f58c659008113909a','f2ab62f82d7d8eb6d6c1f793b38f0e783fa42c08deb221746c6168da46598c8c',NULL,NULL,0); +INSERT INTO blocks VALUES(310093,'a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc',310093000,'f4fac6a570b4f6332a628a3f8e27f5f081689fb4255363cff1cd8bd0244eecea','271c5484d7a74166a1b83e9dc6f56cc391d5b01829c9b594deb087e58a22b762','30a4f1675c6b943c36ea987844c75f3b10b1a59bdd0f3cb65ca7bf6d840b88e5',NULL,NULL,0); +INSERT INTO blocks VALUES(310094,'2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23',310094000,'adea7b4cacc06ba1f7dc260f30039943936f5baeecf5a8a452d4cbcaa994a70d','7d8deca0e4f444c015cdf98c74255215af14198d17619640186c6486bb3a6be6','6239c30991c65edd1a70f8999160aa35d3af067f23cc6b19f86eb01198a00270',NULL,NULL,0); +INSERT INTO blocks VALUES(310095,'bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2',310095000,'a2290c6a24befab16b4d9ed768c3129d582edbafdf8a2326c7ed50397e5db674','8bab183d2c7670f060de1a64663fe4ec602cc9df957a4d1ccd4b2c5e4876e5ab','8c28c59c221531e96a34fc462143146d45b3fa6a1d7a451cdb428f789c81f819',NULL,NULL,0); +INSERT INTO blocks VALUES(310096,'306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f',310096000,'b3c321ea2fb119cbaacfb39f219be47cb346cdd40d895980afd34b4157a3b7ec','6997f2cf50cb2331a8d5cea3f97b32b41a9c40b6006041939b21008016e013c8','3c2e08db484249a12c54b4bcb7c194fb769145a9a3c2e56b6e403ae1c5bef6fb',NULL,NULL,0); +INSERT INTO blocks VALUES(310097,'13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf',310097000,'456a1bd4d6b30f24e798a9c1f975af109db030b0bca19db6b29788f938ce6c4d','bd930dddbfc97b06fba95a33417533bd58fd5e95326d8677d2939790850a67de','c42e07beba4eff6b1d2deb249f0dd86c2dfaac3617c6b9b1073b305d1ad020b0',NULL,NULL,0); +INSERT INTO blocks VALUES(310098,'ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca',310098000,'f48d6574488a24155420ae76aa7dcecfe73f6a262a2434a96eb2e93f6bbf02b6','bf2e65b5a1da6ac499a4ebcde81b607f6516de77ed2a10ff363ddb05dd8e288d','bb4a7096712a218d36920ddc2f0caf00995b26b93d4a4e537c8f4d8f79d4d70a',NULL,NULL,0); +INSERT INTO blocks VALUES(310099,'3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a',310099000,'e936debeb5d219215ba24e56ed34edb435131877c2947c0801824155fdc70c05','d18b9514ed9fda087d3c98eca75ea68388964396143b925cc58ce2e2d5c1c5da','8be9ecf4275817e0e58b6718a4fa2c534b535b2218c647ff03745f77e3772495',NULL,NULL,0); +INSERT INTO blocks VALUES(310100,'96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb',310100000,'2b033a615b9eb693ed59daca9bc047f61a3519bec5c2b64f968cf717c75afe79','1c39371c274124af6085dcf02fcdfda68d36d261bb47d7763ea3f09b70d0f62b','5ebf2b0cca058299d5f747e80c2b55acbe28b74a4b0c0323f6cf70549154417e',NULL,NULL,0); +INSERT INTO blocks VALUES(310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'6a41dd11d8b611f6fde79e06a4f65d20fc15419f8336646130c02e9f7d87eff4','e2c84c519b3d759f8efb016894a981411328df6f0a778835c95ed4116fef01f5','63aaf7f931179e9ebaa5e90dda3adf1fd7bd9d33f565d9aece21c4f1e2201259',NULL,NULL,0); -- Triggers and indices on blocks CREATE INDEX blocks_block_index_block_hash_idx ON blocks (block_index, block_hash) ; -CREATE INDEX blocks_block_index_idx ON blocks (block_index) +CREATE INDEX blocks_ledger_hash_idx ON blocks (ledger_hash) ; COMMIT TRANSACTION; @@ -150,42 +150,41 @@ CREATE TABLE transactions( data BLOB, supported BOOL DEFAULT 1, utxos_info TEXT, + transaction_type TEXT, FOREIGN KEY (block_index, block_hash) REFERENCES blocks(block_index, block_hash), PRIMARY KEY (tx_index, tx_hash, block_index)); -INSERT INTO transactions VALUES(1,'9b6b1abb696d8d1b70c5beed046d7cddd23cd95b69ef18946cb18c5b56cfde30',310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 12f21e3a989f7b28ece1e24d018126bf0b8d6344be24196d8362a1f218fd59c8:0 2 '); -INSERT INTO transactions VALUES(2,'58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c',310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'0000000000000000000000010000000002FAF080',1,' bc2524f34d7824f1530f9f53b1aeabdbf38a72ccc39783d41de0a7f80cacc16d:0 3 '); -INSERT INTO transactions VALUES(3,'332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367',310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,1000000,X'0000000A00000000000000000000000002FAF08000000000000000010000000005F5E100000A0000000000000000',1,' 3cd583567fd9fe4e8162cf71bc098e44cbcb8fe41ede6954df217cbe1e84691f:0 2 '); -INSERT INTO transactions VALUES(4,'f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f',310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000000A00000000000000010000000006422C4000000000000000000000000002FAF080000A00000000000DBBA0',1,' 467d3d8a2e5651aba5af185af6ea44c52be3e315a2dd885d7ea2efb4d4cdea8b:0 2 '); -INSERT INTO transactions VALUES(5,'ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8',310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',50000000,9675,X'0000000B332B030DA57B9565324DF01414778B1EAFBEE6C52343FEA80774EE1725484367F093B6C00E1BBE85106DB6874B1AB4E3F4378D0BF0BCFFBD8B51835285DFBF3F',1,' bc49563c96e9ef2df2cbee4ff2c07be675eaf382fef1e249244bb8e712652577:0 4 '); -INSERT INTO transactions VALUES(6,'cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25',310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'000000140000000000004767000000003B9ACA000100000000000000000000',1,' d00ab6be126b638ef170c4ae70f5688538168d0b1ced4133fe99c21ca166cd76:0 2 '); -INSERT INTO transactions VALUES(7,'ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9',310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'00000014000000000000476800000000000186A00000000000000000000006666F6F626172',1,' 682a11acb7553de4c3f0f55a61eb033d432adc2ed310a9b1ded49a5630497bdb:0 2 '); -INSERT INTO transactions VALUES(8,'f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c',310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000000000000000000476700000000003D0900',1,' d8757243c0f0522e40e5dfa29c2958f3e2ec842b4da0761cdc1612063ab36599:0 3 '); -INSERT INTO transactions VALUES(9,'c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394',310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'000000000000000000004768000000000000020E',1,' 0a016813237e5169e6aa6cb199572ca6479c5245a3d48bd0842de4aac8a528c9:0 3 '); -INSERT INTO transactions VALUES(10,'7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8',310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'00000032000000000000025800000000000047670000000000000001',1,' b62286ce041e346cac7982d5a815df56a1b55778f1575f08e24c0654400c0534:0 2 '); -INSERT INTO transactions VALUES(11,'c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7',310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'00000032000000000000032000000000000047680000000000000001',1,' 78390d392d84db9734cda0f6cb43b9eb49b0568e9473650ab9756c21c4b992b4:0 2 '); -INSERT INTO transactions VALUES(12,'a21533ad03334823cca2aa8e57c383113a7f93a5810c5df8dd2fa70f6eec416d',310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000001E52BB3300405900000000000005F5E0FF09556E69742054657374',1,' d80f8093a99a0c63350f3ed29af416454993efbade598a2e4de4873dc27180bd:0 2 '); -INSERT INTO transactions VALUES(13,'74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f',310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000052BB33640000000002FAF08000000000017D7840000000000000000000003B100000000A',1,' 0081e95041304df8c910d143341190089eb619caefeb02e8d1b803199aeb8c4b:0 3 '); -INSERT INTO transactions VALUES(14,'6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167',310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000152BB336400000000017D78400000000002793D60000000000000000000003B100000000A',1,' 763fba63964d344185ec530a4b2e18cd83641a7bb280d7dfc1881772d74a9a0c:0 3 '); -INSERT INTO transactions VALUES(15,'2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3',310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000052BB33640000000008F0D1800000000014DC93800000000000000000000013B00000000A',1,' 1c955d683a1186672eb27bc0364c7b7c373341b2a40c8bb906cd39ec9bed60a1:0 3 '); -INSERT INTO transactions VALUES(16,'65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e',310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000152BB33640000000014DC93800000000008F0D1800000000000000000000013B00000000A',1,' c3eb3463857a8defa936fdb1a10580216ebcacd843ae6a59d0328cea5b2f1f83:0 3 '); -INSERT INTO transactions VALUES(17,'94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4',310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000252BB33C8000000002CB417800000000026BE36803FF0000000000000000013B00000000A',1,' 6e87b9e2c5817b3fb2d8884f48f50697733404a54dd2651b5f45b4da35545833:0 3 '); -INSERT INTO transactions VALUES(18,'a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e',310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000352BB33C80000000026BE3680000000002CB417803FF0000000000000000013B00000000A',1,' 0fe94e9ce6026767f7c6fb2159bb0caafb1396c8d666233718d5b549ac1c9d8b:0 3 '); -INSERT INTO transactions VALUES(19,'f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4',310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000001E52BB33324058F7256FFC115E004C4B4009556E69742054657374',1,' 1bd34a2e5fa7dc79e1f1bff6fcc0532e1c8ee5714ffe51d4db117b1ff4849270:0 2 '); -INSERT INTO transactions VALUES(20,'dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600',310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000001E52BB3365405915F3B645A1CB004C4B4009556E69742054657374',1,' d42e76bd859bf8b182e6e798cbb571f766fc69aa64d9b71c15d5c04f7fe8d0fa:0 2 '); -INSERT INTO transactions VALUES(21,'457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e',310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000001E52BB33C94000000000000000004C4B4009556E69742054657374',1,' 35f2a884080b8d753095b1de08c0fc7e4959da011dcb0118dd3a856d75a89d2f:0 2 '); -INSERT INTO transactions VALUES(22,'6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee',310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000000A00000000000047670000000002FAF08000000000000000010000000002FAF080000A0000000000000000',1,' b26d7ac6c4f02ba75486ccd6031f7b5b78891da999ad5a28082b77c8188af830:0 2 '); -INSERT INTO transactions VALUES(23,'c81cd36f1efabd22f1a00923714fd5a5f1ba07852ef1f0763223563e3f55dfda',310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','mvCounterpartyXXXXXXXXXXXXXXW24Hef',100000000,14675,X'',1,' a97707e3dc3ad8d51d385701161d1020fd8f459b3668a9b0cf6d57a09416a3c9:0 2 '); -INSERT INTO transactions VALUES(24,'c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341',310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'0000000000000000000047680000000000002710',1,' c9eecc8059afd7607bf284bcc3322c5c34639e4707a8737c2a98526911c99390:0 3 '); +INSERT INTO transactions VALUES(1,'9b6b1abb696d8d1b70c5beed046d7cddd23cd95b69ef18946cb18c5b56cfde30',310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 12f21e3a989f7b28ece1e24d018126bf0b8d6344be24196d8362a1f218fd59c8:0 2 ',NULL); +INSERT INTO transactions VALUES(2,'58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c',310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'0000000000000000000000010000000002FAF080',1,' bc2524f34d7824f1530f9f53b1aeabdbf38a72ccc39783d41de0a7f80cacc16d:0 3 ',NULL); +INSERT INTO transactions VALUES(3,'332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367',310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,1000000,X'0000000A00000000000000000000000002FAF08000000000000000010000000005F5E100000A0000000000000000',1,' 3cd583567fd9fe4e8162cf71bc098e44cbcb8fe41ede6954df217cbe1e84691f:0 2 ',NULL); +INSERT INTO transactions VALUES(4,'f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f',310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000000A00000000000000010000000006422C4000000000000000000000000002FAF080000A00000000000DBBA0',1,' 467d3d8a2e5651aba5af185af6ea44c52be3e315a2dd885d7ea2efb4d4cdea8b:0 2 ',NULL); +INSERT INTO transactions VALUES(5,'ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8',310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',50000000,9675,X'0000000B332B030DA57B9565324DF01414778B1EAFBEE6C52343FEA80774EE1725484367F093B6C00E1BBE85106DB6874B1AB4E3F4378D0BF0BCFFBD8B51835285DFBF3F',1,' bc49563c96e9ef2df2cbee4ff2c07be675eaf382fef1e249244bb8e712652577:0 4 ',NULL); +INSERT INTO transactions VALUES(6,'cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25',310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'000000140000000000004767000000003B9ACA000100000000000000000000',1,' d00ab6be126b638ef170c4ae70f5688538168d0b1ced4133fe99c21ca166cd76:0 2 ',NULL); +INSERT INTO transactions VALUES(7,'ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9',310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'00000014000000000000476800000000000186A00000000000000000000006666F6F626172',1,' 682a11acb7553de4c3f0f55a61eb033d432adc2ed310a9b1ded49a5630497bdb:0 2 ',NULL); +INSERT INTO transactions VALUES(8,'f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c',310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000000000000000000476700000000003D0900',1,' d8757243c0f0522e40e5dfa29c2958f3e2ec842b4da0761cdc1612063ab36599:0 3 ',NULL); +INSERT INTO transactions VALUES(9,'c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394',310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'000000000000000000004768000000000000020E',1,' 0a016813237e5169e6aa6cb199572ca6479c5245a3d48bd0842de4aac8a528c9:0 3 ',NULL); +INSERT INTO transactions VALUES(10,'7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8',310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'00000032000000000000025800000000000047670000000000000001',1,' b62286ce041e346cac7982d5a815df56a1b55778f1575f08e24c0654400c0534:0 2 ',NULL); +INSERT INTO transactions VALUES(11,'c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7',310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'00000032000000000000032000000000000047680000000000000001',1,' 78390d392d84db9734cda0f6cb43b9eb49b0568e9473650ab9756c21c4b992b4:0 2 ',NULL); +INSERT INTO transactions VALUES(12,'a21533ad03334823cca2aa8e57c383113a7f93a5810c5df8dd2fa70f6eec416d',310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000001E52BB3300405900000000000005F5E0FF09556E69742054657374',1,' d80f8093a99a0c63350f3ed29af416454993efbade598a2e4de4873dc27180bd:0 2 ',NULL); +INSERT INTO transactions VALUES(13,'74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f',310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000052BB33640000000002FAF08000000000017D7840000000000000000000003B100000000A',1,' 0081e95041304df8c910d143341190089eb619caefeb02e8d1b803199aeb8c4b:0 3 ',NULL); +INSERT INTO transactions VALUES(14,'6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167',310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000152BB336400000000017D78400000000002793D60000000000000000000003B100000000A',1,' 763fba63964d344185ec530a4b2e18cd83641a7bb280d7dfc1881772d74a9a0c:0 3 ',NULL); +INSERT INTO transactions VALUES(15,'2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3',310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000052BB33640000000008F0D1800000000014DC93800000000000000000000013B00000000A',1,' 1c955d683a1186672eb27bc0364c7b7c373341b2a40c8bb906cd39ec9bed60a1:0 3 ',NULL); +INSERT INTO transactions VALUES(16,'65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e',310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000152BB33640000000014DC93800000000008F0D1800000000000000000000013B00000000A',1,' c3eb3463857a8defa936fdb1a10580216ebcacd843ae6a59d0328cea5b2f1f83:0 3 ',NULL); +INSERT INTO transactions VALUES(17,'94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4',310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000252BB33C8000000002CB417800000000026BE36803FF0000000000000000013B00000000A',1,' 6e87b9e2c5817b3fb2d8884f48f50697733404a54dd2651b5f45b4da35545833:0 3 ',NULL); +INSERT INTO transactions VALUES(18,'a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e',310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000352BB33C80000000026BE3680000000002CB417803FF0000000000000000013B00000000A',1,' 0fe94e9ce6026767f7c6fb2159bb0caafb1396c8d666233718d5b549ac1c9d8b:0 3 ',NULL); +INSERT INTO transactions VALUES(19,'f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4',310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000001E52BB33324058F7256FFC115E004C4B4009556E69742054657374',1,' 1bd34a2e5fa7dc79e1f1bff6fcc0532e1c8ee5714ffe51d4db117b1ff4849270:0 2 ',NULL); +INSERT INTO transactions VALUES(20,'dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600',310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000001E52BB3365405915F3B645A1CB004C4B4009556E69742054657374',1,' d42e76bd859bf8b182e6e798cbb571f766fc69aa64d9b71c15d5c04f7fe8d0fa:0 2 ',NULL); +INSERT INTO transactions VALUES(21,'457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e',310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000001E52BB33C94000000000000000004C4B4009556E69742054657374',1,' 35f2a884080b8d753095b1de08c0fc7e4959da011dcb0118dd3a856d75a89d2f:0 2 ',NULL); +INSERT INTO transactions VALUES(22,'6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee',310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000000A00000000000047670000000002FAF08000000000000000010000000002FAF080000A0000000000000000',1,' b26d7ac6c4f02ba75486ccd6031f7b5b78891da999ad5a28082b77c8188af830:0 2 ',NULL); +INSERT INTO transactions VALUES(23,'c81cd36f1efabd22f1a00923714fd5a5f1ba07852ef1f0763223563e3f55dfda',310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','mvCounterpartyXXXXXXXXXXXXXXW24Hef',100000000,14675,X'',1,' a97707e3dc3ad8d51d385701161d1020fd8f459b3668a9b0cf6d57a09416a3c9:0 2 ',NULL); +INSERT INTO transactions VALUES(24,'c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341',310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'0000000000000000000047680000000000002710',1,' c9eecc8059afd7607bf284bcc3322c5c34639e4707a8737c2a98526911c99390:0 3 ',NULL); -- Triggers and indices on transactions -CREATE INDEX transactions_block_index_idx ON transactions (block_index) - ; CREATE INDEX transactions_block_index_tx_index_idx ON transactions (block_index, tx_index) ; CREATE INDEX transactions_source_idx ON transactions (source) ; -CREATE INDEX transactions_tx_hash_idx ON transactions (tx_hash) +CREATE INDEX transactions_transaction_type_idx ON transactions (transaction_type) ; -CREATE INDEX transactions_tx_index_idx ON transactions (tx_index) +CREATE INDEX transactions_tx_hash_idx ON transactions (tx_hash) ; CREATE INDEX transactions_tx_index_tx_hash_block_index_idx ON transactions (tx_index, tx_hash, block_index) ; @@ -271,7 +270,7 @@ INSERT INTO balances VALUES('1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB -- Triggers and indices on balances CREATE INDEX balances_address_asset_idx ON balances (address, asset) ; -CREATE INDEX balances_address_idx ON balances (address) +CREATE INDEX balances_address_utxo_asset_idx ON balances (address, utxo, asset) ; CREATE INDEX balances_asset_idx ON balances (asset) ; @@ -283,8 +282,6 @@ CREATE INDEX balances_utxo_address_idx ON balances (utxo_address) ; CREATE INDEX balances_utxo_asset_idx ON balances (utxo, asset) ; -CREATE INDEX balances_utxo_idx ON balances (utxo) - ; CREATE TRIGGER block_update_balances BEFORE UPDATE ON balances BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); @@ -298,6 +295,26 @@ PRAGMA page_size=4096; BEGIN TRANSACTION; +-- Table config +DROP TABLE IF EXISTS config; +CREATE TABLE config ( + name TEXT PRIMARY KEY, + value TEXT + ); +INSERT INTO config VALUES('FIX_ISSUANCES_ASSET_LONGNAME_1','1'); +INSERT INTO config VALUES('FIX_ISSUANCES_ASSET_LONGNAME_2','1'); +INSERT INTO config VALUES('CLEAN_TRANSACTION_COUNT_1','1'); +-- Triggers and indices on config +CREATE INDEX config_config_name_idx ON config (name); + +COMMIT TRANSACTION; +PRAGMA page_size=4096; +-- PRAGMA encoding='UTF-8'; +-- PRAGMA auto_vacuum=FULL; +-- PRAGMA max_page_count=4294967294; + +BEGIN TRANSACTION; + -- Table balances DROP TABLE IF EXISTS balances; CREATE TABLE balances( @@ -351,7 +368,7 @@ INSERT INTO balances VALUES('1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB -- Triggers and indices on balances CREATE INDEX balances_address_asset_idx ON balances (address, asset) ; -CREATE INDEX balances_address_idx ON balances (address) +CREATE INDEX balances_address_utxo_asset_idx ON balances (address, utxo, asset) ; CREATE INDEX balances_asset_idx ON balances (asset) ; @@ -363,8 +380,6 @@ CREATE INDEX balances_utxo_address_idx ON balances (utxo_address) ; CREATE INDEX balances_utxo_asset_idx ON balances (utxo, asset) ; -CREATE INDEX balances_utxo_idx ON balances (utxo) - ; CREATE TRIGGER block_update_balances BEFORE UPDATE ON balances BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); @@ -520,349 +535,351 @@ INSERT INTO messages VALUES(2,310000,'insert','blocks','{"block_hash":"505d8d82c INSERT INTO messages VALUES(3,310000,'insert','transactions','{"block_hash":"505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c","block_index":310000,"block_time":310000000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"9b6b1abb696d8d1b70c5beed046d7cddd23cd95b69ef18946cb18c5b56cfde30","tx_index":1,"utxos_info":" 12f21e3a989f7b28ece1e24d018126bf0b8d6344be24196d8362a1f218fd59c8:0 2 "}',0,'NEW_TRANSACTION',NULL,'4bfddc38f28d1452cbb5b493763ba8ca5061699e88004f02de7c16cc8a8b30bc'); INSERT INTO messages VALUES(4,310000,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310000,"calling_function":"burn","event":"9b6b1abb696d8d1b70c5beed046d7cddd23cd95b69ef18946cb18c5b56cfde30","quantity":93000000000,"tx_index":1,"utxo":null,"utxo_address":null}',0,'CREDIT','9b6b1abb696d8d1b70c5beed046d7cddd23cd95b69ef18946cb18c5b56cfde30','022bfc75f15a4cdc721fab22b1aa45a78bb6ae873539657a85013f2a56170348'); INSERT INTO messages VALUES(5,310000,'insert','burns','{"block_index":310000,"burned":62000000,"earned":93000000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"9b6b1abb696d8d1b70c5beed046d7cddd23cd95b69ef18946cb18c5b56cfde30","tx_index":1}',0,'BURN','9b6b1abb696d8d1b70c5beed046d7cddd23cd95b69ef18946cb18c5b56cfde30','18d88615234dc54e7baa583cfe4931cf6709c5b552e1555b8233c865859e6d4b'); -INSERT INTO messages VALUES(6,310000,'parse','blocks','{"block_index":310000,"ledger_hash":"98ccdf7cd2fb29a8a01cbed5f133b70b6966c6c56354dad00baacedd0673c87e","messages_hash":"3623f3bfc1f4e94f32f08ab286c2b7bcda0a00a9d2e20286c71b6462d1858017","transaction_count":1,"txlist_hash":"faf6476a908c85f6e26ca5d182688d6da3f326296602d5ad3aa5979cb8bc110b"}',0,'BLOCK_PARSED',NULL,'9a3bae69e1e387a2df9976fd902cabdbdc06cc1b5d3e146d241bfaafcd57c508'); -INSERT INTO messages VALUES(7,310001,'insert','blocks','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'07fb66d723a25215404d5d5643336ecaf2dfafcfe2f73e8d1025cc23953172c9'); -INSERT INTO messages VALUES(8,310001,'insert','transactions','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"btc_amount":1000,"data":"0000000000000000000000010000000002faf080","destination":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c","tx_index":2,"utxos_info":" bc2524f34d7824f1530f9f53b1aeabdbf38a72ccc39783d41de0a7f80cacc16d:0 3 "}',0,'NEW_TRANSACTION',NULL,'0908b0ac310ef9e799792488e058877b7c0fea58f7378838c056036622e98e71'); -INSERT INTO messages VALUES(9,310001,'insert','debits','{"action":"send","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310001,"event":"58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'DEBIT','58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c','0a19521683989d69e4b3cecc6c16622a378e70afb1908fef2a1df37836c8fcf8'); -INSERT INTO messages VALUES(10,310001,'insert','credits','{"address":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310001,"calling_function":"send","event":"58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'CREDIT','58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c','2b4ed9d774361e8613aa4be22f5ae664243d845c24fd92370f7afb1a151df21c'); -INSERT INTO messages VALUES(11,310001,'insert','sends','{"asset":"XCP","block_index":310001,"destination":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":50000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c","tx_index":2}',0,'SEND','58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c','e641d18506bf1b5d543d77a4b669a25d2ec8c24c9d19d8095f15483776acbc22'); -INSERT INTO messages VALUES(12,310001,'parse','transactions','{"supported":true,"tx_hash":"58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c","tx_index":2}',0,'TRANSACTION_PARSED','58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c','9bddf3a8465ee80290a1c169bd2606484a1d5c47bb363d1dc1dd7da48c3fbf47'); -INSERT INTO messages VALUES(13,310001,'parse','blocks','{"block_index":310001,"ledger_hash":"fd43dc5efe2ee796ef7d24f8d478a67aa58bf85f538ef4b9a49b983a315deb26","messages_hash":"feb0a17e9dc70eed3ab446eff4001f6b4b42f78caae18c110c019fa372816740","transaction_count":1,"txlist_hash":"544f7958bf7661b78699c708ba1097da0dbb044acee3d1d8aa9a32d6b659a14d"}',0,'BLOCK_PARSED',NULL,'15dcbba97c866a63dbb92ed82fc43d9c14fa43106e67c08abd4b93740244ec7a'); -INSERT INTO messages VALUES(14,310002,'insert','blocks','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da4f4c249f465a3c130aede61056c61c15c1113c857fbe9935b83f222e85e9bd'); -INSERT INTO messages VALUES(15,310002,'insert','transactions','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"btc_amount":0,"data":"0000000a00000000000000000000000002faf08000000000000000010000000005f5e100000a0000000000000000","destination":"","fee":1000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367","tx_index":3,"utxos_info":" 3cd583567fd9fe4e8162cf71bc098e44cbcb8fe41ede6954df217cbe1e84691f:0 2 "}',0,'NEW_TRANSACTION',NULL,'bc6de3497db816e53693ad7ce6dcf3f1276533147eab7c970eae32eb08396315'); -INSERT INTO messages VALUES(16,310002,'insert','orders','{"block_index":310002,"expiration":10,"expire_index":310012,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":50000000,"give_remaining":50000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","tx_hash":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367","tx_index":3}',0,'OPEN_ORDER','332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367','c1dfbf45df037faf819464e50cb5a2e8944c3bc793e30e6800d229e03bc2a96f'); -INSERT INTO messages VALUES(17,310002,'parse','transactions','{"supported":true,"tx_hash":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367","tx_index":3}',0,'TRANSACTION_PARSED','332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367','d173a4e1ef971b8455b2283cf17c1611ccaf86abb59c3b2bfdf0c72edb7583d4'); -INSERT INTO messages VALUES(18,310002,'parse','blocks','{"block_index":310002,"ledger_hash":"dbae4fff32545b4f3c104fb5a051dcaeacecd27401c84c09f93923b8bc30eab5","messages_hash":"1cd5380c4ceddc3ea2b9425a71a0934d6f0d195ba8c460b942b3f386fbb13ac7","transaction_count":1,"txlist_hash":"ee37e75a4eba165ed448b7cf96d188d7f738aca4d90a781c7f473974e12564d5"}',0,'BLOCK_PARSED',NULL,'b6123273a81037fc25bbdcbeb41879d865046910347c98e8352f7a46e894380e'); -INSERT INTO messages VALUES(19,310003,'insert','blocks','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'88eb52dddb15b94bca8fc6551b52f86b4c013b1f929be2cdb7a5c2e7db5bfb2c'); -INSERT INTO messages VALUES(20,310003,'insert','transactions','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"btc_amount":0,"data":"0000000a00000000000000010000000006422c4000000000000000000000000002faf080000a00000000000dbba0","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","tx_index":4,"utxos_info":" 467d3d8a2e5651aba5af185af6ea44c52be3e315a2dd885d7ea2efb4d4cdea8b:0 2 "}',0,'NEW_TRANSACTION',NULL,'3beccfad03183568064d4162175e1dc28e4c2623b4f3f46cc73b7ea3cb7827b8'); -INSERT INTO messages VALUES(21,310003,'insert','debits','{"action":"open order","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310003,"event":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","quantity":105000000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'DEBIT','f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f','1f1691d5a8509a9a371e22e0503f0c490eeae2703fa618b8cf91814080a86171'); -INSERT INTO messages VALUES(22,310003,'insert','orders','{"block_index":310003,"expiration":10,"expire_index":310013,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":50000000,"get_remaining":50000000,"give_asset":"XCP","give_quantity":105000000,"give_remaining":105000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","tx_hash":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","tx_index":4}',0,'OPEN_ORDER','f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f','1bc95b7ebb6501f8606e823a4172044ec98e81a545eeeeb9d5bcffb3789fd303'); -INSERT INTO messages VALUES(23,310003,'update','orders','{"fee_provided_remaining":142858,"fee_required_remaining":0,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367"}',0,'ORDER_UPDATE','f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f','918869b037bf82d0cbb3dbf41071627c7c10ce818222e2b22469ab79a49b05b7'); -INSERT INTO messages VALUES(24,310003,'update','orders','{"fee_provided_remaining":6800,"fee_required_remaining":42858,"get_remaining":0,"give_remaining":5000000,"status":"open","tx_hash":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f"}',0,'ORDER_UPDATE','f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f','650199731395c56e0250326167364ef4b5d75ddb48d15bd5eeddfd3c62a3928e'); -INSERT INTO messages VALUES(25,310003,'insert','order_matches','{"backward_asset":"XCP","backward_quantity":100000000,"block_index":310003,"fee_paid":857142,"forward_asset":"BTC","forward_quantity":50000000,"id":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367_f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","match_expire_index":310023,"status":"pending","tx0_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx0_block_index":310002,"tx0_expiration":10,"tx0_hash":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367","tx0_index":3,"tx1_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx1_block_index":310003,"tx1_expiration":10,"tx1_hash":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","tx1_index":4}',0,'ORDER_MATCH','f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f','c3d351f6e9f5a4df8041fc6d83f9e9072505688494b5d654285a645afd8798c3'); -INSERT INTO messages VALUES(26,310003,'parse','transactions','{"supported":true,"tx_hash":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","tx_index":4}',0,'TRANSACTION_PARSED','f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f','6baeef0097bc2db88decc891b7e680aa06811ed9b0b9e7776ee209c74ee54f16'); -INSERT INTO messages VALUES(27,310003,'parse','blocks','{"block_index":310003,"ledger_hash":"fd0ae9793d9513540246b94ad116fc0531e8e07b2c014752e175a12e2a7a82d4","messages_hash":"3aa6b14aa02c714b287d5abefc4ed4f1bb9b790724b65e8c502ecb40ce198d8e","transaction_count":1,"txlist_hash":"107902b17490957ebc0d2cb5dba1f5e667e3a393acfd8b3adde9f6b17aaad5c4"}',0,'BLOCK_PARSED',NULL,'da53674db882d07a90a1213fddeaf61eeb0b9f5e01d20ff9642ac4c79bfadb9d'); -INSERT INTO messages VALUES(28,310004,'insert','blocks','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'15525a89a6f0ce493ed98f80c5c2337ba58a14e25fc035316ab691cce0682898'); -INSERT INTO messages VALUES(29,310004,'insert','transactions','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"btc_amount":50000000,"data":"0000000b332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":9675,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8","tx_index":5,"utxos_info":" bc49563c96e9ef2df2cbee4ff2c07be675eaf382fef1e249244bb8e712652577:0 4 "}',0,'NEW_TRANSACTION',NULL,'6ede41344e9b0a4bf47c5b42c64c946ecdafd87c9b64ba8bcd155ac2c993cb74'); -INSERT INTO messages VALUES(30,310004,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310004,"calling_function":"btcpay","event":"ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8","quantity":100000000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'CREDIT','ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8','4458efab284d7ebd010d5f4b31f48b23ecd1b9beb83dff814e32b6751b87c5f2'); -INSERT INTO messages VALUES(31,310004,'update','order_matches','{"id":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367_f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","order_match_id":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367_f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","status":"completed"}',0,'ORDER_MATCH_UPDATE','ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8','15a1c7c1085bfca12a40ea9b7291614416e563be7c67802a0332e2ce60a7ac72'); -INSERT INTO messages VALUES(32,310004,'insert','btcpays','{"block_index":310004,"btc_amount":50000000,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","order_match_id":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367_f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8","tx_index":5}',0,'BTC_PAY','ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8','2a2382e1427dfa4f1525ac227c3c296b82dc3e3533a8bb0cf4d6785e105bd2fc'); -INSERT INTO messages VALUES(33,310004,'parse','transactions','{"supported":true,"tx_hash":"ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8","tx_index":5}',0,'TRANSACTION_PARSED','ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8','a74449efde5e837890a91be722a1177d71017a36049e207616d80a51d056586d'); -INSERT INTO messages VALUES(34,310004,'parse','blocks','{"block_index":310004,"ledger_hash":"bd894777a85b731155a0d6362766b4220c03db4f3e5fbf030d6c2529cb5f3537","messages_hash":"1df8dcf6fb00ed05c05272d270ddf7f8fc8ce74b7921f6959a7a006fcd910c40","transaction_count":1,"txlist_hash":"65e6a7c64c8439a60fb066d96d5165e6e40974bd1b98812ac6a4172fb1db1511"}',0,'BLOCK_PARSED',NULL,'54af926cd46a616c45852d3f756cbd85263bf701552a3e4ecb463c1e6967f19f'); -INSERT INTO messages VALUES(35,310005,'insert','blocks','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d49a9c481aeb22a75c0318bb5f16fa59017abe5f5e0cab00c8c3e509ea5b3176'); -INSERT INTO messages VALUES(36,310005,'insert','transactions','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"btc_amount":0,"data":"000000140000000000004767000000003b9aca000100000000000000000000","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25","tx_index":6,"utxos_info":" d00ab6be126b638ef170c4ae70f5688538168d0b1ced4133fe99c21ca166cd76:0 2 "}',0,'NEW_TRANSACTION',NULL,'76355f1b4dea975d0a3de2bccc7b2ba662f8c305939daa0759a5a26b2b74509f'); -INSERT INTO messages VALUES(37,310005,'insert','debits','{"action":"issuance fee","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310005,"event":"cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25","quantity":50000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'DEBIT','cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25','a555ce39e7b6e7203f72f4bcc5c55631da872510f39b674d6513979aa92cddde'); -INSERT INTO messages VALUES(38,310005,'insert','assets','{"asset_id":"18279","asset_longname":null,"asset_name":"BBBB","block_index":310005}',0,'ASSET_CREATION','cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25','ba050199d4b39f5a3284e0b52b6c4e531eb512ea37a7b741e820eb05e71b363e'); -INSERT INTO messages VALUES(39,310005,'insert','issuances','{"asset":"BBBB","asset_events":"creation","asset_longname":null,"block_index":310005,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","locked":false,"quantity":1000000000,"reset":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","transfer":false,"tx_hash":"cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25","tx_index":6}',0,'ASSET_ISSUANCE','cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25','415a62da05a9d163b639aa98fe7e60090774c5aaa6a8fcc0acd103c169c4576a'); -INSERT INTO messages VALUES(40,310005,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310005,"calling_function":"issuance","event":"cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25","quantity":1000000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'CREDIT','cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25','049a824d6b28bde422b871d7a5089ce81eb1df5c17fcf7bc1b104b4ae5f447ba'); -INSERT INTO messages VALUES(41,310005,'parse','transactions','{"supported":true,"tx_hash":"cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25","tx_index":6}',0,'TRANSACTION_PARSED','cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25','d0131d95d42aa2f06fecad8f8966f66415611f1ff9b28187ad808f5f3090e137'); -INSERT INTO messages VALUES(42,310005,'parse','blocks','{"block_index":310005,"ledger_hash":"264c98f1d460f78e52def545d25482fd76549a5309d04841bc27b335f06470a2","messages_hash":"b3ea7f6d1f86d520defc95d11cc9186efe6243a35b7c1a875547e1993e7052ce","transaction_count":1,"txlist_hash":"9ede5548f7cb273af825360a6285fe9a51e9625c9084b2dde7bec013dec24f0e"}',0,'BLOCK_PARSED',NULL,'3367e733dcddb3d105667968e0acd9743c536a1b0f219d306f5524fe6827b4f5'); -INSERT INTO messages VALUES(43,310006,'insert','blocks','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bc5719167b70284ea46ca91174fb0dc38824c129b56489b7979e45a4b1914355'); -INSERT INTO messages VALUES(44,310006,'insert','transactions','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"btc_amount":0,"data":"00000014000000000000476800000000000186a00000000000000000000006666f6f626172","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9","tx_index":7,"utxos_info":" 682a11acb7553de4c3f0f55a61eb033d432adc2ed310a9b1ded49a5630497bdb:0 2 "}',0,'NEW_TRANSACTION',NULL,'131b7b59ee17c13a483e60f39a7490da6054e0b7cda6506169a47e9184cba677'); -INSERT INTO messages VALUES(45,310006,'insert','debits','{"action":"issuance fee","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310006,"event":"ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9","quantity":50000000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'DEBIT','ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9','a1562fe21cbbf37a490f9d73c82ebf7186728e6d63c19b6e3583d65ff38665b9'); -INSERT INTO messages VALUES(46,310006,'insert','assets','{"asset_id":"18280","asset_longname":null,"asset_name":"BBBC","block_index":310006}',0,'ASSET_CREATION','ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9','c488d4806f09fc9b7aa5340256b73afe34ea51c6b517ff69ac9e4d9d30c94b83'); -INSERT INTO messages VALUES(47,310006,'insert','issuances','{"asset":"BBBC","asset_events":"creation","asset_longname":null,"block_index":310006,"call_date":0,"call_price":0.0,"callable":false,"description":"foobar","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","locked":false,"quantity":100000,"reset":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","transfer":false,"tx_hash":"ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9","tx_index":7}',0,'ASSET_ISSUANCE','ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9','ede48b79376a4d28a16078c051e1e1b6fd5e80c6b31a9baf2d24478bf0675ab1'); -INSERT INTO messages VALUES(48,310006,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310006,"calling_function":"issuance","event":"ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9","quantity":100000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'CREDIT','ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9','e908250aa8a267f6d543181a3105e074f95ceae8100fb6ddc16937347519df1a'); -INSERT INTO messages VALUES(49,310006,'parse','transactions','{"supported":true,"tx_hash":"ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9","tx_index":7}',0,'TRANSACTION_PARSED','ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9','57c7f490f97e24b96cb8c7ede6396095fc07a9d6f77188afc07da34c1d515957'); -INSERT INTO messages VALUES(50,310006,'parse','blocks','{"block_index":310006,"ledger_hash":"a1f2aa5a0b8d030c2fc4e1243c3173319ecf68d232262ea3dc8bfdd03a3f923a","messages_hash":"1c79948607cb3035e3ee4d43c2c9dda4c1fb5ad960ff21a72789c61ef3551c2a","transaction_count":1,"txlist_hash":"afa257be6b0f57581b8f1b932b3c8473ff5c89e4bd6c3d3e3dd6a8c3cd9b09d3"}',0,'BLOCK_PARSED',NULL,'d2ec06837c5927c1c3b9ffe820633f52bb11c4d6c25a3b78970cb25d7cbd0237'); -INSERT INTO messages VALUES(51,310007,'insert','blocks','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'448a1a996e84d0754b8fc10b6d5af92ab303656711bf5b14f7095339c3587fbb'); -INSERT INTO messages VALUES(52,310007,'insert','transactions','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"btc_amount":1000,"data":"00000000000000000000476700000000003d0900","destination":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c","tx_index":8,"utxos_info":" d8757243c0f0522e40e5dfa29c2958f3e2ec842b4da0761cdc1612063ab36599:0 3 "}',0,'NEW_TRANSACTION',NULL,'842bbff8fe9e4538d30e395fd1e5e357773e911101efa94b9b1722b0e85fe573'); -INSERT INTO messages VALUES(53,310007,'insert','debits','{"action":"send","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310007,"event":"f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'DEBIT','f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c','d91cc62628add8afcd5a70124f40a0c30b7180fcc1b54028772f5eaee7ee2f42'); -INSERT INTO messages VALUES(54,310007,'insert','credits','{"address":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310007,"calling_function":"send","event":"f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'CREDIT','f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c','93d05a65a4be4ccc088411106ef53741fe06aebb3f672704f5f28916156911a4'); -INSERT INTO messages VALUES(55,310007,'insert','sends','{"asset":"BBBB","block_index":310007,"destination":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":4000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c","tx_index":8}',0,'SEND','f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c','ba89d7293ff55e7d88c0624fb5ded7c7b780483e076ecc3f1337ba21fe2fdec0'); -INSERT INTO messages VALUES(56,310007,'parse','transactions','{"supported":true,"tx_hash":"f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c","tx_index":8}',0,'TRANSACTION_PARSED','f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c','d79dbac4bed0b323e8b0ddfc379aa01a468242dd32eed985330c8b6b911c1341'); -INSERT INTO messages VALUES(57,310007,'parse','blocks','{"block_index":310007,"ledger_hash":"8709aa2d5064ea2b7ab51a887d21f5fddcb7046753cd883317b533ed121f8504","messages_hash":"cb1602d39df82ffb178e25ee60a4bf0e97277791e723d37cba4a79d45fd1a871","transaction_count":1,"txlist_hash":"40941bb90c086bd2716de8afc1fba5eb75721143a86a606ef99ee3312de95614"}',0,'BLOCK_PARSED',NULL,'15be737494c74126eb4d5cbeda3dea4039ed757f2943c9c9388f49132fe357a3'); -INSERT INTO messages VALUES(58,310008,'insert','blocks','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'481908b1e8b036cd2895332f217b52ae25257ad49708232be840d368500e92e9'); -INSERT INTO messages VALUES(59,310008,'insert','transactions','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"btc_amount":1000,"data":"000000000000000000004768000000000000020e","destination":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394","tx_index":9,"utxos_info":" 0a016813237e5169e6aa6cb199572ca6479c5245a3d48bd0842de4aac8a528c9:0 3 "}',0,'NEW_TRANSACTION',NULL,'c3d7e43d7c7100a1ea1c9d508f575bea73cae51154434113bed347d45dbaa23e'); -INSERT INTO messages VALUES(60,310008,'insert','debits','{"action":"send","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310008,"event":"c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'DEBIT','c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394','777e6c800f78bac63e5c3a25a438f79bdb4efbfa4c545d55445091f25e7573a3'); -INSERT INTO messages VALUES(61,310008,'insert','credits','{"address":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310008,"calling_function":"send","event":"c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'CREDIT','c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394','356bccfcd01a3055c13571baf258c287d5c8c8b9d7cf361f08656f0e664b8d53'); -INSERT INTO messages VALUES(62,310008,'insert','sends','{"asset":"BBBC","block_index":310008,"destination":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":526,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394","tx_index":9}',0,'SEND','c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394','be0719006e514d8db350550069f9a24b41b2bade0a75ff88af03bc05ea6a1e2b'); -INSERT INTO messages VALUES(63,310008,'parse','transactions','{"supported":true,"tx_hash":"c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394","tx_index":9}',0,'TRANSACTION_PARSED','c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394','56565e76c54c9e8f6ba40fed22d2d6d1bd7dd064d7c0efe03da83d9b1dc6593b'); -INSERT INTO messages VALUES(64,310008,'parse','blocks','{"block_index":310008,"ledger_hash":"c1c516176fe38b69b31e3668b5ef20805bd90d3112c77f5652f838af8e7f604a","messages_hash":"784be2b71bcc085c99bab7eb68a280ec2905d3a19f26a962a39ab408dad58a42","transaction_count":1,"txlist_hash":"9b186632fe722ba57daaa01573568c3d3405f7fcb0a729005a6338266a4debfa"}',0,'BLOCK_PARSED',NULL,'d8db6a7845ee3a5335a121519d23c8b3ef2dbf87448184bda2fbee9a2160efe4'); -INSERT INTO messages VALUES(65,310009,'insert','blocks','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'49e85c6bcbc27b4d9371a82a6f23266d8aeb2f4505a4ece40bfc5d3eeaae40f8'); -INSERT INTO messages VALUES(66,310009,'insert','transactions','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"btc_amount":0,"data":"00000032000000000000025800000000000047670000000000000001","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8","tx_index":10,"utxos_info":" b62286ce041e346cac7982d5a815df56a1b55778f1575f08e24c0654400c0534:0 2 "}',0,'NEW_TRANSACTION',NULL,'46e4f6f126a112f076b038dcddc990d9e57bc1e39dc43e42de2eef7a46948140'); -INSERT INTO messages VALUES(67,310009,'insert','debits','{"action":"dividend","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310009,"event":"7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8','8b982cb4bdc87d5eef0f47cad66e5479c155e1412c16c8ea9c1fb6050abe2ed2'); -INSERT INTO messages VALUES(68,310009,'insert','debits','{"action":"dividend fee","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310009,"event":"7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8","quantity":20000,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8','e9a2adc8f721c2df024db5aaaa5014e27467fa57b998e98291be3df8dc50b363'); -INSERT INTO messages VALUES(69,310009,'insert','credits','{"address":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310009,"calling_function":"dividend","event":"7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'CREDIT','7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8','d85d0f88a2d40ff2001500a0762208a6c80364c943bac0c45bf19f1bb947dda6'); -INSERT INTO messages VALUES(70,310009,'insert','dividends','{"asset":"BBBB","block_index":310009,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":600,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8","tx_index":10}',0,'ASSET_DIVIDEND','7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8','5fe69a803c358c547112c751379928ba4469f70393903534a7dcf83ba0abdc0e'); -INSERT INTO messages VALUES(71,310009,'parse','transactions','{"supported":true,"tx_hash":"7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8","tx_index":10}',0,'TRANSACTION_PARSED','7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8','5a6f89efe9adc5e2ab3dc65c28e2e949ed00e7f8e186c037e23cc25faaa5927f'); -INSERT INTO messages VALUES(72,310009,'parse','blocks','{"block_index":310009,"ledger_hash":"ae8ee9e681f0ac96de96babc1c80e5188b3e0cb91074a0dfd8511ee7d0ae64c8","messages_hash":"048018f1d43f4a00d111674df2d2b3c68b79ffbee510385ab9a24ff87c91b08f","transaction_count":1,"txlist_hash":"39f4f154cbeae9a65b43ac831b2d5ad0e6f6575b909b979bd4bd97dadbab4cdd"}',0,'BLOCK_PARSED',NULL,'e4cf126a7d671d7d400688afbd6380716b60bd0b6ef28d6ade9a95680fc5dcfc'); -INSERT INTO messages VALUES(73,310010,'insert','blocks','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9ac7a5985b2bf871b0225fbe543208818a30fd06612a827c8208f0d4aa3dc56b'); -INSERT INTO messages VALUES(74,310010,'insert','transactions','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"btc_amount":0,"data":"00000032000000000000032000000000000047680000000000000001","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7","tx_index":11,"utxos_info":" 78390d392d84db9734cda0f6cb43b9eb49b0568e9473650ab9756c21c4b992b4:0 2 "}',0,'NEW_TRANSACTION',NULL,'494352e4f65c5476c3473c70acdcf92a40a00187deea42df5872bf653abdc2f6'); -INSERT INTO messages VALUES(75,310010,'insert','debits','{"action":"dividend","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310010,"event":"c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7','5b17717a0e11abe75fea0ddf33ccc083ec6b5469b69c553ce2f9014c81cac489'); -INSERT INTO messages VALUES(76,310010,'insert','debits','{"action":"dividend fee","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310010,"event":"c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7","quantity":20000,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7','e8c14e43b3a392c778e6381fe8e8048b17cc31d0a8d42b536b159932249f5af0'); -INSERT INTO messages VALUES(77,310010,'insert','credits','{"address":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310010,"calling_function":"dividend","event":"c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'CREDIT','c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7','9224e8815fa2ec6ea512ff506707e8d212a033aa398ab2a1a33d7e380085c9f7'); -INSERT INTO messages VALUES(78,310010,'insert','dividends','{"asset":"BBBC","block_index":310010,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7","tx_index":11}',0,'ASSET_DIVIDEND','c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7','a5d723cb67ad865d470ab31bd3fa43d974b58f74b92dba8f1e4d7645e762fa28'); -INSERT INTO messages VALUES(79,310010,'parse','transactions','{"supported":true,"tx_hash":"c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7","tx_index":11}',0,'TRANSACTION_PARSED','c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7','ab421aa6fe150d8da364870485b267f98f426e06901b9b199f5820ac094cd9d7'); -INSERT INTO messages VALUES(80,310010,'parse','blocks','{"block_index":310010,"ledger_hash":"0451ffa5d7ffb0e588e58ac7eacf77f6b3e17f1d27c1039f03d7716b16fb234f","messages_hash":"3f26a52170550278834de0ded6a6c19d6bfd54fc2f2cd8ab140cc70839295a1a","transaction_count":1,"txlist_hash":"0cea2e2e06c6423d1c5ba19f6128fbe8fe6d6c3688316c9c35dd31cf03d38c97"}',0,'BLOCK_PARSED',NULL,'a615aa6716ef1f5f236b4d933468fab05572f16a6ebab7a099b3159eea3a7342'); -INSERT INTO messages VALUES(81,310011,'insert','blocks','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fb9fc6bebdf01e83e0250c509195ed728e8d6d9fa5f9ca1163b8f46d13221eff'); -INSERT INTO messages VALUES(82,310011,'insert','transactions','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"btc_amount":0,"data":"0000001e52bb3300405900000000000005f5e0ff09556e69742054657374","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"a21533ad03334823cca2aa8e57c383113a7f93a5810c5df8dd2fa70f6eec416d","tx_index":12,"utxos_info":" d80f8093a99a0c63350f3ed29af416454993efbade598a2e4de4873dc27180bd:0 2 "}',0,'NEW_TRANSACTION',NULL,'17c514f6acb61be66152d89aa66cdad970c06c936390015da7a78157e6a62e06'); -INSERT INTO messages VALUES(83,310011,'insert','broadcasts','{"block_index":310011,"fee_fraction_int":99999999,"locked":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"a21533ad03334823cca2aa8e57c383113a7f93a5810c5df8dd2fa70f6eec416d","tx_index":12,"value":100.0}',0,'BROADCAST','a21533ad03334823cca2aa8e57c383113a7f93a5810c5df8dd2fa70f6eec416d','319ec94006b4c4d799d403e808d8f359ae20f26477249bc32a471a81ebd7a1cf'); -INSERT INTO messages VALUES(84,310011,'parse','transactions','{"supported":true,"tx_hash":"a21533ad03334823cca2aa8e57c383113a7f93a5810c5df8dd2fa70f6eec416d","tx_index":12}',0,'TRANSACTION_PARSED','a21533ad03334823cca2aa8e57c383113a7f93a5810c5df8dd2fa70f6eec416d','ec3a4cae3443021ab61f0447d04fa199f7d0575fc083d40a658a033ffd0b2a71'); -INSERT INTO messages VALUES(85,310011,'parse','blocks','{"block_index":310011,"ledger_hash":"dfaae3f28c2f75e4bcc49034ff2a191b5a41b88035c5d266181617c8c65ad5d3","messages_hash":"b7996a6dd1a1fc8cfca0784b9d145c7a2e8f422f97be7d35de16f718e1e5ebef","transaction_count":1,"txlist_hash":"0134329cfdaf63e5946b9b5a94b73f59b9a870d4569ca07c0cce078bf13714a5"}',0,'BLOCK_PARSED',NULL,'3fc7600fd8e9df28008899d2f00d75bf4aa842b1af45f31751eb26c66eb2e130'); -INSERT INTO messages VALUES(86,310012,'insert','blocks','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'755a9fc7e10572d786c035c0160ea193ee03c46cac2c2c1b13f3d539dbc2e107'); -INSERT INTO messages VALUES(87,310012,'insert','transactions','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"btc_amount":1000,"data":"00000028000052bb33640000000002faf08000000000017d7840000000000000000000003b100000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f","tx_index":13,"utxos_info":" 0081e95041304df8c910d143341190089eb619caefeb02e8d1b803199aeb8c4b:0 3 "}',0,'NEW_TRANSACTION',NULL,'3bc429af294b61a88219144c3487e41a2c56f9430974f3eba19c4ce0703ff1c4'); -INSERT INTO messages VALUES(88,310012,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310012,"event":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f","quantity":50000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'DEBIT','74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f','553fe9f9d85bc00ef00c625254cae0ba612719590ee61b9404c1aea2bfc769bd'); -INSERT INTO messages VALUES(89,310012,'insert','bets','{"bet_type":0,"block_index":310012,"counterwager_quantity":25000000,"counterwager_remaining":25000000,"deadline":1388000100,"expiration":10,"expire_index":310022,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":15120,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":0.0,"tx_hash":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f","tx_index":13,"wager_quantity":50000000,"wager_remaining":50000000}',0,'OPEN_BET','74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f','75da52d09bc22c07b0141c8ef43709620676af2380e0184f5ff25d75f8cf6d98'); -INSERT INTO messages VALUES(90,310012,'parse','transactions','{"supported":true,"tx_hash":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f","tx_index":13}',0,'TRANSACTION_PARSED','74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f','11118d9c3945b2b97a09165cdbfd854c1c6e5d5aa947f5858343fc93085d20d2'); -INSERT INTO messages VALUES(91,310012,'parse','blocks','{"block_index":310012,"ledger_hash":"c711e8cf2d9bbed01724a7b22cbd4900a4fd0a126bb7ecbd7c97ca15a6276553","messages_hash":"595fc5ca26c6ac2e4fdd1fa978fae1fd1aed1d66acefe83257ac4721a61fe73c","transaction_count":1,"txlist_hash":"9a3fb4fb846c9ffff3a50a0a31f3ac3900ba7048a60dd69c6e14752734358f1c"}',0,'BLOCK_PARSED',NULL,'fc1978810faf0154e00741735af9a0dc3c0029768e20a8ea2406c04a4e9ec60e'); -INSERT INTO messages VALUES(92,310013,'insert','blocks','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2aac00affdfbbbcc551342484017fbc33f9da7db7ef1481469738d93b930f4e1'); -INSERT INTO messages VALUES(93,310013,'insert','transactions','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"btc_amount":1000,"data":"00000028000152bb336400000000017d78400000000002793d60000000000000000000003b100000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","tx_index":14,"utxos_info":" 763fba63964d344185ec530a4b2e18cd83641a7bb280d7dfc1881772d74a9a0c:0 3 "}',0,'NEW_TRANSACTION',NULL,'2023b8dda3ff960ebf39e2ecdd40ad18af6cd55d5574cfdaf96397158873b2d9'); -INSERT INTO messages VALUES(94,310013,'update','orders','{"status":"expired","tx_hash":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367"}',0,'ORDER_UPDATE',NULL,'081aeeb4b6103cdfa1d49fe9bd8c460d5ebabd7c8da33f85915e8245a04f3240'); -INSERT INTO messages VALUES(95,310013,'insert','order_expirations','{"block_index":310013,"order_hash":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367","source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2"}',0,'ORDER_EXPIRATION',NULL,'8b08a6ab092b62f9261005feaf0acd1684c9eed025376e65e44f7d1bce0bd7ff'); -INSERT INTO messages VALUES(96,310013,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310013,"event":"6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","quantity":25000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'DEBIT','6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167','bc0e496ade09d4a12f9820cc3e2c9c19e85aa4afa76b2a3b18b0bdafe8ceec77'); -INSERT INTO messages VALUES(97,310013,'insert','bets','{"bet_type":1,"block_index":310013,"counterwager_quantity":41500000,"counterwager_remaining":41500000,"deadline":1388000100,"expiration":10,"expire_index":310023,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":15120,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":0.0,"tx_hash":"6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","tx_index":14,"wager_quantity":25000000,"wager_remaining":25000000}',0,'OPEN_BET','6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167','01e6d7a901aa886114b39ba31474933dbdf426c668ecb041c937e8579f1a6982'); -INSERT INTO messages VALUES(98,310013,'update','bets','{"counterwager_remaining":4250000,"status":"open","tx_hash":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f","wager_remaining":8500000}',0,'BET_UPDATE','6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167','ed32ecf0dcea69cebfb0ec419bbff80a8aca5f361847556e0845b970dcdcda73'); -INSERT INTO messages VALUES(99,310013,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310013,"calling_function":"filled","event":"6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","quantity":4250000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'CREDIT','6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167','6c71db8e18f18f7ea7ca157ccd67b872d05238742da02784970aad602a238eb2'); -INSERT INTO messages VALUES(100,310013,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","wager_remaining":4250000}',0,'BET_UPDATE','6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167','4e4a37b73578321362ccd592944f9b42ea1f6a210cd63a1e86a7087a76a081d0'); -INSERT INTO messages VALUES(101,310013,'insert','bet_matches','{"backward_quantity":20750000,"block_index":310012,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","forward_quantity":41500000,"id":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f_6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","initial_value":100.0,"leverage":15120,"match_expire_index":310022,"status":"pending","target_value":0.0,"tx0_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx0_bet_type":0,"tx0_block_index":310012,"tx0_expiration":10,"tx0_hash":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f","tx0_index":13,"tx1_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx1_bet_type":1,"tx1_block_index":310013,"tx1_expiration":10,"tx1_hash":"6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","tx1_index":14}',0,'BET_MATCH','6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167','0b43f0f55ef27e1f2c3258dc5c2b354e0bfb50a0decc5911102855ddfa8dde53'); -INSERT INTO messages VALUES(102,310013,'parse','transactions','{"supported":true,"tx_hash":"6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","tx_index":14}',0,'TRANSACTION_PARSED','6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167','be4fe3dea4a90e632884f76ed56f0f4746b6952c36844a42c34f0bf78c04b16d'); -INSERT INTO messages VALUES(103,310013,'parse','blocks','{"block_index":310013,"ledger_hash":"3dfa5822de8a4c674f1517b17e50d2ef63ccbb1fc4ae96fe5e1dc05cd353aa4b","messages_hash":"1f5f6c30e424743800c8d81e3f4cba48670cc95d2fbbf7c1f0009a4921855d87","transaction_count":1,"txlist_hash":"6228a449b24d607b8fe1aea60a0292874cfe515a9440bee2829f6e61efa0b2a6"}',0,'BLOCK_PARSED',NULL,'df7e82c3bbd30e4b3bf0f9ec26b99cac736197cabc998d76289b0142a262043c'); -INSERT INTO messages VALUES(104,310014,'insert','blocks','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3bae28cf9f4e6b74ca1be3f23eaf6094bdf04fdbd449e8963c7f7810d317c36f'); -INSERT INTO messages VALUES(105,310014,'insert','transactions','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"btc_amount":1000,"data":"00000028000052bb33640000000008f0d1800000000014dc93800000000000000000000013b00000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3","tx_index":15,"utxos_info":" 1c955d683a1186672eb27bc0364c7b7c373341b2a40c8bb906cd39ec9bed60a1:0 3 "}',0,'NEW_TRANSACTION',NULL,'8f120ce4af1c8366357e7c77abd3813669db093c7c1790de74cb906628453780'); -INSERT INTO messages VALUES(106,310014,'update','orders','{"status":"expired","tx_hash":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f"}',0,'ORDER_UPDATE',NULL,'1bc1867da02d0b64e7af2a6b0306b651dda1b577bf95e919b5d9f58f119f8b57'); -INSERT INTO messages VALUES(107,310014,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310014,"calling_function":"cancel order","event":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","quantity":5000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'e3b1367fe6442957b834d3ad6aeda6c5ae915ad8f3e29749d215e36a110290fa'); -INSERT INTO messages VALUES(108,310014,'insert','order_expirations','{"block_index":310014,"order_hash":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2"}',0,'ORDER_EXPIRATION',NULL,'9e94d17206b736f0a8d1b674c85efbabff98931308715c6a2c68dc8e18444bfa'); -INSERT INTO messages VALUES(109,310014,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310014,"event":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3","quantity":150000000,"tx_index":15,"utxo":null,"utxo_address":null}',0,'DEBIT','2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3','0eb2d6fd495caf64b78ad92e8c0ee1855aed8baa4c977ddbd7d4c993c005d443'); -INSERT INTO messages VALUES(110,310014,'insert','bets','{"bet_type":0,"block_index":310014,"counterwager_quantity":350000000,"counterwager_remaining":350000000,"deadline":1388000100,"expiration":10,"expire_index":310024,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":5040,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":0.0,"tx_hash":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3","tx_index":15,"wager_quantity":150000000,"wager_remaining":150000000}',0,'OPEN_BET','2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3','79bdbfea14398eaa9b6fc4847160f368b8b11e42300d15e3c3da3066f5d97285'); -INSERT INTO messages VALUES(111,310014,'parse','transactions','{"supported":true,"tx_hash":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3","tx_index":15}',0,'TRANSACTION_PARSED','2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3','5bdc267377e2ffb4a9f53bc5e0c4236cfb26c43723359e0d95fcc548eacca40a'); -INSERT INTO messages VALUES(112,310014,'parse','blocks','{"block_index":310014,"ledger_hash":"49fcaed957776bc62c9f1feac30dad8c0574596d312f9efee7a453e00bf64866","messages_hash":"833dc9d094fac02e0d6c9e00c527e54c01ff11659f30cf34cb627e810adf168f","transaction_count":1,"txlist_hash":"700cf4c54e23c0cfb4d8b02bc6cb1ca509637dd95312629625aa92d32d5548d2"}',0,'BLOCK_PARSED',NULL,'811476945afd95ee40208eb8308251c5904f7386f98d4faf114bcc569e50f0bc'); -INSERT INTO messages VALUES(113,310015,'insert','blocks','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'34d561313b8b59341bed08b71133275035fbdab4fd7944f1ce7554bb207314ae'); -INSERT INTO messages VALUES(114,310015,'insert','transactions','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"btc_amount":1000,"data":"00000028000152bb33640000000014dc93800000000008f0d1800000000000000000000013b00000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","tx_index":16,"utxos_info":" c3eb3463857a8defa936fdb1a10580216ebcacd843ae6a59d0328cea5b2f1f83:0 3 "}',0,'NEW_TRANSACTION',NULL,'bb4cc1f405e0f218e008d32e17481321859f0ce4b34a00d008cf2a83eae30c66'); -INSERT INTO messages VALUES(115,310015,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310015,"event":"65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","quantity":350000000,"tx_index":16,"utxo":null,"utxo_address":null}',0,'DEBIT','65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e','da8d4f41f0067a5dfe2fa263b9a4a1a93d996c83f45b537883bbed3744680be2'); -INSERT INTO messages VALUES(116,310015,'insert','bets','{"bet_type":1,"block_index":310015,"counterwager_quantity":150000000,"counterwager_remaining":150000000,"deadline":1388000100,"expiration":10,"expire_index":310025,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":5040,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":0.0,"tx_hash":"65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","tx_index":16,"wager_quantity":350000000,"wager_remaining":350000000}',0,'OPEN_BET','65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e','bed82e4b17f730b4cd5c496553145b223d10b8cc70032eb84f3726aa9f8b3b99'); -INSERT INTO messages VALUES(117,310015,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310015,"calling_function":"filled","event":"65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e','6d99fab1fc073575300f530ae7879a07335f208466078298f80a484c4442a070'); -INSERT INTO messages VALUES(118,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3","wager_remaining":0}',0,'BET_UPDATE','65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e','a06576320f75b1b875906faaa0eaa62faebec147713f459fe32dd3b46f1e3ec8'); -INSERT INTO messages VALUES(119,310015,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310015,"calling_function":"filled","event":"65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e','0b206c1d02d868c245c79d4853c47d63b7e9c8e36948d83c7623a0a22acdd930'); -INSERT INTO messages VALUES(120,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","wager_remaining":0}',0,'BET_UPDATE','65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e','4d14b01c01f92d443288d39461577a88258543fcbf08a282db24cd08d45dae53'); -INSERT INTO messages VALUES(121,310015,'insert','bet_matches','{"backward_quantity":350000000,"block_index":310014,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","forward_quantity":150000000,"id":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3_65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","initial_value":100.0,"leverage":5040,"match_expire_index":310024,"status":"pending","target_value":0.0,"tx0_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx0_bet_type":0,"tx0_block_index":310014,"tx0_expiration":10,"tx0_hash":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3","tx0_index":15,"tx1_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx1_bet_type":1,"tx1_block_index":310015,"tx1_expiration":10,"tx1_hash":"65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","tx1_index":16}',0,'BET_MATCH','65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e','726b309d219912feaf1f788451599f86eb40854172e7aabbfead31f0f772b8dc'); -INSERT INTO messages VALUES(122,310015,'parse','transactions','{"supported":true,"tx_hash":"65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","tx_index":16}',0,'TRANSACTION_PARSED','65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e','3a572386916f16bc2bb42ee59beff67e1a410795723b48ed253499cbde891315'); -INSERT INTO messages VALUES(123,310015,'parse','blocks','{"block_index":310015,"ledger_hash":"4e4abd3e8ab2658a7ac673e3a178ceac76fee41cf48bb6ed007d241c079979bf","messages_hash":"bb81a96fea90c449c90c77830bdf56bac9f2e597612b0501fd7f461a04490cd5","transaction_count":1,"txlist_hash":"288c9c0f37cb0c2e9db66d4b88b165391a67f06016ac84c485e9b9158ee51f2d"}',0,'BLOCK_PARSED',NULL,'880799d09474c10245c2a77e5e5dbb23777fbebb152f563137bcbf69fdebd62a'); -INSERT INTO messages VALUES(124,310016,'insert','blocks','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53079f8132077cb76d7e9b9de90ffd07bed235830d464c6611041b325d60b841'); -INSERT INTO messages VALUES(125,310016,'insert','transactions','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"btc_amount":1000,"data":"00000028000252bb33c8000000002cb417800000000026be36803ff0000000000000000013b00000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4","tx_index":17,"utxos_info":" 6e87b9e2c5817b3fb2d8884f48f50697733404a54dd2651b5f45b4da35545833:0 3 "}',0,'NEW_TRANSACTION',NULL,'b04a2d5f3abe528c9b5824e69dd2ca9ee772dd3c7137cec5dbb68e9d836e4aa2'); -INSERT INTO messages VALUES(126,310016,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310016,"event":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4","quantity":750000000,"tx_index":17,"utxo":null,"utxo_address":null}',0,'DEBIT','94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4','627b556db71296d801784585580e5fe8fe712faecc8f58907c25bd87e51e43eb'); -INSERT INTO messages VALUES(127,310016,'insert','bets','{"bet_type":2,"block_index":310016,"counterwager_quantity":650000000,"counterwager_remaining":650000000,"deadline":1388000200,"expiration":10,"expire_index":310026,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":5040,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":1.0,"tx_hash":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4","tx_index":17,"wager_quantity":750000000,"wager_remaining":750000000}',0,'OPEN_BET','94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4','35eab4cbf50713b254cec40313b5c7014f0eb4c920bdf90c8a6cefd0832b4d55'); -INSERT INTO messages VALUES(128,310016,'parse','transactions','{"supported":true,"tx_hash":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4","tx_index":17}',0,'TRANSACTION_PARSED','94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4','9d3a9e649bb8cc37127643e47c34a8a37000a146677f91e1b28b3a58ab6e963c'); -INSERT INTO messages VALUES(129,310016,'parse','blocks','{"block_index":310016,"ledger_hash":"17a28cca0777254af26544edfefcad8810e847e5d173fded9a7813719cf1162f","messages_hash":"983342b2ed5c5d239f9ae26897e3d3a6aa02ffaf5d4fe31accb0bfd07d5e5049","transaction_count":1,"txlist_hash":"1bf7e0a4aa8356584087591a8c8e8b28185a6ebfe1a15a85f01165a04ff57913"}',0,'BLOCK_PARSED',NULL,'9321eebad8bea8edf87ce1f59a09bbf2c66689e9c4d2091723192f894c5e219b'); -INSERT INTO messages VALUES(130,310017,'insert','blocks','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6a01fb038f692d10180fcf8b49e0a91322d6702454c95c93e32449c0f5a5ce2c'); -INSERT INTO messages VALUES(131,310017,'insert','transactions','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"btc_amount":1000,"data":"00000028000352bb33c80000000026be3680000000002cb417803ff0000000000000000013b00000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","tx_index":18,"utxos_info":" 0fe94e9ce6026767f7c6fb2159bb0caafb1396c8d666233718d5b549ac1c9d8b:0 3 "}',0,'NEW_TRANSACTION',NULL,'1ad7ae390cf50775467d718ea0a9b6e90ea11e956d6b22968d8abf5870d0fc95'); -INSERT INTO messages VALUES(132,310017,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310017,"event":"a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","quantity":650000000,"tx_index":18,"utxo":null,"utxo_address":null}',0,'DEBIT','a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e','b127fb5fadaf2daef07372d9cd5990de92fb62839b31193494da8a3d05bca422'); -INSERT INTO messages VALUES(133,310017,'insert','bets','{"bet_type":3,"block_index":310017,"counterwager_quantity":750000000,"counterwager_remaining":750000000,"deadline":1388000200,"expiration":10,"expire_index":310027,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":5040,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":1.0,"tx_hash":"a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","tx_index":18,"wager_quantity":650000000,"wager_remaining":650000000}',0,'OPEN_BET','a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e','e887a411bf0c5a964b795dd5c9c9f6af3ed8cfe6bfb49ec46013c1f7790bd997'); -INSERT INTO messages VALUES(134,310017,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310017,"calling_function":"filled","event":"a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e','97d5f39a5c1b516967826cca641ba40c9b72a76cd57d6f5a1c23c096d38ee001'); -INSERT INTO messages VALUES(135,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4","wager_remaining":0}',0,'BET_UPDATE','a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e','1dfd2bbfa62f527a6640a09f6f97431287762463f622f28f79076972ee3bc718'); -INSERT INTO messages VALUES(136,310017,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310017,"calling_function":"filled","event":"a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e','0b0bdf8260393b47bd4c6f9a541dc986ebc83061116de3ffc3828912597fbaa3'); -INSERT INTO messages VALUES(137,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","wager_remaining":0}',0,'BET_UPDATE','a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e','5697dbb3110120c7edbba9612310e11aaf79f46ac713835fe18807f7d9e6ca6d'); -INSERT INTO messages VALUES(138,310017,'insert','bet_matches','{"backward_quantity":650000000,"block_index":310016,"deadline":1388000200,"fee_fraction_int":99999999,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","forward_quantity":750000000,"id":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4_a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","initial_value":100.0,"leverage":5040,"match_expire_index":310026,"status":"pending","target_value":1.0,"tx0_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx0_bet_type":2,"tx0_block_index":310016,"tx0_expiration":10,"tx0_hash":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4","tx0_index":17,"tx1_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx1_bet_type":3,"tx1_block_index":310017,"tx1_expiration":10,"tx1_hash":"a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","tx1_index":18}',0,'BET_MATCH','a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e','3a4ec501cf1e0df2b78fbfcf0898d1d549ee8aaf65222e83ebb9700ffe70f6e5'); -INSERT INTO messages VALUES(139,310017,'parse','transactions','{"supported":true,"tx_hash":"a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","tx_index":18}',0,'TRANSACTION_PARSED','a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e','b8c086945ed086b2c61c8bf71e499d845c95338605f023e21973c07431ba2ca6'); -INSERT INTO messages VALUES(140,310017,'parse','blocks','{"block_index":310017,"ledger_hash":"1fb58120e9eb78908fda6265cad12b4a5770701e9a271bd5c4bc94059bd3bab5","messages_hash":"6f4fc603c9512c9c5576d9454665d4c39833dc780b4dd6575f1646677e8bc4b0","transaction_count":1,"txlist_hash":"62678a570c40b5a12469e442b3a54f1416d9113de2db501f37ed533f345e71c1"}',0,'BLOCK_PARSED',NULL,'3b4039d9ccc28d5cbdf97a764db94e2d07aa3227cab4e63e3e13f9c1be36c9cf'); -INSERT INTO messages VALUES(141,310018,'insert','blocks','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1269a86c416ff077c326616c46ee982aa64c2f7daaa02715d403ec63fea594bb'); -INSERT INTO messages VALUES(142,310018,'insert','transactions','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"btc_amount":0,"data":"0000001e52bb33324058f7256ffc115e004c4b4009556e69742054657374","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4","tx_index":19,"utxos_info":" 1bd34a2e5fa7dc79e1f1bff6fcc0532e1c8ee5714ffe51d4db117b1ff4849270:0 2 "}',0,'NEW_TRANSACTION',NULL,'f50901404c13287138ab6a2d949cda5316abdc767a994bb2b399d16582ed4973'); -INSERT INTO messages VALUES(143,310018,'insert','broadcasts','{"block_index":310018,"fee_fraction_int":5000000,"locked":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","text":"Unit Test","timestamp":1388000050,"tx_hash":"f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4","tx_index":19,"value":99.86166}',0,'BROADCAST','f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4','a07fdb45d91e1299d4210e8e6d2903120097a08eef59d79b6f6a8bab3bc10e21'); -INSERT INTO messages VALUES(144,310018,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310018,"calling_function":"bet settled: liquidated for bear","event":"f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4","quantity":59137500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4','80ce3e12ecc709b4fe6c6c36fc1d1897780b3c88475ef1c6492a9375fade8482'); -INSERT INTO messages VALUES(145,310018,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310018,"calling_function":"feed fee","event":"f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4","quantity":3112500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4','7306613310cea0db306cbab0ee75309df3f0e5dcfec7a69235baff56d3b6bfc5'); -INSERT INTO messages VALUES(146,310018,'insert','bet_match_resolutions','{"bear_credit":59137500,"bet_match_id":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f_6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","bet_match_type_id":1,"block_index":310018,"bull_credit":0,"escrow_less_fee":null,"fee":3112500,"settled":false,"winner":null}',0,'BET_MATCH_RESOLUTON','f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4','5828996a278e4dfebec133523586e512e98dccd538b412c458003fc339c502d3'); -INSERT INTO messages VALUES(147,310018,'update','bet_matches','{"id":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f_6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","status":"settled: liquidated for bear"}',0,'BET_MATCH_UPDATE','f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4','e3089c0e4d6c681ad848b19a5e0911ac5f0e43d431dfe7e37bc192281d8df26b'); -INSERT INTO messages VALUES(148,310018,'parse','transactions','{"supported":true,"tx_hash":"f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4","tx_index":19}',0,'TRANSACTION_PARSED','f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4','e17f8511d6500b0a318ae7eed9c559d0a5d2bd2d99c69391642fc2fd53aaa7f1'); -INSERT INTO messages VALUES(149,310018,'parse','blocks','{"block_index":310018,"ledger_hash":"304243c1b11644e04d325d7100e4c757c07b874f0349e60163a5a544e84e951f","messages_hash":"fc3a6d0e8d68aa1fea9469bf08015e43ebf986a3a932a70870c628b056d8ba0c","transaction_count":1,"txlist_hash":"a174e4813aa967f5466148f27f4f8511ed9404295bf613e112c08b72eb3229ad"}',0,'BLOCK_PARSED',NULL,'40117e41dc7185b9ad9f0a8bdae881c914a9693ccc22136286e9cf6803017a0d'); -INSERT INTO messages VALUES(150,310019,'insert','blocks','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'551927ce466a4e9596f3400c64e37c95a8bae14a029f4b5173d532dd4612fc8e'); -INSERT INTO messages VALUES(151,310019,'insert','transactions','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"btc_amount":0,"data":"0000001e52bb3365405915f3b645a1cb004c4b4009556e69742054657374","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600","tx_index":20,"utxos_info":" d42e76bd859bf8b182e6e798cbb571f766fc69aa64d9b71c15d5c04f7fe8d0fa:0 2 "}',0,'NEW_TRANSACTION',NULL,'9e33491903633c1d401bfba9c791779656fcab581dc2a4bab73d02fc47edac4b'); -INSERT INTO messages VALUES(152,310019,'insert','broadcasts','{"block_index":310019,"fee_fraction_int":5000000,"locked":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","text":"Unit Test","timestamp":1388000101,"tx_hash":"dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600","tx_index":20,"value":100.343}',0,'BROADCAST','dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600','3c6f29d06e1324c0782f2fbe52fadc4ed39a6e730047ec489747093717208254'); -INSERT INTO messages VALUES(153,310019,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600","quantity":159300000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600','911fab52efdc55f91fa65d54c69b3ec4c28073ca50e2a0a14d0d57d24950cbdf'); -INSERT INTO messages VALUES(154,310019,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600","quantity":315700000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600','e1560e9a78ec547d6c08c39dc91ac1591d3fe64cd4e83522acce10a6c57c82d8'); -INSERT INTO messages VALUES(155,310019,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310019,"calling_function":"feed fee","event":"dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600","quantity":25000000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600','704c7dff5659b218ea81ca72efa379c78279350749ffcb9225dd05ca3b367503'); -INSERT INTO messages VALUES(156,310019,'insert','bet_match_resolutions','{"bear_credit":315700000,"bet_match_id":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3_65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","bet_match_type_id":1,"block_index":310019,"bull_credit":159300000,"escrow_less_fee":null,"fee":25000000,"settled":true,"winner":null}',0,'BET_MATCH_RESOLUTON','dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600','b411041be0959413c3042c25e2340e4be52ce4fb669c20b9d1f72064f2011182'); -INSERT INTO messages VALUES(157,310019,'update','bet_matches','{"id":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3_65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","status":"settled"}',0,'BET_MATCH_UPDATE','dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600','6f1be3d30a02ab9bdfeb5ba1449470f1b7600f1d332ffda90196dec2ac3345ee'); -INSERT INTO messages VALUES(158,310019,'parse','transactions','{"supported":true,"tx_hash":"dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600","tx_index":20}',0,'TRANSACTION_PARSED','dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600','0140241ba873ea3bffcbf5a1ba1c67db3a95aafbc0b2ac5ce1eb8286503f648a'); -INSERT INTO messages VALUES(159,310019,'parse','blocks','{"block_index":310019,"ledger_hash":"fc9905ee4863b3cf29a3e558ee690a24ed978a4fd79c464bdde30a34cfff19fe","messages_hash":"4fd976744e9bca83b5df0e508c1db27e959e998e566415dfaaa39a97a527f73b","transaction_count":1,"txlist_hash":"c551c2094651cd0e06e0cd9d513fec771b69f4bb89c3034f201c89f703cf8a23"}',0,'BLOCK_PARSED',NULL,'661df70de240b0783e679472ef128e8b202f0a036477689621f6935021107611'); -INSERT INTO messages VALUES(160,310020,'insert','blocks','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d8d3e8e82c1937cc1c138484ef9a8eeb53e22ba657525a748468c9119d83f2e9'); -INSERT INTO messages VALUES(161,310020,'insert','transactions','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"btc_amount":0,"data":"0000001e52bb33c94000000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e","tx_index":21,"utxos_info":" 35f2a884080b8d753095b1de08c0fc7e4959da011dcb0118dd3a856d75a89d2f:0 2 "}',0,'NEW_TRANSACTION',NULL,'3324f2fb2551960e07f3146b576be57930f69c3cf924663f888026eebe7f3725'); -INSERT INTO messages VALUES(162,310020,'insert','broadcasts','{"block_index":310020,"fee_fraction_int":5000000,"locked":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","text":"Unit Test","timestamp":1388000201,"tx_hash":"457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e","tx_index":21,"value":2.0}',0,'BROADCAST','457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e','ced41284ed9035bf3d2cd878732cbcb13f513311eff02b1fa8ae6fc8d3b77056'); -INSERT INTO messages VALUES(163,310020,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310020,"calling_function":"bet settled: for notequal","event":"457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e","quantity":1330000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e','67b5b320d909d6d3e265695c4c6836ade1ee0c35911a977b91f72b3627319060'); -INSERT INTO messages VALUES(164,310020,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310020,"calling_function":"feed fee","event":"457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e","quantity":70000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e','588aba22f66fb9fe0e29ba5dcc6efdb85308b2974af60dc8bb3ce3cf513eb5c5'); -INSERT INTO messages VALUES(165,310020,'insert','bet_match_resolutions','{"bear_credit":null,"bet_match_id":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4_a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","bet_match_type_id":5,"block_index":310020,"bull_credit":null,"escrow_less_fee":1330000000,"fee":70000000,"settled":null,"winner":"NotEqual"}',0,'BET_MATCH_RESOLUTON','457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e','f6951e5fa0af6cf79739a0a095b8bf39e1d3c05c9c83694f9e74f962e60a9c4b'); -INSERT INTO messages VALUES(166,310020,'update','bet_matches','{"id":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4_a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","status":"settled: for notequal"}',0,'BET_MATCH_UPDATE','457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e','d0cd511694b1ceb7286c2f4e792f4dfdc30efee5959324b067c1b606d4e500e6'); -INSERT INTO messages VALUES(167,310020,'parse','transactions','{"supported":true,"tx_hash":"457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e","tx_index":21}',0,'TRANSACTION_PARSED','457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e','247611619cc6d0cd138402b549c30c53fe5d1dbc2e7217520f3a045fc5825f3f'); -INSERT INTO messages VALUES(168,310020,'parse','blocks','{"block_index":310020,"ledger_hash":"e433feac4a09ad727bd3764b10a568acf5c659745a695e9d7e8790514f6bc98e","messages_hash":"1f52ab3592bc122d188e557a5e5a19b7f347c353b0af538ca69c599bcfed5a3d","transaction_count":1,"txlist_hash":"087d41720991e4b6bb72c6141334a65c9a289454dd8fd57edc33a09db467d086"}',0,'BLOCK_PARSED',NULL,'8b32654100f344acafe766d4ca97ca575aab45fa5ccc2bdbb0b4f33ca60e90dd'); -INSERT INTO messages VALUES(169,310021,'insert','blocks','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2f84602c60bd7c85d8dbeecb173ae3a4ef5eb9d505c0302acf74ea91a82bf31e'); -INSERT INTO messages VALUES(170,310021,'insert','transactions','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"btc_amount":0,"data":"0000000a00000000000047670000000002faf08000000000000000010000000002faf080000a0000000000000000","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee","tx_index":22,"utxos_info":" b26d7ac6c4f02ba75486ccd6031f7b5b78891da999ad5a28082b77c8188af830:0 2 "}',0,'NEW_TRANSACTION',NULL,'faa8d394f102a716c845e9cd47c2d472f93b2868eedd074b2717ebb75dc04f9e'); -INSERT INTO messages VALUES(171,310021,'insert','debits','{"action":"open order","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310021,"event":"6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee","quantity":50000000,"tx_index":22,"utxo":null,"utxo_address":null}',0,'DEBIT','6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee','eda0bb6b0eb2ecea6c72bf61dbcf538ca50c724990ce5b6b2306fd735bef28c7'); -INSERT INTO messages VALUES(172,310021,'insert','orders','{"block_index":310021,"expiration":10,"expire_index":310031,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":50000000,"get_remaining":50000000,"give_asset":"BBBB","give_quantity":50000000,"give_remaining":50000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","tx_hash":"6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee","tx_index":22}',0,'OPEN_ORDER','6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee','697b2296da1e50b7085cfc28d3060ffe984fa84c05d07cadc66a90ff30c9bc97'); -INSERT INTO messages VALUES(173,310021,'parse','transactions','{"supported":true,"tx_hash":"6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee","tx_index":22}',0,'TRANSACTION_PARSED','6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee','c6ce21485510f7c4e11b28d618061d808d89e2ba5144ee875bfc54d750c49608'); -INSERT INTO messages VALUES(174,310021,'parse','blocks','{"block_index":310021,"ledger_hash":"622f92da40eae0b1b57218b32ad18daf7d79c9e0202fed4a288d75b8fdcd19d2","messages_hash":"6d80ee00f09fe4321008f4860983d5013a33d7c1e241be6fbef75a29618cd702","transaction_count":1,"txlist_hash":"caa77e83354d56437795411f9625dff332c0dd39d059a0ad7381fe1f37e38999"}',0,'BLOCK_PARSED',NULL,'0e53c939b07f288d65ff6f59d71c6e6ea723afde8028f68a3122f624a3d0e5eb'); -INSERT INTO messages VALUES(175,310022,'insert','blocks','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5fa54bd74a152a8f4c6ed259a4a66e986ce49ee4649f2a815747ebd0a98fda02'); -INSERT INTO messages VALUES(176,310022,'insert','transactions','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"btc_amount":100000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":14675,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c81cd36f1efabd22f1a00923714fd5a5f1ba07852ef1f0763223563e3f55dfda","tx_index":23,"utxos_info":" a97707e3dc3ad8d51d385701161d1020fd8f459b3668a9b0cf6d57a09416a3c9:0 2 "}',0,'NEW_TRANSACTION',NULL,'f84feb47a690f37d2ef990d0907a3a1ac4b3e29d1a4bf7ae944f78ceb9a125c4'); -INSERT INTO messages VALUES(177,310022,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310022,"calling_function":"burn","event":"c81cd36f1efabd22f1a00923714fd5a5f1ba07852ef1f0763223563e3f55dfda","quantity":56999887262,"tx_index":23,"utxo":null,"utxo_address":null}',0,'CREDIT','c81cd36f1efabd22f1a00923714fd5a5f1ba07852ef1f0763223563e3f55dfda','7f65af8562afc4a659606e5feb5c5d2ead93338e43e90e10e664ce395277207f'); -INSERT INTO messages VALUES(178,310022,'insert','burns','{"block_index":310022,"burned":38000000,"earned":56999887262,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"c81cd36f1efabd22f1a00923714fd5a5f1ba07852ef1f0763223563e3f55dfda","tx_index":23}',0,'BURN','c81cd36f1efabd22f1a00923714fd5a5f1ba07852ef1f0763223563e3f55dfda','82d2dafbee67508018af79ceb234c253f1e8fb0f2fb225dc57e90fc6e7a7303b'); -INSERT INTO messages VALUES(179,310022,'parse','blocks','{"block_index":310022,"ledger_hash":"b7aa8d9ebc37d52d8dcce2cc17431d6edf5a183b73ac85bb3d91276592215cfd","messages_hash":"079999cd969d78e8e00ed493fc5792699697e4a6abbe7b8da67c1956dadb8444","transaction_count":1,"txlist_hash":"df23960a57099b0b64572553e56794b1eff3004e684ee2b31187b585aeb03587"}',0,'BLOCK_PARSED',NULL,'19936a17e6717d80312cf0bfc719d68ece921ff1c81e2a0c9e8eb992751c4851'); -INSERT INTO messages VALUES(180,310023,'insert','blocks','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e453793cff1181f9dcdf1d5c2e0d9e0c586a7dae2ae63dedb6b83404654f1de5'); -INSERT INTO messages VALUES(181,310023,'insert','transactions','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"btc_amount":1000,"data":"0000000000000000000047680000000000002710","destination":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341","tx_index":24,"utxos_info":" c9eecc8059afd7607bf284bcc3322c5c34639e4707a8737c2a98526911c99390:0 3 "}',0,'NEW_TRANSACTION',NULL,'31b1ff4e19874c8f13fa0ded0e10c3b08c02baabcdb8cf6b710d5dc45b8145f4'); -INSERT INTO messages VALUES(182,310023,'update','bets','{"status":"expired","tx_hash":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f"}',0,'BET_UPDATE',NULL,'bc63ac9b0e0e7183c522ea90c16f8ac694f85ff7861bc1f760b9d43212bad0dc'); -INSERT INTO messages VALUES(183,310023,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310023,"calling_function":"recredit wager remaining","event":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f","quantity":8500000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'e0df32de4bec154588f4fe39d5ae9bfb4a4a2a987492de539696f68b21c7d424'); -INSERT INTO messages VALUES(184,310023,'insert','bet_expirations','{"bet_hash":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f","bet_index":13,"block_index":310023,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2"}',0,'BET_EXPIRATION',NULL,'4a3ed94e7a18a455304cbfe1ad035028358223426e097f2787e696eec03922fe'); -INSERT INTO messages VALUES(185,310023,'insert','debits','{"action":"send","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310023,"event":"c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'DEBIT','c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341','5eb11735cfbd8531b4b688d81cbe8637b058570768a99fefd67e87977f46c8ff'); -INSERT INTO messages VALUES(186,310023,'insert','credits','{"address":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310023,"calling_function":"send","event":"c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'CREDIT','c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341','fc92612559b44d02268a526312e9d7211f97e35a56cc92c01f5db0d209418a2a'); -INSERT INTO messages VALUES(187,310023,'insert','sends','{"asset":"BBBC","block_index":310023,"destination":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":10000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341","tx_index":24}',0,'SEND','c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341','d5ec34bd325f3ab6b40ea2809ac2a0758a7c0e0c3cd51808397744d3ab0da8d8'); -INSERT INTO messages VALUES(188,310023,'parse','transactions','{"supported":true,"tx_hash":"c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341","tx_index":24}',0,'TRANSACTION_PARSED','c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341','e371cf8612b7f15a7fd37d2b90ae56c7983c2551fb3ad6884f030c821313fdc9'); -INSERT INTO messages VALUES(189,310023,'parse','blocks','{"block_index":310023,"ledger_hash":"501c058860063ca599f3b946d465b3bbd84fd483a2a80527e456e3de32b48a19","messages_hash":"f1fd68d9fc1fc799e4860aff925726148774404d87e305a2afa1591a8e614d00","transaction_count":1,"txlist_hash":"c680a6d4f839ba4f9420a99f0512e51fc1db0b661ed027332f440c6089eb615a"}',0,'BLOCK_PARSED',NULL,'8700b6bf8ea1e7bdec702fc0fee0d95d69d3f8b726bdfacfd089e9a2de94e298'); -INSERT INTO messages VALUES(190,310024,'insert','blocks','{"block_hash":"b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5","block_index":310024,"block_time":310024000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2b214f2c263875be9c234b2b02ecf58c48f70df0df7c511420792a13b990424b'); -INSERT INTO messages VALUES(191,310024,'parse','blocks','{"block_index":310024,"ledger_hash":"222986ec44fae1a6196d64dec24b79872970823f17bf0459d3b247bdef316675","messages_hash":"6443030b7504bd2a685fb84e65796057c665bca2b7443e7b586a67d0ca864b46","transaction_count":0,"txlist_hash":"f40aab7ef7167a17e35279423d9c14d49a9ebc05691fa658b09add1373216959"}',0,'BLOCK_PARSED',NULL,'4e6a181226be10d05f3971c02b6cc7bd92c39e88d0f465035e3db3b9f6f8e463'); -INSERT INTO messages VALUES(192,310025,'insert','blocks','{"block_hash":"a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666","block_index":310025,"block_time":310025000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'94e783f1a0967b365e543967c8c7433a2992d3d3a5694326206b13e4e5ca8db4'); -INSERT INTO messages VALUES(193,310025,'parse','blocks','{"block_index":310025,"ledger_hash":"bcd88006b9cb98445a74c656d424435e82eeaef95dd9c54e394b42808dc9cb8b","messages_hash":"2f1ffce6c23c08d4c52d3a5cf3e56612e43f09628b1490baff62f727aee86a1a","transaction_count":0,"txlist_hash":"0e3736813d3c0e789cd9474449abcf83118b5559cbc2f4dfd4d3ee51b5847a57"}',0,'BLOCK_PARSED',NULL,'99232ae8cf3516dd5ef36a1387a45eb5bf32e85ca16e90bf71ca16d82a151d26'); -INSERT INTO messages VALUES(194,310026,'insert','blocks','{"block_hash":"6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a","block_index":310026,"block_time":310026000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f15d23bdbac2ee926cece6ed9ba6ff20cce42b61ed140e869c934597bebbac64'); -INSERT INTO messages VALUES(195,310026,'parse','blocks','{"block_index":310026,"ledger_hash":"3de7bf2043ac2e68bc9eaf8d1c12195a4f2400bc78c8deed0d487af11edf401e","messages_hash":"9205add0876765e8d8da8103c106a4f17df1b3baabb8328bf8e8bf753f44aee1","transaction_count":0,"txlist_hash":"c3572580398fcd71e5a1fef6e10217a99dec1aa605d61830ebb64ea65b7907ae"}',0,'BLOCK_PARSED',NULL,'e76c942079b5e05c98820edcf1a3c3d1404e2a72f4e312e0bfb43e0705e01996'); -INSERT INTO messages VALUES(196,310027,'insert','blocks','{"block_hash":"d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e","block_index":310027,"block_time":310027000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3fe61d2699a497f5536ce4d5dbd7b40049bfc26092a0ef303fabab065ce2b7bb'); -INSERT INTO messages VALUES(197,310027,'parse','blocks','{"block_index":310027,"ledger_hash":"6c2a67783cf36e8987dc1805f87532ee1b94f79fb00952d8ee4cf3daaf655f85","messages_hash":"6c10950c1b3b2d0b15f56fd9ff65941eebd5acd0981e85d046f271ddf1df1621","transaction_count":0,"txlist_hash":"b8b9d102d56df94d4fcea6f8aeb92d3cb859d3281c9fac7407842b7f05313737"}',0,'BLOCK_PARSED',NULL,'b6e1d8d9fc6c73fe2755b6c58ae38878a490ee3b8ddb534cc5a6e0cb04e8873e'); -INSERT INTO messages VALUES(198,310028,'insert','blocks','{"block_hash":"02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b","block_index":310028,"block_time":310028000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ef1a019ca95ba234af81f04ab477fb23d25bf101a0d244606a2b0c2008f32419'); -INSERT INTO messages VALUES(199,310028,'parse','blocks','{"block_index":310028,"ledger_hash":"659c73390e2e7eccc07d690fb438181c604787208bc45f466e57721fa1e21a64","messages_hash":"f9e18039adaf38ebf0d062a5de6f4d7b595899c0ef9ebf9335714292cddd9f52","transaction_count":0,"txlist_hash":"55eafa176bc145ec7b98497c8a156226c68bd3b921cbdd06a890b2bd660ca050"}',0,'BLOCK_PARSED',NULL,'6b4bf405c34fc2e94ed9d1fb8e283139bb46983bdccb0595bbe741b5b1940537'); -INSERT INTO messages VALUES(200,310029,'insert','blocks','{"block_hash":"3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6","block_index":310029,"block_time":310029000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1e487b508db482919fd405b0cefbef734075506d17c192c78f8ce39e516baee1'); -INSERT INTO messages VALUES(201,310029,'parse','blocks','{"block_index":310029,"ledger_hash":"87449e7ff7316e49012934d83c1f5b733cedf39680299a9582eb216e260e0c02","messages_hash":"909836aa10ad2c19f7243c0377cbdcbced1a01277c0ce39e7b213ddf9d4107df","transaction_count":0,"txlist_hash":"c2fc809ff3ef6b74b10b1439fe15c275c6fd925e92dea73cf9d603948aba0d8f"}',0,'BLOCK_PARSED',NULL,'5d0bceca2d2421e042596262f83e2ebb98d4e104c8f8bb28f63640d2d742a028'); -INSERT INTO messages VALUES(202,310030,'insert','blocks','{"block_hash":"d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5","block_index":310030,"block_time":310030000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'24aba3afdf6f92f18c56729b4f7b1f1bb20bcded742b2c591257e6c4508a6f38'); -INSERT INTO messages VALUES(203,310030,'parse','blocks','{"block_index":310030,"ledger_hash":"6c4a7f749d0308edf5c88b3ea4de3b1d497ba3bc06435594d77686318b744b0f","messages_hash":"0b1594d32ebad07e6e0fb6b247e9058840bbf28912454ff9d0ea7b72a22cdfe3","transaction_count":0,"txlist_hash":"45db1d0cde22349299df8245e7ed24d308e1b1cb227098178606650f20832aaa"}',0,'BLOCK_PARSED',NULL,'ac0db82a9ab8678a954f9bb65c91a74107d206a79314c21891853ee466061217'); -INSERT INTO messages VALUES(204,310031,'insert','blocks','{"block_hash":"0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689","block_index":310031,"block_time":310031000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1fc46a3e6f3bc6205320cbaf1af20b7c3ced16710ce3ba2bac3c68a9ecf12a22'); -INSERT INTO messages VALUES(205,310031,'parse','blocks','{"block_index":310031,"ledger_hash":"ecc04b1b2c7803ca17dc2a32adebd0960de2c04c8dbfec9cd88771dd883c885a","messages_hash":"6806741c464fc4ec34ec27c87be0c43f1df57a24d324351e60bb88912d9f33ac","transaction_count":0,"txlist_hash":"981653075dd609f44e0a5673dac2b63824b84e26080ec226547892c67dd7cc33"}',0,'BLOCK_PARSED',NULL,'d21faa3f4d3eca5498e42813682e8b70fd5995cb877b0591008afad074b5e6c7'); -INSERT INTO messages VALUES(206,310032,'insert','blocks','{"block_hash":"66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074","block_index":310032,"block_time":310032000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cf3c0985e3d1d649db7780a4570a86f0aa3229773d784383ec0d5efd62bcb3aa'); -INSERT INTO messages VALUES(207,310032,'update','orders','{"status":"expired","tx_hash":"6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee"}',0,'ORDER_UPDATE',NULL,'9de0f071feb69097dba64ac51c9aa1cbc247855696f7498d0d503477913d7620'); -INSERT INTO messages VALUES(208,310032,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310032,"calling_function":"cancel order","event":"6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee","quantity":50000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'9f156697c2f6193903a8fc67afd2f9fe8ce4b64c910ac0ef0b966613689daa1e'); -INSERT INTO messages VALUES(209,310032,'insert','order_expirations','{"block_index":310032,"order_hash":"6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee","source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2"}',0,'ORDER_EXPIRATION',NULL,'e3d9f670007631ff6828dc4f3b4947a5343df5620b564926aa20a18ebe9cd464'); -INSERT INTO messages VALUES(210,310032,'parse','blocks','{"block_index":310032,"ledger_hash":"01e769c5b990db44a9e534bc6c759567eb4283e0ea252578dd525923c7fde02c","messages_hash":"e4fa5899d55321044d6d3de3d8bf64af6b58068413381fd8063b8362b12969b5","transaction_count":0,"txlist_hash":"81778134948c3577216eeeb6db7fe9687545d855dc3b5f6bdf6053a7edf3eaf3"}',0,'BLOCK_PARSED',NULL,'9dfd75929976de118005058c23e7bfd09ecb44210df7bbf42159ace665fe8add'); -INSERT INTO messages VALUES(211,310033,'insert','blocks','{"block_hash":"999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707","block_index":310033,"block_time":310033000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6df1ab2d343a7d64eb3cbf9b2784f1ea4537f12e53dc4f9d9ae1f24d7b6ffb3f'); -INSERT INTO messages VALUES(212,310033,'parse','blocks','{"block_index":310033,"ledger_hash":"2df6b8dca0ffa8d6d55997605188637c2b86300e4dd7ebe3f1f275690169fd46","messages_hash":"0d5acdab49adaa70835f976ef1acdfad5bb43304af567ecafeb4ca657c9fe1c7","transaction_count":0,"txlist_hash":"650b0875a0fb44a0ad1b04edf1a0eb1b50b5ecc423c6ecdd37b5aa60b5e85663"}',0,'BLOCK_PARSED',NULL,'0487f0db2b0aa7657d468c203cebbc35dd186b7235c7a51fc601a5c1c3cec7b3'); -INSERT INTO messages VALUES(213,310034,'insert','blocks','{"block_hash":"f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208","block_index":310034,"block_time":310034000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'79912d37a7f953f0c770db87dc63e230c3d050634cdaff8059d0c4f2ee7afe42'); -INSERT INTO messages VALUES(214,310034,'parse','blocks','{"block_index":310034,"ledger_hash":"7f0dc7c1527a7d11831d272f0295eacabcb96fa3599f5a716bd29ba1bb6b7577","messages_hash":"4bde96ee53d2e14a3ed48bbf73d6ecef4afa16f62923614e8c07ce56bec67a31","transaction_count":0,"txlist_hash":"e9d6c050b077d8e6902999bf64a0f1bf420c881b8a32c511ae81b0359e83a542"}',0,'BLOCK_PARSED',NULL,'f090ce0a7231f96fc42c7490a810e6ac55b62ba65bee32d14bc2054f9a3dbb3d'); -INSERT INTO messages VALUES(215,310035,'insert','blocks','{"block_hash":"a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2","block_index":310035,"block_time":310035000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2862447da2ef776cd2c04cd6db0985848bf696b1f2c264165eb10291dae0ec8b'); -INSERT INTO messages VALUES(216,310035,'parse','blocks','{"block_index":310035,"ledger_hash":"5e0cdf1764ed94672c29144f9c1bd9c3e70784f17c9dd1c9e4ce703a99bb3599","messages_hash":"199b46ef96a2c1a3ea9400c626365ef47440e074560c5fa043f2c227d41300f1","transaction_count":0,"txlist_hash":"e755b5d80c9995dfa5763b080b9bdd349fd7b5bd940a661836ad418202b77384"}',0,'BLOCK_PARSED',NULL,'873e0adae032c9d6bd803fca514944608434755dac9d075952d9e519349e477e'); -INSERT INTO messages VALUES(217,310036,'insert','blocks','{"block_hash":"158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76","block_index":310036,"block_time":310036000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f06711422ce24e85a4995a504b384a71a7615e07d3e3cc78e427d8d7da64c592'); -INSERT INTO messages VALUES(218,310036,'parse','blocks','{"block_index":310036,"ledger_hash":"96da34a5a66b89aa3e8857b4a4edca51a56a0cbbfe600d8153077875624a153e","messages_hash":"34703b8e9572de75c1f17a5bfea361adf6b5d693b7979b7b77088bd5e8bf91b3","transaction_count":0,"txlist_hash":"cbc0139fb09af6a6c63e07847a37f15767a1f7b01d6305cf40179de841c4f093"}',0,'BLOCK_PARSED',NULL,'e427ef6dc43a3dc4f632b25db2aa8b3bdcd071a3e6abc47e718aefbeed781c59'); -INSERT INTO messages VALUES(219,310037,'insert','blocks','{"block_hash":"563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07","block_index":310037,"block_time":310037000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b6320906f83bfc8a4de786789d419ce2221110018851249fa2b2cb154aa5d398'); -INSERT INTO messages VALUES(220,310037,'parse','blocks','{"block_index":310037,"ledger_hash":"d481358c19b4220aa9a3d135fd0651fada6df8d0f27b9ec954ac07950e876c0c","messages_hash":"1fe44fa061cfa43b418ca9a75af0a0befdf553ea7b39392971a2e55aa0468fa7","transaction_count":0,"txlist_hash":"0493eb6bbab5ced7f25c6f5a3b32e4e2da321a5c761855ef64b5e050ddcfe431"}',0,'BLOCK_PARSED',NULL,'cacafae3a860ce58f62a7767d29e6e08dcbcb2ea69cfac64c79c79d6c74a9da7'); -INSERT INTO messages VALUES(221,310038,'insert','blocks','{"block_hash":"b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2","block_index":310038,"block_time":310038000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'675ba7f398b2e33a06aa5abc783eacb37f37de2bc94ee613370c385b74840c85'); -INSERT INTO messages VALUES(222,310038,'parse','blocks','{"block_index":310038,"ledger_hash":"4e9fcc454ee53b3617c792eb6577c2eefa6eee6aa4a2925538cb1976d48817c9","messages_hash":"1168fe7780f47faf601e8b28374fbf840de1f58a25c16f668d2a8416af4ac70e","transaction_count":0,"txlist_hash":"64b95af50bbee190166820a564e858e5c86769c04b22a68c2bed5adee0f7292f"}',0,'BLOCK_PARSED',NULL,'319e8e2f714611fa1b203f49a11af9f0888ddf7db51dc315930bdeb8b9cdb878'); -INSERT INTO messages VALUES(223,310039,'insert','blocks','{"block_hash":"5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347","block_index":310039,"block_time":310039000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8271133e09a3d65ff7b7a4bd3cd2787537f6febb46f8f47873648f68afc9fd30'); -INSERT INTO messages VALUES(224,310039,'parse','blocks','{"block_index":310039,"ledger_hash":"795c5652d9679942a02060edfb497b072009695d9a72fb144fa3591dba65a2ce","messages_hash":"a48740364ba125b2666e88a57fc6203a774680b7fa263b0e6aaff2574ec44508","transaction_count":0,"txlist_hash":"9927f1558918a59509f668789e75198eb432fd63e0a7ffb46160d002c0932188"}',0,'BLOCK_PARSED',NULL,'4fedb4dff66c2e2bf6962d01cb3b7234c51139099baa7459dd7a0958b41b1933'); -INSERT INTO messages VALUES(225,310040,'insert','blocks','{"block_hash":"7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3","block_index":310040,"block_time":310040000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'75bcf85ef0aaecd717929be32085a081cbe0a0fed57b7bebf451220b7f8d8a47'); -INSERT INTO messages VALUES(226,310040,'parse','blocks','{"block_index":310040,"ledger_hash":"e569e6e8083818e594e92b3356833e8dd54fcfcf5ed25af0d09e36e24b9dd441","messages_hash":"093011fbe4e4475e991dce7080cedd5289130d65bc554b2612f922862bfa1059","transaction_count":0,"txlist_hash":"969f7176f1a56d43e0d1b4da9cbac17cb1a934be64c12b3784ef33b584513271"}',0,'BLOCK_PARSED',NULL,'c11d65766f67563b4d64941bc482170b35eb296f516d04a8148a6aa29e2ed5ae'); -INSERT INTO messages VALUES(227,310041,'insert','blocks','{"block_hash":"5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359","block_index":310041,"block_time":310041000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e77d6a1e3c870d0b428332afb64c470518fb378764f8c5bf7c288ec6afbfdcf0'); -INSERT INTO messages VALUES(228,310041,'parse','blocks','{"block_index":310041,"ledger_hash":"2247fcc633175a91921d226f412e56822379c79ca799117c39ecaaca0a702192","messages_hash":"eef332c91e7f3736d7871fcd77b268d24c464e50c7602d62883ac56e8a375acc","transaction_count":0,"txlist_hash":"29cb8f1b29affa41416aca0265599863f6b739538f13bc6672f6b3c17e411045"}',0,'BLOCK_PARSED',NULL,'56c247b96147a9d23eaade8e5f6e566ad37d49ad78e083dc3f26e1b399f7cd04'); -INSERT INTO messages VALUES(229,310042,'insert','blocks','{"block_hash":"826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4","block_index":310042,"block_time":310042000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'72f66711a4fa0d882f636410f30a705e4e2b1cf2b32ac66b6783e660744853ad'); -INSERT INTO messages VALUES(230,310042,'parse','blocks','{"block_index":310042,"ledger_hash":"0246c3a2a70b33a038ccdb816f6b0922a50d08310f360cbd5db4df58e97fc4dd","messages_hash":"0359e8cf6acae5fc5e244233f81da5caa79c1bf94d5fcb7b013f7b00d52bb852","transaction_count":0,"txlist_hash":"d1ca4c9abe26de83d9a0170461c87f2c219926f8dcb0c48793d74a0cbf01a43a"}',0,'BLOCK_PARSED',NULL,'1d580f588efd0acadb6ac059e66b923595836e28f271c1934c3b43b97a07b45f'); -INSERT INTO messages VALUES(231,310043,'insert','blocks','{"block_hash":"2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51","block_index":310043,"block_time":310043000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b720ccf021aee33b14e4f7e0eda0322c9a2ed2291f8a6adde95d8192e85f4854'); -INSERT INTO messages VALUES(232,310043,'parse','blocks','{"block_index":310043,"ledger_hash":"cbe39e9d1a132cdc568f893bbc3d4f55d27bacf7af31f027ebea1b4bed9f0009","messages_hash":"eb4969b9c5341c2f3b93d8df78f067a1fc38b1c1cc293da4c69de52702f7bdfb","transaction_count":0,"txlist_hash":"452b2e3ff4075f702cddcb4b8fd9006c756dda7a3527d635f637a200fd621c91"}',0,'BLOCK_PARSED',NULL,'ff5413f62b44afa0805be709d8c7448379e06b5778b92f6d7af417c7d44492e9'); -INSERT INTO messages VALUES(233,310044,'insert','blocks','{"block_hash":"3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b","block_index":310044,"block_time":310044000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fdde1def3d1d5ea229e96cf07ce006da1dedda264e371f9fb8019ea7f86aaf37'); -INSERT INTO messages VALUES(234,310044,'parse','blocks','{"block_index":310044,"ledger_hash":"1202b05e118f0940ce270d9002d010076115a0197d889fee2d971a77709899bc","messages_hash":"537fc9e20efb4c47a63f84653843807edada8fa010b72ad4d604d29f648ff1cf","transaction_count":0,"txlist_hash":"527114d86a06f44f12e1f789f095227f9710b47e95251cdbd6f4c03309eae61d"}',0,'BLOCK_PARSED',NULL,'049faa7a3e0fbc3904c7ff82d3e0e4996bf108e2b93ac586238f32c6b46c3d1a'); -INSERT INTO messages VALUES(235,310045,'insert','blocks','{"block_hash":"7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98","block_index":310045,"block_time":310045000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aa13bc7748db740734ffd5529fef425eec0376316fce29d740a6bf0763a84998'); -INSERT INTO messages VALUES(236,310045,'parse','blocks','{"block_index":310045,"ledger_hash":"0bc49f765419c0b5b4911cccf03b0d9959aabacda266480b98245de0c0d35fc5","messages_hash":"7655bf1a238f73cc43adfeb195a0542c9062546617b2e04a6e8f0c380aa270d2","transaction_count":0,"txlist_hash":"ed6954fc7aadd8f80684cc67580b9cc16f9a402296ac91c021de0148a1ccb4a8"}',0,'BLOCK_PARSED',NULL,'66b7c9fea21eddd2941407f55c8f8f81457b015775d93f9050a866a4fb4b79fc'); -INSERT INTO messages VALUES(237,310046,'insert','blocks','{"block_hash":"47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6","block_index":310046,"block_time":310046000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5d61085fbd7fe490569f508eb4fb2c85bf447df3565106316ddfa5db9279f86b'); -INSERT INTO messages VALUES(238,310046,'parse','blocks','{"block_index":310046,"ledger_hash":"e42bf9806d0ff3a0663756f7955b30735747d14fcb0915c89884baa12795163d","messages_hash":"dd2712a049ac3e68423c143e406c9fadeecc0690401ca133cad3b0d7719a9a8e","transaction_count":0,"txlist_hash":"2e62ee5d03044d0b6086419a6d2fed78b7db3bee75a2bc158bbc04a8f5c34908"}',0,'BLOCK_PARSED',NULL,'9b7053b3b5016b05012c7b3267595cc6520612691c46ac16ebe1adc02f092498'); -INSERT INTO messages VALUES(239,310047,'insert','blocks','{"block_hash":"a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075","block_index":310047,"block_time":310047000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8a300b7171a8094d44ce02c782236f858e16d5c42f2db82dba2a9b402bf1cc6a'); -INSERT INTO messages VALUES(240,310047,'parse','blocks','{"block_index":310047,"ledger_hash":"b19b5e14741284b4ca06b736120e903363651460a6efb3ede1aca3a4f3c00df1","messages_hash":"40cb046f640615308d903520f41dbe809baf910bdd418ed9b040c8707991f868","transaction_count":0,"txlist_hash":"bd40f4de40c172e5b5997091f4a069ea54d25504421e6225ef3d9ee360fbca6c"}',0,'BLOCK_PARSED',NULL,'3151b308c6896bf01ef1cc9e54cc6a84fede581bf4cf47eb271df0777930b178'); -INSERT INTO messages VALUES(241,310048,'insert','blocks','{"block_hash":"610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309","block_index":310048,"block_time":310048000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'60e81143af2ba74902ed633c39c9e6d73fde4e96e9a20a03ce4bb532c510f5f9'); -INSERT INTO messages VALUES(242,310048,'parse','blocks','{"block_index":310048,"ledger_hash":"e870de901ba86d65d0e2053251ffb32cc7dffb55fcc2efbc006a2b9137314a39","messages_hash":"4e588c56f4c00f6ceb4fcbde073e88eedeabe0941539c72b9d642aea441ac85f","transaction_count":0,"txlist_hash":"d89730ea689c2912f38a2d2dc86caf6dc35a3e183c4d394129f21368f5c1d371"}',0,'BLOCK_PARSED',NULL,'a84c8d3a7523ce0304d325e470fde6cb25227c60b8015769ef90c9c1b88cd717'); -INSERT INTO messages VALUES(243,310049,'insert','blocks','{"block_hash":"4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c","block_index":310049,"block_time":310049000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0c30a708e4e4b157d7c6aa580648c8e9dd1c3e071b9e9bc6988bb4cf4ba4c026'); -INSERT INTO messages VALUES(244,310049,'parse','blocks','{"block_index":310049,"ledger_hash":"44cf354cdc8552ed37e5911340397d3531d0ba45100feae27377130d4ddef359","messages_hash":"60b219270a56ed796f102dccd63efd2dbe6c8e8e2c2abac314b78bd515666f16","transaction_count":0,"txlist_hash":"1100866c04ae89913abf573ee61b3a7b56ec8fb7526c7d9c9938d61a187586ab"}',0,'BLOCK_PARSED',NULL,'6d3811a86a411ee2e5df9614d7d0e0c92adb47f20cbc0691d513ca6fd2923771'); -INSERT INTO messages VALUES(245,310050,'insert','blocks','{"block_hash":"8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348","block_index":310050,"block_time":310050000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2966a9c4af2e4d194d253bb61d38a692794579942430755dd82216d92c0c212a'); -INSERT INTO messages VALUES(246,310050,'parse','blocks','{"block_index":310050,"ledger_hash":"7d72f11f48ac99553e1b2c52a7ff5645fbe05728a10a002727b9270dbb32daed","messages_hash":"557b205cf5584db5cb45f2ecec94a492e4772030ac17160d123c29e0e0c7a16b","transaction_count":0,"txlist_hash":"1d95ff7cb416f1915ba7db0099ba9591b97c6bc673cb43296cc82655627eb1ad"}',0,'BLOCK_PARSED',NULL,'28b15a2c5b391eec144771e30e5c7410ef58a307fa6f4a7af069d79a07a448c6'); -INSERT INTO messages VALUES(247,310051,'insert','blocks','{"block_hash":"b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6","block_index":310051,"block_time":310051000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'67f9e0e92a06559cef51889cc247090d9fbdae8fedc70207b51be799027ab385'); -INSERT INTO messages VALUES(248,310051,'parse','blocks','{"block_index":310051,"ledger_hash":"35a965dc90686fc4eb20450da81ca8db9125e25c2cdd7146fd61d98841d80c24","messages_hash":"2374640c5c940c9ed2e7dffd5a4b435b4b09aa652c56bb56c3fb6414eb1fe9eb","transaction_count":0,"txlist_hash":"9d15589506565edb31f7627a37c1f6a6bca01d584b0dc815e8603689f07a80db"}',0,'BLOCK_PARSED',NULL,'c4bdb9488f7ed5f825a2882c043a90c0f0bc460ae2d050f63a69a4c25ae7588e'); -INSERT INTO messages VALUES(249,310052,'insert','blocks','{"block_hash":"0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2","block_index":310052,"block_time":310052000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4988d2a54b8506f45758e5de0db49b64601859a2e9239f36c7f87f8e945e6b6f'); -INSERT INTO messages VALUES(250,310052,'parse','blocks','{"block_index":310052,"ledger_hash":"8604d503e7194ee1c8ebe1143019207b2aad163655107a3d23d018ef26cef550","messages_hash":"13e33f7488ce4a3725202e62f86f3a1526df59dea9a2a1b2640cdb7943ba0a19","transaction_count":0,"txlist_hash":"40053c62babd7f69b9822b6d4223732008d45250146216762da4e13b1b9d3a3b"}',0,'BLOCK_PARSED',NULL,'49618d0a7db2a4231b989ec2e216e25c8f8da70323da925b7a554e4024e6bf60'); -INSERT INTO messages VALUES(251,310053,'insert','blocks','{"block_hash":"68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f","block_index":310053,"block_time":310053000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da4529fce844f1413601a068f132dc6e5a8ac85090cfab6f5ef296fc48f68800'); -INSERT INTO messages VALUES(252,310053,'parse','blocks','{"block_index":310053,"ledger_hash":"ecdb64ffc44490eeb12199d2da5c1189c07f4102f5b91494cbe4ec68fe6bb6d4","messages_hash":"c8a9e142a0b7a03aef62fe4b34bb50bd27c1702c00b5e69e824868ba0909a326","transaction_count":0,"txlist_hash":"7d74527f370a78a8dca189b60657f9fd15c27ba5f875344546bb8d6e5b54c8c5"}',0,'BLOCK_PARSED',NULL,'7a4ea73fc4e93ab9c3e4852f25468b296740073eccda2c8712548addcbe0be51'); -INSERT INTO messages VALUES(253,310054,'insert','blocks','{"block_hash":"a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305","block_index":310054,"block_time":310054000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f322faa2acf9afe512690301082a7189e5cbd19dd4d9bb5b79bac951371aa0ec'); -INSERT INTO messages VALUES(254,310054,'parse','blocks','{"block_index":310054,"ledger_hash":"b96b0d51d6327284f5922b65e5d023afd2b2e44c9e11f435afbe2a71df4e6eb2","messages_hash":"96389c28805016b9547a4c29f433ff915407c09729c55eb96dfbc00c970cb268","transaction_count":0,"txlist_hash":"70b8a2eccd5c79e1c270abfdf683dc4423ff315a62486db9e5972a12daaf60ea"}',0,'BLOCK_PARSED',NULL,'e5aabfe38af18cbdd8b723d04c7b291c3872a42e4ade3fe9024fe120cc9a16a3'); -INSERT INTO messages VALUES(255,310055,'insert','blocks','{"block_hash":"4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356","block_index":310055,"block_time":310055000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c6bc4fab165e9eb2c917bdf80b952f1bdf27d929c896129315740091ee50a31e'); -INSERT INTO messages VALUES(256,310055,'parse','blocks','{"block_index":310055,"ledger_hash":"c5be3fc23a9c41b7b78cc7df4ed13d1d35fdd7edab77c998cef5a5a5fe2a7d33","messages_hash":"c764fce0e8bd3a21320d788f8a08e2eda3b0588ccf3ed11a02e70e00bf1cd93a","transaction_count":0,"txlist_hash":"0072c2fbc0915dcc39103950d4a48feba19eac28bde001d3dfe0f9ddc25e5152"}',0,'BLOCK_PARSED',NULL,'f0fbc27554fd4afb0f770f3d937d40373aee584a0081adf6f70aaf8895026bea'); -INSERT INTO messages VALUES(257,310056,'insert','blocks','{"block_hash":"7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3","block_index":310056,"block_time":310056000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37944ab9e72f2d7146198d081f17f4ef14612e2fc25a69b90dd5587e26664833'); -INSERT INTO messages VALUES(258,310056,'parse','blocks','{"block_index":310056,"ledger_hash":"faa7cf6128f229fe3d408797c77ef2972eb28d16542b32ec87c5fd42d2495018","messages_hash":"dfc905367f19870e416a6c091cba2f5ee33d2a42952c8e90488d7340613b1999","transaction_count":0,"txlist_hash":"46c53b0ab86b04c06e8302726aeed5922fb5b3d940102422c53bdf4bafe285e4"}',0,'BLOCK_PARSED',NULL,'62d36f74dcf942dee22b123a0541516c1410a6cabd81535a9d8c488cacc41e63'); -INSERT INTO messages VALUES(259,310057,'insert','blocks','{"block_hash":"4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411","block_index":310057,"block_time":310057000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f1877ce4f59176a27d67f34cd10e7517e7025af11362fdcde358b96570295ee1'); -INSERT INTO messages VALUES(260,310057,'parse','blocks','{"block_index":310057,"ledger_hash":"135af680c59a3d707ff3e6b67fbbb0aaaf0a97724d36ba584087658ae8c0db19","messages_hash":"5ba8f55c1cea24a1a4cfe94a630208d72cbcf6f1cfa633e050a5798172ffa968","transaction_count":0,"txlist_hash":"8b3fe70c1d1b8fa1a247810dfbc2667ca0307860c112002e47107fe4836b8138"}',0,'BLOCK_PARSED',NULL,'e3dad8291dfed4cea883d274bea44f501c197007107a986ba3bc87b1a8596da7'); -INSERT INTO messages VALUES(261,310058,'insert','blocks','{"block_hash":"a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f","block_index":310058,"block_time":310058000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7ec28edbed893f785a8da62b562afce809c28c905a6dbd83553020c22c8461a7'); -INSERT INTO messages VALUES(262,310058,'parse','blocks','{"block_index":310058,"ledger_hash":"496b559ef740feabe42d55356bc770bab7b927d79260c22848b7f47d51918f11","messages_hash":"906d7bf58f539f2184bd6f81343273336289053440b795e043baf20ffea6e6bb","transaction_count":0,"txlist_hash":"ddbb4db386fab0fbbb7edee7c7c45676f994d6feb088f50b0f3edaddcc809e47"}',0,'BLOCK_PARSED',NULL,'e53d1c7b75c447f198d787d5c47dd1aec3cfbb00c83236c285bce95f327be2e2'); -INSERT INTO messages VALUES(263,310059,'insert','blocks','{"block_hash":"ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9","block_index":310059,"block_time":310059000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4c3ad86278d751df1c42939ac4694beaea8c41071c1a463d8ea376546fa6ea6a'); -INSERT INTO messages VALUES(264,310059,'parse','blocks','{"block_index":310059,"ledger_hash":"608eb77e572aa596c9e14c6e4cb1dc1993bcbcfe735cf0453124c2801192ecc9","messages_hash":"642025344224575d66e96fe5c72c2e189411245a707731580d3339cc75c85ab8","transaction_count":0,"txlist_hash":"b8d3a5abf9edc13434594de8ec0cdf3b760f6917798eab89ff2a6a4f0bda06d9"}',0,'BLOCK_PARSED',NULL,'37d15eb2a1af12285b138a8d63e4886430e10aa2b7037e67c77fa2348f4ccdac'); -INSERT INTO messages VALUES(265,310060,'insert','blocks','{"block_hash":"974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b","block_index":310060,"block_time":310060000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'12a8e8fe9270200bd8c7e27aceff7efade2857cb20a17e12721b13d25ebfa428'); -INSERT INTO messages VALUES(266,310060,'parse','blocks','{"block_index":310060,"ledger_hash":"bc5c375d1237425486c9f46bd749fba20b5635bcaf3e2d9178b35ddfbb700f14","messages_hash":"15dd4d535650f8610666ffa3edde56635d9f2288cb3400db82958f4d4c207ddb","transaction_count":0,"txlist_hash":"1766568459fde2e95dbe4a1c1b73a37b6f8443dc1ec36cb44a38fadd95d8f807"}',0,'BLOCK_PARSED',NULL,'a973c1f13fb8f2ccad063172946c49abb5b789b7f89b5e01a9d0ca2ded2e1559'); -INSERT INTO messages VALUES(267,310061,'insert','blocks','{"block_hash":"35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf","block_index":310061,"block_time":310061000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cca5805a019adb275deec1820aff9108977d008897b12cab022cc9ed01b66708'); -INSERT INTO messages VALUES(268,310061,'parse','blocks','{"block_index":310061,"ledger_hash":"c6d48d72746c0e18fa0f1b0b16f663869be2c4684a9d98b634e691ea495f4d81","messages_hash":"4b7262d089956cb187c34cfebbf217f8214c167c5f326e94a4772318a8e2d401","transaction_count":0,"txlist_hash":"9f6619aae8ab667b4291ec14e89386177dec7f3465def984144d2991d10476ab"}',0,'BLOCK_PARSED',NULL,'45b6f342a38d93b275ae0d7a61adcb0a8f947ed427e355b03bc3902669776243'); -INSERT INTO messages VALUES(269,310062,'insert','blocks','{"block_hash":"b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f","block_index":310062,"block_time":310062000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6abe71b628052dea1c686671c6695125e0e7868b428d1ac31881031a11f8efc0'); -INSERT INTO messages VALUES(270,310062,'parse','blocks','{"block_index":310062,"ledger_hash":"8deffdb1602f1aa2d0d1956d2297ba30ac78901ea27eb223ad8bf7ca83b18110","messages_hash":"874d297e0de8619cb8cafc5bda215cfaee2e90d603e7a38c59b2a3324b887783","transaction_count":0,"txlist_hash":"278612a215aec2522b38d2ddd268f051906a858996b526fa53c48743b1f33c2e"}',0,'BLOCK_PARSED',NULL,'83c3ef789d9815d0d93cd71a771c986f9a3387c8a104807765f4b1042d45e9e8'); -INSERT INTO messages VALUES(271,310063,'insert','blocks','{"block_hash":"0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe","block_index":310063,"block_time":310063000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6a5dce6d77d47375980faae1c7559f88359f893882d809236848752684f94143'); -INSERT INTO messages VALUES(272,310063,'parse','blocks','{"block_index":310063,"ledger_hash":"34859861f240c6553ffbf63fff9bc884f231276ec6173964d5fc6641a6d79b16","messages_hash":"68159fff5948699a95b40cecffdb53f8805431c98e24cffc873c07cf735f29ba","transaction_count":0,"txlist_hash":"a884effb413598885693dd0eed419a3a2a35db95fe4d6582e580bc141f28377c"}',0,'BLOCK_PARSED',NULL,'85b5065022a64804977c428825400a08f9587e43fc1ebfe0567abbecd60e6637'); -INSERT INTO messages VALUES(273,310064,'insert','blocks','{"block_hash":"e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30","block_index":310064,"block_time":310064000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9d58ba23f895cc411fcc212a607665fda843223cbb573c594d6e87821c438d3a'); -INSERT INTO messages VALUES(274,310064,'parse','blocks','{"block_index":310064,"ledger_hash":"fa185f9b97a1666ce3b966dc09b8a7870ba55896a54a54f54d3420708d5a8ae0","messages_hash":"eb30c105a35f5845eeec0f9291f99c24a12de9ae310525aa9ae5c24cb6101abd","transaction_count":0,"txlist_hash":"070c320cd53cca3d81560367d437e1f4cb2afb10ab6339e2f1cfb0a2dd6d6063"}',0,'BLOCK_PARSED',NULL,'fc610587b6ad01aa1ab1e1ee166c43ec10d6202d5635a6380e3bfa0af8e46055'); -INSERT INTO messages VALUES(275,310065,'insert','blocks','{"block_hash":"8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a","block_index":310065,"block_time":310065000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cad47035308add05636338fa412a42e94bcd5072c66303db1f4d4db4dba8ac2b'); -INSERT INTO messages VALUES(276,310065,'parse','blocks','{"block_index":310065,"ledger_hash":"9f75da9f944d59b1841d690b2994ead7fb0ee3d679ddbdb0b692e49238f66603","messages_hash":"b6736c6e0347d4b6efdae92c156c497f0bfa69383213f658ad5be149527cc9cc","transaction_count":0,"txlist_hash":"fb310206b118e11d48becbd11a695199fd7cc3553dd8b2a7c29c6a927f5bafb7"}',0,'BLOCK_PARSED',NULL,'45a6f4b356a7270ae14a2cdf286170e8c6f766aaae422fb95b0e7519c5df697b'); -INSERT INTO messages VALUES(277,310066,'insert','blocks','{"block_hash":"b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d","block_index":310066,"block_time":310066000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3b397cb6ef05bec534c7e56d4c6c1001e6f0b7e652226dfc8f28cd145e40036c'); -INSERT INTO messages VALUES(278,310066,'parse','blocks','{"block_index":310066,"ledger_hash":"4740587d203632d1b4061343436e25e12941f0f80be03c3ab390a1c08b842b59","messages_hash":"2d9e0b879c5e0068f1b3098140f4824ca9516709c355d983308fb2bc76c9a929","transaction_count":0,"txlist_hash":"041e6429d7ad46da6e1a2547daf274a0df952ac4f9b43eaadfeafa6e005141d6"}',0,'BLOCK_PARSED',NULL,'d306f4d10e994b3304a0c203a0a7c2cb911b16e0faf2338e61aea39134e36f1d'); -INSERT INTO messages VALUES(279,310067,'insert','blocks','{"block_hash":"8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577","block_index":310067,"block_time":310067000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'231573d867cca527a03dc0f613a48b063d9dc2904cdc5dc75d91e9ccd4ca2e96'); -INSERT INTO messages VALUES(280,310067,'parse','blocks','{"block_index":310067,"ledger_hash":"d6eecb0ca22f29b50e52cd5dec8f408250a7b1ddc61bfa9bf6cc6ef0a85a6ffc","messages_hash":"d5e7e6f0df0aed3c405272caedeed9039e295dc34f5e042257191b6d572b7302","transaction_count":0,"txlist_hash":"f8e9baf27b01e99db390d6ee2e06b8ac7d92951c331d8240fdf0dd711ad75979"}',0,'BLOCK_PARSED',NULL,'33fb5581c347a3f47aee5768a5e48073b39e1b0d4e1056d0b066c4d04ad20339'); -INSERT INTO messages VALUES(281,310068,'insert','blocks','{"block_hash":"9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5","block_index":310068,"block_time":310068000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3b0691156e875ee7ef9c8ef3ce7eb6de86ca5282d2475b731b920f5e6290e0f9'); -INSERT INTO messages VALUES(282,310068,'parse','blocks','{"block_index":310068,"ledger_hash":"1508605d4796eb2d8b0553b307827f570b5020f4cacf773926b6c8f2c1b003c8","messages_hash":"175f5b6e0a4b8b53a870305afe4a2085ef16317af8a669e9c8707fa440197dea","transaction_count":0,"txlist_hash":"fe7a135af64a7668cee07a66fa146b6a7a54fc78b96eb7c62d0bbd8b8ec4a820"}',0,'BLOCK_PARSED',NULL,'14b58066a67f5c8fd4b48a2ee70c1033d7c08de932d0278772552050fd27a6a9'); -INSERT INTO messages VALUES(283,310069,'insert','blocks','{"block_hash":"486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7","block_index":310069,"block_time":310069000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'af243935918961b0be85774f7dd7609ff766bc207102ca02f33ca272bb5c6102'); -INSERT INTO messages VALUES(284,310069,'parse','blocks','{"block_index":310069,"ledger_hash":"ea7afbe0817cfef5a5a940bf88b057d01d092182dd5d0c7fd156b6750fdf4cb2","messages_hash":"15af5f367a400706abbccf1d405f30fa64a28fb3639c5afd561e68ded998562c","transaction_count":0,"txlist_hash":"561526733017c46e8f7476f6f7f0a1c317a372adf6ccbe2a34e4d8b0fee1a694"}',0,'BLOCK_PARSED',NULL,'ec28937122b61a7b06e046310982b3ee824516bc6cb83cef96e2bfbc80ca0c2f'); -INSERT INTO messages VALUES(285,310070,'insert','blocks','{"block_hash":"8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5","block_index":310070,"block_time":310070000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e0f0aa5e71656ff9795ca68bc84ada0dc26e19754c84b3f2495b2c983908572f'); -INSERT INTO messages VALUES(286,310070,'parse','blocks','{"block_index":310070,"ledger_hash":"f805d8bd0b724ffeb9e466367e8524bcbcf2c0fe0525b8ff2707af2013824a2c","messages_hash":"5f0fcf4543aef503d4c865587b2db5a87c45b58e56b9c69c9bf06955ea8261b8","transaction_count":0,"txlist_hash":"4c10a876e31ee15289cd2d82d8771bd9aaffd0e335c6de15f8d5316e6e7ee81a"}',0,'BLOCK_PARSED',NULL,'c7c3bf467b511ebc699f0fc07af3a8dd66e8c43b4cf7c09013fa62e9e661cef6'); -INSERT INTO messages VALUES(287,310071,'insert','blocks','{"block_hash":"7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b","block_index":310071,"block_time":310071000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6e251d5690de9d68567f8e2c810b8bcda60e4b140b9ada01b8a7579e4cfacbdd'); -INSERT INTO messages VALUES(288,310071,'parse','blocks','{"block_index":310071,"ledger_hash":"305123423486d17e97e8370399b9079a35977465e4cf8c5b33d50bd7004b463b","messages_hash":"c995be10ed35f06a17faef926a841e76589238a931a355d6f3a3fc2ad5bd3db9","transaction_count":0,"txlist_hash":"660d6afeecb2375668200669bac5cf258dbd18b0f61213eb01d29e133a45917c"}',0,'BLOCK_PARSED',NULL,'ff3fde6d71190a2dc44f1b00195958e9258743bc02256744211a52c021a96380'); -INSERT INTO messages VALUES(289,310072,'insert','blocks','{"block_hash":"7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a","block_index":310072,"block_time":310072000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bfbe2af9440b1c1fb948ed2635c67686e606c9af61c9498f5a0b6e2af9edc6d4'); -INSERT INTO messages VALUES(290,310072,'parse','blocks','{"block_index":310072,"ledger_hash":"b04fcd2cf46165fa31626b476aa06f9ad8c8cd1d5aa1cfdc014e0d55fa7e0761","messages_hash":"6bda05a373b66c6f234af9ba62398db40d34413d1f1ffbd16aec6aaad2f8fb67","transaction_count":0,"txlist_hash":"0791350dc66254e276bfea1651fdda43705668f461f5451fd91fb7e084b26aa2"}',0,'BLOCK_PARSED',NULL,'052a21ce77ca18a2eccf971c5296d05da153b3e6ddda56f9bd10a1ff33401506'); -INSERT INTO messages VALUES(291,310073,'insert','blocks','{"block_hash":"ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943","block_index":310073,"block_time":310073000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'163eff59ec6124dd9599167d5fa1dea5384890161892d425c5b7c06a477dec6b'); -INSERT INTO messages VALUES(292,310073,'parse','blocks','{"block_index":310073,"ledger_hash":"209f05567343042c8a9172138cc14e28a2e53f9addf16c7affa469fbea9728ae","messages_hash":"a4b909dca4307dc5e23a08f3e4949632417f2b594415f479ad79223ebdf41d9f","transaction_count":0,"txlist_hash":"4885e82f77b273e102f9019b8451e08910a7d98daf19366a0a2b9db779352c0f"}',0,'BLOCK_PARSED',NULL,'e70384863504d280d212c22b059710a0b91b4665061922a93334e7c52bd48457'); -INSERT INTO messages VALUES(293,310074,'insert','blocks','{"block_hash":"ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb","block_index":310074,"block_time":310074000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fdcb736cccb248606d4cee8c055960949696edd415de12a638f98c8f8d16e80c'); -INSERT INTO messages VALUES(294,310074,'parse','blocks','{"block_index":310074,"ledger_hash":"fc18c0dcd6011c4147575f09bdc6e1eb0e6ae7d3144339859054df458651618a","messages_hash":"9502f78c2cc93e46133d39722f21f6be095645cd6289f25576c4b8b1eb6f40b1","transaction_count":0,"txlist_hash":"49cbefb674e3da718d86151b10bb37755e158a2bdca642a542897361f15fde66"}',0,'BLOCK_PARSED',NULL,'8fa4fc54961aaeefe2c6e4fdfbddf8eac30c5121c6c766800dca8b88694d6f2c'); -INSERT INTO messages VALUES(295,310075,'insert','blocks','{"block_hash":"ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b","block_index":310075,"block_time":310075000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'498f47f1d541d7bf81e097472464f85afb9f3b567004bdc926a34f31c24c6a91'); -INSERT INTO messages VALUES(296,310075,'parse','blocks','{"block_index":310075,"ledger_hash":"f304dbebd02e4536b1754502e6f51e058ed309fdf95a2db8329dd7e5635824ad","messages_hash":"7c65a41e27eaeca2571453507e514516972a4677163f0250a9a8dac68a5b8163","transaction_count":0,"txlist_hash":"b5e7c72a91d779334162c8fcb6282c7e5baeb43ef83d8f8c0eeb4dd0579f0916"}',0,'BLOCK_PARSED',NULL,'6be33ee9b1e3d0719b9bf31c282e0b738786564446f962f20879b810095d0ca8'); -INSERT INTO messages VALUES(297,310076,'insert','blocks','{"block_hash":"3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92","block_index":310076,"block_time":310076000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5bfdc244f7fe9f6df75a49a98e191e8fcf5ff37a8060ca18dac9dbe79d686afa'); -INSERT INTO messages VALUES(298,310076,'parse','blocks','{"block_index":310076,"ledger_hash":"f39c071315c869425bdbcf05ff84130a0860f5f47b4f851cea970f58a6edc9f8","messages_hash":"f3f6f03f4ed1281a921474d54a6ef4277161b835c8700976577ada03f4bb6b75","transaction_count":0,"txlist_hash":"e399bd32bd2988f29b4fb003686b343bd72ae59297412480a359bd56ded23ca5"}',0,'BLOCK_PARSED',NULL,'887d0207b36566929d2ff023f00e864abc16a435377ef3a55dfa4cee451007eb'); -INSERT INTO messages VALUES(299,310077,'insert','blocks','{"block_hash":"d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd","block_index":310077,"block_time":310077000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9cc2123dda0720671680c81229d81eb3ea44ebadeda75f3c8af511d4514690a8'); -INSERT INTO messages VALUES(300,310077,'parse','blocks','{"block_index":310077,"ledger_hash":"20624d783cd8e82044df58c05e6171a744505df43623d9c2a828c1331f505ca8","messages_hash":"19734ba60c1529f15013d68f4d5fcf46f32efe8d86240c5c38469d2080f15e8f","transaction_count":0,"txlist_hash":"c587d5426925227ed7d0ef11834b5bb1291fcf0ea3f0bcac864e4356187b6a10"}',0,'BLOCK_PARSED',NULL,'2940f149ebb2d9568e6307d9de30b3a58e751e751056c7f10a53fa02d0f7612f'); -INSERT INTO messages VALUES(301,310078,'insert','blocks','{"block_hash":"f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6","block_index":310078,"block_time":310078000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bff7c002f8573eada0215b4a9c35fa056005a1bb5103b4259bd8aedc3bd7b777'); -INSERT INTO messages VALUES(302,310078,'parse','blocks','{"block_index":310078,"ledger_hash":"41ae6610121587bd8171a02da3c50645e8e6d3642aef2c560d46f12707506b66","messages_hash":"79773167b0501deb3f31de52aaf7657afe943428080ee4c05cc1c721d92dfdc5","transaction_count":0,"txlist_hash":"c8331e225af242d83e283889e6234d601ecb507373f4b7de891b8508d1b7b1b6"}',0,'BLOCK_PARSED',NULL,'200bf4059dd5a67a593138b31a2e6d36cb53deb584c9f832255290b9e8fd6f01'); -INSERT INTO messages VALUES(303,310079,'insert','blocks','{"block_hash":"f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c","block_index":310079,"block_time":310079000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a5d25a58e3e5f06f20087ba51b5c0445394ca978a8272a27665e50a19f3fed5e'); -INSERT INTO messages VALUES(304,310079,'parse','blocks','{"block_index":310079,"ledger_hash":"bbc2068f2a4b47c86198a5cb7242e26f385077126c7a3294eca6607485b1170b","messages_hash":"f7950c5d027036b095503a5a953cd06018510cbb5258e91dd580d39dc089bcf2","transaction_count":0,"txlist_hash":"42ee671f6b45a8e36b4e57dc7edaa2501b075eb75bcfce535435ee4c0cdf2e66"}',0,'BLOCK_PARSED',NULL,'b00295310fc0fc76ca9a87354b0da77bf46eeb139195401f958f4114d922fd03'); -INSERT INTO messages VALUES(305,310080,'insert','blocks','{"block_hash":"42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c","block_index":310080,"block_time":310080000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c428880d43ccbd711910fa9791fed85722ffb21df07f818ac77434ce4b845769'); -INSERT INTO messages VALUES(306,310080,'parse','blocks','{"block_index":310080,"ledger_hash":"fc4350d187ec74fa6dfbbca7f6c51849b78356f853c6c713d10ae4a39ee4f7e2","messages_hash":"47d8f3d677ef4b883fe75c27d73f521ee6bd27cfdcc2eb192b5666e74da26b97","transaction_count":0,"txlist_hash":"f35b5543ac99e33a4ea6fb61b688d06a2b5b9cc79776df32c24e848b5dad80c0"}',0,'BLOCK_PARSED',NULL,'654c77e86924a9cea34daf015dbda44c52712f22d35ad58fea1deb3e3d69a907'); -INSERT INTO messages VALUES(307,310081,'insert','blocks','{"block_hash":"6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4","block_index":310081,"block_time":310081000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fdd88e538d12567d9b1f0779b340a6c5e8e241a4d65db15d82b46cbbd87cde8b'); -INSERT INTO messages VALUES(308,310081,'parse','blocks','{"block_index":310081,"ledger_hash":"3cadb90f0285d3e3bb107caa2165e88d855cfa057fcff1fccfb278a8f64c9b1c","messages_hash":"644132215de726767f26eac7fba792378c5bf9c24bacf333e6b3aeb37bfaf9df","transaction_count":0,"txlist_hash":"3ff813ab5112e5adf9f50936955db90036ed0e2ba309022002c69e81473d7c04"}',0,'BLOCK_PARSED',NULL,'2053c8441b87bc502b399cd7447243145aaed9e0203701daf4aa5e65f3281c44'); -INSERT INTO messages VALUES(309,310082,'insert','blocks','{"block_hash":"4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644","block_index":310082,"block_time":310082000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'20fc8c1689ddc02745cbb9f329ae1ad19923356115e5473bdc581e9152ecdcb9'); -INSERT INTO messages VALUES(310,310082,'parse','blocks','{"block_index":310082,"ledger_hash":"f3390bff59484b5ce0d84f5034fc88f4d862334ef3c0d7addaa9be7f0e67006f","messages_hash":"d4b122b0dac3d482f563b07af33218afe8e53cf11e3cc3cdf4e6a834596965b7","transaction_count":0,"txlist_hash":"3d843f898e46d0ec4c4cf79709ec7326a0e45d44361a2c9fe45e546bd5f1e630"}',0,'BLOCK_PARSED',NULL,'b715e161e7b27b8e5ce6ec8d50916e721bdafb43aada18531cdb4bae581ddf30'); -INSERT INTO messages VALUES(311,310083,'insert','blocks','{"block_hash":"9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850","block_index":310083,"block_time":310083000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a0f4e508f02ce0898bd669110d1ab7a08c9d309ffdbefc1e16b3ae4df381ea5c'); -INSERT INTO messages VALUES(312,310083,'parse','blocks','{"block_index":310083,"ledger_hash":"0354bf318eaec5c79b4a7835c76c89f373ab0e413f9fe4ebdea442f57763a971","messages_hash":"b1dd8bebeb35d71a2179ccf87daecd0eb7156f9844601423700767044a468bab","transaction_count":0,"txlist_hash":"6405368df02c1207da46178c106ac287c7c90e5b87a98154aa938f6ef5a570d1"}',0,'BLOCK_PARSED',NULL,'3820ae0a30a5fa525a2cc92d57aa5e11da31b68bfbedbd8e62c4053b0101d5ee'); -INSERT INTO messages VALUES(313,310084,'insert','blocks','{"block_hash":"1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3","block_index":310084,"block_time":310084000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'56926aa65fbd303019370f121f42137bd5d8c43ba46b462f6c8262ac471157a6'); -INSERT INTO messages VALUES(314,310084,'parse','blocks','{"block_index":310084,"ledger_hash":"e22b7a64e15ded24f6c54a5f627354dd2c3ed8175c2f4cd31aa5a6789d7b67e4","messages_hash":"8e73903895f6cfdc31f5480e063d2c36b2ee9023102ba1f235a22e75c04f747d","transaction_count":0,"txlist_hash":"6f58e857b2891d43f22bb4b44d296ff18f3078de01cf90aeed104283d66342a2"}',0,'BLOCK_PARSED',NULL,'f86764ec24c978e9b57633b266072b81d016d7aea1f12f5d0b10576bcb0fb9fb'); -INSERT INTO messages VALUES(315,310085,'insert','blocks','{"block_hash":"c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34","block_index":310085,"block_time":310085000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3ac06cc7dc5f7befc78c006616da881313afff66be7b6315483a3824b1b23182'); -INSERT INTO messages VALUES(316,310085,'parse','blocks','{"block_index":310085,"ledger_hash":"7b8a6f62709cf4d20820031f43d968ea46d73d8cee4ad40f414da60b9be4e676","messages_hash":"558458fea9afc3e361819b03324b4c6b493b243798d933f22227ca5a72e2e89f","transaction_count":0,"txlist_hash":"51c8a62f3e4c43e6eea75410efb977c8ddd2ad8e64c0d6ce6f63a4e5eb153400"}',0,'BLOCK_PARSED',NULL,'933be0306991f82e5f2b098fb663843573c0909db818c2f6ea9b8c0db839ec7e'); -INSERT INTO messages VALUES(317,310086,'insert','blocks','{"block_hash":"080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78","block_index":310086,"block_time":310086000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4621aa75cb6fa58e0c01f66b02e5bc382573a01cf00f86493c50cb28cb1a755d'); -INSERT INTO messages VALUES(318,310086,'parse','blocks','{"block_index":310086,"ledger_hash":"ae82ee2f7f1e075937b5b8eef065f8643a7bef0428e00689ee773558905eef19","messages_hash":"22c58a2fcd094a85415809ebefcc4bfd1bf35bc0cba9377a4f5011977f5add7e","transaction_count":0,"txlist_hash":"7358e41e9a61f87d68cc6851768346daea2e100ab896e86c0047e47228e6cc29"}',0,'BLOCK_PARSED',NULL,'040f79eaa307a91077c36cc9c2a7c0642b0fab56b80d3756c1237492efadf1d8'); -INSERT INTO messages VALUES(319,310087,'insert','blocks','{"block_hash":"4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c","block_index":310087,"block_time":310087000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e3a4e666d2fa0180b1e706a0ec58cf9447e443b9877c899c3631ef5a1f2d8a26'); -INSERT INTO messages VALUES(320,310087,'parse','blocks','{"block_index":310087,"ledger_hash":"ced371f1349e81cc2f179f064e4b9b202650a0f79e9b4513666ace29f0e8b3cb","messages_hash":"454c75dbc93d8c10940e41c16b57d9e40bc506fbc99a61aa9aab776474d89424","transaction_count":0,"txlist_hash":"0e8cd750f8ad91d5b14d2b05b7c03621367036703bed1654555b94592ff41e11"}',0,'BLOCK_PARSED',NULL,'55470da3a34445282e3806e51d57467c5f7909f015688f2582eb27bb88f73e26'); -INSERT INTO messages VALUES(321,310088,'insert','blocks','{"block_hash":"e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3","block_index":310088,"block_time":310088000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'585c3301449279c87039dcd06046fc619711df071db42fb6a6719fb057b84e8e'); -INSERT INTO messages VALUES(322,310088,'parse','blocks','{"block_index":310088,"ledger_hash":"6c343897092c5dfcd32ee96dc8b96f38fedd31fa58cf5757a3e15a254942cd59","messages_hash":"7dcaca013f10ac503a4e781f945d1906c3a1456dee10efd42e2878ac8b19ab7c","transaction_count":0,"txlist_hash":"c38a183db86650f155005a8828155aaf2fc6d92aa89066d7f0843a123800d771"}',0,'BLOCK_PARSED',NULL,'bc517eda726155ee90d531fb0ff7c1f4b934673d95d6b44a4d58cc01302aad24'); -INSERT INTO messages VALUES(323,310089,'insert','blocks','{"block_hash":"0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33","block_index":310089,"block_time":310089000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'52ab5fe2271a6187d38c525bbcc2856bc4334d1a61e57b557c9e8fe49384ad55'); -INSERT INTO messages VALUES(324,310089,'parse','blocks','{"block_index":310089,"ledger_hash":"abc7afdaefa89bf58bc4c28401740657eca24c902ba551f55becb6a1c8992675","messages_hash":"976afee3c874b249c20710a9c1e819e27e9eae36d4782bcbd1b5912bd5018886","transaction_count":0,"txlist_hash":"609b4f777892b43541593da80d09aa2c3928f2f73600009615196a7f89ca8123"}',0,'BLOCK_PARSED',NULL,'52de191d7993c544e5571c35eeca7735d2138fbb2b26f683b4f83a8c6d97f278'); -INSERT INTO messages VALUES(325,310090,'insert','blocks','{"block_hash":"b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969","block_index":310090,"block_time":310090000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'471c270cadffbd2f9aaae0ec030eb0a1d92be56ad044d939f4c9dd37c3139acc'); -INSERT INTO messages VALUES(326,310090,'parse','blocks','{"block_index":310090,"ledger_hash":"4c8ca9b4eeae7adfec822b20665e7bd6fecb51d4f30cc2c826f18402d8401a9b","messages_hash":"785e57d31849622dae03ec40c4e90de4d4439f143672175b0a95f295acee1e43","transaction_count":0,"txlist_hash":"fba4f7514306c49b3045912791cc21a26527a23e58dcb1c8adc5563e5c6e901d"}',0,'BLOCK_PARSED',NULL,'9080000773ea1bd260538fd38db382d611fcbbaf9bcd17218349fdfdd7486d3e'); -INSERT INTO messages VALUES(327,310091,'insert','blocks','{"block_hash":"734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c","block_index":310091,"block_time":310091000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'071611835584109ca6c3d64be35e078336b0672a1dc0cf817dfdc061e24ea457'); -INSERT INTO messages VALUES(328,310091,'parse','blocks','{"block_index":310091,"ledger_hash":"fe7fd2b60c3216d79dfe4e6d38880f6d3b9fde747b619f2c477108825235663d","messages_hash":"3323900726e60a0b5707b78842424803e0c1a0eacca76ca46cbd769964816de0","transaction_count":0,"txlist_hash":"3a62ce0eeff09c242b3a7c3a8da6dd20bf06c1c2fbf224f73646791557ce3d4c"}',0,'BLOCK_PARSED',NULL,'86d1abd5af9ab94fdb7903b7530df20bbaacd5141823210794755dc580143aee'); -INSERT INTO messages VALUES(329,310092,'insert','blocks','{"block_hash":"56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d","block_index":310092,"block_time":310092000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5bfb2b3f665c98f072f664f08c489fcabaee3d79bbe2ea13943fcdb87df3b709'); -INSERT INTO messages VALUES(330,310092,'parse','blocks','{"block_index":310092,"ledger_hash":"420b8ff3c159f7e89df2274682e7ef798a0c0233149365114bfd934c38806098","messages_hash":"85e8e28aa3fac07068c2d51ae7b4a26ad20d9e3c5df96d232ca2cecf45fb58d8","transaction_count":0,"txlist_hash":"9c866b1985d2ff084264e192e5defce4af96b7aca461a46f58c659008113909a"}',0,'BLOCK_PARSED',NULL,'b508fcf71c4c86a029a30422ce5b550811d3515244df0503decd6d35d01c3a16'); -INSERT INTO messages VALUES(331,310093,'insert','blocks','{"block_hash":"a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc","block_index":310093,"block_time":310093000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'faa5a8db285288ac36279f2ebe8707775660b53c0d3d31bb0e7168eb85f106dd'); -INSERT INTO messages VALUES(332,310093,'parse','blocks','{"block_index":310093,"ledger_hash":"f4fac6a570b4f6332a628a3f8e27f5f081689fb4255363cff1cd8bd0244eecea","messages_hash":"d66fdfbf4d13d706c1d2eb4592560cb64470b5dff1784d35d922d3d0a3c4ab44","transaction_count":0,"txlist_hash":"271c5484d7a74166a1b83e9dc6f56cc391d5b01829c9b594deb087e58a22b762"}',0,'BLOCK_PARSED',NULL,'12b299cc05356aa150dd4eca765b2062242f35fad514ef2d28ad8c105f081ef3'); -INSERT INTO messages VALUES(333,310094,'insert','blocks','{"block_hash":"2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23","block_index":310094,"block_time":310094000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1cd2ff9de7b6f21bdf5c0f68ce37cb3d2f37febcb911745a2b85487ad62ca8f9'); -INSERT INTO messages VALUES(334,310094,'parse','blocks','{"block_index":310094,"ledger_hash":"adea7b4cacc06ba1f7dc260f30039943936f5baeecf5a8a452d4cbcaa994a70d","messages_hash":"361422f7758028e0eb434257de6ff7426d163744fe10fe8343535674888c31fc","transaction_count":0,"txlist_hash":"7d8deca0e4f444c015cdf98c74255215af14198d17619640186c6486bb3a6be6"}',0,'BLOCK_PARSED',NULL,'ccd9645c9bd08be5cbf1bdcb4414e5f790d676478065c77bbf30dc9b2042074e'); -INSERT INTO messages VALUES(335,310095,'insert','blocks','{"block_hash":"bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2","block_index":310095,"block_time":310095000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'55816563b8594fba494df353a67c062758a02dc76feee0f16a4323bdf381f27c'); -INSERT INTO messages VALUES(336,310095,'parse','blocks','{"block_index":310095,"ledger_hash":"a2290c6a24befab16b4d9ed768c3129d582edbafdf8a2326c7ed50397e5db674","messages_hash":"7d62eea28f3b4e58a224b1a51e0c89aa357b0297c3c982765dc92546ea53a883","transaction_count":0,"txlist_hash":"8bab183d2c7670f060de1a64663fe4ec602cc9df957a4d1ccd4b2c5e4876e5ab"}',0,'BLOCK_PARSED',NULL,'a4e50d3dc60e1cfb4d66d08dbae8c8c582aa24ff91f0a60747619d603e6655af'); -INSERT INTO messages VALUES(337,310096,'insert','blocks','{"block_hash":"306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f","block_index":310096,"block_time":310096000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'42083f54637a165981dd8a00ef42033497471f31f6913b586c9b09ffccd4587b'); -INSERT INTO messages VALUES(338,310096,'parse','blocks','{"block_index":310096,"ledger_hash":"b3c321ea2fb119cbaacfb39f219be47cb346cdd40d895980afd34b4157a3b7ec","messages_hash":"ada708d408c098004bf955c121803932f37c214dc25d8f0174c7821cc79153ea","transaction_count":0,"txlist_hash":"6997f2cf50cb2331a8d5cea3f97b32b41a9c40b6006041939b21008016e013c8"}',0,'BLOCK_PARSED',NULL,'70cc8228a8154776b9e7f824c7d9675dd5310643a48573af6710ae3d68cc2297'); -INSERT INTO messages VALUES(339,310097,'insert','blocks','{"block_hash":"13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf","block_index":310097,"block_time":310097000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fa592b67c2f0e98bd2a5c4f2c658e531a639fc6258b0815ecce4b8aa4b063201'); -INSERT INTO messages VALUES(340,310097,'parse','blocks','{"block_index":310097,"ledger_hash":"456a1bd4d6b30f24e798a9c1f975af109db030b0bca19db6b29788f938ce6c4d","messages_hash":"20fbac9958bbbbc455f2f7a682d0432b3f7c34504af207c6e7f0391884282055","transaction_count":0,"txlist_hash":"bd930dddbfc97b06fba95a33417533bd58fd5e95326d8677d2939790850a67de"}',0,'BLOCK_PARSED',NULL,'0de80ebcc95e06702fdf25a89e6fd280e4a345f3314583335295bb2a1a43132d'); -INSERT INTO messages VALUES(341,310098,'insert','blocks','{"block_hash":"ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca","block_index":310098,"block_time":310098000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bbe1385e89bd06d889083cdd5b6470b0cbe181e01336b18d47f45ed6a1402793'); -INSERT INTO messages VALUES(342,310098,'parse','blocks','{"block_index":310098,"ledger_hash":"f48d6574488a24155420ae76aa7dcecfe73f6a262a2434a96eb2e93f6bbf02b6","messages_hash":"3dd97d0add444d77e40cd8fbd9d0fece2a07b4f1e29a879923bfa5a2485f1ed3","transaction_count":0,"txlist_hash":"bf2e65b5a1da6ac499a4ebcde81b607f6516de77ed2a10ff363ddb05dd8e288d"}',0,'BLOCK_PARSED',NULL,'92ed7862064a8ef0d75e52ed2de0847f1295f4deb7c5f00f30b1821619cc2245'); -INSERT INTO messages VALUES(343,310099,'insert','blocks','{"block_hash":"3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a","block_index":310099,"block_time":310099000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0db18db5a86bace6d8a6f18abfafecb4085958d8dafd045d9a2ec8a1c7cc15af'); -INSERT INTO messages VALUES(344,310099,'parse','blocks','{"block_index":310099,"ledger_hash":"e936debeb5d219215ba24e56ed34edb435131877c2947c0801824155fdc70c05","messages_hash":"32f112dcba2d724482891cef2c3029619c90507d2a15049582963e16ce2e4234","transaction_count":0,"txlist_hash":"d18b9514ed9fda087d3c98eca75ea68388964396143b925cc58ce2e2d5c1c5da"}',0,'BLOCK_PARSED',NULL,'cf9b83b9965d883d5c385d0e1d63dd1cb626e6bb729c10c96208d10fe92fa8e9'); -INSERT INTO messages VALUES(345,310100,'insert','blocks','{"block_hash":"96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb","block_index":310100,"block_time":310100000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'49aa09c78d92ce5023566950eca3f2a0fccb2568382b2ebbd7ef1eaa250d6c3f'); -INSERT INTO messages VALUES(346,310100,'parse','blocks','{"block_index":310100,"ledger_hash":"2b033a615b9eb693ed59daca9bc047f61a3519bec5c2b64f968cf717c75afe79","messages_hash":"5d078277804a09490421c941c3915790dc4de1883b7c75ea38b1533c3a2d9a38","transaction_count":0,"txlist_hash":"1c39371c274124af6085dcf02fcdfda68d36d261bb47d7763ea3f09b70d0f62b"}',0,'BLOCK_PARSED',NULL,'82697fa68b62c68f59eba78d19730b894715d5e6d3d67e0bb046905dbe5fe043'); -INSERT INTO messages VALUES(347,310101,'insert','blocks','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c055ebe6abd16760f6aeb34fabe8ee4d2efe45cc59927e1d98fa660f2baab796'); -INSERT INTO messages VALUES(348,310101,'parse','blocks','{"block_index":310101,"ledger_hash":"6a41dd11d8b611f6fde79e06a4f65d20fc15419f8336646130c02e9f7d87eff4","messages_hash":"1d13703cab9a952c616f9293f24426ab6ccfa6cfb01c32b97803841c77cad4f9","transaction_count":0,"txlist_hash":"e2c84c519b3d759f8efb016894a981411328df6f0a778835c95ed4116fef01f5"}',0,'BLOCK_PARSED',NULL,'763ab8382284728044677b725b64b50b128d35bd3d7e41a936c7ad4137227548'); +INSERT INTO messages VALUES(6,310000,'parse','transactions','{"supported":true,"tx_hash":"9b6b1abb696d8d1b70c5beed046d7cddd23cd95b69ef18946cb18c5b56cfde30","tx_index":1}',0,'TRANSACTION_PARSED','9b6b1abb696d8d1b70c5beed046d7cddd23cd95b69ef18946cb18c5b56cfde30','5aab48072a43a85e461ee777f0e7b86f81b0926645fda998d8b0479596861003'); +INSERT INTO messages VALUES(7,310000,'parse','blocks','{"block_index":310000,"ledger_hash":"98ccdf7cd2fb29a8a01cbed5f133b70b6966c6c56354dad00baacedd0673c87e","messages_hash":"437182e18550b7d334dc373b009047961f801f266f279adac2871701eae6c9d4","transaction_count":1,"txlist_hash":"faf6476a908c85f6e26ca5d182688d6da3f326296602d5ad3aa5979cb8bc110b"}',0,'BLOCK_PARSED',NULL,'eaa52eed17d3d2676dce0b413cb46068a98ab5e76f3e003b1e44dc84187420e1'); +INSERT INTO messages VALUES(8,310001,'insert','blocks','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2d6af049956672b7a572719a7b1fa8102d3595adffa11d9a7c41c4689069044d'); +INSERT INTO messages VALUES(9,310001,'insert','transactions','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"btc_amount":1000,"data":"0000000000000000000000010000000002faf080","destination":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c","tx_index":2,"utxos_info":" bc2524f34d7824f1530f9f53b1aeabdbf38a72ccc39783d41de0a7f80cacc16d:0 3 "}',0,'NEW_TRANSACTION',NULL,'12d41db02d3f8c3db075bafff208e0b5629d2670a99f3f5681f55afb5c66e229'); +INSERT INTO messages VALUES(10,310001,'insert','debits','{"action":"send","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310001,"event":"58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'DEBIT','58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c','5fe89c5a6b9cd733d6dc346bdb5a1781623336f000ff5553389919ef9da29fb7'); +INSERT INTO messages VALUES(11,310001,'insert','credits','{"address":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310001,"calling_function":"send","event":"58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'CREDIT','58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c','20849ca81d728d3b0da48db81aeaba14cc566624e5c88100aade25af28248911'); +INSERT INTO messages VALUES(12,310001,'insert','sends','{"asset":"XCP","block_index":310001,"destination":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":50000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c","tx_index":2}',0,'SEND','58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c','8ea55b473b2233bcf87167f6c203e31f1966e915828efab1592614599714a4b8'); +INSERT INTO messages VALUES(13,310001,'parse','transactions','{"supported":true,"tx_hash":"58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c","tx_index":2}',0,'TRANSACTION_PARSED','58e839ec2b1584d3474014093393ce57e5c22d6e686213ee4a7a0abe7bbac33c','28642661da6564b7da57620c045ed69c9b5987a6ff93dc46cbbb114427abe210'); +INSERT INTO messages VALUES(14,310001,'parse','blocks','{"block_index":310001,"ledger_hash":"fd43dc5efe2ee796ef7d24f8d478a67aa58bf85f538ef4b9a49b983a315deb26","messages_hash":"69eeafc3346c5d235629de1dfde0e7e7ee9c429f7be7a17fcd059f61620ece43","transaction_count":1,"txlist_hash":"544f7958bf7661b78699c708ba1097da0dbb044acee3d1d8aa9a32d6b659a14d"}',0,'BLOCK_PARSED',NULL,'d730f8722ffa2aa4a7ca484cfb2e49f550c876c8f91ae23220471ce097b36661'); +INSERT INTO messages VALUES(15,310002,'insert','blocks','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4a53590e79945daf7e2107e546f5c94de7b695d836d4828c055cb4985f620b9e'); +INSERT INTO messages VALUES(16,310002,'insert','transactions','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"btc_amount":0,"data":"0000000a00000000000000000000000002faf08000000000000000010000000005f5e100000a0000000000000000","destination":"","fee":1000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367","tx_index":3,"utxos_info":" 3cd583567fd9fe4e8162cf71bc098e44cbcb8fe41ede6954df217cbe1e84691f:0 2 "}',0,'NEW_TRANSACTION',NULL,'c8df82117bc92833697e9e504757691cc7ee1bce6ce4b346bb32f0d6d39a0d6a'); +INSERT INTO messages VALUES(17,310002,'insert','orders','{"block_index":310002,"expiration":10,"expire_index":310012,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":50000000,"give_remaining":50000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","tx_hash":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367","tx_index":3}',0,'OPEN_ORDER','332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367','90d79f4b316c8359f576d06bcf470a4aaa8951efd601c5eac3148aa0d94abde4'); +INSERT INTO messages VALUES(18,310002,'parse','transactions','{"supported":true,"tx_hash":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367","tx_index":3}',0,'TRANSACTION_PARSED','332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367','7ecf449eefd7ad1e646a8d6c0a3d694e568de2147b1b0b617cdd509b49153e64'); +INSERT INTO messages VALUES(19,310002,'parse','blocks','{"block_index":310002,"ledger_hash":"dbae4fff32545b4f3c104fb5a051dcaeacecd27401c84c09f93923b8bc30eab5","messages_hash":"e16209694210a8dc8fd499fb54a1756baad4f38323ec866b866426004f33e4ec","transaction_count":1,"txlist_hash":"ee37e75a4eba165ed448b7cf96d188d7f738aca4d90a781c7f473974e12564d5"}',0,'BLOCK_PARSED',NULL,'3b2e1841e1b99ed2fa1c9ba523dccaa36489822a374afb23f75fc476bdea0255'); +INSERT INTO messages VALUES(20,310003,'insert','blocks','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8c45d97bf871bdd1efef6d7d0389b3305a4e2fe68dd0996ec9ca21e701fab555'); +INSERT INTO messages VALUES(21,310003,'insert','transactions','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"btc_amount":0,"data":"0000000a00000000000000010000000006422c4000000000000000000000000002faf080000a00000000000dbba0","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","tx_index":4,"utxos_info":" 467d3d8a2e5651aba5af185af6ea44c52be3e315a2dd885d7ea2efb4d4cdea8b:0 2 "}',0,'NEW_TRANSACTION',NULL,'6f62cbcb0ce34e604bd770e85183818e3b40c24932ab0b3dfa63499dd08085a1'); +INSERT INTO messages VALUES(22,310003,'insert','debits','{"action":"open order","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310003,"event":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","quantity":105000000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'DEBIT','f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f','5f4b363dd6fc714d4fa56446ac9c9fb44e629e117547de0e56af4cfa3725d63a'); +INSERT INTO messages VALUES(23,310003,'insert','orders','{"block_index":310003,"expiration":10,"expire_index":310013,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":50000000,"get_remaining":50000000,"give_asset":"XCP","give_quantity":105000000,"give_remaining":105000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","tx_hash":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","tx_index":4}',0,'OPEN_ORDER','f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f','0865c9f904a482dcebeb0716fc70b0f861e9fc7a84f5c7a738a523f4942ca07a'); +INSERT INTO messages VALUES(24,310003,'update','orders','{"fee_provided_remaining":142858,"fee_required_remaining":0,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367"}',0,'ORDER_UPDATE','f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f','1d0df5e8b1fd4162c8dc3270692ea790b34e54ec1d0c2d933074a63e2060ef97'); +INSERT INTO messages VALUES(25,310003,'update','orders','{"fee_provided_remaining":6800,"fee_required_remaining":42858,"get_remaining":0,"give_remaining":5000000,"status":"open","tx_hash":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f"}',0,'ORDER_UPDATE','f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f','2d3bb5f645892f05d189fd37812d65c7e713de95d4fe5fe3ba3817a0b1cd5265'); +INSERT INTO messages VALUES(26,310003,'insert','order_matches','{"backward_asset":"XCP","backward_quantity":100000000,"block_index":310003,"fee_paid":857142,"forward_asset":"BTC","forward_quantity":50000000,"id":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367_f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","match_expire_index":310023,"status":"pending","tx0_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx0_block_index":310002,"tx0_expiration":10,"tx0_hash":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367","tx0_index":3,"tx1_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx1_block_index":310003,"tx1_expiration":10,"tx1_hash":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","tx1_index":4}',0,'ORDER_MATCH','f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f','e17887dfc02c169523a4e7f94eca26699fc8c3e6fae69b4212a7189a69f909c7'); +INSERT INTO messages VALUES(27,310003,'parse','transactions','{"supported":true,"tx_hash":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","tx_index":4}',0,'TRANSACTION_PARSED','f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f','98ec6a155ee3bbf159daf2232e3c10b64fadd26579df6ce0b993a1baf77ae3e2'); +INSERT INTO messages VALUES(28,310003,'parse','blocks','{"block_index":310003,"ledger_hash":"fd0ae9793d9513540246b94ad116fc0531e8e07b2c014752e175a12e2a7a82d4","messages_hash":"173d71c8e8778e09cc355ecae06984eeb8ecc2efcc1a8069d7a2fb4bdbe06d45","transaction_count":1,"txlist_hash":"107902b17490957ebc0d2cb5dba1f5e667e3a393acfd8b3adde9f6b17aaad5c4"}',0,'BLOCK_PARSED',NULL,'7daf1340d161c0535204a6adca7f03f95013b25a07edde10bb565f52e011681a'); +INSERT INTO messages VALUES(29,310004,'insert','blocks','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e0e9ae7d820602b49c6ba54244b18c29570a2f99643af3252f1008736a5b9584'); +INSERT INTO messages VALUES(30,310004,'insert','transactions','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"btc_amount":50000000,"data":"0000000b332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":9675,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8","tx_index":5,"utxos_info":" bc49563c96e9ef2df2cbee4ff2c07be675eaf382fef1e249244bb8e712652577:0 4 "}',0,'NEW_TRANSACTION',NULL,'ddef42c9fcb893d996d11eceb2d8492ab4c6b8fdbeb45d4445e19eb14ba63342'); +INSERT INTO messages VALUES(31,310004,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310004,"calling_function":"btcpay","event":"ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8","quantity":100000000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'CREDIT','ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8','59485003c71246c67dbeb4fcd634b648cb54ac0f4c5019be24b1ff7a380a0e43'); +INSERT INTO messages VALUES(32,310004,'update','order_matches','{"id":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367_f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","order_match_id":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367_f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","status":"completed"}',0,'ORDER_MATCH_UPDATE','ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8','5e069c8aef5d527bfbb4e992453b2f0563490f0bbace47ee1887fc182c370a78'); +INSERT INTO messages VALUES(33,310004,'insert','btcpays','{"block_index":310004,"btc_amount":50000000,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","order_match_id":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367_f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8","tx_index":5}',0,'BTC_PAY','ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8','8b69788f3cf578f8ea3a2799aede9d10921ac3c54dda8f6df3fe4acc6b1bbf20'); +INSERT INTO messages VALUES(34,310004,'parse','transactions','{"supported":true,"tx_hash":"ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8","tx_index":5}',0,'TRANSACTION_PARSED','ed17dc38233838e15d319a1786825b9e7cdba815554c9d6f4dd527615bce10b8','6dfbb1980710542203207e12690820d11e24903226039961b5bc830f5e01f0a2'); +INSERT INTO messages VALUES(35,310004,'parse','blocks','{"block_index":310004,"ledger_hash":"bd894777a85b731155a0d6362766b4220c03db4f3e5fbf030d6c2529cb5f3537","messages_hash":"698df4d0653b9a8ecbdcddda80f2a29f77f5bef9ce814ad0962f2865ce0df329","transaction_count":1,"txlist_hash":"65e6a7c64c8439a60fb066d96d5165e6e40974bd1b98812ac6a4172fb1db1511"}',0,'BLOCK_PARSED',NULL,'4463f4b87c4676e91efbb8ecef1fa6a833927f01a6a1e61d48b49cabd4944dae'); +INSERT INTO messages VALUES(36,310005,'insert','blocks','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'93947f34faca5c1d29fa5abe75f84500193315bc89ce3c35eb608b657b5f21ae'); +INSERT INTO messages VALUES(37,310005,'insert','transactions','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"btc_amount":0,"data":"000000140000000000004767000000003b9aca000100000000000000000000","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25","tx_index":6,"utxos_info":" d00ab6be126b638ef170c4ae70f5688538168d0b1ced4133fe99c21ca166cd76:0 2 "}',0,'NEW_TRANSACTION',NULL,'c9b5d0e7d20273d81de7c4b032f7579cea01eb58c7767886fc90a65e376fc850'); +INSERT INTO messages VALUES(38,310005,'insert','debits','{"action":"issuance fee","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310005,"event":"cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25","quantity":50000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'DEBIT','cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25','ef178dbeadea2d90720cdd6737e30ef2f67fe782753916d5e469e1d6ce601624'); +INSERT INTO messages VALUES(39,310005,'insert','assets','{"asset_id":"18279","asset_longname":null,"asset_name":"BBBB","block_index":310005}',0,'ASSET_CREATION','cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25','550d1e5d9725c4cf363adb642ab41aaa170944bf88b1348384094c32ff04c41b'); +INSERT INTO messages VALUES(40,310005,'insert','issuances','{"asset":"BBBB","asset_events":"creation","asset_longname":null,"block_index":310005,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","locked":false,"quantity":1000000000,"reset":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","transfer":false,"tx_hash":"cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25","tx_index":6}',0,'ASSET_ISSUANCE','cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25','282aa26a6cea758263985efa11bd986343eed92fd9c3ddfb4482a07010a9b2af'); +INSERT INTO messages VALUES(41,310005,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310005,"calling_function":"issuance","event":"cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25","quantity":1000000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'CREDIT','cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25','76b03cba404697077b7e6aa1fcb891100d6bdad47e5bf38d093b9784ffb8ce7d'); +INSERT INTO messages VALUES(42,310005,'parse','transactions','{"supported":true,"tx_hash":"cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25","tx_index":6}',0,'TRANSACTION_PARSED','cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25','e00bd56ca7076d45d4de549e63caeb6f5aeb717cac447fb922c456ec0aa7452d'); +INSERT INTO messages VALUES(43,310005,'parse','blocks','{"block_index":310005,"ledger_hash":"264c98f1d460f78e52def545d25482fd76549a5309d04841bc27b335f06470a2","messages_hash":"c27fe73935ec4ec00c66a29d8d8382a33961e6cb312f94c4f0e3f1fa3e4ff962","transaction_count":1,"txlist_hash":"9ede5548f7cb273af825360a6285fe9a51e9625c9084b2dde7bec013dec24f0e"}',0,'BLOCK_PARSED',NULL,'dd495d8967afb67ddeeded95b16a51525fb2fad77deca5529df440c30ddccc90'); +INSERT INTO messages VALUES(44,310006,'insert','blocks','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2e79be6a5d53d338494b7d2dd6134a2dd574a0d696c7e33b91ab9c013dfa1091'); +INSERT INTO messages VALUES(45,310006,'insert','transactions','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"btc_amount":0,"data":"00000014000000000000476800000000000186a00000000000000000000006666f6f626172","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9","tx_index":7,"utxos_info":" 682a11acb7553de4c3f0f55a61eb033d432adc2ed310a9b1ded49a5630497bdb:0 2 "}',0,'NEW_TRANSACTION',NULL,'12ef15eb0a718e8e1ca9c2720f22d9ce3773a9be5aafe9cb001b9ea2335f5e17'); +INSERT INTO messages VALUES(46,310006,'insert','debits','{"action":"issuance fee","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310006,"event":"ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9","quantity":50000000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'DEBIT','ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9','747f06f9177ee8369c3ff1a7dfce201bd4b68498cfba330aa7facd7e12994db2'); +INSERT INTO messages VALUES(47,310006,'insert','assets','{"asset_id":"18280","asset_longname":null,"asset_name":"BBBC","block_index":310006}',0,'ASSET_CREATION','ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9','fcb96284ebb85d8babcbe2df323bb170696891525556211c5374e8d0db0b4206'); +INSERT INTO messages VALUES(48,310006,'insert','issuances','{"asset":"BBBC","asset_events":"creation","asset_longname":null,"block_index":310006,"call_date":0,"call_price":0.0,"callable":false,"description":"foobar","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","locked":false,"quantity":100000,"reset":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","transfer":false,"tx_hash":"ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9","tx_index":7}',0,'ASSET_ISSUANCE','ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9','745005e24dbaf8930c077b6b3300d243a1c0cf2f1b24ab6aa2c3e10231ba2409'); +INSERT INTO messages VALUES(49,310006,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310006,"calling_function":"issuance","event":"ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9","quantity":100000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'CREDIT','ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9','40bc903a8669c28662052810f73d0546e423c3683c1d693732c11268914c0007'); +INSERT INTO messages VALUES(50,310006,'parse','transactions','{"supported":true,"tx_hash":"ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9","tx_index":7}',0,'TRANSACTION_PARSED','ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9','5af386aa6e57c61b7fe650e52cfe9cdee29bff01a84e9e89c642db30cfddb1d4'); +INSERT INTO messages VALUES(51,310006,'parse','blocks','{"block_index":310006,"ledger_hash":"a1f2aa5a0b8d030c2fc4e1243c3173319ecf68d232262ea3dc8bfdd03a3f923a","messages_hash":"f9338be560fac8890098ac83151345ed0c9573f15b0b856d020199cce87dc14e","transaction_count":1,"txlist_hash":"afa257be6b0f57581b8f1b932b3c8473ff5c89e4bd6c3d3e3dd6a8c3cd9b09d3"}',0,'BLOCK_PARSED',NULL,'e0c89c65d2e885cc759bdce3db953d9313f254b2b98d1b62e48559ab7a0842bd'); +INSERT INTO messages VALUES(52,310007,'insert','blocks','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'17aab27c6bd4e9efb4600a9f1cef240b7094048cf704bb42abf281c34865f33f'); +INSERT INTO messages VALUES(53,310007,'insert','transactions','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"btc_amount":1000,"data":"00000000000000000000476700000000003d0900","destination":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c","tx_index":8,"utxos_info":" d8757243c0f0522e40e5dfa29c2958f3e2ec842b4da0761cdc1612063ab36599:0 3 "}',0,'NEW_TRANSACTION',NULL,'a20a52dd963c9e1d9e5c356ad19e5f0f81afe9243b265ff31ae760702088ee55'); +INSERT INTO messages VALUES(54,310007,'insert','debits','{"action":"send","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310007,"event":"f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'DEBIT','f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c','d963a745c6c138da49dbefa37eed7c078b45922ce6130cb6552647325fd39b93'); +INSERT INTO messages VALUES(55,310007,'insert','credits','{"address":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310007,"calling_function":"send","event":"f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'CREDIT','f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c','9f700cab49b458098f8b0ab9f0a2561635fca155da84d5c08c2cf39d0bbfe690'); +INSERT INTO messages VALUES(56,310007,'insert','sends','{"asset":"BBBB","block_index":310007,"destination":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":4000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c","tx_index":8}',0,'SEND','f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c','fef8450a37ce8578466ff79ba4b9fc55f32819d6b82b47e028b59f70eafc678e'); +INSERT INTO messages VALUES(57,310007,'parse','transactions','{"supported":true,"tx_hash":"f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c","tx_index":8}',0,'TRANSACTION_PARSED','f337451a19eac3c2fe66daf7d44d39c41a012d2dfd85de90cc3877bbc2e7d30c','d6b66b4f027c0b844acbb4314a29d9ab2f465682394c36e1352a26b77d17b807'); +INSERT INTO messages VALUES(58,310007,'parse','blocks','{"block_index":310007,"ledger_hash":"8709aa2d5064ea2b7ab51a887d21f5fddcb7046753cd883317b533ed121f8504","messages_hash":"74cc4b4948bf2df6e99daddae78f5eef87126da36312b919225d36d7356fe506","transaction_count":1,"txlist_hash":"40941bb90c086bd2716de8afc1fba5eb75721143a86a606ef99ee3312de95614"}',0,'BLOCK_PARSED',NULL,'c3df791c613fe78f586c15e686043616c9fc872a5b199f2c5aad6fffb72e6eb1'); +INSERT INTO messages VALUES(59,310008,'insert','blocks','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'91261a14aa92118358637da73b3d8af99f43ead5950f8ccabb9ae3e6359b81a0'); +INSERT INTO messages VALUES(60,310008,'insert','transactions','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"btc_amount":1000,"data":"000000000000000000004768000000000000020e","destination":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394","tx_index":9,"utxos_info":" 0a016813237e5169e6aa6cb199572ca6479c5245a3d48bd0842de4aac8a528c9:0 3 "}',0,'NEW_TRANSACTION',NULL,'9e60b6f60fb016cef461f61a4277e5699752f3a4c9991adafb61688b634fb0fb'); +INSERT INTO messages VALUES(61,310008,'insert','debits','{"action":"send","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310008,"event":"c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'DEBIT','c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394','7b6e45f42150515e06758907791a7a2007fb9aa05c6f934a702b4815699c970f'); +INSERT INTO messages VALUES(62,310008,'insert','credits','{"address":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310008,"calling_function":"send","event":"c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'CREDIT','c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394','f85991e1f743653dc475fb2426666a92071aeb295597ad45912cb3689e324a0d'); +INSERT INTO messages VALUES(63,310008,'insert','sends','{"asset":"BBBC","block_index":310008,"destination":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":526,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394","tx_index":9}',0,'SEND','c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394','2c84be24097cd0c696e98bf0b95ce089ed53ca96b52c7293e1ce6e325cc22e39'); +INSERT INTO messages VALUES(64,310008,'parse','transactions','{"supported":true,"tx_hash":"c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394","tx_index":9}',0,'TRANSACTION_PARSED','c639e9482b31b487115b4437dd87cff98338003fabf18066bf051e1164aa4394','4756653efce4601e2712f5a93650d186fb0db4d281cd1317286136218d18f6b8'); +INSERT INTO messages VALUES(65,310008,'parse','blocks','{"block_index":310008,"ledger_hash":"c1c516176fe38b69b31e3668b5ef20805bd90d3112c77f5652f838af8e7f604a","messages_hash":"8eab7d935f902286b1d7e3454bb047045788e434f9275773daab594f3a4fe531","transaction_count":1,"txlist_hash":"9b186632fe722ba57daaa01573568c3d3405f7fcb0a729005a6338266a4debfa"}',0,'BLOCK_PARSED',NULL,'941f2ceba1f3a85dc5d413f67004de658abcb65541ed07b30624baad3caef666'); +INSERT INTO messages VALUES(66,310009,'insert','blocks','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ea6f8d919bbc7d1834699ccda04be51d3d5a6d68113633db104ca1327405836e'); +INSERT INTO messages VALUES(67,310009,'insert','transactions','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"btc_amount":0,"data":"00000032000000000000025800000000000047670000000000000001","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8","tx_index":10,"utxos_info":" b62286ce041e346cac7982d5a815df56a1b55778f1575f08e24c0654400c0534:0 2 "}',0,'NEW_TRANSACTION',NULL,'8b2c3877f5d36e4e1cc4d7d418ec10a28d7f6102988117f3c6cbd8f364b805ff'); +INSERT INTO messages VALUES(68,310009,'insert','debits','{"action":"dividend","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310009,"event":"7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8','3816e8e19325b86a1df79d9e5aa628eba1228a1a0568ab9ec4beafbd397932a8'); +INSERT INTO messages VALUES(69,310009,'insert','debits','{"action":"dividend fee","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310009,"event":"7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8","quantity":20000,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8','17941e90768ed9761b091adec153277c3f22508b6b0b0b627ba7e18441f2baca'); +INSERT INTO messages VALUES(70,310009,'insert','credits','{"address":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310009,"calling_function":"dividend","event":"7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'CREDIT','7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8','f584a41c690322dbf3f69081fc42e9e5292891aaa1a68ca87f048fd29d8f8d4c'); +INSERT INTO messages VALUES(71,310009,'insert','dividends','{"asset":"BBBB","block_index":310009,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":600,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8","tx_index":10}',0,'ASSET_DIVIDEND','7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8','3c1f6a81db9df88304b3553b84681b12275a54018db731be15aeb8921d7c4e50'); +INSERT INTO messages VALUES(72,310009,'parse','transactions','{"supported":true,"tx_hash":"7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8","tx_index":10}',0,'TRANSACTION_PARSED','7881c1fe7881a590d09302dde67cfd888a74154888e0c310bd01575f560b8ac8','3f118d1880214f7454f62af530bdcb7ef2db3a39f9d0ada0e0c6d98c0159ae46'); +INSERT INTO messages VALUES(73,310009,'parse','blocks','{"block_index":310009,"ledger_hash":"ae8ee9e681f0ac96de96babc1c80e5188b3e0cb91074a0dfd8511ee7d0ae64c8","messages_hash":"fc7e87faf868e819a2adc15da03a55aaf0987390dde3b6f6a5596c5018353bf4","transaction_count":1,"txlist_hash":"39f4f154cbeae9a65b43ac831b2d5ad0e6f6575b909b979bd4bd97dadbab4cdd"}',0,'BLOCK_PARSED',NULL,'e1f2ec77f9ad876d9f6dfba79ca3fd640bb069228da8726cd4cdc085299ba6b0'); +INSERT INTO messages VALUES(74,310010,'insert','blocks','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5712f5688cdc71148514e5b21fc16674d1aa051575eeba39cb87b7732fb0a219'); +INSERT INTO messages VALUES(75,310010,'insert','transactions','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"btc_amount":0,"data":"00000032000000000000032000000000000047680000000000000001","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7","tx_index":11,"utxos_info":" 78390d392d84db9734cda0f6cb43b9eb49b0568e9473650ab9756c21c4b992b4:0 2 "}',0,'NEW_TRANSACTION',NULL,'60661ecc4a861f3d283277af1ac5ca0b9bbfddb30f1c3a3ef364db5ee4e5e056'); +INSERT INTO messages VALUES(76,310010,'insert','debits','{"action":"dividend","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310010,"event":"c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7','f9927e6b7d0931819cdc8f60856bd28bdc72c5c93bdd72daee1f5986bc6ea21d'); +INSERT INTO messages VALUES(77,310010,'insert','debits','{"action":"dividend fee","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310010,"event":"c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7","quantity":20000,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7','2950ac359fa3c09e70d5cd76f530ae9d0a1657fd955a5151595abd5e718238c5'); +INSERT INTO messages VALUES(78,310010,'insert','credits','{"address":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310010,"calling_function":"dividend","event":"c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'CREDIT','c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7','f6faaa24b00a1b183a5fd19cd40be64f63a6d632fad190feaa9fe231ba3a6dc8'); +INSERT INTO messages VALUES(79,310010,'insert','dividends','{"asset":"BBBC","block_index":310010,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7","tx_index":11}',0,'ASSET_DIVIDEND','c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7','efbb7d8f275ee4d17ca1eb4ccb536f94b13e6de533363c7e0a54074c8532228d'); +INSERT INTO messages VALUES(80,310010,'parse','transactions','{"supported":true,"tx_hash":"c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7","tx_index":11}',0,'TRANSACTION_PARSED','c41898ad625e2236110101070c09e9f28b6fea1ed436ecb78f231f3f99f123f7','de4bd178154c51c4ff155d8a65092124991df4b82ff359ab89a1761fe223ab99'); +INSERT INTO messages VALUES(81,310010,'parse','blocks','{"block_index":310010,"ledger_hash":"0451ffa5d7ffb0e588e58ac7eacf77f6b3e17f1d27c1039f03d7716b16fb234f","messages_hash":"671920a944f9b64d0a1086943d63c56a164664e7bd8319664ebbb92b32d47a6c","transaction_count":1,"txlist_hash":"0cea2e2e06c6423d1c5ba19f6128fbe8fe6d6c3688316c9c35dd31cf03d38c97"}',0,'BLOCK_PARSED',NULL,'0fc6e1967393316bf336123cc8269602d29b3e75198930a39aab20caf823f1ea'); +INSERT INTO messages VALUES(82,310011,'insert','blocks','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'695d406fc96ad57e2947f923214153c893ba74ad5cf0bb5987fbe7b0870593c2'); +INSERT INTO messages VALUES(83,310011,'insert','transactions','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"btc_amount":0,"data":"0000001e52bb3300405900000000000005f5e0ff09556e69742054657374","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"a21533ad03334823cca2aa8e57c383113a7f93a5810c5df8dd2fa70f6eec416d","tx_index":12,"utxos_info":" d80f8093a99a0c63350f3ed29af416454993efbade598a2e4de4873dc27180bd:0 2 "}',0,'NEW_TRANSACTION',NULL,'70185374098756988dca6cafeee38a1153beeb6810a3dbc9f3a57120f23da982'); +INSERT INTO messages VALUES(84,310011,'insert','broadcasts','{"block_index":310011,"fee_fraction_int":99999999,"locked":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"a21533ad03334823cca2aa8e57c383113a7f93a5810c5df8dd2fa70f6eec416d","tx_index":12,"value":100.0}',0,'BROADCAST','a21533ad03334823cca2aa8e57c383113a7f93a5810c5df8dd2fa70f6eec416d','adddc531f15a3ffbea55d0e873dee86e2ae43ce1c943229ce0067fe8d98a6b2b'); +INSERT INTO messages VALUES(85,310011,'parse','transactions','{"supported":true,"tx_hash":"a21533ad03334823cca2aa8e57c383113a7f93a5810c5df8dd2fa70f6eec416d","tx_index":12}',0,'TRANSACTION_PARSED','a21533ad03334823cca2aa8e57c383113a7f93a5810c5df8dd2fa70f6eec416d','1dd6beb1ff3b016c3d69ab002d5fe62c873151c7f36a9bbf62ffe9da850cbafc'); +INSERT INTO messages VALUES(86,310011,'parse','blocks','{"block_index":310011,"ledger_hash":"dfaae3f28c2f75e4bcc49034ff2a191b5a41b88035c5d266181617c8c65ad5d3","messages_hash":"52ce60bd55ac0adfe0a93969fa0e9b30261c9b58065f44eee1e8452f3e1848fd","transaction_count":1,"txlist_hash":"0134329cfdaf63e5946b9b5a94b73f59b9a870d4569ca07c0cce078bf13714a5"}',0,'BLOCK_PARSED',NULL,'a20fffc5221310c7e946d86007ca6b73248dbbcf7a250a5b4c9da4e967833d3d'); +INSERT INTO messages VALUES(87,310012,'insert','blocks','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ba1527a47c22f296cf34a7ebdd20f49033bdf574670621193c4f0c8256a25216'); +INSERT INTO messages VALUES(88,310012,'insert','transactions','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"btc_amount":1000,"data":"00000028000052bb33640000000002faf08000000000017d7840000000000000000000003b100000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f","tx_index":13,"utxos_info":" 0081e95041304df8c910d143341190089eb619caefeb02e8d1b803199aeb8c4b:0 3 "}',0,'NEW_TRANSACTION',NULL,'4ca862c7cb72ec57402b0e78890f60917874938b2b3983cfb72b5b0a3fb4ce0c'); +INSERT INTO messages VALUES(89,310012,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310012,"event":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f","quantity":50000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'DEBIT','74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f','b034ca6e7a94de581b2abf546627d8926a2881feed89f34f06764761cdd51b2b'); +INSERT INTO messages VALUES(90,310012,'insert','bets','{"bet_type":0,"block_index":310012,"counterwager_quantity":25000000,"counterwager_remaining":25000000,"deadline":1388000100,"expiration":10,"expire_index":310022,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":15120,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":0.0,"tx_hash":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f","tx_index":13,"wager_quantity":50000000,"wager_remaining":50000000}',0,'OPEN_BET','74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f','5e255e442b0fbcd86c25b051ba315feb5544cd322634e7766a664c16c5d0d102'); +INSERT INTO messages VALUES(91,310012,'parse','transactions','{"supported":true,"tx_hash":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f","tx_index":13}',0,'TRANSACTION_PARSED','74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f','c1cd0cd58287ed975ea2c4e3dc4d7f88a1697410adc6cf8161961db3409ec297'); +INSERT INTO messages VALUES(92,310012,'parse','blocks','{"block_index":310012,"ledger_hash":"c711e8cf2d9bbed01724a7b22cbd4900a4fd0a126bb7ecbd7c97ca15a6276553","messages_hash":"4141da503c1bc1de6f1ff053cdd4ac09a33e292794078327e8a7eeafb368d31f","transaction_count":1,"txlist_hash":"9a3fb4fb846c9ffff3a50a0a31f3ac3900ba7048a60dd69c6e14752734358f1c"}',0,'BLOCK_PARSED',NULL,'8ee4ee4d8f72806fb1b3c9acf85d781437657dd83894d92777ff74d22e5afdbd'); +INSERT INTO messages VALUES(93,310013,'insert','blocks','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ada9b3cb7ad4c8b36aa584db13e95a7244009f8a9ca9d9ff341284a04df6b921'); +INSERT INTO messages VALUES(94,310013,'insert','transactions','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"btc_amount":1000,"data":"00000028000152bb336400000000017d78400000000002793d60000000000000000000003b100000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","tx_index":14,"utxos_info":" 763fba63964d344185ec530a4b2e18cd83641a7bb280d7dfc1881772d74a9a0c:0 3 "}',0,'NEW_TRANSACTION',NULL,'25d9265bfc57bb12475c66baf9fb7eb8f78473c3400d6c98b1cbae2f9826f792'); +INSERT INTO messages VALUES(95,310013,'update','orders','{"status":"expired","tx_hash":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367"}',0,'ORDER_UPDATE',NULL,'8b0cffae0a29c2c732f9cf9f78dc65402ea5dc470a84a8de777f3eb90eefdd52'); +INSERT INTO messages VALUES(96,310013,'insert','order_expirations','{"block_index":310013,"order_hash":"332b030da57b9565324df01414778b1eafbee6c52343fea80774ee1725484367","source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2"}',0,'ORDER_EXPIRATION',NULL,'43ff80360ef5f1a823d5cd673caccc7797767c61dd91c3d093510527b63ca766'); +INSERT INTO messages VALUES(97,310013,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310013,"event":"6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","quantity":25000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'DEBIT','6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167','f39c3d38ae6b887efd4129d53fd261678adcc32081921c942836c1b83c20cf47'); +INSERT INTO messages VALUES(98,310013,'insert','bets','{"bet_type":1,"block_index":310013,"counterwager_quantity":41500000,"counterwager_remaining":41500000,"deadline":1388000100,"expiration":10,"expire_index":310023,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":15120,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":0.0,"tx_hash":"6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","tx_index":14,"wager_quantity":25000000,"wager_remaining":25000000}',0,'OPEN_BET','6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167','392eaed15e965291975f6c9e6c360d33d4e01d52d2481335e56c555c554c372f'); +INSERT INTO messages VALUES(99,310013,'update','bets','{"counterwager_remaining":4250000,"status":"open","tx_hash":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f","wager_remaining":8500000}',0,'BET_UPDATE','6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167','db3392cd3ab9bedbbf1fdb945ffd4e41cdf18483de0d9de0ed736cdb37b7f41b'); +INSERT INTO messages VALUES(100,310013,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310013,"calling_function":"filled","event":"6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","quantity":4250000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'CREDIT','6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167','ed8db04d57d01fca025d3385b67d65b810b3ae1c464c623bead1181a076ee20f'); +INSERT INTO messages VALUES(101,310013,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","wager_remaining":4250000}',0,'BET_UPDATE','6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167','90e48c79aa2fa9d0db3ee7dd7eab2b6a783068389d9f77c1eb9ec81ef5b2ece4'); +INSERT INTO messages VALUES(102,310013,'insert','bet_matches','{"backward_quantity":20750000,"block_index":310012,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","forward_quantity":41500000,"id":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f_6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","initial_value":100.0,"leverage":15120,"match_expire_index":310022,"status":"pending","target_value":0.0,"tx0_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx0_bet_type":0,"tx0_block_index":310012,"tx0_expiration":10,"tx0_hash":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f","tx0_index":13,"tx1_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx1_bet_type":1,"tx1_block_index":310013,"tx1_expiration":10,"tx1_hash":"6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","tx1_index":14}',0,'BET_MATCH','6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167','c8d6d04409b9683882f2a0c6a1e8800781056caafef66440a7381c9ebf5a98ff'); +INSERT INTO messages VALUES(103,310013,'parse','transactions','{"supported":true,"tx_hash":"6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","tx_index":14}',0,'TRANSACTION_PARSED','6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167','96a1f9507782f8a73eb8e9bfe6e37e6292ac452b89d01819a3b92f2ee34b4588'); +INSERT INTO messages VALUES(104,310013,'parse','blocks','{"block_index":310013,"ledger_hash":"3dfa5822de8a4c674f1517b17e50d2ef63ccbb1fc4ae96fe5e1dc05cd353aa4b","messages_hash":"a27d0cd51fd9d1e1ba971e39cb38d8d0444bb553ddbac663f97330116f423e20","transaction_count":1,"txlist_hash":"6228a449b24d607b8fe1aea60a0292874cfe515a9440bee2829f6e61efa0b2a6"}',0,'BLOCK_PARSED',NULL,'97b16ad4f30634873217ee75bc9fe0b4c94b8290f908f4a3f179ec9eb6ee8d99'); +INSERT INTO messages VALUES(105,310014,'insert','blocks','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a841cf866ef300ca8c59c2eb46fca507bdac952f978ef1134b36c6de32ebeaaf'); +INSERT INTO messages VALUES(106,310014,'insert','transactions','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"btc_amount":1000,"data":"00000028000052bb33640000000008f0d1800000000014dc93800000000000000000000013b00000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3","tx_index":15,"utxos_info":" 1c955d683a1186672eb27bc0364c7b7c373341b2a40c8bb906cd39ec9bed60a1:0 3 "}',0,'NEW_TRANSACTION',NULL,'73bf171d62b20e94a2bfea38fe6993ec737dcb9fb58987e31e22533c7ff4f207'); +INSERT INTO messages VALUES(107,310014,'update','orders','{"status":"expired","tx_hash":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f"}',0,'ORDER_UPDATE',NULL,'5bea243d0619129fe2840efa7798dccebb0479469b4183f5a56c20ebad8e3696'); +INSERT INTO messages VALUES(108,310014,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310014,"calling_function":"cancel order","event":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","quantity":5000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'1c49eaee1e76fc80aa910d55e00bb856f8e730a8f8d94e305e504b1f51855568'); +INSERT INTO messages VALUES(109,310014,'insert','order_expirations','{"block_index":310014,"order_hash":"f093b6c00e1bbe85106db6874b1ab4e3f4378d0bf0bcffbd8b51835285dfbf3f","source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2"}',0,'ORDER_EXPIRATION',NULL,'9b34547e9733b73249ef33b84cd1ba15b692212b909ed0a52c62fdc0a0be8c08'); +INSERT INTO messages VALUES(110,310014,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310014,"event":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3","quantity":150000000,"tx_index":15,"utxo":null,"utxo_address":null}',0,'DEBIT','2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3','0a61c8606cc49337c403ee42735b3e6858d007b227f985384d2e8f166c82321a'); +INSERT INTO messages VALUES(111,310014,'insert','bets','{"bet_type":0,"block_index":310014,"counterwager_quantity":350000000,"counterwager_remaining":350000000,"deadline":1388000100,"expiration":10,"expire_index":310024,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":5040,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":0.0,"tx_hash":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3","tx_index":15,"wager_quantity":150000000,"wager_remaining":150000000}',0,'OPEN_BET','2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3','1b8b52ffb0328d87d08dd2a99b615721307bfbdef6a204923c42077a46fe47f4'); +INSERT INTO messages VALUES(112,310014,'parse','transactions','{"supported":true,"tx_hash":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3","tx_index":15}',0,'TRANSACTION_PARSED','2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3','140524957a7e1c32df0f95594674a48fc534bd9e8582025fb962669e6a5539a3'); +INSERT INTO messages VALUES(113,310014,'parse','blocks','{"block_index":310014,"ledger_hash":"49fcaed957776bc62c9f1feac30dad8c0574596d312f9efee7a453e00bf64866","messages_hash":"fe75f639e365d65842678e8df63473ed07c317d565ae83d5730ad6a0646a77a7","transaction_count":1,"txlist_hash":"700cf4c54e23c0cfb4d8b02bc6cb1ca509637dd95312629625aa92d32d5548d2"}',0,'BLOCK_PARSED',NULL,'6005e24f5d79a2c4ee144ba9865f5738e2084af7f25466388b8fc4a0e2828321'); +INSERT INTO messages VALUES(114,310015,'insert','blocks','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f50ba11d41fdc8a8ef6e15fd6ca4116cb985c13665745c910650a40aec266bb3'); +INSERT INTO messages VALUES(115,310015,'insert','transactions','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"btc_amount":1000,"data":"00000028000152bb33640000000014dc93800000000008f0d1800000000000000000000013b00000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","tx_index":16,"utxos_info":" c3eb3463857a8defa936fdb1a10580216ebcacd843ae6a59d0328cea5b2f1f83:0 3 "}',0,'NEW_TRANSACTION',NULL,'8ff812ce3ef373d63acf18440d1cc9d7053fe1d9921aa9e532c6b38526450072'); +INSERT INTO messages VALUES(116,310015,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310015,"event":"65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","quantity":350000000,"tx_index":16,"utxo":null,"utxo_address":null}',0,'DEBIT','65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e','f753cd5a8d19efdafdd3a9aff8f57521cba8b03996a5d0fd659388f055e8b7bf'); +INSERT INTO messages VALUES(117,310015,'insert','bets','{"bet_type":1,"block_index":310015,"counterwager_quantity":150000000,"counterwager_remaining":150000000,"deadline":1388000100,"expiration":10,"expire_index":310025,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":5040,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":0.0,"tx_hash":"65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","tx_index":16,"wager_quantity":350000000,"wager_remaining":350000000}',0,'OPEN_BET','65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e','6993423bb568c2499abd7543c21cdb05a4e619d0f714096a2af561aa54a8b630'); +INSERT INTO messages VALUES(118,310015,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310015,"calling_function":"filled","event":"65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e','7b9c1a9fc5cc8df3a69cdc6d5e27c321ff5042d32e2ca6d1d6c0978934b21ada'); +INSERT INTO messages VALUES(119,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3","wager_remaining":0}',0,'BET_UPDATE','65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e','05fa6808c595ce88a60db705286ee4159e1feaf952e7b201e8fad534287ba74e'); +INSERT INTO messages VALUES(120,310015,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310015,"calling_function":"filled","event":"65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e','b0f2172d65379456bcfca3c40c3e31b417bc3b942f96dfcaecdf7ad9f018e492'); +INSERT INTO messages VALUES(121,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","wager_remaining":0}',0,'BET_UPDATE','65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e','61bc1a3da4e49b541cc3a8ea0452635ed32961bbaf417f6f9efbb3594ef5320e'); +INSERT INTO messages VALUES(122,310015,'insert','bet_matches','{"backward_quantity":350000000,"block_index":310014,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","forward_quantity":150000000,"id":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3_65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","initial_value":100.0,"leverage":5040,"match_expire_index":310024,"status":"pending","target_value":0.0,"tx0_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx0_bet_type":0,"tx0_block_index":310014,"tx0_expiration":10,"tx0_hash":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3","tx0_index":15,"tx1_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx1_bet_type":1,"tx1_block_index":310015,"tx1_expiration":10,"tx1_hash":"65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","tx1_index":16}',0,'BET_MATCH','65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e','cf7dea21e954ece91ce41f9160e2e581f550c3c1283e90e5b6bab6dff9f544fc'); +INSERT INTO messages VALUES(123,310015,'parse','transactions','{"supported":true,"tx_hash":"65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","tx_index":16}',0,'TRANSACTION_PARSED','65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e','d25e14987f785adee7a892af8ca3eb8a9151ec15d21e025d272a41d17ab4068d'); +INSERT INTO messages VALUES(124,310015,'parse','blocks','{"block_index":310015,"ledger_hash":"4e4abd3e8ab2658a7ac673e3a178ceac76fee41cf48bb6ed007d241c079979bf","messages_hash":"a285358a9d6a44b24ab10ef667558550d875f8ee214851e170c0b57a9d69a46d","transaction_count":1,"txlist_hash":"288c9c0f37cb0c2e9db66d4b88b165391a67f06016ac84c485e9b9158ee51f2d"}',0,'BLOCK_PARSED',NULL,'0dfc7d0ad3e04b228d6f9b8cbc00d6246462fe60d4078203ca615d510f6ae028'); +INSERT INTO messages VALUES(125,310016,'insert','blocks','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8edb176380e7f405a9f0d6e59008f62cb672c9a46777b1c1508b739428b28a99'); +INSERT INTO messages VALUES(126,310016,'insert','transactions','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"btc_amount":1000,"data":"00000028000252bb33c8000000002cb417800000000026be36803ff0000000000000000013b00000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4","tx_index":17,"utxos_info":" 6e87b9e2c5817b3fb2d8884f48f50697733404a54dd2651b5f45b4da35545833:0 3 "}',0,'NEW_TRANSACTION',NULL,'43c5a747e7e22ea73de9e12bc0895457cbc3eb1650f740459f902a49e68bb588'); +INSERT INTO messages VALUES(127,310016,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310016,"event":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4","quantity":750000000,"tx_index":17,"utxo":null,"utxo_address":null}',0,'DEBIT','94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4','4894841afedcbb578e856106245fdc21de2d608727fdda508ceb1a20ae29547f'); +INSERT INTO messages VALUES(128,310016,'insert','bets','{"bet_type":2,"block_index":310016,"counterwager_quantity":650000000,"counterwager_remaining":650000000,"deadline":1388000200,"expiration":10,"expire_index":310026,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":5040,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":1.0,"tx_hash":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4","tx_index":17,"wager_quantity":750000000,"wager_remaining":750000000}',0,'OPEN_BET','94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4','84b92484892eaaaaf160b943135ce2f3df6908d86c80f61429080cdf6fd8bff8'); +INSERT INTO messages VALUES(129,310016,'parse','transactions','{"supported":true,"tx_hash":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4","tx_index":17}',0,'TRANSACTION_PARSED','94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4','281fd295a8003c46370246fbfa4b4ad8e9c1be1f14d3247df4c165c112f4b0a3'); +INSERT INTO messages VALUES(130,310016,'parse','blocks','{"block_index":310016,"ledger_hash":"17a28cca0777254af26544edfefcad8810e847e5d173fded9a7813719cf1162f","messages_hash":"3c5d246f099aff1506aaac328365b893c177e99d880f88d163a9b88ddb1f291e","transaction_count":1,"txlist_hash":"1bf7e0a4aa8356584087591a8c8e8b28185a6ebfe1a15a85f01165a04ff57913"}',0,'BLOCK_PARSED',NULL,'33caa5a2e6ba01a3dd83af6395ee9338a419baf944dd14b6d1d59f26bb1f0e65'); +INSERT INTO messages VALUES(131,310017,'insert','blocks','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'27a2171b78a0a5465f4fb4ffd4c0288e29c1b5a6be2b793d83c84788b7e30aaf'); +INSERT INTO messages VALUES(132,310017,'insert','transactions','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"btc_amount":1000,"data":"00000028000352bb33c80000000026be3680000000002cb417803ff0000000000000000013b00000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","tx_index":18,"utxos_info":" 0fe94e9ce6026767f7c6fb2159bb0caafb1396c8d666233718d5b549ac1c9d8b:0 3 "}',0,'NEW_TRANSACTION',NULL,'4f4ff734174aa02982027b1a7ab9c77a44a8de7194e767b215ed2d380c02653e'); +INSERT INTO messages VALUES(133,310017,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310017,"event":"a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","quantity":650000000,"tx_index":18,"utxo":null,"utxo_address":null}',0,'DEBIT','a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e','997d7945cfe193797b7c00dea12fe74058fb455da978eb0d0e3ce092d1d2f5b1'); +INSERT INTO messages VALUES(134,310017,'insert','bets','{"bet_type":3,"block_index":310017,"counterwager_quantity":750000000,"counterwager_remaining":750000000,"deadline":1388000200,"expiration":10,"expire_index":310027,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":5040,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":1.0,"tx_hash":"a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","tx_index":18,"wager_quantity":650000000,"wager_remaining":650000000}',0,'OPEN_BET','a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e','93d3827853e6214f97893f79b20f3cd17ddf82a6a75be6947124c000ce9d09dc'); +INSERT INTO messages VALUES(135,310017,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310017,"calling_function":"filled","event":"a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e','28d6afa36fc0ab806b6fca46984e45cdfdbc669f017f3029076aba992be4ba4a'); +INSERT INTO messages VALUES(136,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4","wager_remaining":0}',0,'BET_UPDATE','a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e','4973d6761fa3f2568c12c6f2d72895f06b4572f1153b46add600fde78d510b83'); +INSERT INTO messages VALUES(137,310017,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310017,"calling_function":"filled","event":"a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e','e775e8f3fd07741d09f93da6bcca2fe78194163c28a6cdb446dc6950d427f711'); +INSERT INTO messages VALUES(138,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","wager_remaining":0}',0,'BET_UPDATE','a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e','4656f5b64c131f09333f001aa2cd78ef30e0996521e7dc4411bdab4a37319efa'); +INSERT INTO messages VALUES(139,310017,'insert','bet_matches','{"backward_quantity":650000000,"block_index":310016,"deadline":1388000200,"fee_fraction_int":99999999,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","forward_quantity":750000000,"id":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4_a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","initial_value":100.0,"leverage":5040,"match_expire_index":310026,"status":"pending","target_value":1.0,"tx0_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx0_bet_type":2,"tx0_block_index":310016,"tx0_expiration":10,"tx0_hash":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4","tx0_index":17,"tx1_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx1_bet_type":3,"tx1_block_index":310017,"tx1_expiration":10,"tx1_hash":"a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","tx1_index":18}',0,'BET_MATCH','a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e','62aea6397cd87cfaa7986cb4673525e5e5a990b1d8c4f9d63dc2500d78fd61c1'); +INSERT INTO messages VALUES(140,310017,'parse','transactions','{"supported":true,"tx_hash":"a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","tx_index":18}',0,'TRANSACTION_PARSED','a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e','c093625b7fefe67607793381c8ad8d0a1792fdb80382944952f1fbc8439eadc1'); +INSERT INTO messages VALUES(141,310017,'parse','blocks','{"block_index":310017,"ledger_hash":"1fb58120e9eb78908fda6265cad12b4a5770701e9a271bd5c4bc94059bd3bab5","messages_hash":"2ab6dd45da6c4ee2868fa448372e8dd3261f1986a140f09bd1b4fa23bcad460b","transaction_count":1,"txlist_hash":"62678a570c40b5a12469e442b3a54f1416d9113de2db501f37ed533f345e71c1"}',0,'BLOCK_PARSED',NULL,'5eb2ad7870e54d95f91f014f34b8c0e35637444db5c9a989087194d1269a1a9f'); +INSERT INTO messages VALUES(142,310018,'insert','blocks','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'29c266d02dde0cb7ffe2145d2cc6474b96d622264e7add6e9e09e8fde01d6c4b'); +INSERT INTO messages VALUES(143,310018,'insert','transactions','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"btc_amount":0,"data":"0000001e52bb33324058f7256ffc115e004c4b4009556e69742054657374","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4","tx_index":19,"utxos_info":" 1bd34a2e5fa7dc79e1f1bff6fcc0532e1c8ee5714ffe51d4db117b1ff4849270:0 2 "}',0,'NEW_TRANSACTION',NULL,'62bf88b72c088f8e4b61bf6f082132881cd846697435029a9b86ab5202fe4350'); +INSERT INTO messages VALUES(144,310018,'insert','broadcasts','{"block_index":310018,"fee_fraction_int":5000000,"locked":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","text":"Unit Test","timestamp":1388000050,"tx_hash":"f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4","tx_index":19,"value":99.86166}',0,'BROADCAST','f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4','1a6919ab41fe037be6492314670095a2879e1b1d486784fcb1386bd318a42da0'); +INSERT INTO messages VALUES(145,310018,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310018,"calling_function":"bet settled: liquidated for bear","event":"f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4","quantity":59137500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4','e46acda420a0c2a678056bff9cc8a279812815ce1a121a753a5b957071519cf5'); +INSERT INTO messages VALUES(146,310018,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310018,"calling_function":"feed fee","event":"f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4","quantity":3112500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4','6ac306605c14f0eeb042d8fd87f8330888ae16584e0a7dd185fc7f3aff2a4fe3'); +INSERT INTO messages VALUES(147,310018,'insert','bet_match_resolutions','{"bear_credit":59137500,"bet_match_id":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f_6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","bet_match_type_id":1,"block_index":310018,"bull_credit":0,"escrow_less_fee":null,"fee":3112500,"settled":false,"winner":null}',0,'BET_MATCH_RESOLUTON','f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4','33f5c6dc1e010d9185751fcb123946bda35616172840efa93aa86c23588f28a2'); +INSERT INTO messages VALUES(148,310018,'update','bet_matches','{"id":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f_6a5f30666a5f24b6e0e6f31cf06b22ee74d3e692a550297450bdf1d36b1cc167","status":"settled: liquidated for bear"}',0,'BET_MATCH_UPDATE','f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4','8fc1ab991b7d24619ce5dc0e4d56eba791cf6fd88a1f10c151d83ec9da1528ad'); +INSERT INTO messages VALUES(149,310018,'parse','transactions','{"supported":true,"tx_hash":"f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4","tx_index":19}',0,'TRANSACTION_PARSED','f020ae6c0b1aadbba4893581678ef87f9d2a925be5e6b08d02440e213f6183b4','59dceb886ebf56ea19b7a5460da50757263a2bb2f94a876b82f678ddd4c52a47'); +INSERT INTO messages VALUES(150,310018,'parse','blocks','{"block_index":310018,"ledger_hash":"304243c1b11644e04d325d7100e4c757c07b874f0349e60163a5a544e84e951f","messages_hash":"d76d645c76804553ec8fdaec7fe43520b5c5e02d28d540c967c6b37366419fdf","transaction_count":1,"txlist_hash":"a174e4813aa967f5466148f27f4f8511ed9404295bf613e112c08b72eb3229ad"}',0,'BLOCK_PARSED',NULL,'91a88f1a63baef79de6194d9a14c5c33888677648993393a9186d02647a92463'); +INSERT INTO messages VALUES(151,310019,'insert','blocks','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9f564b5d42106820145194a83308f88bc95f2e6b0a1a77cd611d60cb47ae81d9'); +INSERT INTO messages VALUES(152,310019,'insert','transactions','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"btc_amount":0,"data":"0000001e52bb3365405915f3b645a1cb004c4b4009556e69742054657374","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600","tx_index":20,"utxos_info":" d42e76bd859bf8b182e6e798cbb571f766fc69aa64d9b71c15d5c04f7fe8d0fa:0 2 "}',0,'NEW_TRANSACTION',NULL,'fba20f9d3dffb165f01e142950d9763ef470e8a52f1a4b8b98a69edeaa8fd2b5'); +INSERT INTO messages VALUES(153,310019,'insert','broadcasts','{"block_index":310019,"fee_fraction_int":5000000,"locked":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","text":"Unit Test","timestamp":1388000101,"tx_hash":"dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600","tx_index":20,"value":100.343}',0,'BROADCAST','dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600','8ee16a24a3fa7d59d9bdc7307932e08cd8e27754766b29c5dd55bd8a876fa981'); +INSERT INTO messages VALUES(154,310019,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600","quantity":159300000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600','2b348190f68db312280512e43f41f177eb6be58b661a1187f09a06859f3a4173'); +INSERT INTO messages VALUES(155,310019,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600","quantity":315700000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600','25b05575b5e2fdfdcff132a394e79e36818a81f7c724ceb6af0ecf0f43db2692'); +INSERT INTO messages VALUES(156,310019,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310019,"calling_function":"feed fee","event":"dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600","quantity":25000000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600','5e07ce9dae9ef8b815357deff1c01f5e10b97a440c6a726441587cad09a89a0a'); +INSERT INTO messages VALUES(157,310019,'insert','bet_match_resolutions','{"bear_credit":315700000,"bet_match_id":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3_65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","bet_match_type_id":1,"block_index":310019,"bull_credit":159300000,"escrow_less_fee":null,"fee":25000000,"settled":true,"winner":null}',0,'BET_MATCH_RESOLUTON','dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600','21d725e16d3e614f01b0f4a3e1b05f61a15c88405cf46762c3141b216d584346'); +INSERT INTO messages VALUES(158,310019,'update','bet_matches','{"id":"2066b9a6b8913412384a0401ef57bfc604e7c5a2c141e23111a8ccc6881b0fb3_65db3ab58b65891a947ab9bdba4723e907678bf3b48397add62802dcc65d1d8e","status":"settled"}',0,'BET_MATCH_UPDATE','dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600','5c12d22479c194f9fa635c50f0a33c91cf6bfb339eed7deb40ad770c1d45e1c6'); +INSERT INTO messages VALUES(159,310019,'parse','transactions','{"supported":true,"tx_hash":"dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600","tx_index":20}',0,'TRANSACTION_PARSED','dccbd8852c8d489d32f87be0c86a631b63ec50202b0109a2be6aa96f27f89600','2f1c7e158cdd4af70c85f708eb66bc61316142dff98e547800f9b56f91e35aed'); +INSERT INTO messages VALUES(160,310019,'parse','blocks','{"block_index":310019,"ledger_hash":"fc9905ee4863b3cf29a3e558ee690a24ed978a4fd79c464bdde30a34cfff19fe","messages_hash":"a399691366b1d592ae689af567cdb09dac50fef3d130feeae0029ef7e615ac7a","transaction_count":1,"txlist_hash":"c551c2094651cd0e06e0cd9d513fec771b69f4bb89c3034f201c89f703cf8a23"}',0,'BLOCK_PARSED',NULL,'1f58a8ed847840ceb1a39fec12ed5a0423ab57503854de4178bdfde5effbca36'); +INSERT INTO messages VALUES(161,310020,'insert','blocks','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0804eac1c328c3b0c2ca492852c637f04692b59238ef918240de46e4e1053711'); +INSERT INTO messages VALUES(162,310020,'insert','transactions','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"btc_amount":0,"data":"0000001e52bb33c94000000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e","tx_index":21,"utxos_info":" 35f2a884080b8d753095b1de08c0fc7e4959da011dcb0118dd3a856d75a89d2f:0 2 "}',0,'NEW_TRANSACTION',NULL,'64e65aa964f83b6eed111307647f44592b34a544b25c7d5a04807c0acfe30113'); +INSERT INTO messages VALUES(163,310020,'insert','broadcasts','{"block_index":310020,"fee_fraction_int":5000000,"locked":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","text":"Unit Test","timestamp":1388000201,"tx_hash":"457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e","tx_index":21,"value":2.0}',0,'BROADCAST','457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e','3af8ffe21db06b1793ac64c17401cc35d6de6c8d3db39fb5c0fd5147e0353dc2'); +INSERT INTO messages VALUES(164,310020,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310020,"calling_function":"bet settled: for notequal","event":"457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e","quantity":1330000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e','52b73da58f88be077a60983e682e18a162e282b2162fda0308278c7d168dd200'); +INSERT INTO messages VALUES(165,310020,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310020,"calling_function":"feed fee","event":"457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e","quantity":70000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e','9daeb47742700c0803cfc4f32ef5b3094094f98d58b706b2bcb970ae1aa63504'); +INSERT INTO messages VALUES(166,310020,'insert','bet_match_resolutions','{"bear_credit":null,"bet_match_id":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4_a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","bet_match_type_id":5,"block_index":310020,"bull_credit":null,"escrow_less_fee":1330000000,"fee":70000000,"settled":null,"winner":"NotEqual"}',0,'BET_MATCH_RESOLUTON','457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e','ae3cc3c0bc54c1eade4cea6f4ded1762709bf8b5041309824cef52c3b96b2d66'); +INSERT INTO messages VALUES(167,310020,'update','bet_matches','{"id":"94b11df6b519372bfbcf0ec5f3e6465a63e323c7cd7cff83a8abd78596d4bce4_a7daff1ca2874f6b18a8f1a1e70db27f58c6b39a9f106c353223fbccde57098e","status":"settled: for notequal"}',0,'BET_MATCH_UPDATE','457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e','59fbeb2d3164ca98d30ae15559f650b4bb9da43115b1d6b840dce33db0123529'); +INSERT INTO messages VALUES(168,310020,'parse','transactions','{"supported":true,"tx_hash":"457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e","tx_index":21}',0,'TRANSACTION_PARSED','457f36dccce6664a8e28b00ebf47aa60ba4a41b46642aceef0e2a297429eb64e','e7c576488e25071cb870987e4106e9ef314c15d71ffa2fc4d1691f73917f2954'); +INSERT INTO messages VALUES(169,310020,'parse','blocks','{"block_index":310020,"ledger_hash":"e433feac4a09ad727bd3764b10a568acf5c659745a695e9d7e8790514f6bc98e","messages_hash":"eda772aeb442feca74f03da6511b0b3f04d4338078cfef89f05528f316ce0210","transaction_count":1,"txlist_hash":"087d41720991e4b6bb72c6141334a65c9a289454dd8fd57edc33a09db467d086"}',0,'BLOCK_PARSED',NULL,'63a0db5ef5e6088d70f36b369f6dbbddc76e461c1c22f4f5467c08c0821a9172'); +INSERT INTO messages VALUES(170,310021,'insert','blocks','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'10c287a33cfdebd653ded4a93d2bbe5f752a796148a03b2df26ff79b4cffbcff'); +INSERT INTO messages VALUES(171,310021,'insert','transactions','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"btc_amount":0,"data":"0000000a00000000000047670000000002faf08000000000000000010000000002faf080000a0000000000000000","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee","tx_index":22,"utxos_info":" b26d7ac6c4f02ba75486ccd6031f7b5b78891da999ad5a28082b77c8188af830:0 2 "}',0,'NEW_TRANSACTION',NULL,'fb9c1d61e0cf416497a8cdd5060fcd86ce14cecdb05ff7d98bc8b56c03a498de'); +INSERT INTO messages VALUES(172,310021,'insert','debits','{"action":"open order","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310021,"event":"6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee","quantity":50000000,"tx_index":22,"utxo":null,"utxo_address":null}',0,'DEBIT','6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee','f7f34b0db1267ce2c199bdc5be23c0e14cd6a6620a5765cd79e8db31edba0cd6'); +INSERT INTO messages VALUES(173,310021,'insert','orders','{"block_index":310021,"expiration":10,"expire_index":310031,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":50000000,"get_remaining":50000000,"give_asset":"BBBB","give_quantity":50000000,"give_remaining":50000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","tx_hash":"6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee","tx_index":22}',0,'OPEN_ORDER','6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee','19206ba09c25c89f1c2a3c2b3f3fddfb358cb6eeb8a33de4076d07ab7d2831f2'); +INSERT INTO messages VALUES(174,310021,'parse','transactions','{"supported":true,"tx_hash":"6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee","tx_index":22}',0,'TRANSACTION_PARSED','6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee','e6f46f43e5bf594b8f31d3c974d06440de5ef57cf396b6fe91ade8507bb02f56'); +INSERT INTO messages VALUES(175,310021,'parse','blocks','{"block_index":310021,"ledger_hash":"622f92da40eae0b1b57218b32ad18daf7d79c9e0202fed4a288d75b8fdcd19d2","messages_hash":"c5189dbcc944f83763561e8bb0deaa2db7a7859f01daef72322b5b11c3b86ee0","transaction_count":1,"txlist_hash":"caa77e83354d56437795411f9625dff332c0dd39d059a0ad7381fe1f37e38999"}',0,'BLOCK_PARSED',NULL,'d255493db04c41701c0ab2ad5dfc04395b70919c136658262f5abc5989a912c1'); +INSERT INTO messages VALUES(176,310022,'insert','blocks','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53d680f25ae1914a5101aabb997e39748ede2315814fcdaa9071719d753af8b8'); +INSERT INTO messages VALUES(177,310022,'insert','transactions','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"btc_amount":100000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":14675,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c81cd36f1efabd22f1a00923714fd5a5f1ba07852ef1f0763223563e3f55dfda","tx_index":23,"utxos_info":" a97707e3dc3ad8d51d385701161d1020fd8f459b3668a9b0cf6d57a09416a3c9:0 2 "}',0,'NEW_TRANSACTION',NULL,'c081b8323348497ce1b8225c43de47ceff336a9623367cdeab49ad0404232bf8'); +INSERT INTO messages VALUES(178,310022,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310022,"calling_function":"burn","event":"c81cd36f1efabd22f1a00923714fd5a5f1ba07852ef1f0763223563e3f55dfda","quantity":56999887262,"tx_index":23,"utxo":null,"utxo_address":null}',0,'CREDIT','c81cd36f1efabd22f1a00923714fd5a5f1ba07852ef1f0763223563e3f55dfda','361cfc9dba589d872f6a6b4b8ca994d7acfc487233b56965123a9b109e8cb3bb'); +INSERT INTO messages VALUES(179,310022,'insert','burns','{"block_index":310022,"burned":38000000,"earned":56999887262,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"c81cd36f1efabd22f1a00923714fd5a5f1ba07852ef1f0763223563e3f55dfda","tx_index":23}',0,'BURN','c81cd36f1efabd22f1a00923714fd5a5f1ba07852ef1f0763223563e3f55dfda','fc553bb867f0b0c6f9ca0b3c6de1afcad09c85234ac06f5e61a108787b38c98b'); +INSERT INTO messages VALUES(180,310022,'parse','transactions','{"supported":true,"tx_hash":"c81cd36f1efabd22f1a00923714fd5a5f1ba07852ef1f0763223563e3f55dfda","tx_index":23}',0,'TRANSACTION_PARSED','c81cd36f1efabd22f1a00923714fd5a5f1ba07852ef1f0763223563e3f55dfda','16b7e44d4afe1b591b93f13f029242ddcd18f4b2e989c6d9569a12b011cf43d1'); +INSERT INTO messages VALUES(181,310022,'parse','blocks','{"block_index":310022,"ledger_hash":"b7aa8d9ebc37d52d8dcce2cc17431d6edf5a183b73ac85bb3d91276592215cfd","messages_hash":"fe4e415a14f059b57d10941414c96ebc3c0c60cb2bd4752a7d8039bce1e91081","transaction_count":1,"txlist_hash":"df23960a57099b0b64572553e56794b1eff3004e684ee2b31187b585aeb03587"}',0,'BLOCK_PARSED',NULL,'c822a45bdb2f81ffe8e5d345fbccad53a0f643744c0d0bd1b0add3ad3da83321'); +INSERT INTO messages VALUES(182,310023,'insert','blocks','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d7e7f04cf4122824fa30c2575f6008310d07535000080f9582f9b044fcf3b938'); +INSERT INTO messages VALUES(183,310023,'insert','transactions','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"btc_amount":1000,"data":"0000000000000000000047680000000000002710","destination":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341","tx_index":24,"utxos_info":" c9eecc8059afd7607bf284bcc3322c5c34639e4707a8737c2a98526911c99390:0 3 "}',0,'NEW_TRANSACTION',NULL,'15647a7ff628135f70da8e89e50f793aff2d95ba236efde50c9b3d47fe75f39a'); +INSERT INTO messages VALUES(184,310023,'update','bets','{"status":"expired","tx_hash":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f"}',0,'BET_UPDATE',NULL,'afbe02416964cce2da96c22c33ce543f69e257998af3dda2add2a2e880c476cc'); +INSERT INTO messages VALUES(185,310023,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310023,"calling_function":"recredit wager remaining","event":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f","quantity":8500000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'3c4070d1ef0421667f821654f54a5b7b393e8b6164ece039066f0cb048640987'); +INSERT INTO messages VALUES(186,310023,'insert','bet_expirations','{"bet_hash":"74062934f0a97c41851735fef2a7df4d9ad9945424f09a54281e145a5e32492f","bet_index":13,"block_index":310023,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2"}',0,'BET_EXPIRATION',NULL,'6376c7992bbe1d9953a0d49f72e1cea6a70c8509ca91c013a5f233272db6560f'); +INSERT INTO messages VALUES(187,310023,'insert','debits','{"action":"send","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310023,"event":"c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'DEBIT','c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341','b9010daf9f5fe5959b6c2719de55a11d76e72f26a2dea6a81e3e6cf593829eff'); +INSERT INTO messages VALUES(188,310023,'insert','credits','{"address":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310023,"calling_function":"send","event":"c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'CREDIT','c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341','9faf98b77d43b4e0c091271b7dd38f14334fd4b481020e08d907fb98d49682a5'); +INSERT INTO messages VALUES(189,310023,'insert','sends','{"asset":"BBBC","block_index":310023,"destination":"1_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":10000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341","tx_index":24}',0,'SEND','c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341','c696b1695d3428534a9f283b6b019f5aa4f2c0410172937d06ec250e979b24ad'); +INSERT INTO messages VALUES(190,310023,'parse','transactions','{"supported":true,"tx_hash":"c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341","tx_index":24}',0,'TRANSACTION_PARSED','c576ecde0f86c86725b540c9f5e6ae57a378fe9694260f7859eca55613d9d341','33024401baf7878ebd6d326c07fc0230109706d8fb70f0101dec4b91b7f83411'); +INSERT INTO messages VALUES(191,310023,'parse','blocks','{"block_index":310023,"ledger_hash":"501c058860063ca599f3b946d465b3bbd84fd483a2a80527e456e3de32b48a19","messages_hash":"160150359edf3880a2a88c472b245fe976bb42061c39394d0da7e91563d56395","transaction_count":1,"txlist_hash":"c680a6d4f839ba4f9420a99f0512e51fc1db0b661ed027332f440c6089eb615a"}',0,'BLOCK_PARSED',NULL,'dd651a68ec5d494a3becfa1b1ac5114cbcd477f396815e546ff7ad70a6165072'); +INSERT INTO messages VALUES(192,310024,'insert','blocks','{"block_hash":"b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5","block_index":310024,"block_time":310024000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7ecad5b9e06679666fbb5c62b41acc23031569258e15db0c4401a4ed54ec9cfe'); +INSERT INTO messages VALUES(193,310024,'parse','blocks','{"block_index":310024,"ledger_hash":"222986ec44fae1a6196d64dec24b79872970823f17bf0459d3b247bdef316675","messages_hash":"148211630090c1b3c9bc1efa53cdc07d862043fb9b7f537be7aec30da32492eb","transaction_count":0,"txlist_hash":"f40aab7ef7167a17e35279423d9c14d49a9ebc05691fa658b09add1373216959"}',0,'BLOCK_PARSED',NULL,'47bbcacf47b730465312833a25a87abd81171de4456e1ebaee222471efaa3610'); +INSERT INTO messages VALUES(194,310025,'insert','blocks','{"block_hash":"a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666","block_index":310025,"block_time":310025000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7136b1fdf4375c432720ad1469ddc7ec89453031eabc914ba62683e8b9ec56bb'); +INSERT INTO messages VALUES(195,310025,'parse','blocks','{"block_index":310025,"ledger_hash":"bcd88006b9cb98445a74c656d424435e82eeaef95dd9c54e394b42808dc9cb8b","messages_hash":"54f8bf9ffff2b2efd9a7fa84c64d957fda2ac1ced34d2ae1e8aeecb58d75778d","transaction_count":0,"txlist_hash":"0e3736813d3c0e789cd9474449abcf83118b5559cbc2f4dfd4d3ee51b5847a57"}',0,'BLOCK_PARSED',NULL,'eb9be49fdfa2fe71965621ff12bdf29912f3016bc8caddc8286bcae0946026de'); +INSERT INTO messages VALUES(196,310026,'insert','blocks','{"block_hash":"6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a","block_index":310026,"block_time":310026000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'581d7222c475ed1ebaf3fbcc1576710d62a911b901ba260642716f40cae4cd24'); +INSERT INTO messages VALUES(197,310026,'parse','blocks','{"block_index":310026,"ledger_hash":"3de7bf2043ac2e68bc9eaf8d1c12195a4f2400bc78c8deed0d487af11edf401e","messages_hash":"79db36136e62669489ac6010b1e5396d14c4ab6e6bec73970de9acfc6fe8bdcd","transaction_count":0,"txlist_hash":"c3572580398fcd71e5a1fef6e10217a99dec1aa605d61830ebb64ea65b7907ae"}',0,'BLOCK_PARSED',NULL,'a4ac3f4e281d9bb0e2d96ae2f700afe7d8e56c09e4bc46472f48470a5df0f89b'); +INSERT INTO messages VALUES(198,310027,'insert','blocks','{"block_hash":"d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e","block_index":310027,"block_time":310027000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'47972fb18d17821f6076f0ae162baf531a29c617056b431fc6f77391fe59c7ad'); +INSERT INTO messages VALUES(199,310027,'parse','blocks','{"block_index":310027,"ledger_hash":"6c2a67783cf36e8987dc1805f87532ee1b94f79fb00952d8ee4cf3daaf655f85","messages_hash":"8e5547a3630b35804b5da37e1497a47c1c2976e3bef4bec42c69fc081c6d0a21","transaction_count":0,"txlist_hash":"b8b9d102d56df94d4fcea6f8aeb92d3cb859d3281c9fac7407842b7f05313737"}',0,'BLOCK_PARSED',NULL,'5553067412338a31684c2b71f82d80ccf4cb5f02467277b5dc6e2b171471082e'); +INSERT INTO messages VALUES(200,310028,'insert','blocks','{"block_hash":"02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b","block_index":310028,"block_time":310028000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b1817be17b1a829941aab066adf73d65d553a3810d744cbbc7db86c2c2a4fc33'); +INSERT INTO messages VALUES(201,310028,'parse','blocks','{"block_index":310028,"ledger_hash":"659c73390e2e7eccc07d690fb438181c604787208bc45f466e57721fa1e21a64","messages_hash":"ace19080dbec5b208e987cf0ddc992ddfe821339c3ea0fddb65d0aba9e6622d3","transaction_count":0,"txlist_hash":"55eafa176bc145ec7b98497c8a156226c68bd3b921cbdd06a890b2bd660ca050"}',0,'BLOCK_PARSED',NULL,'69db2ff134550d3cdab6e0f29ce642189ba4999f42873b303f6036a6fef2fc41'); +INSERT INTO messages VALUES(202,310029,'insert','blocks','{"block_hash":"3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6","block_index":310029,"block_time":310029000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d30eb1f99ae6a41f09f95b5b29a571a895dc31c4a3fb76a9caaaeea98995a0f6'); +INSERT INTO messages VALUES(203,310029,'parse','blocks','{"block_index":310029,"ledger_hash":"87449e7ff7316e49012934d83c1f5b733cedf39680299a9582eb216e260e0c02","messages_hash":"b462ebce2399926718aabdc7afd449c43bdcb4a62b67a616582377468c5540e7","transaction_count":0,"txlist_hash":"c2fc809ff3ef6b74b10b1439fe15c275c6fd925e92dea73cf9d603948aba0d8f"}',0,'BLOCK_PARSED',NULL,'3b54501ce191df3a6305f7552431a0cbfd0bdcf346a7523fdd243c36a6351983'); +INSERT INTO messages VALUES(204,310030,'insert','blocks','{"block_hash":"d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5","block_index":310030,"block_time":310030000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fe0d444e922e47c1642bafa068046734685ebdef21cb3924f2e95a0d5bad9ef9'); +INSERT INTO messages VALUES(205,310030,'parse','blocks','{"block_index":310030,"ledger_hash":"6c4a7f749d0308edf5c88b3ea4de3b1d497ba3bc06435594d77686318b744b0f","messages_hash":"7cf13490dcbe49319c11fc182e18e7d5ff37819ad0fa940c2d1b3c6b7b17660b","transaction_count":0,"txlist_hash":"45db1d0cde22349299df8245e7ed24d308e1b1cb227098178606650f20832aaa"}',0,'BLOCK_PARSED',NULL,'7e531e1a0a316fa84a3eff0ef644a5bd8d1956b2e071498f80c2aac31fb1045a'); +INSERT INTO messages VALUES(206,310031,'insert','blocks','{"block_hash":"0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689","block_index":310031,"block_time":310031000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6434da55c2d4d41f0311d2f8350d5b0f801c073b07c76d97cf074ebcfecda423'); +INSERT INTO messages VALUES(207,310031,'parse','blocks','{"block_index":310031,"ledger_hash":"ecc04b1b2c7803ca17dc2a32adebd0960de2c04c8dbfec9cd88771dd883c885a","messages_hash":"c32480d112db4b2920daaebcc315c4a0796fe68f11fd87c2f00c4a068c4ff888","transaction_count":0,"txlist_hash":"981653075dd609f44e0a5673dac2b63824b84e26080ec226547892c67dd7cc33"}',0,'BLOCK_PARSED',NULL,'6ba5a26a340d39ac43528c48593f029e1dbde25dd26f6b108bfb6d07b91af960'); +INSERT INTO messages VALUES(208,310032,'insert','blocks','{"block_hash":"66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074","block_index":310032,"block_time":310032000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0e59e28010803bdb35aaae53e9eddc4bb2c09a545989adcf9384a9b37f3118bd'); +INSERT INTO messages VALUES(209,310032,'update','orders','{"status":"expired","tx_hash":"6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee"}',0,'ORDER_UPDATE',NULL,'6bbbc5a6ecbc3f345164f8c3f886e256f9b9244babc96f72f127522ebe37e718'); +INSERT INTO messages VALUES(210,310032,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310032,"calling_function":"cancel order","event":"6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee","quantity":50000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'85a3270d22d84a04b40024ba349cc1fe32f1e1e1e99c8f5ec5b333dce6539d95'); +INSERT INTO messages VALUES(211,310032,'insert','order_expirations','{"block_index":310032,"order_hash":"6cb08a1c0547ab0d0d37b74633c1c8a2fd2372d9fd72eb3abdea298f2b245fee","source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2"}',0,'ORDER_EXPIRATION',NULL,'41b0556ab82ea45d62fe3287896a56c884e265326b8aea571bf198bc51ba3230'); +INSERT INTO messages VALUES(212,310032,'parse','blocks','{"block_index":310032,"ledger_hash":"01e769c5b990db44a9e534bc6c759567eb4283e0ea252578dd525923c7fde02c","messages_hash":"40ae5f690266874c2f8cc38fbf0174e0a425dd773d6c2df72484cfdb50f8a729","transaction_count":0,"txlist_hash":"81778134948c3577216eeeb6db7fe9687545d855dc3b5f6bdf6053a7edf3eaf3"}',0,'BLOCK_PARSED',NULL,'516345c66c3343d21a3907d28eefc48a878dc3a811ba5ebd90dd4787d983b189'); +INSERT INTO messages VALUES(213,310033,'insert','blocks','{"block_hash":"999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707","block_index":310033,"block_time":310033000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aca8186ae67b1fdc0375fe670fa2f05f31c19f4ced284d1ef989915acfd08aa3'); +INSERT INTO messages VALUES(214,310033,'parse','blocks','{"block_index":310033,"ledger_hash":"2df6b8dca0ffa8d6d55997605188637c2b86300e4dd7ebe3f1f275690169fd46","messages_hash":"ad553149f737455d30692ed413fa12f5dd1998bfac5ad58c5201f886e93e3065","transaction_count":0,"txlist_hash":"650b0875a0fb44a0ad1b04edf1a0eb1b50b5ecc423c6ecdd37b5aa60b5e85663"}',0,'BLOCK_PARSED',NULL,'8e75664836419b0e058d1f949429264fe6999fa61354dd9578994456c19e21a6'); +INSERT INTO messages VALUES(215,310034,'insert','blocks','{"block_hash":"f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208","block_index":310034,"block_time":310034000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'73506ecb245c5c0fb8c8a601f54a0a5535c42f74e4ac106f7fd4b03460dd5787'); +INSERT INTO messages VALUES(216,310034,'parse','blocks','{"block_index":310034,"ledger_hash":"7f0dc7c1527a7d11831d272f0295eacabcb96fa3599f5a716bd29ba1bb6b7577","messages_hash":"5ba7e755fad6323c41894fd6fbd2cd614c0f24ff43003ffacdf226967f7abd3e","transaction_count":0,"txlist_hash":"e9d6c050b077d8e6902999bf64a0f1bf420c881b8a32c511ae81b0359e83a542"}',0,'BLOCK_PARSED',NULL,'84f325964c22dca3cd9c5fab7bc060bbfff07ebeeebe24aedb324b90ee45e42b'); +INSERT INTO messages VALUES(217,310035,'insert','blocks','{"block_hash":"a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2","block_index":310035,"block_time":310035000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5f39b4d3d2ecaf199e01e583e072044d286ab6c66cf37948cdbf8c08f8828ab1'); +INSERT INTO messages VALUES(218,310035,'parse','blocks','{"block_index":310035,"ledger_hash":"5e0cdf1764ed94672c29144f9c1bd9c3e70784f17c9dd1c9e4ce703a99bb3599","messages_hash":"3c2629549bc6618b1c4f2dd469fb92df4a40db4b4063909f306f1b266e93ef9f","transaction_count":0,"txlist_hash":"e755b5d80c9995dfa5763b080b9bdd349fd7b5bd940a661836ad418202b77384"}',0,'BLOCK_PARSED',NULL,'9c88b8d8f860655b1d1b4b1be71da66cd1fb1a691576998cde84af2c97681f87'); +INSERT INTO messages VALUES(219,310036,'insert','blocks','{"block_hash":"158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76","block_index":310036,"block_time":310036000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'064e54470ad40fa9d4aa7313bd4102e93f090c50d20d3e4672d306228ef42069'); +INSERT INTO messages VALUES(220,310036,'parse','blocks','{"block_index":310036,"ledger_hash":"96da34a5a66b89aa3e8857b4a4edca51a56a0cbbfe600d8153077875624a153e","messages_hash":"dd9d640c94869eebb9ce36eae8284ac92ff6603e727296b103c4a1e62c640fe0","transaction_count":0,"txlist_hash":"cbc0139fb09af6a6c63e07847a37f15767a1f7b01d6305cf40179de841c4f093"}',0,'BLOCK_PARSED',NULL,'b1e1d9494251a0fd05728825851117605b5d561d9991f7b84ff9beb535bd72f6'); +INSERT INTO messages VALUES(221,310037,'insert','blocks','{"block_hash":"563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07","block_index":310037,"block_time":310037000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fabf73666cd8cf69f6851aed7306c724ce928937a22fc8e9cfe3b07b6553c21b'); +INSERT INTO messages VALUES(222,310037,'parse','blocks','{"block_index":310037,"ledger_hash":"d481358c19b4220aa9a3d135fd0651fada6df8d0f27b9ec954ac07950e876c0c","messages_hash":"bc14ab0b4034504f754739f6745fbef7fe756977584957557351a4ca11e9f5ed","transaction_count":0,"txlist_hash":"0493eb6bbab5ced7f25c6f5a3b32e4e2da321a5c761855ef64b5e050ddcfe431"}',0,'BLOCK_PARSED',NULL,'bbd822dc30a4873bcebb906c9962e8ba6de1b23adcec2f0988c09b51f09a730d'); +INSERT INTO messages VALUES(223,310038,'insert','blocks','{"block_hash":"b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2","block_index":310038,"block_time":310038000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e0e8663606da2fcb24e79c69588fad662760d52840376e0014fab1cbf2de60d4'); +INSERT INTO messages VALUES(224,310038,'parse','blocks','{"block_index":310038,"ledger_hash":"4e9fcc454ee53b3617c792eb6577c2eefa6eee6aa4a2925538cb1976d48817c9","messages_hash":"8828576dad22cd8a9fc7010a594206f726f29e7e97a6603feb6d907a1c35e346","transaction_count":0,"txlist_hash":"64b95af50bbee190166820a564e858e5c86769c04b22a68c2bed5adee0f7292f"}',0,'BLOCK_PARSED',NULL,'5d36714d0bdcb4139d947eadf617f5f7893ba6099fc045a4ec809bc3525c7266'); +INSERT INTO messages VALUES(225,310039,'insert','blocks','{"block_hash":"5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347","block_index":310039,"block_time":310039000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8ec659ea0bfd7791288c4558e17aa757b0f63464d4c8736190a92c5b331b1571'); +INSERT INTO messages VALUES(226,310039,'parse','blocks','{"block_index":310039,"ledger_hash":"795c5652d9679942a02060edfb497b072009695d9a72fb144fa3591dba65a2ce","messages_hash":"c2243e1f1dbba74c3b8a50f2af67833c034ea23339ce2c0aac9d9930bb02b1e3","transaction_count":0,"txlist_hash":"9927f1558918a59509f668789e75198eb432fd63e0a7ffb46160d002c0932188"}',0,'BLOCK_PARSED',NULL,'7307dcc7bf02400a8115e68f8ef4127f77d7bcef1134d7615c0d621f9d4a01f9'); +INSERT INTO messages VALUES(227,310040,'insert','blocks','{"block_hash":"7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3","block_index":310040,"block_time":310040000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8416ba94fe1ca98dd6421759ade132ae086b961721d7553f23fe322d00bbf261'); +INSERT INTO messages VALUES(228,310040,'parse','blocks','{"block_index":310040,"ledger_hash":"e569e6e8083818e594e92b3356833e8dd54fcfcf5ed25af0d09e36e24b9dd441","messages_hash":"883c7d734d8f16b2e5d180db2ebe0b2ecf8cdbdfd9dd620229cd4373ba71aaa2","transaction_count":0,"txlist_hash":"969f7176f1a56d43e0d1b4da9cbac17cb1a934be64c12b3784ef33b584513271"}',0,'BLOCK_PARSED',NULL,'a431e25ccf9e3185668e34d9e59810d325e64909aba69122ad1e19ada27206f8'); +INSERT INTO messages VALUES(229,310041,'insert','blocks','{"block_hash":"5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359","block_index":310041,"block_time":310041000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e10fc8b68a6be27e3ae122aad582e267e23dd32b63bbb5bb43b6856a8bf9fe1f'); +INSERT INTO messages VALUES(230,310041,'parse','blocks','{"block_index":310041,"ledger_hash":"2247fcc633175a91921d226f412e56822379c79ca799117c39ecaaca0a702192","messages_hash":"6dc61756c035dcbde3a5d515e349732528541823117591be4e9b83ac764c0cbe","transaction_count":0,"txlist_hash":"29cb8f1b29affa41416aca0265599863f6b739538f13bc6672f6b3c17e411045"}',0,'BLOCK_PARSED',NULL,'f7ea0270638501710061a3f7783dfea91521f60c558b71e484432f88cde643f5'); +INSERT INTO messages VALUES(231,310042,'insert','blocks','{"block_hash":"826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4","block_index":310042,"block_time":310042000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ffc1aa4f07c347872f7ad7a953099c2fe83fbd976ffd505767ba8b90b250a1a'); +INSERT INTO messages VALUES(232,310042,'parse','blocks','{"block_index":310042,"ledger_hash":"0246c3a2a70b33a038ccdb816f6b0922a50d08310f360cbd5db4df58e97fc4dd","messages_hash":"396698db48d096f2c4a6801796e3ba3657783929f912933a45474c52e55c650e","transaction_count":0,"txlist_hash":"d1ca4c9abe26de83d9a0170461c87f2c219926f8dcb0c48793d74a0cbf01a43a"}',0,'BLOCK_PARSED',NULL,'6a91054d2cc40a2d931a6c0f386cf8d779cbe89334d27cd428949175d187da4d'); +INSERT INTO messages VALUES(233,310043,'insert','blocks','{"block_hash":"2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51","block_index":310043,"block_time":310043000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3bfdf23b177492e6c7e778dd6adb6d444923efa3a353246e416dc6cb308d6a3f'); +INSERT INTO messages VALUES(234,310043,'parse','blocks','{"block_index":310043,"ledger_hash":"cbe39e9d1a132cdc568f893bbc3d4f55d27bacf7af31f027ebea1b4bed9f0009","messages_hash":"2e083498f35107b347604947a4137c9dfe46413b5b4658d13b6a7b96b542817f","transaction_count":0,"txlist_hash":"452b2e3ff4075f702cddcb4b8fd9006c756dda7a3527d635f637a200fd621c91"}',0,'BLOCK_PARSED',NULL,'e9bb0be78d84652b6d196d7360ba53a71e8c71a92342dfac570e339b2b0c3b9b'); +INSERT INTO messages VALUES(235,310044,'insert','blocks','{"block_hash":"3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b","block_index":310044,"block_time":310044000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2ea8df7e553300a7ee5159988686c177a8ef3f1da65af15886b0b6d34fd54df0'); +INSERT INTO messages VALUES(236,310044,'parse','blocks','{"block_index":310044,"ledger_hash":"1202b05e118f0940ce270d9002d010076115a0197d889fee2d971a77709899bc","messages_hash":"33b2f39864aa459eb533f1c6836715dfc0ce336e603433b1fad67ed882c0c664","transaction_count":0,"txlist_hash":"527114d86a06f44f12e1f789f095227f9710b47e95251cdbd6f4c03309eae61d"}',0,'BLOCK_PARSED',NULL,'426ae840ba1607f3ab3a64dd1161bb325ef12ccef5c47c8f23b957b9a93c1611'); +INSERT INTO messages VALUES(237,310045,'insert','blocks','{"block_hash":"7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98","block_index":310045,"block_time":310045000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dbd2f6e4948d0786f39da552c7b0bce2b0a2e7c5c0366fca9fa7dfa064fb6ce3'); +INSERT INTO messages VALUES(238,310045,'parse','blocks','{"block_index":310045,"ledger_hash":"0bc49f765419c0b5b4911cccf03b0d9959aabacda266480b98245de0c0d35fc5","messages_hash":"38193d3fd8d494e1e47089e03fe1296af1d403cffb7394330d91845d011bd772","transaction_count":0,"txlist_hash":"ed6954fc7aadd8f80684cc67580b9cc16f9a402296ac91c021de0148a1ccb4a8"}',0,'BLOCK_PARSED',NULL,'7fe7a069f20fd0c3eb3821574ba89fe98638ea536bba2e5acc5c1702c0b9b7c4'); +INSERT INTO messages VALUES(239,310046,'insert','blocks','{"block_hash":"47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6","block_index":310046,"block_time":310046000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'be4444bedaa7f790d7f1c82eb6c01b3bd65a95ea59af6825d6566f0ca521f5ce'); +INSERT INTO messages VALUES(240,310046,'parse','blocks','{"block_index":310046,"ledger_hash":"e42bf9806d0ff3a0663756f7955b30735747d14fcb0915c89884baa12795163d","messages_hash":"d27fe76363aeb8e3eaae92f9edc5afdef1d8f0babd30dc0f2b7adca398ea4de6","transaction_count":0,"txlist_hash":"2e62ee5d03044d0b6086419a6d2fed78b7db3bee75a2bc158bbc04a8f5c34908"}',0,'BLOCK_PARSED',NULL,'90aad9cc6da0424eb4312df8aa065bd73112b280d68c140579ac994fc41df03c'); +INSERT INTO messages VALUES(241,310047,'insert','blocks','{"block_hash":"a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075","block_index":310047,"block_time":310047000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eba47ad4590e6d51c7e0e9b4f1f768eee071b3ad60d2b1ecc8d827cb1ccfb287'); +INSERT INTO messages VALUES(242,310047,'parse','blocks','{"block_index":310047,"ledger_hash":"b19b5e14741284b4ca06b736120e903363651460a6efb3ede1aca3a4f3c00df1","messages_hash":"2c25ee85a34bf11c1c952626f67fc7bb683264d19caf9b9b792aec89c74e0a43","transaction_count":0,"txlist_hash":"bd40f4de40c172e5b5997091f4a069ea54d25504421e6225ef3d9ee360fbca6c"}',0,'BLOCK_PARSED',NULL,'842a3f0aced65d080f0f56b4b178474face9b3a4d18a522d9f31abfd3b851c4f'); +INSERT INTO messages VALUES(243,310048,'insert','blocks','{"block_hash":"610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309","block_index":310048,"block_time":310048000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d4c62997a0ca2dfa9030bb6701e759231004aabb53c65f3b7d628f8697cc170f'); +INSERT INTO messages VALUES(244,310048,'parse','blocks','{"block_index":310048,"ledger_hash":"e870de901ba86d65d0e2053251ffb32cc7dffb55fcc2efbc006a2b9137314a39","messages_hash":"bc366d5cea5f3747097dd8eb353bafc0ca48d1f0e32430a25e96269b93473839","transaction_count":0,"txlist_hash":"d89730ea689c2912f38a2d2dc86caf6dc35a3e183c4d394129f21368f5c1d371"}',0,'BLOCK_PARSED',NULL,'1da40bd355e5cfe371164ae28c03dd1f8d1d0f5c5fd29cf1844d4cf11907b8b3'); +INSERT INTO messages VALUES(245,310049,'insert','blocks','{"block_hash":"4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c","block_index":310049,"block_time":310049000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ec2ec94788b1a1fb9cf832be01a300085a8324e1e4d92c39fe673c7a02d7db5'); +INSERT INTO messages VALUES(246,310049,'parse','blocks','{"block_index":310049,"ledger_hash":"44cf354cdc8552ed37e5911340397d3531d0ba45100feae27377130d4ddef359","messages_hash":"e9fd9951b237b6e485eba3770422759f01c158f74a42f8aba356a09eba77ccf1","transaction_count":0,"txlist_hash":"1100866c04ae89913abf573ee61b3a7b56ec8fb7526c7d9c9938d61a187586ab"}',0,'BLOCK_PARSED',NULL,'75973ee3bcbd376668e83b07ddb76abc185388cdb484fbd37ba26a19f2fd4db8'); +INSERT INTO messages VALUES(247,310050,'insert','blocks','{"block_hash":"8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348","block_index":310050,"block_time":310050000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ccf958eaa1d409a491168161f6206902b7f454752d4ab7cb161f19725980f36b'); +INSERT INTO messages VALUES(248,310050,'parse','blocks','{"block_index":310050,"ledger_hash":"7d72f11f48ac99553e1b2c52a7ff5645fbe05728a10a002727b9270dbb32daed","messages_hash":"9b2624e775adfb2aca3b43fc015963fde28df7660a3b87c808d2051512720be7","transaction_count":0,"txlist_hash":"1d95ff7cb416f1915ba7db0099ba9591b97c6bc673cb43296cc82655627eb1ad"}',0,'BLOCK_PARSED',NULL,'b3afe7755029ab0dd80b279aaac4949d11e9f0c0f6f853f910d54fb19b4f4e67'); +INSERT INTO messages VALUES(249,310051,'insert','blocks','{"block_hash":"b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6","block_index":310051,"block_time":310051000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4ddebdd1902bfcb4fa29f8346c570c5fff6dcc360caa498d77f7ecf01dd4784d'); +INSERT INTO messages VALUES(250,310051,'parse','blocks','{"block_index":310051,"ledger_hash":"35a965dc90686fc4eb20450da81ca8db9125e25c2cdd7146fd61d98841d80c24","messages_hash":"4caa79e81aaccb6a0d23115b6a35cf1cbc626dc10ea4b069001e0b21058e1372","transaction_count":0,"txlist_hash":"9d15589506565edb31f7627a37c1f6a6bca01d584b0dc815e8603689f07a80db"}',0,'BLOCK_PARSED',NULL,'31c9ae024cc5cd2236532eb620349bb35f00e0efe114cc70d6d98b977a8791f2'); +INSERT INTO messages VALUES(251,310052,'insert','blocks','{"block_hash":"0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2","block_index":310052,"block_time":310052000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'375c30d3f736e5d013d0da65ff5cb5f8487dea20f5ce7c3c4e7bef912550fa9b'); +INSERT INTO messages VALUES(252,310052,'parse','blocks','{"block_index":310052,"ledger_hash":"8604d503e7194ee1c8ebe1143019207b2aad163655107a3d23d018ef26cef550","messages_hash":"79fb3295cd7a011789d3117224f53eeaacfe45cf60ed663fd075d073407ae0db","transaction_count":0,"txlist_hash":"40053c62babd7f69b9822b6d4223732008d45250146216762da4e13b1b9d3a3b"}',0,'BLOCK_PARSED',NULL,'1d477d97e59e0e4327e1bf9208a9eb32abdae7b7d61780f04525e27b219bc0e1'); +INSERT INTO messages VALUES(253,310053,'insert','blocks','{"block_hash":"68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f","block_index":310053,"block_time":310053000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'39d543eda3d3abd2f756eecaf04c24eb4cced9c8a96edf253b78016c157afcfb'); +INSERT INTO messages VALUES(254,310053,'parse','blocks','{"block_index":310053,"ledger_hash":"ecdb64ffc44490eeb12199d2da5c1189c07f4102f5b91494cbe4ec68fe6bb6d4","messages_hash":"81dd57ae32e675224aba48c00838528eae86bcc5f56cde141986ea3025644247","transaction_count":0,"txlist_hash":"7d74527f370a78a8dca189b60657f9fd15c27ba5f875344546bb8d6e5b54c8c5"}',0,'BLOCK_PARSED',NULL,'626b4ce75029cd39c98f0d3f2cf515ba9971ceb394366e0474b80bfae374ba99'); +INSERT INTO messages VALUES(255,310054,'insert','blocks','{"block_hash":"a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305","block_index":310054,"block_time":310054000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'131e854ae9694169ab35b9f1c400cc5177e1b6b063d515716efc72c9894cf7ca'); +INSERT INTO messages VALUES(256,310054,'parse','blocks','{"block_index":310054,"ledger_hash":"b96b0d51d6327284f5922b65e5d023afd2b2e44c9e11f435afbe2a71df4e6eb2","messages_hash":"410ba5ebabc65a86149ac380bda608d8cc90ee23a4ec1f39dd104e7827351270","transaction_count":0,"txlist_hash":"70b8a2eccd5c79e1c270abfdf683dc4423ff315a62486db9e5972a12daaf60ea"}',0,'BLOCK_PARSED',NULL,'f23e9fc641eccbe60891e5ebf60e0681dacf307a098842fb0180922c013db78b'); +INSERT INTO messages VALUES(257,310055,'insert','blocks','{"block_hash":"4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356","block_index":310055,"block_time":310055000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'95f8cf87f378e353b18eb34dcb4680630f9ee9fe5cb0f322cebc4bf8a63c14cb'); +INSERT INTO messages VALUES(258,310055,'parse','blocks','{"block_index":310055,"ledger_hash":"c5be3fc23a9c41b7b78cc7df4ed13d1d35fdd7edab77c998cef5a5a5fe2a7d33","messages_hash":"fb75af6b672c3ea4488affcd345212d87383f3c1bfc2937054c7d99a4a2dd326","transaction_count":0,"txlist_hash":"0072c2fbc0915dcc39103950d4a48feba19eac28bde001d3dfe0f9ddc25e5152"}',0,'BLOCK_PARSED',NULL,'13b623a15047bc081c51deefb13839203bfa0572688851f18d42d84779518c8b'); +INSERT INTO messages VALUES(259,310056,'insert','blocks','{"block_hash":"7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3","block_index":310056,"block_time":310056000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e7902f10e9a952e73d165ab3cebbc882e66d848eb64b2bb5552991e772a9fccc'); +INSERT INTO messages VALUES(260,310056,'parse','blocks','{"block_index":310056,"ledger_hash":"faa7cf6128f229fe3d408797c77ef2972eb28d16542b32ec87c5fd42d2495018","messages_hash":"de2bb5c19d8138e1eff94593c3107b257360c1a7c2aca29d1ea9446e1714e5cc","transaction_count":0,"txlist_hash":"46c53b0ab86b04c06e8302726aeed5922fb5b3d940102422c53bdf4bafe285e4"}',0,'BLOCK_PARSED',NULL,'35785f58b6fa861c7c1a4c6e71f2490888b896f0f8dff184aa7d97c47f043c37'); +INSERT INTO messages VALUES(261,310057,'insert','blocks','{"block_hash":"4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411","block_index":310057,"block_time":310057000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d87ae7f5f1b3525c60308509d1bfad52371fa8e338877acc71813dd6de374794'); +INSERT INTO messages VALUES(262,310057,'parse','blocks','{"block_index":310057,"ledger_hash":"135af680c59a3d707ff3e6b67fbbb0aaaf0a97724d36ba584087658ae8c0db19","messages_hash":"6d80276b4be58441f066aaf8900da1f0c5ac5ec63a7def4e69184b692c8417f4","transaction_count":0,"txlist_hash":"8b3fe70c1d1b8fa1a247810dfbc2667ca0307860c112002e47107fe4836b8138"}',0,'BLOCK_PARSED',NULL,'a079fccfd5197b660b15a5e30d763ce053e0b3fb9e9d2452798635ba10419f34'); +INSERT INTO messages VALUES(263,310058,'insert','blocks','{"block_hash":"a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f","block_index":310058,"block_time":310058000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'64220337352898d19c0c388582813d12fac514e40208f2df725a14278eb36d32'); +INSERT INTO messages VALUES(264,310058,'parse','blocks','{"block_index":310058,"ledger_hash":"496b559ef740feabe42d55356bc770bab7b927d79260c22848b7f47d51918f11","messages_hash":"3d4d40ba3173fa2516a65893b6ae1d79d8d4913283a70a7876688eaaa1af1abe","transaction_count":0,"txlist_hash":"ddbb4db386fab0fbbb7edee7c7c45676f994d6feb088f50b0f3edaddcc809e47"}',0,'BLOCK_PARSED',NULL,'566f196f69550ce4d6ccd9d11314f4ed26257ec68f4db8ecddccf26f53bad4f8'); +INSERT INTO messages VALUES(265,310059,'insert','blocks','{"block_hash":"ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9","block_index":310059,"block_time":310059000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'722fb5d4bde3ff1fbaf12f4b872a104c224dd988cb45cc58ecda068be34b6713'); +INSERT INTO messages VALUES(266,310059,'parse','blocks','{"block_index":310059,"ledger_hash":"608eb77e572aa596c9e14c6e4cb1dc1993bcbcfe735cf0453124c2801192ecc9","messages_hash":"968a890f38e7b7ae55160a25b257d86d4cba55bf0ac0979a3ddefb3de3703489","transaction_count":0,"txlist_hash":"b8d3a5abf9edc13434594de8ec0cdf3b760f6917798eab89ff2a6a4f0bda06d9"}',0,'BLOCK_PARSED',NULL,'6c19408eb9ad6cfa433e8b46e7cbf372881b1ee8c815b85ba561b7f92be1fd99'); +INSERT INTO messages VALUES(267,310060,'insert','blocks','{"block_hash":"974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b","block_index":310060,"block_time":310060000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53a91f517306dd7e4617aa343dcc8e6b884d7adda87b1a204c781c255d5da06c'); +INSERT INTO messages VALUES(268,310060,'parse','blocks','{"block_index":310060,"ledger_hash":"bc5c375d1237425486c9f46bd749fba20b5635bcaf3e2d9178b35ddfbb700f14","messages_hash":"98ba904edf9d7013111a094492a400d003077fbdaa46d7cf9b8d0c339705df04","transaction_count":0,"txlist_hash":"1766568459fde2e95dbe4a1c1b73a37b6f8443dc1ec36cb44a38fadd95d8f807"}',0,'BLOCK_PARSED',NULL,'0097d1b381ac8bb3df68a85ffbe7ae49057b5a4875e324b353d61928f503c089'); +INSERT INTO messages VALUES(269,310061,'insert','blocks','{"block_hash":"35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf","block_index":310061,"block_time":310061000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'635de9d7d0032e6f8c0a3aa5b16da3d3904843bda17fd389d5e53ae1a01adb80'); +INSERT INTO messages VALUES(270,310061,'parse','blocks','{"block_index":310061,"ledger_hash":"c6d48d72746c0e18fa0f1b0b16f663869be2c4684a9d98b634e691ea495f4d81","messages_hash":"b2a6dbceb8e71d9cc12dff1fc8f576fccee8aa17610053b80a1e5fda0af0620d","transaction_count":0,"txlist_hash":"9f6619aae8ab667b4291ec14e89386177dec7f3465def984144d2991d10476ab"}',0,'BLOCK_PARSED',NULL,'c2be5de81215d9125587a51210d170baf3c877859ec790ed1bd074a48ced03e1'); +INSERT INTO messages VALUES(271,310062,'insert','blocks','{"block_hash":"b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f","block_index":310062,"block_time":310062000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'56525fcf4df75fa4c4eb9c2fe6d1f9d3d7250c2786e5ac1bbeaa2631e59ca98b'); +INSERT INTO messages VALUES(272,310062,'parse','blocks','{"block_index":310062,"ledger_hash":"8deffdb1602f1aa2d0d1956d2297ba30ac78901ea27eb223ad8bf7ca83b18110","messages_hash":"a5d23da544a6deeda17fa0913f1e56a267ea3caf092072c659e512b1f19730a8","transaction_count":0,"txlist_hash":"278612a215aec2522b38d2ddd268f051906a858996b526fa53c48743b1f33c2e"}',0,'BLOCK_PARSED',NULL,'66d0196f811b8899a19ecd7a57a35b6af25289df92581ed46df42976f636cdca'); +INSERT INTO messages VALUES(273,310063,'insert','blocks','{"block_hash":"0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe","block_index":310063,"block_time":310063000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'565dbd2eef3810e14023f8e73c949d8b7b968fb8c71972cfe12df773ae3d8dfa'); +INSERT INTO messages VALUES(274,310063,'parse','blocks','{"block_index":310063,"ledger_hash":"34859861f240c6553ffbf63fff9bc884f231276ec6173964d5fc6641a6d79b16","messages_hash":"3b42576eedc248bd51f8e2d4f720bea832164e5829e623c31aedc338a64e286b","transaction_count":0,"txlist_hash":"a884effb413598885693dd0eed419a3a2a35db95fe4d6582e580bc141f28377c"}',0,'BLOCK_PARSED',NULL,'c8f9fc8968586fcc9d149c41b941732301b3bcefb752a968e7c8cb621913b512'); +INSERT INTO messages VALUES(275,310064,'insert','blocks','{"block_hash":"e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30","block_index":310064,"block_time":310064000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9d0b927d1a15a3c57cd4f470eb6a7f62e7c9b63290c34932172421d47946189b'); +INSERT INTO messages VALUES(276,310064,'parse','blocks','{"block_index":310064,"ledger_hash":"fa185f9b97a1666ce3b966dc09b8a7870ba55896a54a54f54d3420708d5a8ae0","messages_hash":"35b639e7d4ba245d13b0400b19937159bd5ad43a02958298a8a4330bb05a4e80","transaction_count":0,"txlist_hash":"070c320cd53cca3d81560367d437e1f4cb2afb10ab6339e2f1cfb0a2dd6d6063"}',0,'BLOCK_PARSED',NULL,'1257d4801accf076177dc4db4be70d760dd96c2baea7e35ddb405398472b4c68'); +INSERT INTO messages VALUES(277,310065,'insert','blocks','{"block_hash":"8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a","block_index":310065,"block_time":310065000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ca17438f57a50534e57e5969d5a7dbf223866f935fbc0a36d94820ac7d765ae'); +INSERT INTO messages VALUES(278,310065,'parse','blocks','{"block_index":310065,"ledger_hash":"9f75da9f944d59b1841d690b2994ead7fb0ee3d679ddbdb0b692e49238f66603","messages_hash":"33f44303a003a3003abdcb2cf96e929df9bd353a9f1dcfa186d8f7ab2b335f19","transaction_count":0,"txlist_hash":"fb310206b118e11d48becbd11a695199fd7cc3553dd8b2a7c29c6a927f5bafb7"}',0,'BLOCK_PARSED',NULL,'1fb00c10788151f86d807ce02bd61ab12bd59da30b894f556b381d61e77f6853'); +INSERT INTO messages VALUES(279,310066,'insert','blocks','{"block_hash":"b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d","block_index":310066,"block_time":310066000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b43adeb7cae5fd107a246287b3fa89de53e3c4133cbeb9ae478d89a0e359ef52'); +INSERT INTO messages VALUES(280,310066,'parse','blocks','{"block_index":310066,"ledger_hash":"4740587d203632d1b4061343436e25e12941f0f80be03c3ab390a1c08b842b59","messages_hash":"b57e3c9cf8e193561e685362a42db2dad5cb6f17da77672422c045340c54f06d","transaction_count":0,"txlist_hash":"041e6429d7ad46da6e1a2547daf274a0df952ac4f9b43eaadfeafa6e005141d6"}',0,'BLOCK_PARSED',NULL,'492fc3d0d4333304631c60831da2d0858c332e3aa13054a1c075394daf8d8ae7'); +INSERT INTO messages VALUES(281,310067,'insert','blocks','{"block_hash":"8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577","block_index":310067,"block_time":310067000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'33bfc81d471f5df959a5def26da1ba639345b594d29c05a9bb21f5195d84757f'); +INSERT INTO messages VALUES(282,310067,'parse','blocks','{"block_index":310067,"ledger_hash":"d6eecb0ca22f29b50e52cd5dec8f408250a7b1ddc61bfa9bf6cc6ef0a85a6ffc","messages_hash":"7f0e21ac4a223be4b622c2e26449237060c5eeef0362cfa069a3e59354658a79","transaction_count":0,"txlist_hash":"f8e9baf27b01e99db390d6ee2e06b8ac7d92951c331d8240fdf0dd711ad75979"}',0,'BLOCK_PARSED',NULL,'a44e21927fd55a3278baff4a389f5b54e25bec366b4499216d2c6c0f5b11649b'); +INSERT INTO messages VALUES(283,310068,'insert','blocks','{"block_hash":"9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5","block_index":310068,"block_time":310068000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2cad8ba62a3860f53bebd9dcb2f76c474ef05b1c124c60d0b64a38eb6a8ba4ba'); +INSERT INTO messages VALUES(284,310068,'parse','blocks','{"block_index":310068,"ledger_hash":"1508605d4796eb2d8b0553b307827f570b5020f4cacf773926b6c8f2c1b003c8","messages_hash":"e8bc932f378129527d1d13fd5a67c673a3cacaee7fd100dc3707f7fcac7d244b","transaction_count":0,"txlist_hash":"fe7a135af64a7668cee07a66fa146b6a7a54fc78b96eb7c62d0bbd8b8ec4a820"}',0,'BLOCK_PARSED',NULL,'b68e1138abdca10702b7285ad00ebb3eab5981d47b682a0136af3c3075649c1a'); +INSERT INTO messages VALUES(285,310069,'insert','blocks','{"block_hash":"486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7","block_index":310069,"block_time":310069000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b4ae19a77a2a3615b40161e9044c26e9ff385f67031a99ac86c02d4e20b22e8b'); +INSERT INTO messages VALUES(286,310069,'parse','blocks','{"block_index":310069,"ledger_hash":"ea7afbe0817cfef5a5a940bf88b057d01d092182dd5d0c7fd156b6750fdf4cb2","messages_hash":"12625af2932f4f2941aeed56ebf0bfc5d0ef47b4583c8d37eacb20fea016fa5b","transaction_count":0,"txlist_hash":"561526733017c46e8f7476f6f7f0a1c317a372adf6ccbe2a34e4d8b0fee1a694"}',0,'BLOCK_PARSED',NULL,'94bba471a77403db7bddd0ebbb25b61301833f51327dcedf9d72dfe9273cdb88'); +INSERT INTO messages VALUES(287,310070,'insert','blocks','{"block_hash":"8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5","block_index":310070,"block_time":310070000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bc70333e36e1649751d7de1f10ed947535d7f64f73d840bf0772bedb06ce8270'); +INSERT INTO messages VALUES(288,310070,'parse','blocks','{"block_index":310070,"ledger_hash":"f805d8bd0b724ffeb9e466367e8524bcbcf2c0fe0525b8ff2707af2013824a2c","messages_hash":"3e00b1966f3f504674590702d60451448082f6b410a9994059744ace4a65f039","transaction_count":0,"txlist_hash":"4c10a876e31ee15289cd2d82d8771bd9aaffd0e335c6de15f8d5316e6e7ee81a"}',0,'BLOCK_PARSED',NULL,'78e4995ee42c3446e95182f1422cecd3cae4b2f9c1eb6ffdbf0b2e24247b6b43'); +INSERT INTO messages VALUES(289,310071,'insert','blocks','{"block_hash":"7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b","block_index":310071,"block_time":310071000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aa642d5d40c75443efceaddf0ab2017d60d967b18e4b42004de96d075b060f7c'); +INSERT INTO messages VALUES(290,310071,'parse','blocks','{"block_index":310071,"ledger_hash":"305123423486d17e97e8370399b9079a35977465e4cf8c5b33d50bd7004b463b","messages_hash":"007819f3bb8f782da793afeccc6476be4794bb5e41850a8c92e2d378a2cabc71","transaction_count":0,"txlist_hash":"660d6afeecb2375668200669bac5cf258dbd18b0f61213eb01d29e133a45917c"}',0,'BLOCK_PARSED',NULL,'6e399c35141ac7857effbdcf7dbdd87ec48fb1752dfde9242c9e1c743803c8ce'); +INSERT INTO messages VALUES(291,310072,'insert','blocks','{"block_hash":"7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a","block_index":310072,"block_time":310072000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'40fe91e39f584eb617bee09ea1f60a2245c57247d563f8398e2dfad04a4ec74d'); +INSERT INTO messages VALUES(292,310072,'parse','blocks','{"block_index":310072,"ledger_hash":"b04fcd2cf46165fa31626b476aa06f9ad8c8cd1d5aa1cfdc014e0d55fa7e0761","messages_hash":"b02529e6c94133e626897951f11169ea5cba5c1475ad145749374cdcba8ba17f","transaction_count":0,"txlist_hash":"0791350dc66254e276bfea1651fdda43705668f461f5451fd91fb7e084b26aa2"}',0,'BLOCK_PARSED',NULL,'b156302043c132650a676f56215bda2c054bc4ea0f57de6af1a988a8c9e5cf44'); +INSERT INTO messages VALUES(293,310073,'insert','blocks','{"block_hash":"ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943","block_index":310073,"block_time":310073000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'481b9d88c5fa21d5625a27887be8e2e9f3cb573c8fc0fdcb861d573e231af7eb'); +INSERT INTO messages VALUES(294,310073,'parse','blocks','{"block_index":310073,"ledger_hash":"209f05567343042c8a9172138cc14e28a2e53f9addf16c7affa469fbea9728ae","messages_hash":"143e4d5f717ec15b0de110a3a28959ecab9fab07672b02c8554a1163174654e1","transaction_count":0,"txlist_hash":"4885e82f77b273e102f9019b8451e08910a7d98daf19366a0a2b9db779352c0f"}',0,'BLOCK_PARSED',NULL,'4fea918ef9d6797271aca9254488a097ffc75d169be93d35fdc1d364fad69347'); +INSERT INTO messages VALUES(295,310074,'insert','blocks','{"block_hash":"ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb","block_index":310074,"block_time":310074000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'499a48da8ff6374482c83e507e0fe1783767dff9d5ca87574f8c8a3b06a35754'); +INSERT INTO messages VALUES(296,310074,'parse','blocks','{"block_index":310074,"ledger_hash":"fc18c0dcd6011c4147575f09bdc6e1eb0e6ae7d3144339859054df458651618a","messages_hash":"7ccd1cbf5cfe2ab7ef82bf5d7be0830db73968bc1c23a51f055a2802f8796fd4","transaction_count":0,"txlist_hash":"49cbefb674e3da718d86151b10bb37755e158a2bdca642a542897361f15fde66"}',0,'BLOCK_PARSED',NULL,'9baa3f391afe90783e75d7a521bdacb5dd3f55e500252f0a4f9b4e87786153d2'); +INSERT INTO messages VALUES(297,310075,'insert','blocks','{"block_hash":"ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b","block_index":310075,"block_time":310075000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'02214f582b07bad1d4b6aa7f01499a9fab0767d765d3233ae64a57caf66c64f4'); +INSERT INTO messages VALUES(298,310075,'parse','blocks','{"block_index":310075,"ledger_hash":"f304dbebd02e4536b1754502e6f51e058ed309fdf95a2db8329dd7e5635824ad","messages_hash":"e09d789572215aa689280abe781c68914a5ecf02ba5399d5187f4f385b8010f8","transaction_count":0,"txlist_hash":"b5e7c72a91d779334162c8fcb6282c7e5baeb43ef83d8f8c0eeb4dd0579f0916"}',0,'BLOCK_PARSED',NULL,'73149bb6366d991b4b96b2fe1a8d1a612bc8dd6efbbabe3ae5ab4cea0599da25'); +INSERT INTO messages VALUES(299,310076,'insert','blocks','{"block_hash":"3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92","block_index":310076,"block_time":310076000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4a184dd6de7c0b0e71ca79dce0d66b974824c7e285d2586271ad917e1a8d4fb6'); +INSERT INTO messages VALUES(300,310076,'parse','blocks','{"block_index":310076,"ledger_hash":"f39c071315c869425bdbcf05ff84130a0860f5f47b4f851cea970f58a6edc9f8","messages_hash":"7eb68e09f5736e956108632fda2885b2405d7794c113b531edc7daabcb9bb5a1","transaction_count":0,"txlist_hash":"e399bd32bd2988f29b4fb003686b343bd72ae59297412480a359bd56ded23ca5"}',0,'BLOCK_PARSED',NULL,'9e11e3f809fdf5f282da856b1fe7c8baac076ac2b04e7b35b02e258c8e933f59'); +INSERT INTO messages VALUES(301,310077,'insert','blocks','{"block_hash":"d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd","block_index":310077,"block_time":310077000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'435735149f5b8c58c9535285281e8c0de5718109f1074f348922fc8ec4fae533'); +INSERT INTO messages VALUES(302,310077,'parse','blocks','{"block_index":310077,"ledger_hash":"20624d783cd8e82044df58c05e6171a744505df43623d9c2a828c1331f505ca8","messages_hash":"92a59169cc6e9eb24383c944a4e45b58ab83b1916c080bd1998db3abc684d9af","transaction_count":0,"txlist_hash":"c587d5426925227ed7d0ef11834b5bb1291fcf0ea3f0bcac864e4356187b6a10"}',0,'BLOCK_PARSED',NULL,'8643686269616fd063c0cfbbe482aad16804c9b08b575a3d4016517eeacc052a'); +INSERT INTO messages VALUES(303,310078,'insert','blocks','{"block_hash":"f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6","block_index":310078,"block_time":310078000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'45abc54a94cbb87e08973931c141dc9fef36cd05e2d174bebf1d628e8022d617'); +INSERT INTO messages VALUES(304,310078,'parse','blocks','{"block_index":310078,"ledger_hash":"41ae6610121587bd8171a02da3c50645e8e6d3642aef2c560d46f12707506b66","messages_hash":"5cbfec4a17e49c9acabd1e5fc8d92fa73de8f0a2e0d56f4d4df0ace1fd3b0c92","transaction_count":0,"txlist_hash":"c8331e225af242d83e283889e6234d601ecb507373f4b7de891b8508d1b7b1b6"}',0,'BLOCK_PARSED',NULL,'91affd4f7920154b628f6d2ecb6f14ffaf8144184aa7e8a4ef7e8b4dd7456292'); +INSERT INTO messages VALUES(305,310079,'insert','blocks','{"block_hash":"f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c","block_index":310079,"block_time":310079000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'21a4b780c9b6aad5cb33b6a8a68d0cb17d645588a6f2ddcc05cc15cf1f9bd38b'); +INSERT INTO messages VALUES(306,310079,'parse','blocks','{"block_index":310079,"ledger_hash":"bbc2068f2a4b47c86198a5cb7242e26f385077126c7a3294eca6607485b1170b","messages_hash":"057c074679cce3794e37d971ff97fc265944adaab7150b2c6c947557fec229c3","transaction_count":0,"txlist_hash":"42ee671f6b45a8e36b4e57dc7edaa2501b075eb75bcfce535435ee4c0cdf2e66"}',0,'BLOCK_PARSED',NULL,'20fc530e815d56a9a09c9d520772303a1158d27e0a27120e2d1820f80ffca830'); +INSERT INTO messages VALUES(307,310080,'insert','blocks','{"block_hash":"42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c","block_index":310080,"block_time":310080000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b42916214a5b4dedee994b1cd6321af43086461ac801675853bdef7f94563782'); +INSERT INTO messages VALUES(308,310080,'parse','blocks','{"block_index":310080,"ledger_hash":"fc4350d187ec74fa6dfbbca7f6c51849b78356f853c6c713d10ae4a39ee4f7e2","messages_hash":"40ff1e60b4a943e52a8d8d24bc91861e34453ecca8150bb4b01de1d6aa4f4c61","transaction_count":0,"txlist_hash":"f35b5543ac99e33a4ea6fb61b688d06a2b5b9cc79776df32c24e848b5dad80c0"}',0,'BLOCK_PARSED',NULL,'b2971b55579941574dfab2b6c583f841a987a3522185c2ffead0dc422c638060'); +INSERT INTO messages VALUES(309,310081,'insert','blocks','{"block_hash":"6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4","block_index":310081,"block_time":310081000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'803e0406b6cbb10570fb6d95fe5716313adf5a445ee559c9cd10ef0652ca1a9c'); +INSERT INTO messages VALUES(310,310081,'parse','blocks','{"block_index":310081,"ledger_hash":"3cadb90f0285d3e3bb107caa2165e88d855cfa057fcff1fccfb278a8f64c9b1c","messages_hash":"921cbefd54a8568d7a40c8741aa9dddf2d2e45cc58a438f1dd15bc99613854bd","transaction_count":0,"txlist_hash":"3ff813ab5112e5adf9f50936955db90036ed0e2ba309022002c69e81473d7c04"}',0,'BLOCK_PARSED',NULL,'e12d415e5ee05e5707925b1fa37c8ed8c2bde0ab95a6461681267da4a8231415'); +INSERT INTO messages VALUES(311,310082,'insert','blocks','{"block_hash":"4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644","block_index":310082,"block_time":310082000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9fa771f461921c5276e8cc1bd04493a5fbef0e19e14d2aaca5d73da4c4955431'); +INSERT INTO messages VALUES(312,310082,'parse','blocks','{"block_index":310082,"ledger_hash":"f3390bff59484b5ce0d84f5034fc88f4d862334ef3c0d7addaa9be7f0e67006f","messages_hash":"5f1d618b398eac1fddb3c97b493cb6f1c527a6abe6a73ac11209b7b6f5bb9cf4","transaction_count":0,"txlist_hash":"3d843f898e46d0ec4c4cf79709ec7326a0e45d44361a2c9fe45e546bd5f1e630"}',0,'BLOCK_PARSED',NULL,'61bc1025ad56595e7b139b9ef6e2aea06fbfdad23d24881002be1a6ada5349d6'); +INSERT INTO messages VALUES(313,310083,'insert','blocks','{"block_hash":"9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850","block_index":310083,"block_time":310083000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dae7b8749a22deb1d4893aa35d1f6cacd09c7aa7f0b5127b148da63ac5dad981'); +INSERT INTO messages VALUES(314,310083,'parse','blocks','{"block_index":310083,"ledger_hash":"0354bf318eaec5c79b4a7835c76c89f373ab0e413f9fe4ebdea442f57763a971","messages_hash":"9f9dba6901f76cd013ec0220c51a3acfe9ccc6630c964deefd30e00b20a95c64","transaction_count":0,"txlist_hash":"6405368df02c1207da46178c106ac287c7c90e5b87a98154aa938f6ef5a570d1"}',0,'BLOCK_PARSED',NULL,'ea2d2d2d7b80e5b126d681ffc8913afa17978258a7af2b3adb5b9479473d14c9'); +INSERT INTO messages VALUES(315,310084,'insert','blocks','{"block_hash":"1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3","block_index":310084,"block_time":310084000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e5a8bca40d599fd937f72eea4fc189ab057253684b261d0b196e32dfa1ce6f26'); +INSERT INTO messages VALUES(316,310084,'parse','blocks','{"block_index":310084,"ledger_hash":"e22b7a64e15ded24f6c54a5f627354dd2c3ed8175c2f4cd31aa5a6789d7b67e4","messages_hash":"687db2ec9e310e3ad2dda54d6f627466097f39b32266b0a003cc842a23e1a491","transaction_count":0,"txlist_hash":"6f58e857b2891d43f22bb4b44d296ff18f3078de01cf90aeed104283d66342a2"}',0,'BLOCK_PARSED',NULL,'d89c3751df01cc80d7cb7afab7f9e5948ddab283040deefdbe61cffaf7c4d128'); +INSERT INTO messages VALUES(317,310085,'insert','blocks','{"block_hash":"c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34","block_index":310085,"block_time":310085000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fef4d14c2e7ec62e33e6d8b70b9cf89ad83d36c8c0216d145bed9c5a2bd654cd'); +INSERT INTO messages VALUES(318,310085,'parse','blocks','{"block_index":310085,"ledger_hash":"7b8a6f62709cf4d20820031f43d968ea46d73d8cee4ad40f414da60b9be4e676","messages_hash":"8bcdf5b9a0edd8527131753b8bc323293481e9da8cbc4e83d8c069509a5d373e","transaction_count":0,"txlist_hash":"51c8a62f3e4c43e6eea75410efb977c8ddd2ad8e64c0d6ce6f63a4e5eb153400"}',0,'BLOCK_PARSED',NULL,'f7dc5ec04652d22371f3c50a8fe9b3ea13fef495f550452f664bddbcd0d9f6ff'); +INSERT INTO messages VALUES(319,310086,'insert','blocks','{"block_hash":"080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78","block_index":310086,"block_time":310086000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2d571f83985eabfd4caddc9533bbff630732dfbebe25e939e7a0c850023210b4'); +INSERT INTO messages VALUES(320,310086,'parse','blocks','{"block_index":310086,"ledger_hash":"ae82ee2f7f1e075937b5b8eef065f8643a7bef0428e00689ee773558905eef19","messages_hash":"117f1dd697c397c7f84ae3d068bd88a506734297577964ecf9d1c7fe496aa03c","transaction_count":0,"txlist_hash":"7358e41e9a61f87d68cc6851768346daea2e100ab896e86c0047e47228e6cc29"}',0,'BLOCK_PARSED',NULL,'1259df0bc3b71330168c8b1498e15191d5c2665550eb666706290b8b9affd0f9'); +INSERT INTO messages VALUES(321,310087,'insert','blocks','{"block_hash":"4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c","block_index":310087,"block_time":310087000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'36ead76696c0d37516ef2fc68a25264688ee7decee5eb1ea9643631c32883dc7'); +INSERT INTO messages VALUES(322,310087,'parse','blocks','{"block_index":310087,"ledger_hash":"ced371f1349e81cc2f179f064e4b9b202650a0f79e9b4513666ace29f0e8b3cb","messages_hash":"088601f56b752fe76299569741274c0ca542b9788f26e5499b3113e99b19a201","transaction_count":0,"txlist_hash":"0e8cd750f8ad91d5b14d2b05b7c03621367036703bed1654555b94592ff41e11"}',0,'BLOCK_PARSED',NULL,'2f35f1ba49a7c6176de56d1c9902e59eeb0f20a0e0e08c230a4ae7464570a614'); +INSERT INTO messages VALUES(323,310088,'insert','blocks','{"block_hash":"e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3","block_index":310088,"block_time":310088000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'55ad9595ba8345b381a65151ecf0bbfdb9fcc011f33a7fb2062364762b43c38c'); +INSERT INTO messages VALUES(324,310088,'parse','blocks','{"block_index":310088,"ledger_hash":"6c343897092c5dfcd32ee96dc8b96f38fedd31fa58cf5757a3e15a254942cd59","messages_hash":"80ef8ea4c601542202629013b369d5e7dd4a670d2883d3e5206647b9cbb0ae2c","transaction_count":0,"txlist_hash":"c38a183db86650f155005a8828155aaf2fc6d92aa89066d7f0843a123800d771"}',0,'BLOCK_PARSED',NULL,'0e719e6bf69a5af428089f864628e56502cbb9ad2aef210b3f65aad116d69cf0'); +INSERT INTO messages VALUES(325,310089,'insert','blocks','{"block_hash":"0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33","block_index":310089,"block_time":310089000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'276a90efc8b1cad4f1ec8454d8e377c5d95cb24988e60cdb807498a160540648'); +INSERT INTO messages VALUES(326,310089,'parse','blocks','{"block_index":310089,"ledger_hash":"abc7afdaefa89bf58bc4c28401740657eca24c902ba551f55becb6a1c8992675","messages_hash":"1aae21a5df0cd0b8b062ffaab2c29eec59dacdc87ba39351a43bc864ba84dc3b","transaction_count":0,"txlist_hash":"609b4f777892b43541593da80d09aa2c3928f2f73600009615196a7f89ca8123"}',0,'BLOCK_PARSED',NULL,'1e96062a9db00432a77956e5db97ec892d9af9e45cca5d0f875a597885f0b823'); +INSERT INTO messages VALUES(327,310090,'insert','blocks','{"block_hash":"b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969","block_index":310090,"block_time":310090000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'29b0b09e179828b3bcb74a783627201f37c8cb2d77c43bac6d4e366cb0c071bc'); +INSERT INTO messages VALUES(328,310090,'parse','blocks','{"block_index":310090,"ledger_hash":"4c8ca9b4eeae7adfec822b20665e7bd6fecb51d4f30cc2c826f18402d8401a9b","messages_hash":"3aedefbe88d841bc4da516efac249ae29a2ac457c2dc6a49c7b20cdc4863fe2f","transaction_count":0,"txlist_hash":"fba4f7514306c49b3045912791cc21a26527a23e58dcb1c8adc5563e5c6e901d"}',0,'BLOCK_PARSED',NULL,'8d587dc8074bccabe01e692dff7b70efe30baec9cccd9116a6e5c63dc7305fb9'); +INSERT INTO messages VALUES(329,310091,'insert','blocks','{"block_hash":"734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c","block_index":310091,"block_time":310091000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'56f8be70c5cd526c5ca604cd329f9ae496b6bb7aa18d5d941bf46ac9f5439c23'); +INSERT INTO messages VALUES(330,310091,'parse','blocks','{"block_index":310091,"ledger_hash":"fe7fd2b60c3216d79dfe4e6d38880f6d3b9fde747b619f2c477108825235663d","messages_hash":"06750222ebc30db75e5c86a250fc47086abafc5b09598a86a3d2ed5009b5146a","transaction_count":0,"txlist_hash":"3a62ce0eeff09c242b3a7c3a8da6dd20bf06c1c2fbf224f73646791557ce3d4c"}',0,'BLOCK_PARSED',NULL,'e7a522aaf634eceed38232486e8536ca2a8e00daf1c331cd01a6832e05ea7fcb'); +INSERT INTO messages VALUES(331,310092,'insert','blocks','{"block_hash":"56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d","block_index":310092,"block_time":310092000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4062c27e8c63cd2f92e58b1f23a414243f9f9d3779e600e009d8f9dd520de9dd'); +INSERT INTO messages VALUES(332,310092,'parse','blocks','{"block_index":310092,"ledger_hash":"420b8ff3c159f7e89df2274682e7ef798a0c0233149365114bfd934c38806098","messages_hash":"f2ab62f82d7d8eb6d6c1f793b38f0e783fa42c08deb221746c6168da46598c8c","transaction_count":0,"txlist_hash":"9c866b1985d2ff084264e192e5defce4af96b7aca461a46f58c659008113909a"}',0,'BLOCK_PARSED',NULL,'52f0c869e46a4bd0cca45eca7da1f37cd4b2ea8a9cfedbe7f786b4010477fb53'); +INSERT INTO messages VALUES(333,310093,'insert','blocks','{"block_hash":"a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc","block_index":310093,"block_time":310093000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3309c6af7966a9394efdfaca5bc8a2036b881b56ad3428ea075e53c65167c1e3'); +INSERT INTO messages VALUES(334,310093,'parse','blocks','{"block_index":310093,"ledger_hash":"f4fac6a570b4f6332a628a3f8e27f5f081689fb4255363cff1cd8bd0244eecea","messages_hash":"30a4f1675c6b943c36ea987844c75f3b10b1a59bdd0f3cb65ca7bf6d840b88e5","transaction_count":0,"txlist_hash":"271c5484d7a74166a1b83e9dc6f56cc391d5b01829c9b594deb087e58a22b762"}',0,'BLOCK_PARSED',NULL,'eba28e808ae3db452636a4d143393ad342d96fe1380977042c95cf1802afc189'); +INSERT INTO messages VALUES(335,310094,'insert','blocks','{"block_hash":"2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23","block_index":310094,"block_time":310094000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8a568eeaa249cefd01d8ffefbb83ad16f6982830ce1dea5626825cd184e5f8f6'); +INSERT INTO messages VALUES(336,310094,'parse','blocks','{"block_index":310094,"ledger_hash":"adea7b4cacc06ba1f7dc260f30039943936f5baeecf5a8a452d4cbcaa994a70d","messages_hash":"6239c30991c65edd1a70f8999160aa35d3af067f23cc6b19f86eb01198a00270","transaction_count":0,"txlist_hash":"7d8deca0e4f444c015cdf98c74255215af14198d17619640186c6486bb3a6be6"}',0,'BLOCK_PARSED',NULL,'bb583578429577428df2dd883753083387df6821aabb39a4faf696db207dab5f'); +INSERT INTO messages VALUES(337,310095,'insert','blocks','{"block_hash":"bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2","block_index":310095,"block_time":310095000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'beed61c04935e3227fb7ae2cd41e8308de56f3d5534460a1d7153a088e0e291e'); +INSERT INTO messages VALUES(338,310095,'parse','blocks','{"block_index":310095,"ledger_hash":"a2290c6a24befab16b4d9ed768c3129d582edbafdf8a2326c7ed50397e5db674","messages_hash":"8c28c59c221531e96a34fc462143146d45b3fa6a1d7a451cdb428f789c81f819","transaction_count":0,"txlist_hash":"8bab183d2c7670f060de1a64663fe4ec602cc9df957a4d1ccd4b2c5e4876e5ab"}',0,'BLOCK_PARSED',NULL,'7751a9b3f2b39f90d3080d5537d491e6b8b1bb0d0627f11bf19732c4885366ea'); +INSERT INTO messages VALUES(339,310096,'insert','blocks','{"block_hash":"306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f","block_index":310096,"block_time":310096000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5dab5d462e2eff05fd16341c0cc2456eee11542c91c2875270397a760d43bb87'); +INSERT INTO messages VALUES(340,310096,'parse','blocks','{"block_index":310096,"ledger_hash":"b3c321ea2fb119cbaacfb39f219be47cb346cdd40d895980afd34b4157a3b7ec","messages_hash":"3c2e08db484249a12c54b4bcb7c194fb769145a9a3c2e56b6e403ae1c5bef6fb","transaction_count":0,"txlist_hash":"6997f2cf50cb2331a8d5cea3f97b32b41a9c40b6006041939b21008016e013c8"}',0,'BLOCK_PARSED',NULL,'67dcdabb5ff94e14be7707c3a963aacee7734a6bddf251ca6660a1e8b0fda3c7'); +INSERT INTO messages VALUES(341,310097,'insert','blocks','{"block_hash":"13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf","block_index":310097,"block_time":310097000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3987ef190f33ef16c64b4ae52773f32169f75fff5f314d2f1200e31a7d107d19'); +INSERT INTO messages VALUES(342,310097,'parse','blocks','{"block_index":310097,"ledger_hash":"456a1bd4d6b30f24e798a9c1f975af109db030b0bca19db6b29788f938ce6c4d","messages_hash":"c42e07beba4eff6b1d2deb249f0dd86c2dfaac3617c6b9b1073b305d1ad020b0","transaction_count":0,"txlist_hash":"bd930dddbfc97b06fba95a33417533bd58fd5e95326d8677d2939790850a67de"}',0,'BLOCK_PARSED',NULL,'a867958f45644626de251ab1628c8654657e199ea44118093e682a5938dadf27'); +INSERT INTO messages VALUES(343,310098,'insert','blocks','{"block_hash":"ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca","block_index":310098,"block_time":310098000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'005ece8e2e9afc27c6babdc57ba9ec06eff8b302b4a77846d902055d7fc8535a'); +INSERT INTO messages VALUES(344,310098,'parse','blocks','{"block_index":310098,"ledger_hash":"f48d6574488a24155420ae76aa7dcecfe73f6a262a2434a96eb2e93f6bbf02b6","messages_hash":"bb4a7096712a218d36920ddc2f0caf00995b26b93d4a4e537c8f4d8f79d4d70a","transaction_count":0,"txlist_hash":"bf2e65b5a1da6ac499a4ebcde81b607f6516de77ed2a10ff363ddb05dd8e288d"}',0,'BLOCK_PARSED',NULL,'5116441bfb90afb4d87c5dbe86aa65ea50695726f27ffa40e751e692034e24d3'); +INSERT INTO messages VALUES(345,310099,'insert','blocks','{"block_hash":"3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a","block_index":310099,"block_time":310099000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3981e70906e9e42dd3ae77c6a8c973c2e14dc609a4b11e0057e01bbd03407a27'); +INSERT INTO messages VALUES(346,310099,'parse','blocks','{"block_index":310099,"ledger_hash":"e936debeb5d219215ba24e56ed34edb435131877c2947c0801824155fdc70c05","messages_hash":"8be9ecf4275817e0e58b6718a4fa2c534b535b2218c647ff03745f77e3772495","transaction_count":0,"txlist_hash":"d18b9514ed9fda087d3c98eca75ea68388964396143b925cc58ce2e2d5c1c5da"}',0,'BLOCK_PARSED',NULL,'81a49dde5a727bd7e4029d1b2fa57406bb06689efddddcceb7c404d0a8eb4dec'); +INSERT INTO messages VALUES(347,310100,'insert','blocks','{"block_hash":"96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb","block_index":310100,"block_time":310100000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'139fa2ca017eea9edd24dded35859314b95249ac8c5c55ebe0237ed823105374'); +INSERT INTO messages VALUES(348,310100,'parse','blocks','{"block_index":310100,"ledger_hash":"2b033a615b9eb693ed59daca9bc047f61a3519bec5c2b64f968cf717c75afe79","messages_hash":"5ebf2b0cca058299d5f747e80c2b55acbe28b74a4b0c0323f6cf70549154417e","transaction_count":0,"txlist_hash":"1c39371c274124af6085dcf02fcdfda68d36d261bb47d7763ea3f09b70d0f62b"}',0,'BLOCK_PARSED',NULL,'809aa301d1393f4eada429d204d6e5393de0f1e08956d132d67b6d7de521ddfe'); +INSERT INTO messages VALUES(349,310101,'insert','blocks','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f97b08123f4937430372333608ad4188215c9170b889aa00f3753dac1a0555f0'); +INSERT INTO messages VALUES(350,310101,'parse','blocks','{"block_index":310101,"ledger_hash":"6a41dd11d8b611f6fde79e06a4f65d20fc15419f8336646130c02e9f7d87eff4","messages_hash":"63aaf7f931179e9ebaa5e90dda3adf1fd7bd9d33f565d9aece21c4f1e2201259","transaction_count":0,"txlist_hash":"e2c84c519b3d759f8efb016894a981411328df6f0a778835c95ed4116fef01f5"}',0,'BLOCK_PARSED',NULL,'2fdbedcecac7ca43d9a0b34ccaaa25dca7b1a8699f057f66cdaa5872ea7fa63b'); -- Triggers and indices on messages CREATE TRIGGER block_update_messages BEFORE UPDATE ON messages BEGIN @@ -1295,8 +1312,6 @@ CREATE TRIGGER block_update_broadcasts END; CREATE INDEX broadcasts_block_index_idx ON broadcasts (block_index) ; -CREATE INDEX broadcasts_status_source_idx ON broadcasts (status, source) - ; CREATE INDEX broadcasts_status_source_tx_index_idx ON broadcasts (status, source, tx_index) ; CREATE INDEX broadcasts_timestamp_idx ON broadcasts (timestamp) @@ -1440,32 +1455,33 @@ BEGIN TRANSACTION; -- Table issuances DROP TABLE IF EXISTS issuances; CREATE TABLE issuances( - tx_index INTEGER, - tx_hash TEXT, - msg_index INTEGER DEFAULT 0, - block_index INTEGER, - asset TEXT, - quantity INTEGER, - divisible BOOL, - source TEXT, - issuer TEXT, - transfer BOOL, - callable BOOL, - call_date INTEGER, - call_price REAL, - description TEXT, - fee_paid INTEGER, - locked BOOL, - status TEXT, - asset_longname TEXT, - reset BOOL, - description_locked BOOL, - fair_minting BOOL DEFAULT 0, - PRIMARY KEY (tx_index, msg_index), - UNIQUE (tx_hash, msg_index) - ); -INSERT INTO issuances VALUES(6,'cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25',0,310005,'BBBB',1000000000,1,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',0,0,0,0.0,'',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(7,'ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9',0,310006,'BBBC',100000,0,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',0,0,0,0.0,'foobar',50000000,0,'valid',NULL,0,0,0); + tx_index INTEGER, + tx_hash TEXT, + msg_index INTEGER DEFAULT 0, + block_index INTEGER, + asset TEXT, + quantity INTEGER, + divisible BOOL, + source TEXT, + issuer TEXT, + transfer BOOL, + callable BOOL, + call_date INTEGER, + call_price REAL, + description TEXT, + fee_paid INTEGER, + locked BOOL DEFAULT FALSE, + status TEXT, + asset_longname TEXT, + reset BOOL DEFAULT FALSE, + description_locked BOOL, + fair_minting BOOL DEFAULT FALSE, + asset_events TEXT, + PRIMARY KEY (tx_index, msg_index), + UNIQUE (tx_hash, msg_index) + ); +INSERT INTO issuances VALUES(6,'cd2b44cb56dd5aaae1181c42ab8953ebb9d0fb8e177e960ffe55e3500b3aae25',0,310005,'BBBB',1000000000,1,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',0,0,0,0.0,'',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(7,'ddefdf227fd8cd8df1e77f0b531e98a033d2e5b237fa4331b83c003de54877d9',0,310006,'BBBC',100000,0,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',0,0,0,0.0,'foobar',50000000,0,'valid',NULL,0,0,0,'creation'); -- Triggers and indices on issuances CREATE TRIGGER block_update_issuances BEFORE UPDATE ON issuances BEGIN @@ -1473,8 +1489,6 @@ CREATE TRIGGER block_update_issuances END; CREATE INDEX issuances_asset_longname_idx ON issuances (asset_longname) ; -CREATE INDEX issuances_asset_status_idx ON issuances (asset, status) - ; CREATE INDEX issuances_block_index_idx ON issuances (block_index) ; CREATE INDEX issuances_issuer_idx ON issuances (issuer) @@ -1485,8 +1499,6 @@ CREATE INDEX issuances_status_asset_longname_tx_index_idx ON issuances (status, ; CREATE INDEX issuances_status_asset_tx_index_idx ON issuances (status, asset, tx_index DESC) ; -CREATE INDEX issuances_status_idx ON issuances (status) - ; COMMIT TRANSACTION; PRAGMA page_size=4096; @@ -1696,8 +1708,6 @@ CREATE INDEX rps_status_idx ON rps (status) ; CREATE INDEX rps_tx_hash_idx ON rps (tx_hash) ; -CREATE INDEX rps_tx_index_idx ON rps (tx_index) - ; CREATE INDEX rps_tx_index_tx_hash_idx ON rps (tx_index, tx_hash) ; CREATE INDEX rps_wager_possible_moves_idx ON rps (wager, possible_moves) @@ -1868,14 +1878,10 @@ CREATE INDEX dispensers_last_status_tx_hash_idx ON dispensers (last_status_tx_ha ; CREATE INDEX dispensers_source_asset_origin_status_idx ON dispensers (source, asset, origin, status) ; -CREATE INDEX dispensers_source_idx ON dispensers (source) - ; CREATE INDEX dispensers_source_origin_idx ON dispensers (source, origin) ; CREATE INDEX dispensers_status_block_index_idx ON dispensers (status, block_index) ; -CREATE INDEX dispensers_status_idx ON dispensers (status) - ; CREATE INDEX dispensers_tx_hash_idx ON dispensers (tx_hash) ; CREATE INDEX dispensers_tx_index_idx ON dispensers (tx_index) @@ -1901,6 +1907,7 @@ CREATE TABLE dispenses ( asset TEXT, dispense_quantity INTEGER, dispenser_tx_hash TEXT, + btc_amount INTEGER, PRIMARY KEY (tx_index, dispense_index, source, destination), FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -- Triggers and indices on dispenses diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_3.log b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_3.log index dcb12d82d3..d11424fb85 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_3.log +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_3.log @@ -12,10 +12,8 @@ SQLITE_LOG: statement aborts at 13: [CREATE TRIGGER IF NOT EXISTS block_update_f BEFORE UPDATE ON fairminters BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); END;] databa (17) SQLITE_SCHEMA -SQLITE_LOG: statement aborts at 11: [SELECT name FROM sqlite_master WHERE type='table' AND name='config'] database schema has changed (17) SQLITE_SCHEMA SQLITE_LOG: statement aborts at 27: [INSERT OR REPLACE INTO config (name, value) VALUES (?, ?)] database schema has changed (17) SQLITE_SCHEMA Cleaning `transaction_count` table -SQLITE_LOG: statement aborts at 11: [SELECT name FROM sqlite_master WHERE type='table' AND name='config'] database schema has changed (17) SQLITE_SCHEMA Initialising asset cache... Asset cache initialised in 0.00 seconds TX Construct - Transaction constructed. diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_3.sql b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_3.sql index b1af53f69b..61d2bc9494 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_3.sql +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_1_of_3.sql @@ -19,112 +19,112 @@ CREATE TABLE blocks( transaction_count INTEGER, PRIMARY KEY (block_index, block_hash)); INSERT INTO blocks VALUES(309999,'8b3bef249cb3b0fa23a4936c1249b6bd41daeadc848c8d2e409ea1cbc10adfe7',309999000,'63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223','63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223','63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223',NULL,NULL,0); -INSERT INTO blocks VALUES(310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'7e1322d444b3395f9d8ce6b1ca6d48e8f0d78e5d72da997fad9520899bdbebe3','702e537dd6e79386a246cbc44fbccf8ea2a4e575c9f1e072189fbbd831308672','552834a4127080ad2b9d1adb20a5be06521c25bfb26025b5bdfac27ce53002eb',NULL,NULL,1); -INSERT INTO blocks VALUES(310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'3e18d8a969bce2d869cb86b28c23823d88e6d8a840a3cda905a003b37222ebb8','bcd62109b750a9b5c3a07fb6e3ba7a5feb2cb56fb554da3b2b4b560a632e3e2e','313c5aed89bb52918c9baeec590f84a55db6ab6afd299e41f138ade83ceed202',NULL,NULL,1); -INSERT INTO blocks VALUES(310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'71dfa527236bbaf632db18cf1773c63f7ee3a0076fc6562e46db0c955b346a9f','f7e5b51624875d95cb14e212ee733c94f12f69084eeefa4b77491479ea3ae990','21cfbe4b8fe307a001316745151c0077c39239ba1a52253bf9d1c43a320f0863',NULL,NULL,1); -INSERT INTO blocks VALUES(310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'39feff81ad306adcfb9610e6bd8442e35dd6e1924e75a53708c1d2932bda67f6','a857bb0cb63c343a04d6efdf7d69f1de6f89a67dc25ca5b3e9cd9405ef48c416','320b97f7c335814f9a7635edd005b5a78330e5b22db2b66aa21db57bf1c3746f',NULL,NULL,1); -INSERT INTO blocks VALUES(310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'1cee0851ee48eeaa3f71e7a18f9f52fffa28cd3b2e1cbf1f79c0f562618b88c6','32e68b308a1281ef170d188fe7d19a93486667d45d8a6b50a0c39f00d6924cde','b031751e10d446ec3e81c0f4abf948f3065975c04788e56fc285d83f64edeb83',NULL,NULL,1); -INSERT INTO blocks VALUES(310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'89f516c3fbdcd1540125561301db451fb55b1baead9ae8f408156075aed104ad','3a41f3c4d912ee4628975e61c4a04b836de31df5a9aa5fbd7031628d9c4f0eb6','8efb1d9c301d8e3b21b6694012cba0a0586d52919b9d0a6f37fb14d37a82cc8f',NULL,NULL,1); -INSERT INTO blocks VALUES(310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'e9a37cfc1055e8c18d369896a14422cad3c5ac8d9b4d5aff6053d8e31dd56336','4d2d6945b23826371a1cdb4cf2f841cf2b78c891a6b93da8167ed219388edd65','d2f0d124a34e219ca4492c134c435a7246ee01bb5685d9d57788a97f808e2738',NULL,NULL,1); -INSERT INTO blocks VALUES(310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'174c7c107c37e0ca2c907b1bc35e086eebbad8eb02493a2f166ff2279ecc013c','dd1e7522ff359cc0ed124a82d3b367ea105127d45ccf563848b531aaf75b8c2d','2c8b5005f8650deff5f3d871f6d817d4f1aa6f60827a58e4d7910765448016e5',NULL,NULL,1); -INSERT INTO blocks VALUES(310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'1463da3ebe264e703ecc0c708baa98f737b31f51726f85d3ac646f5e301b7c10','3e547d66bace022adbb42aba8172ed287077f306537c9ce69bb11f47ed1b34d1','c2b523add49818ee71ae49932ff9e7c2be4a349c27e3d42d7334fab2b42f893d',NULL,NULL,1); -INSERT INTO blocks VALUES(310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'dfe8c57b4ce4ea12f002d11cfc127f95b7cea7727bcbaf64418b2d584602a250','20b7caf43b34f595139545c800247b16da6e00b0b1162928670c80ffc2cc773f','78f88df0ed9a73f668cad06e8d6d1a031e8cea5d2a88c0721bc0c38ae21174ec',NULL,NULL,1); -INSERT INTO blocks VALUES(310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'f9c936d3bb4c8bbc20e544d9262ffa3906fbaeca5e4b2e3b241f6059868f506e','47442be955776c7e31fba3f14df298b088192577691c17dced8b14b6037e3c50','387f33f05a637e6a2bac8cbef4354df56faf2610df92fba375986c15a8c3de86',NULL,NULL,1); -INSERT INTO blocks VALUES(310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'490bfec10bfd72eca7fcbae5887b94ce4739454a82e601dc754e4e9d1030f3c2','8a060a9cc82b497e020ad7af45a62c07110b724282ce0c7ca34ad24584638a3b','c3226736fc6bbaebed15f0ba19f4fc4c3b3e997f5e2b14d4415d05b17ac5e7c4',NULL,NULL,1); -INSERT INTO blocks VALUES(310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'621d39c103bff9a76ada332f41e3ad54c89676bb6057f624942ddf28b31b5927','4eb1fdd02e0f8ba27b9134ddb7b03b51caf3417e92687c7c1a7b50ce2d52e6ca','c9782a6b53e668b6116d02a238799a4b177f097375301a68e5a3f4f9bdc1a867',NULL,NULL,1); -INSERT INTO blocks VALUES(310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'7d31be770d6bb6669bcb0a8a5964e57a758788cbbb942d1d3da1abd25b5dd158','c71d132b3da755134d5305e814129761fdeab1ac933dc320f83570bd5d007002','135432abb9f13da54428d718eed7c92655b6f9f4770ed4cfb80a01146287b57c',NULL,NULL,1); -INSERT INTO blocks VALUES(310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'3aba9622f8de243bcd5e6a5c88fdf04a79a52d95bdc1778d57586b13f30e501c','d7949a992d062d2eb763b2bd406ffab07d7d676e3327f5e38a4a8a4815e97f35','50aa372113625919e331a71e665f1668e9d09d7d472a4dd6070f876b92c51682',NULL,NULL,1); -INSERT INTO blocks VALUES(310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'342e5dddd2289d3d6e381fade13e5a5e3ed27615b89bd8e06ea2bab8f8b48be8','5afdd424176b977bd7b0660867d92952a9cec422a6861c62a876a10014807084','dc1071d3ae4f000d84e283002626656e4e474ed13f960974b4ab0da802f2773f',NULL,NULL,1); -INSERT INTO blocks VALUES(310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'51b904e6b18ce4d17bdc491457036ff3a4ba70789ae929862844e9456c3b9b01','d74711d3af6b2313835591b58b1ff53bc20bc194922d10a60cb1274ca632e153','b0270e847d1c132519e54127b941df77e45422f9d0781edee6312d2a2c00d9e4',NULL,NULL,1); -INSERT INTO blocks VALUES(310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'03a60654bc84711524cb38171f6573acbe8cc2120787bd09e5ec621b2f53929c','bafeaf2f42cf716cdd586e1aea74504257d170275022dfb2c11863cdc33d3127','9496185490777b31e811f06f77c16d7431a5b0ecbfd794b8cb20c151987fdeab',NULL,NULL,1); -INSERT INTO blocks VALUES(310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'a590602f34163cf8f880c3620f07a8cd27b9aeba8fc80ccb201d88364eaed210','930eaaee66936628f4ac02f6417167100cc7e2335aaae56dac78cf2ea81bb172','7c548c5889b030b08e89d7096227f4cb0f4e5aff9769c15edaf7222291d01655',NULL,NULL,1); -INSERT INTO blocks VALUES(310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'1b340e7abac4c458e6a0c6ff2abd6dadaa2913414f450cf926725b5253210950','ba496b27fd545d9d811d7421c6f9663e68aa9dbe3a7b5aa9d1ee5644cd142b4a','b98f6873ce3e13ef4700e8f2cb46506ed95d008ce7be7ccdf8841474a9527739',NULL,NULL,1); -INSERT INTO blocks VALUES(310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'5a5a31ae9b03a362b44c9e38effadfeac273bd370374ea4816b8402d6b8a8a1a','be94a40c259a5f9e2ad5cb714089c4be18de7bd6d3b403f3a4620f4d889ba4ed','694202ea5b550eb6b7e151701afc658eb1e9215949f51a35e46daaf60b80f094',NULL,NULL,1); -INSERT INTO blocks VALUES(310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'2005a300856ccc74efe80c56927fc13619d5c40ab03ae4ee4fba2050bc2a6b75','afa68f3f9cb6cf8f767075bc9119411e146b6838278d884868a80d9c8e80e26f','bbfb01b5d3fded31e576428725bdfcb0169b136e667595537da5de519c0e8581',NULL,NULL,1); -INSERT INTO blocks VALUES(310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'95307de52e23a8433143d79710e7df22ba7205e2651c88a2eda220ebc8e0f289','66f27b0e46d782b3e7eb8207ba442131069820295ea19ba9b1f8be5ae5b1367b','80779ca7b5bf23cd2d2142b02e1025a5dc101fb4de5b565d347315d0f5c24960',NULL,NULL,1); -INSERT INTO blocks VALUES(310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'de5a22c228bfc58ceaf428d55f180e951ff877537ef463821ce1206f07ab02f3','eda7d728863433b4e738e2b317d661a68d7f8921ed3fcf56120e0e0df464f161','5cf7d1e064b2ef110c91044ded5468e969caed4c893c41a9a5b4513c52d62243',NULL,NULL,1); -INSERT INTO blocks VALUES(310024,'b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5',310024000,'e54da9db6c4911087dcfb2824acfd7429431e3297f6b5836dfa8f95165ac9b08','6d7b69dafc9e895a4a4b75c2e7ee2dcda352e21b82249074bfd0865e04dfe6f6','49a1a68d9ffdbf9df84257de4486721470f1f3f6a8173bd27ecd9fc5fc7c3e3d',NULL,NULL,0); -INSERT INTO blocks VALUES(310025,'a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666',310025000,'dac63e0e407785c7a461d839ddd749f020f8a33026cd6ea2acd659567a36c40c','fb8e2f9f37cc8ceb72b92925cdb86f62af821bbae196e5de5083d784436e26ef','d81e928e0ead75e22d5b8a4342533754c747cbd067887e83d2b7624f28156678',NULL,NULL,0); -INSERT INTO blocks VALUES(310026,'6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a',310026000,'0397b7da62fb672aadb96fbdfc37f3265ea04c4d401632d5d9018b9b0ad7cd45','35f40cec8ce2dab43b642668fb3baed3654b63a328ef005e41c8772cbf02029a','c7feee4705b0fd186e09b616236dbf266131a99328a8b50917d448aa380178f8',NULL,NULL,0); -INSERT INTO blocks VALUES(310027,'d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e',310027000,'dbe43e77c383acc66cb46105991ed066ed5309434016081c26ca1a7dd948b6ce','df94b526dfa87413c5d4c11024019c28dd94051780c00b433b28093788b15ce0','03dc9b5d15edf8653131433db113589e1fc204c6b4a78373363374809cbc15b5',NULL,NULL,0); -INSERT INTO blocks VALUES(310028,'02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b',310028000,'ce1021a584895988014f16dd9f7b7b29bbe59ca8a761914f60c9290b5ec6a16f','7d8c18a5d7ec2d6d87ef468e4ed6784e9d41b248bd3d6754bef8f6bd1df9b9f2','9c2c9bd661f8e5705b301188a58df241f252164b3ecfae490849e2092699801c',NULL,NULL,0); -INSERT INTO blocks VALUES(310029,'3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6',310029000,'4a066ff12cf6f8dad894e23cfbb4fe6a087893b717b3f0c1ec53764b1e922bf4','0dab776748029f3a094e8c2ad8871c1771263f81cfc6de79ded15ff475239371','04200c6cd44f6d45644c5d49d33ec27e9c0508f1ad9f3e238e18c3b5e3b46840',NULL,NULL,0); -INSERT INTO blocks VALUES(310030,'d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5',310030000,'be1cc89117e7cb3fc18eb610103d72f144c31848da4d8001c334aac577f19427','934400af42a6099d1279e8fc2700bfc118bc313da8383d06892521a17663ef73','07702a88e6f243d0b63ebca0a0c0b087df8f63af175a9bf63b4e3100e65ebc1a',NULL,NULL,0); -INSERT INTO blocks VALUES(310031,'0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689',310031000,'a616b3d81a1ad1db1a9b1491b06ff6bcead9037f75552d14a4c7234b6ff56670','b45534f04aeeee6c2ed877085eac7ebea9f7eacceb2026e5ab8a34ff715bc3be','09dce3788b13b66c008d4c050d1d156732bd87e2d638bb8272fb09299e9a35c4',NULL,NULL,0); -INSERT INTO blocks VALUES(310032,'66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074',310032000,'e7e76fe32ac5c06696c0bda815f29f1e0785a9d48641615f2ef78fa9982d258f','b8261f9bd73b90fef96702a2e83111c3b9305e55efefae86a4078d99ce8c3d0d','0e74097f174e11f883f31a8ef7addf1d89290e529020db2a258a3376a951eb7d',NULL,NULL,0); -INSERT INTO blocks VALUES(310033,'999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707',310033000,'f0d33d2f73f83449c18b9a7bea43857b36effa24eb248283d9356c5280e4992f','bd3133719a6698bda726f9304fa48db5847cc475db79b879d2566da3cc7299d0','c334ac5627a150468ef3cdf5b343f7a8a8f302ef9feb3eaeaec1e431946d7f3b',NULL,NULL,0); -INSERT INTO blocks VALUES(310034,'f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208',310034000,'434d631a1c3ef7d31d136b4eab8b3044dc2b65886bf43642537cc592db0415a3','eea570d87d2e343bcb9b93764aa9bed952588f4b053d13e87da410b8dee27d7c','e5edf0dbdb7274931b3f7d78633231265e35564981eae8d67b9e4e32cf52a921',NULL,NULL,0); -INSERT INTO blocks VALUES(310035,'a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2',310035000,'5ca42816d9c6aaed19f6d25cd02e842b5d834254f90a169630544c83a129c7e5','c827847c2f94718cd8c3efdf2b30cf9c8753893a76590efae0e30c61ef9a2d4a','ed358090aaddfb882577361af1d273c242f5ab34ce3279ae53bb58094428bcf4',NULL,NULL,0); -INSERT INTO blocks VALUES(310036,'158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76',310036000,'31aecb842ea816f98aead90fed7ad005c010919a2ef2c5d7a8965b71832d3201','5a69c5cc5e4aa7e7d071da7ecf8cff88740a707f70ddec29c57ee52b3da09127','63b1967a33f1de22752fc29f95b770a80b6abf20e01fee7eb14b9852a704a33d',NULL,NULL,0); -INSERT INTO blocks VALUES(310037,'563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07',310037000,'7a3167eb2c8a80c7c363ac47200ebc8cb6bd53f57da64465bec14bd86cf2c6c7','8bc588a7a9286c3f5c13bc31c0faf29f155391f14ad89defebe3d0a0b21d049e','5b91fb92d11630878b3411e1413f4508c68e7433668b47572274c45d46c5637a',NULL,NULL,0); -INSERT INTO blocks VALUES(310038,'b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2',310038000,'212bc51956081e57aa618360926e186824dce8987948ee7706403451ab417a0a','77861a778f50d5f8314cf4caeb6a78539702ee5b36b882713079b88143d4c6ca','ff575e56c3681e316602fe604825d0ca645e866e7ba4208cb9deac87d7723aef',NULL,NULL,0); -INSERT INTO blocks VALUES(310039,'5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347',310039000,'03e72d7551164403b41956638a0fdec8703c29373ea2b15c770717b0ec39fa95','b445575b555d0621a37fc3f9f22c113126ea35507703f8885294cb2a4613a6c7','acb9d025b65828144524c2daad2df85fc8dc0235270c10f0b8adb8d03f0479cb',NULL,NULL,0); -INSERT INTO blocks VALUES(310040,'7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3',310040000,'922aa744aa0c08274d1f47a0f80638c7937ecaaf95555e68ceec09449e60d080','d46179d869f330c786bb81e0c122952d33b264f3af2b4a70627764332cce3fb7','6a214428535654b0f6359c657b49d71acdd9ab83421c2f228d42bef19c01f8c6',NULL,NULL,0); -INSERT INTO blocks VALUES(310041,'5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359',310041000,'de422fc7f3f11d20b697e0ee57afe101ddeb5e84105153a3bb10f97f9c3f1783','d0cef146e488d50917e659d8c039e7304a41d239d2330947d81e49d3bc7aa723','17d0d66afd64a6d540d4ac78c315b23d9a7bc219d38b364f1cb40b06d348226a',NULL,NULL,0); -INSERT INTO blocks VALUES(310042,'826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4',310042000,'82d7c9a0c9d63c3f93b125a9eabc2a7b5f560eccc5fb578d71ec071f150c8fac','68777d56b0179c05517b00df97200e16079b34c54a270d598c28caa4f39ea43b','48d28f0315c87243a588be1fd0f669c2b995976816cdd941e9637cc0053b4d19',NULL,NULL,0); -INSERT INTO blocks VALUES(310043,'2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51',310043000,'c9232d9cfb183cc9bc09bef78f7c83bac3d9af803e6916c9b14063c4f619d9e6','728975e1d9ed1caeeef47b1b8f1040c3d1ede182cc47282f32f2f464071057b2','c0fbd619aa834dc7cc3c83629e674169855e267845dbe571231ea419872c1e3d',NULL,NULL,0); -INSERT INTO blocks VALUES(310044,'3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b',310044000,'71c3e7aa2ad71e35b752dd4e48381b4ca845c370e5c340f2a221dde808966a45','56e52a1e4cd4954442f83c421e7b8c653e38cd7725d6b140a47e74f57df2c169','5d9ec90940b83b8444c2add1f6c358876a57cc67bfc946a98ab5766e771de6be',NULL,NULL,0); -INSERT INTO blocks VALUES(310045,'7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98',310045000,'47230be2ba96e7adb6088b18788b52a65aa48183c2c00095b79999f5ea1af514','e8b8a81eeb5c9a9fa6f19f6d9617c7c8e1d19368725d223ef270b74b09b1a541','4b1b16683d1ed083f17ea5a6ef939035d401d2cdb60f8754e5ab750665fe32f3',NULL,NULL,0); -INSERT INTO blocks VALUES(310046,'47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6',310046000,'2c306c41049fba2e58a07b5d14f930bcaa465b2afa4df24d8a887958555f0c57','3ed01193d67e5b016184cd322ca01829a616ad7f7c98bdc034c642ab5c37938d','6f76213f4e8e56407fb6939bd327c52e87c51681272f33818cfcfa42a88ee424',NULL,NULL,0); -INSERT INTO blocks VALUES(310047,'a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075',310047000,'95a6325dcb8b9f7aef9da35bd20a46addef23aa5c36795beccacf992bee88d28','730fe6316784de4a36e2530b3935fbbd2e1bb9c876c61d0cc436f86a103d6655','2451f5c303985ae2940b1b22a336bc94774d4081780349951111c6bba95379c6',NULL,NULL,0); -INSERT INTO blocks VALUES(310048,'610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309',310048000,'8811d6a6b22ff3e0ecf399dd20a28a17ad000e99b17f90e63e02230ed42cf260','a1772d6d909c4fd092a9e511c2f0425480f61c1f2a3d513d973a15e587c47a51','a0db44a951b413c4142e06b9259e541333b2df38ff84d6305505bd8a692dc4b1',NULL,NULL,0); -INSERT INTO blocks VALUES(310049,'4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c',310049000,'4bffe3d3071cee255f64108bd8b97652f06190cb73caac5bdc4ef61d3ff9ecd6','af66fd2b113c2349077f00be46a1cd5629b2ec39576ae16ec004249438781905','6b4c625f5fc503ad74c0ab2352a1b77d36b4957fb50d3761c4f0d9f7c421672d',NULL,NULL,0); -INSERT INTO blocks VALUES(310050,'8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348',310050000,'b00d5001e914fde448457f3b373637385114eeb07d79751241f4c1f50cadc050','64149e5936bce967da53b587f07492b64472145ac66f58c1773a4df324ced96d','1dbcbdfea51b4f6085fc7d2c853133d488ba5d97561577a8e4ed2c2444af8c3b',NULL,NULL,0); -INSERT INTO blocks VALUES(310051,'b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6',310051000,'90dd8fabe43314ac6ab6f5485275a4b1131c232a1e9d92395fc030659873edb8','71f3161707a90feeb8b8e3340f47a9102c344b652ff70760aaa1f7b3bb30a14f','463c42efb1f93d5e82d1fa406378a574c0be785d77fcd7408cad921da694270b',NULL,NULL,0); -INSERT INTO blocks VALUES(310052,'0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2',310052000,'923848bdc7906ab89898021e05e201f69305087b12803c459f066f2d681fe9b5','de443d5cc1b054f4cff96f616b234d91b0b5e3712e6d72e64d564c201b7cd757','643211c415a787b799ceddcf30134953e60db97cc946efdac738d19a5570f991',NULL,NULL,0); -INSERT INTO blocks VALUES(310053,'68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f',310053000,'e5ecdf8c0a2166fa8fe25adea0d374d34131d29a3c901868fec579eb20a5a930','05b8fe3b76416a506aed1b000e3649af38e59adf26cf0d168c5e84112641ea6c','eaebeff5924963db59f60016eae671989d2221446d6ba6e591422fd745dd765a',NULL,NULL,0); -INSERT INTO blocks VALUES(310054,'a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305',310054000,'03cd75c14bbe11800f4d436dce93235787e2521a19b1d5a90796a5de369680d1','d8edec966eae31778588f68b7343dbdb4bf878b30cb430246b04ebebdd9e43b9','cdc50d403f275012314a36a8f8ed0424939510a50a10dcd1621783c5232547e7',NULL,NULL,0); -INSERT INTO blocks VALUES(310055,'4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356',310055000,'7239560704ca831dfe90791f1cd21ae1f1506275cf6b45933676be9b096d340b','1294057c4f21c98f97d10d96510ce83d0e8d348d138b3caa2c76ef1be47a3c2a','a7cbca6919be9be70c95bb4b69cb8d3d6d43e06915c6dfe428634f48718c13e1',NULL,NULL,0); -INSERT INTO blocks VALUES(310056,'7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3',310056000,'3aa4ef8714cbb71c4f0b052dc7ec7795322103ba7b8361db3f33303f564f3815','211d0e47a87100167138974db02ac1299bf1b2a1d7b60606b19cecf2f06df0fd','54337cb2837878594938c6658468d0e9f6adf3405fca2709cad9e05a70b5bffa',NULL,NULL,0); -INSERT INTO blocks VALUES(310057,'4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411',310057000,'fee33c0a466c580887106b4bb7a8c6aeb7a049c94987bae64f695ae400c4a4a1','f851a0d0a25322d5939a5cd2cafc831b6282af5ab81932553cb80ff3825b4a2d','e3022f95bf07e2399478d434ab7a3e5c74902d65fb487ac5723d4e12b154b9ab',NULL,NULL,0); -INSERT INTO blocks VALUES(310058,'a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f',310058000,'94d58bd9a65a2e13c7ea2373e521952e916b0e1d31d803eced96e5c8903aa625','e959bddf887904cd324ff7bf5fb60380f2c4a7c2b1b4215c63715a59ad297200','3a29b751f428698f409d711dc0e871a21866e2c53cc96e6857464caa62ec3150',NULL,NULL,0); -INSERT INTO blocks VALUES(310059,'ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9',310059000,'e9c87b2a652d4ef3d48ac74424f57d06dd85893fd542e0784df067c37396b0df','ec205004b519cbbc750bcae821effee41789b3f643f90148e8db2d9d9f83ed49','f941db3e215a839ea941bbdcfcd6659517f8ab0f7ed449a418d4f96b3267a29d',NULL,NULL,0); -INSERT INTO blocks VALUES(310060,'974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b',310060000,'b664a0985edab20768aec36096a7b2faa159cef4af7e779ad421942137ee317a','dec86d178abd72944cda84a3154303e16eaf39e5bd5bd59a80cca27a5ed5887e','7a5dc7a402077c7931d3c6482a60703021fbe820c66a437c70f560688ab2dc91',NULL,NULL,0); -INSERT INTO blocks VALUES(310061,'35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf',310061000,'5ffa5e1f36c5539b2f5a89a6a60d45ec6372ced770d9b0e0e8dfd61edad84c22','be052ccd372d556b9b28d0d2b6f9dbfc9b32ff173b71d7842fb6008047a67384','d856244b27f9dd48212a8d02674d8bd544eee8ed0b00fa96e41721ceec18a060',NULL,NULL,0); -INSERT INTO blocks VALUES(310062,'b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f',310062000,'fc6f9f23c3b8954c7989b0e4ce40087b66dceabc7c0e407ac7f4b397fe2a1281','1495ca8eeb434877ce36335268a349709e99811e93f416ccf1f0c98114731824','2e2f5d9a5c7750f7a6f50e31356e2158404b6d562b1d1d3279c824f71f7692fe',NULL,NULL,0); -INSERT INTO blocks VALUES(310063,'0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe',310063000,'cc6c3b8cf2c457b2f6afb5b208f968544767be8b86ca53bdab4224619a03121d','93d193df39b7340b932b5abd85a027df086e033ff2b18fd8c9d0d03cd6db392f','d1e14ea1146d553f0c0f405462b4735bfa5e1bdd5bdf1adad73aaf72770ada2b',NULL,NULL,0); -INSERT INTO blocks VALUES(310064,'e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30',310064000,'cc57ac6aec118ebfb03f5113ad1af749522e60ef4ca201d48bd43478cc0a29e4','064c03f24da9de841de9f492487de4077b842d6de92366d3fe7ff37d558998c1','fdfa303238da9488baad7fd600d169613610455f509c3f871f627afcb1f6d3c3',NULL,NULL,0); -INSERT INTO blocks VALUES(310065,'8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a',310065000,'9999be70079c0943f0a00c54236680bafe0c87dd3bb75c982211f751e7ecdcae','f1196c84f3767cea82b4dfb6a5e4be30f3ed3f53e9b9cefdadf81af9f2b2bd49','e1e6d9aefe3a83c341db9b7505abaa139d5b53efc68d5c531f27c01ae1257372',NULL,NULL,0); -INSERT INTO blocks VALUES(310066,'b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d',310066000,'efb2fcb7b5628bb99994bc1ada157bf80b4516d961497aa011c06da1523801d7','ba6d273c442538389e43b3ad47795d7e61d9b17427d1a1044333f96cafe575c4','3d0276df2ac0ad0e87cdb45a78d21dd9cde81f42aabd462e015df16c6b089930',NULL,NULL,0); -INSERT INTO blocks VALUES(310067,'8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577',310067000,'fb396fca9af7816f97b22b8bf1b01951e271a75f1a640dfc64955696dc1c0b7d','20ebf686e5c5a50c0df23ee15488559024622039aa4fa47f1b07dc3967bbc760','1f4f865307beae5fbb014222e7017d41ce1d9865d2be731d708b4b4172a35c35',NULL,NULL,0); -INSERT INTO blocks VALUES(310068,'9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5',310068000,'6cbc681ed90e676cc507d07120888bd4c8759873a0b9215f721a0ce707070086','d8c09411f0c7fd43774558fd6cc9884b032cfdcca63a08845b61293ff52ef380','7d4913b3af678c8bbb7990706d626cb938677913beccd2473e997fe5436c681c',NULL,NULL,0); -INSERT INTO blocks VALUES(310069,'486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7',310069000,'7cb734eb3e24e92de8915a6bea42b6ef721251c481ac9ec751cdbdc08e110011','4f02ef18a644ac564db930818e845496ab0ea3caa34ff70878f0f9f0ef6641e9','45427770da7ad43e65b00d1a3f1a873aad5906fd5dd2297b25795dde4adaf146',NULL,NULL,0); -INSERT INTO blocks VALUES(310070,'8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5',310070000,'7b57a4d1ce0995a938e174e52a096cc9829a0ddd59f698ed04d8b43371a78126','7716368643d8c6d26932d9efabb6fd6e574c1b13b8f149363ec4b99d9f405435','6bb003efc45fca075eee109ca7d2b439962077475a656a465c121b55ddc74528',NULL,NULL,0); -INSERT INTO blocks VALUES(310071,'7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b',310071000,'f46f820a64ced97ccf68a56c048459de0b2855ecd4299e447c4b630913ce1749','71375966f9a524c1df04c5033ebb17e4293053f3ecb8e724a2f093b3373641b6','4007272df37ab8f64dfd17077f8ca7a70926824774d13e3c416dda2305a53d47',NULL,NULL,0); -INSERT INTO blocks VALUES(310072,'7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a',310072000,'878239189ae0afa759af5e59db8a17fd17c0c9a2c017384fd2d0ca789e738050','4ead629f99d32f3d0ef6c5f7ad1bbffa91608d71b815293128461a9b5850ad15','70a485e48d99603159a7235a83ce777cb98fcb30ae45be3fb096e2fcd6787a4f',NULL,NULL,0); -INSERT INTO blocks VALUES(310073,'ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943',310073000,'d2d86823f727bc075138653a682373a9c76d21d48b5881968adb66042b501e53','3958da4cebd7670ab3e197b6ff8b5a770dc756dccc1806bdd050513e75e9e33c','5e0e4c0112cdab591ea8f7816e0df6689e2a3c18fabc2c7cede664d24633a922',NULL,NULL,0); -INSERT INTO blocks VALUES(310074,'ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb',310074000,'9fd098fcc7d71c0c46fc741ea278de92589c44a6efc4980ced53843193553ea8','f5b2e274c8dda92ac634490b28d13b18d7aeb22fd1a5101c805d3f4265422a7c','0283a89af97ebda3a598a8baf7aa03c3788f6cd47b863bf46be17a22ba3d007b',NULL,NULL,0); -INSERT INTO blocks VALUES(310075,'ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b',310075000,'f1ad21f9b4134bc0225c26fb8969af3565c07997197a7ed9636c01f187f07042','3711ef31e2cc58fe1a9cbcf0a5bfdac9a805f346137b923fd86c65f850b35eae','8a9151d934a55245d402073f10be1e49adae18bafbae33d0ed0e319c649eedf5',NULL,NULL,0); -INSERT INTO blocks VALUES(310076,'3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92',310076000,'9a1f3de6b5a255720973fb0c93ae2bc8fe8936565140b8ae991b9d83f86a0002','8e73f7f52266820ca7f25665628e31afc6a5e3dcbbf51bc1bc8635440ecdf669','f4a9d4604df2c7ed10172542fdef0269d126e8d5acfdfa8cac5ca0333957d804',NULL,NULL,0); -INSERT INTO blocks VALUES(310077,'d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd',310077000,'ab56d9f59575b2d8ecc4933bbfa1fb0cb81c7a6fe84c1ba81bdee40c3da13164','2720a0a338a84ae1b56086f0d4f1b341eb5e3b46e9290887d7675800c6872081','f993e6dc8562bb766cb6015269d3b9575c94a7d9e1b5e4471ce57c000ea4ca80',NULL,NULL,0); -INSERT INTO blocks VALUES(310078,'f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6',310078000,'8399d461b5079a145c716f8f6004d2f7870fe93786bd944fa36ef27134c9517c','18ee24262532a6a1e49086f1a8ea0161a5c1ae80ce2230f1b76ce782f6aff39a','d75c14667b8e960296e07db94f3908a87d516d358f6b343e090f5fe0e60f4d61',NULL,NULL,0); -INSERT INTO blocks VALUES(310079,'f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c',310079000,'b6696a1511704128bbd5ec2c80a1d7d8d3bda6b959f1a674537ace152cb7f8bc','e839a4222aad212860b0698214f3d426d065226d1e7983e6620325a583b28abb','fc570b0f0642f59eaa07224d1f61bdb24ccb50ba06906b1379a78625438b46e7',NULL,NULL,0); -INSERT INTO blocks VALUES(310080,'42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c',310080000,'9aea0f996c36a815e4103b86ee7fc9be784d7c72549e54d04d84cf7fb8adfb78','fca6c96a2d6bbe118c5418a3e2b85dced8cfc0da2a8b46fef65f49e81a459efc','1ec75c5c6409b5717f6834a761cf7b4d74f9d003ff16d82b872473fcfa796939',NULL,NULL,0); -INSERT INTO blocks VALUES(310081,'6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4',310081000,'7571b554c5600796b60982bb6df3517eed517a2a3627f8383b92a073cc4a5872','a168e4a6c3de65e68532d534107bc3033588b2b0d67ae2f5d23b1ffac1a21ca8','f9ef446f20ff4e04060694a7f539bc5b57bd3abb981a883da0bdf1b3672fdba6',NULL,NULL,0); -INSERT INTO blocks VALUES(310082,'4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644',310082000,'b2507a73ff4f6998582daac667c457308ba78744e3d1d7533c0232092e3eab1f','379aebcf4d32a0480f5d334f5c04629b6ace33bdc5f138907c338eab7b1d9093','1221a89ee30f721a78ab7b7ccaa2a35e5569146445f442f99414d16173cf910f',NULL,NULL,0); -INSERT INTO blocks VALUES(310083,'9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850',310083000,'18566f22ffb9bc5f98712ef3234f8da84f8f3e382007b23c3bb8e6c910043746','b238ccb2ac0b6329a0fc30267fd29e4813bfc786ad871de90c1797c6c72e65bb','bea03286bdb82803bf61809970ae08b141fb58627ab11a0a4f5bd2c3274139bb',NULL,NULL,0); -INSERT INTO blocks VALUES(310084,'1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3',310084000,'72c44bddd5b54657623692e444bf893ca7b6d8da992c274bcbaa37c6db903825','2736ff0669b8c3cfb5b4ad8f082e23d985cbf0c4ba9990175febf1c02882bdf9','8d050a22b541a9c83837160aad1f32eb3c712a181db621b2b5b91d08445ce3df',NULL,NULL,0); -INSERT INTO blocks VALUES(310085,'c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34',310085000,'1ddc441adb4b262862caf5b811b2375bd376d9b5d7b8ee251c4337478833cde9','3407db619adaf80236c8319a7e9283c10a43a7b1717d4d89115ac90e8f52b706','a0be8422ce951af8f68dd776d4f56e5b66014c95c8adc22c426a78da2fc64990',NULL,NULL,0); -INSERT INTO blocks VALUES(310086,'080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78',310086000,'b59447846d380cb8d32639ca13e6e396b68b18483f70b6380296bff65dced3d2','e02f456fb1e9b6de38bb9923f6f68973d592ffa04f65731c66dae734e4fd1d44','8c9162c6b44f4195cca415b7f265493b80032b7541494abd4492c37f2938544e',NULL,NULL,0); -INSERT INTO blocks VALUES(310087,'4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c',310087000,'54a1c32d20665e7ff92ea43451ff2e59a98136ad7da576fa6b2614dda700b707','5177e82a6aa417664930ecdb0495e108b3fb660ff08a608fa540a29b0c4c2650','0615757c45d6cf46d44b5b24f167c4d9bb66f1960f0e95638b6901a454e81c5b',NULL,NULL,0); -INSERT INTO blocks VALUES(310088,'e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3',310088000,'f0bef715c366843e002c75992b8d50d82a3ea54f144350f158e862eb03cb45dd','84abe1e98b75d07291ef4b9847c336f787fdcc74f9a2570d23cb8ce396c9104a','01575d1a05acca0d9ccfab02921c6d178e65b90e8aa87e5f92a4643270187475',NULL,NULL,0); -INSERT INTO blocks VALUES(310089,'0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33',310089000,'0a4ce98b783b97f81fff9ab73d7a7091087e8511ebb425c81ccf60c3f9edbfd6','ca0f3a6b9b2eafb864eb324359d4ad9dd85361a7c7d2833ba6bfd230d0e60773','690589d6182688ef6decf71555baf01892bd3d563dd6a1f12edd9ea8d404c113',NULL,NULL,0); -INSERT INTO blocks VALUES(310090,'b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969',310090000,'f3b6781eebab3a6928791cf281d4ae7cb4f7fb59c6ae7575eba253e6ec6e447b','283080af19ccbde44c6e268326ddde17fc850d7ca1add3698adb3e606cd984e4','77f04e0cdf15110eb58ae1f24c8aeb60f380f1c33ea188de6103f8c36e332a01',NULL,NULL,0); -INSERT INTO blocks VALUES(310091,'734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c',310091000,'14261b6b340632c469847700cee16c0163a7f8cad4dac7ad4555efeb5f3235fb','744bcdbcd8d44066eb9528c6fa39109148ea557d3cc3bdb88a818b9f9a9dcb25','6548b0810ec71693ba64d33992ded8936907c9fb63dcba63f82ad48e375b00ad',NULL,NULL,0); -INSERT INTO blocks VALUES(310092,'56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d',310092000,'3c033a502e1890e8a3c697e354cd1769e4300ce7f62ee7ac47a7201e1ad5de2c','c424d1724a85f76a855b4dc834c8b599f764b5095b0649448a0fa2aef1e41d31','7fa360273e1d9e241af1bbff365a66533977d7a99dbf926f7e9485c9961b1ec1',NULL,NULL,0); -INSERT INTO blocks VALUES(310093,'a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc',310093000,'acc1dc4b7ec10c0989af833b57640be486035d76f74b57a50b023fb60f418be2','dde73fa3b80a8e2d1cb8aa692dd62ad712549fdceebf4083965cb36f692d45d9','3e7d53667aa84d3886057e263a076dd01aed203369e348cb7faa5025fe958bef',NULL,NULL,0); -INSERT INTO blocks VALUES(310094,'2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23',310094000,'1443d97efeeb04291e117b152f1e18537035a59c80fabb574577cb3e66e5db59','a52c247beb178317cdd18532927c8281abe3af9914c676cf250084d4b1e96762','429f2005734744ba27cb0ea21c4c7ff6a6b19355b7a657b13623132f6f267fc6',NULL,NULL,0); -INSERT INTO blocks VALUES(310095,'bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2',310095000,'1c74208da191b965f52006e577c3f4df30f29b36b1d137ab457bbfe30737285d','693d04e9be7d9de1aee3cfe832c6d913213bbf44b0f04a5b394e1aceb77b7b49','8447b6059b098e2756168c802614501971b68b72a238e06b994ace4072661538',NULL,NULL,0); -INSERT INTO blocks VALUES(310096,'306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f',310096000,'662e1b232c5afeba4df756a31d7b63f7f33dbb4aa752abbea9f0b57f1c7c4295','bce25b4036b54089a064c1fd781923787126977938ff3c206f0a8d76ddf52489','be78adfb97b728e7463db7fc82bd371eeff524e86a53554419911de5e0250821',NULL,NULL,0); -INSERT INTO blocks VALUES(310097,'13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf',310097000,'8a1b60657764a35ce95c9e215600f63f0fc8c4933c682ea017553010743c97a2','0d0259b0c4755aba3d725283f1773bdd766a0ae009f2b94be00a5589b61ef8f5','af40931ece4e4daeeead29052f1255a8eb6df361da577548cdeba9d2d16e5677',NULL,NULL,0); -INSERT INTO blocks VALUES(310098,'ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca',310098000,'c2e25d20f3c50a67a4268d9aa3e386c92e5217cf8f106d2affaae19e49b48828','32c25e6b70ffe5ea4582a7fd8bf8c892d4fe0afb247e3aca79686e5b5ce9e430','4458743e746a40877b191bf9b789162e112f0aa1cc3cc3613652506e2df1ce35',NULL,NULL,0); -INSERT INTO blocks VALUES(310099,'3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a',310099000,'bd7479caeb388072138c99d19624e495200df1bf02f47caf0ae8a5007fd9dfce','0fdf6d97b6a63f690d30aca13e27aa4cd6bc3ebbf525cfe6f6eee3ce529dfff4','ba03182e4b68bebad4c28c67928d300d1b01d6cd32b6b1cfd6758bdd211580ef',NULL,NULL,0); -INSERT INTO blocks VALUES(310100,'96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb',310100000,'ddb8394df96a37e0127c8894e669072cb195ac953e2a3e922b95bf40804820b6','8cd686429ec5799fb9a78d07d662c5f51431c6d79691a45c109d512d261aa5df','54c752000f9dc6429bdd11bde9c8231c1fb2cf7758726ac2333200cbbccaa8f0',NULL,NULL,0); -INSERT INTO blocks VALUES(310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'3ed7694459a57281ba8e4159ce156333aae4b596aa3ab5193ea6c1901f2c9667','b6c153092c9e72a0fc5f32febc767803bf50df6886edea271315e382903b8cc1','5a32d44a46034d506780395bbcf8448e91fa706d94d6f6449830917426b7577a',NULL,NULL,0); +INSERT INTO blocks VALUES(310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'7e1322d444b3395f9d8ce6b1ca6d48e8f0d78e5d72da997fad9520899bdbebe3','702e537dd6e79386a246cbc44fbccf8ea2a4e575c9f1e072189fbbd831308672','05cf35a08dbe77a45437a1a8b780d1a861f57b8ea40ae04793a0b75580db7269',NULL,NULL,1); +INSERT INTO blocks VALUES(310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'3e18d8a969bce2d869cb86b28c23823d88e6d8a840a3cda905a003b37222ebb8','bcd62109b750a9b5c3a07fb6e3ba7a5feb2cb56fb554da3b2b4b560a632e3e2e','35a2591289f360d243ed1f9dc4f8448757ae71408339c82d4d4bd2a9f527cab2',NULL,NULL,1); +INSERT INTO blocks VALUES(310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'71dfa527236bbaf632db18cf1773c63f7ee3a0076fc6562e46db0c955b346a9f','f7e5b51624875d95cb14e212ee733c94f12f69084eeefa4b77491479ea3ae990','03d72243a70ec4c5fe7cbf9c180cceb5bef6bbdd28dccd8722a4832711c2a641',NULL,NULL,1); +INSERT INTO blocks VALUES(310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'39feff81ad306adcfb9610e6bd8442e35dd6e1924e75a53708c1d2932bda67f6','a857bb0cb63c343a04d6efdf7d69f1de6f89a67dc25ca5b3e9cd9405ef48c416','bf1e626b8f5f6051a00661aa4d878587dd689c3cc877d90d6a3e860cd4378495',NULL,NULL,1); +INSERT INTO blocks VALUES(310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'1cee0851ee48eeaa3f71e7a18f9f52fffa28cd3b2e1cbf1f79c0f562618b88c6','32e68b308a1281ef170d188fe7d19a93486667d45d8a6b50a0c39f00d6924cde','2e96554dc9c8dd5ced228a0a771b6a19aee27ddf2ad00200fae1512b70fa9f39',NULL,NULL,1); +INSERT INTO blocks VALUES(310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'89f516c3fbdcd1540125561301db451fb55b1baead9ae8f408156075aed104ad','3a41f3c4d912ee4628975e61c4a04b836de31df5a9aa5fbd7031628d9c4f0eb6','1bfef05e24627bf098a37a2329eb3facbd3ce5d4ebcf8839396a756db16795e6',NULL,NULL,1); +INSERT INTO blocks VALUES(310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'e9a37cfc1055e8c18d369896a14422cad3c5ac8d9b4d5aff6053d8e31dd56336','4d2d6945b23826371a1cdb4cf2f841cf2b78c891a6b93da8167ed219388edd65','33ffb6e877a1d9dd34456752a0f39ac83aa03dfa6d71c85d13c7e600ec7be349',NULL,NULL,1); +INSERT INTO blocks VALUES(310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'174c7c107c37e0ca2c907b1bc35e086eebbad8eb02493a2f166ff2279ecc013c','dd1e7522ff359cc0ed124a82d3b367ea105127d45ccf563848b531aaf75b8c2d','b2d0f282e8380ba74ad57cccde18b1e7173b32dabccf9f92e93cae35c59083d0',NULL,NULL,1); +INSERT INTO blocks VALUES(310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'1463da3ebe264e703ecc0c708baa98f737b31f51726f85d3ac646f5e301b7c10','3e547d66bace022adbb42aba8172ed287077f306537c9ce69bb11f47ed1b34d1','b535bcc3d7b943a37de49726633b26f643e74e46f3190d913ba9916e1d31da06',NULL,NULL,1); +INSERT INTO blocks VALUES(310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'dfe8c57b4ce4ea12f002d11cfc127f95b7cea7727bcbaf64418b2d584602a250','20b7caf43b34f595139545c800247b16da6e00b0b1162928670c80ffc2cc773f','57ba4199997404b92020641ba4f2d9f8285bcd100d4260dceff15b42157ddb75',NULL,NULL,1); +INSERT INTO blocks VALUES(310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'f9c936d3bb4c8bbc20e544d9262ffa3906fbaeca5e4b2e3b241f6059868f506e','47442be955776c7e31fba3f14df298b088192577691c17dced8b14b6037e3c50','74ed179d91c4908c413cadbf06bca6856ba442aad936f38ce6f69024e2932a8e',NULL,NULL,1); +INSERT INTO blocks VALUES(310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'490bfec10bfd72eca7fcbae5887b94ce4739454a82e601dc754e4e9d1030f3c2','8a060a9cc82b497e020ad7af45a62c07110b724282ce0c7ca34ad24584638a3b','70c58b02e7a9637f7d17c8285339372796d85ca0c897a5464d78b633557be58b',NULL,NULL,1); +INSERT INTO blocks VALUES(310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'621d39c103bff9a76ada332f41e3ad54c89676bb6057f624942ddf28b31b5927','4eb1fdd02e0f8ba27b9134ddb7b03b51caf3417e92687c7c1a7b50ce2d52e6ca','db0a804e3ab9a0749f5aa03d6db80b3fd5dcddc19c376a0a3c3ecd0def0571cc',NULL,NULL,1); +INSERT INTO blocks VALUES(310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'7d31be770d6bb6669bcb0a8a5964e57a758788cbbb942d1d3da1abd25b5dd158','c71d132b3da755134d5305e814129761fdeab1ac933dc320f83570bd5d007002','c1f04b5ce470aa067e4a43b52d10340e720da7c475c69b095a27a9834d9e9af7',NULL,NULL,1); +INSERT INTO blocks VALUES(310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'3aba9622f8de243bcd5e6a5c88fdf04a79a52d95bdc1778d57586b13f30e501c','d7949a992d062d2eb763b2bd406ffab07d7d676e3327f5e38a4a8a4815e97f35','2217ab6fbe3a0a4803f248bcead4a991d97974343be97967e38f040bb53ef935',NULL,NULL,1); +INSERT INTO blocks VALUES(310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'342e5dddd2289d3d6e381fade13e5a5e3ed27615b89bd8e06ea2bab8f8b48be8','5afdd424176b977bd7b0660867d92952a9cec422a6861c62a876a10014807084','27defdc9041b8dc3cd43c954ae34718c3a23fd18e67583edb6c44308b7fecac7',NULL,NULL,1); +INSERT INTO blocks VALUES(310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'51b904e6b18ce4d17bdc491457036ff3a4ba70789ae929862844e9456c3b9b01','d74711d3af6b2313835591b58b1ff53bc20bc194922d10a60cb1274ca632e153','e82410899d9b4a6a63986980f961e7e31fd9c11ac187032e1a89273f1f19e1df',NULL,NULL,1); +INSERT INTO blocks VALUES(310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'03a60654bc84711524cb38171f6573acbe8cc2120787bd09e5ec621b2f53929c','bafeaf2f42cf716cdd586e1aea74504257d170275022dfb2c11863cdc33d3127','5b07eff3e4508299a73d89015fa27470a2887579d2421e8fc0047e49ff1768c3',NULL,NULL,1); +INSERT INTO blocks VALUES(310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'a590602f34163cf8f880c3620f07a8cd27b9aeba8fc80ccb201d88364eaed210','930eaaee66936628f4ac02f6417167100cc7e2335aaae56dac78cf2ea81bb172','f685737106b7cf21af13ba8a3fce4e64fff2f3ebe162433e21530d05e914a629',NULL,NULL,1); +INSERT INTO blocks VALUES(310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'1b340e7abac4c458e6a0c6ff2abd6dadaa2913414f450cf926725b5253210950','ba496b27fd545d9d811d7421c6f9663e68aa9dbe3a7b5aa9d1ee5644cd142b4a','19c1e6d4de708a2c6951b8583449dcd1e3a5835c9535dba5ffd9e2fa3986cb9e',NULL,NULL,1); +INSERT INTO blocks VALUES(310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'5a5a31ae9b03a362b44c9e38effadfeac273bd370374ea4816b8402d6b8a8a1a','be94a40c259a5f9e2ad5cb714089c4be18de7bd6d3b403f3a4620f4d889ba4ed','6a95ef571df99593070fa7c5645d8f5efed2f1795452bb83ef528e540b2490a3',NULL,NULL,1); +INSERT INTO blocks VALUES(310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'2005a300856ccc74efe80c56927fc13619d5c40ab03ae4ee4fba2050bc2a6b75','afa68f3f9cb6cf8f767075bc9119411e146b6838278d884868a80d9c8e80e26f','145fb1ee52eaa91f3905fc3ca1d29302e560340ca8d61db900f853eb057b8f18',NULL,NULL,1); +INSERT INTO blocks VALUES(310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'95307de52e23a8433143d79710e7df22ba7205e2651c88a2eda220ebc8e0f289','66f27b0e46d782b3e7eb8207ba442131069820295ea19ba9b1f8be5ae5b1367b','984144de41f120ae5cc42902edca8c962b0b3a64186cd2a12645ce2c99c3718a',NULL,NULL,1); +INSERT INTO blocks VALUES(310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'de5a22c228bfc58ceaf428d55f180e951ff877537ef463821ce1206f07ab02f3','eda7d728863433b4e738e2b317d661a68d7f8921ed3fcf56120e0e0df464f161','20e8298c0a5cd1fd8c9986c9fae7d3bbf886e4e118d2e97d1e5578b4c944b81c',NULL,NULL,1); +INSERT INTO blocks VALUES(310024,'b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5',310024000,'e54da9db6c4911087dcfb2824acfd7429431e3297f6b5836dfa8f95165ac9b08','6d7b69dafc9e895a4a4b75c2e7ee2dcda352e21b82249074bfd0865e04dfe6f6','a9f126c9e86d76377960d42363ab587ec7ff2e36ec36d19240c332389b40873c',NULL,NULL,0); +INSERT INTO blocks VALUES(310025,'a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666',310025000,'dac63e0e407785c7a461d839ddd749f020f8a33026cd6ea2acd659567a36c40c','fb8e2f9f37cc8ceb72b92925cdb86f62af821bbae196e5de5083d784436e26ef','70b34a571af440cea459fdf4fd5d41cb1cbd488a224a4ea1419463242b9ddd1c',NULL,NULL,0); +INSERT INTO blocks VALUES(310026,'6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a',310026000,'0397b7da62fb672aadb96fbdfc37f3265ea04c4d401632d5d9018b9b0ad7cd45','35f40cec8ce2dab43b642668fb3baed3654b63a328ef005e41c8772cbf02029a','ccdcdb31793937974ddcb4984aa622bfb45760fe14dc486017ba9fef7cd2003c',NULL,NULL,0); +INSERT INTO blocks VALUES(310027,'d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e',310027000,'dbe43e77c383acc66cb46105991ed066ed5309434016081c26ca1a7dd948b6ce','df94b526dfa87413c5d4c11024019c28dd94051780c00b433b28093788b15ce0','46f8387dce9e1d2670025d23b86848dfb114c1e44e030d722ca0f7d26d45fdc0',NULL,NULL,0); +INSERT INTO blocks VALUES(310028,'02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b',310028000,'ce1021a584895988014f16dd9f7b7b29bbe59ca8a761914f60c9290b5ec6a16f','7d8c18a5d7ec2d6d87ef468e4ed6784e9d41b248bd3d6754bef8f6bd1df9b9f2','4aaf2bf67dc5e02b7e743fcbbc70d08aaa84a200d6fc0da755c95c9d4840ec4b',NULL,NULL,0); +INSERT INTO blocks VALUES(310029,'3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6',310029000,'4a066ff12cf6f8dad894e23cfbb4fe6a087893b717b3f0c1ec53764b1e922bf4','0dab776748029f3a094e8c2ad8871c1771263f81cfc6de79ded15ff475239371','d474af48cc446365a40d2f8005f88911a5f611082db45cf7d1d1873c56da8220',NULL,NULL,0); +INSERT INTO blocks VALUES(310030,'d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5',310030000,'be1cc89117e7cb3fc18eb610103d72f144c31848da4d8001c334aac577f19427','934400af42a6099d1279e8fc2700bfc118bc313da8383d06892521a17663ef73','ed06f1146480c1d7a2fdff0e86f88e036a1f4b081f28fa5fc6a356e469ff7d73',NULL,NULL,0); +INSERT INTO blocks VALUES(310031,'0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689',310031000,'a616b3d81a1ad1db1a9b1491b06ff6bcead9037f75552d14a4c7234b6ff56670','b45534f04aeeee6c2ed877085eac7ebea9f7eacceb2026e5ab8a34ff715bc3be','93365c17793235858200605e7486fecc3b859df0f02729a2f856bb6ba0f1c565',NULL,NULL,0); +INSERT INTO blocks VALUES(310032,'66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074',310032000,'e7e76fe32ac5c06696c0bda815f29f1e0785a9d48641615f2ef78fa9982d258f','b8261f9bd73b90fef96702a2e83111c3b9305e55efefae86a4078d99ce8c3d0d','4a060dc988b27c15ae13b1cfbcfad0834d88b88a49f319f5fa5cd281f0c7f066',NULL,NULL,0); +INSERT INTO blocks VALUES(310033,'999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707',310033000,'f0d33d2f73f83449c18b9a7bea43857b36effa24eb248283d9356c5280e4992f','bd3133719a6698bda726f9304fa48db5847cc475db79b879d2566da3cc7299d0','0e701bf25314928828808d7a1b4c28f157b2c7ed78ff320faa1b9c33984e3493',NULL,NULL,0); +INSERT INTO blocks VALUES(310034,'f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208',310034000,'434d631a1c3ef7d31d136b4eab8b3044dc2b65886bf43642537cc592db0415a3','eea570d87d2e343bcb9b93764aa9bed952588f4b053d13e87da410b8dee27d7c','4ef82ef59743972be8ac3377da0931f6ec47510ed19980116959098e90c6cea8',NULL,NULL,0); +INSERT INTO blocks VALUES(310035,'a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2',310035000,'5ca42816d9c6aaed19f6d25cd02e842b5d834254f90a169630544c83a129c7e5','c827847c2f94718cd8c3efdf2b30cf9c8753893a76590efae0e30c61ef9a2d4a','2a50d3cfdd6fad6d24de4cf425bb5cba29fd6738a02e2eefa178d321e7b6839e',NULL,NULL,0); +INSERT INTO blocks VALUES(310036,'158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76',310036000,'31aecb842ea816f98aead90fed7ad005c010919a2ef2c5d7a8965b71832d3201','5a69c5cc5e4aa7e7d071da7ecf8cff88740a707f70ddec29c57ee52b3da09127','b176ebcafd1ed45331f7545caa1e8a7a1f8c47dd3122f210bcec45542d789c57',NULL,NULL,0); +INSERT INTO blocks VALUES(310037,'563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07',310037000,'7a3167eb2c8a80c7c363ac47200ebc8cb6bd53f57da64465bec14bd86cf2c6c7','8bc588a7a9286c3f5c13bc31c0faf29f155391f14ad89defebe3d0a0b21d049e','cbc90745cd2aea70be785d25bd87ba3df8287c491d84405afdd7767152931c7d',NULL,NULL,0); +INSERT INTO blocks VALUES(310038,'b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2',310038000,'212bc51956081e57aa618360926e186824dce8987948ee7706403451ab417a0a','77861a778f50d5f8314cf4caeb6a78539702ee5b36b882713079b88143d4c6ca','1b1fe65325fda437f6648147e51a4312f2fa2600c7d2c659774bfcd955b7b26d',NULL,NULL,0); +INSERT INTO blocks VALUES(310039,'5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347',310039000,'03e72d7551164403b41956638a0fdec8703c29373ea2b15c770717b0ec39fa95','b445575b555d0621a37fc3f9f22c113126ea35507703f8885294cb2a4613a6c7','f415ec91ad5c89dc99e3fd82d65b4994e1bbeb6ba4e2125c999dcd5ed1b4a9fa',NULL,NULL,0); +INSERT INTO blocks VALUES(310040,'7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3',310040000,'922aa744aa0c08274d1f47a0f80638c7937ecaaf95555e68ceec09449e60d080','d46179d869f330c786bb81e0c122952d33b264f3af2b4a70627764332cce3fb7','96603b57fd68bb4092c18ae4c54f39df2cf4f0e7a0407838157980e5f72ebc00',NULL,NULL,0); +INSERT INTO blocks VALUES(310041,'5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359',310041000,'de422fc7f3f11d20b697e0ee57afe101ddeb5e84105153a3bb10f97f9c3f1783','d0cef146e488d50917e659d8c039e7304a41d239d2330947d81e49d3bc7aa723','8cdcf377a46d0b8bb519758daba1501015a4a452f1631610fb911f688f0434e8',NULL,NULL,0); +INSERT INTO blocks VALUES(310042,'826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4',310042000,'82d7c9a0c9d63c3f93b125a9eabc2a7b5f560eccc5fb578d71ec071f150c8fac','68777d56b0179c05517b00df97200e16079b34c54a270d598c28caa4f39ea43b','19007011336822c38a7cc69ed3ca34182e18b2167b2d96832e1f8583f504f5ac',NULL,NULL,0); +INSERT INTO blocks VALUES(310043,'2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51',310043000,'c9232d9cfb183cc9bc09bef78f7c83bac3d9af803e6916c9b14063c4f619d9e6','728975e1d9ed1caeeef47b1b8f1040c3d1ede182cc47282f32f2f464071057b2','c3f323f26288aa71b51b633b30598d0ad332f59251f1ade839449f0fa6dca7a2',NULL,NULL,0); +INSERT INTO blocks VALUES(310044,'3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b',310044000,'71c3e7aa2ad71e35b752dd4e48381b4ca845c370e5c340f2a221dde808966a45','56e52a1e4cd4954442f83c421e7b8c653e38cd7725d6b140a47e74f57df2c169','c43738fca0171c90dc6b41e663ee1655afdac3768e9d729dfe8b8b480eee1a64',NULL,NULL,0); +INSERT INTO blocks VALUES(310045,'7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98',310045000,'47230be2ba96e7adb6088b18788b52a65aa48183c2c00095b79999f5ea1af514','e8b8a81eeb5c9a9fa6f19f6d9617c7c8e1d19368725d223ef270b74b09b1a541','c29667f83a7e32f8b78e7bd2339e97ff4a0203e565037efb9f1e6f509a0b0023',NULL,NULL,0); +INSERT INTO blocks VALUES(310046,'47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6',310046000,'2c306c41049fba2e58a07b5d14f930bcaa465b2afa4df24d8a887958555f0c57','3ed01193d67e5b016184cd322ca01829a616ad7f7c98bdc034c642ab5c37938d','25098d5c19b1cdb5c0acf4086af5935412c1b30b896a6fbcf019dde674946636',NULL,NULL,0); +INSERT INTO blocks VALUES(310047,'a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075',310047000,'95a6325dcb8b9f7aef9da35bd20a46addef23aa5c36795beccacf992bee88d28','730fe6316784de4a36e2530b3935fbbd2e1bb9c876c61d0cc436f86a103d6655','a953a1272ca6659f6e5fc3a1d037059466032c58653409ac4a9aaf303c2989bb',NULL,NULL,0); +INSERT INTO blocks VALUES(310048,'610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309',310048000,'8811d6a6b22ff3e0ecf399dd20a28a17ad000e99b17f90e63e02230ed42cf260','a1772d6d909c4fd092a9e511c2f0425480f61c1f2a3d513d973a15e587c47a51','fc3d2b471c374495bf3fe9af9caaef698153c61d1da275f5db423ebf82683d2e',NULL,NULL,0); +INSERT INTO blocks VALUES(310049,'4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c',310049000,'4bffe3d3071cee255f64108bd8b97652f06190cb73caac5bdc4ef61d3ff9ecd6','af66fd2b113c2349077f00be46a1cd5629b2ec39576ae16ec004249438781905','048732cbf462a4b1065c183bbb2e311458529fedf5a1980e221f57dedfa8c32b',NULL,NULL,0); +INSERT INTO blocks VALUES(310050,'8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348',310050000,'b00d5001e914fde448457f3b373637385114eeb07d79751241f4c1f50cadc050','64149e5936bce967da53b587f07492b64472145ac66f58c1773a4df324ced96d','62ed6e53da58561ecdc53c4d40149468fc3555828814ae640656c9c4f8e32c55',NULL,NULL,0); +INSERT INTO blocks VALUES(310051,'b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6',310051000,'90dd8fabe43314ac6ab6f5485275a4b1131c232a1e9d92395fc030659873edb8','71f3161707a90feeb8b8e3340f47a9102c344b652ff70760aaa1f7b3bb30a14f','1b1b28d5b7778539c7b0a1ee2e5bb59b8c32277a0dc04b6bce3d6e4081c0bfb5',NULL,NULL,0); +INSERT INTO blocks VALUES(310052,'0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2',310052000,'923848bdc7906ab89898021e05e201f69305087b12803c459f066f2d681fe9b5','de443d5cc1b054f4cff96f616b234d91b0b5e3712e6d72e64d564c201b7cd757','40e5a423f42079215cafa891b542a749d2cfe26f70d85735cc7524f14bc5a16d',NULL,NULL,0); +INSERT INTO blocks VALUES(310053,'68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f',310053000,'e5ecdf8c0a2166fa8fe25adea0d374d34131d29a3c901868fec579eb20a5a930','05b8fe3b76416a506aed1b000e3649af38e59adf26cf0d168c5e84112641ea6c','18d95b87d67db8c173e73183c7cc538edcae32d3ab4151002a14f7fc5a0ac0ee',NULL,NULL,0); +INSERT INTO blocks VALUES(310054,'a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305',310054000,'03cd75c14bbe11800f4d436dce93235787e2521a19b1d5a90796a5de369680d1','d8edec966eae31778588f68b7343dbdb4bf878b30cb430246b04ebebdd9e43b9','a135c53b91d18e6f0697977e1e2a5e76c37e1c5b3115e6edc096cff143cee00b',NULL,NULL,0); +INSERT INTO blocks VALUES(310055,'4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356',310055000,'7239560704ca831dfe90791f1cd21ae1f1506275cf6b45933676be9b096d340b','1294057c4f21c98f97d10d96510ce83d0e8d348d138b3caa2c76ef1be47a3c2a','d9b375e9305b203ca5ac248c614ffe0a38e8faa17bd081612d4e26a9a4f0771b',NULL,NULL,0); +INSERT INTO blocks VALUES(310056,'7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3',310056000,'3aa4ef8714cbb71c4f0b052dc7ec7795322103ba7b8361db3f33303f564f3815','211d0e47a87100167138974db02ac1299bf1b2a1d7b60606b19cecf2f06df0fd','d602dabb9e7a53ba291f76b3c5a3519c5262bc27dffba8a82eae79e1ed2da544',NULL,NULL,0); +INSERT INTO blocks VALUES(310057,'4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411',310057000,'fee33c0a466c580887106b4bb7a8c6aeb7a049c94987bae64f695ae400c4a4a1','f851a0d0a25322d5939a5cd2cafc831b6282af5ab81932553cb80ff3825b4a2d','6bd9e4b42c821df681eee97dcf50b2f5ef0e4e6df60aad3b594c16cee4c7a204',NULL,NULL,0); +INSERT INTO blocks VALUES(310058,'a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f',310058000,'94d58bd9a65a2e13c7ea2373e521952e916b0e1d31d803eced96e5c8903aa625','e959bddf887904cd324ff7bf5fb60380f2c4a7c2b1b4215c63715a59ad297200','f19700cd757c09e895b7bfd0579a5c53e314dcd098aa8e16e29642744f00662a',NULL,NULL,0); +INSERT INTO blocks VALUES(310059,'ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9',310059000,'e9c87b2a652d4ef3d48ac74424f57d06dd85893fd542e0784df067c37396b0df','ec205004b519cbbc750bcae821effee41789b3f643f90148e8db2d9d9f83ed49','4a4da3177dcdd82ca3046aeba713349226d3d9009e6df65976b54bc4215c19be',NULL,NULL,0); +INSERT INTO blocks VALUES(310060,'974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b',310060000,'b664a0985edab20768aec36096a7b2faa159cef4af7e779ad421942137ee317a','dec86d178abd72944cda84a3154303e16eaf39e5bd5bd59a80cca27a5ed5887e','3be060f4559c9692023d4489362076311cfcbac35b0c8eccc109da899f6ebf85',NULL,NULL,0); +INSERT INTO blocks VALUES(310061,'35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf',310061000,'5ffa5e1f36c5539b2f5a89a6a60d45ec6372ced770d9b0e0e8dfd61edad84c22','be052ccd372d556b9b28d0d2b6f9dbfc9b32ff173b71d7842fb6008047a67384','9bb2655a5db2e3c3d78b7e0ec77b9047c8307ea5835c1be4ca52887cc42ba1da',NULL,NULL,0); +INSERT INTO blocks VALUES(310062,'b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f',310062000,'fc6f9f23c3b8954c7989b0e4ce40087b66dceabc7c0e407ac7f4b397fe2a1281','1495ca8eeb434877ce36335268a349709e99811e93f416ccf1f0c98114731824','98caac2729bf0f6fe4851311de361efdeb8ce572156eb479e3c982b67c8971db',NULL,NULL,0); +INSERT INTO blocks VALUES(310063,'0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe',310063000,'cc6c3b8cf2c457b2f6afb5b208f968544767be8b86ca53bdab4224619a03121d','93d193df39b7340b932b5abd85a027df086e033ff2b18fd8c9d0d03cd6db392f','951e4ed9440f6aabc2cc3b35e59f5d29699598b9c0cf3ba05b1b5139480404c0',NULL,NULL,0); +INSERT INTO blocks VALUES(310064,'e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30',310064000,'cc57ac6aec118ebfb03f5113ad1af749522e60ef4ca201d48bd43478cc0a29e4','064c03f24da9de841de9f492487de4077b842d6de92366d3fe7ff37d558998c1','47f9b32f54878601579a38cf558f356bcc6975384bc16e20e52083aa4c1a750f',NULL,NULL,0); +INSERT INTO blocks VALUES(310065,'8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a',310065000,'9999be70079c0943f0a00c54236680bafe0c87dd3bb75c982211f751e7ecdcae','f1196c84f3767cea82b4dfb6a5e4be30f3ed3f53e9b9cefdadf81af9f2b2bd49','d10a1353418eddddaa3b4311d3e020f3c3af46d547568bead6d99baf53fbd9eb',NULL,NULL,0); +INSERT INTO blocks VALUES(310066,'b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d',310066000,'efb2fcb7b5628bb99994bc1ada157bf80b4516d961497aa011c06da1523801d7','ba6d273c442538389e43b3ad47795d7e61d9b17427d1a1044333f96cafe575c4','ba4b39e6ec86ccfd3a986ee74a1cb9640c05b05bb7947e53a741786fd4e26e5a',NULL,NULL,0); +INSERT INTO blocks VALUES(310067,'8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577',310067000,'fb396fca9af7816f97b22b8bf1b01951e271a75f1a640dfc64955696dc1c0b7d','20ebf686e5c5a50c0df23ee15488559024622039aa4fa47f1b07dc3967bbc760','a1c2f9a0b48a4594ff17db7d95f0b4605a3d3dd0f2a02f322523e2e5cd9faa39',NULL,NULL,0); +INSERT INTO blocks VALUES(310068,'9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5',310068000,'6cbc681ed90e676cc507d07120888bd4c8759873a0b9215f721a0ce707070086','d8c09411f0c7fd43774558fd6cc9884b032cfdcca63a08845b61293ff52ef380','9e8d400eaf94d76f2f1d0a01baaf1a8d9f1b59dd71be92dd3994495539b4f336',NULL,NULL,0); +INSERT INTO blocks VALUES(310069,'486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7',310069000,'7cb734eb3e24e92de8915a6bea42b6ef721251c481ac9ec751cdbdc08e110011','4f02ef18a644ac564db930818e845496ab0ea3caa34ff70878f0f9f0ef6641e9','2fd1536dbbdbdbcda0d1e76b55f15aa7bbfc8621b96ba9d52003a9fe77fe560d',NULL,NULL,0); +INSERT INTO blocks VALUES(310070,'8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5',310070000,'7b57a4d1ce0995a938e174e52a096cc9829a0ddd59f698ed04d8b43371a78126','7716368643d8c6d26932d9efabb6fd6e574c1b13b8f149363ec4b99d9f405435','158873a5120cbf32d2233722eef731dc7305a9d6b9eb9be569a1a73725d4e6fc',NULL,NULL,0); +INSERT INTO blocks VALUES(310071,'7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b',310071000,'f46f820a64ced97ccf68a56c048459de0b2855ecd4299e447c4b630913ce1749','71375966f9a524c1df04c5033ebb17e4293053f3ecb8e724a2f093b3373641b6','7d2d103499f073a873bdfdbfaffbcb52c90f3a838004ce39ed25a078454f6d41',NULL,NULL,0); +INSERT INTO blocks VALUES(310072,'7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a',310072000,'878239189ae0afa759af5e59db8a17fd17c0c9a2c017384fd2d0ca789e738050','4ead629f99d32f3d0ef6c5f7ad1bbffa91608d71b815293128461a9b5850ad15','5bc4e604c5cb909c04c37439a6146a34491155bd13966cfb348134d76f690453',NULL,NULL,0); +INSERT INTO blocks VALUES(310073,'ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943',310073000,'d2d86823f727bc075138653a682373a9c76d21d48b5881968adb66042b501e53','3958da4cebd7670ab3e197b6ff8b5a770dc756dccc1806bdd050513e75e9e33c','d81f6f5389c4a0344c2856bcef7d397bbbc787a7530e06c5f196d09360aed9dd',NULL,NULL,0); +INSERT INTO blocks VALUES(310074,'ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb',310074000,'9fd098fcc7d71c0c46fc741ea278de92589c44a6efc4980ced53843193553ea8','f5b2e274c8dda92ac634490b28d13b18d7aeb22fd1a5101c805d3f4265422a7c','86b862acf1b23ab0e46bc040cad79d5967830e1e627afcbc740ee316db38b345',NULL,NULL,0); +INSERT INTO blocks VALUES(310075,'ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b',310075000,'f1ad21f9b4134bc0225c26fb8969af3565c07997197a7ed9636c01f187f07042','3711ef31e2cc58fe1a9cbcf0a5bfdac9a805f346137b923fd86c65f850b35eae','998b6502c2dc3d84d0b5e4310e8c4f97e063f395e8e7011cc745c900046e84c4',NULL,NULL,0); +INSERT INTO blocks VALUES(310076,'3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92',310076000,'9a1f3de6b5a255720973fb0c93ae2bc8fe8936565140b8ae991b9d83f86a0002','8e73f7f52266820ca7f25665628e31afc6a5e3dcbbf51bc1bc8635440ecdf669','ace4519956bfda98a6525a2b24b214281b4d32f42a23657d9182fe54a1696496',NULL,NULL,0); +INSERT INTO blocks VALUES(310077,'d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd',310077000,'ab56d9f59575b2d8ecc4933bbfa1fb0cb81c7a6fe84c1ba81bdee40c3da13164','2720a0a338a84ae1b56086f0d4f1b341eb5e3b46e9290887d7675800c6872081','6e12925d4942207ae808f806bbcc9d43a008029550ddad8bbc624b3dfb4528ca',NULL,NULL,0); +INSERT INTO blocks VALUES(310078,'f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6',310078000,'8399d461b5079a145c716f8f6004d2f7870fe93786bd944fa36ef27134c9517c','18ee24262532a6a1e49086f1a8ea0161a5c1ae80ce2230f1b76ce782f6aff39a','9e5c7e41c40693fafa71af7916eb3381ea4c47e4352cde2861436258d5a8e37a',NULL,NULL,0); +INSERT INTO blocks VALUES(310079,'f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c',310079000,'b6696a1511704128bbd5ec2c80a1d7d8d3bda6b959f1a674537ace152cb7f8bc','e839a4222aad212860b0698214f3d426d065226d1e7983e6620325a583b28abb','4e5cf0ea770eef693c3057e96d701a7071e4b6f637ae7ddd6fc4f72f034a5b1b',NULL,NULL,0); +INSERT INTO blocks VALUES(310080,'42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c',310080000,'9aea0f996c36a815e4103b86ee7fc9be784d7c72549e54d04d84cf7fb8adfb78','fca6c96a2d6bbe118c5418a3e2b85dced8cfc0da2a8b46fef65f49e81a459efc','ff46cfe78431b281152900f20c349fdb72cc7525eb1a5c0faef358362d5bdd1f',NULL,NULL,0); +INSERT INTO blocks VALUES(310081,'6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4',310081000,'7571b554c5600796b60982bb6df3517eed517a2a3627f8383b92a073cc4a5872','a168e4a6c3de65e68532d534107bc3033588b2b0d67ae2f5d23b1ffac1a21ca8','bc3a906e11576d1db05bf37e6216faecab4870c7ea380793f2a3f6a8f4f58e6f',NULL,NULL,0); +INSERT INTO blocks VALUES(310082,'4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644',310082000,'b2507a73ff4f6998582daac667c457308ba78744e3d1d7533c0232092e3eab1f','379aebcf4d32a0480f5d334f5c04629b6ace33bdc5f138907c338eab7b1d9093','3e67d38d33ee7058e726569c85e670baf12723dd9a83c83bb54f0e7545784ded',NULL,NULL,0); +INSERT INTO blocks VALUES(310083,'9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850',310083000,'18566f22ffb9bc5f98712ef3234f8da84f8f3e382007b23c3bb8e6c910043746','b238ccb2ac0b6329a0fc30267fd29e4813bfc786ad871de90c1797c6c72e65bb','985d8862df59d223004323f14a2a6b24233aca1f9ff9a8e0470e82714eb4dc09',NULL,NULL,0); +INSERT INTO blocks VALUES(310084,'1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3',310084000,'72c44bddd5b54657623692e444bf893ca7b6d8da992c274bcbaa37c6db903825','2736ff0669b8c3cfb5b4ad8f082e23d985cbf0c4ba9990175febf1c02882bdf9','4536e5d67316fc1628654c1bb6d5ce63bae98040ae8b4a091645b3fe623297eb',NULL,NULL,0); +INSERT INTO blocks VALUES(310085,'c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34',310085000,'1ddc441adb4b262862caf5b811b2375bd376d9b5d7b8ee251c4337478833cde9','3407db619adaf80236c8319a7e9283c10a43a7b1717d4d89115ac90e8f52b706','2b8bd8e408b8eb299ec9a84b977a3158d5992cc8918e4a5dda5f9610bbaccd63',NULL,NULL,0); +INSERT INTO blocks VALUES(310086,'080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78',310086000,'b59447846d380cb8d32639ca13e6e396b68b18483f70b6380296bff65dced3d2','e02f456fb1e9b6de38bb9923f6f68973d592ffa04f65731c66dae734e4fd1d44','00630ee16df58b44290f5ca6569a9f0a5d9f2773a3700521da1ac720ff94ad6c',NULL,NULL,0); +INSERT INTO blocks VALUES(310087,'4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c',310087000,'54a1c32d20665e7ff92ea43451ff2e59a98136ad7da576fa6b2614dda700b707','5177e82a6aa417664930ecdb0495e108b3fb660ff08a608fa540a29b0c4c2650','7ac6e2f09d2fe91c424200d13e7fdaba5d60b695dbc9f1dfe1b58ffc7ccde497',NULL,NULL,0); +INSERT INTO blocks VALUES(310088,'e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3',310088000,'f0bef715c366843e002c75992b8d50d82a3ea54f144350f158e862eb03cb45dd','84abe1e98b75d07291ef4b9847c336f787fdcc74f9a2570d23cb8ce396c9104a','936c46644d77d006a6566c52635e0a32c506b8fcc3ca987ef34c7393d0b0674e',NULL,NULL,0); +INSERT INTO blocks VALUES(310089,'0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33',310089000,'0a4ce98b783b97f81fff9ab73d7a7091087e8511ebb425c81ccf60c3f9edbfd6','ca0f3a6b9b2eafb864eb324359d4ad9dd85361a7c7d2833ba6bfd230d0e60773','bc551a5ece4b66b9049a30c5d5acd5beecc7de920231373f85124309e5c1cc98',NULL,NULL,0); +INSERT INTO blocks VALUES(310090,'b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969',310090000,'f3b6781eebab3a6928791cf281d4ae7cb4f7fb59c6ae7575eba253e6ec6e447b','283080af19ccbde44c6e268326ddde17fc850d7ca1add3698adb3e606cd984e4','799bff36118ef6cb309b5fbd6e6176f4871e4b30fe758081128d3da1d31f4640',NULL,NULL,0); +INSERT INTO blocks VALUES(310091,'734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c',310091000,'14261b6b340632c469847700cee16c0163a7f8cad4dac7ad4555efeb5f3235fb','744bcdbcd8d44066eb9528c6fa39109148ea557d3cc3bdb88a818b9f9a9dcb25','197306cc15a3f494030a725a76dc6ae44ec22e54e9bc111bdc4f43d2df159c60',NULL,NULL,0); +INSERT INTO blocks VALUES(310092,'56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d',310092000,'3c033a502e1890e8a3c697e354cd1769e4300ce7f62ee7ac47a7201e1ad5de2c','c424d1724a85f76a855b4dc834c8b599f764b5095b0649448a0fa2aef1e41d31','d3a31d2aad13f2bd51d03708d68df75e775782b39944c7ee782577063d2722e0',NULL,NULL,0); +INSERT INTO blocks VALUES(310093,'a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc',310093000,'acc1dc4b7ec10c0989af833b57640be486035d76f74b57a50b023fb60f418be2','dde73fa3b80a8e2d1cb8aa692dd62ad712549fdceebf4083965cb36f692d45d9','ece97f24fc96f3ecb20f59e6974e8df587d1570b4388b2328dd1c5184cd542b9',NULL,NULL,0); +INSERT INTO blocks VALUES(310094,'2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23',310094000,'1443d97efeeb04291e117b152f1e18537035a59c80fabb574577cb3e66e5db59','a52c247beb178317cdd18532927c8281abe3af9914c676cf250084d4b1e96762','3e69a7737f383fd294b6fcad27ee1d264d40ce39b6dd31390a247e5de895226f',NULL,NULL,0); +INSERT INTO blocks VALUES(310095,'bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2',310095000,'1c74208da191b965f52006e577c3f4df30f29b36b1d137ab457bbfe30737285d','693d04e9be7d9de1aee3cfe832c6d913213bbf44b0f04a5b394e1aceb77b7b49','d8e545af68d4bccabfc5b6342f55ca218aa0e48e0964d6fc89034d544861b8e6',NULL,NULL,0); +INSERT INTO blocks VALUES(310096,'306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f',310096000,'662e1b232c5afeba4df756a31d7b63f7f33dbb4aa752abbea9f0b57f1c7c4295','bce25b4036b54089a064c1fd781923787126977938ff3c206f0a8d76ddf52489','284297a3652c0f46e642077a1c89b61bf141ae07bfb406ab4b2d423bc084023a',NULL,NULL,0); +INSERT INTO blocks VALUES(310097,'13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf',310097000,'8a1b60657764a35ce95c9e215600f63f0fc8c4933c682ea017553010743c97a2','0d0259b0c4755aba3d725283f1773bdd766a0ae009f2b94be00a5589b61ef8f5','67563164f553e3bf0d96727b8351474676f7758341307b77c381f1ddeda372f5',NULL,NULL,0); +INSERT INTO blocks VALUES(310098,'ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca',310098000,'c2e25d20f3c50a67a4268d9aa3e386c92e5217cf8f106d2affaae19e49b48828','32c25e6b70ffe5ea4582a7fd8bf8c892d4fe0afb247e3aca79686e5b5ce9e430','ec203c43cd455f11e11813073fbbfd5905dc50aa23f040b0f41df16d6fa4152a',NULL,NULL,0); +INSERT INTO blocks VALUES(310099,'3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a',310099000,'bd7479caeb388072138c99d19624e495200df1bf02f47caf0ae8a5007fd9dfce','0fdf6d97b6a63f690d30aca13e27aa4cd6bc3ebbf525cfe6f6eee3ce529dfff4','91d6b64f4ef22d3303a01c09142c6bff457a59743f71e1e789ec8cf954d8bbf3',NULL,NULL,0); +INSERT INTO blocks VALUES(310100,'96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb',310100000,'ddb8394df96a37e0127c8894e669072cb195ac953e2a3e922b95bf40804820b6','8cd686429ec5799fb9a78d07d662c5f51431c6d79691a45c109d512d261aa5df','df97cba9d8c906634ce5952beb1ef5850485a9b69a273ef5a1e1c16586f74910',NULL,NULL,0); +INSERT INTO blocks VALUES(310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'3ed7694459a57281ba8e4159ce156333aae4b596aa3ab5193ea6c1901f2c9667','b6c153092c9e72a0fc5f32febc767803bf50df6886edea271315e382903b8cc1','29071454ade10524dce2ca9c262a7522778ab4c09bb8e5ea7758a6469d69f8d2',NULL,NULL,0); -- Triggers and indices on blocks CREATE INDEX blocks_block_index_block_hash_idx ON blocks (block_index, block_hash) ; -CREATE INDEX blocks_block_index_idx ON blocks (block_index) +CREATE INDEX blocks_ledger_hash_idx ON blocks (ledger_hash) ; COMMIT TRANSACTION; @@ -150,42 +150,41 @@ CREATE TABLE transactions( data BLOB, supported BOOL DEFAULT 1, utxos_info TEXT, + transaction_type TEXT, FOREIGN KEY (block_index, block_hash) REFERENCES blocks(block_index, block_hash), PRIMARY KEY (tx_index, tx_hash, block_index)); -INSERT INTO transactions VALUES(1,'63f8a75a06328d984c928bdcf6bebb20d9c2b154712f1d03041d07c6f319efd2',310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 7b17f1bd3ee49ce2e5e9d749bcee03749fd056731fc38e3405c6ad4885d18b0d:0 2 '); -INSERT INTO transactions VALUES(2,'5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4',310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'0000000000000000000000010000000002FAF080',1,' 8a6f8cd8a437c07534cd71f9eaedcad50459726a90d52e6fadf0ef1c8c348f2e:0 3 '); -INSERT INTO transactions VALUES(3,'04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6',310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,1000000,X'0000000A00000000000000000000000002FAF08000000000000000010000000005F5E100000A0000000000000000',1,' c0b7ba21d78ad1b9d15cb6b9f3a0e5be7308e48da38cebd72daf42e4f8cb63c6:0 2 '); -INSERT INTO transactions VALUES(4,'98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52',310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000000A00000000000000010000000006422C4000000000000000000000000002FAF080000A00000000000DBBA0',1,' 4570ebcbadcde31bb1b2cbe5e0bce5593c8aa7f246a6c62978394dd046267a24:0 2 '); -INSERT INTO transactions VALUES(5,'90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613',310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',50000000,9675,X'0000000B04D5809F0085BF2655C500A8C65D6D8B42DD373160FB431AF05792B0F30B63A698EF3D31D1777AD18801E94EEF03D4314911AC03D7A82483B40614EA5CF80E52',1,' d2c33c5859fff1bde271ed0b48f3853ff5441f7d5a29f64a31848b58496c16eb:0 4 '); -INSERT INTO transactions VALUES(6,'1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7',310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'000000140000000000004767000000003B9ACA000100000000000000000000',1,' 6b24ccc7f3e91ad0db1bb059bb144912e7deaf6436b9b1eef76cbd1e3426ddad:0 2 '); -INSERT INTO transactions VALUES(7,'3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846',310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000014000000000000476800000000000186A00000000000000000000006666F6F626172',1,' 65161bae7afefbb7b46cccbc42d943189fb58bc93833504a9beb8a81d1ac3dac:0 2 '); -INSERT INTO transactions VALUES(8,'30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65',310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'00000000000000000000476700000000003D0900',1,' 2a941755031caa5ca3afe08d8e55aa57ff5fe9e2d725ca91388504885d7658eb:0 3 '); -INSERT INTO transactions VALUES(9,'7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849',310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'000000000000000000004768000000000000020E',1,' 25c2b96162f286879550ee980db0bb717e27d63c62beed1604b9e83df8500bcd:0 3 '); -INSERT INTO transactions VALUES(10,'f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f',310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000032000000000000025800000000000047670000000000000001',1,' 04b45929bbea052062fa897e2bc54d323b0bf9a46f4f5140f1362ca244e4768c:0 2 '); -INSERT INTO transactions VALUES(11,'15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59',310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000032000000000000032000000000000047680000000000000001',1,' 52def9655f61f72912a55624d1ce0b1fdfd98f7eab1d12eec193c29392572817:0 2 '); -INSERT INTO transactions VALUES(12,'1a5b6320346fcb5f7b59ce88553ef92738d2f5ba0a7477e898df85b2730a0f1a',310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB3300405900000000000005F5E0FF09556E69742054657374',1,' e9063537bf8b14d57f0fede04e91efe40d98d1c73ecc39c9a3d82a56cb013761:0 2 '); -INSERT INTO transactions VALUES(13,'1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887',310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000052BB33640000000002FAF08000000000017D7840000000000000000000003B100000000A',1,' 7e8fe4f026481975d26bdade6d84e07654ecfd624ca1c054a2b20ebed6433f0b:0 3 '); -INSERT INTO transactions VALUES(14,'a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33',310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000152BB336400000000017D78400000000002793D60000000000000000000003B100000000A',1,' 453f22afbd458aeee8eeb422a378fe72b9ee0d2784e5c19517fa52bd442b1ae7:0 3 '); -INSERT INTO transactions VALUES(15,'040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b',310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000052BB33640000000008F0D1800000000014DC93800000000000000000000013B00000000A',1,' f07ce90f370ca2c0f6b9b0d35fb394a31fd9d16d60f688a11e02679b303798fd:0 3 '); -INSERT INTO transactions VALUES(16,'62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2',310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000152BB33640000000014DC93800000000008F0D1800000000000000000000013B00000000A',1,' 1dad931f9d9dbf1dc2e862ba958fd0fc15c2adc0dfbce0f8ba9a399f485ece4a:0 3 '); -INSERT INTO transactions VALUES(17,'578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f',310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000252BB33C8000000002CB417800000000026BE36803FF0000000000000000013B00000000A',1,' 7bd26829c3e05451a26c34693af7528ce97e743068f941bf25467ae457d7b6db:0 3 '); -INSERT INTO transactions VALUES(18,'479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183',310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000352BB33C80000000026BE3680000000002CB417803FF0000000000000000013B00000000A',1,' e63bf97412baed033932c81838cd9de48b2b82772a4dee207c95061fbf32379f:0 3 '); -INSERT INTO transactions VALUES(19,'16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485',310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB33324058F7256FFC115E004C4B4009556E69742054657374',1,' 8090ca2faa4b18f1033ce16930f4a4a7ce4ab9761072e16ff025b99dfeef80ec:0 2 '); -INSERT INTO transactions VALUES(20,'65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37',310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB3365405915F3B645A1CB004C4B4009556E69742054657374',1,' 1368eced55ba8fd8fe90c029b9cbdee09b2f023f957c95a0e38ae273e2603aaf:0 2 '); -INSERT INTO transactions VALUES(21,'43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e',310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB33C94000000000000000004C4B4009556E69742054657374',1,' bff102ed8b0979ba6966715d3b4b5138e128cb04031953136441e61d9edb75c2:0 2 '); -INSERT INTO transactions VALUES(22,'cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee',310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000000A00000000000047670000000002FAF08000000000000000010000000002FAF080000A0000000000000000',1,' a81dcd4abba199c95c7d52cea0390fa94c33b0b11358a09789c469256e62d083:0 2 '); -INSERT INTO transactions VALUES(23,'ec9788fbae83a6cdf980d5373d85911a27447410efa4b11997fefcc41bc89caa',310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','mvCounterpartyXXXXXXXXXXXXXXW24Hef',100000000,5625,X'',1,' 0446c9865d4eb11e643bd97ab9d4ec5d5fbab31025f579f860089d00b6587815:0 2 '); -INSERT INTO transactions VALUES(24,'53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc',310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'0000000000000000000047680000000000002710',1,' ff2c227052f38fc83140ec7ca8a5dfa718f3ab0546cbce41920ebd36aa54c691:0 3 '); +INSERT INTO transactions VALUES(1,'63f8a75a06328d984c928bdcf6bebb20d9c2b154712f1d03041d07c6f319efd2',310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 7b17f1bd3ee49ce2e5e9d749bcee03749fd056731fc38e3405c6ad4885d18b0d:0 2 ',NULL); +INSERT INTO transactions VALUES(2,'5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4',310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'0000000000000000000000010000000002FAF080',1,' 8a6f8cd8a437c07534cd71f9eaedcad50459726a90d52e6fadf0ef1c8c348f2e:0 3 ',NULL); +INSERT INTO transactions VALUES(3,'04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6',310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,1000000,X'0000000A00000000000000000000000002FAF08000000000000000010000000005F5E100000A0000000000000000',1,' c0b7ba21d78ad1b9d15cb6b9f3a0e5be7308e48da38cebd72daf42e4f8cb63c6:0 2 ',NULL); +INSERT INTO transactions VALUES(4,'98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52',310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000000A00000000000000010000000006422C4000000000000000000000000002FAF080000A00000000000DBBA0',1,' 4570ebcbadcde31bb1b2cbe5e0bce5593c8aa7f246a6c62978394dd046267a24:0 2 ',NULL); +INSERT INTO transactions VALUES(5,'90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613',310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',50000000,9675,X'0000000B04D5809F0085BF2655C500A8C65D6D8B42DD373160FB431AF05792B0F30B63A698EF3D31D1777AD18801E94EEF03D4314911AC03D7A82483B40614EA5CF80E52',1,' d2c33c5859fff1bde271ed0b48f3853ff5441f7d5a29f64a31848b58496c16eb:0 4 ',NULL); +INSERT INTO transactions VALUES(6,'1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7',310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'000000140000000000004767000000003B9ACA000100000000000000000000',1,' 6b24ccc7f3e91ad0db1bb059bb144912e7deaf6436b9b1eef76cbd1e3426ddad:0 2 ',NULL); +INSERT INTO transactions VALUES(7,'3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846',310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000014000000000000476800000000000186A00000000000000000000006666F6F626172',1,' 65161bae7afefbb7b46cccbc42d943189fb58bc93833504a9beb8a81d1ac3dac:0 2 ',NULL); +INSERT INTO transactions VALUES(8,'30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65',310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'00000000000000000000476700000000003D0900',1,' 2a941755031caa5ca3afe08d8e55aa57ff5fe9e2d725ca91388504885d7658eb:0 3 ',NULL); +INSERT INTO transactions VALUES(9,'7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849',310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'000000000000000000004768000000000000020E',1,' 25c2b96162f286879550ee980db0bb717e27d63c62beed1604b9e83df8500bcd:0 3 ',NULL); +INSERT INTO transactions VALUES(10,'f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f',310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000032000000000000025800000000000047670000000000000001',1,' 04b45929bbea052062fa897e2bc54d323b0bf9a46f4f5140f1362ca244e4768c:0 2 ',NULL); +INSERT INTO transactions VALUES(11,'15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59',310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000032000000000000032000000000000047680000000000000001',1,' 52def9655f61f72912a55624d1ce0b1fdfd98f7eab1d12eec193c29392572817:0 2 ',NULL); +INSERT INTO transactions VALUES(12,'1a5b6320346fcb5f7b59ce88553ef92738d2f5ba0a7477e898df85b2730a0f1a',310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB3300405900000000000005F5E0FF09556E69742054657374',1,' e9063537bf8b14d57f0fede04e91efe40d98d1c73ecc39c9a3d82a56cb013761:0 2 ',NULL); +INSERT INTO transactions VALUES(13,'1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887',310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000052BB33640000000002FAF08000000000017D7840000000000000000000003B100000000A',1,' 7e8fe4f026481975d26bdade6d84e07654ecfd624ca1c054a2b20ebed6433f0b:0 3 ',NULL); +INSERT INTO transactions VALUES(14,'a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33',310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000152BB336400000000017D78400000000002793D60000000000000000000003B100000000A',1,' 453f22afbd458aeee8eeb422a378fe72b9ee0d2784e5c19517fa52bd442b1ae7:0 3 ',NULL); +INSERT INTO transactions VALUES(15,'040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b',310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000052BB33640000000008F0D1800000000014DC93800000000000000000000013B00000000A',1,' f07ce90f370ca2c0f6b9b0d35fb394a31fd9d16d60f688a11e02679b303798fd:0 3 ',NULL); +INSERT INTO transactions VALUES(16,'62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2',310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000152BB33640000000014DC93800000000008F0D1800000000000000000000013B00000000A',1,' 1dad931f9d9dbf1dc2e862ba958fd0fc15c2adc0dfbce0f8ba9a399f485ece4a:0 3 ',NULL); +INSERT INTO transactions VALUES(17,'578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f',310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000252BB33C8000000002CB417800000000026BE36803FF0000000000000000013B00000000A',1,' 7bd26829c3e05451a26c34693af7528ce97e743068f941bf25467ae457d7b6db:0 3 ',NULL); +INSERT INTO transactions VALUES(18,'479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183',310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000352BB33C80000000026BE3680000000002CB417803FF0000000000000000013B00000000A',1,' e63bf97412baed033932c81838cd9de48b2b82772a4dee207c95061fbf32379f:0 3 ',NULL); +INSERT INTO transactions VALUES(19,'16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485',310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB33324058F7256FFC115E004C4B4009556E69742054657374',1,' 8090ca2faa4b18f1033ce16930f4a4a7ce4ab9761072e16ff025b99dfeef80ec:0 2 ',NULL); +INSERT INTO transactions VALUES(20,'65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37',310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB3365405915F3B645A1CB004C4B4009556E69742054657374',1,' 1368eced55ba8fd8fe90c029b9cbdee09b2f023f957c95a0e38ae273e2603aaf:0 2 ',NULL); +INSERT INTO transactions VALUES(21,'43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e',310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB33C94000000000000000004C4B4009556E69742054657374',1,' bff102ed8b0979ba6966715d3b4b5138e128cb04031953136441e61d9edb75c2:0 2 ',NULL); +INSERT INTO transactions VALUES(22,'cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee',310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000000A00000000000047670000000002FAF08000000000000000010000000002FAF080000A0000000000000000',1,' a81dcd4abba199c95c7d52cea0390fa94c33b0b11358a09789c469256e62d083:0 2 ',NULL); +INSERT INTO transactions VALUES(23,'ec9788fbae83a6cdf980d5373d85911a27447410efa4b11997fefcc41bc89caa',310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','mvCounterpartyXXXXXXXXXXXXXXW24Hef',100000000,5625,X'',1,' 0446c9865d4eb11e643bd97ab9d4ec5d5fbab31025f579f860089d00b6587815:0 2 ',NULL); +INSERT INTO transactions VALUES(24,'53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc',310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'0000000000000000000047680000000000002710',1,' ff2c227052f38fc83140ec7ca8a5dfa718f3ab0546cbce41920ebd36aa54c691:0 3 ',NULL); -- Triggers and indices on transactions -CREATE INDEX transactions_block_index_idx ON transactions (block_index) - ; CREATE INDEX transactions_block_index_tx_index_idx ON transactions (block_index, tx_index) ; CREATE INDEX transactions_source_idx ON transactions (source) ; -CREATE INDEX transactions_tx_hash_idx ON transactions (tx_hash) +CREATE INDEX transactions_transaction_type_idx ON transactions (transaction_type) ; -CREATE INDEX transactions_tx_index_idx ON transactions (tx_index) +CREATE INDEX transactions_tx_hash_idx ON transactions (tx_hash) ; CREATE INDEX transactions_tx_index_tx_hash_block_index_idx ON transactions (tx_index, tx_hash, block_index) ; @@ -271,7 +270,7 @@ INSERT INTO balances VALUES('1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZN -- Triggers and indices on balances CREATE INDEX balances_address_asset_idx ON balances (address, asset) ; -CREATE INDEX balances_address_idx ON balances (address) +CREATE INDEX balances_address_utxo_asset_idx ON balances (address, utxo, asset) ; CREATE INDEX balances_asset_idx ON balances (asset) ; @@ -283,8 +282,6 @@ CREATE INDEX balances_utxo_address_idx ON balances (utxo_address) ; CREATE INDEX balances_utxo_asset_idx ON balances (utxo, asset) ; -CREATE INDEX balances_utxo_idx ON balances (utxo) - ; CREATE TRIGGER block_update_balances BEFORE UPDATE ON balances BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); @@ -298,6 +295,26 @@ PRAGMA page_size=4096; BEGIN TRANSACTION; +-- Table config +DROP TABLE IF EXISTS config; +CREATE TABLE config ( + name TEXT PRIMARY KEY, + value TEXT + ); +INSERT INTO config VALUES('FIX_ISSUANCES_ASSET_LONGNAME_1','1'); +INSERT INTO config VALUES('FIX_ISSUANCES_ASSET_LONGNAME_2','1'); +INSERT INTO config VALUES('CLEAN_TRANSACTION_COUNT_1','1'); +-- Triggers and indices on config +CREATE INDEX config_config_name_idx ON config (name); + +COMMIT TRANSACTION; +PRAGMA page_size=4096; +-- PRAGMA encoding='UTF-8'; +-- PRAGMA auto_vacuum=FULL; +-- PRAGMA max_page_count=4294967294; + +BEGIN TRANSACTION; + -- Table balances DROP TABLE IF EXISTS balances; CREATE TABLE balances( @@ -351,7 +368,7 @@ INSERT INTO balances VALUES('1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZN -- Triggers and indices on balances CREATE INDEX balances_address_asset_idx ON balances (address, asset) ; -CREATE INDEX balances_address_idx ON balances (address) +CREATE INDEX balances_address_utxo_asset_idx ON balances (address, utxo, asset) ; CREATE INDEX balances_asset_idx ON balances (asset) ; @@ -363,8 +380,6 @@ CREATE INDEX balances_utxo_address_idx ON balances (utxo_address) ; CREATE INDEX balances_utxo_asset_idx ON balances (utxo, asset) ; -CREATE INDEX balances_utxo_idx ON balances (utxo) - ; CREATE TRIGGER block_update_balances BEFORE UPDATE ON balances BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); @@ -520,349 +535,351 @@ INSERT INTO messages VALUES(2,310000,'insert','blocks','{"block_hash":"505d8d82c INSERT INTO messages VALUES(3,310000,'insert','transactions','{"block_hash":"505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c","block_index":310000,"block_time":310000000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"63f8a75a06328d984c928bdcf6bebb20d9c2b154712f1d03041d07c6f319efd2","tx_index":1,"utxos_info":" 7b17f1bd3ee49ce2e5e9d749bcee03749fd056731fc38e3405c6ad4885d18b0d:0 2 "}',0,'NEW_TRANSACTION',NULL,'afc41970085f75e81cec3db41abd06c672a1d61b2b439a9948e4916947b97b7b'); INSERT INTO messages VALUES(4,310000,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310000,"calling_function":"burn","event":"63f8a75a06328d984c928bdcf6bebb20d9c2b154712f1d03041d07c6f319efd2","quantity":93000000000,"tx_index":1,"utxo":null,"utxo_address":null}',0,'CREDIT','63f8a75a06328d984c928bdcf6bebb20d9c2b154712f1d03041d07c6f319efd2','8cdeeb2436af3974e1880aa1bc9aa152152c2c634ff3a8e2159991ad94ec6d92'); INSERT INTO messages VALUES(5,310000,'insert','burns','{"block_index":310000,"burned":62000000,"earned":93000000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"63f8a75a06328d984c928bdcf6bebb20d9c2b154712f1d03041d07c6f319efd2","tx_index":1}',0,'BURN','63f8a75a06328d984c928bdcf6bebb20d9c2b154712f1d03041d07c6f319efd2','74f846c54537de9ce1ec64fc9e3b62b1f6220c39f3f006d3f4f7f79be515c5e8'); -INSERT INTO messages VALUES(6,310000,'parse','blocks','{"block_index":310000,"ledger_hash":"7e1322d444b3395f9d8ce6b1ca6d48e8f0d78e5d72da997fad9520899bdbebe3","messages_hash":"552834a4127080ad2b9d1adb20a5be06521c25bfb26025b5bdfac27ce53002eb","transaction_count":1,"txlist_hash":"702e537dd6e79386a246cbc44fbccf8ea2a4e575c9f1e072189fbbd831308672"}',0,'BLOCK_PARSED',NULL,'b7c19b17e3a2420305ab113b646c18064f69b06d37f658e444cdded9e08bead8'); -INSERT INTO messages VALUES(7,310001,'insert','blocks','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'815b4db9274a92e1f34a2e4a02fa990263a11d1d1ebb5aee6067dc6a5837ca07'); -INSERT INTO messages VALUES(8,310001,'insert','transactions','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"btc_amount":1000,"data":"0000000000000000000000010000000002faf080","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4","tx_index":2,"utxos_info":" 8a6f8cd8a437c07534cd71f9eaedcad50459726a90d52e6fadf0ef1c8c348f2e:0 3 "}',0,'NEW_TRANSACTION',NULL,'aa3f949d71eaa006ccce9afcf943f113383d36056e01fff40ddb126f76e6f09f'); -INSERT INTO messages VALUES(9,310001,'insert','debits','{"action":"send","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310001,"event":"5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'DEBIT','5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4','1858782921a1d6e90b5476c3831c4596d1dab3857e9eb5a511fd6a70820b6d7d'); -INSERT INTO messages VALUES(10,310001,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310001,"calling_function":"send","event":"5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'CREDIT','5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4','5b02b0dc112210126a6e74da30320b24d78e0f6ba1c9943e5ae143419c29a518'); -INSERT INTO messages VALUES(11,310001,'insert','sends','{"asset":"XCP","block_index":310001,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":50000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4","tx_index":2}',0,'SEND','5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4','f6824f86acbeec38b8fc1eb06b178a006a2c093f6046e827e82e26c7993e8a71'); -INSERT INTO messages VALUES(12,310001,'parse','transactions','{"supported":true,"tx_hash":"5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4","tx_index":2}',0,'TRANSACTION_PARSED','5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4','91946668b11ad62f47961b88d3a3640c0a2606baca03bd93b64da9c09059438a'); -INSERT INTO messages VALUES(13,310001,'parse','blocks','{"block_index":310001,"ledger_hash":"3e18d8a969bce2d869cb86b28c23823d88e6d8a840a3cda905a003b37222ebb8","messages_hash":"313c5aed89bb52918c9baeec590f84a55db6ab6afd299e41f138ade83ceed202","transaction_count":1,"txlist_hash":"bcd62109b750a9b5c3a07fb6e3ba7a5feb2cb56fb554da3b2b4b560a632e3e2e"}',0,'BLOCK_PARSED',NULL,'c76efc22bdab41b083afdc11354afcfb818fe35ef93a6d742b307b2d5ec55274'); -INSERT INTO messages VALUES(14,310002,'insert','blocks','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c3a61d5219d4baa1314be61033e36b554ae4ee5a18e1b45f5fa12f65b7668cf9'); -INSERT INTO messages VALUES(15,310002,'insert','transactions','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"btc_amount":0,"data":"0000000a00000000000000000000000002faf08000000000000000010000000005f5e100000a0000000000000000","destination":"","fee":1000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6","tx_index":3,"utxos_info":" c0b7ba21d78ad1b9d15cb6b9f3a0e5be7308e48da38cebd72daf42e4f8cb63c6:0 2 "}',0,'NEW_TRANSACTION',NULL,'32df4dd7f407e4f3dca009a4bd042420b689cf1c90164719cfb562f196a46e65'); -INSERT INTO messages VALUES(16,310002,'insert','orders','{"block_index":310002,"expiration":10,"expire_index":310012,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":50000000,"give_remaining":50000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6","tx_index":3}',0,'OPEN_ORDER','04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6','cd5c8e75f238fcc9ad995e2e1ecca24ace9b88c70f0404c56bb53704bfd4781d'); -INSERT INTO messages VALUES(17,310002,'parse','transactions','{"supported":true,"tx_hash":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6","tx_index":3}',0,'TRANSACTION_PARSED','04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6','53e506a2368ead19db98e395e79ca5ab7d14eaf4da356ee8a720d800d536bdcd'); -INSERT INTO messages VALUES(18,310002,'parse','blocks','{"block_index":310002,"ledger_hash":"71dfa527236bbaf632db18cf1773c63f7ee3a0076fc6562e46db0c955b346a9f","messages_hash":"21cfbe4b8fe307a001316745151c0077c39239ba1a52253bf9d1c43a320f0863","transaction_count":1,"txlist_hash":"f7e5b51624875d95cb14e212ee733c94f12f69084eeefa4b77491479ea3ae990"}',0,'BLOCK_PARSED',NULL,'aaea193a6141f1cb2c705a4a34a6470133e346820c75cafce7ecb4dd051470fe'); -INSERT INTO messages VALUES(19,310003,'insert','blocks','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6303067e3964505dbf9570d5f27a7625415e9e080462e256165e5f219e755ee9'); -INSERT INTO messages VALUES(20,310003,'insert','transactions','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"btc_amount":0,"data":"0000000a00000000000000010000000006422c4000000000000000000000000002faf080000a00000000000dbba0","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","tx_index":4,"utxos_info":" 4570ebcbadcde31bb1b2cbe5e0bce5593c8aa7f246a6c62978394dd046267a24:0 2 "}',0,'NEW_TRANSACTION',NULL,'785b8cf14340312e767b1bfd097e5c1d54003c7d0dd2e5d7f9f980466ddd7f47'); -INSERT INTO messages VALUES(21,310003,'insert','debits','{"action":"open order","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310003,"event":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","quantity":105000000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'DEBIT','98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52','5e0901de17e15311e9cdfdf1cd811d4759538e84333417751ad753f8a52056e1'); -INSERT INTO messages VALUES(22,310003,'insert','orders','{"block_index":310003,"expiration":10,"expire_index":310013,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":50000000,"get_remaining":50000000,"give_asset":"XCP","give_quantity":105000000,"give_remaining":105000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","tx_index":4}',0,'OPEN_ORDER','98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52','8b6e1131fbeebc46a835470cf6cdeb7df18a3c2ce39bd9cc04a4d76816f0e404'); -INSERT INTO messages VALUES(23,310003,'update','orders','{"fee_provided_remaining":142858,"fee_required_remaining":0,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6"}',0,'ORDER_UPDATE','98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52','c439ab9ba21160b790e23aba454fe3259197aa6ce2fdf8309a41a426bc5f22ea'); -INSERT INTO messages VALUES(24,310003,'update','orders','{"fee_provided_remaining":6800,"fee_required_remaining":42858,"get_remaining":0,"give_remaining":5000000,"status":"open","tx_hash":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52"}',0,'ORDER_UPDATE','98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52','6213eea08117dcf0ddd6008721526460893677c1fe28a77ce105f0d2fe0b54ce'); -INSERT INTO messages VALUES(25,310003,'insert','order_matches','{"backward_asset":"XCP","backward_quantity":100000000,"block_index":310003,"fee_paid":857142,"forward_asset":"BTC","forward_quantity":50000000,"id":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6_98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","match_expire_index":310023,"status":"pending","tx0_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_block_index":310002,"tx0_expiration":10,"tx0_hash":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6","tx0_index":3,"tx1_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_block_index":310003,"tx1_expiration":10,"tx1_hash":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","tx1_index":4}',0,'ORDER_MATCH','98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52','2c55ac42a2d5ddea22cdd4ad60934d77e13383724801167406a41d67c6c6ab66'); -INSERT INTO messages VALUES(26,310003,'parse','transactions','{"supported":true,"tx_hash":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","tx_index":4}',0,'TRANSACTION_PARSED','98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52','af2790dd5889ce4884fba464ff0655936364e0ffe92ac2629bddd8723fd4f962'); -INSERT INTO messages VALUES(27,310003,'parse','blocks','{"block_index":310003,"ledger_hash":"39feff81ad306adcfb9610e6bd8442e35dd6e1924e75a53708c1d2932bda67f6","messages_hash":"320b97f7c335814f9a7635edd005b5a78330e5b22db2b66aa21db57bf1c3746f","transaction_count":1,"txlist_hash":"a857bb0cb63c343a04d6efdf7d69f1de6f89a67dc25ca5b3e9cd9405ef48c416"}',0,'BLOCK_PARSED',NULL,'9c5f183262f8c62cc67136c9e3851b75c91518556b1ee259910866a829662689'); -INSERT INTO messages VALUES(28,310004,'insert','blocks','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'415eebb6ad334ede5ffbddd2542a513ccf861f1ad08088c969fabea4e31f6963'); -INSERT INTO messages VALUES(29,310004,'insert','transactions','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"btc_amount":50000000,"data":"0000000b04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a698ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":9675,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613","tx_index":5,"utxos_info":" d2c33c5859fff1bde271ed0b48f3853ff5441f7d5a29f64a31848b58496c16eb:0 4 "}',0,'NEW_TRANSACTION',NULL,'5da0f5699692f62fd2ecc029191d4c688a848d3d27a0318cb2ca2e181cec2c6b'); -INSERT INTO messages VALUES(30,310004,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310004,"calling_function":"btcpay","event":"90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613","quantity":100000000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'CREDIT','90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613','69a24c05eacce1d45e0c50d8ea44f4f450e7ccabc0447d2ed1040c20e11f7fe5'); -INSERT INTO messages VALUES(31,310004,'update','order_matches','{"id":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6_98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","order_match_id":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6_98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","status":"completed"}',0,'ORDER_MATCH_UPDATE','90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613','5d059190b16bd7c7f24a408ae9a69f3f1ea3e99b91a09632a2df42f752215f99'); -INSERT INTO messages VALUES(32,310004,'insert','btcpays','{"block_index":310004,"btc_amount":50000000,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","order_match_id":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6_98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613","tx_index":5}',0,'BTC_PAY','90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613','bacb9a1b7fd10da93b6d2b3f887749fd1809b3e52c79ebae949af2d6a5179119'); -INSERT INTO messages VALUES(33,310004,'parse','transactions','{"supported":true,"tx_hash":"90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613","tx_index":5}',0,'TRANSACTION_PARSED','90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613','bfeeeebc37349ca0ca6b622273c8ff67da89f8f83e7b31c656910df4c5de1856'); -INSERT INTO messages VALUES(34,310004,'parse','blocks','{"block_index":310004,"ledger_hash":"1cee0851ee48eeaa3f71e7a18f9f52fffa28cd3b2e1cbf1f79c0f562618b88c6","messages_hash":"b031751e10d446ec3e81c0f4abf948f3065975c04788e56fc285d83f64edeb83","transaction_count":1,"txlist_hash":"32e68b308a1281ef170d188fe7d19a93486667d45d8a6b50a0c39f00d6924cde"}',0,'BLOCK_PARSED',NULL,'483b63c35502e627fb4ddc7446ecb4438b44871a92990b74b5a8d08e982536fb'); -INSERT INTO messages VALUES(35,310005,'insert','blocks','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c76bf483a974f82e53c710c2205a13d380e24e96ebc88d2203e48563ffd1d427'); -INSERT INTO messages VALUES(36,310005,'insert','transactions','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"btc_amount":0,"data":"000000140000000000004767000000003b9aca000100000000000000000000","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7","tx_index":6,"utxos_info":" 6b24ccc7f3e91ad0db1bb059bb144912e7deaf6436b9b1eef76cbd1e3426ddad:0 2 "}',0,'NEW_TRANSACTION',NULL,'1fe4e9f25e96f4b678b8729f7e52ac0838e533d68612d86055049da7640eeaff'); -INSERT INTO messages VALUES(37,310005,'insert','debits','{"action":"issuance fee","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310005,"event":"1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7","quantity":50000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'DEBIT','1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7','12b4a6bd4e99153cd8eecc220223ad6be0819cc344d35fd753937141424c126c'); -INSERT INTO messages VALUES(38,310005,'insert','assets','{"asset_id":"18279","asset_longname":null,"asset_name":"BBBB","block_index":310005}',0,'ASSET_CREATION','1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7','33fc7aeeb173101b72c5827c953c7db13b230f2af97a04f7823c661b4a831415'); -INSERT INTO messages VALUES(39,310005,'insert','issuances','{"asset":"BBBB","asset_events":"creation","asset_longname":null,"block_index":310005,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","locked":false,"quantity":1000000000,"reset":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","transfer":false,"tx_hash":"1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7","tx_index":6}',0,'ASSET_ISSUANCE','1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7','c6877ed0231f228232acc9b530b1cc9d11e0c6645a12215c5095482f4ab175cf'); -INSERT INTO messages VALUES(40,310005,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310005,"calling_function":"issuance","event":"1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7","quantity":1000000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'CREDIT','1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7','27b8b79b9efb4ec4e829e82516d5e9ab4730321d3862e6577a494168a84c02ab'); -INSERT INTO messages VALUES(41,310005,'parse','transactions','{"supported":true,"tx_hash":"1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7","tx_index":6}',0,'TRANSACTION_PARSED','1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7','24bb6f41df119f4ed2b3ee25a4547f942797e9bb6e11e262463a11d50ee10e71'); -INSERT INTO messages VALUES(42,310005,'parse','blocks','{"block_index":310005,"ledger_hash":"89f516c3fbdcd1540125561301db451fb55b1baead9ae8f408156075aed104ad","messages_hash":"8efb1d9c301d8e3b21b6694012cba0a0586d52919b9d0a6f37fb14d37a82cc8f","transaction_count":1,"txlist_hash":"3a41f3c4d912ee4628975e61c4a04b836de31df5a9aa5fbd7031628d9c4f0eb6"}',0,'BLOCK_PARSED',NULL,'fac71fea98066263cbd9107d7aefa4d6384377bd06197c628bcb6ee67d06d8bf'); -INSERT INTO messages VALUES(43,310006,'insert','blocks','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f2ba01090c41a7a74e2f95561324972c2b887a8bbe9586674c73927893973695'); -INSERT INTO messages VALUES(44,310006,'insert','transactions','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"btc_amount":0,"data":"00000014000000000000476800000000000186a00000000000000000000006666f6f626172","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846","tx_index":7,"utxos_info":" 65161bae7afefbb7b46cccbc42d943189fb58bc93833504a9beb8a81d1ac3dac:0 2 "}',0,'NEW_TRANSACTION',NULL,'9a80ed790421ea047be93501b434f5a6bea0675fa1c9d486a24df720b579b30b'); -INSERT INTO messages VALUES(45,310006,'insert','debits','{"action":"issuance fee","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310006,"event":"3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846","quantity":50000000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'DEBIT','3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846','f51c019b157c3089c2b4315011e2a80eb803e416c699aabe0a8fbeaa035f4cf7'); -INSERT INTO messages VALUES(46,310006,'insert','assets','{"asset_id":"18280","asset_longname":null,"asset_name":"BBBC","block_index":310006}',0,'ASSET_CREATION','3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846','3341e7947e44b156a85530c55c6add713e18bc40e4f2927c5293914c0cd682dd'); -INSERT INTO messages VALUES(47,310006,'insert','issuances','{"asset":"BBBC","asset_events":"creation","asset_longname":null,"block_index":310006,"call_date":0,"call_price":0.0,"callable":false,"description":"foobar","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","locked":false,"quantity":100000,"reset":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","transfer":false,"tx_hash":"3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846","tx_index":7}',0,'ASSET_ISSUANCE','3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846','3143d9c65427dcdd223777ed697ad9824fc38f128b019a74d11b8f35d004e0d4'); -INSERT INTO messages VALUES(48,310006,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310006,"calling_function":"issuance","event":"3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846","quantity":100000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'CREDIT','3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846','a532dacaaf03b78cd6cd48de9887f9e66befccd53f0e49851802ca2e3d013c61'); -INSERT INTO messages VALUES(49,310006,'parse','transactions','{"supported":true,"tx_hash":"3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846","tx_index":7}',0,'TRANSACTION_PARSED','3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846','1d92793018680612ac34370485fc27fa6e7b8539f711813906b3be87a231d0c0'); -INSERT INTO messages VALUES(50,310006,'parse','blocks','{"block_index":310006,"ledger_hash":"e9a37cfc1055e8c18d369896a14422cad3c5ac8d9b4d5aff6053d8e31dd56336","messages_hash":"d2f0d124a34e219ca4492c134c435a7246ee01bb5685d9d57788a97f808e2738","transaction_count":1,"txlist_hash":"4d2d6945b23826371a1cdb4cf2f841cf2b78c891a6b93da8167ed219388edd65"}',0,'BLOCK_PARSED',NULL,'7916c348615b141a6129daaffc400ac22d133b85cc42264c9812d80f5269acd4'); -INSERT INTO messages VALUES(51,310007,'insert','blocks','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'64e5285386229ad19ec2a286acceb8e37cc81934586b881edc82adb360ea6e00'); -INSERT INTO messages VALUES(52,310007,'insert','transactions','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"btc_amount":1000,"data":"00000000000000000000476700000000003d0900","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65","tx_index":8,"utxos_info":" 2a941755031caa5ca3afe08d8e55aa57ff5fe9e2d725ca91388504885d7658eb:0 3 "}',0,'NEW_TRANSACTION',NULL,'9317e58f04e6258c59d49cc333e058557d9ab9b799d7eb8069b63ae3b69dab49'); -INSERT INTO messages VALUES(53,310007,'insert','debits','{"action":"send","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310007,"event":"30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'DEBIT','30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65','286ff679ae19a774914318b36a44d58b4f17444f49459cb6fc993a046c773ec6'); -INSERT INTO messages VALUES(54,310007,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBB","block_index":310007,"calling_function":"send","event":"30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'CREDIT','30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65','cac3002992e8da2da8e81377c86167e5a7e5c656fc92c7a632b34646d9f29d20'); -INSERT INTO messages VALUES(55,310007,'insert','sends','{"asset":"BBBB","block_index":310007,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":4000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65","tx_index":8}',0,'SEND','30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65','14d482995d3583faadf573283232df9b929f3c1934f11d107ef87788fbeeb705'); -INSERT INTO messages VALUES(56,310007,'parse','transactions','{"supported":true,"tx_hash":"30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65","tx_index":8}',0,'TRANSACTION_PARSED','30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65','97d4b9f988c914aa89dbbd324592e982c23ed2481f4bddb8b3da747e3dae98c9'); -INSERT INTO messages VALUES(57,310007,'parse','blocks','{"block_index":310007,"ledger_hash":"174c7c107c37e0ca2c907b1bc35e086eebbad8eb02493a2f166ff2279ecc013c","messages_hash":"2c8b5005f8650deff5f3d871f6d817d4f1aa6f60827a58e4d7910765448016e5","transaction_count":1,"txlist_hash":"dd1e7522ff359cc0ed124a82d3b367ea105127d45ccf563848b531aaf75b8c2d"}',0,'BLOCK_PARSED',NULL,'c36a0325001881c32177a7c3b6a2c86f3372d05bd271689ebcb29230055cf586'); -INSERT INTO messages VALUES(58,310008,'insert','blocks','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'174889567160b75d7216574e2507e6190fe18001991a62b8a2d4bbbe8f550810'); -INSERT INTO messages VALUES(59,310008,'insert','transactions','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"btc_amount":1000,"data":"000000000000000000004768000000000000020e","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849","tx_index":9,"utxos_info":" 25c2b96162f286879550ee980db0bb717e27d63c62beed1604b9e83df8500bcd:0 3 "}',0,'NEW_TRANSACTION',NULL,'17889a708405aef922f63eac9103c90defeac4b6316518fecec72145a676304e'); -INSERT INTO messages VALUES(60,310008,'insert','debits','{"action":"send","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310008,"event":"7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'DEBIT','7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849','5794a0e1458d17eb928d704452efa7b7680093ebda87d4d242816b2acf7427d8'); -INSERT INTO messages VALUES(61,310008,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBC","block_index":310008,"calling_function":"send","event":"7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'CREDIT','7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849','0add0a3602c962aedd5787f358949efeb80647a08372f946a34faab5b2e6b289'); -INSERT INTO messages VALUES(62,310008,'insert','sends','{"asset":"BBBC","block_index":310008,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":526,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849","tx_index":9}',0,'SEND','7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849','ea7dd3181be212580a5c90d59d4b4d577beb68bf6db9b50402a92d3e09e0aa7c'); -INSERT INTO messages VALUES(63,310008,'parse','transactions','{"supported":true,"tx_hash":"7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849","tx_index":9}',0,'TRANSACTION_PARSED','7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849','6e579ff772d9f6ab1599f948675425a1b9b9a938506f48eb57e2f0e889643b29'); -INSERT INTO messages VALUES(64,310008,'parse','blocks','{"block_index":310008,"ledger_hash":"1463da3ebe264e703ecc0c708baa98f737b31f51726f85d3ac646f5e301b7c10","messages_hash":"c2b523add49818ee71ae49932ff9e7c2be4a349c27e3d42d7334fab2b42f893d","transaction_count":1,"txlist_hash":"3e547d66bace022adbb42aba8172ed287077f306537c9ce69bb11f47ed1b34d1"}',0,'BLOCK_PARSED',NULL,'a8e4c2cf8c4cf859fe3cbc6addcd83693e08038bb2025287a82d1250b4521baa'); -INSERT INTO messages VALUES(65,310009,'insert','blocks','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d51bf79c23df71aee7216c73f3b5468462f181dc83f988f2c2bb76e4d721fc6b'); -INSERT INTO messages VALUES(66,310009,'insert','transactions','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"btc_amount":0,"data":"00000032000000000000025800000000000047670000000000000001","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f","tx_index":10,"utxos_info":" 04b45929bbea052062fa897e2bc54d323b0bf9a46f4f5140f1362ca244e4768c:0 2 "}',0,'NEW_TRANSACTION',NULL,'fbd4b40049a18c693bde1406fd85699aa42d248d097da85f78e22649d269118b'); -INSERT INTO messages VALUES(67,310009,'insert','debits','{"action":"dividend","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310009,"event":"f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f','491f2539c19bdd4545bd116a39bef3530be3c739f9711e07d52aefd782dd13fa'); -INSERT INTO messages VALUES(68,310009,'insert','debits','{"action":"dividend fee","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310009,"event":"f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f","quantity":20000,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f','0bceda387a516c2583933a3026ba7714476cb59c88c030f07897c884299dc422'); -INSERT INTO messages VALUES(69,310009,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310009,"calling_function":"dividend","event":"f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'CREDIT','f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f','9086422a63dbc2edee25a5a38431bcd0eb5c2036c4921faebcaa09060da80f09'); -INSERT INTO messages VALUES(70,310009,'insert','dividends','{"asset":"BBBB","block_index":310009,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":600,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f","tx_index":10}',0,'ASSET_DIVIDEND','f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f','5b1b1f81c7fdf686ec28471a7fb648d7fcb4df538c3b90a492cbeeef87fcbb8d'); -INSERT INTO messages VALUES(71,310009,'parse','transactions','{"supported":true,"tx_hash":"f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f","tx_index":10}',0,'TRANSACTION_PARSED','f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f','283d0a13da0ef4b6b970b8025b9368b9a365857560025567bd447be098483d7b'); -INSERT INTO messages VALUES(72,310009,'parse','blocks','{"block_index":310009,"ledger_hash":"dfe8c57b4ce4ea12f002d11cfc127f95b7cea7727bcbaf64418b2d584602a250","messages_hash":"78f88df0ed9a73f668cad06e8d6d1a031e8cea5d2a88c0721bc0c38ae21174ec","transaction_count":1,"txlist_hash":"20b7caf43b34f595139545c800247b16da6e00b0b1162928670c80ffc2cc773f"}',0,'BLOCK_PARSED',NULL,'6ebd4aeda1af079c71be1daada8847c95b83698291715b09fd164238bb58c96f'); -INSERT INTO messages VALUES(73,310010,'insert','blocks','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e186bdbe05ec3ea69c9886fdfa161db5cc7edb0c7f56970cf6bff719ea23fa07'); -INSERT INTO messages VALUES(74,310010,'insert','transactions','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"btc_amount":0,"data":"00000032000000000000032000000000000047680000000000000001","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59","tx_index":11,"utxos_info":" 52def9655f61f72912a55624d1ce0b1fdfd98f7eab1d12eec193c29392572817:0 2 "}',0,'NEW_TRANSACTION',NULL,'5663088a29ccf70569bf2c9fc3d02ae2267c114054c731a16d91c00d6d02ef1f'); -INSERT INTO messages VALUES(75,310010,'insert','debits','{"action":"dividend","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310010,"event":"15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59','6c2fad4016ea7645242d70512b2ca3bb98121f5f0aa3f11100be5b4f5c528f04'); -INSERT INTO messages VALUES(76,310010,'insert','debits','{"action":"dividend fee","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310010,"event":"15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59","quantity":20000,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59','c9719e38e781ad353f8b9f44cac813aaa1df8c0efa4ef334c39848a4c94d44c8'); -INSERT INTO messages VALUES(77,310010,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310010,"calling_function":"dividend","event":"15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'CREDIT','15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59','54bd1bdc7dcfd8ac130db7733b33d997538d78e84f8d5de9181f3ac03c020bbf'); -INSERT INTO messages VALUES(78,310010,'insert','dividends','{"asset":"BBBC","block_index":310010,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59","tx_index":11}',0,'ASSET_DIVIDEND','15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59','a7ffe86cc3bf84f7049076d78d2e7c5d0fad754a55c5f7d56111e7880f375306'); -INSERT INTO messages VALUES(79,310010,'parse','transactions','{"supported":true,"tx_hash":"15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59","tx_index":11}',0,'TRANSACTION_PARSED','15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59','13c938d34de2bf906d6464b6a27fce0a0955cf43f00608d20c71bb62a874dbad'); -INSERT INTO messages VALUES(80,310010,'parse','blocks','{"block_index":310010,"ledger_hash":"f9c936d3bb4c8bbc20e544d9262ffa3906fbaeca5e4b2e3b241f6059868f506e","messages_hash":"387f33f05a637e6a2bac8cbef4354df56faf2610df92fba375986c15a8c3de86","transaction_count":1,"txlist_hash":"47442be955776c7e31fba3f14df298b088192577691c17dced8b14b6037e3c50"}',0,'BLOCK_PARSED',NULL,'09e1513a06e7a6bb08c6bb7c2c522ae7a9294ff0877518752e82e5ef93304a4d'); -INSERT INTO messages VALUES(81,310011,'insert','blocks','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d05d2e45ed3bcf8669cac70ce58fbb8912a660cb326e9c496f0c568be11d6d43'); -INSERT INTO messages VALUES(82,310011,'insert','transactions','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"btc_amount":0,"data":"0000001e52bb3300405900000000000005f5e0ff09556e69742054657374","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"1a5b6320346fcb5f7b59ce88553ef92738d2f5ba0a7477e898df85b2730a0f1a","tx_index":12,"utxos_info":" e9063537bf8b14d57f0fede04e91efe40d98d1c73ecc39c9a3d82a56cb013761:0 2 "}',0,'NEW_TRANSACTION',NULL,'fa4f3eed82ae7ee55d261fa519bf7102adaa28ce3c604744e2710a6e79a4426a'); -INSERT INTO messages VALUES(83,310011,'insert','broadcasts','{"block_index":310011,"fee_fraction_int":99999999,"locked":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"1a5b6320346fcb5f7b59ce88553ef92738d2f5ba0a7477e898df85b2730a0f1a","tx_index":12,"value":100.0}',0,'BROADCAST','1a5b6320346fcb5f7b59ce88553ef92738d2f5ba0a7477e898df85b2730a0f1a','5bd0dbc14c958504a6f1e6999b5d9f81e06b6c0c79d686e04c4942aedfbd7e72'); -INSERT INTO messages VALUES(84,310011,'parse','transactions','{"supported":true,"tx_hash":"1a5b6320346fcb5f7b59ce88553ef92738d2f5ba0a7477e898df85b2730a0f1a","tx_index":12}',0,'TRANSACTION_PARSED','1a5b6320346fcb5f7b59ce88553ef92738d2f5ba0a7477e898df85b2730a0f1a','d94f8280679d210b6116fc3fb73cdf44ae206d2b3ab9e401ba73ff9c669265f7'); -INSERT INTO messages VALUES(85,310011,'parse','blocks','{"block_index":310011,"ledger_hash":"490bfec10bfd72eca7fcbae5887b94ce4739454a82e601dc754e4e9d1030f3c2","messages_hash":"c3226736fc6bbaebed15f0ba19f4fc4c3b3e997f5e2b14d4415d05b17ac5e7c4","transaction_count":1,"txlist_hash":"8a060a9cc82b497e020ad7af45a62c07110b724282ce0c7ca34ad24584638a3b"}',0,'BLOCK_PARSED',NULL,'a8823f5b655acdb32ef6da58d733923e7cc1d1f7a56cbb980e990ebc99e17277'); -INSERT INTO messages VALUES(86,310012,'insert','blocks','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fb116a89f129f9f2b1927f13b89f6c2c951fe056bc3bee8559a5870c46136753'); -INSERT INTO messages VALUES(87,310012,'insert','transactions','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"btc_amount":1000,"data":"00000028000052bb33640000000002faf08000000000017d7840000000000000000000003b100000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887","tx_index":13,"utxos_info":" 7e8fe4f026481975d26bdade6d84e07654ecfd624ca1c054a2b20ebed6433f0b:0 3 "}',0,'NEW_TRANSACTION',NULL,'505c7c2319e0d21ae1b3ca3e3c08d4c3acd726b5036e9e39781eccf13d225d92'); -INSERT INTO messages VALUES(88,310012,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310012,"event":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887","quantity":50000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'DEBIT','1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887','924e1553a597c67a0f19115efe5030f9cfe36419dbc683976b54b781e33ec094'); -INSERT INTO messages VALUES(89,310012,'insert','bets','{"bet_type":0,"block_index":310012,"counterwager_quantity":25000000,"counterwager_remaining":25000000,"deadline":1388000100,"expiration":10,"expire_index":310022,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":15120,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887","tx_index":13,"wager_quantity":50000000,"wager_remaining":50000000}',0,'OPEN_BET','1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887','ab9770f68173db3934aaabce8cc2ed84ada1ccd26d608048a429ac8dd6b1f59f'); -INSERT INTO messages VALUES(90,310012,'parse','transactions','{"supported":true,"tx_hash":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887","tx_index":13}',0,'TRANSACTION_PARSED','1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887','038a4677028043c61f1e4267ce26ce9caadff635d531cc8a8887230d158ee02e'); -INSERT INTO messages VALUES(91,310012,'parse','blocks','{"block_index":310012,"ledger_hash":"621d39c103bff9a76ada332f41e3ad54c89676bb6057f624942ddf28b31b5927","messages_hash":"c9782a6b53e668b6116d02a238799a4b177f097375301a68e5a3f4f9bdc1a867","transaction_count":1,"txlist_hash":"4eb1fdd02e0f8ba27b9134ddb7b03b51caf3417e92687c7c1a7b50ce2d52e6ca"}',0,'BLOCK_PARSED',NULL,'6c14b38c60cc515f50390d6e60f81c34c61979d29b84e63bf68033ed86cff59d'); -INSERT INTO messages VALUES(92,310013,'insert','blocks','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7a5e91e2416aae1c4f4f4ae18db19a104909820edc69f384baedfc5122e16228'); -INSERT INTO messages VALUES(93,310013,'insert','transactions','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"btc_amount":1000,"data":"00000028000152bb336400000000017d78400000000002793d60000000000000000000003b100000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","tx_index":14,"utxos_info":" 453f22afbd458aeee8eeb422a378fe72b9ee0d2784e5c19517fa52bd442b1ae7:0 3 "}',0,'NEW_TRANSACTION',NULL,'47efa1a19bb872bd2c915322ba48cadbf5bd40b2c04904d030af464c7d32f0c5'); -INSERT INTO messages VALUES(94,310013,'update','orders','{"status":"expired","tx_hash":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6"}',0,'ORDER_UPDATE',NULL,'c73f985f4f82291b872c6f0bf7358cc7c7010b883f11e2f55adea5210d9384c0'); -INSERT INTO messages VALUES(95,310013,'insert','order_expirations','{"block_index":310013,"order_hash":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6","source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'e027cd7b22722fb764cf821ef5375c9b66fae5444277b504515ac9e2d0df0b65'); -INSERT INTO messages VALUES(96,310013,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310013,"event":"a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","quantity":25000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'DEBIT','a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33','8543a81d5ed3884f58a9467b38a049384e1ac48bce201dc5fbee99347b566521'); -INSERT INTO messages VALUES(97,310013,'insert','bets','{"bet_type":1,"block_index":310013,"counterwager_quantity":41500000,"counterwager_remaining":41500000,"deadline":1388000100,"expiration":10,"expire_index":310023,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":15120,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","tx_index":14,"wager_quantity":25000000,"wager_remaining":25000000}',0,'OPEN_BET','a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33','d41221147c45ea9981b8bad6577e31f0c4f0eefbea6c7f0ac18befeb4a44a394'); -INSERT INTO messages VALUES(98,310013,'update','bets','{"counterwager_remaining":4250000,"status":"open","tx_hash":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887","wager_remaining":8500000}',0,'BET_UPDATE','a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33','7ce54e75becdd50e2233e33cc0b13d649c8f622746a2789ac4feff3c5727d13d'); -INSERT INTO messages VALUES(99,310013,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310013,"calling_function":"filled","event":"a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","quantity":4250000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'CREDIT','a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33','0cb696bfc1250c8fce330dbf7804c3dde186d7b028e5962ef1c3830efa021e59'); -INSERT INTO messages VALUES(100,310013,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","wager_remaining":4250000}',0,'BET_UPDATE','a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33','894ee755f151eba50c362809b4b6f2239a8aa1867296b93e7e8b606f09307a8c'); -INSERT INTO messages VALUES(101,310013,'insert','bet_matches','{"backward_quantity":20750000,"block_index":310012,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":41500000,"id":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887_a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","initial_value":100.0,"leverage":15120,"match_expire_index":310022,"status":"pending","target_value":0.0,"tx0_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":0,"tx0_block_index":310012,"tx0_expiration":10,"tx0_hash":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887","tx0_index":13,"tx1_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":1,"tx1_block_index":310013,"tx1_expiration":10,"tx1_hash":"a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","tx1_index":14}',0,'BET_MATCH','a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33','40c359e58b3fb66f9e2c9746a9304aa84b975a22c7f1889aed0cef16e68f2286'); -INSERT INTO messages VALUES(102,310013,'parse','transactions','{"supported":true,"tx_hash":"a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","tx_index":14}',0,'TRANSACTION_PARSED','a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33','2c2a933a39f537709a82f642c601468302170dedd6e9c8c4e88ed27fbabd363c'); -INSERT INTO messages VALUES(103,310013,'parse','blocks','{"block_index":310013,"ledger_hash":"7d31be770d6bb6669bcb0a8a5964e57a758788cbbb942d1d3da1abd25b5dd158","messages_hash":"135432abb9f13da54428d718eed7c92655b6f9f4770ed4cfb80a01146287b57c","transaction_count":1,"txlist_hash":"c71d132b3da755134d5305e814129761fdeab1ac933dc320f83570bd5d007002"}',0,'BLOCK_PARSED',NULL,'0226693608ca1e7c3c8904d7f261665a180f611f50e7cd7460e6d491eec649ea'); -INSERT INTO messages VALUES(104,310014,'insert','blocks','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cb9cf3a7c9e84601663aaeb0c5503ed50f8762abd75d85e4aa496e77107185cc'); -INSERT INTO messages VALUES(105,310014,'insert','transactions','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"btc_amount":1000,"data":"00000028000052bb33640000000008f0d1800000000014dc93800000000000000000000013b00000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b","tx_index":15,"utxos_info":" f07ce90f370ca2c0f6b9b0d35fb394a31fd9d16d60f688a11e02679b303798fd:0 3 "}',0,'NEW_TRANSACTION',NULL,'8927f5db59e89a0b3d5d6c34ff51240f7e1f534fb36583e6f0f99e2972f4fdfc'); -INSERT INTO messages VALUES(106,310014,'update','orders','{"status":"expired","tx_hash":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52"}',0,'ORDER_UPDATE',NULL,'ec772a3a9162ad18d55941775b7976633f0c09d2a92e9bd8dd0a131c2f80493a'); -INSERT INTO messages VALUES(107,310014,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310014,"calling_function":"cancel order","event":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","quantity":5000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'f0acd099806e2916df13f415940432a949e3993d193e9e59d1068b6a19e4b130'); -INSERT INTO messages VALUES(108,310014,'insert','order_expirations','{"block_index":310014,"order_hash":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'a60b1ad50255f77854b0c1d2fd67ac5e2489f537d653ac4056905d3929cf322e'); -INSERT INTO messages VALUES(109,310014,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310014,"event":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b","quantity":150000000,"tx_index":15,"utxo":null,"utxo_address":null}',0,'DEBIT','040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b','b97222a7600e373b5ef5e961fe58dca2fe3728cd057118f6a6e4b252bb1c05e2'); -INSERT INTO messages VALUES(110,310014,'insert','bets','{"bet_type":0,"block_index":310014,"counterwager_quantity":350000000,"counterwager_remaining":350000000,"deadline":1388000100,"expiration":10,"expire_index":310024,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b","tx_index":15,"wager_quantity":150000000,"wager_remaining":150000000}',0,'OPEN_BET','040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b','c67be4e6ffa159d336453dbd128d1f515dd33067d442ca83e6a67f1dcf969a5d'); -INSERT INTO messages VALUES(111,310014,'parse','transactions','{"supported":true,"tx_hash":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b","tx_index":15}',0,'TRANSACTION_PARSED','040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b','37bc40919f093b7ee9932cad9715c8c3adedf413f20eff827153169a44eb8d09'); -INSERT INTO messages VALUES(112,310014,'parse','blocks','{"block_index":310014,"ledger_hash":"3aba9622f8de243bcd5e6a5c88fdf04a79a52d95bdc1778d57586b13f30e501c","messages_hash":"50aa372113625919e331a71e665f1668e9d09d7d472a4dd6070f876b92c51682","transaction_count":1,"txlist_hash":"d7949a992d062d2eb763b2bd406ffab07d7d676e3327f5e38a4a8a4815e97f35"}',0,'BLOCK_PARSED',NULL,'2513a285eb9ae817b1cd1ca49409f1573307496d8f657829c25bd1aac57dd5a7'); -INSERT INTO messages VALUES(113,310015,'insert','blocks','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'74920b7e3a0f32d3954fee1a1415e27fb9eb741da7796231198441362bec6167'); -INSERT INTO messages VALUES(114,310015,'insert','transactions','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"btc_amount":1000,"data":"00000028000152bb33640000000014dc93800000000008f0d1800000000000000000000013b00000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","tx_index":16,"utxos_info":" 1dad931f9d9dbf1dc2e862ba958fd0fc15c2adc0dfbce0f8ba9a399f485ece4a:0 3 "}',0,'NEW_TRANSACTION',NULL,'851cef8a6be41f1219910b54b7b54cc41270cfc74d959d77cf0f8a847bdfe038'); -INSERT INTO messages VALUES(115,310015,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"event":"62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","quantity":350000000,"tx_index":16,"utxo":null,"utxo_address":null}',0,'DEBIT','62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2','c38ab5309d44a62bb38d3fb727df9ff14d75f8e0195ca86c0af1ca4a904da162'); -INSERT INTO messages VALUES(116,310015,'insert','bets','{"bet_type":1,"block_index":310015,"counterwager_quantity":150000000,"counterwager_remaining":150000000,"deadline":1388000100,"expiration":10,"expire_index":310025,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","tx_index":16,"wager_quantity":350000000,"wager_remaining":350000000}',0,'OPEN_BET','62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2','3f6942d15963823cf9ae5ef7379bdac5bb7bfe0e4305fa4ca9c3ebe7457a1c6b'); -INSERT INTO messages VALUES(117,310015,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"calling_function":"filled","event":"62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2','43858206c5d174e1ee88e542dacafdbfc798704fcdb677409b598a1c4f1c7d5f'); -INSERT INTO messages VALUES(118,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b","wager_remaining":0}',0,'BET_UPDATE','62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2','f1b789794d4f9bc2602902a22f40451a5250d1483c15ecbce156b050fd6592db'); -INSERT INTO messages VALUES(119,310015,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"calling_function":"filled","event":"62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2','8a0ec702b121070f7fd47cf3f72d14d1e07e4e5a17d231d3e4858cb88f042b49'); -INSERT INTO messages VALUES(120,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","wager_remaining":0}',0,'BET_UPDATE','62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2','806fde5acd9ca1a66b04b039250fbdfb35aab67a9449d90a96a59f4cc8f2fe0f'); -INSERT INTO messages VALUES(121,310015,'insert','bet_matches','{"backward_quantity":350000000,"block_index":310014,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":150000000,"id":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b_62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","initial_value":100.0,"leverage":5040,"match_expire_index":310024,"status":"pending","target_value":0.0,"tx0_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":0,"tx0_block_index":310014,"tx0_expiration":10,"tx0_hash":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b","tx0_index":15,"tx1_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":1,"tx1_block_index":310015,"tx1_expiration":10,"tx1_hash":"62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","tx1_index":16}',0,'BET_MATCH','62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2','059351b9f5e1551f278e5b7823fbb3ba2c2305c8f5fb75bb609e6a549b1dd17d'); -INSERT INTO messages VALUES(122,310015,'parse','transactions','{"supported":true,"tx_hash":"62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","tx_index":16}',0,'TRANSACTION_PARSED','62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2','70888083e75a46403645feb93df3a20d96143724e29037518fabc51f9e0319de'); -INSERT INTO messages VALUES(123,310015,'parse','blocks','{"block_index":310015,"ledger_hash":"342e5dddd2289d3d6e381fade13e5a5e3ed27615b89bd8e06ea2bab8f8b48be8","messages_hash":"dc1071d3ae4f000d84e283002626656e4e474ed13f960974b4ab0da802f2773f","transaction_count":1,"txlist_hash":"5afdd424176b977bd7b0660867d92952a9cec422a6861c62a876a10014807084"}',0,'BLOCK_PARSED',NULL,'51844818e80004fa858576beb9b5efddadc9a0337bcba7e7f930e79c8e9ac593'); -INSERT INTO messages VALUES(124,310016,'insert','blocks','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ace35bd63d604140d1bb8be9fadfde17afd39d9c8c368dcdd7e418d1c12e9a27'); -INSERT INTO messages VALUES(125,310016,'insert','transactions','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"btc_amount":1000,"data":"00000028000252bb33c8000000002cb417800000000026be36803ff0000000000000000013b00000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f","tx_index":17,"utxos_info":" 7bd26829c3e05451a26c34693af7528ce97e743068f941bf25467ae457d7b6db:0 3 "}',0,'NEW_TRANSACTION',NULL,'7f2b997c0bdb90b63184719059546f97f197c9b305cd3f26e7a156a896a7136d'); -INSERT INTO messages VALUES(126,310016,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310016,"event":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f","quantity":750000000,"tx_index":17,"utxo":null,"utxo_address":null}',0,'DEBIT','578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f','fbefa67a608373ac35a3ab946f81d31c5147299548de383fb1a8f7901afe14e3'); -INSERT INTO messages VALUES(127,310016,'insert','bets','{"bet_type":2,"block_index":310016,"counterwager_quantity":650000000,"counterwager_remaining":650000000,"deadline":1388000200,"expiration":10,"expire_index":310026,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":1.0,"tx_hash":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f","tx_index":17,"wager_quantity":750000000,"wager_remaining":750000000}',0,'OPEN_BET','578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f','60c3f29e8b866b39411e6f3896ad77a74dfade6c28e69012e0027b2b045fb4e9'); -INSERT INTO messages VALUES(128,310016,'parse','transactions','{"supported":true,"tx_hash":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f","tx_index":17}',0,'TRANSACTION_PARSED','578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f','fb9d92ff71173f4f621531c2a6585cec72a6d5c3e4fa6ac3e7ac6b064ddce338'); -INSERT INTO messages VALUES(129,310016,'parse','blocks','{"block_index":310016,"ledger_hash":"51b904e6b18ce4d17bdc491457036ff3a4ba70789ae929862844e9456c3b9b01","messages_hash":"b0270e847d1c132519e54127b941df77e45422f9d0781edee6312d2a2c00d9e4","transaction_count":1,"txlist_hash":"d74711d3af6b2313835591b58b1ff53bc20bc194922d10a60cb1274ca632e153"}',0,'BLOCK_PARSED',NULL,'f347621e66a214f49757aae2a3b8f76e85826b87ef50668e519402c86665b04e'); -INSERT INTO messages VALUES(130,310017,'insert','blocks','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'396fd80133aec7b5efa9f68bb4dbf1ed2c4a48590cc781ade430bb7462eba76a'); -INSERT INTO messages VALUES(131,310017,'insert','transactions','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"btc_amount":1000,"data":"00000028000352bb33c80000000026be3680000000002cb417803ff0000000000000000013b00000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","tx_index":18,"utxos_info":" e63bf97412baed033932c81838cd9de48b2b82772a4dee207c95061fbf32379f:0 3 "}',0,'NEW_TRANSACTION',NULL,'686499f0dcdb4a652165a134281ca2a445301291212c86502b86a9dfabffee38'); -INSERT INTO messages VALUES(132,310017,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"event":"479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","quantity":650000000,"tx_index":18,"utxo":null,"utxo_address":null}',0,'DEBIT','479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183','338a2cc0e32405a86c12d9a1153cc2751f1c28cf83abe3eaacf9c56e63c8592d'); -INSERT INTO messages VALUES(133,310017,'insert','bets','{"bet_type":3,"block_index":310017,"counterwager_quantity":750000000,"counterwager_remaining":750000000,"deadline":1388000200,"expiration":10,"expire_index":310027,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":1.0,"tx_hash":"479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","tx_index":18,"wager_quantity":650000000,"wager_remaining":650000000}',0,'OPEN_BET','479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183','0f8e70387e85fb525365c8d11871af6b39ee4b0a4fb7b237773e9a05113b8e55'); -INSERT INTO messages VALUES(134,310017,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"calling_function":"filled","event":"479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183','44ca96020436e58b02b53290261d625b2ce7dd9b8f18dac573f46f3b32049a9b'); -INSERT INTO messages VALUES(135,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f","wager_remaining":0}',0,'BET_UPDATE','479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183','2075fab7cd9dd0e5b977c2f7ca71b3877372808d984fa6e9e637c8eeb98067bc'); -INSERT INTO messages VALUES(136,310017,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"calling_function":"filled","event":"479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183','1af9b1ccf5e3521faa53428f5e0bd826395090d7d41a66c36cc2edcbbc5bbfa7'); -INSERT INTO messages VALUES(137,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","wager_remaining":0}',0,'BET_UPDATE','479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183','fbbc0894d721e49ba70c14c7c4a67526342929d1fc90fd0812c63b84cf4c37da'); -INSERT INTO messages VALUES(138,310017,'insert','bet_matches','{"backward_quantity":650000000,"block_index":310016,"deadline":1388000200,"fee_fraction_int":99999999,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":750000000,"id":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f_479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","initial_value":100.0,"leverage":5040,"match_expire_index":310026,"status":"pending","target_value":1.0,"tx0_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":2,"tx0_block_index":310016,"tx0_expiration":10,"tx0_hash":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f","tx0_index":17,"tx1_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":3,"tx1_block_index":310017,"tx1_expiration":10,"tx1_hash":"479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","tx1_index":18}',0,'BET_MATCH','479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183','5a580ea4db5c3a9be9c4c966b8aaffc33e267ab22f9d5e07e1340dc9ec08801d'); -INSERT INTO messages VALUES(139,310017,'parse','transactions','{"supported":true,"tx_hash":"479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","tx_index":18}',0,'TRANSACTION_PARSED','479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183','4dbac6801fee50e1f21d46001601573da4bdb5e4d47d2f2d28530cf681f4abd0'); -INSERT INTO messages VALUES(140,310017,'parse','blocks','{"block_index":310017,"ledger_hash":"03a60654bc84711524cb38171f6573acbe8cc2120787bd09e5ec621b2f53929c","messages_hash":"9496185490777b31e811f06f77c16d7431a5b0ecbfd794b8cb20c151987fdeab","transaction_count":1,"txlist_hash":"bafeaf2f42cf716cdd586e1aea74504257d170275022dfb2c11863cdc33d3127"}',0,'BLOCK_PARSED',NULL,'1349bc670f20da7b0d7f593b3b49517ead2c7ef4a564965270b2c27ca6de281a'); -INSERT INTO messages VALUES(141,310018,'insert','blocks','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0a78fdd3eeaf5fc9b8d0d42c2293f895e3b38e432c26d3f50a3248590f6646c6'); -INSERT INTO messages VALUES(142,310018,'insert','transactions','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"btc_amount":0,"data":"0000001e52bb33324058f7256ffc115e004c4b4009556e69742054657374","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485","tx_index":19,"utxos_info":" 8090ca2faa4b18f1033ce16930f4a4a7ce4ab9761072e16ff025b99dfeef80ec:0 2 "}',0,'NEW_TRANSACTION',NULL,'f0bf5e4cba0a8bda4145b32fdcf185b6500b80914fb491b068be27db81918ee7'); -INSERT INTO messages VALUES(143,310018,'insert','broadcasts','{"block_index":310018,"fee_fraction_int":5000000,"locked":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000050,"tx_hash":"16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485","tx_index":19,"value":99.86166}',0,'BROADCAST','16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485','b357f1452f2038b00ef197ef56fe2493681db5153f7644983c40986f76c0b42d'); -INSERT INTO messages VALUES(144,310018,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310018,"calling_function":"bet settled: liquidated for bear","event":"16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485","quantity":59137500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485','8984490aaf6fa91d2be8a5d3801a34dea2656e50da5ebdde4148322fa8ef61f6'); -INSERT INTO messages VALUES(145,310018,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310018,"calling_function":"feed fee","event":"16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485","quantity":3112500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485','27095009865970512ac588f7a44573c0bcaa86edb0eda1cb0c35c828c073c622'); -INSERT INTO messages VALUES(146,310018,'insert','bet_match_resolutions','{"bear_credit":59137500,"bet_match_id":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887_a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","bet_match_type_id":1,"block_index":310018,"bull_credit":0,"escrow_less_fee":null,"fee":3112500,"settled":false,"winner":null}',0,'BET_MATCH_RESOLUTON','16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485','1d4dbb674093aaab988a61be0b3b2a0b78dc39e10512e6ed82fac11b14afeabd'); -INSERT INTO messages VALUES(147,310018,'update','bet_matches','{"id":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887_a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","status":"settled: liquidated for bear"}',0,'BET_MATCH_UPDATE','16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485','ce29c4f54291f9949ac2b9034b7046c7e1c789f10bf32f8fbbd30b87020f7b56'); -INSERT INTO messages VALUES(148,310018,'parse','transactions','{"supported":true,"tx_hash":"16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485","tx_index":19}',0,'TRANSACTION_PARSED','16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485','ae7f4e4a790d2afc726e821b05d0fcdbad42bbd7f9d4fe0a27d42f5c047f7d47'); -INSERT INTO messages VALUES(149,310018,'parse','blocks','{"block_index":310018,"ledger_hash":"a590602f34163cf8f880c3620f07a8cd27b9aeba8fc80ccb201d88364eaed210","messages_hash":"7c548c5889b030b08e89d7096227f4cb0f4e5aff9769c15edaf7222291d01655","transaction_count":1,"txlist_hash":"930eaaee66936628f4ac02f6417167100cc7e2335aaae56dac78cf2ea81bb172"}',0,'BLOCK_PARSED',NULL,'c32a7b4898df7bae0e683b2f2f46eb7bf9857df0a5609cb4b4a13de1abe1de9b'); -INSERT INTO messages VALUES(150,310019,'insert','blocks','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2bc7ad3068806c97ecc527b85a49d3661d07b9fc23bb27386fff70db601457f4'); -INSERT INTO messages VALUES(151,310019,'insert','transactions','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"btc_amount":0,"data":"0000001e52bb3365405915f3b645a1cb004c4b4009556e69742054657374","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37","tx_index":20,"utxos_info":" 1368eced55ba8fd8fe90c029b9cbdee09b2f023f957c95a0e38ae273e2603aaf:0 2 "}',0,'NEW_TRANSACTION',NULL,'2cc9d4c6c16cf766955d94433002ddf7b15785530afa1802575519da3a34090e'); -INSERT INTO messages VALUES(152,310019,'insert','broadcasts','{"block_index":310019,"fee_fraction_int":5000000,"locked":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000101,"tx_hash":"65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37","tx_index":20,"value":100.343}',0,'BROADCAST','65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37','abdda6cc042028395717a01f13ec79e24607127cd18355ac9861ea08f79c267f'); -INSERT INTO messages VALUES(153,310019,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37","quantity":159300000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37','0eac2fba78644b3f1ee788618ce1d4d2f0bc1b714371693865675a1f6ac4a802'); -INSERT INTO messages VALUES(154,310019,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37","quantity":315700000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37','bb5edc5beb63dedcb4162d4c5b2bf7f63d158f048f64020e893d8e6a9619765e'); -INSERT INTO messages VALUES(155,310019,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"feed fee","event":"65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37","quantity":25000000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37','4173cf707d7b34cf92f654de9b0d5b6b077db1cd091b72243ec19d2462297cfe'); -INSERT INTO messages VALUES(156,310019,'insert','bet_match_resolutions','{"bear_credit":315700000,"bet_match_id":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b_62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","bet_match_type_id":1,"block_index":310019,"bull_credit":159300000,"escrow_less_fee":null,"fee":25000000,"settled":true,"winner":null}',0,'BET_MATCH_RESOLUTON','65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37','6d2e607d43074a757918fc4536d9be500b36aac9019a84957d2f09a4b5c4140a'); -INSERT INTO messages VALUES(157,310019,'update','bet_matches','{"id":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b_62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","status":"settled"}',0,'BET_MATCH_UPDATE','65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37','3d863a1d4dc074fd7173fdcbad998dc99a6febe9b4ffaafe5c964f6d11be53fb'); -INSERT INTO messages VALUES(158,310019,'parse','transactions','{"supported":true,"tx_hash":"65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37","tx_index":20}',0,'TRANSACTION_PARSED','65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37','8dbf12b598f2fd5fb5c2b8a798178ef96bfbab6331b473f69d45750dc7fee3ad'); -INSERT INTO messages VALUES(159,310019,'parse','blocks','{"block_index":310019,"ledger_hash":"1b340e7abac4c458e6a0c6ff2abd6dadaa2913414f450cf926725b5253210950","messages_hash":"b98f6873ce3e13ef4700e8f2cb46506ed95d008ce7be7ccdf8841474a9527739","transaction_count":1,"txlist_hash":"ba496b27fd545d9d811d7421c6f9663e68aa9dbe3a7b5aa9d1ee5644cd142b4a"}',0,'BLOCK_PARSED',NULL,'634147eafd733f5100e8db17476c7c35c94757cc1692e54294c8cabd3e0ce8ce'); -INSERT INTO messages VALUES(160,310020,'insert','blocks','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7e5091ef3810b6a6aea8560b755ff70a1ca3abea037b6eb53509f64a4b0c3680'); -INSERT INTO messages VALUES(161,310020,'insert','transactions','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"btc_amount":0,"data":"0000001e52bb33c94000000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e","tx_index":21,"utxos_info":" bff102ed8b0979ba6966715d3b4b5138e128cb04031953136441e61d9edb75c2:0 2 "}',0,'NEW_TRANSACTION',NULL,'c141efa85f98e0905afe1b830ca6f901345b6664f5086a6925566ce68d8b8417'); -INSERT INTO messages VALUES(162,310020,'insert','broadcasts','{"block_index":310020,"fee_fraction_int":5000000,"locked":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000201,"tx_hash":"43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e","tx_index":21,"value":2.0}',0,'BROADCAST','43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e','da92d5446f7245ad0fbcc1146e35d754ef1fce68e2472c73a2a161f0c9710c37'); -INSERT INTO messages VALUES(163,310020,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310020,"calling_function":"bet settled: for notequal","event":"43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e","quantity":1330000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e','146a7b10a6f21e989dc2178f48816a9ec0fce1a4aa4248a347a31f135910a7ed'); -INSERT INTO messages VALUES(164,310020,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310020,"calling_function":"feed fee","event":"43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e","quantity":70000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e','e08900b0064ab8c702d52804812cb92205579971ce5dd2e42af43e0ffc5dc893'); -INSERT INTO messages VALUES(165,310020,'insert','bet_match_resolutions','{"bear_credit":null,"bet_match_id":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f_479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","bet_match_type_id":5,"block_index":310020,"bull_credit":null,"escrow_less_fee":1330000000,"fee":70000000,"settled":null,"winner":"NotEqual"}',0,'BET_MATCH_RESOLUTON','43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e','63028508a5bf666df4d169dd87b767a340331e30259674c2e20b8e561f16e842'); -INSERT INTO messages VALUES(166,310020,'update','bet_matches','{"id":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f_479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","status":"settled: for notequal"}',0,'BET_MATCH_UPDATE','43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e','dcaf76ace7ddd29fad99b1fae698c4d50ce0b48f6fb48338142d854418e145bb'); -INSERT INTO messages VALUES(167,310020,'parse','transactions','{"supported":true,"tx_hash":"43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e","tx_index":21}',0,'TRANSACTION_PARSED','43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e','75d23b7ee1160ac4a2a1ec01d4593af1d0fc4a5b0a676b78ebd9de18af34a152'); -INSERT INTO messages VALUES(168,310020,'parse','blocks','{"block_index":310020,"ledger_hash":"5a5a31ae9b03a362b44c9e38effadfeac273bd370374ea4816b8402d6b8a8a1a","messages_hash":"694202ea5b550eb6b7e151701afc658eb1e9215949f51a35e46daaf60b80f094","transaction_count":1,"txlist_hash":"be94a40c259a5f9e2ad5cb714089c4be18de7bd6d3b403f3a4620f4d889ba4ed"}',0,'BLOCK_PARSED',NULL,'82ea62672901fc44ec12f9cd523fe9e21fb8b145556454f31e6eb11661bdd2b3'); -INSERT INTO messages VALUES(169,310021,'insert','blocks','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'826eaf1a3c2ecf865ad2010e795a1ef8632978e751de59ac47f1dd571992d54c'); -INSERT INTO messages VALUES(170,310021,'insert','transactions','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"btc_amount":0,"data":"0000000a00000000000047670000000002faf08000000000000000010000000002faf080000a0000000000000000","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee","tx_index":22,"utxos_info":" a81dcd4abba199c95c7d52cea0390fa94c33b0b11358a09789c469256e62d083:0 2 "}',0,'NEW_TRANSACTION',NULL,'0f0e4133cf542e2e9b1ceeba0c9732bb1f0f25bf83fb560867dfe7cc0373f133'); -INSERT INTO messages VALUES(171,310021,'insert','debits','{"action":"open order","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310021,"event":"cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee","quantity":50000000,"tx_index":22,"utxo":null,"utxo_address":null}',0,'DEBIT','cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee','4d70213d2d36df2ce6f29167ec81099689453281c3465aceedcbf119a14c5d4e'); -INSERT INTO messages VALUES(172,310021,'insert','orders','{"block_index":310021,"expiration":10,"expire_index":310031,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":50000000,"get_remaining":50000000,"give_asset":"BBBB","give_quantity":50000000,"give_remaining":50000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee","tx_index":22}',0,'OPEN_ORDER','cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee','6619a824e763b9c4c7dd86026c0f18ea8752f96a4a18009da46a25c374851697'); -INSERT INTO messages VALUES(173,310021,'parse','transactions','{"supported":true,"tx_hash":"cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee","tx_index":22}',0,'TRANSACTION_PARSED','cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee','c37803ae0f174d64fa4de7cf229beff1d0117985b863acc17cd5755e571f50ee'); -INSERT INTO messages VALUES(174,310021,'parse','blocks','{"block_index":310021,"ledger_hash":"2005a300856ccc74efe80c56927fc13619d5c40ab03ae4ee4fba2050bc2a6b75","messages_hash":"bbfb01b5d3fded31e576428725bdfcb0169b136e667595537da5de519c0e8581","transaction_count":1,"txlist_hash":"afa68f3f9cb6cf8f767075bc9119411e146b6838278d884868a80d9c8e80e26f"}',0,'BLOCK_PARSED',NULL,'42cff9290a20f16a8666d94a689eba2d607a3f5c790c5444b8eddd56d852c9e9'); -INSERT INTO messages VALUES(175,310022,'insert','blocks','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a0364657547db261d708b1cdc7fa85e14fd1600e9d96fbfee0e851d13e3e8190'); -INSERT INTO messages VALUES(176,310022,'insert','transactions','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"btc_amount":100000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"ec9788fbae83a6cdf980d5373d85911a27447410efa4b11997fefcc41bc89caa","tx_index":23,"utxos_info":" 0446c9865d4eb11e643bd97ab9d4ec5d5fbab31025f579f860089d00b6587815:0 2 "}',0,'NEW_TRANSACTION',NULL,'7131b9d8a29d1edf31d9ae9fc9e7653046eed33e6a83ee652c87ba02a640bf88'); -INSERT INTO messages VALUES(177,310022,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310022,"calling_function":"burn","event":"ec9788fbae83a6cdf980d5373d85911a27447410efa4b11997fefcc41bc89caa","quantity":56999887262,"tx_index":23,"utxo":null,"utxo_address":null}',0,'CREDIT','ec9788fbae83a6cdf980d5373d85911a27447410efa4b11997fefcc41bc89caa','ebc1a3a542289fe116304feb5093c9b4b344d046769dd84ba6ea2f94b20e1ade'); -INSERT INTO messages VALUES(178,310022,'insert','burns','{"block_index":310022,"burned":38000000,"earned":56999887262,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"ec9788fbae83a6cdf980d5373d85911a27447410efa4b11997fefcc41bc89caa","tx_index":23}',0,'BURN','ec9788fbae83a6cdf980d5373d85911a27447410efa4b11997fefcc41bc89caa','ead8fd4dbd61374a21724f8e28215292a57834b258adcc3c8b510a8272c83427'); -INSERT INTO messages VALUES(179,310022,'parse','blocks','{"block_index":310022,"ledger_hash":"95307de52e23a8433143d79710e7df22ba7205e2651c88a2eda220ebc8e0f289","messages_hash":"80779ca7b5bf23cd2d2142b02e1025a5dc101fb4de5b565d347315d0f5c24960","transaction_count":1,"txlist_hash":"66f27b0e46d782b3e7eb8207ba442131069820295ea19ba9b1f8be5ae5b1367b"}',0,'BLOCK_PARSED',NULL,'3a53f54caf61c61d9d1e754b33585696712be0b42f0dab216c9bc59cdaef85f7'); -INSERT INTO messages VALUES(180,310023,'insert','blocks','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f452262f18b0aa75afddd205f1bd280e37e70854048004a14adf0c8379da8478'); -INSERT INTO messages VALUES(181,310023,'insert','transactions','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"btc_amount":1000,"data":"0000000000000000000047680000000000002710","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc","tx_index":24,"utxos_info":" ff2c227052f38fc83140ec7ca8a5dfa718f3ab0546cbce41920ebd36aa54c691:0 3 "}',0,'NEW_TRANSACTION',NULL,'308c2d65ddded52253b0f92e512acba6a09cc061cb6c42bda97b0aeeb0b91dc6'); -INSERT INTO messages VALUES(182,310023,'update','bets','{"status":"expired","tx_hash":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887"}',0,'BET_UPDATE',NULL,'34b229acb19c0e86ef0c21ab0e773e7c5f7db800531aecf26449a8745bdfdc6a'); -INSERT INTO messages VALUES(183,310023,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310023,"calling_function":"recredit wager remaining","event":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887","quantity":8500000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'a89e1f15c74f41762bcebf3867ac895420d3c8b87261d1820858dfb178008656'); -INSERT INTO messages VALUES(184,310023,'insert','bet_expirations','{"bet_hash":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887","bet_index":13,"block_index":310023,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'BET_EXPIRATION',NULL,'84ec3c603cc5c073c05ff134ae9c9f302e39e4125371f60d8e114bd26c8d3593'); -INSERT INTO messages VALUES(185,310023,'insert','debits','{"action":"send","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310023,"event":"53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'DEBIT','53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc','d04582ac2270fc09dddc45f99c78aecb44e1355be6a3847343f7594fb84671f8'); -INSERT INTO messages VALUES(186,310023,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBC","block_index":310023,"calling_function":"send","event":"53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'CREDIT','53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc','f912bfcbc0b1739935c0a7e665a03abe3e8aeb3a89d881f99e5648ec5992304f'); -INSERT INTO messages VALUES(187,310023,'insert','sends','{"asset":"BBBC","block_index":310023,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":10000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc","tx_index":24}',0,'SEND','53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc','b4587bf3eff69d03b803b222451389e76e9deb05e02e8c27808183cb95ce9ffb'); -INSERT INTO messages VALUES(188,310023,'parse','transactions','{"supported":true,"tx_hash":"53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc","tx_index":24}',0,'TRANSACTION_PARSED','53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc','fe99b4b4fe9d78e059b81e66ce3887e3266e37986e364f5f1e594f26f18c2246'); -INSERT INTO messages VALUES(189,310023,'parse','blocks','{"block_index":310023,"ledger_hash":"de5a22c228bfc58ceaf428d55f180e951ff877537ef463821ce1206f07ab02f3","messages_hash":"5cf7d1e064b2ef110c91044ded5468e969caed4c893c41a9a5b4513c52d62243","transaction_count":1,"txlist_hash":"eda7d728863433b4e738e2b317d661a68d7f8921ed3fcf56120e0e0df464f161"}',0,'BLOCK_PARSED',NULL,'3479b442c3d13cff0987236a95e1ae3bf8752352e9c1a5de60b5a1d33822863d'); -INSERT INTO messages VALUES(190,310024,'insert','blocks','{"block_hash":"b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5","block_index":310024,"block_time":310024000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8e4dc530281bedcc84783693dfb555fd239b4726cc5d593c5b513a0d0180cae9'); -INSERT INTO messages VALUES(191,310024,'parse','blocks','{"block_index":310024,"ledger_hash":"e54da9db6c4911087dcfb2824acfd7429431e3297f6b5836dfa8f95165ac9b08","messages_hash":"49a1a68d9ffdbf9df84257de4486721470f1f3f6a8173bd27ecd9fc5fc7c3e3d","transaction_count":0,"txlist_hash":"6d7b69dafc9e895a4a4b75c2e7ee2dcda352e21b82249074bfd0865e04dfe6f6"}',0,'BLOCK_PARSED',NULL,'61c053fd5bda626cb8c6de402ab095d772de20a02a249a2170d0688aaa922bee'); -INSERT INTO messages VALUES(192,310025,'insert','blocks','{"block_hash":"a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666","block_index":310025,"block_time":310025000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e03814da989e89819775bc394d4228cb1bf883a3d169ae3938cc22004dfb18a7'); -INSERT INTO messages VALUES(193,310025,'parse','blocks','{"block_index":310025,"ledger_hash":"dac63e0e407785c7a461d839ddd749f020f8a33026cd6ea2acd659567a36c40c","messages_hash":"d81e928e0ead75e22d5b8a4342533754c747cbd067887e83d2b7624f28156678","transaction_count":0,"txlist_hash":"fb8e2f9f37cc8ceb72b92925cdb86f62af821bbae196e5de5083d784436e26ef"}',0,'BLOCK_PARSED',NULL,'81ef35f419b10f4d4549d9ff6e50ac7a671552a6dfde5844800001993525ea66'); -INSERT INTO messages VALUES(194,310026,'insert','blocks','{"block_hash":"6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a","block_index":310026,"block_time":310026000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'51b6a4d501933280ed1ce8273b75787e2ff8f971da4bc22d6ed48ed52d21e65c'); -INSERT INTO messages VALUES(195,310026,'parse','blocks','{"block_index":310026,"ledger_hash":"0397b7da62fb672aadb96fbdfc37f3265ea04c4d401632d5d9018b9b0ad7cd45","messages_hash":"c7feee4705b0fd186e09b616236dbf266131a99328a8b50917d448aa380178f8","transaction_count":0,"txlist_hash":"35f40cec8ce2dab43b642668fb3baed3654b63a328ef005e41c8772cbf02029a"}',0,'BLOCK_PARSED',NULL,'549b5781d2d4c2a43a734c404120fbbb83debfd360e45d8986ff3038fcb98218'); -INSERT INTO messages VALUES(196,310027,'insert','blocks','{"block_hash":"d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e","block_index":310027,"block_time":310027000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6ed2aa4c9e528919940e722899f89ff7c4cd41bdc5a873ef3aa3cf65745bbd0d'); -INSERT INTO messages VALUES(197,310027,'parse','blocks','{"block_index":310027,"ledger_hash":"dbe43e77c383acc66cb46105991ed066ed5309434016081c26ca1a7dd948b6ce","messages_hash":"03dc9b5d15edf8653131433db113589e1fc204c6b4a78373363374809cbc15b5","transaction_count":0,"txlist_hash":"df94b526dfa87413c5d4c11024019c28dd94051780c00b433b28093788b15ce0"}',0,'BLOCK_PARSED',NULL,'49eaaf7c0b25f8db482177844e974bfb57cef556830adba3a3b6ff1cb0d5eac1'); -INSERT INTO messages VALUES(198,310028,'insert','blocks','{"block_hash":"02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b","block_index":310028,"block_time":310028000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5525f245ceceb5eae4e59cb343125af676bff58f00ba345247be9f57771c3066'); -INSERT INTO messages VALUES(199,310028,'parse','blocks','{"block_index":310028,"ledger_hash":"ce1021a584895988014f16dd9f7b7b29bbe59ca8a761914f60c9290b5ec6a16f","messages_hash":"9c2c9bd661f8e5705b301188a58df241f252164b3ecfae490849e2092699801c","transaction_count":0,"txlist_hash":"7d8c18a5d7ec2d6d87ef468e4ed6784e9d41b248bd3d6754bef8f6bd1df9b9f2"}',0,'BLOCK_PARSED',NULL,'fd5e1099a9f8ba48f0f88d67a06d7c75527cf77b75955b6f8c26737148a8cc19'); -INSERT INTO messages VALUES(200,310029,'insert','blocks','{"block_hash":"3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6","block_index":310029,"block_time":310029000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3255b0ca5938a7b23fb827a175a4d8959610d66316acdc1487061983b6868afc'); -INSERT INTO messages VALUES(201,310029,'parse','blocks','{"block_index":310029,"ledger_hash":"4a066ff12cf6f8dad894e23cfbb4fe6a087893b717b3f0c1ec53764b1e922bf4","messages_hash":"04200c6cd44f6d45644c5d49d33ec27e9c0508f1ad9f3e238e18c3b5e3b46840","transaction_count":0,"txlist_hash":"0dab776748029f3a094e8c2ad8871c1771263f81cfc6de79ded15ff475239371"}',0,'BLOCK_PARSED',NULL,'c2f169c97d07cd6c57425ea3e6fa4036764d6b7796c19c9ed98075bcdc9c6568'); -INSERT INTO messages VALUES(202,310030,'insert','blocks','{"block_hash":"d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5","block_index":310030,"block_time":310030000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c007c1d223c5c7c386f5c30f578b627dcafde076c8ed93486b728c94325ff857'); -INSERT INTO messages VALUES(203,310030,'parse','blocks','{"block_index":310030,"ledger_hash":"be1cc89117e7cb3fc18eb610103d72f144c31848da4d8001c334aac577f19427","messages_hash":"07702a88e6f243d0b63ebca0a0c0b087df8f63af175a9bf63b4e3100e65ebc1a","transaction_count":0,"txlist_hash":"934400af42a6099d1279e8fc2700bfc118bc313da8383d06892521a17663ef73"}',0,'BLOCK_PARSED',NULL,'7627ca7acb3b143ea2786d3ddefe7976c7b716ce221983e56bc4b67f1741fe80'); -INSERT INTO messages VALUES(204,310031,'insert','blocks','{"block_hash":"0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689","block_index":310031,"block_time":310031000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a52dc30a34c4edbc53249dbc1dafcb2a5262a2494b0da62b376c660d3fd75f18'); -INSERT INTO messages VALUES(205,310031,'parse','blocks','{"block_index":310031,"ledger_hash":"a616b3d81a1ad1db1a9b1491b06ff6bcead9037f75552d14a4c7234b6ff56670","messages_hash":"09dce3788b13b66c008d4c050d1d156732bd87e2d638bb8272fb09299e9a35c4","transaction_count":0,"txlist_hash":"b45534f04aeeee6c2ed877085eac7ebea9f7eacceb2026e5ab8a34ff715bc3be"}',0,'BLOCK_PARSED',NULL,'e34f5d078ed4a4de124979f337451609924dfef767f9ce3d9d8f0d5e1ea7824c'); -INSERT INTO messages VALUES(206,310032,'insert','blocks','{"block_hash":"66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074","block_index":310032,"block_time":310032000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e20c550521dbde02ae264707d4b513388b5aecb62a0ca83a6458c8f07c53ff70'); -INSERT INTO messages VALUES(207,310032,'update','orders','{"status":"expired","tx_hash":"cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee"}',0,'ORDER_UPDATE',NULL,'9bebe3573ee2c90ac73cec7102e9c37757a3b8f48cb63a54bc94e3c3cd7308e8'); -INSERT INTO messages VALUES(208,310032,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310032,"calling_function":"cancel order","event":"cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee","quantity":50000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'59f565fd0d18747792540331f19a54144446de40ed5d8d207b3df9e1c25c384a'); -INSERT INTO messages VALUES(209,310032,'insert','order_expirations','{"block_index":310032,"order_hash":"cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee","source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'e02ac92c0f7d279456016dd1e8009164dfb42691381ccd575ecaf0f61bd348d8'); -INSERT INTO messages VALUES(210,310032,'parse','blocks','{"block_index":310032,"ledger_hash":"e7e76fe32ac5c06696c0bda815f29f1e0785a9d48641615f2ef78fa9982d258f","messages_hash":"0e74097f174e11f883f31a8ef7addf1d89290e529020db2a258a3376a951eb7d","transaction_count":0,"txlist_hash":"b8261f9bd73b90fef96702a2e83111c3b9305e55efefae86a4078d99ce8c3d0d"}',0,'BLOCK_PARSED',NULL,'1b60dd7f3b0c0b1a454fd407adb96b7d6667c43a28c46c0e324e7dcef80ad81a'); -INSERT INTO messages VALUES(211,310033,'insert','blocks','{"block_hash":"999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707","block_index":310033,"block_time":310033000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1415d10fd15064afb4f2dc56421202eaf0a7729216b215ccd0b42e0199338ec0'); -INSERT INTO messages VALUES(212,310033,'parse','blocks','{"block_index":310033,"ledger_hash":"f0d33d2f73f83449c18b9a7bea43857b36effa24eb248283d9356c5280e4992f","messages_hash":"c334ac5627a150468ef3cdf5b343f7a8a8f302ef9feb3eaeaec1e431946d7f3b","transaction_count":0,"txlist_hash":"bd3133719a6698bda726f9304fa48db5847cc475db79b879d2566da3cc7299d0"}',0,'BLOCK_PARSED',NULL,'dd285198eb3330b2afdf522aaae9f2ae9ba6a1320f57b05f5d2586de51e9b2ae'); -INSERT INTO messages VALUES(213,310034,'insert','blocks','{"block_hash":"f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208","block_index":310034,"block_time":310034000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53d0206bc345a587565e9f11536f0b87089ed12b15f2c2cc7bbd2b5334340e3b'); -INSERT INTO messages VALUES(214,310034,'parse','blocks','{"block_index":310034,"ledger_hash":"434d631a1c3ef7d31d136b4eab8b3044dc2b65886bf43642537cc592db0415a3","messages_hash":"e5edf0dbdb7274931b3f7d78633231265e35564981eae8d67b9e4e32cf52a921","transaction_count":0,"txlist_hash":"eea570d87d2e343bcb9b93764aa9bed952588f4b053d13e87da410b8dee27d7c"}',0,'BLOCK_PARSED',NULL,'fb7b7b8a51c4d4c72c176ce78d880b033798532ed30d3de78879a83b4c9fe7df'); -INSERT INTO messages VALUES(215,310035,'insert','blocks','{"block_hash":"a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2","block_index":310035,"block_time":310035000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'27a200fb5a50cd5d17b0670c296be2ee79c696749ad187e2fdaa6158892004b9'); -INSERT INTO messages VALUES(216,310035,'parse','blocks','{"block_index":310035,"ledger_hash":"5ca42816d9c6aaed19f6d25cd02e842b5d834254f90a169630544c83a129c7e5","messages_hash":"ed358090aaddfb882577361af1d273c242f5ab34ce3279ae53bb58094428bcf4","transaction_count":0,"txlist_hash":"c827847c2f94718cd8c3efdf2b30cf9c8753893a76590efae0e30c61ef9a2d4a"}',0,'BLOCK_PARSED',NULL,'6fe5a558bbb9a3262df8ed1f939b7f6ffff481915d651098e7ca527f38a356d9'); -INSERT INTO messages VALUES(217,310036,'insert','blocks','{"block_hash":"158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76","block_index":310036,"block_time":310036000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4ebdc46494e99a7175d5ae35fad8917ccf1e0ee64c833cc8c27b7217f0156b81'); -INSERT INTO messages VALUES(218,310036,'parse','blocks','{"block_index":310036,"ledger_hash":"31aecb842ea816f98aead90fed7ad005c010919a2ef2c5d7a8965b71832d3201","messages_hash":"63b1967a33f1de22752fc29f95b770a80b6abf20e01fee7eb14b9852a704a33d","transaction_count":0,"txlist_hash":"5a69c5cc5e4aa7e7d071da7ecf8cff88740a707f70ddec29c57ee52b3da09127"}',0,'BLOCK_PARSED',NULL,'3451e013965600ccfa39c9a4cb49e7cb31bbadb1639781f02dc4ae57ad8692bf'); -INSERT INTO messages VALUES(219,310037,'insert','blocks','{"block_hash":"563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07","block_index":310037,"block_time":310037000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b69257f98a30fab4b75f62f1034683e9aa59e340411110762cf042b128998489'); -INSERT INTO messages VALUES(220,310037,'parse','blocks','{"block_index":310037,"ledger_hash":"7a3167eb2c8a80c7c363ac47200ebc8cb6bd53f57da64465bec14bd86cf2c6c7","messages_hash":"5b91fb92d11630878b3411e1413f4508c68e7433668b47572274c45d46c5637a","transaction_count":0,"txlist_hash":"8bc588a7a9286c3f5c13bc31c0faf29f155391f14ad89defebe3d0a0b21d049e"}',0,'BLOCK_PARSED',NULL,'c4d6bc8ac97ed099b99ea7454d947a7f578048ebc0dfe90392aebeea6e9e2f60'); -INSERT INTO messages VALUES(221,310038,'insert','blocks','{"block_hash":"b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2","block_index":310038,"block_time":310038000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e1529bdbbc905e6fe31e024bcbddeebbeb32d822dc775ddee249fc9735902cd2'); -INSERT INTO messages VALUES(222,310038,'parse','blocks','{"block_index":310038,"ledger_hash":"212bc51956081e57aa618360926e186824dce8987948ee7706403451ab417a0a","messages_hash":"ff575e56c3681e316602fe604825d0ca645e866e7ba4208cb9deac87d7723aef","transaction_count":0,"txlist_hash":"77861a778f50d5f8314cf4caeb6a78539702ee5b36b882713079b88143d4c6ca"}',0,'BLOCK_PARSED',NULL,'d1402d810b7f87a958fbd37211699d270fd2fbc6ecb3303668bdb844666477f2'); -INSERT INTO messages VALUES(223,310039,'insert','blocks','{"block_hash":"5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347","block_index":310039,"block_time":310039000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cc04ad74aae769eb810b4e5794148e386242110df67aefd36f8cb0c2e4c5d409'); -INSERT INTO messages VALUES(224,310039,'parse','blocks','{"block_index":310039,"ledger_hash":"03e72d7551164403b41956638a0fdec8703c29373ea2b15c770717b0ec39fa95","messages_hash":"acb9d025b65828144524c2daad2df85fc8dc0235270c10f0b8adb8d03f0479cb","transaction_count":0,"txlist_hash":"b445575b555d0621a37fc3f9f22c113126ea35507703f8885294cb2a4613a6c7"}',0,'BLOCK_PARSED',NULL,'3f43edae9f55e654516a099751c8556a6fb7a3b84e0b18aabd900ea456acd2c0'); -INSERT INTO messages VALUES(225,310040,'insert','blocks','{"block_hash":"7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3","block_index":310040,"block_time":310040000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9d724340d4ce129eff65c6008d8218058e7d727ade8488b0e71de476eda12abf'); -INSERT INTO messages VALUES(226,310040,'parse','blocks','{"block_index":310040,"ledger_hash":"922aa744aa0c08274d1f47a0f80638c7937ecaaf95555e68ceec09449e60d080","messages_hash":"6a214428535654b0f6359c657b49d71acdd9ab83421c2f228d42bef19c01f8c6","transaction_count":0,"txlist_hash":"d46179d869f330c786bb81e0c122952d33b264f3af2b4a70627764332cce3fb7"}',0,'BLOCK_PARSED',NULL,'55e142da5b5c27e41dea178002feae26f7e01d7672846ca2004239bc4556cee2'); -INSERT INTO messages VALUES(227,310041,'insert','blocks','{"block_hash":"5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359","block_index":310041,"block_time":310041000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1e65b957a0967d3744addac8d9887741f115e7357d38d18d2648dbe7ff8a0f97'); -INSERT INTO messages VALUES(228,310041,'parse','blocks','{"block_index":310041,"ledger_hash":"de422fc7f3f11d20b697e0ee57afe101ddeb5e84105153a3bb10f97f9c3f1783","messages_hash":"17d0d66afd64a6d540d4ac78c315b23d9a7bc219d38b364f1cb40b06d348226a","transaction_count":0,"txlist_hash":"d0cef146e488d50917e659d8c039e7304a41d239d2330947d81e49d3bc7aa723"}',0,'BLOCK_PARSED',NULL,'7d8b1c9dc23f7d4d02acbdfb6e96fcf90ef016e6f555a15cc7a156fc4ba85a4f'); -INSERT INTO messages VALUES(229,310042,'insert','blocks','{"block_hash":"826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4","block_index":310042,"block_time":310042000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3c15ed822e13dd193ef4cbe174357aff88523104e4bf05cd6e429b1665f77acd'); -INSERT INTO messages VALUES(230,310042,'parse','blocks','{"block_index":310042,"ledger_hash":"82d7c9a0c9d63c3f93b125a9eabc2a7b5f560eccc5fb578d71ec071f150c8fac","messages_hash":"48d28f0315c87243a588be1fd0f669c2b995976816cdd941e9637cc0053b4d19","transaction_count":0,"txlist_hash":"68777d56b0179c05517b00df97200e16079b34c54a270d598c28caa4f39ea43b"}',0,'BLOCK_PARSED',NULL,'ed5c1e13162787c572120e2100be200165967e3d203bebda79fe337abe4b06ab'); -INSERT INTO messages VALUES(231,310043,'insert','blocks','{"block_hash":"2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51","block_index":310043,"block_time":310043000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9cce0726afd4a57d238e8aa7885292eb6cd37b9c7f0af6c9c34e108be3c83aed'); -INSERT INTO messages VALUES(232,310043,'parse','blocks','{"block_index":310043,"ledger_hash":"c9232d9cfb183cc9bc09bef78f7c83bac3d9af803e6916c9b14063c4f619d9e6","messages_hash":"c0fbd619aa834dc7cc3c83629e674169855e267845dbe571231ea419872c1e3d","transaction_count":0,"txlist_hash":"728975e1d9ed1caeeef47b1b8f1040c3d1ede182cc47282f32f2f464071057b2"}',0,'BLOCK_PARSED',NULL,'edc22af30302b6fe60b57a461fb5bffa8a9039d02944b09211621a69c1e20ec0'); -INSERT INTO messages VALUES(233,310044,'insert','blocks','{"block_hash":"3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b","block_index":310044,"block_time":310044000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'24dc38cb0b0ccb6401dc3f9481cb0f5840da371ba23e3a463b68c268ca5ce207'); -INSERT INTO messages VALUES(234,310044,'parse','blocks','{"block_index":310044,"ledger_hash":"71c3e7aa2ad71e35b752dd4e48381b4ca845c370e5c340f2a221dde808966a45","messages_hash":"5d9ec90940b83b8444c2add1f6c358876a57cc67bfc946a98ab5766e771de6be","transaction_count":0,"txlist_hash":"56e52a1e4cd4954442f83c421e7b8c653e38cd7725d6b140a47e74f57df2c169"}',0,'BLOCK_PARSED',NULL,'68acfb76a24e6709001cef7b9cfefd052f128ba81604330e5c042c3582636869'); -INSERT INTO messages VALUES(235,310045,'insert','blocks','{"block_hash":"7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98","block_index":310045,"block_time":310045000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6abfb98cc03cb57128f89abebe72c9a7f57ac6a5a096d747e7d23a4cdf8a7b3c'); -INSERT INTO messages VALUES(236,310045,'parse','blocks','{"block_index":310045,"ledger_hash":"47230be2ba96e7adb6088b18788b52a65aa48183c2c00095b79999f5ea1af514","messages_hash":"4b1b16683d1ed083f17ea5a6ef939035d401d2cdb60f8754e5ab750665fe32f3","transaction_count":0,"txlist_hash":"e8b8a81eeb5c9a9fa6f19f6d9617c7c8e1d19368725d223ef270b74b09b1a541"}',0,'BLOCK_PARSED',NULL,'73f5ee493310a78d2fd3025dc2651c2b50a4fd60fe9f85055b4114fbd5abae3d'); -INSERT INTO messages VALUES(237,310046,'insert','blocks','{"block_hash":"47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6","block_index":310046,"block_time":310046000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'feb90018b9828f6facfe82be373f312979f871f27f4150cc7fa4c0db49b05699'); -INSERT INTO messages VALUES(238,310046,'parse','blocks','{"block_index":310046,"ledger_hash":"2c306c41049fba2e58a07b5d14f930bcaa465b2afa4df24d8a887958555f0c57","messages_hash":"6f76213f4e8e56407fb6939bd327c52e87c51681272f33818cfcfa42a88ee424","transaction_count":0,"txlist_hash":"3ed01193d67e5b016184cd322ca01829a616ad7f7c98bdc034c642ab5c37938d"}',0,'BLOCK_PARSED',NULL,'533f0bd460666f2ae0aa3d8af4b96e096b57156f95a643bfbfcc31c7d0653b8c'); -INSERT INTO messages VALUES(239,310047,'insert','blocks','{"block_hash":"a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075","block_index":310047,"block_time":310047000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2e26037e25f6b54c8b7ad6ac97e2067c54213ac0b10a47af8ab88ec09ed1100e'); -INSERT INTO messages VALUES(240,310047,'parse','blocks','{"block_index":310047,"ledger_hash":"95a6325dcb8b9f7aef9da35bd20a46addef23aa5c36795beccacf992bee88d28","messages_hash":"2451f5c303985ae2940b1b22a336bc94774d4081780349951111c6bba95379c6","transaction_count":0,"txlist_hash":"730fe6316784de4a36e2530b3935fbbd2e1bb9c876c61d0cc436f86a103d6655"}',0,'BLOCK_PARSED',NULL,'0d91874479722ffaf5810d02ee2371b5f2189106757482435459ce23a754d03c'); -INSERT INTO messages VALUES(241,310048,'insert','blocks','{"block_hash":"610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309","block_index":310048,"block_time":310048000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'af5322aabaead31719f24d8d083a3f7b886c01ea3ac46cd600672932bf18810b'); -INSERT INTO messages VALUES(242,310048,'parse','blocks','{"block_index":310048,"ledger_hash":"8811d6a6b22ff3e0ecf399dd20a28a17ad000e99b17f90e63e02230ed42cf260","messages_hash":"a0db44a951b413c4142e06b9259e541333b2df38ff84d6305505bd8a692dc4b1","transaction_count":0,"txlist_hash":"a1772d6d909c4fd092a9e511c2f0425480f61c1f2a3d513d973a15e587c47a51"}',0,'BLOCK_PARSED',NULL,'f05f0eb6cac49120067efbeed06b52733f4e6f632de65bb7910f71e43c4018b3'); -INSERT INTO messages VALUES(243,310049,'insert','blocks','{"block_hash":"4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c","block_index":310049,"block_time":310049000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bd4c13e84523e57618266471179e1cd2593b34a79be545b01987a648add42dcf'); -INSERT INTO messages VALUES(244,310049,'parse','blocks','{"block_index":310049,"ledger_hash":"4bffe3d3071cee255f64108bd8b97652f06190cb73caac5bdc4ef61d3ff9ecd6","messages_hash":"6b4c625f5fc503ad74c0ab2352a1b77d36b4957fb50d3761c4f0d9f7c421672d","transaction_count":0,"txlist_hash":"af66fd2b113c2349077f00be46a1cd5629b2ec39576ae16ec004249438781905"}',0,'BLOCK_PARSED',NULL,'3b6f35c9cee60008e69638ed54c55bd5b3babd3ead84a579746cb86dac1a2a83'); -INSERT INTO messages VALUES(245,310050,'insert','blocks','{"block_hash":"8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348","block_index":310050,"block_time":310050000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'953500b1a4ab722740f9979624ba68db05dd3cde793205e362de4349e8d5031a'); -INSERT INTO messages VALUES(246,310050,'parse','blocks','{"block_index":310050,"ledger_hash":"b00d5001e914fde448457f3b373637385114eeb07d79751241f4c1f50cadc050","messages_hash":"1dbcbdfea51b4f6085fc7d2c853133d488ba5d97561577a8e4ed2c2444af8c3b","transaction_count":0,"txlist_hash":"64149e5936bce967da53b587f07492b64472145ac66f58c1773a4df324ced96d"}',0,'BLOCK_PARSED',NULL,'ff9c4b1e4aa83bb4cf301cdbb61b77b3ad54e8cd350e78cf5d8f15af35ce109f'); -INSERT INTO messages VALUES(247,310051,'insert','blocks','{"block_hash":"b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6","block_index":310051,"block_time":310051000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7497d45fdd9099eec9dae43fd1b7d046817a5e1379649d75b1d26ce7ed98eddf'); -INSERT INTO messages VALUES(248,310051,'parse','blocks','{"block_index":310051,"ledger_hash":"90dd8fabe43314ac6ab6f5485275a4b1131c232a1e9d92395fc030659873edb8","messages_hash":"463c42efb1f93d5e82d1fa406378a574c0be785d77fcd7408cad921da694270b","transaction_count":0,"txlist_hash":"71f3161707a90feeb8b8e3340f47a9102c344b652ff70760aaa1f7b3bb30a14f"}',0,'BLOCK_PARSED',NULL,'55f9ee1050fb885d5814cecb35e400cf6359a99ae76d08c40d5666f8facf4ad2'); -INSERT INTO messages VALUES(249,310052,'insert','blocks','{"block_hash":"0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2","block_index":310052,"block_time":310052000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'87f5d985be9f7cb7be063687b513b5c0edb686dcc6a679ac43905a6f5cf3c2c1'); -INSERT INTO messages VALUES(250,310052,'parse','blocks','{"block_index":310052,"ledger_hash":"923848bdc7906ab89898021e05e201f69305087b12803c459f066f2d681fe9b5","messages_hash":"643211c415a787b799ceddcf30134953e60db97cc946efdac738d19a5570f991","transaction_count":0,"txlist_hash":"de443d5cc1b054f4cff96f616b234d91b0b5e3712e6d72e64d564c201b7cd757"}',0,'BLOCK_PARSED',NULL,'627055fb4568f34b9d3ec922573b1b9d5838da1b662affe0c6ca7fde4be00238'); -INSERT INTO messages VALUES(251,310053,'insert','blocks','{"block_hash":"68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f","block_index":310053,"block_time":310053000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f798ccebd24d1fd958ba7fff16f87958f292fd084d7ee4a943f3988ac9af89bb'); -INSERT INTO messages VALUES(252,310053,'parse','blocks','{"block_index":310053,"ledger_hash":"e5ecdf8c0a2166fa8fe25adea0d374d34131d29a3c901868fec579eb20a5a930","messages_hash":"eaebeff5924963db59f60016eae671989d2221446d6ba6e591422fd745dd765a","transaction_count":0,"txlist_hash":"05b8fe3b76416a506aed1b000e3649af38e59adf26cf0d168c5e84112641ea6c"}',0,'BLOCK_PARSED',NULL,'ecf0d8194f8041002a2cc3407ca4c6c5bbf9a02bc612cc1df6d093c37090c159'); -INSERT INTO messages VALUES(253,310054,'insert','blocks','{"block_hash":"a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305","block_index":310054,"block_time":310054000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'97e8e6dd1626931a8a52650175b8302498d0390a87a88c4290c61ce10fd820af'); -INSERT INTO messages VALUES(254,310054,'parse','blocks','{"block_index":310054,"ledger_hash":"03cd75c14bbe11800f4d436dce93235787e2521a19b1d5a90796a5de369680d1","messages_hash":"cdc50d403f275012314a36a8f8ed0424939510a50a10dcd1621783c5232547e7","transaction_count":0,"txlist_hash":"d8edec966eae31778588f68b7343dbdb4bf878b30cb430246b04ebebdd9e43b9"}',0,'BLOCK_PARSED',NULL,'723cec85e8508a1d0761250d56761527e33d6660b0eab9bf26d2d49918e48235'); -INSERT INTO messages VALUES(255,310055,'insert','blocks','{"block_hash":"4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356","block_index":310055,"block_time":310055000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'98e3947bd193d16694af59c3ae6151607a451e42c233613badf79fb052483ac5'); -INSERT INTO messages VALUES(256,310055,'parse','blocks','{"block_index":310055,"ledger_hash":"7239560704ca831dfe90791f1cd21ae1f1506275cf6b45933676be9b096d340b","messages_hash":"a7cbca6919be9be70c95bb4b69cb8d3d6d43e06915c6dfe428634f48718c13e1","transaction_count":0,"txlist_hash":"1294057c4f21c98f97d10d96510ce83d0e8d348d138b3caa2c76ef1be47a3c2a"}',0,'BLOCK_PARSED',NULL,'87bbe0ebf60509e213378be60a891a4b8cc254e2a57aba04f78ba4a1cfe89ead'); -INSERT INTO messages VALUES(257,310056,'insert','blocks','{"block_hash":"7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3","block_index":310056,"block_time":310056000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c03c7064d83e94da241ac7949958bb179200430c263700dd4788f4bad9012c49'); -INSERT INTO messages VALUES(258,310056,'parse','blocks','{"block_index":310056,"ledger_hash":"3aa4ef8714cbb71c4f0b052dc7ec7795322103ba7b8361db3f33303f564f3815","messages_hash":"54337cb2837878594938c6658468d0e9f6adf3405fca2709cad9e05a70b5bffa","transaction_count":0,"txlist_hash":"211d0e47a87100167138974db02ac1299bf1b2a1d7b60606b19cecf2f06df0fd"}',0,'BLOCK_PARSED',NULL,'b01e9f320e0d8586e0a34adf29d977aa8534e96ac370ca28d7b6214399243c15'); -INSERT INTO messages VALUES(259,310057,'insert','blocks','{"block_hash":"4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411","block_index":310057,"block_time":310057000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5476787f51960d24fb320bff0fcba3b926ae6801b38c2cb61fa772e19c4bda3b'); -INSERT INTO messages VALUES(260,310057,'parse','blocks','{"block_index":310057,"ledger_hash":"fee33c0a466c580887106b4bb7a8c6aeb7a049c94987bae64f695ae400c4a4a1","messages_hash":"e3022f95bf07e2399478d434ab7a3e5c74902d65fb487ac5723d4e12b154b9ab","transaction_count":0,"txlist_hash":"f851a0d0a25322d5939a5cd2cafc831b6282af5ab81932553cb80ff3825b4a2d"}',0,'BLOCK_PARSED',NULL,'e1e1f87db62fece6166ad1cdd4a9344292749a14d9d1b5ebba039ccc68f78312'); -INSERT INTO messages VALUES(261,310058,'insert','blocks','{"block_hash":"a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f","block_index":310058,"block_time":310058000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ee2196aa23bf21eb5b285439b0ab13447723c9239421915993cf0390e3877ec1'); -INSERT INTO messages VALUES(262,310058,'parse','blocks','{"block_index":310058,"ledger_hash":"94d58bd9a65a2e13c7ea2373e521952e916b0e1d31d803eced96e5c8903aa625","messages_hash":"3a29b751f428698f409d711dc0e871a21866e2c53cc96e6857464caa62ec3150","transaction_count":0,"txlist_hash":"e959bddf887904cd324ff7bf5fb60380f2c4a7c2b1b4215c63715a59ad297200"}',0,'BLOCK_PARSED',NULL,'f664919dca848f26d7e500f9be2cc8a3998544339bbc751ee278e346c2d2675c'); -INSERT INTO messages VALUES(263,310059,'insert','blocks','{"block_hash":"ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9","block_index":310059,"block_time":310059000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'54ae42c847bfb661305175c863277515d65320912b48233d316867db4b10414f'); -INSERT INTO messages VALUES(264,310059,'parse','blocks','{"block_index":310059,"ledger_hash":"e9c87b2a652d4ef3d48ac74424f57d06dd85893fd542e0784df067c37396b0df","messages_hash":"f941db3e215a839ea941bbdcfcd6659517f8ab0f7ed449a418d4f96b3267a29d","transaction_count":0,"txlist_hash":"ec205004b519cbbc750bcae821effee41789b3f643f90148e8db2d9d9f83ed49"}',0,'BLOCK_PARSED',NULL,'241413e95ccbbfd5e2781b75ec64a504c06815609ea149a81438f7dbbadaafc6'); -INSERT INTO messages VALUES(265,310060,'insert','blocks','{"block_hash":"974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b","block_index":310060,"block_time":310060000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c632f811d8baa10c75f48001f21ffdf837a9d683e4f56b27912e382067eef63c'); -INSERT INTO messages VALUES(266,310060,'parse','blocks','{"block_index":310060,"ledger_hash":"b664a0985edab20768aec36096a7b2faa159cef4af7e779ad421942137ee317a","messages_hash":"7a5dc7a402077c7931d3c6482a60703021fbe820c66a437c70f560688ab2dc91","transaction_count":0,"txlist_hash":"dec86d178abd72944cda84a3154303e16eaf39e5bd5bd59a80cca27a5ed5887e"}',0,'BLOCK_PARSED',NULL,'1443bbfdfb8be10d729f6adf911e475bf4d101a94e68ced2609f5b1321dc6414'); -INSERT INTO messages VALUES(267,310061,'insert','blocks','{"block_hash":"35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf","block_index":310061,"block_time":310061000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ea149090fd5c20ffe6a256fab43ec1067aa65113da78225ed75271e26adf1e7b'); -INSERT INTO messages VALUES(268,310061,'parse','blocks','{"block_index":310061,"ledger_hash":"5ffa5e1f36c5539b2f5a89a6a60d45ec6372ced770d9b0e0e8dfd61edad84c22","messages_hash":"d856244b27f9dd48212a8d02674d8bd544eee8ed0b00fa96e41721ceec18a060","transaction_count":0,"txlist_hash":"be052ccd372d556b9b28d0d2b6f9dbfc9b32ff173b71d7842fb6008047a67384"}',0,'BLOCK_PARSED',NULL,'d93ce3d4475b18df28600a69c4c6cd5df039873c1553f4a13a3ed0f0af78ccb5'); -INSERT INTO messages VALUES(269,310062,'insert','blocks','{"block_hash":"b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f","block_index":310062,"block_time":310062000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8fcd8e3eb68f4d40eed0efd515865585693014a0d2d3ee0932679b17242e3cc0'); -INSERT INTO messages VALUES(270,310062,'parse','blocks','{"block_index":310062,"ledger_hash":"fc6f9f23c3b8954c7989b0e4ce40087b66dceabc7c0e407ac7f4b397fe2a1281","messages_hash":"2e2f5d9a5c7750f7a6f50e31356e2158404b6d562b1d1d3279c824f71f7692fe","transaction_count":0,"txlist_hash":"1495ca8eeb434877ce36335268a349709e99811e93f416ccf1f0c98114731824"}',0,'BLOCK_PARSED',NULL,'71d025632bc79ce0bdee0b725fda6dd7a553d3e77c9e28e14773e75697662942'); -INSERT INTO messages VALUES(271,310063,'insert','blocks','{"block_hash":"0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe","block_index":310063,"block_time":310063000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c47fb72433b81fd1900c89a72f65535288b4485a58ad8a46294ee9182b297aba'); -INSERT INTO messages VALUES(272,310063,'parse','blocks','{"block_index":310063,"ledger_hash":"cc6c3b8cf2c457b2f6afb5b208f968544767be8b86ca53bdab4224619a03121d","messages_hash":"d1e14ea1146d553f0c0f405462b4735bfa5e1bdd5bdf1adad73aaf72770ada2b","transaction_count":0,"txlist_hash":"93d193df39b7340b932b5abd85a027df086e033ff2b18fd8c9d0d03cd6db392f"}',0,'BLOCK_PARSED',NULL,'3903e8643879ff6504ac705e5ff543e6e1e2c7bc05ae49e540dd61bc6ee72f73'); -INSERT INTO messages VALUES(273,310064,'insert','blocks','{"block_hash":"e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30","block_index":310064,"block_time":310064000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0b31d3c86276acc31c3c0e0fc8ba916d3ec5dd2fd31b884c1f5fa3e6471862bd'); -INSERT INTO messages VALUES(274,310064,'parse','blocks','{"block_index":310064,"ledger_hash":"cc57ac6aec118ebfb03f5113ad1af749522e60ef4ca201d48bd43478cc0a29e4","messages_hash":"fdfa303238da9488baad7fd600d169613610455f509c3f871f627afcb1f6d3c3","transaction_count":0,"txlist_hash":"064c03f24da9de841de9f492487de4077b842d6de92366d3fe7ff37d558998c1"}',0,'BLOCK_PARSED',NULL,'d6358686ed9c1ad9a7f3a11fbfb9548c7f82532210c2625b3eb5e28233dbd8c9'); -INSERT INTO messages VALUES(275,310065,'insert','blocks','{"block_hash":"8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a","block_index":310065,"block_time":310065000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'09aa3852be773dedb1152a6fb2e49ae75fda06ef7b1f2a76767368f578daee7e'); -INSERT INTO messages VALUES(276,310065,'parse','blocks','{"block_index":310065,"ledger_hash":"9999be70079c0943f0a00c54236680bafe0c87dd3bb75c982211f751e7ecdcae","messages_hash":"e1e6d9aefe3a83c341db9b7505abaa139d5b53efc68d5c531f27c01ae1257372","transaction_count":0,"txlist_hash":"f1196c84f3767cea82b4dfb6a5e4be30f3ed3f53e9b9cefdadf81af9f2b2bd49"}',0,'BLOCK_PARSED',NULL,'864470bbd9f77fc39c027975215845f525698a2230a2d452e6563a20b1a1142a'); -INSERT INTO messages VALUES(277,310066,'insert','blocks','{"block_hash":"b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d","block_index":310066,"block_time":310066000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'78f57ff31a717e33bd10b9740dcd0b3604467e3fe8f4fe85def2df48ca9f29e2'); -INSERT INTO messages VALUES(278,310066,'parse','blocks','{"block_index":310066,"ledger_hash":"efb2fcb7b5628bb99994bc1ada157bf80b4516d961497aa011c06da1523801d7","messages_hash":"3d0276df2ac0ad0e87cdb45a78d21dd9cde81f42aabd462e015df16c6b089930","transaction_count":0,"txlist_hash":"ba6d273c442538389e43b3ad47795d7e61d9b17427d1a1044333f96cafe575c4"}',0,'BLOCK_PARSED',NULL,'c006fe3f2cb04350d70a059a92fe7c87f8081294db42125685f9e0a35d46a955'); -INSERT INTO messages VALUES(279,310067,'insert','blocks','{"block_hash":"8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577","block_index":310067,"block_time":310067000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a7c19523c9c6191f3012415f38f20ff22ec8bd74c82d034808eecf03c649955a'); -INSERT INTO messages VALUES(280,310067,'parse','blocks','{"block_index":310067,"ledger_hash":"fb396fca9af7816f97b22b8bf1b01951e271a75f1a640dfc64955696dc1c0b7d","messages_hash":"1f4f865307beae5fbb014222e7017d41ce1d9865d2be731d708b4b4172a35c35","transaction_count":0,"txlist_hash":"20ebf686e5c5a50c0df23ee15488559024622039aa4fa47f1b07dc3967bbc760"}',0,'BLOCK_PARSED',NULL,'430c70ed6a0a35a811c8de6556c88a369e3eb693079672d888af273cf8255555'); -INSERT INTO messages VALUES(281,310068,'insert','blocks','{"block_hash":"9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5","block_index":310068,"block_time":310068000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5dab76c1681d22d509833cdce9db628c3ed2a8b5990c1aaf6ffada70409fa4ea'); -INSERT INTO messages VALUES(282,310068,'parse','blocks','{"block_index":310068,"ledger_hash":"6cbc681ed90e676cc507d07120888bd4c8759873a0b9215f721a0ce707070086","messages_hash":"7d4913b3af678c8bbb7990706d626cb938677913beccd2473e997fe5436c681c","transaction_count":0,"txlist_hash":"d8c09411f0c7fd43774558fd6cc9884b032cfdcca63a08845b61293ff52ef380"}',0,'BLOCK_PARSED',NULL,'51fff3ae08b64f67af0511f197fd131628e8aabf8614ede5fc646bb11f151a21'); -INSERT INTO messages VALUES(283,310069,'insert','blocks','{"block_hash":"486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7","block_index":310069,"block_time":310069000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'152e1f153edf87fcabd5c16b4135eef7554d653e1d74970c3cd4b0f3fd457ddb'); -INSERT INTO messages VALUES(284,310069,'parse','blocks','{"block_index":310069,"ledger_hash":"7cb734eb3e24e92de8915a6bea42b6ef721251c481ac9ec751cdbdc08e110011","messages_hash":"45427770da7ad43e65b00d1a3f1a873aad5906fd5dd2297b25795dde4adaf146","transaction_count":0,"txlist_hash":"4f02ef18a644ac564db930818e845496ab0ea3caa34ff70878f0f9f0ef6641e9"}',0,'BLOCK_PARSED',NULL,'6b9e5bbf08c723bccb644decf0d985921255f1e34f2bf240b52324da47e6d122'); -INSERT INTO messages VALUES(285,310070,'insert','blocks','{"block_hash":"8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5","block_index":310070,"block_time":310070000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'09fb6c6e6badb6ff27f59b992f78e1fee07049a8fed454af7084cc04155cd08e'); -INSERT INTO messages VALUES(286,310070,'parse','blocks','{"block_index":310070,"ledger_hash":"7b57a4d1ce0995a938e174e52a096cc9829a0ddd59f698ed04d8b43371a78126","messages_hash":"6bb003efc45fca075eee109ca7d2b439962077475a656a465c121b55ddc74528","transaction_count":0,"txlist_hash":"7716368643d8c6d26932d9efabb6fd6e574c1b13b8f149363ec4b99d9f405435"}',0,'BLOCK_PARSED',NULL,'c96ec1c35f7964e2735b17265e55d6a793b22e8ffe7cb0cf359ae5323a8d670a'); -INSERT INTO messages VALUES(287,310071,'insert','blocks','{"block_hash":"7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b","block_index":310071,"block_time":310071000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3fb7fad23bbaa976da465d7d0ecf26d08e89839ad0b8f5e7dcec7a72c8a99d03'); -INSERT INTO messages VALUES(288,310071,'parse','blocks','{"block_index":310071,"ledger_hash":"f46f820a64ced97ccf68a56c048459de0b2855ecd4299e447c4b630913ce1749","messages_hash":"4007272df37ab8f64dfd17077f8ca7a70926824774d13e3c416dda2305a53d47","transaction_count":0,"txlist_hash":"71375966f9a524c1df04c5033ebb17e4293053f3ecb8e724a2f093b3373641b6"}',0,'BLOCK_PARSED',NULL,'e290718d2b299aafd269e21f4f6c20c5e06cd295b5e0343ddf7e8029abc4751f'); -INSERT INTO messages VALUES(289,310072,'insert','blocks','{"block_hash":"7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a","block_index":310072,"block_time":310072000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a8dbd87f75abb59868c86c9acc21755666d9a33d1ade72e05c321ccf45afe978'); -INSERT INTO messages VALUES(290,310072,'parse','blocks','{"block_index":310072,"ledger_hash":"878239189ae0afa759af5e59db8a17fd17c0c9a2c017384fd2d0ca789e738050","messages_hash":"70a485e48d99603159a7235a83ce777cb98fcb30ae45be3fb096e2fcd6787a4f","transaction_count":0,"txlist_hash":"4ead629f99d32f3d0ef6c5f7ad1bbffa91608d71b815293128461a9b5850ad15"}',0,'BLOCK_PARSED',NULL,'93946baa89ce781b248527f8703f1b23bfd200123b89de792240ffdc6316f06e'); -INSERT INTO messages VALUES(291,310073,'insert','blocks','{"block_hash":"ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943","block_index":310073,"block_time":310073000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'94fbe8d8a1b3f3b505a5a870422c291ecbcac4cb4a494eac56dc6b6adfb1cdb1'); -INSERT INTO messages VALUES(292,310073,'parse','blocks','{"block_index":310073,"ledger_hash":"d2d86823f727bc075138653a682373a9c76d21d48b5881968adb66042b501e53","messages_hash":"5e0e4c0112cdab591ea8f7816e0df6689e2a3c18fabc2c7cede664d24633a922","transaction_count":0,"txlist_hash":"3958da4cebd7670ab3e197b6ff8b5a770dc756dccc1806bdd050513e75e9e33c"}',0,'BLOCK_PARSED',NULL,'691abd1d35e72f00b908e691fea477f023c39db61c38022f57266ac56e16dc32'); -INSERT INTO messages VALUES(293,310074,'insert','blocks','{"block_hash":"ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb","block_index":310074,"block_time":310074000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'65513fdaa304926742683ecacc58fd09b2ce325646a325019754134d05e677d8'); -INSERT INTO messages VALUES(294,310074,'parse','blocks','{"block_index":310074,"ledger_hash":"9fd098fcc7d71c0c46fc741ea278de92589c44a6efc4980ced53843193553ea8","messages_hash":"0283a89af97ebda3a598a8baf7aa03c3788f6cd47b863bf46be17a22ba3d007b","transaction_count":0,"txlist_hash":"f5b2e274c8dda92ac634490b28d13b18d7aeb22fd1a5101c805d3f4265422a7c"}',0,'BLOCK_PARSED',NULL,'f120b834aabf1f5c518eeeb96312fcaee51b18670f254dcb2297bb9e94fe4c7d'); -INSERT INTO messages VALUES(295,310075,'insert','blocks','{"block_hash":"ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b","block_index":310075,"block_time":310075000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'46bcf2eaeb83a3a6e9c33e6f9089d147fe0af24a4d70547d0d5ba72db121f0be'); -INSERT INTO messages VALUES(296,310075,'parse','blocks','{"block_index":310075,"ledger_hash":"f1ad21f9b4134bc0225c26fb8969af3565c07997197a7ed9636c01f187f07042","messages_hash":"8a9151d934a55245d402073f10be1e49adae18bafbae33d0ed0e319c649eedf5","transaction_count":0,"txlist_hash":"3711ef31e2cc58fe1a9cbcf0a5bfdac9a805f346137b923fd86c65f850b35eae"}',0,'BLOCK_PARSED',NULL,'81b5c8ac5d6909355fa3d4aef627d637c317a10330dfaa834e1c464eab08e837'); -INSERT INTO messages VALUES(297,310076,'insert','blocks','{"block_hash":"3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92","block_index":310076,"block_time":310076000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f85ee2b8be7d4b3bde528200321debe970fba1608bdfcbd3b6ef7b4a6a872aff'); -INSERT INTO messages VALUES(298,310076,'parse','blocks','{"block_index":310076,"ledger_hash":"9a1f3de6b5a255720973fb0c93ae2bc8fe8936565140b8ae991b9d83f86a0002","messages_hash":"f4a9d4604df2c7ed10172542fdef0269d126e8d5acfdfa8cac5ca0333957d804","transaction_count":0,"txlist_hash":"8e73f7f52266820ca7f25665628e31afc6a5e3dcbbf51bc1bc8635440ecdf669"}',0,'BLOCK_PARSED',NULL,'a7f5427eb4439be046ee285cfc21c4f6daeda6255ebf06842169e5cf1cef7f1d'); -INSERT INTO messages VALUES(299,310077,'insert','blocks','{"block_hash":"d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd","block_index":310077,"block_time":310077000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'494372138d7a60b5df8055708543c08de0bec04866c60697d16cb6615735fc64'); -INSERT INTO messages VALUES(300,310077,'parse','blocks','{"block_index":310077,"ledger_hash":"ab56d9f59575b2d8ecc4933bbfa1fb0cb81c7a6fe84c1ba81bdee40c3da13164","messages_hash":"f993e6dc8562bb766cb6015269d3b9575c94a7d9e1b5e4471ce57c000ea4ca80","transaction_count":0,"txlist_hash":"2720a0a338a84ae1b56086f0d4f1b341eb5e3b46e9290887d7675800c6872081"}',0,'BLOCK_PARSED',NULL,'799ae3f1a0dc742a6b7aabd4fa30dcb117d3fde586bfe77313e2206fbc94c7e2'); -INSERT INTO messages VALUES(301,310078,'insert','blocks','{"block_hash":"f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6","block_index":310078,"block_time":310078000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4f2fd6501ae5741c28b12fb524aa3933fb85ba57f64096846f4829178e7600a7'); -INSERT INTO messages VALUES(302,310078,'parse','blocks','{"block_index":310078,"ledger_hash":"8399d461b5079a145c716f8f6004d2f7870fe93786bd944fa36ef27134c9517c","messages_hash":"d75c14667b8e960296e07db94f3908a87d516d358f6b343e090f5fe0e60f4d61","transaction_count":0,"txlist_hash":"18ee24262532a6a1e49086f1a8ea0161a5c1ae80ce2230f1b76ce782f6aff39a"}',0,'BLOCK_PARSED',NULL,'9c535e14a03b40bec6065f7704afa83e27f19da53013d55d4ae84cd70e12457b'); -INSERT INTO messages VALUES(303,310079,'insert','blocks','{"block_hash":"f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c","block_index":310079,"block_time":310079000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d683f6850d230d24f09a236754a5e551c1812780ce025c093e5fa70819a278ba'); -INSERT INTO messages VALUES(304,310079,'parse','blocks','{"block_index":310079,"ledger_hash":"b6696a1511704128bbd5ec2c80a1d7d8d3bda6b959f1a674537ace152cb7f8bc","messages_hash":"fc570b0f0642f59eaa07224d1f61bdb24ccb50ba06906b1379a78625438b46e7","transaction_count":0,"txlist_hash":"e839a4222aad212860b0698214f3d426d065226d1e7983e6620325a583b28abb"}',0,'BLOCK_PARSED',NULL,'870acd80a414a78a821f8445ec829bc0f972176e596517ab09b39603138e506f'); -INSERT INTO messages VALUES(305,310080,'insert','blocks','{"block_hash":"42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c","block_index":310080,"block_time":310080000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eac415f074888747566ebee1769b4d757f3403de819f6ce1a4cb53b678cf53bf'); -INSERT INTO messages VALUES(306,310080,'parse','blocks','{"block_index":310080,"ledger_hash":"9aea0f996c36a815e4103b86ee7fc9be784d7c72549e54d04d84cf7fb8adfb78","messages_hash":"1ec75c5c6409b5717f6834a761cf7b4d74f9d003ff16d82b872473fcfa796939","transaction_count":0,"txlist_hash":"fca6c96a2d6bbe118c5418a3e2b85dced8cfc0da2a8b46fef65f49e81a459efc"}',0,'BLOCK_PARSED',NULL,'4f68568f4b1b9a66ccda5f57bafdc741ec815a36e58735a2863e42789c87beb0'); -INSERT INTO messages VALUES(307,310081,'insert','blocks','{"block_hash":"6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4","block_index":310081,"block_time":310081000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'34bd4474c3838cfb6befdb289ff294f4e1846551008551a0d96a9c23759a70ee'); -INSERT INTO messages VALUES(308,310081,'parse','blocks','{"block_index":310081,"ledger_hash":"7571b554c5600796b60982bb6df3517eed517a2a3627f8383b92a073cc4a5872","messages_hash":"f9ef446f20ff4e04060694a7f539bc5b57bd3abb981a883da0bdf1b3672fdba6","transaction_count":0,"txlist_hash":"a168e4a6c3de65e68532d534107bc3033588b2b0d67ae2f5d23b1ffac1a21ca8"}',0,'BLOCK_PARSED',NULL,'9991d585d8caf9420fdc43dacd471e5b865ac3049d49d86bb6fc53d308f9fb03'); -INSERT INTO messages VALUES(309,310082,'insert','blocks','{"block_hash":"4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644","block_index":310082,"block_time":310082000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'762e7706b10c2fc137ca647c9026eaf3fc77d7382b79753aa1c6ae16be8c1781'); -INSERT INTO messages VALUES(310,310082,'parse','blocks','{"block_index":310082,"ledger_hash":"b2507a73ff4f6998582daac667c457308ba78744e3d1d7533c0232092e3eab1f","messages_hash":"1221a89ee30f721a78ab7b7ccaa2a35e5569146445f442f99414d16173cf910f","transaction_count":0,"txlist_hash":"379aebcf4d32a0480f5d334f5c04629b6ace33bdc5f138907c338eab7b1d9093"}',0,'BLOCK_PARSED',NULL,'287c493ac194aedd97a3092a3b8dd03c6746383bb84e04817d362cf2c39e86fc'); -INSERT INTO messages VALUES(311,310083,'insert','blocks','{"block_hash":"9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850","block_index":310083,"block_time":310083000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'22aeb58893ce6fb211166b26916463f1a1342cd1821d7af6c329f9404158c1a9'); -INSERT INTO messages VALUES(312,310083,'parse','blocks','{"block_index":310083,"ledger_hash":"18566f22ffb9bc5f98712ef3234f8da84f8f3e382007b23c3bb8e6c910043746","messages_hash":"bea03286bdb82803bf61809970ae08b141fb58627ab11a0a4f5bd2c3274139bb","transaction_count":0,"txlist_hash":"b238ccb2ac0b6329a0fc30267fd29e4813bfc786ad871de90c1797c6c72e65bb"}',0,'BLOCK_PARSED',NULL,'53c8d524f617dbb980447d57e6a45b43e37830536ddb8387e11b20541b97c6fe'); -INSERT INTO messages VALUES(313,310084,'insert','blocks','{"block_hash":"1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3","block_index":310084,"block_time":310084000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0249fedea52dc1f8f224a1a8e9bb4528caf712749435f047cc8b5423600bfd34'); -INSERT INTO messages VALUES(314,310084,'parse','blocks','{"block_index":310084,"ledger_hash":"72c44bddd5b54657623692e444bf893ca7b6d8da992c274bcbaa37c6db903825","messages_hash":"8d050a22b541a9c83837160aad1f32eb3c712a181db621b2b5b91d08445ce3df","transaction_count":0,"txlist_hash":"2736ff0669b8c3cfb5b4ad8f082e23d985cbf0c4ba9990175febf1c02882bdf9"}',0,'BLOCK_PARSED',NULL,'f22c83d4923ac5ac586e887fbee04b2c00e9cbf08285cf1d309712b7b7d0810b'); -INSERT INTO messages VALUES(315,310085,'insert','blocks','{"block_hash":"c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34","block_index":310085,"block_time":310085000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f754f6daa95da03ed7b9943eb5d36f8ed0b71eb9b5f9eb6bca6b95dd8914b1c6'); -INSERT INTO messages VALUES(316,310085,'parse','blocks','{"block_index":310085,"ledger_hash":"1ddc441adb4b262862caf5b811b2375bd376d9b5d7b8ee251c4337478833cde9","messages_hash":"a0be8422ce951af8f68dd776d4f56e5b66014c95c8adc22c426a78da2fc64990","transaction_count":0,"txlist_hash":"3407db619adaf80236c8319a7e9283c10a43a7b1717d4d89115ac90e8f52b706"}',0,'BLOCK_PARSED',NULL,'0e77a695cfcc0bd8b09dcf33c8c2e61e806bed14c4ad8f4c6c6069f382f876b2'); -INSERT INTO messages VALUES(317,310086,'insert','blocks','{"block_hash":"080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78","block_index":310086,"block_time":310086000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5b847954a201e9557298333e6eecfdd48339ef4284c8147ce35babd35a880243'); -INSERT INTO messages VALUES(318,310086,'parse','blocks','{"block_index":310086,"ledger_hash":"b59447846d380cb8d32639ca13e6e396b68b18483f70b6380296bff65dced3d2","messages_hash":"8c9162c6b44f4195cca415b7f265493b80032b7541494abd4492c37f2938544e","transaction_count":0,"txlist_hash":"e02f456fb1e9b6de38bb9923f6f68973d592ffa04f65731c66dae734e4fd1d44"}',0,'BLOCK_PARSED',NULL,'6f9c34dc5e914e76b49eeea1d1c414260fcf17996372c339b92ccbec9483784a'); -INSERT INTO messages VALUES(319,310087,'insert','blocks','{"block_hash":"4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c","block_index":310087,"block_time":310087000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b9f3f213077ce3c2b73a9eb53379d843c9defb937956956853d69adb4621565b'); -INSERT INTO messages VALUES(320,310087,'parse','blocks','{"block_index":310087,"ledger_hash":"54a1c32d20665e7ff92ea43451ff2e59a98136ad7da576fa6b2614dda700b707","messages_hash":"0615757c45d6cf46d44b5b24f167c4d9bb66f1960f0e95638b6901a454e81c5b","transaction_count":0,"txlist_hash":"5177e82a6aa417664930ecdb0495e108b3fb660ff08a608fa540a29b0c4c2650"}',0,'BLOCK_PARSED',NULL,'b28dd8a3b62e0d418a3bb9f2372679cb6ffd101a76e42d8ffe0ca4499fc68657'); -INSERT INTO messages VALUES(321,310088,'insert','blocks','{"block_hash":"e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3","block_index":310088,"block_time":310088000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'85c0dbbdc06a056fffd9795ab12917afb8c2147a7ed6f15201c07c769fdde21d'); -INSERT INTO messages VALUES(322,310088,'parse','blocks','{"block_index":310088,"ledger_hash":"f0bef715c366843e002c75992b8d50d82a3ea54f144350f158e862eb03cb45dd","messages_hash":"01575d1a05acca0d9ccfab02921c6d178e65b90e8aa87e5f92a4643270187475","transaction_count":0,"txlist_hash":"84abe1e98b75d07291ef4b9847c336f787fdcc74f9a2570d23cb8ce396c9104a"}',0,'BLOCK_PARSED',NULL,'a951d13a08097341eaed4c363aa10444c65499402e872a6bb602d9749c9e0fcb'); -INSERT INTO messages VALUES(323,310089,'insert','blocks','{"block_hash":"0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33","block_index":310089,"block_time":310089000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'442290b67c164fb9f0993d52e181fb8e8e2efebd645cedc747feba451b289f0a'); -INSERT INTO messages VALUES(324,310089,'parse','blocks','{"block_index":310089,"ledger_hash":"0a4ce98b783b97f81fff9ab73d7a7091087e8511ebb425c81ccf60c3f9edbfd6","messages_hash":"690589d6182688ef6decf71555baf01892bd3d563dd6a1f12edd9ea8d404c113","transaction_count":0,"txlist_hash":"ca0f3a6b9b2eafb864eb324359d4ad9dd85361a7c7d2833ba6bfd230d0e60773"}',0,'BLOCK_PARSED',NULL,'d781cda50c8a5b101bbe0b8d2718dfb6bbd9416672bade34074dd8403f2d288f'); -INSERT INTO messages VALUES(325,310090,'insert','blocks','{"block_hash":"b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969","block_index":310090,"block_time":310090000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9c9a67ab7c9d25fad8e94509dee781c4988eb99386977b23a29d359d257456d0'); -INSERT INTO messages VALUES(326,310090,'parse','blocks','{"block_index":310090,"ledger_hash":"f3b6781eebab3a6928791cf281d4ae7cb4f7fb59c6ae7575eba253e6ec6e447b","messages_hash":"77f04e0cdf15110eb58ae1f24c8aeb60f380f1c33ea188de6103f8c36e332a01","transaction_count":0,"txlist_hash":"283080af19ccbde44c6e268326ddde17fc850d7ca1add3698adb3e606cd984e4"}',0,'BLOCK_PARSED',NULL,'ebc783544ff9a751ab9483ffc118d448759f17bffda75a6b93e19022508cd8db'); -INSERT INTO messages VALUES(327,310091,'insert','blocks','{"block_hash":"734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c","block_index":310091,"block_time":310091000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4558e26c2ac33cbb2f15f6f9024b75411724ee959b795bbabf899983a5817981'); -INSERT INTO messages VALUES(328,310091,'parse','blocks','{"block_index":310091,"ledger_hash":"14261b6b340632c469847700cee16c0163a7f8cad4dac7ad4555efeb5f3235fb","messages_hash":"6548b0810ec71693ba64d33992ded8936907c9fb63dcba63f82ad48e375b00ad","transaction_count":0,"txlist_hash":"744bcdbcd8d44066eb9528c6fa39109148ea557d3cc3bdb88a818b9f9a9dcb25"}',0,'BLOCK_PARSED',NULL,'0b0eb9ce838e9a9cdd75892e3981155a871d447a83fcfc4f47537545ff48043a'); -INSERT INTO messages VALUES(329,310092,'insert','blocks','{"block_hash":"56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d","block_index":310092,"block_time":310092000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7c13a6b2a0a7477ce74cc83c2fed4a5df99ba6d1d237dfe54ff3e83cf3d3866b'); -INSERT INTO messages VALUES(330,310092,'parse','blocks','{"block_index":310092,"ledger_hash":"3c033a502e1890e8a3c697e354cd1769e4300ce7f62ee7ac47a7201e1ad5de2c","messages_hash":"7fa360273e1d9e241af1bbff365a66533977d7a99dbf926f7e9485c9961b1ec1","transaction_count":0,"txlist_hash":"c424d1724a85f76a855b4dc834c8b599f764b5095b0649448a0fa2aef1e41d31"}',0,'BLOCK_PARSED',NULL,'9d291a7429327d01a59c00d5ed184b075c2aff2abeef2f166537e75c21587488'); -INSERT INTO messages VALUES(331,310093,'insert','blocks','{"block_hash":"a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc","block_index":310093,"block_time":310093000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f516a2de351206948b80b7cc96a2bf2997653edac8d2679794dd2754d3266a82'); -INSERT INTO messages VALUES(332,310093,'parse','blocks','{"block_index":310093,"ledger_hash":"acc1dc4b7ec10c0989af833b57640be486035d76f74b57a50b023fb60f418be2","messages_hash":"3e7d53667aa84d3886057e263a076dd01aed203369e348cb7faa5025fe958bef","transaction_count":0,"txlist_hash":"dde73fa3b80a8e2d1cb8aa692dd62ad712549fdceebf4083965cb36f692d45d9"}',0,'BLOCK_PARSED',NULL,'45bd6ba9b7ad4c80a1f6c95d40038e0f7afcc99decd4713002b086f1947e54dd'); -INSERT INTO messages VALUES(333,310094,'insert','blocks','{"block_hash":"2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23","block_index":310094,"block_time":310094000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'41771ca7d1aa7eaf9174ba98f74fc1dff605d08d82551119109d5f8b4c38ee63'); -INSERT INTO messages VALUES(334,310094,'parse','blocks','{"block_index":310094,"ledger_hash":"1443d97efeeb04291e117b152f1e18537035a59c80fabb574577cb3e66e5db59","messages_hash":"429f2005734744ba27cb0ea21c4c7ff6a6b19355b7a657b13623132f6f267fc6","transaction_count":0,"txlist_hash":"a52c247beb178317cdd18532927c8281abe3af9914c676cf250084d4b1e96762"}',0,'BLOCK_PARSED',NULL,'f0b848563d541edd8ed5bf3572c0740a9a75b4ba07a6e8b567e0fe287776c14e'); -INSERT INTO messages VALUES(335,310095,'insert','blocks','{"block_hash":"bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2","block_index":310095,"block_time":310095000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'20895d1de96aaa4d51881b13023d6735dcd12b19debfb0ce9c1da5a16b458a26'); -INSERT INTO messages VALUES(336,310095,'parse','blocks','{"block_index":310095,"ledger_hash":"1c74208da191b965f52006e577c3f4df30f29b36b1d137ab457bbfe30737285d","messages_hash":"8447b6059b098e2756168c802614501971b68b72a238e06b994ace4072661538","transaction_count":0,"txlist_hash":"693d04e9be7d9de1aee3cfe832c6d913213bbf44b0f04a5b394e1aceb77b7b49"}',0,'BLOCK_PARSED',NULL,'03f8940e24555167e8f96dbd180dc60678f14d579f7f2d42c9f2353d0ae5581b'); -INSERT INTO messages VALUES(337,310096,'insert','blocks','{"block_hash":"306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f","block_index":310096,"block_time":310096000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'75a8293849b466f0aff2b6a5b8f0cae1e1152e92ccd3916094fbed143c75d69f'); -INSERT INTO messages VALUES(338,310096,'parse','blocks','{"block_index":310096,"ledger_hash":"662e1b232c5afeba4df756a31d7b63f7f33dbb4aa752abbea9f0b57f1c7c4295","messages_hash":"be78adfb97b728e7463db7fc82bd371eeff524e86a53554419911de5e0250821","transaction_count":0,"txlist_hash":"bce25b4036b54089a064c1fd781923787126977938ff3c206f0a8d76ddf52489"}',0,'BLOCK_PARSED',NULL,'ad9bf0176f1b57a17cd93be45bdb9c4732d7623224710202454f459dcb900202'); -INSERT INTO messages VALUES(339,310097,'insert','blocks','{"block_hash":"13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf","block_index":310097,"block_time":310097000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b58291cb875bb0dfd0389bdcfb6c6f71e171805de7ae2c94b207349706892e07'); -INSERT INTO messages VALUES(340,310097,'parse','blocks','{"block_index":310097,"ledger_hash":"8a1b60657764a35ce95c9e215600f63f0fc8c4933c682ea017553010743c97a2","messages_hash":"af40931ece4e4daeeead29052f1255a8eb6df361da577548cdeba9d2d16e5677","transaction_count":0,"txlist_hash":"0d0259b0c4755aba3d725283f1773bdd766a0ae009f2b94be00a5589b61ef8f5"}',0,'BLOCK_PARSED',NULL,'987fabff8a983af4c7c311f1c4b19085967f2e3be1538168c7009ed08a962b56'); -INSERT INTO messages VALUES(341,310098,'insert','blocks','{"block_hash":"ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca","block_index":310098,"block_time":310098000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b3953b2a4ad910aed27b9584e26d26ac8e72975ca8c8d1b8b57dca26d9155abb'); -INSERT INTO messages VALUES(342,310098,'parse','blocks','{"block_index":310098,"ledger_hash":"c2e25d20f3c50a67a4268d9aa3e386c92e5217cf8f106d2affaae19e49b48828","messages_hash":"4458743e746a40877b191bf9b789162e112f0aa1cc3cc3613652506e2df1ce35","transaction_count":0,"txlist_hash":"32c25e6b70ffe5ea4582a7fd8bf8c892d4fe0afb247e3aca79686e5b5ce9e430"}',0,'BLOCK_PARSED',NULL,'d6d07430ffdeb88bd4b47cb880d19a4ff9de82676a9a0ba22607f264c910abfe'); -INSERT INTO messages VALUES(343,310099,'insert','blocks','{"block_hash":"3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a","block_index":310099,"block_time":310099000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0d32e0cbf0daedbdd0e005496d01421c330ae97555b55874e5acaf17ed898f0b'); -INSERT INTO messages VALUES(344,310099,'parse','blocks','{"block_index":310099,"ledger_hash":"bd7479caeb388072138c99d19624e495200df1bf02f47caf0ae8a5007fd9dfce","messages_hash":"ba03182e4b68bebad4c28c67928d300d1b01d6cd32b6b1cfd6758bdd211580ef","transaction_count":0,"txlist_hash":"0fdf6d97b6a63f690d30aca13e27aa4cd6bc3ebbf525cfe6f6eee3ce529dfff4"}',0,'BLOCK_PARSED',NULL,'da2527fcd579d7ad8f29518f7beb27ab7cbf1ff66a4aa886006d55dc36739a34'); -INSERT INTO messages VALUES(345,310100,'insert','blocks','{"block_hash":"96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb","block_index":310100,"block_time":310100000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bdae4486155aa6d5cd33da20f7c6843472b50f15ccf041b31cbd0e75756fdd26'); -INSERT INTO messages VALUES(346,310100,'parse','blocks','{"block_index":310100,"ledger_hash":"ddb8394df96a37e0127c8894e669072cb195ac953e2a3e922b95bf40804820b6","messages_hash":"54c752000f9dc6429bdd11bde9c8231c1fb2cf7758726ac2333200cbbccaa8f0","transaction_count":0,"txlist_hash":"8cd686429ec5799fb9a78d07d662c5f51431c6d79691a45c109d512d261aa5df"}',0,'BLOCK_PARSED',NULL,'d7d5262f3411e922d6f2d34ba8830a8d4f12791d8213857167f30eef18e8bf12'); -INSERT INTO messages VALUES(347,310101,'insert','blocks','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9a4defd00c912639b5b6ffb74dd8b08d1d76bbbf61cff38ca0d3c1ecb27a3a60'); -INSERT INTO messages VALUES(348,310101,'parse','blocks','{"block_index":310101,"ledger_hash":"3ed7694459a57281ba8e4159ce156333aae4b596aa3ab5193ea6c1901f2c9667","messages_hash":"5a32d44a46034d506780395bbcf8448e91fa706d94d6f6449830917426b7577a","transaction_count":0,"txlist_hash":"b6c153092c9e72a0fc5f32febc767803bf50df6886edea271315e382903b8cc1"}',0,'BLOCK_PARSED',NULL,'40f411e4b4700e71f4008754eadb5f019a976bc2b8d8ae80237c56b0850bb13b'); +INSERT INTO messages VALUES(6,310000,'parse','transactions','{"supported":true,"tx_hash":"63f8a75a06328d984c928bdcf6bebb20d9c2b154712f1d03041d07c6f319efd2","tx_index":1}',0,'TRANSACTION_PARSED','63f8a75a06328d984c928bdcf6bebb20d9c2b154712f1d03041d07c6f319efd2','3ca4e2ecb7a7d4a9d6d709bcf9747e7272367ba764271dcf649ab0bcab8a4be6'); +INSERT INTO messages VALUES(7,310000,'parse','blocks','{"block_index":310000,"ledger_hash":"7e1322d444b3395f9d8ce6b1ca6d48e8f0d78e5d72da997fad9520899bdbebe3","messages_hash":"05cf35a08dbe77a45437a1a8b780d1a861f57b8ea40ae04793a0b75580db7269","transaction_count":1,"txlist_hash":"702e537dd6e79386a246cbc44fbccf8ea2a4e575c9f1e072189fbbd831308672"}',0,'BLOCK_PARSED',NULL,'2bc3407ed191804aca7f7040fce13711e3ddea91f4f5652d6ee238c58f97f930'); +INSERT INTO messages VALUES(8,310001,'insert','blocks','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9842604c41aa510ba06bfd98ec87c0e3800eaaa7eede829af4ef73faf3bf5e9e'); +INSERT INTO messages VALUES(9,310001,'insert','transactions','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"btc_amount":1000,"data":"0000000000000000000000010000000002faf080","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4","tx_index":2,"utxos_info":" 8a6f8cd8a437c07534cd71f9eaedcad50459726a90d52e6fadf0ef1c8c348f2e:0 3 "}',0,'NEW_TRANSACTION',NULL,'824021657243d41b43dcc40198b874e4378a6fd155f33a7e0a0164a58e3b2ba3'); +INSERT INTO messages VALUES(10,310001,'insert','debits','{"action":"send","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310001,"event":"5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'DEBIT','5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4','ad47f3b3f2b93a1647af886e203bd96d19a665b5ecbca0390bd8927d35884070'); +INSERT INTO messages VALUES(11,310001,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310001,"calling_function":"send","event":"5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'CREDIT','5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4','ac2149359538cbf0823165193ee770be2b5c2105983cf0c7ffdb18a555ad070a'); +INSERT INTO messages VALUES(12,310001,'insert','sends','{"asset":"XCP","block_index":310001,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":50000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4","tx_index":2}',0,'SEND','5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4','a762e33c2e0e3515b6245114a2732c49c1fc1ca000e8bd497fd91d75926a65c4'); +INSERT INTO messages VALUES(13,310001,'parse','transactions','{"supported":true,"tx_hash":"5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4","tx_index":2}',0,'TRANSACTION_PARSED','5849bd15f5a73840e4babd220ed450d0f46128479d6bb7eaf9f4e98a409c97d4','9a7af3f13a9d59c8fd618ad1811ab5cece6564740dc1bb122a680256978e4934'); +INSERT INTO messages VALUES(14,310001,'parse','blocks','{"block_index":310001,"ledger_hash":"3e18d8a969bce2d869cb86b28c23823d88e6d8a840a3cda905a003b37222ebb8","messages_hash":"35a2591289f360d243ed1f9dc4f8448757ae71408339c82d4d4bd2a9f527cab2","transaction_count":1,"txlist_hash":"bcd62109b750a9b5c3a07fb6e3ba7a5feb2cb56fb554da3b2b4b560a632e3e2e"}',0,'BLOCK_PARSED',NULL,'c1aebed50c3aaf410fc3fa75b09abc6ade1e983e0e83a3a2d64a51dc5eab29bd'); +INSERT INTO messages VALUES(15,310002,'insert','blocks','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0f629d2334cd631e01f1ec3ead8de6a51ac1caf9be661a45dafd5f07baab3f02'); +INSERT INTO messages VALUES(16,310002,'insert','transactions','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"btc_amount":0,"data":"0000000a00000000000000000000000002faf08000000000000000010000000005f5e100000a0000000000000000","destination":"","fee":1000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6","tx_index":3,"utxos_info":" c0b7ba21d78ad1b9d15cb6b9f3a0e5be7308e48da38cebd72daf42e4f8cb63c6:0 2 "}',0,'NEW_TRANSACTION',NULL,'1109419d4d679786855da49ecfc787756c9e677bb7caed755dfa1140ce9fc100'); +INSERT INTO messages VALUES(17,310002,'insert','orders','{"block_index":310002,"expiration":10,"expire_index":310012,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":50000000,"give_remaining":50000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6","tx_index":3}',0,'OPEN_ORDER','04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6','18ab12d9031d19ebae7156ddc62c38ca6fe3ea7e4106881ea8ac15daa6f25ea4'); +INSERT INTO messages VALUES(18,310002,'parse','transactions','{"supported":true,"tx_hash":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6","tx_index":3}',0,'TRANSACTION_PARSED','04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6','04496e1d0c8d7127f88b46b2ff0c0c4cd23582ea36032e8933ea3b3d02f2b1ba'); +INSERT INTO messages VALUES(19,310002,'parse','blocks','{"block_index":310002,"ledger_hash":"71dfa527236bbaf632db18cf1773c63f7ee3a0076fc6562e46db0c955b346a9f","messages_hash":"03d72243a70ec4c5fe7cbf9c180cceb5bef6bbdd28dccd8722a4832711c2a641","transaction_count":1,"txlist_hash":"f7e5b51624875d95cb14e212ee733c94f12f69084eeefa4b77491479ea3ae990"}',0,'BLOCK_PARSED',NULL,'059891d7634d728aac2e62bc7e657b069d521fc91927a765d3bdfe6bec17643c'); +INSERT INTO messages VALUES(20,310003,'insert','blocks','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e716bebe4914b31918968a42f4d10f7984e2951690de0854590be95bb08c781e'); +INSERT INTO messages VALUES(21,310003,'insert','transactions','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"btc_amount":0,"data":"0000000a00000000000000010000000006422c4000000000000000000000000002faf080000a00000000000dbba0","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","tx_index":4,"utxos_info":" 4570ebcbadcde31bb1b2cbe5e0bce5593c8aa7f246a6c62978394dd046267a24:0 2 "}',0,'NEW_TRANSACTION',NULL,'9f11d5b4067acf25f4bcc362fcf8302b2683b67bf5e22957ce4a5593f3e45411'); +INSERT INTO messages VALUES(22,310003,'insert','debits','{"action":"open order","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310003,"event":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","quantity":105000000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'DEBIT','98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52','30da488661b0fbbfe12172476e1a4e5b5d3aa5007be95505a603416b52f8a30a'); +INSERT INTO messages VALUES(23,310003,'insert','orders','{"block_index":310003,"expiration":10,"expire_index":310013,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":50000000,"get_remaining":50000000,"give_asset":"XCP","give_quantity":105000000,"give_remaining":105000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","tx_index":4}',0,'OPEN_ORDER','98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52','b18f0bc83f6f7b3110eddfe4f2bddaf903a8b5e541975f2c4ee6dbfec8849ceb'); +INSERT INTO messages VALUES(24,310003,'update','orders','{"fee_provided_remaining":142858,"fee_required_remaining":0,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6"}',0,'ORDER_UPDATE','98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52','1f1b1c49cbc80ef650144eb29182d676960fc268de2f6bf4c61b870dce069c5c'); +INSERT INTO messages VALUES(25,310003,'update','orders','{"fee_provided_remaining":6800,"fee_required_remaining":42858,"get_remaining":0,"give_remaining":5000000,"status":"open","tx_hash":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52"}',0,'ORDER_UPDATE','98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52','6b70dc10851a81015f8134c37c420726a0df95fdafd8e89d79d878a2ce5aa4fb'); +INSERT INTO messages VALUES(26,310003,'insert','order_matches','{"backward_asset":"XCP","backward_quantity":100000000,"block_index":310003,"fee_paid":857142,"forward_asset":"BTC","forward_quantity":50000000,"id":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6_98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","match_expire_index":310023,"status":"pending","tx0_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_block_index":310002,"tx0_expiration":10,"tx0_hash":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6","tx0_index":3,"tx1_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_block_index":310003,"tx1_expiration":10,"tx1_hash":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","tx1_index":4}',0,'ORDER_MATCH','98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52','4bb71c3aca94a9147bae26328bc975848b07ed6aecb97f2500a6b08305684aad'); +INSERT INTO messages VALUES(27,310003,'parse','transactions','{"supported":true,"tx_hash":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","tx_index":4}',0,'TRANSACTION_PARSED','98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52','36f64eb221384b442cecd24184d609fb2f03126a314ed0cc4e0c9a1f09c87ffb'); +INSERT INTO messages VALUES(28,310003,'parse','blocks','{"block_index":310003,"ledger_hash":"39feff81ad306adcfb9610e6bd8442e35dd6e1924e75a53708c1d2932bda67f6","messages_hash":"bf1e626b8f5f6051a00661aa4d878587dd689c3cc877d90d6a3e860cd4378495","transaction_count":1,"txlist_hash":"a857bb0cb63c343a04d6efdf7d69f1de6f89a67dc25ca5b3e9cd9405ef48c416"}',0,'BLOCK_PARSED',NULL,'5ac2488470f9af35ac136afadc3062880576c52d5811a6622eb9de863dff415f'); +INSERT INTO messages VALUES(29,310004,'insert','blocks','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e8fdeed3fa8da2208391e7bfe14ef2ebe0e78476253f9eced6ee847154233731'); +INSERT INTO messages VALUES(30,310004,'insert','transactions','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"btc_amount":50000000,"data":"0000000b04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a698ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":9675,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613","tx_index":5,"utxos_info":" d2c33c5859fff1bde271ed0b48f3853ff5441f7d5a29f64a31848b58496c16eb:0 4 "}',0,'NEW_TRANSACTION',NULL,'fd3baf866e4f084de914245345578234d3864faf024870170a402cacdd375e94'); +INSERT INTO messages VALUES(31,310004,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310004,"calling_function":"btcpay","event":"90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613","quantity":100000000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'CREDIT','90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613','9f693cebd644f172b2dd609bde03c798f8914bf0bd3d5f4aacade896b7467c02'); +INSERT INTO messages VALUES(32,310004,'update','order_matches','{"id":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6_98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","order_match_id":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6_98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","status":"completed"}',0,'ORDER_MATCH_UPDATE','90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613','d6ce8207b2244870f06bd5590be8e10b97424c0e996653294f1b9a9119483ffc'); +INSERT INTO messages VALUES(33,310004,'insert','btcpays','{"block_index":310004,"btc_amount":50000000,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","order_match_id":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6_98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613","tx_index":5}',0,'BTC_PAY','90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613','c804136f14aed8f50d5181a0da2e39b5f65d0e7d83a5665667b5c23fddb445c0'); +INSERT INTO messages VALUES(34,310004,'parse','transactions','{"supported":true,"tx_hash":"90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613","tx_index":5}',0,'TRANSACTION_PARSED','90eb885df58d93c1d5fdc86a88257db69e6ac7904409929733250b3f7bbe5613','8001d06089b684649577184db5c5a4084b1db2489a567ec0b2cce2830e15c6d4'); +INSERT INTO messages VALUES(35,310004,'parse','blocks','{"block_index":310004,"ledger_hash":"1cee0851ee48eeaa3f71e7a18f9f52fffa28cd3b2e1cbf1f79c0f562618b88c6","messages_hash":"2e96554dc9c8dd5ced228a0a771b6a19aee27ddf2ad00200fae1512b70fa9f39","transaction_count":1,"txlist_hash":"32e68b308a1281ef170d188fe7d19a93486667d45d8a6b50a0c39f00d6924cde"}',0,'BLOCK_PARSED',NULL,'13eebc71042019f4095872386c8d3e73c984c293064ef9fc646c02874213ff6f'); +INSERT INTO messages VALUES(36,310005,'insert','blocks','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ba2ebd006220e259fffa28f99e8e2576f1b9fcce0b3a2a60a2f1c383ac3e7cd'); +INSERT INTO messages VALUES(37,310005,'insert','transactions','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"btc_amount":0,"data":"000000140000000000004767000000003b9aca000100000000000000000000","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7","tx_index":6,"utxos_info":" 6b24ccc7f3e91ad0db1bb059bb144912e7deaf6436b9b1eef76cbd1e3426ddad:0 2 "}',0,'NEW_TRANSACTION',NULL,'84c85f672ba43383a2874e9016ec339de990ce89968ae22b8117e957d595131d'); +INSERT INTO messages VALUES(38,310005,'insert','debits','{"action":"issuance fee","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310005,"event":"1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7","quantity":50000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'DEBIT','1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7','9d8decf4c45a7b2ad2dfe52498379a5c33afc6262ceef9b8c7e432b697bd69e6'); +INSERT INTO messages VALUES(39,310005,'insert','assets','{"asset_id":"18279","asset_longname":null,"asset_name":"BBBB","block_index":310005}',0,'ASSET_CREATION','1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7','37580a18cbdda13cb7884a8e37bd4cba5abddf5bd97b82ba58ea4b74778577da'); +INSERT INTO messages VALUES(40,310005,'insert','issuances','{"asset":"BBBB","asset_events":"creation","asset_longname":null,"block_index":310005,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","locked":false,"quantity":1000000000,"reset":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","transfer":false,"tx_hash":"1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7","tx_index":6}',0,'ASSET_ISSUANCE','1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7','7e310884aa4f5ccbf3ef2a756e9e3213476000632d37f15e980e0aa7a46d6ca6'); +INSERT INTO messages VALUES(41,310005,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310005,"calling_function":"issuance","event":"1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7","quantity":1000000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'CREDIT','1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7','042b7b194ce18e5026fc03578f3937894332ec193569f30390547973ac31e9c4'); +INSERT INTO messages VALUES(42,310005,'parse','transactions','{"supported":true,"tx_hash":"1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7","tx_index":6}',0,'TRANSACTION_PARSED','1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7','fad4f28f7fc29d9fd155fce64b04de1f4ce266e61407bbed99cd84137bc38894'); +INSERT INTO messages VALUES(43,310005,'parse','blocks','{"block_index":310005,"ledger_hash":"89f516c3fbdcd1540125561301db451fb55b1baead9ae8f408156075aed104ad","messages_hash":"1bfef05e24627bf098a37a2329eb3facbd3ce5d4ebcf8839396a756db16795e6","transaction_count":1,"txlist_hash":"3a41f3c4d912ee4628975e61c4a04b836de31df5a9aa5fbd7031628d9c4f0eb6"}',0,'BLOCK_PARSED',NULL,'eba79d817734b3f0462b2a98b9d247dc63fab3de8dd58d59e261cd057116dc03'); +INSERT INTO messages VALUES(44,310006,'insert','blocks','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'df21a73e75ba7f0031f56d467ed77ebcaa04d4279944e709545d105a2ee80bf8'); +INSERT INTO messages VALUES(45,310006,'insert','transactions','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"btc_amount":0,"data":"00000014000000000000476800000000000186a00000000000000000000006666f6f626172","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846","tx_index":7,"utxos_info":" 65161bae7afefbb7b46cccbc42d943189fb58bc93833504a9beb8a81d1ac3dac:0 2 "}',0,'NEW_TRANSACTION',NULL,'1e92517580d0194998a70a1ec0260f574562b6f39dccf2e71decc4516bcb8835'); +INSERT INTO messages VALUES(46,310006,'insert','debits','{"action":"issuance fee","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310006,"event":"3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846","quantity":50000000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'DEBIT','3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846','368bc6587bbd4926ae912e98bfc51c2324713f50259feda1dff84b1ee219ed97'); +INSERT INTO messages VALUES(47,310006,'insert','assets','{"asset_id":"18280","asset_longname":null,"asset_name":"BBBC","block_index":310006}',0,'ASSET_CREATION','3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846','b5f84845baaff490247a3015cbf1066c2647f8c7b324693af452e74001c9cb5c'); +INSERT INTO messages VALUES(48,310006,'insert','issuances','{"asset":"BBBC","asset_events":"creation","asset_longname":null,"block_index":310006,"call_date":0,"call_price":0.0,"callable":false,"description":"foobar","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","locked":false,"quantity":100000,"reset":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","transfer":false,"tx_hash":"3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846","tx_index":7}',0,'ASSET_ISSUANCE','3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846','0f56a0c80ed382165d0d2ea56138f1c818a7748e15f27ebf660d8ecf385024cb'); +INSERT INTO messages VALUES(49,310006,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310006,"calling_function":"issuance","event":"3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846","quantity":100000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'CREDIT','3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846','b246c4173c27e94ad51684c2f0e87bc0c6847b7d4ea7a3f9cfc367e9a9fe5620'); +INSERT INTO messages VALUES(50,310006,'parse','transactions','{"supported":true,"tx_hash":"3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846","tx_index":7}',0,'TRANSACTION_PARSED','3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846','34a64346a6b8a0a1cd1e96cef49be7daaf1ed296a6b526631f991959a67f3288'); +INSERT INTO messages VALUES(51,310006,'parse','blocks','{"block_index":310006,"ledger_hash":"e9a37cfc1055e8c18d369896a14422cad3c5ac8d9b4d5aff6053d8e31dd56336","messages_hash":"33ffb6e877a1d9dd34456752a0f39ac83aa03dfa6d71c85d13c7e600ec7be349","transaction_count":1,"txlist_hash":"4d2d6945b23826371a1cdb4cf2f841cf2b78c891a6b93da8167ed219388edd65"}',0,'BLOCK_PARSED',NULL,'0fefd0a6c7da7059521f5be37bd337be70a693207954d7ec5541c3bcfe4f473d'); +INSERT INTO messages VALUES(52,310007,'insert','blocks','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4ccdf1d3fb4325bea3661fc5a7fba3c5922077bc1982020eb43cc00cddac7674'); +INSERT INTO messages VALUES(53,310007,'insert','transactions','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"btc_amount":1000,"data":"00000000000000000000476700000000003d0900","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65","tx_index":8,"utxos_info":" 2a941755031caa5ca3afe08d8e55aa57ff5fe9e2d725ca91388504885d7658eb:0 3 "}',0,'NEW_TRANSACTION',NULL,'ea7e7341160b0df4070fc8afb34dfa11341c5aeaa20f4be13ad33d81e95ef6d3'); +INSERT INTO messages VALUES(54,310007,'insert','debits','{"action":"send","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310007,"event":"30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'DEBIT','30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65','98a05932b430223865656496d2ad8271af6fce3d8629611516e613e149078c92'); +INSERT INTO messages VALUES(55,310007,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBB","block_index":310007,"calling_function":"send","event":"30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'CREDIT','30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65','c696bd93ca6f1f700609f40eee670e2e703851f90e70bd1b025d0f2dcb28665b'); +INSERT INTO messages VALUES(56,310007,'insert','sends','{"asset":"BBBB","block_index":310007,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":4000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65","tx_index":8}',0,'SEND','30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65','d82c2ef0ff2f64209460656dcbbe7a3191b0e81b93afa20e21d9b6848a009729'); +INSERT INTO messages VALUES(57,310007,'parse','transactions','{"supported":true,"tx_hash":"30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65","tx_index":8}',0,'TRANSACTION_PARSED','30bfb2793bd1a65e5993edb9c3268db31bc96b8bf1f6e3bef037da4f4e93bc65','3a0e13c2f7b9bcd110d3d5b29d04a839722ad23b25b7e5f3808e86b2249ae97c'); +INSERT INTO messages VALUES(58,310007,'parse','blocks','{"block_index":310007,"ledger_hash":"174c7c107c37e0ca2c907b1bc35e086eebbad8eb02493a2f166ff2279ecc013c","messages_hash":"b2d0f282e8380ba74ad57cccde18b1e7173b32dabccf9f92e93cae35c59083d0","transaction_count":1,"txlist_hash":"dd1e7522ff359cc0ed124a82d3b367ea105127d45ccf563848b531aaf75b8c2d"}',0,'BLOCK_PARSED',NULL,'ffa24686cd91529bba7c243895ae3be5f0565a4fe5183edd24c28c4bee2b5892'); +INSERT INTO messages VALUES(59,310008,'insert','blocks','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cc38e3673ffd6946577ace967a0bb7ebceaef354ae8c1d3832ae28efba23c294'); +INSERT INTO messages VALUES(60,310008,'insert','transactions','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"btc_amount":1000,"data":"000000000000000000004768000000000000020e","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849","tx_index":9,"utxos_info":" 25c2b96162f286879550ee980db0bb717e27d63c62beed1604b9e83df8500bcd:0 3 "}',0,'NEW_TRANSACTION',NULL,'d6a0ee08a38977873b4d48ec2f5a624bd734295b1bf43d2aed267f1df6c86709'); +INSERT INTO messages VALUES(61,310008,'insert','debits','{"action":"send","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310008,"event":"7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'DEBIT','7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849','9b2a09a1ffa65816e376089411a7915051a23ca045e87813c097b7784b02509e'); +INSERT INTO messages VALUES(62,310008,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBC","block_index":310008,"calling_function":"send","event":"7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'CREDIT','7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849','b5f609e1234f6ac3606f418c7cd2fe08fc9c994236ed451a13e25a944b1c170b'); +INSERT INTO messages VALUES(63,310008,'insert','sends','{"asset":"BBBC","block_index":310008,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":526,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849","tx_index":9}',0,'SEND','7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849','0b80704e578a4b2d2e134a206117625f848612505368ee83e37f30c2d658e991'); +INSERT INTO messages VALUES(64,310008,'parse','transactions','{"supported":true,"tx_hash":"7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849","tx_index":9}',0,'TRANSACTION_PARSED','7da21bef68887cb50f8582fc0dda69ee5414993450dfab7437891b5a1117e849','ea5c3fa85e694bcbd7ee37777fd1eb11875886a4eaaf977537651a597667bb16'); +INSERT INTO messages VALUES(65,310008,'parse','blocks','{"block_index":310008,"ledger_hash":"1463da3ebe264e703ecc0c708baa98f737b31f51726f85d3ac646f5e301b7c10","messages_hash":"b535bcc3d7b943a37de49726633b26f643e74e46f3190d913ba9916e1d31da06","transaction_count":1,"txlist_hash":"3e547d66bace022adbb42aba8172ed287077f306537c9ce69bb11f47ed1b34d1"}',0,'BLOCK_PARSED',NULL,'ef0738e7450b5ac55358af11cfd1e108b5e19564b3bc0341c3a693974c6c12bb'); +INSERT INTO messages VALUES(66,310009,'insert','blocks','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4e4131f293dc9aa9ea92f8d7ca2af9f51412fc746504b21c4f0c267a4bbb7d16'); +INSERT INTO messages VALUES(67,310009,'insert','transactions','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"btc_amount":0,"data":"00000032000000000000025800000000000047670000000000000001","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f","tx_index":10,"utxos_info":" 04b45929bbea052062fa897e2bc54d323b0bf9a46f4f5140f1362ca244e4768c:0 2 "}',0,'NEW_TRANSACTION',NULL,'f86d88e642fde6b8104737830d10c9c695345e372c7c8de0a297aedcfeca61e8'); +INSERT INTO messages VALUES(68,310009,'insert','debits','{"action":"dividend","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310009,"event":"f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f','ad70d0d64b1b64029aacf841f8af55751b200458e16854f833eb811719f875ea'); +INSERT INTO messages VALUES(69,310009,'insert','debits','{"action":"dividend fee","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310009,"event":"f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f","quantity":20000,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f','c5317a61f459b838d88395623d1455497c8f967a7a1e8b14e231be7d6d3815b9'); +INSERT INTO messages VALUES(70,310009,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310009,"calling_function":"dividend","event":"f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'CREDIT','f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f','ce1c082bfda61ac488cad801a238519668bd0d03d116140b62bcf67b0d40a526'); +INSERT INTO messages VALUES(71,310009,'insert','dividends','{"asset":"BBBB","block_index":310009,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":600,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f","tx_index":10}',0,'ASSET_DIVIDEND','f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f','a0a054dacab86768909ed594109174513254393d350864a73d1d78262e28cd78'); +INSERT INTO messages VALUES(72,310009,'parse','transactions','{"supported":true,"tx_hash":"f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f","tx_index":10}',0,'TRANSACTION_PARSED','f3cb8e3c39c261fef8d71c5222b8864bee3c7c1c4ec342430cff08945273779f','5ba4e57b6767536df38fc9ef82c80b264bb2d4481bd32a5e0269d1e40c3fe34f'); +INSERT INTO messages VALUES(73,310009,'parse','blocks','{"block_index":310009,"ledger_hash":"dfe8c57b4ce4ea12f002d11cfc127f95b7cea7727bcbaf64418b2d584602a250","messages_hash":"57ba4199997404b92020641ba4f2d9f8285bcd100d4260dceff15b42157ddb75","transaction_count":1,"txlist_hash":"20b7caf43b34f595139545c800247b16da6e00b0b1162928670c80ffc2cc773f"}',0,'BLOCK_PARSED',NULL,'19781869fc336e23a5962009e3439dc462c3749986f97ad4c9adc7caba0db9f3'); +INSERT INTO messages VALUES(74,310010,'insert','blocks','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4a35b2cd52235f3416925514b108f1bef445216f1c1dd7f8f2a80aa436448090'); +INSERT INTO messages VALUES(75,310010,'insert','transactions','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"btc_amount":0,"data":"00000032000000000000032000000000000047680000000000000001","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59","tx_index":11,"utxos_info":" 52def9655f61f72912a55624d1ce0b1fdfd98f7eab1d12eec193c29392572817:0 2 "}',0,'NEW_TRANSACTION',NULL,'3737e5892a34f6db6376aeb9d2e5ae6ede8d8ba610df6190c04f1280678c0fad'); +INSERT INTO messages VALUES(76,310010,'insert','debits','{"action":"dividend","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310010,"event":"15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59','d0f835d4f22aacc35b34bf6819e3126e6c21c28803cdc012dec2115b2fd0c053'); +INSERT INTO messages VALUES(77,310010,'insert','debits','{"action":"dividend fee","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310010,"event":"15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59","quantity":20000,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59','3ae632ad236912ea1c36f84874b1d8a333668db23921a12da72d73d3f26ea8de'); +INSERT INTO messages VALUES(78,310010,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310010,"calling_function":"dividend","event":"15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'CREDIT','15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59','abd3f802ceeb1d8ec049ce01130e1c097bb6a8be00499460ff002ad96952030a'); +INSERT INTO messages VALUES(79,310010,'insert','dividends','{"asset":"BBBC","block_index":310010,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59","tx_index":11}',0,'ASSET_DIVIDEND','15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59','badd2148c176f76defba941d97f79a98c8a0282aa1111b37b43923192e6b0c22'); +INSERT INTO messages VALUES(80,310010,'parse','transactions','{"supported":true,"tx_hash":"15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59","tx_index":11}',0,'TRANSACTION_PARSED','15741649c83a752d61662fe00bd28b1c33dfd7816cb92225a0a61008f9059a59','68fce199775448b1c07f6513de87ab6c8ad980124be422caf8f93fb30248d641'); +INSERT INTO messages VALUES(81,310010,'parse','blocks','{"block_index":310010,"ledger_hash":"f9c936d3bb4c8bbc20e544d9262ffa3906fbaeca5e4b2e3b241f6059868f506e","messages_hash":"74ed179d91c4908c413cadbf06bca6856ba442aad936f38ce6f69024e2932a8e","transaction_count":1,"txlist_hash":"47442be955776c7e31fba3f14df298b088192577691c17dced8b14b6037e3c50"}',0,'BLOCK_PARSED',NULL,'172541a125df68296db2acca924746cb03331fe8a7dfc94d0701721600a18404'); +INSERT INTO messages VALUES(82,310011,'insert','blocks','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3dbec9d26526cf6b27a9da9f5383a50fa9f8138c4204e3a19cb7bd549ff0c264'); +INSERT INTO messages VALUES(83,310011,'insert','transactions','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"btc_amount":0,"data":"0000001e52bb3300405900000000000005f5e0ff09556e69742054657374","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"1a5b6320346fcb5f7b59ce88553ef92738d2f5ba0a7477e898df85b2730a0f1a","tx_index":12,"utxos_info":" e9063537bf8b14d57f0fede04e91efe40d98d1c73ecc39c9a3d82a56cb013761:0 2 "}',0,'NEW_TRANSACTION',NULL,'cb6797b3b7c956ec86a5f0ddcf2fed89c5563900f0ffc8630a61ea98ccb2f128'); +INSERT INTO messages VALUES(84,310011,'insert','broadcasts','{"block_index":310011,"fee_fraction_int":99999999,"locked":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"1a5b6320346fcb5f7b59ce88553ef92738d2f5ba0a7477e898df85b2730a0f1a","tx_index":12,"value":100.0}',0,'BROADCAST','1a5b6320346fcb5f7b59ce88553ef92738d2f5ba0a7477e898df85b2730a0f1a','12b1dd73929d2192b6a9bbb9c576165980642ab4754e19e7444f0a6997062566'); +INSERT INTO messages VALUES(85,310011,'parse','transactions','{"supported":true,"tx_hash":"1a5b6320346fcb5f7b59ce88553ef92738d2f5ba0a7477e898df85b2730a0f1a","tx_index":12}',0,'TRANSACTION_PARSED','1a5b6320346fcb5f7b59ce88553ef92738d2f5ba0a7477e898df85b2730a0f1a','41cbdec0d5e43e0f169e2bafcf9f1d70fcc0b30e1d9e20e40da5f26df5675c78'); +INSERT INTO messages VALUES(86,310011,'parse','blocks','{"block_index":310011,"ledger_hash":"490bfec10bfd72eca7fcbae5887b94ce4739454a82e601dc754e4e9d1030f3c2","messages_hash":"70c58b02e7a9637f7d17c8285339372796d85ca0c897a5464d78b633557be58b","transaction_count":1,"txlist_hash":"8a060a9cc82b497e020ad7af45a62c07110b724282ce0c7ca34ad24584638a3b"}',0,'BLOCK_PARSED',NULL,'cb6a0c7fece90a76c70a64449be40ec80ed0a3eb22793cca2830b807cf2a7f81'); +INSERT INTO messages VALUES(87,310012,'insert','blocks','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e796a475495d5ebc4ebbe068a9122fc50843ca2ab4decda8892619ab0e51d024'); +INSERT INTO messages VALUES(88,310012,'insert','transactions','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"btc_amount":1000,"data":"00000028000052bb33640000000002faf08000000000017d7840000000000000000000003b100000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887","tx_index":13,"utxos_info":" 7e8fe4f026481975d26bdade6d84e07654ecfd624ca1c054a2b20ebed6433f0b:0 3 "}',0,'NEW_TRANSACTION',NULL,'8d16b140accbce8def4e280b18693a92fce45a4fe61d612883943d0dae2110f3'); +INSERT INTO messages VALUES(89,310012,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310012,"event":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887","quantity":50000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'DEBIT','1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887','beeec5fa0756682dcced3e2ad57ef5ba77885af6cf6d70131a56fa682b43ac82'); +INSERT INTO messages VALUES(90,310012,'insert','bets','{"bet_type":0,"block_index":310012,"counterwager_quantity":25000000,"counterwager_remaining":25000000,"deadline":1388000100,"expiration":10,"expire_index":310022,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":15120,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887","tx_index":13,"wager_quantity":50000000,"wager_remaining":50000000}',0,'OPEN_BET','1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887','0ef173f05964e6f2c648c5f21e9557a7fdee2c0a33c232a3e620ab9488b81a82'); +INSERT INTO messages VALUES(91,310012,'parse','transactions','{"supported":true,"tx_hash":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887","tx_index":13}',0,'TRANSACTION_PARSED','1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887','86302128bfe51a2ac0322e8cdcd02bba9b0822194ec3e070819b9dadbf7f577b'); +INSERT INTO messages VALUES(92,310012,'parse','blocks','{"block_index":310012,"ledger_hash":"621d39c103bff9a76ada332f41e3ad54c89676bb6057f624942ddf28b31b5927","messages_hash":"db0a804e3ab9a0749f5aa03d6db80b3fd5dcddc19c376a0a3c3ecd0def0571cc","transaction_count":1,"txlist_hash":"4eb1fdd02e0f8ba27b9134ddb7b03b51caf3417e92687c7c1a7b50ce2d52e6ca"}',0,'BLOCK_PARSED',NULL,'84a7e8db881cf8581e52f1562fb4214a8a5f8ba62740d9243dfc78c778d6f39f'); +INSERT INTO messages VALUES(93,310013,'insert','blocks','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e554c065225a0bdec22af76217ed4d34f1b682440d66bcbe3a1522a3207596a0'); +INSERT INTO messages VALUES(94,310013,'insert','transactions','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"btc_amount":1000,"data":"00000028000152bb336400000000017d78400000000002793d60000000000000000000003b100000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","tx_index":14,"utxos_info":" 453f22afbd458aeee8eeb422a378fe72b9ee0d2784e5c19517fa52bd442b1ae7:0 3 "}',0,'NEW_TRANSACTION',NULL,'b3c8fa993476210afdb1a661b0c51c8287ba5c17aeaa7a107d3fbbe544089a46'); +INSERT INTO messages VALUES(95,310013,'update','orders','{"status":"expired","tx_hash":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6"}',0,'ORDER_UPDATE',NULL,'9ecbfa8c7bb029b3e6dedfaf6af57d7f1a680f383cdc6fa7ebd7b97c8b5c2d83'); +INSERT INTO messages VALUES(96,310013,'insert','order_expirations','{"block_index":310013,"order_hash":"04d5809f0085bf2655c500a8c65d6d8b42dd373160fb431af05792b0f30b63a6","source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'f1a61f71df05cdc9bed1a652ccb045b98d8e6aead080089450affdd2419a4983'); +INSERT INTO messages VALUES(97,310013,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310013,"event":"a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","quantity":25000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'DEBIT','a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33','2df2281f99ba31524094d2f887cf1684b01d646685d56672f577918e5770cbd0'); +INSERT INTO messages VALUES(98,310013,'insert','bets','{"bet_type":1,"block_index":310013,"counterwager_quantity":41500000,"counterwager_remaining":41500000,"deadline":1388000100,"expiration":10,"expire_index":310023,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":15120,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","tx_index":14,"wager_quantity":25000000,"wager_remaining":25000000}',0,'OPEN_BET','a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33','d25529d01cdc5d5214b780a14564f6b51919ae6b4f0003f5e9ccccb558e510d7'); +INSERT INTO messages VALUES(99,310013,'update','bets','{"counterwager_remaining":4250000,"status":"open","tx_hash":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887","wager_remaining":8500000}',0,'BET_UPDATE','a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33','a1f0beeb507f17baf612f02357d15d36e28ca9bdafac379f90281904264b23f5'); +INSERT INTO messages VALUES(100,310013,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310013,"calling_function":"filled","event":"a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","quantity":4250000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'CREDIT','a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33','9ff81e9f3e8020b0bea13d5144fee5931ccf3bc78b73d32df96755aabc1435ce'); +INSERT INTO messages VALUES(101,310013,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","wager_remaining":4250000}',0,'BET_UPDATE','a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33','7567e1abe40d99a9b196b576fdf7ade5f18dd50d0d27f3b572d50395c545ce3b'); +INSERT INTO messages VALUES(102,310013,'insert','bet_matches','{"backward_quantity":20750000,"block_index":310012,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":41500000,"id":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887_a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","initial_value":100.0,"leverage":15120,"match_expire_index":310022,"status":"pending","target_value":0.0,"tx0_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":0,"tx0_block_index":310012,"tx0_expiration":10,"tx0_hash":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887","tx0_index":13,"tx1_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":1,"tx1_block_index":310013,"tx1_expiration":10,"tx1_hash":"a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","tx1_index":14}',0,'BET_MATCH','a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33','efc1d9af0d629d3316726e5230b2d1dc11a29ed7bcc0d287e29aad7624fbd96a'); +INSERT INTO messages VALUES(103,310013,'parse','transactions','{"supported":true,"tx_hash":"a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","tx_index":14}',0,'TRANSACTION_PARSED','a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33','13da9f8c5692698640d0f35620953f5773e6dbd6a85ec0551d097bd79b5f6c48'); +INSERT INTO messages VALUES(104,310013,'parse','blocks','{"block_index":310013,"ledger_hash":"7d31be770d6bb6669bcb0a8a5964e57a758788cbbb942d1d3da1abd25b5dd158","messages_hash":"c1f04b5ce470aa067e4a43b52d10340e720da7c475c69b095a27a9834d9e9af7","transaction_count":1,"txlist_hash":"c71d132b3da755134d5305e814129761fdeab1ac933dc320f83570bd5d007002"}',0,'BLOCK_PARSED',NULL,'4921b4e63917aa456c4de781e1b88343c4d49d9c095a4dc399a8fc8e2f9a9711'); +INSERT INTO messages VALUES(105,310014,'insert','blocks','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c6d962eb012cd5b7569bea4c3dfc8b5a637fbe761a1682a9875f4dde9b9c694d'); +INSERT INTO messages VALUES(106,310014,'insert','transactions','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"btc_amount":1000,"data":"00000028000052bb33640000000008f0d1800000000014dc93800000000000000000000013b00000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b","tx_index":15,"utxos_info":" f07ce90f370ca2c0f6b9b0d35fb394a31fd9d16d60f688a11e02679b303798fd:0 3 "}',0,'NEW_TRANSACTION',NULL,'a9eb6a83287eebb3f0f34a4c24c1d14b057044d008a8d690e13930e092d35b34'); +INSERT INTO messages VALUES(107,310014,'update','orders','{"status":"expired","tx_hash":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52"}',0,'ORDER_UPDATE',NULL,'f850bb8ce5dc5a11d6eaae850a76e06fc98e0f6b9a3040e27a497bc482268717'); +INSERT INTO messages VALUES(108,310014,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310014,"calling_function":"cancel order","event":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","quantity":5000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'53dbcbab86bed98692fb266e1396fba34236756a3e4bb32ad4ea35fd1982ba25'); +INSERT INTO messages VALUES(109,310014,'insert','order_expirations','{"block_index":310014,"order_hash":"98ef3d31d1777ad18801e94eef03d4314911ac03d7a82483b40614ea5cf80e52","source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'4cab5866553d48e865f3646640d12a3fa18c1ddf0b0f7b00442ab525384a9e70'); +INSERT INTO messages VALUES(110,310014,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310014,"event":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b","quantity":150000000,"tx_index":15,"utxo":null,"utxo_address":null}',0,'DEBIT','040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b','11569d5154b74fa6d005895ffeb64e71b3e6303b1cc2cf2178a7e5d6d51a7237'); +INSERT INTO messages VALUES(111,310014,'insert','bets','{"bet_type":0,"block_index":310014,"counterwager_quantity":350000000,"counterwager_remaining":350000000,"deadline":1388000100,"expiration":10,"expire_index":310024,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b","tx_index":15,"wager_quantity":150000000,"wager_remaining":150000000}',0,'OPEN_BET','040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b','04b928da82da550a19436aad9301a8073f7cac9526f5925b79adb1035d14da75'); +INSERT INTO messages VALUES(112,310014,'parse','transactions','{"supported":true,"tx_hash":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b","tx_index":15}',0,'TRANSACTION_PARSED','040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b','805e653a8702549ff3424589f5cdcf3fad2b7b0c7e9929b359c3a56c190028dd'); +INSERT INTO messages VALUES(113,310014,'parse','blocks','{"block_index":310014,"ledger_hash":"3aba9622f8de243bcd5e6a5c88fdf04a79a52d95bdc1778d57586b13f30e501c","messages_hash":"2217ab6fbe3a0a4803f248bcead4a991d97974343be97967e38f040bb53ef935","transaction_count":1,"txlist_hash":"d7949a992d062d2eb763b2bd406ffab07d7d676e3327f5e38a4a8a4815e97f35"}',0,'BLOCK_PARSED',NULL,'18832260836c2010eeea3c54b2eb59c910b138a4930fcf266329604e68d6af1d'); +INSERT INTO messages VALUES(114,310015,'insert','blocks','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4bfcf84cfb068769fa7e4daf59f30814a840acf2935e2c966c4b14f6e5115c4a'); +INSERT INTO messages VALUES(115,310015,'insert','transactions','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"btc_amount":1000,"data":"00000028000152bb33640000000014dc93800000000008f0d1800000000000000000000013b00000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","tx_index":16,"utxos_info":" 1dad931f9d9dbf1dc2e862ba958fd0fc15c2adc0dfbce0f8ba9a399f485ece4a:0 3 "}',0,'NEW_TRANSACTION',NULL,'0771b2f9e13c25e32fb13deb99bb526957a5c8ea30a5cfbdb5a7cbec40a14f66'); +INSERT INTO messages VALUES(116,310015,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"event":"62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","quantity":350000000,"tx_index":16,"utxo":null,"utxo_address":null}',0,'DEBIT','62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2','40dee2a3dd05e2fbf0995aa8501c6f0a73c2cb461b2a2c35beaaf86b13a14524'); +INSERT INTO messages VALUES(117,310015,'insert','bets','{"bet_type":1,"block_index":310015,"counterwager_quantity":150000000,"counterwager_remaining":150000000,"deadline":1388000100,"expiration":10,"expire_index":310025,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","tx_index":16,"wager_quantity":350000000,"wager_remaining":350000000}',0,'OPEN_BET','62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2','792bb227dff11725c241dd91a0ad8841f11645ea8d46258a080a8af670a3be6b'); +INSERT INTO messages VALUES(118,310015,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"calling_function":"filled","event":"62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2','37e5ddb903d1ba2c703a259117af9bd39ce80bde86794450b2baf14b26599aae'); +INSERT INTO messages VALUES(119,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b","wager_remaining":0}',0,'BET_UPDATE','62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2','7b4c2bd5cee5d373ee2dc5f3a07e527714ae9e06cf76019f9d50c808065b4dc2'); +INSERT INTO messages VALUES(120,310015,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"calling_function":"filled","event":"62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2','a3d8f6714acb38a821e6e8bbf8b5ce753664e368ba860415af5eb731625ad856'); +INSERT INTO messages VALUES(121,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","wager_remaining":0}',0,'BET_UPDATE','62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2','afd8720b0da349168aa93a2bc454abf4aa7c8910b4cec44ae76736ff890e5b27'); +INSERT INTO messages VALUES(122,310015,'insert','bet_matches','{"backward_quantity":350000000,"block_index":310014,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":150000000,"id":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b_62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","initial_value":100.0,"leverage":5040,"match_expire_index":310024,"status":"pending","target_value":0.0,"tx0_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":0,"tx0_block_index":310014,"tx0_expiration":10,"tx0_hash":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b","tx0_index":15,"tx1_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":1,"tx1_block_index":310015,"tx1_expiration":10,"tx1_hash":"62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","tx1_index":16}',0,'BET_MATCH','62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2','8db03996c253fea9a995c4c2d0b561cec28ee5763b6a83119b72009d197a486c'); +INSERT INTO messages VALUES(123,310015,'parse','transactions','{"supported":true,"tx_hash":"62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","tx_index":16}',0,'TRANSACTION_PARSED','62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2','1be3aa3375ab8ad45cf6cc86cd98973572deed252ccdd3fdf9ef2be50e96d7b3'); +INSERT INTO messages VALUES(124,310015,'parse','blocks','{"block_index":310015,"ledger_hash":"342e5dddd2289d3d6e381fade13e5a5e3ed27615b89bd8e06ea2bab8f8b48be8","messages_hash":"27defdc9041b8dc3cd43c954ae34718c3a23fd18e67583edb6c44308b7fecac7","transaction_count":1,"txlist_hash":"5afdd424176b977bd7b0660867d92952a9cec422a6861c62a876a10014807084"}',0,'BLOCK_PARSED',NULL,'928dfc0ca482cc3bd00e82e556c6c118662da6f967e31fdab89ad4ec6dcacdeb'); +INSERT INTO messages VALUES(125,310016,'insert','blocks','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b2432d431888ec1e6d6633050d7fde623db0f106bd2e2a61a880c8b196d4ed60'); +INSERT INTO messages VALUES(126,310016,'insert','transactions','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"btc_amount":1000,"data":"00000028000252bb33c8000000002cb417800000000026be36803ff0000000000000000013b00000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f","tx_index":17,"utxos_info":" 7bd26829c3e05451a26c34693af7528ce97e743068f941bf25467ae457d7b6db:0 3 "}',0,'NEW_TRANSACTION',NULL,'0aec5a3efdf97705b6fce0d58bf15e414579e615644c3fac1914213c60f52213'); +INSERT INTO messages VALUES(127,310016,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310016,"event":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f","quantity":750000000,"tx_index":17,"utxo":null,"utxo_address":null}',0,'DEBIT','578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f','a9e2a4ca186242815ee3e42c382f6cfba647256b83c8049b6d6c3f8a6a3ea740'); +INSERT INTO messages VALUES(128,310016,'insert','bets','{"bet_type":2,"block_index":310016,"counterwager_quantity":650000000,"counterwager_remaining":650000000,"deadline":1388000200,"expiration":10,"expire_index":310026,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":1.0,"tx_hash":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f","tx_index":17,"wager_quantity":750000000,"wager_remaining":750000000}',0,'OPEN_BET','578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f','25283694960dcd6f6288f617fe4f870ca45bba5420773fa61dcc8231151a3a25'); +INSERT INTO messages VALUES(129,310016,'parse','transactions','{"supported":true,"tx_hash":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f","tx_index":17}',0,'TRANSACTION_PARSED','578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f','6586e06e4d369d7f31aa937a2ee497b25402bce3bf5cc95d25cb0171234a1f2c'); +INSERT INTO messages VALUES(130,310016,'parse','blocks','{"block_index":310016,"ledger_hash":"51b904e6b18ce4d17bdc491457036ff3a4ba70789ae929862844e9456c3b9b01","messages_hash":"e82410899d9b4a6a63986980f961e7e31fd9c11ac187032e1a89273f1f19e1df","transaction_count":1,"txlist_hash":"d74711d3af6b2313835591b58b1ff53bc20bc194922d10a60cb1274ca632e153"}',0,'BLOCK_PARSED',NULL,'b0a3d778c85e1c009ad23f6dfaa67dad69d690f53826643e4c642fb8d9248a9a'); +INSERT INTO messages VALUES(131,310017,'insert','blocks','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c9b3323628fd10267bb37a63a03ae4cff866fbe3057fb79dc25303f8a542f624'); +INSERT INTO messages VALUES(132,310017,'insert','transactions','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"btc_amount":1000,"data":"00000028000352bb33c80000000026be3680000000002cb417803ff0000000000000000013b00000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","tx_index":18,"utxos_info":" e63bf97412baed033932c81838cd9de48b2b82772a4dee207c95061fbf32379f:0 3 "}',0,'NEW_TRANSACTION',NULL,'046a3a7bc475020eb216e1cc68245526d471a167eef2c32e18026640660dcc97'); +INSERT INTO messages VALUES(133,310017,'insert','debits','{"action":"bet","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"event":"479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","quantity":650000000,"tx_index":18,"utxo":null,"utxo_address":null}',0,'DEBIT','479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183','d1194c082de46c18cf0082b5c7f07d12b731b3acff29c2bd264295930842e856'); +INSERT INTO messages VALUES(134,310017,'insert','bets','{"bet_type":3,"block_index":310017,"counterwager_quantity":750000000,"counterwager_remaining":750000000,"deadline":1388000200,"expiration":10,"expire_index":310027,"fee_fraction_int":99999999.0,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":1.0,"tx_hash":"479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","tx_index":18,"wager_quantity":650000000,"wager_remaining":650000000}',0,'OPEN_BET','479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183','4ec428460955a19aedd89e8568fee0f6763f98a3e79309671d7a8a1bd2475ee3'); +INSERT INTO messages VALUES(135,310017,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"calling_function":"filled","event":"479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183','cc208b4ec818cd272f42746a185454d87e1698cc4c3909a4a6b9943f8d708212'); +INSERT INTO messages VALUES(136,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f","wager_remaining":0}',0,'BET_UPDATE','479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183','6aca5da65ce64c09105aacea3ada753ec040416c0787473f8ec1ebe5767d6e88'); +INSERT INTO messages VALUES(137,310017,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"calling_function":"filled","event":"479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183','20598f6ba9ccc2a9f96b2fff6f476f0c14fc7f585fbfcef7a827acd6ce37261d'); +INSERT INTO messages VALUES(138,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","wager_remaining":0}',0,'BET_UPDATE','479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183','bb4b4a23b0a5b64a0efcdb2641a72a207d9b280a658481e93b02b118da3105e5'); +INSERT INTO messages VALUES(139,310017,'insert','bet_matches','{"backward_quantity":650000000,"block_index":310016,"deadline":1388000200,"fee_fraction_int":99999999,"feed_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":750000000,"id":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f_479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","initial_value":100.0,"leverage":5040,"match_expire_index":310026,"status":"pending","target_value":1.0,"tx0_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":2,"tx0_block_index":310016,"tx0_expiration":10,"tx0_hash":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f","tx0_index":17,"tx1_address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":3,"tx1_block_index":310017,"tx1_expiration":10,"tx1_hash":"479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","tx1_index":18}',0,'BET_MATCH','479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183','fe8a436eda496d36dd68f088d2a77c7b6dc055def82510f982bbc203ed76358d'); +INSERT INTO messages VALUES(140,310017,'parse','transactions','{"supported":true,"tx_hash":"479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","tx_index":18}',0,'TRANSACTION_PARSED','479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183','9b7d0370e2a064b90441dabfb52368d9fca82e205c9165e2dffe4e95ab1617bf'); +INSERT INTO messages VALUES(141,310017,'parse','blocks','{"block_index":310017,"ledger_hash":"03a60654bc84711524cb38171f6573acbe8cc2120787bd09e5ec621b2f53929c","messages_hash":"5b07eff3e4508299a73d89015fa27470a2887579d2421e8fc0047e49ff1768c3","transaction_count":1,"txlist_hash":"bafeaf2f42cf716cdd586e1aea74504257d170275022dfb2c11863cdc33d3127"}',0,'BLOCK_PARSED',NULL,'14341b2fe84d2e144b3d0fd11ade92753a3cf28d692b109eb71c7aab48e5cf05'); +INSERT INTO messages VALUES(142,310018,'insert','blocks','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cffe66c4c6d5449573880b13680f68245520b48bfb3b57e88930bf89d5ac7a8a'); +INSERT INTO messages VALUES(143,310018,'insert','transactions','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"btc_amount":0,"data":"0000001e52bb33324058f7256ffc115e004c4b4009556e69742054657374","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485","tx_index":19,"utxos_info":" 8090ca2faa4b18f1033ce16930f4a4a7ce4ab9761072e16ff025b99dfeef80ec:0 2 "}',0,'NEW_TRANSACTION',NULL,'3e3d02d3c7237e3301be70387d14793185ba31d95a6566d261be1f2d5b61b730'); +INSERT INTO messages VALUES(144,310018,'insert','broadcasts','{"block_index":310018,"fee_fraction_int":5000000,"locked":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000050,"tx_hash":"16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485","tx_index":19,"value":99.86166}',0,'BROADCAST','16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485','86bad57b80bc23a786d191905c3b9d4bcc2449b188fe7e7ea5019874522e2427'); +INSERT INTO messages VALUES(145,310018,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310018,"calling_function":"bet settled: liquidated for bear","event":"16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485","quantity":59137500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485','15dfea4491f1d8056ebb49294a4645a1e488539c32de112d89c2193047095625'); +INSERT INTO messages VALUES(146,310018,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310018,"calling_function":"feed fee","event":"16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485","quantity":3112500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485','19152c0a8f151f3473a37aed347d7914efa32010acfee254270d087f08a33800'); +INSERT INTO messages VALUES(147,310018,'insert','bet_match_resolutions','{"bear_credit":59137500,"bet_match_id":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887_a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","bet_match_type_id":1,"block_index":310018,"bull_credit":0,"escrow_less_fee":null,"fee":3112500,"settled":false,"winner":null}',0,'BET_MATCH_RESOLUTON','16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485','df0c1dcef80d76770c0a0bd9e4263da6c6835c9b2f44f1be5a30d675925a937a'); +INSERT INTO messages VALUES(148,310018,'update','bet_matches','{"id":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887_a067f79057992245507ea08e901e623918be2b0eb2d178e35b01f36da2d30a33","status":"settled: liquidated for bear"}',0,'BET_MATCH_UPDATE','16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485','af83b086d13b10cddf50f0533fe04fdf64bbd74da538d0665affbd760ba2d858'); +INSERT INTO messages VALUES(149,310018,'parse','transactions','{"supported":true,"tx_hash":"16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485","tx_index":19}',0,'TRANSACTION_PARSED','16a5d04f339e5765125c4b2fdda91e45e135e44df489b97805b5d3bae50a6485','7277e4e44de247647cda710228facce06bbc2f287e0e68b992895f0657d06614'); +INSERT INTO messages VALUES(150,310018,'parse','blocks','{"block_index":310018,"ledger_hash":"a590602f34163cf8f880c3620f07a8cd27b9aeba8fc80ccb201d88364eaed210","messages_hash":"f685737106b7cf21af13ba8a3fce4e64fff2f3ebe162433e21530d05e914a629","transaction_count":1,"txlist_hash":"930eaaee66936628f4ac02f6417167100cc7e2335aaae56dac78cf2ea81bb172"}',0,'BLOCK_PARSED',NULL,'a98751cef0dfc2ed70828ea7e81e90932b9311430ba785a5afaf2c522d8b607d'); +INSERT INTO messages VALUES(151,310019,'insert','blocks','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ce4957e9f64bb142c45a392ae0520284fec319aa574abcd3a4d3288384e47620'); +INSERT INTO messages VALUES(152,310019,'insert','transactions','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"btc_amount":0,"data":"0000001e52bb3365405915f3b645a1cb004c4b4009556e69742054657374","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37","tx_index":20,"utxos_info":" 1368eced55ba8fd8fe90c029b9cbdee09b2f023f957c95a0e38ae273e2603aaf:0 2 "}',0,'NEW_TRANSACTION',NULL,'fb3ff90c9d4db8b4bca76df6138f09783972af6b34af86d30378551f063afec9'); +INSERT INTO messages VALUES(153,310019,'insert','broadcasts','{"block_index":310019,"fee_fraction_int":5000000,"locked":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000101,"tx_hash":"65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37","tx_index":20,"value":100.343}',0,'BROADCAST','65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37','76e9b21d9549d825def6a2df6eba8958a3e2572675de485d030b39f92809fbc6'); +INSERT INTO messages VALUES(154,310019,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37","quantity":159300000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37','42e9d14c5c6fa6e6733686d12e2547a2b1c9fa81c1821c23d875b146867648ec'); +INSERT INTO messages VALUES(155,310019,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37","quantity":315700000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37','25065ec9f5b1a32e41fad00ba1056b09896e764f28ad73f45953204e6f2715e7'); +INSERT INTO messages VALUES(156,310019,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"feed fee","event":"65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37","quantity":25000000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37','1c03d4af1c46e1b95969e8d4f6f64f69e69fa80ec1fe15063b2862dfda5e1a70'); +INSERT INTO messages VALUES(157,310019,'insert','bet_match_resolutions','{"bear_credit":315700000,"bet_match_id":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b_62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","bet_match_type_id":1,"block_index":310019,"bull_credit":159300000,"escrow_less_fee":null,"fee":25000000,"settled":true,"winner":null}',0,'BET_MATCH_RESOLUTON','65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37','3e569f5326fd935dbeb9268d6d51ee78521076b30b8424ad2d2d7b6aa7a87e40'); +INSERT INTO messages VALUES(158,310019,'update','bet_matches','{"id":"040e03dfdef2df24411a077cfe5f90f3311bbb82bb3783ea2d7e6f484afd3e2b_62ece578c6760773bd4252922a7a0af87da1a1c308f32423e20cf49a369ea0a2","status":"settled"}',0,'BET_MATCH_UPDATE','65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37','8f86470f32ae09747b7d178182171889d30364aca5250322759a80d353fe1dc4'); +INSERT INTO messages VALUES(159,310019,'parse','transactions','{"supported":true,"tx_hash":"65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37","tx_index":20}',0,'TRANSACTION_PARSED','65c96e80d7bfe2c7b00086196a7fc38889d91f5907658a6bbe795c89ef90ce37','7e8cdba010142b5663b437d62c82c9a4e0cc893d7d1f8232d8dc3e72b466e7bd'); +INSERT INTO messages VALUES(160,310019,'parse','blocks','{"block_index":310019,"ledger_hash":"1b340e7abac4c458e6a0c6ff2abd6dadaa2913414f450cf926725b5253210950","messages_hash":"19c1e6d4de708a2c6951b8583449dcd1e3a5835c9535dba5ffd9e2fa3986cb9e","transaction_count":1,"txlist_hash":"ba496b27fd545d9d811d7421c6f9663e68aa9dbe3a7b5aa9d1ee5644cd142b4a"}',0,'BLOCK_PARSED',NULL,'c5970edf9d1d79bfb6278de0c6d82ad3ea5dce757b7194f8265cf44f981fd334'); +INSERT INTO messages VALUES(161,310020,'insert','blocks','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f23adf9652ae7afb211dd2d016a705fa92ac57ccba71eedb6c563ef0a0f91949'); +INSERT INTO messages VALUES(162,310020,'insert','transactions','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"btc_amount":0,"data":"0000001e52bb33c94000000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e","tx_index":21,"utxos_info":" bff102ed8b0979ba6966715d3b4b5138e128cb04031953136441e61d9edb75c2:0 2 "}',0,'NEW_TRANSACTION',NULL,'9b291074cf4572f31d7427483eab948b62319c141150f7f27b22462161298b5c'); +INSERT INTO messages VALUES(163,310020,'insert','broadcasts','{"block_index":310020,"fee_fraction_int":5000000,"locked":false,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000201,"tx_hash":"43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e","tx_index":21,"value":2.0}',0,'BROADCAST','43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e','f11db5ff7676674cc8878b0ea7ddc4590cdb655cb88d81184415fa20e0d37dea'); +INSERT INTO messages VALUES(164,310020,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310020,"calling_function":"bet settled: for notequal","event":"43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e","quantity":1330000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e','b5e3db393c4c4811d959609a42da262eeffa72abb7b377961d57b8c995d36cb0'); +INSERT INTO messages VALUES(165,310020,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310020,"calling_function":"feed fee","event":"43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e","quantity":70000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e','e8de8d36d6708cb1f337ce53b3f66960fba2dbf9beec47482c7e709c753b5ad8'); +INSERT INTO messages VALUES(166,310020,'insert','bet_match_resolutions','{"bear_credit":null,"bet_match_id":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f_479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","bet_match_type_id":5,"block_index":310020,"bull_credit":null,"escrow_less_fee":1330000000,"fee":70000000,"settled":null,"winner":"NotEqual"}',0,'BET_MATCH_RESOLUTON','43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e','c72e869f7df09f3e49b54acd1e71a2813823f268342aeb1c5a904899bd2e8ea1'); +INSERT INTO messages VALUES(167,310020,'update','bet_matches','{"id":"578d8026c9a3a9173fdb7d5f10c6d5e7d49f375edf5fd8b3f29ccb37a8b42d1f_479b0fbec468381f1e27332755b12a69800680379d0037e02f641265a8beb183","status":"settled: for notequal"}',0,'BET_MATCH_UPDATE','43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e','b831de4a0d488933b1e87b9fae1368f3e77a0851905f72fa0f1ce027ebea12f7'); +INSERT INTO messages VALUES(168,310020,'parse','transactions','{"supported":true,"tx_hash":"43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e","tx_index":21}',0,'TRANSACTION_PARSED','43232e4a2e0863cde59fb404a8da059c01cc8afb6c88b509f77d6cbfa02d187e','ab75161afdc4b533e32a4dfcf7073b577cc18097d654560c2c072231cec0bd4a'); +INSERT INTO messages VALUES(169,310020,'parse','blocks','{"block_index":310020,"ledger_hash":"5a5a31ae9b03a362b44c9e38effadfeac273bd370374ea4816b8402d6b8a8a1a","messages_hash":"6a95ef571df99593070fa7c5645d8f5efed2f1795452bb83ef528e540b2490a3","transaction_count":1,"txlist_hash":"be94a40c259a5f9e2ad5cb714089c4be18de7bd6d3b403f3a4620f4d889ba4ed"}',0,'BLOCK_PARSED',NULL,'c1d763bbaf289c7352325b1b6b475f3da129e143ab6d27895308a2a8f351036b'); +INSERT INTO messages VALUES(170,310021,'insert','blocks','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'06309ca16340f49b242768dd128c4e405d60c2f53e16bc5a35a3d88431bf4888'); +INSERT INTO messages VALUES(171,310021,'insert','transactions','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"btc_amount":0,"data":"0000000a00000000000047670000000002faf08000000000000000010000000002faf080000a0000000000000000","destination":"","fee":6800,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee","tx_index":22,"utxos_info":" a81dcd4abba199c95c7d52cea0390fa94c33b0b11358a09789c469256e62d083:0 2 "}',0,'NEW_TRANSACTION',NULL,'7953df3d39d858059ebc86c85c7501ed8b90e42235094e4b93355d1bb1891f84'); +INSERT INTO messages VALUES(172,310021,'insert','debits','{"action":"open order","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310021,"event":"cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee","quantity":50000000,"tx_index":22,"utxo":null,"utxo_address":null}',0,'DEBIT','cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee','31ce1cb135a61555b8fafbf667e2b840c4d9e84a1e91be6402ce9e32acfcf541'); +INSERT INTO messages VALUES(173,310021,'insert','orders','{"block_index":310021,"expiration":10,"expire_index":310031,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":50000000,"get_remaining":50000000,"give_asset":"BBBB","give_quantity":50000000,"give_remaining":50000000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee","tx_index":22}',0,'OPEN_ORDER','cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee','02e43de8097a17eca10405cc3df9cd68f17065b2db4d8439e047a425cd5130ee'); +INSERT INTO messages VALUES(174,310021,'parse','transactions','{"supported":true,"tx_hash":"cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee","tx_index":22}',0,'TRANSACTION_PARSED','cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee','d456fd46f6515d5681e49be191413a3b9c521c8382fd52c3c5317d93dadf9208'); +INSERT INTO messages VALUES(175,310021,'parse','blocks','{"block_index":310021,"ledger_hash":"2005a300856ccc74efe80c56927fc13619d5c40ab03ae4ee4fba2050bc2a6b75","messages_hash":"145fb1ee52eaa91f3905fc3ca1d29302e560340ca8d61db900f853eb057b8f18","transaction_count":1,"txlist_hash":"afa68f3f9cb6cf8f767075bc9119411e146b6838278d884868a80d9c8e80e26f"}',0,'BLOCK_PARSED',NULL,'bbf97408873d24e50562d6206f4c782fc91102f486426ac566129bf119cfa93d'); +INSERT INTO messages VALUES(176,310022,'insert','blocks','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dc0dcdf02e21b0f3ef794b5c7865c9a4d3e2e4874f6eea69ee296cbd58232ec3'); +INSERT INTO messages VALUES(177,310022,'insert','transactions','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"btc_amount":100000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"ec9788fbae83a6cdf980d5373d85911a27447410efa4b11997fefcc41bc89caa","tx_index":23,"utxos_info":" 0446c9865d4eb11e643bd97ab9d4ec5d5fbab31025f579f860089d00b6587815:0 2 "}',0,'NEW_TRANSACTION',NULL,'650f7facb6f10ad1a556c9c1d84de44212243d68e46c98932441e287f73e029f'); +INSERT INTO messages VALUES(178,310022,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310022,"calling_function":"burn","event":"ec9788fbae83a6cdf980d5373d85911a27447410efa4b11997fefcc41bc89caa","quantity":56999887262,"tx_index":23,"utxo":null,"utxo_address":null}',0,'CREDIT','ec9788fbae83a6cdf980d5373d85911a27447410efa4b11997fefcc41bc89caa','00d4f0055a2daee9e2dd0b6c9cf8d2fcfb4cca857296dc9dfa8fe0a6cca788e4'); +INSERT INTO messages VALUES(179,310022,'insert','burns','{"block_index":310022,"burned":38000000,"earned":56999887262,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"ec9788fbae83a6cdf980d5373d85911a27447410efa4b11997fefcc41bc89caa","tx_index":23}',0,'BURN','ec9788fbae83a6cdf980d5373d85911a27447410efa4b11997fefcc41bc89caa','86a06a75896b9376699258f812f7a597329f6225e6f3ebf6ab9abac6c4d05538'); +INSERT INTO messages VALUES(180,310022,'parse','transactions','{"supported":true,"tx_hash":"ec9788fbae83a6cdf980d5373d85911a27447410efa4b11997fefcc41bc89caa","tx_index":23}',0,'TRANSACTION_PARSED','ec9788fbae83a6cdf980d5373d85911a27447410efa4b11997fefcc41bc89caa','58f16e3bb566e4449d7862a1b686f042eaab315c8da5431f7debe523e0e91c87'); +INSERT INTO messages VALUES(181,310022,'parse','blocks','{"block_index":310022,"ledger_hash":"95307de52e23a8433143d79710e7df22ba7205e2651c88a2eda220ebc8e0f289","messages_hash":"984144de41f120ae5cc42902edca8c962b0b3a64186cd2a12645ce2c99c3718a","transaction_count":1,"txlist_hash":"66f27b0e46d782b3e7eb8207ba442131069820295ea19ba9b1f8be5ae5b1367b"}',0,'BLOCK_PARSED',NULL,'13550073c473be82d99da97f366b7c9be1f757ac8e4a3e3dafe4f15db93afb4c'); +INSERT INTO messages VALUES(182,310023,'insert','blocks','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'457fbe1430c89f06da05cf9b2bdc92ed9e9b8d05e10558d298649af1d11342be'); +INSERT INTO messages VALUES(183,310023,'insert','transactions','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"btc_amount":1000,"data":"0000000000000000000047680000000000002710","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc","tx_index":24,"utxos_info":" ff2c227052f38fc83140ec7ca8a5dfa718f3ab0546cbce41920ebd36aa54c691:0 3 "}',0,'NEW_TRANSACTION',NULL,'f132da4b07d4550f3f5779b584e836a0aeef2d59b3b18fc3ebe287867bd63f93'); +INSERT INTO messages VALUES(184,310023,'update','bets','{"status":"expired","tx_hash":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887"}',0,'BET_UPDATE',NULL,'6196545403f784eaa1c4f03179fd25d2ddcfd130a2c0a5f8d31de55fdf42d441'); +INSERT INTO messages VALUES(185,310023,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310023,"calling_function":"recredit wager remaining","event":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887","quantity":8500000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'64347b1d2d3a929225b019de08ec8b11bd677f6a36020dedec2b55257bf58061'); +INSERT INTO messages VALUES(186,310023,'insert','bet_expirations','{"bet_hash":"1075391072b01264a783bf31205a83abdf7356c8c405753d3ef8599f852df887","bet_index":13,"block_index":310023,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'BET_EXPIRATION',NULL,'091bcc4188fce9551b2bf4489339219bafd374557506990c6f3d835f6f04c1f6'); +INSERT INTO messages VALUES(187,310023,'insert','debits','{"action":"send","address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310023,"event":"53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'DEBIT','53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc','20d323210075faf751fc95f2cb7344ba87616037df693c3f2e27c96daea96a92'); +INSERT INTO messages VALUES(188,310023,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBC","block_index":310023,"calling_function":"send","event":"53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'CREDIT','53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc','c66492be1ee572bb6d0319fffa942816f52e9501e2b220fa687949ff73760328'); +INSERT INTO messages VALUES(189,310023,'insert','sends','{"asset":"BBBC","block_index":310023,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":10000,"source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc","tx_index":24}',0,'SEND','53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc','f7cc90b5a2f13560a8a2d0f13d16759d1a02584b8c45111aa85c6b40ba373089'); +INSERT INTO messages VALUES(190,310023,'parse','transactions','{"supported":true,"tx_hash":"53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc","tx_index":24}',0,'TRANSACTION_PARSED','53290702a54a5c19d9a5e2fc1942c2381a4d2283f30d645579b982ae0dbb7fcc','07b5c4dcebd4878827bb12deddb2842cdefd64b8a8925ab2e0b703d1b77384cc'); +INSERT INTO messages VALUES(191,310023,'parse','blocks','{"block_index":310023,"ledger_hash":"de5a22c228bfc58ceaf428d55f180e951ff877537ef463821ce1206f07ab02f3","messages_hash":"20e8298c0a5cd1fd8c9986c9fae7d3bbf886e4e118d2e97d1e5578b4c944b81c","transaction_count":1,"txlist_hash":"eda7d728863433b4e738e2b317d661a68d7f8921ed3fcf56120e0e0df464f161"}',0,'BLOCK_PARSED',NULL,'188f7530f926c9ca65e3b0442fa0774ec49c10684be19f58ba2ae2be679be02f'); +INSERT INTO messages VALUES(192,310024,'insert','blocks','{"block_hash":"b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5","block_index":310024,"block_time":310024000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9e7acca0f9bddbd889cb6b1376065f73271d150d53d4ff336c0ccf6086521b25'); +INSERT INTO messages VALUES(193,310024,'parse','blocks','{"block_index":310024,"ledger_hash":"e54da9db6c4911087dcfb2824acfd7429431e3297f6b5836dfa8f95165ac9b08","messages_hash":"a9f126c9e86d76377960d42363ab587ec7ff2e36ec36d19240c332389b40873c","transaction_count":0,"txlist_hash":"6d7b69dafc9e895a4a4b75c2e7ee2dcda352e21b82249074bfd0865e04dfe6f6"}',0,'BLOCK_PARSED',NULL,'e95812fed1c75f0aa3fdd823a3894a69ff482aebbe0a3082003d41674e6edc56'); +INSERT INTO messages VALUES(194,310025,'insert','blocks','{"block_hash":"a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666","block_index":310025,"block_time":310025000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1f76484d29147b8ae8b71fa336387412879908e37a6083765b29de03060ebd2d'); +INSERT INTO messages VALUES(195,310025,'parse','blocks','{"block_index":310025,"ledger_hash":"dac63e0e407785c7a461d839ddd749f020f8a33026cd6ea2acd659567a36c40c","messages_hash":"70b34a571af440cea459fdf4fd5d41cb1cbd488a224a4ea1419463242b9ddd1c","transaction_count":0,"txlist_hash":"fb8e2f9f37cc8ceb72b92925cdb86f62af821bbae196e5de5083d784436e26ef"}',0,'BLOCK_PARSED',NULL,'73b74fa8cdd491f3323c33dcebddb48a7ec56fed9cec73996118ef80b35a73c2'); +INSERT INTO messages VALUES(196,310026,'insert','blocks','{"block_hash":"6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a","block_index":310026,"block_time":310026000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ff71ad519fa6a1b0aac1b40f31ce33d18f22e56a6003b97bfb5a69dd4bbac992'); +INSERT INTO messages VALUES(197,310026,'parse','blocks','{"block_index":310026,"ledger_hash":"0397b7da62fb672aadb96fbdfc37f3265ea04c4d401632d5d9018b9b0ad7cd45","messages_hash":"ccdcdb31793937974ddcb4984aa622bfb45760fe14dc486017ba9fef7cd2003c","transaction_count":0,"txlist_hash":"35f40cec8ce2dab43b642668fb3baed3654b63a328ef005e41c8772cbf02029a"}',0,'BLOCK_PARSED',NULL,'57bd2d2a3971e70bdb33c81853eecda22a62495bb6a9a44495b8cf92aa94a52a'); +INSERT INTO messages VALUES(198,310027,'insert','blocks','{"block_hash":"d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e","block_index":310027,"block_time":310027000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6cb80646569c3bfae1affc62f7e85b662005e426271e64238abb56c6e1ab99d2'); +INSERT INTO messages VALUES(199,310027,'parse','blocks','{"block_index":310027,"ledger_hash":"dbe43e77c383acc66cb46105991ed066ed5309434016081c26ca1a7dd948b6ce","messages_hash":"46f8387dce9e1d2670025d23b86848dfb114c1e44e030d722ca0f7d26d45fdc0","transaction_count":0,"txlist_hash":"df94b526dfa87413c5d4c11024019c28dd94051780c00b433b28093788b15ce0"}',0,'BLOCK_PARSED',NULL,'0473e09c26839060a535e50a46672839b716aa0bc1918bb65e9bd6900cbd1b70'); +INSERT INTO messages VALUES(200,310028,'insert','blocks','{"block_hash":"02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b","block_index":310028,"block_time":310028000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec1d4296cc9eaf9687cca1e1083a9b2f679d30868a61311f8aeea1d95005dc53'); +INSERT INTO messages VALUES(201,310028,'parse','blocks','{"block_index":310028,"ledger_hash":"ce1021a584895988014f16dd9f7b7b29bbe59ca8a761914f60c9290b5ec6a16f","messages_hash":"4aaf2bf67dc5e02b7e743fcbbc70d08aaa84a200d6fc0da755c95c9d4840ec4b","transaction_count":0,"txlist_hash":"7d8c18a5d7ec2d6d87ef468e4ed6784e9d41b248bd3d6754bef8f6bd1df9b9f2"}',0,'BLOCK_PARSED',NULL,'15f7e7ebfc7a1d6a9094d323fade1cae70f88f4eec87b63d5a598b85cb85a3c9'); +INSERT INTO messages VALUES(202,310029,'insert','blocks','{"block_hash":"3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6","block_index":310029,"block_time":310029000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cfb2dca9f345911405d791e69435205a8c7a48524628bc53e83b1f8ccb96ec23'); +INSERT INTO messages VALUES(203,310029,'parse','blocks','{"block_index":310029,"ledger_hash":"4a066ff12cf6f8dad894e23cfbb4fe6a087893b717b3f0c1ec53764b1e922bf4","messages_hash":"d474af48cc446365a40d2f8005f88911a5f611082db45cf7d1d1873c56da8220","transaction_count":0,"txlist_hash":"0dab776748029f3a094e8c2ad8871c1771263f81cfc6de79ded15ff475239371"}',0,'BLOCK_PARSED',NULL,'6ac64675ef1803e8e4ca3de1eba10bdb70b45949fdda7d54be7c7d27e731578e'); +INSERT INTO messages VALUES(204,310030,'insert','blocks','{"block_hash":"d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5","block_index":310030,"block_time":310030000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5eda35e6497c1743d58ea4deb5fecda0041b23740b1b9e6f71c7d43234a5f146'); +INSERT INTO messages VALUES(205,310030,'parse','blocks','{"block_index":310030,"ledger_hash":"be1cc89117e7cb3fc18eb610103d72f144c31848da4d8001c334aac577f19427","messages_hash":"ed06f1146480c1d7a2fdff0e86f88e036a1f4b081f28fa5fc6a356e469ff7d73","transaction_count":0,"txlist_hash":"934400af42a6099d1279e8fc2700bfc118bc313da8383d06892521a17663ef73"}',0,'BLOCK_PARSED',NULL,'e3354728d09ef4e3faa5b4d5cda109e4c022479bfeb5bb1918b529ce7a0b7e42'); +INSERT INTO messages VALUES(206,310031,'insert','blocks','{"block_hash":"0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689","block_index":310031,"block_time":310031000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'edfce54c2f641aa27f03d2c08cb24f6ee940721529d98c384ee5eeb3c6a6e8e3'); +INSERT INTO messages VALUES(207,310031,'parse','blocks','{"block_index":310031,"ledger_hash":"a616b3d81a1ad1db1a9b1491b06ff6bcead9037f75552d14a4c7234b6ff56670","messages_hash":"93365c17793235858200605e7486fecc3b859df0f02729a2f856bb6ba0f1c565","transaction_count":0,"txlist_hash":"b45534f04aeeee6c2ed877085eac7ebea9f7eacceb2026e5ab8a34ff715bc3be"}',0,'BLOCK_PARSED',NULL,'08611faf1d5ed6769567cce1ea8a06a274662270a5f2ebc39db4389310eca347'); +INSERT INTO messages VALUES(208,310032,'insert','blocks','{"block_hash":"66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074","block_index":310032,"block_time":310032000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9b667e76d25710dc51ac51f3c5856aeab10145ad67b4909bc7387e7b4fa6c32e'); +INSERT INTO messages VALUES(209,310032,'update','orders','{"status":"expired","tx_hash":"cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee"}',0,'ORDER_UPDATE',NULL,'7bbc099c9bb28c2987dfc9cbd4b525386146bdc92d53d0c03893c60e043f49fe'); +INSERT INTO messages VALUES(210,310032,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310032,"calling_function":"cancel order","event":"cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee","quantity":50000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'111e240cfb7959dafc26f9babf5bef7c451f1471c44ab58739d66f1d66206fae'); +INSERT INTO messages VALUES(211,310032,'insert','order_expirations','{"block_index":310032,"order_hash":"cd79f155a7a8b7737cf959cdc347db22f2f38288261842997e13844a09f6f2ee","source":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'4ee4f03d96c6af9c73ff94e4f60a27e5761c268c1852f8ee35e18c0f5242ea5a'); +INSERT INTO messages VALUES(212,310032,'parse','blocks','{"block_index":310032,"ledger_hash":"e7e76fe32ac5c06696c0bda815f29f1e0785a9d48641615f2ef78fa9982d258f","messages_hash":"4a060dc988b27c15ae13b1cfbcfad0834d88b88a49f319f5fa5cd281f0c7f066","transaction_count":0,"txlist_hash":"b8261f9bd73b90fef96702a2e83111c3b9305e55efefae86a4078d99ce8c3d0d"}',0,'BLOCK_PARSED',NULL,'22fbb24d925594d3afd1cfc74c737f5a04035140280814dd8c327a5874496de9'); +INSERT INTO messages VALUES(213,310033,'insert','blocks','{"block_hash":"999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707","block_index":310033,"block_time":310033000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6936183ad0132c82fb39e6a3a7b5f1a7866ad9d9e9b50de2c2d7d91b67ebdec9'); +INSERT INTO messages VALUES(214,310033,'parse','blocks','{"block_index":310033,"ledger_hash":"f0d33d2f73f83449c18b9a7bea43857b36effa24eb248283d9356c5280e4992f","messages_hash":"0e701bf25314928828808d7a1b4c28f157b2c7ed78ff320faa1b9c33984e3493","transaction_count":0,"txlist_hash":"bd3133719a6698bda726f9304fa48db5847cc475db79b879d2566da3cc7299d0"}',0,'BLOCK_PARSED',NULL,'6c59b37c377ef36c3aa70c0cdcb3338a7e7b7e285af10372ce8ed4ab71cb2af9'); +INSERT INTO messages VALUES(215,310034,'insert','blocks','{"block_hash":"f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208","block_index":310034,"block_time":310034000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'19564e0fd8afd15efe482edca1da84dde7eb4bbf2d44a8e30f94155f413cdcac'); +INSERT INTO messages VALUES(216,310034,'parse','blocks','{"block_index":310034,"ledger_hash":"434d631a1c3ef7d31d136b4eab8b3044dc2b65886bf43642537cc592db0415a3","messages_hash":"4ef82ef59743972be8ac3377da0931f6ec47510ed19980116959098e90c6cea8","transaction_count":0,"txlist_hash":"eea570d87d2e343bcb9b93764aa9bed952588f4b053d13e87da410b8dee27d7c"}',0,'BLOCK_PARSED',NULL,'80514e8e21501be3f3f6135207c89801a820fad9b28280c5492af9a76a851633'); +INSERT INTO messages VALUES(217,310035,'insert','blocks','{"block_hash":"a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2","block_index":310035,"block_time":310035000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d527460245b871f69d49edcc60e246b0ecf72f0ab0578c3d8cd84eb5ada50351'); +INSERT INTO messages VALUES(218,310035,'parse','blocks','{"block_index":310035,"ledger_hash":"5ca42816d9c6aaed19f6d25cd02e842b5d834254f90a169630544c83a129c7e5","messages_hash":"2a50d3cfdd6fad6d24de4cf425bb5cba29fd6738a02e2eefa178d321e7b6839e","transaction_count":0,"txlist_hash":"c827847c2f94718cd8c3efdf2b30cf9c8753893a76590efae0e30c61ef9a2d4a"}',0,'BLOCK_PARSED',NULL,'f12f76a984d8af15d3f42438dba9abf8f0e5ede4b952055afa9912d1036f9a84'); +INSERT INTO messages VALUES(219,310036,'insert','blocks','{"block_hash":"158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76","block_index":310036,"block_time":310036000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5ed4e278b911ae1705ef67cde4c33b7754013c295252799aa4a00278dea188ce'); +INSERT INTO messages VALUES(220,310036,'parse','blocks','{"block_index":310036,"ledger_hash":"31aecb842ea816f98aead90fed7ad005c010919a2ef2c5d7a8965b71832d3201","messages_hash":"b176ebcafd1ed45331f7545caa1e8a7a1f8c47dd3122f210bcec45542d789c57","transaction_count":0,"txlist_hash":"5a69c5cc5e4aa7e7d071da7ecf8cff88740a707f70ddec29c57ee52b3da09127"}',0,'BLOCK_PARSED',NULL,'9836ce38a1865b20f45d2f7c64ef140e212982a1b980af0939ffda173a8d959a'); +INSERT INTO messages VALUES(221,310037,'insert','blocks','{"block_hash":"563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07","block_index":310037,"block_time":310037000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cf88edcc12f69f8500bfa9436881aa2b85bbc86126cef71d558c6299ab327fa0'); +INSERT INTO messages VALUES(222,310037,'parse','blocks','{"block_index":310037,"ledger_hash":"7a3167eb2c8a80c7c363ac47200ebc8cb6bd53f57da64465bec14bd86cf2c6c7","messages_hash":"cbc90745cd2aea70be785d25bd87ba3df8287c491d84405afdd7767152931c7d","transaction_count":0,"txlist_hash":"8bc588a7a9286c3f5c13bc31c0faf29f155391f14ad89defebe3d0a0b21d049e"}',0,'BLOCK_PARSED',NULL,'c063cb9c69a7a550225244f12fb683383ad77fd0d760f5ee57d51a68646ad6bc'); +INSERT INTO messages VALUES(223,310038,'insert','blocks','{"block_hash":"b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2","block_index":310038,"block_time":310038000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e6aeb270d55be96b3fb0e6f274207436c1e29924dcef6f156441873d29406481'); +INSERT INTO messages VALUES(224,310038,'parse','blocks','{"block_index":310038,"ledger_hash":"212bc51956081e57aa618360926e186824dce8987948ee7706403451ab417a0a","messages_hash":"1b1fe65325fda437f6648147e51a4312f2fa2600c7d2c659774bfcd955b7b26d","transaction_count":0,"txlist_hash":"77861a778f50d5f8314cf4caeb6a78539702ee5b36b882713079b88143d4c6ca"}',0,'BLOCK_PARSED',NULL,'a6f93192969efbf7735a62876ca77206494e31ff778080752b39b5dccebf4131'); +INSERT INTO messages VALUES(225,310039,'insert','blocks','{"block_hash":"5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347","block_index":310039,"block_time":310039000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f2c1604d6e3c3b806ff98c1599be83911f8bd6f51196b82a5424cb904c556eb5'); +INSERT INTO messages VALUES(226,310039,'parse','blocks','{"block_index":310039,"ledger_hash":"03e72d7551164403b41956638a0fdec8703c29373ea2b15c770717b0ec39fa95","messages_hash":"f415ec91ad5c89dc99e3fd82d65b4994e1bbeb6ba4e2125c999dcd5ed1b4a9fa","transaction_count":0,"txlist_hash":"b445575b555d0621a37fc3f9f22c113126ea35507703f8885294cb2a4613a6c7"}',0,'BLOCK_PARSED',NULL,'161e3c9a70b810a03670f85167a300df358e3f5fd7dc738252f2311af853d3a2'); +INSERT INTO messages VALUES(227,310040,'insert','blocks','{"block_hash":"7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3","block_index":310040,"block_time":310040000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a111099e84d36dc2cced7458a9dbc4e0e1a023a6a08895fd381d9cc85237fcc0'); +INSERT INTO messages VALUES(228,310040,'parse','blocks','{"block_index":310040,"ledger_hash":"922aa744aa0c08274d1f47a0f80638c7937ecaaf95555e68ceec09449e60d080","messages_hash":"96603b57fd68bb4092c18ae4c54f39df2cf4f0e7a0407838157980e5f72ebc00","transaction_count":0,"txlist_hash":"d46179d869f330c786bb81e0c122952d33b264f3af2b4a70627764332cce3fb7"}',0,'BLOCK_PARSED',NULL,'7e8b106a5ff9e6bdeb00c88b05206b25401d841943969deaab69ca07f4e549ca'); +INSERT INTO messages VALUES(229,310041,'insert','blocks','{"block_hash":"5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359","block_index":310041,"block_time":310041000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d41dbc774295ff29045c9d5384792c37c3d5907116ad746c6e46a37c5f74ca48'); +INSERT INTO messages VALUES(230,310041,'parse','blocks','{"block_index":310041,"ledger_hash":"de422fc7f3f11d20b697e0ee57afe101ddeb5e84105153a3bb10f97f9c3f1783","messages_hash":"8cdcf377a46d0b8bb519758daba1501015a4a452f1631610fb911f688f0434e8","transaction_count":0,"txlist_hash":"d0cef146e488d50917e659d8c039e7304a41d239d2330947d81e49d3bc7aa723"}',0,'BLOCK_PARSED',NULL,'6b8d67e9422d662592a07d3677ff664d814303307cc72360bcc82d252b22f16a'); +INSERT INTO messages VALUES(231,310042,'insert','blocks','{"block_hash":"826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4","block_index":310042,"block_time":310042000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6ae74aaf2e4a014d0820920c074768c1e8188910113f16001b6559f0b3c19668'); +INSERT INTO messages VALUES(232,310042,'parse','blocks','{"block_index":310042,"ledger_hash":"82d7c9a0c9d63c3f93b125a9eabc2a7b5f560eccc5fb578d71ec071f150c8fac","messages_hash":"19007011336822c38a7cc69ed3ca34182e18b2167b2d96832e1f8583f504f5ac","transaction_count":0,"txlist_hash":"68777d56b0179c05517b00df97200e16079b34c54a270d598c28caa4f39ea43b"}',0,'BLOCK_PARSED',NULL,'c4b2b2766e5ef8d261a2f30c62075617a353c7faf1af7d568f63bdbb99b24402'); +INSERT INTO messages VALUES(233,310043,'insert','blocks','{"block_hash":"2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51","block_index":310043,"block_time":310043000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e4c40969454da467b6f36c25b29286ac76e0b71be58b4a7dd2705df917c37bfa'); +INSERT INTO messages VALUES(234,310043,'parse','blocks','{"block_index":310043,"ledger_hash":"c9232d9cfb183cc9bc09bef78f7c83bac3d9af803e6916c9b14063c4f619d9e6","messages_hash":"c3f323f26288aa71b51b633b30598d0ad332f59251f1ade839449f0fa6dca7a2","transaction_count":0,"txlist_hash":"728975e1d9ed1caeeef47b1b8f1040c3d1ede182cc47282f32f2f464071057b2"}',0,'BLOCK_PARSED',NULL,'74cb2523a8ba256895ebdf41259ea4ca85eef1e628d2e0b508df464218fce4c0'); +INSERT INTO messages VALUES(235,310044,'insert','blocks','{"block_hash":"3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b","block_index":310044,"block_time":310044000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'af5ba0d47ac369f093650499bda063e3f27ab30dbced5c11179a1585bb379f4e'); +INSERT INTO messages VALUES(236,310044,'parse','blocks','{"block_index":310044,"ledger_hash":"71c3e7aa2ad71e35b752dd4e48381b4ca845c370e5c340f2a221dde808966a45","messages_hash":"c43738fca0171c90dc6b41e663ee1655afdac3768e9d729dfe8b8b480eee1a64","transaction_count":0,"txlist_hash":"56e52a1e4cd4954442f83c421e7b8c653e38cd7725d6b140a47e74f57df2c169"}',0,'BLOCK_PARSED',NULL,'b87c04862302144d81563464c0d5ff29dc46f4577e1596a8f33ecde49a294dec'); +INSERT INTO messages VALUES(237,310045,'insert','blocks','{"block_hash":"7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98","block_index":310045,"block_time":310045000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0f97c2d4ced5afd587db780c853eaf34c8559f0710cc768c0c63f7db33c2a3f6'); +INSERT INTO messages VALUES(238,310045,'parse','blocks','{"block_index":310045,"ledger_hash":"47230be2ba96e7adb6088b18788b52a65aa48183c2c00095b79999f5ea1af514","messages_hash":"c29667f83a7e32f8b78e7bd2339e97ff4a0203e565037efb9f1e6f509a0b0023","transaction_count":0,"txlist_hash":"e8b8a81eeb5c9a9fa6f19f6d9617c7c8e1d19368725d223ef270b74b09b1a541"}',0,'BLOCK_PARSED',NULL,'1422c7b5cc38e45308b936d01b5b5e603c7b11c3c822433f3e524b8ade8541ed'); +INSERT INTO messages VALUES(239,310046,'insert','blocks','{"block_hash":"47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6","block_index":310046,"block_time":310046000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'08cc6eea5cc93508efea0d47c2a0effc6dc25274fe759222ee64a3261919be96'); +INSERT INTO messages VALUES(240,310046,'parse','blocks','{"block_index":310046,"ledger_hash":"2c306c41049fba2e58a07b5d14f930bcaa465b2afa4df24d8a887958555f0c57","messages_hash":"25098d5c19b1cdb5c0acf4086af5935412c1b30b896a6fbcf019dde674946636","transaction_count":0,"txlist_hash":"3ed01193d67e5b016184cd322ca01829a616ad7f7c98bdc034c642ab5c37938d"}',0,'BLOCK_PARSED',NULL,'08981c3ba5920dc62ed5b32caab0357fbe051b96ea64166ba722e66ceb507dcc'); +INSERT INTO messages VALUES(241,310047,'insert','blocks','{"block_hash":"a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075","block_index":310047,"block_time":310047000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dd817e408c5343d7cb0e51758b0c3284897fe7e644980e3ff25039630831e793'); +INSERT INTO messages VALUES(242,310047,'parse','blocks','{"block_index":310047,"ledger_hash":"95a6325dcb8b9f7aef9da35bd20a46addef23aa5c36795beccacf992bee88d28","messages_hash":"a953a1272ca6659f6e5fc3a1d037059466032c58653409ac4a9aaf303c2989bb","transaction_count":0,"txlist_hash":"730fe6316784de4a36e2530b3935fbbd2e1bb9c876c61d0cc436f86a103d6655"}',0,'BLOCK_PARSED',NULL,'56817cf0df4701de441d8c8651215769f88c9e2d4aa0d3bbdeb4aa4b8d1f5d58'); +INSERT INTO messages VALUES(243,310048,'insert','blocks','{"block_hash":"610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309","block_index":310048,"block_time":310048000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'468fc22a0588fd6b47696667256be68f2b47826fc7497f7047a2012398638c75'); +INSERT INTO messages VALUES(244,310048,'parse','blocks','{"block_index":310048,"ledger_hash":"8811d6a6b22ff3e0ecf399dd20a28a17ad000e99b17f90e63e02230ed42cf260","messages_hash":"fc3d2b471c374495bf3fe9af9caaef698153c61d1da275f5db423ebf82683d2e","transaction_count":0,"txlist_hash":"a1772d6d909c4fd092a9e511c2f0425480f61c1f2a3d513d973a15e587c47a51"}',0,'BLOCK_PARSED',NULL,'f859307e2614084b0a3ad1c4bf06ed8c306eac132b5997a75cd4e53afb6ed707'); +INSERT INTO messages VALUES(245,310049,'insert','blocks','{"block_hash":"4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c","block_index":310049,"block_time":310049000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8942f10d6fef9406784ab9eaab640597fe271dbca747d39718731c61dfd7035e'); +INSERT INTO messages VALUES(246,310049,'parse','blocks','{"block_index":310049,"ledger_hash":"4bffe3d3071cee255f64108bd8b97652f06190cb73caac5bdc4ef61d3ff9ecd6","messages_hash":"048732cbf462a4b1065c183bbb2e311458529fedf5a1980e221f57dedfa8c32b","transaction_count":0,"txlist_hash":"af66fd2b113c2349077f00be46a1cd5629b2ec39576ae16ec004249438781905"}',0,'BLOCK_PARSED',NULL,'9492d6bf622034b15eeb050d37805a1b917bda5e467e07c90b460508b319e450'); +INSERT INTO messages VALUES(247,310050,'insert','blocks','{"block_hash":"8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348","block_index":310050,"block_time":310050000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'77a77073bd2adada40069aff929b6a9d3cd73c281cbd0aec5c238912e83953b8'); +INSERT INTO messages VALUES(248,310050,'parse','blocks','{"block_index":310050,"ledger_hash":"b00d5001e914fde448457f3b373637385114eeb07d79751241f4c1f50cadc050","messages_hash":"62ed6e53da58561ecdc53c4d40149468fc3555828814ae640656c9c4f8e32c55","transaction_count":0,"txlist_hash":"64149e5936bce967da53b587f07492b64472145ac66f58c1773a4df324ced96d"}',0,'BLOCK_PARSED',NULL,'8ab90ec75649cc958b17c625352ae5b1d17fa7ab3525b3b8b9ac8dbc895fbeae'); +INSERT INTO messages VALUES(249,310051,'insert','blocks','{"block_hash":"b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6","block_index":310051,"block_time":310051000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dd3fcb410ee16295fd2d147ab2c0b22c4f4d967f13dc14a22194e0f1eb6c1b98'); +INSERT INTO messages VALUES(250,310051,'parse','blocks','{"block_index":310051,"ledger_hash":"90dd8fabe43314ac6ab6f5485275a4b1131c232a1e9d92395fc030659873edb8","messages_hash":"1b1b28d5b7778539c7b0a1ee2e5bb59b8c32277a0dc04b6bce3d6e4081c0bfb5","transaction_count":0,"txlist_hash":"71f3161707a90feeb8b8e3340f47a9102c344b652ff70760aaa1f7b3bb30a14f"}',0,'BLOCK_PARSED',NULL,'8b2329e2453079e0190e3b14092fc9c62e29191d39d927868ee075cd3055dfd3'); +INSERT INTO messages VALUES(251,310052,'insert','blocks','{"block_hash":"0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2","block_index":310052,"block_time":310052000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f809a3f926f258025c891f7e9183c384361037954c7eb8f650174f88f0a08a45'); +INSERT INTO messages VALUES(252,310052,'parse','blocks','{"block_index":310052,"ledger_hash":"923848bdc7906ab89898021e05e201f69305087b12803c459f066f2d681fe9b5","messages_hash":"40e5a423f42079215cafa891b542a749d2cfe26f70d85735cc7524f14bc5a16d","transaction_count":0,"txlist_hash":"de443d5cc1b054f4cff96f616b234d91b0b5e3712e6d72e64d564c201b7cd757"}',0,'BLOCK_PARSED',NULL,'989c058c5e2fd2290ea05a746c16079e015626f8c01cce2065fe338ebb5fbc2e'); +INSERT INTO messages VALUES(253,310053,'insert','blocks','{"block_hash":"68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f","block_index":310053,"block_time":310053000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'16b7c0460cc9b115357cd2dfc8054247f41b8fd1163657ba34ab5f029b4531e5'); +INSERT INTO messages VALUES(254,310053,'parse','blocks','{"block_index":310053,"ledger_hash":"e5ecdf8c0a2166fa8fe25adea0d374d34131d29a3c901868fec579eb20a5a930","messages_hash":"18d95b87d67db8c173e73183c7cc538edcae32d3ab4151002a14f7fc5a0ac0ee","transaction_count":0,"txlist_hash":"05b8fe3b76416a506aed1b000e3649af38e59adf26cf0d168c5e84112641ea6c"}',0,'BLOCK_PARSED',NULL,'0bff35019f7019f1a87cfc80a0f920f5205a49d9a8a21143513f6a89ff1d464b'); +INSERT INTO messages VALUES(255,310054,'insert','blocks','{"block_hash":"a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305","block_index":310054,"block_time":310054000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8bca06e1e71dd0716ce45744cdde2022780a1572c7e2b4f65f80e53b1d11b581'); +INSERT INTO messages VALUES(256,310054,'parse','blocks','{"block_index":310054,"ledger_hash":"03cd75c14bbe11800f4d436dce93235787e2521a19b1d5a90796a5de369680d1","messages_hash":"a135c53b91d18e6f0697977e1e2a5e76c37e1c5b3115e6edc096cff143cee00b","transaction_count":0,"txlist_hash":"d8edec966eae31778588f68b7343dbdb4bf878b30cb430246b04ebebdd9e43b9"}',0,'BLOCK_PARSED',NULL,'3d31e4d7ec3d0e8baafb51700a197907ef2dca74444d44bfce9fa6f0a8fc55af'); +INSERT INTO messages VALUES(257,310055,'insert','blocks','{"block_hash":"4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356","block_index":310055,"block_time":310055000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5cd327b7237a27f17b58da34a6928710efd2c6b06f448fc8dd6677547bc08b8f'); +INSERT INTO messages VALUES(258,310055,'parse','blocks','{"block_index":310055,"ledger_hash":"7239560704ca831dfe90791f1cd21ae1f1506275cf6b45933676be9b096d340b","messages_hash":"d9b375e9305b203ca5ac248c614ffe0a38e8faa17bd081612d4e26a9a4f0771b","transaction_count":0,"txlist_hash":"1294057c4f21c98f97d10d96510ce83d0e8d348d138b3caa2c76ef1be47a3c2a"}',0,'BLOCK_PARSED',NULL,'0c15c8f522b1a86d5797fb5d7e5925a83f126d6f31cc31c86d38afba1c14e8ad'); +INSERT INTO messages VALUES(259,310056,'insert','blocks','{"block_hash":"7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3","block_index":310056,"block_time":310056000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3a5d1e1ac09e805013b4e914357e3aea829300a0acb4c8163adec23b4a4b8a63'); +INSERT INTO messages VALUES(260,310056,'parse','blocks','{"block_index":310056,"ledger_hash":"3aa4ef8714cbb71c4f0b052dc7ec7795322103ba7b8361db3f33303f564f3815","messages_hash":"d602dabb9e7a53ba291f76b3c5a3519c5262bc27dffba8a82eae79e1ed2da544","transaction_count":0,"txlist_hash":"211d0e47a87100167138974db02ac1299bf1b2a1d7b60606b19cecf2f06df0fd"}',0,'BLOCK_PARSED',NULL,'ae1c01ceb081f7d3ae9e37f0cb8b254896a9674a0fed23322360452404031338'); +INSERT INTO messages VALUES(261,310057,'insert','blocks','{"block_hash":"4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411","block_index":310057,"block_time":310057000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'df1f5815a7ed1e09df3fa0160011b9e71b64610c897a0d4cbd3c676904d04c77'); +INSERT INTO messages VALUES(262,310057,'parse','blocks','{"block_index":310057,"ledger_hash":"fee33c0a466c580887106b4bb7a8c6aeb7a049c94987bae64f695ae400c4a4a1","messages_hash":"6bd9e4b42c821df681eee97dcf50b2f5ef0e4e6df60aad3b594c16cee4c7a204","transaction_count":0,"txlist_hash":"f851a0d0a25322d5939a5cd2cafc831b6282af5ab81932553cb80ff3825b4a2d"}',0,'BLOCK_PARSED',NULL,'8c1a39efed8ada169ddad125d24d086b27f81ac0405be539320465cd70391cd7'); +INSERT INTO messages VALUES(263,310058,'insert','blocks','{"block_hash":"a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f","block_index":310058,"block_time":310058000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'73517688b769e216bdfae95e8a0aaea0c5c527c4219b45adf5fb0621bd16dc5d'); +INSERT INTO messages VALUES(264,310058,'parse','blocks','{"block_index":310058,"ledger_hash":"94d58bd9a65a2e13c7ea2373e521952e916b0e1d31d803eced96e5c8903aa625","messages_hash":"f19700cd757c09e895b7bfd0579a5c53e314dcd098aa8e16e29642744f00662a","transaction_count":0,"txlist_hash":"e959bddf887904cd324ff7bf5fb60380f2c4a7c2b1b4215c63715a59ad297200"}',0,'BLOCK_PARSED',NULL,'4c519baa895b6f90f0f7411e1a5cfeb8a73b7fd107bff1431b2fa8903bb031d7'); +INSERT INTO messages VALUES(265,310059,'insert','blocks','{"block_hash":"ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9","block_index":310059,"block_time":310059000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d15f3d147a6e84450b5abca43a9dfd81b94b7bc22f9aa37d0a8cbbdee860af7d'); +INSERT INTO messages VALUES(266,310059,'parse','blocks','{"block_index":310059,"ledger_hash":"e9c87b2a652d4ef3d48ac74424f57d06dd85893fd542e0784df067c37396b0df","messages_hash":"4a4da3177dcdd82ca3046aeba713349226d3d9009e6df65976b54bc4215c19be","transaction_count":0,"txlist_hash":"ec205004b519cbbc750bcae821effee41789b3f643f90148e8db2d9d9f83ed49"}',0,'BLOCK_PARSED',NULL,'a4f23f0420ba27011002f65c476c6c06cf309d23b03185a9e657d050d0e5d09f'); +INSERT INTO messages VALUES(267,310060,'insert','blocks','{"block_hash":"974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b","block_index":310060,"block_time":310060000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'62905546eb19c3e88f92636f73245f8fc90850e28d84074de2bda925c0d22ee9'); +INSERT INTO messages VALUES(268,310060,'parse','blocks','{"block_index":310060,"ledger_hash":"b664a0985edab20768aec36096a7b2faa159cef4af7e779ad421942137ee317a","messages_hash":"3be060f4559c9692023d4489362076311cfcbac35b0c8eccc109da899f6ebf85","transaction_count":0,"txlist_hash":"dec86d178abd72944cda84a3154303e16eaf39e5bd5bd59a80cca27a5ed5887e"}',0,'BLOCK_PARSED',NULL,'4d4c987ca9333588d78d3456bd9b16b07b59735b0b5f2c8a9977381341cab0bf'); +INSERT INTO messages VALUES(269,310061,'insert','blocks','{"block_hash":"35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf","block_index":310061,"block_time":310061000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8b648f1b967f961f5c7e85522d1861147f8ce0234ed833a83f51670aa8d0545b'); +INSERT INTO messages VALUES(270,310061,'parse','blocks','{"block_index":310061,"ledger_hash":"5ffa5e1f36c5539b2f5a89a6a60d45ec6372ced770d9b0e0e8dfd61edad84c22","messages_hash":"9bb2655a5db2e3c3d78b7e0ec77b9047c8307ea5835c1be4ca52887cc42ba1da","transaction_count":0,"txlist_hash":"be052ccd372d556b9b28d0d2b6f9dbfc9b32ff173b71d7842fb6008047a67384"}',0,'BLOCK_PARSED',NULL,'9b968f8635b01c8c47e9fb035ec28157437a2fd1f6e6c7fba95db7607e95f75a'); +INSERT INTO messages VALUES(271,310062,'insert','blocks','{"block_hash":"b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f","block_index":310062,"block_time":310062000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1d0578d3f5b5eea703c26701f72bd0cc52b83649ec4ae7347da9c6d2b40c1cb1'); +INSERT INTO messages VALUES(272,310062,'parse','blocks','{"block_index":310062,"ledger_hash":"fc6f9f23c3b8954c7989b0e4ce40087b66dceabc7c0e407ac7f4b397fe2a1281","messages_hash":"98caac2729bf0f6fe4851311de361efdeb8ce572156eb479e3c982b67c8971db","transaction_count":0,"txlist_hash":"1495ca8eeb434877ce36335268a349709e99811e93f416ccf1f0c98114731824"}',0,'BLOCK_PARSED',NULL,'48888752a55b711b614d91441ed4c8159c9e49876f42ad863986c5c3e23ba743'); +INSERT INTO messages VALUES(273,310063,'insert','blocks','{"block_hash":"0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe","block_index":310063,"block_time":310063000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dc0e387487620c07564c0eb8f93764e9a3bb584be7a9ec853c601ab5619c5f32'); +INSERT INTO messages VALUES(274,310063,'parse','blocks','{"block_index":310063,"ledger_hash":"cc6c3b8cf2c457b2f6afb5b208f968544767be8b86ca53bdab4224619a03121d","messages_hash":"951e4ed9440f6aabc2cc3b35e59f5d29699598b9c0cf3ba05b1b5139480404c0","transaction_count":0,"txlist_hash":"93d193df39b7340b932b5abd85a027df086e033ff2b18fd8c9d0d03cd6db392f"}',0,'BLOCK_PARSED',NULL,'7388b5bef0017abb8a7e999efe2c6c4753b4414037ea1d887c92de3a43510dc7'); +INSERT INTO messages VALUES(275,310064,'insert','blocks','{"block_hash":"e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30","block_index":310064,"block_time":310064000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'68ec3410b77a709604275db9c321bee93108bfae4af8413d4e7f2a31f45e509d'); +INSERT INTO messages VALUES(276,310064,'parse','blocks','{"block_index":310064,"ledger_hash":"cc57ac6aec118ebfb03f5113ad1af749522e60ef4ca201d48bd43478cc0a29e4","messages_hash":"47f9b32f54878601579a38cf558f356bcc6975384bc16e20e52083aa4c1a750f","transaction_count":0,"txlist_hash":"064c03f24da9de841de9f492487de4077b842d6de92366d3fe7ff37d558998c1"}',0,'BLOCK_PARSED',NULL,'2dd77162e041b75270cb5f0e4f0a382156fec41b93f38e73309b8ffa8624c151'); +INSERT INTO messages VALUES(277,310065,'insert','blocks','{"block_hash":"8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a","block_index":310065,"block_time":310065000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7a200284070807064e630a35315f8bd99a4663ff22eacd1d67b3e09616c0cf56'); +INSERT INTO messages VALUES(278,310065,'parse','blocks','{"block_index":310065,"ledger_hash":"9999be70079c0943f0a00c54236680bafe0c87dd3bb75c982211f751e7ecdcae","messages_hash":"d10a1353418eddddaa3b4311d3e020f3c3af46d547568bead6d99baf53fbd9eb","transaction_count":0,"txlist_hash":"f1196c84f3767cea82b4dfb6a5e4be30f3ed3f53e9b9cefdadf81af9f2b2bd49"}',0,'BLOCK_PARSED',NULL,'a546678de5818eaa1790e3be8b2eeb674c5f0bc53e564dfca033e4826c37ca9a'); +INSERT INTO messages VALUES(279,310066,'insert','blocks','{"block_hash":"b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d","block_index":310066,"block_time":310066000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'68d7f195bb1150dd977309fc50edf13c3925f09ca8959ad07fe0d717284aeb4d'); +INSERT INTO messages VALUES(280,310066,'parse','blocks','{"block_index":310066,"ledger_hash":"efb2fcb7b5628bb99994bc1ada157bf80b4516d961497aa011c06da1523801d7","messages_hash":"ba4b39e6ec86ccfd3a986ee74a1cb9640c05b05bb7947e53a741786fd4e26e5a","transaction_count":0,"txlist_hash":"ba6d273c442538389e43b3ad47795d7e61d9b17427d1a1044333f96cafe575c4"}',0,'BLOCK_PARSED',NULL,'0b9fc10bb75291a83661c41107fe4896bdbd54b964abb230107490570c53c743'); +INSERT INTO messages VALUES(281,310067,'insert','blocks','{"block_hash":"8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577","block_index":310067,"block_time":310067000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'13dc81e1e96995d3e730e7a66d002dbc530a8061f4bacda62dc3ce66839ff8b1'); +INSERT INTO messages VALUES(282,310067,'parse','blocks','{"block_index":310067,"ledger_hash":"fb396fca9af7816f97b22b8bf1b01951e271a75f1a640dfc64955696dc1c0b7d","messages_hash":"a1c2f9a0b48a4594ff17db7d95f0b4605a3d3dd0f2a02f322523e2e5cd9faa39","transaction_count":0,"txlist_hash":"20ebf686e5c5a50c0df23ee15488559024622039aa4fa47f1b07dc3967bbc760"}',0,'BLOCK_PARSED',NULL,'f3903166a0cc5d601268ae870f371a5537b9170dbcb98fa6a8a791e268bfedee'); +INSERT INTO messages VALUES(283,310068,'insert','blocks','{"block_hash":"9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5","block_index":310068,"block_time":310068000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ed40bbc2c76f0bf6456beaf60951845acab00c70b159c9145347814ebcba9c7d'); +INSERT INTO messages VALUES(284,310068,'parse','blocks','{"block_index":310068,"ledger_hash":"6cbc681ed90e676cc507d07120888bd4c8759873a0b9215f721a0ce707070086","messages_hash":"9e8d400eaf94d76f2f1d0a01baaf1a8d9f1b59dd71be92dd3994495539b4f336","transaction_count":0,"txlist_hash":"d8c09411f0c7fd43774558fd6cc9884b032cfdcca63a08845b61293ff52ef380"}',0,'BLOCK_PARSED',NULL,'2ad2ffd7c909dc74d7ccafe1ab7b6e605ffbbe0ee097d56a9b376a5ab2838faf'); +INSERT INTO messages VALUES(285,310069,'insert','blocks','{"block_hash":"486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7","block_index":310069,"block_time":310069000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53c1147264c9aab15e2d3cbb0a986bf084432ad112038fa01676d1fe56ec9e8e'); +INSERT INTO messages VALUES(286,310069,'parse','blocks','{"block_index":310069,"ledger_hash":"7cb734eb3e24e92de8915a6bea42b6ef721251c481ac9ec751cdbdc08e110011","messages_hash":"2fd1536dbbdbdbcda0d1e76b55f15aa7bbfc8621b96ba9d52003a9fe77fe560d","transaction_count":0,"txlist_hash":"4f02ef18a644ac564db930818e845496ab0ea3caa34ff70878f0f9f0ef6641e9"}',0,'BLOCK_PARSED',NULL,'edd71a9916ea0df9c3dc7a682ed25c15a4a4465fff00cee1d4c9540b948804d7'); +INSERT INTO messages VALUES(287,310070,'insert','blocks','{"block_hash":"8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5","block_index":310070,"block_time":310070000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53c6135535d3e97177be37cd5a9057f2325556bc7cdbc0a3dd1d59ed2da21993'); +INSERT INTO messages VALUES(288,310070,'parse','blocks','{"block_index":310070,"ledger_hash":"7b57a4d1ce0995a938e174e52a096cc9829a0ddd59f698ed04d8b43371a78126","messages_hash":"158873a5120cbf32d2233722eef731dc7305a9d6b9eb9be569a1a73725d4e6fc","transaction_count":0,"txlist_hash":"7716368643d8c6d26932d9efabb6fd6e574c1b13b8f149363ec4b99d9f405435"}',0,'BLOCK_PARSED',NULL,'01a59e4b00d8c68f9983f0afdd10ff51b840ad78a90252a7e320546c4d93f65f'); +INSERT INTO messages VALUES(289,310071,'insert','blocks','{"block_hash":"7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b","block_index":310071,"block_time":310071000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'10afca2cf35c571509f297ac195f4c3141ec59d28c3ae1e71b65683def90e4c0'); +INSERT INTO messages VALUES(290,310071,'parse','blocks','{"block_index":310071,"ledger_hash":"f46f820a64ced97ccf68a56c048459de0b2855ecd4299e447c4b630913ce1749","messages_hash":"7d2d103499f073a873bdfdbfaffbcb52c90f3a838004ce39ed25a078454f6d41","transaction_count":0,"txlist_hash":"71375966f9a524c1df04c5033ebb17e4293053f3ecb8e724a2f093b3373641b6"}',0,'BLOCK_PARSED',NULL,'9a4ddf912f98fed963ff61da81817ad9b87e81d37f869dc87741ac577751cb09'); +INSERT INTO messages VALUES(291,310072,'insert','blocks','{"block_hash":"7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a","block_index":310072,"block_time":310072000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ac3c72112b294a43b2d600e6335c757c5061c84877e46dab7734dc4aa0a29df2'); +INSERT INTO messages VALUES(292,310072,'parse','blocks','{"block_index":310072,"ledger_hash":"878239189ae0afa759af5e59db8a17fd17c0c9a2c017384fd2d0ca789e738050","messages_hash":"5bc4e604c5cb909c04c37439a6146a34491155bd13966cfb348134d76f690453","transaction_count":0,"txlist_hash":"4ead629f99d32f3d0ef6c5f7ad1bbffa91608d71b815293128461a9b5850ad15"}',0,'BLOCK_PARSED',NULL,'c74ebd14c1230ed8ed396cc6c55847abd3018718bb04d55781286e111e19a368'); +INSERT INTO messages VALUES(293,310073,'insert','blocks','{"block_hash":"ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943","block_index":310073,"block_time":310073000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'23f828103c548a351e760b996c5b8136c8fdda62e900084f840d386215371659'); +INSERT INTO messages VALUES(294,310073,'parse','blocks','{"block_index":310073,"ledger_hash":"d2d86823f727bc075138653a682373a9c76d21d48b5881968adb66042b501e53","messages_hash":"d81f6f5389c4a0344c2856bcef7d397bbbc787a7530e06c5f196d09360aed9dd","transaction_count":0,"txlist_hash":"3958da4cebd7670ab3e197b6ff8b5a770dc756dccc1806bdd050513e75e9e33c"}',0,'BLOCK_PARSED',NULL,'3d3e61698a59ab62d2ec632421b1bc8f26ddce4b5f717afc930df9265abc5268'); +INSERT INTO messages VALUES(295,310074,'insert','blocks','{"block_hash":"ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb","block_index":310074,"block_time":310074000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c9add4dec23d4778c0e0bf6e2fd5a9273fcf9526d34478fa5935a119b64115ad'); +INSERT INTO messages VALUES(296,310074,'parse','blocks','{"block_index":310074,"ledger_hash":"9fd098fcc7d71c0c46fc741ea278de92589c44a6efc4980ced53843193553ea8","messages_hash":"86b862acf1b23ab0e46bc040cad79d5967830e1e627afcbc740ee316db38b345","transaction_count":0,"txlist_hash":"f5b2e274c8dda92ac634490b28d13b18d7aeb22fd1a5101c805d3f4265422a7c"}',0,'BLOCK_PARSED',NULL,'8273ed50fd8d6f534b762bbcb328f78116b171fc28da11da0c75d3011e21c863'); +INSERT INTO messages VALUES(297,310075,'insert','blocks','{"block_hash":"ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b","block_index":310075,"block_time":310075000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fc3429a3d55081d8b06a79bb127b6e8949e2bcb13735c4926765de0a3a4eee94'); +INSERT INTO messages VALUES(298,310075,'parse','blocks','{"block_index":310075,"ledger_hash":"f1ad21f9b4134bc0225c26fb8969af3565c07997197a7ed9636c01f187f07042","messages_hash":"998b6502c2dc3d84d0b5e4310e8c4f97e063f395e8e7011cc745c900046e84c4","transaction_count":0,"txlist_hash":"3711ef31e2cc58fe1a9cbcf0a5bfdac9a805f346137b923fd86c65f850b35eae"}',0,'BLOCK_PARSED',NULL,'fa6c275bccdb60a3f6edee18400d41e9d9d7e075144054d7c154f40ab397a6c0'); +INSERT INTO messages VALUES(299,310076,'insert','blocks','{"block_hash":"3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92","block_index":310076,"block_time":310076000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4b5ff87798116dbf1aad2499c07086ca18dbb03751cd15ee5cd6254eab9696ad'); +INSERT INTO messages VALUES(300,310076,'parse','blocks','{"block_index":310076,"ledger_hash":"9a1f3de6b5a255720973fb0c93ae2bc8fe8936565140b8ae991b9d83f86a0002","messages_hash":"ace4519956bfda98a6525a2b24b214281b4d32f42a23657d9182fe54a1696496","transaction_count":0,"txlist_hash":"8e73f7f52266820ca7f25665628e31afc6a5e3dcbbf51bc1bc8635440ecdf669"}',0,'BLOCK_PARSED',NULL,'13fc9ca4673404e870d8842a03c67956c85a366fc544f9a881fdb3a5d8f7bdb5'); +INSERT INTO messages VALUES(301,310077,'insert','blocks','{"block_hash":"d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd","block_index":310077,"block_time":310077000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ebfb0fa40907ad589b18758f030396ce7f94869d6727b9316bfcc37120c6256'); +INSERT INTO messages VALUES(302,310077,'parse','blocks','{"block_index":310077,"ledger_hash":"ab56d9f59575b2d8ecc4933bbfa1fb0cb81c7a6fe84c1ba81bdee40c3da13164","messages_hash":"6e12925d4942207ae808f806bbcc9d43a008029550ddad8bbc624b3dfb4528ca","transaction_count":0,"txlist_hash":"2720a0a338a84ae1b56086f0d4f1b341eb5e3b46e9290887d7675800c6872081"}',0,'BLOCK_PARSED',NULL,'841093b8f774d38dc0507482def5cc87ac471ac04cdea6eb79fa68b1cfee6733'); +INSERT INTO messages VALUES(303,310078,'insert','blocks','{"block_hash":"f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6","block_index":310078,"block_time":310078000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'884c961578eef2c687e3d200a4d11616fb413c7b39d6686f1507d2f2aa36c824'); +INSERT INTO messages VALUES(304,310078,'parse','blocks','{"block_index":310078,"ledger_hash":"8399d461b5079a145c716f8f6004d2f7870fe93786bd944fa36ef27134c9517c","messages_hash":"9e5c7e41c40693fafa71af7916eb3381ea4c47e4352cde2861436258d5a8e37a","transaction_count":0,"txlist_hash":"18ee24262532a6a1e49086f1a8ea0161a5c1ae80ce2230f1b76ce782f6aff39a"}',0,'BLOCK_PARSED',NULL,'68135091bb03214211ec9a4c2b39b6eee6877ac1ec592ff04d6bd6bd122176ea'); +INSERT INTO messages VALUES(305,310079,'insert','blocks','{"block_hash":"f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c","block_index":310079,"block_time":310079000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'87f7e65667ac3cf6befee2ec42eca4dcd61466ee57bafdce806e512cc10a5e55'); +INSERT INTO messages VALUES(306,310079,'parse','blocks','{"block_index":310079,"ledger_hash":"b6696a1511704128bbd5ec2c80a1d7d8d3bda6b959f1a674537ace152cb7f8bc","messages_hash":"4e5cf0ea770eef693c3057e96d701a7071e4b6f637ae7ddd6fc4f72f034a5b1b","transaction_count":0,"txlist_hash":"e839a4222aad212860b0698214f3d426d065226d1e7983e6620325a583b28abb"}',0,'BLOCK_PARSED',NULL,'08a32d0a8076b5139b6201ef3f0d8548f56477fedda177271f7a79ff57fca26e'); +INSERT INTO messages VALUES(307,310080,'insert','blocks','{"block_hash":"42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c","block_index":310080,"block_time":310080000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fc5573d45930fd44e08cdae33e0de83a5688a962a871ec31d3587e31023be39d'); +INSERT INTO messages VALUES(308,310080,'parse','blocks','{"block_index":310080,"ledger_hash":"9aea0f996c36a815e4103b86ee7fc9be784d7c72549e54d04d84cf7fb8adfb78","messages_hash":"ff46cfe78431b281152900f20c349fdb72cc7525eb1a5c0faef358362d5bdd1f","transaction_count":0,"txlist_hash":"fca6c96a2d6bbe118c5418a3e2b85dced8cfc0da2a8b46fef65f49e81a459efc"}',0,'BLOCK_PARSED',NULL,'4992f327cfbb4a1390c70d05999320ad27d84b01b00d99cb41ef81ad88c21cfd'); +INSERT INTO messages VALUES(309,310081,'insert','blocks','{"block_hash":"6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4","block_index":310081,"block_time":310081000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'668a181dd998a5c37628e98f2a9af9c83a43f2e21dd4fa6655d4fa1cea5238e4'); +INSERT INTO messages VALUES(310,310081,'parse','blocks','{"block_index":310081,"ledger_hash":"7571b554c5600796b60982bb6df3517eed517a2a3627f8383b92a073cc4a5872","messages_hash":"bc3a906e11576d1db05bf37e6216faecab4870c7ea380793f2a3f6a8f4f58e6f","transaction_count":0,"txlist_hash":"a168e4a6c3de65e68532d534107bc3033588b2b0d67ae2f5d23b1ffac1a21ca8"}',0,'BLOCK_PARSED',NULL,'12de4d037eae07d67a97a198deca006c23523b195d27b2263c521c831eb8834a'); +INSERT INTO messages VALUES(311,310082,'insert','blocks','{"block_hash":"4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644","block_index":310082,"block_time":310082000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f36cb0b81cd7d7162ea582ec005ec6c73b060d6e25e08c1eb62baf64d10cca67'); +INSERT INTO messages VALUES(312,310082,'parse','blocks','{"block_index":310082,"ledger_hash":"b2507a73ff4f6998582daac667c457308ba78744e3d1d7533c0232092e3eab1f","messages_hash":"3e67d38d33ee7058e726569c85e670baf12723dd9a83c83bb54f0e7545784ded","transaction_count":0,"txlist_hash":"379aebcf4d32a0480f5d334f5c04629b6ace33bdc5f138907c338eab7b1d9093"}',0,'BLOCK_PARSED',NULL,'53132041186d8bcafaf070d34f3c06c06bdc8e590ce5c6b2ec29ed04cc72e5c7'); +INSERT INTO messages VALUES(313,310083,'insert','blocks','{"block_hash":"9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850","block_index":310083,"block_time":310083000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37774967cf2525ab1244ed5364d76336fddb75eef016d1f49508308aec8dafbc'); +INSERT INTO messages VALUES(314,310083,'parse','blocks','{"block_index":310083,"ledger_hash":"18566f22ffb9bc5f98712ef3234f8da84f8f3e382007b23c3bb8e6c910043746","messages_hash":"985d8862df59d223004323f14a2a6b24233aca1f9ff9a8e0470e82714eb4dc09","transaction_count":0,"txlist_hash":"b238ccb2ac0b6329a0fc30267fd29e4813bfc786ad871de90c1797c6c72e65bb"}',0,'BLOCK_PARSED',NULL,'a81bc315d4e2002a77d983c66d5f5d4be662f04c53707d0ec3ffef409d3f5f05'); +INSERT INTO messages VALUES(315,310084,'insert','blocks','{"block_hash":"1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3","block_index":310084,"block_time":310084000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4c4c392f758d59126cbf8faa90959e38e106af808f9146c8744edf3a80fc3b7c'); +INSERT INTO messages VALUES(316,310084,'parse','blocks','{"block_index":310084,"ledger_hash":"72c44bddd5b54657623692e444bf893ca7b6d8da992c274bcbaa37c6db903825","messages_hash":"4536e5d67316fc1628654c1bb6d5ce63bae98040ae8b4a091645b3fe623297eb","transaction_count":0,"txlist_hash":"2736ff0669b8c3cfb5b4ad8f082e23d985cbf0c4ba9990175febf1c02882bdf9"}',0,'BLOCK_PARSED',NULL,'4912c1ebdd621c3df59451c0db5bae30fc197eb9cc76dc735b5da88670acdbdf'); +INSERT INTO messages VALUES(317,310085,'insert','blocks','{"block_hash":"c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34","block_index":310085,"block_time":310085000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a58be1606da3c479f06fe4b7ed9ce8052b4a30b62dad08cb3e183b242e167b35'); +INSERT INTO messages VALUES(318,310085,'parse','blocks','{"block_index":310085,"ledger_hash":"1ddc441adb4b262862caf5b811b2375bd376d9b5d7b8ee251c4337478833cde9","messages_hash":"2b8bd8e408b8eb299ec9a84b977a3158d5992cc8918e4a5dda5f9610bbaccd63","transaction_count":0,"txlist_hash":"3407db619adaf80236c8319a7e9283c10a43a7b1717d4d89115ac90e8f52b706"}',0,'BLOCK_PARSED',NULL,'98e334e04668fbcd4a3ede74d01f8d783eaa0e4d9656c5c29a112a23cdb48d51'); +INSERT INTO messages VALUES(319,310086,'insert','blocks','{"block_hash":"080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78","block_index":310086,"block_time":310086000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fca63e9d765f9df6e435d0d882927c70bfca9b009b6dbdb426b0ec04efff6853'); +INSERT INTO messages VALUES(320,310086,'parse','blocks','{"block_index":310086,"ledger_hash":"b59447846d380cb8d32639ca13e6e396b68b18483f70b6380296bff65dced3d2","messages_hash":"00630ee16df58b44290f5ca6569a9f0a5d9f2773a3700521da1ac720ff94ad6c","transaction_count":0,"txlist_hash":"e02f456fb1e9b6de38bb9923f6f68973d592ffa04f65731c66dae734e4fd1d44"}',0,'BLOCK_PARSED',NULL,'9b1cd01209f50a4daf4cdf9ce0c5ee8681bd52bb6d69a42001202f75f76972ab'); +INSERT INTO messages VALUES(321,310087,'insert','blocks','{"block_hash":"4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c","block_index":310087,"block_time":310087000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a1f7d8473d514076dbdfb8a566607e34fc475b4ac098c3455305ffc5af2bb3f9'); +INSERT INTO messages VALUES(322,310087,'parse','blocks','{"block_index":310087,"ledger_hash":"54a1c32d20665e7ff92ea43451ff2e59a98136ad7da576fa6b2614dda700b707","messages_hash":"7ac6e2f09d2fe91c424200d13e7fdaba5d60b695dbc9f1dfe1b58ffc7ccde497","transaction_count":0,"txlist_hash":"5177e82a6aa417664930ecdb0495e108b3fb660ff08a608fa540a29b0c4c2650"}',0,'BLOCK_PARSED',NULL,'c0d8b78d0f9dbacadce3181a270da689b4a59a8ea0c06b3048e5286221f4d1f9'); +INSERT INTO messages VALUES(323,310088,'insert','blocks','{"block_hash":"e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3","block_index":310088,"block_time":310088000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'143e527c2cd83cb6c4e6f3b0e150bd687e7f9b5c942d8b3d0ac817daf2963764'); +INSERT INTO messages VALUES(324,310088,'parse','blocks','{"block_index":310088,"ledger_hash":"f0bef715c366843e002c75992b8d50d82a3ea54f144350f158e862eb03cb45dd","messages_hash":"936c46644d77d006a6566c52635e0a32c506b8fcc3ca987ef34c7393d0b0674e","transaction_count":0,"txlist_hash":"84abe1e98b75d07291ef4b9847c336f787fdcc74f9a2570d23cb8ce396c9104a"}',0,'BLOCK_PARSED',NULL,'7ca32ade6fd2b6176d53bda61d104f6ca47d952c594abff892924a7634c8b408'); +INSERT INTO messages VALUES(325,310089,'insert','blocks','{"block_hash":"0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33","block_index":310089,"block_time":310089000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'66c127af092aaeb55ef42eeecee90e5fb5762627a56c32ee93e9f99de9bdb6e4'); +INSERT INTO messages VALUES(326,310089,'parse','blocks','{"block_index":310089,"ledger_hash":"0a4ce98b783b97f81fff9ab73d7a7091087e8511ebb425c81ccf60c3f9edbfd6","messages_hash":"bc551a5ece4b66b9049a30c5d5acd5beecc7de920231373f85124309e5c1cc98","transaction_count":0,"txlist_hash":"ca0f3a6b9b2eafb864eb324359d4ad9dd85361a7c7d2833ba6bfd230d0e60773"}',0,'BLOCK_PARSED',NULL,'e3cfad705947c67ec0c88d126f0421e05c1d16a80745301013161b50fc0e0c98'); +INSERT INTO messages VALUES(327,310090,'insert','blocks','{"block_hash":"b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969","block_index":310090,"block_time":310090000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b1891e4d00cbf5d6ef3d708989dc7e87b8f5083c4ebccf61c1e94286070a7c8c'); +INSERT INTO messages VALUES(328,310090,'parse','blocks','{"block_index":310090,"ledger_hash":"f3b6781eebab3a6928791cf281d4ae7cb4f7fb59c6ae7575eba253e6ec6e447b","messages_hash":"799bff36118ef6cb309b5fbd6e6176f4871e4b30fe758081128d3da1d31f4640","transaction_count":0,"txlist_hash":"283080af19ccbde44c6e268326ddde17fc850d7ca1add3698adb3e606cd984e4"}',0,'BLOCK_PARSED',NULL,'2744a0ad0de50aa390f68fc270f69e8b1c40feaa9f48a57cf3fddf0fbc7f496a'); +INSERT INTO messages VALUES(329,310091,'insert','blocks','{"block_hash":"734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c","block_index":310091,"block_time":310091000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a034e4b81e14b581b45dd83ae4db6ee7c92a76523ed26693c52e44e853af4ce6'); +INSERT INTO messages VALUES(330,310091,'parse','blocks','{"block_index":310091,"ledger_hash":"14261b6b340632c469847700cee16c0163a7f8cad4dac7ad4555efeb5f3235fb","messages_hash":"197306cc15a3f494030a725a76dc6ae44ec22e54e9bc111bdc4f43d2df159c60","transaction_count":0,"txlist_hash":"744bcdbcd8d44066eb9528c6fa39109148ea557d3cc3bdb88a818b9f9a9dcb25"}',0,'BLOCK_PARSED',NULL,'703cfee1aecfc041c2adf209525d4f6cb0345b62f46b0133800ab380e4e20475'); +INSERT INTO messages VALUES(331,310092,'insert','blocks','{"block_hash":"56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d","block_index":310092,"block_time":310092000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1144bc5dda945802872200f3dd7a27f78d052ac8d7c79de383d99e799960ba56'); +INSERT INTO messages VALUES(332,310092,'parse','blocks','{"block_index":310092,"ledger_hash":"3c033a502e1890e8a3c697e354cd1769e4300ce7f62ee7ac47a7201e1ad5de2c","messages_hash":"d3a31d2aad13f2bd51d03708d68df75e775782b39944c7ee782577063d2722e0","transaction_count":0,"txlist_hash":"c424d1724a85f76a855b4dc834c8b599f764b5095b0649448a0fa2aef1e41d31"}',0,'BLOCK_PARSED',NULL,'bfdd5adbd92d06f75066dd0643d918dc0a9cf014e95e5654d9442f1e4ba3000c'); +INSERT INTO messages VALUES(333,310093,'insert','blocks','{"block_hash":"a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc","block_index":310093,"block_time":310093000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5349e6198232dc952c18f6edea8e0a18f137794a473950d1eef380866ddb712d'); +INSERT INTO messages VALUES(334,310093,'parse','blocks','{"block_index":310093,"ledger_hash":"acc1dc4b7ec10c0989af833b57640be486035d76f74b57a50b023fb60f418be2","messages_hash":"ece97f24fc96f3ecb20f59e6974e8df587d1570b4388b2328dd1c5184cd542b9","transaction_count":0,"txlist_hash":"dde73fa3b80a8e2d1cb8aa692dd62ad712549fdceebf4083965cb36f692d45d9"}',0,'BLOCK_PARSED',NULL,'98f4efdb5b548247727e1fb6c32bb0849e089366dcfe54c366d1228f7afc06ac'); +INSERT INTO messages VALUES(335,310094,'insert','blocks','{"block_hash":"2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23","block_index":310094,"block_time":310094000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8ed900e9f6c82faf00bf0cbcf113212c4294ed22e5b501e1414d3a1c7e243911'); +INSERT INTO messages VALUES(336,310094,'parse','blocks','{"block_index":310094,"ledger_hash":"1443d97efeeb04291e117b152f1e18537035a59c80fabb574577cb3e66e5db59","messages_hash":"3e69a7737f383fd294b6fcad27ee1d264d40ce39b6dd31390a247e5de895226f","transaction_count":0,"txlist_hash":"a52c247beb178317cdd18532927c8281abe3af9914c676cf250084d4b1e96762"}',0,'BLOCK_PARSED',NULL,'47672e48864ad808ff2b8f4e8cf816b9131cb2a38902c19fe08d218813b34bc8'); +INSERT INTO messages VALUES(337,310095,'insert','blocks','{"block_hash":"bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2","block_index":310095,"block_time":310095000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7c7dbd549dbd785aa33f0d800120b8dc258f736544429efd808a863e908526d0'); +INSERT INTO messages VALUES(338,310095,'parse','blocks','{"block_index":310095,"ledger_hash":"1c74208da191b965f52006e577c3f4df30f29b36b1d137ab457bbfe30737285d","messages_hash":"d8e545af68d4bccabfc5b6342f55ca218aa0e48e0964d6fc89034d544861b8e6","transaction_count":0,"txlist_hash":"693d04e9be7d9de1aee3cfe832c6d913213bbf44b0f04a5b394e1aceb77b7b49"}',0,'BLOCK_PARSED',NULL,'294e950f7a7154946b3281482dfac4407abacdf118535bdc1c1119047cd9e301'); +INSERT INTO messages VALUES(339,310096,'insert','blocks','{"block_hash":"306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f","block_index":310096,"block_time":310096000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f27d97878183cce2883779091078ad2e7c88eadcb6593d21c1c8e71182fcabd0'); +INSERT INTO messages VALUES(340,310096,'parse','blocks','{"block_index":310096,"ledger_hash":"662e1b232c5afeba4df756a31d7b63f7f33dbb4aa752abbea9f0b57f1c7c4295","messages_hash":"284297a3652c0f46e642077a1c89b61bf141ae07bfb406ab4b2d423bc084023a","transaction_count":0,"txlist_hash":"bce25b4036b54089a064c1fd781923787126977938ff3c206f0a8d76ddf52489"}',0,'BLOCK_PARSED',NULL,'5c905223af61c04daadd1196f3f071b3c938bccff025383ca9cc6a8d57968a68'); +INSERT INTO messages VALUES(341,310097,'insert','blocks','{"block_hash":"13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf","block_index":310097,"block_time":310097000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'efbd91f3fa2a3d9a072360d2de0ab5be314dca1f6f5f34fe437fe86ae5c09527'); +INSERT INTO messages VALUES(342,310097,'parse','blocks','{"block_index":310097,"ledger_hash":"8a1b60657764a35ce95c9e215600f63f0fc8c4933c682ea017553010743c97a2","messages_hash":"67563164f553e3bf0d96727b8351474676f7758341307b77c381f1ddeda372f5","transaction_count":0,"txlist_hash":"0d0259b0c4755aba3d725283f1773bdd766a0ae009f2b94be00a5589b61ef8f5"}',0,'BLOCK_PARSED',NULL,'fdb5c589bf86e134fc85e27f9c5fd667253ff5407021d12fcc938dd502250807'); +INSERT INTO messages VALUES(343,310098,'insert','blocks','{"block_hash":"ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca","block_index":310098,"block_time":310098000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'39c202eb431143adc233e08b77e4a0ea49b4340e67931c4f5b3e1d0b0c5cd92c'); +INSERT INTO messages VALUES(344,310098,'parse','blocks','{"block_index":310098,"ledger_hash":"c2e25d20f3c50a67a4268d9aa3e386c92e5217cf8f106d2affaae19e49b48828","messages_hash":"ec203c43cd455f11e11813073fbbfd5905dc50aa23f040b0f41df16d6fa4152a","transaction_count":0,"txlist_hash":"32c25e6b70ffe5ea4582a7fd8bf8c892d4fe0afb247e3aca79686e5b5ce9e430"}',0,'BLOCK_PARSED',NULL,'ce899a582ade772e1e23df70b08920fd82670ef9b5c467e49a667ddfce11aba7'); +INSERT INTO messages VALUES(345,310099,'insert','blocks','{"block_hash":"3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a","block_index":310099,"block_time":310099000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'61a96e0756a05000b6ea4ab76489728f9f870eae812c3a7fb34ef524c16fd94e'); +INSERT INTO messages VALUES(346,310099,'parse','blocks','{"block_index":310099,"ledger_hash":"bd7479caeb388072138c99d19624e495200df1bf02f47caf0ae8a5007fd9dfce","messages_hash":"91d6b64f4ef22d3303a01c09142c6bff457a59743f71e1e789ec8cf954d8bbf3","transaction_count":0,"txlist_hash":"0fdf6d97b6a63f690d30aca13e27aa4cd6bc3ebbf525cfe6f6eee3ce529dfff4"}',0,'BLOCK_PARSED',NULL,'de4468b3b77b83985562d21891e659282544ae29c982d38b14bc752c0d86088a'); +INSERT INTO messages VALUES(347,310100,'insert','blocks','{"block_hash":"96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb","block_index":310100,"block_time":310100000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f21fbe254f6b68e00f1486f43b5048917acc9746e9b15c57014e1d3d4b4301ee'); +INSERT INTO messages VALUES(348,310100,'parse','blocks','{"block_index":310100,"ledger_hash":"ddb8394df96a37e0127c8894e669072cb195ac953e2a3e922b95bf40804820b6","messages_hash":"df97cba9d8c906634ce5952beb1ef5850485a9b69a273ef5a1e1c16586f74910","transaction_count":0,"txlist_hash":"8cd686429ec5799fb9a78d07d662c5f51431c6d79691a45c109d512d261aa5df"}',0,'BLOCK_PARSED',NULL,'a8900283d9ef6be03411f302bc54dc639b6651fe77aac10a1f67d296051597e8'); +INSERT INTO messages VALUES(349,310101,'insert','blocks','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f7d7fcd1f455fe9d3f3c7a712e04aeb28487a89bb58e5cf43ab9f50563bb3018'); +INSERT INTO messages VALUES(350,310101,'parse','blocks','{"block_index":310101,"ledger_hash":"3ed7694459a57281ba8e4159ce156333aae4b596aa3ab5193ea6c1901f2c9667","messages_hash":"29071454ade10524dce2ca9c262a7522778ab4c09bb8e5ea7758a6469d69f8d2","transaction_count":0,"txlist_hash":"b6c153092c9e72a0fc5f32febc767803bf50df6886edea271315e382903b8cc1"}',0,'BLOCK_PARSED',NULL,'5c326f65501b3f78a3be0ce0ac4454abd4b03ea40e0c3e31b6159abbb31dc76e'); -- Triggers and indices on messages CREATE TRIGGER block_update_messages BEFORE UPDATE ON messages BEGIN @@ -1295,8 +1312,6 @@ CREATE TRIGGER block_update_broadcasts END; CREATE INDEX broadcasts_block_index_idx ON broadcasts (block_index) ; -CREATE INDEX broadcasts_status_source_idx ON broadcasts (status, source) - ; CREATE INDEX broadcasts_status_source_tx_index_idx ON broadcasts (status, source, tx_index) ; CREATE INDEX broadcasts_timestamp_idx ON broadcasts (timestamp) @@ -1440,32 +1455,33 @@ BEGIN TRANSACTION; -- Table issuances DROP TABLE IF EXISTS issuances; CREATE TABLE issuances( - tx_index INTEGER, - tx_hash TEXT, - msg_index INTEGER DEFAULT 0, - block_index INTEGER, - asset TEXT, - quantity INTEGER, - divisible BOOL, - source TEXT, - issuer TEXT, - transfer BOOL, - callable BOOL, - call_date INTEGER, - call_price REAL, - description TEXT, - fee_paid INTEGER, - locked BOOL, - status TEXT, - asset_longname TEXT, - reset BOOL, - description_locked BOOL, - fair_minting BOOL DEFAULT 0, - PRIMARY KEY (tx_index, msg_index), - UNIQUE (tx_hash, msg_index) - ); -INSERT INTO issuances VALUES(6,'1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7',0,310005,'BBBB',1000000000,1,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',0,0,0,0.0,'',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(7,'3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846',0,310006,'BBBC',100000,0,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',0,0,0,0.0,'foobar',50000000,0,'valid',NULL,0,0,0); + tx_index INTEGER, + tx_hash TEXT, + msg_index INTEGER DEFAULT 0, + block_index INTEGER, + asset TEXT, + quantity INTEGER, + divisible BOOL, + source TEXT, + issuer TEXT, + transfer BOOL, + callable BOOL, + call_date INTEGER, + call_price REAL, + description TEXT, + fee_paid INTEGER, + locked BOOL DEFAULT FALSE, + status TEXT, + asset_longname TEXT, + reset BOOL DEFAULT FALSE, + description_locked BOOL, + fair_minting BOOL DEFAULT FALSE, + asset_events TEXT, + PRIMARY KEY (tx_index, msg_index), + UNIQUE (tx_hash, msg_index) + ); +INSERT INTO issuances VALUES(6,'1ba2a0b4ee8543976aab629c78103c0ba86c60250c11d51f9bc40676487283b7',0,310005,'BBBB',1000000000,1,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',0,0,0,0.0,'',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(7,'3f9e2dc4f7a72dee0e2d3badd871324506fe6c8239f62b6aa35f316800d55846',0,310006,'BBBC',100000,0,'1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',0,0,0,0.0,'foobar',50000000,0,'valid',NULL,0,0,0,'creation'); -- Triggers and indices on issuances CREATE TRIGGER block_update_issuances BEFORE UPDATE ON issuances BEGIN @@ -1473,8 +1489,6 @@ CREATE TRIGGER block_update_issuances END; CREATE INDEX issuances_asset_longname_idx ON issuances (asset_longname) ; -CREATE INDEX issuances_asset_status_idx ON issuances (asset, status) - ; CREATE INDEX issuances_block_index_idx ON issuances (block_index) ; CREATE INDEX issuances_issuer_idx ON issuances (issuer) @@ -1485,8 +1499,6 @@ CREATE INDEX issuances_status_asset_longname_tx_index_idx ON issuances (status, ; CREATE INDEX issuances_status_asset_tx_index_idx ON issuances (status, asset, tx_index DESC) ; -CREATE INDEX issuances_status_idx ON issuances (status) - ; COMMIT TRANSACTION; PRAGMA page_size=4096; @@ -1696,8 +1708,6 @@ CREATE INDEX rps_status_idx ON rps (status) ; CREATE INDEX rps_tx_hash_idx ON rps (tx_hash) ; -CREATE INDEX rps_tx_index_idx ON rps (tx_index) - ; CREATE INDEX rps_tx_index_tx_hash_idx ON rps (tx_index, tx_hash) ; CREATE INDEX rps_wager_possible_moves_idx ON rps (wager, possible_moves) @@ -1868,14 +1878,10 @@ CREATE INDEX dispensers_last_status_tx_hash_idx ON dispensers (last_status_tx_ha ; CREATE INDEX dispensers_source_asset_origin_status_idx ON dispensers (source, asset, origin, status) ; -CREATE INDEX dispensers_source_idx ON dispensers (source) - ; CREATE INDEX dispensers_source_origin_idx ON dispensers (source, origin) ; CREATE INDEX dispensers_status_block_index_idx ON dispensers (status, block_index) ; -CREATE INDEX dispensers_status_idx ON dispensers (status) - ; CREATE INDEX dispensers_tx_hash_idx ON dispensers (tx_hash) ; CREATE INDEX dispensers_tx_index_idx ON dispensers (tx_index) @@ -1901,6 +1907,7 @@ CREATE TABLE dispenses ( asset TEXT, dispense_quantity INTEGER, dispenser_tx_hash TEXT, + btc_amount INTEGER, PRIMARY KEY (tx_index, dispense_index, source, destination), FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -- Triggers and indices on dispenses diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_2.log b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_2.log index 018c9a68db..bf20758e0c 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_2.log +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_2.log @@ -12,10 +12,8 @@ SQLITE_LOG: statement aborts at 13: [CREATE TRIGGER IF NOT EXISTS block_update_f BEFORE UPDATE ON fairminters BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); END;] databa (17) SQLITE_SCHEMA -SQLITE_LOG: statement aborts at 11: [SELECT name FROM sqlite_master WHERE type='table' AND name='config'] database schema has changed (17) SQLITE_SCHEMA SQLITE_LOG: statement aborts at 27: [INSERT OR REPLACE INTO config (name, value) VALUES (?, ?)] database schema has changed (17) SQLITE_SCHEMA Cleaning `transaction_count` table -SQLITE_LOG: statement aborts at 11: [SELECT name FROM sqlite_master WHERE type='table' AND name='config'] database schema has changed (17) SQLITE_SCHEMA Initialising asset cache... Asset cache initialised in 0.00 seconds TX Construct - Transaction constructed. diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_2.sql b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_2.sql index 7427587c85..a58391f43f 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_2.sql +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_2.sql @@ -19,112 +19,112 @@ CREATE TABLE blocks( transaction_count INTEGER, PRIMARY KEY (block_index, block_hash)); INSERT INTO blocks VALUES(309999,'8b3bef249cb3b0fa23a4936c1249b6bd41daeadc848c8d2e409ea1cbc10adfe7',309999000,'63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223','63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223','63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223',NULL,NULL,0); -INSERT INTO blocks VALUES(310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'a16ae7423db132c887ae41cc33b7fa48a0cc6571d5a49e0963be25ec8a9769b4','b8fb4fb649dd315851564165b076d636e5a85e043d59c11877bdccced38f1b3e','2f1739da6af89a64a270eb18f33e6b1d96587b44c2621ac4e660892efc5c182d',NULL,NULL,1); -INSERT INTO blocks VALUES(310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'0cda5c4a26f0b23d5b948142dcd226b2718c57c9c6a481250128a7a1c8ad30dc','1c009ff73127980e51ba6a7035bec5c2a9650b5a184da1d55c3d807fa658f8e7','b68d11b9f724844b0d287630930328f177cb88db1e741eb7d9d6f16203766a23',NULL,NULL,1); -INSERT INTO blocks VALUES(310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'657c31576766cf1f8a699a14e6c7493498673f1948bea1be4f639247f4d52d53','c674bb5077acb71ab19a6a4a8f779015846135e7b93a5006555fe1f4ad10c58e','3f8862596bc87de0ffb2905d7dff8d7dd2960857ab5a0f38574bc5516f1380bc',NULL,NULL,1); -INSERT INTO blocks VALUES(310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'e11e7eeb21ff539c27324c94a407dc6f04c739f3ed9841f9f661bf4441e4d847','105a5c9915547d3ebfe733d284d6e812cada8e86a904510fc196e2f0af5b50a4','6ca7e86b60549910e40e827f4868780a8ae38f20e2bdb409c4790a10a4e265c5',NULL,NULL,1); -INSERT INTO blocks VALUES(310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'2742a3e99eed62c09d9ecdaf501aa69b0d0b21fc092ca061448d5016957f35e0','369b47f51b512708e680edc5ba459b91e2a514f5a5c7cb8435670a4b3ed34dbe','d1918ef348e8743afdedf881f01f633b0faae88b86b48c7200a68c0962d7f7a6',NULL,NULL,1); -INSERT INTO blocks VALUES(310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'49f526a56f21491c797e8e2559f722ded6f6990b1f69c55dc38791d8d30f4048','f0c2ddd7c39b14fc55d8518c65aa0811fe7807ebd1eebb4b66df8459f9e5352b','6d0be0a9fe582bfdb20a053c5f01de9b007d8240a149dbf8af221e34475c043c',NULL,NULL,1); -INSERT INTO blocks VALUES(310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'78787c4c9537fc4db5d1dc7d31d4fab6b445d57021aab1a38d4bd6a9404713c5','877117b3bd10ddbe6e46f417845085a6bdecd86a4961b99c80e991b4c51e0f5e','82400b57f352c560d0a484a7b3ef27270cda74ecdf7ba2a89ced063846d9363f',NULL,NULL,1); -INSERT INTO blocks VALUES(310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'5cc2599b63007433426c220c59a777b5c37b1165595f2ba239c3ce578c8055ab','702a5772ce8529995f7a66a244e8be495e3f7cbedb7b09f47e3d5aa941c7f4c1','4b8987b78f2324348051df30cc73d11faefa0e881b8c456e2f66f4c27072ba96',NULL,NULL,1); -INSERT INTO blocks VALUES(310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'9550db622e679ff3d63d814f9ffa743d57eb12491b213ef6474617a6c738c3fa','6c536f7ae10567cbd91945e3e958640e6c65408f83e4a1d93e705950ba39de1b','a0d85bdf9ff0d8fd100aced749c2d57bc7fd4203543cac1018b6715e3033d1f3',NULL,NULL,1); -INSERT INTO blocks VALUES(310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'08c005dd5bae7f21ca27803d75318ac4b968c6d4dd2c275ef284c03fea43b189','8f8156aca3441754221fbf9cc21b0e7d877a533e00f63950be3f95d0a9305433','cef258f9a49f92304451733119679f47b7755688920df07e68de3ec610c16d01',NULL,NULL,1); -INSERT INTO blocks VALUES(310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'07f48634d06e6be1d800e068cd213a648517fe167ed89c355d9db966897ed7b0','c5956a9750e786639ceb4a252a219afef6abb753037888c90ebf17a5c5db079f','bdec8cdb31344b8da96f0086c53a85f6ba6a8f5abb23e92a919a93d74baf6723',NULL,NULL,1); -INSERT INTO blocks VALUES(310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'8d0be0b3731bdd0d611e81b48efa6c706a983990f31bc563d57893f705b73aa7','219d47523246e5c4ffa99ae9c29bdcfdf9f419bff3d21da76fdc91cfe99fc28d','0a65b71425c94209044407b02cf9ce190c6bf15c4b5fc416f3e71e7097c9eb91',NULL,NULL,1); -INSERT INTO blocks VALUES(310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'e3de05180536ad40eb9007f19ccb819fee0586cb9e7c414dc560e506ae5c09b7','ce6072bd562a52051fc530ec552aa343e4980a1b236f1cb8318c415d3eb2e851','e17f8352bcac5ed1fb4cf9db9d2dd5371789265c7a5d43e1446aa267e6526c2c',NULL,NULL,1); -INSERT INTO blocks VALUES(310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'e521556db091cc726fb38cbebfd10923e37dab652c51dca73a646fe5bd81bb96','1a1e24f2debcd4b5b1e350a71823758d3114335ac831367bc91c9e487b94c65c','c3a673307d389356cd71fc9a8b197fa6b9a00cb2cd77bb20e24da641485d0c78',NULL,NULL,1); -INSERT INTO blocks VALUES(310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'1cd6d92fbbca9266135a35f20a4328d510c8d209ba6161dc8c9e9bfa69032c57','80ee1bd354b8e1aa1c2f57926fbd36c0d9e2dbd3f77d8f2e43d59b29bd8175a6','73141b190427852290525cdbf7cbc87ce427cae46c3f46d432d425d3ccaf0f35',NULL,NULL,1); -INSERT INTO blocks VALUES(310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'62759ea6d5070225bd30253a42b6c68fdaf2c4165b1b221b8e7bdddeb26e9737','30a124b4460d985c715c7bbd85cfbe972a5caf457e45844e0a54daa258ca3376','780479f6da8946dccc4cce1c9cfc4fa5f02e303075a0111e18b6529d112cd2a5',NULL,NULL,1); -INSERT INTO blocks VALUES(310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'f9fc0dd4d98ac5e06e4f9673cf5678f9fc264cda23172e24427b833331b73c33','cdbbf3665287df62a1660198e00049d06f649f37c49cb76e9fb1eab12960e66c','eccc9fa703143f98fe625f4b50ee234ede3368e5bff4de396d272ac9efee838a',NULL,NULL,1); -INSERT INTO blocks VALUES(310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'4a355b8e80a902030f384f58700d05da9a6efaae3f3ce0b1a056dc1250d9ec63','355616d4b8b8408ea7061e787ca35918b6d0417895a2a2ff224d207f0f76e02a','24b88627135c5fb00e0b7ff9eafa07ba60630405d65bd2f61c29afbf3760ac8c',NULL,NULL,1); -INSERT INTO blocks VALUES(310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'57aee8f9c9b63342ceeea3a3162998e9034a3d624d6d85b19782943ce170cef5','7987b849a43c706d33e421d45e99ca6593c9aa8c69079522888f746a8d4ff748','7c1f1bab55648b60de8f43254894633c172c685eba4ccc3f8f3c760f4de6525a',NULL,NULL,1); -INSERT INTO blocks VALUES(310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'d11f94528a9e0034365e4388ee455f02102d2024c65e1428cdee28b6e5aa7e1c','14d0604fb6986f281715ae660221c79b7bfddf15cbc7da02c722e86b8e264d85','c03e0a33dba8bd669286d312c1bbdd8f23a9354ac1d7893deff3a4cc07342ebd',NULL,NULL,1); -INSERT INTO blocks VALUES(310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'4397f5568bfcf8cc90d1e72b7c61e7cc6905a0d9d3b3890c33e2afb464a25fb9','5483ead85237ef0ceb3486e3c3e6ee1e5080a5dd602f805b811cedf996b8dbaa','4340ad97fd35a235b34489f19052c0c4b2d783a752d3b5c2b333b8b73b2927f9',NULL,NULL,1); -INSERT INTO blocks VALUES(310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'16b7018344f7a97695eb17dc5921c4955b3f8cf4d9e70bd8628041c4033886b9','bd68fe9b7aef054c8a5925dff9ff140cb5c00eb611a8802156196ed486479ad1','848c033b628ff5308ed2ca7d63d6518bbb948c6d4b9b4c5cd2c7d09dc38e60b2',NULL,NULL,1); -INSERT INTO blocks VALUES(310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'c3c26212677f4aed4614b653f1e5da509f962c29502d22c84c1c5522bca0dcf5','109e820ac7d290ecec049098115ba6b467ba90ba624aa24326cc7e103e51b265','9dc9776a5ac0fefd8c0a7c8d29b62f4e6ed200b58968c9303321a881c6ff915c',NULL,NULL,1); -INSERT INTO blocks VALUES(310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'420b753d9e2a4ae5c00cf65efccb9a657d2daeb19159075d1671a076d8c1ade1','8e03eae75b5f9306a0a8142296412f7271b17f8c751e9e8e1b1cbeca5418f4eb','95f215af9434f383dc5bbe0e1e393326d27c162aae3ddde4fb54db3462d4415a',NULL,NULL,1); -INSERT INTO blocks VALUES(310024,'b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5',310024000,'786e9c043df5025bb8d123322e2dd9cba30cc433ff90a44b7b7036369565835b','6a80f89b076199d165801b34c7d292976e069920f2ae4184e09dad8411735b94','cfcbe1e0f1013156b6a9d32afa00f37dfb4e5eda0e0d76a791752a7b129cfd90',NULL,NULL,0); -INSERT INTO blocks VALUES(310025,'a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666',310025000,'1a2e0585eb1a7f608b4ca4b1d252f555f87e7f16fff124ed869285ec17643059','a2110149cc4e90d1474c53bdf91e24f8bbb8931548542a6afda94bc343fe3a7f','62fa51f200056860417ba8cc6c78b97ca69987a2b78e3ee20a7413fc9d538624',NULL,NULL,0); -INSERT INTO blocks VALUES(310026,'6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a',310026000,'44a1f10e2df25328c38e20c36029bff557c7a93784030ece591406df9c71ebd6','d087d907b7af1ac1171c61f00c756754fc94e0edf0dc265d9eced163a07357c1','4d5394b2b54550a90ae21e3e673d074053b9d635b1233f97676695ab6c2f8fc4',NULL,NULL,0); -INSERT INTO blocks VALUES(310027,'d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e',310027000,'093f82c2b8e108242edc6dad72e5878700b9c33606c359e673bdfe65341db64a','5796b7de2e12cda876546b21e2a64e92b85792c201f39fe404e7fa6c395e78db','9184dad788eed27605193d9dd1f6c85422a18d9c5cdfaf9b513a735de0154aa5',NULL,NULL,0); -INSERT INTO blocks VALUES(310028,'02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b',310028000,'efac93e04f7cd9d3b1c0af3da102c29b50d940b4b5687fb0061b3b6e169290f6','5daed82ccefd923a597451b918ece6172dbc75df5cd53ea0f7e40065e3d0d929','8d4d498c2d3b7d0843f6cbfa1bc70b99469620e5268fa31fb4197149c3425c0f',NULL,NULL,0); -INSERT INTO blocks VALUES(310029,'3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6',310029000,'1fa464e853787685a588de6dab287456de7a0efdcd76052a41ddaf5e2f85a648','818415429923b4a38cb65dddb4e8b8a17264cea0188e905d4a19db340e98ef82','600ac9562b682a53ed6d9f63b74af0212d0c7fdd95c925df6cbc65243abe50db',NULL,NULL,0); -INSERT INTO blocks VALUES(310030,'d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5',310030000,'fee866f1cf6e5f83010b97e0e9d88b54ce43fdf45e89081ba3b2fe07b62434fc','7e3fb0dc1ce885afb71be88ad0ca3b189202535d328ff70bda7cceaede6813bb','15c5a53ba49fdbb1b7274a07cf7525aaba00a7dd14e250862b288799a09efc8a',NULL,NULL,0); -INSERT INTO blocks VALUES(310031,'0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689',310031000,'11ed526c46610698e7a4f102ae91755a541d668750ec3bc10decd0c1709d1115','e3044e5fc57d122eb707d271ca1f4248358a8f477a6466cedb739e7799351bb8','7d4cfd083af280dce033e854870d210b0dd2c6b690f427ec97389aa7539e640b',NULL,NULL,0); -INSERT INTO blocks VALUES(310032,'66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074',310032000,'7930e5a2c6150df64dfd995801aec68ce11df292e206f08f7ff20eda9ca2d017','cbe01ce5a4da72538e9310180de025f141ea8baf1b6eeede8164cac3488532fe','206e637d495d336537c9321c2379caa7ca352794e1a7d0f564d4320217c09d09',NULL,NULL,0); -INSERT INTO blocks VALUES(310033,'999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707',310033000,'c5834a54b3ad7f9fdbb18a87c8cefe867eff2ba1ae5bff238a3a041431d0afdd','81bceadbd9f9b956ed25021e2e0a9f4217c7424522105f8a0ba41c9f78234fcd','737df3093783fb7e8e7d6a5c04f88ab19d1be0fbee28a8e008aa095609082933',NULL,NULL,0); -INSERT INTO blocks VALUES(310034,'f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208',310034000,'5a4b3f29cb1554ae8f670955df4dde45fdcc57623a50ca7d8f2c78ad79186a7a','0ec430eb4c16f386b5abbd6586133741dfe6c19eb820d388810f3680442d363a','a204785a4c512b46a14e42dbd588e8c5734e8c899145f1df186c90ca8497c76a',NULL,NULL,0); -INSERT INTO blocks VALUES(310035,'a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2',310035000,'b81834ed9e92514fe7d277378be72e1f81043a615a4b67cb67dbcf97e3c3b43e','a883860baff0c6dec150c9d80b8a640401e191312eeebd4e9f21914e7803c46b','d59dbf326f3589a346c10544e5fc0f01fc3c81d4407046eb9423cca09d55afc5',NULL,NULL,0); -INSERT INTO blocks VALUES(310036,'158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76',310036000,'736adff04611f10a4e384b5d5c44651bdf037c0caeb8dda5bedbbc6d18d04ca2','821ad697a76d9a35b14a7c388b65b4f3a86fc66c42e02af6d568f73e2586beec','6784c3f2656bc953320c4c6f8e08dee1b6a80a9b2e36ba04a474c32e8cc9cd07',NULL,NULL,0); -INSERT INTO blocks VALUES(310037,'563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07',310037000,'34d49fb14a7ec85ebd02ffe04768f5aa7382ed0ac7f9ae903e71567dc5d9ab67','c5ff4e50b07b755c23a6d9ca6dd5efe71a2728c4c662418fab814993be455308','26cf83385d745c0bc7fe91e5fdc48edd9f019c9c960a2c8f129e29aeb710b0af',NULL,NULL,0); -INSERT INTO blocks VALUES(310038,'b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2',310038000,'9bfc3bf0ed35dd256f0df04c813dab9dd818238163e6b01842e18815971e7010','8a2ea429a26990e70f9c8937d11c58c986f991c55f196416344847435c670849','37a7441e9f1137ccb4b123647e0ef58feda07f942b445882b907d277de1fb06c',NULL,NULL,0); -INSERT INTO blocks VALUES(310039,'5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347',310039000,'da7a63f22053d1713c805684d14695c31670eaf848bf23eee3331e679744f291','9f186391b30cc438ae59dabfb18dfca8811193a8fe37cada73d513ad688a80f0','c3b7fd3c76b474916e2ca5e67e7741acae10524e24cee0aab97c5b99ed25d2d7',NULL,NULL,0); -INSERT INTO blocks VALUES(310040,'7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3',310040000,'ddb485115b64342bcb172cc3e77b20effb1294e635459119b59179f3b6a87d66','f73c8b5e92181566aeee4ec42a1e50b950fd18680c69c58fe20b5288a915d7e9','172f9cd7b51c9f3c878f7b969b2cbe19146d3aff20471b031aaef90f6914f51e',NULL,NULL,0); -INSERT INTO blocks VALUES(310041,'5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359',310041000,'b58d05ae5f282f7904c7a759ae5624194b5cb091f43f05d738cb4002a999c26d','73ee837bac9153dbc94c23879192b6c2fd71a9a6148502e8c4693bd342c4feec','ffe454884bb7984020e3ca9a9f6eddd03daa59e3d434017e854000c6ec15a914',NULL,NULL,0); -INSERT INTO blocks VALUES(310042,'826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4',310042000,'c18e1989fccd8bc7168ebf2acc035c224a9010b428b81c814683b0ce1e244113','9ef577154ca6e451585e9dcc4c3690d496b8a666856987194c4e41414743945f','c860f30695b89d9ae744ef2e7e8948c601866a9d76b68ecdc10ac5a8fcb45ac3',NULL,NULL,0); -INSERT INTO blocks VALUES(310043,'2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51',310043000,'1a935492fce6a168d9aafd24246bba6f5615f53a47311549059b21adc6a67154','29f3ff5d49a8c6ffbf0ddc41a5e45fd3b777fd7c9ea60a914191fc551ac46ea4','ab0215a1b471402a054bddf1efed73231bb705db47618229a9b34acc928dba22',NULL,NULL,0); -INSERT INTO blocks VALUES(310044,'3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b',310044000,'536611cb3cb3005f8c4ffc5b8ed8271734448b5d6f49bd47eb0456bc4ee207e4','6f22c984234616fa84a474dc80c5d5e25ccdbec1a84b0cabb279505e93aa4d6c','6665dfcac4e981fd795c8917094c24f143cd81f766895a4e67b59879944e0355',NULL,NULL,0); -INSERT INTO blocks VALUES(310045,'7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98',310045000,'ebbeea29c073c61dad3e091302cd945a9926741db0dc6a918792c4c01b8cc30c','a1d1a029c0bcbe481f8ba760714e266ff9e759844517ceef96bbaefb05652dcd','3dcf2a8532c341ef54f91b9786d82f93c56f77dbea431934b01e319a22c7b8f8',NULL,NULL,0); -INSERT INTO blocks VALUES(310046,'47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6',310046000,'d9baff8bec82f3c29f1fa69c9ddd456f1867f33a55d1648605ea7109270d8e07','26f6ea6c1e350b91f4757619dd52bb7a2b2bad7277497f0d4e1d61b363eb7a99','0b7a7c8e58b41ac7199f6dc521b8ca8b629cbd2d844dbca0269807ca93cfb43a',NULL,NULL,0); -INSERT INTO blocks VALUES(310047,'a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075',310047000,'09ad4a6bb3f671e6ac6d595bcbfb82371cc41f35c309142678eb5b7df97a5de5','5e32dc4d14838fdf0460146fd87eeb59ece3416bb7104362d24fd6d2bf0fe963','91449709a636497fc9aeea9154f3a29e6e8cf751e108a56029dd3fc62b5d1d0f',NULL,NULL,0); -INSERT INTO blocks VALUES(310048,'610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309',310048000,'208200708851a32b0ffaecade58f78f8ba7d5820457c582d5ca127e16fec0952','c0a8253cff82f71d9a90c7b982e5d5093d5c2bbc2ee2859d9d7d09afbef56192','96889df217067dfc617a92ae9dcdb05b366d0be4aab1005d0fcb1ec44c9b89b6',NULL,NULL,0); -INSERT INTO blocks VALUES(310049,'4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c',310049000,'9d1a7335d989bb73b0363bc88da6dd82c0fbaf064b1d70708b0aa2f6a8a9958b','c07861a54cc9537b7a2486e5a7e6366cd04413fb1307712ec6af55588dd22cfc','597dcb2a572f8023a21fc83098b0c84863e56d524f3f2589016859eab631ca50',NULL,NULL,0); -INSERT INTO blocks VALUES(310050,'8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348',310050000,'2fd9039e49fcbb070315defae275bed858cfbb539bc4db8f2ec5f5ff6d69ea25','0ae948495f47c1ad343052f786467c6236cd6ca23dce0c628503a44ada8f8329','787d7d4950fe47ea125131ab346c7e4321777b45ce158720643b6abc4756a858',NULL,NULL,0); -INSERT INTO blocks VALUES(310051,'b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6',310051000,'2e97864865a020b04ed60b22c347d9dbebce5d00abce86c2b3a5054a3184699b','986536c5e9cec38d9b78bef44e21e73f93a654b9c421c7822dcba475b14f2127','12a08ad41f012370ffc2a7e4c04615e6badc33ab80dbafe78e188c21e54a872c',NULL,NULL,0); -INSERT INTO blocks VALUES(310052,'0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2',310052000,'f6a8e9f4cde78fbf6c9a5ea176312116f3813f2c0bcaee6c92f3beb13a8c3899','4ffb95c683e1839d31018cc7ec92e978014b8cd32f308c2819ff2e79ff60fa2d','40deace6780179e95bfb85bfd67fc58f4f9a0009b4a757e4ef28fb0633906c42',NULL,NULL,0); -INSERT INTO blocks VALUES(310053,'68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f',310053000,'1d84e4657febaa291b4873d808d9ab433370227976196fd6436a65839c3575d1','0ed99730b61327cff9ed15d8585f70d7629b2b10150a717093dac4fafcc4e737','c32fe886387ba485f59a1715e62fcbc78c0200c61c9639cc0d5ba1604a865a86',NULL,NULL,0); -INSERT INTO blocks VALUES(310054,'a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305',310054000,'083f6b773191caaf1844f47c53077e8724e100d0b46461ddaa642b88d5265c9a','69aa5d1c74c026da7b7cebe352bd6d907a31174cfd6f346e09382b0cf3fb8239','0dbff90e2a3cdd60c056d0f3299a9ab005e5a744635e871850245f3b8be621df',NULL,NULL,0); -INSERT INTO blocks VALUES(310055,'4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356',310055000,'b1302087b804fc5753df5a4d8aaf8626e80ff99b429f52fed97767b051c24e8c','e35d2a19e5b60e2534a36d8c1d0c14c6211d56c29b4aa4953a14bf0b83bcc405','7b94829ba4c502e3f3a60bdcd38547443f752b8ab47901082a0daa334440074d',NULL,NULL,0); -INSERT INTO blocks VALUES(310056,'7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3',310056000,'956c9ca0b51eaba7343703a165eb96d5947fc764457ef3dde5ca90c18d3b2f3d','165a88d3d459ce6f4f37cc2ddb1c365dd01542b102dc68181d41b95ebde044dd','062d6d73a2ca022a98c2cd627f90b01da8f32526a1d19be3a756a8e9920a03e3',NULL,NULL,0); -INSERT INTO blocks VALUES(310057,'4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411',310057000,'e86cae3e73aa13e8498a98de335ed0cbdb7899b24e91839bbf0f50aa22355ecb','37394f57952a82ab5fb6ceb7323152d83f3c911a533e289c55b531fc83269268','f90ed4f3d6fdde50ff4b35d02434d800044138b4ad090490ff162bdb00301dbe',NULL,NULL,0); -INSERT INTO blocks VALUES(310058,'a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f',310058000,'54bd5e4fc1bc17df27f9e6f22b5e1facd82229a877e09ec0136f878f2da81344','ebd7b1c7c24aa51a0622e244d1b486d4bde8b1019d86e1d8845b6e90847ad09b','fbd35d6cad6f35b7869c2c3cd40abb5210dcf4fe43fd87cef13fd5e9fb5a9d62',NULL,NULL,0); -INSERT INTO blocks VALUES(310059,'ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9',310059000,'1403832427d4c482b0d2d925e08a72fe37f5aaa6af73e74f601f7e22fdad7662','cb71b795988456a345fd21a3c729005ab802707d54311480012920f07db40bc9','b23d467e05709fdb3f7bf9fdccccf945c5fdca91553aa9a7ff506dd1ffd7573b',NULL,NULL,0); -INSERT INTO blocks VALUES(310060,'974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b',310060000,'7b08f124a953d0e5511b0698d3314f5ec71ebba77b94c4d236ff9738d5a587e8','cf47be21938b5a55ffb8eba6a9f63eb61b89e679b279d75080571832bf08c0e0','53f9388539871c3990485bff851c98929115f167ea3c03f480dae56e5d06fcae',NULL,NULL,0); -INSERT INTO blocks VALUES(310061,'35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf',310061000,'1de158dfd18413618b9800236a2aa265d2fab497b09a839be408da8871b0960a','a9c1a3c24a410649e701fc0b321b2030b6fc35de7a2538a10e75b482cbe96b3f','2a29e9d166a5dccea4bad77f7196f1b1b40c2d02191facd541501b5c9c715e6b',NULL,NULL,0); -INSERT INTO blocks VALUES(310062,'b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f',310062000,'aa4be540bad6cd762a02b77856c3d6a737d90245e71f61b63a426573bffb3a4a','93d0499dcc4fc819927eed8d1eec8b094eb5a4323b70d2cec33d568e31737ce4','56fc8bde74d1327247875501b12cb91cae42d23b51c054513b69abec1ea2e6ed',NULL,NULL,0); -INSERT INTO blocks VALUES(310063,'0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe',310063000,'49edce8190c2480fe3c6b3df7c7c5f13d34f67c3aef3b2aa12eaea603153aa83','a76d957ffb41dbfd83b8c92ad487582586cdf13ca49dc1dfc30e869afc8ca76b','e4d70396b4b9f3c1972f26b18d0630f6702fa6d0adecef9eb34365936f3e605a',NULL,NULL,0); -INSERT INTO blocks VALUES(310064,'e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30',310064000,'a2a8c9946cf45490858deb15c8f277ec545854dfc02dc9d248a684c0c3544d6e','0270a3faca0bc1a674fbd3632a1edbe8363d5115db8af56f135493f09a63df30','0ad145702cc28933c66f756e29b827f4a257c633ad041e3aebed2faa190c33ee',NULL,NULL,0); -INSERT INTO blocks VALUES(310065,'8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a',310065000,'ca1e5d385fd9cec1184d28095a6f4a2ec2914d40cc016309fe322dbb335cf2c3','85484b37f06238496ca822d539fe09e0e2906d12cf5b6d77c6219af29ec7410a','ccdab84c9edda95f927e091ed44a51104abfb15d72820d49443628ac00a9084f',NULL,NULL,0); -INSERT INTO blocks VALUES(310066,'b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d',310066000,'73519f53874cc8cbe9052bf8dd18c590e0a4bd5bdc2a286c4930e8cfd006a993','9c360f75cdc0788ebf8a530fa967e8eaefc3876b19739dfef2f7307e1af414f2','400ca1b5e82f11e03a4a3b786e84410c3416fa584f002ec69bb64cf5b639bd78',NULL,NULL,0); -INSERT INTO blocks VALUES(310067,'8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577',310067000,'5de09a95e36480de84f9d3c8db3e18b7bf5145f8b6ee6bde57b5c3de11274cbd','b4a32df829f1f913a9077d0ecd83362230bf893ffd654703538c5fc1c30a181e','4b1568db8f3a0881d199a48e0001efcc1ab60bbc328b33a56a532fdd785ba8a1',NULL,NULL,0); -INSERT INTO blocks VALUES(310068,'9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5',310068000,'be6a452931358d500eda0fd2aa3a91b86483fa847a7bf350f23d33d85712592e','fc4f551737950e1293a8718899c3b74c2ce76d8d1f58d6e22d10976ffd15eb24','b10e7fb759f7c4528872bbc071c2e27f98aa0611ab35755908c5b45326dcd8f9',NULL,NULL,0); -INSERT INTO blocks VALUES(310069,'486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7',310069000,'5940a47dfa1a1c8bc1e51f1e64100cd0604c74197c88b39f6f7a9d5b763a0b56','53ce1fdeb3b9e39930ad127bc86bc71e7b497f24cc34af2a022200db36ebfa36','5d7312e596bfeed5cb79a12de878e711c66fa525ea48f31182608f2d29158a25',NULL,NULL,0); -INSERT INTO blocks VALUES(310070,'8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5',310070000,'6aebe68545207e7cc81d68c3aca801f0b39e276ac86e8e0130d5029eefb60e2e','0d482039b615aa55b721fef8ddaffcc2942838dbda8784940e9fdd8dba8b1465','828f7416f0e514ee5a6fb7a4d1edf9c21872885b15644e9b9649da0666a30ddc',NULL,NULL,0); -INSERT INTO blocks VALUES(310071,'7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b',310071000,'d005aff752907b93e2dfe442896c8976203f0139fb67cda3ea1936aea495e008','8be094b2e99ec5c85a594d4a4059b7427ffbee3671190b84161fbf2fadb6f313','306fcd699dad176930c3940b79569d0c81b6cfb41eeae7b1bd1b5fd89e5a32f3',NULL,NULL,0); -INSERT INTO blocks VALUES(310072,'7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a',310072000,'781f0ebe67964c25640f0bf5624e08cda546dbbb6648bd6e8d9f280c7f075f7c','9c5e049c1738beda53ffdffe18492b0af038a756278f2bdeaddaa1a726681ce5','91438207c5676d97326db533a6e9c9d24b11b1eeb36c8bbb2587403d90192f7e',NULL,NULL,0); -INSERT INTO blocks VALUES(310073,'ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943',310073000,'83b5e1ca76fda895b144e8c03cda5fc3d18f6324b5413fd74923e51a94ccc53a','a7199dd9b360cc694f85a81ccf72fd614e6c0400d753132cb517ca9da55df86a','24b18f643b390f780d3f711f0fd933f0f80b23c676805dcc43261d6499409cbc',NULL,NULL,0); -INSERT INTO blocks VALUES(310074,'ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb',310074000,'4293be396327c0aa3c56c77a9152068cc32612692c76ba94e8961c59a9ad780f','833f9d3ae03e5819eec47318d948999dfbe35fcbe66766f985b6ca71eccae54a','308db32de73cd04c41ecdcbac6c9a9f3a0c53fc121f08fb9844b366d67298b9d',NULL,NULL,0); -INSERT INTO blocks VALUES(310075,'ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b',310075000,'d08b93b609f1766534cb0c30502350b9e4ccc4a885ebff7633e9e5c5b52d8e90','7db8bbcaa76b087fbcdbd8f5b428b3587c494f0cd7d458a2d519abb0ef26f424','15c1bdc35c2fa81391dd811ef6de3ec31beccc1bb1b60b56d34795537c118cac',NULL,NULL,0); -INSERT INTO blocks VALUES(310076,'3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92',310076000,'06c72d219df429f2873af74b6250f3d12996cce14496d151bf8bd4cf819532e4','8f6a902dd8d5d573658f07e8ac598ccc46ed49bff95b2a9ed89a051c852215a5','a7f38ef9891e69d073ad801ca1777ed467c8a5db6aad55f713c745e89a09b5f3',NULL,NULL,0); -INSERT INTO blocks VALUES(310077,'d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd',310077000,'0ff019cc4b9b8a394aad1b9f8f579fd5c4cc48a846e4fe71ab2f45226cec5a1e','e1ab0a4cbd4e60c5b1da333c5ef542bbc1d8bbd7709fdb35374c072a1f54d38c','7d47eac99a90b4d31727971fc696444c79117c103f65645aa6e14ab49b7a5db4',NULL,NULL,0); -INSERT INTO blocks VALUES(310078,'f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6',310078000,'6ea40a02464725d0ba45b9969bdbb7529ae5e3ca794ae00abf4783bfc9667104','be6f6965b6ba8aae157eb48f28bce3fa91c3bbc22b88fc3ee8d4f126c1538032','99eeb05ffee4bc4b047a6f7ebf6ab9893072634f5b8bb30f16bd02e346b03280',NULL,NULL,0); -INSERT INTO blocks VALUES(310079,'f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c',310079000,'076abf036bd51c47525fe4e638dbad403a8a1667a5b7c2f81ffc2a70e79b80a8','eb97110f496f9813e14f127af2cdcdb26d54e9745e274fe227fb0646cc132c29','fbb23b0a72c974df20e99e04e2fe7476ad87ada352938779c5a41900e05e8bc2',NULL,NULL,0); -INSERT INTO blocks VALUES(310080,'42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c',310080000,'8cc2e62f7b3ae2c89977ee9e31acacff38f944d00a978e9b0e48678487cdbe27','93c6c5967f4d297df962f2853f2a2ba3870f5692c8835413c08528cf243985dc','a3e0495c8e50703d4d489431ec845b145a5df3947d5d30f38cdb927dd3a02097',NULL,NULL,0); -INSERT INTO blocks VALUES(310081,'6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4',310081000,'ec86fa6786b598b091121fc2001650bc04668d26d88805efff7271312c76a373','e6cf70178316b3c594c60d10ac1ee3783f1dafe5054ce4c6fb932bf3c771f703','7ada77d78e2ecb1e3a5ede84b3560cffe3ec0a908790fe9936377b5cec06dd82',NULL,NULL,0); -INSERT INTO blocks VALUES(310082,'4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644',310082000,'6b720db96b2d10816e5022ab8c61fafba49cc6bf484909fb500295451e61f768','254cf1d1ac865c611a3d9fbd78001152928a52ad94fd640c526e043ce7c0fdb3','4500c23413926286aad4a68122eb9e25e2918c38a258c6405f4a048e2db6feff',NULL,NULL,0); -INSERT INTO blocks VALUES(310083,'9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850',310083000,'d8c6fabb9b9dff0f1f3ba35e75c08be55dc4ded8dcf54e51f0cd857625b87dc8','a34f7e98c65b95becae5908e74cfedcb846366a83605f9d8685e98ac629d1278','b33435da45193032c052ef7dc2b50fccbac2220e5e8b289e58401847e165773e',NULL,NULL,0); -INSERT INTO blocks VALUES(310084,'1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3',310084000,'eba03194b13ca764dbfbb86f86d16841df4486f12c26a214f7f1020468b52d27','e5a15333b0539a58bcf306d993b0be078d8dfd3cf3f5929a690da5ac534eff5e','e168b4444bd1112dd89cdd70b98f4fc0f75f9508e2ac181fb3f55cf1adbca319',NULL,NULL,0); -INSERT INTO blocks VALUES(310085,'c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34',310085000,'d7fa8085722edc91ea5cb907e439649533e32ad5429b52bc10463629719af5ab','bfedffe97e2bf812728130721dec204767d92ab05bfcf2c4596b5386fc6ea380','bc23e6b02d418435a5b4c121ab9255c32ffa4ebf5772fc53b1a3f868fc6dfd40',NULL,NULL,0); -INSERT INTO blocks VALUES(310086,'080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78',310086000,'e84e0b26a5a67af1bca0cdadadea17b52b79f160d8acc0281289de1c70bef248','2b4c3ff824d597cc1376a524f89bac6deef025a71395e848b51e9c06002d7f12','5bcc05cb9d90e80fcd0bd6e93dc1080b9899d343878d5998059b13d3380b9adb',NULL,NULL,0); -INSERT INTO blocks VALUES(310087,'4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c',310087000,'ac3522ba0e8278bac956b5f9d7af271424f8e4eff23d57d2a5ff88416dd02ff4','2b3b181734d815e3cd024f6fd91b11de8cd457bdc5f833520af281a6c42ab391','24516b76cce7e8c41bf94d8e3fa04620fc810a528ca811542adf277deaa1dc36',NULL,NULL,0); -INSERT INTO blocks VALUES(310088,'e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3',310088000,'86255a3e32e6c7a96d0f0a6e7815d61d9a970272f1df38bb0c29ee9f2051f2e4','9092b97fab9af004edd169f26446c6712e5e1ed1d5f94fc5ac0b49565fa65b4b','7cc0c0cc1388287946cc1cea345f1339c914c4941411cc0419a85df745ef546a',NULL,NULL,0); -INSERT INTO blocks VALUES(310089,'0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33',310089000,'9694fd19263381693133a47584432de876ef1e0a32060d52c8db96811ff7d09e','06ae398816ea8ca96fa424903182c7df9ce93c5d1bdbc2ead089ee71acb90531','f67069f67d57fdf8f7e37119061e0f71cae0d3d8e4c2ae691beaa83b907b8db7',NULL,NULL,0); -INSERT INTO blocks VALUES(310090,'b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969',310090000,'3cb1b469cc6627cbed3f0db1a00370d5c95edf9940f8a4c9406fc78076640d90','2c688b2021aa321432ae1bd5a60a9f65cdb6d3720512ca2c304bd2773e7647d9','69f3870c21ab65670539056b28ca18f8f31939f172217bd6b3699c6690a43cb2',NULL,NULL,0); -INSERT INTO blocks VALUES(310091,'734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c',310091000,'cac7cc49c1d632aef2e9bcb3456f60df2ff11110c4e9980989ce0f2d8a5835e1','2a7ce0455e84f973c078752f1c0ea93ffdbe993f239baeb7ed947e749c119dfb','90db12b793d2665fdd68092aecfc514fe8b0ad4798a188a2d9e8e4c5b4211ccf',NULL,NULL,0); -INSERT INTO blocks VALUES(310092,'56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d',310092000,'1614a317b1144c7f08fb2785bf468bb299b9f19450331b7fdfebd510fa07e574','270190f8eea6e059acfe66f7369986d3748f707f3ad0eaa2e396a190cc047a6f','27f21e3bdddffcb1abcc9144b8f7e47c7a64280baf7cef105ee2e20671be64dc',NULL,NULL,0); -INSERT INTO blocks VALUES(310093,'a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc',310093000,'631d42f4b3fb091a4c67f737bc2da60b8bf9820d27c758f5b9453b40813c5bc5','35ca62f9b66717328f41e23c80e72395f4ece758ce3ca9aabe1d1edd87d06016','a347824c910c069a0320135da863bd8aaeb7a11080dc59433ff2666e2b77ea15',NULL,NULL,0); -INSERT INTO blocks VALUES(310094,'2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23',310094000,'2b3f460da72fc0a9b3a720abca80bff0c44654287de69567c43c62a5557144bf','37d35cf95c6f102413739a672d5dc1c3b0760068de256676b336c631bdc94447','10b437b38d967dc654d4c1047e9a3cda1dc5450319a2eeff890eefbea8613903',NULL,NULL,0); -INSERT INTO blocks VALUES(310095,'bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2',310095000,'db62bf94ddb276cf55ddfe73f8023e760788647910807adff6e0672ce1d5e23d','2eec38760b106cf52b3bf0fa51198348cb611ae9bb75edd8e4a343e7fef1e042','1f35ab470037e9c9c76a5bdfd931c0b8f4df894669081ce55dc2f026f4a47f9b',NULL,NULL,0); -INSERT INTO blocks VALUES(310096,'306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f',310096000,'1c427808f1eb1972df57b51eea9f3405d3d63a1d58c5a3faba616d7160e3a264','be57a1f4088437c89e3bdd7c9456b8ac9dc6011d15ada8d5432ab662f80e9a52','1701d4005e2e44abe8be66c1de3977f4cd55dcd9600e3acb10cb535107b811ca',NULL,NULL,0); -INSERT INTO blocks VALUES(310097,'13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf',310097000,'cd28b5ac0f80f8815467663c1e90b15ffe46ce067a1b2ce004b0d371cb0ceb16','cf5fed759ba01d430d2e97ed6d52503a67c35688f02ad6742e87f1da1b468ae0','194c0db66e54d47aa705bb9e21caac80dced78fffc0de194bd22bfd8a908eb66',NULL,NULL,0); -INSERT INTO blocks VALUES(310098,'ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca',310098000,'69adfbe756c116e395fb3a5170b57210ac2721b07144b3d7a35c4327f28e28c9','528e0ea934cb95d328ad13fb3a3a47a1d89824ee44abbb2cc271d707bb6d62d1','7ba2cac6f3da8867ad781da17962a4125b5e606f2353acec4fd86e838f84cb87',NULL,NULL,0); -INSERT INTO blocks VALUES(310099,'3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a',310099000,'d50cb66a25a410db360cdf749b5d10932410b5e37c3e5d3d834a65b5671dcca6','f0e0e40238d13f69c9c40cad5b8be218cb09af9bc061e728b56d74a42182788b','3dae0c1e8196c96f549143364cd2a3a2340715d4f7ee0c881885aeb348d4963c',NULL,NULL,0); -INSERT INTO blocks VALUES(310100,'96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb',310100000,'384f8d2eda5f1b7b8273ef149ac37fcaa9ae51865fd57bd348339579b8a078eb','19ac618404aade5a0914a9a9c159ea229384be303a320b08b9915474beccf1df','7180d89518016a5e015dccc6332b4385212c35e16349b3b54863e1d8b09f9c0c',NULL,NULL,0); -INSERT INTO blocks VALUES(310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'5eff25450225c71f85f34466d6e359001eed8f05ea5042e7d65c30ccfeb6098f','7d02630f0fbe3e5c3b16766f1d04dd1a83c305f74f0546276d970b36e870ba8e','38bfe420c933b93cbba4bf0f0028327e0af84ae81e8dcb6cc11a56204a5af57e',NULL,NULL,0); +INSERT INTO blocks VALUES(310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'a16ae7423db132c887ae41cc33b7fa48a0cc6571d5a49e0963be25ec8a9769b4','b8fb4fb649dd315851564165b076d636e5a85e043d59c11877bdccced38f1b3e','b20ce103fbffe9e08a4dd9733d23c32b5198aed9e0eee536ed57f8f6d2f071ad',NULL,NULL,1); +INSERT INTO blocks VALUES(310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'0cda5c4a26f0b23d5b948142dcd226b2718c57c9c6a481250128a7a1c8ad30dc','1c009ff73127980e51ba6a7035bec5c2a9650b5a184da1d55c3d807fa658f8e7','61d221917d6c081b72b0c37435b037a6abab433512a98af49f6efad15e16f2ea',NULL,NULL,1); +INSERT INTO blocks VALUES(310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'657c31576766cf1f8a699a14e6c7493498673f1948bea1be4f639247f4d52d53','c674bb5077acb71ab19a6a4a8f779015846135e7b93a5006555fe1f4ad10c58e','1ace0b322d8b19f8a4ebb9651d0c65fee10ead4f01f036d613b07e4891d8f622',NULL,NULL,1); +INSERT INTO blocks VALUES(310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'e11e7eeb21ff539c27324c94a407dc6f04c739f3ed9841f9f661bf4441e4d847','105a5c9915547d3ebfe733d284d6e812cada8e86a904510fc196e2f0af5b50a4','973b53b13a3e8fddd94ffbb28a9ef8b2d80528005936c64e1cb48db57ad7859f',NULL,NULL,1); +INSERT INTO blocks VALUES(310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'2742a3e99eed62c09d9ecdaf501aa69b0d0b21fc092ca061448d5016957f35e0','369b47f51b512708e680edc5ba459b91e2a514f5a5c7cb8435670a4b3ed34dbe','6fcec221c55be24789a2f01b7ce5766a660a4121c86b6d600c2ac7be83f89c68',NULL,NULL,1); +INSERT INTO blocks VALUES(310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'49f526a56f21491c797e8e2559f722ded6f6990b1f69c55dc38791d8d30f4048','f0c2ddd7c39b14fc55d8518c65aa0811fe7807ebd1eebb4b66df8459f9e5352b','652313f53cc4ed39fc4f179c0a7b86cb7a7240275a1801d2c4c3f0ad7a97177b',NULL,NULL,1); +INSERT INTO blocks VALUES(310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'78787c4c9537fc4db5d1dc7d31d4fab6b445d57021aab1a38d4bd6a9404713c5','877117b3bd10ddbe6e46f417845085a6bdecd86a4961b99c80e991b4c51e0f5e','5fefa22cdbc10dba92d6853189a757259e22dab479a0ca061ec73b4be96185cd',NULL,NULL,1); +INSERT INTO blocks VALUES(310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'5cc2599b63007433426c220c59a777b5c37b1165595f2ba239c3ce578c8055ab','702a5772ce8529995f7a66a244e8be495e3f7cbedb7b09f47e3d5aa941c7f4c1','bb1718f4e0032b776baee4423f3197cb15c578921b4463a04122268280ee1b1f',NULL,NULL,1); +INSERT INTO blocks VALUES(310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'9550db622e679ff3d63d814f9ffa743d57eb12491b213ef6474617a6c738c3fa','6c536f7ae10567cbd91945e3e958640e6c65408f83e4a1d93e705950ba39de1b','a47e627a2e0e169a5276e7a4428f2d36dfe97cf5af73e3893c96911618926983',NULL,NULL,1); +INSERT INTO blocks VALUES(310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'08c005dd5bae7f21ca27803d75318ac4b968c6d4dd2c275ef284c03fea43b189','8f8156aca3441754221fbf9cc21b0e7d877a533e00f63950be3f95d0a9305433','130f218042649b2bc344c83d0e67bbcd0da90d85b4a89374c08e3085442239aa',NULL,NULL,1); +INSERT INTO blocks VALUES(310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'07f48634d06e6be1d800e068cd213a648517fe167ed89c355d9db966897ed7b0','c5956a9750e786639ceb4a252a219afef6abb753037888c90ebf17a5c5db079f','125f5dea7e801d4a61e84ba6e7debed97cce031249f07296c29b4de3559ab4d8',NULL,NULL,1); +INSERT INTO blocks VALUES(310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'8d0be0b3731bdd0d611e81b48efa6c706a983990f31bc563d57893f705b73aa7','219d47523246e5c4ffa99ae9c29bdcfdf9f419bff3d21da76fdc91cfe99fc28d','0f759ec525e64ffff025686c49adda4ea80140e6ca4d3e3fe9d3fee514742ab8',NULL,NULL,1); +INSERT INTO blocks VALUES(310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'e3de05180536ad40eb9007f19ccb819fee0586cb9e7c414dc560e506ae5c09b7','ce6072bd562a52051fc530ec552aa343e4980a1b236f1cb8318c415d3eb2e851','458785b6d6264b9137dbb797c56a4e5c83b81ee262fa394ca43409e3a9db8be3',NULL,NULL,1); +INSERT INTO blocks VALUES(310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'e521556db091cc726fb38cbebfd10923e37dab652c51dca73a646fe5bd81bb96','1a1e24f2debcd4b5b1e350a71823758d3114335ac831367bc91c9e487b94c65c','be10cbd8e4ebc66acadd28111604cffc937bd0a1cc1f21053b05c9a6d7b61f53',NULL,NULL,1); +INSERT INTO blocks VALUES(310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'1cd6d92fbbca9266135a35f20a4328d510c8d209ba6161dc8c9e9bfa69032c57','80ee1bd354b8e1aa1c2f57926fbd36c0d9e2dbd3f77d8f2e43d59b29bd8175a6','dc24b193971d6e4772957f6cc013ac1cb8fef9c868d4bbf5eea697044814b251',NULL,NULL,1); +INSERT INTO blocks VALUES(310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'62759ea6d5070225bd30253a42b6c68fdaf2c4165b1b221b8e7bdddeb26e9737','30a124b4460d985c715c7bbd85cfbe972a5caf457e45844e0a54daa258ca3376','919bb2d23fb20734ddf72fcfe63c275e215c1b54f565a7cbe3975494fc187785',NULL,NULL,1); +INSERT INTO blocks VALUES(310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'f9fc0dd4d98ac5e06e4f9673cf5678f9fc264cda23172e24427b833331b73c33','cdbbf3665287df62a1660198e00049d06f649f37c49cb76e9fb1eab12960e66c','b5a17147142c35e2640295bb3c8b1f8ce62fa3dfe078ddbac9a8f23a070f9654',NULL,NULL,1); +INSERT INTO blocks VALUES(310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'4a355b8e80a902030f384f58700d05da9a6efaae3f3ce0b1a056dc1250d9ec63','355616d4b8b8408ea7061e787ca35918b6d0417895a2a2ff224d207f0f76e02a','237e73de38f49525db06b7ade9d180c8f6b41b0cd784eb64b24e2a77a5eeecfe',NULL,NULL,1); +INSERT INTO blocks VALUES(310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'57aee8f9c9b63342ceeea3a3162998e9034a3d624d6d85b19782943ce170cef5','7987b849a43c706d33e421d45e99ca6593c9aa8c69079522888f746a8d4ff748','bc439df0dcc0c3eb590e4c40f871f0cf67c281fa8ccd21700b1a10187a44485f',NULL,NULL,1); +INSERT INTO blocks VALUES(310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'d11f94528a9e0034365e4388ee455f02102d2024c65e1428cdee28b6e5aa7e1c','14d0604fb6986f281715ae660221c79b7bfddf15cbc7da02c722e86b8e264d85','7d30f559d9341af3996e8ba7ea9394de6e1eaa4d65bbf556c94a8e5008ecd777',NULL,NULL,1); +INSERT INTO blocks VALUES(310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'4397f5568bfcf8cc90d1e72b7c61e7cc6905a0d9d3b3890c33e2afb464a25fb9','5483ead85237ef0ceb3486e3c3e6ee1e5080a5dd602f805b811cedf996b8dbaa','389cf2b4dc1fb3cded2ab105fe628ee80338eafbb70eb798874f6f8643805727',NULL,NULL,1); +INSERT INTO blocks VALUES(310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'16b7018344f7a97695eb17dc5921c4955b3f8cf4d9e70bd8628041c4033886b9','bd68fe9b7aef054c8a5925dff9ff140cb5c00eb611a8802156196ed486479ad1','a0aa95381d493fb75d59a64ebcb558f1477cfb9a400b4309b33e7ca4effba12e',NULL,NULL,1); +INSERT INTO blocks VALUES(310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'c3c26212677f4aed4614b653f1e5da509f962c29502d22c84c1c5522bca0dcf5','109e820ac7d290ecec049098115ba6b467ba90ba624aa24326cc7e103e51b265','43360d5ae848d3ee729b2038c0db7d0e13cfa846ecc029deb0fd51656c55ca9f',NULL,NULL,1); +INSERT INTO blocks VALUES(310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'420b753d9e2a4ae5c00cf65efccb9a657d2daeb19159075d1671a076d8c1ade1','8e03eae75b5f9306a0a8142296412f7271b17f8c751e9e8e1b1cbeca5418f4eb','27dff7162dfffd10d70256cd651eb60228b621fc26dc31b53aeb9e4450cdd5aa',NULL,NULL,1); +INSERT INTO blocks VALUES(310024,'b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5',310024000,'786e9c043df5025bb8d123322e2dd9cba30cc433ff90a44b7b7036369565835b','6a80f89b076199d165801b34c7d292976e069920f2ae4184e09dad8411735b94','a711a8d88bdcc4f225ccd4ce0c8a4d49a4ae7ad29d40a8c3d8d6b9d9628bf9be',NULL,NULL,0); +INSERT INTO blocks VALUES(310025,'a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666',310025000,'1a2e0585eb1a7f608b4ca4b1d252f555f87e7f16fff124ed869285ec17643059','a2110149cc4e90d1474c53bdf91e24f8bbb8931548542a6afda94bc343fe3a7f','ed6b741617f080313f972fb622550b2095b2ef09984427fd93bdc734e6cb03a1',NULL,NULL,0); +INSERT INTO blocks VALUES(310026,'6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a',310026000,'44a1f10e2df25328c38e20c36029bff557c7a93784030ece591406df9c71ebd6','d087d907b7af1ac1171c61f00c756754fc94e0edf0dc265d9eced163a07357c1','69f355956cef2bc4ae1c2cb9787bfeb91aa0989da136602d9900a67874b8f6dc',NULL,NULL,0); +INSERT INTO blocks VALUES(310027,'d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e',310027000,'093f82c2b8e108242edc6dad72e5878700b9c33606c359e673bdfe65341db64a','5796b7de2e12cda876546b21e2a64e92b85792c201f39fe404e7fa6c395e78db','46098d674764c0b9dcd36bb532d9d50d4aa464ae96afcaf45444b5e4131eadff',NULL,NULL,0); +INSERT INTO blocks VALUES(310028,'02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b',310028000,'efac93e04f7cd9d3b1c0af3da102c29b50d940b4b5687fb0061b3b6e169290f6','5daed82ccefd923a597451b918ece6172dbc75df5cd53ea0f7e40065e3d0d929','7f9f02d2e524583dc520f88741aa39f80f4afad5c9872c953e4c09e47112596f',NULL,NULL,0); +INSERT INTO blocks VALUES(310029,'3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6',310029000,'1fa464e853787685a588de6dab287456de7a0efdcd76052a41ddaf5e2f85a648','818415429923b4a38cb65dddb4e8b8a17264cea0188e905d4a19db340e98ef82','330f8704a51f757abc8d9066e9fa6fc1ff2997948de01c390d9cd5d36ba95224',NULL,NULL,0); +INSERT INTO blocks VALUES(310030,'d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5',310030000,'fee866f1cf6e5f83010b97e0e9d88b54ce43fdf45e89081ba3b2fe07b62434fc','7e3fb0dc1ce885afb71be88ad0ca3b189202535d328ff70bda7cceaede6813bb','feb55faa1ad1fa962f26410aedebb7de3b9621e287e7915ab5c2cf996ac54c91',NULL,NULL,0); +INSERT INTO blocks VALUES(310031,'0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689',310031000,'11ed526c46610698e7a4f102ae91755a541d668750ec3bc10decd0c1709d1115','e3044e5fc57d122eb707d271ca1f4248358a8f477a6466cedb739e7799351bb8','5148f5ccca3bbe1b82aad9294a4c6f86e6c9c9fa26339c15195dd98810587721',NULL,NULL,0); +INSERT INTO blocks VALUES(310032,'66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074',310032000,'7930e5a2c6150df64dfd995801aec68ce11df292e206f08f7ff20eda9ca2d017','cbe01ce5a4da72538e9310180de025f141ea8baf1b6eeede8164cac3488532fe','0d7786f7345100c0b84a92c544a68434c1159fc4493c78ffb79f90e8e070b37b',NULL,NULL,0); +INSERT INTO blocks VALUES(310033,'999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707',310033000,'c5834a54b3ad7f9fdbb18a87c8cefe867eff2ba1ae5bff238a3a041431d0afdd','81bceadbd9f9b956ed25021e2e0a9f4217c7424522105f8a0ba41c9f78234fcd','eca20641d76aff596e8aa606f30ffb6830dd5525e76fbb997255dc50e70485fe',NULL,NULL,0); +INSERT INTO blocks VALUES(310034,'f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208',310034000,'5a4b3f29cb1554ae8f670955df4dde45fdcc57623a50ca7d8f2c78ad79186a7a','0ec430eb4c16f386b5abbd6586133741dfe6c19eb820d388810f3680442d363a','e1b808fa3c1c12f68164528025ddf892492f33109832ed5e93b125809bcb5d9d',NULL,NULL,0); +INSERT INTO blocks VALUES(310035,'a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2',310035000,'b81834ed9e92514fe7d277378be72e1f81043a615a4b67cb67dbcf97e3c3b43e','a883860baff0c6dec150c9d80b8a640401e191312eeebd4e9f21914e7803c46b','5995a2059a170330580e381bf2eb45d600e425a9281a5b537d024de04bde808d',NULL,NULL,0); +INSERT INTO blocks VALUES(310036,'158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76',310036000,'736adff04611f10a4e384b5d5c44651bdf037c0caeb8dda5bedbbc6d18d04ca2','821ad697a76d9a35b14a7c388b65b4f3a86fc66c42e02af6d568f73e2586beec','f05824a8cfc94b1d4991615d59b26ed261d5d14c3feec2d97a5c8be14844385f',NULL,NULL,0); +INSERT INTO blocks VALUES(310037,'563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07',310037000,'34d49fb14a7ec85ebd02ffe04768f5aa7382ed0ac7f9ae903e71567dc5d9ab67','c5ff4e50b07b755c23a6d9ca6dd5efe71a2728c4c662418fab814993be455308','291bef1f84d8837ff8cb1f4eefd8e257dde915f856b2fe2754942c98ff01f323',NULL,NULL,0); +INSERT INTO blocks VALUES(310038,'b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2',310038000,'9bfc3bf0ed35dd256f0df04c813dab9dd818238163e6b01842e18815971e7010','8a2ea429a26990e70f9c8937d11c58c986f991c55f196416344847435c670849','2bb1f0efc82f12fda09b77a315dc1698b16a4498540356717f530247a9ae0c4a',NULL,NULL,0); +INSERT INTO blocks VALUES(310039,'5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347',310039000,'da7a63f22053d1713c805684d14695c31670eaf848bf23eee3331e679744f291','9f186391b30cc438ae59dabfb18dfca8811193a8fe37cada73d513ad688a80f0','521c8536a167b13f3ad4c0952581a2f959a08fa14a69d35c19e68a58d5b1b116',NULL,NULL,0); +INSERT INTO blocks VALUES(310040,'7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3',310040000,'ddb485115b64342bcb172cc3e77b20effb1294e635459119b59179f3b6a87d66','f73c8b5e92181566aeee4ec42a1e50b950fd18680c69c58fe20b5288a915d7e9','c6b476c4b592b8d05961b9db5f529495a128147c9ff77465838a93fe324ea932',NULL,NULL,0); +INSERT INTO blocks VALUES(310041,'5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359',310041000,'b58d05ae5f282f7904c7a759ae5624194b5cb091f43f05d738cb4002a999c26d','73ee837bac9153dbc94c23879192b6c2fd71a9a6148502e8c4693bd342c4feec','7c81a90e8372f18de6f7eb305f3dc123deb121370819ec4d8c74e33ca45eaf3c',NULL,NULL,0); +INSERT INTO blocks VALUES(310042,'826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4',310042000,'c18e1989fccd8bc7168ebf2acc035c224a9010b428b81c814683b0ce1e244113','9ef577154ca6e451585e9dcc4c3690d496b8a666856987194c4e41414743945f','194c3b53c1e3aec21b62e3ba56e1d8d279e5bde07700c72bd4208e7786d87e56',NULL,NULL,0); +INSERT INTO blocks VALUES(310043,'2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51',310043000,'1a935492fce6a168d9aafd24246bba6f5615f53a47311549059b21adc6a67154','29f3ff5d49a8c6ffbf0ddc41a5e45fd3b777fd7c9ea60a914191fc551ac46ea4','62e1589df67aea3a470c89e5c7a2fd304cf4a831ca11867974af45c0b3bdee29',NULL,NULL,0); +INSERT INTO blocks VALUES(310044,'3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b',310044000,'536611cb3cb3005f8c4ffc5b8ed8271734448b5d6f49bd47eb0456bc4ee207e4','6f22c984234616fa84a474dc80c5d5e25ccdbec1a84b0cabb279505e93aa4d6c','0a4fa8f3dc5a6d4bc58b141e75e878f31bf7e3fd15cbf514b7e79f091a762781',NULL,NULL,0); +INSERT INTO blocks VALUES(310045,'7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98',310045000,'ebbeea29c073c61dad3e091302cd945a9926741db0dc6a918792c4c01b8cc30c','a1d1a029c0bcbe481f8ba760714e266ff9e759844517ceef96bbaefb05652dcd','4e395eb81697cc6bfad6c470daf18bb2b8468512a8beb4ee0189228026d234e7',NULL,NULL,0); +INSERT INTO blocks VALUES(310046,'47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6',310046000,'d9baff8bec82f3c29f1fa69c9ddd456f1867f33a55d1648605ea7109270d8e07','26f6ea6c1e350b91f4757619dd52bb7a2b2bad7277497f0d4e1d61b363eb7a99','e1b69afab27973cbeff7d5d96e199c7e146b2412072708847ade55ad41347d2c',NULL,NULL,0); +INSERT INTO blocks VALUES(310047,'a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075',310047000,'09ad4a6bb3f671e6ac6d595bcbfb82371cc41f35c309142678eb5b7df97a5de5','5e32dc4d14838fdf0460146fd87eeb59ece3416bb7104362d24fd6d2bf0fe963','327c9a9d85f1b0bee32d286794d4699d0294385145c965ecc4241c1104cd4e22',NULL,NULL,0); +INSERT INTO blocks VALUES(310048,'610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309',310048000,'208200708851a32b0ffaecade58f78f8ba7d5820457c582d5ca127e16fec0952','c0a8253cff82f71d9a90c7b982e5d5093d5c2bbc2ee2859d9d7d09afbef56192','588b10efc0791195583600444e5f8f05652c498875af86594f33bd158e6f5341',NULL,NULL,0); +INSERT INTO blocks VALUES(310049,'4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c',310049000,'9d1a7335d989bb73b0363bc88da6dd82c0fbaf064b1d70708b0aa2f6a8a9958b','c07861a54cc9537b7a2486e5a7e6366cd04413fb1307712ec6af55588dd22cfc','7bf4253c04b54425eb1bd781df49cb03bcf450236263831751b318b00694c9d8',NULL,NULL,0); +INSERT INTO blocks VALUES(310050,'8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348',310050000,'2fd9039e49fcbb070315defae275bed858cfbb539bc4db8f2ec5f5ff6d69ea25','0ae948495f47c1ad343052f786467c6236cd6ca23dce0c628503a44ada8f8329','868accf51e7b0e43ca3bfbd381ea54912b3fcf74fe079678dd739a5bfb6259a7',NULL,NULL,0); +INSERT INTO blocks VALUES(310051,'b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6',310051000,'2e97864865a020b04ed60b22c347d9dbebce5d00abce86c2b3a5054a3184699b','986536c5e9cec38d9b78bef44e21e73f93a654b9c421c7822dcba475b14f2127','ca9f1d95920bd69ef0abf8f1218e76c200c39a73cf28af8270f304149437a24c',NULL,NULL,0); +INSERT INTO blocks VALUES(310052,'0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2',310052000,'f6a8e9f4cde78fbf6c9a5ea176312116f3813f2c0bcaee6c92f3beb13a8c3899','4ffb95c683e1839d31018cc7ec92e978014b8cd32f308c2819ff2e79ff60fa2d','87a991656e74f19ba3629eb13c7457b46e4b505b131a1348ae8fa93bc61c98db',NULL,NULL,0); +INSERT INTO blocks VALUES(310053,'68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f',310053000,'1d84e4657febaa291b4873d808d9ab433370227976196fd6436a65839c3575d1','0ed99730b61327cff9ed15d8585f70d7629b2b10150a717093dac4fafcc4e737','61609501b657e280c08f7f7eaa54a0d5b357af0d4fa0247ba41013fe6998feac',NULL,NULL,0); +INSERT INTO blocks VALUES(310054,'a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305',310054000,'083f6b773191caaf1844f47c53077e8724e100d0b46461ddaa642b88d5265c9a','69aa5d1c74c026da7b7cebe352bd6d907a31174cfd6f346e09382b0cf3fb8239','ff6dbe3ec8237a170e02a6e9d8842872c42b880103ad9f050989b4948a1f111e',NULL,NULL,0); +INSERT INTO blocks VALUES(310055,'4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356',310055000,'b1302087b804fc5753df5a4d8aaf8626e80ff99b429f52fed97767b051c24e8c','e35d2a19e5b60e2534a36d8c1d0c14c6211d56c29b4aa4953a14bf0b83bcc405','8e9ea6081c490b25a9badb49a2470a301bcf8f5be853b28865fd10373b6a7e5a',NULL,NULL,0); +INSERT INTO blocks VALUES(310056,'7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3',310056000,'956c9ca0b51eaba7343703a165eb96d5947fc764457ef3dde5ca90c18d3b2f3d','165a88d3d459ce6f4f37cc2ddb1c365dd01542b102dc68181d41b95ebde044dd','39dea51d2b8c370e1745cd93d2a3cc57ed33aa364ed1e553bd65fb9757028c84',NULL,NULL,0); +INSERT INTO blocks VALUES(310057,'4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411',310057000,'e86cae3e73aa13e8498a98de335ed0cbdb7899b24e91839bbf0f50aa22355ecb','37394f57952a82ab5fb6ceb7323152d83f3c911a533e289c55b531fc83269268','5d30bd308d81fe9d9b0de3648a27070edaceac1d075a787b9b590b89560adb93',NULL,NULL,0); +INSERT INTO blocks VALUES(310058,'a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f',310058000,'54bd5e4fc1bc17df27f9e6f22b5e1facd82229a877e09ec0136f878f2da81344','ebd7b1c7c24aa51a0622e244d1b486d4bde8b1019d86e1d8845b6e90847ad09b','aed8196779a16702d470b4ff1a337b7ef975738e685ada7365aa3883dc3d6581',NULL,NULL,0); +INSERT INTO blocks VALUES(310059,'ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9',310059000,'1403832427d4c482b0d2d925e08a72fe37f5aaa6af73e74f601f7e22fdad7662','cb71b795988456a345fd21a3c729005ab802707d54311480012920f07db40bc9','6d5c15beb328606bf05a296216974ab9cfe2cfa840d62f8eb234ae42ef7d0410',NULL,NULL,0); +INSERT INTO blocks VALUES(310060,'974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b',310060000,'7b08f124a953d0e5511b0698d3314f5ec71ebba77b94c4d236ff9738d5a587e8','cf47be21938b5a55ffb8eba6a9f63eb61b89e679b279d75080571832bf08c0e0','44123239f9904c6de79e1030203cecdd2f1f626aacbd112e6e71a3cc2924b424',NULL,NULL,0); +INSERT INTO blocks VALUES(310061,'35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf',310061000,'1de158dfd18413618b9800236a2aa265d2fab497b09a839be408da8871b0960a','a9c1a3c24a410649e701fc0b321b2030b6fc35de7a2538a10e75b482cbe96b3f','6c081875f045c77c00513740c7ea5b551479748ae1dd25902971b1028953945f',NULL,NULL,0); +INSERT INTO blocks VALUES(310062,'b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f',310062000,'aa4be540bad6cd762a02b77856c3d6a737d90245e71f61b63a426573bffb3a4a','93d0499dcc4fc819927eed8d1eec8b094eb5a4323b70d2cec33d568e31737ce4','95e96acae75d42af75e472ffd598dbc8665c396cfa0a0b438eb2a2dd1f5fbb6d',NULL,NULL,0); +INSERT INTO blocks VALUES(310063,'0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe',310063000,'49edce8190c2480fe3c6b3df7c7c5f13d34f67c3aef3b2aa12eaea603153aa83','a76d957ffb41dbfd83b8c92ad487582586cdf13ca49dc1dfc30e869afc8ca76b','e8fb48dd2d9178f87ee7a9963fb8f0ac55503c7845770b5f38026af3cbe0a596',NULL,NULL,0); +INSERT INTO blocks VALUES(310064,'e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30',310064000,'a2a8c9946cf45490858deb15c8f277ec545854dfc02dc9d248a684c0c3544d6e','0270a3faca0bc1a674fbd3632a1edbe8363d5115db8af56f135493f09a63df30','4020d1a2537a83a47f2b66f48d24dce9c78e152a54a5e5901d93a33ad68b9632',NULL,NULL,0); +INSERT INTO blocks VALUES(310065,'8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a',310065000,'ca1e5d385fd9cec1184d28095a6f4a2ec2914d40cc016309fe322dbb335cf2c3','85484b37f06238496ca822d539fe09e0e2906d12cf5b6d77c6219af29ec7410a','2ee7b0635517a135b8de48fb2009b8d03c1a9ad476d1af69849f6985422687b0',NULL,NULL,0); +INSERT INTO blocks VALUES(310066,'b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d',310066000,'73519f53874cc8cbe9052bf8dd18c590e0a4bd5bdc2a286c4930e8cfd006a993','9c360f75cdc0788ebf8a530fa967e8eaefc3876b19739dfef2f7307e1af414f2','4d53923ec4b1384ae53dd221243a330cf58e0619894991955b4123aec3c3296d',NULL,NULL,0); +INSERT INTO blocks VALUES(310067,'8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577',310067000,'5de09a95e36480de84f9d3c8db3e18b7bf5145f8b6ee6bde57b5c3de11274cbd','b4a32df829f1f913a9077d0ecd83362230bf893ffd654703538c5fc1c30a181e','0166e4d5510ca4ff840588711d063ce73278e657b476b7c8c2488cab33b7be96',NULL,NULL,0); +INSERT INTO blocks VALUES(310068,'9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5',310068000,'be6a452931358d500eda0fd2aa3a91b86483fa847a7bf350f23d33d85712592e','fc4f551737950e1293a8718899c3b74c2ce76d8d1f58d6e22d10976ffd15eb24','c3c32e8cd5be5e94703c1d230452b31d94c9c3ab0a58af7702331d48bd61b038',NULL,NULL,0); +INSERT INTO blocks VALUES(310069,'486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7',310069000,'5940a47dfa1a1c8bc1e51f1e64100cd0604c74197c88b39f6f7a9d5b763a0b56','53ce1fdeb3b9e39930ad127bc86bc71e7b497f24cc34af2a022200db36ebfa36','5cbcff766371bca80cfb4e354f71154e8eae830c08ce7e81f350ff8f61c69ed3',NULL,NULL,0); +INSERT INTO blocks VALUES(310070,'8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5',310070000,'6aebe68545207e7cc81d68c3aca801f0b39e276ac86e8e0130d5029eefb60e2e','0d482039b615aa55b721fef8ddaffcc2942838dbda8784940e9fdd8dba8b1465','0a46f47edf65a63b944471acb96ec29e9ea5f22a0c3003b55c8a6f19238d2d92',NULL,NULL,0); +INSERT INTO blocks VALUES(310071,'7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b',310071000,'d005aff752907b93e2dfe442896c8976203f0139fb67cda3ea1936aea495e008','8be094b2e99ec5c85a594d4a4059b7427ffbee3671190b84161fbf2fadb6f313','2fb296edc66f760652c9a0efa26a7f563d6ad7807b46625ca57efb2b64fe529f',NULL,NULL,0); +INSERT INTO blocks VALUES(310072,'7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a',310072000,'781f0ebe67964c25640f0bf5624e08cda546dbbb6648bd6e8d9f280c7f075f7c','9c5e049c1738beda53ffdffe18492b0af038a756278f2bdeaddaa1a726681ce5','d94f0d7851113a61e838cc3e091a5024a4f8642650745053bcd714da2db73910',NULL,NULL,0); +INSERT INTO blocks VALUES(310073,'ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943',310073000,'83b5e1ca76fda895b144e8c03cda5fc3d18f6324b5413fd74923e51a94ccc53a','a7199dd9b360cc694f85a81ccf72fd614e6c0400d753132cb517ca9da55df86a','e6745b3b9abf04540e06e111fc70059689840fe42d806feb6b634343e8288378',NULL,NULL,0); +INSERT INTO blocks VALUES(310074,'ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb',310074000,'4293be396327c0aa3c56c77a9152068cc32612692c76ba94e8961c59a9ad780f','833f9d3ae03e5819eec47318d948999dfbe35fcbe66766f985b6ca71eccae54a','c353918998d96819622e50a612c1ef873652d97b9f355bc9b8cb4b379123db5d',NULL,NULL,0); +INSERT INTO blocks VALUES(310075,'ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b',310075000,'d08b93b609f1766534cb0c30502350b9e4ccc4a885ebff7633e9e5c5b52d8e90','7db8bbcaa76b087fbcdbd8f5b428b3587c494f0cd7d458a2d519abb0ef26f424','0213c9c3f3ee3a2531d6e47bed3a0a5c5fbe67db8b31199453faf6f6f5d873a0',NULL,NULL,0); +INSERT INTO blocks VALUES(310076,'3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92',310076000,'06c72d219df429f2873af74b6250f3d12996cce14496d151bf8bd4cf819532e4','8f6a902dd8d5d573658f07e8ac598ccc46ed49bff95b2a9ed89a051c852215a5','5f1546e3eb6fa401d5409f9cdd8934560febfc9621e46685dd7f30878d4fc897',NULL,NULL,0); +INSERT INTO blocks VALUES(310077,'d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd',310077000,'0ff019cc4b9b8a394aad1b9f8f579fd5c4cc48a846e4fe71ab2f45226cec5a1e','e1ab0a4cbd4e60c5b1da333c5ef542bbc1d8bbd7709fdb35374c072a1f54d38c','b66f9ca1d86be8652b58442beb108cf346dbd9e3f5e3f9346dff0fb1c3bf2402',NULL,NULL,0); +INSERT INTO blocks VALUES(310078,'f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6',310078000,'6ea40a02464725d0ba45b9969bdbb7529ae5e3ca794ae00abf4783bfc9667104','be6f6965b6ba8aae157eb48f28bce3fa91c3bbc22b88fc3ee8d4f126c1538032','9e87778b4a97b4151aa93768ec4c96d764a53e4feda790ccc00bf1d2257374d6',NULL,NULL,0); +INSERT INTO blocks VALUES(310079,'f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c',310079000,'076abf036bd51c47525fe4e638dbad403a8a1667a5b7c2f81ffc2a70e79b80a8','eb97110f496f9813e14f127af2cdcdb26d54e9745e274fe227fb0646cc132c29','e08f8cd258fd855e548352e5eaa56f10965cda1b5333b93db475263442963040',NULL,NULL,0); +INSERT INTO blocks VALUES(310080,'42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c',310080000,'8cc2e62f7b3ae2c89977ee9e31acacff38f944d00a978e9b0e48678487cdbe27','93c6c5967f4d297df962f2853f2a2ba3870f5692c8835413c08528cf243985dc','f7411413a77bfb7c6c71a898103a9d49638fa05f2d5d6acb4d600d975f083117',NULL,NULL,0); +INSERT INTO blocks VALUES(310081,'6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4',310081000,'ec86fa6786b598b091121fc2001650bc04668d26d88805efff7271312c76a373','e6cf70178316b3c594c60d10ac1ee3783f1dafe5054ce4c6fb932bf3c771f703','3653034749961bc466e4960f64e80ef5193a12f68575bb8d89e3b90ba4e589ed',NULL,NULL,0); +INSERT INTO blocks VALUES(310082,'4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644',310082000,'6b720db96b2d10816e5022ab8c61fafba49cc6bf484909fb500295451e61f768','254cf1d1ac865c611a3d9fbd78001152928a52ad94fd640c526e043ce7c0fdb3','fdbc76dc94b2c2d3b92c7018418d38b971e0ce6c50725d46eff9d14c171be73f',NULL,NULL,0); +INSERT INTO blocks VALUES(310083,'9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850',310083000,'d8c6fabb9b9dff0f1f3ba35e75c08be55dc4ded8dcf54e51f0cd857625b87dc8','a34f7e98c65b95becae5908e74cfedcb846366a83605f9d8685e98ac629d1278','806116165c57520c931f6a1b96e7d0f155ebfc0bdfcf809b2af08a6daae9e9b4',NULL,NULL,0); +INSERT INTO blocks VALUES(310084,'1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3',310084000,'eba03194b13ca764dbfbb86f86d16841df4486f12c26a214f7f1020468b52d27','e5a15333b0539a58bcf306d993b0be078d8dfd3cf3f5929a690da5ac534eff5e','09f4321e10ab36fdac9df9d1c602ed63fb8a23a4a221f2fca54107a59876d6d8',NULL,NULL,0); +INSERT INTO blocks VALUES(310085,'c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34',310085000,'d7fa8085722edc91ea5cb907e439649533e32ad5429b52bc10463629719af5ab','bfedffe97e2bf812728130721dec204767d92ab05bfcf2c4596b5386fc6ea380','162eae3cfe7fdf851ec6eefa65be7a774a0324bda591e8e88091966eb12cb047',NULL,NULL,0); +INSERT INTO blocks VALUES(310086,'080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78',310086000,'e84e0b26a5a67af1bca0cdadadea17b52b79f160d8acc0281289de1c70bef248','2b4c3ff824d597cc1376a524f89bac6deef025a71395e848b51e9c06002d7f12','4c3c432a6766649292d01ce1d7a08b9835d858d1db4cf287c178d0c3af738168',NULL,NULL,0); +INSERT INTO blocks VALUES(310087,'4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c',310087000,'ac3522ba0e8278bac956b5f9d7af271424f8e4eff23d57d2a5ff88416dd02ff4','2b3b181734d815e3cd024f6fd91b11de8cd457bdc5f833520af281a6c42ab391','254b791fd8f48df69fea721089ebbd02b6bacf6cf19b9a3f9c73114477a38d44',NULL,NULL,0); +INSERT INTO blocks VALUES(310088,'e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3',310088000,'86255a3e32e6c7a96d0f0a6e7815d61d9a970272f1df38bb0c29ee9f2051f2e4','9092b97fab9af004edd169f26446c6712e5e1ed1d5f94fc5ac0b49565fa65b4b','58df692c2e6570e28148708b0616086981445b7211251817cd6a46fd9b5c5149',NULL,NULL,0); +INSERT INTO blocks VALUES(310089,'0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33',310089000,'9694fd19263381693133a47584432de876ef1e0a32060d52c8db96811ff7d09e','06ae398816ea8ca96fa424903182c7df9ce93c5d1bdbc2ead089ee71acb90531','12f545e6588184509fe45d68720f0e6d30c354707ccc4badf57cab40e8ab2777',NULL,NULL,0); +INSERT INTO blocks VALUES(310090,'b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969',310090000,'3cb1b469cc6627cbed3f0db1a00370d5c95edf9940f8a4c9406fc78076640d90','2c688b2021aa321432ae1bd5a60a9f65cdb6d3720512ca2c304bd2773e7647d9','556f130c9d03ec1b5853a530001cb1e1dcb42e12dc99d69d9d70cf2dba452914',NULL,NULL,0); +INSERT INTO blocks VALUES(310091,'734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c',310091000,'cac7cc49c1d632aef2e9bcb3456f60df2ff11110c4e9980989ce0f2d8a5835e1','2a7ce0455e84f973c078752f1c0ea93ffdbe993f239baeb7ed947e749c119dfb','78d9977ba41df4ee82aad158a00f24dad54409e9230db3ca699dba0dc6706bb6',NULL,NULL,0); +INSERT INTO blocks VALUES(310092,'56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d',310092000,'1614a317b1144c7f08fb2785bf468bb299b9f19450331b7fdfebd510fa07e574','270190f8eea6e059acfe66f7369986d3748f707f3ad0eaa2e396a190cc047a6f','18464adb4d02a9d546ac4f147a7f6745560086e620015865180979a1c55722d5',NULL,NULL,0); +INSERT INTO blocks VALUES(310093,'a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc',310093000,'631d42f4b3fb091a4c67f737bc2da60b8bf9820d27c758f5b9453b40813c5bc5','35ca62f9b66717328f41e23c80e72395f4ece758ce3ca9aabe1d1edd87d06016','411748c660d9971a8ca531ca1454b2241a80ae784f18e68b2516d2b5a95e2a77',NULL,NULL,0); +INSERT INTO blocks VALUES(310094,'2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23',310094000,'2b3f460da72fc0a9b3a720abca80bff0c44654287de69567c43c62a5557144bf','37d35cf95c6f102413739a672d5dc1c3b0760068de256676b336c631bdc94447','78a9364e1759d68525c43c9af3317385dcaad4172dfb1c4336e746a5bead715b',NULL,NULL,0); +INSERT INTO blocks VALUES(310095,'bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2',310095000,'db62bf94ddb276cf55ddfe73f8023e760788647910807adff6e0672ce1d5e23d','2eec38760b106cf52b3bf0fa51198348cb611ae9bb75edd8e4a343e7fef1e042','702714b710f2e91e58510e54c5beaa552417d71261a93b9648ba13f51a31770d',NULL,NULL,0); +INSERT INTO blocks VALUES(310096,'306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f',310096000,'1c427808f1eb1972df57b51eea9f3405d3d63a1d58c5a3faba616d7160e3a264','be57a1f4088437c89e3bdd7c9456b8ac9dc6011d15ada8d5432ab662f80e9a52','2652ce316328c2fca492d81fc0c08598b4e2992bd61bf2d95114110c97aee1ad',NULL,NULL,0); +INSERT INTO blocks VALUES(310097,'13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf',310097000,'cd28b5ac0f80f8815467663c1e90b15ffe46ce067a1b2ce004b0d371cb0ceb16','cf5fed759ba01d430d2e97ed6d52503a67c35688f02ad6742e87f1da1b468ae0','4a01fb06098110254de914822ce7ad89e0b471b06c98146ea926fd088362fa9d',NULL,NULL,0); +INSERT INTO blocks VALUES(310098,'ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca',310098000,'69adfbe756c116e395fb3a5170b57210ac2721b07144b3d7a35c4327f28e28c9','528e0ea934cb95d328ad13fb3a3a47a1d89824ee44abbb2cc271d707bb6d62d1','32516ce6167ed4003f4eb47f9fa65d904964b69a2af5ac3a2e903e64f93aa191',NULL,NULL,0); +INSERT INTO blocks VALUES(310099,'3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a',310099000,'d50cb66a25a410db360cdf749b5d10932410b5e37c3e5d3d834a65b5671dcca6','f0e0e40238d13f69c9c40cad5b8be218cb09af9bc061e728b56d74a42182788b','f3946fb529a57b69fb3181f00a60cdf7c02ba01868dceecdb217fe24c82ad293',NULL,NULL,0); +INSERT INTO blocks VALUES(310100,'96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb',310100000,'384f8d2eda5f1b7b8273ef149ac37fcaa9ae51865fd57bd348339579b8a078eb','19ac618404aade5a0914a9a9c159ea229384be303a320b08b9915474beccf1df','2745b38f5ff36c701e89a2de40c935e2f5495ec0883938d3bde948e6a48fbefe',NULL,NULL,0); +INSERT INTO blocks VALUES(310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'5eff25450225c71f85f34466d6e359001eed8f05ea5042e7d65c30ccfeb6098f','7d02630f0fbe3e5c3b16766f1d04dd1a83c305f74f0546276d970b36e870ba8e','5aa9e90f27b5251d72a586b14ee648edb2e5f0c03b065933f3dba1ea799fe083',NULL,NULL,0); -- Triggers and indices on blocks CREATE INDEX blocks_block_index_block_hash_idx ON blocks (block_index, block_hash) ; -CREATE INDEX blocks_block_index_idx ON blocks (block_index) +CREATE INDEX blocks_ledger_hash_idx ON blocks (ledger_hash) ; COMMIT TRANSACTION; @@ -150,42 +150,41 @@ CREATE TABLE transactions( data BLOB, supported BOOL DEFAULT 1, utxos_info TEXT, + transaction_type TEXT, FOREIGN KEY (block_index, block_hash) REFERENCES blocks(block_index, block_hash), PRIMARY KEY (tx_index, tx_hash, block_index)); -INSERT INTO transactions VALUES(1,'5fde1c728d8d00aaa1b5f8dae963ceb4fd30c415eb0b8a982ba2d8d676fec0bb',310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 5a1dd4e714aefe0a715c2b0ea6428c2e10cf3d3e3dc7e740cd0877c1e4edec24:0 2 '); -INSERT INTO transactions VALUES(2,'eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3',310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'0000000000000000000000010000000002FAF080',1,' ba510a377d1e3a7b8ef283dbff7b885f86b7ae606773a85915618aacd3ff19ca:0 3 '); -INSERT INTO transactions VALUES(3,'025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0',310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,1000000,X'0000000A00000000000000000000000002FAF08000000000000000010000000005F5E100000A0000000000000000',1,' 56bffd88516cfd0d35b3c4fe49592a213cc276b1af94c73d4254f689dc408946:0 2 '); -INSERT INTO transactions VALUES(4,'c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee',310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000000A00000000000000010000000006422C4000000000000000000000000002FAF080000A00000000000DBBA0',1,' db6a3690de6726ffb0fbfdb3e15c890ab7619b967b60b9e8434605070e0264de:0 2 '); -INSERT INTO transactions VALUES(5,'b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2',310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',50000000,9675,X'0000000B025CA2C1784CA3C9389B9F227A5A04445908337E21E2EF9411C890E20AFF61C0C6881F7505BD7FE0742C2CE50490E21431705BF2DF4368BE43F423FA0C515AEE',1,' 85a2ebf947069bab0041ce8cdcbe9f0252300f8f02f46b5a8c688d2ca40f74a8:0 4 '); -INSERT INTO transactions VALUES(6,'93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2',310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'000000140000000000004767000000003B9ACA000100000000000000000000',1,' adb8634c149c3b6052a0ba9800ce5fd4deb634cc1081ecb64da04a0c136ff9ab:0 2 '); -INSERT INTO transactions VALUES(7,'3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404',310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'00000014000000000000476800000000000186A00000000000000000000006666F6F626172',1,' 8c154a6d6b271e4a1d2778871fcba2f45cc455b1260f79ea08e031b9ad79c727:0 2 '); -INSERT INTO transactions VALUES(8,'e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe',310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000000000000000000476700000000003D0900',1,' 51d85687c1c89962f2676b6beb0374e432835723638250959cc084f37ff6da88:0 3 '); -INSERT INTO transactions VALUES(9,'7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9',310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'000000000000000000004768000000000000020E',1,' 6663a90d7ca7b4ea4ca5bf8c409457230bc427c7fc6a5d0fecba5ebb7a6758f1:0 3 '); -INSERT INTO transactions VALUES(10,'cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81',310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'00000032000000000000025800000000000047670000000000000001',1,' b0ff0b363dfa94369ca5a5c66e1cdb0b4417d879031471cbb14a371b58d26f99:0 2 '); -INSERT INTO transactions VALUES(11,'c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97',310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'00000032000000000000032000000000000047680000000000000001',1,' f723e723c8b285dca6cb5d4ab84ad48be13f56e1f664d6b6a14833ca440019cf:0 2 '); -INSERT INTO transactions VALUES(12,'0a15cc28e58f28a690051e66e6c50ecb68826077d59b75d05590a1db453d9d61',310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000001E52BB3300405900000000000005F5E0FF09556E69742054657374',1,' 1d08e7f0e0844e03e7ca4db4990dd81ba00b39cb05ab13aaf69fc990592f0f64:0 2 '); -INSERT INTO transactions VALUES(13,'c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8',310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000052BB33640000000002FAF08000000000017D7840000000000000000000003B100000000A',1,' 62a77d25a0ce892f3de8300271ca730514c843ad2e0d86cfbc9a0b092cc46bc8:0 3 '); -INSERT INTO transactions VALUES(14,'23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1',310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000152BB336400000000017D78400000000002793D60000000000000000000003B100000000A',1,' 2edaae7a61984f1fb31cdbb4513d8523f5b5ff7feaa86390bc32b3463c55b656:0 3 '); -INSERT INTO transactions VALUES(15,'a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd',310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000052BB33640000000008F0D1800000000014DC93800000000000000000000013B00000000A',1,' 36094f1d95f27bb5e6cb42a8174cc0fba3f39905d6cd6ac2140273c73d55e04d:0 3 '); -INSERT INTO transactions VALUES(16,'6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75',310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000152BB33640000000014DC93800000000008F0D1800000000000000000000013B00000000A',1,' e422a810d19bbe9a4215c706193e554053f06d80d74ab60aeaa519d01f2d8abb:0 3 '); -INSERT INTO transactions VALUES(17,'91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1',310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000252BB33C8000000002CB417800000000026BE36803FF0000000000000000013B00000000A',1,' bf409565cd591e16a2102fee4781a64681cbc79982ec5526ee17bf31c7a4403e:0 3 '); -INSERT INTO transactions VALUES(18,'c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a',310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000352BB33C80000000026BE3680000000002CB417803FF0000000000000000013B00000000A',1,' b7a480818948d8910e2cf2e6475aae1072be41ede27832fb8f99e3f14169f67d:0 3 '); -INSERT INTO transactions VALUES(19,'c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4',310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000001E52BB33324058F7256FFC115E004C4B4009556E69742054657374',1,' 86676313d1f457055a16784cbf7dc0c9066499ed114d72535379ac4f9ca398f6:0 2 '); -INSERT INTO transactions VALUES(20,'c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0',310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000001E52BB3365405915F3B645A1CB004C4B4009556E69742054657374',1,' 3b7b4a98830381c9af4bda05e9520bc30013663a4fb71081a094e1017c6cc7ff:0 2 '); -INSERT INTO transactions VALUES(21,'54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e',310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000001E52BB33C94000000000000000004C4B4009556E69742054657374',1,' 0f06ac488c13977713320e18f2c2ed82d6efce5eefc2988cd4b2e4bd1220dddb:0 2 '); -INSERT INTO transactions VALUES(22,'6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e',310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000000A00000000000047670000000002FAF08000000000000000010000000002FAF080000A0000000000000000',1,' 0b84fe823c78ce33db02a287f480ad6c2dac38de1bca142b10690dddd06b9429:0 2 '); -INSERT INTO transactions VALUES(23,'df080a76ceb263201901bc23c85c3e8dce4eca0e72c873131adaf2f46820e9f1',310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','mvCounterpartyXXXXXXXXXXXXXXW24Hef',100000000,5625,X'',1,' fa714c345a1ad0cf699f33c9572c70e3a5d96c16be2ddaf0ad0a8580e99a3ede:0 2 '); -INSERT INTO transactions VALUES(24,'abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1',310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'0000000000000000000047680000000000002710',1,' 64b128fe57538b87e472586bc2efacc0d692f07bdb4bc4868ec66c3f2061b109:0 3 '); +INSERT INTO transactions VALUES(1,'5fde1c728d8d00aaa1b5f8dae963ceb4fd30c415eb0b8a982ba2d8d676fec0bb',310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 5a1dd4e714aefe0a715c2b0ea6428c2e10cf3d3e3dc7e740cd0877c1e4edec24:0 2 ',NULL); +INSERT INTO transactions VALUES(2,'eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3',310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'0000000000000000000000010000000002FAF080',1,' ba510a377d1e3a7b8ef283dbff7b885f86b7ae606773a85915618aacd3ff19ca:0 3 ',NULL); +INSERT INTO transactions VALUES(3,'025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0',310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,1000000,X'0000000A00000000000000000000000002FAF08000000000000000010000000005F5E100000A0000000000000000',1,' 56bffd88516cfd0d35b3c4fe49592a213cc276b1af94c73d4254f689dc408946:0 2 ',NULL); +INSERT INTO transactions VALUES(4,'c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee',310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000000A00000000000000010000000006422C4000000000000000000000000002FAF080000A00000000000DBBA0',1,' db6a3690de6726ffb0fbfdb3e15c890ab7619b967b60b9e8434605070e0264de:0 2 ',NULL); +INSERT INTO transactions VALUES(5,'b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2',310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',50000000,9675,X'0000000B025CA2C1784CA3C9389B9F227A5A04445908337E21E2EF9411C890E20AFF61C0C6881F7505BD7FE0742C2CE50490E21431705BF2DF4368BE43F423FA0C515AEE',1,' 85a2ebf947069bab0041ce8cdcbe9f0252300f8f02f46b5a8c688d2ca40f74a8:0 4 ',NULL); +INSERT INTO transactions VALUES(6,'93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2',310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'000000140000000000004767000000003B9ACA000100000000000000000000',1,' adb8634c149c3b6052a0ba9800ce5fd4deb634cc1081ecb64da04a0c136ff9ab:0 2 ',NULL); +INSERT INTO transactions VALUES(7,'3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404',310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'00000014000000000000476800000000000186A00000000000000000000006666F6F626172',1,' 8c154a6d6b271e4a1d2778871fcba2f45cc455b1260f79ea08e031b9ad79c727:0 2 ',NULL); +INSERT INTO transactions VALUES(8,'e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe',310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000000000000000000476700000000003D0900',1,' 51d85687c1c89962f2676b6beb0374e432835723638250959cc084f37ff6da88:0 3 ',NULL); +INSERT INTO transactions VALUES(9,'7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9',310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'000000000000000000004768000000000000020E',1,' 6663a90d7ca7b4ea4ca5bf8c409457230bc427c7fc6a5d0fecba5ebb7a6758f1:0 3 ',NULL); +INSERT INTO transactions VALUES(10,'cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81',310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'00000032000000000000025800000000000047670000000000000001',1,' b0ff0b363dfa94369ca5a5c66e1cdb0b4417d879031471cbb14a371b58d26f99:0 2 ',NULL); +INSERT INTO transactions VALUES(11,'c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97',310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'00000032000000000000032000000000000047680000000000000001',1,' f723e723c8b285dca6cb5d4ab84ad48be13f56e1f664d6b6a14833ca440019cf:0 2 ',NULL); +INSERT INTO transactions VALUES(12,'0a15cc28e58f28a690051e66e6c50ecb68826077d59b75d05590a1db453d9d61',310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000001E52BB3300405900000000000005F5E0FF09556E69742054657374',1,' 1d08e7f0e0844e03e7ca4db4990dd81ba00b39cb05ab13aaf69fc990592f0f64:0 2 ',NULL); +INSERT INTO transactions VALUES(13,'c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8',310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000052BB33640000000002FAF08000000000017D7840000000000000000000003B100000000A',1,' 62a77d25a0ce892f3de8300271ca730514c843ad2e0d86cfbc9a0b092cc46bc8:0 3 ',NULL); +INSERT INTO transactions VALUES(14,'23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1',310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000152BB336400000000017D78400000000002793D60000000000000000000003B100000000A',1,' 2edaae7a61984f1fb31cdbb4513d8523f5b5ff7feaa86390bc32b3463c55b656:0 3 ',NULL); +INSERT INTO transactions VALUES(15,'a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd',310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000052BB33640000000008F0D1800000000014DC93800000000000000000000013B00000000A',1,' 36094f1d95f27bb5e6cb42a8174cc0fba3f39905d6cd6ac2140273c73d55e04d:0 3 ',NULL); +INSERT INTO transactions VALUES(16,'6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75',310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000152BB33640000000014DC93800000000008F0D1800000000000000000000013B00000000A',1,' e422a810d19bbe9a4215c706193e554053f06d80d74ab60aeaa519d01f2d8abb:0 3 ',NULL); +INSERT INTO transactions VALUES(17,'91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1',310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000252BB33C8000000002CB417800000000026BE36803FF0000000000000000013B00000000A',1,' bf409565cd591e16a2102fee4781a64681cbc79982ec5526ee17bf31c7a4403e:0 3 ',NULL); +INSERT INTO transactions VALUES(18,'c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a',310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000028000352BB33C80000000026BE3680000000002CB417803FF0000000000000000013B00000000A',1,' b7a480818948d8910e2cf2e6475aae1072be41ede27832fb8f99e3f14169f67d:0 3 ',NULL); +INSERT INTO transactions VALUES(19,'c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4',310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000001E52BB33324058F7256FFC115E004C4B4009556E69742054657374',1,' 86676313d1f457055a16784cbf7dc0c9066499ed114d72535379ac4f9ca398f6:0 2 ',NULL); +INSERT INTO transactions VALUES(20,'c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0',310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000001E52BB3365405915F3B645A1CB004C4B4009556E69742054657374',1,' 3b7b4a98830381c9af4bda05e9520bc30013663a4fb71081a094e1017c6cc7ff:0 2 ',NULL); +INSERT INTO transactions VALUES(21,'54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e',310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000001E52BB33C94000000000000000004C4B4009556E69742054657374',1,' 0f06ac488c13977713320e18f2c2ed82d6efce5eefc2988cd4b2e4bd1220dddb:0 2 ',NULL); +INSERT INTO transactions VALUES(22,'6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e',310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','',0,6800,X'0000000A00000000000047670000000002FAF08000000000000000010000000002FAF080000A0000000000000000',1,' 0b84fe823c78ce33db02a287f480ad6c2dac38de1bca142b10690dddd06b9429:0 2 ',NULL); +INSERT INTO transactions VALUES(23,'df080a76ceb263201901bc23c85c3e8dce4eca0e72c873131adaf2f46820e9f1',310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','mvCounterpartyXXXXXXXXXXXXXXW24Hef',100000000,5625,X'',1,' fa714c345a1ad0cf699f33c9572c70e3a5d96c16be2ddaf0ad0a8580e99a3ede:0 2 ',NULL); +INSERT INTO transactions VALUES(24,'abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1',310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'0000000000000000000047680000000000002710',1,' 64b128fe57538b87e472586bc2efacc0d692f07bdb4bc4868ec66c3f2061b109:0 3 ',NULL); -- Triggers and indices on transactions -CREATE INDEX transactions_block_index_idx ON transactions (block_index) - ; CREATE INDEX transactions_block_index_tx_index_idx ON transactions (block_index, tx_index) ; CREATE INDEX transactions_source_idx ON transactions (source) ; -CREATE INDEX transactions_tx_hash_idx ON transactions (tx_hash) +CREATE INDEX transactions_transaction_type_idx ON transactions (transaction_type) ; -CREATE INDEX transactions_tx_index_idx ON transactions (tx_index) +CREATE INDEX transactions_tx_hash_idx ON transactions (tx_hash) ; CREATE INDEX transactions_tx_index_tx_hash_block_index_idx ON transactions (tx_index, tx_hash, block_index) ; @@ -271,7 +270,7 @@ INSERT INTO balances VALUES('2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB -- Triggers and indices on balances CREATE INDEX balances_address_asset_idx ON balances (address, asset) ; -CREATE INDEX balances_address_idx ON balances (address) +CREATE INDEX balances_address_utxo_asset_idx ON balances (address, utxo, asset) ; CREATE INDEX balances_asset_idx ON balances (asset) ; @@ -283,8 +282,6 @@ CREATE INDEX balances_utxo_address_idx ON balances (utxo_address) ; CREATE INDEX balances_utxo_asset_idx ON balances (utxo, asset) ; -CREATE INDEX balances_utxo_idx ON balances (utxo) - ; CREATE TRIGGER block_update_balances BEFORE UPDATE ON balances BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); @@ -298,6 +295,26 @@ PRAGMA page_size=4096; BEGIN TRANSACTION; +-- Table config +DROP TABLE IF EXISTS config; +CREATE TABLE config ( + name TEXT PRIMARY KEY, + value TEXT + ); +INSERT INTO config VALUES('FIX_ISSUANCES_ASSET_LONGNAME_1','1'); +INSERT INTO config VALUES('FIX_ISSUANCES_ASSET_LONGNAME_2','1'); +INSERT INTO config VALUES('CLEAN_TRANSACTION_COUNT_1','1'); +-- Triggers and indices on config +CREATE INDEX config_config_name_idx ON config (name); + +COMMIT TRANSACTION; +PRAGMA page_size=4096; +-- PRAGMA encoding='UTF-8'; +-- PRAGMA auto_vacuum=FULL; +-- PRAGMA max_page_count=4294967294; + +BEGIN TRANSACTION; + -- Table balances DROP TABLE IF EXISTS balances; CREATE TABLE balances( @@ -351,7 +368,7 @@ INSERT INTO balances VALUES('2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB -- Triggers and indices on balances CREATE INDEX balances_address_asset_idx ON balances (address, asset) ; -CREATE INDEX balances_address_idx ON balances (address) +CREATE INDEX balances_address_utxo_asset_idx ON balances (address, utxo, asset) ; CREATE INDEX balances_asset_idx ON balances (asset) ; @@ -363,8 +380,6 @@ CREATE INDEX balances_utxo_address_idx ON balances (utxo_address) ; CREATE INDEX balances_utxo_asset_idx ON balances (utxo, asset) ; -CREATE INDEX balances_utxo_idx ON balances (utxo) - ; CREATE TRIGGER block_update_balances BEFORE UPDATE ON balances BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); @@ -520,349 +535,351 @@ INSERT INTO messages VALUES(2,310000,'insert','blocks','{"block_hash":"505d8d82c INSERT INTO messages VALUES(3,310000,'insert','transactions','{"block_hash":"505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c","block_index":310000,"block_time":310000000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"5fde1c728d8d00aaa1b5f8dae963ceb4fd30c415eb0b8a982ba2d8d676fec0bb","tx_index":1,"utxos_info":" 5a1dd4e714aefe0a715c2b0ea6428c2e10cf3d3e3dc7e740cd0877c1e4edec24:0 2 "}',0,'NEW_TRANSACTION',NULL,'11f9fe38ff249f17b9f7d4095a37cbca3d81bcea511b7cec26d12f61d29fd586'); INSERT INTO messages VALUES(4,310000,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310000,"calling_function":"burn","event":"5fde1c728d8d00aaa1b5f8dae963ceb4fd30c415eb0b8a982ba2d8d676fec0bb","quantity":93000000000,"tx_index":1,"utxo":null,"utxo_address":null}',0,'CREDIT','5fde1c728d8d00aaa1b5f8dae963ceb4fd30c415eb0b8a982ba2d8d676fec0bb','4a364634a53ca5bab58268a2b6c4729b2bb7f9234fad38abec3f42d010e241dd'); INSERT INTO messages VALUES(5,310000,'insert','burns','{"block_index":310000,"burned":62000000,"earned":93000000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"5fde1c728d8d00aaa1b5f8dae963ceb4fd30c415eb0b8a982ba2d8d676fec0bb","tx_index":1}',0,'BURN','5fde1c728d8d00aaa1b5f8dae963ceb4fd30c415eb0b8a982ba2d8d676fec0bb','91b1de591fbab7558b19b8a561741c7fcf88d4d7fa819ecc018ba8372eedbb88'); -INSERT INTO messages VALUES(6,310000,'parse','blocks','{"block_index":310000,"ledger_hash":"a16ae7423db132c887ae41cc33b7fa48a0cc6571d5a49e0963be25ec8a9769b4","messages_hash":"2f1739da6af89a64a270eb18f33e6b1d96587b44c2621ac4e660892efc5c182d","transaction_count":1,"txlist_hash":"b8fb4fb649dd315851564165b076d636e5a85e043d59c11877bdccced38f1b3e"}',0,'BLOCK_PARSED',NULL,'0e0b042b0580f02db2ae86bc1f26ff82fd059480a11728e78f85e7442b7a1dff'); -INSERT INTO messages VALUES(7,310001,'insert','blocks','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'adce9e856697d2413c8af14e5dd2ab6d08729481d97ee6a6e2d67d911a2412f9'); -INSERT INTO messages VALUES(8,310001,'insert','transactions','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"btc_amount":1000,"data":"0000000000000000000000010000000002faf080","destination":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3","tx_index":2,"utxos_info":" ba510a377d1e3a7b8ef283dbff7b885f86b7ae606773a85915618aacd3ff19ca:0 3 "}',0,'NEW_TRANSACTION',NULL,'f4c2aa1d7fd0e11d52e3c66b3f7e7038081e3f889edd6f24d7697a4d50abe4c0'); -INSERT INTO messages VALUES(9,310001,'insert','debits','{"action":"send","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310001,"event":"eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'DEBIT','eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3','c2cf6c22f73a1528b6062c44e47ab266e5391155935aea61d40e9bbafcbb403d'); -INSERT INTO messages VALUES(10,310001,'insert','credits','{"address":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310001,"calling_function":"send","event":"eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'CREDIT','eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3','a9d43f659da4e6b058802297b85a2290699dcb7ae0b3bf026507433927f6b797'); -INSERT INTO messages VALUES(11,310001,'insert','sends','{"asset":"XCP","block_index":310001,"destination":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":50000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3","tx_index":2}',0,'SEND','eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3','f5c1081f07098856d687662e5e7ce4e40c51dab0421bf022cf1e03b43be5682b'); -INSERT INTO messages VALUES(12,310001,'parse','transactions','{"supported":true,"tx_hash":"eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3","tx_index":2}',0,'TRANSACTION_PARSED','eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3','bb1c98917c81e09611347372251a72d2b689c9ca04eafa262c18ac109ce5743d'); -INSERT INTO messages VALUES(13,310001,'parse','blocks','{"block_index":310001,"ledger_hash":"0cda5c4a26f0b23d5b948142dcd226b2718c57c9c6a481250128a7a1c8ad30dc","messages_hash":"b68d11b9f724844b0d287630930328f177cb88db1e741eb7d9d6f16203766a23","transaction_count":1,"txlist_hash":"1c009ff73127980e51ba6a7035bec5c2a9650b5a184da1d55c3d807fa658f8e7"}',0,'BLOCK_PARSED',NULL,'f2391a520e04ca4d23f37f56c9974316f73e1cf6d85fd3ddaea239a97fc9f31d'); -INSERT INTO messages VALUES(14,310002,'insert','blocks','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c477e8ef92de585a9a5730a3f1c93ebb112335d28e78fc2fc569333dd1549d0e'); -INSERT INTO messages VALUES(15,310002,'insert','transactions','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"btc_amount":0,"data":"0000000a00000000000000000000000002faf08000000000000000010000000005f5e100000a0000000000000000","destination":"","fee":1000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0","tx_index":3,"utxos_info":" 56bffd88516cfd0d35b3c4fe49592a213cc276b1af94c73d4254f689dc408946:0 2 "}',0,'NEW_TRANSACTION',NULL,'4372552f09bc3abe9ecc76c39035054687d5091983cb09ddef28e77631c4e845'); -INSERT INTO messages VALUES(16,310002,'insert','orders','{"block_index":310002,"expiration":10,"expire_index":310012,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":50000000,"give_remaining":50000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","tx_hash":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0","tx_index":3}',0,'OPEN_ORDER','025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0','f5f82614c69f031c312977e395e6b01922df3ede29873c13b02707962b3b5f6c'); -INSERT INTO messages VALUES(17,310002,'parse','transactions','{"supported":true,"tx_hash":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0","tx_index":3}',0,'TRANSACTION_PARSED','025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0','0c01badad91d9f8d6175e2777db20b1fb85673e732852c2d3cce2fcac65905a6'); -INSERT INTO messages VALUES(18,310002,'parse','blocks','{"block_index":310002,"ledger_hash":"657c31576766cf1f8a699a14e6c7493498673f1948bea1be4f639247f4d52d53","messages_hash":"3f8862596bc87de0ffb2905d7dff8d7dd2960857ab5a0f38574bc5516f1380bc","transaction_count":1,"txlist_hash":"c674bb5077acb71ab19a6a4a8f779015846135e7b93a5006555fe1f4ad10c58e"}',0,'BLOCK_PARSED',NULL,'4158a47c3d260585340400ba1575a30f774c23767ac678516390c8dcc793bf0d'); -INSERT INTO messages VALUES(19,310003,'insert','blocks','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'beed0ddef63596da477a40a3ed2963a6f547c7e0fdbfaf3acb5d95bf3bdff359'); -INSERT INTO messages VALUES(20,310003,'insert','transactions','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"btc_amount":0,"data":"0000000a00000000000000010000000006422c4000000000000000000000000002faf080000a00000000000dbba0","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","tx_index":4,"utxos_info":" db6a3690de6726ffb0fbfdb3e15c890ab7619b967b60b9e8434605070e0264de:0 2 "}',0,'NEW_TRANSACTION',NULL,'7d50eecf95fc393ae2abdb7975c2b0c7f90030f9728ddf136e57928f2e1fe3fa'); -INSERT INTO messages VALUES(21,310003,'insert','debits','{"action":"open order","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310003,"event":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","quantity":105000000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'DEBIT','c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee','5ea8479b2d9d6e45a3a9577cf587a7379628014bd5297d9b5c64a27e2e89aae0'); -INSERT INTO messages VALUES(22,310003,'insert','orders','{"block_index":310003,"expiration":10,"expire_index":310013,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":50000000,"get_remaining":50000000,"give_asset":"XCP","give_quantity":105000000,"give_remaining":105000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","tx_hash":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","tx_index":4}',0,'OPEN_ORDER','c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee','cced70e8caacf6d9df87535b40f651c46f802041bf095886b8c48a34771e9720'); -INSERT INTO messages VALUES(23,310003,'update','orders','{"fee_provided_remaining":142858,"fee_required_remaining":0,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0"}',0,'ORDER_UPDATE','c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee','ecaeb1141704b4386ef6bccfb7b2c37b63835fbad66729354585193dacff46ff'); -INSERT INTO messages VALUES(24,310003,'update','orders','{"fee_provided_remaining":6800,"fee_required_remaining":42858,"get_remaining":0,"give_remaining":5000000,"status":"open","tx_hash":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee"}',0,'ORDER_UPDATE','c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee','a72ddcce12158c30823667f54e1cedbf90e7c88b0eb3246e68f8e7cf6b968153'); -INSERT INTO messages VALUES(25,310003,'insert','order_matches','{"backward_asset":"XCP","backward_quantity":100000000,"block_index":310003,"fee_paid":857142,"forward_asset":"BTC","forward_quantity":50000000,"id":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0_c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","match_expire_index":310023,"status":"pending","tx0_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx0_block_index":310002,"tx0_expiration":10,"tx0_hash":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0","tx0_index":3,"tx1_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx1_block_index":310003,"tx1_expiration":10,"tx1_hash":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","tx1_index":4}',0,'ORDER_MATCH','c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee','2240a9f04bf58952b37b429e89c30b716bf28f98ce860f6037d7b7e422c6d1e2'); -INSERT INTO messages VALUES(26,310003,'parse','transactions','{"supported":true,"tx_hash":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","tx_index":4}',0,'TRANSACTION_PARSED','c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee','4d4804cf626e14df7d945fc4dd4343ed7cfe02f8afbb13b1ef891a74691af120'); -INSERT INTO messages VALUES(27,310003,'parse','blocks','{"block_index":310003,"ledger_hash":"e11e7eeb21ff539c27324c94a407dc6f04c739f3ed9841f9f661bf4441e4d847","messages_hash":"6ca7e86b60549910e40e827f4868780a8ae38f20e2bdb409c4790a10a4e265c5","transaction_count":1,"txlist_hash":"105a5c9915547d3ebfe733d284d6e812cada8e86a904510fc196e2f0af5b50a4"}',0,'BLOCK_PARSED',NULL,'1a82c1230111dd5f9f8e37f1baaebbbb205a3fc9299cfed22c4b27e05b2a6492'); -INSERT INTO messages VALUES(28,310004,'insert','blocks','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'26b6367a4950315f052d9187923c1b6133033e2c28949b6bebf6d8731e87f51b'); -INSERT INTO messages VALUES(29,310004,'insert','transactions','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"btc_amount":50000000,"data":"0000000b025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":9675,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2","tx_index":5,"utxos_info":" 85a2ebf947069bab0041ce8cdcbe9f0252300f8f02f46b5a8c688d2ca40f74a8:0 4 "}',0,'NEW_TRANSACTION',NULL,'65571c2cb546d2478ad28732a631e38661ad57e32f17c9764498fbb157e93de4'); -INSERT INTO messages VALUES(30,310004,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310004,"calling_function":"btcpay","event":"b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2","quantity":100000000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'CREDIT','b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2','254dee6e9f5ce8e506f335e7250d44f3d05280776bfef752f846f259dd8a0fe5'); -INSERT INTO messages VALUES(31,310004,'update','order_matches','{"id":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0_c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","order_match_id":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0_c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","status":"completed"}',0,'ORDER_MATCH_UPDATE','b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2','e54b0eeb211dd78c2a6da8d23e3e46572599f475a897448581e525eb2e20aa24'); -INSERT INTO messages VALUES(32,310004,'insert','btcpays','{"block_index":310004,"btc_amount":50000000,"destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","order_match_id":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0_c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2","tx_index":5}',0,'BTC_PAY','b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2','7bc7986626c0083c87f5672d7a5b68daa26f7a70e7b46718c9d1e9893af79220'); -INSERT INTO messages VALUES(33,310004,'parse','transactions','{"supported":true,"tx_hash":"b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2","tx_index":5}',0,'TRANSACTION_PARSED','b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2','bec555d7b9b56e3df85011e579183eff736a943772e3668228a903f32c198690'); -INSERT INTO messages VALUES(34,310004,'parse','blocks','{"block_index":310004,"ledger_hash":"2742a3e99eed62c09d9ecdaf501aa69b0d0b21fc092ca061448d5016957f35e0","messages_hash":"d1918ef348e8743afdedf881f01f633b0faae88b86b48c7200a68c0962d7f7a6","transaction_count":1,"txlist_hash":"369b47f51b512708e680edc5ba459b91e2a514f5a5c7cb8435670a4b3ed34dbe"}',0,'BLOCK_PARSED',NULL,'ac508cdfc4718cbeb120e019fdb0eb98d8d66a523eb7072fe205bca1af2006ca'); -INSERT INTO messages VALUES(35,310005,'insert','blocks','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'730fe03f4ee221385c939ec3df6b863e856d4933f27c520141a1ee7bf1f50d77'); -INSERT INTO messages VALUES(36,310005,'insert','transactions','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"btc_amount":0,"data":"000000140000000000004767000000003b9aca000100000000000000000000","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2","tx_index":6,"utxos_info":" adb8634c149c3b6052a0ba9800ce5fd4deb634cc1081ecb64da04a0c136ff9ab:0 2 "}',0,'NEW_TRANSACTION',NULL,'c2a6ec03a15eab03505147c0985b414da1669bd17d42994cc8e86303acc04653'); -INSERT INTO messages VALUES(37,310005,'insert','debits','{"action":"issuance fee","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310005,"event":"93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2","quantity":50000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'DEBIT','93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2','cbf2403d1d327cf1d3ed3012472a88e12512088e6c5bfdda20ae599ddfc10ceb'); -INSERT INTO messages VALUES(38,310005,'insert','assets','{"asset_id":"18279","asset_longname":null,"asset_name":"BBBB","block_index":310005}',0,'ASSET_CREATION','93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2','a42ab286119b75f937d84c171eb21ce985810038df9bbf7f934f3e933d829850'); -INSERT INTO messages VALUES(39,310005,'insert','issuances','{"asset":"BBBB","asset_events":"creation","asset_longname":null,"block_index":310005,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","locked":false,"quantity":1000000000,"reset":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","transfer":false,"tx_hash":"93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2","tx_index":6}',0,'ASSET_ISSUANCE','93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2','f25d2fb853c24d1a3d717c8de98f02163eef9b7caea02792dbac4b694c6aec64'); -INSERT INTO messages VALUES(40,310005,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310005,"calling_function":"issuance","event":"93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2","quantity":1000000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'CREDIT','93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2','02cffd3653d4e03ba816c256ab9981dd1969d3c24b9faca643f2385c52b9d404'); -INSERT INTO messages VALUES(41,310005,'parse','transactions','{"supported":true,"tx_hash":"93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2","tx_index":6}',0,'TRANSACTION_PARSED','93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2','edc712946f500738f6be3ab5f6096757a5eb294302e56c27fb96e146751c005d'); -INSERT INTO messages VALUES(42,310005,'parse','blocks','{"block_index":310005,"ledger_hash":"49f526a56f21491c797e8e2559f722ded6f6990b1f69c55dc38791d8d30f4048","messages_hash":"6d0be0a9fe582bfdb20a053c5f01de9b007d8240a149dbf8af221e34475c043c","transaction_count":1,"txlist_hash":"f0c2ddd7c39b14fc55d8518c65aa0811fe7807ebd1eebb4b66df8459f9e5352b"}',0,'BLOCK_PARSED',NULL,'73025e2d100f5cd7fa34f3d976eb8b60e4423abf522ca219235742a53d562c82'); -INSERT INTO messages VALUES(43,310006,'insert','blocks','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'366e9df21cfb2eaef3ccc94d8d2d33c0facdd9f257ac6ab2be9b652185336671'); -INSERT INTO messages VALUES(44,310006,'insert','transactions','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"btc_amount":0,"data":"00000014000000000000476800000000000186a00000000000000000000006666f6f626172","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404","tx_index":7,"utxos_info":" 8c154a6d6b271e4a1d2778871fcba2f45cc455b1260f79ea08e031b9ad79c727:0 2 "}',0,'NEW_TRANSACTION',NULL,'0c6e8b041cf17116c6edf6cdab7f993be3d77dee763993b551c3bcc8883feab5'); -INSERT INTO messages VALUES(45,310006,'insert','debits','{"action":"issuance fee","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310006,"event":"3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404","quantity":50000000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'DEBIT','3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404','88d80300534d8d4abd4ad425cf03a5b219452243d5c8a6c2d6169cac0e829a1e'); -INSERT INTO messages VALUES(46,310006,'insert','assets','{"asset_id":"18280","asset_longname":null,"asset_name":"BBBC","block_index":310006}',0,'ASSET_CREATION','3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404','92d9976a5a889925aa19e32bbb88e99f7f76bd7b4acae0f381d3f338ccdee809'); -INSERT INTO messages VALUES(47,310006,'insert','issuances','{"asset":"BBBC","asset_events":"creation","asset_longname":null,"block_index":310006,"call_date":0,"call_price":0.0,"callable":false,"description":"foobar","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","locked":false,"quantity":100000,"reset":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","transfer":false,"tx_hash":"3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404","tx_index":7}',0,'ASSET_ISSUANCE','3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404','2e550495c074d03bbf79e3f1604be640f3a98ba4d95a32ea4d0514e42e22d46b'); -INSERT INTO messages VALUES(48,310006,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310006,"calling_function":"issuance","event":"3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404","quantity":100000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'CREDIT','3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404','4b2ce01e23296b7273657487cba5c2238f0343ab56ed26fd52a7cb1d2a8e5f34'); -INSERT INTO messages VALUES(49,310006,'parse','transactions','{"supported":true,"tx_hash":"3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404","tx_index":7}',0,'TRANSACTION_PARSED','3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404','353ba2d088b0e596180a7a0ec03301ff480113de08bf3c863e7a517e2ed0be69'); -INSERT INTO messages VALUES(50,310006,'parse','blocks','{"block_index":310006,"ledger_hash":"78787c4c9537fc4db5d1dc7d31d4fab6b445d57021aab1a38d4bd6a9404713c5","messages_hash":"82400b57f352c560d0a484a7b3ef27270cda74ecdf7ba2a89ced063846d9363f","transaction_count":1,"txlist_hash":"877117b3bd10ddbe6e46f417845085a6bdecd86a4961b99c80e991b4c51e0f5e"}',0,'BLOCK_PARSED',NULL,'f51f399cf07b5ab5d2ffb2052587cbbccde0c45b5046f39c60b44b5c8a772dc9'); -INSERT INTO messages VALUES(51,310007,'insert','blocks','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6424c6d062cb6d95ddfdca30590fc1b2904ad1ecd6bd4130e579d1cd81043a7e'); -INSERT INTO messages VALUES(52,310007,'insert','transactions','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"btc_amount":1000,"data":"00000000000000000000476700000000003d0900","destination":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe","tx_index":8,"utxos_info":" 51d85687c1c89962f2676b6beb0374e432835723638250959cc084f37ff6da88:0 3 "}',0,'NEW_TRANSACTION',NULL,'ec13d5d7be6782a586aeb22f253bdc64e6272e30d270c580c9eba022ef29ccc5'); -INSERT INTO messages VALUES(53,310007,'insert','debits','{"action":"send","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310007,"event":"e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'DEBIT','e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe','75d0ef3f4b4f207f8514c2409e6192ef51613617d9c25c7cdfd769779c9efad0'); -INSERT INTO messages VALUES(54,310007,'insert','credits','{"address":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310007,"calling_function":"send","event":"e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'CREDIT','e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe','b925e96df86a56be70d1b96352a20b00a9c620839e5e7f612c8627a83ed0a000'); -INSERT INTO messages VALUES(55,310007,'insert','sends','{"asset":"BBBB","block_index":310007,"destination":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":4000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe","tx_index":8}',0,'SEND','e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe','671921e64c0afbe9f6ca24d85b89c2d768cf791e014c6d2073b9c0ed077495af'); -INSERT INTO messages VALUES(56,310007,'parse','transactions','{"supported":true,"tx_hash":"e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe","tx_index":8}',0,'TRANSACTION_PARSED','e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe','a1fa74df8b5be4c797ad3448e5f830dbcf9dc41848f183d39c1ddd0eccec4d73'); -INSERT INTO messages VALUES(57,310007,'parse','blocks','{"block_index":310007,"ledger_hash":"5cc2599b63007433426c220c59a777b5c37b1165595f2ba239c3ce578c8055ab","messages_hash":"4b8987b78f2324348051df30cc73d11faefa0e881b8c456e2f66f4c27072ba96","transaction_count":1,"txlist_hash":"702a5772ce8529995f7a66a244e8be495e3f7cbedb7b09f47e3d5aa941c7f4c1"}',0,'BLOCK_PARSED',NULL,'0d43b2d1ff95f7c5b6722eb16337fef90fd0bc47fc2f7ea97b49272d029a7f86'); -INSERT INTO messages VALUES(58,310008,'insert','blocks','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'51ed32584d501cbb567f4ea59895d510f8bdbf109140b67212e0592dbfb368c7'); -INSERT INTO messages VALUES(59,310008,'insert','transactions','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"btc_amount":1000,"data":"000000000000000000004768000000000000020e","destination":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9","tx_index":9,"utxos_info":" 6663a90d7ca7b4ea4ca5bf8c409457230bc427c7fc6a5d0fecba5ebb7a6758f1:0 3 "}',0,'NEW_TRANSACTION',NULL,'d2d10f68c8f7bbbd11b1c337ddcbfdc18be860a0ce032ef1b228d0de5e8a2668'); -INSERT INTO messages VALUES(60,310008,'insert','debits','{"action":"send","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310008,"event":"7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'DEBIT','7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9','70876356e77279e7c2d5b5eb2a1abef507799d66d4acc1d9ece5c2b5cd2e93c0'); -INSERT INTO messages VALUES(61,310008,'insert','credits','{"address":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310008,"calling_function":"send","event":"7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'CREDIT','7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9','7c8b1831d55be1e9983548eb34fa4fabde774c64cbb32e0dbd050c1fb7cf4420'); -INSERT INTO messages VALUES(62,310008,'insert','sends','{"asset":"BBBC","block_index":310008,"destination":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":526,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9","tx_index":9}',0,'SEND','7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9','2a67b852ca13944aeb84e96abda4f649b8b9d85991c437edbde1087b7e661f78'); -INSERT INTO messages VALUES(63,310008,'parse','transactions','{"supported":true,"tx_hash":"7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9","tx_index":9}',0,'TRANSACTION_PARSED','7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9','5cb31e2a2cef6a77a220441e4a1e3b6bf46fdd0b29636b0f3c114cffa6c340d8'); -INSERT INTO messages VALUES(64,310008,'parse','blocks','{"block_index":310008,"ledger_hash":"9550db622e679ff3d63d814f9ffa743d57eb12491b213ef6474617a6c738c3fa","messages_hash":"a0d85bdf9ff0d8fd100aced749c2d57bc7fd4203543cac1018b6715e3033d1f3","transaction_count":1,"txlist_hash":"6c536f7ae10567cbd91945e3e958640e6c65408f83e4a1d93e705950ba39de1b"}',0,'BLOCK_PARSED',NULL,'dbf42f077a5704b1cab133dc475f96ec585e939082ad68b9da651cb4d914e3dd'); -INSERT INTO messages VALUES(65,310009,'insert','blocks','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5ef4c8fff69ce3906d994b256944f2fd957e1746eeaea781cb5d3be168addf04'); -INSERT INTO messages VALUES(66,310009,'insert','transactions','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"btc_amount":0,"data":"00000032000000000000025800000000000047670000000000000001","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81","tx_index":10,"utxos_info":" b0ff0b363dfa94369ca5a5c66e1cdb0b4417d879031471cbb14a371b58d26f99:0 2 "}',0,'NEW_TRANSACTION',NULL,'684bc6fc03ff5771cb7d4e3d815110fab176aed45fbe95b9c197c0a19e087a41'); -INSERT INTO messages VALUES(67,310009,'insert','debits','{"action":"dividend","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310009,"event":"cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81','3a63a8de9be50e1e3ed80e87ff8669120bf483f1f4b645dc1d1d35926cd58753'); -INSERT INTO messages VALUES(68,310009,'insert','debits','{"action":"dividend fee","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310009,"event":"cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81","quantity":20000,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81','fd96747a8643d3b43a3078d24695665f7e5d9d5f44483ed60d047bd2d6678398'); -INSERT INTO messages VALUES(69,310009,'insert','credits','{"address":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310009,"calling_function":"dividend","event":"cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'CREDIT','cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81','872392d28f9fafa089db1837bf816b142568c2d9ffc0f74a5600965675cc05e2'); -INSERT INTO messages VALUES(70,310009,'insert','dividends','{"asset":"BBBB","block_index":310009,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":600,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81","tx_index":10}',0,'ASSET_DIVIDEND','cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81','0cd00795c5a17c17b165b56df381de95c7914debd1959beb542e0d08343963aa'); -INSERT INTO messages VALUES(71,310009,'parse','transactions','{"supported":true,"tx_hash":"cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81","tx_index":10}',0,'TRANSACTION_PARSED','cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81','ce1dcb598d14cfe6036a25d46959ac4ba4cb01d8f609de23f67b5b5b3542498e'); -INSERT INTO messages VALUES(72,310009,'parse','blocks','{"block_index":310009,"ledger_hash":"08c005dd5bae7f21ca27803d75318ac4b968c6d4dd2c275ef284c03fea43b189","messages_hash":"cef258f9a49f92304451733119679f47b7755688920df07e68de3ec610c16d01","transaction_count":1,"txlist_hash":"8f8156aca3441754221fbf9cc21b0e7d877a533e00f63950be3f95d0a9305433"}',0,'BLOCK_PARSED',NULL,'cedef7e1d1280543bd28b62352fa4fecd76efc90f1d12efc4d46acceb69d61d1'); -INSERT INTO messages VALUES(73,310010,'insert','blocks','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'47ebd1476da5e9408c1d64a1b9ff4b15c4e05a2e4c82cf7368d6fe5862155e3d'); -INSERT INTO messages VALUES(74,310010,'insert','transactions','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"btc_amount":0,"data":"00000032000000000000032000000000000047680000000000000001","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97","tx_index":11,"utxos_info":" f723e723c8b285dca6cb5d4ab84ad48be13f56e1f664d6b6a14833ca440019cf:0 2 "}',0,'NEW_TRANSACTION',NULL,'a733874ff0cb60f4341613ee86de5b36e9f8736e3a34236a1cbeed55b5304072'); -INSERT INTO messages VALUES(75,310010,'insert','debits','{"action":"dividend","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310010,"event":"c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97','b382cc1ffd0b30dc6e13e42140ef02d5498b3c850a14961d3036a3e9d4c8416f'); -INSERT INTO messages VALUES(76,310010,'insert','debits','{"action":"dividend fee","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310010,"event":"c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97","quantity":20000,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97','c0c7c53b786d0c725873b9da2a101e5db2881b5473356b45aa91aeb73b228235'); -INSERT INTO messages VALUES(77,310010,'insert','credits','{"address":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310010,"calling_function":"dividend","event":"c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'CREDIT','c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97','873d5c02d65496205be08256f56947da57241f1dc4b6e20b9e7b6a9baaaae4c2'); -INSERT INTO messages VALUES(78,310010,'insert','dividends','{"asset":"BBBC","block_index":310010,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97","tx_index":11}',0,'ASSET_DIVIDEND','c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97','62eefe28e7a6e30c3499d81879c4498bde5e6b001367cb93d95cf3d637379d41'); -INSERT INTO messages VALUES(79,310010,'parse','transactions','{"supported":true,"tx_hash":"c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97","tx_index":11}',0,'TRANSACTION_PARSED','c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97','b948d25144cb5eb2e7a37bb8325c6b842ac6381c8e67167f73f90fdcbade6bd0'); -INSERT INTO messages VALUES(80,310010,'parse','blocks','{"block_index":310010,"ledger_hash":"07f48634d06e6be1d800e068cd213a648517fe167ed89c355d9db966897ed7b0","messages_hash":"bdec8cdb31344b8da96f0086c53a85f6ba6a8f5abb23e92a919a93d74baf6723","transaction_count":1,"txlist_hash":"c5956a9750e786639ceb4a252a219afef6abb753037888c90ebf17a5c5db079f"}',0,'BLOCK_PARSED',NULL,'32f6140998afc902a9858f7b36c6395b0f112dfe87398ef55862c1a382f7e6de'); -INSERT INTO messages VALUES(81,310011,'insert','blocks','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'59314ff062ceda379b2965f6ad325c1ce366f872a348e715e19ba079aca5b9a5'); -INSERT INTO messages VALUES(82,310011,'insert','transactions','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"btc_amount":0,"data":"0000001e52bb3300405900000000000005f5e0ff09556e69742054657374","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"0a15cc28e58f28a690051e66e6c50ecb68826077d59b75d05590a1db453d9d61","tx_index":12,"utxos_info":" 1d08e7f0e0844e03e7ca4db4990dd81ba00b39cb05ab13aaf69fc990592f0f64:0 2 "}',0,'NEW_TRANSACTION',NULL,'ae140af4f941a1305eb71ce632e71be2d7a15378988ec3dd3f808082c1c0698f'); -INSERT INTO messages VALUES(83,310011,'insert','broadcasts','{"block_index":310011,"fee_fraction_int":99999999,"locked":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"0a15cc28e58f28a690051e66e6c50ecb68826077d59b75d05590a1db453d9d61","tx_index":12,"value":100.0}',0,'BROADCAST','0a15cc28e58f28a690051e66e6c50ecb68826077d59b75d05590a1db453d9d61','5042581b53ab54bdfe2c8357f1d8a9ecea8e35265d879e8d7729ffd2fa22d791'); -INSERT INTO messages VALUES(84,310011,'parse','transactions','{"supported":true,"tx_hash":"0a15cc28e58f28a690051e66e6c50ecb68826077d59b75d05590a1db453d9d61","tx_index":12}',0,'TRANSACTION_PARSED','0a15cc28e58f28a690051e66e6c50ecb68826077d59b75d05590a1db453d9d61','d1a416a2465f34576cff8d897bd680f31895e79899c48e34024a4c0b3a78032e'); -INSERT INTO messages VALUES(85,310011,'parse','blocks','{"block_index":310011,"ledger_hash":"8d0be0b3731bdd0d611e81b48efa6c706a983990f31bc563d57893f705b73aa7","messages_hash":"0a65b71425c94209044407b02cf9ce190c6bf15c4b5fc416f3e71e7097c9eb91","transaction_count":1,"txlist_hash":"219d47523246e5c4ffa99ae9c29bdcfdf9f419bff3d21da76fdc91cfe99fc28d"}',0,'BLOCK_PARSED',NULL,'39835e545931f5ec1a097553f0c069a986ad1300cfc3f0ad58be284545555d34'); -INSERT INTO messages VALUES(86,310012,'insert','blocks','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f40133f9014054f8ff577b7ebae5236657c379109aa05db6a023804330ad6010'); -INSERT INTO messages VALUES(87,310012,'insert','transactions','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"btc_amount":1000,"data":"00000028000052bb33640000000002faf08000000000017d7840000000000000000000003b100000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8","tx_index":13,"utxos_info":" 62a77d25a0ce892f3de8300271ca730514c843ad2e0d86cfbc9a0b092cc46bc8:0 3 "}',0,'NEW_TRANSACTION',NULL,'4c69069afc8249ccaa2a60f646a00369f33661b81e8d399187307356b3d4cd08'); -INSERT INTO messages VALUES(88,310012,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310012,"event":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8","quantity":50000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'DEBIT','c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8','cf648d6eb515b8911e340db834eed1362a4cf03073a3f5dbbd3dc574b86e0266'); -INSERT INTO messages VALUES(89,310012,'insert','bets','{"bet_type":0,"block_index":310012,"counterwager_quantity":25000000,"counterwager_remaining":25000000,"deadline":1388000100,"expiration":10,"expire_index":310022,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":15120,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":0.0,"tx_hash":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8","tx_index":13,"wager_quantity":50000000,"wager_remaining":50000000}',0,'OPEN_BET','c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8','100d745fad708a0fa256db7fcc68afe985b710d1a8334c0d83def10ecebce4c5'); -INSERT INTO messages VALUES(90,310012,'parse','transactions','{"supported":true,"tx_hash":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8","tx_index":13}',0,'TRANSACTION_PARSED','c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8','d7ce10a5b2b612fe5f98082a258e7ca95fe1301439055c61eb144aed51247727'); -INSERT INTO messages VALUES(91,310012,'parse','blocks','{"block_index":310012,"ledger_hash":"e3de05180536ad40eb9007f19ccb819fee0586cb9e7c414dc560e506ae5c09b7","messages_hash":"e17f8352bcac5ed1fb4cf9db9d2dd5371789265c7a5d43e1446aa267e6526c2c","transaction_count":1,"txlist_hash":"ce6072bd562a52051fc530ec552aa343e4980a1b236f1cb8318c415d3eb2e851"}',0,'BLOCK_PARSED',NULL,'fc378304d72520aa1e7eaaefee5163ba5ed9ba216dde7fe8f5379e106abba0e0'); -INSERT INTO messages VALUES(92,310013,'insert','blocks','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a1c80997de354b960a7e54a73ed34b24bb8797ba27cf369ae5ef41d2ffab10b5'); -INSERT INTO messages VALUES(93,310013,'insert','transactions','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"btc_amount":1000,"data":"00000028000152bb336400000000017d78400000000002793d60000000000000000000003b100000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","tx_index":14,"utxos_info":" 2edaae7a61984f1fb31cdbb4513d8523f5b5ff7feaa86390bc32b3463c55b656:0 3 "}',0,'NEW_TRANSACTION',NULL,'a1ecbcd245508ef94a2ef9c3ba8f3f9cf253d9d6c1ee0e63625d66f24fe0a18a'); -INSERT INTO messages VALUES(94,310013,'update','orders','{"status":"expired","tx_hash":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0"}',0,'ORDER_UPDATE',NULL,'aaae06fd5b2457ea359160667a1803119a067cf9ecbf6b11a5a4912dbb3d0aa3'); -INSERT INTO messages VALUES(95,310013,'insert','order_expirations','{"block_index":310013,"order_hash":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0","source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2"}',0,'ORDER_EXPIRATION',NULL,'d9c36f2d6153c7625c5ff4752b88c44d7c491a80bfd9c7c73a3a7bb5a6f06bff'); -INSERT INTO messages VALUES(96,310013,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310013,"event":"23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","quantity":25000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'DEBIT','23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1','adae7972a4b682ab1fab1e451acec1eaac2f91eb43560c389c31d6305cd05ff3'); -INSERT INTO messages VALUES(97,310013,'insert','bets','{"bet_type":1,"block_index":310013,"counterwager_quantity":41500000,"counterwager_remaining":41500000,"deadline":1388000100,"expiration":10,"expire_index":310023,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":15120,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":0.0,"tx_hash":"23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","tx_index":14,"wager_quantity":25000000,"wager_remaining":25000000}',0,'OPEN_BET','23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1','d49070e63c9b456548ea696a64fe0e3f2f9df165d7c50d0e783a822d4b762105'); -INSERT INTO messages VALUES(98,310013,'update','bets','{"counterwager_remaining":4250000,"status":"open","tx_hash":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8","wager_remaining":8500000}',0,'BET_UPDATE','23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1','53c8bab4795b37ac49d6e17bd80ece315dcd379b172a52fe7766f8d3473d6666'); -INSERT INTO messages VALUES(99,310013,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310013,"calling_function":"filled","event":"23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","quantity":4250000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'CREDIT','23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1','ffc1236a1516d60d17bb84c61630a8d2fc3e7134f044e5ecdc02975deff82e2d'); -INSERT INTO messages VALUES(100,310013,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","wager_remaining":4250000}',0,'BET_UPDATE','23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1','de334cd0952551cccd83d0e8e6f310dbce25dc196df126c2fb7f02ab814abf6a'); -INSERT INTO messages VALUES(101,310013,'insert','bet_matches','{"backward_quantity":20750000,"block_index":310012,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","forward_quantity":41500000,"id":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8_23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","initial_value":100.0,"leverage":15120,"match_expire_index":310022,"status":"pending","target_value":0.0,"tx0_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx0_bet_type":0,"tx0_block_index":310012,"tx0_expiration":10,"tx0_hash":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8","tx0_index":13,"tx1_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx1_bet_type":1,"tx1_block_index":310013,"tx1_expiration":10,"tx1_hash":"23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","tx1_index":14}',0,'BET_MATCH','23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1','6a15deba8d36d9500bfbb3bb1f0de1ec4b4289d2036de28d93cb4451ca8519f2'); -INSERT INTO messages VALUES(102,310013,'parse','transactions','{"supported":true,"tx_hash":"23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","tx_index":14}',0,'TRANSACTION_PARSED','23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1','bac10f18fc7a975a1945ce2300db171d0d432620357a9364808632d3986b7408'); -INSERT INTO messages VALUES(103,310013,'parse','blocks','{"block_index":310013,"ledger_hash":"e521556db091cc726fb38cbebfd10923e37dab652c51dca73a646fe5bd81bb96","messages_hash":"c3a673307d389356cd71fc9a8b197fa6b9a00cb2cd77bb20e24da641485d0c78","transaction_count":1,"txlist_hash":"1a1e24f2debcd4b5b1e350a71823758d3114335ac831367bc91c9e487b94c65c"}',0,'BLOCK_PARSED',NULL,'abca2b057051516f166d81fe8d399c55ac98262a34c7397a678442ef32543840'); -INSERT INTO messages VALUES(104,310014,'insert','blocks','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6156b28b645a591019208f8811896480aec53bb1ef173a67561ba5efe0f07a64'); -INSERT INTO messages VALUES(105,310014,'insert','transactions','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"btc_amount":1000,"data":"00000028000052bb33640000000008f0d1800000000014dc93800000000000000000000013b00000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd","tx_index":15,"utxos_info":" 36094f1d95f27bb5e6cb42a8174cc0fba3f39905d6cd6ac2140273c73d55e04d:0 3 "}',0,'NEW_TRANSACTION',NULL,'168e2fc575c172319063515fde20e9fbcc49b78993a37732ca65fa922532bcfe'); -INSERT INTO messages VALUES(106,310014,'update','orders','{"status":"expired","tx_hash":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee"}',0,'ORDER_UPDATE',NULL,'03a1600335415a40a69fdb86741a0ad190e1fb549c7d521cf27f086c55bc3579'); -INSERT INTO messages VALUES(107,310014,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310014,"calling_function":"cancel order","event":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","quantity":5000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'c96b2c063460ba81aa368d149a47281b94b3bc11a0b95b7313dfcd0c5d60ac23'); -INSERT INTO messages VALUES(108,310014,'insert','order_expirations','{"block_index":310014,"order_hash":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2"}',0,'ORDER_EXPIRATION',NULL,'12a04416244eab8e5a1429bf304d8ae93f371cc95b7e663c5143cda096d0e2c5'); -INSERT INTO messages VALUES(109,310014,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310014,"event":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd","quantity":150000000,"tx_index":15,"utxo":null,"utxo_address":null}',0,'DEBIT','a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd','2b8f3281286ddf0df2038c84938b0ce5734ab7b026d5fccf6aef12e79f7ae364'); -INSERT INTO messages VALUES(110,310014,'insert','bets','{"bet_type":0,"block_index":310014,"counterwager_quantity":350000000,"counterwager_remaining":350000000,"deadline":1388000100,"expiration":10,"expire_index":310024,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":5040,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":0.0,"tx_hash":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd","tx_index":15,"wager_quantity":150000000,"wager_remaining":150000000}',0,'OPEN_BET','a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd','91c996deaa361bab2c58c00f054bd2d1e309cf178b05812d302ad53690a9bcdf'); -INSERT INTO messages VALUES(111,310014,'parse','transactions','{"supported":true,"tx_hash":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd","tx_index":15}',0,'TRANSACTION_PARSED','a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd','0e0af1c17b8f2f8e97c0cc3f2e49d8323e23b70da9200693cbcb341ccee8955f'); -INSERT INTO messages VALUES(112,310014,'parse','blocks','{"block_index":310014,"ledger_hash":"1cd6d92fbbca9266135a35f20a4328d510c8d209ba6161dc8c9e9bfa69032c57","messages_hash":"73141b190427852290525cdbf7cbc87ce427cae46c3f46d432d425d3ccaf0f35","transaction_count":1,"txlist_hash":"80ee1bd354b8e1aa1c2f57926fbd36c0d9e2dbd3f77d8f2e43d59b29bd8175a6"}',0,'BLOCK_PARSED',NULL,'4d1a694961860b6a425c5cbef958b8445371508047d115807e1ebfb53ac6ff8c'); -INSERT INTO messages VALUES(113,310015,'insert','blocks','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2698c1b8d05cb55acc646bf020b49cc49f902f9a307506d9db0ec4d34e9bfa8e'); -INSERT INTO messages VALUES(114,310015,'insert','transactions','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"btc_amount":1000,"data":"00000028000152bb33640000000014dc93800000000008f0d1800000000000000000000013b00000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","tx_index":16,"utxos_info":" e422a810d19bbe9a4215c706193e554053f06d80d74ab60aeaa519d01f2d8abb:0 3 "}',0,'NEW_TRANSACTION',NULL,'7f58e16189e8262cc39dead10516c4f6b690c4645a0a8fe1a18d25a7e48ae856'); -INSERT INTO messages VALUES(115,310015,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310015,"event":"6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","quantity":350000000,"tx_index":16,"utxo":null,"utxo_address":null}',0,'DEBIT','6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75','33b1fb6d3e737381e2a72de693c15723624d6ec6fb8d507ea7fdbb6aa03f8c27'); -INSERT INTO messages VALUES(116,310015,'insert','bets','{"bet_type":1,"block_index":310015,"counterwager_quantity":150000000,"counterwager_remaining":150000000,"deadline":1388000100,"expiration":10,"expire_index":310025,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":5040,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":0.0,"tx_hash":"6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","tx_index":16,"wager_quantity":350000000,"wager_remaining":350000000}',0,'OPEN_BET','6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75','5eb4a22777394475dcf4d8c719c1d91d8d544c41cb4a8f656e5c9e450078ce83'); -INSERT INTO messages VALUES(117,310015,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310015,"calling_function":"filled","event":"6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75','5d81c984683881d5742f4be85c2e18e0c10e60015a76f073dd806aa8e42c3f24'); -INSERT INTO messages VALUES(118,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd","wager_remaining":0}',0,'BET_UPDATE','6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75','049f905596452be76eb0c3725dfa81dd9e6274e4d2e786aca6481965370c979a'); -INSERT INTO messages VALUES(119,310015,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310015,"calling_function":"filled","event":"6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75','be1fa4b2429fd5b37a6a8b32759e91fc3aafd4b68acfe96395b655eca2f89670'); -INSERT INTO messages VALUES(120,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","wager_remaining":0}',0,'BET_UPDATE','6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75','1a0924512110e3502f08bb6a5cae3f2fb3a52bb3ad68eda459f3e5a653162000'); -INSERT INTO messages VALUES(121,310015,'insert','bet_matches','{"backward_quantity":350000000,"block_index":310014,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","forward_quantity":150000000,"id":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd_6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","initial_value":100.0,"leverage":5040,"match_expire_index":310024,"status":"pending","target_value":0.0,"tx0_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx0_bet_type":0,"tx0_block_index":310014,"tx0_expiration":10,"tx0_hash":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd","tx0_index":15,"tx1_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx1_bet_type":1,"tx1_block_index":310015,"tx1_expiration":10,"tx1_hash":"6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","tx1_index":16}',0,'BET_MATCH','6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75','cfb61b8964971ff30f785be6f526115deec3aa6fda0f0f8e40afa19954ef8107'); -INSERT INTO messages VALUES(122,310015,'parse','transactions','{"supported":true,"tx_hash":"6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","tx_index":16}',0,'TRANSACTION_PARSED','6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75','e10d6d236a0cf23bc227cd2e4a321f2441c43b56094ae788c08fd4f6a1cec8ba'); -INSERT INTO messages VALUES(123,310015,'parse','blocks','{"block_index":310015,"ledger_hash":"62759ea6d5070225bd30253a42b6c68fdaf2c4165b1b221b8e7bdddeb26e9737","messages_hash":"780479f6da8946dccc4cce1c9cfc4fa5f02e303075a0111e18b6529d112cd2a5","transaction_count":1,"txlist_hash":"30a124b4460d985c715c7bbd85cfbe972a5caf457e45844e0a54daa258ca3376"}',0,'BLOCK_PARSED',NULL,'5c35000e3f9c4138d4d51ddf2b3f7fb6a448576c7104885985b66e2224065226'); -INSERT INTO messages VALUES(124,310016,'insert','blocks','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'db9d351e5c61dcd990dd6d85a6bb636cdbbd2a528c33cad26081dc5cd8f2a388'); -INSERT INTO messages VALUES(125,310016,'insert','transactions','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"btc_amount":1000,"data":"00000028000252bb33c8000000002cb417800000000026be36803ff0000000000000000013b00000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1","tx_index":17,"utxos_info":" bf409565cd591e16a2102fee4781a64681cbc79982ec5526ee17bf31c7a4403e:0 3 "}',0,'NEW_TRANSACTION',NULL,'6af2bbe19d2e97243bb228c511024ba3bef2b529f42d1dad954c097b03b99173'); -INSERT INTO messages VALUES(126,310016,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310016,"event":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1","quantity":750000000,"tx_index":17,"utxo":null,"utxo_address":null}',0,'DEBIT','91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1','98c3f03faba9a95bd07bda8eae4b609fbd1e390af8410a6595c9c02bf7dd1a67'); -INSERT INTO messages VALUES(127,310016,'insert','bets','{"bet_type":2,"block_index":310016,"counterwager_quantity":650000000,"counterwager_remaining":650000000,"deadline":1388000200,"expiration":10,"expire_index":310026,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":5040,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":1.0,"tx_hash":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1","tx_index":17,"wager_quantity":750000000,"wager_remaining":750000000}',0,'OPEN_BET','91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1','8d153cb418e753e83edd27f2f6e71a2163565bd70d6de79607bf98f0f24bb4f9'); -INSERT INTO messages VALUES(128,310016,'parse','transactions','{"supported":true,"tx_hash":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1","tx_index":17}',0,'TRANSACTION_PARSED','91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1','96b01ee2eed31b1706396c2d25fe58c9fa6655a22a70206d54e35f4e18b3d1d1'); -INSERT INTO messages VALUES(129,310016,'parse','blocks','{"block_index":310016,"ledger_hash":"f9fc0dd4d98ac5e06e4f9673cf5678f9fc264cda23172e24427b833331b73c33","messages_hash":"eccc9fa703143f98fe625f4b50ee234ede3368e5bff4de396d272ac9efee838a","transaction_count":1,"txlist_hash":"cdbbf3665287df62a1660198e00049d06f649f37c49cb76e9fb1eab12960e66c"}',0,'BLOCK_PARSED',NULL,'7825db2150644b33e8c8cd72da57c90dac4b94541231dbd2e21677293269eaeb'); -INSERT INTO messages VALUES(130,310017,'insert','blocks','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ebcf4fa523e29a381035bc64ab0c54bc501753813a72e0512d54d45e7f06537f'); -INSERT INTO messages VALUES(131,310017,'insert','transactions','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"btc_amount":1000,"data":"00000028000352bb33c80000000026be3680000000002cb417803ff0000000000000000013b00000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","tx_index":18,"utxos_info":" b7a480818948d8910e2cf2e6475aae1072be41ede27832fb8f99e3f14169f67d:0 3 "}',0,'NEW_TRANSACTION',NULL,'8898b08879749564e1780f63e775a21fef594ee5da3c1b2fd3fc86577eaef44c'); -INSERT INTO messages VALUES(132,310017,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310017,"event":"c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","quantity":650000000,"tx_index":18,"utxo":null,"utxo_address":null}',0,'DEBIT','c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a','5e584418ab025a86aa0814839f4a8b345693898b34a3a73ed1e2c40e34f06f32'); -INSERT INTO messages VALUES(133,310017,'insert','bets','{"bet_type":3,"block_index":310017,"counterwager_quantity":750000000,"counterwager_remaining":750000000,"deadline":1388000200,"expiration":10,"expire_index":310027,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":5040,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":1.0,"tx_hash":"c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","tx_index":18,"wager_quantity":650000000,"wager_remaining":650000000}',0,'OPEN_BET','c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a','b61af8d1800ddc399ea7b4fd3a481c38fe32a3ac2e920f3b07a6851193aaee6d'); -INSERT INTO messages VALUES(134,310017,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310017,"calling_function":"filled","event":"c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a','39216ac4aea9a80497935b0f171ceba15d7a325e1bd1ed9c286a7c5bcfb0a576'); -INSERT INTO messages VALUES(135,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1","wager_remaining":0}',0,'BET_UPDATE','c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a','70ffa2b8a02cb1be5829dcad0f999029df425920c84780fe394a221c0e5e6861'); -INSERT INTO messages VALUES(136,310017,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310017,"calling_function":"filled","event":"c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a','d6bd7bcd5b2cc5c51db62ec216ff0401d7ec8d76a1034b3467d24d463a8f269b'); -INSERT INTO messages VALUES(137,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","wager_remaining":0}',0,'BET_UPDATE','c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a','bda9893dc3af7fcd941aa0ce3c29be183adc3318bd82b87db665f9bf5a058cd3'); -INSERT INTO messages VALUES(138,310017,'insert','bet_matches','{"backward_quantity":650000000,"block_index":310016,"deadline":1388000200,"fee_fraction_int":99999999,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","forward_quantity":750000000,"id":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1_c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","initial_value":100.0,"leverage":5040,"match_expire_index":310026,"status":"pending","target_value":1.0,"tx0_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx0_bet_type":2,"tx0_block_index":310016,"tx0_expiration":10,"tx0_hash":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1","tx0_index":17,"tx1_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx1_bet_type":3,"tx1_block_index":310017,"tx1_expiration":10,"tx1_hash":"c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","tx1_index":18}',0,'BET_MATCH','c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a','dddc01dc91e326845db2fbaab1d0064bfaad1794edaee3b334937f608fb3e176'); -INSERT INTO messages VALUES(139,310017,'parse','transactions','{"supported":true,"tx_hash":"c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","tx_index":18}',0,'TRANSACTION_PARSED','c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a','72bc98976536be55a5754a0fabc6f60919c2cf1859d2738bf904868740448e58'); -INSERT INTO messages VALUES(140,310017,'parse','blocks','{"block_index":310017,"ledger_hash":"4a355b8e80a902030f384f58700d05da9a6efaae3f3ce0b1a056dc1250d9ec63","messages_hash":"24b88627135c5fb00e0b7ff9eafa07ba60630405d65bd2f61c29afbf3760ac8c","transaction_count":1,"txlist_hash":"355616d4b8b8408ea7061e787ca35918b6d0417895a2a2ff224d207f0f76e02a"}',0,'BLOCK_PARSED',NULL,'c9270aef72990788378189e2cf6a35b74da42eb3bf85039185852e251335eb69'); -INSERT INTO messages VALUES(141,310018,'insert','blocks','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'60353ebc3e70a6749746017f1c881dadcc43588a42e0d666b668257894057f6b'); -INSERT INTO messages VALUES(142,310018,'insert','transactions','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"btc_amount":0,"data":"0000001e52bb33324058f7256ffc115e004c4b4009556e69742054657374","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4","tx_index":19,"utxos_info":" 86676313d1f457055a16784cbf7dc0c9066499ed114d72535379ac4f9ca398f6:0 2 "}',0,'NEW_TRANSACTION',NULL,'84338b1ab8deddb7e36681786530c60a10c2f94c72b011d7bfa310bb265a71fa'); -INSERT INTO messages VALUES(143,310018,'insert','broadcasts','{"block_index":310018,"fee_fraction_int":5000000,"locked":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","text":"Unit Test","timestamp":1388000050,"tx_hash":"c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4","tx_index":19,"value":99.86166}',0,'BROADCAST','c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4','485ab747c3512ba659ffc32cd62024d5de0b0312f1ba583030d870db918bf0eb'); -INSERT INTO messages VALUES(144,310018,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310018,"calling_function":"bet settled: liquidated for bear","event":"c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4","quantity":59137500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4','d89f062ef462932f096f552145da44ddfba7a1e7477bd12cbf938e4e3fa57584'); -INSERT INTO messages VALUES(145,310018,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310018,"calling_function":"feed fee","event":"c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4","quantity":3112500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4','003ef30b2876af0774389293ed714e8913abdb101af994702bfa898f50d44d50'); -INSERT INTO messages VALUES(146,310018,'insert','bet_match_resolutions','{"bear_credit":59137500,"bet_match_id":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8_23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","bet_match_type_id":1,"block_index":310018,"bull_credit":0,"escrow_less_fee":null,"fee":3112500,"settled":false,"winner":null}',0,'BET_MATCH_RESOLUTON','c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4','64f6c21908b53b2723448ede1110ab865de1ee548e7fb56c3123e22154e84fcc'); -INSERT INTO messages VALUES(147,310018,'update','bet_matches','{"id":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8_23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","status":"settled: liquidated for bear"}',0,'BET_MATCH_UPDATE','c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4','02a45643360d6db59ace5db43e24fd8bde68901a1a80b57d796901d3ed2eb1a5'); -INSERT INTO messages VALUES(148,310018,'parse','transactions','{"supported":true,"tx_hash":"c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4","tx_index":19}',0,'TRANSACTION_PARSED','c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4','6b6f4746bdd40f162d4b9ddbfac55e14ea0a90bc6bd5d3c62f0c016714506994'); -INSERT INTO messages VALUES(149,310018,'parse','blocks','{"block_index":310018,"ledger_hash":"57aee8f9c9b63342ceeea3a3162998e9034a3d624d6d85b19782943ce170cef5","messages_hash":"7c1f1bab55648b60de8f43254894633c172c685eba4ccc3f8f3c760f4de6525a","transaction_count":1,"txlist_hash":"7987b849a43c706d33e421d45e99ca6593c9aa8c69079522888f746a8d4ff748"}',0,'BLOCK_PARSED',NULL,'916b0dac43d726cffbf669c8b651d89e961f34782f277d8095029bb8b1567f1f'); -INSERT INTO messages VALUES(150,310019,'insert','blocks','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9d4a3e1e67365c142057fddd6f0650cdea3cb678e6d84042df44cc0b1a9fe4ac'); -INSERT INTO messages VALUES(151,310019,'insert','transactions','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"btc_amount":0,"data":"0000001e52bb3365405915f3b645a1cb004c4b4009556e69742054657374","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0","tx_index":20,"utxos_info":" 3b7b4a98830381c9af4bda05e9520bc30013663a4fb71081a094e1017c6cc7ff:0 2 "}',0,'NEW_TRANSACTION',NULL,'82c36284c0001ad4594a695ec30f78e290ae6ed7e2342179f1650a147cd110cf'); -INSERT INTO messages VALUES(152,310019,'insert','broadcasts','{"block_index":310019,"fee_fraction_int":5000000,"locked":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","text":"Unit Test","timestamp":1388000101,"tx_hash":"c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0","tx_index":20,"value":100.343}',0,'BROADCAST','c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0','28115091b696fb8bde67655999f4ab7b5c1fe94f2e384f46643238c542cbc0fc'); -INSERT INTO messages VALUES(153,310019,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0","quantity":159300000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0','439315d29e767ae829710f2d9956bbfb4874c41e37b629e7591864637b4ed653'); -INSERT INTO messages VALUES(154,310019,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0","quantity":315700000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0','748505d1785202406dea427fb012932baf1e548dc3a6da8a739419a631ed930b'); -INSERT INTO messages VALUES(155,310019,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310019,"calling_function":"feed fee","event":"c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0","quantity":25000000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0','0e731e48ced387b12c81a23fcf431443fd938f207f53f2b6185eec25b4721d35'); -INSERT INTO messages VALUES(156,310019,'insert','bet_match_resolutions','{"bear_credit":315700000,"bet_match_id":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd_6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","bet_match_type_id":1,"block_index":310019,"bull_credit":159300000,"escrow_less_fee":null,"fee":25000000,"settled":true,"winner":null}',0,'BET_MATCH_RESOLUTON','c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0','119d8462bc380a49a8b016aae4088a66eb7af80dc37cefcbf01c21d3e0d25f7f'); -INSERT INTO messages VALUES(157,310019,'update','bet_matches','{"id":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd_6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","status":"settled"}',0,'BET_MATCH_UPDATE','c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0','72738d25d5f904a30c51a028fea7a6a36b6dedb055973a6031c0f330886b2b99'); -INSERT INTO messages VALUES(158,310019,'parse','transactions','{"supported":true,"tx_hash":"c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0","tx_index":20}',0,'TRANSACTION_PARSED','c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0','6e755a9fe3c24aadec847137c2dd5bebcab0c0a6091b753814534cc4f288c518'); -INSERT INTO messages VALUES(159,310019,'parse','blocks','{"block_index":310019,"ledger_hash":"d11f94528a9e0034365e4388ee455f02102d2024c65e1428cdee28b6e5aa7e1c","messages_hash":"c03e0a33dba8bd669286d312c1bbdd8f23a9354ac1d7893deff3a4cc07342ebd","transaction_count":1,"txlist_hash":"14d0604fb6986f281715ae660221c79b7bfddf15cbc7da02c722e86b8e264d85"}',0,'BLOCK_PARSED',NULL,'791418fc584f2d7b6b8885dad7222b746077fe64a5d699433cb364b2f556dc1e'); -INSERT INTO messages VALUES(160,310020,'insert','blocks','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'39bc91f7d2c80d91eaf5f6c3757d5bdb325e395339d76911273b1ac144d297cf'); -INSERT INTO messages VALUES(161,310020,'insert','transactions','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"btc_amount":0,"data":"0000001e52bb33c94000000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e","tx_index":21,"utxos_info":" 0f06ac488c13977713320e18f2c2ed82d6efce5eefc2988cd4b2e4bd1220dddb:0 2 "}',0,'NEW_TRANSACTION',NULL,'7da2dc6c3abbb660313843e96f5062849e7026a331fe03325cbe837564857d8f'); -INSERT INTO messages VALUES(162,310020,'insert','broadcasts','{"block_index":310020,"fee_fraction_int":5000000,"locked":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","text":"Unit Test","timestamp":1388000201,"tx_hash":"54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e","tx_index":21,"value":2.0}',0,'BROADCAST','54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e','74afc10f0a403e464fc9703776de164e3b882b1c4e054869f9c6a2dbe04c13c9'); -INSERT INTO messages VALUES(163,310020,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310020,"calling_function":"bet settled: for notequal","event":"54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e","quantity":1330000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e','5095e2c64c7f1beb22ada3557cff4f8fef8daa152fdc53918e047fe1203f9e00'); -INSERT INTO messages VALUES(164,310020,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310020,"calling_function":"feed fee","event":"54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e","quantity":70000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e','d5155c0440d2586c208987a4027072e7d61fdc8e8281ae376c66a9f785aa5b72'); -INSERT INTO messages VALUES(165,310020,'insert','bet_match_resolutions','{"bear_credit":null,"bet_match_id":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1_c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","bet_match_type_id":5,"block_index":310020,"bull_credit":null,"escrow_less_fee":1330000000,"fee":70000000,"settled":null,"winner":"NotEqual"}',0,'BET_MATCH_RESOLUTON','54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e','53455bd878fad26354092c2fa8af5cbc7fe359f7b37938682079e3f57d8cc923'); -INSERT INTO messages VALUES(166,310020,'update','bet_matches','{"id":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1_c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","status":"settled: for notequal"}',0,'BET_MATCH_UPDATE','54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e','ed019c66d954b82aec2910789bb84952bcdb7c6967a58982376f6b1e420ed6f1'); -INSERT INTO messages VALUES(167,310020,'parse','transactions','{"supported":true,"tx_hash":"54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e","tx_index":21}',0,'TRANSACTION_PARSED','54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e','df9138db6e96c7f8e28fe11aa3d8b19cb6d99c5aab98a7386240c8c47ae72b84'); -INSERT INTO messages VALUES(168,310020,'parse','blocks','{"block_index":310020,"ledger_hash":"4397f5568bfcf8cc90d1e72b7c61e7cc6905a0d9d3b3890c33e2afb464a25fb9","messages_hash":"4340ad97fd35a235b34489f19052c0c4b2d783a752d3b5c2b333b8b73b2927f9","transaction_count":1,"txlist_hash":"5483ead85237ef0ceb3486e3c3e6ee1e5080a5dd602f805b811cedf996b8dbaa"}',0,'BLOCK_PARSED',NULL,'d322d8e31959702c4cb2a104c31c11d670eaba13832c601940343f66ce33c9e9'); -INSERT INTO messages VALUES(169,310021,'insert','blocks','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fe97de0644c0018073954068413f7909faa4f4020017a6fdf0dcd48f1323b12b'); -INSERT INTO messages VALUES(170,310021,'insert','transactions','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"btc_amount":0,"data":"0000000a00000000000047670000000002faf08000000000000000010000000002faf080000a0000000000000000","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e","tx_index":22,"utxos_info":" 0b84fe823c78ce33db02a287f480ad6c2dac38de1bca142b10690dddd06b9429:0 2 "}',0,'NEW_TRANSACTION',NULL,'7f1177aed6bbc74285624d0401721b6693d2bf7b026599c453a784d211e71c17'); -INSERT INTO messages VALUES(171,310021,'insert','debits','{"action":"open order","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310021,"event":"6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e","quantity":50000000,"tx_index":22,"utxo":null,"utxo_address":null}',0,'DEBIT','6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e','1bb42836b4729172418de2cffec154fd7e674ad30edd565ef03daff8e5e44e5b'); -INSERT INTO messages VALUES(172,310021,'insert','orders','{"block_index":310021,"expiration":10,"expire_index":310031,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":50000000,"get_remaining":50000000,"give_asset":"BBBB","give_quantity":50000000,"give_remaining":50000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","tx_hash":"6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e","tx_index":22}',0,'OPEN_ORDER','6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e','67e07da65ebbfd15efa9506087b19000eaccafb899b6349233a1309aa24b028b'); -INSERT INTO messages VALUES(173,310021,'parse','transactions','{"supported":true,"tx_hash":"6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e","tx_index":22}',0,'TRANSACTION_PARSED','6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e','e512e0ba62278fe87a9b6a45d5074584a10bd3244c2b97851c19ce7d1cbcd7c7'); -INSERT INTO messages VALUES(174,310021,'parse','blocks','{"block_index":310021,"ledger_hash":"16b7018344f7a97695eb17dc5921c4955b3f8cf4d9e70bd8628041c4033886b9","messages_hash":"848c033b628ff5308ed2ca7d63d6518bbb948c6d4b9b4c5cd2c7d09dc38e60b2","transaction_count":1,"txlist_hash":"bd68fe9b7aef054c8a5925dff9ff140cb5c00eb611a8802156196ed486479ad1"}',0,'BLOCK_PARSED',NULL,'14b59badf4eb082705975bc7e6b985f1583d560b48f493122b7a0978675a2087'); -INSERT INTO messages VALUES(175,310022,'insert','blocks','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4e344a95b47275423d1414121e1a17a7d82857df0bd390b1178b60e518f2e53b'); -INSERT INTO messages VALUES(176,310022,'insert','transactions','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"btc_amount":100000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"df080a76ceb263201901bc23c85c3e8dce4eca0e72c873131adaf2f46820e9f1","tx_index":23,"utxos_info":" fa714c345a1ad0cf699f33c9572c70e3a5d96c16be2ddaf0ad0a8580e99a3ede:0 2 "}',0,'NEW_TRANSACTION',NULL,'e141bd555f4b546f924aa9c9d5fc93c5f057a702cc2619ae57427e17466ae450'); -INSERT INTO messages VALUES(177,310022,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310022,"calling_function":"burn","event":"df080a76ceb263201901bc23c85c3e8dce4eca0e72c873131adaf2f46820e9f1","quantity":56999887262,"tx_index":23,"utxo":null,"utxo_address":null}',0,'CREDIT','df080a76ceb263201901bc23c85c3e8dce4eca0e72c873131adaf2f46820e9f1','45d1452bb61a4371144a420cad80fb054c41a82d7e10265c932cb9e45b3a52a6'); -INSERT INTO messages VALUES(178,310022,'insert','burns','{"block_index":310022,"burned":38000000,"earned":56999887262,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"df080a76ceb263201901bc23c85c3e8dce4eca0e72c873131adaf2f46820e9f1","tx_index":23}',0,'BURN','df080a76ceb263201901bc23c85c3e8dce4eca0e72c873131adaf2f46820e9f1','bd78db46675d14f871aca6aac28f9d8c980854df1e41ad6b58a5848980862760'); -INSERT INTO messages VALUES(179,310022,'parse','blocks','{"block_index":310022,"ledger_hash":"c3c26212677f4aed4614b653f1e5da509f962c29502d22c84c1c5522bca0dcf5","messages_hash":"9dc9776a5ac0fefd8c0a7c8d29b62f4e6ed200b58968c9303321a881c6ff915c","transaction_count":1,"txlist_hash":"109e820ac7d290ecec049098115ba6b467ba90ba624aa24326cc7e103e51b265"}',0,'BLOCK_PARSED',NULL,'c786fbedf6dd4afa99f5836e0745d796882c5ee9d725466e0821578051cadb40'); -INSERT INTO messages VALUES(180,310023,'insert','blocks','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'878cf91f9a9fb18786ed00d60b28fa82caaf10ad97f884ef178ba809fecd60ce'); -INSERT INTO messages VALUES(181,310023,'insert','transactions','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"btc_amount":1000,"data":"0000000000000000000047680000000000002710","destination":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1","tx_index":24,"utxos_info":" 64b128fe57538b87e472586bc2efacc0d692f07bdb4bc4868ec66c3f2061b109:0 3 "}',0,'NEW_TRANSACTION',NULL,'6ae2fbb6cf3dc21acd84d410883d1edb77f5793108257c45d8b1007cba79b067'); -INSERT INTO messages VALUES(182,310023,'update','bets','{"status":"expired","tx_hash":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8"}',0,'BET_UPDATE',NULL,'7fec3687520d1da58fccdbe2491fcc77c491ef38f4ce54ea85bc3699d7fc02e0'); -INSERT INTO messages VALUES(183,310023,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310023,"calling_function":"recredit wager remaining","event":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8","quantity":8500000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'637756863552143507e57cc890cbb4c0952b6f52e7c782e0b41a1b5bb0fe7de5'); -INSERT INTO messages VALUES(184,310023,'insert','bet_expirations','{"bet_hash":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8","bet_index":13,"block_index":310023,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2"}',0,'BET_EXPIRATION',NULL,'d7d3c85eabdf1b7f3cbad200a99302ac554d0b8b70416b3299f7f216883f259c'); -INSERT INTO messages VALUES(185,310023,'insert','debits','{"action":"send","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310023,"event":"abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'DEBIT','abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1','f79f255280ac49bbc8d2fd75fcecbf123cd66b0fa559862e462e58632cb16972'); -INSERT INTO messages VALUES(186,310023,'insert','credits','{"address":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310023,"calling_function":"send","event":"abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'CREDIT','abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1','e2f025908021a2a70a6198ba1b410a875fd731e24159ebd49dbb7d4546d1b179'); -INSERT INTO messages VALUES(187,310023,'insert','sends','{"asset":"BBBC","block_index":310023,"destination":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":10000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1","tx_index":24}',0,'SEND','abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1','16eeacb012f4af75a5635bc9b4f0e268006e29eab8f78d4ee458992885912b35'); -INSERT INTO messages VALUES(188,310023,'parse','transactions','{"supported":true,"tx_hash":"abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1","tx_index":24}',0,'TRANSACTION_PARSED','abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1','73d24984016799136fbd6eb64822a6c39fc825e54ae1d5ee1be1d2d198733670'); -INSERT INTO messages VALUES(189,310023,'parse','blocks','{"block_index":310023,"ledger_hash":"420b753d9e2a4ae5c00cf65efccb9a657d2daeb19159075d1671a076d8c1ade1","messages_hash":"95f215af9434f383dc5bbe0e1e393326d27c162aae3ddde4fb54db3462d4415a","transaction_count":1,"txlist_hash":"8e03eae75b5f9306a0a8142296412f7271b17f8c751e9e8e1b1cbeca5418f4eb"}',0,'BLOCK_PARSED',NULL,'a547f905ad04da75faa089a2bbc520ffcf158a3eaa67c1685760eb8a87cb92c4'); -INSERT INTO messages VALUES(190,310024,'insert','blocks','{"block_hash":"b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5","block_index":310024,"block_time":310024000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'758438f35dc2fc47d0265fff26aba29d131a35ee4660c96fba42c15c02a6c138'); -INSERT INTO messages VALUES(191,310024,'parse','blocks','{"block_index":310024,"ledger_hash":"786e9c043df5025bb8d123322e2dd9cba30cc433ff90a44b7b7036369565835b","messages_hash":"cfcbe1e0f1013156b6a9d32afa00f37dfb4e5eda0e0d76a791752a7b129cfd90","transaction_count":0,"txlist_hash":"6a80f89b076199d165801b34c7d292976e069920f2ae4184e09dad8411735b94"}',0,'BLOCK_PARSED',NULL,'ab2669bf0f552647c1e216be9c8636f37c6d87a6803ffbcfcedd637668ed2427'); -INSERT INTO messages VALUES(192,310025,'insert','blocks','{"block_hash":"a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666","block_index":310025,"block_time":310025000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f264f296d45651625180b3c8f16ba47c70ec142e5dbb74c9a55b071a2a62d37b'); -INSERT INTO messages VALUES(193,310025,'parse','blocks','{"block_index":310025,"ledger_hash":"1a2e0585eb1a7f608b4ca4b1d252f555f87e7f16fff124ed869285ec17643059","messages_hash":"62fa51f200056860417ba8cc6c78b97ca69987a2b78e3ee20a7413fc9d538624","transaction_count":0,"txlist_hash":"a2110149cc4e90d1474c53bdf91e24f8bbb8931548542a6afda94bc343fe3a7f"}',0,'BLOCK_PARSED',NULL,'1cfde0030df52ff397722072756f4a09db8c58dff52fcae615a5a2e66bd8c8bd'); -INSERT INTO messages VALUES(194,310026,'insert','blocks','{"block_hash":"6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a","block_index":310026,"block_time":310026000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4dfbe78a60bbd07b68f62e9fda52602f0c65a969d42402854831fcede9d8c676'); -INSERT INTO messages VALUES(195,310026,'parse','blocks','{"block_index":310026,"ledger_hash":"44a1f10e2df25328c38e20c36029bff557c7a93784030ece591406df9c71ebd6","messages_hash":"4d5394b2b54550a90ae21e3e673d074053b9d635b1233f97676695ab6c2f8fc4","transaction_count":0,"txlist_hash":"d087d907b7af1ac1171c61f00c756754fc94e0edf0dc265d9eced163a07357c1"}',0,'BLOCK_PARSED',NULL,'5a0b6290b8bf7025b459572fcc136cfb0620f82329eadd3f0266438e0ec03cbe'); -INSERT INTO messages VALUES(196,310027,'insert','blocks','{"block_hash":"d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e","block_index":310027,"block_time":310027000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'df17024a9169a2832411f7d138334788c406d48d6ec787dc65060e75db6f1ecd'); -INSERT INTO messages VALUES(197,310027,'parse','blocks','{"block_index":310027,"ledger_hash":"093f82c2b8e108242edc6dad72e5878700b9c33606c359e673bdfe65341db64a","messages_hash":"9184dad788eed27605193d9dd1f6c85422a18d9c5cdfaf9b513a735de0154aa5","transaction_count":0,"txlist_hash":"5796b7de2e12cda876546b21e2a64e92b85792c201f39fe404e7fa6c395e78db"}',0,'BLOCK_PARSED',NULL,'a4cf5c34bb50c1042a892d3b065190f216c02e786d5c6d45de5984632f0a5f0c'); -INSERT INTO messages VALUES(198,310028,'insert','blocks','{"block_hash":"02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b","block_index":310028,"block_time":310028000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b90993be67194ce5b74afff94c6d3f3f7629182bcf3d095ba6df210fcd94acf0'); -INSERT INTO messages VALUES(199,310028,'parse','blocks','{"block_index":310028,"ledger_hash":"efac93e04f7cd9d3b1c0af3da102c29b50d940b4b5687fb0061b3b6e169290f6","messages_hash":"8d4d498c2d3b7d0843f6cbfa1bc70b99469620e5268fa31fb4197149c3425c0f","transaction_count":0,"txlist_hash":"5daed82ccefd923a597451b918ece6172dbc75df5cd53ea0f7e40065e3d0d929"}',0,'BLOCK_PARSED',NULL,'192fbc5a1679d1ec48ead13e8ace0f95c68eb23961a09088d5a3b74c9d2593d9'); -INSERT INTO messages VALUES(200,310029,'insert','blocks','{"block_hash":"3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6","block_index":310029,"block_time":310029000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'58ee4c4aaa2a6fe88d5ff542bc3954bd74e640ba3d38c84adeb951f55c84b6cd'); -INSERT INTO messages VALUES(201,310029,'parse','blocks','{"block_index":310029,"ledger_hash":"1fa464e853787685a588de6dab287456de7a0efdcd76052a41ddaf5e2f85a648","messages_hash":"600ac9562b682a53ed6d9f63b74af0212d0c7fdd95c925df6cbc65243abe50db","transaction_count":0,"txlist_hash":"818415429923b4a38cb65dddb4e8b8a17264cea0188e905d4a19db340e98ef82"}',0,'BLOCK_PARSED',NULL,'4abdd1c0a9998a5ef7d72640555a03d36e057e1bcc6dfb8faf37734abdbb050b'); -INSERT INTO messages VALUES(202,310030,'insert','blocks','{"block_hash":"d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5","block_index":310030,"block_time":310030000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9323b18e4aeee0c83ae056e1aa1e69da2084c35930c239da8e0eb1e951fec647'); -INSERT INTO messages VALUES(203,310030,'parse','blocks','{"block_index":310030,"ledger_hash":"fee866f1cf6e5f83010b97e0e9d88b54ce43fdf45e89081ba3b2fe07b62434fc","messages_hash":"15c5a53ba49fdbb1b7274a07cf7525aaba00a7dd14e250862b288799a09efc8a","transaction_count":0,"txlist_hash":"7e3fb0dc1ce885afb71be88ad0ca3b189202535d328ff70bda7cceaede6813bb"}',0,'BLOCK_PARSED',NULL,'3f62877236645e16854ac4dce56c9421ef8048d1b057a9cc7587e4ede1c956ef'); -INSERT INTO messages VALUES(204,310031,'insert','blocks','{"block_hash":"0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689","block_index":310031,"block_time":310031000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'16fb2d0cdce4064e115efba382c637ed6d5acd116a9ad1e6d86eb70fc55f2ac8'); -INSERT INTO messages VALUES(205,310031,'parse','blocks','{"block_index":310031,"ledger_hash":"11ed526c46610698e7a4f102ae91755a541d668750ec3bc10decd0c1709d1115","messages_hash":"7d4cfd083af280dce033e854870d210b0dd2c6b690f427ec97389aa7539e640b","transaction_count":0,"txlist_hash":"e3044e5fc57d122eb707d271ca1f4248358a8f477a6466cedb739e7799351bb8"}',0,'BLOCK_PARSED',NULL,'77d946297c8a081ec7869d74030e41e262fc592f439490a381282529d6b9ee64'); -INSERT INTO messages VALUES(206,310032,'insert','blocks','{"block_hash":"66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074","block_index":310032,"block_time":310032000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e8d1d1c8c43927ead53510ad14140614ec9c8969a4d9e8620413d1db5b9403c9'); -INSERT INTO messages VALUES(207,310032,'update','orders','{"status":"expired","tx_hash":"6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e"}',0,'ORDER_UPDATE',NULL,'9a7606a416d4946c35115b39dda0dfc1e5f32231634443b9e68882d50f1a4d58'); -INSERT INTO messages VALUES(208,310032,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310032,"calling_function":"cancel order","event":"6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e","quantity":50000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'e450280f67de45206d3080bbe23a30355e8905f7c6ea89487fdc47f56edd0c6a'); -INSERT INTO messages VALUES(209,310032,'insert','order_expirations','{"block_index":310032,"order_hash":"6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e","source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2"}',0,'ORDER_EXPIRATION',NULL,'56b08bd9048621813e41000a373f0329f9c521c6144d9d3d4a3cb6e0c1863dfe'); -INSERT INTO messages VALUES(210,310032,'parse','blocks','{"block_index":310032,"ledger_hash":"7930e5a2c6150df64dfd995801aec68ce11df292e206f08f7ff20eda9ca2d017","messages_hash":"206e637d495d336537c9321c2379caa7ca352794e1a7d0f564d4320217c09d09","transaction_count":0,"txlist_hash":"cbe01ce5a4da72538e9310180de025f141ea8baf1b6eeede8164cac3488532fe"}',0,'BLOCK_PARSED',NULL,'2c081f1e7917c82705ba519d5f575500b6d94664b6cf52a425ff26899d0ead17'); -INSERT INTO messages VALUES(211,310033,'insert','blocks','{"block_hash":"999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707","block_index":310033,"block_time":310033000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'24fd8fe73eace9586bf21db3f2ef7161887e098e6b7b609143100a7f0904807e'); -INSERT INTO messages VALUES(212,310033,'parse','blocks','{"block_index":310033,"ledger_hash":"c5834a54b3ad7f9fdbb18a87c8cefe867eff2ba1ae5bff238a3a041431d0afdd","messages_hash":"737df3093783fb7e8e7d6a5c04f88ab19d1be0fbee28a8e008aa095609082933","transaction_count":0,"txlist_hash":"81bceadbd9f9b956ed25021e2e0a9f4217c7424522105f8a0ba41c9f78234fcd"}',0,'BLOCK_PARSED',NULL,'821d40d0cb73689bbac632d2cda083e0bbb48c5097284e05319d1dbc2c9d95a1'); -INSERT INTO messages VALUES(213,310034,'insert','blocks','{"block_hash":"f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208","block_index":310034,"block_time":310034000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e42495d1c94697a7533c767043ce7a9d4c388b4832242bb2b399c1eae75baeb1'); -INSERT INTO messages VALUES(214,310034,'parse','blocks','{"block_index":310034,"ledger_hash":"5a4b3f29cb1554ae8f670955df4dde45fdcc57623a50ca7d8f2c78ad79186a7a","messages_hash":"a204785a4c512b46a14e42dbd588e8c5734e8c899145f1df186c90ca8497c76a","transaction_count":0,"txlist_hash":"0ec430eb4c16f386b5abbd6586133741dfe6c19eb820d388810f3680442d363a"}',0,'BLOCK_PARSED',NULL,'b33af600aae0ee6f98fd018ad80c0d84ffc601ab49327d583ff2917ec175ca16'); -INSERT INTO messages VALUES(215,310035,'insert','blocks','{"block_hash":"a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2","block_index":310035,"block_time":310035000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'918a050121a4a611f6061ea3dcb071ed3d4037e9f98285735229f56f3f7cbbb3'); -INSERT INTO messages VALUES(216,310035,'parse','blocks','{"block_index":310035,"ledger_hash":"b81834ed9e92514fe7d277378be72e1f81043a615a4b67cb67dbcf97e3c3b43e","messages_hash":"d59dbf326f3589a346c10544e5fc0f01fc3c81d4407046eb9423cca09d55afc5","transaction_count":0,"txlist_hash":"a883860baff0c6dec150c9d80b8a640401e191312eeebd4e9f21914e7803c46b"}',0,'BLOCK_PARSED',NULL,'a2cd828486f1ca13e29bd717d87a4f6e9def63a865bad05d462e862c7c2bee72'); -INSERT INTO messages VALUES(217,310036,'insert','blocks','{"block_hash":"158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76","block_index":310036,"block_time":310036000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'54a888a26b0c5be0a3be83ded0284a66ce5de5f9ccbc5095f4e427666ebe63cf'); -INSERT INTO messages VALUES(218,310036,'parse','blocks','{"block_index":310036,"ledger_hash":"736adff04611f10a4e384b5d5c44651bdf037c0caeb8dda5bedbbc6d18d04ca2","messages_hash":"6784c3f2656bc953320c4c6f8e08dee1b6a80a9b2e36ba04a474c32e8cc9cd07","transaction_count":0,"txlist_hash":"821ad697a76d9a35b14a7c388b65b4f3a86fc66c42e02af6d568f73e2586beec"}',0,'BLOCK_PARSED',NULL,'e494ac22695c521cc7d53656d1480500fb905f44e0d4664a258688f211641bd9'); -INSERT INTO messages VALUES(219,310037,'insert','blocks','{"block_hash":"563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07","block_index":310037,"block_time":310037000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f2cc8683b531f3de812ddddc165032b93a62aeb481218c20b6eedb850aceb7c2'); -INSERT INTO messages VALUES(220,310037,'parse','blocks','{"block_index":310037,"ledger_hash":"34d49fb14a7ec85ebd02ffe04768f5aa7382ed0ac7f9ae903e71567dc5d9ab67","messages_hash":"26cf83385d745c0bc7fe91e5fdc48edd9f019c9c960a2c8f129e29aeb710b0af","transaction_count":0,"txlist_hash":"c5ff4e50b07b755c23a6d9ca6dd5efe71a2728c4c662418fab814993be455308"}',0,'BLOCK_PARSED',NULL,'8ec4f9c2c67e0112fc81cc81f271554f0e90462091fb99d5dc44352ca8c8a603'); -INSERT INTO messages VALUES(221,310038,'insert','blocks','{"block_hash":"b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2","block_index":310038,"block_time":310038000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f0068192bfdfca485c4b4d3b8b8669b799b7adeaafd9df34e2279840b40b085e'); -INSERT INTO messages VALUES(222,310038,'parse','blocks','{"block_index":310038,"ledger_hash":"9bfc3bf0ed35dd256f0df04c813dab9dd818238163e6b01842e18815971e7010","messages_hash":"37a7441e9f1137ccb4b123647e0ef58feda07f942b445882b907d277de1fb06c","transaction_count":0,"txlist_hash":"8a2ea429a26990e70f9c8937d11c58c986f991c55f196416344847435c670849"}',0,'BLOCK_PARSED',NULL,'0753b0b92be04ebc614a3d778f3565143ee78a15b73086a7e6df361e6aa70f28'); -INSERT INTO messages VALUES(223,310039,'insert','blocks','{"block_hash":"5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347","block_index":310039,"block_time":310039000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ab4e1ab8d07422c850b9645e8e2dd6e11cf1536ace669e40d905c6fc1cf861f'); -INSERT INTO messages VALUES(224,310039,'parse','blocks','{"block_index":310039,"ledger_hash":"da7a63f22053d1713c805684d14695c31670eaf848bf23eee3331e679744f291","messages_hash":"c3b7fd3c76b474916e2ca5e67e7741acae10524e24cee0aab97c5b99ed25d2d7","transaction_count":0,"txlist_hash":"9f186391b30cc438ae59dabfb18dfca8811193a8fe37cada73d513ad688a80f0"}',0,'BLOCK_PARSED',NULL,'870abe14acb6742fa78e74d532dc18d668cbbea2acd4eea6be021542c7bb33c9'); -INSERT INTO messages VALUES(225,310040,'insert','blocks','{"block_hash":"7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3","block_index":310040,"block_time":310040000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'825fe4663d4828796dcf35bae3e138aaf0978873940d197e613d84e08f71864f'); -INSERT INTO messages VALUES(226,310040,'parse','blocks','{"block_index":310040,"ledger_hash":"ddb485115b64342bcb172cc3e77b20effb1294e635459119b59179f3b6a87d66","messages_hash":"172f9cd7b51c9f3c878f7b969b2cbe19146d3aff20471b031aaef90f6914f51e","transaction_count":0,"txlist_hash":"f73c8b5e92181566aeee4ec42a1e50b950fd18680c69c58fe20b5288a915d7e9"}',0,'BLOCK_PARSED',NULL,'a6e5c090d964306cb42f81901d6fdc6c520e8e1602cc1f550bfd86c2a7dedf15'); -INSERT INTO messages VALUES(227,310041,'insert','blocks','{"block_hash":"5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359","block_index":310041,"block_time":310041000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e3b7a0ec7afb8f99815accf9d3f435a14a96d408ee46dbee04329ec0f44c297c'); -INSERT INTO messages VALUES(228,310041,'parse','blocks','{"block_index":310041,"ledger_hash":"b58d05ae5f282f7904c7a759ae5624194b5cb091f43f05d738cb4002a999c26d","messages_hash":"ffe454884bb7984020e3ca9a9f6eddd03daa59e3d434017e854000c6ec15a914","transaction_count":0,"txlist_hash":"73ee837bac9153dbc94c23879192b6c2fd71a9a6148502e8c4693bd342c4feec"}',0,'BLOCK_PARSED',NULL,'6ec84c5603bd32d0cbcfb9f28365c105ce74cbb9ed44278e0c5a0b625fc77a83'); -INSERT INTO messages VALUES(229,310042,'insert','blocks','{"block_hash":"826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4","block_index":310042,"block_time":310042000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3a483d8af712ea43be04bff4c873beaa2a4d36542f4ee91cf8ce5a7e56af90c7'); -INSERT INTO messages VALUES(230,310042,'parse','blocks','{"block_index":310042,"ledger_hash":"c18e1989fccd8bc7168ebf2acc035c224a9010b428b81c814683b0ce1e244113","messages_hash":"c860f30695b89d9ae744ef2e7e8948c601866a9d76b68ecdc10ac5a8fcb45ac3","transaction_count":0,"txlist_hash":"9ef577154ca6e451585e9dcc4c3690d496b8a666856987194c4e41414743945f"}',0,'BLOCK_PARSED',NULL,'c7cbdbee8d4de9e18bec412f6f88c89c3b97d9f587c1208b53d4ed6a4b82938c'); -INSERT INTO messages VALUES(231,310043,'insert','blocks','{"block_hash":"2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51","block_index":310043,"block_time":310043000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'046f1a586c22228f88380230a038071ad73629ac1ced7d955b92f2f567bde841'); -INSERT INTO messages VALUES(232,310043,'parse','blocks','{"block_index":310043,"ledger_hash":"1a935492fce6a168d9aafd24246bba6f5615f53a47311549059b21adc6a67154","messages_hash":"ab0215a1b471402a054bddf1efed73231bb705db47618229a9b34acc928dba22","transaction_count":0,"txlist_hash":"29f3ff5d49a8c6ffbf0ddc41a5e45fd3b777fd7c9ea60a914191fc551ac46ea4"}',0,'BLOCK_PARSED',NULL,'755abbf6caf254c2946e89d1b76d6bfc416c8a9e4627633569555e5ad482b287'); -INSERT INTO messages VALUES(233,310044,'insert','blocks','{"block_hash":"3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b","block_index":310044,"block_time":310044000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6d4d022bae017d0b9945da7d7cb5316cd112892b00973ac7b83e06e25bffa270'); -INSERT INTO messages VALUES(234,310044,'parse','blocks','{"block_index":310044,"ledger_hash":"536611cb3cb3005f8c4ffc5b8ed8271734448b5d6f49bd47eb0456bc4ee207e4","messages_hash":"6665dfcac4e981fd795c8917094c24f143cd81f766895a4e67b59879944e0355","transaction_count":0,"txlist_hash":"6f22c984234616fa84a474dc80c5d5e25ccdbec1a84b0cabb279505e93aa4d6c"}',0,'BLOCK_PARSED',NULL,'597dcff089c2720ae58221090a2793c04e6671d724e415d25a56dfc997fcaa4f'); -INSERT INTO messages VALUES(235,310045,'insert','blocks','{"block_hash":"7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98","block_index":310045,"block_time":310045000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6bdfa4377bd046caccd0319d2ef63e5c6842b2c737774d25360fcf920f936497'); -INSERT INTO messages VALUES(236,310045,'parse','blocks','{"block_index":310045,"ledger_hash":"ebbeea29c073c61dad3e091302cd945a9926741db0dc6a918792c4c01b8cc30c","messages_hash":"3dcf2a8532c341ef54f91b9786d82f93c56f77dbea431934b01e319a22c7b8f8","transaction_count":0,"txlist_hash":"a1d1a029c0bcbe481f8ba760714e266ff9e759844517ceef96bbaefb05652dcd"}',0,'BLOCK_PARSED',NULL,'ced11a40d60279e91b8e04c83e6b3b4892419cabd4be706d7e2b32d257938fa0'); -INSERT INTO messages VALUES(237,310046,'insert','blocks','{"block_hash":"47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6","block_index":310046,"block_time":310046000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2226a13b9d14be1a322da1aaa7ac71365c4276a1bc7801bdfafbfac311c00df7'); -INSERT INTO messages VALUES(238,310046,'parse','blocks','{"block_index":310046,"ledger_hash":"d9baff8bec82f3c29f1fa69c9ddd456f1867f33a55d1648605ea7109270d8e07","messages_hash":"0b7a7c8e58b41ac7199f6dc521b8ca8b629cbd2d844dbca0269807ca93cfb43a","transaction_count":0,"txlist_hash":"26f6ea6c1e350b91f4757619dd52bb7a2b2bad7277497f0d4e1d61b363eb7a99"}',0,'BLOCK_PARSED',NULL,'74787851fa88f2e1d7f6aab248f7e1705d349e422003a987fd0c32d60ed1e882'); -INSERT INTO messages VALUES(239,310047,'insert','blocks','{"block_hash":"a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075","block_index":310047,"block_time":310047000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dd85e9bab646824d55dfd7c152814c7cf06f90eae928d7ecbb143a902e825757'); -INSERT INTO messages VALUES(240,310047,'parse','blocks','{"block_index":310047,"ledger_hash":"09ad4a6bb3f671e6ac6d595bcbfb82371cc41f35c309142678eb5b7df97a5de5","messages_hash":"91449709a636497fc9aeea9154f3a29e6e8cf751e108a56029dd3fc62b5d1d0f","transaction_count":0,"txlist_hash":"5e32dc4d14838fdf0460146fd87eeb59ece3416bb7104362d24fd6d2bf0fe963"}',0,'BLOCK_PARSED',NULL,'a1a2acc3b0a2be4f87104d66cdb69c9b4a92b7efebe45e66be28d647c44d5e2a'); -INSERT INTO messages VALUES(241,310048,'insert','blocks','{"block_hash":"610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309","block_index":310048,"block_time":310048000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'14b99ef2f375a1ad70216daa673c7e31969ec1ae6f6003161f73c7073b2153d1'); -INSERT INTO messages VALUES(242,310048,'parse','blocks','{"block_index":310048,"ledger_hash":"208200708851a32b0ffaecade58f78f8ba7d5820457c582d5ca127e16fec0952","messages_hash":"96889df217067dfc617a92ae9dcdb05b366d0be4aab1005d0fcb1ec44c9b89b6","transaction_count":0,"txlist_hash":"c0a8253cff82f71d9a90c7b982e5d5093d5c2bbc2ee2859d9d7d09afbef56192"}',0,'BLOCK_PARSED',NULL,'107bac8a968fdedc5dc5d1617f4ea5c12694881ec6fbb644e26d233fdc793bfd'); -INSERT INTO messages VALUES(243,310049,'insert','blocks','{"block_hash":"4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c","block_index":310049,"block_time":310049000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ddac69165121d77a27f839e81e58688d22e06d6510b64b67d0a7c5805d6b85c6'); -INSERT INTO messages VALUES(244,310049,'parse','blocks','{"block_index":310049,"ledger_hash":"9d1a7335d989bb73b0363bc88da6dd82c0fbaf064b1d70708b0aa2f6a8a9958b","messages_hash":"597dcb2a572f8023a21fc83098b0c84863e56d524f3f2589016859eab631ca50","transaction_count":0,"txlist_hash":"c07861a54cc9537b7a2486e5a7e6366cd04413fb1307712ec6af55588dd22cfc"}',0,'BLOCK_PARSED',NULL,'c67dedc3750f7fdade8df661a5dead6fc7bb783c97eb0d4a684b7c637f1e63fe'); -INSERT INTO messages VALUES(245,310050,'insert','blocks','{"block_hash":"8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348","block_index":310050,"block_time":310050000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fc311c5b195b15e7cca5ebe1f9c46fa622e0ed94357473d9dcc7e7e43cc99bc6'); -INSERT INTO messages VALUES(246,310050,'parse','blocks','{"block_index":310050,"ledger_hash":"2fd9039e49fcbb070315defae275bed858cfbb539bc4db8f2ec5f5ff6d69ea25","messages_hash":"787d7d4950fe47ea125131ab346c7e4321777b45ce158720643b6abc4756a858","transaction_count":0,"txlist_hash":"0ae948495f47c1ad343052f786467c6236cd6ca23dce0c628503a44ada8f8329"}',0,'BLOCK_PARSED',NULL,'c004d3973ddc3bce1b23cf0556c53f56c31cc0621679fe3472165ccf54586135'); -INSERT INTO messages VALUES(247,310051,'insert','blocks','{"block_hash":"b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6","block_index":310051,"block_time":310051000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1de556af305152f7e7dcb7f47c240dea179d46da751bfe66dc07e70ed220a75f'); -INSERT INTO messages VALUES(248,310051,'parse','blocks','{"block_index":310051,"ledger_hash":"2e97864865a020b04ed60b22c347d9dbebce5d00abce86c2b3a5054a3184699b","messages_hash":"12a08ad41f012370ffc2a7e4c04615e6badc33ab80dbafe78e188c21e54a872c","transaction_count":0,"txlist_hash":"986536c5e9cec38d9b78bef44e21e73f93a654b9c421c7822dcba475b14f2127"}',0,'BLOCK_PARSED',NULL,'ec53e1b7996043ebd696f210ed7e3c604b49743162034afc02db02206ec1367d'); -INSERT INTO messages VALUES(249,310052,'insert','blocks','{"block_hash":"0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2","block_index":310052,"block_time":310052000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'223cc917ff19a875fb8f4d6f4dd7885564e8e793933a230914a4e110ccbf59c9'); -INSERT INTO messages VALUES(250,310052,'parse','blocks','{"block_index":310052,"ledger_hash":"f6a8e9f4cde78fbf6c9a5ea176312116f3813f2c0bcaee6c92f3beb13a8c3899","messages_hash":"40deace6780179e95bfb85bfd67fc58f4f9a0009b4a757e4ef28fb0633906c42","transaction_count":0,"txlist_hash":"4ffb95c683e1839d31018cc7ec92e978014b8cd32f308c2819ff2e79ff60fa2d"}',0,'BLOCK_PARSED',NULL,'9e0eb0cd550470f9ab87dd533c909c3ccf64a4ffa4c3f9654cefc427b0222bc8'); -INSERT INTO messages VALUES(251,310053,'insert','blocks','{"block_hash":"68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f","block_index":310053,"block_time":310053000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bae7c7f1138fb6adc1e3d6c7f2c33681307989493b529310578050cbf702b1bc'); -INSERT INTO messages VALUES(252,310053,'parse','blocks','{"block_index":310053,"ledger_hash":"1d84e4657febaa291b4873d808d9ab433370227976196fd6436a65839c3575d1","messages_hash":"c32fe886387ba485f59a1715e62fcbc78c0200c61c9639cc0d5ba1604a865a86","transaction_count":0,"txlist_hash":"0ed99730b61327cff9ed15d8585f70d7629b2b10150a717093dac4fafcc4e737"}',0,'BLOCK_PARSED',NULL,'3525ee01e88a58b0270574042188c8af0790660413f3fb58bc2e025645489273'); -INSERT INTO messages VALUES(253,310054,'insert','blocks','{"block_hash":"a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305","block_index":310054,"block_time":310054000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'191ffd1615e440eb8e3c1fb75c9692a94fc68e86246344f35697f597609747b2'); -INSERT INTO messages VALUES(254,310054,'parse','blocks','{"block_index":310054,"ledger_hash":"083f6b773191caaf1844f47c53077e8724e100d0b46461ddaa642b88d5265c9a","messages_hash":"0dbff90e2a3cdd60c056d0f3299a9ab005e5a744635e871850245f3b8be621df","transaction_count":0,"txlist_hash":"69aa5d1c74c026da7b7cebe352bd6d907a31174cfd6f346e09382b0cf3fb8239"}',0,'BLOCK_PARSED',NULL,'1776405aa2cc5666255adddf21b4b8a85e5ae07b4f06de45536b95ee76340a17'); -INSERT INTO messages VALUES(255,310055,'insert','blocks','{"block_hash":"4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356","block_index":310055,"block_time":310055000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'192c281b9525ed0d33597d086f64db6aa3d031c1a4242e86da8f13c28365b075'); -INSERT INTO messages VALUES(256,310055,'parse','blocks','{"block_index":310055,"ledger_hash":"b1302087b804fc5753df5a4d8aaf8626e80ff99b429f52fed97767b051c24e8c","messages_hash":"7b94829ba4c502e3f3a60bdcd38547443f752b8ab47901082a0daa334440074d","transaction_count":0,"txlist_hash":"e35d2a19e5b60e2534a36d8c1d0c14c6211d56c29b4aa4953a14bf0b83bcc405"}',0,'BLOCK_PARSED',NULL,'0a63b3df482ba97ff8c4f603accfb0a1c065e8261ea2a77435337952c2de231f'); -INSERT INTO messages VALUES(257,310056,'insert','blocks','{"block_hash":"7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3","block_index":310056,"block_time":310056000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9caad1cf75e9ae122a0073b6bf42748e212d16fb249ed797ca9af016a57fc1f0'); -INSERT INTO messages VALUES(258,310056,'parse','blocks','{"block_index":310056,"ledger_hash":"956c9ca0b51eaba7343703a165eb96d5947fc764457ef3dde5ca90c18d3b2f3d","messages_hash":"062d6d73a2ca022a98c2cd627f90b01da8f32526a1d19be3a756a8e9920a03e3","transaction_count":0,"txlist_hash":"165a88d3d459ce6f4f37cc2ddb1c365dd01542b102dc68181d41b95ebde044dd"}',0,'BLOCK_PARSED',NULL,'d7764d99ec4c2df0e11dec32d46fec9a2805b97974ea6f2b0179f4591abbac3e'); -INSERT INTO messages VALUES(259,310057,'insert','blocks','{"block_hash":"4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411","block_index":310057,"block_time":310057000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'71b937e1d2cb4177338e9f01eeb3529517920166514b250fb589ea7833cac909'); -INSERT INTO messages VALUES(260,310057,'parse','blocks','{"block_index":310057,"ledger_hash":"e86cae3e73aa13e8498a98de335ed0cbdb7899b24e91839bbf0f50aa22355ecb","messages_hash":"f90ed4f3d6fdde50ff4b35d02434d800044138b4ad090490ff162bdb00301dbe","transaction_count":0,"txlist_hash":"37394f57952a82ab5fb6ceb7323152d83f3c911a533e289c55b531fc83269268"}',0,'BLOCK_PARSED',NULL,'d1fa251226a5aa7ec169af5946387158d9fece47e6c5e2e61058dffb1a88c395'); -INSERT INTO messages VALUES(261,310058,'insert','blocks','{"block_hash":"a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f","block_index":310058,"block_time":310058000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2f88ce13799a5415341a40b70f54b8b474e5cc448f54074994f6342a075723f4'); -INSERT INTO messages VALUES(262,310058,'parse','blocks','{"block_index":310058,"ledger_hash":"54bd5e4fc1bc17df27f9e6f22b5e1facd82229a877e09ec0136f878f2da81344","messages_hash":"fbd35d6cad6f35b7869c2c3cd40abb5210dcf4fe43fd87cef13fd5e9fb5a9d62","transaction_count":0,"txlist_hash":"ebd7b1c7c24aa51a0622e244d1b486d4bde8b1019d86e1d8845b6e90847ad09b"}',0,'BLOCK_PARSED',NULL,'efa3cb35f7a1454db6f860192d71ec0cf8205689224010ec5a9553a569d41cb0'); -INSERT INTO messages VALUES(263,310059,'insert','blocks','{"block_hash":"ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9","block_index":310059,"block_time":310059000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3d8fe954dca1e922c066c0176b6efadffacdde0531320ba5871332215a665095'); -INSERT INTO messages VALUES(264,310059,'parse','blocks','{"block_index":310059,"ledger_hash":"1403832427d4c482b0d2d925e08a72fe37f5aaa6af73e74f601f7e22fdad7662","messages_hash":"b23d467e05709fdb3f7bf9fdccccf945c5fdca91553aa9a7ff506dd1ffd7573b","transaction_count":0,"txlist_hash":"cb71b795988456a345fd21a3c729005ab802707d54311480012920f07db40bc9"}',0,'BLOCK_PARSED',NULL,'e81f3804979ddfb54066cac67de7743bbde3e812458603b0e5685cdfdba38718'); -INSERT INTO messages VALUES(265,310060,'insert','blocks','{"block_hash":"974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b","block_index":310060,"block_time":310060000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'90e4a9b4809193022563ea5fb575b492ae029b0153c3ea8472bb3e0bc76ab031'); -INSERT INTO messages VALUES(266,310060,'parse','blocks','{"block_index":310060,"ledger_hash":"7b08f124a953d0e5511b0698d3314f5ec71ebba77b94c4d236ff9738d5a587e8","messages_hash":"53f9388539871c3990485bff851c98929115f167ea3c03f480dae56e5d06fcae","transaction_count":0,"txlist_hash":"cf47be21938b5a55ffb8eba6a9f63eb61b89e679b279d75080571832bf08c0e0"}',0,'BLOCK_PARSED',NULL,'44213212619a254773184f5382a53617e30a93cbcdf3330ceb5a57e3a0b7d658'); -INSERT INTO messages VALUES(267,310061,'insert','blocks','{"block_hash":"35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf","block_index":310061,"block_time":310061000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c506f39be32b7f86aa3b42ee9b9e467ff0d0088e6a1d50d1785d0251e932afb8'); -INSERT INTO messages VALUES(268,310061,'parse','blocks','{"block_index":310061,"ledger_hash":"1de158dfd18413618b9800236a2aa265d2fab497b09a839be408da8871b0960a","messages_hash":"2a29e9d166a5dccea4bad77f7196f1b1b40c2d02191facd541501b5c9c715e6b","transaction_count":0,"txlist_hash":"a9c1a3c24a410649e701fc0b321b2030b6fc35de7a2538a10e75b482cbe96b3f"}',0,'BLOCK_PARSED',NULL,'78514b4fdc31a990f4c09877f51c8b826145258cf38dcddb6f6f11d36c40c4b2'); -INSERT INTO messages VALUES(269,310062,'insert','blocks','{"block_hash":"b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f","block_index":310062,"block_time":310062000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1218fbe800969c22228eb8e89b2e18750cf34d8d66838a5b75ecebed9ded3e14'); -INSERT INTO messages VALUES(270,310062,'parse','blocks','{"block_index":310062,"ledger_hash":"aa4be540bad6cd762a02b77856c3d6a737d90245e71f61b63a426573bffb3a4a","messages_hash":"56fc8bde74d1327247875501b12cb91cae42d23b51c054513b69abec1ea2e6ed","transaction_count":0,"txlist_hash":"93d0499dcc4fc819927eed8d1eec8b094eb5a4323b70d2cec33d568e31737ce4"}',0,'BLOCK_PARSED',NULL,'d2c2e8c96be7920993baef313126b3d8fda67102ad01f3ea1ad2de537cd9014c'); -INSERT INTO messages VALUES(271,310063,'insert','blocks','{"block_hash":"0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe","block_index":310063,"block_time":310063000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'167f840c4ecffe90e86bd34c81126781e7344d1a053381b32bedfef69e61d21c'); -INSERT INTO messages VALUES(272,310063,'parse','blocks','{"block_index":310063,"ledger_hash":"49edce8190c2480fe3c6b3df7c7c5f13d34f67c3aef3b2aa12eaea603153aa83","messages_hash":"e4d70396b4b9f3c1972f26b18d0630f6702fa6d0adecef9eb34365936f3e605a","transaction_count":0,"txlist_hash":"a76d957ffb41dbfd83b8c92ad487582586cdf13ca49dc1dfc30e869afc8ca76b"}',0,'BLOCK_PARSED',NULL,'91d4818c554ee3e29da0d12b936ab3486faef8f763848eb3c044ea4cf068b654'); -INSERT INTO messages VALUES(273,310064,'insert','blocks','{"block_hash":"e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30","block_index":310064,"block_time":310064000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'317ae5ae5831101808acea78c61c58c4e3f97a2630871a5f1313df50bcb7a0a5'); -INSERT INTO messages VALUES(274,310064,'parse','blocks','{"block_index":310064,"ledger_hash":"a2a8c9946cf45490858deb15c8f277ec545854dfc02dc9d248a684c0c3544d6e","messages_hash":"0ad145702cc28933c66f756e29b827f4a257c633ad041e3aebed2faa190c33ee","transaction_count":0,"txlist_hash":"0270a3faca0bc1a674fbd3632a1edbe8363d5115db8af56f135493f09a63df30"}',0,'BLOCK_PARSED',NULL,'3de054c147a172035c4caf344811c8f94cc3dc1e1e7c55002d3f3191f1748e1c'); -INSERT INTO messages VALUES(275,310065,'insert','blocks','{"block_hash":"8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a","block_index":310065,"block_time":310065000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'44150a3c7771da3d935488216cd4d2d2b171fd76232dd0f667ae3b00adc81969'); -INSERT INTO messages VALUES(276,310065,'parse','blocks','{"block_index":310065,"ledger_hash":"ca1e5d385fd9cec1184d28095a6f4a2ec2914d40cc016309fe322dbb335cf2c3","messages_hash":"ccdab84c9edda95f927e091ed44a51104abfb15d72820d49443628ac00a9084f","transaction_count":0,"txlist_hash":"85484b37f06238496ca822d539fe09e0e2906d12cf5b6d77c6219af29ec7410a"}',0,'BLOCK_PARSED',NULL,'c1be5bc533415cf1b530a564f129ec8cf812a9a7e83c248d9c4cb8c9fa290c71'); -INSERT INTO messages VALUES(277,310066,'insert','blocks','{"block_hash":"b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d","block_index":310066,"block_time":310066000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2f98cb79256cc6f1f1c5b70c86473ae6015103b728e88623cf7bdca13f6b2835'); -INSERT INTO messages VALUES(278,310066,'parse','blocks','{"block_index":310066,"ledger_hash":"73519f53874cc8cbe9052bf8dd18c590e0a4bd5bdc2a286c4930e8cfd006a993","messages_hash":"400ca1b5e82f11e03a4a3b786e84410c3416fa584f002ec69bb64cf5b639bd78","transaction_count":0,"txlist_hash":"9c360f75cdc0788ebf8a530fa967e8eaefc3876b19739dfef2f7307e1af414f2"}',0,'BLOCK_PARSED',NULL,'d9d97ead380281fa142250a681d82dfeae630ab6745435f1591a04f28319d942'); -INSERT INTO messages VALUES(279,310067,'insert','blocks','{"block_hash":"8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577","block_index":310067,"block_time":310067000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c4ec999ba831601e1b77a7da86a3e43dc2bb6dc3e07f92d2d8582eb886a0e226'); -INSERT INTO messages VALUES(280,310067,'parse','blocks','{"block_index":310067,"ledger_hash":"5de09a95e36480de84f9d3c8db3e18b7bf5145f8b6ee6bde57b5c3de11274cbd","messages_hash":"4b1568db8f3a0881d199a48e0001efcc1ab60bbc328b33a56a532fdd785ba8a1","transaction_count":0,"txlist_hash":"b4a32df829f1f913a9077d0ecd83362230bf893ffd654703538c5fc1c30a181e"}',0,'BLOCK_PARSED',NULL,'5ca0d5c3aa8ddf6e5cf475a005385870eb4a9bcbc5703c82988016b4b7024545'); -INSERT INTO messages VALUES(281,310068,'insert','blocks','{"block_hash":"9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5","block_index":310068,"block_time":310068000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'582e9bd303e64c626d25758f0ac0dec02263dbd4cef87b033d236761e50618e3'); -INSERT INTO messages VALUES(282,310068,'parse','blocks','{"block_index":310068,"ledger_hash":"be6a452931358d500eda0fd2aa3a91b86483fa847a7bf350f23d33d85712592e","messages_hash":"b10e7fb759f7c4528872bbc071c2e27f98aa0611ab35755908c5b45326dcd8f9","transaction_count":0,"txlist_hash":"fc4f551737950e1293a8718899c3b74c2ce76d8d1f58d6e22d10976ffd15eb24"}',0,'BLOCK_PARSED',NULL,'5520be4fe0a6636a761672de2d96f44eb32d22ce2087bc952c30a4d72c456e89'); -INSERT INTO messages VALUES(283,310069,'insert','blocks','{"block_hash":"486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7","block_index":310069,"block_time":310069000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1f0676bf8ad1702eb7af2d280fa08f0f4231eb255f795beddcf107a2d467e845'); -INSERT INTO messages VALUES(284,310069,'parse','blocks','{"block_index":310069,"ledger_hash":"5940a47dfa1a1c8bc1e51f1e64100cd0604c74197c88b39f6f7a9d5b763a0b56","messages_hash":"5d7312e596bfeed5cb79a12de878e711c66fa525ea48f31182608f2d29158a25","transaction_count":0,"txlist_hash":"53ce1fdeb3b9e39930ad127bc86bc71e7b497f24cc34af2a022200db36ebfa36"}',0,'BLOCK_PARSED',NULL,'11ae11779a4ff58578a992457d70d04c425a439dbbb8624b002a192370698b76'); -INSERT INTO messages VALUES(285,310070,'insert','blocks','{"block_hash":"8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5","block_index":310070,"block_time":310070000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1cf7ee433cdd989a79f87aea05f2a4d56937cd4b00fb72fc62ced5c0d3d4b8d2'); -INSERT INTO messages VALUES(286,310070,'parse','blocks','{"block_index":310070,"ledger_hash":"6aebe68545207e7cc81d68c3aca801f0b39e276ac86e8e0130d5029eefb60e2e","messages_hash":"828f7416f0e514ee5a6fb7a4d1edf9c21872885b15644e9b9649da0666a30ddc","transaction_count":0,"txlist_hash":"0d482039b615aa55b721fef8ddaffcc2942838dbda8784940e9fdd8dba8b1465"}',0,'BLOCK_PARSED',NULL,'0f521ee8cd80ab96774f63c92bc5293795e68a29c5c73be8ccf05dfd3adf202c'); -INSERT INTO messages VALUES(287,310071,'insert','blocks','{"block_hash":"7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b","block_index":310071,"block_time":310071000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a3675811c9d918578bc4633d52a751b89f55986e4d89c5dc26020da7460c2196'); -INSERT INTO messages VALUES(288,310071,'parse','blocks','{"block_index":310071,"ledger_hash":"d005aff752907b93e2dfe442896c8976203f0139fb67cda3ea1936aea495e008","messages_hash":"306fcd699dad176930c3940b79569d0c81b6cfb41eeae7b1bd1b5fd89e5a32f3","transaction_count":0,"txlist_hash":"8be094b2e99ec5c85a594d4a4059b7427ffbee3671190b84161fbf2fadb6f313"}',0,'BLOCK_PARSED',NULL,'871f4c71e8ad193f3982a67986a830fbb877353babefcf90c14805d870d63541'); -INSERT INTO messages VALUES(289,310072,'insert','blocks','{"block_hash":"7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a","block_index":310072,"block_time":310072000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'380c94265bc9a9c5d18d555b2b1c81ba1a61af53fd1b14a08b0a74dddc91dc1c'); -INSERT INTO messages VALUES(290,310072,'parse','blocks','{"block_index":310072,"ledger_hash":"781f0ebe67964c25640f0bf5624e08cda546dbbb6648bd6e8d9f280c7f075f7c","messages_hash":"91438207c5676d97326db533a6e9c9d24b11b1eeb36c8bbb2587403d90192f7e","transaction_count":0,"txlist_hash":"9c5e049c1738beda53ffdffe18492b0af038a756278f2bdeaddaa1a726681ce5"}',0,'BLOCK_PARSED',NULL,'56f91d8ea01165d7bdf5d483679e270a5ee8e32d6e4841ed4b4603213dcb4fdc'); -INSERT INTO messages VALUES(291,310073,'insert','blocks','{"block_hash":"ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943","block_index":310073,"block_time":310073000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2dd98c371639107c2e5c460f330449dd8b5025a142b8de20f173f1039c4dd66a'); -INSERT INTO messages VALUES(292,310073,'parse','blocks','{"block_index":310073,"ledger_hash":"83b5e1ca76fda895b144e8c03cda5fc3d18f6324b5413fd74923e51a94ccc53a","messages_hash":"24b18f643b390f780d3f711f0fd933f0f80b23c676805dcc43261d6499409cbc","transaction_count":0,"txlist_hash":"a7199dd9b360cc694f85a81ccf72fd614e6c0400d753132cb517ca9da55df86a"}',0,'BLOCK_PARSED',NULL,'5da8bdba53020dc66a51e29e9c1a33b023273e828f9611b6003e498c0aa1b9c6'); -INSERT INTO messages VALUES(293,310074,'insert','blocks','{"block_hash":"ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb","block_index":310074,"block_time":310074000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aed62fe65d490d2d84223dff59c4ec2ad32de0eb5aca4de43735b5411208d162'); -INSERT INTO messages VALUES(294,310074,'parse','blocks','{"block_index":310074,"ledger_hash":"4293be396327c0aa3c56c77a9152068cc32612692c76ba94e8961c59a9ad780f","messages_hash":"308db32de73cd04c41ecdcbac6c9a9f3a0c53fc121f08fb9844b366d67298b9d","transaction_count":0,"txlist_hash":"833f9d3ae03e5819eec47318d948999dfbe35fcbe66766f985b6ca71eccae54a"}',0,'BLOCK_PARSED',NULL,'3b594d1b6d7bb37771d523e0a41ca736044c8d9f9f57407af6e0781c191d6faa'); -INSERT INTO messages VALUES(295,310075,'insert','blocks','{"block_hash":"ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b","block_index":310075,"block_time":310075000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'629e594303491bb0968ee0f409db805745eb590db978c32901b64e40b1a76889'); -INSERT INTO messages VALUES(296,310075,'parse','blocks','{"block_index":310075,"ledger_hash":"d08b93b609f1766534cb0c30502350b9e4ccc4a885ebff7633e9e5c5b52d8e90","messages_hash":"15c1bdc35c2fa81391dd811ef6de3ec31beccc1bb1b60b56d34795537c118cac","transaction_count":0,"txlist_hash":"7db8bbcaa76b087fbcdbd8f5b428b3587c494f0cd7d458a2d519abb0ef26f424"}',0,'BLOCK_PARSED',NULL,'97ef0f17b868462a954a265deaa028c8894a0b95891e612fb224630d5872a639'); -INSERT INTO messages VALUES(297,310076,'insert','blocks','{"block_hash":"3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92","block_index":310076,"block_time":310076000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'184f723196695c7f8dd4f43a110fed02d1390029a594b81b46cac230b5323a00'); -INSERT INTO messages VALUES(298,310076,'parse','blocks','{"block_index":310076,"ledger_hash":"06c72d219df429f2873af74b6250f3d12996cce14496d151bf8bd4cf819532e4","messages_hash":"a7f38ef9891e69d073ad801ca1777ed467c8a5db6aad55f713c745e89a09b5f3","transaction_count":0,"txlist_hash":"8f6a902dd8d5d573658f07e8ac598ccc46ed49bff95b2a9ed89a051c852215a5"}',0,'BLOCK_PARSED',NULL,'cb344f7bd9acf6d0f57ee0fe485653750d1ad688c6bfe01e9da892ae102e8f7b'); -INSERT INTO messages VALUES(299,310077,'insert','blocks','{"block_hash":"d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd","block_index":310077,"block_time":310077000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'38286d7d5aa77a7a009bc8f0796ede12cf34bc08272ee1d8a1d185c1f3bfc3cf'); -INSERT INTO messages VALUES(300,310077,'parse','blocks','{"block_index":310077,"ledger_hash":"0ff019cc4b9b8a394aad1b9f8f579fd5c4cc48a846e4fe71ab2f45226cec5a1e","messages_hash":"7d47eac99a90b4d31727971fc696444c79117c103f65645aa6e14ab49b7a5db4","transaction_count":0,"txlist_hash":"e1ab0a4cbd4e60c5b1da333c5ef542bbc1d8bbd7709fdb35374c072a1f54d38c"}',0,'BLOCK_PARSED',NULL,'3a819a8b7b85fc4d2f425744dc136515aa0df98ada83e4892a2919dba4795ea5'); -INSERT INTO messages VALUES(301,310078,'insert','blocks','{"block_hash":"f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6","block_index":310078,"block_time":310078000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9c16620dfdd251fb31ed497cf8d9482b9e24ff5c123c75ec64caa70fc2bf530d'); -INSERT INTO messages VALUES(302,310078,'parse','blocks','{"block_index":310078,"ledger_hash":"6ea40a02464725d0ba45b9969bdbb7529ae5e3ca794ae00abf4783bfc9667104","messages_hash":"99eeb05ffee4bc4b047a6f7ebf6ab9893072634f5b8bb30f16bd02e346b03280","transaction_count":0,"txlist_hash":"be6f6965b6ba8aae157eb48f28bce3fa91c3bbc22b88fc3ee8d4f126c1538032"}',0,'BLOCK_PARSED',NULL,'c86b517e0ab937600c344f8d5de6d24a2b60104a7ef0babc7aafc839ae18b104'); -INSERT INTO messages VALUES(303,310079,'insert','blocks','{"block_hash":"f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c","block_index":310079,"block_time":310079000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'266a4b5c5486234edc27d14e56f9c81a5ff4cfb488f81c7bd852048f249bba36'); -INSERT INTO messages VALUES(304,310079,'parse','blocks','{"block_index":310079,"ledger_hash":"076abf036bd51c47525fe4e638dbad403a8a1667a5b7c2f81ffc2a70e79b80a8","messages_hash":"fbb23b0a72c974df20e99e04e2fe7476ad87ada352938779c5a41900e05e8bc2","transaction_count":0,"txlist_hash":"eb97110f496f9813e14f127af2cdcdb26d54e9745e274fe227fb0646cc132c29"}',0,'BLOCK_PARSED',NULL,'ad6273a4c4d9682bae59a317b1ee9de03094a60dae1f5b597a68b872b2d9b386'); -INSERT INTO messages VALUES(305,310080,'insert','blocks','{"block_hash":"42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c","block_index":310080,"block_time":310080000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1a42bae15bef36b77cfe0f562e3a81d8c2de84c5e53beac1535d9e3acbba8825'); -INSERT INTO messages VALUES(306,310080,'parse','blocks','{"block_index":310080,"ledger_hash":"8cc2e62f7b3ae2c89977ee9e31acacff38f944d00a978e9b0e48678487cdbe27","messages_hash":"a3e0495c8e50703d4d489431ec845b145a5df3947d5d30f38cdb927dd3a02097","transaction_count":0,"txlist_hash":"93c6c5967f4d297df962f2853f2a2ba3870f5692c8835413c08528cf243985dc"}',0,'BLOCK_PARSED',NULL,'63a4ca80752977f63e4b502112269bfe6f4c82c55ed6f9fda93a80cbff81a795'); -INSERT INTO messages VALUES(307,310081,'insert','blocks','{"block_hash":"6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4","block_index":310081,"block_time":310081000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6a11d5e476e4b8faefcfa93169cb2ce1dbedb4a0725fcf55afe5f694e1437d03'); -INSERT INTO messages VALUES(308,310081,'parse','blocks','{"block_index":310081,"ledger_hash":"ec86fa6786b598b091121fc2001650bc04668d26d88805efff7271312c76a373","messages_hash":"7ada77d78e2ecb1e3a5ede84b3560cffe3ec0a908790fe9936377b5cec06dd82","transaction_count":0,"txlist_hash":"e6cf70178316b3c594c60d10ac1ee3783f1dafe5054ce4c6fb932bf3c771f703"}',0,'BLOCK_PARSED',NULL,'c824e09e4e84621bcf804faeb43608b6e993e7229d3521513138a085bbb66bad'); -INSERT INTO messages VALUES(309,310082,'insert','blocks','{"block_hash":"4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644","block_index":310082,"block_time":310082000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'607cd87a5c38c77306081887ab0f14c489c862a524924cd5483c543b350f6d37'); -INSERT INTO messages VALUES(310,310082,'parse','blocks','{"block_index":310082,"ledger_hash":"6b720db96b2d10816e5022ab8c61fafba49cc6bf484909fb500295451e61f768","messages_hash":"4500c23413926286aad4a68122eb9e25e2918c38a258c6405f4a048e2db6feff","transaction_count":0,"txlist_hash":"254cf1d1ac865c611a3d9fbd78001152928a52ad94fd640c526e043ce7c0fdb3"}',0,'BLOCK_PARSED',NULL,'66a3c877e75c5b594ee808f2336871b1074dcbf7baf31a12399181f43a3afc6f'); -INSERT INTO messages VALUES(311,310083,'insert','blocks','{"block_hash":"9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850","block_index":310083,"block_time":310083000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'23c978c7533ffec3e041d05e370cfe7c46f21d80c9ea79d7fd33bc8c1ff65aa0'); -INSERT INTO messages VALUES(312,310083,'parse','blocks','{"block_index":310083,"ledger_hash":"d8c6fabb9b9dff0f1f3ba35e75c08be55dc4ded8dcf54e51f0cd857625b87dc8","messages_hash":"b33435da45193032c052ef7dc2b50fccbac2220e5e8b289e58401847e165773e","transaction_count":0,"txlist_hash":"a34f7e98c65b95becae5908e74cfedcb846366a83605f9d8685e98ac629d1278"}',0,'BLOCK_PARSED',NULL,'e6fe7df1cfe9e2aff02ebf46622eac6df3b2e92bafc5b5e99af887dd3dfe6396'); -INSERT INTO messages VALUES(313,310084,'insert','blocks','{"block_hash":"1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3","block_index":310084,"block_time":310084000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bce61aed74896e1a17cfb8f6587c5dfc79adbc02a69f38dc724948a2b8aeeb49'); -INSERT INTO messages VALUES(314,310084,'parse','blocks','{"block_index":310084,"ledger_hash":"eba03194b13ca764dbfbb86f86d16841df4486f12c26a214f7f1020468b52d27","messages_hash":"e168b4444bd1112dd89cdd70b98f4fc0f75f9508e2ac181fb3f55cf1adbca319","transaction_count":0,"txlist_hash":"e5a15333b0539a58bcf306d993b0be078d8dfd3cf3f5929a690da5ac534eff5e"}',0,'BLOCK_PARSED',NULL,'18db64e1306515080b2cc869850b5c3e74c4196399d05de14754cdfca539e62d'); -INSERT INTO messages VALUES(315,310085,'insert','blocks','{"block_hash":"c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34","block_index":310085,"block_time":310085000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2f1bb440050b789309bd7aa9e035f0b4dc2b99f86a5ba996c4dec890307f5ee8'); -INSERT INTO messages VALUES(316,310085,'parse','blocks','{"block_index":310085,"ledger_hash":"d7fa8085722edc91ea5cb907e439649533e32ad5429b52bc10463629719af5ab","messages_hash":"bc23e6b02d418435a5b4c121ab9255c32ffa4ebf5772fc53b1a3f868fc6dfd40","transaction_count":0,"txlist_hash":"bfedffe97e2bf812728130721dec204767d92ab05bfcf2c4596b5386fc6ea380"}',0,'BLOCK_PARSED',NULL,'bdca7124eef4265627e3bb7a54cb5393342f3eb4eeff1e830e3325231b1330fb'); -INSERT INTO messages VALUES(317,310086,'insert','blocks','{"block_hash":"080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78","block_index":310086,"block_time":310086000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ca05d17ab1cc082d9a8c4ad7f4e1a730088a80757c17c7be3ffc1a8e4bbd159b'); -INSERT INTO messages VALUES(318,310086,'parse','blocks','{"block_index":310086,"ledger_hash":"e84e0b26a5a67af1bca0cdadadea17b52b79f160d8acc0281289de1c70bef248","messages_hash":"5bcc05cb9d90e80fcd0bd6e93dc1080b9899d343878d5998059b13d3380b9adb","transaction_count":0,"txlist_hash":"2b4c3ff824d597cc1376a524f89bac6deef025a71395e848b51e9c06002d7f12"}',0,'BLOCK_PARSED',NULL,'8e671335fb0d0daf9ddd96f4896f3607733b4148cc56aee8ae960e35d565b58e'); -INSERT INTO messages VALUES(319,310087,'insert','blocks','{"block_hash":"4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c","block_index":310087,"block_time":310087000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3ccdf4a1e4311ac4026f708803b95420986140ff0532bc0d7a2509db37dd67f1'); -INSERT INTO messages VALUES(320,310087,'parse','blocks','{"block_index":310087,"ledger_hash":"ac3522ba0e8278bac956b5f9d7af271424f8e4eff23d57d2a5ff88416dd02ff4","messages_hash":"24516b76cce7e8c41bf94d8e3fa04620fc810a528ca811542adf277deaa1dc36","transaction_count":0,"txlist_hash":"2b3b181734d815e3cd024f6fd91b11de8cd457bdc5f833520af281a6c42ab391"}',0,'BLOCK_PARSED',NULL,'186b32d071d87060ee15ad7a1d2affcfa88dd74b68199d6c8e1be3ec35c49f03'); -INSERT INTO messages VALUES(321,310088,'insert','blocks','{"block_hash":"e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3","block_index":310088,"block_time":310088000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bc7d7abf59222d0a34c28182bb167e3b764e9b0d415fb372b0f8c439543d8c7a'); -INSERT INTO messages VALUES(322,310088,'parse','blocks','{"block_index":310088,"ledger_hash":"86255a3e32e6c7a96d0f0a6e7815d61d9a970272f1df38bb0c29ee9f2051f2e4","messages_hash":"7cc0c0cc1388287946cc1cea345f1339c914c4941411cc0419a85df745ef546a","transaction_count":0,"txlist_hash":"9092b97fab9af004edd169f26446c6712e5e1ed1d5f94fc5ac0b49565fa65b4b"}',0,'BLOCK_PARSED',NULL,'f6a6cfebd1bf1db587f65dd421ef91fccc09e7abeaeee8b7a0e1976c858c8e21'); -INSERT INTO messages VALUES(323,310089,'insert','blocks','{"block_hash":"0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33","block_index":310089,"block_time":310089000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8a9b175f5607f0a614bf1e4ebb5cea1609b86947592beeea27a27556306cc3c8'); -INSERT INTO messages VALUES(324,310089,'parse','blocks','{"block_index":310089,"ledger_hash":"9694fd19263381693133a47584432de876ef1e0a32060d52c8db96811ff7d09e","messages_hash":"f67069f67d57fdf8f7e37119061e0f71cae0d3d8e4c2ae691beaa83b907b8db7","transaction_count":0,"txlist_hash":"06ae398816ea8ca96fa424903182c7df9ce93c5d1bdbc2ead089ee71acb90531"}',0,'BLOCK_PARSED',NULL,'8aa34c142e06617425879462b11173fa4095616f79c5e09c26a587793288c0a3'); -INSERT INTO messages VALUES(325,310090,'insert','blocks','{"block_hash":"b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969","block_index":310090,"block_time":310090000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'76adf62343ae0374502adf4364782ec5af5bf99b237bb46e2a5fc280f755cf0f'); -INSERT INTO messages VALUES(326,310090,'parse','blocks','{"block_index":310090,"ledger_hash":"3cb1b469cc6627cbed3f0db1a00370d5c95edf9940f8a4c9406fc78076640d90","messages_hash":"69f3870c21ab65670539056b28ca18f8f31939f172217bd6b3699c6690a43cb2","transaction_count":0,"txlist_hash":"2c688b2021aa321432ae1bd5a60a9f65cdb6d3720512ca2c304bd2773e7647d9"}',0,'BLOCK_PARSED',NULL,'a810a4c7fff243d70ca8a3c211bae3d462473c9e545ceacc9fadd0f0454df08a'); -INSERT INTO messages VALUES(327,310091,'insert','blocks','{"block_hash":"734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c","block_index":310091,"block_time":310091000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5f6761813a804a42738546a5a398151811b6bb39115b9d87d0ab60461f3ec981'); -INSERT INTO messages VALUES(328,310091,'parse','blocks','{"block_index":310091,"ledger_hash":"cac7cc49c1d632aef2e9bcb3456f60df2ff11110c4e9980989ce0f2d8a5835e1","messages_hash":"90db12b793d2665fdd68092aecfc514fe8b0ad4798a188a2d9e8e4c5b4211ccf","transaction_count":0,"txlist_hash":"2a7ce0455e84f973c078752f1c0ea93ffdbe993f239baeb7ed947e749c119dfb"}',0,'BLOCK_PARSED',NULL,'331ba20246c9c701e26ca35f8dfe9efaaaa1d04e2eeb6113b890cd6e1f753a5f'); -INSERT INTO messages VALUES(329,310092,'insert','blocks','{"block_hash":"56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d","block_index":310092,"block_time":310092000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37b2a86f17efb77244a000b79b12a389dc11344140abc5706ae0e8bfa72c0e11'); -INSERT INTO messages VALUES(330,310092,'parse','blocks','{"block_index":310092,"ledger_hash":"1614a317b1144c7f08fb2785bf468bb299b9f19450331b7fdfebd510fa07e574","messages_hash":"27f21e3bdddffcb1abcc9144b8f7e47c7a64280baf7cef105ee2e20671be64dc","transaction_count":0,"txlist_hash":"270190f8eea6e059acfe66f7369986d3748f707f3ad0eaa2e396a190cc047a6f"}',0,'BLOCK_PARSED',NULL,'827011e2a35a3fcd708493e699539255995add2d2395533ed2ec34d013f2584b'); -INSERT INTO messages VALUES(331,310093,'insert','blocks','{"block_hash":"a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc","block_index":310093,"block_time":310093000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ea6199f87d6edbcb030590dd8448f7b951488289e0a20421ad1f34dda6d0a2d4'); -INSERT INTO messages VALUES(332,310093,'parse','blocks','{"block_index":310093,"ledger_hash":"631d42f4b3fb091a4c67f737bc2da60b8bf9820d27c758f5b9453b40813c5bc5","messages_hash":"a347824c910c069a0320135da863bd8aaeb7a11080dc59433ff2666e2b77ea15","transaction_count":0,"txlist_hash":"35ca62f9b66717328f41e23c80e72395f4ece758ce3ca9aabe1d1edd87d06016"}',0,'BLOCK_PARSED',NULL,'d8684d75b63853113dffc18f5bd63a24914321305d28767b33ce1f43e75a649e'); -INSERT INTO messages VALUES(333,310094,'insert','blocks','{"block_hash":"2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23","block_index":310094,"block_time":310094000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1a28abd50b196b3a73da206aa0332aae5cce71160357d7f2c555a58312de2ad1'); -INSERT INTO messages VALUES(334,310094,'parse','blocks','{"block_index":310094,"ledger_hash":"2b3f460da72fc0a9b3a720abca80bff0c44654287de69567c43c62a5557144bf","messages_hash":"10b437b38d967dc654d4c1047e9a3cda1dc5450319a2eeff890eefbea8613903","transaction_count":0,"txlist_hash":"37d35cf95c6f102413739a672d5dc1c3b0760068de256676b336c631bdc94447"}',0,'BLOCK_PARSED',NULL,'30038e923ec053098f75857c3e7b1f8a73c5e31601cd01276a3eb252302b5d68'); -INSERT INTO messages VALUES(335,310095,'insert','blocks','{"block_hash":"bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2","block_index":310095,"block_time":310095000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dd2e4b58b845843c0665ebade5ba9a70f6c79c09c0afd4814eba96373a6dcd6a'); -INSERT INTO messages VALUES(336,310095,'parse','blocks','{"block_index":310095,"ledger_hash":"db62bf94ddb276cf55ddfe73f8023e760788647910807adff6e0672ce1d5e23d","messages_hash":"1f35ab470037e9c9c76a5bdfd931c0b8f4df894669081ce55dc2f026f4a47f9b","transaction_count":0,"txlist_hash":"2eec38760b106cf52b3bf0fa51198348cb611ae9bb75edd8e4a343e7fef1e042"}',0,'BLOCK_PARSED',NULL,'cc61c03a27678cbb5bda7d7a59f30052bb2c33a0203d15715cd4fdb1a8569cc8'); -INSERT INTO messages VALUES(337,310096,'insert','blocks','{"block_hash":"306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f","block_index":310096,"block_time":310096000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cedb00a05b1b0db1917aaae1c78655850fbac657bc3afc0741aeeca08cc54ec3'); -INSERT INTO messages VALUES(338,310096,'parse','blocks','{"block_index":310096,"ledger_hash":"1c427808f1eb1972df57b51eea9f3405d3d63a1d58c5a3faba616d7160e3a264","messages_hash":"1701d4005e2e44abe8be66c1de3977f4cd55dcd9600e3acb10cb535107b811ca","transaction_count":0,"txlist_hash":"be57a1f4088437c89e3bdd7c9456b8ac9dc6011d15ada8d5432ab662f80e9a52"}',0,'BLOCK_PARSED',NULL,'6401545438b34213d135c27338fcb3f026cbc5b483f8a52273faa03030d59793'); -INSERT INTO messages VALUES(339,310097,'insert','blocks','{"block_hash":"13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf","block_index":310097,"block_time":310097000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ee7697956a99f902a8e480e3e0298a717148a4351ab268e51809222a8a2a6a3d'); -INSERT INTO messages VALUES(340,310097,'parse','blocks','{"block_index":310097,"ledger_hash":"cd28b5ac0f80f8815467663c1e90b15ffe46ce067a1b2ce004b0d371cb0ceb16","messages_hash":"194c0db66e54d47aa705bb9e21caac80dced78fffc0de194bd22bfd8a908eb66","transaction_count":0,"txlist_hash":"cf5fed759ba01d430d2e97ed6d52503a67c35688f02ad6742e87f1da1b468ae0"}',0,'BLOCK_PARSED',NULL,'6676f2d8c2010d2155fbf903288eb355c46763d96720dac33ae3b0f6d93b799c'); -INSERT INTO messages VALUES(341,310098,'insert','blocks','{"block_hash":"ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca","block_index":310098,"block_time":310098000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f0c11e976ec52c7d816d2fcf379581588f9d4f6df26020927e77e7466638e79d'); -INSERT INTO messages VALUES(342,310098,'parse','blocks','{"block_index":310098,"ledger_hash":"69adfbe756c116e395fb3a5170b57210ac2721b07144b3d7a35c4327f28e28c9","messages_hash":"7ba2cac6f3da8867ad781da17962a4125b5e606f2353acec4fd86e838f84cb87","transaction_count":0,"txlist_hash":"528e0ea934cb95d328ad13fb3a3a47a1d89824ee44abbb2cc271d707bb6d62d1"}',0,'BLOCK_PARSED',NULL,'fa03dbafb8d8e894cb0ee458f44026d28ff564d211ce9e1153b5ab455f529dff'); -INSERT INTO messages VALUES(343,310099,'insert','blocks','{"block_hash":"3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a","block_index":310099,"block_time":310099000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e88d6e087e0de5c9c0817077b764889b7e4ae3a511fe4987790b40514b3c920c'); -INSERT INTO messages VALUES(344,310099,'parse','blocks','{"block_index":310099,"ledger_hash":"d50cb66a25a410db360cdf749b5d10932410b5e37c3e5d3d834a65b5671dcca6","messages_hash":"3dae0c1e8196c96f549143364cd2a3a2340715d4f7ee0c881885aeb348d4963c","transaction_count":0,"txlist_hash":"f0e0e40238d13f69c9c40cad5b8be218cb09af9bc061e728b56d74a42182788b"}',0,'BLOCK_PARSED',NULL,'4b01c12d9a0641e66c11668010ee6096a1d2a259a7ff43a588727c47f66f98f6'); -INSERT INTO messages VALUES(345,310100,'insert','blocks','{"block_hash":"96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb","block_index":310100,"block_time":310100000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4553271b998522146ccc411fc57014c576db33eea836110376f2bc2715024056'); -INSERT INTO messages VALUES(346,310100,'parse','blocks','{"block_index":310100,"ledger_hash":"384f8d2eda5f1b7b8273ef149ac37fcaa9ae51865fd57bd348339579b8a078eb","messages_hash":"7180d89518016a5e015dccc6332b4385212c35e16349b3b54863e1d8b09f9c0c","transaction_count":0,"txlist_hash":"19ac618404aade5a0914a9a9c159ea229384be303a320b08b9915474beccf1df"}',0,'BLOCK_PARSED',NULL,'0f2d8b71d891c1a99f2f36a2811a4a98748a7448b1df0996b0cd759dfb577b45'); -INSERT INTO messages VALUES(347,310101,'insert','blocks','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'34f7b106e043da9878fbe18a8a770754ac1df205c1c5767e4003eb97d790d708'); -INSERT INTO messages VALUES(348,310101,'parse','blocks','{"block_index":310101,"ledger_hash":"5eff25450225c71f85f34466d6e359001eed8f05ea5042e7d65c30ccfeb6098f","messages_hash":"38bfe420c933b93cbba4bf0f0028327e0af84ae81e8dcb6cc11a56204a5af57e","transaction_count":0,"txlist_hash":"7d02630f0fbe3e5c3b16766f1d04dd1a83c305f74f0546276d970b36e870ba8e"}',0,'BLOCK_PARSED',NULL,'c8419c408e0bd02541d5e358bd2a50419a3ef8376701ad73667534848a5f6bd2'); +INSERT INTO messages VALUES(6,310000,'parse','transactions','{"supported":true,"tx_hash":"5fde1c728d8d00aaa1b5f8dae963ceb4fd30c415eb0b8a982ba2d8d676fec0bb","tx_index":1}',0,'TRANSACTION_PARSED','5fde1c728d8d00aaa1b5f8dae963ceb4fd30c415eb0b8a982ba2d8d676fec0bb','b7fea202a764c216a68a23af80876222ec7cb020247907ad065e66e964189a83'); +INSERT INTO messages VALUES(7,310000,'parse','blocks','{"block_index":310000,"ledger_hash":"a16ae7423db132c887ae41cc33b7fa48a0cc6571d5a49e0963be25ec8a9769b4","messages_hash":"b20ce103fbffe9e08a4dd9733d23c32b5198aed9e0eee536ed57f8f6d2f071ad","transaction_count":1,"txlist_hash":"b8fb4fb649dd315851564165b076d636e5a85e043d59c11877bdccced38f1b3e"}',0,'BLOCK_PARSED',NULL,'3dec7478e35f372b154f683465ad98ee6bf29e7f7c993a99b94e376c3d7c75c2'); +INSERT INTO messages VALUES(8,310001,'insert','blocks','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3f0bf64aaeceddc65c8296159aa0ade331a30dee4fa5ea400d75e7d379d649c0'); +INSERT INTO messages VALUES(9,310001,'insert','transactions','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"btc_amount":1000,"data":"0000000000000000000000010000000002faf080","destination":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3","tx_index":2,"utxos_info":" ba510a377d1e3a7b8ef283dbff7b885f86b7ae606773a85915618aacd3ff19ca:0 3 "}',0,'NEW_TRANSACTION',NULL,'204a105887261f87e710008c93dfa2105a6d67f2d990dfbc9d45beee36474e78'); +INSERT INTO messages VALUES(10,310001,'insert','debits','{"action":"send","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310001,"event":"eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'DEBIT','eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3','14cc35315d4d03f315f422e37a1ae0397156d7b09f619e0b6e5068b46a8c4599'); +INSERT INTO messages VALUES(11,310001,'insert','credits','{"address":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310001,"calling_function":"send","event":"eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'CREDIT','eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3','d65b9a1729c74961a60b0d2ebc964685bc5b6db6517a8732e8d936cd69184df9'); +INSERT INTO messages VALUES(12,310001,'insert','sends','{"asset":"XCP","block_index":310001,"destination":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":50000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3","tx_index":2}',0,'SEND','eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3','cfe2e58141c99c365d966d2f1b358bf12e8987181c8e45954989b68a7456eff4'); +INSERT INTO messages VALUES(13,310001,'parse','transactions','{"supported":true,"tx_hash":"eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3","tx_index":2}',0,'TRANSACTION_PARSED','eacd03b732d28924807d4f0cb1c1aa5720a78bf44d23660fb1658a5fd1b4e9a3','6c8cb19a801a85029496762b3368537c8f44d6bb91fd86a4b7f315516dab0d83'); +INSERT INTO messages VALUES(14,310001,'parse','blocks','{"block_index":310001,"ledger_hash":"0cda5c4a26f0b23d5b948142dcd226b2718c57c9c6a481250128a7a1c8ad30dc","messages_hash":"61d221917d6c081b72b0c37435b037a6abab433512a98af49f6efad15e16f2ea","transaction_count":1,"txlist_hash":"1c009ff73127980e51ba6a7035bec5c2a9650b5a184da1d55c3d807fa658f8e7"}',0,'BLOCK_PARSED',NULL,'83d33c697884bda8a7fb67dcf2179faebf50e7fd5e82864133f43ec3b1cf36c0'); +INSERT INTO messages VALUES(15,310002,'insert','blocks','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0b9da3848061c425a784ccd2504635bbda2296947132689db2b0b578cb32518f'); +INSERT INTO messages VALUES(16,310002,'insert','transactions','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"btc_amount":0,"data":"0000000a00000000000000000000000002faf08000000000000000010000000005f5e100000a0000000000000000","destination":"","fee":1000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0","tx_index":3,"utxos_info":" 56bffd88516cfd0d35b3c4fe49592a213cc276b1af94c73d4254f689dc408946:0 2 "}',0,'NEW_TRANSACTION',NULL,'87069779615bad60e7339629853736ed0bdc585c0cc3107ff181f3b00b877991'); +INSERT INTO messages VALUES(17,310002,'insert','orders','{"block_index":310002,"expiration":10,"expire_index":310012,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":50000000,"give_remaining":50000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","tx_hash":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0","tx_index":3}',0,'OPEN_ORDER','025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0','177f1867dc89fc940b04e7dca2bc3f0bb2a44d52f77088ef7f23d2de5d7ed8c8'); +INSERT INTO messages VALUES(18,310002,'parse','transactions','{"supported":true,"tx_hash":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0","tx_index":3}',0,'TRANSACTION_PARSED','025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0','bf9932956d64ee754590c6ae7665a107bc89f8283dca668680ad4ad561ec3408'); +INSERT INTO messages VALUES(19,310002,'parse','blocks','{"block_index":310002,"ledger_hash":"657c31576766cf1f8a699a14e6c7493498673f1948bea1be4f639247f4d52d53","messages_hash":"1ace0b322d8b19f8a4ebb9651d0c65fee10ead4f01f036d613b07e4891d8f622","transaction_count":1,"txlist_hash":"c674bb5077acb71ab19a6a4a8f779015846135e7b93a5006555fe1f4ad10c58e"}',0,'BLOCK_PARSED',NULL,'a81eb88ab26dfd882d8f9a3ebba54d98ddc9af0b57fce6a4dd62f18643fb4e11'); +INSERT INTO messages VALUES(20,310003,'insert','blocks','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'12236957f098b5b152fccf37838746e66068d36135961d590ebb79fc36113eb6'); +INSERT INTO messages VALUES(21,310003,'insert','transactions','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"btc_amount":0,"data":"0000000a00000000000000010000000006422c4000000000000000000000000002faf080000a00000000000dbba0","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","tx_index":4,"utxos_info":" db6a3690de6726ffb0fbfdb3e15c890ab7619b967b60b9e8434605070e0264de:0 2 "}',0,'NEW_TRANSACTION',NULL,'2851fc18a1ce4f25d2d53a2287703473f6dbefc835eac8289aa1204fd4355662'); +INSERT INTO messages VALUES(22,310003,'insert','debits','{"action":"open order","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310003,"event":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","quantity":105000000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'DEBIT','c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee','bd45b41da25c1ce51a378762e805eac0153fb9a1a05afa9df8efb92025dc9d95'); +INSERT INTO messages VALUES(23,310003,'insert','orders','{"block_index":310003,"expiration":10,"expire_index":310013,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":50000000,"get_remaining":50000000,"give_asset":"XCP","give_quantity":105000000,"give_remaining":105000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","tx_hash":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","tx_index":4}',0,'OPEN_ORDER','c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee','899483889609cd777eaa36e441cc88a1dc20578cdd2bcdda947b8d1d7e37545d'); +INSERT INTO messages VALUES(24,310003,'update','orders','{"fee_provided_remaining":142858,"fee_required_remaining":0,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0"}',0,'ORDER_UPDATE','c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee','fde1ed7272e314138927e69add1cb2746290f7120f77924a5640ef950ef9af27'); +INSERT INTO messages VALUES(25,310003,'update','orders','{"fee_provided_remaining":6800,"fee_required_remaining":42858,"get_remaining":0,"give_remaining":5000000,"status":"open","tx_hash":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee"}',0,'ORDER_UPDATE','c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee','ce8d9ebae8e31f213d3cf15127f054a8694d3cefe498a4f72ba64edd27bc4a99'); +INSERT INTO messages VALUES(26,310003,'insert','order_matches','{"backward_asset":"XCP","backward_quantity":100000000,"block_index":310003,"fee_paid":857142,"forward_asset":"BTC","forward_quantity":50000000,"id":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0_c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","match_expire_index":310023,"status":"pending","tx0_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx0_block_index":310002,"tx0_expiration":10,"tx0_hash":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0","tx0_index":3,"tx1_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx1_block_index":310003,"tx1_expiration":10,"tx1_hash":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","tx1_index":4}',0,'ORDER_MATCH','c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee','333ff98f597d39a4cbfcf294ba0a3d314687e5770c67eb6e5d58906a78dc1432'); +INSERT INTO messages VALUES(27,310003,'parse','transactions','{"supported":true,"tx_hash":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","tx_index":4}',0,'TRANSACTION_PARSED','c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee','1fa31d15517c6e635cf915d340ae28d1f8db76264355a0e2bf8d02f6310900a4'); +INSERT INTO messages VALUES(28,310003,'parse','blocks','{"block_index":310003,"ledger_hash":"e11e7eeb21ff539c27324c94a407dc6f04c739f3ed9841f9f661bf4441e4d847","messages_hash":"973b53b13a3e8fddd94ffbb28a9ef8b2d80528005936c64e1cb48db57ad7859f","transaction_count":1,"txlist_hash":"105a5c9915547d3ebfe733d284d6e812cada8e86a904510fc196e2f0af5b50a4"}',0,'BLOCK_PARSED',NULL,'b432c788fa7d796736c38b770bd5e91ad6fb0033a7a815b9ea9e5592f37e415c'); +INSERT INTO messages VALUES(29,310004,'insert','blocks','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5d8e5b3c34d981c781f3a12d67a1596229e1ab1afe807c223a43605129c84b67'); +INSERT INTO messages VALUES(30,310004,'insert','transactions','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"btc_amount":50000000,"data":"0000000b025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":9675,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2","tx_index":5,"utxos_info":" 85a2ebf947069bab0041ce8cdcbe9f0252300f8f02f46b5a8c688d2ca40f74a8:0 4 "}',0,'NEW_TRANSACTION',NULL,'04cbf751580ffae799d9bc49d1ea3375fe085bb3a03e2580e71f375fa7d5cf53'); +INSERT INTO messages VALUES(31,310004,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310004,"calling_function":"btcpay","event":"b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2","quantity":100000000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'CREDIT','b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2','6096e32e567a431fd6bdaec828dc58a35ffff7ae1db642148402ec17543813a2'); +INSERT INTO messages VALUES(32,310004,'update','order_matches','{"id":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0_c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","order_match_id":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0_c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","status":"completed"}',0,'ORDER_MATCH_UPDATE','b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2','ba956b88ab3d0276534ea22bb4180e7b4906dc8ce1c775a0fe97de9483ad5298'); +INSERT INTO messages VALUES(33,310004,'insert','btcpays','{"block_index":310004,"btc_amount":50000000,"destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","order_match_id":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0_c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2","tx_index":5}',0,'BTC_PAY','b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2','559f82ec9abaaa933709dd989471d16caa01ced2d134efe9ba26a09ff94e4dc6'); +INSERT INTO messages VALUES(34,310004,'parse','transactions','{"supported":true,"tx_hash":"b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2","tx_index":5}',0,'TRANSACTION_PARSED','b0bf5693ba52a5c6bda34671ba065606bd02277f281e9aa19d25778e26c2f7e2','24b720b2100d0b8a5a02d46cca6e231ec6bb18d656a5405d269666b8eac69783'); +INSERT INTO messages VALUES(35,310004,'parse','blocks','{"block_index":310004,"ledger_hash":"2742a3e99eed62c09d9ecdaf501aa69b0d0b21fc092ca061448d5016957f35e0","messages_hash":"6fcec221c55be24789a2f01b7ce5766a660a4121c86b6d600c2ac7be83f89c68","transaction_count":1,"txlist_hash":"369b47f51b512708e680edc5ba459b91e2a514f5a5c7cb8435670a4b3ed34dbe"}',0,'BLOCK_PARSED',NULL,'54d3821e9c9f8e7e970ad7217cce1d28bc7a5cdca0fe229a7915a94dd80165fe'); +INSERT INTO messages VALUES(36,310005,'insert','blocks','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'24423689bf74edb53045dabf1b17bfdf9499d806625ac68deb64ecc0d8f7c094'); +INSERT INTO messages VALUES(37,310005,'insert','transactions','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"btc_amount":0,"data":"000000140000000000004767000000003b9aca000100000000000000000000","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2","tx_index":6,"utxos_info":" adb8634c149c3b6052a0ba9800ce5fd4deb634cc1081ecb64da04a0c136ff9ab:0 2 "}',0,'NEW_TRANSACTION',NULL,'03ae7ac15b1350ecaac4d20b7818fc75751547451db7e4364e13f0813f838a57'); +INSERT INTO messages VALUES(38,310005,'insert','debits','{"action":"issuance fee","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310005,"event":"93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2","quantity":50000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'DEBIT','93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2','4cf351a9a557a20bc79d7e0f1f323bae37ae6dd6871319b1edee831206ef006e'); +INSERT INTO messages VALUES(39,310005,'insert','assets','{"asset_id":"18279","asset_longname":null,"asset_name":"BBBB","block_index":310005}',0,'ASSET_CREATION','93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2','1adf6257f5802f098d1f0dd2b5494d68f02afcd5741a37ce274a4412f6c88667'); +INSERT INTO messages VALUES(40,310005,'insert','issuances','{"asset":"BBBB","asset_events":"creation","asset_longname":null,"block_index":310005,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","locked":false,"quantity":1000000000,"reset":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","transfer":false,"tx_hash":"93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2","tx_index":6}',0,'ASSET_ISSUANCE','93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2','a63ebdd76edbc1259fdb61ea44a0e029425a0299ff869b413427839d6d9f0ef6'); +INSERT INTO messages VALUES(41,310005,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310005,"calling_function":"issuance","event":"93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2","quantity":1000000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'CREDIT','93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2','6bfcd209b0441a858af08aab857f072067aa4fbefb669ace4569886c95a762c5'); +INSERT INTO messages VALUES(42,310005,'parse','transactions','{"supported":true,"tx_hash":"93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2","tx_index":6}',0,'TRANSACTION_PARSED','93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2','44f1e74007e4ce813b9938951ec22c19c3a9cc20d7c07c28d22882414eedaa16'); +INSERT INTO messages VALUES(43,310005,'parse','blocks','{"block_index":310005,"ledger_hash":"49f526a56f21491c797e8e2559f722ded6f6990b1f69c55dc38791d8d30f4048","messages_hash":"652313f53cc4ed39fc4f179c0a7b86cb7a7240275a1801d2c4c3f0ad7a97177b","transaction_count":1,"txlist_hash":"f0c2ddd7c39b14fc55d8518c65aa0811fe7807ebd1eebb4b66df8459f9e5352b"}',0,'BLOCK_PARSED',NULL,'98fba08ffdc4aae0e65ad52bd4c5157044b4ffd627544e0e0b0ee99b9998754b'); +INSERT INTO messages VALUES(44,310006,'insert','blocks','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ffaf2a05d6567e31c5961a9ef84123499d967bb63a8f3f66d38a75069bf9de6c'); +INSERT INTO messages VALUES(45,310006,'insert','transactions','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"btc_amount":0,"data":"00000014000000000000476800000000000186a00000000000000000000006666f6f626172","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404","tx_index":7,"utxos_info":" 8c154a6d6b271e4a1d2778871fcba2f45cc455b1260f79ea08e031b9ad79c727:0 2 "}',0,'NEW_TRANSACTION',NULL,'0ec032111cd4d7a3f019564bf2cf06861117bd460c33b3f61938b4d2912a5bf9'); +INSERT INTO messages VALUES(46,310006,'insert','debits','{"action":"issuance fee","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310006,"event":"3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404","quantity":50000000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'DEBIT','3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404','2edc92aa8113b7fc5eed8924b71859a9775b1dc1e625e9d66e9903aa996e7af6'); +INSERT INTO messages VALUES(47,310006,'insert','assets','{"asset_id":"18280","asset_longname":null,"asset_name":"BBBC","block_index":310006}',0,'ASSET_CREATION','3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404','63d207f9773b0458e60a36dfeeebff705da931c56d66ffb821dfa5c492b0ea69'); +INSERT INTO messages VALUES(48,310006,'insert','issuances','{"asset":"BBBC","asset_events":"creation","asset_longname":null,"block_index":310006,"call_date":0,"call_price":0.0,"callable":false,"description":"foobar","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","locked":false,"quantity":100000,"reset":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","transfer":false,"tx_hash":"3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404","tx_index":7}',0,'ASSET_ISSUANCE','3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404','2d7e71a0b1bb99c36cfab886c0019ad902bf9e55801b12d45681f40557447f4d'); +INSERT INTO messages VALUES(49,310006,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310006,"calling_function":"issuance","event":"3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404","quantity":100000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'CREDIT','3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404','7fe3b2dd1419a8ce998cd3975b6383fc2c5468b282f86b912f2f55847f996884'); +INSERT INTO messages VALUES(50,310006,'parse','transactions','{"supported":true,"tx_hash":"3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404","tx_index":7}',0,'TRANSACTION_PARSED','3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404','f558319eb36ddc141410754065c7bf366d71e79d6499b4b855a7d6aaf8f31955'); +INSERT INTO messages VALUES(51,310006,'parse','blocks','{"block_index":310006,"ledger_hash":"78787c4c9537fc4db5d1dc7d31d4fab6b445d57021aab1a38d4bd6a9404713c5","messages_hash":"5fefa22cdbc10dba92d6853189a757259e22dab479a0ca061ec73b4be96185cd","transaction_count":1,"txlist_hash":"877117b3bd10ddbe6e46f417845085a6bdecd86a4961b99c80e991b4c51e0f5e"}',0,'BLOCK_PARSED',NULL,'462ce09cc3c661f75cdf75e2e61972831e4ae1cae389232bf497b2179547931b'); +INSERT INTO messages VALUES(52,310007,'insert','blocks','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a146c03c6202ba9ec9a375f3013b9b7825522809e90b8ef29a8903319704f590'); +INSERT INTO messages VALUES(53,310007,'insert','transactions','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"btc_amount":1000,"data":"00000000000000000000476700000000003d0900","destination":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe","tx_index":8,"utxos_info":" 51d85687c1c89962f2676b6beb0374e432835723638250959cc084f37ff6da88:0 3 "}',0,'NEW_TRANSACTION',NULL,'c86918baf8b8379b5299f97a1f70faf1c59408d287996e0cccc3bb5c825203d5'); +INSERT INTO messages VALUES(54,310007,'insert','debits','{"action":"send","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310007,"event":"e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'DEBIT','e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe','54a7031110f3c675ac553c254d25581d2944616fe2bdeb4bf7ecc516dff8f6fc'); +INSERT INTO messages VALUES(55,310007,'insert','credits','{"address":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310007,"calling_function":"send","event":"e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'CREDIT','e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe','3e249dbd31d0d7fa6d85c59a5bc9886fb12878fefe760d9f6ba1607ca0e72239'); +INSERT INTO messages VALUES(56,310007,'insert','sends','{"asset":"BBBB","block_index":310007,"destination":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":4000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe","tx_index":8}',0,'SEND','e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe','2fd9c760e797a4a0b3116323e4797c6cc0c4eb619f7051deb3c368b5c9c33fb1'); +INSERT INTO messages VALUES(57,310007,'parse','transactions','{"supported":true,"tx_hash":"e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe","tx_index":8}',0,'TRANSACTION_PARSED','e43d2ab22a3a5fe1de032bdf042381fc1d6fc34794abc51a1b3db46ccf8cbdbe','2d6dde7f2dc80d2f156fd1be34285629cac97348f596b5087a8b04ee68c7f76e'); +INSERT INTO messages VALUES(58,310007,'parse','blocks','{"block_index":310007,"ledger_hash":"5cc2599b63007433426c220c59a777b5c37b1165595f2ba239c3ce578c8055ab","messages_hash":"bb1718f4e0032b776baee4423f3197cb15c578921b4463a04122268280ee1b1f","transaction_count":1,"txlist_hash":"702a5772ce8529995f7a66a244e8be495e3f7cbedb7b09f47e3d5aa941c7f4c1"}',0,'BLOCK_PARSED',NULL,'f3724dd4fd2ec287c0e78ea8fb558c1d2b029a90513a58ed1194a376adb76941'); +INSERT INTO messages VALUES(59,310008,'insert','blocks','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c94fd7466e01acc1b471512ba9862802cff6755dec5d4a9b4fce730426ba8389'); +INSERT INTO messages VALUES(60,310008,'insert','transactions','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"btc_amount":1000,"data":"000000000000000000004768000000000000020e","destination":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9","tx_index":9,"utxos_info":" 6663a90d7ca7b4ea4ca5bf8c409457230bc427c7fc6a5d0fecba5ebb7a6758f1:0 3 "}',0,'NEW_TRANSACTION',NULL,'df121ac4841d4a27d12b2f01c5c6318b038711a1ed8cbd90ec615f6ecc96398b'); +INSERT INTO messages VALUES(61,310008,'insert','debits','{"action":"send","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310008,"event":"7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'DEBIT','7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9','8679de75ac04827c50f324c0d1241910091ae89b86eaf0e7151cc3da27faa5b1'); +INSERT INTO messages VALUES(62,310008,'insert','credits','{"address":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310008,"calling_function":"send","event":"7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'CREDIT','7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9','504122fd6daedb6314241faf7fd87a15bd0975a7cd128aa40a17ca6ed304aeb0'); +INSERT INTO messages VALUES(63,310008,'insert','sends','{"asset":"BBBC","block_index":310008,"destination":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":526,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9","tx_index":9}',0,'SEND','7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9','cae2237018ffb452bfb4dc6dab6d41a10ded5cb7140f3b2715dd862ecc9ee5af'); +INSERT INTO messages VALUES(64,310008,'parse','transactions','{"supported":true,"tx_hash":"7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9","tx_index":9}',0,'TRANSACTION_PARSED','7b48b32b5373757d0bfa50358184117ca01b5ad564ca4338ecb021ae726a19c9','905ab305f4ebb2a2da7e70e6d8eddfd146d31c9a41ceaaf1960bae18810634a1'); +INSERT INTO messages VALUES(65,310008,'parse','blocks','{"block_index":310008,"ledger_hash":"9550db622e679ff3d63d814f9ffa743d57eb12491b213ef6474617a6c738c3fa","messages_hash":"a47e627a2e0e169a5276e7a4428f2d36dfe97cf5af73e3893c96911618926983","transaction_count":1,"txlist_hash":"6c536f7ae10567cbd91945e3e958640e6c65408f83e4a1d93e705950ba39de1b"}',0,'BLOCK_PARSED',NULL,'a47d82cd548167641073a9d5091e402e921716c363ca904718b2f2cb6c30a171'); +INSERT INTO messages VALUES(66,310009,'insert','blocks','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a559d4b0f7bbc30cee30e25429e55c081b4a90d7e9d6fc1c2970f3827061a9c6'); +INSERT INTO messages VALUES(67,310009,'insert','transactions','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"btc_amount":0,"data":"00000032000000000000025800000000000047670000000000000001","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81","tx_index":10,"utxos_info":" b0ff0b363dfa94369ca5a5c66e1cdb0b4417d879031471cbb14a371b58d26f99:0 2 "}',0,'NEW_TRANSACTION',NULL,'d75904e273f4e6220ff5e5fe6317b9ac64961f8cdc5a3285f1c145e7c6080bb5'); +INSERT INTO messages VALUES(68,310009,'insert','debits','{"action":"dividend","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310009,"event":"cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81','a3933edc8d8a4ffc6843b9c9174aa725609e80fd39af8759361b5293a4fa923e'); +INSERT INTO messages VALUES(69,310009,'insert','debits','{"action":"dividend fee","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310009,"event":"cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81","quantity":20000,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81','71e7989f35040a9d0adf5626b7c45f05809b77178465c406b68869755b83e507'); +INSERT INTO messages VALUES(70,310009,'insert','credits','{"address":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310009,"calling_function":"dividend","event":"cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'CREDIT','cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81','9e005674b98b8c357c975d0e5c20eb1ba9b28903eb086ab93194d692711b754a'); +INSERT INTO messages VALUES(71,310009,'insert','dividends','{"asset":"BBBB","block_index":310009,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":600,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81","tx_index":10}',0,'ASSET_DIVIDEND','cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81','709b6ee1b081a44d3a49212b54d6db2a4f79b069f03fadd6dac46b39765ed015'); +INSERT INTO messages VALUES(72,310009,'parse','transactions','{"supported":true,"tx_hash":"cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81","tx_index":10}',0,'TRANSACTION_PARSED','cbc73bb03bae7cbaa0e88c9c16cb78fa6f315b9a6383f0f7efb63d0fdd831a81','a43fb7564fb089c390ea7cf23a006833c4e5315d7d023a85f63f21d40c025f3c'); +INSERT INTO messages VALUES(73,310009,'parse','blocks','{"block_index":310009,"ledger_hash":"08c005dd5bae7f21ca27803d75318ac4b968c6d4dd2c275ef284c03fea43b189","messages_hash":"130f218042649b2bc344c83d0e67bbcd0da90d85b4a89374c08e3085442239aa","transaction_count":1,"txlist_hash":"8f8156aca3441754221fbf9cc21b0e7d877a533e00f63950be3f95d0a9305433"}',0,'BLOCK_PARSED',NULL,'c221de70e15bf34737ae78c4f4fcb043397f7f3fd33ae75e3aa5d0629b666c32'); +INSERT INTO messages VALUES(74,310010,'insert','blocks','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cd9fc78b42f9d165ba89f76f0878090d6e739b718999df76d90b3544e5151c62'); +INSERT INTO messages VALUES(75,310010,'insert','transactions','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"btc_amount":0,"data":"00000032000000000000032000000000000047680000000000000001","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97","tx_index":11,"utxos_info":" f723e723c8b285dca6cb5d4ab84ad48be13f56e1f664d6b6a14833ca440019cf:0 2 "}',0,'NEW_TRANSACTION',NULL,'4fa6311f91b27a458ad77a5165f5aa52e0f7a08d6deede6fd98fb9e1a38bf402'); +INSERT INTO messages VALUES(76,310010,'insert','debits','{"action":"dividend","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310010,"event":"c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97','285b93557950d75317714b291eaee7a19ba4d87ab20d612a206c30e828c47547'); +INSERT INTO messages VALUES(77,310010,'insert','debits','{"action":"dividend fee","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310010,"event":"c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97","quantity":20000,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97','01b57dc7c2c74955f9454fcd3598209129ecb08107e819bce5e641fb958490b6'); +INSERT INTO messages VALUES(78,310010,'insert','credits','{"address":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310010,"calling_function":"dividend","event":"c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'CREDIT','c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97','dee5871677f711604c1b785f276f44e39b3d382ecaadd63675f8ef3403212295'); +INSERT INTO messages VALUES(79,310010,'insert','dividends','{"asset":"BBBC","block_index":310010,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97","tx_index":11}',0,'ASSET_DIVIDEND','c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97','50a9a632553643e4f772e3339690273afefe918c57103c770b647ad2c2697e78'); +INSERT INTO messages VALUES(80,310010,'parse','transactions','{"supported":true,"tx_hash":"c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97","tx_index":11}',0,'TRANSACTION_PARSED','c59e9803933740537b59928d19d2b65812e6f2b8d1ac811d9262353a19327b97','bc5c78db767dcdf5fc4add0e854d13c6ca5dab425d4a28d5078fb72eabb7d7c1'); +INSERT INTO messages VALUES(81,310010,'parse','blocks','{"block_index":310010,"ledger_hash":"07f48634d06e6be1d800e068cd213a648517fe167ed89c355d9db966897ed7b0","messages_hash":"125f5dea7e801d4a61e84ba6e7debed97cce031249f07296c29b4de3559ab4d8","transaction_count":1,"txlist_hash":"c5956a9750e786639ceb4a252a219afef6abb753037888c90ebf17a5c5db079f"}',0,'BLOCK_PARSED',NULL,'ee298d2099717d7abaf34a7aaa7f6726e56dba1e34b35c15b953ca13265208fb'); +INSERT INTO messages VALUES(82,310011,'insert','blocks','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e61b65d8bbb1ef21b5a68a4bf95522ea34323f4c50b16721e2c8bb5f9db6edc8'); +INSERT INTO messages VALUES(83,310011,'insert','transactions','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"btc_amount":0,"data":"0000001e52bb3300405900000000000005f5e0ff09556e69742054657374","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"0a15cc28e58f28a690051e66e6c50ecb68826077d59b75d05590a1db453d9d61","tx_index":12,"utxos_info":" 1d08e7f0e0844e03e7ca4db4990dd81ba00b39cb05ab13aaf69fc990592f0f64:0 2 "}',0,'NEW_TRANSACTION',NULL,'762f8f3028d75528d82fbcd80d29fa8e73051ec07e78798011bd3bc209ed8bba'); +INSERT INTO messages VALUES(84,310011,'insert','broadcasts','{"block_index":310011,"fee_fraction_int":99999999,"locked":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"0a15cc28e58f28a690051e66e6c50ecb68826077d59b75d05590a1db453d9d61","tx_index":12,"value":100.0}',0,'BROADCAST','0a15cc28e58f28a690051e66e6c50ecb68826077d59b75d05590a1db453d9d61','c3bf68b8ee36d5481060e11ef7fbb5d629204c3403c0df3df4e331959f66e275'); +INSERT INTO messages VALUES(85,310011,'parse','transactions','{"supported":true,"tx_hash":"0a15cc28e58f28a690051e66e6c50ecb68826077d59b75d05590a1db453d9d61","tx_index":12}',0,'TRANSACTION_PARSED','0a15cc28e58f28a690051e66e6c50ecb68826077d59b75d05590a1db453d9d61','8c0f2ca4bfa7153b136e8bf3894adc75a056b681125a37f4238e7aacfb50935d'); +INSERT INTO messages VALUES(86,310011,'parse','blocks','{"block_index":310011,"ledger_hash":"8d0be0b3731bdd0d611e81b48efa6c706a983990f31bc563d57893f705b73aa7","messages_hash":"0f759ec525e64ffff025686c49adda4ea80140e6ca4d3e3fe9d3fee514742ab8","transaction_count":1,"txlist_hash":"219d47523246e5c4ffa99ae9c29bdcfdf9f419bff3d21da76fdc91cfe99fc28d"}',0,'BLOCK_PARSED',NULL,'f79967f9e2b54a63e9b44aff396262ceb4c302fb51c1f8d108d9899077b64db9'); +INSERT INTO messages VALUES(87,310012,'insert','blocks','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eb868b92daaf282b6b9879bcb7fe95561df07df7f68d95548c4ef9d940ead52d'); +INSERT INTO messages VALUES(88,310012,'insert','transactions','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"btc_amount":1000,"data":"00000028000052bb33640000000002faf08000000000017d7840000000000000000000003b100000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8","tx_index":13,"utxos_info":" 62a77d25a0ce892f3de8300271ca730514c843ad2e0d86cfbc9a0b092cc46bc8:0 3 "}',0,'NEW_TRANSACTION',NULL,'a7fe8116de35ef8b0df428ec7e26595c55d295f519bc1f403f0362982554c85c'); +INSERT INTO messages VALUES(89,310012,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310012,"event":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8","quantity":50000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'DEBIT','c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8','f3046f1769e661af05d6d0bc537e8b500b2e0996ac54e8de80d40136b1634b18'); +INSERT INTO messages VALUES(90,310012,'insert','bets','{"bet_type":0,"block_index":310012,"counterwager_quantity":25000000,"counterwager_remaining":25000000,"deadline":1388000100,"expiration":10,"expire_index":310022,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":15120,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":0.0,"tx_hash":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8","tx_index":13,"wager_quantity":50000000,"wager_remaining":50000000}',0,'OPEN_BET','c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8','c255136b3faa1a7e9be351b3f9782301f7c3c4b1c106531f057cbb177e2015b5'); +INSERT INTO messages VALUES(91,310012,'parse','transactions','{"supported":true,"tx_hash":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8","tx_index":13}',0,'TRANSACTION_PARSED','c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8','ab87b75ec3f3f51b418ce2ee1027ffdee88b7ec1f0e2f6c6bcc27eea7f0866fd'); +INSERT INTO messages VALUES(92,310012,'parse','blocks','{"block_index":310012,"ledger_hash":"e3de05180536ad40eb9007f19ccb819fee0586cb9e7c414dc560e506ae5c09b7","messages_hash":"458785b6d6264b9137dbb797c56a4e5c83b81ee262fa394ca43409e3a9db8be3","transaction_count":1,"txlist_hash":"ce6072bd562a52051fc530ec552aa343e4980a1b236f1cb8318c415d3eb2e851"}',0,'BLOCK_PARSED',NULL,'a08afe5bf48f05f8c9f4348de5b654f71432b52cdb816190798504a8393343d4'); +INSERT INTO messages VALUES(93,310013,'insert','blocks','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'711d83220095923291b7ebe735622715d6df9b34cbf8971fc54ca0ce4993f216'); +INSERT INTO messages VALUES(94,310013,'insert','transactions','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"btc_amount":1000,"data":"00000028000152bb336400000000017d78400000000002793d60000000000000000000003b100000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","tx_index":14,"utxos_info":" 2edaae7a61984f1fb31cdbb4513d8523f5b5ff7feaa86390bc32b3463c55b656:0 3 "}',0,'NEW_TRANSACTION',NULL,'ae0f9050de14f4a3bd37f1d1de1d3d16095b43f4ed724314de22874e56919a97'); +INSERT INTO messages VALUES(95,310013,'update','orders','{"status":"expired","tx_hash":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0"}',0,'ORDER_UPDATE',NULL,'0383e01ebeaf62f438ec5b62ccd8c617f5f675289ae7ab9bf32b91e349335cd1'); +INSERT INTO messages VALUES(96,310013,'insert','order_expirations','{"block_index":310013,"order_hash":"025ca2c1784ca3c9389b9f227a5a04445908337e21e2ef9411c890e20aff61c0","source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2"}',0,'ORDER_EXPIRATION',NULL,'146db72afde18bc656eb351dd0347928bd7962a275ee657d8fa0d19f9f84c24c'); +INSERT INTO messages VALUES(97,310013,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310013,"event":"23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","quantity":25000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'DEBIT','23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1','b758520bd73939bf78d40baeb620c226a58233cc30e799d7df8f157bd9d43860'); +INSERT INTO messages VALUES(98,310013,'insert','bets','{"bet_type":1,"block_index":310013,"counterwager_quantity":41500000,"counterwager_remaining":41500000,"deadline":1388000100,"expiration":10,"expire_index":310023,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":15120,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":0.0,"tx_hash":"23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","tx_index":14,"wager_quantity":25000000,"wager_remaining":25000000}',0,'OPEN_BET','23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1','f933ca995cc95fb060368ed7079a0524a6fceb6d7e77077986bd9c0efa1498f4'); +INSERT INTO messages VALUES(99,310013,'update','bets','{"counterwager_remaining":4250000,"status":"open","tx_hash":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8","wager_remaining":8500000}',0,'BET_UPDATE','23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1','1d3afb8bf2ee3cc50346d142084990327082a51c7f86fcb216fc5f2848b928d5'); +INSERT INTO messages VALUES(100,310013,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310013,"calling_function":"filled","event":"23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","quantity":4250000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'CREDIT','23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1','d7a116a5711b828e62e9f883563d3d75f41eb2e97e0d8ebf7bd71aa4e9848a85'); +INSERT INTO messages VALUES(101,310013,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","wager_remaining":4250000}',0,'BET_UPDATE','23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1','7f380586d7a9df848d035d5910f134b8880b3ea1fc0acb3b80c3edc4c636abec'); +INSERT INTO messages VALUES(102,310013,'insert','bet_matches','{"backward_quantity":20750000,"block_index":310012,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","forward_quantity":41500000,"id":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8_23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","initial_value":100.0,"leverage":15120,"match_expire_index":310022,"status":"pending","target_value":0.0,"tx0_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx0_bet_type":0,"tx0_block_index":310012,"tx0_expiration":10,"tx0_hash":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8","tx0_index":13,"tx1_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx1_bet_type":1,"tx1_block_index":310013,"tx1_expiration":10,"tx1_hash":"23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","tx1_index":14}',0,'BET_MATCH','23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1','f7b197e67b48cc300fd63f2cefcf499f903b6165dc6c08e9940b3bf9fcda2a91'); +INSERT INTO messages VALUES(103,310013,'parse','transactions','{"supported":true,"tx_hash":"23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","tx_index":14}',0,'TRANSACTION_PARSED','23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1','5bfcffeffeb8ea75f621290eb4d32d0212aa95beae88cc7cdfee5e30384ad25d'); +INSERT INTO messages VALUES(104,310013,'parse','blocks','{"block_index":310013,"ledger_hash":"e521556db091cc726fb38cbebfd10923e37dab652c51dca73a646fe5bd81bb96","messages_hash":"be10cbd8e4ebc66acadd28111604cffc937bd0a1cc1f21053b05c9a6d7b61f53","transaction_count":1,"txlist_hash":"1a1e24f2debcd4b5b1e350a71823758d3114335ac831367bc91c9e487b94c65c"}',0,'BLOCK_PARSED',NULL,'4e9b4e227ff3e92d7ddfeb1257d5bdfe271d865593d49150b868a3c8ad429fc0'); +INSERT INTO messages VALUES(105,310014,'insert','blocks','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'64ff734f963d6d5b00b25fd866e53208f1d4c75f12b6660df8c83661c32a1e2b'); +INSERT INTO messages VALUES(106,310014,'insert','transactions','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"btc_amount":1000,"data":"00000028000052bb33640000000008f0d1800000000014dc93800000000000000000000013b00000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd","tx_index":15,"utxos_info":" 36094f1d95f27bb5e6cb42a8174cc0fba3f39905d6cd6ac2140273c73d55e04d:0 3 "}',0,'NEW_TRANSACTION',NULL,'a4451ebad219da4f90dd7ca7cf7e97a6f85e195b242ea76a1a73ab0b6189734d'); +INSERT INTO messages VALUES(107,310014,'update','orders','{"status":"expired","tx_hash":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee"}',0,'ORDER_UPDATE',NULL,'2fe228178d6bd2e582f1377595b6a0ae064271e27785cc1547f605524ec9dd9e'); +INSERT INTO messages VALUES(108,310014,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310014,"calling_function":"cancel order","event":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","quantity":5000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'473a0247820236a8239d2deb0a19c97f8d17d622cf03b486c96fb77e0b58f157'); +INSERT INTO messages VALUES(109,310014,'insert','order_expirations','{"block_index":310014,"order_hash":"c6881f7505bd7fe0742c2ce50490e21431705bf2df4368be43f423fa0c515aee","source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2"}',0,'ORDER_EXPIRATION',NULL,'befd0fd07d34107e6011a87573f9b566c7158cdf3c3ff2e8185a991f5c56361e'); +INSERT INTO messages VALUES(110,310014,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310014,"event":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd","quantity":150000000,"tx_index":15,"utxo":null,"utxo_address":null}',0,'DEBIT','a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd','47b64870274c513fb3374080d3da45ee3531ede5ddfaf67064e00aadbb54871d'); +INSERT INTO messages VALUES(111,310014,'insert','bets','{"bet_type":0,"block_index":310014,"counterwager_quantity":350000000,"counterwager_remaining":350000000,"deadline":1388000100,"expiration":10,"expire_index":310024,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":5040,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":0.0,"tx_hash":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd","tx_index":15,"wager_quantity":150000000,"wager_remaining":150000000}',0,'OPEN_BET','a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd','88b26c4c2e4be108f89034b220ac9930120a1f6777e8dd18f9ba8e145f200bed'); +INSERT INTO messages VALUES(112,310014,'parse','transactions','{"supported":true,"tx_hash":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd","tx_index":15}',0,'TRANSACTION_PARSED','a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd','46ec9c22eade7940812b8f1ae513cef583c892261052e1e4654c9dfc67ea056c'); +INSERT INTO messages VALUES(113,310014,'parse','blocks','{"block_index":310014,"ledger_hash":"1cd6d92fbbca9266135a35f20a4328d510c8d209ba6161dc8c9e9bfa69032c57","messages_hash":"dc24b193971d6e4772957f6cc013ac1cb8fef9c868d4bbf5eea697044814b251","transaction_count":1,"txlist_hash":"80ee1bd354b8e1aa1c2f57926fbd36c0d9e2dbd3f77d8f2e43d59b29bd8175a6"}',0,'BLOCK_PARSED',NULL,'9f436d769c0ee2019c804caf4b3bc322f16eb30b694b6e933b3a1b588937742b'); +INSERT INTO messages VALUES(114,310015,'insert','blocks','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'89c83495680fb573635cbda5db105d27119bec09432f161e63e9871c428e77e2'); +INSERT INTO messages VALUES(115,310015,'insert','transactions','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"btc_amount":1000,"data":"00000028000152bb33640000000014dc93800000000008f0d1800000000000000000000013b00000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","tx_index":16,"utxos_info":" e422a810d19bbe9a4215c706193e554053f06d80d74ab60aeaa519d01f2d8abb:0 3 "}',0,'NEW_TRANSACTION',NULL,'dca27b9cd88edd780c358a703cabc9076cf2e0ab4e13d920a2474ce3119f5ebd'); +INSERT INTO messages VALUES(116,310015,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310015,"event":"6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","quantity":350000000,"tx_index":16,"utxo":null,"utxo_address":null}',0,'DEBIT','6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75','4ee215c3b4fd144c5308cc9286a652dbcd433d7b2b6684baf6fbf478d708bfa4'); +INSERT INTO messages VALUES(117,310015,'insert','bets','{"bet_type":1,"block_index":310015,"counterwager_quantity":150000000,"counterwager_remaining":150000000,"deadline":1388000100,"expiration":10,"expire_index":310025,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":5040,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":0.0,"tx_hash":"6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","tx_index":16,"wager_quantity":350000000,"wager_remaining":350000000}',0,'OPEN_BET','6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75','53ffa1aa3da9db06a75cfc9f8bfd3d66e5b7dac4071380ec0e1c02cdad1b25ca'); +INSERT INTO messages VALUES(118,310015,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310015,"calling_function":"filled","event":"6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75','421b92472ca3f8fc4a8b53dfa36557b149f39e7e1bbea2a2c328fcc085e16d90'); +INSERT INTO messages VALUES(119,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd","wager_remaining":0}',0,'BET_UPDATE','6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75','3722657eab968a6290243602e3cf4e2dbcaf29a276bbd6b3632b679054b85eec'); +INSERT INTO messages VALUES(120,310015,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310015,"calling_function":"filled","event":"6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75','15bd1e2b3a7d9af62178c462980d0d8196bacf486374296dc5c882d3eccf7b86'); +INSERT INTO messages VALUES(121,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","wager_remaining":0}',0,'BET_UPDATE','6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75','1f77ec8202c6ae7c7994ce30d3fd8b452a585891eabf52a52c256daf4e509cc4'); +INSERT INTO messages VALUES(122,310015,'insert','bet_matches','{"backward_quantity":350000000,"block_index":310014,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","forward_quantity":150000000,"id":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd_6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","initial_value":100.0,"leverage":5040,"match_expire_index":310024,"status":"pending","target_value":0.0,"tx0_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx0_bet_type":0,"tx0_block_index":310014,"tx0_expiration":10,"tx0_hash":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd","tx0_index":15,"tx1_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx1_bet_type":1,"tx1_block_index":310015,"tx1_expiration":10,"tx1_hash":"6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","tx1_index":16}',0,'BET_MATCH','6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75','304db6a8a5c5acbe079084862dcadaef08015f00b836b4b4445a935180419f6a'); +INSERT INTO messages VALUES(123,310015,'parse','transactions','{"supported":true,"tx_hash":"6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","tx_index":16}',0,'TRANSACTION_PARSED','6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75','df39dfb43c5b8ad7d7b6fc5ca2a24122a9cbdfd0c7e4b7045d4f4a133039f657'); +INSERT INTO messages VALUES(124,310015,'parse','blocks','{"block_index":310015,"ledger_hash":"62759ea6d5070225bd30253a42b6c68fdaf2c4165b1b221b8e7bdddeb26e9737","messages_hash":"919bb2d23fb20734ddf72fcfe63c275e215c1b54f565a7cbe3975494fc187785","transaction_count":1,"txlist_hash":"30a124b4460d985c715c7bbd85cfbe972a5caf457e45844e0a54daa258ca3376"}',0,'BLOCK_PARSED',NULL,'b6842ec7571d54467a4506c6b189aefc07450afeeebce8415f6721c66e6ebf91'); +INSERT INTO messages VALUES(125,310016,'insert','blocks','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0a970f84a5866d254ad2edee29b9ad085eccc3c1ebe0ce60cc4cf71a3bf5ada2'); +INSERT INTO messages VALUES(126,310016,'insert','transactions','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"btc_amount":1000,"data":"00000028000252bb33c8000000002cb417800000000026be36803ff0000000000000000013b00000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1","tx_index":17,"utxos_info":" bf409565cd591e16a2102fee4781a64681cbc79982ec5526ee17bf31c7a4403e:0 3 "}',0,'NEW_TRANSACTION',NULL,'596ca3d6371c81a80c296cb3a1b1564a38b5213a64a7420c723386ecc307ab14'); +INSERT INTO messages VALUES(127,310016,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310016,"event":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1","quantity":750000000,"tx_index":17,"utxo":null,"utxo_address":null}',0,'DEBIT','91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1','2d952320753f0ed11871d108ae15694013f7e16b1cdfef22d77fb4779c50e46d'); +INSERT INTO messages VALUES(128,310016,'insert','bets','{"bet_type":2,"block_index":310016,"counterwager_quantity":650000000,"counterwager_remaining":650000000,"deadline":1388000200,"expiration":10,"expire_index":310026,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":5040,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":1.0,"tx_hash":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1","tx_index":17,"wager_quantity":750000000,"wager_remaining":750000000}',0,'OPEN_BET','91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1','1526f52d4067fe103c54ee90e7e4111806293f8784e6803b270310a54ea4f90a'); +INSERT INTO messages VALUES(129,310016,'parse','transactions','{"supported":true,"tx_hash":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1","tx_index":17}',0,'TRANSACTION_PARSED','91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1','d15155d5a433ae16330f380895a84b267e70f90d250307c6ce0edf7e2bf2e9de'); +INSERT INTO messages VALUES(130,310016,'parse','blocks','{"block_index":310016,"ledger_hash":"f9fc0dd4d98ac5e06e4f9673cf5678f9fc264cda23172e24427b833331b73c33","messages_hash":"b5a17147142c35e2640295bb3c8b1f8ce62fa3dfe078ddbac9a8f23a070f9654","transaction_count":1,"txlist_hash":"cdbbf3665287df62a1660198e00049d06f649f37c49cb76e9fb1eab12960e66c"}',0,'BLOCK_PARSED',NULL,'87f1a45cba31a07b49ff38da972fac9d2f1d86b0664d0dd62939a8ce41f185bd'); +INSERT INTO messages VALUES(131,310017,'insert','blocks','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'043804cc35ee905f185134849e0eb6d6c06c7c40cac315c85e3fa81dd0eb55d7'); +INSERT INTO messages VALUES(132,310017,'insert','transactions','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"btc_amount":1000,"data":"00000028000352bb33c80000000026be3680000000002cb417803ff0000000000000000013b00000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","tx_index":18,"utxos_info":" b7a480818948d8910e2cf2e6475aae1072be41ede27832fb8f99e3f14169f67d:0 3 "}',0,'NEW_TRANSACTION',NULL,'755fd6e79a1954af41787df65585bf594b95d2a32fbc641966a2f0744fd95eec'); +INSERT INTO messages VALUES(133,310017,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310017,"event":"c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","quantity":650000000,"tx_index":18,"utxo":null,"utxo_address":null}',0,'DEBIT','c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a','66e8f8e28157f86b573b445d6cbc829189aa79657a943380fc662e8c72368259'); +INSERT INTO messages VALUES(134,310017,'insert','bets','{"bet_type":3,"block_index":310017,"counterwager_quantity":750000000,"counterwager_remaining":750000000,"deadline":1388000200,"expiration":10,"expire_index":310027,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","leverage":5040,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","target_value":1.0,"tx_hash":"c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","tx_index":18,"wager_quantity":650000000,"wager_remaining":650000000}',0,'OPEN_BET','c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a','3b860302c30e200261329180c66a606d0d363682d3649e11d43b8a828109c1a2'); +INSERT INTO messages VALUES(135,310017,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310017,"calling_function":"filled","event":"c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a','3eba85ae6d60edea9d2a1fbea2b6085636c17848e491d7ba31017858bbbd5285'); +INSERT INTO messages VALUES(136,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1","wager_remaining":0}',0,'BET_UPDATE','c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a','2c9cd0ed9676d381437ba936e5ffecdc14ebae28118ef626c6a6c1b1e07353ef'); +INSERT INTO messages VALUES(137,310017,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310017,"calling_function":"filled","event":"c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a','cc63668a05611b5117fc419870a8e9b2198ae0b6e3aa43e7fc2e1c19d2088cf8'); +INSERT INTO messages VALUES(138,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","wager_remaining":0}',0,'BET_UPDATE','c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a','dfe122a7ab9c9792298c51bec2c13261e9f3cdadf7fb61c7916b14d3fc96c985'); +INSERT INTO messages VALUES(139,310017,'insert','bet_matches','{"backward_quantity":650000000,"block_index":310016,"deadline":1388000200,"fee_fraction_int":99999999,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","forward_quantity":750000000,"id":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1_c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","initial_value":100.0,"leverage":5040,"match_expire_index":310026,"status":"pending","target_value":1.0,"tx0_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx0_bet_type":2,"tx0_block_index":310016,"tx0_expiration":10,"tx0_hash":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1","tx0_index":17,"tx1_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","tx1_bet_type":3,"tx1_block_index":310017,"tx1_expiration":10,"tx1_hash":"c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","tx1_index":18}',0,'BET_MATCH','c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a','61d823645db2f99f5b842e2b6acda12c704a48030968238de8ea9d3974a1128d'); +INSERT INTO messages VALUES(140,310017,'parse','transactions','{"supported":true,"tx_hash":"c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","tx_index":18}',0,'TRANSACTION_PARSED','c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a','243c3c4a12e02ca2869f0bd6b2be4d3dc1df6af504eaab378c401783ab4df2ef'); +INSERT INTO messages VALUES(141,310017,'parse','blocks','{"block_index":310017,"ledger_hash":"4a355b8e80a902030f384f58700d05da9a6efaae3f3ce0b1a056dc1250d9ec63","messages_hash":"237e73de38f49525db06b7ade9d180c8f6b41b0cd784eb64b24e2a77a5eeecfe","transaction_count":1,"txlist_hash":"355616d4b8b8408ea7061e787ca35918b6d0417895a2a2ff224d207f0f76e02a"}',0,'BLOCK_PARSED',NULL,'b73effa58125cee0f98414310664fa71e9d5f4e93257ca0aed6f6ebb3ceed8ca'); +INSERT INTO messages VALUES(142,310018,'insert','blocks','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b59de62252ed394ca088f958411631ff80fa36d266a749ba43633967cf6404eb'); +INSERT INTO messages VALUES(143,310018,'insert','transactions','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"btc_amount":0,"data":"0000001e52bb33324058f7256ffc115e004c4b4009556e69742054657374","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4","tx_index":19,"utxos_info":" 86676313d1f457055a16784cbf7dc0c9066499ed114d72535379ac4f9ca398f6:0 2 "}',0,'NEW_TRANSACTION',NULL,'fd03ae3709bcb9de50fee3fab67576b11649a49959112a2e4771da962329a859'); +INSERT INTO messages VALUES(144,310018,'insert','broadcasts','{"block_index":310018,"fee_fraction_int":5000000,"locked":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","text":"Unit Test","timestamp":1388000050,"tx_hash":"c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4","tx_index":19,"value":99.86166}',0,'BROADCAST','c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4','7ee132e101bd08b552448baec8ff016810e7384633267852002c3304b2ee3d8a'); +INSERT INTO messages VALUES(145,310018,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310018,"calling_function":"bet settled: liquidated for bear","event":"c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4","quantity":59137500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4','131a590bde5bb95d3fd163a1aa67a8cdc21cd585df2bca75f59142c32c6a7a59'); +INSERT INTO messages VALUES(146,310018,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310018,"calling_function":"feed fee","event":"c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4","quantity":3112500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4','1af54d64c5b2777edf3b5cd4d204c905be9de85832f7b5d5f5b2812e43ac69e8'); +INSERT INTO messages VALUES(147,310018,'insert','bet_match_resolutions','{"bear_credit":59137500,"bet_match_id":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8_23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","bet_match_type_id":1,"block_index":310018,"bull_credit":0,"escrow_less_fee":null,"fee":3112500,"settled":false,"winner":null}',0,'BET_MATCH_RESOLUTON','c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4','2d1a3530639d9728c021d30a0e0a352c09dced366a24c3c5d5eb7ca7103f0870'); +INSERT INTO messages VALUES(148,310018,'update','bet_matches','{"id":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8_23f77ca0034c19aa841413edfde7f4a3dca8d8ef582ce939dfc2e170c7c811a1","status":"settled: liquidated for bear"}',0,'BET_MATCH_UPDATE','c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4','9cb6182065ce4814fade4728ae0437bd81e5f101295ae9bbd0cfa44813ec3e15'); +INSERT INTO messages VALUES(149,310018,'parse','transactions','{"supported":true,"tx_hash":"c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4","tx_index":19}',0,'TRANSACTION_PARSED','c473921b7c5d877de55ef38b39935e149003d6fec701bea0c8b66b77255942d4','281840eabf89a470c489197dcbe3229b8f2362d6df02e3183a82235fbb07badf'); +INSERT INTO messages VALUES(150,310018,'parse','blocks','{"block_index":310018,"ledger_hash":"57aee8f9c9b63342ceeea3a3162998e9034a3d624d6d85b19782943ce170cef5","messages_hash":"bc439df0dcc0c3eb590e4c40f871f0cf67c281fa8ccd21700b1a10187a44485f","transaction_count":1,"txlist_hash":"7987b849a43c706d33e421d45e99ca6593c9aa8c69079522888f746a8d4ff748"}',0,'BLOCK_PARSED',NULL,'a198c1fba1a7442e28a36735284b0f51ec45f505cf57585c5f15c5734492247b'); +INSERT INTO messages VALUES(151,310019,'insert','blocks','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f4efe2ac293e7231f84bc121c708f9f8b9618c9cd61710c3ce729b1364a7ee63'); +INSERT INTO messages VALUES(152,310019,'insert','transactions','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"btc_amount":0,"data":"0000001e52bb3365405915f3b645a1cb004c4b4009556e69742054657374","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0","tx_index":20,"utxos_info":" 3b7b4a98830381c9af4bda05e9520bc30013663a4fb71081a094e1017c6cc7ff:0 2 "}',0,'NEW_TRANSACTION',NULL,'a16be919e5cbc176d55933f21a2c2124fc30008d4a2212feb00f89f4081ce0f3'); +INSERT INTO messages VALUES(153,310019,'insert','broadcasts','{"block_index":310019,"fee_fraction_int":5000000,"locked":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","text":"Unit Test","timestamp":1388000101,"tx_hash":"c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0","tx_index":20,"value":100.343}',0,'BROADCAST','c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0','b3f33a4dfab42a398b440f0b8a9bba9a895f9e46f90bc5037dc88a0abbe8bdf4'); +INSERT INTO messages VALUES(154,310019,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0","quantity":159300000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0','d8ca70ebf1f3ffab4f295e69c0af0c19d9c412c35f456d23d02be927d4a6e4dc'); +INSERT INTO messages VALUES(155,310019,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0","quantity":315700000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0','2be49157bbd2557c057e5b018072483d438ef6bf284deae85927918b0d45b5d9'); +INSERT INTO messages VALUES(156,310019,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310019,"calling_function":"feed fee","event":"c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0","quantity":25000000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0','cfcc17fbe5278448805e25882dae8d4c6bb9fbbbfc4d4b8060b47eb11910c782'); +INSERT INTO messages VALUES(157,310019,'insert','bet_match_resolutions','{"bear_credit":315700000,"bet_match_id":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd_6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","bet_match_type_id":1,"block_index":310019,"bull_credit":159300000,"escrow_less_fee":null,"fee":25000000,"settled":true,"winner":null}',0,'BET_MATCH_RESOLUTON','c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0','3782b64e55c6db2156c351965b33c46fd0601b080bf322f0e48b209bcfae1133'); +INSERT INTO messages VALUES(158,310019,'update','bet_matches','{"id":"a5a1927a83521144a5aa751f61065b530c9447c5b2c35e35064de32dae9573fd_6aa4c5853aa9971d13c0291c4e91ee5cddd506521942377aca5c3b1a48780c75","status":"settled"}',0,'BET_MATCH_UPDATE','c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0','6f32aa82a074cd5f3b06e5b7307e8cb162f2106614f1f9759314e50e4d02bb1b'); +INSERT INTO messages VALUES(159,310019,'parse','transactions','{"supported":true,"tx_hash":"c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0","tx_index":20}',0,'TRANSACTION_PARSED','c9388ea12ab42ec1502dbb54e2da81beca5adee6056777559200aab28e5e1dc0','2d1bc093195a19c4743292c3ba61c2481e74d40dd556cc32178d91796c77f738'); +INSERT INTO messages VALUES(160,310019,'parse','blocks','{"block_index":310019,"ledger_hash":"d11f94528a9e0034365e4388ee455f02102d2024c65e1428cdee28b6e5aa7e1c","messages_hash":"7d30f559d9341af3996e8ba7ea9394de6e1eaa4d65bbf556c94a8e5008ecd777","transaction_count":1,"txlist_hash":"14d0604fb6986f281715ae660221c79b7bfddf15cbc7da02c722e86b8e264d85"}',0,'BLOCK_PARSED',NULL,'77c4e4087444c0cd5556013162a93e6abadc97462933e2fe0f270c1f53a5a2fa'); +INSERT INTO messages VALUES(161,310020,'insert','blocks','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b9d94775e500b87071bfb19cedab18b02585db7b0b7db55b76ae77020e821e5f'); +INSERT INTO messages VALUES(162,310020,'insert','transactions','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"btc_amount":0,"data":"0000001e52bb33c94000000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e","tx_index":21,"utxos_info":" 0f06ac488c13977713320e18f2c2ed82d6efce5eefc2988cd4b2e4bd1220dddb:0 2 "}',0,'NEW_TRANSACTION',NULL,'4bce4a9e0b6c435a9b5d4fba7831d0feea90c1f993941b11e233dbb6d870c87a'); +INSERT INTO messages VALUES(163,310020,'insert','broadcasts','{"block_index":310020,"fee_fraction_int":5000000,"locked":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","text":"Unit Test","timestamp":1388000201,"tx_hash":"54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e","tx_index":21,"value":2.0}',0,'BROADCAST','54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e','3b21d2e0f552367d6454bf316973e2f583597468bc7cf07035d0ef36d978a578'); +INSERT INTO messages VALUES(164,310020,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310020,"calling_function":"bet settled: for notequal","event":"54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e","quantity":1330000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e','779799d0055e7662af0e584c7cb71dea0efeaa8291f1120cb1f43c8437044da9'); +INSERT INTO messages VALUES(165,310020,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310020,"calling_function":"feed fee","event":"54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e","quantity":70000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e','53a61df4f1ba0e7632aca8be66caf04477ffc4270c3a57d69f19383f9c3996d5'); +INSERT INTO messages VALUES(166,310020,'insert','bet_match_resolutions','{"bear_credit":null,"bet_match_id":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1_c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","bet_match_type_id":5,"block_index":310020,"bull_credit":null,"escrow_less_fee":1330000000,"fee":70000000,"settled":null,"winner":"NotEqual"}',0,'BET_MATCH_RESOLUTON','54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e','b3b1b52609cb9746ebcd27c32f5547c3d3efb4e37b8495d70a8ee951cb8b4423'); +INSERT INTO messages VALUES(167,310020,'update','bet_matches','{"id":"91cea72c920a13cc450d14c92a81a318462300670308d6b1eb344ac06a72eda1_c345c2e6d9899c7729a0ca2ef13fab71ca5808854fb6be62e3b3dcd9225d1c4a","status":"settled: for notequal"}',0,'BET_MATCH_UPDATE','54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e','1aceeb8dbf0fbef86de4de85f224d0bd3eadaa53e6b6eb665c3880614c9f5a94'); +INSERT INTO messages VALUES(168,310020,'parse','transactions','{"supported":true,"tx_hash":"54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e","tx_index":21}',0,'TRANSACTION_PARSED','54292b0676d266705f8dd0daa1194cff3d16414564f25c422309af75d8ca344e','30c0b8e458dc26e6e13f62a73ab4c19f0783e9b562861b88a933b2191b76dc99'); +INSERT INTO messages VALUES(169,310020,'parse','blocks','{"block_index":310020,"ledger_hash":"4397f5568bfcf8cc90d1e72b7c61e7cc6905a0d9d3b3890c33e2afb464a25fb9","messages_hash":"389cf2b4dc1fb3cded2ab105fe628ee80338eafbb70eb798874f6f8643805727","transaction_count":1,"txlist_hash":"5483ead85237ef0ceb3486e3c3e6ee1e5080a5dd602f805b811cedf996b8dbaa"}',0,'BLOCK_PARSED',NULL,'eb8f3513d200d9ccdef0fb9016133376a616000a2f392b9d9f6bc986c152c948'); +INSERT INTO messages VALUES(170,310021,'insert','blocks','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b12d514a7be2d3111771ec9dad9b3af2f2fdd7bf0959abbbdf47c87764bda024'); +INSERT INTO messages VALUES(171,310021,'insert','transactions','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"btc_amount":0,"data":"0000000a00000000000047670000000002faf08000000000000000010000000002faf080000a0000000000000000","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e","tx_index":22,"utxos_info":" 0b84fe823c78ce33db02a287f480ad6c2dac38de1bca142b10690dddd06b9429:0 2 "}',0,'NEW_TRANSACTION',NULL,'b19a390d22ac562a72bebd7b978cd0fb89c650b2b96184b8616e7e16dcabf3fc'); +INSERT INTO messages VALUES(172,310021,'insert','debits','{"action":"open order","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310021,"event":"6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e","quantity":50000000,"tx_index":22,"utxo":null,"utxo_address":null}',0,'DEBIT','6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e','ecc02572bc40f1e2778abe341f1d2363f333bcfa73f809167cf56531a278571b'); +INSERT INTO messages VALUES(173,310021,'insert','orders','{"block_index":310021,"expiration":10,"expire_index":310031,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":50000000,"get_remaining":50000000,"give_asset":"BBBB","give_quantity":50000000,"give_remaining":50000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"open","tx_hash":"6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e","tx_index":22}',0,'OPEN_ORDER','6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e','27fb5906b4572113ece84379c5e2664b54253767e7ec3ec42e03e0cdaaeb2948'); +INSERT INTO messages VALUES(174,310021,'parse','transactions','{"supported":true,"tx_hash":"6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e","tx_index":22}',0,'TRANSACTION_PARSED','6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e','05b394164312f1759be3ae00eeb6ef0912ca04b6122a77293fcd35f68010e8ec'); +INSERT INTO messages VALUES(175,310021,'parse','blocks','{"block_index":310021,"ledger_hash":"16b7018344f7a97695eb17dc5921c4955b3f8cf4d9e70bd8628041c4033886b9","messages_hash":"a0aa95381d493fb75d59a64ebcb558f1477cfb9a400b4309b33e7ca4effba12e","transaction_count":1,"txlist_hash":"bd68fe9b7aef054c8a5925dff9ff140cb5c00eb611a8802156196ed486479ad1"}',0,'BLOCK_PARSED',NULL,'d67b6292b378843c72029f1a0c25da39a381d2970288eb6026808ef694f2d154'); +INSERT INTO messages VALUES(176,310022,'insert','blocks','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c298a7914c260c6fc9ad7fd41e3289b6240c4080a5030b252f4a36445d9de265'); +INSERT INTO messages VALUES(177,310022,'insert','transactions','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"btc_amount":100000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"df080a76ceb263201901bc23c85c3e8dce4eca0e72c873131adaf2f46820e9f1","tx_index":23,"utxos_info":" fa714c345a1ad0cf699f33c9572c70e3a5d96c16be2ddaf0ad0a8580e99a3ede:0 2 "}',0,'NEW_TRANSACTION',NULL,'fe95c8cc02b532ae99686ffc4553020006af05f1cbf7c4e5f9b49cadce3f81f1'); +INSERT INTO messages VALUES(178,310022,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310022,"calling_function":"burn","event":"df080a76ceb263201901bc23c85c3e8dce4eca0e72c873131adaf2f46820e9f1","quantity":56999887262,"tx_index":23,"utxo":null,"utxo_address":null}',0,'CREDIT','df080a76ceb263201901bc23c85c3e8dce4eca0e72c873131adaf2f46820e9f1','e278aa21a51058f1a436a7fa5e79cd8e5f3f4bbf4eb64f15f5bd2fb8a99aa9a3'); +INSERT INTO messages VALUES(179,310022,'insert','burns','{"block_index":310022,"burned":38000000,"earned":56999887262,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"df080a76ceb263201901bc23c85c3e8dce4eca0e72c873131adaf2f46820e9f1","tx_index":23}',0,'BURN','df080a76ceb263201901bc23c85c3e8dce4eca0e72c873131adaf2f46820e9f1','49d4a1c77e89ae327a08147f3834aa20ba5b58b7d2adee70c56f29475e96e6ec'); +INSERT INTO messages VALUES(180,310022,'parse','transactions','{"supported":true,"tx_hash":"df080a76ceb263201901bc23c85c3e8dce4eca0e72c873131adaf2f46820e9f1","tx_index":23}',0,'TRANSACTION_PARSED','df080a76ceb263201901bc23c85c3e8dce4eca0e72c873131adaf2f46820e9f1','7e2126497833000e31fd75fe6b1ea50ca233294d9030b85fd8ba68ba485aed4e'); +INSERT INTO messages VALUES(181,310022,'parse','blocks','{"block_index":310022,"ledger_hash":"c3c26212677f4aed4614b653f1e5da509f962c29502d22c84c1c5522bca0dcf5","messages_hash":"43360d5ae848d3ee729b2038c0db7d0e13cfa846ecc029deb0fd51656c55ca9f","transaction_count":1,"txlist_hash":"109e820ac7d290ecec049098115ba6b467ba90ba624aa24326cc7e103e51b265"}',0,'BLOCK_PARSED',NULL,'8b33f659414cc6752aad0cf620317b61137ff23eb86aadbff1658741f284c481'); +INSERT INTO messages VALUES(182,310023,'insert','blocks','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4521838c1203301c69d6010c694f7b6f74563b1b46892e22246aa8c8e73bb492'); +INSERT INTO messages VALUES(183,310023,'insert','transactions','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"btc_amount":1000,"data":"0000000000000000000047680000000000002710","destination":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","supported":true,"tx_hash":"abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1","tx_index":24,"utxos_info":" 64b128fe57538b87e472586bc2efacc0d692f07bdb4bc4868ec66c3f2061b109:0 3 "}',0,'NEW_TRANSACTION',NULL,'1256d2a3fe132119dfd43f06288eef4a09f7845fe8896efffd14aff67f3b5460'); +INSERT INTO messages VALUES(184,310023,'update','bets','{"status":"expired","tx_hash":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8"}',0,'BET_UPDATE',NULL,'591fe8536a4b1f26af91f56e23438e6e84c640547f72b76603d52e90d4d02a54'); +INSERT INTO messages VALUES(185,310023,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310023,"calling_function":"recredit wager remaining","event":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8","quantity":8500000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'7af702cde5bbf8a3f32c5b73994bd1a2668cf80c46b351c722975f4158425b12'); +INSERT INTO messages VALUES(186,310023,'insert','bet_expirations','{"bet_hash":"c36b65e3d4c105739d5c8cef470c0878d2e8da138416e09cb499edcec343c0b8","bet_index":13,"block_index":310023,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2"}',0,'BET_EXPIRATION',NULL,'089fd7525617a5bfa73022296de5c3686ab29e3c0d0fb1f7fdb6cd57b5186bbb'); +INSERT INTO messages VALUES(187,310023,'insert','debits','{"action":"send","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310023,"event":"abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'DEBIT','abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1','8ae2cd641276550dbece84782ece60ba6107ebf9d3d4b7556e43686ae51b592c'); +INSERT INTO messages VALUES(188,310023,'insert','credits','{"address":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBC","block_index":310023,"calling_function":"send","event":"abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'CREDIT','abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1','9f2b33b386da66a9305eeae5b7eaa3da700150a89eb806fa3d2d98842319a799'); +INSERT INTO messages VALUES(189,310023,'insert','sends','{"asset":"BBBC","block_index":310023,"destination":"2_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":10000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","status":"valid","tx_hash":"abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1","tx_index":24}',0,'SEND','abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1','b2e24b28462d8956158b2814b28b1cb2d0f8f8835e5f70429cd78fc2ecce540b'); +INSERT INTO messages VALUES(190,310023,'parse','transactions','{"supported":true,"tx_hash":"abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1","tx_index":24}',0,'TRANSACTION_PARSED','abc5e16e5a7a1a7dd7d38ff1351b252a3813d40a695ab798f6a26cb904f91ab1','dadc32c3f4f7376028da0968af75e8ea4f1b7dbc1fd1fb65521067f2aff06b55'); +INSERT INTO messages VALUES(191,310023,'parse','blocks','{"block_index":310023,"ledger_hash":"420b753d9e2a4ae5c00cf65efccb9a657d2daeb19159075d1671a076d8c1ade1","messages_hash":"27dff7162dfffd10d70256cd651eb60228b621fc26dc31b53aeb9e4450cdd5aa","transaction_count":1,"txlist_hash":"8e03eae75b5f9306a0a8142296412f7271b17f8c751e9e8e1b1cbeca5418f4eb"}',0,'BLOCK_PARSED',NULL,'a6de4b795be0ce176e166baafd4ae2ad678434184eb74952365e32554c19c38a'); +INSERT INTO messages VALUES(192,310024,'insert','blocks','{"block_hash":"b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5","block_index":310024,"block_time":310024000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c13be0c685c8bd1289e93e87e39a764a5857816ea5492e9ea65e33038d3e1c82'); +INSERT INTO messages VALUES(193,310024,'parse','blocks','{"block_index":310024,"ledger_hash":"786e9c043df5025bb8d123322e2dd9cba30cc433ff90a44b7b7036369565835b","messages_hash":"a711a8d88bdcc4f225ccd4ce0c8a4d49a4ae7ad29d40a8c3d8d6b9d9628bf9be","transaction_count":0,"txlist_hash":"6a80f89b076199d165801b34c7d292976e069920f2ae4184e09dad8411735b94"}',0,'BLOCK_PARSED',NULL,'1506396648a620c9786227099972ac84350d0d915b227bfba514c109b69bf5db'); +INSERT INTO messages VALUES(194,310025,'insert','blocks','{"block_hash":"a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666","block_index":310025,"block_time":310025000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bfbb8c3eeaa8f92eb49f2df24dd0b3088beffeff790fbced03497b4985f65791'); +INSERT INTO messages VALUES(195,310025,'parse','blocks','{"block_index":310025,"ledger_hash":"1a2e0585eb1a7f608b4ca4b1d252f555f87e7f16fff124ed869285ec17643059","messages_hash":"ed6b741617f080313f972fb622550b2095b2ef09984427fd93bdc734e6cb03a1","transaction_count":0,"txlist_hash":"a2110149cc4e90d1474c53bdf91e24f8bbb8931548542a6afda94bc343fe3a7f"}',0,'BLOCK_PARSED',NULL,'1efc3caccd9ccd41df2adf4e603e92179a7411652f060e8383c56e0618c6430d'); +INSERT INTO messages VALUES(196,310026,'insert','blocks','{"block_hash":"6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a","block_index":310026,"block_time":310026000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3877432ede042e4a48ee8fdff71f9dc7381d99a2671c887daa5871a229645b69'); +INSERT INTO messages VALUES(197,310026,'parse','blocks','{"block_index":310026,"ledger_hash":"44a1f10e2df25328c38e20c36029bff557c7a93784030ece591406df9c71ebd6","messages_hash":"69f355956cef2bc4ae1c2cb9787bfeb91aa0989da136602d9900a67874b8f6dc","transaction_count":0,"txlist_hash":"d087d907b7af1ac1171c61f00c756754fc94e0edf0dc265d9eced163a07357c1"}',0,'BLOCK_PARSED',NULL,'21781deb30d794d3d50d07f9fdd9de7da3f51d15bcf8a6e1931241ba802bde68'); +INSERT INTO messages VALUES(198,310027,'insert','blocks','{"block_hash":"d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e","block_index":310027,"block_time":310027000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'67a4482957d9ff463fbecacfb711cbd3cd994fc32b89522b17e376c26ff97457'); +INSERT INTO messages VALUES(199,310027,'parse','blocks','{"block_index":310027,"ledger_hash":"093f82c2b8e108242edc6dad72e5878700b9c33606c359e673bdfe65341db64a","messages_hash":"46098d674764c0b9dcd36bb532d9d50d4aa464ae96afcaf45444b5e4131eadff","transaction_count":0,"txlist_hash":"5796b7de2e12cda876546b21e2a64e92b85792c201f39fe404e7fa6c395e78db"}',0,'BLOCK_PARSED',NULL,'c720a76586e00e801bf7678b52ba934b675d8471d3da5760895a9a7b8fc4d7d5'); +INSERT INTO messages VALUES(200,310028,'insert','blocks','{"block_hash":"02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b","block_index":310028,"block_time":310028000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fa24119a0a23fdf99d7272b4ef80727597ce61fe0e3256b8f6256bc614718f87'); +INSERT INTO messages VALUES(201,310028,'parse','blocks','{"block_index":310028,"ledger_hash":"efac93e04f7cd9d3b1c0af3da102c29b50d940b4b5687fb0061b3b6e169290f6","messages_hash":"7f9f02d2e524583dc520f88741aa39f80f4afad5c9872c953e4c09e47112596f","transaction_count":0,"txlist_hash":"5daed82ccefd923a597451b918ece6172dbc75df5cd53ea0f7e40065e3d0d929"}',0,'BLOCK_PARSED',NULL,'e9879d5e2e11aab6b0fa13e61ae59e24c5cc38d41cef03f1edffa904cb0b74e9'); +INSERT INTO messages VALUES(202,310029,'insert','blocks','{"block_hash":"3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6","block_index":310029,"block_time":310029000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7b436fba136296c11dc3800023cb83cefe13a5ca917edb4d5a79c7da406205df'); +INSERT INTO messages VALUES(203,310029,'parse','blocks','{"block_index":310029,"ledger_hash":"1fa464e853787685a588de6dab287456de7a0efdcd76052a41ddaf5e2f85a648","messages_hash":"330f8704a51f757abc8d9066e9fa6fc1ff2997948de01c390d9cd5d36ba95224","transaction_count":0,"txlist_hash":"818415429923b4a38cb65dddb4e8b8a17264cea0188e905d4a19db340e98ef82"}',0,'BLOCK_PARSED',NULL,'71178f4c62e269e66a0bf5ea6407c0e3136ec0271efe29af1036e3508e71ad02'); +INSERT INTO messages VALUES(204,310030,'insert','blocks','{"block_hash":"d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5","block_index":310030,"block_time":310030000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ee30f76156c9f1b18c9822a3f0a2587eccdc8562b844b7e6d9edcd3911855d54'); +INSERT INTO messages VALUES(205,310030,'parse','blocks','{"block_index":310030,"ledger_hash":"fee866f1cf6e5f83010b97e0e9d88b54ce43fdf45e89081ba3b2fe07b62434fc","messages_hash":"feb55faa1ad1fa962f26410aedebb7de3b9621e287e7915ab5c2cf996ac54c91","transaction_count":0,"txlist_hash":"7e3fb0dc1ce885afb71be88ad0ca3b189202535d328ff70bda7cceaede6813bb"}',0,'BLOCK_PARSED',NULL,'550e0d845661c14e9977be8ab872d6aba633410b25a3ba2e68c6677998aae23e'); +INSERT INTO messages VALUES(206,310031,'insert','blocks','{"block_hash":"0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689","block_index":310031,"block_time":310031000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'216e6ae2e537cdd61d6453ce8ade9b30f95f347ad5d1def50cee504448f0201d'); +INSERT INTO messages VALUES(207,310031,'parse','blocks','{"block_index":310031,"ledger_hash":"11ed526c46610698e7a4f102ae91755a541d668750ec3bc10decd0c1709d1115","messages_hash":"5148f5ccca3bbe1b82aad9294a4c6f86e6c9c9fa26339c15195dd98810587721","transaction_count":0,"txlist_hash":"e3044e5fc57d122eb707d271ca1f4248358a8f477a6466cedb739e7799351bb8"}',0,'BLOCK_PARSED',NULL,'6523682b0f1a39032d257a73329af9f7060cbd26d3142a514794e20765ec49a4'); +INSERT INTO messages VALUES(208,310032,'insert','blocks','{"block_hash":"66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074","block_index":310032,"block_time":310032000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'09c5b899539ac5aae0512281fc36f3c508ad88fb8ec0cbba1edbf893de3a069a'); +INSERT INTO messages VALUES(209,310032,'update','orders','{"status":"expired","tx_hash":"6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e"}',0,'ORDER_UPDATE',NULL,'143a7d9eab7c60baeddb601350aeb5e7b3a73ad352e5dae9d29d1c1f760965c0'); +INSERT INTO messages VALUES(210,310032,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"BBBB","block_index":310032,"calling_function":"cancel order","event":"6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e","quantity":50000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'a995aedef6c38c1963590213b098a1deea3dc82f78e3f8241e3a1c3b01945d12'); +INSERT INTO messages VALUES(211,310032,'insert','order_expirations','{"block_index":310032,"order_hash":"6d3c6a9ea36e82a0e8162f69c68fc8bb95d316ad5586a30553fbaf1717f4121e","source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2"}',0,'ORDER_EXPIRATION',NULL,'72f8fd9f487116e19554dd7fe9d03fcc5b6f8c17763c76e905bd7fd2af365e86'); +INSERT INTO messages VALUES(212,310032,'parse','blocks','{"block_index":310032,"ledger_hash":"7930e5a2c6150df64dfd995801aec68ce11df292e206f08f7ff20eda9ca2d017","messages_hash":"0d7786f7345100c0b84a92c544a68434c1159fc4493c78ffb79f90e8e070b37b","transaction_count":0,"txlist_hash":"cbe01ce5a4da72538e9310180de025f141ea8baf1b6eeede8164cac3488532fe"}',0,'BLOCK_PARSED',NULL,'78411923d9da029679638b755e6ccf3ce38dea7925c418a32c4a139f51a6638e'); +INSERT INTO messages VALUES(213,310033,'insert','blocks','{"block_hash":"999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707","block_index":310033,"block_time":310033000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'28b0235299cc25279177cf3f7b4984adb2482dca6d1a778cbeccc8b27322d76c'); +INSERT INTO messages VALUES(214,310033,'parse','blocks','{"block_index":310033,"ledger_hash":"c5834a54b3ad7f9fdbb18a87c8cefe867eff2ba1ae5bff238a3a041431d0afdd","messages_hash":"eca20641d76aff596e8aa606f30ffb6830dd5525e76fbb997255dc50e70485fe","transaction_count":0,"txlist_hash":"81bceadbd9f9b956ed25021e2e0a9f4217c7424522105f8a0ba41c9f78234fcd"}',0,'BLOCK_PARSED',NULL,'5adffe2563eaa283b502c5ce1e70fdae2c29ddc81a20296829d344e608f5262a'); +INSERT INTO messages VALUES(215,310034,'insert','blocks','{"block_hash":"f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208","block_index":310034,"block_time":310034000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c2da3f445d012a1513a4140df81bf1d5eb43a04142d328588fb5ad1db5591850'); +INSERT INTO messages VALUES(216,310034,'parse','blocks','{"block_index":310034,"ledger_hash":"5a4b3f29cb1554ae8f670955df4dde45fdcc57623a50ca7d8f2c78ad79186a7a","messages_hash":"e1b808fa3c1c12f68164528025ddf892492f33109832ed5e93b125809bcb5d9d","transaction_count":0,"txlist_hash":"0ec430eb4c16f386b5abbd6586133741dfe6c19eb820d388810f3680442d363a"}',0,'BLOCK_PARSED',NULL,'499386ac335205da65338be9ea31584118aa4dcb2a9a8a5c8ebc55cf11acb02f'); +INSERT INTO messages VALUES(217,310035,'insert','blocks','{"block_hash":"a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2","block_index":310035,"block_time":310035000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'021e75a7248d7b9e4b2358bdc76187b893f7d7b1bfee6cb6a0acd1d0163940c0'); +INSERT INTO messages VALUES(218,310035,'parse','blocks','{"block_index":310035,"ledger_hash":"b81834ed9e92514fe7d277378be72e1f81043a615a4b67cb67dbcf97e3c3b43e","messages_hash":"5995a2059a170330580e381bf2eb45d600e425a9281a5b537d024de04bde808d","transaction_count":0,"txlist_hash":"a883860baff0c6dec150c9d80b8a640401e191312eeebd4e9f21914e7803c46b"}',0,'BLOCK_PARSED',NULL,'7c365a3ad853432095a83740e864b6f7029129dcac4d306f87b3c0f9a0471b44'); +INSERT INTO messages VALUES(219,310036,'insert','blocks','{"block_hash":"158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76","block_index":310036,"block_time":310036000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0be432d546a85c74cf2a4cb00f0645bea0cedfb020bd6f1a5e539a383d42d030'); +INSERT INTO messages VALUES(220,310036,'parse','blocks','{"block_index":310036,"ledger_hash":"736adff04611f10a4e384b5d5c44651bdf037c0caeb8dda5bedbbc6d18d04ca2","messages_hash":"f05824a8cfc94b1d4991615d59b26ed261d5d14c3feec2d97a5c8be14844385f","transaction_count":0,"txlist_hash":"821ad697a76d9a35b14a7c388b65b4f3a86fc66c42e02af6d568f73e2586beec"}',0,'BLOCK_PARSED',NULL,'4f3cc0695ef73741961cbb7de0a29d829971394015bf29849bde778e65fd5831'); +INSERT INTO messages VALUES(221,310037,'insert','blocks','{"block_hash":"563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07","block_index":310037,"block_time":310037000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4fa5a6c558c4cb2d2ddee3443d6ef3e5c79d3572db7bc75f6d7f2e96a2f1f1b8'); +INSERT INTO messages VALUES(222,310037,'parse','blocks','{"block_index":310037,"ledger_hash":"34d49fb14a7ec85ebd02ffe04768f5aa7382ed0ac7f9ae903e71567dc5d9ab67","messages_hash":"291bef1f84d8837ff8cb1f4eefd8e257dde915f856b2fe2754942c98ff01f323","transaction_count":0,"txlist_hash":"c5ff4e50b07b755c23a6d9ca6dd5efe71a2728c4c662418fab814993be455308"}',0,'BLOCK_PARSED',NULL,'1efce1aa16639676d90924c32d8ad879b1a9a7a10711cfbd0f89b58d2f8c2b64'); +INSERT INTO messages VALUES(223,310038,'insert','blocks','{"block_hash":"b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2","block_index":310038,"block_time":310038000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'78f7d17a877ae6f8a3fa0961bee73abbb00c305fb88b34e5f6838361ca72bd63'); +INSERT INTO messages VALUES(224,310038,'parse','blocks','{"block_index":310038,"ledger_hash":"9bfc3bf0ed35dd256f0df04c813dab9dd818238163e6b01842e18815971e7010","messages_hash":"2bb1f0efc82f12fda09b77a315dc1698b16a4498540356717f530247a9ae0c4a","transaction_count":0,"txlist_hash":"8a2ea429a26990e70f9c8937d11c58c986f991c55f196416344847435c670849"}',0,'BLOCK_PARSED',NULL,'7365b7aaa7348a053edb132fa98c6703cf03297e25bb5b7cd05e7989e1ada855'); +INSERT INTO messages VALUES(225,310039,'insert','blocks','{"block_hash":"5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347","block_index":310039,"block_time":310039000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3efa0614389a0995f8972338e2eeebdd889201061faf935726e6ab758b67e478'); +INSERT INTO messages VALUES(226,310039,'parse','blocks','{"block_index":310039,"ledger_hash":"da7a63f22053d1713c805684d14695c31670eaf848bf23eee3331e679744f291","messages_hash":"521c8536a167b13f3ad4c0952581a2f959a08fa14a69d35c19e68a58d5b1b116","transaction_count":0,"txlist_hash":"9f186391b30cc438ae59dabfb18dfca8811193a8fe37cada73d513ad688a80f0"}',0,'BLOCK_PARSED',NULL,'b74befa432d01b4a940ea3674247ae6630ff76af1b24ec728d30663d4fac97fc'); +INSERT INTO messages VALUES(227,310040,'insert','blocks','{"block_hash":"7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3","block_index":310040,"block_time":310040000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'664547864eecf4525da6f9a86d8d396b8d8fcc9efe88a7873bb0d5313a82eeeb'); +INSERT INTO messages VALUES(228,310040,'parse','blocks','{"block_index":310040,"ledger_hash":"ddb485115b64342bcb172cc3e77b20effb1294e635459119b59179f3b6a87d66","messages_hash":"c6b476c4b592b8d05961b9db5f529495a128147c9ff77465838a93fe324ea932","transaction_count":0,"txlist_hash":"f73c8b5e92181566aeee4ec42a1e50b950fd18680c69c58fe20b5288a915d7e9"}',0,'BLOCK_PARSED',NULL,'c9f24731a12433103d8ace1c8186c090ae28757d44b27e699ca8ae4efc8c3f23'); +INSERT INTO messages VALUES(229,310041,'insert','blocks','{"block_hash":"5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359","block_index":310041,"block_time":310041000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6ddbcac4fa2a60b2485a80ea3a651a12c62739e29b99a3a9402917fd10afad48'); +INSERT INTO messages VALUES(230,310041,'parse','blocks','{"block_index":310041,"ledger_hash":"b58d05ae5f282f7904c7a759ae5624194b5cb091f43f05d738cb4002a999c26d","messages_hash":"7c81a90e8372f18de6f7eb305f3dc123deb121370819ec4d8c74e33ca45eaf3c","transaction_count":0,"txlist_hash":"73ee837bac9153dbc94c23879192b6c2fd71a9a6148502e8c4693bd342c4feec"}',0,'BLOCK_PARSED',NULL,'7b2f406712e092cd4b7a8e1d647cf44056baf3afca525a9a8ab7c49d83f2a369'); +INSERT INTO messages VALUES(231,310042,'insert','blocks','{"block_hash":"826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4","block_index":310042,"block_time":310042000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ecf25d51b96019abfb610e6fcea1bba869f02f46e58b8286c763e512f67f2f82'); +INSERT INTO messages VALUES(232,310042,'parse','blocks','{"block_index":310042,"ledger_hash":"c18e1989fccd8bc7168ebf2acc035c224a9010b428b81c814683b0ce1e244113","messages_hash":"194c3b53c1e3aec21b62e3ba56e1d8d279e5bde07700c72bd4208e7786d87e56","transaction_count":0,"txlist_hash":"9ef577154ca6e451585e9dcc4c3690d496b8a666856987194c4e41414743945f"}',0,'BLOCK_PARSED',NULL,'c2651010c8573cb23fae3ca3c6564dd4888445d332e12c6af2b2c608df83bf4e'); +INSERT INTO messages VALUES(233,310043,'insert','blocks','{"block_hash":"2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51","block_index":310043,"block_time":310043000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'74d970d23b412492d11993e982574f7f225bb9cc38ebf3b248690b7a16834622'); +INSERT INTO messages VALUES(234,310043,'parse','blocks','{"block_index":310043,"ledger_hash":"1a935492fce6a168d9aafd24246bba6f5615f53a47311549059b21adc6a67154","messages_hash":"62e1589df67aea3a470c89e5c7a2fd304cf4a831ca11867974af45c0b3bdee29","transaction_count":0,"txlist_hash":"29f3ff5d49a8c6ffbf0ddc41a5e45fd3b777fd7c9ea60a914191fc551ac46ea4"}',0,'BLOCK_PARSED',NULL,'6817daaaa236aca99b709252c877cfd3693b1a1b04183ff5ac6f29dcc6bdd465'); +INSERT INTO messages VALUES(235,310044,'insert','blocks','{"block_hash":"3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b","block_index":310044,"block_time":310044000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'acdad551b6a9f19dc11e9d03fbca3abdf641b68fd9c369a35e21c5eb52c0712c'); +INSERT INTO messages VALUES(236,310044,'parse','blocks','{"block_index":310044,"ledger_hash":"536611cb3cb3005f8c4ffc5b8ed8271734448b5d6f49bd47eb0456bc4ee207e4","messages_hash":"0a4fa8f3dc5a6d4bc58b141e75e878f31bf7e3fd15cbf514b7e79f091a762781","transaction_count":0,"txlist_hash":"6f22c984234616fa84a474dc80c5d5e25ccdbec1a84b0cabb279505e93aa4d6c"}',0,'BLOCK_PARSED',NULL,'b372984dcecd0ed2ed37b34613583ee5553a4578c82d0fdf98953142850e7168'); +INSERT INTO messages VALUES(237,310045,'insert','blocks','{"block_hash":"7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98","block_index":310045,"block_time":310045000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aac019660a221eb74c6e1f6f18f0f52d048bbb2ec75c6bd77828fb8758eed7db'); +INSERT INTO messages VALUES(238,310045,'parse','blocks','{"block_index":310045,"ledger_hash":"ebbeea29c073c61dad3e091302cd945a9926741db0dc6a918792c4c01b8cc30c","messages_hash":"4e395eb81697cc6bfad6c470daf18bb2b8468512a8beb4ee0189228026d234e7","transaction_count":0,"txlist_hash":"a1d1a029c0bcbe481f8ba760714e266ff9e759844517ceef96bbaefb05652dcd"}',0,'BLOCK_PARSED',NULL,'d65214c2f71ed9170ecd95884fe1389da7073500a4c40c4823bae4d0e0b4e1f3'); +INSERT INTO messages VALUES(239,310046,'insert','blocks','{"block_hash":"47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6","block_index":310046,"block_time":310046000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e351746e2911e85538c4f2a54a24a92636d64905a291763b75b79b58b0e1f9a1'); +INSERT INTO messages VALUES(240,310046,'parse','blocks','{"block_index":310046,"ledger_hash":"d9baff8bec82f3c29f1fa69c9ddd456f1867f33a55d1648605ea7109270d8e07","messages_hash":"e1b69afab27973cbeff7d5d96e199c7e146b2412072708847ade55ad41347d2c","transaction_count":0,"txlist_hash":"26f6ea6c1e350b91f4757619dd52bb7a2b2bad7277497f0d4e1d61b363eb7a99"}',0,'BLOCK_PARSED',NULL,'56f89d42549db0b367d0ef4ea72fc604b45c707073821f7f764c80946b287ccb'); +INSERT INTO messages VALUES(241,310047,'insert','blocks','{"block_hash":"a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075","block_index":310047,"block_time":310047000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c75598d562ff141d6f43d3ce8a982877dae4a989f8166ffd0a501357aa7f019e'); +INSERT INTO messages VALUES(242,310047,'parse','blocks','{"block_index":310047,"ledger_hash":"09ad4a6bb3f671e6ac6d595bcbfb82371cc41f35c309142678eb5b7df97a5de5","messages_hash":"327c9a9d85f1b0bee32d286794d4699d0294385145c965ecc4241c1104cd4e22","transaction_count":0,"txlist_hash":"5e32dc4d14838fdf0460146fd87eeb59ece3416bb7104362d24fd6d2bf0fe963"}',0,'BLOCK_PARSED',NULL,'3f7e336448c149d065481e93be58767d96611f5bee84cbe4ec04ea46244586f2'); +INSERT INTO messages VALUES(243,310048,'insert','blocks','{"block_hash":"610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309","block_index":310048,"block_time":310048000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'99f36c7390b06c1bf27709ccfdd1e3a04a9720448f56473bc55f88fb3ba883bf'); +INSERT INTO messages VALUES(244,310048,'parse','blocks','{"block_index":310048,"ledger_hash":"208200708851a32b0ffaecade58f78f8ba7d5820457c582d5ca127e16fec0952","messages_hash":"588b10efc0791195583600444e5f8f05652c498875af86594f33bd158e6f5341","transaction_count":0,"txlist_hash":"c0a8253cff82f71d9a90c7b982e5d5093d5c2bbc2ee2859d9d7d09afbef56192"}',0,'BLOCK_PARSED',NULL,'41a962938ccdc2020e158b169a7bdaf2c0eed5a34e34aad7d5c91cbb00a7a9aa'); +INSERT INTO messages VALUES(245,310049,'insert','blocks','{"block_hash":"4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c","block_index":310049,"block_time":310049000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8e9a875bf0b1c34af6eb90b329fc2eb5b42f1205e4e92427b12906e54b16e5d9'); +INSERT INTO messages VALUES(246,310049,'parse','blocks','{"block_index":310049,"ledger_hash":"9d1a7335d989bb73b0363bc88da6dd82c0fbaf064b1d70708b0aa2f6a8a9958b","messages_hash":"7bf4253c04b54425eb1bd781df49cb03bcf450236263831751b318b00694c9d8","transaction_count":0,"txlist_hash":"c07861a54cc9537b7a2486e5a7e6366cd04413fb1307712ec6af55588dd22cfc"}',0,'BLOCK_PARSED',NULL,'2589ada13ea53976ba774814215da9d2fb0045f7b9a19a0f98e30e21352fabe7'); +INSERT INTO messages VALUES(247,310050,'insert','blocks','{"block_hash":"8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348","block_index":310050,"block_time":310050000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'390b3a068de99d7935f8b1bc973733083697639ae9d4c9f58fc846a6892a5740'); +INSERT INTO messages VALUES(248,310050,'parse','blocks','{"block_index":310050,"ledger_hash":"2fd9039e49fcbb070315defae275bed858cfbb539bc4db8f2ec5f5ff6d69ea25","messages_hash":"868accf51e7b0e43ca3bfbd381ea54912b3fcf74fe079678dd739a5bfb6259a7","transaction_count":0,"txlist_hash":"0ae948495f47c1ad343052f786467c6236cd6ca23dce0c628503a44ada8f8329"}',0,'BLOCK_PARSED',NULL,'e59dbdffdf21ed65d3b0193b893397f4071ed24bd6440b868752eac3e4bcf1e2'); +INSERT INTO messages VALUES(249,310051,'insert','blocks','{"block_hash":"b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6","block_index":310051,"block_time":310051000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3e139fc4ebeffc7bc27096ee85d8af208b528f93a759d20a191ba2dfa14a68d3'); +INSERT INTO messages VALUES(250,310051,'parse','blocks','{"block_index":310051,"ledger_hash":"2e97864865a020b04ed60b22c347d9dbebce5d00abce86c2b3a5054a3184699b","messages_hash":"ca9f1d95920bd69ef0abf8f1218e76c200c39a73cf28af8270f304149437a24c","transaction_count":0,"txlist_hash":"986536c5e9cec38d9b78bef44e21e73f93a654b9c421c7822dcba475b14f2127"}',0,'BLOCK_PARSED',NULL,'e3849110cbb64c8b36bf7f849ac309c38c0c84c88b7e28970b0d9e93ad985971'); +INSERT INTO messages VALUES(251,310052,'insert','blocks','{"block_hash":"0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2","block_index":310052,"block_time":310052000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'68653c7dec721bb78148457c5d0cddb474e15be57cde57cb97e250463dc65b3a'); +INSERT INTO messages VALUES(252,310052,'parse','blocks','{"block_index":310052,"ledger_hash":"f6a8e9f4cde78fbf6c9a5ea176312116f3813f2c0bcaee6c92f3beb13a8c3899","messages_hash":"87a991656e74f19ba3629eb13c7457b46e4b505b131a1348ae8fa93bc61c98db","transaction_count":0,"txlist_hash":"4ffb95c683e1839d31018cc7ec92e978014b8cd32f308c2819ff2e79ff60fa2d"}',0,'BLOCK_PARSED',NULL,'c0bc1e4b2aa729d8a2cb330b91a2fa7278174ba85eaba471819a6dbf03bc81a0'); +INSERT INTO messages VALUES(253,310053,'insert','blocks','{"block_hash":"68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f","block_index":310053,"block_time":310053000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'80c232e702bb3dc627cb3fd0e42292f998473c16fdfafa3675fad87aa5875846'); +INSERT INTO messages VALUES(254,310053,'parse','blocks','{"block_index":310053,"ledger_hash":"1d84e4657febaa291b4873d808d9ab433370227976196fd6436a65839c3575d1","messages_hash":"61609501b657e280c08f7f7eaa54a0d5b357af0d4fa0247ba41013fe6998feac","transaction_count":0,"txlist_hash":"0ed99730b61327cff9ed15d8585f70d7629b2b10150a717093dac4fafcc4e737"}',0,'BLOCK_PARSED',NULL,'761a765abe5f14cac12d4d8537cf5d0518872c748a1b3fa085680568f2ea03bf'); +INSERT INTO messages VALUES(255,310054,'insert','blocks','{"block_hash":"a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305","block_index":310054,"block_time":310054000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6b65584f011427b160f4b2725296f5d5b306b21c59ca2544d2a2fbfa7605ebce'); +INSERT INTO messages VALUES(256,310054,'parse','blocks','{"block_index":310054,"ledger_hash":"083f6b773191caaf1844f47c53077e8724e100d0b46461ddaa642b88d5265c9a","messages_hash":"ff6dbe3ec8237a170e02a6e9d8842872c42b880103ad9f050989b4948a1f111e","transaction_count":0,"txlist_hash":"69aa5d1c74c026da7b7cebe352bd6d907a31174cfd6f346e09382b0cf3fb8239"}',0,'BLOCK_PARSED',NULL,'91e46dcbdef05e6cf31cf493512f68ed58559b763e4d9b1d9ba3ade353bfd3ad'); +INSERT INTO messages VALUES(257,310055,'insert','blocks','{"block_hash":"4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356","block_index":310055,"block_time":310055000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7981dbf9277a284dbc8b08506ba1ff33eff6ad75b1ffe6344a7271d68339652c'); +INSERT INTO messages VALUES(258,310055,'parse','blocks','{"block_index":310055,"ledger_hash":"b1302087b804fc5753df5a4d8aaf8626e80ff99b429f52fed97767b051c24e8c","messages_hash":"8e9ea6081c490b25a9badb49a2470a301bcf8f5be853b28865fd10373b6a7e5a","transaction_count":0,"txlist_hash":"e35d2a19e5b60e2534a36d8c1d0c14c6211d56c29b4aa4953a14bf0b83bcc405"}',0,'BLOCK_PARSED',NULL,'b0b14de14f6cb08341298b8f8ee64d9688e42d4649c1b0a835e93c0add648d8d'); +INSERT INTO messages VALUES(259,310056,'insert','blocks','{"block_hash":"7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3","block_index":310056,"block_time":310056000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'93782b92b18e40154ca491f4901ef6dc9aab989aba634c52a7b3f68db1e326d3'); +INSERT INTO messages VALUES(260,310056,'parse','blocks','{"block_index":310056,"ledger_hash":"956c9ca0b51eaba7343703a165eb96d5947fc764457ef3dde5ca90c18d3b2f3d","messages_hash":"39dea51d2b8c370e1745cd93d2a3cc57ed33aa364ed1e553bd65fb9757028c84","transaction_count":0,"txlist_hash":"165a88d3d459ce6f4f37cc2ddb1c365dd01542b102dc68181d41b95ebde044dd"}',0,'BLOCK_PARSED',NULL,'36729cbcdbccf74c39299cb0d890c20496a1e19a3ae5c23ce776c8a838272cf2'); +INSERT INTO messages VALUES(261,310057,'insert','blocks','{"block_hash":"4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411","block_index":310057,"block_time":310057000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'624aed7dc27ac93ac7fc14b9f984f6aa82d0f05fdb27c52d6a696717bd5927db'); +INSERT INTO messages VALUES(262,310057,'parse','blocks','{"block_index":310057,"ledger_hash":"e86cae3e73aa13e8498a98de335ed0cbdb7899b24e91839bbf0f50aa22355ecb","messages_hash":"5d30bd308d81fe9d9b0de3648a27070edaceac1d075a787b9b590b89560adb93","transaction_count":0,"txlist_hash":"37394f57952a82ab5fb6ceb7323152d83f3c911a533e289c55b531fc83269268"}',0,'BLOCK_PARSED',NULL,'6b85d5516ae7c4799ce73cc43913c264b15cbfa91dc2eddfc38ba062a1fe4ebf'); +INSERT INTO messages VALUES(263,310058,'insert','blocks','{"block_hash":"a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f","block_index":310058,"block_time":310058000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b5cee07111f47e1b235edd5aaf9c1463e3fabb715956a0f2ab0af6e77cd57dc8'); +INSERT INTO messages VALUES(264,310058,'parse','blocks','{"block_index":310058,"ledger_hash":"54bd5e4fc1bc17df27f9e6f22b5e1facd82229a877e09ec0136f878f2da81344","messages_hash":"aed8196779a16702d470b4ff1a337b7ef975738e685ada7365aa3883dc3d6581","transaction_count":0,"txlist_hash":"ebd7b1c7c24aa51a0622e244d1b486d4bde8b1019d86e1d8845b6e90847ad09b"}',0,'BLOCK_PARSED',NULL,'b8060f2936f7647857cd5b7f741b00ef4cc95015e00b6a74844693fecf5055ce'); +INSERT INTO messages VALUES(265,310059,'insert','blocks','{"block_hash":"ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9","block_index":310059,"block_time":310059000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bb250efb3d4751f51bb233232d1ce3d1882dad0a9ba8f8fc125f21e4b133b261'); +INSERT INTO messages VALUES(266,310059,'parse','blocks','{"block_index":310059,"ledger_hash":"1403832427d4c482b0d2d925e08a72fe37f5aaa6af73e74f601f7e22fdad7662","messages_hash":"6d5c15beb328606bf05a296216974ab9cfe2cfa840d62f8eb234ae42ef7d0410","transaction_count":0,"txlist_hash":"cb71b795988456a345fd21a3c729005ab802707d54311480012920f07db40bc9"}',0,'BLOCK_PARSED',NULL,'0605801caa5e3802297a236006ba93ee5d6b7a20516bf7664fe46972364fae48'); +INSERT INTO messages VALUES(267,310060,'insert','blocks','{"block_hash":"974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b","block_index":310060,"block_time":310060000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'766c9df59e6de5da66b49379b7ebfaa7b894d2eae47e0249d56ddaf8b9aefe9b'); +INSERT INTO messages VALUES(268,310060,'parse','blocks','{"block_index":310060,"ledger_hash":"7b08f124a953d0e5511b0698d3314f5ec71ebba77b94c4d236ff9738d5a587e8","messages_hash":"44123239f9904c6de79e1030203cecdd2f1f626aacbd112e6e71a3cc2924b424","transaction_count":0,"txlist_hash":"cf47be21938b5a55ffb8eba6a9f63eb61b89e679b279d75080571832bf08c0e0"}',0,'BLOCK_PARSED',NULL,'c261dcc5035234933a6ac7cc8243dc229dd2f0389d8687e2d85cece02919b3b4'); +INSERT INTO messages VALUES(269,310061,'insert','blocks','{"block_hash":"35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf","block_index":310061,"block_time":310061000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e5859abd95ffe2439f7538b15d72f2aa614a8f4f85e0e409f63e8046df5b32fa'); +INSERT INTO messages VALUES(270,310061,'parse','blocks','{"block_index":310061,"ledger_hash":"1de158dfd18413618b9800236a2aa265d2fab497b09a839be408da8871b0960a","messages_hash":"6c081875f045c77c00513740c7ea5b551479748ae1dd25902971b1028953945f","transaction_count":0,"txlist_hash":"a9c1a3c24a410649e701fc0b321b2030b6fc35de7a2538a10e75b482cbe96b3f"}',0,'BLOCK_PARSED',NULL,'427a91a50f0bcfde5f1b52b70c33107b40c49c4b420265ab3e5d3d55788279ad'); +INSERT INTO messages VALUES(271,310062,'insert','blocks','{"block_hash":"b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f","block_index":310062,"block_time":310062000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8f2f747f8d2a5b2aa3de498b5ec51854230b9663f61d8d1d7a3c9cdbebd8ebe3'); +INSERT INTO messages VALUES(272,310062,'parse','blocks','{"block_index":310062,"ledger_hash":"aa4be540bad6cd762a02b77856c3d6a737d90245e71f61b63a426573bffb3a4a","messages_hash":"95e96acae75d42af75e472ffd598dbc8665c396cfa0a0b438eb2a2dd1f5fbb6d","transaction_count":0,"txlist_hash":"93d0499dcc4fc819927eed8d1eec8b094eb5a4323b70d2cec33d568e31737ce4"}',0,'BLOCK_PARSED',NULL,'a0356b926b5a7c9c39ae1bc685a26edb86face0928add81eec1483360aad1025'); +INSERT INTO messages VALUES(273,310063,'insert','blocks','{"block_hash":"0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe","block_index":310063,"block_time":310063000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'34923cddd2c35f85c715f3e1336bbd42006aebfb4e541d6d394c981990d3b8aa'); +INSERT INTO messages VALUES(274,310063,'parse','blocks','{"block_index":310063,"ledger_hash":"49edce8190c2480fe3c6b3df7c7c5f13d34f67c3aef3b2aa12eaea603153aa83","messages_hash":"e8fb48dd2d9178f87ee7a9963fb8f0ac55503c7845770b5f38026af3cbe0a596","transaction_count":0,"txlist_hash":"a76d957ffb41dbfd83b8c92ad487582586cdf13ca49dc1dfc30e869afc8ca76b"}',0,'BLOCK_PARSED',NULL,'efa3821c2f937dc54ea334df546d218385013f63f7991c28d0f0419e9839c2c3'); +INSERT INTO messages VALUES(275,310064,'insert','blocks','{"block_hash":"e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30","block_index":310064,"block_time":310064000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f4f0b450c429872d21409502938b15623e1411293a5ae383ce4d8b72c7db4f2b'); +INSERT INTO messages VALUES(276,310064,'parse','blocks','{"block_index":310064,"ledger_hash":"a2a8c9946cf45490858deb15c8f277ec545854dfc02dc9d248a684c0c3544d6e","messages_hash":"4020d1a2537a83a47f2b66f48d24dce9c78e152a54a5e5901d93a33ad68b9632","transaction_count":0,"txlist_hash":"0270a3faca0bc1a674fbd3632a1edbe8363d5115db8af56f135493f09a63df30"}',0,'BLOCK_PARSED',NULL,'f0a8528fe48a847c3044f6598a2dc1da3f80497c406a2c59c73100360c8e5f9f'); +INSERT INTO messages VALUES(277,310065,'insert','blocks','{"block_hash":"8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a","block_index":310065,"block_time":310065000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7fdda8183cd39d903d684cd2c3ac8eb3a0f156ad160fbd4817d70589a6aeb6ac'); +INSERT INTO messages VALUES(278,310065,'parse','blocks','{"block_index":310065,"ledger_hash":"ca1e5d385fd9cec1184d28095a6f4a2ec2914d40cc016309fe322dbb335cf2c3","messages_hash":"2ee7b0635517a135b8de48fb2009b8d03c1a9ad476d1af69849f6985422687b0","transaction_count":0,"txlist_hash":"85484b37f06238496ca822d539fe09e0e2906d12cf5b6d77c6219af29ec7410a"}',0,'BLOCK_PARSED',NULL,'f6a8ec9d5630d0e0335de5511dfae18385d192ebcdc4fac6fdd8c2219bf10b87'); +INSERT INTO messages VALUES(279,310066,'insert','blocks','{"block_hash":"b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d","block_index":310066,"block_time":310066000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'59441d143a533dffcfb7bd1a0d764bafbc8239862a46f0e68af584a098e0bab2'); +INSERT INTO messages VALUES(280,310066,'parse','blocks','{"block_index":310066,"ledger_hash":"73519f53874cc8cbe9052bf8dd18c590e0a4bd5bdc2a286c4930e8cfd006a993","messages_hash":"4d53923ec4b1384ae53dd221243a330cf58e0619894991955b4123aec3c3296d","transaction_count":0,"txlist_hash":"9c360f75cdc0788ebf8a530fa967e8eaefc3876b19739dfef2f7307e1af414f2"}',0,'BLOCK_PARSED',NULL,'7bc05f01635a0869107a6ba1806a178454e149c6473f9d41a3ac43d9ceb0bc85'); +INSERT INTO messages VALUES(281,310067,'insert','blocks','{"block_hash":"8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577","block_index":310067,"block_time":310067000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fdb9f3878c5c6565ab5df20fb20af03365b69c4bc02db922231cb7a72d0d7dd1'); +INSERT INTO messages VALUES(282,310067,'parse','blocks','{"block_index":310067,"ledger_hash":"5de09a95e36480de84f9d3c8db3e18b7bf5145f8b6ee6bde57b5c3de11274cbd","messages_hash":"0166e4d5510ca4ff840588711d063ce73278e657b476b7c8c2488cab33b7be96","transaction_count":0,"txlist_hash":"b4a32df829f1f913a9077d0ecd83362230bf893ffd654703538c5fc1c30a181e"}',0,'BLOCK_PARSED',NULL,'75f60332fd16a554d2ee25df57de45a16e4c2b046db78fe2de34b084271d4e9f'); +INSERT INTO messages VALUES(283,310068,'insert','blocks','{"block_hash":"9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5","block_index":310068,"block_time":310068000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'993e170b5bf2823e06423926823bb678af597f4b1c3615f153bae9edaafb5887'); +INSERT INTO messages VALUES(284,310068,'parse','blocks','{"block_index":310068,"ledger_hash":"be6a452931358d500eda0fd2aa3a91b86483fa847a7bf350f23d33d85712592e","messages_hash":"c3c32e8cd5be5e94703c1d230452b31d94c9c3ab0a58af7702331d48bd61b038","transaction_count":0,"txlist_hash":"fc4f551737950e1293a8718899c3b74c2ce76d8d1f58d6e22d10976ffd15eb24"}',0,'BLOCK_PARSED',NULL,'c4d4b501eed4007ad6f64a17e0ca8487df4335525a170f47798b5870abcd94fd'); +INSERT INTO messages VALUES(285,310069,'insert','blocks','{"block_hash":"486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7","block_index":310069,"block_time":310069000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'46b99b7e86da79a28df98d373710510cf14dffdbc1325dd231121872c15933d1'); +INSERT INTO messages VALUES(286,310069,'parse','blocks','{"block_index":310069,"ledger_hash":"5940a47dfa1a1c8bc1e51f1e64100cd0604c74197c88b39f6f7a9d5b763a0b56","messages_hash":"5cbcff766371bca80cfb4e354f71154e8eae830c08ce7e81f350ff8f61c69ed3","transaction_count":0,"txlist_hash":"53ce1fdeb3b9e39930ad127bc86bc71e7b497f24cc34af2a022200db36ebfa36"}',0,'BLOCK_PARSED',NULL,'097431847b78600998d095db278b290f7db1eb3e30beee66a62bcabde15e1d54'); +INSERT INTO messages VALUES(287,310070,'insert','blocks','{"block_hash":"8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5","block_index":310070,"block_time":310070000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3454c2a2158203b71c1d06cd8d4871d27c20081bfeb7d3b21c1b9bc7a9ab4ba2'); +INSERT INTO messages VALUES(288,310070,'parse','blocks','{"block_index":310070,"ledger_hash":"6aebe68545207e7cc81d68c3aca801f0b39e276ac86e8e0130d5029eefb60e2e","messages_hash":"0a46f47edf65a63b944471acb96ec29e9ea5f22a0c3003b55c8a6f19238d2d92","transaction_count":0,"txlist_hash":"0d482039b615aa55b721fef8ddaffcc2942838dbda8784940e9fdd8dba8b1465"}',0,'BLOCK_PARSED',NULL,'0a890d4885b65d62a796f688c4ced825fba23f7364c34467827d6f25bf97c876'); +INSERT INTO messages VALUES(289,310071,'insert','blocks','{"block_hash":"7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b","block_index":310071,"block_time":310071000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fff4be25d2fa829550b1db8a16757e1217f584bdf6377097083a09350414ffd1'); +INSERT INTO messages VALUES(290,310071,'parse','blocks','{"block_index":310071,"ledger_hash":"d005aff752907b93e2dfe442896c8976203f0139fb67cda3ea1936aea495e008","messages_hash":"2fb296edc66f760652c9a0efa26a7f563d6ad7807b46625ca57efb2b64fe529f","transaction_count":0,"txlist_hash":"8be094b2e99ec5c85a594d4a4059b7427ffbee3671190b84161fbf2fadb6f313"}',0,'BLOCK_PARSED',NULL,'69c79e5721fc3a59f96f07b004277a01d773830e701ba25ae3f6bb7e72b9c0c5'); +INSERT INTO messages VALUES(291,310072,'insert','blocks','{"block_hash":"7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a","block_index":310072,"block_time":310072000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fad4614b611678a3ce288ee037722a7c1ddcf168929e7d78a93a7ac4f1e95d40'); +INSERT INTO messages VALUES(292,310072,'parse','blocks','{"block_index":310072,"ledger_hash":"781f0ebe67964c25640f0bf5624e08cda546dbbb6648bd6e8d9f280c7f075f7c","messages_hash":"d94f0d7851113a61e838cc3e091a5024a4f8642650745053bcd714da2db73910","transaction_count":0,"txlist_hash":"9c5e049c1738beda53ffdffe18492b0af038a756278f2bdeaddaa1a726681ce5"}',0,'BLOCK_PARSED',NULL,'95489641fec0a917ac273a9d45af28015b857305eb2044c91554c0871289d640'); +INSERT INTO messages VALUES(293,310073,'insert','blocks','{"block_hash":"ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943","block_index":310073,"block_time":310073000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fb09802f5ace0c97ed04cf001d428ce4da81900e142d8fdfdbce9788691611ad'); +INSERT INTO messages VALUES(294,310073,'parse','blocks','{"block_index":310073,"ledger_hash":"83b5e1ca76fda895b144e8c03cda5fc3d18f6324b5413fd74923e51a94ccc53a","messages_hash":"e6745b3b9abf04540e06e111fc70059689840fe42d806feb6b634343e8288378","transaction_count":0,"txlist_hash":"a7199dd9b360cc694f85a81ccf72fd614e6c0400d753132cb517ca9da55df86a"}',0,'BLOCK_PARSED',NULL,'c57b1573c901b2b992a2de8d33ff98ebd2e7e1fef8f2c58e93ef2d320e22e3ab'); +INSERT INTO messages VALUES(295,310074,'insert','blocks','{"block_hash":"ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb","block_index":310074,"block_time":310074000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'426e4982ee3578c70f18a1e69ed5480acce7078b0598d77d01f9574fa4825440'); +INSERT INTO messages VALUES(296,310074,'parse','blocks','{"block_index":310074,"ledger_hash":"4293be396327c0aa3c56c77a9152068cc32612692c76ba94e8961c59a9ad780f","messages_hash":"c353918998d96819622e50a612c1ef873652d97b9f355bc9b8cb4b379123db5d","transaction_count":0,"txlist_hash":"833f9d3ae03e5819eec47318d948999dfbe35fcbe66766f985b6ca71eccae54a"}',0,'BLOCK_PARSED',NULL,'f05eee05f25f54eb223de06b055982f89c7e6f7bb275dd8b41dd0190f8f0207b'); +INSERT INTO messages VALUES(297,310075,'insert','blocks','{"block_hash":"ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b","block_index":310075,"block_time":310075000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ae96bf2b4c3a983f612cc6f0ae565ac2f539b58984072389ef398e44011d23b8'); +INSERT INTO messages VALUES(298,310075,'parse','blocks','{"block_index":310075,"ledger_hash":"d08b93b609f1766534cb0c30502350b9e4ccc4a885ebff7633e9e5c5b52d8e90","messages_hash":"0213c9c3f3ee3a2531d6e47bed3a0a5c5fbe67db8b31199453faf6f6f5d873a0","transaction_count":0,"txlist_hash":"7db8bbcaa76b087fbcdbd8f5b428b3587c494f0cd7d458a2d519abb0ef26f424"}',0,'BLOCK_PARSED',NULL,'7abeeec4cbb737d2e193b0f0910b2cba829910e509f742b5c69340afd208be24'); +INSERT INTO messages VALUES(299,310076,'insert','blocks','{"block_hash":"3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92","block_index":310076,"block_time":310076000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5ecb3a578683df5789e75db2e80d9189a189016eb2231bb524e93047d4fb2b44'); +INSERT INTO messages VALUES(300,310076,'parse','blocks','{"block_index":310076,"ledger_hash":"06c72d219df429f2873af74b6250f3d12996cce14496d151bf8bd4cf819532e4","messages_hash":"5f1546e3eb6fa401d5409f9cdd8934560febfc9621e46685dd7f30878d4fc897","transaction_count":0,"txlist_hash":"8f6a902dd8d5d573658f07e8ac598ccc46ed49bff95b2a9ed89a051c852215a5"}',0,'BLOCK_PARSED',NULL,'809c33b1e8570f9867df012f1b28c286252b930cdca51f59fe8fe37e04c6636d'); +INSERT INTO messages VALUES(301,310077,'insert','blocks','{"block_hash":"d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd","block_index":310077,"block_time":310077000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b889e58460bcd101817e5c3e35b8cc9b3cd8d7ebc3d5c2d6c95cd3290a430968'); +INSERT INTO messages VALUES(302,310077,'parse','blocks','{"block_index":310077,"ledger_hash":"0ff019cc4b9b8a394aad1b9f8f579fd5c4cc48a846e4fe71ab2f45226cec5a1e","messages_hash":"b66f9ca1d86be8652b58442beb108cf346dbd9e3f5e3f9346dff0fb1c3bf2402","transaction_count":0,"txlist_hash":"e1ab0a4cbd4e60c5b1da333c5ef542bbc1d8bbd7709fdb35374c072a1f54d38c"}',0,'BLOCK_PARSED',NULL,'1ade8835cb9deec7231abada81fe26d4b2a5d547aab306070934bd9f7aadf7fb'); +INSERT INTO messages VALUES(303,310078,'insert','blocks','{"block_hash":"f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6","block_index":310078,"block_time":310078000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6347990337956ddd049599913791ea4585fe2444a5a8af3bc498874639801b44'); +INSERT INTO messages VALUES(304,310078,'parse','blocks','{"block_index":310078,"ledger_hash":"6ea40a02464725d0ba45b9969bdbb7529ae5e3ca794ae00abf4783bfc9667104","messages_hash":"9e87778b4a97b4151aa93768ec4c96d764a53e4feda790ccc00bf1d2257374d6","transaction_count":0,"txlist_hash":"be6f6965b6ba8aae157eb48f28bce3fa91c3bbc22b88fc3ee8d4f126c1538032"}',0,'BLOCK_PARSED',NULL,'ff602150ce8207a03a8bc9d7ccce79852e9fcdb38cd40e229b842ca67662bbf1'); +INSERT INTO messages VALUES(305,310079,'insert','blocks','{"block_hash":"f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c","block_index":310079,"block_time":310079000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'458696fb62a202c0e27b4148e8fbb10d55adae919f6ed283154b45ce82640de4'); +INSERT INTO messages VALUES(306,310079,'parse','blocks','{"block_index":310079,"ledger_hash":"076abf036bd51c47525fe4e638dbad403a8a1667a5b7c2f81ffc2a70e79b80a8","messages_hash":"e08f8cd258fd855e548352e5eaa56f10965cda1b5333b93db475263442963040","transaction_count":0,"txlist_hash":"eb97110f496f9813e14f127af2cdcdb26d54e9745e274fe227fb0646cc132c29"}',0,'BLOCK_PARSED',NULL,'a09dd59aeee00caedc5cf9393b03be010d48c5350468e1b67633a1124713ead9'); +INSERT INTO messages VALUES(307,310080,'insert','blocks','{"block_hash":"42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c","block_index":310080,"block_time":310080000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3f4226ee52e7df29cebfe8cbde8d81fe81cac57ac674b4161440d893403f5fe9'); +INSERT INTO messages VALUES(308,310080,'parse','blocks','{"block_index":310080,"ledger_hash":"8cc2e62f7b3ae2c89977ee9e31acacff38f944d00a978e9b0e48678487cdbe27","messages_hash":"f7411413a77bfb7c6c71a898103a9d49638fa05f2d5d6acb4d600d975f083117","transaction_count":0,"txlist_hash":"93c6c5967f4d297df962f2853f2a2ba3870f5692c8835413c08528cf243985dc"}',0,'BLOCK_PARSED',NULL,'66c2e68a7eb0a81c5e2013f3d60d522a3f788e5880051bffa514f91ea124b949'); +INSERT INTO messages VALUES(309,310081,'insert','blocks','{"block_hash":"6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4","block_index":310081,"block_time":310081000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'57bee7c563a2a4f998c5f0752341037b1ba0b8710869386c50274341df98441d'); +INSERT INTO messages VALUES(310,310081,'parse','blocks','{"block_index":310081,"ledger_hash":"ec86fa6786b598b091121fc2001650bc04668d26d88805efff7271312c76a373","messages_hash":"3653034749961bc466e4960f64e80ef5193a12f68575bb8d89e3b90ba4e589ed","transaction_count":0,"txlist_hash":"e6cf70178316b3c594c60d10ac1ee3783f1dafe5054ce4c6fb932bf3c771f703"}',0,'BLOCK_PARSED',NULL,'ead0e8aed25e368276f9341599ba5710dd40b2fcf4690a71fcd46c5b5e107480'); +INSERT INTO messages VALUES(311,310082,'insert','blocks','{"block_hash":"4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644","block_index":310082,"block_time":310082000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'793b267077f2485ba26c45c67dddaa1fdcfbcb028aa75721b765440f3fcf0fda'); +INSERT INTO messages VALUES(312,310082,'parse','blocks','{"block_index":310082,"ledger_hash":"6b720db96b2d10816e5022ab8c61fafba49cc6bf484909fb500295451e61f768","messages_hash":"fdbc76dc94b2c2d3b92c7018418d38b971e0ce6c50725d46eff9d14c171be73f","transaction_count":0,"txlist_hash":"254cf1d1ac865c611a3d9fbd78001152928a52ad94fd640c526e043ce7c0fdb3"}',0,'BLOCK_PARSED',NULL,'05e3941bb48e68e1d16bcc357bb75de6acc10b04efed0fa79f59d98daa30cb0d'); +INSERT INTO messages VALUES(313,310083,'insert','blocks','{"block_hash":"9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850","block_index":310083,"block_time":310083000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'356fd087b7e9fea761d9e006c10464dc9d570b2f3696e556771815b10d7b41e2'); +INSERT INTO messages VALUES(314,310083,'parse','blocks','{"block_index":310083,"ledger_hash":"d8c6fabb9b9dff0f1f3ba35e75c08be55dc4ded8dcf54e51f0cd857625b87dc8","messages_hash":"806116165c57520c931f6a1b96e7d0f155ebfc0bdfcf809b2af08a6daae9e9b4","transaction_count":0,"txlist_hash":"a34f7e98c65b95becae5908e74cfedcb846366a83605f9d8685e98ac629d1278"}',0,'BLOCK_PARSED',NULL,'d792b2e5a9c08a2b45f24c06201d6070825dcc8454c14f72c55d38f2daae6695'); +INSERT INTO messages VALUES(315,310084,'insert','blocks','{"block_hash":"1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3","block_index":310084,"block_time":310084000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'30fd0f84878835a8f1bd90d131bc16d4567ebeaf095c2fe1e902c37144967c11'); +INSERT INTO messages VALUES(316,310084,'parse','blocks','{"block_index":310084,"ledger_hash":"eba03194b13ca764dbfbb86f86d16841df4486f12c26a214f7f1020468b52d27","messages_hash":"09f4321e10ab36fdac9df9d1c602ed63fb8a23a4a221f2fca54107a59876d6d8","transaction_count":0,"txlist_hash":"e5a15333b0539a58bcf306d993b0be078d8dfd3cf3f5929a690da5ac534eff5e"}',0,'BLOCK_PARSED',NULL,'bf2870e20021cfd881b4fcc948feb33a532bcc2178bbf77877a79b67ba6c7759'); +INSERT INTO messages VALUES(317,310085,'insert','blocks','{"block_hash":"c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34","block_index":310085,"block_time":310085000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9426d483e1b26c22da5605559e39717f8bcd376b38fd4e584b8caf007327b1d6'); +INSERT INTO messages VALUES(318,310085,'parse','blocks','{"block_index":310085,"ledger_hash":"d7fa8085722edc91ea5cb907e439649533e32ad5429b52bc10463629719af5ab","messages_hash":"162eae3cfe7fdf851ec6eefa65be7a774a0324bda591e8e88091966eb12cb047","transaction_count":0,"txlist_hash":"bfedffe97e2bf812728130721dec204767d92ab05bfcf2c4596b5386fc6ea380"}',0,'BLOCK_PARSED',NULL,'6c23673d2ac1ac9abb17ff7fd3582b1eed7790de447ac72f540288acec7fb15b'); +INSERT INTO messages VALUES(319,310086,'insert','blocks','{"block_hash":"080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78","block_index":310086,"block_time":310086000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'40017d67dbc21165da7bc9d0ca99ea7b7da160d6d0d5bc28a4badbc084d9bcbd'); +INSERT INTO messages VALUES(320,310086,'parse','blocks','{"block_index":310086,"ledger_hash":"e84e0b26a5a67af1bca0cdadadea17b52b79f160d8acc0281289de1c70bef248","messages_hash":"4c3c432a6766649292d01ce1d7a08b9835d858d1db4cf287c178d0c3af738168","transaction_count":0,"txlist_hash":"2b4c3ff824d597cc1376a524f89bac6deef025a71395e848b51e9c06002d7f12"}',0,'BLOCK_PARSED',NULL,'89ceae162418954148d996841a588ba738dbbe2468528bfc73a490b85eb3048c'); +INSERT INTO messages VALUES(321,310087,'insert','blocks','{"block_hash":"4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c","block_index":310087,"block_time":310087000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c915c9e4ea7c5017aff7a0243d3028eaf67ab9c33314bce76caca9c1c14411bf'); +INSERT INTO messages VALUES(322,310087,'parse','blocks','{"block_index":310087,"ledger_hash":"ac3522ba0e8278bac956b5f9d7af271424f8e4eff23d57d2a5ff88416dd02ff4","messages_hash":"254b791fd8f48df69fea721089ebbd02b6bacf6cf19b9a3f9c73114477a38d44","transaction_count":0,"txlist_hash":"2b3b181734d815e3cd024f6fd91b11de8cd457bdc5f833520af281a6c42ab391"}',0,'BLOCK_PARSED',NULL,'a1fa4f57bb8d4c4d72dd89930c08002202feb5aac750b7c40c86607f641c6d67'); +INSERT INTO messages VALUES(323,310088,'insert','blocks','{"block_hash":"e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3","block_index":310088,"block_time":310088000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8e75e4b9d59100855afa96c5db1207426182a04815e71cc472175ab3f7b42f3e'); +INSERT INTO messages VALUES(324,310088,'parse','blocks','{"block_index":310088,"ledger_hash":"86255a3e32e6c7a96d0f0a6e7815d61d9a970272f1df38bb0c29ee9f2051f2e4","messages_hash":"58df692c2e6570e28148708b0616086981445b7211251817cd6a46fd9b5c5149","transaction_count":0,"txlist_hash":"9092b97fab9af004edd169f26446c6712e5e1ed1d5f94fc5ac0b49565fa65b4b"}',0,'BLOCK_PARSED',NULL,'d9303d036b38c1b6cfa120dea65c83528dbc22bab5051668c3d6dfd926ea074d'); +INSERT INTO messages VALUES(325,310089,'insert','blocks','{"block_hash":"0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33","block_index":310089,"block_time":310089000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'57beb0d32685a6de5e1665c72340b8cb0c179fa1c4d287352dfa6d127c5a2d99'); +INSERT INTO messages VALUES(326,310089,'parse','blocks','{"block_index":310089,"ledger_hash":"9694fd19263381693133a47584432de876ef1e0a32060d52c8db96811ff7d09e","messages_hash":"12f545e6588184509fe45d68720f0e6d30c354707ccc4badf57cab40e8ab2777","transaction_count":0,"txlist_hash":"06ae398816ea8ca96fa424903182c7df9ce93c5d1bdbc2ead089ee71acb90531"}',0,'BLOCK_PARSED',NULL,'f79dd0ecc3971b494ab688d10e90b3ef3d961f4c71565d407868f57e8300a13f'); +INSERT INTO messages VALUES(327,310090,'insert','blocks','{"block_hash":"b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969","block_index":310090,"block_time":310090000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5c0dac86df0b39c517e2f6aad2ef060ff52d24d100b004eb22ae036d48835620'); +INSERT INTO messages VALUES(328,310090,'parse','blocks','{"block_index":310090,"ledger_hash":"3cb1b469cc6627cbed3f0db1a00370d5c95edf9940f8a4c9406fc78076640d90","messages_hash":"556f130c9d03ec1b5853a530001cb1e1dcb42e12dc99d69d9d70cf2dba452914","transaction_count":0,"txlist_hash":"2c688b2021aa321432ae1bd5a60a9f65cdb6d3720512ca2c304bd2773e7647d9"}',0,'BLOCK_PARSED',NULL,'922692c55ad75ca4f314a6bc218d35650d0c8de3c66f56a223cf31fb0b3e625d'); +INSERT INTO messages VALUES(329,310091,'insert','blocks','{"block_hash":"734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c","block_index":310091,"block_time":310091000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'85103b8c76389694517d2e7bd981b88edfdf80f3614368b9772a771afe75e8df'); +INSERT INTO messages VALUES(330,310091,'parse','blocks','{"block_index":310091,"ledger_hash":"cac7cc49c1d632aef2e9bcb3456f60df2ff11110c4e9980989ce0f2d8a5835e1","messages_hash":"78d9977ba41df4ee82aad158a00f24dad54409e9230db3ca699dba0dc6706bb6","transaction_count":0,"txlist_hash":"2a7ce0455e84f973c078752f1c0ea93ffdbe993f239baeb7ed947e749c119dfb"}',0,'BLOCK_PARSED',NULL,'36814f271370a7f9c76ed88f511b7e47d113d24486004194102fe999c63b64e3'); +INSERT INTO messages VALUES(331,310092,'insert','blocks','{"block_hash":"56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d","block_index":310092,"block_time":310092000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a560accba3aa1f242d8626ba9af788bf1bc8cba74a6ee4a44ed0f76a335461e7'); +INSERT INTO messages VALUES(332,310092,'parse','blocks','{"block_index":310092,"ledger_hash":"1614a317b1144c7f08fb2785bf468bb299b9f19450331b7fdfebd510fa07e574","messages_hash":"18464adb4d02a9d546ac4f147a7f6745560086e620015865180979a1c55722d5","transaction_count":0,"txlist_hash":"270190f8eea6e059acfe66f7369986d3748f707f3ad0eaa2e396a190cc047a6f"}',0,'BLOCK_PARSED',NULL,'1eeba3f7ee4ac5476efd61d739ba9b976ffbbf5142bbacf36dc4c93039c534fa'); +INSERT INTO messages VALUES(333,310093,'insert','blocks','{"block_hash":"a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc","block_index":310093,"block_time":310093000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6c417f75e9f63ff2cf83ee6ef2543a06397f14d1db13aa266d24d751796cbce6'); +INSERT INTO messages VALUES(334,310093,'parse','blocks','{"block_index":310093,"ledger_hash":"631d42f4b3fb091a4c67f737bc2da60b8bf9820d27c758f5b9453b40813c5bc5","messages_hash":"411748c660d9971a8ca531ca1454b2241a80ae784f18e68b2516d2b5a95e2a77","transaction_count":0,"txlist_hash":"35ca62f9b66717328f41e23c80e72395f4ece758ce3ca9aabe1d1edd87d06016"}',0,'BLOCK_PARSED',NULL,'e2b5e8c8c1388542d686cd707c8afac69aa0f8f7c96613e2fabeabc9bf0a75ff'); +INSERT INTO messages VALUES(335,310094,'insert','blocks','{"block_hash":"2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23","block_index":310094,"block_time":310094000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'335de1f56409abd493ae4ef19ed75894ce4f6f8654f0bdf7f1ceb05c74cb67f0'); +INSERT INTO messages VALUES(336,310094,'parse','blocks','{"block_index":310094,"ledger_hash":"2b3f460da72fc0a9b3a720abca80bff0c44654287de69567c43c62a5557144bf","messages_hash":"78a9364e1759d68525c43c9af3317385dcaad4172dfb1c4336e746a5bead715b","transaction_count":0,"txlist_hash":"37d35cf95c6f102413739a672d5dc1c3b0760068de256676b336c631bdc94447"}',0,'BLOCK_PARSED',NULL,'72871e2debf73f483786936be8e37cb7b7885b488d727d39bf55c2ca025d91bd'); +INSERT INTO messages VALUES(337,310095,'insert','blocks','{"block_hash":"bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2","block_index":310095,"block_time":310095000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9b46f147a4cad1f36c902a1ade2004f59d900156c0522c4544cbca871f928b82'); +INSERT INTO messages VALUES(338,310095,'parse','blocks','{"block_index":310095,"ledger_hash":"db62bf94ddb276cf55ddfe73f8023e760788647910807adff6e0672ce1d5e23d","messages_hash":"702714b710f2e91e58510e54c5beaa552417d71261a93b9648ba13f51a31770d","transaction_count":0,"txlist_hash":"2eec38760b106cf52b3bf0fa51198348cb611ae9bb75edd8e4a343e7fef1e042"}',0,'BLOCK_PARSED',NULL,'5ed09bb5c3bea7d581d42f515f348ae01e3505cababef4c8610a0c77bb261abe'); +INSERT INTO messages VALUES(339,310096,'insert','blocks','{"block_hash":"306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f","block_index":310096,"block_time":310096000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'12e412aee5f2c4f5b49da5c3a52816094de588a6d866466ba8233ede8c0fb3da'); +INSERT INTO messages VALUES(340,310096,'parse','blocks','{"block_index":310096,"ledger_hash":"1c427808f1eb1972df57b51eea9f3405d3d63a1d58c5a3faba616d7160e3a264","messages_hash":"2652ce316328c2fca492d81fc0c08598b4e2992bd61bf2d95114110c97aee1ad","transaction_count":0,"txlist_hash":"be57a1f4088437c89e3bdd7c9456b8ac9dc6011d15ada8d5432ab662f80e9a52"}',0,'BLOCK_PARSED',NULL,'118f64e50b96de1e0a762dfc1eb7c8862d2ad0411854286cedd97ee50aa0419e'); +INSERT INTO messages VALUES(341,310097,'insert','blocks','{"block_hash":"13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf","block_index":310097,"block_time":310097000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ed83cd8697e5a6ac3c73809712b5af3860aa06b5b411ad25337f4178b220a28f'); +INSERT INTO messages VALUES(342,310097,'parse','blocks','{"block_index":310097,"ledger_hash":"cd28b5ac0f80f8815467663c1e90b15ffe46ce067a1b2ce004b0d371cb0ceb16","messages_hash":"4a01fb06098110254de914822ce7ad89e0b471b06c98146ea926fd088362fa9d","transaction_count":0,"txlist_hash":"cf5fed759ba01d430d2e97ed6d52503a67c35688f02ad6742e87f1da1b468ae0"}',0,'BLOCK_PARSED',NULL,'2178482c9828c793c489b86d21cb88606a1020d5cea087d51e9983ae62ac3bc7'); +INSERT INTO messages VALUES(343,310098,'insert','blocks','{"block_hash":"ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca","block_index":310098,"block_time":310098000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e8cf856ddde0c1e52c939a6d7ae4af96cdbb392d3e03a3ee0ae6f45ebef74e85'); +INSERT INTO messages VALUES(344,310098,'parse','blocks','{"block_index":310098,"ledger_hash":"69adfbe756c116e395fb3a5170b57210ac2721b07144b3d7a35c4327f28e28c9","messages_hash":"32516ce6167ed4003f4eb47f9fa65d904964b69a2af5ac3a2e903e64f93aa191","transaction_count":0,"txlist_hash":"528e0ea934cb95d328ad13fb3a3a47a1d89824ee44abbb2cc271d707bb6d62d1"}',0,'BLOCK_PARSED',NULL,'183ebe68ff322fd6a3eefea4752526a43b775a0e68dee9474510b9026e0e385f'); +INSERT INTO messages VALUES(345,310099,'insert','blocks','{"block_hash":"3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a","block_index":310099,"block_time":310099000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ab5eafd212fec953bba65950100c3e069bbdf86d723fe829ab435582af29d553'); +INSERT INTO messages VALUES(346,310099,'parse','blocks','{"block_index":310099,"ledger_hash":"d50cb66a25a410db360cdf749b5d10932410b5e37c3e5d3d834a65b5671dcca6","messages_hash":"f3946fb529a57b69fb3181f00a60cdf7c02ba01868dceecdb217fe24c82ad293","transaction_count":0,"txlist_hash":"f0e0e40238d13f69c9c40cad5b8be218cb09af9bc061e728b56d74a42182788b"}',0,'BLOCK_PARSED',NULL,'6661da35ccd4b3d264031bf17f20e4d53417c939d7de5df763b93e72b9202c4a'); +INSERT INTO messages VALUES(347,310100,'insert','blocks','{"block_hash":"96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb","block_index":310100,"block_time":310100000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'62556540a26360dfb84fe86213b91b5a01bd15ae9c1b4ee5f1f61543332698cc'); +INSERT INTO messages VALUES(348,310100,'parse','blocks','{"block_index":310100,"ledger_hash":"384f8d2eda5f1b7b8273ef149ac37fcaa9ae51865fd57bd348339579b8a078eb","messages_hash":"2745b38f5ff36c701e89a2de40c935e2f5495ec0883938d3bde948e6a48fbefe","transaction_count":0,"txlist_hash":"19ac618404aade5a0914a9a9c159ea229384be303a320b08b9915474beccf1df"}',0,'BLOCK_PARSED',NULL,'c94e1ec25e4d056d3cb24c29835d3e16c8d4e8f9eda6d94330d5aa89b4e0cd6f'); +INSERT INTO messages VALUES(349,310101,'insert','blocks','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fe4b0d46380d117d6c8fda4c26607c6232e04996a4392b090930b65f1fb0ff4a'); +INSERT INTO messages VALUES(350,310101,'parse','blocks','{"block_index":310101,"ledger_hash":"5eff25450225c71f85f34466d6e359001eed8f05ea5042e7d65c30ccfeb6098f","messages_hash":"5aa9e90f27b5251d72a586b14ee648edb2e5f0c03b065933f3dba1ea799fe083","transaction_count":0,"txlist_hash":"7d02630f0fbe3e5c3b16766f1d04dd1a83c305f74f0546276d970b36e870ba8e"}',0,'BLOCK_PARSED',NULL,'5b6bcb2d9832b0b379ab79bc0c2e0ebd39348ad60f840a7d89e96e44d3342132'); -- Triggers and indices on messages CREATE TRIGGER block_update_messages BEFORE UPDATE ON messages BEGIN @@ -1295,8 +1312,6 @@ CREATE TRIGGER block_update_broadcasts END; CREATE INDEX broadcasts_block_index_idx ON broadcasts (block_index) ; -CREATE INDEX broadcasts_status_source_idx ON broadcasts (status, source) - ; CREATE INDEX broadcasts_status_source_tx_index_idx ON broadcasts (status, source, tx_index) ; CREATE INDEX broadcasts_timestamp_idx ON broadcasts (timestamp) @@ -1440,32 +1455,33 @@ BEGIN TRANSACTION; -- Table issuances DROP TABLE IF EXISTS issuances; CREATE TABLE issuances( - tx_index INTEGER, - tx_hash TEXT, - msg_index INTEGER DEFAULT 0, - block_index INTEGER, - asset TEXT, - quantity INTEGER, - divisible BOOL, - source TEXT, - issuer TEXT, - transfer BOOL, - callable BOOL, - call_date INTEGER, - call_price REAL, - description TEXT, - fee_paid INTEGER, - locked BOOL, - status TEXT, - asset_longname TEXT, - reset BOOL, - description_locked BOOL, - fair_minting BOOL DEFAULT 0, - PRIMARY KEY (tx_index, msg_index), - UNIQUE (tx_hash, msg_index) - ); -INSERT INTO issuances VALUES(6,'93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2',0,310005,'BBBB',1000000000,1,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',0,0,0,0.0,'',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(7,'3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404',0,310006,'BBBC',100000,0,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',0,0,0,0.0,'foobar',50000000,0,'valid',NULL,0,0,0); + tx_index INTEGER, + tx_hash TEXT, + msg_index INTEGER DEFAULT 0, + block_index INTEGER, + asset TEXT, + quantity INTEGER, + divisible BOOL, + source TEXT, + issuer TEXT, + transfer BOOL, + callable BOOL, + call_date INTEGER, + call_price REAL, + description TEXT, + fee_paid INTEGER, + locked BOOL DEFAULT FALSE, + status TEXT, + asset_longname TEXT, + reset BOOL DEFAULT FALSE, + description_locked BOOL, + fair_minting BOOL DEFAULT FALSE, + asset_events TEXT, + PRIMARY KEY (tx_index, msg_index), + UNIQUE (tx_hash, msg_index) + ); +INSERT INTO issuances VALUES(6,'93599860b4a4a3b672a79c064812eb18d2e1b532613e08bd3ae1ee2a9979eae2',0,310005,'BBBB',1000000000,1,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',0,0,0,0.0,'',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(7,'3318c4b8b244fbc64f6894d28f7a1866db5671f04d2e4f5911d0fd688f804404',0,310006,'BBBC',100000,0,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',0,0,0,0.0,'foobar',50000000,0,'valid',NULL,0,0,0,'creation'); -- Triggers and indices on issuances CREATE TRIGGER block_update_issuances BEFORE UPDATE ON issuances BEGIN @@ -1473,8 +1489,6 @@ CREATE TRIGGER block_update_issuances END; CREATE INDEX issuances_asset_longname_idx ON issuances (asset_longname) ; -CREATE INDEX issuances_asset_status_idx ON issuances (asset, status) - ; CREATE INDEX issuances_block_index_idx ON issuances (block_index) ; CREATE INDEX issuances_issuer_idx ON issuances (issuer) @@ -1485,8 +1499,6 @@ CREATE INDEX issuances_status_asset_longname_tx_index_idx ON issuances (status, ; CREATE INDEX issuances_status_asset_tx_index_idx ON issuances (status, asset, tx_index DESC) ; -CREATE INDEX issuances_status_idx ON issuances (status) - ; COMMIT TRANSACTION; PRAGMA page_size=4096; @@ -1696,8 +1708,6 @@ CREATE INDEX rps_status_idx ON rps (status) ; CREATE INDEX rps_tx_hash_idx ON rps (tx_hash) ; -CREATE INDEX rps_tx_index_idx ON rps (tx_index) - ; CREATE INDEX rps_tx_index_tx_hash_idx ON rps (tx_index, tx_hash) ; CREATE INDEX rps_wager_possible_moves_idx ON rps (wager, possible_moves) @@ -1868,14 +1878,10 @@ CREATE INDEX dispensers_last_status_tx_hash_idx ON dispensers (last_status_tx_ha ; CREATE INDEX dispensers_source_asset_origin_status_idx ON dispensers (source, asset, origin, status) ; -CREATE INDEX dispensers_source_idx ON dispensers (source) - ; CREATE INDEX dispensers_source_origin_idx ON dispensers (source, origin) ; CREATE INDEX dispensers_status_block_index_idx ON dispensers (status, block_index) ; -CREATE INDEX dispensers_status_idx ON dispensers (status) - ; CREATE INDEX dispensers_tx_hash_idx ON dispensers (tx_hash) ; CREATE INDEX dispensers_tx_index_idx ON dispensers (tx_index) @@ -1901,6 +1907,7 @@ CREATE TABLE dispenses ( asset TEXT, dispense_quantity INTEGER, dispenser_tx_hash TEXT, + btc_amount INTEGER, PRIMARY KEY (tx_index, dispense_index, source, destination), FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -- Triggers and indices on dispenses diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_3.log b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_3.log index a428e92fe8..09a0ce7989 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_3.log +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_3.log @@ -12,10 +12,8 @@ SQLITE_LOG: statement aborts at 13: [CREATE TRIGGER IF NOT EXISTS block_update_f BEFORE UPDATE ON fairminters BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); END;] databa (17) SQLITE_SCHEMA -SQLITE_LOG: statement aborts at 11: [SELECT name FROM sqlite_master WHERE type='table' AND name='config'] database schema has changed (17) SQLITE_SCHEMA SQLITE_LOG: statement aborts at 27: [INSERT OR REPLACE INTO config (name, value) VALUES (?, ?)] database schema has changed (17) SQLITE_SCHEMA Cleaning `transaction_count` table -SQLITE_LOG: statement aborts at 11: [SELECT name FROM sqlite_master WHERE type='table' AND name='config'] database schema has changed (17) SQLITE_SCHEMA Initialising asset cache... Asset cache initialised in 0.00 seconds TX Construct - Transaction constructed. diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_3.sql b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_3.sql index f4e3517d07..01abb0bee2 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_3.sql +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_2_of_3.sql @@ -19,112 +19,112 @@ CREATE TABLE blocks( transaction_count INTEGER, PRIMARY KEY (block_index, block_hash)); INSERT INTO blocks VALUES(309999,'8b3bef249cb3b0fa23a4936c1249b6bd41daeadc848c8d2e409ea1cbc10adfe7',309999000,'63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223','63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223','63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223',NULL,NULL,0); -INSERT INTO blocks VALUES(310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'cff3ba7c92f6b318eb4a4a5e2b90b655fc055d4e8a82101b813aef6e1c6152e4','9f6f20e36fd2b2b44df6e91fbfaeffc6d7fae9917b27d196245ee90c36d99ff1','e34cf3d8f2969e78eef50d68dedd6c97c987cffb56fac320ccf7b444e954c813',NULL,NULL,1); -INSERT INTO blocks VALUES(310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'2281de0177f4fcf8d730e2751d7b9fb5da4df741196bbcaff470c7860a2ca0b6','49836952844fe3f887e718d236efa6b1f4cc0b81cfc010f79a6349562ebfc162','04f4360e474a13463c953d3667ad0ab9778a028fbf3297617e335e8d4d548420',NULL,NULL,1); -INSERT INTO blocks VALUES(310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'802742a55d8ab83de24c45efb86d1daa0ad4e565cc4db6dcaa5cedb16ec4125f','017a0ddcf461ffcc3c89042ba6a6337efcc276c8f144daad445ba0e4a36bab33','317c0f31074163c7094d4358f4474a84c5ba666cd45ed71a879f2dc6125c4bfc',NULL,NULL,1); -INSERT INTO blocks VALUES(310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'ed279c6a985256134cfb39f1283ec97c8dc800b7255a3e8243ca9846884d0378','8ec458bf08abe2f3634eafac5af321f02cf5d470c2a87301b8061efe3dcc644f','9bd1833c8c6c4f3a65fcc1b7693bc4e51d02187ec0284730f903bada6d638089',NULL,NULL,1); -INSERT INTO blocks VALUES(310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'bba1ec90ee149be7d8a88ff9df1fca931e076e885be21bc822637829a8675e02','e2e334cb3c300e622a50d2c206fe532a3320f56c445dc1a9dec750417260fe9a','6eed449c6f8843bf541f586788e203a7399c920bd975c123e1045ae729e29017',NULL,NULL,1); -INSERT INTO blocks VALUES(310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'5f8a9d465e686b3e9471041bd15d645b7fc8afee36ee890873aa6c3c51d87bb5','260ad7ae2e2b555f7adf9155fcb761e7ed7a2d22f128457db0f1ff363b498d64','ce8a93faa6c6b467993f6002fdfa979b6450ac5a6565bd7f9175f110b26e5e9e',NULL,NULL,1); -INSERT INTO blocks VALUES(310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'153795f1c7ae2dbec7fc19bb25d03dd518f0664bca82b9bb92bb7c4f1e22f040','c047baa686f8bf24c406cf03687c0b4fe6b95e4afe0b396e0f507a694fb10245','2b1d47772cf3ae15e96e822f9c92680856004bb368fd8aaa4111aa8a411e95da',NULL,NULL,1); -INSERT INTO blocks VALUES(310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'c5d21baa8c6949a8e9f0d73a37436d431bf4876ab3b60b82553877ec53fc4454','d9532f5bdd583968d88ed24feb95b50c5e319d36171dd7bc6067ddf3d13c623c','e9a825cb94dd575b9e48e57cb31b05f958f659b4781dbb15cb93e9c38149d108',NULL,NULL,1); -INSERT INTO blocks VALUES(310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'579de8204446e9128076fd27a644a82da77ca5ff2793ff56815c24a11218af5e','5b37c224e5684c0b3a913793e7e97c4f88b26b6c6d7683de8e06bb9485fba409','ddff58666f9032df65e096f3c2f9175841110517dcf948bd92509dd211ec2e36',NULL,NULL,1); -INSERT INTO blocks VALUES(310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'c03a6e31f50f172c86029ce6a810ec730e1179ad3e76ba5d4290595ec414bb87','f81c6592f74098821e15c146c2a7e4a5be2cc743431d37a5fb6d4143b89907d5','9e94ffeafeb1a78cefe36729e097984039bafdd6eb7622e3d4435a3c22b131fa',NULL,NULL,1); -INSERT INTO blocks VALUES(310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'804651f6571bb24ef7534c97116ae35fb0b6b31aa6a4574a419aae7fc2900b1c','3698516a21c2c590522e6419eae91ed8b469d922863141def1f3e295c4954dfd','dc981e568c90a08536dc14a09bc1825b035392966f54a8ba7021dce45585e77d',NULL,NULL,1); -INSERT INTO blocks VALUES(310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'a9a18fcba1a83d637dcfd633f32848d55c86c5b499e0c15af6a626653b7424b8','deaaba2ecb1772901052ae6490a1015e75146af3b2707b1c148562deff91af49','e15998327974ecea8029e2d976b6a215d19ebc1323ad37c613617392f0ef06ae',NULL,NULL,1); -INSERT INTO blocks VALUES(310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'27298dbdb9026b5d54228b686b7a76f9d42479da79b38b9ef7cd13e4fee27159','e409e7c7435482a64f10aaaaa6e62d69a4f0ae3083922c91907d6f15393dbb22','b77ab9706c2e2e672bbbde7f41e96db02137752d0f2835bf9f171227ed8ed0ea',NULL,NULL,1); -INSERT INTO blocks VALUES(310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'f5fbbb8870bb8253cfba52c58765b8c2493ceee6a2db5779a4212ed456bf892e','78b492a743e24d50541f29a1a8e476434e81961bd457552c55fcbbac68d68fca','c3832c98c0d4f4539bf8ba9a12016b2928fab0cb0d1588dec9b2de4348dbc139',NULL,NULL,1); -INSERT INTO blocks VALUES(310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'f1e77a7a4d28d64a0cfd878112074b6205ef09055b93b8923b0c6466a07ea500','475ee3563b60fa5bbf8f8db5eabf9bdfea4a2f1b5fc82aedc37fa7c581c5f065','4536fc3c5999a7dacd07b5561b191e667221a65cc541d4cd667ea727fc0eff59',NULL,NULL,1); -INSERT INTO blocks VALUES(310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'014bcc839c0ea0d2fecd9aab3074528ffee3b2dce7f805e4d459e2dfb3d98a51','5d40b180a3f3b38eedd15c7f40e8585aaa5e2fdde3967dff443a74703fa45fd4','e778fa0de0328dd542aa554b354a0d7e5ec7ba27d8ae29018effdcfd6356ebee',NULL,NULL,1); -INSERT INTO blocks VALUES(310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'9f72d6a84ee58e1e851a90a62b525dc257c3b1b0c7e9964f93a7e5df6a2e4007','e990e43e7272c9d971fcc782768bea70c71d45fa7d712a7195bcc4151617a57f','9f675ce5be83fa2b28a307b00af4403015c211704a03a531a9225e2a5b713704',NULL,NULL,1); -INSERT INTO blocks VALUES(310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'5d1e195a7d313d703253640cd98be600b04a7d98aae69b5327a29e740573198d','443444009d5700747b2d345cc10a70bf5a48214bc279d811a311ef76e52abf04','8bf32959b33e646c1571405a55f8f487ae7bf0e45744e3f4df671836bad8abe7',NULL,NULL,1); -INSERT INTO blocks VALUES(310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'f38538a4a2cba9bcf8821b56e1dc877990e027135d3f220338cd8cb11f3eb205','abe72d22a1fb28e1ce34bfe3f1fd012d5a41fe219a0c4ee96f3b4b0e49aea889','7bfcc4b34bf739e3c81a8ca5baf62b515e6c462d4b4efe7f153bf826766cb820',NULL,NULL,1); -INSERT INTO blocks VALUES(310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'3a51f1f061d953c940ac7e53f8bb37df041f2d4f42a16f5c5d23707b8b0c0dc6','8bea2f5ef9805bffa4b23881f7635ec213525f8dfe98aa45e716e43a73ffe114','6c01461ee92341d3d897606ba9a238e775303fef0a4d5d4c571a2bbc5f616505',NULL,NULL,1); -INSERT INTO blocks VALUES(310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'cce3284c53fcf79ba268d925e32ab70e3d4df1e6f13dbcbe2920e93fc689128b','d0e8a123b3125a8e057d8504b7a96e77188895c86907c273922b80e7e9ca42d2','2d6c1c859238f8abb4951a727ca488ddad26ad94d79e411a6b21c5f48a5daf3a',NULL,NULL,1); -INSERT INTO blocks VALUES(310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'6ad5172a6dcaa6706d5a4f6fd8ada183e103b9faab58e42c1365613a26477490','1c207ab28dd2c5d297f47d5ac366699523cd97ccfc8a3e348dbf6fe900c32b5d','e47d27a51f0fba44f662e5065cb3b2558f56b00cbd665f7d4208e3e0a4677cb3',NULL,NULL,1); -INSERT INTO blocks VALUES(310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'c9361fea7f3dd2415969eb6ad7fe893381c9ca65ea391f2e47a966e342db3a90','c0867554bd3d50cd8ca4bb6e2d055250fa0c3c46f47b5f03ce5022b7090e07d4','45e2a49e19d9ad5c93ea2fdb32e5461dc2e07909100d246b4da16670b128f7be',NULL,NULL,1); -INSERT INTO blocks VALUES(310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'f63680db66cf963aaaebf64130629790e7492b5ea9396434c2179a5eb8774412','6a3cc06342da18a8eae7180bd93af2cc3a6f7c51916a19265365814f52a58119','3ce99db6c7cbea1152c7156e1a773a2508a3fab6eab74bfe2cc6f8328cc66b91',NULL,NULL,1); -INSERT INTO blocks VALUES(310024,'b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5',310024000,'d69ea243fcd5e525ae03af680d5610b654a9d2bad17782e196305aaa110a6ba9','7e4a0076ce614d5b7bcb0a59c84e79d21702a3507ba88bc0d8ce9e644d7fe692','555050d0ecb0b6ae26610d8a02c4b9b3516d9fb40fe3a46a822692c7f2376a1a',NULL,NULL,0); -INSERT INTO blocks VALUES(310025,'a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666',310025000,'721906ed4cbd1524fafdc8e3ffef27d8b03e0c798bbcbe3eee7bc7f14afe4e81','c1596eb8c172f2968ddd2ef70c1a8f125ab989c1a7bb012ab56f6c75cd96bb41','c23dca2f81a69386d036346205df38a439e7c89aa87825e1cb10c06d734d00d4',NULL,NULL,0); -INSERT INTO blocks VALUES(310026,'6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a',310026000,'27912da2afa797876030dd0e50c31aea462d54c7bfa4f89d2f14fdb7b80db6b0','2d653751a75829265f2cfe2dd7bcc3a594be62492893d36642e3c8815d339fbd','dc11601948717221c78281cfb4936dbbcc3296a4fedd59743a29fcc0530afc30',NULL,NULL,0); -INSERT INTO blocks VALUES(310027,'d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e',310027000,'cc0734ecfd2bdbd2d04d236b853f60e324feaa9115fae33a8add961c4a5f9436','3d5c1eb8dafccfee04f7d91b2819d9f51a9fe8df4050c025c19c29ceb18b3575','3877ae6c2e028a80eafd6ce46c0e3b6e3d841fedec417356ba7c50efe1b4cb8a',NULL,NULL,0); -INSERT INTO blocks VALUES(310028,'02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b',310028000,'d3f5fbbe85d5a81fef8735c73349f61a43122f4b6f3f7aa61215323a683ce3aa','e6600d6d90725ce81afdd7b00220f8df650f85dc3a308d2486fab88edaaa8981','68f051a998835ead0ef1f61bf23457a93b06cde623085a233f27724b750d52e3',NULL,NULL,0); -INSERT INTO blocks VALUES(310029,'3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6',310029000,'74d08f0d1cad9f7102d0cfe70f50614c7ae7f4844ca6d02390031e1e96c2b418','341aa44dcd4967cc3356ca23c97111b1cf3ee128c944493a0ebc6458c4f119be','42702cf4d82b0a6979cfbf8c215958167a957e25914d3818316b0e985b2174ae',NULL,NULL,0); -INSERT INTO blocks VALUES(310030,'d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5',310030000,'753a1a8bb877851ae24dbc33884344f34ee18c6b0d70a4d909231448b943e8cd','b9385290e5bd72f2a1a5d2cc889108a6da0aa888fdcf76170b166888c6301407','727832556033b7dd3e197947501d3b746600d438d86269ca24a334f6b5f306a1',NULL,NULL,0); -INSERT INTO blocks VALUES(310031,'0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689',310031000,'f7c62d08a4efc854dea6f47249786d3d00778d97223dd84de1d0fd1eef3e2ee7','6c27a0cb80d8602b9ccd126f53bb69727d358353b4c1299434c3472b0469d85f','acb42e0131897bafcfbc20223d0fcd9fdc130520b00d83ce822e6782f62948a5',NULL,NULL,0); -INSERT INTO blocks VALUES(310032,'66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074',310032000,'833690f195e85b427b61890640fe8f0cc7419e0f4301b6f4738bab12be06dbb8','cb3ca17e5c792309fead54d49039ee0e00e7b17291868a3a2e86e09bb3dae80e','345da109fa009902eaec31aecf7be8c3abed662970655022079cc60831501ebd',NULL,NULL,0); -INSERT INTO blocks VALUES(310033,'999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707',310033000,'a1e118474a6f70b8f700a67b43ee0272c4609d3309603b5be6434ca587eaa704','2f097bb1b1dff2b4266dcb3b46d29255401e23a2fcfb75f28e9f7184733e14bc','60b0745c37f50a0dd3e5331fcfa3793a252caac1f603d3d2dfb403577c8b716f',NULL,NULL,0); -INSERT INTO blocks VALUES(310034,'f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208',310034000,'3b6427f61fb59ffd674ed8e0af75687fc4ccf8b462011727d4dc4bdf4c794775','be05766d9a1c70d8907d523979a313ccec8cf2900335fd91800b4b90da3bee12','98303aa5c4f995fe47b17cce510eb03d442fc5c6722703abc3af307022d78905',NULL,NULL,0); -INSERT INTO blocks VALUES(310035,'a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2',310035000,'d065384f739c52a718f656717f88eb2fecc10d8567a93ccf823434c003d28c55','41cb2236ce676fd45ae98593c9cac6291fa95479ec07a5af615ccb5fbbeab760','3181d826fc16fd316b4aab93feba628b9f25a81ea54aaaae19cf4f6ce372116d',NULL,NULL,0); -INSERT INTO blocks VALUES(310036,'158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76',310036000,'22cddc8dbfcbaf4b851fa5379c740a96294acc3d772dcf6d684881bef18d7fbf','0beb88a3d4adbf913601c2d5144599cecfd48886ca51f995aecfeb50c56aab1c','8d5a10955bae0d655c09e5cc5ee922ddafde08fac4c4832838738a4d14de734b',NULL,NULL,0); -INSERT INTO blocks VALUES(310037,'563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07',310037000,'93172c51a9c4cb5c33937a199a32ad3c13a40a60f4c194a1187e2c59a15c0ccc','ea276540d3637a9165f482c48e414467e3a78c2c25c6a70bbed0c38f7205920e','9152589dc7ebd1074c6b8f34549084fc083fc33b57af24bafbaae14304fe0b2f',NULL,NULL,0); -INSERT INTO blocks VALUES(310038,'b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2',310038000,'7a167a13f7e576c7e066035dbe2a2513659f1386c095a9e63afa494c043b7def','15ef5d6175a7ce1937554ed6c2b10be6555aa14f7179245b7b140d1a620095fc','326184085ae9f388e4a1847b84aa0b3eea5469179f16d4897fbcf22cf8b5e6af',NULL,NULL,0); -INSERT INTO blocks VALUES(310039,'5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347',310039000,'4733d9ada3d4f60bc09f0a6eba3fdcdcd8e8b18adfd38c7bf06372259e2d38f3','4ac5fe346b8577626d58c9442c95fccd4955506ac712ee3f27b5df6b7ec1d0df','975088697709bae09abdc0018c2875406858678cb882e07cc4942ec18031c387',NULL,NULL,0); -INSERT INTO blocks VALUES(310040,'7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3',310040000,'b8021bbe3744e58cedfc3dd99220fce48f4e56a8fe8256d7894dd55c7312a76d','acbb3114dc5c7599eabdaec4833952c3b6de20dde616233f3945151977d5be16','255114086930cf85ea8e9604eb3975f708cbf1ce150dfcf5960d55e693fc6fa6',NULL,NULL,0); -INSERT INTO blocks VALUES(310041,'5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359',310041000,'017b79a5fb34785dd39964a61a5bde69d676f75ee085c27bbc9e3381983c2dab','6cbdfb2d6b3677c91097b1e80a32dafb0172725fabff370adcf444321ee48509','1856a87927c58dd5fc34bb0a86b03906216a2c407f8112afb6450cf1d4f3b828',NULL,NULL,0); -INSERT INTO blocks VALUES(310042,'826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4',310042000,'cf5389c037b6c619025bf95d9718fb5548cd67978c3ebf26f76029873828162e','a091876d90aaf1dd5b0d53403a3a9b5788710bf3d0c1996184a91961a1f24aa0','aecff9b21753c90b3eb538c14a5a45e2b6dedb3d8db0a6a21dd99a4627eb0c7b',NULL,NULL,0); -INSERT INTO blocks VALUES(310043,'2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51',310043000,'df116ea1fcf5f968644dcc97c1149f0ef6061b188fd56c27152543256ce79009','eafb7d2cbbb2d1afe4a3eb65ca6bc7be653d7d824238264082d2c5e382757e54','a22738cfcbc2a8ba342351bbb83c3b16b43d42d5c72fc89a3d1b448046fe4d9d',NULL,NULL,0); -INSERT INTO blocks VALUES(310044,'3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b',310044000,'c12cfaa984bfb34e781ac93848a87cdc0318c45a1cd9f02d31f5c3a4abe8d918','61cb811c578f90cd6cc9f6963ff80c280f6ad0edb53fe53dd3075a8818404fe8','a8f08f01f1a9f6a79fc27be6874836385d09abfb63e80d0dd053eaf254ab7181',NULL,NULL,0); -INSERT INTO blocks VALUES(310045,'7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98',310045000,'999a9ed2673de2db7637e22eb8a1876e0c794e90f09cdd76d1442e56ae12b1c8','ce9e3f0524576a630ed0154cf69c7798065a001e6752c4f369c30b06aebbe378','1cef1be0b35cf7af3caef517b21f501996a71ce0da4f032e9810c86e665d9d1c',NULL,NULL,0); -INSERT INTO blocks VALUES(310046,'47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6',310046000,'240c9a2f6dc918ed868abfb5de6838d7a17f02263fdda0ccd3c7481c09e155d1','4f83f9bc531841759d1071a92ccda5d898af693fc88db0de16b2d2ca09630d59','1dff208330fcbf246a71e1254f1e92c63e640931ab53109e9c9c52ff26eb6227',NULL,NULL,0); -INSERT INTO blocks VALUES(310047,'a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075',310047000,'79836105e355e25afd709d15632e2c0d1ab53ab251cd3750ffee9fea4a2605b8','b17c5d4fc0eef05c315095d265b324a0ea7dee28145d7b4e251a944b4b6a16fb','a0182e85941a49ba3cea139f8531dcf5757cdcc3dc229a41aaeb6e3a8118b463',NULL,NULL,0); -INSERT INTO blocks VALUES(310048,'610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309',310048000,'6bf0789392e97311c4283d9f748b37effe7b0d1678076e30ce5725eff345a8c5','f9f7ec8bdc9301d4ea41a099d04f84631badad709fdbdf43582327f183102590','665be884c2dc312fec6e37b0d17512c1e16a592b7e868766263841d4cbad3881',NULL,NULL,0); -INSERT INTO blocks VALUES(310049,'4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c',310049000,'1842c46a03800f5e191cb8d641aead6bc80e6d25c2ec826f3a5df426059cc1cb','458e51569acd6ef757e0b36ab3f558e76f239ea3bfbf1b0ce7824f39ec5ac23b','80eaae807f7f4a0b2e1269eee36646572295cb1f0b229bb387efb5d97bbc3a67',NULL,NULL,0); -INSERT INTO blocks VALUES(310050,'8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348',310050000,'d424b02109320491b2d32388869d6468ab1fca26d4bf72374cfef729efad866d','53e0972193c4f689d3a7216f22607a9b0cb7b8a9f43f144469bfbf25f59edb09','cba360a26963c42a81f5132973a239ce3b1ca57df496c838b06b25db161ba667',NULL,NULL,0); -INSERT INTO blocks VALUES(310051,'b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6',310051000,'d1db4181403136b41168ab7786831f2fadfc418a05b7477246ab097bab531859','89bbd06ca16ed2098ac6b7accd2296b4e0a2d8236dbf1cc14137e90ebad364e3','5480b28ffa8c7a8093ed53cc626910a1da8fa9710b7140b3d2dff9d6f20ba293',NULL,NULL,0); -INSERT INTO blocks VALUES(310052,'0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2',310052000,'97fdb6b2c8e636d23109a67af55ab4bb30955a84073274de3fdc788074dc1b6b','8b8739b799483eb556e0e32f92cc092c349bb2bcb87044e88e762d55d6f1b033','05cfcb0621f80d6b56efcb547c680c3a5f1070bfa5c06d14d16630d46820515c',NULL,NULL,0); -INSERT INTO blocks VALUES(310053,'68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f',310053000,'0506be4f04a22058504406210af3f1475dbf6d6834c1c1b7f6ac0fe013b47363','05673a7bf2fc7e9a5daf3732cb03bcf43712df43ef7ecf1bfe89d18f54726b6b','52384173ae7ef6057e789070a5720e15fc127929e26d432b6d85aceec6fefed3',NULL,NULL,0); -INSERT INTO blocks VALUES(310054,'a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305',310054000,'3dc7894c1368c9ef5d32a95fdc292e7de8237b73b61365a25b9d0da95eedc2e6','4651aab35442e5ec1d79ba6422ca0c2b0df02369ee49b33efe1ef54e2ebc7080','dedc06b4c904354c9b4646840e797b63314bf0f406cd458ed03af59c2b4c5589',NULL,NULL,0); -INSERT INTO blocks VALUES(310055,'4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356',310055000,'a9ef2c8bf3a88c326d2bdd722c3d82ed4f4c10b65620b136d4b893ed93174795','d826fea28c0f5e82a6fbefae4d6885a0a49a3180d3c16d6eeb4faff9f57d4d89','44f8c4839b1506206fbd32834b9236957de6ef669f7b804689840a7d19105f83',NULL,NULL,0); -INSERT INTO blocks VALUES(310056,'7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3',310056000,'13b76edecb04a9733107d5c21420ee20424fd463dcde2ea98424ad99ed3383f0','fe620dd60bf5b6f3c610495735deca47cdbfcbb510975ebba2f68c7df6d32a15','72a9e9a64d68f8c616886866fb85f9a49bc2aed2bb36a6f1b33a22d2f4d0623c',NULL,NULL,0); -INSERT INTO blocks VALUES(310057,'4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411',310057000,'41c8a47d7bc4e73aa2f09685acb9fac052c5c55764ec3a8250abbbcde40dbe90','553ea196d7a1045f71dc6261cbfe4b84c78b7dc37de89b8865f4d385cbb42863','8ae494cf3b7d54cf9d168206c919e05ece2b7f22280b501010db8d6aed20c89a',NULL,NULL,0); -INSERT INTO blocks VALUES(310058,'a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f',310058000,'0b8ec211d258206ab8c318c079d9deb33d444a7086d5a05aaba97abc0be137df','c3fd7824c9b8413f24feb96ca676285447a980d684f730d10b81c06a440fab7a','9a81c3ced431d954ff87acfe2cce5a02e206f0e59bf561f3ea4e5d352a4d085b',NULL,NULL,0); -INSERT INTO blocks VALUES(310059,'ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9',310059000,'f5c2686408577854893d11b02f52d8ea917e90777dddf67c98aabb36a3339b6f','3f73e1d36c82dfc8ee58f83502643d962ba6558cbf0fb46d83fea966b5cdfc59','23c0f36adff301366719ea27525b053cb2fe6ca147ca1f8d717eeed7dec9dfb5',NULL,NULL,0); -INSERT INTO blocks VALUES(310060,'974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b',310060000,'b80d446905550494f56f4f8240b501d593b0d0e63b5d98a09e180b1a0a68e3b1','f1995db5beea80756d509ddf79d3467bb14ae96b0d151175499030505d1f648e','1965578f6e4bee9ac77e318be855394ed49d01a47036e4bdaa6357c70e14837d',NULL,NULL,0); -INSERT INTO blocks VALUES(310061,'35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf',310061000,'41b30d23becc727151698b29a1bb733e45ae5086683c5256d073a6f817baaf49','de6a4e6bbd49de2001ce26387040970beeb7062b4e16911757204d2745f6c409','2a4afe7dae680b22419fd47533786586c55037d6534ae2ea12bf0d4ae40c9e23',NULL,NULL,0); -INSERT INTO blocks VALUES(310062,'b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f',310062000,'f873f47e89715e965c98e92616339f8ff4200f6b8ef5cf747e8de2d101cbde02','f2954d07588b07ffc063170f43afbb12548fe61584575a979526d28dd631edaa','c5e8618ce08a55cae6541d613dc1c87ffcbce0c1621c9f705c03a9153da1c242',NULL,NULL,0); -INSERT INTO blocks VALUES(310063,'0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe',310063000,'14ce21ebfe6a00eccd7bf1aac2d5cf122441d2ebe8c0f5fd6dd14a95b5a209b3','96b5675e5c3a3b66d7e2bd3424316119cf795c17bbbf2c8677b66872e4659574','47709f3354e5cc76c6d218306605da9932fe07412c2af6e46deded242a860eec',NULL,NULL,0); -INSERT INTO blocks VALUES(310064,'e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30',310064000,'adb05bac5e7f1e6a1679d5c51f252dc877ebd99c2b73a56df69a9c848cef98a7','243e437b3c00d8106e8c9c2cb08d22376e8a16bd3b62a8b62b86128ddd6d139e','8f063b9483f452342b8ad0aa5d98222d377a2f68e52b6d213ec2860d3000681f',NULL,NULL,0); -INSERT INTO blocks VALUES(310065,'8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a',310065000,'9065476b6b2cfb122888e036cea71d36f3d5f7d6c72451c63d770b40a4560fac','4af47a042289756821ffb0b14aba38fcc8c972fd254220d3991b05642df641e6','98e16aa5862583265779a26f41a86f6b65fe2ec969075d5ab93a0dd7af7d870d',NULL,NULL,0); -INSERT INTO blocks VALUES(310066,'b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d',310066000,'7d5d369827ec0cd44743ed9a519d45003789ff8dc2e511191d2726e1482f58d2','4d61dab0197a7a3f452f3751a92cb1f5378106a13be0351f0f8942d011da097d','5aa7d809ced97a73d35f05679d38b7090729c6569cbb1e0fd9be203b746622dc',NULL,NULL,0); -INSERT INTO blocks VALUES(310067,'8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577',310067000,'301b22a9338d5dd39bbebf6bf518ac53bbb8e1cf7469322484cbcee2fee666ef','ae0cf0361293deb7b8903f20aca2410197db694ea3aff0aec3b635690168f5a5','d279c14d46b8d718f2f4c1367c4b4eea8db6514d2c9efb0b4b5f8998862cb336',NULL,NULL,0); -INSERT INTO blocks VALUES(310068,'9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5',310068000,'fc281736e1dfe5a89a9a3dd098565c645904a4ad1626dd70ac8e9bc447dfb8b8','460295c507a33a24231d1f4c760e5987b54f29d1e17bc97959db2a712f0339bf','1d0e847fc0af78f09bc148f68cee3c1729192ac63efd473a579287fafc854c17',NULL,NULL,0); -INSERT INTO blocks VALUES(310069,'486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7',310069000,'b0249a0dfd008a4554adc24085d3c5f44278403cbccb44ba27ee354b23c5627b','d07500b12517493106b918ff5b6c96c371bc10bb3699eb279647539ea7ab1fd5','5c83c0e524d804ed99d8b1f46bbb5fcf398d72d23602bd1cbb34dcad121024cc',NULL,NULL,0); -INSERT INTO blocks VALUES(310070,'8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5',310070000,'d34051879c8db679ac5c49e50edf2085d0ce88dfc1adb971e7b097c0177854c2','874e494499820bcc0ba41ac5cd1bd153ac1772f730c9b842b77b289adbb2c2f5','3db3d82b00a9bebb8ebc2f2033fbad759f35865e1d001c50fc48b8f4babf995d',NULL,NULL,0); -INSERT INTO blocks VALUES(310071,'7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b',310071000,'0186c5312af19576cc628a85014ce7c33892dc23b5352c8ff5a0f230adfe263b','01342c18caeaea6b35f2d815b9aeffbd92228f6ad285103faa13cb25171fdfc6','347ba8e5eb8e1db5e4da51e6eda8852ea6f4f47e47a3bdee24942667f0c176d8',NULL,NULL,0); -INSERT INTO blocks VALUES(310072,'7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a',310072000,'5376530512d61c3967f21cf01418d317ed072976119b8583fefaf3991b93d8b2','72a7d63ad0b15a401210b197da00ca549b6e8c80d8eda1650cf9017bcbc92532','ce7f86aeff5aac3728e2117bedc9c1c394b9542f3dfe8ab653d4db8b54f94a28',NULL,NULL,0); -INSERT INTO blocks VALUES(310073,'ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943',310073000,'d15fe704fe5de58e9203ff5ded50218a1a01609b65a1a259aec510b8b9e6d690','924753a39229b5005b684c4b2dd111b6233347b89179f2fd2732d256b960ace0','2b5cf30d65ef3848036b6435514fcf3f2ca6521d9e5e6139da264fe83d97563f',NULL,NULL,0); -INSERT INTO blocks VALUES(310074,'ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb',310074000,'61015667044d0dddac3bdb16db67faa6ebcb71758101bfad898fca8ed183e7c3','298ed692f21afcee61b06fd853cf07e5707dbd63a05f0caff6b6a177edc3b613','423e9cdd82571208f52aaaf7fb7ca00f0e42c4d9dfbdced35ab6e41162d4cfd6',NULL,NULL,0); -INSERT INTO blocks VALUES(310075,'ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b',310075000,'5dd06f32075c46b6e573d73f12c1c31cf82cac5d1588bbdf302b8fe95c4b948b','528e4b6aee88202f84f9f2b56611d0aba2336d925b8d8fe47039504e6eea1ebc','9f578c6f77555eacf6d667884ffd8b591554dd39d6102b653f26dd134b5110cf',NULL,NULL,0); -INSERT INTO blocks VALUES(310076,'3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92',310076000,'8e1782c2f35a07fcc4c57b34b2226b70cc4c7af2761386f38fc8fd74d53d5e60','76682f0ffbc6b86d16fbcec967a7562f6f12558c12aa3d9abd8779f51cc870ab','7b4368c86235b586bf042be1ac2570a23bf490f651ec8d010a11efd2b63206a7',NULL,NULL,0); -INSERT INTO blocks VALUES(310077,'d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd',310077000,'6469ff80c3890d274817d30602f33d5d4b0a7c0a9e3b85100d21d7b38d894efb','187e9ae8428d46b7f8c8d652ab31dcf7c86a574cc781714a71784857dc0d1365','0fa6993241eb24495d85de05c828d164e65110519bf82a43134371f1ad0ce019',NULL,NULL,0); -INSERT INTO blocks VALUES(310078,'f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6',310078000,'3ca73c2bf37c694281938a0599335633dccf0284a027f5f3b8e17a9e68cbcdf0','f7830250755fc0566ee5162a06e7308b51c9c0a7a951752be6cff224806a90fa','9472ebe4c7c1b4e3c6b210487e105896cff4cf1037bd1c6b0def464e5cf1beaf',NULL,NULL,0); -INSERT INTO blocks VALUES(310079,'f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c',310079000,'ae4a36e1ce7d5e11f059301684573cddce85b70ba69188a116e0611ceba5c140','8d3b4ed30546c5f19f5522a0f57a86c29159ce27bf9e1e183a5ecffd9fbae8a2','43ace7eae175b66d106a5ff1401f05fc5224613b0677a0b192b556dc820b9d00',NULL,NULL,0); -INSERT INTO blocks VALUES(310080,'42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c',310080000,'c2c0b96c64f1ed555c8553da976e0fcc3a5ef403819ceac49cf22b476281ced1','d9ecf83f3f9f40246bee151938855fce34e0f9c636a5c9c2c80c896eb59287b9','bb44cc516fa9c665c1f0a3efcbc443cd330bfc72915590f0fe84423934bf2a1f',NULL,NULL,0); -INSERT INTO blocks VALUES(310081,'6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4',310081000,'88d1b09f8141b90b44740e4618422298f8a64f2b3d11230c6b04084ef8d11b2c','49e2f64485ac3ef523a079732bce9b2197384e2abfb3a4ad9340bca5a7179e31','b9f471b60e73296b8f507ee7c278316a505eed0b9f28afa814c4e155a14a4e01',NULL,NULL,0); -INSERT INTO blocks VALUES(310082,'4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644',310082000,'dab22ae7a9216033777136cbbac87a3597cf6478a2fd008260caab3cad0cde3f','5406c6e3c63633910da82fc039c525dbeeb1aa818dc450a9d34d43084eef680f','e72291dd6a34f5b968450514b21775dd480efa123a3e229d55beca30e49c5837',NULL,NULL,0); -INSERT INTO blocks VALUES(310083,'9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850',310083000,'a185e60dc97d19a211b0dfaa3f3da154956499b4af146751bf1d776fc68c15b8','76e009b37822fc739a1e4abccf9f908a5fcdbed7fac540a719efbff8ebc694b7','f2011eb5aed6f24cbb2f45aa0db1f8df32c23ae8123db9e570ba99cb8891ae21',NULL,NULL,0); -INSERT INTO blocks VALUES(310084,'1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3',310084000,'622c574321be176c535fde918f319e10cfacaab383978be51406334303d14a8d','f3a3c37d89eb008f2194267a1eb5a7a52e9443f8b1f5fe51267d93a57eee27c7','88eca88cd3a5b634cb68a2f2ccff387293cdaf22b7d2e6db3257736add9c8bcf',NULL,NULL,0); -INSERT INTO blocks VALUES(310085,'c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34',310085000,'5556084b92f51175d4de4097fcd820a3c367c2f0630d3a20081296e892462d84','f284f757d004154b6ab9b9ee9d18281e6f8dd51f25f3f1fc7cc58450e0ba5f17','23006ff672cedbe2fd2f4fabb06fe56c2a25b66c62ce402b6650db66954c49e5',NULL,NULL,0); -INSERT INTO blocks VALUES(310086,'080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78',310086000,'fc9dd8ef92fc7d47b187a75bd16e9698d61fa9ce6b4da7bba75982f59b0fbbc5','e5f9da1d98725423a240687ba2985b42f8acb274ba0122b4e31e25c57619845f','c3a670830a38945734860c0ae28d3d5ac7ed00d2ccb9e4407997f49c2c2f6318',NULL,NULL,0); -INSERT INTO blocks VALUES(310087,'4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c',310087000,'21f7329fa27373fba176043db9081b0d9f95f75421e5adce87177a3edffcedc0','7935ee6c215a123367ddfae34507170148723d08f1963aad7e47b68520fa4e70','f116790e9e0833cbf8b22baf3112f64b6f2a93d1ec95f32c40396e76bf0af1b9',NULL,NULL,0); -INSERT INTO blocks VALUES(310088,'e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3',310088000,'19164a10a0602df57d1add2e3a31ad4eef9d3ef9e53e70174b44aa91de2d6296','d35a417416c712908cdfbeda76e261a55c605ff8091605a79d4d4fc986ae76cd','ef2efc7ac78f4d9ce74fa2d89249aba5b1b402faad83bd656c5c032246d537f7',NULL,NULL,0); -INSERT INTO blocks VALUES(310089,'0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33',310089000,'87f1c713c5f2cd84fab28b996008900f86bf9eaad25ceedac1507348a949be7c','44c73622e27c362abf0460a5e0d7b836091523b763b6183cb9815cee30d66bef','c755b94fcd81e1ff49f2804c296285847d553f81ba05ad97dcdead3b00f9b474',NULL,NULL,0); -INSERT INTO blocks VALUES(310090,'b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969',310090000,'75264a6a628d669a60b4a8ca7e24b6b5ef1ad2c74d955b8325959f906c3bc337','c1771520c57b0c705c3a5f0d576622c8dd40c399e4946b63ba153af976b23b0e','f48f5efd71871929f7174a4196129fd293d0053e5e70651cef8a2bdd3409f3b1',NULL,NULL,0); -INSERT INTO blocks VALUES(310091,'734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c',310091000,'27914e38b3ca9d8444275e5c6d24b5cfe0b4093f7c645d5c1fc3c39e0d3a3c60','329ae5ae96b71b9a116cb82d9518110e63d32a9dfcb6fece911201ab6c3a78c5','af4962c5c6208482165303f1c340cc0dc57c0c4b4aedf03f989a72144cd0b546',NULL,NULL,0); -INSERT INTO blocks VALUES(310092,'56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d',310092000,'eca83e762899ace4d990b8acb23183263df5f92be10b63aecab3518b340b975d','6183465e58c5e5ef0f359a032e98d12cd247ff080ae44dc7a90ee35006e74e9e','52eec90ed129970dcba4a7e28579309aa11251b401719a1283cec93fae5d6035',NULL,NULL,0); -INSERT INTO blocks VALUES(310093,'a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc',310093000,'3544fab97fe90a35b1f52ba955f88a8149d90329986df38d97e12992201bb187','407c0451107403f827f434f3f8f8e3c9adb33362ab584802d87903afe3851f4d','7c773199521ad056bad642303cb191365ab0354253503a5af2ee9238b97c0ea4',NULL,NULL,0); -INSERT INTO blocks VALUES(310094,'2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23',310094000,'df1e6d8f1be344f78c0b58baf7260c2abdbed3175adc45a122947815c08fcc16','d4bc7124f8beb9fe04930a1b19a66aef57669e6bf790a5d38441beefcc001dbf','6761032d284b6a09cd5548d9da3e731a2c2385f04622abf63b2d8aa3d8129373',NULL,NULL,0); -INSERT INTO blocks VALUES(310095,'bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2',310095000,'8b9febcfe1a9447f6a820c060f503dfe6e5c02738df4d9d63b007fe03847a6c7','7038d6f46cc32e35793799e50fbce7bde13c52c379e3bea10da0e6443a221c62','013cf6e479222740e9bc101dce72f03ce42e928d2215999555cba14e8786ad60',NULL,NULL,0); -INSERT INTO blocks VALUES(310096,'306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f',310096000,'b927091b4cf42f8537058a9adbec3814b574c1e1ccd242fe44c5f3671a191304','7640d47e11233c9d27a8e868bec5595acd99b3c7326a480298f7ea38c4a66689','6e96baf95c40c4e6b8aeeee1681306b41256be88a5705d7b15b944386576b056',NULL,NULL,0); -INSERT INTO blocks VALUES(310097,'13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf',310097000,'649d094cfc74f90e06bb4514276aaf3b0a0ed45f56397a2f774cae9602d02e6f','ce9cdd6db6e1bbea3a9446b50b092e504bcc58900befb237580896e1c107eaab','b9b7f8bea2c31781ebbbeca28d65369f4f0dc37fcf3e33ab643e36108d36e117',NULL,NULL,0); -INSERT INTO blocks VALUES(310098,'ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca',310098000,'c9a9dec300afba2cc3f171f76ff4c07cbeb7a41a86a3f498f712e066a8acbd17','7153d6b86e3d8ed76bed0edd2dbd4fe6200e1e6d82d51dd3f812d6b43109f503','568749a7df7c2d6236c05856224a9d69e5b343d9610f410a802afbd40c757b1f',NULL,NULL,0); -INSERT INTO blocks VALUES(310099,'3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a',310099000,'3c7434887f9373b5370664180ba640fa63c2eb5b85569875105e4f4db67d8c02','adfefb6d18cdf44329bf9330e32f265145f60290f2a75db73fea8dd8ed2eb7d6','d4619eeebb548a29e5a0f7e0fe1d034ae599c5364108f331a763dde129b6598a',NULL,NULL,0); -INSERT INTO blocks VALUES(310100,'96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb',310100000,'7e6a09386c3d8552a0dcc25b75143876a3046ebac0ff9cb09d6224ea7e2f3df9','2776deb848ce539546aada2bc1756d9de92b23e0a8d513f5dbfb1b0bb3be3bc5','f7c37c8f30d0d851363c48fb858a9b392ef681847b505abef368ce03a5b9022a',NULL,NULL,0); -INSERT INTO blocks VALUES(310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'6903c0c5941f334f1374aa731e389b010043fc5940d4e9ae8b94480fb4fca030','6612c5f602f26ccc2cf4961f27e64c188ba405870cc0d7cf881c4e0fcb9a54ce','596105409f8a608cc00d091e9d87973642bed27e88ced88da5fab2104c44b684',NULL,NULL,0); +INSERT INTO blocks VALUES(310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'cff3ba7c92f6b318eb4a4a5e2b90b655fc055d4e8a82101b813aef6e1c6152e4','9f6f20e36fd2b2b44df6e91fbfaeffc6d7fae9917b27d196245ee90c36d99ff1','9d3149b2b9bd9d7f0a1beef0eaf6cc15d21b8c0c72a5316c9a8f2ed88ee35541',NULL,NULL,1); +INSERT INTO blocks VALUES(310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'2281de0177f4fcf8d730e2751d7b9fb5da4df741196bbcaff470c7860a2ca0b6','49836952844fe3f887e718d236efa6b1f4cc0b81cfc010f79a6349562ebfc162','2fcba52e643ec4b68e9a4220d63d86f0bc880f10fa18fc973afa37c2973e6757',NULL,NULL,1); +INSERT INTO blocks VALUES(310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'802742a55d8ab83de24c45efb86d1daa0ad4e565cc4db6dcaa5cedb16ec4125f','017a0ddcf461ffcc3c89042ba6a6337efcc276c8f144daad445ba0e4a36bab33','28e6c30392ca8a647563cc08b3c3f6d3299e22a523255a7fad62e777c6227ee0',NULL,NULL,1); +INSERT INTO blocks VALUES(310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'ed279c6a985256134cfb39f1283ec97c8dc800b7255a3e8243ca9846884d0378','8ec458bf08abe2f3634eafac5af321f02cf5d470c2a87301b8061efe3dcc644f','ff51869d524add46bbcd7f74c8c84638d6ef488e1c9d7880d34312bfba765968',NULL,NULL,1); +INSERT INTO blocks VALUES(310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'bba1ec90ee149be7d8a88ff9df1fca931e076e885be21bc822637829a8675e02','e2e334cb3c300e622a50d2c206fe532a3320f56c445dc1a9dec750417260fe9a','9023f8a243c1992c92d694fc313a25187645d876774dc26a8ef9f447e7df0d2a',NULL,NULL,1); +INSERT INTO blocks VALUES(310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'5f8a9d465e686b3e9471041bd15d645b7fc8afee36ee890873aa6c3c51d87bb5','260ad7ae2e2b555f7adf9155fcb761e7ed7a2d22f128457db0f1ff363b498d64','7426692ac830693b96572bf87f5a35b9a0951b2ac7861a387e3d053616a4df4d',NULL,NULL,1); +INSERT INTO blocks VALUES(310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'153795f1c7ae2dbec7fc19bb25d03dd518f0664bca82b9bb92bb7c4f1e22f040','c047baa686f8bf24c406cf03687c0b4fe6b95e4afe0b396e0f507a694fb10245','9c029ada81992d8119ea434c9a2c1b5bd3ab2f443b4e321cf799eb5d2f3145c3',NULL,NULL,1); +INSERT INTO blocks VALUES(310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'c5d21baa8c6949a8e9f0d73a37436d431bf4876ab3b60b82553877ec53fc4454','d9532f5bdd583968d88ed24feb95b50c5e319d36171dd7bc6067ddf3d13c623c','0b963c7da3e90a4e0802f874d7b0c450c6e1f60116d84f9c20a50acb29e34459',NULL,NULL,1); +INSERT INTO blocks VALUES(310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'579de8204446e9128076fd27a644a82da77ca5ff2793ff56815c24a11218af5e','5b37c224e5684c0b3a913793e7e97c4f88b26b6c6d7683de8e06bb9485fba409','258bdbd965a857c15691683595ba06ed259dce79e1bff84f5a3f9e4cc98e9188',NULL,NULL,1); +INSERT INTO blocks VALUES(310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'c03a6e31f50f172c86029ce6a810ec730e1179ad3e76ba5d4290595ec414bb87','f81c6592f74098821e15c146c2a7e4a5be2cc743431d37a5fb6d4143b89907d5','aee99a5120f9cdc9e8976c9f2f86650693b7c9a677f4722b1ca7c644ecb522d6',NULL,NULL,1); +INSERT INTO blocks VALUES(310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'804651f6571bb24ef7534c97116ae35fb0b6b31aa6a4574a419aae7fc2900b1c','3698516a21c2c590522e6419eae91ed8b469d922863141def1f3e295c4954dfd','2d8b73c8c9812caf9ea263ce063d69bf7524599857d6cef26e621548427583bf',NULL,NULL,1); +INSERT INTO blocks VALUES(310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'a9a18fcba1a83d637dcfd633f32848d55c86c5b499e0c15af6a626653b7424b8','deaaba2ecb1772901052ae6490a1015e75146af3b2707b1c148562deff91af49','22d8b3baff7b47ce75de6e753bdeb56b23b3fede0c0a65d3e4d6ab6045ef6b25',NULL,NULL,1); +INSERT INTO blocks VALUES(310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'27298dbdb9026b5d54228b686b7a76f9d42479da79b38b9ef7cd13e4fee27159','e409e7c7435482a64f10aaaaa6e62d69a4f0ae3083922c91907d6f15393dbb22','cc9d3f25df849b245159bb521e85e932194dd5c41b658181329a720ebd45e701',NULL,NULL,1); +INSERT INTO blocks VALUES(310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'f5fbbb8870bb8253cfba52c58765b8c2493ceee6a2db5779a4212ed456bf892e','78b492a743e24d50541f29a1a8e476434e81961bd457552c55fcbbac68d68fca','f622a6c4fa76630506f924ab14e2a0beee36da00240fc37f710e21b448cde472',NULL,NULL,1); +INSERT INTO blocks VALUES(310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'f1e77a7a4d28d64a0cfd878112074b6205ef09055b93b8923b0c6466a07ea500','475ee3563b60fa5bbf8f8db5eabf9bdfea4a2f1b5fc82aedc37fa7c581c5f065','70b08ae4cef497c016e1e7f39bc8f87319cc25d8826f80251ae71e86dddfea69',NULL,NULL,1); +INSERT INTO blocks VALUES(310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'014bcc839c0ea0d2fecd9aab3074528ffee3b2dce7f805e4d459e2dfb3d98a51','5d40b180a3f3b38eedd15c7f40e8585aaa5e2fdde3967dff443a74703fa45fd4','791d28db756628a1d35d77e716f2d91119b01e73f80ccc6104976f72be5f1926',NULL,NULL,1); +INSERT INTO blocks VALUES(310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'9f72d6a84ee58e1e851a90a62b525dc257c3b1b0c7e9964f93a7e5df6a2e4007','e990e43e7272c9d971fcc782768bea70c71d45fa7d712a7195bcc4151617a57f','85168b51e703b2b3dde1b1ec2b79af0792beffa73c542db00957bda489ccfa23',NULL,NULL,1); +INSERT INTO blocks VALUES(310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'5d1e195a7d313d703253640cd98be600b04a7d98aae69b5327a29e740573198d','443444009d5700747b2d345cc10a70bf5a48214bc279d811a311ef76e52abf04','c025838711c4a82dae72606502aba36b25d81a0db5fb0ab0bc3ccd1c2b9b705f',NULL,NULL,1); +INSERT INTO blocks VALUES(310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'f38538a4a2cba9bcf8821b56e1dc877990e027135d3f220338cd8cb11f3eb205','abe72d22a1fb28e1ce34bfe3f1fd012d5a41fe219a0c4ee96f3b4b0e49aea889','d9917a825d91963169ab6a4120b71d202a5f39c90c758959849dc2ca63b2dc53',NULL,NULL,1); +INSERT INTO blocks VALUES(310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'3a51f1f061d953c940ac7e53f8bb37df041f2d4f42a16f5c5d23707b8b0c0dc6','8bea2f5ef9805bffa4b23881f7635ec213525f8dfe98aa45e716e43a73ffe114','88de9eb96d3ecbf6326866f598e897f5eda3252a0db6de633f478da043b4a7c6',NULL,NULL,1); +INSERT INTO blocks VALUES(310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'cce3284c53fcf79ba268d925e32ab70e3d4df1e6f13dbcbe2920e93fc689128b','d0e8a123b3125a8e057d8504b7a96e77188895c86907c273922b80e7e9ca42d2','5705f407e4e48ed86f50ad5aed03d621d719ef19fb6230493c98dadfddec4a95',NULL,NULL,1); +INSERT INTO blocks VALUES(310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'6ad5172a6dcaa6706d5a4f6fd8ada183e103b9faab58e42c1365613a26477490','1c207ab28dd2c5d297f47d5ac366699523cd97ccfc8a3e348dbf6fe900c32b5d','8f484b455b12c5ecbb0b6684d9c051630c7e03b6879460393d26baecde068e1b',NULL,NULL,1); +INSERT INTO blocks VALUES(310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'c9361fea7f3dd2415969eb6ad7fe893381c9ca65ea391f2e47a966e342db3a90','c0867554bd3d50cd8ca4bb6e2d055250fa0c3c46f47b5f03ce5022b7090e07d4','a45cd9cf6312877630f387f16d290900146c8698a95f8834686e66b8c854ec01',NULL,NULL,1); +INSERT INTO blocks VALUES(310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'f63680db66cf963aaaebf64130629790e7492b5ea9396434c2179a5eb8774412','6a3cc06342da18a8eae7180bd93af2cc3a6f7c51916a19265365814f52a58119','45396bb624021d91337976326d79004562dc2b91cf4901b8f90e8518000a8bfb',NULL,NULL,1); +INSERT INTO blocks VALUES(310024,'b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5',310024000,'d69ea243fcd5e525ae03af680d5610b654a9d2bad17782e196305aaa110a6ba9','7e4a0076ce614d5b7bcb0a59c84e79d21702a3507ba88bc0d8ce9e644d7fe692','cb442896fa95d23d5bd5057791c451fd2f32cd857a7cb8a4587eec22fd3edbfd',NULL,NULL,0); +INSERT INTO blocks VALUES(310025,'a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666',310025000,'721906ed4cbd1524fafdc8e3ffef27d8b03e0c798bbcbe3eee7bc7f14afe4e81','c1596eb8c172f2968ddd2ef70c1a8f125ab989c1a7bb012ab56f6c75cd96bb41','90ba9512106a7f77128dbc085fbe51eeeb47a286e3ff7a1990925cb270809e54',NULL,NULL,0); +INSERT INTO blocks VALUES(310026,'6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a',310026000,'27912da2afa797876030dd0e50c31aea462d54c7bfa4f89d2f14fdb7b80db6b0','2d653751a75829265f2cfe2dd7bcc3a594be62492893d36642e3c8815d339fbd','50789af5d73b3762b50df0673df578fd916e0cc539a6ef21950e828127af60ba',NULL,NULL,0); +INSERT INTO blocks VALUES(310027,'d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e',310027000,'cc0734ecfd2bdbd2d04d236b853f60e324feaa9115fae33a8add961c4a5f9436','3d5c1eb8dafccfee04f7d91b2819d9f51a9fe8df4050c025c19c29ceb18b3575','e5b430de889b3a6108abd21fd7677b1727d51aa754db1067114f9024eacee504',NULL,NULL,0); +INSERT INTO blocks VALUES(310028,'02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b',310028000,'d3f5fbbe85d5a81fef8735c73349f61a43122f4b6f3f7aa61215323a683ce3aa','e6600d6d90725ce81afdd7b00220f8df650f85dc3a308d2486fab88edaaa8981','6dd809bdc990a865d8dd19f6e2c57ecac9c0720d453efe4374edcfa36bcd6692',NULL,NULL,0); +INSERT INTO blocks VALUES(310029,'3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6',310029000,'74d08f0d1cad9f7102d0cfe70f50614c7ae7f4844ca6d02390031e1e96c2b418','341aa44dcd4967cc3356ca23c97111b1cf3ee128c944493a0ebc6458c4f119be','8388133948dc450d876a6dd892812a5033115f38edb71c6fa6d50cc04c085662',NULL,NULL,0); +INSERT INTO blocks VALUES(310030,'d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5',310030000,'753a1a8bb877851ae24dbc33884344f34ee18c6b0d70a4d909231448b943e8cd','b9385290e5bd72f2a1a5d2cc889108a6da0aa888fdcf76170b166888c6301407','bb3301cb5a60f73d492075e3c6d5173a26438dad06d7077a1d6653968ddab1c8',NULL,NULL,0); +INSERT INTO blocks VALUES(310031,'0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689',310031000,'f7c62d08a4efc854dea6f47249786d3d00778d97223dd84de1d0fd1eef3e2ee7','6c27a0cb80d8602b9ccd126f53bb69727d358353b4c1299434c3472b0469d85f','97c9a82670a0d33431d563a003038634a551619c073cbcb93e18df81800f368a',NULL,NULL,0); +INSERT INTO blocks VALUES(310032,'66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074',310032000,'833690f195e85b427b61890640fe8f0cc7419e0f4301b6f4738bab12be06dbb8','cb3ca17e5c792309fead54d49039ee0e00e7b17291868a3a2e86e09bb3dae80e','a62dd3cf05ab4cff87c30ec40d26e89895321e5b1e9c0b2fde195b917dc3903f',NULL,NULL,0); +INSERT INTO blocks VALUES(310033,'999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707',310033000,'a1e118474a6f70b8f700a67b43ee0272c4609d3309603b5be6434ca587eaa704','2f097bb1b1dff2b4266dcb3b46d29255401e23a2fcfb75f28e9f7184733e14bc','4daadb3c21c76c7d369ab46e2ffa9d42bd9cca37fecd367b4bd79d358518e235',NULL,NULL,0); +INSERT INTO blocks VALUES(310034,'f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208',310034000,'3b6427f61fb59ffd674ed8e0af75687fc4ccf8b462011727d4dc4bdf4c794775','be05766d9a1c70d8907d523979a313ccec8cf2900335fd91800b4b90da3bee12','9f3466403a0b4c43f7d438cab4ed3a93842a3bbc7e6c97c213e27a09e4bb1744',NULL,NULL,0); +INSERT INTO blocks VALUES(310035,'a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2',310035000,'d065384f739c52a718f656717f88eb2fecc10d8567a93ccf823434c003d28c55','41cb2236ce676fd45ae98593c9cac6291fa95479ec07a5af615ccb5fbbeab760','95890c0c916d1831d126337ebe58e865cbea83c67739a90ea261bfbabc32eafc',NULL,NULL,0); +INSERT INTO blocks VALUES(310036,'158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76',310036000,'22cddc8dbfcbaf4b851fa5379c740a96294acc3d772dcf6d684881bef18d7fbf','0beb88a3d4adbf913601c2d5144599cecfd48886ca51f995aecfeb50c56aab1c','37551d518719d83196fb91c770c48d379c9930f9ce7fac2a5633b55c61d9ab4f',NULL,NULL,0); +INSERT INTO blocks VALUES(310037,'563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07',310037000,'93172c51a9c4cb5c33937a199a32ad3c13a40a60f4c194a1187e2c59a15c0ccc','ea276540d3637a9165f482c48e414467e3a78c2c25c6a70bbed0c38f7205920e','a96664cebe9212cb9bee8bbc1295aa689328b3655e41476c8fd0f79c386a8ef3',NULL,NULL,0); +INSERT INTO blocks VALUES(310038,'b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2',310038000,'7a167a13f7e576c7e066035dbe2a2513659f1386c095a9e63afa494c043b7def','15ef5d6175a7ce1937554ed6c2b10be6555aa14f7179245b7b140d1a620095fc','e79c6d893504f5d30e6ebf52a9d15e107962b4e1339301f94dece6208f63e17e',NULL,NULL,0); +INSERT INTO blocks VALUES(310039,'5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347',310039000,'4733d9ada3d4f60bc09f0a6eba3fdcdcd8e8b18adfd38c7bf06372259e2d38f3','4ac5fe346b8577626d58c9442c95fccd4955506ac712ee3f27b5df6b7ec1d0df','a126b2d1cf0141e0c563deac4ffb6a6297d1150894ed5cc95f93104a3ae5327c',NULL,NULL,0); +INSERT INTO blocks VALUES(310040,'7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3',310040000,'b8021bbe3744e58cedfc3dd99220fce48f4e56a8fe8256d7894dd55c7312a76d','acbb3114dc5c7599eabdaec4833952c3b6de20dde616233f3945151977d5be16','aa0cce2b957a84f2a9d27fca3d9d54f45bcb8f74f0f453ffc8b7c6bd6cd629de',NULL,NULL,0); +INSERT INTO blocks VALUES(310041,'5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359',310041000,'017b79a5fb34785dd39964a61a5bde69d676f75ee085c27bbc9e3381983c2dab','6cbdfb2d6b3677c91097b1e80a32dafb0172725fabff370adcf444321ee48509','9a5969d299562effdda4b48b36a5fe6e616c307c808a2ed1565d5194ca423e2c',NULL,NULL,0); +INSERT INTO blocks VALUES(310042,'826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4',310042000,'cf5389c037b6c619025bf95d9718fb5548cd67978c3ebf26f76029873828162e','a091876d90aaf1dd5b0d53403a3a9b5788710bf3d0c1996184a91961a1f24aa0','dd976c584970e7f04fe1b4d7b797ce0e2e7aee0cad24b81715649839479cf54b',NULL,NULL,0); +INSERT INTO blocks VALUES(310043,'2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51',310043000,'df116ea1fcf5f968644dcc97c1149f0ef6061b188fd56c27152543256ce79009','eafb7d2cbbb2d1afe4a3eb65ca6bc7be653d7d824238264082d2c5e382757e54','3d9ea76ab4d891ee470971e5ad87d3a3f136fe0f8462047c9c45f3fc39643dce',NULL,NULL,0); +INSERT INTO blocks VALUES(310044,'3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b',310044000,'c12cfaa984bfb34e781ac93848a87cdc0318c45a1cd9f02d31f5c3a4abe8d918','61cb811c578f90cd6cc9f6963ff80c280f6ad0edb53fe53dd3075a8818404fe8','9cd305c1b5f768d4dc887ed02c36d54f94aa8c9b5e832cfc9415df09caf91e8d',NULL,NULL,0); +INSERT INTO blocks VALUES(310045,'7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98',310045000,'999a9ed2673de2db7637e22eb8a1876e0c794e90f09cdd76d1442e56ae12b1c8','ce9e3f0524576a630ed0154cf69c7798065a001e6752c4f369c30b06aebbe378','9a4e257e781b8f3d96a76e69e92338e5c66b805bbbb8e81d7d52e19c61d8f94f',NULL,NULL,0); +INSERT INTO blocks VALUES(310046,'47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6',310046000,'240c9a2f6dc918ed868abfb5de6838d7a17f02263fdda0ccd3c7481c09e155d1','4f83f9bc531841759d1071a92ccda5d898af693fc88db0de16b2d2ca09630d59','3d487455df0322de9d045172a07523445d476ea877f1c371b4d98db1741aec35',NULL,NULL,0); +INSERT INTO blocks VALUES(310047,'a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075',310047000,'79836105e355e25afd709d15632e2c0d1ab53ab251cd3750ffee9fea4a2605b8','b17c5d4fc0eef05c315095d265b324a0ea7dee28145d7b4e251a944b4b6a16fb','693fb9977d8f10a57e4475e3101fb52af7719804ba1ed6a9dfe764e18145435b',NULL,NULL,0); +INSERT INTO blocks VALUES(310048,'610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309',310048000,'6bf0789392e97311c4283d9f748b37effe7b0d1678076e30ce5725eff345a8c5','f9f7ec8bdc9301d4ea41a099d04f84631badad709fdbdf43582327f183102590','d80a0d41f3a2492a63090f4bf69c1891066c77dfdcd4684535d15e899bd8fde3',NULL,NULL,0); +INSERT INTO blocks VALUES(310049,'4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c',310049000,'1842c46a03800f5e191cb8d641aead6bc80e6d25c2ec826f3a5df426059cc1cb','458e51569acd6ef757e0b36ab3f558e76f239ea3bfbf1b0ce7824f39ec5ac23b','a6d6ba30c64ee9203e6ec9ddcae6eb9045f278b6573de45d1b09c4a495468465',NULL,NULL,0); +INSERT INTO blocks VALUES(310050,'8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348',310050000,'d424b02109320491b2d32388869d6468ab1fca26d4bf72374cfef729efad866d','53e0972193c4f689d3a7216f22607a9b0cb7b8a9f43f144469bfbf25f59edb09','9fd87535312d33a27c54716e0562e1e5c672b984f88da47bf80a78b9992e175f',NULL,NULL,0); +INSERT INTO blocks VALUES(310051,'b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6',310051000,'d1db4181403136b41168ab7786831f2fadfc418a05b7477246ab097bab531859','89bbd06ca16ed2098ac6b7accd2296b4e0a2d8236dbf1cc14137e90ebad364e3','8e83b7f30dfa116530d50e5942a2f4d83325a44408edfc0e7851b2dafc766f21',NULL,NULL,0); +INSERT INTO blocks VALUES(310052,'0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2',310052000,'97fdb6b2c8e636d23109a67af55ab4bb30955a84073274de3fdc788074dc1b6b','8b8739b799483eb556e0e32f92cc092c349bb2bcb87044e88e762d55d6f1b033','d42e5beb818234a195ac63a7611517d3a4fcb2b1bf0e2e782ae53d295989cc39',NULL,NULL,0); +INSERT INTO blocks VALUES(310053,'68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f',310053000,'0506be4f04a22058504406210af3f1475dbf6d6834c1c1b7f6ac0fe013b47363','05673a7bf2fc7e9a5daf3732cb03bcf43712df43ef7ecf1bfe89d18f54726b6b','079834ccf20e7768ad65bc7da1c85c760f8432f9c3ef8a83417fb866dc982794',NULL,NULL,0); +INSERT INTO blocks VALUES(310054,'a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305',310054000,'3dc7894c1368c9ef5d32a95fdc292e7de8237b73b61365a25b9d0da95eedc2e6','4651aab35442e5ec1d79ba6422ca0c2b0df02369ee49b33efe1ef54e2ebc7080','6d525188b3bfa2241ca55f2ed501155a5c85e087f6f61125545220257daf4db3',NULL,NULL,0); +INSERT INTO blocks VALUES(310055,'4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356',310055000,'a9ef2c8bf3a88c326d2bdd722c3d82ed4f4c10b65620b136d4b893ed93174795','d826fea28c0f5e82a6fbefae4d6885a0a49a3180d3c16d6eeb4faff9f57d4d89','ae6c1ab781777fa8a12ad5a872ce178446bea986c16c6fa67efec2c2f0d44f82',NULL,NULL,0); +INSERT INTO blocks VALUES(310056,'7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3',310056000,'13b76edecb04a9733107d5c21420ee20424fd463dcde2ea98424ad99ed3383f0','fe620dd60bf5b6f3c610495735deca47cdbfcbb510975ebba2f68c7df6d32a15','af8b620a50595adb374668f7695788505ff96b0b92c6ca55166656a5ae8bc949',NULL,NULL,0); +INSERT INTO blocks VALUES(310057,'4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411',310057000,'41c8a47d7bc4e73aa2f09685acb9fac052c5c55764ec3a8250abbbcde40dbe90','553ea196d7a1045f71dc6261cbfe4b84c78b7dc37de89b8865f4d385cbb42863','e9c31653c52d123e95c3dc7ec0a8f3f5e50f717d2a6de0fd540140c9561546f4',NULL,NULL,0); +INSERT INTO blocks VALUES(310058,'a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f',310058000,'0b8ec211d258206ab8c318c079d9deb33d444a7086d5a05aaba97abc0be137df','c3fd7824c9b8413f24feb96ca676285447a980d684f730d10b81c06a440fab7a','79d56bdeb7472d08605244cdb9119fadc7aac62aca530e943738afeb7ceb61e3',NULL,NULL,0); +INSERT INTO blocks VALUES(310059,'ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9',310059000,'f5c2686408577854893d11b02f52d8ea917e90777dddf67c98aabb36a3339b6f','3f73e1d36c82dfc8ee58f83502643d962ba6558cbf0fb46d83fea966b5cdfc59','014a1474a2ea0b3652885f06cabe03ab9990b43c83c1f1e4c2a6bb9e378b630e',NULL,NULL,0); +INSERT INTO blocks VALUES(310060,'974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b',310060000,'b80d446905550494f56f4f8240b501d593b0d0e63b5d98a09e180b1a0a68e3b1','f1995db5beea80756d509ddf79d3467bb14ae96b0d151175499030505d1f648e','6165ec12b3fd4d3954996e4c57b39b827aa6f93a4023b8dc005d093cd4fd4c50',NULL,NULL,0); +INSERT INTO blocks VALUES(310061,'35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf',310061000,'41b30d23becc727151698b29a1bb733e45ae5086683c5256d073a6f817baaf49','de6a4e6bbd49de2001ce26387040970beeb7062b4e16911757204d2745f6c409','94cf0f774146cee23e9bf34a79eb92d2c1f4b883d0eee21fd954c6226f38c184',NULL,NULL,0); +INSERT INTO blocks VALUES(310062,'b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f',310062000,'f873f47e89715e965c98e92616339f8ff4200f6b8ef5cf747e8de2d101cbde02','f2954d07588b07ffc063170f43afbb12548fe61584575a979526d28dd631edaa','8d863993502dca1b000e61cce7b55dc35244d0550f2f2c2fc7a151628ec83873',NULL,NULL,0); +INSERT INTO blocks VALUES(310063,'0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe',310063000,'14ce21ebfe6a00eccd7bf1aac2d5cf122441d2ebe8c0f5fd6dd14a95b5a209b3','96b5675e5c3a3b66d7e2bd3424316119cf795c17bbbf2c8677b66872e4659574','f27bed89de2fd38d175dbd6dded5ea4bc5086fdb0e7d36d1ebe3f6c99a03662d',NULL,NULL,0); +INSERT INTO blocks VALUES(310064,'e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30',310064000,'adb05bac5e7f1e6a1679d5c51f252dc877ebd99c2b73a56df69a9c848cef98a7','243e437b3c00d8106e8c9c2cb08d22376e8a16bd3b62a8b62b86128ddd6d139e','a0c152e2c4a3c54d8b006753fbb26a8432c5933eaff64cc6aea1830c9fa52631',NULL,NULL,0); +INSERT INTO blocks VALUES(310065,'8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a',310065000,'9065476b6b2cfb122888e036cea71d36f3d5f7d6c72451c63d770b40a4560fac','4af47a042289756821ffb0b14aba38fcc8c972fd254220d3991b05642df641e6','ccdaf545171aa6115cb55777a18c174567f7f52e4ae7b3bc469b5e3fec29d119',NULL,NULL,0); +INSERT INTO blocks VALUES(310066,'b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d',310066000,'7d5d369827ec0cd44743ed9a519d45003789ff8dc2e511191d2726e1482f58d2','4d61dab0197a7a3f452f3751a92cb1f5378106a13be0351f0f8942d011da097d','ec19926d2d7f474e2407b7c7c98c03016ffc719e250a8b757eb2a4e0540cc3da',NULL,NULL,0); +INSERT INTO blocks VALUES(310067,'8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577',310067000,'301b22a9338d5dd39bbebf6bf518ac53bbb8e1cf7469322484cbcee2fee666ef','ae0cf0361293deb7b8903f20aca2410197db694ea3aff0aec3b635690168f5a5','c9e9fb0d69c92d3c455f3e7e3f4f476b54aed4df35e7c5d41016212870ceff33',NULL,NULL,0); +INSERT INTO blocks VALUES(310068,'9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5',310068000,'fc281736e1dfe5a89a9a3dd098565c645904a4ad1626dd70ac8e9bc447dfb8b8','460295c507a33a24231d1f4c760e5987b54f29d1e17bc97959db2a712f0339bf','f913a418712b998c29ba2ada5971cb664b9fe9083f92a40e3a1443bbef9f944d',NULL,NULL,0); +INSERT INTO blocks VALUES(310069,'486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7',310069000,'b0249a0dfd008a4554adc24085d3c5f44278403cbccb44ba27ee354b23c5627b','d07500b12517493106b918ff5b6c96c371bc10bb3699eb279647539ea7ab1fd5','c955439b3b5658f0cf60ae57b9319b457306b4b95ba54f2a294a5bc73229fda7',NULL,NULL,0); +INSERT INTO blocks VALUES(310070,'8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5',310070000,'d34051879c8db679ac5c49e50edf2085d0ce88dfc1adb971e7b097c0177854c2','874e494499820bcc0ba41ac5cd1bd153ac1772f730c9b842b77b289adbb2c2f5','ed784a11e26ea2f062fc16782597106ba946e824049cd4707c4b03d1fc8c0f76',NULL,NULL,0); +INSERT INTO blocks VALUES(310071,'7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b',310071000,'0186c5312af19576cc628a85014ce7c33892dc23b5352c8ff5a0f230adfe263b','01342c18caeaea6b35f2d815b9aeffbd92228f6ad285103faa13cb25171fdfc6','ececb2ac05d28c7fb319536c3985987518d0d748b183b8a29d363cde9f475d3c',NULL,NULL,0); +INSERT INTO blocks VALUES(310072,'7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a',310072000,'5376530512d61c3967f21cf01418d317ed072976119b8583fefaf3991b93d8b2','72a7d63ad0b15a401210b197da00ca549b6e8c80d8eda1650cf9017bcbc92532','e3b7f8178ca271704ea4a219468e85aa6d3a35315a7eaa9445790e9a3bcdd142',NULL,NULL,0); +INSERT INTO blocks VALUES(310073,'ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943',310073000,'d15fe704fe5de58e9203ff5ded50218a1a01609b65a1a259aec510b8b9e6d690','924753a39229b5005b684c4b2dd111b6233347b89179f2fd2732d256b960ace0','35ce2412358e78fcd65231ebc8b80be10faa8c7d4cb8183065dd315c71098a5d',NULL,NULL,0); +INSERT INTO blocks VALUES(310074,'ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb',310074000,'61015667044d0dddac3bdb16db67faa6ebcb71758101bfad898fca8ed183e7c3','298ed692f21afcee61b06fd853cf07e5707dbd63a05f0caff6b6a177edc3b613','ecad0540edaf6f401cef308697f135348d758f4cc2c2ca55813062925cc7e401',NULL,NULL,0); +INSERT INTO blocks VALUES(310075,'ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b',310075000,'5dd06f32075c46b6e573d73f12c1c31cf82cac5d1588bbdf302b8fe95c4b948b','528e4b6aee88202f84f9f2b56611d0aba2336d925b8d8fe47039504e6eea1ebc','59763bb75ed0bff412b1fdd0b1aa3460cb530b5a0aff6c32840207c2a0b8840e',NULL,NULL,0); +INSERT INTO blocks VALUES(310076,'3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92',310076000,'8e1782c2f35a07fcc4c57b34b2226b70cc4c7af2761386f38fc8fd74d53d5e60','76682f0ffbc6b86d16fbcec967a7562f6f12558c12aa3d9abd8779f51cc870ab','b9c92d45db713bc7b0fa639704c621702fcc2f01f16cbd8d19a558e5c34dd986',NULL,NULL,0); +INSERT INTO blocks VALUES(310077,'d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd',310077000,'6469ff80c3890d274817d30602f33d5d4b0a7c0a9e3b85100d21d7b38d894efb','187e9ae8428d46b7f8c8d652ab31dcf7c86a574cc781714a71784857dc0d1365','2abce35638cb50dec34d29cb44a9f6b838c6bc2ce72cf5b385841b70b40069ec',NULL,NULL,0); +INSERT INTO blocks VALUES(310078,'f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6',310078000,'3ca73c2bf37c694281938a0599335633dccf0284a027f5f3b8e17a9e68cbcdf0','f7830250755fc0566ee5162a06e7308b51c9c0a7a951752be6cff224806a90fa','82b9bc36f9787dd2a1471a18552895ba38f9892d2453aa123ed22f6845913a10',NULL,NULL,0); +INSERT INTO blocks VALUES(310079,'f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c',310079000,'ae4a36e1ce7d5e11f059301684573cddce85b70ba69188a116e0611ceba5c140','8d3b4ed30546c5f19f5522a0f57a86c29159ce27bf9e1e183a5ecffd9fbae8a2','bc3b1feaa32c52826212c53e9fd5684765fea191c45ce482ca1d59eabc2b4990',NULL,NULL,0); +INSERT INTO blocks VALUES(310080,'42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c',310080000,'c2c0b96c64f1ed555c8553da976e0fcc3a5ef403819ceac49cf22b476281ced1','d9ecf83f3f9f40246bee151938855fce34e0f9c636a5c9c2c80c896eb59287b9','7d1156b942fe166e43f8b8e583f7ebdc19b9aac2f221eec02f080550d00ccbce',NULL,NULL,0); +INSERT INTO blocks VALUES(310081,'6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4',310081000,'88d1b09f8141b90b44740e4618422298f8a64f2b3d11230c6b04084ef8d11b2c','49e2f64485ac3ef523a079732bce9b2197384e2abfb3a4ad9340bca5a7179e31','4dcf39c6448771513c9f654fa17bb94929aa952894184c3022dc5ac39ce39bcc',NULL,NULL,0); +INSERT INTO blocks VALUES(310082,'4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644',310082000,'dab22ae7a9216033777136cbbac87a3597cf6478a2fd008260caab3cad0cde3f','5406c6e3c63633910da82fc039c525dbeeb1aa818dc450a9d34d43084eef680f','c4fd44c237bb4e27df65851da1fa59b17e3af834ba4b8b8beb7933e077528240',NULL,NULL,0); +INSERT INTO blocks VALUES(310083,'9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850',310083000,'a185e60dc97d19a211b0dfaa3f3da154956499b4af146751bf1d776fc68c15b8','76e009b37822fc739a1e4abccf9f908a5fcdbed7fac540a719efbff8ebc694b7','ebf8656f7bba4d40f3286ad32d91ae3b918214bc939dfb802bd4a2d9c5ebd060',NULL,NULL,0); +INSERT INTO blocks VALUES(310084,'1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3',310084000,'622c574321be176c535fde918f319e10cfacaab383978be51406334303d14a8d','f3a3c37d89eb008f2194267a1eb5a7a52e9443f8b1f5fe51267d93a57eee27c7','657613bf56e2295ce59afb06709c5877b8ea2b9a1a9fed75bb1c0141e320bf41',NULL,NULL,0); +INSERT INTO blocks VALUES(310085,'c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34',310085000,'5556084b92f51175d4de4097fcd820a3c367c2f0630d3a20081296e892462d84','f284f757d004154b6ab9b9ee9d18281e6f8dd51f25f3f1fc7cc58450e0ba5f17','ee3c724cdfa2153311f05d8c053791f2d30241e7b68f157337ccd4f189c53e90',NULL,NULL,0); +INSERT INTO blocks VALUES(310086,'080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78',310086000,'fc9dd8ef92fc7d47b187a75bd16e9698d61fa9ce6b4da7bba75982f59b0fbbc5','e5f9da1d98725423a240687ba2985b42f8acb274ba0122b4e31e25c57619845f','01deb3d378d2a57c0d406f94b5cd3168397a45b536ee049713ef3bdf600cafd3',NULL,NULL,0); +INSERT INTO blocks VALUES(310087,'4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c',310087000,'21f7329fa27373fba176043db9081b0d9f95f75421e5adce87177a3edffcedc0','7935ee6c215a123367ddfae34507170148723d08f1963aad7e47b68520fa4e70','4a40d11d70cfeb42b1339423f9874509411addff5e5665c69f869479ceb09de0',NULL,NULL,0); +INSERT INTO blocks VALUES(310088,'e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3',310088000,'19164a10a0602df57d1add2e3a31ad4eef9d3ef9e53e70174b44aa91de2d6296','d35a417416c712908cdfbeda76e261a55c605ff8091605a79d4d4fc986ae76cd','3e76edbc21c664539835d249a0359c6e33fec00963bbb778ee61a53f2006dc63',NULL,NULL,0); +INSERT INTO blocks VALUES(310089,'0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33',310089000,'87f1c713c5f2cd84fab28b996008900f86bf9eaad25ceedac1507348a949be7c','44c73622e27c362abf0460a5e0d7b836091523b763b6183cb9815cee30d66bef','1310f323ca9fc79038d6697527a430a596ef0960f9242c23a04acb86e755e276',NULL,NULL,0); +INSERT INTO blocks VALUES(310090,'b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969',310090000,'75264a6a628d669a60b4a8ca7e24b6b5ef1ad2c74d955b8325959f906c3bc337','c1771520c57b0c705c3a5f0d576622c8dd40c399e4946b63ba153af976b23b0e','de69e49724fc6583404a7b504f2942750809cac3a2b746e6bf5aa9da9f0a2ae7',NULL,NULL,0); +INSERT INTO blocks VALUES(310091,'734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c',310091000,'27914e38b3ca9d8444275e5c6d24b5cfe0b4093f7c645d5c1fc3c39e0d3a3c60','329ae5ae96b71b9a116cb82d9518110e63d32a9dfcb6fece911201ab6c3a78c5','02979a600f18f25fd090027671b4f9c278e2bf9cfd5e59b957fbc7423d8b8106',NULL,NULL,0); +INSERT INTO blocks VALUES(310092,'56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d',310092000,'eca83e762899ace4d990b8acb23183263df5f92be10b63aecab3518b340b975d','6183465e58c5e5ef0f359a032e98d12cd247ff080ae44dc7a90ee35006e74e9e','af27fb5fcf84a05558828965b57e17171574a3e816387a79241474742ad5a880',NULL,NULL,0); +INSERT INTO blocks VALUES(310093,'a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc',310093000,'3544fab97fe90a35b1f52ba955f88a8149d90329986df38d97e12992201bb187','407c0451107403f827f434f3f8f8e3c9adb33362ab584802d87903afe3851f4d','d3a36d04ad68322c555db9b9879449ff07e3189026f310ee875dee48b79f98d7',NULL,NULL,0); +INSERT INTO blocks VALUES(310094,'2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23',310094000,'df1e6d8f1be344f78c0b58baf7260c2abdbed3175adc45a122947815c08fcc16','d4bc7124f8beb9fe04930a1b19a66aef57669e6bf790a5d38441beefcc001dbf','bcf0fb8348fa89480bae844ec8b5b8533c3332e1d0cac30d29ad62c75a2599f2',NULL,NULL,0); +INSERT INTO blocks VALUES(310095,'bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2',310095000,'8b9febcfe1a9447f6a820c060f503dfe6e5c02738df4d9d63b007fe03847a6c7','7038d6f46cc32e35793799e50fbce7bde13c52c379e3bea10da0e6443a221c62','539f2ba6bcefe6044c95609af3365da11b899b4693d0a03e2c9d327a8c1e295c',NULL,NULL,0); +INSERT INTO blocks VALUES(310096,'306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f',310096000,'b927091b4cf42f8537058a9adbec3814b574c1e1ccd242fe44c5f3671a191304','7640d47e11233c9d27a8e868bec5595acd99b3c7326a480298f7ea38c4a66689','aa9348742e0bf9fa5305147dc87baebfc6400a5df2ad593557c6f45499741408',NULL,NULL,0); +INSERT INTO blocks VALUES(310097,'13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf',310097000,'649d094cfc74f90e06bb4514276aaf3b0a0ed45f56397a2f774cae9602d02e6f','ce9cdd6db6e1bbea3a9446b50b092e504bcc58900befb237580896e1c107eaab','f4188f26f83f9d7d12adb7e58c602db91a61ecd4e3cc324a9ff07ff683b92768',NULL,NULL,0); +INSERT INTO blocks VALUES(310098,'ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca',310098000,'c9a9dec300afba2cc3f171f76ff4c07cbeb7a41a86a3f498f712e066a8acbd17','7153d6b86e3d8ed76bed0edd2dbd4fe6200e1e6d82d51dd3f812d6b43109f503','4111b0dde9c0b5f9f334359f396a3b0245a445affc9a6de12f53d7dad234ed70',NULL,NULL,0); +INSERT INTO blocks VALUES(310099,'3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a',310099000,'3c7434887f9373b5370664180ba640fa63c2eb5b85569875105e4f4db67d8c02','adfefb6d18cdf44329bf9330e32f265145f60290f2a75db73fea8dd8ed2eb7d6','bf851a5e839748f0d87813ac80f8182de6553c9258ced1fcfdacadf0fd799a53',NULL,NULL,0); +INSERT INTO blocks VALUES(310100,'96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb',310100000,'7e6a09386c3d8552a0dcc25b75143876a3046ebac0ff9cb09d6224ea7e2f3df9','2776deb848ce539546aada2bc1756d9de92b23e0a8d513f5dbfb1b0bb3be3bc5','75798829a334af42ea8a11d31c741b1cc4cfef32a3cb01b029fe779e704d66d7',NULL,NULL,0); +INSERT INTO blocks VALUES(310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'6903c0c5941f334f1374aa731e389b010043fc5940d4e9ae8b94480fb4fca030','6612c5f602f26ccc2cf4961f27e64c188ba405870cc0d7cf881c4e0fcb9a54ce','b2dae85937627b169199a3b4ebacb7e96430d4a6a36b9029afc967250e13cf3d',NULL,NULL,0); -- Triggers and indices on blocks CREATE INDEX blocks_block_index_block_hash_idx ON blocks (block_index, block_hash) ; -CREATE INDEX blocks_block_index_idx ON blocks (block_index) +CREATE INDEX blocks_ledger_hash_idx ON blocks (ledger_hash) ; COMMIT TRANSACTION; @@ -150,42 +150,41 @@ CREATE TABLE transactions( data BLOB, supported BOOL DEFAULT 1, utxos_info TEXT, + transaction_type TEXT, FOREIGN KEY (block_index, block_hash) REFERENCES blocks(block_index, block_hash), PRIMARY KEY (tx_index, tx_hash, block_index)); -INSERT INTO transactions VALUES(1,'15b35d5497f454c43576f21a1b61d99bde25dfc5aae1a4796dcf55e739d6a399',310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 750ccad1bc0bfbf5a710bbafd8b462594ddfee190e3430bca7e8c8d270f2fd5f:0 2 '); -INSERT INTO transactions VALUES(2,'121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f',310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'0000000000000000000000010000000002FAF080',1,' a91d2e8deef46214f4c9b8aebb35b6d8807f2a400c2fb6fbf3fb47442d7ea39c:0 3 '); -INSERT INTO transactions VALUES(3,'c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375',310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,1000000,X'0000000A00000000000000000000000002FAF08000000000000000010000000005F5E100000A0000000000000000',1,' 4c3b65c423a0600af4c17f48fc9f8443e1e7918f419478a53d22f14b793ab4b3:0 2 '); -INSERT INTO transactions VALUES(4,'89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a',310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000000A00000000000000010000000006422C4000000000000000000000000002FAF080000A00000000000DBBA0',1,' e108001c44f040df19f8e751538a100b2dfbe606f72e8e359794e9c05bc3f52e:0 2 '); -INSERT INTO transactions VALUES(5,'f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6',310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',50000000,9675,X'0000000BC953EB18873CE8AED42456DF0ECE8E4678E13282D9917916E7A4AEC10E82837589A44A3314B298A83D5D14C8646900A5122B8A1E8F6E0528E73EA82044D1726A',1,' 2fd391aa096ca17e07a6dd0f8cf70121cb8c7c542d17254f34d5c302093a4e3e:0 4 '); -INSERT INTO transactions VALUES(6,'9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9',310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'000000140000000000004767000000003B9ACA000100000000000000000000',1,' c06c060767776b7f09c3eed96bea1466a3d9f49c4d00d16cfc4049bd45821fb3:0 2 '); -INSERT INTO transactions VALUES(7,'19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8',310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000014000000000000476800000000000186A00000000000000000000006666F6F626172',1,' 70e7cfe725accafbee3f35946c1a5d4ab2aa80adcfb17a0aed6af3e79278a848:0 2 '); -INSERT INTO transactions VALUES(8,'b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0',310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'00000000000000000000476700000000003D0900',1,' d36f95f3a8fb5852f28ff84250bd92661ec31fce6d5b1505455279e2c9826ec8:0 3 '); -INSERT INTO transactions VALUES(9,'592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11',310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'000000000000000000004768000000000000020E',1,' f436cbcb20522b45ba9c40785725c876d3a520a4f3f683d08d6c24a4e6c1563e:0 3 '); -INSERT INTO transactions VALUES(10,'f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a',310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000032000000000000025800000000000047670000000000000001',1,' 0d302299946d398d35a9735af378054a896a17db28edcc87586ec5ff530520e2:0 2 '); -INSERT INTO transactions VALUES(11,'a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8',310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000032000000000000032000000000000047680000000000000001',1,' 3704b23673489a138f7021044edddab7f1d94a14e12aedfd5a736d331a7d4495:0 2 '); -INSERT INTO transactions VALUES(12,'9ec74a4822710f9534a3815f0e836a09219f6c766880a57767c7514071d99084',310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB3300405900000000000005F5E0FF09556E69742054657374',1,' 23f74e8488b875442229dff279f819780d8051c845960fb4eb71585e8ea0ba47:0 2 '); -INSERT INTO transactions VALUES(13,'ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c',310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000052BB33640000000002FAF08000000000017D7840000000000000000000003B100000000A',1,' edbd203a595616cf0285a982c3f85d998f302ade18b011fd847adba54b508001:0 3 '); -INSERT INTO transactions VALUES(14,'ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943',310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000152BB336400000000017D78400000000002793D60000000000000000000003B100000000A',1,' 70125234408f91cf05af61871ec76164b8676907ba299908cb2ddbaaa3cd2fb1:0 3 '); -INSERT INTO transactions VALUES(15,'6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d',310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000052BB33640000000008F0D1800000000014DC93800000000000000000000013B00000000A',1,' e1eb255cd51ddda8caa319a7690a45fb5385f1ee33bfc8d5011e442434cd4e11:0 3 '); -INSERT INTO transactions VALUES(16,'10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd',310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000152BB33640000000014DC93800000000008F0D1800000000000000000000013B00000000A',1,' 534148dc2423208b93e138f110e12734d45b678bb534ad1aed2bd50f9d5e21a7:0 3 '); -INSERT INTO transactions VALUES(17,'caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc',310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000252BB33C8000000002CB417800000000026BE36803FF0000000000000000013B00000000A',1,' 0c3c3475ad1a79c2fe673603bb38447ee12b478094e9e51e99fa6c06f7e72ae8:0 3 '); -INSERT INTO transactions VALUES(18,'67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c',310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000352BB33C80000000026BE3680000000002CB417803FF0000000000000000013B00000000A',1,' bf7acc19b878a8ceadfb1ea2bff6fa3a692e1e8599869a85e45ff316ecf0f92b:0 3 '); -INSERT INTO transactions VALUES(19,'e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd',310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB33324058F7256FFC115E004C4B4009556E69742054657374',1,' 17063806c5eeb2cc730ab380dc0ebd3ebeedd5fbe5c502eaaf46b065d901dd2b:0 2 '); -INSERT INTO transactions VALUES(20,'1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df',310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB3365405915F3B645A1CB004C4B4009556E69742054657374',1,' ff1c30c31e2e0b511c508c7111d22d77fdbb4f20379d49042bef4e231b9c098b:0 2 '); -INSERT INTO transactions VALUES(21,'dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73',310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB33C94000000000000000004C4B4009556E69742054657374',1,' 2e07fb3dfdafff224b0cb92d718788af96b51014f621e726986b11b9113ae3f8:0 2 '); -INSERT INTO transactions VALUES(22,'4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7',310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000000A00000000000047670000000002FAF08000000000000000010000000002FAF080000A0000000000000000',1,' 168840008f0acd950b58778bb6ee9d625b19dde6fc5a85f02a787aa78d541341:0 2 '); -INSERT INTO transactions VALUES(23,'181709b341ec136f90975fdaa362c767ebd789e72f16d4e17348ab2985c1bd01',310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','mvCounterpartyXXXXXXXXXXXXXXW24Hef',100000000,5625,X'',1,' a64251be6598696807b458ee6811a35eefdcd8170ab68e36c37d1c5b0bb84350:0 2 '); -INSERT INTO transactions VALUES(24,'f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831',310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'0000000000000000000047680000000000002710',1,' 806ec51cd29841b7bb12b0cb41cf9678b3e3e26f9a95d5aeba5e0868330b8e60:0 3 '); +INSERT INTO transactions VALUES(1,'15b35d5497f454c43576f21a1b61d99bde25dfc5aae1a4796dcf55e739d6a399',310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 750ccad1bc0bfbf5a710bbafd8b462594ddfee190e3430bca7e8c8d270f2fd5f:0 2 ',NULL); +INSERT INTO transactions VALUES(2,'121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f',310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'0000000000000000000000010000000002FAF080',1,' a91d2e8deef46214f4c9b8aebb35b6d8807f2a400c2fb6fbf3fb47442d7ea39c:0 3 ',NULL); +INSERT INTO transactions VALUES(3,'c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375',310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,1000000,X'0000000A00000000000000000000000002FAF08000000000000000010000000005F5E100000A0000000000000000',1,' 4c3b65c423a0600af4c17f48fc9f8443e1e7918f419478a53d22f14b793ab4b3:0 2 ',NULL); +INSERT INTO transactions VALUES(4,'89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a',310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000000A00000000000000010000000006422C4000000000000000000000000002FAF080000A00000000000DBBA0',1,' e108001c44f040df19f8e751538a100b2dfbe606f72e8e359794e9c05bc3f52e:0 2 ',NULL); +INSERT INTO transactions VALUES(5,'f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6',310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',50000000,9675,X'0000000BC953EB18873CE8AED42456DF0ECE8E4678E13282D9917916E7A4AEC10E82837589A44A3314B298A83D5D14C8646900A5122B8A1E8F6E0528E73EA82044D1726A',1,' 2fd391aa096ca17e07a6dd0f8cf70121cb8c7c542d17254f34d5c302093a4e3e:0 4 ',NULL); +INSERT INTO transactions VALUES(6,'9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9',310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'000000140000000000004767000000003B9ACA000100000000000000000000',1,' c06c060767776b7f09c3eed96bea1466a3d9f49c4d00d16cfc4049bd45821fb3:0 2 ',NULL); +INSERT INTO transactions VALUES(7,'19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8',310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000014000000000000476800000000000186A00000000000000000000006666F6F626172',1,' 70e7cfe725accafbee3f35946c1a5d4ab2aa80adcfb17a0aed6af3e79278a848:0 2 ',NULL); +INSERT INTO transactions VALUES(8,'b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0',310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'00000000000000000000476700000000003D0900',1,' d36f95f3a8fb5852f28ff84250bd92661ec31fce6d5b1505455279e2c9826ec8:0 3 ',NULL); +INSERT INTO transactions VALUES(9,'592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11',310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'000000000000000000004768000000000000020E',1,' f436cbcb20522b45ba9c40785725c876d3a520a4f3f683d08d6c24a4e6c1563e:0 3 ',NULL); +INSERT INTO transactions VALUES(10,'f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a',310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000032000000000000025800000000000047670000000000000001',1,' 0d302299946d398d35a9735af378054a896a17db28edcc87586ec5ff530520e2:0 2 ',NULL); +INSERT INTO transactions VALUES(11,'a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8',310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000032000000000000032000000000000047680000000000000001',1,' 3704b23673489a138f7021044edddab7f1d94a14e12aedfd5a736d331a7d4495:0 2 ',NULL); +INSERT INTO transactions VALUES(12,'9ec74a4822710f9534a3815f0e836a09219f6c766880a57767c7514071d99084',310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB3300405900000000000005F5E0FF09556E69742054657374',1,' 23f74e8488b875442229dff279f819780d8051c845960fb4eb71585e8ea0ba47:0 2 ',NULL); +INSERT INTO transactions VALUES(13,'ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c',310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000052BB33640000000002FAF08000000000017D7840000000000000000000003B100000000A',1,' edbd203a595616cf0285a982c3f85d998f302ade18b011fd847adba54b508001:0 3 ',NULL); +INSERT INTO transactions VALUES(14,'ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943',310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000152BB336400000000017D78400000000002793D60000000000000000000003B100000000A',1,' 70125234408f91cf05af61871ec76164b8676907ba299908cb2ddbaaa3cd2fb1:0 3 ',NULL); +INSERT INTO transactions VALUES(15,'6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d',310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000052BB33640000000008F0D1800000000014DC93800000000000000000000013B00000000A',1,' e1eb255cd51ddda8caa319a7690a45fb5385f1ee33bfc8d5011e442434cd4e11:0 3 ',NULL); +INSERT INTO transactions VALUES(16,'10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd',310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000152BB33640000000014DC93800000000008F0D1800000000000000000000013B00000000A',1,' 534148dc2423208b93e138f110e12734d45b678bb534ad1aed2bd50f9d5e21a7:0 3 ',NULL); +INSERT INTO transactions VALUES(17,'caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc',310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000252BB33C8000000002CB417800000000026BE36803FF0000000000000000013B00000000A',1,' 0c3c3475ad1a79c2fe673603bb38447ee12b478094e9e51e99fa6c06f7e72ae8:0 3 ',NULL); +INSERT INTO transactions VALUES(18,'67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c',310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000352BB33C80000000026BE3680000000002CB417803FF0000000000000000013B00000000A',1,' bf7acc19b878a8ceadfb1ea2bff6fa3a692e1e8599869a85e45ff316ecf0f92b:0 3 ',NULL); +INSERT INTO transactions VALUES(19,'e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd',310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB33324058F7256FFC115E004C4B4009556E69742054657374',1,' 17063806c5eeb2cc730ab380dc0ebd3ebeedd5fbe5c502eaaf46b065d901dd2b:0 2 ',NULL); +INSERT INTO transactions VALUES(20,'1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df',310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB3365405915F3B645A1CB004C4B4009556E69742054657374',1,' ff1c30c31e2e0b511c508c7111d22d77fdbb4f20379d49042bef4e231b9c098b:0 2 ',NULL); +INSERT INTO transactions VALUES(21,'dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73',310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB33C94000000000000000004C4B4009556E69742054657374',1,' 2e07fb3dfdafff224b0cb92d718788af96b51014f621e726986b11b9113ae3f8:0 2 ',NULL); +INSERT INTO transactions VALUES(22,'4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7',310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000000A00000000000047670000000002FAF08000000000000000010000000002FAF080000A0000000000000000',1,' 168840008f0acd950b58778bb6ee9d625b19dde6fc5a85f02a787aa78d541341:0 2 ',NULL); +INSERT INTO transactions VALUES(23,'181709b341ec136f90975fdaa362c767ebd789e72f16d4e17348ab2985c1bd01',310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','mvCounterpartyXXXXXXXXXXXXXXW24Hef',100000000,5625,X'',1,' a64251be6598696807b458ee6811a35eefdcd8170ab68e36c37d1c5b0bb84350:0 2 ',NULL); +INSERT INTO transactions VALUES(24,'f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831',310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'0000000000000000000047680000000000002710',1,' 806ec51cd29841b7bb12b0cb41cf9678b3e3e26f9a95d5aeba5e0868330b8e60:0 3 ',NULL); -- Triggers and indices on transactions -CREATE INDEX transactions_block_index_idx ON transactions (block_index) - ; CREATE INDEX transactions_block_index_tx_index_idx ON transactions (block_index, tx_index) ; CREATE INDEX transactions_source_idx ON transactions (source) ; -CREATE INDEX transactions_tx_hash_idx ON transactions (tx_hash) +CREATE INDEX transactions_transaction_type_idx ON transactions (transaction_type) ; -CREATE INDEX transactions_tx_index_idx ON transactions (tx_index) +CREATE INDEX transactions_tx_hash_idx ON transactions (tx_hash) ; CREATE INDEX transactions_tx_index_tx_hash_block_index_idx ON transactions (tx_index, tx_hash, block_index) ; @@ -271,7 +270,7 @@ INSERT INTO balances VALUES('2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZN -- Triggers and indices on balances CREATE INDEX balances_address_asset_idx ON balances (address, asset) ; -CREATE INDEX balances_address_idx ON balances (address) +CREATE INDEX balances_address_utxo_asset_idx ON balances (address, utxo, asset) ; CREATE INDEX balances_asset_idx ON balances (asset) ; @@ -283,8 +282,6 @@ CREATE INDEX balances_utxo_address_idx ON balances (utxo_address) ; CREATE INDEX balances_utxo_asset_idx ON balances (utxo, asset) ; -CREATE INDEX balances_utxo_idx ON balances (utxo) - ; CREATE TRIGGER block_update_balances BEFORE UPDATE ON balances BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); @@ -298,6 +295,26 @@ PRAGMA page_size=4096; BEGIN TRANSACTION; +-- Table config +DROP TABLE IF EXISTS config; +CREATE TABLE config ( + name TEXT PRIMARY KEY, + value TEXT + ); +INSERT INTO config VALUES('FIX_ISSUANCES_ASSET_LONGNAME_1','1'); +INSERT INTO config VALUES('FIX_ISSUANCES_ASSET_LONGNAME_2','1'); +INSERT INTO config VALUES('CLEAN_TRANSACTION_COUNT_1','1'); +-- Triggers and indices on config +CREATE INDEX config_config_name_idx ON config (name); + +COMMIT TRANSACTION; +PRAGMA page_size=4096; +-- PRAGMA encoding='UTF-8'; +-- PRAGMA auto_vacuum=FULL; +-- PRAGMA max_page_count=4294967294; + +BEGIN TRANSACTION; + -- Table balances DROP TABLE IF EXISTS balances; CREATE TABLE balances( @@ -351,7 +368,7 @@ INSERT INTO balances VALUES('2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZN -- Triggers and indices on balances CREATE INDEX balances_address_asset_idx ON balances (address, asset) ; -CREATE INDEX balances_address_idx ON balances (address) +CREATE INDEX balances_address_utxo_asset_idx ON balances (address, utxo, asset) ; CREATE INDEX balances_asset_idx ON balances (asset) ; @@ -363,8 +380,6 @@ CREATE INDEX balances_utxo_address_idx ON balances (utxo_address) ; CREATE INDEX balances_utxo_asset_idx ON balances (utxo, asset) ; -CREATE INDEX balances_utxo_idx ON balances (utxo) - ; CREATE TRIGGER block_update_balances BEFORE UPDATE ON balances BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); @@ -520,349 +535,351 @@ INSERT INTO messages VALUES(2,310000,'insert','blocks','{"block_hash":"505d8d82c INSERT INTO messages VALUES(3,310000,'insert','transactions','{"block_hash":"505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c","block_index":310000,"block_time":310000000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"15b35d5497f454c43576f21a1b61d99bde25dfc5aae1a4796dcf55e739d6a399","tx_index":1,"utxos_info":" 750ccad1bc0bfbf5a710bbafd8b462594ddfee190e3430bca7e8c8d270f2fd5f:0 2 "}',0,'NEW_TRANSACTION',NULL,'93d86b56638879098e8418f3f6ed7f11b1f88c680bc9cb019928f88064c282ff'); INSERT INTO messages VALUES(4,310000,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310000,"calling_function":"burn","event":"15b35d5497f454c43576f21a1b61d99bde25dfc5aae1a4796dcf55e739d6a399","quantity":93000000000,"tx_index":1,"utxo":null,"utxo_address":null}',0,'CREDIT','15b35d5497f454c43576f21a1b61d99bde25dfc5aae1a4796dcf55e739d6a399','e6fb6ea6d4cb7eb89e04fc9b7b32a53e0b57babbd120c5e8f95f4122bf9acdfc'); INSERT INTO messages VALUES(5,310000,'insert','burns','{"block_index":310000,"burned":62000000,"earned":93000000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"15b35d5497f454c43576f21a1b61d99bde25dfc5aae1a4796dcf55e739d6a399","tx_index":1}',0,'BURN','15b35d5497f454c43576f21a1b61d99bde25dfc5aae1a4796dcf55e739d6a399','9b577de2747c022fe34652840f19921419f44f4a2a4d71227b344395c212ebf0'); -INSERT INTO messages VALUES(6,310000,'parse','blocks','{"block_index":310000,"ledger_hash":"cff3ba7c92f6b318eb4a4a5e2b90b655fc055d4e8a82101b813aef6e1c6152e4","messages_hash":"e34cf3d8f2969e78eef50d68dedd6c97c987cffb56fac320ccf7b444e954c813","transaction_count":1,"txlist_hash":"9f6f20e36fd2b2b44df6e91fbfaeffc6d7fae9917b27d196245ee90c36d99ff1"}',0,'BLOCK_PARSED',NULL,'7ddc6a366fe33d0da33ba008fa2b88021cb681de16b4ed3b19470cf13972c64c'); -INSERT INTO messages VALUES(7,310001,'insert','blocks','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f8c3fceda11a7e4d45e9ff47347a7ad9640bf858df839bcfb977b158f58e4c58'); -INSERT INTO messages VALUES(8,310001,'insert','transactions','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"btc_amount":1000,"data":"0000000000000000000000010000000002faf080","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f","tx_index":2,"utxos_info":" a91d2e8deef46214f4c9b8aebb35b6d8807f2a400c2fb6fbf3fb47442d7ea39c:0 3 "}',0,'NEW_TRANSACTION',NULL,'393a59c32bd466fdf78b5a3dc3da3e5135b54fddef603235833c713c8e3beda6'); -INSERT INTO messages VALUES(9,310001,'insert','debits','{"action":"send","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310001,"event":"121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'DEBIT','121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f','f4ec34782524413658d8b9d4897b60e6e83d0a9be960e2cd079023ecae562146'); -INSERT INTO messages VALUES(10,310001,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310001,"calling_function":"send","event":"121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'CREDIT','121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f','d1c6b12d018fb555d393049b20e10db9a73e6f0507009b35d881a9e4394a5c10'); -INSERT INTO messages VALUES(11,310001,'insert','sends','{"asset":"XCP","block_index":310001,"destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":50000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f","tx_index":2}',0,'SEND','121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f','ac7f56857eb86f5ed0ef1bf349243a4cb87c39023acc2aec18c1bcc12944e8fc'); -INSERT INTO messages VALUES(12,310001,'parse','transactions','{"supported":true,"tx_hash":"121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f","tx_index":2}',0,'TRANSACTION_PARSED','121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f','dcd828b9942f34b30df77727c3515735b8c3232aed4c722c14240aba9abc825d'); -INSERT INTO messages VALUES(13,310001,'parse','blocks','{"block_index":310001,"ledger_hash":"2281de0177f4fcf8d730e2751d7b9fb5da4df741196bbcaff470c7860a2ca0b6","messages_hash":"04f4360e474a13463c953d3667ad0ab9778a028fbf3297617e335e8d4d548420","transaction_count":1,"txlist_hash":"49836952844fe3f887e718d236efa6b1f4cc0b81cfc010f79a6349562ebfc162"}',0,'BLOCK_PARSED',NULL,'4768aa17e0a66dbd8555db1c5a6edc206b33db284e966ebe52f35be6f16047e4'); -INSERT INTO messages VALUES(14,310002,'insert','blocks','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'adbca55e307032b6d71920fba34c6a9b0f91a0310a9dcb242039a62aa76065b4'); -INSERT INTO messages VALUES(15,310002,'insert','transactions','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"btc_amount":0,"data":"0000000a00000000000000000000000002faf08000000000000000010000000005f5e100000a0000000000000000","destination":"","fee":1000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375","tx_index":3,"utxos_info":" 4c3b65c423a0600af4c17f48fc9f8443e1e7918f419478a53d22f14b793ab4b3:0 2 "}',0,'NEW_TRANSACTION',NULL,'3f7cfb178aa3dc870ed121659f32735c0dce6441b1afb2f81a1e4962f7543b9c'); -INSERT INTO messages VALUES(16,310002,'insert','orders','{"block_index":310002,"expiration":10,"expire_index":310012,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":50000000,"give_remaining":50000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375","tx_index":3}',0,'OPEN_ORDER','c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375','5edd865b9c0b691c55816a2d29a8c27c03975fb17d79026ade45dbd63b031da0'); -INSERT INTO messages VALUES(17,310002,'parse','transactions','{"supported":true,"tx_hash":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375","tx_index":3}',0,'TRANSACTION_PARSED','c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375','9f7686e57d35b8de66c08017f714ecedbac01cf34b09f448a4a7f1d2f2fd405f'); -INSERT INTO messages VALUES(18,310002,'parse','blocks','{"block_index":310002,"ledger_hash":"802742a55d8ab83de24c45efb86d1daa0ad4e565cc4db6dcaa5cedb16ec4125f","messages_hash":"317c0f31074163c7094d4358f4474a84c5ba666cd45ed71a879f2dc6125c4bfc","transaction_count":1,"txlist_hash":"017a0ddcf461ffcc3c89042ba6a6337efcc276c8f144daad445ba0e4a36bab33"}',0,'BLOCK_PARSED',NULL,'2f83aa96acf95e808de37ba289ff714b5af1e4b2a90efa2f751bea99776ad292'); -INSERT INTO messages VALUES(19,310003,'insert','blocks','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b83fea5c138f696fb1fa218721df1b92d566819e32a4f925edf94b61a7f58766'); -INSERT INTO messages VALUES(20,310003,'insert','transactions','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"btc_amount":0,"data":"0000000a00000000000000010000000006422c4000000000000000000000000002faf080000a00000000000dbba0","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","tx_index":4,"utxos_info":" e108001c44f040df19f8e751538a100b2dfbe606f72e8e359794e9c05bc3f52e:0 2 "}',0,'NEW_TRANSACTION',NULL,'3e15da8cc0740314351d020c52495dd2cec6b2b1bad604b39486bb810d9b7b10'); -INSERT INTO messages VALUES(21,310003,'insert','debits','{"action":"open order","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310003,"event":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","quantity":105000000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'DEBIT','89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a','69fa14dc6249089b2e5dc1e010c331f07c296783ff761bcf758e6c17fe94ab91'); -INSERT INTO messages VALUES(22,310003,'insert','orders','{"block_index":310003,"expiration":10,"expire_index":310013,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":50000000,"get_remaining":50000000,"give_asset":"XCP","give_quantity":105000000,"give_remaining":105000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","tx_index":4}',0,'OPEN_ORDER','89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a','faf7def9b66edbf96e40feabcb64b60b2c8a95baa33a6de202e4527f7418fcc2'); -INSERT INTO messages VALUES(23,310003,'update','orders','{"fee_provided_remaining":142858,"fee_required_remaining":0,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375"}',0,'ORDER_UPDATE','89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a','d538d7374d8d12401ccbf963245d72aa61dbc0a27378e917d064745aecb2c0d0'); -INSERT INTO messages VALUES(24,310003,'update','orders','{"fee_provided_remaining":6800,"fee_required_remaining":42858,"get_remaining":0,"give_remaining":5000000,"status":"open","tx_hash":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a"}',0,'ORDER_UPDATE','89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a','e264ee73eada9657de787e2df19d52bc73606a04570965093bea0c26563a5e9d'); -INSERT INTO messages VALUES(25,310003,'insert','order_matches','{"backward_asset":"XCP","backward_quantity":100000000,"block_index":310003,"fee_paid":857142,"forward_asset":"BTC","forward_quantity":50000000,"id":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375_89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","match_expire_index":310023,"status":"pending","tx0_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_block_index":310002,"tx0_expiration":10,"tx0_hash":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375","tx0_index":3,"tx1_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_block_index":310003,"tx1_expiration":10,"tx1_hash":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","tx1_index":4}',0,'ORDER_MATCH','89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a','0a2162625dd99defd277b2938268f4c67e4986af7423ab74eeeb3bdcab5b9ab3'); -INSERT INTO messages VALUES(26,310003,'parse','transactions','{"supported":true,"tx_hash":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","tx_index":4}',0,'TRANSACTION_PARSED','89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a','ab20fd0f69aa82042f06ef63e5898847e163b067a5061b7af4a2c76c02fa3d51'); -INSERT INTO messages VALUES(27,310003,'parse','blocks','{"block_index":310003,"ledger_hash":"ed279c6a985256134cfb39f1283ec97c8dc800b7255a3e8243ca9846884d0378","messages_hash":"9bd1833c8c6c4f3a65fcc1b7693bc4e51d02187ec0284730f903bada6d638089","transaction_count":1,"txlist_hash":"8ec458bf08abe2f3634eafac5af321f02cf5d470c2a87301b8061efe3dcc644f"}',0,'BLOCK_PARSED',NULL,'1f2591bfe507935155079f95ad6026c3b0b96fb938142886621537dff10895da'); -INSERT INTO messages VALUES(28,310004,'insert','blocks','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'69b07f5a986f8f4fa218d787316fc0efe38a9b148ecb653ce7ff39f06779d3f1'); -INSERT INTO messages VALUES(29,310004,'insert','transactions','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"btc_amount":50000000,"data":"0000000bc953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e82837589a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":9675,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6","tx_index":5,"utxos_info":" 2fd391aa096ca17e07a6dd0f8cf70121cb8c7c542d17254f34d5c302093a4e3e:0 4 "}',0,'NEW_TRANSACTION',NULL,'f9e029f97cb4f544cf5022e4d0c02c438bc671a470b19f30ecc655c23471505c'); -INSERT INTO messages VALUES(30,310004,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310004,"calling_function":"btcpay","event":"f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6","quantity":100000000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'CREDIT','f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6','dced13de4ad7e37011cf665e0fb16efd1903e66535a5a6a0f212f422068d61fe'); -INSERT INTO messages VALUES(31,310004,'update','order_matches','{"id":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375_89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","order_match_id":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375_89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","status":"completed"}',0,'ORDER_MATCH_UPDATE','f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6','5be4fcc4ca48dc939a9ed8f8219e8e522e8768b17b95f5d68dfe6c9e0b9e66ec'); -INSERT INTO messages VALUES(32,310004,'insert','btcpays','{"block_index":310004,"btc_amount":50000000,"destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","order_match_id":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375_89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6","tx_index":5}',0,'BTC_PAY','f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6','2955f270e545cd450dec49706bfd2314519ed8faa75f522ead1def9f19df4089'); -INSERT INTO messages VALUES(33,310004,'parse','transactions','{"supported":true,"tx_hash":"f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6","tx_index":5}',0,'TRANSACTION_PARSED','f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6','bb8e75b6b7ab65f70887537a7310a73bf37345de2eb4de791ea097d586f658d7'); -INSERT INTO messages VALUES(34,310004,'parse','blocks','{"block_index":310004,"ledger_hash":"bba1ec90ee149be7d8a88ff9df1fca931e076e885be21bc822637829a8675e02","messages_hash":"6eed449c6f8843bf541f586788e203a7399c920bd975c123e1045ae729e29017","transaction_count":1,"txlist_hash":"e2e334cb3c300e622a50d2c206fe532a3320f56c445dc1a9dec750417260fe9a"}',0,'BLOCK_PARSED',NULL,'cbd464d8cce8f526b4b09793dbe6591f3cd5c992e2ebfb57fb5b980ad79a5594'); -INSERT INTO messages VALUES(35,310005,'insert','blocks','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'de12c38182acb1bb2c54f1ee3e86573da4d6089db59972e43e1d3e5939af324b'); -INSERT INTO messages VALUES(36,310005,'insert','transactions','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"btc_amount":0,"data":"000000140000000000004767000000003b9aca000100000000000000000000","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9","tx_index":6,"utxos_info":" c06c060767776b7f09c3eed96bea1466a3d9f49c4d00d16cfc4049bd45821fb3:0 2 "}',0,'NEW_TRANSACTION',NULL,'78f6eb4e6726dfeb7c97b8bfecc531ac08f3b3615f689e958b81c2f05ba3b0b9'); -INSERT INTO messages VALUES(37,310005,'insert','debits','{"action":"issuance fee","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310005,"event":"9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9","quantity":50000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'DEBIT','9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9','b6eb34cb36bc5cc305e014b1bfabf74cbb817ffbcbcb440ff315c12af6b5c6e5'); -INSERT INTO messages VALUES(38,310005,'insert','assets','{"asset_id":"18279","asset_longname":null,"asset_name":"BBBB","block_index":310005}',0,'ASSET_CREATION','9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9','57d896c815626f9b27cd2339135c31e640ad15bd777f8acff893d771990472c6'); -INSERT INTO messages VALUES(39,310005,'insert','issuances','{"asset":"BBBB","asset_events":"creation","asset_longname":null,"block_index":310005,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","locked":false,"quantity":1000000000,"reset":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","transfer":false,"tx_hash":"9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9","tx_index":6}',0,'ASSET_ISSUANCE','9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9','44ecc817bf20c732c589545df54e2cb70e43051c7ce1d15ac43f8c83503da31f'); -INSERT INTO messages VALUES(40,310005,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310005,"calling_function":"issuance","event":"9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9","quantity":1000000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'CREDIT','9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9','44c82932473a6a4a14f726deabd5debbd94fb3a0430e92622c3133787443a185'); -INSERT INTO messages VALUES(41,310005,'parse','transactions','{"supported":true,"tx_hash":"9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9","tx_index":6}',0,'TRANSACTION_PARSED','9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9','0c800b3a6aaf529ad7a699b7e1e53453b824f3073fa11c43b641379269ba89c1'); -INSERT INTO messages VALUES(42,310005,'parse','blocks','{"block_index":310005,"ledger_hash":"5f8a9d465e686b3e9471041bd15d645b7fc8afee36ee890873aa6c3c51d87bb5","messages_hash":"ce8a93faa6c6b467993f6002fdfa979b6450ac5a6565bd7f9175f110b26e5e9e","transaction_count":1,"txlist_hash":"260ad7ae2e2b555f7adf9155fcb761e7ed7a2d22f128457db0f1ff363b498d64"}',0,'BLOCK_PARSED',NULL,'7418919dc4c8787e2ec8d918d80eec9c42eea740b9cad40ef61d62f124c9d43e'); -INSERT INTO messages VALUES(43,310006,'insert','blocks','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'040ded64b1efba2a6ef8f72148fdd81072f07b4201626af654b6670bcf341806'); -INSERT INTO messages VALUES(44,310006,'insert','transactions','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"btc_amount":0,"data":"00000014000000000000476800000000000186a00000000000000000000006666f6f626172","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8","tx_index":7,"utxos_info":" 70e7cfe725accafbee3f35946c1a5d4ab2aa80adcfb17a0aed6af3e79278a848:0 2 "}',0,'NEW_TRANSACTION',NULL,'e60ddf11d54970e657e9880ba4b0c1638a62aa714e21187b32d07fadbc7ffb75'); -INSERT INTO messages VALUES(45,310006,'insert','debits','{"action":"issuance fee","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310006,"event":"19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8","quantity":50000000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'DEBIT','19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8','f1eccb41093b940a1c65344faff22f1a15bf014f776a74b81f1ee53dfacd0fad'); -INSERT INTO messages VALUES(46,310006,'insert','assets','{"asset_id":"18280","asset_longname":null,"asset_name":"BBBC","block_index":310006}',0,'ASSET_CREATION','19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8','63e528416e0274df5b1813a9770ad590625182bcc6af666cf1987c37abaee914'); -INSERT INTO messages VALUES(47,310006,'insert','issuances','{"asset":"BBBC","asset_events":"creation","asset_longname":null,"block_index":310006,"call_date":0,"call_price":0.0,"callable":false,"description":"foobar","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","locked":false,"quantity":100000,"reset":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","transfer":false,"tx_hash":"19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8","tx_index":7}',0,'ASSET_ISSUANCE','19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8','f9152998f7c5ded69f1c13f517d66d803ee6357d7d050ced74652b47dbbb2ba2'); -INSERT INTO messages VALUES(48,310006,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310006,"calling_function":"issuance","event":"19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8","quantity":100000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'CREDIT','19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8','e2ef70a5cabb0bce7ff638eb981c0f9da7bb0733928e1ab97b3ae764e8ceb3ac'); -INSERT INTO messages VALUES(49,310006,'parse','transactions','{"supported":true,"tx_hash":"19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8","tx_index":7}',0,'TRANSACTION_PARSED','19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8','e695958c9dd148a7d1b177d23dc49a350f9f54032b329d98d48a6db9b56ff4b2'); -INSERT INTO messages VALUES(50,310006,'parse','blocks','{"block_index":310006,"ledger_hash":"153795f1c7ae2dbec7fc19bb25d03dd518f0664bca82b9bb92bb7c4f1e22f040","messages_hash":"2b1d47772cf3ae15e96e822f9c92680856004bb368fd8aaa4111aa8a411e95da","transaction_count":1,"txlist_hash":"c047baa686f8bf24c406cf03687c0b4fe6b95e4afe0b396e0f507a694fb10245"}',0,'BLOCK_PARSED',NULL,'e28a65400e3c2b7e53af7c66e306fbe50255ea3fefce532b13152faa8ecc7e14'); -INSERT INTO messages VALUES(51,310007,'insert','blocks','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bc1d2b699215a086c3733d5a636de022d20d912bf7644d38f898f2b6093933f4'); -INSERT INTO messages VALUES(52,310007,'insert','transactions','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"btc_amount":1000,"data":"00000000000000000000476700000000003d0900","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0","tx_index":8,"utxos_info":" d36f95f3a8fb5852f28ff84250bd92661ec31fce6d5b1505455279e2c9826ec8:0 3 "}',0,'NEW_TRANSACTION',NULL,'aa8b4ef92d8c9ee91d20fef8747b6ddc197d57d73db0fce123cde130a1627b30'); -INSERT INTO messages VALUES(53,310007,'insert','debits','{"action":"send","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310007,"event":"b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'DEBIT','b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0','510ed693b24c1857def70e942483d9615760be19aba4bffdeef173964ec80991'); -INSERT INTO messages VALUES(54,310007,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBB","block_index":310007,"calling_function":"send","event":"b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'CREDIT','b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0','9580464d38626a1d321092499daf347ba368d5312a24a3b70d5a5c982b4d3754'); -INSERT INTO messages VALUES(55,310007,'insert','sends','{"asset":"BBBB","block_index":310007,"destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":4000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0","tx_index":8}',0,'SEND','b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0','c67ae9c02b27644440ccd7c517eff3c4018739dcc999156057779e930dfa3b29'); -INSERT INTO messages VALUES(56,310007,'parse','transactions','{"supported":true,"tx_hash":"b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0","tx_index":8}',0,'TRANSACTION_PARSED','b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0','953c19b43624a1195f14d8115192be764a9c3f160c6d749b8145dc83568a72f0'); -INSERT INTO messages VALUES(57,310007,'parse','blocks','{"block_index":310007,"ledger_hash":"c5d21baa8c6949a8e9f0d73a37436d431bf4876ab3b60b82553877ec53fc4454","messages_hash":"e9a825cb94dd575b9e48e57cb31b05f958f659b4781dbb15cb93e9c38149d108","transaction_count":1,"txlist_hash":"d9532f5bdd583968d88ed24feb95b50c5e319d36171dd7bc6067ddf3d13c623c"}',0,'BLOCK_PARSED',NULL,'073427974f35a5c3c836b4ca9dd81d47dccca9292dfc50afe230d9decfbd4916'); -INSERT INTO messages VALUES(58,310008,'insert','blocks','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cf2ab30fedd73b8d8c72b06d1bfa4719c087430a286d2b044e2131e9621fb4f7'); -INSERT INTO messages VALUES(59,310008,'insert','transactions','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"btc_amount":1000,"data":"000000000000000000004768000000000000020e","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11","tx_index":9,"utxos_info":" f436cbcb20522b45ba9c40785725c876d3a520a4f3f683d08d6c24a4e6c1563e:0 3 "}',0,'NEW_TRANSACTION',NULL,'defe7fe0f15b752dfe99b3ba5a905920ff6ff3de14e23da8932bcd85d95ef2f9'); -INSERT INTO messages VALUES(60,310008,'insert','debits','{"action":"send","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310008,"event":"592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'DEBIT','592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11','c54aa0a826b07af3bfb14c838caf5de1f7f23aaea69ae89c6f616f4f8f0ac508'); -INSERT INTO messages VALUES(61,310008,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBC","block_index":310008,"calling_function":"send","event":"592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'CREDIT','592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11','a27132306e669ee7c9b09a3aa638bacd366687d341da1b26b306d7fde08c6575'); -INSERT INTO messages VALUES(62,310008,'insert','sends','{"asset":"BBBC","block_index":310008,"destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":526,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11","tx_index":9}',0,'SEND','592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11','5594de8bb101ac78a4717ab2a4e408da0536f2993a749d640e2eb4c7d600ff7e'); -INSERT INTO messages VALUES(63,310008,'parse','transactions','{"supported":true,"tx_hash":"592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11","tx_index":9}',0,'TRANSACTION_PARSED','592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11','5c11f466e4c3a80cbe490709e1cfa166049fa4d6aa62d7ba5ce2da396af23299'); -INSERT INTO messages VALUES(64,310008,'parse','blocks','{"block_index":310008,"ledger_hash":"579de8204446e9128076fd27a644a82da77ca5ff2793ff56815c24a11218af5e","messages_hash":"ddff58666f9032df65e096f3c2f9175841110517dcf948bd92509dd211ec2e36","transaction_count":1,"txlist_hash":"5b37c224e5684c0b3a913793e7e97c4f88b26b6c6d7683de8e06bb9485fba409"}',0,'BLOCK_PARSED',NULL,'5eb5757733a4aedff9acdfcccc48fb772ab9b06b3332aa0ae3d56e766ecd3c06'); -INSERT INTO messages VALUES(65,310009,'insert','blocks','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dd439b011e6c15132664e1fd0c5981cda43c21ac9e8f869c98d1ae7a2836c82c'); -INSERT INTO messages VALUES(66,310009,'insert','transactions','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"btc_amount":0,"data":"00000032000000000000025800000000000047670000000000000001","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a","tx_index":10,"utxos_info":" 0d302299946d398d35a9735af378054a896a17db28edcc87586ec5ff530520e2:0 2 "}',0,'NEW_TRANSACTION',NULL,'fd3914e874b0cc04814865c079233ed7423573c6ca1944be72a3623161cfadb0'); -INSERT INTO messages VALUES(67,310009,'insert','debits','{"action":"dividend","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310009,"event":"f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a','8088966bce7e7ca7022420c15ba7a09b13ace9681395b14670ee768ebb0ce60f'); -INSERT INTO messages VALUES(68,310009,'insert','debits','{"action":"dividend fee","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310009,"event":"f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a","quantity":20000,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a','f814438dd786f200ac6b65457c9d15d05a8d2caba121c84d7dde4a3526fe3e4a'); -INSERT INTO messages VALUES(69,310009,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310009,"calling_function":"dividend","event":"f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'CREDIT','f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a','13d7015b49420c34ebd81b3f8baba09de59e7ed3cb6515635f3ca9dfd682dda1'); -INSERT INTO messages VALUES(70,310009,'insert','dividends','{"asset":"BBBB","block_index":310009,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":600,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a","tx_index":10}',0,'ASSET_DIVIDEND','f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a','c67bb42ee9a2a8072a39073b9a04e0074dfcba2ef04d914b93ba0db023a79b61'); -INSERT INTO messages VALUES(71,310009,'parse','transactions','{"supported":true,"tx_hash":"f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a","tx_index":10}',0,'TRANSACTION_PARSED','f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a','4790bbfda53096a813da9e808ba12121af62ac3545c7881dde7b347dfcbc2107'); -INSERT INTO messages VALUES(72,310009,'parse','blocks','{"block_index":310009,"ledger_hash":"c03a6e31f50f172c86029ce6a810ec730e1179ad3e76ba5d4290595ec414bb87","messages_hash":"9e94ffeafeb1a78cefe36729e097984039bafdd6eb7622e3d4435a3c22b131fa","transaction_count":1,"txlist_hash":"f81c6592f74098821e15c146c2a7e4a5be2cc743431d37a5fb6d4143b89907d5"}',0,'BLOCK_PARSED',NULL,'70651abb3fa2cc99724f3eb6b7cd3e40c741069f665cbfb2812bfdab0b53a1ae'); -INSERT INTO messages VALUES(73,310010,'insert','blocks','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ccd2b13a928f292793b31a6cb87151e7f863e05564e97114d62984c1a586beed'); -INSERT INTO messages VALUES(74,310010,'insert','transactions','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"btc_amount":0,"data":"00000032000000000000032000000000000047680000000000000001","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8","tx_index":11,"utxos_info":" 3704b23673489a138f7021044edddab7f1d94a14e12aedfd5a736d331a7d4495:0 2 "}',0,'NEW_TRANSACTION',NULL,'6966c9530108cb4d855509be62b74f8914a49feead4674bdc2f6c615f16f9c7e'); -INSERT INTO messages VALUES(75,310010,'insert','debits','{"action":"dividend","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310010,"event":"a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8','4975296186d877ee50fa7974e1ec03eef732e33d92f2c0be3f8010b1963420d0'); -INSERT INTO messages VALUES(76,310010,'insert','debits','{"action":"dividend fee","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310010,"event":"a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8","quantity":20000,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8','b08189623f853e38d2db5ffc7090c6a0e8c9d4cb5042bd6411c805da4f431746'); -INSERT INTO messages VALUES(77,310010,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310010,"calling_function":"dividend","event":"a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'CREDIT','a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8','89cfea879d396613a66e3aa7d14558249708405f77b5dac3cf75b6730ccfb839'); -INSERT INTO messages VALUES(78,310010,'insert','dividends','{"asset":"BBBC","block_index":310010,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8","tx_index":11}',0,'ASSET_DIVIDEND','a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8','95f5621d47603a8b8a8267441927321bf63b587648a257c26b87be08cf1123bd'); -INSERT INTO messages VALUES(79,310010,'parse','transactions','{"supported":true,"tx_hash":"a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8","tx_index":11}',0,'TRANSACTION_PARSED','a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8','7f42e69a92c097380729c52c6c6a979027178a89435e668a6859b34cc6351870'); -INSERT INTO messages VALUES(80,310010,'parse','blocks','{"block_index":310010,"ledger_hash":"804651f6571bb24ef7534c97116ae35fb0b6b31aa6a4574a419aae7fc2900b1c","messages_hash":"dc981e568c90a08536dc14a09bc1825b035392966f54a8ba7021dce45585e77d","transaction_count":1,"txlist_hash":"3698516a21c2c590522e6419eae91ed8b469d922863141def1f3e295c4954dfd"}',0,'BLOCK_PARSED',NULL,'a08ade46d25423a6cfd5f6e7b1be579287acd54d7a8c956d955b3f8f7b7b8a82'); -INSERT INTO messages VALUES(81,310011,'insert','blocks','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1b06776c99fed748c2e01f429ea3a8e1e7f456dbacdb7af09b4030e597799cc3'); -INSERT INTO messages VALUES(82,310011,'insert','transactions','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"btc_amount":0,"data":"0000001e52bb3300405900000000000005f5e0ff09556e69742054657374","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"9ec74a4822710f9534a3815f0e836a09219f6c766880a57767c7514071d99084","tx_index":12,"utxos_info":" 23f74e8488b875442229dff279f819780d8051c845960fb4eb71585e8ea0ba47:0 2 "}',0,'NEW_TRANSACTION',NULL,'e65209bd9cc02704b20081cc625c44624c8e47884bcae6a4850369e7e862135b'); -INSERT INTO messages VALUES(83,310011,'insert','broadcasts','{"block_index":310011,"fee_fraction_int":99999999,"locked":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"9ec74a4822710f9534a3815f0e836a09219f6c766880a57767c7514071d99084","tx_index":12,"value":100.0}',0,'BROADCAST','9ec74a4822710f9534a3815f0e836a09219f6c766880a57767c7514071d99084','6b1d6cd920982256de27aeef4ffa2a000142a82048a5d4274bb8dd528a8be625'); -INSERT INTO messages VALUES(84,310011,'parse','transactions','{"supported":true,"tx_hash":"9ec74a4822710f9534a3815f0e836a09219f6c766880a57767c7514071d99084","tx_index":12}',0,'TRANSACTION_PARSED','9ec74a4822710f9534a3815f0e836a09219f6c766880a57767c7514071d99084','e9d6b3046d8825c7e102df80d5c411d62f509574a4ffe6f3cf4e18a0dd741d7b'); -INSERT INTO messages VALUES(85,310011,'parse','blocks','{"block_index":310011,"ledger_hash":"a9a18fcba1a83d637dcfd633f32848d55c86c5b499e0c15af6a626653b7424b8","messages_hash":"e15998327974ecea8029e2d976b6a215d19ebc1323ad37c613617392f0ef06ae","transaction_count":1,"txlist_hash":"deaaba2ecb1772901052ae6490a1015e75146af3b2707b1c148562deff91af49"}',0,'BLOCK_PARSED',NULL,'ec30bf9b85a2766996922080a205338cdc21081077e62951aaf26ed9c41c7389'); -INSERT INTO messages VALUES(86,310012,'insert','blocks','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b070acec075a5ee086c53fd153a1b5539c66e57ab269cc3113d7e0eecc0067b2'); -INSERT INTO messages VALUES(87,310012,'insert','transactions','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"btc_amount":1000,"data":"00000028000052bb33640000000002faf08000000000017d7840000000000000000000003b100000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c","tx_index":13,"utxos_info":" edbd203a595616cf0285a982c3f85d998f302ade18b011fd847adba54b508001:0 3 "}',0,'NEW_TRANSACTION',NULL,'ecbbdd95d27fd758bb3b9cbcafcef024f11e8176887223e4e89f27cd8e974fad'); -INSERT INTO messages VALUES(88,310012,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310012,"event":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c","quantity":50000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'DEBIT','ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c','7f3be716577ac1043825e367b4c42c519a95d9f16877f05618c2fa49e7e4df94'); -INSERT INTO messages VALUES(89,310012,'insert','bets','{"bet_type":0,"block_index":310012,"counterwager_quantity":25000000,"counterwager_remaining":25000000,"deadline":1388000100,"expiration":10,"expire_index":310022,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":15120,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c","tx_index":13,"wager_quantity":50000000,"wager_remaining":50000000}',0,'OPEN_BET','ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c','f926c400f49d88f1280ed7b02496ee27ee222ec0d37be8d5fb8f8720266868d3'); -INSERT INTO messages VALUES(90,310012,'parse','transactions','{"supported":true,"tx_hash":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c","tx_index":13}',0,'TRANSACTION_PARSED','ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c','5a0a25cf75e7e77c13096c16a235ced143c7d03766deeb2b5db33d6838bd1f95'); -INSERT INTO messages VALUES(91,310012,'parse','blocks','{"block_index":310012,"ledger_hash":"27298dbdb9026b5d54228b686b7a76f9d42479da79b38b9ef7cd13e4fee27159","messages_hash":"b77ab9706c2e2e672bbbde7f41e96db02137752d0f2835bf9f171227ed8ed0ea","transaction_count":1,"txlist_hash":"e409e7c7435482a64f10aaaaa6e62d69a4f0ae3083922c91907d6f15393dbb22"}',0,'BLOCK_PARSED',NULL,'70e1bf5509a4915ec1a52028d85bc6020264e6a1aa416a8505165d02a6c4d645'); -INSERT INTO messages VALUES(92,310013,'insert','blocks','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'98bb4613ad93bc588f5af5a76d462205114126bb4e1946a3fe34238537a7e6ae'); -INSERT INTO messages VALUES(93,310013,'insert','transactions','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"btc_amount":1000,"data":"00000028000152bb336400000000017d78400000000002793d60000000000000000000003b100000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","tx_index":14,"utxos_info":" 70125234408f91cf05af61871ec76164b8676907ba299908cb2ddbaaa3cd2fb1:0 3 "}',0,'NEW_TRANSACTION',NULL,'9f7810a38d41690a188fe0980bfccbc78ce036dcd83a34b57f9125e6447093b3'); -INSERT INTO messages VALUES(94,310013,'update','orders','{"status":"expired","tx_hash":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375"}',0,'ORDER_UPDATE',NULL,'ed3c14e3fceab3a9c44fc7ec28c20d9e4634b169bc4eddc038a153a0e975b7a2'); -INSERT INTO messages VALUES(95,310013,'insert','order_expirations','{"block_index":310013,"order_hash":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375","source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'38836af9ae916dfca03e664ce277d7ef497c0d7acb597ae4ca677065209df968'); -INSERT INTO messages VALUES(96,310013,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310013,"event":"ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","quantity":25000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'DEBIT','ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943','b1825b297b50956c2d2f6ba6fa0e7738893de90dbbd4a9fdae70bc4879934d3f'); -INSERT INTO messages VALUES(97,310013,'insert','bets','{"bet_type":1,"block_index":310013,"counterwager_quantity":41500000,"counterwager_remaining":41500000,"deadline":1388000100,"expiration":10,"expire_index":310023,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":15120,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","tx_index":14,"wager_quantity":25000000,"wager_remaining":25000000}',0,'OPEN_BET','ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943','de6cc94f5862dcd6ed38ab4fff6d53a937c4b19d2dcd392eee47f381a3ffb394'); -INSERT INTO messages VALUES(98,310013,'update','bets','{"counterwager_remaining":4250000,"status":"open","tx_hash":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c","wager_remaining":8500000}',0,'BET_UPDATE','ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943','2be3af1e6a2f22b3dd8c0d403b004cfdb446d0230b62d2b4bba81a47aba816df'); -INSERT INTO messages VALUES(99,310013,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310013,"calling_function":"filled","event":"ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","quantity":4250000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'CREDIT','ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943','757e0795f67cdaeb239a1eca55d9de01e1bb1e61ec1f5a020a15af728d9bc904'); -INSERT INTO messages VALUES(100,310013,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","wager_remaining":4250000}',0,'BET_UPDATE','ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943','1c019f9bbad9887dd6300158848f329048408077b32bc8453f408c46f8641423'); -INSERT INTO messages VALUES(101,310013,'insert','bet_matches','{"backward_quantity":20750000,"block_index":310012,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":41500000,"id":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c_ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","initial_value":100.0,"leverage":15120,"match_expire_index":310022,"status":"pending","target_value":0.0,"tx0_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":0,"tx0_block_index":310012,"tx0_expiration":10,"tx0_hash":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c","tx0_index":13,"tx1_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":1,"tx1_block_index":310013,"tx1_expiration":10,"tx1_hash":"ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","tx1_index":14}',0,'BET_MATCH','ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943','c927b465e588e1d3d2e77d0a36c600ff55b02ff5181de399b5185c5d4977265e'); -INSERT INTO messages VALUES(102,310013,'parse','transactions','{"supported":true,"tx_hash":"ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","tx_index":14}',0,'TRANSACTION_PARSED','ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943','c49758c08365fb61ca5d861371af399836625e025c3113bf2f6bc521f4fcb7b3'); -INSERT INTO messages VALUES(103,310013,'parse','blocks','{"block_index":310013,"ledger_hash":"f5fbbb8870bb8253cfba52c58765b8c2493ceee6a2db5779a4212ed456bf892e","messages_hash":"c3832c98c0d4f4539bf8ba9a12016b2928fab0cb0d1588dec9b2de4348dbc139","transaction_count":1,"txlist_hash":"78b492a743e24d50541f29a1a8e476434e81961bd457552c55fcbbac68d68fca"}',0,'BLOCK_PARSED',NULL,'a7039d3c2f190b2f7f285f98802994eeff5088f0e775e344df8f2ec17e2dc098'); -INSERT INTO messages VALUES(104,310014,'insert','blocks','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'012bcaf57efd342c5cf40430bd486ef4d21e12a51109279da7b4b79b1bc50a1e'); -INSERT INTO messages VALUES(105,310014,'insert','transactions','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"btc_amount":1000,"data":"00000028000052bb33640000000008f0d1800000000014dc93800000000000000000000013b00000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d","tx_index":15,"utxos_info":" e1eb255cd51ddda8caa319a7690a45fb5385f1ee33bfc8d5011e442434cd4e11:0 3 "}',0,'NEW_TRANSACTION',NULL,'25264067f6730fe6cf9a2078b99543ce166053bfde9e00fdd05c424cbbbfdd8d'); -INSERT INTO messages VALUES(106,310014,'update','orders','{"status":"expired","tx_hash":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a"}',0,'ORDER_UPDATE',NULL,'1017c00fcb79d44603f0509f928c62a2cd880455a612b3e986483128dbc141e2'); -INSERT INTO messages VALUES(107,310014,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310014,"calling_function":"cancel order","event":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","quantity":5000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'156940abda510fd5745e258d21950bf1537df3bb4108b6f5438892092865a98b'); -INSERT INTO messages VALUES(108,310014,'insert','order_expirations','{"block_index":310014,"order_hash":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'cd9436f4c797c2ba54cbb1d10aad34e6218375b9a42f48f5fe27fb75a1b39a33'); -INSERT INTO messages VALUES(109,310014,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310014,"event":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d","quantity":150000000,"tx_index":15,"utxo":null,"utxo_address":null}',0,'DEBIT','6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d','97d5e73d0b1d1caa4e2750d8ab89ddb9e429afe89e751ca9759df79412ae399c'); -INSERT INTO messages VALUES(110,310014,'insert','bets','{"bet_type":0,"block_index":310014,"counterwager_quantity":350000000,"counterwager_remaining":350000000,"deadline":1388000100,"expiration":10,"expire_index":310024,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d","tx_index":15,"wager_quantity":150000000,"wager_remaining":150000000}',0,'OPEN_BET','6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d','1bea351247fd13ec0f17d46ed70043dd310bb5cf47b9d66470abb32f10dd026f'); -INSERT INTO messages VALUES(111,310014,'parse','transactions','{"supported":true,"tx_hash":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d","tx_index":15}',0,'TRANSACTION_PARSED','6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d','7ed27be09f4700ec9f76a91d276daa3c087b8c7b6e9e46d2e12c25e10f396a59'); -INSERT INTO messages VALUES(112,310014,'parse','blocks','{"block_index":310014,"ledger_hash":"f1e77a7a4d28d64a0cfd878112074b6205ef09055b93b8923b0c6466a07ea500","messages_hash":"4536fc3c5999a7dacd07b5561b191e667221a65cc541d4cd667ea727fc0eff59","transaction_count":1,"txlist_hash":"475ee3563b60fa5bbf8f8db5eabf9bdfea4a2f1b5fc82aedc37fa7c581c5f065"}',0,'BLOCK_PARSED',NULL,'4cbad69aa9036b0259d8328476e299e050299db03e12bc4a06e3298525bf7ef1'); -INSERT INTO messages VALUES(113,310015,'insert','blocks','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7a1b589ce23a1c423478103e25d8d6a8089722b49837dc092e7dad4545277d91'); -INSERT INTO messages VALUES(114,310015,'insert','transactions','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"btc_amount":1000,"data":"00000028000152bb33640000000014dc93800000000008f0d1800000000000000000000013b00000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","tx_index":16,"utxos_info":" 534148dc2423208b93e138f110e12734d45b678bb534ad1aed2bd50f9d5e21a7:0 3 "}',0,'NEW_TRANSACTION',NULL,'010aa1e4c42616beb251a5b1f366c7ead9932530caf946162de7c051f83d71fd'); -INSERT INTO messages VALUES(115,310015,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"event":"10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","quantity":350000000,"tx_index":16,"utxo":null,"utxo_address":null}',0,'DEBIT','10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd','b9415ccbae62abe460e6186ac71aa8c67fc9e61ce25491352d5467ef3018abb7'); -INSERT INTO messages VALUES(116,310015,'insert','bets','{"bet_type":1,"block_index":310015,"counterwager_quantity":150000000,"counterwager_remaining":150000000,"deadline":1388000100,"expiration":10,"expire_index":310025,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","tx_index":16,"wager_quantity":350000000,"wager_remaining":350000000}',0,'OPEN_BET','10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd','ecdffce9461b67d545d0a6b1a93b2c25a99ccaa3381f89ace6719c36ceec9cd8'); -INSERT INTO messages VALUES(117,310015,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"calling_function":"filled","event":"10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd','468c7bfe7fb50cf87d0ffac43b56e39e733446ee708967b169c287c08711baf0'); -INSERT INTO messages VALUES(118,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d","wager_remaining":0}',0,'BET_UPDATE','10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd','293219939bad98dd21450178c1816633aff3f5573ed26cac36c7aae5cac6eaae'); -INSERT INTO messages VALUES(119,310015,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"calling_function":"filled","event":"10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd','94e21d6fde25faa0444bd9dda41cf104c501ab24e3021cd187163cf9cdcb1874'); -INSERT INTO messages VALUES(120,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","wager_remaining":0}',0,'BET_UPDATE','10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd','51238d9cf10a69fd72c51646b6703434dfb96d03fc55b41d8d5aa14f329d9515'); -INSERT INTO messages VALUES(121,310015,'insert','bet_matches','{"backward_quantity":350000000,"block_index":310014,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":150000000,"id":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d_10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","initial_value":100.0,"leverage":5040,"match_expire_index":310024,"status":"pending","target_value":0.0,"tx0_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":0,"tx0_block_index":310014,"tx0_expiration":10,"tx0_hash":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d","tx0_index":15,"tx1_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":1,"tx1_block_index":310015,"tx1_expiration":10,"tx1_hash":"10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","tx1_index":16}',0,'BET_MATCH','10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd','afb9b29af94e50194fc408dc0ea235fb593cc1ee5e286ec4d5d8a2ae1af46c61'); -INSERT INTO messages VALUES(122,310015,'parse','transactions','{"supported":true,"tx_hash":"10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","tx_index":16}',0,'TRANSACTION_PARSED','10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd','3d78600231685676959ed1806a0891d4d455911662bef3f7a881df1b3227f8f3'); -INSERT INTO messages VALUES(123,310015,'parse','blocks','{"block_index":310015,"ledger_hash":"014bcc839c0ea0d2fecd9aab3074528ffee3b2dce7f805e4d459e2dfb3d98a51","messages_hash":"e778fa0de0328dd542aa554b354a0d7e5ec7ba27d8ae29018effdcfd6356ebee","transaction_count":1,"txlist_hash":"5d40b180a3f3b38eedd15c7f40e8585aaa5e2fdde3967dff443a74703fa45fd4"}',0,'BLOCK_PARSED',NULL,'06b818d23bc61bb05b0f2b9c9cff4f441b9a8b4d1dbc581d0279af8282357bcc'); -INSERT INTO messages VALUES(124,310016,'insert','blocks','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'088d988d8aab8a5201973192d72d5a240c8167c6e72973640ecefab227d5e799'); -INSERT INTO messages VALUES(125,310016,'insert','transactions','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"btc_amount":1000,"data":"00000028000252bb33c8000000002cb417800000000026be36803ff0000000000000000013b00000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc","tx_index":17,"utxos_info":" 0c3c3475ad1a79c2fe673603bb38447ee12b478094e9e51e99fa6c06f7e72ae8:0 3 "}',0,'NEW_TRANSACTION',NULL,'6cddab7d01ad9ec265b5f4d21b32b0b80230cccda7f8621e05f959f56018dd1c'); -INSERT INTO messages VALUES(126,310016,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310016,"event":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc","quantity":750000000,"tx_index":17,"utxo":null,"utxo_address":null}',0,'DEBIT','caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc','3b71e44328407118f12fd5f09e2ec692fd1d6f8eb848011ee98666c88013897d'); -INSERT INTO messages VALUES(127,310016,'insert','bets','{"bet_type":2,"block_index":310016,"counterwager_quantity":650000000,"counterwager_remaining":650000000,"deadline":1388000200,"expiration":10,"expire_index":310026,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":1.0,"tx_hash":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc","tx_index":17,"wager_quantity":750000000,"wager_remaining":750000000}',0,'OPEN_BET','caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc','b6fee03e0e209debf4aa071963b5892c3adec45d6583b77a3485a42fb2b32840'); -INSERT INTO messages VALUES(128,310016,'parse','transactions','{"supported":true,"tx_hash":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc","tx_index":17}',0,'TRANSACTION_PARSED','caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc','0a70b7cfa866533fd3c94c96b11a98b1e2ce5b47f874692752f40f1fa36c475a'); -INSERT INTO messages VALUES(129,310016,'parse','blocks','{"block_index":310016,"ledger_hash":"9f72d6a84ee58e1e851a90a62b525dc257c3b1b0c7e9964f93a7e5df6a2e4007","messages_hash":"9f675ce5be83fa2b28a307b00af4403015c211704a03a531a9225e2a5b713704","transaction_count":1,"txlist_hash":"e990e43e7272c9d971fcc782768bea70c71d45fa7d712a7195bcc4151617a57f"}',0,'BLOCK_PARSED',NULL,'2cca264dfbb736382344793b1391b27e89eca811492e37e53356c23a11a0143d'); -INSERT INTO messages VALUES(130,310017,'insert','blocks','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1a46186d6f143d8e4707f8910ebefd39c73202ce3835a843e5c7ec4343a56ee4'); -INSERT INTO messages VALUES(131,310017,'insert','transactions','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"btc_amount":1000,"data":"00000028000352bb33c80000000026be3680000000002cb417803ff0000000000000000013b00000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","tx_index":18,"utxos_info":" bf7acc19b878a8ceadfb1ea2bff6fa3a692e1e8599869a85e45ff316ecf0f92b:0 3 "}',0,'NEW_TRANSACTION',NULL,'ac7c908ce4a315ba4023ce076af17ed65065d7c07e2425c4921328358ff48640'); -INSERT INTO messages VALUES(132,310017,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"event":"67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","quantity":650000000,"tx_index":18,"utxo":null,"utxo_address":null}',0,'DEBIT','67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c','bc9b38a9b160125b771a957db5fcbf3ba10ff3be152607e7091aa7435bc0e79b'); -INSERT INTO messages VALUES(133,310017,'insert','bets','{"bet_type":3,"block_index":310017,"counterwager_quantity":750000000,"counterwager_remaining":750000000,"deadline":1388000200,"expiration":10,"expire_index":310027,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":1.0,"tx_hash":"67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","tx_index":18,"wager_quantity":650000000,"wager_remaining":650000000}',0,'OPEN_BET','67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c','5935e233df00d9bbc993e935c27fb1bda50145d06f21f2ffd59d36073196ca1a'); -INSERT INTO messages VALUES(134,310017,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"calling_function":"filled","event":"67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c','508388cb1711b0842d1d9235843f904c82b3c336375b60dda376134e580eb993'); -INSERT INTO messages VALUES(135,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc","wager_remaining":0}',0,'BET_UPDATE','67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c','3a21753f08311d13b8ce3d0e5cbdf9a89019b818df3ba4c78621205e7ef34ec7'); -INSERT INTO messages VALUES(136,310017,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"calling_function":"filled","event":"67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c','235db60a777d46beae9d181ac59a5194cde24cd0cbd7a362d0455914ab48763c'); -INSERT INTO messages VALUES(137,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","wager_remaining":0}',0,'BET_UPDATE','67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c','ccae92a95c5f0a158d8a0655c300b72515067d255aa29f8da862dc68fa09dc43'); -INSERT INTO messages VALUES(138,310017,'insert','bet_matches','{"backward_quantity":650000000,"block_index":310016,"deadline":1388000200,"fee_fraction_int":99999999,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":750000000,"id":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc_67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","initial_value":100.0,"leverage":5040,"match_expire_index":310026,"status":"pending","target_value":1.0,"tx0_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":2,"tx0_block_index":310016,"tx0_expiration":10,"tx0_hash":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc","tx0_index":17,"tx1_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":3,"tx1_block_index":310017,"tx1_expiration":10,"tx1_hash":"67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","tx1_index":18}',0,'BET_MATCH','67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c','e493912a0815dac3afce0035a739b6a50461c855cfcadc7ee6c1c30d1cdff740'); -INSERT INTO messages VALUES(139,310017,'parse','transactions','{"supported":true,"tx_hash":"67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","tx_index":18}',0,'TRANSACTION_PARSED','67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c','85a678a5f5ec60a8bf610a7b311223b22e851423f93dfccc6f1ffb00ad0996d9'); -INSERT INTO messages VALUES(140,310017,'parse','blocks','{"block_index":310017,"ledger_hash":"5d1e195a7d313d703253640cd98be600b04a7d98aae69b5327a29e740573198d","messages_hash":"8bf32959b33e646c1571405a55f8f487ae7bf0e45744e3f4df671836bad8abe7","transaction_count":1,"txlist_hash":"443444009d5700747b2d345cc10a70bf5a48214bc279d811a311ef76e52abf04"}',0,'BLOCK_PARSED',NULL,'51efca91e7af6b276c51d602b15cc67aa4047ab2f38a2fe7875ab07a0d771597'); -INSERT INTO messages VALUES(141,310018,'insert','blocks','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'263bbab64e9538096b3718b44e55128f1b547dcfe6616a49bfb0fec5c9fb7b92'); -INSERT INTO messages VALUES(142,310018,'insert','transactions','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"btc_amount":0,"data":"0000001e52bb33324058f7256ffc115e004c4b4009556e69742054657374","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd","tx_index":19,"utxos_info":" 17063806c5eeb2cc730ab380dc0ebd3ebeedd5fbe5c502eaaf46b065d901dd2b:0 2 "}',0,'NEW_TRANSACTION',NULL,'4eb55467e82848d7547c0adc52c39553906e44066c00a4c8826b4009fe2832a6'); -INSERT INTO messages VALUES(143,310018,'insert','broadcasts','{"block_index":310018,"fee_fraction_int":5000000,"locked":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000050,"tx_hash":"e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd","tx_index":19,"value":99.86166}',0,'BROADCAST','e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd','1dc5def657287dbbb9a5d10d06a955b7c9ab073c45f6f2e7e46eaaeb4fd592d1'); -INSERT INTO messages VALUES(144,310018,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310018,"calling_function":"bet settled: liquidated for bear","event":"e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd","quantity":59137500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd','0f138d9a46261f583fdbd34eadc64369ad2ac687f506a62cb5c3595b7959d4c2'); -INSERT INTO messages VALUES(145,310018,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310018,"calling_function":"feed fee","event":"e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd","quantity":3112500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd','a4ebe5a3ce31ef24f1bf556c63e6e26065afe509c4de06840108f7cfeb3c033a'); -INSERT INTO messages VALUES(146,310018,'insert','bet_match_resolutions','{"bear_credit":59137500,"bet_match_id":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c_ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","bet_match_type_id":1,"block_index":310018,"bull_credit":0,"escrow_less_fee":null,"fee":3112500,"settled":false,"winner":null}',0,'BET_MATCH_RESOLUTON','e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd','f0a34f105959a1f85d4d163b0f9bed89c3711b903eba970ec2eb5faf135c7e14'); -INSERT INTO messages VALUES(147,310018,'update','bet_matches','{"id":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c_ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","status":"settled: liquidated for bear"}',0,'BET_MATCH_UPDATE','e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd','43edd5df3501731a54772b7ae329fe95a22799bded74f6e74e8318d87394e17c'); -INSERT INTO messages VALUES(148,310018,'parse','transactions','{"supported":true,"tx_hash":"e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd","tx_index":19}',0,'TRANSACTION_PARSED','e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd','b66024399c3202f6240936048ecc085464603345f8cbeb167bfb5fa7a2b133f2'); -INSERT INTO messages VALUES(149,310018,'parse','blocks','{"block_index":310018,"ledger_hash":"f38538a4a2cba9bcf8821b56e1dc877990e027135d3f220338cd8cb11f3eb205","messages_hash":"7bfcc4b34bf739e3c81a8ca5baf62b515e6c462d4b4efe7f153bf826766cb820","transaction_count":1,"txlist_hash":"abe72d22a1fb28e1ce34bfe3f1fd012d5a41fe219a0c4ee96f3b4b0e49aea889"}',0,'BLOCK_PARSED',NULL,'44b1d2623e69f474317c518151140b4358350c157ed24a8cc30f3e19fe0c7ad1'); -INSERT INTO messages VALUES(150,310019,'insert','blocks','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f6eba4acd4e69aa2dd7828c0ad38ee9199aa4fd3914bb269cce3341898c240be'); -INSERT INTO messages VALUES(151,310019,'insert','transactions','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"btc_amount":0,"data":"0000001e52bb3365405915f3b645a1cb004c4b4009556e69742054657374","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df","tx_index":20,"utxos_info":" ff1c30c31e2e0b511c508c7111d22d77fdbb4f20379d49042bef4e231b9c098b:0 2 "}',0,'NEW_TRANSACTION',NULL,'0251695b95d4e518abdd0a581ac6d2e01f5cab4a455f6242f956ffe94a10e48b'); -INSERT INTO messages VALUES(152,310019,'insert','broadcasts','{"block_index":310019,"fee_fraction_int":5000000,"locked":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000101,"tx_hash":"1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df","tx_index":20,"value":100.343}',0,'BROADCAST','1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df','37de5a65958c23eb78a3afe9063055961ac5255c8f2d243bf3d8c9ff77fa83d3'); -INSERT INTO messages VALUES(153,310019,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df","quantity":159300000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df','e470b71a0672c0a65dcccab74b369363a1608b4817d4285ada52b1361c6b91bd'); -INSERT INTO messages VALUES(154,310019,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df","quantity":315700000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df','5b36fcccd756dfebff37a793e32897ffcefb55bc5374a32ce7e787b9063da829'); -INSERT INTO messages VALUES(155,310019,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"feed fee","event":"1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df","quantity":25000000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df','7298f98c9c773f230002fbd8f6b72d3b082fb366cedbe7f949406134e20cc295'); -INSERT INTO messages VALUES(156,310019,'insert','bet_match_resolutions','{"bear_credit":315700000,"bet_match_id":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d_10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","bet_match_type_id":1,"block_index":310019,"bull_credit":159300000,"escrow_less_fee":null,"fee":25000000,"settled":true,"winner":null}',0,'BET_MATCH_RESOLUTON','1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df','4caeb37359a0b3b43e48be7dc4ac6b6311932cf89c58710deb62df991c1ed40e'); -INSERT INTO messages VALUES(157,310019,'update','bet_matches','{"id":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d_10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","status":"settled"}',0,'BET_MATCH_UPDATE','1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df','82db3bb24098b125a214277538f2801a763b233497d83d8e55e4d3b94902c33c'); -INSERT INTO messages VALUES(158,310019,'parse','transactions','{"supported":true,"tx_hash":"1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df","tx_index":20}',0,'TRANSACTION_PARSED','1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df','eac9aff2d8593f3da3abeb01f63a2445a1ac4ead29675fd3caa22fa8d41cb31b'); -INSERT INTO messages VALUES(159,310019,'parse','blocks','{"block_index":310019,"ledger_hash":"3a51f1f061d953c940ac7e53f8bb37df041f2d4f42a16f5c5d23707b8b0c0dc6","messages_hash":"6c01461ee92341d3d897606ba9a238e775303fef0a4d5d4c571a2bbc5f616505","transaction_count":1,"txlist_hash":"8bea2f5ef9805bffa4b23881f7635ec213525f8dfe98aa45e716e43a73ffe114"}',0,'BLOCK_PARSED',NULL,'e4315ca78b5146a69352ef5d271017aaa478d40d6a79e478b02ececddaca2cf5'); -INSERT INTO messages VALUES(160,310020,'insert','blocks','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7b020861438bac8982cec14d80e72356daa7470af69be4c83335f9d54e46428a'); -INSERT INTO messages VALUES(161,310020,'insert','transactions','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"btc_amount":0,"data":"0000001e52bb33c94000000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73","tx_index":21,"utxos_info":" 2e07fb3dfdafff224b0cb92d718788af96b51014f621e726986b11b9113ae3f8:0 2 "}',0,'NEW_TRANSACTION',NULL,'c46700d81776aa29c878328bffbbd13576802f3b2ccfcedf4068bcc6e354f19c'); -INSERT INTO messages VALUES(162,310020,'insert','broadcasts','{"block_index":310020,"fee_fraction_int":5000000,"locked":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000201,"tx_hash":"dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73","tx_index":21,"value":2.0}',0,'BROADCAST','dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73','d35eec5b653620d5bef76b8e6059363f92187fed2ea15801394d70b0cdb27540'); -INSERT INTO messages VALUES(163,310020,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310020,"calling_function":"bet settled: for notequal","event":"dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73","quantity":1330000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73','2b04aaa3c0b76109ad3ad97f16fe1e1715a4d844149f8655d8c268702b43c966'); -INSERT INTO messages VALUES(164,310020,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310020,"calling_function":"feed fee","event":"dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73","quantity":70000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73','faf4c045d6dfae94584ae6647c1401b95c609a16d84585f39dabd514d3369b50'); -INSERT INTO messages VALUES(165,310020,'insert','bet_match_resolutions','{"bear_credit":null,"bet_match_id":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc_67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","bet_match_type_id":5,"block_index":310020,"bull_credit":null,"escrow_less_fee":1330000000,"fee":70000000,"settled":null,"winner":"NotEqual"}',0,'BET_MATCH_RESOLUTON','dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73','f8e4073d234061dc55257142ff2a2cfc9a03d1da5bad882945a33b164ccf5a00'); -INSERT INTO messages VALUES(166,310020,'update','bet_matches','{"id":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc_67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","status":"settled: for notequal"}',0,'BET_MATCH_UPDATE','dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73','1ba6f1a851f1570363f320c42042843c22da46905a35017b24eab2c7d8f64b6a'); -INSERT INTO messages VALUES(167,310020,'parse','transactions','{"supported":true,"tx_hash":"dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73","tx_index":21}',0,'TRANSACTION_PARSED','dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73','6a62d892c6a63e9d09d81f8ff316a267f90ffcd9f337d367e508b6f488b87d64'); -INSERT INTO messages VALUES(168,310020,'parse','blocks','{"block_index":310020,"ledger_hash":"cce3284c53fcf79ba268d925e32ab70e3d4df1e6f13dbcbe2920e93fc689128b","messages_hash":"2d6c1c859238f8abb4951a727ca488ddad26ad94d79e411a6b21c5f48a5daf3a","transaction_count":1,"txlist_hash":"d0e8a123b3125a8e057d8504b7a96e77188895c86907c273922b80e7e9ca42d2"}',0,'BLOCK_PARSED',NULL,'d971ee138aa2b046cd0fecf266fd7efe8d4a129837d597773707a7e989030762'); -INSERT INTO messages VALUES(169,310021,'insert','blocks','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ea69b224679cf42538a8d688ff0942fd8b85e233a6d2e54f8823a714ebdd332'); -INSERT INTO messages VALUES(170,310021,'insert','transactions','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"btc_amount":0,"data":"0000000a00000000000047670000000002faf08000000000000000010000000002faf080000a0000000000000000","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7","tx_index":22,"utxos_info":" 168840008f0acd950b58778bb6ee9d625b19dde6fc5a85f02a787aa78d541341:0 2 "}',0,'NEW_TRANSACTION',NULL,'fcb24f053c5a3db2814815711ad12b183e86959a98724810f4de1e4c6a3575b2'); -INSERT INTO messages VALUES(171,310021,'insert','debits','{"action":"open order","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310021,"event":"4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7","quantity":50000000,"tx_index":22,"utxo":null,"utxo_address":null}',0,'DEBIT','4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7','34fc774c1994db3de1f9a8c58da05c56e7e35118650a9cc3bd6e65c521e11925'); -INSERT INTO messages VALUES(172,310021,'insert','orders','{"block_index":310021,"expiration":10,"expire_index":310031,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":50000000,"get_remaining":50000000,"give_asset":"BBBB","give_quantity":50000000,"give_remaining":50000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7","tx_index":22}',0,'OPEN_ORDER','4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7','d1196f59cebd073c5a6d95a5cbfdf012664d66abc09cb462b573aee31fec999c'); -INSERT INTO messages VALUES(173,310021,'parse','transactions','{"supported":true,"tx_hash":"4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7","tx_index":22}',0,'TRANSACTION_PARSED','4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7','a68754686e210109424e0274e649d1cf6397a40aafc4fd9ec833afbdd5f9aac0'); -INSERT INTO messages VALUES(174,310021,'parse','blocks','{"block_index":310021,"ledger_hash":"6ad5172a6dcaa6706d5a4f6fd8ada183e103b9faab58e42c1365613a26477490","messages_hash":"e47d27a51f0fba44f662e5065cb3b2558f56b00cbd665f7d4208e3e0a4677cb3","transaction_count":1,"txlist_hash":"1c207ab28dd2c5d297f47d5ac366699523cd97ccfc8a3e348dbf6fe900c32b5d"}',0,'BLOCK_PARSED',NULL,'b255d0974c848969b5e511dfaa1346c18bde0098a40e82264cc85f6cfab5cc5f'); -INSERT INTO messages VALUES(175,310022,'insert','blocks','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eef30ce79e85c74e5ded5214fa8722ce9f46cf4e10550b2ce0cebe1e38f37adf'); -INSERT INTO messages VALUES(176,310022,'insert','transactions','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"btc_amount":100000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"181709b341ec136f90975fdaa362c767ebd789e72f16d4e17348ab2985c1bd01","tx_index":23,"utxos_info":" a64251be6598696807b458ee6811a35eefdcd8170ab68e36c37d1c5b0bb84350:0 2 "}',0,'NEW_TRANSACTION',NULL,'94bd02568d99307c254398a5a06d3b93a1f1a0eacb7c624019d644d506657efe'); -INSERT INTO messages VALUES(177,310022,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310022,"calling_function":"burn","event":"181709b341ec136f90975fdaa362c767ebd789e72f16d4e17348ab2985c1bd01","quantity":56999887262,"tx_index":23,"utxo":null,"utxo_address":null}',0,'CREDIT','181709b341ec136f90975fdaa362c767ebd789e72f16d4e17348ab2985c1bd01','40b009426c838420db9d9ca60af82069272b135a850ce06874bd32347a38b714'); -INSERT INTO messages VALUES(178,310022,'insert','burns','{"block_index":310022,"burned":38000000,"earned":56999887262,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"181709b341ec136f90975fdaa362c767ebd789e72f16d4e17348ab2985c1bd01","tx_index":23}',0,'BURN','181709b341ec136f90975fdaa362c767ebd789e72f16d4e17348ab2985c1bd01','040045db7a4e6c2473102fd18ea7146e1c796cb6ef89356b0f49edf0d3a23a0f'); -INSERT INTO messages VALUES(179,310022,'parse','blocks','{"block_index":310022,"ledger_hash":"c9361fea7f3dd2415969eb6ad7fe893381c9ca65ea391f2e47a966e342db3a90","messages_hash":"45e2a49e19d9ad5c93ea2fdb32e5461dc2e07909100d246b4da16670b128f7be","transaction_count":1,"txlist_hash":"c0867554bd3d50cd8ca4bb6e2d055250fa0c3c46f47b5f03ce5022b7090e07d4"}',0,'BLOCK_PARSED',NULL,'ac1d04ebca8f8cdeeedf3c53395d25eba67278931bc35a915dcaccab4e35645e'); -INSERT INTO messages VALUES(180,310023,'insert','blocks','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'05d7f58255ca4d756194b3a5096d2c84259f022d71029fea2f96eee5e3f3f419'); -INSERT INTO messages VALUES(181,310023,'insert','transactions','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"btc_amount":1000,"data":"0000000000000000000047680000000000002710","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831","tx_index":24,"utxos_info":" 806ec51cd29841b7bb12b0cb41cf9678b3e3e26f9a95d5aeba5e0868330b8e60:0 3 "}',0,'NEW_TRANSACTION',NULL,'888abc90d99d6f4e975b41e4d98d1e21bf7262c0b131ed4961f2ef2578fdbbe5'); -INSERT INTO messages VALUES(182,310023,'update','bets','{"status":"expired","tx_hash":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c"}',0,'BET_UPDATE',NULL,'7cc09e67147482e6772e840dd2035a1b0453fab6ce50c612ef08443a6d1be329'); -INSERT INTO messages VALUES(183,310023,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310023,"calling_function":"recredit wager remaining","event":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c","quantity":8500000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'18a6d4c76b5bb80d4f34cb104ddf2abc39c93ecfbe835288eb237f58e1f5857d'); -INSERT INTO messages VALUES(184,310023,'insert','bet_expirations','{"bet_hash":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c","bet_index":13,"block_index":310023,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'BET_EXPIRATION',NULL,'d704e03f77b26473974e6da9edf916fe6a1b95ff5a4117dfb87c6f7a749d0767'); -INSERT INTO messages VALUES(185,310023,'insert','debits','{"action":"send","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310023,"event":"f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'DEBIT','f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831','d3a327bcfff0df2f6307fc300ac6b6e11a9d0682394ae06e58f52a95966fa8b4'); -INSERT INTO messages VALUES(186,310023,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBC","block_index":310023,"calling_function":"send","event":"f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'CREDIT','f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831','e6ff9e05eb1a6bb68418c8d57f9838ed4de01b7301c612545118eaf2c76da6cc'); -INSERT INTO messages VALUES(187,310023,'insert','sends','{"asset":"BBBC","block_index":310023,"destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":10000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831","tx_index":24}',0,'SEND','f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831','ae00959a1082e7fb9c0236770248d69bac32f2c8a09340c4eb3853e4aebce7a5'); -INSERT INTO messages VALUES(188,310023,'parse','transactions','{"supported":true,"tx_hash":"f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831","tx_index":24}',0,'TRANSACTION_PARSED','f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831','03ee1965d91fa6835d6bd9317724e2e7375a5a6fe208bf22230b51ce56f38243'); -INSERT INTO messages VALUES(189,310023,'parse','blocks','{"block_index":310023,"ledger_hash":"f63680db66cf963aaaebf64130629790e7492b5ea9396434c2179a5eb8774412","messages_hash":"3ce99db6c7cbea1152c7156e1a773a2508a3fab6eab74bfe2cc6f8328cc66b91","transaction_count":1,"txlist_hash":"6a3cc06342da18a8eae7180bd93af2cc3a6f7c51916a19265365814f52a58119"}',0,'BLOCK_PARSED',NULL,'ec853663cbf6432505e167cac6e2eae0c6a8499f4f29a443f3d9bb3982d2c7b8'); -INSERT INTO messages VALUES(190,310024,'insert','blocks','{"block_hash":"b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5","block_index":310024,"block_time":310024000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'09ede7acc001a3bdea5701a4e08e1d0de01df5cc0889fdd32877d8eda3a63fd4'); -INSERT INTO messages VALUES(191,310024,'parse','blocks','{"block_index":310024,"ledger_hash":"d69ea243fcd5e525ae03af680d5610b654a9d2bad17782e196305aaa110a6ba9","messages_hash":"555050d0ecb0b6ae26610d8a02c4b9b3516d9fb40fe3a46a822692c7f2376a1a","transaction_count":0,"txlist_hash":"7e4a0076ce614d5b7bcb0a59c84e79d21702a3507ba88bc0d8ce9e644d7fe692"}',0,'BLOCK_PARSED',NULL,'e87ee2f3e0cc3e43df903039e4c9ba62e5f15b584275c143a691b3bd12ba379c'); -INSERT INTO messages VALUES(192,310025,'insert','blocks','{"block_hash":"a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666","block_index":310025,"block_time":310025000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8991227cd4dc47a601d4a59060d3e764a717f06b8dcc321ff02a63c805983cba'); -INSERT INTO messages VALUES(193,310025,'parse','blocks','{"block_index":310025,"ledger_hash":"721906ed4cbd1524fafdc8e3ffef27d8b03e0c798bbcbe3eee7bc7f14afe4e81","messages_hash":"c23dca2f81a69386d036346205df38a439e7c89aa87825e1cb10c06d734d00d4","transaction_count":0,"txlist_hash":"c1596eb8c172f2968ddd2ef70c1a8f125ab989c1a7bb012ab56f6c75cd96bb41"}',0,'BLOCK_PARSED',NULL,'7a1564ecbd2e8f35d39dd2452fc0a59427385f0de77a9cf6846724a5e4caadc9'); -INSERT INTO messages VALUES(194,310026,'insert','blocks','{"block_hash":"6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a","block_index":310026,"block_time":310026000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ef43988fde5e5c6e65af2dc296b9a3279ebe3532b837c50c82df60adf0f6cafb'); -INSERT INTO messages VALUES(195,310026,'parse','blocks','{"block_index":310026,"ledger_hash":"27912da2afa797876030dd0e50c31aea462d54c7bfa4f89d2f14fdb7b80db6b0","messages_hash":"dc11601948717221c78281cfb4936dbbcc3296a4fedd59743a29fcc0530afc30","transaction_count":0,"txlist_hash":"2d653751a75829265f2cfe2dd7bcc3a594be62492893d36642e3c8815d339fbd"}',0,'BLOCK_PARSED',NULL,'06f47db87ac8f685805182012a96bebc35c3542d1972871321a480b3194609a9'); -INSERT INTO messages VALUES(196,310027,'insert','blocks','{"block_hash":"d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e","block_index":310027,"block_time":310027000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ccc89a63b434dc74646f156f3b57f1363e81bf952799ebfdacaa8a0c0b89734'); -INSERT INTO messages VALUES(197,310027,'parse','blocks','{"block_index":310027,"ledger_hash":"cc0734ecfd2bdbd2d04d236b853f60e324feaa9115fae33a8add961c4a5f9436","messages_hash":"3877ae6c2e028a80eafd6ce46c0e3b6e3d841fedec417356ba7c50efe1b4cb8a","transaction_count":0,"txlist_hash":"3d5c1eb8dafccfee04f7d91b2819d9f51a9fe8df4050c025c19c29ceb18b3575"}',0,'BLOCK_PARSED',NULL,'5e75db2c19ad8e343dc2d2ad3a2562ca1842a604da91506e62a44ac491113f6b'); -INSERT INTO messages VALUES(198,310028,'insert','blocks','{"block_hash":"02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b","block_index":310028,"block_time":310028000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f1d50aede2a646af92f60459129bef638e70823aeb1f39346b0d977c7849e16d'); -INSERT INTO messages VALUES(199,310028,'parse','blocks','{"block_index":310028,"ledger_hash":"d3f5fbbe85d5a81fef8735c73349f61a43122f4b6f3f7aa61215323a683ce3aa","messages_hash":"68f051a998835ead0ef1f61bf23457a93b06cde623085a233f27724b750d52e3","transaction_count":0,"txlist_hash":"e6600d6d90725ce81afdd7b00220f8df650f85dc3a308d2486fab88edaaa8981"}',0,'BLOCK_PARSED',NULL,'be02f236dba820fc3fb55861ec72e238a627d568a0954c67c75b0a9fcc615695'); -INSERT INTO messages VALUES(200,310029,'insert','blocks','{"block_hash":"3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6","block_index":310029,"block_time":310029000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1f677bd813cd704c3a26e314fffc98a6f8b2ba827bb31dd2d50dcb776b9786e6'); -INSERT INTO messages VALUES(201,310029,'parse','blocks','{"block_index":310029,"ledger_hash":"74d08f0d1cad9f7102d0cfe70f50614c7ae7f4844ca6d02390031e1e96c2b418","messages_hash":"42702cf4d82b0a6979cfbf8c215958167a957e25914d3818316b0e985b2174ae","transaction_count":0,"txlist_hash":"341aa44dcd4967cc3356ca23c97111b1cf3ee128c944493a0ebc6458c4f119be"}',0,'BLOCK_PARSED',NULL,'d9076754b73acea241c86dbf519f98a2261db1913047ca8f75e7622f3ba68754'); -INSERT INTO messages VALUES(202,310030,'insert','blocks','{"block_hash":"d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5","block_index":310030,"block_time":310030000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b39d747a457e41971a75032f7096bc79cb31f25d0d0e7ac8f22e7d8d38bb811e'); -INSERT INTO messages VALUES(203,310030,'parse','blocks','{"block_index":310030,"ledger_hash":"753a1a8bb877851ae24dbc33884344f34ee18c6b0d70a4d909231448b943e8cd","messages_hash":"727832556033b7dd3e197947501d3b746600d438d86269ca24a334f6b5f306a1","transaction_count":0,"txlist_hash":"b9385290e5bd72f2a1a5d2cc889108a6da0aa888fdcf76170b166888c6301407"}',0,'BLOCK_PARSED',NULL,'bd74201a577cfc0dd50af38bf2e1635450ca360bae8befdbb9efc138c59581f5'); -INSERT INTO messages VALUES(204,310031,'insert','blocks','{"block_hash":"0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689","block_index":310031,"block_time":310031000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f7008d6a8b6c21e4bbf44febe86514b6a51ffa2558f8e63ec885bce6c5d84dc0'); -INSERT INTO messages VALUES(205,310031,'parse','blocks','{"block_index":310031,"ledger_hash":"f7c62d08a4efc854dea6f47249786d3d00778d97223dd84de1d0fd1eef3e2ee7","messages_hash":"acb42e0131897bafcfbc20223d0fcd9fdc130520b00d83ce822e6782f62948a5","transaction_count":0,"txlist_hash":"6c27a0cb80d8602b9ccd126f53bb69727d358353b4c1299434c3472b0469d85f"}',0,'BLOCK_PARSED',NULL,'bc2e6197b0be2e5b636fffadf826c3da10405f918aa949d6079bada70f81e2cf'); -INSERT INTO messages VALUES(206,310032,'insert','blocks','{"block_hash":"66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074","block_index":310032,"block_time":310032000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'565e867cf161a935393213a87613b15b804dd6f0ad219e3e2de9fbe72111ffcc'); -INSERT INTO messages VALUES(207,310032,'update','orders','{"status":"expired","tx_hash":"4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7"}',0,'ORDER_UPDATE',NULL,'bd0e3b8972e7e5d540db7afc45be7477b239b7647a4af7e47929b3c2dd270958'); -INSERT INTO messages VALUES(208,310032,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310032,"calling_function":"cancel order","event":"4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7","quantity":50000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'473afaad033fd3c49c8b6647e4e5939e8ee37674120029315212a0c65bffa513'); -INSERT INTO messages VALUES(209,310032,'insert','order_expirations','{"block_index":310032,"order_hash":"4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7","source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'c3a216c6e38dbce1b5a36823e83dcce7732f2db15dc37ad1dc4e4fd76ed0542b'); -INSERT INTO messages VALUES(210,310032,'parse','blocks','{"block_index":310032,"ledger_hash":"833690f195e85b427b61890640fe8f0cc7419e0f4301b6f4738bab12be06dbb8","messages_hash":"345da109fa009902eaec31aecf7be8c3abed662970655022079cc60831501ebd","transaction_count":0,"txlist_hash":"cb3ca17e5c792309fead54d49039ee0e00e7b17291868a3a2e86e09bb3dae80e"}',0,'BLOCK_PARSED',NULL,'d5b020942ac02ceafa456f7a548bd59a062816abd3919b7fbfe627a0783ea880'); -INSERT INTO messages VALUES(211,310033,'insert','blocks','{"block_hash":"999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707","block_index":310033,"block_time":310033000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f34f234e8b9680cd7f1c3c91036ef3fe0d17fea5e8e7300347857ae6358aa02d'); -INSERT INTO messages VALUES(212,310033,'parse','blocks','{"block_index":310033,"ledger_hash":"a1e118474a6f70b8f700a67b43ee0272c4609d3309603b5be6434ca587eaa704","messages_hash":"60b0745c37f50a0dd3e5331fcfa3793a252caac1f603d3d2dfb403577c8b716f","transaction_count":0,"txlist_hash":"2f097bb1b1dff2b4266dcb3b46d29255401e23a2fcfb75f28e9f7184733e14bc"}',0,'BLOCK_PARSED',NULL,'c41125376d92fe26d61c848ca4bb3f7b4f917f85ea6452a03b730ee75d7d574e'); -INSERT INTO messages VALUES(213,310034,'insert','blocks','{"block_hash":"f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208","block_index":310034,"block_time":310034000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6d02dbfc61fdaeeff53b3047467ce62c1c6d7b7ee237dd818935422ae01473d1'); -INSERT INTO messages VALUES(214,310034,'parse','blocks','{"block_index":310034,"ledger_hash":"3b6427f61fb59ffd674ed8e0af75687fc4ccf8b462011727d4dc4bdf4c794775","messages_hash":"98303aa5c4f995fe47b17cce510eb03d442fc5c6722703abc3af307022d78905","transaction_count":0,"txlist_hash":"be05766d9a1c70d8907d523979a313ccec8cf2900335fd91800b4b90da3bee12"}',0,'BLOCK_PARSED',NULL,'d9cada6f485d35647a3e93e1fe5221edfb1c1b9125b2a66c0b1fc319046a98bf'); -INSERT INTO messages VALUES(215,310035,'insert','blocks','{"block_hash":"a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2","block_index":310035,"block_time":310035000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c907e38d17d3780348f5e28169a76fc87ddd40f4dba52ffb3ca0a8a077969bca'); -INSERT INTO messages VALUES(216,310035,'parse','blocks','{"block_index":310035,"ledger_hash":"d065384f739c52a718f656717f88eb2fecc10d8567a93ccf823434c003d28c55","messages_hash":"3181d826fc16fd316b4aab93feba628b9f25a81ea54aaaae19cf4f6ce372116d","transaction_count":0,"txlist_hash":"41cb2236ce676fd45ae98593c9cac6291fa95479ec07a5af615ccb5fbbeab760"}',0,'BLOCK_PARSED',NULL,'0a7da31ad988e25b235994673546f2b50cdf82b6c4331982c39e4c7d903b622c'); -INSERT INTO messages VALUES(217,310036,'insert','blocks','{"block_hash":"158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76","block_index":310036,"block_time":310036000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'449bf99fcff19fd9a62dd40e7b5fbed0e1d0c9c068869ff214d520abfa52c3c6'); -INSERT INTO messages VALUES(218,310036,'parse','blocks','{"block_index":310036,"ledger_hash":"22cddc8dbfcbaf4b851fa5379c740a96294acc3d772dcf6d684881bef18d7fbf","messages_hash":"8d5a10955bae0d655c09e5cc5ee922ddafde08fac4c4832838738a4d14de734b","transaction_count":0,"txlist_hash":"0beb88a3d4adbf913601c2d5144599cecfd48886ca51f995aecfeb50c56aab1c"}',0,'BLOCK_PARSED',NULL,'8f1296a8f440e76c478108183ea4af446b41fef768a6afe42d12af89f4c827ef'); -INSERT INTO messages VALUES(219,310037,'insert','blocks','{"block_hash":"563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07","block_index":310037,"block_time":310037000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5dfd1920810f347dea89a34c5957e80f32b406a93cef16d96a5504b45e4b64ee'); -INSERT INTO messages VALUES(220,310037,'parse','blocks','{"block_index":310037,"ledger_hash":"93172c51a9c4cb5c33937a199a32ad3c13a40a60f4c194a1187e2c59a15c0ccc","messages_hash":"9152589dc7ebd1074c6b8f34549084fc083fc33b57af24bafbaae14304fe0b2f","transaction_count":0,"txlist_hash":"ea276540d3637a9165f482c48e414467e3a78c2c25c6a70bbed0c38f7205920e"}',0,'BLOCK_PARSED',NULL,'c6e88e34e70d2aea4cc96ab6957cda8e913b0a614bbf6e232f521b0a27d4a5c9'); -INSERT INTO messages VALUES(221,310038,'insert','blocks','{"block_hash":"b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2","block_index":310038,"block_time":310038000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3eeb3a37ca62e1d1f1a70308322f07aca71795955873e7da60c3b37793e3f512'); -INSERT INTO messages VALUES(222,310038,'parse','blocks','{"block_index":310038,"ledger_hash":"7a167a13f7e576c7e066035dbe2a2513659f1386c095a9e63afa494c043b7def","messages_hash":"326184085ae9f388e4a1847b84aa0b3eea5469179f16d4897fbcf22cf8b5e6af","transaction_count":0,"txlist_hash":"15ef5d6175a7ce1937554ed6c2b10be6555aa14f7179245b7b140d1a620095fc"}',0,'BLOCK_PARSED',NULL,'581cd60e573c2079f70eaec7c786b1bad5ebe8172a8a046100a73e95cffc8ab4'); -INSERT INTO messages VALUES(223,310039,'insert','blocks','{"block_hash":"5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347","block_index":310039,"block_time":310039000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b81b27689ccbce840655718b01a37a77db5172396122b58d0cce0c35f0ed3d54'); -INSERT INTO messages VALUES(224,310039,'parse','blocks','{"block_index":310039,"ledger_hash":"4733d9ada3d4f60bc09f0a6eba3fdcdcd8e8b18adfd38c7bf06372259e2d38f3","messages_hash":"975088697709bae09abdc0018c2875406858678cb882e07cc4942ec18031c387","transaction_count":0,"txlist_hash":"4ac5fe346b8577626d58c9442c95fccd4955506ac712ee3f27b5df6b7ec1d0df"}',0,'BLOCK_PARSED',NULL,'4305f226cb852897e3960d276afcf3da68287568e46efa0a03a0ebbedd7a4aab'); -INSERT INTO messages VALUES(225,310040,'insert','blocks','{"block_hash":"7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3","block_index":310040,"block_time":310040000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'90794e6447ecec1c29586423afd02110bae24dbc2b3736940eb6e49433dc78c1'); -INSERT INTO messages VALUES(226,310040,'parse','blocks','{"block_index":310040,"ledger_hash":"b8021bbe3744e58cedfc3dd99220fce48f4e56a8fe8256d7894dd55c7312a76d","messages_hash":"255114086930cf85ea8e9604eb3975f708cbf1ce150dfcf5960d55e693fc6fa6","transaction_count":0,"txlist_hash":"acbb3114dc5c7599eabdaec4833952c3b6de20dde616233f3945151977d5be16"}',0,'BLOCK_PARSED',NULL,'9c1f4bd0026f24316c03d10e51e588fd1b910272551891b17b169cbcc97ed553'); -INSERT INTO messages VALUES(227,310041,'insert','blocks','{"block_hash":"5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359","block_index":310041,"block_time":310041000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'744aaee0543f2666bd64b133cdddd372726ec9aaaa4dfc86dda3e19e8b52dcea'); -INSERT INTO messages VALUES(228,310041,'parse','blocks','{"block_index":310041,"ledger_hash":"017b79a5fb34785dd39964a61a5bde69d676f75ee085c27bbc9e3381983c2dab","messages_hash":"1856a87927c58dd5fc34bb0a86b03906216a2c407f8112afb6450cf1d4f3b828","transaction_count":0,"txlist_hash":"6cbdfb2d6b3677c91097b1e80a32dafb0172725fabff370adcf444321ee48509"}',0,'BLOCK_PARSED',NULL,'de0545f5ce8f26988c3a6c3118d6a790199d458004b614e1f783e44dcd449c03'); -INSERT INTO messages VALUES(229,310042,'insert','blocks','{"block_hash":"826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4","block_index":310042,"block_time":310042000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e025ae84f13cfff51402bc50051e9875e5e4e9f1e95c2a36e76b852692268a9f'); -INSERT INTO messages VALUES(230,310042,'parse','blocks','{"block_index":310042,"ledger_hash":"cf5389c037b6c619025bf95d9718fb5548cd67978c3ebf26f76029873828162e","messages_hash":"aecff9b21753c90b3eb538c14a5a45e2b6dedb3d8db0a6a21dd99a4627eb0c7b","transaction_count":0,"txlist_hash":"a091876d90aaf1dd5b0d53403a3a9b5788710bf3d0c1996184a91961a1f24aa0"}',0,'BLOCK_PARSED',NULL,'b25f063910ebeba2155d1c1d82236ae53c81d4dc08db501b6951acc35dcd96ed'); -INSERT INTO messages VALUES(231,310043,'insert','blocks','{"block_hash":"2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51","block_index":310043,"block_time":310043000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'20ab705f3802c5f8886d85ed781a4b9538170bf83e29794da8fd6ff374709ef6'); -INSERT INTO messages VALUES(232,310043,'parse','blocks','{"block_index":310043,"ledger_hash":"df116ea1fcf5f968644dcc97c1149f0ef6061b188fd56c27152543256ce79009","messages_hash":"a22738cfcbc2a8ba342351bbb83c3b16b43d42d5c72fc89a3d1b448046fe4d9d","transaction_count":0,"txlist_hash":"eafb7d2cbbb2d1afe4a3eb65ca6bc7be653d7d824238264082d2c5e382757e54"}',0,'BLOCK_PARSED',NULL,'6497e191fce56c74f667cd402b3f1ab6097e881b2ce1749a1a90f15e47c569c1'); -INSERT INTO messages VALUES(233,310044,'insert','blocks','{"block_hash":"3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b","block_index":310044,"block_time":310044000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b70af3e02e5ec0e4d876aac0f82e19b9943dd5e7bc379992e4fd7d3cd0b4362f'); -INSERT INTO messages VALUES(234,310044,'parse','blocks','{"block_index":310044,"ledger_hash":"c12cfaa984bfb34e781ac93848a87cdc0318c45a1cd9f02d31f5c3a4abe8d918","messages_hash":"a8f08f01f1a9f6a79fc27be6874836385d09abfb63e80d0dd053eaf254ab7181","transaction_count":0,"txlist_hash":"61cb811c578f90cd6cc9f6963ff80c280f6ad0edb53fe53dd3075a8818404fe8"}',0,'BLOCK_PARSED',NULL,'a09c6f22507762c53b20c64405d42898ca0a6d7f493d366527c0480b329ae574'); -INSERT INTO messages VALUES(235,310045,'insert','blocks','{"block_hash":"7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98","block_index":310045,"block_time":310045000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4c2cfc460c79bd1d8cf61d2cb28af55947e1e43bb49fe3bd792667d1e81c1aa2'); -INSERT INTO messages VALUES(236,310045,'parse','blocks','{"block_index":310045,"ledger_hash":"999a9ed2673de2db7637e22eb8a1876e0c794e90f09cdd76d1442e56ae12b1c8","messages_hash":"1cef1be0b35cf7af3caef517b21f501996a71ce0da4f032e9810c86e665d9d1c","transaction_count":0,"txlist_hash":"ce9e3f0524576a630ed0154cf69c7798065a001e6752c4f369c30b06aebbe378"}',0,'BLOCK_PARSED',NULL,'c6cb9178ff08b9bd7c2300538080a6d86d50ba5da87930eb4e98f4fff6ba047a'); -INSERT INTO messages VALUES(237,310046,'insert','blocks','{"block_hash":"47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6","block_index":310046,"block_time":310046000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d289f33f81db3cd028a33a85fd77bfa7c821675de16d1ebc1668dd2d457f3f93'); -INSERT INTO messages VALUES(238,310046,'parse','blocks','{"block_index":310046,"ledger_hash":"240c9a2f6dc918ed868abfb5de6838d7a17f02263fdda0ccd3c7481c09e155d1","messages_hash":"1dff208330fcbf246a71e1254f1e92c63e640931ab53109e9c9c52ff26eb6227","transaction_count":0,"txlist_hash":"4f83f9bc531841759d1071a92ccda5d898af693fc88db0de16b2d2ca09630d59"}',0,'BLOCK_PARSED',NULL,'9086086be658d45562ab236f19c4e7c9053c04530ea16e51b7c67f494209f1a2'); -INSERT INTO messages VALUES(239,310047,'insert','blocks','{"block_hash":"a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075","block_index":310047,"block_time":310047000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dd14e533383fefa6591c469f00a44d1a80268e2c3ee3581a6dbd564b66d5ce7b'); -INSERT INTO messages VALUES(240,310047,'parse','blocks','{"block_index":310047,"ledger_hash":"79836105e355e25afd709d15632e2c0d1ab53ab251cd3750ffee9fea4a2605b8","messages_hash":"a0182e85941a49ba3cea139f8531dcf5757cdcc3dc229a41aaeb6e3a8118b463","transaction_count":0,"txlist_hash":"b17c5d4fc0eef05c315095d265b324a0ea7dee28145d7b4e251a944b4b6a16fb"}',0,'BLOCK_PARSED',NULL,'0a3f2d479aade7a0169122729667a113dad2e52952b935488ef42a936368790f'); -INSERT INTO messages VALUES(241,310048,'insert','blocks','{"block_hash":"610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309","block_index":310048,"block_time":310048000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'58113101d1bd1775bca8509ce66fe8634cd8b835723e10289165f635a884df9e'); -INSERT INTO messages VALUES(242,310048,'parse','blocks','{"block_index":310048,"ledger_hash":"6bf0789392e97311c4283d9f748b37effe7b0d1678076e30ce5725eff345a8c5","messages_hash":"665be884c2dc312fec6e37b0d17512c1e16a592b7e868766263841d4cbad3881","transaction_count":0,"txlist_hash":"f9f7ec8bdc9301d4ea41a099d04f84631badad709fdbdf43582327f183102590"}',0,'BLOCK_PARSED',NULL,'2cd228409d6234b833f6b7a739c89cf7ecb12c5940db947f6a31be688aa8782e'); -INSERT INTO messages VALUES(243,310049,'insert','blocks','{"block_hash":"4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c","block_index":310049,"block_time":310049000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3265aba42e3336b4a00db0504b889a4b8129e4d696f7e150ca289a0569a3296b'); -INSERT INTO messages VALUES(244,310049,'parse','blocks','{"block_index":310049,"ledger_hash":"1842c46a03800f5e191cb8d641aead6bc80e6d25c2ec826f3a5df426059cc1cb","messages_hash":"80eaae807f7f4a0b2e1269eee36646572295cb1f0b229bb387efb5d97bbc3a67","transaction_count":0,"txlist_hash":"458e51569acd6ef757e0b36ab3f558e76f239ea3bfbf1b0ce7824f39ec5ac23b"}',0,'BLOCK_PARSED',NULL,'ba1960603c264d8ed545eb70d36e6e3c050784541e48153bccb7bc0fbc0c6e9f'); -INSERT INTO messages VALUES(245,310050,'insert','blocks','{"block_hash":"8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348","block_index":310050,"block_time":310050000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c9e9d8ee1bd2a906df89b91fd2749a7ac001f78971403f374bcbe3a73fc7b528'); -INSERT INTO messages VALUES(246,310050,'parse','blocks','{"block_index":310050,"ledger_hash":"d424b02109320491b2d32388869d6468ab1fca26d4bf72374cfef729efad866d","messages_hash":"cba360a26963c42a81f5132973a239ce3b1ca57df496c838b06b25db161ba667","transaction_count":0,"txlist_hash":"53e0972193c4f689d3a7216f22607a9b0cb7b8a9f43f144469bfbf25f59edb09"}',0,'BLOCK_PARSED',NULL,'dcd4bc9c1dd5d6ce9bb09f62d3481c483db810cc79eece05602a54407fa40709'); -INSERT INTO messages VALUES(247,310051,'insert','blocks','{"block_hash":"b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6","block_index":310051,"block_time":310051000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'12bf4ce2a902ef56e177b2d7eeb78e982ce5be97106886eb60379b9ae968660f'); -INSERT INTO messages VALUES(248,310051,'parse','blocks','{"block_index":310051,"ledger_hash":"d1db4181403136b41168ab7786831f2fadfc418a05b7477246ab097bab531859","messages_hash":"5480b28ffa8c7a8093ed53cc626910a1da8fa9710b7140b3d2dff9d6f20ba293","transaction_count":0,"txlist_hash":"89bbd06ca16ed2098ac6b7accd2296b4e0a2d8236dbf1cc14137e90ebad364e3"}',0,'BLOCK_PARSED',NULL,'54211cd7990e02fec6ea04c1d787ef55e3f150199f278fb34a2e1f6b408f1bad'); -INSERT INTO messages VALUES(249,310052,'insert','blocks','{"block_hash":"0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2","block_index":310052,"block_time":310052000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53fe4a49fafca22f4fee25cf7b7d2eb27e5dfbdf38b2075b0ef9ed60abd71176'); -INSERT INTO messages VALUES(250,310052,'parse','blocks','{"block_index":310052,"ledger_hash":"97fdb6b2c8e636d23109a67af55ab4bb30955a84073274de3fdc788074dc1b6b","messages_hash":"05cfcb0621f80d6b56efcb547c680c3a5f1070bfa5c06d14d16630d46820515c","transaction_count":0,"txlist_hash":"8b8739b799483eb556e0e32f92cc092c349bb2bcb87044e88e762d55d6f1b033"}',0,'BLOCK_PARSED',NULL,'2473a3fa0dfe098c8b5bb6071f4132700d82f5b47efe7f2be7db51d5f4556614'); -INSERT INTO messages VALUES(251,310053,'insert','blocks','{"block_hash":"68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f","block_index":310053,"block_time":310053000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d853dcea4abc9ddde601afac89f240bc1d4f0f1b97c033e26a90ac5e5e5f140b'); -INSERT INTO messages VALUES(252,310053,'parse','blocks','{"block_index":310053,"ledger_hash":"0506be4f04a22058504406210af3f1475dbf6d6834c1c1b7f6ac0fe013b47363","messages_hash":"52384173ae7ef6057e789070a5720e15fc127929e26d432b6d85aceec6fefed3","transaction_count":0,"txlist_hash":"05673a7bf2fc7e9a5daf3732cb03bcf43712df43ef7ecf1bfe89d18f54726b6b"}',0,'BLOCK_PARSED',NULL,'90056b6ea15fa60a5a1e6e696364960c5fad3cd15302913c566450f50bddad1a'); -INSERT INTO messages VALUES(253,310054,'insert','blocks','{"block_hash":"a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305","block_index":310054,"block_time":310054000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cb44c4ca09923e60b9142619aba2bd9b3e328990ac909e62406a019ff413b1bb'); -INSERT INTO messages VALUES(254,310054,'parse','blocks','{"block_index":310054,"ledger_hash":"3dc7894c1368c9ef5d32a95fdc292e7de8237b73b61365a25b9d0da95eedc2e6","messages_hash":"dedc06b4c904354c9b4646840e797b63314bf0f406cd458ed03af59c2b4c5589","transaction_count":0,"txlist_hash":"4651aab35442e5ec1d79ba6422ca0c2b0df02369ee49b33efe1ef54e2ebc7080"}',0,'BLOCK_PARSED',NULL,'54dc8775942599b8b8039913f8a66b82ef128c9b85c693d9886e93ef80a214b7'); -INSERT INTO messages VALUES(255,310055,'insert','blocks','{"block_hash":"4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356","block_index":310055,"block_time":310055000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'04f1ff98b2aad9d76521ca7f1f0e37026ad25a2f169f19bd2c08285d1ab50d00'); -INSERT INTO messages VALUES(256,310055,'parse','blocks','{"block_index":310055,"ledger_hash":"a9ef2c8bf3a88c326d2bdd722c3d82ed4f4c10b65620b136d4b893ed93174795","messages_hash":"44f8c4839b1506206fbd32834b9236957de6ef669f7b804689840a7d19105f83","transaction_count":0,"txlist_hash":"d826fea28c0f5e82a6fbefae4d6885a0a49a3180d3c16d6eeb4faff9f57d4d89"}',0,'BLOCK_PARSED',NULL,'c812c43204ec94ba9c49860987c07233eb342ac7b715420fe6a9dc27c3163a36'); -INSERT INTO messages VALUES(257,310056,'insert','blocks','{"block_hash":"7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3","block_index":310056,"block_time":310056000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eb8323cf9928add98271ea8b6e3b3b820d677cee4f3d6dccbe11a0a53566953f'); -INSERT INTO messages VALUES(258,310056,'parse','blocks','{"block_index":310056,"ledger_hash":"13b76edecb04a9733107d5c21420ee20424fd463dcde2ea98424ad99ed3383f0","messages_hash":"72a9e9a64d68f8c616886866fb85f9a49bc2aed2bb36a6f1b33a22d2f4d0623c","transaction_count":0,"txlist_hash":"fe620dd60bf5b6f3c610495735deca47cdbfcbb510975ebba2f68c7df6d32a15"}',0,'BLOCK_PARSED',NULL,'3daf101cf548bb7e812cb78d1afb91a5fb5892ced44d2341884fba72071c2f3b'); -INSERT INTO messages VALUES(259,310057,'insert','blocks','{"block_hash":"4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411","block_index":310057,"block_time":310057000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8edbb5abcf51cd8dd97bce709905b97bf815728b94b8f5e765aa99cf1ae510ef'); -INSERT INTO messages VALUES(260,310057,'parse','blocks','{"block_index":310057,"ledger_hash":"41c8a47d7bc4e73aa2f09685acb9fac052c5c55764ec3a8250abbbcde40dbe90","messages_hash":"8ae494cf3b7d54cf9d168206c919e05ece2b7f22280b501010db8d6aed20c89a","transaction_count":0,"txlist_hash":"553ea196d7a1045f71dc6261cbfe4b84c78b7dc37de89b8865f4d385cbb42863"}',0,'BLOCK_PARSED',NULL,'74a6440a3609695045b34709e773272642dc5d52bdb3e7c597d88e9157aac4e1'); -INSERT INTO messages VALUES(261,310058,'insert','blocks','{"block_hash":"a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f","block_index":310058,"block_time":310058000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'030a3dfa292b0a2a2883437a03ebd2bcf3db404124db29e817f79f294dd257bd'); -INSERT INTO messages VALUES(262,310058,'parse','blocks','{"block_index":310058,"ledger_hash":"0b8ec211d258206ab8c318c079d9deb33d444a7086d5a05aaba97abc0be137df","messages_hash":"9a81c3ced431d954ff87acfe2cce5a02e206f0e59bf561f3ea4e5d352a4d085b","transaction_count":0,"txlist_hash":"c3fd7824c9b8413f24feb96ca676285447a980d684f730d10b81c06a440fab7a"}',0,'BLOCK_PARSED',NULL,'68d81dadc418b6717748b828f87b5857a1883c1b23fdff931bba05c1aa35a4b0'); -INSERT INTO messages VALUES(263,310059,'insert','blocks','{"block_hash":"ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9","block_index":310059,"block_time":310059000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eb299098f62b3d17cdb3e97ed697de38d1c3442c977f97f590a8085ba612e45c'); -INSERT INTO messages VALUES(264,310059,'parse','blocks','{"block_index":310059,"ledger_hash":"f5c2686408577854893d11b02f52d8ea917e90777dddf67c98aabb36a3339b6f","messages_hash":"23c0f36adff301366719ea27525b053cb2fe6ca147ca1f8d717eeed7dec9dfb5","transaction_count":0,"txlist_hash":"3f73e1d36c82dfc8ee58f83502643d962ba6558cbf0fb46d83fea966b5cdfc59"}',0,'BLOCK_PARSED',NULL,'579a981c4ee67748bcbbf56ce9ae5cd13fe0695fad1e041d8d2ca83dc310d02c'); -INSERT INTO messages VALUES(265,310060,'insert','blocks','{"block_hash":"974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b","block_index":310060,"block_time":310060000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'743ab9b61b3499563a269acd1ad30eafc1c397d35b374566a6dc4f742a9f2cbd'); -INSERT INTO messages VALUES(266,310060,'parse','blocks','{"block_index":310060,"ledger_hash":"b80d446905550494f56f4f8240b501d593b0d0e63b5d98a09e180b1a0a68e3b1","messages_hash":"1965578f6e4bee9ac77e318be855394ed49d01a47036e4bdaa6357c70e14837d","transaction_count":0,"txlist_hash":"f1995db5beea80756d509ddf79d3467bb14ae96b0d151175499030505d1f648e"}',0,'BLOCK_PARSED',NULL,'4c1bdc81a0f08c64491d86bebf0bb30ceadb67564797145569d5f3a5e25a00d3'); -INSERT INTO messages VALUES(267,310061,'insert','blocks','{"block_hash":"35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf","block_index":310061,"block_time":310061000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'57299f94b84b7e77c5660d70781a83f12ec8ec8b0bfb288f5045fdc3282bdb90'); -INSERT INTO messages VALUES(268,310061,'parse','blocks','{"block_index":310061,"ledger_hash":"41b30d23becc727151698b29a1bb733e45ae5086683c5256d073a6f817baaf49","messages_hash":"2a4afe7dae680b22419fd47533786586c55037d6534ae2ea12bf0d4ae40c9e23","transaction_count":0,"txlist_hash":"de6a4e6bbd49de2001ce26387040970beeb7062b4e16911757204d2745f6c409"}',0,'BLOCK_PARSED',NULL,'365d913774beeb8792684844d8406576c4da736d1612afaf77adfcaff361927b'); -INSERT INTO messages VALUES(269,310062,'insert','blocks','{"block_hash":"b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f","block_index":310062,"block_time":310062000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e770af752d776d97afa2d71a7e467843e7c3f6b732c0518973cfdc792c847156'); -INSERT INTO messages VALUES(270,310062,'parse','blocks','{"block_index":310062,"ledger_hash":"f873f47e89715e965c98e92616339f8ff4200f6b8ef5cf747e8de2d101cbde02","messages_hash":"c5e8618ce08a55cae6541d613dc1c87ffcbce0c1621c9f705c03a9153da1c242","transaction_count":0,"txlist_hash":"f2954d07588b07ffc063170f43afbb12548fe61584575a979526d28dd631edaa"}',0,'BLOCK_PARSED',NULL,'c93207184e3d1c6365f3f6a716e4ac9777dcc4e0372212148b8854fca0c7503d'); -INSERT INTO messages VALUES(271,310063,'insert','blocks','{"block_hash":"0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe","block_index":310063,"block_time":310063000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cfeac458dbaa55e78ea271a1dcd52a6968aa747719dce3b759c0569fab3b1a12'); -INSERT INTO messages VALUES(272,310063,'parse','blocks','{"block_index":310063,"ledger_hash":"14ce21ebfe6a00eccd7bf1aac2d5cf122441d2ebe8c0f5fd6dd14a95b5a209b3","messages_hash":"47709f3354e5cc76c6d218306605da9932fe07412c2af6e46deded242a860eec","transaction_count":0,"txlist_hash":"96b5675e5c3a3b66d7e2bd3424316119cf795c17bbbf2c8677b66872e4659574"}',0,'BLOCK_PARSED',NULL,'c023a06724c7727e279de431bebe0f3fb03e55823b30a0a3e5daa6510913ffff'); -INSERT INTO messages VALUES(273,310064,'insert','blocks','{"block_hash":"e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30","block_index":310064,"block_time":310064000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a5ebb25b549ecd33cfe81f7e3b57d09f9621fbc4403d51091a2578080f87bcf6'); -INSERT INTO messages VALUES(274,310064,'parse','blocks','{"block_index":310064,"ledger_hash":"adb05bac5e7f1e6a1679d5c51f252dc877ebd99c2b73a56df69a9c848cef98a7","messages_hash":"8f063b9483f452342b8ad0aa5d98222d377a2f68e52b6d213ec2860d3000681f","transaction_count":0,"txlist_hash":"243e437b3c00d8106e8c9c2cb08d22376e8a16bd3b62a8b62b86128ddd6d139e"}',0,'BLOCK_PARSED',NULL,'04d01a72989f1dc572c04bb48b165e01b04979d10310253ab9d6d2338fa3f1a2'); -INSERT INTO messages VALUES(275,310065,'insert','blocks','{"block_hash":"8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a","block_index":310065,"block_time":310065000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8ed7bc492514c9b903ec8a3fecc8a6bc3a92681d742ec6a1b0568239ca38770a'); -INSERT INTO messages VALUES(276,310065,'parse','blocks','{"block_index":310065,"ledger_hash":"9065476b6b2cfb122888e036cea71d36f3d5f7d6c72451c63d770b40a4560fac","messages_hash":"98e16aa5862583265779a26f41a86f6b65fe2ec969075d5ab93a0dd7af7d870d","transaction_count":0,"txlist_hash":"4af47a042289756821ffb0b14aba38fcc8c972fd254220d3991b05642df641e6"}',0,'BLOCK_PARSED',NULL,'fb063dacca856b8c0752aee6dcbf2f2a22ef2e35de6bfdbdb977ab039b2c856c'); -INSERT INTO messages VALUES(277,310066,'insert','blocks','{"block_hash":"b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d","block_index":310066,"block_time":310066000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'68926b12f96ab7f29a74acdadb1fec131d9be5d511e04a7f2727854244d4e649'); -INSERT INTO messages VALUES(278,310066,'parse','blocks','{"block_index":310066,"ledger_hash":"7d5d369827ec0cd44743ed9a519d45003789ff8dc2e511191d2726e1482f58d2","messages_hash":"5aa7d809ced97a73d35f05679d38b7090729c6569cbb1e0fd9be203b746622dc","transaction_count":0,"txlist_hash":"4d61dab0197a7a3f452f3751a92cb1f5378106a13be0351f0f8942d011da097d"}',0,'BLOCK_PARSED',NULL,'eb2e99bf3ffe43c22067dd0f1fca2083996a2d538df33cf7adf78367fa2dfcc3'); -INSERT INTO messages VALUES(279,310067,'insert','blocks','{"block_hash":"8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577","block_index":310067,"block_time":310067000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'472146f56f8c5148052872af0519281dc95c77d273e1305e378e5b837b2cee27'); -INSERT INTO messages VALUES(280,310067,'parse','blocks','{"block_index":310067,"ledger_hash":"301b22a9338d5dd39bbebf6bf518ac53bbb8e1cf7469322484cbcee2fee666ef","messages_hash":"d279c14d46b8d718f2f4c1367c4b4eea8db6514d2c9efb0b4b5f8998862cb336","transaction_count":0,"txlist_hash":"ae0cf0361293deb7b8903f20aca2410197db694ea3aff0aec3b635690168f5a5"}',0,'BLOCK_PARSED',NULL,'9a504b8df823e9286c142ac16baf4b7eb8dd84c3b875033db9095bc19823b207'); -INSERT INTO messages VALUES(281,310068,'insert','blocks','{"block_hash":"9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5","block_index":310068,"block_time":310068000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'08d313dd0defba151155df003979001f3956f084d7145375719365358cc1340e'); -INSERT INTO messages VALUES(282,310068,'parse','blocks','{"block_index":310068,"ledger_hash":"fc281736e1dfe5a89a9a3dd098565c645904a4ad1626dd70ac8e9bc447dfb8b8","messages_hash":"1d0e847fc0af78f09bc148f68cee3c1729192ac63efd473a579287fafc854c17","transaction_count":0,"txlist_hash":"460295c507a33a24231d1f4c760e5987b54f29d1e17bc97959db2a712f0339bf"}',0,'BLOCK_PARSED',NULL,'d7bd7cc32266d580182c1c5969c3147d1dbc65ed1db8bce73f833b978131b137'); -INSERT INTO messages VALUES(283,310069,'insert','blocks','{"block_hash":"486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7","block_index":310069,"block_time":310069000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'661ace957aa76b4a009c5ea63e281da449921108488013c1403893962b8b57a1'); -INSERT INTO messages VALUES(284,310069,'parse','blocks','{"block_index":310069,"ledger_hash":"b0249a0dfd008a4554adc24085d3c5f44278403cbccb44ba27ee354b23c5627b","messages_hash":"5c83c0e524d804ed99d8b1f46bbb5fcf398d72d23602bd1cbb34dcad121024cc","transaction_count":0,"txlist_hash":"d07500b12517493106b918ff5b6c96c371bc10bb3699eb279647539ea7ab1fd5"}',0,'BLOCK_PARSED',NULL,'f11e259c4c4f89c611f588b42a35b76fda62e7a688d15816b1ea8aed1ff8f16e'); -INSERT INTO messages VALUES(285,310070,'insert','blocks','{"block_hash":"8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5","block_index":310070,"block_time":310070000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e613abd8dd697eeebd415bb256e72afdbb220a0736e139a9580f581623894bf6'); -INSERT INTO messages VALUES(286,310070,'parse','blocks','{"block_index":310070,"ledger_hash":"d34051879c8db679ac5c49e50edf2085d0ce88dfc1adb971e7b097c0177854c2","messages_hash":"3db3d82b00a9bebb8ebc2f2033fbad759f35865e1d001c50fc48b8f4babf995d","transaction_count":0,"txlist_hash":"874e494499820bcc0ba41ac5cd1bd153ac1772f730c9b842b77b289adbb2c2f5"}',0,'BLOCK_PARSED',NULL,'d44d0991b9dc3dcc1ab63dfab6b1005f0bf88e74f74422bb4de3683ab47f73e9'); -INSERT INTO messages VALUES(287,310071,'insert','blocks','{"block_hash":"7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b","block_index":310071,"block_time":310071000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5ccf1e8e393ff5d895a092e787a93544e3c7f3e0452578305e71d422af171d6d'); -INSERT INTO messages VALUES(288,310071,'parse','blocks','{"block_index":310071,"ledger_hash":"0186c5312af19576cc628a85014ce7c33892dc23b5352c8ff5a0f230adfe263b","messages_hash":"347ba8e5eb8e1db5e4da51e6eda8852ea6f4f47e47a3bdee24942667f0c176d8","transaction_count":0,"txlist_hash":"01342c18caeaea6b35f2d815b9aeffbd92228f6ad285103faa13cb25171fdfc6"}',0,'BLOCK_PARSED',NULL,'b056d03e70f115e318b1a04b85de528bc1dac0cd8e3b0ba06e9a90650ac65111'); -INSERT INTO messages VALUES(289,310072,'insert','blocks','{"block_hash":"7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a","block_index":310072,"block_time":310072000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c4093628e7f99dbd7bc476b10e94eeae35e27e722aae96e66e5409fc751a02ab'); -INSERT INTO messages VALUES(290,310072,'parse','blocks','{"block_index":310072,"ledger_hash":"5376530512d61c3967f21cf01418d317ed072976119b8583fefaf3991b93d8b2","messages_hash":"ce7f86aeff5aac3728e2117bedc9c1c394b9542f3dfe8ab653d4db8b54f94a28","transaction_count":0,"txlist_hash":"72a7d63ad0b15a401210b197da00ca549b6e8c80d8eda1650cf9017bcbc92532"}',0,'BLOCK_PARSED',NULL,'d8dc22765941615a2c2f13890121368fab918e3012aa1e7d0faf2d1ebe019476'); -INSERT INTO messages VALUES(291,310073,'insert','blocks','{"block_hash":"ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943","block_index":310073,"block_time":310073000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ce092a4ca639c5401cbdc1e35bc2b7bc475ac766e26309a0c792ea5a20726592'); -INSERT INTO messages VALUES(292,310073,'parse','blocks','{"block_index":310073,"ledger_hash":"d15fe704fe5de58e9203ff5ded50218a1a01609b65a1a259aec510b8b9e6d690","messages_hash":"2b5cf30d65ef3848036b6435514fcf3f2ca6521d9e5e6139da264fe83d97563f","transaction_count":0,"txlist_hash":"924753a39229b5005b684c4b2dd111b6233347b89179f2fd2732d256b960ace0"}',0,'BLOCK_PARSED',NULL,'1c6dff99a6f7d3d95e0b413fdd1a99f86a9aff6e3f79cfafe039625ad1c3b08f'); -INSERT INTO messages VALUES(293,310074,'insert','blocks','{"block_hash":"ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb","block_index":310074,"block_time":310074000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1461c2d96b110827b29ef72b53b94f950406ad630f56061777c598d036a2da85'); -INSERT INTO messages VALUES(294,310074,'parse','blocks','{"block_index":310074,"ledger_hash":"61015667044d0dddac3bdb16db67faa6ebcb71758101bfad898fca8ed183e7c3","messages_hash":"423e9cdd82571208f52aaaf7fb7ca00f0e42c4d9dfbdced35ab6e41162d4cfd6","transaction_count":0,"txlist_hash":"298ed692f21afcee61b06fd853cf07e5707dbd63a05f0caff6b6a177edc3b613"}',0,'BLOCK_PARSED',NULL,'44ebec57519b1cd8eec043e9be01cbbed96d41061fb3b1f0ae38ab246549cb59'); -INSERT INTO messages VALUES(295,310075,'insert','blocks','{"block_hash":"ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b","block_index":310075,"block_time":310075000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'939f76fe06150112d7946f3de0f0c4966a32011c276eef5d8f2d94157fcd0acd'); -INSERT INTO messages VALUES(296,310075,'parse','blocks','{"block_index":310075,"ledger_hash":"5dd06f32075c46b6e573d73f12c1c31cf82cac5d1588bbdf302b8fe95c4b948b","messages_hash":"9f578c6f77555eacf6d667884ffd8b591554dd39d6102b653f26dd134b5110cf","transaction_count":0,"txlist_hash":"528e4b6aee88202f84f9f2b56611d0aba2336d925b8d8fe47039504e6eea1ebc"}',0,'BLOCK_PARSED',NULL,'0eb6225f3866bec215a43e87b6e72a4264623c93e54a35ae3684d9b8404a8882'); -INSERT INTO messages VALUES(297,310076,'insert','blocks','{"block_hash":"3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92","block_index":310076,"block_time":310076000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'67f588269d384c0f4f71bb516069e8cb6843fca8832a8313c84abcab8b004774'); -INSERT INTO messages VALUES(298,310076,'parse','blocks','{"block_index":310076,"ledger_hash":"8e1782c2f35a07fcc4c57b34b2226b70cc4c7af2761386f38fc8fd74d53d5e60","messages_hash":"7b4368c86235b586bf042be1ac2570a23bf490f651ec8d010a11efd2b63206a7","transaction_count":0,"txlist_hash":"76682f0ffbc6b86d16fbcec967a7562f6f12558c12aa3d9abd8779f51cc870ab"}',0,'BLOCK_PARSED',NULL,'635c9c4af37a0a0159ee4eb9b12882d41bc38ed7480f0a5658aacc15ed255267'); -INSERT INTO messages VALUES(299,310077,'insert','blocks','{"block_hash":"d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd","block_index":310077,"block_time":310077000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6e697097ac5aafe18686b4a285ced7bef2cd4675eaff4343cfb2338fbe6c605d'); -INSERT INTO messages VALUES(300,310077,'parse','blocks','{"block_index":310077,"ledger_hash":"6469ff80c3890d274817d30602f33d5d4b0a7c0a9e3b85100d21d7b38d894efb","messages_hash":"0fa6993241eb24495d85de05c828d164e65110519bf82a43134371f1ad0ce019","transaction_count":0,"txlist_hash":"187e9ae8428d46b7f8c8d652ab31dcf7c86a574cc781714a71784857dc0d1365"}',0,'BLOCK_PARSED',NULL,'f6e9efb285b2f4308056ca5aca6f9a690328f6e2ef96e8926715c75c06ff8a02'); -INSERT INTO messages VALUES(301,310078,'insert','blocks','{"block_hash":"f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6","block_index":310078,"block_time":310078000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fcc6dd52eb819276b4132275afc0d82ceb56faa4aa408e69dac3bb2774b11172'); -INSERT INTO messages VALUES(302,310078,'parse','blocks','{"block_index":310078,"ledger_hash":"3ca73c2bf37c694281938a0599335633dccf0284a027f5f3b8e17a9e68cbcdf0","messages_hash":"9472ebe4c7c1b4e3c6b210487e105896cff4cf1037bd1c6b0def464e5cf1beaf","transaction_count":0,"txlist_hash":"f7830250755fc0566ee5162a06e7308b51c9c0a7a951752be6cff224806a90fa"}',0,'BLOCK_PARSED',NULL,'746036c2f957af698688de86326ecd66155ac41b3b0e1ff9f3f77c62bf839a10'); -INSERT INTO messages VALUES(303,310079,'insert','blocks','{"block_hash":"f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c","block_index":310079,"block_time":310079000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cea0f9e22958307d99f7e7df7d3f1eebd297510833a28a81b7249995ae413989'); -INSERT INTO messages VALUES(304,310079,'parse','blocks','{"block_index":310079,"ledger_hash":"ae4a36e1ce7d5e11f059301684573cddce85b70ba69188a116e0611ceba5c140","messages_hash":"43ace7eae175b66d106a5ff1401f05fc5224613b0677a0b192b556dc820b9d00","transaction_count":0,"txlist_hash":"8d3b4ed30546c5f19f5522a0f57a86c29159ce27bf9e1e183a5ecffd9fbae8a2"}',0,'BLOCK_PARSED',NULL,'695088f9d7496240b5d976c75f4bdc8f00b95187bb5a4350074ead384a3a1571'); -INSERT INTO messages VALUES(305,310080,'insert','blocks','{"block_hash":"42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c","block_index":310080,"block_time":310080000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f4353cd5b28849cbcf9c072d884050174dea4d548f750ee75a2c7274a3c86b06'); -INSERT INTO messages VALUES(306,310080,'parse','blocks','{"block_index":310080,"ledger_hash":"c2c0b96c64f1ed555c8553da976e0fcc3a5ef403819ceac49cf22b476281ced1","messages_hash":"bb44cc516fa9c665c1f0a3efcbc443cd330bfc72915590f0fe84423934bf2a1f","transaction_count":0,"txlist_hash":"d9ecf83f3f9f40246bee151938855fce34e0f9c636a5c9c2c80c896eb59287b9"}',0,'BLOCK_PARSED',NULL,'4c05a3473c7b57091d1ba6523b40a021f15528b66baca1ea5a436b2c0d7de7a5'); -INSERT INTO messages VALUES(307,310081,'insert','blocks','{"block_hash":"6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4","block_index":310081,"block_time":310081000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'731407d4f40ff5914164104d6a191f0aa5d713f996db6320854d8f221ca543b8'); -INSERT INTO messages VALUES(308,310081,'parse','blocks','{"block_index":310081,"ledger_hash":"88d1b09f8141b90b44740e4618422298f8a64f2b3d11230c6b04084ef8d11b2c","messages_hash":"b9f471b60e73296b8f507ee7c278316a505eed0b9f28afa814c4e155a14a4e01","transaction_count":0,"txlist_hash":"49e2f64485ac3ef523a079732bce9b2197384e2abfb3a4ad9340bca5a7179e31"}',0,'BLOCK_PARSED',NULL,'43ca1726c62f95727cdd6bf4ba7c2894ccf9aba01bb4d0afd3e2f007ec14733a'); -INSERT INTO messages VALUES(309,310082,'insert','blocks','{"block_hash":"4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644","block_index":310082,"block_time":310082000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ba8122609637c27061693027812f501ad0092d7635d75ef5883ecaab1937716'); -INSERT INTO messages VALUES(310,310082,'parse','blocks','{"block_index":310082,"ledger_hash":"dab22ae7a9216033777136cbbac87a3597cf6478a2fd008260caab3cad0cde3f","messages_hash":"e72291dd6a34f5b968450514b21775dd480efa123a3e229d55beca30e49c5837","transaction_count":0,"txlist_hash":"5406c6e3c63633910da82fc039c525dbeeb1aa818dc450a9d34d43084eef680f"}',0,'BLOCK_PARSED',NULL,'fd9045ad74e53d9efefd3dc4dc46917dc27829af7dfb06c3554bc9c5dd684dcd'); -INSERT INTO messages VALUES(311,310083,'insert','blocks','{"block_hash":"9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850","block_index":310083,"block_time":310083000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f3c6a9f9bcb1c3b228c85727e7d17d88598327635632633dbf819bf1decef14b'); -INSERT INTO messages VALUES(312,310083,'parse','blocks','{"block_index":310083,"ledger_hash":"a185e60dc97d19a211b0dfaa3f3da154956499b4af146751bf1d776fc68c15b8","messages_hash":"f2011eb5aed6f24cbb2f45aa0db1f8df32c23ae8123db9e570ba99cb8891ae21","transaction_count":0,"txlist_hash":"76e009b37822fc739a1e4abccf9f908a5fcdbed7fac540a719efbff8ebc694b7"}',0,'BLOCK_PARSED',NULL,'8afc4d9db93cd854ff1420aef1c2b53ea53d7499df475054a422258bf07c2606'); -INSERT INTO messages VALUES(313,310084,'insert','blocks','{"block_hash":"1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3","block_index":310084,"block_time":310084000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0c0034697d0f2454aa70c72a227944d5ed183f73027c91d640d155543601a0e6'); -INSERT INTO messages VALUES(314,310084,'parse','blocks','{"block_index":310084,"ledger_hash":"622c574321be176c535fde918f319e10cfacaab383978be51406334303d14a8d","messages_hash":"88eca88cd3a5b634cb68a2f2ccff387293cdaf22b7d2e6db3257736add9c8bcf","transaction_count":0,"txlist_hash":"f3a3c37d89eb008f2194267a1eb5a7a52e9443f8b1f5fe51267d93a57eee27c7"}',0,'BLOCK_PARSED',NULL,'93ab348d09fd4765e09ae8a789a458280a7986ee4396779a99548de5051d8115'); -INSERT INTO messages VALUES(315,310085,'insert','blocks','{"block_hash":"c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34","block_index":310085,"block_time":310085000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cb9a966e452dedf820041317045e146de0cadf88c4b4dc78bfc2aee3aa8a3463'); -INSERT INTO messages VALUES(316,310085,'parse','blocks','{"block_index":310085,"ledger_hash":"5556084b92f51175d4de4097fcd820a3c367c2f0630d3a20081296e892462d84","messages_hash":"23006ff672cedbe2fd2f4fabb06fe56c2a25b66c62ce402b6650db66954c49e5","transaction_count":0,"txlist_hash":"f284f757d004154b6ab9b9ee9d18281e6f8dd51f25f3f1fc7cc58450e0ba5f17"}',0,'BLOCK_PARSED',NULL,'33196e713b4e224d21903c54253b6fdec1ae0efdd77667ccf1679d7dd9339f7d'); -INSERT INTO messages VALUES(317,310086,'insert','blocks','{"block_hash":"080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78","block_index":310086,"block_time":310086000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'906faee4fcaf7273ff87172ed497c1123f819a7dcac7164b24c7a68a66356030'); -INSERT INTO messages VALUES(318,310086,'parse','blocks','{"block_index":310086,"ledger_hash":"fc9dd8ef92fc7d47b187a75bd16e9698d61fa9ce6b4da7bba75982f59b0fbbc5","messages_hash":"c3a670830a38945734860c0ae28d3d5ac7ed00d2ccb9e4407997f49c2c2f6318","transaction_count":0,"txlist_hash":"e5f9da1d98725423a240687ba2985b42f8acb274ba0122b4e31e25c57619845f"}',0,'BLOCK_PARSED',NULL,'f7e3a701048d869713c36e6ce474e6ed75e84b105d079a139423951c326339e5'); -INSERT INTO messages VALUES(319,310087,'insert','blocks','{"block_hash":"4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c","block_index":310087,"block_time":310087000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c892af5baeeee2c13d7c31802b086a8cb001842056219188c5ba813def0f895a'); -INSERT INTO messages VALUES(320,310087,'parse','blocks','{"block_index":310087,"ledger_hash":"21f7329fa27373fba176043db9081b0d9f95f75421e5adce87177a3edffcedc0","messages_hash":"f116790e9e0833cbf8b22baf3112f64b6f2a93d1ec95f32c40396e76bf0af1b9","transaction_count":0,"txlist_hash":"7935ee6c215a123367ddfae34507170148723d08f1963aad7e47b68520fa4e70"}',0,'BLOCK_PARSED',NULL,'8f24666bf58a8661ba7d6acc0b7e3a9156995a986b086e8e9460252a9d2c2741'); -INSERT INTO messages VALUES(321,310088,'insert','blocks','{"block_hash":"e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3","block_index":310088,"block_time":310088000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d7f153678ab7ff5b57f421bff159d3b5aa85d97c188ae450c65a9a482ce44f45'); -INSERT INTO messages VALUES(322,310088,'parse','blocks','{"block_index":310088,"ledger_hash":"19164a10a0602df57d1add2e3a31ad4eef9d3ef9e53e70174b44aa91de2d6296","messages_hash":"ef2efc7ac78f4d9ce74fa2d89249aba5b1b402faad83bd656c5c032246d537f7","transaction_count":0,"txlist_hash":"d35a417416c712908cdfbeda76e261a55c605ff8091605a79d4d4fc986ae76cd"}',0,'BLOCK_PARSED',NULL,'3b990b7de82efbdd20aad91eff16b8a09a80aecdf423669a62b10f937414a4ae'); -INSERT INTO messages VALUES(323,310089,'insert','blocks','{"block_hash":"0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33","block_index":310089,"block_time":310089000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2289796b78f776ec64b39f00ce2d278629efc35c9356ce40b7f9282e2f8cbbb4'); -INSERT INTO messages VALUES(324,310089,'parse','blocks','{"block_index":310089,"ledger_hash":"87f1c713c5f2cd84fab28b996008900f86bf9eaad25ceedac1507348a949be7c","messages_hash":"c755b94fcd81e1ff49f2804c296285847d553f81ba05ad97dcdead3b00f9b474","transaction_count":0,"txlist_hash":"44c73622e27c362abf0460a5e0d7b836091523b763b6183cb9815cee30d66bef"}',0,'BLOCK_PARSED',NULL,'5637332e86b83fa2ddc7ac9b0280eb609eced94776d588a01ea7454b15066d66'); -INSERT INTO messages VALUES(325,310090,'insert','blocks','{"block_hash":"b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969","block_index":310090,"block_time":310090000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6f78f873bfbdfc50efc011e1590eb69be21e0e16e48838da43005d2115635c40'); -INSERT INTO messages VALUES(326,310090,'parse','blocks','{"block_index":310090,"ledger_hash":"75264a6a628d669a60b4a8ca7e24b6b5ef1ad2c74d955b8325959f906c3bc337","messages_hash":"f48f5efd71871929f7174a4196129fd293d0053e5e70651cef8a2bdd3409f3b1","transaction_count":0,"txlist_hash":"c1771520c57b0c705c3a5f0d576622c8dd40c399e4946b63ba153af976b23b0e"}',0,'BLOCK_PARSED',NULL,'4fedfc61bfb1eef8122783c9b5d2b4b9a9e2075df5b1a85813e8e7c5c2b6322e'); -INSERT INTO messages VALUES(327,310091,'insert','blocks','{"block_hash":"734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c","block_index":310091,"block_time":310091000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'640e7e75985531affef34abb70a1935495d02ed3cafe1048be2eeda07be01903'); -INSERT INTO messages VALUES(328,310091,'parse','blocks','{"block_index":310091,"ledger_hash":"27914e38b3ca9d8444275e5c6d24b5cfe0b4093f7c645d5c1fc3c39e0d3a3c60","messages_hash":"af4962c5c6208482165303f1c340cc0dc57c0c4b4aedf03f989a72144cd0b546","transaction_count":0,"txlist_hash":"329ae5ae96b71b9a116cb82d9518110e63d32a9dfcb6fece911201ab6c3a78c5"}',0,'BLOCK_PARSED',NULL,'ae0f8e8afce9c61c3e02e5eaac13e8704f44f98329390a3f1b3d9be64f284d9b'); -INSERT INTO messages VALUES(329,310092,'insert','blocks','{"block_hash":"56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d","block_index":310092,"block_time":310092000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5a1e41da7a89efb3ed7b5a9c64927dd10053658586a98f44150eb7a0a906834f'); -INSERT INTO messages VALUES(330,310092,'parse','blocks','{"block_index":310092,"ledger_hash":"eca83e762899ace4d990b8acb23183263df5f92be10b63aecab3518b340b975d","messages_hash":"52eec90ed129970dcba4a7e28579309aa11251b401719a1283cec93fae5d6035","transaction_count":0,"txlist_hash":"6183465e58c5e5ef0f359a032e98d12cd247ff080ae44dc7a90ee35006e74e9e"}',0,'BLOCK_PARSED',NULL,'99b931ec23b2a9b775139e062b61b32c0b51d822dfe8c241d9cf15e9ffb7e185'); -INSERT INTO messages VALUES(331,310093,'insert','blocks','{"block_hash":"a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc","block_index":310093,"block_time":310093000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0d4d28f60b5f2a6c4c472baaa329cd92614190a2945d630ae2662cf61d16a382'); -INSERT INTO messages VALUES(332,310093,'parse','blocks','{"block_index":310093,"ledger_hash":"3544fab97fe90a35b1f52ba955f88a8149d90329986df38d97e12992201bb187","messages_hash":"7c773199521ad056bad642303cb191365ab0354253503a5af2ee9238b97c0ea4","transaction_count":0,"txlist_hash":"407c0451107403f827f434f3f8f8e3c9adb33362ab584802d87903afe3851f4d"}',0,'BLOCK_PARSED',NULL,'1b57db2690893474fdcb1aa8cd5e75c3ad5eea0ae1c8ccd5ec49773c7ab20e90'); -INSERT INTO messages VALUES(333,310094,'insert','blocks','{"block_hash":"2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23","block_index":310094,"block_time":310094000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ae740dde4893ad5ce687c594255e6ca68805cf0703654b385d515af6fae00534'); -INSERT INTO messages VALUES(334,310094,'parse','blocks','{"block_index":310094,"ledger_hash":"df1e6d8f1be344f78c0b58baf7260c2abdbed3175adc45a122947815c08fcc16","messages_hash":"6761032d284b6a09cd5548d9da3e731a2c2385f04622abf63b2d8aa3d8129373","transaction_count":0,"txlist_hash":"d4bc7124f8beb9fe04930a1b19a66aef57669e6bf790a5d38441beefcc001dbf"}',0,'BLOCK_PARSED',NULL,'7aae948fb81cb4e042b11b58139aab5ca52ab0b602fa2acfd88cf4fe5820d8aa'); -INSERT INTO messages VALUES(335,310095,'insert','blocks','{"block_hash":"bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2","block_index":310095,"block_time":310095000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'20735720aa4109c2a12a932e9e670a9150b23fcdb2f34546554203a42fee3a04'); -INSERT INTO messages VALUES(336,310095,'parse','blocks','{"block_index":310095,"ledger_hash":"8b9febcfe1a9447f6a820c060f503dfe6e5c02738df4d9d63b007fe03847a6c7","messages_hash":"013cf6e479222740e9bc101dce72f03ce42e928d2215999555cba14e8786ad60","transaction_count":0,"txlist_hash":"7038d6f46cc32e35793799e50fbce7bde13c52c379e3bea10da0e6443a221c62"}',0,'BLOCK_PARSED',NULL,'e03f86bd5e94503b5cf6bfca43625fb7f82d89cd97d16fbf4bfe8bd24fbd71dc'); -INSERT INTO messages VALUES(337,310096,'insert','blocks','{"block_hash":"306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f","block_index":310096,"block_time":310096000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2fc2c167e6a0ab4b50bdee7a8d4be4268eea344a7591324b591e81c22b0b1836'); -INSERT INTO messages VALUES(338,310096,'parse','blocks','{"block_index":310096,"ledger_hash":"b927091b4cf42f8537058a9adbec3814b574c1e1ccd242fe44c5f3671a191304","messages_hash":"6e96baf95c40c4e6b8aeeee1681306b41256be88a5705d7b15b944386576b056","transaction_count":0,"txlist_hash":"7640d47e11233c9d27a8e868bec5595acd99b3c7326a480298f7ea38c4a66689"}',0,'BLOCK_PARSED',NULL,'0d23c85b1fe5803fee74de1ff0cf731ad323edf5c4d259c6315d8a2f2a5f159e'); -INSERT INTO messages VALUES(339,310097,'insert','blocks','{"block_hash":"13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf","block_index":310097,"block_time":310097000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3dd8e5b41a085b423b249bbdacf8850a331af46e68699ca62a2e509c004b6b1d'); -INSERT INTO messages VALUES(340,310097,'parse','blocks','{"block_index":310097,"ledger_hash":"649d094cfc74f90e06bb4514276aaf3b0a0ed45f56397a2f774cae9602d02e6f","messages_hash":"b9b7f8bea2c31781ebbbeca28d65369f4f0dc37fcf3e33ab643e36108d36e117","transaction_count":0,"txlist_hash":"ce9cdd6db6e1bbea3a9446b50b092e504bcc58900befb237580896e1c107eaab"}',0,'BLOCK_PARSED',NULL,'f56536eefdb78076c04929c52e8b8a031ca6b1d067a0a959fa68ce05862d8e6b'); -INSERT INTO messages VALUES(341,310098,'insert','blocks','{"block_hash":"ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca","block_index":310098,"block_time":310098000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8d5bf3108f2aae36990366bc4adbd29ff88250394f4c5210b18e168c9d2e4d95'); -INSERT INTO messages VALUES(342,310098,'parse','blocks','{"block_index":310098,"ledger_hash":"c9a9dec300afba2cc3f171f76ff4c07cbeb7a41a86a3f498f712e066a8acbd17","messages_hash":"568749a7df7c2d6236c05856224a9d69e5b343d9610f410a802afbd40c757b1f","transaction_count":0,"txlist_hash":"7153d6b86e3d8ed76bed0edd2dbd4fe6200e1e6d82d51dd3f812d6b43109f503"}',0,'BLOCK_PARSED',NULL,'ee1eba586815879f9fdd6d0a0b7e1ee06aa63001998176f571776cfc786ed521'); -INSERT INTO messages VALUES(343,310099,'insert','blocks','{"block_hash":"3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a","block_index":310099,"block_time":310099000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'21b773122800def108282be914b0f110eff6eb0e49ede6b945c4aea9ddbc7a1d'); -INSERT INTO messages VALUES(344,310099,'parse','blocks','{"block_index":310099,"ledger_hash":"3c7434887f9373b5370664180ba640fa63c2eb5b85569875105e4f4db67d8c02","messages_hash":"d4619eeebb548a29e5a0f7e0fe1d034ae599c5364108f331a763dde129b6598a","transaction_count":0,"txlist_hash":"adfefb6d18cdf44329bf9330e32f265145f60290f2a75db73fea8dd8ed2eb7d6"}',0,'BLOCK_PARSED',NULL,'9f8d12592b7c440d24ae94fd069cc0086f83936d940b99a62297e10a43d96112'); -INSERT INTO messages VALUES(345,310100,'insert','blocks','{"block_hash":"96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb","block_index":310100,"block_time":310100000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4055ae62fc077fc13f1e4d6399021bd1b086e35660b22ce6754c9f18879b666e'); -INSERT INTO messages VALUES(346,310100,'parse','blocks','{"block_index":310100,"ledger_hash":"7e6a09386c3d8552a0dcc25b75143876a3046ebac0ff9cb09d6224ea7e2f3df9","messages_hash":"f7c37c8f30d0d851363c48fb858a9b392ef681847b505abef368ce03a5b9022a","transaction_count":0,"txlist_hash":"2776deb848ce539546aada2bc1756d9de92b23e0a8d513f5dbfb1b0bb3be3bc5"}',0,'BLOCK_PARSED',NULL,'1b2564d108de213579da2ac6c769b43ffee4f0a592435e206be163c8bc600339'); -INSERT INTO messages VALUES(347,310101,'insert','blocks','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5aafa100f3929c5577c648d5f5786a0dfc117f80abfeef451fa3054065a730e4'); -INSERT INTO messages VALUES(348,310101,'parse','blocks','{"block_index":310101,"ledger_hash":"6903c0c5941f334f1374aa731e389b010043fc5940d4e9ae8b94480fb4fca030","messages_hash":"596105409f8a608cc00d091e9d87973642bed27e88ced88da5fab2104c44b684","transaction_count":0,"txlist_hash":"6612c5f602f26ccc2cf4961f27e64c188ba405870cc0d7cf881c4e0fcb9a54ce"}',0,'BLOCK_PARSED',NULL,'9f6874866341da15478128d6371a9a8d0df2c6198f3ea2fcf98d82ae078ef2dc'); +INSERT INTO messages VALUES(6,310000,'parse','transactions','{"supported":true,"tx_hash":"15b35d5497f454c43576f21a1b61d99bde25dfc5aae1a4796dcf55e739d6a399","tx_index":1}',0,'TRANSACTION_PARSED','15b35d5497f454c43576f21a1b61d99bde25dfc5aae1a4796dcf55e739d6a399','11ab0479d3e7acac977be69e88a18fc626ff4ac478c6142a81554d851702d41d'); +INSERT INTO messages VALUES(7,310000,'parse','blocks','{"block_index":310000,"ledger_hash":"cff3ba7c92f6b318eb4a4a5e2b90b655fc055d4e8a82101b813aef6e1c6152e4","messages_hash":"9d3149b2b9bd9d7f0a1beef0eaf6cc15d21b8c0c72a5316c9a8f2ed88ee35541","transaction_count":1,"txlist_hash":"9f6f20e36fd2b2b44df6e91fbfaeffc6d7fae9917b27d196245ee90c36d99ff1"}',0,'BLOCK_PARSED',NULL,'eea13a43f26d4efb8bbb3fcdf3fae6adfbbdad43707df2868de66ef0c4002a3c'); +INSERT INTO messages VALUES(8,310001,'insert','blocks','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2e4dc55708e8281e6b3e12dc6d5e21487a100389448582543757ae91246e6130'); +INSERT INTO messages VALUES(9,310001,'insert','transactions','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"btc_amount":1000,"data":"0000000000000000000000010000000002faf080","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f","tx_index":2,"utxos_info":" a91d2e8deef46214f4c9b8aebb35b6d8807f2a400c2fb6fbf3fb47442d7ea39c:0 3 "}',0,'NEW_TRANSACTION',NULL,'170594851492ae2f2b7a887e2a0f5d54c26c4290878445beb036ace62be421a3'); +INSERT INTO messages VALUES(10,310001,'insert','debits','{"action":"send","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310001,"event":"121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'DEBIT','121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f','7b469997c0f6c15fd18cb5753d2bbccff44b69f15f6f024ffa89f72b8b4e18ea'); +INSERT INTO messages VALUES(11,310001,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310001,"calling_function":"send","event":"121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'CREDIT','121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f','fa72f1a09763f8161505fd9727b2580617def104bc1b197ea4acb0f4c7b5884c'); +INSERT INTO messages VALUES(12,310001,'insert','sends','{"asset":"XCP","block_index":310001,"destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":50000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f","tx_index":2}',0,'SEND','121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f','12f2c2cf2a948318d9586d5923fe5129f48d1c2463816394b4d2ae31e8d8f399'); +INSERT INTO messages VALUES(13,310001,'parse','transactions','{"supported":true,"tx_hash":"121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f","tx_index":2}',0,'TRANSACTION_PARSED','121285e4ce5c17fbd6e0b0277702af982cdc14054735154a9043beecb247b84f','851f9e58b0d1243b02dfaec908b408eb864e5e45db38ed3de4ca9e7fda8cb356'); +INSERT INTO messages VALUES(14,310001,'parse','blocks','{"block_index":310001,"ledger_hash":"2281de0177f4fcf8d730e2751d7b9fb5da4df741196bbcaff470c7860a2ca0b6","messages_hash":"2fcba52e643ec4b68e9a4220d63d86f0bc880f10fa18fc973afa37c2973e6757","transaction_count":1,"txlist_hash":"49836952844fe3f887e718d236efa6b1f4cc0b81cfc010f79a6349562ebfc162"}',0,'BLOCK_PARSED',NULL,'5a36127bd1d77ddb27ab57e5d566c29987ec33ba916ae73fca47fd1c4ea8126b'); +INSERT INTO messages VALUES(15,310002,'insert','blocks','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1e5379955aac866c6a54eac495c3b43dead0871a2fee34d392e9ecbc7e03f6eb'); +INSERT INTO messages VALUES(16,310002,'insert','transactions','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"btc_amount":0,"data":"0000000a00000000000000000000000002faf08000000000000000010000000005f5e100000a0000000000000000","destination":"","fee":1000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375","tx_index":3,"utxos_info":" 4c3b65c423a0600af4c17f48fc9f8443e1e7918f419478a53d22f14b793ab4b3:0 2 "}',0,'NEW_TRANSACTION',NULL,'ea3f251acf34cb8b2417ed3bbfa96792c5dd1b1382aa514a2a8f05452821453d'); +INSERT INTO messages VALUES(17,310002,'insert','orders','{"block_index":310002,"expiration":10,"expire_index":310012,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":50000000,"give_remaining":50000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375","tx_index":3}',0,'OPEN_ORDER','c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375','7d88f8ef9f14086c110df4767417ec406503aad0e3db667a6068ef2ab4037384'); +INSERT INTO messages VALUES(18,310002,'parse','transactions','{"supported":true,"tx_hash":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375","tx_index":3}',0,'TRANSACTION_PARSED','c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375','370c33a4906575fbea145426358dbecd9a0d2052dbdd95852dd1d0e44045d467'); +INSERT INTO messages VALUES(19,310002,'parse','blocks','{"block_index":310002,"ledger_hash":"802742a55d8ab83de24c45efb86d1daa0ad4e565cc4db6dcaa5cedb16ec4125f","messages_hash":"28e6c30392ca8a647563cc08b3c3f6d3299e22a523255a7fad62e777c6227ee0","transaction_count":1,"txlist_hash":"017a0ddcf461ffcc3c89042ba6a6337efcc276c8f144daad445ba0e4a36bab33"}',0,'BLOCK_PARSED',NULL,'a299c1776f24c328e7de5668f5dba3486c3c75fb3a4ffe41fa91a1ffb432a6ea'); +INSERT INTO messages VALUES(20,310003,'insert','blocks','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ca0a7f54e770f534f8d82eb0b5ad1e2d762a9998fe1abcd7cc782c72901320fd'); +INSERT INTO messages VALUES(21,310003,'insert','transactions','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"btc_amount":0,"data":"0000000a00000000000000010000000006422c4000000000000000000000000002faf080000a00000000000dbba0","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","tx_index":4,"utxos_info":" e108001c44f040df19f8e751538a100b2dfbe606f72e8e359794e9c05bc3f52e:0 2 "}',0,'NEW_TRANSACTION',NULL,'758c9ace93422b789b859677e6ee20eb6f467334b0d94ce5abe7161ca15011e7'); +INSERT INTO messages VALUES(22,310003,'insert','debits','{"action":"open order","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310003,"event":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","quantity":105000000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'DEBIT','89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a','a886009d9c57e0963309e05ae1239c8deb162cf886191919463fce5fa497e8b2'); +INSERT INTO messages VALUES(23,310003,'insert','orders','{"block_index":310003,"expiration":10,"expire_index":310013,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":50000000,"get_remaining":50000000,"give_asset":"XCP","give_quantity":105000000,"give_remaining":105000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","tx_index":4}',0,'OPEN_ORDER','89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a','7836bb6ace44c074042cbdfea98773b49f59f89bb58b8d6a295760b2918baf11'); +INSERT INTO messages VALUES(24,310003,'update','orders','{"fee_provided_remaining":142858,"fee_required_remaining":0,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375"}',0,'ORDER_UPDATE','89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a','db1b64f3340952acf420f8469898b18240cbfd57325f3a43d5dc250f9b180c8b'); +INSERT INTO messages VALUES(25,310003,'update','orders','{"fee_provided_remaining":6800,"fee_required_remaining":42858,"get_remaining":0,"give_remaining":5000000,"status":"open","tx_hash":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a"}',0,'ORDER_UPDATE','89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a','e904ece6541dec1066a1ecf8fab38a43bd804e01bb152036708c9958ab86e998'); +INSERT INTO messages VALUES(26,310003,'insert','order_matches','{"backward_asset":"XCP","backward_quantity":100000000,"block_index":310003,"fee_paid":857142,"forward_asset":"BTC","forward_quantity":50000000,"id":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375_89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","match_expire_index":310023,"status":"pending","tx0_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_block_index":310002,"tx0_expiration":10,"tx0_hash":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375","tx0_index":3,"tx1_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_block_index":310003,"tx1_expiration":10,"tx1_hash":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","tx1_index":4}',0,'ORDER_MATCH','89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a','6d8e4bc1d910191808cc034300a785ca10f7e1da68743797417aa34ed60c7181'); +INSERT INTO messages VALUES(27,310003,'parse','transactions','{"supported":true,"tx_hash":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","tx_index":4}',0,'TRANSACTION_PARSED','89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a','b54d9080a4e6cbe4689659a77ddb8503edb8d8db51c196c1a42992bee0dbeefd'); +INSERT INTO messages VALUES(28,310003,'parse','blocks','{"block_index":310003,"ledger_hash":"ed279c6a985256134cfb39f1283ec97c8dc800b7255a3e8243ca9846884d0378","messages_hash":"ff51869d524add46bbcd7f74c8c84638d6ef488e1c9d7880d34312bfba765968","transaction_count":1,"txlist_hash":"8ec458bf08abe2f3634eafac5af321f02cf5d470c2a87301b8061efe3dcc644f"}',0,'BLOCK_PARSED',NULL,'ea7b4811ece2aa1aaf26c47874d6b3ea4f23f146a787a6dbea32b3e0ff92fc07'); +INSERT INTO messages VALUES(29,310004,'insert','blocks','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'06c4757cae403ee1825a800ff41e4b6c0edca3dbdd5d0b76fa2699113832c8b5'); +INSERT INTO messages VALUES(30,310004,'insert','transactions','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"btc_amount":50000000,"data":"0000000bc953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e82837589a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":9675,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6","tx_index":5,"utxos_info":" 2fd391aa096ca17e07a6dd0f8cf70121cb8c7c542d17254f34d5c302093a4e3e:0 4 "}',0,'NEW_TRANSACTION',NULL,'4cc08465f0c46b7293c47a229cb70757ebff118b7e7c671e4631b3cbe2117a66'); +INSERT INTO messages VALUES(31,310004,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310004,"calling_function":"btcpay","event":"f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6","quantity":100000000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'CREDIT','f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6','f04d0cdc50d365c06eead7e5cc4411ffca4b78b5710cb485775c103c800690fc'); +INSERT INTO messages VALUES(32,310004,'update','order_matches','{"id":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375_89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","order_match_id":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375_89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","status":"completed"}',0,'ORDER_MATCH_UPDATE','f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6','ff6241f442123e3e8bd7264a5e620d73febe937339df706703dae7ab07af7c2e'); +INSERT INTO messages VALUES(33,310004,'insert','btcpays','{"block_index":310004,"btc_amount":50000000,"destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","order_match_id":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375_89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6","tx_index":5}',0,'BTC_PAY','f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6','72f7fb231d22cca465180e8c4bbd318bb8a6dd36f6af8cfd2685fbf12b21acdd'); +INSERT INTO messages VALUES(34,310004,'parse','transactions','{"supported":true,"tx_hash":"f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6","tx_index":5}',0,'TRANSACTION_PARSED','f0c58099c1614dcf2b8fd12be01c63427a5877b8c0367ecadea31ae9eb9714e6','a7ee4c6c4ff48a475c1c8bd9a99e7180ff1726f5d2d9bcbb0c05f3b8b1163875'); +INSERT INTO messages VALUES(35,310004,'parse','blocks','{"block_index":310004,"ledger_hash":"bba1ec90ee149be7d8a88ff9df1fca931e076e885be21bc822637829a8675e02","messages_hash":"9023f8a243c1992c92d694fc313a25187645d876774dc26a8ef9f447e7df0d2a","transaction_count":1,"txlist_hash":"e2e334cb3c300e622a50d2c206fe532a3320f56c445dc1a9dec750417260fe9a"}',0,'BLOCK_PARSED',NULL,'53b05461d93ea58207877a87b1f78ffd765cba3b55f9bd8e7dc6d5219b5a3a10'); +INSERT INTO messages VALUES(36,310005,'insert','blocks','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b004a30d0b8d08e23d60c70ea0c4fcbe0a0c4b69874fd5422afa79b9ed111d32'); +INSERT INTO messages VALUES(37,310005,'insert','transactions','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"btc_amount":0,"data":"000000140000000000004767000000003b9aca000100000000000000000000","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9","tx_index":6,"utxos_info":" c06c060767776b7f09c3eed96bea1466a3d9f49c4d00d16cfc4049bd45821fb3:0 2 "}',0,'NEW_TRANSACTION',NULL,'e972194026ff7d62aea6613ed2c20896913fd04645215a625757cdf1644fa64b'); +INSERT INTO messages VALUES(38,310005,'insert','debits','{"action":"issuance fee","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310005,"event":"9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9","quantity":50000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'DEBIT','9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9','6b2f9777af8f14de1e5f3fca4cc24acf6a91aa076b93cb0ea7f1e99e31c49610'); +INSERT INTO messages VALUES(39,310005,'insert','assets','{"asset_id":"18279","asset_longname":null,"asset_name":"BBBB","block_index":310005}',0,'ASSET_CREATION','9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9','fbd8ef3f529abf4b6fc26a71db29ec0a93ad6d2f79dd60c273268bae66e9d11d'); +INSERT INTO messages VALUES(40,310005,'insert','issuances','{"asset":"BBBB","asset_events":"creation","asset_longname":null,"block_index":310005,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","locked":false,"quantity":1000000000,"reset":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","transfer":false,"tx_hash":"9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9","tx_index":6}',0,'ASSET_ISSUANCE','9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9','6c8931583ea1d190d2ec0691efb2a776c7e440d1eefba99922ab9e8a39f2be0f'); +INSERT INTO messages VALUES(41,310005,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310005,"calling_function":"issuance","event":"9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9","quantity":1000000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'CREDIT','9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9','43bee027da90ce1d5368ddc51eadcb73065ac44a6573854351a1a5b3641f0d79'); +INSERT INTO messages VALUES(42,310005,'parse','transactions','{"supported":true,"tx_hash":"9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9","tx_index":6}',0,'TRANSACTION_PARSED','9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9','c96a2c910d87c2dd368354381995789e5e96caad9a9fb869a7b1148a5381eb5c'); +INSERT INTO messages VALUES(43,310005,'parse','blocks','{"block_index":310005,"ledger_hash":"5f8a9d465e686b3e9471041bd15d645b7fc8afee36ee890873aa6c3c51d87bb5","messages_hash":"7426692ac830693b96572bf87f5a35b9a0951b2ac7861a387e3d053616a4df4d","transaction_count":1,"txlist_hash":"260ad7ae2e2b555f7adf9155fcb761e7ed7a2d22f128457db0f1ff363b498d64"}',0,'BLOCK_PARSED',NULL,'22b739772e15385a89302edc3829a7af9f28f7b186edba90f7b97466c6c8906c'); +INSERT INTO messages VALUES(44,310006,'insert','blocks','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f57285e3c0d39e48efb326cdda5c717658a09829bdf450c4502ecbd094ce6c5c'); +INSERT INTO messages VALUES(45,310006,'insert','transactions','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"btc_amount":0,"data":"00000014000000000000476800000000000186a00000000000000000000006666f6f626172","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8","tx_index":7,"utxos_info":" 70e7cfe725accafbee3f35946c1a5d4ab2aa80adcfb17a0aed6af3e79278a848:0 2 "}',0,'NEW_TRANSACTION',NULL,'cb225a6744e3aad9bc388568d518f4e19b79a160c33f98e63db7e2f70aead57d'); +INSERT INTO messages VALUES(46,310006,'insert','debits','{"action":"issuance fee","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310006,"event":"19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8","quantity":50000000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'DEBIT','19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8','a626fdd83dfe0b090304f3a7bbca36e79b830acf6847606b4da2b7da89d56a9d'); +INSERT INTO messages VALUES(47,310006,'insert','assets','{"asset_id":"18280","asset_longname":null,"asset_name":"BBBC","block_index":310006}',0,'ASSET_CREATION','19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8','c7dc80133da12c0e838fc484b52e078c3b11ef8fd08e767ad5d2e0ce750f7e56'); +INSERT INTO messages VALUES(48,310006,'insert','issuances','{"asset":"BBBC","asset_events":"creation","asset_longname":null,"block_index":310006,"call_date":0,"call_price":0.0,"callable":false,"description":"foobar","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","locked":false,"quantity":100000,"reset":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","transfer":false,"tx_hash":"19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8","tx_index":7}',0,'ASSET_ISSUANCE','19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8','0b34581bf0d7aa2d903e161415c0ccb68f88f5110cb56a48a8eeca7cffb6a56e'); +INSERT INTO messages VALUES(49,310006,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310006,"calling_function":"issuance","event":"19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8","quantity":100000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'CREDIT','19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8','52f5ab42f40ae13f3938a2b3cd02f5dae6cff46f0e0c6877a3957b408eac5150'); +INSERT INTO messages VALUES(50,310006,'parse','transactions','{"supported":true,"tx_hash":"19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8","tx_index":7}',0,'TRANSACTION_PARSED','19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8','9e7e8759d844e0e4a439b7c382b0f4060d2de84c6a92431249cbf9365370dea1'); +INSERT INTO messages VALUES(51,310006,'parse','blocks','{"block_index":310006,"ledger_hash":"153795f1c7ae2dbec7fc19bb25d03dd518f0664bca82b9bb92bb7c4f1e22f040","messages_hash":"9c029ada81992d8119ea434c9a2c1b5bd3ab2f443b4e321cf799eb5d2f3145c3","transaction_count":1,"txlist_hash":"c047baa686f8bf24c406cf03687c0b4fe6b95e4afe0b396e0f507a694fb10245"}',0,'BLOCK_PARSED',NULL,'9f082c36bad70c2a9941364443d4ad035ce3fa85c9c23efafb6817885a91a7f0'); +INSERT INTO messages VALUES(52,310007,'insert','blocks','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c625114997b0ce364a73c38c791bd157c982e2962e700e6a1bd34dd7dca2b779'); +INSERT INTO messages VALUES(53,310007,'insert','transactions','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"btc_amount":1000,"data":"00000000000000000000476700000000003d0900","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0","tx_index":8,"utxos_info":" d36f95f3a8fb5852f28ff84250bd92661ec31fce6d5b1505455279e2c9826ec8:0 3 "}',0,'NEW_TRANSACTION',NULL,'5f91444cd7bc436d1304b9cbfd92a6725a3fd6ff373b69a9ad204892b2d58662'); +INSERT INTO messages VALUES(54,310007,'insert','debits','{"action":"send","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310007,"event":"b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'DEBIT','b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0','9a672f3aa47890b0d7ac14277ca4dfcea319abb4d348f54ff42dcd7c52ceaf4a'); +INSERT INTO messages VALUES(55,310007,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBB","block_index":310007,"calling_function":"send","event":"b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'CREDIT','b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0','3894eacbc5bc3b9d6c208b214df3591b38bc38f756474d097bb1c721ff72363f'); +INSERT INTO messages VALUES(56,310007,'insert','sends','{"asset":"BBBB","block_index":310007,"destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":4000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0","tx_index":8}',0,'SEND','b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0','b44b5d3fe0511daca82da62a7f5f6d3050991e1fc5e4ad098cf734a447d07070'); +INSERT INTO messages VALUES(57,310007,'parse','transactions','{"supported":true,"tx_hash":"b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0","tx_index":8}',0,'TRANSACTION_PARSED','b25659252f68f162d96cf2cf3070b30e5913b472cbace76985e314b4634641a0','9d40420bea6223b1904985869ce9554bbf2998e26b9e032329a84bf372755507'); +INSERT INTO messages VALUES(58,310007,'parse','blocks','{"block_index":310007,"ledger_hash":"c5d21baa8c6949a8e9f0d73a37436d431bf4876ab3b60b82553877ec53fc4454","messages_hash":"0b963c7da3e90a4e0802f874d7b0c450c6e1f60116d84f9c20a50acb29e34459","transaction_count":1,"txlist_hash":"d9532f5bdd583968d88ed24feb95b50c5e319d36171dd7bc6067ddf3d13c623c"}',0,'BLOCK_PARSED',NULL,'7fd51db5247cdfb5277ba159458d69cebe0e8987f3a66409389e60735a51ec70'); +INSERT INTO messages VALUES(59,310008,'insert','blocks','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aea91d0edb8dd6e9c916f33dc5d190d0d8e83075c98a360a4384384125f4779b'); +INSERT INTO messages VALUES(60,310008,'insert','transactions','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"btc_amount":1000,"data":"000000000000000000004768000000000000020e","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11","tx_index":9,"utxos_info":" f436cbcb20522b45ba9c40785725c876d3a520a4f3f683d08d6c24a4e6c1563e:0 3 "}',0,'NEW_TRANSACTION',NULL,'969116ce4c7e69101935fcfbf2cd27537d250006d4d7f0d8c8aeb6fa4461511a'); +INSERT INTO messages VALUES(61,310008,'insert','debits','{"action":"send","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310008,"event":"592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'DEBIT','592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11','13f4112e9b65fdff702c21e3b78555b3839d327b8bff9b57e6ad51a614f2d720'); +INSERT INTO messages VALUES(62,310008,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBC","block_index":310008,"calling_function":"send","event":"592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'CREDIT','592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11','cabf4434748f01ef4f25c3705a9ea63ada9a808698b2d5eb19164f2dcbde5865'); +INSERT INTO messages VALUES(63,310008,'insert','sends','{"asset":"BBBC","block_index":310008,"destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":526,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11","tx_index":9}',0,'SEND','592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11','1c5749308e9b32de4e2161ec03285a52e0e99386d796569d9fb89f1584c79a08'); +INSERT INTO messages VALUES(64,310008,'parse','transactions','{"supported":true,"tx_hash":"592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11","tx_index":9}',0,'TRANSACTION_PARSED','592e248181970aa6f97f2cfe133323d3ffb2095dd7f411cfd20b1ab611238a11','454e32b8e35f701f90ce2285e4c4e347d97bd39117b9ee25adf5f16e6406d295'); +INSERT INTO messages VALUES(65,310008,'parse','blocks','{"block_index":310008,"ledger_hash":"579de8204446e9128076fd27a644a82da77ca5ff2793ff56815c24a11218af5e","messages_hash":"258bdbd965a857c15691683595ba06ed259dce79e1bff84f5a3f9e4cc98e9188","transaction_count":1,"txlist_hash":"5b37c224e5684c0b3a913793e7e97c4f88b26b6c6d7683de8e06bb9485fba409"}',0,'BLOCK_PARSED',NULL,'29bda2f0c0a05d904f8730b0156f4d21e2fdcb6b69c15f07bc304611bfb3c6d6'); +INSERT INTO messages VALUES(66,310009,'insert','blocks','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'968ce3539604dc354ff1c02ddf4d49633d26a6fb98b37d9049e2fd652e047199'); +INSERT INTO messages VALUES(67,310009,'insert','transactions','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"btc_amount":0,"data":"00000032000000000000025800000000000047670000000000000001","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a","tx_index":10,"utxos_info":" 0d302299946d398d35a9735af378054a896a17db28edcc87586ec5ff530520e2:0 2 "}',0,'NEW_TRANSACTION',NULL,'8c444b90793b912dba4d2994d16b68df30a86cc36f87b6024ce1d43202dc3677'); +INSERT INTO messages VALUES(68,310009,'insert','debits','{"action":"dividend","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310009,"event":"f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a','8fe404d2205c815785549d2dd3595904948d0b81ff475f4859679777eef5d8a5'); +INSERT INTO messages VALUES(69,310009,'insert','debits','{"action":"dividend fee","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310009,"event":"f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a","quantity":20000,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a','eeaab1d35c474ab34b85a63e473a25b94c3af89390762f2ebb8d99dcfe6d1da4'); +INSERT INTO messages VALUES(70,310009,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310009,"calling_function":"dividend","event":"f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'CREDIT','f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a','8cc898fcfd4abb00d635da0562673c876895035ad3bbce7e5a6ef4157b22ba0b'); +INSERT INTO messages VALUES(71,310009,'insert','dividends','{"asset":"BBBB","block_index":310009,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":600,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a","tx_index":10}',0,'ASSET_DIVIDEND','f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a','7e7772fd5cf4f82bc42a4dd795714770126816d16d2259bbb2e15bb953c318ac'); +INSERT INTO messages VALUES(72,310009,'parse','transactions','{"supported":true,"tx_hash":"f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a","tx_index":10}',0,'TRANSACTION_PARSED','f2f6db13d6bda4def4f1bd759b603c64c962f82017329057a9237ceaf171520a','b48bc3b18f5c4caa4f8ba532ebf76b14f08db47b7a024c31d2baf1653050e8fe'); +INSERT INTO messages VALUES(73,310009,'parse','blocks','{"block_index":310009,"ledger_hash":"c03a6e31f50f172c86029ce6a810ec730e1179ad3e76ba5d4290595ec414bb87","messages_hash":"aee99a5120f9cdc9e8976c9f2f86650693b7c9a677f4722b1ca7c644ecb522d6","transaction_count":1,"txlist_hash":"f81c6592f74098821e15c146c2a7e4a5be2cc743431d37a5fb6d4143b89907d5"}',0,'BLOCK_PARSED',NULL,'7c0790cccd85ee94f77c6b9f8c688d04c86f8b477cefddca3356485d197c8ddc'); +INSERT INTO messages VALUES(74,310010,'insert','blocks','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4f0d7946709f8695e84950d22aea806b981c979eb7d0e189b43509b8f14fd170'); +INSERT INTO messages VALUES(75,310010,'insert','transactions','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"btc_amount":0,"data":"00000032000000000000032000000000000047680000000000000001","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8","tx_index":11,"utxos_info":" 3704b23673489a138f7021044edddab7f1d94a14e12aedfd5a736d331a7d4495:0 2 "}',0,'NEW_TRANSACTION',NULL,'c6b2a6cdd019d8c5a870486a853a30e53cbea11d42897f3a57fa37aacdd81c70'); +INSERT INTO messages VALUES(76,310010,'insert','debits','{"action":"dividend","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310010,"event":"a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8','79929a24bc4b8ff4a89c51464a57c3e1869d87b76f5ac5135e03a7f6c73cd1a3'); +INSERT INTO messages VALUES(77,310010,'insert','debits','{"action":"dividend fee","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310010,"event":"a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8","quantity":20000,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8','0810f663edaa77177632e864201356318b598d9387a2a43d66dd08739b31aebf'); +INSERT INTO messages VALUES(78,310010,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310010,"calling_function":"dividend","event":"a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'CREDIT','a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8','f81ab844238ac688fc750319495739424e97ffb44e137f20ae4353c6d50469ee'); +INSERT INTO messages VALUES(79,310010,'insert','dividends','{"asset":"BBBC","block_index":310010,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8","tx_index":11}',0,'ASSET_DIVIDEND','a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8','586a8054c880c8fd6d027ee9cf9f3d947fa3060511eab27ddcf762ea43a5db76'); +INSERT INTO messages VALUES(80,310010,'parse','transactions','{"supported":true,"tx_hash":"a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8","tx_index":11}',0,'TRANSACTION_PARSED','a4353c6bd3159d3288f76c9f40fdbde89d681b09ec64d1f2b422b2e9e30c10d8','3524bdc7f1f3eb0caf7284a5198c98afa2aeb38e4af716b6865becab187a532f'); +INSERT INTO messages VALUES(81,310010,'parse','blocks','{"block_index":310010,"ledger_hash":"804651f6571bb24ef7534c97116ae35fb0b6b31aa6a4574a419aae7fc2900b1c","messages_hash":"2d8b73c8c9812caf9ea263ce063d69bf7524599857d6cef26e621548427583bf","transaction_count":1,"txlist_hash":"3698516a21c2c590522e6419eae91ed8b469d922863141def1f3e295c4954dfd"}',0,'BLOCK_PARSED',NULL,'211c3d6f0cfbdd580e2601ea0fb19126c62b1b2d6cbc66027098897c448f5bcc'); +INSERT INTO messages VALUES(82,310011,'insert','blocks','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c328065676a248be7e309f5034fb06a3cb5bc3856550d3f5756938acf88ae7d9'); +INSERT INTO messages VALUES(83,310011,'insert','transactions','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"btc_amount":0,"data":"0000001e52bb3300405900000000000005f5e0ff09556e69742054657374","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"9ec74a4822710f9534a3815f0e836a09219f6c766880a57767c7514071d99084","tx_index":12,"utxos_info":" 23f74e8488b875442229dff279f819780d8051c845960fb4eb71585e8ea0ba47:0 2 "}',0,'NEW_TRANSACTION',NULL,'bca12656fd5943691d962c45fe2468cd552d35b6209c1ccc3e47dda03bda49d1'); +INSERT INTO messages VALUES(84,310011,'insert','broadcasts','{"block_index":310011,"fee_fraction_int":99999999,"locked":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"9ec74a4822710f9534a3815f0e836a09219f6c766880a57767c7514071d99084","tx_index":12,"value":100.0}',0,'BROADCAST','9ec74a4822710f9534a3815f0e836a09219f6c766880a57767c7514071d99084','3b9b344a3deef489f4492f0c340b4b94255d726c1f4d1a2816e151c1f99bed08'); +INSERT INTO messages VALUES(85,310011,'parse','transactions','{"supported":true,"tx_hash":"9ec74a4822710f9534a3815f0e836a09219f6c766880a57767c7514071d99084","tx_index":12}',0,'TRANSACTION_PARSED','9ec74a4822710f9534a3815f0e836a09219f6c766880a57767c7514071d99084','052e73a676467691b0b7e270f8382bae8a2792cbde3d01a7a987a3c0ed4ed279'); +INSERT INTO messages VALUES(86,310011,'parse','blocks','{"block_index":310011,"ledger_hash":"a9a18fcba1a83d637dcfd633f32848d55c86c5b499e0c15af6a626653b7424b8","messages_hash":"22d8b3baff7b47ce75de6e753bdeb56b23b3fede0c0a65d3e4d6ab6045ef6b25","transaction_count":1,"txlist_hash":"deaaba2ecb1772901052ae6490a1015e75146af3b2707b1c148562deff91af49"}',0,'BLOCK_PARSED',NULL,'c6dea9885676fd76b59e8af5ebdd7da8ef5648eae48f376cdd0b143d0fd43330'); +INSERT INTO messages VALUES(87,310012,'insert','blocks','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4283aa78628efa799bca0b50b2266aee661d1a176613e443d40f040d3379078e'); +INSERT INTO messages VALUES(88,310012,'insert','transactions','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"btc_amount":1000,"data":"00000028000052bb33640000000002faf08000000000017d7840000000000000000000003b100000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c","tx_index":13,"utxos_info":" edbd203a595616cf0285a982c3f85d998f302ade18b011fd847adba54b508001:0 3 "}',0,'NEW_TRANSACTION',NULL,'0302b61f3ba1839b17f78375e9c69281876d31b1b035d9d2ae4de067985d33ed'); +INSERT INTO messages VALUES(89,310012,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310012,"event":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c","quantity":50000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'DEBIT','ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c','0ade765dff1ffd2bb8c5ef0c2c8c0a8b7abc609595fa62c18a2f067087931db4'); +INSERT INTO messages VALUES(90,310012,'insert','bets','{"bet_type":0,"block_index":310012,"counterwager_quantity":25000000,"counterwager_remaining":25000000,"deadline":1388000100,"expiration":10,"expire_index":310022,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":15120,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c","tx_index":13,"wager_quantity":50000000,"wager_remaining":50000000}',0,'OPEN_BET','ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c','420dc8c9ec2559b3ec13fdcea62da7b8cfd114e1350df76349464b6f0c539912'); +INSERT INTO messages VALUES(91,310012,'parse','transactions','{"supported":true,"tx_hash":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c","tx_index":13}',0,'TRANSACTION_PARSED','ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c','2d9b0bc47debb4c68a869fe9bfbdba0318866dd25786cbe6cb6af6620ddae537'); +INSERT INTO messages VALUES(92,310012,'parse','blocks','{"block_index":310012,"ledger_hash":"27298dbdb9026b5d54228b686b7a76f9d42479da79b38b9ef7cd13e4fee27159","messages_hash":"cc9d3f25df849b245159bb521e85e932194dd5c41b658181329a720ebd45e701","transaction_count":1,"txlist_hash":"e409e7c7435482a64f10aaaaa6e62d69a4f0ae3083922c91907d6f15393dbb22"}',0,'BLOCK_PARSED',NULL,'3ccb7fa5f12415a9f9c7480f33fae42f29048ac416a8c56663f3f37417b7b6d0'); +INSERT INTO messages VALUES(93,310013,'insert','blocks','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6e9885ce71c47377519f13d03ad4decb417608803d4a142459d3363a2173e396'); +INSERT INTO messages VALUES(94,310013,'insert','transactions','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"btc_amount":1000,"data":"00000028000152bb336400000000017d78400000000002793d60000000000000000000003b100000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","tx_index":14,"utxos_info":" 70125234408f91cf05af61871ec76164b8676907ba299908cb2ddbaaa3cd2fb1:0 3 "}',0,'NEW_TRANSACTION',NULL,'c413eabc5aa11b76642e989a903117527456464a688f67202d83d49fa862af4c'); +INSERT INTO messages VALUES(95,310013,'update','orders','{"status":"expired","tx_hash":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375"}',0,'ORDER_UPDATE',NULL,'6c5758cbf08d18f2de79d7abc96628b80f736c644cbb3d9be55c251ec22738a0'); +INSERT INTO messages VALUES(96,310013,'insert','order_expirations','{"block_index":310013,"order_hash":"c953eb18873ce8aed42456df0ece8e4678e13282d9917916e7a4aec10e828375","source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'1f54dbf5b5d110e60f1ec25680f05314e41891e2c5e6e4ae9399f694f7225c03'); +INSERT INTO messages VALUES(97,310013,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310013,"event":"ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","quantity":25000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'DEBIT','ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943','1d46dc801a367f38d91093f4af717dd29f3594d4fe2acf038db20914b23b729d'); +INSERT INTO messages VALUES(98,310013,'insert','bets','{"bet_type":1,"block_index":310013,"counterwager_quantity":41500000,"counterwager_remaining":41500000,"deadline":1388000100,"expiration":10,"expire_index":310023,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":15120,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","tx_index":14,"wager_quantity":25000000,"wager_remaining":25000000}',0,'OPEN_BET','ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943','bbe09de04f6305eff88e865069189851ebe6ac48af7d2529229fba660ac5f3dd'); +INSERT INTO messages VALUES(99,310013,'update','bets','{"counterwager_remaining":4250000,"status":"open","tx_hash":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c","wager_remaining":8500000}',0,'BET_UPDATE','ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943','d74400483d91f5e9baddf1acac71f2b497cdb754d8b2583ecc3975dd3c4bd8e1'); +INSERT INTO messages VALUES(100,310013,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310013,"calling_function":"filled","event":"ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","quantity":4250000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'CREDIT','ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943','208ec8de8517313ea8786a263abcb9d10f8245c69aa367a57ce36c4e9cf0cbf3'); +INSERT INTO messages VALUES(101,310013,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","wager_remaining":4250000}',0,'BET_UPDATE','ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943','651de749f84cfd3bea3edc5aac180d1beebc54df0872aaf4bef59878ff4467a6'); +INSERT INTO messages VALUES(102,310013,'insert','bet_matches','{"backward_quantity":20750000,"block_index":310012,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":41500000,"id":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c_ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","initial_value":100.0,"leverage":15120,"match_expire_index":310022,"status":"pending","target_value":0.0,"tx0_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":0,"tx0_block_index":310012,"tx0_expiration":10,"tx0_hash":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c","tx0_index":13,"tx1_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":1,"tx1_block_index":310013,"tx1_expiration":10,"tx1_hash":"ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","tx1_index":14}',0,'BET_MATCH','ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943','e642829f87d8576994745132960de6db5de85d11be9d85ad47b6f506e663429f'); +INSERT INTO messages VALUES(103,310013,'parse','transactions','{"supported":true,"tx_hash":"ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","tx_index":14}',0,'TRANSACTION_PARSED','ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943','c62b8b26a61def9c99f103f6e51b77d13f28bd11ee5aef63a5234ed809ce83e6'); +INSERT INTO messages VALUES(104,310013,'parse','blocks','{"block_index":310013,"ledger_hash":"f5fbbb8870bb8253cfba52c58765b8c2493ceee6a2db5779a4212ed456bf892e","messages_hash":"f622a6c4fa76630506f924ab14e2a0beee36da00240fc37f710e21b448cde472","transaction_count":1,"txlist_hash":"78b492a743e24d50541f29a1a8e476434e81961bd457552c55fcbbac68d68fca"}',0,'BLOCK_PARSED',NULL,'c6788f4664dd381b49cd6bd390183e2f40838bd0f1ec124015e2fb0ec4fab524'); +INSERT INTO messages VALUES(105,310014,'insert','blocks','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'441c90e2a64fb2a2d2cb3ac9248c6ffdcda85fbc76791faf80f0e5c9ad7d7888'); +INSERT INTO messages VALUES(106,310014,'insert','transactions','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"btc_amount":1000,"data":"00000028000052bb33640000000008f0d1800000000014dc93800000000000000000000013b00000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d","tx_index":15,"utxos_info":" e1eb255cd51ddda8caa319a7690a45fb5385f1ee33bfc8d5011e442434cd4e11:0 3 "}',0,'NEW_TRANSACTION',NULL,'2f57ab91ec0120e81633bc2e6a10dffbf05e21c78251f6fa5b4af3ee8fed1f7c'); +INSERT INTO messages VALUES(107,310014,'update','orders','{"status":"expired","tx_hash":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a"}',0,'ORDER_UPDATE',NULL,'cab87f18d9432a548359ab2c86eb286e6bd644c1c668c6849666ef9b49917051'); +INSERT INTO messages VALUES(108,310014,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310014,"calling_function":"cancel order","event":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","quantity":5000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'8f4905ba30080f65990be31343fcdbe226751d0f3faa40641af5828a4b380395'); +INSERT INTO messages VALUES(109,310014,'insert','order_expirations','{"block_index":310014,"order_hash":"89a44a3314b298a83d5d14c8646900a5122b8a1e8f6e0528e73ea82044d1726a","source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'5d786b7dbb9e2800951214209f2c7592dc2154bea92615fc7f5ea5fd427b3fca'); +INSERT INTO messages VALUES(110,310014,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310014,"event":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d","quantity":150000000,"tx_index":15,"utxo":null,"utxo_address":null}',0,'DEBIT','6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d','74cf5007efd506e166ab1a159f7e798b74925a7d943ed5a45584415a254a5288'); +INSERT INTO messages VALUES(111,310014,'insert','bets','{"bet_type":0,"block_index":310014,"counterwager_quantity":350000000,"counterwager_remaining":350000000,"deadline":1388000100,"expiration":10,"expire_index":310024,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d","tx_index":15,"wager_quantity":150000000,"wager_remaining":150000000}',0,'OPEN_BET','6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d','f062beca857f6558d4e5ea19107d140519b3b9ed4fec26cca9348345aa96fdee'); +INSERT INTO messages VALUES(112,310014,'parse','transactions','{"supported":true,"tx_hash":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d","tx_index":15}',0,'TRANSACTION_PARSED','6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d','f59c454f17c4f118e2f1e9efd896ae1cae2f98852e8c072cf4bbc7c2aa74eb9e'); +INSERT INTO messages VALUES(113,310014,'parse','blocks','{"block_index":310014,"ledger_hash":"f1e77a7a4d28d64a0cfd878112074b6205ef09055b93b8923b0c6466a07ea500","messages_hash":"70b08ae4cef497c016e1e7f39bc8f87319cc25d8826f80251ae71e86dddfea69","transaction_count":1,"txlist_hash":"475ee3563b60fa5bbf8f8db5eabf9bdfea4a2f1b5fc82aedc37fa7c581c5f065"}',0,'BLOCK_PARSED',NULL,'9ccd01c793e54253883ec074b8d770cbbfe7ed80d9993bd46a830979486a7790'); +INSERT INTO messages VALUES(114,310015,'insert','blocks','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'60a82f11e279bd9a7bd7b9a170ccb9c945a235030a56d65b75bb52f6aff57251'); +INSERT INTO messages VALUES(115,310015,'insert','transactions','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"btc_amount":1000,"data":"00000028000152bb33640000000014dc93800000000008f0d1800000000000000000000013b00000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","tx_index":16,"utxos_info":" 534148dc2423208b93e138f110e12734d45b678bb534ad1aed2bd50f9d5e21a7:0 3 "}',0,'NEW_TRANSACTION',NULL,'b147230f4521401fcb9e9ffaf2827d33f2052772b60cfe9eda02236dae032dce'); +INSERT INTO messages VALUES(116,310015,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"event":"10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","quantity":350000000,"tx_index":16,"utxo":null,"utxo_address":null}',0,'DEBIT','10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd','2d42097f36224fb26d6c163022cb2eb674aaa37175afe551397485967fe0dc67'); +INSERT INTO messages VALUES(117,310015,'insert','bets','{"bet_type":1,"block_index":310015,"counterwager_quantity":150000000,"counterwager_remaining":150000000,"deadline":1388000100,"expiration":10,"expire_index":310025,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","tx_index":16,"wager_quantity":350000000,"wager_remaining":350000000}',0,'OPEN_BET','10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd','71b15f92506ca75a7a198c4f30bfcd82cb560012165d01fa7030c9bba9f103e9'); +INSERT INTO messages VALUES(118,310015,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"calling_function":"filled","event":"10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd','aa4d0b8fef866a6caedae4b8bc3d8b4882447f5a622da83ad5d24cb99a8900f7'); +INSERT INTO messages VALUES(119,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d","wager_remaining":0}',0,'BET_UPDATE','10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd','14d83b6d52531445c57f2b1df5e851d0a1500ae081c15de603b40ddf07c61fd9'); +INSERT INTO messages VALUES(120,310015,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"calling_function":"filled","event":"10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd','5d5cd27caf16992bafe24f886448658481cda4631da0906eb1908d793d38029d'); +INSERT INTO messages VALUES(121,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","wager_remaining":0}',0,'BET_UPDATE','10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd','e14f7e54fe89a89ba84dc91ae0995104e7190a652410ef50202e1d0bd683bd2b'); +INSERT INTO messages VALUES(122,310015,'insert','bet_matches','{"backward_quantity":350000000,"block_index":310014,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":150000000,"id":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d_10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","initial_value":100.0,"leverage":5040,"match_expire_index":310024,"status":"pending","target_value":0.0,"tx0_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":0,"tx0_block_index":310014,"tx0_expiration":10,"tx0_hash":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d","tx0_index":15,"tx1_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":1,"tx1_block_index":310015,"tx1_expiration":10,"tx1_hash":"10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","tx1_index":16}',0,'BET_MATCH','10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd','2e51b7603670952b67d135c2e802774c9229b1f63dd833b3e2001664d77aa707'); +INSERT INTO messages VALUES(123,310015,'parse','transactions','{"supported":true,"tx_hash":"10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","tx_index":16}',0,'TRANSACTION_PARSED','10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd','928f8dd2358ac12c1bdf562867d28f476e5cf4c5ca788dc91cfae85d1629c690'); +INSERT INTO messages VALUES(124,310015,'parse','blocks','{"block_index":310015,"ledger_hash":"014bcc839c0ea0d2fecd9aab3074528ffee3b2dce7f805e4d459e2dfb3d98a51","messages_hash":"791d28db756628a1d35d77e716f2d91119b01e73f80ccc6104976f72be5f1926","transaction_count":1,"txlist_hash":"5d40b180a3f3b38eedd15c7f40e8585aaa5e2fdde3967dff443a74703fa45fd4"}',0,'BLOCK_PARSED',NULL,'5fe1f5bfe82946d3f2a6281403b2b7d06893f29ff76435c42c3ca5ecef4906e8'); +INSERT INTO messages VALUES(125,310016,'insert','blocks','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b400ba527184ef08ff63414389f139f2991d2a34d2f7c105fea66453e9eeb852'); +INSERT INTO messages VALUES(126,310016,'insert','transactions','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"btc_amount":1000,"data":"00000028000252bb33c8000000002cb417800000000026be36803ff0000000000000000013b00000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc","tx_index":17,"utxos_info":" 0c3c3475ad1a79c2fe673603bb38447ee12b478094e9e51e99fa6c06f7e72ae8:0 3 "}',0,'NEW_TRANSACTION',NULL,'e7a59e7f7dc39d206a9697f35f01caadad4705585de33e068d56139b0089aa81'); +INSERT INTO messages VALUES(127,310016,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310016,"event":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc","quantity":750000000,"tx_index":17,"utxo":null,"utxo_address":null}',0,'DEBIT','caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc','a3eb7e98732dcf22d3007af5bcbf73f7ef0a22d4a43e784e3a6f9c1ee4453de6'); +INSERT INTO messages VALUES(128,310016,'insert','bets','{"bet_type":2,"block_index":310016,"counterwager_quantity":650000000,"counterwager_remaining":650000000,"deadline":1388000200,"expiration":10,"expire_index":310026,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":1.0,"tx_hash":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc","tx_index":17,"wager_quantity":750000000,"wager_remaining":750000000}',0,'OPEN_BET','caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc','229cb986e8c8b8222a7f6082e31a530bda95c21d47e8799a0bc92c6c79a079e8'); +INSERT INTO messages VALUES(129,310016,'parse','transactions','{"supported":true,"tx_hash":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc","tx_index":17}',0,'TRANSACTION_PARSED','caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc','20de1b86bbfa5df7d87fa553b4471588c9605fdfc56240d01c862ec96dda7b9a'); +INSERT INTO messages VALUES(130,310016,'parse','blocks','{"block_index":310016,"ledger_hash":"9f72d6a84ee58e1e851a90a62b525dc257c3b1b0c7e9964f93a7e5df6a2e4007","messages_hash":"85168b51e703b2b3dde1b1ec2b79af0792beffa73c542db00957bda489ccfa23","transaction_count":1,"txlist_hash":"e990e43e7272c9d971fcc782768bea70c71d45fa7d712a7195bcc4151617a57f"}',0,'BLOCK_PARSED',NULL,'3134f172085c901949f111dbab98298d870622308c06805ce2ac2dd86a58d06a'); +INSERT INTO messages VALUES(131,310017,'insert','blocks','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'341708e5a84a85643a68655fa762f7e9595b8d102acbb608a1ab9c2449778a51'); +INSERT INTO messages VALUES(132,310017,'insert','transactions','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"btc_amount":1000,"data":"00000028000352bb33c80000000026be3680000000002cb417803ff0000000000000000013b00000000a","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","tx_index":18,"utxos_info":" bf7acc19b878a8ceadfb1ea2bff6fa3a692e1e8599869a85e45ff316ecf0f92b:0 3 "}',0,'NEW_TRANSACTION',NULL,'227ae44865702f821d17cac12abfe44b93536506cccc3c3c511627ff163ff74b'); +INSERT INTO messages VALUES(133,310017,'insert','debits','{"action":"bet","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"event":"67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","quantity":650000000,"tx_index":18,"utxo":null,"utxo_address":null}',0,'DEBIT','67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c','50f1b85de84c4b1b3457d17b688942d3e50c17fff558f7a701b0f79359580851'); +INSERT INTO messages VALUES(134,310017,'insert','bets','{"bet_type":3,"block_index":310017,"counterwager_quantity":750000000,"counterwager_remaining":750000000,"deadline":1388000200,"expiration":10,"expire_index":310027,"fee_fraction_int":99999999.0,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":1.0,"tx_hash":"67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","tx_index":18,"wager_quantity":650000000,"wager_remaining":650000000}',0,'OPEN_BET','67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c','5f92e4156c1477820db46523f0dee068121a5ca177981ef31144ac832c0562b4'); +INSERT INTO messages VALUES(135,310017,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"calling_function":"filled","event":"67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c','ce766d7830875872bed89d57bdb418859bd349be834250b38abe59c6fc2121a9'); +INSERT INTO messages VALUES(136,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc","wager_remaining":0}',0,'BET_UPDATE','67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c','abb69283a8e486a451310d6c4143e56145b8b463ddf015a9852d7bc52f521dad'); +INSERT INTO messages VALUES(137,310017,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"calling_function":"filled","event":"67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c','95e59a1ddfcdba529031feea76d23d3a4d4727eae388efa4aff47e4c144a5152'); +INSERT INTO messages VALUES(138,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","wager_remaining":0}',0,'BET_UPDATE','67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c','418e5294c2397715901e7db6284943f188567f100fc7e652e924491f0308d466'); +INSERT INTO messages VALUES(139,310017,'insert','bet_matches','{"backward_quantity":650000000,"block_index":310016,"deadline":1388000200,"fee_fraction_int":99999999,"feed_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":750000000,"id":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc_67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","initial_value":100.0,"leverage":5040,"match_expire_index":310026,"status":"pending","target_value":1.0,"tx0_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":2,"tx0_block_index":310016,"tx0_expiration":10,"tx0_hash":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc","tx0_index":17,"tx1_address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":3,"tx1_block_index":310017,"tx1_expiration":10,"tx1_hash":"67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","tx1_index":18}',0,'BET_MATCH','67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c','deaf3aaa51400026994bf93bbb687b162be43a45dc233e9b137a3d19edfd5675'); +INSERT INTO messages VALUES(140,310017,'parse','transactions','{"supported":true,"tx_hash":"67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","tx_index":18}',0,'TRANSACTION_PARSED','67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c','26bc67069b6feb9ef4e2fda79da9154bd1ca50bd47dcf00f60670fe8f2767766'); +INSERT INTO messages VALUES(141,310017,'parse','blocks','{"block_index":310017,"ledger_hash":"5d1e195a7d313d703253640cd98be600b04a7d98aae69b5327a29e740573198d","messages_hash":"c025838711c4a82dae72606502aba36b25d81a0db5fb0ab0bc3ccd1c2b9b705f","transaction_count":1,"txlist_hash":"443444009d5700747b2d345cc10a70bf5a48214bc279d811a311ef76e52abf04"}',0,'BLOCK_PARSED',NULL,'dfdc2eb9070df4c16b63b0f8e1fe927bd233023aed7ab045d5a2b8db95fbe4dd'); +INSERT INTO messages VALUES(142,310018,'insert','blocks','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'18190391d29dd127861f981cfba2ec856e7bb450ee610f00d290192a8fe25190'); +INSERT INTO messages VALUES(143,310018,'insert','transactions','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"btc_amount":0,"data":"0000001e52bb33324058f7256ffc115e004c4b4009556e69742054657374","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd","tx_index":19,"utxos_info":" 17063806c5eeb2cc730ab380dc0ebd3ebeedd5fbe5c502eaaf46b065d901dd2b:0 2 "}',0,'NEW_TRANSACTION',NULL,'d1652317b187f317766cea1101887b0618d1f9234eb2734d0e82ef5d3fb930bb'); +INSERT INTO messages VALUES(144,310018,'insert','broadcasts','{"block_index":310018,"fee_fraction_int":5000000,"locked":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000050,"tx_hash":"e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd","tx_index":19,"value":99.86166}',0,'BROADCAST','e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd','a322df57210adce42ec6f7f4c492c9f5819c326d6a638ad05e797927553efab0'); +INSERT INTO messages VALUES(145,310018,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310018,"calling_function":"bet settled: liquidated for bear","event":"e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd","quantity":59137500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd','f32f627a29c1b5b9ab4e3441f017734ef3278629849178f204fd28d2841019d2'); +INSERT INTO messages VALUES(146,310018,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310018,"calling_function":"feed fee","event":"e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd","quantity":3112500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd','19df0dcaf81e0aa1f8b027b301dcda8126969f461989992c70569dc59d1ade35'); +INSERT INTO messages VALUES(147,310018,'insert','bet_match_resolutions','{"bear_credit":59137500,"bet_match_id":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c_ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","bet_match_type_id":1,"block_index":310018,"bull_credit":0,"escrow_less_fee":null,"fee":3112500,"settled":false,"winner":null}',0,'BET_MATCH_RESOLUTON','e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd','6ec3f67fda4c29fd16f65eb76a38684115436770ad10fc98ffb29e2fd5521cfa'); +INSERT INTO messages VALUES(148,310018,'update','bet_matches','{"id":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c_ce9d3a5ea18ed454ddee80b75bd12abdd47de8e176d9c9dfc768c1233e729943","status":"settled: liquidated for bear"}',0,'BET_MATCH_UPDATE','e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd','d40d961153323b8d8de1395c487c8330ea2f3f75635347afc3402ec6180d6921'); +INSERT INTO messages VALUES(149,310018,'parse','transactions','{"supported":true,"tx_hash":"e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd","tx_index":19}',0,'TRANSACTION_PARSED','e87bf8dfeda7df143873ff042cc7a05dd590a6bef6a55c5832e22db1bd5e3bcd','5a86ba67c5b32288fb9e109970ac562610d8a0c8ae82e356f4f989ec93f8a6f6'); +INSERT INTO messages VALUES(150,310018,'parse','blocks','{"block_index":310018,"ledger_hash":"f38538a4a2cba9bcf8821b56e1dc877990e027135d3f220338cd8cb11f3eb205","messages_hash":"d9917a825d91963169ab6a4120b71d202a5f39c90c758959849dc2ca63b2dc53","transaction_count":1,"txlist_hash":"abe72d22a1fb28e1ce34bfe3f1fd012d5a41fe219a0c4ee96f3b4b0e49aea889"}',0,'BLOCK_PARSED',NULL,'2e6609e1fc33bd5a0aae27baba2b126cd744aff90bfd542521aa56abc886978f'); +INSERT INTO messages VALUES(151,310019,'insert','blocks','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'15734d743ebd3249b2e37ef8a60f978c100a921bcca93f45f5e058fcb2d49b64'); +INSERT INTO messages VALUES(152,310019,'insert','transactions','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"btc_amount":0,"data":"0000001e52bb3365405915f3b645a1cb004c4b4009556e69742054657374","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df","tx_index":20,"utxos_info":" ff1c30c31e2e0b511c508c7111d22d77fdbb4f20379d49042bef4e231b9c098b:0 2 "}',0,'NEW_TRANSACTION',NULL,'d99da915e326309fcb841178c209c42775cf323e0d605c1fbaf9cfb9cecfe49e'); +INSERT INTO messages VALUES(153,310019,'insert','broadcasts','{"block_index":310019,"fee_fraction_int":5000000,"locked":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000101,"tx_hash":"1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df","tx_index":20,"value":100.343}',0,'BROADCAST','1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df','79a4cba6e8dcafb66274468b3f9c60f4c5fb31c502cdf8862052b93e5fbe65c2'); +INSERT INTO messages VALUES(154,310019,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df","quantity":159300000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df','3f7c6ac11d9e56b742a0db2c24de71003854005d170dd4994b282d0102edc7fa'); +INSERT INTO messages VALUES(155,310019,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df","quantity":315700000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df','2eb503f3319be8ac36d1aacadecc21c330334486951582f409bd3d14b55b9767'); +INSERT INTO messages VALUES(156,310019,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"feed fee","event":"1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df","quantity":25000000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df','6872f2857ec4a95bce0f914e9c375eb12cb62790b638161c29b99a0da4e41193'); +INSERT INTO messages VALUES(157,310019,'insert','bet_match_resolutions','{"bear_credit":315700000,"bet_match_id":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d_10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","bet_match_type_id":1,"block_index":310019,"bull_credit":159300000,"escrow_less_fee":null,"fee":25000000,"settled":true,"winner":null}',0,'BET_MATCH_RESOLUTON','1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df','f65b9eb39cd3e6d5512f693c79a2ceaf17ce0661579e30b34993e14db60f33df'); +INSERT INTO messages VALUES(158,310019,'update','bet_matches','{"id":"6722884208180367a60c5c96ae86865dad3c63525a9498d716e98b5015ec2e3d_10c669ad89d61e1a983e179f66f355b1dd21e53d520fd4dc3bb5a6f9e5e24fcd","status":"settled"}',0,'BET_MATCH_UPDATE','1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df','06200f0df5fa3465920cdf18acc4abdd9e4064d805b19f6eec2f62098f515f06'); +INSERT INTO messages VALUES(159,310019,'parse','transactions','{"supported":true,"tx_hash":"1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df","tx_index":20}',0,'TRANSACTION_PARSED','1fcd2de64aabc6c05796e28cbea31df45a25928c2cd8dd30d774c9e70c4e97df','4e72f738e26a938868a9e1f3ab8bab7b6ecd8da6e76f2585c4f1b3db187fa4e3'); +INSERT INTO messages VALUES(160,310019,'parse','blocks','{"block_index":310019,"ledger_hash":"3a51f1f061d953c940ac7e53f8bb37df041f2d4f42a16f5c5d23707b8b0c0dc6","messages_hash":"88de9eb96d3ecbf6326866f598e897f5eda3252a0db6de633f478da043b4a7c6","transaction_count":1,"txlist_hash":"8bea2f5ef9805bffa4b23881f7635ec213525f8dfe98aa45e716e43a73ffe114"}',0,'BLOCK_PARSED',NULL,'701e317e8a54f7c992930b12c33f0d0d064eb074d53dccf09ba4cd41056ab7da'); +INSERT INTO messages VALUES(161,310020,'insert','blocks','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7e19a4325f0de31f9d0ef4c9a9c066e97663a551a0ca26d0d0c37a0d07a1103f'); +INSERT INTO messages VALUES(162,310020,'insert','transactions','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"btc_amount":0,"data":"0000001e52bb33c94000000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73","tx_index":21,"utxos_info":" 2e07fb3dfdafff224b0cb92d718788af96b51014f621e726986b11b9113ae3f8:0 2 "}',0,'NEW_TRANSACTION',NULL,'62130bb7fa14be57a0e71fb0f1a049d7e96d763856e3090222628a9af8f19bb8'); +INSERT INTO messages VALUES(163,310020,'insert','broadcasts','{"block_index":310020,"fee_fraction_int":5000000,"locked":false,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000201,"tx_hash":"dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73","tx_index":21,"value":2.0}',0,'BROADCAST','dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73','7f0e232d269acf2c697379e1cd652e28f19b40ea15a96a0248c6cb038acec428'); +INSERT INTO messages VALUES(164,310020,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310020,"calling_function":"bet settled: for notequal","event":"dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73","quantity":1330000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73','25a0aa8f01816ed3a5fdd438296540b88fe86e36530f3725272661f2a818a684'); +INSERT INTO messages VALUES(165,310020,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310020,"calling_function":"feed fee","event":"dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73","quantity":70000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73','fae85a3cba117ce043f199c151a989443150effc53ec86a2909eea68bde5323c'); +INSERT INTO messages VALUES(166,310020,'insert','bet_match_resolutions','{"bear_credit":null,"bet_match_id":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc_67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","bet_match_type_id":5,"block_index":310020,"bull_credit":null,"escrow_less_fee":1330000000,"fee":70000000,"settled":null,"winner":"NotEqual"}',0,'BET_MATCH_RESOLUTON','dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73','4de128339adaf481c8f3bf79fe18128a080d9875a13f633e4c67f1fcccbf88f4'); +INSERT INTO messages VALUES(167,310020,'update','bet_matches','{"id":"caaceb9160747bd86fa4b3b4d090c9e1617285fae312eac2152bf3fabedcd2bc_67497105b77192af401ec8024ad34de211592877dee8532dbe216d8a8f17dd0c","status":"settled: for notequal"}',0,'BET_MATCH_UPDATE','dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73','749ecec9ce5739b80c371aeb3c7bc407ca6ad4aa93e427fc2e063c7dbb6596c6'); +INSERT INTO messages VALUES(168,310020,'parse','transactions','{"supported":true,"tx_hash":"dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73","tx_index":21}',0,'TRANSACTION_PARSED','dc4b57ad8a0b23dbc7ffc03f51e8076cd2418edf256b2660783bb0d1be0b8b73','4d948d51dea615f4253394de05d789cc4921ecb5f9ee844a4e111c2a648d5aea'); +INSERT INTO messages VALUES(169,310020,'parse','blocks','{"block_index":310020,"ledger_hash":"cce3284c53fcf79ba268d925e32ab70e3d4df1e6f13dbcbe2920e93fc689128b","messages_hash":"5705f407e4e48ed86f50ad5aed03d621d719ef19fb6230493c98dadfddec4a95","transaction_count":1,"txlist_hash":"d0e8a123b3125a8e057d8504b7a96e77188895c86907c273922b80e7e9ca42d2"}',0,'BLOCK_PARSED',NULL,'68793c4f7175f321e60a683c30b299d2aae84b6e2b14ae5e77084ef871edec01'); +INSERT INTO messages VALUES(170,310021,'insert','blocks','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c2397c752275a5a8fb10352c054d8ce07f401e126bd059a0dec5c84feafc9e87'); +INSERT INTO messages VALUES(171,310021,'insert','transactions','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"btc_amount":0,"data":"0000000a00000000000047670000000002faf08000000000000000010000000002faf080000a0000000000000000","destination":"","fee":6800,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7","tx_index":22,"utxos_info":" 168840008f0acd950b58778bb6ee9d625b19dde6fc5a85f02a787aa78d541341:0 2 "}',0,'NEW_TRANSACTION',NULL,'0e57d9a0081c91aa6a83b156467415a394a4a58634522aa3298c925ceab518fd'); +INSERT INTO messages VALUES(172,310021,'insert','debits','{"action":"open order","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310021,"event":"4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7","quantity":50000000,"tx_index":22,"utxo":null,"utxo_address":null}',0,'DEBIT','4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7','95a18316a50daec4dd25357004ac81ef2a8b831354c8ecfc649ab97d1e7bbbc0'); +INSERT INTO messages VALUES(173,310021,'insert','orders','{"block_index":310021,"expiration":10,"expire_index":310031,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":50000000,"get_remaining":50000000,"give_asset":"BBBB","give_quantity":50000000,"give_remaining":50000000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7","tx_index":22}',0,'OPEN_ORDER','4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7','82bde1dcf37cfeb9d6326dd49ec62f2def46264bbc19bbd0dfaeb157a91ea58b'); +INSERT INTO messages VALUES(174,310021,'parse','transactions','{"supported":true,"tx_hash":"4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7","tx_index":22}',0,'TRANSACTION_PARSED','4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7','4ca4189cb1f62f459476f3e38712bb1db36a292ffd04a1a454a0e76b93089d1f'); +INSERT INTO messages VALUES(175,310021,'parse','blocks','{"block_index":310021,"ledger_hash":"6ad5172a6dcaa6706d5a4f6fd8ada183e103b9faab58e42c1365613a26477490","messages_hash":"8f484b455b12c5ecbb0b6684d9c051630c7e03b6879460393d26baecde068e1b","transaction_count":1,"txlist_hash":"1c207ab28dd2c5d297f47d5ac366699523cd97ccfc8a3e348dbf6fe900c32b5d"}',0,'BLOCK_PARSED',NULL,'22fce3d85597bd7a9ca8cea559df2c44edab982b7c52fde6fec63cff0de209fc'); +INSERT INTO messages VALUES(176,310022,'insert','blocks','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5c971d15a699490b69efee88457079f675ba48d142bf5ede1cb26eded523e49b'); +INSERT INTO messages VALUES(177,310022,'insert','transactions','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"btc_amount":100000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"181709b341ec136f90975fdaa362c767ebd789e72f16d4e17348ab2985c1bd01","tx_index":23,"utxos_info":" a64251be6598696807b458ee6811a35eefdcd8170ab68e36c37d1c5b0bb84350:0 2 "}',0,'NEW_TRANSACTION',NULL,'ecd5ac5ea333aa0f014d222daeec2fdfbb77503f03e267b946ddb121d1bc24c8'); +INSERT INTO messages VALUES(178,310022,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310022,"calling_function":"burn","event":"181709b341ec136f90975fdaa362c767ebd789e72f16d4e17348ab2985c1bd01","quantity":56999887262,"tx_index":23,"utxo":null,"utxo_address":null}',0,'CREDIT','181709b341ec136f90975fdaa362c767ebd789e72f16d4e17348ab2985c1bd01','6786771e89fe821342a5f8cf1f2e4c7f3901b2940a95c72286f9e39189456abd'); +INSERT INTO messages VALUES(179,310022,'insert','burns','{"block_index":310022,"burned":38000000,"earned":56999887262,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"181709b341ec136f90975fdaa362c767ebd789e72f16d4e17348ab2985c1bd01","tx_index":23}',0,'BURN','181709b341ec136f90975fdaa362c767ebd789e72f16d4e17348ab2985c1bd01','1cbc27b57d9fbe0dec0d9e918b7f0570cad1a7f49a54518b648aa0062c9f0333'); +INSERT INTO messages VALUES(180,310022,'parse','transactions','{"supported":true,"tx_hash":"181709b341ec136f90975fdaa362c767ebd789e72f16d4e17348ab2985c1bd01","tx_index":23}',0,'TRANSACTION_PARSED','181709b341ec136f90975fdaa362c767ebd789e72f16d4e17348ab2985c1bd01','a5b5326ec914b12ada84206aaadb827ec120cd0ba2164649f2033f7b6e0b9314'); +INSERT INTO messages VALUES(181,310022,'parse','blocks','{"block_index":310022,"ledger_hash":"c9361fea7f3dd2415969eb6ad7fe893381c9ca65ea391f2e47a966e342db3a90","messages_hash":"a45cd9cf6312877630f387f16d290900146c8698a95f8834686e66b8c854ec01","transaction_count":1,"txlist_hash":"c0867554bd3d50cd8ca4bb6e2d055250fa0c3c46f47b5f03ce5022b7090e07d4"}',0,'BLOCK_PARSED',NULL,'d8e62bb2d0bcabab91e3d2cb3e8b6aa847834baa75c452619f79fa91e6082041'); +INSERT INTO messages VALUES(182,310023,'insert','blocks','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0e21d4a8d52bd94ab87840597f12fedf4cf25822e18ecd71b01ea283c79e8d50'); +INSERT INTO messages VALUES(183,310023,'insert','transactions','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"btc_amount":1000,"data":"0000000000000000000047680000000000002710","destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831","tx_index":24,"utxos_info":" 806ec51cd29841b7bb12b0cb41cf9678b3e3e26f9a95d5aeba5e0868330b8e60:0 3 "}',0,'NEW_TRANSACTION',NULL,'fb8d60ccdef31d591643a6a96592f2196228e495017f1156fc193089a37f2bf7'); +INSERT INTO messages VALUES(184,310023,'update','bets','{"status":"expired","tx_hash":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c"}',0,'BET_UPDATE',NULL,'dfb634f3746738c3ca24be08d2d13c925cd844eb38b1ffa6bdcf5ad8d016659b'); +INSERT INTO messages VALUES(185,310023,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310023,"calling_function":"recredit wager remaining","event":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c","quantity":8500000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'97690f280e00a75315b355025162d14f7fa4fbb09035d06166ff109a87f31b3c'); +INSERT INTO messages VALUES(186,310023,'insert','bet_expirations','{"bet_hash":"ef92dc4986fdfb4ccb6e101ee949d5307c554e8dd1619307548ec032a973f19c","bet_index":13,"block_index":310023,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'BET_EXPIRATION',NULL,'20c0f11e0db8de920152b3b53df374ab77e25e1c3be1b87394cfe542730a85f8'); +INSERT INTO messages VALUES(187,310023,'insert','debits','{"action":"send","address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310023,"event":"f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'DEBIT','f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831','88bf2f01842bb0dd2a44fb8c8f75eb96c25a4752c502a9b49442dc13d465bbd3'); +INSERT INTO messages VALUES(188,310023,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBC","block_index":310023,"calling_function":"send","event":"f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'CREDIT','f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831','7f12d32108d3b099c49129e203ef68383effb3f2f666c8623812e278622a03e6'); +INSERT INTO messages VALUES(189,310023,'insert','sends','{"asset":"BBBC","block_index":310023,"destination":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":10000,"source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831","tx_index":24}',0,'SEND','f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831','e72d3524de90d78ce5649774267d7068591f70b4e2c56e81d75e5b6a40ab7565'); +INSERT INTO messages VALUES(190,310023,'parse','transactions','{"supported":true,"tx_hash":"f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831","tx_index":24}',0,'TRANSACTION_PARSED','f4a0c2582fb141e9451a7c00fa61afc147b9959c2dd20a1978950936fdb53831','c1cea7625137b50b7678760d83d26a2a34610e033e56cb74e113fce194e08d4e'); +INSERT INTO messages VALUES(191,310023,'parse','blocks','{"block_index":310023,"ledger_hash":"f63680db66cf963aaaebf64130629790e7492b5ea9396434c2179a5eb8774412","messages_hash":"45396bb624021d91337976326d79004562dc2b91cf4901b8f90e8518000a8bfb","transaction_count":1,"txlist_hash":"6a3cc06342da18a8eae7180bd93af2cc3a6f7c51916a19265365814f52a58119"}',0,'BLOCK_PARSED',NULL,'c8093bb1c84a1b69e2e919ca7a55fcb7c7bf69856ead51652dd325e192bfd730'); +INSERT INTO messages VALUES(192,310024,'insert','blocks','{"block_hash":"b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5","block_index":310024,"block_time":310024000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0064d00930c2aefaba5ff078117c738c28fb596a9a682025f64e215e14087af3'); +INSERT INTO messages VALUES(193,310024,'parse','blocks','{"block_index":310024,"ledger_hash":"d69ea243fcd5e525ae03af680d5610b654a9d2bad17782e196305aaa110a6ba9","messages_hash":"cb442896fa95d23d5bd5057791c451fd2f32cd857a7cb8a4587eec22fd3edbfd","transaction_count":0,"txlist_hash":"7e4a0076ce614d5b7bcb0a59c84e79d21702a3507ba88bc0d8ce9e644d7fe692"}',0,'BLOCK_PARSED',NULL,'7ee1491dcc5be3e593ac041414da474ec5e92ed0c468b2e953a0f863b22c5dfe'); +INSERT INTO messages VALUES(194,310025,'insert','blocks','{"block_hash":"a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666","block_index":310025,"block_time":310025000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5a649c05b5cd3a25d265c860d925bb816a9694ebd0a4747e1162e0d5a84a8e3c'); +INSERT INTO messages VALUES(195,310025,'parse','blocks','{"block_index":310025,"ledger_hash":"721906ed4cbd1524fafdc8e3ffef27d8b03e0c798bbcbe3eee7bc7f14afe4e81","messages_hash":"90ba9512106a7f77128dbc085fbe51eeeb47a286e3ff7a1990925cb270809e54","transaction_count":0,"txlist_hash":"c1596eb8c172f2968ddd2ef70c1a8f125ab989c1a7bb012ab56f6c75cd96bb41"}',0,'BLOCK_PARSED',NULL,'a8fa5ded64f3c26391d7e1fc0b5aede6b7d48c733751fda1973860a97001e047'); +INSERT INTO messages VALUES(196,310026,'insert','blocks','{"block_hash":"6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a","block_index":310026,"block_time":310026000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'41b4bfa1ed2abb6ffc3aa350921061354b40c2a067f80ca5d6761b03b73a6473'); +INSERT INTO messages VALUES(197,310026,'parse','blocks','{"block_index":310026,"ledger_hash":"27912da2afa797876030dd0e50c31aea462d54c7bfa4f89d2f14fdb7b80db6b0","messages_hash":"50789af5d73b3762b50df0673df578fd916e0cc539a6ef21950e828127af60ba","transaction_count":0,"txlist_hash":"2d653751a75829265f2cfe2dd7bcc3a594be62492893d36642e3c8815d339fbd"}',0,'BLOCK_PARSED',NULL,'e5a6744498066c23b2efceabb4bc0d2fdd476f7673a2ab7d09c330650126fbca'); +INSERT INTO messages VALUES(198,310027,'insert','blocks','{"block_hash":"d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e","block_index":310027,"block_time":310027000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ea217c729fa91131f25b8b436705155582d8cf6e06a66cd48e944cf4b27fc788'); +INSERT INTO messages VALUES(199,310027,'parse','blocks','{"block_index":310027,"ledger_hash":"cc0734ecfd2bdbd2d04d236b853f60e324feaa9115fae33a8add961c4a5f9436","messages_hash":"e5b430de889b3a6108abd21fd7677b1727d51aa754db1067114f9024eacee504","transaction_count":0,"txlist_hash":"3d5c1eb8dafccfee04f7d91b2819d9f51a9fe8df4050c025c19c29ceb18b3575"}',0,'BLOCK_PARSED',NULL,'52dd9350d5def5966777d3a35616d2015876820df5ae16c706dbe7b9170f0a48'); +INSERT INTO messages VALUES(200,310028,'insert','blocks','{"block_hash":"02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b","block_index":310028,"block_time":310028000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'045ff4209480539c7a57b17ef975ef937807db754546df8aa309b51a74081966'); +INSERT INTO messages VALUES(201,310028,'parse','blocks','{"block_index":310028,"ledger_hash":"d3f5fbbe85d5a81fef8735c73349f61a43122f4b6f3f7aa61215323a683ce3aa","messages_hash":"6dd809bdc990a865d8dd19f6e2c57ecac9c0720d453efe4374edcfa36bcd6692","transaction_count":0,"txlist_hash":"e6600d6d90725ce81afdd7b00220f8df650f85dc3a308d2486fab88edaaa8981"}',0,'BLOCK_PARSED',NULL,'45f7fc3f3c7fe6439c95d8f312f67f418b015cc7f90e72b8d93ed9e92cbe8114'); +INSERT INTO messages VALUES(202,310029,'insert','blocks','{"block_hash":"3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6","block_index":310029,"block_time":310029000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cbda132692052650832f0decb88bbeda7d2c9af7ddd00ad60c3b5677eaa3654d'); +INSERT INTO messages VALUES(203,310029,'parse','blocks','{"block_index":310029,"ledger_hash":"74d08f0d1cad9f7102d0cfe70f50614c7ae7f4844ca6d02390031e1e96c2b418","messages_hash":"8388133948dc450d876a6dd892812a5033115f38edb71c6fa6d50cc04c085662","transaction_count":0,"txlist_hash":"341aa44dcd4967cc3356ca23c97111b1cf3ee128c944493a0ebc6458c4f119be"}',0,'BLOCK_PARSED',NULL,'161742aec3669f1da6d0e7eb75f09076462e544f6a7c166beedeabdb9323ab27'); +INSERT INTO messages VALUES(204,310030,'insert','blocks','{"block_hash":"d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5","block_index":310030,"block_time":310030000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2fdafd2ecc2215cc3d53880c9b5c7e141f91d3afa82016eb301dbc12a8587b7e'); +INSERT INTO messages VALUES(205,310030,'parse','blocks','{"block_index":310030,"ledger_hash":"753a1a8bb877851ae24dbc33884344f34ee18c6b0d70a4d909231448b943e8cd","messages_hash":"bb3301cb5a60f73d492075e3c6d5173a26438dad06d7077a1d6653968ddab1c8","transaction_count":0,"txlist_hash":"b9385290e5bd72f2a1a5d2cc889108a6da0aa888fdcf76170b166888c6301407"}',0,'BLOCK_PARSED',NULL,'cae2993ba9afab04fd448547c631e8de81b71cc746a032ada26c74970af52828'); +INSERT INTO messages VALUES(206,310031,'insert','blocks','{"block_hash":"0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689","block_index":310031,"block_time":310031000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5db4555e8cc5c789abc775cd2dd5b432fb7e8fde76080ddc34e60954342b69bd'); +INSERT INTO messages VALUES(207,310031,'parse','blocks','{"block_index":310031,"ledger_hash":"f7c62d08a4efc854dea6f47249786d3d00778d97223dd84de1d0fd1eef3e2ee7","messages_hash":"97c9a82670a0d33431d563a003038634a551619c073cbcb93e18df81800f368a","transaction_count":0,"txlist_hash":"6c27a0cb80d8602b9ccd126f53bb69727d358353b4c1299434c3472b0469d85f"}',0,'BLOCK_PARSED',NULL,'10aa5788e9232de6790bc4d5ad89a9fbd7bb54fe8dbe0b88fcf1ac9dad7db041'); +INSERT INTO messages VALUES(208,310032,'insert','blocks','{"block_hash":"66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074","block_index":310032,"block_time":310032000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ace5b5eb252317b8a2dd79780772e1ea35b2c0bbc95a63d2d94e7df302f9af3a'); +INSERT INTO messages VALUES(209,310032,'update','orders','{"status":"expired","tx_hash":"4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7"}',0,'ORDER_UPDATE',NULL,'ad675b293e4ddd3f2f457f1b9005bfaaf15523990e8e9789678ae6149a87eac2'); +INSERT INTO messages VALUES(210,310032,'insert','credits','{"address":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310032,"calling_function":"cancel order","event":"4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7","quantity":50000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'23eeffb1939a7c49a29e4a86af5096a29fa19feb15d941f514adde7047ad564c'); +INSERT INTO messages VALUES(211,310032,'insert','order_expirations','{"block_index":310032,"order_hash":"4408350196e71533e054ef84d1bdc4ba4b0f693d2d98d240d3c697b553078ab7","source":"2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'621607165cd714f953afab588b7cf259f3ec08777bb38f15c2a7c05888c700e2'); +INSERT INTO messages VALUES(212,310032,'parse','blocks','{"block_index":310032,"ledger_hash":"833690f195e85b427b61890640fe8f0cc7419e0f4301b6f4738bab12be06dbb8","messages_hash":"a62dd3cf05ab4cff87c30ec40d26e89895321e5b1e9c0b2fde195b917dc3903f","transaction_count":0,"txlist_hash":"cb3ca17e5c792309fead54d49039ee0e00e7b17291868a3a2e86e09bb3dae80e"}',0,'BLOCK_PARSED',NULL,'d5263c4ba0f4bd98a9c8714a7fe254afefab83630b85224e4e7daa30ff20d1d4'); +INSERT INTO messages VALUES(213,310033,'insert','blocks','{"block_hash":"999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707","block_index":310033,"block_time":310033000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'67ef25fc9bf405054b234d9208405685ac6a9b72bf85bec118ef5ed30399fe84'); +INSERT INTO messages VALUES(214,310033,'parse','blocks','{"block_index":310033,"ledger_hash":"a1e118474a6f70b8f700a67b43ee0272c4609d3309603b5be6434ca587eaa704","messages_hash":"4daadb3c21c76c7d369ab46e2ffa9d42bd9cca37fecd367b4bd79d358518e235","transaction_count":0,"txlist_hash":"2f097bb1b1dff2b4266dcb3b46d29255401e23a2fcfb75f28e9f7184733e14bc"}',0,'BLOCK_PARSED',NULL,'58c6efbd63275e57b5d2583a80b64d1b09b6ed8b9e403d0b9dedb7f390ff3bd6'); +INSERT INTO messages VALUES(215,310034,'insert','blocks','{"block_hash":"f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208","block_index":310034,"block_time":310034000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2a6160d633633c04753fd1c896ced458d0442be01dd5a2f3192f3ebb1f8372ee'); +INSERT INTO messages VALUES(216,310034,'parse','blocks','{"block_index":310034,"ledger_hash":"3b6427f61fb59ffd674ed8e0af75687fc4ccf8b462011727d4dc4bdf4c794775","messages_hash":"9f3466403a0b4c43f7d438cab4ed3a93842a3bbc7e6c97c213e27a09e4bb1744","transaction_count":0,"txlist_hash":"be05766d9a1c70d8907d523979a313ccec8cf2900335fd91800b4b90da3bee12"}',0,'BLOCK_PARSED',NULL,'fd3717180ebd1a9b1fd0a066af56f73706d204153a56dd15c61458e776172344'); +INSERT INTO messages VALUES(217,310035,'insert','blocks','{"block_hash":"a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2","block_index":310035,"block_time":310035000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a950c0d0f6f28432292e0b2644cdd53b91b5378a5cd151e19a0a82949c2672ca'); +INSERT INTO messages VALUES(218,310035,'parse','blocks','{"block_index":310035,"ledger_hash":"d065384f739c52a718f656717f88eb2fecc10d8567a93ccf823434c003d28c55","messages_hash":"95890c0c916d1831d126337ebe58e865cbea83c67739a90ea261bfbabc32eafc","transaction_count":0,"txlist_hash":"41cb2236ce676fd45ae98593c9cac6291fa95479ec07a5af615ccb5fbbeab760"}',0,'BLOCK_PARSED',NULL,'022f462b7388ba39400ebd75a48f91218259bd0cabca865b14331e566e7680d9'); +INSERT INTO messages VALUES(219,310036,'insert','blocks','{"block_hash":"158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76","block_index":310036,"block_time":310036000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3cb5b830c7d2781feaffa34d9caac491a52d5242f8bb60617237454a999ca1b8'); +INSERT INTO messages VALUES(220,310036,'parse','blocks','{"block_index":310036,"ledger_hash":"22cddc8dbfcbaf4b851fa5379c740a96294acc3d772dcf6d684881bef18d7fbf","messages_hash":"37551d518719d83196fb91c770c48d379c9930f9ce7fac2a5633b55c61d9ab4f","transaction_count":0,"txlist_hash":"0beb88a3d4adbf913601c2d5144599cecfd48886ca51f995aecfeb50c56aab1c"}',0,'BLOCK_PARSED',NULL,'ac21fb5a4a29ff2f7052c189c16576ee4aa5db020c4d49b44e711b7ab55c75be'); +INSERT INTO messages VALUES(221,310037,'insert','blocks','{"block_hash":"563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07","block_index":310037,"block_time":310037000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'35a2fa83b951283566c902f3021e489b7cb288dc57c5d0f5cb000343ac509f9e'); +INSERT INTO messages VALUES(222,310037,'parse','blocks','{"block_index":310037,"ledger_hash":"93172c51a9c4cb5c33937a199a32ad3c13a40a60f4c194a1187e2c59a15c0ccc","messages_hash":"a96664cebe9212cb9bee8bbc1295aa689328b3655e41476c8fd0f79c386a8ef3","transaction_count":0,"txlist_hash":"ea276540d3637a9165f482c48e414467e3a78c2c25c6a70bbed0c38f7205920e"}',0,'BLOCK_PARSED',NULL,'f8fe85fbb062ad8f21da19009687d6c85eaf0d85b19525605089b89b72cc9cb6'); +INSERT INTO messages VALUES(223,310038,'insert','blocks','{"block_hash":"b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2","block_index":310038,"block_time":310038000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eb0faf65db9183c46e19033c74513d50bffc0948f774a674d1166913a8f9bbc5'); +INSERT INTO messages VALUES(224,310038,'parse','blocks','{"block_index":310038,"ledger_hash":"7a167a13f7e576c7e066035dbe2a2513659f1386c095a9e63afa494c043b7def","messages_hash":"e79c6d893504f5d30e6ebf52a9d15e107962b4e1339301f94dece6208f63e17e","transaction_count":0,"txlist_hash":"15ef5d6175a7ce1937554ed6c2b10be6555aa14f7179245b7b140d1a620095fc"}',0,'BLOCK_PARSED',NULL,'391c12febecc9a7f7a95a2d9ff413227bd901f49bc5330d2d5329cdad1b0c155'); +INSERT INTO messages VALUES(225,310039,'insert','blocks','{"block_hash":"5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347","block_index":310039,"block_time":310039000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'16e653aadf06d5d5fbbdab456930353834a54d3cc685befd5ace8382cc66c14f'); +INSERT INTO messages VALUES(226,310039,'parse','blocks','{"block_index":310039,"ledger_hash":"4733d9ada3d4f60bc09f0a6eba3fdcdcd8e8b18adfd38c7bf06372259e2d38f3","messages_hash":"a126b2d1cf0141e0c563deac4ffb6a6297d1150894ed5cc95f93104a3ae5327c","transaction_count":0,"txlist_hash":"4ac5fe346b8577626d58c9442c95fccd4955506ac712ee3f27b5df6b7ec1d0df"}',0,'BLOCK_PARSED',NULL,'cd7caff777591c78cb5352b9d8c053041db866f7370d2b9f30e898c07252c1e4'); +INSERT INTO messages VALUES(227,310040,'insert','blocks','{"block_hash":"7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3","block_index":310040,"block_time":310040000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c33afc6fdfe95458999797cb5d5c69c55e1eaefb30aaeee27745450d3d344db9'); +INSERT INTO messages VALUES(228,310040,'parse','blocks','{"block_index":310040,"ledger_hash":"b8021bbe3744e58cedfc3dd99220fce48f4e56a8fe8256d7894dd55c7312a76d","messages_hash":"aa0cce2b957a84f2a9d27fca3d9d54f45bcb8f74f0f453ffc8b7c6bd6cd629de","transaction_count":0,"txlist_hash":"acbb3114dc5c7599eabdaec4833952c3b6de20dde616233f3945151977d5be16"}',0,'BLOCK_PARSED',NULL,'5ae2930fe1ecfaeac07f5a286a0e50849a2622776d9f39607ec2727224db48fd'); +INSERT INTO messages VALUES(229,310041,'insert','blocks','{"block_hash":"5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359","block_index":310041,"block_time":310041000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec8e52f3348e4b71f30d18aba9089eab8aa811903e4078d1a51bbd173798d59c'); +INSERT INTO messages VALUES(230,310041,'parse','blocks','{"block_index":310041,"ledger_hash":"017b79a5fb34785dd39964a61a5bde69d676f75ee085c27bbc9e3381983c2dab","messages_hash":"9a5969d299562effdda4b48b36a5fe6e616c307c808a2ed1565d5194ca423e2c","transaction_count":0,"txlist_hash":"6cbdfb2d6b3677c91097b1e80a32dafb0172725fabff370adcf444321ee48509"}',0,'BLOCK_PARSED',NULL,'828610dba81d28b970bac44cbdc5cfe7e508a9d4b835a15d977d476298498dec'); +INSERT INTO messages VALUES(231,310042,'insert','blocks','{"block_hash":"826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4","block_index":310042,"block_time":310042000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'45deb149c71daa4fa39d5d0a7d98db425fd15523fcf5d2831bf88e5ada986cf5'); +INSERT INTO messages VALUES(232,310042,'parse','blocks','{"block_index":310042,"ledger_hash":"cf5389c037b6c619025bf95d9718fb5548cd67978c3ebf26f76029873828162e","messages_hash":"dd976c584970e7f04fe1b4d7b797ce0e2e7aee0cad24b81715649839479cf54b","transaction_count":0,"txlist_hash":"a091876d90aaf1dd5b0d53403a3a9b5788710bf3d0c1996184a91961a1f24aa0"}',0,'BLOCK_PARSED',NULL,'4a021b781bade7f28bffcfb0a5abc394f4b5e73abfdb561d7cc3010c55bebeb4'); +INSERT INTO messages VALUES(233,310043,'insert','blocks','{"block_hash":"2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51","block_index":310043,"block_time":310043000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'56d040f27e92e2916324482f923d4a0a0ac6105f43846806af8f77a2335f2bf0'); +INSERT INTO messages VALUES(234,310043,'parse','blocks','{"block_index":310043,"ledger_hash":"df116ea1fcf5f968644dcc97c1149f0ef6061b188fd56c27152543256ce79009","messages_hash":"3d9ea76ab4d891ee470971e5ad87d3a3f136fe0f8462047c9c45f3fc39643dce","transaction_count":0,"txlist_hash":"eafb7d2cbbb2d1afe4a3eb65ca6bc7be653d7d824238264082d2c5e382757e54"}',0,'BLOCK_PARSED',NULL,'3394f4860d342132b13c16beda987676fd305aea23d594590d5605da32590e2e'); +INSERT INTO messages VALUES(235,310044,'insert','blocks','{"block_hash":"3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b","block_index":310044,"block_time":310044000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d7a94af623c86adf5146723885469401319f1e56c1f56d70a0aaacdfec8bac30'); +INSERT INTO messages VALUES(236,310044,'parse','blocks','{"block_index":310044,"ledger_hash":"c12cfaa984bfb34e781ac93848a87cdc0318c45a1cd9f02d31f5c3a4abe8d918","messages_hash":"9cd305c1b5f768d4dc887ed02c36d54f94aa8c9b5e832cfc9415df09caf91e8d","transaction_count":0,"txlist_hash":"61cb811c578f90cd6cc9f6963ff80c280f6ad0edb53fe53dd3075a8818404fe8"}',0,'BLOCK_PARSED',NULL,'e68c5b83cc2ed2fe4e1cdfd988b0565f748dff38ff9b38b8c513a70541e059fd'); +INSERT INTO messages VALUES(237,310045,'insert','blocks','{"block_hash":"7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98","block_index":310045,"block_time":310045000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6b81bf4b289aa78cc7cb64f4461ffab1ebd3f6fe83af50c419529a0d0da3e79f'); +INSERT INTO messages VALUES(238,310045,'parse','blocks','{"block_index":310045,"ledger_hash":"999a9ed2673de2db7637e22eb8a1876e0c794e90f09cdd76d1442e56ae12b1c8","messages_hash":"9a4e257e781b8f3d96a76e69e92338e5c66b805bbbb8e81d7d52e19c61d8f94f","transaction_count":0,"txlist_hash":"ce9e3f0524576a630ed0154cf69c7798065a001e6752c4f369c30b06aebbe378"}',0,'BLOCK_PARSED',NULL,'fe5463a5e8e2ae5676be88923316c93ba38fa03a3979677397c397a64d79935f'); +INSERT INTO messages VALUES(239,310046,'insert','blocks','{"block_hash":"47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6","block_index":310046,"block_time":310046000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'311a694e6228fd0c44fd56c5232dba4901d9831b774c21f2ed6235672d01f658'); +INSERT INTO messages VALUES(240,310046,'parse','blocks','{"block_index":310046,"ledger_hash":"240c9a2f6dc918ed868abfb5de6838d7a17f02263fdda0ccd3c7481c09e155d1","messages_hash":"3d487455df0322de9d045172a07523445d476ea877f1c371b4d98db1741aec35","transaction_count":0,"txlist_hash":"4f83f9bc531841759d1071a92ccda5d898af693fc88db0de16b2d2ca09630d59"}',0,'BLOCK_PARSED',NULL,'1b96a176175738bcb37599c1ba313967d2bb246cbb1500ee8f8dc7b498420efd'); +INSERT INTO messages VALUES(241,310047,'insert','blocks','{"block_hash":"a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075","block_index":310047,"block_time":310047000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5824cbde66fad4e1a088cc98156dee0f56c8a7c995937707d2de9494b63df095'); +INSERT INTO messages VALUES(242,310047,'parse','blocks','{"block_index":310047,"ledger_hash":"79836105e355e25afd709d15632e2c0d1ab53ab251cd3750ffee9fea4a2605b8","messages_hash":"693fb9977d8f10a57e4475e3101fb52af7719804ba1ed6a9dfe764e18145435b","transaction_count":0,"txlist_hash":"b17c5d4fc0eef05c315095d265b324a0ea7dee28145d7b4e251a944b4b6a16fb"}',0,'BLOCK_PARSED',NULL,'e6dcdf0f7a026effcfd985a63adb92d59d5adeeb07dda690a758ae59c62bb2c6'); +INSERT INTO messages VALUES(243,310048,'insert','blocks','{"block_hash":"610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309","block_index":310048,"block_time":310048000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'12388e2392f21bcbf19ed249a493ab7a8cec2414a70fc03b0f8dc420b2601196'); +INSERT INTO messages VALUES(244,310048,'parse','blocks','{"block_index":310048,"ledger_hash":"6bf0789392e97311c4283d9f748b37effe7b0d1678076e30ce5725eff345a8c5","messages_hash":"d80a0d41f3a2492a63090f4bf69c1891066c77dfdcd4684535d15e899bd8fde3","transaction_count":0,"txlist_hash":"f9f7ec8bdc9301d4ea41a099d04f84631badad709fdbdf43582327f183102590"}',0,'BLOCK_PARSED',NULL,'417bcfe4b829f89689cd33091a58ab308e84497e5ddd6e5878e43f3da7ebf972'); +INSERT INTO messages VALUES(245,310049,'insert','blocks','{"block_hash":"4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c","block_index":310049,"block_time":310049000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'12654ad4fdc7fc1f4eb21c8046c089111ff9bfa637fbdc50f69c18ce27cddc80'); +INSERT INTO messages VALUES(246,310049,'parse','blocks','{"block_index":310049,"ledger_hash":"1842c46a03800f5e191cb8d641aead6bc80e6d25c2ec826f3a5df426059cc1cb","messages_hash":"a6d6ba30c64ee9203e6ec9ddcae6eb9045f278b6573de45d1b09c4a495468465","transaction_count":0,"txlist_hash":"458e51569acd6ef757e0b36ab3f558e76f239ea3bfbf1b0ce7824f39ec5ac23b"}',0,'BLOCK_PARSED',NULL,'9c3195c2b4a6923b8ff46c2857c38ff723b5f307457b78a0c63aa332907e31c7'); +INSERT INTO messages VALUES(247,310050,'insert','blocks','{"block_hash":"8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348","block_index":310050,"block_time":310050000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4ee294d5c536e6fe1a0ab4a35e203bdc525621d7c54cd0bb1daf7ba9c608996f'); +INSERT INTO messages VALUES(248,310050,'parse','blocks','{"block_index":310050,"ledger_hash":"d424b02109320491b2d32388869d6468ab1fca26d4bf72374cfef729efad866d","messages_hash":"9fd87535312d33a27c54716e0562e1e5c672b984f88da47bf80a78b9992e175f","transaction_count":0,"txlist_hash":"53e0972193c4f689d3a7216f22607a9b0cb7b8a9f43f144469bfbf25f59edb09"}',0,'BLOCK_PARSED',NULL,'fa8df8c096ce85e34739b6d4621e5d4819ce06275fc7031ba75dc670f111cce2'); +INSERT INTO messages VALUES(249,310051,'insert','blocks','{"block_hash":"b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6","block_index":310051,"block_time":310051000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cc922fd98a9171a04afa42dc8fd58b3a2db0eb97f2765822f2b2e970d7ba7fb1'); +INSERT INTO messages VALUES(250,310051,'parse','blocks','{"block_index":310051,"ledger_hash":"d1db4181403136b41168ab7786831f2fadfc418a05b7477246ab097bab531859","messages_hash":"8e83b7f30dfa116530d50e5942a2f4d83325a44408edfc0e7851b2dafc766f21","transaction_count":0,"txlist_hash":"89bbd06ca16ed2098ac6b7accd2296b4e0a2d8236dbf1cc14137e90ebad364e3"}',0,'BLOCK_PARSED',NULL,'c84b92da7e766da59ecb959077b3cf913e4a490042f707e8bb86f422c3997ea5'); +INSERT INTO messages VALUES(251,310052,'insert','blocks','{"block_hash":"0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2","block_index":310052,"block_time":310052000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8f6cc5c5b72a4d8485ed4f191af28b8d082bfec8fd2e8a1270b490edff3cc5c9'); +INSERT INTO messages VALUES(252,310052,'parse','blocks','{"block_index":310052,"ledger_hash":"97fdb6b2c8e636d23109a67af55ab4bb30955a84073274de3fdc788074dc1b6b","messages_hash":"d42e5beb818234a195ac63a7611517d3a4fcb2b1bf0e2e782ae53d295989cc39","transaction_count":0,"txlist_hash":"8b8739b799483eb556e0e32f92cc092c349bb2bcb87044e88e762d55d6f1b033"}',0,'BLOCK_PARSED',NULL,'8c0a375597873d6cc8a54146d6286c1b925aa1a133ca014d530949f51e7cc304'); +INSERT INTO messages VALUES(253,310053,'insert','blocks','{"block_hash":"68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f","block_index":310053,"block_time":310053000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e95485e55842e3faa995e27e23456dc2fad872399d62354fac3de640f45087ae'); +INSERT INTO messages VALUES(254,310053,'parse','blocks','{"block_index":310053,"ledger_hash":"0506be4f04a22058504406210af3f1475dbf6d6834c1c1b7f6ac0fe013b47363","messages_hash":"079834ccf20e7768ad65bc7da1c85c760f8432f9c3ef8a83417fb866dc982794","transaction_count":0,"txlist_hash":"05673a7bf2fc7e9a5daf3732cb03bcf43712df43ef7ecf1bfe89d18f54726b6b"}',0,'BLOCK_PARSED',NULL,'5e72a436d4b6b6839e6a76636d6d3a7a7bf951bb432ab3b94babc99cfe82ef83'); +INSERT INTO messages VALUES(255,310054,'insert','blocks','{"block_hash":"a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305","block_index":310054,"block_time":310054000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1e9d873c5363502145b357d01bc78775d124735178ac961b03e687e1d0cc6f4d'); +INSERT INTO messages VALUES(256,310054,'parse','blocks','{"block_index":310054,"ledger_hash":"3dc7894c1368c9ef5d32a95fdc292e7de8237b73b61365a25b9d0da95eedc2e6","messages_hash":"6d525188b3bfa2241ca55f2ed501155a5c85e087f6f61125545220257daf4db3","transaction_count":0,"txlist_hash":"4651aab35442e5ec1d79ba6422ca0c2b0df02369ee49b33efe1ef54e2ebc7080"}',0,'BLOCK_PARSED',NULL,'842977e854bbab5c53023b7eaf9ddc244bccb2426efa4cf9c64c65ebdbb38ad7'); +INSERT INTO messages VALUES(257,310055,'insert','blocks','{"block_hash":"4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356","block_index":310055,"block_time":310055000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ae5eb52fa6f82a5317c35c9f947c44c93a8404ab4b03fa789d44a8a2f1c5abec'); +INSERT INTO messages VALUES(258,310055,'parse','blocks','{"block_index":310055,"ledger_hash":"a9ef2c8bf3a88c326d2bdd722c3d82ed4f4c10b65620b136d4b893ed93174795","messages_hash":"ae6c1ab781777fa8a12ad5a872ce178446bea986c16c6fa67efec2c2f0d44f82","transaction_count":0,"txlist_hash":"d826fea28c0f5e82a6fbefae4d6885a0a49a3180d3c16d6eeb4faff9f57d4d89"}',0,'BLOCK_PARSED',NULL,'c89060b68b1c761f3c90816705cc71be4994e0f76971298062e16d912aff3f00'); +INSERT INTO messages VALUES(259,310056,'insert','blocks','{"block_hash":"7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3","block_index":310056,"block_time":310056000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'20699f15002bbbcafe0981cde40d085621d10bc6e20beb0eb563b840a989e0b7'); +INSERT INTO messages VALUES(260,310056,'parse','blocks','{"block_index":310056,"ledger_hash":"13b76edecb04a9733107d5c21420ee20424fd463dcde2ea98424ad99ed3383f0","messages_hash":"af8b620a50595adb374668f7695788505ff96b0b92c6ca55166656a5ae8bc949","transaction_count":0,"txlist_hash":"fe620dd60bf5b6f3c610495735deca47cdbfcbb510975ebba2f68c7df6d32a15"}',0,'BLOCK_PARSED',NULL,'f6d68e711aa58fad87eed28bf86dbb4914fe12350927c6305760a28daff3fb83'); +INSERT INTO messages VALUES(261,310057,'insert','blocks','{"block_hash":"4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411","block_index":310057,"block_time":310057000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cba7c24f11988a986a6c232b890775c4e202950e84b2c5f7960c84dab0426870'); +INSERT INTO messages VALUES(262,310057,'parse','blocks','{"block_index":310057,"ledger_hash":"41c8a47d7bc4e73aa2f09685acb9fac052c5c55764ec3a8250abbbcde40dbe90","messages_hash":"e9c31653c52d123e95c3dc7ec0a8f3f5e50f717d2a6de0fd540140c9561546f4","transaction_count":0,"txlist_hash":"553ea196d7a1045f71dc6261cbfe4b84c78b7dc37de89b8865f4d385cbb42863"}',0,'BLOCK_PARSED',NULL,'838e57fb1b63817218d751e20341c4104c48170ca764b98aeaa6645f647c0049'); +INSERT INTO messages VALUES(263,310058,'insert','blocks','{"block_hash":"a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f","block_index":310058,"block_time":310058000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4f7ac6e6989779e8be71532acb13dd50f8b15bffb2c42deaab6b2a54433db534'); +INSERT INTO messages VALUES(264,310058,'parse','blocks','{"block_index":310058,"ledger_hash":"0b8ec211d258206ab8c318c079d9deb33d444a7086d5a05aaba97abc0be137df","messages_hash":"79d56bdeb7472d08605244cdb9119fadc7aac62aca530e943738afeb7ceb61e3","transaction_count":0,"txlist_hash":"c3fd7824c9b8413f24feb96ca676285447a980d684f730d10b81c06a440fab7a"}',0,'BLOCK_PARSED',NULL,'8158efbde262f5eab8dc4be7f0fb8a84f55c02ef583191d5874749f60da64eae'); +INSERT INTO messages VALUES(265,310059,'insert','blocks','{"block_hash":"ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9","block_index":310059,"block_time":310059000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'006f4b6652e9da996f1924bbea11367ba01976c8e9adaf2a7f9d6d2ba7f19045'); +INSERT INTO messages VALUES(266,310059,'parse','blocks','{"block_index":310059,"ledger_hash":"f5c2686408577854893d11b02f52d8ea917e90777dddf67c98aabb36a3339b6f","messages_hash":"014a1474a2ea0b3652885f06cabe03ab9990b43c83c1f1e4c2a6bb9e378b630e","transaction_count":0,"txlist_hash":"3f73e1d36c82dfc8ee58f83502643d962ba6558cbf0fb46d83fea966b5cdfc59"}',0,'BLOCK_PARSED',NULL,'16e06377a96111b63eb12506876b9a0b0e9285a13bfa00b1d4154d1ba40c6aef'); +INSERT INTO messages VALUES(267,310060,'insert','blocks','{"block_hash":"974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b","block_index":310060,"block_time":310060000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6b3065f6e088658148a815c0a6422ed6e565e3a235ad9011e9f4931bd520475f'); +INSERT INTO messages VALUES(268,310060,'parse','blocks','{"block_index":310060,"ledger_hash":"b80d446905550494f56f4f8240b501d593b0d0e63b5d98a09e180b1a0a68e3b1","messages_hash":"6165ec12b3fd4d3954996e4c57b39b827aa6f93a4023b8dc005d093cd4fd4c50","transaction_count":0,"txlist_hash":"f1995db5beea80756d509ddf79d3467bb14ae96b0d151175499030505d1f648e"}',0,'BLOCK_PARSED',NULL,'dd00a4e4f00c4394fb62785398b278dc02fc7b55234e848ea317a5066d0fd1d6'); +INSERT INTO messages VALUES(269,310061,'insert','blocks','{"block_hash":"35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf","block_index":310061,"block_time":310061000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c01f66d408a37e73179770ec00baea1d088a7f8a29d2a65aff3a7c1c1503c6bd'); +INSERT INTO messages VALUES(270,310061,'parse','blocks','{"block_index":310061,"ledger_hash":"41b30d23becc727151698b29a1bb733e45ae5086683c5256d073a6f817baaf49","messages_hash":"94cf0f774146cee23e9bf34a79eb92d2c1f4b883d0eee21fd954c6226f38c184","transaction_count":0,"txlist_hash":"de6a4e6bbd49de2001ce26387040970beeb7062b4e16911757204d2745f6c409"}',0,'BLOCK_PARSED',NULL,'858dc3803a5020536b69aed28dfe22e1b9e6bd535b8ce8c55017d60e4636cd6b'); +INSERT INTO messages VALUES(271,310062,'insert','blocks','{"block_hash":"b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f","block_index":310062,"block_time":310062000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cb27909f9058c0e4f2231feb6f222a5f51e45cff351ce3bee75b2fbcb0eef1c7'); +INSERT INTO messages VALUES(272,310062,'parse','blocks','{"block_index":310062,"ledger_hash":"f873f47e89715e965c98e92616339f8ff4200f6b8ef5cf747e8de2d101cbde02","messages_hash":"8d863993502dca1b000e61cce7b55dc35244d0550f2f2c2fc7a151628ec83873","transaction_count":0,"txlist_hash":"f2954d07588b07ffc063170f43afbb12548fe61584575a979526d28dd631edaa"}',0,'BLOCK_PARSED',NULL,'201420c46907d9f92092ddae16d9c47284e7b8c5488d4b373b1383484788b165'); +INSERT INTO messages VALUES(273,310063,'insert','blocks','{"block_hash":"0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe","block_index":310063,"block_time":310063000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1569dbebf9fe3a22c1268b47779cfb47b82d8587c0a553ba9416f0997ed9c57d'); +INSERT INTO messages VALUES(274,310063,'parse','blocks','{"block_index":310063,"ledger_hash":"14ce21ebfe6a00eccd7bf1aac2d5cf122441d2ebe8c0f5fd6dd14a95b5a209b3","messages_hash":"f27bed89de2fd38d175dbd6dded5ea4bc5086fdb0e7d36d1ebe3f6c99a03662d","transaction_count":0,"txlist_hash":"96b5675e5c3a3b66d7e2bd3424316119cf795c17bbbf2c8677b66872e4659574"}',0,'BLOCK_PARSED',NULL,'7a926c2a49f90d495320019769c889ed6582ff9a8b24ea9d1313272234b90db1'); +INSERT INTO messages VALUES(275,310064,'insert','blocks','{"block_hash":"e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30","block_index":310064,"block_time":310064000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8a349b112dc2094b4d88a600c521c8c38b36527fc41ab07b5a31aab034399a75'); +INSERT INTO messages VALUES(276,310064,'parse','blocks','{"block_index":310064,"ledger_hash":"adb05bac5e7f1e6a1679d5c51f252dc877ebd99c2b73a56df69a9c848cef98a7","messages_hash":"a0c152e2c4a3c54d8b006753fbb26a8432c5933eaff64cc6aea1830c9fa52631","transaction_count":0,"txlist_hash":"243e437b3c00d8106e8c9c2cb08d22376e8a16bd3b62a8b62b86128ddd6d139e"}',0,'BLOCK_PARSED',NULL,'103e105d8c92df97a1d61241c21d011f2a77b4f35a697c7c3c82bf9aa16e194b'); +INSERT INTO messages VALUES(277,310065,'insert','blocks','{"block_hash":"8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a","block_index":310065,"block_time":310065000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9441424fe268a8b9bf38613a966e203b9f7704207ddb3299b06d14af58bce098'); +INSERT INTO messages VALUES(278,310065,'parse','blocks','{"block_index":310065,"ledger_hash":"9065476b6b2cfb122888e036cea71d36f3d5f7d6c72451c63d770b40a4560fac","messages_hash":"ccdaf545171aa6115cb55777a18c174567f7f52e4ae7b3bc469b5e3fec29d119","transaction_count":0,"txlist_hash":"4af47a042289756821ffb0b14aba38fcc8c972fd254220d3991b05642df641e6"}',0,'BLOCK_PARSED',NULL,'d7a9fcc6cf94a69c8680decc4f5133f06bc7f976692088e93f69f62d08f97fc3'); +INSERT INTO messages VALUES(279,310066,'insert','blocks','{"block_hash":"b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d","block_index":310066,"block_time":310066000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b8e497458295d6d86fc496a9052cc0c000ae12ee63d419e495f548c7eb391201'); +INSERT INTO messages VALUES(280,310066,'parse','blocks','{"block_index":310066,"ledger_hash":"7d5d369827ec0cd44743ed9a519d45003789ff8dc2e511191d2726e1482f58d2","messages_hash":"ec19926d2d7f474e2407b7c7c98c03016ffc719e250a8b757eb2a4e0540cc3da","transaction_count":0,"txlist_hash":"4d61dab0197a7a3f452f3751a92cb1f5378106a13be0351f0f8942d011da097d"}',0,'BLOCK_PARSED',NULL,'9e3b41454c0a7fd900bc19555581863cc912e1951c194fde4537ac5de1fa1d9d'); +INSERT INTO messages VALUES(281,310067,'insert','blocks','{"block_hash":"8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577","block_index":310067,"block_time":310067000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ebb642c85f19621a72ae7aaaf60248b4c3ae490e545f0417de436d88f90d111f'); +INSERT INTO messages VALUES(282,310067,'parse','blocks','{"block_index":310067,"ledger_hash":"301b22a9338d5dd39bbebf6bf518ac53bbb8e1cf7469322484cbcee2fee666ef","messages_hash":"c9e9fb0d69c92d3c455f3e7e3f4f476b54aed4df35e7c5d41016212870ceff33","transaction_count":0,"txlist_hash":"ae0cf0361293deb7b8903f20aca2410197db694ea3aff0aec3b635690168f5a5"}',0,'BLOCK_PARSED',NULL,'151c2b363f32032ba5b084920fda0e4b817e1b425b1e6a4081c9c80c56f20079'); +INSERT INTO messages VALUES(283,310068,'insert','blocks','{"block_hash":"9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5","block_index":310068,"block_time":310068000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6d67a3ebd9108021a3f933bb7baa8670c7d8994a25056da252fbac95205a7b40'); +INSERT INTO messages VALUES(284,310068,'parse','blocks','{"block_index":310068,"ledger_hash":"fc281736e1dfe5a89a9a3dd098565c645904a4ad1626dd70ac8e9bc447dfb8b8","messages_hash":"f913a418712b998c29ba2ada5971cb664b9fe9083f92a40e3a1443bbef9f944d","transaction_count":0,"txlist_hash":"460295c507a33a24231d1f4c760e5987b54f29d1e17bc97959db2a712f0339bf"}',0,'BLOCK_PARSED',NULL,'8aebd7f62562d23ab33bb8da53509a06a1aa7f91bb21c48f5a0d24ee0317e81d'); +INSERT INTO messages VALUES(285,310069,'insert','blocks','{"block_hash":"486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7","block_index":310069,"block_time":310069000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8ee2dc81b8162b354f797bcd2fb43921eb002a53ecd327a310926eeae3a277f2'); +INSERT INTO messages VALUES(286,310069,'parse','blocks','{"block_index":310069,"ledger_hash":"b0249a0dfd008a4554adc24085d3c5f44278403cbccb44ba27ee354b23c5627b","messages_hash":"c955439b3b5658f0cf60ae57b9319b457306b4b95ba54f2a294a5bc73229fda7","transaction_count":0,"txlist_hash":"d07500b12517493106b918ff5b6c96c371bc10bb3699eb279647539ea7ab1fd5"}',0,'BLOCK_PARSED',NULL,'71d3f31e4a5a733b4ca5be9455cda76962df49fe1d7b4959b77fc0e99ba11c21'); +INSERT INTO messages VALUES(287,310070,'insert','blocks','{"block_hash":"8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5","block_index":310070,"block_time":310070000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'77f8639d9343a47e4db97c44636292847663c77a6319e258be5d556d8431c2b6'); +INSERT INTO messages VALUES(288,310070,'parse','blocks','{"block_index":310070,"ledger_hash":"d34051879c8db679ac5c49e50edf2085d0ce88dfc1adb971e7b097c0177854c2","messages_hash":"ed784a11e26ea2f062fc16782597106ba946e824049cd4707c4b03d1fc8c0f76","transaction_count":0,"txlist_hash":"874e494499820bcc0ba41ac5cd1bd153ac1772f730c9b842b77b289adbb2c2f5"}',0,'BLOCK_PARSED',NULL,'57558e85d69f5c3989d022a5163290de0385024722c2cb6e97968a3cd867fa06'); +INSERT INTO messages VALUES(289,310071,'insert','blocks','{"block_hash":"7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b","block_index":310071,"block_time":310071000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'57d2be4e1d47c32b01a7fc9cef0994a289501de23eebba8cc5db96b2f5877e06'); +INSERT INTO messages VALUES(290,310071,'parse','blocks','{"block_index":310071,"ledger_hash":"0186c5312af19576cc628a85014ce7c33892dc23b5352c8ff5a0f230adfe263b","messages_hash":"ececb2ac05d28c7fb319536c3985987518d0d748b183b8a29d363cde9f475d3c","transaction_count":0,"txlist_hash":"01342c18caeaea6b35f2d815b9aeffbd92228f6ad285103faa13cb25171fdfc6"}',0,'BLOCK_PARSED',NULL,'a12f20d87835b6b1c5cb2a4565fc460bd91ffd1a2c49997decd14c28707c5e4d'); +INSERT INTO messages VALUES(291,310072,'insert','blocks','{"block_hash":"7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a","block_index":310072,"block_time":310072000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b464335b099484e3cb5cb34179fec15be14777958ed9d9e64fb5dc9bc92293cd'); +INSERT INTO messages VALUES(292,310072,'parse','blocks','{"block_index":310072,"ledger_hash":"5376530512d61c3967f21cf01418d317ed072976119b8583fefaf3991b93d8b2","messages_hash":"e3b7f8178ca271704ea4a219468e85aa6d3a35315a7eaa9445790e9a3bcdd142","transaction_count":0,"txlist_hash":"72a7d63ad0b15a401210b197da00ca549b6e8c80d8eda1650cf9017bcbc92532"}',0,'BLOCK_PARSED',NULL,'715ffeda1076987be8a64c5435cf08d1e5dcaee2a440ea8b350dc1763d0d7bb5'); +INSERT INTO messages VALUES(293,310073,'insert','blocks','{"block_hash":"ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943","block_index":310073,"block_time":310073000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'681c62d4213466dc36561e952d6a6c4e36b6b755b04db66ac4b29b526a5a4bcc'); +INSERT INTO messages VALUES(294,310073,'parse','blocks','{"block_index":310073,"ledger_hash":"d15fe704fe5de58e9203ff5ded50218a1a01609b65a1a259aec510b8b9e6d690","messages_hash":"35ce2412358e78fcd65231ebc8b80be10faa8c7d4cb8183065dd315c71098a5d","transaction_count":0,"txlist_hash":"924753a39229b5005b684c4b2dd111b6233347b89179f2fd2732d256b960ace0"}',0,'BLOCK_PARSED',NULL,'1a57b15583d48e88756c13b70ad463d7670cdbf4177e2b3d28512eb263c59167'); +INSERT INTO messages VALUES(295,310074,'insert','blocks','{"block_hash":"ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb","block_index":310074,"block_time":310074000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9050b8331bc1e1bd1e66b502c2232f261d9838f9679223ed808b8c4a4fc83149'); +INSERT INTO messages VALUES(296,310074,'parse','blocks','{"block_index":310074,"ledger_hash":"61015667044d0dddac3bdb16db67faa6ebcb71758101bfad898fca8ed183e7c3","messages_hash":"ecad0540edaf6f401cef308697f135348d758f4cc2c2ca55813062925cc7e401","transaction_count":0,"txlist_hash":"298ed692f21afcee61b06fd853cf07e5707dbd63a05f0caff6b6a177edc3b613"}',0,'BLOCK_PARSED',NULL,'478665a5e26d34a67394566d08c523b550d77e2be6a33ccfb8035965690705c1'); +INSERT INTO messages VALUES(297,310075,'insert','blocks','{"block_hash":"ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b","block_index":310075,"block_time":310075000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c6895cc46cc205e39a92ccf620cb7bc6e89025d029381089e34aae6a37dda6dd'); +INSERT INTO messages VALUES(298,310075,'parse','blocks','{"block_index":310075,"ledger_hash":"5dd06f32075c46b6e573d73f12c1c31cf82cac5d1588bbdf302b8fe95c4b948b","messages_hash":"59763bb75ed0bff412b1fdd0b1aa3460cb530b5a0aff6c32840207c2a0b8840e","transaction_count":0,"txlist_hash":"528e4b6aee88202f84f9f2b56611d0aba2336d925b8d8fe47039504e6eea1ebc"}',0,'BLOCK_PARSED',NULL,'3bdcd4f2258819b1abbe502c3ca8aa5c70e0846aea6a215217bccfb8965de4bd'); +INSERT INTO messages VALUES(299,310076,'insert','blocks','{"block_hash":"3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92","block_index":310076,"block_time":310076000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b91a8a9b2f3e0590ad08b30b70759365e6fc26200416bd83f7849e3a5ebe73ae'); +INSERT INTO messages VALUES(300,310076,'parse','blocks','{"block_index":310076,"ledger_hash":"8e1782c2f35a07fcc4c57b34b2226b70cc4c7af2761386f38fc8fd74d53d5e60","messages_hash":"b9c92d45db713bc7b0fa639704c621702fcc2f01f16cbd8d19a558e5c34dd986","transaction_count":0,"txlist_hash":"76682f0ffbc6b86d16fbcec967a7562f6f12558c12aa3d9abd8779f51cc870ab"}',0,'BLOCK_PARSED',NULL,'3162f59f3b586ee17a0a4c270fb100fa3fd3407270486b294133439cd729e381'); +INSERT INTO messages VALUES(301,310077,'insert','blocks','{"block_hash":"d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd","block_index":310077,"block_time":310077000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5c6ed876ddbf1bd7877f4026bf01335ea7125ca37e88bbc7fe7eedb483018fca'); +INSERT INTO messages VALUES(302,310077,'parse','blocks','{"block_index":310077,"ledger_hash":"6469ff80c3890d274817d30602f33d5d4b0a7c0a9e3b85100d21d7b38d894efb","messages_hash":"2abce35638cb50dec34d29cb44a9f6b838c6bc2ce72cf5b385841b70b40069ec","transaction_count":0,"txlist_hash":"187e9ae8428d46b7f8c8d652ab31dcf7c86a574cc781714a71784857dc0d1365"}',0,'BLOCK_PARSED',NULL,'24f2152d665b0245483545aa57a71d493eda013aa8492e9b49d2625a4926956b'); +INSERT INTO messages VALUES(303,310078,'insert','blocks','{"block_hash":"f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6","block_index":310078,"block_time":310078000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dd6fce5a35ac454beced05714e79f3396ac9b75531d541b2aa4718fcf96cd4ee'); +INSERT INTO messages VALUES(304,310078,'parse','blocks','{"block_index":310078,"ledger_hash":"3ca73c2bf37c694281938a0599335633dccf0284a027f5f3b8e17a9e68cbcdf0","messages_hash":"82b9bc36f9787dd2a1471a18552895ba38f9892d2453aa123ed22f6845913a10","transaction_count":0,"txlist_hash":"f7830250755fc0566ee5162a06e7308b51c9c0a7a951752be6cff224806a90fa"}',0,'BLOCK_PARSED',NULL,'36a1c443592f3c9c1ebd7f69ee4a14cdf9818d6c760a41a2752b1acc89e69b0a'); +INSERT INTO messages VALUES(305,310079,'insert','blocks','{"block_hash":"f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c","block_index":310079,"block_time":310079000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0fd1696d35054db62d2061595641a2dd42a7543ac72349f1a15b182da3c4fcb3'); +INSERT INTO messages VALUES(306,310079,'parse','blocks','{"block_index":310079,"ledger_hash":"ae4a36e1ce7d5e11f059301684573cddce85b70ba69188a116e0611ceba5c140","messages_hash":"bc3b1feaa32c52826212c53e9fd5684765fea191c45ce482ca1d59eabc2b4990","transaction_count":0,"txlist_hash":"8d3b4ed30546c5f19f5522a0f57a86c29159ce27bf9e1e183a5ecffd9fbae8a2"}',0,'BLOCK_PARSED',NULL,'9a2f209a87317bfcc98f48fc6730ff5895582fa6d0e906c6e5ab723171226198'); +INSERT INTO messages VALUES(307,310080,'insert','blocks','{"block_hash":"42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c","block_index":310080,"block_time":310080000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6633deb7e4724cf65a462266fe7499cce472003a1b17af77aefa8e3db0df267a'); +INSERT INTO messages VALUES(308,310080,'parse','blocks','{"block_index":310080,"ledger_hash":"c2c0b96c64f1ed555c8553da976e0fcc3a5ef403819ceac49cf22b476281ced1","messages_hash":"7d1156b942fe166e43f8b8e583f7ebdc19b9aac2f221eec02f080550d00ccbce","transaction_count":0,"txlist_hash":"d9ecf83f3f9f40246bee151938855fce34e0f9c636a5c9c2c80c896eb59287b9"}',0,'BLOCK_PARSED',NULL,'482b108b967c4c2ac7bac7fa045c018c732526f3245bd2cd9f78271428ad6f4d'); +INSERT INTO messages VALUES(309,310081,'insert','blocks','{"block_hash":"6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4","block_index":310081,"block_time":310081000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'321c08a6c3c06dc318ab315475a71fb2ca659256b34a51152b0e531030037001'); +INSERT INTO messages VALUES(310,310081,'parse','blocks','{"block_index":310081,"ledger_hash":"88d1b09f8141b90b44740e4618422298f8a64f2b3d11230c6b04084ef8d11b2c","messages_hash":"4dcf39c6448771513c9f654fa17bb94929aa952894184c3022dc5ac39ce39bcc","transaction_count":0,"txlist_hash":"49e2f64485ac3ef523a079732bce9b2197384e2abfb3a4ad9340bca5a7179e31"}',0,'BLOCK_PARSED',NULL,'14ee06008dd6c8fa5406e06e98ccae9113c32e7a1aa3c1cc645136e123052146'); +INSERT INTO messages VALUES(311,310082,'insert','blocks','{"block_hash":"4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644","block_index":310082,"block_time":310082000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'633213975143048cd031bba61221c7ffb51f8d263f334d0a30b42bda16d8dd0f'); +INSERT INTO messages VALUES(312,310082,'parse','blocks','{"block_index":310082,"ledger_hash":"dab22ae7a9216033777136cbbac87a3597cf6478a2fd008260caab3cad0cde3f","messages_hash":"c4fd44c237bb4e27df65851da1fa59b17e3af834ba4b8b8beb7933e077528240","transaction_count":0,"txlist_hash":"5406c6e3c63633910da82fc039c525dbeeb1aa818dc450a9d34d43084eef680f"}',0,'BLOCK_PARSED',NULL,'0be79a5a93ab074d646ab670475f2da28acf8478a313597a4c0d3916dc27e94a'); +INSERT INTO messages VALUES(313,310083,'insert','blocks','{"block_hash":"9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850","block_index":310083,"block_time":310083000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7023ad616596e84d59e17a9ac77d9eb802ce52214d527bf1ac36d1c5ca6dcde7'); +INSERT INTO messages VALUES(314,310083,'parse','blocks','{"block_index":310083,"ledger_hash":"a185e60dc97d19a211b0dfaa3f3da154956499b4af146751bf1d776fc68c15b8","messages_hash":"ebf8656f7bba4d40f3286ad32d91ae3b918214bc939dfb802bd4a2d9c5ebd060","transaction_count":0,"txlist_hash":"76e009b37822fc739a1e4abccf9f908a5fcdbed7fac540a719efbff8ebc694b7"}',0,'BLOCK_PARSED',NULL,'ad09df7b971788fc7bd6f3e7bf6bfd10e2967ba94b4fe08bf897dc6c4ee3bbce'); +INSERT INTO messages VALUES(315,310084,'insert','blocks','{"block_hash":"1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3","block_index":310084,"block_time":310084000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'36cb1468c6778f6a079f807d348393c4a8b7ce38cd4148573d4333763aa9fb61'); +INSERT INTO messages VALUES(316,310084,'parse','blocks','{"block_index":310084,"ledger_hash":"622c574321be176c535fde918f319e10cfacaab383978be51406334303d14a8d","messages_hash":"657613bf56e2295ce59afb06709c5877b8ea2b9a1a9fed75bb1c0141e320bf41","transaction_count":0,"txlist_hash":"f3a3c37d89eb008f2194267a1eb5a7a52e9443f8b1f5fe51267d93a57eee27c7"}',0,'BLOCK_PARSED',NULL,'c4383ca3881e189821ccfcf6ce7a7eecc077801e30c10360d6120c2a262a51ef'); +INSERT INTO messages VALUES(317,310085,'insert','blocks','{"block_hash":"c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34","block_index":310085,"block_time":310085000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a3986e576f0d1f0ce5083ba401daa62e822a08d2ed414dc546dcfa0471617d9c'); +INSERT INTO messages VALUES(318,310085,'parse','blocks','{"block_index":310085,"ledger_hash":"5556084b92f51175d4de4097fcd820a3c367c2f0630d3a20081296e892462d84","messages_hash":"ee3c724cdfa2153311f05d8c053791f2d30241e7b68f157337ccd4f189c53e90","transaction_count":0,"txlist_hash":"f284f757d004154b6ab9b9ee9d18281e6f8dd51f25f3f1fc7cc58450e0ba5f17"}',0,'BLOCK_PARSED',NULL,'81174997ec6c1deb6b7427741470b6acb6e0ee8076bc721515b43aed6b61717b'); +INSERT INTO messages VALUES(319,310086,'insert','blocks','{"block_hash":"080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78","block_index":310086,"block_time":310086000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'878e756bddbcaad6804bbd5904fbae13598b3126948ce2d0a1485936b0e2b2b7'); +INSERT INTO messages VALUES(320,310086,'parse','blocks','{"block_index":310086,"ledger_hash":"fc9dd8ef92fc7d47b187a75bd16e9698d61fa9ce6b4da7bba75982f59b0fbbc5","messages_hash":"01deb3d378d2a57c0d406f94b5cd3168397a45b536ee049713ef3bdf600cafd3","transaction_count":0,"txlist_hash":"e5f9da1d98725423a240687ba2985b42f8acb274ba0122b4e31e25c57619845f"}',0,'BLOCK_PARSED',NULL,'f2fdfd5a61f905432c3782fca2a74cc0a365b9200af976fceb779957798d78e1'); +INSERT INTO messages VALUES(321,310087,'insert','blocks','{"block_hash":"4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c","block_index":310087,"block_time":310087000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'af035e56055f47e05cde542a694853ae810860e0d1f16bc6e487f0a89ee689ed'); +INSERT INTO messages VALUES(322,310087,'parse','blocks','{"block_index":310087,"ledger_hash":"21f7329fa27373fba176043db9081b0d9f95f75421e5adce87177a3edffcedc0","messages_hash":"4a40d11d70cfeb42b1339423f9874509411addff5e5665c69f869479ceb09de0","transaction_count":0,"txlist_hash":"7935ee6c215a123367ddfae34507170148723d08f1963aad7e47b68520fa4e70"}',0,'BLOCK_PARSED',NULL,'b8b6364d830809661a55f290ec56d9d96217b7af27fcf5d98d0fc98ac8a9eb84'); +INSERT INTO messages VALUES(323,310088,'insert','blocks','{"block_hash":"e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3","block_index":310088,"block_time":310088000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'926c551e67c66f6e1522e7054bbacc5366b34ccbf722281b2e0743635136b05a'); +INSERT INTO messages VALUES(324,310088,'parse','blocks','{"block_index":310088,"ledger_hash":"19164a10a0602df57d1add2e3a31ad4eef9d3ef9e53e70174b44aa91de2d6296","messages_hash":"3e76edbc21c664539835d249a0359c6e33fec00963bbb778ee61a53f2006dc63","transaction_count":0,"txlist_hash":"d35a417416c712908cdfbeda76e261a55c605ff8091605a79d4d4fc986ae76cd"}',0,'BLOCK_PARSED',NULL,'0f3ba6d0ed996a7fe627f462758a41f2589968b545ecb2ee51190d7d31d516b8'); +INSERT INTO messages VALUES(325,310089,'insert','blocks','{"block_hash":"0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33","block_index":310089,"block_time":310089000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'19dce346f2e996d1f915bb5eafd143ae07aaae1ea302925167aad9d8ce598583'); +INSERT INTO messages VALUES(326,310089,'parse','blocks','{"block_index":310089,"ledger_hash":"87f1c713c5f2cd84fab28b996008900f86bf9eaad25ceedac1507348a949be7c","messages_hash":"1310f323ca9fc79038d6697527a430a596ef0960f9242c23a04acb86e755e276","transaction_count":0,"txlist_hash":"44c73622e27c362abf0460a5e0d7b836091523b763b6183cb9815cee30d66bef"}',0,'BLOCK_PARSED',NULL,'41a7f103706607bb067084600213d9ffce9a1b7cd83981fdd95a3d961612e5f1'); +INSERT INTO messages VALUES(327,310090,'insert','blocks','{"block_hash":"b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969","block_index":310090,"block_time":310090000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ddc4fb76f31a4aabe80fd412babce3cb60b8cb2d3c0486549cfecfd456aae0f4'); +INSERT INTO messages VALUES(328,310090,'parse','blocks','{"block_index":310090,"ledger_hash":"75264a6a628d669a60b4a8ca7e24b6b5ef1ad2c74d955b8325959f906c3bc337","messages_hash":"de69e49724fc6583404a7b504f2942750809cac3a2b746e6bf5aa9da9f0a2ae7","transaction_count":0,"txlist_hash":"c1771520c57b0c705c3a5f0d576622c8dd40c399e4946b63ba153af976b23b0e"}',0,'BLOCK_PARSED',NULL,'8ffb9ce5148750e69a5f9e9dd9d2b6fc8f62c98b83e9956db51c9a9723df9d30'); +INSERT INTO messages VALUES(329,310091,'insert','blocks','{"block_hash":"734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c","block_index":310091,"block_time":310091000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f3157e2cbb5adca7012cf8c2e3b33572c7922c96a5d5a1f28d7fc5ed50bffb24'); +INSERT INTO messages VALUES(330,310091,'parse','blocks','{"block_index":310091,"ledger_hash":"27914e38b3ca9d8444275e5c6d24b5cfe0b4093f7c645d5c1fc3c39e0d3a3c60","messages_hash":"02979a600f18f25fd090027671b4f9c278e2bf9cfd5e59b957fbc7423d8b8106","transaction_count":0,"txlist_hash":"329ae5ae96b71b9a116cb82d9518110e63d32a9dfcb6fece911201ab6c3a78c5"}',0,'BLOCK_PARSED',NULL,'47cc28ef857547dc83eead4c36ede7c2f170edd0b1295da29e2e47b25a2c5fa0'); +INSERT INTO messages VALUES(331,310092,'insert','blocks','{"block_hash":"56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d","block_index":310092,"block_time":310092000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8b88e69189a48bf640bc063414061b4bc7f0d8c1b0b144007635135d27948587'); +INSERT INTO messages VALUES(332,310092,'parse','blocks','{"block_index":310092,"ledger_hash":"eca83e762899ace4d990b8acb23183263df5f92be10b63aecab3518b340b975d","messages_hash":"af27fb5fcf84a05558828965b57e17171574a3e816387a79241474742ad5a880","transaction_count":0,"txlist_hash":"6183465e58c5e5ef0f359a032e98d12cd247ff080ae44dc7a90ee35006e74e9e"}',0,'BLOCK_PARSED',NULL,'7f750aa6340e55f868371bd2d8e0d0af0dc6aa76af11e929029502ac796a1b34'); +INSERT INTO messages VALUES(333,310093,'insert','blocks','{"block_hash":"a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc","block_index":310093,"block_time":310093000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4aefd2ef8d4782d5c030551cf8a7964034efdc5964790a5deb202eee7aa4db3b'); +INSERT INTO messages VALUES(334,310093,'parse','blocks','{"block_index":310093,"ledger_hash":"3544fab97fe90a35b1f52ba955f88a8149d90329986df38d97e12992201bb187","messages_hash":"d3a36d04ad68322c555db9b9879449ff07e3189026f310ee875dee48b79f98d7","transaction_count":0,"txlist_hash":"407c0451107403f827f434f3f8f8e3c9adb33362ab584802d87903afe3851f4d"}',0,'BLOCK_PARSED',NULL,'2e3fba2c7bae93aac0a34daf5880c38d2614a8d5951f1fbb54d179bfdaf8b18e'); +INSERT INTO messages VALUES(335,310094,'insert','blocks','{"block_hash":"2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23","block_index":310094,"block_time":310094000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d1d84eeac714c14d4064d060ba483a9fcb1fe82786cf492e0cc8dd744117c0c2'); +INSERT INTO messages VALUES(336,310094,'parse','blocks','{"block_index":310094,"ledger_hash":"df1e6d8f1be344f78c0b58baf7260c2abdbed3175adc45a122947815c08fcc16","messages_hash":"bcf0fb8348fa89480bae844ec8b5b8533c3332e1d0cac30d29ad62c75a2599f2","transaction_count":0,"txlist_hash":"d4bc7124f8beb9fe04930a1b19a66aef57669e6bf790a5d38441beefcc001dbf"}',0,'BLOCK_PARSED',NULL,'1809efd455e828e58ce722bdc5fd350453ed134c97f913ffb6e5c996e8519a39'); +INSERT INTO messages VALUES(337,310095,'insert','blocks','{"block_hash":"bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2","block_index":310095,"block_time":310095000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a09396b5ddfe75b1bf65eb3557906926a9841627d117b5165114685fc70ebd5e'); +INSERT INTO messages VALUES(338,310095,'parse','blocks','{"block_index":310095,"ledger_hash":"8b9febcfe1a9447f6a820c060f503dfe6e5c02738df4d9d63b007fe03847a6c7","messages_hash":"539f2ba6bcefe6044c95609af3365da11b899b4693d0a03e2c9d327a8c1e295c","transaction_count":0,"txlist_hash":"7038d6f46cc32e35793799e50fbce7bde13c52c379e3bea10da0e6443a221c62"}',0,'BLOCK_PARSED',NULL,'2641844eedb6789eaf2ef2bf698065a58d17485cf38cdac9a7dfe251fe443663'); +INSERT INTO messages VALUES(339,310096,'insert','blocks','{"block_hash":"306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f","block_index":310096,"block_time":310096000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4433f16861fd63f66252493526ad14863cb1f0d895dbdb0358a6e131f09a124f'); +INSERT INTO messages VALUES(340,310096,'parse','blocks','{"block_index":310096,"ledger_hash":"b927091b4cf42f8537058a9adbec3814b574c1e1ccd242fe44c5f3671a191304","messages_hash":"aa9348742e0bf9fa5305147dc87baebfc6400a5df2ad593557c6f45499741408","transaction_count":0,"txlist_hash":"7640d47e11233c9d27a8e868bec5595acd99b3c7326a480298f7ea38c4a66689"}',0,'BLOCK_PARSED',NULL,'cc1608c2251a81dbbbbec8876431b7b755088693920ff9543eac19b94e4cff98'); +INSERT INTO messages VALUES(341,310097,'insert','blocks','{"block_hash":"13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf","block_index":310097,"block_time":310097000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'39673ed65e6407478ffea36960058f31467f78b452f6e75942cb79718a8a9899'); +INSERT INTO messages VALUES(342,310097,'parse','blocks','{"block_index":310097,"ledger_hash":"649d094cfc74f90e06bb4514276aaf3b0a0ed45f56397a2f774cae9602d02e6f","messages_hash":"f4188f26f83f9d7d12adb7e58c602db91a61ecd4e3cc324a9ff07ff683b92768","transaction_count":0,"txlist_hash":"ce9cdd6db6e1bbea3a9446b50b092e504bcc58900befb237580896e1c107eaab"}',0,'BLOCK_PARSED',NULL,'b09bdcf154d1a6e4f42f49a1efe8b9d84db9745c9beff13a975d9fba918e2d88'); +INSERT INTO messages VALUES(343,310098,'insert','blocks','{"block_hash":"ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca","block_index":310098,"block_time":310098000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bc1358c76966db671d67d0c25a6123b638014013c174c08cd3014275636e454d'); +INSERT INTO messages VALUES(344,310098,'parse','blocks','{"block_index":310098,"ledger_hash":"c9a9dec300afba2cc3f171f76ff4c07cbeb7a41a86a3f498f712e066a8acbd17","messages_hash":"4111b0dde9c0b5f9f334359f396a3b0245a445affc9a6de12f53d7dad234ed70","transaction_count":0,"txlist_hash":"7153d6b86e3d8ed76bed0edd2dbd4fe6200e1e6d82d51dd3f812d6b43109f503"}',0,'BLOCK_PARSED',NULL,'95da15e579155cd142cbc8b7b37ee0b199a1acfe75a55ec46d048cd1830dfdad'); +INSERT INTO messages VALUES(345,310099,'insert','blocks','{"block_hash":"3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a","block_index":310099,"block_time":310099000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'00d327f56d66d7f654bc498b27afc4df4d48d823c821e03074378762f395d304'); +INSERT INTO messages VALUES(346,310099,'parse','blocks','{"block_index":310099,"ledger_hash":"3c7434887f9373b5370664180ba640fa63c2eb5b85569875105e4f4db67d8c02","messages_hash":"bf851a5e839748f0d87813ac80f8182de6553c9258ced1fcfdacadf0fd799a53","transaction_count":0,"txlist_hash":"adfefb6d18cdf44329bf9330e32f265145f60290f2a75db73fea8dd8ed2eb7d6"}',0,'BLOCK_PARSED',NULL,'b1a4f5a3c72ad6acc470c337e868597b8c43ccfa8037a87d5ed216bdacdca991'); +INSERT INTO messages VALUES(347,310100,'insert','blocks','{"block_hash":"96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb","block_index":310100,"block_time":310100000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a757b25bd2642171cdd2dc173cfd520dddba0030b474948edb78e9e2ad876a1e'); +INSERT INTO messages VALUES(348,310100,'parse','blocks','{"block_index":310100,"ledger_hash":"7e6a09386c3d8552a0dcc25b75143876a3046ebac0ff9cb09d6224ea7e2f3df9","messages_hash":"75798829a334af42ea8a11d31c741b1cc4cfef32a3cb01b029fe779e704d66d7","transaction_count":0,"txlist_hash":"2776deb848ce539546aada2bc1756d9de92b23e0a8d513f5dbfb1b0bb3be3bc5"}',0,'BLOCK_PARSED',NULL,'a072c4d95876ba9a9c660c2ced8dcb5cd6609d6ff7f1383cae562f311c6cb056'); +INSERT INTO messages VALUES(349,310101,'insert','blocks','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'02a938cf980aeb89ccff6302fd96d6be25eb1a5c3c1966d92071e81712306c8c'); +INSERT INTO messages VALUES(350,310101,'parse','blocks','{"block_index":310101,"ledger_hash":"6903c0c5941f334f1374aa731e389b010043fc5940d4e9ae8b94480fb4fca030","messages_hash":"b2dae85937627b169199a3b4ebacb7e96430d4a6a36b9029afc967250e13cf3d","transaction_count":0,"txlist_hash":"6612c5f602f26ccc2cf4961f27e64c188ba405870cc0d7cf881c4e0fcb9a54ce"}',0,'BLOCK_PARSED',NULL,'4d6366b8d480a49359dfddd794351525d1a53a2dd4e63149dd19455d662e03f0'); -- Triggers and indices on messages CREATE TRIGGER block_update_messages BEFORE UPDATE ON messages BEGIN @@ -1295,8 +1312,6 @@ CREATE TRIGGER block_update_broadcasts END; CREATE INDEX broadcasts_block_index_idx ON broadcasts (block_index) ; -CREATE INDEX broadcasts_status_source_idx ON broadcasts (status, source) - ; CREATE INDEX broadcasts_status_source_tx_index_idx ON broadcasts (status, source, tx_index) ; CREATE INDEX broadcasts_timestamp_idx ON broadcasts (timestamp) @@ -1440,32 +1455,33 @@ BEGIN TRANSACTION; -- Table issuances DROP TABLE IF EXISTS issuances; CREATE TABLE issuances( - tx_index INTEGER, - tx_hash TEXT, - msg_index INTEGER DEFAULT 0, - block_index INTEGER, - asset TEXT, - quantity INTEGER, - divisible BOOL, - source TEXT, - issuer TEXT, - transfer BOOL, - callable BOOL, - call_date INTEGER, - call_price REAL, - description TEXT, - fee_paid INTEGER, - locked BOOL, - status TEXT, - asset_longname TEXT, - reset BOOL, - description_locked BOOL, - fair_minting BOOL DEFAULT 0, - PRIMARY KEY (tx_index, msg_index), - UNIQUE (tx_hash, msg_index) - ); -INSERT INTO issuances VALUES(6,'9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9',0,310005,'BBBB',1000000000,1,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',0,0,0,0.0,'',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(7,'19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8',0,310006,'BBBC',100000,0,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',0,0,0,0.0,'foobar',50000000,0,'valid',NULL,0,0,0); + tx_index INTEGER, + tx_hash TEXT, + msg_index INTEGER DEFAULT 0, + block_index INTEGER, + asset TEXT, + quantity INTEGER, + divisible BOOL, + source TEXT, + issuer TEXT, + transfer BOOL, + callable BOOL, + call_date INTEGER, + call_price REAL, + description TEXT, + fee_paid INTEGER, + locked BOOL DEFAULT FALSE, + status TEXT, + asset_longname TEXT, + reset BOOL DEFAULT FALSE, + description_locked BOOL, + fair_minting BOOL DEFAULT FALSE, + asset_events TEXT, + PRIMARY KEY (tx_index, msg_index), + UNIQUE (tx_hash, msg_index) + ); +INSERT INTO issuances VALUES(6,'9238105e39efd4b7d428ad14011ad0c0f366bdcd150afa954e1f25c0cf4c2cc9',0,310005,'BBBB',1000000000,1,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',0,0,0,0.0,'',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(7,'19d9d6059edf351635fa19ad867ccfa1db3959a5109fc63729430110a661b6e8',0,310006,'BBBC',100000,0,'2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','2_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',0,0,0,0.0,'foobar',50000000,0,'valid',NULL,0,0,0,'creation'); -- Triggers and indices on issuances CREATE TRIGGER block_update_issuances BEFORE UPDATE ON issuances BEGIN @@ -1473,8 +1489,6 @@ CREATE TRIGGER block_update_issuances END; CREATE INDEX issuances_asset_longname_idx ON issuances (asset_longname) ; -CREATE INDEX issuances_asset_status_idx ON issuances (asset, status) - ; CREATE INDEX issuances_block_index_idx ON issuances (block_index) ; CREATE INDEX issuances_issuer_idx ON issuances (issuer) @@ -1485,8 +1499,6 @@ CREATE INDEX issuances_status_asset_longname_tx_index_idx ON issuances (status, ; CREATE INDEX issuances_status_asset_tx_index_idx ON issuances (status, asset, tx_index DESC) ; -CREATE INDEX issuances_status_idx ON issuances (status) - ; COMMIT TRANSACTION; PRAGMA page_size=4096; @@ -1696,8 +1708,6 @@ CREATE INDEX rps_status_idx ON rps (status) ; CREATE INDEX rps_tx_hash_idx ON rps (tx_hash) ; -CREATE INDEX rps_tx_index_idx ON rps (tx_index) - ; CREATE INDEX rps_tx_index_tx_hash_idx ON rps (tx_index, tx_hash) ; CREATE INDEX rps_wager_possible_moves_idx ON rps (wager, possible_moves) @@ -1868,14 +1878,10 @@ CREATE INDEX dispensers_last_status_tx_hash_idx ON dispensers (last_status_tx_ha ; CREATE INDEX dispensers_source_asset_origin_status_idx ON dispensers (source, asset, origin, status) ; -CREATE INDEX dispensers_source_idx ON dispensers (source) - ; CREATE INDEX dispensers_source_origin_idx ON dispensers (source, origin) ; CREATE INDEX dispensers_status_block_index_idx ON dispensers (status, block_index) ; -CREATE INDEX dispensers_status_idx ON dispensers (status) - ; CREATE INDEX dispensers_tx_hash_idx ON dispensers (tx_hash) ; CREATE INDEX dispensers_tx_index_idx ON dispensers (tx_index) @@ -1901,6 +1907,7 @@ CREATE TABLE dispenses ( asset TEXT, dispense_quantity INTEGER, dispenser_tx_hash TEXT, + btc_amount INTEGER, PRIMARY KEY (tx_index, dispense_index, source, destination), FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -- Triggers and indices on dispenses diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_3_of_3.log b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_3_of_3.log index 09c3c61dbc..ba244f9eb2 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_3_of_3.log +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_3_of_3.log @@ -12,10 +12,8 @@ SQLITE_LOG: statement aborts at 13: [CREATE TRIGGER IF NOT EXISTS block_update_f BEFORE UPDATE ON fairminters BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); END;] databa (17) SQLITE_SCHEMA -SQLITE_LOG: statement aborts at 11: [SELECT name FROM sqlite_master WHERE type='table' AND name='config'] database schema has changed (17) SQLITE_SCHEMA SQLITE_LOG: statement aborts at 27: [INSERT OR REPLACE INTO config (name, value) VALUES (?, ?)] database schema has changed (17) SQLITE_SCHEMA Cleaning `transaction_count` table -SQLITE_LOG: statement aborts at 11: [SELECT name FROM sqlite_master WHERE type='table' AND name='config'] database schema has changed (17) SQLITE_SCHEMA Initialising asset cache... Asset cache initialised in 0.00 seconds TX Construct - Transaction constructed. diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_3_of_3.sql b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_3_of_3.sql index e856d42376..1731b28df9 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_3_of_3.sql +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/multisig_3_of_3.sql @@ -19,112 +19,112 @@ CREATE TABLE blocks( transaction_count INTEGER, PRIMARY KEY (block_index, block_hash)); INSERT INTO blocks VALUES(309999,'8b3bef249cb3b0fa23a4936c1249b6bd41daeadc848c8d2e409ea1cbc10adfe7',309999000,'63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223','63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223','63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223',NULL,NULL,0); -INSERT INTO blocks VALUES(310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'09fa44ed277cd9e448baf3d4a2accc520d57c77fed0d97379ba9bb804e3dda71','7d9cd23062d78e9eb1a892f69b154410935e9675ede8e05fe9c1269cd3c54b12','cdd7cfb36849df06cdb98cf660d9e802a268d8bd4cf3604cb545bdb3545114b4',NULL,NULL,1); -INSERT INTO blocks VALUES(310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'b2237a0b0b29b2198355f47d38cb995e013c0e074c29dcbf1b99ed4c0f459c8d','adddb3e1b9020e7ef190f661823c79abbc5951801b15469ad9f483c512af002a','69de965a16353e0c816fbf9ee71a8417897d56e60dd66417d46d3749bba60077',NULL,NULL,1); -INSERT INTO blocks VALUES(310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'a3c393a285361d2981551f0a903d45847e7a0142779692d384bc77bac420db18','6fddb621bb8a1e2d10cf0ec8f507ada12be28578223ee53997aad614097bb35e','9115a44eac9cee446beaffaed03cc1c24b83f970d319113a806acb60234566b2',NULL,NULL,1); -INSERT INTO blocks VALUES(310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'f96ba90a471ab5524a574cc4ff72a228a8dc7019824482a664569dcb41c126c7','d6756ca2a0f2a403b0a1714964ddb71bc773e0a18c049008f78670efb7137e18','85f0cf4610c15598e9922ece9529b43ffa9bc90910d1debee445ae2d1196e69e',NULL,NULL,1); -INSERT INTO blocks VALUES(310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'943a23e317f71981b24d636cae98f495b2bb00c949b1603a778eb7500894c844','be04682401f137d4d02c7539d1c776bbc76263dea1bb88fc95197128ec1a700f','e1ef39d24662fe9398648e5a4b3006f095b12f4b8d7c821091ace4a7215f34dd',NULL,NULL,1); -INSERT INTO blocks VALUES(310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'0c5f3dd2d439a571eec03583442fb051bedf5bc0b0ede92012922b27847af2a1','03c8d26098b8e49a297c104f22af44a622378afa711195bd8b91d46f01d68d65','53d8f34c1c7ba7d30aefd98c9eb8ea1a48018fc690ab8694efb72a013b7225cb',NULL,NULL,1); -INSERT INTO blocks VALUES(310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'377fe894d79d60b011958ed747908b6009c5e0261fa177caefc664cb8db4c74b','079ec7423e2fe87820626aee8980e236a78e7d51b453a739fb5768d9d520bef6','8d775c43c9d31433ac5f79fd88b36c42bceb13ac1228d79ca2ef0f6bc6739708',NULL,NULL,1); -INSERT INTO blocks VALUES(310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'4be55eb54e78e829306dfa31248b3073d311f49da420d9844f9aedabfbd296e3','d57db7ce89eeea61f270e7c676b38d3574c52166322cb0e287f1857a7d085e5a','0d86d982df761d4eede59d268345a99bcf2a0f56bd406ebb01311dd572a2226a',NULL,NULL,1); -INSERT INTO blocks VALUES(310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'1248da848479b90f9dada38eaa02b9fe1226859e6ed1e3c4a121172786178dea','8727f3f9af7958daaecda9f2cef1bad0303d631cf9f8418636cf130581e4bb79','122d02f5ffdc9f2d589e9623d99a9c3d1a17d45a9129135a238d829c016a782d',NULL,NULL,1); -INSERT INTO blocks VALUES(310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'1e1b07f218127eccdfab98a4bc127ce185cda15314e72328dfe10eb8f2f18726','baa3b08e70e0db5ecf913bb99da662ec3dc04a5650f99d2d36408eb8ed6cc4ea','80380d4e82768c7a8c53089d7e7e54c573cc4cda6de341e2e5c70eefffb15795',NULL,NULL,1); -INSERT INTO blocks VALUES(310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'03be7c3d8dc521277625164e3e828be106672cba205129c014ce7771a3b8730f','5def9d6ed9fcf82c7ec9dbc2247657f349ec4df0b75dac4444f7ff90e24f0955','be1217b6baefb4b98121c8cb1cc13c0366edcbaf0aba5c46b094deed83e245ef',NULL,NULL,1); -INSERT INTO blocks VALUES(310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'db6d49ef7cfb461f9431b2e712f694f0747012ae28f3684e0d41476f77fab667','f6d1a346abbb2adae7dd7fe6ddd94061bcdae3ed30bd091958d445c8b5f57f4c','a97ff155dde0c12e0182d4d5b51f513501f715d7c6d9c412c0a561f6b2d37cb2',NULL,NULL,1); -INSERT INTO blocks VALUES(310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'ac399d193def488d3457876edef42dd651b30c976025c3d6f810e4d37c88c822','273ce70d30b249ba5afb8382ddf7ded2d0849044d519fb48224a6ea69b7ba6dc','ea04ccb2ca2544485ca1c00141f5165feabff0c0ef958d8c9805d4f1dfd82ff5',NULL,NULL,1); -INSERT INTO blocks VALUES(310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'f6fd6f6280b1c580abe8e31de28bfa0f269d453068946733cad69d29f6874936','ce4d93afd619a9f22326d72b5ae6c10b24d3075399374184463f65d489a57c51','05e71aa9b75267a666dc1f71878ff3375a4a672a846e71196afb5d478ab50aed',NULL,NULL,1); -INSERT INTO blocks VALUES(310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'0c52d56c6f7c25da7b757aba30e890e9eff402155b5497a5420e13e69b7cb54b','7df6ac77f91e828339a1f92ce8197c74ff120f6c00d180bdb19a91f7da14a83a','aa188f3deba77c7a5a6b643002cbf086befd971c3beb9d6b283b8d3a10bfb58d',NULL,NULL,1); -INSERT INTO blocks VALUES(310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'03cd020f708d5f082f5b63e3c1f58e5f25d564a60699ae0f23471115d9e37d5e','45379e27de14058cb9100cc29417da1e5b2534e4434bfcd074c811324e46fd06','2a4744b50dc45aadf6903a8cfa7bb7ca001afda8ec3894e17215864d432e8157',NULL,NULL,1); -INSERT INTO blocks VALUES(310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'d95cf7b2af3f578fc64450d484323075e81999a868918d3dbf89160269d68980','92ed43fd80e4e254ebff7dc725c32962beb79be51dfe8d62d12bd8e123320532','05d1a68b44d4c1fd892b671732dd76caab45c61948c05599022c5e6cb3bf329e',NULL,NULL,1); -INSERT INTO blocks VALUES(310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'725783dab777f54b11be66fdf47280852fd6b4d8a9b9f2fbba9e92056538ce73','f21d857139bdc083724362346aeaa455f82caf0fdf13f2ca880db6dbc6e047b2','7baef78bc118e81efb8d0cf7d13e52cb2ab4274f69ed1e9dceda6178bcb104c9',NULL,NULL,1); -INSERT INTO blocks VALUES(310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'05ad248fa836b50ce72a2f61c7465a455cc48ac92f2c0ff9bb9f94e69081d1e7','3e8a8361086aee82a316c2a041d8f4e1d7b4000c3e18263ca84a3267a811ee7d','604490aafa92e25e6f46c230fdb6f8abe24ecec19164fe2fe3a8c33f69f6b5ef',NULL,NULL,1); -INSERT INTO blocks VALUES(310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'0ab8707bce7b77beecc32ad6124482cb561776ed245ce6dce08f5318e2cf396f','d66ff9e099bc707b866c2595b0bb642657601a36ab06cafa070f18e9f3ad30e3','3c8995034aca8d2b7430dfa2c1ab85480574ccda283559d063a5073ef12ee913',NULL,NULL,1); -INSERT INTO blocks VALUES(310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'198edc4bf109549538a2f8f96714536a99a1568fe16fe4254881520474adc68d','3bd8ef01a2be7a5d817b535f19e456325bcf2d684ac25f09124d4582040fde54','39fa88f048c803450fd1f3209de947262f3131a01d387f8bd8705e064a42a83c',NULL,NULL,1); -INSERT INTO blocks VALUES(310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'52482033c5c11ad24257707137b090606305497618e29050b2fdd3e13bc822ce','7d74bbdb4057dc5d0e9b568e983df362b87bdacdddf2724b1ee4c42b6602bd47','f51ed7d597b34e5a37b60edf3e0f9dba93e06c64f35f54ed2bca65a8a03183f3',NULL,NULL,1); -INSERT INTO blocks VALUES(310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'85d639cc8147885470da26d3c0470dba0eb8b6870d5941b12bcc4afb8fcd9af1','568bbeb4d12090c110442540d6f12734602dcf84ae5e331f0391a4a47857d059','18a8d86addee808d85595e1d9bff83d7cf7460e793ed5b553cd9f5c8dd806c3d',NULL,NULL,1); -INSERT INTO blocks VALUES(310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'eb62ce47d68491a84b9a29b92db2742021881f0274072f1bc39dfef08cd7a590','877a4d466f5f780e8103a42fb7771935ef57486ed7d74aa77757b9cb434893b3','9d0eadb18b4978e9c911f5186374e6f69dd9b213824ea2c9d0675229f1122590',NULL,NULL,1); -INSERT INTO blocks VALUES(310024,'b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5',310024000,'45e73afbc34855b5cbd342a6fb77545e01f3ff4601a04c6dd25dff665aeff484','b16082c8d932618c9bd89f7b8d6372190cab18b274ed8dbc1b4f04e5edc2bdbf','b5faaf3e7f6b6dc6ce02aa1fe1f7383c50d7b5b6ab5a07469bf9409c8318d0e4',NULL,NULL,0); -INSERT INTO blocks VALUES(310025,'a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666',310025000,'714702b25559325c7bacffdf28e0af30c47bf48e6b4fda053c21ea31c7604128','391a822509e48a899634f3b8a6b0c99fd298eefd97230b401b40c301dd7e6052','38f05ca491582557d5e00d93e65e5b5c8aad8c48be5a93863d5ec8caff4ee132',NULL,NULL,0); -INSERT INTO blocks VALUES(310026,'6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a',310026000,'b305741a1e277ba0ce8436b914784ea0156616ac308282a7f29dbca62a54cc82','16c8d91265aaface472342f436e376984d576675529de1f58a188f994375dea0','208a33002d36048e43978d7458b573b7a33f63dde01e87647e94a3b681d5bb90',NULL,NULL,0); -INSERT INTO blocks VALUES(310027,'d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e',310027000,'1f833f7396917e02b4b65b0a05d19754b6a53b030b659514d0c21cad062d45f9','d7a61a46b4f6da78607245b9fdd4e0b1d7499b5687805939342a431ef570711d','c5e1b0aa42c64273ff10ef71d2caea5503ce97baf52e59d50fa449a5f7d8d605',NULL,NULL,0); -INSERT INTO blocks VALUES(310028,'02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b',310028000,'47b38906beda7ad735a86b9fd63669b0357b7ae0a0c1a54c9827bc8b90185626','a8a0b67ddb47a15f89fd14f227e118bd374dde04f4bce3205d5ee07a8c7509d7','9d40c2959b5fe074462c472e6145d534063cd7b4f8d5d06810d60526e91f18c5',NULL,NULL,0); -INSERT INTO blocks VALUES(310029,'3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6',310029000,'e69f6c9b649ac04920be70f9b076f7909bcebd8312afa715be3d8922794a72e7','355199be765ee2db25308e58d6cdfd22c6941a296b51800e8f937cea1afedbdf','07db6ee8e8fa562da3505fd5ef0c066fead60d0c2dbc80bb5354bd1a729a67f4',NULL,NULL,0); -INSERT INTO blocks VALUES(310030,'d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5',310030000,'c51828b04433b000787c92eaa7e5abd5cc0bc31c619cb8479aff675af6e00c55','b4bb7325ae90ccf0095b0970cb4828c98915a2e6694723ca8af1e9f77523d540','cbcb1c581fbf18ab66d76459ba9442df675eb8d22591514e645c33991930be27',NULL,NULL,0); -INSERT INTO blocks VALUES(310031,'0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689',310031000,'26d91568af76b5ad4b357693ecb0b9341aabbf5de5d5c83f9998dc2f95d76e5e','b13328f7f6011c05736a1c728af4726f63f557ae1eafab7d70b6b7fd60025616','3d7161a6a0dfa7cd509e87ff2d337fea107e51af85c2698d51d1ffe9fb67a625',NULL,NULL,0); -INSERT INTO blocks VALUES(310032,'66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074',310032000,'21f8da71c386ec1e5e31a35c1190b895f2df52529ea028d5fba25e0d57616952','80980b4466ca949fa21a42ffb8c22a2f5853722c4fa02bf0cb962e97365384f1','1e05f3ae72b9d9f77ce2b1e38a25a1638da791ba063eac7e4f3a9cd5460b2ffa',NULL,NULL,0); -INSERT INTO blocks VALUES(310033,'999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707',310033000,'1c844a38fc28e83406c8019615d0c24a1ea84e6ffe4da392d29f353ca676001b','0c2f46b4f4d5f345399be6073d2f72bf689f6a3a20e57c41ccd541cc0bae76d3','8bd9dcfe90cc66f45ededc4ac92937788099e661706b7a6d0db4fec194167e6c',NULL,NULL,0); -INSERT INTO blocks VALUES(310034,'f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208',310034000,'0533bc0d3bc008b5d65932c569e9f85e3217ea9efbb8937935be93b7a01ec2a8','9f5f89f0c9821b7de30388b2a0891011612096ac158a70838d4479059a4bfc50','45364f9e7b285a3920b7317821daefd9118aba48f71755c1acd9309b2683a886',NULL,NULL,0); -INSERT INTO blocks VALUES(310035,'a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2',310035000,'b5f0b7406fe3b6dbcbb5c3b28fb8fb119e237f07532f500b422058ba898e5b22','5847c5ec7d8ad0e27d47b3b6ff7df903c4a67a269aa248e69ee918062e58976c','b07125f8fbcfde9774d4f475eb70333b965e3054804cff10f68d5ce25b30cc3d',NULL,NULL,0); -INSERT INTO blocks VALUES(310036,'158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76',310036000,'7519ac8cdf4c13b25929d913e3858855aca68bcf3fe6d3636e7371894af27f04','46fea446096a8d96f1f990374d94405f358ef5a3a8bf09aeba2f76977cf867b0','b1023c1f98af0bf0eedc4ce951fc96ac676cdc705cb425dc649bd255e894314b',NULL,NULL,0); -INSERT INTO blocks VALUES(310037,'563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07',310037000,'f417da67da0c23d4bc44bbb864de5b94057916e28502641ba70764f44165a1fa','e372a6531d2f206be5cca17be0f42a75e2e6617499a6dec377c274f7738620df','552525da2ff49b20d4dd3b1ead1776edfc2b62b3c9ec2636001496820fd5fe93',NULL,NULL,0); -INSERT INTO blocks VALUES(310038,'b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2',310038000,'098eb6f2b0a1c584d969167f50bb55383ab71593ed1f0ca61d83c4513a209107','da7704f6d661aa255af6e2d3ad713fbca0a0e6296b16e3a364989bcb5a4e38ba','e665cd7291a3109a886127d6176c02ef3c95605c309983c1c57e28bef4245689',NULL,NULL,0); -INSERT INTO blocks VALUES(310039,'5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347',310039000,'a4aa60a1320e47c975628f6650d8fdc44b6a729d26a3178031e32fcb48b59491','02eb5dc168a03d3cd067677480b22185a8ad6731e467c0b3bd5a907834e01013','99cd8b2718066347cc508dfbd2a6db3814db0f9956930d0c4a92b99128e856d6',NULL,NULL,0); -INSERT INTO blocks VALUES(310040,'7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3',310040000,'cc5b2af6948531b635b18a4b6698efa318190762c8e4419aa9ca3634e7ed5d1e','f6ba96a6e3e2e3442722bbc1bd770d3f6f0f4a4ffe57d0858586539f81e868b8','94d0dc122279b29ec9e1e974365290237919ec9af95594a4ce684f86febd70a8',NULL,NULL,0); -INSERT INTO blocks VALUES(310041,'5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359',310041000,'7ad02b4853bde78025942e9f58c212a76c1828337610347e516d4a359af804b5','d8089b22bc20979dce133885c84c5babb754ff0522d7f2193e1d3157c5251631','75b383f7fdd243086dfa33e2cff28a152347200ca49aee19f24d91f1ac1cc733',NULL,NULL,0); -INSERT INTO blocks VALUES(310042,'826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4',310042000,'64a91735950113c13603e49ca549fae9b30092a9fc02d53a32a20eaef64ab6ce','554d6b2a2182d87b00111b748a5d904aef85a56b92f1d076ad4f866f0d054041','43891e4d7ea1b24f676731f8616ff0d3d9319d0e6251b7ccd558e2d0233385af',NULL,NULL,0); -INSERT INTO blocks VALUES(310043,'2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51',310043000,'68107847c7a9dd19612d8b47c1a39cdc446c752f2c05ea8fcd961a42f835d155','f2b1800a73d98a15428bfb5289f7ccbb9d3c66b98fb0a36f00ffce8a78279801','e59cf30fba3258d9815dc7c217d4aa9323c16ee47773bc28ad444576c1aae945',NULL,NULL,0); -INSERT INTO blocks VALUES(310044,'3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b',310044000,'64d4d51adb6994360b3dbf04663c4f067ba223e62912fe1c5a96a190225bb54c','ce4365857faa29eb04e638064e4810620f434fe515efe63eb2ac49c3adce6581','de80fdf7d3b22548d37a75c4391ba0f8a9c1a8dc78fcde3ba833180bdfc8a7ff',NULL,NULL,0); -INSERT INTO blocks VALUES(310045,'7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98',310045000,'3ba2d7685f63962f576e9fa94e4d6709ace95249a3064804c3822078c982d11d','94729a0956e8c1b095c9181e01c220b94257ff582e35d87923e3c5ddba3a3566','f126ebe794c1d2bb6951f1fe69a54b953dac4e9935be3ebf65847bbe36a985a9',NULL,NULL,0); -INSERT INTO blocks VALUES(310046,'47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6',310046000,'6502f277568bed2705c5f496e278e5d99310ff6705751a3999cb4b2bc7d725bd','0986f1e944c39e36fe955ff092028c51647a9359492f17a76c682b4346be714e','9c9d401b8042690e29b35a729445ac504fe9f5ab53a43760abeee2a292d2a16e',NULL,NULL,0); -INSERT INTO blocks VALUES(310047,'a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075',310047000,'5dae29289f36e64b87d56f9870af0bd5ad77ca45f1093c1a41140ea397945130','f14e3c5de5e186beaed6835c7c61fe2274603bb73e62ebea5899ae2a998e26e2','0911df011a05fc6ed0ce944d758dd7fc24f28ae24e55a87cdfd14cc17bd1c07b',NULL,NULL,0); -INSERT INTO blocks VALUES(310048,'610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309',310048000,'d5dee49d7b78e2ce4dd2a648e345a52bbfa7e0e76de9e970b1dc0b6aea66c130','e31cb01f21f653217b3bff72061a63f3778f45a72a8419988a496d8f388cac1f','f9c34477c333ce86d65cbe10990f987830b1c8690f459d8688681d10d7390a6e',NULL,NULL,0); -INSERT INTO blocks VALUES(310049,'4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c',310049000,'2b4c97a93933b8986ebb061d47f2e8bbb1672206058ae3c3ae388bab36b8cbc8','eb45cf1a49da1dfd4ce7231e8f6da96b7241b0b034884cb2de57dc107723b7a5','c0aa241a6dee6f3ba7a24a8539adf6ecd7790b0a6058855d5f2e4fecb54c8505',NULL,NULL,0); -INSERT INTO blocks VALUES(310050,'8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348',310050000,'115913763ca7ef5691512a5c6d47cbd49203aee8a3242928f62640912c935872','db0d0812374555812015a2058ea7f6bc8aebb8aa7d2824eeeb26b7b42d75f97e','fd08e8ec925112a8e14b7f4372adaf7f28e9f10b8954d9ed914f056439b00bcf',NULL,NULL,0); -INSERT INTO blocks VALUES(310051,'b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6',310051000,'72f24dc53c759a08aeb447d826bf64aad71ca8f4ab9640e30e440e6bc050a0eb','b3834012ddc576765f337d3dd8b3c916f66711481c0bfa2464f6ec2678d1512e','d02b882fae4d907953b65d298fba7ca024545f23fb4e764643b6e4a73f259497',NULL,NULL,0); -INSERT INTO blocks VALUES(310052,'0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2',310052000,'07846004f2da033bfd113e13040b0d0d605375370b7437e2ca2ea9467fc80c1a','35357fb0ca94373955c3cdf08be75d20e9665a9632be0df0c90b567875594049','854ac7f07588a4b402512296cfe504813f4e158029ee6f716ec44bfe73613281',NULL,NULL,0); -INSERT INTO blocks VALUES(310053,'68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f',310053000,'7bf9a701337c043a7268cecca5ff765c24600a2056137cd03e3ead9d64ef2348','d177ed9e0bb4b3d77bc5b1a044e724cabb92dee3189747bc1c01d1fee7148fa2','151b8c80544c3ba696e3d00378a4b596c3ec928c908e6d87b815b91bc4347774',NULL,NULL,0); -INSERT INTO blocks VALUES(310054,'a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305',310054000,'d544aec17018203fe2f5c9bda52a5da53d41d3364b8026770d1f620aa53e6c36','8a3b92aa200f79e8aff4a849618914f7d39c34ef2ed636d3b5633a2ad2f647ea','5a784566e1ec5d4dc3d05a434f74409931d597135a2d3c65a3055c8fafc868ac',NULL,NULL,0); -INSERT INTO blocks VALUES(310055,'4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356',310055000,'bd3044c66f7e2c24944a9c938b8f162ac8f566a1338444c219396eadf5179d3e','59ce208e69d4e1427791ae237a6db6a05efcd50fa386f4f8f56862c6cc3b12d5','f6338779a6aa359ce38bd1dfebbfdf541497391af95f5185f5e2f8bdf25f561a',NULL,NULL,0); -INSERT INTO blocks VALUES(310056,'7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3',310056000,'b19346f726636aa9da55af6106a471c596a7f7b93289b70d3d33b45334bca9d3','8e9d4b1d3ad7c5e8e479640da0ffd8b7423aee810ff6adc4ae2d37d545169579','b2a7ee7c3524978c5fcd5cdd1e9493520e89c244e2cb7e4d63551804908c27cc',NULL,NULL,0); -INSERT INTO blocks VALUES(310057,'4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411',310057000,'35c2ad9ccd3bd68cdb0c4d8fd4e30938521b8559c1cec331a29b1802d649947a','e14484629fa3aa2e8ce54505b3983d0f33e7727d3dacc5de57a574c2e0c69baf','47c209d7112ba45b811e4b499d77806d9551c88b34a8f72edc544ed2640d3b84',NULL,NULL,0); -INSERT INTO blocks VALUES(310058,'a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f',310058000,'e9a705d6661f0345ffe0f45ae26c0d6ba6bd5a125eef2f0e9558d0702ee6d63f','cfbb1995e2c28020dabca30e98f72afee01b64fe276acacee7e104b22772de65','a45ce628399f4a947266bf7eb2b7232de66c2515157d3574d63f77292c15618b',NULL,NULL,0); -INSERT INTO blocks VALUES(310059,'ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9',310059000,'61efe4d33a7f70cae34df86753532aee25fb0b153744acb962142691f6979482','401b057e48ae9e423f354f7ddbb11e70c0ec2209ef1a26dc7ffd0bf6003f1335','93257045790d20910fbaf13fb7af8cddb4527d4741c69be16d8aa8069fdc71d7',NULL,NULL,0); -INSERT INTO blocks VALUES(310060,'974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b',310060000,'59d9785e783c59c12783977087ad439b2dacad9ae1ef2be6384bfc9036da9804','6010ccb1d9476ce07d8b50633bccb97ecff1a229a0ea7701c802aad32f961be9','bdfd7453186717bdba9085c27cb8019c5500eed6724e4f2e41c422c877702fcc',NULL,NULL,0); -INSERT INTO blocks VALUES(310061,'35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf',310061000,'e257d59ab5dfb01b8396bd12d2fd169f9ac7629365b90bf6e593e627738d3754','bda63243caec3f70173e1e93a16867ecbcf45d987b6a5f72d1bea54d361f0ed2','b05b3ed6d0e6813816126b4d526b073aac66c2da9807c48d18f42358a7b05579',NULL,NULL,0); -INSERT INTO blocks VALUES(310062,'b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f',310062000,'0dc0317a88a6fc4ac791cd4d45edcf2a142fb83aa2e8a2f299fcac48a2c2e04d','ea9f3db44eb05a8ba1c860cd0a13ea662f84715b59e78a87f49c78377cb6b2c3','6b75eb3c8f81be8715094b35636dcca48dbd5c2bdba0718150f13ddecfb9179e',NULL,NULL,0); -INSERT INTO blocks VALUES(310063,'0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe',310063000,'892d6a49aebb262f2a626a35c0806c488c836c04d33122c2d65ecd8904fe3d85','3fc1380f35c9123d16b9ffbeb23c44f24e4d6001406a484ce30ee5758b8ec965','baf41ae5c35183b315e6eead308a2fd8db3c04df318e7aed03fc1ee1c2c2ee4e',NULL,NULL,0); -INSERT INTO blocks VALUES(310064,'e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30',310064000,'e345abbf8dc42737a9f2dd038534409200d63a9ebf5d1cbf3344ea9413c388c0','be23706267b965eb38fa15ec1ce8c17ed5727bfedba0ca4d4be3db2fd703744f','c7f8637a58fa7db080114cb9da563048076a4ade87ebfb0bd9752f89392c9600',NULL,NULL,0); -INSERT INTO blocks VALUES(310065,'8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a',310065000,'84ec781d054c0602ed97384cd32cd060b938627ea490a7635fa3ac0babba94cc','1f7417cf7a3d9f07e5a8faf658b166c288aff136ee56f244797ef589f9cf98c5','d688c481e09e116fe988cec6c1d816c2f5cd09833256edc5cd677ebcb3cdd32e',NULL,NULL,0); -INSERT INTO blocks VALUES(310066,'b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d',310066000,'3478612a8bb95c2966891fb4d1b35493a1342364a6f08404b83ac9fdda763aa2','7b4317e7c2db815ced2d81aaf8efaa6331e475a7a9b3a59041640d43484b1a89','afa5ee5e52762972d4da6dca1c1b42929454ccea6295d52f97e1e79bf5227a0c',NULL,NULL,0); -INSERT INTO blocks VALUES(310067,'8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577',310067000,'c532c4c5f5e2ae1026ec2582645d9aef06afee46cb9781427a1f40667378ed67','89699fdf437b96128d7eb89a45d58e45d0b829789c6e0b29e8972b48ce5e62de','fc5c20e47ad124422d5e2759488edc8d99ca21920345fbccd18e21e137610874',NULL,NULL,0); -INSERT INTO blocks VALUES(310068,'9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5',310068000,'5508189396fa6dfe63a7d06fe97a3073e986eb305bcb49430157f99e3848cd69','4c49d9334c909f728f3b06a0ef613fb09f6369dd431b7078db5d269cdf9dd4bd','13618e9f80238f040bd39d1708630a087e9df3c7732ae7555b7fcac8579da313',NULL,NULL,0); -INSERT INTO blocks VALUES(310069,'486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7',310069000,'9b0b5d09dc7aaffaf5a3603fa2b914c54b04755a5ddbf83476320149f802292a','ef4759403c17482a8f8042fb93a5cae1b741085cdbf73e839638fee316044571','b999fac72805ace115613747d4ff9bce3a3a4ea214edefee2af1ae8cfbc30c7d',NULL,NULL,0); -INSERT INTO blocks VALUES(310070,'8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5',310070000,'2e40d398c2eb131e195a667f1b2b5e8de29e80423a2d0dd3935fad6dd7cc919c','18e3230ce4fdaca025887c118a2f2fa6bcbe81fba5c968301a90b43e27f2c7aa','b03f6457c3fbbc06e847c82c8b1818dc2e2a9b75d8e25747af1c2fd65f6f9a6a',NULL,NULL,0); -INSERT INTO blocks VALUES(310071,'7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b',310071000,'763d3d949dc16a797f5b8a2f5a27fd34b4636fa3dbf33eabed5db048e1a848b4','7b10cd9561d4a33c7771570925e5a9a879a501ac503004eccc5e60074d2dedab','1c03a604a1024f5c263c963c28c6c0969da240b4d5dda6190898393729532691',NULL,NULL,0); -INSERT INTO blocks VALUES(310072,'7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a',310072000,'d9b9d6a52f757604a5652aac64c343a47a928160790963521ce33d125486cb0b','deda10c92f292c186698b9b4d371727688a9c0ea194963464fd1c5b429fbbff1','bbfe55d6997c3187f403fa3b9cf3e042c41c00d64daf8ee9b862fcf3a7059ae2',NULL,NULL,0); -INSERT INTO blocks VALUES(310073,'ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943',310073000,'9c1a650b6029cc982e9e617b619da6d88878453ccea68ff82047581d5cc74e9c','26e4cfa82a9ed189ffafa596c7022cab40002c8099b48814f3e7fbc48b01b0fa','2bad59f5afb51273c84499796fa2966df8547225e7b0b818f6c226fbb21dcd04',NULL,NULL,0); -INSERT INTO blocks VALUES(310074,'ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb',310074000,'32d648a0d0b99f6826376e8badb278c06f95a0ab781cd873e2f7f55219953b01','f10d714905f2e84a57e0c792ebf0dd67158f19f352176a571278dce49aaf778b','dddea9f0dc94093710c40399fb4f7e3581893cc867c99c31741a4b8caa9d1b33',NULL,NULL,0); -INSERT INTO blocks VALUES(310075,'ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b',310075000,'67cd615e67e397cae8195fc8753403563e9100ecd623b2796a46b137ca553be2','d0c0ffcafa826685b59ef036c4315e79cc688ac1ee43097143debf445f6e638b','bca2fb5a4bec4b03631d7ca25f501e47d3e065f083bf1529691b1aabaafa3ff3',NULL,NULL,0); -INSERT INTO blocks VALUES(310076,'3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92',310076000,'d636f3831cd35437271557e6299024d70c4be6b9a685a4fed61e7d67e61540dd','fb11ef8957cdc599585372679a59440580acb37458ed3da092b22974a4857bb6','6c723ba075f3aa696cde5a287805d78ad41ab4723fe37f6359834325ca74866d',NULL,NULL,0); -INSERT INTO blocks VALUES(310077,'d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd',310077000,'abf96247f6b99a24e518d89162c23cffc821d5cae5703f5b7c7c4587e34cdf98','67d8b52c93c5d07ce1a335ea3572f0015a971effdecf921193cca273553466c1','a75910b1896f5accdd67777e855f1cf5270e1d411a809b856afb433d92fc277d',NULL,NULL,0); -INSERT INTO blocks VALUES(310078,'f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6',310078000,'06aeace2e79321c6776dd1098982e71bfc0baadc55470721022db67a03bd4478','2e148e6946d39fee7c6d1b320122beb1689903e929397821a63e612d5216326d','0bc5b895c2f8463d678f256ed821069c4783bb716b2bece466fcf8ab632ae487',NULL,NULL,0); -INSERT INTO blocks VALUES(310079,'f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c',310079000,'ba2c7078ee940b14e584459985a5a4785156762135541d40a138c31ff9bfe4fb','63832ac6186f8a8e8091579221ada474b43c36f465ae25ddae4ead963207150c','90dc0d4e8fb5e341d05f8774c9aa6b7d796da2271574f3ee07cc1375b050403b',NULL,NULL,0); -INSERT INTO blocks VALUES(310080,'42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c',310080000,'af327b161ed9fa8022f3efd81b695d25ad9ae8f250a6d08739a40b0883262045','47bdbc4933d69cd703c277d9a5e156951ef57791f87f92d16b85c15ab3194061','a510340459c303f8b4d0d43de6d27f32989963171b7d971890684ef008d31c10',NULL,NULL,0); -INSERT INTO blocks VALUES(310081,'6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4',310081000,'2c4d6568a9c77737c5942fab33613a1ef055ce21b9f0a9b4a42fcdf6e9536a59','7d57db6fdebb83dc0fbd1746eb328a94403f4a66e7e003593fe90c95fdef3e5c','0d0194b74a1296ebe898d6ffb4eefa196f0e653297161374086cc0c941efe2bf',NULL,NULL,0); -INSERT INTO blocks VALUES(310082,'4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644',310082000,'0b8dcdff637e5e60ae045d4c7646bd47e6047fc992860c99dd422477b9a90d74','61316fca3bd986c2398fa5dd92a8b874f4a64095691626d695e82e3c30849e27','9b47b30d0fafaa5e0c15092c184576abf920db88abdbbaf4d476ea75c24ab5ca',NULL,NULL,0); -INSERT INTO blocks VALUES(310083,'9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850',310083000,'eec6578a8bc1f5766427f4753ded18cb97c53e710f5fff8918bbdadb59678f64','bc5cabb9579b79f03b329c0e5e3c8652d8b0eccde9563d838890218bcc8bd932','b62c1de42587ecbbc6e8ef788b55a87563e27564ccf7919d17765d7497903b6c',NULL,NULL,0); -INSERT INTO blocks VALUES(310084,'1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3',310084000,'a2b2ed6a61f1c9a3d322a050178c6be119b89d1a0795fa9c9d7484ad8edfcecd','86e50073092182d9a5b37cd2453dd5a7a1af175ad0a1150492d5001510b05e6e','c9462d4f8804f63dd4d3ab2d74430ce22cdc96335c5dc471bf5c08ee8688f7b5',NULL,NULL,0); -INSERT INTO blocks VALUES(310085,'c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34',310085000,'02828eaf91883ad16beb5563f9c84cb226269c655a886857b31e5e150a1053ec','bf59d4fe42c11ab04792ba5c95cfd811a6ddf18e125daebb93695bdd829736c3','5713de79d66a06681b27ec98467c5bda59fbb48ef7447e45ca7f12ccbb6b7058',NULL,NULL,0); -INSERT INTO blocks VALUES(310086,'080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78',310086000,'5427b45ed778796c26d0d2ddf73e975856cc9ae081c36762e78d046f6cfc376c','ca0801d366e8dc44c01db11f67594bcb3ea3e81a3031cee93d24683b82185461','65492f47193d6e46ce062a196e8390b4326f9d3e209c7bad8dfc49a98df9c21f',NULL,NULL,0); -INSERT INTO blocks VALUES(310087,'4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c',310087000,'34c2664f81b1bbb53c728636097bc4b7cede67bb318ddcc5e5e6b5735bcc55a7','321bd59dc3c2996a1a2a6f74905f89a8db172b3b2b35a2d1cbfc6d06f49d09c9','10141f43e5a3469bbdfde133313b73fd3bded2a6bceb4ecdc53ca7de49d72a58',NULL,NULL,0); -INSERT INTO blocks VALUES(310088,'e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3',310088000,'14615dfa6194665d43cf2f495b8f65fb9efa04c2e90885172d229ad4a9dd2358','3ef6f8bdf30073f297852db2b7036374e3d2c1e91b0d087cb2c6c88e400de110','daec6c88029f75fceee188007526d41e02571124b9b69b279fe0d3bbdfc83189',NULL,NULL,0); -INSERT INTO blocks VALUES(310089,'0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33',310089000,'fc0f077548225d481384a1aba2d91ed4ec8b2df0f0a57ab603305c615672b25f','0788356af4b45cc44c143c457d069e64d54aa12703f8c376cf3b98827052c173','5538f396b08cf67e443604d38ad9005d1c7048cdfffe269be1f7a7e8119c5309',NULL,NULL,0); -INSERT INTO blocks VALUES(310090,'b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969',310090000,'5749263295014a597071acf2293fcd185d02a6a7b3a96df859aae3bf146b276e','02938682157ea8b10c49e9d87ed444c1303a952a00f6acfe33a1661e84868cc8','1a5e17c9e6d7cce9bbb55fb4743f9eb11d522a293f93e1615c6d9184cda6cdff',NULL,NULL,0); -INSERT INTO blocks VALUES(310091,'734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c',310091000,'ae369a1ec3e4f2aea602eab8c7ab1181cacd6b8d01582c96c4771fdd7b3de771','04aaa17c2a3dacf6c38b16ed63d70aea7b9546dc7e733dd51a3c08248ca13eb1','4244acb456002064cd2d6c73679bf242276ceb438071527004479f9f60d19ff4',NULL,NULL,0); -INSERT INTO blocks VALUES(310092,'56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d',310092000,'06a2ac591c418d2b01c74edf2524100afd1140c3933f32120c4cc3180c1de3f0','421eb90f1258261c97512745b3543fee15ae8d17769d523646033851abde9c75','15791ac1e83efb671b597633eacaeee63a83202487a99c76aaf445f5d5443bb8',NULL,NULL,0); -INSERT INTO blocks VALUES(310093,'a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc',310093000,'cdf0ae4d5d06b8735e3e62f5a76a902fee40742fc760578dae98b43635f2e57a','cbe924452487ba251291d1bf1ec518a7233eda0aa956d002bc2e0933d0057c53','15c4d3d873f1dc593f201b714d9f2cc3950e2c45dda32425edfe828428fcd75c',NULL,NULL,0); -INSERT INTO blocks VALUES(310094,'2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23',310094000,'77d836433add0cf3f7691884ec1607dde9a3996df00128703644527fb096bab5','2dad9d43a8612157867a046cc0dbc8939f30c41cc8f527a1e184c93004cca63e','695daace990f5d9a0db847aed9f315b922127ba633582a623423803cee2b4e96',NULL,NULL,0); -INSERT INTO blocks VALUES(310095,'bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2',310095000,'770a0187b5c98725dc32e15a414b9323030f407749fcb0652b1e1f2e4e762e7e','251e12514d80ad256c13398d257708ad2dfb3b70db674695a8d72d977337ac90','c5ced6842a07a5adb3d33a499139890c2da55f4c7249fc8391db5a8a2443c5ae',NULL,NULL,0); -INSERT INTO blocks VALUES(310096,'306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f',310096000,'567e91f9456ecd020fbd2fe940d796ac976981485f870db8cb0bc41d77a0fd0f','48924c125c80fbe8887ff318ebbab0edf8629e604eed0561dd48444bc4acdab3','69fe6e6cedc9c315cd93ddce2fed75bfcd0cc561b718e63c9728740ddb853639',NULL,NULL,0); -INSERT INTO blocks VALUES(310097,'13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf',310097000,'447ceafb93aeb346eb98d87db46f07f4d1f51ffde3d44adc6056a624bea3b0c3','213f5672119909ebcda9f987e3bf69dd0404134584b36c56acdd3596a1ea6881','730bd570525e394078f23973899582fe35e0e9b51b3112a853ceee14f9b8e781',NULL,NULL,0); -INSERT INTO blocks VALUES(310098,'ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca',310098000,'f510ec6201f4eb850d4f62b399d0d360d0d8cca7e3d955f849ad59a22fba1677','e504e97b361e32b0256aeb1640291eeda547dc564043835013086c87f5e637c2','708722eb65bc6fe02a111f02755fa283c7886b2dc34a0e524ad661b6ddf228fe',NULL,NULL,0); -INSERT INTO blocks VALUES(310099,'3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a',310099000,'1f956e2c07defac832b7c90982c1e7a1192988c4d1e622b54b40b78065deafef','891969418c97f41be742eeb562f39cfe92543c159095f58c5f58c8c2b0274423','54588d859bb1906a6c553f67df2940d58aaf72c22153a7605347996c8c5b9da5',NULL,NULL,0); -INSERT INTO blocks VALUES(310100,'96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb',310100000,'ac4cc3e01feb10ba2211afdff4ec43a4ce13a12e1a90dc6f675c390e6395b1e3','71e61b2d7aca45ccd7cfb6bda957b18fa076cc16bcbbfb63668e4c4f2749b7f3','14d5a8950cf2f5174b2b40d32525ca3a2e9b926f003b0716d78b1fa1a2cb2de0',NULL,NULL,0); -INSERT INTO blocks VALUES(310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'0a4bb35bf922a8175ef5559e74084d32caa16f599df84adb5e255de26b92c1c4','e716e04989e254c2ed5b1c4b81026153d5799edb5a676adea5b7efb930940b30','281f8f1bad6c05fad57734ae4b87dba4aca31fca3e90ba15142ecaa7ab670c55',NULL,NULL,0); +INSERT INTO blocks VALUES(310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'09fa44ed277cd9e448baf3d4a2accc520d57c77fed0d97379ba9bb804e3dda71','7d9cd23062d78e9eb1a892f69b154410935e9675ede8e05fe9c1269cd3c54b12','2c5b6bc9e6c49fe33a5f608251c2c70d6a134ea0dc7d4c5aa58b36b16d494efc',NULL,NULL,1); +INSERT INTO blocks VALUES(310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'b2237a0b0b29b2198355f47d38cb995e013c0e074c29dcbf1b99ed4c0f459c8d','adddb3e1b9020e7ef190f661823c79abbc5951801b15469ad9f483c512af002a','b689d436f526169698f7c33bea40807ea644767f1ef31dd68675c49d53a4a05a',NULL,NULL,1); +INSERT INTO blocks VALUES(310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'a3c393a285361d2981551f0a903d45847e7a0142779692d384bc77bac420db18','6fddb621bb8a1e2d10cf0ec8f507ada12be28578223ee53997aad614097bb35e','5374dfc2fcdca82073db7d2974af006ac36c60bc321c6fb138daf869b655db68',NULL,NULL,1); +INSERT INTO blocks VALUES(310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'f96ba90a471ab5524a574cc4ff72a228a8dc7019824482a664569dcb41c126c7','d6756ca2a0f2a403b0a1714964ddb71bc773e0a18c049008f78670efb7137e18','228c4cdf41c295752b458ce0633a743c0e2a5cdbb8825b290dfd026e0b22bafc',NULL,NULL,1); +INSERT INTO blocks VALUES(310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'943a23e317f71981b24d636cae98f495b2bb00c949b1603a778eb7500894c844','be04682401f137d4d02c7539d1c776bbc76263dea1bb88fc95197128ec1a700f','09dbd58cf4284adb8f35850baef00f0e1170c06cef015ae6c5f27896303963b1',NULL,NULL,1); +INSERT INTO blocks VALUES(310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'0c5f3dd2d439a571eec03583442fb051bedf5bc0b0ede92012922b27847af2a1','03c8d26098b8e49a297c104f22af44a622378afa711195bd8b91d46f01d68d65','1644ebe0e9903e55a74126faff36cb72fa2b2ecf185d38f78f8a808f10ed7e9a',NULL,NULL,1); +INSERT INTO blocks VALUES(310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'377fe894d79d60b011958ed747908b6009c5e0261fa177caefc664cb8db4c74b','079ec7423e2fe87820626aee8980e236a78e7d51b453a739fb5768d9d520bef6','3d1b1f1492c1d7c0d2ef4bc427899c24dcf305d818b6819607c5a97c1e891ab4',NULL,NULL,1); +INSERT INTO blocks VALUES(310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'4be55eb54e78e829306dfa31248b3073d311f49da420d9844f9aedabfbd296e3','d57db7ce89eeea61f270e7c676b38d3574c52166322cb0e287f1857a7d085e5a','71349d8d70198b0a760b0cf802539fd26bce0cd06d0c7eabe215942dd286f174',NULL,NULL,1); +INSERT INTO blocks VALUES(310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'1248da848479b90f9dada38eaa02b9fe1226859e6ed1e3c4a121172786178dea','8727f3f9af7958daaecda9f2cef1bad0303d631cf9f8418636cf130581e4bb79','5eec6b6041176efe6305ffab8dc4aee859ec1495ed4b1b860d36d97302fb427e',NULL,NULL,1); +INSERT INTO blocks VALUES(310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'1e1b07f218127eccdfab98a4bc127ce185cda15314e72328dfe10eb8f2f18726','baa3b08e70e0db5ecf913bb99da662ec3dc04a5650f99d2d36408eb8ed6cc4ea','5db9a2edcb65293258926913e91ba78b294ed7a2148c3ee1ea868e5409d95597',NULL,NULL,1); +INSERT INTO blocks VALUES(310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'03be7c3d8dc521277625164e3e828be106672cba205129c014ce7771a3b8730f','5def9d6ed9fcf82c7ec9dbc2247657f349ec4df0b75dac4444f7ff90e24f0955','b3abf83edd19524d3b59003be0baefc550f0c9914075c23c9deac7f880a9d6fa',NULL,NULL,1); +INSERT INTO blocks VALUES(310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'db6d49ef7cfb461f9431b2e712f694f0747012ae28f3684e0d41476f77fab667','f6d1a346abbb2adae7dd7fe6ddd94061bcdae3ed30bd091958d445c8b5f57f4c','25f04a559732c68ee9596d31d765bad5152cdb641a87929de0578163b8e03705',NULL,NULL,1); +INSERT INTO blocks VALUES(310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'ac399d193def488d3457876edef42dd651b30c976025c3d6f810e4d37c88c822','273ce70d30b249ba5afb8382ddf7ded2d0849044d519fb48224a6ea69b7ba6dc','4c1b1a68fc47e6403e3c772b60d4ecd9ac67067572b047ac5af1c669ed421556',NULL,NULL,1); +INSERT INTO blocks VALUES(310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'f6fd6f6280b1c580abe8e31de28bfa0f269d453068946733cad69d29f6874936','ce4d93afd619a9f22326d72b5ae6c10b24d3075399374184463f65d489a57c51','f1b8a48986406d18c4ce590ada71a04079f25fcce27b22621e58b76c86f7508d',NULL,NULL,1); +INSERT INTO blocks VALUES(310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'0c52d56c6f7c25da7b757aba30e890e9eff402155b5497a5420e13e69b7cb54b','7df6ac77f91e828339a1f92ce8197c74ff120f6c00d180bdb19a91f7da14a83a','3d8a9a17851790e6f2fb580a7e5e41cdf185446e233110ac7af355adb53a6fc8',NULL,NULL,1); +INSERT INTO blocks VALUES(310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'03cd020f708d5f082f5b63e3c1f58e5f25d564a60699ae0f23471115d9e37d5e','45379e27de14058cb9100cc29417da1e5b2534e4434bfcd074c811324e46fd06','b73fe0ba3ae1dbc9ed295e0f4aaf9a8f933e7f5d9498f6a9f9f95c42c06c8d3c',NULL,NULL,1); +INSERT INTO blocks VALUES(310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'d95cf7b2af3f578fc64450d484323075e81999a868918d3dbf89160269d68980','92ed43fd80e4e254ebff7dc725c32962beb79be51dfe8d62d12bd8e123320532','3cc79ee79f8b778bf61d324bb9905df8c226e5c58d91e0fd6a5b8a1f2c27bfaf',NULL,NULL,1); +INSERT INTO blocks VALUES(310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'725783dab777f54b11be66fdf47280852fd6b4d8a9b9f2fbba9e92056538ce73','f21d857139bdc083724362346aeaa455f82caf0fdf13f2ca880db6dbc6e047b2','4b58df60e497954d8bd3c74306ba7e8cf91828d12512c6540e0160bf83d72aa2',NULL,NULL,1); +INSERT INTO blocks VALUES(310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'05ad248fa836b50ce72a2f61c7465a455cc48ac92f2c0ff9bb9f94e69081d1e7','3e8a8361086aee82a316c2a041d8f4e1d7b4000c3e18263ca84a3267a811ee7d','20d58c7c1c4095ad9c7ad3b24705a760d35a7bb4415811c16bc61f195c0f5897',NULL,NULL,1); +INSERT INTO blocks VALUES(310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'0ab8707bce7b77beecc32ad6124482cb561776ed245ce6dce08f5318e2cf396f','d66ff9e099bc707b866c2595b0bb642657601a36ab06cafa070f18e9f3ad30e3','ebce65e11706d3d114368740a10f041f33393c429c75d8b0b29886c92b61824b',NULL,NULL,1); +INSERT INTO blocks VALUES(310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'198edc4bf109549538a2f8f96714536a99a1568fe16fe4254881520474adc68d','3bd8ef01a2be7a5d817b535f19e456325bcf2d684ac25f09124d4582040fde54','3a7b1dd11067a6855eb4d8ad39aaf8e8bbdca473f3ccfe3cdafc14fc8b88c3af',NULL,NULL,1); +INSERT INTO blocks VALUES(310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'52482033c5c11ad24257707137b090606305497618e29050b2fdd3e13bc822ce','7d74bbdb4057dc5d0e9b568e983df362b87bdacdddf2724b1ee4c42b6602bd47','1e7853a7007bddc666b8f00774e942ea8a0367eb3dc98efadef409090c82c0b5',NULL,NULL,1); +INSERT INTO blocks VALUES(310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'85d639cc8147885470da26d3c0470dba0eb8b6870d5941b12bcc4afb8fcd9af1','568bbeb4d12090c110442540d6f12734602dcf84ae5e331f0391a4a47857d059','c9050b76b2f66a15d1925b802194a646981d02aa4db5b9accf5e39551007e6c8',NULL,NULL,1); +INSERT INTO blocks VALUES(310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'eb62ce47d68491a84b9a29b92db2742021881f0274072f1bc39dfef08cd7a590','877a4d466f5f780e8103a42fb7771935ef57486ed7d74aa77757b9cb434893b3','b21f0a496f546592427729efc189eeace81473c330af4cf1be9e4cc554bd24be',NULL,NULL,1); +INSERT INTO blocks VALUES(310024,'b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5',310024000,'45e73afbc34855b5cbd342a6fb77545e01f3ff4601a04c6dd25dff665aeff484','b16082c8d932618c9bd89f7b8d6372190cab18b274ed8dbc1b4f04e5edc2bdbf','53f3b1e4bf11b9b9ec2924125d41c92dce66cf3ce342956e9c87b2f1f59be983',NULL,NULL,0); +INSERT INTO blocks VALUES(310025,'a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666',310025000,'714702b25559325c7bacffdf28e0af30c47bf48e6b4fda053c21ea31c7604128','391a822509e48a899634f3b8a6b0c99fd298eefd97230b401b40c301dd7e6052','9074e5ad59ca4511e996ec7a476f91b0084c8a8272a9e4e79e756e79fb281d6e',NULL,NULL,0); +INSERT INTO blocks VALUES(310026,'6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a',310026000,'b305741a1e277ba0ce8436b914784ea0156616ac308282a7f29dbca62a54cc82','16c8d91265aaface472342f436e376984d576675529de1f58a188f994375dea0','c9ef2cee6efb0bd6212ee68b34a1428729f3a6771ed61acf517f3ba282d51255',NULL,NULL,0); +INSERT INTO blocks VALUES(310027,'d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e',310027000,'1f833f7396917e02b4b65b0a05d19754b6a53b030b659514d0c21cad062d45f9','d7a61a46b4f6da78607245b9fdd4e0b1d7499b5687805939342a431ef570711d','4d374051f85357d47af7d40536f742f3daee3dbd9a61a73f3a77e422f58c9c37',NULL,NULL,0); +INSERT INTO blocks VALUES(310028,'02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b',310028000,'47b38906beda7ad735a86b9fd63669b0357b7ae0a0c1a54c9827bc8b90185626','a8a0b67ddb47a15f89fd14f227e118bd374dde04f4bce3205d5ee07a8c7509d7','103b5109241f41670849afab81abee1faf20f70bc965da93dd8410c64d320aba',NULL,NULL,0); +INSERT INTO blocks VALUES(310029,'3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6',310029000,'e69f6c9b649ac04920be70f9b076f7909bcebd8312afa715be3d8922794a72e7','355199be765ee2db25308e58d6cdfd22c6941a296b51800e8f937cea1afedbdf','4772ea9d0364a179d36928bd26ca3136c63e7bc4b4ca5eca0d35dc852f6df9c9',NULL,NULL,0); +INSERT INTO blocks VALUES(310030,'d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5',310030000,'c51828b04433b000787c92eaa7e5abd5cc0bc31c619cb8479aff675af6e00c55','b4bb7325ae90ccf0095b0970cb4828c98915a2e6694723ca8af1e9f77523d540','4739cecbaddf90f69213145782f996767589e0ff03447bcd21bbc758c8ab5488',NULL,NULL,0); +INSERT INTO blocks VALUES(310031,'0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689',310031000,'26d91568af76b5ad4b357693ecb0b9341aabbf5de5d5c83f9998dc2f95d76e5e','b13328f7f6011c05736a1c728af4726f63f557ae1eafab7d70b6b7fd60025616','60cd7b27793b90bc58a07b63e69eec4a2640bde119da6f8679c1059ea57c386a',NULL,NULL,0); +INSERT INTO blocks VALUES(310032,'66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074',310032000,'21f8da71c386ec1e5e31a35c1190b895f2df52529ea028d5fba25e0d57616952','80980b4466ca949fa21a42ffb8c22a2f5853722c4fa02bf0cb962e97365384f1','2b3c3cb6764d9f36089e903581d902b98f46458d0666895ce9c565b8d5b28101',NULL,NULL,0); +INSERT INTO blocks VALUES(310033,'999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707',310033000,'1c844a38fc28e83406c8019615d0c24a1ea84e6ffe4da392d29f353ca676001b','0c2f46b4f4d5f345399be6073d2f72bf689f6a3a20e57c41ccd541cc0bae76d3','fc16ab9910e6096fc6ea7d5f404151ed9c2f377241bc006fbea18fbd940e3b46',NULL,NULL,0); +INSERT INTO blocks VALUES(310034,'f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208',310034000,'0533bc0d3bc008b5d65932c569e9f85e3217ea9efbb8937935be93b7a01ec2a8','9f5f89f0c9821b7de30388b2a0891011612096ac158a70838d4479059a4bfc50','eee9b41db4ab7f778262c555956ab1a8bbe1be0a2c34dcd924c3f4366e1890a7',NULL,NULL,0); +INSERT INTO blocks VALUES(310035,'a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2',310035000,'b5f0b7406fe3b6dbcbb5c3b28fb8fb119e237f07532f500b422058ba898e5b22','5847c5ec7d8ad0e27d47b3b6ff7df903c4a67a269aa248e69ee918062e58976c','8131ac68493d21c3488c2c2c38e263135b3ba829ef0ea7b9eb64d53fd1a5221e',NULL,NULL,0); +INSERT INTO blocks VALUES(310036,'158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76',310036000,'7519ac8cdf4c13b25929d913e3858855aca68bcf3fe6d3636e7371894af27f04','46fea446096a8d96f1f990374d94405f358ef5a3a8bf09aeba2f76977cf867b0','7b0fe5efdd603691ed3ee689ab7841a1f1d50dc026859b45cb078b7702ccb3ac',NULL,NULL,0); +INSERT INTO blocks VALUES(310037,'563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07',310037000,'f417da67da0c23d4bc44bbb864de5b94057916e28502641ba70764f44165a1fa','e372a6531d2f206be5cca17be0f42a75e2e6617499a6dec377c274f7738620df','ad07cb7494f931888b5318a6d7b757affc5c0e9306a31e5df973e3ee0dee05da',NULL,NULL,0); +INSERT INTO blocks VALUES(310038,'b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2',310038000,'098eb6f2b0a1c584d969167f50bb55383ab71593ed1f0ca61d83c4513a209107','da7704f6d661aa255af6e2d3ad713fbca0a0e6296b16e3a364989bcb5a4e38ba','9c375409d5a57783c2ef740f8c858f01733b20b7fb9435196e80ec5997677b39',NULL,NULL,0); +INSERT INTO blocks VALUES(310039,'5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347',310039000,'a4aa60a1320e47c975628f6650d8fdc44b6a729d26a3178031e32fcb48b59491','02eb5dc168a03d3cd067677480b22185a8ad6731e467c0b3bd5a907834e01013','7dc2d03bf42ee4242682580df9b8b915bda2c157dee21ffe778ed79e07b00317',NULL,NULL,0); +INSERT INTO blocks VALUES(310040,'7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3',310040000,'cc5b2af6948531b635b18a4b6698efa318190762c8e4419aa9ca3634e7ed5d1e','f6ba96a6e3e2e3442722bbc1bd770d3f6f0f4a4ffe57d0858586539f81e868b8','8fc6c8df0879be778b34f6a221b78471e62da8fcafe26f86d6f2ab911b6554cb',NULL,NULL,0); +INSERT INTO blocks VALUES(310041,'5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359',310041000,'7ad02b4853bde78025942e9f58c212a76c1828337610347e516d4a359af804b5','d8089b22bc20979dce133885c84c5babb754ff0522d7f2193e1d3157c5251631','549d7ebb5eff71cad11f3fc9b2fe22132754820acc5af4f65184a079105e05f4',NULL,NULL,0); +INSERT INTO blocks VALUES(310042,'826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4',310042000,'64a91735950113c13603e49ca549fae9b30092a9fc02d53a32a20eaef64ab6ce','554d6b2a2182d87b00111b748a5d904aef85a56b92f1d076ad4f866f0d054041','86e3726ad05cf5c13103ac23ce13fdfe9d059baeb7964ee8d63e188e8e9072db',NULL,NULL,0); +INSERT INTO blocks VALUES(310043,'2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51',310043000,'68107847c7a9dd19612d8b47c1a39cdc446c752f2c05ea8fcd961a42f835d155','f2b1800a73d98a15428bfb5289f7ccbb9d3c66b98fb0a36f00ffce8a78279801','b4bed4395753bda6804a1018a4cc243bf8302362e7382797deeef4805f834f6c',NULL,NULL,0); +INSERT INTO blocks VALUES(310044,'3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b',310044000,'64d4d51adb6994360b3dbf04663c4f067ba223e62912fe1c5a96a190225bb54c','ce4365857faa29eb04e638064e4810620f434fe515efe63eb2ac49c3adce6581','56ea97249160d7bc4b22214deb7607798ca47b18e88982c98d821ebd5098d62e',NULL,NULL,0); +INSERT INTO blocks VALUES(310045,'7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98',310045000,'3ba2d7685f63962f576e9fa94e4d6709ace95249a3064804c3822078c982d11d','94729a0956e8c1b095c9181e01c220b94257ff582e35d87923e3c5ddba3a3566','14ca9f208a8c8f091f573882c8e36a6069d6366caeb720c1257daef91bcbb77f',NULL,NULL,0); +INSERT INTO blocks VALUES(310046,'47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6',310046000,'6502f277568bed2705c5f496e278e5d99310ff6705751a3999cb4b2bc7d725bd','0986f1e944c39e36fe955ff092028c51647a9359492f17a76c682b4346be714e','d1926ad00ca2dea2466f33df397520e5bd356a62b5924cb9a7fcb22d1b835789',NULL,NULL,0); +INSERT INTO blocks VALUES(310047,'a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075',310047000,'5dae29289f36e64b87d56f9870af0bd5ad77ca45f1093c1a41140ea397945130','f14e3c5de5e186beaed6835c7c61fe2274603bb73e62ebea5899ae2a998e26e2','d31e31c81797b574adb1e2184a3ff1b22311e729c13d360aab16008c097802b0',NULL,NULL,0); +INSERT INTO blocks VALUES(310048,'610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309',310048000,'d5dee49d7b78e2ce4dd2a648e345a52bbfa7e0e76de9e970b1dc0b6aea66c130','e31cb01f21f653217b3bff72061a63f3778f45a72a8419988a496d8f388cac1f','49842cebf6e8a92970d422bdf71181f59c5b0790c1fc24ee8a3a37115dce8de9',NULL,NULL,0); +INSERT INTO blocks VALUES(310049,'4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c',310049000,'2b4c97a93933b8986ebb061d47f2e8bbb1672206058ae3c3ae388bab36b8cbc8','eb45cf1a49da1dfd4ce7231e8f6da96b7241b0b034884cb2de57dc107723b7a5','54df5acb150b006a5c47e508b5436d403a79d87d29595ea85c91add3793ab2a5',NULL,NULL,0); +INSERT INTO blocks VALUES(310050,'8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348',310050000,'115913763ca7ef5691512a5c6d47cbd49203aee8a3242928f62640912c935872','db0d0812374555812015a2058ea7f6bc8aebb8aa7d2824eeeb26b7b42d75f97e','b3c8c69abcaccba69b02ed638d39c39f6adb390d322518a7376130da6a99bee0',NULL,NULL,0); +INSERT INTO blocks VALUES(310051,'b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6',310051000,'72f24dc53c759a08aeb447d826bf64aad71ca8f4ab9640e30e440e6bc050a0eb','b3834012ddc576765f337d3dd8b3c916f66711481c0bfa2464f6ec2678d1512e','882e358a097b9d7218e2da92d1e9bf75886553d78314d5c91103ba098ac0b432',NULL,NULL,0); +INSERT INTO blocks VALUES(310052,'0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2',310052000,'07846004f2da033bfd113e13040b0d0d605375370b7437e2ca2ea9467fc80c1a','35357fb0ca94373955c3cdf08be75d20e9665a9632be0df0c90b567875594049','dafde86430be49ded848818e22431e6fa87c47cd3d6434a5faabbfdf9b5a84f1',NULL,NULL,0); +INSERT INTO blocks VALUES(310053,'68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f',310053000,'7bf9a701337c043a7268cecca5ff765c24600a2056137cd03e3ead9d64ef2348','d177ed9e0bb4b3d77bc5b1a044e724cabb92dee3189747bc1c01d1fee7148fa2','455f1555ac6553e589c3dbda1f38d5e725d8fca51f81cb0a2b54c96a391138f8',NULL,NULL,0); +INSERT INTO blocks VALUES(310054,'a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305',310054000,'d544aec17018203fe2f5c9bda52a5da53d41d3364b8026770d1f620aa53e6c36','8a3b92aa200f79e8aff4a849618914f7d39c34ef2ed636d3b5633a2ad2f647ea','3c0244183470226370c2b3f288d520df8ad05e7ff32101228a0474ef6ae27b9c',NULL,NULL,0); +INSERT INTO blocks VALUES(310055,'4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356',310055000,'bd3044c66f7e2c24944a9c938b8f162ac8f566a1338444c219396eadf5179d3e','59ce208e69d4e1427791ae237a6db6a05efcd50fa386f4f8f56862c6cc3b12d5','5ebd550528653e12f74893d3ca45f5fee001b2e3e7a6aab9d3b008c74c4ad1c6',NULL,NULL,0); +INSERT INTO blocks VALUES(310056,'7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3',310056000,'b19346f726636aa9da55af6106a471c596a7f7b93289b70d3d33b45334bca9d3','8e9d4b1d3ad7c5e8e479640da0ffd8b7423aee810ff6adc4ae2d37d545169579','5b0e0bc6ae1444fb168d7e1785b78521079fe1335a28c0a5d7c9cbdabf146f33',NULL,NULL,0); +INSERT INTO blocks VALUES(310057,'4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411',310057000,'35c2ad9ccd3bd68cdb0c4d8fd4e30938521b8559c1cec331a29b1802d649947a','e14484629fa3aa2e8ce54505b3983d0f33e7727d3dacc5de57a574c2e0c69baf','84bb610678a8af53bd86347d17e8e43a5163bd076a49ede61a9193183324d8e6',NULL,NULL,0); +INSERT INTO blocks VALUES(310058,'a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f',310058000,'e9a705d6661f0345ffe0f45ae26c0d6ba6bd5a125eef2f0e9558d0702ee6d63f','cfbb1995e2c28020dabca30e98f72afee01b64fe276acacee7e104b22772de65','6b04cd03f1ceed83db594233143b9b724574aa89ccccecc237537f03f880d87f',NULL,NULL,0); +INSERT INTO blocks VALUES(310059,'ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9',310059000,'61efe4d33a7f70cae34df86753532aee25fb0b153744acb962142691f6979482','401b057e48ae9e423f354f7ddbb11e70c0ec2209ef1a26dc7ffd0bf6003f1335','be95512f75aa49823c3421843feb3656d3f3fad5e18cda24b5dbf8413a46cc3c',NULL,NULL,0); +INSERT INTO blocks VALUES(310060,'974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b',310060000,'59d9785e783c59c12783977087ad439b2dacad9ae1ef2be6384bfc9036da9804','6010ccb1d9476ce07d8b50633bccb97ecff1a229a0ea7701c802aad32f961be9','3505a8dc65fcb0785f44d29e9ac51802d9827eb9da12fe3aff1a391a6508528d',NULL,NULL,0); +INSERT INTO blocks VALUES(310061,'35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf',310061000,'e257d59ab5dfb01b8396bd12d2fd169f9ac7629365b90bf6e593e627738d3754','bda63243caec3f70173e1e93a16867ecbcf45d987b6a5f72d1bea54d361f0ed2','fc4df56bce530a50af8868198145f39ad442fbd71167b84a77bdf0d8b794898d',NULL,NULL,0); +INSERT INTO blocks VALUES(310062,'b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f',310062000,'0dc0317a88a6fc4ac791cd4d45edcf2a142fb83aa2e8a2f299fcac48a2c2e04d','ea9f3db44eb05a8ba1c860cd0a13ea662f84715b59e78a87f49c78377cb6b2c3','b38094756f3fe261d82b9a7454601168880896a120c5a6c3533587603da834b3',NULL,NULL,0); +INSERT INTO blocks VALUES(310063,'0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe',310063000,'892d6a49aebb262f2a626a35c0806c488c836c04d33122c2d65ecd8904fe3d85','3fc1380f35c9123d16b9ffbeb23c44f24e4d6001406a484ce30ee5758b8ec965','ec6d97a0c3d25023a272ac0a81d059afd2c24924410c53f26129a8262ac0c6c7',NULL,NULL,0); +INSERT INTO blocks VALUES(310064,'e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30',310064000,'e345abbf8dc42737a9f2dd038534409200d63a9ebf5d1cbf3344ea9413c388c0','be23706267b965eb38fa15ec1ce8c17ed5727bfedba0ca4d4be3db2fd703744f','9f9c28fd09fcdcfdd59fc7c78d3169b74eef62ce5fd9536d710e66f5e44feba0',NULL,NULL,0); +INSERT INTO blocks VALUES(310065,'8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a',310065000,'84ec781d054c0602ed97384cd32cd060b938627ea490a7635fa3ac0babba94cc','1f7417cf7a3d9f07e5a8faf658b166c288aff136ee56f244797ef589f9cf98c5','5c34f4eaf14300b1660fcd68d347ce50686d161ba0679443c84eb93129289670',NULL,NULL,0); +INSERT INTO blocks VALUES(310066,'b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d',310066000,'3478612a8bb95c2966891fb4d1b35493a1342364a6f08404b83ac9fdda763aa2','7b4317e7c2db815ced2d81aaf8efaa6331e475a7a9b3a59041640d43484b1a89','13b1b6dbdec3a84ddee0f8e00983c311781f02538dd22f83340d07797b00d3ae',NULL,NULL,0); +INSERT INTO blocks VALUES(310067,'8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577',310067000,'c532c4c5f5e2ae1026ec2582645d9aef06afee46cb9781427a1f40667378ed67','89699fdf437b96128d7eb89a45d58e45d0b829789c6e0b29e8972b48ce5e62de','3aa38609253260e27b909ef0118585e7807911ad0579f5c37bfb6bd43454a767',NULL,NULL,0); +INSERT INTO blocks VALUES(310068,'9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5',310068000,'5508189396fa6dfe63a7d06fe97a3073e986eb305bcb49430157f99e3848cd69','4c49d9334c909f728f3b06a0ef613fb09f6369dd431b7078db5d269cdf9dd4bd','601ff0cc39afc2925a200b9677513ca7b52d713749dcffff2239e6759d5797c0',NULL,NULL,0); +INSERT INTO blocks VALUES(310069,'486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7',310069000,'9b0b5d09dc7aaffaf5a3603fa2b914c54b04755a5ddbf83476320149f802292a','ef4759403c17482a8f8042fb93a5cae1b741085cdbf73e839638fee316044571','db4ec93ac92146da6f69657815cdf8f8d5a19145a1f913eeb0544941458136ec',NULL,NULL,0); +INSERT INTO blocks VALUES(310070,'8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5',310070000,'2e40d398c2eb131e195a667f1b2b5e8de29e80423a2d0dd3935fad6dd7cc919c','18e3230ce4fdaca025887c118a2f2fa6bcbe81fba5c968301a90b43e27f2c7aa','38e43582f02ae61e76dfc61f5c1bed481eaa4b80d9ef379e628eb36c80f516d5',NULL,NULL,0); +INSERT INTO blocks VALUES(310071,'7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b',310071000,'763d3d949dc16a797f5b8a2f5a27fd34b4636fa3dbf33eabed5db048e1a848b4','7b10cd9561d4a33c7771570925e5a9a879a501ac503004eccc5e60074d2dedab','06501c2e5850279e7d3e700dfec665d3a045d3ae27d5d30adc1c2dc7c005c66d',NULL,NULL,0); +INSERT INTO blocks VALUES(310072,'7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a',310072000,'d9b9d6a52f757604a5652aac64c343a47a928160790963521ce33d125486cb0b','deda10c92f292c186698b9b4d371727688a9c0ea194963464fd1c5b429fbbff1','23510943cb18b7c373615a7acfb97f7cd74fcc0c12bbdb9606026d0f1088ff94',NULL,NULL,0); +INSERT INTO blocks VALUES(310073,'ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943',310073000,'9c1a650b6029cc982e9e617b619da6d88878453ccea68ff82047581d5cc74e9c','26e4cfa82a9ed189ffafa596c7022cab40002c8099b48814f3e7fbc48b01b0fa','496499c5e2a361aa31851e635476cede4fa75fcbd9e9b6a409d208dfdb67cd4b',NULL,NULL,0); +INSERT INTO blocks VALUES(310074,'ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb',310074000,'32d648a0d0b99f6826376e8badb278c06f95a0ab781cd873e2f7f55219953b01','f10d714905f2e84a57e0c792ebf0dd67158f19f352176a571278dce49aaf778b','17b9a598bbaa93bb27cc531a3afd81f202290cb89649a6427f1af1a863e12c11',NULL,NULL,0); +INSERT INTO blocks VALUES(310075,'ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b',310075000,'67cd615e67e397cae8195fc8753403563e9100ecd623b2796a46b137ca553be2','d0c0ffcafa826685b59ef036c4315e79cc688ac1ee43097143debf445f6e638b','afcea3bba021b5ee1b520fed537f28bcce849ddc60761704181371f1543b2ccd',NULL,NULL,0); +INSERT INTO blocks VALUES(310076,'3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92',310076000,'d636f3831cd35437271557e6299024d70c4be6b9a685a4fed61e7d67e61540dd','fb11ef8957cdc599585372679a59440580acb37458ed3da092b22974a4857bb6','d8ad5bbe965e73861851bcb4461fddf2a1e721cb88dc03078882553d78550cfe',NULL,NULL,0); +INSERT INTO blocks VALUES(310077,'d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd',310077000,'abf96247f6b99a24e518d89162c23cffc821d5cae5703f5b7c7c4587e34cdf98','67d8b52c93c5d07ce1a335ea3572f0015a971effdecf921193cca273553466c1','1438b0b0651b5bcb1cea47bc0ece8b28fa813ffa2305bec73de433f1ae338fad',NULL,NULL,0); +INSERT INTO blocks VALUES(310078,'f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6',310078000,'06aeace2e79321c6776dd1098982e71bfc0baadc55470721022db67a03bd4478','2e148e6946d39fee7c6d1b320122beb1689903e929397821a63e612d5216326d','50fe151f24df16bee1315949a4657a6b793958d91ef7f0de1c663f3ab906d310',NULL,NULL,0); +INSERT INTO blocks VALUES(310079,'f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c',310079000,'ba2c7078ee940b14e584459985a5a4785156762135541d40a138c31ff9bfe4fb','63832ac6186f8a8e8091579221ada474b43c36f465ae25ddae4ead963207150c','600ae7b6e3568aba3b2ee302c1283076792b65756b210d8ebd399420245fca17',NULL,NULL,0); +INSERT INTO blocks VALUES(310080,'42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c',310080000,'af327b161ed9fa8022f3efd81b695d25ad9ae8f250a6d08739a40b0883262045','47bdbc4933d69cd703c277d9a5e156951ef57791f87f92d16b85c15ab3194061','026d5a89c6029f4326cca216ceeed72b7226707b22a406716c96f8782a99016f',NULL,NULL,0); +INSERT INTO blocks VALUES(310081,'6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4',310081000,'2c4d6568a9c77737c5942fab33613a1ef055ce21b9f0a9b4a42fcdf6e9536a59','7d57db6fdebb83dc0fbd1746eb328a94403f4a66e7e003593fe90c95fdef3e5c','bd6df773e14b216b04f081230f9ba2ed8c939766c308e50a407e65cd7c37ef59',NULL,NULL,0); +INSERT INTO blocks VALUES(310082,'4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644',310082000,'0b8dcdff637e5e60ae045d4c7646bd47e6047fc992860c99dd422477b9a90d74','61316fca3bd986c2398fa5dd92a8b874f4a64095691626d695e82e3c30849e27','bcb8ebf5eb6f073d36008175c6ea14bab1f41cbf759a0b89c80e635591d5e556',NULL,NULL,0); +INSERT INTO blocks VALUES(310083,'9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850',310083000,'eec6578a8bc1f5766427f4753ded18cb97c53e710f5fff8918bbdadb59678f64','bc5cabb9579b79f03b329c0e5e3c8652d8b0eccde9563d838890218bcc8bd932','61ebc09d7e5b31890c71da4142fa1eda1ce1c253ffa5c5ad1b8be5c7bf4edc51',NULL,NULL,0); +INSERT INTO blocks VALUES(310084,'1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3',310084000,'a2b2ed6a61f1c9a3d322a050178c6be119b89d1a0795fa9c9d7484ad8edfcecd','86e50073092182d9a5b37cd2453dd5a7a1af175ad0a1150492d5001510b05e6e','055632e182e19c8ad0469b17fa3219bcc22a0ef8080f22761d973f12e1ee361e',NULL,NULL,0); +INSERT INTO blocks VALUES(310085,'c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34',310085000,'02828eaf91883ad16beb5563f9c84cb226269c655a886857b31e5e150a1053ec','bf59d4fe42c11ab04792ba5c95cfd811a6ddf18e125daebb93695bdd829736c3','ebc0ecf17718280d4ec0dc9808fcab0ee477b229d013cf07a2300f923cd4aede',NULL,NULL,0); +INSERT INTO blocks VALUES(310086,'080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78',310086000,'5427b45ed778796c26d0d2ddf73e975856cc9ae081c36762e78d046f6cfc376c','ca0801d366e8dc44c01db11f67594bcb3ea3e81a3031cee93d24683b82185461','3c2e8a2dde1875ed1a1c2977cef56cf3e5644c47adf00459cab3e58467405567',NULL,NULL,0); +INSERT INTO blocks VALUES(310087,'4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c',310087000,'34c2664f81b1bbb53c728636097bc4b7cede67bb318ddcc5e5e6b5735bcc55a7','321bd59dc3c2996a1a2a6f74905f89a8db172b3b2b35a2d1cbfc6d06f49d09c9','8c82523eb156fc41b451a167c2f29875c412f06a3747955b7761b160e0f3463b',NULL,NULL,0); +INSERT INTO blocks VALUES(310088,'e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3',310088000,'14615dfa6194665d43cf2f495b8f65fb9efa04c2e90885172d229ad4a9dd2358','3ef6f8bdf30073f297852db2b7036374e3d2c1e91b0d087cb2c6c88e400de110','779fd281deb8d82c1e231d7f1693d1485ef02a37b30e790c47b025968d764aba',NULL,NULL,0); +INSERT INTO blocks VALUES(310089,'0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33',310089000,'fc0f077548225d481384a1aba2d91ed4ec8b2df0f0a57ab603305c615672b25f','0788356af4b45cc44c143c457d069e64d54aa12703f8c376cf3b98827052c173','0d851677c2c1f61a4ca146da8fe61426ec1136b3f1d0b63024dd9bb863e57f7d',NULL,NULL,0); +INSERT INTO blocks VALUES(310090,'b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969',310090000,'5749263295014a597071acf2293fcd185d02a6a7b3a96df859aae3bf146b276e','02938682157ea8b10c49e9d87ed444c1303a952a00f6acfe33a1661e84868cc8','fcc749dee991914d22e2ddb470999d389b9748d99c53b9a3f0361046fc7cb3a4',NULL,NULL,0); +INSERT INTO blocks VALUES(310091,'734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c',310091000,'ae369a1ec3e4f2aea602eab8c7ab1181cacd6b8d01582c96c4771fdd7b3de771','04aaa17c2a3dacf6c38b16ed63d70aea7b9546dc7e733dd51a3c08248ca13eb1','014922799d8b719aec3f95526e7913871795505e5fbb7cb193c57d27b42fb767',NULL,NULL,0); +INSERT INTO blocks VALUES(310092,'56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d',310092000,'06a2ac591c418d2b01c74edf2524100afd1140c3933f32120c4cc3180c1de3f0','421eb90f1258261c97512745b3543fee15ae8d17769d523646033851abde9c75','56d84406dade7fdfdc5fef9dbad01084861747a4aaa8d50c1f7018054ae237ca',NULL,NULL,0); +INSERT INTO blocks VALUES(310093,'a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc',310093000,'cdf0ae4d5d06b8735e3e62f5a76a902fee40742fc760578dae98b43635f2e57a','cbe924452487ba251291d1bf1ec518a7233eda0aa956d002bc2e0933d0057c53','fd94db5f468dc6b959857930c965e3be89af455ef1acc17a0b5707eb4956159b',NULL,NULL,0); +INSERT INTO blocks VALUES(310094,'2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23',310094000,'77d836433add0cf3f7691884ec1607dde9a3996df00128703644527fb096bab5','2dad9d43a8612157867a046cc0dbc8939f30c41cc8f527a1e184c93004cca63e','11b99f6fe98a4e91d67c45e874ae0f98ad34b89fcf6d9e8e01158f6658d0c849',NULL,NULL,0); +INSERT INTO blocks VALUES(310095,'bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2',310095000,'770a0187b5c98725dc32e15a414b9323030f407749fcb0652b1e1f2e4e762e7e','251e12514d80ad256c13398d257708ad2dfb3b70db674695a8d72d977337ac90','a15a2ac7efcb4669c7b96787f6e260e50d992958983d6a8c5e7616cae82b3b54',NULL,NULL,0); +INSERT INTO blocks VALUES(310096,'306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f',310096000,'567e91f9456ecd020fbd2fe940d796ac976981485f870db8cb0bc41d77a0fd0f','48924c125c80fbe8887ff318ebbab0edf8629e604eed0561dd48444bc4acdab3','dea32eb1239deb4f3090277b9fb5efdb7ef693a495a87a458846f627d1fbdee3',NULL,NULL,0); +INSERT INTO blocks VALUES(310097,'13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf',310097000,'447ceafb93aeb346eb98d87db46f07f4d1f51ffde3d44adc6056a624bea3b0c3','213f5672119909ebcda9f987e3bf69dd0404134584b36c56acdd3596a1ea6881','9c2f828038748251b0d90b1f670a420e41795017d48faf82d0907f099fb17b7d',NULL,NULL,0); +INSERT INTO blocks VALUES(310098,'ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca',310098000,'f510ec6201f4eb850d4f62b399d0d360d0d8cca7e3d955f849ad59a22fba1677','e504e97b361e32b0256aeb1640291eeda547dc564043835013086c87f5e637c2','d4676ecdb10ffa9ab960b5c939677d39a101a3c8dd473b3edf00a3395d806c44',NULL,NULL,0); +INSERT INTO blocks VALUES(310099,'3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a',310099000,'1f956e2c07defac832b7c90982c1e7a1192988c4d1e622b54b40b78065deafef','891969418c97f41be742eeb562f39cfe92543c159095f58c5f58c8c2b0274423','daa5d9d288286e3c06a3d9d78078fec373dd1c1290aedb46c97f486e099828f5',NULL,NULL,0); +INSERT INTO blocks VALUES(310100,'96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb',310100000,'ac4cc3e01feb10ba2211afdff4ec43a4ce13a12e1a90dc6f675c390e6395b1e3','71e61b2d7aca45ccd7cfb6bda957b18fa076cc16bcbbfb63668e4c4f2749b7f3','e2b3759a65519e4bfa5358fe07acaabf845fddaf82a59c12a90618382fbb3875',NULL,NULL,0); +INSERT INTO blocks VALUES(310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'0a4bb35bf922a8175ef5559e74084d32caa16f599df84adb5e255de26b92c1c4','e716e04989e254c2ed5b1c4b81026153d5799edb5a676adea5b7efb930940b30','8cb56f1e54ddcb7d5ebea5e6425024b85c28a055a21e073258aa43ac734bc85b',NULL,NULL,0); -- Triggers and indices on blocks CREATE INDEX blocks_block_index_block_hash_idx ON blocks (block_index, block_hash) ; -CREATE INDEX blocks_block_index_idx ON blocks (block_index) +CREATE INDEX blocks_ledger_hash_idx ON blocks (ledger_hash) ; COMMIT TRANSACTION; @@ -150,42 +150,41 @@ CREATE TABLE transactions( data BLOB, supported BOOL DEFAULT 1, utxos_info TEXT, + transaction_type TEXT, FOREIGN KEY (block_index, block_hash) REFERENCES blocks(block_index, block_hash), PRIMARY KEY (tx_index, tx_hash, block_index)); -INSERT INTO transactions VALUES(1,'c9ff1be2579378fad6d83ca87e6c91428b1eb8cfd1b0f341b3c7e452764404f5',310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 2d81a3468670b6532dcbc5d7e41697ff15aca083d5e3780778e2f6cba4d7c856:0 2 '); -INSERT INTO transactions VALUES(2,'8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32',310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'0000000000000000000000010000000002FAF080',1,' 6ec80f30ffb172559eb7d1af7ed17f317a4128ca3525dbdb86d1bfacc818a5e1:0 3 '); -INSERT INTO transactions VALUES(3,'1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093',310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,1000000,X'0000000A00000000000000000000000002FAF08000000000000000010000000005F5E100000A0000000000000000',1,' 70047c0e0eabacdc2f575666720317b02d31d0fb0c0dd12ff8399c9997b80671:0 2 '); -INSERT INTO transactions VALUES(4,'a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e',310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000000A00000000000000010000000006422C4000000000000000000000000002FAF080000A00000000000DBBA0',1,' cb9968e5706e6aa44a68604e6aed6701eeb63316ab175efc0fa5fa8a080561a4:0 2 '); -INSERT INTO transactions VALUES(5,'06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac',310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',50000000,9675,X'0000000B1385519CA199F1B39BB89CAAC062FE3A342F18E393D301D7A56C150A8AB84093A2E93083B871E68CB89E216F9A99C4C6AEA1EB92CBDBAFC5B4B0E160C19C517E',1,' 836b1d6d96f5b1d0c93cca1e36df45a881c8e240bd43d3d690056eb2480a6f56:0 4 '); -INSERT INTO transactions VALUES(6,'57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406',310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'000000140000000000004767000000003B9ACA000100000000000000000000',1,' b5a95d7d655cb40e81800c2006891e40b1e0db52eb074d8bc6bc6eadee0cc255:0 2 '); -INSERT INTO transactions VALUES(7,'6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975',310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000014000000000000476800000000000186A00000000000000000000006666F6F626172',1,' d5e0055606dccdcfbb5a605326bf35341ff6fe56c7fedb31fb17fe0cdc39d905:0 2 '); -INSERT INTO transactions VALUES(8,'8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b',310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'00000000000000000000476700000000003D0900',1,' 00d442dc4662614c34b1627d2d88b504afe410cedf903547fa0776f7645afa90:0 3 '); -INSERT INTO transactions VALUES(9,'3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391',310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'000000000000000000004768000000000000020E',1,' e1fc13f6ea93f3984c4ad70bfe66968407b6e926ca8433d153e3347c505d3cd6:0 3 '); -INSERT INTO transactions VALUES(10,'6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29',310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000032000000000000025800000000000047670000000000000001',1,' 72576f13d48e27ecee32624b00990b0f161c782a80abb4f57b4da1f5a517c2f2:0 2 '); -INSERT INTO transactions VALUES(11,'8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e',310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000032000000000000032000000000000047680000000000000001',1,' 549177a785a6c389185b1b6cf035323f787879bdb7baa3159ca5f92a00c6e6e1:0 2 '); -INSERT INTO transactions VALUES(12,'47a25bd63a47c61ca2709279bb5c1dc8695f0e93926bf659038be64e6a1c4060',310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB3300405900000000000005F5E0FF09556E69742054657374',1,' 07532d3c2a9697cdcda1ff358b2f4381439deffe5be06598da2cac861a79fd8f:0 2 '); -INSERT INTO transactions VALUES(13,'5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16',310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000052BB33640000000002FAF08000000000017D7840000000000000000000003B100000000A',1,' 3563ce8b45e350880d0a051b0b157f99ec551fc1ee230a1c8843d21f1682a5f6:0 3 '); -INSERT INTO transactions VALUES(14,'813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3',310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000152BB336400000000017D78400000000002793D60000000000000000000003B100000000A',1,' 0e99c34d5f3649841d71c8c34ed4f5aa1c5ce38c45cda20bf500ad28a260df40:0 3 '); -INSERT INTO transactions VALUES(15,'33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41',310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000052BB33640000000008F0D1800000000014DC93800000000000000000000013B00000000A',1,' 820d199eab44dc21110b89e5210bc07d83a257d5d0c7595d0410d5cc9dfc7bd3:0 3 '); -INSERT INTO transactions VALUES(16,'22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f',310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000152BB33640000000014DC93800000000008F0D1800000000000000000000013B00000000A',1,' d72265fd12f4ecd9c417122e366bbe23bd1835d99d2554a20e9252d41291fa5a:0 3 '); -INSERT INTO transactions VALUES(17,'5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede',310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000252BB33C8000000002CB417800000000026BE36803FF0000000000000000013B00000000A',1,' f203086e1289aef19494acb2a48a734ecc0bd65149ee60cec66f839cdb37ff9f:0 3 '); -INSERT INTO transactions VALUES(18,'07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a',310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000352BB33C80000000026BE3680000000002CB417803FF0000000000000000013B00000000A',1,' f7c3acafbffbae86eb37a0334e4440425dd54628c1ffe103aaa4332f612b0d5f:0 3 '); -INSERT INTO transactions VALUES(19,'5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66',310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB33324058F7256FFC115E004C4B4009556E69742054657374',1,' 74fb288e8ceaf5f9cdeaefe2cbdde99ec1eafb8ea3b80ab96725cbc6913ef266:0 2 '); -INSERT INTO transactions VALUES(20,'0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17',310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB3365405915F3B645A1CB004C4B4009556E69742054657374',1,' 9ff1232263d22ec7f8d8fcd4fa194620e14b9bb67f8704cce671114867664a4b:0 2 '); -INSERT INTO transactions VALUES(21,'2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402',310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB33C94000000000000000004C4B4009556E69742054657374',1,' 5d2638e1c58ffa4055d6ae17293c34a353e57c7c019a5b1a90fab83747fc6113:0 2 '); -INSERT INTO transactions VALUES(22,'19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323',310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000000A00000000000047670000000002FAF08000000000000000010000000002FAF080000A0000000000000000',1,' 322ca39f1c6a4e524868c74a1bc3ca8d5db6448e33db2511a9989643810625c7:0 2 '); -INSERT INTO transactions VALUES(23,'3739350ed4c86474468cb1fed825b1ef141304d638b298867d0b2ae58c509c22',310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','mvCounterpartyXXXXXXXXXXXXXXW24Hef',100000000,5625,X'',1,' ce8432a1b0579faf1ec3f8b93b7bea7fa3dd3a8b1a3b74b1bda7d3030e701e58:0 2 '); -INSERT INTO transactions VALUES(24,'72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58',310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'0000000000000000000047680000000000002710',1,' 5769ce4243e3d2e898a792c556ec8da59a8f8a1f262af59569e2b617e5867776:0 3 '); +INSERT INTO transactions VALUES(1,'c9ff1be2579378fad6d83ca87e6c91428b1eb8cfd1b0f341b3c7e452764404f5',310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 2d81a3468670b6532dcbc5d7e41697ff15aca083d5e3780778e2f6cba4d7c856:0 2 ',NULL); +INSERT INTO transactions VALUES(2,'8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32',310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'0000000000000000000000010000000002FAF080',1,' 6ec80f30ffb172559eb7d1af7ed17f317a4128ca3525dbdb86d1bfacc818a5e1:0 3 ',NULL); +INSERT INTO transactions VALUES(3,'1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093',310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,1000000,X'0000000A00000000000000000000000002FAF08000000000000000010000000005F5E100000A0000000000000000',1,' 70047c0e0eabacdc2f575666720317b02d31d0fb0c0dd12ff8399c9997b80671:0 2 ',NULL); +INSERT INTO transactions VALUES(4,'a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e',310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000000A00000000000000010000000006422C4000000000000000000000000002FAF080000A00000000000DBBA0',1,' cb9968e5706e6aa44a68604e6aed6701eeb63316ab175efc0fa5fa8a080561a4:0 2 ',NULL); +INSERT INTO transactions VALUES(5,'06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac',310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',50000000,9675,X'0000000B1385519CA199F1B39BB89CAAC062FE3A342F18E393D301D7A56C150A8AB84093A2E93083B871E68CB89E216F9A99C4C6AEA1EB92CBDBAFC5B4B0E160C19C517E',1,' 836b1d6d96f5b1d0c93cca1e36df45a881c8e240bd43d3d690056eb2480a6f56:0 4 ',NULL); +INSERT INTO transactions VALUES(6,'57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406',310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'000000140000000000004767000000003B9ACA000100000000000000000000',1,' b5a95d7d655cb40e81800c2006891e40b1e0db52eb074d8bc6bc6eadee0cc255:0 2 ',NULL); +INSERT INTO transactions VALUES(7,'6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975',310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000014000000000000476800000000000186A00000000000000000000006666F6F626172',1,' d5e0055606dccdcfbb5a605326bf35341ff6fe56c7fedb31fb17fe0cdc39d905:0 2 ',NULL); +INSERT INTO transactions VALUES(8,'8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b',310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'00000000000000000000476700000000003D0900',1,' 00d442dc4662614c34b1627d2d88b504afe410cedf903547fa0776f7645afa90:0 3 ',NULL); +INSERT INTO transactions VALUES(9,'3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391',310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'000000000000000000004768000000000000020E',1,' e1fc13f6ea93f3984c4ad70bfe66968407b6e926ca8433d153e3347c505d3cd6:0 3 ',NULL); +INSERT INTO transactions VALUES(10,'6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29',310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000032000000000000025800000000000047670000000000000001',1,' 72576f13d48e27ecee32624b00990b0f161c782a80abb4f57b4da1f5a517c2f2:0 2 ',NULL); +INSERT INTO transactions VALUES(11,'8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e',310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'00000032000000000000032000000000000047680000000000000001',1,' 549177a785a6c389185b1b6cf035323f787879bdb7baa3159ca5f92a00c6e6e1:0 2 ',NULL); +INSERT INTO transactions VALUES(12,'47a25bd63a47c61ca2709279bb5c1dc8695f0e93926bf659038be64e6a1c4060',310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB3300405900000000000005F5E0FF09556E69742054657374',1,' 07532d3c2a9697cdcda1ff358b2f4381439deffe5be06598da2cac861a79fd8f:0 2 ',NULL); +INSERT INTO transactions VALUES(13,'5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16',310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000052BB33640000000002FAF08000000000017D7840000000000000000000003B100000000A',1,' 3563ce8b45e350880d0a051b0b157f99ec551fc1ee230a1c8843d21f1682a5f6:0 3 ',NULL); +INSERT INTO transactions VALUES(14,'813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3',310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000152BB336400000000017D78400000000002793D60000000000000000000003B100000000A',1,' 0e99c34d5f3649841d71c8c34ed4f5aa1c5ce38c45cda20bf500ad28a260df40:0 3 ',NULL); +INSERT INTO transactions VALUES(15,'33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41',310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000052BB33640000000008F0D1800000000014DC93800000000000000000000013B00000000A',1,' 820d199eab44dc21110b89e5210bc07d83a257d5d0c7595d0410d5cc9dfc7bd3:0 3 ',NULL); +INSERT INTO transactions VALUES(16,'22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f',310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000152BB33640000000014DC93800000000008F0D1800000000000000000000013B00000000A',1,' d72265fd12f4ecd9c417122e366bbe23bd1835d99d2554a20e9252d41291fa5a:0 3 ',NULL); +INSERT INTO transactions VALUES(17,'5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede',310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000252BB33C8000000002CB417800000000026BE36803FF0000000000000000013B00000000A',1,' f203086e1289aef19494acb2a48a734ecc0bd65149ee60cec66f839cdb37ff9f:0 3 ',NULL); +INSERT INTO transactions VALUES(18,'07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a',310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',1000,7650,X'00000028000352BB33C80000000026BE3680000000002CB417803FF0000000000000000013B00000000A',1,' f7c3acafbffbae86eb37a0334e4440425dd54628c1ffe103aaa4332f612b0d5f:0 3 ',NULL); +INSERT INTO transactions VALUES(19,'5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66',310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB33324058F7256FFC115E004C4B4009556E69742054657374',1,' 74fb288e8ceaf5f9cdeaefe2cbdde99ec1eafb8ea3b80ab96725cbc6913ef266:0 2 ',NULL); +INSERT INTO transactions VALUES(20,'0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17',310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB3365405915F3B645A1CB004C4B4009556E69742054657374',1,' 9ff1232263d22ec7f8d8fcd4fa194620e14b9bb67f8704cce671114867664a4b:0 2 ',NULL); +INSERT INTO transactions VALUES(21,'2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402',310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000001E52BB33C94000000000000000004C4B4009556E69742054657374',1,' 5d2638e1c58ffa4055d6ae17293c34a353e57c7c019a5b1a90fab83747fc6113:0 2 ',NULL); +INSERT INTO transactions VALUES(22,'19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323',310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','',0,6800,X'0000000A00000000000047670000000002FAF08000000000000000010000000002FAF080000A0000000000000000',1,' 322ca39f1c6a4e524868c74a1bc3ca8d5db6448e33db2511a9989643810625c7:0 2 ',NULL); +INSERT INTO transactions VALUES(23,'3739350ed4c86474468cb1fed825b1ef141304d638b298867d0b2ae58c509c22',310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','mvCounterpartyXXXXXXXXXXXXXXW24Hef',100000000,5625,X'',1,' ce8432a1b0579faf1ec3f8b93b7bea7fa3dd3a8b1a3b74b1bda7d3030e701e58:0 2 ',NULL); +INSERT INTO transactions VALUES(24,'72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58',310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3',1000,7650,X'0000000000000000000047680000000000002710',1,' 5769ce4243e3d2e898a792c556ec8da59a8f8a1f262af59569e2b617e5867776:0 3 ',NULL); -- Triggers and indices on transactions -CREATE INDEX transactions_block_index_idx ON transactions (block_index) - ; CREATE INDEX transactions_block_index_tx_index_idx ON transactions (block_index, tx_index) ; CREATE INDEX transactions_source_idx ON transactions (source) ; -CREATE INDEX transactions_tx_hash_idx ON transactions (tx_hash) +CREATE INDEX transactions_transaction_type_idx ON transactions (transaction_type) ; -CREATE INDEX transactions_tx_index_idx ON transactions (tx_index) +CREATE INDEX transactions_tx_hash_idx ON transactions (tx_hash) ; CREATE INDEX transactions_tx_index_tx_hash_block_index_idx ON transactions (tx_index, tx_hash, block_index) ; @@ -271,7 +270,7 @@ INSERT INTO balances VALUES('3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZN -- Triggers and indices on balances CREATE INDEX balances_address_asset_idx ON balances (address, asset) ; -CREATE INDEX balances_address_idx ON balances (address) +CREATE INDEX balances_address_utxo_asset_idx ON balances (address, utxo, asset) ; CREATE INDEX balances_asset_idx ON balances (asset) ; @@ -283,8 +282,6 @@ CREATE INDEX balances_utxo_address_idx ON balances (utxo_address) ; CREATE INDEX balances_utxo_asset_idx ON balances (utxo, asset) ; -CREATE INDEX balances_utxo_idx ON balances (utxo) - ; CREATE TRIGGER block_update_balances BEFORE UPDATE ON balances BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); @@ -298,6 +295,26 @@ PRAGMA page_size=4096; BEGIN TRANSACTION; +-- Table config +DROP TABLE IF EXISTS config; +CREATE TABLE config ( + name TEXT PRIMARY KEY, + value TEXT + ); +INSERT INTO config VALUES('FIX_ISSUANCES_ASSET_LONGNAME_1','1'); +INSERT INTO config VALUES('FIX_ISSUANCES_ASSET_LONGNAME_2','1'); +INSERT INTO config VALUES('CLEAN_TRANSACTION_COUNT_1','1'); +-- Triggers and indices on config +CREATE INDEX config_config_name_idx ON config (name); + +COMMIT TRANSACTION; +PRAGMA page_size=4096; +-- PRAGMA encoding='UTF-8'; +-- PRAGMA auto_vacuum=FULL; +-- PRAGMA max_page_count=4294967294; + +BEGIN TRANSACTION; + -- Table balances DROP TABLE IF EXISTS balances; CREATE TABLE balances( @@ -351,7 +368,7 @@ INSERT INTO balances VALUES('3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZN -- Triggers and indices on balances CREATE INDEX balances_address_asset_idx ON balances (address, asset) ; -CREATE INDEX balances_address_idx ON balances (address) +CREATE INDEX balances_address_utxo_asset_idx ON balances (address, utxo, asset) ; CREATE INDEX balances_asset_idx ON balances (asset) ; @@ -363,8 +380,6 @@ CREATE INDEX balances_utxo_address_idx ON balances (utxo_address) ; CREATE INDEX balances_utxo_asset_idx ON balances (utxo, asset) ; -CREATE INDEX balances_utxo_idx ON balances (utxo) - ; CREATE TRIGGER block_update_balances BEFORE UPDATE ON balances BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); @@ -520,349 +535,351 @@ INSERT INTO messages VALUES(2,310000,'insert','blocks','{"block_hash":"505d8d82c INSERT INTO messages VALUES(3,310000,'insert','transactions','{"block_hash":"505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c","block_index":310000,"block_time":310000000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"c9ff1be2579378fad6d83ca87e6c91428b1eb8cfd1b0f341b3c7e452764404f5","tx_index":1,"utxos_info":" 2d81a3468670b6532dcbc5d7e41697ff15aca083d5e3780778e2f6cba4d7c856:0 2 "}',0,'NEW_TRANSACTION',NULL,'0fcf936267a6bdeb9edda74c33396a6aa09e3d07c416b7f039b304e2123049d2'); INSERT INTO messages VALUES(4,310000,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310000,"calling_function":"burn","event":"c9ff1be2579378fad6d83ca87e6c91428b1eb8cfd1b0f341b3c7e452764404f5","quantity":93000000000,"tx_index":1,"utxo":null,"utxo_address":null}',0,'CREDIT','c9ff1be2579378fad6d83ca87e6c91428b1eb8cfd1b0f341b3c7e452764404f5','d9bb60d44e1097eeda825dfb016dc0ae41b1ffef2c92b8f88954ac6d0cec365f'); INSERT INTO messages VALUES(5,310000,'insert','burns','{"block_index":310000,"burned":62000000,"earned":93000000000,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"c9ff1be2579378fad6d83ca87e6c91428b1eb8cfd1b0f341b3c7e452764404f5","tx_index":1}',0,'BURN','c9ff1be2579378fad6d83ca87e6c91428b1eb8cfd1b0f341b3c7e452764404f5','9e6aa91ab4bb41488728971f572cb04ea3528c6587782478ca2548adc8cca4e0'); -INSERT INTO messages VALUES(6,310000,'parse','blocks','{"block_index":310000,"ledger_hash":"09fa44ed277cd9e448baf3d4a2accc520d57c77fed0d97379ba9bb804e3dda71","messages_hash":"cdd7cfb36849df06cdb98cf660d9e802a268d8bd4cf3604cb545bdb3545114b4","transaction_count":1,"txlist_hash":"7d9cd23062d78e9eb1a892f69b154410935e9675ede8e05fe9c1269cd3c54b12"}',0,'BLOCK_PARSED',NULL,'b0497ecc25e8d8e4a6a34fb48843ea20044206249386b6320134f279d271352e'); -INSERT INTO messages VALUES(7,310001,'insert','blocks','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2a7001c49db508d30e4b17aa99365ba36442d8d63672f85bb10f8400256f3231'); -INSERT INTO messages VALUES(8,310001,'insert','transactions','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"btc_amount":1000,"data":"0000000000000000000000010000000002faf080","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32","tx_index":2,"utxos_info":" 6ec80f30ffb172559eb7d1af7ed17f317a4128ca3525dbdb86d1bfacc818a5e1:0 3 "}',0,'NEW_TRANSACTION',NULL,'93697e838265b8dab6b7195b2d31cdc5e11e1e85e9a4087284a969be1daffc14'); -INSERT INTO messages VALUES(9,310001,'insert','debits','{"action":"send","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310001,"event":"8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'DEBIT','8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32','f121f8bd84cdf302490d7cc6523d702a25c31f80177cd41350d0d3af0f4114e5'); -INSERT INTO messages VALUES(10,310001,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310001,"calling_function":"send","event":"8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'CREDIT','8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32','f776648ef42ea22a5d03f12af4bcc08da7739c086cd8a5b4e6a66a2828833e23'); -INSERT INTO messages VALUES(11,310001,'insert','sends','{"asset":"XCP","block_index":310001,"destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":50000000,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32","tx_index":2}',0,'SEND','8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32','67335434d7ed07a6d03a19d6a095328a4f07d81f3a1bcf1b35c5fdb29fd8229b'); -INSERT INTO messages VALUES(12,310001,'parse','transactions','{"supported":true,"tx_hash":"8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32","tx_index":2}',0,'TRANSACTION_PARSED','8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32','a1ab0a74e89f2fd6c132c3cc7be8f410df42b1899c3382dba475fd1b2cc62269'); -INSERT INTO messages VALUES(13,310001,'parse','blocks','{"block_index":310001,"ledger_hash":"b2237a0b0b29b2198355f47d38cb995e013c0e074c29dcbf1b99ed4c0f459c8d","messages_hash":"69de965a16353e0c816fbf9ee71a8417897d56e60dd66417d46d3749bba60077","transaction_count":1,"txlist_hash":"adddb3e1b9020e7ef190f661823c79abbc5951801b15469ad9f483c512af002a"}',0,'BLOCK_PARSED',NULL,'f9bf486b5ab8d6245c03ea5f121cff9230070c5a0287f96192cda5bb97c1dfe7'); -INSERT INTO messages VALUES(14,310002,'insert','blocks','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c07238da78227b731438ed1831784262635c8c6c9bf003c57d6477389adee9fc'); -INSERT INTO messages VALUES(15,310002,'insert','transactions','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"btc_amount":0,"data":"0000000a00000000000000000000000002faf08000000000000000010000000005f5e100000a0000000000000000","destination":"","fee":1000000,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093","tx_index":3,"utxos_info":" 70047c0e0eabacdc2f575666720317b02d31d0fb0c0dd12ff8399c9997b80671:0 2 "}',0,'NEW_TRANSACTION',NULL,'82e0b28439266301e6cec1e0bae926d4a1f170693b89eca9f25fadc1a74a453a'); -INSERT INTO messages VALUES(16,310002,'insert','orders','{"block_index":310002,"expiration":10,"expire_index":310012,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":50000000,"give_remaining":50000000,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093","tx_index":3}',0,'OPEN_ORDER','1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093','5603a8500551a6dce5179e5eec352fee697d5f97c8610a1480ab41de663a6fa2'); -INSERT INTO messages VALUES(17,310002,'parse','transactions','{"supported":true,"tx_hash":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093","tx_index":3}',0,'TRANSACTION_PARSED','1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093','12459822b57a6a1c54d2c010e131932d5767efb976ea74f5e345b9da37df62a6'); -INSERT INTO messages VALUES(18,310002,'parse','blocks','{"block_index":310002,"ledger_hash":"a3c393a285361d2981551f0a903d45847e7a0142779692d384bc77bac420db18","messages_hash":"9115a44eac9cee446beaffaed03cc1c24b83f970d319113a806acb60234566b2","transaction_count":1,"txlist_hash":"6fddb621bb8a1e2d10cf0ec8f507ada12be28578223ee53997aad614097bb35e"}',0,'BLOCK_PARSED',NULL,'0cfce47802e10a3aead91c4af5871776ca185f938605f2473431a15db9e707f9'); -INSERT INTO messages VALUES(19,310003,'insert','blocks','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1bdd62ada226f3f8bef4bcdd53e651538926d5f27c2a805fcd28dd845f46a5a4'); -INSERT INTO messages VALUES(20,310003,'insert','transactions','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"btc_amount":0,"data":"0000000a00000000000000010000000006422c4000000000000000000000000002faf080000a00000000000dbba0","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","tx_index":4,"utxos_info":" cb9968e5706e6aa44a68604e6aed6701eeb63316ab175efc0fa5fa8a080561a4:0 2 "}',0,'NEW_TRANSACTION',NULL,'2f0540f4346c4bfaa479c959ea32798cefb661ce18232e446616c5424615700c'); -INSERT INTO messages VALUES(21,310003,'insert','debits','{"action":"open order","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310003,"event":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","quantity":105000000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'DEBIT','a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e','49d1024bbff5398b701e3b9dec2d973c96f8921397741f3e9c3e74f7643040b5'); -INSERT INTO messages VALUES(22,310003,'insert','orders','{"block_index":310003,"expiration":10,"expire_index":310013,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":50000000,"get_remaining":50000000,"give_asset":"XCP","give_quantity":105000000,"give_remaining":105000000,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","tx_index":4}',0,'OPEN_ORDER','a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e','84414ed7927a0368f10dd6d06fc2983964b27ab1e34f1d426aec9dc0bbe97d3e'); -INSERT INTO messages VALUES(23,310003,'update','orders','{"fee_provided_remaining":142858,"fee_required_remaining":0,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093"}',0,'ORDER_UPDATE','a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e','ebd4f1a6ef18f5aa221140166c6844c18cd6b81a57f1b5827548a2054cf31d9c'); -INSERT INTO messages VALUES(24,310003,'update','orders','{"fee_provided_remaining":6800,"fee_required_remaining":42858,"get_remaining":0,"give_remaining":5000000,"status":"open","tx_hash":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e"}',0,'ORDER_UPDATE','a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e','0670fb4bcfbf3bfd7fbf70ae0894398f28c6e6bed8ae0f118308bfa10fc68805'); -INSERT INTO messages VALUES(25,310003,'insert','order_matches','{"backward_asset":"XCP","backward_quantity":100000000,"block_index":310003,"fee_paid":857142,"forward_asset":"BTC","forward_quantity":50000000,"id":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093_a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","match_expire_index":310023,"status":"pending","tx0_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_block_index":310002,"tx0_expiration":10,"tx0_hash":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093","tx0_index":3,"tx1_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_block_index":310003,"tx1_expiration":10,"tx1_hash":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","tx1_index":4}',0,'ORDER_MATCH','a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e','3496e3408e298bc56ccf9310155fcf0d2c3f5b836a298ee0d8880f4eff5800a3'); -INSERT INTO messages VALUES(26,310003,'parse','transactions','{"supported":true,"tx_hash":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","tx_index":4}',0,'TRANSACTION_PARSED','a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e','c1fe8a03bb9ac72f313662646e597bfb452e2bbeb5fd0b7154dc7c094f57a163'); -INSERT INTO messages VALUES(27,310003,'parse','blocks','{"block_index":310003,"ledger_hash":"f96ba90a471ab5524a574cc4ff72a228a8dc7019824482a664569dcb41c126c7","messages_hash":"85f0cf4610c15598e9922ece9529b43ffa9bc90910d1debee445ae2d1196e69e","transaction_count":1,"txlist_hash":"d6756ca2a0f2a403b0a1714964ddb71bc773e0a18c049008f78670efb7137e18"}',0,'BLOCK_PARSED',NULL,'b6c2cf78ddeace0e2ad190ea175726e035b0790aef8f28c203e333fcc77f98e8'); -INSERT INTO messages VALUES(28,310004,'insert','blocks','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cbf224f18a511b54f7cc1cba77bc4c973aeb8691a7c7c8cc4305bac51a558a8a'); -INSERT INTO messages VALUES(29,310004,'insert','transactions','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"btc_amount":50000000,"data":"0000000b1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":9675,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac","tx_index":5,"utxos_info":" 836b1d6d96f5b1d0c93cca1e36df45a881c8e240bd43d3d690056eb2480a6f56:0 4 "}',0,'NEW_TRANSACTION',NULL,'473f41b5c05e31b5d3ade098a24b62b7019d7698c550275fd5b06c2e1239ee68'); -INSERT INTO messages VALUES(30,310004,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310004,"calling_function":"btcpay","event":"06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac","quantity":100000000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'CREDIT','06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac','4ef48ed993ee73bac7afbc07ccf98f0e5c2cce4e0370405269c48c25ce83609f'); -INSERT INTO messages VALUES(31,310004,'update','order_matches','{"id":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093_a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","order_match_id":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093_a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","status":"completed"}',0,'ORDER_MATCH_UPDATE','06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac','bca6b4183081d7b0c2dabad26f30b5c4fa6f535de6f4bbc76c7c1945774109fd'); -INSERT INTO messages VALUES(32,310004,'insert','btcpays','{"block_index":310004,"btc_amount":50000000,"destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","order_match_id":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093_a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac","tx_index":5}',0,'BTC_PAY','06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac','9fc38a70ec892f9aa3daca9d073a896dd3ab54e2f9f9cfdc4ebbeeb3f97c97fe'); -INSERT INTO messages VALUES(33,310004,'parse','transactions','{"supported":true,"tx_hash":"06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac","tx_index":5}',0,'TRANSACTION_PARSED','06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac','841fc6de7eace515269e44ffb54d9b836322e8c966c2a0f6bccb88326642f875'); -INSERT INTO messages VALUES(34,310004,'parse','blocks','{"block_index":310004,"ledger_hash":"943a23e317f71981b24d636cae98f495b2bb00c949b1603a778eb7500894c844","messages_hash":"e1ef39d24662fe9398648e5a4b3006f095b12f4b8d7c821091ace4a7215f34dd","transaction_count":1,"txlist_hash":"be04682401f137d4d02c7539d1c776bbc76263dea1bb88fc95197128ec1a700f"}',0,'BLOCK_PARSED',NULL,'81aec25b7a3905cda8a31c50a83e45b5363cf80ad95c973ec43668cef48367d0'); -INSERT INTO messages VALUES(35,310005,'insert','blocks','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'55996d0df9299bc22cbf7b5a484e03292c27e404aeb70679deb3072853ce9e9f'); -INSERT INTO messages VALUES(36,310005,'insert','transactions','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"btc_amount":0,"data":"000000140000000000004767000000003b9aca000100000000000000000000","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406","tx_index":6,"utxos_info":" b5a95d7d655cb40e81800c2006891e40b1e0db52eb074d8bc6bc6eadee0cc255:0 2 "}',0,'NEW_TRANSACTION',NULL,'a830012221ab91280e171248cf1790bc0c8a13a9c748191a2a18a872fb799618'); -INSERT INTO messages VALUES(37,310005,'insert','debits','{"action":"issuance fee","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310005,"event":"57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406","quantity":50000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'DEBIT','57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406','6c833c792442cbf61b26f61ea9ea4e0c575bc82322de969f7baa2795d1767c30'); -INSERT INTO messages VALUES(38,310005,'insert','assets','{"asset_id":"18279","asset_longname":null,"asset_name":"BBBB","block_index":310005}',0,'ASSET_CREATION','57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406','8c6e848c3a077ca97909e53d7dd922c7cda3a7078869c6092ff0b6754270a29f'); -INSERT INTO messages VALUES(39,310005,'insert','issuances','{"asset":"BBBB","asset_events":"creation","asset_longname":null,"block_index":310005,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","locked":false,"quantity":1000000000,"reset":false,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","transfer":false,"tx_hash":"57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406","tx_index":6}',0,'ASSET_ISSUANCE','57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406','d3404ac2b28cc5d7c91d2d44c6fb2578e1d349bdf64690d3632d2a951f2793ab'); -INSERT INTO messages VALUES(40,310005,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310005,"calling_function":"issuance","event":"57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406","quantity":1000000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'CREDIT','57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406','f7ba2e26f8b0f6be830d844c80a16f0aaf25ec5c4fbeaf2c1d3241683b8205bc'); -INSERT INTO messages VALUES(41,310005,'parse','transactions','{"supported":true,"tx_hash":"57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406","tx_index":6}',0,'TRANSACTION_PARSED','57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406','5104f750c9183daac591940b7c39c7cd87cb18be94ca3d8c647ab0c2dac4316b'); -INSERT INTO messages VALUES(42,310005,'parse','blocks','{"block_index":310005,"ledger_hash":"0c5f3dd2d439a571eec03583442fb051bedf5bc0b0ede92012922b27847af2a1","messages_hash":"53d8f34c1c7ba7d30aefd98c9eb8ea1a48018fc690ab8694efb72a013b7225cb","transaction_count":1,"txlist_hash":"03c8d26098b8e49a297c104f22af44a622378afa711195bd8b91d46f01d68d65"}',0,'BLOCK_PARSED',NULL,'9a1cb0a822b2fbdeb29c7182a07c3bf3f43926d6399204fa8dbda74197f18722'); -INSERT INTO messages VALUES(43,310006,'insert','blocks','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a0019e565f4db86eeb17a7c5cb228f176064e533353ba65a5814b2aad35af807'); -INSERT INTO messages VALUES(44,310006,'insert','transactions','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"btc_amount":0,"data":"00000014000000000000476800000000000186a00000000000000000000006666f6f626172","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975","tx_index":7,"utxos_info":" d5e0055606dccdcfbb5a605326bf35341ff6fe56c7fedb31fb17fe0cdc39d905:0 2 "}',0,'NEW_TRANSACTION',NULL,'9e2781bb46eeb40ff4ea2890deab7ce7b45248a7f616276f156f231178e93614'); -INSERT INTO messages VALUES(45,310006,'insert','debits','{"action":"issuance fee","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310006,"event":"6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975","quantity":50000000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'DEBIT','6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975','9ce8252c853c9c4de328a7508d4aef083d953295b334dc8e4968be931852985a'); -INSERT INTO messages VALUES(46,310006,'insert','assets','{"asset_id":"18280","asset_longname":null,"asset_name":"BBBC","block_index":310006}',0,'ASSET_CREATION','6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975','e23ba89b0414c2315ce95c715e7da15e2b9e40ea9541ea0d67b51fb5b51c6139'); -INSERT INTO messages VALUES(47,310006,'insert','issuances','{"asset":"BBBC","asset_events":"creation","asset_longname":null,"block_index":310006,"call_date":0,"call_price":0.0,"callable":false,"description":"foobar","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","locked":false,"quantity":100000,"reset":false,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","transfer":false,"tx_hash":"6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975","tx_index":7}',0,'ASSET_ISSUANCE','6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975','7c3f99b1d24e116dd62f0642a1f37b1744fff48b5a23f0943b77f6d70d42aca6'); -INSERT INTO messages VALUES(48,310006,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310006,"calling_function":"issuance","event":"6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975","quantity":100000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'CREDIT','6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975','1661b2a0b124261dd02f7afae02c1f976ee7352c01bc93f38af7d8b47f383cc1'); -INSERT INTO messages VALUES(49,310006,'parse','transactions','{"supported":true,"tx_hash":"6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975","tx_index":7}',0,'TRANSACTION_PARSED','6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975','3abbe8174a27abb48435ad0aa4baab805497ce5f80ecef42a84169b47c6ff8ba'); -INSERT INTO messages VALUES(50,310006,'parse','blocks','{"block_index":310006,"ledger_hash":"377fe894d79d60b011958ed747908b6009c5e0261fa177caefc664cb8db4c74b","messages_hash":"8d775c43c9d31433ac5f79fd88b36c42bceb13ac1228d79ca2ef0f6bc6739708","transaction_count":1,"txlist_hash":"079ec7423e2fe87820626aee8980e236a78e7d51b453a739fb5768d9d520bef6"}',0,'BLOCK_PARSED',NULL,'d56c4937fa1d2f3d09bd6aa7ec6f5ee93e9e833514a264c1f220cb2332dbbc3f'); -INSERT INTO messages VALUES(51,310007,'insert','blocks','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'42378b9835caae2f49e6156225fd4e80ab28f51bf8b337a3b0c916c6d1e27b8e'); -INSERT INTO messages VALUES(52,310007,'insert','transactions','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"btc_amount":1000,"data":"00000000000000000000476700000000003d0900","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b","tx_index":8,"utxos_info":" 00d442dc4662614c34b1627d2d88b504afe410cedf903547fa0776f7645afa90:0 3 "}',0,'NEW_TRANSACTION',NULL,'c819b5fa272090ba221cbccc4cfba6a2a30d42fadbd6d6cd016bd564a66df2d8'); -INSERT INTO messages VALUES(53,310007,'insert','debits','{"action":"send","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310007,"event":"8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'DEBIT','8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b','f551aeb29bdbf8710a9c199ad5cd0d0b524f211eae7aec7ba0fecbfbc3e3b25c'); -INSERT INTO messages VALUES(54,310007,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBB","block_index":310007,"calling_function":"send","event":"8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'CREDIT','8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b','4c800751920cb910551e76556eab309da0670ae1dbd5344d11a6e37e3103e414'); -INSERT INTO messages VALUES(55,310007,'insert','sends','{"asset":"BBBB","block_index":310007,"destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":4000000,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b","tx_index":8}',0,'SEND','8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b','19a82ecbf7721567559881dfc17c40fca69b7ad3128968af9babbd1e3ed40424'); -INSERT INTO messages VALUES(56,310007,'parse','transactions','{"supported":true,"tx_hash":"8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b","tx_index":8}',0,'TRANSACTION_PARSED','8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b','e752cc16105c12c612cb457b14dcf9d250848d3b3d2b9f26e63ffd2b8be3c456'); -INSERT INTO messages VALUES(57,310007,'parse','blocks','{"block_index":310007,"ledger_hash":"4be55eb54e78e829306dfa31248b3073d311f49da420d9844f9aedabfbd296e3","messages_hash":"0d86d982df761d4eede59d268345a99bcf2a0f56bd406ebb01311dd572a2226a","transaction_count":1,"txlist_hash":"d57db7ce89eeea61f270e7c676b38d3574c52166322cb0e287f1857a7d085e5a"}',0,'BLOCK_PARSED',NULL,'dc2d86a3125993ab01a46b6131fbe4e4988af9272ed8b9c3e827de1f5690e8c2'); -INSERT INTO messages VALUES(58,310008,'insert','blocks','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'15264a11d8838167d4931016f2f41f22a8b217420e752847438c525bd60fd192'); -INSERT INTO messages VALUES(59,310008,'insert','transactions','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"btc_amount":1000,"data":"000000000000000000004768000000000000020e","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391","tx_index":9,"utxos_info":" e1fc13f6ea93f3984c4ad70bfe66968407b6e926ca8433d153e3347c505d3cd6:0 3 "}',0,'NEW_TRANSACTION',NULL,'25d7bd74bfd21de57c85f4606292af18ee142c2348cbdf315b3ba15bc90006d2'); -INSERT INTO messages VALUES(60,310008,'insert','debits','{"action":"send","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310008,"event":"3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'DEBIT','3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391','c6e738af28d60898c9a2beea305e4112269979d0ecf81dd87a63c263668fc197'); -INSERT INTO messages VALUES(61,310008,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBC","block_index":310008,"calling_function":"send","event":"3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'CREDIT','3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391','1f335934b5c2d95faa8da385bd0f0f2be26103721bcbb93fff90255dae5fe277'); -INSERT INTO messages VALUES(62,310008,'insert','sends','{"asset":"BBBC","block_index":310008,"destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":526,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391","tx_index":9}',0,'SEND','3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391','234d166d19a31b939c88896b1c17db9a0e72f1ccdc3b4df2aeacd1755936fdfd'); -INSERT INTO messages VALUES(63,310008,'parse','transactions','{"supported":true,"tx_hash":"3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391","tx_index":9}',0,'TRANSACTION_PARSED','3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391','8583269f0ed8c24834d02941b353c2f073ab9c2304a62da30cfdfa1f5baf1831'); -INSERT INTO messages VALUES(64,310008,'parse','blocks','{"block_index":310008,"ledger_hash":"1248da848479b90f9dada38eaa02b9fe1226859e6ed1e3c4a121172786178dea","messages_hash":"122d02f5ffdc9f2d589e9623d99a9c3d1a17d45a9129135a238d829c016a782d","transaction_count":1,"txlist_hash":"8727f3f9af7958daaecda9f2cef1bad0303d631cf9f8418636cf130581e4bb79"}',0,'BLOCK_PARSED',NULL,'e6f32c05d0c402f1c11c1f5c73c6e96ab6616bd0ebfe543eabc69ffb5747a0af'); -INSERT INTO messages VALUES(65,310009,'insert','blocks','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'20b5933f6e441a0c27e49b8d4b93ebd3e2ef4d1d42178973266cc2cdab5a0e11'); -INSERT INTO messages VALUES(66,310009,'insert','transactions','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"btc_amount":0,"data":"00000032000000000000025800000000000047670000000000000001","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29","tx_index":10,"utxos_info":" 72576f13d48e27ecee32624b00990b0f161c782a80abb4f57b4da1f5a517c2f2:0 2 "}',0,'NEW_TRANSACTION',NULL,'2233e55368def0e6767ff3a55b49aa21a26b214cc82ca60cc69e40a3244e66aa'); -INSERT INTO messages VALUES(67,310009,'insert','debits','{"action":"dividend","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310009,"event":"6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29','223b539bea8e1db2da7554092ee4517ca06984e41ff455157795f02d0163203b'); -INSERT INTO messages VALUES(68,310009,'insert','debits','{"action":"dividend fee","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310009,"event":"6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29","quantity":20000,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29','ab2c99348d8069b39e06831aef630cc5c4892ad34bb98364100033bb154f1a17'); -INSERT INTO messages VALUES(69,310009,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310009,"calling_function":"dividend","event":"6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'CREDIT','6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29','95c8f37e9f208abef89db23cfd74ff3a8ab96f9784bafb1b8c3ee61252eb4983'); -INSERT INTO messages VALUES(70,310009,'insert','dividends','{"asset":"BBBB","block_index":310009,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":600,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29","tx_index":10}',0,'ASSET_DIVIDEND','6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29','e26b00822b81a3d16df5218235ae399dba6f7cacb460cbc5f48fef2e1e5397bd'); -INSERT INTO messages VALUES(71,310009,'parse','transactions','{"supported":true,"tx_hash":"6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29","tx_index":10}',0,'TRANSACTION_PARSED','6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29','5676d7ef9e014d8c2acd4c5ad0f9b2420c8ef2901e345019366bbf6b59597792'); -INSERT INTO messages VALUES(72,310009,'parse','blocks','{"block_index":310009,"ledger_hash":"1e1b07f218127eccdfab98a4bc127ce185cda15314e72328dfe10eb8f2f18726","messages_hash":"80380d4e82768c7a8c53089d7e7e54c573cc4cda6de341e2e5c70eefffb15795","transaction_count":1,"txlist_hash":"baa3b08e70e0db5ecf913bb99da662ec3dc04a5650f99d2d36408eb8ed6cc4ea"}',0,'BLOCK_PARSED',NULL,'bbe1413220ea47266b7930a08c224f25d4e0449fcc7219b154925d125b64b2c8'); -INSERT INTO messages VALUES(73,310010,'insert','blocks','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5bfef608010543003459eae4e668b92133dfc70ba0cc3ed7c3741fafd6449991'); -INSERT INTO messages VALUES(74,310010,'insert','transactions','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"btc_amount":0,"data":"00000032000000000000032000000000000047680000000000000001","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e","tx_index":11,"utxos_info":" 549177a785a6c389185b1b6cf035323f787879bdb7baa3159ca5f92a00c6e6e1:0 2 "}',0,'NEW_TRANSACTION',NULL,'1f6c149f8da9cc4f0ec4a50d8f2972e10bed1bc629ed8bbbcf599230555e7331'); -INSERT INTO messages VALUES(75,310010,'insert','debits','{"action":"dividend","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310010,"event":"8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e','06741640f9354a70b3d6738bb55428bd78984ed17f27e51645b95b5b7c7eb225'); -INSERT INTO messages VALUES(76,310010,'insert','debits','{"action":"dividend fee","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310010,"event":"8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e","quantity":20000,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e','fe1d188690f5812c4023ed72d51d356577453c4f62ebafbabd178ef6d348cec0'); -INSERT INTO messages VALUES(77,310010,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310010,"calling_function":"dividend","event":"8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'CREDIT','8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e','36e0f0b83501a539654544b7e18cc5590ba9ff208e17f2ec9cd6c2898902d7bf'); -INSERT INTO messages VALUES(78,310010,'insert','dividends','{"asset":"BBBC","block_index":310010,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e","tx_index":11}',0,'ASSET_DIVIDEND','8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e','914e7a128dcd93c89bef0a630e98cca583362fcb7bfbf9bb4590cda335411452'); -INSERT INTO messages VALUES(79,310010,'parse','transactions','{"supported":true,"tx_hash":"8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e","tx_index":11}',0,'TRANSACTION_PARSED','8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e','49619ad01d243343f116ff16ca7aec70af13058507d316102a4f214866e5b633'); -INSERT INTO messages VALUES(80,310010,'parse','blocks','{"block_index":310010,"ledger_hash":"03be7c3d8dc521277625164e3e828be106672cba205129c014ce7771a3b8730f","messages_hash":"be1217b6baefb4b98121c8cb1cc13c0366edcbaf0aba5c46b094deed83e245ef","transaction_count":1,"txlist_hash":"5def9d6ed9fcf82c7ec9dbc2247657f349ec4df0b75dac4444f7ff90e24f0955"}',0,'BLOCK_PARSED',NULL,'961c832778d535b1d3331aeb6e3eb8c51fc9503b99f54cc5df58cf7711bdfc91'); -INSERT INTO messages VALUES(81,310011,'insert','blocks','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'594bfeb30cf62782254d8f85190ae6a94b247f3e2b0a146e39e9e82e57f52610'); -INSERT INTO messages VALUES(82,310011,'insert','transactions','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"btc_amount":0,"data":"0000001e52bb3300405900000000000005f5e0ff09556e69742054657374","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"47a25bd63a47c61ca2709279bb5c1dc8695f0e93926bf659038be64e6a1c4060","tx_index":12,"utxos_info":" 07532d3c2a9697cdcda1ff358b2f4381439deffe5be06598da2cac861a79fd8f:0 2 "}',0,'NEW_TRANSACTION',NULL,'0c2cf441f6a31d2ed6c6863c5dc800ddfb061c7cd70eb3d50f40a7fa552712e1'); -INSERT INTO messages VALUES(83,310011,'insert','broadcasts','{"block_index":310011,"fee_fraction_int":99999999,"locked":false,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"47a25bd63a47c61ca2709279bb5c1dc8695f0e93926bf659038be64e6a1c4060","tx_index":12,"value":100.0}',0,'BROADCAST','47a25bd63a47c61ca2709279bb5c1dc8695f0e93926bf659038be64e6a1c4060','3a17b1eaf4e9ee402ba8255b4288c605977d363e5d6d1506c95f9f5a235f5c58'); -INSERT INTO messages VALUES(84,310011,'parse','transactions','{"supported":true,"tx_hash":"47a25bd63a47c61ca2709279bb5c1dc8695f0e93926bf659038be64e6a1c4060","tx_index":12}',0,'TRANSACTION_PARSED','47a25bd63a47c61ca2709279bb5c1dc8695f0e93926bf659038be64e6a1c4060','ef9a9ce155c59d708278678b21640da6a208b83fabb0b3874014902dacaf8a33'); -INSERT INTO messages VALUES(85,310011,'parse','blocks','{"block_index":310011,"ledger_hash":"db6d49ef7cfb461f9431b2e712f694f0747012ae28f3684e0d41476f77fab667","messages_hash":"a97ff155dde0c12e0182d4d5b51f513501f715d7c6d9c412c0a561f6b2d37cb2","transaction_count":1,"txlist_hash":"f6d1a346abbb2adae7dd7fe6ddd94061bcdae3ed30bd091958d445c8b5f57f4c"}',0,'BLOCK_PARSED',NULL,'7f836c11d8c4433d243fbfb2000ec3ce412b377cd2ea2206352d072c0fbcbb35'); -INSERT INTO messages VALUES(86,310012,'insert','blocks','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a8fc249232bdb03a1322ce78d7d499bbebe9b510fb12478452e4906483ffda0e'); -INSERT INTO messages VALUES(87,310012,'insert','transactions','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"btc_amount":1000,"data":"00000028000052bb33640000000002faf08000000000017d7840000000000000000000003b100000000a","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16","tx_index":13,"utxos_info":" 3563ce8b45e350880d0a051b0b157f99ec551fc1ee230a1c8843d21f1682a5f6:0 3 "}',0,'NEW_TRANSACTION',NULL,'876e732900032be41d1b6f1b993dee5be2204be5519d6dd3454baaf8391c639b'); -INSERT INTO messages VALUES(88,310012,'insert','debits','{"action":"bet","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310012,"event":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16","quantity":50000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'DEBIT','5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16','cf551e6f512e527d07c86e2e37f61eb6f632f53d935b7407018695483c8ab226'); -INSERT INTO messages VALUES(89,310012,'insert','bets','{"bet_type":0,"block_index":310012,"counterwager_quantity":25000000,"counterwager_remaining":25000000,"deadline":1388000100,"expiration":10,"expire_index":310022,"fee_fraction_int":99999999.0,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":15120,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16","tx_index":13,"wager_quantity":50000000,"wager_remaining":50000000}',0,'OPEN_BET','5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16','9079887d8130ecb1545bd68481d766a570ce440bde06a2de513f9e65b9501ea9'); -INSERT INTO messages VALUES(90,310012,'parse','transactions','{"supported":true,"tx_hash":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16","tx_index":13}',0,'TRANSACTION_PARSED','5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16','56a6779f61c8bdacb195d083f3b9177d4f17322818710c3d7285c0ace0f41834'); -INSERT INTO messages VALUES(91,310012,'parse','blocks','{"block_index":310012,"ledger_hash":"ac399d193def488d3457876edef42dd651b30c976025c3d6f810e4d37c88c822","messages_hash":"ea04ccb2ca2544485ca1c00141f5165feabff0c0ef958d8c9805d4f1dfd82ff5","transaction_count":1,"txlist_hash":"273ce70d30b249ba5afb8382ddf7ded2d0849044d519fb48224a6ea69b7ba6dc"}',0,'BLOCK_PARSED',NULL,'d30d675ac1476c03917afe6277cd81a72bdaeb1054ea3833b58e3cbc7b29ac04'); -INSERT INTO messages VALUES(92,310013,'insert','blocks','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d2489530101c62d4a879b76bed7a99d59be9791c60588ad23bc26b334ea32b30'); -INSERT INTO messages VALUES(93,310013,'insert','transactions','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"btc_amount":1000,"data":"00000028000152bb336400000000017d78400000000002793d60000000000000000000003b100000000a","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","tx_index":14,"utxos_info":" 0e99c34d5f3649841d71c8c34ed4f5aa1c5ce38c45cda20bf500ad28a260df40:0 3 "}',0,'NEW_TRANSACTION',NULL,'04face065b8cb168c931ed536498d99860a24285b2be935e39cdbcaad1e4b8a0'); -INSERT INTO messages VALUES(94,310013,'update','orders','{"status":"expired","tx_hash":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093"}',0,'ORDER_UPDATE',NULL,'7e7806720cb489f80e5577ea8bbd9c0a5273b7bf135f55c65393c70152fedb7b'); -INSERT INTO messages VALUES(95,310013,'insert','order_expirations','{"block_index":310013,"order_hash":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093","source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'179db564ace5ea8e53e09b42fa434c0b51cfc35b86fa7ec916d6e2ddbcd30c49'); -INSERT INTO messages VALUES(96,310013,'insert','debits','{"action":"bet","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310013,"event":"813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","quantity":25000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'DEBIT','813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3','4571a20c55ba500c78e838c83ae62afa1bba5c7fb287e892eb6ba0084df490f7'); -INSERT INTO messages VALUES(97,310013,'insert','bets','{"bet_type":1,"block_index":310013,"counterwager_quantity":41500000,"counterwager_remaining":41500000,"deadline":1388000100,"expiration":10,"expire_index":310023,"fee_fraction_int":99999999.0,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":15120,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","tx_index":14,"wager_quantity":25000000,"wager_remaining":25000000}',0,'OPEN_BET','813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3','33a0656730b4149d58b1db6767ef4aa25c8a5f3280f2a1e0d9a0d534ae6a87e1'); -INSERT INTO messages VALUES(98,310013,'update','bets','{"counterwager_remaining":4250000,"status":"open","tx_hash":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16","wager_remaining":8500000}',0,'BET_UPDATE','813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3','f0183004057a56e7c9e7fb2b2c07f14e6d7ee841a5e2491a7d7dedb9d3cc0749'); -INSERT INTO messages VALUES(99,310013,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310013,"calling_function":"filled","event":"813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","quantity":4250000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'CREDIT','813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3','acea3960a3027a1c016f8d880ece9f6142926050781dc3a5f3b766149f38e400'); -INSERT INTO messages VALUES(100,310013,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","wager_remaining":4250000}',0,'BET_UPDATE','813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3','8a57b7f15bb4ed0c28c7907d89746cdb080f9c0a299886c982fb2961b7edb4b4'); -INSERT INTO messages VALUES(101,310013,'insert','bet_matches','{"backward_quantity":20750000,"block_index":310012,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":41500000,"id":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16_813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","initial_value":100.0,"leverage":15120,"match_expire_index":310022,"status":"pending","target_value":0.0,"tx0_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":0,"tx0_block_index":310012,"tx0_expiration":10,"tx0_hash":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16","tx0_index":13,"tx1_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":1,"tx1_block_index":310013,"tx1_expiration":10,"tx1_hash":"813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","tx1_index":14}',0,'BET_MATCH','813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3','68845f43199feb290b900ee2834dd05694acc72f37549a9859c1ab89cb4a8bdb'); -INSERT INTO messages VALUES(102,310013,'parse','transactions','{"supported":true,"tx_hash":"813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","tx_index":14}',0,'TRANSACTION_PARSED','813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3','693aef46841ed5be0de0d1f87bf416f198ae3f05937d5f034a5d36650d76c52e'); -INSERT INTO messages VALUES(103,310013,'parse','blocks','{"block_index":310013,"ledger_hash":"f6fd6f6280b1c580abe8e31de28bfa0f269d453068946733cad69d29f6874936","messages_hash":"05e71aa9b75267a666dc1f71878ff3375a4a672a846e71196afb5d478ab50aed","transaction_count":1,"txlist_hash":"ce4d93afd619a9f22326d72b5ae6c10b24d3075399374184463f65d489a57c51"}',0,'BLOCK_PARSED',NULL,'b37774059f7f2418ef67546e18890a3c7cc3873ad7bb4de0eca48149557a1460'); -INSERT INTO messages VALUES(104,310014,'insert','blocks','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5132432069492f9864a9ce6bf4276ee7529e2909a8f9697c356d194f9af6c5cc'); -INSERT INTO messages VALUES(105,310014,'insert','transactions','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"btc_amount":1000,"data":"00000028000052bb33640000000008f0d1800000000014dc93800000000000000000000013b00000000a","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41","tx_index":15,"utxos_info":" 820d199eab44dc21110b89e5210bc07d83a257d5d0c7595d0410d5cc9dfc7bd3:0 3 "}',0,'NEW_TRANSACTION',NULL,'b21728dd76447abfb00c56e8d99ae73e2755e8b0b39c468aac4bea652c38c19d'); -INSERT INTO messages VALUES(106,310014,'update','orders','{"status":"expired","tx_hash":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e"}',0,'ORDER_UPDATE',NULL,'1186951365f43cd7c5dff13f867ee215b48e02f84e80c78a739cb3fd4549967f'); -INSERT INTO messages VALUES(107,310014,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310014,"calling_function":"cancel order","event":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","quantity":5000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'f0cf8603cdfafae6c49e8c5d9b5291dd81e677c34fb89e67e319761efe6c9799'); -INSERT INTO messages VALUES(108,310014,'insert','order_expirations','{"block_index":310014,"order_hash":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'6776d25dfefdf09d55bf9458d1ca14b581c6f87f5c3210c4d7261b42e829c786'); -INSERT INTO messages VALUES(109,310014,'insert','debits','{"action":"bet","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310014,"event":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41","quantity":150000000,"tx_index":15,"utxo":null,"utxo_address":null}',0,'DEBIT','33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41','e2950dddb5e7b0bb6ec886ff7d562bf83c433f22776ee5a58b415e0707a3eba5'); -INSERT INTO messages VALUES(110,310014,'insert','bets','{"bet_type":0,"block_index":310014,"counterwager_quantity":350000000,"counterwager_remaining":350000000,"deadline":1388000100,"expiration":10,"expire_index":310024,"fee_fraction_int":99999999.0,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41","tx_index":15,"wager_quantity":150000000,"wager_remaining":150000000}',0,'OPEN_BET','33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41','a5e341c8fb795fb41dcccbcc01f1e6b5e6ce8e780cae6228dffdbbedd9b7556e'); -INSERT INTO messages VALUES(111,310014,'parse','transactions','{"supported":true,"tx_hash":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41","tx_index":15}',0,'TRANSACTION_PARSED','33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41','8b84674093e276ac79149145d017a5374247caad62f5c7599c70b8953f093102'); -INSERT INTO messages VALUES(112,310014,'parse','blocks','{"block_index":310014,"ledger_hash":"0c52d56c6f7c25da7b757aba30e890e9eff402155b5497a5420e13e69b7cb54b","messages_hash":"aa188f3deba77c7a5a6b643002cbf086befd971c3beb9d6b283b8d3a10bfb58d","transaction_count":1,"txlist_hash":"7df6ac77f91e828339a1f92ce8197c74ff120f6c00d180bdb19a91f7da14a83a"}',0,'BLOCK_PARSED',NULL,'e5dec79559d172c572904a8b53cccfc05ac261480de519725c386e36c62300cf'); -INSERT INTO messages VALUES(113,310015,'insert','blocks','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9df90332868cf3f1909592b279a41a64d06becd4acc7cee1a494046f830c2805'); -INSERT INTO messages VALUES(114,310015,'insert','transactions','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"btc_amount":1000,"data":"00000028000152bb33640000000014dc93800000000008f0d1800000000000000000000013b00000000a","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","tx_index":16,"utxos_info":" d72265fd12f4ecd9c417122e366bbe23bd1835d99d2554a20e9252d41291fa5a:0 3 "}',0,'NEW_TRANSACTION',NULL,'9f77bc3904d32c51e4d609829eed61e08a4d03cdf0dbf735ca7ea0282ef516fe'); -INSERT INTO messages VALUES(115,310015,'insert','debits','{"action":"bet","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"event":"22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","quantity":350000000,"tx_index":16,"utxo":null,"utxo_address":null}',0,'DEBIT','22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f','62377c0e875df147c36593a81701b078b6dc3520b328e1a4bbbda92569b35c3e'); -INSERT INTO messages VALUES(116,310015,'insert','bets','{"bet_type":1,"block_index":310015,"counterwager_quantity":150000000,"counterwager_remaining":150000000,"deadline":1388000100,"expiration":10,"expire_index":310025,"fee_fraction_int":99999999.0,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","tx_index":16,"wager_quantity":350000000,"wager_remaining":350000000}',0,'OPEN_BET','22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f','ed39dde4c3e0d88c8f00550416373643b7ed379896d6addaa8bb81eb34056282'); -INSERT INTO messages VALUES(117,310015,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"calling_function":"filled","event":"22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f','ea7568a055b223b2d4e0ea1b8ee17fc0bdafca2daa308be7b643ea35fdd52237'); -INSERT INTO messages VALUES(118,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41","wager_remaining":0}',0,'BET_UPDATE','22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f','9b493a5f6f176468eb2845852bd595c57dfd143b2246ab85225f7f1b6922c151'); -INSERT INTO messages VALUES(119,310015,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"calling_function":"filled","event":"22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f','fa2a2edda9dad1a6229eb5b856037a0823d7276e9f0fe0afb5632bf448092ef4'); -INSERT INTO messages VALUES(120,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","wager_remaining":0}',0,'BET_UPDATE','22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f','861484c345ce0b241aa663ef5cfcbf350c13da8ab7d159af26f8c354459ea042'); -INSERT INTO messages VALUES(121,310015,'insert','bet_matches','{"backward_quantity":350000000,"block_index":310014,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":150000000,"id":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41_22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","initial_value":100.0,"leverage":5040,"match_expire_index":310024,"status":"pending","target_value":0.0,"tx0_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":0,"tx0_block_index":310014,"tx0_expiration":10,"tx0_hash":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41","tx0_index":15,"tx1_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":1,"tx1_block_index":310015,"tx1_expiration":10,"tx1_hash":"22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","tx1_index":16}',0,'BET_MATCH','22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f','dc8f53645d205e55d96016679cabaa777e2b63abf9383cf6c6f4878210516392'); -INSERT INTO messages VALUES(122,310015,'parse','transactions','{"supported":true,"tx_hash":"22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","tx_index":16}',0,'TRANSACTION_PARSED','22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f','33336a52432e58ea6749095674e9dc1e366bc54d60c23815eff46849f326176a'); -INSERT INTO messages VALUES(123,310015,'parse','blocks','{"block_index":310015,"ledger_hash":"03cd020f708d5f082f5b63e3c1f58e5f25d564a60699ae0f23471115d9e37d5e","messages_hash":"2a4744b50dc45aadf6903a8cfa7bb7ca001afda8ec3894e17215864d432e8157","transaction_count":1,"txlist_hash":"45379e27de14058cb9100cc29417da1e5b2534e4434bfcd074c811324e46fd06"}',0,'BLOCK_PARSED',NULL,'e6c7247968b644bcb5914290b3800025f15a0dcb3f8087a871e33f2e4a2f13e9'); -INSERT INTO messages VALUES(124,310016,'insert','blocks','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6a2a156f63991d20ae3710d73c0d5afbbb9cc28d4992f6e2fbef5c2ee07f0ee3'); -INSERT INTO messages VALUES(125,310016,'insert','transactions','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"btc_amount":1000,"data":"00000028000252bb33c8000000002cb417800000000026be36803ff0000000000000000013b00000000a","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede","tx_index":17,"utxos_info":" f203086e1289aef19494acb2a48a734ecc0bd65149ee60cec66f839cdb37ff9f:0 3 "}',0,'NEW_TRANSACTION',NULL,'c05c9acce774d48d0a27ca6c67745101d7f0058918db88b581dfbc1cb65256a1'); -INSERT INTO messages VALUES(126,310016,'insert','debits','{"action":"bet","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310016,"event":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede","quantity":750000000,"tx_index":17,"utxo":null,"utxo_address":null}',0,'DEBIT','5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede','7cf2f3bcc1896fa1ca5a38d76453191421766e1c4b839de4bf931ba11eeabdc6'); -INSERT INTO messages VALUES(127,310016,'insert','bets','{"bet_type":2,"block_index":310016,"counterwager_quantity":650000000,"counterwager_remaining":650000000,"deadline":1388000200,"expiration":10,"expire_index":310026,"fee_fraction_int":99999999.0,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":1.0,"tx_hash":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede","tx_index":17,"wager_quantity":750000000,"wager_remaining":750000000}',0,'OPEN_BET','5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede','5ae8b4ab2b011ea69eed2885753337438dff75b691d44d03ccbc57b3e3884803'); -INSERT INTO messages VALUES(128,310016,'parse','transactions','{"supported":true,"tx_hash":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede","tx_index":17}',0,'TRANSACTION_PARSED','5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede','8926d12908b88b5e13b0aa78cff4e7b591c8f4f6afada67b2b62a9ad9308a9c6'); -INSERT INTO messages VALUES(129,310016,'parse','blocks','{"block_index":310016,"ledger_hash":"d95cf7b2af3f578fc64450d484323075e81999a868918d3dbf89160269d68980","messages_hash":"05d1a68b44d4c1fd892b671732dd76caab45c61948c05599022c5e6cb3bf329e","transaction_count":1,"txlist_hash":"92ed43fd80e4e254ebff7dc725c32962beb79be51dfe8d62d12bd8e123320532"}',0,'BLOCK_PARSED',NULL,'5502e7b4be33fa3a13da572565df6181f935b2080b973f0526845ad2c7bccb0e'); -INSERT INTO messages VALUES(130,310017,'insert','blocks','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e8362aa3051765a44551b601d621faa65c19566f8f2d3b520fcd30a06aa02e05'); -INSERT INTO messages VALUES(131,310017,'insert','transactions','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"btc_amount":1000,"data":"00000028000352bb33c80000000026be3680000000002cb417803ff0000000000000000013b00000000a","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","tx_index":18,"utxos_info":" f7c3acafbffbae86eb37a0334e4440425dd54628c1ffe103aaa4332f612b0d5f:0 3 "}',0,'NEW_TRANSACTION',NULL,'e44263671122324eb7e111044f7e4b833812a2d630e6d71e2ba8c44c5e6da203'); -INSERT INTO messages VALUES(132,310017,'insert','debits','{"action":"bet","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"event":"07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","quantity":650000000,"tx_index":18,"utxo":null,"utxo_address":null}',0,'DEBIT','07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a','b3b18b923eea07d209bec8465f2b2bd35499c443f63a209fe211eafa9300df8a'); -INSERT INTO messages VALUES(133,310017,'insert','bets','{"bet_type":3,"block_index":310017,"counterwager_quantity":750000000,"counterwager_remaining":750000000,"deadline":1388000200,"expiration":10,"expire_index":310027,"fee_fraction_int":99999999.0,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":1.0,"tx_hash":"07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","tx_index":18,"wager_quantity":650000000,"wager_remaining":650000000}',0,'OPEN_BET','07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a','16785a821202008a80a6dc1843d4b37443b2c04589a80683257fdddab9783cd0'); -INSERT INTO messages VALUES(134,310017,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"calling_function":"filled","event":"07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a','6e5b4ce0e422a3353d057abb8bc4b657faa2378b9cad45764f912fb773888b5c'); -INSERT INTO messages VALUES(135,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede","wager_remaining":0}',0,'BET_UPDATE','07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a','5a4bb7126367aa48b835af8e393b8afffe24bd6de26d2aab36ac13ce12650587'); -INSERT INTO messages VALUES(136,310017,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"calling_function":"filled","event":"07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a','b326d61eafb488b0dc5f91dcfe641bcb75bfdb5f15961a6379cea9815599ae00'); -INSERT INTO messages VALUES(137,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","wager_remaining":0}',0,'BET_UPDATE','07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a','9d3ff1e7404f3603fc193018abac617e3004a9b7463b4ef3480aed58aab57fd7'); -INSERT INTO messages VALUES(138,310017,'insert','bet_matches','{"backward_quantity":650000000,"block_index":310016,"deadline":1388000200,"fee_fraction_int":99999999,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":750000000,"id":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede_07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","initial_value":100.0,"leverage":5040,"match_expire_index":310026,"status":"pending","target_value":1.0,"tx0_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":2,"tx0_block_index":310016,"tx0_expiration":10,"tx0_hash":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede","tx0_index":17,"tx1_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":3,"tx1_block_index":310017,"tx1_expiration":10,"tx1_hash":"07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","tx1_index":18}',0,'BET_MATCH','07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a','462d6d7e542fb93fa4a5b5f846080544817ab60fea5e6b65a6ac751944fc6c39'); -INSERT INTO messages VALUES(139,310017,'parse','transactions','{"supported":true,"tx_hash":"07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","tx_index":18}',0,'TRANSACTION_PARSED','07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a','f2ecddb1c9ee1b6d480aba0d405e5d4912e1c985112e5910002c3e9deebf96be'); -INSERT INTO messages VALUES(140,310017,'parse','blocks','{"block_index":310017,"ledger_hash":"725783dab777f54b11be66fdf47280852fd6b4d8a9b9f2fbba9e92056538ce73","messages_hash":"7baef78bc118e81efb8d0cf7d13e52cb2ab4274f69ed1e9dceda6178bcb104c9","transaction_count":1,"txlist_hash":"f21d857139bdc083724362346aeaa455f82caf0fdf13f2ca880db6dbc6e047b2"}',0,'BLOCK_PARSED',NULL,'0bf8768fc897f8c814fab87634fbfd82dea3fea3e9c4763e01acf567c0ffc35c'); -INSERT INTO messages VALUES(141,310018,'insert','blocks','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'323433d5882f72397cd527af0685811808fb04219dace5227f38947e862f35d5'); -INSERT INTO messages VALUES(142,310018,'insert','transactions','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"btc_amount":0,"data":"0000001e52bb33324058f7256ffc115e004c4b4009556e69742054657374","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66","tx_index":19,"utxos_info":" 74fb288e8ceaf5f9cdeaefe2cbdde99ec1eafb8ea3b80ab96725cbc6913ef266:0 2 "}',0,'NEW_TRANSACTION',NULL,'fcf547af5964e8bfbc866f88e49bc6fa24d2cf22686c1fca1cd33898318d5132'); -INSERT INTO messages VALUES(143,310018,'insert','broadcasts','{"block_index":310018,"fee_fraction_int":5000000,"locked":false,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000050,"tx_hash":"5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66","tx_index":19,"value":99.86166}',0,'BROADCAST','5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66','aa649e9ad410a30123c582d95b423918255671bc51e19a78671e96ec5f2c8f7e'); -INSERT INTO messages VALUES(144,310018,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310018,"calling_function":"bet settled: liquidated for bear","event":"5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66","quantity":59137500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66','e9236db090e6b738bf9194fc9782eef0333b36e9101e574dc609da71a1b12402'); -INSERT INTO messages VALUES(145,310018,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310018,"calling_function":"feed fee","event":"5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66","quantity":3112500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66','fce5da9e2dffa91b40c2a3fa9a63567773ce551678487d8b167383c90c242770'); -INSERT INTO messages VALUES(146,310018,'insert','bet_match_resolutions','{"bear_credit":59137500,"bet_match_id":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16_813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","bet_match_type_id":1,"block_index":310018,"bull_credit":0,"escrow_less_fee":null,"fee":3112500,"settled":false,"winner":null}',0,'BET_MATCH_RESOLUTON','5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66','2aafdb0861fb1a631bdb62a258c77376d3a2839cfb27d2cf22aea2ff69c681ac'); -INSERT INTO messages VALUES(147,310018,'update','bet_matches','{"id":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16_813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","status":"settled: liquidated for bear"}',0,'BET_MATCH_UPDATE','5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66','4c80460da5b99ddd006cfd290fde0baf67b74bfd9b48376e2812a99b4e387467'); -INSERT INTO messages VALUES(148,310018,'parse','transactions','{"supported":true,"tx_hash":"5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66","tx_index":19}',0,'TRANSACTION_PARSED','5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66','32e0c424c4fad56e822fea8ed99f994e05307e187aa196435e7cd4b8f9af8174'); -INSERT INTO messages VALUES(149,310018,'parse','blocks','{"block_index":310018,"ledger_hash":"05ad248fa836b50ce72a2f61c7465a455cc48ac92f2c0ff9bb9f94e69081d1e7","messages_hash":"604490aafa92e25e6f46c230fdb6f8abe24ecec19164fe2fe3a8c33f69f6b5ef","transaction_count":1,"txlist_hash":"3e8a8361086aee82a316c2a041d8f4e1d7b4000c3e18263ca84a3267a811ee7d"}',0,'BLOCK_PARSED',NULL,'1b942cd21405684e000460037c5057e5ea4ad6373864a18b1075b8e507ba7993'); -INSERT INTO messages VALUES(150,310019,'insert','blocks','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a0a4565276528b536c72ff5349f0384ab15bb3fc7af819afb8af4d9f20d71c15'); -INSERT INTO messages VALUES(151,310019,'insert','transactions','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"btc_amount":0,"data":"0000001e52bb3365405915f3b645a1cb004c4b4009556e69742054657374","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17","tx_index":20,"utxos_info":" 9ff1232263d22ec7f8d8fcd4fa194620e14b9bb67f8704cce671114867664a4b:0 2 "}',0,'NEW_TRANSACTION',NULL,'46b8c1a8584cb8a3c2629faab46d20f8eda861471567bbab572a48188f9c0a5a'); -INSERT INTO messages VALUES(152,310019,'insert','broadcasts','{"block_index":310019,"fee_fraction_int":5000000,"locked":false,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000101,"tx_hash":"0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17","tx_index":20,"value":100.343}',0,'BROADCAST','0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17','69c7a1004906f1900161e3364e0dbebe7a19f1f4778046717df62dcdaf30909b'); -INSERT INTO messages VALUES(153,310019,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17","quantity":159300000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17','47e62a0144fc7e55e13af35b0a4c3546a95d504dcc8f5e3773582bdddec8b64d'); -INSERT INTO messages VALUES(154,310019,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17","quantity":315700000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17','2afa14b6ee4125dbda14146a3048bba3b447592114a5b845d3b23baa6fc6c732'); -INSERT INTO messages VALUES(155,310019,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"feed fee","event":"0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17","quantity":25000000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17','c26bc1a40c57a77aacecece244a9ec13f8358424a8e33fe42142bc839cb457df'); -INSERT INTO messages VALUES(156,310019,'insert','bet_match_resolutions','{"bear_credit":315700000,"bet_match_id":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41_22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","bet_match_type_id":1,"block_index":310019,"bull_credit":159300000,"escrow_less_fee":null,"fee":25000000,"settled":true,"winner":null}',0,'BET_MATCH_RESOLUTON','0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17','835aad6130f0acb82fe10829440f99a8670601bba66074f8fcd7f13cf103b991'); -INSERT INTO messages VALUES(157,310019,'update','bet_matches','{"id":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41_22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","status":"settled"}',0,'BET_MATCH_UPDATE','0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17','9b8fe2100b4d49325fa1e63523da000fb691be1bb9f072d209758caa8968ac73'); -INSERT INTO messages VALUES(158,310019,'parse','transactions','{"supported":true,"tx_hash":"0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17","tx_index":20}',0,'TRANSACTION_PARSED','0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17','d0e812187960bc09d0f80e722b08cfd59822521f3ff958206b7b5d540c9487b1'); -INSERT INTO messages VALUES(159,310019,'parse','blocks','{"block_index":310019,"ledger_hash":"0ab8707bce7b77beecc32ad6124482cb561776ed245ce6dce08f5318e2cf396f","messages_hash":"3c8995034aca8d2b7430dfa2c1ab85480574ccda283559d063a5073ef12ee913","transaction_count":1,"txlist_hash":"d66ff9e099bc707b866c2595b0bb642657601a36ab06cafa070f18e9f3ad30e3"}',0,'BLOCK_PARSED',NULL,'0d3d763d8646a659b49cbb5865d9e0a1649dcd7be26271e7cb1cd2c49d9f8bc4'); -INSERT INTO messages VALUES(160,310020,'insert','blocks','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'58e497ca0cc05a83107d5d8ccc0cbdf6325fcf11a863a880372e96aa06df079f'); -INSERT INTO messages VALUES(161,310020,'insert','transactions','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"btc_amount":0,"data":"0000001e52bb33c94000000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402","tx_index":21,"utxos_info":" 5d2638e1c58ffa4055d6ae17293c34a353e57c7c019a5b1a90fab83747fc6113:0 2 "}',0,'NEW_TRANSACTION',NULL,'92e171b016cce708a1a4d26e11f36997b807271c887c0d3df3e4355b46bf2f5d'); -INSERT INTO messages VALUES(162,310020,'insert','broadcasts','{"block_index":310020,"fee_fraction_int":5000000,"locked":false,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000201,"tx_hash":"2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402","tx_index":21,"value":2.0}',0,'BROADCAST','2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402','aca5cb59de6bcd351d7eb7dd668ec561118055b269b7a077756c92c29df62eeb'); -INSERT INTO messages VALUES(163,310020,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310020,"calling_function":"bet settled: for notequal","event":"2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402","quantity":1330000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402','941d33bb74c90b4d821a55ae391a01688b68a2c5b851fa80f3f2f1cc4ee04a72'); -INSERT INTO messages VALUES(164,310020,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310020,"calling_function":"feed fee","event":"2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402","quantity":70000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402','32962510b2be30f5db3974e396179b7331a967fb947a64d861c7e7f131789519'); -INSERT INTO messages VALUES(165,310020,'insert','bet_match_resolutions','{"bear_credit":null,"bet_match_id":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede_07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","bet_match_type_id":5,"block_index":310020,"bull_credit":null,"escrow_less_fee":1330000000,"fee":70000000,"settled":null,"winner":"NotEqual"}',0,'BET_MATCH_RESOLUTON','2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402','40a08e9d28709dd0a086441812a1aa8b636c25ace3624d57cd2e607933aee509'); -INSERT INTO messages VALUES(166,310020,'update','bet_matches','{"id":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede_07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","status":"settled: for notequal"}',0,'BET_MATCH_UPDATE','2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402','eec6f105bd2c7047fc348d09c898532e4545631fa719b79786e9b9476857e953'); -INSERT INTO messages VALUES(167,310020,'parse','transactions','{"supported":true,"tx_hash":"2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402","tx_index":21}',0,'TRANSACTION_PARSED','2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402','263eff027158594750b1d21267ca9a4a910814e25b6dd6c5e37d95efeb3444f9'); -INSERT INTO messages VALUES(168,310020,'parse','blocks','{"block_index":310020,"ledger_hash":"198edc4bf109549538a2f8f96714536a99a1568fe16fe4254881520474adc68d","messages_hash":"39fa88f048c803450fd1f3209de947262f3131a01d387f8bd8705e064a42a83c","transaction_count":1,"txlist_hash":"3bd8ef01a2be7a5d817b535f19e456325bcf2d684ac25f09124d4582040fde54"}',0,'BLOCK_PARSED',NULL,'4fefe28dbd529a8e06b572c0e96fabe5c5ac1c7d159b4653d2b83dfe0148f2cd'); -INSERT INTO messages VALUES(169,310021,'insert','blocks','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fef09a820c7ddc20248864d0271f61b717a825987075a51cb73a0babd10bdb67'); -INSERT INTO messages VALUES(170,310021,'insert','transactions','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"btc_amount":0,"data":"0000000a00000000000047670000000002faf08000000000000000010000000002faf080000a0000000000000000","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323","tx_index":22,"utxos_info":" 322ca39f1c6a4e524868c74a1bc3ca8d5db6448e33db2511a9989643810625c7:0 2 "}',0,'NEW_TRANSACTION',NULL,'68359f9ae4a02840c3326a1174d5396c3b3266ca31ee99338784d039217a54fe'); -INSERT INTO messages VALUES(171,310021,'insert','debits','{"action":"open order","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310021,"event":"19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323","quantity":50000000,"tx_index":22,"utxo":null,"utxo_address":null}',0,'DEBIT','19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323','a8978bc0d5da330063db8d3142aa394bf331192b30a24b2334bb0db904902413'); -INSERT INTO messages VALUES(172,310021,'insert','orders','{"block_index":310021,"expiration":10,"expire_index":310031,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":50000000,"get_remaining":50000000,"give_asset":"BBBB","give_quantity":50000000,"give_remaining":50000000,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323","tx_index":22}',0,'OPEN_ORDER','19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323','64eea5ddc8cff5af6cd9e857aa2c46395a81c77bf259306803736fc65236ea27'); -INSERT INTO messages VALUES(173,310021,'parse','transactions','{"supported":true,"tx_hash":"19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323","tx_index":22}',0,'TRANSACTION_PARSED','19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323','6b3f7e85a443b7840dbd351f0f64011a0cffd70ead203a3a8c2fb6fc990b838e'); -INSERT INTO messages VALUES(174,310021,'parse','blocks','{"block_index":310021,"ledger_hash":"52482033c5c11ad24257707137b090606305497618e29050b2fdd3e13bc822ce","messages_hash":"f51ed7d597b34e5a37b60edf3e0f9dba93e06c64f35f54ed2bca65a8a03183f3","transaction_count":1,"txlist_hash":"7d74bbdb4057dc5d0e9b568e983df362b87bdacdddf2724b1ee4c42b6602bd47"}',0,'BLOCK_PARSED',NULL,'a7233301c62f62ce0877fbe78a30eb0a96afe1d76458abed997c174ce90b0c70'); -INSERT INTO messages VALUES(175,310022,'insert','blocks','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'75fb4d8f5a474c84e16554c0ab39ec3425777ef5e28a4ea3f2edf53cb008e0f3'); -INSERT INTO messages VALUES(176,310022,'insert','transactions','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"btc_amount":100000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"3739350ed4c86474468cb1fed825b1ef141304d638b298867d0b2ae58c509c22","tx_index":23,"utxos_info":" ce8432a1b0579faf1ec3f8b93b7bea7fa3dd3a8b1a3b74b1bda7d3030e701e58:0 2 "}',0,'NEW_TRANSACTION',NULL,'a1c1cee06b2e1967bfc307d1548dcf5c466bc72df9d6590ad7a36bf671af516b'); -INSERT INTO messages VALUES(177,310022,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310022,"calling_function":"burn","event":"3739350ed4c86474468cb1fed825b1ef141304d638b298867d0b2ae58c509c22","quantity":56999887262,"tx_index":23,"utxo":null,"utxo_address":null}',0,'CREDIT','3739350ed4c86474468cb1fed825b1ef141304d638b298867d0b2ae58c509c22','c70409c6b53df52d1c4c34c4bf2827b3c7d57490370e377ea0ad4ae95b3fb9a6'); -INSERT INTO messages VALUES(178,310022,'insert','burns','{"block_index":310022,"burned":38000000,"earned":56999887262,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"3739350ed4c86474468cb1fed825b1ef141304d638b298867d0b2ae58c509c22","tx_index":23}',0,'BURN','3739350ed4c86474468cb1fed825b1ef141304d638b298867d0b2ae58c509c22','0ec1d2fccfd9c066b027b420ee7009f77fa1f432225e935cf4f92b4d16a1a300'); -INSERT INTO messages VALUES(179,310022,'parse','blocks','{"block_index":310022,"ledger_hash":"85d639cc8147885470da26d3c0470dba0eb8b6870d5941b12bcc4afb8fcd9af1","messages_hash":"18a8d86addee808d85595e1d9bff83d7cf7460e793ed5b553cd9f5c8dd806c3d","transaction_count":1,"txlist_hash":"568bbeb4d12090c110442540d6f12734602dcf84ae5e331f0391a4a47857d059"}',0,'BLOCK_PARSED',NULL,'68788093193305d8057081ea29c646690d23d792fb1f92bcdf5ebc27a683e3b8'); -INSERT INTO messages VALUES(180,310023,'insert','blocks','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7ec7caf7f01405f1b3583cc79428372c2d849deef1507050a323630dd6b25605'); -INSERT INTO messages VALUES(181,310023,'insert','transactions','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"btc_amount":1000,"data":"0000000000000000000047680000000000002710","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58","tx_index":24,"utxos_info":" 5769ce4243e3d2e898a792c556ec8da59a8f8a1f262af59569e2b617e5867776:0 3 "}',0,'NEW_TRANSACTION',NULL,'43522f0bfccaafbf6348d5d78d6d2b580e773172988fca4311eea5f03cced54b'); -INSERT INTO messages VALUES(182,310023,'update','bets','{"status":"expired","tx_hash":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16"}',0,'BET_UPDATE',NULL,'7bdb332922af8bc1c63a02671a91dda929e4ded7369d8f81260cf38f6bfada66'); -INSERT INTO messages VALUES(183,310023,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310023,"calling_function":"recredit wager remaining","event":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16","quantity":8500000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'bd6f2bf39a9d99b988de7e67ebda5037cf494c88767d825c65b27164813053d0'); -INSERT INTO messages VALUES(184,310023,'insert','bet_expirations','{"bet_hash":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16","bet_index":13,"block_index":310023,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'BET_EXPIRATION',NULL,'f47e1f2b2839164cc64b596832476744e0e0e0665541e1631c28957d20919e08'); -INSERT INTO messages VALUES(185,310023,'insert','debits','{"action":"send","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310023,"event":"72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'DEBIT','72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58','481c968f8c433e5a40b34955c51c0b11af6da7015ae3d5a24ee29805571f8ef1'); -INSERT INTO messages VALUES(186,310023,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBC","block_index":310023,"calling_function":"send","event":"72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'CREDIT','72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58','30c0b46d5c04ffc28e3437d27dda8d3c5b65823e2c50b3d69828dd4c810c2772'); -INSERT INTO messages VALUES(187,310023,'insert','sends','{"asset":"BBBC","block_index":310023,"destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":10000,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58","tx_index":24}',0,'SEND','72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58','32f3e8979b98ffd1b02f5a26f933a827bc65741f8ad8123da05a7f4367aa0651'); -INSERT INTO messages VALUES(188,310023,'parse','transactions','{"supported":true,"tx_hash":"72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58","tx_index":24}',0,'TRANSACTION_PARSED','72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58','adaac11f1db1551aaa239d97449260e8e2a97c8275b63b13aa168330f938332c'); -INSERT INTO messages VALUES(189,310023,'parse','blocks','{"block_index":310023,"ledger_hash":"eb62ce47d68491a84b9a29b92db2742021881f0274072f1bc39dfef08cd7a590","messages_hash":"9d0eadb18b4978e9c911f5186374e6f69dd9b213824ea2c9d0675229f1122590","transaction_count":1,"txlist_hash":"877a4d466f5f780e8103a42fb7771935ef57486ed7d74aa77757b9cb434893b3"}',0,'BLOCK_PARSED',NULL,'fb9f589afd39414fea064d445bf9556f45fcad15fbecc58dc022e3a8fb3849be'); -INSERT INTO messages VALUES(190,310024,'insert','blocks','{"block_hash":"b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5","block_index":310024,"block_time":310024000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'560bc5d1ffb974e26c99dbd73abdd87f1a271b9e0883a548f8255a8c573c7411'); -INSERT INTO messages VALUES(191,310024,'parse','blocks','{"block_index":310024,"ledger_hash":"45e73afbc34855b5cbd342a6fb77545e01f3ff4601a04c6dd25dff665aeff484","messages_hash":"b5faaf3e7f6b6dc6ce02aa1fe1f7383c50d7b5b6ab5a07469bf9409c8318d0e4","transaction_count":0,"txlist_hash":"b16082c8d932618c9bd89f7b8d6372190cab18b274ed8dbc1b4f04e5edc2bdbf"}',0,'BLOCK_PARSED',NULL,'0c86e7e3bf883bbe44537a429de950b8f3221f3fde93dc3b7160ae7b67a34363'); -INSERT INTO messages VALUES(192,310025,'insert','blocks','{"block_hash":"a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666","block_index":310025,"block_time":310025000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3b85c335dbb711472be2c2f558843522d6dc414da3fd4abae4db7413d8b2e09f'); -INSERT INTO messages VALUES(193,310025,'parse','blocks','{"block_index":310025,"ledger_hash":"714702b25559325c7bacffdf28e0af30c47bf48e6b4fda053c21ea31c7604128","messages_hash":"38f05ca491582557d5e00d93e65e5b5c8aad8c48be5a93863d5ec8caff4ee132","transaction_count":0,"txlist_hash":"391a822509e48a899634f3b8a6b0c99fd298eefd97230b401b40c301dd7e6052"}',0,'BLOCK_PARSED',NULL,'68f142075bc63c2f4efd542852f663190d2447fecc636875125b954fd562cd54'); -INSERT INTO messages VALUES(194,310026,'insert','blocks','{"block_hash":"6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a","block_index":310026,"block_time":310026000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3f484fe88c05d675d1a865220f4ba15f58b043dacbe7ea8eb63da270e061451e'); -INSERT INTO messages VALUES(195,310026,'parse','blocks','{"block_index":310026,"ledger_hash":"b305741a1e277ba0ce8436b914784ea0156616ac308282a7f29dbca62a54cc82","messages_hash":"208a33002d36048e43978d7458b573b7a33f63dde01e87647e94a3b681d5bb90","transaction_count":0,"txlist_hash":"16c8d91265aaface472342f436e376984d576675529de1f58a188f994375dea0"}',0,'BLOCK_PARSED',NULL,'4c5df193aaa8ba9c1f0a07d83c974dd5bbfca1b25529b603080130bb6c00843e'); -INSERT INTO messages VALUES(196,310027,'insert','blocks','{"block_hash":"d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e","block_index":310027,"block_time":310027000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6fc1fbc9fc23c6f3072e8f1cc4c63bc22e3245e5488a87eaae23115f097ce266'); -INSERT INTO messages VALUES(197,310027,'parse','blocks','{"block_index":310027,"ledger_hash":"1f833f7396917e02b4b65b0a05d19754b6a53b030b659514d0c21cad062d45f9","messages_hash":"c5e1b0aa42c64273ff10ef71d2caea5503ce97baf52e59d50fa449a5f7d8d605","transaction_count":0,"txlist_hash":"d7a61a46b4f6da78607245b9fdd4e0b1d7499b5687805939342a431ef570711d"}',0,'BLOCK_PARSED',NULL,'661f4a01e12ccf4d42bfeca9bc8c7f78783dadc22b8cb30700ddd3b6337d4ed3'); -INSERT INTO messages VALUES(198,310028,'insert','blocks','{"block_hash":"02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b","block_index":310028,"block_time":310028000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8367757dc30211f1aaf4273ba177daf555d4bd4ea3d5999505060b1ac1bbc56d'); -INSERT INTO messages VALUES(199,310028,'parse','blocks','{"block_index":310028,"ledger_hash":"47b38906beda7ad735a86b9fd63669b0357b7ae0a0c1a54c9827bc8b90185626","messages_hash":"9d40c2959b5fe074462c472e6145d534063cd7b4f8d5d06810d60526e91f18c5","transaction_count":0,"txlist_hash":"a8a0b67ddb47a15f89fd14f227e118bd374dde04f4bce3205d5ee07a8c7509d7"}',0,'BLOCK_PARSED',NULL,'aed918ac106c436bc9b349720fc8d9b37e2f930f0b2aecbd46647380cae3745e'); -INSERT INTO messages VALUES(200,310029,'insert','blocks','{"block_hash":"3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6","block_index":310029,"block_time":310029000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cd34f2a652ce507bfe42c197e26c4a64f3cd7dff8fd9d114012b228a9e5535b8'); -INSERT INTO messages VALUES(201,310029,'parse','blocks','{"block_index":310029,"ledger_hash":"e69f6c9b649ac04920be70f9b076f7909bcebd8312afa715be3d8922794a72e7","messages_hash":"07db6ee8e8fa562da3505fd5ef0c066fead60d0c2dbc80bb5354bd1a729a67f4","transaction_count":0,"txlist_hash":"355199be765ee2db25308e58d6cdfd22c6941a296b51800e8f937cea1afedbdf"}',0,'BLOCK_PARSED',NULL,'8fdd862b2f8339f0eac29c97cb83473dfd9d83ab9283135e5fb636e374b8d5bc'); -INSERT INTO messages VALUES(202,310030,'insert','blocks','{"block_hash":"d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5","block_index":310030,"block_time":310030000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3df579dcbe530a6bc965263024a8c25d01744f7cf0e3124dc9ce866ed235c9ab'); -INSERT INTO messages VALUES(203,310030,'parse','blocks','{"block_index":310030,"ledger_hash":"c51828b04433b000787c92eaa7e5abd5cc0bc31c619cb8479aff675af6e00c55","messages_hash":"cbcb1c581fbf18ab66d76459ba9442df675eb8d22591514e645c33991930be27","transaction_count":0,"txlist_hash":"b4bb7325ae90ccf0095b0970cb4828c98915a2e6694723ca8af1e9f77523d540"}',0,'BLOCK_PARSED',NULL,'f8434ec97a608a65487cc49b07322171533cb44a3065106f7bac22d49202b3b3'); -INSERT INTO messages VALUES(204,310031,'insert','blocks','{"block_hash":"0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689","block_index":310031,"block_time":310031000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7f48c48e79e5d97168f31bfb6085947252cc992ce90a5c3ea62e3b0ab4402620'); -INSERT INTO messages VALUES(205,310031,'parse','blocks','{"block_index":310031,"ledger_hash":"26d91568af76b5ad4b357693ecb0b9341aabbf5de5d5c83f9998dc2f95d76e5e","messages_hash":"3d7161a6a0dfa7cd509e87ff2d337fea107e51af85c2698d51d1ffe9fb67a625","transaction_count":0,"txlist_hash":"b13328f7f6011c05736a1c728af4726f63f557ae1eafab7d70b6b7fd60025616"}',0,'BLOCK_PARSED',NULL,'4bfb39b60a1bf157df7d233dc31c9b13cf4ee08704db8d1b95a0052b07971ad8'); -INSERT INTO messages VALUES(206,310032,'insert','blocks','{"block_hash":"66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074","block_index":310032,"block_time":310032000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b4e34cf2f3ed8be9df42bd6f4ae00f81155d259e2ce595da07100805b60bb402'); -INSERT INTO messages VALUES(207,310032,'update','orders','{"status":"expired","tx_hash":"19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323"}',0,'ORDER_UPDATE',NULL,'c395ae6cae7011b6c8543991360400348de7cd53d347f3f92ab876579afdfb2e'); -INSERT INTO messages VALUES(208,310032,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310032,"calling_function":"cancel order","event":"19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323","quantity":50000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'4dd743dcb6a6f00c29620d33e69bb07376f38c6bfb49758d27290e4536a31c46'); -INSERT INTO messages VALUES(209,310032,'insert','order_expirations','{"block_index":310032,"order_hash":"19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323","source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'59248723d91966925da66ca9fd176ec2d542a84a422112eaa2d1d55a9f45ae3f'); -INSERT INTO messages VALUES(210,310032,'parse','blocks','{"block_index":310032,"ledger_hash":"21f8da71c386ec1e5e31a35c1190b895f2df52529ea028d5fba25e0d57616952","messages_hash":"1e05f3ae72b9d9f77ce2b1e38a25a1638da791ba063eac7e4f3a9cd5460b2ffa","transaction_count":0,"txlist_hash":"80980b4466ca949fa21a42ffb8c22a2f5853722c4fa02bf0cb962e97365384f1"}',0,'BLOCK_PARSED',NULL,'58f2c06bb664c5453528fc97e5ed35e77636f0447338fa2f042e4989326809a7'); -INSERT INTO messages VALUES(211,310033,'insert','blocks','{"block_hash":"999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707","block_index":310033,"block_time":310033000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'01bc70ae2b697fd0500b5b3e314f93ceccaf25b9634832d6f580c0ac31a9cedd'); -INSERT INTO messages VALUES(212,310033,'parse','blocks','{"block_index":310033,"ledger_hash":"1c844a38fc28e83406c8019615d0c24a1ea84e6ffe4da392d29f353ca676001b","messages_hash":"8bd9dcfe90cc66f45ededc4ac92937788099e661706b7a6d0db4fec194167e6c","transaction_count":0,"txlist_hash":"0c2f46b4f4d5f345399be6073d2f72bf689f6a3a20e57c41ccd541cc0bae76d3"}',0,'BLOCK_PARSED',NULL,'9f724a4d81ae270f9990dd83d373df7b6ff1b15cc136bd20844dc0fe7c65d6c1'); -INSERT INTO messages VALUES(213,310034,'insert','blocks','{"block_hash":"f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208","block_index":310034,"block_time":310034000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f514b3dddd83d69d02dd094ef9a2400c9ed78a28f3b1403e816e52143211a833'); -INSERT INTO messages VALUES(214,310034,'parse','blocks','{"block_index":310034,"ledger_hash":"0533bc0d3bc008b5d65932c569e9f85e3217ea9efbb8937935be93b7a01ec2a8","messages_hash":"45364f9e7b285a3920b7317821daefd9118aba48f71755c1acd9309b2683a886","transaction_count":0,"txlist_hash":"9f5f89f0c9821b7de30388b2a0891011612096ac158a70838d4479059a4bfc50"}',0,'BLOCK_PARSED',NULL,'560178d6ae633218be69bceecdd12d580a3ebd68cefe7c65b651988c009e7b82'); -INSERT INTO messages VALUES(215,310035,'insert','blocks','{"block_hash":"a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2","block_index":310035,"block_time":310035000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eaa2067138764367d9356d019f9b27ef83bbcfea67ce2858f13b1740ccea9c22'); -INSERT INTO messages VALUES(216,310035,'parse','blocks','{"block_index":310035,"ledger_hash":"b5f0b7406fe3b6dbcbb5c3b28fb8fb119e237f07532f500b422058ba898e5b22","messages_hash":"b07125f8fbcfde9774d4f475eb70333b965e3054804cff10f68d5ce25b30cc3d","transaction_count":0,"txlist_hash":"5847c5ec7d8ad0e27d47b3b6ff7df903c4a67a269aa248e69ee918062e58976c"}',0,'BLOCK_PARSED',NULL,'9f042749fbc5d87de29ab033f5ca047c00c7646e7f3f8d300b459453791ff665'); -INSERT INTO messages VALUES(217,310036,'insert','blocks','{"block_hash":"158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76","block_index":310036,"block_time":310036000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cd42ded6691ddef3784e55d513e92183428c8ed4f82b737769aef90e13418161'); -INSERT INTO messages VALUES(218,310036,'parse','blocks','{"block_index":310036,"ledger_hash":"7519ac8cdf4c13b25929d913e3858855aca68bcf3fe6d3636e7371894af27f04","messages_hash":"b1023c1f98af0bf0eedc4ce951fc96ac676cdc705cb425dc649bd255e894314b","transaction_count":0,"txlist_hash":"46fea446096a8d96f1f990374d94405f358ef5a3a8bf09aeba2f76977cf867b0"}',0,'BLOCK_PARSED',NULL,'fdd30490de215ccd765f2c14fe8bdceab1aad671baf3b4ee9ac0fdf925429fc7'); -INSERT INTO messages VALUES(219,310037,'insert','blocks','{"block_hash":"563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07","block_index":310037,"block_time":310037000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'60f5de4198d339a37a30ec69b824109a4cf355e88349c3d6da4201260215f14a'); -INSERT INTO messages VALUES(220,310037,'parse','blocks','{"block_index":310037,"ledger_hash":"f417da67da0c23d4bc44bbb864de5b94057916e28502641ba70764f44165a1fa","messages_hash":"552525da2ff49b20d4dd3b1ead1776edfc2b62b3c9ec2636001496820fd5fe93","transaction_count":0,"txlist_hash":"e372a6531d2f206be5cca17be0f42a75e2e6617499a6dec377c274f7738620df"}',0,'BLOCK_PARSED',NULL,'3c8e55a3d7bd62aaf52f2231a3d36b2a836bc57450bbe16420eb400cde3496ce'); -INSERT INTO messages VALUES(221,310038,'insert','blocks','{"block_hash":"b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2","block_index":310038,"block_time":310038000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'73bb729cffa7783b8a3e189b39667b6c5469ad55297c4f7b47fad4404f8c9d51'); -INSERT INTO messages VALUES(222,310038,'parse','blocks','{"block_index":310038,"ledger_hash":"098eb6f2b0a1c584d969167f50bb55383ab71593ed1f0ca61d83c4513a209107","messages_hash":"e665cd7291a3109a886127d6176c02ef3c95605c309983c1c57e28bef4245689","transaction_count":0,"txlist_hash":"da7704f6d661aa255af6e2d3ad713fbca0a0e6296b16e3a364989bcb5a4e38ba"}',0,'BLOCK_PARSED',NULL,'1457e8276d3fa70dfff488c21f61e11ec1a60a8b0d69d67eb074ea8b12aef603'); -INSERT INTO messages VALUES(223,310039,'insert','blocks','{"block_hash":"5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347","block_index":310039,"block_time":310039000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'16929f8b6568eb1b1a46a99e4be6e5a0ff590670e6c7712b0b9c355a7ee05689'); -INSERT INTO messages VALUES(224,310039,'parse','blocks','{"block_index":310039,"ledger_hash":"a4aa60a1320e47c975628f6650d8fdc44b6a729d26a3178031e32fcb48b59491","messages_hash":"99cd8b2718066347cc508dfbd2a6db3814db0f9956930d0c4a92b99128e856d6","transaction_count":0,"txlist_hash":"02eb5dc168a03d3cd067677480b22185a8ad6731e467c0b3bd5a907834e01013"}',0,'BLOCK_PARSED',NULL,'8805969e79d0bae63e2789617c52e900518bb983a3771b12e8beb666c5ea2c49'); -INSERT INTO messages VALUES(225,310040,'insert','blocks','{"block_hash":"7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3","block_index":310040,"block_time":310040000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b59b4df68fb0c6369cf960e6e0b1c8c8538e1b612074fec1ca1ba42bb6de3797'); -INSERT INTO messages VALUES(226,310040,'parse','blocks','{"block_index":310040,"ledger_hash":"cc5b2af6948531b635b18a4b6698efa318190762c8e4419aa9ca3634e7ed5d1e","messages_hash":"94d0dc122279b29ec9e1e974365290237919ec9af95594a4ce684f86febd70a8","transaction_count":0,"txlist_hash":"f6ba96a6e3e2e3442722bbc1bd770d3f6f0f4a4ffe57d0858586539f81e868b8"}',0,'BLOCK_PARSED',NULL,'d279bf08d3edc132b1c9618cc8d85db0873b748710c941000db8280428e733ff'); -INSERT INTO messages VALUES(227,310041,'insert','blocks','{"block_hash":"5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359","block_index":310041,"block_time":310041000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e98ba6fc21837d7460cc344d7661f1441cde8782cf246c4b0c203b515e9eab09'); -INSERT INTO messages VALUES(228,310041,'parse','blocks','{"block_index":310041,"ledger_hash":"7ad02b4853bde78025942e9f58c212a76c1828337610347e516d4a359af804b5","messages_hash":"75b383f7fdd243086dfa33e2cff28a152347200ca49aee19f24d91f1ac1cc733","transaction_count":0,"txlist_hash":"d8089b22bc20979dce133885c84c5babb754ff0522d7f2193e1d3157c5251631"}',0,'BLOCK_PARSED',NULL,'23adc9c8b182eba57f09d9f3dc247cd1032cfb29e414dc4f9f1752831bc6dffd'); -INSERT INTO messages VALUES(229,310042,'insert','blocks','{"block_hash":"826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4","block_index":310042,"block_time":310042000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7300dcfd6379c9b5e1f818c2601cd05db0254639bbb81b1a656a2eb14a3f9775'); -INSERT INTO messages VALUES(230,310042,'parse','blocks','{"block_index":310042,"ledger_hash":"64a91735950113c13603e49ca549fae9b30092a9fc02d53a32a20eaef64ab6ce","messages_hash":"43891e4d7ea1b24f676731f8616ff0d3d9319d0e6251b7ccd558e2d0233385af","transaction_count":0,"txlist_hash":"554d6b2a2182d87b00111b748a5d904aef85a56b92f1d076ad4f866f0d054041"}',0,'BLOCK_PARSED',NULL,'c616511ffaac74c36fdd568b613e52f5a40ecf4cccf628eb944eab24f0f82189'); -INSERT INTO messages VALUES(231,310043,'insert','blocks','{"block_hash":"2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51","block_index":310043,"block_time":310043000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4d882557ec3200cd763a38bf0a50209349c66c43b73021a8ebf01031d59b1ea6'); -INSERT INTO messages VALUES(232,310043,'parse','blocks','{"block_index":310043,"ledger_hash":"68107847c7a9dd19612d8b47c1a39cdc446c752f2c05ea8fcd961a42f835d155","messages_hash":"e59cf30fba3258d9815dc7c217d4aa9323c16ee47773bc28ad444576c1aae945","transaction_count":0,"txlist_hash":"f2b1800a73d98a15428bfb5289f7ccbb9d3c66b98fb0a36f00ffce8a78279801"}',0,'BLOCK_PARSED',NULL,'ba0fec2164966e2cca82dfa97580b5b99d54197223f4780f839b5f16e5294441'); -INSERT INTO messages VALUES(233,310044,'insert','blocks','{"block_hash":"3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b","block_index":310044,"block_time":310044000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2b8652cb14fa4d454946f50e26ccbe43baa13402e9727a33ca667d354dbcee4f'); -INSERT INTO messages VALUES(234,310044,'parse','blocks','{"block_index":310044,"ledger_hash":"64d4d51adb6994360b3dbf04663c4f067ba223e62912fe1c5a96a190225bb54c","messages_hash":"de80fdf7d3b22548d37a75c4391ba0f8a9c1a8dc78fcde3ba833180bdfc8a7ff","transaction_count":0,"txlist_hash":"ce4365857faa29eb04e638064e4810620f434fe515efe63eb2ac49c3adce6581"}',0,'BLOCK_PARSED',NULL,'fbca1ba170374a725650b7063a8841219a6e3d2c200400018104f7f3f0d97655'); -INSERT INTO messages VALUES(235,310045,'insert','blocks','{"block_hash":"7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98","block_index":310045,"block_time":310045000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5bbf25c79a5f324f97b97a092b9406a8a74b44474cd3986d2adeb861b6ca93e4'); -INSERT INTO messages VALUES(236,310045,'parse','blocks','{"block_index":310045,"ledger_hash":"3ba2d7685f63962f576e9fa94e4d6709ace95249a3064804c3822078c982d11d","messages_hash":"f126ebe794c1d2bb6951f1fe69a54b953dac4e9935be3ebf65847bbe36a985a9","transaction_count":0,"txlist_hash":"94729a0956e8c1b095c9181e01c220b94257ff582e35d87923e3c5ddba3a3566"}',0,'BLOCK_PARSED',NULL,'cbb19026a686c919299e16e985116afc106fd0d750d8b232f009c2b33a869462'); -INSERT INTO messages VALUES(237,310046,'insert','blocks','{"block_hash":"47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6","block_index":310046,"block_time":310046000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'80976babafc92b25fcdb25aa3e6f1408501414f7f737c1e312dfc71b3d0ddfd2'); -INSERT INTO messages VALUES(238,310046,'parse','blocks','{"block_index":310046,"ledger_hash":"6502f277568bed2705c5f496e278e5d99310ff6705751a3999cb4b2bc7d725bd","messages_hash":"9c9d401b8042690e29b35a729445ac504fe9f5ab53a43760abeee2a292d2a16e","transaction_count":0,"txlist_hash":"0986f1e944c39e36fe955ff092028c51647a9359492f17a76c682b4346be714e"}',0,'BLOCK_PARSED',NULL,'1a3bb245ec7c70b1e6858642aa5d756ea93006aebd041b3f00eb67fb3d716a1e'); -INSERT INTO messages VALUES(239,310047,'insert','blocks','{"block_hash":"a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075","block_index":310047,"block_time":310047000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'248ba4b9590d13694ac101548afd8555907cb7774afe8315916a4ea27cb929f6'); -INSERT INTO messages VALUES(240,310047,'parse','blocks','{"block_index":310047,"ledger_hash":"5dae29289f36e64b87d56f9870af0bd5ad77ca45f1093c1a41140ea397945130","messages_hash":"0911df011a05fc6ed0ce944d758dd7fc24f28ae24e55a87cdfd14cc17bd1c07b","transaction_count":0,"txlist_hash":"f14e3c5de5e186beaed6835c7c61fe2274603bb73e62ebea5899ae2a998e26e2"}',0,'BLOCK_PARSED',NULL,'dbde0fe3b93c291bac8a75ac2322958afcc3b4c5ea5651a8e7163a6119bcd2e1'); -INSERT INTO messages VALUES(241,310048,'insert','blocks','{"block_hash":"610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309","block_index":310048,"block_time":310048000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c200484888a566ab8415ff870472150806759d5170b8fc0575caadf13e65ab8e'); -INSERT INTO messages VALUES(242,310048,'parse','blocks','{"block_index":310048,"ledger_hash":"d5dee49d7b78e2ce4dd2a648e345a52bbfa7e0e76de9e970b1dc0b6aea66c130","messages_hash":"f9c34477c333ce86d65cbe10990f987830b1c8690f459d8688681d10d7390a6e","transaction_count":0,"txlist_hash":"e31cb01f21f653217b3bff72061a63f3778f45a72a8419988a496d8f388cac1f"}',0,'BLOCK_PARSED',NULL,'3e68651d5971a30563f4976f7a5f1f55411e4aeb251790cda7bf8b900b9cd286'); -INSERT INTO messages VALUES(243,310049,'insert','blocks','{"block_hash":"4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c","block_index":310049,"block_time":310049000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'16f1ad85c66daf8e7973400255e2cbefa19e289e8f439c339e93ad35081b30eb'); -INSERT INTO messages VALUES(244,310049,'parse','blocks','{"block_index":310049,"ledger_hash":"2b4c97a93933b8986ebb061d47f2e8bbb1672206058ae3c3ae388bab36b8cbc8","messages_hash":"c0aa241a6dee6f3ba7a24a8539adf6ecd7790b0a6058855d5f2e4fecb54c8505","transaction_count":0,"txlist_hash":"eb45cf1a49da1dfd4ce7231e8f6da96b7241b0b034884cb2de57dc107723b7a5"}',0,'BLOCK_PARSED',NULL,'0b64cf716eda23282ec9b50ce80bd4cbd54481fd69f9248471cf1f7b04fbff4a'); -INSERT INTO messages VALUES(245,310050,'insert','blocks','{"block_hash":"8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348","block_index":310050,"block_time":310050000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'85187b22be344a6260f2fff3ef99cd869bd431120cb17cf4696c7bf3b7c6f483'); -INSERT INTO messages VALUES(246,310050,'parse','blocks','{"block_index":310050,"ledger_hash":"115913763ca7ef5691512a5c6d47cbd49203aee8a3242928f62640912c935872","messages_hash":"fd08e8ec925112a8e14b7f4372adaf7f28e9f10b8954d9ed914f056439b00bcf","transaction_count":0,"txlist_hash":"db0d0812374555812015a2058ea7f6bc8aebb8aa7d2824eeeb26b7b42d75f97e"}',0,'BLOCK_PARSED',NULL,'b27a7059ad8e315482d478ebbc98df773f6ff40c99bb005373ee5f46181f883b'); -INSERT INTO messages VALUES(247,310051,'insert','blocks','{"block_hash":"b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6","block_index":310051,"block_time":310051000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8fbebf2b4b424610e77e304d0fdf5d2ab2544bd3800f50f43b74e7277c24619b'); -INSERT INTO messages VALUES(248,310051,'parse','blocks','{"block_index":310051,"ledger_hash":"72f24dc53c759a08aeb447d826bf64aad71ca8f4ab9640e30e440e6bc050a0eb","messages_hash":"d02b882fae4d907953b65d298fba7ca024545f23fb4e764643b6e4a73f259497","transaction_count":0,"txlist_hash":"b3834012ddc576765f337d3dd8b3c916f66711481c0bfa2464f6ec2678d1512e"}',0,'BLOCK_PARSED',NULL,'5abc1bfb4710896bd33f458b941e9aee53124fdb5333af7ff4cfb18a786f8de1'); -INSERT INTO messages VALUES(249,310052,'insert','blocks','{"block_hash":"0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2","block_index":310052,"block_time":310052000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d5736b73b1ac32393967b06e4e173705d135ea57f587254d3872f61868e806f3'); -INSERT INTO messages VALUES(250,310052,'parse','blocks','{"block_index":310052,"ledger_hash":"07846004f2da033bfd113e13040b0d0d605375370b7437e2ca2ea9467fc80c1a","messages_hash":"854ac7f07588a4b402512296cfe504813f4e158029ee6f716ec44bfe73613281","transaction_count":0,"txlist_hash":"35357fb0ca94373955c3cdf08be75d20e9665a9632be0df0c90b567875594049"}',0,'BLOCK_PARSED',NULL,'356ac15925ee4a77c6663c2fde7fcea4635cd7fc02a3682b02348f5f85836096'); -INSERT INTO messages VALUES(251,310053,'insert','blocks','{"block_hash":"68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f","block_index":310053,"block_time":310053000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4c9b688ea85d55e1930c4744e6d8c0827e9c72ad709eb252d713cf354ac2227c'); -INSERT INTO messages VALUES(252,310053,'parse','blocks','{"block_index":310053,"ledger_hash":"7bf9a701337c043a7268cecca5ff765c24600a2056137cd03e3ead9d64ef2348","messages_hash":"151b8c80544c3ba696e3d00378a4b596c3ec928c908e6d87b815b91bc4347774","transaction_count":0,"txlist_hash":"d177ed9e0bb4b3d77bc5b1a044e724cabb92dee3189747bc1c01d1fee7148fa2"}',0,'BLOCK_PARSED',NULL,'2c3980812fa4b0135a237ba7ef126891ef4c42adb23abd744e1d615f1826db99'); -INSERT INTO messages VALUES(253,310054,'insert','blocks','{"block_hash":"a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305","block_index":310054,"block_time":310054000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'62a24ae80155c5e7fc583d13b476b8eb9fb1f6bb0c3f46089398482dd9dc54fd'); -INSERT INTO messages VALUES(254,310054,'parse','blocks','{"block_index":310054,"ledger_hash":"d544aec17018203fe2f5c9bda52a5da53d41d3364b8026770d1f620aa53e6c36","messages_hash":"5a784566e1ec5d4dc3d05a434f74409931d597135a2d3c65a3055c8fafc868ac","transaction_count":0,"txlist_hash":"8a3b92aa200f79e8aff4a849618914f7d39c34ef2ed636d3b5633a2ad2f647ea"}',0,'BLOCK_PARSED',NULL,'69a23966d45e91857ae92a13d6243b53d9cda88fb63da5ef72037f3351791d14'); -INSERT INTO messages VALUES(255,310055,'insert','blocks','{"block_hash":"4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356","block_index":310055,"block_time":310055000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'31fa90e193fc6174d890c5bed4f88afb5819e1cf13a6494498a2dcd97b4d6325'); -INSERT INTO messages VALUES(256,310055,'parse','blocks','{"block_index":310055,"ledger_hash":"bd3044c66f7e2c24944a9c938b8f162ac8f566a1338444c219396eadf5179d3e","messages_hash":"f6338779a6aa359ce38bd1dfebbfdf541497391af95f5185f5e2f8bdf25f561a","transaction_count":0,"txlist_hash":"59ce208e69d4e1427791ae237a6db6a05efcd50fa386f4f8f56862c6cc3b12d5"}',0,'BLOCK_PARSED',NULL,'7a12432e825ecd4f977f1b6f868dc106ce5b55b2d2db0351dc810efbb60e5c6e'); -INSERT INTO messages VALUES(257,310056,'insert','blocks','{"block_hash":"7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3","block_index":310056,"block_time":310056000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'159f8c8c3bbc1de7e349de7a121fc245369dd6cfe54c3dcc1ec3d7bf2a7c4681'); -INSERT INTO messages VALUES(258,310056,'parse','blocks','{"block_index":310056,"ledger_hash":"b19346f726636aa9da55af6106a471c596a7f7b93289b70d3d33b45334bca9d3","messages_hash":"b2a7ee7c3524978c5fcd5cdd1e9493520e89c244e2cb7e4d63551804908c27cc","transaction_count":0,"txlist_hash":"8e9d4b1d3ad7c5e8e479640da0ffd8b7423aee810ff6adc4ae2d37d545169579"}',0,'BLOCK_PARSED',NULL,'d6ca7cf12d506dd531eb7d5cc04d25b04e5adf49ef1ad21731fedf17250910c2'); -INSERT INTO messages VALUES(259,310057,'insert','blocks','{"block_hash":"4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411","block_index":310057,"block_time":310057000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53b1ed76718adf61376e3b726e261612d818d76ff541cb860851530009e5f937'); -INSERT INTO messages VALUES(260,310057,'parse','blocks','{"block_index":310057,"ledger_hash":"35c2ad9ccd3bd68cdb0c4d8fd4e30938521b8559c1cec331a29b1802d649947a","messages_hash":"47c209d7112ba45b811e4b499d77806d9551c88b34a8f72edc544ed2640d3b84","transaction_count":0,"txlist_hash":"e14484629fa3aa2e8ce54505b3983d0f33e7727d3dacc5de57a574c2e0c69baf"}',0,'BLOCK_PARSED',NULL,'74f3b24fe23f58ebf65fe42ec6194fa545eba550eb18c95dfe234c86fea56f1c'); -INSERT INTO messages VALUES(261,310058,'insert','blocks','{"block_hash":"a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f","block_index":310058,"block_time":310058000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'47945c4e2714e6e2eeb03117a1a02fdaa8f75cf1c44f8117e7ca8a5af0b01865'); -INSERT INTO messages VALUES(262,310058,'parse','blocks','{"block_index":310058,"ledger_hash":"e9a705d6661f0345ffe0f45ae26c0d6ba6bd5a125eef2f0e9558d0702ee6d63f","messages_hash":"a45ce628399f4a947266bf7eb2b7232de66c2515157d3574d63f77292c15618b","transaction_count":0,"txlist_hash":"cfbb1995e2c28020dabca30e98f72afee01b64fe276acacee7e104b22772de65"}',0,'BLOCK_PARSED',NULL,'1d835439b3484a43604d8798d60d15b0c1de17eb3ab947b304e054412384231e'); -INSERT INTO messages VALUES(263,310059,'insert','blocks','{"block_hash":"ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9","block_index":310059,"block_time":310059000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5730d0d53711282e6dc22b0bf9c72d853ba2d0ff5f872034ebad1e61620990b1'); -INSERT INTO messages VALUES(264,310059,'parse','blocks','{"block_index":310059,"ledger_hash":"61efe4d33a7f70cae34df86753532aee25fb0b153744acb962142691f6979482","messages_hash":"93257045790d20910fbaf13fb7af8cddb4527d4741c69be16d8aa8069fdc71d7","transaction_count":0,"txlist_hash":"401b057e48ae9e423f354f7ddbb11e70c0ec2209ef1a26dc7ffd0bf6003f1335"}',0,'BLOCK_PARSED',NULL,'449cbab290885ce950ee8e01da058350ea491632257ae4e38c24e33e74c9a701'); -INSERT INTO messages VALUES(265,310060,'insert','blocks','{"block_hash":"974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b","block_index":310060,"block_time":310060000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5cebff7dcda7895fe3a6281d7be19ded99de6fc3e242575ccd817e6b37090dc3'); -INSERT INTO messages VALUES(266,310060,'parse','blocks','{"block_index":310060,"ledger_hash":"59d9785e783c59c12783977087ad439b2dacad9ae1ef2be6384bfc9036da9804","messages_hash":"bdfd7453186717bdba9085c27cb8019c5500eed6724e4f2e41c422c877702fcc","transaction_count":0,"txlist_hash":"6010ccb1d9476ce07d8b50633bccb97ecff1a229a0ea7701c802aad32f961be9"}',0,'BLOCK_PARSED',NULL,'9f8e5cbbbacfabef9dbf90e7e0ace1c003810bbdc7d0a0105ce874196ebabc5b'); -INSERT INTO messages VALUES(267,310061,'insert','blocks','{"block_hash":"35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf","block_index":310061,"block_time":310061000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'16180894b4b56ed163c6bce7f130336b31e2f889c5f2902e7c1e6d7a6f6a9fb2'); -INSERT INTO messages VALUES(268,310061,'parse','blocks','{"block_index":310061,"ledger_hash":"e257d59ab5dfb01b8396bd12d2fd169f9ac7629365b90bf6e593e627738d3754","messages_hash":"b05b3ed6d0e6813816126b4d526b073aac66c2da9807c48d18f42358a7b05579","transaction_count":0,"txlist_hash":"bda63243caec3f70173e1e93a16867ecbcf45d987b6a5f72d1bea54d361f0ed2"}',0,'BLOCK_PARSED',NULL,'50627ae10c25cc468d9aa2ede13793b438bdf6dab879dba7d48d59e0bbcbe700'); -INSERT INTO messages VALUES(269,310062,'insert','blocks','{"block_hash":"b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f","block_index":310062,"block_time":310062000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9e960ee07d95d7a2bf47d5f236415d4f58f29ad002e202b2ee0b884d4dc997db'); -INSERT INTO messages VALUES(270,310062,'parse','blocks','{"block_index":310062,"ledger_hash":"0dc0317a88a6fc4ac791cd4d45edcf2a142fb83aa2e8a2f299fcac48a2c2e04d","messages_hash":"6b75eb3c8f81be8715094b35636dcca48dbd5c2bdba0718150f13ddecfb9179e","transaction_count":0,"txlist_hash":"ea9f3db44eb05a8ba1c860cd0a13ea662f84715b59e78a87f49c78377cb6b2c3"}',0,'BLOCK_PARSED',NULL,'d79245d1a72945030be782af7668193b97fef358c4d2d8741d71b4020ce9f6d4'); -INSERT INTO messages VALUES(271,310063,'insert','blocks','{"block_hash":"0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe","block_index":310063,"block_time":310063000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'74c7035fd41bf5f6a4bd585244a468cd202bb52b737afbd6c778f825fbc6dbd6'); -INSERT INTO messages VALUES(272,310063,'parse','blocks','{"block_index":310063,"ledger_hash":"892d6a49aebb262f2a626a35c0806c488c836c04d33122c2d65ecd8904fe3d85","messages_hash":"baf41ae5c35183b315e6eead308a2fd8db3c04df318e7aed03fc1ee1c2c2ee4e","transaction_count":0,"txlist_hash":"3fc1380f35c9123d16b9ffbeb23c44f24e4d6001406a484ce30ee5758b8ec965"}',0,'BLOCK_PARSED',NULL,'f2f758986cabe0594d5674ce82c24891f656653d49ab11f08f5c3374bb73ba14'); -INSERT INTO messages VALUES(273,310064,'insert','blocks','{"block_hash":"e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30","block_index":310064,"block_time":310064000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9eaeea346e60ecf14f1065427a8b53aeb8a1fe5d500258d9d4e3a30e2025b6ef'); -INSERT INTO messages VALUES(274,310064,'parse','blocks','{"block_index":310064,"ledger_hash":"e345abbf8dc42737a9f2dd038534409200d63a9ebf5d1cbf3344ea9413c388c0","messages_hash":"c7f8637a58fa7db080114cb9da563048076a4ade87ebfb0bd9752f89392c9600","transaction_count":0,"txlist_hash":"be23706267b965eb38fa15ec1ce8c17ed5727bfedba0ca4d4be3db2fd703744f"}',0,'BLOCK_PARSED',NULL,'8f9cfbba74235e76cfdd156028f869e6a51aef3379aace7aa9a88662cdfb6a81'); -INSERT INTO messages VALUES(275,310065,'insert','blocks','{"block_hash":"8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a","block_index":310065,"block_time":310065000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1632ae87286ccf95f09ef44afe22686de6163e999efa808a9648d4f963ce0e51'); -INSERT INTO messages VALUES(276,310065,'parse','blocks','{"block_index":310065,"ledger_hash":"84ec781d054c0602ed97384cd32cd060b938627ea490a7635fa3ac0babba94cc","messages_hash":"d688c481e09e116fe988cec6c1d816c2f5cd09833256edc5cd677ebcb3cdd32e","transaction_count":0,"txlist_hash":"1f7417cf7a3d9f07e5a8faf658b166c288aff136ee56f244797ef589f9cf98c5"}',0,'BLOCK_PARSED',NULL,'9743d8b7da7e3fc0c9cfda962b36ca58f148c9834dc4e36697827d8302475d9d'); -INSERT INTO messages VALUES(277,310066,'insert','blocks','{"block_hash":"b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d","block_index":310066,"block_time":310066000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2c6627cf1cd5c02343809b37ae138cc45dd3d2eac974659de67bbc5ea0709b6e'); -INSERT INTO messages VALUES(278,310066,'parse','blocks','{"block_index":310066,"ledger_hash":"3478612a8bb95c2966891fb4d1b35493a1342364a6f08404b83ac9fdda763aa2","messages_hash":"afa5ee5e52762972d4da6dca1c1b42929454ccea6295d52f97e1e79bf5227a0c","transaction_count":0,"txlist_hash":"7b4317e7c2db815ced2d81aaf8efaa6331e475a7a9b3a59041640d43484b1a89"}',0,'BLOCK_PARSED',NULL,'3d2b19e537c749629bd83933717dc089c2de2179ddd5f49dc49468f31e3bf5ee'); -INSERT INTO messages VALUES(279,310067,'insert','blocks','{"block_hash":"8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577","block_index":310067,"block_time":310067000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a8b3ba9decc156c70fa045895b52bd7f3bb15e058d2f60a5284d90e5016dfd1b'); -INSERT INTO messages VALUES(280,310067,'parse','blocks','{"block_index":310067,"ledger_hash":"c532c4c5f5e2ae1026ec2582645d9aef06afee46cb9781427a1f40667378ed67","messages_hash":"fc5c20e47ad124422d5e2759488edc8d99ca21920345fbccd18e21e137610874","transaction_count":0,"txlist_hash":"89699fdf437b96128d7eb89a45d58e45d0b829789c6e0b29e8972b48ce5e62de"}',0,'BLOCK_PARSED',NULL,'6d60d5f3b2fd4947d3e6ad6ea731c53152b8829290f0af68869cc1ff1aec7504'); -INSERT INTO messages VALUES(281,310068,'insert','blocks','{"block_hash":"9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5","block_index":310068,"block_time":310068000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b77741b3fe66fce76a515a44458b17f220acf6eed8733f96b79915464ca3b2ed'); -INSERT INTO messages VALUES(282,310068,'parse','blocks','{"block_index":310068,"ledger_hash":"5508189396fa6dfe63a7d06fe97a3073e986eb305bcb49430157f99e3848cd69","messages_hash":"13618e9f80238f040bd39d1708630a087e9df3c7732ae7555b7fcac8579da313","transaction_count":0,"txlist_hash":"4c49d9334c909f728f3b06a0ef613fb09f6369dd431b7078db5d269cdf9dd4bd"}',0,'BLOCK_PARSED',NULL,'0462e32aa5fddd47d9670550f21eeb13d7dbc334767eca3c4994140b89e1f7d1'); -INSERT INTO messages VALUES(283,310069,'insert','blocks','{"block_hash":"486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7","block_index":310069,"block_time":310069000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4fceb715ebd1991808e3d72c6fdfe36d517f64ab5e784e641cdc02e4b036fc5e'); -INSERT INTO messages VALUES(284,310069,'parse','blocks','{"block_index":310069,"ledger_hash":"9b0b5d09dc7aaffaf5a3603fa2b914c54b04755a5ddbf83476320149f802292a","messages_hash":"b999fac72805ace115613747d4ff9bce3a3a4ea214edefee2af1ae8cfbc30c7d","transaction_count":0,"txlist_hash":"ef4759403c17482a8f8042fb93a5cae1b741085cdbf73e839638fee316044571"}',0,'BLOCK_PARSED',NULL,'32fa6df391eda0629cb59d32b60243ef784542f6b1492df3ab187bd62bc8429d'); -INSERT INTO messages VALUES(285,310070,'insert','blocks','{"block_hash":"8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5","block_index":310070,"block_time":310070000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7fff2dce12392750884b3afbd5e7ff0fc1d582da6b588610a211457ddd525714'); -INSERT INTO messages VALUES(286,310070,'parse','blocks','{"block_index":310070,"ledger_hash":"2e40d398c2eb131e195a667f1b2b5e8de29e80423a2d0dd3935fad6dd7cc919c","messages_hash":"b03f6457c3fbbc06e847c82c8b1818dc2e2a9b75d8e25747af1c2fd65f6f9a6a","transaction_count":0,"txlist_hash":"18e3230ce4fdaca025887c118a2f2fa6bcbe81fba5c968301a90b43e27f2c7aa"}',0,'BLOCK_PARSED',NULL,'b9915680d2f98a206c232de679ea2a956e6292bd3816ef0ae87f134e355c73b8'); -INSERT INTO messages VALUES(287,310071,'insert','blocks','{"block_hash":"7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b","block_index":310071,"block_time":310071000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a4ba7e909c1227c5936aefe3f64acca3dd3d5936e4b481e9f8100b49891b3f2b'); -INSERT INTO messages VALUES(288,310071,'parse','blocks','{"block_index":310071,"ledger_hash":"763d3d949dc16a797f5b8a2f5a27fd34b4636fa3dbf33eabed5db048e1a848b4","messages_hash":"1c03a604a1024f5c263c963c28c6c0969da240b4d5dda6190898393729532691","transaction_count":0,"txlist_hash":"7b10cd9561d4a33c7771570925e5a9a879a501ac503004eccc5e60074d2dedab"}',0,'BLOCK_PARSED',NULL,'0d275ec496f980c7bd09bbc64305e2b96b1eb44ded25db5b816219f45eea73bd'); -INSERT INTO messages VALUES(289,310072,'insert','blocks','{"block_hash":"7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a","block_index":310072,"block_time":310072000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a25534f9c8ddf158d759d7a2e6b75a3fd27b80bc1bd6e71034bcdf8398bcdc25'); -INSERT INTO messages VALUES(290,310072,'parse','blocks','{"block_index":310072,"ledger_hash":"d9b9d6a52f757604a5652aac64c343a47a928160790963521ce33d125486cb0b","messages_hash":"bbfe55d6997c3187f403fa3b9cf3e042c41c00d64daf8ee9b862fcf3a7059ae2","transaction_count":0,"txlist_hash":"deda10c92f292c186698b9b4d371727688a9c0ea194963464fd1c5b429fbbff1"}',0,'BLOCK_PARSED',NULL,'af4dc89b4304a2423f3dc4420c58ba0cbaee107237c9a3e7a7f9940cb41f8399'); -INSERT INTO messages VALUES(291,310073,'insert','blocks','{"block_hash":"ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943","block_index":310073,"block_time":310073000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fb79032ec2f8a5c20bef14609c7a2c381437aa9109b44912dfceb683524b204d'); -INSERT INTO messages VALUES(292,310073,'parse','blocks','{"block_index":310073,"ledger_hash":"9c1a650b6029cc982e9e617b619da6d88878453ccea68ff82047581d5cc74e9c","messages_hash":"2bad59f5afb51273c84499796fa2966df8547225e7b0b818f6c226fbb21dcd04","transaction_count":0,"txlist_hash":"26e4cfa82a9ed189ffafa596c7022cab40002c8099b48814f3e7fbc48b01b0fa"}',0,'BLOCK_PARSED',NULL,'af5e7aeb8beae1727e8c1885d23d3abc98d6d6f017186efbf1fed1fa899ac65e'); -INSERT INTO messages VALUES(293,310074,'insert','blocks','{"block_hash":"ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb","block_index":310074,"block_time":310074000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da40133761f94ba5134b84f3213d29b9034111219cc279ca89f031e7d94fbe24'); -INSERT INTO messages VALUES(294,310074,'parse','blocks','{"block_index":310074,"ledger_hash":"32d648a0d0b99f6826376e8badb278c06f95a0ab781cd873e2f7f55219953b01","messages_hash":"dddea9f0dc94093710c40399fb4f7e3581893cc867c99c31741a4b8caa9d1b33","transaction_count":0,"txlist_hash":"f10d714905f2e84a57e0c792ebf0dd67158f19f352176a571278dce49aaf778b"}',0,'BLOCK_PARSED',NULL,'b2c1ca6db65e9a7950848e3f5b20fc4045e31dd2a22026932c4422dd3e0cb720'); -INSERT INTO messages VALUES(295,310075,'insert','blocks','{"block_hash":"ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b","block_index":310075,"block_time":310075000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'de4cbbb1f3c873f492de4dab997711a78ab5056386517c6700c3a3aeba6c10c6'); -INSERT INTO messages VALUES(296,310075,'parse','blocks','{"block_index":310075,"ledger_hash":"67cd615e67e397cae8195fc8753403563e9100ecd623b2796a46b137ca553be2","messages_hash":"bca2fb5a4bec4b03631d7ca25f501e47d3e065f083bf1529691b1aabaafa3ff3","transaction_count":0,"txlist_hash":"d0c0ffcafa826685b59ef036c4315e79cc688ac1ee43097143debf445f6e638b"}',0,'BLOCK_PARSED',NULL,'b7fa1905f5e8cd9fb7755368f30b83cfc62c86e8d6c81f10a2d1a849c99aea33'); -INSERT INTO messages VALUES(297,310076,'insert','blocks','{"block_hash":"3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92","block_index":310076,"block_time":310076000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3383960b8887bd0f2bb209e9bc2d6120b9deaa814578d2c785ac9b2154466a74'); -INSERT INTO messages VALUES(298,310076,'parse','blocks','{"block_index":310076,"ledger_hash":"d636f3831cd35437271557e6299024d70c4be6b9a685a4fed61e7d67e61540dd","messages_hash":"6c723ba075f3aa696cde5a287805d78ad41ab4723fe37f6359834325ca74866d","transaction_count":0,"txlist_hash":"fb11ef8957cdc599585372679a59440580acb37458ed3da092b22974a4857bb6"}',0,'BLOCK_PARSED',NULL,'c36b8225debebc7f1499487442d4623d20e0ed1cff2492ca56b68a2d31d1cee5'); -INSERT INTO messages VALUES(299,310077,'insert','blocks','{"block_hash":"d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd","block_index":310077,"block_time":310077000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a53179b1cf1f60686213cd51e85ef5af643ef43cc2bbea50a38e7e09250e3ff0'); -INSERT INTO messages VALUES(300,310077,'parse','blocks','{"block_index":310077,"ledger_hash":"abf96247f6b99a24e518d89162c23cffc821d5cae5703f5b7c7c4587e34cdf98","messages_hash":"a75910b1896f5accdd67777e855f1cf5270e1d411a809b856afb433d92fc277d","transaction_count":0,"txlist_hash":"67d8b52c93c5d07ce1a335ea3572f0015a971effdecf921193cca273553466c1"}',0,'BLOCK_PARSED',NULL,'87fc39497027bfe6539ec3944d6ab3f5b493bb763e18b0d125bc8c19e745330b'); -INSERT INTO messages VALUES(301,310078,'insert','blocks','{"block_hash":"f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6","block_index":310078,"block_time":310078000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'54a35a2ba9c3a9f3018765338cceec5b45380ea8b2376c1874e35b72fa81441c'); -INSERT INTO messages VALUES(302,310078,'parse','blocks','{"block_index":310078,"ledger_hash":"06aeace2e79321c6776dd1098982e71bfc0baadc55470721022db67a03bd4478","messages_hash":"0bc5b895c2f8463d678f256ed821069c4783bb716b2bece466fcf8ab632ae487","transaction_count":0,"txlist_hash":"2e148e6946d39fee7c6d1b320122beb1689903e929397821a63e612d5216326d"}',0,'BLOCK_PARSED',NULL,'00e0e749d4a293ada9bd804abf0b2bd14ac883d264ee5a1566fd1efeeae0a60c'); -INSERT INTO messages VALUES(303,310079,'insert','blocks','{"block_hash":"f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c","block_index":310079,"block_time":310079000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'969b1929614cabd59f3f0eeb7b6c023b019737737e7da5596b519ed9e3f7c579'); -INSERT INTO messages VALUES(304,310079,'parse','blocks','{"block_index":310079,"ledger_hash":"ba2c7078ee940b14e584459985a5a4785156762135541d40a138c31ff9bfe4fb","messages_hash":"90dc0d4e8fb5e341d05f8774c9aa6b7d796da2271574f3ee07cc1375b050403b","transaction_count":0,"txlist_hash":"63832ac6186f8a8e8091579221ada474b43c36f465ae25ddae4ead963207150c"}',0,'BLOCK_PARSED',NULL,'dea2c0dbdae8ba12370e81d45b7083fa3f1d28f99a8e77d6a0dd5067995be5a3'); -INSERT INTO messages VALUES(305,310080,'insert','blocks','{"block_hash":"42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c","block_index":310080,"block_time":310080000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'60e770d62fe055f8a79f6cfdce26065832bdd6113ce43fd08eda823db14e7fa0'); -INSERT INTO messages VALUES(306,310080,'parse','blocks','{"block_index":310080,"ledger_hash":"af327b161ed9fa8022f3efd81b695d25ad9ae8f250a6d08739a40b0883262045","messages_hash":"a510340459c303f8b4d0d43de6d27f32989963171b7d971890684ef008d31c10","transaction_count":0,"txlist_hash":"47bdbc4933d69cd703c277d9a5e156951ef57791f87f92d16b85c15ab3194061"}',0,'BLOCK_PARSED',NULL,'21ef089e0741ac78142a9c1774b12fcfeaf8ceeb481195c8a0ecd40ece7e01be'); -INSERT INTO messages VALUES(307,310081,'insert','blocks','{"block_hash":"6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4","block_index":310081,"block_time":310081000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'534208ae644a37a366b328ba301602d706f9b43ae8e1216e4a354e26ca2cba1f'); -INSERT INTO messages VALUES(308,310081,'parse','blocks','{"block_index":310081,"ledger_hash":"2c4d6568a9c77737c5942fab33613a1ef055ce21b9f0a9b4a42fcdf6e9536a59","messages_hash":"0d0194b74a1296ebe898d6ffb4eefa196f0e653297161374086cc0c941efe2bf","transaction_count":0,"txlist_hash":"7d57db6fdebb83dc0fbd1746eb328a94403f4a66e7e003593fe90c95fdef3e5c"}',0,'BLOCK_PARSED',NULL,'ff93d0682ae8f81dc61b8e3336333413878e654074c9cc046470f96e0c6f7799'); -INSERT INTO messages VALUES(309,310082,'insert','blocks','{"block_hash":"4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644","block_index":310082,"block_time":310082000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c4d67a395ead9d14feeb44360a67f4a49d906106d3c8a72daa293aca883c9e8b'); -INSERT INTO messages VALUES(310,310082,'parse','blocks','{"block_index":310082,"ledger_hash":"0b8dcdff637e5e60ae045d4c7646bd47e6047fc992860c99dd422477b9a90d74","messages_hash":"9b47b30d0fafaa5e0c15092c184576abf920db88abdbbaf4d476ea75c24ab5ca","transaction_count":0,"txlist_hash":"61316fca3bd986c2398fa5dd92a8b874f4a64095691626d695e82e3c30849e27"}',0,'BLOCK_PARSED',NULL,'6176ec158978a190ef0dfe18a9b2475f07b2742f18606403df626ea6321b40a6'); -INSERT INTO messages VALUES(311,310083,'insert','blocks','{"block_hash":"9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850","block_index":310083,"block_time":310083000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'255949f84eb8abdaf1b5c346246ba790d1443dc8bcb2905a0749a9591a9f91cc'); -INSERT INTO messages VALUES(312,310083,'parse','blocks','{"block_index":310083,"ledger_hash":"eec6578a8bc1f5766427f4753ded18cb97c53e710f5fff8918bbdadb59678f64","messages_hash":"b62c1de42587ecbbc6e8ef788b55a87563e27564ccf7919d17765d7497903b6c","transaction_count":0,"txlist_hash":"bc5cabb9579b79f03b329c0e5e3c8652d8b0eccde9563d838890218bcc8bd932"}',0,'BLOCK_PARSED',NULL,'6e7d848f78c4659d9713a1961a8acd3660581a8b1709721eccb1149b5233f558'); -INSERT INTO messages VALUES(313,310084,'insert','blocks','{"block_hash":"1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3","block_index":310084,"block_time":310084000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'775e67c049eb30a0bb9560810eaaeeb99441176177ce31d087581215696f6f55'); -INSERT INTO messages VALUES(314,310084,'parse','blocks','{"block_index":310084,"ledger_hash":"a2b2ed6a61f1c9a3d322a050178c6be119b89d1a0795fa9c9d7484ad8edfcecd","messages_hash":"c9462d4f8804f63dd4d3ab2d74430ce22cdc96335c5dc471bf5c08ee8688f7b5","transaction_count":0,"txlist_hash":"86e50073092182d9a5b37cd2453dd5a7a1af175ad0a1150492d5001510b05e6e"}',0,'BLOCK_PARSED',NULL,'2b45eb833e138f673deba085a49b315412a0b799382c3dfd125328a70ac0a2ea'); -INSERT INTO messages VALUES(315,310085,'insert','blocks','{"block_hash":"c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34","block_index":310085,"block_time":310085000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2a2ab3e777a16bc969936338c930ab41f94572bb70e1547118841a180ccff9a0'); -INSERT INTO messages VALUES(316,310085,'parse','blocks','{"block_index":310085,"ledger_hash":"02828eaf91883ad16beb5563f9c84cb226269c655a886857b31e5e150a1053ec","messages_hash":"5713de79d66a06681b27ec98467c5bda59fbb48ef7447e45ca7f12ccbb6b7058","transaction_count":0,"txlist_hash":"bf59d4fe42c11ab04792ba5c95cfd811a6ddf18e125daebb93695bdd829736c3"}',0,'BLOCK_PARSED',NULL,'26d96e863f59fe8a43c184e2965e4dcc9ff62c7861b8951ec6fec6ade59c61ef'); -INSERT INTO messages VALUES(317,310086,'insert','blocks','{"block_hash":"080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78","block_index":310086,"block_time":310086000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ffe1e1a262e479aa8351a28a40b28a1f3acc4e7237fe8e9054686f7d895e8060'); -INSERT INTO messages VALUES(318,310086,'parse','blocks','{"block_index":310086,"ledger_hash":"5427b45ed778796c26d0d2ddf73e975856cc9ae081c36762e78d046f6cfc376c","messages_hash":"65492f47193d6e46ce062a196e8390b4326f9d3e209c7bad8dfc49a98df9c21f","transaction_count":0,"txlist_hash":"ca0801d366e8dc44c01db11f67594bcb3ea3e81a3031cee93d24683b82185461"}',0,'BLOCK_PARSED',NULL,'aae83a6b5a8a06785972188f6c4ae3a82464ca5ce99a4a9949d8f9ad5e43948e'); -INSERT INTO messages VALUES(319,310087,'insert','blocks','{"block_hash":"4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c","block_index":310087,"block_time":310087000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'735fcb1aa85ebe194683dd104593c56e3f2ac9ab8377252af1f3b87c7c27cc12'); -INSERT INTO messages VALUES(320,310087,'parse','blocks','{"block_index":310087,"ledger_hash":"34c2664f81b1bbb53c728636097bc4b7cede67bb318ddcc5e5e6b5735bcc55a7","messages_hash":"10141f43e5a3469bbdfde133313b73fd3bded2a6bceb4ecdc53ca7de49d72a58","transaction_count":0,"txlist_hash":"321bd59dc3c2996a1a2a6f74905f89a8db172b3b2b35a2d1cbfc6d06f49d09c9"}',0,'BLOCK_PARSED',NULL,'3254e87785336418cda1605a12eda3b9f7e73d54c753a3cab2518a772766cc8f'); -INSERT INTO messages VALUES(321,310088,'insert','blocks','{"block_hash":"e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3","block_index":310088,"block_time":310088000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'63ec99ff443a0e2358cd45bb76141f3cbcec92d8350db8083bd8801bf51a8d8f'); -INSERT INTO messages VALUES(322,310088,'parse','blocks','{"block_index":310088,"ledger_hash":"14615dfa6194665d43cf2f495b8f65fb9efa04c2e90885172d229ad4a9dd2358","messages_hash":"daec6c88029f75fceee188007526d41e02571124b9b69b279fe0d3bbdfc83189","transaction_count":0,"txlist_hash":"3ef6f8bdf30073f297852db2b7036374e3d2c1e91b0d087cb2c6c88e400de110"}',0,'BLOCK_PARSED',NULL,'f0dafbf22a6bd2d9a91d0a719a23a3f905f514dfd78d9aa2cfacf911487ddb67'); -INSERT INTO messages VALUES(323,310089,'insert','blocks','{"block_hash":"0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33","block_index":310089,"block_time":310089000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8fdb37b32dd1eaefa48018a7a5831392322510284db7ec9c7ce5f3dad97add2e'); -INSERT INTO messages VALUES(324,310089,'parse','blocks','{"block_index":310089,"ledger_hash":"fc0f077548225d481384a1aba2d91ed4ec8b2df0f0a57ab603305c615672b25f","messages_hash":"5538f396b08cf67e443604d38ad9005d1c7048cdfffe269be1f7a7e8119c5309","transaction_count":0,"txlist_hash":"0788356af4b45cc44c143c457d069e64d54aa12703f8c376cf3b98827052c173"}',0,'BLOCK_PARSED',NULL,'626d550265c0e7f51f628a2c23bfbcf4c7efe0564e352ac2a03dec80d20a5e46'); -INSERT INTO messages VALUES(325,310090,'insert','blocks','{"block_hash":"b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969","block_index":310090,"block_time":310090000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9d7a72eb676861e0d27066e74245387baa5fe82d73f692fdea8cddc08fec8ecf'); -INSERT INTO messages VALUES(326,310090,'parse','blocks','{"block_index":310090,"ledger_hash":"5749263295014a597071acf2293fcd185d02a6a7b3a96df859aae3bf146b276e","messages_hash":"1a5e17c9e6d7cce9bbb55fb4743f9eb11d522a293f93e1615c6d9184cda6cdff","transaction_count":0,"txlist_hash":"02938682157ea8b10c49e9d87ed444c1303a952a00f6acfe33a1661e84868cc8"}',0,'BLOCK_PARSED',NULL,'08e60df965ed163826afa453f487279a56fb3aee32851334c6d87d55d0b06b0a'); -INSERT INTO messages VALUES(327,310091,'insert','blocks','{"block_hash":"734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c","block_index":310091,"block_time":310091000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eaa829f10016290830f0648534dccfed4ac8ccccb5d5ab7918de7446c17e39fc'); -INSERT INTO messages VALUES(328,310091,'parse','blocks','{"block_index":310091,"ledger_hash":"ae369a1ec3e4f2aea602eab8c7ab1181cacd6b8d01582c96c4771fdd7b3de771","messages_hash":"4244acb456002064cd2d6c73679bf242276ceb438071527004479f9f60d19ff4","transaction_count":0,"txlist_hash":"04aaa17c2a3dacf6c38b16ed63d70aea7b9546dc7e733dd51a3c08248ca13eb1"}',0,'BLOCK_PARSED',NULL,'52947fd103eaf4a4dd4cae2caab2ce5dc987c53b7ee29932ec0d6947394b5e1a'); -INSERT INTO messages VALUES(329,310092,'insert','blocks','{"block_hash":"56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d","block_index":310092,"block_time":310092000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b9763241cfe77290d8248b38d29c35c3e80d69a32d41565911c19f7a9c456e1b'); -INSERT INTO messages VALUES(330,310092,'parse','blocks','{"block_index":310092,"ledger_hash":"06a2ac591c418d2b01c74edf2524100afd1140c3933f32120c4cc3180c1de3f0","messages_hash":"15791ac1e83efb671b597633eacaeee63a83202487a99c76aaf445f5d5443bb8","transaction_count":0,"txlist_hash":"421eb90f1258261c97512745b3543fee15ae8d17769d523646033851abde9c75"}',0,'BLOCK_PARSED',NULL,'8f78535eb0485913a63939e4e44a0e3df93d12d005cdd2aaafbfea7ef9f1e130'); -INSERT INTO messages VALUES(331,310093,'insert','blocks','{"block_hash":"a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc","block_index":310093,"block_time":310093000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2726c2aa852d6e1910999fe9c65a3e5d274f4e879658c773539c905ab3a06463'); -INSERT INTO messages VALUES(332,310093,'parse','blocks','{"block_index":310093,"ledger_hash":"cdf0ae4d5d06b8735e3e62f5a76a902fee40742fc760578dae98b43635f2e57a","messages_hash":"15c4d3d873f1dc593f201b714d9f2cc3950e2c45dda32425edfe828428fcd75c","transaction_count":0,"txlist_hash":"cbe924452487ba251291d1bf1ec518a7233eda0aa956d002bc2e0933d0057c53"}',0,'BLOCK_PARSED',NULL,'1ab934d1a6f6fe8000aec371eeef3a7b34c9fe6ada3e9656547017dc365a37f7'); -INSERT INTO messages VALUES(333,310094,'insert','blocks','{"block_hash":"2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23","block_index":310094,"block_time":310094000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3e88e8e07c5fd8075e0fe8986535be9a519b6b5c5d85b904900710506ccfaa2c'); -INSERT INTO messages VALUES(334,310094,'parse','blocks','{"block_index":310094,"ledger_hash":"77d836433add0cf3f7691884ec1607dde9a3996df00128703644527fb096bab5","messages_hash":"695daace990f5d9a0db847aed9f315b922127ba633582a623423803cee2b4e96","transaction_count":0,"txlist_hash":"2dad9d43a8612157867a046cc0dbc8939f30c41cc8f527a1e184c93004cca63e"}',0,'BLOCK_PARSED',NULL,'03cb294654e04c667aa644df2b900554e938e36cf09f40c14c075d5d6d5eedb8'); -INSERT INTO messages VALUES(335,310095,'insert','blocks','{"block_hash":"bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2","block_index":310095,"block_time":310095000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8aedba87e7eafdeb2beb5b73375a64cec8ce78dae917c90b3f16be9f3fa0c374'); -INSERT INTO messages VALUES(336,310095,'parse','blocks','{"block_index":310095,"ledger_hash":"770a0187b5c98725dc32e15a414b9323030f407749fcb0652b1e1f2e4e762e7e","messages_hash":"c5ced6842a07a5adb3d33a499139890c2da55f4c7249fc8391db5a8a2443c5ae","transaction_count":0,"txlist_hash":"251e12514d80ad256c13398d257708ad2dfb3b70db674695a8d72d977337ac90"}',0,'BLOCK_PARSED',NULL,'11970bd51d3cde6f3ed647f8f86f0acd53f9c4b7308265a0ad1d4212960961a0'); -INSERT INTO messages VALUES(337,310096,'insert','blocks','{"block_hash":"306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f","block_index":310096,"block_time":310096000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8fcbd3a447ee681a127cfd9c75cb8bbf576ad929687c53e296aa70339c49b505'); -INSERT INTO messages VALUES(338,310096,'parse','blocks','{"block_index":310096,"ledger_hash":"567e91f9456ecd020fbd2fe940d796ac976981485f870db8cb0bc41d77a0fd0f","messages_hash":"69fe6e6cedc9c315cd93ddce2fed75bfcd0cc561b718e63c9728740ddb853639","transaction_count":0,"txlist_hash":"48924c125c80fbe8887ff318ebbab0edf8629e604eed0561dd48444bc4acdab3"}',0,'BLOCK_PARSED',NULL,'9d3f1401183f24bf7d4eea8af3d25833492c6e38ae48531578c972c0f5fc2493'); -INSERT INTO messages VALUES(339,310097,'insert','blocks','{"block_hash":"13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf","block_index":310097,"block_time":310097000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3611456eec549e60ab3d32bfadc65490dd939a7209255c57883cbb798957dbed'); -INSERT INTO messages VALUES(340,310097,'parse','blocks','{"block_index":310097,"ledger_hash":"447ceafb93aeb346eb98d87db46f07f4d1f51ffde3d44adc6056a624bea3b0c3","messages_hash":"730bd570525e394078f23973899582fe35e0e9b51b3112a853ceee14f9b8e781","transaction_count":0,"txlist_hash":"213f5672119909ebcda9f987e3bf69dd0404134584b36c56acdd3596a1ea6881"}',0,'BLOCK_PARSED',NULL,'c490ea75ac1755d607c56bae8b129cb18508dcade4faf53197b2ce69e5891ebb'); -INSERT INTO messages VALUES(341,310098,'insert','blocks','{"block_hash":"ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca","block_index":310098,"block_time":310098000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1a36def676d9153994a2a94483a145b1d833c46f42c00595c627779d39ab905e'); -INSERT INTO messages VALUES(342,310098,'parse','blocks','{"block_index":310098,"ledger_hash":"f510ec6201f4eb850d4f62b399d0d360d0d8cca7e3d955f849ad59a22fba1677","messages_hash":"708722eb65bc6fe02a111f02755fa283c7886b2dc34a0e524ad661b6ddf228fe","transaction_count":0,"txlist_hash":"e504e97b361e32b0256aeb1640291eeda547dc564043835013086c87f5e637c2"}',0,'BLOCK_PARSED',NULL,'9ea8f7bdf6ce37c6873dc9fded350ef2edd6cc8ba9e7e00bcfa42cbcfcfcfa0f'); -INSERT INTO messages VALUES(343,310099,'insert','blocks','{"block_hash":"3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a","block_index":310099,"block_time":310099000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4c89e4c4be20e82e4f17c362b0849eeb1e869afbab91d5273e0e9c206c05e00a'); -INSERT INTO messages VALUES(344,310099,'parse','blocks','{"block_index":310099,"ledger_hash":"1f956e2c07defac832b7c90982c1e7a1192988c4d1e622b54b40b78065deafef","messages_hash":"54588d859bb1906a6c553f67df2940d58aaf72c22153a7605347996c8c5b9da5","transaction_count":0,"txlist_hash":"891969418c97f41be742eeb562f39cfe92543c159095f58c5f58c8c2b0274423"}',0,'BLOCK_PARSED',NULL,'b46a44ae09f1b07f9540822c60e5d3dd441d7dedf115220bc25b8810e4be126a'); -INSERT INTO messages VALUES(345,310100,'insert','blocks','{"block_hash":"96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb","block_index":310100,"block_time":310100000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'470c914ba9833920f4b504627c14cd74831d6cb11ef02a7c7d775597001fe53e'); -INSERT INTO messages VALUES(346,310100,'parse','blocks','{"block_index":310100,"ledger_hash":"ac4cc3e01feb10ba2211afdff4ec43a4ce13a12e1a90dc6f675c390e6395b1e3","messages_hash":"14d5a8950cf2f5174b2b40d32525ca3a2e9b926f003b0716d78b1fa1a2cb2de0","transaction_count":0,"txlist_hash":"71e61b2d7aca45ccd7cfb6bda957b18fa076cc16bcbbfb63668e4c4f2749b7f3"}',0,'BLOCK_PARSED',NULL,'d0dfcb137a343c8955d139e1b2b4485c3c661bd4b2ca29b9d10502a5b83da624'); -INSERT INTO messages VALUES(347,310101,'insert','blocks','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'51d15b4738381bb3560fe65003bcd2e913a8b7bd3f10e36628dad904ba520878'); -INSERT INTO messages VALUES(348,310101,'parse','blocks','{"block_index":310101,"ledger_hash":"0a4bb35bf922a8175ef5559e74084d32caa16f599df84adb5e255de26b92c1c4","messages_hash":"281f8f1bad6c05fad57734ae4b87dba4aca31fca3e90ba15142ecaa7ab670c55","transaction_count":0,"txlist_hash":"e716e04989e254c2ed5b1c4b81026153d5799edb5a676adea5b7efb930940b30"}',0,'BLOCK_PARSED',NULL,'9d905d84cf7cf029a3787a3588e6ef08586300d30f323089487bfa1a58ee584d'); +INSERT INTO messages VALUES(6,310000,'parse','transactions','{"supported":true,"tx_hash":"c9ff1be2579378fad6d83ca87e6c91428b1eb8cfd1b0f341b3c7e452764404f5","tx_index":1}',0,'TRANSACTION_PARSED','c9ff1be2579378fad6d83ca87e6c91428b1eb8cfd1b0f341b3c7e452764404f5','00a126f1085b3add433aaa369353aa3fd470e06466e83b3a783b8557ada0aa2d'); +INSERT INTO messages VALUES(7,310000,'parse','blocks','{"block_index":310000,"ledger_hash":"09fa44ed277cd9e448baf3d4a2accc520d57c77fed0d97379ba9bb804e3dda71","messages_hash":"2c5b6bc9e6c49fe33a5f608251c2c70d6a134ea0dc7d4c5aa58b36b16d494efc","transaction_count":1,"txlist_hash":"7d9cd23062d78e9eb1a892f69b154410935e9675ede8e05fe9c1269cd3c54b12"}',0,'BLOCK_PARSED',NULL,'6871de342e8f180330a73e813928af7570775ff4a5e8c8c9d45ee187b45fce72'); +INSERT INTO messages VALUES(8,310001,'insert','blocks','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'914d99fb736e0c66745dd3e50bc09e39fa81ba5a26bae4a1de571f81e525f8c5'); +INSERT INTO messages VALUES(9,310001,'insert','transactions','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"btc_amount":1000,"data":"0000000000000000000000010000000002faf080","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32","tx_index":2,"utxos_info":" 6ec80f30ffb172559eb7d1af7ed17f317a4128ca3525dbdb86d1bfacc818a5e1:0 3 "}',0,'NEW_TRANSACTION',NULL,'0c4d7d23a38e309c3511e1b3b50c2ed17dbb0d4f42bfc9fe60065b152d6d2e8d'); +INSERT INTO messages VALUES(10,310001,'insert','debits','{"action":"send","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310001,"event":"8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'DEBIT','8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32','0f002acd5f7932e0e3e3c9351c869b7bf7d155fdefed112485ae0321ac8c2dcc'); +INSERT INTO messages VALUES(11,310001,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310001,"calling_function":"send","event":"8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'CREDIT','8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32','71271bc299cfe0d2e8b11e1cf1daa4bd1ac08f707446133af078a06742168fc7'); +INSERT INTO messages VALUES(12,310001,'insert','sends','{"asset":"XCP","block_index":310001,"destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":50000000,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32","tx_index":2}',0,'SEND','8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32','3b3db0b25ce80807daf625fa8c01f7cda1780483502f8a1a30c641d3f0028f71'); +INSERT INTO messages VALUES(13,310001,'parse','transactions','{"supported":true,"tx_hash":"8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32","tx_index":2}',0,'TRANSACTION_PARSED','8968369ff47b1f5f6959aa67aca82d1385f3763e1cac2180d8cf41b44a515a32','c21aa352c98494070b6374a18ab9edd04a340c9db89a7a76f069f6e28070e498'); +INSERT INTO messages VALUES(14,310001,'parse','blocks','{"block_index":310001,"ledger_hash":"b2237a0b0b29b2198355f47d38cb995e013c0e074c29dcbf1b99ed4c0f459c8d","messages_hash":"b689d436f526169698f7c33bea40807ea644767f1ef31dd68675c49d53a4a05a","transaction_count":1,"txlist_hash":"adddb3e1b9020e7ef190f661823c79abbc5951801b15469ad9f483c512af002a"}',0,'BLOCK_PARSED',NULL,'e1a1fd51b7474e11faa48be69b3d0df1020e523b47f978a66653228ca6ffe5b9'); +INSERT INTO messages VALUES(15,310002,'insert','blocks','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'29a8bcef1712149f0e7d7e05ddf97285411d09cbe6c3a2b82b9f9144a633ce55'); +INSERT INTO messages VALUES(16,310002,'insert','transactions','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"btc_amount":0,"data":"0000000a00000000000000000000000002faf08000000000000000010000000005f5e100000a0000000000000000","destination":"","fee":1000000,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093","tx_index":3,"utxos_info":" 70047c0e0eabacdc2f575666720317b02d31d0fb0c0dd12ff8399c9997b80671:0 2 "}',0,'NEW_TRANSACTION',NULL,'0d6d885a2b66950ec1280e1f30c2692b166049da49c0fee023b559ef29bbc42f'); +INSERT INTO messages VALUES(17,310002,'insert','orders','{"block_index":310002,"expiration":10,"expire_index":310012,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":50000000,"give_remaining":50000000,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093","tx_index":3}',0,'OPEN_ORDER','1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093','64614ae087f6463e9de1e7c17fb35823c9c8e43687f14e469f84df5f323ca1db'); +INSERT INTO messages VALUES(18,310002,'parse','transactions','{"supported":true,"tx_hash":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093","tx_index":3}',0,'TRANSACTION_PARSED','1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093','fe3029d2721e8a5798bdef7f1c178494ff7fb5cea32d3bf8d6e3fd05e823c8d0'); +INSERT INTO messages VALUES(19,310002,'parse','blocks','{"block_index":310002,"ledger_hash":"a3c393a285361d2981551f0a903d45847e7a0142779692d384bc77bac420db18","messages_hash":"5374dfc2fcdca82073db7d2974af006ac36c60bc321c6fb138daf869b655db68","transaction_count":1,"txlist_hash":"6fddb621bb8a1e2d10cf0ec8f507ada12be28578223ee53997aad614097bb35e"}',0,'BLOCK_PARSED',NULL,'f92fe2fdfa844fea76b232305e92b9c4bfa6025ef9527a51aba77ede4d33925e'); +INSERT INTO messages VALUES(20,310003,'insert','blocks','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bb5c5b80e48b3e574af1260de87b176f0d40dd69255524db5416e728aa2456ee'); +INSERT INTO messages VALUES(21,310003,'insert','transactions','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"btc_amount":0,"data":"0000000a00000000000000010000000006422c4000000000000000000000000002faf080000a00000000000dbba0","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","tx_index":4,"utxos_info":" cb9968e5706e6aa44a68604e6aed6701eeb63316ab175efc0fa5fa8a080561a4:0 2 "}',0,'NEW_TRANSACTION',NULL,'1f0677e47aca7683c59bf03a0e194e2e1c02434c72aa12b8dac91ba5c934b423'); +INSERT INTO messages VALUES(22,310003,'insert','debits','{"action":"open order","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310003,"event":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","quantity":105000000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'DEBIT','a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e','146273b34fbc990ef0df0284ff45039eefc2314893283809f250978220f50871'); +INSERT INTO messages VALUES(23,310003,'insert','orders','{"block_index":310003,"expiration":10,"expire_index":310013,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":50000000,"get_remaining":50000000,"give_asset":"XCP","give_quantity":105000000,"give_remaining":105000000,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","tx_index":4}',0,'OPEN_ORDER','a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e','63c6c29fd20034f774582c81ff12b5059dadcc364cc5c1c459b4aa1b22bee1b8'); +INSERT INTO messages VALUES(24,310003,'update','orders','{"fee_provided_remaining":142858,"fee_required_remaining":0,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093"}',0,'ORDER_UPDATE','a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e','8022852f9a993b53d610d1a644dc342315f85e48316c6f7aa9a9e19c5366432e'); +INSERT INTO messages VALUES(25,310003,'update','orders','{"fee_provided_remaining":6800,"fee_required_remaining":42858,"get_remaining":0,"give_remaining":5000000,"status":"open","tx_hash":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e"}',0,'ORDER_UPDATE','a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e','0d0e914e027721aab846fd88ab3c8c21e0f301b4577cf6e00b36c6cb793889b5'); +INSERT INTO messages VALUES(26,310003,'insert','order_matches','{"backward_asset":"XCP","backward_quantity":100000000,"block_index":310003,"fee_paid":857142,"forward_asset":"BTC","forward_quantity":50000000,"id":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093_a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","match_expire_index":310023,"status":"pending","tx0_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_block_index":310002,"tx0_expiration":10,"tx0_hash":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093","tx0_index":3,"tx1_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_block_index":310003,"tx1_expiration":10,"tx1_hash":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","tx1_index":4}',0,'ORDER_MATCH','a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e','db7aedce1c26de8871610d50d9dbcd0414013834f119d67a1b3d1f46ea2aacfa'); +INSERT INTO messages VALUES(27,310003,'parse','transactions','{"supported":true,"tx_hash":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","tx_index":4}',0,'TRANSACTION_PARSED','a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e','92e271b8ab9550f99bd7d5b975e7066da0a4c9ed356f7522d2c83a27d655d042'); +INSERT INTO messages VALUES(28,310003,'parse','blocks','{"block_index":310003,"ledger_hash":"f96ba90a471ab5524a574cc4ff72a228a8dc7019824482a664569dcb41c126c7","messages_hash":"228c4cdf41c295752b458ce0633a743c0e2a5cdbb8825b290dfd026e0b22bafc","transaction_count":1,"txlist_hash":"d6756ca2a0f2a403b0a1714964ddb71bc773e0a18c049008f78670efb7137e18"}',0,'BLOCK_PARSED',NULL,'992b5f204919faa1056431f5800b1919f1890032583653c51cbe31a9888e88ee'); +INSERT INTO messages VALUES(29,310004,'insert','blocks','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3903a225d8946080d04d14b34ef920b9579d1351df714651f3cd27246afd3bba'); +INSERT INTO messages VALUES(30,310004,'insert','transactions','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"btc_amount":50000000,"data":"0000000b1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":9675,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac","tx_index":5,"utxos_info":" 836b1d6d96f5b1d0c93cca1e36df45a881c8e240bd43d3d690056eb2480a6f56:0 4 "}',0,'NEW_TRANSACTION',NULL,'504108d61e9f9a20c400139fa915297a938b661b2ad67741a5bb4b74a668b59e'); +INSERT INTO messages VALUES(31,310004,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310004,"calling_function":"btcpay","event":"06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac","quantity":100000000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'CREDIT','06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac','cff541e78665eb072bc2619b782279aef8d27e4fbc3e45d2c1d8bc0116177507'); +INSERT INTO messages VALUES(32,310004,'update','order_matches','{"id":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093_a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","order_match_id":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093_a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","status":"completed"}',0,'ORDER_MATCH_UPDATE','06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac','b0926d1df9a8eb634f8cd56d91306ded0d4464aff266b80e12b1ac1f02dc2a42'); +INSERT INTO messages VALUES(33,310004,'insert','btcpays','{"block_index":310004,"btc_amount":50000000,"destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","order_match_id":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093_a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac","tx_index":5}',0,'BTC_PAY','06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac','32d42966b2df10e9dacaf0902434a85f0c23fd033832dd5ab673e878e5378ad9'); +INSERT INTO messages VALUES(34,310004,'parse','transactions','{"supported":true,"tx_hash":"06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac","tx_index":5}',0,'TRANSACTION_PARSED','06448effa4c26f1101b315b2dbe3d2b7b888ca18f5755f4365c97215a6c760ac','f2b0cda616c70e07aef9ac8e1b99395ada5ad55fbc7b3dc8ba2d41885eaae56e'); +INSERT INTO messages VALUES(35,310004,'parse','blocks','{"block_index":310004,"ledger_hash":"943a23e317f71981b24d636cae98f495b2bb00c949b1603a778eb7500894c844","messages_hash":"09dbd58cf4284adb8f35850baef00f0e1170c06cef015ae6c5f27896303963b1","transaction_count":1,"txlist_hash":"be04682401f137d4d02c7539d1c776bbc76263dea1bb88fc95197128ec1a700f"}',0,'BLOCK_PARSED',NULL,'0a044c3459a10a005e25a1759c3a8c286aab9961fa9e93743f505aa302876eed'); +INSERT INTO messages VALUES(36,310005,'insert','blocks','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8bae1de33ba915d06817d29f2f10d8be3a52a57da87316f87392db84e39361bd'); +INSERT INTO messages VALUES(37,310005,'insert','transactions','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"btc_amount":0,"data":"000000140000000000004767000000003b9aca000100000000000000000000","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406","tx_index":6,"utxos_info":" b5a95d7d655cb40e81800c2006891e40b1e0db52eb074d8bc6bc6eadee0cc255:0 2 "}',0,'NEW_TRANSACTION',NULL,'45185511d42b431ed1e5b85100a7fe76cf05ec45db6e9607578bea3f2197b923'); +INSERT INTO messages VALUES(38,310005,'insert','debits','{"action":"issuance fee","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310005,"event":"57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406","quantity":50000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'DEBIT','57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406','be32eb1c88258bfcef7adba76e850e03ca761a00fae72b1c9e3b1b8bf8137723'); +INSERT INTO messages VALUES(39,310005,'insert','assets','{"asset_id":"18279","asset_longname":null,"asset_name":"BBBB","block_index":310005}',0,'ASSET_CREATION','57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406','0a85ddd4230d88f818dbc3526d5f469eafbde745f5671907f1a476492c7576f9'); +INSERT INTO messages VALUES(40,310005,'insert','issuances','{"asset":"BBBB","asset_events":"creation","asset_longname":null,"block_index":310005,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","locked":false,"quantity":1000000000,"reset":false,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","transfer":false,"tx_hash":"57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406","tx_index":6}',0,'ASSET_ISSUANCE','57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406','ff2a9dad1ec02b82d05f512011c507ecc9d0daa5efa53754ce3bdf2955e4e8da'); +INSERT INTO messages VALUES(41,310005,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310005,"calling_function":"issuance","event":"57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406","quantity":1000000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'CREDIT','57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406','8dd771597bf5913d3d4e9346eb5548020b477ff05c42f35c1f19571754d23530'); +INSERT INTO messages VALUES(42,310005,'parse','transactions','{"supported":true,"tx_hash":"57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406","tx_index":6}',0,'TRANSACTION_PARSED','57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406','d6e6e280d825401f882012f40ff6f202e306171cd08f6afa075b5c650454c0f0'); +INSERT INTO messages VALUES(43,310005,'parse','blocks','{"block_index":310005,"ledger_hash":"0c5f3dd2d439a571eec03583442fb051bedf5bc0b0ede92012922b27847af2a1","messages_hash":"1644ebe0e9903e55a74126faff36cb72fa2b2ecf185d38f78f8a808f10ed7e9a","transaction_count":1,"txlist_hash":"03c8d26098b8e49a297c104f22af44a622378afa711195bd8b91d46f01d68d65"}',0,'BLOCK_PARSED',NULL,'f4211ae1da9f21f953190fbea22306e5f51d6ec27e9fa70e10d7cd452c12ee34'); +INSERT INTO messages VALUES(44,310006,'insert','blocks','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3b872415d27e03f610f9702b7f16a68989bec495d60494178b957dc183bc4ec9'); +INSERT INTO messages VALUES(45,310006,'insert','transactions','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"btc_amount":0,"data":"00000014000000000000476800000000000186a00000000000000000000006666f6f626172","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975","tx_index":7,"utxos_info":" d5e0055606dccdcfbb5a605326bf35341ff6fe56c7fedb31fb17fe0cdc39d905:0 2 "}',0,'NEW_TRANSACTION',NULL,'8609f831106e0fd8546ff7004b2bc5855fa680631c4d9b5a92215880ea287c6b'); +INSERT INTO messages VALUES(46,310006,'insert','debits','{"action":"issuance fee","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310006,"event":"6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975","quantity":50000000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'DEBIT','6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975','bed69bb5ad799d4cf61a7e3d23216dfdcdb37f54725ac0183aca97883551c84a'); +INSERT INTO messages VALUES(47,310006,'insert','assets','{"asset_id":"18280","asset_longname":null,"asset_name":"BBBC","block_index":310006}',0,'ASSET_CREATION','6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975','8259977e6e5e2c273852373aaf56fa39e00624ba1587ea8a55eb4504cf02c54d'); +INSERT INTO messages VALUES(48,310006,'insert','issuances','{"asset":"BBBC","asset_events":"creation","asset_longname":null,"block_index":310006,"call_date":0,"call_price":0.0,"callable":false,"description":"foobar","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","locked":false,"quantity":100000,"reset":false,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","transfer":false,"tx_hash":"6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975","tx_index":7}',0,'ASSET_ISSUANCE','6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975','b576d3ac3ec7bcb928181a5fd599b3cd4458f4ccd234a6e0518b857a067f888b'); +INSERT INTO messages VALUES(49,310006,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310006,"calling_function":"issuance","event":"6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975","quantity":100000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'CREDIT','6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975','b4799a4818cf7ba70cb51c03020b0cb976ba32825fdedd7b684068a9ca159739'); +INSERT INTO messages VALUES(50,310006,'parse','transactions','{"supported":true,"tx_hash":"6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975","tx_index":7}',0,'TRANSACTION_PARSED','6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975','7b83b2767caccfdfc752f5416fa322006132cdd4c9673b8ec949ceda69ad4d3e'); +INSERT INTO messages VALUES(51,310006,'parse','blocks','{"block_index":310006,"ledger_hash":"377fe894d79d60b011958ed747908b6009c5e0261fa177caefc664cb8db4c74b","messages_hash":"3d1b1f1492c1d7c0d2ef4bc427899c24dcf305d818b6819607c5a97c1e891ab4","transaction_count":1,"txlist_hash":"079ec7423e2fe87820626aee8980e236a78e7d51b453a739fb5768d9d520bef6"}',0,'BLOCK_PARSED',NULL,'39cb67a6794c65170916bc011e883594ebe10cb4b61e672ef2a0eed29f829c1c'); +INSERT INTO messages VALUES(52,310007,'insert','blocks','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'106ec10a03af6b7f4de9ed47c59dbd33ab1f866e1f0738ba72f71049e474af0f'); +INSERT INTO messages VALUES(53,310007,'insert','transactions','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"btc_amount":1000,"data":"00000000000000000000476700000000003d0900","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b","tx_index":8,"utxos_info":" 00d442dc4662614c34b1627d2d88b504afe410cedf903547fa0776f7645afa90:0 3 "}',0,'NEW_TRANSACTION',NULL,'7d444bc54707c48ad294a6a3be602bc253bd8bf81d52eb3ec8fc8f4090f9ec7e'); +INSERT INTO messages VALUES(54,310007,'insert','debits','{"action":"send","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310007,"event":"8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'DEBIT','8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b','7c287d7104116a78bc51a211ed8434f349f731a2add4a753034daca7e2cf5370'); +INSERT INTO messages VALUES(55,310007,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBB","block_index":310007,"calling_function":"send","event":"8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'CREDIT','8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b','4adc30f78d74d3822212efdb5bb2e72fbabacfcd6e2df3e0a4e359cce8910e9f'); +INSERT INTO messages VALUES(56,310007,'insert','sends','{"asset":"BBBB","block_index":310007,"destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":4000000,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b","tx_index":8}',0,'SEND','8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b','f692e95ce764fce05c0f6d30e7a524d84e0e9194ff75e3e51c946846888e1e94'); +INSERT INTO messages VALUES(57,310007,'parse','transactions','{"supported":true,"tx_hash":"8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b","tx_index":8}',0,'TRANSACTION_PARSED','8972d4a117a0c4161ddf2bcdeb3877e0ad4cbf9cb5ce2be3411c69eedc9f718b','d7058ec9f2c080e246737bda48117a494d56919507650db76a656291b34c92f3'); +INSERT INTO messages VALUES(58,310007,'parse','blocks','{"block_index":310007,"ledger_hash":"4be55eb54e78e829306dfa31248b3073d311f49da420d9844f9aedabfbd296e3","messages_hash":"71349d8d70198b0a760b0cf802539fd26bce0cd06d0c7eabe215942dd286f174","transaction_count":1,"txlist_hash":"d57db7ce89eeea61f270e7c676b38d3574c52166322cb0e287f1857a7d085e5a"}',0,'BLOCK_PARSED',NULL,'e54e79996ecf11cb33f51aa1b1eacdc8d8f21d92a7bb6efb2dafbe57c7d8bd1b'); +INSERT INTO messages VALUES(59,310008,'insert','blocks','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'18a81146beffb6e66a4b57a7512f587f3f5fad6a7bfbcc6e581dc074a0087af5'); +INSERT INTO messages VALUES(60,310008,'insert','transactions','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"btc_amount":1000,"data":"000000000000000000004768000000000000020e","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391","tx_index":9,"utxos_info":" e1fc13f6ea93f3984c4ad70bfe66968407b6e926ca8433d153e3347c505d3cd6:0 3 "}',0,'NEW_TRANSACTION',NULL,'fc1e82db8dd47ce68c0c7a2d7c5efdde9d17db2ab37a32a6d33f5a261768f38e'); +INSERT INTO messages VALUES(61,310008,'insert','debits','{"action":"send","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310008,"event":"3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'DEBIT','3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391','b705faab2e31b951915716535e0ab7653bd3a37843db739369c451c79315e0d6'); +INSERT INTO messages VALUES(62,310008,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBC","block_index":310008,"calling_function":"send","event":"3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'CREDIT','3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391','f1c1abdaf0a9ed7863cb6370818958a9fa50d1ae60b0a08fcd689a9568e7bbdc'); +INSERT INTO messages VALUES(63,310008,'insert','sends','{"asset":"BBBC","block_index":310008,"destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":526,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391","tx_index":9}',0,'SEND','3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391','a319a45e70f350a3e668313c4caaa8fb1b5be44044b9fdae4a1cbc7ce8821dc0'); +INSERT INTO messages VALUES(64,310008,'parse','transactions','{"supported":true,"tx_hash":"3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391","tx_index":9}',0,'TRANSACTION_PARSED','3f49e685b22a7cd1a4d20bb7ca9a3f1ec4e593bc6e60c67037de2aab8b992391','8ef18bd08185feeebf7981654ae8f986b6682ebeabbfac23bf7f34acb6734f54'); +INSERT INTO messages VALUES(65,310008,'parse','blocks','{"block_index":310008,"ledger_hash":"1248da848479b90f9dada38eaa02b9fe1226859e6ed1e3c4a121172786178dea","messages_hash":"5eec6b6041176efe6305ffab8dc4aee859ec1495ed4b1b860d36d97302fb427e","transaction_count":1,"txlist_hash":"8727f3f9af7958daaecda9f2cef1bad0303d631cf9f8418636cf130581e4bb79"}',0,'BLOCK_PARSED',NULL,'7673ec23522a1ac8b855c9dcc511ffcef0c194b2314abff185d253cab699273d'); +INSERT INTO messages VALUES(66,310009,'insert','blocks','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9a6299a9014460337523324442bc9e84135722ccd295f6bbff4a93ad5f3b5ddf'); +INSERT INTO messages VALUES(67,310009,'insert','transactions','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"btc_amount":0,"data":"00000032000000000000025800000000000047670000000000000001","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29","tx_index":10,"utxos_info":" 72576f13d48e27ecee32624b00990b0f161c782a80abb4f57b4da1f5a517c2f2:0 2 "}',0,'NEW_TRANSACTION',NULL,'56674393d93e048fb40775716d60006a9a4bf01b1a92f0485ba388d4281bf013'); +INSERT INTO messages VALUES(68,310009,'insert','debits','{"action":"dividend","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310009,"event":"6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29','c6ea8f085efd943a9e5c0001d06dbf644c19fcb61ecf76f6ccd825ecc6cb519e'); +INSERT INTO messages VALUES(69,310009,'insert','debits','{"action":"dividend fee","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310009,"event":"6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29","quantity":20000,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29','107c3f8a5f95878cb2e40dd196855497a64a8536447eccebc14b9d607bd9f7e9'); +INSERT INTO messages VALUES(70,310009,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310009,"calling_function":"dividend","event":"6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'CREDIT','6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29','51681c3c50f16071b05e8365d7be9f9d5e35cf9d97c38c885836b1ced93bcb98'); +INSERT INTO messages VALUES(71,310009,'insert','dividends','{"asset":"BBBB","block_index":310009,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":600,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29","tx_index":10}',0,'ASSET_DIVIDEND','6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29','33e1206eebb5352bfd2344a2c8d6f17aa5ae86adc73db81faa35837ae7f28bef'); +INSERT INTO messages VALUES(72,310009,'parse','transactions','{"supported":true,"tx_hash":"6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29","tx_index":10}',0,'TRANSACTION_PARSED','6aa6c552e5a302b056768aed88aa8da6e9f78def669d5203904719e15ff1ac29','b7c1b92f7db2962e67d53da77e98b58b829a01455da1e79d9f4f1fb7cf168fa2'); +INSERT INTO messages VALUES(73,310009,'parse','blocks','{"block_index":310009,"ledger_hash":"1e1b07f218127eccdfab98a4bc127ce185cda15314e72328dfe10eb8f2f18726","messages_hash":"5db9a2edcb65293258926913e91ba78b294ed7a2148c3ee1ea868e5409d95597","transaction_count":1,"txlist_hash":"baa3b08e70e0db5ecf913bb99da662ec3dc04a5650f99d2d36408eb8ed6cc4ea"}',0,'BLOCK_PARSED',NULL,'849087b5c28755ee3296280ce309c73ae7cf9f1054ffc2903367e0600775f580'); +INSERT INTO messages VALUES(74,310010,'insert','blocks','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c31b799f6150e0292af19a3025eef2004fc1a7bf3daf77ef936d8bd3d1d6fcd8'); +INSERT INTO messages VALUES(75,310010,'insert','transactions','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"btc_amount":0,"data":"00000032000000000000032000000000000047680000000000000001","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e","tx_index":11,"utxos_info":" 549177a785a6c389185b1b6cf035323f787879bdb7baa3159ca5f92a00c6e6e1:0 2 "}',0,'NEW_TRANSACTION',NULL,'847bd15c76360ffcaed9292df3fe898d6749b9ae34c212c2e6a8e13a5937b6c5'); +INSERT INTO messages VALUES(76,310010,'insert','debits','{"action":"dividend","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310010,"event":"8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e','c7fdbd525ddb1232861ed320e71a5ed2def1d16006c795fd2d1a00ac2cb837f2'); +INSERT INTO messages VALUES(77,310010,'insert','debits','{"action":"dividend fee","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310010,"event":"8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e","quantity":20000,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e','46123340d1dcfbacbddc34132e02850151c0f19bb9e1690645967053abf62081'); +INSERT INTO messages VALUES(78,310010,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"XCP","block_index":310010,"calling_function":"dividend","event":"8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'CREDIT','8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e','9743b3334a87ab0b96946187aaf2de07a8a878403167fc15d3a1dc16f58bf14c'); +INSERT INTO messages VALUES(79,310010,'insert','dividends','{"asset":"BBBC","block_index":310010,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e","tx_index":11}',0,'ASSET_DIVIDEND','8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e','5154c67769e2035b3b40ad6009881a4fc5ff98a397312c64569807176552a4ae'); +INSERT INTO messages VALUES(80,310010,'parse','transactions','{"supported":true,"tx_hash":"8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e","tx_index":11}',0,'TRANSACTION_PARSED','8606cbcb3aaa438e207e9ef279191f6f100e34d479b1985268525e32a91c953e','1408d72872ad02e5cf95e188b479cc006439139de4eb48f3dce1c03f78565aa8'); +INSERT INTO messages VALUES(81,310010,'parse','blocks','{"block_index":310010,"ledger_hash":"03be7c3d8dc521277625164e3e828be106672cba205129c014ce7771a3b8730f","messages_hash":"b3abf83edd19524d3b59003be0baefc550f0c9914075c23c9deac7f880a9d6fa","transaction_count":1,"txlist_hash":"5def9d6ed9fcf82c7ec9dbc2247657f349ec4df0b75dac4444f7ff90e24f0955"}',0,'BLOCK_PARSED',NULL,'289e7db6f2aed63f5ab4a9b7a951b149cdba74d66fe9d92343e84324101f2c2e'); +INSERT INTO messages VALUES(82,310011,'insert','blocks','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'38f6be7f3e808218b8a8e92e978f3c79b956f025dfdff62275b693334fe2b096'); +INSERT INTO messages VALUES(83,310011,'insert','transactions','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"btc_amount":0,"data":"0000001e52bb3300405900000000000005f5e0ff09556e69742054657374","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"47a25bd63a47c61ca2709279bb5c1dc8695f0e93926bf659038be64e6a1c4060","tx_index":12,"utxos_info":" 07532d3c2a9697cdcda1ff358b2f4381439deffe5be06598da2cac861a79fd8f:0 2 "}',0,'NEW_TRANSACTION',NULL,'a656e9021e99b1f9b4fba420f956a0261cb1c15acec775960225a575e5dee393'); +INSERT INTO messages VALUES(84,310011,'insert','broadcasts','{"block_index":310011,"fee_fraction_int":99999999,"locked":false,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"47a25bd63a47c61ca2709279bb5c1dc8695f0e93926bf659038be64e6a1c4060","tx_index":12,"value":100.0}',0,'BROADCAST','47a25bd63a47c61ca2709279bb5c1dc8695f0e93926bf659038be64e6a1c4060','4d4ba3b8f232892e2d1314523d91b12480d356a502672ca7a28741b0c1895439'); +INSERT INTO messages VALUES(85,310011,'parse','transactions','{"supported":true,"tx_hash":"47a25bd63a47c61ca2709279bb5c1dc8695f0e93926bf659038be64e6a1c4060","tx_index":12}',0,'TRANSACTION_PARSED','47a25bd63a47c61ca2709279bb5c1dc8695f0e93926bf659038be64e6a1c4060','a132ce48db394fbc614458029158f8c2c8b2423c7a9772df0b9f7a524d2d0734'); +INSERT INTO messages VALUES(86,310011,'parse','blocks','{"block_index":310011,"ledger_hash":"db6d49ef7cfb461f9431b2e712f694f0747012ae28f3684e0d41476f77fab667","messages_hash":"25f04a559732c68ee9596d31d765bad5152cdb641a87929de0578163b8e03705","transaction_count":1,"txlist_hash":"f6d1a346abbb2adae7dd7fe6ddd94061bcdae3ed30bd091958d445c8b5f57f4c"}',0,'BLOCK_PARSED',NULL,'7d436f3b96a778d977d75870c7e51ae117b8c4377cfc5f246ee148013fa7f96a'); +INSERT INTO messages VALUES(87,310012,'insert','blocks','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a14221db2a9c75f2cbcdb924c93d06ac830a33611e69751a5c8bd6043d3c8da7'); +INSERT INTO messages VALUES(88,310012,'insert','transactions','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"btc_amount":1000,"data":"00000028000052bb33640000000002faf08000000000017d7840000000000000000000003b100000000a","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16","tx_index":13,"utxos_info":" 3563ce8b45e350880d0a051b0b157f99ec551fc1ee230a1c8843d21f1682a5f6:0 3 "}',0,'NEW_TRANSACTION',NULL,'2cb3dad9713b902cc1ea67263fd2b53e20126a8d9276286e58325714e3707751'); +INSERT INTO messages VALUES(89,310012,'insert','debits','{"action":"bet","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310012,"event":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16","quantity":50000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'DEBIT','5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16','6fad7ea97db96b7d81417b2ad01459cb0ab6c529dc6d1cea35fa344d001451e3'); +INSERT INTO messages VALUES(90,310012,'insert','bets','{"bet_type":0,"block_index":310012,"counterwager_quantity":25000000,"counterwager_remaining":25000000,"deadline":1388000100,"expiration":10,"expire_index":310022,"fee_fraction_int":99999999.0,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":15120,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16","tx_index":13,"wager_quantity":50000000,"wager_remaining":50000000}',0,'OPEN_BET','5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16','29b32adbcc656a8b9d4c2597b82875a1b8629fd9b2b706e71e22663a30238391'); +INSERT INTO messages VALUES(91,310012,'parse','transactions','{"supported":true,"tx_hash":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16","tx_index":13}',0,'TRANSACTION_PARSED','5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16','afa5017c7a0ec85603f5df4fbf34550ff94a1a6f4bfae66993c172c286564107'); +INSERT INTO messages VALUES(92,310012,'parse','blocks','{"block_index":310012,"ledger_hash":"ac399d193def488d3457876edef42dd651b30c976025c3d6f810e4d37c88c822","messages_hash":"4c1b1a68fc47e6403e3c772b60d4ecd9ac67067572b047ac5af1c669ed421556","transaction_count":1,"txlist_hash":"273ce70d30b249ba5afb8382ddf7ded2d0849044d519fb48224a6ea69b7ba6dc"}',0,'BLOCK_PARSED',NULL,'8333ac352b1ccbc062754cfe88b768ad8615f8676b7112d6bb977b773ea56f97'); +INSERT INTO messages VALUES(93,310013,'insert','blocks','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'43d1edb8d270a4bf5423401ad7eca36e152b0a9ecf584849e16b4428a5840fbf'); +INSERT INTO messages VALUES(94,310013,'insert','transactions','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"btc_amount":1000,"data":"00000028000152bb336400000000017d78400000000002793d60000000000000000000003b100000000a","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","tx_index":14,"utxos_info":" 0e99c34d5f3649841d71c8c34ed4f5aa1c5ce38c45cda20bf500ad28a260df40:0 3 "}',0,'NEW_TRANSACTION',NULL,'67a529e94499d2bec052cf339b2f5ff268dfb16de2cb033a7b935806f4e1720c'); +INSERT INTO messages VALUES(95,310013,'update','orders','{"status":"expired","tx_hash":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093"}',0,'ORDER_UPDATE',NULL,'d755188bb7293a95fab707930d40548205b3dc7ddb6b56e3d9d4c04e010424ec'); +INSERT INTO messages VALUES(96,310013,'insert','order_expirations','{"block_index":310013,"order_hash":"1385519ca199f1b39bb89caac062fe3a342f18e393d301d7a56c150a8ab84093","source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'339341480a0aaa0ab0c5ae4422295e0bee3fb11aa1844f5b60270df404f97cc4'); +INSERT INTO messages VALUES(97,310013,'insert','debits','{"action":"bet","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310013,"event":"813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","quantity":25000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'DEBIT','813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3','9eefa2313bcc16605621aba7a818c4c072ba98eb6eff4461745c9713ad31f95a'); +INSERT INTO messages VALUES(98,310013,'insert','bets','{"bet_type":1,"block_index":310013,"counterwager_quantity":41500000,"counterwager_remaining":41500000,"deadline":1388000100,"expiration":10,"expire_index":310023,"fee_fraction_int":99999999.0,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":15120,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","tx_index":14,"wager_quantity":25000000,"wager_remaining":25000000}',0,'OPEN_BET','813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3','51141ac9ea31020a1914ed407e8dc8832ffff7ddc5c5330d94d0c04ec06aebc8'); +INSERT INTO messages VALUES(99,310013,'update','bets','{"counterwager_remaining":4250000,"status":"open","tx_hash":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16","wager_remaining":8500000}',0,'BET_UPDATE','813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3','caba24dd745de6339bf727019a4ee4e3bfb12226d021186e7b5222c6bb404330'); +INSERT INTO messages VALUES(100,310013,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310013,"calling_function":"filled","event":"813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","quantity":4250000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'CREDIT','813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3','ee3893d3afa8d1cc5250ff99f8be1473ab5af710f49c44f57a620bb886ff5df6'); +INSERT INTO messages VALUES(101,310013,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","wager_remaining":4250000}',0,'BET_UPDATE','813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3','a9da521cc0534fe8da2b0f1f2deccc47d1fdb9ea354b4ae78ffb6ce0fb7870ef'); +INSERT INTO messages VALUES(102,310013,'insert','bet_matches','{"backward_quantity":20750000,"block_index":310012,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":41500000,"id":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16_813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","initial_value":100.0,"leverage":15120,"match_expire_index":310022,"status":"pending","target_value":0.0,"tx0_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":0,"tx0_block_index":310012,"tx0_expiration":10,"tx0_hash":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16","tx0_index":13,"tx1_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":1,"tx1_block_index":310013,"tx1_expiration":10,"tx1_hash":"813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","tx1_index":14}',0,'BET_MATCH','813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3','9700127f138b00d8cfa37407baf22385b7c2a401d7301af8b141c69fbe260784'); +INSERT INTO messages VALUES(103,310013,'parse','transactions','{"supported":true,"tx_hash":"813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","tx_index":14}',0,'TRANSACTION_PARSED','813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3','be3825d8d36446ee58a1025ae2ffe3c3ed8c51a734a934bd1bca43c2e6a5278a'); +INSERT INTO messages VALUES(104,310013,'parse','blocks','{"block_index":310013,"ledger_hash":"f6fd6f6280b1c580abe8e31de28bfa0f269d453068946733cad69d29f6874936","messages_hash":"f1b8a48986406d18c4ce590ada71a04079f25fcce27b22621e58b76c86f7508d","transaction_count":1,"txlist_hash":"ce4d93afd619a9f22326d72b5ae6c10b24d3075399374184463f65d489a57c51"}',0,'BLOCK_PARSED',NULL,'365cce780de779bd22e0391a69234bab5d4a41ae8f7812ec09ab4978f1f0d4ef'); +INSERT INTO messages VALUES(105,310014,'insert','blocks','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7d79fccac289e8af4dd55ba8a8e26a09e389eaf0f2e5189d7ddaf0b3a3ad850a'); +INSERT INTO messages VALUES(106,310014,'insert','transactions','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"btc_amount":1000,"data":"00000028000052bb33640000000008f0d1800000000014dc93800000000000000000000013b00000000a","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41","tx_index":15,"utxos_info":" 820d199eab44dc21110b89e5210bc07d83a257d5d0c7595d0410d5cc9dfc7bd3:0 3 "}',0,'NEW_TRANSACTION',NULL,'7e721dd8bc699f67880a5e7cfcfe4910c226e417154ec649c100e224f83f1c2a'); +INSERT INTO messages VALUES(107,310014,'update','orders','{"status":"expired","tx_hash":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e"}',0,'ORDER_UPDATE',NULL,'face2f02b69cdea049cc77321addc801200a19401fd9aa42b35d7fac3140e9e2'); +INSERT INTO messages VALUES(108,310014,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310014,"calling_function":"cancel order","event":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","quantity":5000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'66446e4f5214ff79206e47dac18d680823298b97488565fd5e1e372d6ffeda99'); +INSERT INTO messages VALUES(109,310014,'insert','order_expirations','{"block_index":310014,"order_hash":"a2e93083b871e68cb89e216f9a99c4c6aea1eb92cbdbafc5b4b0e160c19c517e","source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'483c1efd5e649521e0250c663db76e8b6f729712fbb074a79b958a280dca6b8c'); +INSERT INTO messages VALUES(110,310014,'insert','debits','{"action":"bet","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310014,"event":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41","quantity":150000000,"tx_index":15,"utxo":null,"utxo_address":null}',0,'DEBIT','33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41','2d7709d5bf9392b8000bcdaec2c21d9c67d4c855d1abdd436f1b8293b56471cc'); +INSERT INTO messages VALUES(111,310014,'insert','bets','{"bet_type":0,"block_index":310014,"counterwager_quantity":350000000,"counterwager_remaining":350000000,"deadline":1388000100,"expiration":10,"expire_index":310024,"fee_fraction_int":99999999.0,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41","tx_index":15,"wager_quantity":150000000,"wager_remaining":150000000}',0,'OPEN_BET','33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41','b2f105fa19d9e53a8cb618997407f9ae3f5e37a9a2402a4aee3c1e113f0a235c'); +INSERT INTO messages VALUES(112,310014,'parse','transactions','{"supported":true,"tx_hash":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41","tx_index":15}',0,'TRANSACTION_PARSED','33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41','c1c7909076fc91ff885aa30ce99ece1f6bf61d0e4c443e78627ee43f1a0e5674'); +INSERT INTO messages VALUES(113,310014,'parse','blocks','{"block_index":310014,"ledger_hash":"0c52d56c6f7c25da7b757aba30e890e9eff402155b5497a5420e13e69b7cb54b","messages_hash":"3d8a9a17851790e6f2fb580a7e5e41cdf185446e233110ac7af355adb53a6fc8","transaction_count":1,"txlist_hash":"7df6ac77f91e828339a1f92ce8197c74ff120f6c00d180bdb19a91f7da14a83a"}',0,'BLOCK_PARSED',NULL,'64f6721e266609669bb1e0728e352a6b01ffeeb04df1ee3417895ef73b5d4812'); +INSERT INTO messages VALUES(114,310015,'insert','blocks','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'15147c3a8c5d0e68bec5ed696b7d48f3dfad313043650cce63360ca8b2b666d4'); +INSERT INTO messages VALUES(115,310015,'insert','transactions','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"btc_amount":1000,"data":"00000028000152bb33640000000014dc93800000000008f0d1800000000000000000000013b00000000a","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","tx_index":16,"utxos_info":" d72265fd12f4ecd9c417122e366bbe23bd1835d99d2554a20e9252d41291fa5a:0 3 "}',0,'NEW_TRANSACTION',NULL,'7ae84ad81714c708b46841a175f27b5c5d40eaf941244ad6c5edb3da36d47388'); +INSERT INTO messages VALUES(116,310015,'insert','debits','{"action":"bet","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"event":"22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","quantity":350000000,"tx_index":16,"utxo":null,"utxo_address":null}',0,'DEBIT','22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f','115a4773c8d345006da6a716f1c6f62efd8c6acbdd3c665df0faa318aee285bf'); +INSERT INTO messages VALUES(117,310015,'insert','bets','{"bet_type":1,"block_index":310015,"counterwager_quantity":150000000,"counterwager_remaining":150000000,"deadline":1388000100,"expiration":10,"expire_index":310025,"fee_fraction_int":99999999.0,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":0.0,"tx_hash":"22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","tx_index":16,"wager_quantity":350000000,"wager_remaining":350000000}',0,'OPEN_BET','22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f','cd9a6e06dbefb75a7d665f18b5175abb0c5fa25253a9445798262181a5205dc7'); +INSERT INTO messages VALUES(118,310015,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"calling_function":"filled","event":"22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f','fded2ee5f77ccc3b3cd02e410dd7f34303d4430524b1e5c96a447289a705c0e9'); +INSERT INTO messages VALUES(119,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41","wager_remaining":0}',0,'BET_UPDATE','22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f','9e27d53ea85eac18f483ee30578ddf53f969bc26b11e4e0b64fa2eaa3c66c068'); +INSERT INTO messages VALUES(120,310015,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310015,"calling_function":"filled","event":"22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f','a124cedc9d6b78b7ae17e4194be87ec2c3eb41fc6830a49985869a35b1268ba9'); +INSERT INTO messages VALUES(121,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","wager_remaining":0}',0,'BET_UPDATE','22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f','b60b4dd0c6da683a4bd21c24a78ca9e977b7de7e46c34d19e2f6321bbd946ddd'); +INSERT INTO messages VALUES(122,310015,'insert','bet_matches','{"backward_quantity":350000000,"block_index":310014,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":150000000,"id":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41_22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","initial_value":100.0,"leverage":5040,"match_expire_index":310024,"status":"pending","target_value":0.0,"tx0_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":0,"tx0_block_index":310014,"tx0_expiration":10,"tx0_hash":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41","tx0_index":15,"tx1_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":1,"tx1_block_index":310015,"tx1_expiration":10,"tx1_hash":"22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","tx1_index":16}',0,'BET_MATCH','22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f','25a3e9f2339b1a207ab8f5a40a5a4808c908a387f7e9944292615b8f4cfbd420'); +INSERT INTO messages VALUES(123,310015,'parse','transactions','{"supported":true,"tx_hash":"22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","tx_index":16}',0,'TRANSACTION_PARSED','22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f','3a7c6ae965ef9a4c47402a02159c38d672b92905e0de47814f332918ef6a7d9c'); +INSERT INTO messages VALUES(124,310015,'parse','blocks','{"block_index":310015,"ledger_hash":"03cd020f708d5f082f5b63e3c1f58e5f25d564a60699ae0f23471115d9e37d5e","messages_hash":"b73fe0ba3ae1dbc9ed295e0f4aaf9a8f933e7f5d9498f6a9f9f95c42c06c8d3c","transaction_count":1,"txlist_hash":"45379e27de14058cb9100cc29417da1e5b2534e4434bfcd074c811324e46fd06"}',0,'BLOCK_PARSED',NULL,'0ff03d6d6eea12e17e86874eefb775901a2e8d608c9b3379831bcb167ba72832'); +INSERT INTO messages VALUES(125,310016,'insert','blocks','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'27c6149eb20ec8efdbad1cb62d806aad1882a4de04a47f394cbbf8467a63daaa'); +INSERT INTO messages VALUES(126,310016,'insert','transactions','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"btc_amount":1000,"data":"00000028000252bb33c8000000002cb417800000000026be36803ff0000000000000000013b00000000a","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede","tx_index":17,"utxos_info":" f203086e1289aef19494acb2a48a734ecc0bd65149ee60cec66f839cdb37ff9f:0 3 "}',0,'NEW_TRANSACTION',NULL,'2010e9a5c120f2f2e0aca9c843f50a545f8c9b768b97d10e3913b985ae9696bc'); +INSERT INTO messages VALUES(127,310016,'insert','debits','{"action":"bet","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310016,"event":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede","quantity":750000000,"tx_index":17,"utxo":null,"utxo_address":null}',0,'DEBIT','5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede','15344e3bc08e945cb9c5ea2b663831ac7b812164eb4358fa33789949dd0dec78'); +INSERT INTO messages VALUES(128,310016,'insert','bets','{"bet_type":2,"block_index":310016,"counterwager_quantity":650000000,"counterwager_remaining":650000000,"deadline":1388000200,"expiration":10,"expire_index":310026,"fee_fraction_int":99999999.0,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":1.0,"tx_hash":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede","tx_index":17,"wager_quantity":750000000,"wager_remaining":750000000}',0,'OPEN_BET','5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede','149c2a8567e377e48d722ee5e2a43701f3ea1debe01a37a08a8a8db214f99a04'); +INSERT INTO messages VALUES(129,310016,'parse','transactions','{"supported":true,"tx_hash":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede","tx_index":17}',0,'TRANSACTION_PARSED','5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede','22bed3c1afb08799a39594369579b3917c96aa387c401de1fe4cb7df390c888b'); +INSERT INTO messages VALUES(130,310016,'parse','blocks','{"block_index":310016,"ledger_hash":"d95cf7b2af3f578fc64450d484323075e81999a868918d3dbf89160269d68980","messages_hash":"3cc79ee79f8b778bf61d324bb9905df8c226e5c58d91e0fd6a5b8a1f2c27bfaf","transaction_count":1,"txlist_hash":"92ed43fd80e4e254ebff7dc725c32962beb79be51dfe8d62d12bd8e123320532"}',0,'BLOCK_PARSED',NULL,'19943ffa01ecd274ce7659ec40378c52e7854c3c18055d25c0725d69b0a0d08a'); +INSERT INTO messages VALUES(131,310017,'insert','blocks','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'73dfa0c87f683893fc62b90acb0a027019de74d39c0ccf7bae7e36929f6e5951'); +INSERT INTO messages VALUES(132,310017,'insert','transactions','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"btc_amount":1000,"data":"00000028000352bb33c80000000026be3680000000002cb417803ff0000000000000000013b00000000a","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","tx_index":18,"utxos_info":" f7c3acafbffbae86eb37a0334e4440425dd54628c1ffe103aaa4332f612b0d5f:0 3 "}',0,'NEW_TRANSACTION',NULL,'577ea8308ead9d04e7b46e3c36ae1cce021737cb7795043db1f416b0d558ddb9'); +INSERT INTO messages VALUES(133,310017,'insert','debits','{"action":"bet","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"event":"07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","quantity":650000000,"tx_index":18,"utxo":null,"utxo_address":null}',0,'DEBIT','07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a','1e5842b8b1cb62093118ca05cfbf4a46375dec401bf1c278c7acef0b0662b893'); +INSERT INTO messages VALUES(134,310017,'insert','bets','{"bet_type":3,"block_index":310017,"counterwager_quantity":750000000,"counterwager_remaining":750000000,"deadline":1388000200,"expiration":10,"expire_index":310027,"fee_fraction_int":99999999.0,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","leverage":5040,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","target_value":1.0,"tx_hash":"07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","tx_index":18,"wager_quantity":650000000,"wager_remaining":650000000}',0,'OPEN_BET','07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a','9d4acbbf07738a4f3e96817c89b61b2f11d3c0396ce29b0695ddb87b19f9800b'); +INSERT INTO messages VALUES(135,310017,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"calling_function":"filled","event":"07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a','1ca6bf7db973d7c03787ad44814033aca642638d5ec54ef7e0828af2f884e485'); +INSERT INTO messages VALUES(136,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede","wager_remaining":0}',0,'BET_UPDATE','07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a','7536a903cac75514f7fd6453536cfba0ebfcf6a3a56dcaab91a0fe1beee6a134'); +INSERT INTO messages VALUES(137,310017,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310017,"calling_function":"filled","event":"07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a','755c3ce3eda4d6aaa169466b8cac312647a6973f53c7b61f70ebdc7a28643674'); +INSERT INTO messages VALUES(138,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","wager_remaining":0}',0,'BET_UPDATE','07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a','5fb78aec359274a51efa79cb7afc7218411c580734527fe6e4562fc31a16edb9'); +INSERT INTO messages VALUES(139,310017,'insert','bet_matches','{"backward_quantity":650000000,"block_index":310016,"deadline":1388000200,"fee_fraction_int":99999999,"feed_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","forward_quantity":750000000,"id":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede_07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","initial_value":100.0,"leverage":5040,"match_expire_index":310026,"status":"pending","target_value":1.0,"tx0_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx0_bet_type":2,"tx0_block_index":310016,"tx0_expiration":10,"tx0_hash":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede","tx0_index":17,"tx1_address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","tx1_bet_type":3,"tx1_block_index":310017,"tx1_expiration":10,"tx1_hash":"07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","tx1_index":18}',0,'BET_MATCH','07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a','99b85f341dc142367f6fc62dd24fd05ea6cafe489cc711a457b2d359ed4d6579'); +INSERT INTO messages VALUES(140,310017,'parse','transactions','{"supported":true,"tx_hash":"07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","tx_index":18}',0,'TRANSACTION_PARSED','07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a','5d3f90c0ec7622069aa1a5b2f86f1e9eb0edcca05d52e840a63474dcc975075a'); +INSERT INTO messages VALUES(141,310017,'parse','blocks','{"block_index":310017,"ledger_hash":"725783dab777f54b11be66fdf47280852fd6b4d8a9b9f2fbba9e92056538ce73","messages_hash":"4b58df60e497954d8bd3c74306ba7e8cf91828d12512c6540e0160bf83d72aa2","transaction_count":1,"txlist_hash":"f21d857139bdc083724362346aeaa455f82caf0fdf13f2ca880db6dbc6e047b2"}',0,'BLOCK_PARSED',NULL,'adedc9a8d4660813437cc92417e1374afe322511ab0bff54adc9a0921f09d6af'); +INSERT INTO messages VALUES(142,310018,'insert','blocks','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f1b2aed21583f49e1b712e163486903faf63ca13489e7b3a30e5f35d0c249db6'); +INSERT INTO messages VALUES(143,310018,'insert','transactions','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"btc_amount":0,"data":"0000001e52bb33324058f7256ffc115e004c4b4009556e69742054657374","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66","tx_index":19,"utxos_info":" 74fb288e8ceaf5f9cdeaefe2cbdde99ec1eafb8ea3b80ab96725cbc6913ef266:0 2 "}',0,'NEW_TRANSACTION',NULL,'aeee10a9244a6c9d831c83b35a6b05bc32595967b6433768839af48ec5eb0304'); +INSERT INTO messages VALUES(144,310018,'insert','broadcasts','{"block_index":310018,"fee_fraction_int":5000000,"locked":false,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000050,"tx_hash":"5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66","tx_index":19,"value":99.86166}',0,'BROADCAST','5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66','6b1be0037d20f2daab0c7c4e6ea7b7896980f19ddf77aa13710d1bd4c5371ee0'); +INSERT INTO messages VALUES(145,310018,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310018,"calling_function":"bet settled: liquidated for bear","event":"5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66","quantity":59137500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66','4953879235ef29ea682efda9150bb9143c2c7b5776e9cbcfd5b3257dfe44d9ab'); +INSERT INTO messages VALUES(146,310018,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310018,"calling_function":"feed fee","event":"5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66","quantity":3112500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66','806b0580c031d5346b9dfc90698703f06d729a28aff68b7adc10723a22feee63'); +INSERT INTO messages VALUES(147,310018,'insert','bet_match_resolutions','{"bear_credit":59137500,"bet_match_id":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16_813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","bet_match_type_id":1,"block_index":310018,"bull_credit":0,"escrow_less_fee":null,"fee":3112500,"settled":false,"winner":null}',0,'BET_MATCH_RESOLUTON','5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66','027b1548454f01264029c5b525ff5950347eb4e34499edec99c06c0a336952d9'); +INSERT INTO messages VALUES(148,310018,'update','bet_matches','{"id":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16_813e45480753e39c6ea548efd6b77f830120a41ac3b9bd37a4470b14e83301a3","status":"settled: liquidated for bear"}',0,'BET_MATCH_UPDATE','5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66','43252080e942600e7b0b59c3f9a67aa7fd6f1f3afbaafedc509dc4a22001862b'); +INSERT INTO messages VALUES(149,310018,'parse','transactions','{"supported":true,"tx_hash":"5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66","tx_index":19}',0,'TRANSACTION_PARSED','5a057227535fcb5aeaf56ec919321667cc45f4fa7d11bf940d22abaad909cd66','85627a2710ffc9001a3d447dc1da6c4d9b623f0c69cd6865906895373ea9ecd9'); +INSERT INTO messages VALUES(150,310018,'parse','blocks','{"block_index":310018,"ledger_hash":"05ad248fa836b50ce72a2f61c7465a455cc48ac92f2c0ff9bb9f94e69081d1e7","messages_hash":"20d58c7c1c4095ad9c7ad3b24705a760d35a7bb4415811c16bc61f195c0f5897","transaction_count":1,"txlist_hash":"3e8a8361086aee82a316c2a041d8f4e1d7b4000c3e18263ca84a3267a811ee7d"}',0,'BLOCK_PARSED',NULL,'2a1ce7ed7fd9bdd4aa7617c92614823e114e6d1bb1eeae3e0d088c64cc79bb5e'); +INSERT INTO messages VALUES(151,310019,'insert','blocks','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b5b1f6d55657e1f86011f56438325ed73d12ffa6c9b17de822c79046314a40f1'); +INSERT INTO messages VALUES(152,310019,'insert','transactions','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"btc_amount":0,"data":"0000001e52bb3365405915f3b645a1cb004c4b4009556e69742054657374","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17","tx_index":20,"utxos_info":" 9ff1232263d22ec7f8d8fcd4fa194620e14b9bb67f8704cce671114867664a4b:0 2 "}',0,'NEW_TRANSACTION',NULL,'b99b7137580c9f37b71c35795f3c81dc1a322db096e09ebb1c716546e216d552'); +INSERT INTO messages VALUES(153,310019,'insert','broadcasts','{"block_index":310019,"fee_fraction_int":5000000,"locked":false,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000101,"tx_hash":"0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17","tx_index":20,"value":100.343}',0,'BROADCAST','0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17','4a66e7823593f40308c3b608b7b526799b368ad74d1abcf378c893cc5c785dfe'); +INSERT INTO messages VALUES(154,310019,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17","quantity":159300000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17','decac162a76d79d8d843f24770b7efccda1c744194d0fe332484951b42137c48'); +INSERT INTO messages VALUES(155,310019,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17","quantity":315700000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17','c99af170c9eec347e363573816784a7db919edd94b12f1463e4d3ad6418c6848'); +INSERT INTO messages VALUES(156,310019,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310019,"calling_function":"feed fee","event":"0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17","quantity":25000000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17','22ad3ee9f9a5696cbcadc86dd4ac0a58c87a32d3108483937a85b386638278ef'); +INSERT INTO messages VALUES(157,310019,'insert','bet_match_resolutions','{"bear_credit":315700000,"bet_match_id":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41_22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","bet_match_type_id":1,"block_index":310019,"bull_credit":159300000,"escrow_less_fee":null,"fee":25000000,"settled":true,"winner":null}',0,'BET_MATCH_RESOLUTON','0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17','a74af3a5ad4fec29db3f56ed875d51d3afc7d9697e5b5f95c3e9191b032b789b'); +INSERT INTO messages VALUES(158,310019,'update','bet_matches','{"id":"33fdca6b108f99ffb56d590f55f9d19c7d16fe83c096b9fbbf71eabeda826a41_22375d61ad5cb70e45ca8843ccffa0abe11b028351352d5da874d246c834ab6f","status":"settled"}',0,'BET_MATCH_UPDATE','0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17','5f941cd47f9194e83aaca818ae9a034aba88d4635d43d186a6f5c048166df382'); +INSERT INTO messages VALUES(159,310019,'parse','transactions','{"supported":true,"tx_hash":"0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17","tx_index":20}',0,'TRANSACTION_PARSED','0baab7280b14d7d8597dc5f570682654fac0453b0b4c374d45cef3d21a7ceb17','f49cbd34f3bb4b10ba166244a79764951cb75ffaea081228c3a743b53d1461ea'); +INSERT INTO messages VALUES(160,310019,'parse','blocks','{"block_index":310019,"ledger_hash":"0ab8707bce7b77beecc32ad6124482cb561776ed245ce6dce08f5318e2cf396f","messages_hash":"ebce65e11706d3d114368740a10f041f33393c429c75d8b0b29886c92b61824b","transaction_count":1,"txlist_hash":"d66ff9e099bc707b866c2595b0bb642657601a36ab06cafa070f18e9f3ad30e3"}',0,'BLOCK_PARSED',NULL,'61d1c6947fc5bd3388cc1fb005f497f6f8238d9e62c23d9b4ffcc2f006820809'); +INSERT INTO messages VALUES(161,310020,'insert','blocks','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad8059bf442d8950edb154299f7639aa5b94f8d01f54e53d77525fa88be5b1df'); +INSERT INTO messages VALUES(162,310020,'insert','transactions','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"btc_amount":0,"data":"0000001e52bb33c94000000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402","tx_index":21,"utxos_info":" 5d2638e1c58ffa4055d6ae17293c34a353e57c7c019a5b1a90fab83747fc6113:0 2 "}',0,'NEW_TRANSACTION',NULL,'e1c37e11f0e215d153b990196c030ced66c89171b2311fa8c3a38de955c52284'); +INSERT INTO messages VALUES(163,310020,'insert','broadcasts','{"block_index":310020,"fee_fraction_int":5000000,"locked":false,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","text":"Unit Test","timestamp":1388000201,"tx_hash":"2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402","tx_index":21,"value":2.0}',0,'BROADCAST','2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402','9f3dcb6e40be009c16065136f41e1d0e11856dcffb686cc445bad36ab8d0db0a'); +INSERT INTO messages VALUES(164,310020,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310020,"calling_function":"bet settled: for notequal","event":"2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402","quantity":1330000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402','908e527fd7072c5c01316d4d625340784b3fc294920a403c1905b14a63b54059'); +INSERT INTO messages VALUES(165,310020,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310020,"calling_function":"feed fee","event":"2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402","quantity":70000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402','384a75c8d664be330a8343f548e52e4e2d0d5fe4fe809a6b1786d6afa7e6cd2a'); +INSERT INTO messages VALUES(166,310020,'insert','bet_match_resolutions','{"bear_credit":null,"bet_match_id":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede_07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","bet_match_type_id":5,"block_index":310020,"bull_credit":null,"escrow_less_fee":1330000000,"fee":70000000,"settled":null,"winner":"NotEqual"}',0,'BET_MATCH_RESOLUTON','2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402','76c775a0bae0085ffdcd740450a4f17ed2b431baac49e86597503d186692b97f'); +INSERT INTO messages VALUES(167,310020,'update','bet_matches','{"id":"5e0cd8d81531e656dc3a4ae4b7edfd1bec48e455ed0bd69a4a3c22c0c08bbede_07d3cbac831b5edb261b1445071e307949d7825565b8d5c8cba1d720d5c7ab4a","status":"settled: for notequal"}',0,'BET_MATCH_UPDATE','2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402','60900864c39100808c45bfe0ce25063ccf6877cfca814ecc26f1d8e103724497'); +INSERT INTO messages VALUES(168,310020,'parse','transactions','{"supported":true,"tx_hash":"2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402","tx_index":21}',0,'TRANSACTION_PARSED','2b39f99114417cb4857c8c2c671b4bc3bc8b3e52865daa91a49ea6d9bdfb6402','b4fe13a9d5b204c725138d653a62305dcbc8e9882285dae0e7e3594429ba42bc'); +INSERT INTO messages VALUES(169,310020,'parse','blocks','{"block_index":310020,"ledger_hash":"198edc4bf109549538a2f8f96714536a99a1568fe16fe4254881520474adc68d","messages_hash":"3a7b1dd11067a6855eb4d8ad39aaf8e8bbdca473f3ccfe3cdafc14fc8b88c3af","transaction_count":1,"txlist_hash":"3bd8ef01a2be7a5d817b535f19e456325bcf2d684ac25f09124d4582040fde54"}',0,'BLOCK_PARSED',NULL,'8023374637b49c1e6f8bc0e177aa5c18abbd776401546ab8f217758e555cf262'); +INSERT INTO messages VALUES(170,310021,'insert','blocks','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'41b9049287b9fc318aa96b9a9bd4a217e5bcb30bec3ca15254670161276d8162'); +INSERT INTO messages VALUES(171,310021,'insert','transactions','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"btc_amount":0,"data":"0000000a00000000000047670000000002faf08000000000000000010000000002faf080000a0000000000000000","destination":"","fee":6800,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323","tx_index":22,"utxos_info":" 322ca39f1c6a4e524868c74a1bc3ca8d5db6448e33db2511a9989643810625c7:0 2 "}',0,'NEW_TRANSACTION',NULL,'9ed0562dc8223ac14911dcbbbe750cc049df827f855e1e29a659c2594237262c'); +INSERT INTO messages VALUES(172,310021,'insert','debits','{"action":"open order","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310021,"event":"19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323","quantity":50000000,"tx_index":22,"utxo":null,"utxo_address":null}',0,'DEBIT','19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323','60194c505048b0ccfe1f5c4efb0450dc9b1c0d2d737526276e0c01d07d618d36'); +INSERT INTO messages VALUES(173,310021,'insert','orders','{"block_index":310021,"expiration":10,"expire_index":310031,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":50000000,"get_remaining":50000000,"give_asset":"BBBB","give_quantity":50000000,"give_remaining":50000000,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"open","tx_hash":"19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323","tx_index":22}',0,'OPEN_ORDER','19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323','56b83e9ac2801f1a81f95a5d7fa206ff5d04ca4df8b14b000608546f819c5d24'); +INSERT INTO messages VALUES(174,310021,'parse','transactions','{"supported":true,"tx_hash":"19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323","tx_index":22}',0,'TRANSACTION_PARSED','19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323','a43705b4e4e59de8638df45cc2c35b95a09c0ea276d37582e92e56f7b37db827'); +INSERT INTO messages VALUES(175,310021,'parse','blocks','{"block_index":310021,"ledger_hash":"52482033c5c11ad24257707137b090606305497618e29050b2fdd3e13bc822ce","messages_hash":"1e7853a7007bddc666b8f00774e942ea8a0367eb3dc98efadef409090c82c0b5","transaction_count":1,"txlist_hash":"7d74bbdb4057dc5d0e9b568e983df362b87bdacdddf2724b1ee4c42b6602bd47"}',0,'BLOCK_PARSED',NULL,'39f3e8c2949bb64de9a4b9f52e2e99b0abd3b488745cd5b765e269908ffb4b93'); +INSERT INTO messages VALUES(176,310022,'insert','blocks','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c65b8bd49fae14d287505d9512df5547302f69f57fc9d00c5d2bc289d1fdb6e2'); +INSERT INTO messages VALUES(177,310022,'insert','transactions','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"btc_amount":100000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"3739350ed4c86474468cb1fed825b1ef141304d638b298867d0b2ae58c509c22","tx_index":23,"utxos_info":" ce8432a1b0579faf1ec3f8b93b7bea7fa3dd3a8b1a3b74b1bda7d3030e701e58:0 2 "}',0,'NEW_TRANSACTION',NULL,'b93fcba79295c86fcc90a844a430eda7cafd1e26af1e903c6c1c3a4aa48df292'); +INSERT INTO messages VALUES(178,310022,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310022,"calling_function":"burn","event":"3739350ed4c86474468cb1fed825b1ef141304d638b298867d0b2ae58c509c22","quantity":56999887262,"tx_index":23,"utxo":null,"utxo_address":null}',0,'CREDIT','3739350ed4c86474468cb1fed825b1ef141304d638b298867d0b2ae58c509c22','7e13fd419b746f1c76662b4ada9996b4c745e063509222f63d36b8eea719bae2'); +INSERT INTO messages VALUES(179,310022,'insert','burns','{"block_index":310022,"burned":38000000,"earned":56999887262,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"3739350ed4c86474468cb1fed825b1ef141304d638b298867d0b2ae58c509c22","tx_index":23}',0,'BURN','3739350ed4c86474468cb1fed825b1ef141304d638b298867d0b2ae58c509c22','00d7a53f208274e6e123cc8a112e377c63c6d6a6991fa80380011800cc921d4b'); +INSERT INTO messages VALUES(180,310022,'parse','transactions','{"supported":true,"tx_hash":"3739350ed4c86474468cb1fed825b1ef141304d638b298867d0b2ae58c509c22","tx_index":23}',0,'TRANSACTION_PARSED','3739350ed4c86474468cb1fed825b1ef141304d638b298867d0b2ae58c509c22','08eb8e22d21c0be7e5d3d87f7a492d83fa9f893086947caedf6bbdf0fcd86aad'); +INSERT INTO messages VALUES(181,310022,'parse','blocks','{"block_index":310022,"ledger_hash":"85d639cc8147885470da26d3c0470dba0eb8b6870d5941b12bcc4afb8fcd9af1","messages_hash":"c9050b76b2f66a15d1925b802194a646981d02aa4db5b9accf5e39551007e6c8","transaction_count":1,"txlist_hash":"568bbeb4d12090c110442540d6f12734602dcf84ae5e331f0391a4a47857d059"}',0,'BLOCK_PARSED',NULL,'cc0ee729d6f1d1522c69dc685719e7cd3e4e47074e4c42198015a43cb615c08a'); +INSERT INTO messages VALUES(182,310023,'insert','blocks','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8504ff6152134277392af05c0c54b51801833c6adba67d182f6e939d520e4ee7'); +INSERT INTO messages VALUES(183,310023,'insert','transactions','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"btc_amount":1000,"data":"0000000000000000000047680000000000002710","destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","fee":7650,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","supported":true,"tx_hash":"72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58","tx_index":24,"utxos_info":" 5769ce4243e3d2e898a792c556ec8da59a8f8a1f262af59569e2b617e5867776:0 3 "}',0,'NEW_TRANSACTION',NULL,'28933f82dddd880fd021f2276b17c08807b0e3041286fd64a628bbe25fd3f1e7'); +INSERT INTO messages VALUES(184,310023,'update','bets','{"status":"expired","tx_hash":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16"}',0,'BET_UPDATE',NULL,'6155c83fdd6fc76e7cddeceed7705d14ca5dedca9d74e379391d824849976007'); +INSERT INTO messages VALUES(185,310023,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"XCP","block_index":310023,"calling_function":"recredit wager remaining","event":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16","quantity":8500000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'ca551e0d686429546f410e6ec0b3e5deeaa13e4f498f5852781927185f4909ca'); +INSERT INTO messages VALUES(186,310023,'insert','bet_expirations','{"bet_hash":"5c49e06f8ddf9cc0f83541550664bb00075a2f01df493278097066462497af16","bet_index":13,"block_index":310023,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'BET_EXPIRATION',NULL,'f26b8ec753fc0db0524a004ec4d7903690d74c38a8633c22972ea5859e4aa4a3'); +INSERT INTO messages VALUES(187,310023,'insert','debits','{"action":"send","address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBC","block_index":310023,"event":"72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'DEBIT','72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58','6ef12436c813b1c5f79dd0e3d3d9a54de48865ed3eb819896596a83aa1c3e45b'); +INSERT INTO messages VALUES(188,310023,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","asset":"BBBC","block_index":310023,"calling_function":"send","event":"72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'CREDIT','72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58','ca7696d31cf2d1da0a0fb1d672be14b12fb1d09668fa9804198a48c4998c3c14'); +INSERT INTO messages VALUES(189,310023,'insert','sends','{"asset":"BBBC","block_index":310023,"destination":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj_3","msg_index":0,"quantity":10000,"source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","status":"valid","tx_hash":"72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58","tx_index":24}',0,'SEND','72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58','982e4f0af6da2d85811774b23f04b46426c62b08afdc56838e88c2ef5d79f589'); +INSERT INTO messages VALUES(190,310023,'parse','transactions','{"supported":true,"tx_hash":"72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58","tx_index":24}',0,'TRANSACTION_PARSED','72bd448eb70da9b7554d3b58a1e89356171578c847763af014b25c99e70cbb58','632f30ba16b43a641d02c6fd695ca4afb925412fb43cfda2df27090b02c310ab'); +INSERT INTO messages VALUES(191,310023,'parse','blocks','{"block_index":310023,"ledger_hash":"eb62ce47d68491a84b9a29b92db2742021881f0274072f1bc39dfef08cd7a590","messages_hash":"b21f0a496f546592427729efc189eeace81473c330af4cf1be9e4cc554bd24be","transaction_count":1,"txlist_hash":"877a4d466f5f780e8103a42fb7771935ef57486ed7d74aa77757b9cb434893b3"}',0,'BLOCK_PARSED',NULL,'49099fbdd05b66531e8ab62db48a2d5e29ccbc97d702c14baeda5454ffacf24c'); +INSERT INTO messages VALUES(192,310024,'insert','blocks','{"block_hash":"b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5","block_index":310024,"block_time":310024000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8e1ca487544ca3130ae48622204646438b8528cf63abee00e948d32a56cb683d'); +INSERT INTO messages VALUES(193,310024,'parse','blocks','{"block_index":310024,"ledger_hash":"45e73afbc34855b5cbd342a6fb77545e01f3ff4601a04c6dd25dff665aeff484","messages_hash":"53f3b1e4bf11b9b9ec2924125d41c92dce66cf3ce342956e9c87b2f1f59be983","transaction_count":0,"txlist_hash":"b16082c8d932618c9bd89f7b8d6372190cab18b274ed8dbc1b4f04e5edc2bdbf"}',0,'BLOCK_PARSED',NULL,'95aa10853e28818fb3cc97c63ab4e4cd379016740372ca32da56d13eae06e509'); +INSERT INTO messages VALUES(194,310025,'insert','blocks','{"block_hash":"a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666","block_index":310025,"block_time":310025000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b9d5548bd9b496e4e874bc549905052f0be542ae757a468416f117d0e60267bf'); +INSERT INTO messages VALUES(195,310025,'parse','blocks','{"block_index":310025,"ledger_hash":"714702b25559325c7bacffdf28e0af30c47bf48e6b4fda053c21ea31c7604128","messages_hash":"9074e5ad59ca4511e996ec7a476f91b0084c8a8272a9e4e79e756e79fb281d6e","transaction_count":0,"txlist_hash":"391a822509e48a899634f3b8a6b0c99fd298eefd97230b401b40c301dd7e6052"}',0,'BLOCK_PARSED',NULL,'8aff38be78da59925a01a694865bff0d83057cdbae7668200d553f7d00184604'); +INSERT INTO messages VALUES(196,310026,'insert','blocks','{"block_hash":"6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a","block_index":310026,"block_time":310026000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9426390472fe7eef1589166b73c77a3762fe3a82458d47d87a64af083fa841ff'); +INSERT INTO messages VALUES(197,310026,'parse','blocks','{"block_index":310026,"ledger_hash":"b305741a1e277ba0ce8436b914784ea0156616ac308282a7f29dbca62a54cc82","messages_hash":"c9ef2cee6efb0bd6212ee68b34a1428729f3a6771ed61acf517f3ba282d51255","transaction_count":0,"txlist_hash":"16c8d91265aaface472342f436e376984d576675529de1f58a188f994375dea0"}',0,'BLOCK_PARSED',NULL,'37bcc7e53228d054a30bc65688084c20190a94a75e1f7505e00e88c2bc4382a5'); +INSERT INTO messages VALUES(198,310027,'insert','blocks','{"block_hash":"d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e","block_index":310027,"block_time":310027000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4ab3a30bca98d4fd03ce3f4480e26f500b6964c1c0bb35e0cb5bd56fe2608188'); +INSERT INTO messages VALUES(199,310027,'parse','blocks','{"block_index":310027,"ledger_hash":"1f833f7396917e02b4b65b0a05d19754b6a53b030b659514d0c21cad062d45f9","messages_hash":"4d374051f85357d47af7d40536f742f3daee3dbd9a61a73f3a77e422f58c9c37","transaction_count":0,"txlist_hash":"d7a61a46b4f6da78607245b9fdd4e0b1d7499b5687805939342a431ef570711d"}',0,'BLOCK_PARSED',NULL,'788fb085c8fdcb16d18d8579a06c190cd2529a7bdf52fcc2286d0c74439c18f7'); +INSERT INTO messages VALUES(200,310028,'insert','blocks','{"block_hash":"02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b","block_index":310028,"block_time":310028000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e713b236aef96f9a0a7670c57200f5263e21c16c7544f7df700786c6cedaf719'); +INSERT INTO messages VALUES(201,310028,'parse','blocks','{"block_index":310028,"ledger_hash":"47b38906beda7ad735a86b9fd63669b0357b7ae0a0c1a54c9827bc8b90185626","messages_hash":"103b5109241f41670849afab81abee1faf20f70bc965da93dd8410c64d320aba","transaction_count":0,"txlist_hash":"a8a0b67ddb47a15f89fd14f227e118bd374dde04f4bce3205d5ee07a8c7509d7"}',0,'BLOCK_PARSED',NULL,'525897ff1565bfa23a577e0461e072536ccc7b4edc777a61a651d52ef1e2efde'); +INSERT INTO messages VALUES(202,310029,'insert','blocks','{"block_hash":"3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6","block_index":310029,"block_time":310029000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9c39496546346391453d69da8ad4935c2e7d719a0379c615f996b4987b72fd96'); +INSERT INTO messages VALUES(203,310029,'parse','blocks','{"block_index":310029,"ledger_hash":"e69f6c9b649ac04920be70f9b076f7909bcebd8312afa715be3d8922794a72e7","messages_hash":"4772ea9d0364a179d36928bd26ca3136c63e7bc4b4ca5eca0d35dc852f6df9c9","transaction_count":0,"txlist_hash":"355199be765ee2db25308e58d6cdfd22c6941a296b51800e8f937cea1afedbdf"}',0,'BLOCK_PARSED',NULL,'cf8cf83607403ee350174d4fb1562fadfeae308d9f5ae9f2bf9cda3c5eba8b5a'); +INSERT INTO messages VALUES(204,310030,'insert','blocks','{"block_hash":"d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5","block_index":310030,"block_time":310030000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2447667bb1bf1f1be18500f9f815e00086ba1bcc880e6a4047a509835024af80'); +INSERT INTO messages VALUES(205,310030,'parse','blocks','{"block_index":310030,"ledger_hash":"c51828b04433b000787c92eaa7e5abd5cc0bc31c619cb8479aff675af6e00c55","messages_hash":"4739cecbaddf90f69213145782f996767589e0ff03447bcd21bbc758c8ab5488","transaction_count":0,"txlist_hash":"b4bb7325ae90ccf0095b0970cb4828c98915a2e6694723ca8af1e9f77523d540"}',0,'BLOCK_PARSED',NULL,'9ec6d455f1528396473779f5eceb26c618cfca8f2566c3f66e8713ce10160134'); +INSERT INTO messages VALUES(206,310031,'insert','blocks','{"block_hash":"0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689","block_index":310031,"block_time":310031000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bbd7da0384c7131a4570d49ad6f66dcfa03cc289143bf5cbccb73af7eb0a70ff'); +INSERT INTO messages VALUES(207,310031,'parse','blocks','{"block_index":310031,"ledger_hash":"26d91568af76b5ad4b357693ecb0b9341aabbf5de5d5c83f9998dc2f95d76e5e","messages_hash":"60cd7b27793b90bc58a07b63e69eec4a2640bde119da6f8679c1059ea57c386a","transaction_count":0,"txlist_hash":"b13328f7f6011c05736a1c728af4726f63f557ae1eafab7d70b6b7fd60025616"}',0,'BLOCK_PARSED',NULL,'eb7ee5314d0686adf3ba4b724965ee52774ef758627888c06af54c8089dcd867'); +INSERT INTO messages VALUES(208,310032,'insert','blocks','{"block_hash":"66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074","block_index":310032,"block_time":310032000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9d82dbb2290dab4a558d417f447e6c901d6d2b61855434684f72a7b0e21bbe9c'); +INSERT INTO messages VALUES(209,310032,'update','orders','{"status":"expired","tx_hash":"19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323"}',0,'ORDER_UPDATE',NULL,'60aceb7931afb4ff9200a7c2b37dc8e5f98a9c6fa0a02209e514d25c2498de21'); +INSERT INTO messages VALUES(210,310032,'insert','credits','{"address":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3","asset":"BBBB","block_index":310032,"calling_function":"cancel order","event":"19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323","quantity":50000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'f84a9d954a1ede4143218a96bfe915dd2f08b56b0454f7b7325c5be3494bd283'); +INSERT INTO messages VALUES(211,310032,'insert','order_expirations','{"block_index":310032,"order_hash":"19c6fe5cbf0be99ff3d469077e866e0f9fdc56901824b7fec89b0b523526e323","source":"3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3"}',0,'ORDER_EXPIRATION',NULL,'60820559f071cef41d6bc06c5663bdbef3aade78652b05f3fd4ad533c33e92dd'); +INSERT INTO messages VALUES(212,310032,'parse','blocks','{"block_index":310032,"ledger_hash":"21f8da71c386ec1e5e31a35c1190b895f2df52529ea028d5fba25e0d57616952","messages_hash":"2b3c3cb6764d9f36089e903581d902b98f46458d0666895ce9c565b8d5b28101","transaction_count":0,"txlist_hash":"80980b4466ca949fa21a42ffb8c22a2f5853722c4fa02bf0cb962e97365384f1"}',0,'BLOCK_PARSED',NULL,'100e8a35a1fb8a9780111946cb042f6e678adbfc1663ed5a7c6df88952269643'); +INSERT INTO messages VALUES(213,310033,'insert','blocks','{"block_hash":"999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707","block_index":310033,"block_time":310033000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'87e0b2445f6a33c5c43df4323ce21ff617c9a3892577676a20e4c6ddee234133'); +INSERT INTO messages VALUES(214,310033,'parse','blocks','{"block_index":310033,"ledger_hash":"1c844a38fc28e83406c8019615d0c24a1ea84e6ffe4da392d29f353ca676001b","messages_hash":"fc16ab9910e6096fc6ea7d5f404151ed9c2f377241bc006fbea18fbd940e3b46","transaction_count":0,"txlist_hash":"0c2f46b4f4d5f345399be6073d2f72bf689f6a3a20e57c41ccd541cc0bae76d3"}',0,'BLOCK_PARSED',NULL,'6d9801286a9ab79d9c7c049965785635f4c056e9ac53fcfb757a3a351ec8c2dc'); +INSERT INTO messages VALUES(215,310034,'insert','blocks','{"block_hash":"f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208","block_index":310034,"block_time":310034000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c49d3fcf2282ce45539a8efa1799071997c1c5315d9f33da94aa9c98d809e288'); +INSERT INTO messages VALUES(216,310034,'parse','blocks','{"block_index":310034,"ledger_hash":"0533bc0d3bc008b5d65932c569e9f85e3217ea9efbb8937935be93b7a01ec2a8","messages_hash":"eee9b41db4ab7f778262c555956ab1a8bbe1be0a2c34dcd924c3f4366e1890a7","transaction_count":0,"txlist_hash":"9f5f89f0c9821b7de30388b2a0891011612096ac158a70838d4479059a4bfc50"}',0,'BLOCK_PARSED',NULL,'e11771c551baa9df6af71f8925b0779a6c2fb4d2b9987f6ad526350d756774cf'); +INSERT INTO messages VALUES(217,310035,'insert','blocks','{"block_hash":"a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2","block_index":310035,"block_time":310035000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bdac7a3365645a88ee9d047681b7eb727a4de9d75790ed9a620f711b3c046d97'); +INSERT INTO messages VALUES(218,310035,'parse','blocks','{"block_index":310035,"ledger_hash":"b5f0b7406fe3b6dbcbb5c3b28fb8fb119e237f07532f500b422058ba898e5b22","messages_hash":"8131ac68493d21c3488c2c2c38e263135b3ba829ef0ea7b9eb64d53fd1a5221e","transaction_count":0,"txlist_hash":"5847c5ec7d8ad0e27d47b3b6ff7df903c4a67a269aa248e69ee918062e58976c"}',0,'BLOCK_PARSED',NULL,'e4bed2912812800186996a88e7b3a2002fed3562d5a2f137c09e7dae18eb4aa1'); +INSERT INTO messages VALUES(219,310036,'insert','blocks','{"block_hash":"158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76","block_index":310036,"block_time":310036000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fbe97cd9d4acf133d86b15ff390955b694805e32d6f141903165ae2921ebedee'); +INSERT INTO messages VALUES(220,310036,'parse','blocks','{"block_index":310036,"ledger_hash":"7519ac8cdf4c13b25929d913e3858855aca68bcf3fe6d3636e7371894af27f04","messages_hash":"7b0fe5efdd603691ed3ee689ab7841a1f1d50dc026859b45cb078b7702ccb3ac","transaction_count":0,"txlist_hash":"46fea446096a8d96f1f990374d94405f358ef5a3a8bf09aeba2f76977cf867b0"}',0,'BLOCK_PARSED',NULL,'6f0dd6da60c173ec0c6c0a3ab85a85baba488daedc768a2d71a146c93d3d5b98'); +INSERT INTO messages VALUES(221,310037,'insert','blocks','{"block_hash":"563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07","block_index":310037,"block_time":310037000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'825e50785a1aae067ebb0085bc654c4f74a01b4474e688478aed08b5bcda2e08'); +INSERT INTO messages VALUES(222,310037,'parse','blocks','{"block_index":310037,"ledger_hash":"f417da67da0c23d4bc44bbb864de5b94057916e28502641ba70764f44165a1fa","messages_hash":"ad07cb7494f931888b5318a6d7b757affc5c0e9306a31e5df973e3ee0dee05da","transaction_count":0,"txlist_hash":"e372a6531d2f206be5cca17be0f42a75e2e6617499a6dec377c274f7738620df"}',0,'BLOCK_PARSED',NULL,'01c9e8d923f5fd81735478f3c9466d36181612a0278277b9f2775c5b5c683c02'); +INSERT INTO messages VALUES(223,310038,'insert','blocks','{"block_hash":"b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2","block_index":310038,"block_time":310038000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'efd65d6012e2b6a0878866ef691c32b38d39dad04e404ca9c3f4d09ecb5a3b02'); +INSERT INTO messages VALUES(224,310038,'parse','blocks','{"block_index":310038,"ledger_hash":"098eb6f2b0a1c584d969167f50bb55383ab71593ed1f0ca61d83c4513a209107","messages_hash":"9c375409d5a57783c2ef740f8c858f01733b20b7fb9435196e80ec5997677b39","transaction_count":0,"txlist_hash":"da7704f6d661aa255af6e2d3ad713fbca0a0e6296b16e3a364989bcb5a4e38ba"}',0,'BLOCK_PARSED',NULL,'ca80f8d177638855d032c203c4647031e7a98e21621f6135d742670d72af97bd'); +INSERT INTO messages VALUES(225,310039,'insert','blocks','{"block_hash":"5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347","block_index":310039,"block_time":310039000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2490cfdb3be7091bdbf3daf5f01bae7a8132bd5bada0c827a38efa0245d78c2c'); +INSERT INTO messages VALUES(226,310039,'parse','blocks','{"block_index":310039,"ledger_hash":"a4aa60a1320e47c975628f6650d8fdc44b6a729d26a3178031e32fcb48b59491","messages_hash":"7dc2d03bf42ee4242682580df9b8b915bda2c157dee21ffe778ed79e07b00317","transaction_count":0,"txlist_hash":"02eb5dc168a03d3cd067677480b22185a8ad6731e467c0b3bd5a907834e01013"}',0,'BLOCK_PARSED',NULL,'24dbbd4e55deb8037f70701a67559cc460454b07a8a0ff74252371760c7da825'); +INSERT INTO messages VALUES(227,310040,'insert','blocks','{"block_hash":"7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3","block_index":310040,"block_time":310040000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d380f398671c9a626a760ffe9745313f83929a7b3d3068916fdbc824daa189c4'); +INSERT INTO messages VALUES(228,310040,'parse','blocks','{"block_index":310040,"ledger_hash":"cc5b2af6948531b635b18a4b6698efa318190762c8e4419aa9ca3634e7ed5d1e","messages_hash":"8fc6c8df0879be778b34f6a221b78471e62da8fcafe26f86d6f2ab911b6554cb","transaction_count":0,"txlist_hash":"f6ba96a6e3e2e3442722bbc1bd770d3f6f0f4a4ffe57d0858586539f81e868b8"}',0,'BLOCK_PARSED',NULL,'0e30acb27472e8da353e8762abfb12fcbfca2f95db989d3233976f6f23e0e9ed'); +INSERT INTO messages VALUES(229,310041,'insert','blocks','{"block_hash":"5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359","block_index":310041,"block_time":310041000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5934f0ac18d60ca7dd47ae7789cd37245164247d26c2e8f54e06046b481e18d0'); +INSERT INTO messages VALUES(230,310041,'parse','blocks','{"block_index":310041,"ledger_hash":"7ad02b4853bde78025942e9f58c212a76c1828337610347e516d4a359af804b5","messages_hash":"549d7ebb5eff71cad11f3fc9b2fe22132754820acc5af4f65184a079105e05f4","transaction_count":0,"txlist_hash":"d8089b22bc20979dce133885c84c5babb754ff0522d7f2193e1d3157c5251631"}',0,'BLOCK_PARSED',NULL,'95968e48dc56a3d4c51b5739a6893b885acc8ce0dcc3f98311c91815b43eed2f'); +INSERT INTO messages VALUES(231,310042,'insert','blocks','{"block_hash":"826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4","block_index":310042,"block_time":310042000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0cb1900b8a17f0b22808d0a17bf29e3507b71158c7dcb52b3aa69878c2bf0b0c'); +INSERT INTO messages VALUES(232,310042,'parse','blocks','{"block_index":310042,"ledger_hash":"64a91735950113c13603e49ca549fae9b30092a9fc02d53a32a20eaef64ab6ce","messages_hash":"86e3726ad05cf5c13103ac23ce13fdfe9d059baeb7964ee8d63e188e8e9072db","transaction_count":0,"txlist_hash":"554d6b2a2182d87b00111b748a5d904aef85a56b92f1d076ad4f866f0d054041"}',0,'BLOCK_PARSED',NULL,'fe247a90c94384f04ecf1e066b6c8b0ca0508bbe7511cca2f027ec7281153596'); +INSERT INTO messages VALUES(233,310043,'insert','blocks','{"block_hash":"2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51","block_index":310043,"block_time":310043000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'585ad2a9b3e6854bad316c7c423396137b53aa3ed04247260ddc0afb77afce47'); +INSERT INTO messages VALUES(234,310043,'parse','blocks','{"block_index":310043,"ledger_hash":"68107847c7a9dd19612d8b47c1a39cdc446c752f2c05ea8fcd961a42f835d155","messages_hash":"b4bed4395753bda6804a1018a4cc243bf8302362e7382797deeef4805f834f6c","transaction_count":0,"txlist_hash":"f2b1800a73d98a15428bfb5289f7ccbb9d3c66b98fb0a36f00ffce8a78279801"}',0,'BLOCK_PARSED',NULL,'818ed9e2281ef55c067bb8c9a4856622e9f4a002b978a5ac398ff821889db024'); +INSERT INTO messages VALUES(235,310044,'insert','blocks','{"block_hash":"3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b","block_index":310044,"block_time":310044000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f7d283b2708895d9ca849b4be61e1423c53676c050ed2c465e5431f8c70aa36b'); +INSERT INTO messages VALUES(236,310044,'parse','blocks','{"block_index":310044,"ledger_hash":"64d4d51adb6994360b3dbf04663c4f067ba223e62912fe1c5a96a190225bb54c","messages_hash":"56ea97249160d7bc4b22214deb7607798ca47b18e88982c98d821ebd5098d62e","transaction_count":0,"txlist_hash":"ce4365857faa29eb04e638064e4810620f434fe515efe63eb2ac49c3adce6581"}',0,'BLOCK_PARSED',NULL,'cc607876d9e8bd2cf13232abd65a44f68d90d468ed6c0655109bbc572f81091c'); +INSERT INTO messages VALUES(237,310045,'insert','blocks','{"block_hash":"7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98","block_index":310045,"block_time":310045000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d505503a5b99900b882b5ba3c7b6b4f3ca6ec5a0594495eafb891e760f2023f2'); +INSERT INTO messages VALUES(238,310045,'parse','blocks','{"block_index":310045,"ledger_hash":"3ba2d7685f63962f576e9fa94e4d6709ace95249a3064804c3822078c982d11d","messages_hash":"14ca9f208a8c8f091f573882c8e36a6069d6366caeb720c1257daef91bcbb77f","transaction_count":0,"txlist_hash":"94729a0956e8c1b095c9181e01c220b94257ff582e35d87923e3c5ddba3a3566"}',0,'BLOCK_PARSED',NULL,'b4379ee026e4ef007017ab2a74442faf87c63f524baab88a5cb1cab13e51bedf'); +INSERT INTO messages VALUES(239,310046,'insert','blocks','{"block_hash":"47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6","block_index":310046,"block_time":310046000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6905e18da2f2b0c28b376f2ad5be5e350f2614a0e08f6bb0c88beb72d6f84f02'); +INSERT INTO messages VALUES(240,310046,'parse','blocks','{"block_index":310046,"ledger_hash":"6502f277568bed2705c5f496e278e5d99310ff6705751a3999cb4b2bc7d725bd","messages_hash":"d1926ad00ca2dea2466f33df397520e5bd356a62b5924cb9a7fcb22d1b835789","transaction_count":0,"txlist_hash":"0986f1e944c39e36fe955ff092028c51647a9359492f17a76c682b4346be714e"}',0,'BLOCK_PARSED',NULL,'17f293a5d53e3f04be4a29cc11ad1609efad54d5c1c4d09cf666da94ca5b32de'); +INSERT INTO messages VALUES(241,310047,'insert','blocks','{"block_hash":"a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075","block_index":310047,"block_time":310047000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b3171f0dd575bfc106f30c6d419b8272a2a6e7fd7a84aa06a6dbea9118789b62'); +INSERT INTO messages VALUES(242,310047,'parse','blocks','{"block_index":310047,"ledger_hash":"5dae29289f36e64b87d56f9870af0bd5ad77ca45f1093c1a41140ea397945130","messages_hash":"d31e31c81797b574adb1e2184a3ff1b22311e729c13d360aab16008c097802b0","transaction_count":0,"txlist_hash":"f14e3c5de5e186beaed6835c7c61fe2274603bb73e62ebea5899ae2a998e26e2"}',0,'BLOCK_PARSED',NULL,'bfb59909de130d974576c69866ea4c0ab4299be3da521f52ab55defd67893be1'); +INSERT INTO messages VALUES(243,310048,'insert','blocks','{"block_hash":"610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309","block_index":310048,"block_time":310048000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'93bd11f6252745d38667cf969dfd1410ea981d624c8852ebc3bf6bf03b31ff12'); +INSERT INTO messages VALUES(244,310048,'parse','blocks','{"block_index":310048,"ledger_hash":"d5dee49d7b78e2ce4dd2a648e345a52bbfa7e0e76de9e970b1dc0b6aea66c130","messages_hash":"49842cebf6e8a92970d422bdf71181f59c5b0790c1fc24ee8a3a37115dce8de9","transaction_count":0,"txlist_hash":"e31cb01f21f653217b3bff72061a63f3778f45a72a8419988a496d8f388cac1f"}',0,'BLOCK_PARSED',NULL,'01653187d8f6abe1f12ac065b805faaa731529f73a3f17868073daa63255af7e'); +INSERT INTO messages VALUES(245,310049,'insert','blocks','{"block_hash":"4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c","block_index":310049,"block_time":310049000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cb8bf6736718fa50d3896e4325ab23484f3a5610967e238b07bf7f5e686fb8c1'); +INSERT INTO messages VALUES(246,310049,'parse','blocks','{"block_index":310049,"ledger_hash":"2b4c97a93933b8986ebb061d47f2e8bbb1672206058ae3c3ae388bab36b8cbc8","messages_hash":"54df5acb150b006a5c47e508b5436d403a79d87d29595ea85c91add3793ab2a5","transaction_count":0,"txlist_hash":"eb45cf1a49da1dfd4ce7231e8f6da96b7241b0b034884cb2de57dc107723b7a5"}',0,'BLOCK_PARSED',NULL,'5a1548374f4692a5a8b35788894d59c41811b66d25e02d4e6b1381edae260392'); +INSERT INTO messages VALUES(247,310050,'insert','blocks','{"block_hash":"8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348","block_index":310050,"block_time":310050000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f887c77a5995be465ad2fd4ea016931483bb4940c65cfa171d8607a7c0e337f6'); +INSERT INTO messages VALUES(248,310050,'parse','blocks','{"block_index":310050,"ledger_hash":"115913763ca7ef5691512a5c6d47cbd49203aee8a3242928f62640912c935872","messages_hash":"b3c8c69abcaccba69b02ed638d39c39f6adb390d322518a7376130da6a99bee0","transaction_count":0,"txlist_hash":"db0d0812374555812015a2058ea7f6bc8aebb8aa7d2824eeeb26b7b42d75f97e"}',0,'BLOCK_PARSED',NULL,'2c0156fd07cccca44491552141ad7f2c2035bf2b83b289cb3672422e3d34aef7'); +INSERT INTO messages VALUES(249,310051,'insert','blocks','{"block_hash":"b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6","block_index":310051,"block_time":310051000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'69c803184686ac486885007e7f4d1a6bd2ecc89ed53c44e299b993e6b51a8c8a'); +INSERT INTO messages VALUES(250,310051,'parse','blocks','{"block_index":310051,"ledger_hash":"72f24dc53c759a08aeb447d826bf64aad71ca8f4ab9640e30e440e6bc050a0eb","messages_hash":"882e358a097b9d7218e2da92d1e9bf75886553d78314d5c91103ba098ac0b432","transaction_count":0,"txlist_hash":"b3834012ddc576765f337d3dd8b3c916f66711481c0bfa2464f6ec2678d1512e"}',0,'BLOCK_PARSED',NULL,'867b73cd37c98a2d3fe73f0a973d74779e4a3b98e2499c61d579737021265f08'); +INSERT INTO messages VALUES(251,310052,'insert','blocks','{"block_hash":"0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2","block_index":310052,"block_time":310052000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4301f4f8ffafe05d06a6249fe9838595356e564129a215c4771707b2cb9e58e4'); +INSERT INTO messages VALUES(252,310052,'parse','blocks','{"block_index":310052,"ledger_hash":"07846004f2da033bfd113e13040b0d0d605375370b7437e2ca2ea9467fc80c1a","messages_hash":"dafde86430be49ded848818e22431e6fa87c47cd3d6434a5faabbfdf9b5a84f1","transaction_count":0,"txlist_hash":"35357fb0ca94373955c3cdf08be75d20e9665a9632be0df0c90b567875594049"}',0,'BLOCK_PARSED',NULL,'3adf8797927bc6f40e32f4defedcad0cd3949c85b64cfea43b0b95f46e4886c6'); +INSERT INTO messages VALUES(253,310053,'insert','blocks','{"block_hash":"68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f","block_index":310053,"block_time":310053000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'59cdb8b7b8d480f6020a2da4e21d5a2d5590af2afe0282f229d67398b614304f'); +INSERT INTO messages VALUES(254,310053,'parse','blocks','{"block_index":310053,"ledger_hash":"7bf9a701337c043a7268cecca5ff765c24600a2056137cd03e3ead9d64ef2348","messages_hash":"455f1555ac6553e589c3dbda1f38d5e725d8fca51f81cb0a2b54c96a391138f8","transaction_count":0,"txlist_hash":"d177ed9e0bb4b3d77bc5b1a044e724cabb92dee3189747bc1c01d1fee7148fa2"}',0,'BLOCK_PARSED',NULL,'495179d9da92e13f533e675e47bed2caf6bd540d236637b436e063242acec81b'); +INSERT INTO messages VALUES(255,310054,'insert','blocks','{"block_hash":"a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305","block_index":310054,"block_time":310054000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'753ef19f379ea4154d0b5a0b86818b180be03c3b11db261de95b6602e65b99a2'); +INSERT INTO messages VALUES(256,310054,'parse','blocks','{"block_index":310054,"ledger_hash":"d544aec17018203fe2f5c9bda52a5da53d41d3364b8026770d1f620aa53e6c36","messages_hash":"3c0244183470226370c2b3f288d520df8ad05e7ff32101228a0474ef6ae27b9c","transaction_count":0,"txlist_hash":"8a3b92aa200f79e8aff4a849618914f7d39c34ef2ed636d3b5633a2ad2f647ea"}',0,'BLOCK_PARSED',NULL,'0c53c1ec207be2a29619f7d55aa95100ff00c2b3b15eba8c1a44b3fe04c82490'); +INSERT INTO messages VALUES(257,310055,'insert','blocks','{"block_hash":"4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356","block_index":310055,"block_time":310055000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6ceb57be406b6933c8832a51791cc563c543560cd740bcb889d614a4b64f1cd1'); +INSERT INTO messages VALUES(258,310055,'parse','blocks','{"block_index":310055,"ledger_hash":"bd3044c66f7e2c24944a9c938b8f162ac8f566a1338444c219396eadf5179d3e","messages_hash":"5ebd550528653e12f74893d3ca45f5fee001b2e3e7a6aab9d3b008c74c4ad1c6","transaction_count":0,"txlist_hash":"59ce208e69d4e1427791ae237a6db6a05efcd50fa386f4f8f56862c6cc3b12d5"}',0,'BLOCK_PARSED',NULL,'e67fb081e1e6c44aa308afc60150152c3f6c113c29c18eba5332bb5982f51e14'); +INSERT INTO messages VALUES(259,310056,'insert','blocks','{"block_hash":"7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3","block_index":310056,"block_time":310056000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1809d75c49017480cf29bf75c45482a222b7a5e0d539020c9503180ad88f14b6'); +INSERT INTO messages VALUES(260,310056,'parse','blocks','{"block_index":310056,"ledger_hash":"b19346f726636aa9da55af6106a471c596a7f7b93289b70d3d33b45334bca9d3","messages_hash":"5b0e0bc6ae1444fb168d7e1785b78521079fe1335a28c0a5d7c9cbdabf146f33","transaction_count":0,"txlist_hash":"8e9d4b1d3ad7c5e8e479640da0ffd8b7423aee810ff6adc4ae2d37d545169579"}',0,'BLOCK_PARSED',NULL,'35e84c8b32b6bce31d1bca394e8ef2224f8c9fbe163e26119b2e887cf4a6b407'); +INSERT INTO messages VALUES(261,310057,'insert','blocks','{"block_hash":"4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411","block_index":310057,"block_time":310057000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ab8cfc9799c94fbf6211ec1e0d77ed96c15c656c99840c1be1fecb94e014a006'); +INSERT INTO messages VALUES(262,310057,'parse','blocks','{"block_index":310057,"ledger_hash":"35c2ad9ccd3bd68cdb0c4d8fd4e30938521b8559c1cec331a29b1802d649947a","messages_hash":"84bb610678a8af53bd86347d17e8e43a5163bd076a49ede61a9193183324d8e6","transaction_count":0,"txlist_hash":"e14484629fa3aa2e8ce54505b3983d0f33e7727d3dacc5de57a574c2e0c69baf"}',0,'BLOCK_PARSED',NULL,'fad2ada5d4a65438b4f6cd6ee09a377db1771bcd86cd6f763a5c27b1004e7378'); +INSERT INTO messages VALUES(263,310058,'insert','blocks','{"block_hash":"a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f","block_index":310058,"block_time":310058000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f9da82aa8c0306b10a3f6182316a370362f8f8aba03eb81c563e3a1f1d31e845'); +INSERT INTO messages VALUES(264,310058,'parse','blocks','{"block_index":310058,"ledger_hash":"e9a705d6661f0345ffe0f45ae26c0d6ba6bd5a125eef2f0e9558d0702ee6d63f","messages_hash":"6b04cd03f1ceed83db594233143b9b724574aa89ccccecc237537f03f880d87f","transaction_count":0,"txlist_hash":"cfbb1995e2c28020dabca30e98f72afee01b64fe276acacee7e104b22772de65"}',0,'BLOCK_PARSED',NULL,'12a82088505b9c19bfd800e6b0ff71ad59bde01785fed9fc9a8f67b09da47d94'); +INSERT INTO messages VALUES(265,310059,'insert','blocks','{"block_hash":"ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9","block_index":310059,"block_time":310059000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'82e1e54a8b8f83caac9fb01214186ef6321dcc340fcbf9b450d2cc8367945fc6'); +INSERT INTO messages VALUES(266,310059,'parse','blocks','{"block_index":310059,"ledger_hash":"61efe4d33a7f70cae34df86753532aee25fb0b153744acb962142691f6979482","messages_hash":"be95512f75aa49823c3421843feb3656d3f3fad5e18cda24b5dbf8413a46cc3c","transaction_count":0,"txlist_hash":"401b057e48ae9e423f354f7ddbb11e70c0ec2209ef1a26dc7ffd0bf6003f1335"}',0,'BLOCK_PARSED',NULL,'533c048942c184e0c3bb2834d7cdbaf764f626f097bc3c03365cbc12e99515b7'); +INSERT INTO messages VALUES(267,310060,'insert','blocks','{"block_hash":"974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b","block_index":310060,"block_time":310060000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4809b5b87bd653e3acc97efceaf3d7371a13d9b29e813aa33cc52b4aa5ba8e03'); +INSERT INTO messages VALUES(268,310060,'parse','blocks','{"block_index":310060,"ledger_hash":"59d9785e783c59c12783977087ad439b2dacad9ae1ef2be6384bfc9036da9804","messages_hash":"3505a8dc65fcb0785f44d29e9ac51802d9827eb9da12fe3aff1a391a6508528d","transaction_count":0,"txlist_hash":"6010ccb1d9476ce07d8b50633bccb97ecff1a229a0ea7701c802aad32f961be9"}',0,'BLOCK_PARSED',NULL,'8651783d7ea65461cf910606124510b7e525379a6148cbbe11ba128d5b31025b'); +INSERT INTO messages VALUES(269,310061,'insert','blocks','{"block_hash":"35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf","block_index":310061,"block_time":310061000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ed27ee3c0f7be31d6679207e82256b3312bccbc26b2fc10f3bec82353cdf553'); +INSERT INTO messages VALUES(270,310061,'parse','blocks','{"block_index":310061,"ledger_hash":"e257d59ab5dfb01b8396bd12d2fd169f9ac7629365b90bf6e593e627738d3754","messages_hash":"fc4df56bce530a50af8868198145f39ad442fbd71167b84a77bdf0d8b794898d","transaction_count":0,"txlist_hash":"bda63243caec3f70173e1e93a16867ecbcf45d987b6a5f72d1bea54d361f0ed2"}',0,'BLOCK_PARSED',NULL,'8aafc2bf4c0375b5d2cc4cbc0a4a8640f87429e79912b79f9d0c4941236624dc'); +INSERT INTO messages VALUES(271,310062,'insert','blocks','{"block_hash":"b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f","block_index":310062,"block_time":310062000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'44247cbafb331a105a52f5a8790e9b253531de729be2ecd956e09a7b15106a53'); +INSERT INTO messages VALUES(272,310062,'parse','blocks','{"block_index":310062,"ledger_hash":"0dc0317a88a6fc4ac791cd4d45edcf2a142fb83aa2e8a2f299fcac48a2c2e04d","messages_hash":"b38094756f3fe261d82b9a7454601168880896a120c5a6c3533587603da834b3","transaction_count":0,"txlist_hash":"ea9f3db44eb05a8ba1c860cd0a13ea662f84715b59e78a87f49c78377cb6b2c3"}',0,'BLOCK_PARSED',NULL,'76c93a6357af53b948b6e67509a4520e86c9121b7d7d6e81cd72644484f1e1fc'); +INSERT INTO messages VALUES(273,310063,'insert','blocks','{"block_hash":"0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe","block_index":310063,"block_time":310063000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'452800622b0967ce22c7ef8a4885938b414a97c5559f18315e1c946df53bbaaf'); +INSERT INTO messages VALUES(274,310063,'parse','blocks','{"block_index":310063,"ledger_hash":"892d6a49aebb262f2a626a35c0806c488c836c04d33122c2d65ecd8904fe3d85","messages_hash":"ec6d97a0c3d25023a272ac0a81d059afd2c24924410c53f26129a8262ac0c6c7","transaction_count":0,"txlist_hash":"3fc1380f35c9123d16b9ffbeb23c44f24e4d6001406a484ce30ee5758b8ec965"}',0,'BLOCK_PARSED',NULL,'386bf3b3b7bbeb98bf9ae3b21690d0fcb7ec6907f9f10976c8996529868fecc7'); +INSERT INTO messages VALUES(275,310064,'insert','blocks','{"block_hash":"e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30","block_index":310064,"block_time":310064000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'566800b99ad8fbfa28fc5b1bcc873bc669be72bd002fafcc776c3c0f61aee2d5'); +INSERT INTO messages VALUES(276,310064,'parse','blocks','{"block_index":310064,"ledger_hash":"e345abbf8dc42737a9f2dd038534409200d63a9ebf5d1cbf3344ea9413c388c0","messages_hash":"9f9c28fd09fcdcfdd59fc7c78d3169b74eef62ce5fd9536d710e66f5e44feba0","transaction_count":0,"txlist_hash":"be23706267b965eb38fa15ec1ce8c17ed5727bfedba0ca4d4be3db2fd703744f"}',0,'BLOCK_PARSED',NULL,'e58a44d43a56f57e815d401c3759145413efaa9d31e58fe4757ee713c081820e'); +INSERT INTO messages VALUES(277,310065,'insert','blocks','{"block_hash":"8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a","block_index":310065,"block_time":310065000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d89edc60947a7eb9843a8abcf413650d719626dd960fdbf6c5856a23bc89ce88'); +INSERT INTO messages VALUES(278,310065,'parse','blocks','{"block_index":310065,"ledger_hash":"84ec781d054c0602ed97384cd32cd060b938627ea490a7635fa3ac0babba94cc","messages_hash":"5c34f4eaf14300b1660fcd68d347ce50686d161ba0679443c84eb93129289670","transaction_count":0,"txlist_hash":"1f7417cf7a3d9f07e5a8faf658b166c288aff136ee56f244797ef589f9cf98c5"}',0,'BLOCK_PARSED',NULL,'c2d54a0797dc5b79aedf874126438e16d3fe47144eca793edaedbd0a76725433'); +INSERT INTO messages VALUES(279,310066,'insert','blocks','{"block_hash":"b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d","block_index":310066,"block_time":310066000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2b38fa50e13281e6d2a910a60c5ef7cdccfe9d92074b4a1d065abde7649f49db'); +INSERT INTO messages VALUES(280,310066,'parse','blocks','{"block_index":310066,"ledger_hash":"3478612a8bb95c2966891fb4d1b35493a1342364a6f08404b83ac9fdda763aa2","messages_hash":"13b1b6dbdec3a84ddee0f8e00983c311781f02538dd22f83340d07797b00d3ae","transaction_count":0,"txlist_hash":"7b4317e7c2db815ced2d81aaf8efaa6331e475a7a9b3a59041640d43484b1a89"}',0,'BLOCK_PARSED',NULL,'cfca69d2ac8e771e5daba6b8d66d3208a9db8c92596736e7601e2c4f45132159'); +INSERT INTO messages VALUES(281,310067,'insert','blocks','{"block_hash":"8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577","block_index":310067,"block_time":310067000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'30fa53129c67a9245ba95d79c79fb2f16a640376ee46b3a686d5bd2eaceb7996'); +INSERT INTO messages VALUES(282,310067,'parse','blocks','{"block_index":310067,"ledger_hash":"c532c4c5f5e2ae1026ec2582645d9aef06afee46cb9781427a1f40667378ed67","messages_hash":"3aa38609253260e27b909ef0118585e7807911ad0579f5c37bfb6bd43454a767","transaction_count":0,"txlist_hash":"89699fdf437b96128d7eb89a45d58e45d0b829789c6e0b29e8972b48ce5e62de"}',0,'BLOCK_PARSED',NULL,'1d59991703b4531262ea4eaa6668d852a5545de2b386d5ac689520a100a06b06'); +INSERT INTO messages VALUES(283,310068,'insert','blocks','{"block_hash":"9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5","block_index":310068,"block_time":310068000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8327b7e75345b3cdead096817c00170dd834ba6120b3a382f2eaf72f69dfdad7'); +INSERT INTO messages VALUES(284,310068,'parse','blocks','{"block_index":310068,"ledger_hash":"5508189396fa6dfe63a7d06fe97a3073e986eb305bcb49430157f99e3848cd69","messages_hash":"601ff0cc39afc2925a200b9677513ca7b52d713749dcffff2239e6759d5797c0","transaction_count":0,"txlist_hash":"4c49d9334c909f728f3b06a0ef613fb09f6369dd431b7078db5d269cdf9dd4bd"}',0,'BLOCK_PARSED',NULL,'cbbacb734ed55b9d659c486d1c7bb0a982eceba4fc3c21fdfa48d20ba69d0080'); +INSERT INTO messages VALUES(285,310069,'insert','blocks','{"block_hash":"486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7","block_index":310069,"block_time":310069000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9cb39bfe10698e7c52fed9793630a260cdc3e5bb158461c392dddd30172b3b0e'); +INSERT INTO messages VALUES(286,310069,'parse','blocks','{"block_index":310069,"ledger_hash":"9b0b5d09dc7aaffaf5a3603fa2b914c54b04755a5ddbf83476320149f802292a","messages_hash":"db4ec93ac92146da6f69657815cdf8f8d5a19145a1f913eeb0544941458136ec","transaction_count":0,"txlist_hash":"ef4759403c17482a8f8042fb93a5cae1b741085cdbf73e839638fee316044571"}',0,'BLOCK_PARSED',NULL,'202486231cd875df57919a4d9c515f426e9a50f39f94c1f205decf24f61a9d60'); +INSERT INTO messages VALUES(287,310070,'insert','blocks','{"block_hash":"8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5","block_index":310070,"block_time":310070000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7cf2e2c67edaf7b0ee8d22cc678ed0d305ff42eb22def05f54634ac719f43eef'); +INSERT INTO messages VALUES(288,310070,'parse','blocks','{"block_index":310070,"ledger_hash":"2e40d398c2eb131e195a667f1b2b5e8de29e80423a2d0dd3935fad6dd7cc919c","messages_hash":"38e43582f02ae61e76dfc61f5c1bed481eaa4b80d9ef379e628eb36c80f516d5","transaction_count":0,"txlist_hash":"18e3230ce4fdaca025887c118a2f2fa6bcbe81fba5c968301a90b43e27f2c7aa"}',0,'BLOCK_PARSED',NULL,'64bdae20feb66a6f7dcab01671610d01bc07b84e94282c79440dc1d2783bd9e9'); +INSERT INTO messages VALUES(289,310071,'insert','blocks','{"block_hash":"7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b","block_index":310071,"block_time":310071000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'450d23ae0d2535dabdc3c7d81057e2f69950511d3575a4c33f1da29daeb2a72d'); +INSERT INTO messages VALUES(290,310071,'parse','blocks','{"block_index":310071,"ledger_hash":"763d3d949dc16a797f5b8a2f5a27fd34b4636fa3dbf33eabed5db048e1a848b4","messages_hash":"06501c2e5850279e7d3e700dfec665d3a045d3ae27d5d30adc1c2dc7c005c66d","transaction_count":0,"txlist_hash":"7b10cd9561d4a33c7771570925e5a9a879a501ac503004eccc5e60074d2dedab"}',0,'BLOCK_PARSED',NULL,'39e55c2627786877fcb129c40000d854284e16a9aaafc2c69002c20685ada826'); +INSERT INTO messages VALUES(291,310072,'insert','blocks','{"block_hash":"7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a","block_index":310072,"block_time":310072000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c22fd216a214bd3fcb02c264f0f87e92e6e12f2df89c40d7b5274b90097e97c4'); +INSERT INTO messages VALUES(292,310072,'parse','blocks','{"block_index":310072,"ledger_hash":"d9b9d6a52f757604a5652aac64c343a47a928160790963521ce33d125486cb0b","messages_hash":"23510943cb18b7c373615a7acfb97f7cd74fcc0c12bbdb9606026d0f1088ff94","transaction_count":0,"txlist_hash":"deda10c92f292c186698b9b4d371727688a9c0ea194963464fd1c5b429fbbff1"}',0,'BLOCK_PARSED',NULL,'6c24d768bc524af99ac71ccfb4484a4240f1a2a9ff5c294f77916ee77efc0edf'); +INSERT INTO messages VALUES(293,310073,'insert','blocks','{"block_hash":"ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943","block_index":310073,"block_time":310073000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d8f76b0886fe2f0b97806b347a55f7c07441b24738d85ce3e9cbbd5c8c4cc795'); +INSERT INTO messages VALUES(294,310073,'parse','blocks','{"block_index":310073,"ledger_hash":"9c1a650b6029cc982e9e617b619da6d88878453ccea68ff82047581d5cc74e9c","messages_hash":"496499c5e2a361aa31851e635476cede4fa75fcbd9e9b6a409d208dfdb67cd4b","transaction_count":0,"txlist_hash":"26e4cfa82a9ed189ffafa596c7022cab40002c8099b48814f3e7fbc48b01b0fa"}',0,'BLOCK_PARSED',NULL,'076576851099ff769d5c80ccfb69f90c674968e1979226d4dc5039111e21fdca'); +INSERT INTO messages VALUES(295,310074,'insert','blocks','{"block_hash":"ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb","block_index":310074,"block_time":310074000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'74a22499652de8b416209f0543f2fd3a3a49ab724a81c17dae57953294ff99de'); +INSERT INTO messages VALUES(296,310074,'parse','blocks','{"block_index":310074,"ledger_hash":"32d648a0d0b99f6826376e8badb278c06f95a0ab781cd873e2f7f55219953b01","messages_hash":"17b9a598bbaa93bb27cc531a3afd81f202290cb89649a6427f1af1a863e12c11","transaction_count":0,"txlist_hash":"f10d714905f2e84a57e0c792ebf0dd67158f19f352176a571278dce49aaf778b"}',0,'BLOCK_PARSED',NULL,'73e9e736765ae27a367e0af4ed1e2edef39ef8fcee945fc49c1b7e2b970a06ed'); +INSERT INTO messages VALUES(297,310075,'insert','blocks','{"block_hash":"ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b","block_index":310075,"block_time":310075000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2fc0cf3d80538679f1bb9b724a39d17a8c0564ac2ad5b0b4b15a4f42a0f187ea'); +INSERT INTO messages VALUES(298,310075,'parse','blocks','{"block_index":310075,"ledger_hash":"67cd615e67e397cae8195fc8753403563e9100ecd623b2796a46b137ca553be2","messages_hash":"afcea3bba021b5ee1b520fed537f28bcce849ddc60761704181371f1543b2ccd","transaction_count":0,"txlist_hash":"d0c0ffcafa826685b59ef036c4315e79cc688ac1ee43097143debf445f6e638b"}',0,'BLOCK_PARSED',NULL,'a1d58e51fbab3c5526d424101d51ed3d23f5d94fa363119679f5e2acad3f10c6'); +INSERT INTO messages VALUES(299,310076,'insert','blocks','{"block_hash":"3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92","block_index":310076,"block_time":310076000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'70ed7519e2d5aa1ad186d838f78e68dbd0839a108f8b4d4bb3221c4637ca8d92'); +INSERT INTO messages VALUES(300,310076,'parse','blocks','{"block_index":310076,"ledger_hash":"d636f3831cd35437271557e6299024d70c4be6b9a685a4fed61e7d67e61540dd","messages_hash":"d8ad5bbe965e73861851bcb4461fddf2a1e721cb88dc03078882553d78550cfe","transaction_count":0,"txlist_hash":"fb11ef8957cdc599585372679a59440580acb37458ed3da092b22974a4857bb6"}',0,'BLOCK_PARSED',NULL,'651bed315a80b6d0494bf135f9ea7d61871c2e8dde77eeae305afd65cd6e59b8'); +INSERT INTO messages VALUES(301,310077,'insert','blocks','{"block_hash":"d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd","block_index":310077,"block_time":310077000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b122be9e783a30444d165a7637dc566281dd4ef9f28ea6c1fbc95a01e7ec216f'); +INSERT INTO messages VALUES(302,310077,'parse','blocks','{"block_index":310077,"ledger_hash":"abf96247f6b99a24e518d89162c23cffc821d5cae5703f5b7c7c4587e34cdf98","messages_hash":"1438b0b0651b5bcb1cea47bc0ece8b28fa813ffa2305bec73de433f1ae338fad","transaction_count":0,"txlist_hash":"67d8b52c93c5d07ce1a335ea3572f0015a971effdecf921193cca273553466c1"}',0,'BLOCK_PARSED',NULL,'730e00507964d17490edaab3729456dacdb64aaf388af298e65a1d9cea608572'); +INSERT INTO messages VALUES(303,310078,'insert','blocks','{"block_hash":"f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6","block_index":310078,"block_time":310078000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7e349f48164bb2bb6566e2ef58b9a132afbebb852f3a1e0153f8ef9a525fe7ed'); +INSERT INTO messages VALUES(304,310078,'parse','blocks','{"block_index":310078,"ledger_hash":"06aeace2e79321c6776dd1098982e71bfc0baadc55470721022db67a03bd4478","messages_hash":"50fe151f24df16bee1315949a4657a6b793958d91ef7f0de1c663f3ab906d310","transaction_count":0,"txlist_hash":"2e148e6946d39fee7c6d1b320122beb1689903e929397821a63e612d5216326d"}',0,'BLOCK_PARSED',NULL,'464dc833209748cfebb9d5753bc2b96f63719c0d34a0f432f133c037ebc1ee67'); +INSERT INTO messages VALUES(305,310079,'insert','blocks','{"block_hash":"f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c","block_index":310079,"block_time":310079000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'01f7734fef6cfd25ea9e3c7b364a96a1fe4bc2b2f290839c46d439797d4f66cc'); +INSERT INTO messages VALUES(306,310079,'parse','blocks','{"block_index":310079,"ledger_hash":"ba2c7078ee940b14e584459985a5a4785156762135541d40a138c31ff9bfe4fb","messages_hash":"600ae7b6e3568aba3b2ee302c1283076792b65756b210d8ebd399420245fca17","transaction_count":0,"txlist_hash":"63832ac6186f8a8e8091579221ada474b43c36f465ae25ddae4ead963207150c"}',0,'BLOCK_PARSED',NULL,'df785d807c57033413f69fc9ee9bdf7a39d6ddd53f74627f8450cc5776e786d8'); +INSERT INTO messages VALUES(307,310080,'insert','blocks','{"block_hash":"42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c","block_index":310080,"block_time":310080000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8b53e6c737954f937122f9981037b6cd9a78e81fbd75ca3462bed9c48a28e772'); +INSERT INTO messages VALUES(308,310080,'parse','blocks','{"block_index":310080,"ledger_hash":"af327b161ed9fa8022f3efd81b695d25ad9ae8f250a6d08739a40b0883262045","messages_hash":"026d5a89c6029f4326cca216ceeed72b7226707b22a406716c96f8782a99016f","transaction_count":0,"txlist_hash":"47bdbc4933d69cd703c277d9a5e156951ef57791f87f92d16b85c15ab3194061"}',0,'BLOCK_PARSED',NULL,'fc368277ef1335ab9ec676306a53da6501a95e677779bc240f158e72bb15e39d'); +INSERT INTO messages VALUES(309,310081,'insert','blocks','{"block_hash":"6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4","block_index":310081,"block_time":310081000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0389543c2a91c11a2c8861efd435de9503fd241a87d9244316726d7ebed53f38'); +INSERT INTO messages VALUES(310,310081,'parse','blocks','{"block_index":310081,"ledger_hash":"2c4d6568a9c77737c5942fab33613a1ef055ce21b9f0a9b4a42fcdf6e9536a59","messages_hash":"bd6df773e14b216b04f081230f9ba2ed8c939766c308e50a407e65cd7c37ef59","transaction_count":0,"txlist_hash":"7d57db6fdebb83dc0fbd1746eb328a94403f4a66e7e003593fe90c95fdef3e5c"}',0,'BLOCK_PARSED',NULL,'9d34b9dbdb9b74ddb6cce38acd8c44edd9c42bb10f6d7a9c30eabb69f14b878b'); +INSERT INTO messages VALUES(311,310082,'insert','blocks','{"block_hash":"4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644","block_index":310082,"block_time":310082000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6bf86fcf7587b19b158cf8135f3872418ed602efff1f7663c1ffac938c5f72f7'); +INSERT INTO messages VALUES(312,310082,'parse','blocks','{"block_index":310082,"ledger_hash":"0b8dcdff637e5e60ae045d4c7646bd47e6047fc992860c99dd422477b9a90d74","messages_hash":"bcb8ebf5eb6f073d36008175c6ea14bab1f41cbf759a0b89c80e635591d5e556","transaction_count":0,"txlist_hash":"61316fca3bd986c2398fa5dd92a8b874f4a64095691626d695e82e3c30849e27"}',0,'BLOCK_PARSED',NULL,'e200e6fdce471137f93d8ef7a2cf2ba9437150879e16928c69f74d109d53032e'); +INSERT INTO messages VALUES(313,310083,'insert','blocks','{"block_hash":"9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850","block_index":310083,"block_time":310083000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da1fb12ee65c7f93284d9737049d1a39b11a1ff55461025aa537c14015dc2d57'); +INSERT INTO messages VALUES(314,310083,'parse','blocks','{"block_index":310083,"ledger_hash":"eec6578a8bc1f5766427f4753ded18cb97c53e710f5fff8918bbdadb59678f64","messages_hash":"61ebc09d7e5b31890c71da4142fa1eda1ce1c253ffa5c5ad1b8be5c7bf4edc51","transaction_count":0,"txlist_hash":"bc5cabb9579b79f03b329c0e5e3c8652d8b0eccde9563d838890218bcc8bd932"}',0,'BLOCK_PARSED',NULL,'1ff4c6670a8868fb9f2757a46368dfb2d10ca932c230eb0bec6376586a4ffd51'); +INSERT INTO messages VALUES(315,310084,'insert','blocks','{"block_hash":"1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3","block_index":310084,"block_time":310084000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'208c74aa1c793ebdfcc40cff227c767b9e6c3c220ff20647d617ddf107e02204'); +INSERT INTO messages VALUES(316,310084,'parse','blocks','{"block_index":310084,"ledger_hash":"a2b2ed6a61f1c9a3d322a050178c6be119b89d1a0795fa9c9d7484ad8edfcecd","messages_hash":"055632e182e19c8ad0469b17fa3219bcc22a0ef8080f22761d973f12e1ee361e","transaction_count":0,"txlist_hash":"86e50073092182d9a5b37cd2453dd5a7a1af175ad0a1150492d5001510b05e6e"}',0,'BLOCK_PARSED',NULL,'983283da6f765e1985bcfd1a749f5bf6fc75adf4cd41917082ef3806e08a1311'); +INSERT INTO messages VALUES(317,310085,'insert','blocks','{"block_hash":"c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34","block_index":310085,"block_time":310085000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6df0c3cad97a1c1dcb4da77ee505e4e08b92fc4ccd6934603170423eb408f76f'); +INSERT INTO messages VALUES(318,310085,'parse','blocks','{"block_index":310085,"ledger_hash":"02828eaf91883ad16beb5563f9c84cb226269c655a886857b31e5e150a1053ec","messages_hash":"ebc0ecf17718280d4ec0dc9808fcab0ee477b229d013cf07a2300f923cd4aede","transaction_count":0,"txlist_hash":"bf59d4fe42c11ab04792ba5c95cfd811a6ddf18e125daebb93695bdd829736c3"}',0,'BLOCK_PARSED',NULL,'5b679ff2c30d4949b416c7694b6c6214cdc00b3d01cefdeedbe507fa69fff9bb'); +INSERT INTO messages VALUES(319,310086,'insert','blocks','{"block_hash":"080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78","block_index":310086,"block_time":310086000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'028ab0ea608011ecd3f267ee3c1556cc7682353bbbdbb294d186d0bd73d18786'); +INSERT INTO messages VALUES(320,310086,'parse','blocks','{"block_index":310086,"ledger_hash":"5427b45ed778796c26d0d2ddf73e975856cc9ae081c36762e78d046f6cfc376c","messages_hash":"3c2e8a2dde1875ed1a1c2977cef56cf3e5644c47adf00459cab3e58467405567","transaction_count":0,"txlist_hash":"ca0801d366e8dc44c01db11f67594bcb3ea3e81a3031cee93d24683b82185461"}',0,'BLOCK_PARSED',NULL,'0c40108b06d49b5c82881a3c2776fa945194a13f865033839c375f2511525164'); +INSERT INTO messages VALUES(321,310087,'insert','blocks','{"block_hash":"4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c","block_index":310087,"block_time":310087000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'110e893cbcd93af61367461427ebce77f1b087f3d27356e3c30c47b8eed3440d'); +INSERT INTO messages VALUES(322,310087,'parse','blocks','{"block_index":310087,"ledger_hash":"34c2664f81b1bbb53c728636097bc4b7cede67bb318ddcc5e5e6b5735bcc55a7","messages_hash":"8c82523eb156fc41b451a167c2f29875c412f06a3747955b7761b160e0f3463b","transaction_count":0,"txlist_hash":"321bd59dc3c2996a1a2a6f74905f89a8db172b3b2b35a2d1cbfc6d06f49d09c9"}',0,'BLOCK_PARSED',NULL,'de1ab661c1ee8fc132f5f9516583d1994ee01f659f70876e1b1be14e413113df'); +INSERT INTO messages VALUES(323,310088,'insert','blocks','{"block_hash":"e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3","block_index":310088,"block_time":310088000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'58152d3aa9b44d673c6f531749e2d9320b2608ca76025046625747557e54586e'); +INSERT INTO messages VALUES(324,310088,'parse','blocks','{"block_index":310088,"ledger_hash":"14615dfa6194665d43cf2f495b8f65fb9efa04c2e90885172d229ad4a9dd2358","messages_hash":"779fd281deb8d82c1e231d7f1693d1485ef02a37b30e790c47b025968d764aba","transaction_count":0,"txlist_hash":"3ef6f8bdf30073f297852db2b7036374e3d2c1e91b0d087cb2c6c88e400de110"}',0,'BLOCK_PARSED',NULL,'dee51159dd235c597a69802214db201c3a4a81e51b0f93efbec6d568c5d509e9'); +INSERT INTO messages VALUES(325,310089,'insert','blocks','{"block_hash":"0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33","block_index":310089,"block_time":310089000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f5955e7e8e639502740547b30a5720044dd448861a98cac22d00e615db2c0edb'); +INSERT INTO messages VALUES(326,310089,'parse','blocks','{"block_index":310089,"ledger_hash":"fc0f077548225d481384a1aba2d91ed4ec8b2df0f0a57ab603305c615672b25f","messages_hash":"0d851677c2c1f61a4ca146da8fe61426ec1136b3f1d0b63024dd9bb863e57f7d","transaction_count":0,"txlist_hash":"0788356af4b45cc44c143c457d069e64d54aa12703f8c376cf3b98827052c173"}',0,'BLOCK_PARSED',NULL,'b6671597005c9972078e2b797bf961b8c301e22bb6585b81d889b2c0195f3ffe'); +INSERT INTO messages VALUES(327,310090,'insert','blocks','{"block_hash":"b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969","block_index":310090,"block_time":310090000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6cac9c81ad41dc53361914f3a168540bf6c8c176dabd4c39790d25d4fe1c382e'); +INSERT INTO messages VALUES(328,310090,'parse','blocks','{"block_index":310090,"ledger_hash":"5749263295014a597071acf2293fcd185d02a6a7b3a96df859aae3bf146b276e","messages_hash":"fcc749dee991914d22e2ddb470999d389b9748d99c53b9a3f0361046fc7cb3a4","transaction_count":0,"txlist_hash":"02938682157ea8b10c49e9d87ed444c1303a952a00f6acfe33a1661e84868cc8"}',0,'BLOCK_PARSED',NULL,'6573975ea518ea04d868c3b29d9b4d0ac7ee2246cb61afe6cc84da9bf2a660c8'); +INSERT INTO messages VALUES(329,310091,'insert','blocks','{"block_hash":"734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c","block_index":310091,"block_time":310091000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'224ea40fa2bc3bb43f7627091c70b7733469b67b745d800600540dfc7316151f'); +INSERT INTO messages VALUES(330,310091,'parse','blocks','{"block_index":310091,"ledger_hash":"ae369a1ec3e4f2aea602eab8c7ab1181cacd6b8d01582c96c4771fdd7b3de771","messages_hash":"014922799d8b719aec3f95526e7913871795505e5fbb7cb193c57d27b42fb767","transaction_count":0,"txlist_hash":"04aaa17c2a3dacf6c38b16ed63d70aea7b9546dc7e733dd51a3c08248ca13eb1"}',0,'BLOCK_PARSED',NULL,'d56a7ff04994a0612430bf8c0d168705de5a746c51a034d888b00554e5f19c9c'); +INSERT INTO messages VALUES(331,310092,'insert','blocks','{"block_hash":"56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d","block_index":310092,"block_time":310092000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2db7f7bdce9ef6dc375d6e2bab4bb5ffa454564c32955183b34bddd30e92ed2c'); +INSERT INTO messages VALUES(332,310092,'parse','blocks','{"block_index":310092,"ledger_hash":"06a2ac591c418d2b01c74edf2524100afd1140c3933f32120c4cc3180c1de3f0","messages_hash":"56d84406dade7fdfdc5fef9dbad01084861747a4aaa8d50c1f7018054ae237ca","transaction_count":0,"txlist_hash":"421eb90f1258261c97512745b3543fee15ae8d17769d523646033851abde9c75"}',0,'BLOCK_PARSED',NULL,'1b41e80f5e3b9d79743cd6d9d8d4031f5a21c028a2c55429e5fbf5734eb93951'); +INSERT INTO messages VALUES(333,310093,'insert','blocks','{"block_hash":"a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc","block_index":310093,"block_time":310093000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dd8d02940704b75d1561eafc57e116cb567bc7150c1aa8a6fbd97ee05f39c38a'); +INSERT INTO messages VALUES(334,310093,'parse','blocks','{"block_index":310093,"ledger_hash":"cdf0ae4d5d06b8735e3e62f5a76a902fee40742fc760578dae98b43635f2e57a","messages_hash":"fd94db5f468dc6b959857930c965e3be89af455ef1acc17a0b5707eb4956159b","transaction_count":0,"txlist_hash":"cbe924452487ba251291d1bf1ec518a7233eda0aa956d002bc2e0933d0057c53"}',0,'BLOCK_PARSED',NULL,'237a7e2176d246744b7d47cae8fa52909f5592d1c3637625a46ad64ed95fc453'); +INSERT INTO messages VALUES(335,310094,'insert','blocks','{"block_hash":"2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23","block_index":310094,"block_time":310094000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5d4882fcd175d633011ff5c2be97dda9ad49e21d518645eddb30a1374374d162'); +INSERT INTO messages VALUES(336,310094,'parse','blocks','{"block_index":310094,"ledger_hash":"77d836433add0cf3f7691884ec1607dde9a3996df00128703644527fb096bab5","messages_hash":"11b99f6fe98a4e91d67c45e874ae0f98ad34b89fcf6d9e8e01158f6658d0c849","transaction_count":0,"txlist_hash":"2dad9d43a8612157867a046cc0dbc8939f30c41cc8f527a1e184c93004cca63e"}',0,'BLOCK_PARSED',NULL,'981644921180191b6f6fa3a39f38d06c633202898389e1eb5d5f92ce2ba0e6b2'); +INSERT INTO messages VALUES(337,310095,'insert','blocks','{"block_hash":"bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2","block_index":310095,"block_time":310095000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'56285899bc71ec5eaded37a54e392423b21d6e5b7ccebb2a9ffb82352126dbc1'); +INSERT INTO messages VALUES(338,310095,'parse','blocks','{"block_index":310095,"ledger_hash":"770a0187b5c98725dc32e15a414b9323030f407749fcb0652b1e1f2e4e762e7e","messages_hash":"a15a2ac7efcb4669c7b96787f6e260e50d992958983d6a8c5e7616cae82b3b54","transaction_count":0,"txlist_hash":"251e12514d80ad256c13398d257708ad2dfb3b70db674695a8d72d977337ac90"}',0,'BLOCK_PARSED',NULL,'ab79183a80f983c2f958e6f378e1af7cc9c04f0ecdef9443d32805c24f4436ca'); +INSERT INTO messages VALUES(339,310096,'insert','blocks','{"block_hash":"306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f","block_index":310096,"block_time":310096000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1640b87ba3ecda367e12aaac87de3d292e680c15e74945ec09b45ae681fc3990'); +INSERT INTO messages VALUES(340,310096,'parse','blocks','{"block_index":310096,"ledger_hash":"567e91f9456ecd020fbd2fe940d796ac976981485f870db8cb0bc41d77a0fd0f","messages_hash":"dea32eb1239deb4f3090277b9fb5efdb7ef693a495a87a458846f627d1fbdee3","transaction_count":0,"txlist_hash":"48924c125c80fbe8887ff318ebbab0edf8629e604eed0561dd48444bc4acdab3"}',0,'BLOCK_PARSED',NULL,'0642b245ca1ffb2ff066c7ea5dc333007e001a72e338e02cbfba32a8527aefb7'); +INSERT INTO messages VALUES(341,310097,'insert','blocks','{"block_hash":"13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf","block_index":310097,"block_time":310097000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'839416bc4850d863bf214d534f49846f59c8b59dc7d655d749e732e2693d159b'); +INSERT INTO messages VALUES(342,310097,'parse','blocks','{"block_index":310097,"ledger_hash":"447ceafb93aeb346eb98d87db46f07f4d1f51ffde3d44adc6056a624bea3b0c3","messages_hash":"9c2f828038748251b0d90b1f670a420e41795017d48faf82d0907f099fb17b7d","transaction_count":0,"txlist_hash":"213f5672119909ebcda9f987e3bf69dd0404134584b36c56acdd3596a1ea6881"}',0,'BLOCK_PARSED',NULL,'d45d0ac44769f9558a1a456650753aa79ec4c0ec6f0ed760b7ea25b20b52aa98'); +INSERT INTO messages VALUES(343,310098,'insert','blocks','{"block_hash":"ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca","block_index":310098,"block_time":310098000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'413b60ffcfaa1c0691bbfae7a481c6373834c2ea1fbbe474d7596b406ec855c8'); +INSERT INTO messages VALUES(344,310098,'parse','blocks','{"block_index":310098,"ledger_hash":"f510ec6201f4eb850d4f62b399d0d360d0d8cca7e3d955f849ad59a22fba1677","messages_hash":"d4676ecdb10ffa9ab960b5c939677d39a101a3c8dd473b3edf00a3395d806c44","transaction_count":0,"txlist_hash":"e504e97b361e32b0256aeb1640291eeda547dc564043835013086c87f5e637c2"}',0,'BLOCK_PARSED',NULL,'bbb5e9dee235f6b5f27f3288bc633c68163835b6d68e42c56c7601f9db74adfd'); +INSERT INTO messages VALUES(345,310099,'insert','blocks','{"block_hash":"3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a","block_index":310099,"block_time":310099000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1dbb4cc09107debc9653f5f683c2a7d707f84c5696873a9628adcb97542457a5'); +INSERT INTO messages VALUES(346,310099,'parse','blocks','{"block_index":310099,"ledger_hash":"1f956e2c07defac832b7c90982c1e7a1192988c4d1e622b54b40b78065deafef","messages_hash":"daa5d9d288286e3c06a3d9d78078fec373dd1c1290aedb46c97f486e099828f5","transaction_count":0,"txlist_hash":"891969418c97f41be742eeb562f39cfe92543c159095f58c5f58c8c2b0274423"}',0,'BLOCK_PARSED',NULL,'13da7ef0b330d5ccf21bbf7389db1e2898f76018c50d9549c510206db2c574f5'); +INSERT INTO messages VALUES(347,310100,'insert','blocks','{"block_hash":"96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb","block_index":310100,"block_time":310100000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'94330033b7ac8a63a15603e4bec25a269ca852dc81ca68d879f2d9d03b9fcadc'); +INSERT INTO messages VALUES(348,310100,'parse','blocks','{"block_index":310100,"ledger_hash":"ac4cc3e01feb10ba2211afdff4ec43a4ce13a12e1a90dc6f675c390e6395b1e3","messages_hash":"e2b3759a65519e4bfa5358fe07acaabf845fddaf82a59c12a90618382fbb3875","transaction_count":0,"txlist_hash":"71e61b2d7aca45ccd7cfb6bda957b18fa076cc16bcbbfb63668e4c4f2749b7f3"}',0,'BLOCK_PARSED',NULL,'d92c1176ad693527c3380083402573a7b73b72e9fa38829a72e6917ec6f713e9'); +INSERT INTO messages VALUES(349,310101,'insert','blocks','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8a61693f32cfebadb6881267b6b620702fd6c1c2907849728bd5a23cb6139848'); +INSERT INTO messages VALUES(350,310101,'parse','blocks','{"block_index":310101,"ledger_hash":"0a4bb35bf922a8175ef5559e74084d32caa16f599df84adb5e255de26b92c1c4","messages_hash":"8cb56f1e54ddcb7d5ebea5e6425024b85c28a055a21e073258aa43ac734bc85b","transaction_count":0,"txlist_hash":"e716e04989e254c2ed5b1c4b81026153d5799edb5a676adea5b7efb930940b30"}',0,'BLOCK_PARSED',NULL,'afef625b7c99db5d331752d8465cdab94073c3feb0102bf1f0609923318e7e5a'); -- Triggers and indices on messages CREATE TRIGGER block_update_messages BEFORE UPDATE ON messages BEGIN @@ -1295,8 +1312,6 @@ CREATE TRIGGER block_update_broadcasts END; CREATE INDEX broadcasts_block_index_idx ON broadcasts (block_index) ; -CREATE INDEX broadcasts_status_source_idx ON broadcasts (status, source) - ; CREATE INDEX broadcasts_status_source_tx_index_idx ON broadcasts (status, source, tx_index) ; CREATE INDEX broadcasts_timestamp_idx ON broadcasts (timestamp) @@ -1440,32 +1455,33 @@ BEGIN TRANSACTION; -- Table issuances DROP TABLE IF EXISTS issuances; CREATE TABLE issuances( - tx_index INTEGER, - tx_hash TEXT, - msg_index INTEGER DEFAULT 0, - block_index INTEGER, - asset TEXT, - quantity INTEGER, - divisible BOOL, - source TEXT, - issuer TEXT, - transfer BOOL, - callable BOOL, - call_date INTEGER, - call_price REAL, - description TEXT, - fee_paid INTEGER, - locked BOOL, - status TEXT, - asset_longname TEXT, - reset BOOL, - description_locked BOOL, - fair_minting BOOL DEFAULT 0, - PRIMARY KEY (tx_index, msg_index), - UNIQUE (tx_hash, msg_index) - ); -INSERT INTO issuances VALUES(6,'57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406',0,310005,'BBBB',1000000000,1,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',0,0,0,0.0,'',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(7,'6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975',0,310006,'BBBC',100000,0,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',0,0,0,0.0,'foobar',50000000,0,'valid',NULL,0,0,0); + tx_index INTEGER, + tx_hash TEXT, + msg_index INTEGER DEFAULT 0, + block_index INTEGER, + asset TEXT, + quantity INTEGER, + divisible BOOL, + source TEXT, + issuer TEXT, + transfer BOOL, + callable BOOL, + call_date INTEGER, + call_price REAL, + description TEXT, + fee_paid INTEGER, + locked BOOL DEFAULT FALSE, + status TEXT, + asset_longname TEXT, + reset BOOL DEFAULT FALSE, + description_locked BOOL, + fair_minting BOOL DEFAULT FALSE, + asset_events TEXT, + PRIMARY KEY (tx_index, msg_index), + UNIQUE (tx_hash, msg_index) + ); +INSERT INTO issuances VALUES(6,'57b34dae586111eefeecae4d16f6d20d6447efa974b72931f7b2cd0f39890406',0,310005,'BBBB',1000000000,1,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',0,0,0,0.0,'',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(7,'6163ab5e7282e43a2f07a146d28b4b45c55820ee541881bc98d2592f4e6ba975',0,310006,'BBBC',100000,0,'3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3','3_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_3',0,0,0,0.0,'foobar',50000000,0,'valid',NULL,0,0,0,'creation'); -- Triggers and indices on issuances CREATE TRIGGER block_update_issuances BEFORE UPDATE ON issuances BEGIN @@ -1473,8 +1489,6 @@ CREATE TRIGGER block_update_issuances END; CREATE INDEX issuances_asset_longname_idx ON issuances (asset_longname) ; -CREATE INDEX issuances_asset_status_idx ON issuances (asset, status) - ; CREATE INDEX issuances_block_index_idx ON issuances (block_index) ; CREATE INDEX issuances_issuer_idx ON issuances (issuer) @@ -1485,8 +1499,6 @@ CREATE INDEX issuances_status_asset_longname_tx_index_idx ON issuances (status, ; CREATE INDEX issuances_status_asset_tx_index_idx ON issuances (status, asset, tx_index DESC) ; -CREATE INDEX issuances_status_idx ON issuances (status) - ; COMMIT TRANSACTION; PRAGMA page_size=4096; @@ -1696,8 +1708,6 @@ CREATE INDEX rps_status_idx ON rps (status) ; CREATE INDEX rps_tx_hash_idx ON rps (tx_hash) ; -CREATE INDEX rps_tx_index_idx ON rps (tx_index) - ; CREATE INDEX rps_tx_index_tx_hash_idx ON rps (tx_index, tx_hash) ; CREATE INDEX rps_wager_possible_moves_idx ON rps (wager, possible_moves) @@ -1868,14 +1878,10 @@ CREATE INDEX dispensers_last_status_tx_hash_idx ON dispensers (last_status_tx_ha ; CREATE INDEX dispensers_source_asset_origin_status_idx ON dispensers (source, asset, origin, status) ; -CREATE INDEX dispensers_source_idx ON dispensers (source) - ; CREATE INDEX dispensers_source_origin_idx ON dispensers (source, origin) ; CREATE INDEX dispensers_status_block_index_idx ON dispensers (status, block_index) ; -CREATE INDEX dispensers_status_idx ON dispensers (status) - ; CREATE INDEX dispensers_tx_hash_idx ON dispensers (tx_hash) ; CREATE INDEX dispensers_tx_index_idx ON dispensers (tx_index) @@ -1901,6 +1907,7 @@ CREATE TABLE dispenses ( asset TEXT, dispense_quantity INTEGER, dispenser_tx_hash TEXT, + btc_amount INTEGER, PRIMARY KEY (tx_index, dispense_index, source, destination), FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -- Triggers and indices on dispenses diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/parseblock_unittest_fixture.json b/counterparty-core/counterpartycore/test/fixtures/scenarios/parseblock_unittest_fixture.json index ed1c7f6e0b..bfba7b8fe5 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/parseblock_unittest_fixture.json +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/parseblock_unittest_fixture.json @@ -180,10 +180,10 @@ "fairmint": "0100000001d8e1083f44827cf8cdab0d756ee5f26c3eb7123c4adbdce79128cca165394c6f010000001976a9148d6ae8a3b381663118b4e1eff4cfc7d0954dd6ec88acffffffff020000000000000000216a1f8a5dda15fb6f0562d1472f51675da45cf5224a94c9fedca4761c7f0b5ba46f71bce505000000001976a9148d6ae8a3b381663118b4e1eff4cfc7d0954dd6ec88ac00000000" }, { - "attach": "0100000001e704373bbc10d611f464c094c1299796ce927b84885f51c9b3490ca50103d1c3010000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788acffffffff0336150000000000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788ace80300000000000069512103cf4ccc12f76f0562d26346240712a35df7667fa3f0cceb97452b4d3227965f4321029ea8cc75076d9fb9c5417aa5cb30fc22198b34982dbb629ec04b4f8b05a07134210282b886c087eb37dc8182f14ba6cc3e9485ed618b95804d44aecc17c300b585b053aeab092508000000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788ac00000000" + "attach": "0100000001e704373bbc10d611f464c094c1299796ce927b84885f51c9b3490ca50103d1c3010000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788acffffffff0310270000000000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788ace80300000000000069512103cf4ccc12f76f0562d26346240712a35df7667fa3f0cceb97452b4d3227965f4321029ea8cc75076d9fb9c5417aa5cb30fc22198b34982dbb629ec04b4f8b05a07134210282b886c087eb37dc8182f14ba6cc3e9485ed618b95804d44aecc17c300b585b053aed1f72408000000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788ac00000000" }, { - "attach": "010000000102af911cd075fe7450186580928fb9b87665bd0fccadf663f34752ac5e88a3c1020000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788acffffffff0336150000000000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788ace80300000000000069512102cb4ccc12f76f0562d2635a2e0127c12485563adfc1b0eb97452b4d3227965f8421029ea8cc75076d9fb9c5417aa5cb30fc22198b34982dbb629ec04b4f8b05a07134210282b886c087eb37dc8182f14ba6cc3e9485ed618b95804d44aecc17c300b585b053aeabd22408000000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788ac00000000" + "attach": "010000000130da8cee3d66a93fe9daf5495d5d9be1f3f0f6117fde162ccb2021a2658d5ef7020000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788acffffffff0310270000000000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788ace80300000000000069512102cb4ccc12f76f0562d2635a2e0127c12485563adfc1b0eb97452b4d3227965f8421029ea8cc75076d9fb9c5417aa5cb30fc22198b34982dbb629ec04b4f8b05a07134210282b886c087eb37dc8182f14ba6cc3e9485ed618b95804d44aecc17c300b585b053aef7ae2408000000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788ac00000000" }, { "issuance": "0100000001ec1559a2f51aca1f954491eb75ce429d2d37a5750deea75cd8b425289d213498010000001976a9149c8d1f5405451de6070bf1db86ab6accb495b62588acffffffff02e80300000000000069512102e24ccc12f76f0562d2061e67436e926de4c4a6091bcceb97452b4d31cf965f8221039ea8cc75076d9fb9d0151fd6bf10984b6afb51f65ede10ede02a3cf860d471e521025bc8fb22d87eb72fb5e297803ab9aa3ace5bf38df4e23918b876fd3ea0cdd7b853aec3edba02000000001976a9149c8d1f5405451de6070bf1db86ab6accb495b62588ac00000000" diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/parseblock_unittest_fixture.log b/counterparty-core/counterpartycore/test/fixtures/scenarios/parseblock_unittest_fixture.log index 8f2a871822..537d4c5702 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/parseblock_unittest_fixture.log +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/parseblock_unittest_fixture.log @@ -12,10 +12,8 @@ SQLITE_LOG: statement aborts at 13: [CREATE TRIGGER IF NOT EXISTS block_update_f BEFORE UPDATE ON fairminters BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); END;] databa (17) SQLITE_SCHEMA -SQLITE_LOG: statement aborts at 11: [SELECT name FROM sqlite_master WHERE type='table' AND name='config'] database schema has changed (17) SQLITE_SCHEMA SQLITE_LOG: statement aborts at 27: [INSERT OR REPLACE INTO config (name, value) VALUES (?, ?)] database schema has changed (17) SQLITE_SCHEMA Cleaning `transaction_count` table -SQLITE_LOG: statement aborts at 11: [SELECT name FROM sqlite_master WHERE type='table' AND name='config'] database schema has changed (17) SQLITE_SCHEMA Initialising asset cache... Asset cache initialised in 0.00 seconds TX Construct - Transaction constructed. @@ -151,9 +149,9 @@ TX Construct - Transaction constructed. TX Construct - Transaction constructed. 20 A160361285792733729 minted for 200 XCP by mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns TX Construct - Transaction constructed. -Attach XCP from mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc to utxo: e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0 (c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02) [valid] +Attach XCP from mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc to utxo: 57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0 (f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30) [valid] TX Construct - Transaction constructed. -Attach DIVISIBLE from mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc to utxo: 74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0 (a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726) [valid] +Attach DIVISIBLE from mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc to utxo: b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0 (6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881) [valid] TX Construct - Transaction constructed. Issuance of 1000 TESTDISP by munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b [01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1] (valid) TX Construct - Transaction constructed. diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/parseblock_unittest_fixture.sql b/counterparty-core/counterpartycore/test/fixtures/scenarios/parseblock_unittest_fixture.sql index 3437ce663e..0fef5c5dc2 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/parseblock_unittest_fixture.sql +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/parseblock_unittest_fixture.sql @@ -19,715 +19,715 @@ CREATE TABLE blocks( transaction_count INTEGER, PRIMARY KEY (block_index, block_hash)); INSERT INTO blocks VALUES(309999,'8b3bef249cb3b0fa23a4936c1249b6bd41daeadc848c8d2e409ea1cbc10adfe7',309999000,'63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223','63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223','63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223',NULL,NULL,0); -INSERT INTO blocks VALUES(310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'cf0ea1d313e22ba5f413075b88e07dffc5c00e59f95eeb6d6dec935bd77f5ae4','f06c23e6040a063ed59693baa0d63492dce64e1debc7455b22f5535c9dfbdc67','b212954e6ee1490c4671ffc0817eccb0d9bb4c729b599eeaa722513ccb4c883d',NULL,NULL,1); -INSERT INTO blocks VALUES(310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'11461f972c4cd85c87b5abfedb3cee589d09e945570d34564dcde6f4df9d2b57','ff8358e8c8b2cb9a1765deadb77bdfc6eae05a844831a0a8c8820d416d54446e','0e2dc86cf7fad0df5465e63178b89d1df9c45e474cff39175a31557795cc80da',NULL,NULL,1); -INSERT INTO blocks VALUES(310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'355d92f841de89a1d97c3b2ea7623959ea4494bb62ea7e67ad359beb68caca8c','b17176b511fdea4cd899cfaf83f2e12193a4c92d1b199f18f590eb4fed90fa25','ecab7df994ae52f2b33359c48ee70b9eefc192e354d8001004193b11a473b0e3',NULL,NULL,1); -INSERT INTO blocks VALUES(310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'edcd7e344fb5cca16999f025594890b8b54543555e61eb3807406bb4204677f2','b6dffe5b8c1f483c3c20832d23dddd7b530afe7ac1f3f57f433da59d83b48f06','07b39fe826dc81221808efed56c541935a54a764c9599d5a3b94983b05705545',NULL,NULL,1); -INSERT INTO blocks VALUES(310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'abd71a31bc1f8a072761b23a5bc2976731ebdf305d1d7d33922e93573f308129','3da72b0c813432f47a3a70887dfd29350d270e9ebaca9875ed6304c91888e387','3320a2669d0684b362bec3faf7e73ae272f866e95ef581d8083030c372e44795',NULL,NULL,1); -INSERT INTO blocks VALUES(310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'0c3914f9676e506a96e6db793f15200ef33087cd47de4d27628849013a391daa','2d59f139907859f9108360f7fa4695101a6b5ef0b7dd0e56c2dd41641e58e9af','63a7957eda022b56b21c330252e25c00991d7559c0d1c4c0fd743be972baeed6',NULL,NULL,1); -INSERT INTO blocks VALUES(310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'57ff5f34a9e418b179db9003414c5f3bdfa7feeb538f24071b23d024a3d05df0','a4a6fb433e6c49968fded16954502c472b0d21b74c6cce8d08c8c53c00f2781e','f1ec09af67d51677f20a0462711cd5841b16d4aafbdd0a96d01acfb39260d0f5',NULL,NULL,1); -INSERT INTO blocks VALUES(310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'bfed530458339aab02ff75ad76738569dc6997c7a35d4452351678b04e022f68','ce20264c332892b0a5e0c3e2d4b63d02c901fa2c3f8c5171b2896b50c82ea0af','b601f4f6a0700b665e728f760e0198a87e2b1918d5fde57767ab7473d30d3f08',NULL,NULL,1); -INSERT INTO blocks VALUES(310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'d4feec997754d11a1502e5351ed62fcfbfcafb770e19a37da41d1d88b7b45ed4','d25c9f48fbbe2010a62cad729d45b658a2caf9a7c9abc65a30e2a7fc47bc83e5','9d778b66e04e924e6ebf9732952dde02765ad908f5ba82a0e4ffc7ed46e20c5d',NULL,NULL,1); -INSERT INTO blocks VALUES(310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'4ab5ff9e71bbc83956557fb5abec98372fa38e5580838fb258b2d831bfc4d9ea','173e769e0b4fa951ef0267c7e218f3a473d9a5857b0880d654a2181f244c92e2','6ee8ecb9e3e58dad838070f61994ada40e19646f710be023d4bf60c1a6704617',NULL,NULL,1); -INSERT INTO blocks VALUES(310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'1909ef40a24263776cb9e0d52a690048b50728855a0fe4b0e1ba3834a9e401c1','7d1ef03dad99c4bdf7a8e5af7209a136c8ac392922dd3afdbcc0446ea1f5f604','33f718b26a4f83fa726086520a32ba87d2df38b888ac2a0f80a5fd23b955ae67',NULL,NULL,1); -INSERT INTO blocks VALUES(310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'c3d51a5f2df90c089844ba4de7d5541f6051490aa1389e5945a7bb91d49e3589','86ebe5be8b9443f411adcd49e7443a34941979c0c6bf40136a3b44193024abfc','e78e0f7336d6a637a099d03c56625b64cd011a98092bea219f849c5e42507789',NULL,NULL,1); -INSERT INTO blocks VALUES(310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'a9dc31556d38b118eeb0bcbb3a374a0ed79adec4eb23e00c80c0599ba97c9a7a','5a729b250068fe7b175a540b66a30326344514e357023184540ef97bae5e16e7','3e8ba141f5d5ee6a0b0c6a719fc8ccadfd1627425066e1dac5aaa05390a67da6',NULL,NULL,1); -INSERT INTO blocks VALUES(310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'e72be5070d0a5853631d902d334e8b88eddf6e79616373311babc4a0a27dd3d8','1294e3d0871b0c2297d9980ed46bfa3563b33b202b426949dadeeba7075b4bc7','61f7ce6ee71c1c688d64a3b20381a00d3032ddf71f0a50ec96144cc604229239',NULL,NULL,1); -INSERT INTO blocks VALUES(310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'cb0962222af917dbac2a11465c22cd80770c0b3cdb8bdc0870c99a8116745c9e','d5431af170b331497d8967969820632880473d06dae0d06fa7ffc93a0cb90180','eb796c437f9ed8a37bd583d1e627563d5c465368514a0c6670aa804d79bd3a7b',NULL,NULL,1); -INSERT INTO blocks VALUES(310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'6ff899433f22546c41a15f20b4c66913c747931500fee10d58c4a17b9e2f0c88','b77c1d69b3ac7348e336cce9948f982efafa1cb56cbdde85fe9f49a73871ba3b','295ef05a060f3151efdc7cc08f3e5c14010ad1080757a99fe08db0a201629de8',NULL,NULL,1); -INSERT INTO blocks VALUES(310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'ec66a06cde401b66917c6d1d4e1ee8893405cfbf0474560d9997d6960c8af710','6d3d469ad1b72a67ee50d8a7c6c57069da3a0e2e9d12a23a30bbf4f2ccc64cb6','9f4ca0a211fdaf464907f145ebb8428e94e4861d35cda47f72efb3170c196871',NULL,NULL,1); -INSERT INTO blocks VALUES(310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'b2053109bff06dae1705fc32ab0712f38bf9d206fa3517fbf0a938d1b5f33bad','223e10a8e23e4435e635f1dda533a0662dff9f0e3fb86b72a22b2c191f731a80','ed8cd7e9541638a9a549f5606b84380e23fcf291430f2ca493f82e29be3f5a71',NULL,NULL,1); -INSERT INTO blocks VALUES(310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'d7051de4d03fb31bfedf215b407b1edc12789c1f2748abb5a72257ad8f5113ce','9eb6f4683bebb675467829573cd2f7e3ab613d21398c5aef31ed389a40f3c48d','bb1c7a472b80691c449659949cd479881772fb48673f5f7447aab55132eaf234',NULL,NULL,1); -INSERT INTO blocks VALUES(310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'35c95a70193ded2f9ee18254a91ce5d4834bb162fc3cca85dd432339257539b8','88220e5f48660f8b9e339c3afb65ffbad83d632164f1df8e22af2ee6fc18826e','fc4dc15074ff2cbfe2edfb48a41eb7688c07094c6f454466ece826bd79303a2f',NULL,NULL,1); -INSERT INTO blocks VALUES(310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'8315de64ee1051c333687ba9fae6244287b85bcc1e3a4b67f3fe7d51b931378b','087de9b1715dfdac7372489fc615b597c9575c9520eb1ad5f7435a2641388621','132e661c023af38634a3ee23d0d71c260100b9703ebbef47cd2615b7d9f8b464',NULL,NULL,1); -INSERT INTO blocks VALUES(310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'c2d646bd3f54eec73cd9da6f5da4bc159d0c64e8fb9ad4095dfa58850e65c7b1','e5f36761a4755ebc133389b9bc01a085c585a24fa346c784123f3dd5a125ad27','c661016234b6d75e6735b83e462370a37a65f6f8e38f3b69cd811c661cb88942',NULL,NULL,0); -INSERT INTO blocks VALUES(310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'619367fb7657e0fb4800acd385eb5593d085ce5cbfbfb098dafa98612d9fd445','e62992a5e4f80347f92c512e1bd47df4c2f4e9fa0c38b7ca73befd39fd181d54','7a32aa3f4b582fb2e161d2c6a58cf2d91d14e6c498281fc91f9fb22cf1095e7a',NULL,NULL,0); -INSERT INTO blocks VALUES(310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'ba865dbc8263aaf153d7264dfc6a580bebe9391ca0551f15a1c822c6cbe2b8de','e62acd9368da6141ddf435bd919fe0e124bd77646207d69a2544790107ab88a5','7379fad8df5744242e9e63364665cd409da6fbe0b28cab26e4704c8737ab2230',NULL,NULL,0); -INSERT INTO blocks VALUES(310024,'b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5',310024000,'368e948cbf42de80aca51abe75d09ec78196924453719182ccc86419df5da2db','2c65dfdc0d371025c6d497e087b8548633238d6049242fa411383fcce72b096e','599eb3f9c9b6f936dc56547ccfe7cccca7fad78ad57d58d5a4b50123ce7e82b0',NULL,NULL,0); -INSERT INTO blocks VALUES(310025,'a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666',310025000,'9f7132c808936f580d4fb1dc5791541a5a3d23532d1093c20d434007f8dde54c','ca60850f73099aabc38d1521a94d611cc02f4539620a17488d1e9a445087104f','7ee626caf54d6b378f212b608cc3a0cd5c95b971aa1a1c54215f24cec040daa8',NULL,NULL,0); -INSERT INTO blocks VALUES(310026,'6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a',310026000,'074ea6f10a5290cff31f7b21483f7b2248723c8d1b5bc060c31219f66f37def7','21db77ad7cd241752184fa9fd61ab9cf670cd40105d7d9b887d8df62f25e5cfc','bb56ddf06930b65273e316dbafc6017e08eb40f3a3c13d9c1b916a66f1ca7cab',NULL,NULL,0); -INSERT INTO blocks VALUES(310027,'d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e',310027000,'a3ade2b2e5bc701996f511f3e85d596b60f882a3254fd975769c0f38b3b14cb3','9469f4c4b4f208f2a46569234006846d18ae108ca6a98600ab70bac1ef1ad633','a4c01e1155cdf1b89bc33030fd3632b6307d58fe4d7904a31b0d76b392f63538',NULL,NULL,0); -INSERT INTO blocks VALUES(310028,'02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b',310028000,'3bf124a34825b5c487c94dd79b1ea4f25e657294966879f1c10b56b37a3d29b5','55de4927d0ba81d336f143b08224af9fe9a862bf0ed4d39fbe242e9c5946bcf4','7bd3dc175656322948180da86f3dc40dd7cf6adb2646a0dc3db9d20c74fc05fe',NULL,NULL,0); -INSERT INTO blocks VALUES(310029,'3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6',310029000,'e502eb7b282e0bd4940d8f75ef51d677a641f3d55304adcb015bc249c97892bf','3d879f96d783e70a75f71c2b44ae4c5601bc8f1192b828f1b35400b8c99aa0f2','97f883eef9c4b696d80f1191ac164560f5fdfd1dc19ec38f8f4e25432d75b06a',NULL,NULL,0); -INSERT INTO blocks VALUES(310030,'d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5',310030000,'d64b5eb04ddfb5600be40142b1fd27c308387a35942a6e8a6916407bbc1313b1','c859356c985f3c051d5b01424759e66e9ec7c2eac055eb9fc2b0ad7323253a6a','5ed5cf53677e85684d2d830eaffcb5731894a8d9305495f1744ec08d0f24611c',NULL,NULL,0); -INSERT INTO blocks VALUES(310031,'0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689',310031000,'e9c97dd7adb1b22d4ed0238607faeb2d14c090fbd7d685275ee802ab23b4b740','4cdafec839c7abdda11f10437d890c952b3416929ff6e715f44e8c57412437af','15b5df25f9a65f275d4869c9d36c4c2147fd15fc9961ede5fc6722bf6d073983',NULL,NULL,0); -INSERT INTO blocks VALUES(310032,'66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074',310032000,'2544ffced9af1aabd84ab51fb78c56c9beac03dcb286aebd4202938dfa0754ea','2fc6c250a775ac70976d371540df4a7af608ca1b106b7efb7bc5a820ff505bdb','5dd59bb7a4a5cfa4bdde51c686774e0b680b98372f5cb3c0a2bf2bf2fbe22fb2',NULL,NULL,0); -INSERT INTO blocks VALUES(310033,'999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707',310033000,'4355d3ebb95187fec36b1847a4c3777d8e1d5541bd1d9ff8461b8ac5b9881261','d99b155e06fb50de6e7e6b646c641e3862d3d6df0ab9aec3e360fba0fcb54776','7d376fcc44d1901d96d07750ff00bb86c7062eb6b20de3be3f266223fea49eb3',NULL,NULL,0); -INSERT INTO blocks VALUES(310034,'f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208',310034000,'c7fcb5134bd8131c035d65b5eeef8a3cd214348822563232a992f3f703c6b0b9','826d7b750bb4ad8fabd67c825c81f840b7a7a264489a9263410a5cb204d3309f','cabe1992438d073035e781d817badf44a493fbdb39c859592ff05032b65ae3e8',NULL,NULL,0); -INSERT INTO blocks VALUES(310035,'a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2',310035000,'c41c280498ce05d6073fc6e89be2684dc68c345c1c43c00b9a3f9041954fce26','f96598e2169d42d81b91ba03e7403dbd25a61399290f358022a998e4375fe2b9','e34e959162bb5848cfbafec6cc7830f2cf3f4bfc1a3a61a51c5899ade44316af',NULL,NULL,0); -INSERT INTO blocks VALUES(310036,'158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76',310036000,'86c67fd234ca9d2406080018b2677386990fac477db8008c0092d40a398203ed','ae7fdf3e9388811e96d470070db9ac45b5b19754bb4ad424aade40fede3c9cf9','f7d6ad3bc00b64dd17e10543ab345457046befcb4d01381d99dd780924d3ae74',NULL,NULL,0); -INSERT INTO blocks VALUES(310037,'563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07',310037000,'3ae6272437eb0758a779d68785c41e119d1204dd5421c78e03b9d12eba64804b','aa9600ce32fd7c1d6e963a51648eaae043685d3369413785517172d1f94d551b','9dcd89ad0de29b990a11a8b9061fcd9d27f2e901cd97073c2c8525add555cb55',NULL,NULL,0); -INSERT INTO blocks VALUES(310038,'b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2',310038000,'18f7552567b898f6c2cfe8c829903912445de5dbf05b56a13bf9b402a24fdc11','46ce886f050bf7a80355da9cb15b35f5d38809ef2ec1a25250f057b63f51cdfc','5c5bf2f490f46688814f2c426b760ffd3d2a2414c900fa3aaf36bccd3e8b2041',NULL,NULL,0); -INSERT INTO blocks VALUES(310039,'5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347',310039000,'85f2255f9256a5faf59ddec1c58b1d3bc12c91bc2c62ead61b48e1f94ea2888d','23a26edddf0c8662b055ed992c75c706221b59ce9a7aa45b757a3d5158772e8c','ad8240ef8a6e6413020659f3b715f3c33d46b79e0743a3918db2d469ad8cd0d8',NULL,NULL,0); -INSERT INTO blocks VALUES(310040,'7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3',310040000,'b799477db184351df5503f8d15d5461a0483ea35142c003b7e640429663ad943','163682e05a9a10f3e3240420c932a7f3f2172484de30dbcac0319ac23a4726f1','1092a979bee0adbfef58cc16a110f23e35786fe84bf49b2fc5e105931e7079c2',NULL,NULL,0); -INSERT INTO blocks VALUES(310041,'5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359',310041000,'efa9cd46741b59e74263d6d348584f1a61e8ba32163c09fc3ff2e41a5431a483','a159868ce28207aa243e7ecc50f188e8e34e5ddb5d801b645b1c16a596e060ed','c819ca711d8a0fdc58a058460d2d488f712b3fd6d5a7d00e1671165aa39c45e2',NULL,NULL,0); -INSERT INTO blocks VALUES(310042,'826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4',310042000,'f3159919f381d46a3e1341703e55192a02a36519e71fc2675285a3a14c4ee04d','52bca7ccb83bfe83d8693ebc4c5b1ce518b2ae472dfc81f2c2940dc2460eeeab','5d8f3bcddc3c9fda4d62d0de0192ab025e32fea1746ea78134085c12675093b9',NULL,NULL,0); -INSERT INTO blocks VALUES(310043,'2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51',310043000,'961c79ea2b7dcc2d7489c423b568fb978631e71732d6b998bcc0657aa4d19194','1fa2eb6aa4c8b5efd093c6e484dddb85eabfa0de55edc929e04487ce65e73608','24a5bae880a677d98963b9510ebdf7a9b099eb70ac4a25b192c8ff4a14b34502',NULL,NULL,0); -INSERT INTO blocks VALUES(310044,'3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b',310044000,'d674c39010fd4554efa487d97a3d9cae278ed9b4aff0ce57db33bd881beeb3e3','ddc2517e1efddbe56185e00d77333ef9f2f2ad6c59e042d65a8f4d8c2b323e5e','9ac41f752a246451278b0aed4950d3f01deb5e3dd16045714687d86e6a4e6073',NULL,NULL,0); -INSERT INTO blocks VALUES(310045,'7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98',310045000,'9ba70a032ae92672174421689c0845784f0cef7374e88b2f5258260191864bf1','3b1d5cd9cb8e7b753233ac0dac5e697226ae372bff3813852434d96996e78fac','6d8592c519cd09cc34c40ae52f15b45dea1aaf155f08a7c3d27891d37ce9b568',NULL,NULL,0); -INSERT INTO blocks VALUES(310046,'47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6',310046000,'114a6ab930fbdf8531431620ed219db3756a634c5b99af6ce1ee66d527d277ff','becb4b0241accefb95aee137e58d406e15e87c28ed3f051938b4fc02e249b21c','9174daa0f3f2b506a649c09fc6e49dcdaf6886222e46397bd95032c57fbe08a7',NULL,NULL,0); -INSERT INTO blocks VALUES(310047,'a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075',310047000,'5356512c94ea2c77623d874a927aae8c3dce287a34dfd27a617abfa57142c7f3','6e06ce8a113de9e8b1a88516a512671aa2cdef60168a40d91742caa281417634','0f344c38b39f7a0aa6bd879076f39c962addc52ab0855ee6c056e4c3433bec7a',NULL,NULL,0); -INSERT INTO blocks VALUES(310048,'610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309',310048000,'0902ca0868560d05049c983bca3ab91cdd5eafc46ab0a948d702abcbc4010582','67a2fb81ebb42dc6781746a403d81b4e7603f82f02724074541d42380d7269fe','0f385f3e2919cd03a76480c1b304f6bbfae4d4c8588d3dc07b35e8202176e483',NULL,NULL,0); -INSERT INTO blocks VALUES(310049,'4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c',310049000,'978794628fc95756032cb7fb4e9d5ed286373d84fafbcfceec9af71d18c4c0be','ac68aa21454eb2a2ca973b5451523fc6d2a4df6906b9472891cf8e06087e130c','db2204a037631aaa944b6f721cbb60d8203e2df1f34eae2211320b7f85f75a01',NULL,NULL,0); -INSERT INTO blocks VALUES(310050,'8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348',310050000,'ff16abeb1d35e0e422f165e206b0d69e0b9ff48b68fc6656c1af74801908b92d','720d553ed03860df12ab60af34cfec86b9d7ec80275f6d8815e3f61166e3af88','da86985fc3cc405e0a82806469af38b8f1ed01b1476fd9c6412de2049f0e69c3',NULL,NULL,0); -INSERT INTO blocks VALUES(310051,'b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6',310051000,'556ff900993e70cabefd05ddd5dbe3e8e10bb5c9ada7913b75d84af067004ed5','656a21084dc8f46455fd2a42ebbdb0efd5c879ccb16e9b1532a6ab5323debdb4','cac784f8e109a4610e607c27b8b109a7d85d533ca4343c7de3e2dec3cb40ee74',NULL,NULL,0); -INSERT INTO blocks VALUES(310052,'0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2',310052000,'15af3a616a2974aa70b7b58f88132051f335af299473db925b619fda8be1afc7','3f90b36b7ebc9a2daea1e498bb44100f12f35c9df04260448bd38b23375b16be','3795b8f916794bf29221c6f1fd18cb43dc94cc997b720d70a70d37237c56f4ba',NULL,NULL,0); -INSERT INTO blocks VALUES(310053,'68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f',310053000,'ed0ed3b480b38929a425c2b61c86582495764624e020cb86b3a95fc7d59c692c','67427731be09b73755cd460d142686c903b819b7b8af48297d460ab91fde3609','306a78395217221973add223007e0ef09218bcc1d22797a862be59332eab6924',NULL,NULL,0); -INSERT INTO blocks VALUES(310054,'a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305',310054000,'f012825d2d549910910ad6b7e4ac2373d095b53869f0793709684f0ff05bb108','c5e4ba3e2011e7fbf238285525a544de3cc0fe9360a3451392a4c03acd508690','e4009ad7f460573c83637226b8b5f3a2accc32c2ce0e9c9775ab01128938e295',NULL,NULL,0); -INSERT INTO blocks VALUES(310055,'4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356',310055000,'90c08144277fe622573282349edaf9e59289b716b5b4e368d88ac25e67e788d1','5e4a8aee5f04d75d9ffcc85e8344c445b5facfc838f39a77b6b0d5acf6cd8213','e0529cca2f84bd0f4bb4fd6e60008adaa8632af5743c0c305d7aaed0084259ed',NULL,NULL,0); -INSERT INTO blocks VALUES(310056,'7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3',310056000,'c888ae590b64fa4514ed7f94ba785b12e881052185cc4702b598cf6e48cbb3ba','1cb780a12bb6040055fa694822a4f39c340a18a858f0b65a8b227a6fd6fb4f31','ee5783d7c7c6ec5d4b952ace2ae36d7256cbfb4dfbfe7b5aed243783d982336f',NULL,NULL,0); -INSERT INTO blocks VALUES(310057,'4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411',310057000,'e68c9a569fda6f1e1e59502953c9735857a0ee158a76397722436466df24708e','2e175f240928edbbd5a5c6c5f3fbacd9516a36c7e99501703e9d1b19999b2029','7c8a6b8391d2bc04f8bc753a546aaed285099457e57780e655b29e206a395b25',NULL,NULL,0); -INSERT INTO blocks VALUES(310058,'a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f',310058000,'9f6607682f4a6274c2a45895f849816aec83ff0820709ba781634b84518eb05d','cca92bb672e368c0c1e5b4674a48e150a870f56a67339cbd74926d541ae2a4e4','ec9f056c35ff165304d41231c439b1d3b52981011e6bcd7c354120b04be36e61',NULL,NULL,0); -INSERT INTO blocks VALUES(310059,'ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9',310059000,'49b10a5c390f603e7be0d405bf1fcae95fd15682ef2e41a3b2fcf713d271e541','12b8b50b634cb6843258f1c130df1cae60898c902d3e66ad00e1303fde4d8724','532fa5a42a4c427c2085218a3923bd3ab378f91c24c680135edbfd18e2381579',NULL,NULL,0); -INSERT INTO blocks VALUES(310060,'974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b',310060000,'1d6cea34d6f7042ced3a5211da80de88fa77c900af5526f3033b715e4f68df17','40fa40a1a2c02ca514f309fe27268e9e493374bf3edfca8de66e3d46efa32ba6','ff88f2d70bc66f2a001cc0c0bb9005dee22cca1a2e4ae09f79fb1a9f1eda5c17',NULL,NULL,0); -INSERT INTO blocks VALUES(310061,'35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf',310061000,'0c43668fdc3d6cc6ec84fee99c68f0eff21650a618db35bc20e428550eae9b0c','4aa0becfc939793d7dccbb0b19881889a20c801e6c627be8ab8a2ffbd8cee8de','2b2fb6a0fd87e50f26ba389c5261099ef37556e8b991e41b01503cad5e59019d',NULL,NULL,0); -INSERT INTO blocks VALUES(310062,'b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f',310062000,'cf03a34b29d3a8f8ea5fadb017426f2843c6ab2e785032b6dec70d7aba7bce4a','3317013c1e6464e0296f5aa7f50208ede42ff9051e4e3ce2da92584cb80a3079','48ac8c7c8ec40a48cb18cdbcefa82e4798a0b7d1d588dc2d439bab7fe88ec10a',NULL,NULL,0); -INSERT INTO blocks VALUES(310063,'0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe',310063000,'e145dfc2c7f053a1ba4c8a41d042b40c0748eefcf9e56c5e906ad4b12f3653eb','b58f95d06b31f7bb5c6f6bd5c5c4460ef4e4ce0e1d154b8557a18cb73f36d432','d91f4811ff94f5ed69f9def6a3b7daf94d88c9acb736d4b80b192a7234301edd',NULL,NULL,0); -INSERT INTO blocks VALUES(310064,'e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30',310064000,'ebc34184623da16251782c82098c7fcfda42f95b155eadfacab2a53e3b34333e','e33ac70126559506de70ca420f152dcb639fd0e841d0d7259c0136d518fd4f39','579ef909b8e26b2d76d89d71a8b35bf6f9b6220ff68afe717b73889d3ff6acc7',NULL,NULL,0); -INSERT INTO blocks VALUES(310065,'8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a',310065000,'db746a9e0ad8f37c14ef14180dd1bc562ae757a6d4d042a517bb8953f34c6958','9d52ca0b8859777bcbe84606017ec53961075699eff51b34b80e5a6ed33b137f','2cb7e35d911b6c3d81d21c7440354fd472f16d7ca80b48884f836cca1bad9251',NULL,NULL,0); -INSERT INTO blocks VALUES(310066,'b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d',310066000,'cc71a63314b770e4e010bc7c66d8ab808451b6401e6df8558455a2bfc9bb4882','5122312265a8305639f6490bc51fb025626dbcd38c5735ce85cd652348f2e86e','4e4d530e4aad69b1d77a10ccff26a565621106100813f93aec978ec2c6a1f0a6',NULL,NULL,0); -INSERT INTO blocks VALUES(310067,'8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577',310067000,'a5812c0f3a37b04d5105bca6b0c4819a41beeedf5b0f314f476ab55d6c31235d','764477c3a233cd407804695f42948d3017951e90b7474cfcc24ef81ee49fdad9','4b5e0df8c13bcc5b2a1a56f2c25dc80b107b8e8c4b6060d2f20612288ba82e9a',NULL,NULL,0); -INSERT INTO blocks VALUES(310068,'9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5',310068000,'14f065751896a2724251b6ca6d0297b344986980075fb72ad058ad0b5bedcd3c','866fceb74e8e97d663493f3546519b01f51e1a3cb25bde4b0f3c2e960d2eda85','672b9823218974506e40bef024bd98cc1ea65205a3af7c459522aa6f9bb9dacc',NULL,NULL,0); -INSERT INTO blocks VALUES(310069,'486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7',310069000,'a7dd17b4760fb65ac58be1b1653f7cb0e90574c47f70c61ff9f940ad15ad3658','9e0565827fcf295ae2149bfcf5e0db29237f447760832083baf94de145bdb531','ce3912036c024d236ae419b47d8561bef2af5316879373511dff6bb17e891e5e',NULL,NULL,0); -INSERT INTO blocks VALUES(310070,'8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5',310070000,'8068a6bcc5d1fc1a78562f0f3165423b45b4674e55f21c4c09948fb65ee632c0','03f84e0f0838204a53ce54e3cfecde00b2e5741ed08aab0c0d9ed99513ab4655','f68a4705b749c259ca3f505c32f403d41a4bf259676e19d6e0caf2f73b4f717f',NULL,NULL,0); -INSERT INTO blocks VALUES(310071,'7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b',310071000,'af86ffad4b8dd68a0f18142935bbb18623cc5ce2e9e0c02f04c0e7a5dd974e17','9b3e1c7af0bb119e69813161c19aeac4dd5a594ece5f67f21ffb55b8edaa111f','eb42cd22cd5b3ef02c1ad6fc8f7c4a719ef930ae7356c7344590fe2af980a1bd',NULL,NULL,0); -INSERT INTO blocks VALUES(310072,'7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a',310072000,'36de48518d1446b33f2230c5eee7d18e040db543fe03dca001174f8382c209ee','33fccfbad1dd91d9102b82f11b7c97883bc5d5fdfd44584cca6c40fbd04ce2d8','67e14ebc5cdc137fbdadb78bda42c4cf23a3133de82faf991f86be5d561c801c',NULL,NULL,0); -INSERT INTO blocks VALUES(310073,'ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943',310073000,'4374f567cbc460b73e74d6190db353c3ee86b92c3f99e392beae3caeb264eb5f','7544980dbaa8029ae36d883e3079bcc82f2d140072d4dd65cb3384510692ff45','49e2f50c95f3e59ca8962a887f525c67d20627da2bec360b8273854459e2ac09',NULL,NULL,0); -INSERT INTO blocks VALUES(310074,'ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb',310074000,'54fd95cdf7f9374d1687590f2860276afe67a265ddd9216e5b63fb06c5bd569e','1efba9ea6a8d2e7ee6ee2070b84b497feb66e3387e05c1e4f4989f086e5e02a2','f6fd8646a71b10827e65a70845613830eedba16aeab8210f55a1cb0ad41d5f78',NULL,NULL,0); -INSERT INTO blocks VALUES(310075,'ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b',310075000,'2b42e23b43d30f91fe7705a01f0c8ec86d6230815b587704bcc70b91b5ae87b8','a370830ef1758c18c88e6d9fcc5803fc15f1dbdad0f2d6a0773f902d86ad7c97','cd391746d4ccc538514fd9eef7e67de157f12e88f864fa2c47be84c93356d388',NULL,NULL,0); -INSERT INTO blocks VALUES(310076,'3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92',310076000,'577092728a4dc81cd9a06fcf6d2b058f0e4ce8bcb395819a704d6b4144f041dc','05ce95f07d03f4417a2fd15224418c8ba4ae196e9ec6f3192f5324c028363641','ba3007f9afeec7323bad11c030868dcf6ce7fdd09fe96dbe1ccf1adac553c90d',NULL,NULL,0); -INSERT INTO blocks VALUES(310077,'d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd',310077000,'d1ba60181f3061673c64ecd0b92abbc19b1a6e69a927dfefdfd8b8c74171ecd2','6c9e35feb56fb01c37fce04a1e6dc5f7747a6d26ee2f39ac584f11e8359dce71','56718f699984b0c0ce3c414fc9eb03cfcfd9cb39f911eab991441f1c0f53dc00',NULL,NULL,0); -INSERT INTO blocks VALUES(310078,'f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6',310078000,'c0a9270d15793e68cfd1cf445315d737bed7052914da6def4f014c21f0c9e0c5','d59b48425061f0965947dd025cfa0fba8855e997f376572c585db72203b9a80a','b05627a27488969bd2b6fa27aec06ec88857ae8c761bfe01fd0a203dd0514638',NULL,NULL,0); -INSERT INTO blocks VALUES(310079,'f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c',310079000,'74eaddecbf5ab6608c1e95c1c313c13f2af2b649512cc8c7016717d21e93f815','d3f32df02f0e7cd7c2163b47b3ff73d175046599ed626ab343647e1a04525e3c','df5dd441c83ee293b14013f07f33117d128f319db307da6527aea52ad91862ab',NULL,NULL,0); -INSERT INTO blocks VALUES(310080,'42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c',310080000,'a759e3aac1b015e28b8b524106a74b943b215faac8d5079384ec7351b2239bde','f588a6cf255e710d9ee481d53f8bc0fc0e1567d58ee701f1b77f0848db881f5f','6e17bc10d968567845c1f96c9588792ecada1bee243f2ac26d70848012287bb2',NULL,NULL,0); -INSERT INTO blocks VALUES(310081,'6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4',310081000,'71622e25e8497db6fa222e33c60ea582698e72ca5789a52c9252bf51191cadaa','9a2e169d5fa3721f9bb8852c93ca8ed5dfbcccef05cba99ed3f1c61c937f4366','2a464f9690f8af9e17d00d1db1bbf8dac417c5e83e3708422e9bcf7a3ec3ab68',NULL,NULL,0); -INSERT INTO blocks VALUES(310082,'4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644',310082000,'47e9d8fbcbafcee2b4c145ce651333ce49812533d13f7f9a0e9a448f51cfbacd','c2cd395566e0a7b16c76cc0ead2c2cc87a684d5a499c76b2370afffe4b408ad1','7672b19f766efc631b8d0fcdd13b8f6940a37caedbcfe32f09c5d06ced08bdfd',NULL,NULL,0); -INSERT INTO blocks VALUES(310083,'9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850',310083000,'e61148e7a8125f7225a6b6e1d77786f8b28b0b8a74e60fef3f75fa4de8f7d882','21fb4596655071cca486c2e6988ec980799a9827e2e5f169033a45d21b3c7a75','159e373533417bbb7f6eaee0ae2236bb6a6699240df38b6e97bc5b2d3bc7340f',NULL,NULL,0); -INSERT INTO blocks VALUES(310084,'1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3',310084000,'20fb450589ddc6c904fbb61cca8588e85e865635c12402ce7ae72995ab884c14','feb3992f370b8465a732bc4d90691b99db691f44e1697ad2775a6df216d93b13','53b4b281990de4e0d18621a90edca940a2c15f248df9302a267e2181c5ae890c',NULL,NULL,0); -INSERT INTO blocks VALUES(310085,'c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34',310085000,'9cea37d548308505f80dc438d5183bac6c6ca424ea4dd9c85d883b05d67cdc92','277205c28e54078d55ce1641fed64ff4b409b686fbe4aa3a018cead2f969c501','74d287c2ab5dbee8e6b8bf4e7321024af7ff36424af5308b725afda1578fcb28',NULL,NULL,0); -INSERT INTO blocks VALUES(310086,'080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78',310086000,'e11bab5fba2d038086c65030b90ce1cbc988314d0c9846aa7ddac4fd357bd01a','ef3ac1de31e29795732b362218bd244945bea4183273512ff6974ecd0c0a7aef','26ba98777e577b7b3a50c5bf8ad6a90ba38652a9ac5e7c87642d74876d347d34',NULL,NULL,0); -INSERT INTO blocks VALUES(310087,'4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c',310087000,'777873e7ebd0ec3052be65197ec0db8bd72e46d2053badb0f37be1f6e84ae0b3','3bec931f7207a5b03e5a7d390787cd737e598d04025a1514c7654ef34fd1aedc','f0815726f51d9d32fe332d017bdf250f11f41efe6b211a92845b32f52414f359',NULL,NULL,0); -INSERT INTO blocks VALUES(310088,'e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3',310088000,'85a5ea57af33dfddddbcbe1a1c87994efe5a21a645713aa164f19e19bfb23c64','4030ee911aec8ebfbbeecede9cfb977088fb591b20cf52d5340e5aa13e41c7f7','2abbdb10cd05d6dc1fc928fe47972654cafba9b711d56209563f3d8bdb7035f2',NULL,NULL,0); -INSERT INTO blocks VALUES(310089,'0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33',310089000,'bdf3b6e7a14a3aa22d42a7d69f2f96b0993f1eef2952a7d74313c37e1b407523','255675a022762a349d44af6315173e05c685f351f2b3b770e0ec80e128969a4b','1fe1b7fe824fb021a553c39241774779a1f487e3b55dac29e1f7815b610470b3',NULL,NULL,0); -INSERT INTO blocks VALUES(310090,'b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969',310090000,'9b3ee688c5786ecc438ec9c843ba5f898fe1ab1a8bc3903ad7789aaf6b0c0bf0','7d658801ab6fbe73231469da5204c5e1c73d290b83449187ec5eec71b846616d','b901dcbafec9c7817423980ec1c5b8882d3c0e6bcbde08ed5a69a325c37be61a',NULL,NULL,0); -INSERT INTO blocks VALUES(310091,'734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c',310091000,'25578ac389a77dbf9589b23c5470f3199016ac66a415540ae03efac29dfe7adc','1cb14bc9f998c85e670e2e291cde3a2debe9b4013840c0c060417f509c7210ea','bb914546b4946033c1d80b9092c6a39f588f8cfd04bee4bfe0c0d4b09f3a23c8',NULL,NULL,0); -INSERT INTO blocks VALUES(310092,'56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d',310092000,'bb9109ba299c99cb104ebf2ef6e75141c50264d701d27119525ab5d0a54c1a40','889afcda8b6e0848c7d43014beb0e181c78fa69d3aedec508f4bc0eb8a416029','a157afa76192914c8180c0a02f6ab8298ae3e0ab87b97f311ac39a8d339b570e',NULL,NULL,0); -INSERT INTO blocks VALUES(310093,'a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc',310093000,'cdb21362b3eb4fc10ba3c6bf3aba41bfc5bd0bf2475f742c1069cb4383be7b95','dec762d55ba88cb2c043f627b2a8b26c920cce9d4dc2746065c0bcf2795c2d99','ad4e35373848e083cdf4e853b55e1a6558ec71b6b08dcf7f6a609163a640cd8e',NULL,NULL,0); -INSERT INTO blocks VALUES(310094,'2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23',310094000,'b82568de09fe4ea06f3dca053dbcbcc61dbe5e44dd300a4301c995ba180f894d','625beebc3c34fa3276e022a37c79137c8f09af21454e8171cce7ab7a04453047','73b4665b83b54272f763aa224f8cb0fb22d8a4d9f79ccfbd6e3a47b02b5a88db',NULL,NULL,0); -INSERT INTO blocks VALUES(310095,'bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2',310095000,'513c4a041ee80ba72d1d8428605c682e3485fa45341460bc33fae6540dffb571','b7794e7c8dfe3947ab8d256b94af8bc43acb9ca11f696a81cf9ad98062372959','67db730b6e72e361e52147b5c6fc9f3b41112c8f8aa360fe731517b6fe731520',NULL,NULL,0); -INSERT INTO blocks VALUES(310096,'306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f',310096000,'3e8ff43c8d671159355b2d40a995fb8f6d84f6216fa8326fa80ae39aa9d15d03','8117c5400c1cfdb97456cf3b79e8572aecf23c29d1c336d5543979d0e81cc158','f90c6841290e5ebec6cf327be7cbd1ac198104bf1c570c88288b1e23f98c480c',NULL,NULL,0); -INSERT INTO blocks VALUES(310097,'13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf',310097000,'19d91de7be12136737d3f8990e7a4a793912c952e71e017d723d750118e849c6','1e2f99bf2c03b8c915bd23c94431002d3801a13caf40d9b42f22001c2faf305a','1adabd4447b2d22d8bd3d60c65268c03f290f4617d0fb01bb25a59ce0f012844',NULL,NULL,0); -INSERT INTO blocks VALUES(310098,'ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca',310098000,'be75df2e5aff3faaebfc0ce4ab5134790fa728f84500e6989739dddc058738de','7f692426eab57621527d12cc4a49aa85841de9856cd46ad6992a658ed5c15fb1','4b77526fd717cb91584d3beeab875de75c8581038d15948a593d316499d319f9',NULL,NULL,0); -INSERT INTO blocks VALUES(310099,'3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a',310099000,'9090b8a4a26ea7dff75658317ce2c6ab828b3b42684922e44debfd1bf8330b8d','c3b0869da7bd7abbda54895e6de81cffd2febe007e1f7085da8cc657512278e6','80fbb30bb6e3d9f11c7c0465e3e40574a444bf9128fd44cd191f4823c1173a84',NULL,NULL,0); -INSERT INTO blocks VALUES(310100,'96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb',310100000,'d48d30db433bcee44d87153fb3db17d37fbe3534f23eb16ac853b3420d86d80e','793627f8b7de24827faca4a19ce374f39c90b74e278b83a599cb637877bd6388','3077ae023f637d835b03ea234166104edeccba11454d89366194659166e1f586',NULL,NULL,0); -INSERT INTO blocks VALUES(310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'53c6f9247cd255c86a69c05c4463ab94f9a3277496c155398c38dc6f7121fe9b','7388dcdfb1f5a54a0d4a4d3e50d486b24a662cef04f054a582e2d5b0bcf3ca28','d47df015ffeed5299c34eceef03ebde6fd72c079e1dc848767019cedd9aa7d14',NULL,NULL,1); -INSERT INTO blocks VALUES(310102,'11e25883fd0479b78ddb1953ef67e3c3d1ffc82bd1f9e918a75c2194f7137f99',310102000,'b225c48fb4c40b2e0695991251f6d69217df6e00c01613e0a20f6a3e34f50d5b','7d553f87ef9f2beea74631e2e6ec107522b9f4756f041e2ee40fa3946909b3dd','0d026df13663b1a56bf39b0c0ddbc2829b34a68906353ed7d526b1b09edf89fe',NULL,NULL,1); -INSERT INTO blocks VALUES(310103,'559a208afea6dd27b8bfeb031f1bd8f57182dcab6cf55c4089a6c49fb4744f17',310103000,'fc2a8ce8efc122e5cbd631998e611dc8707cfe0b8d3f6a531fe5bcc21c17feae','ece7991721b8e94950e2a9f41b9285b34be716340a7621b1c1528f8065e9ac28','d9d3c8c4a20eaf25afa3f3e20455aa41cb7061bc0465319134ccfb96f7d445d2',NULL,NULL,1); -INSERT INTO blocks VALUES(310104,'55b82e631b61d22a8524981ff3b5e3ab4ad7b732b7d1a06191064334b8f2dfd2',310104000,'b1a7115902d371d13889008320e52473cd5b34591bd657e372c0048df020012e','66dacde33bddb633552c94d9107669297fe26ccdcf482f9098f1e6c05f3d01e6','f4b010f96fbe2af3fd9f131e061b62d7d76aeab1e3f83795c7b4364ed2528ef4',NULL,NULL,1); -INSERT INTO blocks VALUES(310105,'1d72cdf6c4a02a5f973e6eaa53c28e9e13014b4f5bb13f91621a911b27fe936a',310105000,'b5fcda12415e713fc81278b95515fe86ecc6beb5810e4f80eb9645f09870dab0','656d27bdbf841c33dd3c11253159dc5d8a6d7885db3174f4f9c6a8382d6a7209','842982ab0dcfdfba58eaee6add02cfa82cf9f52608e1cf4e4e1adaea8f179779',NULL,NULL,1); -INSERT INTO blocks VALUES(310106,'9d39cbe8c8a5357fc56e5c2f95bf132382ddad14cbc8abd54e549d58248140ff',310106000,'f3c98c954cf939951d8b24a257bc6b1bc152a6a0bcf6b580ac281c26bbf16499','6138a4e92289d72dab6e43906e545dcc3d1475102b7f33195118de74a53fe576','6299d26af0ba1797b10ad27cb0bc102bf6ef32423c11ce3d9cfb2bade583803a',NULL,NULL,1); -INSERT INTO blocks VALUES(310107,'51cc04005e49fa49e661946a0e147240b0e5aac174252c96481ab7ddd5487435',310107000,'a550df26b8dee075bee82fc59c44ce5cbf65fe9df10c60f3f3009faa2791c783','b30d22c6d7e8bf574e3b3e11d08bcb73c5853ba348e8688a25670a861d3f4e3a','cbb9ffe7b84c58c17b2ecce472e869ca99a3a96eab6419b24c9bae820d47bbee',NULL,NULL,1); -INSERT INTO blocks VALUES(310108,'8f2d3861aa42f8e75dc14a23d6046bd89feef0d81996b6e1adc2a2828fbc8b34',310108000,'e1d8c345c74760010223a823895471d3ad6a2db5c6a70b13850d5cd977414518','d03bdcdbb4980ea415ab73c8e91a7fca7099c8c176d6bb4c2fdf72b6873175ae','a41b484395c44a4feeeed57929a2775f649125cb11387c3c722584b0cd4ba6c4',NULL,NULL,1); -INSERT INTO blocks VALUES(310109,'d23aaaae55e6a912eaaa8d20fe2a9ad4819fe9dc1ed58977265af58fad89d8f9',310109000,'8fb63d8460a222163d15eab76a61e383ffa251a175c16f209648d6782c304059','cff81539539169771000a550581dbdf4d4d1fdabecfb9032342269ff5f100b61','ae7b849461e7066bc1a02aab5a787ed14a369c41d99b2bcea08d6110968fb8a2',NULL,NULL,1); -INSERT INTO blocks VALUES(310110,'cecc8e4791bd3081995bd9fd67acb6b97415facfd2b68f926a70b22d9a258382',310110000,'250f7b5c6f00bf06c9cd4de8dea0b8166e2decf093910ea32eabd615b910e7e6','d6853c803a38efdd5190401e94244333cb4f46752a2868d4a03e6d7d6c8c2bad','9e33de53540758ea8408bfd1e6129fc185a268a6bc30fe60a87ff8dc2801d05b',NULL,NULL,1); -INSERT INTO blocks VALUES(310111,'fde71b9756d5ba0b6d8b230ee885af01f9c4461a55dbde8678279166a21b20ae',310111000,'0c3c3d099bf08803f67c2a77d0d67779674d1063cc72d8794b8fe62a55049d75','9cab90baa72446a36a7c176e82eed32ce968f96b0f29067b240a10a71ed95808','e43157e3a4a1978a9d183a7fad6c0da2b0f1d4f3f1f854eb73014af157cf0c27',NULL,NULL,1); -INSERT INTO blocks VALUES(310112,'5b06f69bfdde1083785cf68ebc2211b464839033c30a099d3227b490bf3ab251',310112000,'557fdd1240793f8607a2b4c638ce800d5260c2adb294aac95d6c5eab7e98c3a9','4fc0df4832258d430e645f1950407e19e72ea27d28b8ae1851333e8e8718086b','076e3ad351ea88c0af5011a34ba2d4677987a6cb098d1f01933c3870c6c0dedc',NULL,NULL,1); -INSERT INTO blocks VALUES(310113,'63914cf376d3076b697b9234810dfc084ed5a885d5cd188dd5462560da25d5e7',310113000,'4ecad4a5c8e9b54101c4a037d6c86a7eb36d3cf0503e60a1bf13c5a4196c5989','baf1f86b3145fd8dc33aa2fcb2e882cf69ffadee81e8412ed2092c634934709c','e4b22bbc353c78b5448a683ee6c3cf8bf7757a638c883f9200c9c70ef010433e',NULL,NULL,1); -INSERT INTO blocks VALUES(310114,'24fc2dded4f811eff58b32cda85d90fb5773e81b9267e9a03c359bc730d82283',310114000,'00380ec3118a5e8f9cab403d10870dd5bc339421297fcb6196a3112d70541ecd','22e3851c91f780c0152549b24228d0dab3542c2632b633995c0d8dcfd8e26601','fbaaeaa91542f263137e6b571142e2cd4e7c8e40da83c6fab237b4cffab1db20',NULL,NULL,1); -INSERT INTO blocks VALUES(310115,'a632d67ff5f832fe9c3c675f855f08a4969c6d78c0211e71b2a24fe04be5656a',310115000,'0acd3a07c5df54e883ff9871852c961b00771d3f4afccb3b1941d0b1c7b300cc','cf921f50b98df4ec37f2a9803315a798198507adcbfd8fd54e6a9bc539cc8f41','45b506f7506ae83cc62ed791d6d9d4723cb54412b07d64fb783b4742ffd78076',NULL,NULL,1); -INSERT INTO blocks VALUES(310116,'8495ba36b331473c4f3529681a118a4cc4fa4d51cd9b8dccb1f13e5ef841dd84',310116000,'6c6845d3be70cbe9a71c33227983f695c96877aac6d3a8d6a6839760b4691d25','a7e01a910cc919588be3b0c19c4bb7c36499b0a9b0347834d40fbb54fdf05fb6','c00de4c41df4232802a302a5db21db7578897508c295676905a605304002e660',NULL,NULL,1); -INSERT INTO blocks VALUES(310117,'978a3eac44917b82d009332797e2b6fe64c7ce313c0f15bfd9b7bb68e4f35a71',310117000,'0465a90ff545d58e69c07c204160360bcc6fba5cc60fb81d7e6e389d9ff8133e','1100b7084683079d36f9ec6e4cb1ec457ae4c45941cdbaa0f4d53bc458e2fa9f','e4d795011c8ffc40fd806d3dca9fde17c7e916ed0918f31b9c4aa240ceed59f0',NULL,NULL,0); -INSERT INTO blocks VALUES(310118,'02487d8bd4dadabd06a44fdeb67616e6830c3556ec10faad40a42416039f4723',310118000,'011ed3df8ae72a02b686e98aa8db07c973e1e12c2ac09891ba90d783ae63161f','7ed056a59c2b15a2d082f75c8728ee1e7f9b0eea6cb56b37f41319b115e39771','e0c75c5d6db7b696784678b99939b7e1d34417247e3ea8946aeed695965051ad',NULL,NULL,0); -INSERT INTO blocks VALUES(310119,'6d6be3478c874c27f5d354c9375884089511b1aaaa3cc3421759d8e3aaeb5481',310119000,'a6620b1b6a5b1f54fe6a8076fc35f0f3ce15315e9f549f5ff3fa0f5b6094919f','1312871691c685ced39676d4d4bd8825d2109587d1ec36f2dadc50f68b4d9cca','e0d7003d40334319b1b7a6eff6898eb92c5165168af5dcb5f42a13f6fb9df84a',NULL,NULL,0); -INSERT INTO blocks VALUES(310120,'2bba7fd459ea76fe54d6d7faf437c31af8253438d5685e803c71484c53887deb',310120000,'e38e2aa0bf8831b90e69b40c78d4b7d41bc564527451b5f9b332bb0beb54c923','1901f4d80a526969a544b68b1a695f07aa078ad719b8803c0b7543fcb4a974d6','ee2e0f758a6f92a9a4465c06a4ea34b5d46576db3250aedf630369406cad83dc',NULL,NULL,0); -INSERT INTO blocks VALUES(310121,'9b3ea991d6c2fe58906bdc75ba6a2095dcb7f00cfdd6108ac75c938f93c94ee7',310121000,'5b988c8ad133bb5ff5ac1ee4ad0a6a4fd431247db373e43c9be2a020520f438b','9921b651b8ca004602b16f95d76b2ea76f03456d9a978abb02bb340f360df7a7','cb0014f8518918075a1217eccebb515d646e133929ebd1b7d687f62eefe2f448',NULL,NULL,0); -INSERT INTO blocks VALUES(310122,'d31b927c46e8f9ba2ccfb02f11a72179e08474bdd1b60dd3dcfd2e91a9ea2932',310122000,'70ddab8f1d6283ce5a054650dbcd02d7ad4ca9c35de7bed920c2f266bc092070','a45cd1eea6626efa3af3dcd3c89782c50cc3b683c1b22249dc67d288e56aeb17','5f0cb5979659325a04cb4c8052eeecee32bc606eea7a185b217e3252140f9b79',NULL,NULL,0); -INSERT INTO blocks VALUES(310123,'be6d35019a923fcef1125a27387d27237755c136f4926c5eddbf150402ea2bbd',310123000,'3670feebcf979edce175ad5b296a4c88fd7fc6bdc251dda84d487b1b092e41dd','78c648296fcc7856757b990a92cf9512c61d180b08d451b63ed4e796d051d338','bb68814940e764a1881e9e83e9eb20c90eaac9b18f95c9c70defa294e4eee952',NULL,NULL,0); -INSERT INTO blocks VALUES(310124,'0984b4a908f1a7dac9dcd94da1ee451e367cc6f3216ee8cdee15eae5d0700810',310124000,'9883fff318e7cf9021fb4cc39261840f682e8adabb934549dbae2a10d2a71de3','c58aaf910fe01fd9ba6a892ea421c0933f4cebec80c6d2d556accc81102428d3','c5d7527bc57ff36fc67c59d63ee5a29837d5424da1165fc52a6e497f8096d84f',NULL,NULL,0); -INSERT INTO blocks VALUES(310125,'cc28d39365904b2f91276d09fae040adb1bbbfd4d37d8c329fced276dc52c6a6',310125000,'1840685242f9090297d4b432e305e4a093f90faa0b673953b648fbed948f31b6','3d1e4c3a02456d7f79402a89f6a39dcb235fde15b275a762197b70e643d29e25','e429ec721dbde61ec81102fd60fbc60f91baf76412593202e70482897c2f1c75',NULL,NULL,0); -INSERT INTO blocks VALUES(310126,'c9d6c2bd3eeb87f3f1033a13de8255a56445341c920a6a0ee2fb030877106797',310126000,'1a83f417c18439cd3c6269626c44b480317290f0c27a9b9f883a01653de69272','7cde633cf5f7bc1176a3faa6ad03a449d3fb0d21dcce5885d2a37b81448a2ca5','b9fef27d179b052246916d5ccb318f28daadae7ae1cdb443946642b7d2b907a4',NULL,NULL,0); -INSERT INTO blocks VALUES(310127,'c952f369e2b3317725b4b73ba1922b84af881bd59054be94406a5d9bbb106904',310127000,'094c53dfd00b5004d074987dba90a6c9c47841d01041d0aeb61923c48315d1bb','0ac0ddcc5c45d4d709d9070814832bfa2339eaf5edbed98232cda4b1731e5478','3e5be34f4f3b5ad21ce3e217ec45f84e6d2ac2525e562370f65bd7f32c539bb9',NULL,NULL,0); -INSERT INTO blocks VALUES(310128,'990b0d3575caf5909286b9701ece586338067fbd35357fec7d6a54c6a6120079',310128000,'28ad1365daaadc866e79b6b1a555fa31bd804a85827d958cebb9d29511f78e19','aa9a25819899fc8948c4906673cfc8128c0a98417db8fe659098d28ca12e3786','902e211b9437c3b30f203acff329526aefae73cd5732a64e2fcdc723d096733a',NULL,NULL,0); -INSERT INTO blocks VALUES(310129,'fa8a7d674a9a3e4b40053cf3b819385a71831eec2f119a0f0640c6870ca1dddc',310129000,'61587f9b5d05f8f553f0a4f580f38a140edcf7d9facb13c542865f5ec586a32c','ca3752868d963f0c165166928139cb078aefd0ebcbd9ab8f182c631ff941a56b','f249a2c44d1c4cc5186ee741206aa06fcd21823ad57d86d334acdee57b1d50f8',NULL,NULL,0); -INSERT INTO blocks VALUES(310130,'d3046e8e8ab77a67bf0629a3bab0bea4975631d52099d2ddc9c9fa0860522721',310130000,'1ee8c39657890ac946e2aac5409147cdbf1b0004db1f00d997cf45452596f781','bb38c9be1ef6ce22f1f14319cb3e1385d70fc63f7d0b2d80789c9af018baaa71','27ec067f829848fa3ef5e5fadfe6b0412ea3f5593c356af7f6a518ad8a153697',NULL,NULL,0); -INSERT INTO blocks VALUES(310131,'d6b4357496bc2c42b58a7d1260a3615bfdb86e2ce68cd20914ef3dd3c0cdd34d',310131000,'aee45272e68725a2746582f1847582eb9808289d3deca144f8c6cb43bc4f42e6','69fba2b86abed1e740d45d33ec1bed7d2bf7de0f3bd9633959bfe77a21dd7aeb','2fd1115bf78e73e3ae699a341b4d8520f43f06234de7d006d229881bc457d842',NULL,NULL,0); -INSERT INTO blocks VALUES(310132,'1b95a691bf4abf92f0dde901e1152cc5bd87a792d4b42613655e4046a57ab818',310132000,'a3fe51c1d168ed726a78b72db61175f2abb07ea6c614b2886f3054cdd1a858fe','352b00e4db389d411377c2302ecf272f97268e953c30d0976a5d12bffc5a17f7','1625a202182547cd54a08d627fb1ea9465047cb0206ae7eb47cda446c803d938',NULL,NULL,0); -INSERT INTO blocks VALUES(310133,'1029c14051faabf90641371a82f9e2352eaa3d6b1da66737fcf447568ca4ec51',310133000,'626743e51b462163f23f22079d672379def21382fd88f9155ddd453ca3d633ef','1a7a1af397c6619b629eba7fdef0f0ea2d737e673d182fe985421dee61d0c63a','9d54d58323fb21d31ede4ca2ff821e3a0504e249418a64865fd174bb3820e746',NULL,NULL,0); -INSERT INTO blocks VALUES(310134,'1748478069b32162affa59105257d81ef9d78aee27c626e7b24d11beb2831398',310134000,'4b6e3202cae46fa80222e3ddec001213062ab76b8848eaaf4ab73f44bd84ac55','855a47de54b979a3d958a921c2679825084193b9f1eb0fa56393e0186fb1b440','6c98b51b302cce4711be7f6c79eb753c261ed148cbb41d31ca5bcb26cbe20bef',NULL,NULL,0); -INSERT INTO blocks VALUES(310135,'d128d3469b1a5f8fb43e64b40f8a394945d1eb2f19ccbac2603f7044a4097e4f',310135000,'e32784cedeadac39bb292da2c5eaffc983f416e0bf387978691e4c0fa5b1715a','80e68a8a303975543781e760be8d8b151206fb0335d3e0f5c2821d3e482b0ef0','38c73a7af1e08e6c6bf09a6a8acd4bab5d48e012c854ac000fe28a521f7cf0b1',NULL,NULL,0); -INSERT INTO blocks VALUES(310136,'6ec490aaffe2c222a9d6876a18d1c3d385c742ff4c12d1334613a54042a543a5',310136000,'93c67fdabd991708d1e35dabbdf7acb4e928763eeb817b32a79cd0bdb414fd2a','5fd1f9311646bed047ec4ac1d5aa5c74d68d26ddf6bdec14f2f53f4cb9c1f6b1','bb3b688991687c972d0894add518e9fefb83b76898c2a3f8887229483a5fd74c',NULL,NULL,0); -INSERT INTO blocks VALUES(310137,'7b44f07e233498303a57e5350f366b767809f1a3426d57b1b754dc16aba76900',310137000,'8a43d01155ba47b8b1311c41d5a57112198857701c2970d0fd373da04ef4e585','d1f1a4a5fb78621aa1be58d32795feef8ac82572c34a694bf6b0b8c3c73ba7d6','5d768d0d6590e35d35db56b48152c232a6bba9cbd96596da044f8534cc8f8480',NULL,NULL,0); -INSERT INTO blocks VALUES(310138,'d2d658ccbf9baa89c32659e8b6c25b640af4b9b2f28f9d40baae840206402ab5',310138000,'4acf0244f3188f60152acc8ca30dcaeadf12e6669b15377c81b7e6dc3c8892b6','645be1bed53d63c268cd21d99a914aa4268b5a357dafa57f706075a66e42f948','cdb0742f83af1774e792e1c7dac7d9f0d38fdc3d4d5df323c67e6bc4b3353af6',NULL,NULL,0); -INSERT INTO blocks VALUES(310139,'b2c6fb61f2ae0b9d75d18fce4c52a53b1d24772b1ad66c51ca51090210527d46',310139000,'2d77bdd47ed1b3be1c2edf41473bd5eb707d06dab33717b01c4a227f9855d73d','c1e0ab9fe21f807be3431a5d28c048b7f5c49ee5cfba7b9a0a837d1fa5c90f4c','804c5363ebf5da164c176f59af94c9fa7932cfa48268fc8c5ea0eed3ac838392',NULL,NULL,0); -INSERT INTO blocks VALUES(310140,'edddddea90e07a466298219fd7f5a88975f1213289f7c434ed47152af6b68ebb',310140000,'277c0c6dd1c505dc6f9a222c737296396569d8e007c4b9a42582f108e90fa624','ab9a8224e0e3f8f728b56fd3ff40d960d9d336b2743932053b2419423223f2ac','40effeb560c00b7a0231ad7404fc6c389994cbb6f68a9a8a091d5df102056a38',NULL,NULL,0); -INSERT INTO blocks VALUES(310141,'b5b71d2a271bd638561c56f4ffbe94d6086debaaa86bfeb02ef0d71339310709',310141000,'f5d0edff3f22b2e025c884b7c738abe641bca9110a6b9a7b90de179fd6e5d2dc','d272db9ecd97edb037736fe46ab9585397f38a6d1c1d9455e64b8439811ebe4f','dbe3dc8f68bb56a270e5bdf09163b6ee49a7512333d3b9959eab35ef7b14ebf1',NULL,NULL,0); -INSERT INTO blocks VALUES(310142,'a98ae174c41ab8fc575d9c8d53d8e02d8e446b8c6c0d98a20ff234eba082b143',310142000,'a9f00ec826a30e66820ab2920cf9573244a24dacd63d48c080b9e80b1c5e05b7','0c2ddacd61856ee0743eca9125326981ab9f5711982f53874a0f8153089a8d97','469d0c1ba5809c7a31b848e2eda7aad251c1d3545f50f26341abdc7104b53ef8',NULL,NULL,0); -INSERT INTO blocks VALUES(310143,'8ba2f7feb302a5f9ec3e8c7fc718b02379df4698f6387d00858005b8f01e062f',310143000,'b5765899f770fdb6cf1120535d85826c6b0ae44b16b8d5a619c5cd12c98783ea','39ef998b6c6130f79df8dcb5abff84c18a485915f1088b36a10de30da8c6f9c6','d4e33dcf9831c8452b4ca2b7375ee9d3026f5619ab8c208ecbd097f9624d8187',NULL,NULL,0); -INSERT INTO blocks VALUES(310144,'879ffa05ae6b24b236591c1f1537909179ed1245a27c5fdadd2218ab2193cdb9',310144000,'1a80f48136e5938b33f817a7cc1cb60aaf6d628b7811abd43e38cc807a18072a','0b547c8db7446cd3f26dd0d8b88d533c1361fa5dfae6127b85e87095b42ab66b','9dfd8890b89bc88abe6f006e7e8ac38f0ed765272f4bba47dd0c07bc647fdd97',NULL,NULL,0); -INSERT INTO blocks VALUES(310145,'175449ef0aa4580593ad4a7d0c5a9b117e1549ea772af00caa4ccdc9b1bf7a6e',310145000,'fce2f084c1776fcb36b3ae3e0c952893934e24672ffa0d3dac72bb1278af8264','bcef3d9f5eb82fb2198d268e442edfca029d5aa3ccff5e5306f0a1a8cf43b30c','3ec3b323c0e7eb59657fb6c88c7e9b3b20167eb62821d296c9d0064c3480a5c5',NULL,NULL,0); -INSERT INTO blocks VALUES(310146,'e954ab6a110455d745503f7cc8df9d92c1a800fafdd151e7b1912830a9cb7184',310146000,'9a98eb971580a0a69fceafc5fd41f398f1908b626c47df57965d1863e9a24b84','036b1784841e65e5905b012f2b74c70e1d9c33b769603c01387d13e693343411','0522925f54a2ad9e10f4515fbbd1d4a36b9d02232740b083fc22e93b8d5fd010',NULL,NULL,0); -INSERT INTO blocks VALUES(310147,'7650c95eba7bf1cad81575ed12f32a8cc36281a6f41bef13afe1dfc1b03a7e83',310147000,'336a89d3d137810d3220d2de432f72e3b3ccd2ada2b746da3859c77dbb89d6a3','184e1861a82afa97634e0ad72cff532220a37d75f8eb5e1265039188124f6ad6','8336c48d177486c4234210da49eda224fcd6bcb1e92bdf709da5d1ccd1505147',NULL,NULL,0); -INSERT INTO blocks VALUES(310148,'77c29785877724be924f965215eb50ffe916e3b6b3a2beaea3e3ae4796545a7e',310148000,'f904794337dd67d356981d2623b8c3d1d78ba584cd98a8c1db939951d3102612','c75b4218153bfdf3baf44f22f99523f7c54d957994ee838c05c08dd52d98c06f','d25998b068dfa9bbc50d8af93cce9ab1120515d08b01def1d9cdeab18eeb7af1',NULL,NULL,0); -INSERT INTO blocks VALUES(310149,'526b3c4a74c2663fc04ed5234c86974bffddb7235c8736d76860778c30207b3c',310149000,'c2972fbd048790f54d9ecef4e18aedec8ae7aa28227d1d43bd19cd71b4feff85','8dac7e6494cc67fc5c186e74b08d9fc8bc92cf71af9b0e1d919c48e9fecf7660','ecf16e9d49786b0fceab1602b8fc325467071251d4204aa087139045151f03e6',NULL,NULL,0); -INSERT INTO blocks VALUES(310150,'cdd141f7463967dbeb78bf69dc1cd8e12489f58c4ea0a5dc9c5c01ec4fcea333',310150000,'88b999e4ae34386b826b0f3b315953b5eeda8d9ef496af051498bfce6d8737fc','db25206ba3a052c622c6a5063359308d04fc2a031d6509447d838cf96a0632d1','c0407b12f9a109db3b57e203cdf5bd91b0c120627168527960d9628ccf0a60fc',NULL,NULL,0); -INSERT INTO blocks VALUES(310151,'a0f31cc6e12ec86e65e999e806ab3bfa18f4f1084e4aeb4fbd699b4fe284b330',310151000,'b7c176a2eff86655f8b0b71cc8bd3bab3a92ba203d4ccd911d63f3d2ce7fdc25','c6868100e51f390d57b2da8324915c9751aa3882b6e102055fcfe229d1abfc85','2855cd0eb2b8f28b402003e7f5e874cefe68a8a432523854403322be22a71ca2',NULL,NULL,0); -INSERT INTO blocks VALUES(310152,'89c8cc3a0938c63a35e89d039aa84318a0fc4e13afac6beb849ac37140132c67',310152000,'3f9471c393bc2bf144b17a5febea88c42982ae746fd700a5903c0e6e541e2b09','ff691488593add72ffd8fb9c8eab2b2c6f92dc2082615b3829f4b84fc8a81f88','db6aa932580f03b55d1d733be23ff7672f82d8557263551ef29cc6b74955ab89',NULL,NULL,0); -INSERT INTO blocks VALUES(310153,'d1121dfa68f4a1de4f97c123d2d2a41a102971a44b34927a78cd539ad8dca482',310153000,'c6bc81e7b7e6758bbbfe10fa0e688b09e679fb74a18134639e172c18c6e017a7','6c303c21dd9de15f2a265d88e04a2c110f32718da29a06294ebafe9ed91d4441','e234abc35886365ceb53bc1957306236a769cd19e438bad13adbbcc75a0f7a14',NULL,NULL,0); -INSERT INTO blocks VALUES(310154,'ba982ea2e99d3bc5f574897c85485f89430ae38cf4ab49b7716ed466afa506d6',310154000,'b3e07f9de85ab67e88042b1bb52302c6eb16b7ff45d5be6a49700f115ed396d4','b21fe34642b2c9ff09e65be86103f1c3390a01eb51b4d8b98456558639ef6e1f','2f543b6b1c7cb5b5f8cde27fc0ce8e14412c16cab05c135d4b618c35be58d435',NULL,NULL,0); -INSERT INTO blocks VALUES(310155,'cefb3b87c7b75a0eb8f062a0cde8e1073774ae035d176e9769fc87071c12d137',310155000,'27014841a468e23bcb70c718919745eadcded4310031a7be90a4732c96509404','0e5f0bfae3a6ced9c6498cbe95b8bcb56c76530830baa61345b8072aa6e28ff3','50b3deea35bd525a20b62c46d1c616ba1563da2efad855d330850f28951838a0',NULL,NULL,0); -INSERT INTO blocks VALUES(310156,'6e3811e65cb02434f9fde0445a7a2b03fe796041458737d0afcc52208f988a83',310156000,'5597aaadb8cc75848219f9fde3f5d76bb5592689c72068db59922732e89eef9d','ff3319c50ddd9bbd558542bdde3d612a475b543d6a34ea76738d929b5e05a380','5662abcb9831ea451789a3d0f7de27c49381426b034eabe8ff09fd4732be8180',NULL,NULL,0); -INSERT INTO blocks VALUES(310157,'51dd192502fe797c55287b04c403cc63c087020a01c974a565dd4038db82f94a',310157000,'cc1ae27fef286424e40204f6b575e9e079e1f7a5ccf6cc356729a7c4a7f83eb8','9b4884eaca300843017c2732aa8d09815eee4701cff996cc8b6ca6d62af4055d','413d340e8a0cb86824c30e0147c6c92d41bfdf8ae655e1681518e9bdebac1fbd',NULL,NULL,0); -INSERT INTO blocks VALUES(310158,'749395af0c3221b8652d31b4c4410c19b10404d941c7e78d765b865f853559d2',310158000,'6d80d98e778b30c124b0255b3e72620f432245d0f841f6bd62a0fcff44843bf0','03a33d54ece86ab81f4f6e1cb337b07b6fc105a580a4ff82496885c7671939a4','33d974c55f8b5ac6039384e907e0ccda44742d9ec07919617b70315063131e65',NULL,NULL,0); -INSERT INTO blocks VALUES(310159,'fc0e9f7b6ae99080bc41625588cef73b59c8a9f7a21d7f9f1bf96192ba631c12',310159000,'d8ab8bb14092afea6cc675d2f50891318e3169bf9dbe2d07e80c4db95f0f2033','c292a08eda8cb807f0c11947fc08c748353bf545596d8c6c03a4a734d25461a6','4ffd537f1eae6c48e0cb9c1045311e2c56b9911bf0c15f4c04f7c89012f3496b',NULL,NULL,0); -INSERT INTO blocks VALUES(310160,'163a82beeba44b4cb83a31764047880455a94a03e859dc050da782ed89c5fa8b',310160000,'2d76a042d062b73b7dd956d5cff0ee397f068c04eae6cf5b9522d3d55e88cee9','df1e1e18b65c4322284ab36204d9f4397c0dade89bf25486c8b84f6358e0f18e','9b9b2e8cdc7dd6b6279dd505e91b6ec09277b2abd33a8f559675cc962d736bbe',NULL,NULL,0); -INSERT INTO blocks VALUES(310161,'609c983d412a23c693e666abdea3f672e256674bf9ee55df89b5d9777c9264d8',310161000,'beb3496742415027bcc0d59f3385809523c8783cd91a5670f2fb6fec3230e980','e61374e297180716eee972376d16b85266342dfcee4f383ba9061360f7c0a425','4f94a0aeba20c6b750aa23e02a844b14adde57ea70be14ed8ac2b1cfd5e93f1d',NULL,NULL,0); -INSERT INTO blocks VALUES(310162,'043e9645e019f0b6a019d54c5fef5eebee8ce2da1273a21283c517da126fc804',310162000,'066a2b93df863300741145cd6a4f1a9ea616bc787861cb8ab809f59d47a6fa1f','bc115f6ddeebabd3e0ea592604ff679267b755376e509c4760cfa394e86498df','b42f6e4a1ce270bf1b86c76a129c92ca897a1d376e976a4ba084cc8e7a234232',NULL,NULL,0); -INSERT INTO blocks VALUES(310163,'959e0a858a81922d2edf84d1fbb49d7c7e897a8f49f70bd5b066744b77836353',310163000,'460c271269ccdd8775925b511705207baed8fc212caa7e74fc08a80be600a38a','d16b6243e4c0718a2adca941956564325985750a9a0833aaa35635335cb504ea','b66ddc0e201c8d7b32816002ef0c5c6ec2737d18768143b4e8deeb5f1d0b3b79',NULL,NULL,0); -INSERT INTO blocks VALUES(310164,'781b7188be61c98d864d75954cf412b2a181364cc1046de45266ccc8cdb730e2',310164000,'19a7948cd1bc4a89a427d48bb01330dadff848e2b32ec8b8abe342872850b268','54068fbe0e385c8ae2df5cb2c601397e15c019c732e37ed484573f07106741e3','f4ac81c04049fa51c3ca54cd69a52dd17f92b56c7d8eaf2a91b5d80369fe3005',NULL,NULL,0); -INSERT INTO blocks VALUES(310165,'a75081e4143fa95d4aa29618fea17fc3fabd85e84059cc45c96a73473fc32599',310165000,'97f0a48a26daf011a8c7b22bb772228a0c8a920eccd011e713956100c9fbdf33','0783c9e3d99f4f95b64b38b92c4e8b7d257f325d10cd83bc86d684378b9ebbd6','08bbd0b6bb25390b4b73197dd12ed9d86cbc0c26ecaf6860a0de71ae6aa0207a',NULL,NULL,0); -INSERT INTO blocks VALUES(310166,'a440d426adaa83fa9bb7e3d4a04b4fa06e896fc2813f5966941f1ad1f28cfb41',310166000,'edbd00e1229c673f4f15b3ac7bbe020f54b5f3a61b1d158658471076a55c77b0','683f4ab00ee1ff495bf452c511c1582100191ef7b575139b9d2f102c852018c8','51c986f9aeb0bd399915d8a9b0e6554ad9b83944aebdd4644b0c840832dca282',NULL,NULL,0); -INSERT INTO blocks VALUES(310167,'ab4293dbea81fedacca1a0d5230fe85a230afc9490d895aa6963acc216125f66',310167000,'e118e0f3aad5be73080f4d1892517e8fd2c4575589ccdfadf980edebb9a66a14','d2be4356643047c7bd04eede767d4f6853885f408827f3bec8c54ceb2b7fd71b','440aec76670dc63235e249851c8fd31f5248174487e4251744ab487bacea84e5',NULL,NULL,0); -INSERT INTO blocks VALUES(310168,'a12b36a88c2b0ed41f1419a29cc118fae4ecd2f70003de77848bf4a9b2b72dc9',310168000,'267f48eb4e3b0925f4f472d8ce6ec57ec5039911b13a14ff2884a41a9cafd7b1','ad748b661aad47fa8963b43999846ef9bd00ea2595747f835710360afed16797','cfdd5dd5f886d6ead6f29b4462fb2f7369374e1e65f6b3097349d809c92fd67b',NULL,NULL,0); -INSERT INTO blocks VALUES(310169,'204809a85ead8ba63f981fc1db8ae95afe92015f003eaebbec166021867421f3',310169000,'df394a6f3b2a9b9dded6019dce9f3d3214db1f30019faffbdc2ce614f629b25a','3a92e2c7808a00a0ff2b2fb4695b225acf6262c57753023334bcf3de8e1c7ace','9bf9ec029cb1ffa9891684a9b84eac1d6f74420356b7e105b75d836f254cf2e0',NULL,NULL,0); -INSERT INTO blocks VALUES(310170,'b38b0345a20a367dfe854e455e5752f63ac2d9be8de33eab264a29e87f94d119',310170000,'3081081c2ab6d8280ef721c5836d0fb7e89eb3d747a4e4522d2e22f5a6b153a2','f4ada9df3e82d94ba52292e829c4c814b3f0d04f0e3f8606a90fed651634fafd','22a2aeeac9df6e26f4518267ffaa7d4a192180c30ec1f4b580856626011de295',NULL,NULL,0); -INSERT INTO blocks VALUES(310171,'b8ba5ae8d97900ce37dd451e8c6d8b3a0e2664bb1c103bf697355bf3b1de2d2d',310171000,'e6a4017e4f7d9da50bb3817990c3e115d5035443de8824dc01b5380a5b4c52a9','e335e773387256c016b82649c44647ce0355aa108249413f02117fe14f39c56d','b562b0fb7657f4fac9984d096f68c6a035fb1e25d6f110bcd8ec81e2cec63771',NULL,NULL,0); -INSERT INTO blocks VALUES(310172,'b17fda199c609ab4cc2d85194dd53fa51ba960212f3964a9d2fe2cfe0bb57055',310172000,'89e90622bf8363bcee5cd7ab6d48b6d06ce4cbd067f9985e35e67fc683f4c103','d03bfc2a16d240505e3413ce267b263a0ddde5b3f8a04acb6a67d33a89434996','281478fcb61d0423e2507c19a58ec94f12a91b33af63f47d34a71942c57c29a8',NULL,NULL,0); -INSERT INTO blocks VALUES(310173,'f2dcdc5ffc0aca2e71e6e0466391b388870229398a1f3c57dec646b806a65016',310173000,'35ceee6a23757fa49e7f5c34ccf0fd034731e95d564257b443ebfdee7cd294d3','73c9dd3d2f5390d0d4379cc8f5e195ba4a0b4d280d3fe663db3940d4a42108ef','5c2acd5541d48d7eeb4ee30c78bae239f9c64cb4bd9e6b7d18f2ff77498598fb',NULL,NULL,0); -INSERT INTO blocks VALUES(310174,'fa6f46af9e3664353a473f6fffce56fa295e07985018bface8141b4bf7924679',310174000,'101dedf34bc0788c0589c8e2b1d7da4ec65f6eab2e3c5523c0903db685cab017','71d9279604a4ac7dbd49f6672ec6cd19ba59b62302eb1b1bd78ecd3b6d4a5263','28e27c61b03c50836ba58faebf899b7bcc6d90c52a09ab307ceaecceedfb8a8a',NULL,NULL,0); -INSERT INTO blocks VALUES(310175,'f71e79fe5f03c3bc7f1360febc5d8f79fc2768ce0ff1872cf27a829b49017333',310175000,'67de4a0a9e52d9ae06caf62b3412d0bf2c10a6b24716210b21212d75be75ad6c','90b52df6f0427a7dc695fa0e17a7bf3e59d788cf4016bb65c451a151c38f121b','bef38356d882f31081940f08c0bc01f8fc9a309623dd7bd1133078da48256b62',NULL,NULL,0); -INSERT INTO blocks VALUES(310176,'67cd1d81f2998f615602346065e37f9ceb8916abb74b5762ead317d5e26453c6',310176000,'a90bd400e15727fada1a27be4a6e228bd91a15f0dbd0fb7de3b6779a8bf89e4c','b870ef1dabda015a561f74122039890b1c9c98e2c4c547dea34ed296fc99e8e1','03a6732d7540cd9c9adabc77abd68656a672a176a1ff2ae8c870caf1a0c66a09',NULL,NULL,0); -INSERT INTO blocks VALUES(310177,'6856b1971121b91c907aaf7aed286648a6074f0bd1f66bd55da2b03116192a52',310177000,'bac315d07dee18e27336a46ff3ffeed58aaf8eb1eb702e98a93c06303c937716','80b0eed7b842a9779b358c5293771470290876f3acb617d85e1a97e786a73092','923e211439384c4f3c10b9053ccb900ed1dfdbda3eee3c4ad1ffbf95160fb3b2',NULL,NULL,0); -INSERT INTO blocks VALUES(310178,'8094fdc6e549c4fab18c62e4a9be5583990c4167721a7e72f46eaf1e4e04d816',310178000,'186ea0ece84d21ee21889ff13c98959dfc1842063a970e0c095552f0ca86515e','79d67c9aecc8676b0743ebc9af6b78c6f40d264b54bcb510b0028715fc1ca4bd','1c2039634e15731b0fdd1b4668442d24a02c3a510d5496352ff8cf41bc9fc2ff',NULL,NULL,0); -INSERT INTO blocks VALUES(310179,'d1528027cd25a1530cdc32c4eaff3751a851c947ddc748d99a7d3026a5e581a7',310179000,'0200402ef08256efa0adc85b2b4b15fb7448b5107b65fafbcc7985d809e84bc8','3bbcd82428f094a7089c7c9a5c74be0e400e4a03181ea95faea8681323851d43','8156d80a4b24744f1627f096daa977f09425757ccd0667647d9faec710d6304a',NULL,NULL,0); -INSERT INTO blocks VALUES(310180,'f2f401a5e3141a8387aaf9799e8fef92eb0fc68370dae1e27622893406d685c1',310180000,'13829eeaf9bdc54f87366e35616c5a57cd836c63db8a9ba7d117d02377ef43e1','2398e91ec31dc2810a4648946a85f5af7df71cae0b678f99aaa17e97d215785b','25094bae2edd5766f198b94a13c93f67eacb85fbfabe17c66a0016820d2091b7',NULL,NULL,0); -INSERT INTO blocks VALUES(310181,'bd59318cdba0e511487d1e4e093b146b0f362c875d35ab5251592b3d9fed7145',310181000,'81b4d83a623a55019ad720c1bd3ecef100d8ca49deda91b8ba6ffe9802764df7','82cb247f5dfeeb31342861a77bceb74957ceb62932de536d837988a2f471f599','5c51090bbab1d288083cb7db99ba4a1f792842b88c9db8b678925e3396d647fb',NULL,NULL,0); -INSERT INTO blocks VALUES(310182,'a7e66b4671a11af2743889a10b19d4af09ec873e2b8eb36949d710d22e1d768f',310182000,'935e40f93195d450b292481aac481f445d2de8786d04d26263f4adc5a348704c','1a48f71be7c5f3baa68d68c393a6c68d63596c561005ac7c6df457584fc18c6a','ab94ff17e4b813fabd6ff33c562c0c9784ecb3f3c9500443f402a6e6109b07e2',NULL,NULL,0); -INSERT INTO blocks VALUES(310183,'85318afb50dc77cf9edfef4d6192f7203415e93be43f19b15ca53e170b0477bb',310183000,'268bf841be40615472bf4c60b5306d0763ed50510fbb55c47a6a0ac726e8701f','82d2641b1ab0cdf057e8e68b0cd7824ff8c60222f8d4e23125d68beacf2b3293','6af950da202da0a07ccf4d8df28bb320e539a4aa57b893f4e0c18234b01e72a3',NULL,NULL,0); -INSERT INTO blocks VALUES(310184,'042a898e29c2ebf0fdbb4156d29d9ba1a5935e7ed707928cb21824c76dd53bfc',310184000,'64323488ca4d32a1f548842db4ac772b750599ce6222020ef6149b4a0e54a935','9a7f77be4828adcfee8ea1f106ecbcb55ae758d5098a6fa1aa3a494af957f7cb','b613ca550bd5b87a8571dddbbcc427b4055c167c3c034d46da08b50271431f1e',NULL,NULL,0); -INSERT INTO blocks VALUES(310185,'bd78c092ae353c78798482830c007aac1be07e9bc8e52855f620a3d48f46811f',310185000,'8946baadef2e19c5e4e4b2d771b36982a217486dcb0f95097b41ce633e61da94','8956f030f917aa87d9b309bd845b59cb37ba2265184ff1f67bfa4b61e32d43c3','239d06a06eb00e0a0224cf795783f84b44aa6b26b53efb5bda2f7eb45c5d3634',NULL,NULL,0); -INSERT INTO blocks VALUES(310186,'e30a3a92cc2e5ad0133e5cee1f789a1a28bea620974f9ab8fa663da53e5bf707',310186000,'e68b5525927cfee15fefee02a16fd700abf6b6e7b4e32e57df7d324fae7ae090','137a7a7a1ae71a317f7c3c48f7f84e4a782a515fa2096c2abe2c1adeab4e8256','258a813fa4e3164b8ccbd8d6835c0cebc5f2926110d41f9c09658a154bf1f741',NULL,NULL,0); -INSERT INTO blocks VALUES(310187,'fc6402c86b66b6e953d23ed33d149faa0988fa90aa9f7434e2863e33da2f3414',310187000,'c42efa24d48339fc341908a30c6679beeadc9f5918d8d3e62d5c4b06fec845d5','cc587cfca94dbe30e6670dbfc4a5e3ec46732731f5c66aab9c7ef9028b05c22a','637ace2a492440d823936c3600b7c450de85c23b0abaae2af0ab360a18ec0dcd',NULL,NULL,0); -INSERT INTO blocks VALUES(310188,'85694a80e534a53d921b5d2c6b789b747aa73bf5556b91eeed2df148e2ada917',310188000,'13de1d9b569d5d2525ecfa39b1eda69f9fd474683b6e34554b1a755125e96e5d','2fcc160068a4eb52ac410937237ec3813bfee52750bd8cef939738b81c8ac30b','b4db43aeae906c2d01ef62d469d8c3d067263538c00ce25c10141e4a4ef0ea1a',NULL,NULL,0); -INSERT INTO blocks VALUES(310189,'7c036dadf19348348edbe0abe84861f03370415ed2fec991b9374dbb0ca19a06',310189000,'582b8b3d3a226d3f6df497cb933ed5f42e1e992c0c25372ec15de424c0a33368','ae81616b5fd77e3672318a0a5ef1b20106afc3ce7d730c8beef848d73ba53a0f','8e1092899b61853e248c3f2fdd9c462433b66faae7500d0a527184bdd632a036',NULL,NULL,0); -INSERT INTO blocks VALUES(310190,'d6ef65299fb9dfc165284015ff2b23804ffef0b5c8baf6e5fa631211a2edbd8d',310190000,'d4c49d5e3aaf21e6fe1c30663d0ba93f7dc9ddb03611e3751fba9aac8d382ac4','48c70376450aa80a2a920e4b871d27d1efe703b377ba446a262e06c9a6677611','58363e16416e3ddf0d6540ae76818b45281d4e763ff8390d8a96b2727f06ced6',NULL,NULL,0); -INSERT INTO blocks VALUES(310191,'5987ffecb8d4a70887a7ce2b7acb9a326f176cca3ccf270f6040219590329139',310191000,'23d340ff3f1979a43bd1336c9c882b5ee01c646cd104060feacdb5db78025cca','704b02ead8ed3e4e6505225fc620073993e9c3b13209bff9b5f638d5f21ce23b','33d000d833eb35ba6c8835de4478c2927d6c58286da07bdfc56492b22317c07f',NULL,NULL,0); -INSERT INTO blocks VALUES(310192,'31b7be43784f8cc2ce7bc982d29a48ff93ef95ba18f82380881c901c50cd0caa',310192000,'cd18860851bceba4a0174480ccdc0f6ddc47b31ce71af8ec8500cb07f75d9da9','17018479e73908fd235313691ed8464b93a0a5db774d3608294e23fba918c672','3c653d595998e1b627ea9d0f72bb6527968672ed0a29a79844d7bea2ccd26c9f',NULL,NULL,0); -INSERT INTO blocks VALUES(310193,'ff3bb9c107f3a6e138440dee2d60c65e342dfbf216e1872c7cdb45f2a4d8852a',310193000,'391e97ae7ccf5bc38ac72e7ad1256f24c28297c625bd9a789cba8231a5ade046','d08696a916e09e242fd20a9f8314cd4fb6305e991b506c53e3ef3f77e2d1d6dd','cf2272bdda925a1895fab328884f6d96484a4fc28b2244cd8ce23202fa7b66bc',NULL,NULL,0); -INSERT INTO blocks VALUES(310194,'d1d8f8c242a06005f59d3c4f85983f1fa5d5edcc65eb48e7b75ed7165558434a',310194000,'9141c9b38087c7cf2b8c11ffd55c2eabcb3bb09f132ac0baf9c3779f628dd42b','d5f418ef4569bb977ff73ab64235b3697d0f7f326f95696e6f63c56cdd180d6d','6adc19428e64151a4b72d1ec0c235803ef62154cd24005f903893842be899c52',NULL,NULL,0); -INSERT INTO blocks VALUES(310195,'0b2f1f57c9a7546faac835cbe43243473fa6533b6e4d8bf8d13b8e3c710faf53',310195000,'705918f002db29e7b3dfbfd6378f79d53e33c6ffa3948b2e3b5c85f85009bbde','d0165e09e04c2049de1d8582291e623c80477499203b702e46fb829390ed64c0','bc9b109a1da586f5899542d09bcc87dc4e55968db6e5987a3da773ca234ad58c',NULL,NULL,0); -INSERT INTO blocks VALUES(310196,'280e7f4c9d1457e116b27f6fc2b806d3787002fe285826e468e07f4a0e3bd2e6',310196000,'59e12df19e3c0e3e23a5d1e9783c75e236a000774a038553312919a0f46b8227','57dc6e1a18ce4910ba32e109820e8e0630070251ec745e63557c98ce71dedd80','7daabab31e606bf92b426109360dc9531145b30ae5ff94f93b8a2a47b99bd58b',NULL,NULL,0); -INSERT INTO blocks VALUES(310197,'68de4c7fd020395a407ef59ea267412bbd2f19b0a654f09c0dafbc7c9ada4467',310197000,'a0e1817dfc258180fa1629710ff3b6026181a9042fecd2c8b0b5e38118199e07','58d18f5f2362b4bfbf155b16fc4e8868b311286b25365f3b4b1a9bf73fab69b4','f904e66cfa8e4d1aa8261bf4574c8053fbaa65a7b80a3ae6ce6f0c957e46ea2a',NULL,NULL,0); -INSERT INTO blocks VALUES(310198,'30340d4b655879e82543773117d72017a546630ceac29f591d514f37dd5b1cc2',310198000,'ff51bfc670b1387bfce53781750e35a3bf69d907167cf9cf57e15613cc0ff3b2','1443d1c76f64272d6ea00fb8f78913e72c617c515a162c9f1c213be02d48008a','96c6611e0d15a3ecc786595dd801900227b9145af8af5310138b27ac772f38e2',NULL,NULL,0); -INSERT INTO blocks VALUES(310199,'494ebe4ce57d53dc0f51e1281f7e335c7315a6a064e982c3852b7179052a4613',310199000,'e5f8f8f00de32f0d8d2b62eba27218edcee77563960fe074da5ae86bf5b553f1','87fca2825c48b9ec9db31e2d6e8e8354a0ceff7fa3df299dc2868c7d616a9599','a27effea3aaaf596164710db01815210b51a993aa71972cef283a5e209ecd918',NULL,NULL,0); -INSERT INTO blocks VALUES(310200,'d5169d7b23c44e02a5322e91039ccc7959b558608cf164328cd63dbaf9c81a03',310200000,'fd8fb664576868d4f1c843b28efc7ee028417034a33d6f5635238bd13c701b2a','a88ca1fa9d0dfccf2e49323a500ebdfab7ba13b60dc9011c6b510741148dbf54','ef88ee05db80d3548e7b4417a94aca214929b726e8819eb38f329ffc4a14cc25',NULL,NULL,0); -INSERT INTO blocks VALUES(310201,'8842bf23ded504bb28765128c0097e1de47d135f01c5cf47680b3bcf5720ad95',310201000,'7e2dbbf14c0620ac0fd4e0e676857e2d055fff80cadfe2d9d0dfe07d36738722','f20074cd00170edae909606eb1bd3937afaa3711590eb7d788c564ddbdc6600f','4a3f3fcf80aad0c3e9afed06589149af480c3a67d481d14f81f48d579ca28432',NULL,NULL,0); -INSERT INTO blocks VALUES(310202,'95fa18eecbc0905377a70b3ccd48636528d5131ccfa0126ed4639bc60d0003d8',310202000,'084c24e81842ec8edc4144ad64df9f12377318fe4dc491b307b7d377f3f81b2b','76c57648e216c5f191f04b79d2a1149d273b2a58a6b4956eb1d077abd2cfc113','341e9b5603458dc960a7729976196b6cdec75260b4bbd75038d22d43b5aa3780',NULL,NULL,0); -INSERT INTO blocks VALUES(310203,'ab15c43e5ac0b9d4bd7da5a14b8030b55b83d5d1855d9174364adbebf42432f8',310203000,'4b0b8d82a5a2c8600a09b1050eed4440d9e0f2d817498f3e32ba27ebcfbaf6d5','3e49b55d1309646ffce3b91d3cc3c53c488377518fe30cf6397c0d3c2aec45f4','b432b5d565c0bc17defa007fda87f9bcf122ae87c685ab73af45a635b3c8c89b',NULL,NULL,0); -INSERT INTO blocks VALUES(310204,'18996fb47d68e7f4ae140dc1eb80df3e5aba513a344a949fd7c3b4f7cd4d64cb',310204000,'9f81657142f7523c01595bef4e9008d8525c2337f6d90140e05abad619d94416','89015233602aeb77d2097a328f2a5a065245131ac88ec6ac2d2b9b056e7764b6','96a5ca0b109fe25af42a094563c257f69a311549288bb7ba7445bd50fcb3592d',NULL,NULL,0); -INSERT INTO blocks VALUES(310205,'5363526ff34a35e018d1a18544ad865352a9abf4c801c50aa55742e71630c13a',310205000,'fd1cdea0193ed914cc408968efa42377d7c69453aa9bdf8bdf0731d4b1501b01','1ea101d94c29967a141d71d3b8b15b278f3530c4c16c7e0219b892072d89f8f6','c00cc21810f7979f844f25a907cdcd62eabc4aaee80f59a7c68a35fce3518d70',NULL,NULL,0); -INSERT INTO blocks VALUES(310206,'0615d9fca5bdf694dca2b255fb9e9256f316aa6b8a9fc700aa63e769189b0518',310206000,'5845d6bedf81fba710999bf2954b3c1f3f9ca007a09d812ccae8e2a6d3b9bb07','e26d49ceb523c99c2583e7bec1b4bbe1f8686c2bd009626fa4c8966c642a1bb8','38eb4f09763e2d86bb16fe11bf70524abc95a00ae08802af1574aea14eeb74dc',NULL,NULL,0); -INSERT INTO blocks VALUES(310207,'533b4ece95c58d080f958b3982cbd4d964e95f789d0beffe4dd3c67c50f62585',310207000,'b65cf7069a0eb909357cd5d45129b70c576eeabc0cb13404029d088e24a2be34','596206790b52de9f791b99f7e71e3543cec87d4c3b9439ded8b7cbcd182b08e6','6638a51bf6824e8d18098f46eb17a523f75966ed426f1f7b2a62613067b1c3ce',NULL,NULL,0); -INSERT INTO blocks VALUES(310208,'26c1535b00852aec245bac47ad0167b3fa76f6e661fc96534b1c5e7fdc752f44',310208000,'aa54dc010fec8a0ef3871c91667c45e88ffac08ee2fc93274d7ad1b2b5b28102','3414e0af132ec9df1da5a4304a3c94529bd915631443d34b759a017ad166863a','1850ae0ed6f2e07f0a6ccf74c3e896d725cdc8c7bca1ac6c9d5fbf4035018386',NULL,NULL,0); -INSERT INTO blocks VALUES(310209,'23827b94762c64225d218fa3070a3ea1efce392e3a47a1663d894b8ff8a429bf',310209000,'c7866cb2098c87c1333da5b3dce4c84bdeb620c9f1898456b7cceb23e4027df0','56dce3d0e9dfa62c44e422f41ecc1517bc98302341496db287adf309f666d3bb','e351965bab593756d1a748532580bb9062d4dfa9049930b5edaab1529d7477fc',NULL,NULL,0); -INSERT INTO blocks VALUES(310210,'70b24078df58ecc8f7370b73229d39e52bbadcf539814deccb98948ebd86ccc0',310210000,'207a1c90d1658d55fa0fc2e1507fce98521647ab5c4d11099c2742279cc92b3f','ecd4bb45bef1d8b395add25118bbeedc8d96f818a471bd7606554946a023b151','0465c3e67ab3f274e477244dc8efb4c866351622f8a952376397680ab3d4ca54',NULL,NULL,0); -INSERT INTO blocks VALUES(310211,'4acb44225e022e23c7fdea483db5b1f2e04069431a29c682604fe97d270c926d',310211000,'dfc7fe172f9bc77148a1bfad5d441a3688f718b4985406d0cefd4c4dcd926208','f999268e3400907f85a0448d124df4d139b228327721fad7ad29ef595b0d16c9','25a3150e9633160719eb75e7905a71c2e3e5ce3749108c8becc684a8d71e6d49',NULL,NULL,0); -INSERT INTO blocks VALUES(310212,'6ef5229ec6ea926e99bf4467b0ed49d444eedb652cc792d2b8968b1e9f3b0547',310212000,'32a39bff0606ec93454a2cb144c0bbd1939bf2be6a2ae369b885afc0b5ef33c9','2e46422b38cddef2d8a10b343115c5e587b5456480fb1a019f0a5d541e90afb8','0863768dbac00d552bd52772e6f96fcfa17c6f0e0f1f5ebf5ed2ac418ac179a7',NULL,NULL,0); -INSERT INTO blocks VALUES(310213,'17673a8aeff01a8cdc80528df2bd87cdd4a748fcb36d44f3a6d221a6cbddcbe7',310213000,'15968873880e97e849e59971d4ef19881b1c11c3148dba966f51d986c59ccf36','fa1e7562a89ee572607e6cdbf26c80d4ee1aac2bcd45374d166e2e993f8672cb','830219f457830c27d581eb451d6cae1c943f340c39cf656d4e1c575052d26f6e',NULL,NULL,0); -INSERT INTO blocks VALUES(310214,'4393b639990f6f7cd47b56da62c3470dcbb31ef37094b76f53829fc12d313454',310214000,'dcbdc463154fe49a7f22611fcb53e5ca78501424ba741040d89cac9db0a03ac4','5928d3221dd0bd142368585dc56f9f8a68885be95b7ad46c35bc37fbc61f651f','967bb18dc4d7771c9f66d4d8f22f28efafbf39f24104771f63405be99c6f4e1d',NULL,NULL,0); -INSERT INTO blocks VALUES(310215,'c26253deaf7e8df5d62b158ea4290fc9e92a4a689dadc36915650679743a74c7',310215000,'6047855f1c691f27ade1cc4c587f1c11ff68f5f5bd7959a23f801e5da7773eed','b6410b25a5d6f17a5431f621d6226491bcb2ed97dac543c06e832cdaa8853d5a','be67996da2946607c804830ee23d3e384056dc725b7fea9e5b9ac7326de8f5af',NULL,NULL,0); -INSERT INTO blocks VALUES(310216,'6b77673d16911635a36fe55575d26d58cda818916ef008415fa58076eb15b524',310216000,'a12fbb09858868de79095c8e3222f6fa179f2f00bc3c97c8205fd9367ae05aef','f8b3b6d36fcb97071d826e68d2e6e5bc60f982c470e68644d94a6ec1342d0148','2776fd293af1d65aaf32eb0cc8ed3e99ef2a757495cba6c3ae0092ffcf511fd3',NULL,NULL,0); -INSERT INTO blocks VALUES(310217,'0e09244f49225d1115a2a0382365b5728adbf04f997067ea17df89e84f9c13a8',310217000,'419d8dc096dd58523cd4822748754158f0c11945bbb62100cb5268cd802580a8','a61fb813a69ed40eae923918a73a8dfe51dd6fa14f5426ada1a5a543ab7bb0ce','70c8f0fa303d6a0a1cf6518eaedec8f93c9692bfaf65435ebd93ed6be6a93b57',NULL,NULL,0); -INSERT INTO blocks VALUES(310218,'3eb26381d8c93399926bb83c146847bfe0b69024220cb145fe6601f6dda957d9',310218000,'a36c07f7fdfaf7878d73baf14aee58b42220b2b2411fd1864450ec6ce1fbd173','dc1d785fe75a506a691f0eccaf752017fbaf5ce2b7225bdde3fb538281698e4e','ee33d508cb508019648b2dec97c0e00474763337caf0324afc326d9c3200755d',NULL,NULL,0); -INSERT INTO blocks VALUES(310219,'60da40e38967aadf08696641d44ee5372586b884929974e1cbd5c347dc5befbf',310219000,'7958aa94088ecf0384a9a6b0569e9507d208e009e9ce139c823960e40996a47e','c9aa622e3b372ba0c76efe97c1443cb89f2dfbcf8ff5e28dedf9b3abab3d6384','2eda16ace164a3be1934a7ed75dae75f306970d337d590ec84c82e3a660aa609',NULL,NULL,0); -INSERT INTO blocks VALUES(310220,'d78c428ac4d622ab4b4554aa87aeee013d58f428422b35b0ba0f736d491392ef',310220000,'00907c4368c2dc76d1ef98a0ba3c86bc4746ed2734b0c10f3797e0af70714240','d0c3959f899232cdb5fed61bac2c09e45254959e8bc1a076acb3ba5e3ee63e65','aee3fde6d7f876156503588b341279275d7eb9fd0b3ef5b9e778fafb13be6968',NULL,NULL,0); -INSERT INTO blocks VALUES(310221,'cf5263e382afd268e6059b28dc5862285632efe8d36ba218930765e633d48f2d',310221000,'2e42f882087dc2158036592298321113f1b34e15b414efa6d43364c06d368540','cf40107f8d11aa8ba96b03912967f88c44e69e20d7105f497d5418fc08aa5800','b030b9e5d6f873cced43a4f7b0b37f98f4092a3e8e5c00748a0eda266397be42',NULL,NULL,0); -INSERT INTO blocks VALUES(310222,'1519f6ec801bf490282065f5299d631be6553af4b0883df344e7f7e5f49c4993',310222000,'00c4a5d41dd629bd0973c03152e4519214dce68498999c8dddc1f7a1cad28a82','6a012ee8e82d8d24b0a24d4bbab74cbe226afea1a9c1e129aceccd1d7591a107','c51c7e1f2557cbb59a8f4f4636eac0a1b4cfa509731bce1771bc8a8cb0750f4a',NULL,NULL,0); -INSERT INTO blocks VALUES(310223,'af208e2029fa49c19aa4770e582e32e0802d0baac463b00393a7a668fa2ea047',310223000,'41c7a0fa22ebee9d55f2a3b118314293d155c349ba01069a23ddff76dc842955','1080406ec3ccb84490487860bdd507637fa8fbdc68fc886d082bfcdf9ac835e7','7ca2bed77123e84426fd3519e084f3eb9cc2e83b7ad69ec64263e9aab0682e95',NULL,NULL,0); -INSERT INTO blocks VALUES(310224,'5b57815583a5333b14beb50b4a35aeb108375492ee452feeeeb7c4a96cfd6e4c',310224000,'66c268462442b69efb56b29e08aae1a404d3543e0a20711e8998a31af45ee929','1d5188bf347d72bc66239f3b4c709ecca24141c5474755c567f4176293f275af','40351f86d64663cc817a2a0f070948f549526aa5af735d4a2f458fb4718bf48d',NULL,NULL,0); -INSERT INTO blocks VALUES(310225,'0c2992fc10b2ce8d6d08e018397d366c94231d3a05953e79f2db00605c82e41c',310225000,'cf39fb28a7e4d4db7657bb11a30d592a15c049000d7ac86d4fb3d942bf879b95','61dccc2a6cdf50b56700c893611fac0dd6cccadcd672cd438452ebd30852ccf7','bd648edc94d3e375b7336025f3ae14efa2100ec6e91890f3c5df268537a7ac98',NULL,NULL,0); -INSERT INTO blocks VALUES(310226,'b3f6cd212aee8c17ae964536852e7a53c69433bef01e212425a5e99ec0b7e1cb',310226000,'cb622a4d04645ad96d3e0006f2b7632e8b82e44206d6c1cb75212b059fe18de5','2c131ef357cdc433dce05cf915be1b2c243e51208c877852a19c67968caddca4','ef5932c75fdbc759eda96df0d5963c3b67a8ee0139335fe84409495d10e29b40',NULL,NULL,0); -INSERT INTO blocks VALUES(310227,'ea8386e130dd4e84669dc8b2ef5f4818e2f5f35403f2dc1696dba072af2bc552',310227000,'60ae4209347248a3f7ad39b6436627f06e45433f6b6dd89cfd3383d68974a41c','200ccbec2ba0927612c50a1ce2a58f856ecbda876943bfc2d3404724fff1927a','a2dbcc73ff119df5ef332ca59f6ef17d61df17584d579cf106a4848ba54c7198',NULL,NULL,0); -INSERT INTO blocks VALUES(310228,'8ab465399d5feb5b7933f3e55539a2f53495277dd0780b7bf15f9338560efc7b',310228000,'798206ee77c9e2fc8fe943f9bf2074c9c2560f534e3304b944e2ed3c89ce8bcb','c8c9a18e8420e274c98c528e0d0636aba20f5a6c983135a61e9cd47d60123185','b88e81f75a6a794f40803ebdf96197f2231e0a2dc801c388ffbada21eaed1041',NULL,NULL,0); -INSERT INTO blocks VALUES(310229,'d0ccca58f131c8a12ef375dc70951c3aa79c638b4c4d371c7f720c9c784f3297',310229000,'becad39a4d1bc8d73a856fa1d2bfa251f29b23fec9448a91932dc610243fd8df','1d817cb41854bebc85173e6c6c0a8e6ae5a1bdbbd1077a64265ec4c96d60ca45','bdb842975089efa30051f4e6fd91390001bbfb8c21ea84317133718c9689b925',NULL,NULL,0); -INSERT INTO blocks VALUES(310230,'f126b9318ad8e2d5812d3703ce083a43e179775615b03bd379dae5db46362f35',310230000,'e08eac4daa7d7bc70f2f47a835bb80993d6d6db06d8d8986101b717db1c62ed6','d37fa640132bf2595891bfaa5d1d562495c780569e2a5d4f8863fd60d6396d95','8a9ba5afb4623d2cc3d4c351dc2b7f572968b196de0845fc9af6f54843e3e437',NULL,NULL,0); -INSERT INTO blocks VALUES(310231,'8667a5b933b6a43dab53858e76e4b9f24c3ac83d3f10b97bb20fde902abd4ceb',310231000,'a761c29e76c9d5090cd1d6424beb91d0a9fd9546c67ecaa6d4879177b6745b59','7bdcbdcc058e4c3d39751316b39bc65594624dc79fc8556e2847c94fb5986200','77ff45a9a3c1d63c79b4458b8f00c4a13698483d74fd31dd4de867983977fc22',NULL,NULL,0); -INSERT INTO blocks VALUES(310232,'813813cec50fd01b6d28277785f9e0ae81f3f0ca4cdee9c4a4415d3719c294e8',310232000,'5da469b7e21ad8ec4fe7cc2f426dcaeb18a3a4a3c44385d529a8b252c77a9e43','721ab1fecac8b537de1c90225f23a62d02a6e8b392f5211a8e020d9169dc75f6','df98e1978c4ddc00b63f0cfb78566a0aa34f252a77cd4f9a3ff46932e41cb8a9',NULL,NULL,0); -INSERT INTO blocks VALUES(310233,'79a443f726c2a7464817deb2c737a264c10488cac02c001fd1a4d1a76de411d6',310233000,'d8531834d572acc01591997cac000185facc033e1ab72f8218a70d0ae3898914','a0b57a1491335a2fde88223b77d7c8a248101187be0b71894b6c56c426603867','045cca213f2fe89eb8b954e68fd645cbb0a3150a369564744232251c321403c2',NULL,NULL,0); -INSERT INTO blocks VALUES(310234,'662e70a85ddc71d3feae92864315e63c2e1be0db715bb5d8432c21a0c14a63cd',310234000,'0ac6803ab61e14bb08fd8051424565086ab11b4d33faef077f5a0732eec6f766','b719ec81bc5245492809b946a86c76c121148d506292a4ae125b368f1a24b72a','f5675418725f19709f28d62f1b37d65c7d4236f1e040c7794c86d8022983f06f',NULL,NULL,0); -INSERT INTO blocks VALUES(310235,'66915fa9ef2878c38eaf21c50df95d87669f63b40da7bdf30e3c72c6b1fba38e',310235000,'5f7de1c7fe45858dcc844604a77051d55de3b9dbb5f5d9910ead8bd0f3af48d8','8d81c116619e760608161facac457bb00d4e816c049afbe42f6e0f7d7f1d09cd','57b6eb8167261046853ef339d7a78710fe08fa8bbf5441d5e1ca0016f3c6b0ed',NULL,NULL,0); -INSERT INTO blocks VALUES(310236,'d47fadd733c145ad1a3f4b00e03016697ad6e83b15bd6a781589a3a574de23e4',310236000,'c0437ca60921bb73516c31a74f78d2fb48d2c628b629c8f55c8fbb0060718d76','1c50aa16f8543f1eee5c2585aa8f7ee373bdb58648b430189ef4d8c9b0b767db','9446abb5779fe326e0de72f205c67233384ff26616f3f96064bc983970592a73',NULL,NULL,0); -INSERT INTO blocks VALUES(310237,'2561400b16b93cfbb1eaba0f10dfaa1b06d70d9a4d560639d1bcc7759e012095',310237000,'4340ab34a083b38dbca477b6cc2479e6d70ffd6d6b9b75772068674297abadff','2f23795147dfb09a113607e442cdc926222a2b9c3dc173b9e92ab8560de20c9f','15c716607455bdfeb9d9f5c865f69b524364933799e312ff9f9124f29422982a',NULL,NULL,0); -INSERT INTO blocks VALUES(310238,'43420903497d2735dc3077f4d4a2227c29e6fc2fa1c8fd5d55e7ba88782d3d55',310238000,'6a76891c10ff0f9416ae1a024b985d621154918bd8ab545980b57fd2d18c4af7','31d5717812d8f7e54ac8b7a000c7b599e2123a1de205cef6559b3930c466b961','57ea4b312927253cdb1b5e73c04efa44bcf068671c6ec0351c34bf96dd258d03',NULL,NULL,0); -INSERT INTO blocks VALUES(310239,'065efefe89eadd92ef1d12b092fd891690da79eec79f96b969fbaa9166cd6ef1',310239000,'1128bb89562fc3b112da425a3dee67adaf741a8021ee378bdfeb44af3b1b1fac','82b7482bdf98200b43d483dc7725ea9069ab96d897fa88dfafd73334132d362e','b51bad0d370db1c068ef38366c07c3078ec9fa7690cc8381f528bd1b862d4a25',NULL,NULL,0); -INSERT INTO blocks VALUES(310240,'50aac88bb1fa76530134b6826a6cc0d056b0f4c784f86744aae3cfc487eeeb26',310240000,'be05624b84b2e76794f065f36b4e98d6c6c120f1d8a5db91957bbe7008ce3240','bfd037773e4ad5fedd072183d19e824c36cf21549c374f7d7dab3ac313a1542b','af146b780d21fef9ce14c8e513d773f09da36e001bbecd369a2b8d0e607321bd',NULL,NULL,0); -INSERT INTO blocks VALUES(310241,'792d50a3f8c22ddafe63fa3ba9a0a39dd0e358ba4e2ebcd853ca12941e85bee4',310241000,'5abfdfb1aa42fb80ca4538062d152d965b6a7a56bd1e170a7a109409a4606b7a','e0bccb8ee5ac848700b228d8d21970f33fcc7a2c091e4b1d1f7f71c09404ecbe','b3f853fc4ffb26302a1a4561b1faf709bd1f3742cf6414869d3dd731ccb27c62',NULL,NULL,0); -INSERT INTO blocks VALUES(310242,'85dda4f2d80069b72728c9e6af187e79f486254666604137533cbfe216c5ea93',310242000,'5f354f767df3256aa6a23544a7164160b9fabe481c85d1891f5250b3026dd7b8','a9b87a1cd3146663579bf192b97136602806865bb60ca2d464e3111872b61b7f','ba6ea38cab43954d70e23cf5cae9768f62968a7259512ede81bd25c209222d11',NULL,NULL,0); -INSERT INTO blocks VALUES(310243,'a1f51c9370b0c1171b5be282b5b4892000d8e932d5d41963e28e5d55436ba1bd',310243000,'ea3acc31b3c298237fa11ca4400c65ee46732c96e0b7fac5a183dd49d938e730','b7226a87411a48bc0b25e014f2929d63979a297600f51723a0c9bb89fef120b0','cd606d9426a432a77d079aa4373c52d70c39287cd6ecf59ab1448028a89dff72',NULL,NULL,0); -INSERT INTO blocks VALUES(310244,'46e98809a8af5158ede4dfaa5949f5be35578712d59a9f4f1de995a6342c58df',310244000,'07ad792741a48d5a7b657e6c4dc83e3534c79bd1e7da7044139516124adc8f80','baab169058840f62c00af1dc51ee0a77fb964dd27c6241463650fdb6c77d3b6a','4c9953893882e4d77443892982145625ab358c8f655be69f01bac1476fa0c5b1',NULL,NULL,0); -INSERT INTO blocks VALUES(310245,'59f634832088aced78462dd164efd7081148062a63fd5b669af422f4fb55b7ae',310245000,'d36a618af8e92da03b373ab0137ded666db6cef906a6b2c0cb8c71057a1a5903','18cf40a1489af6f99dc454630c35dddf20acacbf979d47acb30a5831e55f920e','5348f55d0cf564a33280b67616316236052b7d0007003f23bf8347a021ee69db',NULL,NULL,0); -INSERT INTO blocks VALUES(310246,'6f3d690448b1bd04aaf01cd2a8e7016d0618a61088f2b226b442360d02b2e4cd',310246000,'a34e154571ee585a839053a851a007d6d433d3efd2b3e923a9c4ec4bb0dc9d98','a2103af3fa84dc4015979f3a629c46e2234f534f86d7c5a403275a8eae144ba7','0bab4cd376546a230b82c9d77d92266dc61236f178aad78ea17e5e151458b240',NULL,NULL,0); -INSERT INTO blocks VALUES(310247,'fce808e867645071dc8c198bc9a3757536948b972292f743b1e14d2d8283ed66',310247000,'ee94fcb9210718095ccdf63f30ab081f45dff765a9ca4f5c86b1b0d98973ef90','39cff977657fdbe649c601531383548a3922cde40dd998c355c201cb6deee9f6','4e0877d6c324cb5d5679e6f9159c567529fe64a7c5cbfd7335a790ce60c14f90',NULL,NULL,0); -INSERT INTO blocks VALUES(310248,'26c05bbcfef8bcd00d0967e804903d340c337b9d9f3a3e3e5a9773363c3e9275',310248000,'029884a5273466fa45cdfbd91ae3aaca50af0771d22f6b55af6367348c2802e2','6951bec53cc30ad6d9dd3f38f5fa8e4b876cdb1637595d38614ff3e42b53edce','6cdc8c3b9e334d57d6797e62f41a27935bc568f10fe68f0f07dd3a541f60b15f',NULL,NULL,0); -INSERT INTO blocks VALUES(310249,'93f5a32167b07030d75400af321ca5009a2cf9fce0e97ea763b92593b8133617',310249000,'dc10674812c5249c693ab7b148d048439a0d77266014f3afc1810a6260838f02','2f53ae50e27194404c5b85dab55335582b2961c6997393a9c48e6708bab8f1dc','7fa1b4c3d138d2fdf05be83126499273e196b6d2a621a94d8d771f0f7ff38cf6',NULL,NULL,0); -INSERT INTO blocks VALUES(310250,'4364d780ef6a5e11c1bf2e36374e848dbbd8d041cde763f9a2f3b85f5bb017a2',310250000,'a0fd49b46ff0000e83d4c56281dfe2be1bbfc924c75969726754b05bf7107641','5148416db7a3e45edd128f1b9b5c61b916ce94f25638cc90a8d73f60afe64176','8ed5b183cf238c52f261eed4c74e2221d11e397a4e144f88692c96a77be9c00d',NULL,NULL,0); -INSERT INTO blocks VALUES(310251,'63a3897d988330d59b8876ff13aa9eac968de3807f1800b343bd246571f0dca7',310251000,'bdef6a6203d28d314dc087e539a9cdad19d123b605824f0a66f13bf5f72de9b8','6742a15406482537d29722db3302d492647e4c7487d840fc8e7d74d0806c3bee','39a0aea30eef4f64e1443788702492f5e0876d785c0496e2c6661e9f4e611496',NULL,NULL,0); -INSERT INTO blocks VALUES(310252,'768d65dfb67d6b976279cbfcf5927bb082fad08037bc0c72127fab0ebab7bc43',310252000,'8da11bec0d58b196ddb073d3aba0def98f01f83da654765fcae21cae6046214e','2c11848ca51ba429a094ef40b1aa019c132cd9fd6f954139dab5324d77eb7125','147d1e890a6d6d830c0871a208f6630e367dba280d908afb03064c999b83cf23',NULL,NULL,0); -INSERT INTO blocks VALUES(310253,'bc167428ff6b39acf39fa56f5ca83db24493d8dd2ada59b02b45f59a176dbe9e',310253000,'2efa2c5781899d213741e795ca62fbee9d3ddf53792ce002db7484adc66bfbd4','1036976d6406322c4c0afb2c6be13d6b89cfb2feb30306c9df8a499330d5489f','2dac0ce419c4d36be09b638886c31e3074dc9f34428699cf2ab4e0d754e15753',NULL,NULL,0); -INSERT INTO blocks VALUES(310254,'ebda5a4932d24f6cf250ffbb9232913ae47af84d0f0317c12ae6506c05db26e0',310254000,'d062ec468e76421d3769a99eb3c8b2cbf4bf393d109ba13b3bce128613fff547','098200d06ee21c916a203065eae3cffe8e2c80e32bce890f96e6bee400cf16ee','7ccfe22c76dedb88f62e43dddaeba2a812a76e0afee952ed30c721819858f162',NULL,NULL,0); -INSERT INTO blocks VALUES(310255,'cf36803c1789a98e8524f7bcaff084101d4bc98593ef3c9b9ad1a75d2961f8f4',310255000,'5c531dc8a7461e9e7a2ead654509d76c9be3427b1d2b75c0ac7ae0e03126c49a','b9c0f364e8694264c33b7d993ed45f645410820dd0ff39704b79f6aaa64a46c4','ebe8283131a93421eceb520493b86d8e39591a8cebd40d73e65be43b27cd620d',NULL,NULL,0); -INSERT INTO blocks VALUES(310256,'d0b4cf4e77cbbaee784767f3c75675ab1bf50e733db73fa337aa20edefdd5619',310256000,'8da9f0162e15e33e14e5e1e22c2fd847055a65b99eec519dd069a83bb9006b51','fbb34ac53fa4a19bb467c92b87291aeafd8bf8c43be49c7d487f962df5c50d21','ae06a920052b690068b75d62e6fb6bc9a2a61453b17100e306d68e2937635fec',NULL,NULL,0); -INSERT INTO blocks VALUES(310257,'0f42e304acaa582130b496647aa41dcb6b76b5700f7c43dd74b8275c35565f34',310257000,'0cf6657db5f3145587a466c05f237289b639668d844abfd8d46430c090b54913','71c115bc32aefb584d499c054cd09d0ea58ea0cc11d187bd5add8f261f43f055','27aa8db35197fb30e8da89005107d0fce00bac28fa8731ae1fc2d1cd687ce76d',NULL,NULL,0); -INSERT INTO blocks VALUES(310258,'3a0156dd7512738a0a7adba8eeac1815fac224f49312f75b19a36afb744c579f',310258000,'e340defe4bd84e788f9c5b083849e6aa1d5c7f33123ebe62d7abe04b8a9e312e','0725d989aaa9e8f1a5604f1807ec8f5aa2db518ec2397479e7e6c48c4d2b04ca','b85e4fd11c6868ca70f0098a895b72ff66530653ed0707f27d3ba189f4875f2f',NULL,NULL,0); -INSERT INTO blocks VALUES(310259,'e5ed3cdaaf637dd7aa2a7db134253afe716ffdf153e05672df3159b71f8538a9',310259000,'03ca0cbce5a5b50988c19c0d4e754240f50821695dca767d1169f8c7f5c1fdcc','19e343fb3645b7ae94a299eb13691ea02d054e8acef0484a95a4079e42e487b1','9c96a1fe5d50e6437a15ffe128fbeca060dcb0488972de8b699bd254ffdee66b',NULL,NULL,0); -INSERT INTO blocks VALUES(310260,'8717ddcc837032ad1dc0bb148ddc0f6a561ed0d483b81abb0c493c5c82ec33cd',310260000,'83a3b43e01f4f25ba05b527415baa3e8b8adba319628c245988136bd8fcdfcfe','de3dee5cacbf5af3aaf1dac7cae860b06af7a2ba227f2bd81840d149354a05db','f8ac6fcdd708c3396d2a2e8d57cea9575a652e1ae8bd0da8902dd03ad4b9f4d9',NULL,NULL,0); -INSERT INTO blocks VALUES(310261,'a2a9d8c28ea41df606e81bf99cddb84b593bf5ed1e68743d38d63a7b49a50232',310261000,'e61c12005d60870fee947fff469631ee540b1a0d6b8aa67614cfacc0a9f65ec0','58b8a751b3daa23993a773073b44d4bb2715075dbe3cc1738f3138383646504e','f228cdac6cddc37b9f8d8118ecbb0bd69d44f8ed0049e4501a1621150b566529',NULL,NULL,0); -INSERT INTO blocks VALUES(310262,'e8ebcee80fbf5afb735db18419a68d61a5ffdde1b3f189e51967155c559ee4ce',310262000,'c21ac4906d435af5b9ef5576da6bce454f65ef16099b7ee03219a4ae1851bb91','a1e30e203c037b242cb1a41e5fd948828da8192a5db70453602961183a00d36d','a9a20b1a1c6abd0c2f863bc91dd281f8978845d44feee37757bc1d3256d3852c',NULL,NULL,0); -INSERT INTO blocks VALUES(310263,'f5a2d8d77ac9aac8f0c9218eecbb814e4dd0032ec764f15c11407072e037b3c2',310263000,'676f6c532ff23839fef228a9fac7719e77a3c20efdc17f3cb2d13035c78820e8','ca47834be7a15554ab2dd401462d7d5c14f3f5f9ef9ba715488b1b3704de15ab','b79a3d4475c2d1dae798fef21b31851618555e98e69f627dd627743887fcecc2',NULL,NULL,0); -INSERT INTO blocks VALUES(310264,'ae968fb818cd631d3e3774d176c24ae6a035de4510b133f0a0dd135dc0ae7416',310264000,'258854505b1d3067bf360f3d0dcb369ed7a90fec8744578d3dde51a79db72c25','21f8b38aa107a9c6fbd6439244ce85a8a6abd12fde211c4569d28353cad5b8bd','af039b21ffc1c9cf1a68c127dc240fd3b05b28a1025750f56fb3a0141ce32ab8',NULL,NULL,0); -INSERT INTO blocks VALUES(310265,'41b50a1dfd10119afd4f288c89aad1257b22471a7d2177facb328157ed6346a1',310265000,'72ab32c420a7dcac0e7c36c4d9ca81e237955b4d8bc57c87078ba292923ce98d','9685f9791c085e79a3c298dfe4f49fd1dbf8b4bdacf45e1d25e7d18382ca0e7c','f0209e3e0fcd78d0cffdbf7a9472413fbee7e0947bf45b8988103929b4d24292',NULL,NULL,0); -INSERT INTO blocks VALUES(310266,'1c7c8fa2dc51e8f3cecd776435e68c10d0da238032ebba29cbd4e18b6c299431',310266000,'b81386d19aac285fee4e39a818cb0442e378372f7d55f92e6028b37f974e4a61','578600253e06f32b4ee4a312df8213ea7cf12f841858bdf6123b0169cb4bd42e','f95d4428aedd2c918af42f744403f021a85276726c5482696de27d49a1a10a7b',NULL,NULL,0); -INSERT INTO blocks VALUES(310267,'c0aa0f7d4b7bb6842bf9f86f1ff7f028831ee7e7e2d7e495cc85623e5ad39199',310267000,'ea8fef9e82e451d9650777b051f19fe5e34b8976f1bcc1880b6eebe5feda34d5','face84fc0aa45f7b072d73d4930b32e223cc4c22a620c39334fc836e16b2fb5c','c156911f3e3c74326c2fad4fabcb35e00b966e474703f7218665c7c8a14b6eee',NULL,NULL,0); -INSERT INTO blocks VALUES(310268,'b476840cc1ce090f6cf61d31a01807864e0a18dc117d60793d34df4f748189af',310268000,'1545d381812f0f0caa827a237f145838276fe058b05af4808615738ca9910bf1','ee67f9fcd6ce50ee98da722352a917a46d3c71d2e5ea50294a55c613817e77dd','b4ab6aad68d47d77b44cac428d17743179c5275683e24128e33b677ea4a6c23a',NULL,NULL,0); -INSERT INTO blocks VALUES(310269,'37460a2ed5ecbad3303fd73e0d9a0b7ba1ab91b552a022d5f300b4da1b14e21e',310269000,'fd9cf61ac6e1fba409e4220a141ed6c89c18c893c7a752af53d5f7608bc04a67','6d1424cf68a5b1dfddbbafb260989c5b27c060a40026e829476d979cbd8f4412','9b38b90fccbd7c1ef022ada1ed8036ebca61471cbbf8b4896c4a1ae41ba2626c',NULL,NULL,0); -INSERT INTO blocks VALUES(310270,'a534f448972c42450ad7b7a7b91a084cf1e9ad08863107ef5abc2b2b4997395d',310270000,'1d34c8c0dfdb4733a7b589647abb0e6a08f8de93a5c86fbab786f6d9d1500785','fc2696c78afd3051d10ea3ecc56280d2633b732a7c755b9057aa30fb11f58f53','2a3539cabe57dca365551b1abdae640e0679bd52fb51d8c7d9f5de465026c479',NULL,NULL,0); -INSERT INTO blocks VALUES(310271,'67e6efb2226a2489d4c1d7fd5dd4c38531aca8e3d687062d2274aa5348363b0b',310271000,'cf38baabc6e8a082eba1bd8ca2f72af5eb01cb76bd3c9eb101b27080a3a70d17','b28638da352abf83f2250bbc2da0f75b14483d7d4c69c93636484e9e3aaa326a','2ce454b70617c26bb34625a28cc301683d8b0496b0b50893947ffb4ee304b4fd',NULL,NULL,0); -INSERT INTO blocks VALUES(310272,'6015ede3e28e642cbcf60bc8d397d066316935adbce5d27673ea95e8c7b78eea',310272000,'2b2763fa5ab2962582c303062da8b8da7280274e615b3e37f93a32e44793ccc8','329d5096486b8dc452e2a1ee0a36d9a17ddd5bbb3149ddeee2bdb4989a7a3a35','c183fb5539f368b08b1f515beff6b3b4ca652f1e2203cd1c4fac6e90e5f655a2',NULL,NULL,0); -INSERT INTO blocks VALUES(310273,'625dad04c47f3f1d7f0794fe98d80122c7621284d0c3cf4a110a2e4f2153c96a',310273000,'ff9df73d4f92b7557c36f20d8f622923dda225a1ae2871e60f16ee2dfdf5b9d8','f79f73097410b602df3a98901e26ed37d07f1da95249cf0e3a62c811d4f7de3a','62e46c6604dfb54160d12967d5c4973523742efcd46f4b15f32e6a79ecef2117',NULL,NULL,0); -INSERT INTO blocks VALUES(310274,'925266253df52bed8dc44148f22bbd85648840f83baee19a9c1ab0a4ce8003b6',310274000,'ece29ec2cd160d7634009f41cc2d0f13330d53ec6971c019d69dfa4367f86646','bf01b445bc208b9efcb314f1cfa1ea4300fc152ad46a973044abf56dc74e9c62','4a7622bab7f991ae7e565dc67077f5a6d407a6bbfc5d63a4ab78c3b2d09b9b1e',NULL,NULL,0); -INSERT INTO blocks VALUES(310275,'85adc228e31fb99c910e291e36e3c6eafdfd7dcaebf5609a6e017269a6c705c9',310275000,'23738d6d8dbf8b44b481f6c0eade991987c84e8025fe1f484c7acd3ead7f4163','c0f70c46688ecb9eccaa94bdcbb3fc54eaf3af76cc450b62dfd7a9513bbbd50f','acd44ba3138f047084a540d68baa5b8e33e7a198a0b1b51328d92707a218f920',NULL,NULL,0); -INSERT INTO blocks VALUES(310276,'ba172f268e6d1a966075623814c8403796b4eab22ef9885345c7b59ab973cc77',310276000,'a241e1cb19bfbebb3bbb09c6471760b8379ddc73a67d69b4d84fd1d21dfb7034','99d32cb4d9b52ec0726c907330b2a60d7cf8380c8012f804cf8838bee1b0ecec','a6c57370a85bb38d671ea5472e558684654f92dee38757a2bb233031c9dd1bef',NULL,NULL,0); -INSERT INTO blocks VALUES(310277,'c74bd3d505a05204eb020119b72a291a2684f5a849682632e4f24b73e9524f93',310277000,'0efa57fd462031a87831832a789ed7751aac5f6c19a23767555b3f7145d87532','08e71c5246f1225a02a00c8b52bb7a92c6937da9c9659129a5dcd2981069bbb3','d04cb108a77dd9bf0719ef9eec5945f1a53d9a1364c917a9075e5dbfc1eb3d53',NULL,NULL,0); -INSERT INTO blocks VALUES(310278,'7945512bca68961325e5e1054df4d02ee87a0bc60ac4e1306be3d95479bada05',310278000,'0045189a4da126b22e91e4bc2a7ac37dc90ec0869b7fcbc927919fca4cce5259','6e3580c7af675e8fdd1c5366a7af2e387f8d8d9192589794883a28ad2ce6a499','5beec42df5fb663bf49c469235cf68a21fda11f4a268c755d2cc4eed793e9cac',NULL,NULL,0); -INSERT INTO blocks VALUES(310279,'1a9417f9adc7551b82a8c9e1e79c0639476ed9329e0233e7f0d6499618d04b4f',310279000,'442b7d4dee025b81c298ca0f6a5b9dbdf17ed0087fc36eab7f0671d5a19c9a2c','04f51f4c3de467be5cfb32cccba5cd482eb14657d7f67a60820204fa22afaa41','0565ba586d5e59431075c72f86af5172b047008857600c6a4a225fc1939e13a0',NULL,NULL,0); -INSERT INTO blocks VALUES(310280,'bf2195835108e32903e4b57c8dd7e25b4d15dd96b4b000d3dbb62f609f800142',310280000,'38d7f98ae9cfb8e3938032dc33899e2e3e5a88e9037571cdddf8ed4709fc8225','d25ed55e962a45fbade2012c35ef507dd76fa0c67553343bb6568569bf1c08ca','ba2ad3b1b570f0a9e92fd3ee2e1787c85d29cf744beb6fac1df3ff25245cdfdc',NULL,NULL,0); -INSERT INTO blocks VALUES(310281,'4499b9f7e17fc1ecc7dc54c0c77e57f3dc2c9ea55593361acbea0e456be8830f',310281000,'51237cee3b85f1636e336259b115fad87acc830c71e13ca79e344efb7c308ecc','77eb5540b9f1e2f80cd3cb8572ee80bc112391e0236b560749aaf9952fb6705b','ee4c03d52d5b010a88888a11cba4d9ba8d27de1448afa77ba5b36c188bf6fa4d',NULL,NULL,0); -INSERT INTO blocks VALUES(310282,'51a29336aa32e5b121b40d4eba0beb0fd337c9f622dacb50372990e5f5134e6f',310282000,'73adccef91b5c738e8810d4781a38edf98d2aa0a8cb619d575e9bdeda979f1fb','889f3e1047c8ca362c1ce4749d1c7ad167dab1e5f85e509d114b1ba1bac8f240','1eea292ca043d3a65b7009caf747dbf331f84f40429e00fb8e6ce764518eeb58',NULL,NULL,0); -INSERT INTO blocks VALUES(310283,'df8565428e67e93a62147b440477386758da778364deb9fd0c81496e0321cf49',310283000,'5853e60a1b79d4f154cc1f3dc8b0a4d6130ac07784bac16f257f92b9ef294144','1ce62f0a42cb7ecd8c35436253e8234b83e81ba5abc757965b5041400139eee2','46c4bc1047066c99bf9953c05f5a2ec2bd16a2009fac0c17183e7e1521b11b8e',NULL,NULL,0); -INSERT INTO blocks VALUES(310284,'f9d05d83d3fa7bb3f3c79b8c554301d20f12fbb953f82616ac4aad6e6cc0abe7',310284000,'ce33194cb67aa0a5facd788cc24706ef249bcecc95a9965f91065146b33e464b','c354cfcb046ca331ae57c00f64b56defd034278e5616ef7d1f3e559dc538bf0a','6be5b89052e057e39c8f0a770f1c26d726b2bf06e9f69d40c5990bfc5662793a',NULL,NULL,0); -INSERT INTO blocks VALUES(310285,'8cef48dbc69cd0a07a5acd4f4190aa199ebce996c47e24ecc44f17de5e3c285a',310285000,'3af35e85e98aebe1a9c778570c730bf80e085a08ca707c1a5d44b50f2579e71c','35e84bd8780b8efbdc3207b9fef22e12ff71798477971a50088b9c8def3c77ed','65007bda5af710cfa98717bfaef0a01d2da64bc682ae4faa1dc740a354b1502f',NULL,NULL,0); -INSERT INTO blocks VALUES(310286,'d4e01fb028cc6f37497f2231ebf6c00125b12e5353e65bdbf5b2ce40691d47d0',310286000,'4b09b627adda46ee7cf7116102a330ba2aa1ce714b2fa133f7952af34a52ede9','5a868b89444476076be22e42526c4462c5b865012d9970b917376c5342750311','6b5130ca78dd2cf9c344f7cda22152037dc392b54033772939c14814a602b091',NULL,NULL,0); -INSERT INTO blocks VALUES(310287,'a78514aa15a5096e4d4af3755e090390727cfa628168f1d35e8ac1d179fb51f4',310287000,'67786e4ffab15cb78c7bb44ef160d1e5d99b599eecb5ff4f906a6599d744d410','791a49e50583660824bb3ec141a54951c2fd737ed963b1e65b653c22a4fc4a84','09832bd77db9697ea86cda42c83ebb92d834487995af628ebe43ec44c5275ed4',NULL,NULL,0); -INSERT INTO blocks VALUES(310288,'2a5c5b3406a944a9ae2615f97064de9af5da07b0258d58c1d6949e95501249e7',310288000,'600716d2696160b3ba290636180f2afa24bf8d24435022b4539a4cc965c18dfc','3a1e3da301643f22a9b2719922a4621879b2c2d8b790e646f135bc3b5d165e65','b38830368b0841e512ec419d04698be1068e90ad5f3ccac308e1811be98821ac',NULL,NULL,0); -INSERT INTO blocks VALUES(310289,'dda3dc28762969f5b068768d52ddf73f04674ffeddb1cc4f6a684961ecca8f75',310289000,'cd6d4b17759152edbf25fd72dce9b9126ea31a2bb1a5435636801e0ee4be1158','26aeba5ab63445ebd419a02915a835d8d6a0bc25bac49dd799e356325687c8f8','50727969b899fa9b959b3efba62c85d1df45d25e489a926f7cae19079bf63ca6',NULL,NULL,0); -INSERT INTO blocks VALUES(310290,'fe962fe98ce9f3ee1ed1e71dbffce93735d8004e7a9b95804fb456f18501a370',310290000,'04a9135f416dc041d3c1c0216a84fd780d133213c3369691fbf5e8848af9d14f','74c57c7e7db040f0974be44dae944c978ed2ddb01390d616c9bfaa6816ed198e','107ec8d73086eae9198a582dae4465a9461ba0608bb2e9b122bb610626922ad0',NULL,NULL,0); -INSERT INTO blocks VALUES(310291,'1eeb72097fd0bce4c2377160926b25bf8166dfd6e99402570bf506e153e25aa2',310291000,'50f556e01b9e8c135b20187bf863839e651a0d0bf4cfd1008b446531776f7917','13ede25257044f3bd98c6905c216bed45b0d054951d2c5e86a3cf4707699a279','ac53b2eb89181ba571cc65d28ce37f59594cc689561a7cbd037883702f7e9063',NULL,NULL,0); -INSERT INTO blocks VALUES(310292,'9c87d12effe7e07dcaf3f71074c0a4f9f8a23c2ed49bf2634dc83e286ba3131d',310292000,'9d4bf4b1c5dba1132a9cbfd78c1d94cbaf15d7648da80c8bc1a8dce12a79eac0','1b761ed985b1e55c95598c5c0f37df4a1e06dfd26c17792b1020cf0d28fa9a56','fc699427d8c8c7b045fde28912e5e1484fb03e24d1abe65b26c25089a8c28607',NULL,NULL,0); -INSERT INTO blocks VALUES(310293,'bc18127444c7aebf0cdc5d9d30a3108b25dd3f29bf28d904176c986fa5433712',310293000,'a51a3f9af39175cc9d142eff67811307ad8f51cdd8161aaf0d98af9e2be28efa','2fd7a38fbb17d7b0eec35f2f03a28c4aee7f579d7f42e3ab124cf5eca07869eb','22577c8dfba9222c78aca6195d91c943537d6aedb53b2b4d410a4fbf9ccf558c',NULL,NULL,0); -INSERT INTO blocks VALUES(310294,'4d6ee08b06c8a11b88877b941282dc679e83712880591213fb51c2bf1838cd4d',310294000,'3e9858caa8e835295aa7e78505ea34ce0726e3f5f6cf9fbc6dc4393a28724a25','36566c7c396ecf454c6fa6d3b27dd7ad2c138a85edd74672f2e7d9791e77f0b6','b373397f0bda2ef7c28a8e3311a891c323b7c35cb16ec61c264708b3a17f3391',NULL,NULL,0); -INSERT INTO blocks VALUES(310295,'66b8b169b98858de4ceefcb4cbf3a89383e72180a86aeb2694d4f3467a654a53',310295000,'bf48715799c46d629641ba5b72405f6e6cf0500886da94fcc6fddd306a86b02a','2d6b79733125c81413a3e70acf597a11e986893264588da74e9b8a0d5d46e1da','f66a60d896dce138ec5c9991824566b811419407432c4431b44d82a0363afbbf',NULL,NULL,0); -INSERT INTO blocks VALUES(310296,'75ceb8b7377c650147612384601cf512e27db7b70503d816b392b941531b5916',310296000,'08e2361ae4b98387ee43fd7230ea8b296dee677b337f0e211527e3cf29a64e9b','517c81a10cc4219c38e3f947dd862f6983a4a2eb22459dba31f1a656bdf4eeff','4f04684b4128a8be18e9d22b583ec7194f82a890a4fe781c74d2c71b44c0fc2c',NULL,NULL,0); -INSERT INTO blocks VALUES(310297,'d8ccb0c27b1ee885d882ab6314a294b2fb13068b877e35539a51caa46171b650',310297000,'cfefc3138983a33686dd1fc37f06fa1d7e01d9b218f7242cdd59005633c0ded8','85ae0c384a76e7c93b29204df759293f7a488fc71edf6b4abaea1944fa3a85d7','b120e08f20f7680f7f834fd181bf9cdf35346a31c60a463b776cffce885b2576',NULL,NULL,0); -INSERT INTO blocks VALUES(310298,'8ca08f7c45e9de5dfc053183c3ee5fadfb1a85c9e5ca2570e2480ef05175547a',310298000,'25254257d6f6724161b2b73f94d28d3fd40594b4846699b8a2d5f45d205b1fec','0633d67a69ae2c0ea1e7d3c349cfe1f3b753e387446787987c50782ee4601b68','c37d656abe46be4022b1f1a65b48120d43a9e92ffa242470d0f594ad43a867dd',NULL,NULL,0); -INSERT INTO blocks VALUES(310299,'a1cdac6a49a5b71bf5802df800a97310bbf964d53e6464563e5490a0b6fef5e9',310299000,'756acb1055ec75df8fa70f80e23d75f2b47e75035bfd68802e68308785a2ee14','299d47f0c18c1629003069df0afd0bb877b45f06b5609ec171c7b87ae65a0be0','b2f939e9e9ea31dd35c9f71c3de215c6c4aa8a13ee438387efe7f247c0b8e6b5',NULL,NULL,0); -INSERT INTO blocks VALUES(310300,'395b0b4d289c02416af743d28fb7516486dea87844309ebef2663dc21b76dcb2',310300000,'e30027ca81176dc1e79a0ab3a5afbb839a3338dbe9ea6057aebcd383ed884c1d','8338432f3d159dd15129a269d1cf3866cc7cda8c3845ab349ee6cc240ecd7020','a493a9bb3b8d082104cf791305a1a98561901063fe09d11e0d2e290d2896ca44',NULL,NULL,0); -INSERT INTO blocks VALUES(310301,'52f13163068f40428b55ccb8496653d0e63e3217ce1dbea8deda8407b7810e8a',310301000,'4c2bcffc796af76a2607a978289942241e63a6387e0a2ae8fc3d02c6b5519fb0','676af2de3d30fc26112e65d493b9c2401f93822c8e414cc5e7231e60b728e6e0','0c94e5924763bdc634edfc2c104cf058f57b115c10ae8d3e38cb08f884ce0f7b',NULL,NULL,0); -INSERT INTO blocks VALUES(310302,'ca03ebc1453dbb1b52c8cc1bc6b343d76ef4c1eaac321a0837c6028384b8d5aa',310302000,'a39fdd7f84d2f6e29b613a8a724bc0902d9abd2d6b4d2f46c3b0512928d69b3f','ef3dfc32bc5b72ec279a0229af8bf6548bfb5bf4ed717e3e81ccb7710f802021','6fc1f21a88ab67fac50b644ee3f1bf1c8d1b1adfb59a99c4af09fcb0b48bc5bd',NULL,NULL,0); -INSERT INTO blocks VALUES(310303,'d4e6600c553f0f1e3c3af36dd9573352a25033920d7b1e9912e7daae3058dcca',310303000,'23f307ef560a02210f4aae5fe605c6d8af9317ab17f1e1ef0944038a3515da49','d1c0461baeac24d356af8ba5283753c778f8ab0fa222c51b753758268f1e7fa4','28e793b7686237741f9c0d35cdc8fded362b8de638fba2aab38c3d4f5b0f5d96',NULL,NULL,0); -INSERT INTO blocks VALUES(310304,'b698b0c6cb64ca397b3616ce0c4297ca94b20a5332dcc2e2b85d43f5b69a4f1c',310304000,'6baa2ac646d3725fa01111959753844d22181cbbd1801cb12c4208be3709a3a3','96ea912eae3265566ab229e5d5a25354c0713471d73d866b9a09c9b2954d53e5','6fbee0424b6269a20805b5880d9e1f24259534ba80b6aae80c2447727b8eab19',NULL,NULL,0); -INSERT INTO blocks VALUES(310305,'cfba0521675f1e08aef4ecdbc2848fe031e47f8b41014bcd4b5934c1aa483c5b',310305000,'c366fd009860a090c632131eae9380820e512009bbbaa6f7bc5529afab7a88c1','35584be5484303aa263d746735209b04d92a6baa6045e2d684496ff5dabe59ef','2c1281d63e6ea318dcaba05ac68fbd76ea563406b244d288272343d187f08188',NULL,NULL,0); -INSERT INTO blocks VALUES(310306,'a88a07c577a6f2f137f686036411a866cae27ff8af4e1dfb8290606780ec722a',310306000,'fd12969b828d689063b4885a0356fc17e5207794d1f5b6a17bdeb8d584815a79','df65a3a9f318fd30166869a3d5d6eabb9c84399f15a7a50f39422a05ff851997','2a73d6560338457b085ca0f4c588f93f1b230f526275b66d9beab4b021477ee3',NULL,NULL,0); -INSERT INTO blocks VALUES(310307,'bc5ccf771903eb94e336daf54b134459e1f9dd4465dec9eaa66a8ee0e76d426c',310307000,'e168094d31f56d36e4c3863fe719e6064b08ccc6f3c2adb490b1359360026aee','272ae60ff5120848055f08303e13a982fc66959f3e3b72f7d7461c7f91252944','c8da00f2cf80572061cecc4e8ca2bacfa24371a558332f9d0aebaf611fa61eae',NULL,NULL,0); -INSERT INTO blocks VALUES(310308,'2291ffd9650760ff861660a70403252d078c677bb037a38e9d4a506b10ee2a30',310308000,'523b3bba7b02e2c4e588f21ed14b7b4f6630f887cc89f9361487b581d7e633b5','30df282ad2859208c35204fe5e2d395734e041bd9644b8b8626678fdd64058c1','7ee0de9c4d433aaeca0efd68b683e9c9bcc01aeed58264b9049f92fe01316063',NULL,NULL,0); -INSERT INTO blocks VALUES(310309,'ca3ca8819aa3e5fc4238d80e5f06f74ca0c0980adbbf5e2be0076243e7731737',310309000,'effe1a68917014086da3bf8696f6c13f3cf2cb5cbd6c18b80ed622e476cff017','197a65735f9d06d433abdd01f29f44ec697ba537ead9107ebe9cd889393a053c','281cdc831af65c2ef090429b9ee2634d36b0f47a564a7ba233819d5bcb4107f1',NULL,NULL,0); -INSERT INTO blocks VALUES(310310,'07cd7252e3e172168e33a1265b396c3708ae43b761d02448add81e476b1bcb2c',310310000,'968fb8a7409531a27ffb52af484e7c1076f05b58f9a51bf9cf3d5a7d83b12002','b9b9eef5f4c1720522286ce5f6375613c267684ac330210ab664e29219065cc0','71f7343fc8d9f23965b64fd9fc062ee51f56c01c6a5ce036f35a46f8232a30b7',NULL,NULL,0); -INSERT INTO blocks VALUES(310311,'2842937eabfdd890e3f233d11c030bed6144b884d3a9029cd2252126221caf36',310311000,'8c69639a757d0195594fa1da3f6b35a0e8c62b8df7f95db81e26d496b8c9dd72','86b9b4356e26ab703e29060a4ff1be0c5cad328b2490d983eae10c24369a1649','61879ffffba110ee6fed13202669911d1d7ffb8d0eeb6a08ba8619ff2c80525d',NULL,NULL,0); -INSERT INTO blocks VALUES(310312,'8168511cdfdc0018672bf22f3c6808af709430dd0757609abe10fcd0c3aabfd7',310312000,'8d839bac01b9aae5e554f691ae0ee42cee072f9367fcc2811d4b3f65640cfcad','802b3d153e101c2772b1c96c851efab754f77fd3fd7eb59848d510f8994a9d86','2c7e91ec2593fb88156702c17e422cd7e4af8240e1f096af44bf56d187f6b013',NULL,NULL,0); -INSERT INTO blocks VALUES(310313,'7c1b734c019c4f3e27e8d5cbee28e64aa6c66bb041d2a450e03537e3fac8e7e5',310313000,'1377f4255bfd7ff6638734733a4b8faec97fd62aeb954e42b477c875ccc50b73','e96392425727ab5eb4e16a61aef7d28cd0826ad7bc1d8266b3c187bb22bb5d51','ac8cec20c1304e71ce7a1e26e987e7748a93700f19902156b9a90ad88d30d9a1',NULL,NULL,0); -INSERT INTO blocks VALUES(310314,'1ce78314eee22e87ccae74ff129b1803115a953426a5b807f2c55fb10fb63dc8',310314000,'8ed80d44f0d6ad01a30611d94b91f735ef3a166cf0dfa7531492a3e4ac7c29f1','17d9134674657a9958c43efaea302df438762233e7e5d57811b71378e3d62695','0b0c95e2d0750af2220fed73badabc8ff314d6dcd11cd48e17b65d9e15adf55c',NULL,NULL,0); -INSERT INTO blocks VALUES(310315,'bd356b1bce263f7933fb4b64cf8298d2f085ca1480975d6346a8f5dab0db72cb',310315000,'24b5905cf0d5349b7031870af9677916892e3292fa61455a75e84c1605a398ba','d8bad5e8a6ab63c8e0394c200e6b90cb2a1feabe3f58dc0faaaab59bb0b82654','4514bc0f3470d713452262bc1112c09166c440caf91ed1f424d55c9d98d6e8a9',NULL,NULL,0); -INSERT INTO blocks VALUES(310316,'ea9e5e747996c8d8741877afdcf296413126e2b45c693f3abdb602a5dae3fa44',310316000,'a191657253ca159739403f35417ef74637b053db49c7db62465fde4c54e69239','daf2edaf9fb8e7f718f56cff9e570869297ce6bd350794501b05e02a541e1c84','c90926a3d17ff2e72dfcdbddcc70c53d31ac47c6ea75d2534db6311221c23c16',NULL,NULL,0); -INSERT INTO blocks VALUES(310317,'aa8a533edd243f1484917951e45f0b7681446747cebcc54d43c78eda68134d63',310317000,'bf6d880b9fa42b0e38523c00c92a898093afd068450be504a0a56bafd69ed647','740737c2cd6ffb9a5e89e2ae0d34afe5f0bb48d120ae482802b76d07100b6153','ad63916c5fc98efeabc04385e500cfe8826051c0dd8b4088e1ae4d28e5acf596',NULL,NULL,0); -INSERT INTO blocks VALUES(310318,'c1be6c211fbad07a10b96ac7e6850a90c43ba2a38e05d53225d913cc2cf60b03',310318000,'6422eb2cab5937adb9ca2194c025d0dce63cd62e18d7ebd63220207957c942ee','3cb46a2e5b1a3ef3dd37dbe0cc429962982812eb9c7f87b5282a77a4a7f6185c','ce69d4cd3c67998c8c294cdd67ab16696f773d6cc98750ba18279dc2623ad27b',NULL,NULL,0); -INSERT INTO blocks VALUES(310319,'f7fc6204a576c37295d0c65aac3d8202db94b6a4fa879fff63510d470dcefa71',310319000,'efb625496aa4365f5ac198a82833c880a60cd5f86d04689463216619cd7d96b8','ed69cef0ba9e4a9371deca76209629cc988257493a69006504b96a99b3da4222','a58382843042fec9ccb459460970895b85bab663a298b7b58bab273e27e17e9b',NULL,NULL,0); -INSERT INTO blocks VALUES(310320,'fd34ebe6ba298ba423d860a62c566c05372521438150e8341c430116824e7e0b',310320000,'8c3938d7b3c0a822ebee67f1ecf21b1db6496e19471cf1f2cd00f30325d0c88a','b87169ed018fdc8251d14b58f8d0e09001e45ab5dd76eb2408ab625d34ec584b','f32cabe182ee6dcc1130ad0f0741f1f2f66a6cb2302d0eb083a256a006e5afd2',NULL,NULL,0); -INSERT INTO blocks VALUES(310321,'f74be89e9ceb0779f3c7f97c34fb97cd7c51942244cbc2018d17a3f423dd3ae5',310321000,'21e4c3a7afd02f183cbb69709fc6c006ab3d38fef3466de1a1870232d1c891bd','77ef24833ac345e51eeb48fa9adbb111e31ffa3739298ce12a18d2f581c9a79a','69692bf971768941a2929ac61e70792fd189063fa58b1ec5a3d7163770ed5311',NULL,NULL,0); -INSERT INTO blocks VALUES(310322,'ce0b1afb355e6fd897e74b556a9441f202e3f2b524d1d88bc54e18f860b57668',310322000,'01b3b28c4d8eb796827267c06e6362206884e44f40c3f72d9b5c9d1e6cdfb29a','3833d915749baf7aa33484d7a6b6b28e4acf0d78ee0f1b4e8ab44b22d756a3e3','0d36277a2754f7768bbba2daa9bd468ff225b8eb6b96356ffb29a9b156f8c68a',NULL,NULL,0); -INSERT INTO blocks VALUES(310323,'df82040c0cbd905e7991a88786090b93606168a7248c8b099d6b9c166c7e80fd',310323000,'a362da58df0d31eeaa93a25c91c17bec62f9cad6ff0c31420584ce293ecafdbc','2d41c7286053cb2256526ce42c03ab1288dfa066720e9ae5e5dac4532d512de4','b4fb7eb37d47a210896f4acc7901488be104e06fd55d67be1ddf94ec3c5ab576',NULL,NULL,0); -INSERT INTO blocks VALUES(310324,'367d0ac107cbc7f93857d79e6fa96d47b1c98f88b3fdda97c51f9163e2366826',310324000,'d1b353ac97e000471c66df8ee04d7b0c25f7eead2414e5648cd2ef334881bad6','051b158e05c22a326dd8becd27d142b52477b9209f369599db5c5e25484af157','8a9a15ffea1fe4d15a8c19d2c3315fe2abee2415bc6a7a54b718df4e65aea63d',NULL,NULL,0); -INSERT INTO blocks VALUES(310325,'60d50997f57a876b2f9291e1ae19c776df95b2e46c14fe6574fb0e4ce8021eac',310325000,'7734300dc764c67fde935dd4432396de4a31cedc2901f3fc70bf1576797cf7b0','7671d8cfff3601fc44132a6d274c1ab1fb0b4fb712041d86eb28157667682251','a6d3513fbf2c7456198dca48e95d7964df83b247ed9ec463896a2bc00999aa58',NULL,NULL,0); -INSERT INTO blocks VALUES(310326,'d6f210a1617e1a8eb819fc0e9ef06bd135e15ae65af407e7413f0901f5996573',310326000,'ebe859a722587fd456695c6a46af7f0bf54c03e940bdbb5424520a8c1fe70617','72884e56565b442c37cbbc572fa762c7b7b3c549c396037393463be7afb089fa','3e8eed29da87a9b29e15b2d3b2bf507098ad2ef6eb33a41f54565e5692229f5e',NULL,NULL,0); -INSERT INTO blocks VALUES(310327,'9fa4076881b482d234c2085a93526b057ead3c73a6e73c1ed1cdee1a59af8adc',310327000,'8ced7a546ee2c746d4dc3f0ecd2fb4eaa62c65c4e98be74545d8de22c03526e6','ccbabd4fc70b15ebb6f28afa6f96e4a1f0af08e6a3cdfb518ae008432b908739','8a4912bef403cabf49cf3339f017467f30a09889973d0256e202b8d188b7dd0a',NULL,NULL,0); -INSERT INTO blocks VALUES(310328,'c7ffd388714d8d0fc77e92d05145e6845c72e6bfd32aeb61845515eca2fa2daf',310328000,'bb5d3479e492f52a0b3b69d29852faefdff645f9b113eae82594f57e8aa40b5d','42fa2df2e053f97e86881395e5d66de912e59bf73eb5be322ab170b06fabd344','dc777650e9f5961d84851e65fa255ea9d394aafbc3b1bcfc526e0d853471540f',NULL,NULL,0); -INSERT INTO blocks VALUES(310329,'67fb2e77f8d77924c877a58c1af13e1e16b9df425340ed30e9816a9553fd5a30',310329000,'4ad2c9d802db762537be19143ef5eca474cd9f749bbbc661cb95bcf1dcb0b02b','a5336a1818452ca9888d582bb5ad8182e00ec37723d42e6769b001069f96232a','7da4098d283766ae8402f571368ebc926045ac931b2c820a392f7d6f7a0932e8',NULL,NULL,0); -INSERT INTO blocks VALUES(310330,'b62c222ad5a41084eb4d779e36f635c922ff8fe275df41a9259f9a54b9adcc0c',310330000,'4a9a6b59d56f6b7cf867095d939f9bddbf779141177feda470df3759b7d48be3','263932b9bd949d4b0557a7fcd5597a0c607c722b34e644f9795e4f08713a4436','dde401dc2154c1a83a1a8723a02793e3cf573236574bf4efe8b9509950670ea7',NULL,NULL,0); -INSERT INTO blocks VALUES(310331,'52fb4d803a141f02b12a603244801e2e555a2dffb13a76c93f9ce13f9cf9b21e',310331000,'c676b9c31e0e3d74d005ad0a52a18ba34688b6002da5d269bcea0f789a4f8e91','646197318fca63f2c8068c0a119f122d02cfea4a5c95201d6cc2eada9ba276a6','b26340fa1b2bf600c24c1ebc5d3cf9349b3c1f18f0340e67e933471de5c870a3',NULL,NULL,0); -INSERT INTO blocks VALUES(310332,'201086b0aab856c8b9c7b57d40762e907746fea722dbed8efb518f4bfd0dfdf2',310332000,'cf0b702c03ecff4bda1254dd5e96ca580b69d5d02d1f233725fccbe1f5f32000','8197afee90f808a95bd5a3dbc9c41618e3a07a3039dc2e2539a94cb023e54a0b','f40ef695b934f2eff89a7c247bebf55f48b2160e4f5cc51ecb732f67c878f5db',NULL,NULL,0); -INSERT INTO blocks VALUES(310333,'b7476114e72d4a38d0bebb0b388444619c6f1b62f97b598fed2e1ec7cd08ee82',310333000,'b40359eb197db65549946d93a39b2a732e0694d21b8d0138b9bfce4f5a87ae5b','c8b269f3fb117e7ea3a9592a023787d886ffc388f91fd651618f807c017c9a67','228acbec9359ec38f4e64a1c2f3daffaa1ace38a9c1ae23e17aab8637be40e52',NULL,NULL,0); -INSERT INTO blocks VALUES(310334,'a39eb839c62b127287ea01dd087b2fc3ad59107ef012decae298e40c1dec52cd',310334000,'7cb471ec146f9ec1e4d1b93184ea641f7b8088807dedcd1c0be4ca5ba99e80e1','24eb770852273754585985a5fed612de801663408db3703bb9771d5bcf518cb9','1f64952f501bd2a2be2df85953b7156540bb110d36379afd8e93dd3f2227c5f9',NULL,NULL,0); -INSERT INTO blocks VALUES(310335,'23bd6092da66032357b13b95206e6527a8d22e6637a097d696d7a96c8858cc89',310335000,'47de747ec20cbec96a6bc4b71f67ea827c7a5a1ab0d3541fd539efac7442d644','ba840a499b9de3ae457db93220ebb7bf61560f33660b8e7b980178325d114cec','8838dcbe95a323a19820cf9c83c3077c4519ff524bf5b67d228b60e6d824b0ea',NULL,NULL,0); -INSERT INTO blocks VALUES(310336,'ec4b8d0968dbae28789be96ffa5a7e27c3846064683acd7c3eb86f1f0cc58199',310336000,'c216588e623d2b3d03499c7e9f817106b20a8c98765979987633f1e4e50d9594','a6c20cca4d22fa5b8357fae640f1a90e3e656f9015eb5db289ef6da17b597f1c','be2456018ec38082450007f516bcecb826ad573c3f5074639875ef27c532da8e',NULL,NULL,0); -INSERT INTO blocks VALUES(310337,'055247d24ba9860eb2eadf9ec7ea966b86794a0e3727e6ffbcba0af38f2bc34a',310337000,'a558b47328f54b79a5ad9f7737af0e4df07e13e20f150296370e111879c09c2e','15c9f81424d97e28fc5d40b9f74edee6bed3f68f8c81dcf572cbd786626ff353','5b3dfb5b2d34b0a524ce8632b9c44e1fc96e031fdee5777c294d204f09a056bb',NULL,NULL,0); -INSERT INTO blocks VALUES(310338,'97944272a7e86b716c6587d0da0d2094b6f7e29714daa00fec8677205a049bcd',310338000,'31bea50c6481fa982eace70df5fc13d2981f1af13962809e3492b493a0dd4905','ee8efb364c79aae62d48d0198d7ca348d71f312eaef01daf906fec89d2fe9166','0cfc7de3dff5c8e32ea8c40ee257e5b0cb9e022dd9b5b0a493816dd422674014',NULL,NULL,0); -INSERT INTO blocks VALUES(310339,'99d59ea38842e00c8ba156276582ff67c5fc8c3d3c6929246623d8f51239a052',310339000,'6605ca3db3c509fbc8574f2e10a3f981e2ff17b2812946ec8f2b1e49ba44f220','af5e50fc6a529fb06423c8ad7beed13c6e1de1c3f746f53dcedb7af76e0d95ff','27dea1f0d38bf49ccf490708b63e514615895c0e9b73a16d752e7338834aebe0',NULL,NULL,0); -INSERT INTO blocks VALUES(310340,'f7a193f14949aaae1167aebf7a6814c44712d2b19f6bf802e72be5f97dd7f5a0',310340000,'7db1ad1952cac2dda86fff6e5f939010bb30a1da26af438d354e17f423d5bf1f','f42c5c43148a61dace7d50127d905f236ad738774c20d4f874fc3b824b58cf92','25797fad45ff0df2995c894bc3b4440cfd30d29eb0dffc7258ef0b051886bf95',NULL,NULL,0); -INSERT INTO blocks VALUES(310341,'6c468431e0169b7df175afd661bc21a66f6b4353160f7a6c9df513a6b1788a7f',310341000,'1a1eef01250d2c53a1b34a8ee5b1e8fce984c3d47d28c544c6e162493b51225b','5fcdf7ababadc89a26c3833bc8b819642466504b58323cded8cdb8a904239ce6','0475103698e1b21e812ef80c8704a6a7d718d54efd8b3d01272310eee4a93dd3',NULL,NULL,0); -INSERT INTO blocks VALUES(310342,'48669c2cb8e6bf2ca7f8e4846816d35396cbc88c349a8d1318ded0598a30edf7',310342000,'3c85c0b825985b04b42137da7e59fb3daaaf9e65b871b79390a4d8b31be5da92','b165c708026f386ddc7206518e594fcef7b5782fa0db77db6ce5b02e3b563145','386f2d28ae28243ec41f68f0218004f9b7d30948940146e83258ae725c726bca',NULL,NULL,0); -INSERT INTO blocks VALUES(310343,'41a1030c13ae11f5565e0045c73d15edc583a1ff6f3a8f5eac94ffcfaf759e11',310343000,'26f4ea323dd31b715c7a7f4ab8f1feabb199333a8494449ed538ff13215bb3b2','37808f9fb4ad766c671be7e9703aa7c7ea53991fa838400536d25f304ebe8090','6cd9f497ff547e90aff30fa436bbf5d0bf52b76cfe42ac298625762804388174',NULL,NULL,0); -INSERT INTO blocks VALUES(310344,'97b74842207c7cd27160b23d74d7deb603882e4e5e61e2899c96a39b079b3977',310344000,'444314748cb1fa1c836b3b4de65c3920c7fe446741193e5f77843affe3bee908','52dd50744ce4773a3db8dcf016a392a133ff7ebbeaf293d4ecb4a32fcc575a19','311cf2c16edf19b105b63c89d098b160fe478a777ded3f3478686af3168c42e0',NULL,NULL,0); -INSERT INTO blocks VALUES(310345,'0bda7b13d1bc2ba4c3c72e0f27157067677595264d6430038f0b227118de8c65',310345000,'d1775816bb104187076be74e78e87fc6d367c3cb31d372329aec2b635002ca2e','15f4f9eb55ff5d2b8efb40a57193f253470889b1fb2f532f02b66d236bc902bf','6ddeaf2a1b81827366c35ae8738efaed8762fc41b23c6d20e3563ad14ca4b0cf',NULL,NULL,0); -INSERT INTO blocks VALUES(310346,'0635503844de474dd694ecbcfb93e578268f77a80230a29986dfa7eeade15b16',310346000,'3244eed1df8ec4ae0ddb04f9f6e59e54244ca3df10dc21fc89c99c74ba734781','58faa47bcd277d0d52d39a46473882adc797797cf2c30967418fb4ae832dc21d','bc0073f476ce6f3c9c1257347424d6a9ace382f1c8b873ca3d7d2e139f970de5',NULL,NULL,0); -INSERT INTO blocks VALUES(310347,'f3f6b7e7a27c8da4318f9f2f694f37aaa9255bbdad260cb46f319a4755a1a84d',310347000,'6fd1802c269750b69ec04df457d47cd6b44c261340ebd5b4da61f06ede6aa166','716162f3fea6641e6ac697eb11880c5b39903de4ab30fa24e899e363d5c1d9cd','096a16a0aad535f58cb10e60fc86dbbc69e470dc843f19738fc4f9e1ce7f1768',NULL,NULL,0); -INSERT INTO blocks VALUES(310348,'c912af0d57982701bcda4293ad1ff3456299fd9e4a1da939d8d94bcb86634412',310348000,'668330e80a23f499c0e91b01c4c51aab393813b840f81b6b672611e391699faf','8c169d593d4c922ef7d3f530f6de4da37c01716f19ea19b48b122a6135f3e293','f48d12a75d55cecdc6a47637f2fbb982d49d19f3b67457aa98cb08e77ced3456',NULL,NULL,0); -INSERT INTO blocks VALUES(310349,'ca911c788add2e16726f4e194137f595823092482e48ff8dd3bdbe56c203523c',310349000,'32b36035ac1684e93126657ecd9711feb689672f64cceb03d220a8089dfacf12','8d54849ce08f65fd3dd06baf845e5a3132b84c960e6f316c4bbbbe5a3d2b7b01','57bc2494344fae2345e5bd52209e6fe8f2621ed7592252a42246b6779a65a8fe',NULL,NULL,0); -INSERT INTO blocks VALUES(310350,'c20d54368c4e558c44e2fbaa0765d3aecc8c9f01d456e3ff219508b5d06bd69d',310350000,'dbe70bf3b8e4b74ac25c1b6737b6a760e6a06a4f96ee83a5ca728c8501d4af05','1e46f66542896fa2ff6048472d49feed3065a6fffaad639da03027b00ce377bf','acec8fbdc7be0257f98160d4d7e7cf654a899b20917021a17f23c31b3dd47579',NULL,NULL,0); -INSERT INTO blocks VALUES(310351,'656bd69a59329dbea94b8b22cfdaaec8de9ab50204868f006494d78e7f88e26f',310351000,'89bb7ea865a221a3646f78ea774a7cf1e15e8d65b85ddcfbdf87773145904151','f99c452388cd3d8aa59f7c75fa06770a116b5f69263dddbb7b5fdcffc7ffc524','b11948afed62ec524417001d7c86dc3e2f0a45959111af1e6604a7d8b3231e1d',NULL,NULL,0); -INSERT INTO blocks VALUES(310352,'fb97d2f766a23acb9644fef833e0257fdb74546e50d9e2303cf88d2e82b71a50',310352000,'fdbf27d576a72b046776be0e5c0a91d060619778aadef3df1d30f1a7785a0fdb','1d2f391bb7990954e14c69c9429b54b9f5a88791ec4b2fba2facb464152417f4','5b5c7907900c708c332774b3705aacb7eed3e44759b6f0d068f466e008d60935',NULL,NULL,0); -INSERT INTO blocks VALUES(310353,'2d3e451f189fc2f29704b1b09820278dd1eeb347fef11352d7a680c9aecc13b8',310353000,'73429d323376209447edc6d2ddbfd51f0bcde21736ea6dad61dc96b6984a1fa1','8ad1adee999dd851e81025b31920d1f0f66c1e56433e7b2b110d03cfccd7a141','1c50d54d3d9a0bbd66e3370391aaa4293436a4c2a30cca24c982c49d1aa008b1',NULL,NULL,0); -INSERT INTO blocks VALUES(310354,'437d9635e1702247e0d9330347cc6e339e3678be89a760ba9bf79dd2cd8803e0',310354000,'b2bbcbb6a7db94b2a5681c6e380ac13480bb49c29a3fbb3c7c1eb740f70f8324','8d6870632f2336908828a72e7445c9d8ecbec3d420b234dad2b17ae06c0a709c','25e0063f36eaa90804aa8b9ea74d1c270b4a5e2ad7fb99df8e99815c059b22e4',NULL,NULL,0); -INSERT INTO blocks VALUES(310355,'ea80897a4f9167bfc775e4e43840d9ea6f839f3571c7ab4433f1e082f4bbe37d',310355000,'ccbd3ea41587c3c1d92f355979b49c5340a0a90060f07c228c22d6ff76b25579','8dfb02eb42bf84a085d150a0dc3fb2effa201594da47639e8f77fea0a7084eea','e8a8b0a0dfd6d0d6016d4198918d9070748f2ba7a48b4dce59b2a350fd689bb4',NULL,NULL,0); -INSERT INTO blocks VALUES(310356,'68088305f7eba74c1d50458e5e5ca5a849f0b4a4e9935709d8ee56877b1b55c4',310356000,'06a95d39e110e40ba318320d50984096cbec88c680f426f721154555efc2561f','3516c2e9b180883b3526ee0a028c6d22b2a8a028b896423eb71db31cc284d566','77c1eb3f8b7c02bb5e26a7f7c945250bb44adfc40e2d58cd7f07118bceebf35a',NULL,NULL,0); -INSERT INTO blocks VALUES(310357,'4572f7f4ad467ef78212e9e08fa2ce3f01f2acc28c0b8ca9d1479380726bab1f',310357000,'443f947352e853367d1c10d25771c7d78eec22fac19c5bace6f96b8f949e264b','af4dd2cd8426ceb8c7dacc24b30d4d48e1152340a5a81f32b745878558969f4a','3800ff081d7ee73226503f2fe551a287740cfefd247486c83c15d098dbf15c7b',NULL,NULL,0); -INSERT INTO blocks VALUES(310358,'d5eae5513f1264d00d8c83fe9271e984774526d89b03ecd78d62d4d95ec1dea6',310358000,'c2cd71dc9e7d5ccb5d5e9d6b55c47010c9db6a573d01820da1c8960970fd571f','635f90dc6b705e3e5928101d6ffc32a247088fd8965e0e372358b35ba822df31','b48a44760017112d73ccf6724bbc9650757b20df5a7c26edf2f3a6aefa86c3c8',NULL,NULL,0); -INSERT INTO blocks VALUES(310359,'4fa301160e7e0be18a33065475b1511e859475f390133857a803de0692a9b74f',310359000,'5b7646bafc6b11eb1554ea1e02221883043b435ae973c3678505fa2128aadfb7','eeec8a86b03a3973bdf5215e1789277ab7aa4c47f4e9f05a44a312c01e0ccf0d','335f53a916a0bc67cb004eb63708def5506d4f74bcec50f101814ea68f76384c',NULL,NULL,0); -INSERT INTO blocks VALUES(310360,'cc852c3c20dbb58466f9a3c9f6df59ef1c3584f849272e100823a95b7a3c79f0',310360000,'b0e937568a47c244e3b29cfb3a5e7196c171acc1565c44020345c715b7774658','32f4991609b3d8cbddbee2fe5e7aff49e7d4f5334ba0d283893733f19d3f448b','a1d9daca727cb7a4b2da2f8ba546ed6658a865d06ab65970d9266c378cf25009',NULL,NULL,0); -INSERT INTO blocks VALUES(310361,'636110c0af5c76ada1a19fa5cd012e3ee796723f8a7b3a5457d8cb81d6c57019',310361000,'fd5b67bb571f4e9c0c37c6a5c9e1181133c301e05f4f97a41bd827eda7a6db3c','4ad763ba9a9de4e6fd2f48d1342b9c2b4f87224fe591cddcf0ea3aab19187ab3','6acc9ade130c3bc9ded6b30a657700501b1a56ac29e888f64cff6ff47359f791',NULL,NULL,0); -INSERT INTO blocks VALUES(310362,'6199591a598e9b2159adb828ab26d48c37c26b784f8467a6bb55d51d7b6390f2',310362000,'38382cc090b349809c4798c3c83b485f8ff682fd5b5b2568357d62ef30f7c046','2eed1cb542570837b9e34c5ef140428d09c132369e5073061d9b1580338fad97','0ecc858ae38eb36dfcab01e9f060b80297a2882419ee19837c4f3ee56645ae65',NULL,NULL,0); -INSERT INTO blocks VALUES(310363,'a31967b730f72da6ad20f563df18c081c13e3537ba7ea5ab5d01db40e02647e6',310363000,'82911a691937d87629bc14e5294f68a25ff2fc6512370db032834b85a623d5c3','baa8c23f6f8bbed9640382166a4fa59eba156a3c94b645334124a57ad886136d','556ba5de5e6ef62d0ce8117eeea75b6ffa6463ff310811282f89cd7416d498d7',NULL,NULL,0); -INSERT INTO blocks VALUES(310364,'67025b6f69e33546f3309b229ea1ae22ed12b0544b48e202f5387e08d13be0c9',310364000,'cc362ce4c2142e539057430e2dd6402b985c62fefa4e4ad33afe1305f53af8a4','973037f8124687eaeba2e9f3e301cb20b9370bef4acd3f2c86eedf595b792b73','74bb0c7406191c6a3073587bb97fff0fdc69468013613e74a11bb764f0131526',NULL,NULL,0); -INSERT INTO blocks VALUES(310365,'b65b578ed93a85ea5f5005ec957765e2d41e741480adde6968315fe09784c409',310365000,'49e41f95f081b70e3f540fa22864cc4f229ceabfdfd54f2da112f1fd35466617','aa3e39acb1dc1a955f579a9a40961a80319c5dd484ddf322ca6edc6b67cec932','f3b9bfc7f71eb198d33de021d970ae020b2a4bad74c255699c6c15029468e899',NULL,NULL,0); -INSERT INTO blocks VALUES(310366,'a7843440b110ab26327672e3d65125a1b9efd838671422b6ede6c85890352440',310366000,'687c5f3e381d164499126ff90785e3635c825db3808267d4de2ec0e37cc7c597','610fbd2d8f4dad57d7efca0772534da791785cb2c45de1906a9b282792faa9f8','4c6246a65703edae5b7dd415df97eada326fe5e69fe207a8b555cdc0f1cbd4be',NULL,NULL,0); -INSERT INTO blocks VALUES(310367,'326c7e51165800a892b48909d105ff5ea572ff408d56d1623ad66d3dfeeb4f47',310367000,'d7fe976a4b2cca2e23d082a703ef4f4739e110ce1e0a373e76064f6186856ff7','531453a70483611396ce5bacc17e22125b1b61f61d56c110fb72a929b95deb9a','01b60d6479b112e92ae193e3518a7f85210d739b324d649c05bf3852d51a54bc',NULL,NULL,0); -INSERT INTO blocks VALUES(310368,'f7bfee2feb32c2bfd998dc0f6bff5e5994a3131808b912d692c3089528b4e006',310368000,'97f0a0f9e6f355dd179aa2941412decc1b0a06de0dc14dce8538aed6e35d41ba','289eb338000f45b4d7e143a08a490fbee8d307eb0975f5a2ed62586c2f625e0e','f66e69cf80c70919d7173c74cfc711eaa2c5f33b884333ab43f2c41027ccf438',NULL,NULL,0); -INSERT INTO blocks VALUES(310369,'0f836b76eb06019a6bb01776e80bc10dac9fb77002262c80d6683fd42dbfc8da',310369000,'1b5d9ec9bd918c84a5f9b6882c94a739cc1ad1362dedfbdf7b2009fd42251d66','a9122294ce4ccd606d3fa1787fb9c44f25811fb2fe486c9d58b407b5da50dd8b','e307e492f24ed689dffae4da75dabffe9e338ff996c88c5a2a7248abb30df8b2',NULL,NULL,0); -INSERT INTO blocks VALUES(310370,'9eb8f1f6cc0ed3d2a77c5b2c66965150c8ceb26d357b9844e19674d8221fef67',310370000,'578b039ed2b9a25e1c75ad9a5242c5962d6645616dc53fb08386602e40f14486','d61d958644caab04dc236d04d3654abeb1fd625dd7b9cdc01ca5caeae9b41f58','6087f15bc627711b12cd70dc5c18fbc943c204013b6273a724db7624d6e12b50',NULL,NULL,0); -INSERT INTO blocks VALUES(310371,'7404cb31a39887a9841c2c27309d8c50b88748ed5fa8a3e5ba4cc3fc18310154',310371000,'473d21b8218a2b02f7fa0d5daf114fa988e4a3d97c33aebe97e51a8d22252492','8abb7bf5c66895fd9e9de804ed8e35b3b1d12054a4e45ab3df6cd41194d836e6','a2cadcba7707abde4fb0d86702f9ef406324a8fcdfa76f6ec9414ad384dacea3',NULL,NULL,0); -INSERT INTO blocks VALUES(310372,'d3a790f6f5f85e2662a9d5fcd94a38bfe9f318ffd695f4770b6ea0770e1ae18d',310372000,'0c306eb25702d190ce32cac521b1fac9b8a7cbcf441fd74be8de2e002b4ce14c','ad3d52b024093fcc5b88b7a3176c4117468f0f675fd9e908c727ebedc5e2eff3','6707e363d1453e434f09de58498af4f95b9593282b42f43684618dce7d624048',NULL,NULL,0); -INSERT INTO blocks VALUES(310373,'c192bec419937220c2705ce8a260ba0922940af116e10a2bc9db94f7497cf9c0',310373000,'48d14b17f9074ce1f75ab32581e8f6fe7d518ebd669af6508e5d986d97c92b3d','b60270d322c86c6452289e0968be64c2217ebeec34944e43aef908e119f838ea','f4c868b4c8e4ed0aaaa1f31ec45a2393111a3ae2002cd640f5e8ee2a2e480552',NULL,NULL,0); -INSERT INTO blocks VALUES(310374,'f541273d293a084509916c10aec0de40092c7695888ec7510f23e0c7bb405f8e',310374000,'aee93917f6fe0046069aaff48d5d1875a9c4451acec6562a377428bfb1184cd4','46decb141683d0bf4c52e4f756b955c923bfb3995025d0f19a8ef7cac1dd2b60','4f11ed7930653e07ba376bbccbb9a2025632dcb1a362b73d884da13d5ee76be5',NULL,NULL,0); -INSERT INTO blocks VALUES(310375,'da666e1886212e20c154aba9d6b617e471106ddc9b8c8a28e9860baf82a17458',310375000,'2b0d74911bba5c9530b69c04fec512fe4c5df25458e5237db884586a221fa30b','9349961eeb706cf083d6ef1fff69cc871def662dd23fd7854135c1b0dc1a78fb','e4b2ee1a49a43c8b3a818560a60d7d93bedc758d3ce992be2eff40fe5fbf74e9',NULL,NULL,0); -INSERT INTO blocks VALUES(310376,'5dc483d7d1697eb823cba64bb8d6c0aded59d00ea37067de0caeebf3ea4ea7dc',310376000,'a6f84afe2845ba2fa4e5e7377b1d4474dbde6dfc9c4bed050e6d10cc80025e82','a5f607569f31beb9ba2a0496a9eb2eb40a6926df4b174161b73f53719ad04767','e63b3cf5d1eb2734995d924dcb8fdcf1147d751395000dd6663b61d70f7ee992',NULL,NULL,0); -INSERT INTO blocks VALUES(310377,'f8d1cac1fef3fa6e7ad1c44ff6ae2c6920985bad74e77a6868612ee81f16b0b3',310377000,'e006e13691719e4fce65e72c692d3affeae8ae465de2a3b285a1bed4eb518a70','4dd3a5ae07e934557005871e7c72351077b1092580eadda11fcd3501bb000579','1c2c0ef6287245c04947a4452e67411541a80da3a2097c0a347c3248bf2161f7',NULL,NULL,0); -INSERT INTO blocks VALUES(310378,'fec994dd24e213aa78f166ca315c90cb74ee871295a252723dd269c13fc614ce',310378000,'607ffa4928577b82f275750353fcecc2e50098d227f18bb8ea95ac2bbb10eea6','49533405fa36a389e0d8cac965389e23eb421da5833d625d160f75fa9defdeab','b8937d2d9517cf1f1648b595150bd4ad77cab24c686bd2c8e23714cdade45356',NULL,NULL,0); -INSERT INTO blocks VALUES(310379,'d86cdb36616976eafb054477058de5670a02194f3ee27911df1822ff1c26f19c',310379000,'9f17e8d662dbbfc12a56dc36172b3154bc9b05a87885d1411826481e1ca4f6ea','4514a78a69d0987ff60976334f70d0533a1c5726099ae73d93be187a57f25f44','614d01cb64ac626f70cffe33a1bd3355075acab546d404507e1f8f823f30cd44',NULL,NULL,0); -INSERT INTO blocks VALUES(310380,'292dba1b887326f0719fe00caf9863afc613fc1643e041ba7678a325cf2b6aae',310380000,'d617e30e1a32ed1cf269a190fd4c843755413492827546a0b3ed14278f817532','77038e6b75820a64c9fc9530b3d2c8411cc4da649fc69a3d235424c2dd5500c5','fc1f8cd61556b9bad44c0023b4fa390c500f2e6df7fda4e89081dfb60be85f0d',NULL,NULL,0); -INSERT INTO blocks VALUES(310381,'6726e0171d41e8b03e8c7a245ef69477b44506b651efe999e892e1e6d9d4cf38',310381000,'8af8d819f02927de4a74d3d37dcecf6e5124d53be37603764b1b1adad13b0d7a','48b66540bea91d2c2d216d5c13e88dfd9c1f1a36cae2ec721253034041e63af6','64d3d46ed318df21ec21c4f2516e5278e94b32d12dc7598912472f60bdb72b2a',NULL,NULL,0); -INSERT INTO blocks VALUES(310382,'0be33004c34938cedd0901b03c95e55d91590aa2fec6c5f6e44aec5366a0e7d8',310382000,'809d5c20335bbefe8e4f3552e24b24d96f6ee4ab12f3bfc9e74898371cf69797','159e8434abde33d3a97a4e7701cafec884a6d0d7ad78852ee7db449a18c5e23f','c4fc122ce6c5149722318f8023a42aebc8a42ff98a71cb9e781661a660ea51ad',NULL,NULL,0); -INSERT INTO blocks VALUES(310383,'992ff9a3b2f4e303854514d4cad554ff333c1f3f84961aa5a6b570af44a74508',310383000,'d8ec301994a5333f8efe7cc547a833d26c6766deb0b39c4fc18d1bdb470ee903','aecbe5619daf47a60ab2765502725a284224c0985e91993b212c50c3449d197a','90be276b0349a2ae133516e7459e90833683fdb9aac0538a2f4b79c192f72113',NULL,NULL,0); -INSERT INTO blocks VALUES(310384,'d518c696796401d77956d878cbdc247e207f03198eabc2749d61ebeadee87e5e',310384000,'fe47a03993cb9079a6e72810552d631fe838bcfaba3b34c73c9948af77266df2','e69bc390fb0a624f6d33512a55e9732857afee1b114df97761186ac648f63111','29136e76e0190c7824064b55a60fa62aa4481b00ba17082e58bae7e238f8597b',NULL,NULL,0); -INSERT INTO blocks VALUES(310385,'2aa6a491a03a1a16adbc5f5e795c97ec338345cfdf10ff711ffb7ac3a0e26e28',310385000,'6114e98e0004cf0f9472fce6bfa6bb99ae38e57214c8b134f30da1d62399f6ef','d3e6a4df9ff34518f8fe243dc87c981aef0cc7b89ff9ca466269a19493aeaecb','0805e38f383a619b8b82d73d6101409e762bb7b6305202768e174f2748effd74',NULL,NULL,0); -INSERT INTO blocks VALUES(310386,'9d19a754b48a180fd5ebb0ae63e96fa9f4a67e475aeefa41f8f4f8420e677eda',310386000,'4c52d59ade1bd2068e3b75b8b3cd1d23c6a94b6437f7966d10f5a07bf8f630ff','1c250ef18892c191c535562bb35bb1c8bd4f515ab00bc4cf0b564436b2bd33ee','c90a6b8d9034ea22c0e1302fab571afec136e150f57dbd4a07fbd89f7a66ce5a',NULL,NULL,0); -INSERT INTO blocks VALUES(310387,'b4cac00f59c626206e193575b3ba9bfddd83bbfc374ebeb2838acd25e34a6c2b',310387000,'327e9a842233568888998ec1456b6f78c093b47639707d44e6336b2bc18d955f','d7de64dd98a65b478518d909b1f0f2860f6a0b8e5e530f23ee55caffbaf1a545','962935511236bc6eb6d6f647eb02ea92c96ea5cfb0cc014b355c9f39c222c28e',NULL,NULL,0); -INSERT INTO blocks VALUES(310388,'41a04637694ea47a57b76fb52d3e8cfe67ee28e3e8744218f652166abe833284',310388000,'6efaab188a5cae39ef547a804f61bcbc2be4881e0569f49d7622b407f6860401','4916559fdc472a474aa4c652c85b0db143744daed0d98d7f2fddd1dba32be88e','04076ae75050884ffea906f6b738d2e961e712f7e8099758916b0477a878a790',NULL,NULL,0); -INSERT INTO blocks VALUES(310389,'3ec95ae011161c6752f308d28bde892b2846e96a96de164e5f3394744d0aa607',310389000,'89c686d5d973691a7281268c867f837b86b140a05f16f12302a3cdeb3b6a0ee9','b2e0098e42f81a8a9369d510b17be67446feb3e5da1b1eb37acd9f0b33b29fce','78a43adb29cdccae786b20bf4fc766758a5adef9f37f1a86a55d484ad6a008dd',NULL,NULL,0); -INSERT INTO blocks VALUES(310390,'f05a916c6be28909fa19d176e0232f704d8108f73083dded5365d05b306ddf1a',310390000,'2c4eceebb94d0c7a7702478d9547d1afbb42ab5ecb5ae6271a3f69942bd77e50','8e3a48b160083860b0928dd97150477980da9097945c4ae3ee144c505f131b86','14e1bdf127e4df09aca15e16a9c795f2bfb971569e69b6f9db043718029eafb2',NULL,NULL,0); -INSERT INTO blocks VALUES(310391,'fc26112b7fdd8aaf333645607dabc9781eac067d4468d63bb46628623e122952',310391000,'06397124ee2a1bcb9104899469394855d4ecccd1a08626d650bdf3169e227831','b1b4f0fc9ba54527ea0902192a61158bb5383f1959f187915c07f88bdf11caaa','f82a72c1b20bda911f030284a0bb118253385ba3da4df31a1dbef46dd16665c8',NULL,NULL,0); -INSERT INTO blocks VALUES(310392,'f7022ecab2f2179c398580460f50c643b10d4b6869e5519db6ef5d5a27d84a1d',310392000,'44974b5fec0be3a2958d39f2d6824a2e82733f873a404ec9887178c620843149','97a039be078662ac5b1a275d5618224c1a90886c79b9fb651dfcb14481da8e8a','eac292ecc848ebb043b27b4bdb6c770100a03a4578589863b0ea65b223680ebb',NULL,NULL,0); -INSERT INTO blocks VALUES(310393,'e6aeef89ab079721e7eae02f7b197acfb37c2de587d35a5cf4dd1e3c54d68308',310393000,'1863677c0e552344607b1af3eb8ef8f4fc6b2a73d63eebb3e9928302c887970f','c488dd61c64182cdc779e96a2b312463d42ff9829d1d518c8a9daa1a4cb26de3','f3f7b0ab90321238e1c3a36841b6b7cfb4588c65399834a37c470b3e27d14539',NULL,NULL,0); -INSERT INTO blocks VALUES(310394,'2a944743c3beb3bf1b530bd6a210682a0a0e9b0e6a9ff938d9be856236779a6f',310394000,'3838ba6e84376ed8dffb3fee9b5928d903952c0d8a8ad41ab63a9651a1c8c770','e329db30a579327664d135ce9c3661a259378dcc12e179232599e0186c7bfe91','ccf26a4cd20e9a3937a27ea76d688a1ae484e3dfb0e621545d9c105871304deb',NULL,NULL,0); -INSERT INTO blocks VALUES(310395,'19eb891ce70b82db2f2745e1d60e0cf445363aaff4e96335f9014d92312d20e4',310395000,'872367d61f81cddeb555da5f9c4f46a8ac57c24629ab073094e407a4555a8555','2234b36f4187eb0da9ed6a633aa2e15075d5efb23f154963885e7fd42495e4a5','0b232ce5c5df5a17aa1a4e6caac9c1da67a853107ef41290d0929f236ff116d2',NULL,NULL,0); -INSERT INTO blocks VALUES(310396,'aea407729ac8d8e9221efd9d70106d14df6aaf9f2f87dc6f490835a9caadf08e',310396000,'b9a9eaaf1cf6cfa4ae5b0f314812a9a2346209da0b7ce57e16010d2a01c0092a','25946162b9af068438633980c75eaf9e508144f603f7a913de56cc11a7a482f6','a6b1cc96d14d1696a210f2b7679628322551a5dab4dd6858fabc0e4c26ab9fa4',NULL,NULL,0); -INSERT INTO blocks VALUES(310397,'7c429e56a19e884a8a77a759b52334a4b79404081b976270114043ba94d7985c',310397000,'b61f36bcc934a18fdccf7806d41482684ca129801d0b9ce7815dcd488fc49a66','e697fb2f445f03a1d895b904be58a554af4c26ed74a65eb0e52c98e490efbd44','7ef7cce0384a4741db1edc2b89b5e1a1ebf007d575a03d9903a6fcce2eae014c',NULL,NULL,0); -INSERT INTO blocks VALUES(310398,'55c046db86dee1d63c0e46e6df79b5b77dfd4ab2ff5da79e6360ce77dd98335e',310398000,'9446476e123e5dd354682c60591cab8b712c30df9080dde756246eef45e21df5','0d20ba449b95f7d128c8b78ef2a37ec390e6177b2041a2b035a72cb8e6062ba9','9fb76e3cae124c3808c5dc4fee0d807c180104886f9cc7c4f84aef7028a3595e',NULL,NULL,0); -INSERT INTO blocks VALUES(310399,'765abc449b3127d71ab971e0c2ae69c570284e0c5dacf4c3c07f2e4eca180e7a',310399000,'50d288bca09d446f56544fb1ec50d613bdf156488468ac92d433425a3cab0804','82214bf1638d82e5b66919990e24d3960eb02a423bb3f36bcdd730b17267e340','a3448051089a6d3c9c2699bfaed7db5f666dd086c346720892660e2e72ba55b0',NULL,NULL,0); -INSERT INTO blocks VALUES(310400,'925bc6f6f45fe2fb2d494e852aaf667d8623e5dae2e92fdffa80f15661f04218',310400000,'349a24fd446727bb1793ccf88fc569d20eb680c10e506fc25b281ce6ec3fd7bd','e7ce5e8c9c4160590dcdaba04bc866267a9784f99fe68bebd337da16768e8f18','b1ecf7bfc2df5f80fb83820e200550f990bdf3b8ba9467f2caa4a33012449de2',NULL,NULL,0); -INSERT INTO blocks VALUES(310401,'f7b9af2e2cd16c478eed4a34021f2009944dbc9b757bf8fe4fc03f9d900e0351',310401000,'52c06b68cad19608420b73476a73b411d0327382b92bd454cadf1b8616eb17a5','6ff1e13b2110c6ee69e86818bd32bacdffa6f4e91fd2d8c2b09b5db35062be81','039b64af2e0f83ecbe7795fcf51f8e4bb78a61bc4da0ef218e0947238f9d701a',NULL,NULL,0); -INSERT INTO blocks VALUES(310402,'1404f1826cd93e1861dd92ca3f3b05c65e8578b88626577a3cbad1e771b96e44',310402000,'8bf64213a454c62dd4b0dcd7dfa298da0244a6aa7ae6fff98be6f49d50d259ab','3e776187716a384a84170b2e7dbbb5c152d98535351c1f5b4b00c7bf5ea7ff33','6859f056ea141b1d28c73a4dbb4ce8eca35363d4ee63f149720bfd018f166624',NULL,NULL,0); -INSERT INTO blocks VALUES(310403,'f7426dbd4a0808148b5fc3eb66df4a8ad606c97888c175850f65099286c7581c',310403000,'fb2a365372522d1442792cb38e1a4167eda2612ef442c776749097a3d541a827','1fad731787bca55d4102d8d355ccb9625590baaccd0ae63490320efbf5aaf90f','76487d441258207850ed85da7eaf14cd04b3f617f60adc00b2d06f866749f7bc',NULL,NULL,0); -INSERT INTO blocks VALUES(310404,'401c327424b39a6d908f1a2f2202208a7893a5bedc2b9aff8e7eda0b64040040',310404000,'47f96d798df9cad17667be908ebb063ab9f79d947784a78189d247e626864a5f','10b2cfe8ebe45dac311048b4aa8d15d7c59ae17f5c1a0c132cfb675d893de8d5','a081e648c2a4c7339c1eddb3f9bf7293db793ce482534184e059d1a9821fb324',NULL,NULL,0); -INSERT INTO blocks VALUES(310405,'4f6928561724e0f6aab2fc40719f591823ca7e57e42d1589a943f8c55400430a',310405000,'185780205a9ab241bb0656799fd0d5942c1e3e5854abd1d06573da550b04b096','8cbd52dd97944b34f080d675a51360dafcd38183cb08633e6ea247d2c5074435','dc6cf5d51089b69460c812526ef3051ae7fff9555820bd3908ad964344b95851',NULL,NULL,0); -INSERT INTO blocks VALUES(310406,'6784365c24e32a1dd59043f89283c7f4ac8ceb3ef75310414ded9903a9967b97',310406000,'367b9de2313c5f7fce0c2dc2b4a8e2bc059f6881bc924f7315e8e2ca61728a59','0d104d4ce44d11e581f51e5a33ec9e35a994b2b992842b173fb8a2756412b4b2','0568edb3fabcb060d574c99c7586d02b02970ffb627be38a3866d6b19d9f9e2c',NULL,NULL,0); -INSERT INTO blocks VALUES(310407,'84396eb206e0ec366059d9e60aefdb381bca5082d58bffb3d2a7e7b6227fc01e',310407000,'2bdbd79575aa2ff52ba0cce3fc1a1aac6120d598a8ab0ff3925e1395e6cad2d1','a3407057dc90723c90ed8f2df5af7840e50daa4c4bdedd47181c17a1e8563934','e9c3a568790c3b7c303b551fde004db2b0ad0db47358daaedb164004173400dd',NULL,NULL,0); -INSERT INTO blocks VALUES(310408,'4827c178805e2abae5cb6625605623b3260622b364b7b6be455060deaaec2cda',310408000,'fcd0edef8c4ae9517a6e793a2742c598de38c122829b7a7aa265310417ac92c3','3ee1e7949bdb395a4e481f94344fccb2781abcb3f5d1fea2bbadb9de9228a426','3db1f2283e186ba0f1ff66db2b802d763ef829458446315a7b268850d350e0c0',NULL,NULL,0); -INSERT INTO blocks VALUES(310409,'01a719656ad1140e975b2bdc8eebb1e7395905fd814b30690ab0a7abd4f76bba',310409000,'5b663c40873af21ebc721f2689e2c57a2c787fff579c58f033bba75910a64837','68fbf3a110ed24946d1594f5a4de1dae9c4b6f0394188a71ab89996e9fb4e55b','6afe56c278a7e9b12b1398c403a8d576821c2fe8f60fb685f5754388b3aae524',NULL,NULL,0); -INSERT INTO blocks VALUES(310410,'247a0070ac1ab6a3bd3ec5e73f802d9fbdcfa7ee562eaeeb21193f487ec4d348',310410000,'93c5a33931b2a33933bc286d6987b34730c0677460e4875d5c032ae86c2e01f0','bd755bf0718d5a0423ec41a8ac84b1554751ff8f0a3f63d87e7e0f58aaa31008','c757602d9c351e304d79ae755da5d381db44844ae88b444fdf634338b58b925c',NULL,NULL,0); -INSERT INTO blocks VALUES(310411,'26cae3289bb171773e9e876faa3e45f0ccc992380bb4d00c3a01d087ef537ae2',310411000,'8d98498f89619a2e334e9ac69bf8ff37251af6431d9bb6d1ea8bbc404c5e560d','103563dcfc7b9f149b6efdad7cae17b090d4a8232fd4c37fac7bcf942d784b55','bcf6d0caec42917d4e20f80049d5630aa0eea0ef7f748179a1cdece27358741a',NULL,NULL,0); -INSERT INTO blocks VALUES(310412,'ab84ad5a3df5cfdce9f90b8d251eb6f68b55e6976a980de6de5bcda148b0cd20',310412000,'a16a650c4b63ed783e7229980be1177da867c188a5039ed5c58b9717f6ccf634','4daa6f0799529346ba4ee87e2aed1450447921dfa92e785378fae39c234a7c8f','66a2c3afd44ea767195df7f10f7fe070e114fd53a0b302c86af0de0f71663c32',NULL,NULL,0); -INSERT INTO blocks VALUES(310413,'21c33c9fd432343b549f0036c3620754565c3ad99f19f91f4e42344f10ec79bf',310413000,'768577c1a7c2cf2cc19cd8dbe823f1bdb8a222daee4c7ac7b5ead6633040c283','7ae9815341dccd2d1bff8dbcfdbcce4e52b4aac8f2fdd421348ed9f44cd19e38','ef58d2ad7b069d35cdbe4f287c6e7713a139961131e43c6ae75d6e1cfa272cd2',NULL,NULL,0); -INSERT INTO blocks VALUES(310414,'8cff03c07fd2a899c3bcf6ac93e05840e00de3133da14a413e9807304db854b6',310414000,'906c491f164877c31002da41233c237d0d4a945a0072406a7b7d13df74be7eec','807cd64b4d8ee3d91a5cbc651e42feeacd5248b6572310472743ca71a9f24621','a1749e46ba74128c32db68cc4672ce50f9ee91b5f6ee4edf50d4deeeff8d1a00',NULL,NULL,0); -INSERT INTO blocks VALUES(310415,'dd0facbd37cca09870f6054d95710d5d97528ed3d1faf2557914b61a1fc9c1cc',310415000,'d27f99b4a67dfc910d3b932f97b7299779f245e95f871140d3c90f13cc6e506e','67fe947c260b3d8748887e94f68c3725664bb6dbd72187e9312ee48a42770ec3','8efc340921a901c9a6ab8bd8db987611424f82ebebcda887aaa0b057c747d3c9',NULL,NULL,0); -INSERT INTO blocks VALUES(310416,'7302158055327843ded75203f7cf9320c8719b9d1a044207d2a97f09791a5b6b',310416000,'90fcd04c508a9821e0ba0ed36cd7cfadd1d3c95116e3f52ad69f98d3d14de571','1041a17c5c146181a56da6ef17386814299be8a22c76a2b2f8a4a2768b2b531c','e6712d0e7040545de075c2b376fb338dbeeda42e5a6745507b88fc0ccead122c',NULL,NULL,0); -INSERT INTO blocks VALUES(310417,'2fef6d72654cbd4ea08e0989c18c32f2fe22de70a4c2d863c1778086b0449002',310417000,'19cbb26c6d24df5b110a5aae9b53a911a61b2086dde926273a1b0f66c1049e6b','920154e272608daa3c501588cf0eee50c2c45a385d30f42711657ae4a6de3bf5','6198ab7caa166d42471d88f8aed4e81272d48f9b68d56a2fb48011d8a93efff0',NULL,NULL,0); -INSERT INTO blocks VALUES(310418,'fc27f87607fd57cb02ce54d83cec184cf7d196738f52a8eb9c91b1ea7d071509',310418000,'2dc971d2db4e92e2d5dcef124bf9cdad33c41a71d6ae3db80297cb2257911f0d','290826e9c72e49636370d0dad56ba1c2c9209d888b993e030838f84300c0225a','ec7084b74e153c9c55037b4f7f45ee1eb372fd872435c4b6672f5554bb2192a3',NULL,NULL,0); -INSERT INTO blocks VALUES(310419,'9df404f5ce813fe6eb0541203c108bc7a0a2bac341a69d607c6641c140e21c8e',310419000,'7ad2bf141622a0db4b27b1f4dab4857d1595e3f746a4113992850a680ebf1f37','d06653b493d120dd288637d530cd3f6efa1c8f5c252bb275572c1948ff0f3539','e30b5b6603c7751bcbd63c7e2e509c44d7ee7232db6a1b29ceefee036324f9b5',NULL,NULL,0); -INSERT INTO blocks VALUES(310420,'138b3f1773159c0dd265a2d32dd2141202d174c2e52a4aeac3588224a3558372',310420000,'3602b26268d1bd3fc5f08f170e9767ff07c91f6976a1c342dc6b24f7ee98c509','ae8e61a57232c10bd15c655bb8c76007dcef394ba64d1619157ca58990e18c25','49b6f7c1ec6b4142e867f49371ef52b977fc39b581491ba00b5a801797b88b3b',NULL,NULL,0); -INSERT INTO blocks VALUES(310421,'71fe2b0e02c5cad8588636016483ddd97a4ef0737283b5fd4ab6ea5dc5c56b9a',310421000,'1c1facfa3852b33c173a08d06450335a2b230541c60973a154e8dd864f3c3c8b','01bfd609f878bb6149779f6377d7868d5b7fa3b831f68cd757967b982cd09ad4','3f03f9cc35dbd81a3d8e89344b8fe1d407fae09388374aa176f6272ac448e5c2',NULL,NULL,0); -INSERT INTO blocks VALUES(310422,'cd40260541b9ed20abaac53b8f601d01cd972c34f28d91718854f1f3a4026158',310422000,'e788123aefd1129554fa2c166dbd06ce68f913730183ca73cf248c1f5284eba4','6577ad9a9e3889fb5eeac7fc9039af8d4537a8fc28b4a9de85e230f5d9da3583','662b24528400f166d7c0f536d1ef63198a79be52c52c23ac4dc9e1be7b8a8e54',NULL,NULL,0); -INSERT INTO blocks VALUES(310423,'6ca0d6d246108b2df3de62a4dd454ff940e1945f194ba72566089f98ad72f4db',310423000,'ad445e5351af8739b2f74cbba8b44201c20ab55ad1db064402614fb97f35c375','dd7b66518e8ec22359df2d8ad4c0349fe4ab3a74620aaf2ef4bdc93a4c7e2d92','7f0478b153ed1e18d8f4d923447ee01eea08f6e0f93cf0e97d2d173cd29c34be',NULL,NULL,0); -INSERT INTO blocks VALUES(310424,'ed42fe6896e4ba9ded6ea352a1e7e02f3d786bfc9379780daba4e7aa049668ad',310424000,'e89872ed802fe4421844882958fe6384cf21a85a6dcf10db761e2bb4a77ed24e','bb05836e569bc4c85141c5b4d2832efa5a83ad519260e96d92f6ee16fe4a0c80','12bea4a677a58e26d40c45a608d640886ef32fce0ff915bc5e7167b64d09c224',NULL,NULL,0); -INSERT INTO blocks VALUES(310425,'73f4be91e41a2ccd1c4d836a5cea28aea906ac9ede7773d9cd51dff5936f1ba7',310425000,'29e595e9ac7717013cfc8d12255496192234abbddd8a66762a5eaff0c49f3750','2cedf78c9d13e32fde5792907f2ac9f409fe701740533b94ceab6b8087f790b1','4d75ee51f11f797d69bb520aa58ce216939009066410dccdfde68252ba929193',NULL,NULL,0); -INSERT INTO blocks VALUES(310426,'9d28065325bb70b8e272f6bee3bc2cd5ea4ea4d36e293075096e204cb53dc415',310426000,'9b9509ce7b7bf380f4d030604810a755c71fabe27152be990997a6a9db37ff15','c037094c1947835fceefa8a25a81724d9c88191d5f5199d3a59339bd44407289','3d2272e78223d779c2809fdc624d40a843a8f6abe090f512f0975bc0cbdd855f',NULL,NULL,0); -INSERT INTO blocks VALUES(310427,'d08e8bc7035bbf08ec91bf42839eccb3d7e489d68f85a0be426f95709a976a2a',310427000,'f1b834e2a380f1b9a78c592acbe78ec809220c620e15f296ab8d7ecea6cd392e','81d439d9d368279e97c8739243efb01c7027be218d831d93127364fa247aed95','cfca68084b8db33fa307842fa1e47892f485367c839bb48620bf31c5508c6dd4',NULL,NULL,0); -INSERT INTO blocks VALUES(310428,'2eef4e1784ee12bcb13628f2c0dc7c008db6aaf55930d5de09513425f55658a2',310428000,'9e963a17fbc4a5c20d48094f1459959033520f92d7a8bc044b71bbffb8dd173d','002b7ac255f66476970512e50d7ca9cb5da695bea9763bf0379f8d8e6c77a71c','4f19ace345d3edfe1ffdc1352c7b97d79fc82d1dd02c9223b70ad44b7971c275',NULL,NULL,0); -INSERT INTO blocks VALUES(310429,'086bfbba799c6d66a39d90a810b8dd6753f2904a48e2c01590845adda214cf8d',310429000,'ac8cfd965b9c53f32731a3e0fcdb6df5746d646b02c88b5201a674125e37eed5','4b68376b50d77145ada0ebc72c3eb43b54b4743b538dbc9fa2c914515882dbb7','68c111a4cfde7bfd0772f4402dcfd11dbad70b7a7fcaebb405abd5a78034a50d',NULL,NULL,0); -INSERT INTO blocks VALUES(310430,'870cf1829f84d1f29c231190205fe2e961738240fc16477c7de24da037763048',310430000,'33654e32dfd41ff3a5744b57fd2483a08a2b4729c18ca54c3ac5d95a1bf0ef21','3323c2d01e777caaca3eeaf6f2af8299cee1622589cbaf08f4d245356642d2f2','5c1e69da91ec560636105b274854f5d84c9ad84bf2e7d3be74e97994d9fe5fa0',NULL,NULL,0); -INSERT INTO blocks VALUES(310431,'20b72324e40ffc43a49569b560d6245c679e638b9d20404fc1e3386992d63648',310431000,'ba8837c811ae87981cc37cb49438d958fa58dfc5a95824040f2fd088465406d1','67aadda0a565f4f5e2786b5007e56e2d10077e87e7d3acc216fe0803365b7b81','b7033b64cd7125079b342299f4eca4078e7ffe7d1b7778b69429e69ab615f067',NULL,NULL,0); -INSERT INTO blocks VALUES(310432,'c81811aca423aa2ccb3fd717b54a24a990611365c360667687dc723e9208ad93',310432000,'7864019cb0cbbcd895154421183d6acb932b1d64441103b913d52469f656655f','c12942ffa02a5f8eaddf3e8e55ad0ea03f29cebd9e822e00c504c162cddd0471','b9eb4fba99172a265d1c6a19590523d01fda96f0095122f0dd711b0fc2789617',NULL,NULL,0); -INSERT INTO blocks VALUES(310433,'997e4a145d638ad3dcdb2865f8b8fd95242cbc4a4359407791f421f129b1d725',310433000,'a6da92ef0df7d092de09f2f8d2c99ff65ad74e2a0bd2ea25f8335614372f5279','f0eefd9f81db595b07fe719a41e67e54fdb987e177f05d37040237db3be2a8a5','d1d4a7a5bf7600837da6b5e219ca0b418656eff5cce5785e283040ea986caba0',NULL,NULL,0); -INSERT INTO blocks VALUES(310434,'61df9508e53a7fe477f063e0ff7e86fbb0aef80ff2ddedc556236a38f49ac4d8',310434000,'e288db28ac6a42822f85fd042f65b57378bc6cc2f8616edfa88143d7b1c9ddcc','173f8b7d2c581e9f088b3fb6e96ad2af597b172717d8f8732fd5857997f0f3d7','996a0c9bb9c61a0b25287868aa440184cc38c1f83fdc33f6b62fa2bff9913eb9',NULL,NULL,0); -INSERT INTO blocks VALUES(310435,'f24cf5e1296952a47556ac80a455a2c45da5c0dc2b388b51d235a3f741793d5f',310435000,'e87af314e8d7a5f2315ccc559d7c2255c008ba63aff017696201db69344d423f','a4dd5a36f1aeee54e99bb23095b64707fc0b3fde5f64e33135429a100e4ea558','bf1359161c996753915a6dcef44f52827909dc2fd4d4d5b477a0d72fffc4a21a',NULL,NULL,0); -INSERT INTO blocks VALUES(310436,'a5e341ba92bdf9b3938691cd3aab87731eba5428bb61a804cecf9178c8da0c19',310436000,'82327b93bd3ffcdf797bc2f6470b9c8c5101e54b924ec5f141a31356aa8865c7','c6b0f05a847c30dd3f2d3f8cb7c26a84f1d005b4720a553f9dd8b717185d7f05','043c95a6151223f2c109a76ee418e5c653387f139e5f22d6837e8eddcb3a517a',NULL,NULL,0); -INSERT INTO blocks VALUES(310437,'9e18d0ffff2cb464c664cefc76e32d35752c9e639045542a73746f5ec2f3b002',310437000,'70d86f9ef8df495474de06b94e1857693c73d9ca3528356b82553a52fdce0dda','809d60564fefff56688616b7fb96378d4eb425e5c8de36b34f0c9070935dac26','68b300a94ef9ea2917b30ffc0c02d06638159c942fbbcb8345cd2d579525f03a',NULL,NULL,0); -INSERT INTO blocks VALUES(310438,'36be4b3470275ff5e23ed4be8f380d6e034eb827ebe9143218d6e4689ea5a9fc',310438000,'44b90478e32373205462f0fb212da636b31db6dfb99a2b56923beb97a3a64722','2cf7695a3cea08358af8bd9378b1d6ad6c7223cbac01589042ace6c3cb312196','44f03139344dfa5e4172438209361b3bdec8ed06336156cb26b64cf1993dfb30',NULL,NULL,0); -INSERT INTO blocks VALUES(310439,'4f2449fce22be0edb4d2aefac6f35ce5a47b871623d07c2a8c166363112b2877',310439000,'66b791b9deb7d2fc8b075f41d712e300ffa9c46ca9d6f4e7cec6429ca6a65163','41f11f77910c12535fa183e819b36a0dda32eaafe0ae8016e2ce7c23d5c1d67d','875c62ea6e5daf9e9113de07a8e6c851cfdaa6dbff4b2b46fe99c1e1dc57ff56',NULL,NULL,0); -INSERT INTO blocks VALUES(310440,'89d6bd4cdac1cae08c704490406c41fbc5e1efa6c2d7f161e9175149175ef12a',310440000,'5baa10e1659182ba4511f87f08deda38d5de3501c63efd376604cc199140d27c','c6762d7334806b6b62c3cee84f65346d1121493d3bc3f890af174c4abe4710ae','db53453281d31f404a0c2fd4a6098010fd933fedc79ef457c14d8ec05c431988',NULL,NULL,0); -INSERT INTO blocks VALUES(310441,'2df1dc53d6481a1ce3a6fee51ad4adcce95f702606fee7c43feda4965cf9ee15',310441000,'2d490229fead1b15a8350da7bcc83c483dae06e4a2f574c6e8fde248acd449d6','f9fcb16a928c44b86ab2af7407a2ca269455b144694a80927b9213bf8e7ac710','19d36ee9fa99c52e0c18ab8ffbd31f9961be0b5dbb0c26f925061cc8eda4bfb6',NULL,NULL,0); -INSERT INTO blocks VALUES(310442,'50844c48722edb7681c5d0095c524113415106691e71db34acc44dbc6462bfec',310442000,'a3728bacfbdd289b7af24248b9bdacd5643bd5412bb993f5380278631eabb9e9','5d2600af95413d101a9e3d98b2d9f5ea02cf1cf6a28bf7e96870e167638a7be9','92e251d4298424a8b07fdea50d3b85b744ce23063a0930a3d6b868b86133bf12',NULL,NULL,0); -INSERT INTO blocks VALUES(310443,'edc940455632270b7deda409a3489b19b147be89c4d8f434c284e326b749c79a',310443000,'d829da764f6397b22a6b97ef396b363ef2cf071990df2dc9c0d03806db6a46b5','4c595c9a60ccc98d2f6cd75c92c28333174c618337457f9c5ccf362252732081','1a7840370a5ea6c2d4497f1328bb4a185be38a8b602fa189fe30b4b998da9855',NULL,NULL,0); -INSERT INTO blocks VALUES(310444,'68c9efab28e78e0ef8d316239612f918408ce66be09e8c03428049a6ee3d32e4',310444000,'ef53249bf0f13e1f2073b815c8d8da3ab744b6d277b29ddbc0bd68bd006af34b','5ec6d64106ac1c65cd1dd2129c786aca3cf426c7a1b5f6a966b6684b37755293','f90446895aae714477d38d6870052e7137fa5c009225ff74071ec26a7b419643',NULL,NULL,0); -INSERT INTO blocks VALUES(310445,'22a2e3896f1c56aefb2d27032a234ea38d93edf2b6331e72e7b4e3952f0234ef',310445000,'7e731cda90932b2b4844abdbc3ff60683173104e6c72ed81c65d9a17fd4872dc','6da5abcb8ff2a77c33c7c43061754d9fe8e587157a98e194157faf534d2ee9c6','f9c64958fc0f01dbb88c2a8da2fbe3e160451ff143db9c73803977594d8b2d3e',NULL,NULL,0); -INSERT INTO blocks VALUES(310446,'e8b0856eff3efce5f5114d6378a4e5c9e69e972825bc55cc00c26954cd1c8837',310446000,'db55bac8025e95a567ba984f36dcb09357aa3e9b8706bb594e669b628d4e7204','e8efb64e8f5f867f1c0db99afa9f9a3e3a06d0e1d55e16e9639ca36c3bda5cd4','b756b7c4d9d99dc6c34f2aaf85703ca5aefcc773f98c00daa6c605fafdb623c3',NULL,NULL,0); -INSERT INTO blocks VALUES(310447,'3f4bc894c0bc04ee24ed1e34849af9f719f55df50c8bc36dc059ec5fa0e1c8a8',310447000,'5cc4fa447cc291ffcce7be3c4f8fc70041bf8af5c2dd591136d4a449095d2570','026eb6a7315302879ca62afb071da788deb5759eb3de89cf68fec00ec638d9f0','1e92f7f6af1f5753c200f98e9d5ecc31fb7ddb11acab3c9cfca9da9540b77c51',NULL,NULL,0); -INSERT INTO blocks VALUES(310448,'6a6c7c07ba5b579abd81a7e888bd36fc0e02a2bcfb69dbfa061b1b64bfa1bd10',310448000,'ce49854f4493c163bc891888f920fbc6dd8855c30870beb757df69b33de52633','e47cc99299a82c9be619633effff5b9cace113215d7f71aa7d2327e69d3ca3bb','ffedfbb5421c1a26d7788416fe289714507e97fc2b1395fa07f04ad75bad026e',NULL,NULL,0); -INSERT INTO blocks VALUES(310449,'9e256a436ff8dae9ff77ed4cac4c3bfbbf026681548265a1b62c771d9d8e0779',310449000,'84557595cf2067a95924119b8ed5fea114acd9ca1b0df4dbe4ae5181a739b5d1','4e3048f5eeba69570f9ffd86a3573e85bdfb46a92acf60d55c04d41f49f7f870','9865076f287d87208a93e8fe043ceb16bbdfefda64ccfcaf2c64c9b1d87ac1c4',NULL,NULL,0); -INSERT INTO blocks VALUES(310450,'2d9b2ccc3ad3a32910295d7f7f0d0e671b074494adc373fc49aa874d575e36a3',310450000,'0e3b252b73fb652f904780da9fc59d1081d712337a9b15cf1a56ea72fbe96c73','c98b9428cf94077169705f3961816f87293eb89bc840167b1ed8ffb074aef48e','19cc0c654951339af09920a9183a6fffd35607c85986d77bac7aea3f644dd568',NULL,NULL,0); -INSERT INTO blocks VALUES(310451,'55731a82b9b28b1aa82445a9e351c9df3a58420f1c2f6b1c9db1874483277296',310451000,'790eccd04e24e5f10f843d63bbdc1538cf1aabb0e8e6c862104be0ef845f603f','3fda9e8b7ebc417311c9f14e61c9dca2e490702c1c796eeb1df156f174d52cb5','d9c9503962c77b2587ecb980f7c093fc3cd82fc7b508f9b2972cbc439a022a33',NULL,NULL,0); -INSERT INTO blocks VALUES(310452,'016abbaa1163348d8b6bc497cc487880d469f9300374a72ecb793a03d64572aa',310452000,'30962129b060b63050fe8f249592587d74cdabc4ebb5680230a280da880c8586','a1bf92fe5ae4df49a6059263dfd3a9ed105ec24ae02cb9127c0408f7330d962c','8f1bc99748e5127fe515bad25c00cc1751d86d458bc830d08540386399775fd9',NULL,NULL,0); -INSERT INTO blocks VALUES(310453,'610be2f49623d3fe8c86eacf3620347ed1dc53194bf01e77393b83541ba5d776',310453000,'56f4aa1086d8985a00cc295cf9618d976e69ba426b0c3d103bea6b47b58e4355','a81de51b7b56cc68f599e592be22e11c2f0b51ca27c027f13b58f05b2229a8e1','40257800f1ce9ac416580217781c3ea906a5d0fd95a64eeacda13100158b4f92',NULL,NULL,0); -INSERT INTO blocks VALUES(310454,'baea6ad71f16d05b37bb30ca881c73bc48fd931f4bf3ac908a28d7681e976ee9',310454000,'38d14a206003b812cbaf5f200235dbe12aa6a674e5f3379cb186a781cb5a5654','022e8475ba7e68c75b4a00387ae431b7bdaa4d125dcd1b19d08e9c431d3e6057','914b74ce89d2798b1969e31ad597a0cdba4fa740297d54d5b1d808d5d71fb9b7',NULL,NULL,0); -INSERT INTO blocks VALUES(310455,'31a375541362b0037245816d50628b0428a28255ff6eddd3dd92ef0262a0a744',310455000,'b2ff303a67c05bc12fcdfdb774ea4ddc690434c3371428b3416d38105f265f28','91a1dc2fe8dd56e137b210136966950c79b4badcdf787b4b9fafa7985847192a','251f29f2596962538ebe61d8336e3546cd36ee11f8e4d7c3142f974f613b65b4',NULL,NULL,0); -INSERT INTO blocks VALUES(310456,'5fee45c5019669a46a049142c0c4b6cf382e06127211e822f5f6f7320b6b50fa',310456000,'6cc16b442fd7758ed7bae9f50367fa60debdb5d81bffc5abccda044573aeaf15','5125d7f8718a5a26aed1e1db2ce80e8d2eb4d96bbc91277bace52f571b7f8c26','3389f05c7c01862f7c615a163b4ec5ef99b3ffbd2b2cb6272254d92e8f30f450',NULL,NULL,0); -INSERT INTO blocks VALUES(310457,'9ce5a2673739be824552754ce60fd5098cf954729bb18be1078395f0c437cce9',310457000,'8fa0401d245b1b1e8b40760a54f331564d8597e242462ec412878e36a9b06800','061dc1962f44d4da9de8ad6bff4d96650058f5d444951e9c808b901db8717c81','c73407eddd7b678bb4f13b10fdec311e24a878138cad7b56636d15e77146d9ed',NULL,NULL,0); -INSERT INTO blocks VALUES(310458,'deca40ba154ebc8c6268668b69a447e35ad292db4504d196e8a91abdc5312aac',310458000,'520f92700e31b8a35260a280ae11bf8668b0e09d34795a9d88678f2977e19f7c','b0208287d25e4ca6a1856236b4d4c7a3608533f0a47a9c673806d5d3baeb2297','684a75695bd2676f8dcc94df0cf6a6556e9d3b4504e0458bb7de5e221487324e',NULL,NULL,0); -INSERT INTO blocks VALUES(310459,'839c15fa5eea10c91851e160a73a6a8ee273a31ab5385fe5bd71920cbc08b565',310459000,'d7f728b78228a914b8767a6caeaf2267e9dbd50490a27f6c23bd96060eab8ee0','21a24d787b30434a230cae77e281636855ff40a8fb4aaaad35eb034835f63e97','88b9e32e51ab17a614f79cfa846fd879bdb36d580b900f0a54ea8508fa883b56',NULL,NULL,0); -INSERT INTO blocks VALUES(310460,'9b5f351a5c85aaaa737b6a55f20ebf04cafdf36013cdee73c4aaac376ad4562b',310460000,'33c2b4c6d22888448a2458ff2ce6a1cfae5e858acae2a57e4cc0232980f8fa4a','2ae25ed250bd603684d0affe8b14af5a1b8d1554beaed08aa8f723cc3c66cf8d','804e939128940e0725d23b2e0fcdaeb9cb6bba78517450ca99303ac0aa919cd8',NULL,NULL,0); -INSERT INTO blocks VALUES(310461,'8131c823f11c22066362517f8c80d93bfc4c3b0a12890bdd51a0e5a043d26b7b',310461000,'22426912d3317922912326da552af284677c9b76b6416b6c056668f27ae4f19f','13b7774cf2a5a0f3d65031cd5f9ee498eaeee5c1e0e8ecbd346e0427d847a5c0','f77abbef90fd4866cfa274949655a17dd90be5ad9281c535fbe20f1ca1feb3c6',NULL,NULL,0); -INSERT INTO blocks VALUES(310462,'16f8fad8c21560b9d7f88c3b22293192c24f5264c964d2de303a0c742c27d146',310462000,'74225b62e696aaeafbd4d6db40b41081c7493d9cc44984729d8619ff9450ce32','4f23d4da0bbe4b8bb7e00b6b746b4180356013c63f7a6f9b3eee479380b04e4f','32a60b918bfe449813cdd157c6fb903bc70376994f8d488e5b85982e25ec1d31',NULL,NULL,0); -INSERT INTO blocks VALUES(310463,'bf919937d8d1b5d5f421b9f59e5893ecb9e77861c6ab6ffe6d2722f52483bd94',310463000,'b970979bfe0d44ae2f21f7d98bdcc4ae37287b93cad9fa51f32a62337ceba0c1','7b9a9095733a9d870b33aef4bb15767c32b012c27b52de8731358178b87bfb50','e26394e08672a5381c433f6d3340033ea44137ad7f3c1d75c4c2a348f4122dd3',NULL,NULL,0); -INSERT INTO blocks VALUES(310464,'91f08dec994751a6057753945249e9c11964b98b654704e585d9239462bc6f60',310464000,'00007a158b003fcca20c9fcaa8d73a556f0206bc9a7ab3e5c566ea1bda8648cb','28d7eceb69efcc6736dd64c65ed218dae2e8d0e9d4d7284b0572a5d1065a9d52','7e97948ec36ab6e4fd60c7a2dd80d76eaf95146fdf094512fa64a2d2b480e7c1',NULL,NULL,0); -INSERT INTO blocks VALUES(310465,'5686aaff2718a688b9a69411e237912869699f756c3eb7bf7c3cf2b9e3756b3d',310465000,'09c407870b056db90148a9e4cb8ada003898ff28c584bec6a5be90514758a851','7a4f4ed76efc69ddb5fc13abe258656d6a5e4a845203b5f3f9133716093d7f6d','321252a574908253b5fdd42e83aa2f1f8e54fbc0fced726f284747a150defb3d',NULL,NULL,0); -INSERT INTO blocks VALUES(310466,'8a68637850c014116da671bb544fb5deddda7682223055a58bdcf7b2e79501fc',310466000,'23bcfdbb44d8fc2ae6a86ea073ab080158014f04516b256a70d846399e7383cd','57124a566cf1e863b27fa19e3c982fe4a5115119ffb745624697380ad8d5f900','907fa24ee27fb37424a240424b054fed5bec8b2408104a755a908313e2a62f03',NULL,NULL,0); -INSERT INTO blocks VALUES(310467,'d455a803e714bb6bd9e582edc34e624e7e3d80ee6c7b42f7207d763fff5c2bd3',310467000,'a43abeddb61ad99d57f208cb0c6cc3e0b05a200009e6d90641a2bc7aac707adf','fb3b1ef99d2f323e1bdd6998b78b6044c8c7328fafad6b9fea1de7bd0244a265','72de58b87ea7ec0528ad07c1c1a7412081f4666917728aa9394a033fbdb725e9',NULL,NULL,0); -INSERT INTO blocks VALUES(310468,'d84dfd2fcf6d8005aeeac01e03b287af788c81955612375510e37a4ab5766891',310468000,'fc909facd6ba38fa0908fd49a6e2f25bd8284de5265ef761497b8a2d595344b3','5c84a33365a6954fe639a1c2b1df030b8728d5d331df5ea1ef4a60f976cfa5d2','1f2e3a4358edd71af50059cd40085b0cdc616804d06182e17a5c721eb8133aaa',NULL,NULL,0); -INSERT INTO blocks VALUES(310469,'2fbbf2724f537d539b675acb6a479e530c7aac5f93b4045f4356ea4b0f8a8755',310469000,'09f0d1c9bde8cdd63544fbb5eab46c2954654d32f3736f9975cf860588aa65cf','38083f12891b03e2f089b02f7cb6b7fc7b6cb7091613e1d299051717eef6748b','74fcc2b8beeef4b711943b22c48aeee6c3aedaf0a2284415be27210e4fc1918c',NULL,NULL,0); -INSERT INTO blocks VALUES(310470,'ebb7c8e3fbe0b123a456d753b85b8c123ca3b315da14a00379ebd34784b28921',310470000,'41832b12459e778621b8f576e597b9f639390338605b30e5be28423b016b199a','bc0a8227d8698655c56004a73150eb92144469fd22d4ce8bf0f48c27084e99ae','dc17946ca63f4c6fd0355edfc6f3f3ce9bb3baf43f6e48567306e2ae0e689834',NULL,NULL,0); -INSERT INTO blocks VALUES(310471,'fc6f8162c55ecffeaabb09f70f071fd0cb7a9ef1bccaafaf27fe9a936defb739',310471000,'bf701017153742cb597353349c90ec66f790f222dd98d617d98a0117f1de3274','d912707e01e39b078d3cee49df85af32019d7367d199543259bc98864c3ddae5','fa795eae3c00475bd30ada9c105492835ebc7b7ae5f756df0a7fec300683e904',NULL,NULL,0); -INSERT INTO blocks VALUES(310472,'57ee5dec5e95b3d9c65a21c407294a32ed538658a6910b16124f18020f16bdf7',310472000,'2a162bbd5a20f89a39156995658fd0c4715881bc130922d0edf95b60ece60b9c','c9f21a9ff022fd95423d3eb56017f4f6f8ad56a9fde974c5d08b37f01a0d0f13','acec9e3155d8b519b1e71b15afa0f140fa73dc03b2d6e36eacda8efbca851942',NULL,NULL,0); -INSERT INTO blocks VALUES(310473,'33994c8f6d06134f886b47e14cb4b5af8fc0fd66e6bd60b3a71986622483e095',310473000,'1ce10996ec9e37d8ddc204f038542c6781da88d2d45bae1952a88ab993b81e88','ad410d51bae82f8322d110d7b2270a1ff74c0ca64dfc31c5d293cfee7dbbb459','e84644524ad5764ac4c90710dc91d82990ff606d9fa6adafa63bb5865a8d6dd3',NULL,NULL,0); -INSERT INTO blocks VALUES(310474,'312ee99e9526e9c240d76e3c3d1fe4c0a21f58156a15f2789605b3e7f7794a09',310474000,'5ae424c24ca30aad5aca8298a13ae9371f55b15bc789c7731d833c6e7c7cb04e','b091eceeb4b263d9fa55bd5595cd298ff8b335e03007d62339033cd884137d48','768e9b208ba76886d3500a45debe27e78b7217cf982a7b04a62f11bffc1b7f4d',NULL,NULL,0); -INSERT INTO blocks VALUES(310475,'bb9289bcd79075962117aef1161b333dbc403efebd593d93fc315146a2f040eb',310475000,'b9b257efe76a36c340629ceb265822dd10449a08eadc69667a8ea05af5c052f8','345c94c7b237efaf2b4e92802125b7d783e456e36ab6868d1f4126698361ba89','e0a4f4d8dd515e0f24db7cd91c10685b5cba3da7b361fd810fa5e64bbb2bced9',NULL,NULL,0); -INSERT INTO blocks VALUES(310476,'3712e1ebd195749e0dc92f32f7f451dd76f499bf16d709462309ce358a9370d0',310476000,'070c06b36f3a77c04fb4bcc3ab1045e95f198f3f970846e59c35db0d03cdaf2c','014e01dabe6dd8db8e0477f9b12d4f4e3589e41223ec8c9ca5035b942524ca41','c756a9412b0ddffc983158da8444d2129f48c505becac3e7ae710ef2c267f770',NULL,NULL,0); -INSERT INTO blocks VALUES(310477,'7381973c554ac2bbdc849e8ea8c4a0ecbb46e7967d322446d0d83c3f9deab918',310477000,'4954596dd44d112fd0407c215be3c9534a348d6f708ae4a1e66527d1ac2830b1','1351438c8ea21d9619f81e51cfd188dbefd6a4816fe3c30b68210ac160890e9b','7ee91e28c7908afaf889a373ba301c7a8bb778533984e1b5031c28c9bba3c440',NULL,NULL,0); -INSERT INTO blocks VALUES(310478,'c09ee871af7f2a611d43e6130aed171e301c23c5d1a29d183d40bf15898b4fa0',310478000,'d9cac2e29863569bc96aaf022437906a534968a17bf965c54bf59931cd92e590','cbec4d277b86a587fd0463340a8990600046f6f166f6fde0b6ec1ee817ab12bb','3629b798b2a670bf3ae254bff2fe89c7ee769505f8658fab2c5e9aaaa010837a',NULL,NULL,0); -INSERT INTO blocks VALUES(310479,'f3d691ce35f62df56d142160b6e2cdcba19d4995c01f802da6ce30bfe8d30030',310479000,'2e48a89a55b6f368745e1c022683e93c20bdd920011518f18fd936f2190ac5e0','81d4ab55e022000a1bb3fbe758e497425c5196951c3e7896d3c641d54b4f2db6','158d6ddc87aab54ebc872f835258693a0cefe90aa064c899b35f805f1726f5e5',NULL,NULL,0); -INSERT INTO blocks VALUES(310480,'2694e89a62b3abd03a38dfd318c05eb5871f1be00a6e1bf06826fd54d142e681',310480000,'aa54124d86e74bebd14ea481ac2a5a5186236ffe214747f1af11ac370565525c','8d7e0f8a6f052692155e23eb612c02468830485938e7cb77a91e0c2061611385','1bd2e8cc4d3184c9ed2a7f74348304676115cc7b60a230e2047bae20df01c653',NULL,NULL,0); -INSERT INTO blocks VALUES(310481,'db37d8f98630ebc61767736ae2c523e4e930095bf54259c01de4d36fd60b6f4a',310481000,'fbbe1266bb773e5a3f5b48e82566ff75bc74bfea9424f81f670952565db15c59','8bc755d288d8d6525d9161e5d5072631a72e46d2373de37c7851aa10f3479ed5','43111baab85782f92198e6d1c3f43fa09b590c19ffa855294c70248301099681',NULL,NULL,1); -INSERT INTO blocks VALUES(310482,'2e27db87dfb6439c006637734e876cc662d1ca74c717756f90f0e535df0787d6',310482000,'bd28a97e90054319c4c301c3e99d68aaa5e1bf5a145a8f2c4529040bb8137209','838486910c9c7722fb3afbac7b0514cdd94126486f6671697423b34164b9906f','f30ec6c277b42f623b1fc6ca3e6ebcd1fe2f89074d18e9a47aab313edd1008e1',NULL,NULL,1); -INSERT INTO blocks VALUES(310483,'013bac61f8e33c8d8d0f60f5e6a4ec3de9b16696703dea9802f64a258601c460',310483000,'fbbeacec99c9ed99a7fc37cdd5673fe8bdce08eba7fcb25b696e262af29ca5d8','2be6ebe515877a76a7b83b1929ca2ef77be1df3aa3d6766c0c47450898ad7adf','42150ac3c3b737a9229076946a1d0757e6e9e6db6b36d6a571a88ac47d35872a',NULL,NULL,0); -INSERT INTO blocks VALUES(310484,'7cac2b3630c31b592fa0497792bed58d3c41120c009471c348b16b5578b3aa2b',310484000,'310bc7c61c1325ee3f97e888658fd74e1fe4adccef4924abb6978150fe6f3dad','ec800faf2b61e7b1c2c85157d09b058f59defc14ffbe64d82dffea2a0368ade2','ddf80877d247daec7dc274fe8352e7eb894b9ffc8ea133345b9dbf9e93a50d3d',NULL,NULL,0); -INSERT INTO blocks VALUES(310485,'eab5febc9668cd438178496417b22da5f77ceaed5bb6e01fc0f04bef1f5b4478',310485000,'b7f66db9ea5838b65286422d0cac262f6b81bbd5a7397adf7b8d85b21354dbcd','c2c0301119eb8f6e5ee8f72a4f93366a7c2b9f327f087a5aabff7d73892ca74f','bacfec386f4762a6d2fd52e908bd2710afdaf8a5c0e6017690d1dea1a45294db',NULL,NULL,0); -INSERT INTO blocks VALUES(310486,'d4fbe610cc60987f2d1d35c7d8ad3ce32156ee5fe36ef8cc4f08b46836388862',310486000,'0f829769e4da773089d7b05047a499db5f6d1b17795d4fba912882caee9813e0','ea66c7d9251a0eb884fef48de05cb58bbcf3a9e08319f01c96f180aeb0de9bab','f2fcec527a05ca3f986a2877ee3bd74aa7ebd441acaf8270a8fb88a60f3e0338',NULL,NULL,1); -INSERT INTO blocks VALUES(310487,'32aa1b132d0643350bbb62dbd5f38ae0c270d8f491a2012c83b99158d58e464f',310487000,'4b4d7a79843342e96e5d9d71bbc49690245b3098be75e7b86f273021d526216d','76fbd411c43f3f67c8bf61138c5672de0cfda2d98f112a6e50b3a5d084d7cc72','138b45c34be20f406877492e48b26bae08c1b64d12a06333e2adb53b5d762606',NULL,NULL,1); -INSERT INTO blocks VALUES(310488,'80b8dd5d7ce2e4886e6721095b892a39fb699980fe2bc1c17e747f822f4c4b1b',310488000,'2d7e59026ea4c8933e9c7474936931ca49d4af91f9b9985f3c76085fb3a69104','78e801f2d1968c860ac2563e9cc912c18cb8e5f95996011e84c289833fbd46da','75be42e377d356f916fe3f672e260ac1f7c43829dee6f5a37438e6ed27a834ff',NULL,NULL,1); -INSERT INTO blocks VALUES(310489,'2efdb36f986b3e3ccc6cc9b0c1c3cdcb07429fb43cbc0cc3b6c87d1b33f258b6',310489000,'716354a370f344980e98785a444b56b21188bc699e7fbd0c877b6f2fabf35efc','23d9af03e6aa29fbab29c8e2a5a0419680053bba19594105cc8ef4d3db05d418','1f43c1acc14527ef55303e813825149581c655669cc317c66231c2fb49489099',NULL,NULL,1); -INSERT INTO blocks VALUES(310490,'e2cb04b8a7368c95359c9d5ff33e64209200fb606de0d64b7c0f67bb1cb8d87c',310490000,'906a38f4256f50312891119c99721537992438af85421e317574ce1810e2b909','5f934032dce4102cd1d72d3f887526e78baa4a78991bc43cf0a1ebefe08fdec7','41a4fa0d7941fc2d3d69e80799a0d2b6a57fee38bba0a3c3395d96b36346faad',NULL,NULL,1); -INSERT INTO blocks VALUES(310491,'811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16',310491000,'3114d8091cfcaa9944c6fab49d51950535c4ef269877d58c372ed80b2b472ec6','f065728a3544adc085fae976759c0d040a34ca0a8ddd39260b55f0262cd5baa8','82f0725d5c8f293bde79404f8d6321ae5cb18f454366bb0df8c79e8e6c9d942d',NULL,NULL,1); -INSERT INTO blocks VALUES(310492,'8a09b2faf0a7ad67eb4ab5c948b9769fc87eb2ec5e16108f2cde8bd9e6cf7607',310492000,'98af18583618fdeed545347c013763d068e8294405d265911cc5e1bc420bc740','daf4d2c1a1ad5206abcf7744bdd06fae99c442fb2607a843dcabb5727d02916e','70956286a0d50f99778a1e880e8c6dfc98d95d448093a7eccc42c2cbf04a5cd0',NULL,NULL,1); -INSERT INTO blocks VALUES(310493,'c19e2915b750279b2be4b52e57e5ce29f63dffb4e14d9aad30c9e820affc0cbf',310493000,'29119cd30a4733916fbfd0551506eaa16f7bb1bdfbdf8d17ac4e5bb20d1cb09c','7ec4cfa94544900c8e8732ad51be7cee6452aa1884ea940cd5c98862fb4aaba6','ed54e9b08fd871033619d2da77dda0e54b0aad07b980e441ffe97ef5c6d744b1',NULL,NULL,1); -INSERT INTO blocks VALUES(310494,'7dda1d3e12785313d5651ee5314d0aecf17588196f9150b10c55695dbaebee5d',310494000,'72d71bd72263699ea9f2b097ad141be5bc394f49d8b0b0a6b2ff6a87b0ee3919','9350c3ba33d0546d1194c5fa767ced28834b26246aedc56d89b1d48ec4f26014','5f53469ae3bc1f32fcd90732ab2e9e4de4c758a9930d9de8bbccd92ca88e81f5',NULL,NULL,1); -INSERT INTO blocks VALUES(310495,'4769aa7030f28a05a137a85ef4ee0c1765c37013773212b93ec90f1227168b67',310495000,'5a7e5a36882466373d576bb5f4ccd1bc72ecaf548b9589baa803a7275a7a24cd','09e9db121649cacd979fd18bbaa35e519361e727e7e072e2f2f86291160cdb29','e9b128c9ee7e71dc4466593786ed1597a7c0398802afc63cab08c497a0b9383b',NULL,NULL,1); -INSERT INTO blocks VALUES(310496,'65884816927e8c566655e85c07bc2bc2c7ee26e625742f219939d43238fb31f8',310496000,'7ac6121c624b634f44695172761830926afe76bb18c4cc9195773f3a26966941','9eda85cce745579122ba9c6e24b63cd83f2e5161031a34e6ee9bf08b80823cb4','73f1a0b1222f7d30594bfb77e0054bbdb2f0584e5e380607df5257eadfccd3b0',NULL,NULL,1); -INSERT INTO blocks VALUES(310497,'f1118591fe79b8bf52ccf0c5de9826bfd266b1fdc24b44676cf22bbcc76d464e',310497000,'28c6e92b2299b9cbbb5953f8b7ff3de0fe962d15642ba27e43faa64e1935e819','ff8136601b9e0138a999d1f0467af6e8535a2bcdd2b622af7be0178a083b9519','9df78d03ab0999b6fbe3f88367b30ba641fd5a2a27bbef2f5e02c2fd8121c5fd',NULL,NULL,1); -INSERT INTO blocks VALUES(310498,'b7058b6d1ddc325a10bf33144937e06ce6025215b416518ae120da9440ae279e',310498000,'5fe6cdb0828379bf240fad99c68bba34e1889bbc19605ce5c297b82352264414','b488f6f0e6c233f202ee17c0843236d464144e79c870af88bae56355ae9372b7','5adb9d536aacc2be882bbe2dbe4e79c121746e7cbd388980cec2e8c36ffa6a25',NULL,NULL,1); -INSERT INTO blocks VALUES(310499,'1950e1a4d7fc820ed9603f6df6819c3c953c277c726340dec2a4253e261a1764',310499000,'bc09daa74c639506a1de4eadcd0aa8f599c1bc6a2a287cce7bfc89c301253233','c14c7cd236dd94835917a5912c746b53a9ad97be74509c56672ea57226bc6db3','67f9939f28725df09e33414b41beaf0e84388f1e6cfc466df5a443773698e2df',NULL,NULL,1); -INSERT INTO blocks VALUES(310500,'54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b',310500000,'6c240f1f3a985ff91e6a280c4448b8d739a06caa6fa383c4b9a7b90d27bdb17b','d21ed1a33a3ff157708a8e8c5a11062e0b33a7682896f695cd174ee93dce7767','dae6d72781d6d86a1634656c8791642d13a91c9a77b062d5c4a45f2e8952b869',NULL,NULL,1); -INSERT INTO blocks VALUES(310501,'9d9019d15a1d878f2c39c7e3de4340a043a4a31aebb298acdf8e913284ae26ba',310501000,'21921f9e40915d2f4d33ce415de80e473082423b967fa344bf7f67475ebe83d3','b6774cf6b7892427229841125497ba41492fcaecae93559f8936feca2b57825e','7a08a1c2de916a466c96888cf1725c03b9a259336a340cff15e9bb492f7f02b9',NULL,NULL,1); -INSERT INTO blocks VALUES(310502,'b5a4cd1270bc437e909d9569079ad17437a65822ee9e4c378670732a1430ed67',310502000,'31102b5b0c5d3d1caf84d37077c482722c779124cbdf31dc84c1aed8648f294a','630e68e2965d5ff6d0c0573ae4386b7c5f1d6739aa59f4ca8e78c18c97dda4ea','f60433557c6c4cb315bb4c9208b2c2882ab8f5aba43c00e5e64bc8e8f0e7563e',NULL,NULL,1); -INSERT INTO blocks VALUES(310503,'219e9a113a7c66443183171e389bfd5eaf957f5b8ab825358d72fa8e0cc8c16c',310503000,'e794e603a52f3e8966d35771dc3698466a31e493cd1d513b434f44a8d2b437db','a246803a64e949d7501376b8333ec169ab0c76441b6743343e2028ef495e41e2','d39fac9a304f13c6607c12ce10e2bf776c73264646d71555db1f5dec3421a75d',NULL,NULL,1); -INSERT INTO blocks VALUES(310504,'0b123f4e535bb92fed07632e107813b9a399cb6f6d9ef629d303e9df3d71ad25',310504000,'3bef7ac206538a4723ed1049a793c079b942675f3100feabb221595f54f284d1','4dc497bb6f509c52def91393cb8192f576794d95c846ac37a921f50b864589b9','d55a5a89431d692feadc0ca06101a8382aef150e50c9a4a7727622eb70682897',NULL,NULL,1); -INSERT INTO blocks VALUES(310505,'dabd8046821297bd7071117defef365b4384c3ad338a8fa206bae85593958a6a',310505000,'55fbc2aedec24b51392b85e9bb8d0637a117c5c71347234ab0754e63963a8662','bbc020c792a5a6837aad69d9794344fe13497234bd5ec74d1fb0bf064b7ab50c','785d96aeeb5a5751f538188e187d0ba488b1ab3e92b1b31b77885afdc86792f8',NULL,NULL,1); -INSERT INTO blocks VALUES(310506,'9a7512bd957b110f23c37a6673cd0fd7342f0cf96b44f990e66ac7d5cbb8448c',310506000,'d2e34b3aa45be0dd5a211b9748bc71049f42e08be27ed9e08ac65e1f1b5db6b1','a6cab6e8bebae804eb791b48d0a484f6526553e3cce266b54b40afb32a02c68e','6869409fccc1817ad6628cfd3e16c6d7900af6235f09ec4b741c18a62556a895',NULL,NULL,1); -INSERT INTO blocks VALUES(310507,'015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93',310507000,'2da66508b6fcc29c1dbcfaa1d547e2e7fcd32632cdf98f995d161075ab06c3a2','cda25cfb83124a67f209107884fa55ff7b1a2d5de0847cfa3f5e0011643f8ae2','10c201f17ce486aaccdc9525186c6582b766d4b677b1d9e29ebf47c94c700222',NULL,NULL,1); -INSERT INTO blocks VALUES(310508,'40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf',310508000,'783827f1e82edaf42d45619e7b18e20d544f5d8475f3815a61f1f7de9190aa75','8a2b9076d8d408be2eab4e83a13657acf6e7397479e4b0677c88308c2ca0a23d','f17c7e3c2e5427286a5d053ab621109d01992e5796a7553d484235d287ec75c8',NULL,NULL,1); -INSERT INTO blocks VALUES(310509,'4f1c6484120b93634712add03ac12eda4d241ec5132c3108c49c92fb46e8faee',310509000,'6d4cd7106c8334cf9ba41c687ca3bf911cea24d66d750e7155ac016ce2315e90','ec1fa99ec4e6319ce76ad3152562abc450134b8fe7437621a18c0b34e4580cce','d3e0b7e9c1da46ba66f77758038c82ed302ffa3f6b8185109ea793bc4a1f2bd5',NULL,NULL,1); -INSERT INTO blocks VALUES(310510,'b2d5e400178d7b2ea52884e3a090fe11874c83d63c342218161a6e666f084fb2',310510000,'d8e13aeca99805e15eb437805f303dde5ab0cb44a0499d7d776f31ee476281bb','ca286403db8ab3171b4049648c52b72df9c439ef3b75f54b7f40612edd05b300','103b3953acbbb02890f5fa452fce85027480df87028fec486ce7a1fcd92b6bb4',NULL,NULL,1); -INSERT INTO blocks VALUES(310511,'e4f2c553f71be9029a42ba9e1be584123528b3ab83bbaeaed06bdd780c67ca9c',310511000,'284e7317e2f651316fc66a70bdf993a6eb03030cde24b2829c8dc1fb3083cb65','9257b3fddd563d279d6ceee72a11ffda6de34c29f16205e6fa50e27e63a519f8','b16e9c7d2b6df250f1a53bf536e872bc26baa5a3b4e0da12bde2da0763f5f486',NULL,NULL,0); -INSERT INTO blocks VALUES(310512,'8837f8d9e91c25e657417fd96f59b61e76da0b0b84106053fca4d96a6e67b0d5',310512000,'6700fd71b01d55ffb9abff46f33404f8afdaa244c34d79d1a5597f0a2c925988','c80f3057e03faf75e1be097759a6d133d7c482d0c352a8ef05915a8d20ba72aa','29c6e7f09596b42df4bcdf73152c6d31a933bef9a82ee153eb60f299fe49eff9',NULL,NULL,0); -INSERT INTO blocks VALUES(310513,'ba74e3ceba2dc7a61efa53670a372d35c261a059af91ebfc999e653c904dfd66',310513000,'f3ca04116717e4ff65dd65a9ddc1fcba48c77f3576cc7c293a1fefa62d628fbf','0c8ea72bb32c6c6a989f8d418be18e345e115e77426375a227b2f50487b57bc7','de961583db93279c813fdaf4b1c5f50e0f0525523fc8ff117c1fd0fe4aa84a39',NULL,NULL,0); -INSERT INTO blocks VALUES(310514,'39989817fb26625baf150596d15c164f34a6c34ae7b6ab92539b92052f08a0f7',310514000,'0a526a36041076d11076786adcb2768eeb214b4aaf61a2370f0f44f1e7fcc15a','c8093008c0d6d9aab461228f58b1d2f8a7d09373ad1aa89a4fb739cf7cf73b5d','4af0919acfe44256f17f4520701cf5468264a18e456684fd42778709c5e5bb83',NULL,NULL,0); -INSERT INTO blocks VALUES(310515,'57e45ce8b85a3875a55e3477aaae26e56f6bce01c1e422f62acb27850effb4b8',310515000,'e0997c5e3f5e58120aa263056f9db2671b5ffaaee0eaab92785a3978fa90ba5e','afd1a4546e9aa5b32a6bacfe161e0e9ab283047623a5c34c1ae45739d1ac53fb','31cc5c39ea810c87863e220740cb2f36730a40bcab1b846b267747c59f6fab18',NULL,NULL,0); -INSERT INTO blocks VALUES(310516,'ce9bd7438cb256b1e6f8f5061f88804da65cd6d6a7395260d5e75980c30f18d7',310516000,'3beeb284fed1fe729ba2b994a41e8d7a4da00afbce5cc95fd84b985faa54fd47','0be8a6436def38423258e0d38ae1bd2e4b69109e16b308a7a95170312789cb10','773247730aa5cf4d561aff5432b6d08a9691afa30b9677ba3dd26111cb6bb093',NULL,NULL,0); -INSERT INTO blocks VALUES(310517,'defccc64a058371ab87b654375e507958ea807694cc8295abd066dc2e4ad1407',310517000,'185ec7bd7c0cf4d0a380f0926a1e1dfe0e2d4c9fa572bc4d3a05fc0b2698e584','086875900131220008c87033e2bc928abd52723b006f403dabe8aa0ee17eb56b','757718358914d4e0f927e0ca503fc587b419668b49e4b2c992b34e270b506607',NULL,NULL,0); -INSERT INTO blocks VALUES(310518,'41ef60bfa96648c7db99a621c4acde6b6d1fd91bc21471a0d2f33e2e995e96f5',310518000,'094da03cdfcd515f0d40be96ea486e97133b0eaeed8e4fb459dc0dc9b3778508','d3f0aaa879f34ed4cff11d5067cb16e0e5bda96944ac3fac8404190fa8080067','50b9200b8a6cb64c2940f4b1aa5c8ccacd4c759e38913dce6169cdf9126834e9',NULL,NULL,0); -INSERT INTO blocks VALUES(310519,'9a9423964e187ac27e57d13611a8c6f9fa409ca79df72d3e7edc0d646099f61a',310519000,'e1b1593e442ca354f28f9e22510475d6064e973705bc8a17873af3726650a26b','eac52f8eef74ff4ef2133c4fbda1ddf219fc594a9cea88bfbbd0bce9fde9f3da','58a2124eb130b8b21bfd249a1ca773e94351eb2ca256e2e492a03af77c27cc92',NULL,NULL,0); -INSERT INTO blocks VALUES(310520,'ac1c820b0a2de1206a2a7558545e20d13a5f507dcc49b31edb00a8579eb27680',310520000,'5c975744cf660ca6b01b7bd60efdc3cb42242f7eecc76a450f2a2e4b41d89b06','5a0e02f49a1241455e0eea879f6a1a69af36f1a7a1336b7724852d01fe4c5592','180c233c69a878568e5eeb6bb0ab9b951e9985333d73dc1fb019e3cdf74b35de',NULL,NULL,0); -INSERT INTO blocks VALUES(310521,'df95500e3cf5ef81703fa42fe0f37a1250ae5da9407197a46745dec0459e6598',310521000,'b5422d0d0f304eb2cc6c8c4c8c6770b627c6a8865778a802f4039aeafd808329','e7a230aea5dcaf31261c3b1a8c4b2ec76d211e1c57b9e19f117417f9a103054e','bf662edb729cc4bb29dd1b77a26b57a151f037b15725ee06039f6ec0d60b90df',NULL,NULL,0); -INSERT INTO blocks VALUES(310522,'6a3cbbd6e28c6273e2c60047c17caec446cb40075ab83d043a2f80d54fe34b21',310522000,'964ccaaf5d261642ca22d826323c7229854e706b5854851521fc54ae29bafafc','1ed9606b2918534842b07cc6c87660e9e242bc5afacdeee033e3115457f234c3','cecb1537598e022b781063408b9773cc2969b622314229a6e3278a13bfe83a13',NULL,NULL,0); -INSERT INTO blocks VALUES(310523,'0b4de9fd1b5e12553b2450a06ed00086163cac3a5c871cac141fd3f04af5b453',310523000,'28d40f6211e8881b294e4b934f38c5273b5719b016735950babaeceb6d0e3b8f','725cd10529cde9634052acc36d353b56cd5071a5e9132d83e1677c147504361a','b2e0cded358dd32d2e93bf70e4e4ef7c5809aea6be30caae93b228c7ab768d21',NULL,NULL,0); -INSERT INTO blocks VALUES(310524,'b7e16928a86db99f8fb5b6930912f75acb2ae7c6fd6de3c6a2e67c15cb190655',310524000,'5b6332f599e3dcd85cf2870da51446ceaf39471a995abcc9331790e435bf3b8a','125a0a93e721b8122f146cde14663b70c11d4060455242b2f10cbddd9a2c8a06','90c0e1e978c9f93d6015c908f66d56510c92fd174d31df9ff660f212b5f81bc0',NULL,NULL,0); -INSERT INTO blocks VALUES(310525,'2c9a958715acbd51a756d6b92abb1d9cd8e72cfb90d5bfe7b42fb0a1058753b9',310525000,'41a093d957164251e64603595e5eacbef44ebb1f836606c3034b01ab852bf3ec','83a91866538cdac9672e8578c27628bfb8ff13e4617d03fd5d1a024b1ee2b7d8','0a00436972d521fca485645fda423d579e0114d01939fee6ea3bb42dab18920f',NULL,NULL,0); -INSERT INTO blocks VALUES(310526,'07b8e3ffa932912a00aa3e5bc44115c77fd3b4e89c6dd2f678907ef78776766d',310526000,'93940adc92c042ca2678fb879fe731f82cb6ab2359a5876d4e38c8326a2b95a7','0f2b4ed4d8a40f1524374d38fc9666d9ed9ffeca3464f45ea9de77843812c62c','84d6a9b0eb64fb50a5331fa55b37ffca4bd284afe648dcd4ca5d576ecce525a6',NULL,NULL,0); -INSERT INTO blocks VALUES(310527,'5140a0c0619c3fc40cc7df171f6d93bbb53add8845828ca08acc7b573dd6d2db',310527000,'85c39fccdc3c9229858110f0ee92869349fc8d2c7d07c2cd98778831aca8ac26','1ee7f7e284564b49610351fa13fab4fdd42a057530238db1d2212f22c548929a','6862a2baea1c0c0a4b9efd8d160819f818f2a5b3ae6dd1b53214695a728f5f73',NULL,NULL,0); -INSERT INTO blocks VALUES(310528,'a70c0d36078e4165903d743e63a5184a69fc79fdd2c251040e2c9d61a83c1cc5',310528000,'a07248b82f0a37126fc9e5978ec482c9b4e4e657652b7428870fc302abd50b59','93a6fd1bff0d1ab7ee1fb57f915a1c3c315f656fc3e72630a4ded588c629b575','e1b3121a739f1811ea9ef79e7fef20a2ea43df0116f9ffecbfc4e05dfe8c6cb2',NULL,NULL,0); -INSERT INTO blocks VALUES(310529,'7079a2c6f566af16cf9200bd4e210770e2da8a416883b98a8af4554585f4003b',310529000,'d5e23e5eee8e31887b0f92f84e309115e1bd4fdeb4630982b9fd0822bafb8d08','077457a3c6606ff73bdae5d6236f0c8f4bb2fbae58665a0ae829bee518380853','bf035508bbb92be62e6cb46fd94ea2c6cee1eeac7a6c6c3a79e5685743099545',NULL,NULL,0); -INSERT INTO blocks VALUES(310530,'f700e3806dfb2bed8652f19d5900a78a73ebfa5ce0aaae9e7728b426c5667110',310530000,'45b1d42d6184fc6ff41a0c6744198e9ada178a97205dd457c18068d6916f44b0','e27dc3f739d2f39e98e2483a21bcf491e59e7094632bdd97fd47fe0e518b4a86','0fce4348634fa7ae8ae7ed1d645c72df43d67585106342a652a50c99b244c45c',NULL,NULL,0); -INSERT INTO blocks VALUES(310531,'764b50a1473add7087e9b9a6c07d0a598161f0d2d7c3cb77cd5bf18ab27bdc15',310531000,'9a581ce76795e586d5f691857551aa85593ff647a5a904daedade3406fb188bc','441e94515d566be4c4905886024701d732935129d03b828a66ae7d913e7ae8a2','762622b6d8f5571589cb114f16405efdae1e902923f87ff4679a4b58fe65dcf7',NULL,NULL,0); -INSERT INTO blocks VALUES(310532,'4b1dea9bbf41e5834ad893bb4dce0a696313676da42ebef1f6dc9a5d4e9ff836',310532000,'eabac8937919ff8e56b84ee156fe44bd2d3709b2b6b32d7b06a324d26743d88d','72a8b2ad31db53b39e64edd9ea1aa10f36be4385fe7eb360ade039e1be8b9806','0494ddbc465286a7414cfbd5876fa3fca8f2c3d8ee56ecb4cedc2e7d62356ae4',NULL,NULL,0); -INSERT INTO blocks VALUES(310533,'4fef302404a214c70289d57b900a262ca0e327c810636e03a3e799031cb16912',310533000,'d0c7697fde7509deca83f1811b2ed8e7d08b1a4b44eff65d17631ef81b1e8f5f','ca9720beebdaa6b2c28bb3764a042060f91f68f0406452229bd9ef1958fbdb45','f58f2d2898587bb277e06df68a406842c59bb7b05dd8b75129bb0946094a3c6f',NULL,NULL,0); -INSERT INTO blocks VALUES(310534,'2812082f86099ba2996b57e874d4aa6e8bcf75765cdb584ab352efd6e28d93ad',310534000,'bd0ef7113457907b081d21fee7c3c937e93d1381e33341e87beec52618a92d9d','f353b436e3acd80d08bb2ddcad441e5db505942f27dc4933d9e432fe5bfaecf7','46417c351da96c8b6e6df18d0ed0bb2f0180efa9bdddbfab8110d968391d8c8f',NULL,NULL,0); -INSERT INTO blocks VALUES(310535,'0e5efcc3a61487b050dab3f61052bd702a23c382e47fcd9857be6013f81080ce',310535000,'ecbe27e682c5f7d728a5f8658175c85c78d1a8c5ca859feec9b49e078b82117d','22427ac6145e8c5ba270f2a04c1968a7c02a6e3a616efc2e030adad4a985b119','1e4d4ba17afffb68cfdb8c298852464a548271d026d4ca495a821b4e886a6773',NULL,NULL,0); -INSERT INTO blocks VALUES(310536,'dac89c720ba3a2e716a20f7d3207abf7f8229bf3d884962a2502d5e4e4656018',310536000,'4a257c3e8a9210069816ebe982e40d7c4e08a791a81dc6acbde99a04201db04e','2078c1501c6ab6aa606add557e2e18b54a4e9cf0bd8d6ae8429808b546deb9e6','47f3b86f748ec37c3cce563079fa2efbaa2c0b8a37f87a8461e54e4bf835ac0e',NULL,NULL,0); -INSERT INTO blocks VALUES(310537,'944c68f1de531cd4cc872d355f43e6f82e61596a51e46146ce04d8fbaae39c9d',310537000,'790fafd9544969763c9f6e3c0c83944d2953be8a981a260c63e223a83464d04f','0ca22af59eef116fd71e8228b50218bf493e6750ed97328ec3bd6d4065dfe559','f3193b22a7525eaf645371afa8795b1220f5c3bf8b71b6f6132496b395b3dfb9',NULL,NULL,0); -INSERT INTO blocks VALUES(310538,'75f6eae30970e4c0fbed85a315a2c2d8f26bd286116c6fb5a6ae74fb1615e1bd',310538000,'f55360b861c665536eae661cef294934020cb8a06ac4808a7181794901355803','4d54137258383ba61b25f7c68b9b1a3ff7d58ad918faf5462c5c8f6babfdf04b','f018de7c57d7465d0973682c5b72f00a8eb2a70bfebf8e4b82e34d76ff6bd208',NULL,NULL,0); -INSERT INTO blocks VALUES(310539,'338ec0a15b7867f84ee88042c4c5a5deeb83d7323e2a05a8cae0299cd92373c3',310539000,'b2539364321f94dd2b9d1aca0dacd1148d8e0213b966d8feca03222d3bce16fd','332ad7bcfdfec831e1f8b9795cc5e0ca8e6675e8eb55aaad99123659cfa98bf7','7ffaf7a17fda87fbb7f93deebae718a623b1eb4a2d451128e1a2f849e12455b0',NULL,NULL,0); -INSERT INTO blocks VALUES(310540,'0e65a2d641c89fe837bc520473abf0666ff7aa498f523cde795efcfc7ae1385d',310540000,'9922f3174986b70fcc9823a55ad4b84ad31a1c6aa4149e273c8e6c4eec6e5683','5c9eeb43fabd9bda4c4edf8703cc13ae51ec625c1f99e8396e36e30f0ebaeb91','1e5f7d7e16d8dddd9eb426202186334bfd0bf67e7a85878780acf3686a1b47ba',NULL,NULL,0); -INSERT INTO blocks VALUES(310541,'ed808e14b19ac28990a50fb2089f279fcc52bf3fee29618f1d9aeac3ab50d453',310541000,'45e6a6a29ac4d1a7ec55a6d857be0f15a7913a8a7abe49a33c4001ccd43f58c5','8dfb73eadd56b7480232b479d84aa43a381f2bdf53c1dbe2ec6319623267271c','0b9ab4146a1efb056bf3721d1bbb6f67c486dc25ff6e6e9501fc9adba6de0274',NULL,NULL,0); -INSERT INTO blocks VALUES(310542,'7a8e3a931043410b3423e08399ec9f728d3aacfcb012a14b2c5f1599bdb5dad2',310542000,'3d699a1ec41c18dfdc59e74e793107a25d4237443d7e401919aac171dd5d0fad','40d686c4d90aab58f2326e996374cd9ced6f36c99cb74ae8397f4682716ad4a9','834164ac08a8a0e90e9d0278715bfe55662e86a26d6775a72a05ca78b0469732',NULL,NULL,0); -INSERT INTO blocks VALUES(310543,'cfb828d0c86b38af257b41f77c544862c450383bb97640190c97add62b53d4d2',310543000,'eb2b3a6022accd97e8e50fefa6653996002c19959f9057f5f8ed4f3182130f73','f5cf96df9e885d0af00477f26c98376e67e3b52e1324e489d7668cdb472a89b3','c99e75df7e3159209953bbbf249a4a61fe3b8bacc445bcf1eb3327daf167dc33',NULL,NULL,0); -INSERT INTO blocks VALUES(310544,'c9a9e0fe67c824638dc17e9fab5f1b409915fcacdf2dc4f9709b87c9796cc4a6',310544000,'f6f5e8c13f86e75d8f6816b79313a1f36a6f8b2cf31695ecd540f71e4d9d5aef','5288c8378be3bd829dc8cff27892bb0fef5c5751760ae85116bcd5ed2363f577','6c48f8e5e2a6c1fb4c82b94727ca2e8d05e94daf3b38eedcd6233c754c313314',NULL,NULL,0); -INSERT INTO blocks VALUES(310545,'aa23fca8fa612e16b5bb4e47e308a3845cd0aac2357e7d93a44dc70ff8c91c8a',310545000,'1f20e98bea45b652cdcdce91a8e647eb8d683d4f974d052e0fe1eae55ecf43ec','e6511d3f3b558a64ba83d3b670b87c43c15f4d2f4c7937c7046fb3bae082af15','df9e9e9c2a1c0a502a735a57e078d0641b03d1a7035f3f77a18741bdfaeee087',NULL,NULL,0); -INSERT INTO blocks VALUES(310546,'20f37a8d164e14b7f88e06023b81060afee8c1b2b556ac2789b1f6874019791d',310546000,'cd5d82fd6290fa9ede4d05f6e6fa3d73acaca08f8cf75247a9a04635b3f3387a','94ed158a6bcaf8d2721fcf02f88c9a4b41f9e0e1707ca8e6cfc07fd153795db3','b6dcfb6dfb8b5877e1ff00dbead9d8d992c41c12582ce7c80d348bab583a5a8a',NULL,NULL,0); -INSERT INTO blocks VALUES(310547,'f3d862f560d7abc97f92c3bbf2761de40dd20cc670ba216850c1bcbb0cda31c7',310547000,'5f01b4e547ae1e28d4e9bd84608d447949269f20a0fb9fcfb63966a9a34567e6','1bbaacf2316a2766efd4930f0ca674e4bcea4ff70134f84a2cf7023940d4a09c','347996ca440686a10c1952dc9d77655ec0d6e961788644391d60e5e8c0cb9ce3',NULL,NULL,0); -INSERT INTO blocks VALUES(310548,'bb0b2ff09d831962cc748b4720dc05dc2fd2e3bd3374eacfc066ecd0b7f58ec2',310548000,'7585ef9b77c458c97116c7ebeb6c5cc3980a3305fc9524902b05179ddca85fe5','228d924eb6079f41f70ddaf94323615327adc726e8a8315e68b3606f25ad28b2','ce1648a8fd238d5e242bdb2a87e9b8b3a3abd8e767d59c3233b1bb5fd9e18fb4',NULL,NULL,0); -INSERT INTO blocks VALUES(310549,'8e8c61f034fdad98962c84dbe90450bc2da62b815d8b4f8084b0dd3d69763979',310549000,'ce6e70206104dfaba538c59ea43ecb0fea0cc8f8f43d7993448354fefc6e11e9','241fa82ad15e159181486967d64ceec300773f9f1b5ed5728913cad33232ed4e','cd4eac9c9e8eec0790bdc9ab826889cff8ca15764e2a1807683cf12c415511d6',NULL,NULL,0); -INSERT INTO blocks VALUES(310550,'08d2fd6eda5baa3c4c9a4e86599577396d4bc333ad9296453e3c537ad8ade914',310550000,'13c0fe98ed1251f6d2c3d698971687a910c28031e3125d14d6ac66d0e997b049','349eb659d60399d8e52f1c8a112d692d4dd3c049bf6ad2554c86d1d15756dc25','67c75c1922f78e72b0b6cf95c7dcbda5f6ab664f139c43580985537920601bff',NULL,NULL,0); -INSERT INTO blocks VALUES(310551,'cf4365c7971aad6192522a0853a086d4ab24c4ac2b3bdb2a73accd217d8dae7b',310551000,'c1f45c29b8be539a34c198c2277eed443959ab93e12bc09b8c56cb1bdd71ecca','e4a7874b25742458925ceecbb6bca70412fe4f45f40f186d17239b583b945a01','2dae065376fcc52fadc7b69c60f191b00e798991f9d880fc29f813685b32b00f',NULL,NULL,0); -INSERT INTO blocks VALUES(310552,'d22b2764d8599549d2fb82f03ea7d5a4c2539ec1c8fe3f55c9832e810a99659d',310552000,'ffbaa155370f8c509f36e6a90d1fa69dda6a4a49c5fb700b98e0dcbec5b98602','439f0d19f4a3ae29e5cdce2f0e1241fd9ff2e59d6be7b893cf9086913532d44d','5e6de630f6155b9d2f17bec0805a10b8a8161043ee9bbd1b33555c119d4d15f4',NULL,NULL,0); -INSERT INTO blocks VALUES(310553,'d1e220ecdac4296140b1fc5789c019ceec1275855b4a47f955782853c9addaf2',310553000,'28df597bdadd29569b927c2fcd267114d443d2e00c6f3e174280720917c205bb','5919cd4540963146d3a2c97cfb9a4b887147b1e9a4e50be469ef94e4ca446286','ea052d781da8fba95ca7a4268ab90009198899639cccaa0795eade6427746649',NULL,NULL,0); -INSERT INTO blocks VALUES(310554,'7ef603cca521c652eb94ab8dd0e053fcfc09491a9f474098f98294cc8a4a5b65',310554000,'0e14ff0544d352db226ce1e08033791decf38429dd7a04c1688593a8ae82b4f0','2262738b6e658eab4c4e9f19f0be95cdcaaddce5de6d73ae722611ff7005fe30','4a7c5726b42e2f6c686de084630afbd4852f6b84b6dd8d1fe3b8ae8ae1cfc7da',NULL,NULL,0); -INSERT INTO blocks VALUES(310555,'c51aaefdc56f413baf9be7dac61b4afc8497212651e9901c39fb250bcade50fa',310555000,'fcc02e52ce569822cac46b16b925c92c80ecd1694b7af067dcb87d7f45c3653d','513e232ca082908b7b752fd8f91a8157a8697743c35ba5d8f5cd7ab90a180be2','19fc8a1dd2c64819ab53586bfc5af302ae58677d78f4b5f5cbb50ac571361d7e',NULL,NULL,0); -INSERT INTO blocks VALUES(310556,'4af11c6d35e142972be016858a06e2ea32b15beed2068be4cc85f3918fa99f3a',310556000,'cbdcecaae6abc7a4baa4a2de6e8bb5bc47b8d3454e2a3dfe89ae1035de48f3a3','3637410d8665bedcea8bcb5d1490260695fdf9bba7c05f6ed787ec4c663534ac','cecf57b1bb365d56c6b1756926f8655daacbc05b4d8b23e3f27c6537197f41b7',NULL,NULL,0); -INSERT INTO blocks VALUES(310557,'0973e14fe07ac8b86345061942ac2a5055fecd867e69d8f2df33195505d87382',310557000,'2b72a76f9e07c760ef0b04355b25a35f0f41d033bc2334c8556c256fdffe4051','d9d7dec02250c15d27f66e1ff473429b3e1aaf2b8a6694dca2729d8ef20241dd','2122644d6a5e989b292f6c2516ba0127cf5309fb3c16771dbf3fb92c86723a96',NULL,NULL,0); -INSERT INTO blocks VALUES(310558,'75d26d503c2b3b71d36644f7de0826d129b4f127ef9713f6f02f498399e28d15',310558000,'bb5c9651a1f7327013069007703d9d27c611becb2fba6660cae8a1dc304d1d5c','f414f8a2434d99a148486f8a23107ac1632c6a481476245888cb2ce91ea4240a','e6ee2c854385ce727c5fc756a1e0907b397f3831c1699043c3ea7f66cf79e1ae',NULL,NULL,0); -INSERT INTO blocks VALUES(310559,'6538f282374d36af012291b3851474293437b6eadd2793e4706b0edc7fe645dc',310559000,'6231eee95e4d73b5a27b07ec5c6d13bfa0e8854044d1aacd921eefbe9e48b0a3','08e292391f5e5112c35c43978d69e12fafa1017741e0719983fa99e5b130d78b','9286cf42e375048f3dbdff5baeebc4e57adc4aac5a6cda8a896e4278c8d08505',NULL,NULL,0); -INSERT INTO blocks VALUES(310560,'d3a2ccb3df7c41adc2a36183f9dc3d8f633d1595ae46eb7ad95259a1f7e85fec',310560000,'d73018e8fb5f195d7db4776a55d4de0b92a4a436ea2dade3815d760376faa4a7','4bb274f3ffa77ac027a53e1edfad2d95748c40285ee3418e07e19ab04b612a42','79bf67a9921c8ac912f5a5d45bf90eef978e83a2decdffbb8a36f8174871431b',NULL,NULL,0); -INSERT INTO blocks VALUES(310561,'b7b7404021ba9a00688b64289eb8953993ecc0cc75992fb276f2d7048f4b26ee',310561000,'1a8b92da71abd620911af23b9d9617687da9f4c6167ddbc5af9ef6fd994deb9e','bf6eae71a2ccac46ffe8e01a3eab233ad058e9bccd7e3f26027f8b80c761bca2','a923bf323819388fd93d7e23e12d3205ced71fdcc9495c0c242caf58035971d7',NULL,NULL,0); -INSERT INTO blocks VALUES(310562,'4373ec06c32fbae5de86e421e01969d172b1ff84a13c8e0f069b78b0f4e7d405',310562000,'d6a38edb3a3dba9e97711ebc6001e76f7554f144eebbd592fc7fad5b3cb183af','c21b0c1e6cf9dedc25dffaf10900b2c6e5abb87cc0a6b31a2185940646546f2a','cca61fbfb3c37a3cea95489be21da1ffda00085e75b253546615c4f9f380f8b3',NULL,NULL,0); -INSERT INTO blocks VALUES(310563,'f0083f04073ed8b6cbb2eb674ad397cd7c299fda80e742615ee3751d54304636',310563000,'c763cd35dbaf2c85a287d500fc7077c2d3faad163c40c9a5d6295be67460e74c','2160bdc17f755ede6b800cfab8ba4364f76b1db66cbc431d2dcef669f886816b','2674b586a4e56502867aff28fa93c8cd1d0eda5305bd2a911cd83c9fbdb908ab',NULL,NULL,0); -INSERT INTO blocks VALUES(310564,'cccefa016afff2eaedf9d97a70d88ba3b74b1fa5167923852e3f2b2d4f77a7ea',310564000,'93923152ff82ff4a5ffac3fd2dc78ad8e39b6a353c82fb9004c32a950cd5ad70','79fc4e5c8d71b25432df01113e8cc8bcb440e33617454395c281f1f711e23a71','60a3a1b318daafebb5985f88da122a362e77bb27db483d870de3df12a2c49102',NULL,NULL,0); -INSERT INTO blocks VALUES(310565,'954cf72e454948ad62bda12cc3aa984191b5063c3a3552b5475f58906ed5b305',310565000,'c79ac64f3c933540c042d595154c2fa49b52a2f3beff8f1a1b8d899233fd7eca','6a752db551f2675e8b370300535245e09281e50548141cd55a347880dc4cf54c','d7ac3b45d79a4cdfa68ee2f47d5409c2fb17d9c96a923c96e928e4a42b690bea',NULL,NULL,0); -INSERT INTO blocks VALUES(310566,'3759ea3d906bc1242168e23920ed00a9daac815d9177fdfd954781f3978b2a39',310566000,'508d4ca4bb45221a6b5dfcdba9c4399a13e85ede4dc0d55f41d0a34d89e9bd22','29d631649df7b979a354de43ea7d0a203aa97abbc16eb41c0bb5b23d272e3b88','4779173190ced21734f6357856d8ed76cf592037f79d11e8d1aed0b0c1db20c8',NULL,NULL,0); -INSERT INTO blocks VALUES(310567,'499074319cdba25e86c5e7831ddbdf16147893da356dc5d6a24c0458a9e7c431',310567000,'91eb06b8caa32d73b764fcba9995d63fff5ea4e9773b37d498d645fb8c081ad8','c9912528aa6cb1e3d000ee3c04786c17c6e4f34c8fc98211848a83efd275c73c','d65e4aceec30611bee59db4bb88e3da6fb9478eaf873dd3cc8549878e3201c3d',NULL,NULL,0); -INSERT INTO blocks VALUES(310568,'ef433ae6c5e54f4c3633956efb0bec6a88f6172be961b03cba0974a5b1e8b19e',310568000,'f4bfc8b88de2b62f253dede4f6fa4ef3d0c931ddf688beaa3e7de6e30674622f','f6b3c6241c9239a06bc7ffb831be46ad4a85b4dc7ecc09bf4da48de7c2c833ee','7a1e5623688d62d09f23f1d2e79e01799bc548eeefe5ab68588d70520ed3b5e7',NULL,NULL,0); -INSERT INTO blocks VALUES(310569,'c67107bb5c30b76a2bbe9ac9613c23bdbb55e6ce7f7cde1f03c31ce685cb44de',310569000,'34b0e4aecad9b1a4aaca83ab99f47ee37648763618646756f14cf593d99d00f8','477506b2acad369e04dbd4874d1615b33edbc2cf22b39f8b402fd8a71a50a2b6','8b41518527f441e0f55e11884af922fd5a774e11931a2a5f6f1a14e061349ecd',NULL,NULL,0); -INSERT INTO blocks VALUES(310570,'f97ec4487e00fb4a5548eb18d052f6495d01957150046f415c39bbb526e21a55',310570000,'5cd904e3cd1d9d87ac4e5a9ed4288906690b2945f9f7d70fb264f039987545e9','1e1ed17d45a0de7352db383e2a4fd610f541c1491a601791bc97482cef55940a','3a285198b74bf494484376a191556a739a53424f868f636cb88cdd2dc212c916',NULL,NULL,0); -INSERT INTO blocks VALUES(310571,'b8edd44fa309c2fc1fd327461b37df751dcb713ac8475864c907aac8e79aee73',310571000,'794fe432083e3ed9db5154ed1230b42437a44d012206a769a036f05d227134c8','911960980d89ac93116118b944e1c230f5b2de5fabb1fe064f5dfbe1c052ff09','4304e4f016468890504d88fc72c8fc1e4ca7da3922da0b85e04797820bec2778',NULL,NULL,0); -INSERT INTO blocks VALUES(310572,'6f31bbcbb44d9fecc3fd8c1a9ded8be8c024399286c612bcefe9973ae55127b9',310572000,'fdf11aabce275549558778a8c7f4693da40ace20a4409a9d163ce2edd349a713','8bb3b6fa0314460411082f0bc6fa7a2fd9b4042f610af998dc30fd099c3ba829','57ba22fe72f9a48e7e02e126dca81ddeae27dfeeccade31696dda7ba5ffcd134',NULL,NULL,0); -INSERT INTO blocks VALUES(310573,'302e7dfa216058a05c000242bffa09f71fb6210c8049ca3ba161b40a1af4aaa5',310573000,'4ec879ccd015d0b5dd8d2ddf8afb025cd8559effdf45d2984cea2f8e23d80dd2','089e292daf5b28888559628d21a8d07fd511514dc3f36edabb57aeed58f9b544','2c22f599d9e4289a1a5b82076e264ef62d5577ec931470a454cfcc5436667f7b',NULL,NULL,0); -INSERT INTO blocks VALUES(310574,'c1ae52aab03437bebe96bb6eb04db2f0519f3aba4e2336b9f0d08707d92e330d',310574000,'2e78c0a28df27f81257091154d3e6992382bb271372ce59b7209a7419cc9d5f4','e21566901ce5a555dd72c878590709210c5e93f397219408573edda2c691f851','71482310d48b41c89f1b5595bdd28f2fe8ebb5570590109d342b7252d2706248',NULL,NULL,0); -INSERT INTO blocks VALUES(310575,'fae1bd85bf824caece55e7c4f773f6fa0a021c24f01aef4656abba41bdededde',310575000,'7d2ba3c2c0455d45d11b580bb46d3aca197d69d349553f57f930f85e6b217533','82a61e7a23d8a40ff22fa40c622bfdb7eb6b8d62494f988b920182d50d09de5e','32478cfa53b94587e957b35e07f4d77812b97127d7d5ab3fad15dfaf60f00f53',NULL,NULL,0); -INSERT INTO blocks VALUES(310576,'b46dbd0ecf5ba9a7cd8f0a556f418e08d369670a35e96123144dc51c694ae7b5',310576000,'45fe61d07f3565131673018efda70cbce07795e4b969bc400b65a435ce500677','5c4a6b221a2d92bb2f836f0f27c636b4d663cc82b87340aeca7c378a5cb4b7d7','89bb7cc7cc2a2ed5f98c05de8aec1faf7e25e40923f33c6d2c0cb24071a36ca1',NULL,NULL,0); -INSERT INTO blocks VALUES(310577,'a4f1cfcaed69f6ca459db42cd60607aa96b3e593d635bdeabb28fa1875d7a7b3',310577000,'cda4977de49bc1abafae2ae4b0ff55eae727e46ca159aab519d1e2318f643ce3','3a4b16e76df97ca2e9b49288156df35dba1db68543482e213389383df9f82514','11873e64dde52509d9eff688438fa2ae3f1b40fc22bae57f9b271fb28ac1adae',NULL,NULL,0); -INSERT INTO blocks VALUES(310578,'f28588cb2aa2711238246cdc3400480d672aa6b7746ede9ba963afdae507e1bf',310578000,'931abe28def24b00c8bafbca2e28d15fdd2e28e38d2d2771c64d3c78dd12a52c','0e59aef6450912294072b45b03fc1ffe75d731ec347e2098b9f116a65991177c','36abbac5f143df51e67f54e81b44180e42b3a70711cd7b97fd19c4fbc1315d0f',NULL,NULL,0); -INSERT INTO blocks VALUES(310579,'672e0101a2b0f7c963627370c590bca6d800483e3b379a774840789eeea36c38',310579000,'6f110331a1dbad0d121974ed59614c93809bd8faf1fff8931e7c75c19208d794','3b1504c970eea61ef41278d85452af79352d77ac2196eb47c14b9c0b85a8a1b4','e91ec1c147813e72fc5e4a5e40b2d97284ab10d37ef13d29ae8d9d0f5b2d7b80',NULL,NULL,0); -INSERT INTO blocks VALUES(310580,'e878eff75f69c2a921fd855716f6f19f7122bc62e7bf7a6f24ff5cb44ced9e13',310580000,'87b5eb8fd683a52c3811dbd35e1d89bfbd7b5a9f39094115d0d4de712b119787','0597ac9fee2f987817963a434b2cf2929521bc747e1dcdd2487c2241aae63562','c6464849fdef4989f5bf67c98094642eb45534bc8c98d176b032266e7bd2c096',NULL,NULL,0); -INSERT INTO blocks VALUES(310581,'baca309aa48d77563c8b563edf6fb0cbba1c155f5e26dca1d2bcc89dce14793a',310581000,'f57ae22e4221e2aa755d86c98ce87022bdcad81b342c6d865f90ba781bb8e183','c4897ad0aca28e45b98f5e0d7806ef36d931db6636b6bc736da788b2b7c62a3e','fdd1830438e7c4ee530d6c1e25761b14dc65a94bc9de2d6883080774bd65005c',NULL,NULL,0); -INSERT INTO blocks VALUES(310582,'08710916c8a006532a3c90eb7f9e07270be7f6c9d787e5d5f4bda22fa2e5e34c',310582000,'61fb2f7cfb691f5b459bb69f3b01f87f938cef952d77e05aca35388618a5b1fb','bc99285058ba57cd25a51d9b758b78dc9bfd97e70ed8cd0ab460c364a1d894e1','3a3ab75180f577c0b171cef27d06740cae52fe64157a7803ebdf1262ff82b033',NULL,NULL,0); -INSERT INTO blocks VALUES(310583,'22fa9d567a2e559c2f6b8d951340420df5e1bc5eaf5fbd6dee6c10e60798bfd4',310583000,'af52fc8612e37b23eac85a42a0c1508066ccd927ffa32871bcfb1d59d0311d44','c07efc82f3890eb10421486a79d3698866e4fc22375df956767881f4128976f5','bb2d7c40971c5d741e80dd819c2424f4a8d028e1298ce605c1fdd614b4237e8e',NULL,NULL,0); -INSERT INTO blocks VALUES(310584,'db5a54107f56229edcb84410f79b18d41620ed013f0b51f6889a728663010d9b',310584000,'9088575009ada38214936dbcca419b2c644273aac1e6a6b6189952f82fc57461','fc155b8240f28eaf96d18cf2ae0da22b8543f81b4363fadc59916967a61a1be4','2e6570e56fbca6fc402494e17f9dd58b844c40b99e0a7f81d44bfa9bdc68b9a5',NULL,NULL,0); -INSERT INTO blocks VALUES(310585,'a12f61691951107df80775a0d8e94642d242ecc70ff8678190f334256fc8decb',310585000,'2fa81bfb5b7e85a127bb660c07e7a77a5e57aea68b1bcafea4a78dc9cccb2444','c73dba4bc721da9830c1752db030d4d5cdd46b292de8bf5ac8153a6c262b32af','41855c91ad0beda9e0f76daf2f404f471bd590f08129edeab6b386d56a49b9eb',NULL,NULL,0); -INSERT INTO blocks VALUES(310586,'c24fde1785a09cdb7279d4a6328ba9606d7efbdf5d907a5754b26af490ed37a7',310586000,'b14d57fd49c1359f5ef030984e9738053a71fc08c2fd2f7de57f1af4f2333da1','0bb7cada28ac0b3f3d242ba476fda3302d54840e171d7171e1583f2d0f77c920','a35e5220449d02ff227f7fafb3097cb84a5b7dce9b9f7c18a7897e85f3c4103f',NULL,NULL,0); -INSERT INTO blocks VALUES(310587,'6fc7eacecf09f9a15212a7ca52cece2438c1d6fe4df61edd36fa82cd0ee82baa',310587000,'d64d843bd0e217075889567e81a8c5a423ec0157c5bc299255949950a4fc867b','2ea4466644758b85c64c348342e5d13b29c3f09fa75ab4490c5a00cc4fd05fd1','428fe672e019c5da42eceef5b43e1380b08697cdb2001bcf4103f467bc6e01e0',NULL,NULL,0); -INSERT INTO blocks VALUES(310588,'d758bd6b4eb728922d4f5f766481b7ba1fd6889cfd047bc6356fee12328457ff',310588000,'9d542339dd7f803151e0956197a706624f5e5ba938ac1ba1d365fd632b72c0d4','4e11b30214f2ef62c8e2f39610d578f88a6bf30eb21164588b1400d080bf6d5b','d96ad8c689985bded82d9b91e647ed723b74781e186d6236dcfb3f7dab68052a',NULL,NULL,0); -INSERT INTO blocks VALUES(310589,'4574c3f408ae39752054a278d5b2f207153f2d55e5ed9278610285caedbfb5da',310589000,'431a454660cdbcb14f4d2b3401f13b2cdfd85bf6bbd9f6da5a6910b43be20cd0','003c8bec2cf1521811b5f908126e1ef8c5a8ae4591a41d1185ca036fee8ecdf1','65f2322da962d8dcc2698f9613d9c16843d04172260e3ca4b28485d9a095ffcd',NULL,NULL,0); -INSERT INTO blocks VALUES(310590,'7a0fec7523698e15240595c867317fd889c109930cbc688e120af4b990d655d6',310590000,'ad2df931a1c3076b4a385d0e4c0b678ca226ad8a483376d45f333e08c375b08d','b1f46ab3d045770a71269e5b1f8bbb42c88cadac72a1d60cdfc2f4943e7faddc','27f6d7cf29e5d2662c4273e9dcd2da07411e8cc3ba9b84bf9b36d728758fc9df',NULL,NULL,0); -INSERT INTO blocks VALUES(310591,'9824fbb407efff28304111890e995bf3c350f965fb2ff6df988d9a4c8ccd8bf7',310591000,'f404486079e47c058d151bbd246c2bdfd939bde0918b8d542407ee0f2b6d0b0f','6a5a6daf8eed8aacd68dd39976bbd44a93af5e5d0d76d97f5d098ce9ae6ee650','ee4ff6da691d526aa6289d52b8e2058a85765797126025875bdae67f3d851561',NULL,NULL,0); -INSERT INTO blocks VALUES(310592,'d6adfd9b31ef935e54670c6335145a3b7f57b14f7c028c2467d352e1c5fd4cc3',310592000,'cc47d87f2ee4d9e38d6fe9144815a9457e815cddb62e15432e69d4c6a61d64a8','c952759d8f6616bf1ddb1f987f34743f6b09f2f9ad8e8d8efe4ae9c9a32be1da','ea3413cd4073d462905dde9e8173f641139e61ff110311038613b74cfb78eb9a',NULL,NULL,0); -INSERT INTO blocks VALUES(310593,'97931b3dd08a38f192b673f46ada9365fcbca0b1f63a0a5989f6861062f9c22b',310593000,'281d55efd1d17a0ea8e61f6e71b4e5e03589c56950bf22ee05f34ccea47efeac','134263a2ae2b80bb58e325f7fb84751c3224a9b4b44b3007b97db02f71b806e6','3ef6ee2c88a3bf8d2fc772a5466b797a82335fe371fec09d6e52c63987525a0b',NULL,NULL,0); -INSERT INTO blocks VALUES(310594,'f8146455e4841830c1bc2265c8f4c8972fbe46a1db89dc0dbf804d1a10bd9015',310594000,'456576f4773f5dbfbe9026e46a631282fe2b3a9721545f8999a572e8e03460c7','952ebb2b0c23ab41dc801ee9c905e108008fa446d32406d2859ef9842d5f33c6','8a72c5596b7941a5a5b527ee7657575b4e30d3ae07b901a4890d0ec558fbfd12',NULL,NULL,0); -INSERT INTO blocks VALUES(310595,'0402e45e9adfbb711dcc3a959e07fb2b15082cd724943cb323892cd3a5ac9d66',310595000,'d8e86913b170d3397d1a43e74480259a4e0bd15166fb775c10784df3e9306fd6','7146b6d06361698454b348babb549f0dfad68d854bcdb36497364c46c9f38805','34bdf3621c3bdc5bbebcf2401e61bf0bbcf636a7cba046832cbdb943d8c84978',NULL,NULL,0); -INSERT INTO blocks VALUES(310596,'1dd4393d2ce505ecff715945e55c1bac040fae5758202c1bdd9c8f67c4d3f688',310596000,'6a844171ef147e80140a7536dd6172744173a3a6b57dbe04ea53f8a1830088af','8ca4c177876d7993ff29d824f884dfe9fe185912b53a52f21b38c696b9974406','f24dffecd338e84e88c78400cf6a87619db43ac967d47c85f0ef93bfca5a5133',NULL,NULL,0); -INSERT INTO blocks VALUES(310597,'490dd65dd932906cc5da68c8b37dcd2827a261db1f32c622aa33ceb6000a79dd',310597000,'86cd60817de901fae021ea2e21f197c27f482eb9cf022ada75e56831002df9dd','64a95a28ef3a0104b4ce8f8aea21ab1168114bf95ea720dba97c8933c4c68c50','5ca7141432dbd6af03852ce58e8845e4e65e9f74f205c3987b287c82cc6b260b',NULL,NULL,0); -INSERT INTO blocks VALUES(310598,'8265b2da5687b7848f740cbbffabc564923b47242e3d64bd058724969323f44a',310598000,'df2f6f05d8c697050096e9e9b17d2c3710da246b9d659f96af6d47cf940442a9','4fbd933528819ab3c7788ae7292184e8f756d17660baff7785301defc6c20d6a','4995f3017de3cdc3376ac65dfc8ce3582d6a598f8496765bae78e61e518d01a5',NULL,NULL,0); -INSERT INTO blocks VALUES(310599,'71c5bf880161d3c13b2fb887d3d034ffd62ce1962ad91036b75241025baedeb8',310599000,'690a98a9c3a835f7383124a4a171e58b7a1f17332b5b66d7be095dfb99636e84','99351227ea2c5e09019fa29e9282ee8e03cd01d1752755c36919dd5b9f92c429','91f7428d5657b8ca328a999b22514fbc5c7bb50e43eddf47d4f55a16559fa87b',NULL,NULL,0); -INSERT INTO blocks VALUES(310600,'f91274374a64d9fabc3b57d401524d00c7559e7277760df594bd856380b7743a',310600000,'9067cce032c8e080df48be0a1489479c346d7968f46250619ca64387dfd87001','7f0dbd6689ccc0894130428fce9bb17cd3efeae2e38893b721ab3d2a5724a796','9417093b82eaded2466e774921fe1d2625ade2b6ab821a9c01b420442b76a9be',NULL,NULL,0); -INSERT INTO blocks VALUES(310601,'7fe9c0f4363e78dda78e932fedab2043c79dbff404e542d13913f3cfe98509cd',310601000,'25d922d16e782dac0326e5b15f266eff4ccfa34a8778d1293e25db4e67feb516','7b7989d4fa031daf27bd9f46e349fa664449becbff534661fa5e7bfed1e93c82','9d7b5cfcec51845641bd1e08b70e3fe7cadb142ea9125414a6d2b6e1dcfc55d8',NULL,NULL,0); -INSERT INTO blocks VALUES(310602,'c7ef51e67a29cf83317e0ea235c1680749d256a9c0870e560560bd75de63efe2',310602000,'be5e3139d8586e393873fdd17b014929f3916d8a50c959bb75b6aea4db3b6f53','6f46558ca2023cf78c2a461f486d74e112fd2ec64c692516b5f5bf9d1a33b49c','96eabb8b8575fc8da0cac962493586e6d2e7b27eee95cdb5af54d3814be4bd3d',NULL,NULL,0); -INSERT INTO blocks VALUES(310603,'44ae66cad2a5f9beff6f9164db3055de3c1e953a3d37a73fa650c013d16ef05c',310603000,'2353cf09fe846b4166544cf95863258c5f89b432480f71ed08980c08511ce2c7','2873ba053ead1a405f94a9aadb0c7a8b3f6f2aea88b71095ff6b4f8a9e672714','329cb4bbf4af93a13925de048c09e988411458779bdbf49daa509d2fdfe03f54',NULL,NULL,0); -INSERT INTO blocks VALUES(310604,'36751b935b0c18b816f86d5a2ca16469a46ea41bf002abde994d15597ae9665f',310604000,'a9ba0c79327a97a9598073003ae66fc9a472ebedf31a5d4d3512629c59f6f952','d1baf5e62e3120e51633d9cf2e24a641912351a39ea588258ffcb9d43cd90ddc','f9a85e334bd3f86a48690bb8a72441df32e8ae80f861bda294ccf90b7658e4cf',NULL,NULL,0); -INSERT INTO blocks VALUES(310605,'ffa6edcb68ee2bcb93f121f0a1cb1012559f2e38752f45034b03deb8c8947aa9',310605000,'24939be5e74e777849d5ee446483c3667bb9762a2e6b04ccc32f46a13c0625d2','72c828430e880b7eac34b1e7616375a892d8d924bc2d447984b094091b810464','bc334f95006ab01549d4a461e814fac4865a723a2687b4844432efdfd3c27cfb',NULL,NULL,0); -INSERT INTO blocks VALUES(310606,'9f9e9673b0b0fcd2730c3fca4c241b6f506ac17f7768eb40ae1642614c4be93f',310606000,'77d7cd9e661d7b06c940254fdccef8ba463ec9e4bf07e1a47288aefb10862b62','c0727f185c8d3f39fd2d29829bde1f10a938bcd035906b7a6f9a58fbc125da7b','3b931ca480a3697c6607489cad76969d64a21d6207219288b654da00f6b4bd72',NULL,NULL,0); -INSERT INTO blocks VALUES(310607,'ea8eb241c2a5eefc21de5385132dee695fdd7a496679935c4de015a18c2a116d',310607000,'b9b9190c1f33d9ec9d3ef5ab16ab5ae3df37a10aacf44fa36d7d706c6a2dcf92','d9a6511fd4f1524b13ef62b6565099c0120a5a78e30d233e782e8ccaa59dadab','0c583c87f01a90bb0407652e4576c9d16ddabe7313c521361cd3d5ead4823700',NULL,NULL,0); -INSERT INTO blocks VALUES(310608,'ab7b08803f979b35074aee71ce1b0f68bf535632798ffb7c5c5483ef5a16f846',310608000,'6106df15c5efce0d238b69286531168e5fd935ec66efe5d99d7024f9a15f2612','325c7d3f52b8a41b966a74f9590ec180f0604c0bc1aed8c1d4d7b60f97955621','b7d5de12662a8d96f84d46157aba613b19529bd3db41a703b458d86f86753d48',NULL,NULL,0); -INSERT INTO blocks VALUES(310609,'83dabb41813634b8dd95b45762989c7a77492fc2ae38b5d0d098fd3fe9946455',310609000,'4cf1aca34358bd858420fddfa75964c6b8400b849d3a0b637baeb902e3d143f8','53e05d1f8de2051b590249c449c02881d8f98a4fef4c8cebc7f058766907d1d2','c03ee111979653d7e3fb74a9b79d8ad0ddc9ee0e1b3cfbedace91351b7e94c69',NULL,NULL,0); -INSERT INTO blocks VALUES(310610,'f1372a9d1069265cafe8a06fd5ed5493d7b45f2c2588c0eebf8960c7fb53b7b9',310610000,'75380e5aec9bb02a0fe134b9ac364bb3217d2faeb8f9ca8d3d045e145a8db004','d42cd49ba8d422666f6a837facdb242d45580b7a040f480e2d02b552a9cc4acb','56279b6a116ed94aa325310a427b44c0e02d85c16303b7dcebc159db1610dfac',NULL,NULL,0); -INSERT INTO blocks VALUES(310611,'6d88122546a07e75804a8c89225b63cdf5fa1a306b0eb720def88aa00d927d89',310611000,'61c6bf541cef555b6e807fefd0c1c4aecf62e35692ece1946effc8d0f0c5e4e7','a2264393db78be837babeb4cfad0892bb56aa969e753a26f5c7f171f7dcc58a0','4cf177826e14cbc54aaa11fad56c97b7232993809079b3c16d36d060ff17d2e8',NULL,NULL,0); -INSERT INTO blocks VALUES(310612,'08df9f68813183cf897db14100b9d6399678437338edc8578dd4998420a3c0fd',310612000,'a9c53f23b3766b394aca7fa4e0e2f4d7bc231f58acca5ec294f1100e51a07609','192dd744f9a0ae97790e6703435dc8e0b2c494253b086de0568836ae20532bec','7c464f28ee795280f365dd13a3bce6c4b4492fabd9c494d6b50e544bc6ee508d',NULL,NULL,0); -INSERT INTO blocks VALUES(310613,'c22021c5e4fd841a5f506df91ae88a4dd0b4edb5c98e6c5ab7ba9ddd8cd0cb53',310613000,'81f9a537145fb937f08947176a73d4655e4bfbc3b0a0c3d16584c9fe31864e93','2565e5c8c1b506aceedee56e7b5f9f75c41f343d380a89126b0a2c31f5c86fd4','5e48ac61a34ceb074dd3d1fa78e9fdfc71dc2c20c69daac9fdb99c8cbd699ad8',NULL,NULL,0); -INSERT INTO blocks VALUES(310614,'e20f3fc33885662db862e5f1aa53044b4136e0097e7919f071a0f802c9f9436b',310614000,'f3f90352f7d1b5e8d8301eb351ae038e27e3d8210a9a544d42c67147328532c0','7b230e7ff6d8ac1f26ab75056143a3d4304378270d31881b7557ae70a6c754e4','11c988ad42862771c810b7538e576562b3845270c4ac7bdb3eba14d8e54f0c61',NULL,NULL,0); -INSERT INTO blocks VALUES(310615,'fd437e201cc2338bd936bc84f7baba6d100332926bee80f785f9f7bba722c5dc',310615000,'88d0ebfa193bccacd5a6198fdb5544f7bcbae34d1c6a0b48415f481facfc2227','a03b1fb8d09d83f038680b716056361805ce89b7a7a9e6cefc4bddf07063b1a4','2e7e312f7c36a68e54cbf00e34fe52c9a76689b242aab166bd08ae1f1de77ab5',NULL,NULL,0); -INSERT INTO blocks VALUES(310616,'008b25e6dce1914cecb91055f1bf5d77bf0be6f98b89ff06bfa41c193a321d84',310616000,'78dc24332463f1a27e7849813451835eaef944276f5bdec1838c30a3dee453b5','2b151ee345b1de7bfe92981498405abb9db50907f5525df1cc3030d982baf2e9','b186d3af4f7ab5e3119e94e6a14e90d67ac3db11b2fc6b416088501dbd00af2c',NULL,NULL,0); -INSERT INTO blocks VALUES(310617,'cb54e04a81c8bce7eea1866cf83b3f3fc8d8332fbdb41b242cd0bc38ff243c29',310617000,'6f8ce24bb75ab6ffdaefdec9123489c2a7efc94a7e1733637fa668ed5f7aa740','4e2b72d4459ee3673fdc855bff9efe0c95de337ec77780c6ce84142895d40fe1','c8ac42c3470ec768d2f733b9f744cef710b367af9f37172079f0c63862c2d9e0',NULL,NULL,0); -INSERT INTO blocks VALUES(310618,'f9bbaec16de49df3e5ae9af5949a283789c143078a31ed80dd1c22e35d9ff70b',310618000,'2e0c8075d1d0248881c14b9c3f69ea7f011b6db18c84711bb07b7f68d0099a36','78f186296b451b2aa2be1ae39e87df9bd8eb11dcbde06ac9b6b5b3bba38c4432','2559136ae47c505d64ade70e01726d382e952225196ed6c00062f3e48d03de80',NULL,NULL,0); -INSERT INTO blocks VALUES(310619,'4c02eca877e9ed946d3b839c08717d48cfa08366f42f8bd9b84d60b20b34826d',310619000,'13e04c93557b86a637a5b7edee007fd30ff4f813d9a3b4299d503383daa94d4c','07be379248f9d4f83fecdae175a1e530110ef7f02b9a0656dc6772f3bf212bbf','6a5f77cc080258e89a39cf32371f38422a9923b72df0e597825eeb97f6f26cdf',NULL,NULL,0); -INSERT INTO blocks VALUES(310620,'98120d1d59fd5782e6aeaa785843b42351cc656f59ce10b76f7597202ab54519',310620000,'4a60f0fbbf4d6c5bc0d8ad98cd3f2ec3212d6bb606bd98d1dce345288275c3f6','f32d375eab7ab8e9c45f431aab01be2439bf2df00a627db39c2c11c2865e6c68','b93fb7ccd7b063d01d84d1b13101e4a61733cc55072c35ca0c8abd449d2fc985',NULL,NULL,0); -INSERT INTO blocks VALUES(310621,'1f1a7124acef608c0effa6d985dee5fb44a42035d310c390512519dcc004cf11',310621000,'785d1a4f88ab690182405388c765098212f522432e69a68ee5b7f471a8164d7e','61f152136a55a1c8c000d536f50b4c53fd0996e1794a80e9c1b40147069a9caf','c7acd8147e46c97ed2e55e6421d977f46f40a1a51613a95e0dcd35e6b9fc4261',NULL,NULL,0); -INSERT INTO blocks VALUES(310622,'3088fa55337f70b4b67b9ec09e4121f30df45211ce7fb248352437630298bc47',310622000,'ea74bf89453deec1c8d391185c8cdbfed0064a9e9b09948eed408d7b560b1982','b09eab6d5f874d31ae759122dad38111111d00f670e668828274286d10f85524','7261c3521e698a3a66b6163feff1e0813b84ce241a4dd4e1c684127dccfc735f',NULL,NULL,0); -INSERT INTO blocks VALUES(310623,'817efbc8f182833c8d19ef29a7b806d402f4fce3d76de1c099c3199b15520dad',310623000,'c969c1ab67b3b338989e35568c4fba6bee0278a6fb1fefd9995fe55d316e6843','2e9aa32554fc9ba2813195a611ff2a1ae9464f8225931412ec9db770a54bf9b7','46f08621deb169eae3516a824d97dc56626ffe6f86005acc8f2ffae1e150060b',NULL,NULL,0); -INSERT INTO blocks VALUES(310624,'3c0ee9ad535b3b4a202367fcf45861eddf7dda7021af3565863f3358666e3cf4',310624000,'4b3014e7daf07e12ce4f59d0136f75425cf81c46d68c224edee560bdf32c4413','55f617732b7b76a0635e7d1975881afaa314d0aed2a3f335a79775a4076a5505','32df285ce803e3be83152de2947105a19f612e9862154c3e5950c22b818b993d',NULL,NULL,0); -INSERT INTO blocks VALUES(310625,'bc28b31c2032623bb295cdf38d7b4ffcfd20d96c95301122d18463d54c6c11ba',310625000,'c29903b73d4ce5fae6c20af6dac989ee532d57945f4d286c1552ebbe4829e514','3bb99f09fff4af95e566a3ac3373287b056ea5b545d9e166e46f335ea0c5c6e1','04af803fdd11643f4a0257ffa19338bf9e3909384a1e3385d261e187a4177147',NULL,NULL,0); -INSERT INTO blocks VALUES(310626,'b6c172768d20d9c97cff56f083d61920e1ea39a93c7c09afff3767858eab950d',310626000,'be056a10dfbaac7a217e7f30c5e60f5bac78aea92a16417ca2921d7f3b41e97f','9a1652a5d4724e13e989ddaf79321c684d8f965611ec1f9647f778514f070c02','da06453bb078b6dd259462f1d118c466a21b68fe676226506d249177b058c340',NULL,NULL,0); -INSERT INTO blocks VALUES(310627,'828a91a4b44acfe311e116569ab6856dc528b52ded683df95d390bef4e6c115f',310627000,'b410bb813654419d23348e4bfcf5ddf41a673358a6a973fc57e3816347bccc8a','3972379962afb9662ba4575c95a5199e86c0c0bc2dbe22e6eb085bf7ba3fc746','be7835c1b5c60387305f437418225c4862ae327240c9d416f2384f22ceef91da',NULL,NULL,0); -INSERT INTO blocks VALUES(310628,'f319b382302b18f1bb20205e85c8f938bbf2c643101aa1db30985d36f707494e',310628000,'5ad3e05ff5f93a90818ff1d4ffb39b8476e2e8c6ca60e88c27f92319d41d8725','87da2abc9c597cb51b2aa237eafb6bc103f9ace5c9a4d96c4018ce8d68881145','a4ff93a88fc3a0b9f971a73a4944524b6a35edaa0c33b1ab4150f7b6711dd2ff',NULL,NULL,0); -INSERT INTO blocks VALUES(310629,'254b0cb0f311451dff00741a8a1d083190d1bb2300029219c26fae1e37ef3a20',310629000,'9c5a977c46b99326a92caa9d112b871dcb7160e2c73abfd4a8ed015330a2d032','ca03c36b8dd4b0efdbcac4cec78f0d5ddd939e4cb357c31bde355b87dfbb4b95','8ad4a34b8bc70753dbdc664411a9f0dd0fe8c58b9a085922034d8c2f6beb702c',NULL,NULL,0); -INSERT INTO blocks VALUES(310630,'09122d8e8e5b1e1f6cb5a16b7f0149afb37aa0c9c6a04a9288198854b43b6fde',310630000,'d8fc4c7024781f7f0e4925c28c2eba5c12917e3c69375b286148993c7bc3bbcd','d50d9f93174debc774a0a966a63099af1c515ffc31d992a18c0aa39a9a698f38','770a0148c333b2e91b7f8895b985c83ea0abb04dd4f3da784ef4d6ee8554b754',NULL,NULL,0); -INSERT INTO blocks VALUES(310631,'b13cf136f0c15602dacf7625e6edb4a66ef804084424c1a01e7c2a2a512619be',310631000,'c12ab1abd6ade6e559de7801c009ee5862e04e5a84b4b28f012b167a4d70c68b','4009c2ae7bf5f5415e72bee5c99644e7d4dc760d020929544e71d96ae4c949c2','45f36c7e6e29bfaa27dffb7dcc8624f48dd64c7753f5abed6f30e40577540641',NULL,NULL,0); -INSERT INTO blocks VALUES(310632,'79c10009cf92db94ffc72c6475c65116df5e13d1d31d15462bf6af255857cde1',310632000,'03170891d13e894608eb5d74f6134253b910605d4f763807e538bf1817cdb232','3e14c67f6b7cb1004e55353c86ce60b2817646465f0815b5f2f93a75a426d040','e2add6faed921995a6664f07cb5325ee51bdd01ae62f2c26bf47e705deb39d15',NULL,NULL,0); -INSERT INTO blocks VALUES(310633,'e0704c45ceb7db9ddbd7470f41978d6e413d586afc9dfbf8c7726f4ad8eb95f1',310633000,'77f4e7710ac39bb4686c59eea34ceb696079acb46a8620544e427e2e814949b8','b4ff44ae5da9ab8269472175d3f9d735eb6a7e7a6bfe67e198b50d955b603fda','e60f3b509e5b474573bec0e17f73545f7e364e737d5a6ee0cd74adbf73e25d9f',NULL,NULL,0); -INSERT INTO blocks VALUES(310634,'c4c66e703e975a6dc90beec42a4fa8de7df296340b408159caf4e7a8193b48af',310634000,'a31473dfec4fb8d1659024b3b627715c68e7635396dd90c184f66debdff35ed9','a9be49ffad351ffd51bd7a3c11be9596f69919dc206a2957a5e8209163b1344a','12800228b99bf4ab821dace6f17e66b9ed1f0c0f5e616704ad08fc211a8f03d0',NULL,NULL,0); -INSERT INTO blocks VALUES(310635,'8c172e08259774a0d6cf10df2c807f635c37a1d8da2696f2c5dc0b228626004e',310635000,'7f80269260ab4371585202d03b9c56bde5ab731e731a4f5c58f453f3057f637e','df288e295dfc5fdff7119b42a62eec5ff4f0576bbc1b3a4c6624de59a755f102','214a6c13969deddd3ae57400953d53f2f6ddb89f6905772f9adc14a2fcf396ca',NULL,NULL,0); -INSERT INTO blocks VALUES(310636,'ec48849cd07e997c0ce999c735ccb1439f4a2f59191913f0823a89802d02bc31',310636000,'b6bc49e7852f6017b024ca0bdac9257e0f63109216cf00cfaf7110ca1891f5f6','b984adbd3d608c92dbd931c9fb3da5f33f2322ce78a810ec2e278c45f62a46dd','9b3bca0a6f0d59aab7c57979cc5e2602e1b78c174eee9c337e6a3f0f95f71c38',NULL,NULL,0); -INSERT INTO blocks VALUES(310637,'d38ce45ebe349abe87390200f781f8059bf95b76b82e5fc210f3fb2d47543336',310637000,'fb9be635d233ed088a81f6312d9650a8659b5c0d52a815b0f0585293092a14fb','866504bc7ebf4a3fa68a8f94dff240d27d27462f2c10db6938877ae9b7fb5009','c0a9d0c4bcd173ca96bfe895e05dc37d0aed3984ba0d587cbf791b48f7f0c73c',NULL,NULL,0); -INSERT INTO blocks VALUES(310638,'672a9e105a3845ad58c393548dcc662a80af17ef0884a4894023f4685302577b',310638000,'3ac47fe08bcd6b16eed00fe5ed2facd3eaecf50f36d33688f197c5c301eee30c','94ecdc4de9361563c25d6d0faa000607c33e65efe2e98c1b8e0acbb27bae21ba','1ea6c91d0602391ea8aee9389abe4d5666ed7908b94e6d4ca9269c07b0d1d2d6',NULL,NULL,0); -INSERT INTO blocks VALUES(310639,'d9f5ba015ed8b2eac57c5cca45f9dc1ab54f56632c3a256220c352710d417f1b',310639000,'b9dc4ba1d33b9e158c6b82f825748d28403f4c8c01f1362e859b7f2f696f586c','535730de468af921ec665b48aac918582ca4b84cf2a4daca0f56392793c4c3b5','7454e8382d05be00cdb9f9dd14145f19da1b3d05492bc271317d54aa63450d95',NULL,NULL,0); -INSERT INTO blocks VALUES(310640,'474facfd45196931f0bdcf43ed1bc8a7ea14da7e67996a4cc6dc2d6e2b64af59',310640000,'be8b3bcb08364da2ab39827a0d02173c8a6a46da9480b2736d992e90008b8d9c','9cf03f02670340fc980745fbbf4f1e8fc0737a9bf4c771ed43014a1a06909e7c','e271779fbb4fad341dfda30973147f35a5a8c8231e57fba452ad93caa64d0fdd',NULL,NULL,0); -INSERT INTO blocks VALUES(310641,'02d51592ca3541de38547d4b744cef9c480551456c7cae745ebb9d55d754096b',310641000,'8e3e879044b5ad0ee409dd84ca9c07ea523484a3074822396bafbf449580c2d8','bc0c21aaa488ed44b152205d533dd519f13ccaf45b924acb3b6943057bcc1c75','d5dd02ef2424d906a1c9e8b734f94de67d018b0266ff1fcdadb3fc5881ae555a',NULL,NULL,0); -INSERT INTO blocks VALUES(310642,'cb6395d551dceafae515cfa3081473654eb0ee78b79242f6f1d6e5192c116ecd',310642000,'04e2dd3cbd7fa5aa973db5a1caa536ae26b385b236f71b4aaf59f230cf0b9d44','24d2eebe72806bdccaa30e2a4f30e477011d2a9066a71f6965391f96c4e6b63c','5a9de42d564d50c1d82876bc19f6f527bc6c49e90d28ad8b672707767e08cfb9',NULL,NULL,0); -INSERT INTO blocks VALUES(310643,'b44200d5717e8bafb56daaba83f0b64c24b122aa18d3035cdb1cbab7c473182b',310643000,'b7e53c4f80c0e70a0804a9e1ab3649929e914ed111c0998010e78f97adb8b740','f2e7d9870f3172cda01305c9179874ec4a74d1cf36bdb51f1895baaf6448d002','79147df94c368548be71cf3e2b6bb83d5597daf29ed70107e911fc56f74bc32a',NULL,NULL,0); -INSERT INTO blocks VALUES(310644,'f72c01f09a2f76629efa4f7244703a82e82bda4e9aa4f032025e84a86788c672',310644000,'f1a26ebe4528f04820f98944a5f54cf0211f3a450358e1a4574903bcb104536c','4da5bc21245c5556b392c79e7e42e3af86d21ff33a06d44f2b16e97c52e51295','28245e7826289a740873c360771a3d7a4f3664302229eaa9a49fee77b7e9d42a',NULL,NULL,0); -INSERT INTO blocks VALUES(310645,'f2a2ff3c7036d5a66de602a075aab3343bd9f6027215a79d451967773bfa29a3',310645000,'8ee7cd3754ba2f85467916a695eb2823a89c17bd36707b2f74d5fe489ec39d35','2d81253d8673ddeebeb48c42b400007c090a6ba5f6f71ca5dd0b2d8299026a40','897c96bca8e25db3025fac02e8e6d1460416cfe7933b552a3633e6698e6e37b0',NULL,NULL,0); -INSERT INTO blocks VALUES(310646,'839ef2ee85d2edc27b4257e50c667b3d0ebb254ada269d6f9bb07e076eb0d494',310646000,'a93684aea4d0b8177a008a7530f1c5a76aa3a6e0cd5f426fd04562eeed18edfb','fa576ee3aed499d0a1bb3a5aec51f5bb08223d3d2e03bf3043ed5a667b103a3b','2d8d76db5f2fe164209b1f6667bbecae78cc47d58fabe342319656134c92580f',NULL,NULL,0); -INSERT INTO blocks VALUES(310647,'8c3fc73a2be40301b82885028a4058923a5849d86cdd0bcf101e615965f0b86d',310647000,'f78e363f21bd326d12513b86ca5bf45412f33a70b140447da87787be0a39c898','1e37b3970e04cdf0abd2871cfb6ba80960263c90c16b9dd588a3a8cb02feed8f','a3e765baedb9e723a5354ff91886df70f363dfd419941c1ec4cf305f51200558',NULL,NULL,0); -INSERT INTO blocks VALUES(310648,'8b4b7bd45340942fff7a74b02e2d77f59943a5855e79566ac8f6053b0cf4e14f',310648000,'94d14b919e8df7f7a2503baa1ccce1ee54a3f2629288f7e2a54ff23055622eca','b1d9ceb672cb247fdc2309432c4c12d318b5a26ff2229f5fe2597748db1a06cf','65f567b5801e27198408a3d710ebad44b4458d44cfca7a40863a57d521fa2f38',NULL,NULL,0); -INSERT INTO blocks VALUES(310649,'6a5587f8dbe5daf750e6af8ce8d13747c2354e4a83073aeb31eda11e0d5490fb',310649000,'c95bed50e39dc26ec619b22ffcbd6d169f12c46cb58249f5609c200c49584575','7779a8f0008ffa9ee4eb279b471d63bc4d84fcbb86a438a008db27323a210492','c9a03634ebc291394260338b8e3c29d51304c1bdb0b99a7c461f84e048bd5f35',NULL,NULL,0); -INSERT INTO blocks VALUES(310650,'630772e16127da5b34945d5d2fe6a95a7e0addda3f7ed03aaca0d63526957ac0',310650000,'60a763c963d90886938a2bc1a9e16a8a5fdaae245ca16bedab36852134ccbd1c','22d7c9472d4e38d4981457a81ba077a99946dda33c8ae49909197ac6d68d5a43','24c7bbde16c05b7baf20110362f102c8ef8ecb92f4ba9181b1d037db96b8b2ad',NULL,NULL,0); -INSERT INTO blocks VALUES(310651,'abb2d29793c975ba98b914638ffec5642e03424b64c8c949529392de66eaad22',310651000,'75150fbe2fec5eced262f6f6f049ea1056e2e7fe783d8c16d1147d19135c385d','4aa6dc80d2afc9595f628c59697d4d590b2feb7b0a80bf6d55ccf73cfd6a8fb7','97bd70ff3c0a1e219e1f12d9a46b1be046924e896792fa968d42617f416c4bc3',NULL,NULL,0); -INSERT INTO blocks VALUES(310652,'5be0bb5cf3210dbdb37899c13ada53194619fdb844a06788f47cea6ff3f51cb6',310652000,'bfa94e7f142250e47a9fcc8378b50d857fe8bb5730a456f2030322df7eb343da','8c0f93d5adcb5ae68c9ddf7142bd06df5dc2f6eab08c73d377f0388edcb20aa2','7134ce156e62f6aab6871866cb79e46b89e27ae42a1346a846ea7770ba0a95c5',NULL,NULL,0); -INSERT INTO blocks VALUES(310653,'149b18c77b473184140e2c0a5e890da6beb9d29bfba1e229840836d6a6734bd0',310653000,'10fae07894dc8ca060b7a424ed07e1d6b82feba8ac401fcaa441b36114ff3a3d','cdea255f0aa36ee6ceba5f33838a634c1ecfd1b09da9d8c02cf9661b57ced570','cc41f31b1c4f2e8b7a238164dd05bbbb065b30fe7a6cd3ed1ab5eec23f2b3a9e',NULL,NULL,0); -INSERT INTO blocks VALUES(310654,'829af363584fee40e5e59ce6bcb5c5ceef386d56a7fa1fc8e5f2b26a1c546569',310654000,'0fbf0b9dae7a4e5ebce6ae53e143ea82acf9063bac539eea2164661066465055','680745239f654a45bf7f193af5c4932bdb693046f1d1578795a343ae3af87f08','2921e688694bb8be4ba3d547fa3eefaecb4e7076a35780c6312f9eb2995d6892',NULL,NULL,0); -INSERT INTO blocks VALUES(310655,'c0c926058eaf668c26bcb906b00085046ee3a492e66078a2fb04af6712139e55',310655000,'d0cfe76a174a3e51cb71c8fcd7e24a5fd82a5b5ec90ea2323805cf203eb8bc09','6c65658831a0285733e11bf6cb7c4cd7c57191ddb08f926ad89e64ed2934c280','9e8f53e0eb145abd3e3b948c5a5b81c0fa6f73bc86a2e00083ce508538030803',NULL,NULL,0); -INSERT INTO blocks VALUES(310656,'5d4c1fc1c92272963ac4b686279ea88fa683be164414c74c87890407001c394b',310656000,'370d05d099f60864284c17b0ec4ce4cad792a564ca17730b788182cc1657d299','c9d0d0859f3187ef891643c19aa7635cb8da029d24f3b1773669919c0a160d4a','632f12f76381f547af12dc099a5dda771c942f139f38631b230865bbb7459a87',NULL,NULL,0); -INSERT INTO blocks VALUES(310657,'e8d3bd7181ac043c3086f9743d212dafb71a65adfddd813ca8b973158a3fcd26',310657000,'b5ea3b5825c6ca6f1da1700405ac18f400aeb2381c5b61703a80627411884f30','619999a441bda0cf4c20924a11a5a0cdb186a16338b4233b9eb2bd3ff701bee6','2c48196a96cd40d787daea280a7593291ef874b7de37ee60a49355cf4a229b7b',NULL,NULL,0); -INSERT INTO blocks VALUES(310658,'579c711806538368d38e9337a1459885e9fba0ff1cd335d6bb77ce125bd4f501',310658000,'b21e5eadb3c00cc0413da1c9b272fbbcae96a271598852148968f900c4fd4f51','d45266037c0817e6346f37c12a246d14aa5b7821b377ce283ff69aef9e41e007','616912194721dfdada0b65775d3fd625587b738ef1a2a8b16fc6acd7ce52a36b',NULL,NULL,0); -INSERT INTO blocks VALUES(310659,'e2916f0a41778f5954dca70fe4a11caa7e06e14fd1f0add437278559bc5fca5f',310659000,'4d65eaebd925803121e3381c9b6b5f358fa14f036707c310614f92df3071183a','2eb7fbbb50bfe9bef73e1c61bf35235c2b1747d1a58f88915dfc83678a85a039','650532c8815baf657e5d08aff8d4d2bdb456ccb3e781d1afe76dfef292c7f4f2',NULL,NULL,0); -INSERT INTO blocks VALUES(310660,'d09a066cc0cd3672576b8e02733dbb32ddc2ec35d07104edb1c56ba9f2b85c7d',310660000,'8c0fec6c31820e12e92a9be814a0864530ffc01caaa72cd15536d70d0f8225db','5aa16b7a4be1b2a22ac6fc9a84cd8a009ca1f5f13c41ab627fc51e828a190bbd','58d284c908ae886dd0b35e98e64a81dfffc7aebde0b6f01e6995db22b9a8a7b8',NULL,NULL,0); -INSERT INTO blocks VALUES(310661,'badefa122129d97ce33ff699b6c63f854cc2ac11e02fde9fa589621d1201ee89',310661000,'bfc63682a5acbae95d8c8c8af56cdc80f7ac4252be8117df4457fdce678f9d94','12f7058df0095fec74c4e2a93c07cd18c79a1c4367d036e24d69c4321fba42ac','72f2b57f9605e73b138b5c85ef4fb7482e53fd85007e1906f1e3411e67ae0104',NULL,NULL,0); -INSERT INTO blocks VALUES(310662,'952fd50a82984ca0b86bd2603400525f8658e33b0aff521cbdc0343e0de2c3fb',310662000,'d995b825b3095462095aa07f204ee8bd02bee7f0021757e0b9acba0aa89a37e7','d5e5ed306ce5d49d1ac97966dcf12a60c475f0957039b782476e871bcab34773','e5565c077a1a333e2eb14f788a4c877f534a07822d2bf58dc3cc77da56c190f6',NULL,NULL,0); -INSERT INTO blocks VALUES(310663,'7625249e17d88bd2a50e81ae7ffce70b7ee4f712eee316fc67afe1c47c4a4028',310663000,'40a21d7a31b702854f3830189ac21f31659f4ffc4665532113a3864caf6ac548','058d50396591b87dfcaaaa45d96eafb04a51bd1d70ee0811f4e3b0d83744479d','bc08f4b77c5d108841362f6b1034d8456b879642a830ff290666e757eee5a274',NULL,NULL,0); -INSERT INTO blocks VALUES(310664,'ff35b504ee3d48dc4a0ac8b688594d86947e2af92a3188bacfa38aef4dea8247',310664000,'75641c467acddfebc824a0313b0cb20fe75ae44babc63c684559b72365c80ce9','d36ec4418127c7ec49587e4450816eb1bb4de701c021d94b18a9969fea596b19','0f19fec41b1a284a2e1442285bbc37d2cb7c345e819d16bbb88a4315c230fe29',NULL,NULL,0); -INSERT INTO blocks VALUES(310665,'8aea5e0436d15a44620d181ee03d789e5bec0aa9c84384919ef35c7ac78999c8',310665000,'19125e78aedfeeab7cec8532795eaca3219d631cad43b474451faea61a262d02','b8e4a903768e6b9ec05a7e22543eceda9d1e558c9619646d7dab94b9261e17df','e66e1e4d46398c605ce368f45e3dd66e1cf8cd36b0d5121061b6978f41990179',NULL,NULL,0); -INSERT INTO blocks VALUES(310666,'de934d6e2642ccb581002ee650ebe76b2c88e2facd253b73c45b964dcf469c52',310666000,'b4086ebbbb1ad338c2d41a4f515acdd6991b9128936b170a6c7cfd1c199200cf','4695fdf48da4917fbea7bf400cb1dfd3a7d9aba4b411aa6a28b5052527510313','18a0d9f7fcc1eb8798180dfd61883ff7534884ecef65c801bc04614bdcfdf874',NULL,NULL,0); -INSERT INTO blocks VALUES(310667,'c8037bf10c1bdb21df72a9a90db87b11c967d6ae81c5f132ce8e42b1ca888f83',310667000,'002ea3e07d91ba9fd59edccd6ce543ac0c80f3eade4fd9ac6ffe5c470b32ca35','8dc78eef0652f4f3c51281c8ee97b097f9317b7e34370eb630955a83d54b7875','cf19f34ac99e0084024e83f4247627754d735f5ceebbf006fdb8e232ac909ff3',NULL,NULL,0); -INSERT INTO blocks VALUES(310668,'699ae965398fbe98ccbf01384e3ac32d2f778e21998302827010869199aaaf27',310668000,'8a7951661175cabfc9c5ec98c84398c69a18b0cc90dc2eadbb4a47217f204d17','d43c3172d1665f58f17630519f9a72aa3eed1915be5f002e7ae80c02a2f10eee','bc0f79aac134c5dc4d3a26a6dbac6ccf8c388d9f6f50b54698e201f12beb5868',NULL,NULL,0); -INSERT INTO blocks VALUES(310669,'c02a1ff18678c02e906a81ee20511b34be69a577651a763cb7ace89f7b04aa1f',310669000,'dfda3ea8a3f6b347fa5aaa711facf53d66f4b59b34fe8310d52511b06c5aa90a','ce33926f42490f8f818b92dc62637ac54bcbececa5a11a990796b90771644126','795e9c1172dbcc9ea717c4ad00ac44dd4c8b68a204740da6130b65b6b84acba0',NULL,NULL,0); -INSERT INTO blocks VALUES(310670,'9c043e45204b5463d8138e24b46b57b486f07c264dbd6b09356a75ce15319944',310670000,'1ab7c81c38eb3bc2f757e232d9235ba8f3b3c775249a31f81b64ea5b744bc446','35c12d3cdfb2f7d3c2f86cef5d1f2218245ee737649c1f1f055de7ff579c5a03','0082132e571fe2fdeb1681c609d99dad7cb58ec49c167d5d761ed14e1d1811c6',NULL,NULL,0); -INSERT INTO blocks VALUES(310671,'4c6fa9744f58b8804901b138d7e65070d8339b557a22ed61b4511a401fc90522',310671000,'df56206da793ee3d5a62d8b8204f19b58bd571defa817c5a755942d23984406d','3d3cebb865c78d28f9a5dbc8d972bf3e4dee3957f4b1eacd6830747bd3ea8cf0','e6744f3d1fd8223ebcece11a452bf3b0aec9c479101311fef444b922d7d5b560',NULL,NULL,0); -INSERT INTO blocks VALUES(310672,'491314bee5881d93a5e646d2e911b30fe6b43f0cb7458811f7d9679b2f7074aa',310672000,'1300e495aa348e8955ebc0d1060fcb0fea24197d400304aed07ebbb37f3fff0d','897158d5c9c816a35219345773f476879b3b840ac8e95306d37ee7b3f9b62fa9','117467d15069248e19a7b015c0c4f3816558a71804814f9b8c2c693e1175a0a5',NULL,NULL,0); -INSERT INTO blocks VALUES(310673,'03ae6af5afe6e7949bcf4039e122a60c97baf807e7b24bbf95881e0797b9e2c5',310673000,'80afea7b225a6056f9e93264a4b60bff6150aa41fb06dbdd127834fe7c41e5fa','5b957e21e55a45ba8824e43d814efe3d98e3bbcf5a5ea27085782101c0c51555','ef15b3355704305e20d77bae2c716e7427427e8e69c81224feb6db818df7c004',NULL,NULL,0); -INSERT INTO blocks VALUES(310674,'9e8b0b0ff1bb6fb1c88c7fb75f560e41f4d1e72c890c49a4c794db3508bb193c',310674000,'7a904b662a12891224a26684d2374306a17d12948494cfc2833979083484a9f8','d5f84d36c3d5ede129a9456688157edbe3d323d0c332ec962db5b7a736ba61e8','4af4dea0ae77d1b9382012434903b372f48bd78d5a588adce4445ead028ddcf5',NULL,NULL,0); -INSERT INTO blocks VALUES(310675,'e84ef8d1cb7d22c4aa9c1d7b7570d6e14c6cdb84e00593a13f5d64a4313c2e21',310675000,'73f475db79e082ad33f59135260a81af04c66b1afa05d5faff982edc5c833e62','c69ab7da8f6ed61d342c31ca7e50fdc09d9d89f19e1e27676601dce3e312eb26','d7c19ad4ca0d2e1706fc2b13266e6e8cd35c7f1caea9a604585cd077ea454c16',NULL,NULL,0); -INSERT INTO blocks VALUES(310676,'312bbdd1f53a4cfe3fa9c89f4c74b63972466bf2478c434fe7ae775ea3fcfcc1',310676000,'fe609333c29d872aeb9a2b7a30b02cfc5ad47f581f360e385926e62ed5e35c7a','1fb2979c0514308f0e907fa6588e905449eb740c853fd8d0be5bacc93782dbac','2b677ef6d38c3c64237addaf740006c35845e929311aba18b4ab8295888bc02d',NULL,NULL,0); -INSERT INTO blocks VALUES(310677,'4b8f11d65385b9ccb23688a124ff536f164014fca6c7d090e6e873acb3e5843a',310677000,'37c0e6f0723cf44303736e01242f5e98acac4d49c3804957a060710b2304a7b8','2600501783ec4a8999a8a177f2675fa0b639ecd04003f4f629252145b47905cf','906170f71d3b367bccfc2c590b249a639829ae71e0d1c5deb3815ebb91c7defa',NULL,NULL,0); -INSERT INTO blocks VALUES(310678,'d9bec9099ab0e267783576ac0d03cb1eeec78a0d892f30843f802d6740bef21c',310678000,'e3121b1b293875664571808b4157d6a25753a9009ac3fd6ae115a641d535f141','09ce0b5a21363cb3d8d862e0610b481dfe4ec61e4fdcb6d45a9879e687f9ad6f','d206fff68562c2b661e6626a77b9a1db5df763e599fde26fdd5c7b74ec8633e5',NULL,NULL,0); -INSERT INTO blocks VALUES(310679,'be81f07096cb9815706aa9ddfd6f3765371e83b38576ab135204a632b963e69b',310679000,'31e3ed8ed6830e198c02873357b1b86a5f7d034710d6d67121246b354ce01c0f','5348277e5bf4da81114fe113360bcf8f078d8501ea27fb0e9424e056e42092bc','092bdab09d8684a393678bf5d571bb4e8fcb245d6d2471870ab68eb270c4682e',NULL,NULL,0); -INSERT INTO blocks VALUES(310680,'239326ce9ae5b46aa361ba49843329b17d5b8145a8c5701e7e482e20736cf9d8',310680000,'babdd735e0b8176a2fd4b30c00f207e072beee68acb33f382d7be7ca49ddf01b','da8cf9523e0b98162d494aed02e2b6864aae2f7a2fba8fca63cc61c531a6a501','51ff6c347912aaede62b529529f01c232ec11e2852b99dd5cf81c63c1f16a2ab',NULL,NULL,0); -INSERT INTO blocks VALUES(310681,'0697e8d01967b24d7650c3ce1101c90e988a28afd894e1506505a00bf9e69f41',310681000,'691591b6f8fb8011eb76f503445c146f91f9a767895af28fbb6b8f371128c331','7c6b4c26e232185c3e32e0ab40195273d19160aaaaebccdbe53a3b6d653f9019','c405f82edb2ebf6a6bd5db58e1379aa6d12e96eeddce013aba209a66994c61a1',NULL,NULL,0); -INSERT INTO blocks VALUES(310682,'9bc8c24f8bbd03ae896235960d75749ae2f9f16525c933ca7f546fc04d334c55',310682000,'b5a75f28f1675c1d65e5c2eda601b00be193046f8d5455280ce7ce67f590d461','8f12bf46313d1ae3a20c0949de32984b5b652dfe4a9a0d0caa9ba63f137c698d','4485a177189669d07871b4c6c19c5fe47daee74351997b45de559afcde83adc8',NULL,NULL,0); -INSERT INTO blocks VALUES(310683,'ad6e6b13d5c058aadfae019decb3d2c154d538aa8753c9ada94db18e6d499511',310683000,'96b5e331cbeba83e0959fa7387125e9bda307b2b4d77519efe8fddd8a468a2d0','717f89b40f1b3d78ed147f5fda231c9184746ea64ddf1843d8703b8e161ac59f','737026fb5cc9d5fbc47bb7e79cf42d387ec88560a2206194d72f2b77dc921049',NULL,NULL,0); -INSERT INTO blocks VALUES(310684,'d0d985b69719bb289bc917742a603c3e7d9839d39ef9afdde4a8e0d0739835c9',310684000,'6d95a405af7dcdfb540e163761b56a827cebde6f067ab7a409b362aa17f86d4d','532a9c06e4da0b39f80ea32942414d4f46aa3c90846fec6ebce1e2ace5335563','eeb8507fd22bdd43c5648ffd8949c4e5f43726f58a6e36aa656ba647ba13bbd1',NULL,NULL,0); -INSERT INTO blocks VALUES(310685,'f5aec0f5dd7cad893104f7704e4a34304fd4e2620517e7f18e993d49ab1a98f8',310685000,'399273d936cfd79a23f2ca90a707f66910d34764c05d8bfb868cbb31334d8db1','209467a70e04929cd829a58797eba565cb6dfd14b5eb640dcf7b0dc84da71bc7','0cd32418c4598482f0742fcacb16f62381e257b0b30345c91a44371c13be4be3',NULL,NULL,0); -INSERT INTO blocks VALUES(310686,'a7466a4c47b167bec3720e7fd69772168d606e4edac7e44e55f411571cc603ca',310686000,'9b574b61cf3db517bf6c64d6c9f70006de362f2d4de76734f5ae936482b63374','4bfa5b1191cdfaf786e94d815cfa0baebf4b7129ab07f86ee9c3144779cf8f5f','15868b90313473cd306c914c4a199c635dcb01def5cd144bfb7ab170316a74e0',NULL,NULL,0); -INSERT INTO blocks VALUES(310687,'c33713cb462046341ff116655bdb0614ae7726888f57e6493fae63d5a06d7bb8',310687000,'22f1766a7dbeac8e8cdbc00bef46542b40fbb6984ddcd926eb06d76ba0839e04','62685228935b4818574c22e9175d6deab071b99573502c2dc592b075cd5b7005','914536c371b99aa4755b70142424bfaf3bec79fb51f7a5fda4b4cd1007b39e45',NULL,NULL,0); -INSERT INTO blocks VALUES(310688,'3e802519162b52001ff1cafc7892747054d50f03d642b09a1ab0dcfb9cdbf822',310688000,'baa4ac53fa5848e8cf27695658da8401e616ada94975d73f9f1bbbacec77e18b','16150b356af1864f141b8a9018f18cc01dfba4342eb8569e7d6cc813f247ff2e','acf81bd8c74dc8c135968c02e4d5413479d0d2f4e3adf6c01b31624f97a6824c',NULL,NULL,0); -INSERT INTO blocks VALUES(310689,'d400463f1c0388bfc6ab6deddb018144f6db53b604c549f1fbda8211de1755df',310689000,'e4791b468628263032d6604e89142b4611d37af0da10f5cea13d77549304f40f','6ddb7cfe4bf54eb87a12ef90c2cc6f83fee273dec525fd71d2046362740968cb','51b4eab0e31a46fea96f1e4fa81ace18b9c921b165792a3358a9cf2b78e54f9f',NULL,NULL,0); -INSERT INTO blocks VALUES(310690,'0beb7cc3cd4d229f7c538e98c1f8d9f10f00fc64d91a5acff5ef892e4af65462',310690000,'41054373d4269eacc2ca673d8db0daaee399b27fe59286d8a097d542e3f14279','c1477e7ebd99e38cb90902d6853e0196b1b0dee65a789e96028bd19ff3b3b704','270bf725aefe1a887415dab1473a3d3a37f0b5673c121f28c0c0712a3e3804f1',NULL,NULL,0); -INSERT INTO blocks VALUES(310691,'07253277584631d8dd356b4760c8802b1b3f74e39ee13584ee523e0d0fc50b6e',310691000,'0e8477a68905ba7a91a17f4067c061d340844a7f9554d01ebd932219e19dc5df','7b63154e2aa85ae70edac802299cc3b303a59e5d9d98c1a60f98e157d6deb484','c94a8e77676cf058e2bf1aeaab1835abef19336875a88b14323da8f4d67d8295',NULL,NULL,0); -INSERT INTO blocks VALUES(310692,'29f6baf3c618e1bcb16cc413890a0b2a458d05a2e60ccaba92fc83096846c932',310692000,'abd4a4de8d76df306fe91202471f04327dfff7330bdf86637732a895f3806b76','f1e1e7574fd7c15f59dba0bea95e871400653e9fc54d883efbcf310fb87036d6','1cff3c819a02894ac44cbe3281e0b7537f9d398600883dab6ac1be7f2f118e7f',NULL,NULL,0); -INSERT INTO blocks VALUES(310693,'c7520c5e5a5f19c4aa0859c399a1288c1c357d29a6a4446855bca61af38277e1',310693000,'98e8ce36ac3c00bafdd83f5acfdcb6a86865609e322e4c8404bafb7f4efeda21','17117cc4ed5853c20be0e97a264a94385bc20e4e19365d34c7d5ebe9a746ae5b','5664b571aa6a28001c38c0b780ca0432fe7ab8a91022f54ed11650ad1c937390',NULL,NULL,0); -INSERT INTO blocks VALUES(310694,'586e9f2ece2b1d03767d82fe988632d69a7827333860c58460abc7a5b9b396a0',310694000,'5b2559a37945f4174c2f651c9315ca9b9c274b40baf87a0e0890615459f7f437','cc78db8ff880deb043ca80285a482d558c829579b198fbb4ec33d35499c89f10','5d919183614aad26e054c6383c0ff5a07798a961aa6626aae4757fc7c6bd3de3',NULL,NULL,0); -INSERT INTO blocks VALUES(310695,'a1803237d72105847b97a31294e91e7374ff47bdbc4e374744a8754a41423538',310695000,'819360045a5f9ee7b2696a8b1cd2579371b25a43076e1f4731d948dcb7b14202','cc4e8152565916228bebeb034d239a8d7a921420a20403b98b8c9cfbae646beb','e4a2f9290dc6991c343e5043db7bb994ea2a435f38da572b2b9f9d28fb621981',NULL,NULL,0); -INSERT INTO blocks VALUES(310696,'7ac8080d89c8a8245703603c294c5df90a342bb4a325462e65827fd709ab0fa7',310696000,'d0a47afe3a6d2d2bf01e56643798c4a653d827046991571026345f44b34bac6f','1510f38f77e3400993a985c5b0e348cb9068c0ded5eeb2c4dc9ff0b6b5e50376','e8ad25b4555337e928db7ec628a1ad2e21da8aab2f2690094511ed62c19bae2c',NULL,NULL,0); -INSERT INTO blocks VALUES(310697,'4fcf90ea3f5b4f6c003475c22f583053b5f7b6e0ffe12341b0993ede4fa8f304',310697000,'995f4b278c55bf41f128a3dcc39a0389d4856e4aafab042c915eaaae536e40e2','88060fae502e50aee9fea21032e5655a6e77e65d289ba32302c70652400024c7','51c471840c413a11a067faeb1b50c59b8573619ddb00a292ef78f19d65d91f17',NULL,NULL,0); -INSERT INTO blocks VALUES(310698,'ab4521982489ec4c2011e8f374ab83f249eeee42f51009b1b5647b998d854c53',310698000,'f4f83f7b347792bb4c1336c694a08b2642717ebca900d9a0489bce1a2d994418','4512e4d49797db1713dd41784b0a38ef95c0a37386b2f1dfddffd16652ab1f13','cc4baefa20d58d453994e4c6bd1a0a43311b0f9b4d1c2cbb2d7df9036337b508',NULL,NULL,0); -INSERT INTO blocks VALUES(310699,'3f34102183af409ce39d0ebd3be002cc38e973a0b3492fc9c1e0dd5813941d1d',310699000,'5d0fa0f5c261642712f86c72055a7f19afe078a6c34e5538d77d85bb1b799a94','699935da2beafe8a13d0b6bafb2b7a9a57ca7a47c4cd352af9231b9c1313ff6b','bc88de98b0e951bebadedcacaafe35e734892fbfeb8d5b66e3e0169fce3875b3',NULL,NULL,0); -INSERT INTO blocks VALUES(310700,'4f928d25664bb6ac693dd70e408dedc257abcd4cfb1f7ab6fabd8970cb663fa5',310700000,'439c74d2a465996838179517ff57b2cc558d66848b857580be65319363846033','64d3d4ce91107031774de492adb7afb6b3d1e9e55fbc587c205a3fa0a36b6be6','0212186911ad4ea7fbefc4c515852074821504e7a29ea3bb7afe23f39b2ebc01',NULL,NULL,0); -INSERT INTO blocks VALUES(310701,'9e2377aa8ebc26294dce0ed34dc1a071c67505a0cea36e0bec20d9ab0997f6e1',310701000,'8bc0f9cfc1b75cdfd6e59f1d41c6b67b790a25a98b6240f7ff5df617f256cb00','c66db074cb4446477ac875d007c8a2145f4a95430cc144a305ee3e71fcdbd107','fb6814082e549565fd89ddb9f75131e919d8e98c590b846c9e3bc7ca9e062c05',NULL,NULL,0); -INSERT INTO blocks VALUES(310702,'69cb443673c221a8e157d61707d52cf980c87faf5c3b31a5850ff43be70883c8',310702000,'572bb86d600d33ec82edac9b1077ec7700d526cb25a69bc2bf2e10953f403e01','0ffd42fa9627a38e66bde8b0dc265ec25a6b44db75dbd5f05cb20d93fbbcb67f','8c2eb533ea3d236da9166624a02f0c554a6a8e590657c02c189d9be26b023244',NULL,NULL,0); -INSERT INTO blocks VALUES(310703,'b8b21ab596ed7ad84e449d098c04d86cbb6623c5e88af7772166882efbd91218',310703000,'94a62752f851c8ec439fbbd46fbd0bd0d75987fb22416187a48a70e6e9af308a','75ba50d1c638cfdfbbf050abe6646376e9a65e13bd56dce814de9959d6ba3ac1','123e9f97e5e6a126ca155b96af461923964732c8c35433dbaedc5ab21e07ba6c',NULL,NULL,0); +INSERT INTO blocks VALUES(310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'cf0ea1d313e22ba5f413075b88e07dffc5c00e59f95eeb6d6dec935bd77f5ae4','f06c23e6040a063ed59693baa0d63492dce64e1debc7455b22f5535c9dfbdc67','7f124b2ca50d1dbec63ed0deb85bb19119ae09032349641c02168805f7a6ce90',NULL,NULL,1); +INSERT INTO blocks VALUES(310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'11461f972c4cd85c87b5abfedb3cee589d09e945570d34564dcde6f4df9d2b57','ff8358e8c8b2cb9a1765deadb77bdfc6eae05a844831a0a8c8820d416d54446e','700aa44ecc607bf757d2a3e21e1a380ab0dbe59a840938c08ca7bd2f43fd43c6',NULL,NULL,1); +INSERT INTO blocks VALUES(310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'355d92f841de89a1d97c3b2ea7623959ea4494bb62ea7e67ad359beb68caca8c','b17176b511fdea4cd899cfaf83f2e12193a4c92d1b199f18f590eb4fed90fa25','97f230162e54cfe0ef1bbfc3f2d5621fffa94475ca36f38c91a234d5cda99558',NULL,NULL,1); +INSERT INTO blocks VALUES(310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'edcd7e344fb5cca16999f025594890b8b54543555e61eb3807406bb4204677f2','b6dffe5b8c1f483c3c20832d23dddd7b530afe7ac1f3f57f433da59d83b48f06','af123391034d913292d3dc7b0c7f123afb49401030c96956f958a826cc117d50',NULL,NULL,1); +INSERT INTO blocks VALUES(310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'abd71a31bc1f8a072761b23a5bc2976731ebdf305d1d7d33922e93573f308129','3da72b0c813432f47a3a70887dfd29350d270e9ebaca9875ed6304c91888e387','eabed5e878d17ba29fb73745af36c5022a25e09c99a9c64e31fb15afd4e9ce06',NULL,NULL,1); +INSERT INTO blocks VALUES(310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'0c3914f9676e506a96e6db793f15200ef33087cd47de4d27628849013a391daa','2d59f139907859f9108360f7fa4695101a6b5ef0b7dd0e56c2dd41641e58e9af','60cb4f82dd20617f23fea3cd2e50c22b9e86aa09dc13ba6d9f5adde505d073a7',NULL,NULL,1); +INSERT INTO blocks VALUES(310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'57ff5f34a9e418b179db9003414c5f3bdfa7feeb538f24071b23d024a3d05df0','a4a6fb433e6c49968fded16954502c472b0d21b74c6cce8d08c8c53c00f2781e','e5caa3b099e6f752fe84ccba6bcbeb3b4ba77eb806afdd6685d67d57cfd044c1',NULL,NULL,1); +INSERT INTO blocks VALUES(310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'bfed530458339aab02ff75ad76738569dc6997c7a35d4452351678b04e022f68','ce20264c332892b0a5e0c3e2d4b63d02c901fa2c3f8c5171b2896b50c82ea0af','dc8c7b977079747d76fb0a35e1c451eba1051aabadf35ce58260529a26abc4ad',NULL,NULL,1); +INSERT INTO blocks VALUES(310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'d4feec997754d11a1502e5351ed62fcfbfcafb770e19a37da41d1d88b7b45ed4','d25c9f48fbbe2010a62cad729d45b658a2caf9a7c9abc65a30e2a7fc47bc83e5','dce0a2dc7b9cadfcedb08fd2061a1695b57e5ff9f270fc33576488a46b8ab80e',NULL,NULL,1); +INSERT INTO blocks VALUES(310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'4ab5ff9e71bbc83956557fb5abec98372fa38e5580838fb258b2d831bfc4d9ea','173e769e0b4fa951ef0267c7e218f3a473d9a5857b0880d654a2181f244c92e2','eaf564214397cc142313064150a56c681b828b06f7c13ebf3831caacc41bc1c7',NULL,NULL,1); +INSERT INTO blocks VALUES(310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'1909ef40a24263776cb9e0d52a690048b50728855a0fe4b0e1ba3834a9e401c1','7d1ef03dad99c4bdf7a8e5af7209a136c8ac392922dd3afdbcc0446ea1f5f604','3111e5cbf8219a8c458ce8df6a3edc6a48407f92739a6bc97ed52ec82528600e',NULL,NULL,1); +INSERT INTO blocks VALUES(310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'c3d51a5f2df90c089844ba4de7d5541f6051490aa1389e5945a7bb91d49e3589','86ebe5be8b9443f411adcd49e7443a34941979c0c6bf40136a3b44193024abfc','4552f673b466e37fb3ee3fae53d0f796b7547dd9e55a51ad8914d255c34d96c9',NULL,NULL,1); +INSERT INTO blocks VALUES(310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'a9dc31556d38b118eeb0bcbb3a374a0ed79adec4eb23e00c80c0599ba97c9a7a','5a729b250068fe7b175a540b66a30326344514e357023184540ef97bae5e16e7','04d255a494665f030a907770104b77faec099af22dbaf4cb8e4cfc8710661efb',NULL,NULL,1); +INSERT INTO blocks VALUES(310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'e72be5070d0a5853631d902d334e8b88eddf6e79616373311babc4a0a27dd3d8','1294e3d0871b0c2297d9980ed46bfa3563b33b202b426949dadeeba7075b4bc7','9158b3ee01d7403ae4363a0dd323c610b89a5a99ad3bc89a4845d04b9c56ce8d',NULL,NULL,1); +INSERT INTO blocks VALUES(310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'cb0962222af917dbac2a11465c22cd80770c0b3cdb8bdc0870c99a8116745c9e','d5431af170b331497d8967969820632880473d06dae0d06fa7ffc93a0cb90180','15832b246a3089a88777af4771f68221a8e08ed2ab01c0f6da9577ee3412c346',NULL,NULL,1); +INSERT INTO blocks VALUES(310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'6ff899433f22546c41a15f20b4c66913c747931500fee10d58c4a17b9e2f0c88','b77c1d69b3ac7348e336cce9948f982efafa1cb56cbdde85fe9f49a73871ba3b','af90ae46c1376276bb097a76288011221e50b0d5917d3dc19fd7db1c42d54fef',NULL,NULL,1); +INSERT INTO blocks VALUES(310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'ec66a06cde401b66917c6d1d4e1ee8893405cfbf0474560d9997d6960c8af710','6d3d469ad1b72a67ee50d8a7c6c57069da3a0e2e9d12a23a30bbf4f2ccc64cb6','db4eee6a041ef1a069855f57d341c02ec76dfd26173f12747f6662b1fd80b856',NULL,NULL,1); +INSERT INTO blocks VALUES(310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'b2053109bff06dae1705fc32ab0712f38bf9d206fa3517fbf0a938d1b5f33bad','223e10a8e23e4435e635f1dda533a0662dff9f0e3fb86b72a22b2c191f731a80','0d5d74a4af21173839808f7d9e485052f052b792aa73d66e9cb94f1d30d8cd0b',NULL,NULL,1); +INSERT INTO blocks VALUES(310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'d7051de4d03fb31bfedf215b407b1edc12789c1f2748abb5a72257ad8f5113ce','9eb6f4683bebb675467829573cd2f7e3ab613d21398c5aef31ed389a40f3c48d','16f28622ccc964e4c4c03237accb201f9042ef5a7ebac04d36ed63ddcdebf4da',NULL,NULL,1); +INSERT INTO blocks VALUES(310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'35c95a70193ded2f9ee18254a91ce5d4834bb162fc3cca85dd432339257539b8','88220e5f48660f8b9e339c3afb65ffbad83d632164f1df8e22af2ee6fc18826e','244df1d90d6576af9bafb6c91f9f2f64fbb991346358a0c134e6f5137a0ed4ec',NULL,NULL,1); +INSERT INTO blocks VALUES(310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'8315de64ee1051c333687ba9fae6244287b85bcc1e3a4b67f3fe7d51b931378b','087de9b1715dfdac7372489fc615b597c9575c9520eb1ad5f7435a2641388621','d028ab966abf47121d030e9a67fac28ea8274aa57e11e9a60524f84829e797c2',NULL,NULL,1); +INSERT INTO blocks VALUES(310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'c2d646bd3f54eec73cd9da6f5da4bc159d0c64e8fb9ad4095dfa58850e65c7b1','e5f36761a4755ebc133389b9bc01a085c585a24fa346c784123f3dd5a125ad27','d97fc24a284a20bc7851c5a073a7318222c6bd51c420f6e97f54f2284a9a6270',NULL,NULL,0); +INSERT INTO blocks VALUES(310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'619367fb7657e0fb4800acd385eb5593d085ce5cbfbfb098dafa98612d9fd445','e62992a5e4f80347f92c512e1bd47df4c2f4e9fa0c38b7ca73befd39fd181d54','393ec1e55ac9ae497841a79dcbcb217e9614e998ec209392f041c81691c87e85',NULL,NULL,0); +INSERT INTO blocks VALUES(310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'ba865dbc8263aaf153d7264dfc6a580bebe9391ca0551f15a1c822c6cbe2b8de','e62acd9368da6141ddf435bd919fe0e124bd77646207d69a2544790107ab88a5','b002d14b9248cbdf55ee5e364118afe1fcdb50123a2f4f37f2c4886762045039',NULL,NULL,0); +INSERT INTO blocks VALUES(310024,'b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5',310024000,'368e948cbf42de80aca51abe75d09ec78196924453719182ccc86419df5da2db','2c65dfdc0d371025c6d497e087b8548633238d6049242fa411383fcce72b096e','777c3d3cc3f470c23ccd8be01b232f6c31637f2f225dd310a165649568d004f6',NULL,NULL,0); +INSERT INTO blocks VALUES(310025,'a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666',310025000,'9f7132c808936f580d4fb1dc5791541a5a3d23532d1093c20d434007f8dde54c','ca60850f73099aabc38d1521a94d611cc02f4539620a17488d1e9a445087104f','d4ec7c2331604b8d243a84eeaf704089c47998bd0f34bf638067335819410a1e',NULL,NULL,0); +INSERT INTO blocks VALUES(310026,'6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a',310026000,'074ea6f10a5290cff31f7b21483f7b2248723c8d1b5bc060c31219f66f37def7','21db77ad7cd241752184fa9fd61ab9cf670cd40105d7d9b887d8df62f25e5cfc','462013ce729e1e400f18a938391bf4880720c18ce65a6299654eb78a6c186fdf',NULL,NULL,0); +INSERT INTO blocks VALUES(310027,'d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e',310027000,'a3ade2b2e5bc701996f511f3e85d596b60f882a3254fd975769c0f38b3b14cb3','9469f4c4b4f208f2a46569234006846d18ae108ca6a98600ab70bac1ef1ad633','19431cd34998fe9d227feb4e0e92429c8e680b854682cda3b3345fd7e2c8dd42',NULL,NULL,0); +INSERT INTO blocks VALUES(310028,'02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b',310028000,'3bf124a34825b5c487c94dd79b1ea4f25e657294966879f1c10b56b37a3d29b5','55de4927d0ba81d336f143b08224af9fe9a862bf0ed4d39fbe242e9c5946bcf4','74f541f98d8087b1345a7dc79ab951a97cc083f2ce3aaa62e3668fdd876c628d',NULL,NULL,0); +INSERT INTO blocks VALUES(310029,'3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6',310029000,'e502eb7b282e0bd4940d8f75ef51d677a641f3d55304adcb015bc249c97892bf','3d879f96d783e70a75f71c2b44ae4c5601bc8f1192b828f1b35400b8c99aa0f2','c735a83289c3941fcd24d9e02593899d3fee37ad75f1b9cbfda9b934c2fc452b',NULL,NULL,0); +INSERT INTO blocks VALUES(310030,'d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5',310030000,'d64b5eb04ddfb5600be40142b1fd27c308387a35942a6e8a6916407bbc1313b1','c859356c985f3c051d5b01424759e66e9ec7c2eac055eb9fc2b0ad7323253a6a','83a1d00c8f96589903415b4eb51bd4401574aa7c022dffd85294266c231a8c53',NULL,NULL,0); +INSERT INTO blocks VALUES(310031,'0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689',310031000,'e9c97dd7adb1b22d4ed0238607faeb2d14c090fbd7d685275ee802ab23b4b740','4cdafec839c7abdda11f10437d890c952b3416929ff6e715f44e8c57412437af','915e3f61377967111dc002fca5486235239d51b19832333849306e892ee4eff4',NULL,NULL,0); +INSERT INTO blocks VALUES(310032,'66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074',310032000,'2544ffced9af1aabd84ab51fb78c56c9beac03dcb286aebd4202938dfa0754ea','2fc6c250a775ac70976d371540df4a7af608ca1b106b7efb7bc5a820ff505bdb','473efaa7a6d97f6161f9083e492f27652f2ba4de18ed753d5eeb830ef273f9a8',NULL,NULL,0); +INSERT INTO blocks VALUES(310033,'999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707',310033000,'4355d3ebb95187fec36b1847a4c3777d8e1d5541bd1d9ff8461b8ac5b9881261','d99b155e06fb50de6e7e6b646c641e3862d3d6df0ab9aec3e360fba0fcb54776','fe7f78bb7f3f884f5442dbd496b20b058609b2e87dd3bc2f15db14e9db88ee36',NULL,NULL,0); +INSERT INTO blocks VALUES(310034,'f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208',310034000,'c7fcb5134bd8131c035d65b5eeef8a3cd214348822563232a992f3f703c6b0b9','826d7b750bb4ad8fabd67c825c81f840b7a7a264489a9263410a5cb204d3309f','5e813ae466696f51e5d6b960267194585b5a59a14f360c22d5fdecb2cfc583dd',NULL,NULL,0); +INSERT INTO blocks VALUES(310035,'a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2',310035000,'c41c280498ce05d6073fc6e89be2684dc68c345c1c43c00b9a3f9041954fce26','f96598e2169d42d81b91ba03e7403dbd25a61399290f358022a998e4375fe2b9','5fc621297c7363c627c530739dc029036525ff36619631285586ddd2240861c6',NULL,NULL,0); +INSERT INTO blocks VALUES(310036,'158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76',310036000,'86c67fd234ca9d2406080018b2677386990fac477db8008c0092d40a398203ed','ae7fdf3e9388811e96d470070db9ac45b5b19754bb4ad424aade40fede3c9cf9','dc6bb2d92481ce5aa738a85152562ad36b592800f608697cefd6aa7bd61e4c2d',NULL,NULL,0); +INSERT INTO blocks VALUES(310037,'563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07',310037000,'3ae6272437eb0758a779d68785c41e119d1204dd5421c78e03b9d12eba64804b','aa9600ce32fd7c1d6e963a51648eaae043685d3369413785517172d1f94d551b','9ddc8bc3a9c21e9bb007fef676face3b4fbbcce6db21aad1e1b462a7e2102e5e',NULL,NULL,0); +INSERT INTO blocks VALUES(310038,'b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2',310038000,'18f7552567b898f6c2cfe8c829903912445de5dbf05b56a13bf9b402a24fdc11','46ce886f050bf7a80355da9cb15b35f5d38809ef2ec1a25250f057b63f51cdfc','2c44ba9146d4c8c98311305f5f3fc8f0978e777fcf949f28c0062626e416f574',NULL,NULL,0); +INSERT INTO blocks VALUES(310039,'5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347',310039000,'85f2255f9256a5faf59ddec1c58b1d3bc12c91bc2c62ead61b48e1f94ea2888d','23a26edddf0c8662b055ed992c75c706221b59ce9a7aa45b757a3d5158772e8c','bb6ca09b82b1734f8fcb77420c9f1dd0bb1db1b8bb2789e6287831cdf4aefcd9',NULL,NULL,0); +INSERT INTO blocks VALUES(310040,'7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3',310040000,'b799477db184351df5503f8d15d5461a0483ea35142c003b7e640429663ad943','163682e05a9a10f3e3240420c932a7f3f2172484de30dbcac0319ac23a4726f1','f1f204760e3ed2ac2b2617e5be086fef13ea4e248573b4bd9fb94fc6c5700746',NULL,NULL,0); +INSERT INTO blocks VALUES(310041,'5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359',310041000,'efa9cd46741b59e74263d6d348584f1a61e8ba32163c09fc3ff2e41a5431a483','a159868ce28207aa243e7ecc50f188e8e34e5ddb5d801b645b1c16a596e060ed','19fe2f4a8a8cd35630e044e7b919d6d426f2648b3183653d4e552fa899406b3e',NULL,NULL,0); +INSERT INTO blocks VALUES(310042,'826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4',310042000,'f3159919f381d46a3e1341703e55192a02a36519e71fc2675285a3a14c4ee04d','52bca7ccb83bfe83d8693ebc4c5b1ce518b2ae472dfc81f2c2940dc2460eeeab','10fa0e9fa426a0c6e7265ab9ac9f5a5fc52fd74037561ae5ba6e421376774213',NULL,NULL,0); +INSERT INTO blocks VALUES(310043,'2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51',310043000,'961c79ea2b7dcc2d7489c423b568fb978631e71732d6b998bcc0657aa4d19194','1fa2eb6aa4c8b5efd093c6e484dddb85eabfa0de55edc929e04487ce65e73608','6b98974a5af752b7085873e87cf9aa70d83140af9d314f93b0dbe2a2c83d6b77',NULL,NULL,0); +INSERT INTO blocks VALUES(310044,'3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b',310044000,'d674c39010fd4554efa487d97a3d9cae278ed9b4aff0ce57db33bd881beeb3e3','ddc2517e1efddbe56185e00d77333ef9f2f2ad6c59e042d65a8f4d8c2b323e5e','168d8727e9b3d16b946f172136ce375124fc05644b9227b095bd8d517d5e26e3',NULL,NULL,0); +INSERT INTO blocks VALUES(310045,'7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98',310045000,'9ba70a032ae92672174421689c0845784f0cef7374e88b2f5258260191864bf1','3b1d5cd9cb8e7b753233ac0dac5e697226ae372bff3813852434d96996e78fac','63900d6dde3c57ac158d0d659507b31132627522b754795e989bbfab3427d721',NULL,NULL,0); +INSERT INTO blocks VALUES(310046,'47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6',310046000,'114a6ab930fbdf8531431620ed219db3756a634c5b99af6ce1ee66d527d277ff','becb4b0241accefb95aee137e58d406e15e87c28ed3f051938b4fc02e249b21c','51ee6046587ea99d4f6ec5df0411a36da47c5835ce1ebac0d5728e87b8706970',NULL,NULL,0); +INSERT INTO blocks VALUES(310047,'a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075',310047000,'5356512c94ea2c77623d874a927aae8c3dce287a34dfd27a617abfa57142c7f3','6e06ce8a113de9e8b1a88516a512671aa2cdef60168a40d91742caa281417634','89c72def3099ed1161009e6927ab799e5919aa9e1302bad19d8c0ea6bf6224a6',NULL,NULL,0); +INSERT INTO blocks VALUES(310048,'610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309',310048000,'0902ca0868560d05049c983bca3ab91cdd5eafc46ab0a948d702abcbc4010582','67a2fb81ebb42dc6781746a403d81b4e7603f82f02724074541d42380d7269fe','e1f0d4a355d4ec45671a563bd653a2188e743920c1397e50d66a99060887cefc',NULL,NULL,0); +INSERT INTO blocks VALUES(310049,'4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c',310049000,'978794628fc95756032cb7fb4e9d5ed286373d84fafbcfceec9af71d18c4c0be','ac68aa21454eb2a2ca973b5451523fc6d2a4df6906b9472891cf8e06087e130c','684eb982a222558cb2038b60063748221307849fc10c5a634bc7269d50ecc1f5',NULL,NULL,0); +INSERT INTO blocks VALUES(310050,'8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348',310050000,'ff16abeb1d35e0e422f165e206b0d69e0b9ff48b68fc6656c1af74801908b92d','720d553ed03860df12ab60af34cfec86b9d7ec80275f6d8815e3f61166e3af88','2f3989adecabab62c8a277f5a71c8f1770d6394cf5e23d0bbf4cc6226b1d6db9',NULL,NULL,0); +INSERT INTO blocks VALUES(310051,'b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6',310051000,'556ff900993e70cabefd05ddd5dbe3e8e10bb5c9ada7913b75d84af067004ed5','656a21084dc8f46455fd2a42ebbdb0efd5c879ccb16e9b1532a6ab5323debdb4','a3ce6ff9cac254d15e493868960c8636480c253f1d22309835cc0a75276e2086',NULL,NULL,0); +INSERT INTO blocks VALUES(310052,'0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2',310052000,'15af3a616a2974aa70b7b58f88132051f335af299473db925b619fda8be1afc7','3f90b36b7ebc9a2daea1e498bb44100f12f35c9df04260448bd38b23375b16be','c260fe2076182c816b05a8a61e541f55381f2017de18311e19272b1ddafb9bb7',NULL,NULL,0); +INSERT INTO blocks VALUES(310053,'68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f',310053000,'ed0ed3b480b38929a425c2b61c86582495764624e020cb86b3a95fc7d59c692c','67427731be09b73755cd460d142686c903b819b7b8af48297d460ab91fde3609','e817bda88de153d8d1bcb7c56b42111540f5d3e3e9a7ab1e7cf6fdb2b3f9bb69',NULL,NULL,0); +INSERT INTO blocks VALUES(310054,'a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305',310054000,'f012825d2d549910910ad6b7e4ac2373d095b53869f0793709684f0ff05bb108','c5e4ba3e2011e7fbf238285525a544de3cc0fe9360a3451392a4c03acd508690','3cac733a3ccf4ba2b69d608de41394e6f5996c429ba7133e03cd236a3edbfcef',NULL,NULL,0); +INSERT INTO blocks VALUES(310055,'4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356',310055000,'90c08144277fe622573282349edaf9e59289b716b5b4e368d88ac25e67e788d1','5e4a8aee5f04d75d9ffcc85e8344c445b5facfc838f39a77b6b0d5acf6cd8213','9da0b618fa68f34e5e6f8ebbad082527ad2450584581021d15ccbf40e4f50cfe',NULL,NULL,0); +INSERT INTO blocks VALUES(310056,'7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3',310056000,'c888ae590b64fa4514ed7f94ba785b12e881052185cc4702b598cf6e48cbb3ba','1cb780a12bb6040055fa694822a4f39c340a18a858f0b65a8b227a6fd6fb4f31','51dc49e38cdcd59c7b7dfe59ffc1e0b23d54ca6422f8904580ee798f2ca3f5fd',NULL,NULL,0); +INSERT INTO blocks VALUES(310057,'4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411',310057000,'e68c9a569fda6f1e1e59502953c9735857a0ee158a76397722436466df24708e','2e175f240928edbbd5a5c6c5f3fbacd9516a36c7e99501703e9d1b19999b2029','de5c951c8b580fa1384351e95392339cd63ec2fd36b9743d34fa6fb60851f785',NULL,NULL,0); +INSERT INTO blocks VALUES(310058,'a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f',310058000,'9f6607682f4a6274c2a45895f849816aec83ff0820709ba781634b84518eb05d','cca92bb672e368c0c1e5b4674a48e150a870f56a67339cbd74926d541ae2a4e4','e2b940ab29618f8d4b567cd344c15f47411178ef9a933d9606ba973db1c699a8',NULL,NULL,0); +INSERT INTO blocks VALUES(310059,'ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9',310059000,'49b10a5c390f603e7be0d405bf1fcae95fd15682ef2e41a3b2fcf713d271e541','12b8b50b634cb6843258f1c130df1cae60898c902d3e66ad00e1303fde4d8724','1a039fbf2ab341ed11bae14bd280daa756d761a0263e946a2b17b45bb6c79b69',NULL,NULL,0); +INSERT INTO blocks VALUES(310060,'974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b',310060000,'1d6cea34d6f7042ced3a5211da80de88fa77c900af5526f3033b715e4f68df17','40fa40a1a2c02ca514f309fe27268e9e493374bf3edfca8de66e3d46efa32ba6','801bf4d71c051d81f877bdf8861899dccfdcea86db05647591ccd9dca23def31',NULL,NULL,0); +INSERT INTO blocks VALUES(310061,'35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf',310061000,'0c43668fdc3d6cc6ec84fee99c68f0eff21650a618db35bc20e428550eae9b0c','4aa0becfc939793d7dccbb0b19881889a20c801e6c627be8ab8a2ffbd8cee8de','c7fd25caada6f72a8af96ef3eae754c1cd4526f50fca024ef9225ebe84ef7556',NULL,NULL,0); +INSERT INTO blocks VALUES(310062,'b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f',310062000,'cf03a34b29d3a8f8ea5fadb017426f2843c6ab2e785032b6dec70d7aba7bce4a','3317013c1e6464e0296f5aa7f50208ede42ff9051e4e3ce2da92584cb80a3079','873cce434e1bdcb8083c65b8cbea67a1b90e676e96cf230c2c8467b0e0205d00',NULL,NULL,0); +INSERT INTO blocks VALUES(310063,'0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe',310063000,'e145dfc2c7f053a1ba4c8a41d042b40c0748eefcf9e56c5e906ad4b12f3653eb','b58f95d06b31f7bb5c6f6bd5c5c4460ef4e4ce0e1d154b8557a18cb73f36d432','b8d78585d2607790ed13941ac1c291bae0062c7d3f52321c3fbaa714c03dffcc',NULL,NULL,0); +INSERT INTO blocks VALUES(310064,'e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30',310064000,'ebc34184623da16251782c82098c7fcfda42f95b155eadfacab2a53e3b34333e','e33ac70126559506de70ca420f152dcb639fd0e841d0d7259c0136d518fd4f39','efcf750330a4a65158f3379d5859178789d81b1694dc546ed940425322fb5faa',NULL,NULL,0); +INSERT INTO blocks VALUES(310065,'8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a',310065000,'db746a9e0ad8f37c14ef14180dd1bc562ae757a6d4d042a517bb8953f34c6958','9d52ca0b8859777bcbe84606017ec53961075699eff51b34b80e5a6ed33b137f','5a67240b897aa1bea487e63c22c0d0cfe51c8a0865fe965e1616985fa19f1cce',NULL,NULL,0); +INSERT INTO blocks VALUES(310066,'b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d',310066000,'cc71a63314b770e4e010bc7c66d8ab808451b6401e6df8558455a2bfc9bb4882','5122312265a8305639f6490bc51fb025626dbcd38c5735ce85cd652348f2e86e','4d6b2fd81a0946815d17a79192e7add80db16fcf26e19f94b9f3743fc46c6bf9',NULL,NULL,0); +INSERT INTO blocks VALUES(310067,'8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577',310067000,'a5812c0f3a37b04d5105bca6b0c4819a41beeedf5b0f314f476ab55d6c31235d','764477c3a233cd407804695f42948d3017951e90b7474cfcc24ef81ee49fdad9','15d4d28ddabad869871c70d631a150bf49c88e710689847f950ec9f54a594b65',NULL,NULL,0); +INSERT INTO blocks VALUES(310068,'9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5',310068000,'14f065751896a2724251b6ca6d0297b344986980075fb72ad058ad0b5bedcd3c','866fceb74e8e97d663493f3546519b01f51e1a3cb25bde4b0f3c2e960d2eda85','d58bc7cf6e7f50f9669882646d139665ca15d00c34f62cdefd9d3aefd458004a',NULL,NULL,0); +INSERT INTO blocks VALUES(310069,'486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7',310069000,'a7dd17b4760fb65ac58be1b1653f7cb0e90574c47f70c61ff9f940ad15ad3658','9e0565827fcf295ae2149bfcf5e0db29237f447760832083baf94de145bdb531','ec591b029123d31d4e2eb3ea2d058007cd8d218148e8b5d1171f0cde052c63cd',NULL,NULL,0); +INSERT INTO blocks VALUES(310070,'8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5',310070000,'8068a6bcc5d1fc1a78562f0f3165423b45b4674e55f21c4c09948fb65ee632c0','03f84e0f0838204a53ce54e3cfecde00b2e5741ed08aab0c0d9ed99513ab4655','edec302acc7a5e2ff003261f80270e2bea071c6d039a98af041a925296075ebb',NULL,NULL,0); +INSERT INTO blocks VALUES(310071,'7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b',310071000,'af86ffad4b8dd68a0f18142935bbb18623cc5ce2e9e0c02f04c0e7a5dd974e17','9b3e1c7af0bb119e69813161c19aeac4dd5a594ece5f67f21ffb55b8edaa111f','ca7208f0ddeefc435f646362fdb6ca4197f6bf03b2d828ffaf1c716156fda5cf',NULL,NULL,0); +INSERT INTO blocks VALUES(310072,'7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a',310072000,'36de48518d1446b33f2230c5eee7d18e040db543fe03dca001174f8382c209ee','33fccfbad1dd91d9102b82f11b7c97883bc5d5fdfd44584cca6c40fbd04ce2d8','39218e14ee5ceb1083979e58a655470b95c8b0d1fe0349b1d13790e670b2af0a',NULL,NULL,0); +INSERT INTO blocks VALUES(310073,'ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943',310073000,'4374f567cbc460b73e74d6190db353c3ee86b92c3f99e392beae3caeb264eb5f','7544980dbaa8029ae36d883e3079bcc82f2d140072d4dd65cb3384510692ff45','bda21c635d7ac58cc549a05efb1475120a8edef105dd77ecd5fc4879977691de',NULL,NULL,0); +INSERT INTO blocks VALUES(310074,'ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb',310074000,'54fd95cdf7f9374d1687590f2860276afe67a265ddd9216e5b63fb06c5bd569e','1efba9ea6a8d2e7ee6ee2070b84b497feb66e3387e05c1e4f4989f086e5e02a2','743b6f7bc245d5ccfe45ecf52cf4f08090acb7b970f534fb524b35eded250f75',NULL,NULL,0); +INSERT INTO blocks VALUES(310075,'ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b',310075000,'2b42e23b43d30f91fe7705a01f0c8ec86d6230815b587704bcc70b91b5ae87b8','a370830ef1758c18c88e6d9fcc5803fc15f1dbdad0f2d6a0773f902d86ad7c97','ddd9c1dbffe43f3635de985b86771ba806b4c64660519b809d7833392f5ea565',NULL,NULL,0); +INSERT INTO blocks VALUES(310076,'3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92',310076000,'577092728a4dc81cd9a06fcf6d2b058f0e4ce8bcb395819a704d6b4144f041dc','05ce95f07d03f4417a2fd15224418c8ba4ae196e9ec6f3192f5324c028363641','d51230416f58c5970719eeb2c046983d8f9c4874187dabc6b5556f4a8e50a1c5',NULL,NULL,0); +INSERT INTO blocks VALUES(310077,'d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd',310077000,'d1ba60181f3061673c64ecd0b92abbc19b1a6e69a927dfefdfd8b8c74171ecd2','6c9e35feb56fb01c37fce04a1e6dc5f7747a6d26ee2f39ac584f11e8359dce71','cf00f6bc723a0bc40c9bfebc0ffc68607ae272d84665c35d075773349928a806',NULL,NULL,0); +INSERT INTO blocks VALUES(310078,'f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6',310078000,'c0a9270d15793e68cfd1cf445315d737bed7052914da6def4f014c21f0c9e0c5','d59b48425061f0965947dd025cfa0fba8855e997f376572c585db72203b9a80a','5e73fff7a769aa3fd62324c80fd04c55dc3b1ef3b3708682ae436426528accf5',NULL,NULL,0); +INSERT INTO blocks VALUES(310079,'f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c',310079000,'74eaddecbf5ab6608c1e95c1c313c13f2af2b649512cc8c7016717d21e93f815','d3f32df02f0e7cd7c2163b47b3ff73d175046599ed626ab343647e1a04525e3c','96ba5cd4b19aeb758d1bb92297e219520a37ceef2b653375be300766db09441d',NULL,NULL,0); +INSERT INTO blocks VALUES(310080,'42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c',310080000,'a759e3aac1b015e28b8b524106a74b943b215faac8d5079384ec7351b2239bde','f588a6cf255e710d9ee481d53f8bc0fc0e1567d58ee701f1b77f0848db881f5f','b14b3448466dd40508d625b35ca29dab546d8e389a40555f652ac2fdac88f6df',NULL,NULL,0); +INSERT INTO blocks VALUES(310081,'6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4',310081000,'71622e25e8497db6fa222e33c60ea582698e72ca5789a52c9252bf51191cadaa','9a2e169d5fa3721f9bb8852c93ca8ed5dfbcccef05cba99ed3f1c61c937f4366','872161ad2828cc88705825438b2985b400d8e9c72e4a336ed50b8302ad75d137',NULL,NULL,0); +INSERT INTO blocks VALUES(310082,'4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644',310082000,'47e9d8fbcbafcee2b4c145ce651333ce49812533d13f7f9a0e9a448f51cfbacd','c2cd395566e0a7b16c76cc0ead2c2cc87a684d5a499c76b2370afffe4b408ad1','29dbc5593c7aea0b30fdf64b2bb11a7e5cf2215a0277820c88fac84ec9336b67',NULL,NULL,0); +INSERT INTO blocks VALUES(310083,'9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850',310083000,'e61148e7a8125f7225a6b6e1d77786f8b28b0b8a74e60fef3f75fa4de8f7d882','21fb4596655071cca486c2e6988ec980799a9827e2e5f169033a45d21b3c7a75','ed54b3e6f50ae40333a4c202148e77a436535c430b7a9ea6d984006aae5c76ed',NULL,NULL,0); +INSERT INTO blocks VALUES(310084,'1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3',310084000,'20fb450589ddc6c904fbb61cca8588e85e865635c12402ce7ae72995ab884c14','feb3992f370b8465a732bc4d90691b99db691f44e1697ad2775a6df216d93b13','1968ade101deaa7cf87256d0007fb0f891609e6a148aa5fe17c278a628fc2eb4',NULL,NULL,0); +INSERT INTO blocks VALUES(310085,'c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34',310085000,'9cea37d548308505f80dc438d5183bac6c6ca424ea4dd9c85d883b05d67cdc92','277205c28e54078d55ce1641fed64ff4b409b686fbe4aa3a018cead2f969c501','4467937839e0798ba5a99b454ec6a06df7f739b69e529208bfd4c68e89521c3c',NULL,NULL,0); +INSERT INTO blocks VALUES(310086,'080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78',310086000,'e11bab5fba2d038086c65030b90ce1cbc988314d0c9846aa7ddac4fd357bd01a','ef3ac1de31e29795732b362218bd244945bea4183273512ff6974ecd0c0a7aef','235bf14f0dee933a2029d2ce4c2cc7c0e6fb1552556f83c9b27871c1bdcb38cb',NULL,NULL,0); +INSERT INTO blocks VALUES(310087,'4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c',310087000,'777873e7ebd0ec3052be65197ec0db8bd72e46d2053badb0f37be1f6e84ae0b3','3bec931f7207a5b03e5a7d390787cd737e598d04025a1514c7654ef34fd1aedc','4ee00606acb1af50f5883b4e7368155a587b4e3643c8a66b2cc1947107bed346',NULL,NULL,0); +INSERT INTO blocks VALUES(310088,'e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3',310088000,'85a5ea57af33dfddddbcbe1a1c87994efe5a21a645713aa164f19e19bfb23c64','4030ee911aec8ebfbbeecede9cfb977088fb591b20cf52d5340e5aa13e41c7f7','f617a9a42586a6f5f2fce831b6660fd7d0a149f3f7d6cffcfc6127eebf4de6d9',NULL,NULL,0); +INSERT INTO blocks VALUES(310089,'0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33',310089000,'bdf3b6e7a14a3aa22d42a7d69f2f96b0993f1eef2952a7d74313c37e1b407523','255675a022762a349d44af6315173e05c685f351f2b3b770e0ec80e128969a4b','5adefb9d0f70ecc53047707622be138cc980a4c9a5164293924b71ea21d48f0a',NULL,NULL,0); +INSERT INTO blocks VALUES(310090,'b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969',310090000,'9b3ee688c5786ecc438ec9c843ba5f898fe1ab1a8bc3903ad7789aaf6b0c0bf0','7d658801ab6fbe73231469da5204c5e1c73d290b83449187ec5eec71b846616d','4f645e45439c50133e099a52d2e3073c5458d4cc5a769b622398e71891c89673',NULL,NULL,0); +INSERT INTO blocks VALUES(310091,'734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c',310091000,'25578ac389a77dbf9589b23c5470f3199016ac66a415540ae03efac29dfe7adc','1cb14bc9f998c85e670e2e291cde3a2debe9b4013840c0c060417f509c7210ea','d5e07ab92c8b216cfe135b80f880c2fcdc0e7e6bed004875b7cd975dd07286fa',NULL,NULL,0); +INSERT INTO blocks VALUES(310092,'56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d',310092000,'bb9109ba299c99cb104ebf2ef6e75141c50264d701d27119525ab5d0a54c1a40','889afcda8b6e0848c7d43014beb0e181c78fa69d3aedec508f4bc0eb8a416029','a38e3b45c99ffc0ea5f48f39fba546a927d7f1672ea6141d6dd3a971f1123fc1',NULL,NULL,0); +INSERT INTO blocks VALUES(310093,'a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc',310093000,'cdb21362b3eb4fc10ba3c6bf3aba41bfc5bd0bf2475f742c1069cb4383be7b95','dec762d55ba88cb2c043f627b2a8b26c920cce9d4dc2746065c0bcf2795c2d99','09a632bac885db8e6e13a3c2c905acaad524197237a71504c6ca066b86ec5883',NULL,NULL,0); +INSERT INTO blocks VALUES(310094,'2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23',310094000,'b82568de09fe4ea06f3dca053dbcbcc61dbe5e44dd300a4301c995ba180f894d','625beebc3c34fa3276e022a37c79137c8f09af21454e8171cce7ab7a04453047','ec9225efc608ee349a449f4933ab6511d622c6048e1003b06b1fb243dbac54db',NULL,NULL,0); +INSERT INTO blocks VALUES(310095,'bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2',310095000,'513c4a041ee80ba72d1d8428605c682e3485fa45341460bc33fae6540dffb571','b7794e7c8dfe3947ab8d256b94af8bc43acb9ca11f696a81cf9ad98062372959','933877079dbff726802da8a3e18a68e96f8149cb2fd22c3485b783ed0075e211',NULL,NULL,0); +INSERT INTO blocks VALUES(310096,'306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f',310096000,'3e8ff43c8d671159355b2d40a995fb8f6d84f6216fa8326fa80ae39aa9d15d03','8117c5400c1cfdb97456cf3b79e8572aecf23c29d1c336d5543979d0e81cc158','c170849a8a6b69fe829aeaa5b8da8aa19983f539a0347385bbe3bfc7282d609e',NULL,NULL,0); +INSERT INTO blocks VALUES(310097,'13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf',310097000,'19d91de7be12136737d3f8990e7a4a793912c952e71e017d723d750118e849c6','1e2f99bf2c03b8c915bd23c94431002d3801a13caf40d9b42f22001c2faf305a','9855c678d6aa7f831fbf69d23222fc52d57581edefafdf3e22f976f62c392774',NULL,NULL,0); +INSERT INTO blocks VALUES(310098,'ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca',310098000,'be75df2e5aff3faaebfc0ce4ab5134790fa728f84500e6989739dddc058738de','7f692426eab57621527d12cc4a49aa85841de9856cd46ad6992a658ed5c15fb1','1f695d1cd7213d462f43c17466c0769ddf55c956847eb342bc182095526f4ec1',NULL,NULL,0); +INSERT INTO blocks VALUES(310099,'3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a',310099000,'9090b8a4a26ea7dff75658317ce2c6ab828b3b42684922e44debfd1bf8330b8d','c3b0869da7bd7abbda54895e6de81cffd2febe007e1f7085da8cc657512278e6','8afc9f177d2d7f85bcba01196f0bf9cc2a13d8ccee3e9bd4ae1a974035ef074d',NULL,NULL,0); +INSERT INTO blocks VALUES(310100,'96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb',310100000,'d48d30db433bcee44d87153fb3db17d37fbe3534f23eb16ac853b3420d86d80e','793627f8b7de24827faca4a19ce374f39c90b74e278b83a599cb637877bd6388','c4cd35c585b32079d3e7b12c24f089d28b1de94e7b15af9458b2ad6791d06304',NULL,NULL,0); +INSERT INTO blocks VALUES(310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'53c6f9247cd255c86a69c05c4463ab94f9a3277496c155398c38dc6f7121fe9b','7388dcdfb1f5a54a0d4a4d3e50d486b24a662cef04f054a582e2d5b0bcf3ca28','2e148680db6671c2f46c703bffdf2780f2378f36b17182761a13db6ef9c6e320',NULL,NULL,1); +INSERT INTO blocks VALUES(310102,'11e25883fd0479b78ddb1953ef67e3c3d1ffc82bd1f9e918a75c2194f7137f99',310102000,'b225c48fb4c40b2e0695991251f6d69217df6e00c01613e0a20f6a3e34f50d5b','7d553f87ef9f2beea74631e2e6ec107522b9f4756f041e2ee40fa3946909b3dd','58a5e965e496c2fbbbb8a38492705a5dd78c11b07997c0461c1ac00101ab4b2a',NULL,NULL,1); +INSERT INTO blocks VALUES(310103,'559a208afea6dd27b8bfeb031f1bd8f57182dcab6cf55c4089a6c49fb4744f17',310103000,'fc2a8ce8efc122e5cbd631998e611dc8707cfe0b8d3f6a531fe5bcc21c17feae','ece7991721b8e94950e2a9f41b9285b34be716340a7621b1c1528f8065e9ac28','f40a86be4b55f64eb2ec503c06c51ca941f70de105da9e3108688d407d6145cc',NULL,NULL,1); +INSERT INTO blocks VALUES(310104,'55b82e631b61d22a8524981ff3b5e3ab4ad7b732b7d1a06191064334b8f2dfd2',310104000,'b1a7115902d371d13889008320e52473cd5b34591bd657e372c0048df020012e','66dacde33bddb633552c94d9107669297fe26ccdcf482f9098f1e6c05f3d01e6','1f2ef4e77648ddf21a0e3cbe279cbc9a253a25f3008c7d213ed335a51560b2b4',NULL,NULL,1); +INSERT INTO blocks VALUES(310105,'1d72cdf6c4a02a5f973e6eaa53c28e9e13014b4f5bb13f91621a911b27fe936a',310105000,'b5fcda12415e713fc81278b95515fe86ecc6beb5810e4f80eb9645f09870dab0','656d27bdbf841c33dd3c11253159dc5d8a6d7885db3174f4f9c6a8382d6a7209','049bb0fc15029feaf2fbd973d5b254721e7dd21d7aff539dd819e07c74dd427e',NULL,NULL,1); +INSERT INTO blocks VALUES(310106,'9d39cbe8c8a5357fc56e5c2f95bf132382ddad14cbc8abd54e549d58248140ff',310106000,'f3c98c954cf939951d8b24a257bc6b1bc152a6a0bcf6b580ac281c26bbf16499','6138a4e92289d72dab6e43906e545dcc3d1475102b7f33195118de74a53fe576','eb3c8f11915eb791cabb8f7cf4d7ee9647679e3cb195bf2dd9977387e5a13f7a',NULL,NULL,1); +INSERT INTO blocks VALUES(310107,'51cc04005e49fa49e661946a0e147240b0e5aac174252c96481ab7ddd5487435',310107000,'a550df26b8dee075bee82fc59c44ce5cbf65fe9df10c60f3f3009faa2791c783','b30d22c6d7e8bf574e3b3e11d08bcb73c5853ba348e8688a25670a861d3f4e3a','f7309a1ceac6e642c3cc38abac6becbf3b345a1ba199e838888d3394ff7692ee',NULL,NULL,1); +INSERT INTO blocks VALUES(310108,'8f2d3861aa42f8e75dc14a23d6046bd89feef0d81996b6e1adc2a2828fbc8b34',310108000,'e1d8c345c74760010223a823895471d3ad6a2db5c6a70b13850d5cd977414518','d03bdcdbb4980ea415ab73c8e91a7fca7099c8c176d6bb4c2fdf72b6873175ae','b82840c55493f3411550d521e745d9e76ad874fb5f18de037565145d3bb48c39',NULL,NULL,1); +INSERT INTO blocks VALUES(310109,'d23aaaae55e6a912eaaa8d20fe2a9ad4819fe9dc1ed58977265af58fad89d8f9',310109000,'8fb63d8460a222163d15eab76a61e383ffa251a175c16f209648d6782c304059','cff81539539169771000a550581dbdf4d4d1fdabecfb9032342269ff5f100b61','8307c44ae696b9478f65687c99f2b20a43024ba9eb933cf62902740068bdc57c',NULL,NULL,1); +INSERT INTO blocks VALUES(310110,'cecc8e4791bd3081995bd9fd67acb6b97415facfd2b68f926a70b22d9a258382',310110000,'250f7b5c6f00bf06c9cd4de8dea0b8166e2decf093910ea32eabd615b910e7e6','d6853c803a38efdd5190401e94244333cb4f46752a2868d4a03e6d7d6c8c2bad','bd78f60a9abffcf8cde1cae6a9e34bca497c3d3563d48a967522cffb50353d69',NULL,NULL,1); +INSERT INTO blocks VALUES(310111,'fde71b9756d5ba0b6d8b230ee885af01f9c4461a55dbde8678279166a21b20ae',310111000,'0c3c3d099bf08803f67c2a77d0d67779674d1063cc72d8794b8fe62a55049d75','9cab90baa72446a36a7c176e82eed32ce968f96b0f29067b240a10a71ed95808','aac3bebda50d55e796a3886faf913a0ad60859a05bcbb442aaee68a537f67838',NULL,NULL,1); +INSERT INTO blocks VALUES(310112,'5b06f69bfdde1083785cf68ebc2211b464839033c30a099d3227b490bf3ab251',310112000,'557fdd1240793f8607a2b4c638ce800d5260c2adb294aac95d6c5eab7e98c3a9','4fc0df4832258d430e645f1950407e19e72ea27d28b8ae1851333e8e8718086b','2a2883adf8d66677b983113647f4b414dd5e3d56914094b3593b46a0fef7e6e9',NULL,NULL,1); +INSERT INTO blocks VALUES(310113,'63914cf376d3076b697b9234810dfc084ed5a885d5cd188dd5462560da25d5e7',310113000,'4ecad4a5c8e9b54101c4a037d6c86a7eb36d3cf0503e60a1bf13c5a4196c5989','baf1f86b3145fd8dc33aa2fcb2e882cf69ffadee81e8412ed2092c634934709c','c4696f0c685051fbfbfb32780e52dbdcacc3f427f9e7e460981b63c6ec225bf9',NULL,NULL,1); +INSERT INTO blocks VALUES(310114,'24fc2dded4f811eff58b32cda85d90fb5773e81b9267e9a03c359bc730d82283',310114000,'00380ec3118a5e8f9cab403d10870dd5bc339421297fcb6196a3112d70541ecd','22e3851c91f780c0152549b24228d0dab3542c2632b633995c0d8dcfd8e26601','c97b5bbb161996c25c21b28b471e1d2f1ef3cb1b239e82d667d6689d78493ea1',NULL,NULL,1); +INSERT INTO blocks VALUES(310115,'a632d67ff5f832fe9c3c675f855f08a4969c6d78c0211e71b2a24fe04be5656a',310115000,'0acd3a07c5df54e883ff9871852c961b00771d3f4afccb3b1941d0b1c7b300cc','cf921f50b98df4ec37f2a9803315a798198507adcbfd8fd54e6a9bc539cc8f41','62f82b2d7fb4276e14290f9c1eefe793c73c52b9ecb76bda3608d2d28cc4f10d',NULL,NULL,1); +INSERT INTO blocks VALUES(310116,'8495ba36b331473c4f3529681a118a4cc4fa4d51cd9b8dccb1f13e5ef841dd84',310116000,'6c6845d3be70cbe9a71c33227983f695c96877aac6d3a8d6a6839760b4691d25','a7e01a910cc919588be3b0c19c4bb7c36499b0a9b0347834d40fbb54fdf05fb6','0fe3bfa987b4fcd9a92970ba24e239f393c0fb9879e54ba0e50b45268657dbef',NULL,NULL,1); +INSERT INTO blocks VALUES(310117,'978a3eac44917b82d009332797e2b6fe64c7ce313c0f15bfd9b7bb68e4f35a71',310117000,'0465a90ff545d58e69c07c204160360bcc6fba5cc60fb81d7e6e389d9ff8133e','1100b7084683079d36f9ec6e4cb1ec457ae4c45941cdbaa0f4d53bc458e2fa9f','c71c860322b0c96de54621839ccd251455bc1ea5ec2f7de5c42c0f1047b26bcd',NULL,NULL,0); +INSERT INTO blocks VALUES(310118,'02487d8bd4dadabd06a44fdeb67616e6830c3556ec10faad40a42416039f4723',310118000,'011ed3df8ae72a02b686e98aa8db07c973e1e12c2ac09891ba90d783ae63161f','7ed056a59c2b15a2d082f75c8728ee1e7f9b0eea6cb56b37f41319b115e39771','d97e6d1d1661a901d47a290ca1a374c7b8a36f366e45d32535115d681d59c01b',NULL,NULL,0); +INSERT INTO blocks VALUES(310119,'6d6be3478c874c27f5d354c9375884089511b1aaaa3cc3421759d8e3aaeb5481',310119000,'a6620b1b6a5b1f54fe6a8076fc35f0f3ce15315e9f549f5ff3fa0f5b6094919f','1312871691c685ced39676d4d4bd8825d2109587d1ec36f2dadc50f68b4d9cca','24a179147b5c7297382f33efb544f0b18b6c37899dd0d3c726e664d21bd2f42b',NULL,NULL,0); +INSERT INTO blocks VALUES(310120,'2bba7fd459ea76fe54d6d7faf437c31af8253438d5685e803c71484c53887deb',310120000,'e38e2aa0bf8831b90e69b40c78d4b7d41bc564527451b5f9b332bb0beb54c923','1901f4d80a526969a544b68b1a695f07aa078ad719b8803c0b7543fcb4a974d6','be8a04d8b8a9c6737678672ed1ed8ac32a0b16711654a8399aafa804b5ed7e8f',NULL,NULL,0); +INSERT INTO blocks VALUES(310121,'9b3ea991d6c2fe58906bdc75ba6a2095dcb7f00cfdd6108ac75c938f93c94ee7',310121000,'5b988c8ad133bb5ff5ac1ee4ad0a6a4fd431247db373e43c9be2a020520f438b','9921b651b8ca004602b16f95d76b2ea76f03456d9a978abb02bb340f360df7a7','efca3aa8d8cac7d6a1a31879e740aadd2ccf2f6d11b7517eeb145c9fd1ec3b12',NULL,NULL,0); +INSERT INTO blocks VALUES(310122,'d31b927c46e8f9ba2ccfb02f11a72179e08474bdd1b60dd3dcfd2e91a9ea2932',310122000,'70ddab8f1d6283ce5a054650dbcd02d7ad4ca9c35de7bed920c2f266bc092070','a45cd1eea6626efa3af3dcd3c89782c50cc3b683c1b22249dc67d288e56aeb17','56d5d67e2504dab107700140214416a4b4d6f1dce1a78c0951a227b8c0d83d54',NULL,NULL,0); +INSERT INTO blocks VALUES(310123,'be6d35019a923fcef1125a27387d27237755c136f4926c5eddbf150402ea2bbd',310123000,'3670feebcf979edce175ad5b296a4c88fd7fc6bdc251dda84d487b1b092e41dd','78c648296fcc7856757b990a92cf9512c61d180b08d451b63ed4e796d051d338','fd844858725e9052d7214421bc6c079d2357ed335c62e974cb2b396b11d1cbf6',NULL,NULL,0); +INSERT INTO blocks VALUES(310124,'0984b4a908f1a7dac9dcd94da1ee451e367cc6f3216ee8cdee15eae5d0700810',310124000,'9883fff318e7cf9021fb4cc39261840f682e8adabb934549dbae2a10d2a71de3','c58aaf910fe01fd9ba6a892ea421c0933f4cebec80c6d2d556accc81102428d3','a790c22e218a72778226f42859727896236f06b694673474a3721809617ec317',NULL,NULL,0); +INSERT INTO blocks VALUES(310125,'cc28d39365904b2f91276d09fae040adb1bbbfd4d37d8c329fced276dc52c6a6',310125000,'1840685242f9090297d4b432e305e4a093f90faa0b673953b648fbed948f31b6','3d1e4c3a02456d7f79402a89f6a39dcb235fde15b275a762197b70e643d29e25','c7cc7286bbc912a4337fffc7a1eaa2d15aed8330ff0a3583d9ce68c70e3ab6c9',NULL,NULL,0); +INSERT INTO blocks VALUES(310126,'c9d6c2bd3eeb87f3f1033a13de8255a56445341c920a6a0ee2fb030877106797',310126000,'1a83f417c18439cd3c6269626c44b480317290f0c27a9b9f883a01653de69272','7cde633cf5f7bc1176a3faa6ad03a449d3fb0d21dcce5885d2a37b81448a2ca5','79b28b043e85cf5ddd497f041ab1284f2039b53f4168256b8ac19527695cedbe',NULL,NULL,0); +INSERT INTO blocks VALUES(310127,'c952f369e2b3317725b4b73ba1922b84af881bd59054be94406a5d9bbb106904',310127000,'094c53dfd00b5004d074987dba90a6c9c47841d01041d0aeb61923c48315d1bb','0ac0ddcc5c45d4d709d9070814832bfa2339eaf5edbed98232cda4b1731e5478','981d593f0d305812c38d8215cf1403f6bb5b1d24d9734691d6d9a2632d94c65c',NULL,NULL,0); +INSERT INTO blocks VALUES(310128,'990b0d3575caf5909286b9701ece586338067fbd35357fec7d6a54c6a6120079',310128000,'28ad1365daaadc866e79b6b1a555fa31bd804a85827d958cebb9d29511f78e19','aa9a25819899fc8948c4906673cfc8128c0a98417db8fe659098d28ca12e3786','9c4a3ef695511a25af4682ccc4b3f598a86cb72d0bb590f684848b76e897d035',NULL,NULL,0); +INSERT INTO blocks VALUES(310129,'fa8a7d674a9a3e4b40053cf3b819385a71831eec2f119a0f0640c6870ca1dddc',310129000,'61587f9b5d05f8f553f0a4f580f38a140edcf7d9facb13c542865f5ec586a32c','ca3752868d963f0c165166928139cb078aefd0ebcbd9ab8f182c631ff941a56b','95ed9c8db7b588db39ea4c91004639ddf1c92676b9a082d5c7ce9fcc48062df6',NULL,NULL,0); +INSERT INTO blocks VALUES(310130,'d3046e8e8ab77a67bf0629a3bab0bea4975631d52099d2ddc9c9fa0860522721',310130000,'1ee8c39657890ac946e2aac5409147cdbf1b0004db1f00d997cf45452596f781','bb38c9be1ef6ce22f1f14319cb3e1385d70fc63f7d0b2d80789c9af018baaa71','8c24c90fa881a29737a166addf4cd17706c75dd8d349b9ddf821c91f80be8a5d',NULL,NULL,0); +INSERT INTO blocks VALUES(310131,'d6b4357496bc2c42b58a7d1260a3615bfdb86e2ce68cd20914ef3dd3c0cdd34d',310131000,'aee45272e68725a2746582f1847582eb9808289d3deca144f8c6cb43bc4f42e6','69fba2b86abed1e740d45d33ec1bed7d2bf7de0f3bd9633959bfe77a21dd7aeb','4c79fcd0a1db5573b03620c0583e0b3c5b79d90441fe90e20ef3c06611273761',NULL,NULL,0); +INSERT INTO blocks VALUES(310132,'1b95a691bf4abf92f0dde901e1152cc5bd87a792d4b42613655e4046a57ab818',310132000,'a3fe51c1d168ed726a78b72db61175f2abb07ea6c614b2886f3054cdd1a858fe','352b00e4db389d411377c2302ecf272f97268e953c30d0976a5d12bffc5a17f7','f5acf8f77933cb431b4fd6538d98a0af4c2493bdea28623c3a90e186401984f7',NULL,NULL,0); +INSERT INTO blocks VALUES(310133,'1029c14051faabf90641371a82f9e2352eaa3d6b1da66737fcf447568ca4ec51',310133000,'626743e51b462163f23f22079d672379def21382fd88f9155ddd453ca3d633ef','1a7a1af397c6619b629eba7fdef0f0ea2d737e673d182fe985421dee61d0c63a','f116f5382da1a5e3b74b9e054284d3bb763a76e7606c04c8d05c72d4e92b508b',NULL,NULL,0); +INSERT INTO blocks VALUES(310134,'1748478069b32162affa59105257d81ef9d78aee27c626e7b24d11beb2831398',310134000,'4b6e3202cae46fa80222e3ddec001213062ab76b8848eaaf4ab73f44bd84ac55','855a47de54b979a3d958a921c2679825084193b9f1eb0fa56393e0186fb1b440','ad847d3d6ce3e76141c415277b140acaf7fe86d76a036b95ef341efe1c685c5d',NULL,NULL,0); +INSERT INTO blocks VALUES(310135,'d128d3469b1a5f8fb43e64b40f8a394945d1eb2f19ccbac2603f7044a4097e4f',310135000,'e32784cedeadac39bb292da2c5eaffc983f416e0bf387978691e4c0fa5b1715a','80e68a8a303975543781e760be8d8b151206fb0335d3e0f5c2821d3e482b0ef0','d213953ac87a7754240644fd43f6bc3be3fc8545056f1828fa0c88a3421837f5',NULL,NULL,0); +INSERT INTO blocks VALUES(310136,'6ec490aaffe2c222a9d6876a18d1c3d385c742ff4c12d1334613a54042a543a5',310136000,'93c67fdabd991708d1e35dabbdf7acb4e928763eeb817b32a79cd0bdb414fd2a','5fd1f9311646bed047ec4ac1d5aa5c74d68d26ddf6bdec14f2f53f4cb9c1f6b1','b6ea2bfe1f4b01a2cbf76feafc615b2bba250104db27895ba68730a7d7c01005',NULL,NULL,0); +INSERT INTO blocks VALUES(310137,'7b44f07e233498303a57e5350f366b767809f1a3426d57b1b754dc16aba76900',310137000,'8a43d01155ba47b8b1311c41d5a57112198857701c2970d0fd373da04ef4e585','d1f1a4a5fb78621aa1be58d32795feef8ac82572c34a694bf6b0b8c3c73ba7d6','0c5e92c6da595abd1270b7c178a86cc5ffa575472caa904eade02ff804025d9b',NULL,NULL,0); +INSERT INTO blocks VALUES(310138,'d2d658ccbf9baa89c32659e8b6c25b640af4b9b2f28f9d40baae840206402ab5',310138000,'4acf0244f3188f60152acc8ca30dcaeadf12e6669b15377c81b7e6dc3c8892b6','645be1bed53d63c268cd21d99a914aa4268b5a357dafa57f706075a66e42f948','a27d49522351692319175a5790fb84af097446e187742fa659b6447a607be24d',NULL,NULL,0); +INSERT INTO blocks VALUES(310139,'b2c6fb61f2ae0b9d75d18fce4c52a53b1d24772b1ad66c51ca51090210527d46',310139000,'2d77bdd47ed1b3be1c2edf41473bd5eb707d06dab33717b01c4a227f9855d73d','c1e0ab9fe21f807be3431a5d28c048b7f5c49ee5cfba7b9a0a837d1fa5c90f4c','c20493eaaebb07b96bc1e939e5a4b071e4d216930575026747c538f7f8079a9a',NULL,NULL,0); +INSERT INTO blocks VALUES(310140,'edddddea90e07a466298219fd7f5a88975f1213289f7c434ed47152af6b68ebb',310140000,'277c0c6dd1c505dc6f9a222c737296396569d8e007c4b9a42582f108e90fa624','ab9a8224e0e3f8f728b56fd3ff40d960d9d336b2743932053b2419423223f2ac','84ba91ad865ba1c042783fee9a1bbff9aa0575cf0759959ace18e4814c3e51be',NULL,NULL,0); +INSERT INTO blocks VALUES(310141,'b5b71d2a271bd638561c56f4ffbe94d6086debaaa86bfeb02ef0d71339310709',310141000,'f5d0edff3f22b2e025c884b7c738abe641bca9110a6b9a7b90de179fd6e5d2dc','d272db9ecd97edb037736fe46ab9585397f38a6d1c1d9455e64b8439811ebe4f','edb506c2f4bfb5f789d38fa6d7981174a881c8178580b9fca7ad03b81b98a690',NULL,NULL,0); +INSERT INTO blocks VALUES(310142,'a98ae174c41ab8fc575d9c8d53d8e02d8e446b8c6c0d98a20ff234eba082b143',310142000,'a9f00ec826a30e66820ab2920cf9573244a24dacd63d48c080b9e80b1c5e05b7','0c2ddacd61856ee0743eca9125326981ab9f5711982f53874a0f8153089a8d97','6728c52b3cb58b4936b31cd66dbf3a73e61963d50080757e38ac7ca35a67fc67',NULL,NULL,0); +INSERT INTO blocks VALUES(310143,'8ba2f7feb302a5f9ec3e8c7fc718b02379df4698f6387d00858005b8f01e062f',310143000,'b5765899f770fdb6cf1120535d85826c6b0ae44b16b8d5a619c5cd12c98783ea','39ef998b6c6130f79df8dcb5abff84c18a485915f1088b36a10de30da8c6f9c6','41d9da37b84704ec6329cdc7b304af13e9a79226e1c5f7c009620642acde1ff0',NULL,NULL,0); +INSERT INTO blocks VALUES(310144,'879ffa05ae6b24b236591c1f1537909179ed1245a27c5fdadd2218ab2193cdb9',310144000,'1a80f48136e5938b33f817a7cc1cb60aaf6d628b7811abd43e38cc807a18072a','0b547c8db7446cd3f26dd0d8b88d533c1361fa5dfae6127b85e87095b42ab66b','f25398c8530eb781a6c42acf3eb3a35a84fb9888247b88aabb45cadb48ae06a4',NULL,NULL,0); +INSERT INTO blocks VALUES(310145,'175449ef0aa4580593ad4a7d0c5a9b117e1549ea772af00caa4ccdc9b1bf7a6e',310145000,'fce2f084c1776fcb36b3ae3e0c952893934e24672ffa0d3dac72bb1278af8264','bcef3d9f5eb82fb2198d268e442edfca029d5aa3ccff5e5306f0a1a8cf43b30c','22213d351e6ddbbe4d9c55319090fb111d861fa7c408a7762c08da464dfa6769',NULL,NULL,0); +INSERT INTO blocks VALUES(310146,'e954ab6a110455d745503f7cc8df9d92c1a800fafdd151e7b1912830a9cb7184',310146000,'9a98eb971580a0a69fceafc5fd41f398f1908b626c47df57965d1863e9a24b84','036b1784841e65e5905b012f2b74c70e1d9c33b769603c01387d13e693343411','47f4d6bf9cc84017946f079570352592f000cfda9052c1c8fb24e36b89852a07',NULL,NULL,0); +INSERT INTO blocks VALUES(310147,'7650c95eba7bf1cad81575ed12f32a8cc36281a6f41bef13afe1dfc1b03a7e83',310147000,'336a89d3d137810d3220d2de432f72e3b3ccd2ada2b746da3859c77dbb89d6a3','184e1861a82afa97634e0ad72cff532220a37d75f8eb5e1265039188124f6ad6','5f8423baa6a3c1ca83390ab6b4cf3ffe63fc46f73118c7fb5afe6dd5afd3cdb5',NULL,NULL,0); +INSERT INTO blocks VALUES(310148,'77c29785877724be924f965215eb50ffe916e3b6b3a2beaea3e3ae4796545a7e',310148000,'f904794337dd67d356981d2623b8c3d1d78ba584cd98a8c1db939951d3102612','c75b4218153bfdf3baf44f22f99523f7c54d957994ee838c05c08dd52d98c06f','3f9fe9c5baee42697e62c5d28a87586281aab91fb52903367c30792c39b4aa72',NULL,NULL,0); +INSERT INTO blocks VALUES(310149,'526b3c4a74c2663fc04ed5234c86974bffddb7235c8736d76860778c30207b3c',310149000,'c2972fbd048790f54d9ecef4e18aedec8ae7aa28227d1d43bd19cd71b4feff85','8dac7e6494cc67fc5c186e74b08d9fc8bc92cf71af9b0e1d919c48e9fecf7660','79a3dd609aaa1ad306edf8960926d76f4001b29bb459be1ea078340b1ddc68fe',NULL,NULL,0); +INSERT INTO blocks VALUES(310150,'cdd141f7463967dbeb78bf69dc1cd8e12489f58c4ea0a5dc9c5c01ec4fcea333',310150000,'88b999e4ae34386b826b0f3b315953b5eeda8d9ef496af051498bfce6d8737fc','db25206ba3a052c622c6a5063359308d04fc2a031d6509447d838cf96a0632d1','4f53da980121b25c4ff8c6229c8dc7236095f134f7ac3d6fbd831b587561fb0c',NULL,NULL,0); +INSERT INTO blocks VALUES(310151,'a0f31cc6e12ec86e65e999e806ab3bfa18f4f1084e4aeb4fbd699b4fe284b330',310151000,'b7c176a2eff86655f8b0b71cc8bd3bab3a92ba203d4ccd911d63f3d2ce7fdc25','c6868100e51f390d57b2da8324915c9751aa3882b6e102055fcfe229d1abfc85','3efd76488605f92fc5c3225660201355ff91d13753d642ee36df5a392b3720e8',NULL,NULL,0); +INSERT INTO blocks VALUES(310152,'89c8cc3a0938c63a35e89d039aa84318a0fc4e13afac6beb849ac37140132c67',310152000,'3f9471c393bc2bf144b17a5febea88c42982ae746fd700a5903c0e6e541e2b09','ff691488593add72ffd8fb9c8eab2b2c6f92dc2082615b3829f4b84fc8a81f88','3052d239f071d6393ba667473d69720f730bcf8bdcae0a593767aa0de4adab25',NULL,NULL,0); +INSERT INTO blocks VALUES(310153,'d1121dfa68f4a1de4f97c123d2d2a41a102971a44b34927a78cd539ad8dca482',310153000,'c6bc81e7b7e6758bbbfe10fa0e688b09e679fb74a18134639e172c18c6e017a7','6c303c21dd9de15f2a265d88e04a2c110f32718da29a06294ebafe9ed91d4441','04d45b7c1eae7c5dc63ec62aaadf1a9b897618b9264b04c5c38743923bf39aa6',NULL,NULL,0); +INSERT INTO blocks VALUES(310154,'ba982ea2e99d3bc5f574897c85485f89430ae38cf4ab49b7716ed466afa506d6',310154000,'b3e07f9de85ab67e88042b1bb52302c6eb16b7ff45d5be6a49700f115ed396d4','b21fe34642b2c9ff09e65be86103f1c3390a01eb51b4d8b98456558639ef6e1f','fa4aecfb3b1e6c3f9ff40ff75d014473b62e047504d3e716eacd629212bad3da',NULL,NULL,0); +INSERT INTO blocks VALUES(310155,'cefb3b87c7b75a0eb8f062a0cde8e1073774ae035d176e9769fc87071c12d137',310155000,'27014841a468e23bcb70c718919745eadcded4310031a7be90a4732c96509404','0e5f0bfae3a6ced9c6498cbe95b8bcb56c76530830baa61345b8072aa6e28ff3','f5706aaa968297a4202ffdaab602982e0587fe3c021517471ca0569bc1c03ad5',NULL,NULL,0); +INSERT INTO blocks VALUES(310156,'6e3811e65cb02434f9fde0445a7a2b03fe796041458737d0afcc52208f988a83',310156000,'5597aaadb8cc75848219f9fde3f5d76bb5592689c72068db59922732e89eef9d','ff3319c50ddd9bbd558542bdde3d612a475b543d6a34ea76738d929b5e05a380','8a83f16e82fb1451b45fa43c59bf536caabdfb376d6a02da4154596ac3f5dd98',NULL,NULL,0); +INSERT INTO blocks VALUES(310157,'51dd192502fe797c55287b04c403cc63c087020a01c974a565dd4038db82f94a',310157000,'cc1ae27fef286424e40204f6b575e9e079e1f7a5ccf6cc356729a7c4a7f83eb8','9b4884eaca300843017c2732aa8d09815eee4701cff996cc8b6ca6d62af4055d','4d2e9a02190f8ae1d6e7bd932ab4d033647decf8f05c722d50242fe9b91e49ca',NULL,NULL,0); +INSERT INTO blocks VALUES(310158,'749395af0c3221b8652d31b4c4410c19b10404d941c7e78d765b865f853559d2',310158000,'6d80d98e778b30c124b0255b3e72620f432245d0f841f6bd62a0fcff44843bf0','03a33d54ece86ab81f4f6e1cb337b07b6fc105a580a4ff82496885c7671939a4','212f7c033dcbd368949adf472d93ea0c15274d8a5d16aee61b0f8ee9a4068035',NULL,NULL,0); +INSERT INTO blocks VALUES(310159,'fc0e9f7b6ae99080bc41625588cef73b59c8a9f7a21d7f9f1bf96192ba631c12',310159000,'d8ab8bb14092afea6cc675d2f50891318e3169bf9dbe2d07e80c4db95f0f2033','c292a08eda8cb807f0c11947fc08c748353bf545596d8c6c03a4a734d25461a6','060c983844edf983e58af86fc664841645cee885ab0c78d044275ec1c61ff268',NULL,NULL,0); +INSERT INTO blocks VALUES(310160,'163a82beeba44b4cb83a31764047880455a94a03e859dc050da782ed89c5fa8b',310160000,'2d76a042d062b73b7dd956d5cff0ee397f068c04eae6cf5b9522d3d55e88cee9','df1e1e18b65c4322284ab36204d9f4397c0dade89bf25486c8b84f6358e0f18e','69435b60f05182c2734d3a9b50a6de851e6658fcba0f361f245a643ea0a9091f',NULL,NULL,0); +INSERT INTO blocks VALUES(310161,'609c983d412a23c693e666abdea3f672e256674bf9ee55df89b5d9777c9264d8',310161000,'beb3496742415027bcc0d59f3385809523c8783cd91a5670f2fb6fec3230e980','e61374e297180716eee972376d16b85266342dfcee4f383ba9061360f7c0a425','4e998dfca3603a5e50453bf78e913a475980fe3fbbf59b89d6b23bc0b92b05cb',NULL,NULL,0); +INSERT INTO blocks VALUES(310162,'043e9645e019f0b6a019d54c5fef5eebee8ce2da1273a21283c517da126fc804',310162000,'066a2b93df863300741145cd6a4f1a9ea616bc787861cb8ab809f59d47a6fa1f','bc115f6ddeebabd3e0ea592604ff679267b755376e509c4760cfa394e86498df','0e33bae796b100785d64bc9398e05c8a32fbac98653cb33e859483856d1dc5ed',NULL,NULL,0); +INSERT INTO blocks VALUES(310163,'959e0a858a81922d2edf84d1fbb49d7c7e897a8f49f70bd5b066744b77836353',310163000,'460c271269ccdd8775925b511705207baed8fc212caa7e74fc08a80be600a38a','d16b6243e4c0718a2adca941956564325985750a9a0833aaa35635335cb504ea','d2223e839e765c3fffa6b06f731b8166ce78656af17a710c5424191e4ca8db10',NULL,NULL,0); +INSERT INTO blocks VALUES(310164,'781b7188be61c98d864d75954cf412b2a181364cc1046de45266ccc8cdb730e2',310164000,'19a7948cd1bc4a89a427d48bb01330dadff848e2b32ec8b8abe342872850b268','54068fbe0e385c8ae2df5cb2c601397e15c019c732e37ed484573f07106741e3','02e554c6cf3bc4bab3ea8c5c28eb7ff0f14cea8027a17ea4cbf2c0801d043603',NULL,NULL,0); +INSERT INTO blocks VALUES(310165,'a75081e4143fa95d4aa29618fea17fc3fabd85e84059cc45c96a73473fc32599',310165000,'97f0a48a26daf011a8c7b22bb772228a0c8a920eccd011e713956100c9fbdf33','0783c9e3d99f4f95b64b38b92c4e8b7d257f325d10cd83bc86d684378b9ebbd6','91535e9caae059cefdee2c162343953c2f9045cc0b8fd537cf7c513e9e3f8dbe',NULL,NULL,0); +INSERT INTO blocks VALUES(310166,'a440d426adaa83fa9bb7e3d4a04b4fa06e896fc2813f5966941f1ad1f28cfb41',310166000,'edbd00e1229c673f4f15b3ac7bbe020f54b5f3a61b1d158658471076a55c77b0','683f4ab00ee1ff495bf452c511c1582100191ef7b575139b9d2f102c852018c8','836bac866ab699fe14b1ab139793113690a591c0481a8f3f1fd8ec6d9155aaee',NULL,NULL,0); +INSERT INTO blocks VALUES(310167,'ab4293dbea81fedacca1a0d5230fe85a230afc9490d895aa6963acc216125f66',310167000,'e118e0f3aad5be73080f4d1892517e8fd2c4575589ccdfadf980edebb9a66a14','d2be4356643047c7bd04eede767d4f6853885f408827f3bec8c54ceb2b7fd71b','93322fa97c88a1e90ee041f7f64938f2d1311b8291c99cbd5d2730b8074ea4a8',NULL,NULL,0); +INSERT INTO blocks VALUES(310168,'a12b36a88c2b0ed41f1419a29cc118fae4ecd2f70003de77848bf4a9b2b72dc9',310168000,'267f48eb4e3b0925f4f472d8ce6ec57ec5039911b13a14ff2884a41a9cafd7b1','ad748b661aad47fa8963b43999846ef9bd00ea2595747f835710360afed16797','8f52145ebac5d21e5fbf10d1e62faed51564f491d3895a97a253933651dd6fef',NULL,NULL,0); +INSERT INTO blocks VALUES(310169,'204809a85ead8ba63f981fc1db8ae95afe92015f003eaebbec166021867421f3',310169000,'df394a6f3b2a9b9dded6019dce9f3d3214db1f30019faffbdc2ce614f629b25a','3a92e2c7808a00a0ff2b2fb4695b225acf6262c57753023334bcf3de8e1c7ace','a1a9ed4380cbbf5b9dd34754a9fffc592060289b4a20fc443130a46cccee8706',NULL,NULL,0); +INSERT INTO blocks VALUES(310170,'b38b0345a20a367dfe854e455e5752f63ac2d9be8de33eab264a29e87f94d119',310170000,'3081081c2ab6d8280ef721c5836d0fb7e89eb3d747a4e4522d2e22f5a6b153a2','f4ada9df3e82d94ba52292e829c4c814b3f0d04f0e3f8606a90fed651634fafd','f7f25afa00b9b27cc88683130f58ed21b5b4b7509c9ad6a4dc9d9d0627eccb3c',NULL,NULL,0); +INSERT INTO blocks VALUES(310171,'b8ba5ae8d97900ce37dd451e8c6d8b3a0e2664bb1c103bf697355bf3b1de2d2d',310171000,'e6a4017e4f7d9da50bb3817990c3e115d5035443de8824dc01b5380a5b4c52a9','e335e773387256c016b82649c44647ce0355aa108249413f02117fe14f39c56d','b5ac8f0cc138761b16656f11fca2bd3d6e422759a2f734438935cf10e5500447',NULL,NULL,0); +INSERT INTO blocks VALUES(310172,'b17fda199c609ab4cc2d85194dd53fa51ba960212f3964a9d2fe2cfe0bb57055',310172000,'89e90622bf8363bcee5cd7ab6d48b6d06ce4cbd067f9985e35e67fc683f4c103','d03bfc2a16d240505e3413ce267b263a0ddde5b3f8a04acb6a67d33a89434996','6bac79d98dd2761b90605d39d218ddd4f7d6a86a13e028719f6f185e7b5eb42d',NULL,NULL,0); +INSERT INTO blocks VALUES(310173,'f2dcdc5ffc0aca2e71e6e0466391b388870229398a1f3c57dec646b806a65016',310173000,'35ceee6a23757fa49e7f5c34ccf0fd034731e95d564257b443ebfdee7cd294d3','73c9dd3d2f5390d0d4379cc8f5e195ba4a0b4d280d3fe663db3940d4a42108ef','f4b56ffbca45dbb8454579c76babe14937175cfe2ee9267699b02968b6b06abe',NULL,NULL,0); +INSERT INTO blocks VALUES(310174,'fa6f46af9e3664353a473f6fffce56fa295e07985018bface8141b4bf7924679',310174000,'101dedf34bc0788c0589c8e2b1d7da4ec65f6eab2e3c5523c0903db685cab017','71d9279604a4ac7dbd49f6672ec6cd19ba59b62302eb1b1bd78ecd3b6d4a5263','a56538466b9f482b9b4e8aa8a5b9ad1f894dd2e86c21735c5915cc4e75411cb7',NULL,NULL,0); +INSERT INTO blocks VALUES(310175,'f71e79fe5f03c3bc7f1360febc5d8f79fc2768ce0ff1872cf27a829b49017333',310175000,'67de4a0a9e52d9ae06caf62b3412d0bf2c10a6b24716210b21212d75be75ad6c','90b52df6f0427a7dc695fa0e17a7bf3e59d788cf4016bb65c451a151c38f121b','e9b80e627cfc0748f4ac5d0647ee76ba8dc752cabd90ccb01c6acd8d5ae25de9',NULL,NULL,0); +INSERT INTO blocks VALUES(310176,'67cd1d81f2998f615602346065e37f9ceb8916abb74b5762ead317d5e26453c6',310176000,'a90bd400e15727fada1a27be4a6e228bd91a15f0dbd0fb7de3b6779a8bf89e4c','b870ef1dabda015a561f74122039890b1c9c98e2c4c547dea34ed296fc99e8e1','4e09ab4688251674b51536f38d2a99a78e27961d24f1b3e8ac3d4b3df09d8ee8',NULL,NULL,0); +INSERT INTO blocks VALUES(310177,'6856b1971121b91c907aaf7aed286648a6074f0bd1f66bd55da2b03116192a52',310177000,'bac315d07dee18e27336a46ff3ffeed58aaf8eb1eb702e98a93c06303c937716','80b0eed7b842a9779b358c5293771470290876f3acb617d85e1a97e786a73092','d1ce8e9da3e79cdf0e307aa52c608e04833c6f58b5e0f704c70b6b46c5991833',NULL,NULL,0); +INSERT INTO blocks VALUES(310178,'8094fdc6e549c4fab18c62e4a9be5583990c4167721a7e72f46eaf1e4e04d816',310178000,'186ea0ece84d21ee21889ff13c98959dfc1842063a970e0c095552f0ca86515e','79d67c9aecc8676b0743ebc9af6b78c6f40d264b54bcb510b0028715fc1ca4bd','e6f877e68746e3c655f4ae319731f8ae35a0a75702c16daa37f9e9859b39bd93',NULL,NULL,0); +INSERT INTO blocks VALUES(310179,'d1528027cd25a1530cdc32c4eaff3751a851c947ddc748d99a7d3026a5e581a7',310179000,'0200402ef08256efa0adc85b2b4b15fb7448b5107b65fafbcc7985d809e84bc8','3bbcd82428f094a7089c7c9a5c74be0e400e4a03181ea95faea8681323851d43','928d3bb061b8246657a02a45b05400c252edee9602b900bf4bc842621fe61a96',NULL,NULL,0); +INSERT INTO blocks VALUES(310180,'f2f401a5e3141a8387aaf9799e8fef92eb0fc68370dae1e27622893406d685c1',310180000,'13829eeaf9bdc54f87366e35616c5a57cd836c63db8a9ba7d117d02377ef43e1','2398e91ec31dc2810a4648946a85f5af7df71cae0b678f99aaa17e97d215785b','6622a5211beaf7dfc7bccaae634855dffb885db74a8c9ccd64968f07c0e69f83',NULL,NULL,0); +INSERT INTO blocks VALUES(310181,'bd59318cdba0e511487d1e4e093b146b0f362c875d35ab5251592b3d9fed7145',310181000,'81b4d83a623a55019ad720c1bd3ecef100d8ca49deda91b8ba6ffe9802764df7','82cb247f5dfeeb31342861a77bceb74957ceb62932de536d837988a2f471f599','4377c37945167cc76aa9a922950f0d28921e3775bab4f93a56c9238c1d9f9723',NULL,NULL,0); +INSERT INTO blocks VALUES(310182,'a7e66b4671a11af2743889a10b19d4af09ec873e2b8eb36949d710d22e1d768f',310182000,'935e40f93195d450b292481aac481f445d2de8786d04d26263f4adc5a348704c','1a48f71be7c5f3baa68d68c393a6c68d63596c561005ac7c6df457584fc18c6a','1eb59f452538d5e1649f3bc2f7a45d274b3ffbeaf077d15638fb39c1d96d2034',NULL,NULL,0); +INSERT INTO blocks VALUES(310183,'85318afb50dc77cf9edfef4d6192f7203415e93be43f19b15ca53e170b0477bb',310183000,'268bf841be40615472bf4c60b5306d0763ed50510fbb55c47a6a0ac726e8701f','82d2641b1ab0cdf057e8e68b0cd7824ff8c60222f8d4e23125d68beacf2b3293','a457716c6f9b81cb330904b33aad7705580ba4f9d3061b193b960ff9fad0071b',NULL,NULL,0); +INSERT INTO blocks VALUES(310184,'042a898e29c2ebf0fdbb4156d29d9ba1a5935e7ed707928cb21824c76dd53bfc',310184000,'64323488ca4d32a1f548842db4ac772b750599ce6222020ef6149b4a0e54a935','9a7f77be4828adcfee8ea1f106ecbcb55ae758d5098a6fa1aa3a494af957f7cb','3da42dc885ca801d89ad4879cfd0b9629bd063a3f9d626b94c06c592d9aebdb2',NULL,NULL,0); +INSERT INTO blocks VALUES(310185,'bd78c092ae353c78798482830c007aac1be07e9bc8e52855f620a3d48f46811f',310185000,'8946baadef2e19c5e4e4b2d771b36982a217486dcb0f95097b41ce633e61da94','8956f030f917aa87d9b309bd845b59cb37ba2265184ff1f67bfa4b61e32d43c3','35c00ccf590141995a3a9125ed7d1bc5ee330211731515c06f573017cb093aa7',NULL,NULL,0); +INSERT INTO blocks VALUES(310186,'e30a3a92cc2e5ad0133e5cee1f789a1a28bea620974f9ab8fa663da53e5bf707',310186000,'e68b5525927cfee15fefee02a16fd700abf6b6e7b4e32e57df7d324fae7ae090','137a7a7a1ae71a317f7c3c48f7f84e4a782a515fa2096c2abe2c1adeab4e8256','6a0f7d498214e077788d22ed67b86e2ff4a5c47eb7e9a13300c3b9006f5b239b',NULL,NULL,0); +INSERT INTO blocks VALUES(310187,'fc6402c86b66b6e953d23ed33d149faa0988fa90aa9f7434e2863e33da2f3414',310187000,'c42efa24d48339fc341908a30c6679beeadc9f5918d8d3e62d5c4b06fec845d5','cc587cfca94dbe30e6670dbfc4a5e3ec46732731f5c66aab9c7ef9028b05c22a','4781669da0d0a1e975ef963ce46465888754f7bc1d074c3f99915873e895c434',NULL,NULL,0); +INSERT INTO blocks VALUES(310188,'85694a80e534a53d921b5d2c6b789b747aa73bf5556b91eeed2df148e2ada917',310188000,'13de1d9b569d5d2525ecfa39b1eda69f9fd474683b6e34554b1a755125e96e5d','2fcc160068a4eb52ac410937237ec3813bfee52750bd8cef939738b81c8ac30b','87817690112481c1a1d0dc612828ab2426d7f8e0b0ba32f46367cc243925d600',NULL,NULL,0); +INSERT INTO blocks VALUES(310189,'7c036dadf19348348edbe0abe84861f03370415ed2fec991b9374dbb0ca19a06',310189000,'582b8b3d3a226d3f6df497cb933ed5f42e1e992c0c25372ec15de424c0a33368','ae81616b5fd77e3672318a0a5ef1b20106afc3ce7d730c8beef848d73ba53a0f','eebfc40db3d90e58983a3930a6edc5ef139bb8d2e2fad01515ec6e8802e033ad',NULL,NULL,0); +INSERT INTO blocks VALUES(310190,'d6ef65299fb9dfc165284015ff2b23804ffef0b5c8baf6e5fa631211a2edbd8d',310190000,'d4c49d5e3aaf21e6fe1c30663d0ba93f7dc9ddb03611e3751fba9aac8d382ac4','48c70376450aa80a2a920e4b871d27d1efe703b377ba446a262e06c9a6677611','064636725fa3fe8da620ebe233b862e98dc83bd49b09a66b9f6984ab1e66e7f7',NULL,NULL,0); +INSERT INTO blocks VALUES(310191,'5987ffecb8d4a70887a7ce2b7acb9a326f176cca3ccf270f6040219590329139',310191000,'23d340ff3f1979a43bd1336c9c882b5ee01c646cd104060feacdb5db78025cca','704b02ead8ed3e4e6505225fc620073993e9c3b13209bff9b5f638d5f21ce23b','5b8a481be4bc56f5bb2119165abd1f5cb9fe022092edc25b0ec96f460d721bce',NULL,NULL,0); +INSERT INTO blocks VALUES(310192,'31b7be43784f8cc2ce7bc982d29a48ff93ef95ba18f82380881c901c50cd0caa',310192000,'cd18860851bceba4a0174480ccdc0f6ddc47b31ce71af8ec8500cb07f75d9da9','17018479e73908fd235313691ed8464b93a0a5db774d3608294e23fba918c672','4d1c44c49db04049456a35afa0fd156bdfcaf065680dc0e3c6e4074012a14ea4',NULL,NULL,0); +INSERT INTO blocks VALUES(310193,'ff3bb9c107f3a6e138440dee2d60c65e342dfbf216e1872c7cdb45f2a4d8852a',310193000,'391e97ae7ccf5bc38ac72e7ad1256f24c28297c625bd9a789cba8231a5ade046','d08696a916e09e242fd20a9f8314cd4fb6305e991b506c53e3ef3f77e2d1d6dd','a63ebadb8be208ba630e54084e44d11e55aaea4f10a7f553b380896b5d0c2c57',NULL,NULL,0); +INSERT INTO blocks VALUES(310194,'d1d8f8c242a06005f59d3c4f85983f1fa5d5edcc65eb48e7b75ed7165558434a',310194000,'9141c9b38087c7cf2b8c11ffd55c2eabcb3bb09f132ac0baf9c3779f628dd42b','d5f418ef4569bb977ff73ab64235b3697d0f7f326f95696e6f63c56cdd180d6d','b6cdfed935f66335932550c65fbbf7390b645fbfe02e1daa9adcd8114fa74998',NULL,NULL,0); +INSERT INTO blocks VALUES(310195,'0b2f1f57c9a7546faac835cbe43243473fa6533b6e4d8bf8d13b8e3c710faf53',310195000,'705918f002db29e7b3dfbfd6378f79d53e33c6ffa3948b2e3b5c85f85009bbde','d0165e09e04c2049de1d8582291e623c80477499203b702e46fb829390ed64c0','addafd2531bc9251c1c9cfc0d9541661b0886ea02036b72e4f6edf6727f8fa3c',NULL,NULL,0); +INSERT INTO blocks VALUES(310196,'280e7f4c9d1457e116b27f6fc2b806d3787002fe285826e468e07f4a0e3bd2e6',310196000,'59e12df19e3c0e3e23a5d1e9783c75e236a000774a038553312919a0f46b8227','57dc6e1a18ce4910ba32e109820e8e0630070251ec745e63557c98ce71dedd80','60d2de1ebaf5577ed8f93c40cf3a0fae12a8246a50a960f3ef2d89220aff5f6e',NULL,NULL,0); +INSERT INTO blocks VALUES(310197,'68de4c7fd020395a407ef59ea267412bbd2f19b0a654f09c0dafbc7c9ada4467',310197000,'a0e1817dfc258180fa1629710ff3b6026181a9042fecd2c8b0b5e38118199e07','58d18f5f2362b4bfbf155b16fc4e8868b311286b25365f3b4b1a9bf73fab69b4','b2eb8c3064ef6a6de768d0771daebb095ee0a602e446d24f775f3b8afbe5ae96',NULL,NULL,0); +INSERT INTO blocks VALUES(310198,'30340d4b655879e82543773117d72017a546630ceac29f591d514f37dd5b1cc2',310198000,'ff51bfc670b1387bfce53781750e35a3bf69d907167cf9cf57e15613cc0ff3b2','1443d1c76f64272d6ea00fb8f78913e72c617c515a162c9f1c213be02d48008a','b522712b849bed3256cf15d3017220e449938b13aa805d163cd3c24d614d13fe',NULL,NULL,0); +INSERT INTO blocks VALUES(310199,'494ebe4ce57d53dc0f51e1281f7e335c7315a6a064e982c3852b7179052a4613',310199000,'e5f8f8f00de32f0d8d2b62eba27218edcee77563960fe074da5ae86bf5b553f1','87fca2825c48b9ec9db31e2d6e8e8354a0ceff7fa3df299dc2868c7d616a9599','a8af047227240127ac55e60cbda221fa4b0838ed55c9138fac092d27eb4abc1c',NULL,NULL,0); +INSERT INTO blocks VALUES(310200,'d5169d7b23c44e02a5322e91039ccc7959b558608cf164328cd63dbaf9c81a03',310200000,'fd8fb664576868d4f1c843b28efc7ee028417034a33d6f5635238bd13c701b2a','a88ca1fa9d0dfccf2e49323a500ebdfab7ba13b60dc9011c6b510741148dbf54','cfe7840d2256e076d3d8511d0936e66f69057e68fb4d6870c01c37d93bcd616b',NULL,NULL,0); +INSERT INTO blocks VALUES(310201,'8842bf23ded504bb28765128c0097e1de47d135f01c5cf47680b3bcf5720ad95',310201000,'7e2dbbf14c0620ac0fd4e0e676857e2d055fff80cadfe2d9d0dfe07d36738722','f20074cd00170edae909606eb1bd3937afaa3711590eb7d788c564ddbdc6600f','a4fa166a2d980a2b21496c6bcb2f7825a1a771fa3fdc05aaa351d165f303159f',NULL,NULL,0); +INSERT INTO blocks VALUES(310202,'95fa18eecbc0905377a70b3ccd48636528d5131ccfa0126ed4639bc60d0003d8',310202000,'084c24e81842ec8edc4144ad64df9f12377318fe4dc491b307b7d377f3f81b2b','76c57648e216c5f191f04b79d2a1149d273b2a58a6b4956eb1d077abd2cfc113','0e6d105018776095e6dc1bd2606258ae6dcf19aa479b3e7a40d9d0fc702ab540',NULL,NULL,0); +INSERT INTO blocks VALUES(310203,'ab15c43e5ac0b9d4bd7da5a14b8030b55b83d5d1855d9174364adbebf42432f8',310203000,'4b0b8d82a5a2c8600a09b1050eed4440d9e0f2d817498f3e32ba27ebcfbaf6d5','3e49b55d1309646ffce3b91d3cc3c53c488377518fe30cf6397c0d3c2aec45f4','4cfacdb064c8bfafadab6bfe1ede0605c45dbfcf2f4dd0e8d6242fdf68c5343f',NULL,NULL,0); +INSERT INTO blocks VALUES(310204,'18996fb47d68e7f4ae140dc1eb80df3e5aba513a344a949fd7c3b4f7cd4d64cb',310204000,'9f81657142f7523c01595bef4e9008d8525c2337f6d90140e05abad619d94416','89015233602aeb77d2097a328f2a5a065245131ac88ec6ac2d2b9b056e7764b6','90f9211326eab7eb9850a4af31739063c3451a35bf903741b04bc0198f3d86e3',NULL,NULL,0); +INSERT INTO blocks VALUES(310205,'5363526ff34a35e018d1a18544ad865352a9abf4c801c50aa55742e71630c13a',310205000,'fd1cdea0193ed914cc408968efa42377d7c69453aa9bdf8bdf0731d4b1501b01','1ea101d94c29967a141d71d3b8b15b278f3530c4c16c7e0219b892072d89f8f6','7d08d4df7c9cc61540c806e13e9f6255d3f5744181e0688b5e4d1d1b9337307b',NULL,NULL,0); +INSERT INTO blocks VALUES(310206,'0615d9fca5bdf694dca2b255fb9e9256f316aa6b8a9fc700aa63e769189b0518',310206000,'5845d6bedf81fba710999bf2954b3c1f3f9ca007a09d812ccae8e2a6d3b9bb07','e26d49ceb523c99c2583e7bec1b4bbe1f8686c2bd009626fa4c8966c642a1bb8','bfe22e8712243bd75786ad3475269b651665dde60eab6c13b61c44ee2736cd23',NULL,NULL,0); +INSERT INTO blocks VALUES(310207,'533b4ece95c58d080f958b3982cbd4d964e95f789d0beffe4dd3c67c50f62585',310207000,'b65cf7069a0eb909357cd5d45129b70c576eeabc0cb13404029d088e24a2be34','596206790b52de9f791b99f7e71e3543cec87d4c3b9439ded8b7cbcd182b08e6','b24832455d1d81ad7f0009d852528190e81dd72c562596cf1236e7830fb1c392',NULL,NULL,0); +INSERT INTO blocks VALUES(310208,'26c1535b00852aec245bac47ad0167b3fa76f6e661fc96534b1c5e7fdc752f44',310208000,'aa54dc010fec8a0ef3871c91667c45e88ffac08ee2fc93274d7ad1b2b5b28102','3414e0af132ec9df1da5a4304a3c94529bd915631443d34b759a017ad166863a','cbf8963eaa72aff756ab51690fc8962df702ca649ebff4ff1f047d601e41c4f8',NULL,NULL,0); +INSERT INTO blocks VALUES(310209,'23827b94762c64225d218fa3070a3ea1efce392e3a47a1663d894b8ff8a429bf',310209000,'c7866cb2098c87c1333da5b3dce4c84bdeb620c9f1898456b7cceb23e4027df0','56dce3d0e9dfa62c44e422f41ecc1517bc98302341496db287adf309f666d3bb','80e847859af01741566cc4fd69ce0e8f0646a8d9af968bd66a6da64a3047cf67',NULL,NULL,0); +INSERT INTO blocks VALUES(310210,'70b24078df58ecc8f7370b73229d39e52bbadcf539814deccb98948ebd86ccc0',310210000,'207a1c90d1658d55fa0fc2e1507fce98521647ab5c4d11099c2742279cc92b3f','ecd4bb45bef1d8b395add25118bbeedc8d96f818a471bd7606554946a023b151','5a89af3640e09fa51277de07252c080bc4199c3471c980ee611f07554eeecc2b',NULL,NULL,0); +INSERT INTO blocks VALUES(310211,'4acb44225e022e23c7fdea483db5b1f2e04069431a29c682604fe97d270c926d',310211000,'dfc7fe172f9bc77148a1bfad5d441a3688f718b4985406d0cefd4c4dcd926208','f999268e3400907f85a0448d124df4d139b228327721fad7ad29ef595b0d16c9','949457c0e1b6bdcca86328a049317f8b6dfc7b54927b86cddd138cf2b49a55f3',NULL,NULL,0); +INSERT INTO blocks VALUES(310212,'6ef5229ec6ea926e99bf4467b0ed49d444eedb652cc792d2b8968b1e9f3b0547',310212000,'32a39bff0606ec93454a2cb144c0bbd1939bf2be6a2ae369b885afc0b5ef33c9','2e46422b38cddef2d8a10b343115c5e587b5456480fb1a019f0a5d541e90afb8','4e9541025060ed74c46663a0448abd70c7bd4b4bb82626efe8fab7584a4cf429',NULL,NULL,0); +INSERT INTO blocks VALUES(310213,'17673a8aeff01a8cdc80528df2bd87cdd4a748fcb36d44f3a6d221a6cbddcbe7',310213000,'15968873880e97e849e59971d4ef19881b1c11c3148dba966f51d986c59ccf36','fa1e7562a89ee572607e6cdbf26c80d4ee1aac2bcd45374d166e2e993f8672cb','830988ad81c1fcd5938953f1680960531872f7f5a7b95c205d62b7bacae5d375',NULL,NULL,0); +INSERT INTO blocks VALUES(310214,'4393b639990f6f7cd47b56da62c3470dcbb31ef37094b76f53829fc12d313454',310214000,'dcbdc463154fe49a7f22611fcb53e5ca78501424ba741040d89cac9db0a03ac4','5928d3221dd0bd142368585dc56f9f8a68885be95b7ad46c35bc37fbc61f651f','743cc139da0ebe5ceb049c33ea4a7dfd2ab9dcc95e9db26d5698cdada154139f',NULL,NULL,0); +INSERT INTO blocks VALUES(310215,'c26253deaf7e8df5d62b158ea4290fc9e92a4a689dadc36915650679743a74c7',310215000,'6047855f1c691f27ade1cc4c587f1c11ff68f5f5bd7959a23f801e5da7773eed','b6410b25a5d6f17a5431f621d6226491bcb2ed97dac543c06e832cdaa8853d5a','a4dc16abf8c8f78950431dc28729eaf17c87953dd47ff8e6e06933f136e44661',NULL,NULL,0); +INSERT INTO blocks VALUES(310216,'6b77673d16911635a36fe55575d26d58cda818916ef008415fa58076eb15b524',310216000,'a12fbb09858868de79095c8e3222f6fa179f2f00bc3c97c8205fd9367ae05aef','f8b3b6d36fcb97071d826e68d2e6e5bc60f982c470e68644d94a6ec1342d0148','4d6a680af10af8667f7ce4176ab32694657810e0cd23c749412cf438e0177f03',NULL,NULL,0); +INSERT INTO blocks VALUES(310217,'0e09244f49225d1115a2a0382365b5728adbf04f997067ea17df89e84f9c13a8',310217000,'419d8dc096dd58523cd4822748754158f0c11945bbb62100cb5268cd802580a8','a61fb813a69ed40eae923918a73a8dfe51dd6fa14f5426ada1a5a543ab7bb0ce','e2a584518be9f3d65cb75f0237f642ee18c527eecab39433154047cf17cad4a6',NULL,NULL,0); +INSERT INTO blocks VALUES(310218,'3eb26381d8c93399926bb83c146847bfe0b69024220cb145fe6601f6dda957d9',310218000,'a36c07f7fdfaf7878d73baf14aee58b42220b2b2411fd1864450ec6ce1fbd173','dc1d785fe75a506a691f0eccaf752017fbaf5ce2b7225bdde3fb538281698e4e','51c60f0a2b3b0ff3a6125f0d4d207cbf267ea26194dbd0246a195714af42d5fe',NULL,NULL,0); +INSERT INTO blocks VALUES(310219,'60da40e38967aadf08696641d44ee5372586b884929974e1cbd5c347dc5befbf',310219000,'7958aa94088ecf0384a9a6b0569e9507d208e009e9ce139c823960e40996a47e','c9aa622e3b372ba0c76efe97c1443cb89f2dfbcf8ff5e28dedf9b3abab3d6384','68fd58e184726830b8e2902631144e6262a3bab6231ea7054f1b6aaabee50348',NULL,NULL,0); +INSERT INTO blocks VALUES(310220,'d78c428ac4d622ab4b4554aa87aeee013d58f428422b35b0ba0f736d491392ef',310220000,'00907c4368c2dc76d1ef98a0ba3c86bc4746ed2734b0c10f3797e0af70714240','d0c3959f899232cdb5fed61bac2c09e45254959e8bc1a076acb3ba5e3ee63e65','e7f169d6ddec0c5bd535da9ca5fabefaec79107cbcc1d5241a85a24a152045ff',NULL,NULL,0); +INSERT INTO blocks VALUES(310221,'cf5263e382afd268e6059b28dc5862285632efe8d36ba218930765e633d48f2d',310221000,'2e42f882087dc2158036592298321113f1b34e15b414efa6d43364c06d368540','cf40107f8d11aa8ba96b03912967f88c44e69e20d7105f497d5418fc08aa5800','64458964cae674e32c123d298df910b6d1e4ffec1a3ac241bde6f436368d75b5',NULL,NULL,0); +INSERT INTO blocks VALUES(310222,'1519f6ec801bf490282065f5299d631be6553af4b0883df344e7f7e5f49c4993',310222000,'00c4a5d41dd629bd0973c03152e4519214dce68498999c8dddc1f7a1cad28a82','6a012ee8e82d8d24b0a24d4bbab74cbe226afea1a9c1e129aceccd1d7591a107','be39a48d284a26ccdae598294a6da21e05f58cf43aa2db7a9b143d6c721e7cb7',NULL,NULL,0); +INSERT INTO blocks VALUES(310223,'af208e2029fa49c19aa4770e582e32e0802d0baac463b00393a7a668fa2ea047',310223000,'41c7a0fa22ebee9d55f2a3b118314293d155c349ba01069a23ddff76dc842955','1080406ec3ccb84490487860bdd507637fa8fbdc68fc886d082bfcdf9ac835e7','c8ef7240676629776ba989b5cfa1a984c4b30c9c45b74e1652271bd9087b24c9',NULL,NULL,0); +INSERT INTO blocks VALUES(310224,'5b57815583a5333b14beb50b4a35aeb108375492ee452feeeeb7c4a96cfd6e4c',310224000,'66c268462442b69efb56b29e08aae1a404d3543e0a20711e8998a31af45ee929','1d5188bf347d72bc66239f3b4c709ecca24141c5474755c567f4176293f275af','22b86074b28d18a7a3326f534afa3f3a8488d8446ea6f142ff35bb1acd749772',NULL,NULL,0); +INSERT INTO blocks VALUES(310225,'0c2992fc10b2ce8d6d08e018397d366c94231d3a05953e79f2db00605c82e41c',310225000,'cf39fb28a7e4d4db7657bb11a30d592a15c049000d7ac86d4fb3d942bf879b95','61dccc2a6cdf50b56700c893611fac0dd6cccadcd672cd438452ebd30852ccf7','4e10a01d38fc7f90be5642f7a71bd35d9ba4236961d50352fd2c2629462ce5c4',NULL,NULL,0); +INSERT INTO blocks VALUES(310226,'b3f6cd212aee8c17ae964536852e7a53c69433bef01e212425a5e99ec0b7e1cb',310226000,'cb622a4d04645ad96d3e0006f2b7632e8b82e44206d6c1cb75212b059fe18de5','2c131ef357cdc433dce05cf915be1b2c243e51208c877852a19c67968caddca4','6e6ba9b7925d0b0e4e9e4db7d9e4ea52f97d8220ba6a79676c33c93609b14bfb',NULL,NULL,0); +INSERT INTO blocks VALUES(310227,'ea8386e130dd4e84669dc8b2ef5f4818e2f5f35403f2dc1696dba072af2bc552',310227000,'60ae4209347248a3f7ad39b6436627f06e45433f6b6dd89cfd3383d68974a41c','200ccbec2ba0927612c50a1ce2a58f856ecbda876943bfc2d3404724fff1927a','d07beb1d9afa4fbc4caf7f6e92d840515133b6abb28f38527880d77f40759d64',NULL,NULL,0); +INSERT INTO blocks VALUES(310228,'8ab465399d5feb5b7933f3e55539a2f53495277dd0780b7bf15f9338560efc7b',310228000,'798206ee77c9e2fc8fe943f9bf2074c9c2560f534e3304b944e2ed3c89ce8bcb','c8c9a18e8420e274c98c528e0d0636aba20f5a6c983135a61e9cd47d60123185','a514997bd8b988149a4c39b1bbde0b5d7fe9e82dd085f34e12e3e88425e5d319',NULL,NULL,0); +INSERT INTO blocks VALUES(310229,'d0ccca58f131c8a12ef375dc70951c3aa79c638b4c4d371c7f720c9c784f3297',310229000,'becad39a4d1bc8d73a856fa1d2bfa251f29b23fec9448a91932dc610243fd8df','1d817cb41854bebc85173e6c6c0a8e6ae5a1bdbbd1077a64265ec4c96d60ca45','8e63ad51007c0392860ee4d68bd76908eb1e3acfb3b1b00d86afcbc6b8aa1f9b',NULL,NULL,0); +INSERT INTO blocks VALUES(310230,'f126b9318ad8e2d5812d3703ce083a43e179775615b03bd379dae5db46362f35',310230000,'e08eac4daa7d7bc70f2f47a835bb80993d6d6db06d8d8986101b717db1c62ed6','d37fa640132bf2595891bfaa5d1d562495c780569e2a5d4f8863fd60d6396d95','459c00f67e9fef29c997ce6ed6b609dcd8e86866a66abd7439a04e6f397653c4',NULL,NULL,0); +INSERT INTO blocks VALUES(310231,'8667a5b933b6a43dab53858e76e4b9f24c3ac83d3f10b97bb20fde902abd4ceb',310231000,'a761c29e76c9d5090cd1d6424beb91d0a9fd9546c67ecaa6d4879177b6745b59','7bdcbdcc058e4c3d39751316b39bc65594624dc79fc8556e2847c94fb5986200','d31f0aaf8e4d6cc055c00e521fe346616632110c3631ebb679c8766cf3c1c691',NULL,NULL,0); +INSERT INTO blocks VALUES(310232,'813813cec50fd01b6d28277785f9e0ae81f3f0ca4cdee9c4a4415d3719c294e8',310232000,'5da469b7e21ad8ec4fe7cc2f426dcaeb18a3a4a3c44385d529a8b252c77a9e43','721ab1fecac8b537de1c90225f23a62d02a6e8b392f5211a8e020d9169dc75f6','86d7962181bfa6df85d8d1c0f5f84e62c44f9b25b67c633b6734cb271fd451fc',NULL,NULL,0); +INSERT INTO blocks VALUES(310233,'79a443f726c2a7464817deb2c737a264c10488cac02c001fd1a4d1a76de411d6',310233000,'d8531834d572acc01591997cac000185facc033e1ab72f8218a70d0ae3898914','a0b57a1491335a2fde88223b77d7c8a248101187be0b71894b6c56c426603867','9019fb11182de1b78ff74c76ef99c04986901438910f0892b191d48a29d41055',NULL,NULL,0); +INSERT INTO blocks VALUES(310234,'662e70a85ddc71d3feae92864315e63c2e1be0db715bb5d8432c21a0c14a63cd',310234000,'0ac6803ab61e14bb08fd8051424565086ab11b4d33faef077f5a0732eec6f766','b719ec81bc5245492809b946a86c76c121148d506292a4ae125b368f1a24b72a','0f03dc471adb99bbb34612c208c507d8cb54172e2f3af2d1404289de7634d212',NULL,NULL,0); +INSERT INTO blocks VALUES(310235,'66915fa9ef2878c38eaf21c50df95d87669f63b40da7bdf30e3c72c6b1fba38e',310235000,'5f7de1c7fe45858dcc844604a77051d55de3b9dbb5f5d9910ead8bd0f3af48d8','8d81c116619e760608161facac457bb00d4e816c049afbe42f6e0f7d7f1d09cd','7a4c6ca58ad71a2cbd19e94549f13fbfd3685f9eae6bc43f3d7429c0004dcc7c',NULL,NULL,0); +INSERT INTO blocks VALUES(310236,'d47fadd733c145ad1a3f4b00e03016697ad6e83b15bd6a781589a3a574de23e4',310236000,'c0437ca60921bb73516c31a74f78d2fb48d2c628b629c8f55c8fbb0060718d76','1c50aa16f8543f1eee5c2585aa8f7ee373bdb58648b430189ef4d8c9b0b767db','61cf971be6c7ab105cb22b84b5042f116ba3eda0a7e74bd05718dcecbcaca27c',NULL,NULL,0); +INSERT INTO blocks VALUES(310237,'2561400b16b93cfbb1eaba0f10dfaa1b06d70d9a4d560639d1bcc7759e012095',310237000,'4340ab34a083b38dbca477b6cc2479e6d70ffd6d6b9b75772068674297abadff','2f23795147dfb09a113607e442cdc926222a2b9c3dc173b9e92ab8560de20c9f','d9606cbf3b3a237516163893a8060477f06c26e3f3135dd62f1dfcc0f0280c92',NULL,NULL,0); +INSERT INTO blocks VALUES(310238,'43420903497d2735dc3077f4d4a2227c29e6fc2fa1c8fd5d55e7ba88782d3d55',310238000,'6a76891c10ff0f9416ae1a024b985d621154918bd8ab545980b57fd2d18c4af7','31d5717812d8f7e54ac8b7a000c7b599e2123a1de205cef6559b3930c466b961','44abdd74801c8f3aac4b108bb763cadb69653512f1fca6881a6d424a44db026e',NULL,NULL,0); +INSERT INTO blocks VALUES(310239,'065efefe89eadd92ef1d12b092fd891690da79eec79f96b969fbaa9166cd6ef1',310239000,'1128bb89562fc3b112da425a3dee67adaf741a8021ee378bdfeb44af3b1b1fac','82b7482bdf98200b43d483dc7725ea9069ab96d897fa88dfafd73334132d362e','a52aaa58610867485687b0f878d2fbf485f8e5e95cbb3a10b8ec0235e9eb19af',NULL,NULL,0); +INSERT INTO blocks VALUES(310240,'50aac88bb1fa76530134b6826a6cc0d056b0f4c784f86744aae3cfc487eeeb26',310240000,'be05624b84b2e76794f065f36b4e98d6c6c120f1d8a5db91957bbe7008ce3240','bfd037773e4ad5fedd072183d19e824c36cf21549c374f7d7dab3ac313a1542b','2f6a657ede1e03527145e6522cc95c87762b3494486380492882bd5bda53d94b',NULL,NULL,0); +INSERT INTO blocks VALUES(310241,'792d50a3f8c22ddafe63fa3ba9a0a39dd0e358ba4e2ebcd853ca12941e85bee4',310241000,'5abfdfb1aa42fb80ca4538062d152d965b6a7a56bd1e170a7a109409a4606b7a','e0bccb8ee5ac848700b228d8d21970f33fcc7a2c091e4b1d1f7f71c09404ecbe','749b2d2aac404cdcddb4440786df0f3701b7cd69683684f4c4bbc167c93ec06f',NULL,NULL,0); +INSERT INTO blocks VALUES(310242,'85dda4f2d80069b72728c9e6af187e79f486254666604137533cbfe216c5ea93',310242000,'5f354f767df3256aa6a23544a7164160b9fabe481c85d1891f5250b3026dd7b8','a9b87a1cd3146663579bf192b97136602806865bb60ca2d464e3111872b61b7f','65a09f2c4039fdc855755b94d15c838e74258f6ec567d450cc101a799481da26',NULL,NULL,0); +INSERT INTO blocks VALUES(310243,'a1f51c9370b0c1171b5be282b5b4892000d8e932d5d41963e28e5d55436ba1bd',310243000,'ea3acc31b3c298237fa11ca4400c65ee46732c96e0b7fac5a183dd49d938e730','b7226a87411a48bc0b25e014f2929d63979a297600f51723a0c9bb89fef120b0','7dfebb43367ffd01d0c5776a41ab1219d516e1eeaf6fb766f8c881181f5d82fa',NULL,NULL,0); +INSERT INTO blocks VALUES(310244,'46e98809a8af5158ede4dfaa5949f5be35578712d59a9f4f1de995a6342c58df',310244000,'07ad792741a48d5a7b657e6c4dc83e3534c79bd1e7da7044139516124adc8f80','baab169058840f62c00af1dc51ee0a77fb964dd27c6241463650fdb6c77d3b6a','eb1a553f430f7b38581432d9734c1780afb7afaa4ec665a639f895500cbd74ef',NULL,NULL,0); +INSERT INTO blocks VALUES(310245,'59f634832088aced78462dd164efd7081148062a63fd5b669af422f4fb55b7ae',310245000,'d36a618af8e92da03b373ab0137ded666db6cef906a6b2c0cb8c71057a1a5903','18cf40a1489af6f99dc454630c35dddf20acacbf979d47acb30a5831e55f920e','5ceaf599e80ec6ca27fe1c581e5f61aa7465d56a926d4e01ab3a1381df1e8aa7',NULL,NULL,0); +INSERT INTO blocks VALUES(310246,'6f3d690448b1bd04aaf01cd2a8e7016d0618a61088f2b226b442360d02b2e4cd',310246000,'a34e154571ee585a839053a851a007d6d433d3efd2b3e923a9c4ec4bb0dc9d98','a2103af3fa84dc4015979f3a629c46e2234f534f86d7c5a403275a8eae144ba7','fb45f8393e39b4d730fcc2442aaeabb10054b352bf27fcd2a68d31c9392d9b94',NULL,NULL,0); +INSERT INTO blocks VALUES(310247,'fce808e867645071dc8c198bc9a3757536948b972292f743b1e14d2d8283ed66',310247000,'ee94fcb9210718095ccdf63f30ab081f45dff765a9ca4f5c86b1b0d98973ef90','39cff977657fdbe649c601531383548a3922cde40dd998c355c201cb6deee9f6','f43256d63cec8a5f5fa37b9a0d1ca4b502cd9a843e5116bba22cc8dfc897136b',NULL,NULL,0); +INSERT INTO blocks VALUES(310248,'26c05bbcfef8bcd00d0967e804903d340c337b9d9f3a3e3e5a9773363c3e9275',310248000,'029884a5273466fa45cdfbd91ae3aaca50af0771d22f6b55af6367348c2802e2','6951bec53cc30ad6d9dd3f38f5fa8e4b876cdb1637595d38614ff3e42b53edce','60f99200d631303d6eba51f4382c5018ccac61b0bfff1b1ad9fcbc12259d2eb0',NULL,NULL,0); +INSERT INTO blocks VALUES(310249,'93f5a32167b07030d75400af321ca5009a2cf9fce0e97ea763b92593b8133617',310249000,'dc10674812c5249c693ab7b148d048439a0d77266014f3afc1810a6260838f02','2f53ae50e27194404c5b85dab55335582b2961c6997393a9c48e6708bab8f1dc','3fcfdadb83a8a849772984bb6e6d046dba2c50839dab49e8ff1a326fb579171c',NULL,NULL,0); +INSERT INTO blocks VALUES(310250,'4364d780ef6a5e11c1bf2e36374e848dbbd8d041cde763f9a2f3b85f5bb017a2',310250000,'a0fd49b46ff0000e83d4c56281dfe2be1bbfc924c75969726754b05bf7107641','5148416db7a3e45edd128f1b9b5c61b916ce94f25638cc90a8d73f60afe64176','ba27669e3725a291651bed50ce25f3d8ac45166ce42b250f160deecdc413656e',NULL,NULL,0); +INSERT INTO blocks VALUES(310251,'63a3897d988330d59b8876ff13aa9eac968de3807f1800b343bd246571f0dca7',310251000,'bdef6a6203d28d314dc087e539a9cdad19d123b605824f0a66f13bf5f72de9b8','6742a15406482537d29722db3302d492647e4c7487d840fc8e7d74d0806c3bee','99ed6c5ee2086bd090a1736f1c94be0afb3562bfd0a0a5a2b42ff2ba32a426ed',NULL,NULL,0); +INSERT INTO blocks VALUES(310252,'768d65dfb67d6b976279cbfcf5927bb082fad08037bc0c72127fab0ebab7bc43',310252000,'8da11bec0d58b196ddb073d3aba0def98f01f83da654765fcae21cae6046214e','2c11848ca51ba429a094ef40b1aa019c132cd9fd6f954139dab5324d77eb7125','e1cb235bd4548d9ac6b07882aa78009e1ece1776da3b2d46c232b508d62cd29e',NULL,NULL,0); +INSERT INTO blocks VALUES(310253,'bc167428ff6b39acf39fa56f5ca83db24493d8dd2ada59b02b45f59a176dbe9e',310253000,'2efa2c5781899d213741e795ca62fbee9d3ddf53792ce002db7484adc66bfbd4','1036976d6406322c4c0afb2c6be13d6b89cfb2feb30306c9df8a499330d5489f','6266c2d1c09e9f17d1846d7dd268ac72449c246fcf9add3ad52ec56cd2c2db7d',NULL,NULL,0); +INSERT INTO blocks VALUES(310254,'ebda5a4932d24f6cf250ffbb9232913ae47af84d0f0317c12ae6506c05db26e0',310254000,'d062ec468e76421d3769a99eb3c8b2cbf4bf393d109ba13b3bce128613fff547','098200d06ee21c916a203065eae3cffe8e2c80e32bce890f96e6bee400cf16ee','ec3c50623ce63434cf7cf598874c45e3addbd5d172116b11a18c2818d843025c',NULL,NULL,0); +INSERT INTO blocks VALUES(310255,'cf36803c1789a98e8524f7bcaff084101d4bc98593ef3c9b9ad1a75d2961f8f4',310255000,'5c531dc8a7461e9e7a2ead654509d76c9be3427b1d2b75c0ac7ae0e03126c49a','b9c0f364e8694264c33b7d993ed45f645410820dd0ff39704b79f6aaa64a46c4','6cda1404dd86433a4b24f815c564c20da6479892d741ab0040ffc644ba1ddbb5',NULL,NULL,0); +INSERT INTO blocks VALUES(310256,'d0b4cf4e77cbbaee784767f3c75675ab1bf50e733db73fa337aa20edefdd5619',310256000,'8da9f0162e15e33e14e5e1e22c2fd847055a65b99eec519dd069a83bb9006b51','fbb34ac53fa4a19bb467c92b87291aeafd8bf8c43be49c7d487f962df5c50d21','96238b0f832028d5acd2cd84ab5867e544ed2032508a99247c62cce7cb141011',NULL,NULL,0); +INSERT INTO blocks VALUES(310257,'0f42e304acaa582130b496647aa41dcb6b76b5700f7c43dd74b8275c35565f34',310257000,'0cf6657db5f3145587a466c05f237289b639668d844abfd8d46430c090b54913','71c115bc32aefb584d499c054cd09d0ea58ea0cc11d187bd5add8f261f43f055','eb21320be6c0b4407d710a0f33ef59a7e014919bc73b0c78916912027bd15a0f',NULL,NULL,0); +INSERT INTO blocks VALUES(310258,'3a0156dd7512738a0a7adba8eeac1815fac224f49312f75b19a36afb744c579f',310258000,'e340defe4bd84e788f9c5b083849e6aa1d5c7f33123ebe62d7abe04b8a9e312e','0725d989aaa9e8f1a5604f1807ec8f5aa2db518ec2397479e7e6c48c4d2b04ca','ba7ac1e3ccead9869a1017e43872063d7f09e324a7e0ac46de81259014a2898f',NULL,NULL,0); +INSERT INTO blocks VALUES(310259,'e5ed3cdaaf637dd7aa2a7db134253afe716ffdf153e05672df3159b71f8538a9',310259000,'03ca0cbce5a5b50988c19c0d4e754240f50821695dca767d1169f8c7f5c1fdcc','19e343fb3645b7ae94a299eb13691ea02d054e8acef0484a95a4079e42e487b1','8f69cd7dbb22fd636e4b025453c0e665d0bcffa1f74be067fd680fe5626bb40e',NULL,NULL,0); +INSERT INTO blocks VALUES(310260,'8717ddcc837032ad1dc0bb148ddc0f6a561ed0d483b81abb0c493c5c82ec33cd',310260000,'83a3b43e01f4f25ba05b527415baa3e8b8adba319628c245988136bd8fcdfcfe','de3dee5cacbf5af3aaf1dac7cae860b06af7a2ba227f2bd81840d149354a05db','be84172b68d040b2933efd38c2cc2ba9e2aaafd2c4a45f9bcff2db572477ac27',NULL,NULL,0); +INSERT INTO blocks VALUES(310261,'a2a9d8c28ea41df606e81bf99cddb84b593bf5ed1e68743d38d63a7b49a50232',310261000,'e61c12005d60870fee947fff469631ee540b1a0d6b8aa67614cfacc0a9f65ec0','58b8a751b3daa23993a773073b44d4bb2715075dbe3cc1738f3138383646504e','78b25836ed57f408593da68c4300530d00ce30104e0df39e472c39a800509453',NULL,NULL,0); +INSERT INTO blocks VALUES(310262,'e8ebcee80fbf5afb735db18419a68d61a5ffdde1b3f189e51967155c559ee4ce',310262000,'c21ac4906d435af5b9ef5576da6bce454f65ef16099b7ee03219a4ae1851bb91','a1e30e203c037b242cb1a41e5fd948828da8192a5db70453602961183a00d36d','051dfae3e02a9b3734decf99b65e4e3360eacc506d5604865dbf82ec4dc36663',NULL,NULL,0); +INSERT INTO blocks VALUES(310263,'f5a2d8d77ac9aac8f0c9218eecbb814e4dd0032ec764f15c11407072e037b3c2',310263000,'676f6c532ff23839fef228a9fac7719e77a3c20efdc17f3cb2d13035c78820e8','ca47834be7a15554ab2dd401462d7d5c14f3f5f9ef9ba715488b1b3704de15ab','b1a82c3ae2929bc1de04f93c719b4bfd507b047580749c3768ce7c45f66aeeed',NULL,NULL,0); +INSERT INTO blocks VALUES(310264,'ae968fb818cd631d3e3774d176c24ae6a035de4510b133f0a0dd135dc0ae7416',310264000,'258854505b1d3067bf360f3d0dcb369ed7a90fec8744578d3dde51a79db72c25','21f8b38aa107a9c6fbd6439244ce85a8a6abd12fde211c4569d28353cad5b8bd','a735d7ca2032e08304dfe9bb980b51eebb01414c226762177ae495fceb737285',NULL,NULL,0); +INSERT INTO blocks VALUES(310265,'41b50a1dfd10119afd4f288c89aad1257b22471a7d2177facb328157ed6346a1',310265000,'72ab32c420a7dcac0e7c36c4d9ca81e237955b4d8bc57c87078ba292923ce98d','9685f9791c085e79a3c298dfe4f49fd1dbf8b4bdacf45e1d25e7d18382ca0e7c','2a4e33c0116127f17f471b0a1a948596001782d61022471889918fd12adedfcf',NULL,NULL,0); +INSERT INTO blocks VALUES(310266,'1c7c8fa2dc51e8f3cecd776435e68c10d0da238032ebba29cbd4e18b6c299431',310266000,'b81386d19aac285fee4e39a818cb0442e378372f7d55f92e6028b37f974e4a61','578600253e06f32b4ee4a312df8213ea7cf12f841858bdf6123b0169cb4bd42e','6496e4fdcc79742d310b64dc990f1ba3b099c4ca3b2639347723cf83043db56b',NULL,NULL,0); +INSERT INTO blocks VALUES(310267,'c0aa0f7d4b7bb6842bf9f86f1ff7f028831ee7e7e2d7e495cc85623e5ad39199',310267000,'ea8fef9e82e451d9650777b051f19fe5e34b8976f1bcc1880b6eebe5feda34d5','face84fc0aa45f7b072d73d4930b32e223cc4c22a620c39334fc836e16b2fb5c','85c8ead95073070a7f24a8e26da4199b8f63cd132948cce97e1f0585ad209b3c',NULL,NULL,0); +INSERT INTO blocks VALUES(310268,'b476840cc1ce090f6cf61d31a01807864e0a18dc117d60793d34df4f748189af',310268000,'1545d381812f0f0caa827a237f145838276fe058b05af4808615738ca9910bf1','ee67f9fcd6ce50ee98da722352a917a46d3c71d2e5ea50294a55c613817e77dd','7e0ef477959231d53dab4458110d9f90d9c33b9775b97ebd147581576b6efabd',NULL,NULL,0); +INSERT INTO blocks VALUES(310269,'37460a2ed5ecbad3303fd73e0d9a0b7ba1ab91b552a022d5f300b4da1b14e21e',310269000,'fd9cf61ac6e1fba409e4220a141ed6c89c18c893c7a752af53d5f7608bc04a67','6d1424cf68a5b1dfddbbafb260989c5b27c060a40026e829476d979cbd8f4412','0d0d66d6aca069583af8731b2e5a5b526c6f6b23fe2700b6055b2adb47c6d9c2',NULL,NULL,0); +INSERT INTO blocks VALUES(310270,'a534f448972c42450ad7b7a7b91a084cf1e9ad08863107ef5abc2b2b4997395d',310270000,'1d34c8c0dfdb4733a7b589647abb0e6a08f8de93a5c86fbab786f6d9d1500785','fc2696c78afd3051d10ea3ecc56280d2633b732a7c755b9057aa30fb11f58f53','6a1cb8775f0843bcc69a645fbb3151eb1a91d96794dffd56116f1d582cef881d',NULL,NULL,0); +INSERT INTO blocks VALUES(310271,'67e6efb2226a2489d4c1d7fd5dd4c38531aca8e3d687062d2274aa5348363b0b',310271000,'cf38baabc6e8a082eba1bd8ca2f72af5eb01cb76bd3c9eb101b27080a3a70d17','b28638da352abf83f2250bbc2da0f75b14483d7d4c69c93636484e9e3aaa326a','67f8f152e8a07358d4923e258e027fba8c393672130bea3e2f6df6a3d0a00d8a',NULL,NULL,0); +INSERT INTO blocks VALUES(310272,'6015ede3e28e642cbcf60bc8d397d066316935adbce5d27673ea95e8c7b78eea',310272000,'2b2763fa5ab2962582c303062da8b8da7280274e615b3e37f93a32e44793ccc8','329d5096486b8dc452e2a1ee0a36d9a17ddd5bbb3149ddeee2bdb4989a7a3a35','6c46c90007850088995b20d76298918e2b5eea9b82aecc8ec5f8a0bd2c92b2cd',NULL,NULL,0); +INSERT INTO blocks VALUES(310273,'625dad04c47f3f1d7f0794fe98d80122c7621284d0c3cf4a110a2e4f2153c96a',310273000,'ff9df73d4f92b7557c36f20d8f622923dda225a1ae2871e60f16ee2dfdf5b9d8','f79f73097410b602df3a98901e26ed37d07f1da95249cf0e3a62c811d4f7de3a','abdcfe0157e38d872589766daa77d43be9e0ea8366a58a823bd89d4bf6e28936',NULL,NULL,0); +INSERT INTO blocks VALUES(310274,'925266253df52bed8dc44148f22bbd85648840f83baee19a9c1ab0a4ce8003b6',310274000,'ece29ec2cd160d7634009f41cc2d0f13330d53ec6971c019d69dfa4367f86646','bf01b445bc208b9efcb314f1cfa1ea4300fc152ad46a973044abf56dc74e9c62','48db3c2127ab154465406816642a83da8b052b40eafdca8cd3db236cdefd3440',NULL,NULL,0); +INSERT INTO blocks VALUES(310275,'85adc228e31fb99c910e291e36e3c6eafdfd7dcaebf5609a6e017269a6c705c9',310275000,'23738d6d8dbf8b44b481f6c0eade991987c84e8025fe1f484c7acd3ead7f4163','c0f70c46688ecb9eccaa94bdcbb3fc54eaf3af76cc450b62dfd7a9513bbbd50f','fb1b2a18ffd0af41ebb05519dcb6e9b8021ff3cf20fce18d3a9fefa162f78814',NULL,NULL,0); +INSERT INTO blocks VALUES(310276,'ba172f268e6d1a966075623814c8403796b4eab22ef9885345c7b59ab973cc77',310276000,'a241e1cb19bfbebb3bbb09c6471760b8379ddc73a67d69b4d84fd1d21dfb7034','99d32cb4d9b52ec0726c907330b2a60d7cf8380c8012f804cf8838bee1b0ecec','9190f575a817d5d077ffabb50dfed01c0a7000f9400010a8c94b917418e8cb09',NULL,NULL,0); +INSERT INTO blocks VALUES(310277,'c74bd3d505a05204eb020119b72a291a2684f5a849682632e4f24b73e9524f93',310277000,'0efa57fd462031a87831832a789ed7751aac5f6c19a23767555b3f7145d87532','08e71c5246f1225a02a00c8b52bb7a92c6937da9c9659129a5dcd2981069bbb3','504f3e272938a96684130a044d4b500da8ba3acf47a7a3ef7ac506680ba15842',NULL,NULL,0); +INSERT INTO blocks VALUES(310278,'7945512bca68961325e5e1054df4d02ee87a0bc60ac4e1306be3d95479bada05',310278000,'0045189a4da126b22e91e4bc2a7ac37dc90ec0869b7fcbc927919fca4cce5259','6e3580c7af675e8fdd1c5366a7af2e387f8d8d9192589794883a28ad2ce6a499','50822aaf2f3c180a5f1e084a3f2a1c65bca6eacbd130e01d441610a81cd05ecc',NULL,NULL,0); +INSERT INTO blocks VALUES(310279,'1a9417f9adc7551b82a8c9e1e79c0639476ed9329e0233e7f0d6499618d04b4f',310279000,'442b7d4dee025b81c298ca0f6a5b9dbdf17ed0087fc36eab7f0671d5a19c9a2c','04f51f4c3de467be5cfb32cccba5cd482eb14657d7f67a60820204fa22afaa41','5b851348639fd37effd928f3c2170a46647f9de7eeb29656bb20c71d0897a32f',NULL,NULL,0); +INSERT INTO blocks VALUES(310280,'bf2195835108e32903e4b57c8dd7e25b4d15dd96b4b000d3dbb62f609f800142',310280000,'38d7f98ae9cfb8e3938032dc33899e2e3e5a88e9037571cdddf8ed4709fc8225','d25ed55e962a45fbade2012c35ef507dd76fa0c67553343bb6568569bf1c08ca','6e22ff1102997bc4b8e5ce23658906eb892fee04244026d8bcb2b1f6a3b3dcde',NULL,NULL,0); +INSERT INTO blocks VALUES(310281,'4499b9f7e17fc1ecc7dc54c0c77e57f3dc2c9ea55593361acbea0e456be8830f',310281000,'51237cee3b85f1636e336259b115fad87acc830c71e13ca79e344efb7c308ecc','77eb5540b9f1e2f80cd3cb8572ee80bc112391e0236b560749aaf9952fb6705b','19ec7ddaa2a540210ff236b3250995185bedb5d77e43128c78699e42230a7e28',NULL,NULL,0); +INSERT INTO blocks VALUES(310282,'51a29336aa32e5b121b40d4eba0beb0fd337c9f622dacb50372990e5f5134e6f',310282000,'73adccef91b5c738e8810d4781a38edf98d2aa0a8cb619d575e9bdeda979f1fb','889f3e1047c8ca362c1ce4749d1c7ad167dab1e5f85e509d114b1ba1bac8f240','41368530c2de2d576db614b6b455f18affa9479956b738604fe76e625d51ddff',NULL,NULL,0); +INSERT INTO blocks VALUES(310283,'df8565428e67e93a62147b440477386758da778364deb9fd0c81496e0321cf49',310283000,'5853e60a1b79d4f154cc1f3dc8b0a4d6130ac07784bac16f257f92b9ef294144','1ce62f0a42cb7ecd8c35436253e8234b83e81ba5abc757965b5041400139eee2','b0ddf048004f2c3770049e710af4030c249e2f9a884e8bf76ea1a32204c4aae1',NULL,NULL,0); +INSERT INTO blocks VALUES(310284,'f9d05d83d3fa7bb3f3c79b8c554301d20f12fbb953f82616ac4aad6e6cc0abe7',310284000,'ce33194cb67aa0a5facd788cc24706ef249bcecc95a9965f91065146b33e464b','c354cfcb046ca331ae57c00f64b56defd034278e5616ef7d1f3e559dc538bf0a','bb84b0517e7f25ac75a2308dee56d6c8d7fb912983c9a87f08eaf7f11409739a',NULL,NULL,0); +INSERT INTO blocks VALUES(310285,'8cef48dbc69cd0a07a5acd4f4190aa199ebce996c47e24ecc44f17de5e3c285a',310285000,'3af35e85e98aebe1a9c778570c730bf80e085a08ca707c1a5d44b50f2579e71c','35e84bd8780b8efbdc3207b9fef22e12ff71798477971a50088b9c8def3c77ed','88de96991b4a8e290691106a05be486f341aadfbe196eb22b22a1f864da0038e',NULL,NULL,0); +INSERT INTO blocks VALUES(310286,'d4e01fb028cc6f37497f2231ebf6c00125b12e5353e65bdbf5b2ce40691d47d0',310286000,'4b09b627adda46ee7cf7116102a330ba2aa1ce714b2fa133f7952af34a52ede9','5a868b89444476076be22e42526c4462c5b865012d9970b917376c5342750311','ea7471a21cf0497818140d3875c893d91e7c346513b61a9056cd8fde772f5536',NULL,NULL,0); +INSERT INTO blocks VALUES(310287,'a78514aa15a5096e4d4af3755e090390727cfa628168f1d35e8ac1d179fb51f4',310287000,'67786e4ffab15cb78c7bb44ef160d1e5d99b599eecb5ff4f906a6599d744d410','791a49e50583660824bb3ec141a54951c2fd737ed963b1e65b653c22a4fc4a84','b238caa267ca7e918d049219ff2b067a9c1e78e855d42f6ea86d5fb87c689783',NULL,NULL,0); +INSERT INTO blocks VALUES(310288,'2a5c5b3406a944a9ae2615f97064de9af5da07b0258d58c1d6949e95501249e7',310288000,'600716d2696160b3ba290636180f2afa24bf8d24435022b4539a4cc965c18dfc','3a1e3da301643f22a9b2719922a4621879b2c2d8b790e646f135bc3b5d165e65','64a7c6f033ed278dd8575ceb9156702f3b7d893cad734d3f0c90c65401f84f22',NULL,NULL,0); +INSERT INTO blocks VALUES(310289,'dda3dc28762969f5b068768d52ddf73f04674ffeddb1cc4f6a684961ecca8f75',310289000,'cd6d4b17759152edbf25fd72dce9b9126ea31a2bb1a5435636801e0ee4be1158','26aeba5ab63445ebd419a02915a835d8d6a0bc25bac49dd799e356325687c8f8','651ddfaf382cd045c18c9934934bed9b9f6f627fe68d6bdfc34d18cf89dbfa52',NULL,NULL,0); +INSERT INTO blocks VALUES(310290,'fe962fe98ce9f3ee1ed1e71dbffce93735d8004e7a9b95804fb456f18501a370',310290000,'04a9135f416dc041d3c1c0216a84fd780d133213c3369691fbf5e8848af9d14f','74c57c7e7db040f0974be44dae944c978ed2ddb01390d616c9bfaa6816ed198e','9c65c82f800c569546c1c4c75b1dd64e79b1cc9b734e9df04c72eb3f78c7db7b',NULL,NULL,0); +INSERT INTO blocks VALUES(310291,'1eeb72097fd0bce4c2377160926b25bf8166dfd6e99402570bf506e153e25aa2',310291000,'50f556e01b9e8c135b20187bf863839e651a0d0bf4cfd1008b446531776f7917','13ede25257044f3bd98c6905c216bed45b0d054951d2c5e86a3cf4707699a279','8a58cf3bafbaf28d65b113451591e86b0b02ee7e391badd16dcc7aa0ba0bdafb',NULL,NULL,0); +INSERT INTO blocks VALUES(310292,'9c87d12effe7e07dcaf3f71074c0a4f9f8a23c2ed49bf2634dc83e286ba3131d',310292000,'9d4bf4b1c5dba1132a9cbfd78c1d94cbaf15d7648da80c8bc1a8dce12a79eac0','1b761ed985b1e55c95598c5c0f37df4a1e06dfd26c17792b1020cf0d28fa9a56','80f6e16a33cd0e5568ec96995c4ef89698184ff7ef273268155154730e518d81',NULL,NULL,0); +INSERT INTO blocks VALUES(310293,'bc18127444c7aebf0cdc5d9d30a3108b25dd3f29bf28d904176c986fa5433712',310293000,'a51a3f9af39175cc9d142eff67811307ad8f51cdd8161aaf0d98af9e2be28efa','2fd7a38fbb17d7b0eec35f2f03a28c4aee7f579d7f42e3ab124cf5eca07869eb','75fa04fd0cf8cecf6124c06c9d146a2439447b6c3fe1b359e6d27709ffbe1919',NULL,NULL,0); +INSERT INTO blocks VALUES(310294,'4d6ee08b06c8a11b88877b941282dc679e83712880591213fb51c2bf1838cd4d',310294000,'3e9858caa8e835295aa7e78505ea34ce0726e3f5f6cf9fbc6dc4393a28724a25','36566c7c396ecf454c6fa6d3b27dd7ad2c138a85edd74672f2e7d9791e77f0b6','c3e0e72e999bab29b0dffcfec836aa5b203b42faf072ab3fac85aa69810d4567',NULL,NULL,0); +INSERT INTO blocks VALUES(310295,'66b8b169b98858de4ceefcb4cbf3a89383e72180a86aeb2694d4f3467a654a53',310295000,'bf48715799c46d629641ba5b72405f6e6cf0500886da94fcc6fddd306a86b02a','2d6b79733125c81413a3e70acf597a11e986893264588da74e9b8a0d5d46e1da','00cc4efc0171b73b5e5db64ce94d8d96c6163d6f568fce218ed5e08e8197d245',NULL,NULL,0); +INSERT INTO blocks VALUES(310296,'75ceb8b7377c650147612384601cf512e27db7b70503d816b392b941531b5916',310296000,'08e2361ae4b98387ee43fd7230ea8b296dee677b337f0e211527e3cf29a64e9b','517c81a10cc4219c38e3f947dd862f6983a4a2eb22459dba31f1a656bdf4eeff','4c05a23931186a931eb027187bf744bd508cbf4e2d5e796ea923d7adff99bf8e',NULL,NULL,0); +INSERT INTO blocks VALUES(310297,'d8ccb0c27b1ee885d882ab6314a294b2fb13068b877e35539a51caa46171b650',310297000,'cfefc3138983a33686dd1fc37f06fa1d7e01d9b218f7242cdd59005633c0ded8','85ae0c384a76e7c93b29204df759293f7a488fc71edf6b4abaea1944fa3a85d7','c30ed500f848d1b1f7ff9d4deaa5fa363f58e97a6cdf12e68f4cdd0ab95611f1',NULL,NULL,0); +INSERT INTO blocks VALUES(310298,'8ca08f7c45e9de5dfc053183c3ee5fadfb1a85c9e5ca2570e2480ef05175547a',310298000,'25254257d6f6724161b2b73f94d28d3fd40594b4846699b8a2d5f45d205b1fec','0633d67a69ae2c0ea1e7d3c349cfe1f3b753e387446787987c50782ee4601b68','a275c25e51d39f599cc0400cedef4d61a1d9b9112bdc555bdc429508f842d701',NULL,NULL,0); +INSERT INTO blocks VALUES(310299,'a1cdac6a49a5b71bf5802df800a97310bbf964d53e6464563e5490a0b6fef5e9',310299000,'756acb1055ec75df8fa70f80e23d75f2b47e75035bfd68802e68308785a2ee14','299d47f0c18c1629003069df0afd0bb877b45f06b5609ec171c7b87ae65a0be0','ce5db5cc851bb1f59e3539dd05edfa7c56a4f10c5fa2fe2867474d24ed6ab3f2',NULL,NULL,0); +INSERT INTO blocks VALUES(310300,'395b0b4d289c02416af743d28fb7516486dea87844309ebef2663dc21b76dcb2',310300000,'e30027ca81176dc1e79a0ab3a5afbb839a3338dbe9ea6057aebcd383ed884c1d','8338432f3d159dd15129a269d1cf3866cc7cda8c3845ab349ee6cc240ecd7020','3721a347550974ef0110df77f0e29ddae6515156525c89a1e331359b2298060d',NULL,NULL,0); +INSERT INTO blocks VALUES(310301,'52f13163068f40428b55ccb8496653d0e63e3217ce1dbea8deda8407b7810e8a',310301000,'4c2bcffc796af76a2607a978289942241e63a6387e0a2ae8fc3d02c6b5519fb0','676af2de3d30fc26112e65d493b9c2401f93822c8e414cc5e7231e60b728e6e0','751094a1e3e451441f6e956573607dd3e1f2908b06870b22942c0c7c9b755f27',NULL,NULL,0); +INSERT INTO blocks VALUES(310302,'ca03ebc1453dbb1b52c8cc1bc6b343d76ef4c1eaac321a0837c6028384b8d5aa',310302000,'a39fdd7f84d2f6e29b613a8a724bc0902d9abd2d6b4d2f46c3b0512928d69b3f','ef3dfc32bc5b72ec279a0229af8bf6548bfb5bf4ed717e3e81ccb7710f802021','22546b44a73950633a180bd3c1ccc58bc019276367ab5e8ab106e3125fd37d79',NULL,NULL,0); +INSERT INTO blocks VALUES(310303,'d4e6600c553f0f1e3c3af36dd9573352a25033920d7b1e9912e7daae3058dcca',310303000,'23f307ef560a02210f4aae5fe605c6d8af9317ab17f1e1ef0944038a3515da49','d1c0461baeac24d356af8ba5283753c778f8ab0fa222c51b753758268f1e7fa4','de9620c23a2a4ae04247b521de62eabaf8ee48c5970e81791fffcdc211877fab',NULL,NULL,0); +INSERT INTO blocks VALUES(310304,'b698b0c6cb64ca397b3616ce0c4297ca94b20a5332dcc2e2b85d43f5b69a4f1c',310304000,'6baa2ac646d3725fa01111959753844d22181cbbd1801cb12c4208be3709a3a3','96ea912eae3265566ab229e5d5a25354c0713471d73d866b9a09c9b2954d53e5','a783b7ac698dd4b2269ca7f19c6cee1f6af01c34d633e1dcaa81db47fcd4e5ea',NULL,NULL,0); +INSERT INTO blocks VALUES(310305,'cfba0521675f1e08aef4ecdbc2848fe031e47f8b41014bcd4b5934c1aa483c5b',310305000,'c366fd009860a090c632131eae9380820e512009bbbaa6f7bc5529afab7a88c1','35584be5484303aa263d746735209b04d92a6baa6045e2d684496ff5dabe59ef','4f9ac2f58533e5358c8249fe22ea91111e7e23affa817dcb32f73bf4c5d24036',NULL,NULL,0); +INSERT INTO blocks VALUES(310306,'a88a07c577a6f2f137f686036411a866cae27ff8af4e1dfb8290606780ec722a',310306000,'fd12969b828d689063b4885a0356fc17e5207794d1f5b6a17bdeb8d584815a79','df65a3a9f318fd30166869a3d5d6eabb9c84399f15a7a50f39422a05ff851997','7022b78355a824f13fe68b283c60387382232ed4a79de51de4a4a3363229bc91',NULL,NULL,0); +INSERT INTO blocks VALUES(310307,'bc5ccf771903eb94e336daf54b134459e1f9dd4465dec9eaa66a8ee0e76d426c',310307000,'e168094d31f56d36e4c3863fe719e6064b08ccc6f3c2adb490b1359360026aee','272ae60ff5120848055f08303e13a982fc66959f3e3b72f7d7461c7f91252944','490c0a8bada00ad6fff0cf6e03b27afe9d8591bf58f03522553dfd8119d84461',NULL,NULL,0); +INSERT INTO blocks VALUES(310308,'2291ffd9650760ff861660a70403252d078c677bb037a38e9d4a506b10ee2a30',310308000,'523b3bba7b02e2c4e588f21ed14b7b4f6630f887cc89f9361487b581d7e633b5','30df282ad2859208c35204fe5e2d395734e041bd9644b8b8626678fdd64058c1','fe873afdfd403f3417a3680a7a0b438e2056de7bdbf70d13c2cad4177c5ae7ac',NULL,NULL,0); +INSERT INTO blocks VALUES(310309,'ca3ca8819aa3e5fc4238d80e5f06f74ca0c0980adbbf5e2be0076243e7731737',310309000,'effe1a68917014086da3bf8696f6c13f3cf2cb5cbd6c18b80ed622e476cff017','197a65735f9d06d433abdd01f29f44ec697ba537ead9107ebe9cd889393a053c','e54e6dde825de8d0ff7eb21be19287ca70800af906814b8deaede1bc075d359a',NULL,NULL,0); +INSERT INTO blocks VALUES(310310,'07cd7252e3e172168e33a1265b396c3708ae43b761d02448add81e476b1bcb2c',310310000,'968fb8a7409531a27ffb52af484e7c1076f05b58f9a51bf9cf3d5a7d83b12002','b9b9eef5f4c1720522286ce5f6375613c267684ac330210ab664e29219065cc0','68809796c3e89fe6fc51f07c034eb85801f432ff9d9e5c6600a8b30495878aab',NULL,NULL,0); +INSERT INTO blocks VALUES(310311,'2842937eabfdd890e3f233d11c030bed6144b884d3a9029cd2252126221caf36',310311000,'8c69639a757d0195594fa1da3f6b35a0e8c62b8df7f95db81e26d496b8c9dd72','86b9b4356e26ab703e29060a4ff1be0c5cad328b2490d983eae10c24369a1649','3ee453c045e63b609885eac2ec517177ec3dacdeb2a4d14e06f392d30ac8787e',NULL,NULL,0); +INSERT INTO blocks VALUES(310312,'8168511cdfdc0018672bf22f3c6808af709430dd0757609abe10fcd0c3aabfd7',310312000,'8d839bac01b9aae5e554f691ae0ee42cee072f9367fcc2811d4b3f65640cfcad','802b3d153e101c2772b1c96c851efab754f77fd3fd7eb59848d510f8994a9d86','2ec05b9c29bd5bb479ca8a11994bb2e4c6adf29448c2b8a39ace6042a843432c',NULL,NULL,0); +INSERT INTO blocks VALUES(310313,'7c1b734c019c4f3e27e8d5cbee28e64aa6c66bb041d2a450e03537e3fac8e7e5',310313000,'1377f4255bfd7ff6638734733a4b8faec97fd62aeb954e42b477c875ccc50b73','e96392425727ab5eb4e16a61aef7d28cd0826ad7bc1d8266b3c187bb22bb5d51','a03f4ac4aa23e471bc836f867d3f513c03cff513db53d09cc11fb7bec7ddf969',NULL,NULL,0); +INSERT INTO blocks VALUES(310314,'1ce78314eee22e87ccae74ff129b1803115a953426a5b807f2c55fb10fb63dc8',310314000,'8ed80d44f0d6ad01a30611d94b91f735ef3a166cf0dfa7531492a3e4ac7c29f1','17d9134674657a9958c43efaea302df438762233e7e5d57811b71378e3d62695','2c9da0faca663daee60b435f341773c3fad6a79c07712480ceb72f6cfa949fc6',NULL,NULL,0); +INSERT INTO blocks VALUES(310315,'bd356b1bce263f7933fb4b64cf8298d2f085ca1480975d6346a8f5dab0db72cb',310315000,'24b5905cf0d5349b7031870af9677916892e3292fa61455a75e84c1605a398ba','d8bad5e8a6ab63c8e0394c200e6b90cb2a1feabe3f58dc0faaaab59bb0b82654','658aa6ace466b25f9a2f8012bbb493d43c538368065a4c2cfb9c7747997bfecd',NULL,NULL,0); +INSERT INTO blocks VALUES(310316,'ea9e5e747996c8d8741877afdcf296413126e2b45c693f3abdb602a5dae3fa44',310316000,'a191657253ca159739403f35417ef74637b053db49c7db62465fde4c54e69239','daf2edaf9fb8e7f718f56cff9e570869297ce6bd350794501b05e02a541e1c84','17cf652df01cc7f3819753b8a996c88e88441488be18dc2a5f17f3b44c7f557d',NULL,NULL,0); +INSERT INTO blocks VALUES(310317,'aa8a533edd243f1484917951e45f0b7681446747cebcc54d43c78eda68134d63',310317000,'bf6d880b9fa42b0e38523c00c92a898093afd068450be504a0a56bafd69ed647','740737c2cd6ffb9a5e89e2ae0d34afe5f0bb48d120ae482802b76d07100b6153','bf0c40e119b2f36ba085f29dd917e5433c8b1ce446db9615128714ed18a451f0',NULL,NULL,0); +INSERT INTO blocks VALUES(310318,'c1be6c211fbad07a10b96ac7e6850a90c43ba2a38e05d53225d913cc2cf60b03',310318000,'6422eb2cab5937adb9ca2194c025d0dce63cd62e18d7ebd63220207957c942ee','3cb46a2e5b1a3ef3dd37dbe0cc429962982812eb9c7f87b5282a77a4a7f6185c','a0f4a333a2b6b614225fd6aeb07ad4b4dbd31922d093962a3c2f3859f5cf38ec',NULL,NULL,0); +INSERT INTO blocks VALUES(310319,'f7fc6204a576c37295d0c65aac3d8202db94b6a4fa879fff63510d470dcefa71',310319000,'efb625496aa4365f5ac198a82833c880a60cd5f86d04689463216619cd7d96b8','ed69cef0ba9e4a9371deca76209629cc988257493a69006504b96a99b3da4222','3eb1b71abb8453a3813257c38b0c48b1b978ad9902484ce5cedd157bd86ba6c3',NULL,NULL,0); +INSERT INTO blocks VALUES(310320,'fd34ebe6ba298ba423d860a62c566c05372521438150e8341c430116824e7e0b',310320000,'8c3938d7b3c0a822ebee67f1ecf21b1db6496e19471cf1f2cd00f30325d0c88a','b87169ed018fdc8251d14b58f8d0e09001e45ab5dd76eb2408ab625d34ec584b','475ffa5780301e65f93253e2c1470945458a927ac3b9bb2735697ef257be3b51',NULL,NULL,0); +INSERT INTO blocks VALUES(310321,'f74be89e9ceb0779f3c7f97c34fb97cd7c51942244cbc2018d17a3f423dd3ae5',310321000,'21e4c3a7afd02f183cbb69709fc6c006ab3d38fef3466de1a1870232d1c891bd','77ef24833ac345e51eeb48fa9adbb111e31ffa3739298ce12a18d2f581c9a79a','436d9b4b6e0687dc4954248da24815cc55a53ace5385f4922aae889bb4aa4978',NULL,NULL,0); +INSERT INTO blocks VALUES(310322,'ce0b1afb355e6fd897e74b556a9441f202e3f2b524d1d88bc54e18f860b57668',310322000,'01b3b28c4d8eb796827267c06e6362206884e44f40c3f72d9b5c9d1e6cdfb29a','3833d915749baf7aa33484d7a6b6b28e4acf0d78ee0f1b4e8ab44b22d756a3e3','656f0f41a5fe4585740beff80be7e7272007f8110625cfbc56d922492bc48a26',NULL,NULL,0); +INSERT INTO blocks VALUES(310323,'df82040c0cbd905e7991a88786090b93606168a7248c8b099d6b9c166c7e80fd',310323000,'a362da58df0d31eeaa93a25c91c17bec62f9cad6ff0c31420584ce293ecafdbc','2d41c7286053cb2256526ce42c03ab1288dfa066720e9ae5e5dac4532d512de4','2cde70122a8245d894de17624adbd6d95ecaddea176bec173d125c1fea2636f1',NULL,NULL,0); +INSERT INTO blocks VALUES(310324,'367d0ac107cbc7f93857d79e6fa96d47b1c98f88b3fdda97c51f9163e2366826',310324000,'d1b353ac97e000471c66df8ee04d7b0c25f7eead2414e5648cd2ef334881bad6','051b158e05c22a326dd8becd27d142b52477b9209f369599db5c5e25484af157','ab31c7262b5404e6390b46a78922abc749cfce383ac626818c833ec1a2f099f2',NULL,NULL,0); +INSERT INTO blocks VALUES(310325,'60d50997f57a876b2f9291e1ae19c776df95b2e46c14fe6574fb0e4ce8021eac',310325000,'7734300dc764c67fde935dd4432396de4a31cedc2901f3fc70bf1576797cf7b0','7671d8cfff3601fc44132a6d274c1ab1fb0b4fb712041d86eb28157667682251','7d1a4bb01568e8fa18e487c0036fada57e7891c253030a05bccf16132cbc30a6',NULL,NULL,0); +INSERT INTO blocks VALUES(310326,'d6f210a1617e1a8eb819fc0e9ef06bd135e15ae65af407e7413f0901f5996573',310326000,'ebe859a722587fd456695c6a46af7f0bf54c03e940bdbb5424520a8c1fe70617','72884e56565b442c37cbbc572fa762c7b7b3c549c396037393463be7afb089fa','513d105bf093d239c07acfc21122a51cdd6f2d65d31193fe1908b6ca9be70bd9',NULL,NULL,0); +INSERT INTO blocks VALUES(310327,'9fa4076881b482d234c2085a93526b057ead3c73a6e73c1ed1cdee1a59af8adc',310327000,'8ced7a546ee2c746d4dc3f0ecd2fb4eaa62c65c4e98be74545d8de22c03526e6','ccbabd4fc70b15ebb6f28afa6f96e4a1f0af08e6a3cdfb518ae008432b908739','212415a4f27242329754028928555fd67ae7c92b28e88d5e63d9fba576116f96',NULL,NULL,0); +INSERT INTO blocks VALUES(310328,'c7ffd388714d8d0fc77e92d05145e6845c72e6bfd32aeb61845515eca2fa2daf',310328000,'bb5d3479e492f52a0b3b69d29852faefdff645f9b113eae82594f57e8aa40b5d','42fa2df2e053f97e86881395e5d66de912e59bf73eb5be322ab170b06fabd344','898e0e694aefdcf8cef9a081932baa5019cf27e23972af4933cc099460c62e98',NULL,NULL,0); +INSERT INTO blocks VALUES(310329,'67fb2e77f8d77924c877a58c1af13e1e16b9df425340ed30e9816a9553fd5a30',310329000,'4ad2c9d802db762537be19143ef5eca474cd9f749bbbc661cb95bcf1dcb0b02b','a5336a1818452ca9888d582bb5ad8182e00ec37723d42e6769b001069f96232a','24b8d442bf44637e0a3d9d531a15ed697c5c1074e370cd0e0d7b0e4a8905dac4',NULL,NULL,0); +INSERT INTO blocks VALUES(310330,'b62c222ad5a41084eb4d779e36f635c922ff8fe275df41a9259f9a54b9adcc0c',310330000,'4a9a6b59d56f6b7cf867095d939f9bddbf779141177feda470df3759b7d48be3','263932b9bd949d4b0557a7fcd5597a0c607c722b34e644f9795e4f08713a4436','06a7a7f36d337ddeb0ce0f35f9474de5690ae9c1694d1720f7c3baa30a0c2af4',NULL,NULL,0); +INSERT INTO blocks VALUES(310331,'52fb4d803a141f02b12a603244801e2e555a2dffb13a76c93f9ce13f9cf9b21e',310331000,'c676b9c31e0e3d74d005ad0a52a18ba34688b6002da5d269bcea0f789a4f8e91','646197318fca63f2c8068c0a119f122d02cfea4a5c95201d6cc2eada9ba276a6','2be5caffbbcc4b5767bb0d73119d379a0432e0239ba5f543b509e6a686f8661f',NULL,NULL,0); +INSERT INTO blocks VALUES(310332,'201086b0aab856c8b9c7b57d40762e907746fea722dbed8efb518f4bfd0dfdf2',310332000,'cf0b702c03ecff4bda1254dd5e96ca580b69d5d02d1f233725fccbe1f5f32000','8197afee90f808a95bd5a3dbc9c41618e3a07a3039dc2e2539a94cb023e54a0b','6ab690711e195c326823ed2d7923e6aa5d5fbc22f8d88033e366438001251dd4',NULL,NULL,0); +INSERT INTO blocks VALUES(310333,'b7476114e72d4a38d0bebb0b388444619c6f1b62f97b598fed2e1ec7cd08ee82',310333000,'b40359eb197db65549946d93a39b2a732e0694d21b8d0138b9bfce4f5a87ae5b','c8b269f3fb117e7ea3a9592a023787d886ffc388f91fd651618f807c017c9a67','228f615f21fa741cc9f99baa8f5f3bf2ed3c17109092c1a3ddd214b4f418f608',NULL,NULL,0); +INSERT INTO blocks VALUES(310334,'a39eb839c62b127287ea01dd087b2fc3ad59107ef012decae298e40c1dec52cd',310334000,'7cb471ec146f9ec1e4d1b93184ea641f7b8088807dedcd1c0be4ca5ba99e80e1','24eb770852273754585985a5fed612de801663408db3703bb9771d5bcf518cb9','6f1e77037c22c6502da87895fece9d3e8d789b545cd75bbb64498de113a97a4b',NULL,NULL,0); +INSERT INTO blocks VALUES(310335,'23bd6092da66032357b13b95206e6527a8d22e6637a097d696d7a96c8858cc89',310335000,'47de747ec20cbec96a6bc4b71f67ea827c7a5a1ab0d3541fd539efac7442d644','ba840a499b9de3ae457db93220ebb7bf61560f33660b8e7b980178325d114cec','0630a3ea59c0bc5d7913e4f51508d9370a91c6402fc02a99177a6bce3fba1507',NULL,NULL,0); +INSERT INTO blocks VALUES(310336,'ec4b8d0968dbae28789be96ffa5a7e27c3846064683acd7c3eb86f1f0cc58199',310336000,'c216588e623d2b3d03499c7e9f817106b20a8c98765979987633f1e4e50d9594','a6c20cca4d22fa5b8357fae640f1a90e3e656f9015eb5db289ef6da17b597f1c','37e3802e0b362fee1dbeb4f62ef36855990f529d0712165ecabdd7b6d1a4ac5f',NULL,NULL,0); +INSERT INTO blocks VALUES(310337,'055247d24ba9860eb2eadf9ec7ea966b86794a0e3727e6ffbcba0af38f2bc34a',310337000,'a558b47328f54b79a5ad9f7737af0e4df07e13e20f150296370e111879c09c2e','15c9f81424d97e28fc5d40b9f74edee6bed3f68f8c81dcf572cbd786626ff353','a2224a100b9277fc0b68755fddd498519d1b3fa75747346188e7bce21ceb876b',NULL,NULL,0); +INSERT INTO blocks VALUES(310338,'97944272a7e86b716c6587d0da0d2094b6f7e29714daa00fec8677205a049bcd',310338000,'31bea50c6481fa982eace70df5fc13d2981f1af13962809e3492b493a0dd4905','ee8efb364c79aae62d48d0198d7ca348d71f312eaef01daf906fec89d2fe9166','ff671ee39360d6a5a8c89fa4075c5ae9ef15302413b43660db715b9f69074a92',NULL,NULL,0); +INSERT INTO blocks VALUES(310339,'99d59ea38842e00c8ba156276582ff67c5fc8c3d3c6929246623d8f51239a052',310339000,'6605ca3db3c509fbc8574f2e10a3f981e2ff17b2812946ec8f2b1e49ba44f220','af5e50fc6a529fb06423c8ad7beed13c6e1de1c3f746f53dcedb7af76e0d95ff','a47bfb4a96be4137e77b5753cb2289eddf7d571e34c148b6527a157bbbed2f7a',NULL,NULL,0); +INSERT INTO blocks VALUES(310340,'f7a193f14949aaae1167aebf7a6814c44712d2b19f6bf802e72be5f97dd7f5a0',310340000,'7db1ad1952cac2dda86fff6e5f939010bb30a1da26af438d354e17f423d5bf1f','f42c5c43148a61dace7d50127d905f236ad738774c20d4f874fc3b824b58cf92','5e836febee6152dec790e89d8cafeec7abda4a51a5de5413993de6d221032a8f',NULL,NULL,0); +INSERT INTO blocks VALUES(310341,'6c468431e0169b7df175afd661bc21a66f6b4353160f7a6c9df513a6b1788a7f',310341000,'1a1eef01250d2c53a1b34a8ee5b1e8fce984c3d47d28c544c6e162493b51225b','5fcdf7ababadc89a26c3833bc8b819642466504b58323cded8cdb8a904239ce6','4fbe9826d55a19a98aaa04554499e8c2d7d709a3e5ab65f5eabc42902b71c8bd',NULL,NULL,0); +INSERT INTO blocks VALUES(310342,'48669c2cb8e6bf2ca7f8e4846816d35396cbc88c349a8d1318ded0598a30edf7',310342000,'3c85c0b825985b04b42137da7e59fb3daaaf9e65b871b79390a4d8b31be5da92','b165c708026f386ddc7206518e594fcef7b5782fa0db77db6ce5b02e3b563145','64db4cd206b12c66bbebad731c3800bb4d229ebc9c0a7649530fd7f8df991ad8',NULL,NULL,0); +INSERT INTO blocks VALUES(310343,'41a1030c13ae11f5565e0045c73d15edc583a1ff6f3a8f5eac94ffcfaf759e11',310343000,'26f4ea323dd31b715c7a7f4ab8f1feabb199333a8494449ed538ff13215bb3b2','37808f9fb4ad766c671be7e9703aa7c7ea53991fa838400536d25f304ebe8090','eacc2c4c677db5d033363f50cdcbfec21836736d9c84808a81f2e3311cabcd0d',NULL,NULL,0); +INSERT INTO blocks VALUES(310344,'97b74842207c7cd27160b23d74d7deb603882e4e5e61e2899c96a39b079b3977',310344000,'444314748cb1fa1c836b3b4de65c3920c7fe446741193e5f77843affe3bee908','52dd50744ce4773a3db8dcf016a392a133ff7ebbeaf293d4ecb4a32fcc575a19','28623bee0f846c7634724a078f0431a6681592adc07f5511d6a44b6f25efa6e9',NULL,NULL,0); +INSERT INTO blocks VALUES(310345,'0bda7b13d1bc2ba4c3c72e0f27157067677595264d6430038f0b227118de8c65',310345000,'d1775816bb104187076be74e78e87fc6d367c3cb31d372329aec2b635002ca2e','15f4f9eb55ff5d2b8efb40a57193f253470889b1fb2f532f02b66d236bc902bf','d037646e109f17a13d4a370a20212b8c618d0dde89cb0d89cf1cbfdb7a5e5539',NULL,NULL,0); +INSERT INTO blocks VALUES(310346,'0635503844de474dd694ecbcfb93e578268f77a80230a29986dfa7eeade15b16',310346000,'3244eed1df8ec4ae0ddb04f9f6e59e54244ca3df10dc21fc89c99c74ba734781','58faa47bcd277d0d52d39a46473882adc797797cf2c30967418fb4ae832dc21d','a4d9e941b5473eaf4fdddab75e608543fb0a7d6e460db41a992eb4638303a333',NULL,NULL,0); +INSERT INTO blocks VALUES(310347,'f3f6b7e7a27c8da4318f9f2f694f37aaa9255bbdad260cb46f319a4755a1a84d',310347000,'6fd1802c269750b69ec04df457d47cd6b44c261340ebd5b4da61f06ede6aa166','716162f3fea6641e6ac697eb11880c5b39903de4ab30fa24e899e363d5c1d9cd','c3a10652f651facace47383a64d17b7af854876b8e0c63a94cc0cbfccdfbd60a',NULL,NULL,0); +INSERT INTO blocks VALUES(310348,'c912af0d57982701bcda4293ad1ff3456299fd9e4a1da939d8d94bcb86634412',310348000,'668330e80a23f499c0e91b01c4c51aab393813b840f81b6b672611e391699faf','8c169d593d4c922ef7d3f530f6de4da37c01716f19ea19b48b122a6135f3e293','dca5ab8e12d7094b19d61408c832a7f6c4386a9722a1f4d6c042fdc47661377d',NULL,NULL,0); +INSERT INTO blocks VALUES(310349,'ca911c788add2e16726f4e194137f595823092482e48ff8dd3bdbe56c203523c',310349000,'32b36035ac1684e93126657ecd9711feb689672f64cceb03d220a8089dfacf12','8d54849ce08f65fd3dd06baf845e5a3132b84c960e6f316c4bbbbe5a3d2b7b01','57aa7d9953fc2b28ae1868b69faac5ea7a8b01465a1384e7761505425e5676d1',NULL,NULL,0); +INSERT INTO blocks VALUES(310350,'c20d54368c4e558c44e2fbaa0765d3aecc8c9f01d456e3ff219508b5d06bd69d',310350000,'dbe70bf3b8e4b74ac25c1b6737b6a760e6a06a4f96ee83a5ca728c8501d4af05','1e46f66542896fa2ff6048472d49feed3065a6fffaad639da03027b00ce377bf','ca09db526a01b8ea30aa606c8ec32e6e7212de7a8951ff69ea0bc15dcb28203a',NULL,NULL,0); +INSERT INTO blocks VALUES(310351,'656bd69a59329dbea94b8b22cfdaaec8de9ab50204868f006494d78e7f88e26f',310351000,'89bb7ea865a221a3646f78ea774a7cf1e15e8d65b85ddcfbdf87773145904151','f99c452388cd3d8aa59f7c75fa06770a116b5f69263dddbb7b5fdcffc7ffc524','6f18f886877ddf5d9dc9987435efc39ba469808f1dd9de87fce5fc55df9997cb',NULL,NULL,0); +INSERT INTO blocks VALUES(310352,'fb97d2f766a23acb9644fef833e0257fdb74546e50d9e2303cf88d2e82b71a50',310352000,'fdbf27d576a72b046776be0e5c0a91d060619778aadef3df1d30f1a7785a0fdb','1d2f391bb7990954e14c69c9429b54b9f5a88791ec4b2fba2facb464152417f4','1672e6479515c05fb469bc7d394423afc56e33c468d8017c9f0ccb074588c227',NULL,NULL,0); +INSERT INTO blocks VALUES(310353,'2d3e451f189fc2f29704b1b09820278dd1eeb347fef11352d7a680c9aecc13b8',310353000,'73429d323376209447edc6d2ddbfd51f0bcde21736ea6dad61dc96b6984a1fa1','8ad1adee999dd851e81025b31920d1f0f66c1e56433e7b2b110d03cfccd7a141','9037c6876168dc6af146c65d0a16caa77153b3bc7c3fd99637fd79a90559341e',NULL,NULL,0); +INSERT INTO blocks VALUES(310354,'437d9635e1702247e0d9330347cc6e339e3678be89a760ba9bf79dd2cd8803e0',310354000,'b2bbcbb6a7db94b2a5681c6e380ac13480bb49c29a3fbb3c7c1eb740f70f8324','8d6870632f2336908828a72e7445c9d8ecbec3d420b234dad2b17ae06c0a709c','31c1cbb6dfb20f92f42ef6d085a01aa4cb9a8bbf1579f9d74213241ab7d0adf7',NULL,NULL,0); +INSERT INTO blocks VALUES(310355,'ea80897a4f9167bfc775e4e43840d9ea6f839f3571c7ab4433f1e082f4bbe37d',310355000,'ccbd3ea41587c3c1d92f355979b49c5340a0a90060f07c228c22d6ff76b25579','8dfb02eb42bf84a085d150a0dc3fb2effa201594da47639e8f77fea0a7084eea','7a7b912ebdaffc433d1d28245fa9f0ac0633c0a9106b8e52264f44f797a71001',NULL,NULL,0); +INSERT INTO blocks VALUES(310356,'68088305f7eba74c1d50458e5e5ca5a849f0b4a4e9935709d8ee56877b1b55c4',310356000,'06a95d39e110e40ba318320d50984096cbec88c680f426f721154555efc2561f','3516c2e9b180883b3526ee0a028c6d22b2a8a028b896423eb71db31cc284d566','08690c4f92c0e7676159fed4f10540a635a627e6824fc2822c05a74956ad66a2',NULL,NULL,0); +INSERT INTO blocks VALUES(310357,'4572f7f4ad467ef78212e9e08fa2ce3f01f2acc28c0b8ca9d1479380726bab1f',310357000,'443f947352e853367d1c10d25771c7d78eec22fac19c5bace6f96b8f949e264b','af4dd2cd8426ceb8c7dacc24b30d4d48e1152340a5a81f32b745878558969f4a','a1864b64836335923d401c6d10153662c76bc6bdd3307313457b1286f84516bc',NULL,NULL,0); +INSERT INTO blocks VALUES(310358,'d5eae5513f1264d00d8c83fe9271e984774526d89b03ecd78d62d4d95ec1dea6',310358000,'c2cd71dc9e7d5ccb5d5e9d6b55c47010c9db6a573d01820da1c8960970fd571f','635f90dc6b705e3e5928101d6ffc32a247088fd8965e0e372358b35ba822df31','3ae4738d21b0197c987dda34e1f85f29546c9bb95da01c77123a45ecc04d8100',NULL,NULL,0); +INSERT INTO blocks VALUES(310359,'4fa301160e7e0be18a33065475b1511e859475f390133857a803de0692a9b74f',310359000,'5b7646bafc6b11eb1554ea1e02221883043b435ae973c3678505fa2128aadfb7','eeec8a86b03a3973bdf5215e1789277ab7aa4c47f4e9f05a44a312c01e0ccf0d','02316098dcc556cab752bfc0472818fab782a81091732c8a8c5572c90f5f38c5',NULL,NULL,0); +INSERT INTO blocks VALUES(310360,'cc852c3c20dbb58466f9a3c9f6df59ef1c3584f849272e100823a95b7a3c79f0',310360000,'b0e937568a47c244e3b29cfb3a5e7196c171acc1565c44020345c715b7774658','32f4991609b3d8cbddbee2fe5e7aff49e7d4f5334ba0d283893733f19d3f448b','bdf87a342b537dcb6a1a755494db091e85f4ac6627af869f847cfca182f5c3c6',NULL,NULL,0); +INSERT INTO blocks VALUES(310361,'636110c0af5c76ada1a19fa5cd012e3ee796723f8a7b3a5457d8cb81d6c57019',310361000,'fd5b67bb571f4e9c0c37c6a5c9e1181133c301e05f4f97a41bd827eda7a6db3c','4ad763ba9a9de4e6fd2f48d1342b9c2b4f87224fe591cddcf0ea3aab19187ab3','83d46a36e7ee87b832efb03b769ac3ddf4991ab21122e4716626363864bec134',NULL,NULL,0); +INSERT INTO blocks VALUES(310362,'6199591a598e9b2159adb828ab26d48c37c26b784f8467a6bb55d51d7b6390f2',310362000,'38382cc090b349809c4798c3c83b485f8ff682fd5b5b2568357d62ef30f7c046','2eed1cb542570837b9e34c5ef140428d09c132369e5073061d9b1580338fad97','31785fa6ff2124844bf5e99fcfaf8eddcec5d8f82f4375b0b04434fd0a08fe11',NULL,NULL,0); +INSERT INTO blocks VALUES(310363,'a31967b730f72da6ad20f563df18c081c13e3537ba7ea5ab5d01db40e02647e6',310363000,'82911a691937d87629bc14e5294f68a25ff2fc6512370db032834b85a623d5c3','baa8c23f6f8bbed9640382166a4fa59eba156a3c94b645334124a57ad886136d','0fd6687beb94bb8409c27ec23b92ecda37ec9bb0022b0bf47cb035befa955738',NULL,NULL,0); +INSERT INTO blocks VALUES(310364,'67025b6f69e33546f3309b229ea1ae22ed12b0544b48e202f5387e08d13be0c9',310364000,'cc362ce4c2142e539057430e2dd6402b985c62fefa4e4ad33afe1305f53af8a4','973037f8124687eaeba2e9f3e301cb20b9370bef4acd3f2c86eedf595b792b73','870a414c4c883897e3e497009c422e21b2f2d0a3c0dfcb661a9efa33961e5659',NULL,NULL,0); +INSERT INTO blocks VALUES(310365,'b65b578ed93a85ea5f5005ec957765e2d41e741480adde6968315fe09784c409',310365000,'49e41f95f081b70e3f540fa22864cc4f229ceabfdfd54f2da112f1fd35466617','aa3e39acb1dc1a955f579a9a40961a80319c5dd484ddf322ca6edc6b67cec932','d51639af55508c439813fd77df3132e203a7d2995bd69ac90e19f7cbe9e00af1',NULL,NULL,0); +INSERT INTO blocks VALUES(310366,'a7843440b110ab26327672e3d65125a1b9efd838671422b6ede6c85890352440',310366000,'687c5f3e381d164499126ff90785e3635c825db3808267d4de2ec0e37cc7c597','610fbd2d8f4dad57d7efca0772534da791785cb2c45de1906a9b282792faa9f8','0ecd185b7cd950e061ea2fddff6e5c2f1d5fcda8491fcd3598634945319ae3f2',NULL,NULL,0); +INSERT INTO blocks VALUES(310367,'326c7e51165800a892b48909d105ff5ea572ff408d56d1623ad66d3dfeeb4f47',310367000,'d7fe976a4b2cca2e23d082a703ef4f4739e110ce1e0a373e76064f6186856ff7','531453a70483611396ce5bacc17e22125b1b61f61d56c110fb72a929b95deb9a','56e5ad0b89176cb0f25b985ae1c81d67e9745be7e192426146d2ad50d78cf8a2',NULL,NULL,0); +INSERT INTO blocks VALUES(310368,'f7bfee2feb32c2bfd998dc0f6bff5e5994a3131808b912d692c3089528b4e006',310368000,'97f0a0f9e6f355dd179aa2941412decc1b0a06de0dc14dce8538aed6e35d41ba','289eb338000f45b4d7e143a08a490fbee8d307eb0975f5a2ed62586c2f625e0e','2487123f6c5b9c29aa8db751307fa8592be8b6cf4897ca4f30a6be23ab3638df',NULL,NULL,0); +INSERT INTO blocks VALUES(310369,'0f836b76eb06019a6bb01776e80bc10dac9fb77002262c80d6683fd42dbfc8da',310369000,'1b5d9ec9bd918c84a5f9b6882c94a739cc1ad1362dedfbdf7b2009fd42251d66','a9122294ce4ccd606d3fa1787fb9c44f25811fb2fe486c9d58b407b5da50dd8b','aac8130183f1dbb59b39b48bf99c53a762cfa510e22590bee54285fdf4e0acce',NULL,NULL,0); +INSERT INTO blocks VALUES(310370,'9eb8f1f6cc0ed3d2a77c5b2c66965150c8ceb26d357b9844e19674d8221fef67',310370000,'578b039ed2b9a25e1c75ad9a5242c5962d6645616dc53fb08386602e40f14486','d61d958644caab04dc236d04d3654abeb1fd625dd7b9cdc01ca5caeae9b41f58','6b4c1424d94a4a05807e3025c0255783309cd9b807ec7eb1f0969758af6a45ba',NULL,NULL,0); +INSERT INTO blocks VALUES(310371,'7404cb31a39887a9841c2c27309d8c50b88748ed5fa8a3e5ba4cc3fc18310154',310371000,'473d21b8218a2b02f7fa0d5daf114fa988e4a3d97c33aebe97e51a8d22252492','8abb7bf5c66895fd9e9de804ed8e35b3b1d12054a4e45ab3df6cd41194d836e6','60a5fcdb945efa14dbafd7bfa8f6104e7d1e85f97c86c651f58cde6c0c46b49d',NULL,NULL,0); +INSERT INTO blocks VALUES(310372,'d3a790f6f5f85e2662a9d5fcd94a38bfe9f318ffd695f4770b6ea0770e1ae18d',310372000,'0c306eb25702d190ce32cac521b1fac9b8a7cbcf441fd74be8de2e002b4ce14c','ad3d52b024093fcc5b88b7a3176c4117468f0f675fd9e908c727ebedc5e2eff3','bf02eb24a3dbf7fbdfd1354719db0ff50ee0b4a8e8187376c59ca7301bbf8035',NULL,NULL,0); +INSERT INTO blocks VALUES(310373,'c192bec419937220c2705ce8a260ba0922940af116e10a2bc9db94f7497cf9c0',310373000,'48d14b17f9074ce1f75ab32581e8f6fe7d518ebd669af6508e5d986d97c92b3d','b60270d322c86c6452289e0968be64c2217ebeec34944e43aef908e119f838ea','0beb8946dae632b49616be7e460bc1dc3649078d06d9e1141f8fc4df365af778',NULL,NULL,0); +INSERT INTO blocks VALUES(310374,'f541273d293a084509916c10aec0de40092c7695888ec7510f23e0c7bb405f8e',310374000,'aee93917f6fe0046069aaff48d5d1875a9c4451acec6562a377428bfb1184cd4','46decb141683d0bf4c52e4f756b955c923bfb3995025d0f19a8ef7cac1dd2b60','c92e33dc3354b4a5d7bdafc44a2f6d6879f5aca9b7d1735959dde45bad044e43',NULL,NULL,0); +INSERT INTO blocks VALUES(310375,'da666e1886212e20c154aba9d6b617e471106ddc9b8c8a28e9860baf82a17458',310375000,'2b0d74911bba5c9530b69c04fec512fe4c5df25458e5237db884586a221fa30b','9349961eeb706cf083d6ef1fff69cc871def662dd23fd7854135c1b0dc1a78fb','b9c54ce4872aa90201dd8318743a56da8948c933ea79925e4613d4b01e21de0b',NULL,NULL,0); +INSERT INTO blocks VALUES(310376,'5dc483d7d1697eb823cba64bb8d6c0aded59d00ea37067de0caeebf3ea4ea7dc',310376000,'a6f84afe2845ba2fa4e5e7377b1d4474dbde6dfc9c4bed050e6d10cc80025e82','a5f607569f31beb9ba2a0496a9eb2eb40a6926df4b174161b73f53719ad04767','f78e9e4cc55fb8d6d2346cadc5366ac0ca56db54708536bf56d23150f359c051',NULL,NULL,0); +INSERT INTO blocks VALUES(310377,'f8d1cac1fef3fa6e7ad1c44ff6ae2c6920985bad74e77a6868612ee81f16b0b3',310377000,'e006e13691719e4fce65e72c692d3affeae8ae465de2a3b285a1bed4eb518a70','4dd3a5ae07e934557005871e7c72351077b1092580eadda11fcd3501bb000579','512661a2666f9304981b94564fe39470e9628fec96c6799ff2923aad4d26e589',NULL,NULL,0); +INSERT INTO blocks VALUES(310378,'fec994dd24e213aa78f166ca315c90cb74ee871295a252723dd269c13fc614ce',310378000,'607ffa4928577b82f275750353fcecc2e50098d227f18bb8ea95ac2bbb10eea6','49533405fa36a389e0d8cac965389e23eb421da5833d625d160f75fa9defdeab','24e35fe80fe3dfd70b34c7f9daf4c00b8cb5865499477257edcf46b66884cbad',NULL,NULL,0); +INSERT INTO blocks VALUES(310379,'d86cdb36616976eafb054477058de5670a02194f3ee27911df1822ff1c26f19c',310379000,'9f17e8d662dbbfc12a56dc36172b3154bc9b05a87885d1411826481e1ca4f6ea','4514a78a69d0987ff60976334f70d0533a1c5726099ae73d93be187a57f25f44','844e0fc0f6b67a14723d27475b29bfd7dc70312f1037c719e8e12fce7fd0e54d',NULL,NULL,0); +INSERT INTO blocks VALUES(310380,'292dba1b887326f0719fe00caf9863afc613fc1643e041ba7678a325cf2b6aae',310380000,'d617e30e1a32ed1cf269a190fd4c843755413492827546a0b3ed14278f817532','77038e6b75820a64c9fc9530b3d2c8411cc4da649fc69a3d235424c2dd5500c5','b2a88f030cda2ab8df4951f34254391fe3ca0c45c440a053541f5b7dc716cdef',NULL,NULL,0); +INSERT INTO blocks VALUES(310381,'6726e0171d41e8b03e8c7a245ef69477b44506b651efe999e892e1e6d9d4cf38',310381000,'8af8d819f02927de4a74d3d37dcecf6e5124d53be37603764b1b1adad13b0d7a','48b66540bea91d2c2d216d5c13e88dfd9c1f1a36cae2ec721253034041e63af6','bc4992f758595bc4020399d18350dd936fb0386f1de2496355d7f87d88d4af62',NULL,NULL,0); +INSERT INTO blocks VALUES(310382,'0be33004c34938cedd0901b03c95e55d91590aa2fec6c5f6e44aec5366a0e7d8',310382000,'809d5c20335bbefe8e4f3552e24b24d96f6ee4ab12f3bfc9e74898371cf69797','159e8434abde33d3a97a4e7701cafec884a6d0d7ad78852ee7db449a18c5e23f','47ff212002b14208fd1f2a8426a6fdeec6ac5b7ea52bd52cadacad0df0478a07',NULL,NULL,0); +INSERT INTO blocks VALUES(310383,'992ff9a3b2f4e303854514d4cad554ff333c1f3f84961aa5a6b570af44a74508',310383000,'d8ec301994a5333f8efe7cc547a833d26c6766deb0b39c4fc18d1bdb470ee903','aecbe5619daf47a60ab2765502725a284224c0985e91993b212c50c3449d197a','c4f8e2a188d10dd38ab3aefc65ae5c7957447fc105fca3ccbbb9a2574e9ad812',NULL,NULL,0); +INSERT INTO blocks VALUES(310384,'d518c696796401d77956d878cbdc247e207f03198eabc2749d61ebeadee87e5e',310384000,'fe47a03993cb9079a6e72810552d631fe838bcfaba3b34c73c9948af77266df2','e69bc390fb0a624f6d33512a55e9732857afee1b114df97761186ac648f63111','5ea1fbe7b934416d63354883998b2f6a13b493f7d67e9f7f1117511a2831da5d',NULL,NULL,0); +INSERT INTO blocks VALUES(310385,'2aa6a491a03a1a16adbc5f5e795c97ec338345cfdf10ff711ffb7ac3a0e26e28',310385000,'6114e98e0004cf0f9472fce6bfa6bb99ae38e57214c8b134f30da1d62399f6ef','d3e6a4df9ff34518f8fe243dc87c981aef0cc7b89ff9ca466269a19493aeaecb','94e1950cb879fd142f06a18e580df2434b15291fb176fe5f4cd8183e2e16ad07',NULL,NULL,0); +INSERT INTO blocks VALUES(310386,'9d19a754b48a180fd5ebb0ae63e96fa9f4a67e475aeefa41f8f4f8420e677eda',310386000,'4c52d59ade1bd2068e3b75b8b3cd1d23c6a94b6437f7966d10f5a07bf8f630ff','1c250ef18892c191c535562bb35bb1c8bd4f515ab00bc4cf0b564436b2bd33ee','9e9e1aac7472f15574c882dbbbd5ba9b1508364245b12a274b6be10f4764fa20',NULL,NULL,0); +INSERT INTO blocks VALUES(310387,'b4cac00f59c626206e193575b3ba9bfddd83bbfc374ebeb2838acd25e34a6c2b',310387000,'327e9a842233568888998ec1456b6f78c093b47639707d44e6336b2bc18d955f','d7de64dd98a65b478518d909b1f0f2860f6a0b8e5e530f23ee55caffbaf1a545','55a1f6fc1fe582e18a49bd12e318fa7a964205b388c0b0c04e4d8540a76c85b3',NULL,NULL,0); +INSERT INTO blocks VALUES(310388,'41a04637694ea47a57b76fb52d3e8cfe67ee28e3e8744218f652166abe833284',310388000,'6efaab188a5cae39ef547a804f61bcbc2be4881e0569f49d7622b407f6860401','4916559fdc472a474aa4c652c85b0db143744daed0d98d7f2fddd1dba32be88e','9238735ba99009d5ae6eeb168d7e164ab99d8072bfdd8fdb02691de659eb5876',NULL,NULL,0); +INSERT INTO blocks VALUES(310389,'3ec95ae011161c6752f308d28bde892b2846e96a96de164e5f3394744d0aa607',310389000,'89c686d5d973691a7281268c867f837b86b140a05f16f12302a3cdeb3b6a0ee9','b2e0098e42f81a8a9369d510b17be67446feb3e5da1b1eb37acd9f0b33b29fce','def5782d06bed7a43279c47499b97c51370c7ad3d4f15e5fc5cc22026fb509ae',NULL,NULL,0); +INSERT INTO blocks VALUES(310390,'f05a916c6be28909fa19d176e0232f704d8108f73083dded5365d05b306ddf1a',310390000,'2c4eceebb94d0c7a7702478d9547d1afbb42ab5ecb5ae6271a3f69942bd77e50','8e3a48b160083860b0928dd97150477980da9097945c4ae3ee144c505f131b86','305a74c345f885bfc0c8f0422c3533a308cc556bd7ad0919bc4c8c7c48018714',NULL,NULL,0); +INSERT INTO blocks VALUES(310391,'fc26112b7fdd8aaf333645607dabc9781eac067d4468d63bb46628623e122952',310391000,'06397124ee2a1bcb9104899469394855d4ecccd1a08626d650bdf3169e227831','b1b4f0fc9ba54527ea0902192a61158bb5383f1959f187915c07f88bdf11caaa','87a39caf525f3ea74a25598e4aeace0cbcd8cf390e4443dab85e273ca15ac522',NULL,NULL,0); +INSERT INTO blocks VALUES(310392,'f7022ecab2f2179c398580460f50c643b10d4b6869e5519db6ef5d5a27d84a1d',310392000,'44974b5fec0be3a2958d39f2d6824a2e82733f873a404ec9887178c620843149','97a039be078662ac5b1a275d5618224c1a90886c79b9fb651dfcb14481da8e8a','ea3c28fa4b7c7d71258cb64e4ab6a9adf2dbc661d81d3a7df0653c86ccc4ad7c',NULL,NULL,0); +INSERT INTO blocks VALUES(310393,'e6aeef89ab079721e7eae02f7b197acfb37c2de587d35a5cf4dd1e3c54d68308',310393000,'1863677c0e552344607b1af3eb8ef8f4fc6b2a73d63eebb3e9928302c887970f','c488dd61c64182cdc779e96a2b312463d42ff9829d1d518c8a9daa1a4cb26de3','2cd5a65edd6ec593626421cf8aa066666cdd3dde35de275d6751d87d2a4127b4',NULL,NULL,0); +INSERT INTO blocks VALUES(310394,'2a944743c3beb3bf1b530bd6a210682a0a0e9b0e6a9ff938d9be856236779a6f',310394000,'3838ba6e84376ed8dffb3fee9b5928d903952c0d8a8ad41ab63a9651a1c8c770','e329db30a579327664d135ce9c3661a259378dcc12e179232599e0186c7bfe91','f48a485ad99c91aec7b12aa2c02bdadbcb99ce11f54b7c45e997b792f57c9c2f',NULL,NULL,0); +INSERT INTO blocks VALUES(310395,'19eb891ce70b82db2f2745e1d60e0cf445363aaff4e96335f9014d92312d20e4',310395000,'872367d61f81cddeb555da5f9c4f46a8ac57c24629ab073094e407a4555a8555','2234b36f4187eb0da9ed6a633aa2e15075d5efb23f154963885e7fd42495e4a5','208baf1a7662ee8aee64012d7b26a6669b1f3508cab7c18121b929e7123d6508',NULL,NULL,0); +INSERT INTO blocks VALUES(310396,'aea407729ac8d8e9221efd9d70106d14df6aaf9f2f87dc6f490835a9caadf08e',310396000,'b9a9eaaf1cf6cfa4ae5b0f314812a9a2346209da0b7ce57e16010d2a01c0092a','25946162b9af068438633980c75eaf9e508144f603f7a913de56cc11a7a482f6','320f2a0c67430fc125811c0f5504b7c487da8700ee29e0491ab2f8c40cbc2025',NULL,NULL,0); +INSERT INTO blocks VALUES(310397,'7c429e56a19e884a8a77a759b52334a4b79404081b976270114043ba94d7985c',310397000,'b61f36bcc934a18fdccf7806d41482684ca129801d0b9ce7815dcd488fc49a66','e697fb2f445f03a1d895b904be58a554af4c26ed74a65eb0e52c98e490efbd44','d6fca935c4ce66cffd2e0ca67742b5d2ce2e44e5eea478d6924954d40a04923a',NULL,NULL,0); +INSERT INTO blocks VALUES(310398,'55c046db86dee1d63c0e46e6df79b5b77dfd4ab2ff5da79e6360ce77dd98335e',310398000,'9446476e123e5dd354682c60591cab8b712c30df9080dde756246eef45e21df5','0d20ba449b95f7d128c8b78ef2a37ec390e6177b2041a2b035a72cb8e6062ba9','e675d2b3d6b8cb1f628e5bbadafcfe8077bab752afbdbc7d2556896949d9d678',NULL,NULL,0); +INSERT INTO blocks VALUES(310399,'765abc449b3127d71ab971e0c2ae69c570284e0c5dacf4c3c07f2e4eca180e7a',310399000,'50d288bca09d446f56544fb1ec50d613bdf156488468ac92d433425a3cab0804','82214bf1638d82e5b66919990e24d3960eb02a423bb3f36bcdd730b17267e340','427c3d442fc1a2b8af8e1f3daea3a8a20eade3de4b2f85acfc4c96d1b37a8cca',NULL,NULL,0); +INSERT INTO blocks VALUES(310400,'925bc6f6f45fe2fb2d494e852aaf667d8623e5dae2e92fdffa80f15661f04218',310400000,'349a24fd446727bb1793ccf88fc569d20eb680c10e506fc25b281ce6ec3fd7bd','e7ce5e8c9c4160590dcdaba04bc866267a9784f99fe68bebd337da16768e8f18','e5c2880447ee76e8c7a94895d9089311f4981f5efb110cabf264d841ea98c40b',NULL,NULL,0); +INSERT INTO blocks VALUES(310401,'f7b9af2e2cd16c478eed4a34021f2009944dbc9b757bf8fe4fc03f9d900e0351',310401000,'52c06b68cad19608420b73476a73b411d0327382b92bd454cadf1b8616eb17a5','6ff1e13b2110c6ee69e86818bd32bacdffa6f4e91fd2d8c2b09b5db35062be81','84030d956a902eaa36d15c21cee98a8108f5dbf398e38d57acc71e43f32b300a',NULL,NULL,0); +INSERT INTO blocks VALUES(310402,'1404f1826cd93e1861dd92ca3f3b05c65e8578b88626577a3cbad1e771b96e44',310402000,'8bf64213a454c62dd4b0dcd7dfa298da0244a6aa7ae6fff98be6f49d50d259ab','3e776187716a384a84170b2e7dbbb5c152d98535351c1f5b4b00c7bf5ea7ff33','69a5706b3de507ccfed545d8e2c802deee360a11eb3af57f03b545586fa41f08',NULL,NULL,0); +INSERT INTO blocks VALUES(310403,'f7426dbd4a0808148b5fc3eb66df4a8ad606c97888c175850f65099286c7581c',310403000,'fb2a365372522d1442792cb38e1a4167eda2612ef442c776749097a3d541a827','1fad731787bca55d4102d8d355ccb9625590baaccd0ae63490320efbf5aaf90f','d806d27fcd4a12c259a4f691d2960cf89297d391f1ce5e91a768437c07f4f8bd',NULL,NULL,0); +INSERT INTO blocks VALUES(310404,'401c327424b39a6d908f1a2f2202208a7893a5bedc2b9aff8e7eda0b64040040',310404000,'47f96d798df9cad17667be908ebb063ab9f79d947784a78189d247e626864a5f','10b2cfe8ebe45dac311048b4aa8d15d7c59ae17f5c1a0c132cfb675d893de8d5','9919d3ced73a0986787e7a762ddb2dcc28175b0761f50cad78c317ce00ee2121',NULL,NULL,0); +INSERT INTO blocks VALUES(310405,'4f6928561724e0f6aab2fc40719f591823ca7e57e42d1589a943f8c55400430a',310405000,'185780205a9ab241bb0656799fd0d5942c1e3e5854abd1d06573da550b04b096','8cbd52dd97944b34f080d675a51360dafcd38183cb08633e6ea247d2c5074435','2f52f14effe60e24720ffa2b687e800ada0e68dd00b347b571eff0c8deaba3d4',NULL,NULL,0); +INSERT INTO blocks VALUES(310406,'6784365c24e32a1dd59043f89283c7f4ac8ceb3ef75310414ded9903a9967b97',310406000,'367b9de2313c5f7fce0c2dc2b4a8e2bc059f6881bc924f7315e8e2ca61728a59','0d104d4ce44d11e581f51e5a33ec9e35a994b2b992842b173fb8a2756412b4b2','43eaf607e11ce8adc5278f89d631db86418ab2798e68344c669f0988882069d1',NULL,NULL,0); +INSERT INTO blocks VALUES(310407,'84396eb206e0ec366059d9e60aefdb381bca5082d58bffb3d2a7e7b6227fc01e',310407000,'2bdbd79575aa2ff52ba0cce3fc1a1aac6120d598a8ab0ff3925e1395e6cad2d1','a3407057dc90723c90ed8f2df5af7840e50daa4c4bdedd47181c17a1e8563934','6714a844c0156ae8ce2f2eaea96f53ab79842e61e231a53a282bc6ddf6d756d5',NULL,NULL,0); +INSERT INTO blocks VALUES(310408,'4827c178805e2abae5cb6625605623b3260622b364b7b6be455060deaaec2cda',310408000,'fcd0edef8c4ae9517a6e793a2742c598de38c122829b7a7aa265310417ac92c3','3ee1e7949bdb395a4e481f94344fccb2781abcb3f5d1fea2bbadb9de9228a426','c449c48a98af7db2d3ba1086a3be9590c4bef14b6b0a843a7dd50c3f86ab3ba7',NULL,NULL,0); +INSERT INTO blocks VALUES(310409,'01a719656ad1140e975b2bdc8eebb1e7395905fd814b30690ab0a7abd4f76bba',310409000,'5b663c40873af21ebc721f2689e2c57a2c787fff579c58f033bba75910a64837','68fbf3a110ed24946d1594f5a4de1dae9c4b6f0394188a71ab89996e9fb4e55b','57a5362a3d65ba233a683413690c89b8d253cf8f73b7d76a3ca59bfe6fc6ea88',NULL,NULL,0); +INSERT INTO blocks VALUES(310410,'247a0070ac1ab6a3bd3ec5e73f802d9fbdcfa7ee562eaeeb21193f487ec4d348',310410000,'93c5a33931b2a33933bc286d6987b34730c0677460e4875d5c032ae86c2e01f0','bd755bf0718d5a0423ec41a8ac84b1554751ff8f0a3f63d87e7e0f58aaa31008','4401c11e98e966d90827e8f0ea562e7a044b3a0bed7ed2f4af48684df6015709',NULL,NULL,0); +INSERT INTO blocks VALUES(310411,'26cae3289bb171773e9e876faa3e45f0ccc992380bb4d00c3a01d087ef537ae2',310411000,'8d98498f89619a2e334e9ac69bf8ff37251af6431d9bb6d1ea8bbc404c5e560d','103563dcfc7b9f149b6efdad7cae17b090d4a8232fd4c37fac7bcf942d784b55','5350d59e6e5ad06ae4aaec7dd4c993643daa1d975081a9bdfc4fe71f46aa865f',NULL,NULL,0); +INSERT INTO blocks VALUES(310412,'ab84ad5a3df5cfdce9f90b8d251eb6f68b55e6976a980de6de5bcda148b0cd20',310412000,'a16a650c4b63ed783e7229980be1177da867c188a5039ed5c58b9717f6ccf634','4daa6f0799529346ba4ee87e2aed1450447921dfa92e785378fae39c234a7c8f','217265c25777a2a9d1229477a8ddce01e8b3b18d9b994625bc28e8c9df36d39b',NULL,NULL,0); +INSERT INTO blocks VALUES(310413,'21c33c9fd432343b549f0036c3620754565c3ad99f19f91f4e42344f10ec79bf',310413000,'768577c1a7c2cf2cc19cd8dbe823f1bdb8a222daee4c7ac7b5ead6633040c283','7ae9815341dccd2d1bff8dbcfdbcce4e52b4aac8f2fdd421348ed9f44cd19e38','e9666b1972d472345aea75b721ae15ce6b460b888e2905bf9dedf5ff2735c6f7',NULL,NULL,0); +INSERT INTO blocks VALUES(310414,'8cff03c07fd2a899c3bcf6ac93e05840e00de3133da14a413e9807304db854b6',310414000,'906c491f164877c31002da41233c237d0d4a945a0072406a7b7d13df74be7eec','807cd64b4d8ee3d91a5cbc651e42feeacd5248b6572310472743ca71a9f24621','3defbc477a4f17ed73381708af2e1f57aa4362d4a7fb14949e1975645e1c22bb',NULL,NULL,0); +INSERT INTO blocks VALUES(310415,'dd0facbd37cca09870f6054d95710d5d97528ed3d1faf2557914b61a1fc9c1cc',310415000,'d27f99b4a67dfc910d3b932f97b7299779f245e95f871140d3c90f13cc6e506e','67fe947c260b3d8748887e94f68c3725664bb6dbd72187e9312ee48a42770ec3','4642032f48b7a226559893c5e5d666510517b31c21ca0113a11e2d82cb5a4366',NULL,NULL,0); +INSERT INTO blocks VALUES(310416,'7302158055327843ded75203f7cf9320c8719b9d1a044207d2a97f09791a5b6b',310416000,'90fcd04c508a9821e0ba0ed36cd7cfadd1d3c95116e3f52ad69f98d3d14de571','1041a17c5c146181a56da6ef17386814299be8a22c76a2b2f8a4a2768b2b531c','6619efc1caf8f8ec4cc5c809d532ba3b892ec8ecfc84de54172910d2f331f40e',NULL,NULL,0); +INSERT INTO blocks VALUES(310417,'2fef6d72654cbd4ea08e0989c18c32f2fe22de70a4c2d863c1778086b0449002',310417000,'19cbb26c6d24df5b110a5aae9b53a911a61b2086dde926273a1b0f66c1049e6b','920154e272608daa3c501588cf0eee50c2c45a385d30f42711657ae4a6de3bf5','1ece895c9196f9371be8bb87deba7786b4864cc008b2aafa07e1b4701467ede5',NULL,NULL,0); +INSERT INTO blocks VALUES(310418,'fc27f87607fd57cb02ce54d83cec184cf7d196738f52a8eb9c91b1ea7d071509',310418000,'2dc971d2db4e92e2d5dcef124bf9cdad33c41a71d6ae3db80297cb2257911f0d','290826e9c72e49636370d0dad56ba1c2c9209d888b993e030838f84300c0225a','18cae1103a6c810076a9bde9303e6b71a031c09523cd652ab5e206d4bef07ba7',NULL,NULL,0); +INSERT INTO blocks VALUES(310419,'9df404f5ce813fe6eb0541203c108bc7a0a2bac341a69d607c6641c140e21c8e',310419000,'7ad2bf141622a0db4b27b1f4dab4857d1595e3f746a4113992850a680ebf1f37','d06653b493d120dd288637d530cd3f6efa1c8f5c252bb275572c1948ff0f3539','f46b42919b61c0ff5fa2f65d2a2735bca6499821aaf658617e2b8819aea1343e',NULL,NULL,0); +INSERT INTO blocks VALUES(310420,'138b3f1773159c0dd265a2d32dd2141202d174c2e52a4aeac3588224a3558372',310420000,'3602b26268d1bd3fc5f08f170e9767ff07c91f6976a1c342dc6b24f7ee98c509','ae8e61a57232c10bd15c655bb8c76007dcef394ba64d1619157ca58990e18c25','2beb5d9bff0cfab9c1735c98821fc473bf358f3c78edb7a3f3eb59c9ba17b9e1',NULL,NULL,0); +INSERT INTO blocks VALUES(310421,'71fe2b0e02c5cad8588636016483ddd97a4ef0737283b5fd4ab6ea5dc5c56b9a',310421000,'1c1facfa3852b33c173a08d06450335a2b230541c60973a154e8dd864f3c3c8b','01bfd609f878bb6149779f6377d7868d5b7fa3b831f68cd757967b982cd09ad4','759cb64a2468cfc52c10271d4e4a81141f4094f9acf8378c7e79fc97ea8ea99c',NULL,NULL,0); +INSERT INTO blocks VALUES(310422,'cd40260541b9ed20abaac53b8f601d01cd972c34f28d91718854f1f3a4026158',310422000,'e788123aefd1129554fa2c166dbd06ce68f913730183ca73cf248c1f5284eba4','6577ad9a9e3889fb5eeac7fc9039af8d4537a8fc28b4a9de85e230f5d9da3583','36fb6238b2d74658349e9bd2c91e84257b3691504cbb171c8150d07dd32db1dc',NULL,NULL,0); +INSERT INTO blocks VALUES(310423,'6ca0d6d246108b2df3de62a4dd454ff940e1945f194ba72566089f98ad72f4db',310423000,'ad445e5351af8739b2f74cbba8b44201c20ab55ad1db064402614fb97f35c375','dd7b66518e8ec22359df2d8ad4c0349fe4ab3a74620aaf2ef4bdc93a4c7e2d92','02dd1ebc273940d93e9f8d3d8f1bcdfe45ebe4e69118e57bcdebee69f000681b',NULL,NULL,0); +INSERT INTO blocks VALUES(310424,'ed42fe6896e4ba9ded6ea352a1e7e02f3d786bfc9379780daba4e7aa049668ad',310424000,'e89872ed802fe4421844882958fe6384cf21a85a6dcf10db761e2bb4a77ed24e','bb05836e569bc4c85141c5b4d2832efa5a83ad519260e96d92f6ee16fe4a0c80','97d80a832910c23f007ef47d071b4166f64d822e5e797fd81d41133b88b9b32a',NULL,NULL,0); +INSERT INTO blocks VALUES(310425,'73f4be91e41a2ccd1c4d836a5cea28aea906ac9ede7773d9cd51dff5936f1ba7',310425000,'29e595e9ac7717013cfc8d12255496192234abbddd8a66762a5eaff0c49f3750','2cedf78c9d13e32fde5792907f2ac9f409fe701740533b94ceab6b8087f790b1','ae4acefbb19a7bde582a48fe81041f6ea1bcca99fa754c16b78dcfbd5dc243fa',NULL,NULL,0); +INSERT INTO blocks VALUES(310426,'9d28065325bb70b8e272f6bee3bc2cd5ea4ea4d36e293075096e204cb53dc415',310426000,'9b9509ce7b7bf380f4d030604810a755c71fabe27152be990997a6a9db37ff15','c037094c1947835fceefa8a25a81724d9c88191d5f5199d3a59339bd44407289','d0608f0dc4612ed841c6721aa27c2a86fec9c72ac9f596d983547d3c9488794e',NULL,NULL,0); +INSERT INTO blocks VALUES(310427,'d08e8bc7035bbf08ec91bf42839eccb3d7e489d68f85a0be426f95709a976a2a',310427000,'f1b834e2a380f1b9a78c592acbe78ec809220c620e15f296ab8d7ecea6cd392e','81d439d9d368279e97c8739243efb01c7027be218d831d93127364fa247aed95','ed6409be6f8bd03d161ceb91a3287347a3e46876fdb8af280586b55a7b4d7afc',NULL,NULL,0); +INSERT INTO blocks VALUES(310428,'2eef4e1784ee12bcb13628f2c0dc7c008db6aaf55930d5de09513425f55658a2',310428000,'9e963a17fbc4a5c20d48094f1459959033520f92d7a8bc044b71bbffb8dd173d','002b7ac255f66476970512e50d7ca9cb5da695bea9763bf0379f8d8e6c77a71c','ea355cf2e64178569c0628afab296b0ae08bca6c974b37674ef9ecc7e8e11e68',NULL,NULL,0); +INSERT INTO blocks VALUES(310429,'086bfbba799c6d66a39d90a810b8dd6753f2904a48e2c01590845adda214cf8d',310429000,'ac8cfd965b9c53f32731a3e0fcdb6df5746d646b02c88b5201a674125e37eed5','4b68376b50d77145ada0ebc72c3eb43b54b4743b538dbc9fa2c914515882dbb7','e0f2115606c60b8a0eb43a20571436cc83bd054c076cdedeb8a0c169184711ac',NULL,NULL,0); +INSERT INTO blocks VALUES(310430,'870cf1829f84d1f29c231190205fe2e961738240fc16477c7de24da037763048',310430000,'33654e32dfd41ff3a5744b57fd2483a08a2b4729c18ca54c3ac5d95a1bf0ef21','3323c2d01e777caaca3eeaf6f2af8299cee1622589cbaf08f4d245356642d2f2','aef5ef08d5db05efb1f6c43b741fb42755c41a2eab23088b62307a8dbe544a6d',NULL,NULL,0); +INSERT INTO blocks VALUES(310431,'20b72324e40ffc43a49569b560d6245c679e638b9d20404fc1e3386992d63648',310431000,'ba8837c811ae87981cc37cb49438d958fa58dfc5a95824040f2fd088465406d1','67aadda0a565f4f5e2786b5007e56e2d10077e87e7d3acc216fe0803365b7b81','5237481e07f1b93e9c9fedb74ac09281c213e4eb6280ae1d46f05548a404ce22',NULL,NULL,0); +INSERT INTO blocks VALUES(310432,'c81811aca423aa2ccb3fd717b54a24a990611365c360667687dc723e9208ad93',310432000,'7864019cb0cbbcd895154421183d6acb932b1d64441103b913d52469f656655f','c12942ffa02a5f8eaddf3e8e55ad0ea03f29cebd9e822e00c504c162cddd0471','9e10d8ed1ee44ad89e5be455745427eaceffe0f647e8fb93fda599f00ae252f3',NULL,NULL,0); +INSERT INTO blocks VALUES(310433,'997e4a145d638ad3dcdb2865f8b8fd95242cbc4a4359407791f421f129b1d725',310433000,'a6da92ef0df7d092de09f2f8d2c99ff65ad74e2a0bd2ea25f8335614372f5279','f0eefd9f81db595b07fe719a41e67e54fdb987e177f05d37040237db3be2a8a5','d64318a7c45c46dae029c191a95c5ffb41c426d850e5a63b020326768a4593a1',NULL,NULL,0); +INSERT INTO blocks VALUES(310434,'61df9508e53a7fe477f063e0ff7e86fbb0aef80ff2ddedc556236a38f49ac4d8',310434000,'e288db28ac6a42822f85fd042f65b57378bc6cc2f8616edfa88143d7b1c9ddcc','173f8b7d2c581e9f088b3fb6e96ad2af597b172717d8f8732fd5857997f0f3d7','55130635a017809fc8f4828e7d8f6d740b63bd76cfb8a243eb0efb471bb1b72c',NULL,NULL,0); +INSERT INTO blocks VALUES(310435,'f24cf5e1296952a47556ac80a455a2c45da5c0dc2b388b51d235a3f741793d5f',310435000,'e87af314e8d7a5f2315ccc559d7c2255c008ba63aff017696201db69344d423f','a4dd5a36f1aeee54e99bb23095b64707fc0b3fde5f64e33135429a100e4ea558','95f7833de5c4c05d94c8c8fdfd5329781445cb0bf78d286d0f55ff2ee2c01a95',NULL,NULL,0); +INSERT INTO blocks VALUES(310436,'a5e341ba92bdf9b3938691cd3aab87731eba5428bb61a804cecf9178c8da0c19',310436000,'82327b93bd3ffcdf797bc2f6470b9c8c5101e54b924ec5f141a31356aa8865c7','c6b0f05a847c30dd3f2d3f8cb7c26a84f1d005b4720a553f9dd8b717185d7f05','ad0ee5331be7965368dfb91c7d4ebd5503979cee3955c175b644e3849496e1a0',NULL,NULL,0); +INSERT INTO blocks VALUES(310437,'9e18d0ffff2cb464c664cefc76e32d35752c9e639045542a73746f5ec2f3b002',310437000,'70d86f9ef8df495474de06b94e1857693c73d9ca3528356b82553a52fdce0dda','809d60564fefff56688616b7fb96378d4eb425e5c8de36b34f0c9070935dac26','e535ceabd19db64fabef0b4a6d152eafb29e3d615f3f5c48e5dee9f0b05350ab',NULL,NULL,0); +INSERT INTO blocks VALUES(310438,'36be4b3470275ff5e23ed4be8f380d6e034eb827ebe9143218d6e4689ea5a9fc',310438000,'44b90478e32373205462f0fb212da636b31db6dfb99a2b56923beb97a3a64722','2cf7695a3cea08358af8bd9378b1d6ad6c7223cbac01589042ace6c3cb312196','37e3833726bd369d1929e9cbfe871eb641705895cd02fd6c0a225a7650ebfdd4',NULL,NULL,0); +INSERT INTO blocks VALUES(310439,'4f2449fce22be0edb4d2aefac6f35ce5a47b871623d07c2a8c166363112b2877',310439000,'66b791b9deb7d2fc8b075f41d712e300ffa9c46ca9d6f4e7cec6429ca6a65163','41f11f77910c12535fa183e819b36a0dda32eaafe0ae8016e2ce7c23d5c1d67d','7cfc9a23c12402f73c25a1c0113b3d28c3091c26de7f4507dd0a73e1219ee4e1',NULL,NULL,0); +INSERT INTO blocks VALUES(310440,'89d6bd4cdac1cae08c704490406c41fbc5e1efa6c2d7f161e9175149175ef12a',310440000,'5baa10e1659182ba4511f87f08deda38d5de3501c63efd376604cc199140d27c','c6762d7334806b6b62c3cee84f65346d1121493d3bc3f890af174c4abe4710ae','624ff761f2996743eea9f650ce93b777c695a99abba4762a99904c0f350505bd',NULL,NULL,0); +INSERT INTO blocks VALUES(310441,'2df1dc53d6481a1ce3a6fee51ad4adcce95f702606fee7c43feda4965cf9ee15',310441000,'2d490229fead1b15a8350da7bcc83c483dae06e4a2f574c6e8fde248acd449d6','f9fcb16a928c44b86ab2af7407a2ca269455b144694a80927b9213bf8e7ac710','d6e4ca53df04c5e7fd58e2c62545cb4e742dee481f924eedf32ce9b28dd013d5',NULL,NULL,0); +INSERT INTO blocks VALUES(310442,'50844c48722edb7681c5d0095c524113415106691e71db34acc44dbc6462bfec',310442000,'a3728bacfbdd289b7af24248b9bdacd5643bd5412bb993f5380278631eabb9e9','5d2600af95413d101a9e3d98b2d9f5ea02cf1cf6a28bf7e96870e167638a7be9','6bbeccd2b34d956d6058a9b2fdfce800d626c3a67398b65232651797a036b5e6',NULL,NULL,0); +INSERT INTO blocks VALUES(310443,'edc940455632270b7deda409a3489b19b147be89c4d8f434c284e326b749c79a',310443000,'d829da764f6397b22a6b97ef396b363ef2cf071990df2dc9c0d03806db6a46b5','4c595c9a60ccc98d2f6cd75c92c28333174c618337457f9c5ccf362252732081','3e6647994c9c8976684ab56115d228d7a22ddb61c0d1e26d3a7773f9f4f58e7b',NULL,NULL,0); +INSERT INTO blocks VALUES(310444,'68c9efab28e78e0ef8d316239612f918408ce66be09e8c03428049a6ee3d32e4',310444000,'ef53249bf0f13e1f2073b815c8d8da3ab744b6d277b29ddbc0bd68bd006af34b','5ec6d64106ac1c65cd1dd2129c786aca3cf426c7a1b5f6a966b6684b37755293','5dee1882d9cbbaae5651a30220af42a5374a04aa998d4d29e438fa50cf3be5e3',NULL,NULL,0); +INSERT INTO blocks VALUES(310445,'22a2e3896f1c56aefb2d27032a234ea38d93edf2b6331e72e7b4e3952f0234ef',310445000,'7e731cda90932b2b4844abdbc3ff60683173104e6c72ed81c65d9a17fd4872dc','6da5abcb8ff2a77c33c7c43061754d9fe8e587157a98e194157faf534d2ee9c6','2f714f74ef6d92b17477e89f377dd140560dfe51434ef2669d801cc8190642fe',NULL,NULL,0); +INSERT INTO blocks VALUES(310446,'e8b0856eff3efce5f5114d6378a4e5c9e69e972825bc55cc00c26954cd1c8837',310446000,'db55bac8025e95a567ba984f36dcb09357aa3e9b8706bb594e669b628d4e7204','e8efb64e8f5f867f1c0db99afa9f9a3e3a06d0e1d55e16e9639ca36c3bda5cd4','f24c76706262e0da7cc17e7acff49ec29e9123920c0ec0720c5e93f8a7f111d3',NULL,NULL,0); +INSERT INTO blocks VALUES(310447,'3f4bc894c0bc04ee24ed1e34849af9f719f55df50c8bc36dc059ec5fa0e1c8a8',310447000,'5cc4fa447cc291ffcce7be3c4f8fc70041bf8af5c2dd591136d4a449095d2570','026eb6a7315302879ca62afb071da788deb5759eb3de89cf68fec00ec638d9f0','ed3186973cdbcd18e2aff6033562ae8c3c816e6e8a912d3f5853a4a92d8259db',NULL,NULL,0); +INSERT INTO blocks VALUES(310448,'6a6c7c07ba5b579abd81a7e888bd36fc0e02a2bcfb69dbfa061b1b64bfa1bd10',310448000,'ce49854f4493c163bc891888f920fbc6dd8855c30870beb757df69b33de52633','e47cc99299a82c9be619633effff5b9cace113215d7f71aa7d2327e69d3ca3bb','1c09107051d33559b62e0a415c67419b439261d8296d0d36593a7c7038f4bfbf',NULL,NULL,0); +INSERT INTO blocks VALUES(310449,'9e256a436ff8dae9ff77ed4cac4c3bfbbf026681548265a1b62c771d9d8e0779',310449000,'84557595cf2067a95924119b8ed5fea114acd9ca1b0df4dbe4ae5181a739b5d1','4e3048f5eeba69570f9ffd86a3573e85bdfb46a92acf60d55c04d41f49f7f870','2151542cf9b8a98706d14e1e8cffebf2658784286e685730a8398116998d21d5',NULL,NULL,0); +INSERT INTO blocks VALUES(310450,'2d9b2ccc3ad3a32910295d7f7f0d0e671b074494adc373fc49aa874d575e36a3',310450000,'0e3b252b73fb652f904780da9fc59d1081d712337a9b15cf1a56ea72fbe96c73','c98b9428cf94077169705f3961816f87293eb89bc840167b1ed8ffb074aef48e','c223394526a235be5b96191f669ccd9f2e34eb31f2d222a04fde81f20830a2fa',NULL,NULL,0); +INSERT INTO blocks VALUES(310451,'55731a82b9b28b1aa82445a9e351c9df3a58420f1c2f6b1c9db1874483277296',310451000,'790eccd04e24e5f10f843d63bbdc1538cf1aabb0e8e6c862104be0ef845f603f','3fda9e8b7ebc417311c9f14e61c9dca2e490702c1c796eeb1df156f174d52cb5','ce8c68a04cb75a29a2a1df84a8e79dc8591bf458420dda0bb11f95e138866baa',NULL,NULL,0); +INSERT INTO blocks VALUES(310452,'016abbaa1163348d8b6bc497cc487880d469f9300374a72ecb793a03d64572aa',310452000,'30962129b060b63050fe8f249592587d74cdabc4ebb5680230a280da880c8586','a1bf92fe5ae4df49a6059263dfd3a9ed105ec24ae02cb9127c0408f7330d962c','a6cddc14403aed1d4e6d79a1ee3101fb4767de5413813b5090c1d0500e85d61d',NULL,NULL,0); +INSERT INTO blocks VALUES(310453,'610be2f49623d3fe8c86eacf3620347ed1dc53194bf01e77393b83541ba5d776',310453000,'56f4aa1086d8985a00cc295cf9618d976e69ba426b0c3d103bea6b47b58e4355','a81de51b7b56cc68f599e592be22e11c2f0b51ca27c027f13b58f05b2229a8e1','c246e08450f53da28cf0c70a0cb4f4f76cffad057ebca1b1742debad6b534daf',NULL,NULL,0); +INSERT INTO blocks VALUES(310454,'baea6ad71f16d05b37bb30ca881c73bc48fd931f4bf3ac908a28d7681e976ee9',310454000,'38d14a206003b812cbaf5f200235dbe12aa6a674e5f3379cb186a781cb5a5654','022e8475ba7e68c75b4a00387ae431b7bdaa4d125dcd1b19d08e9c431d3e6057','37f0c5aafe2dcb73cbd032786b27f4e3bf86a24bb75091ae9f1eee1733a226c4',NULL,NULL,0); +INSERT INTO blocks VALUES(310455,'31a375541362b0037245816d50628b0428a28255ff6eddd3dd92ef0262a0a744',310455000,'b2ff303a67c05bc12fcdfdb774ea4ddc690434c3371428b3416d38105f265f28','91a1dc2fe8dd56e137b210136966950c79b4badcdf787b4b9fafa7985847192a','7210ea6377ce5a0b9ca01544a28be09c848235c4597991ed60d49aff0d3457a1',NULL,NULL,0); +INSERT INTO blocks VALUES(310456,'5fee45c5019669a46a049142c0c4b6cf382e06127211e822f5f6f7320b6b50fa',310456000,'6cc16b442fd7758ed7bae9f50367fa60debdb5d81bffc5abccda044573aeaf15','5125d7f8718a5a26aed1e1db2ce80e8d2eb4d96bbc91277bace52f571b7f8c26','1a701b73d0ed44ff836232c619404ee1d3c2dc8be362691db18390fc4534f58f',NULL,NULL,0); +INSERT INTO blocks VALUES(310457,'9ce5a2673739be824552754ce60fd5098cf954729bb18be1078395f0c437cce9',310457000,'8fa0401d245b1b1e8b40760a54f331564d8597e242462ec412878e36a9b06800','061dc1962f44d4da9de8ad6bff4d96650058f5d444951e9c808b901db8717c81','f44243737d0f881c2aa9e5d3a514c5fd86c983d24d63a9b4311810a453ba63ae',NULL,NULL,0); +INSERT INTO blocks VALUES(310458,'deca40ba154ebc8c6268668b69a447e35ad292db4504d196e8a91abdc5312aac',310458000,'520f92700e31b8a35260a280ae11bf8668b0e09d34795a9d88678f2977e19f7c','b0208287d25e4ca6a1856236b4d4c7a3608533f0a47a9c673806d5d3baeb2297','fb8fc011899c206d63d9dabd89bd5ad054b312894b77e8074649d4535e09e259',NULL,NULL,0); +INSERT INTO blocks VALUES(310459,'839c15fa5eea10c91851e160a73a6a8ee273a31ab5385fe5bd71920cbc08b565',310459000,'d7f728b78228a914b8767a6caeaf2267e9dbd50490a27f6c23bd96060eab8ee0','21a24d787b30434a230cae77e281636855ff40a8fb4aaaad35eb034835f63e97','2ccf84dae308ecc149f72df233fc96ba54cb94d0749adc7ca49e2ed30949feff',NULL,NULL,0); +INSERT INTO blocks VALUES(310460,'9b5f351a5c85aaaa737b6a55f20ebf04cafdf36013cdee73c4aaac376ad4562b',310460000,'33c2b4c6d22888448a2458ff2ce6a1cfae5e858acae2a57e4cc0232980f8fa4a','2ae25ed250bd603684d0affe8b14af5a1b8d1554beaed08aa8f723cc3c66cf8d','e7205426dff8c69e5539640aeb118c64072c98f76553dccc6b601dadc7f8a8d5',NULL,NULL,0); +INSERT INTO blocks VALUES(310461,'8131c823f11c22066362517f8c80d93bfc4c3b0a12890bdd51a0e5a043d26b7b',310461000,'22426912d3317922912326da552af284677c9b76b6416b6c056668f27ae4f19f','13b7774cf2a5a0f3d65031cd5f9ee498eaeee5c1e0e8ecbd346e0427d847a5c0','3ea7f252504a015c7fe902a88916aabe98f45a85083e7ce747c8a678fc015e82',NULL,NULL,0); +INSERT INTO blocks VALUES(310462,'16f8fad8c21560b9d7f88c3b22293192c24f5264c964d2de303a0c742c27d146',310462000,'74225b62e696aaeafbd4d6db40b41081c7493d9cc44984729d8619ff9450ce32','4f23d4da0bbe4b8bb7e00b6b746b4180356013c63f7a6f9b3eee479380b04e4f','db6792b08cffca2b3b678d3432204345ddfc63d8e51defb41e528b9cfef6311a',NULL,NULL,0); +INSERT INTO blocks VALUES(310463,'bf919937d8d1b5d5f421b9f59e5893ecb9e77861c6ab6ffe6d2722f52483bd94',310463000,'b970979bfe0d44ae2f21f7d98bdcc4ae37287b93cad9fa51f32a62337ceba0c1','7b9a9095733a9d870b33aef4bb15767c32b012c27b52de8731358178b87bfb50','2a2246723c4f27e9bc426d4fcd98aeaf88fb0c91b4d5da937855ec51d98d564d',NULL,NULL,0); +INSERT INTO blocks VALUES(310464,'91f08dec994751a6057753945249e9c11964b98b654704e585d9239462bc6f60',310464000,'00007a158b003fcca20c9fcaa8d73a556f0206bc9a7ab3e5c566ea1bda8648cb','28d7eceb69efcc6736dd64c65ed218dae2e8d0e9d4d7284b0572a5d1065a9d52','21c5c44c5b2144d3d7314b1c496e1798bde6e34219f8aacdcac62b57c47fca4c',NULL,NULL,0); +INSERT INTO blocks VALUES(310465,'5686aaff2718a688b9a69411e237912869699f756c3eb7bf7c3cf2b9e3756b3d',310465000,'09c407870b056db90148a9e4cb8ada003898ff28c584bec6a5be90514758a851','7a4f4ed76efc69ddb5fc13abe258656d6a5e4a845203b5f3f9133716093d7f6d','47d9e30a810f0913e9612dcf1a6bb0930edf3ec04ae0a31d3fbccc9ef36a9923',NULL,NULL,0); +INSERT INTO blocks VALUES(310466,'8a68637850c014116da671bb544fb5deddda7682223055a58bdcf7b2e79501fc',310466000,'23bcfdbb44d8fc2ae6a86ea073ab080158014f04516b256a70d846399e7383cd','57124a566cf1e863b27fa19e3c982fe4a5115119ffb745624697380ad8d5f900','659167be05ae347e2ed919fe5725a0f5240297bb59093c270f6dd57f3123fe70',NULL,NULL,0); +INSERT INTO blocks VALUES(310467,'d455a803e714bb6bd9e582edc34e624e7e3d80ee6c7b42f7207d763fff5c2bd3',310467000,'a43abeddb61ad99d57f208cb0c6cc3e0b05a200009e6d90641a2bc7aac707adf','fb3b1ef99d2f323e1bdd6998b78b6044c8c7328fafad6b9fea1de7bd0244a265','e0eb51657b19285b68b68952c7a45a606c804024b32ac179b9456bf05a10ab05',NULL,NULL,0); +INSERT INTO blocks VALUES(310468,'d84dfd2fcf6d8005aeeac01e03b287af788c81955612375510e37a4ab5766891',310468000,'fc909facd6ba38fa0908fd49a6e2f25bd8284de5265ef761497b8a2d595344b3','5c84a33365a6954fe639a1c2b1df030b8728d5d331df5ea1ef4a60f976cfa5d2','8bdf769ae1781a253098f30e11f069ada63440412a4777202123ad1316d9a5b1',NULL,NULL,0); +INSERT INTO blocks VALUES(310469,'2fbbf2724f537d539b675acb6a479e530c7aac5f93b4045f4356ea4b0f8a8755',310469000,'09f0d1c9bde8cdd63544fbb5eab46c2954654d32f3736f9975cf860588aa65cf','38083f12891b03e2f089b02f7cb6b7fc7b6cb7091613e1d299051717eef6748b','9ee69a7d22cfc75dc7f1e0c578a6322f8d398d300d923348978c12018da84035',NULL,NULL,0); +INSERT INTO blocks VALUES(310470,'ebb7c8e3fbe0b123a456d753b85b8c123ca3b315da14a00379ebd34784b28921',310470000,'41832b12459e778621b8f576e597b9f639390338605b30e5be28423b016b199a','bc0a8227d8698655c56004a73150eb92144469fd22d4ce8bf0f48c27084e99ae','5d4376c88f697e0599cef31723a5f127ef9440e4c6e1878c089b148cb8067a98',NULL,NULL,0); +INSERT INTO blocks VALUES(310471,'fc6f8162c55ecffeaabb09f70f071fd0cb7a9ef1bccaafaf27fe9a936defb739',310471000,'bf701017153742cb597353349c90ec66f790f222dd98d617d98a0117f1de3274','d912707e01e39b078d3cee49df85af32019d7367d199543259bc98864c3ddae5','014b90fcd76f5e289d8084daad01c2f88dc5ec12b3ed7cade3d5ab272a87b081',NULL,NULL,0); +INSERT INTO blocks VALUES(310472,'57ee5dec5e95b3d9c65a21c407294a32ed538658a6910b16124f18020f16bdf7',310472000,'2a162bbd5a20f89a39156995658fd0c4715881bc130922d0edf95b60ece60b9c','c9f21a9ff022fd95423d3eb56017f4f6f8ad56a9fde974c5d08b37f01a0d0f13','43b553204454a65bf15743a429448aba5802dae1f3759a34b5d617f89abc7ab8',NULL,NULL,0); +INSERT INTO blocks VALUES(310473,'33994c8f6d06134f886b47e14cb4b5af8fc0fd66e6bd60b3a71986622483e095',310473000,'1ce10996ec9e37d8ddc204f038542c6781da88d2d45bae1952a88ab993b81e88','ad410d51bae82f8322d110d7b2270a1ff74c0ca64dfc31c5d293cfee7dbbb459','fae645137805f5c4e1de770834a1eda8b927a22df31a22caace93862b106aa6d',NULL,NULL,0); +INSERT INTO blocks VALUES(310474,'312ee99e9526e9c240d76e3c3d1fe4c0a21f58156a15f2789605b3e7f7794a09',310474000,'5ae424c24ca30aad5aca8298a13ae9371f55b15bc789c7731d833c6e7c7cb04e','b091eceeb4b263d9fa55bd5595cd298ff8b335e03007d62339033cd884137d48','c17d32ef02e8043b085220614afb095263bc1a3552fe73cba63f48f44b180073',NULL,NULL,0); +INSERT INTO blocks VALUES(310475,'bb9289bcd79075962117aef1161b333dbc403efebd593d93fc315146a2f040eb',310475000,'b9b257efe76a36c340629ceb265822dd10449a08eadc69667a8ea05af5c052f8','345c94c7b237efaf2b4e92802125b7d783e456e36ab6868d1f4126698361ba89','dadd5eab7a8dbc5657fed6fa29d91d07dd10c0bf9fdda02e6d1e25e6fb5af9ae',NULL,NULL,0); +INSERT INTO blocks VALUES(310476,'3712e1ebd195749e0dc92f32f7f451dd76f499bf16d709462309ce358a9370d0',310476000,'070c06b36f3a77c04fb4bcc3ab1045e95f198f3f970846e59c35db0d03cdaf2c','014e01dabe6dd8db8e0477f9b12d4f4e3589e41223ec8c9ca5035b942524ca41','4e795f06d7e22a7f39f9a83c315c2fa4e60157cc28bc9a2d8d1a3125faa0e8ae',NULL,NULL,0); +INSERT INTO blocks VALUES(310477,'7381973c554ac2bbdc849e8ea8c4a0ecbb46e7967d322446d0d83c3f9deab918',310477000,'4954596dd44d112fd0407c215be3c9534a348d6f708ae4a1e66527d1ac2830b1','1351438c8ea21d9619f81e51cfd188dbefd6a4816fe3c30b68210ac160890e9b','e50e40c0977661ac7f9baf04d563a0c88b2fdc99bbc37f88d6cb4399950075bb',NULL,NULL,0); +INSERT INTO blocks VALUES(310478,'c09ee871af7f2a611d43e6130aed171e301c23c5d1a29d183d40bf15898b4fa0',310478000,'d9cac2e29863569bc96aaf022437906a534968a17bf965c54bf59931cd92e590','cbec4d277b86a587fd0463340a8990600046f6f166f6fde0b6ec1ee817ab12bb','a46073ffc1744589ec353672dc8807f16ecbafb220cf61337bd935da88925120',NULL,NULL,0); +INSERT INTO blocks VALUES(310479,'f3d691ce35f62df56d142160b6e2cdcba19d4995c01f802da6ce30bfe8d30030',310479000,'2e48a89a55b6f368745e1c022683e93c20bdd920011518f18fd936f2190ac5e0','81d4ab55e022000a1bb3fbe758e497425c5196951c3e7896d3c641d54b4f2db6','fbf0926d4dc939500b6fd96b0e5b3ba09085f50c05c48bb8d63de7db2cb08a61',NULL,NULL,0); +INSERT INTO blocks VALUES(310480,'2694e89a62b3abd03a38dfd318c05eb5871f1be00a6e1bf06826fd54d142e681',310480000,'aa54124d86e74bebd14ea481ac2a5a5186236ffe214747f1af11ac370565525c','8d7e0f8a6f052692155e23eb612c02468830485938e7cb77a91e0c2061611385','ba3a2069d207d9cdfcfe0812eaa017229e8e0518382e61d4718e3091733d12ff',NULL,NULL,0); +INSERT INTO blocks VALUES(310481,'db37d8f98630ebc61767736ae2c523e4e930095bf54259c01de4d36fd60b6f4a',310481000,'fbbe1266bb773e5a3f5b48e82566ff75bc74bfea9424f81f670952565db15c59','8bc755d288d8d6525d9161e5d5072631a72e46d2373de37c7851aa10f3479ed5','ccb74f16140ccfc7da813adc8f045fdf8f16fa7d83acb99ad56e5b6bb55607ac',NULL,NULL,1); +INSERT INTO blocks VALUES(310482,'2e27db87dfb6439c006637734e876cc662d1ca74c717756f90f0e535df0787d6',310482000,'bd28a97e90054319c4c301c3e99d68aaa5e1bf5a145a8f2c4529040bb8137209','838486910c9c7722fb3afbac7b0514cdd94126486f6671697423b34164b9906f','c579cb9ceaf405cc4d483bbb59d63a37b45282649793df8a81ad4d856ef94dbe',NULL,NULL,1); +INSERT INTO blocks VALUES(310483,'013bac61f8e33c8d8d0f60f5e6a4ec3de9b16696703dea9802f64a258601c460',310483000,'fbbeacec99c9ed99a7fc37cdd5673fe8bdce08eba7fcb25b696e262af29ca5d8','2be6ebe515877a76a7b83b1929ca2ef77be1df3aa3d6766c0c47450898ad7adf','82746940a9f3655f1b7cbfcbbb131001446aaf162a1984bd05e7e928dc5de19a',NULL,NULL,0); +INSERT INTO blocks VALUES(310484,'7cac2b3630c31b592fa0497792bed58d3c41120c009471c348b16b5578b3aa2b',310484000,'310bc7c61c1325ee3f97e888658fd74e1fe4adccef4924abb6978150fe6f3dad','ec800faf2b61e7b1c2c85157d09b058f59defc14ffbe64d82dffea2a0368ade2','b9cbcabf07a9f2685d59913a7d12b3a0e0215c387fddc1998aeaaee1fc8eeb52',NULL,NULL,0); +INSERT INTO blocks VALUES(310485,'eab5febc9668cd438178496417b22da5f77ceaed5bb6e01fc0f04bef1f5b4478',310485000,'b7f66db9ea5838b65286422d0cac262f6b81bbd5a7397adf7b8d85b21354dbcd','c2c0301119eb8f6e5ee8f72a4f93366a7c2b9f327f087a5aabff7d73892ca74f','c43e44a293320359edf18a59eb3c4c1c50ccd8b8cfacd8f70f6db4be9511b3fa',NULL,NULL,0); +INSERT INTO blocks VALUES(310486,'d4fbe610cc60987f2d1d35c7d8ad3ce32156ee5fe36ef8cc4f08b46836388862',310486000,'0f829769e4da773089d7b05047a499db5f6d1b17795d4fba912882caee9813e0','ea66c7d9251a0eb884fef48de05cb58bbcf3a9e08319f01c96f180aeb0de9bab','cdcd83a1bf528b6f438cba4f93ace41ebec7196a8c997e36823035e544748a50',NULL,NULL,1); +INSERT INTO blocks VALUES(310487,'32aa1b132d0643350bbb62dbd5f38ae0c270d8f491a2012c83b99158d58e464f',310487000,'4b4d7a79843342e96e5d9d71bbc49690245b3098be75e7b86f273021d526216d','76fbd411c43f3f67c8bf61138c5672de0cfda2d98f112a6e50b3a5d084d7cc72','0dcbce812322217d1f9b05d5ec32fefc82355e3d9e5efff7d7c3ecc85213371b',NULL,NULL,1); +INSERT INTO blocks VALUES(310488,'80b8dd5d7ce2e4886e6721095b892a39fb699980fe2bc1c17e747f822f4c4b1b',310488000,'2d7e59026ea4c8933e9c7474936931ca49d4af91f9b9985f3c76085fb3a69104','78e801f2d1968c860ac2563e9cc912c18cb8e5f95996011e84c289833fbd46da','326dcaadde392e0339f5a413cd4f7492b3e4d80b9789388bc8d951fde731adf6',NULL,NULL,1); +INSERT INTO blocks VALUES(310489,'2efdb36f986b3e3ccc6cc9b0c1c3cdcb07429fb43cbc0cc3b6c87d1b33f258b6',310489000,'716354a370f344980e98785a444b56b21188bc699e7fbd0c877b6f2fabf35efc','23d9af03e6aa29fbab29c8e2a5a0419680053bba19594105cc8ef4d3db05d418','22af0d6e9184605dda5f05ca4aba0e8247395b281233a451d88d3552ec64fa11',NULL,NULL,1); +INSERT INTO blocks VALUES(310490,'e2cb04b8a7368c95359c9d5ff33e64209200fb606de0d64b7c0f67bb1cb8d87c',310490000,'906a38f4256f50312891119c99721537992438af85421e317574ce1810e2b909','5f934032dce4102cd1d72d3f887526e78baa4a78991bc43cf0a1ebefe08fdec7','637610c7291fc7949cd1dd889b99755b6d1c1fdbdb641c2120e7d6cf4863ed84',NULL,NULL,1); +INSERT INTO blocks VALUES(310491,'811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16',310491000,'3114d8091cfcaa9944c6fab49d51950535c4ef269877d58c372ed80b2b472ec6','f065728a3544adc085fae976759c0d040a34ca0a8ddd39260b55f0262cd5baa8','d6837ec3da9fb3980989196e548cc6b8b6bbbf89ed8282e8df045f5775e83e9d',NULL,NULL,1); +INSERT INTO blocks VALUES(310492,'8a09b2faf0a7ad67eb4ab5c948b9769fc87eb2ec5e16108f2cde8bd9e6cf7607',310492000,'98af18583618fdeed545347c013763d068e8294405d265911cc5e1bc420bc740','daf4d2c1a1ad5206abcf7744bdd06fae99c442fb2607a843dcabb5727d02916e','8157dd9f461be9234a2f7ab0f0e1eb048d5b0b4c4b24ea6d7dec3988e4153187',NULL,NULL,1); +INSERT INTO blocks VALUES(310493,'c19e2915b750279b2be4b52e57e5ce29f63dffb4e14d9aad30c9e820affc0cbf',310493000,'29119cd30a4733916fbfd0551506eaa16f7bb1bdfbdf8d17ac4e5bb20d1cb09c','7ec4cfa94544900c8e8732ad51be7cee6452aa1884ea940cd5c98862fb4aaba6','367311c9b75aadc96abfa2a6dd2b2517076feed0aebac9c8c63f7545a29bbd0c',NULL,NULL,1); +INSERT INTO blocks VALUES(310494,'7dda1d3e12785313d5651ee5314d0aecf17588196f9150b10c55695dbaebee5d',310494000,'72d71bd72263699ea9f2b097ad141be5bc394f49d8b0b0a6b2ff6a87b0ee3919','9350c3ba33d0546d1194c5fa767ced28834b26246aedc56d89b1d48ec4f26014','367e90299cec4c5c4d63b0844091bc7bbf6e17462086233a872de09b663a5bc4',NULL,NULL,1); +INSERT INTO blocks VALUES(310495,'4769aa7030f28a05a137a85ef4ee0c1765c37013773212b93ec90f1227168b67',310495000,'5a7e5a36882466373d576bb5f4ccd1bc72ecaf548b9589baa803a7275a7a24cd','09e9db121649cacd979fd18bbaa35e519361e727e7e072e2f2f86291160cdb29','191e5428deca4b48f28a4bacae265be703ad97d3bb213dc691dc4d7f35a0a77b',NULL,NULL,1); +INSERT INTO blocks VALUES(310496,'65884816927e8c566655e85c07bc2bc2c7ee26e625742f219939d43238fb31f8',310496000,'7ac6121c624b634f44695172761830926afe76bb18c4cc9195773f3a26966941','9eda85cce745579122ba9c6e24b63cd83f2e5161031a34e6ee9bf08b80823cb4','c527984544651961c8c7893452dd1701b40e6e43b70d43e2ed007e0031438133',NULL,NULL,1); +INSERT INTO blocks VALUES(310497,'f1118591fe79b8bf52ccf0c5de9826bfd266b1fdc24b44676cf22bbcc76d464e',310497000,'28c6e92b2299b9cbbb5953f8b7ff3de0fe962d15642ba27e43faa64e1935e819','ff8136601b9e0138a999d1f0467af6e8535a2bcdd2b622af7be0178a083b9519','59789416acb69a3f4dd0d6c0ef2782afbbc5253a224d385b49946c4caa81e56b',NULL,NULL,1); +INSERT INTO blocks VALUES(310498,'b7058b6d1ddc325a10bf33144937e06ce6025215b416518ae120da9440ae279e',310498000,'5fe6cdb0828379bf240fad99c68bba34e1889bbc19605ce5c297b82352264414','b488f6f0e6c233f202ee17c0843236d464144e79c870af88bae56355ae9372b7','68f526378c70c46c93c32c02825a133379ba54657768657fc96598ec353d28f8',NULL,NULL,1); +INSERT INTO blocks VALUES(310499,'1950e1a4d7fc820ed9603f6df6819c3c953c277c726340dec2a4253e261a1764',310499000,'bc09daa74c639506a1de4eadcd0aa8f599c1bc6a2a287cce7bfc89c301253233','c14c7cd236dd94835917a5912c746b53a9ad97be74509c56672ea57226bc6db3','2b9e2352c98ef07f341a398ac05c038a86c82ca9c8e67da340b6174cb190d188',NULL,NULL,1); +INSERT INTO blocks VALUES(310500,'54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b',310500000,'6c240f1f3a985ff91e6a280c4448b8d739a06caa6fa383c4b9a7b90d27bdb17b','d21ed1a33a3ff157708a8e8c5a11062e0b33a7682896f695cd174ee93dce7767','eb779323859bd0e97760c71000e78db207550a70c645d8b7380d0fa015e83d96',NULL,NULL,1); +INSERT INTO blocks VALUES(310501,'9d9019d15a1d878f2c39c7e3de4340a043a4a31aebb298acdf8e913284ae26ba',310501000,'21921f9e40915d2f4d33ce415de80e473082423b967fa344bf7f67475ebe83d3','b6774cf6b7892427229841125497ba41492fcaecae93559f8936feca2b57825e','06c02642611ee102f84342defdf2dfbf6967d0d27164e174faecd9a6f62f76ff',NULL,NULL,1); +INSERT INTO blocks VALUES(310502,'b5a4cd1270bc437e909d9569079ad17437a65822ee9e4c378670732a1430ed67',310502000,'31102b5b0c5d3d1caf84d37077c482722c779124cbdf31dc84c1aed8648f294a','630e68e2965d5ff6d0c0573ae4386b7c5f1d6739aa59f4ca8e78c18c97dda4ea','9a3dffe08ba144c86100ebb37bbaef9fc808daf24f3840f9bb337daf0e9e34cf',NULL,NULL,1); +INSERT INTO blocks VALUES(310503,'219e9a113a7c66443183171e389bfd5eaf957f5b8ab825358d72fa8e0cc8c16c',310503000,'e794e603a52f3e8966d35771dc3698466a31e493cd1d513b434f44a8d2b437db','a246803a64e949d7501376b8333ec169ab0c76441b6743343e2028ef495e41e2','b13caa8ef5c1cd9f44cd894f26ff4a86291a75962a071ac49972a4f9384193ae',NULL,NULL,1); +INSERT INTO blocks VALUES(310504,'0b123f4e535bb92fed07632e107813b9a399cb6f6d9ef629d303e9df3d71ad25',310504000,'3bef7ac206538a4723ed1049a793c079b942675f3100feabb221595f54f284d1','4dc497bb6f509c52def91393cb8192f576794d95c846ac37a921f50b864589b9','56a6dd93ad164736f8ac5dc887f416953b6aa69581e224e312a182226514e890',NULL,NULL,1); +INSERT INTO blocks VALUES(310505,'dabd8046821297bd7071117defef365b4384c3ad338a8fa206bae85593958a6a',310505000,'55fbc2aedec24b51392b85e9bb8d0637a117c5c71347234ab0754e63963a8662','bbc020c792a5a6837aad69d9794344fe13497234bd5ec74d1fb0bf064b7ab50c','30d74aaa6423eda73f1fddaf6ea5196bf1020849db28e32cbedd39583c49bad3',NULL,NULL,1); +INSERT INTO blocks VALUES(310506,'9a7512bd957b110f23c37a6673cd0fd7342f0cf96b44f990e66ac7d5cbb8448c',310506000,'d2e34b3aa45be0dd5a211b9748bc71049f42e08be27ed9e08ac65e1f1b5db6b1','a6cab6e8bebae804eb791b48d0a484f6526553e3cce266b54b40afb32a02c68e','a28378effefd29ba3ae60000d28a43ddd31d7d9556ad994209a9830dd3564108',NULL,NULL,1); +INSERT INTO blocks VALUES(310507,'015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93',310507000,'ac68e70957d0e5463ad33be060c4204ad0f4b3915ae5b814487b16e954365291','faba65af0ff3978a76bef253c19ed95e2fe349acd95d87ae9cf57369d40d8ede','88d3da8e544ec34b8f2f90444fab5ecefad6963297b1757e62eb859caa776dd1',NULL,NULL,1); +INSERT INTO blocks VALUES(310508,'40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf',310508000,'4e6abf47f9054eff709289e84cf483d489862a991313fe298a7f2daa2183e568','08f169d75c92d8662181cdac4fd702e92261a812affc1b09daf404f5db839620','5c32965084f4bb85286052b37eae7bbaeb3449f417247cc9aa8867ee22f92648',NULL,NULL,1); +INSERT INTO blocks VALUES(310509,'4f1c6484120b93634712add03ac12eda4d241ec5132c3108c49c92fb46e8faee',310509000,'dfcca5466222e46ec3ce858bb8bef3d9da8a63d1f396043a8922489eae071192','1d1196391169c9a827bc05040fe1ea24fc64c0db3a255580f1fe760a53db2493','073a8fbcfda806cdef639d1c8e601742acfad7504bccaf653c9694700856058b',NULL,NULL,1); +INSERT INTO blocks VALUES(310510,'b2d5e400178d7b2ea52884e3a090fe11874c83d63c342218161a6e666f084fb2',310510000,'29393f8ca77486b20a2c0a2588182382f24b0788bd29054f07b1cd24ee144793','15fe1d4437675714ce473f4dd4f74b345992ed3f38c56869caf2c9cca8783fb3','e29b6094f837b582376de9d7b18e3af602951db0f1f432d27cc4ad2567c49033',NULL,NULL,1); +INSERT INTO blocks VALUES(310511,'e4f2c553f71be9029a42ba9e1be584123528b3ab83bbaeaed06bdd780c67ca9c',310511000,'aee7e155cc93b4748cb247d6aabc27daa1044188221217703bda4a3d61bff0f7','d0a66bc611b9f75850ef4e31c54a350e0d1d3b6f19133c2cbd0dd84334307023','d181f29f309b025baf57d02cad3bd62f16b045d7fc15693bd4820ca24599ff6e',NULL,NULL,0); +INSERT INTO blocks VALUES(310512,'8837f8d9e91c25e657417fd96f59b61e76da0b0b84106053fca4d96a6e67b0d5',310512000,'34b9f1fa97b6e8ec38edd57626e50ef249a009775fccb09276eed2bf1d4a7fef','87409edad6ce3d263b7ee001f8706c57fbbb618a03d20b3daa142add434d9e9f','a89fa734cfb24b96df622c8c8c11bc8a6f371c3a7e7e232418ecf0bbfb61c081',NULL,NULL,0); +INSERT INTO blocks VALUES(310513,'ba74e3ceba2dc7a61efa53670a372d35c261a059af91ebfc999e653c904dfd66',310513000,'6acdba2a4ae9d8f71d1fdec923f047cc8314fb3cbc87d623d28e592ee140b144','d220b6dc88d5da5b438c25b9d6650d11d1144171a5150c76501489000c6de45d','7438e5240fea95e8489c87eb6497af9fd02e9f7f69c962db376da4e00d162a79',NULL,NULL,0); +INSERT INTO blocks VALUES(310514,'39989817fb26625baf150596d15c164f34a6c34ae7b6ab92539b92052f08a0f7',310514000,'04ced667f11ef9c1b9672a63f1cf2eb11b77bd51c8f8bc34a68bc4e73192eee5','fa0536db3fc2ee5946f4aa193945575908b08ccf7d8dd5054c5e1147531ceba1','daa3cf0a70dd0f67908c93cb93a8a6959f28fe1c0c1fbdb644aeea47bc4960a7',NULL,NULL,0); +INSERT INTO blocks VALUES(310515,'57e45ce8b85a3875a55e3477aaae26e56f6bce01c1e422f62acb27850effb4b8',310515000,'3718088849260dd531633b85a53e96e625a94fb5f5c138d8fbffc78364265d57','7ffa97f8e1288070ebc33e1c971bf7eeeda2f8fb233ac52a5b6c6324a3c00dac','8a5059e31de44ee19282cdf840ad36c5db9a24b00875c665420cb3f1d134597e',NULL,NULL,0); +INSERT INTO blocks VALUES(310516,'ce9bd7438cb256b1e6f8f5061f88804da65cd6d6a7395260d5e75980c30f18d7',310516000,'834370cc75c3fbb194a5333c897a1720a26e37baaa92da8aa1b6f2fd3a50ebf2','551eae37d1d1d33623b76510aa9b23ba5e5e45b09534a3d4abf83de6ba4315ae','67d3875910bec8202c76e45cdcc14a1c871d355893211e3fc4d2a50195735788',NULL,NULL,0); +INSERT INTO blocks VALUES(310517,'defccc64a058371ab87b654375e507958ea807694cc8295abd066dc2e4ad1407',310517000,'1d4c09640c144119671e4ce863610c41ddde4ccb20338ce4882c86d40afb58b6','50c140d24bf094d6e9ca2d4e877ae9a171fd36df1d5f398b69b48af532f2232d','0014443390e122525962860e089c0419d8283bcbe2c23d642d836bf18c2d97d0',NULL,NULL,0); +INSERT INTO blocks VALUES(310518,'41ef60bfa96648c7db99a621c4acde6b6d1fd91bc21471a0d2f33e2e995e96f5',310518000,'10c52a5629beb268eaba2386d1888ff1ac9c7cf783a18358f10f8d199d71becb','144448bc176a3976f459b0eb28ba1f87acd473929d0aff830f471de3618811b8','9f6d75aa95fb2fe4c383d969cb71937543f7c0ee4118363e647b6c60ea4c17fe',NULL,NULL,0); +INSERT INTO blocks VALUES(310519,'9a9423964e187ac27e57d13611a8c6f9fa409ca79df72d3e7edc0d646099f61a',310519000,'629c103337f92d302cc5ddf2c5bb9566bef7276dda675030710de1eaaee81177','fd3e28865e462223dd26dd73b00223a64412635e258fffb22d244dcb5f82028c','cadfd4af5bef8dd192aca4d4a4e70d6f477c760a2a1470f0ae529bc68fa25b22',NULL,NULL,0); +INSERT INTO blocks VALUES(310520,'ac1c820b0a2de1206a2a7558545e20d13a5f507dcc49b31edb00a8579eb27680',310520000,'d355999d219bfef416744635164f9a4130a51d8f417d13f8b11e755cba40bad1','fd087c16de59004473f3fa700e71b3c59fce112a2b4e15470bf446497bc4d2c4','49d9b985102b0580c332b20dbdf64bd69980bf5846c54d8afb63e1f0ae7d970a',NULL,NULL,0); +INSERT INTO blocks VALUES(310521,'df95500e3cf5ef81703fa42fe0f37a1250ae5da9407197a46745dec0459e6598',310521000,'9ab2efdc25592213b9220ab739a02b3669b1716a94d0d9f2e880d62b44ef0d07','6a8b57cd7db2651aff0be5ce0a52397e0535dd69bb23f16d57adf66a92d9b071','881d1a8d715062645d3c886ed3b6e8466404064f8f17246397c8fea21d498be0',NULL,NULL,0); +INSERT INTO blocks VALUES(310522,'6a3cbbd6e28c6273e2c60047c17caec446cb40075ab83d043a2f80d54fe34b21',310522000,'031103114e724741602c8c38b4e5fcc02070b07cddf7055d6d6e05ee26b907c2','8c7c8b99cc5475a6bfdee92b4e84f46534fd88954900859e445c3e4b551bbc5a','d618896fb7fd24fdf639525aeb7cd018f970886ab408a0245b2a33d25d996a2c',NULL,NULL,0); +INSERT INTO blocks VALUES(310523,'0b4de9fd1b5e12553b2450a06ed00086163cac3a5c871cac141fd3f04af5b453',310523000,'fa35cfe0ff1668d6fe409322a48b238a1c77aa8d6419ac8f2dd1494078e3e889','fdfa6abb85f264627878791c3321e127aa43f293869911e2c60be74c41c64ee0','8fecff3343262d84c7c67175c5c70e48212bf6bae667aa7bf9c7db4d82f735d0',NULL,NULL,0); +INSERT INTO blocks VALUES(310524,'b7e16928a86db99f8fb5b6930912f75acb2ae7c6fd6de3c6a2e67c15cb190655',310524000,'ca02b3cb324f0aa69f68b5d625238665a3a031568175ebd5d4ba527e1e069027','a2bc6417038a6383cf2bbe384e71559e24ef9dcb6be2a30f846b47eba9c80844','55a8564b344e87c2560f602fa4db2643d4ee8000f7112cbcac86938237579638',NULL,NULL,0); +INSERT INTO blocks VALUES(310525,'2c9a958715acbd51a756d6b92abb1d9cd8e72cfb90d5bfe7b42fb0a1058753b9',310525000,'e0f95e994c9de02b0400f58d5a9c6359002a26f2ae20cc639832639afd80d2a1','85db605a7f23f25861d3e16d91e830db586ccb45436fe031c9a636baa3dee58d','20f9b0e47237285a989a170ba275ea35aae2246c4b5948fd0b5ecf62b22431aa',NULL,NULL,0); +INSERT INTO blocks VALUES(310526,'07b8e3ffa932912a00aa3e5bc44115c77fd3b4e89c6dd2f678907ef78776766d',310526000,'8aa53017ece0e795dde072dc4acb3f223f31e2ebb77cc1f4759a6c90c2415d7c','c91608094feaa1e4c6d00d93ea552f2126528d4d07752c87a1ea2c0ddd031ba5','102010d74782f6f669d83d5e0c95c2918d32873677fd0171fc7ac6d75ddceedf',NULL,NULL,0); +INSERT INTO blocks VALUES(310527,'5140a0c0619c3fc40cc7df171f6d93bbb53add8845828ca08acc7b573dd6d2db',310527000,'01ea647ce5956e3ac8be20b11ab6bfae152b4c9f0a53c10dd84e77ff89d3b8c2','6191709bd3366a416d2611828ad0dbd1a093633cca3beda35923369b67ba7951','a772d447a8aa193ea26ba0e76df4c4a35200d37fc7084f7e77b140ae119e7868',NULL,NULL,0); +INSERT INTO blocks VALUES(310528,'a70c0d36078e4165903d743e63a5184a69fc79fdd2c251040e2c9d61a83c1cc5',310528000,'63dc8a133d32356de43040400acf6109e146ede18c5aba74a55b524ed901ef2a','14e39d214265758cdd1fd944b31c3b464e536f09bf3d0a13ac8a3976ef428784','2a40d1c16c51788a90894ecb68d658c7e7a9c2ffb805cf95683ce078358367b3',NULL,NULL,0); +INSERT INTO blocks VALUES(310529,'7079a2c6f566af16cf9200bd4e210770e2da8a416883b98a8af4554585f4003b',310529000,'0e83bfd6989de3e4c3085fac90e8630b8bf3653a225669c00f6e87ee3659bb33','6f62128b7177304e40f8053a786331c54399ec9abf3bc33659eca638cb4e8497','13e4f0935773d067361c3a454080e15ff19b8610782acd6824a4c622b62a5c49',NULL,NULL,0); +INSERT INTO blocks VALUES(310530,'f700e3806dfb2bed8652f19d5900a78a73ebfa5ce0aaae9e7728b426c5667110',310530000,'1d7436f94bbb24cd5529cacde9b8bcb02f76f39928c0400cdbcbd94b74b29598','e8afaf1ba7f1fe983a7ae7e0cd674dafa72790c2810ebabaae902c6c2ac26328','7fde0589110e3f5eac230b9721d05cb0519cd7a8d8eb82f096e7dffbe3dfb424',NULL,NULL,0); +INSERT INTO blocks VALUES(310531,'764b50a1473add7087e9b9a6c07d0a598161f0d2d7c3cb77cd5bf18ab27bdc15',310531000,'5907c753681266792394c89ff2ef1de530edf2be37e1c192bb90887f075bf899','15bc3cd726eb28d960cbab8a7bfbfbd841ff5e239c5a63ef9b051091f94c7638','efeca634f4f13788d05b84d9172d0b69b05be4ce063bcc2fb0b093eedf7bc6ed',NULL,NULL,0); +INSERT INTO blocks VALUES(310532,'4b1dea9bbf41e5834ad893bb4dce0a696313676da42ebef1f6dc9a5d4e9ff836',310532000,'a1c2f7136279ad98cb97a5e4f95db13d808dada545442eafe59c223b8bd3112f','12d444bc5489c24b1076978597bcc661fb7b228dc16dc2ea2b0772ebc2248901','84225e71eb3b9ddf355f9d83c55fe52067748a281cc95eccfd411d250813a100',NULL,NULL,0); +INSERT INTO blocks VALUES(310533,'4fef302404a214c70289d57b900a262ca0e327c810636e03a3e799031cb16912',310533000,'c5237632ebf65b9f80e2dc8f71cc5d349fcf31a0f606f6eb204259f30e385ee7','e380cafac5537aef75c7840b7864facadcf9d7f724024e0be9bde2927717e548','18d881ec3582b0e1f1c7b1f9d3395538b73a01b1035e9525f4a4fae5d23a4b28',NULL,NULL,0); +INSERT INTO blocks VALUES(310534,'2812082f86099ba2996b57e874d4aa6e8bcf75765cdb584ab352efd6e28d93ad',310534000,'b1ebc60dad5ad8269c746661e42bf6ab4e8a7594fb18c79ce09add57a3b997fa','aba147ce59590f7d49b5c0f73b1204ba955b359ce6372d57efac1b7749c152f1','233f2209d9e1d6af4155c01cd5ca70cf43b0ff1ce7384579d0b3844389a163ac',NULL,NULL,0); +INSERT INTO blocks VALUES(310535,'0e5efcc3a61487b050dab3f61052bd702a23c382e47fcd9857be6013f81080ce',310535000,'04ea1fca25f2f0d73e2f7994beb49c4d9e862a91953be37158738a9f54b4d3f2','fed53527ba35821dd411e67670d50128b13a234bc533b6ecc8ad0271bfb0334d','20cd49ae3d04e3aea3d5d10b62e5ec604716b00f00ca7575358af7334a929762',NULL,NULL,0); +INSERT INTO blocks VALUES(310536,'dac89c720ba3a2e716a20f7d3207abf7f8229bf3d884962a2502d5e4e4656018',310536000,'8c2390c35337c9181a92762c4c9a725c24b175a355f027d89e57a8eec1ff5ae0','6ce7b714acdca711555dd6c88d092de602859e642095f98383922b3bd5c20688','05b4c1eaaab284d19296dfad24d4cf3442a467807634ed0cd9860a5f4b497f09',NULL,NULL,0); +INSERT INTO blocks VALUES(310537,'944c68f1de531cd4cc872d355f43e6f82e61596a51e46146ce04d8fbaae39c9d',310537000,'0abd610d563c9ec0e638a57b034c94e04811befa3c5fde9feb44ed014d90c043','9f5c4b612a3ebd27096ace0dd73e85aacae8f9d5ea035c6c3691eade0f5d3622','785acbb382c279234770d1542b0efa31d2bf281df909fa9be4f9a24ed8dc9935',NULL,NULL,0); +INSERT INTO blocks VALUES(310538,'75f6eae30970e4c0fbed85a315a2c2d8f26bd286116c6fb5a6ae74fb1615e1bd',310538000,'3f6b6fda99c833793c948bda16f0b9f166a4d29f1e09fa5c4663fec53c6c8816','e238a5a62090175b69701d83d788778ddaa411dbbf6cbe83132f238bfb70d1dc','8f69f5684f2243bc1402a220991805258ddd0f1913ec9aefb330247c78b466a8',NULL,NULL,0); +INSERT INTO blocks VALUES(310539,'338ec0a15b7867f84ee88042c4c5a5deeb83d7323e2a05a8cae0299cd92373c3',310539000,'31a1072d803a0c87d9ff553b4b0f15cf818c974d873f1656567faa570d3eac17','85e206d203d95a2f8f0e0ec4fd4d3f6dc9f156ead11b9b5a8f75989dd12c8d73','d60ea60f4892145ded2e78cea8dfb21ecad069c33c49194595de5ac9232d9209',NULL,NULL,0); +INSERT INTO blocks VALUES(310540,'0e65a2d641c89fe837bc520473abf0666ff7aa498f523cde795efcfc7ae1385d',310540000,'dc2ee7b02735a52fb62649161617fdba33e9f21d002684a149bdb93f32204cdd','566921bfc61021188c99587d238445eff37d56ae692ef962090ce6144902e42c','df26c722bd949e1c1c114918a731edc37a867b46288848e56a9f0bcaa7e73a2a',NULL,NULL,0); +INSERT INTO blocks VALUES(310541,'ed808e14b19ac28990a50fb2089f279fcc52bf3fee29618f1d9aeac3ab50d453',310541000,'e71f0720c31a7a05a3fcbf550038a745ad4db232ec09f80099212984ebaa735b','544d59ff5d7da7fa07495464e64f7168c1882d20e76a2ea0a6c6f1f5e9ca15e2','182c649e3a62472a57065a7c58db8cb2804ee8d8248174fb639be6a20a1f2e9f',NULL,NULL,0); +INSERT INTO blocks VALUES(310542,'7a8e3a931043410b3423e08399ec9f728d3aacfcb012a14b2c5f1599bdb5dad2',310542000,'9379ef3da9d74f12fdb081e53461c3110d87debaa1b66b171027b5f687ea6ec8','7ab71ca58e2b754bb7ccb466bc6c5e26a940ee0ec7d52a08b97f16a77a1cb6d4','023be4c487acbf7f657c53432c49ab79bcba5ef5bcb31b35173413b982ac5cb8',NULL,NULL,0); +INSERT INTO blocks VALUES(310543,'cfb828d0c86b38af257b41f77c544862c450383bb97640190c97add62b53d4d2',310543000,'fb28d7368bea6259ff4e9c0a90e44342c1a592153953ef1c8ae6a0895e7d5e5d','6b1131e2df2e9374c26316b864f22eb774396d7b1134ecd63a6cea98a992ef9d','e53319bbb6c18deebc0dd102eb55319320592e1688e24b989ef234df5a68a856',NULL,NULL,0); +INSERT INTO blocks VALUES(310544,'c9a9e0fe67c824638dc17e9fab5f1b409915fcacdf2dc4f9709b87c9796cc4a6',310544000,'fae2b5cbabb763cc48334f46f23cdb8c74428b2491284cc8d36098526d67bc22','3d25f754d2440706d911ec858220a0f4e6c66a12b34869a9c516c692fcb14168','b06708a878320e5b563003308e2a731e4a0665c593af197436d00a09bb33eaaa',NULL,NULL,0); +INSERT INTO blocks VALUES(310545,'aa23fca8fa612e16b5bb4e47e308a3845cd0aac2357e7d93a44dc70ff8c91c8a',310545000,'832417652d95911b8acf5896de587833438ddfed3f67672e89e6e7c88a7c51e7','74646a498937ac8ec19d27baf65b7e83b61107441ab787ce28f0be6a7895dbba','64eabce57ff6d366b7593c6094fc5e8bafd9cbe2a043e6032dbad933442ce3a4',NULL,NULL,0); +INSERT INTO blocks VALUES(310546,'20f37a8d164e14b7f88e06023b81060afee8c1b2b556ac2789b1f6874019791d',310546000,'c372d0e5571d13b3ae9b5001ea3a0fa4d48b899c0d38d83863108624c6f25096','4fb0b191283c45d7c64bdaeb8e732ab0a7641d587494e8653d35df24c56e501f','bf0d70ec2451fc64f8d55c82610e1184d15fc19822e956e2888c146aeb05ce8f',NULL,NULL,0); +INSERT INTO blocks VALUES(310547,'f3d862f560d7abc97f92c3bbf2761de40dd20cc670ba216850c1bcbb0cda31c7',310547000,'a171839817884b9ac968067b6136bd498c8902e206c446be79c25c8935aa7381','3f0677f48392e0e011ac25ba7cbcc8eab6fc797a07d6e641fd8cb3e8174c39d2','df1d42f380635486844213fcb382d63f7cb1aead1ce4cf2d9270d506ff7cc5d9',NULL,NULL,0); +INSERT INTO blocks VALUES(310548,'bb0b2ff09d831962cc748b4720dc05dc2fd2e3bd3374eacfc066ecd0b7f58ec2',310548000,'bcd666f4de0f61907a7eefeca4acfcaa1450a5fa698ea2e184f0c5486948036e','9ed6b618611d4a07beb5169b76dfa0b5594135553925e27bdb62a5ca2abd99ef','74a76866e90119cf956b8cbdd7453e85c7b3ead2cc170ae92de4b252df5794b1',NULL,NULL,0); +INSERT INTO blocks VALUES(310549,'8e8c61f034fdad98962c84dbe90450bc2da62b815d8b4f8084b0dd3d69763979',310549000,'b20424e23efbfd7b98f47f714921125a81261f097b1145ccfc798bffa4459622','37bae7eafc6868ac783ced1c39e2a191df453424597cdd653dae3e8de81a0e16','94010738624e714eb40b39b13c5ef28d824d529c6689c0ac262ecc0821aa8ab1',NULL,NULL,0); +INSERT INTO blocks VALUES(310550,'08d2fd6eda5baa3c4c9a4e86599577396d4bc333ad9296453e3c537ad8ade914',310550000,'4689915afd38a29d83f30ae32da5834059a02950b5657f0f69e857351260c5c7','859332ee14a134b84dfae9531891cfc5466b8821c44cddf9b335ad2af208ddd1','023a545cd28926ba8e23914b914173caffc2788190261b0cb2095b59b62a08e5',NULL,NULL,0); +INSERT INTO blocks VALUES(310551,'cf4365c7971aad6192522a0853a086d4ab24c4ac2b3bdb2a73accd217d8dae7b',310551000,'b31e4b5f6d18c1b4f700cb37d031397cca55d48643ab58ea91f511ee5e8f20b7','fee6f23e50db663cfe1dda194a295d8d4df0818d006872c5fa01c8912a510f8a','d847d9d81cf8f83f712d556b31b855f0b70de5d277805095a1bd6d31c3121180',NULL,NULL,0); +INSERT INTO blocks VALUES(310552,'d22b2764d8599549d2fb82f03ea7d5a4c2539ec1c8fe3f55c9832e810a99659d',310552000,'16ee576d489f19628d6242a7d391f3f9663ea99c0785f14a02a4555a9f98a537','20b3f22fd101230c3c79136d4f1786fcceb3a1a42462e0df6aa806b04254bb0d','e932fbc1d6fe54ca8a83683c6cf9da95c7183ebe65e85ce535bb7d84587c09fc',NULL,NULL,0); +INSERT INTO blocks VALUES(310553,'d1e220ecdac4296140b1fc5789c019ceec1275855b4a47f955782853c9addaf2',310553000,'234d328725f4ec8875e53548d8a406c1a908ac19563a7674ef1fb4e4a0b58a7c','73188dff79f76f49247b7bc9d64d6b38b96aee422f982fa6eff650d1128d54b2','d6c6828cf89e50e54253f41d507e9ea51868ca734523cceb97060bebe762094c',NULL,NULL,0); +INSERT INTO blocks VALUES(310554,'7ef603cca521c652eb94ab8dd0e053fcfc09491a9f474098f98294cc8a4a5b65',310554000,'1cfc3053e3141bf0512aa89682ae5a912365b4283f0740c84e40453f68ab5b1f','767d9519cb259c706998f789c057ecb1c639bc5edcc1f93dbfa8e444fb5da7d2','a18c4a861125678ee7f2043240ba14f1c99f166dce9b6442ebdbf313d89248b6',NULL,NULL,0); +INSERT INTO blocks VALUES(310555,'c51aaefdc56f413baf9be7dac61b4afc8497212651e9901c39fb250bcade50fa',310555000,'b20c11210e3aedcdeb3b3e229a1dae4182df9e656ad397bb9f616b1435a0abdf','b27ea8b674040c7d6aa5d8e4ae83394aff4f1496bbfc85cd0da59613f8e1ffdc','fec98ee7c06b29101c9697d2765804ec27476ef288b02324cbd8e870ea4f6e85',NULL,NULL,0); +INSERT INTO blocks VALUES(310556,'4af11c6d35e142972be016858a06e2ea32b15beed2068be4cc85f3918fa99f3a',310556000,'de06b2da1b0ba6be933ab9419a73811308195b9d7696382de23b78ee86177cdc','a99bcd06850f747bbc8023bf25facdcff344ee9a144373452e67844562471032','1a732e729717be3962d392418f8e4612d3bde61b57d8a7db5bf78f67dc7acb81',NULL,NULL,0); +INSERT INTO blocks VALUES(310557,'0973e14fe07ac8b86345061942ac2a5055fecd867e69d8f2df33195505d87382',310557000,'7d63306d9d0b43c72bb7f5642d84c93f09c2df58d4192fdecf1f0e3e8aed1f42','d912725fec944dbfed45fcd38b5008eb29ae366e772928f9a71436b057b728f5','ec7cf5bb185241c02ec736b71f86caf56c120987d5fb6c4388205b6497d3671e',NULL,NULL,0); +INSERT INTO blocks VALUES(310558,'75d26d503c2b3b71d36644f7de0826d129b4f127ef9713f6f02f498399e28d15',310558000,'13ba46e69406731c17fab5167593af0f2baf783c8cfeb6e478f884f358a9a01e','cdbad19774b030c8a130ce87e3e34516b7ea1dd4565797f3f56cb318ab2f4a0e','c376e38cbb1286683a976b0e318b3b8263440ef05c36ec194c6b8829e15252f7',NULL,NULL,0); +INSERT INTO blocks VALUES(310559,'6538f282374d36af012291b3851474293437b6eadd2793e4706b0edc7fe645dc',310559000,'e2a5a88cb2ebc01b6faee4a2d190b49efc4c5020d8aa1b55ccb48ca980591cbc','f7f63b9d990f09d0dc50bbb1672490bfca25759024db4d0e659fd8b1eeae55c6','779a817aa520192c9d3e0ae15a72b6bab4e3e4173305c996a36eac6ba877e2e6',NULL,NULL,0); +INSERT INTO blocks VALUES(310560,'d3a2ccb3df7c41adc2a36183f9dc3d8f633d1595ae46eb7ad95259a1f7e85fec',310560000,'3b4431e2701d0015d4ca1c657a6d1f06f0075c56abc333434aa12b72ccc59dfb','04ee0d1258ffee609a63b1a26e7bfea754e304f09a21298aea216ea619049fe0','e8c3bbd61baded3044b30e361e6a16e55ee1b5e04c201a7a2b181f8729e4c448',NULL,NULL,0); +INSERT INTO blocks VALUES(310561,'b7b7404021ba9a00688b64289eb8953993ecc0cc75992fb276f2d7048f4b26ee',310561000,'4165d695545259436303697767a7b799e9bea177890a4061f2093e6430d2d925','cf7c7a30a6b5e912dcf8652b0c3fe04d3664cb6399be003fa4d821b39bcd0374','54edf7d2a87d3c7132f396fb437041967da9d825dd5be3e67ef343b76f52a821',NULL,NULL,0); +INSERT INTO blocks VALUES(310562,'4373ec06c32fbae5de86e421e01969d172b1ff84a13c8e0f069b78b0f4e7d405',310562000,'15254a1ea8c6433865940a81ed24f268f071c265ab8817c7e69f0c186ce873eb','a2b395bf9d2c3dbf45acdbf5f9debbae961a9e8d83a234554ca3d248a5c5901f','56d93d809787681b76ba7001de9fbed16785f1a750c971b617d75376e1dcedd0',NULL,NULL,0); +INSERT INTO blocks VALUES(310563,'f0083f04073ed8b6cbb2eb674ad397cd7c299fda80e742615ee3751d54304636',310563000,'24019c0f520c61a142e0f10f4b46cc0cbed1ed446abafd126cc494e8a089bd6c','446e6f3b059df6c39861bcbebfb0e53063cc89e3a0ede21d5b9eae953be131bd','dc93bca6091557fd88fa717ec07225fefa489377d08c4c758f77289c9b4174bb',NULL,NULL,0); +INSERT INTO blocks VALUES(310564,'cccefa016afff2eaedf9d97a70d88ba3b74b1fa5167923852e3f2b2d4f77a7ea',310564000,'b6fbd79d113705d5ccb3ad67b7b0ce2f31c732cd45d7487733c370eacb760a74','33927637b08ce03b6521ffd1ebe0d0a6ccae471a9c0c8650780ed36f6a6424d1','013332abc74abdf3763feaebcb68ee262b1841ff42b596762ceb3fdcc3a66e93',NULL,NULL,0); +INSERT INTO blocks VALUES(310565,'954cf72e454948ad62bda12cc3aa984191b5063c3a3552b5475f58906ed5b305',310565000,'4f13d9591723291cd7bda671664e8022416218785714526265cabccdb9685ba7','da52af92d40d5050bb050ef6c081d78636de5add0a78d6fff367e1f218e8927f','0fff28e419ef92c8bc22037b0db123cd4e8dd49622fa6e40876eb78d1abdfdc7',NULL,NULL,0); +INSERT INTO blocks VALUES(310566,'3759ea3d906bc1242168e23920ed00a9daac815d9177fdfd954781f3978b2a39',310566000,'8376b6b7385e9c231af45be5798b7d47efd969e5dc262205be28e8c29a45aa46','4d10bd2f6487633a861e6317f86308d9762ff6e1cad01eb7ab342e0533128ff8','1946adf6309d2a4ce67ae24ac396091bbe7268fd50ead2be6981a069fd2a312f',NULL,NULL,0); +INSERT INTO blocks VALUES(310567,'499074319cdba25e86c5e7831ddbdf16147893da356dc5d6a24c0458a9e7c431',310567000,'26be2715d4714e54ef5b89ab2c0d904e25062378611494ae7db590d94b5c3c63','1a6797f81d229eae67b50040ab42da24e8142000a16d5055998061301e885e40','c6fb115f1d3b5eecd6c6f30a13f716f847e81b2dcf608b7789208e1e8847d3eb',NULL,NULL,0); +INSERT INTO blocks VALUES(310568,'ef433ae6c5e54f4c3633956efb0bec6a88f6172be961b03cba0974a5b1e8b19e',310568000,'11db87609533eca9bc7b12af3f3615e8476aab5570416327dad75dabb80e83cb','27fb461b0c032770ed620e11021bb113e6bb308cb7617abd1426ea0374264b73','9bde699412dd184c3423700110bfdf7d366981015ca210e91911d47ec6e2acd8',NULL,NULL,0); +INSERT INTO blocks VALUES(310569,'c67107bb5c30b76a2bbe9ac9613c23bdbb55e6ce7f7cde1f03c31ce685cb44de',310569000,'b2b4b2b54a2146b019809a2e95d1634f178c6a45234bff176328b957d6230401','58269cb8873f7fd53739ef669c1ee95438e41ebc8acdfe396aef2e98a484c171','cd1591722b1e4fb7a9144e78ff3856e56bbe4216d5acdb87cbbd537cba95ed38',NULL,NULL,0); +INSERT INTO blocks VALUES(310570,'f97ec4487e00fb4a5548eb18d052f6495d01957150046f415c39bbb526e21a55',310570000,'d92f62a941b4f174e6ed3dbb9f1adfc7d9e2277decd149bd6c243b4c6a667708','36cdd5333cec38b7ed209f8e8214e265236c606ed218d9824d7b9efe9a5b1815','c0003713d2791df183603fe0c883e4dbf26fcbc1c2ce3b8155b47a111556462b',NULL,NULL,0); +INSERT INTO blocks VALUES(310571,'b8edd44fa309c2fc1fd327461b37df751dcb713ac8475864c907aac8e79aee73',310571000,'81a1d69d6ddf4d2aaf03e5c0916ace63b3f87f8ac6b1d0c274179e845e55f131','ffa5b9f487357fe69282edfa04d1cbc3c6727c6fc92126e1fc2e41453ca99cce','4223a87ee39986ea4a298249503f0e982a8a38a6c65a72264d58570c90101cb5',NULL,NULL,0); +INSERT INTO blocks VALUES(310572,'6f31bbcbb44d9fecc3fd8c1a9ded8be8c024399286c612bcefe9973ae55127b9',310572000,'1c0397db8867a023dafa789d163bb457d63609e3a0782cbeddf4edb979d31e44','7bad5c858efa13fd33d61f9d93c4d44fe53aae854550c5ceed55faeb0cc449d8','f234e7bc463efc3de09c45e28dc4c63806646a27a556acc94ca6a476cbee392e',NULL,NULL,0); +INSERT INTO blocks VALUES(310573,'302e7dfa216058a05c000242bffa09f71fb6210c8049ca3ba161b40a1af4aaa5',310573000,'587b3dc052dcfd8e8f168cdc1e1cf95f30a7396c079b56c957f5eaef87127b37','81511d09b1facbd53b94573818bff590120af032be669fcb613c736d4c78b263','fd8813cb22d5065024c95dc76d407b7d624675009ca1db86c42b06ce186a9e2f',NULL,NULL,0); +INSERT INTO blocks VALUES(310574,'c1ae52aab03437bebe96bb6eb04db2f0519f3aba4e2336b9f0d08707d92e330d',310574000,'5abc2e864fb67056928254255155daea9138f9fb6f7ddda6b4e9d75cbdb90fe6','d66e9d66a141e6b4a4a672d13b6a7ad788ba8e825e261899730cb5bfeb9d88d8','faeee010985baa99d9e92d4df15633ab84d7c920250cdec65a01473f05700e55',NULL,NULL,0); +INSERT INTO blocks VALUES(310575,'fae1bd85bf824caece55e7c4f773f6fa0a021c24f01aef4656abba41bdededde',310575000,'9a6ba01a5b0c666c2cea91e6c4790901faad5389c0ac373d7846c47508757fac','3d43d6aa453292e520108453c451fc74f7ac3a9fbf59dc762d308b4fb393dbae','53e18550c536f7cf81da53fe42a0678a9d6409f7031d1732627c9af552472de4',NULL,NULL,0); +INSERT INTO blocks VALUES(310576,'b46dbd0ecf5ba9a7cd8f0a556f418e08d369670a35e96123144dc51c694ae7b5',310576000,'3ff5c5e77b1493d35cec043a43cc48656187fbeef2d57b7113d52b91efe26640','b2270203217981dc28694382b1c05232a34897f62cd9f8b53892fe93fbc59b88','7b9749577bc306ecfcc026f239691cfe01a9f6cd716fd729cc46392b325ea4a6',NULL,NULL,0); +INSERT INTO blocks VALUES(310577,'a4f1cfcaed69f6ca459db42cd60607aa96b3e593d635bdeabb28fa1875d7a7b3',310577000,'a76df7a1b46e70110eb07f3bc65787511e06179ec43ff30193ebeecea9d25095','fb452e66fdaf284ff109e788e9f67cb7cef343cadc7f5209689d328345f9e999','d61a80a3e9b7006b5c46b0176c66ef6ab4304a3d9eeda3febe60bcb1c008e38b',NULL,NULL,0); +INSERT INTO blocks VALUES(310578,'f28588cb2aa2711238246cdc3400480d672aa6b7746ede9ba963afdae507e1bf',310578000,'e37ddcdf453e06ca5b6e8e25239372450c08f85c61333a04b30234a0cbefcc25','1ecd3726e20f319636e10491e54f95b014cf880fb049cd7ba48b78395afdcd75','64e7f0afdc6f4c061217f9bd1cd430e8cc23ce701d2af373fc66c2719de57fd4',NULL,NULL,0); +INSERT INTO blocks VALUES(310579,'672e0101a2b0f7c963627370c590bca6d800483e3b379a774840789eeea36c38',310579000,'4c8022726e91322813f6cd559287e913d92196d378eac2d799bc13c53bd83fa0','fcb368acd0ce2495383b6d01538ddf6806d1cc76d32b5a81cd1e07b599f4741e','e430cf9f3000d6bb3b0af4ec8ae50503768a3e908ccc36d456d5c9815a58f648',NULL,NULL,0); +INSERT INTO blocks VALUES(310580,'e878eff75f69c2a921fd855716f6f19f7122bc62e7bf7a6f24ff5cb44ced9e13',310580000,'bc1b388550daf95b5cbc9a8897741600ec44e6d8a1068d78a2590bd9a220399c','075c8a5ed7162da50974e7120eabe2a1df1bfec6028c0385ec2271472919ced3','3be168e237e613d5d45a2f3049854e2b58f15c04c5967cb8fbb1bd31a9e6a0ed',NULL,NULL,0); +INSERT INTO blocks VALUES(310581,'baca309aa48d77563c8b563edf6fb0cbba1c155f5e26dca1d2bcc89dce14793a',310581000,'c80607398016597eb99b309954a4ea5a1be11f0ef952015772ed69df81abbaba','41e4c8f8873eb0de43efe769bd6c77a3dfd0266db6e0a5def7eb7feb213eefc3','cca2854b663f11034193fb2e3eef4be9d47decdc59820b1f943a6136010fa8af',NULL,NULL,0); +INSERT INTO blocks VALUES(310582,'08710916c8a006532a3c90eb7f9e07270be7f6c9d787e5d5f4bda22fa2e5e34c',310582000,'6e669da4b0c2e8abde7d3169bf1205ad754f744739ef9302c2ba048c494db8ad','7c39ddbf3ac44879893bcae707ada6d371412409ee67209150689973e6aeaadf','82c3c4f6495c55f146845448eff33f33257b9ffa243950f674798e9986115a63',NULL,NULL,0); +INSERT INTO blocks VALUES(310583,'22fa9d567a2e559c2f6b8d951340420df5e1bc5eaf5fbd6dee6c10e60798bfd4',310583000,'ddcc0fafc04105e9e89c2a9f61757736f95f9117e6558254f7e62e2707e0fd80','127ed38601daee2b9063f8be8f2dac4c473a433f60e5e2beea1acbfdcb7d02e5','e96e716bf175e311743d07acab7bac157a2be6e4d928a0a05e1d967cb6bc91f8',NULL,NULL,0); +INSERT INTO blocks VALUES(310584,'db5a54107f56229edcb84410f79b18d41620ed013f0b51f6889a728663010d9b',310584000,'fa66c84a1a23e872a65533c6d6a206a2074dc8d4b7f4d690c85c08414a206531','40a58672ebd4353112c99ad33fa95b917ac27e73d88d3e0ad2c5687418e84c67','87fbce0137a80771dac3e3de4ac182f7ca37451343f11120c9d3df40acd95b9b',NULL,NULL,0); +INSERT INTO blocks VALUES(310585,'a12f61691951107df80775a0d8e94642d242ecc70ff8678190f334256fc8decb',310585000,'97a0a8905d82141006e94876fa07e5afdc9429bdef0c6aa3632823ccea918373','c3d758977e3f59d4fc7a23a9162eeca66f134994b676559650025de7663f9393','956855216c0aace9303ac9cfae144ae1077193c91ca9c61a4bd5321734cb771c',NULL,NULL,0); +INSERT INTO blocks VALUES(310586,'c24fde1785a09cdb7279d4a6328ba9606d7efbdf5d907a5754b26af490ed37a7',310586000,'c9aedd1fd8d2470989b8bb3f2a3314882d1de104e6580e78c09b9ccc88d0a746','7a3dbce26cdac9f6c8f2e843d811cf7b95006860bfc571922a38e553f1563e17','54ea2f7b1c1294768261872f423fa45b766c88b05baeeb72b9b02ad2dc3e6580',NULL,NULL,0); +INSERT INTO blocks VALUES(310587,'6fc7eacecf09f9a15212a7ca52cece2438c1d6fe4df61edd36fa82cd0ee82baa',310587000,'a066bad7ce4659edd40b59bd487aebd6078db40a432e4948915b2a4ffc92a1b8','0c7fbb14a91e67f4b721b1326901124fc49239d5fc53b200d09dedc2022eaae9','ee06173e07ffcf4577aabc987233e8fcab576883238462b1c82f7386d85703b4',NULL,NULL,0); +INSERT INTO blocks VALUES(310588,'d758bd6b4eb728922d4f5f766481b7ba1fd6889cfd047bc6356fee12328457ff',310588000,'54a2c6b6a4dd9bee59ae9d6c5c36bbaf29d2e611b53198b709f627473702ba00','57728306612265fa9dfaf5a1222e4f26e206f78754c6064a804f6fc11019644c','4964f48dac62f7e38a8610554474647eaa4694cc7649a7da82c30413e3f04923',NULL,NULL,0); +INSERT INTO blocks VALUES(310589,'4574c3f408ae39752054a278d5b2f207153f2d55e5ed9278610285caedbfb5da',310589000,'3a2deca1e1afedafe86dbc78240be149a9dc74f0601c24f84b3fd58f885a310c','f5639afa9b3acb1eed68c14adbb9f319af6b47013a04f33dd8e0c81e12d87390','fc9b5d8c3bb8049380b8470d97ba588f0366fd4cf4cb45facb891ea5cc696b10',NULL,NULL,0); +INSERT INTO blocks VALUES(310590,'7a0fec7523698e15240595c867317fd889c109930cbc688e120af4b990d655d6',310590000,'a5927fead4765d973bb3e669d449f285c671d1bc8bea30fdae364bdbbfff9f2b','e16f9be72d28f80fa48dd8b17bb410f6151c5d0042db018d83f90a5184aac6aa','ee348f680458a36f19c5819446989b322566ccae85fab1f635251b3f8d421257',NULL,NULL,0); +INSERT INTO blocks VALUES(310591,'9824fbb407efff28304111890e995bf3c350f965fb2ff6df988d9a4c8ccd8bf7',310591000,'b2a9b6de9aff83db9a6da8870a96d9be72f7664e5e4d9e2e126311ed5f37d75c','0f42b1ed55afa071e3aa36c776ccd329e9d9cf9d859a49b3d48ecd4b246ad3bb','f166cd40bd67d508716a167057e732db7812a69813d88303cc1091934041cfdf',NULL,NULL,0); +INSERT INTO blocks VALUES(310592,'d6adfd9b31ef935e54670c6335145a3b7f57b14f7c028c2467d352e1c5fd4cc3',310592000,'b9be7f33ed5a5191b645231e7ee9c991634d0e4a5f7fde42c0a0ba5a92a57692','3b30119b4746653489c81223f649e5827709561a8077091dd629fe534994a6ea','217e0bcced4ac66135d892818e7a2e3e2de41623d8f7b6cb1d4831728d103cb2',NULL,NULL,0); +INSERT INTO blocks VALUES(310593,'97931b3dd08a38f192b673f46ada9365fcbca0b1f63a0a5989f6861062f9c22b',310593000,'b5a4e0f1bd88626f5284ca92f743bf15fc96608b614217be25af7768beebd8ff','c2c5e16a3e2c5de442052d200afc4a347a2a32e3fdae450860ca95e00c691db9','29784e47bc50a21df365a5ebeda910582ceaecb6da74396421b802d2f6e00810',NULL,NULL,0); +INSERT INTO blocks VALUES(310594,'f8146455e4841830c1bc2265c8f4c8972fbe46a1db89dc0dbf804d1a10bd9015',310594000,'65da7797adc2f50f2df94b46b63f33f6c848c43051e42291a9f32e3e0d01de96','c135cf2f1a40138571869fa990971bce8ccbbcb4d0c6f8e7c83d00312c28fa15','2cbda436c7c202baff1796b8fcdafadfaac2243f5fcebf14b29d6cd70fe726dd',NULL,NULL,0); +INSERT INTO blocks VALUES(310595,'0402e45e9adfbb711dcc3a959e07fb2b15082cd724943cb323892cd3a5ac9d66',310595000,'2302d8d72feeaf0eeb4693c05553e0818f43271a71a1da4c45541eef07cc34d0','4aa5f377f2d569d0a895b9dcd719bfc4ecc2c36bda446979b60c85e0f1f77b87','d989b4d8a1d51b1008ed5668faf66ee8658a4839d0af3a0039fca723de00f8b6',NULL,NULL,0); +INSERT INTO blocks VALUES(310596,'1dd4393d2ce505ecff715945e55c1bac040fae5758202c1bdd9c8f67c4d3f688',310596000,'c4e462ed82d9877f4c1daa4e066357d8c8f7a50b05b22eb3b4290b739864d644','2631c246a6b2fe1b242f91eae2fa24271b2766d239fd0e6eb70a4658d2d33566','ec955bfc43292b8e877fe233658b6edd63c52329706ea2cbc0ca2f40c61af128',NULL,NULL,0); +INSERT INTO blocks VALUES(310597,'490dd65dd932906cc5da68c8b37dcd2827a261db1f32c622aa33ceb6000a79dd',310597000,'ac154246a879f370f6bb044735f128b4085b3b9e17ac71a4e0deaa60f8d93619','c8b03ce3549dd2239ecccc63044c37e9646f4a8d62ec0caae79725110c7ab13a','a8416371358fd3854d15c4cc30af6338c4fba7ef000334ee24c4344337e17772',NULL,NULL,0); +INSERT INTO blocks VALUES(310598,'8265b2da5687b7848f740cbbffabc564923b47242e3d64bd058724969323f44a',310598000,'631805dc233444a9f0824dd5fe2bc291e537311db5f538a92dda1ab85d5bb170','127d5b82573477ddb4b019b3bfbd7472fc721937b97af44274c4df0143f548c2','96fcd2d1b47bdb4dbecd2c4e98c47f2affde08383acf40da562843a2689b7590',NULL,NULL,0); +INSERT INTO blocks VALUES(310599,'71c5bf880161d3c13b2fb887d3d034ffd62ce1962ad91036b75241025baedeb8',310599000,'eca47010ad3e1301875c258ea960008901e80b2e131ffb47ddf83407e8b8c269','ead7ed3e9ab625f9b5fa936eb455f0892c8c3269e6a4b7d1748865921e35cd28','ee138c8ddd772b8723a99078462be21d782370fe5c83eba78131f84401ad8d16',NULL,NULL,0); +INSERT INTO blocks VALUES(310600,'f91274374a64d9fabc3b57d401524d00c7559e7277760df594bd856380b7743a',310600000,'5dd3b16a0f3463c884efd3d7ae6838bf9694cb11fafad7db51e624454bbeb85f','9bd05e0e41ea7bba1848fb3695c4e3f0ec5e91e4b04f39a71861055e2432e367','109492b58db04b0a8b89c66e8177a8199ebaae4a4b036e9232262179af82259f',NULL,NULL,0); +INSERT INTO blocks VALUES(310601,'7fe9c0f4363e78dda78e932fedab2043c79dbff404e542d13913f3cfe98509cd',310601000,'fb332eed5a4976c89d6547bde8f4291ee5ceb386f552e143b28be6987af89a6d','a37a1b3f2bea7eed49671390f4f3ef3d247f7b43ed729d907aca2a33b3b74708','b037f356d1ff5fa5502e0ad5994a7be2c47ab74507bc83222d885e844c197e30',NULL,NULL,0); +INSERT INTO blocks VALUES(310602,'c7ef51e67a29cf83317e0ea235c1680749d256a9c0870e560560bd75de63efe2',310602000,'a8b4513ffc113883baacc3863604cc44bf47bf12649e40b243732a42213b53fe','70a2bf2a11e98425592b97a87db6c2a0ba3902fba27b0ac880d1c45e622a9935','ea8b47ad4a0290bd92d2c54a4fb57ff3cd9f22b44e0a04554e94fdd326a964e9',NULL,NULL,0); +INSERT INTO blocks VALUES(310603,'44ae66cad2a5f9beff6f9164db3055de3c1e953a3d37a73fa650c013d16ef05c',310603000,'cd4876367b6b48a9b3ffd6b7760bffeaad4a8adb642c0721d01e5e49472423f1','88651ad0329928c0f35fa1465d36242243236ee4b6bb65ed6eae2621c9b3de4d','28365604aa0ca677971bf7bc0fd0ff492d8d9b335af8b2b17389fc1163419c4b',NULL,NULL,0); +INSERT INTO blocks VALUES(310604,'36751b935b0c18b816f86d5a2ca16469a46ea41bf002abde994d15597ae9665f',310604000,'362da131eac81f46723c8c6306e05c8cb7d6a07da011313243551e54a20d9551','0e405fe5f5cf90ac88266c8fbb1558530867edf712fd68d67703d91685a534a3','1fc584291f2975b4ea678fc4b6f53790e34e3b8dc5ccdc660bcd0680dfdde2b3',NULL,NULL,0); +INSERT INTO blocks VALUES(310605,'ffa6edcb68ee2bcb93f121f0a1cb1012559f2e38752f45034b03deb8c8947aa9',310605000,'e40aba981f793b1503e3391755c2b2d0a1242302ccca7a58ed2a7d56c38a395a','c6202f3864835fc2a09ce734a7123dd0f4f0b12fc0be57343e6cb2c261956839','29326efa054d7543b9a31d09850741d00e6cfcb5a7234e851e0360ee1fb5cd37',NULL,NULL,0); +INSERT INTO blocks VALUES(310606,'9f9e9673b0b0fcd2730c3fca4c241b6f506ac17f7768eb40ae1642614c4be93f',310606000,'906702b423c95eff42ea235fbb74d36f104c5ec14bd693dc5ad1135650beb72b','67c2a801aee0640c1032d9e0ded829a73c8f2846e80cbc30ba3154906771544f','1a7218f7f919092189203fd9212a1b8c172944751da0a4a6f2e9677a53e2bc58',NULL,NULL,0); +INSERT INTO blocks VALUES(310607,'ea8eb241c2a5eefc21de5385132dee695fdd7a496679935c4de015a18c2a116d',310607000,'a95a60e30c067ae04133ee9c3ff1c8b0c18d6a97fc4c6d68c6e963e45d17e5bb','5a0f86f77b148971f403aabd94a3dbafba9d10f762bfabd775e162e98bd46550','2cd4b11576b8e2c7e3a885ff99874baba5ddcd3048aa82965bed0e4c046b2c28',NULL,NULL,0); +INSERT INTO blocks VALUES(310608,'ab7b08803f979b35074aee71ce1b0f68bf535632798ffb7c5c5483ef5a16f846',310608000,'0b831e03817cabbd685362e674df5bf350cd0e785e7cbbc34ac30de62b030947','1ec8414b99d9fbb3c11d03c97c3ee178d2d8a4ec09ff3de41c1ce0faae349c1e','4ae399e1434c99223a15a0e8c16801fc8379b50a3ae0920259e03b39c9526559',NULL,NULL,0); +INSERT INTO blocks VALUES(310609,'83dabb41813634b8dd95b45762989c7a77492fc2ae38b5d0d098fd3fe9946455',310609000,'f334802421429a373eb79907620f1ecdfbf87c136d4a6751885b6cc7d181617b','a53e89cfa1fcbb1b78fdcaa1d24bb9ba135ad8a93cc1959d347663033cebd156','8c4f040db1ec18daf3ec8ef8b7111040c0e2fd705f8fc9d8c1aa1b65187e34f6',NULL,NULL,0); +INSERT INTO blocks VALUES(310610,'f1372a9d1069265cafe8a06fd5ed5493d7b45f2c2588c0eebf8960c7fb53b7b9',310610000,'89596e459bfe8b29cde3f1b20703fc60a9931ece4a1d485311799da35458fe37','94551c032a87adc47cb40b3517976a137a728b4fc9404ba24e281db81589ccf3','c52104ae60218b7a6a41212f6f63db925d7a3c6347a188ab44c127a1165a5cb2',NULL,NULL,0); +INSERT INTO blocks VALUES(310611,'6d88122546a07e75804a8c89225b63cdf5fa1a306b0eb720def88aa00d927d89',310611000,'40eedb60df35837cfdfdbca01edd453b09e608959cd29ddb23705a5dcc72b174','fa5ad0dae26b4b8109ea5e9e84cce9fc72780a5ead7b48f2bf63c32a9393bb88','01c734c401136f2c4614f1c2485296d770bf31a966163fbfbde6088c805b5035',NULL,NULL,0); +INSERT INTO blocks VALUES(310612,'08df9f68813183cf897db14100b9d6399678437338edc8578dd4998420a3c0fd',310612000,'9f5d9d43831d8c6d64daa12c369883cd93a90a580a3ab51bfe64b06c0e8d1791','1d369ed9b03c1ab3237dbe1294317ee95ceffdb2d8e3c9bbbfe69541eeec30a4','cf282ea658b368c61ff80f317377bf663ce91f7aa8b24d130f823d73c68af640',NULL,NULL,0); +INSERT INTO blocks VALUES(310613,'c22021c5e4fd841a5f506df91ae88a4dd0b4edb5c98e6c5ab7ba9ddd8cd0cb53',310613000,'7e58bf9c1a4be983c308e86c7663e6f6d7ebcd3e16862cddf8a3568040bc1d7c','eae680a9229a73a6a1cdd9628f74d4a51e4f9a89b202f16dcd5d649927bd1f88','47270c6f0e5946f46695497a0e1a6dca4ac5697843c1a68e36ce229372a3c72f',NULL,NULL,0); +INSERT INTO blocks VALUES(310614,'e20f3fc33885662db862e5f1aa53044b4136e0097e7919f071a0f802c9f9436b',310614000,'513d4716dc11daf78f1dddd834a8789fd9e2f424ad45488140043bae55bfc135','513e81b558286e5b61e9d028839c989e4653ea2f0fc5f4d3ee3687821950d916','7f48351a7c504ca3a3f2c14fa176c18549983711a8c88e1422d2e34631713a7c',NULL,NULL,0); +INSERT INTO blocks VALUES(310615,'fd437e201cc2338bd936bc84f7baba6d100332926bee80f785f9f7bba722c5dc',310615000,'58d7bc8c4b87c4bd7b09ae1ff632f97356b75a16d982cdb980c38df353506df1','93253841426140b47ea7a8da501dd740345388b7e108fc173a2d17e5e1b434bf','914a37c4796b20f8cfbd65927ad6414b0ba483fb641123965f574629342fda45',NULL,NULL,0); +INSERT INTO blocks VALUES(310616,'008b25e6dce1914cecb91055f1bf5d77bf0be6f98b89ff06bfa41c193a321d84',310616000,'c414478432d3ee574e2bb6b63c261901c391de55d8f024929c289f6bbe017f6a','bb8c4c6eb421ef6b2d10cf6ec17a4b480fb0c320d20533d97c231869ef5fe5c1','169928f2b82cf2a6fea9f2fc3e1979fdba539dc21e3dd646f11c78fac9a47a9f',NULL,NULL,0); +INSERT INTO blocks VALUES(310617,'cb54e04a81c8bce7eea1866cf83b3f3fc8d8332fbdb41b242cd0bc38ff243c29',310617000,'67693f9cc7a1ccb36accf65b49c7ff41a9a9da0493ba23ea5ad7fa47a12c0bc8','55c8045876c57180b266a02b3ed31042b4258b173c785827cd8129942dc622e2','d186d293fa62d80ca2a4f9b769431ca2b21627bfc0c038aa7d4058d735382cbf',NULL,NULL,0); +INSERT INTO blocks VALUES(310618,'f9bbaec16de49df3e5ae9af5949a283789c143078a31ed80dd1c22e35d9ff70b',310618000,'133ed55f76172aa6eb01f1e357ccc1fe7b816d959ac21a970819439a3806267a','0c564fd85af94c47abab11a9065e79569a74339216de023368e2df41ceda9547','7d2c2e7709f3180b3ff804a8034813b6a15eddc1a380ad653fbeb0c773630794',NULL,NULL,0); +INSERT INTO blocks VALUES(310619,'4c02eca877e9ed946d3b839c08717d48cfa08366f42f8bd9b84d60b20b34826d',310619000,'a25b716daab93db3e3dd4721e9b7ac7176aa7735e61f5ed0e4572d443710907e','eafddc5cb4164a09b4684c1a4761d282963e60c52cac7d2c54ddba5bd9b4f41e','c4593aaa580aa45845a2b253d730b887e031542f6dcc6079e29dd2f315696eb4',NULL,NULL,0); +INSERT INTO blocks VALUES(310620,'98120d1d59fd5782e6aeaa785843b42351cc656f59ce10b76f7597202ab54519',310620000,'b029d5f5114d86ed6ea9cbda595db6fcef3b5090a32138b3fc941205324f3909','4b8e95a0eb1d5c8a03a81f89c37932eeffae66aaa16221990d4c793bdead7ece','0eec183d9351cb1a1ce2e0499d0e6107ee7875da1889a8923894d8d1206f2dc3',NULL,NULL,0); +INSERT INTO blocks VALUES(310621,'1f1a7124acef608c0effa6d985dee5fb44a42035d310c390512519dcc004cf11',310621000,'8968441bf5fc191104a02c55d4ddb8af263868a218d95ce83cda4730f9c36b46','8ae9fe8eaaeffc4a8054d13f9d08224af9465335f7ff3c79beb22de9a1ee9bd9','36d6fccb452879485d24b2d37239af9f01f34629c77b921cf7f0a97b14062c23',NULL,NULL,0); +INSERT INTO blocks VALUES(310622,'3088fa55337f70b4b67b9ec09e4121f30df45211ce7fb248352437630298bc47',310622000,'3e766bef4f1951fbe512767ee1d549825cc02a0a209eb8aff5cfd4bed3e49432','ded66ea4520cbe7915c1f457a82e07756654c05fe5f3ed114f17c0ac735c1e1a','013467503c34b8d855fd9455cb30bb4da0b00ba7cf530883e51b220043d2794c',NULL,NULL,0); +INSERT INTO blocks VALUES(310623,'817efbc8f182833c8d19ef29a7b806d402f4fce3d76de1c099c3199b15520dad',310623000,'5efc1eb5e8d19664e3fce1b4c0ad29e0794c796460729e9e65cd9d72847b0066','8e42fbe6b54251a2878556a353c4ac3b78ddca4e44eaaac94826f4acc04064f6','c214f11536fe6bee1a31d12bd976cf5c9316ca97273924437ca4c038ab84bde9',NULL,NULL,0); +INSERT INTO blocks VALUES(310624,'3c0ee9ad535b3b4a202367fcf45861eddf7dda7021af3565863f3358666e3cf4',310624000,'b3c063eb8dbced5504c30f52e2202196d175304bad1c96869bbd56efbd83ea06','9e8d094b076ed3b076e49dbfedc3a5db16463a8d2f61663d4b3adbd8979ef687','60ec47583d69efb29a926512e1522064d23b2bf1f817f564c532b4785366b6a2',NULL,NULL,0); +INSERT INTO blocks VALUES(310625,'bc28b31c2032623bb295cdf38d7b4ffcfd20d96c95301122d18463d54c6c11ba',310625000,'aa509684fd8cbc3a4eeb8c99e8fa5b05afce703cd23cd5b43c01365c4cf00400','282ea67f80dd590423f7fc36227fd1c6983ba4cda614b4e6db228cdfde588553','60c7e930cfa3b611970cedeb814b3e029ee942f803e5d48cb125a82aa6109f29',NULL,NULL,0); +INSERT INTO blocks VALUES(310626,'b6c172768d20d9c97cff56f083d61920e1ea39a93c7c09afff3767858eab950d',310626000,'8bafc8777d65f90204583cebb23ed864c27f831bd714253efdc170d62fe061f0','e7d3df0f62f0766d260e7df2454c1b86bccc54f27187a8ac3585ac1c23c0100d','fed8f61fde046f005c94deb7b036106223c6db2fb6ea2e2bda5a7bd4758baaf1',NULL,NULL,0); +INSERT INTO blocks VALUES(310627,'828a91a4b44acfe311e116569ab6856dc528b52ded683df95d390bef4e6c115f',310627000,'5cf7af02af3abc766acf2dfc6a37822e33d210acf5cea2c35bb1fe694cdea4dc','f8faf696dd98248891d9001e62637818cfe2ec5b343fdc8a04bc18c66fa44bbc','d75d6a840d0a7523a82f56b990d1e80b861e3a1997b16f5e4d7b5f7c2939c4d5',NULL,NULL,0); +INSERT INTO blocks VALUES(310628,'f319b382302b18f1bb20205e85c8f938bbf2c643101aa1db30985d36f707494e',310628000,'b3704073215d0e32e035779e0d0e077fd99a23de4050dea8484cb43658eb3fb9','3020cf21275bf32ad7a3b613db834b17979793121e913883dd513d26d6b3822a','e179f43d675416c87dde5bddbf535298b7375eadf8439d66b7a5834bf50cad6a',NULL,NULL,0); +INSERT INTO blocks VALUES(310629,'254b0cb0f311451dff00741a8a1d083190d1bb2300029219c26fae1e37ef3a20',310629000,'a155e8f4eca376cc719ea74085eed29ed01add2898d95811ce07030dbb7f5820','192d9b4da6656742ff99f7936adaa2ae7c0d082596628eaee8f2901c60df8043','139cb663c01d19b23f50a8b30904a148a0de62e59b8cf2e6dd03d18baf3a3589',NULL,NULL,0); +INSERT INTO blocks VALUES(310630,'09122d8e8e5b1e1f6cb5a16b7f0149afb37aa0c9c6a04a9288198854b43b6fde',310630000,'33527430c585c0fa95572e0bb7d2b974bfc10f595309dcf23f0a9339ea952551','ba748ad8648ff678ad994fe7c899d9f99e036c368f20d3ecaf2783c7450f5225','046b8d21aeaa6117496fcd6cdba11b8dfe4bab8ab09f76e0b7c833cf35bbb48f',NULL,NULL,0); +INSERT INTO blocks VALUES(310631,'b13cf136f0c15602dacf7625e6edb4a66ef804084424c1a01e7c2a2a512619be',310631000,'d1850805c2ee4930156b2cc221f9d4b85fcf71b62b0d0c6a381b73737e4704a9','baf30bc34f11a9a4d6dad557d17fc7efa0857d8cf3a2b3aa804424d8779f263c','a30ffaaaed70467c84c8cbbd50f2a04e8bbd7199aa4ae5c7c5fe7cbf3c5f24fe',NULL,NULL,0); +INSERT INTO blocks VALUES(310632,'79c10009cf92db94ffc72c6475c65116df5e13d1d31d15462bf6af255857cde1',310632000,'949f9488260d0eb153c530e887be2f02fc7d6b03a9358c6fccf1b59e2e82d199','784d819d878855f2f9af59f331604ffd00ee0d7f12c284767ed03bd37136edf0','ccf5367667ab17ab3a3e0d8381239454977bd8fd91222c8ea1f0045bf2c14f7f',NULL,NULL,0); +INSERT INTO blocks VALUES(310633,'e0704c45ceb7db9ddbd7470f41978d6e413d586afc9dfbf8c7726f4ad8eb95f1',310633000,'5f9fd66d524a17fdd0946a305cd48604619454f9396de8640cf86879bf7d2d77','336cb5a8bd3ed5c5ae280077f54876828382ea03fd0ee32836b76065b88c0e3b','4f245b383f4a892ff81abe163a6be8eccc3f05ce648b1956d1f650e2aeefa6a9',NULL,NULL,0); +INSERT INTO blocks VALUES(310634,'c4c66e703e975a6dc90beec42a4fa8de7df296340b408159caf4e7a8193b48af',310634000,'adf940df231bd5aa9bfe1bd319e50c721c5f51bfeacff1dff383d3f98a35a597','729c0ea03dd8c1e4b390a34c9d8c52e898659c64a53e8df4bd245c453ccf1ea7','0b92b8aa0f27616f86c9e831b715b34a74211529da158b7e8604886800a3629d',NULL,NULL,0); +INSERT INTO blocks VALUES(310635,'8c172e08259774a0d6cf10df2c807f635c37a1d8da2696f2c5dc0b228626004e',310635000,'ce3c190bfe8851e48e8da6579bbb780e21fae30f66984986ce816496e77e20f2','33291d8bb8c73e5520bcd71d751d5082ba15893670a498ed5f749775b1890b1b','a825ee42152f9959c7a4c4e6563c78f0c2e687f98317191071412712ce94e458',NULL,NULL,0); +INSERT INTO blocks VALUES(310636,'ec48849cd07e997c0ce999c735ccb1439f4a2f59191913f0823a89802d02bc31',310636000,'839820c158ed8e7d25610cd24e18866f42733e051fdff2757974e98838d3e560','44eb4e935025547420d837c1e35e73ae83482c28d1ead366fc36aa868c171b5b','6035ae3503f20045fd8b75bc62e428628c55c1c57089380a93052202f61e0d4e',NULL,NULL,0); +INSERT INTO blocks VALUES(310637,'d38ce45ebe349abe87390200f781f8059bf95b76b82e5fc210f3fb2d47543336',310637000,'b48b6b85ba5bbd774f60e72f6d19eea4574faf141ac21e800cb3999239c96b10','48d88fa6bf59187229586abe5d680a817d11d241763505f0fb42cb8f63030739','71510459c233fd04e4e2caf55a18c43d10eae0f301398c69747d630ba0842400',NULL,NULL,0); +INSERT INTO blocks VALUES(310638,'672a9e105a3845ad58c393548dcc662a80af17ef0884a4894023f4685302577b',310638000,'197afb66e0cb0f944caf56e787e2c4d8105ba705fe91fa66ba5e9aff508777fb','c7b055980745ae78a372e9be8d4bef37efce24215805059485b147213f905f9a','de10bf35ff74af31972537bbb41f0716f464480280a99474a43f3174256b6437',NULL,NULL,0); +INSERT INTO blocks VALUES(310639,'d9f5ba015ed8b2eac57c5cca45f9dc1ab54f56632c3a256220c352710d417f1b',310639000,'ebb88b2be4f8bbcb413bcd442476d2ca097e3ecdcf20d84f96b9c81dcab30283','83d0692b86d6427e06478c3a79a1ec7195ded78cf5310b625fe601a25993cd33','6c0a795ddcf01f7b3b31f79004c03f7074f91cd797ce73e57f77bc34d82fefc1',NULL,NULL,0); +INSERT INTO blocks VALUES(310640,'474facfd45196931f0bdcf43ed1bc8a7ea14da7e67996a4cc6dc2d6e2b64af59',310640000,'81a94a73088e79d45e25d4acf846edd95e7279a709691a45b192e15099caac87','377c0dcfdb729120b4785905e8d7d162f2ec7e0aeb33b4cd49392fcaa5855a6c','03e8f85a0abedee7df7be0f0bf6dc89d09c0370e60dfdfb97b50931fcf5f330b',NULL,NULL,0); +INSERT INTO blocks VALUES(310641,'02d51592ca3541de38547d4b744cef9c480551456c7cae745ebb9d55d754096b',310641000,'3786e5b81e69799e83358738901df2b1f29761f280bd3e22043859505d0cb307','c69c905478e8003579ee660d16f44c3deb881910a9297f6f15ef7482f0fbfe34','2316fb7800dc1a92d17a36ac5c1d26eecca5e89a024faa0f7bee8b56e4a9967d',NULL,NULL,0); +INSERT INTO blocks VALUES(310642,'cb6395d551dceafae515cfa3081473654eb0ee78b79242f6f1d6e5192c116ecd',310642000,'862d57281c9e5c582415ed90c59e1bede73f2269b34c8229a125f2fced904803','523695cd84d888fc17317f65f8615a0d3058dc0784947439fc4ac61409eff745','d3193669324127331c6497261b44dd51f6a423c04beff194d099dd7486f7a129',NULL,NULL,0); +INSERT INTO blocks VALUES(310643,'b44200d5717e8bafb56daaba83f0b64c24b122aa18d3035cdb1cbab7c473182b',310643000,'90897469d2cd68409d7df8955b06554425e04908648ab6e1a9f2c1dad6916ba5','375eebb9de1d6ad3f33bc245e06f4da387a8405df9f50dfe49e13121c9b8569a','fd3756a439ba234b43857d369ac9bcb87edbfebd8e00ccee3be2aaa0912e4aff',NULL,NULL,0); +INSERT INTO blocks VALUES(310644,'f72c01f09a2f76629efa4f7244703a82e82bda4e9aa4f032025e84a86788c672',310644000,'3f6ba00e35d202010ae7f8f47b41c946947ef1f0cf33473c50094d1d94d2d520','8316cc4ea95fc964d90c855e8bad5520f3653458a5d56a3b1b7bd6a2e7918637','9922c475c3fa7049bd564b14c0ed3e3bf7617c73412f0a0ba38cd72f9a78b4dc',NULL,NULL,0); +INSERT INTO blocks VALUES(310645,'f2a2ff3c7036d5a66de602a075aab3343bd9f6027215a79d451967773bfa29a3',310645000,'bba5ebae60128717a5e4cd5664ece1b6b4b10c968083de4b30e2bef7d7b7ec38','ac44459424af5c9fee3ee32a7c29d5c5dc02512a3b0adb9684015d965981244e','f1de5e47191a9972964db6c4b2db1c68db14c55fdc68c6674d7c1b4e5bede2ac',NULL,NULL,0); +INSERT INTO blocks VALUES(310646,'839ef2ee85d2edc27b4257e50c667b3d0ebb254ada269d6f9bb07e076eb0d494',310646000,'3898b4aa5b814957875d3e836799dcfb9e0b1ae5bff288903382d24c01d4fcc4','b9d6b6e573e7f3cbbd8d1ba891472e015f610f588a2d90aef7e06722e0c59b92','46ccf9b42bfc731b4e045e4ece9ceb46797bdedaedea24d2277555460c8c81d0',NULL,NULL,0); +INSERT INTO blocks VALUES(310647,'8c3fc73a2be40301b82885028a4058923a5849d86cdd0bcf101e615965f0b86d',310647000,'9def4a11aabb6fb013cc2c109d0c622195e5fce6a33e1961a1b1fbe9a3e407ea','7ffecebf1c3725e8a597546dc62333ae78972711cac0ecf681fe6a1e2c99cf8f','219772e7ad34f1679f910ccf8cef3c52e9d2d9dacc9840faae04e9346e42ffbd',NULL,NULL,0); +INSERT INTO blocks VALUES(310648,'8b4b7bd45340942fff7a74b02e2d77f59943a5855e79566ac8f6053b0cf4e14f',310648000,'1183052b48c2f59100f40aa66c569d920b0f133884fc7d9f18cb6eb5c4d18276','95bc6d1209c17532b9768140d3211e1698090d1ce5586f018a2f5b509f10a317','221b8db8f5c739a02e13d10ba8e18669be064c339b6fbacdf73f21f6ad37719a',NULL,NULL,0); +INSERT INTO blocks VALUES(310649,'6a5587f8dbe5daf750e6af8ce8d13747c2354e4a83073aeb31eda11e0d5490fb',310649000,'8a93366db8cb11533d2c398be0b14bcdea035c3e4bb6e3cc8a69081868b129e4','096c62d915d0ec9428b5d48a978a1cc67da03239d6da0aaec0a6b7557b219459','624019463e0cd03fbe141df16d367e3c28e40b06b6f9ab91e688aa35959cb1cb',NULL,NULL,0); +INSERT INTO blocks VALUES(310650,'630772e16127da5b34945d5d2fe6a95a7e0addda3f7ed03aaca0d63526957ac0',310650000,'58d1477b14b8a8d6ba1a57a11a6dad49bcac38a735fee3ae63734a798e268501','78a0b7fcedd7376767a16bd15f7f0e401334da67c68220835d74ebf44d2fcf94','56abf26babd8d32474c14b9b750c3a1896ae86366dc4453b80044168b8aac7a5',NULL,NULL,0); +INSERT INTO blocks VALUES(310651,'abb2d29793c975ba98b914638ffec5642e03424b64c8c949529392de66eaad22',310651000,'1051d8bbf724ac541c568100e0b1bedfa56f1b87cc64088fe036deae9e31307e','0ecb4c04fde7e1e6cfee92ffcf153d59264ae1eb639da59d851f4fe4912eff01','6cca5fc6c871c69956f25cb23d3728035acb77b081b171a64f8931a04f6d9af2',NULL,NULL,0); +INSERT INTO blocks VALUES(310652,'5be0bb5cf3210dbdb37899c13ada53194619fdb844a06788f47cea6ff3f51cb6',310652000,'d90b15f5d813d14ef759a9808829e51396d34f79f0214bdc2a19ffdb14bd95f5','558c5578ea08ddf8018057ef980dc33c1af6bbfb5493d354ec1c5fe7b0c08b22','8a73d20a0084418acf57e929df648bc7528ffd5760fe159fa3e40e03b5eaed95',NULL,NULL,0); +INSERT INTO blocks VALUES(310653,'149b18c77b473184140e2c0a5e890da6beb9d29bfba1e229840836d6a6734bd0',310653000,'4db953e1e6c0858210753a482bab6d4bbf91ed636d8f5b2d61c927dcce53a430','367164f35cc7236a8610d1d31f5b87eeaa9f78c2eeb5b0cb23d49aab25c363c7','98ae74a9fc4c4c17d3724750e2dde6c51ccce0208940342619454474835a00c4',NULL,NULL,0); +INSERT INTO blocks VALUES(310654,'829af363584fee40e5e59ce6bcb5c5ceef386d56a7fa1fc8e5f2b26a1c546569',310654000,'058aa66231eea7e3f209c95c6d8f12f5bb8fd4ef4fe9a0ec923024d862010016','61fe2ca0cee8d3d8bcf18cdf8719ce6ee49e7de0e81c50d2b983b4690627344e','ab8a8b1d957a127f045b344172d7059c3753bc6bc01591aac6af673c1648a8f1',NULL,NULL,0); +INSERT INTO blocks VALUES(310655,'c0c926058eaf668c26bcb906b00085046ee3a492e66078a2fb04af6712139e55',310655000,'39b1bb50c2ad9e506086d8fe125d2af70db9d5c4ada27372ab50a4200020efbd','899d414e0bab975e1560528758a66335415ad6225b8a12480b0da9be5c7bb3ce','996265c039f18ce0b1a9a4c9a0af52934f257987fb147aabf4caa1b4de7e7852',NULL,NULL,0); +INSERT INTO blocks VALUES(310656,'5d4c1fc1c92272963ac4b686279ea88fa683be164414c74c87890407001c394b',310656000,'8f636aed41e220a8a66318ab6ddcb6eb9d31e96d92c5b21f4732b859e5d43eea','3fd51b4d865809b8b6237c39f21e9e4651e20a636892129d1b72909f58b4ee70','e6a63d01bb1bdab7a6aba88c33c0f3b9675c62c4fae2bcd85d0a62aa5dc6b133',NULL,NULL,0); +INSERT INTO blocks VALUES(310657,'e8d3bd7181ac043c3086f9743d212dafb71a65adfddd813ca8b973158a3fcd26',310657000,'777074642c80dd30819f727d2a99578174c852be298c497522b7e1a48647ed66','59b1a93d2c276aa2a9fb25174470245bb0fcc8aef1209d043aa71c4141e015dd','226be84b440d86af6a460f34d47d3f30343770f62796b4fc108a4e96a9ae1868',NULL,NULL,0); +INSERT INTO blocks VALUES(310658,'579c711806538368d38e9337a1459885e9fba0ff1cd335d6bb77ce125bd4f501',310658000,'7082abe1733f1d02b90e23496c5e5921c8bffd5270b675e452ffdb09b44fcd0f','22f35d42b727ed7dca71245760d8c325b92947818a65e7dc94c71c43fde850b6','81ad4ffc91ace659132d98f96cc1013c75b51a1baaed33596665390350ec0219',NULL,NULL,0); +INSERT INTO blocks VALUES(310659,'e2916f0a41778f5954dca70fe4a11caa7e06e14fd1f0add437278559bc5fca5f',310659000,'9a286b4d7655e39f48df7466b631a1f82d17a21a7c1e0ad1ce55684d61cb3d13','47e9f0d0740cb63fc960bf6fd57f31cdd74334bc5dd5ac4eb385a0ace97bd595','3f719eafee1322847e89fc796e88caae09dae05c148627c4de0d25bea7c0e4cf',NULL,NULL,0); +INSERT INTO blocks VALUES(310660,'d09a066cc0cd3672576b8e02733dbb32ddc2ec35d07104edb1c56ba9f2b85c7d',310660000,'7cf8fa2acf1abd4a6cd4356203d2568f702256fdc0ee3bd0d902bb7548f8faf5','2c57e4b9e588f456403671a14301777ebf67aa6bf25146f9d2d777e137921959','059d6f90c4c318f17614164e6269797e2fb1c355c9b48c41dcc38786e8d29de7',NULL,NULL,0); +INSERT INTO blocks VALUES(310661,'badefa122129d97ce33ff699b6c63f854cc2ac11e02fde9fa589621d1201ee89',310661000,'d1505431d0ddf29dc014fae7852637b9c743ff04b56ba76cfdf019c534102c05','94a1421fb280c915cd06737459cb6bb27e590c0fd0c31e29262451ca402b12fc','19e131947a4daccbf6deb026e0c756782ab16df79b8b0d70c1b7c29059c3f167',NULL,NULL,0); +INSERT INTO blocks VALUES(310662,'952fd50a82984ca0b86bd2603400525f8658e33b0aff521cbdc0343e0de2c3fb',310662000,'2729d117d0516bb98ab9887375251628593ee2295f1016f4459d5955cf407582','83e8090e7b91f2f29549cd15a81ad4dc417079124db1d5635c20a82496c53e3a','09cf04c42510ad0c21cfccc3729b2839c7c62ecce40bf28ae19694d41822b692',NULL,NULL,0); +INSERT INTO blocks VALUES(310663,'7625249e17d88bd2a50e81ae7ffce70b7ee4f712eee316fc67afe1c47c4a4028',310663000,'1f5553264f1064b7baa1e56e83705f6033b9a22e407eb93f835c55ddc465b9dc','3759b7d3b2ffb3011a487f3b5bc356f3710c4b206a133f6f5d297126e5ba9cc8','68ec82ab38da849dbf585088b2318d08e4e9020568f2c7e4e76d3607c19cd1a7',NULL,NULL,0); +INSERT INTO blocks VALUES(310664,'ff35b504ee3d48dc4a0ac8b688594d86947e2af92a3188bacfa38aef4dea8247',310664000,'8f12d960bf32e37a5104f79385faf34d9e260b06f783285589c67fb116188a64','5c0342a0b6728bba2dc94c9cde71ffe60a7d4b9a7d45de0991651a478cd50b9b','552972e8017b32b62c49b75bfa6c1a30d740277660b0d595ba0a1af5a7f81df4',NULL,NULL,0); +INSERT INTO blocks VALUES(310665,'8aea5e0436d15a44620d181ee03d789e5bec0aa9c84384919ef35c7ac78999c8',310665000,'1f0633cc29e1ce03c5d2c2461f7439ea024d2f370c77e63ebd5d86ad3d699429','a7d2f5afe50c0a5a3b73ce472bc064d13f37c0de26812393a21511e29dd1889f','eadf59024dea937df0026c6dcc1559d68c47dfede8290884bf9057d485deaeb2',NULL,NULL,0); +INSERT INTO blocks VALUES(310666,'de934d6e2642ccb581002ee650ebe76b2c88e2facd253b73c45b964dcf469c52',310666000,'2f5c033175f6fb62720840795c76dfa882af8c490b692b01ce11da68e18f992a','92c6782bdd549b1cee15dae71f6ce8a180fdb2e6b3f0e89b200cab5c68e2d208','9d57dbc2a326dcb83aca46de80162f113bb7473f1d5a78153467abf60fbd9e65',NULL,NULL,0); +INSERT INTO blocks VALUES(310667,'c8037bf10c1bdb21df72a9a90db87b11c967d6ae81c5f132ce8e42b1ca888f83',310667000,'ddaee7ce215639e53f85c98270434b48d5a663d533c3b16daf9dc7df06aeab41','5e44bd7345a164c0d99459e8bdb1b71f90c230f465ce0091192e84c5c0996de0','6a82fba5c57cdf13a015311e153b06981cd12b879b52f2b426b2fbbf2cdcecc3',NULL,NULL,0); +INSERT INTO blocks VALUES(310668,'699ae965398fbe98ccbf01384e3ac32d2f778e21998302827010869199aaaf27',310668000,'0085475173b4836a1651ba4afc4e07997670127fc39ba95215241ed1437ee4a2','754dd1a4a83ffe0b40e936ca8dbe173f449dd0c983b8ff3b9dbdfdde326a65de','eb3197ca88c9f5a6bf6e76cd630ac51b8026d6cecca2222f47099a4974143270',NULL,NULL,0); +INSERT INTO blocks VALUES(310669,'c02a1ff18678c02e906a81ee20511b34be69a577651a763cb7ace89f7b04aa1f',310669000,'86295457d87c5ee12491d438f3797bf6c5622abce4edd9b20ea5ae17b0a53e2d','f66a648b92066b2324035d686a1bc8915be13bb13c58820fcec39dda1d41d7db','1983734712039404793683eab53a1298b6287a57b0e9d0955326fabf17a0d148',NULL,NULL,0); +INSERT INTO blocks VALUES(310670,'9c043e45204b5463d8138e24b46b57b486f07c264dbd6b09356a75ce15319944',310670000,'f796ca1337b740c59412f4949a38564007b99d50f6435e9d6a55ad9e3f353a98','b6fa16445c6b508746fab70fc0837c266b4e437a2a4f6e68c33edecb9387914d','0afd1d7fc179c70693ba85d16588704b618d3d4da25c3af8631f57ae0084f64f',NULL,NULL,0); +INSERT INTO blocks VALUES(310671,'4c6fa9744f58b8804901b138d7e65070d8339b557a22ed61b4511a401fc90522',310671000,'152990c314e6d025cf258ece59d702b2eedb7548a741245236e7624acccfda4a','48507d67e6c45887290af7c47d2fc2a36d647739393470f92223c1c7e26162ba','fce6f4ab4de1e5f4f9f2cd0bd96f692e09ccaba9187d38452920f07c6d7ed5e1',NULL,NULL,0); +INSERT INTO blocks VALUES(310672,'491314bee5881d93a5e646d2e911b30fe6b43f0cb7458811f7d9679b2f7074aa',310672000,'23be138ca416024be0bd036a732587c6bbc6bc38c0e9c492bef718a498e6cd2f','6a8c2d4a3d34a36d2a503f07b7ad6c1144d2ac2e05a56b1d779c28ac4cb89928','d45672b99dacf99e9c30f679dbf7bbde71bbfa3305f5643f83f15cd22b6c5845',NULL,NULL,0); +INSERT INTO blocks VALUES(310673,'03ae6af5afe6e7949bcf4039e122a60c97baf807e7b24bbf95881e0797b9e2c5',310673000,'b5b49d68c552cafc8a42d9a3cbee8f99c9f0ec8ad968bb285239f052452d5fd9','95f29fee3d36bcf5b65defef149b1688b1d82c94b73a165a346590e2503596c5','d9333ab3b101546338c4cd5c389b71645a851da76d64f32ff4550d5bc433815f',NULL,NULL,0); +INSERT INTO blocks VALUES(310674,'9e8b0b0ff1bb6fb1c88c7fb75f560e41f4d1e72c890c49a4c794db3508bb193c',310674000,'0bc667a4bb55578f47004f7e7cf5eb02ba8580bc678f3fb94d0099f2f0bc0974','58d295011027d8876e883cdbb09e8b30077a99271ce6541a20a52a2583581be7','73d228e7ef78429bb88e895ea3573875a21992d3b75a252ba30e11bbbbe19269',NULL,NULL,0); +INSERT INTO blocks VALUES(310675,'e84ef8d1cb7d22c4aa9c1d7b7570d6e14c6cdb84e00593a13f5d64a4313c2e21',310675000,'b16e2f43ae599b3f63d0fcbfe6d1cac871bb03554865e6fc9f101824a577ea83','37f1ebd8868681edcf89cbfa6ddfb086a487909a63f35cbc50de9f3a4d41342e','3c58557ed2492c71fefa179f64125e447e2bfdeaf955abf4f7799e1a90a23dd8',NULL,NULL,0); +INSERT INTO blocks VALUES(310676,'312bbdd1f53a4cfe3fa9c89f4c74b63972466bf2478c434fe7ae775ea3fcfcc1',310676000,'4fed59c135dcb11be487e36c05284e91ab137110115116aff5167350370c1a9e','72ca2ceb1004009e684013f8f4f9da22d6df7288b3b262def230393ded00f7cc','77483c07df3071df0843b526be705f202b6877c0c4809db12a5fa68c26c31854',NULL,NULL,0); +INSERT INTO blocks VALUES(310677,'4b8f11d65385b9ccb23688a124ff536f164014fca6c7d090e6e873acb3e5843a',310677000,'6c850b4a5ceb423fe74f937a2dab17bd1aa341345e711a7aec44ca32f0e42ac4','6e8f6549d153b331eef7b919decfa15e960bca32187f9449cf402a073d730902','c1d85899711c14b27431ae2aa1f5a034e4830df85702884381b35c6282d2eaea',NULL,NULL,0); +INSERT INTO blocks VALUES(310678,'d9bec9099ab0e267783576ac0d03cb1eeec78a0d892f30843f802d6740bef21c',310678000,'078b470ba70dc91a2eb63e6db67df1301ee68793564d9e9d8e166ae968713f99','6788ce10475c262a4c0bd6d6d3c5dc290132dfaa2bf25f0fd78956b5cabb15be','0698b703a94cb668c8c6465ef3f081c9cd1453929717875739b35bdfc682ffa4',NULL,NULL,0); +INSERT INTO blocks VALUES(310679,'be81f07096cb9815706aa9ddfd6f3765371e83b38576ab135204a632b963e69b',310679000,'35b671133ae190842c6eaab39aa38ca810c87a1c72de32a3246490220f4e09e8','b97aa07a9eecbad49eb40ae66290b96b1eb266c5f690c5a870b9a0c3d1d398a9','25d27cfc61abd52d7b151029f6b748ffcde298caa93640e4c2298b205cdd4c41',NULL,NULL,0); +INSERT INTO blocks VALUES(310680,'239326ce9ae5b46aa361ba49843329b17d5b8145a8c5701e7e482e20736cf9d8',310680000,'122310da598fae26c2f64982fdcf4d10082abe52b53de2f5f4742f8c4758f615','27a94d73a2ef4014a4714d4ddbee181a102d441795625e963757b5ff188bb04a','266a04b045f6567fe1b090d032ce818e912949662607ea880e52e701b9a8d735',NULL,NULL,0); +INSERT INTO blocks VALUES(310681,'0697e8d01967b24d7650c3ce1101c90e988a28afd894e1506505a00bf9e69f41',310681000,'bd3ef833e7f31585777c69a0a4f84caf9db030aa555ba4f74f7d2190e2a790c7','efba1e72f69c2ee9cd739356f235a66692b8008e1fddb76dd94377d9a7f854d5','b4274343172d18b9366b88fee4cc4c64e0493202f3f9a733dac94b20e5604517',NULL,NULL,0); +INSERT INTO blocks VALUES(310682,'9bc8c24f8bbd03ae896235960d75749ae2f9f16525c933ca7f546fc04d334c55',310682000,'3c3907cb582af891d5f0fcf7c6883ddd9f6a08e264ecf01e5c7cbb11e331efff','f304fb81cd79f620f31ec880ab6968816bd85e50b71ae784325218704f0c0ccf','e7d02667265469ad8da103c581bf9aaa5a8246beee1d24860595483cdc2e2484',NULL,NULL,0); +INSERT INTO blocks VALUES(310683,'ad6e6b13d5c058aadfae019decb3d2c154d538aa8753c9ada94db18e6d499511',310683000,'fd7c25b3589737a0768e10e7bc12c41efd93c38bd65ddaf8d1c3fcb6a0d05453','9b0af830ed110ab15ef49d31992e76bc9fa6ef408d23316ef7d63037193c799f','174dd73a81bd8b86db1b26470900cadacf71f6441499d8ab6f24d9db42795e06',NULL,NULL,0); +INSERT INTO blocks VALUES(310684,'d0d985b69719bb289bc917742a603c3e7d9839d39ef9afdde4a8e0d0739835c9',310684000,'b6eed1ef9907f05a52d6a9e482f6380fe9affff0e565f33bc109a73d9e616dcd','84fd50e02fb724337304367bce2131d5f06c812aca832707e3365888c4ebfd7e','836c2bf2acfac36104eef24cdc4f85371dccdb439bb608d33bba536e60566259',NULL,NULL,0); +INSERT INTO blocks VALUES(310685,'f5aec0f5dd7cad893104f7704e4a34304fd4e2620517e7f18e993d49ab1a98f8',310685000,'84db46481840123dec829c78e41642a903623e2f4864120af5d6c7a6cd5a2c8c','b12f0510839c3c6afcb1efe01948c40cad06961767cb0e72fc80199e537193cd','cfbd7258df30f1661edfb9b4695cd7c6ad930825a95c5a7e1358079666161932',NULL,NULL,0); +INSERT INTO blocks VALUES(310686,'a7466a4c47b167bec3720e7fd69772168d606e4edac7e44e55f411571cc603ca',310686000,'63b00521e92154c668a8849d730bbe9cbe48970bb2d81ec51cf2dd7be26ef586','5345f04ff9e5a7842bcdece536d978c4af8a12f94013d9d2d018885a6cee2502','a2b53c3b3603bfd9fcc4475532c45c37385f60bdd833a60e430fddaf2505932c',NULL,NULL,0); +INSERT INTO blocks VALUES(310687,'c33713cb462046341ff116655bdb0614ae7726888f57e6493fae63d5a06d7bb8',310687000,'1467302354868fb09799c0e66d303915f9fe4238f08bed7ee70c9ae72c51fd59','7c0775c844eefbd9c6b99ef27f1d1dce765b57fec55fc55d959be8fe60d5b7f4','66b8bdafa6fb1f4cb3ae7909a3308b034bfd5798da91299559f094c461b09b5f',NULL,NULL,0); +INSERT INTO blocks VALUES(310688,'3e802519162b52001ff1cafc7892747054d50f03d642b09a1ab0dcfb9cdbf822',310688000,'b7efa5a23070453185c01494e1f7037abe7d53f57557114a4b9038042291d846','a759e1bd223d58e9a970b1b8ac41a737c915d0e8b8d8ccd6989966c282172e21','bd8b2de5e920060da41aaecc7214bc231afc9d8aa83747fd09ad096bdd976724',NULL,NULL,0); +INSERT INTO blocks VALUES(310689,'d400463f1c0388bfc6ab6deddb018144f6db53b604c549f1fbda8211de1755df',310689000,'db7f7a5425f9f74910edfc99178e52fcfa560db91abfe5b6126139e611dd632a','25f2da67cd5a3bb06116a2cad37edcbfce39618903596ef94bd701bc68ee7001','d721314d261c7062022dd1cd9204c31446be9868af1877a90f7d9a20655617e0',NULL,NULL,0); +INSERT INTO blocks VALUES(310690,'0beb7cc3cd4d229f7c538e98c1f8d9f10f00fc64d91a5acff5ef892e4af65462',310690000,'7a8602b8fbfe83e3ea718160efede84e5cc75b58c6ea505c63ff7612b59fc9d5','8f6d989ffde6b7ae13576d7c94fc2d6d050870c1eb1b32a3c55f0655f9f29755','ba0d3d3f5c4a4f1119e74f137d961fd018b9ceb67a0edd1d8485f5d31ce2e77e',NULL,NULL,0); +INSERT INTO blocks VALUES(310691,'07253277584631d8dd356b4760c8802b1b3f74e39ee13584ee523e0d0fc50b6e',310691000,'cf9093824f1e5e5b74032e31148dd0710c88d3a2f7977f7ba6d568754809275a','8cc3c0d7eeff5d459e27f44ce0fb8f5c6ef18582d117e97f1edea7fd2cc8cadf','c63ddc86adea5aaa3252d5cb21de44ef54393762eb9004ee18f5fbd712e54dd1',NULL,NULL,0); +INSERT INTO blocks VALUES(310692,'29f6baf3c618e1bcb16cc413890a0b2a458d05a2e60ccaba92fc83096846c932',310692000,'74dd90ce3722f861318b38ac8f337dc0c813aa5400444b378637d606970cc743','59bf603449c60938cb6bd4bb3aeabffc35b6b25bce47eed6b5c259516d2520fe','2390eef8c10835819496bd59f8009871a10cda41b3400f0dc8892c417724e74d',NULL,NULL,0); +INSERT INTO blocks VALUES(310693,'c7520c5e5a5f19c4aa0859c399a1288c1c357d29a6a4446855bca61af38277e1',310693000,'73a17e5a019b448af17f2c0e676fada23f2a6dedb29fb21cda68f2cf420cd725','7754a43ec6e0231741f528c99531599d87a00623017cb17f3d3fb94e3f78e916','17134e954c270cb1e668779075c5e1d9aad062f6337533bf126b8ba9a8fceff9',NULL,NULL,0); +INSERT INTO blocks VALUES(310694,'586e9f2ece2b1d03767d82fe988632d69a7827333860c58460abc7a5b9b396a0',310694000,'fcc3fc1e1563344800ea86521b53b6b419e0495527386b67fd31ab23957a2a2f','46847e9822c68d2390adc97599452010bc2badc6decc88aedb9f58e57394cd52','0d63cbb69925fd2a44367cf820efc23a41960265374e82b1e7d3e5a74aa2fe7f',NULL,NULL,0); +INSERT INTO blocks VALUES(310695,'a1803237d72105847b97a31294e91e7374ff47bdbc4e374744a8754a41423538',310695000,'90cede3b9e6ffcba3e0af2584bc07a01c2ce0465095f9e2830dd0d9cf1a71a85','1657e29445bc4c4600856690d40a7f04d8b0733eb3bffbaa525ba9770e9cd171','4fe41901a6cfa3c07498f1ceeb468ad3e09561bbcb2e0c62ae5a1136ab7d9f15',NULL,NULL,0); +INSERT INTO blocks VALUES(310696,'7ac8080d89c8a8245703603c294c5df90a342bb4a325462e65827fd709ab0fa7',310696000,'b12309d3cd3ae4a4e63af3bb49ab7be89086b3216483abe3df6ee3ef4cd4495a','97773014afb5e392271b317b2ee678ce467367afa586e9925d10580e1b6fa692','873521391a7906f54adf9ef529e50e3c0e97e41bf22e72df0785d67ce1900def',NULL,NULL,0); +INSERT INTO blocks VALUES(310697,'4fcf90ea3f5b4f6c003475c22f583053b5f7b6e0ffe12341b0993ede4fa8f304',310697000,'b2ef3fb8b286c657e83f8707e86ad5190b0af834dc274017dce1bca26acad6a2','7b199c80505cad4703e6baf926cb858ffda7da594591cc4e8788f915a2b01248','ba3631093c56db61398f4627d253a8796ffba334a16bc19af1eace688f8b122b',NULL,NULL,0); +INSERT INTO blocks VALUES(310698,'ab4521982489ec4c2011e8f374ab83f249eeee42f51009b1b5647b998d854c53',310698000,'e4dd38ae1fe02d009d84128937505c9eb9f807fa5dea74e77a3a438f12a2bbeb','7c6eabb5934f99aae5c32cae53addec2fa66ba2e5b8a2801d29cccb0f1028b93','9d6bd77afd6863f8a38362aa908ea20bf54859de26b02d8b917ccc23b742caff',NULL,NULL,0); +INSERT INTO blocks VALUES(310699,'3f34102183af409ce39d0ebd3be002cc38e973a0b3492fc9c1e0dd5813941d1d',310699000,'5f578b303590202d182d2d126fc4ddfe614fada16ec33eda05e493c414f405e2','4c177e0da421e1833233d147c1ecd5aee21da2897ffbd1baa139320820587226','32d7740d1b26500bfca1a361a67a39f362e25fee60830911a76b9a4200832ba4',NULL,NULL,0); +INSERT INTO blocks VALUES(310700,'4f928d25664bb6ac693dd70e408dedc257abcd4cfb1f7ab6fabd8970cb663fa5',310700000,'fe90eac96beabb7e5313f8d3466a3e9e862318e51eafc3df5ebddd67c7174568','1d5586274427145daa34ab7839453930fdac69521c32c6e77d4947d03d157359','0734a8a00cccf16b9cf91f66506f854fdd632743c57b1f374f87ff1ea89c417f',NULL,NULL,0); +INSERT INTO blocks VALUES(310701,'9e2377aa8ebc26294dce0ed34dc1a071c67505a0cea36e0bec20d9ab0997f6e1',310701000,'93f52d9dd1fe1606a1aa38ce4f00210ffacd37118495ec3a06fbbadc57b2deb4','724404753d10775f47ff861186fa24a13eaf71cb0e59b628103f36d38cc80d7d','42fc1b35f152acf8dcfa7f2e8bdf73e3374b4b66db6eef2088982e9a7e5b3923',NULL,NULL,0); +INSERT INTO blocks VALUES(310702,'69cb443673c221a8e157d61707d52cf980c87faf5c3b31a5850ff43be70883c8',310702000,'66d9f92af4ee7422f6198541304c23dd776032a3b7680a88c99f57c747a8fe93','689d74dfb418e1674e6892afa5e865f45ea1c9ee9aebe930fab6e967cf8486f3','81ca8221cc4c42a83952477e0cd44cb4f3df363967afa49eec760b76c3aa803d',NULL,NULL,0); +INSERT INTO blocks VALUES(310703,'b8b21ab596ed7ad84e449d098c04d86cbb6623c5e88af7772166882efbd91218',310703000,'fa9be6ec83c14604fbeede79c09404102eda193852f3c1965672bdbc07651bbf','ead5543d5ba4a13c6b7b09e468becc6ea499acf2a5cbc9b3e54e1477293760f4','7ade286647e51cb336fb21cd8dd145cbc4720656184297a3a6393251f481d024',NULL,NULL,0); INSERT INTO blocks VALUES(310704,'53f0dd2f7343658f75508323a5b1761b7e5bc6743c04fc9ee9898ec0fbafd827',310704000,NULL,NULL,NULL,NULL,NULL,NULL); -- Triggers and indices on blocks CREATE INDEX blocks_block_index_block_hash_idx ON blocks (block_index, block_hash) ; -CREATE INDEX blocks_block_index_idx ON blocks (block_index) +CREATE INDEX blocks_ledger_hash_idx ON blocks (ledger_hash) ; COMMIT TRANSACTION; @@ -753,82 +753,81 @@ CREATE TABLE transactions( data BLOB, supported BOOL DEFAULT 1, utxos_info TEXT, + transaction_type TEXT, FOREIGN KEY (block_index, block_hash) REFERENCES blocks(block_index, block_hash), PRIMARY KEY (tx_index, tx_hash, block_index)); -INSERT INTO transactions VALUES(1,'6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597',310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' e965dde6f8fa939677cb1bc28921cd98418e212f3468c9f6ea39baa1e8cd69a5:0 2 '); -INSERT INTO transactions VALUES(2,'1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1',310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'00000014000000A25BE34B66000000174876E800010000000000000000000F446976697369626C65206173736574',1,' ae7a3edc95c2e5ecf013374d39915de4bbf5d98934bc7e53b00016267f8ffba0:0 2 '); -INSERT INTO transactions VALUES(3,'7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584',310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'000000140006CAD8DC7F0B6600000000000003E800000000000000000000124E6F20646976697369626C65206173736574',1,' 8fb1fec9946e548cd74122788c45f37b6873122b928bd954eb2627431330109f:0 2 '); -INSERT INTO transactions VALUES(4,'c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140',310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001400000003C58E5C5600000000000003E8010000000000000000000E43616C6C61626C65206173736574',1,' 197757033ba3a2af71a130f72a01bf9e713cb2cb17ee850e185fee521367f79f:0 2 '); -INSERT INTO transactions VALUES(5,'90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da',310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001400000000082C82E300000000000003E8010000000000000000000C4C6F636B6564206173736574',1,' 44f67ff70959390fbdff00651b7e71c39fc3f62166cb58002a0d937c4e6a5fa1:0 2 '); -INSERT INTO transactions VALUES(6,'344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc',310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001400000000082C82E3000000000000000001000000000000000000044C4F434B',1,' 2ec530be8ec42b1234d8c7c9556d67f74045c393436b20b0017629f1a1ac75c1:0 2 '); -INSERT INTO transactions VALUES(7,'4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8',310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000005F5E100000000A25BE34B660000000005F5E10007D00000000000000000',1,' 5009038eb2a30367602fab49886139c968cc731cd60a9a4fd0828313e1b9d6f6:0 2 '); -INSERT INTO transactions VALUES(8,'6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753',310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'00000000000000A25BE34B660000000005F5E100',1,' e4f8185447ffc9855e5612f86564524dfab31a25b7623168812771ac938e71dc:0 3 '); -INSERT INTO transactions VALUES(9,'4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43',310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'0000000000000000000000010000000005F5E100',1,' 4d137354d5136c5884ac767ceee7988e41538760b29b37d028c0ea9d5273493b:0 3 '); -INSERT INTO transactions VALUES(10,'21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b',310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000005F5E100000000A25BE34B660000000005F5E10007D00000000000000000',1,' 70ab525dff715d2bd93627834fe7ad516c451d4c6dcd89abe0fe491c480eb404:0 2 '); -INSERT INTO transactions VALUES(11,'1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a',310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000005F5E100000000000000000000000000000F424007D000000000000DBBA0',1,' 8e4daab9ae8909b2ed524fa98a8c366ea2bca0435cd0b4f040307763fdeb103c:0 2 '); -INSERT INTO transactions VALUES(12,'a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6',310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,1000000,X'0000000A000000000000000000000000000A2C2B00000000000000010000000005F5E10007D00000000000000000',1,' ee3525a59635e10bfd65f7427a6c352b496d1fd5812c86cc58e869cf412bb92a:0 2 '); -INSERT INTO transactions VALUES(13,'698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6',310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'0000000000000000000000010000000011E1A300',1,' 07ff616bbc8b38f81525d5a1f5b9ce7efedf7eaf2741147cb430736defaf36e5:0 3 '); -INSERT INTO transactions VALUES(14,'0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132',310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000000000000A25BE34B66000000003B9ACA00',1,' 1bfb8255970fbb3505460f9f0785a34c3b27cd6ba34e32f2ce894ffbcf9a456f:0 3 '); -INSERT INTO transactions VALUES(15,'1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a',310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'000000000006CAD8DC7F0B660000000000000005',1,' a904fa34fd5e99a8d23ddfacbaec581049046fc39b1312524f8bb1f360bc247d:0 3 '); -INSERT INTO transactions VALUES(16,'e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c',310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'000000000006CAD8DC7F0B66000000000000000A',1,' 3bb0f340541ec86bfd17e4e6986ff9b2a01c78ecbf56c101ff05e9efcd95edda:0 3 '); -INSERT INTO transactions VALUES(17,'bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39',310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'000000140000000000033A3E7FFFFFFFFFFFFFFF01000000000000000000104D6178696D756D207175616E74697479',1,' 698b18eb14570c608acf7b9e351e5b1d3353707389b4110a9867528c6d3227d7:0 2 '); -INSERT INTO transactions VALUES(18,'d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af',310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001E52BB33003FF0000000000000004C4B4009556E69742054657374',1,' 1ceafa5cf74dad4bec8743acfce55133c738983261683a81c12be457f7574126:0 2 '); -INSERT INTO transactions VALUES(19,'f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660',310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','',0,6800,X'0000001E4CC552003FF000000000000000000000046C6F636B',1,' 903a01ed1551bf31dc75cf04f61fc8bdb026a32e9cf6c41cd593f75f27b140b1:0 2 '); -INSERT INTO transactions VALUES(20,'2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1',310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000152BB3301000000000000000900000000000000090000000000000000000013B000000064',1,' f9cc41abbb83104f119fe8377e0e52afa0bf3633d6a2920aa31634e0a1c762a0:0 3 '); -INSERT INTO transactions VALUES(21,'5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93',310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000052BB3301000000000000000900000000000000090000000000000000000013B000000064',1,' aa32016e80f13c7f7c33dc29f0e55add7f2ca7413181a20010c7ef10b5096ee8:0 3 '); -INSERT INTO transactions VALUES(102,'db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e',310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000352BB33C8000000000000000A000000000000000A0000000000000000000013B0000003E8',1,' 9a2d6e0a308c51d19210c34cd281c137feb827817292a20fd89947d9f54f0c0c:0 3 '); -INSERT INTO transactions VALUES(103,'16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae',310102,'11e25883fd0479b78ddb1953ef67e3c3d1ffc82bd1f9e918a75c2194f7137f99',310102000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001E52BB33023FF0000000000000004C4B4009556E69742054657374',1,' 4b317043028e713c70f522e12ab72382edf1a48d6a67bf3393ee26da8cf9fb90:0 2 '); -INSERT INTO transactions VALUES(104,'65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b',310103,'559a208afea6dd27b8bfeb031f1bd8f57182dcab6cf55c4089a6c49fb4744f17',310103000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,-99994375,X'',1,' 821f962302723b1a4ab64c65e524c29632f30a012bf18665c0855fbb0f78ed53:0 2 '); -INSERT INTO transactions VALUES(105,'95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff',310104,'55b82e631b61d22a8524981ff3b5e3ab4ad7b732b7d1a06191064334b8f2dfd2',310104000,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,-99994375,X'',1,' 9efe94426d6e49d4e7b67bcd286ce37ceffd47a3f0bdaa46b80c01c6889f1193:0 2 '); -INSERT INTO transactions VALUES(106,'e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa',310105,'1d72cdf6c4a02a5f973e6eaa53c28e9e13014b4f5bb13f91621a911b27fe936a',310105000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,-99994375,X'',1,' 3a91865c4a517ee738f5c8902090a114154d58d803b37bef42807865bf48459f:0 2 '); -INSERT INTO transactions VALUES(107,'bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3',310106,'9d39cbe8c8a5357fc56e5c2f95bf132382ddad14cbc8abd54e549d58248140ff',310106000,'mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK','mvCounterpartyXXXXXXXXXXXXXXW24Hef',10000,5625,X'',1,' fe2449e23978b80baee7633ef2ab704a37529d403266f9b693f3f1aa07249fad:0 2 '); -INSERT INTO transactions VALUES(108,'9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec',310107,'51cc04005e49fa49e661946a0e147240b0e5aac174252c96481ab7ddd5487435',310107000,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','',0,6150,X'0000000C000000000000000100000000000000640000000000000064000000000000006400',1,' 0d0a81d2d4d968ef22210e6798d3b734533e622c737710424461d4f27a147787:1 2 '); -INSERT INTO transactions VALUES(109,'93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73',310108,'8f2d3861aa42f8e75dc14a23d6046bd89feef0d81996b6e1adc2a2828fbc8b34',310108000,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','mvCounterpartyXXXXXXXXXXXXXXW24Hef',31000000,5625,X'',1,' 698f4b5636478cf8f4ac24271541ff18b31286c24d5ff42854f9d34403ff538b:0 2 '); -INSERT INTO transactions VALUES(110,'e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e',310109,'d23aaaae55e6a912eaaa8d20fe2a9ad4819fe9dc1ed58977265af58fad89d8f9',310109000,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','',0,6800,X'0000001400078A8FE2E5E44100000000000003E8000000000000000000001050534820697373756564206173736574',1,' c66679493b0d66dbb6c65f17748c442797b769673fc2ca89496287401aa851f8:0 2 '); -INSERT INTO transactions VALUES(111,'f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7',310110,'cecc8e4791bd3081995bd9fd67acb6b97415facfd2b68f926a70b22d9a258382',310110000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy',5430,7650,X'00000000000000A25BE34B660000000005F5E100',1,' fe9dc5e0401532d0c1a8399c2769c94b0ea5970138d17183c2b4a8bc2291657b:0 3 '); -INSERT INTO transactions VALUES(112,'510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186',310111,'fde71b9756d5ba0b6d8b230ee885af01f9c4461a55dbde8678279166a21b20ae',310111000,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','',0,5975,X'0000001E52BB33023FF0000000000000004C4B4009556E69742054657374',1,' 3e05914816765cb9e05efd1b4a8507bd91f137ea53972ed574c2f3516d60e693:1 2 '); -INSERT INTO transactions VALUES(113,'d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048',310112,'5b06f69bfdde1083785cf68ebc2211b464839033c30a099d3227b490bf3ab251',310112000,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy',5430,7124,X'00000028000352BB33C8000000000000000A000000000000000A0000000000000000000013B0000003E8',1,' 2b8ff8acc005180c18db9b7cfaff02dad8b718ad57cf07765b4f487c590115e4:0 3 1'); -INSERT INTO transactions VALUES(114,'34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63',310113,'63914cf376d3076b697b9234810dfc084ed5a885d5cd188dd5462560da25d5e7',310113000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','',0,6800,X'00000014000038FEDF6D2C6900000000000003E8010000000000000000000C4C6F636B6564206173736574',1,' 7a0db8ce3cc72919ce5a881e236bbe2d17ec93656fd143f35dcf266f6e7927df:0 2 '); -INSERT INTO transactions VALUES(115,'025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2',310114,'24fc2dded4f811eff58b32cda85d90fb5773e81b9267e9a03c359bc730d82283',310114000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','',0,6800,X'00000014000038FEDF6D2C69000000000000000001000000000000000000044C4F434B',1,' a644ff7ee03e6bcb1e65ed12dad81f81aea732a816cba067c1ccc46e6f33208a:0 2 '); -INSERT INTO transactions VALUES(116,'4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb',310115,'a632d67ff5f832fe9c3c675f855f08a4969c6d78c0211e71b2a24fe04be5656a',310115000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','',0,6800,X'00000014000038FEDF6D2C69000000000000000001000000000000000000076368616E676564',1,' 61a5ae9a2fb6cd6fceaa407a654714fccd5a9b676bbf03c5844fe8e39a86b55b:0 2 '); -INSERT INTO transactions VALUES(117,'27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9',310116,'8495ba36b331473c4f3529681a118a4cc4fa4d51cd9b8dccb1f13e5ef841dd84',310116000,'tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 44d8f4bdcbb68b5ab982ef086162b2bd8d82136ef56e8536c75a835cd9fc5450:0 2 '); -INSERT INTO transactions VALUES(482,'b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5',310481,'db37d8f98630ebc61767736ae2c523e4e930095bf54259c01de4d36fd60b6f4a',310481000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6375,X'0000000200000000000000010000000005F5E1006F8D6AE8A3B381663118B4E1EFF4CFC7D0954DD6EC68656C6C6F',1,' bfa2498c61a5ab493924ae30e1755b76e3aa56a149551f72c198302f4bb72514:1 2 '); -INSERT INTO transactions VALUES(483,'c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34',310482,'2e27db87dfb6439c006637734e876cc662d1ca74c717756f90f0e535df0787d6',310482000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,6350,X'0000000200000000000000010000000005F5E1006F4838D8B3588C4C7BA7C1D06F866E9B3739C63037FADE0001',1,' 2ebe132dfa9d25726c0cae96e32a1f4bb92cfaae285a740dd1a21e1e1586e15b:1 2 '); -INSERT INTO transactions VALUES(487,'3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14',310486,'d4fbe610cc60987f2d1d35c7d8ad3ce32156ee5fe36ef8cc4f08b46836388862',310486000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','',0,6800,X'0000001E52BB33003FF0000000000000004C4B4009556E69742054657374',1,' 6b8d0b2f14d76925018d55a2b0948e66cb67a99678b9ae8026797948ca974cd8:0 2 '); -INSERT INTO transactions VALUES(488,'41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef',310487,'32aa1b132d0643350bbb62dbd5f38ae0c270d8f491a2012c83b99158d58e464f',310487000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM',5430,7650,X'00000028000152BB3301000000000000000900000000000000090000000000000000000013B000000064',1,' ed3fb8c01061ce068ac9758e33c6cb9f8f76d0173fa9cd0a2f1d06dd0452296f:0 3 '); -INSERT INTO transactions VALUES(489,'870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638',310488,'80b8dd5d7ce2e4886e6721095b892a39fb699980fe2bc1c17e747f822f4c4b1b',310488000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','',0,6800,X'0000001E52BB33023FF000000000000000000000096F7074696F6E732030',1,' 66afb5bf48c426a8f871e9c6db4b8f48db8c473f9757dcdf75d71d6231c2ef9e:0 2 '); -INSERT INTO transactions VALUES(490,'685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1',310489,'2efdb36f986b3e3ccc6cc9b0c1c3cdcb07429fb43cbc0cc3b6c87d1b33f258b6',310489000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','',0,6800,X'0000001E52BB33033FF000000000000000000000046C6F636B',1,' 147f338cda56d39f102fd4ec014961e482a2ca4f7b8c419c368e6147b87dca09:0 2 '); -INSERT INTO transactions VALUES(491,'7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af',310490,'e2cb04b8a7368c95359c9d5ff33e64209200fb606de0d64b7c0f67bb1cb8d87c',310490000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','',0,6800,X'0000001E52BB33043FF000000000000000000000096F7074696F6E732031',1,' dd5471d13ce574963ee0c49f77de65c6161dfa81e4d137e75f4402ea687a75ad:0 2 '); -INSERT INTO transactions VALUES(492,'74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498',310491,'811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16',310491000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000005F5E100000000000000000000000000000C350007D000000000000DBBA0',1,' 34ddf77d56739516eec4be2cef26c823380845834393dcedc8c06c184b55463b:0 2 '); -INSERT INTO transactions VALUES(493,'1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81',310492,'8a09b2faf0a7ad67eb4ab5c948b9769fc87eb2ec5e16108f2cde8bd9e6cf7607',310492000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,1000000,X'0000000A000000000000000000000000000C350000000000000000010000000005F5E10007D00000000000000000',1,' 01435600d3eb8a5196ce2321b423a1c1cd395c14c4144c1f5fc378d9f81029f7:0 2 '); -INSERT INTO transactions VALUES(494,'c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a',310493,'c19e2915b750279b2be4b52e57e5ce29f63dffb4e14d9aad30c9e820affc0cbf',310493000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 55bf39bd1c04f6c3d17d6449db501f6723412e38bf91419334b985175ed7a7db:0 2 '); -INSERT INTO transactions VALUES(495,'321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503',310494,'7dda1d3e12785313d5651ee5314d0aecf17588196f9150b10c55695dbaebee5d',310494000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','',0,6800,X'00000014000000063E985FFD00000000000000640100000000000000000000',1,' 1b0e761450063df114e0779bde3146b1a32ded225c76632be83c753ee1749ceb:0 2 '); -INSERT INTO transactions VALUES(496,'02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e',310495,'4769aa7030f28a05a137a85ef4ee0c1765c37013773212b93ec90f1227168b67',310495000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj',5430,7650,X'00000000000000063E985FFD000000000000000A',1,' 968efa9a1142fdc8e129ca7f89453f84ba195ed950db191b2f502114b000ea75:0 3 '); -INSERT INTO transactions VALUES(497,'a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba',310496,'65884816927e8c566655e85c07bc2bc2c7ee26e625742f219939d43238fb31f8',310496000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj',5430,7650,X'00000000000000000000000100000015A4018C1E',1,' 2a460887da5c0bc81f5caf284edc0d1a6ffb001c66f6a9124b386d3b2f6bff73:0 3 '); -INSERT INTO transactions VALUES(498,'076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f',310497,'f1118591fe79b8bf52ccf0c5de9826bfd266b1fdc24b44676cf22bbcc76d464e',310497000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6300,X'00000014000000000AA4097D0000000005F5E100010000000000000000000C506172656E74206173736574',1,' fccea6e9a0ad88c0b3a93594e176a9226095acdad38b63daabbdfe96737b8bf7:1 2 '); -INSERT INTO transactions VALUES(499,'0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf',310498,'b7058b6d1ddc325a10bf33144937e06ce6025215b416518ae120da9440ae279e',310498000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6550,X'0000001501530821671B10650000000005F5E10001108E90A57DBA9967C422E83080F22F0C684368696C64206F6620706172656E74',1,' 0c2cc9e9cdd3a29c7a2fcd38a68d409c4c03ff78456fde49595d8fdfd6110b67:1 2 '); -INSERT INTO transactions VALUES(500,'a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce',310499,'1950e1a4d7fc820ed9603f6df6819c3c953c277c726340dec2a4253e261a1764',310499000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6300,X'5A46524545464149524D494E7C7C307C317C31307C307C307C307C307C307C307C307C307C307C307C317C',1,' 3c3cf4ecfbafac833fe6d141c3dd3a3a1f544da16513e14f2f3c344f443ae035:1 2 '); -INSERT INTO transactions VALUES(501,'13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe',310500,'54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b',310500000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6300,X'5A50414944464149524D494E7C7C31307C317C307C307C307C307C307C307C307C307C307C307C307C317C',1,' 63d204e6d293e32c74a4cab23f13a26ea8de60e9a5ff37959c992f1661848043:1 2 '); -INSERT INTO transactions VALUES(502,'d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67',310501,'9d9019d15a1d878f2c39c7e3de4340a043a4a31aebb298acdf8e913284ae26ba',310501000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,5575,X'5B46524545464149524D494E7C30',1,' fe9a0647adff98bcc8289f2d6178db687d99be439cb64a1c8ae89d325552fd38:1 2 '); -INSERT INTO transactions VALUES(503,'9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1',310502,'b5a4cd1270bc437e909d9569079ad17437a65822ee9e4c378670732a1430ed67',310502000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6375,X'5A52414944464149524D494E7C7C31307C317C31307C33307C32307C307C307C307C307C307C307C307C307C317C',1,' c5ae7746f5282db0e11d580db3006fc6ff2e1b895e1513dbb4586343e08df687:1 2 '); -INSERT INTO transactions VALUES(504,'c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7',310503,'219e9a113a7c66443183171e389bfd5eaf957f5b8ab825358d72fa8e0cc8c16c',310503000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6675,X'5A51414944464149524D494E7C7C31307C317C307C35307C32307C307C307C32307C3430303030307C35303030303030307C307C307C307C317C',1,' 3e7d029e0751dbdd5853f91b6e28f8df6b1b940ace7b8723d459905df4e0ef9c:1 2 '); -INSERT INTO transactions VALUES(505,'0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9',310504,'0b123f4e535bb92fed07632e107813b9a399cb6f6d9ef629d303e9df3d71ad25',310504000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,8825,X'5A413136303336313238353739323733333732397C7C31307C317C307C35307C32307C307C307C32307C3331303532307C33303030303030307C307C317C317C317C736F6674636170206465736372697074696F6E',1,' a827b0538f335c6416477786ef827c5bf52bb1bfa20053209d5b788d18b8e16c:0 3 '); -INSERT INTO transactions VALUES(506,'6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8',310505,'dabd8046821297bd7071117defef365b4384c3ad338a8fa206bae85593958a6a',310505000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,5800,X'5B413136303336313238353739323733333732397C3130',1,' f1a22cd5df828fe94c328ca0c39fd1120b98dcc333b2d1ac95465b4bc2a2ace1:1 2 '); -INSERT INTO transactions VALUES(507,'ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18',310506,'9a7512bd957b110f23c37a6673cd0fd7342f0cf96b44f990e66ac7d5cbb8448c',310506000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,5800,X'5B413136303336313238353739323733333732397C3230',1,' 33b22f767d86a1375935576b0b0b76fee0c080ab5dd4e8d9aa27537df84abef2:1 2 '); -INSERT INTO transactions VALUES(508,'c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02',310507,'015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93',310507000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'655843507C3130307C',1,' e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0 3 '); -INSERT INTO transactions VALUES(509,'a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726',310508,'40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf',310508000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'65444956495349424C457C317C',1,' 74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0 3 '); -INSERT INTO transactions VALUES(510,'01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1',310509,'4f1c6484120b93634712add03ac12eda4d241ec5132c3108c49c92fb46e8faee',310509000,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','',0,6800,X'0000001400000023DED9AAEB00000000000003E80000000000000000000015546573742064697370656E73657273206173736574',1,' 5b13a8589b5a02abddc9156a2efc53713161a23bc1d149f909dcc079ea9c3af5:0 2 '); -INSERT INTO transactions VALUES(511,'af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e',310510,'b2d5e400178d7b2ea52884e3a090fe11874c83d63c342218161a6e666f084fb2',310510000,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','',0,6150,X'0000000C00000023DED9AAEB00000000000000640000000000000064000000000000006400',1,' b44885994dea259ac03a7c7b46076e05cd217a9f465d8f7c7be9cc831ba47291:1 2 '); +INSERT INTO transactions VALUES(1,'6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597',310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' e965dde6f8fa939677cb1bc28921cd98418e212f3468c9f6ea39baa1e8cd69a5:0 2 ',NULL); +INSERT INTO transactions VALUES(2,'1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1',310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'00000014000000A25BE34B66000000174876E800010000000000000000000F446976697369626C65206173736574',1,' ae7a3edc95c2e5ecf013374d39915de4bbf5d98934bc7e53b00016267f8ffba0:0 2 ',NULL); +INSERT INTO transactions VALUES(3,'7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584',310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'000000140006CAD8DC7F0B6600000000000003E800000000000000000000124E6F20646976697369626C65206173736574',1,' 8fb1fec9946e548cd74122788c45f37b6873122b928bd954eb2627431330109f:0 2 ',NULL); +INSERT INTO transactions VALUES(4,'c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140',310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001400000003C58E5C5600000000000003E8010000000000000000000E43616C6C61626C65206173736574',1,' 197757033ba3a2af71a130f72a01bf9e713cb2cb17ee850e185fee521367f79f:0 2 ',NULL); +INSERT INTO transactions VALUES(5,'90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da',310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001400000000082C82E300000000000003E8010000000000000000000C4C6F636B6564206173736574',1,' 44f67ff70959390fbdff00651b7e71c39fc3f62166cb58002a0d937c4e6a5fa1:0 2 ',NULL); +INSERT INTO transactions VALUES(6,'344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc',310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001400000000082C82E3000000000000000001000000000000000000044C4F434B',1,' 2ec530be8ec42b1234d8c7c9556d67f74045c393436b20b0017629f1a1ac75c1:0 2 ',NULL); +INSERT INTO transactions VALUES(7,'4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8',310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000005F5E100000000A25BE34B660000000005F5E10007D00000000000000000',1,' 5009038eb2a30367602fab49886139c968cc731cd60a9a4fd0828313e1b9d6f6:0 2 ',NULL); +INSERT INTO transactions VALUES(8,'6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753',310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'00000000000000A25BE34B660000000005F5E100',1,' e4f8185447ffc9855e5612f86564524dfab31a25b7623168812771ac938e71dc:0 3 ',NULL); +INSERT INTO transactions VALUES(9,'4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43',310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'0000000000000000000000010000000005F5E100',1,' 4d137354d5136c5884ac767ceee7988e41538760b29b37d028c0ea9d5273493b:0 3 ',NULL); +INSERT INTO transactions VALUES(10,'21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b',310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000005F5E100000000A25BE34B660000000005F5E10007D00000000000000000',1,' 70ab525dff715d2bd93627834fe7ad516c451d4c6dcd89abe0fe491c480eb404:0 2 ',NULL); +INSERT INTO transactions VALUES(11,'1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a',310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000005F5E100000000000000000000000000000F424007D000000000000DBBA0',1,' 8e4daab9ae8909b2ed524fa98a8c366ea2bca0435cd0b4f040307763fdeb103c:0 2 ',NULL); +INSERT INTO transactions VALUES(12,'a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6',310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,1000000,X'0000000A000000000000000000000000000A2C2B00000000000000010000000005F5E10007D00000000000000000',1,' ee3525a59635e10bfd65f7427a6c352b496d1fd5812c86cc58e869cf412bb92a:0 2 ',NULL); +INSERT INTO transactions VALUES(13,'698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6',310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'0000000000000000000000010000000011E1A300',1,' 07ff616bbc8b38f81525d5a1f5b9ce7efedf7eaf2741147cb430736defaf36e5:0 3 ',NULL); +INSERT INTO transactions VALUES(14,'0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132',310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000000000000A25BE34B66000000003B9ACA00',1,' 1bfb8255970fbb3505460f9f0785a34c3b27cd6ba34e32f2ce894ffbcf9a456f:0 3 ',NULL); +INSERT INTO transactions VALUES(15,'1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a',310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'000000000006CAD8DC7F0B660000000000000005',1,' a904fa34fd5e99a8d23ddfacbaec581049046fc39b1312524f8bb1f360bc247d:0 3 ',NULL); +INSERT INTO transactions VALUES(16,'e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c',310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'000000000006CAD8DC7F0B66000000000000000A',1,' 3bb0f340541ec86bfd17e4e6986ff9b2a01c78ecbf56c101ff05e9efcd95edda:0 3 ',NULL); +INSERT INTO transactions VALUES(17,'bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39',310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'000000140000000000033A3E7FFFFFFFFFFFFFFF01000000000000000000104D6178696D756D207175616E74697479',1,' 698b18eb14570c608acf7b9e351e5b1d3353707389b4110a9867528c6d3227d7:0 2 ',NULL); +INSERT INTO transactions VALUES(18,'d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af',310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001E52BB33003FF0000000000000004C4B4009556E69742054657374',1,' 1ceafa5cf74dad4bec8743acfce55133c738983261683a81c12be457f7574126:0 2 ',NULL); +INSERT INTO transactions VALUES(19,'f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660',310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','',0,6800,X'0000001E4CC552003FF000000000000000000000046C6F636B',1,' 903a01ed1551bf31dc75cf04f61fc8bdb026a32e9cf6c41cd593f75f27b140b1:0 2 ',NULL); +INSERT INTO transactions VALUES(20,'2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1',310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000152BB3301000000000000000900000000000000090000000000000000000013B000000064',1,' f9cc41abbb83104f119fe8377e0e52afa0bf3633d6a2920aa31634e0a1c762a0:0 3 ',NULL); +INSERT INTO transactions VALUES(21,'5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93',310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000052BB3301000000000000000900000000000000090000000000000000000013B000000064',1,' aa32016e80f13c7f7c33dc29f0e55add7f2ca7413181a20010c7ef10b5096ee8:0 3 ',NULL); +INSERT INTO transactions VALUES(102,'db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e',310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000352BB33C8000000000000000A000000000000000A0000000000000000000013B0000003E8',1,' 9a2d6e0a308c51d19210c34cd281c137feb827817292a20fd89947d9f54f0c0c:0 3 ',NULL); +INSERT INTO transactions VALUES(103,'16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae',310102,'11e25883fd0479b78ddb1953ef67e3c3d1ffc82bd1f9e918a75c2194f7137f99',310102000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001E52BB33023FF0000000000000004C4B4009556E69742054657374',1,' 4b317043028e713c70f522e12ab72382edf1a48d6a67bf3393ee26da8cf9fb90:0 2 ',NULL); +INSERT INTO transactions VALUES(104,'65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b',310103,'559a208afea6dd27b8bfeb031f1bd8f57182dcab6cf55c4089a6c49fb4744f17',310103000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,-99994375,X'',1,' 821f962302723b1a4ab64c65e524c29632f30a012bf18665c0855fbb0f78ed53:0 2 ',NULL); +INSERT INTO transactions VALUES(105,'95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff',310104,'55b82e631b61d22a8524981ff3b5e3ab4ad7b732b7d1a06191064334b8f2dfd2',310104000,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,-99994375,X'',1,' 9efe94426d6e49d4e7b67bcd286ce37ceffd47a3f0bdaa46b80c01c6889f1193:0 2 ',NULL); +INSERT INTO transactions VALUES(106,'e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa',310105,'1d72cdf6c4a02a5f973e6eaa53c28e9e13014b4f5bb13f91621a911b27fe936a',310105000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,-99994375,X'',1,' 3a91865c4a517ee738f5c8902090a114154d58d803b37bef42807865bf48459f:0 2 ',NULL); +INSERT INTO transactions VALUES(107,'bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3',310106,'9d39cbe8c8a5357fc56e5c2f95bf132382ddad14cbc8abd54e549d58248140ff',310106000,'mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK','mvCounterpartyXXXXXXXXXXXXXXW24Hef',10000,5625,X'',1,' fe2449e23978b80baee7633ef2ab704a37529d403266f9b693f3f1aa07249fad:0 2 ',NULL); +INSERT INTO transactions VALUES(108,'9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec',310107,'51cc04005e49fa49e661946a0e147240b0e5aac174252c96481ab7ddd5487435',310107000,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','',0,6150,X'0000000C000000000000000100000000000000640000000000000064000000000000006400',1,' 0d0a81d2d4d968ef22210e6798d3b734533e622c737710424461d4f27a147787:1 2 0',NULL); +INSERT INTO transactions VALUES(109,'93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73',310108,'8f2d3861aa42f8e75dc14a23d6046bd89feef0d81996b6e1adc2a2828fbc8b34',310108000,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','mvCounterpartyXXXXXXXXXXXXXXW24Hef',31000000,5625,X'',1,' 698f4b5636478cf8f4ac24271541ff18b31286c24d5ff42854f9d34403ff538b:0 2 ',NULL); +INSERT INTO transactions VALUES(110,'e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e',310109,'d23aaaae55e6a912eaaa8d20fe2a9ad4819fe9dc1ed58977265af58fad89d8f9',310109000,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','',0,6800,X'0000001400078A8FE2E5E44100000000000003E8000000000000000000001050534820697373756564206173736574',1,' c66679493b0d66dbb6c65f17748c442797b769673fc2ca89496287401aa851f8:0 2 ',NULL); +INSERT INTO transactions VALUES(111,'f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7',310110,'cecc8e4791bd3081995bd9fd67acb6b97415facfd2b68f926a70b22d9a258382',310110000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy',5430,7650,X'00000000000000A25BE34B660000000005F5E100',1,' fe9dc5e0401532d0c1a8399c2769c94b0ea5970138d17183c2b4a8bc2291657b:0 3 ',NULL); +INSERT INTO transactions VALUES(112,'510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186',310111,'fde71b9756d5ba0b6d8b230ee885af01f9c4461a55dbde8678279166a21b20ae',310111000,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','',0,5975,X'0000001E52BB33023FF0000000000000004C4B4009556E69742054657374',1,' 3e05914816765cb9e05efd1b4a8507bd91f137ea53972ed574c2f3516d60e693:1 2 0',NULL); +INSERT INTO transactions VALUES(113,'d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048',310112,'5b06f69bfdde1083785cf68ebc2211b464839033c30a099d3227b490bf3ab251',310112000,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy',5430,7124,X'00000028000352BB33C8000000000000000A000000000000000A0000000000000000000013B0000003E8',1,' 2b8ff8acc005180c18db9b7cfaff02dad8b718ad57cf07765b4f487c590115e4:0 3 1',NULL); +INSERT INTO transactions VALUES(114,'34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63',310113,'63914cf376d3076b697b9234810dfc084ed5a885d5cd188dd5462560da25d5e7',310113000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','',0,6800,X'00000014000038FEDF6D2C6900000000000003E8010000000000000000000C4C6F636B6564206173736574',1,' 7a0db8ce3cc72919ce5a881e236bbe2d17ec93656fd143f35dcf266f6e7927df:0 2 ',NULL); +INSERT INTO transactions VALUES(115,'025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2',310114,'24fc2dded4f811eff58b32cda85d90fb5773e81b9267e9a03c359bc730d82283',310114000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','',0,6800,X'00000014000038FEDF6D2C69000000000000000001000000000000000000044C4F434B',1,' a644ff7ee03e6bcb1e65ed12dad81f81aea732a816cba067c1ccc46e6f33208a:0 2 ',NULL); +INSERT INTO transactions VALUES(116,'4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb',310115,'a632d67ff5f832fe9c3c675f855f08a4969c6d78c0211e71b2a24fe04be5656a',310115000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','',0,6800,X'00000014000038FEDF6D2C69000000000000000001000000000000000000076368616E676564',1,' 61a5ae9a2fb6cd6fceaa407a654714fccd5a9b676bbf03c5844fe8e39a86b55b:0 2 ',NULL); +INSERT INTO transactions VALUES(117,'27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9',310116,'8495ba36b331473c4f3529681a118a4cc4fa4d51cd9b8dccb1f13e5ef841dd84',310116000,'tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 44d8f4bdcbb68b5ab982ef086162b2bd8d82136ef56e8536c75a835cd9fc5450:0 2 ',NULL); +INSERT INTO transactions VALUES(482,'b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5',310481,'db37d8f98630ebc61767736ae2c523e4e930095bf54259c01de4d36fd60b6f4a',310481000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6375,X'0000000200000000000000010000000005F5E1006F8D6AE8A3B381663118B4E1EFF4CFC7D0954DD6EC68656C6C6F',1,' bfa2498c61a5ab493924ae30e1755b76e3aa56a149551f72c198302f4bb72514:1 2 0',NULL); +INSERT INTO transactions VALUES(483,'c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34',310482,'2e27db87dfb6439c006637734e876cc662d1ca74c717756f90f0e535df0787d6',310482000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,6350,X'0000000200000000000000010000000005F5E1006F4838D8B3588C4C7BA7C1D06F866E9B3739C63037FADE0001',1,' 2ebe132dfa9d25726c0cae96e32a1f4bb92cfaae285a740dd1a21e1e1586e15b:1 2 0',NULL); +INSERT INTO transactions VALUES(487,'3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14',310486,'d4fbe610cc60987f2d1d35c7d8ad3ce32156ee5fe36ef8cc4f08b46836388862',310486000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','',0,6800,X'0000001E52BB33003FF0000000000000004C4B4009556E69742054657374',1,' 6b8d0b2f14d76925018d55a2b0948e66cb67a99678b9ae8026797948ca974cd8:0 2 ',NULL); +INSERT INTO transactions VALUES(488,'41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef',310487,'32aa1b132d0643350bbb62dbd5f38ae0c270d8f491a2012c83b99158d58e464f',310487000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM',5430,7650,X'00000028000152BB3301000000000000000900000000000000090000000000000000000013B000000064',1,' ed3fb8c01061ce068ac9758e33c6cb9f8f76d0173fa9cd0a2f1d06dd0452296f:0 3 ',NULL); +INSERT INTO transactions VALUES(489,'870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638',310488,'80b8dd5d7ce2e4886e6721095b892a39fb699980fe2bc1c17e747f822f4c4b1b',310488000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','',0,6800,X'0000001E52BB33023FF000000000000000000000096F7074696F6E732030',1,' 66afb5bf48c426a8f871e9c6db4b8f48db8c473f9757dcdf75d71d6231c2ef9e:0 2 ',NULL); +INSERT INTO transactions VALUES(490,'685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1',310489,'2efdb36f986b3e3ccc6cc9b0c1c3cdcb07429fb43cbc0cc3b6c87d1b33f258b6',310489000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','',0,6800,X'0000001E52BB33033FF000000000000000000000046C6F636B',1,' 147f338cda56d39f102fd4ec014961e482a2ca4f7b8c419c368e6147b87dca09:0 2 ',NULL); +INSERT INTO transactions VALUES(491,'7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af',310490,'e2cb04b8a7368c95359c9d5ff33e64209200fb606de0d64b7c0f67bb1cb8d87c',310490000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','',0,6800,X'0000001E52BB33043FF000000000000000000000096F7074696F6E732031',1,' dd5471d13ce574963ee0c49f77de65c6161dfa81e4d137e75f4402ea687a75ad:0 2 ',NULL); +INSERT INTO transactions VALUES(492,'74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498',310491,'811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16',310491000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000005F5E100000000000000000000000000000C350007D000000000000DBBA0',1,' 34ddf77d56739516eec4be2cef26c823380845834393dcedc8c06c184b55463b:0 2 ',NULL); +INSERT INTO transactions VALUES(493,'1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81',310492,'8a09b2faf0a7ad67eb4ab5c948b9769fc87eb2ec5e16108f2cde8bd9e6cf7607',310492000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,1000000,X'0000000A000000000000000000000000000C350000000000000000010000000005F5E10007D00000000000000000',1,' 01435600d3eb8a5196ce2321b423a1c1cd395c14c4144c1f5fc378d9f81029f7:0 2 ',NULL); +INSERT INTO transactions VALUES(494,'c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a',310493,'c19e2915b750279b2be4b52e57e5ce29f63dffb4e14d9aad30c9e820affc0cbf',310493000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 55bf39bd1c04f6c3d17d6449db501f6723412e38bf91419334b985175ed7a7db:0 2 ',NULL); +INSERT INTO transactions VALUES(495,'321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503',310494,'7dda1d3e12785313d5651ee5314d0aecf17588196f9150b10c55695dbaebee5d',310494000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','',0,6800,X'00000014000000063E985FFD00000000000000640100000000000000000000',1,' 1b0e761450063df114e0779bde3146b1a32ded225c76632be83c753ee1749ceb:0 2 ',NULL); +INSERT INTO transactions VALUES(496,'02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e',310495,'4769aa7030f28a05a137a85ef4ee0c1765c37013773212b93ec90f1227168b67',310495000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj',5430,7650,X'00000000000000063E985FFD000000000000000A',1,' 968efa9a1142fdc8e129ca7f89453f84ba195ed950db191b2f502114b000ea75:0 3 ',NULL); +INSERT INTO transactions VALUES(497,'a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba',310496,'65884816927e8c566655e85c07bc2bc2c7ee26e625742f219939d43238fb31f8',310496000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj',5430,7650,X'00000000000000000000000100000015A4018C1E',1,' 2a460887da5c0bc81f5caf284edc0d1a6ffb001c66f6a9124b386d3b2f6bff73:0 3 ',NULL); +INSERT INTO transactions VALUES(498,'076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f',310497,'f1118591fe79b8bf52ccf0c5de9826bfd266b1fdc24b44676cf22bbcc76d464e',310497000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6300,X'00000014000000000AA4097D0000000005F5E100010000000000000000000C506172656E74206173736574',1,' fccea6e9a0ad88c0b3a93594e176a9226095acdad38b63daabbdfe96737b8bf7:1 2 0',NULL); +INSERT INTO transactions VALUES(499,'0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf',310498,'b7058b6d1ddc325a10bf33144937e06ce6025215b416518ae120da9440ae279e',310498000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6550,X'0000001501530821671B10650000000005F5E10001108E90A57DBA9967C422E83080F22F0C684368696C64206F6620706172656E74',1,' 0c2cc9e9cdd3a29c7a2fcd38a68d409c4c03ff78456fde49595d8fdfd6110b67:1 2 0',NULL); +INSERT INTO transactions VALUES(500,'a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce',310499,'1950e1a4d7fc820ed9603f6df6819c3c953c277c726340dec2a4253e261a1764',310499000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6300,X'5A46524545464149524D494E7C7C307C317C31307C307C307C307C307C307C307C307C307C307C307C317C',1,' 3c3cf4ecfbafac833fe6d141c3dd3a3a1f544da16513e14f2f3c344f443ae035:1 2 0',NULL); +INSERT INTO transactions VALUES(501,'13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe',310500,'54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b',310500000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6300,X'5A50414944464149524D494E7C7C31307C317C307C307C307C307C307C307C307C307C307C307C307C317C',1,' 63d204e6d293e32c74a4cab23f13a26ea8de60e9a5ff37959c992f1661848043:1 2 0',NULL); +INSERT INTO transactions VALUES(502,'d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67',310501,'9d9019d15a1d878f2c39c7e3de4340a043a4a31aebb298acdf8e913284ae26ba',310501000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,5575,X'5B46524545464149524D494E7C30',1,' fe9a0647adff98bcc8289f2d6178db687d99be439cb64a1c8ae89d325552fd38:1 2 0',NULL); +INSERT INTO transactions VALUES(503,'9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1',310502,'b5a4cd1270bc437e909d9569079ad17437a65822ee9e4c378670732a1430ed67',310502000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6375,X'5A52414944464149524D494E7C7C31307C317C31307C33307C32307C307C307C307C307C307C307C307C307C317C',1,' c5ae7746f5282db0e11d580db3006fc6ff2e1b895e1513dbb4586343e08df687:1 2 0',NULL); +INSERT INTO transactions VALUES(504,'c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7',310503,'219e9a113a7c66443183171e389bfd5eaf957f5b8ab825358d72fa8e0cc8c16c',310503000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6675,X'5A51414944464149524D494E7C7C31307C317C307C35307C32307C307C307C32307C3430303030307C35303030303030307C307C307C307C317C',1,' 3e7d029e0751dbdd5853f91b6e28f8df6b1b940ace7b8723d459905df4e0ef9c:1 2 0',NULL); +INSERT INTO transactions VALUES(505,'0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9',310504,'0b123f4e535bb92fed07632e107813b9a399cb6f6d9ef629d303e9df3d71ad25',310504000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,8825,X'5A413136303336313238353739323733333732397C7C31307C317C307C35307C32307C307C307C32307C3331303532307C33303030303030307C307C317C317C317C736F6674636170206465736372697074696F6E',1,' a827b0538f335c6416477786ef827c5bf52bb1bfa20053209d5b788d18b8e16c:0 3 ',NULL); +INSERT INTO transactions VALUES(506,'6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8',310505,'dabd8046821297bd7071117defef365b4384c3ad338a8fa206bae85593958a6a',310505000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,5800,X'5B413136303336313238353739323733333732397C3130',1,' f1a22cd5df828fe94c328ca0c39fd1120b98dcc333b2d1ac95465b4bc2a2ace1:1 2 0',NULL); +INSERT INTO transactions VALUES(507,'ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18',310506,'9a7512bd957b110f23c37a6673cd0fd7342f0cf96b44f990e66ac7d5cbb8448c',310506000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,5800,X'5B413136303336313238353739323733333732397C3230',1,' 33b22f767d86a1375935576b0b0b76fee0c080ab5dd4e8d9aa27537df84abef2:1 2 0',NULL); +INSERT INTO transactions VALUES(508,'f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30',310507,'015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93',310507000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',10000,7650,X'655843507C3130307C',1,' 57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0 3 ',NULL); +INSERT INTO transactions VALUES(509,'6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881',310508,'40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf',310508000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',10000,7650,X'65444956495349424C457C317C',1,' b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0 3 ',NULL); +INSERT INTO transactions VALUES(510,'01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1',310509,'4f1c6484120b93634712add03ac12eda4d241ec5132c3108c49c92fb46e8faee',310509000,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','',0,6800,X'0000001400000023DED9AAEB00000000000003E80000000000000000000015546573742064697370656E73657273206173736574',1,' 5b13a8589b5a02abddc9156a2efc53713161a23bc1d149f909dcc079ea9c3af5:0 2 ',NULL); +INSERT INTO transactions VALUES(511,'af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e',310510,'b2d5e400178d7b2ea52884e3a090fe11874c83d63c342218161a6e666f084fb2',310510000,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','',0,6150,X'0000000C00000023DED9AAEB00000000000000640000000000000064000000000000006400',1,' b44885994dea259ac03a7c7b46076e05cd217a9f465d8f7c7be9cc831ba47291:1 2 0',NULL); -- Triggers and indices on transactions -CREATE INDEX transactions_block_index_idx ON transactions (block_index) - ; CREATE INDEX transactions_block_index_tx_index_idx ON transactions (block_index, tx_index) ; CREATE INDEX transactions_source_idx ON transactions (source) ; -CREATE INDEX transactions_tx_hash_idx ON transactions (tx_hash) +CREATE INDEX transactions_transaction_type_idx ON transactions (transaction_type) ; -CREATE INDEX transactions_tx_index_idx ON transactions (tx_index) +CREATE INDEX transactions_tx_hash_idx ON transactions (tx_hash) ; CREATE INDEX transactions_tx_index_tx_hash_block_index_idx ON transactions (tx_index, tx_hash, block_index) ; @@ -959,9 +958,9 @@ INSERT INTO balances VALUES('mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A1603612857927 INSERT INTO balances VALUES('mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A160361285792733729',30,310506,507,NULL,NULL); INSERT INTO balances VALUES('mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A160361285792733729',50,310506,0,NULL,NULL); INSERT INTO balances VALUES('mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','XCP',91674999900,310507,508,NULL,NULL); -INSERT INTO balances VALUES(NULL,'XCP',100,310507,508,'e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); +INSERT INTO balances VALUES(NULL,'XCP',100,310507,508,'57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); INSERT INTO balances VALUES('mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','DIVISIBLE',98799999999,310508,509,NULL,NULL); -INSERT INTO balances VALUES(NULL,'DIVISIBLE',1,310508,509,'74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); +INSERT INTO balances VALUES(NULL,'DIVISIBLE',1,310508,509,'b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); INSERT INTO balances VALUES('munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','XCP',92949130360,310509,510,NULL,NULL); INSERT INTO balances VALUES('munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','TESTDISP',1000,310509,510,NULL,NULL); INSERT INTO balances VALUES('munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','TESTDISP',900,310510,511,NULL,NULL); @@ -969,7 +968,7 @@ INSERT INTO balances VALUES('myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','XCP',929991388 -- Triggers and indices on balances CREATE INDEX balances_address_asset_idx ON balances (address, asset) ; -CREATE INDEX balances_address_idx ON balances (address) +CREATE INDEX balances_address_utxo_asset_idx ON balances (address, utxo, asset) ; CREATE INDEX balances_asset_idx ON balances (asset) ; @@ -981,8 +980,6 @@ CREATE INDEX balances_utxo_address_idx ON balances (utxo_address) ; CREATE INDEX balances_utxo_asset_idx ON balances (utxo, asset) ; -CREATE INDEX balances_utxo_idx ON balances (utxo) - ; CREATE TRIGGER block_update_balances BEFORE UPDATE ON balances BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); @@ -996,6 +993,26 @@ PRAGMA page_size=4096; BEGIN TRANSACTION; +-- Table config +DROP TABLE IF EXISTS config; +CREATE TABLE config ( + name TEXT PRIMARY KEY, + value TEXT + ); +INSERT INTO config VALUES('FIX_ISSUANCES_ASSET_LONGNAME_1','1'); +INSERT INTO config VALUES('FIX_ISSUANCES_ASSET_LONGNAME_2','1'); +INSERT INTO config VALUES('CLEAN_TRANSACTION_COUNT_1','1'); +-- Triggers and indices on config +CREATE INDEX config_config_name_idx ON config (name); + +COMMIT TRANSACTION; +PRAGMA page_size=4096; +-- PRAGMA encoding='UTF-8'; +-- PRAGMA auto_vacuum=FULL; +-- PRAGMA max_page_count=4294967294; + +BEGIN TRANSACTION; + -- Table balances DROP TABLE IF EXISTS balances; CREATE TABLE balances( @@ -1094,9 +1111,9 @@ INSERT INTO balances VALUES('mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A1603612857927 INSERT INTO balances VALUES('mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A160361285792733729',30,310506,507,NULL,NULL); INSERT INTO balances VALUES('mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A160361285792733729',50,310506,0,NULL,NULL); INSERT INTO balances VALUES('mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','XCP',91674999900,310507,508,NULL,NULL); -INSERT INTO balances VALUES(NULL,'XCP',100,310507,508,'e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); +INSERT INTO balances VALUES(NULL,'XCP',100,310507,508,'57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); INSERT INTO balances VALUES('mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','DIVISIBLE',98799999999,310508,509,NULL,NULL); -INSERT INTO balances VALUES(NULL,'DIVISIBLE',1,310508,509,'74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); +INSERT INTO balances VALUES(NULL,'DIVISIBLE',1,310508,509,'b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); INSERT INTO balances VALUES('munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','XCP',92949130360,310509,510,NULL,NULL); INSERT INTO balances VALUES('munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','TESTDISP',1000,310509,510,NULL,NULL); INSERT INTO balances VALUES('munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','TESTDISP',900,310510,511,NULL,NULL); @@ -1104,7 +1121,7 @@ INSERT INTO balances VALUES('myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','XCP',929991388 -- Triggers and indices on balances CREATE INDEX balances_address_asset_idx ON balances (address, asset) ; -CREATE INDEX balances_address_idx ON balances (address) +CREATE INDEX balances_address_utxo_asset_idx ON balances (address, utxo, asset) ; CREATE INDEX balances_asset_idx ON balances (asset) ; @@ -1116,8 +1133,6 @@ CREATE INDEX balances_utxo_address_idx ON balances (utxo_address) ; CREATE INDEX balances_utxo_asset_idx ON balances (utxo, asset) ; -CREATE INDEX balances_utxo_idx ON balances (utxo) - ; CREATE TRIGGER block_update_balances BEFORE UPDATE ON balances BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); @@ -1190,8 +1205,8 @@ INSERT INTO credits VALUES(310506,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','XCP',200 INSERT INTO credits VALUES(310506,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A160361285792733729',14,'unescrowed fairmint','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18',507,NULL,NULL); INSERT INTO credits VALUES(310506,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A160361285792733729',6,'fairmint commission','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18',507,NULL,NULL); INSERT INTO credits VALUES(310506,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A160361285792733729',20,'premint','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9',0,NULL,NULL); -INSERT INTO credits VALUES(310507,NULL,'XCP',100,'attach to utxo','c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02',508,'e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); -INSERT INTO credits VALUES(310508,NULL,'DIVISIBLE',1,'attach to utxo','a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726',509,'74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); +INSERT INTO credits VALUES(310507,NULL,'XCP',100,'attach to utxo','f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30',508,'57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); +INSERT INTO credits VALUES(310508,NULL,'DIVISIBLE',1,'attach to utxo','6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881',509,'b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); INSERT INTO credits VALUES(310509,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','TESTDISP',1000,'issuance','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1',510,NULL,NULL); INSERT INTO credits VALUES(310588,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','XCP',9,'recredit wager remaining','41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef',0,NULL,NULL); -- Triggers and indices on credits @@ -1276,8 +1291,8 @@ INSERT INTO debits VALUES(310505,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','XCP',100, INSERT INTO debits VALUES(310506,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','XCP',200,'escrowed fairmint','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18',507,NULL,NULL); INSERT INTO debits VALUES(310506,'mvCounterpartyXXXXXXXXXXXXXXW24Hef','A160361285792733729',50,'unescrowed fairmint','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9',0,NULL,NULL); INSERT INTO debits VALUES(310506,'mvCounterpartyXXXXXXXXXXXXXXW24Hef','XCP',300,'unescrowed fairmint payment','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9',0,NULL,NULL); -INSERT INTO debits VALUES(310507,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','XCP',100,'attach to utxo','c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02',508,NULL,NULL); -INSERT INTO debits VALUES(310508,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','DIVISIBLE',1,'attach to utxo','a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726',509,NULL,NULL); +INSERT INTO debits VALUES(310507,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','XCP',100,'attach to utxo','f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30',508,NULL,NULL); +INSERT INTO debits VALUES(310508,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','DIVISIBLE',1,'attach to utxo','6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881',509,NULL,NULL); INSERT INTO debits VALUES(310509,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','XCP',50000000,'issuance fee','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1',510,NULL,NULL); INSERT INTO debits VALUES(310510,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','TESTDISP',100,'open dispenser','af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e',511,NULL,NULL); -- Triggers and indices on debits @@ -1328,1737 +1343,1745 @@ INSERT INTO messages VALUES(2,310000,'insert','blocks','{"block_hash":"505d8d82c INSERT INTO messages VALUES(3,310000,'insert','transactions','{"block_hash":"505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c","block_index":310000,"block_time":310000000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597","tx_index":1,"utxos_info":" e965dde6f8fa939677cb1bc28921cd98418e212f3468c9f6ea39baa1e8cd69a5:0 2 "}',0,'NEW_TRANSACTION',NULL,'76dfdf330f906f5cc08d5a85a01c41e7584f080a77e42abee33055c3c24dea53'); INSERT INTO messages VALUES(4,310000,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310000,"calling_function":"burn","event":"6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597","quantity":93000000000,"tx_index":1,"utxo":null,"utxo_address":null}',0,'CREDIT','6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597','bded1aad045cb3fff4b198d73bdab694ea912ceb07e0d69eaad1e3750b87ef64'); INSERT INTO messages VALUES(5,310000,'insert','burns','{"block_index":310000,"burned":62000000,"earned":93000000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597","tx_index":1}',0,'BURN','6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597','e8fb4c77bc2943cf8e7e86f335657a1e5cc7823c646f810441a78b90de42fa97'); -INSERT INTO messages VALUES(6,310000,'parse','blocks','{"block_index":310000,"ledger_hash":"cf0ea1d313e22ba5f413075b88e07dffc5c00e59f95eeb6d6dec935bd77f5ae4","messages_hash":"b212954e6ee1490c4671ffc0817eccb0d9bb4c729b599eeaa722513ccb4c883d","transaction_count":1,"txlist_hash":"f06c23e6040a063ed59693baa0d63492dce64e1debc7455b22f5535c9dfbdc67"}',0,'BLOCK_PARSED',NULL,'80bc197cc9f8b6d19ee8bf98d5aafa27af8b3fea0ee76cc4cc38734f20ce2607'); -INSERT INTO messages VALUES(7,310001,'insert','blocks','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d60d2de99a9528b5d2c33a8db6744aea4a1bb25bb3dbad49d292b225cd7ad271'); -INSERT INTO messages VALUES(8,310001,'insert','transactions','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"btc_amount":0,"data":"00000014000000a25be34b66000000174876e800010000000000000000000f446976697369626c65206173736574","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","tx_index":2,"utxos_info":" ae7a3edc95c2e5ecf013374d39915de4bbf5d98934bc7e53b00016267f8ffba0:0 2 "}',0,'NEW_TRANSACTION',NULL,'b57c5846cd488a2e09090ce9b886a69db27965b9dfd295c9eecb838200f45e75'); -INSERT INTO messages VALUES(9,310001,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310001,"event":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'DEBIT','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','e50454e88d472e8cb80d60ac3d8539392f638568067071f4222bcd9aa3d3e0f3'); -INSERT INTO messages VALUES(10,310001,'insert','assets','{"asset_id":"697326324582","asset_longname":null,"asset_name":"DIVISIBLE","block_index":310001}',0,'ASSET_CREATION','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','0ab74b44dcd03786bb3edcfe075111045284366ff6b3862aa1c48ab4fc18255b'); -INSERT INTO messages VALUES(11,310001,'insert','issuances','{"asset":"DIVISIBLE","asset_events":"creation","asset_longname":null,"block_index":310001,"call_date":0,"call_price":0.0,"callable":false,"description":"Divisible asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":100000000000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","tx_index":2}',0,'ASSET_ISSUANCE','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','6042afbdd3becdc6b33cc52c9524fd9c1a7df7a28f6d8c6918ed7b4d433a1d71'); -INSERT INTO messages VALUES(12,310001,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310001,"calling_function":"issuance","event":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","quantity":100000000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'CREDIT','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','2d015ef61c827fb9c779df6f70077ced290cbac42b5c4b70c833571daee7f8f3'); -INSERT INTO messages VALUES(13,310001,'parse','transactions','{"supported":true,"tx_hash":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","tx_index":2}',0,'TRANSACTION_PARSED','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','efb11bfcde923fc274c9aa642a439837111018e768c3bf64a875a31068f5f3d6'); -INSERT INTO messages VALUES(14,310001,'parse','blocks','{"block_index":310001,"ledger_hash":"11461f972c4cd85c87b5abfedb3cee589d09e945570d34564dcde6f4df9d2b57","messages_hash":"0e2dc86cf7fad0df5465e63178b89d1df9c45e474cff39175a31557795cc80da","transaction_count":1,"txlist_hash":"ff8358e8c8b2cb9a1765deadb77bdfc6eae05a844831a0a8c8820d416d54446e"}',0,'BLOCK_PARSED',NULL,'ff6ae1a821eb27cbe1a32e38847a2a0d1142a75ffad86852fd4faebb8fb8de9f'); -INSERT INTO messages VALUES(15,310002,'insert','blocks','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'67096ba415ae558b1e0f874d102e59857ec5f2b5961e41b8a3bf56b6b8bcd2d7'); -INSERT INTO messages VALUES(16,310002,'insert','transactions','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"btc_amount":0,"data":"000000140006cad8dc7f0b6600000000000003e800000000000000000000124e6f20646976697369626c65206173736574","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","tx_index":3,"utxos_info":" 8fb1fec9946e548cd74122788c45f37b6873122b928bd954eb2627431330109f:0 2 "}',0,'NEW_TRANSACTION',NULL,'f2be5e6395fb55fc946914e0cdecf53966c654b8b350e13f6797a310044f3fd4'); -INSERT INTO messages VALUES(17,310002,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310002,"event":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","quantity":50000000,"tx_index":3,"utxo":null,"utxo_address":null}',0,'DEBIT','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','b11ce8bd3c74182935409a45d5829f748e11a2cd1a4bffbc40465cc45ec8136e'); -INSERT INTO messages VALUES(18,310002,'insert','assets','{"asset_id":"1911882621324134","asset_longname":null,"asset_name":"NODIVISIBLE","block_index":310002}',0,'ASSET_CREATION','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','235fb355cade25d8c0fa6be12bfd6dd76fb394077d3dadee815136dcd36a6680'); -INSERT INTO messages VALUES(19,310002,'insert','issuances','{"asset":"NODIVISIBLE","asset_events":"creation","asset_longname":null,"block_index":310002,"call_date":0,"call_price":0.0,"callable":false,"description":"No divisible asset","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":1000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","tx_index":3}',0,'ASSET_ISSUANCE','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','76f4a448f27a3516c0f9e4908d8496ffa984908113a64e93fd49f57f0a81e0e6'); -INSERT INTO messages VALUES(20,310002,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"NODIVISIBLE","block_index":310002,"calling_function":"issuance","event":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","quantity":1000,"tx_index":3,"utxo":null,"utxo_address":null}',0,'CREDIT','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','e1fb93fa15f7f4631fc1a3d23d0bccee1a8b479f44cc9f6d6f31596cfb435968'); -INSERT INTO messages VALUES(21,310002,'parse','transactions','{"supported":true,"tx_hash":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","tx_index":3}',0,'TRANSACTION_PARSED','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','07237ee005ffa21011a46c14e08fe7b701a51a1c83dc8a1705be6955c9993766'); -INSERT INTO messages VALUES(22,310002,'parse','blocks','{"block_index":310002,"ledger_hash":"355d92f841de89a1d97c3b2ea7623959ea4494bb62ea7e67ad359beb68caca8c","messages_hash":"ecab7df994ae52f2b33359c48ee70b9eefc192e354d8001004193b11a473b0e3","transaction_count":1,"txlist_hash":"b17176b511fdea4cd899cfaf83f2e12193a4c92d1b199f18f590eb4fed90fa25"}',0,'BLOCK_PARSED',NULL,'b8e9780d2fa251939cd570daca39aca6e152de5c5d0ccdfeb10cd132fc9a9c68'); -INSERT INTO messages VALUES(23,310003,'insert','blocks','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e804d3169038c014499c98c98b17c790e4d517ce51804d596445208adb10afd1'); -INSERT INTO messages VALUES(24,310003,'insert','transactions','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"btc_amount":0,"data":"0000001400000003c58e5c5600000000000003e8010000000000000000000e43616c6c61626c65206173736574","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","tx_index":4,"utxos_info":" 197757033ba3a2af71a130f72a01bf9e713cb2cb17ee850e185fee521367f79f:0 2 "}',0,'NEW_TRANSACTION',NULL,'1abd8229c3cd2d7e6fd2a07cf847a8142265a07db6a6ceb7d29d6e3db7b23faf'); -INSERT INTO messages VALUES(25,310003,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310003,"event":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","quantity":50000000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'DEBIT','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','130569342dc1739c01d07fcdffb38bb5e94870f0bacf39954c110b785726c010'); -INSERT INTO messages VALUES(26,310003,'insert','assets','{"asset_id":"16199343190","asset_longname":null,"asset_name":"CALLABLE","block_index":310003}',0,'ASSET_CREATION','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','cc5c95f24a3a059f3831b5fd0c0fd42a4269165aaa01d9a7e2fb487a2863caa7'); -INSERT INTO messages VALUES(27,310003,'insert','issuances','{"asset":"CALLABLE","asset_events":"creation","asset_longname":null,"block_index":310003,"call_date":0,"call_price":0.0,"callable":false,"description":"Callable asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":1000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","tx_index":4}',0,'ASSET_ISSUANCE','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','65e465d460aca5a2f45fc1312cbae63fb39b96613bd47c19c13bb49117989f07'); -INSERT INTO messages VALUES(28,310003,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"CALLABLE","block_index":310003,"calling_function":"issuance","event":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","quantity":1000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'CREDIT','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','41f8c61d1335f3ce3d41251cbdec886ac2e20612210f7bdcf42eb1a88a89dbe1'); -INSERT INTO messages VALUES(29,310003,'parse','transactions','{"supported":true,"tx_hash":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","tx_index":4}',0,'TRANSACTION_PARSED','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','0d3b4ffba768f2049e965afc5ea17bfb209b8a44203a128eadbe96f7b68cf730'); -INSERT INTO messages VALUES(30,310003,'parse','blocks','{"block_index":310003,"ledger_hash":"edcd7e344fb5cca16999f025594890b8b54543555e61eb3807406bb4204677f2","messages_hash":"07b39fe826dc81221808efed56c541935a54a764c9599d5a3b94983b05705545","transaction_count":1,"txlist_hash":"b6dffe5b8c1f483c3c20832d23dddd7b530afe7ac1f3f57f433da59d83b48f06"}',0,'BLOCK_PARSED',NULL,'f14ec5351505492551b724ad5a36af4657f366849e6296a683a2b5ad3a3e6383'); -INSERT INTO messages VALUES(31,310004,'insert','blocks','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'09d954c8f663b3adb06985d2efc03bec77d90479583c14a5065c8d7476fc5ab2'); -INSERT INTO messages VALUES(32,310004,'insert','transactions','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"btc_amount":0,"data":"0000001400000000082c82e300000000000003e8010000000000000000000c4c6f636b6564206173736574","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","tx_index":5,"utxos_info":" 44f67ff70959390fbdff00651b7e71c39fc3f62166cb58002a0d937c4e6a5fa1:0 2 "}',0,'NEW_TRANSACTION',NULL,'6311c33b34364be9fd0be1d5987a9b23745b1ca3eb19cc12d7b6a2bb06fa9b64'); -INSERT INTO messages VALUES(33,310004,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310004,"event":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","quantity":50000000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'DEBIT','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','da807705dba783eb5e65c5ae9baa461f259ae459fdf5d4a3100a722d7f593359'); -INSERT INTO messages VALUES(34,310004,'insert','assets','{"asset_id":"137134819","asset_longname":null,"asset_name":"LOCKED","block_index":310004}',0,'ASSET_CREATION','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','d8be45e91e3f5feb5686e4f88a53bf87bd846819f61f6cabd73553585923818a'); -INSERT INTO messages VALUES(35,310004,'insert','issuances','{"asset":"LOCKED","asset_events":"creation","asset_longname":null,"block_index":310004,"call_date":0,"call_price":0.0,"callable":false,"description":"Locked asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":1000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","tx_index":5}',0,'ASSET_ISSUANCE','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','ac63d941cb70e31c8d20f82c30ee878c12b385e60e3fb7e9095a181111908ce4'); -INSERT INTO messages VALUES(36,310004,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"LOCKED","block_index":310004,"calling_function":"issuance","event":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","quantity":1000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'CREDIT','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','1935a414cdd969be0c83449f50ebb4559a401af08636b8929f613cc60fc942bc'); -INSERT INTO messages VALUES(37,310004,'parse','transactions','{"supported":true,"tx_hash":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","tx_index":5}',0,'TRANSACTION_PARSED','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','28bfd9c25126889b483f899873d267c2a0875e54b26f8935a1199e61195ccb58'); -INSERT INTO messages VALUES(38,310004,'parse','blocks','{"block_index":310004,"ledger_hash":"abd71a31bc1f8a072761b23a5bc2976731ebdf305d1d7d33922e93573f308129","messages_hash":"3320a2669d0684b362bec3faf7e73ae272f866e95ef581d8083030c372e44795","transaction_count":1,"txlist_hash":"3da72b0c813432f47a3a70887dfd29350d270e9ebaca9875ed6304c91888e387"}',0,'BLOCK_PARSED',NULL,'dd09dfb0b040d2a28fef17cb352ba6a30204afa10b31bcae4f71445fc0f800a4'); -INSERT INTO messages VALUES(39,310005,'insert','blocks','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3161b3729164d1adda1b2bbb232e9da1f8c73ea13bd48425428c26ea5f5742fd'); -INSERT INTO messages VALUES(40,310005,'insert','transactions','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"btc_amount":0,"data":"0000001400000000082c82e3000000000000000001000000000000000000044c4f434b","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc","tx_index":6,"utxos_info":" 2ec530be8ec42b1234d8c7c9556d67f74045c393436b20b0017629f1a1ac75c1:0 2 "}',0,'NEW_TRANSACTION',NULL,'2a58194b5ef81adb892d14f9782274e84dbef049891fac322c1f2f4a48065372'); -INSERT INTO messages VALUES(41,310005,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310005,"event":"344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc","quantity":0,"tx_index":6,"utxo":null,"utxo_address":null}',0,'DEBIT','344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc','698a2687da067480bc29ecec2cff0461669071c0e762cd874e28df634ea6d559'); -INSERT INTO messages VALUES(42,310005,'insert','issuances','{"asset":"LOCKED","asset_events":"lock_quantity","asset_longname":null,"block_index":310005,"call_date":0,"call_price":0.0,"callable":false,"description":"Locked asset","description_locked":false,"divisible":true,"fee_paid":0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":true,"quantity":0,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc","tx_index":6}',0,'ASSET_ISSUANCE','344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc','4dd17ce399cf827622a167847e9f4873a8f8d4c323bde8425359c5a371a55d2e'); -INSERT INTO messages VALUES(43,310005,'parse','transactions','{"supported":true,"tx_hash":"344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc","tx_index":6}',0,'TRANSACTION_PARSED','344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc','16aa5771fadd01be729ee82c30852bd16f7442ee8442e34e731c968d6b9cbb0a'); -INSERT INTO messages VALUES(44,310005,'parse','blocks','{"block_index":310005,"ledger_hash":"0c3914f9676e506a96e6db793f15200ef33087cd47de4d27628849013a391daa","messages_hash":"63a7957eda022b56b21c330252e25c00991d7559c0d1c4c0fd743be972baeed6","transaction_count":1,"txlist_hash":"2d59f139907859f9108360f7fa4695101a6b5ef0b7dd0e56c2dd41641e58e9af"}',0,'BLOCK_PARSED',NULL,'a2e57656bdcab128b200d20a15ea603096209118336cb9132f075117edcb1b2b'); -INSERT INTO messages VALUES(45,310006,'insert','blocks','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'39b13d3d31dcceef4eaa7df055df90ccea56ba4ae54f108063e397b1b43cee33'); -INSERT INTO messages VALUES(46,310006,'insert','transactions','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"btc_amount":0,"data":"0000000a00000000000000010000000005f5e100000000a25be34b660000000005f5e10007d00000000000000000","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8","tx_index":7,"utxos_info":" 5009038eb2a30367602fab49886139c968cc731cd60a9a4fd0828313e1b9d6f6:0 2 "}',0,'NEW_TRANSACTION',NULL,'e0f0b9b01feaf118f956178fe3da0a2f3a1a2b991138ba9cd0cdcb20c0235d1a'); -INSERT INTO messages VALUES(47,310006,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310006,"event":"4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8","quantity":100000000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'DEBIT','4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8','a3c283707eba9643d3096b0593d419f109a1ca135ca7a9f305a83572890c697c'); -INSERT INTO messages VALUES(48,310006,'insert','orders','{"block_index":310006,"expiration":2000,"expire_index":312006,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"DIVISIBLE","get_quantity":100000000,"get_remaining":100000000,"give_asset":"XCP","give_quantity":100000000,"give_remaining":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8","tx_index":7}',0,'OPEN_ORDER','4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8','13e365c4c7ba694e18e8f6e246b739243c921af0735d25507688e4643574ce99'); -INSERT INTO messages VALUES(49,310006,'parse','transactions','{"supported":true,"tx_hash":"4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8","tx_index":7}',0,'TRANSACTION_PARSED','4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8','82ef1d6f1c1ca17d7d1f203efe679c394a95f882c2ab15a958cea06c71c6521a'); -INSERT INTO messages VALUES(50,310006,'parse','blocks','{"block_index":310006,"ledger_hash":"57ff5f34a9e418b179db9003414c5f3bdfa7feeb538f24071b23d024a3d05df0","messages_hash":"f1ec09af67d51677f20a0462711cd5841b16d4aafbdd0a96d01acfb39260d0f5","transaction_count":1,"txlist_hash":"a4a6fb433e6c49968fded16954502c472b0d21b74c6cce8d08c8c53c00f2781e"}',0,'BLOCK_PARSED',NULL,'22faea68ec26f521cead21b7d503bd79ce42a0790af9e6369b4e7646ba5ec191'); -INSERT INTO messages VALUES(51,310007,'insert','blocks','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b75e92364d3b42fad655a08e223283a36fa57dfca49b615aae1c63c9444a1ad1'); -INSERT INTO messages VALUES(52,310007,'insert','transactions','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"btc_amount":5430,"data":"00000000000000a25be34b660000000005f5e100","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","tx_index":8,"utxos_info":" e4f8185447ffc9855e5612f86564524dfab31a25b7623168812771ac938e71dc:0 3 "}',0,'NEW_TRANSACTION',NULL,'2e4c37e509d13d7806ae0f544cf54cedad58207c9d71220a49a3c11904f3b6a7'); -INSERT INTO messages VALUES(53,310007,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310007,"event":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","quantity":100000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'DEBIT','6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753','4c314c8b6e19b454d78c61ee692343ea31d0c39d2190631a3edc4164c81e9e8a'); -INSERT INTO messages VALUES(54,310007,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"DIVISIBLE","block_index":310007,"calling_function":"send","event":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","quantity":100000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'CREDIT','6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753','b5dc2a6f1a9d3fa9a6c44e99941520e04d95f0793712a25d3380f538976cdc7a'); -INSERT INTO messages VALUES(55,310007,'insert','sends','{"asset":"DIVISIBLE","block_index":310007,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","tx_index":8}',0,'SEND','6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753','e797d5dca27478534294b698da0d7c4b9309560081154206557f4214912b4cd4'); -INSERT INTO messages VALUES(56,310007,'parse','transactions','{"supported":true,"tx_hash":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","tx_index":8}',0,'TRANSACTION_PARSED','6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753','5e8ded65b86fea8f0180a520154d305d1a0d2f45d2837cadc8397a30f544f7b4'); -INSERT INTO messages VALUES(57,310007,'parse','blocks','{"block_index":310007,"ledger_hash":"bfed530458339aab02ff75ad76738569dc6997c7a35d4452351678b04e022f68","messages_hash":"b601f4f6a0700b665e728f760e0198a87e2b1918d5fde57767ab7473d30d3f08","transaction_count":1,"txlist_hash":"ce20264c332892b0a5e0c3e2d4b63d02c901fa2c3f8c5171b2896b50c82ea0af"}',0,'BLOCK_PARSED',NULL,'1283a37f32d2716fc7a895694f08f8f3306dbf08176c80b11db48031cf32a6e8'); -INSERT INTO messages VALUES(58,310008,'insert','blocks','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9e240c4374c766bcf84917f630d7085b95824921bd92e5dc9ce28e74b5f9380b'); -INSERT INTO messages VALUES(59,310008,'insert','transactions','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"btc_amount":5430,"data":"0000000000000000000000010000000005f5e100","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","tx_index":9,"utxos_info":" 4d137354d5136c5884ac767ceee7988e41538760b29b37d028c0ea9d5273493b:0 3 "}',0,'NEW_TRANSACTION',NULL,'8288efb5f33661e7d348c769d84a46c8c59892ec66e480d7ee3b6d606ee18236'); -INSERT INTO messages VALUES(60,310008,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310008,"event":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","quantity":100000000,"tx_index":9,"utxo":null,"utxo_address":null}',0,'DEBIT','4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43','2334295c7803b1a42b4958e686531c0286bf6b395e35b91476b566ac60d43e4e'); -INSERT INTO messages VALUES(61,310008,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310008,"calling_function":"send","event":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","quantity":100000000,"tx_index":9,"utxo":null,"utxo_address":null}',0,'CREDIT','4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43','a49030165069d694f4c11fda3c603fe9a39c98ad3b55b01e8ddddfff180ada30'); -INSERT INTO messages VALUES(62,310008,'insert','sends','{"asset":"XCP","block_index":310008,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","tx_index":9}',0,'SEND','4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43','f97f652e2ee72bc13698a31e893c996b3537bfe58caec268b8c8ee1fa2a016a6'); -INSERT INTO messages VALUES(63,310008,'parse','transactions','{"supported":true,"tx_hash":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","tx_index":9}',0,'TRANSACTION_PARSED','4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43','9c088c764e571cf37199cee505cc96b2ed704dfae833dcb1b7d9b72cba548d6e'); -INSERT INTO messages VALUES(64,310008,'parse','blocks','{"block_index":310008,"ledger_hash":"d4feec997754d11a1502e5351ed62fcfbfcafb770e19a37da41d1d88b7b45ed4","messages_hash":"9d778b66e04e924e6ebf9732952dde02765ad908f5ba82a0e4ffc7ed46e20c5d","transaction_count":1,"txlist_hash":"d25c9f48fbbe2010a62cad729d45b658a2caf9a7c9abc65a30e2a7fc47bc83e5"}',0,'BLOCK_PARSED',NULL,'17940d40fd10c9fa1600f17bd1afcf9b29a24e28428cd9522aa5f5e23af6da09'); -INSERT INTO messages VALUES(65,310009,'insert','blocks','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5795cc682c7433c520cba07ff613e6f31f64faabd0af624c40eda7197a9371d7'); -INSERT INTO messages VALUES(66,310009,'insert','transactions','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"btc_amount":0,"data":"0000000a00000000000000010000000005f5e100000000a25be34b660000000005f5e10007d00000000000000000","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b","tx_index":10,"utxos_info":" 70ab525dff715d2bd93627834fe7ad516c451d4c6dcd89abe0fe491c480eb404:0 2 "}',0,'NEW_TRANSACTION',NULL,'7657e7c1c8696dbdcf49cca06e56844b172c2c39688233b7478cb09e1fa131ef'); -INSERT INTO messages VALUES(67,310009,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310009,"event":"21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b","quantity":100000000,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b','b66d8a063fbbf532ff98f78306270803fa8037fc1e82a2d05af66379cf99b89e'); -INSERT INTO messages VALUES(68,310009,'insert','orders','{"block_index":310009,"expiration":2000,"expire_index":312009,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"DIVISIBLE","get_quantity":100000000,"get_remaining":100000000,"give_asset":"XCP","give_quantity":100000000,"give_remaining":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b","tx_index":10}',0,'OPEN_ORDER','21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b','f1287dd93e2f068d936de9c4819fe0871d8b2db06e344482da396d6d0782a227'); -INSERT INTO messages VALUES(69,310009,'parse','transactions','{"supported":true,"tx_hash":"21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b","tx_index":10}',0,'TRANSACTION_PARSED','21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b','efcdfc0e0bf19c3d2ff194982805898bc46fd5340eba9b9e3cdb25b75a974188'); -INSERT INTO messages VALUES(70,310009,'parse','blocks','{"block_index":310009,"ledger_hash":"4ab5ff9e71bbc83956557fb5abec98372fa38e5580838fb258b2d831bfc4d9ea","messages_hash":"6ee8ecb9e3e58dad838070f61994ada40e19646f710be023d4bf60c1a6704617","transaction_count":1,"txlist_hash":"173e769e0b4fa951ef0267c7e218f3a473d9a5857b0880d654a2181f244c92e2"}',0,'BLOCK_PARSED',NULL,'357485066bf0dc0906a57dfcd314c85c5384650e20deaab7e669825b8803ca20'); -INSERT INTO messages VALUES(71,310010,'insert','blocks','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'74469087b8b89aef2b9b96b8cbbe12c1992476cc657ce3bccd30089d5ab6ead1'); -INSERT INTO messages VALUES(72,310010,'insert','transactions','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"btc_amount":0,"data":"0000000a00000000000000010000000005f5e100000000000000000000000000000f424007d000000000000dbba0","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a","tx_index":11,"utxos_info":" 8e4daab9ae8909b2ed524fa98a8c366ea2bca0435cd0b4f040307763fdeb103c:0 2 "}',0,'NEW_TRANSACTION',NULL,'18d2f115205a657d2760eee83b872ac95d8de4ad0f676a149b8dfbdc5a485af1'); -INSERT INTO messages VALUES(73,310010,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310010,"event":"1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a","quantity":100000000,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a','8b0c2d4ac0d82c0c049f7910df4f647ebf7c5c760e29d343ec1c0964c5afed39'); -INSERT INTO messages VALUES(74,310010,'insert','orders','{"block_index":310010,"expiration":2000,"expire_index":312010,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":1000000,"get_remaining":1000000,"give_asset":"XCP","give_quantity":100000000,"give_remaining":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a","tx_index":11}',0,'OPEN_ORDER','1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a','2bbf9d5f2e750b4d86d7b90fd381b2ca228ad12e847351015b7eecc81fe488ab'); -INSERT INTO messages VALUES(75,310010,'parse','transactions','{"supported":true,"tx_hash":"1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a","tx_index":11}',0,'TRANSACTION_PARSED','1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a','c01e549b0a39ad0fc82e20d4989a1cfd613ae349292c2825df5443c0f1853ee5'); -INSERT INTO messages VALUES(76,310010,'parse','blocks','{"block_index":310010,"ledger_hash":"1909ef40a24263776cb9e0d52a690048b50728855a0fe4b0e1ba3834a9e401c1","messages_hash":"33f718b26a4f83fa726086520a32ba87d2df38b888ac2a0f80a5fd23b955ae67","transaction_count":1,"txlist_hash":"7d1ef03dad99c4bdf7a8e5af7209a136c8ac392922dd3afdbcc0446ea1f5f604"}',0,'BLOCK_PARSED',NULL,'bdd55f302e06b888b664e06d2f9a87ddfde52e861de12a1d4b7bb964bbe30902'); -INSERT INTO messages VALUES(77,310011,'insert','blocks','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f1a3fc64d1d6a522537e18b732c04122294cbf4d4c473552daacd06b78f6df30'); -INSERT INTO messages VALUES(78,310011,'insert','transactions','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"btc_amount":0,"data":"0000000a000000000000000000000000000a2c2b00000000000000010000000005f5e10007d00000000000000000","destination":"","fee":1000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6","tx_index":12,"utxos_info":" ee3525a59635e10bfd65f7427a6c352b496d1fd5812c86cc58e869cf412bb92a:0 2 "}',0,'NEW_TRANSACTION',NULL,'ce190db5811a5e2a6c4de33ac16951b46b378b3f5f41a22671033839713a9fdb'); -INSERT INTO messages VALUES(79,310011,'insert','orders','{"block_index":310011,"expiration":2000,"expire_index":312011,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":666667,"give_remaining":666667,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6","tx_index":12}',0,'OPEN_ORDER','a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6','5fbf35ad2e8eb810d2835fc681083e6518d04fac25931b4313964ae5f3027764'); -INSERT INTO messages VALUES(80,310011,'parse','transactions','{"supported":true,"tx_hash":"a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6","tx_index":12}',0,'TRANSACTION_PARSED','a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6','da0b5b70f6b203dfb422a70734351359e2195155fb8cb0f3592fc8aca7dfc0ed'); -INSERT INTO messages VALUES(81,310011,'parse','blocks','{"block_index":310011,"ledger_hash":"c3d51a5f2df90c089844ba4de7d5541f6051490aa1389e5945a7bb91d49e3589","messages_hash":"e78e0f7336d6a637a099d03c56625b64cd011a98092bea219f849c5e42507789","transaction_count":1,"txlist_hash":"86ebe5be8b9443f411adcd49e7443a34941979c0c6bf40136a3b44193024abfc"}',0,'BLOCK_PARSED',NULL,'de2b3ff3a0c03f6d8f7c06b5658c61775e13d029ac50bd4005972057b64abf07'); -INSERT INTO messages VALUES(82,310012,'insert','blocks','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2337bba76adf0e6e231f72bc87498e28f5a58beb10eee41757366c4646009d6a'); -INSERT INTO messages VALUES(83,310012,'insert','transactions','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"btc_amount":1000,"data":"0000000000000000000000010000000011e1a300","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","tx_index":13,"utxos_info":" 07ff616bbc8b38f81525d5a1f5b9ce7efedf7eaf2741147cb430736defaf36e5:0 3 "}',0,'NEW_TRANSACTION',NULL,'0161943896a2487666e957e41181f0df48286bf557068a1ab1555b4ac6a0ea01'); -INSERT INTO messages VALUES(84,310012,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310012,"event":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","quantity":300000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'DEBIT','698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6','ce91ebbfa4d8c006b32b7fd37207545dab30a8f6ee46fc9230631c36fcccad2a'); -INSERT INTO messages VALUES(85,310012,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310012,"calling_function":"send","event":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","quantity":300000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'CREDIT','698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6','bb1ab5cad4205b440d072a5b102bab779afa4f2f9b1473f9fc8b6e5e0fb2b53c'); -INSERT INTO messages VALUES(86,310012,'insert','sends','{"asset":"XCP","block_index":310012,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":300000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","tx_index":13}',0,'SEND','698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6','de5dd5cb0b69a1723f7116dd169f2aaef5d9d85add18af584e6e25303c0e5432'); -INSERT INTO messages VALUES(87,310012,'parse','transactions','{"supported":true,"tx_hash":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","tx_index":13}',0,'TRANSACTION_PARSED','698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6','d80ca8b98b8541bc533fea6bff842d8828693623c6fc7c8c6306e6b5ff5f8648'); -INSERT INTO messages VALUES(88,310012,'parse','blocks','{"block_index":310012,"ledger_hash":"a9dc31556d38b118eeb0bcbb3a374a0ed79adec4eb23e00c80c0599ba97c9a7a","messages_hash":"3e8ba141f5d5ee6a0b0c6a719fc8ccadfd1627425066e1dac5aaa05390a67da6","transaction_count":1,"txlist_hash":"5a729b250068fe7b175a540b66a30326344514e357023184540ef97bae5e16e7"}',0,'BLOCK_PARSED',NULL,'3ee53fca811440c3e03b91ed095127e4cd930fb1946679964dcd90af70fe414b'); -INSERT INTO messages VALUES(89,310013,'insert','blocks','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8170cd48f0be0b602afe8c8f3d5ca89f490e13437d5297f0ae151f7030a3d939'); -INSERT INTO messages VALUES(90,310013,'insert','transactions','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"btc_amount":1000,"data":"00000000000000a25be34b66000000003b9aca00","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","tx_index":14,"utxos_info":" 1bfb8255970fbb3505460f9f0785a34c3b27cd6ba34e32f2ce894ffbcf9a456f:0 3 "}',0,'NEW_TRANSACTION',NULL,'9ae342a219ec3fb8096141cbaf48082d67089d4e4af57e5b650bc4ff9c644625'); -INSERT INTO messages VALUES(91,310013,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310013,"event":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","quantity":1000000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'DEBIT','0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132','13647966b52e670017e0fc706c0568f5b13b5b42bfc253da52c1f113df5707f2'); -INSERT INTO messages VALUES(92,310013,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"DIVISIBLE","block_index":310013,"calling_function":"send","event":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","quantity":1000000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'CREDIT','0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132','0a8ca0c5af4cb8d170227f67ee13b296a414e72b03d4c49a1f2424b61d076639'); -INSERT INTO messages VALUES(93,310013,'insert','sends','{"asset":"DIVISIBLE","block_index":310013,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":1000000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","tx_index":14}',0,'SEND','0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132','431c95840bda11b759d9d47e1422c21b2305e9ff483d2771134532e59164907c'); -INSERT INTO messages VALUES(94,310013,'parse','transactions','{"supported":true,"tx_hash":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","tx_index":14}',0,'TRANSACTION_PARSED','0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132','027a60e450f91e965ed89a8f8f964e5192947ed4763791fe42fb38ce03841e5a'); -INSERT INTO messages VALUES(95,310013,'parse','blocks','{"block_index":310013,"ledger_hash":"e72be5070d0a5853631d902d334e8b88eddf6e79616373311babc4a0a27dd3d8","messages_hash":"61f7ce6ee71c1c688d64a3b20381a00d3032ddf71f0a50ec96144cc604229239","transaction_count":1,"txlist_hash":"1294e3d0871b0c2297d9980ed46bfa3563b33b202b426949dadeeba7075b4bc7"}',0,'BLOCK_PARSED',NULL,'fb1e00d382f1516137294df57a4746b7e489afae1cc074e953db28c095327f82'); -INSERT INTO messages VALUES(96,310014,'insert','blocks','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f0162b6e4498ea3eb922aff30a7ba4b0547468bb3fdafe5676a9157cb488a600'); -INSERT INTO messages VALUES(97,310014,'insert','transactions','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"btc_amount":5430,"data":"000000000006cad8dc7f0b660000000000000005","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","tx_index":15,"utxos_info":" a904fa34fd5e99a8d23ddfacbaec581049046fc39b1312524f8bb1f360bc247d:0 3 "}',0,'NEW_TRANSACTION',NULL,'8c0b159c67bfa8b412731a0e645e561e23f1ce7f802dc9f0b39f5356919724ef'); -INSERT INTO messages VALUES(98,310014,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"NODIVISIBLE","block_index":310014,"event":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","quantity":5,"tx_index":15,"utxo":null,"utxo_address":null}',0,'DEBIT','1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a','a8693ba7c1a59a2ff38d13f8d96c4e53afa581c4e1d951ef8b60d1ba6caf393d'); -INSERT INTO messages VALUES(99,310014,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"NODIVISIBLE","block_index":310014,"calling_function":"send","event":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","quantity":5,"tx_index":15,"utxo":null,"utxo_address":null}',0,'CREDIT','1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a','c5ce91a633ef636e4c8cd4e6e977c7fede082ba001854a18423102fe0a6a6dc5'); -INSERT INTO messages VALUES(100,310014,'insert','sends','{"asset":"NODIVISIBLE","block_index":310014,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":5,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","tx_index":15}',0,'SEND','1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a','cc523c533a2e943d00e4dd2fe70db320661be0416d2e4b7557af1af2cbbb9c67'); -INSERT INTO messages VALUES(101,310014,'parse','transactions','{"supported":true,"tx_hash":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","tx_index":15}',0,'TRANSACTION_PARSED','1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a','f7394e5838ee944ab187c8d3e4b6b862e60bbc666514fb90e557272226cefb22'); -INSERT INTO messages VALUES(102,310014,'parse','blocks','{"block_index":310014,"ledger_hash":"cb0962222af917dbac2a11465c22cd80770c0b3cdb8bdc0870c99a8116745c9e","messages_hash":"eb796c437f9ed8a37bd583d1e627563d5c465368514a0c6670aa804d79bd3a7b","transaction_count":1,"txlist_hash":"d5431af170b331497d8967969820632880473d06dae0d06fa7ffc93a0cb90180"}',0,'BLOCK_PARSED',NULL,'64bde8560fe1c9642531332b2e783f7a176dfe995443bb39ca0b97e06fcfbfa2'); -INSERT INTO messages VALUES(103,310015,'insert','blocks','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2a7dd5344fea8f9334083540fc41edf16439089e85803dd230bb3c324396e9ba'); -INSERT INTO messages VALUES(104,310015,'insert','transactions','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"btc_amount":1000,"data":"000000000006cad8dc7f0b66000000000000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","tx_index":16,"utxos_info":" 3bb0f340541ec86bfd17e4e6986ff9b2a01c78ecbf56c101ff05e9efcd95edda:0 3 "}',0,'NEW_TRANSACTION',NULL,'b3aee55c8baa5e1ba883091f9b52e2adf6ec68ee8a5e742306c3cbeb5fb154e4'); -INSERT INTO messages VALUES(105,310015,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"NODIVISIBLE","block_index":310015,"event":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","quantity":10,"tx_index":16,"utxo":null,"utxo_address":null}',0,'DEBIT','e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c','ed110e0bcdef5984248881ca770902dacc6dc6b2a8559b96db663ffbb3c90fb7'); -INSERT INTO messages VALUES(106,310015,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"NODIVISIBLE","block_index":310015,"calling_function":"send","event":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","quantity":10,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c','f54e8ffbd394dda027e57799c284ed16c0aa3ac3cfe4f6f144294d98e569c583'); -INSERT INTO messages VALUES(107,310015,'insert','sends','{"asset":"NODIVISIBLE","block_index":310015,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":10,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","tx_index":16}',0,'SEND','e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c','94fb86c5d1ed0adbbbf3166bbd1319e592fcc6d13d2ce50036eff4b6181d9167'); -INSERT INTO messages VALUES(108,310015,'parse','transactions','{"supported":true,"tx_hash":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","tx_index":16}',0,'TRANSACTION_PARSED','e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c','0b7cf015e22f762ac26a48a50e0fa39f0ac7c40374ba3e012ec22fa2f6b34993'); -INSERT INTO messages VALUES(109,310015,'parse','blocks','{"block_index":310015,"ledger_hash":"6ff899433f22546c41a15f20b4c66913c747931500fee10d58c4a17b9e2f0c88","messages_hash":"295ef05a060f3151efdc7cc08f3e5c14010ad1080757a99fe08db0a201629de8","transaction_count":1,"txlist_hash":"b77c1d69b3ac7348e336cce9948f982efafa1cb56cbdde85fe9f49a73871ba3b"}',0,'BLOCK_PARSED',NULL,'ed7e1020d728a0cd1a44a8af92e635f5ec4d26860cfa9692344118d88f01b536'); -INSERT INTO messages VALUES(110,310016,'insert','blocks','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c7a5ffac8477d7fd9a8fbc3570492a445cf901b819e3cff019c2bb1b691f7906'); -INSERT INTO messages VALUES(111,310016,'insert','transactions','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"btc_amount":0,"data":"000000140000000000033a3e7fffffffffffffff01000000000000000000104d6178696d756d207175616e74697479","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","tx_index":17,"utxos_info":" 698b18eb14570c608acf7b9e351e5b1d3353707389b4110a9867528c6d3227d7:0 2 "}',0,'NEW_TRANSACTION',NULL,'69e33dba6c04a1c301a0c382f113c4a6b80d4cec4b63b0d49b69682c5f34b1d8'); -INSERT INTO messages VALUES(112,310016,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310016,"event":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","quantity":50000000,"tx_index":17,"utxo":null,"utxo_address":null}',0,'DEBIT','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','3e4596aab5f68ac01d878dd1ebdc207a15107255492dd742b24d58f76c4aaa6d'); -INSERT INTO messages VALUES(113,310016,'insert','assets','{"asset_id":"211518","asset_longname":null,"asset_name":"MAXI","block_index":310016}',0,'ASSET_CREATION','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','7191c2d0aef724e6c6e2add3c3ac81a958b7d797e35e6bae0a46f44ccb54d91d'); -INSERT INTO messages VALUES(114,310016,'insert','issuances','{"asset":"MAXI","asset_events":"creation","asset_longname":null,"block_index":310016,"call_date":0,"call_price":0.0,"callable":false,"description":"Maximum quantity","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":9223372036854775807,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","tx_index":17}',0,'ASSET_ISSUANCE','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','08f3031191da033b0a6cf42b31be58a71978c976bb4ca955a854a37f9e3008ad'); -INSERT INTO messages VALUES(115,310016,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"MAXI","block_index":310016,"calling_function":"issuance","event":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","quantity":9223372036854775807,"tx_index":17,"utxo":null,"utxo_address":null}',0,'CREDIT','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','e6059e62b76168a7f4f431af260f22a0b8123194bb834bfe1b76021c9ffe55ee'); -INSERT INTO messages VALUES(116,310016,'parse','transactions','{"supported":true,"tx_hash":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","tx_index":17}',0,'TRANSACTION_PARSED','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','922b2f7e36be1dc963ab5200e9f864ffa55cb0acef1afffd6584695fcbebc91b'); -INSERT INTO messages VALUES(117,310016,'parse','blocks','{"block_index":310016,"ledger_hash":"ec66a06cde401b66917c6d1d4e1ee8893405cfbf0474560d9997d6960c8af710","messages_hash":"9f4ca0a211fdaf464907f145ebb8428e94e4861d35cda47f72efb3170c196871","transaction_count":1,"txlist_hash":"6d3d469ad1b72a67ee50d8a7c6c57069da3a0e2e9d12a23a30bbf4f2ccc64cb6"}',0,'BLOCK_PARSED',NULL,'3d53eb9299f4d38c7067d7e9efc9613132f2fde2031b654a05a408fd5e4628c0'); -INSERT INTO messages VALUES(118,310017,'insert','blocks','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9be186243e6766d729bbbf7ec000530935abc463f7b0a77599f1ca5cfccc59ac'); -INSERT INTO messages VALUES(119,310017,'insert','transactions','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"btc_amount":0,"data":"0000001e52bb33003ff0000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af","tx_index":18,"utxos_info":" 1ceafa5cf74dad4bec8743acfce55133c738983261683a81c12be457f7574126:0 2 "}',0,'NEW_TRANSACTION',NULL,'230364ea9b1661bb60c438dc7c7d149d4fb51cfad514816798336acec54a5f42'); -INSERT INTO messages VALUES(120,310017,'insert','broadcasts','{"block_index":310017,"fee_fraction_int":5000000,"locked":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af","tx_index":18,"value":1.0}',0,'BROADCAST','d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af','f7be08a7208e853abd192265e9ba27a4dc7eace2c4a0009d6072af3dd5c315b7'); -INSERT INTO messages VALUES(121,310017,'parse','transactions','{"supported":true,"tx_hash":"d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af","tx_index":18}',0,'TRANSACTION_PARSED','d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af','3afad020dab9ed6b5e48b09d2f3667320212cea1796297bf7851029df06c0631'); -INSERT INTO messages VALUES(122,310017,'parse','blocks','{"block_index":310017,"ledger_hash":"b2053109bff06dae1705fc32ab0712f38bf9d206fa3517fbf0a938d1b5f33bad","messages_hash":"ed8cd7e9541638a9a549f5606b84380e23fcf291430f2ca493f82e29be3f5a71","transaction_count":1,"txlist_hash":"223e10a8e23e4435e635f1dda533a0662dff9f0e3fb86b72a22b2c191f731a80"}',0,'BLOCK_PARSED',NULL,'0a677fb517307b0b2393b8cb4d49383b9d1bb91575f901158ce15674e3404506'); -INSERT INTO messages VALUES(123,310018,'insert','blocks','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5d9b2f36eded329affddd59b30853629ff2d18906565d8709b8ad4449782ef8a'); -INSERT INTO messages VALUES(124,310018,'insert','transactions','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"btc_amount":0,"data":"0000001e4cc552003ff000000000000000000000046c6f636b","destination":"","fee":6800,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660","tx_index":19,"utxos_info":" 903a01ed1551bf31dc75cf04f61fc8bdb026a32e9cf6c41cd593f75f27b140b1:0 2 "}',0,'NEW_TRANSACTION',NULL,'3c01791e85faaea6bcf00b40a2f79adbda7f86167870b0e70fcc570ea7613c63'); -INSERT INTO messages VALUES(125,310018,'insert','broadcasts','{"block_index":310018,"fee_fraction_int":null,"locked":true,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","text":null,"timestamp":0,"tx_hash":"f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660","tx_index":19,"value":null}',0,'BROADCAST','f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660','260de6e36fa18db09e60c500c4ff898e67bdc318ed88973a601a06d7fbb515a5'); -INSERT INTO messages VALUES(126,310018,'parse','transactions','{"supported":true,"tx_hash":"f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660","tx_index":19}',0,'TRANSACTION_PARSED','f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660','0c402170d765769c000be77c870325a356a486daa5ea80867fee0a9a10f21a97'); -INSERT INTO messages VALUES(127,310018,'parse','blocks','{"block_index":310018,"ledger_hash":"d7051de4d03fb31bfedf215b407b1edc12789c1f2748abb5a72257ad8f5113ce","messages_hash":"bb1c7a472b80691c449659949cd479881772fb48673f5f7447aab55132eaf234","transaction_count":1,"txlist_hash":"9eb6f4683bebb675467829573cd2f7e3ab613d21398c5aef31ed389a40f3c48d"}',0,'BLOCK_PARSED',NULL,'6d4376c6080405450df12c452178b9be2211818c862ec5e4ddef8131d059d79d'); -INSERT INTO messages VALUES(128,310019,'insert','blocks','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8d56d8d23522b6f1ee6eb7bef71a516aa6b82bef0660a2f1fc9d450506a69bb6'); -INSERT INTO messages VALUES(129,310019,'insert','transactions','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"btc_amount":5430,"data":"00000028000152bb3301000000000000000900000000000000090000000000000000000013b000000064","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","tx_index":20,"utxos_info":" f9cc41abbb83104f119fe8377e0e52afa0bf3633d6a2920aa31634e0a1c762a0:0 3 "}',0,'NEW_TRANSACTION',NULL,'7aa542fa3970b83cb7c11a8a97cd103d5fc3caad1421100125d5e08bd74efd38'); -INSERT INTO messages VALUES(130,310019,'insert','debits','{"action":"bet","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310019,"event":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","quantity":9,"tx_index":20,"utxo":null,"utxo_address":null}',0,'DEBIT','2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1','8573fe7535156b5bacb565effeac9064332ff7a8190da38390b9ea0df1cee9a8'); -INSERT INTO messages VALUES(131,310019,'insert','bets','{"bet_type":1,"block_index":310019,"counterwager_quantity":9,"counterwager_remaining":9,"deadline":1388000001,"expiration":100,"expire_index":310119,"fee_fraction_int":5000000.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","target_value":0.0,"tx_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","tx_index":20,"wager_quantity":9,"wager_remaining":9}',0,'OPEN_BET','2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1','089665f110a5f2890901e9c72195fafb4b54f13b842ed807b3a110c0449cf7d1'); -INSERT INTO messages VALUES(132,310019,'parse','transactions','{"supported":true,"tx_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","tx_index":20}',0,'TRANSACTION_PARSED','2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1','25da3c1da77a8cbb5fa91a9a94f400ccd76006211eb5401a85eff0fc207fadd3'); -INSERT INTO messages VALUES(133,310019,'parse','blocks','{"block_index":310019,"ledger_hash":"35c95a70193ded2f9ee18254a91ce5d4834bb162fc3cca85dd432339257539b8","messages_hash":"fc4dc15074ff2cbfe2edfb48a41eb7688c07094c6f454466ece826bd79303a2f","transaction_count":1,"txlist_hash":"88220e5f48660f8b9e339c3afb65ffbad83d632164f1df8e22af2ee6fc18826e"}',0,'BLOCK_PARSED',NULL,'72ba31c309c9e417a2412aed485a09e3d741093a3a0891eaa84afe047e4d609e'); -INSERT INTO messages VALUES(134,310020,'insert','blocks','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9f31d47149ef3db7c235efedceeb9c9a84dde0f68cc6ca2ab1903a193b3fe2c2'); -INSERT INTO messages VALUES(135,310020,'insert','transactions','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"btc_amount":5430,"data":"00000028000052bb3301000000000000000900000000000000090000000000000000000013b000000064","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","tx_index":21,"utxos_info":" aa32016e80f13c7f7c33dc29f0e55add7f2ca7413181a20010c7ef10b5096ee8:0 3 "}',0,'NEW_TRANSACTION',NULL,'ab9f3a190f07d93041c0dce171f5676e120f292619b16bb18390a0682c3c4608'); -INSERT INTO messages VALUES(136,310020,'insert','debits','{"action":"bet","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310020,"event":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","quantity":9,"tx_index":21,"utxo":null,"utxo_address":null}',0,'DEBIT','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','2ee0b877c2ffb5b9293bbc2c592ccecd23a430be2ab680cb8769238803a57c95'); -INSERT INTO messages VALUES(137,310020,'insert','bets','{"bet_type":0,"block_index":310020,"counterwager_quantity":9,"counterwager_remaining":9,"deadline":1388000001,"expiration":100,"expire_index":310120,"fee_fraction_int":5000000.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"open","target_value":0.0,"tx_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","tx_index":21,"wager_quantity":9,"wager_remaining":9}',0,'OPEN_BET','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','04ffd8fb11db491a0aa1740feaece445d0cc908ad312d9d510822d955af8d4cc'); -INSERT INTO messages VALUES(138,310020,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310020,"calling_function":"filled","event":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","quantity":0,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','dc76ec58952a3c697ad4e210d6aec8a9e31041292673b68313c0bf5cd3007ccf'); -INSERT INTO messages VALUES(139,310020,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","wager_remaining":0}',0,'BET_UPDATE','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','b89a8b377f92d1fdccdbd538c4917589661cf3bbab72ec6a998140c591bf3e35'); -INSERT INTO messages VALUES(140,310020,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310020,"calling_function":"filled","event":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","quantity":0,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','91bd12b4bed8d3ed2f4d187c633e684387ec967ecd8def2af08dfc8d2fc13be9'); -INSERT INTO messages VALUES(141,310020,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","wager_remaining":0}',0,'BET_UPDATE','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','337e3fea4437144658a8e4ed457958b590a9d260c7e15ff4bea09d6abfa7e677'); -INSERT INTO messages VALUES(142,310020,'insert','bet_matches','{"backward_quantity":9,"block_index":310019,"deadline":1388000001,"fee_fraction_int":5000000,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","forward_quantity":9,"id":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1_5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","initial_value":1.0,"leverage":5040,"match_expire_index":310119,"status":"pending","target_value":0.0,"tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx0_bet_type":1,"tx0_block_index":310019,"tx0_expiration":100,"tx0_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","tx0_index":20,"tx1_address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","tx1_bet_type":0,"tx1_block_index":310020,"tx1_expiration":100,"tx1_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","tx1_index":21}',0,'BET_MATCH','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','8335192a5e393435d8ffc4a37c99f1ffb0b634df8b64364e8278ba9c9029a79e'); -INSERT INTO messages VALUES(143,310020,'parse','transactions','{"supported":true,"tx_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","tx_index":21}',0,'TRANSACTION_PARSED','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','0b9f056cf23a546e5279ea5dc422476abd6d261cabf96ebc432fe599701e9f81'); -INSERT INTO messages VALUES(144,310020,'parse','blocks','{"block_index":310020,"ledger_hash":"8315de64ee1051c333687ba9fae6244287b85bcc1e3a4b67f3fe7d51b931378b","messages_hash":"132e661c023af38634a3ee23d0d71c260100b9703ebbef47cd2615b7d9f8b464","transaction_count":1,"txlist_hash":"087de9b1715dfdac7372489fc615b597c9575c9520eb1ad5f7435a2641388621"}',0,'BLOCK_PARSED',NULL,'3705ff29e9f42e528832237a61202684aec801f1f083c5d75351d5c8ed339dea'); -INSERT INTO messages VALUES(145,310021,'insert','blocks','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'54c17e142dcfef9924aa03ea9e04e4d08f03097d1a6ebfc677583b78463cc4a4'); -INSERT INTO messages VALUES(146,310021,'parse','blocks','{"block_index":310021,"ledger_hash":"c2d646bd3f54eec73cd9da6f5da4bc159d0c64e8fb9ad4095dfa58850e65c7b1","messages_hash":"c661016234b6d75e6735b83e462370a37a65f6f8e38f3b69cd811c661cb88942","transaction_count":0,"txlist_hash":"e5f36761a4755ebc133389b9bc01a085c585a24fa346c784123f3dd5a125ad27"}',0,'BLOCK_PARSED',NULL,'5dc62faf568063ffb58b2d193d2f4856c9f3ebedfbfff551a6d4def49de71680'); -INSERT INTO messages VALUES(147,310022,'insert','blocks','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2860022062db8f94444260f1d8f2c241e98cea27beb7f0cedd36833b6b14e9b2'); -INSERT INTO messages VALUES(148,310022,'parse','blocks','{"block_index":310022,"ledger_hash":"619367fb7657e0fb4800acd385eb5593d085ce5cbfbfb098dafa98612d9fd445","messages_hash":"7a32aa3f4b582fb2e161d2c6a58cf2d91d14e6c498281fc91f9fb22cf1095e7a","transaction_count":0,"txlist_hash":"e62992a5e4f80347f92c512e1bd47df4c2f4e9fa0c38b7ca73befd39fd181d54"}',0,'BLOCK_PARSED',NULL,'6f16d1013b0c5f41108bbff223e0119e311a71652f56b3a55551b56b02de6d43'); -INSERT INTO messages VALUES(149,310023,'insert','blocks','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bae297ca4be9476ef83cfe7f8c560c6fca659c6531f84fd3d4e74e5ff8e7ce72'); -INSERT INTO messages VALUES(150,310023,'parse','blocks','{"block_index":310023,"ledger_hash":"ba865dbc8263aaf153d7264dfc6a580bebe9391ca0551f15a1c822c6cbe2b8de","messages_hash":"7379fad8df5744242e9e63364665cd409da6fbe0b28cab26e4704c8737ab2230","transaction_count":0,"txlist_hash":"e62acd9368da6141ddf435bd919fe0e124bd77646207d69a2544790107ab88a5"}',0,'BLOCK_PARSED',NULL,'764bfd4509b200639ad01cafd4d37ff0231979f48860b0fd63dce9cbcea2a72e'); -INSERT INTO messages VALUES(151,310024,'insert','blocks','{"block_hash":"b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5","block_index":310024,"block_time":310024000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a481986885bd90a96f6be0adc8614235926ee763ff369a7be8232892e1800a79'); -INSERT INTO messages VALUES(152,310024,'parse','blocks','{"block_index":310024,"ledger_hash":"368e948cbf42de80aca51abe75d09ec78196924453719182ccc86419df5da2db","messages_hash":"599eb3f9c9b6f936dc56547ccfe7cccca7fad78ad57d58d5a4b50123ce7e82b0","transaction_count":0,"txlist_hash":"2c65dfdc0d371025c6d497e087b8548633238d6049242fa411383fcce72b096e"}',0,'BLOCK_PARSED',NULL,'915b2b370e6c143e14e11fe6c90ccaac0cf9b20a5c064aeea321a14f47ef01dd'); -INSERT INTO messages VALUES(153,310025,'insert','blocks','{"block_hash":"a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666","block_index":310025,"block_time":310025000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1891e86ed4e33716b9c66f7c6109f1d073c882dd8ec8147e2d37294a032350b2'); -INSERT INTO messages VALUES(154,310025,'parse','blocks','{"block_index":310025,"ledger_hash":"9f7132c808936f580d4fb1dc5791541a5a3d23532d1093c20d434007f8dde54c","messages_hash":"7ee626caf54d6b378f212b608cc3a0cd5c95b971aa1a1c54215f24cec040daa8","transaction_count":0,"txlist_hash":"ca60850f73099aabc38d1521a94d611cc02f4539620a17488d1e9a445087104f"}',0,'BLOCK_PARSED',NULL,'e5dfaeedd4c0956d9af5698bb8793827d4047c5aced1d635fe9fe65fde9ca686'); -INSERT INTO messages VALUES(155,310026,'insert','blocks','{"block_hash":"6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a","block_index":310026,"block_time":310026000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'81c1c14c7b2f7b2a09d395890df3e324d5d2546f2ca6d8923eacd8f1e2cc7534'); -INSERT INTO messages VALUES(156,310026,'parse','blocks','{"block_index":310026,"ledger_hash":"074ea6f10a5290cff31f7b21483f7b2248723c8d1b5bc060c31219f66f37def7","messages_hash":"bb56ddf06930b65273e316dbafc6017e08eb40f3a3c13d9c1b916a66f1ca7cab","transaction_count":0,"txlist_hash":"21db77ad7cd241752184fa9fd61ab9cf670cd40105d7d9b887d8df62f25e5cfc"}',0,'BLOCK_PARSED',NULL,'6cf927f86b72b6e792fe68c22ca4dca1ed01882fced58bba1ca08aedeb1aae01'); -INSERT INTO messages VALUES(157,310027,'insert','blocks','{"block_hash":"d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e","block_index":310027,"block_time":310027000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'11d636d7c25e52d3774226a870b676ff21b4aaa722e6bf6c71b57e27c12363c8'); -INSERT INTO messages VALUES(158,310027,'parse','blocks','{"block_index":310027,"ledger_hash":"a3ade2b2e5bc701996f511f3e85d596b60f882a3254fd975769c0f38b3b14cb3","messages_hash":"a4c01e1155cdf1b89bc33030fd3632b6307d58fe4d7904a31b0d76b392f63538","transaction_count":0,"txlist_hash":"9469f4c4b4f208f2a46569234006846d18ae108ca6a98600ab70bac1ef1ad633"}',0,'BLOCK_PARSED',NULL,'c6b8bf07cce8dfe271b38368b6f2aa1c25c0315c70aa359503c273ff7bf6cbbf'); -INSERT INTO messages VALUES(159,310028,'insert','blocks','{"block_hash":"02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b","block_index":310028,"block_time":310028000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9490939fdbda4758bb6962d854e0a7bc255227c468b81cc3801bc7927db2ded3'); -INSERT INTO messages VALUES(160,310028,'parse','blocks','{"block_index":310028,"ledger_hash":"3bf124a34825b5c487c94dd79b1ea4f25e657294966879f1c10b56b37a3d29b5","messages_hash":"7bd3dc175656322948180da86f3dc40dd7cf6adb2646a0dc3db9d20c74fc05fe","transaction_count":0,"txlist_hash":"55de4927d0ba81d336f143b08224af9fe9a862bf0ed4d39fbe242e9c5946bcf4"}',0,'BLOCK_PARSED',NULL,'50f31d40d6eb0e1c105f745e7536d74f262722dc99b3fdf1b4f4ad259735375e'); -INSERT INTO messages VALUES(161,310029,'insert','blocks','{"block_hash":"3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6","block_index":310029,"block_time":310029000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e28936a8efe5fc7c41011276ebfa14315729f4a7447f45a367491ff3c26a102a'); -INSERT INTO messages VALUES(162,310029,'parse','blocks','{"block_index":310029,"ledger_hash":"e502eb7b282e0bd4940d8f75ef51d677a641f3d55304adcb015bc249c97892bf","messages_hash":"97f883eef9c4b696d80f1191ac164560f5fdfd1dc19ec38f8f4e25432d75b06a","transaction_count":0,"txlist_hash":"3d879f96d783e70a75f71c2b44ae4c5601bc8f1192b828f1b35400b8c99aa0f2"}',0,'BLOCK_PARSED',NULL,'de5e25e41c671d883a0fbea320bc5109c15a2c00269b371068ac150d5002ca50'); -INSERT INTO messages VALUES(163,310030,'insert','blocks','{"block_hash":"d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5","block_index":310030,"block_time":310030000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1080a18ad08deb94da405022dd6e0dd9597cc722be27c8b16912b978e3c84003'); -INSERT INTO messages VALUES(164,310030,'parse','blocks','{"block_index":310030,"ledger_hash":"d64b5eb04ddfb5600be40142b1fd27c308387a35942a6e8a6916407bbc1313b1","messages_hash":"5ed5cf53677e85684d2d830eaffcb5731894a8d9305495f1744ec08d0f24611c","transaction_count":0,"txlist_hash":"c859356c985f3c051d5b01424759e66e9ec7c2eac055eb9fc2b0ad7323253a6a"}',0,'BLOCK_PARSED',NULL,'dbffdf04dda496af381dd69a77db7327445dcabceb99a280bb5ba998ad5b5c94'); -INSERT INTO messages VALUES(165,310031,'insert','blocks','{"block_hash":"0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689","block_index":310031,"block_time":310031000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'16cb109530e504a4d82e6b14053933f70a409923157dbbc838f2538219fd40f3'); -INSERT INTO messages VALUES(166,310031,'parse','blocks','{"block_index":310031,"ledger_hash":"e9c97dd7adb1b22d4ed0238607faeb2d14c090fbd7d685275ee802ab23b4b740","messages_hash":"15b5df25f9a65f275d4869c9d36c4c2147fd15fc9961ede5fc6722bf6d073983","transaction_count":0,"txlist_hash":"4cdafec839c7abdda11f10437d890c952b3416929ff6e715f44e8c57412437af"}',0,'BLOCK_PARSED',NULL,'62ce3f9869a176d37296bc4c896693a22c112d60cdd1b107ff97e3806f86be77'); -INSERT INTO messages VALUES(167,310032,'insert','blocks','{"block_hash":"66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074","block_index":310032,"block_time":310032000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e8f3a7685909ccef87c4d6e16c0e9f6e031f593656cb85d703e42258691b663a'); -INSERT INTO messages VALUES(168,310032,'parse','blocks','{"block_index":310032,"ledger_hash":"2544ffced9af1aabd84ab51fb78c56c9beac03dcb286aebd4202938dfa0754ea","messages_hash":"5dd59bb7a4a5cfa4bdde51c686774e0b680b98372f5cb3c0a2bf2bf2fbe22fb2","transaction_count":0,"txlist_hash":"2fc6c250a775ac70976d371540df4a7af608ca1b106b7efb7bc5a820ff505bdb"}',0,'BLOCK_PARSED',NULL,'5959f58cf69fa21eb2fb96df10b25b923e186f84145ec15c121c24245b7e414a'); -INSERT INTO messages VALUES(169,310033,'insert','blocks','{"block_hash":"999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707","block_index":310033,"block_time":310033000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2da18c5cdfb1972228cc6f6675e591903fd7f93e3da92893a6b86408542278ab'); -INSERT INTO messages VALUES(170,310033,'parse','blocks','{"block_index":310033,"ledger_hash":"4355d3ebb95187fec36b1847a4c3777d8e1d5541bd1d9ff8461b8ac5b9881261","messages_hash":"7d376fcc44d1901d96d07750ff00bb86c7062eb6b20de3be3f266223fea49eb3","transaction_count":0,"txlist_hash":"d99b155e06fb50de6e7e6b646c641e3862d3d6df0ab9aec3e360fba0fcb54776"}',0,'BLOCK_PARSED',NULL,'7ee300cbcb51ae783eafd7dd97611d05f354ccd20b789bbcfc69bba33de2f5b9'); -INSERT INTO messages VALUES(171,310034,'insert','blocks','{"block_hash":"f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208","block_index":310034,"block_time":310034000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8cfe9b1f09d372940e4d8451a2db0f54ecf8d492733e2a12c694fa5a5e7c612e'); -INSERT INTO messages VALUES(172,310034,'parse','blocks','{"block_index":310034,"ledger_hash":"c7fcb5134bd8131c035d65b5eeef8a3cd214348822563232a992f3f703c6b0b9","messages_hash":"cabe1992438d073035e781d817badf44a493fbdb39c859592ff05032b65ae3e8","transaction_count":0,"txlist_hash":"826d7b750bb4ad8fabd67c825c81f840b7a7a264489a9263410a5cb204d3309f"}',0,'BLOCK_PARSED',NULL,'8ba79ce942144ca641ad24065e310a2ca1df2ee80cacbd9c0cee3731f1b9a3ea'); -INSERT INTO messages VALUES(173,310035,'insert','blocks','{"block_hash":"a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2","block_index":310035,"block_time":310035000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0b80f5c637d90182acb29f146f41946a77a4779a888c7f2d6f5581186b679452'); -INSERT INTO messages VALUES(174,310035,'parse','blocks','{"block_index":310035,"ledger_hash":"c41c280498ce05d6073fc6e89be2684dc68c345c1c43c00b9a3f9041954fce26","messages_hash":"e34e959162bb5848cfbafec6cc7830f2cf3f4bfc1a3a61a51c5899ade44316af","transaction_count":0,"txlist_hash":"f96598e2169d42d81b91ba03e7403dbd25a61399290f358022a998e4375fe2b9"}',0,'BLOCK_PARSED',NULL,'25b9a33fba32fa24ca79855cb9cfe906d1b45923bdbad8499cd1e41a3333be92'); -INSERT INTO messages VALUES(175,310036,'insert','blocks','{"block_hash":"158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76","block_index":310036,"block_time":310036000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'902721643472051457b8f4f0c33fb9685d2d27aa6bb5f2cf4a5123c4d980db85'); -INSERT INTO messages VALUES(176,310036,'parse','blocks','{"block_index":310036,"ledger_hash":"86c67fd234ca9d2406080018b2677386990fac477db8008c0092d40a398203ed","messages_hash":"f7d6ad3bc00b64dd17e10543ab345457046befcb4d01381d99dd780924d3ae74","transaction_count":0,"txlist_hash":"ae7fdf3e9388811e96d470070db9ac45b5b19754bb4ad424aade40fede3c9cf9"}',0,'BLOCK_PARSED',NULL,'e50c9e7a6e06ee87c0b6c591d6e6faf8417d0d1984be20215e9ef5e9bfdf7348'); -INSERT INTO messages VALUES(177,310037,'insert','blocks','{"block_hash":"563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07","block_index":310037,"block_time":310037000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bc6a5e82ed2e08486e3d69f87b683d0f7da0ee41cf51e08a13b1da3f3a55c98f'); -INSERT INTO messages VALUES(178,310037,'parse','blocks','{"block_index":310037,"ledger_hash":"3ae6272437eb0758a779d68785c41e119d1204dd5421c78e03b9d12eba64804b","messages_hash":"9dcd89ad0de29b990a11a8b9061fcd9d27f2e901cd97073c2c8525add555cb55","transaction_count":0,"txlist_hash":"aa9600ce32fd7c1d6e963a51648eaae043685d3369413785517172d1f94d551b"}',0,'BLOCK_PARSED',NULL,'f47f0b4a67f1b931e93e74b2cc1564109e9da5d2d75232b729088729c1929f59'); -INSERT INTO messages VALUES(179,310038,'insert','blocks','{"block_hash":"b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2","block_index":310038,"block_time":310038000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4be3a3db7f43556bcf3840995e2c9a9c562ec144e9727829bb29b13fed1507c1'); -INSERT INTO messages VALUES(180,310038,'parse','blocks','{"block_index":310038,"ledger_hash":"18f7552567b898f6c2cfe8c829903912445de5dbf05b56a13bf9b402a24fdc11","messages_hash":"5c5bf2f490f46688814f2c426b760ffd3d2a2414c900fa3aaf36bccd3e8b2041","transaction_count":0,"txlist_hash":"46ce886f050bf7a80355da9cb15b35f5d38809ef2ec1a25250f057b63f51cdfc"}',0,'BLOCK_PARSED',NULL,'029a918373364ccd8d5faa4ce3cd179cbbe6d5f8ae267c985d7cc46546c7362e'); -INSERT INTO messages VALUES(181,310039,'insert','blocks','{"block_hash":"5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347","block_index":310039,"block_time":310039000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cec9ff94f0531a42ec0b7f9038c2c6d489513918cf20788c214cf37a91382156'); -INSERT INTO messages VALUES(182,310039,'parse','blocks','{"block_index":310039,"ledger_hash":"85f2255f9256a5faf59ddec1c58b1d3bc12c91bc2c62ead61b48e1f94ea2888d","messages_hash":"ad8240ef8a6e6413020659f3b715f3c33d46b79e0743a3918db2d469ad8cd0d8","transaction_count":0,"txlist_hash":"23a26edddf0c8662b055ed992c75c706221b59ce9a7aa45b757a3d5158772e8c"}',0,'BLOCK_PARSED',NULL,'2d75de01202ff010f0c05c393f81bc6cceb57dbfee7ae69ae0ec51ba3acbaab9'); -INSERT INTO messages VALUES(183,310040,'insert','blocks','{"block_hash":"7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3","block_index":310040,"block_time":310040000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e6e83752844f58b70ce4ee00e76fb15d1009591d89a9a08b551286225f141d1d'); -INSERT INTO messages VALUES(184,310040,'parse','blocks','{"block_index":310040,"ledger_hash":"b799477db184351df5503f8d15d5461a0483ea35142c003b7e640429663ad943","messages_hash":"1092a979bee0adbfef58cc16a110f23e35786fe84bf49b2fc5e105931e7079c2","transaction_count":0,"txlist_hash":"163682e05a9a10f3e3240420c932a7f3f2172484de30dbcac0319ac23a4726f1"}',0,'BLOCK_PARSED',NULL,'73b4899650b128e70bbc074f4536b8880fd5ebb2edc1d97f194feadc3d144840'); -INSERT INTO messages VALUES(185,310041,'insert','blocks','{"block_hash":"5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359","block_index":310041,"block_time":310041000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6b529bc25cce5733d97c367758f057a81ed28e7081ccfa05dfa981444b1294bf'); -INSERT INTO messages VALUES(186,310041,'parse','blocks','{"block_index":310041,"ledger_hash":"efa9cd46741b59e74263d6d348584f1a61e8ba32163c09fc3ff2e41a5431a483","messages_hash":"c819ca711d8a0fdc58a058460d2d488f712b3fd6d5a7d00e1671165aa39c45e2","transaction_count":0,"txlist_hash":"a159868ce28207aa243e7ecc50f188e8e34e5ddb5d801b645b1c16a596e060ed"}',0,'BLOCK_PARSED',NULL,'4e0d7109b4419c51ff3a94b3a3b82248d405abbd8d9bfdb8922dc09b6eb06c5f'); -INSERT INTO messages VALUES(187,310042,'insert','blocks','{"block_hash":"826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4","block_index":310042,"block_time":310042000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4838cad93c7a7bb1f99b62a17854d18b98911afd7fe965518bc4bb5465a27205'); -INSERT INTO messages VALUES(188,310042,'parse','blocks','{"block_index":310042,"ledger_hash":"f3159919f381d46a3e1341703e55192a02a36519e71fc2675285a3a14c4ee04d","messages_hash":"5d8f3bcddc3c9fda4d62d0de0192ab025e32fea1746ea78134085c12675093b9","transaction_count":0,"txlist_hash":"52bca7ccb83bfe83d8693ebc4c5b1ce518b2ae472dfc81f2c2940dc2460eeeab"}',0,'BLOCK_PARSED',NULL,'376c153aed7a21ee3d5722fb409b58d747544a000888eb848390b6bbf9e5181e'); -INSERT INTO messages VALUES(189,310043,'insert','blocks','{"block_hash":"2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51","block_index":310043,"block_time":310043000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2473f6228e0c4d11a5701e48431cf4ea50bc65fa0ba1090f8c51af89732c7d68'); -INSERT INTO messages VALUES(190,310043,'parse','blocks','{"block_index":310043,"ledger_hash":"961c79ea2b7dcc2d7489c423b568fb978631e71732d6b998bcc0657aa4d19194","messages_hash":"24a5bae880a677d98963b9510ebdf7a9b099eb70ac4a25b192c8ff4a14b34502","transaction_count":0,"txlist_hash":"1fa2eb6aa4c8b5efd093c6e484dddb85eabfa0de55edc929e04487ce65e73608"}',0,'BLOCK_PARSED',NULL,'7f0ad431bb391ad4ad76031614115165e600e8e5c518f5cc47eda462f6070c46'); -INSERT INTO messages VALUES(191,310044,'insert','blocks','{"block_hash":"3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b","block_index":310044,"block_time":310044000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'867fe1795f961a133ca7617c9cc8aad6d94c7645bc692022dbd49e70de170350'); -INSERT INTO messages VALUES(192,310044,'parse','blocks','{"block_index":310044,"ledger_hash":"d674c39010fd4554efa487d97a3d9cae278ed9b4aff0ce57db33bd881beeb3e3","messages_hash":"9ac41f752a246451278b0aed4950d3f01deb5e3dd16045714687d86e6a4e6073","transaction_count":0,"txlist_hash":"ddc2517e1efddbe56185e00d77333ef9f2f2ad6c59e042d65a8f4d8c2b323e5e"}',0,'BLOCK_PARSED',NULL,'dbe7cfd5d63c72e9efa65b51762347645a631e78f51f8a6283f4462125e54bb8'); -INSERT INTO messages VALUES(193,310045,'insert','blocks','{"block_hash":"7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98","block_index":310045,"block_time":310045000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5949cbedc2b5b1b3f62ab9de0b93431fd75e25fe1de9ec651ceb0fcc1e1af63d'); -INSERT INTO messages VALUES(194,310045,'parse','blocks','{"block_index":310045,"ledger_hash":"9ba70a032ae92672174421689c0845784f0cef7374e88b2f5258260191864bf1","messages_hash":"6d8592c519cd09cc34c40ae52f15b45dea1aaf155f08a7c3d27891d37ce9b568","transaction_count":0,"txlist_hash":"3b1d5cd9cb8e7b753233ac0dac5e697226ae372bff3813852434d96996e78fac"}',0,'BLOCK_PARSED',NULL,'bff812d3e1f8abd748045a83d6975712ea38da4a90b6e90f350853c2828a4173'); -INSERT INTO messages VALUES(195,310046,'insert','blocks','{"block_hash":"47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6","block_index":310046,"block_time":310046000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'183ceed3d49e3082f1e27564830ff7df1ab47cf1f11781fffea76e57773020da'); -INSERT INTO messages VALUES(196,310046,'parse','blocks','{"block_index":310046,"ledger_hash":"114a6ab930fbdf8531431620ed219db3756a634c5b99af6ce1ee66d527d277ff","messages_hash":"9174daa0f3f2b506a649c09fc6e49dcdaf6886222e46397bd95032c57fbe08a7","transaction_count":0,"txlist_hash":"becb4b0241accefb95aee137e58d406e15e87c28ed3f051938b4fc02e249b21c"}',0,'BLOCK_PARSED',NULL,'ecb21747cdc5167d7d3859bae0e9380e3e518ddbc5fa4c14e33b51024d8bc97e'); -INSERT INTO messages VALUES(197,310047,'insert','blocks','{"block_hash":"a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075","block_index":310047,"block_time":310047000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2ec40ba4c48481cca228fcd5eb289726d4f424da8e5715dd712f5a9771223bf0'); -INSERT INTO messages VALUES(198,310047,'parse','blocks','{"block_index":310047,"ledger_hash":"5356512c94ea2c77623d874a927aae8c3dce287a34dfd27a617abfa57142c7f3","messages_hash":"0f344c38b39f7a0aa6bd879076f39c962addc52ab0855ee6c056e4c3433bec7a","transaction_count":0,"txlist_hash":"6e06ce8a113de9e8b1a88516a512671aa2cdef60168a40d91742caa281417634"}',0,'BLOCK_PARSED',NULL,'bed61d6b5a5c010f5cf67678bf414ed2c943add2ee7801aac67bdd654c89b0d0'); -INSERT INTO messages VALUES(199,310048,'insert','blocks','{"block_hash":"610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309","block_index":310048,"block_time":310048000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2aea8d740a73f2ddb24d1ee1d66ee33a4c8142d9e24c499e34b199cdaaad92ae'); -INSERT INTO messages VALUES(200,310048,'parse','blocks','{"block_index":310048,"ledger_hash":"0902ca0868560d05049c983bca3ab91cdd5eafc46ab0a948d702abcbc4010582","messages_hash":"0f385f3e2919cd03a76480c1b304f6bbfae4d4c8588d3dc07b35e8202176e483","transaction_count":0,"txlist_hash":"67a2fb81ebb42dc6781746a403d81b4e7603f82f02724074541d42380d7269fe"}',0,'BLOCK_PARSED',NULL,'ffeae3610be53dbed5d8bb4788a38af2ec0ee0a0fc1abffae63b7b378867e475'); -INSERT INTO messages VALUES(201,310049,'insert','blocks','{"block_hash":"4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c","block_index":310049,"block_time":310049000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'327fd42318fdf69417c9e527cffd2ddb0d66f59f192a104e024b9cc60b1d8a9f'); -INSERT INTO messages VALUES(202,310049,'parse','blocks','{"block_index":310049,"ledger_hash":"978794628fc95756032cb7fb4e9d5ed286373d84fafbcfceec9af71d18c4c0be","messages_hash":"db2204a037631aaa944b6f721cbb60d8203e2df1f34eae2211320b7f85f75a01","transaction_count":0,"txlist_hash":"ac68aa21454eb2a2ca973b5451523fc6d2a4df6906b9472891cf8e06087e130c"}',0,'BLOCK_PARSED',NULL,'06f1b4327166596f269968eeb2e7d2cb2883a84ddd4f24155d77839208169603'); -INSERT INTO messages VALUES(203,310050,'insert','blocks','{"block_hash":"8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348","block_index":310050,"block_time":310050000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3388451b332b9c29de1d52e160dce13bd1c933f0d28f71002a20717e246523bf'); -INSERT INTO messages VALUES(204,310050,'parse','blocks','{"block_index":310050,"ledger_hash":"ff16abeb1d35e0e422f165e206b0d69e0b9ff48b68fc6656c1af74801908b92d","messages_hash":"da86985fc3cc405e0a82806469af38b8f1ed01b1476fd9c6412de2049f0e69c3","transaction_count":0,"txlist_hash":"720d553ed03860df12ab60af34cfec86b9d7ec80275f6d8815e3f61166e3af88"}',0,'BLOCK_PARSED',NULL,'4f59dc0184e0a8c793051ed7292916ff65f258bc4f3c9c7acbf3bb4089347c4f'); -INSERT INTO messages VALUES(205,310051,'insert','blocks','{"block_hash":"b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6","block_index":310051,"block_time":310051000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cf7a974e6b08d9a7916610c55a9f843405664ab2251153dcbddedbeafae82702'); -INSERT INTO messages VALUES(206,310051,'parse','blocks','{"block_index":310051,"ledger_hash":"556ff900993e70cabefd05ddd5dbe3e8e10bb5c9ada7913b75d84af067004ed5","messages_hash":"cac784f8e109a4610e607c27b8b109a7d85d533ca4343c7de3e2dec3cb40ee74","transaction_count":0,"txlist_hash":"656a21084dc8f46455fd2a42ebbdb0efd5c879ccb16e9b1532a6ab5323debdb4"}',0,'BLOCK_PARSED',NULL,'ccd7a8ee8477e81da30d7a42bc4d5dd374a76beee260503ca19992b21e909a71'); -INSERT INTO messages VALUES(207,310052,'insert','blocks','{"block_hash":"0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2","block_index":310052,"block_time":310052000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aecc3ff90533faa6ebc9d8487bc4af2682219cd297a8eed0862240e4d740352b'); -INSERT INTO messages VALUES(208,310052,'parse','blocks','{"block_index":310052,"ledger_hash":"15af3a616a2974aa70b7b58f88132051f335af299473db925b619fda8be1afc7","messages_hash":"3795b8f916794bf29221c6f1fd18cb43dc94cc997b720d70a70d37237c56f4ba","transaction_count":0,"txlist_hash":"3f90b36b7ebc9a2daea1e498bb44100f12f35c9df04260448bd38b23375b16be"}',0,'BLOCK_PARSED',NULL,'a70712096e681ed782366bb1af667e6fa19abd6dfe198ef1b5594e49ae6bb367'); -INSERT INTO messages VALUES(209,310053,'insert','blocks','{"block_hash":"68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f","block_index":310053,"block_time":310053000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dd6a27726686c20131baba2fe6f9d0a03043f2fb86be8c2489732e2037207ee5'); -INSERT INTO messages VALUES(210,310053,'parse','blocks','{"block_index":310053,"ledger_hash":"ed0ed3b480b38929a425c2b61c86582495764624e020cb86b3a95fc7d59c692c","messages_hash":"306a78395217221973add223007e0ef09218bcc1d22797a862be59332eab6924","transaction_count":0,"txlist_hash":"67427731be09b73755cd460d142686c903b819b7b8af48297d460ab91fde3609"}',0,'BLOCK_PARSED',NULL,'32d98d90fd66057b273a1e8f5717492bdce47ed2e1b2b0eef442d6df7d0ddd22'); -INSERT INTO messages VALUES(211,310054,'insert','blocks','{"block_hash":"a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305","block_index":310054,"block_time":310054000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e69e2c4c0ff81c5443647d32ed2acb03f1820c144719f76d1e5069385e7a88db'); -INSERT INTO messages VALUES(212,310054,'parse','blocks','{"block_index":310054,"ledger_hash":"f012825d2d549910910ad6b7e4ac2373d095b53869f0793709684f0ff05bb108","messages_hash":"e4009ad7f460573c83637226b8b5f3a2accc32c2ce0e9c9775ab01128938e295","transaction_count":0,"txlist_hash":"c5e4ba3e2011e7fbf238285525a544de3cc0fe9360a3451392a4c03acd508690"}',0,'BLOCK_PARSED',NULL,'0e728c6e1890b6f7fe784df25c39f26d1e5f87949fa0ea3ee8839fd891e10787'); -INSERT INTO messages VALUES(213,310055,'insert','blocks','{"block_hash":"4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356","block_index":310055,"block_time":310055000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b3b0f9ae495127b49c7840acbae9449cfaca5d0b5abeb7c3b712498121c92437'); -INSERT INTO messages VALUES(214,310055,'parse','blocks','{"block_index":310055,"ledger_hash":"90c08144277fe622573282349edaf9e59289b716b5b4e368d88ac25e67e788d1","messages_hash":"e0529cca2f84bd0f4bb4fd6e60008adaa8632af5743c0c305d7aaed0084259ed","transaction_count":0,"txlist_hash":"5e4a8aee5f04d75d9ffcc85e8344c445b5facfc838f39a77b6b0d5acf6cd8213"}',0,'BLOCK_PARSED',NULL,'b755f4a09fdf18a2fbd9bea603186b0fa8e9a1df18c76a251e4f0c39049a213d'); -INSERT INTO messages VALUES(215,310056,'insert','blocks','{"block_hash":"7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3","block_index":310056,"block_time":310056000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1975cb593cf78bfcfc022b3943b55ad55722eb8b0f6a111d636e03995c1e1292'); -INSERT INTO messages VALUES(216,310056,'parse','blocks','{"block_index":310056,"ledger_hash":"c888ae590b64fa4514ed7f94ba785b12e881052185cc4702b598cf6e48cbb3ba","messages_hash":"ee5783d7c7c6ec5d4b952ace2ae36d7256cbfb4dfbfe7b5aed243783d982336f","transaction_count":0,"txlist_hash":"1cb780a12bb6040055fa694822a4f39c340a18a858f0b65a8b227a6fd6fb4f31"}',0,'BLOCK_PARSED',NULL,'0d8f205b912e2661e02825bd804bc9e3140470032444828fc1ba268b11b97b08'); -INSERT INTO messages VALUES(217,310057,'insert','blocks','{"block_hash":"4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411","block_index":310057,"block_time":310057000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'798552ccb7055bd904e2c6a1003940ee48b53308c77a2cc2af51bdb6f2cff1e7'); -INSERT INTO messages VALUES(218,310057,'parse','blocks','{"block_index":310057,"ledger_hash":"e68c9a569fda6f1e1e59502953c9735857a0ee158a76397722436466df24708e","messages_hash":"7c8a6b8391d2bc04f8bc753a546aaed285099457e57780e655b29e206a395b25","transaction_count":0,"txlist_hash":"2e175f240928edbbd5a5c6c5f3fbacd9516a36c7e99501703e9d1b19999b2029"}',0,'BLOCK_PARSED',NULL,'8c763112d8919169b14c4fb1d3b89cfb65b2259b37855e732fe5e333b674046c'); -INSERT INTO messages VALUES(219,310058,'insert','blocks','{"block_hash":"a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f","block_index":310058,"block_time":310058000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2d26e7600c839a6b072389dcac07ab61b7d67e2e7e9db1fae28d442995da6c2b'); -INSERT INTO messages VALUES(220,310058,'parse','blocks','{"block_index":310058,"ledger_hash":"9f6607682f4a6274c2a45895f849816aec83ff0820709ba781634b84518eb05d","messages_hash":"ec9f056c35ff165304d41231c439b1d3b52981011e6bcd7c354120b04be36e61","transaction_count":0,"txlist_hash":"cca92bb672e368c0c1e5b4674a48e150a870f56a67339cbd74926d541ae2a4e4"}',0,'BLOCK_PARSED',NULL,'202a5a1f36ddfc8cf2419663beeda1afb2d3591c09f9905b693b1c5bb6d8d3cf'); -INSERT INTO messages VALUES(221,310059,'insert','blocks','{"block_hash":"ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9","block_index":310059,"block_time":310059000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f9105dd5cd6b9850c078700e9963a909b73492d8d751804fae6b4894054a029e'); -INSERT INTO messages VALUES(222,310059,'parse','blocks','{"block_index":310059,"ledger_hash":"49b10a5c390f603e7be0d405bf1fcae95fd15682ef2e41a3b2fcf713d271e541","messages_hash":"532fa5a42a4c427c2085218a3923bd3ab378f91c24c680135edbfd18e2381579","transaction_count":0,"txlist_hash":"12b8b50b634cb6843258f1c130df1cae60898c902d3e66ad00e1303fde4d8724"}',0,'BLOCK_PARSED',NULL,'227fd3df3ecbd0482dbf6e483960981ed27d8df9d1ba8ab84700a78b0f98c2e8'); -INSERT INTO messages VALUES(223,310060,'insert','blocks','{"block_hash":"974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b","block_index":310060,"block_time":310060000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'049db124c0e566d419371e052aeb4a52964015036a185f0420552c5601383602'); -INSERT INTO messages VALUES(224,310060,'parse','blocks','{"block_index":310060,"ledger_hash":"1d6cea34d6f7042ced3a5211da80de88fa77c900af5526f3033b715e4f68df17","messages_hash":"ff88f2d70bc66f2a001cc0c0bb9005dee22cca1a2e4ae09f79fb1a9f1eda5c17","transaction_count":0,"txlist_hash":"40fa40a1a2c02ca514f309fe27268e9e493374bf3edfca8de66e3d46efa32ba6"}',0,'BLOCK_PARSED',NULL,'cbd1a9d203d0c6f9968f332483fd7cf4599c3cf417829c0531050bb83f02f9b6'); -INSERT INTO messages VALUES(225,310061,'insert','blocks','{"block_hash":"35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf","block_index":310061,"block_time":310061000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f632629130aa80359f21c440737af2f5965f6f6f3a1cdc95c3a0f9b5697f2ccf'); -INSERT INTO messages VALUES(226,310061,'parse','blocks','{"block_index":310061,"ledger_hash":"0c43668fdc3d6cc6ec84fee99c68f0eff21650a618db35bc20e428550eae9b0c","messages_hash":"2b2fb6a0fd87e50f26ba389c5261099ef37556e8b991e41b01503cad5e59019d","transaction_count":0,"txlist_hash":"4aa0becfc939793d7dccbb0b19881889a20c801e6c627be8ab8a2ffbd8cee8de"}',0,'BLOCK_PARSED',NULL,'b875d2af0c9ac7c9dc02ca36804ce4d887a74d3d67b028a92a35f0c1bb29e696'); -INSERT INTO messages VALUES(227,310062,'insert','blocks','{"block_hash":"b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f","block_index":310062,"block_time":310062000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'884a70623a5244884dbca3ff1029cb104e576681acd5be38d91b62239b2af570'); -INSERT INTO messages VALUES(228,310062,'parse','blocks','{"block_index":310062,"ledger_hash":"cf03a34b29d3a8f8ea5fadb017426f2843c6ab2e785032b6dec70d7aba7bce4a","messages_hash":"48ac8c7c8ec40a48cb18cdbcefa82e4798a0b7d1d588dc2d439bab7fe88ec10a","transaction_count":0,"txlist_hash":"3317013c1e6464e0296f5aa7f50208ede42ff9051e4e3ce2da92584cb80a3079"}',0,'BLOCK_PARSED',NULL,'c5750512377190d82a96fe426b6776962bf83eb78a8ce7d30eb21e1d25fa9df2'); -INSERT INTO messages VALUES(229,310063,'insert','blocks','{"block_hash":"0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe","block_index":310063,"block_time":310063000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37dec85fcae8500a14afa32ebc9d6711679f59d888b8300d479fc9bcad74d76e'); -INSERT INTO messages VALUES(230,310063,'parse','blocks','{"block_index":310063,"ledger_hash":"e145dfc2c7f053a1ba4c8a41d042b40c0748eefcf9e56c5e906ad4b12f3653eb","messages_hash":"d91f4811ff94f5ed69f9def6a3b7daf94d88c9acb736d4b80b192a7234301edd","transaction_count":0,"txlist_hash":"b58f95d06b31f7bb5c6f6bd5c5c4460ef4e4ce0e1d154b8557a18cb73f36d432"}',0,'BLOCK_PARSED',NULL,'27c53cd3d94741ff37fa9ff566243075ef7913ee0c775f10a43cf2340ba46f87'); -INSERT INTO messages VALUES(231,310064,'insert','blocks','{"block_hash":"e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30","block_index":310064,"block_time":310064000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5dc850e8c085c7665d3c1b2fd8f18589676d19bbc4eca6ba0999558d38845679'); -INSERT INTO messages VALUES(232,310064,'parse','blocks','{"block_index":310064,"ledger_hash":"ebc34184623da16251782c82098c7fcfda42f95b155eadfacab2a53e3b34333e","messages_hash":"579ef909b8e26b2d76d89d71a8b35bf6f9b6220ff68afe717b73889d3ff6acc7","transaction_count":0,"txlist_hash":"e33ac70126559506de70ca420f152dcb639fd0e841d0d7259c0136d518fd4f39"}',0,'BLOCK_PARSED',NULL,'78cea7502f0d98db4bde48ec6f345c44ccc3431348695c30b42bc14a6d16e4c9'); -INSERT INTO messages VALUES(233,310065,'insert','blocks','{"block_hash":"8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a","block_index":310065,"block_time":310065000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9ddf469192581a28512f82405f6bb773558e0ebb64d87f8207fe3c20e90b40ae'); -INSERT INTO messages VALUES(234,310065,'parse','blocks','{"block_index":310065,"ledger_hash":"db746a9e0ad8f37c14ef14180dd1bc562ae757a6d4d042a517bb8953f34c6958","messages_hash":"2cb7e35d911b6c3d81d21c7440354fd472f16d7ca80b48884f836cca1bad9251","transaction_count":0,"txlist_hash":"9d52ca0b8859777bcbe84606017ec53961075699eff51b34b80e5a6ed33b137f"}',0,'BLOCK_PARSED',NULL,'6b718648e03b84b57133a5f893adfa9a92602e9a6f8313a7ec8bd4fc2e440709'); -INSERT INTO messages VALUES(235,310066,'insert','blocks','{"block_hash":"b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d","block_index":310066,"block_time":310066000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'331bf89de8eaba23c53c174ac48609512544e73f7706342a81b68649f612622c'); -INSERT INTO messages VALUES(236,310066,'parse','blocks','{"block_index":310066,"ledger_hash":"cc71a63314b770e4e010bc7c66d8ab808451b6401e6df8558455a2bfc9bb4882","messages_hash":"4e4d530e4aad69b1d77a10ccff26a565621106100813f93aec978ec2c6a1f0a6","transaction_count":0,"txlist_hash":"5122312265a8305639f6490bc51fb025626dbcd38c5735ce85cd652348f2e86e"}',0,'BLOCK_PARSED',NULL,'0938d90cf1cc71ac82a237a44c667644dc39eb4237188caa431fd57477f98bfe'); -INSERT INTO messages VALUES(237,310067,'insert','blocks','{"block_hash":"8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577","block_index":310067,"block_time":310067000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c6156b8c82c0be61b75a45d226f18744a93f8acee93c006b9beae1df141f5789'); -INSERT INTO messages VALUES(238,310067,'parse','blocks','{"block_index":310067,"ledger_hash":"a5812c0f3a37b04d5105bca6b0c4819a41beeedf5b0f314f476ab55d6c31235d","messages_hash":"4b5e0df8c13bcc5b2a1a56f2c25dc80b107b8e8c4b6060d2f20612288ba82e9a","transaction_count":0,"txlist_hash":"764477c3a233cd407804695f42948d3017951e90b7474cfcc24ef81ee49fdad9"}',0,'BLOCK_PARSED',NULL,'6c121074de6432aac6cac39de7477e96e3eb6f015fa7bd5d045db393effaed03'); -INSERT INTO messages VALUES(239,310068,'insert','blocks','{"block_hash":"9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5","block_index":310068,"block_time":310068000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b0ee73290d68950b3e855c3ff4c20f24e647677f4987536592fd625df126ebf4'); -INSERT INTO messages VALUES(240,310068,'parse','blocks','{"block_index":310068,"ledger_hash":"14f065751896a2724251b6ca6d0297b344986980075fb72ad058ad0b5bedcd3c","messages_hash":"672b9823218974506e40bef024bd98cc1ea65205a3af7c459522aa6f9bb9dacc","transaction_count":0,"txlist_hash":"866fceb74e8e97d663493f3546519b01f51e1a3cb25bde4b0f3c2e960d2eda85"}',0,'BLOCK_PARSED',NULL,'11df08ef336724a8179f02c74c0b4980711f32cacb93bd927804dd18231db398'); -INSERT INTO messages VALUES(241,310069,'insert','blocks','{"block_hash":"486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7","block_index":310069,"block_time":310069000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'986a033990c33b8dc0a96a2ed4a98645c5700003302e1103acac2cace5223424'); -INSERT INTO messages VALUES(242,310069,'parse','blocks','{"block_index":310069,"ledger_hash":"a7dd17b4760fb65ac58be1b1653f7cb0e90574c47f70c61ff9f940ad15ad3658","messages_hash":"ce3912036c024d236ae419b47d8561bef2af5316879373511dff6bb17e891e5e","transaction_count":0,"txlist_hash":"9e0565827fcf295ae2149bfcf5e0db29237f447760832083baf94de145bdb531"}',0,'BLOCK_PARSED',NULL,'d75a5c952831fe78d130ddcc629b24d207a62fd4f2784f66a982c7a72164557b'); -INSERT INTO messages VALUES(243,310070,'insert','blocks','{"block_hash":"8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5","block_index":310070,"block_time":310070000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'43d23bcc3e2731388145b8e3cb8842191971eb764d34902868d2770c66bffe8c'); -INSERT INTO messages VALUES(244,310070,'parse','blocks','{"block_index":310070,"ledger_hash":"8068a6bcc5d1fc1a78562f0f3165423b45b4674e55f21c4c09948fb65ee632c0","messages_hash":"f68a4705b749c259ca3f505c32f403d41a4bf259676e19d6e0caf2f73b4f717f","transaction_count":0,"txlist_hash":"03f84e0f0838204a53ce54e3cfecde00b2e5741ed08aab0c0d9ed99513ab4655"}',0,'BLOCK_PARSED',NULL,'4709b52f3ec3315f26fbe685b654d4e2beac269f0b53376dbc54fc8994f6c877'); -INSERT INTO messages VALUES(245,310071,'insert','blocks','{"block_hash":"7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b","block_index":310071,"block_time":310071000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'14e1dadbd19c81ae9a6d64abc5d19260872f51c1173766da2d9d6e762a6d4bd9'); -INSERT INTO messages VALUES(246,310071,'parse','blocks','{"block_index":310071,"ledger_hash":"af86ffad4b8dd68a0f18142935bbb18623cc5ce2e9e0c02f04c0e7a5dd974e17","messages_hash":"eb42cd22cd5b3ef02c1ad6fc8f7c4a719ef930ae7356c7344590fe2af980a1bd","transaction_count":0,"txlist_hash":"9b3e1c7af0bb119e69813161c19aeac4dd5a594ece5f67f21ffb55b8edaa111f"}',0,'BLOCK_PARSED',NULL,'02504d3f499cdb5b244e73dd067ea8ea81dc9885d269e776430937ec08cdf6c1'); -INSERT INTO messages VALUES(247,310072,'insert','blocks','{"block_hash":"7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a","block_index":310072,"block_time":310072000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bb045bdbc5a94538722d56569112c38464b2f73ca5cf2b3449d102df968912b0'); -INSERT INTO messages VALUES(248,310072,'parse','blocks','{"block_index":310072,"ledger_hash":"36de48518d1446b33f2230c5eee7d18e040db543fe03dca001174f8382c209ee","messages_hash":"67e14ebc5cdc137fbdadb78bda42c4cf23a3133de82faf991f86be5d561c801c","transaction_count":0,"txlist_hash":"33fccfbad1dd91d9102b82f11b7c97883bc5d5fdfd44584cca6c40fbd04ce2d8"}',0,'BLOCK_PARSED',NULL,'2cd3fa37f1e411098bf6c978f073263865f3b65a834006bb4c6ee5773c642462'); -INSERT INTO messages VALUES(249,310073,'insert','blocks','{"block_hash":"ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943","block_index":310073,"block_time":310073000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eef4f86f8f0ff3af58ef372a2c3da50030e87a0bb400ad8a01e5c501b85d0704'); -INSERT INTO messages VALUES(250,310073,'parse','blocks','{"block_index":310073,"ledger_hash":"4374f567cbc460b73e74d6190db353c3ee86b92c3f99e392beae3caeb264eb5f","messages_hash":"49e2f50c95f3e59ca8962a887f525c67d20627da2bec360b8273854459e2ac09","transaction_count":0,"txlist_hash":"7544980dbaa8029ae36d883e3079bcc82f2d140072d4dd65cb3384510692ff45"}',0,'BLOCK_PARSED',NULL,'d623124b736757d5e66ddb5af6d1e0ed384832ba52ad33dac9d0fdc5ae223c9b'); -INSERT INTO messages VALUES(251,310074,'insert','blocks','{"block_hash":"ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb","block_index":310074,"block_time":310074000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'923e386186f6dc7d8bf094c698fd0b5ad416927bdd8263d3f285cc239a563086'); -INSERT INTO messages VALUES(252,310074,'parse','blocks','{"block_index":310074,"ledger_hash":"54fd95cdf7f9374d1687590f2860276afe67a265ddd9216e5b63fb06c5bd569e","messages_hash":"f6fd8646a71b10827e65a70845613830eedba16aeab8210f55a1cb0ad41d5f78","transaction_count":0,"txlist_hash":"1efba9ea6a8d2e7ee6ee2070b84b497feb66e3387e05c1e4f4989f086e5e02a2"}',0,'BLOCK_PARSED',NULL,'9244ba66eda4ab9065091bbd3ca7eb3a2d1ef3502aa962ae4cf38f2103c9ba05'); -INSERT INTO messages VALUES(253,310075,'insert','blocks','{"block_hash":"ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b","block_index":310075,"block_time":310075000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'10bb4850e1bb544d053e404c738b3a9dd901df5f613523b1e767ff1c65fb0641'); -INSERT INTO messages VALUES(254,310075,'parse','blocks','{"block_index":310075,"ledger_hash":"2b42e23b43d30f91fe7705a01f0c8ec86d6230815b587704bcc70b91b5ae87b8","messages_hash":"cd391746d4ccc538514fd9eef7e67de157f12e88f864fa2c47be84c93356d388","transaction_count":0,"txlist_hash":"a370830ef1758c18c88e6d9fcc5803fc15f1dbdad0f2d6a0773f902d86ad7c97"}',0,'BLOCK_PARSED',NULL,'868b0c5e5388d2ad61f6260be9118c0ae206b180d33159bd9a1ba08577508c08'); -INSERT INTO messages VALUES(255,310076,'insert','blocks','{"block_hash":"3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92","block_index":310076,"block_time":310076000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6fc029f0c177da6edd2fe8e086f960170b0538eb221cb9c42f27820616aa4707'); -INSERT INTO messages VALUES(256,310076,'parse','blocks','{"block_index":310076,"ledger_hash":"577092728a4dc81cd9a06fcf6d2b058f0e4ce8bcb395819a704d6b4144f041dc","messages_hash":"ba3007f9afeec7323bad11c030868dcf6ce7fdd09fe96dbe1ccf1adac553c90d","transaction_count":0,"txlist_hash":"05ce95f07d03f4417a2fd15224418c8ba4ae196e9ec6f3192f5324c028363641"}',0,'BLOCK_PARSED',NULL,'fe2125a7ad9e5522c2c6e0297dd14e65ceee11b2fc13da465ee1bd034731ddfe'); -INSERT INTO messages VALUES(257,310077,'insert','blocks','{"block_hash":"d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd","block_index":310077,"block_time":310077000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ed34407e8c687e59e0256b973d9e3bba155042422d66acbf53c2483c7458f44a'); -INSERT INTO messages VALUES(258,310077,'parse','blocks','{"block_index":310077,"ledger_hash":"d1ba60181f3061673c64ecd0b92abbc19b1a6e69a927dfefdfd8b8c74171ecd2","messages_hash":"56718f699984b0c0ce3c414fc9eb03cfcfd9cb39f911eab991441f1c0f53dc00","transaction_count":0,"txlist_hash":"6c9e35feb56fb01c37fce04a1e6dc5f7747a6d26ee2f39ac584f11e8359dce71"}',0,'BLOCK_PARSED',NULL,'c7bba020f23439a86ac0a110522e79d59d4be42887991c8f96fe7d34bdfd499a'); -INSERT INTO messages VALUES(259,310078,'insert','blocks','{"block_hash":"f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6","block_index":310078,"block_time":310078000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8c33d41af2c10cfcaf6308b861f43e99c60ee1ca833e66bcb0e2148474b9e580'); -INSERT INTO messages VALUES(260,310078,'parse','blocks','{"block_index":310078,"ledger_hash":"c0a9270d15793e68cfd1cf445315d737bed7052914da6def4f014c21f0c9e0c5","messages_hash":"b05627a27488969bd2b6fa27aec06ec88857ae8c761bfe01fd0a203dd0514638","transaction_count":0,"txlist_hash":"d59b48425061f0965947dd025cfa0fba8855e997f376572c585db72203b9a80a"}',0,'BLOCK_PARSED',NULL,'775893aa38f15c59b900e248d37406f072f4756d5549490bf8950df31251081d'); -INSERT INTO messages VALUES(261,310079,'insert','blocks','{"block_hash":"f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c","block_index":310079,"block_time":310079000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6d09de9c6c3610bb796a94b29023c040cd921b36d6ff1aa926c63878b314c397'); -INSERT INTO messages VALUES(262,310079,'parse','blocks','{"block_index":310079,"ledger_hash":"74eaddecbf5ab6608c1e95c1c313c13f2af2b649512cc8c7016717d21e93f815","messages_hash":"df5dd441c83ee293b14013f07f33117d128f319db307da6527aea52ad91862ab","transaction_count":0,"txlist_hash":"d3f32df02f0e7cd7c2163b47b3ff73d175046599ed626ab343647e1a04525e3c"}',0,'BLOCK_PARSED',NULL,'7edf144e16e9226006b72cfb2b895e5b6d77d2e6628660acb1d0bc7cf02eb589'); -INSERT INTO messages VALUES(263,310080,'insert','blocks','{"block_hash":"42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c","block_index":310080,"block_time":310080000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'12c4cb6147f5b20a205fb9caf0207197bc98703ede24e7068a8d745d2271f0ab'); -INSERT INTO messages VALUES(264,310080,'parse','blocks','{"block_index":310080,"ledger_hash":"a759e3aac1b015e28b8b524106a74b943b215faac8d5079384ec7351b2239bde","messages_hash":"6e17bc10d968567845c1f96c9588792ecada1bee243f2ac26d70848012287bb2","transaction_count":0,"txlist_hash":"f588a6cf255e710d9ee481d53f8bc0fc0e1567d58ee701f1b77f0848db881f5f"}',0,'BLOCK_PARSED',NULL,'12e748b1cd22553565ac75525623d2df4734f8062951bcceff9baeac9b60328a'); -INSERT INTO messages VALUES(265,310081,'insert','blocks','{"block_hash":"6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4","block_index":310081,"block_time":310081000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9b01120ee80bc7e1857ec1e0da20a49d444d100bb90aff2cc42f40b0906c4353'); -INSERT INTO messages VALUES(266,310081,'parse','blocks','{"block_index":310081,"ledger_hash":"71622e25e8497db6fa222e33c60ea582698e72ca5789a52c9252bf51191cadaa","messages_hash":"2a464f9690f8af9e17d00d1db1bbf8dac417c5e83e3708422e9bcf7a3ec3ab68","transaction_count":0,"txlist_hash":"9a2e169d5fa3721f9bb8852c93ca8ed5dfbcccef05cba99ed3f1c61c937f4366"}',0,'BLOCK_PARSED',NULL,'21e584061b20f544666f2f2e25c1139e0d4abde065feed71472b4267427a3201'); -INSERT INTO messages VALUES(267,310082,'insert','blocks','{"block_hash":"4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644","block_index":310082,"block_time":310082000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dd0af064b94913a0bd7d3167cccdb593bfba00712d37c4de29acb8e6d3051f63'); -INSERT INTO messages VALUES(268,310082,'parse','blocks','{"block_index":310082,"ledger_hash":"47e9d8fbcbafcee2b4c145ce651333ce49812533d13f7f9a0e9a448f51cfbacd","messages_hash":"7672b19f766efc631b8d0fcdd13b8f6940a37caedbcfe32f09c5d06ced08bdfd","transaction_count":0,"txlist_hash":"c2cd395566e0a7b16c76cc0ead2c2cc87a684d5a499c76b2370afffe4b408ad1"}',0,'BLOCK_PARSED',NULL,'43180b77cdb335a34b43a3d1d2e2ad033651ac56fe72cd21d618f313fec034d5'); -INSERT INTO messages VALUES(269,310083,'insert','blocks','{"block_hash":"9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850","block_index":310083,"block_time":310083000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'31f6d7fccd2d987488e874aa99874cd9dff2cb8a156b942b5ea5e037fe07a526'); -INSERT INTO messages VALUES(270,310083,'parse','blocks','{"block_index":310083,"ledger_hash":"e61148e7a8125f7225a6b6e1d77786f8b28b0b8a74e60fef3f75fa4de8f7d882","messages_hash":"159e373533417bbb7f6eaee0ae2236bb6a6699240df38b6e97bc5b2d3bc7340f","transaction_count":0,"txlist_hash":"21fb4596655071cca486c2e6988ec980799a9827e2e5f169033a45d21b3c7a75"}',0,'BLOCK_PARSED',NULL,'d1503761aea50f7ba2cedb8897c75d1eee45fc49b5feafd0616b60dd6fdc1361'); -INSERT INTO messages VALUES(271,310084,'insert','blocks','{"block_hash":"1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3","block_index":310084,"block_time":310084000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'68827b9d4340d2a81efb70072bca33481331cf4c686beda544129ac2660b9836'); -INSERT INTO messages VALUES(272,310084,'parse','blocks','{"block_index":310084,"ledger_hash":"20fb450589ddc6c904fbb61cca8588e85e865635c12402ce7ae72995ab884c14","messages_hash":"53b4b281990de4e0d18621a90edca940a2c15f248df9302a267e2181c5ae890c","transaction_count":0,"txlist_hash":"feb3992f370b8465a732bc4d90691b99db691f44e1697ad2775a6df216d93b13"}',0,'BLOCK_PARSED',NULL,'4f2c9000358b76f0992469bf0bc92adf99fd4b1e24ba4a0d543d2128124d9c8e'); -INSERT INTO messages VALUES(273,310085,'insert','blocks','{"block_hash":"c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34","block_index":310085,"block_time":310085000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fcbb791c0fb0f3c67a879d76183ce52d59d84a07b27245ca5d3577f087fbf03f'); -INSERT INTO messages VALUES(274,310085,'parse','blocks','{"block_index":310085,"ledger_hash":"9cea37d548308505f80dc438d5183bac6c6ca424ea4dd9c85d883b05d67cdc92","messages_hash":"74d287c2ab5dbee8e6b8bf4e7321024af7ff36424af5308b725afda1578fcb28","transaction_count":0,"txlist_hash":"277205c28e54078d55ce1641fed64ff4b409b686fbe4aa3a018cead2f969c501"}',0,'BLOCK_PARSED',NULL,'b39f45d96655ad64fa697f58c117238704db52c1bd741316a868541265f69cf9'); -INSERT INTO messages VALUES(275,310086,'insert','blocks','{"block_hash":"080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78","block_index":310086,"block_time":310086000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e380afe485d261995979dfba4e2c256b7d14f282aad76b57b6883d38eb8b6819'); -INSERT INTO messages VALUES(276,310086,'parse','blocks','{"block_index":310086,"ledger_hash":"e11bab5fba2d038086c65030b90ce1cbc988314d0c9846aa7ddac4fd357bd01a","messages_hash":"26ba98777e577b7b3a50c5bf8ad6a90ba38652a9ac5e7c87642d74876d347d34","transaction_count":0,"txlist_hash":"ef3ac1de31e29795732b362218bd244945bea4183273512ff6974ecd0c0a7aef"}',0,'BLOCK_PARSED',NULL,'dd7d1def2957ac6645fcc78150e28dec711d9f669d295c3fe769b4d5b085b525'); -INSERT INTO messages VALUES(277,310087,'insert','blocks','{"block_hash":"4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c","block_index":310087,"block_time":310087000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'54e48b441454f9cfffb1b66056bbfd3215ab954120789c8b1dac69c8b483cc70'); -INSERT INTO messages VALUES(278,310087,'parse','blocks','{"block_index":310087,"ledger_hash":"777873e7ebd0ec3052be65197ec0db8bd72e46d2053badb0f37be1f6e84ae0b3","messages_hash":"f0815726f51d9d32fe332d017bdf250f11f41efe6b211a92845b32f52414f359","transaction_count":0,"txlist_hash":"3bec931f7207a5b03e5a7d390787cd737e598d04025a1514c7654ef34fd1aedc"}',0,'BLOCK_PARSED',NULL,'438b53c1fee89bd96ce7bba91048b802ea229e169be14206fdaac025a22a60b6'); -INSERT INTO messages VALUES(279,310088,'insert','blocks','{"block_hash":"e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3","block_index":310088,"block_time":310088000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'757016ef250b66ffd3846f2f5dc2eb315eaee1386ee843b83410d1ae8f9540ca'); -INSERT INTO messages VALUES(280,310088,'parse','blocks','{"block_index":310088,"ledger_hash":"85a5ea57af33dfddddbcbe1a1c87994efe5a21a645713aa164f19e19bfb23c64","messages_hash":"2abbdb10cd05d6dc1fc928fe47972654cafba9b711d56209563f3d8bdb7035f2","transaction_count":0,"txlist_hash":"4030ee911aec8ebfbbeecede9cfb977088fb591b20cf52d5340e5aa13e41c7f7"}',0,'BLOCK_PARSED',NULL,'77cc8fa60e2e40068b622f4eb328f985c755b11128aabbc6e2cdfef56b26c115'); -INSERT INTO messages VALUES(281,310089,'insert','blocks','{"block_hash":"0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33","block_index":310089,"block_time":310089000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3d00283422e8e8b15e87690f945b8aaf19aeb01c2a1361433822d44dc14fe260'); -INSERT INTO messages VALUES(282,310089,'parse','blocks','{"block_index":310089,"ledger_hash":"bdf3b6e7a14a3aa22d42a7d69f2f96b0993f1eef2952a7d74313c37e1b407523","messages_hash":"1fe1b7fe824fb021a553c39241774779a1f487e3b55dac29e1f7815b610470b3","transaction_count":0,"txlist_hash":"255675a022762a349d44af6315173e05c685f351f2b3b770e0ec80e128969a4b"}',0,'BLOCK_PARSED',NULL,'b65c991ec3ae2677f1256a60dab6ea8538957024b24d4b127c976fc4899ab3b1'); -INSERT INTO messages VALUES(283,310090,'insert','blocks','{"block_hash":"b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969","block_index":310090,"block_time":310090000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2dd6776f1cad30e61df675337ec0d938f5bd2e4b4df861ad1a65d140fe2c7cdd'); -INSERT INTO messages VALUES(284,310090,'parse','blocks','{"block_index":310090,"ledger_hash":"9b3ee688c5786ecc438ec9c843ba5f898fe1ab1a8bc3903ad7789aaf6b0c0bf0","messages_hash":"b901dcbafec9c7817423980ec1c5b8882d3c0e6bcbde08ed5a69a325c37be61a","transaction_count":0,"txlist_hash":"7d658801ab6fbe73231469da5204c5e1c73d290b83449187ec5eec71b846616d"}',0,'BLOCK_PARSED',NULL,'49a1efa145cf59cf9791ed2937b63c26ca1328961724941f3e9ad4d1c9b0754e'); -INSERT INTO messages VALUES(285,310091,'insert','blocks','{"block_hash":"734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c","block_index":310091,"block_time":310091000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3fc951905369be3193f2bb3bf7012c4e32094402dc0f15b6a651ac9be0cc93da'); -INSERT INTO messages VALUES(286,310091,'parse','blocks','{"block_index":310091,"ledger_hash":"25578ac389a77dbf9589b23c5470f3199016ac66a415540ae03efac29dfe7adc","messages_hash":"bb914546b4946033c1d80b9092c6a39f588f8cfd04bee4bfe0c0d4b09f3a23c8","transaction_count":0,"txlist_hash":"1cb14bc9f998c85e670e2e291cde3a2debe9b4013840c0c060417f509c7210ea"}',0,'BLOCK_PARSED',NULL,'ce77f7d25feff2093661abb12da229bde12a67d528576d76947c5bcf8759bf2c'); -INSERT INTO messages VALUES(287,310092,'insert','blocks','{"block_hash":"56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d","block_index":310092,"block_time":310092000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4be7971e99cb494164c2345fba7905296388c60b4a4cdfc2805760e069b94222'); -INSERT INTO messages VALUES(288,310092,'parse','blocks','{"block_index":310092,"ledger_hash":"bb9109ba299c99cb104ebf2ef6e75141c50264d701d27119525ab5d0a54c1a40","messages_hash":"a157afa76192914c8180c0a02f6ab8298ae3e0ab87b97f311ac39a8d339b570e","transaction_count":0,"txlist_hash":"889afcda8b6e0848c7d43014beb0e181c78fa69d3aedec508f4bc0eb8a416029"}',0,'BLOCK_PARSED',NULL,'db6fc25eda273b0bb6aca67b72e2e74e903fef8911bb1e00b9f3e77ce620fc30'); -INSERT INTO messages VALUES(289,310093,'insert','blocks','{"block_hash":"a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc","block_index":310093,"block_time":310093000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3a7163d4c62f2437de41c2d6fbaa1cf1c266510a95b16942f1df87ade5231976'); -INSERT INTO messages VALUES(290,310093,'parse','blocks','{"block_index":310093,"ledger_hash":"cdb21362b3eb4fc10ba3c6bf3aba41bfc5bd0bf2475f742c1069cb4383be7b95","messages_hash":"ad4e35373848e083cdf4e853b55e1a6558ec71b6b08dcf7f6a609163a640cd8e","transaction_count":0,"txlist_hash":"dec762d55ba88cb2c043f627b2a8b26c920cce9d4dc2746065c0bcf2795c2d99"}',0,'BLOCK_PARSED',NULL,'f57625a934ad4a7e0410a9676e86a7d50074f64e33a872acc9e260e082272d26'); -INSERT INTO messages VALUES(291,310094,'insert','blocks','{"block_hash":"2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23","block_index":310094,"block_time":310094000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4e7defeecac6dcb1c905ee950ba38c3f121c6fd13c818246aa867396bb05cb4e'); -INSERT INTO messages VALUES(292,310094,'parse','blocks','{"block_index":310094,"ledger_hash":"b82568de09fe4ea06f3dca053dbcbcc61dbe5e44dd300a4301c995ba180f894d","messages_hash":"73b4665b83b54272f763aa224f8cb0fb22d8a4d9f79ccfbd6e3a47b02b5a88db","transaction_count":0,"txlist_hash":"625beebc3c34fa3276e022a37c79137c8f09af21454e8171cce7ab7a04453047"}',0,'BLOCK_PARSED',NULL,'8da82bdf277e8b2cfff08f1fed528338278e3544f02f8f07f33c0dac48a9ba07'); -INSERT INTO messages VALUES(293,310095,'insert','blocks','{"block_hash":"bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2","block_index":310095,"block_time":310095000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cf149ddf6be3d9316dd38d51a774676e0e064faf6612c8c91d89bfd7c66aaa62'); -INSERT INTO messages VALUES(294,310095,'parse','blocks','{"block_index":310095,"ledger_hash":"513c4a041ee80ba72d1d8428605c682e3485fa45341460bc33fae6540dffb571","messages_hash":"67db730b6e72e361e52147b5c6fc9f3b41112c8f8aa360fe731517b6fe731520","transaction_count":0,"txlist_hash":"b7794e7c8dfe3947ab8d256b94af8bc43acb9ca11f696a81cf9ad98062372959"}',0,'BLOCK_PARSED',NULL,'119cfd094395e846e8d085a6f222b8ced9149b24c9b091743e9bc4c050ad8d8c'); -INSERT INTO messages VALUES(295,310096,'insert','blocks','{"block_hash":"306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f","block_index":310096,"block_time":310096000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'924174e2f475bd8d6f23a61c31448496e82bc92c9f40343ab642583f10e27ac8'); -INSERT INTO messages VALUES(296,310096,'parse','blocks','{"block_index":310096,"ledger_hash":"3e8ff43c8d671159355b2d40a995fb8f6d84f6216fa8326fa80ae39aa9d15d03","messages_hash":"f90c6841290e5ebec6cf327be7cbd1ac198104bf1c570c88288b1e23f98c480c","transaction_count":0,"txlist_hash":"8117c5400c1cfdb97456cf3b79e8572aecf23c29d1c336d5543979d0e81cc158"}',0,'BLOCK_PARSED',NULL,'451ca428f668f4cd40edbc139e0b489e505f8f3ef0b7ece53a6812677a4f1c70'); -INSERT INTO messages VALUES(297,310097,'insert','blocks','{"block_hash":"13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf","block_index":310097,"block_time":310097000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2feea2d03d7503ce6a4c92e8ca65c450fb714a34b49205241169ce15571dfda1'); -INSERT INTO messages VALUES(298,310097,'parse','blocks','{"block_index":310097,"ledger_hash":"19d91de7be12136737d3f8990e7a4a793912c952e71e017d723d750118e849c6","messages_hash":"1adabd4447b2d22d8bd3d60c65268c03f290f4617d0fb01bb25a59ce0f012844","transaction_count":0,"txlist_hash":"1e2f99bf2c03b8c915bd23c94431002d3801a13caf40d9b42f22001c2faf305a"}',0,'BLOCK_PARSED',NULL,'78aa600613213cfc52c7099a9f71ef28c6f8b4608af14b194652f9e20d4c9249'); -INSERT INTO messages VALUES(299,310098,'insert','blocks','{"block_hash":"ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca","block_index":310098,"block_time":310098000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fdeaa3c68cffdb46f709ab2cae9bccf43b7bc10fee7a60c44bd87e677acc44c8'); -INSERT INTO messages VALUES(300,310098,'parse','blocks','{"block_index":310098,"ledger_hash":"be75df2e5aff3faaebfc0ce4ab5134790fa728f84500e6989739dddc058738de","messages_hash":"4b77526fd717cb91584d3beeab875de75c8581038d15948a593d316499d319f9","transaction_count":0,"txlist_hash":"7f692426eab57621527d12cc4a49aa85841de9856cd46ad6992a658ed5c15fb1"}',0,'BLOCK_PARSED',NULL,'5a04c590c41513b6401dc74458c3693dbf89447215163ad1302a7352566f33d6'); -INSERT INTO messages VALUES(301,310099,'insert','blocks','{"block_hash":"3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a","block_index":310099,"block_time":310099000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9f93504c8833dd6b249d963160658db19700eb5db24a5834db93ac6b17be0b6d'); -INSERT INTO messages VALUES(302,310099,'parse','blocks','{"block_index":310099,"ledger_hash":"9090b8a4a26ea7dff75658317ce2c6ab828b3b42684922e44debfd1bf8330b8d","messages_hash":"80fbb30bb6e3d9f11c7c0465e3e40574a444bf9128fd44cd191f4823c1173a84","transaction_count":0,"txlist_hash":"c3b0869da7bd7abbda54895e6de81cffd2febe007e1f7085da8cc657512278e6"}',0,'BLOCK_PARSED',NULL,'5865c6eb5ec8a40e00a816e3866ef53efb8ba0b674661a6e72ba8b7aad7e1dae'); -INSERT INTO messages VALUES(303,310100,'insert','blocks','{"block_hash":"96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb","block_index":310100,"block_time":310100000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'715c311117bdd30fdb834bbae3c478a26a0ba390a6e6e710abf9fcb8f89136bc'); -INSERT INTO messages VALUES(304,310100,'parse','blocks','{"block_index":310100,"ledger_hash":"d48d30db433bcee44d87153fb3db17d37fbe3534f23eb16ac853b3420d86d80e","messages_hash":"3077ae023f637d835b03ea234166104edeccba11454d89366194659166e1f586","transaction_count":0,"txlist_hash":"793627f8b7de24827faca4a19ce374f39c90b74e278b83a599cb637877bd6388"}',0,'BLOCK_PARSED',NULL,'ff3104b186fa81811f006e442529da41397364129d837735f237696260af7dbb'); -INSERT INTO messages VALUES(305,310101,'insert','blocks','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'172bfa8daef4b1eb7ad22c701d9abf2d43ebfdfb7409bc726089db6585ea8a22'); -INSERT INTO messages VALUES(306,310101,'insert','transactions','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"btc_amount":5430,"data":"00000028000352bb33c8000000000000000a000000000000000a0000000000000000000013b0000003e8","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e","tx_index":102,"utxos_info":" 9a2d6e0a308c51d19210c34cd281c137feb827817292a20fd89947d9f54f0c0c:0 3 "}',0,'NEW_TRANSACTION',NULL,'139959b90818fd1d2a853c3aa88f44acf57b39abcd2f1440543bbc378996b89f'); -INSERT INTO messages VALUES(307,310101,'insert','debits','{"action":"bet","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310101,"event":"db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e","quantity":10,"tx_index":102,"utxo":null,"utxo_address":null}',0,'DEBIT','db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e','5779bbeb0416b455c25a6672accb30293998d85ea15034e8062799765b58319c'); -INSERT INTO messages VALUES(308,310101,'insert','bets','{"bet_type":3,"block_index":310101,"counterwager_quantity":10,"counterwager_remaining":10,"deadline":1388000200,"expiration":1000,"expire_index":311101,"fee_fraction_int":5000000.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"open","target_value":0.0,"tx_hash":"db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e","tx_index":102,"wager_quantity":10,"wager_remaining":10}',0,'OPEN_BET','db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e','5bb9c06755596ae46e89e02dd6a014a97ce8d0f32728932eb4f60298fdea4643'); -INSERT INTO messages VALUES(309,310101,'parse','transactions','{"supported":true,"tx_hash":"db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e","tx_index":102}',0,'TRANSACTION_PARSED','db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e','ad59ef8716f012637b61a2a37a3c46d994b0d4298e440e0eb230fb27c35576c1'); -INSERT INTO messages VALUES(310,310101,'parse','blocks','{"block_index":310101,"ledger_hash":"53c6f9247cd255c86a69c05c4463ab94f9a3277496c155398c38dc6f7121fe9b","messages_hash":"d47df015ffeed5299c34eceef03ebde6fd72c079e1dc848767019cedd9aa7d14","transaction_count":1,"txlist_hash":"7388dcdfb1f5a54a0d4a4d3e50d486b24a662cef04f054a582e2d5b0bcf3ca28"}',0,'BLOCK_PARSED',NULL,'0dd6d974985986fc9032cbcb9be14f8d13cdfe58a12bc5282d007590155613f3'); -INSERT INTO messages VALUES(311,310102,'insert','blocks','{"block_hash":"11e25883fd0479b78ddb1953ef67e3c3d1ffc82bd1f9e918a75c2194f7137f99","block_index":310102,"block_time":310102000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d9bbbb3d90fdc9ec79ed68b78fc5df46593d8852db00c22af86547cf66a1de67'); -INSERT INTO messages VALUES(312,310102,'insert','transactions','{"block_hash":"11e25883fd0479b78ddb1953ef67e3c3d1ffc82bd1f9e918a75c2194f7137f99","block_index":310102,"block_time":310102000,"btc_amount":0,"data":"0000001e52bb33023ff0000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","tx_index":103,"utxos_info":" 4b317043028e713c70f522e12ab72382edf1a48d6a67bf3393ee26da8cf9fb90:0 2 "}',0,'NEW_TRANSACTION',NULL,'1dc8d40fc3e1f5bb8ce102adf19526dc10b8f10a5b135b0c0518f75ee246766b'); -INSERT INTO messages VALUES(313,310102,'insert','broadcasts','{"block_index":310102,"fee_fraction_int":5000000,"locked":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","text":"Unit Test","timestamp":1388000002,"tx_hash":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","tx_index":103,"value":1.0}',0,'BROADCAST','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','68e22df94a37bf1f385a3d76a9039591171782d317880bff2bdf7e803e3261f6'); -INSERT INTO messages VALUES(314,310102,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310102,"calling_function":"bet settled","event":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","quantity":9,"tx_index":103,"utxo":null,"utxo_address":null}',0,'CREDIT','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','cf079a5752fb3ce230a15a71860e4def34d5e3a77b86d720582a2caae8340eac'); -INSERT INTO messages VALUES(315,310102,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310102,"calling_function":"bet settled","event":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","quantity":9,"tx_index":103,"utxo":null,"utxo_address":null}',0,'CREDIT','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','14f1a8fa3b5a3981523dfff7c0d80fa6a2bee6568213ecf120feede884758250'); -INSERT INTO messages VALUES(316,310102,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310102,"calling_function":"feed fee","event":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","quantity":0,"tx_index":103,"utxo":null,"utxo_address":null}',0,'CREDIT','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','dad86521de1d8dd471b90145ad1eada55434d9500a03c86509d189f86e23b394'); -INSERT INTO messages VALUES(317,310102,'insert','bet_match_resolutions','{"bear_credit":9,"bet_match_id":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1_5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","bet_match_type_id":1,"block_index":310102,"bull_credit":9,"escrow_less_fee":null,"fee":0,"settled":true,"winner":null}',0,'BET_MATCH_RESOLUTON','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','8f87dd1da4bdfc7734c3d19943806f77f732561e57cd6662a405046b8e8bbd39'); -INSERT INTO messages VALUES(318,310102,'update','bet_matches','{"id":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1_5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","status":"settled"}',0,'BET_MATCH_UPDATE','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','6e259265307f83ca399b9081a4669ca2d5906780aaac2286c11d435c192977f9'); -INSERT INTO messages VALUES(319,310102,'parse','transactions','{"supported":true,"tx_hash":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","tx_index":103}',0,'TRANSACTION_PARSED','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','13e7d606b3f14adcc3302c4b892d08cacb0613c61ee91ebb025b0ca30b4a5976'); -INSERT INTO messages VALUES(320,310102,'parse','blocks','{"block_index":310102,"ledger_hash":"b225c48fb4c40b2e0695991251f6d69217df6e00c01613e0a20f6a3e34f50d5b","messages_hash":"0d026df13663b1a56bf39b0c0ddbc2829b34a68906353ed7d526b1b09edf89fe","transaction_count":1,"txlist_hash":"7d553f87ef9f2beea74631e2e6ec107522b9f4756f041e2ee40fa3946909b3dd"}',0,'BLOCK_PARSED',NULL,'c98e8891f9de0cf0172578d24ccefa84e6d2512b433bb744fe86bcca1fa8d6b6'); -INSERT INTO messages VALUES(321,310103,'insert','blocks','{"block_hash":"559a208afea6dd27b8bfeb031f1bd8f57182dcab6cf55c4089a6c49fb4744f17","block_index":310103,"block_time":310103000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'70ba08f021af78ffa0dc5bd45fb7b58d5e3033cb35f8f4c0085948ef6f8250c3'); -INSERT INTO messages VALUES(322,310103,'insert','transactions','{"block_hash":"559a208afea6dd27b8bfeb031f1bd8f57182dcab6cf55c4089a6c49fb4744f17","block_index":310103,"block_time":310103000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":-99994375,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b","tx_index":104,"utxos_info":" 821f962302723b1a4ab64c65e524c29632f30a012bf18665c0855fbb0f78ed53:0 2 "}',0,'NEW_TRANSACTION',NULL,'11462a61f0a0848687d2267c1fe80bb1e9d407d284cfa4709056c4979d86b33c'); -INSERT INTO messages VALUES(323,310103,'insert','credits','{"address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","asset":"XCP","block_index":310103,"calling_function":"burn","event":"65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b","quantity":92999138821,"tx_index":104,"utxo":null,"utxo_address":null}',0,'CREDIT','65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b','09f0e60623b3b3cd32ab70bc912054c7da7af77b6ed2350b6beb4c5963c8822b'); -INSERT INTO messages VALUES(324,310103,'insert','burns','{"block_index":310103,"burned":62000000,"earned":92999138821,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"valid","tx_hash":"65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b","tx_index":104}',0,'BURN','65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b','735c0b721cf52b6387adefcd746385f039ba203f5e2be7db8184abb3f84dcdb6'); -INSERT INTO messages VALUES(325,310103,'parse','blocks','{"block_index":310103,"ledger_hash":"fc2a8ce8efc122e5cbd631998e611dc8707cfe0b8d3f6a531fe5bcc21c17feae","messages_hash":"d9d3c8c4a20eaf25afa3f3e20455aa41cb7061bc0465319134ccfb96f7d445d2","transaction_count":1,"txlist_hash":"ece7991721b8e94950e2a9f41b9285b34be716340a7621b1c1528f8065e9ac28"}',0,'BLOCK_PARSED',NULL,'742352045a6ef720d7ac0d36c40c4f1d46849ce684e8027426a681649f81b65e'); -INSERT INTO messages VALUES(326,310104,'insert','blocks','{"block_hash":"55b82e631b61d22a8524981ff3b5e3ab4ad7b732b7d1a06191064334b8f2dfd2","block_index":310104,"block_time":310104000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0c5493ba8a5c83a1b71c3611bd9d9405929b3fca6e80cff7f2e5585d828c987b'); -INSERT INTO messages VALUES(327,310104,'insert','transactions','{"block_hash":"55b82e631b61d22a8524981ff3b5e3ab4ad7b732b7d1a06191064334b8f2dfd2","block_index":310104,"block_time":310104000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":-99994375,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","supported":true,"tx_hash":"95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff","tx_index":105,"utxos_info":" 9efe94426d6e49d4e7b67bcd286ce37ceffd47a3f0bdaa46b80c01c6889f1193:0 2 "}',0,'NEW_TRANSACTION',NULL,'b3dfa6abc17742096a271a329085093d0bd126fb5aa2ce31a9986db740e10b4f'); -INSERT INTO messages VALUES(328,310104,'insert','credits','{"address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"XCP","block_index":310104,"calling_function":"burn","event":"95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff","quantity":92999130460,"tx_index":105,"utxo":null,"utxo_address":null}',0,'CREDIT','95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff','63d86eb6aa7dce56ff6dda255fc3de23448e6c585b3f6124bd452fefd9d09d5a'); -INSERT INTO messages VALUES(329,310104,'insert','burns','{"block_index":310104,"burned":62000000,"earned":92999130460,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","status":"valid","tx_hash":"95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff","tx_index":105}',0,'BURN','95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff','87253290a7533d76afa39e670a5fe7764058dd28e3c09463d8cd0f0df3a2a4f7'); -INSERT INTO messages VALUES(330,310104,'parse','blocks','{"block_index":310104,"ledger_hash":"b1a7115902d371d13889008320e52473cd5b34591bd657e372c0048df020012e","messages_hash":"f4b010f96fbe2af3fd9f131e061b62d7d76aeab1e3f83795c7b4364ed2528ef4","transaction_count":1,"txlist_hash":"66dacde33bddb633552c94d9107669297fe26ccdcf482f9098f1e6c05f3d01e6"}',0,'BLOCK_PARSED',NULL,'2b9f5d45bfa92e7df696de9af634b896f768ab59a6b89472dc2de86c92ed7ff8'); -INSERT INTO messages VALUES(331,310105,'insert','blocks','{"block_hash":"1d72cdf6c4a02a5f973e6eaa53c28e9e13014b4f5bb13f91621a911b27fe936a","block_index":310105,"block_time":310105000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2c11b4817e277b5a2b2ed470ab25a59323967871648a3cc5665907d4daa905e6'); -INSERT INTO messages VALUES(332,310105,'insert','transactions','{"block_hash":"1d72cdf6c4a02a5f973e6eaa53c28e9e13014b4f5bb13f91621a911b27fe936a","block_index":310105,"block_time":310105000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":-99994375,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa","tx_index":106,"utxos_info":" 3a91865c4a517ee738f5c8902090a114154d58d803b37bef42807865bf48459f:0 2 "}',0,'NEW_TRANSACTION',NULL,'646b17db7c6ddf571485e826fdbc0462d928f890db31524347bb5bd99b1db013'); -INSERT INTO messages VALUES(333,310105,'insert','credits','{"address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"XCP","block_index":310105,"calling_function":"burn","event":"e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa","quantity":92999122099,"tx_index":106,"utxo":null,"utxo_address":null}',0,'CREDIT','e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa','25dbe66fd859bafe8676f920ee28dc5fb932e1222527636ec10321e5cd2c914b'); -INSERT INTO messages VALUES(334,310105,'insert','burns','{"block_index":310105,"burned":62000000,"earned":92999122099,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","tx_hash":"e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa","tx_index":106}',0,'BURN','e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa','17ba4280724dbaf95c5b54f41ee4c92bbcaa2c64b7c0fa223ab7c0399f336ee4'); -INSERT INTO messages VALUES(335,310105,'parse','blocks','{"block_index":310105,"ledger_hash":"b5fcda12415e713fc81278b95515fe86ecc6beb5810e4f80eb9645f09870dab0","messages_hash":"842982ab0dcfdfba58eaee6add02cfa82cf9f52608e1cf4e4e1adaea8f179779","transaction_count":1,"txlist_hash":"656d27bdbf841c33dd3c11253159dc5d8a6d7885db3174f4f9c6a8382d6a7209"}',0,'BLOCK_PARSED',NULL,'b90ec359d107d5fd7fdcf91f3b755a97739b68f5591f168b572eed2305773c53'); -INSERT INTO messages VALUES(336,310106,'insert','blocks','{"block_hash":"9d39cbe8c8a5357fc56e5c2f95bf132382ddad14cbc8abd54e549d58248140ff","block_index":310106,"block_time":310106000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b3a33fd707fb344c88e3c4a993f3ca6482038ae16cb29122b78a8d36d1dd580d'); -INSERT INTO messages VALUES(337,310106,'insert','transactions','{"block_hash":"9d39cbe8c8a5357fc56e5c2f95bf132382ddad14cbc8abd54e549d58248140ff","block_index":310106,"block_time":310106000,"btc_amount":10000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK","supported":true,"tx_hash":"bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3","tx_index":107,"utxos_info":" fe2449e23978b80baee7633ef2ab704a37529d403266f9b693f3f1aa07249fad:0 2 "}',0,'NEW_TRANSACTION',NULL,'362d19a13e6aacb8e22b6c1c756663af75c23128d5353c5ea1d1c2e7bc1487fa'); -INSERT INTO messages VALUES(338,310106,'insert','credits','{"address":"mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK","asset":"XCP","block_index":310106,"calling_function":"burn","event":"bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3","quantity":14999857,"tx_index":107,"utxo":null,"utxo_address":null}',0,'CREDIT','bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3','019b9fe99b9d6f8239db4d4821c022f4b843456d4e477ff559b3f3685de5503b'); -INSERT INTO messages VALUES(339,310106,'insert','burns','{"block_index":310106,"burned":10000,"earned":14999857,"source":"mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK","status":"valid","tx_hash":"bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3","tx_index":107}',0,'BURN','bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3','3040cabcabd2d8a643b7f139ccf73d5e1985ba11a1970da1476fc122dd94a823'); -INSERT INTO messages VALUES(340,310106,'parse','blocks','{"block_index":310106,"ledger_hash":"f3c98c954cf939951d8b24a257bc6b1bc152a6a0bcf6b580ac281c26bbf16499","messages_hash":"6299d26af0ba1797b10ad27cb0bc102bf6ef32423c11ce3d9cfb2bade583803a","transaction_count":1,"txlist_hash":"6138a4e92289d72dab6e43906e545dcc3d1475102b7f33195118de74a53fe576"}',0,'BLOCK_PARSED',NULL,'2997f4ce534257871e357a6dfe686ede0aade8b37da4e1efa67ceb9753926130'); -INSERT INTO messages VALUES(341,310107,'insert','blocks','{"block_hash":"51cc04005e49fa49e661946a0e147240b0e5aac174252c96481ab7ddd5487435","block_index":310107,"block_time":310107000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'22e055c87acac8bbf8d09f71964b0543e39732904014306084734192cb1b99b8'); -INSERT INTO messages VALUES(342,310107,'insert','transactions','{"block_hash":"51cc04005e49fa49e661946a0e147240b0e5aac174252c96481ab7ddd5487435","block_index":310107,"block_time":310107000,"btc_amount":0,"data":"0000000c000000000000000100000000000000640000000000000064000000000000006400","destination":"","fee":6150,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","supported":true,"tx_hash":"9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec","tx_index":108,"utxos_info":" 0d0a81d2d4d968ef22210e6798d3b734533e622c737710424461d4f27a147787:1 2 "}',0,'NEW_TRANSACTION',NULL,'44c0896ceaba6dd0759bb3bb6e8220832bbef9f2a2f6d8b4e141bd9472c0212f'); -INSERT INTO messages VALUES(343,310107,'insert','debits','{"action":"open dispenser","address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"XCP","block_index":310107,"event":"9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec","quantity":100,"tx_index":108,"utxo":null,"utxo_address":null}',0,'DEBIT','9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec','673c8c6c7b401755031983aedaa2f732adde8b4d6ba36a5a120c11c165099d84'); -INSERT INTO messages VALUES(344,310107,'insert','dispensers','{"asset":"XCP","block_index":310107,"dispense_count":0,"escrow_quantity":100,"give_quantity":100,"give_remaining":100,"oracle_address":null,"origin":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","satoshirate":100,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","status":0,"tx_hash":"9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec","tx_index":108}',0,'OPEN_DISPENSER','9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec','860bb9b1383c480f5f99dde1db42a79823894955372264495c135bc7d997c155'); -INSERT INTO messages VALUES(345,310107,'parse','transactions','{"supported":true,"tx_hash":"9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec","tx_index":108}',0,'TRANSACTION_PARSED','9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec','9836d2ce078774fd436ea36f8b584d0517fab6edd4784ac51e0b1e9d93d09ee3'); -INSERT INTO messages VALUES(346,310107,'parse','blocks','{"block_index":310107,"ledger_hash":"a550df26b8dee075bee82fc59c44ce5cbf65fe9df10c60f3f3009faa2791c783","messages_hash":"cbb9ffe7b84c58c17b2ecce472e869ca99a3a96eab6419b24c9bae820d47bbee","transaction_count":1,"txlist_hash":"b30d22c6d7e8bf574e3b3e11d08bcb73c5853ba348e8688a25670a861d3f4e3a"}',0,'BLOCK_PARSED',NULL,'d0d6867127c87092d66282e14770d9a4909fb72eccb19dacfe0cf6b0af015a6d'); -INSERT INTO messages VALUES(347,310108,'insert','blocks','{"block_hash":"8f2d3861aa42f8e75dc14a23d6046bd89feef0d81996b6e1adc2a2828fbc8b34","block_index":310108,"block_time":310108000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b0f7ca01fb9fdc2af5b4ab792d53cbd4ab29fb2c32c8a89d7aad5fd4cb94c4fb'); -INSERT INTO messages VALUES(348,310108,'insert','transactions','{"block_hash":"8f2d3861aa42f8e75dc14a23d6046bd89feef0d81996b6e1adc2a2828fbc8b34","block_index":310108,"block_time":310108000,"btc_amount":31000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","supported":true,"tx_hash":"93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73","tx_index":109,"utxos_info":" 698f4b5636478cf8f4ac24271541ff18b31286c24d5ff42854f9d34403ff538b:0 2 "}',0,'NEW_TRANSACTION',NULL,'ea7ec4e6fd394c6c204cc06a9a57e0122482c0203f9bbbcd26196908bac432de'); -INSERT INTO messages VALUES(349,310108,'insert','credits','{"address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"XCP","block_index":310108,"calling_function":"burn","event":"93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73","quantity":46499548508,"tx_index":109,"utxo":null,"utxo_address":null}',0,'CREDIT','93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73','571041ca9bbf50bcf05616e9532f3531640b472e3f3c7f3c0d50be0088e9feb7'); -INSERT INTO messages VALUES(350,310108,'insert','burns','{"block_index":310108,"burned":31000000,"earned":46499548508,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","status":"valid","tx_hash":"93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73","tx_index":109}',0,'BURN','93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73','b513ebe39b601f3533bbd26caeea3e0ef9b7a975aee64f0be2e068a8446e4cb1'); -INSERT INTO messages VALUES(351,310108,'parse','blocks','{"block_index":310108,"ledger_hash":"e1d8c345c74760010223a823895471d3ad6a2db5c6a70b13850d5cd977414518","messages_hash":"a41b484395c44a4feeeed57929a2775f649125cb11387c3c722584b0cd4ba6c4","transaction_count":1,"txlist_hash":"d03bdcdbb4980ea415ab73c8e91a7fca7099c8c176d6bb4c2fdf72b6873175ae"}',0,'BLOCK_PARSED',NULL,'1a21f4e130bdd324d3312ddadd8720eae6b2229748cda0cd269905e9a27eecd8'); -INSERT INTO messages VALUES(352,310109,'insert','blocks','{"block_hash":"d23aaaae55e6a912eaaa8d20fe2a9ad4819fe9dc1ed58977265af58fad89d8f9","block_index":310109,"block_time":310109000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'69335acaf7b91df07c287f8efacf0891c0b0ce872e8cc70c44da7a431a2259a2'); -INSERT INTO messages VALUES(353,310109,'insert','transactions','{"block_hash":"d23aaaae55e6a912eaaa8d20fe2a9ad4819fe9dc1ed58977265af58fad89d8f9","block_index":310109,"block_time":310109000,"btc_amount":0,"data":"0000001400078a8fe2e5e44100000000000003e8000000000000000000001050534820697373756564206173736574","destination":"","fee":6800,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","supported":true,"tx_hash":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","tx_index":110,"utxos_info":" c66679493b0d66dbb6c65f17748c442797b769673fc2ca89496287401aa851f8:0 2 "}',0,'NEW_TRANSACTION',NULL,'b714d80b513fd9b7e04076a6b506be4a3d7f9577df63872fd3a6fc59fbb2a5e1'); -INSERT INTO messages VALUES(354,310109,'insert','debits','{"action":"issuance fee","address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"XCP","block_index":310109,"event":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","quantity":50000000,"tx_index":110,"utxo":null,"utxo_address":null}',0,'DEBIT','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','0885b59af62e3a9e8390c25918bbaaa4b8fc09bae873e35cc7932f44c825e660'); -INSERT INTO messages VALUES(355,310109,'insert','assets','{"asset_id":"2122675428648001","asset_longname":null,"asset_name":"PAYTOSCRIPT","block_index":310109}',0,'ASSET_CREATION','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','6689a79a398988bb16c1390d08517057c87d04dd77d9e9a6602e747422e1fcbe'); -INSERT INTO messages VALUES(356,310109,'insert','issuances','{"asset":"PAYTOSCRIPT","asset_events":"creation","asset_longname":null,"block_index":310109,"call_date":0,"call_price":0.0,"callable":false,"description":"PSH issued asset","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","locked":false,"quantity":1000,"reset":false,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","status":"valid","transfer":false,"tx_hash":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","tx_index":110}',0,'ASSET_ISSUANCE','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','62a91e40f32002778213eeb02e0382f85198b37cf1e923ee964bcbe3f12355a3'); -INSERT INTO messages VALUES(357,310109,'insert','credits','{"address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"PAYTOSCRIPT","block_index":310109,"calling_function":"issuance","event":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","quantity":1000,"tx_index":110,"utxo":null,"utxo_address":null}',0,'CREDIT','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','209b8968baf585fd4f8dd948b126f9744448e5ab2ed9daa407b9702ff5fd8286'); -INSERT INTO messages VALUES(358,310109,'parse','transactions','{"supported":true,"tx_hash":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","tx_index":110}',0,'TRANSACTION_PARSED','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','57811f3f83fb2a3742d9f655beb6df641e209ef0183d156e978b8d18349345dd'); -INSERT INTO messages VALUES(359,310109,'parse','blocks','{"block_index":310109,"ledger_hash":"8fb63d8460a222163d15eab76a61e383ffa251a175c16f209648d6782c304059","messages_hash":"ae7b849461e7066bc1a02aab5a787ed14a369c41d99b2bcea08d6110968fb8a2","transaction_count":1,"txlist_hash":"cff81539539169771000a550581dbdf4d4d1fdabecfb9032342269ff5f100b61"}',0,'BLOCK_PARSED',NULL,'e678575e67879b55d58a049576ad6f87f54e16440f4083829cfd2beeddc3b31a'); -INSERT INTO messages VALUES(360,310110,'insert','blocks','{"block_hash":"cecc8e4791bd3081995bd9fd67acb6b97415facfd2b68f926a70b22d9a258382","block_index":310110,"block_time":310110000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'49aa445a0991415d59785aad6fdac148749a185b061092c07c3e793b4ae3b1b3'); -INSERT INTO messages VALUES(361,310110,'insert','transactions','{"block_hash":"cecc8e4791bd3081995bd9fd67acb6b97415facfd2b68f926a70b22d9a258382","block_index":310110,"block_time":310110000,"btc_amount":5430,"data":"00000000000000a25be34b660000000005f5e100","destination":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","tx_index":111,"utxos_info":" fe9dc5e0401532d0c1a8399c2769c94b0ea5970138d17183c2b4a8bc2291657b:0 3 "}',0,'NEW_TRANSACTION',NULL,'5d6d29aac12faf74e4fc98b5964c82f930398a676154d9a3437a644942c3ad67'); -INSERT INTO messages VALUES(362,310110,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310110,"event":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","quantity":100000000,"tx_index":111,"utxo":null,"utxo_address":null}',0,'DEBIT','f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7','75145e881d6261dc27a565c30293d7e551b7e802eee3abe410c435e08c3af4f2'); -INSERT INTO messages VALUES(363,310110,'insert','credits','{"address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"DIVISIBLE","block_index":310110,"calling_function":"send","event":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","quantity":100000000,"tx_index":111,"utxo":null,"utxo_address":null}',0,'CREDIT','f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7','354ef27f760a22b9bd0a06dedd6ec1f298c6c47d65387301176675b13fffa233'); -INSERT INTO messages VALUES(364,310110,'insert','sends','{"asset":"DIVISIBLE","block_index":310110,"destination":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","msg_index":0,"quantity":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","tx_index":111}',0,'SEND','f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7','f5a4a42b2ea9932a845203fe69d910ec3a21a9d5e4553022d3be9afa8231df0d'); -INSERT INTO messages VALUES(365,310110,'parse','transactions','{"supported":true,"tx_hash":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","tx_index":111}',0,'TRANSACTION_PARSED','f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7','89dad2e26d6fbb41ceb6cc0f1ad1ac948044502aa9f395734806749def1807aa'); -INSERT INTO messages VALUES(366,310110,'parse','blocks','{"block_index":310110,"ledger_hash":"250f7b5c6f00bf06c9cd4de8dea0b8166e2decf093910ea32eabd615b910e7e6","messages_hash":"9e33de53540758ea8408bfd1e6129fc185a268a6bc30fe60a87ff8dc2801d05b","transaction_count":1,"txlist_hash":"d6853c803a38efdd5190401e94244333cb4f46752a2868d4a03e6d7d6c8c2bad"}',0,'BLOCK_PARSED',NULL,'cbe708694ea752fb2ade0ca2c94c610231ffd4315791a348c744fee05c6ccd51'); -INSERT INTO messages VALUES(367,310111,'insert','blocks','{"block_hash":"fde71b9756d5ba0b6d8b230ee885af01f9c4461a55dbde8678279166a21b20ae","block_index":310111,"block_time":310111000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e7c039eec0c27760449f89f83aeb0e2a15534efa93d69288360c5c58ca9b782b'); -INSERT INTO messages VALUES(368,310111,'insert','transactions','{"block_hash":"fde71b9756d5ba0b6d8b230ee885af01f9c4461a55dbde8678279166a21b20ae","block_index":310111,"block_time":310111000,"btc_amount":0,"data":"0000001e52bb33023ff0000000000000004c4b4009556e69742054657374","destination":"","fee":5975,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","supported":true,"tx_hash":"510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186","tx_index":112,"utxos_info":" 3e05914816765cb9e05efd1b4a8507bd91f137ea53972ed574c2f3516d60e693:1 2 "}',0,'NEW_TRANSACTION',NULL,'5461d877979bed082878892b7e2bb231fedda764636a3739cfd4e3f2fa8be630'); -INSERT INTO messages VALUES(369,310111,'insert','broadcasts','{"block_index":310111,"fee_fraction_int":5000000,"locked":false,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","status":"valid","text":"Unit Test","timestamp":1388000002,"tx_hash":"510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186","tx_index":112,"value":1.0}',0,'BROADCAST','510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186','5918c84a52f9c7d14733111ff3022d9fa29e1283b8c3dab3cd1463f2a6ecf787'); -INSERT INTO messages VALUES(370,310111,'parse','transactions','{"supported":true,"tx_hash":"510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186","tx_index":112}',0,'TRANSACTION_PARSED','510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186','21d6f9cd83e4684981511725a971cae351ddb5a8f866b15333cfb5acf88a2513'); -INSERT INTO messages VALUES(371,310111,'parse','blocks','{"block_index":310111,"ledger_hash":"0c3c3d099bf08803f67c2a77d0d67779674d1063cc72d8794b8fe62a55049d75","messages_hash":"e43157e3a4a1978a9d183a7fad6c0da2b0f1d4f3f1f854eb73014af157cf0c27","transaction_count":1,"txlist_hash":"9cab90baa72446a36a7c176e82eed32ce968f96b0f29067b240a10a71ed95808"}',0,'BLOCK_PARSED',NULL,'bdab6ae60f5305e3fa158484bef55e4112c08cfcf16f8b499bb6d0c4e364a097'); -INSERT INTO messages VALUES(372,310112,'insert','blocks','{"block_hash":"5b06f69bfdde1083785cf68ebc2211b464839033c30a099d3227b490bf3ab251","block_index":310112,"block_time":310112000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a7c1d12b8157e53a53e169bc0626a44363cbe67cd85f92bc4f90524b5a32cf94'); -INSERT INTO messages VALUES(373,310112,'insert','transactions','{"block_hash":"5b06f69bfdde1083785cf68ebc2211b464839033c30a099d3227b490bf3ab251","block_index":310112,"block_time":310112000,"btc_amount":5430,"data":"00000028000352bb33c8000000000000000a000000000000000a0000000000000000000013b0000003e8","destination":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","fee":7124,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","supported":true,"tx_hash":"d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048","tx_index":113,"utxos_info":" 2b8ff8acc005180c18db9b7cfaff02dad8b718ad57cf07765b4f487c590115e4:0 3 1"}',0,'NEW_TRANSACTION',NULL,'936428416e23569b5d1f03cfc4c67afdcdcecba7ab8f6b2fb8920e29042cc47b'); -INSERT INTO messages VALUES(374,310112,'insert','debits','{"action":"bet","address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"XCP","block_index":310112,"event":"d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048","quantity":10,"tx_index":113,"utxo":null,"utxo_address":null}',0,'DEBIT','d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048','7dc090479e200df97e03e2f887393f2f31ca85acac3d5c7c85cab69b706e553c'); -INSERT INTO messages VALUES(375,310112,'insert','bets','{"bet_type":3,"block_index":310112,"counterwager_quantity":10,"counterwager_remaining":10,"deadline":1388000200,"expiration":1000,"expire_index":311112,"fee_fraction_int":5000000.0,"feed_address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","leverage":5040,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","status":"open","target_value":0.0,"tx_hash":"d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048","tx_index":113,"wager_quantity":10,"wager_remaining":10}',0,'OPEN_BET','d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048','cec3465d8c2e75199dcf1ce3fb0a9b5964d8f399f4a4c079a400d648f40865bf'); -INSERT INTO messages VALUES(376,310112,'parse','transactions','{"supported":true,"tx_hash":"d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048","tx_index":113}',0,'TRANSACTION_PARSED','d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048','e3b3993a2bb2a60f3e6fe2298969ce643001626cfe55d0a0aaf0fced880aea45'); -INSERT INTO messages VALUES(377,310112,'parse','blocks','{"block_index":310112,"ledger_hash":"557fdd1240793f8607a2b4c638ce800d5260c2adb294aac95d6c5eab7e98c3a9","messages_hash":"076e3ad351ea88c0af5011a34ba2d4677987a6cb098d1f01933c3870c6c0dedc","transaction_count":1,"txlist_hash":"4fc0df4832258d430e645f1950407e19e72ea27d28b8ae1851333e8e8718086b"}',0,'BLOCK_PARSED',NULL,'d2b8f39f9d8893aa4e0bfc55de0a2e8a37044ad995a13ded572a08807ea51d1d'); -INSERT INTO messages VALUES(378,310113,'insert','blocks','{"block_hash":"63914cf376d3076b697b9234810dfc084ed5a885d5cd188dd5462560da25d5e7","block_index":310113,"block_time":310113000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d286f7628c5a61da8e96a03ee24da572de2aa34cd2d3be045b455f239a2c18c6'); -INSERT INTO messages VALUES(379,310113,'insert','transactions','{"block_hash":"63914cf376d3076b697b9234810dfc084ed5a885d5cd188dd5462560da25d5e7","block_index":310113,"block_time":310113000,"btc_amount":0,"data":"00000014000038fedf6d2c6900000000000003e8010000000000000000000c4c6f636b6564206173736574","destination":"","fee":6800,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","tx_index":114,"utxos_info":" 7a0db8ce3cc72919ce5a881e236bbe2d17ec93656fd143f35dcf266f6e7927df:0 2 "}',0,'NEW_TRANSACTION',NULL,'056f678ae61c0c22ce1fae7c4e5a4ad8eb28d3e95ecff86bc9ca9970f856cf25'); -INSERT INTO messages VALUES(380,310113,'insert','debits','{"action":"issuance fee","address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"XCP","block_index":310113,"event":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","quantity":50000000,"tx_index":114,"utxo":null,"utxo_address":null}',0,'DEBIT','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','ba16db3eee0bbe379031152a229151ae6453741954a37e5dd4fa9eb59cb26e6e'); -INSERT INTO messages VALUES(381,310113,'insert','assets','{"asset_id":"62667321322601","asset_longname":null,"asset_name":"LOCKEDPREV","block_index":310113}',0,'ASSET_CREATION','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','f2bf33b5e5dafee6745815e8242530edccf00b2e41f684fdf0eec2c266cd5659'); -INSERT INTO messages VALUES(382,310113,'insert','issuances','{"asset":"LOCKEDPREV","asset_events":"creation","asset_longname":null,"block_index":310113,"call_date":0,"call_price":0.0,"callable":false,"description":"Locked asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","locked":false,"quantity":1000,"reset":false,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","transfer":false,"tx_hash":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","tx_index":114}',0,'ASSET_ISSUANCE','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','9660b4d47c45b94d82f210fe3614196dadcd5c71e35bd0eb5d2587f01bd82045'); -INSERT INTO messages VALUES(383,310113,'insert','credits','{"address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"LOCKEDPREV","block_index":310113,"calling_function":"issuance","event":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","quantity":1000,"tx_index":114,"utxo":null,"utxo_address":null}',0,'CREDIT','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','13ad963baebb985a64cf6ca5b62d6867510bf23fbb0a862feb3eccb598cbb001'); -INSERT INTO messages VALUES(384,310113,'parse','transactions','{"supported":true,"tx_hash":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","tx_index":114}',0,'TRANSACTION_PARSED','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','bc585bd96459359cc4fda7e54c2cd4a32b3c29f24b9810c93fc152cb992f88aa'); -INSERT INTO messages VALUES(385,310113,'parse','blocks','{"block_index":310113,"ledger_hash":"4ecad4a5c8e9b54101c4a037d6c86a7eb36d3cf0503e60a1bf13c5a4196c5989","messages_hash":"e4b22bbc353c78b5448a683ee6c3cf8bf7757a638c883f9200c9c70ef010433e","transaction_count":1,"txlist_hash":"baf1f86b3145fd8dc33aa2fcb2e882cf69ffadee81e8412ed2092c634934709c"}',0,'BLOCK_PARSED',NULL,'aaaa03caf2fb8e50296d86291e82c60474f0465fe8617fe0ddfedec339bed28c'); -INSERT INTO messages VALUES(386,310114,'insert','blocks','{"block_hash":"24fc2dded4f811eff58b32cda85d90fb5773e81b9267e9a03c359bc730d82283","block_index":310114,"block_time":310114000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c59109677b516ec44d98e58a0e328d0533ca41f383ed99c0494d59ecda927c5c'); -INSERT INTO messages VALUES(387,310114,'insert','transactions','{"block_hash":"24fc2dded4f811eff58b32cda85d90fb5773e81b9267e9a03c359bc730d82283","block_index":310114,"block_time":310114000,"btc_amount":0,"data":"00000014000038fedf6d2c69000000000000000001000000000000000000044c4f434b","destination":"","fee":6800,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2","tx_index":115,"utxos_info":" a644ff7ee03e6bcb1e65ed12dad81f81aea732a816cba067c1ccc46e6f33208a:0 2 "}',0,'NEW_TRANSACTION',NULL,'437a11bb908af43f9a0c4a960cbe63620c16c30093f0a58de53aecefc2d489c8'); -INSERT INTO messages VALUES(388,310114,'insert','debits','{"action":"issuance fee","address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"XCP","block_index":310114,"event":"025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2","quantity":0,"tx_index":115,"utxo":null,"utxo_address":null}',0,'DEBIT','025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2','2db0d18f674061d5384e0d4ac00c42f427dbd91914c59c038161f8bce5955299'); -INSERT INTO messages VALUES(389,310114,'insert','issuances','{"asset":"LOCKEDPREV","asset_events":"lock_quantity","asset_longname":null,"block_index":310114,"call_date":0,"call_price":0.0,"callable":false,"description":"Locked asset","description_locked":false,"divisible":true,"fee_paid":0,"issuer":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","locked":true,"quantity":0,"reset":false,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","transfer":false,"tx_hash":"025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2","tx_index":115}',0,'ASSET_ISSUANCE','025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2','6be0b109ebb332df02851d14f8293655131afca9f7cb46ae3a11407663234c43'); -INSERT INTO messages VALUES(390,310114,'parse','transactions','{"supported":true,"tx_hash":"025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2","tx_index":115}',0,'TRANSACTION_PARSED','025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2','bce61df96a88e6dd87aa96fa1a2385eb2dcf07396cdb2dd7ce6f4667d77545fb'); -INSERT INTO messages VALUES(391,310114,'parse','blocks','{"block_index":310114,"ledger_hash":"00380ec3118a5e8f9cab403d10870dd5bc339421297fcb6196a3112d70541ecd","messages_hash":"fbaaeaa91542f263137e6b571142e2cd4e7c8e40da83c6fab237b4cffab1db20","transaction_count":1,"txlist_hash":"22e3851c91f780c0152549b24228d0dab3542c2632b633995c0d8dcfd8e26601"}',0,'BLOCK_PARSED',NULL,'3c8a0a5d3f497869f3d7444699afbbb8c8edfdee8bafcf20950f76db6cf19f78'); -INSERT INTO messages VALUES(392,310115,'insert','blocks','{"block_hash":"a632d67ff5f832fe9c3c675f855f08a4969c6d78c0211e71b2a24fe04be5656a","block_index":310115,"block_time":310115000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'96b45bc8dbffef198d42699f3d13f1f515f96fcc0a97290c9a9070be7bbb73ce'); -INSERT INTO messages VALUES(393,310115,'insert','transactions','{"block_hash":"a632d67ff5f832fe9c3c675f855f08a4969c6d78c0211e71b2a24fe04be5656a","block_index":310115,"block_time":310115000,"btc_amount":0,"data":"00000014000038fedf6d2c69000000000000000001000000000000000000076368616e676564","destination":"","fee":6800,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb","tx_index":116,"utxos_info":" 61a5ae9a2fb6cd6fceaa407a654714fccd5a9b676bbf03c5844fe8e39a86b55b:0 2 "}',0,'NEW_TRANSACTION',NULL,'3f0be8a89f3f4e3de09a6531e5fdbe97a1ffd8a86ade70c89fe490ec78b9e353'); -INSERT INTO messages VALUES(394,310115,'insert','debits','{"action":"issuance fee","address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"XCP","block_index":310115,"event":"4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb","quantity":0,"tx_index":116,"utxo":null,"utxo_address":null}',0,'DEBIT','4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb','651dd88ebb9025e17beedb35c31993189c93572c68e15ebfc08e83a1b7087571'); -INSERT INTO messages VALUES(395,310115,'insert','issuances','{"asset":"LOCKEDPREV","asset_events":"change_description","asset_longname":null,"block_index":310115,"call_date":0,"call_price":0.0,"callable":false,"description":"changed","description_locked":false,"divisible":true,"fee_paid":0,"issuer":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","locked":false,"quantity":0,"reset":false,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","transfer":false,"tx_hash":"4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb","tx_index":116}',0,'ASSET_ISSUANCE','4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb','3a40e1f39e31f58c0746d431eb8d3f817b0b1b7995ed67ed6a4956707548e433'); -INSERT INTO messages VALUES(396,310115,'parse','transactions','{"supported":true,"tx_hash":"4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb","tx_index":116}',0,'TRANSACTION_PARSED','4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb','ff0e1e6d0f9af2ff55cb20709f5b2b0a4463a020c907cbac0902eda2e218f547'); -INSERT INTO messages VALUES(397,310115,'parse','blocks','{"block_index":310115,"ledger_hash":"0acd3a07c5df54e883ff9871852c961b00771d3f4afccb3b1941d0b1c7b300cc","messages_hash":"45b506f7506ae83cc62ed791d6d9d4723cb54412b07d64fb783b4742ffd78076","transaction_count":1,"txlist_hash":"cf921f50b98df4ec37f2a9803315a798198507adcbfd8fd54e6a9bc539cc8f41"}',0,'BLOCK_PARSED',NULL,'a33312a85af5f6282d5e45ddb8c8feea5732baee5a214b83454291e6544032af'); -INSERT INTO messages VALUES(398,310116,'insert','blocks','{"block_hash":"8495ba36b331473c4f3529681a118a4cc4fa4d51cd9b8dccb1f13e5ef841dd84","block_index":310116,"block_time":310116000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2880e85bf6e72731e51e95f37c8228ddc6e2be9b3d5a2685211fd4cd508b1509'); -INSERT INTO messages VALUES(399,310116,'insert','transactions','{"block_hash":"8495ba36b331473c4f3529681a118a4cc4fa4d51cd9b8dccb1f13e5ef841dd84","block_index":310116,"block_time":310116000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx","supported":true,"tx_hash":"27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9","tx_index":117,"utxos_info":" 44d8f4bdcbb68b5ab982ef086162b2bd8d82136ef56e8536c75a835cd9fc5450:0 2 "}',0,'NEW_TRANSACTION',NULL,'43acb284798b700c306dea90addb9a4430f33555d66de82ac741de9666757e3b'); -INSERT INTO messages VALUES(400,310116,'insert','credits','{"address":"tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx","asset":"XCP","block_index":310116,"calling_function":"burn","event":"27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9","quantity":92999030129,"tx_index":117,"utxo":null,"utxo_address":null}',0,'CREDIT','27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9','10e400c11c48e2470536174b3a9eebc0a40170f869e39b7c6bda91ddc21f70d9'); -INSERT INTO messages VALUES(401,310116,'insert','burns','{"block_index":310116,"burned":62000000,"earned":92999030129,"source":"tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx","status":"valid","tx_hash":"27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9","tx_index":117}',0,'BURN','27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9','45e797250d9a6e650bdfa1f40ff2c2cd1db2f297870dd7b11d685e5b6f726cd1'); -INSERT INTO messages VALUES(402,310116,'parse','blocks','{"block_index":310116,"ledger_hash":"6c6845d3be70cbe9a71c33227983f695c96877aac6d3a8d6a6839760b4691d25","messages_hash":"c00de4c41df4232802a302a5db21db7578897508c295676905a605304002e660","transaction_count":1,"txlist_hash":"a7e01a910cc919588be3b0c19c4bb7c36499b0a9b0347834d40fbb54fdf05fb6"}',0,'BLOCK_PARSED',NULL,'9b2c3db43e2ecce07cf47824bc5b3d65c0ccb6f6e8ffc461692549d048ac4bbd'); -INSERT INTO messages VALUES(403,310117,'insert','blocks','{"block_hash":"978a3eac44917b82d009332797e2b6fe64c7ce313c0f15bfd9b7bb68e4f35a71","block_index":310117,"block_time":310117000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'215853b5950c4f2d6a7b7edf601545709f84254f28798efff532d178c108bb2d'); -INSERT INTO messages VALUES(404,310117,'parse','blocks','{"block_index":310117,"ledger_hash":"0465a90ff545d58e69c07c204160360bcc6fba5cc60fb81d7e6e389d9ff8133e","messages_hash":"e4d795011c8ffc40fd806d3dca9fde17c7e916ed0918f31b9c4aa240ceed59f0","transaction_count":0,"txlist_hash":"1100b7084683079d36f9ec6e4cb1ec457ae4c45941cdbaa0f4d53bc458e2fa9f"}',0,'BLOCK_PARSED',NULL,'6f4a53aacc95a015361cf836da8f9e6c1a2e6aa0a278de50888e4f9b5774c7b1'); -INSERT INTO messages VALUES(405,310118,'insert','blocks','{"block_hash":"02487d8bd4dadabd06a44fdeb67616e6830c3556ec10faad40a42416039f4723","block_index":310118,"block_time":310118000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'447ac236a65df896d9bf9538c58faf53f0c35d2a65ed0743c490466903637975'); -INSERT INTO messages VALUES(406,310118,'parse','blocks','{"block_index":310118,"ledger_hash":"011ed3df8ae72a02b686e98aa8db07c973e1e12c2ac09891ba90d783ae63161f","messages_hash":"e0c75c5d6db7b696784678b99939b7e1d34417247e3ea8946aeed695965051ad","transaction_count":0,"txlist_hash":"7ed056a59c2b15a2d082f75c8728ee1e7f9b0eea6cb56b37f41319b115e39771"}',0,'BLOCK_PARSED',NULL,'4d9fbb632cb5a039f934fd672313b7fe91e727856564a4f5546956a1b0c897a6'); -INSERT INTO messages VALUES(407,310119,'insert','blocks','{"block_hash":"6d6be3478c874c27f5d354c9375884089511b1aaaa3cc3421759d8e3aaeb5481","block_index":310119,"block_time":310119000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'64cf3cc6cc7540c88c16267799aaf0feb22a8284313e2a4ec41f96ad8f7a1829'); -INSERT INTO messages VALUES(408,310119,'parse','blocks','{"block_index":310119,"ledger_hash":"a6620b1b6a5b1f54fe6a8076fc35f0f3ce15315e9f549f5ff3fa0f5b6094919f","messages_hash":"e0d7003d40334319b1b7a6eff6898eb92c5165168af5dcb5f42a13f6fb9df84a","transaction_count":0,"txlist_hash":"1312871691c685ced39676d4d4bd8825d2109587d1ec36f2dadc50f68b4d9cca"}',0,'BLOCK_PARSED',NULL,'1df328075dcf15664feb702482b1b802e922b5337c66f1cf0ae186475f3bd364'); -INSERT INTO messages VALUES(409,310120,'insert','blocks','{"block_hash":"2bba7fd459ea76fe54d6d7faf437c31af8253438d5685e803c71484c53887deb","block_index":310120,"block_time":310120000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad2c8ae4c088911db79703c72ef345d454a32f278cfbc62296c788b12aae7797'); -INSERT INTO messages VALUES(410,310120,'parse','blocks','{"block_index":310120,"ledger_hash":"e38e2aa0bf8831b90e69b40c78d4b7d41bc564527451b5f9b332bb0beb54c923","messages_hash":"ee2e0f758a6f92a9a4465c06a4ea34b5d46576db3250aedf630369406cad83dc","transaction_count":0,"txlist_hash":"1901f4d80a526969a544b68b1a695f07aa078ad719b8803c0b7543fcb4a974d6"}',0,'BLOCK_PARSED',NULL,'612f579310bb68bd71c347a00f5a5027b94ffef8e51a9a697952bfc5ca1ed95b'); -INSERT INTO messages VALUES(411,310121,'insert','blocks','{"block_hash":"9b3ea991d6c2fe58906bdc75ba6a2095dcb7f00cfdd6108ac75c938f93c94ee7","block_index":310121,"block_time":310121000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ff5ac30197dca345305d25ca93cf1d9431bc6141009d86b1c98f6c1ac135082e'); -INSERT INTO messages VALUES(412,310121,'parse','blocks','{"block_index":310121,"ledger_hash":"5b988c8ad133bb5ff5ac1ee4ad0a6a4fd431247db373e43c9be2a020520f438b","messages_hash":"cb0014f8518918075a1217eccebb515d646e133929ebd1b7d687f62eefe2f448","transaction_count":0,"txlist_hash":"9921b651b8ca004602b16f95d76b2ea76f03456d9a978abb02bb340f360df7a7"}',0,'BLOCK_PARSED',NULL,'04ffe7359e10d314e330f4e4fe641f5c7132555a9aea1ecf6c19d7072c0d52fa'); -INSERT INTO messages VALUES(413,310122,'insert','blocks','{"block_hash":"d31b927c46e8f9ba2ccfb02f11a72179e08474bdd1b60dd3dcfd2e91a9ea2932","block_index":310122,"block_time":310122000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'22ee22e970aef6fb53b53ce9c8644ca9b09d5b4305fad41236f9970478b3abbd'); -INSERT INTO messages VALUES(414,310122,'parse','blocks','{"block_index":310122,"ledger_hash":"70ddab8f1d6283ce5a054650dbcd02d7ad4ca9c35de7bed920c2f266bc092070","messages_hash":"5f0cb5979659325a04cb4c8052eeecee32bc606eea7a185b217e3252140f9b79","transaction_count":0,"txlist_hash":"a45cd1eea6626efa3af3dcd3c89782c50cc3b683c1b22249dc67d288e56aeb17"}',0,'BLOCK_PARSED',NULL,'90721d6bb827efbf4e3ae0de312abc572dd970724d731843b4f5ac8e8a3fb673'); -INSERT INTO messages VALUES(415,310123,'insert','blocks','{"block_hash":"be6d35019a923fcef1125a27387d27237755c136f4926c5eddbf150402ea2bbd","block_index":310123,"block_time":310123000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0213fd441a02b61d6d0c1ef29c39d83031ec19b216b0135d3a7cd5e52f2d7605'); -INSERT INTO messages VALUES(416,310123,'parse','blocks','{"block_index":310123,"ledger_hash":"3670feebcf979edce175ad5b296a4c88fd7fc6bdc251dda84d487b1b092e41dd","messages_hash":"bb68814940e764a1881e9e83e9eb20c90eaac9b18f95c9c70defa294e4eee952","transaction_count":0,"txlist_hash":"78c648296fcc7856757b990a92cf9512c61d180b08d451b63ed4e796d051d338"}',0,'BLOCK_PARSED',NULL,'3e5622e788956e50824878357b449bf2614ecd831658b28782a871687d047a28'); -INSERT INTO messages VALUES(417,310124,'insert','blocks','{"block_hash":"0984b4a908f1a7dac9dcd94da1ee451e367cc6f3216ee8cdee15eae5d0700810","block_index":310124,"block_time":310124000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d7412a626268f88082c0e81077386a90aa87d253e8fa28016b02a59edbe96af7'); -INSERT INTO messages VALUES(418,310124,'parse','blocks','{"block_index":310124,"ledger_hash":"9883fff318e7cf9021fb4cc39261840f682e8adabb934549dbae2a10d2a71de3","messages_hash":"c5d7527bc57ff36fc67c59d63ee5a29837d5424da1165fc52a6e497f8096d84f","transaction_count":0,"txlist_hash":"c58aaf910fe01fd9ba6a892ea421c0933f4cebec80c6d2d556accc81102428d3"}',0,'BLOCK_PARSED',NULL,'9b318d5e5467c5b489ffc81ec31683a738e7a74a69e20f2f1b8929a090209888'); -INSERT INTO messages VALUES(419,310125,'insert','blocks','{"block_hash":"cc28d39365904b2f91276d09fae040adb1bbbfd4d37d8c329fced276dc52c6a6","block_index":310125,"block_time":310125000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e3981cefdecf7a7d9b891cf3d96b10b00fc5ee3b0438e96fcb90d61475ce3ba9'); -INSERT INTO messages VALUES(420,310125,'parse','blocks','{"block_index":310125,"ledger_hash":"1840685242f9090297d4b432e305e4a093f90faa0b673953b648fbed948f31b6","messages_hash":"e429ec721dbde61ec81102fd60fbc60f91baf76412593202e70482897c2f1c75","transaction_count":0,"txlist_hash":"3d1e4c3a02456d7f79402a89f6a39dcb235fde15b275a762197b70e643d29e25"}',0,'BLOCK_PARSED',NULL,'1dc47cdaecf0fd4ef77d34049419cefd0f3ec7facd8c9adea89ce898dcf3b94a'); -INSERT INTO messages VALUES(421,310126,'insert','blocks','{"block_hash":"c9d6c2bd3eeb87f3f1033a13de8255a56445341c920a6a0ee2fb030877106797","block_index":310126,"block_time":310126000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'08349caf1304547dbe9e0c83897de5298c3009ec2e9ddd4c7223a74f9c83f728'); -INSERT INTO messages VALUES(422,310126,'parse','blocks','{"block_index":310126,"ledger_hash":"1a83f417c18439cd3c6269626c44b480317290f0c27a9b9f883a01653de69272","messages_hash":"b9fef27d179b052246916d5ccb318f28daadae7ae1cdb443946642b7d2b907a4","transaction_count":0,"txlist_hash":"7cde633cf5f7bc1176a3faa6ad03a449d3fb0d21dcce5885d2a37b81448a2ca5"}',0,'BLOCK_PARSED',NULL,'832ce07dfde552a9c88565de2bd47b5990f016c658bb65ddf49e7abcfbbc23ba'); -INSERT INTO messages VALUES(423,310127,'insert','blocks','{"block_hash":"c952f369e2b3317725b4b73ba1922b84af881bd59054be94406a5d9bbb106904","block_index":310127,"block_time":310127000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'86a96a92c64ea57b8bc99750d4a060e46e49d0a6fa85b065d53976916c4d27e5'); -INSERT INTO messages VALUES(424,310127,'parse','blocks','{"block_index":310127,"ledger_hash":"094c53dfd00b5004d074987dba90a6c9c47841d01041d0aeb61923c48315d1bb","messages_hash":"3e5be34f4f3b5ad21ce3e217ec45f84e6d2ac2525e562370f65bd7f32c539bb9","transaction_count":0,"txlist_hash":"0ac0ddcc5c45d4d709d9070814832bfa2339eaf5edbed98232cda4b1731e5478"}',0,'BLOCK_PARSED',NULL,'0f8c09fcfa4dfcd6bb45a0ccabdf20262ee3c4932ff1d2681f6963bd339e01d6'); -INSERT INTO messages VALUES(425,310128,'insert','blocks','{"block_hash":"990b0d3575caf5909286b9701ece586338067fbd35357fec7d6a54c6a6120079","block_index":310128,"block_time":310128000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8bb81a770ca7502a6bf1f72c86ec59eedb5f51f6dd8823c0cbf759f63772a662'); -INSERT INTO messages VALUES(426,310128,'parse','blocks','{"block_index":310128,"ledger_hash":"28ad1365daaadc866e79b6b1a555fa31bd804a85827d958cebb9d29511f78e19","messages_hash":"902e211b9437c3b30f203acff329526aefae73cd5732a64e2fcdc723d096733a","transaction_count":0,"txlist_hash":"aa9a25819899fc8948c4906673cfc8128c0a98417db8fe659098d28ca12e3786"}',0,'BLOCK_PARSED',NULL,'9f1cef908275bbb5cedf3e7014ca7e1e4ad8e7cffec53054f44ae31c03ca66fe'); -INSERT INTO messages VALUES(427,310129,'insert','blocks','{"block_hash":"fa8a7d674a9a3e4b40053cf3b819385a71831eec2f119a0f0640c6870ca1dddc","block_index":310129,"block_time":310129000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8a9d5289ef9580eb4dac04fd55fa020ea061544680c88ad5fffc032709a760f3'); -INSERT INTO messages VALUES(428,310129,'parse','blocks','{"block_index":310129,"ledger_hash":"61587f9b5d05f8f553f0a4f580f38a140edcf7d9facb13c542865f5ec586a32c","messages_hash":"f249a2c44d1c4cc5186ee741206aa06fcd21823ad57d86d334acdee57b1d50f8","transaction_count":0,"txlist_hash":"ca3752868d963f0c165166928139cb078aefd0ebcbd9ab8f182c631ff941a56b"}',0,'BLOCK_PARSED',NULL,'b2df1c411c46eb3c39d4e45dc8f86de9377c083bd725330401f4eb04587bdbe4'); -INSERT INTO messages VALUES(429,310130,'insert','blocks','{"block_hash":"d3046e8e8ab77a67bf0629a3bab0bea4975631d52099d2ddc9c9fa0860522721","block_index":310130,"block_time":310130000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5e853aad9b104ecf90505c8e961ea1ba642578c634e9861ebd0e668a0bf996e5'); -INSERT INTO messages VALUES(430,310130,'parse','blocks','{"block_index":310130,"ledger_hash":"1ee8c39657890ac946e2aac5409147cdbf1b0004db1f00d997cf45452596f781","messages_hash":"27ec067f829848fa3ef5e5fadfe6b0412ea3f5593c356af7f6a518ad8a153697","transaction_count":0,"txlist_hash":"bb38c9be1ef6ce22f1f14319cb3e1385d70fc63f7d0b2d80789c9af018baaa71"}',0,'BLOCK_PARSED',NULL,'a33ab3d9f06f153dce024c5948caaa2d55d001389f271613af5d4b7e147f6ccd'); -INSERT INTO messages VALUES(431,310131,'insert','blocks','{"block_hash":"d6b4357496bc2c42b58a7d1260a3615bfdb86e2ce68cd20914ef3dd3c0cdd34d","block_index":310131,"block_time":310131000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5a2caa24f10f524c84b0f434426843ac6f03ff5fd2b718a6550dfbbb055c1a89'); -INSERT INTO messages VALUES(432,310131,'parse','blocks','{"block_index":310131,"ledger_hash":"aee45272e68725a2746582f1847582eb9808289d3deca144f8c6cb43bc4f42e6","messages_hash":"2fd1115bf78e73e3ae699a341b4d8520f43f06234de7d006d229881bc457d842","transaction_count":0,"txlist_hash":"69fba2b86abed1e740d45d33ec1bed7d2bf7de0f3bd9633959bfe77a21dd7aeb"}',0,'BLOCK_PARSED',NULL,'f237a8ad6858e38b7524439ef2bb1e5fef2af0deffe99ed38a08190f0bcc3a0e'); -INSERT INTO messages VALUES(433,310132,'insert','blocks','{"block_hash":"1b95a691bf4abf92f0dde901e1152cc5bd87a792d4b42613655e4046a57ab818","block_index":310132,"block_time":310132000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'712cce7b826f7c10d9204c44867163abad80c31742bc2ea2d9c910cafeea428a'); -INSERT INTO messages VALUES(434,310132,'parse','blocks','{"block_index":310132,"ledger_hash":"a3fe51c1d168ed726a78b72db61175f2abb07ea6c614b2886f3054cdd1a858fe","messages_hash":"1625a202182547cd54a08d627fb1ea9465047cb0206ae7eb47cda446c803d938","transaction_count":0,"txlist_hash":"352b00e4db389d411377c2302ecf272f97268e953c30d0976a5d12bffc5a17f7"}',0,'BLOCK_PARSED',NULL,'2e9a559a5f686b61287a699d05c4691eb8c8c01e670ef2b81eeaf2a9ce15e06e'); -INSERT INTO messages VALUES(435,310133,'insert','blocks','{"block_hash":"1029c14051faabf90641371a82f9e2352eaa3d6b1da66737fcf447568ca4ec51","block_index":310133,"block_time":310133000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'441cdba0528eb562bc7ef2f394b03a7bef99cd7cd9ca5a0432dc72bd6d6af5ec'); -INSERT INTO messages VALUES(436,310133,'parse','blocks','{"block_index":310133,"ledger_hash":"626743e51b462163f23f22079d672379def21382fd88f9155ddd453ca3d633ef","messages_hash":"9d54d58323fb21d31ede4ca2ff821e3a0504e249418a64865fd174bb3820e746","transaction_count":0,"txlist_hash":"1a7a1af397c6619b629eba7fdef0f0ea2d737e673d182fe985421dee61d0c63a"}',0,'BLOCK_PARSED',NULL,'54d0d1f492c8c4d8a128c6dfaf5d14a3b572d73c0b29b1f1580ab2774f7ff141'); -INSERT INTO messages VALUES(437,310134,'insert','blocks','{"block_hash":"1748478069b32162affa59105257d81ef9d78aee27c626e7b24d11beb2831398","block_index":310134,"block_time":310134000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'25ed6d1fe927efa21225ae0491c6a66d64874dc2d5afb8605145e5a1b383bfe6'); -INSERT INTO messages VALUES(438,310134,'parse','blocks','{"block_index":310134,"ledger_hash":"4b6e3202cae46fa80222e3ddec001213062ab76b8848eaaf4ab73f44bd84ac55","messages_hash":"6c98b51b302cce4711be7f6c79eb753c261ed148cbb41d31ca5bcb26cbe20bef","transaction_count":0,"txlist_hash":"855a47de54b979a3d958a921c2679825084193b9f1eb0fa56393e0186fb1b440"}',0,'BLOCK_PARSED',NULL,'43960fd03322b163961436bf367d5a6344c74598dce9f62f1fd5979e85b2689a'); -INSERT INTO messages VALUES(439,310135,'insert','blocks','{"block_hash":"d128d3469b1a5f8fb43e64b40f8a394945d1eb2f19ccbac2603f7044a4097e4f","block_index":310135,"block_time":310135000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'56c98d4b81d3885d63e67b8d2194b777d13e287d0f76f5c1f96e14bd8e2bf0d4'); -INSERT INTO messages VALUES(440,310135,'parse','blocks','{"block_index":310135,"ledger_hash":"e32784cedeadac39bb292da2c5eaffc983f416e0bf387978691e4c0fa5b1715a","messages_hash":"38c73a7af1e08e6c6bf09a6a8acd4bab5d48e012c854ac000fe28a521f7cf0b1","transaction_count":0,"txlist_hash":"80e68a8a303975543781e760be8d8b151206fb0335d3e0f5c2821d3e482b0ef0"}',0,'BLOCK_PARSED',NULL,'2a43347088e01577009caa88e3983bb1a0c7956771a29889ec21f8ec7c1dcc16'); -INSERT INTO messages VALUES(441,310136,'insert','blocks','{"block_hash":"6ec490aaffe2c222a9d6876a18d1c3d385c742ff4c12d1334613a54042a543a5","block_index":310136,"block_time":310136000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8dbf141c8fa44c6bb9b7c2e73607c144774f96cd4763c00a77e2027bfaee8f03'); -INSERT INTO messages VALUES(442,310136,'parse','blocks','{"block_index":310136,"ledger_hash":"93c67fdabd991708d1e35dabbdf7acb4e928763eeb817b32a79cd0bdb414fd2a","messages_hash":"bb3b688991687c972d0894add518e9fefb83b76898c2a3f8887229483a5fd74c","transaction_count":0,"txlist_hash":"5fd1f9311646bed047ec4ac1d5aa5c74d68d26ddf6bdec14f2f53f4cb9c1f6b1"}',0,'BLOCK_PARSED',NULL,'07c258f7932126c2240af1f0b0c33a561269dc8bdaa380dc3884522f8d662ada'); -INSERT INTO messages VALUES(443,310137,'insert','blocks','{"block_hash":"7b44f07e233498303a57e5350f366b767809f1a3426d57b1b754dc16aba76900","block_index":310137,"block_time":310137000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'237efcc1c8d1080da7e911bb6562e97ca8bdb4fdad9292dfc3fdc0fdfb98c9fb'); -INSERT INTO messages VALUES(444,310137,'parse','blocks','{"block_index":310137,"ledger_hash":"8a43d01155ba47b8b1311c41d5a57112198857701c2970d0fd373da04ef4e585","messages_hash":"5d768d0d6590e35d35db56b48152c232a6bba9cbd96596da044f8534cc8f8480","transaction_count":0,"txlist_hash":"d1f1a4a5fb78621aa1be58d32795feef8ac82572c34a694bf6b0b8c3c73ba7d6"}',0,'BLOCK_PARSED',NULL,'231b5efd761736bae06bf0b18212cc46e7a735437d45b56867abee9c7c5dbc92'); -INSERT INTO messages VALUES(445,310138,'insert','blocks','{"block_hash":"d2d658ccbf9baa89c32659e8b6c25b640af4b9b2f28f9d40baae840206402ab5","block_index":310138,"block_time":310138000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b99d55df501742c017ebfba9c69006ec4ad6e656838123b117de22145040c200'); -INSERT INTO messages VALUES(446,310138,'parse','blocks','{"block_index":310138,"ledger_hash":"4acf0244f3188f60152acc8ca30dcaeadf12e6669b15377c81b7e6dc3c8892b6","messages_hash":"cdb0742f83af1774e792e1c7dac7d9f0d38fdc3d4d5df323c67e6bc4b3353af6","transaction_count":0,"txlist_hash":"645be1bed53d63c268cd21d99a914aa4268b5a357dafa57f706075a66e42f948"}',0,'BLOCK_PARSED',NULL,'244323fafa32cccafdd77c72bea86b7bb2a4735fc303f174f811d4e88c6dceb2'); -INSERT INTO messages VALUES(447,310139,'insert','blocks','{"block_hash":"b2c6fb61f2ae0b9d75d18fce4c52a53b1d24772b1ad66c51ca51090210527d46","block_index":310139,"block_time":310139000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3354cc5c6e9d52ee3e51fac762d7414ed231eec7e5dd6f84d21a0b5cab5b6632'); -INSERT INTO messages VALUES(448,310139,'parse','blocks','{"block_index":310139,"ledger_hash":"2d77bdd47ed1b3be1c2edf41473bd5eb707d06dab33717b01c4a227f9855d73d","messages_hash":"804c5363ebf5da164c176f59af94c9fa7932cfa48268fc8c5ea0eed3ac838392","transaction_count":0,"txlist_hash":"c1e0ab9fe21f807be3431a5d28c048b7f5c49ee5cfba7b9a0a837d1fa5c90f4c"}',0,'BLOCK_PARSED',NULL,'d1a9ada666e3c26cab5bb53f8c1ad503a66195a0b7b49069bf858fce0fc0597f'); -INSERT INTO messages VALUES(449,310140,'insert','blocks','{"block_hash":"edddddea90e07a466298219fd7f5a88975f1213289f7c434ed47152af6b68ebb","block_index":310140,"block_time":310140000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f1cf71f5519d6d3bdb0575ea1cad759c5eaa51c282bf700ea4ec2595878be119'); -INSERT INTO messages VALUES(450,310140,'parse','blocks','{"block_index":310140,"ledger_hash":"277c0c6dd1c505dc6f9a222c737296396569d8e007c4b9a42582f108e90fa624","messages_hash":"40effeb560c00b7a0231ad7404fc6c389994cbb6f68a9a8a091d5df102056a38","transaction_count":0,"txlist_hash":"ab9a8224e0e3f8f728b56fd3ff40d960d9d336b2743932053b2419423223f2ac"}',0,'BLOCK_PARSED',NULL,'71f38d7b06831652e32846e1171770fa435cbc6696404220a74bbe9275b4c2eb'); -INSERT INTO messages VALUES(451,310141,'insert','blocks','{"block_hash":"b5b71d2a271bd638561c56f4ffbe94d6086debaaa86bfeb02ef0d71339310709","block_index":310141,"block_time":310141000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a474766150a7110515b98fc99b494db5b1cf5ab3d2494499552dd563d25212da'); -INSERT INTO messages VALUES(452,310141,'parse','blocks','{"block_index":310141,"ledger_hash":"f5d0edff3f22b2e025c884b7c738abe641bca9110a6b9a7b90de179fd6e5d2dc","messages_hash":"dbe3dc8f68bb56a270e5bdf09163b6ee49a7512333d3b9959eab35ef7b14ebf1","transaction_count":0,"txlist_hash":"d272db9ecd97edb037736fe46ab9585397f38a6d1c1d9455e64b8439811ebe4f"}',0,'BLOCK_PARSED',NULL,'f57fb4dfdd389d0c2fc9a59ea5d50e299d1c1de70816136b03d288d176f71e4d'); -INSERT INTO messages VALUES(453,310142,'insert','blocks','{"block_hash":"a98ae174c41ab8fc575d9c8d53d8e02d8e446b8c6c0d98a20ff234eba082b143","block_index":310142,"block_time":310142000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dee1659b8583e3dae56c5c7171c13758d18749184c99562c90782e60e4deb8d1'); -INSERT INTO messages VALUES(454,310142,'parse','blocks','{"block_index":310142,"ledger_hash":"a9f00ec826a30e66820ab2920cf9573244a24dacd63d48c080b9e80b1c5e05b7","messages_hash":"469d0c1ba5809c7a31b848e2eda7aad251c1d3545f50f26341abdc7104b53ef8","transaction_count":0,"txlist_hash":"0c2ddacd61856ee0743eca9125326981ab9f5711982f53874a0f8153089a8d97"}',0,'BLOCK_PARSED',NULL,'6e4074e7463253ead6b1c0938a33190bf390ff9202866b63ea9d1ebb9dd78121'); -INSERT INTO messages VALUES(455,310143,'insert','blocks','{"block_hash":"8ba2f7feb302a5f9ec3e8c7fc718b02379df4698f6387d00858005b8f01e062f","block_index":310143,"block_time":310143000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0c7317dee9f784a08534a642cf1255139a529f911c6701234286856abdc8e767'); -INSERT INTO messages VALUES(456,310143,'parse','blocks','{"block_index":310143,"ledger_hash":"b5765899f770fdb6cf1120535d85826c6b0ae44b16b8d5a619c5cd12c98783ea","messages_hash":"d4e33dcf9831c8452b4ca2b7375ee9d3026f5619ab8c208ecbd097f9624d8187","transaction_count":0,"txlist_hash":"39ef998b6c6130f79df8dcb5abff84c18a485915f1088b36a10de30da8c6f9c6"}',0,'BLOCK_PARSED',NULL,'b2cbecc75f33ff1678ee8ed7d17e070c96b3b90a85c071be15a7851ed3de5fc9'); -INSERT INTO messages VALUES(457,310144,'insert','blocks','{"block_hash":"879ffa05ae6b24b236591c1f1537909179ed1245a27c5fdadd2218ab2193cdb9","block_index":310144,"block_time":310144000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ea4c95f5ba7013448b7151952b92bb4ce2b92928e6cb273aca899ec61fcadbd7'); -INSERT INTO messages VALUES(458,310144,'parse','blocks','{"block_index":310144,"ledger_hash":"1a80f48136e5938b33f817a7cc1cb60aaf6d628b7811abd43e38cc807a18072a","messages_hash":"9dfd8890b89bc88abe6f006e7e8ac38f0ed765272f4bba47dd0c07bc647fdd97","transaction_count":0,"txlist_hash":"0b547c8db7446cd3f26dd0d8b88d533c1361fa5dfae6127b85e87095b42ab66b"}',0,'BLOCK_PARSED',NULL,'b55dc96ec628e9c35d974d11c1b591417195804f35499b211edc0b399168ece4'); -INSERT INTO messages VALUES(459,310145,'insert','blocks','{"block_hash":"175449ef0aa4580593ad4a7d0c5a9b117e1549ea772af00caa4ccdc9b1bf7a6e","block_index":310145,"block_time":310145000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2a4ac49ea6d7bdb015ddd03a3ee46b4ac215d94fd0f7ecb4a92c13ad8f1950f6'); -INSERT INTO messages VALUES(460,310145,'parse','blocks','{"block_index":310145,"ledger_hash":"fce2f084c1776fcb36b3ae3e0c952893934e24672ffa0d3dac72bb1278af8264","messages_hash":"3ec3b323c0e7eb59657fb6c88c7e9b3b20167eb62821d296c9d0064c3480a5c5","transaction_count":0,"txlist_hash":"bcef3d9f5eb82fb2198d268e442edfca029d5aa3ccff5e5306f0a1a8cf43b30c"}',0,'BLOCK_PARSED',NULL,'9e53af8a582a0a77bb4618cd4ff8232d0c94d8bf6c5abc0c125d06d0d95566b4'); -INSERT INTO messages VALUES(461,310146,'insert','blocks','{"block_hash":"e954ab6a110455d745503f7cc8df9d92c1a800fafdd151e7b1912830a9cb7184","block_index":310146,"block_time":310146000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'439aa76446dfa55bd0ffdb7671815077abbee55dbafdc4b30c312b3d8b9e8bdd'); -INSERT INTO messages VALUES(462,310146,'parse','blocks','{"block_index":310146,"ledger_hash":"9a98eb971580a0a69fceafc5fd41f398f1908b626c47df57965d1863e9a24b84","messages_hash":"0522925f54a2ad9e10f4515fbbd1d4a36b9d02232740b083fc22e93b8d5fd010","transaction_count":0,"txlist_hash":"036b1784841e65e5905b012f2b74c70e1d9c33b769603c01387d13e693343411"}',0,'BLOCK_PARSED',NULL,'da25200ac3fdbea5753192174e2a7d9896a681d8bd8c4a1329c552391366e069'); -INSERT INTO messages VALUES(463,310147,'insert','blocks','{"block_hash":"7650c95eba7bf1cad81575ed12f32a8cc36281a6f41bef13afe1dfc1b03a7e83","block_index":310147,"block_time":310147000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a2d5b9eeec5bce34c49567d7f376a1f76ef0459a1c9279d9923a231ab83526c4'); -INSERT INTO messages VALUES(464,310147,'parse','blocks','{"block_index":310147,"ledger_hash":"336a89d3d137810d3220d2de432f72e3b3ccd2ada2b746da3859c77dbb89d6a3","messages_hash":"8336c48d177486c4234210da49eda224fcd6bcb1e92bdf709da5d1ccd1505147","transaction_count":0,"txlist_hash":"184e1861a82afa97634e0ad72cff532220a37d75f8eb5e1265039188124f6ad6"}',0,'BLOCK_PARSED',NULL,'d15c356c80215fc6c221bca631a7ab120c5ebf0ce58e029a14a0b8cfa365e49a'); -INSERT INTO messages VALUES(465,310148,'insert','blocks','{"block_hash":"77c29785877724be924f965215eb50ffe916e3b6b3a2beaea3e3ae4796545a7e","block_index":310148,"block_time":310148000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ef2a42f8e3fcff74b05abb1ee79b5b8746e4f39bc1ce9c4bfdb73c2a21cde88'); -INSERT INTO messages VALUES(466,310148,'parse','blocks','{"block_index":310148,"ledger_hash":"f904794337dd67d356981d2623b8c3d1d78ba584cd98a8c1db939951d3102612","messages_hash":"d25998b068dfa9bbc50d8af93cce9ab1120515d08b01def1d9cdeab18eeb7af1","transaction_count":0,"txlist_hash":"c75b4218153bfdf3baf44f22f99523f7c54d957994ee838c05c08dd52d98c06f"}',0,'BLOCK_PARSED',NULL,'8345a90338329d0cc8d95c9e04a21e2db1fb9e63e1d9d795989bf2e452d6476c'); -INSERT INTO messages VALUES(467,310149,'insert','blocks','{"block_hash":"526b3c4a74c2663fc04ed5234c86974bffddb7235c8736d76860778c30207b3c","block_index":310149,"block_time":310149000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b2d87e770977d75e7e051f0e64cd17f30d2691b232fb6d7b0b2db4129ff16b3a'); -INSERT INTO messages VALUES(468,310149,'parse','blocks','{"block_index":310149,"ledger_hash":"c2972fbd048790f54d9ecef4e18aedec8ae7aa28227d1d43bd19cd71b4feff85","messages_hash":"ecf16e9d49786b0fceab1602b8fc325467071251d4204aa087139045151f03e6","transaction_count":0,"txlist_hash":"8dac7e6494cc67fc5c186e74b08d9fc8bc92cf71af9b0e1d919c48e9fecf7660"}',0,'BLOCK_PARSED',NULL,'fcde256b222f8bb56c6ce7664ede57f247eb4c52b5fd78d0e4029a52e98ac644'); -INSERT INTO messages VALUES(469,310150,'insert','blocks','{"block_hash":"cdd141f7463967dbeb78bf69dc1cd8e12489f58c4ea0a5dc9c5c01ec4fcea333","block_index":310150,"block_time":310150000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'138432ebcffab23918e125e054b6b2c3bfa7b036228e20accc04f55484a69cf8'); -INSERT INTO messages VALUES(470,310150,'parse','blocks','{"block_index":310150,"ledger_hash":"88b999e4ae34386b826b0f3b315953b5eeda8d9ef496af051498bfce6d8737fc","messages_hash":"c0407b12f9a109db3b57e203cdf5bd91b0c120627168527960d9628ccf0a60fc","transaction_count":0,"txlist_hash":"db25206ba3a052c622c6a5063359308d04fc2a031d6509447d838cf96a0632d1"}',0,'BLOCK_PARSED',NULL,'a6010aa43158a560633839e4281c3d8bffd33316bbe0e9a88d2e844057da7061'); -INSERT INTO messages VALUES(471,310151,'insert','blocks','{"block_hash":"a0f31cc6e12ec86e65e999e806ab3bfa18f4f1084e4aeb4fbd699b4fe284b330","block_index":310151,"block_time":310151000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0450eaadc535d3a39590ff268e5540ad9f5c82dcb7173af52be795c462ad37b3'); -INSERT INTO messages VALUES(472,310151,'parse','blocks','{"block_index":310151,"ledger_hash":"b7c176a2eff86655f8b0b71cc8bd3bab3a92ba203d4ccd911d63f3d2ce7fdc25","messages_hash":"2855cd0eb2b8f28b402003e7f5e874cefe68a8a432523854403322be22a71ca2","transaction_count":0,"txlist_hash":"c6868100e51f390d57b2da8324915c9751aa3882b6e102055fcfe229d1abfc85"}',0,'BLOCK_PARSED',NULL,'0972d011d6e8ee96955d204a329d58fc9c17861bbea9158d020270c1eceff5bd'); -INSERT INTO messages VALUES(473,310152,'insert','blocks','{"block_hash":"89c8cc3a0938c63a35e89d039aa84318a0fc4e13afac6beb849ac37140132c67","block_index":310152,"block_time":310152000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d9162aa6db5a5ace3a158c4d76005addad3aa86d10080aa9f6e6faf7ba114f28'); -INSERT INTO messages VALUES(474,310152,'parse','blocks','{"block_index":310152,"ledger_hash":"3f9471c393bc2bf144b17a5febea88c42982ae746fd700a5903c0e6e541e2b09","messages_hash":"db6aa932580f03b55d1d733be23ff7672f82d8557263551ef29cc6b74955ab89","transaction_count":0,"txlist_hash":"ff691488593add72ffd8fb9c8eab2b2c6f92dc2082615b3829f4b84fc8a81f88"}',0,'BLOCK_PARSED',NULL,'6ffc58916a9a24109a82d78186f78918b0ed758679f297d6a6465cad7b7a07be'); -INSERT INTO messages VALUES(475,310153,'insert','blocks','{"block_hash":"d1121dfa68f4a1de4f97c123d2d2a41a102971a44b34927a78cd539ad8dca482","block_index":310153,"block_time":310153000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fc7699ebd12e8fbab5a9a67ecd01cad9b4684190c4d42ca98091222f230ef4d7'); -INSERT INTO messages VALUES(476,310153,'parse','blocks','{"block_index":310153,"ledger_hash":"c6bc81e7b7e6758bbbfe10fa0e688b09e679fb74a18134639e172c18c6e017a7","messages_hash":"e234abc35886365ceb53bc1957306236a769cd19e438bad13adbbcc75a0f7a14","transaction_count":0,"txlist_hash":"6c303c21dd9de15f2a265d88e04a2c110f32718da29a06294ebafe9ed91d4441"}',0,'BLOCK_PARSED',NULL,'9e14dd9ec2852937a3c30748af0c3984a980832214d22e7e8d59cf79aad44645'); -INSERT INTO messages VALUES(477,310154,'insert','blocks','{"block_hash":"ba982ea2e99d3bc5f574897c85485f89430ae38cf4ab49b7716ed466afa506d6","block_index":310154,"block_time":310154000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'465f2a669a9478f0c03118313637ca1d6304acc6a2040d59b2e633585e8880ad'); -INSERT INTO messages VALUES(478,310154,'parse','blocks','{"block_index":310154,"ledger_hash":"b3e07f9de85ab67e88042b1bb52302c6eb16b7ff45d5be6a49700f115ed396d4","messages_hash":"2f543b6b1c7cb5b5f8cde27fc0ce8e14412c16cab05c135d4b618c35be58d435","transaction_count":0,"txlist_hash":"b21fe34642b2c9ff09e65be86103f1c3390a01eb51b4d8b98456558639ef6e1f"}',0,'BLOCK_PARSED',NULL,'8eafa5fa1095e94968ed33665e6c5dac4394f7af0303fba591dda22f6fa9d7b0'); -INSERT INTO messages VALUES(479,310155,'insert','blocks','{"block_hash":"cefb3b87c7b75a0eb8f062a0cde8e1073774ae035d176e9769fc87071c12d137","block_index":310155,"block_time":310155000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6a9371d4f099461e63066faf76e859c256c4d2f1e53e3dda456d634211278d29'); -INSERT INTO messages VALUES(480,310155,'parse','blocks','{"block_index":310155,"ledger_hash":"27014841a468e23bcb70c718919745eadcded4310031a7be90a4732c96509404","messages_hash":"50b3deea35bd525a20b62c46d1c616ba1563da2efad855d330850f28951838a0","transaction_count":0,"txlist_hash":"0e5f0bfae3a6ced9c6498cbe95b8bcb56c76530830baa61345b8072aa6e28ff3"}',0,'BLOCK_PARSED',NULL,'586f9b6e74dffdc8107cd84ca94839c068d14f91471cce99ed6655ce82304ddf'); -INSERT INTO messages VALUES(481,310156,'insert','blocks','{"block_hash":"6e3811e65cb02434f9fde0445a7a2b03fe796041458737d0afcc52208f988a83","block_index":310156,"block_time":310156000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'24e4de39c39681dbde8805836e01196cb3b108e9a42f098cd8f2645e1b90abb8'); -INSERT INTO messages VALUES(482,310156,'parse','blocks','{"block_index":310156,"ledger_hash":"5597aaadb8cc75848219f9fde3f5d76bb5592689c72068db59922732e89eef9d","messages_hash":"5662abcb9831ea451789a3d0f7de27c49381426b034eabe8ff09fd4732be8180","transaction_count":0,"txlist_hash":"ff3319c50ddd9bbd558542bdde3d612a475b543d6a34ea76738d929b5e05a380"}',0,'BLOCK_PARSED',NULL,'9e01fd82ab09f40bc98aa5f709b8cd3c82b56ff666e0ad836e1948603bfc8b54'); -INSERT INTO messages VALUES(483,310157,'insert','blocks','{"block_hash":"51dd192502fe797c55287b04c403cc63c087020a01c974a565dd4038db82f94a","block_index":310157,"block_time":310157000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1886c714b088144e542c47fd794c8228981ce901acbcfdeb293754f4ddcdf308'); -INSERT INTO messages VALUES(484,310157,'parse','blocks','{"block_index":310157,"ledger_hash":"cc1ae27fef286424e40204f6b575e9e079e1f7a5ccf6cc356729a7c4a7f83eb8","messages_hash":"413d340e8a0cb86824c30e0147c6c92d41bfdf8ae655e1681518e9bdebac1fbd","transaction_count":0,"txlist_hash":"9b4884eaca300843017c2732aa8d09815eee4701cff996cc8b6ca6d62af4055d"}',0,'BLOCK_PARSED',NULL,'0db99c6ddeedba6bbbc5e564c377f4b341236bd3c87d93a60cce9403fe2981e2'); -INSERT INTO messages VALUES(485,310158,'insert','blocks','{"block_hash":"749395af0c3221b8652d31b4c4410c19b10404d941c7e78d765b865f853559d2","block_index":310158,"block_time":310158000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b9e0d7eb361dadef568b7cd245701f9824d619091645228941547e957e581c15'); -INSERT INTO messages VALUES(486,310158,'parse','blocks','{"block_index":310158,"ledger_hash":"6d80d98e778b30c124b0255b3e72620f432245d0f841f6bd62a0fcff44843bf0","messages_hash":"33d974c55f8b5ac6039384e907e0ccda44742d9ec07919617b70315063131e65","transaction_count":0,"txlist_hash":"03a33d54ece86ab81f4f6e1cb337b07b6fc105a580a4ff82496885c7671939a4"}',0,'BLOCK_PARSED',NULL,'63a78815da861c02ea871d7fd3508630df75c35e51e629b7f5009e55e6b8c15f'); -INSERT INTO messages VALUES(487,310159,'insert','blocks','{"block_hash":"fc0e9f7b6ae99080bc41625588cef73b59c8a9f7a21d7f9f1bf96192ba631c12","block_index":310159,"block_time":310159000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2fd5055bea6d41dabc211f3010c538178d258f43e6eb1390f280e6f91566a9ad'); -INSERT INTO messages VALUES(488,310159,'parse','blocks','{"block_index":310159,"ledger_hash":"d8ab8bb14092afea6cc675d2f50891318e3169bf9dbe2d07e80c4db95f0f2033","messages_hash":"4ffd537f1eae6c48e0cb9c1045311e2c56b9911bf0c15f4c04f7c89012f3496b","transaction_count":0,"txlist_hash":"c292a08eda8cb807f0c11947fc08c748353bf545596d8c6c03a4a734d25461a6"}',0,'BLOCK_PARSED',NULL,'1c0dd680f766c1cacd97f5e6d16f4d89d603be829a846b8cda4d605db0110cdb'); -INSERT INTO messages VALUES(489,310160,'insert','blocks','{"block_hash":"163a82beeba44b4cb83a31764047880455a94a03e859dc050da782ed89c5fa8b","block_index":310160,"block_time":310160000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'38dee5266b722713c2a4fbbad8f0bf152d4a79dce1d6c30a061d406d964d1d53'); -INSERT INTO messages VALUES(490,310160,'parse','blocks','{"block_index":310160,"ledger_hash":"2d76a042d062b73b7dd956d5cff0ee397f068c04eae6cf5b9522d3d55e88cee9","messages_hash":"9b9b2e8cdc7dd6b6279dd505e91b6ec09277b2abd33a8f559675cc962d736bbe","transaction_count":0,"txlist_hash":"df1e1e18b65c4322284ab36204d9f4397c0dade89bf25486c8b84f6358e0f18e"}',0,'BLOCK_PARSED',NULL,'19235997c9ba45e2fa17ce391a3897af8a4aeb2d91c49e0da289b1dad46e2566'); -INSERT INTO messages VALUES(491,310161,'insert','blocks','{"block_hash":"609c983d412a23c693e666abdea3f672e256674bf9ee55df89b5d9777c9264d8","block_index":310161,"block_time":310161000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c6c9ad0776e933971d46af76da80ef611f7f1f87a5f608b4adb7c9d92aafe049'); -INSERT INTO messages VALUES(492,310161,'parse','blocks','{"block_index":310161,"ledger_hash":"beb3496742415027bcc0d59f3385809523c8783cd91a5670f2fb6fec3230e980","messages_hash":"4f94a0aeba20c6b750aa23e02a844b14adde57ea70be14ed8ac2b1cfd5e93f1d","transaction_count":0,"txlist_hash":"e61374e297180716eee972376d16b85266342dfcee4f383ba9061360f7c0a425"}',0,'BLOCK_PARSED',NULL,'5c9f363aa28eae122453c1806908584acecb73e7a8b56c81dff3770ef94dde78'); -INSERT INTO messages VALUES(493,310162,'insert','blocks','{"block_hash":"043e9645e019f0b6a019d54c5fef5eebee8ce2da1273a21283c517da126fc804","block_index":310162,"block_time":310162000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37306467eeaf1e454fdb2b28772fd3d9a55ad4ee7b6eb273b6446fc3a1666e04'); -INSERT INTO messages VALUES(494,310162,'parse','blocks','{"block_index":310162,"ledger_hash":"066a2b93df863300741145cd6a4f1a9ea616bc787861cb8ab809f59d47a6fa1f","messages_hash":"b42f6e4a1ce270bf1b86c76a129c92ca897a1d376e976a4ba084cc8e7a234232","transaction_count":0,"txlist_hash":"bc115f6ddeebabd3e0ea592604ff679267b755376e509c4760cfa394e86498df"}',0,'BLOCK_PARSED',NULL,'3cd3e29f28f5d47347933bb9de4ba611620638da48040ab0a157d5b8328e0812'); -INSERT INTO messages VALUES(495,310163,'insert','blocks','{"block_hash":"959e0a858a81922d2edf84d1fbb49d7c7e897a8f49f70bd5b066744b77836353","block_index":310163,"block_time":310163000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3a8dcf55850833e8630123bb7c1cd68ca1ae8c3d14f1353819e3672d79c3f384'); -INSERT INTO messages VALUES(496,310163,'parse','blocks','{"block_index":310163,"ledger_hash":"460c271269ccdd8775925b511705207baed8fc212caa7e74fc08a80be600a38a","messages_hash":"b66ddc0e201c8d7b32816002ef0c5c6ec2737d18768143b4e8deeb5f1d0b3b79","transaction_count":0,"txlist_hash":"d16b6243e4c0718a2adca941956564325985750a9a0833aaa35635335cb504ea"}',0,'BLOCK_PARSED',NULL,'e8394596a4ab47a5e84d402deba274ea636f93b043e8ee32e6096a83b7e9838c'); -INSERT INTO messages VALUES(497,310164,'insert','blocks','{"block_hash":"781b7188be61c98d864d75954cf412b2a181364cc1046de45266ccc8cdb730e2","block_index":310164,"block_time":310164000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f574b6a188fe22e92c748a1194f4489eadbe268844ef37bb3b469fc5e5de4daa'); -INSERT INTO messages VALUES(498,310164,'parse','blocks','{"block_index":310164,"ledger_hash":"19a7948cd1bc4a89a427d48bb01330dadff848e2b32ec8b8abe342872850b268","messages_hash":"f4ac81c04049fa51c3ca54cd69a52dd17f92b56c7d8eaf2a91b5d80369fe3005","transaction_count":0,"txlist_hash":"54068fbe0e385c8ae2df5cb2c601397e15c019c732e37ed484573f07106741e3"}',0,'BLOCK_PARSED',NULL,'7df5d8548ce1a4bd98ae8b0abbc39ed89a1a8d6e632837e73db285acb101b5ae'); -INSERT INTO messages VALUES(499,310165,'insert','blocks','{"block_hash":"a75081e4143fa95d4aa29618fea17fc3fabd85e84059cc45c96a73473fc32599","block_index":310165,"block_time":310165000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'554c239ac6ec481afeeb345ea1b0508b8682cf82ce748d6dcce87c745a384333'); -INSERT INTO messages VALUES(500,310165,'parse','blocks','{"block_index":310165,"ledger_hash":"97f0a48a26daf011a8c7b22bb772228a0c8a920eccd011e713956100c9fbdf33","messages_hash":"08bbd0b6bb25390b4b73197dd12ed9d86cbc0c26ecaf6860a0de71ae6aa0207a","transaction_count":0,"txlist_hash":"0783c9e3d99f4f95b64b38b92c4e8b7d257f325d10cd83bc86d684378b9ebbd6"}',0,'BLOCK_PARSED',NULL,'972d2e85944eae81053130cdb57494ad5e31da805b8d319cfed65f4520f8538a'); -INSERT INTO messages VALUES(501,310166,'insert','blocks','{"block_hash":"a440d426adaa83fa9bb7e3d4a04b4fa06e896fc2813f5966941f1ad1f28cfb41","block_index":310166,"block_time":310166000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c122fa088342a0792c9d103b0e195b8999b6eba6cc8924fef66d8971fc955bd3'); -INSERT INTO messages VALUES(502,310166,'parse','blocks','{"block_index":310166,"ledger_hash":"edbd00e1229c673f4f15b3ac7bbe020f54b5f3a61b1d158658471076a55c77b0","messages_hash":"51c986f9aeb0bd399915d8a9b0e6554ad9b83944aebdd4644b0c840832dca282","transaction_count":0,"txlist_hash":"683f4ab00ee1ff495bf452c511c1582100191ef7b575139b9d2f102c852018c8"}',0,'BLOCK_PARSED',NULL,'304eda5121d52000539a02d9655cede27bcbfbd83e953e2b7da03c9017334cd8'); -INSERT INTO messages VALUES(503,310167,'insert','blocks','{"block_hash":"ab4293dbea81fedacca1a0d5230fe85a230afc9490d895aa6963acc216125f66","block_index":310167,"block_time":310167000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0b49187740cae0983bd013c628799ee13aa9c3477fb6f760975516fb7e347230'); -INSERT INTO messages VALUES(504,310167,'parse','blocks','{"block_index":310167,"ledger_hash":"e118e0f3aad5be73080f4d1892517e8fd2c4575589ccdfadf980edebb9a66a14","messages_hash":"440aec76670dc63235e249851c8fd31f5248174487e4251744ab487bacea84e5","transaction_count":0,"txlist_hash":"d2be4356643047c7bd04eede767d4f6853885f408827f3bec8c54ceb2b7fd71b"}',0,'BLOCK_PARSED',NULL,'ca10b4c017e8e7bced7b71e92d7ceab10bb3fb5960250a90010297d970293915'); -INSERT INTO messages VALUES(505,310168,'insert','blocks','{"block_hash":"a12b36a88c2b0ed41f1419a29cc118fae4ecd2f70003de77848bf4a9b2b72dc9","block_index":310168,"block_time":310168000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'963152dc86cc3f95cc8da5d1d9bf26d3f5ad48e1fce7d17ad30df21c3845bf7d'); -INSERT INTO messages VALUES(506,310168,'parse','blocks','{"block_index":310168,"ledger_hash":"267f48eb4e3b0925f4f472d8ce6ec57ec5039911b13a14ff2884a41a9cafd7b1","messages_hash":"cfdd5dd5f886d6ead6f29b4462fb2f7369374e1e65f6b3097349d809c92fd67b","transaction_count":0,"txlist_hash":"ad748b661aad47fa8963b43999846ef9bd00ea2595747f835710360afed16797"}',0,'BLOCK_PARSED',NULL,'1460713a3de7048c33d8ffa5c8af4f96001fa549788102d31111ae349f82fd42'); -INSERT INTO messages VALUES(507,310169,'insert','blocks','{"block_hash":"204809a85ead8ba63f981fc1db8ae95afe92015f003eaebbec166021867421f3","block_index":310169,"block_time":310169000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5566d37f25da7d21398b34c15533fbf40154a50905d7d03ff8616ef96e48111a'); -INSERT INTO messages VALUES(508,310169,'parse','blocks','{"block_index":310169,"ledger_hash":"df394a6f3b2a9b9dded6019dce9f3d3214db1f30019faffbdc2ce614f629b25a","messages_hash":"9bf9ec029cb1ffa9891684a9b84eac1d6f74420356b7e105b75d836f254cf2e0","transaction_count":0,"txlist_hash":"3a92e2c7808a00a0ff2b2fb4695b225acf6262c57753023334bcf3de8e1c7ace"}',0,'BLOCK_PARSED',NULL,'d5d1b2a0bd3aac362c03f88429e3ca7294cea20bf84016c86041fbd06d19f792'); -INSERT INTO messages VALUES(509,310170,'insert','blocks','{"block_hash":"b38b0345a20a367dfe854e455e5752f63ac2d9be8de33eab264a29e87f94d119","block_index":310170,"block_time":310170000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'66c3e514d96bb58a440d5da284d2e995bc2e9ab804525eb8b05dc938c5e8bd5e'); -INSERT INTO messages VALUES(510,310170,'parse','blocks','{"block_index":310170,"ledger_hash":"3081081c2ab6d8280ef721c5836d0fb7e89eb3d747a4e4522d2e22f5a6b153a2","messages_hash":"22a2aeeac9df6e26f4518267ffaa7d4a192180c30ec1f4b580856626011de295","transaction_count":0,"txlist_hash":"f4ada9df3e82d94ba52292e829c4c814b3f0d04f0e3f8606a90fed651634fafd"}',0,'BLOCK_PARSED',NULL,'c37df54b075c380f7a79cc573d853a66432a8ee6242a4cbcd62b537ef4e930d9'); -INSERT INTO messages VALUES(511,310171,'insert','blocks','{"block_hash":"b8ba5ae8d97900ce37dd451e8c6d8b3a0e2664bb1c103bf697355bf3b1de2d2d","block_index":310171,"block_time":310171000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c6f9b2a1046ef2952e4b1f46290d19147873f8140222dc3f114a4d51d4d08659'); -INSERT INTO messages VALUES(512,310171,'parse','blocks','{"block_index":310171,"ledger_hash":"e6a4017e4f7d9da50bb3817990c3e115d5035443de8824dc01b5380a5b4c52a9","messages_hash":"b562b0fb7657f4fac9984d096f68c6a035fb1e25d6f110bcd8ec81e2cec63771","transaction_count":0,"txlist_hash":"e335e773387256c016b82649c44647ce0355aa108249413f02117fe14f39c56d"}',0,'BLOCK_PARSED',NULL,'747357e0aba078decdb4d64ff97b0b9d4d58ee306b4b1434e7d7e2748f556b84'); -INSERT INTO messages VALUES(513,310172,'insert','blocks','{"block_hash":"b17fda199c609ab4cc2d85194dd53fa51ba960212f3964a9d2fe2cfe0bb57055","block_index":310172,"block_time":310172000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ffd6aad413bdbf54982cfa8b23786ad0e18c59c947ae82d6191bbf41b362b144'); -INSERT INTO messages VALUES(514,310172,'parse','blocks','{"block_index":310172,"ledger_hash":"89e90622bf8363bcee5cd7ab6d48b6d06ce4cbd067f9985e35e67fc683f4c103","messages_hash":"281478fcb61d0423e2507c19a58ec94f12a91b33af63f47d34a71942c57c29a8","transaction_count":0,"txlist_hash":"d03bfc2a16d240505e3413ce267b263a0ddde5b3f8a04acb6a67d33a89434996"}',0,'BLOCK_PARSED',NULL,'2fe4ae3f446418b6eeeb77cc60b4a0a1b7d8d12b8afa69b8a8289d35880fa54d'); -INSERT INTO messages VALUES(515,310173,'insert','blocks','{"block_hash":"f2dcdc5ffc0aca2e71e6e0466391b388870229398a1f3c57dec646b806a65016","block_index":310173,"block_time":310173000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'743e8fd422e6c13179c299d85023666b1400c821117bdd33ff64580cfd25a057'); -INSERT INTO messages VALUES(516,310173,'parse','blocks','{"block_index":310173,"ledger_hash":"35ceee6a23757fa49e7f5c34ccf0fd034731e95d564257b443ebfdee7cd294d3","messages_hash":"5c2acd5541d48d7eeb4ee30c78bae239f9c64cb4bd9e6b7d18f2ff77498598fb","transaction_count":0,"txlist_hash":"73c9dd3d2f5390d0d4379cc8f5e195ba4a0b4d280d3fe663db3940d4a42108ef"}',0,'BLOCK_PARSED',NULL,'10472ae4ef0a379fa7c4b4de22780d36252bbc0d251a6db0b44efc5a432c1d87'); -INSERT INTO messages VALUES(517,310174,'insert','blocks','{"block_hash":"fa6f46af9e3664353a473f6fffce56fa295e07985018bface8141b4bf7924679","block_index":310174,"block_time":310174000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0a13d6cabb79cb11bbf7915979b03d12405ba36ea0616653bff8f00e568de355'); -INSERT INTO messages VALUES(518,310174,'parse','blocks','{"block_index":310174,"ledger_hash":"101dedf34bc0788c0589c8e2b1d7da4ec65f6eab2e3c5523c0903db685cab017","messages_hash":"28e27c61b03c50836ba58faebf899b7bcc6d90c52a09ab307ceaecceedfb8a8a","transaction_count":0,"txlist_hash":"71d9279604a4ac7dbd49f6672ec6cd19ba59b62302eb1b1bd78ecd3b6d4a5263"}',0,'BLOCK_PARSED',NULL,'761f805d5766488398d56cf0404772e47f904473c451d59cec0b2e05ec94580d'); -INSERT INTO messages VALUES(519,310175,'insert','blocks','{"block_hash":"f71e79fe5f03c3bc7f1360febc5d8f79fc2768ce0ff1872cf27a829b49017333","block_index":310175,"block_time":310175000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f4c9d66d27d6b498e225ddbfc408df36bd20d72b96bd3ea6bd78aba5e7df97ac'); -INSERT INTO messages VALUES(520,310175,'parse','blocks','{"block_index":310175,"ledger_hash":"67de4a0a9e52d9ae06caf62b3412d0bf2c10a6b24716210b21212d75be75ad6c","messages_hash":"bef38356d882f31081940f08c0bc01f8fc9a309623dd7bd1133078da48256b62","transaction_count":0,"txlist_hash":"90b52df6f0427a7dc695fa0e17a7bf3e59d788cf4016bb65c451a151c38f121b"}',0,'BLOCK_PARSED',NULL,'aa8de23b8cb2d1c41de5c4697dae73a2b1733937213d9d97571166e53c814495'); -INSERT INTO messages VALUES(521,310176,'insert','blocks','{"block_hash":"67cd1d81f2998f615602346065e37f9ceb8916abb74b5762ead317d5e26453c6","block_index":310176,"block_time":310176000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'89bbf25c733f5114281a17602ccca2edce5e192172653d79d56de3d0b3128572'); -INSERT INTO messages VALUES(522,310176,'parse','blocks','{"block_index":310176,"ledger_hash":"a90bd400e15727fada1a27be4a6e228bd91a15f0dbd0fb7de3b6779a8bf89e4c","messages_hash":"03a6732d7540cd9c9adabc77abd68656a672a176a1ff2ae8c870caf1a0c66a09","transaction_count":0,"txlist_hash":"b870ef1dabda015a561f74122039890b1c9c98e2c4c547dea34ed296fc99e8e1"}',0,'BLOCK_PARSED',NULL,'ba672159364a3b6b2fac022f21fd90a9c4eb64918862b69b0031d27ac9265896'); -INSERT INTO messages VALUES(523,310177,'insert','blocks','{"block_hash":"6856b1971121b91c907aaf7aed286648a6074f0bd1f66bd55da2b03116192a52","block_index":310177,"block_time":310177000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d0eb0043d4c99e25d5ad1cce595f1f76f66189401b3bc53d70f5c3c5ed3017a7'); -INSERT INTO messages VALUES(524,310177,'parse','blocks','{"block_index":310177,"ledger_hash":"bac315d07dee18e27336a46ff3ffeed58aaf8eb1eb702e98a93c06303c937716","messages_hash":"923e211439384c4f3c10b9053ccb900ed1dfdbda3eee3c4ad1ffbf95160fb3b2","transaction_count":0,"txlist_hash":"80b0eed7b842a9779b358c5293771470290876f3acb617d85e1a97e786a73092"}',0,'BLOCK_PARSED',NULL,'873d2ae19ebba671572a6b45c434b36f88aab76e1bb17c7e06e49807d8b404c3'); -INSERT INTO messages VALUES(525,310178,'insert','blocks','{"block_hash":"8094fdc6e549c4fab18c62e4a9be5583990c4167721a7e72f46eaf1e4e04d816","block_index":310178,"block_time":310178000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2e827073f0dfc67190c155695b6783fe46d031bf075745447f1ac7c9c413362f'); -INSERT INTO messages VALUES(526,310178,'parse','blocks','{"block_index":310178,"ledger_hash":"186ea0ece84d21ee21889ff13c98959dfc1842063a970e0c095552f0ca86515e","messages_hash":"1c2039634e15731b0fdd1b4668442d24a02c3a510d5496352ff8cf41bc9fc2ff","transaction_count":0,"txlist_hash":"79d67c9aecc8676b0743ebc9af6b78c6f40d264b54bcb510b0028715fc1ca4bd"}',0,'BLOCK_PARSED',NULL,'bae4be385e249b62583558c2dfcad2746a3330cfebdb6c7e470d26c397552023'); -INSERT INTO messages VALUES(527,310179,'insert','blocks','{"block_hash":"d1528027cd25a1530cdc32c4eaff3751a851c947ddc748d99a7d3026a5e581a7","block_index":310179,"block_time":310179000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e70d34e06e4f1e5f40716bf1e38ba51a3fcb0dba9228d4e3800243647ffd3644'); -INSERT INTO messages VALUES(528,310179,'parse','blocks','{"block_index":310179,"ledger_hash":"0200402ef08256efa0adc85b2b4b15fb7448b5107b65fafbcc7985d809e84bc8","messages_hash":"8156d80a4b24744f1627f096daa977f09425757ccd0667647d9faec710d6304a","transaction_count":0,"txlist_hash":"3bbcd82428f094a7089c7c9a5c74be0e400e4a03181ea95faea8681323851d43"}',0,'BLOCK_PARSED',NULL,'4bdcd4e480d8c8a8ca77d227886d603e1a941a944ec955fbbcd18690a79b3825'); -INSERT INTO messages VALUES(529,310180,'insert','blocks','{"block_hash":"f2f401a5e3141a8387aaf9799e8fef92eb0fc68370dae1e27622893406d685c1","block_index":310180,"block_time":310180000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eea29c8f293eb93a18783b218ef5d83ed11283544e00fd944eaa62b2da9a5ad3'); -INSERT INTO messages VALUES(530,310180,'parse','blocks','{"block_index":310180,"ledger_hash":"13829eeaf9bdc54f87366e35616c5a57cd836c63db8a9ba7d117d02377ef43e1","messages_hash":"25094bae2edd5766f198b94a13c93f67eacb85fbfabe17c66a0016820d2091b7","transaction_count":0,"txlist_hash":"2398e91ec31dc2810a4648946a85f5af7df71cae0b678f99aaa17e97d215785b"}',0,'BLOCK_PARSED',NULL,'9611f4f9a30d3d3728251785a4bac6eeb27f172a501cbb688706be01dde78e10'); -INSERT INTO messages VALUES(531,310181,'insert','blocks','{"block_hash":"bd59318cdba0e511487d1e4e093b146b0f362c875d35ab5251592b3d9fed7145","block_index":310181,"block_time":310181000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b45a0bbd449a2948afe09f425b8d60a017729e9765e47b5813b320022621c183'); -INSERT INTO messages VALUES(532,310181,'parse','blocks','{"block_index":310181,"ledger_hash":"81b4d83a623a55019ad720c1bd3ecef100d8ca49deda91b8ba6ffe9802764df7","messages_hash":"5c51090bbab1d288083cb7db99ba4a1f792842b88c9db8b678925e3396d647fb","transaction_count":0,"txlist_hash":"82cb247f5dfeeb31342861a77bceb74957ceb62932de536d837988a2f471f599"}',0,'BLOCK_PARSED',NULL,'3a224258ccec8b8eff7f4d2a27df78ad88da8d11f38e71ddcce3115550a00b09'); -INSERT INTO messages VALUES(533,310182,'insert','blocks','{"block_hash":"a7e66b4671a11af2743889a10b19d4af09ec873e2b8eb36949d710d22e1d768f","block_index":310182,"block_time":310182000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4f9604dc998f3486d7284275a76f1db990af55999933d14eef776e1d599e0776'); -INSERT INTO messages VALUES(534,310182,'parse','blocks','{"block_index":310182,"ledger_hash":"935e40f93195d450b292481aac481f445d2de8786d04d26263f4adc5a348704c","messages_hash":"ab94ff17e4b813fabd6ff33c562c0c9784ecb3f3c9500443f402a6e6109b07e2","transaction_count":0,"txlist_hash":"1a48f71be7c5f3baa68d68c393a6c68d63596c561005ac7c6df457584fc18c6a"}',0,'BLOCK_PARSED',NULL,'42d768cdb83f46fb595294280ee5f4bca9c84d3c850cc07d53581ed584d326c6'); -INSERT INTO messages VALUES(535,310183,'insert','blocks','{"block_hash":"85318afb50dc77cf9edfef4d6192f7203415e93be43f19b15ca53e170b0477bb","block_index":310183,"block_time":310183000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dcf497860aa7900e223f15fbdbb0c3fc58c5a5ef1c9be8cfbc38c142048eaa75'); -INSERT INTO messages VALUES(536,310183,'parse','blocks','{"block_index":310183,"ledger_hash":"268bf841be40615472bf4c60b5306d0763ed50510fbb55c47a6a0ac726e8701f","messages_hash":"6af950da202da0a07ccf4d8df28bb320e539a4aa57b893f4e0c18234b01e72a3","transaction_count":0,"txlist_hash":"82d2641b1ab0cdf057e8e68b0cd7824ff8c60222f8d4e23125d68beacf2b3293"}',0,'BLOCK_PARSED',NULL,'67a07c2c6f90589e62772b02decf92e321807530cf6209984d87ea616efc1fc1'); -INSERT INTO messages VALUES(537,310184,'insert','blocks','{"block_hash":"042a898e29c2ebf0fdbb4156d29d9ba1a5935e7ed707928cb21824c76dd53bfc","block_index":310184,"block_time":310184000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3e9d2a9dd3be1629fa040909dbcd135fb4d8b5c668e7ff8c4535cb99e504f71b'); -INSERT INTO messages VALUES(538,310184,'parse','blocks','{"block_index":310184,"ledger_hash":"64323488ca4d32a1f548842db4ac772b750599ce6222020ef6149b4a0e54a935","messages_hash":"b613ca550bd5b87a8571dddbbcc427b4055c167c3c034d46da08b50271431f1e","transaction_count":0,"txlist_hash":"9a7f77be4828adcfee8ea1f106ecbcb55ae758d5098a6fa1aa3a494af957f7cb"}',0,'BLOCK_PARSED',NULL,'c9371aaf0a1b6be863c0d9d85d4a868b45d48690ad69c9c4ccb76c49e43336ef'); -INSERT INTO messages VALUES(539,310185,'insert','blocks','{"block_hash":"bd78c092ae353c78798482830c007aac1be07e9bc8e52855f620a3d48f46811f","block_index":310185,"block_time":310185000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'084cfe2a1971748497129efd97174d7704d4cd4d8a9cdc15ae757604eff25457'); -INSERT INTO messages VALUES(540,310185,'parse','blocks','{"block_index":310185,"ledger_hash":"8946baadef2e19c5e4e4b2d771b36982a217486dcb0f95097b41ce633e61da94","messages_hash":"239d06a06eb00e0a0224cf795783f84b44aa6b26b53efb5bda2f7eb45c5d3634","transaction_count":0,"txlist_hash":"8956f030f917aa87d9b309bd845b59cb37ba2265184ff1f67bfa4b61e32d43c3"}',0,'BLOCK_PARSED',NULL,'554f0987f7f2fdad71c4470dc445cc7eba711340b9f9c37151dba2f71367bc5c'); -INSERT INTO messages VALUES(541,310186,'insert','blocks','{"block_hash":"e30a3a92cc2e5ad0133e5cee1f789a1a28bea620974f9ab8fa663da53e5bf707","block_index":310186,"block_time":310186000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'587dc543e420d526c9c60c011c8374026c2885346580e422e87754504ff73503'); -INSERT INTO messages VALUES(542,310186,'parse','blocks','{"block_index":310186,"ledger_hash":"e68b5525927cfee15fefee02a16fd700abf6b6e7b4e32e57df7d324fae7ae090","messages_hash":"258a813fa4e3164b8ccbd8d6835c0cebc5f2926110d41f9c09658a154bf1f741","transaction_count":0,"txlist_hash":"137a7a7a1ae71a317f7c3c48f7f84e4a782a515fa2096c2abe2c1adeab4e8256"}',0,'BLOCK_PARSED',NULL,'a56dfe35a474eebda6f2ba2103f7878798cecd85921c84f1e3d856c577f2aaa9'); -INSERT INTO messages VALUES(543,310187,'insert','blocks','{"block_hash":"fc6402c86b66b6e953d23ed33d149faa0988fa90aa9f7434e2863e33da2f3414","block_index":310187,"block_time":310187000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a6aa96c6212b55ecf23f06a872f3bf30406a3d76765863a9804400c1cf1d4a97'); -INSERT INTO messages VALUES(544,310187,'parse','blocks','{"block_index":310187,"ledger_hash":"c42efa24d48339fc341908a30c6679beeadc9f5918d8d3e62d5c4b06fec845d5","messages_hash":"637ace2a492440d823936c3600b7c450de85c23b0abaae2af0ab360a18ec0dcd","transaction_count":0,"txlist_hash":"cc587cfca94dbe30e6670dbfc4a5e3ec46732731f5c66aab9c7ef9028b05c22a"}',0,'BLOCK_PARSED',NULL,'1c3e9e31c1f64cbc9204de08e99b0deb1a250eb5bf89a66a83d927a3e15e51f3'); -INSERT INTO messages VALUES(545,310188,'insert','blocks','{"block_hash":"85694a80e534a53d921b5d2c6b789b747aa73bf5556b91eeed2df148e2ada917","block_index":310188,"block_time":310188000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f001c9be23b30369554a11e873abe19bb35256c9789f3b0ef2fdef8a7f735955'); -INSERT INTO messages VALUES(546,310188,'parse','blocks','{"block_index":310188,"ledger_hash":"13de1d9b569d5d2525ecfa39b1eda69f9fd474683b6e34554b1a755125e96e5d","messages_hash":"b4db43aeae906c2d01ef62d469d8c3d067263538c00ce25c10141e4a4ef0ea1a","transaction_count":0,"txlist_hash":"2fcc160068a4eb52ac410937237ec3813bfee52750bd8cef939738b81c8ac30b"}',0,'BLOCK_PARSED',NULL,'228655dc14d3a0626c3a4f0eff5e91f3712df1d44bad9074399e4565907198f4'); -INSERT INTO messages VALUES(547,310189,'insert','blocks','{"block_hash":"7c036dadf19348348edbe0abe84861f03370415ed2fec991b9374dbb0ca19a06","block_index":310189,"block_time":310189000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4190275b4f4a4f9211344381ad59992fe5461df3c6c7e134ce70f110e4fbc25a'); -INSERT INTO messages VALUES(548,310189,'parse','blocks','{"block_index":310189,"ledger_hash":"582b8b3d3a226d3f6df497cb933ed5f42e1e992c0c25372ec15de424c0a33368","messages_hash":"8e1092899b61853e248c3f2fdd9c462433b66faae7500d0a527184bdd632a036","transaction_count":0,"txlist_hash":"ae81616b5fd77e3672318a0a5ef1b20106afc3ce7d730c8beef848d73ba53a0f"}',0,'BLOCK_PARSED',NULL,'4440604a2cccb1ee11f44996c0711638116ac8f1d43d9ac117d73739801d70c1'); -INSERT INTO messages VALUES(549,310190,'insert','blocks','{"block_hash":"d6ef65299fb9dfc165284015ff2b23804ffef0b5c8baf6e5fa631211a2edbd8d","block_index":310190,"block_time":310190000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'35073ef07ed73959da9a551cc215d0d3e87a76a50d40167975d802e065487d92'); -INSERT INTO messages VALUES(550,310190,'parse','blocks','{"block_index":310190,"ledger_hash":"d4c49d5e3aaf21e6fe1c30663d0ba93f7dc9ddb03611e3751fba9aac8d382ac4","messages_hash":"58363e16416e3ddf0d6540ae76818b45281d4e763ff8390d8a96b2727f06ced6","transaction_count":0,"txlist_hash":"48c70376450aa80a2a920e4b871d27d1efe703b377ba446a262e06c9a6677611"}',0,'BLOCK_PARSED',NULL,'58740edaf6799d8b6791010f38168db38a40689d5b79de7b2285092b117f294e'); -INSERT INTO messages VALUES(551,310191,'insert','blocks','{"block_hash":"5987ffecb8d4a70887a7ce2b7acb9a326f176cca3ccf270f6040219590329139","block_index":310191,"block_time":310191000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cd6e4cbd7c3e690e2c709173508a3825f67865f619761304c3d6b85203c8c8f6'); -INSERT INTO messages VALUES(552,310191,'parse','blocks','{"block_index":310191,"ledger_hash":"23d340ff3f1979a43bd1336c9c882b5ee01c646cd104060feacdb5db78025cca","messages_hash":"33d000d833eb35ba6c8835de4478c2927d6c58286da07bdfc56492b22317c07f","transaction_count":0,"txlist_hash":"704b02ead8ed3e4e6505225fc620073993e9c3b13209bff9b5f638d5f21ce23b"}',0,'BLOCK_PARSED',NULL,'f08b111b6ade54ae7cfefa5b169926698c9a6f569be9e505d80e1a25235d8fe6'); -INSERT INTO messages VALUES(553,310192,'insert','blocks','{"block_hash":"31b7be43784f8cc2ce7bc982d29a48ff93ef95ba18f82380881c901c50cd0caa","block_index":310192,"block_time":310192000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'55e0da97bbccf369dcaf56a84d9bab7fa815d93b5e6edf783a3c4e50d8bec3d0'); -INSERT INTO messages VALUES(554,310192,'parse','blocks','{"block_index":310192,"ledger_hash":"cd18860851bceba4a0174480ccdc0f6ddc47b31ce71af8ec8500cb07f75d9da9","messages_hash":"3c653d595998e1b627ea9d0f72bb6527968672ed0a29a79844d7bea2ccd26c9f","transaction_count":0,"txlist_hash":"17018479e73908fd235313691ed8464b93a0a5db774d3608294e23fba918c672"}',0,'BLOCK_PARSED',NULL,'fad8ba9f1d62bb7135b6aebd4eb64c960025270d9d6c6abe2be4842d922655e8'); -INSERT INTO messages VALUES(555,310193,'insert','blocks','{"block_hash":"ff3bb9c107f3a6e138440dee2d60c65e342dfbf216e1872c7cdb45f2a4d8852a","block_index":310193,"block_time":310193000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ecd62f3933887fbf9cf0264c498d0553de6583766f7f1fef6c50eb5314a0c2fd'); -INSERT INTO messages VALUES(556,310193,'parse','blocks','{"block_index":310193,"ledger_hash":"391e97ae7ccf5bc38ac72e7ad1256f24c28297c625bd9a789cba8231a5ade046","messages_hash":"cf2272bdda925a1895fab328884f6d96484a4fc28b2244cd8ce23202fa7b66bc","transaction_count":0,"txlist_hash":"d08696a916e09e242fd20a9f8314cd4fb6305e991b506c53e3ef3f77e2d1d6dd"}',0,'BLOCK_PARSED',NULL,'f24d65d307ffa9435fd1dc5b02d3ae253e8637bdb045fefd1bfa8580491b03f5'); -INSERT INTO messages VALUES(557,310194,'insert','blocks','{"block_hash":"d1d8f8c242a06005f59d3c4f85983f1fa5d5edcc65eb48e7b75ed7165558434a","block_index":310194,"block_time":310194000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b5cf2c7babc7f1b6cf305a587af4652e2515aed2d60bbde37ebe6816731f5397'); -INSERT INTO messages VALUES(558,310194,'parse','blocks','{"block_index":310194,"ledger_hash":"9141c9b38087c7cf2b8c11ffd55c2eabcb3bb09f132ac0baf9c3779f628dd42b","messages_hash":"6adc19428e64151a4b72d1ec0c235803ef62154cd24005f903893842be899c52","transaction_count":0,"txlist_hash":"d5f418ef4569bb977ff73ab64235b3697d0f7f326f95696e6f63c56cdd180d6d"}',0,'BLOCK_PARSED',NULL,'595cccd77285f1ab6d21652e0e805bce6b327694c766d0f107aeefceecc42c05'); -INSERT INTO messages VALUES(559,310195,'insert','blocks','{"block_hash":"0b2f1f57c9a7546faac835cbe43243473fa6533b6e4d8bf8d13b8e3c710faf53","block_index":310195,"block_time":310195000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'73564dae7bd46abd61a6332e4d380f1880e4224e5668d6b4747423632b8a69b6'); -INSERT INTO messages VALUES(560,310195,'parse','blocks','{"block_index":310195,"ledger_hash":"705918f002db29e7b3dfbfd6378f79d53e33c6ffa3948b2e3b5c85f85009bbde","messages_hash":"bc9b109a1da586f5899542d09bcc87dc4e55968db6e5987a3da773ca234ad58c","transaction_count":0,"txlist_hash":"d0165e09e04c2049de1d8582291e623c80477499203b702e46fb829390ed64c0"}',0,'BLOCK_PARSED',NULL,'8b73801ed64a1adaa073debd0e50d1116531c9360a00134256e33aab3f480133'); -INSERT INTO messages VALUES(561,310196,'insert','blocks','{"block_hash":"280e7f4c9d1457e116b27f6fc2b806d3787002fe285826e468e07f4a0e3bd2e6","block_index":310196,"block_time":310196000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'96a214e3d813df0120be84619a3a3966aeeee6577ee03e889bfc292903332e7e'); -INSERT INTO messages VALUES(562,310196,'parse','blocks','{"block_index":310196,"ledger_hash":"59e12df19e3c0e3e23a5d1e9783c75e236a000774a038553312919a0f46b8227","messages_hash":"7daabab31e606bf92b426109360dc9531145b30ae5ff94f93b8a2a47b99bd58b","transaction_count":0,"txlist_hash":"57dc6e1a18ce4910ba32e109820e8e0630070251ec745e63557c98ce71dedd80"}',0,'BLOCK_PARSED',NULL,'b481e6b0cec9fe8d2178323931206704ba2e0c66c3f1982f04e86a143189f5f2'); -INSERT INTO messages VALUES(563,310197,'insert','blocks','{"block_hash":"68de4c7fd020395a407ef59ea267412bbd2f19b0a654f09c0dafbc7c9ada4467","block_index":310197,"block_time":310197000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1d1a7ab958f38d2846b7a92119e3f452147f6c190f608aabe6d77dae1285fa2f'); -INSERT INTO messages VALUES(564,310197,'parse','blocks','{"block_index":310197,"ledger_hash":"a0e1817dfc258180fa1629710ff3b6026181a9042fecd2c8b0b5e38118199e07","messages_hash":"f904e66cfa8e4d1aa8261bf4574c8053fbaa65a7b80a3ae6ce6f0c957e46ea2a","transaction_count":0,"txlist_hash":"58d18f5f2362b4bfbf155b16fc4e8868b311286b25365f3b4b1a9bf73fab69b4"}',0,'BLOCK_PARSED',NULL,'59f4afe1c866cf8000c2a09ef179e33f336652a6104cfd1d529958090deb7790'); -INSERT INTO messages VALUES(565,310198,'insert','blocks','{"block_hash":"30340d4b655879e82543773117d72017a546630ceac29f591d514f37dd5b1cc2","block_index":310198,"block_time":310198000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2ed2f07a8b53c19499e5305af429fe2af0cfa0d758f2fc2ef2eea1cfd0e831f7'); -INSERT INTO messages VALUES(566,310198,'parse','blocks','{"block_index":310198,"ledger_hash":"ff51bfc670b1387bfce53781750e35a3bf69d907167cf9cf57e15613cc0ff3b2","messages_hash":"96c6611e0d15a3ecc786595dd801900227b9145af8af5310138b27ac772f38e2","transaction_count":0,"txlist_hash":"1443d1c76f64272d6ea00fb8f78913e72c617c515a162c9f1c213be02d48008a"}',0,'BLOCK_PARSED',NULL,'b3a361f362182cc26d3b6301f3aab24c7593f6d6ea1f529fa2bf2b88cd0fe797'); -INSERT INTO messages VALUES(567,310199,'insert','blocks','{"block_hash":"494ebe4ce57d53dc0f51e1281f7e335c7315a6a064e982c3852b7179052a4613","block_index":310199,"block_time":310199000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'86375ae904a1345af976c0487e7cb496934a026b68161508a5f8b3e3a459f385'); -INSERT INTO messages VALUES(568,310199,'parse','blocks','{"block_index":310199,"ledger_hash":"e5f8f8f00de32f0d8d2b62eba27218edcee77563960fe074da5ae86bf5b553f1","messages_hash":"a27effea3aaaf596164710db01815210b51a993aa71972cef283a5e209ecd918","transaction_count":0,"txlist_hash":"87fca2825c48b9ec9db31e2d6e8e8354a0ceff7fa3df299dc2868c7d616a9599"}',0,'BLOCK_PARSED',NULL,'abfb5fec20f16ff99597afd00562105552575ed19acba9c1d9882da55cc152e3'); -INSERT INTO messages VALUES(569,310200,'insert','blocks','{"block_hash":"d5169d7b23c44e02a5322e91039ccc7959b558608cf164328cd63dbaf9c81a03","block_index":310200,"block_time":310200000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6c8793199a91ecd8d7f8ab3656e5b8bb34ba597b662fbb61fd58c5575605240c'); -INSERT INTO messages VALUES(570,310200,'parse','blocks','{"block_index":310200,"ledger_hash":"fd8fb664576868d4f1c843b28efc7ee028417034a33d6f5635238bd13c701b2a","messages_hash":"ef88ee05db80d3548e7b4417a94aca214929b726e8819eb38f329ffc4a14cc25","transaction_count":0,"txlist_hash":"a88ca1fa9d0dfccf2e49323a500ebdfab7ba13b60dc9011c6b510741148dbf54"}',0,'BLOCK_PARSED',NULL,'8ea4d2f52c77af60fd32076b95fda9fcb4bdb7a0a22e31fc7a9d78b8ae12a8ef'); -INSERT INTO messages VALUES(571,310201,'insert','blocks','{"block_hash":"8842bf23ded504bb28765128c0097e1de47d135f01c5cf47680b3bcf5720ad95","block_index":310201,"block_time":310201000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'89c0deb083ef357a46158edb7ec0d1dc756bb82402dc0c651fa243dce27d1f7a'); -INSERT INTO messages VALUES(572,310201,'parse','blocks','{"block_index":310201,"ledger_hash":"7e2dbbf14c0620ac0fd4e0e676857e2d055fff80cadfe2d9d0dfe07d36738722","messages_hash":"4a3f3fcf80aad0c3e9afed06589149af480c3a67d481d14f81f48d579ca28432","transaction_count":0,"txlist_hash":"f20074cd00170edae909606eb1bd3937afaa3711590eb7d788c564ddbdc6600f"}',0,'BLOCK_PARSED',NULL,'8daaf3885bfc15efd95305c799f20d87e23068d3c6c315edb2590aae9a283c6f'); -INSERT INTO messages VALUES(573,310202,'insert','blocks','{"block_hash":"95fa18eecbc0905377a70b3ccd48636528d5131ccfa0126ed4639bc60d0003d8","block_index":310202,"block_time":310202000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'873185f6a899020125f7fb509d9b4f26676c14348f5cdbf902d65f44832e423c'); -INSERT INTO messages VALUES(574,310202,'parse','blocks','{"block_index":310202,"ledger_hash":"084c24e81842ec8edc4144ad64df9f12377318fe4dc491b307b7d377f3f81b2b","messages_hash":"341e9b5603458dc960a7729976196b6cdec75260b4bbd75038d22d43b5aa3780","transaction_count":0,"txlist_hash":"76c57648e216c5f191f04b79d2a1149d273b2a58a6b4956eb1d077abd2cfc113"}',0,'BLOCK_PARSED',NULL,'edb0194c0937b24167836b519e6428d9050db212158df2385cb15cd83cb21fd7'); -INSERT INTO messages VALUES(575,310203,'insert','blocks','{"block_hash":"ab15c43e5ac0b9d4bd7da5a14b8030b55b83d5d1855d9174364adbebf42432f8","block_index":310203,"block_time":310203000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ee8cef9e3747e0eba5c69a1ca588ad208a6bac4b9445d388e947dc7e23844db8'); -INSERT INTO messages VALUES(576,310203,'parse','blocks','{"block_index":310203,"ledger_hash":"4b0b8d82a5a2c8600a09b1050eed4440d9e0f2d817498f3e32ba27ebcfbaf6d5","messages_hash":"b432b5d565c0bc17defa007fda87f9bcf122ae87c685ab73af45a635b3c8c89b","transaction_count":0,"txlist_hash":"3e49b55d1309646ffce3b91d3cc3c53c488377518fe30cf6397c0d3c2aec45f4"}',0,'BLOCK_PARSED',NULL,'2326acf1b66406d20fdd0bee78f34a0b064ef1f545c97cd8fd7042da9ce0d351'); -INSERT INTO messages VALUES(577,310204,'insert','blocks','{"block_hash":"18996fb47d68e7f4ae140dc1eb80df3e5aba513a344a949fd7c3b4f7cd4d64cb","block_index":310204,"block_time":310204000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5ea1066960da42f9b051185721f18e53f2291a0874f0e8d680038305b5658bd4'); -INSERT INTO messages VALUES(578,310204,'parse','blocks','{"block_index":310204,"ledger_hash":"9f81657142f7523c01595bef4e9008d8525c2337f6d90140e05abad619d94416","messages_hash":"96a5ca0b109fe25af42a094563c257f69a311549288bb7ba7445bd50fcb3592d","transaction_count":0,"txlist_hash":"89015233602aeb77d2097a328f2a5a065245131ac88ec6ac2d2b9b056e7764b6"}',0,'BLOCK_PARSED',NULL,'16aa3a62d074d0b845147a3958b0e43721f84c549f8b4967980fba2fccf5a6c5'); -INSERT INTO messages VALUES(579,310205,'insert','blocks','{"block_hash":"5363526ff34a35e018d1a18544ad865352a9abf4c801c50aa55742e71630c13a","block_index":310205,"block_time":310205000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'39ec13abc8dcf089d9c59c2b9c03684cf16058f9b0ab3c61a0dabde8d58c1caa'); -INSERT INTO messages VALUES(580,310205,'parse','blocks','{"block_index":310205,"ledger_hash":"fd1cdea0193ed914cc408968efa42377d7c69453aa9bdf8bdf0731d4b1501b01","messages_hash":"c00cc21810f7979f844f25a907cdcd62eabc4aaee80f59a7c68a35fce3518d70","transaction_count":0,"txlist_hash":"1ea101d94c29967a141d71d3b8b15b278f3530c4c16c7e0219b892072d89f8f6"}',0,'BLOCK_PARSED',NULL,'0201e8ee1a5cf0b4004c88d2217f20846c18978653ae047bb5645140c4332909'); -INSERT INTO messages VALUES(581,310206,'insert','blocks','{"block_hash":"0615d9fca5bdf694dca2b255fb9e9256f316aa6b8a9fc700aa63e769189b0518","block_index":310206,"block_time":310206000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da46d962bb9a38914613b1f14091b712d27f7dd0829b65c1fbf47068f7f2032b'); -INSERT INTO messages VALUES(582,310206,'parse','blocks','{"block_index":310206,"ledger_hash":"5845d6bedf81fba710999bf2954b3c1f3f9ca007a09d812ccae8e2a6d3b9bb07","messages_hash":"38eb4f09763e2d86bb16fe11bf70524abc95a00ae08802af1574aea14eeb74dc","transaction_count":0,"txlist_hash":"e26d49ceb523c99c2583e7bec1b4bbe1f8686c2bd009626fa4c8966c642a1bb8"}',0,'BLOCK_PARSED',NULL,'457b45a266739781aa2cf7dab13f71c5d59fa874d544b9414a5c99f5370706f7'); -INSERT INTO messages VALUES(583,310207,'insert','blocks','{"block_hash":"533b4ece95c58d080f958b3982cbd4d964e95f789d0beffe4dd3c67c50f62585","block_index":310207,"block_time":310207000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e2ab750aef103ea9b300275dfa3a4bc1ffe021a6410fa1cccb0eb1980a596c49'); -INSERT INTO messages VALUES(584,310207,'parse','blocks','{"block_index":310207,"ledger_hash":"b65cf7069a0eb909357cd5d45129b70c576eeabc0cb13404029d088e24a2be34","messages_hash":"6638a51bf6824e8d18098f46eb17a523f75966ed426f1f7b2a62613067b1c3ce","transaction_count":0,"txlist_hash":"596206790b52de9f791b99f7e71e3543cec87d4c3b9439ded8b7cbcd182b08e6"}',0,'BLOCK_PARSED',NULL,'ffe9403728b2493fcc2063d846c2490cd374fac266a8f99fc946dcd6a771fa85'); -INSERT INTO messages VALUES(585,310208,'insert','blocks','{"block_hash":"26c1535b00852aec245bac47ad0167b3fa76f6e661fc96534b1c5e7fdc752f44","block_index":310208,"block_time":310208000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c0916aec3349069fe88429f14c1801eb6b2dc9d75c5c73e26edb7060678d1792'); -INSERT INTO messages VALUES(586,310208,'parse','blocks','{"block_index":310208,"ledger_hash":"aa54dc010fec8a0ef3871c91667c45e88ffac08ee2fc93274d7ad1b2b5b28102","messages_hash":"1850ae0ed6f2e07f0a6ccf74c3e896d725cdc8c7bca1ac6c9d5fbf4035018386","transaction_count":0,"txlist_hash":"3414e0af132ec9df1da5a4304a3c94529bd915631443d34b759a017ad166863a"}',0,'BLOCK_PARSED',NULL,'6ee015cfdeeae007a7bde65c66dddebf063d26222fb7264c525f1245606e3bef'); -INSERT INTO messages VALUES(587,310209,'insert','blocks','{"block_hash":"23827b94762c64225d218fa3070a3ea1efce392e3a47a1663d894b8ff8a429bf","block_index":310209,"block_time":310209000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7314e3a6b635882900f342f1755106dc9f04185afbc7a46f761b1f85350922ca'); -INSERT INTO messages VALUES(588,310209,'parse','blocks','{"block_index":310209,"ledger_hash":"c7866cb2098c87c1333da5b3dce4c84bdeb620c9f1898456b7cceb23e4027df0","messages_hash":"e351965bab593756d1a748532580bb9062d4dfa9049930b5edaab1529d7477fc","transaction_count":0,"txlist_hash":"56dce3d0e9dfa62c44e422f41ecc1517bc98302341496db287adf309f666d3bb"}',0,'BLOCK_PARSED',NULL,'a289d1059e32e624771981314bd06888f53d629cb256481c7dda6809ad44c025'); -INSERT INTO messages VALUES(589,310210,'insert','blocks','{"block_hash":"70b24078df58ecc8f7370b73229d39e52bbadcf539814deccb98948ebd86ccc0","block_index":310210,"block_time":310210000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'17260abb7cd0a574473ff1dfa9d835c30f72ba5000e505b8471d7c490c4a4d9b'); -INSERT INTO messages VALUES(590,310210,'parse','blocks','{"block_index":310210,"ledger_hash":"207a1c90d1658d55fa0fc2e1507fce98521647ab5c4d11099c2742279cc92b3f","messages_hash":"0465c3e67ab3f274e477244dc8efb4c866351622f8a952376397680ab3d4ca54","transaction_count":0,"txlist_hash":"ecd4bb45bef1d8b395add25118bbeedc8d96f818a471bd7606554946a023b151"}',0,'BLOCK_PARSED',NULL,'be033ca79edae1214fd069f938038127fa6f664fe6dd95719771464f2a0efb00'); -INSERT INTO messages VALUES(591,310211,'insert','blocks','{"block_hash":"4acb44225e022e23c7fdea483db5b1f2e04069431a29c682604fe97d270c926d","block_index":310211,"block_time":310211000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f2f874c5eb20b75693d2ec7598fee7f139e78de3d94b5683063c7140ffab7f6d'); -INSERT INTO messages VALUES(592,310211,'parse','blocks','{"block_index":310211,"ledger_hash":"dfc7fe172f9bc77148a1bfad5d441a3688f718b4985406d0cefd4c4dcd926208","messages_hash":"25a3150e9633160719eb75e7905a71c2e3e5ce3749108c8becc684a8d71e6d49","transaction_count":0,"txlist_hash":"f999268e3400907f85a0448d124df4d139b228327721fad7ad29ef595b0d16c9"}',0,'BLOCK_PARSED',NULL,'cdae2efe374aa29bfea2b8e5518e911200f4f150c80c3dab1e0fe8a739e9353e'); -INSERT INTO messages VALUES(593,310212,'insert','blocks','{"block_hash":"6ef5229ec6ea926e99bf4467b0ed49d444eedb652cc792d2b8968b1e9f3b0547","block_index":310212,"block_time":310212000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b21c7856096475261939ef49ee8372332a02f437cb7ba6358bdb220965a5c38b'); -INSERT INTO messages VALUES(594,310212,'parse','blocks','{"block_index":310212,"ledger_hash":"32a39bff0606ec93454a2cb144c0bbd1939bf2be6a2ae369b885afc0b5ef33c9","messages_hash":"0863768dbac00d552bd52772e6f96fcfa17c6f0e0f1f5ebf5ed2ac418ac179a7","transaction_count":0,"txlist_hash":"2e46422b38cddef2d8a10b343115c5e587b5456480fb1a019f0a5d541e90afb8"}',0,'BLOCK_PARSED',NULL,'ec3d59720959502877bab7c11f75733b95cd00fd7950265f8ec5ac6d3a4b9c0f'); -INSERT INTO messages VALUES(595,310213,'insert','blocks','{"block_hash":"17673a8aeff01a8cdc80528df2bd87cdd4a748fcb36d44f3a6d221a6cbddcbe7","block_index":310213,"block_time":310213000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'397369c8dd52c531c2e868095f81976cce7ddd477fd041ec5f1a8ee5e2f67590'); -INSERT INTO messages VALUES(596,310213,'parse','blocks','{"block_index":310213,"ledger_hash":"15968873880e97e849e59971d4ef19881b1c11c3148dba966f51d986c59ccf36","messages_hash":"830219f457830c27d581eb451d6cae1c943f340c39cf656d4e1c575052d26f6e","transaction_count":0,"txlist_hash":"fa1e7562a89ee572607e6cdbf26c80d4ee1aac2bcd45374d166e2e993f8672cb"}',0,'BLOCK_PARSED',NULL,'7cb8c71eb3b5157bf693a6f6e5407b69bdac58099ba9c31fbfc6a686e473c310'); -INSERT INTO messages VALUES(597,310214,'insert','blocks','{"block_hash":"4393b639990f6f7cd47b56da62c3470dcbb31ef37094b76f53829fc12d313454","block_index":310214,"block_time":310214000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d185f95c95a8ee63cca45a7fab94c547329248ef0538702d9fce4063d79bf20b'); -INSERT INTO messages VALUES(598,310214,'parse','blocks','{"block_index":310214,"ledger_hash":"dcbdc463154fe49a7f22611fcb53e5ca78501424ba741040d89cac9db0a03ac4","messages_hash":"967bb18dc4d7771c9f66d4d8f22f28efafbf39f24104771f63405be99c6f4e1d","transaction_count":0,"txlist_hash":"5928d3221dd0bd142368585dc56f9f8a68885be95b7ad46c35bc37fbc61f651f"}',0,'BLOCK_PARSED',NULL,'b6451f8a9fe08415e6a153e9da4338a513d93555db04a6f2f531fa7c3ca4a83b'); -INSERT INTO messages VALUES(599,310215,'insert','blocks','{"block_hash":"c26253deaf7e8df5d62b158ea4290fc9e92a4a689dadc36915650679743a74c7","block_index":310215,"block_time":310215000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'30f2591b98e08187bff667f6d6d5bf19521a1e83b801fc545e12a14855d501f6'); -INSERT INTO messages VALUES(600,310215,'parse','blocks','{"block_index":310215,"ledger_hash":"6047855f1c691f27ade1cc4c587f1c11ff68f5f5bd7959a23f801e5da7773eed","messages_hash":"be67996da2946607c804830ee23d3e384056dc725b7fea9e5b9ac7326de8f5af","transaction_count":0,"txlist_hash":"b6410b25a5d6f17a5431f621d6226491bcb2ed97dac543c06e832cdaa8853d5a"}',0,'BLOCK_PARSED',NULL,'76b73ab9247bcb9c1861db5a62178275d0e95e9e5c349c8c6d6dd89192ea8732'); -INSERT INTO messages VALUES(601,310216,'insert','blocks','{"block_hash":"6b77673d16911635a36fe55575d26d58cda818916ef008415fa58076eb15b524","block_index":310216,"block_time":310216000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fdb18ddcc0030e534cfb4333d77328951cf9b20f9423ef92e0273f4b8ae5a0e7'); -INSERT INTO messages VALUES(602,310216,'parse','blocks','{"block_index":310216,"ledger_hash":"a12fbb09858868de79095c8e3222f6fa179f2f00bc3c97c8205fd9367ae05aef","messages_hash":"2776fd293af1d65aaf32eb0cc8ed3e99ef2a757495cba6c3ae0092ffcf511fd3","transaction_count":0,"txlist_hash":"f8b3b6d36fcb97071d826e68d2e6e5bc60f982c470e68644d94a6ec1342d0148"}',0,'BLOCK_PARSED',NULL,'00990b18910033ea57fe1db8fd0b2d3c6e4c4a38f5dc75a560d0284b70a655c2'); -INSERT INTO messages VALUES(603,310217,'insert','blocks','{"block_hash":"0e09244f49225d1115a2a0382365b5728adbf04f997067ea17df89e84f9c13a8","block_index":310217,"block_time":310217000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'add88feb6798b525af20f1fc7baefa9b2706660f94fde907197bfaef8eb9e668'); -INSERT INTO messages VALUES(604,310217,'parse','blocks','{"block_index":310217,"ledger_hash":"419d8dc096dd58523cd4822748754158f0c11945bbb62100cb5268cd802580a8","messages_hash":"70c8f0fa303d6a0a1cf6518eaedec8f93c9692bfaf65435ebd93ed6be6a93b57","transaction_count":0,"txlist_hash":"a61fb813a69ed40eae923918a73a8dfe51dd6fa14f5426ada1a5a543ab7bb0ce"}',0,'BLOCK_PARSED',NULL,'a4ec34f49a116944f1dbae77cf2236de6c53f1f7256581b9c72b47849a55e02f'); -INSERT INTO messages VALUES(605,310218,'insert','blocks','{"block_hash":"3eb26381d8c93399926bb83c146847bfe0b69024220cb145fe6601f6dda957d9","block_index":310218,"block_time":310218000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'acf9eb5bdf1e659191300c255561e20e6270bb6deb7f6dbaf714b766bfc30d47'); -INSERT INTO messages VALUES(606,310218,'parse','blocks','{"block_index":310218,"ledger_hash":"a36c07f7fdfaf7878d73baf14aee58b42220b2b2411fd1864450ec6ce1fbd173","messages_hash":"ee33d508cb508019648b2dec97c0e00474763337caf0324afc326d9c3200755d","transaction_count":0,"txlist_hash":"dc1d785fe75a506a691f0eccaf752017fbaf5ce2b7225bdde3fb538281698e4e"}',0,'BLOCK_PARSED',NULL,'5d2f4a516a55ecc4ceb67557419721a064b384c1bf0a944cc13815faa5f66190'); -INSERT INTO messages VALUES(607,310219,'insert','blocks','{"block_hash":"60da40e38967aadf08696641d44ee5372586b884929974e1cbd5c347dc5befbf","block_index":310219,"block_time":310219000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53537438fa66e657250c7d08e179c9426acadc3cee061466f8a43dfcca9514d2'); -INSERT INTO messages VALUES(608,310219,'parse','blocks','{"block_index":310219,"ledger_hash":"7958aa94088ecf0384a9a6b0569e9507d208e009e9ce139c823960e40996a47e","messages_hash":"2eda16ace164a3be1934a7ed75dae75f306970d337d590ec84c82e3a660aa609","transaction_count":0,"txlist_hash":"c9aa622e3b372ba0c76efe97c1443cb89f2dfbcf8ff5e28dedf9b3abab3d6384"}',0,'BLOCK_PARSED',NULL,'132e1e21dbaf0ade0b2c5cfcf3f3ae38bd226f902444f8be8458db43ca3b6e55'); -INSERT INTO messages VALUES(609,310220,'insert','blocks','{"block_hash":"d78c428ac4d622ab4b4554aa87aeee013d58f428422b35b0ba0f736d491392ef","block_index":310220,"block_time":310220000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4c78ef5c2728c0637084724fe7980a35314611a2daf68c5a2b0c78344fbc29be'); -INSERT INTO messages VALUES(610,310220,'parse','blocks','{"block_index":310220,"ledger_hash":"00907c4368c2dc76d1ef98a0ba3c86bc4746ed2734b0c10f3797e0af70714240","messages_hash":"aee3fde6d7f876156503588b341279275d7eb9fd0b3ef5b9e778fafb13be6968","transaction_count":0,"txlist_hash":"d0c3959f899232cdb5fed61bac2c09e45254959e8bc1a076acb3ba5e3ee63e65"}',0,'BLOCK_PARSED',NULL,'9c0b52fa3b8e743d76f56d53c10f41d20f14eb31d53cdd074db8bbbf2b33ce2d'); -INSERT INTO messages VALUES(611,310221,'insert','blocks','{"block_hash":"cf5263e382afd268e6059b28dc5862285632efe8d36ba218930765e633d48f2d","block_index":310221,"block_time":310221000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a98b388388472ae88519ce1ea0b71d01b031f7f58f92a2995d4453d23b8b2a83'); -INSERT INTO messages VALUES(612,310221,'parse','blocks','{"block_index":310221,"ledger_hash":"2e42f882087dc2158036592298321113f1b34e15b414efa6d43364c06d368540","messages_hash":"b030b9e5d6f873cced43a4f7b0b37f98f4092a3e8e5c00748a0eda266397be42","transaction_count":0,"txlist_hash":"cf40107f8d11aa8ba96b03912967f88c44e69e20d7105f497d5418fc08aa5800"}',0,'BLOCK_PARSED',NULL,'423843b8a55fd601eea059fbfc6c09e3137e0df43b6630855a80b3218422345c'); -INSERT INTO messages VALUES(613,310222,'insert','blocks','{"block_hash":"1519f6ec801bf490282065f5299d631be6553af4b0883df344e7f7e5f49c4993","block_index":310222,"block_time":310222000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a15acf5553c894573e6771d47f797130032a91fbef154dede5d378b4436e2561'); -INSERT INTO messages VALUES(614,310222,'parse','blocks','{"block_index":310222,"ledger_hash":"00c4a5d41dd629bd0973c03152e4519214dce68498999c8dddc1f7a1cad28a82","messages_hash":"c51c7e1f2557cbb59a8f4f4636eac0a1b4cfa509731bce1771bc8a8cb0750f4a","transaction_count":0,"txlist_hash":"6a012ee8e82d8d24b0a24d4bbab74cbe226afea1a9c1e129aceccd1d7591a107"}',0,'BLOCK_PARSED',NULL,'37105dca0c508777b067c858e087dd242d893f78b8962b3bc75d9031625221e7'); -INSERT INTO messages VALUES(615,310223,'insert','blocks','{"block_hash":"af208e2029fa49c19aa4770e582e32e0802d0baac463b00393a7a668fa2ea047","block_index":310223,"block_time":310223000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'110948c5e78ed8b1560956302443d57a7259265d550194b8d15018fa552feae2'); -INSERT INTO messages VALUES(616,310223,'parse','blocks','{"block_index":310223,"ledger_hash":"41c7a0fa22ebee9d55f2a3b118314293d155c349ba01069a23ddff76dc842955","messages_hash":"7ca2bed77123e84426fd3519e084f3eb9cc2e83b7ad69ec64263e9aab0682e95","transaction_count":0,"txlist_hash":"1080406ec3ccb84490487860bdd507637fa8fbdc68fc886d082bfcdf9ac835e7"}',0,'BLOCK_PARSED',NULL,'7a555c23ef9a07701e46929640c6d1dc734dee768ecac4789977f3ba13380e15'); -INSERT INTO messages VALUES(617,310224,'insert','blocks','{"block_hash":"5b57815583a5333b14beb50b4a35aeb108375492ee452feeeeb7c4a96cfd6e4c","block_index":310224,"block_time":310224000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8eb3d50a77ecd53b978b758fd885943410ac9db89894d3892e7f9e33d03567d5'); -INSERT INTO messages VALUES(618,310224,'parse','blocks','{"block_index":310224,"ledger_hash":"66c268462442b69efb56b29e08aae1a404d3543e0a20711e8998a31af45ee929","messages_hash":"40351f86d64663cc817a2a0f070948f549526aa5af735d4a2f458fb4718bf48d","transaction_count":0,"txlist_hash":"1d5188bf347d72bc66239f3b4c709ecca24141c5474755c567f4176293f275af"}',0,'BLOCK_PARSED',NULL,'b568863ec0176e04966e9a839c4fa2386cae4498d2f4605fda563aa1734f72ef'); -INSERT INTO messages VALUES(619,310225,'insert','blocks','{"block_hash":"0c2992fc10b2ce8d6d08e018397d366c94231d3a05953e79f2db00605c82e41c","block_index":310225,"block_time":310225000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b7abbf008033fafdb0d6b0423f412f51fdbdde817cae0187d4bb4ff57759448e'); -INSERT INTO messages VALUES(620,310225,'parse','blocks','{"block_index":310225,"ledger_hash":"cf39fb28a7e4d4db7657bb11a30d592a15c049000d7ac86d4fb3d942bf879b95","messages_hash":"bd648edc94d3e375b7336025f3ae14efa2100ec6e91890f3c5df268537a7ac98","transaction_count":0,"txlist_hash":"61dccc2a6cdf50b56700c893611fac0dd6cccadcd672cd438452ebd30852ccf7"}',0,'BLOCK_PARSED',NULL,'85121f463c566face1c54402f2b00c3408f5e10bf06af7b7fa17a8f99a78e85d'); -INSERT INTO messages VALUES(621,310226,'insert','blocks','{"block_hash":"b3f6cd212aee8c17ae964536852e7a53c69433bef01e212425a5e99ec0b7e1cb","block_index":310226,"block_time":310226000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d24c27e4add9703b31f93ab519df208a476678f8b895b8b21c793863ee1e9840'); -INSERT INTO messages VALUES(622,310226,'parse','blocks','{"block_index":310226,"ledger_hash":"cb622a4d04645ad96d3e0006f2b7632e8b82e44206d6c1cb75212b059fe18de5","messages_hash":"ef5932c75fdbc759eda96df0d5963c3b67a8ee0139335fe84409495d10e29b40","transaction_count":0,"txlist_hash":"2c131ef357cdc433dce05cf915be1b2c243e51208c877852a19c67968caddca4"}',0,'BLOCK_PARSED',NULL,'225f76a09384a62cf5257d05b1d199b4d6e77f323e32623476cee4376192d2c1'); -INSERT INTO messages VALUES(623,310227,'insert','blocks','{"block_hash":"ea8386e130dd4e84669dc8b2ef5f4818e2f5f35403f2dc1696dba072af2bc552","block_index":310227,"block_time":310227000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ae31e194c7e5c27fe3d2ce881f6cd894db4819fe8ca233d39b17407cf0b96e1a'); -INSERT INTO messages VALUES(624,310227,'parse','blocks','{"block_index":310227,"ledger_hash":"60ae4209347248a3f7ad39b6436627f06e45433f6b6dd89cfd3383d68974a41c","messages_hash":"a2dbcc73ff119df5ef332ca59f6ef17d61df17584d579cf106a4848ba54c7198","transaction_count":0,"txlist_hash":"200ccbec2ba0927612c50a1ce2a58f856ecbda876943bfc2d3404724fff1927a"}',0,'BLOCK_PARSED',NULL,'c4df9ce003df71ac7052bb9cf2086fae37f53774152ff186754006fda720793c'); -INSERT INTO messages VALUES(625,310228,'insert','blocks','{"block_hash":"8ab465399d5feb5b7933f3e55539a2f53495277dd0780b7bf15f9338560efc7b","block_index":310228,"block_time":310228000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dad7fb718c782ec8494e74533c36add712be3cea1a17af2f88227eb512368e7d'); -INSERT INTO messages VALUES(626,310228,'parse','blocks','{"block_index":310228,"ledger_hash":"798206ee77c9e2fc8fe943f9bf2074c9c2560f534e3304b944e2ed3c89ce8bcb","messages_hash":"b88e81f75a6a794f40803ebdf96197f2231e0a2dc801c388ffbada21eaed1041","transaction_count":0,"txlist_hash":"c8c9a18e8420e274c98c528e0d0636aba20f5a6c983135a61e9cd47d60123185"}',0,'BLOCK_PARSED',NULL,'19f7d04e11f68dfc0233be30fe76040fb9887816a3a0615dd969cadb388c1d33'); -INSERT INTO messages VALUES(627,310229,'insert','blocks','{"block_hash":"d0ccca58f131c8a12ef375dc70951c3aa79c638b4c4d371c7f720c9c784f3297","block_index":310229,"block_time":310229000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'80a44060b6712f8b4447a565fdfecb3e00e0b263c20d41c347c9969c1c22d8fd'); -INSERT INTO messages VALUES(628,310229,'parse','blocks','{"block_index":310229,"ledger_hash":"becad39a4d1bc8d73a856fa1d2bfa251f29b23fec9448a91932dc610243fd8df","messages_hash":"bdb842975089efa30051f4e6fd91390001bbfb8c21ea84317133718c9689b925","transaction_count":0,"txlist_hash":"1d817cb41854bebc85173e6c6c0a8e6ae5a1bdbbd1077a64265ec4c96d60ca45"}',0,'BLOCK_PARSED',NULL,'1c06bcc84a2fd09e99decf93a1c5917ff6cf2b121fe2b4b999cdf3f418b65edb'); -INSERT INTO messages VALUES(629,310230,'insert','blocks','{"block_hash":"f126b9318ad8e2d5812d3703ce083a43e179775615b03bd379dae5db46362f35","block_index":310230,"block_time":310230000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'800895d12f5ec2898068eeaf2c73283ff469cd5acc7846babb730e9791c8e572'); -INSERT INTO messages VALUES(630,310230,'parse','blocks','{"block_index":310230,"ledger_hash":"e08eac4daa7d7bc70f2f47a835bb80993d6d6db06d8d8986101b717db1c62ed6","messages_hash":"8a9ba5afb4623d2cc3d4c351dc2b7f572968b196de0845fc9af6f54843e3e437","transaction_count":0,"txlist_hash":"d37fa640132bf2595891bfaa5d1d562495c780569e2a5d4f8863fd60d6396d95"}',0,'BLOCK_PARSED',NULL,'2180f36f96372da9e3facb487459bb44ab95a4409d532d883e6621542813d552'); -INSERT INTO messages VALUES(631,310231,'insert','blocks','{"block_hash":"8667a5b933b6a43dab53858e76e4b9f24c3ac83d3f10b97bb20fde902abd4ceb","block_index":310231,"block_time":310231000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a32817a84dc70a41de3cb1fd4792a279f6175439ca5f09fc177201f796ee3e1d'); -INSERT INTO messages VALUES(632,310231,'parse','blocks','{"block_index":310231,"ledger_hash":"a761c29e76c9d5090cd1d6424beb91d0a9fd9546c67ecaa6d4879177b6745b59","messages_hash":"77ff45a9a3c1d63c79b4458b8f00c4a13698483d74fd31dd4de867983977fc22","transaction_count":0,"txlist_hash":"7bdcbdcc058e4c3d39751316b39bc65594624dc79fc8556e2847c94fb5986200"}',0,'BLOCK_PARSED',NULL,'13fe3713d18d9ed124163ae901058a07dea424185aba40d59c12370e6661139c'); -INSERT INTO messages VALUES(633,310232,'insert','blocks','{"block_hash":"813813cec50fd01b6d28277785f9e0ae81f3f0ca4cdee9c4a4415d3719c294e8","block_index":310232,"block_time":310232000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d5b279f6ef5a9f9daa4a3a3700598ae282834ea40e95e0eac647a41fbd835cc1'); -INSERT INTO messages VALUES(634,310232,'parse','blocks','{"block_index":310232,"ledger_hash":"5da469b7e21ad8ec4fe7cc2f426dcaeb18a3a4a3c44385d529a8b252c77a9e43","messages_hash":"df98e1978c4ddc00b63f0cfb78566a0aa34f252a77cd4f9a3ff46932e41cb8a9","transaction_count":0,"txlist_hash":"721ab1fecac8b537de1c90225f23a62d02a6e8b392f5211a8e020d9169dc75f6"}',0,'BLOCK_PARSED',NULL,'61aa6eb2e7ad9b42157e629eb2edfb82724ad3431e8cf1cd6029c9b7e93e8dd6'); -INSERT INTO messages VALUES(635,310233,'insert','blocks','{"block_hash":"79a443f726c2a7464817deb2c737a264c10488cac02c001fd1a4d1a76de411d6","block_index":310233,"block_time":310233000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'89fff467c0f31fd72088e055e7485c67cb880885254c2482d23a7a9ee0320a01'); -INSERT INTO messages VALUES(636,310233,'parse','blocks','{"block_index":310233,"ledger_hash":"d8531834d572acc01591997cac000185facc033e1ab72f8218a70d0ae3898914","messages_hash":"045cca213f2fe89eb8b954e68fd645cbb0a3150a369564744232251c321403c2","transaction_count":0,"txlist_hash":"a0b57a1491335a2fde88223b77d7c8a248101187be0b71894b6c56c426603867"}',0,'BLOCK_PARSED',NULL,'c2d15a836c9d04e6c56f4bded0f5158f0cf02cb76e4a02ed4962833ffd7564ec'); -INSERT INTO messages VALUES(637,310234,'insert','blocks','{"block_hash":"662e70a85ddc71d3feae92864315e63c2e1be0db715bb5d8432c21a0c14a63cd","block_index":310234,"block_time":310234000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'db9848aa8ba7195a74c3e91a6d62e33a966ea8f3c64710012536de495576b9b2'); -INSERT INTO messages VALUES(638,310234,'parse','blocks','{"block_index":310234,"ledger_hash":"0ac6803ab61e14bb08fd8051424565086ab11b4d33faef077f5a0732eec6f766","messages_hash":"f5675418725f19709f28d62f1b37d65c7d4236f1e040c7794c86d8022983f06f","transaction_count":0,"txlist_hash":"b719ec81bc5245492809b946a86c76c121148d506292a4ae125b368f1a24b72a"}',0,'BLOCK_PARSED',NULL,'778482ae97abe72ea59c554be714faaec7ecce697f1302d9bb0bace78d62d160'); -INSERT INTO messages VALUES(639,310235,'insert','blocks','{"block_hash":"66915fa9ef2878c38eaf21c50df95d87669f63b40da7bdf30e3c72c6b1fba38e","block_index":310235,"block_time":310235000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'32586f40afc3167bb9f4c8817b15b77de4ceee3dae6a98c9ae1934176efc3736'); -INSERT INTO messages VALUES(640,310235,'parse','blocks','{"block_index":310235,"ledger_hash":"5f7de1c7fe45858dcc844604a77051d55de3b9dbb5f5d9910ead8bd0f3af48d8","messages_hash":"57b6eb8167261046853ef339d7a78710fe08fa8bbf5441d5e1ca0016f3c6b0ed","transaction_count":0,"txlist_hash":"8d81c116619e760608161facac457bb00d4e816c049afbe42f6e0f7d7f1d09cd"}',0,'BLOCK_PARSED',NULL,'ab808bd4a185753dd4a25ed501a01e61473f6e63987c48a59cbcab19b92e3538'); -INSERT INTO messages VALUES(641,310236,'insert','blocks','{"block_hash":"d47fadd733c145ad1a3f4b00e03016697ad6e83b15bd6a781589a3a574de23e4","block_index":310236,"block_time":310236000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8e0954adde8b86f3ecdae73e5e5c1826d47c5443084a33752be05a3e52d6997a'); -INSERT INTO messages VALUES(642,310236,'parse','blocks','{"block_index":310236,"ledger_hash":"c0437ca60921bb73516c31a74f78d2fb48d2c628b629c8f55c8fbb0060718d76","messages_hash":"9446abb5779fe326e0de72f205c67233384ff26616f3f96064bc983970592a73","transaction_count":0,"txlist_hash":"1c50aa16f8543f1eee5c2585aa8f7ee373bdb58648b430189ef4d8c9b0b767db"}',0,'BLOCK_PARSED',NULL,'83e26d141f486a42813c0c15249425420374143a4feb221cc077231a45687a5b'); -INSERT INTO messages VALUES(643,310237,'insert','blocks','{"block_hash":"2561400b16b93cfbb1eaba0f10dfaa1b06d70d9a4d560639d1bcc7759e012095","block_index":310237,"block_time":310237000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'28e7450c5b77a67df986ee3830e3d38a18be23586991a6150c49d50c4d973277'); -INSERT INTO messages VALUES(644,310237,'parse','blocks','{"block_index":310237,"ledger_hash":"4340ab34a083b38dbca477b6cc2479e6d70ffd6d6b9b75772068674297abadff","messages_hash":"15c716607455bdfeb9d9f5c865f69b524364933799e312ff9f9124f29422982a","transaction_count":0,"txlist_hash":"2f23795147dfb09a113607e442cdc926222a2b9c3dc173b9e92ab8560de20c9f"}',0,'BLOCK_PARSED',NULL,'278061c0a7f3c91a621365acfca2983a2ee1880fe73f18b03303e41bd449d8df'); -INSERT INTO messages VALUES(645,310238,'insert','blocks','{"block_hash":"43420903497d2735dc3077f4d4a2227c29e6fc2fa1c8fd5d55e7ba88782d3d55","block_index":310238,"block_time":310238000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d4934d9c002f764101c989197ad732ea21d39609ce7edff18e6a1a0f08f0bbe8'); -INSERT INTO messages VALUES(646,310238,'parse','blocks','{"block_index":310238,"ledger_hash":"6a76891c10ff0f9416ae1a024b985d621154918bd8ab545980b57fd2d18c4af7","messages_hash":"57ea4b312927253cdb1b5e73c04efa44bcf068671c6ec0351c34bf96dd258d03","transaction_count":0,"txlist_hash":"31d5717812d8f7e54ac8b7a000c7b599e2123a1de205cef6559b3930c466b961"}',0,'BLOCK_PARSED',NULL,'65aea26440adf35e90667759cff5706bdaa921f55b532d35ef89add5704586c4'); -INSERT INTO messages VALUES(647,310239,'insert','blocks','{"block_hash":"065efefe89eadd92ef1d12b092fd891690da79eec79f96b969fbaa9166cd6ef1","block_index":310239,"block_time":310239000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'91191d69f359df8ee336e44c4428d8c5727ad1e4098c5c4def597b1d513c475e'); -INSERT INTO messages VALUES(648,310239,'parse','blocks','{"block_index":310239,"ledger_hash":"1128bb89562fc3b112da425a3dee67adaf741a8021ee378bdfeb44af3b1b1fac","messages_hash":"b51bad0d370db1c068ef38366c07c3078ec9fa7690cc8381f528bd1b862d4a25","transaction_count":0,"txlist_hash":"82b7482bdf98200b43d483dc7725ea9069ab96d897fa88dfafd73334132d362e"}',0,'BLOCK_PARSED',NULL,'a4e39aa743a70fb11dd5f55a641f3fa91c0725434b518987975591bf1e5af729'); -INSERT INTO messages VALUES(649,310240,'insert','blocks','{"block_hash":"50aac88bb1fa76530134b6826a6cc0d056b0f4c784f86744aae3cfc487eeeb26","block_index":310240,"block_time":310240000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bca0aeca15284557b6a64684c3bc4b27ae0e80c44a5f413c5a1484668aee59f9'); -INSERT INTO messages VALUES(650,310240,'parse','blocks','{"block_index":310240,"ledger_hash":"be05624b84b2e76794f065f36b4e98d6c6c120f1d8a5db91957bbe7008ce3240","messages_hash":"af146b780d21fef9ce14c8e513d773f09da36e001bbecd369a2b8d0e607321bd","transaction_count":0,"txlist_hash":"bfd037773e4ad5fedd072183d19e824c36cf21549c374f7d7dab3ac313a1542b"}',0,'BLOCK_PARSED',NULL,'a7330503e12701ebdfe8c72ae757ff88130b6425edf9cad5a6becedf9892ca5d'); -INSERT INTO messages VALUES(651,310241,'insert','blocks','{"block_hash":"792d50a3f8c22ddafe63fa3ba9a0a39dd0e358ba4e2ebcd853ca12941e85bee4","block_index":310241,"block_time":310241000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3e88fbf468967e8eb34d058ec6343b41e0e10a1ddbdd862594608feb7f83bdcd'); -INSERT INTO messages VALUES(652,310241,'parse','blocks','{"block_index":310241,"ledger_hash":"5abfdfb1aa42fb80ca4538062d152d965b6a7a56bd1e170a7a109409a4606b7a","messages_hash":"b3f853fc4ffb26302a1a4561b1faf709bd1f3742cf6414869d3dd731ccb27c62","transaction_count":0,"txlist_hash":"e0bccb8ee5ac848700b228d8d21970f33fcc7a2c091e4b1d1f7f71c09404ecbe"}',0,'BLOCK_PARSED',NULL,'341706cc76cb9177702a62b2621b74efdb68fdf3578cdaee608fbc26c7dc1848'); -INSERT INTO messages VALUES(653,310242,'insert','blocks','{"block_hash":"85dda4f2d80069b72728c9e6af187e79f486254666604137533cbfe216c5ea93","block_index":310242,"block_time":310242000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f4665b92a46e9f8658eaf8269a8c9c426b0bc7f24eb6f5cfa6fcc30cc9f5331b'); -INSERT INTO messages VALUES(654,310242,'parse','blocks','{"block_index":310242,"ledger_hash":"5f354f767df3256aa6a23544a7164160b9fabe481c85d1891f5250b3026dd7b8","messages_hash":"ba6ea38cab43954d70e23cf5cae9768f62968a7259512ede81bd25c209222d11","transaction_count":0,"txlist_hash":"a9b87a1cd3146663579bf192b97136602806865bb60ca2d464e3111872b61b7f"}',0,'BLOCK_PARSED',NULL,'499e999ce47e2565c507b758e90ebc9e5acb449781d04bd527dc0d68169a1a9a'); -INSERT INTO messages VALUES(655,310243,'insert','blocks','{"block_hash":"a1f51c9370b0c1171b5be282b5b4892000d8e932d5d41963e28e5d55436ba1bd","block_index":310243,"block_time":310243000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3f28320fc057ca80cffad093c1a9288254cc6d22382554b97a103bf4aaf6bc79'); -INSERT INTO messages VALUES(656,310243,'parse','blocks','{"block_index":310243,"ledger_hash":"ea3acc31b3c298237fa11ca4400c65ee46732c96e0b7fac5a183dd49d938e730","messages_hash":"cd606d9426a432a77d079aa4373c52d70c39287cd6ecf59ab1448028a89dff72","transaction_count":0,"txlist_hash":"b7226a87411a48bc0b25e014f2929d63979a297600f51723a0c9bb89fef120b0"}',0,'BLOCK_PARSED',NULL,'ef6811a39a5205a43d17f2dac7612fa632fbc4dc8084de54edeebd0edc182156'); -INSERT INTO messages VALUES(657,310244,'insert','blocks','{"block_hash":"46e98809a8af5158ede4dfaa5949f5be35578712d59a9f4f1de995a6342c58df","block_index":310244,"block_time":310244000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7fc56bd41258b95bede935dad7cb0f1ec243ff181597cb4a92124c6eb5dc4cab'); -INSERT INTO messages VALUES(658,310244,'parse','blocks','{"block_index":310244,"ledger_hash":"07ad792741a48d5a7b657e6c4dc83e3534c79bd1e7da7044139516124adc8f80","messages_hash":"4c9953893882e4d77443892982145625ab358c8f655be69f01bac1476fa0c5b1","transaction_count":0,"txlist_hash":"baab169058840f62c00af1dc51ee0a77fb964dd27c6241463650fdb6c77d3b6a"}',0,'BLOCK_PARSED',NULL,'b3052060bb1577c6f8a1874cedf6dd21094c93c4b612af4668d3b4fc23e8b81b'); -INSERT INTO messages VALUES(659,310245,'insert','blocks','{"block_hash":"59f634832088aced78462dd164efd7081148062a63fd5b669af422f4fb55b7ae","block_index":310245,"block_time":310245000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'20ff390491ad0d3a09991e2bece712a101f9179f8792be8b15f7eca0c514f189'); -INSERT INTO messages VALUES(660,310245,'parse','blocks','{"block_index":310245,"ledger_hash":"d36a618af8e92da03b373ab0137ded666db6cef906a6b2c0cb8c71057a1a5903","messages_hash":"5348f55d0cf564a33280b67616316236052b7d0007003f23bf8347a021ee69db","transaction_count":0,"txlist_hash":"18cf40a1489af6f99dc454630c35dddf20acacbf979d47acb30a5831e55f920e"}',0,'BLOCK_PARSED',NULL,'0a5f80b21fd6ccbf7452ba70fc7fe6642cadfa23b861c959827e5802456d6359'); -INSERT INTO messages VALUES(661,310246,'insert','blocks','{"block_hash":"6f3d690448b1bd04aaf01cd2a8e7016d0618a61088f2b226b442360d02b2e4cd","block_index":310246,"block_time":310246000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'46f3bd5fa2d4fd5105481b0d7fbdbf5bbb1080ab6b5c7a7c25d9f9f5f5ca8dc1'); -INSERT INTO messages VALUES(662,310246,'parse','blocks','{"block_index":310246,"ledger_hash":"a34e154571ee585a839053a851a007d6d433d3efd2b3e923a9c4ec4bb0dc9d98","messages_hash":"0bab4cd376546a230b82c9d77d92266dc61236f178aad78ea17e5e151458b240","transaction_count":0,"txlist_hash":"a2103af3fa84dc4015979f3a629c46e2234f534f86d7c5a403275a8eae144ba7"}',0,'BLOCK_PARSED',NULL,'5627f5c490fcbadd8a3a640ddaa18e1d99cfb7366c2c0a18875d867bd4ff150f'); -INSERT INTO messages VALUES(663,310247,'insert','blocks','{"block_hash":"fce808e867645071dc8c198bc9a3757536948b972292f743b1e14d2d8283ed66","block_index":310247,"block_time":310247000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b1ffa7996f4b6704520235df6ddca2dc2345b7e261b643d8c3aa99be1d665899'); -INSERT INTO messages VALUES(664,310247,'parse','blocks','{"block_index":310247,"ledger_hash":"ee94fcb9210718095ccdf63f30ab081f45dff765a9ca4f5c86b1b0d98973ef90","messages_hash":"4e0877d6c324cb5d5679e6f9159c567529fe64a7c5cbfd7335a790ce60c14f90","transaction_count":0,"txlist_hash":"39cff977657fdbe649c601531383548a3922cde40dd998c355c201cb6deee9f6"}',0,'BLOCK_PARSED',NULL,'c7ea2bd3ece2a39fa462600f6e33d94b83d341010accc7ccb2c87777eea77c7f'); -INSERT INTO messages VALUES(665,310248,'insert','blocks','{"block_hash":"26c05bbcfef8bcd00d0967e804903d340c337b9d9f3a3e3e5a9773363c3e9275","block_index":310248,"block_time":310248000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'531ba26c6815ab50b68319b97ce2a3bccbc5fae939e0cf9d330bd316b10573e8'); -INSERT INTO messages VALUES(666,310248,'parse','blocks','{"block_index":310248,"ledger_hash":"029884a5273466fa45cdfbd91ae3aaca50af0771d22f6b55af6367348c2802e2","messages_hash":"6cdc8c3b9e334d57d6797e62f41a27935bc568f10fe68f0f07dd3a541f60b15f","transaction_count":0,"txlist_hash":"6951bec53cc30ad6d9dd3f38f5fa8e4b876cdb1637595d38614ff3e42b53edce"}',0,'BLOCK_PARSED',NULL,'f2723c9f14589960c53b0a0fd932f16e38429a51687093ebb32c5687b298c078'); -INSERT INTO messages VALUES(667,310249,'insert','blocks','{"block_hash":"93f5a32167b07030d75400af321ca5009a2cf9fce0e97ea763b92593b8133617","block_index":310249,"block_time":310249000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bd292ec73455a197fd49af8a32c55dbafeede7a92c2698d8ce62668c2199cb98'); -INSERT INTO messages VALUES(668,310249,'parse','blocks','{"block_index":310249,"ledger_hash":"dc10674812c5249c693ab7b148d048439a0d77266014f3afc1810a6260838f02","messages_hash":"7fa1b4c3d138d2fdf05be83126499273e196b6d2a621a94d8d771f0f7ff38cf6","transaction_count":0,"txlist_hash":"2f53ae50e27194404c5b85dab55335582b2961c6997393a9c48e6708bab8f1dc"}',0,'BLOCK_PARSED',NULL,'77111577c5a9b9949b84b0abf16d4bea6369e2dd6337f485a38a442c56755fd0'); -INSERT INTO messages VALUES(669,310250,'insert','blocks','{"block_hash":"4364d780ef6a5e11c1bf2e36374e848dbbd8d041cde763f9a2f3b85f5bb017a2","block_index":310250,"block_time":310250000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8b6f63aee5267873ad82464a4a52bcc7616a20a180b9eb3e163ad4f1bea99868'); -INSERT INTO messages VALUES(670,310250,'parse','blocks','{"block_index":310250,"ledger_hash":"a0fd49b46ff0000e83d4c56281dfe2be1bbfc924c75969726754b05bf7107641","messages_hash":"8ed5b183cf238c52f261eed4c74e2221d11e397a4e144f88692c96a77be9c00d","transaction_count":0,"txlist_hash":"5148416db7a3e45edd128f1b9b5c61b916ce94f25638cc90a8d73f60afe64176"}',0,'BLOCK_PARSED',NULL,'d0aaeb6d1145078b76c8e139d3f31a3a310656cbf788c5d90d13c0382a792955'); -INSERT INTO messages VALUES(671,310251,'insert','blocks','{"block_hash":"63a3897d988330d59b8876ff13aa9eac968de3807f1800b343bd246571f0dca7","block_index":310251,"block_time":310251000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f0983bc19402e0fc3142f34ebd121dcf6ea4ea285e1ddbeae371db0b32061021'); -INSERT INTO messages VALUES(672,310251,'parse','blocks','{"block_index":310251,"ledger_hash":"bdef6a6203d28d314dc087e539a9cdad19d123b605824f0a66f13bf5f72de9b8","messages_hash":"39a0aea30eef4f64e1443788702492f5e0876d785c0496e2c6661e9f4e611496","transaction_count":0,"txlist_hash":"6742a15406482537d29722db3302d492647e4c7487d840fc8e7d74d0806c3bee"}',0,'BLOCK_PARSED',NULL,'fd21957a5c084d9a82151ab0e2ac8768191c9cdb8fe9fb6fb0638e477253c7ad'); -INSERT INTO messages VALUES(673,310252,'insert','blocks','{"block_hash":"768d65dfb67d6b976279cbfcf5927bb082fad08037bc0c72127fab0ebab7bc43","block_index":310252,"block_time":310252000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c1f3aaa627b6dfd5a9e543970d335120cf44d6c8843e14dc5de0fa6d4bbb5466'); -INSERT INTO messages VALUES(674,310252,'parse','blocks','{"block_index":310252,"ledger_hash":"8da11bec0d58b196ddb073d3aba0def98f01f83da654765fcae21cae6046214e","messages_hash":"147d1e890a6d6d830c0871a208f6630e367dba280d908afb03064c999b83cf23","transaction_count":0,"txlist_hash":"2c11848ca51ba429a094ef40b1aa019c132cd9fd6f954139dab5324d77eb7125"}',0,'BLOCK_PARSED',NULL,'538bc9bf3216e6e6cd46621d1e00947f34a39a5575a69be23a1952fe29ad754c'); -INSERT INTO messages VALUES(675,310253,'insert','blocks','{"block_hash":"bc167428ff6b39acf39fa56f5ca83db24493d8dd2ada59b02b45f59a176dbe9e","block_index":310253,"block_time":310253000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4e617b122f887d27cd7471fd377a870d28dad0d2e2d8d68c304f35bff442c9f2'); -INSERT INTO messages VALUES(676,310253,'parse','blocks','{"block_index":310253,"ledger_hash":"2efa2c5781899d213741e795ca62fbee9d3ddf53792ce002db7484adc66bfbd4","messages_hash":"2dac0ce419c4d36be09b638886c31e3074dc9f34428699cf2ab4e0d754e15753","transaction_count":0,"txlist_hash":"1036976d6406322c4c0afb2c6be13d6b89cfb2feb30306c9df8a499330d5489f"}',0,'BLOCK_PARSED',NULL,'9da7bb66c2e59deed4796c47ef7b7beca6bf40735ebfe773c3c6f7226c239735'); -INSERT INTO messages VALUES(677,310254,'insert','blocks','{"block_hash":"ebda5a4932d24f6cf250ffbb9232913ae47af84d0f0317c12ae6506c05db26e0","block_index":310254,"block_time":310254000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'beaec4acdacf92d911c958a2c05e27d7f516408c13d04b58a7139c84d7cdb4d8'); -INSERT INTO messages VALUES(678,310254,'parse','blocks','{"block_index":310254,"ledger_hash":"d062ec468e76421d3769a99eb3c8b2cbf4bf393d109ba13b3bce128613fff547","messages_hash":"7ccfe22c76dedb88f62e43dddaeba2a812a76e0afee952ed30c721819858f162","transaction_count":0,"txlist_hash":"098200d06ee21c916a203065eae3cffe8e2c80e32bce890f96e6bee400cf16ee"}',0,'BLOCK_PARSED',NULL,'28caf6bdf51c6dcc27309bb01a8e3cdc2637f8d470c4dd8299f87df4fae465dc'); -INSERT INTO messages VALUES(679,310255,'insert','blocks','{"block_hash":"cf36803c1789a98e8524f7bcaff084101d4bc98593ef3c9b9ad1a75d2961f8f4","block_index":310255,"block_time":310255000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c24c5a24a635079c535b27adf832893ca87e9b75c37906f59a3b2e12be00252a'); -INSERT INTO messages VALUES(680,310255,'parse','blocks','{"block_index":310255,"ledger_hash":"5c531dc8a7461e9e7a2ead654509d76c9be3427b1d2b75c0ac7ae0e03126c49a","messages_hash":"ebe8283131a93421eceb520493b86d8e39591a8cebd40d73e65be43b27cd620d","transaction_count":0,"txlist_hash":"b9c0f364e8694264c33b7d993ed45f645410820dd0ff39704b79f6aaa64a46c4"}',0,'BLOCK_PARSED',NULL,'e53c98f8dbb8d081ab353c666c98c9fdd4c943b3cb11b9155aead6731445b9e9'); -INSERT INTO messages VALUES(681,310256,'insert','blocks','{"block_hash":"d0b4cf4e77cbbaee784767f3c75675ab1bf50e733db73fa337aa20edefdd5619","block_index":310256,"block_time":310256000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'69a542648fe78068e4f4a47e732f30e98f0e10284c302f7510b13edfcb70f026'); -INSERT INTO messages VALUES(682,310256,'parse','blocks','{"block_index":310256,"ledger_hash":"8da9f0162e15e33e14e5e1e22c2fd847055a65b99eec519dd069a83bb9006b51","messages_hash":"ae06a920052b690068b75d62e6fb6bc9a2a61453b17100e306d68e2937635fec","transaction_count":0,"txlist_hash":"fbb34ac53fa4a19bb467c92b87291aeafd8bf8c43be49c7d487f962df5c50d21"}',0,'BLOCK_PARSED',NULL,'316cd8baf369c3cef9c78a4c37bead41c932364afa004900d1c96dced64a8a7b'); -INSERT INTO messages VALUES(683,310257,'insert','blocks','{"block_hash":"0f42e304acaa582130b496647aa41dcb6b76b5700f7c43dd74b8275c35565f34","block_index":310257,"block_time":310257000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fe8c26146d2f5b44e941568997456033184f6c847b0dd8c5c5380c37aaa0ba32'); -INSERT INTO messages VALUES(684,310257,'parse','blocks','{"block_index":310257,"ledger_hash":"0cf6657db5f3145587a466c05f237289b639668d844abfd8d46430c090b54913","messages_hash":"27aa8db35197fb30e8da89005107d0fce00bac28fa8731ae1fc2d1cd687ce76d","transaction_count":0,"txlist_hash":"71c115bc32aefb584d499c054cd09d0ea58ea0cc11d187bd5add8f261f43f055"}',0,'BLOCK_PARSED',NULL,'01a28d73895496db86881635d83ea82ac921600cca1df72c6d4b75b33e54d304'); -INSERT INTO messages VALUES(685,310258,'insert','blocks','{"block_hash":"3a0156dd7512738a0a7adba8eeac1815fac224f49312f75b19a36afb744c579f","block_index":310258,"block_time":310258000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3aeab6577cdd43da735a89eb5f802afc14f36e0eba9f7410eadb08eacf501050'); -INSERT INTO messages VALUES(686,310258,'parse','blocks','{"block_index":310258,"ledger_hash":"e340defe4bd84e788f9c5b083849e6aa1d5c7f33123ebe62d7abe04b8a9e312e","messages_hash":"b85e4fd11c6868ca70f0098a895b72ff66530653ed0707f27d3ba189f4875f2f","transaction_count":0,"txlist_hash":"0725d989aaa9e8f1a5604f1807ec8f5aa2db518ec2397479e7e6c48c4d2b04ca"}',0,'BLOCK_PARSED',NULL,'4d7989fa09fc8c7b05b36a5d6c3371b30ebaa3e591c05a32ab6f4cc82384d104'); -INSERT INTO messages VALUES(687,310259,'insert','blocks','{"block_hash":"e5ed3cdaaf637dd7aa2a7db134253afe716ffdf153e05672df3159b71f8538a9","block_index":310259,"block_time":310259000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0e96594d8b6d0271eb043c05e6ca9011c7eaafc2cf7d5d17f09af7feecb3dc2b'); -INSERT INTO messages VALUES(688,310259,'parse','blocks','{"block_index":310259,"ledger_hash":"03ca0cbce5a5b50988c19c0d4e754240f50821695dca767d1169f8c7f5c1fdcc","messages_hash":"9c96a1fe5d50e6437a15ffe128fbeca060dcb0488972de8b699bd254ffdee66b","transaction_count":0,"txlist_hash":"19e343fb3645b7ae94a299eb13691ea02d054e8acef0484a95a4079e42e487b1"}',0,'BLOCK_PARSED',NULL,'ee82b0f18957870620b1816e80ecec5cc6a49f300bc99f17c16032491f2035bc'); -INSERT INTO messages VALUES(689,310260,'insert','blocks','{"block_hash":"8717ddcc837032ad1dc0bb148ddc0f6a561ed0d483b81abb0c493c5c82ec33cd","block_index":310260,"block_time":310260000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3bbd8f1f8354dd566e611df0ea7389c0ba3676aaf62bbc565f7044cf7812e6b4'); -INSERT INTO messages VALUES(690,310260,'parse','blocks','{"block_index":310260,"ledger_hash":"83a3b43e01f4f25ba05b527415baa3e8b8adba319628c245988136bd8fcdfcfe","messages_hash":"f8ac6fcdd708c3396d2a2e8d57cea9575a652e1ae8bd0da8902dd03ad4b9f4d9","transaction_count":0,"txlist_hash":"de3dee5cacbf5af3aaf1dac7cae860b06af7a2ba227f2bd81840d149354a05db"}',0,'BLOCK_PARSED',NULL,'96147dc0ecaacc44fe3de149d33d702193c48e7c739061ddd1bbcfe1029e6dfa'); -INSERT INTO messages VALUES(691,310261,'insert','blocks','{"block_hash":"a2a9d8c28ea41df606e81bf99cddb84b593bf5ed1e68743d38d63a7b49a50232","block_index":310261,"block_time":310261000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ee84744b7dad7d8d5df19bee745a441ebf2917ed0c92a3daa293ae88dfee7ee'); -INSERT INTO messages VALUES(692,310261,'parse','blocks','{"block_index":310261,"ledger_hash":"e61c12005d60870fee947fff469631ee540b1a0d6b8aa67614cfacc0a9f65ec0","messages_hash":"f228cdac6cddc37b9f8d8118ecbb0bd69d44f8ed0049e4501a1621150b566529","transaction_count":0,"txlist_hash":"58b8a751b3daa23993a773073b44d4bb2715075dbe3cc1738f3138383646504e"}',0,'BLOCK_PARSED',NULL,'e37a13c66fd5e2c4a225b0768a0e5ea12aa7219b899f34c9b24a1fca79175d06'); -INSERT INTO messages VALUES(693,310262,'insert','blocks','{"block_hash":"e8ebcee80fbf5afb735db18419a68d61a5ffdde1b3f189e51967155c559ee4ce","block_index":310262,"block_time":310262000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8e42c27ceb555623b642f93305c43e596225a821d47bc5117aaa02f2eb0e9f21'); -INSERT INTO messages VALUES(694,310262,'parse','blocks','{"block_index":310262,"ledger_hash":"c21ac4906d435af5b9ef5576da6bce454f65ef16099b7ee03219a4ae1851bb91","messages_hash":"a9a20b1a1c6abd0c2f863bc91dd281f8978845d44feee37757bc1d3256d3852c","transaction_count":0,"txlist_hash":"a1e30e203c037b242cb1a41e5fd948828da8192a5db70453602961183a00d36d"}',0,'BLOCK_PARSED',NULL,'dc2d8ded750e61e703881ec12aa3bc4cd485bc0aa741f620b576f8ef653b464f'); -INSERT INTO messages VALUES(695,310263,'insert','blocks','{"block_hash":"f5a2d8d77ac9aac8f0c9218eecbb814e4dd0032ec764f15c11407072e037b3c2","block_index":310263,"block_time":310263000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f3c31623528bbd16343be27c56583c00b8c4dfe6476facef6e46b017dd279375'); -INSERT INTO messages VALUES(696,310263,'parse','blocks','{"block_index":310263,"ledger_hash":"676f6c532ff23839fef228a9fac7719e77a3c20efdc17f3cb2d13035c78820e8","messages_hash":"b79a3d4475c2d1dae798fef21b31851618555e98e69f627dd627743887fcecc2","transaction_count":0,"txlist_hash":"ca47834be7a15554ab2dd401462d7d5c14f3f5f9ef9ba715488b1b3704de15ab"}',0,'BLOCK_PARSED',NULL,'ec3cde2ef700356580c73ea0b7f6e006c7f2fadcbde109262387e0dc57f74197'); -INSERT INTO messages VALUES(697,310264,'insert','blocks','{"block_hash":"ae968fb818cd631d3e3774d176c24ae6a035de4510b133f0a0dd135dc0ae7416","block_index":310264,"block_time":310264000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4ce8635853c434a0186a4247b119df82f0d81a838da96e8edb6797a6e90b23af'); -INSERT INTO messages VALUES(698,310264,'parse','blocks','{"block_index":310264,"ledger_hash":"258854505b1d3067bf360f3d0dcb369ed7a90fec8744578d3dde51a79db72c25","messages_hash":"af039b21ffc1c9cf1a68c127dc240fd3b05b28a1025750f56fb3a0141ce32ab8","transaction_count":0,"txlist_hash":"21f8b38aa107a9c6fbd6439244ce85a8a6abd12fde211c4569d28353cad5b8bd"}',0,'BLOCK_PARSED',NULL,'c3df9bac58921711a8d03c345ca611166baf3568f8391281bd2555034ddbe4fc'); -INSERT INTO messages VALUES(699,310265,'insert','blocks','{"block_hash":"41b50a1dfd10119afd4f288c89aad1257b22471a7d2177facb328157ed6346a1","block_index":310265,"block_time":310265000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a1e281b4bcaa6fc8746ad8054d8e363bc710f9470503f85c5c8527b517fc8dd0'); -INSERT INTO messages VALUES(700,310265,'parse','blocks','{"block_index":310265,"ledger_hash":"72ab32c420a7dcac0e7c36c4d9ca81e237955b4d8bc57c87078ba292923ce98d","messages_hash":"f0209e3e0fcd78d0cffdbf7a9472413fbee7e0947bf45b8988103929b4d24292","transaction_count":0,"txlist_hash":"9685f9791c085e79a3c298dfe4f49fd1dbf8b4bdacf45e1d25e7d18382ca0e7c"}',0,'BLOCK_PARSED',NULL,'3d2c404d4ec44095b4a776af0528118a63b805f626b8a2627018e8ed5f529b6f'); -INSERT INTO messages VALUES(701,310266,'insert','blocks','{"block_hash":"1c7c8fa2dc51e8f3cecd776435e68c10d0da238032ebba29cbd4e18b6c299431","block_index":310266,"block_time":310266000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a918c058f8acb09c6d928b34b9e334356ead3b86b815155740e0b1c88915d3bd'); -INSERT INTO messages VALUES(702,310266,'parse','blocks','{"block_index":310266,"ledger_hash":"b81386d19aac285fee4e39a818cb0442e378372f7d55f92e6028b37f974e4a61","messages_hash":"f95d4428aedd2c918af42f744403f021a85276726c5482696de27d49a1a10a7b","transaction_count":0,"txlist_hash":"578600253e06f32b4ee4a312df8213ea7cf12f841858bdf6123b0169cb4bd42e"}',0,'BLOCK_PARSED',NULL,'4914f761e9f633cf7cf27620e74cb8d91b1eecd7edcf1d3b4f7ff9d8e7556f41'); -INSERT INTO messages VALUES(703,310267,'insert','blocks','{"block_hash":"c0aa0f7d4b7bb6842bf9f86f1ff7f028831ee7e7e2d7e495cc85623e5ad39199","block_index":310267,"block_time":310267000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4a148a769783b93c877e43931ef5299d8d72a146fb3fc05901235b7b6a443945'); -INSERT INTO messages VALUES(704,310267,'parse','blocks','{"block_index":310267,"ledger_hash":"ea8fef9e82e451d9650777b051f19fe5e34b8976f1bcc1880b6eebe5feda34d5","messages_hash":"c156911f3e3c74326c2fad4fabcb35e00b966e474703f7218665c7c8a14b6eee","transaction_count":0,"txlist_hash":"face84fc0aa45f7b072d73d4930b32e223cc4c22a620c39334fc836e16b2fb5c"}',0,'BLOCK_PARSED',NULL,'296e788a6e2083e33cffa26370fe3bf8bd35baa2367920027af1409e32147d6d'); -INSERT INTO messages VALUES(705,310268,'insert','blocks','{"block_hash":"b476840cc1ce090f6cf61d31a01807864e0a18dc117d60793d34df4f748189af","block_index":310268,"block_time":310268000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ace487bf0d73be9840cd2ec0d59f5765b72a6db743dd46e938701da76d8ea11e'); -INSERT INTO messages VALUES(706,310268,'parse','blocks','{"block_index":310268,"ledger_hash":"1545d381812f0f0caa827a237f145838276fe058b05af4808615738ca9910bf1","messages_hash":"b4ab6aad68d47d77b44cac428d17743179c5275683e24128e33b677ea4a6c23a","transaction_count":0,"txlist_hash":"ee67f9fcd6ce50ee98da722352a917a46d3c71d2e5ea50294a55c613817e77dd"}',0,'BLOCK_PARSED',NULL,'dad75c2770b6fae22897bbb34376d8464ba1273ca3f92cdd6a4ae3adc6b40af6'); -INSERT INTO messages VALUES(707,310269,'insert','blocks','{"block_hash":"37460a2ed5ecbad3303fd73e0d9a0b7ba1ab91b552a022d5f300b4da1b14e21e","block_index":310269,"block_time":310269000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c256b02de508643a7b297e3131f7ad408d05dd5bb07b6c0f3fda7694bbb48109'); -INSERT INTO messages VALUES(708,310269,'parse','blocks','{"block_index":310269,"ledger_hash":"fd9cf61ac6e1fba409e4220a141ed6c89c18c893c7a752af53d5f7608bc04a67","messages_hash":"9b38b90fccbd7c1ef022ada1ed8036ebca61471cbbf8b4896c4a1ae41ba2626c","transaction_count":0,"txlist_hash":"6d1424cf68a5b1dfddbbafb260989c5b27c060a40026e829476d979cbd8f4412"}',0,'BLOCK_PARSED',NULL,'c7f7e3dacfbb22404e9494ed57405f256177a24db880b36e06468344eb689948'); -INSERT INTO messages VALUES(709,310270,'insert','blocks','{"block_hash":"a534f448972c42450ad7b7a7b91a084cf1e9ad08863107ef5abc2b2b4997395d","block_index":310270,"block_time":310270000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'993d1ccf6ac75d303968f452432b5069edaafc8e9d79382c3903d63c5e096e50'); -INSERT INTO messages VALUES(710,310270,'parse','blocks','{"block_index":310270,"ledger_hash":"1d34c8c0dfdb4733a7b589647abb0e6a08f8de93a5c86fbab786f6d9d1500785","messages_hash":"2a3539cabe57dca365551b1abdae640e0679bd52fb51d8c7d9f5de465026c479","transaction_count":0,"txlist_hash":"fc2696c78afd3051d10ea3ecc56280d2633b732a7c755b9057aa30fb11f58f53"}',0,'BLOCK_PARSED',NULL,'d9033744aea907908febf6c3031629aa94885799ea4c1fae4524e5cfac3ad25a'); -INSERT INTO messages VALUES(711,310271,'insert','blocks','{"block_hash":"67e6efb2226a2489d4c1d7fd5dd4c38531aca8e3d687062d2274aa5348363b0b","block_index":310271,"block_time":310271000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4f1abbd5bf5b2bb990be7045ca6c2bcb7da959fbc7880a2728b750f36a7e53af'); -INSERT INTO messages VALUES(712,310271,'parse','blocks','{"block_index":310271,"ledger_hash":"cf38baabc6e8a082eba1bd8ca2f72af5eb01cb76bd3c9eb101b27080a3a70d17","messages_hash":"2ce454b70617c26bb34625a28cc301683d8b0496b0b50893947ffb4ee304b4fd","transaction_count":0,"txlist_hash":"b28638da352abf83f2250bbc2da0f75b14483d7d4c69c93636484e9e3aaa326a"}',0,'BLOCK_PARSED',NULL,'a18b816b812b71ab5a80931c14dd485beb07fee061a1080498d0c454cf1dec56'); -INSERT INTO messages VALUES(713,310272,'insert','blocks','{"block_hash":"6015ede3e28e642cbcf60bc8d397d066316935adbce5d27673ea95e8c7b78eea","block_index":310272,"block_time":310272000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'80742ffed34fcd652d5b37f11c642416023680d6450dc26084823371eafb22b8'); -INSERT INTO messages VALUES(714,310272,'parse','blocks','{"block_index":310272,"ledger_hash":"2b2763fa5ab2962582c303062da8b8da7280274e615b3e37f93a32e44793ccc8","messages_hash":"c183fb5539f368b08b1f515beff6b3b4ca652f1e2203cd1c4fac6e90e5f655a2","transaction_count":0,"txlist_hash":"329d5096486b8dc452e2a1ee0a36d9a17ddd5bbb3149ddeee2bdb4989a7a3a35"}',0,'BLOCK_PARSED',NULL,'8dd9554dc8967887ec324e614a21d1f2032009c82c3675e3efdba5dfc210d520'); -INSERT INTO messages VALUES(715,310273,'insert','blocks','{"block_hash":"625dad04c47f3f1d7f0794fe98d80122c7621284d0c3cf4a110a2e4f2153c96a","block_index":310273,"block_time":310273000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1a273e393857d793a4f0a1902f7f63e98639a321eeac5a77f7ba99b3cd3d39dc'); -INSERT INTO messages VALUES(716,310273,'parse','blocks','{"block_index":310273,"ledger_hash":"ff9df73d4f92b7557c36f20d8f622923dda225a1ae2871e60f16ee2dfdf5b9d8","messages_hash":"62e46c6604dfb54160d12967d5c4973523742efcd46f4b15f32e6a79ecef2117","transaction_count":0,"txlist_hash":"f79f73097410b602df3a98901e26ed37d07f1da95249cf0e3a62c811d4f7de3a"}',0,'BLOCK_PARSED',NULL,'af04cc6514239f5224c1835409508e8a28f13c2c572426d5ec2a8c0d0534ea36'); -INSERT INTO messages VALUES(717,310274,'insert','blocks','{"block_hash":"925266253df52bed8dc44148f22bbd85648840f83baee19a9c1ab0a4ce8003b6","block_index":310274,"block_time":310274000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9704a6c3ed5bf08cb35e34b2e3972be690cc19b3cf8df0756614be727e14bf25'); -INSERT INTO messages VALUES(718,310274,'parse','blocks','{"block_index":310274,"ledger_hash":"ece29ec2cd160d7634009f41cc2d0f13330d53ec6971c019d69dfa4367f86646","messages_hash":"4a7622bab7f991ae7e565dc67077f5a6d407a6bbfc5d63a4ab78c3b2d09b9b1e","transaction_count":0,"txlist_hash":"bf01b445bc208b9efcb314f1cfa1ea4300fc152ad46a973044abf56dc74e9c62"}',0,'BLOCK_PARSED',NULL,'569613cc58509bd2afebc2838cfdb1fd53de7725487777e8da291a1489fc3e43'); -INSERT INTO messages VALUES(719,310275,'insert','blocks','{"block_hash":"85adc228e31fb99c910e291e36e3c6eafdfd7dcaebf5609a6e017269a6c705c9","block_index":310275,"block_time":310275000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'abaf90c516a36867cfb53eb3db86039fadeaa579727827eb85302ec0993048e2'); -INSERT INTO messages VALUES(720,310275,'parse','blocks','{"block_index":310275,"ledger_hash":"23738d6d8dbf8b44b481f6c0eade991987c84e8025fe1f484c7acd3ead7f4163","messages_hash":"acd44ba3138f047084a540d68baa5b8e33e7a198a0b1b51328d92707a218f920","transaction_count":0,"txlist_hash":"c0f70c46688ecb9eccaa94bdcbb3fc54eaf3af76cc450b62dfd7a9513bbbd50f"}',0,'BLOCK_PARSED',NULL,'fc7843c5bae5cb5e11e1d0d30aa8dbf3f002573045753ad93a224e030bb8961c'); -INSERT INTO messages VALUES(721,310276,'insert','blocks','{"block_hash":"ba172f268e6d1a966075623814c8403796b4eab22ef9885345c7b59ab973cc77","block_index":310276,"block_time":310276000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9d45ad080e08424f8fc624ba8781693450e04507f386f84928e16e189d0a0a9f'); -INSERT INTO messages VALUES(722,310276,'parse','blocks','{"block_index":310276,"ledger_hash":"a241e1cb19bfbebb3bbb09c6471760b8379ddc73a67d69b4d84fd1d21dfb7034","messages_hash":"a6c57370a85bb38d671ea5472e558684654f92dee38757a2bb233031c9dd1bef","transaction_count":0,"txlist_hash":"99d32cb4d9b52ec0726c907330b2a60d7cf8380c8012f804cf8838bee1b0ecec"}',0,'BLOCK_PARSED',NULL,'430b38d8075f5bc29a7ae8e87994ad8a7e479bdd0d96eb5af3b359eb22a2d4e4'); -INSERT INTO messages VALUES(723,310277,'insert','blocks','{"block_hash":"c74bd3d505a05204eb020119b72a291a2684f5a849682632e4f24b73e9524f93","block_index":310277,"block_time":310277000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d6dbf1b61b811e2d64306859e1c91c25100bc6aa3dd3fa5b593f4681204ce911'); -INSERT INTO messages VALUES(724,310277,'parse','blocks','{"block_index":310277,"ledger_hash":"0efa57fd462031a87831832a789ed7751aac5f6c19a23767555b3f7145d87532","messages_hash":"d04cb108a77dd9bf0719ef9eec5945f1a53d9a1364c917a9075e5dbfc1eb3d53","transaction_count":0,"txlist_hash":"08e71c5246f1225a02a00c8b52bb7a92c6937da9c9659129a5dcd2981069bbb3"}',0,'BLOCK_PARSED',NULL,'4eb528f906a7d7ddb06faa111b1ef21ba046acbfc38e38bda7438e0dd030d66b'); -INSERT INTO messages VALUES(725,310278,'insert','blocks','{"block_hash":"7945512bca68961325e5e1054df4d02ee87a0bc60ac4e1306be3d95479bada05","block_index":310278,"block_time":310278000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e5c9250c15f939902971e6f96b3401c3a2e3667f7d1b86b513708932bbe57390'); -INSERT INTO messages VALUES(726,310278,'parse','blocks','{"block_index":310278,"ledger_hash":"0045189a4da126b22e91e4bc2a7ac37dc90ec0869b7fcbc927919fca4cce5259","messages_hash":"5beec42df5fb663bf49c469235cf68a21fda11f4a268c755d2cc4eed793e9cac","transaction_count":0,"txlist_hash":"6e3580c7af675e8fdd1c5366a7af2e387f8d8d9192589794883a28ad2ce6a499"}',0,'BLOCK_PARSED',NULL,'810b04335552206af0c1f344325be2060f1565f9b5a2e60d1dc9585cca64f05e'); -INSERT INTO messages VALUES(727,310279,'insert','blocks','{"block_hash":"1a9417f9adc7551b82a8c9e1e79c0639476ed9329e0233e7f0d6499618d04b4f","block_index":310279,"block_time":310279000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cf74834a93d99ca9e29ff1810d65dc9d1d2a62de2de6ea1b96f66e36d549414b'); -INSERT INTO messages VALUES(728,310279,'parse','blocks','{"block_index":310279,"ledger_hash":"442b7d4dee025b81c298ca0f6a5b9dbdf17ed0087fc36eab7f0671d5a19c9a2c","messages_hash":"0565ba586d5e59431075c72f86af5172b047008857600c6a4a225fc1939e13a0","transaction_count":0,"txlist_hash":"04f51f4c3de467be5cfb32cccba5cd482eb14657d7f67a60820204fa22afaa41"}',0,'BLOCK_PARSED',NULL,'9ef9d72cf902cedae18ca070313f344ad8f8ead596dcc5690e723a2a1509aa12'); -INSERT INTO messages VALUES(729,310280,'insert','blocks','{"block_hash":"bf2195835108e32903e4b57c8dd7e25b4d15dd96b4b000d3dbb62f609f800142","block_index":310280,"block_time":310280000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1b2392ca01f23273452e88c6949391587b93031c2fb8ff1a226a18909a5cedc4'); -INSERT INTO messages VALUES(730,310280,'parse','blocks','{"block_index":310280,"ledger_hash":"38d7f98ae9cfb8e3938032dc33899e2e3e5a88e9037571cdddf8ed4709fc8225","messages_hash":"ba2ad3b1b570f0a9e92fd3ee2e1787c85d29cf744beb6fac1df3ff25245cdfdc","transaction_count":0,"txlist_hash":"d25ed55e962a45fbade2012c35ef507dd76fa0c67553343bb6568569bf1c08ca"}',0,'BLOCK_PARSED',NULL,'86de7344621e48df3f99adb487276807d09be41f51c7688c6272c5aceb4030c3'); -INSERT INTO messages VALUES(731,310281,'insert','blocks','{"block_hash":"4499b9f7e17fc1ecc7dc54c0c77e57f3dc2c9ea55593361acbea0e456be8830f","block_index":310281,"block_time":310281000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'af6b1c72e44c4315bbd04ed3f498a67cc10b7474128ebefe9750c5b03e0d6b0c'); -INSERT INTO messages VALUES(732,310281,'parse','blocks','{"block_index":310281,"ledger_hash":"51237cee3b85f1636e336259b115fad87acc830c71e13ca79e344efb7c308ecc","messages_hash":"ee4c03d52d5b010a88888a11cba4d9ba8d27de1448afa77ba5b36c188bf6fa4d","transaction_count":0,"txlist_hash":"77eb5540b9f1e2f80cd3cb8572ee80bc112391e0236b560749aaf9952fb6705b"}',0,'BLOCK_PARSED',NULL,'4a2475c5deaab114f31e49fed6d5f862ea56e1de0fe82a3d259d6dfba62874f9'); -INSERT INTO messages VALUES(733,310282,'insert','blocks','{"block_hash":"51a29336aa32e5b121b40d4eba0beb0fd337c9f622dacb50372990e5f5134e6f","block_index":310282,"block_time":310282000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f288c11a70474a1fda7b54d3a531222df1b2905e2502474feff647357b15ef56'); -INSERT INTO messages VALUES(734,310282,'parse','blocks','{"block_index":310282,"ledger_hash":"73adccef91b5c738e8810d4781a38edf98d2aa0a8cb619d575e9bdeda979f1fb","messages_hash":"1eea292ca043d3a65b7009caf747dbf331f84f40429e00fb8e6ce764518eeb58","transaction_count":0,"txlist_hash":"889f3e1047c8ca362c1ce4749d1c7ad167dab1e5f85e509d114b1ba1bac8f240"}',0,'BLOCK_PARSED',NULL,'4d79ad193a677744d3467644fd420083ffbed54aef478323381832644b19b2ce'); -INSERT INTO messages VALUES(735,310283,'insert','blocks','{"block_hash":"df8565428e67e93a62147b440477386758da778364deb9fd0c81496e0321cf49","block_index":310283,"block_time":310283000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4b6a6d6f42d882d5ad4bf74c7e136457b677249ccdde67507df7fb35764e29e5'); -INSERT INTO messages VALUES(736,310283,'parse','blocks','{"block_index":310283,"ledger_hash":"5853e60a1b79d4f154cc1f3dc8b0a4d6130ac07784bac16f257f92b9ef294144","messages_hash":"46c4bc1047066c99bf9953c05f5a2ec2bd16a2009fac0c17183e7e1521b11b8e","transaction_count":0,"txlist_hash":"1ce62f0a42cb7ecd8c35436253e8234b83e81ba5abc757965b5041400139eee2"}',0,'BLOCK_PARSED',NULL,'36bdb75d101bf8573f227f3b6d578015748f48a7c58bebdd3d218ecf12830261'); -INSERT INTO messages VALUES(737,310284,'insert','blocks','{"block_hash":"f9d05d83d3fa7bb3f3c79b8c554301d20f12fbb953f82616ac4aad6e6cc0abe7","block_index":310284,"block_time":310284000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f1044040f5c81644e0bef63382cc8595ca86ca706b776aa25d3f593694533bc4'); -INSERT INTO messages VALUES(738,310284,'parse','blocks','{"block_index":310284,"ledger_hash":"ce33194cb67aa0a5facd788cc24706ef249bcecc95a9965f91065146b33e464b","messages_hash":"6be5b89052e057e39c8f0a770f1c26d726b2bf06e9f69d40c5990bfc5662793a","transaction_count":0,"txlist_hash":"c354cfcb046ca331ae57c00f64b56defd034278e5616ef7d1f3e559dc538bf0a"}',0,'BLOCK_PARSED',NULL,'b842de0b000bc5425ca5d7113b7db4e93f2570653deb429be4f51707e997b871'); -INSERT INTO messages VALUES(739,310285,'insert','blocks','{"block_hash":"8cef48dbc69cd0a07a5acd4f4190aa199ebce996c47e24ecc44f17de5e3c285a","block_index":310285,"block_time":310285000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6ed244878960c17cf94353ad136a4494c2ae14a9195c58f12f12557c2afa3244'); -INSERT INTO messages VALUES(740,310285,'parse','blocks','{"block_index":310285,"ledger_hash":"3af35e85e98aebe1a9c778570c730bf80e085a08ca707c1a5d44b50f2579e71c","messages_hash":"65007bda5af710cfa98717bfaef0a01d2da64bc682ae4faa1dc740a354b1502f","transaction_count":0,"txlist_hash":"35e84bd8780b8efbdc3207b9fef22e12ff71798477971a50088b9c8def3c77ed"}',0,'BLOCK_PARSED',NULL,'0d9037f7bac229346179698de70b619effbb4687fbbfdbb23316830dddc1e44a'); -INSERT INTO messages VALUES(741,310286,'insert','blocks','{"block_hash":"d4e01fb028cc6f37497f2231ebf6c00125b12e5353e65bdbf5b2ce40691d47d0","block_index":310286,"block_time":310286000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'19095fad422281e84ff015380e49c5b4795853913d17b2e1245d6b5a84881ef0'); -INSERT INTO messages VALUES(742,310286,'parse','blocks','{"block_index":310286,"ledger_hash":"4b09b627adda46ee7cf7116102a330ba2aa1ce714b2fa133f7952af34a52ede9","messages_hash":"6b5130ca78dd2cf9c344f7cda22152037dc392b54033772939c14814a602b091","transaction_count":0,"txlist_hash":"5a868b89444476076be22e42526c4462c5b865012d9970b917376c5342750311"}',0,'BLOCK_PARSED',NULL,'f210e801e9e41b0ad6b769ec0ed6af05dd2e5b0ff9ffc70e1522fb72d7ceff4a'); -INSERT INTO messages VALUES(743,310287,'insert','blocks','{"block_hash":"a78514aa15a5096e4d4af3755e090390727cfa628168f1d35e8ac1d179fb51f4","block_index":310287,"block_time":310287000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'280bfbf7398741c66ca6effed29c94f2980df605fb65173a1e2a79d67831608a'); -INSERT INTO messages VALUES(744,310287,'parse','blocks','{"block_index":310287,"ledger_hash":"67786e4ffab15cb78c7bb44ef160d1e5d99b599eecb5ff4f906a6599d744d410","messages_hash":"09832bd77db9697ea86cda42c83ebb92d834487995af628ebe43ec44c5275ed4","transaction_count":0,"txlist_hash":"791a49e50583660824bb3ec141a54951c2fd737ed963b1e65b653c22a4fc4a84"}',0,'BLOCK_PARSED',NULL,'9c6f9b73f4617f2160bb957f42d198679d19a87da68d5599805d9dc9d2993cb7'); -INSERT INTO messages VALUES(745,310288,'insert','blocks','{"block_hash":"2a5c5b3406a944a9ae2615f97064de9af5da07b0258d58c1d6949e95501249e7","block_index":310288,"block_time":310288000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'28e8d134c4a0e940ed9c7c2497088650b6bac5a6a16b8384b4fe36d0052d47df'); -INSERT INTO messages VALUES(746,310288,'parse','blocks','{"block_index":310288,"ledger_hash":"600716d2696160b3ba290636180f2afa24bf8d24435022b4539a4cc965c18dfc","messages_hash":"b38830368b0841e512ec419d04698be1068e90ad5f3ccac308e1811be98821ac","transaction_count":0,"txlist_hash":"3a1e3da301643f22a9b2719922a4621879b2c2d8b790e646f135bc3b5d165e65"}',0,'BLOCK_PARSED',NULL,'ffed8a230307f42abfda9b6f04d62d50b108756a0e4fae9506175483fce6b94d'); -INSERT INTO messages VALUES(747,310289,'insert','blocks','{"block_hash":"dda3dc28762969f5b068768d52ddf73f04674ffeddb1cc4f6a684961ecca8f75","block_index":310289,"block_time":310289000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'84f9ea8afd22f9079db3a5782c3eb903cb39f69489d7a512a7b48b781895353b'); -INSERT INTO messages VALUES(748,310289,'parse','blocks','{"block_index":310289,"ledger_hash":"cd6d4b17759152edbf25fd72dce9b9126ea31a2bb1a5435636801e0ee4be1158","messages_hash":"50727969b899fa9b959b3efba62c85d1df45d25e489a926f7cae19079bf63ca6","transaction_count":0,"txlist_hash":"26aeba5ab63445ebd419a02915a835d8d6a0bc25bac49dd799e356325687c8f8"}',0,'BLOCK_PARSED',NULL,'c5aadf4e1e1ebc5d6bb2ad2a4e362e7f89cb1f430a62455ee02301e6d7c53c66'); -INSERT INTO messages VALUES(749,310290,'insert','blocks','{"block_hash":"fe962fe98ce9f3ee1ed1e71dbffce93735d8004e7a9b95804fb456f18501a370","block_index":310290,"block_time":310290000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'40a4660df478d4747145b756b4a9f2708bd623539fa7aea3fac283ec94591857'); -INSERT INTO messages VALUES(750,310290,'parse','blocks','{"block_index":310290,"ledger_hash":"04a9135f416dc041d3c1c0216a84fd780d133213c3369691fbf5e8848af9d14f","messages_hash":"107ec8d73086eae9198a582dae4465a9461ba0608bb2e9b122bb610626922ad0","transaction_count":0,"txlist_hash":"74c57c7e7db040f0974be44dae944c978ed2ddb01390d616c9bfaa6816ed198e"}',0,'BLOCK_PARSED',NULL,'87a7ee19929dbb46602ff6d1d3fe146d7587245c72ba5f640c6d95c2d0fa7da9'); -INSERT INTO messages VALUES(751,310291,'insert','blocks','{"block_hash":"1eeb72097fd0bce4c2377160926b25bf8166dfd6e99402570bf506e153e25aa2","block_index":310291,"block_time":310291000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b88f6850ce53a3483f21bab0564551f60b5770fa1e5498e8181bf1ca55b0f45f'); -INSERT INTO messages VALUES(752,310291,'parse','blocks','{"block_index":310291,"ledger_hash":"50f556e01b9e8c135b20187bf863839e651a0d0bf4cfd1008b446531776f7917","messages_hash":"ac53b2eb89181ba571cc65d28ce37f59594cc689561a7cbd037883702f7e9063","transaction_count":0,"txlist_hash":"13ede25257044f3bd98c6905c216bed45b0d054951d2c5e86a3cf4707699a279"}',0,'BLOCK_PARSED',NULL,'a94f36796c90c0b5464df83856a0a1959a2d9cb2e05d21b2ada99cebcefbf1b2'); -INSERT INTO messages VALUES(753,310292,'insert','blocks','{"block_hash":"9c87d12effe7e07dcaf3f71074c0a4f9f8a23c2ed49bf2634dc83e286ba3131d","block_index":310292,"block_time":310292000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec001c6c3a989bd4bb84d679620f6c5eca9235645afd4773594b6b6f49dfa674'); -INSERT INTO messages VALUES(754,310292,'parse','blocks','{"block_index":310292,"ledger_hash":"9d4bf4b1c5dba1132a9cbfd78c1d94cbaf15d7648da80c8bc1a8dce12a79eac0","messages_hash":"fc699427d8c8c7b045fde28912e5e1484fb03e24d1abe65b26c25089a8c28607","transaction_count":0,"txlist_hash":"1b761ed985b1e55c95598c5c0f37df4a1e06dfd26c17792b1020cf0d28fa9a56"}',0,'BLOCK_PARSED',NULL,'4e2caebe7931c1e833c6aeb87d80321b86bc06b5a7f412e61791817f40ddcdae'); -INSERT INTO messages VALUES(755,310293,'insert','blocks','{"block_hash":"bc18127444c7aebf0cdc5d9d30a3108b25dd3f29bf28d904176c986fa5433712","block_index":310293,"block_time":310293000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1025b1d3b84ee2970d25d198e6b49bd6e9a5ad972c31856705890e49e235a55f'); -INSERT INTO messages VALUES(756,310293,'parse','blocks','{"block_index":310293,"ledger_hash":"a51a3f9af39175cc9d142eff67811307ad8f51cdd8161aaf0d98af9e2be28efa","messages_hash":"22577c8dfba9222c78aca6195d91c943537d6aedb53b2b4d410a4fbf9ccf558c","transaction_count":0,"txlist_hash":"2fd7a38fbb17d7b0eec35f2f03a28c4aee7f579d7f42e3ab124cf5eca07869eb"}',0,'BLOCK_PARSED',NULL,'0e07ee91d7355d56480628d5f78592e18a9dfe2d0b3f31b98d6795cff5817270'); -INSERT INTO messages VALUES(757,310294,'insert','blocks','{"block_hash":"4d6ee08b06c8a11b88877b941282dc679e83712880591213fb51c2bf1838cd4d","block_index":310294,"block_time":310294000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2b21b6c344a6edd47b38accbbca1934acdd7924565801c1b0403f5af7c355ab7'); -INSERT INTO messages VALUES(758,310294,'parse','blocks','{"block_index":310294,"ledger_hash":"3e9858caa8e835295aa7e78505ea34ce0726e3f5f6cf9fbc6dc4393a28724a25","messages_hash":"b373397f0bda2ef7c28a8e3311a891c323b7c35cb16ec61c264708b3a17f3391","transaction_count":0,"txlist_hash":"36566c7c396ecf454c6fa6d3b27dd7ad2c138a85edd74672f2e7d9791e77f0b6"}',0,'BLOCK_PARSED',NULL,'aeb57e9f5d6d7ae90cd38541bb89e9f1ef0d1fed8fcf91faf7cc35bcda867b12'); -INSERT INTO messages VALUES(759,310295,'insert','blocks','{"block_hash":"66b8b169b98858de4ceefcb4cbf3a89383e72180a86aeb2694d4f3467a654a53","block_index":310295,"block_time":310295000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'db1c1ac52f04abce128fc326f591b84b61e337f13fd3bf797dc528c75e4c417e'); -INSERT INTO messages VALUES(760,310295,'parse','blocks','{"block_index":310295,"ledger_hash":"bf48715799c46d629641ba5b72405f6e6cf0500886da94fcc6fddd306a86b02a","messages_hash":"f66a60d896dce138ec5c9991824566b811419407432c4431b44d82a0363afbbf","transaction_count":0,"txlist_hash":"2d6b79733125c81413a3e70acf597a11e986893264588da74e9b8a0d5d46e1da"}',0,'BLOCK_PARSED',NULL,'92af6136d3d3c297a8537210f2b1eeb0c3e9da9babf8acaf80fa930a711b4f6f'); -INSERT INTO messages VALUES(761,310296,'insert','blocks','{"block_hash":"75ceb8b7377c650147612384601cf512e27db7b70503d816b392b941531b5916","block_index":310296,"block_time":310296000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9d342674db415a5152c20948c114676519db90ef2ce95152463545c33716d419'); -INSERT INTO messages VALUES(762,310296,'parse','blocks','{"block_index":310296,"ledger_hash":"08e2361ae4b98387ee43fd7230ea8b296dee677b337f0e211527e3cf29a64e9b","messages_hash":"4f04684b4128a8be18e9d22b583ec7194f82a890a4fe781c74d2c71b44c0fc2c","transaction_count":0,"txlist_hash":"517c81a10cc4219c38e3f947dd862f6983a4a2eb22459dba31f1a656bdf4eeff"}',0,'BLOCK_PARSED',NULL,'a85bf53ce655d4ea7efcd15e14e1fc0a377e5099ee3ca86e6dc218439257ab77'); -INSERT INTO messages VALUES(763,310297,'insert','blocks','{"block_hash":"d8ccb0c27b1ee885d882ab6314a294b2fb13068b877e35539a51caa46171b650","block_index":310297,"block_time":310297000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'00256065426433728fc5d331847f8a5dfd3763ffb99fe714b211655c1eaa449b'); -INSERT INTO messages VALUES(764,310297,'parse','blocks','{"block_index":310297,"ledger_hash":"cfefc3138983a33686dd1fc37f06fa1d7e01d9b218f7242cdd59005633c0ded8","messages_hash":"b120e08f20f7680f7f834fd181bf9cdf35346a31c60a463b776cffce885b2576","transaction_count":0,"txlist_hash":"85ae0c384a76e7c93b29204df759293f7a488fc71edf6b4abaea1944fa3a85d7"}',0,'BLOCK_PARSED',NULL,'fdd5564411fc6842895945472ab79d18a3b0d6400f1fe0bb007962d5d269e9c1'); -INSERT INTO messages VALUES(765,310298,'insert','blocks','{"block_hash":"8ca08f7c45e9de5dfc053183c3ee5fadfb1a85c9e5ca2570e2480ef05175547a","block_index":310298,"block_time":310298000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'54282dd5e270c4ec869636cc298c0ed34dd96b574f2b1e5292a9f0efdf9d068d'); -INSERT INTO messages VALUES(766,310298,'parse','blocks','{"block_index":310298,"ledger_hash":"25254257d6f6724161b2b73f94d28d3fd40594b4846699b8a2d5f45d205b1fec","messages_hash":"c37d656abe46be4022b1f1a65b48120d43a9e92ffa242470d0f594ad43a867dd","transaction_count":0,"txlist_hash":"0633d67a69ae2c0ea1e7d3c349cfe1f3b753e387446787987c50782ee4601b68"}',0,'BLOCK_PARSED',NULL,'2aa5e2cae365fb120388969dc7aaf91e6b29be17d461ccbe7e1b7920d67755ff'); -INSERT INTO messages VALUES(767,310299,'insert','blocks','{"block_hash":"a1cdac6a49a5b71bf5802df800a97310bbf964d53e6464563e5490a0b6fef5e9","block_index":310299,"block_time":310299000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'089a8f739ef839e86e2919e1294490366c956ee738109d4ff81896fbee65aee2'); -INSERT INTO messages VALUES(768,310299,'parse','blocks','{"block_index":310299,"ledger_hash":"756acb1055ec75df8fa70f80e23d75f2b47e75035bfd68802e68308785a2ee14","messages_hash":"b2f939e9e9ea31dd35c9f71c3de215c6c4aa8a13ee438387efe7f247c0b8e6b5","transaction_count":0,"txlist_hash":"299d47f0c18c1629003069df0afd0bb877b45f06b5609ec171c7b87ae65a0be0"}',0,'BLOCK_PARSED',NULL,'1c42cd2d4c21d8f2105332932205ea6ff4f0f37f6a90641afe3332bb1fae4ed8'); -INSERT INTO messages VALUES(769,310300,'insert','blocks','{"block_hash":"395b0b4d289c02416af743d28fb7516486dea87844309ebef2663dc21b76dcb2","block_index":310300,"block_time":310300000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'62cf31001f1e6b41f469369295ef07ae1398238116a03585fe08a5940dc7d5a2'); -INSERT INTO messages VALUES(770,310300,'parse','blocks','{"block_index":310300,"ledger_hash":"e30027ca81176dc1e79a0ab3a5afbb839a3338dbe9ea6057aebcd383ed884c1d","messages_hash":"a493a9bb3b8d082104cf791305a1a98561901063fe09d11e0d2e290d2896ca44","transaction_count":0,"txlist_hash":"8338432f3d159dd15129a269d1cf3866cc7cda8c3845ab349ee6cc240ecd7020"}',0,'BLOCK_PARSED',NULL,'85a2fedc7f2fb2f94303d0f74d7aea69efacf2c2684e462201698061ec3fb073'); -INSERT INTO messages VALUES(771,310301,'insert','blocks','{"block_hash":"52f13163068f40428b55ccb8496653d0e63e3217ce1dbea8deda8407b7810e8a","block_index":310301,"block_time":310301000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'001c97767a7e167f4d0be3d65ae5bfc74e971fead73ccb5fd755bc2d200fed0f'); -INSERT INTO messages VALUES(772,310301,'parse','blocks','{"block_index":310301,"ledger_hash":"4c2bcffc796af76a2607a978289942241e63a6387e0a2ae8fc3d02c6b5519fb0","messages_hash":"0c94e5924763bdc634edfc2c104cf058f57b115c10ae8d3e38cb08f884ce0f7b","transaction_count":0,"txlist_hash":"676af2de3d30fc26112e65d493b9c2401f93822c8e414cc5e7231e60b728e6e0"}',0,'BLOCK_PARSED',NULL,'257b51a786574b434d14e425e6a1c1a7636dbdbc566555aa0d2622ef3bd99bfb'); -INSERT INTO messages VALUES(773,310302,'insert','blocks','{"block_hash":"ca03ebc1453dbb1b52c8cc1bc6b343d76ef4c1eaac321a0837c6028384b8d5aa","block_index":310302,"block_time":310302000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f28ead00ec31da178ab24e0e0c993cd8efc6c4a4a9df51bc5ddaddefa3211122'); -INSERT INTO messages VALUES(774,310302,'parse','blocks','{"block_index":310302,"ledger_hash":"a39fdd7f84d2f6e29b613a8a724bc0902d9abd2d6b4d2f46c3b0512928d69b3f","messages_hash":"6fc1f21a88ab67fac50b644ee3f1bf1c8d1b1adfb59a99c4af09fcb0b48bc5bd","transaction_count":0,"txlist_hash":"ef3dfc32bc5b72ec279a0229af8bf6548bfb5bf4ed717e3e81ccb7710f802021"}',0,'BLOCK_PARSED',NULL,'cef0051ebfb31e5dcf060ad2179179ad4c2de45747890775b55f34f30fe37017'); -INSERT INTO messages VALUES(775,310303,'insert','blocks','{"block_hash":"d4e6600c553f0f1e3c3af36dd9573352a25033920d7b1e9912e7daae3058dcca","block_index":310303,"block_time":310303000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'60525432f097e6111ed0392c36c732b283e05c0f2d54d0fa85323b2d3cc3aaed'); -INSERT INTO messages VALUES(776,310303,'parse','blocks','{"block_index":310303,"ledger_hash":"23f307ef560a02210f4aae5fe605c6d8af9317ab17f1e1ef0944038a3515da49","messages_hash":"28e793b7686237741f9c0d35cdc8fded362b8de638fba2aab38c3d4f5b0f5d96","transaction_count":0,"txlist_hash":"d1c0461baeac24d356af8ba5283753c778f8ab0fa222c51b753758268f1e7fa4"}',0,'BLOCK_PARSED',NULL,'987bc0034429ead90bb19b5b3ed973324b29b0d921a81ddefebd61b20be987ab'); -INSERT INTO messages VALUES(777,310304,'insert','blocks','{"block_hash":"b698b0c6cb64ca397b3616ce0c4297ca94b20a5332dcc2e2b85d43f5b69a4f1c","block_index":310304,"block_time":310304000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8a7a8b50ad99d0de30835e37a43ac800608780d4286551d536227a6555bdc742'); -INSERT INTO messages VALUES(778,310304,'parse','blocks','{"block_index":310304,"ledger_hash":"6baa2ac646d3725fa01111959753844d22181cbbd1801cb12c4208be3709a3a3","messages_hash":"6fbee0424b6269a20805b5880d9e1f24259534ba80b6aae80c2447727b8eab19","transaction_count":0,"txlist_hash":"96ea912eae3265566ab229e5d5a25354c0713471d73d866b9a09c9b2954d53e5"}',0,'BLOCK_PARSED',NULL,'82748ac0468adb7c1e8827780be21293251481038cc9f957ee5a92eee64a3667'); -INSERT INTO messages VALUES(779,310305,'insert','blocks','{"block_hash":"cfba0521675f1e08aef4ecdbc2848fe031e47f8b41014bcd4b5934c1aa483c5b","block_index":310305,"block_time":310305000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8ad0f1a1227153521b5886fdad973ca9110a25284654773e31554e34b9e4fefe'); -INSERT INTO messages VALUES(780,310305,'parse','blocks','{"block_index":310305,"ledger_hash":"c366fd009860a090c632131eae9380820e512009bbbaa6f7bc5529afab7a88c1","messages_hash":"2c1281d63e6ea318dcaba05ac68fbd76ea563406b244d288272343d187f08188","transaction_count":0,"txlist_hash":"35584be5484303aa263d746735209b04d92a6baa6045e2d684496ff5dabe59ef"}',0,'BLOCK_PARSED',NULL,'64de5c2ebdd972739d970199fc52a0da004e7907feda94a2fd97acfeb258b15d'); -INSERT INTO messages VALUES(781,310306,'insert','blocks','{"block_hash":"a88a07c577a6f2f137f686036411a866cae27ff8af4e1dfb8290606780ec722a","block_index":310306,"block_time":310306000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eab5ba7e8914f54c5e54c95f40a4d0acd09cd80fcdca0d8f1644689e79aa15ba'); -INSERT INTO messages VALUES(782,310306,'parse','blocks','{"block_index":310306,"ledger_hash":"fd12969b828d689063b4885a0356fc17e5207794d1f5b6a17bdeb8d584815a79","messages_hash":"2a73d6560338457b085ca0f4c588f93f1b230f526275b66d9beab4b021477ee3","transaction_count":0,"txlist_hash":"df65a3a9f318fd30166869a3d5d6eabb9c84399f15a7a50f39422a05ff851997"}',0,'BLOCK_PARSED',NULL,'c624a9066074ee78efcd6c83b050959b9ac1e440c2277fea4cc51706bc4e1338'); -INSERT INTO messages VALUES(783,310307,'insert','blocks','{"block_hash":"bc5ccf771903eb94e336daf54b134459e1f9dd4465dec9eaa66a8ee0e76d426c","block_index":310307,"block_time":310307000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5711f0b6cb730092d0cab49ed679c70ac0e7d1e0f97e7c8b1a2ced8951eae380'); -INSERT INTO messages VALUES(784,310307,'parse','blocks','{"block_index":310307,"ledger_hash":"e168094d31f56d36e4c3863fe719e6064b08ccc6f3c2adb490b1359360026aee","messages_hash":"c8da00f2cf80572061cecc4e8ca2bacfa24371a558332f9d0aebaf611fa61eae","transaction_count":0,"txlist_hash":"272ae60ff5120848055f08303e13a982fc66959f3e3b72f7d7461c7f91252944"}',0,'BLOCK_PARSED',NULL,'9ea2723a2792c3256641603d1e4982d047ffa692fb9b69456fc2c88fdeaf51ba'); -INSERT INTO messages VALUES(785,310308,'insert','blocks','{"block_hash":"2291ffd9650760ff861660a70403252d078c677bb037a38e9d4a506b10ee2a30","block_index":310308,"block_time":310308000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ca0fb234632f0bc7ddfeba4a2cc2ed82c77e1be1fcee057cce725a4c9c4b2458'); -INSERT INTO messages VALUES(786,310308,'parse','blocks','{"block_index":310308,"ledger_hash":"523b3bba7b02e2c4e588f21ed14b7b4f6630f887cc89f9361487b581d7e633b5","messages_hash":"7ee0de9c4d433aaeca0efd68b683e9c9bcc01aeed58264b9049f92fe01316063","transaction_count":0,"txlist_hash":"30df282ad2859208c35204fe5e2d395734e041bd9644b8b8626678fdd64058c1"}',0,'BLOCK_PARSED',NULL,'bb53a3e3d9f8328a1548297539642ebc7bdce0a2887cad2c3d82d2862acc6b48'); -INSERT INTO messages VALUES(787,310309,'insert','blocks','{"block_hash":"ca3ca8819aa3e5fc4238d80e5f06f74ca0c0980adbbf5e2be0076243e7731737","block_index":310309,"block_time":310309000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1722681a801b9cac32ab85430264470ddb3982dda72fce1b67574926c372638a'); -INSERT INTO messages VALUES(788,310309,'parse','blocks','{"block_index":310309,"ledger_hash":"effe1a68917014086da3bf8696f6c13f3cf2cb5cbd6c18b80ed622e476cff017","messages_hash":"281cdc831af65c2ef090429b9ee2634d36b0f47a564a7ba233819d5bcb4107f1","transaction_count":0,"txlist_hash":"197a65735f9d06d433abdd01f29f44ec697ba537ead9107ebe9cd889393a053c"}',0,'BLOCK_PARSED',NULL,'df18dc9df09884da87d5e718e15ac3a5cd67911126ac746c6ba66b14168ca5e9'); -INSERT INTO messages VALUES(789,310310,'insert','blocks','{"block_hash":"07cd7252e3e172168e33a1265b396c3708ae43b761d02448add81e476b1bcb2c","block_index":310310,"block_time":310310000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2ee4f6c02a1ef6f752a09946089dd23adf5465451dde25c369ac6aeaa34408f3'); -INSERT INTO messages VALUES(790,310310,'parse','blocks','{"block_index":310310,"ledger_hash":"968fb8a7409531a27ffb52af484e7c1076f05b58f9a51bf9cf3d5a7d83b12002","messages_hash":"71f7343fc8d9f23965b64fd9fc062ee51f56c01c6a5ce036f35a46f8232a30b7","transaction_count":0,"txlist_hash":"b9b9eef5f4c1720522286ce5f6375613c267684ac330210ab664e29219065cc0"}',0,'BLOCK_PARSED',NULL,'2054dcc185af89e5daba30a8e565413362d75f438e6e5add6eb792d2ec8799c4'); -INSERT INTO messages VALUES(791,310311,'insert','blocks','{"block_hash":"2842937eabfdd890e3f233d11c030bed6144b884d3a9029cd2252126221caf36","block_index":310311,"block_time":310311000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1d94986124c688ab799e2d1a1d3c50fabb30df7ea67fc588da36cb1833438149'); -INSERT INTO messages VALUES(792,310311,'parse','blocks','{"block_index":310311,"ledger_hash":"8c69639a757d0195594fa1da3f6b35a0e8c62b8df7f95db81e26d496b8c9dd72","messages_hash":"61879ffffba110ee6fed13202669911d1d7ffb8d0eeb6a08ba8619ff2c80525d","transaction_count":0,"txlist_hash":"86b9b4356e26ab703e29060a4ff1be0c5cad328b2490d983eae10c24369a1649"}',0,'BLOCK_PARSED',NULL,'76d3d35799e81ee711e119e12e798595c523c84c83994c5162d2bd46216afabb'); -INSERT INTO messages VALUES(793,310312,'insert','blocks','{"block_hash":"8168511cdfdc0018672bf22f3c6808af709430dd0757609abe10fcd0c3aabfd7","block_index":310312,"block_time":310312000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bd4d0eb779bca5337b65136b113030f451590544c89b1ffda63cff54288728d8'); -INSERT INTO messages VALUES(794,310312,'parse','blocks','{"block_index":310312,"ledger_hash":"8d839bac01b9aae5e554f691ae0ee42cee072f9367fcc2811d4b3f65640cfcad","messages_hash":"2c7e91ec2593fb88156702c17e422cd7e4af8240e1f096af44bf56d187f6b013","transaction_count":0,"txlist_hash":"802b3d153e101c2772b1c96c851efab754f77fd3fd7eb59848d510f8994a9d86"}',0,'BLOCK_PARSED',NULL,'22860f320645161c5699818db28d0fafbda1a6de9849d4f39316c5d3201d3d17'); -INSERT INTO messages VALUES(795,310313,'insert','blocks','{"block_hash":"7c1b734c019c4f3e27e8d5cbee28e64aa6c66bb041d2a450e03537e3fac8e7e5","block_index":310313,"block_time":310313000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3080a648046ed62f0cca0bc2bbfb09e4662fbd8be202428cedea132824c4623b'); -INSERT INTO messages VALUES(796,310313,'parse','blocks','{"block_index":310313,"ledger_hash":"1377f4255bfd7ff6638734733a4b8faec97fd62aeb954e42b477c875ccc50b73","messages_hash":"ac8cec20c1304e71ce7a1e26e987e7748a93700f19902156b9a90ad88d30d9a1","transaction_count":0,"txlist_hash":"e96392425727ab5eb4e16a61aef7d28cd0826ad7bc1d8266b3c187bb22bb5d51"}',0,'BLOCK_PARSED',NULL,'7fd400e13f3d7eb1da7c17498dd03e81a42ac9ad2f213d32b3d2b95d258a2992'); -INSERT INTO messages VALUES(797,310314,'insert','blocks','{"block_hash":"1ce78314eee22e87ccae74ff129b1803115a953426a5b807f2c55fb10fb63dc8","block_index":310314,"block_time":310314000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec1afb043390bbec98be2ba2c46b73f5931759d144f896bd823300e1a02276fc'); -INSERT INTO messages VALUES(798,310314,'parse','blocks','{"block_index":310314,"ledger_hash":"8ed80d44f0d6ad01a30611d94b91f735ef3a166cf0dfa7531492a3e4ac7c29f1","messages_hash":"0b0c95e2d0750af2220fed73badabc8ff314d6dcd11cd48e17b65d9e15adf55c","transaction_count":0,"txlist_hash":"17d9134674657a9958c43efaea302df438762233e7e5d57811b71378e3d62695"}',0,'BLOCK_PARSED',NULL,'3810a8483c39e00dfa2c51bbcafd3015839e167f741ed5141e9b0941de21b71f'); -INSERT INTO messages VALUES(799,310315,'insert','blocks','{"block_hash":"bd356b1bce263f7933fb4b64cf8298d2f085ca1480975d6346a8f5dab0db72cb","block_index":310315,"block_time":310315000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7edfbe22c0a1a72b9bdea6cf3042a7c6bcd465e7ebbaf1ba9aef32bbae68e72e'); -INSERT INTO messages VALUES(800,310315,'parse','blocks','{"block_index":310315,"ledger_hash":"24b5905cf0d5349b7031870af9677916892e3292fa61455a75e84c1605a398ba","messages_hash":"4514bc0f3470d713452262bc1112c09166c440caf91ed1f424d55c9d98d6e8a9","transaction_count":0,"txlist_hash":"d8bad5e8a6ab63c8e0394c200e6b90cb2a1feabe3f58dc0faaaab59bb0b82654"}',0,'BLOCK_PARSED',NULL,'4f60dca734472ff5aad76724d147eb30da828d84958ec3ec50569d70eb8d9610'); -INSERT INTO messages VALUES(801,310316,'insert','blocks','{"block_hash":"ea9e5e747996c8d8741877afdcf296413126e2b45c693f3abdb602a5dae3fa44","block_index":310316,"block_time":310316000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'473c263c46c3596a0059fbe716e249410633a2b50c500f24aabd7ad6029ec7c6'); -INSERT INTO messages VALUES(802,310316,'parse','blocks','{"block_index":310316,"ledger_hash":"a191657253ca159739403f35417ef74637b053db49c7db62465fde4c54e69239","messages_hash":"c90926a3d17ff2e72dfcdbddcc70c53d31ac47c6ea75d2534db6311221c23c16","transaction_count":0,"txlist_hash":"daf2edaf9fb8e7f718f56cff9e570869297ce6bd350794501b05e02a541e1c84"}',0,'BLOCK_PARSED',NULL,'5c530ef25074d8300a439e91c9b86c08f9b51b97fba4e8326833e7a20b27dcf0'); -INSERT INTO messages VALUES(803,310317,'insert','blocks','{"block_hash":"aa8a533edd243f1484917951e45f0b7681446747cebcc54d43c78eda68134d63","block_index":310317,"block_time":310317000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'be562271bcb8d4648cb8d38b619b556f49d7fa2ee8c5d9bc9118bbac4ba52d19'); -INSERT INTO messages VALUES(804,310317,'parse','blocks','{"block_index":310317,"ledger_hash":"bf6d880b9fa42b0e38523c00c92a898093afd068450be504a0a56bafd69ed647","messages_hash":"ad63916c5fc98efeabc04385e500cfe8826051c0dd8b4088e1ae4d28e5acf596","transaction_count":0,"txlist_hash":"740737c2cd6ffb9a5e89e2ae0d34afe5f0bb48d120ae482802b76d07100b6153"}',0,'BLOCK_PARSED',NULL,'2b372dc13ba7bc8110c8edba32de9b26aa0ecea2f77cb4c769592773d886f4f8'); -INSERT INTO messages VALUES(805,310318,'insert','blocks','{"block_hash":"c1be6c211fbad07a10b96ac7e6850a90c43ba2a38e05d53225d913cc2cf60b03","block_index":310318,"block_time":310318000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2009a949713470229972e00afef88329b82724ab40dabcf1d9c5adf07192bf21'); -INSERT INTO messages VALUES(806,310318,'parse','blocks','{"block_index":310318,"ledger_hash":"6422eb2cab5937adb9ca2194c025d0dce63cd62e18d7ebd63220207957c942ee","messages_hash":"ce69d4cd3c67998c8c294cdd67ab16696f773d6cc98750ba18279dc2623ad27b","transaction_count":0,"txlist_hash":"3cb46a2e5b1a3ef3dd37dbe0cc429962982812eb9c7f87b5282a77a4a7f6185c"}',0,'BLOCK_PARSED',NULL,'13cbf03f25c9ea7623bbc8a2490c6ec015576db51bda4650e5474ceb717bb556'); -INSERT INTO messages VALUES(807,310319,'insert','blocks','{"block_hash":"f7fc6204a576c37295d0c65aac3d8202db94b6a4fa879fff63510d470dcefa71","block_index":310319,"block_time":310319000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'099c7d2ff16530bb868cbdd7cd85fa3f8a5a537d45fbf1d388b1b8b1a96ae65c'); -INSERT INTO messages VALUES(808,310319,'parse','blocks','{"block_index":310319,"ledger_hash":"efb625496aa4365f5ac198a82833c880a60cd5f86d04689463216619cd7d96b8","messages_hash":"a58382843042fec9ccb459460970895b85bab663a298b7b58bab273e27e17e9b","transaction_count":0,"txlist_hash":"ed69cef0ba9e4a9371deca76209629cc988257493a69006504b96a99b3da4222"}',0,'BLOCK_PARSED',NULL,'d74715c5cf0dd737f779f5ef22cde2ea6345c4ffec7df7f13b64455e20c4bc9e'); -INSERT INTO messages VALUES(809,310320,'insert','blocks','{"block_hash":"fd34ebe6ba298ba423d860a62c566c05372521438150e8341c430116824e7e0b","block_index":310320,"block_time":310320000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bd4d570aa47440cc39450e33f655053852c9e18893b387f08f691113cc59295d'); -INSERT INTO messages VALUES(810,310320,'parse','blocks','{"block_index":310320,"ledger_hash":"8c3938d7b3c0a822ebee67f1ecf21b1db6496e19471cf1f2cd00f30325d0c88a","messages_hash":"f32cabe182ee6dcc1130ad0f0741f1f2f66a6cb2302d0eb083a256a006e5afd2","transaction_count":0,"txlist_hash":"b87169ed018fdc8251d14b58f8d0e09001e45ab5dd76eb2408ab625d34ec584b"}',0,'BLOCK_PARSED',NULL,'d8d991229cad814a43358ebc8d6e258d158ef51ff2e1a2c51243429bb7070f8c'); -INSERT INTO messages VALUES(811,310321,'insert','blocks','{"block_hash":"f74be89e9ceb0779f3c7f97c34fb97cd7c51942244cbc2018d17a3f423dd3ae5","block_index":310321,"block_time":310321000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c4ce6985ceea23bd540096ff53fcc8384341e330710837d0d4d11df1dffce23b'); -INSERT INTO messages VALUES(812,310321,'parse','blocks','{"block_index":310321,"ledger_hash":"21e4c3a7afd02f183cbb69709fc6c006ab3d38fef3466de1a1870232d1c891bd","messages_hash":"69692bf971768941a2929ac61e70792fd189063fa58b1ec5a3d7163770ed5311","transaction_count":0,"txlist_hash":"77ef24833ac345e51eeb48fa9adbb111e31ffa3739298ce12a18d2f581c9a79a"}',0,'BLOCK_PARSED',NULL,'989195ea9ca68afd9b8792da6401d986a8c7e2119984789773779d43572d857c'); -INSERT INTO messages VALUES(813,310322,'insert','blocks','{"block_hash":"ce0b1afb355e6fd897e74b556a9441f202e3f2b524d1d88bc54e18f860b57668","block_index":310322,"block_time":310322000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4d209b9d7a0e2463fffc71592ac304660fc9eca24cedcfe1777ae3c83dad07d3'); -INSERT INTO messages VALUES(814,310322,'parse','blocks','{"block_index":310322,"ledger_hash":"01b3b28c4d8eb796827267c06e6362206884e44f40c3f72d9b5c9d1e6cdfb29a","messages_hash":"0d36277a2754f7768bbba2daa9bd468ff225b8eb6b96356ffb29a9b156f8c68a","transaction_count":0,"txlist_hash":"3833d915749baf7aa33484d7a6b6b28e4acf0d78ee0f1b4e8ab44b22d756a3e3"}',0,'BLOCK_PARSED',NULL,'477b97f7363f2921adee5d2e2b9fddf478e8764354a63be6ea5061acd3f06836'); -INSERT INTO messages VALUES(815,310323,'insert','blocks','{"block_hash":"df82040c0cbd905e7991a88786090b93606168a7248c8b099d6b9c166c7e80fd","block_index":310323,"block_time":310323000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'35bfd83be5c57d1e9732b72df9db99f925e09cbe03c20fd11c15c4fee31a904b'); -INSERT INTO messages VALUES(816,310323,'parse','blocks','{"block_index":310323,"ledger_hash":"a362da58df0d31eeaa93a25c91c17bec62f9cad6ff0c31420584ce293ecafdbc","messages_hash":"b4fb7eb37d47a210896f4acc7901488be104e06fd55d67be1ddf94ec3c5ab576","transaction_count":0,"txlist_hash":"2d41c7286053cb2256526ce42c03ab1288dfa066720e9ae5e5dac4532d512de4"}',0,'BLOCK_PARSED',NULL,'35a3fe12bf2e93a188f450969acb8014fbeba95d3aa023b96f83e6f419430786'); -INSERT INTO messages VALUES(817,310324,'insert','blocks','{"block_hash":"367d0ac107cbc7f93857d79e6fa96d47b1c98f88b3fdda97c51f9163e2366826","block_index":310324,"block_time":310324000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1bfdf6cbf92dcc41d2e8f2e1942a401f14bb77b4ecb1ac8a59f95cb44a167d1a'); -INSERT INTO messages VALUES(818,310324,'parse','blocks','{"block_index":310324,"ledger_hash":"d1b353ac97e000471c66df8ee04d7b0c25f7eead2414e5648cd2ef334881bad6","messages_hash":"8a9a15ffea1fe4d15a8c19d2c3315fe2abee2415bc6a7a54b718df4e65aea63d","transaction_count":0,"txlist_hash":"051b158e05c22a326dd8becd27d142b52477b9209f369599db5c5e25484af157"}',0,'BLOCK_PARSED',NULL,'cdc55234b340bbff1d11c32d59acd7a8a179d10491ec9c4f5fc556a43a495a6b'); -INSERT INTO messages VALUES(819,310325,'insert','blocks','{"block_hash":"60d50997f57a876b2f9291e1ae19c776df95b2e46c14fe6574fb0e4ce8021eac","block_index":310325,"block_time":310325000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e7b0ca135db96c4830e308fdaf96129ad2b560ce7adb004c23b3c69f35cd14fd'); -INSERT INTO messages VALUES(820,310325,'parse','blocks','{"block_index":310325,"ledger_hash":"7734300dc764c67fde935dd4432396de4a31cedc2901f3fc70bf1576797cf7b0","messages_hash":"a6d3513fbf2c7456198dca48e95d7964df83b247ed9ec463896a2bc00999aa58","transaction_count":0,"txlist_hash":"7671d8cfff3601fc44132a6d274c1ab1fb0b4fb712041d86eb28157667682251"}',0,'BLOCK_PARSED',NULL,'ad91d0e2eaf26f2908a53f6634bc78e3316f519489ad01c68f2c141f3cad4713'); -INSERT INTO messages VALUES(821,310326,'insert','blocks','{"block_hash":"d6f210a1617e1a8eb819fc0e9ef06bd135e15ae65af407e7413f0901f5996573","block_index":310326,"block_time":310326000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cac1d12d7450758e85b2b0ae8a2328e52d14758de4afe90b6c91d91b25b26b01'); -INSERT INTO messages VALUES(822,310326,'parse','blocks','{"block_index":310326,"ledger_hash":"ebe859a722587fd456695c6a46af7f0bf54c03e940bdbb5424520a8c1fe70617","messages_hash":"3e8eed29da87a9b29e15b2d3b2bf507098ad2ef6eb33a41f54565e5692229f5e","transaction_count":0,"txlist_hash":"72884e56565b442c37cbbc572fa762c7b7b3c549c396037393463be7afb089fa"}',0,'BLOCK_PARSED',NULL,'f84da693e9fee9fe91f60b4f6e53662ac84461479effcdf6fbba98e08b673b95'); -INSERT INTO messages VALUES(823,310327,'insert','blocks','{"block_hash":"9fa4076881b482d234c2085a93526b057ead3c73a6e73c1ed1cdee1a59af8adc","block_index":310327,"block_time":310327000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad8436f3e43e7ebc6d1aae6ec1eddc5868016c504de149f67fea4d18de89d77e'); -INSERT INTO messages VALUES(824,310327,'parse','blocks','{"block_index":310327,"ledger_hash":"8ced7a546ee2c746d4dc3f0ecd2fb4eaa62c65c4e98be74545d8de22c03526e6","messages_hash":"8a4912bef403cabf49cf3339f017467f30a09889973d0256e202b8d188b7dd0a","transaction_count":0,"txlist_hash":"ccbabd4fc70b15ebb6f28afa6f96e4a1f0af08e6a3cdfb518ae008432b908739"}',0,'BLOCK_PARSED',NULL,'0cf0a192bd0ff14b707ba6eafa3b083fa25fd59eef011b4f56171c87f14052eb'); -INSERT INTO messages VALUES(825,310328,'insert','blocks','{"block_hash":"c7ffd388714d8d0fc77e92d05145e6845c72e6bfd32aeb61845515eca2fa2daf","block_index":310328,"block_time":310328000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'11aae46bd08edc8a6fd980657e2240f1fd36d90f6a233057fd2e2cb4e5997147'); -INSERT INTO messages VALUES(826,310328,'parse','blocks','{"block_index":310328,"ledger_hash":"bb5d3479e492f52a0b3b69d29852faefdff645f9b113eae82594f57e8aa40b5d","messages_hash":"dc777650e9f5961d84851e65fa255ea9d394aafbc3b1bcfc526e0d853471540f","transaction_count":0,"txlist_hash":"42fa2df2e053f97e86881395e5d66de912e59bf73eb5be322ab170b06fabd344"}',0,'BLOCK_PARSED',NULL,'2f81f65cdfbb783f1b87338816a338b6627956371308a27393c9da1452f0dd6f'); -INSERT INTO messages VALUES(827,310329,'insert','blocks','{"block_hash":"67fb2e77f8d77924c877a58c1af13e1e16b9df425340ed30e9816a9553fd5a30","block_index":310329,"block_time":310329000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5c881e9422b537e291b0e2f5344746ce176be2c6b21cb4e3be9fad661d8f1ee6'); -INSERT INTO messages VALUES(828,310329,'parse','blocks','{"block_index":310329,"ledger_hash":"4ad2c9d802db762537be19143ef5eca474cd9f749bbbc661cb95bcf1dcb0b02b","messages_hash":"7da4098d283766ae8402f571368ebc926045ac931b2c820a392f7d6f7a0932e8","transaction_count":0,"txlist_hash":"a5336a1818452ca9888d582bb5ad8182e00ec37723d42e6769b001069f96232a"}',0,'BLOCK_PARSED',NULL,'17b429ae0cd423c0b99103b1a85b92082f01303db1776bcf72d99fb40000a67a'); -INSERT INTO messages VALUES(829,310330,'insert','blocks','{"block_hash":"b62c222ad5a41084eb4d779e36f635c922ff8fe275df41a9259f9a54b9adcc0c","block_index":310330,"block_time":310330000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a9e9aa127a39f07cbf6d4cb2f33c02aefa8e4c5bf9d8380f1b2bed67deae0d7a'); -INSERT INTO messages VALUES(830,310330,'parse','blocks','{"block_index":310330,"ledger_hash":"4a9a6b59d56f6b7cf867095d939f9bddbf779141177feda470df3759b7d48be3","messages_hash":"dde401dc2154c1a83a1a8723a02793e3cf573236574bf4efe8b9509950670ea7","transaction_count":0,"txlist_hash":"263932b9bd949d4b0557a7fcd5597a0c607c722b34e644f9795e4f08713a4436"}',0,'BLOCK_PARSED',NULL,'afad97dbeea79ec87f3938753ed0c2c4b9fe7c66b5c269384e093815596dcfa2'); -INSERT INTO messages VALUES(831,310331,'insert','blocks','{"block_hash":"52fb4d803a141f02b12a603244801e2e555a2dffb13a76c93f9ce13f9cf9b21e","block_index":310331,"block_time":310331000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7b3ca69d210f6648c3be93e1a29ef68ce06a22dc4edbfec7051fbf7c12a9b43b'); -INSERT INTO messages VALUES(832,310331,'parse','blocks','{"block_index":310331,"ledger_hash":"c676b9c31e0e3d74d005ad0a52a18ba34688b6002da5d269bcea0f789a4f8e91","messages_hash":"b26340fa1b2bf600c24c1ebc5d3cf9349b3c1f18f0340e67e933471de5c870a3","transaction_count":0,"txlist_hash":"646197318fca63f2c8068c0a119f122d02cfea4a5c95201d6cc2eada9ba276a6"}',0,'BLOCK_PARSED',NULL,'d6f4bcdb4d9a028ca831cc20f6a75f9631b58730fa855ce305acb710b04c0c99'); -INSERT INTO messages VALUES(833,310332,'insert','blocks','{"block_hash":"201086b0aab856c8b9c7b57d40762e907746fea722dbed8efb518f4bfd0dfdf2","block_index":310332,"block_time":310332000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8f3eff30c6c0784437ca42a2158d7bcf61950907d3b4613a563a0c9824a16cb2'); -INSERT INTO messages VALUES(834,310332,'parse','blocks','{"block_index":310332,"ledger_hash":"cf0b702c03ecff4bda1254dd5e96ca580b69d5d02d1f233725fccbe1f5f32000","messages_hash":"f40ef695b934f2eff89a7c247bebf55f48b2160e4f5cc51ecb732f67c878f5db","transaction_count":0,"txlist_hash":"8197afee90f808a95bd5a3dbc9c41618e3a07a3039dc2e2539a94cb023e54a0b"}',0,'BLOCK_PARSED',NULL,'b6ad5dc917394f759e6b51487b37e467ecd390cf16daa6ffde707adb8644657c'); -INSERT INTO messages VALUES(835,310333,'insert','blocks','{"block_hash":"b7476114e72d4a38d0bebb0b388444619c6f1b62f97b598fed2e1ec7cd08ee82","block_index":310333,"block_time":310333000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f9813f4582894f71e534902f9cb78d6071b465e2b4dda8d25aecc30120cabab6'); -INSERT INTO messages VALUES(836,310333,'parse','blocks','{"block_index":310333,"ledger_hash":"b40359eb197db65549946d93a39b2a732e0694d21b8d0138b9bfce4f5a87ae5b","messages_hash":"228acbec9359ec38f4e64a1c2f3daffaa1ace38a9c1ae23e17aab8637be40e52","transaction_count":0,"txlist_hash":"c8b269f3fb117e7ea3a9592a023787d886ffc388f91fd651618f807c017c9a67"}',0,'BLOCK_PARSED',NULL,'29744cc4dba195817566cc677585f4dbbe44412938ee19276347db21869eab87'); -INSERT INTO messages VALUES(837,310334,'insert','blocks','{"block_hash":"a39eb839c62b127287ea01dd087b2fc3ad59107ef012decae298e40c1dec52cd","block_index":310334,"block_time":310334000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'72d1e1635034777f0db796c2ea6fe2eb4c3e3f07bfe92cccefba162aa5320e33'); -INSERT INTO messages VALUES(838,310334,'parse','blocks','{"block_index":310334,"ledger_hash":"7cb471ec146f9ec1e4d1b93184ea641f7b8088807dedcd1c0be4ca5ba99e80e1","messages_hash":"1f64952f501bd2a2be2df85953b7156540bb110d36379afd8e93dd3f2227c5f9","transaction_count":0,"txlist_hash":"24eb770852273754585985a5fed612de801663408db3703bb9771d5bcf518cb9"}',0,'BLOCK_PARSED',NULL,'f93af119d7324cfefddcd5f15061757e6c9669295c32182ed3f765aab4108137'); -INSERT INTO messages VALUES(839,310335,'insert','blocks','{"block_hash":"23bd6092da66032357b13b95206e6527a8d22e6637a097d696d7a96c8858cc89","block_index":310335,"block_time":310335000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a7fb460b4eb0e5f7f39918d189fed1431bddd0769ee2911e929a5a81d2c96f9f'); -INSERT INTO messages VALUES(840,310335,'parse','blocks','{"block_index":310335,"ledger_hash":"47de747ec20cbec96a6bc4b71f67ea827c7a5a1ab0d3541fd539efac7442d644","messages_hash":"8838dcbe95a323a19820cf9c83c3077c4519ff524bf5b67d228b60e6d824b0ea","transaction_count":0,"txlist_hash":"ba840a499b9de3ae457db93220ebb7bf61560f33660b8e7b980178325d114cec"}',0,'BLOCK_PARSED',NULL,'25237234fca4e90a12e1517a4c6b9b05e6673a6294645ff53b2813ec03270afa'); -INSERT INTO messages VALUES(841,310336,'insert','blocks','{"block_hash":"ec4b8d0968dbae28789be96ffa5a7e27c3846064683acd7c3eb86f1f0cc58199","block_index":310336,"block_time":310336000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'55fdd4b6aeefe74b5e720335ead02a209e4f1667757a0e96f289071daae46fb1'); -INSERT INTO messages VALUES(842,310336,'parse','blocks','{"block_index":310336,"ledger_hash":"c216588e623d2b3d03499c7e9f817106b20a8c98765979987633f1e4e50d9594","messages_hash":"be2456018ec38082450007f516bcecb826ad573c3f5074639875ef27c532da8e","transaction_count":0,"txlist_hash":"a6c20cca4d22fa5b8357fae640f1a90e3e656f9015eb5db289ef6da17b597f1c"}',0,'BLOCK_PARSED',NULL,'bed01e69d34073253c77ed5992a4e4e733fd090b16f42226bfa2662b98e3ac98'); -INSERT INTO messages VALUES(843,310337,'insert','blocks','{"block_hash":"055247d24ba9860eb2eadf9ec7ea966b86794a0e3727e6ffbcba0af38f2bc34a","block_index":310337,"block_time":310337000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53316fbc80b5386d944f539a791e1b220c86c4e91c47620b4c28328561793173'); -INSERT INTO messages VALUES(844,310337,'parse','blocks','{"block_index":310337,"ledger_hash":"a558b47328f54b79a5ad9f7737af0e4df07e13e20f150296370e111879c09c2e","messages_hash":"5b3dfb5b2d34b0a524ce8632b9c44e1fc96e031fdee5777c294d204f09a056bb","transaction_count":0,"txlist_hash":"15c9f81424d97e28fc5d40b9f74edee6bed3f68f8c81dcf572cbd786626ff353"}',0,'BLOCK_PARSED',NULL,'71d0a31c79263e7a17362baf493f5ea3f84bb681f5280221941f9d3b3e0704a3'); -INSERT INTO messages VALUES(845,310338,'insert','blocks','{"block_hash":"97944272a7e86b716c6587d0da0d2094b6f7e29714daa00fec8677205a049bcd","block_index":310338,"block_time":310338000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3731201dcc64f8a4932382725525343b9b823a0b9be916a6a9103d1eb5bff0db'); -INSERT INTO messages VALUES(846,310338,'parse','blocks','{"block_index":310338,"ledger_hash":"31bea50c6481fa982eace70df5fc13d2981f1af13962809e3492b493a0dd4905","messages_hash":"0cfc7de3dff5c8e32ea8c40ee257e5b0cb9e022dd9b5b0a493816dd422674014","transaction_count":0,"txlist_hash":"ee8efb364c79aae62d48d0198d7ca348d71f312eaef01daf906fec89d2fe9166"}',0,'BLOCK_PARSED',NULL,'47d7f762347dcde0489a154e8a79a094b647df304032b1535c85917e7c4cedb9'); -INSERT INTO messages VALUES(847,310339,'insert','blocks','{"block_hash":"99d59ea38842e00c8ba156276582ff67c5fc8c3d3c6929246623d8f51239a052","block_index":310339,"block_time":310339000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'566bfeefd579261fd139bfa2f8f8c31c5006933d1b1a2acd39f672f28784d4e8'); -INSERT INTO messages VALUES(848,310339,'parse','blocks','{"block_index":310339,"ledger_hash":"6605ca3db3c509fbc8574f2e10a3f981e2ff17b2812946ec8f2b1e49ba44f220","messages_hash":"27dea1f0d38bf49ccf490708b63e514615895c0e9b73a16d752e7338834aebe0","transaction_count":0,"txlist_hash":"af5e50fc6a529fb06423c8ad7beed13c6e1de1c3f746f53dcedb7af76e0d95ff"}',0,'BLOCK_PARSED',NULL,'46d5fe53d812e2905c7045288d7bccbac3688f0db030bfa1b00fa1407c1ca257'); -INSERT INTO messages VALUES(849,310340,'insert','blocks','{"block_hash":"f7a193f14949aaae1167aebf7a6814c44712d2b19f6bf802e72be5f97dd7f5a0","block_index":310340,"block_time":310340000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5aec101d4794d815faf2b8ea8947f82746081ac4437266d10e9f9d9591327d62'); -INSERT INTO messages VALUES(850,310340,'parse','blocks','{"block_index":310340,"ledger_hash":"7db1ad1952cac2dda86fff6e5f939010bb30a1da26af438d354e17f423d5bf1f","messages_hash":"25797fad45ff0df2995c894bc3b4440cfd30d29eb0dffc7258ef0b051886bf95","transaction_count":0,"txlist_hash":"f42c5c43148a61dace7d50127d905f236ad738774c20d4f874fc3b824b58cf92"}',0,'BLOCK_PARSED',NULL,'b8a5f147ca328b97b843ac0062a2908c7c32275192699ed2b3ac7a9df462388e'); -INSERT INTO messages VALUES(851,310341,'insert','blocks','{"block_hash":"6c468431e0169b7df175afd661bc21a66f6b4353160f7a6c9df513a6b1788a7f","block_index":310341,"block_time":310341000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da1d4f62fd90ae338b2aead1b7616fe2a87f1dd019f93147067b1ec9f7e3d07f'); -INSERT INTO messages VALUES(852,310341,'parse','blocks','{"block_index":310341,"ledger_hash":"1a1eef01250d2c53a1b34a8ee5b1e8fce984c3d47d28c544c6e162493b51225b","messages_hash":"0475103698e1b21e812ef80c8704a6a7d718d54efd8b3d01272310eee4a93dd3","transaction_count":0,"txlist_hash":"5fcdf7ababadc89a26c3833bc8b819642466504b58323cded8cdb8a904239ce6"}',0,'BLOCK_PARSED',NULL,'61e81a0297301cb6c842ee8022b5e710ea4339f26fcdeb25a9460083011aa3e5'); -INSERT INTO messages VALUES(853,310342,'insert','blocks','{"block_hash":"48669c2cb8e6bf2ca7f8e4846816d35396cbc88c349a8d1318ded0598a30edf7","block_index":310342,"block_time":310342000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0bbfe018261c2b2ec04114ff15c94c12871d2314bb9dd8175673fcbcab953d23'); -INSERT INTO messages VALUES(854,310342,'parse','blocks','{"block_index":310342,"ledger_hash":"3c85c0b825985b04b42137da7e59fb3daaaf9e65b871b79390a4d8b31be5da92","messages_hash":"386f2d28ae28243ec41f68f0218004f9b7d30948940146e83258ae725c726bca","transaction_count":0,"txlist_hash":"b165c708026f386ddc7206518e594fcef7b5782fa0db77db6ce5b02e3b563145"}',0,'BLOCK_PARSED',NULL,'cbdabe65e7b0f0f9a2f0233c33e8f8ba972106f53b30e9be15b4740b089c44ef'); -INSERT INTO messages VALUES(855,310343,'insert','blocks','{"block_hash":"41a1030c13ae11f5565e0045c73d15edc583a1ff6f3a8f5eac94ffcfaf759e11","block_index":310343,"block_time":310343000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eaf9403723b1fcadc477bd3d310965d2a1af0a3ba244b249661aed467c237c3e'); -INSERT INTO messages VALUES(856,310343,'parse','blocks','{"block_index":310343,"ledger_hash":"26f4ea323dd31b715c7a7f4ab8f1feabb199333a8494449ed538ff13215bb3b2","messages_hash":"6cd9f497ff547e90aff30fa436bbf5d0bf52b76cfe42ac298625762804388174","transaction_count":0,"txlist_hash":"37808f9fb4ad766c671be7e9703aa7c7ea53991fa838400536d25f304ebe8090"}',0,'BLOCK_PARSED',NULL,'bded3cce3292058d5c60a6f8156ef4156291b3c4d9dfb7b75c58f015faffda7a'); -INSERT INTO messages VALUES(857,310344,'insert','blocks','{"block_hash":"97b74842207c7cd27160b23d74d7deb603882e4e5e61e2899c96a39b079b3977","block_index":310344,"block_time":310344000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1f21ec6f8f7b270f6254a7f3a85752fce52fbc4f2fe6c9d4e95ab16aff4f62c9'); -INSERT INTO messages VALUES(858,310344,'parse','blocks','{"block_index":310344,"ledger_hash":"444314748cb1fa1c836b3b4de65c3920c7fe446741193e5f77843affe3bee908","messages_hash":"311cf2c16edf19b105b63c89d098b160fe478a777ded3f3478686af3168c42e0","transaction_count":0,"txlist_hash":"52dd50744ce4773a3db8dcf016a392a133ff7ebbeaf293d4ecb4a32fcc575a19"}',0,'BLOCK_PARSED',NULL,'2b40bee7a15b9126544c55230f0aec29f0c097b27cb319d7a7d7e220a5e31823'); -INSERT INTO messages VALUES(859,310345,'insert','blocks','{"block_hash":"0bda7b13d1bc2ba4c3c72e0f27157067677595264d6430038f0b227118de8c65","block_index":310345,"block_time":310345000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2115bd94a2ba87721ced4973a7484c6b3492ad38949f5118925d122e208c7cbf'); -INSERT INTO messages VALUES(860,310345,'parse','blocks','{"block_index":310345,"ledger_hash":"d1775816bb104187076be74e78e87fc6d367c3cb31d372329aec2b635002ca2e","messages_hash":"6ddeaf2a1b81827366c35ae8738efaed8762fc41b23c6d20e3563ad14ca4b0cf","transaction_count":0,"txlist_hash":"15f4f9eb55ff5d2b8efb40a57193f253470889b1fb2f532f02b66d236bc902bf"}',0,'BLOCK_PARSED',NULL,'60201882990e0ff84f257d1ae1451c362934192a54565b85e580cf0b750db90c'); -INSERT INTO messages VALUES(861,310346,'insert','blocks','{"block_hash":"0635503844de474dd694ecbcfb93e578268f77a80230a29986dfa7eeade15b16","block_index":310346,"block_time":310346000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ced76fbbcff71f1f08d1b4f98b9fe546f42289276ba139915e7cc2aa2fee212'); -INSERT INTO messages VALUES(862,310346,'parse','blocks','{"block_index":310346,"ledger_hash":"3244eed1df8ec4ae0ddb04f9f6e59e54244ca3df10dc21fc89c99c74ba734781","messages_hash":"bc0073f476ce6f3c9c1257347424d6a9ace382f1c8b873ca3d7d2e139f970de5","transaction_count":0,"txlist_hash":"58faa47bcd277d0d52d39a46473882adc797797cf2c30967418fb4ae832dc21d"}',0,'BLOCK_PARSED',NULL,'6148d0fe4ecdd375533fdc98979f9420edebdfa6383dbb1eb5b6ae84d3f420b8'); -INSERT INTO messages VALUES(863,310347,'insert','blocks','{"block_hash":"f3f6b7e7a27c8da4318f9f2f694f37aaa9255bbdad260cb46f319a4755a1a84d","block_index":310347,"block_time":310347000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cd75c3f5c33ce395c769205a0cec43f39be1ce49c83e0270331be4b45abca363'); -INSERT INTO messages VALUES(864,310347,'parse','blocks','{"block_index":310347,"ledger_hash":"6fd1802c269750b69ec04df457d47cd6b44c261340ebd5b4da61f06ede6aa166","messages_hash":"096a16a0aad535f58cb10e60fc86dbbc69e470dc843f19738fc4f9e1ce7f1768","transaction_count":0,"txlist_hash":"716162f3fea6641e6ac697eb11880c5b39903de4ab30fa24e899e363d5c1d9cd"}',0,'BLOCK_PARSED',NULL,'e8995ef2fd6a66df2b405959de0e69a9d660e43c8e9d52ea1db3e7b246bdd79e'); -INSERT INTO messages VALUES(865,310348,'insert','blocks','{"block_hash":"c912af0d57982701bcda4293ad1ff3456299fd9e4a1da939d8d94bcb86634412","block_index":310348,"block_time":310348000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2282a19d6ae6c67bfaf6816281d0cbc7992acf9c852787b197f1b7d24099e889'); -INSERT INTO messages VALUES(866,310348,'parse','blocks','{"block_index":310348,"ledger_hash":"668330e80a23f499c0e91b01c4c51aab393813b840f81b6b672611e391699faf","messages_hash":"f48d12a75d55cecdc6a47637f2fbb982d49d19f3b67457aa98cb08e77ced3456","transaction_count":0,"txlist_hash":"8c169d593d4c922ef7d3f530f6de4da37c01716f19ea19b48b122a6135f3e293"}',0,'BLOCK_PARSED',NULL,'eadc8916d9d2e33069216578dc5a81901f9987ed62657c6cc7c28a21b3a7c6c1'); -INSERT INTO messages VALUES(867,310349,'insert','blocks','{"block_hash":"ca911c788add2e16726f4e194137f595823092482e48ff8dd3bdbe56c203523c","block_index":310349,"block_time":310349000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d3c62f9872cecf9e526ca5799f8f0ddbf30eea0e53de22ebcd540567668c3ce1'); -INSERT INTO messages VALUES(868,310349,'parse','blocks','{"block_index":310349,"ledger_hash":"32b36035ac1684e93126657ecd9711feb689672f64cceb03d220a8089dfacf12","messages_hash":"57bc2494344fae2345e5bd52209e6fe8f2621ed7592252a42246b6779a65a8fe","transaction_count":0,"txlist_hash":"8d54849ce08f65fd3dd06baf845e5a3132b84c960e6f316c4bbbbe5a3d2b7b01"}',0,'BLOCK_PARSED',NULL,'cd567ce36b8ae1a9b874380bd2307336231b6000eeda6365db403d32bd72e390'); -INSERT INTO messages VALUES(869,310350,'insert','blocks','{"block_hash":"c20d54368c4e558c44e2fbaa0765d3aecc8c9f01d456e3ff219508b5d06bd69d","block_index":310350,"block_time":310350000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c67391b60b509926703a607f6f998ce8fa291156968083aa09715801614ae442'); -INSERT INTO messages VALUES(870,310350,'parse','blocks','{"block_index":310350,"ledger_hash":"dbe70bf3b8e4b74ac25c1b6737b6a760e6a06a4f96ee83a5ca728c8501d4af05","messages_hash":"acec8fbdc7be0257f98160d4d7e7cf654a899b20917021a17f23c31b3dd47579","transaction_count":0,"txlist_hash":"1e46f66542896fa2ff6048472d49feed3065a6fffaad639da03027b00ce377bf"}',0,'BLOCK_PARSED',NULL,'8c2ac3ba2ea8ccb57e8cec9c701c098fecf5529002cab9a10e9788882bf836a0'); -INSERT INTO messages VALUES(871,310351,'insert','blocks','{"block_hash":"656bd69a59329dbea94b8b22cfdaaec8de9ab50204868f006494d78e7f88e26f","block_index":310351,"block_time":310351000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'669451dc20c09f9f304633536ef8e69ad120f5852ab50d41a8da7f48bedcabc9'); -INSERT INTO messages VALUES(872,310351,'parse','blocks','{"block_index":310351,"ledger_hash":"89bb7ea865a221a3646f78ea774a7cf1e15e8d65b85ddcfbdf87773145904151","messages_hash":"b11948afed62ec524417001d7c86dc3e2f0a45959111af1e6604a7d8b3231e1d","transaction_count":0,"txlist_hash":"f99c452388cd3d8aa59f7c75fa06770a116b5f69263dddbb7b5fdcffc7ffc524"}',0,'BLOCK_PARSED',NULL,'cf16cd073241bd39f145cc5194d257db6bf435935604e5d9120cd9fff78b2664'); -INSERT INTO messages VALUES(873,310352,'insert','blocks','{"block_hash":"fb97d2f766a23acb9644fef833e0257fdb74546e50d9e2303cf88d2e82b71a50","block_index":310352,"block_time":310352000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fd8da4e6b54f53f4b16ca6aeb3ba885030df955d13c64ee43a1bcf3998bd428a'); -INSERT INTO messages VALUES(874,310352,'parse','blocks','{"block_index":310352,"ledger_hash":"fdbf27d576a72b046776be0e5c0a91d060619778aadef3df1d30f1a7785a0fdb","messages_hash":"5b5c7907900c708c332774b3705aacb7eed3e44759b6f0d068f466e008d60935","transaction_count":0,"txlist_hash":"1d2f391bb7990954e14c69c9429b54b9f5a88791ec4b2fba2facb464152417f4"}',0,'BLOCK_PARSED',NULL,'08dc9e2f561bff0d340988cc48108781c28dd8062ac9823c14e5c998d2a1572e'); -INSERT INTO messages VALUES(875,310353,'insert','blocks','{"block_hash":"2d3e451f189fc2f29704b1b09820278dd1eeb347fef11352d7a680c9aecc13b8","block_index":310353,"block_time":310353000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7256dec63f1a1a0692dff06b1af1e20d69e275d0c6d369cfede27895574553cf'); -INSERT INTO messages VALUES(876,310353,'parse','blocks','{"block_index":310353,"ledger_hash":"73429d323376209447edc6d2ddbfd51f0bcde21736ea6dad61dc96b6984a1fa1","messages_hash":"1c50d54d3d9a0bbd66e3370391aaa4293436a4c2a30cca24c982c49d1aa008b1","transaction_count":0,"txlist_hash":"8ad1adee999dd851e81025b31920d1f0f66c1e56433e7b2b110d03cfccd7a141"}',0,'BLOCK_PARSED',NULL,'ab718225f755155b84b5cfcb77956bca4e86c6fbe47295b864f7917ebb0574d5'); -INSERT INTO messages VALUES(877,310354,'insert','blocks','{"block_hash":"437d9635e1702247e0d9330347cc6e339e3678be89a760ba9bf79dd2cd8803e0","block_index":310354,"block_time":310354000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'388678947812e046bd0175afde9b5780dae929ce0c1fe81934008c09abd8879d'); -INSERT INTO messages VALUES(878,310354,'parse','blocks','{"block_index":310354,"ledger_hash":"b2bbcbb6a7db94b2a5681c6e380ac13480bb49c29a3fbb3c7c1eb740f70f8324","messages_hash":"25e0063f36eaa90804aa8b9ea74d1c270b4a5e2ad7fb99df8e99815c059b22e4","transaction_count":0,"txlist_hash":"8d6870632f2336908828a72e7445c9d8ecbec3d420b234dad2b17ae06c0a709c"}',0,'BLOCK_PARSED',NULL,'d0b9a145a83863c90901c1ca89f7e3df52896dc39bfb758c220a1de80ce263ec'); -INSERT INTO messages VALUES(879,310355,'insert','blocks','{"block_hash":"ea80897a4f9167bfc775e4e43840d9ea6f839f3571c7ab4433f1e082f4bbe37d","block_index":310355,"block_time":310355000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cb0720ef63fd8b2bf8c9f114cbd1b201bae921a43b6aa54fe2334082b4147681'); -INSERT INTO messages VALUES(880,310355,'parse','blocks','{"block_index":310355,"ledger_hash":"ccbd3ea41587c3c1d92f355979b49c5340a0a90060f07c228c22d6ff76b25579","messages_hash":"e8a8b0a0dfd6d0d6016d4198918d9070748f2ba7a48b4dce59b2a350fd689bb4","transaction_count":0,"txlist_hash":"8dfb02eb42bf84a085d150a0dc3fb2effa201594da47639e8f77fea0a7084eea"}',0,'BLOCK_PARSED',NULL,'0e2234686119c4e5db83d42320709a73b074f6e117fc20a21cbef1f82ccb8844'); -INSERT INTO messages VALUES(881,310356,'insert','blocks','{"block_hash":"68088305f7eba74c1d50458e5e5ca5a849f0b4a4e9935709d8ee56877b1b55c4","block_index":310356,"block_time":310356000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'64b6e75684be4b094c2140d852c977f24cae5d70768a6974a55bc4c49fa23312'); -INSERT INTO messages VALUES(882,310356,'parse','blocks','{"block_index":310356,"ledger_hash":"06a95d39e110e40ba318320d50984096cbec88c680f426f721154555efc2561f","messages_hash":"77c1eb3f8b7c02bb5e26a7f7c945250bb44adfc40e2d58cd7f07118bceebf35a","transaction_count":0,"txlist_hash":"3516c2e9b180883b3526ee0a028c6d22b2a8a028b896423eb71db31cc284d566"}',0,'BLOCK_PARSED',NULL,'5b9d741d1af3cfe852ef163b1920a8a2b998f689d277083006cdcaa6de7fa16c'); -INSERT INTO messages VALUES(883,310357,'insert','blocks','{"block_hash":"4572f7f4ad467ef78212e9e08fa2ce3f01f2acc28c0b8ca9d1479380726bab1f","block_index":310357,"block_time":310357000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'98851ca610e605025b274de882a08e3b586bebc3f3ac512215440ae8d9ff252e'); -INSERT INTO messages VALUES(884,310357,'parse','blocks','{"block_index":310357,"ledger_hash":"443f947352e853367d1c10d25771c7d78eec22fac19c5bace6f96b8f949e264b","messages_hash":"3800ff081d7ee73226503f2fe551a287740cfefd247486c83c15d098dbf15c7b","transaction_count":0,"txlist_hash":"af4dd2cd8426ceb8c7dacc24b30d4d48e1152340a5a81f32b745878558969f4a"}',0,'BLOCK_PARSED',NULL,'0c03c1a8f021f5e468e2a7e3f5b05423a8b1e1d1bf0702bcda05ad77e2f2f343'); -INSERT INTO messages VALUES(885,310358,'insert','blocks','{"block_hash":"d5eae5513f1264d00d8c83fe9271e984774526d89b03ecd78d62d4d95ec1dea6","block_index":310358,"block_time":310358000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c46a55b7066c6871520c1f649cd00cd06f376bedfe7ec51565051ba77cbd0a9f'); -INSERT INTO messages VALUES(886,310358,'parse','blocks','{"block_index":310358,"ledger_hash":"c2cd71dc9e7d5ccb5d5e9d6b55c47010c9db6a573d01820da1c8960970fd571f","messages_hash":"b48a44760017112d73ccf6724bbc9650757b20df5a7c26edf2f3a6aefa86c3c8","transaction_count":0,"txlist_hash":"635f90dc6b705e3e5928101d6ffc32a247088fd8965e0e372358b35ba822df31"}',0,'BLOCK_PARSED',NULL,'a6e07e853f6612447a8d151286b93dee294cbd86df1505b23411f501c03eb6cc'); -INSERT INTO messages VALUES(887,310359,'insert','blocks','{"block_hash":"4fa301160e7e0be18a33065475b1511e859475f390133857a803de0692a9b74f","block_index":310359,"block_time":310359000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bab481587ba3ab25ced87b3f44914599d8c55347e1b248c5012e434ba9859dca'); -INSERT INTO messages VALUES(888,310359,'parse','blocks','{"block_index":310359,"ledger_hash":"5b7646bafc6b11eb1554ea1e02221883043b435ae973c3678505fa2128aadfb7","messages_hash":"335f53a916a0bc67cb004eb63708def5506d4f74bcec50f101814ea68f76384c","transaction_count":0,"txlist_hash":"eeec8a86b03a3973bdf5215e1789277ab7aa4c47f4e9f05a44a312c01e0ccf0d"}',0,'BLOCK_PARSED',NULL,'9657276709af9496f15e2953172ed843488c3c2cb48570ffcbb32612834938a7'); -INSERT INTO messages VALUES(889,310360,'insert','blocks','{"block_hash":"cc852c3c20dbb58466f9a3c9f6df59ef1c3584f849272e100823a95b7a3c79f0","block_index":310360,"block_time":310360000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ed7e4c6ed3a0254c3f35235e824e7e9dba051784de12b6cbd12ce7b080084260'); -INSERT INTO messages VALUES(890,310360,'parse','blocks','{"block_index":310360,"ledger_hash":"b0e937568a47c244e3b29cfb3a5e7196c171acc1565c44020345c715b7774658","messages_hash":"a1d9daca727cb7a4b2da2f8ba546ed6658a865d06ab65970d9266c378cf25009","transaction_count":0,"txlist_hash":"32f4991609b3d8cbddbee2fe5e7aff49e7d4f5334ba0d283893733f19d3f448b"}',0,'BLOCK_PARSED',NULL,'093524dc46a773b987de7543d6f187e4ff83ca18f33089124ffa346397c41d4c'); -INSERT INTO messages VALUES(891,310361,'insert','blocks','{"block_hash":"636110c0af5c76ada1a19fa5cd012e3ee796723f8a7b3a5457d8cb81d6c57019","block_index":310361,"block_time":310361000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1de8497b585d6c2fb46adbb376542ee62bc007d48e5bf19802e012b52922eb3e'); -INSERT INTO messages VALUES(892,310361,'parse','blocks','{"block_index":310361,"ledger_hash":"fd5b67bb571f4e9c0c37c6a5c9e1181133c301e05f4f97a41bd827eda7a6db3c","messages_hash":"6acc9ade130c3bc9ded6b30a657700501b1a56ac29e888f64cff6ff47359f791","transaction_count":0,"txlist_hash":"4ad763ba9a9de4e6fd2f48d1342b9c2b4f87224fe591cddcf0ea3aab19187ab3"}',0,'BLOCK_PARSED',NULL,'c416699956ab1a4564c80b58974ac470e627a4951831dc7f48bff6d17c753c51'); -INSERT INTO messages VALUES(893,310362,'insert','blocks','{"block_hash":"6199591a598e9b2159adb828ab26d48c37c26b784f8467a6bb55d51d7b6390f2","block_index":310362,"block_time":310362000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'62310d433cf63f293d12326a05bb8661277e75daf5621a4c24726b685ee7d2ae'); -INSERT INTO messages VALUES(894,310362,'parse','blocks','{"block_index":310362,"ledger_hash":"38382cc090b349809c4798c3c83b485f8ff682fd5b5b2568357d62ef30f7c046","messages_hash":"0ecc858ae38eb36dfcab01e9f060b80297a2882419ee19837c4f3ee56645ae65","transaction_count":0,"txlist_hash":"2eed1cb542570837b9e34c5ef140428d09c132369e5073061d9b1580338fad97"}',0,'BLOCK_PARSED',NULL,'122a1650a8bfad9386eab910e1a527fe3ab2618edf0cbd24bc65a2ca3c51ebc7'); -INSERT INTO messages VALUES(895,310363,'insert','blocks','{"block_hash":"a31967b730f72da6ad20f563df18c081c13e3537ba7ea5ab5d01db40e02647e6","block_index":310363,"block_time":310363000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8f3c1081ca47e0238a94f492437ccd23987324c71eb3253de2a95ab029cd19fc'); -INSERT INTO messages VALUES(896,310363,'parse','blocks','{"block_index":310363,"ledger_hash":"82911a691937d87629bc14e5294f68a25ff2fc6512370db032834b85a623d5c3","messages_hash":"556ba5de5e6ef62d0ce8117eeea75b6ffa6463ff310811282f89cd7416d498d7","transaction_count":0,"txlist_hash":"baa8c23f6f8bbed9640382166a4fa59eba156a3c94b645334124a57ad886136d"}',0,'BLOCK_PARSED',NULL,'a283874b243569d22b0da829d1c1d64441ea96dd519d83c00db1c0cc5ffe3387'); -INSERT INTO messages VALUES(897,310364,'insert','blocks','{"block_hash":"67025b6f69e33546f3309b229ea1ae22ed12b0544b48e202f5387e08d13be0c9","block_index":310364,"block_time":310364000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f489a0579c3dbc07068bb884d931c7a0932d630c2b328df5657a6f94ec985271'); -INSERT INTO messages VALUES(898,310364,'parse','blocks','{"block_index":310364,"ledger_hash":"cc362ce4c2142e539057430e2dd6402b985c62fefa4e4ad33afe1305f53af8a4","messages_hash":"74bb0c7406191c6a3073587bb97fff0fdc69468013613e74a11bb764f0131526","transaction_count":0,"txlist_hash":"973037f8124687eaeba2e9f3e301cb20b9370bef4acd3f2c86eedf595b792b73"}',0,'BLOCK_PARSED',NULL,'6cba39efb3417f291ddb4269585b646b56e6542248643590c2f8b7290e02980a'); -INSERT INTO messages VALUES(899,310365,'insert','blocks','{"block_hash":"b65b578ed93a85ea5f5005ec957765e2d41e741480adde6968315fe09784c409","block_index":310365,"block_time":310365000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'852a58aace81b57cdb17c48d31e2261b4be8656960c93431547f2b56621f18fa'); -INSERT INTO messages VALUES(900,310365,'parse','blocks','{"block_index":310365,"ledger_hash":"49e41f95f081b70e3f540fa22864cc4f229ceabfdfd54f2da112f1fd35466617","messages_hash":"f3b9bfc7f71eb198d33de021d970ae020b2a4bad74c255699c6c15029468e899","transaction_count":0,"txlist_hash":"aa3e39acb1dc1a955f579a9a40961a80319c5dd484ddf322ca6edc6b67cec932"}',0,'BLOCK_PARSED',NULL,'d865a8894a5c48285ba30fb612dfc7df400dbfceb7e4ff4adb4cb47fec884571'); -INSERT INTO messages VALUES(901,310366,'insert','blocks','{"block_hash":"a7843440b110ab26327672e3d65125a1b9efd838671422b6ede6c85890352440","block_index":310366,"block_time":310366000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'32a1f90b335d1eb0a151b715e327637c26fdb84827cc99e380489f210c05a6a7'); -INSERT INTO messages VALUES(902,310366,'parse','blocks','{"block_index":310366,"ledger_hash":"687c5f3e381d164499126ff90785e3635c825db3808267d4de2ec0e37cc7c597","messages_hash":"4c6246a65703edae5b7dd415df97eada326fe5e69fe207a8b555cdc0f1cbd4be","transaction_count":0,"txlist_hash":"610fbd2d8f4dad57d7efca0772534da791785cb2c45de1906a9b282792faa9f8"}',0,'BLOCK_PARSED',NULL,'00a0b5c57740b9a243c8d3b264028ba5c983c1926afa90afc8b751d7b51603d0'); -INSERT INTO messages VALUES(903,310367,'insert','blocks','{"block_hash":"326c7e51165800a892b48909d105ff5ea572ff408d56d1623ad66d3dfeeb4f47","block_index":310367,"block_time":310367000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'830ee4cebe05b580c9db0ff619bd734f57321012b733bd4a6fd3509cc3d306dc'); -INSERT INTO messages VALUES(904,310367,'parse','blocks','{"block_index":310367,"ledger_hash":"d7fe976a4b2cca2e23d082a703ef4f4739e110ce1e0a373e76064f6186856ff7","messages_hash":"01b60d6479b112e92ae193e3518a7f85210d739b324d649c05bf3852d51a54bc","transaction_count":0,"txlist_hash":"531453a70483611396ce5bacc17e22125b1b61f61d56c110fb72a929b95deb9a"}',0,'BLOCK_PARSED',NULL,'e26079031b61a7e4b54f584fe23725fc1adc9f523d402cf88c5086fe57f1aff0'); -INSERT INTO messages VALUES(905,310368,'insert','blocks','{"block_hash":"f7bfee2feb32c2bfd998dc0f6bff5e5994a3131808b912d692c3089528b4e006","block_index":310368,"block_time":310368000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3111d0b097c3001870cbeafb64859db9b7e90e3f52a7ec33a304bd497e0e33c4'); -INSERT INTO messages VALUES(906,310368,'parse','blocks','{"block_index":310368,"ledger_hash":"97f0a0f9e6f355dd179aa2941412decc1b0a06de0dc14dce8538aed6e35d41ba","messages_hash":"f66e69cf80c70919d7173c74cfc711eaa2c5f33b884333ab43f2c41027ccf438","transaction_count":0,"txlist_hash":"289eb338000f45b4d7e143a08a490fbee8d307eb0975f5a2ed62586c2f625e0e"}',0,'BLOCK_PARSED',NULL,'33c4df10cddb46f44ceaea8c0fb2e2e16713cbb590c89dbfed7cb6bcba22046b'); -INSERT INTO messages VALUES(907,310369,'insert','blocks','{"block_hash":"0f836b76eb06019a6bb01776e80bc10dac9fb77002262c80d6683fd42dbfc8da","block_index":310369,"block_time":310369000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1659578743818cb25831cf5847ce93d9462b95d8b0121fa43446278d822e8235'); -INSERT INTO messages VALUES(908,310369,'parse','blocks','{"block_index":310369,"ledger_hash":"1b5d9ec9bd918c84a5f9b6882c94a739cc1ad1362dedfbdf7b2009fd42251d66","messages_hash":"e307e492f24ed689dffae4da75dabffe9e338ff996c88c5a2a7248abb30df8b2","transaction_count":0,"txlist_hash":"a9122294ce4ccd606d3fa1787fb9c44f25811fb2fe486c9d58b407b5da50dd8b"}',0,'BLOCK_PARSED',NULL,'4d1403663def99b6264a63fca4f5af0befe5f282f4c9e228a0d00c13721dbc58'); -INSERT INTO messages VALUES(909,310370,'insert','blocks','{"block_hash":"9eb8f1f6cc0ed3d2a77c5b2c66965150c8ceb26d357b9844e19674d8221fef67","block_index":310370,"block_time":310370000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3a7f6f5d8f376baabda758ebe8db2e79c0e8737b8c3be1081caea48c84f266e7'); -INSERT INTO messages VALUES(910,310370,'parse','blocks','{"block_index":310370,"ledger_hash":"578b039ed2b9a25e1c75ad9a5242c5962d6645616dc53fb08386602e40f14486","messages_hash":"6087f15bc627711b12cd70dc5c18fbc943c204013b6273a724db7624d6e12b50","transaction_count":0,"txlist_hash":"d61d958644caab04dc236d04d3654abeb1fd625dd7b9cdc01ca5caeae9b41f58"}',0,'BLOCK_PARSED',NULL,'87a8084d80dbb073b47c99eef4bcec7d09eac1b73ee0a59286f70bebfd20cc9f'); -INSERT INTO messages VALUES(911,310371,'insert','blocks','{"block_hash":"7404cb31a39887a9841c2c27309d8c50b88748ed5fa8a3e5ba4cc3fc18310154","block_index":310371,"block_time":310371000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8f25df47e5521506d28856d02cf752a3c9af3ffef06f2a6b1706d92d375a17cb'); -INSERT INTO messages VALUES(912,310371,'parse','blocks','{"block_index":310371,"ledger_hash":"473d21b8218a2b02f7fa0d5daf114fa988e4a3d97c33aebe97e51a8d22252492","messages_hash":"a2cadcba7707abde4fb0d86702f9ef406324a8fcdfa76f6ec9414ad384dacea3","transaction_count":0,"txlist_hash":"8abb7bf5c66895fd9e9de804ed8e35b3b1d12054a4e45ab3df6cd41194d836e6"}',0,'BLOCK_PARSED',NULL,'259a22278f82e436817db8e14eb6eb394a7fc019f894980b3512fd79c2255476'); -INSERT INTO messages VALUES(913,310372,'insert','blocks','{"block_hash":"d3a790f6f5f85e2662a9d5fcd94a38bfe9f318ffd695f4770b6ea0770e1ae18d","block_index":310372,"block_time":310372000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ffa2f33627d10c781e86ec05828bca5d284654a9203e3ac794f10752627d0b6e'); -INSERT INTO messages VALUES(914,310372,'parse','blocks','{"block_index":310372,"ledger_hash":"0c306eb25702d190ce32cac521b1fac9b8a7cbcf441fd74be8de2e002b4ce14c","messages_hash":"6707e363d1453e434f09de58498af4f95b9593282b42f43684618dce7d624048","transaction_count":0,"txlist_hash":"ad3d52b024093fcc5b88b7a3176c4117468f0f675fd9e908c727ebedc5e2eff3"}',0,'BLOCK_PARSED',NULL,'0a45fac548f26d2bf78f5af349389965bbda98ca26c965c42e00c511c97c723e'); -INSERT INTO messages VALUES(915,310373,'insert','blocks','{"block_hash":"c192bec419937220c2705ce8a260ba0922940af116e10a2bc9db94f7497cf9c0","block_index":310373,"block_time":310373000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c265e536d81863496c171073c1eb4011be0b85090b54923acd147310ce131e09'); -INSERT INTO messages VALUES(916,310373,'parse','blocks','{"block_index":310373,"ledger_hash":"48d14b17f9074ce1f75ab32581e8f6fe7d518ebd669af6508e5d986d97c92b3d","messages_hash":"f4c868b4c8e4ed0aaaa1f31ec45a2393111a3ae2002cd640f5e8ee2a2e480552","transaction_count":0,"txlist_hash":"b60270d322c86c6452289e0968be64c2217ebeec34944e43aef908e119f838ea"}',0,'BLOCK_PARSED',NULL,'5d6fd7cfa9849d18612cb8054dbbc4336eb894a6283aa0159f6ff6308c4744e6'); -INSERT INTO messages VALUES(917,310374,'insert','blocks','{"block_hash":"f541273d293a084509916c10aec0de40092c7695888ec7510f23e0c7bb405f8e","block_index":310374,"block_time":310374000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5d679112e002a96da40b4338c021e807c82cad43d8a9b9d83ed0f9ce3da36904'); -INSERT INTO messages VALUES(918,310374,'parse','blocks','{"block_index":310374,"ledger_hash":"aee93917f6fe0046069aaff48d5d1875a9c4451acec6562a377428bfb1184cd4","messages_hash":"4f11ed7930653e07ba376bbccbb9a2025632dcb1a362b73d884da13d5ee76be5","transaction_count":0,"txlist_hash":"46decb141683d0bf4c52e4f756b955c923bfb3995025d0f19a8ef7cac1dd2b60"}',0,'BLOCK_PARSED',NULL,'0011ebb80ad51db0495dc83771af513c8ad82f87f2947861cb0193723bd928f2'); -INSERT INTO messages VALUES(919,310375,'insert','blocks','{"block_hash":"da666e1886212e20c154aba9d6b617e471106ddc9b8c8a28e9860baf82a17458","block_index":310375,"block_time":310375000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bc8ff55e59f634a5425be7f10e1071c61b7e83735de3ee6fa051cf2307927c88'); -INSERT INTO messages VALUES(920,310375,'parse','blocks','{"block_index":310375,"ledger_hash":"2b0d74911bba5c9530b69c04fec512fe4c5df25458e5237db884586a221fa30b","messages_hash":"e4b2ee1a49a43c8b3a818560a60d7d93bedc758d3ce992be2eff40fe5fbf74e9","transaction_count":0,"txlist_hash":"9349961eeb706cf083d6ef1fff69cc871def662dd23fd7854135c1b0dc1a78fb"}',0,'BLOCK_PARSED',NULL,'7502260907cf69bcdd5be4c10ba0c0358cbf3ac82d8f6002c6e3ba3cdd03081d'); -INSERT INTO messages VALUES(921,310376,'insert','blocks','{"block_hash":"5dc483d7d1697eb823cba64bb8d6c0aded59d00ea37067de0caeebf3ea4ea7dc","block_index":310376,"block_time":310376000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f9541504a8fd925282cc3352fb5a9b07cf493884defb6b155a1c034ffca4501a'); -INSERT INTO messages VALUES(922,310376,'parse','blocks','{"block_index":310376,"ledger_hash":"a6f84afe2845ba2fa4e5e7377b1d4474dbde6dfc9c4bed050e6d10cc80025e82","messages_hash":"e63b3cf5d1eb2734995d924dcb8fdcf1147d751395000dd6663b61d70f7ee992","transaction_count":0,"txlist_hash":"a5f607569f31beb9ba2a0496a9eb2eb40a6926df4b174161b73f53719ad04767"}',0,'BLOCK_PARSED',NULL,'fb60d5e23bdd7362fcfbb9df0e31eef5ac6109890c745fe4dd288aba1d8eb5c2'); -INSERT INTO messages VALUES(923,310377,'insert','blocks','{"block_hash":"f8d1cac1fef3fa6e7ad1c44ff6ae2c6920985bad74e77a6868612ee81f16b0b3","block_index":310377,"block_time":310377000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c7d4e490313e67d321422ea13f87d5ccef17b3f401be171108e8716e3146ba47'); -INSERT INTO messages VALUES(924,310377,'parse','blocks','{"block_index":310377,"ledger_hash":"e006e13691719e4fce65e72c692d3affeae8ae465de2a3b285a1bed4eb518a70","messages_hash":"1c2c0ef6287245c04947a4452e67411541a80da3a2097c0a347c3248bf2161f7","transaction_count":0,"txlist_hash":"4dd3a5ae07e934557005871e7c72351077b1092580eadda11fcd3501bb000579"}',0,'BLOCK_PARSED',NULL,'d3b5ea4aab5d193c844c0c8c1d477568ea5cd5d42336f8597de12d2118240b3d'); -INSERT INTO messages VALUES(925,310378,'insert','blocks','{"block_hash":"fec994dd24e213aa78f166ca315c90cb74ee871295a252723dd269c13fc614ce","block_index":310378,"block_time":310378000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fece1dd724914d6556d10c2fd6505dbb02b291bdebd2b7de43716f2640c6ac89'); -INSERT INTO messages VALUES(926,310378,'parse','blocks','{"block_index":310378,"ledger_hash":"607ffa4928577b82f275750353fcecc2e50098d227f18bb8ea95ac2bbb10eea6","messages_hash":"b8937d2d9517cf1f1648b595150bd4ad77cab24c686bd2c8e23714cdade45356","transaction_count":0,"txlist_hash":"49533405fa36a389e0d8cac965389e23eb421da5833d625d160f75fa9defdeab"}',0,'BLOCK_PARSED',NULL,'0d3abb711c46e1f54cedbfbb1741bcca1f1374a9de9d308c4eba965faf465a5a'); -INSERT INTO messages VALUES(927,310379,'insert','blocks','{"block_hash":"d86cdb36616976eafb054477058de5670a02194f3ee27911df1822ff1c26f19c","block_index":310379,"block_time":310379000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fb73427cd47e3af9f3922a9fba244764b462ea2058347f7d6fdc3e63bf707640'); -INSERT INTO messages VALUES(928,310379,'parse','blocks','{"block_index":310379,"ledger_hash":"9f17e8d662dbbfc12a56dc36172b3154bc9b05a87885d1411826481e1ca4f6ea","messages_hash":"614d01cb64ac626f70cffe33a1bd3355075acab546d404507e1f8f823f30cd44","transaction_count":0,"txlist_hash":"4514a78a69d0987ff60976334f70d0533a1c5726099ae73d93be187a57f25f44"}',0,'BLOCK_PARSED',NULL,'926721856c473bf0a2d4b46ce4086583d0ea3e6a3e87958b8b1e1325f9cef7e1'); -INSERT INTO messages VALUES(929,310380,'insert','blocks','{"block_hash":"292dba1b887326f0719fe00caf9863afc613fc1643e041ba7678a325cf2b6aae","block_index":310380,"block_time":310380000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'350d12486b1c022f06f5d86497fbf558df56aced506658346af28338ea9e2c1d'); -INSERT INTO messages VALUES(930,310380,'parse','blocks','{"block_index":310380,"ledger_hash":"d617e30e1a32ed1cf269a190fd4c843755413492827546a0b3ed14278f817532","messages_hash":"fc1f8cd61556b9bad44c0023b4fa390c500f2e6df7fda4e89081dfb60be85f0d","transaction_count":0,"txlist_hash":"77038e6b75820a64c9fc9530b3d2c8411cc4da649fc69a3d235424c2dd5500c5"}',0,'BLOCK_PARSED',NULL,'716e594215e996a43d7cebfcbfd90bd809c440809770b60bf61642c3830b62e3'); -INSERT INTO messages VALUES(931,310381,'insert','blocks','{"block_hash":"6726e0171d41e8b03e8c7a245ef69477b44506b651efe999e892e1e6d9d4cf38","block_index":310381,"block_time":310381000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'25ba667c0cbba81d552f0f5049fb64699a77168e7aa56c2910e5f0e276d6ab9c'); -INSERT INTO messages VALUES(932,310381,'parse','blocks','{"block_index":310381,"ledger_hash":"8af8d819f02927de4a74d3d37dcecf6e5124d53be37603764b1b1adad13b0d7a","messages_hash":"64d3d46ed318df21ec21c4f2516e5278e94b32d12dc7598912472f60bdb72b2a","transaction_count":0,"txlist_hash":"48b66540bea91d2c2d216d5c13e88dfd9c1f1a36cae2ec721253034041e63af6"}',0,'BLOCK_PARSED',NULL,'70f95dead10dd7925191bbfc0ef2029a99b1c19155ac105699b859f3bd8be8a1'); -INSERT INTO messages VALUES(933,310382,'insert','blocks','{"block_hash":"0be33004c34938cedd0901b03c95e55d91590aa2fec6c5f6e44aec5366a0e7d8","block_index":310382,"block_time":310382000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4be0763eb3cf7274e877c6bd56840d3128da9d8dfa295b1d354db47f4e1d2373'); -INSERT INTO messages VALUES(934,310382,'parse','blocks','{"block_index":310382,"ledger_hash":"809d5c20335bbefe8e4f3552e24b24d96f6ee4ab12f3bfc9e74898371cf69797","messages_hash":"c4fc122ce6c5149722318f8023a42aebc8a42ff98a71cb9e781661a660ea51ad","transaction_count":0,"txlist_hash":"159e8434abde33d3a97a4e7701cafec884a6d0d7ad78852ee7db449a18c5e23f"}',0,'BLOCK_PARSED',NULL,'93a50dc51971bf95b779cfd0174bf8ba919c818ccc795455cffa1ac964ccfdfa'); -INSERT INTO messages VALUES(935,310383,'insert','blocks','{"block_hash":"992ff9a3b2f4e303854514d4cad554ff333c1f3f84961aa5a6b570af44a74508","block_index":310383,"block_time":310383000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0b58ef9146eb00ac4b6a08e6249484cbe532d20e0147f8bd9615070412579957'); -INSERT INTO messages VALUES(936,310383,'parse','blocks','{"block_index":310383,"ledger_hash":"d8ec301994a5333f8efe7cc547a833d26c6766deb0b39c4fc18d1bdb470ee903","messages_hash":"90be276b0349a2ae133516e7459e90833683fdb9aac0538a2f4b79c192f72113","transaction_count":0,"txlist_hash":"aecbe5619daf47a60ab2765502725a284224c0985e91993b212c50c3449d197a"}',0,'BLOCK_PARSED',NULL,'851dcf866fec147219c48cbc48f99e063695a52cbaacea8e05e1f63b8f798c10'); -INSERT INTO messages VALUES(937,310384,'insert','blocks','{"block_hash":"d518c696796401d77956d878cbdc247e207f03198eabc2749d61ebeadee87e5e","block_index":310384,"block_time":310384000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4520ecf4aa0ecbf9851c0d60ad1a2862e355046338f84c412c0f35b8f5576716'); -INSERT INTO messages VALUES(938,310384,'parse','blocks','{"block_index":310384,"ledger_hash":"fe47a03993cb9079a6e72810552d631fe838bcfaba3b34c73c9948af77266df2","messages_hash":"29136e76e0190c7824064b55a60fa62aa4481b00ba17082e58bae7e238f8597b","transaction_count":0,"txlist_hash":"e69bc390fb0a624f6d33512a55e9732857afee1b114df97761186ac648f63111"}',0,'BLOCK_PARSED',NULL,'22a8a82f3ab6945b889cafea07c558191dd633a8402c7a7f3d46fb385b81c71e'); -INSERT INTO messages VALUES(939,310385,'insert','blocks','{"block_hash":"2aa6a491a03a1a16adbc5f5e795c97ec338345cfdf10ff711ffb7ac3a0e26e28","block_index":310385,"block_time":310385000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'829b3283ed26764189eafe3611dd7454d4820bf9282aaf825a7fca561f18383a'); -INSERT INTO messages VALUES(940,310385,'parse','blocks','{"block_index":310385,"ledger_hash":"6114e98e0004cf0f9472fce6bfa6bb99ae38e57214c8b134f30da1d62399f6ef","messages_hash":"0805e38f383a619b8b82d73d6101409e762bb7b6305202768e174f2748effd74","transaction_count":0,"txlist_hash":"d3e6a4df9ff34518f8fe243dc87c981aef0cc7b89ff9ca466269a19493aeaecb"}',0,'BLOCK_PARSED',NULL,'135aadb896ebecb7f314137e0236cbfb699681682e3fcf049bbb4e56c65b9d04'); -INSERT INTO messages VALUES(941,310386,'insert','blocks','{"block_hash":"9d19a754b48a180fd5ebb0ae63e96fa9f4a67e475aeefa41f8f4f8420e677eda","block_index":310386,"block_time":310386000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'781e8464c82acfb9b4dfc5572bb91dc94dfbea1ac0925ba1052d0e0e7fade642'); -INSERT INTO messages VALUES(942,310386,'parse','blocks','{"block_index":310386,"ledger_hash":"4c52d59ade1bd2068e3b75b8b3cd1d23c6a94b6437f7966d10f5a07bf8f630ff","messages_hash":"c90a6b8d9034ea22c0e1302fab571afec136e150f57dbd4a07fbd89f7a66ce5a","transaction_count":0,"txlist_hash":"1c250ef18892c191c535562bb35bb1c8bd4f515ab00bc4cf0b564436b2bd33ee"}',0,'BLOCK_PARSED',NULL,'dc1473f5aee5d256aa69e6d51015084c7a2996b5fa2bf565d4b272ee1cabd680'); -INSERT INTO messages VALUES(943,310387,'insert','blocks','{"block_hash":"b4cac00f59c626206e193575b3ba9bfddd83bbfc374ebeb2838acd25e34a6c2b","block_index":310387,"block_time":310387000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fb61f5908473e1ad7005807bd6d4c8800c65264f2e930f3ff333650c18c89f2f'); -INSERT INTO messages VALUES(944,310387,'parse','blocks','{"block_index":310387,"ledger_hash":"327e9a842233568888998ec1456b6f78c093b47639707d44e6336b2bc18d955f","messages_hash":"962935511236bc6eb6d6f647eb02ea92c96ea5cfb0cc014b355c9f39c222c28e","transaction_count":0,"txlist_hash":"d7de64dd98a65b478518d909b1f0f2860f6a0b8e5e530f23ee55caffbaf1a545"}',0,'BLOCK_PARSED',NULL,'5a88941b617c01f77350d0a453c25fe8c669538884e4424dde086ee68d9e8df5'); -INSERT INTO messages VALUES(945,310388,'insert','blocks','{"block_hash":"41a04637694ea47a57b76fb52d3e8cfe67ee28e3e8744218f652166abe833284","block_index":310388,"block_time":310388000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'21c7c83799b2e887f9ee2168d796ca50a80d18001cd167cb8dc3cc0996b24697'); -INSERT INTO messages VALUES(946,310388,'parse','blocks','{"block_index":310388,"ledger_hash":"6efaab188a5cae39ef547a804f61bcbc2be4881e0569f49d7622b407f6860401","messages_hash":"04076ae75050884ffea906f6b738d2e961e712f7e8099758916b0477a878a790","transaction_count":0,"txlist_hash":"4916559fdc472a474aa4c652c85b0db143744daed0d98d7f2fddd1dba32be88e"}',0,'BLOCK_PARSED',NULL,'e0b78d06c8511a7435a6aee7779fe65103e0de2b1ee5e2f854b56642e7f41e6e'); -INSERT INTO messages VALUES(947,310389,'insert','blocks','{"block_hash":"3ec95ae011161c6752f308d28bde892b2846e96a96de164e5f3394744d0aa607","block_index":310389,"block_time":310389000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3c1b40a818b3589addab6bc83940aba84d2a2852d9551746e1e6c5ac6caf8e35'); -INSERT INTO messages VALUES(948,310389,'parse','blocks','{"block_index":310389,"ledger_hash":"89c686d5d973691a7281268c867f837b86b140a05f16f12302a3cdeb3b6a0ee9","messages_hash":"78a43adb29cdccae786b20bf4fc766758a5adef9f37f1a86a55d484ad6a008dd","transaction_count":0,"txlist_hash":"b2e0098e42f81a8a9369d510b17be67446feb3e5da1b1eb37acd9f0b33b29fce"}',0,'BLOCK_PARSED',NULL,'a3b3605f7cf4cc9e7858ada30caba8c3b50c96fd14de1e59937fd6a5752c26ca'); -INSERT INTO messages VALUES(949,310390,'insert','blocks','{"block_hash":"f05a916c6be28909fa19d176e0232f704d8108f73083dded5365d05b306ddf1a","block_index":310390,"block_time":310390000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aa50257708e212f0c73223172f3acfc35b17fd2d87c3bf1e4e62bc6f40cadd09'); -INSERT INTO messages VALUES(950,310390,'parse','blocks','{"block_index":310390,"ledger_hash":"2c4eceebb94d0c7a7702478d9547d1afbb42ab5ecb5ae6271a3f69942bd77e50","messages_hash":"14e1bdf127e4df09aca15e16a9c795f2bfb971569e69b6f9db043718029eafb2","transaction_count":0,"txlist_hash":"8e3a48b160083860b0928dd97150477980da9097945c4ae3ee144c505f131b86"}',0,'BLOCK_PARSED',NULL,'9b290ed929559ed540b5525b9ab3c939ddc27030b95603efd47d99503d1b754a'); -INSERT INTO messages VALUES(951,310391,'insert','blocks','{"block_hash":"fc26112b7fdd8aaf333645607dabc9781eac067d4468d63bb46628623e122952","block_index":310391,"block_time":310391000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2271ef4c0c49155df0df3ccdc7ba9ee6e1399e2b1295ece36ddc84f8ddced0ce'); -INSERT INTO messages VALUES(952,310391,'parse','blocks','{"block_index":310391,"ledger_hash":"06397124ee2a1bcb9104899469394855d4ecccd1a08626d650bdf3169e227831","messages_hash":"f82a72c1b20bda911f030284a0bb118253385ba3da4df31a1dbef46dd16665c8","transaction_count":0,"txlist_hash":"b1b4f0fc9ba54527ea0902192a61158bb5383f1959f187915c07f88bdf11caaa"}',0,'BLOCK_PARSED',NULL,'f4ce365f764576f05bc19ba7a526dd61ad7aee91e20c7568543d54551fb22af4'); -INSERT INTO messages VALUES(953,310392,'insert','blocks','{"block_hash":"f7022ecab2f2179c398580460f50c643b10d4b6869e5519db6ef5d5a27d84a1d","block_index":310392,"block_time":310392000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f2d44ed059491f2815ddb9500e006154c2255e3c1279bb7c1ef77a9904ca8944'); -INSERT INTO messages VALUES(954,310392,'parse','blocks','{"block_index":310392,"ledger_hash":"44974b5fec0be3a2958d39f2d6824a2e82733f873a404ec9887178c620843149","messages_hash":"eac292ecc848ebb043b27b4bdb6c770100a03a4578589863b0ea65b223680ebb","transaction_count":0,"txlist_hash":"97a039be078662ac5b1a275d5618224c1a90886c79b9fb651dfcb14481da8e8a"}',0,'BLOCK_PARSED',NULL,'b2669c510bd848b0a4bd85e239067cd86e6400a5855c8d1b4f48b54a8b9104cf'); -INSERT INTO messages VALUES(955,310393,'insert','blocks','{"block_hash":"e6aeef89ab079721e7eae02f7b197acfb37c2de587d35a5cf4dd1e3c54d68308","block_index":310393,"block_time":310393000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3ca867da8a8abc2d07c6fd0a7315b0bd00a9f1ba863c25a21f32c145531e0243'); -INSERT INTO messages VALUES(956,310393,'parse','blocks','{"block_index":310393,"ledger_hash":"1863677c0e552344607b1af3eb8ef8f4fc6b2a73d63eebb3e9928302c887970f","messages_hash":"f3f7b0ab90321238e1c3a36841b6b7cfb4588c65399834a37c470b3e27d14539","transaction_count":0,"txlist_hash":"c488dd61c64182cdc779e96a2b312463d42ff9829d1d518c8a9daa1a4cb26de3"}',0,'BLOCK_PARSED',NULL,'4ba49e2c8f030ba8135010c5e61a0cbdd0ea79ce17159528ebfc004dca1a1b19'); -INSERT INTO messages VALUES(957,310394,'insert','blocks','{"block_hash":"2a944743c3beb3bf1b530bd6a210682a0a0e9b0e6a9ff938d9be856236779a6f","block_index":310394,"block_time":310394000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5d94e6328fb709cc9c2cddce165de165d5a986780312807393de00026bdcd944'); -INSERT INTO messages VALUES(958,310394,'parse','blocks','{"block_index":310394,"ledger_hash":"3838ba6e84376ed8dffb3fee9b5928d903952c0d8a8ad41ab63a9651a1c8c770","messages_hash":"ccf26a4cd20e9a3937a27ea76d688a1ae484e3dfb0e621545d9c105871304deb","transaction_count":0,"txlist_hash":"e329db30a579327664d135ce9c3661a259378dcc12e179232599e0186c7bfe91"}',0,'BLOCK_PARSED',NULL,'0b2491a45d04fe1145d57020fe1495370a6c4ac19648247b457f207abca59900'); -INSERT INTO messages VALUES(959,310395,'insert','blocks','{"block_hash":"19eb891ce70b82db2f2745e1d60e0cf445363aaff4e96335f9014d92312d20e4","block_index":310395,"block_time":310395000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'502b292bffc2243569f37eb72cfa1217a1bb239258d2fd4d6d98f5ff02a04fe2'); -INSERT INTO messages VALUES(960,310395,'parse','blocks','{"block_index":310395,"ledger_hash":"872367d61f81cddeb555da5f9c4f46a8ac57c24629ab073094e407a4555a8555","messages_hash":"0b232ce5c5df5a17aa1a4e6caac9c1da67a853107ef41290d0929f236ff116d2","transaction_count":0,"txlist_hash":"2234b36f4187eb0da9ed6a633aa2e15075d5efb23f154963885e7fd42495e4a5"}',0,'BLOCK_PARSED',NULL,'5603a57f771682b538cff679337079d94c95a1cf8b3d3abe2967911da3077f6e'); -INSERT INTO messages VALUES(961,310396,'insert','blocks','{"block_hash":"aea407729ac8d8e9221efd9d70106d14df6aaf9f2f87dc6f490835a9caadf08e","block_index":310396,"block_time":310396000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9a05f714cb47cbf5489e1d3398bd5bfb55b7af441eb5e439e51918c5411f8585'); -INSERT INTO messages VALUES(962,310396,'parse','blocks','{"block_index":310396,"ledger_hash":"b9a9eaaf1cf6cfa4ae5b0f314812a9a2346209da0b7ce57e16010d2a01c0092a","messages_hash":"a6b1cc96d14d1696a210f2b7679628322551a5dab4dd6858fabc0e4c26ab9fa4","transaction_count":0,"txlist_hash":"25946162b9af068438633980c75eaf9e508144f603f7a913de56cc11a7a482f6"}',0,'BLOCK_PARSED',NULL,'d0896087f5c7e5e3638548bb8e42d126660055dbbdcf0badebd27ab3a2b87557'); -INSERT INTO messages VALUES(963,310397,'insert','blocks','{"block_hash":"7c429e56a19e884a8a77a759b52334a4b79404081b976270114043ba94d7985c","block_index":310397,"block_time":310397000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d64c1b384c0824586d4323c6d1b7cc0375920d13353f5e31e517b2f40563463c'); -INSERT INTO messages VALUES(964,310397,'parse','blocks','{"block_index":310397,"ledger_hash":"b61f36bcc934a18fdccf7806d41482684ca129801d0b9ce7815dcd488fc49a66","messages_hash":"7ef7cce0384a4741db1edc2b89b5e1a1ebf007d575a03d9903a6fcce2eae014c","transaction_count":0,"txlist_hash":"e697fb2f445f03a1d895b904be58a554af4c26ed74a65eb0e52c98e490efbd44"}',0,'BLOCK_PARSED',NULL,'38e3bc7980f9c8ca4b9bf050cdec0a39e3cfc7e6d53d0c2eeb1f771090d34028'); -INSERT INTO messages VALUES(965,310398,'insert','blocks','{"block_hash":"55c046db86dee1d63c0e46e6df79b5b77dfd4ab2ff5da79e6360ce77dd98335e","block_index":310398,"block_time":310398000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'08b751fd2530500361acf2d88e5320c7c43166b113ef7843278ce7390e0ddac3'); -INSERT INTO messages VALUES(966,310398,'parse','blocks','{"block_index":310398,"ledger_hash":"9446476e123e5dd354682c60591cab8b712c30df9080dde756246eef45e21df5","messages_hash":"9fb76e3cae124c3808c5dc4fee0d807c180104886f9cc7c4f84aef7028a3595e","transaction_count":0,"txlist_hash":"0d20ba449b95f7d128c8b78ef2a37ec390e6177b2041a2b035a72cb8e6062ba9"}',0,'BLOCK_PARSED',NULL,'7913434e6a1d7613f0f84a0c0506607ece81ec90e2ce7d1820faaeb2b56cfcca'); -INSERT INTO messages VALUES(967,310399,'insert','blocks','{"block_hash":"765abc449b3127d71ab971e0c2ae69c570284e0c5dacf4c3c07f2e4eca180e7a","block_index":310399,"block_time":310399000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'48dd63afe37fc76f720555f19cebb384f5d393af0cee7e091c13f01a926f900e'); -INSERT INTO messages VALUES(968,310399,'parse','blocks','{"block_index":310399,"ledger_hash":"50d288bca09d446f56544fb1ec50d613bdf156488468ac92d433425a3cab0804","messages_hash":"a3448051089a6d3c9c2699bfaed7db5f666dd086c346720892660e2e72ba55b0","transaction_count":0,"txlist_hash":"82214bf1638d82e5b66919990e24d3960eb02a423bb3f36bcdd730b17267e340"}',0,'BLOCK_PARSED',NULL,'812b1a1dfa9a2e06446199c02ab64022674e36feffdbde381fa4eb449662864c'); -INSERT INTO messages VALUES(969,310400,'insert','blocks','{"block_hash":"925bc6f6f45fe2fb2d494e852aaf667d8623e5dae2e92fdffa80f15661f04218","block_index":310400,"block_time":310400000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'becb5080247fceeb809c27317b58ffc9454bf807605eb6bef1c3b9a1e5b1aa7d'); -INSERT INTO messages VALUES(970,310400,'parse','blocks','{"block_index":310400,"ledger_hash":"349a24fd446727bb1793ccf88fc569d20eb680c10e506fc25b281ce6ec3fd7bd","messages_hash":"b1ecf7bfc2df5f80fb83820e200550f990bdf3b8ba9467f2caa4a33012449de2","transaction_count":0,"txlist_hash":"e7ce5e8c9c4160590dcdaba04bc866267a9784f99fe68bebd337da16768e8f18"}',0,'BLOCK_PARSED',NULL,'4119c4b5487ca66f7608257eb47d099b1c5008de94fea6cf1eb2dc00e8436783'); -INSERT INTO messages VALUES(971,310401,'insert','blocks','{"block_hash":"f7b9af2e2cd16c478eed4a34021f2009944dbc9b757bf8fe4fc03f9d900e0351","block_index":310401,"block_time":310401000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0b7a223139e456dbe49406f8d33d865fbf62feeae6989a072fb06748865cad26'); -INSERT INTO messages VALUES(972,310401,'parse','blocks','{"block_index":310401,"ledger_hash":"52c06b68cad19608420b73476a73b411d0327382b92bd454cadf1b8616eb17a5","messages_hash":"039b64af2e0f83ecbe7795fcf51f8e4bb78a61bc4da0ef218e0947238f9d701a","transaction_count":0,"txlist_hash":"6ff1e13b2110c6ee69e86818bd32bacdffa6f4e91fd2d8c2b09b5db35062be81"}',0,'BLOCK_PARSED',NULL,'1a180a33d1daeb4bbbaa1c7744393abe8dfbbf8241ae007dbded54e8d12dcfdf'); -INSERT INTO messages VALUES(973,310402,'insert','blocks','{"block_hash":"1404f1826cd93e1861dd92ca3f3b05c65e8578b88626577a3cbad1e771b96e44","block_index":310402,"block_time":310402000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e83780fb934701f9ce895fcb504b95fb8d29234a672a3ef80383ffafb7d9bd72'); -INSERT INTO messages VALUES(974,310402,'parse','blocks','{"block_index":310402,"ledger_hash":"8bf64213a454c62dd4b0dcd7dfa298da0244a6aa7ae6fff98be6f49d50d259ab","messages_hash":"6859f056ea141b1d28c73a4dbb4ce8eca35363d4ee63f149720bfd018f166624","transaction_count":0,"txlist_hash":"3e776187716a384a84170b2e7dbbb5c152d98535351c1f5b4b00c7bf5ea7ff33"}',0,'BLOCK_PARSED',NULL,'d1e2da305ad1a7e73d9c1f749ed2303138ca6d88b33c84357e4e45b42991ce40'); -INSERT INTO messages VALUES(975,310403,'insert','blocks','{"block_hash":"f7426dbd4a0808148b5fc3eb66df4a8ad606c97888c175850f65099286c7581c","block_index":310403,"block_time":310403000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fa588d41debc735345a36812e7527408fcd8043312992fd731b34d597ebd7729'); -INSERT INTO messages VALUES(976,310403,'parse','blocks','{"block_index":310403,"ledger_hash":"fb2a365372522d1442792cb38e1a4167eda2612ef442c776749097a3d541a827","messages_hash":"76487d441258207850ed85da7eaf14cd04b3f617f60adc00b2d06f866749f7bc","transaction_count":0,"txlist_hash":"1fad731787bca55d4102d8d355ccb9625590baaccd0ae63490320efbf5aaf90f"}',0,'BLOCK_PARSED',NULL,'8630cb5d7696a4bcf784bb4af6d17c930f3bcbd3d73bebba40c32e0d7bb26fb4'); -INSERT INTO messages VALUES(977,310404,'insert','blocks','{"block_hash":"401c327424b39a6d908f1a2f2202208a7893a5bedc2b9aff8e7eda0b64040040","block_index":310404,"block_time":310404000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'55155ee4f0353a8792bc76254c5350a7c286806c6de076202141c9726afec9a0'); -INSERT INTO messages VALUES(978,310404,'parse','blocks','{"block_index":310404,"ledger_hash":"47f96d798df9cad17667be908ebb063ab9f79d947784a78189d247e626864a5f","messages_hash":"a081e648c2a4c7339c1eddb3f9bf7293db793ce482534184e059d1a9821fb324","transaction_count":0,"txlist_hash":"10b2cfe8ebe45dac311048b4aa8d15d7c59ae17f5c1a0c132cfb675d893de8d5"}',0,'BLOCK_PARSED',NULL,'ac0a811103b27368f4c817b62c843dbdd553e11a4e1a5d4b5346e64535c3bf76'); -INSERT INTO messages VALUES(979,310405,'insert','blocks','{"block_hash":"4f6928561724e0f6aab2fc40719f591823ca7e57e42d1589a943f8c55400430a","block_index":310405,"block_time":310405000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'04fe36b0665f2e3262ae46bb3057d53082d9b3e1dcc70057f75f138da9892d61'); -INSERT INTO messages VALUES(980,310405,'parse','blocks','{"block_index":310405,"ledger_hash":"185780205a9ab241bb0656799fd0d5942c1e3e5854abd1d06573da550b04b096","messages_hash":"dc6cf5d51089b69460c812526ef3051ae7fff9555820bd3908ad964344b95851","transaction_count":0,"txlist_hash":"8cbd52dd97944b34f080d675a51360dafcd38183cb08633e6ea247d2c5074435"}',0,'BLOCK_PARSED',NULL,'ccd4ed00a605c10941c8ea43b833b4d5a747c19ed98408266d2a985882e8f0cd'); -INSERT INTO messages VALUES(981,310406,'insert','blocks','{"block_hash":"6784365c24e32a1dd59043f89283c7f4ac8ceb3ef75310414ded9903a9967b97","block_index":310406,"block_time":310406000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fca5b9fefe7272e0943b2985ed5264548cf59c6ef78e73c5570c857b099ec8c6'); -INSERT INTO messages VALUES(982,310406,'parse','blocks','{"block_index":310406,"ledger_hash":"367b9de2313c5f7fce0c2dc2b4a8e2bc059f6881bc924f7315e8e2ca61728a59","messages_hash":"0568edb3fabcb060d574c99c7586d02b02970ffb627be38a3866d6b19d9f9e2c","transaction_count":0,"txlist_hash":"0d104d4ce44d11e581f51e5a33ec9e35a994b2b992842b173fb8a2756412b4b2"}',0,'BLOCK_PARSED',NULL,'edeed642161cc9c2ebcca5114bc861f8922c5f245a1454d0e00c489a72a1f01b'); -INSERT INTO messages VALUES(983,310407,'insert','blocks','{"block_hash":"84396eb206e0ec366059d9e60aefdb381bca5082d58bffb3d2a7e7b6227fc01e","block_index":310407,"block_time":310407000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7a865591e6592d68e9ccd823a112aab76e41c4dae062e1acbbbddc17a656bdd9'); -INSERT INTO messages VALUES(984,310407,'parse','blocks','{"block_index":310407,"ledger_hash":"2bdbd79575aa2ff52ba0cce3fc1a1aac6120d598a8ab0ff3925e1395e6cad2d1","messages_hash":"e9c3a568790c3b7c303b551fde004db2b0ad0db47358daaedb164004173400dd","transaction_count":0,"txlist_hash":"a3407057dc90723c90ed8f2df5af7840e50daa4c4bdedd47181c17a1e8563934"}',0,'BLOCK_PARSED',NULL,'b875b95da47c103e06612213ee793b1cd0c9738b546d0f85f15f7f836397258a'); -INSERT INTO messages VALUES(985,310408,'insert','blocks','{"block_hash":"4827c178805e2abae5cb6625605623b3260622b364b7b6be455060deaaec2cda","block_index":310408,"block_time":310408000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b7c11ff1b3cd674d5ab77b961ba089652129a07716ef3ddb2006f4106e102c21'); -INSERT INTO messages VALUES(986,310408,'parse','blocks','{"block_index":310408,"ledger_hash":"fcd0edef8c4ae9517a6e793a2742c598de38c122829b7a7aa265310417ac92c3","messages_hash":"3db1f2283e186ba0f1ff66db2b802d763ef829458446315a7b268850d350e0c0","transaction_count":0,"txlist_hash":"3ee1e7949bdb395a4e481f94344fccb2781abcb3f5d1fea2bbadb9de9228a426"}',0,'BLOCK_PARSED',NULL,'b2b7d174ac19a2a87b9837021fee04f9d0cd0191805e2c4e6481274447823cdc'); -INSERT INTO messages VALUES(987,310409,'insert','blocks','{"block_hash":"01a719656ad1140e975b2bdc8eebb1e7395905fd814b30690ab0a7abd4f76bba","block_index":310409,"block_time":310409000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ffbd436a129e12e4194925930c930abf02d198f14cd5479d5e2ebfba725cd690'); -INSERT INTO messages VALUES(988,310409,'parse','blocks','{"block_index":310409,"ledger_hash":"5b663c40873af21ebc721f2689e2c57a2c787fff579c58f033bba75910a64837","messages_hash":"6afe56c278a7e9b12b1398c403a8d576821c2fe8f60fb685f5754388b3aae524","transaction_count":0,"txlist_hash":"68fbf3a110ed24946d1594f5a4de1dae9c4b6f0394188a71ab89996e9fb4e55b"}',0,'BLOCK_PARSED',NULL,'a3dad18978d92d316a0c93b6c770b8f64b9c18bfa65e31cbb83bd01da634323f'); -INSERT INTO messages VALUES(989,310410,'insert','blocks','{"block_hash":"247a0070ac1ab6a3bd3ec5e73f802d9fbdcfa7ee562eaeeb21193f487ec4d348","block_index":310410,"block_time":310410000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'07de5abf5a4dd3cc63fcd3a8b7a7fb11283ab26e438bbe496ef9db60067d33ad'); -INSERT INTO messages VALUES(990,310410,'parse','blocks','{"block_index":310410,"ledger_hash":"93c5a33931b2a33933bc286d6987b34730c0677460e4875d5c032ae86c2e01f0","messages_hash":"c757602d9c351e304d79ae755da5d381db44844ae88b444fdf634338b58b925c","transaction_count":0,"txlist_hash":"bd755bf0718d5a0423ec41a8ac84b1554751ff8f0a3f63d87e7e0f58aaa31008"}',0,'BLOCK_PARSED',NULL,'0a1b4dff18902e3433770e9251b82206c20bfa269a6f065b9ae4d7e37b967497'); -INSERT INTO messages VALUES(991,310411,'insert','blocks','{"block_hash":"26cae3289bb171773e9e876faa3e45f0ccc992380bb4d00c3a01d087ef537ae2","block_index":310411,"block_time":310411000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b0258e7a22f0a48a3f061352a5bc09017ed42b9f26d2526efb7c79fdbc7a9537'); -INSERT INTO messages VALUES(992,310411,'parse','blocks','{"block_index":310411,"ledger_hash":"8d98498f89619a2e334e9ac69bf8ff37251af6431d9bb6d1ea8bbc404c5e560d","messages_hash":"bcf6d0caec42917d4e20f80049d5630aa0eea0ef7f748179a1cdece27358741a","transaction_count":0,"txlist_hash":"103563dcfc7b9f149b6efdad7cae17b090d4a8232fd4c37fac7bcf942d784b55"}',0,'BLOCK_PARSED',NULL,'8a40da8a510309866e316996b7cb1e0354fec739378083b8b4f13ccafa6dbe82'); -INSERT INTO messages VALUES(993,310412,'insert','blocks','{"block_hash":"ab84ad5a3df5cfdce9f90b8d251eb6f68b55e6976a980de6de5bcda148b0cd20","block_index":310412,"block_time":310412000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'db572362d2cb555f0b7dc64bac1eed124c9f1637d4c350b904241ca2968e28be'); -INSERT INTO messages VALUES(994,310412,'parse','blocks','{"block_index":310412,"ledger_hash":"a16a650c4b63ed783e7229980be1177da867c188a5039ed5c58b9717f6ccf634","messages_hash":"66a2c3afd44ea767195df7f10f7fe070e114fd53a0b302c86af0de0f71663c32","transaction_count":0,"txlist_hash":"4daa6f0799529346ba4ee87e2aed1450447921dfa92e785378fae39c234a7c8f"}',0,'BLOCK_PARSED',NULL,'05d00ead2d9f687bb193943671df151189f4186ea5cfba146553dfe420cf4bdc'); -INSERT INTO messages VALUES(995,310413,'insert','blocks','{"block_hash":"21c33c9fd432343b549f0036c3620754565c3ad99f19f91f4e42344f10ec79bf","block_index":310413,"block_time":310413000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ba79c356f1b5961ebba167310500b30b84cf616694b4161778cc1c5271da649'); -INSERT INTO messages VALUES(996,310413,'parse','blocks','{"block_index":310413,"ledger_hash":"768577c1a7c2cf2cc19cd8dbe823f1bdb8a222daee4c7ac7b5ead6633040c283","messages_hash":"ef58d2ad7b069d35cdbe4f287c6e7713a139961131e43c6ae75d6e1cfa272cd2","transaction_count":0,"txlist_hash":"7ae9815341dccd2d1bff8dbcfdbcce4e52b4aac8f2fdd421348ed9f44cd19e38"}',0,'BLOCK_PARSED',NULL,'23a00f3a4337a420fc8880d9b66d95ed6630e44d7e2e372bf244dd4792e921a7'); -INSERT INTO messages VALUES(997,310414,'insert','blocks','{"block_hash":"8cff03c07fd2a899c3bcf6ac93e05840e00de3133da14a413e9807304db854b6","block_index":310414,"block_time":310414000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9ff3746dc633f0543c72849803549d9cf90ec85a40baa3bfb05416ef694558bb'); -INSERT INTO messages VALUES(998,310414,'parse','blocks','{"block_index":310414,"ledger_hash":"906c491f164877c31002da41233c237d0d4a945a0072406a7b7d13df74be7eec","messages_hash":"a1749e46ba74128c32db68cc4672ce50f9ee91b5f6ee4edf50d4deeeff8d1a00","transaction_count":0,"txlist_hash":"807cd64b4d8ee3d91a5cbc651e42feeacd5248b6572310472743ca71a9f24621"}',0,'BLOCK_PARSED',NULL,'e63e086331b48ee2f96a146ab03f8478d0cb1762cca372015e2f809b9e29e05a'); -INSERT INTO messages VALUES(999,310415,'insert','blocks','{"block_hash":"dd0facbd37cca09870f6054d95710d5d97528ed3d1faf2557914b61a1fc9c1cc","block_index":310415,"block_time":310415000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5658ad5f793112549e2b796e5e9563d99afaab481ec8cc14b1384d41988f2a7d'); -INSERT INTO messages VALUES(1000,310415,'parse','blocks','{"block_index":310415,"ledger_hash":"d27f99b4a67dfc910d3b932f97b7299779f245e95f871140d3c90f13cc6e506e","messages_hash":"8efc340921a901c9a6ab8bd8db987611424f82ebebcda887aaa0b057c747d3c9","transaction_count":0,"txlist_hash":"67fe947c260b3d8748887e94f68c3725664bb6dbd72187e9312ee48a42770ec3"}',0,'BLOCK_PARSED',NULL,'5f1ad7bdc84a38e48e7f22de7fbdd190d7745b7ebfa0d412bf9beea5e5966669'); -INSERT INTO messages VALUES(1001,310416,'insert','blocks','{"block_hash":"7302158055327843ded75203f7cf9320c8719b9d1a044207d2a97f09791a5b6b","block_index":310416,"block_time":310416000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a70b29e2632fe2393e5bd5ee8959ef631e2dd0eb1072759ea6bcac52f2b62ae1'); -INSERT INTO messages VALUES(1002,310416,'parse','blocks','{"block_index":310416,"ledger_hash":"90fcd04c508a9821e0ba0ed36cd7cfadd1d3c95116e3f52ad69f98d3d14de571","messages_hash":"e6712d0e7040545de075c2b376fb338dbeeda42e5a6745507b88fc0ccead122c","transaction_count":0,"txlist_hash":"1041a17c5c146181a56da6ef17386814299be8a22c76a2b2f8a4a2768b2b531c"}',0,'BLOCK_PARSED',NULL,'b9e64a6f9baf39f3587f59fb44879d7e0162bb58869d9eeda4bb457ff72c8ad6'); -INSERT INTO messages VALUES(1003,310417,'insert','blocks','{"block_hash":"2fef6d72654cbd4ea08e0989c18c32f2fe22de70a4c2d863c1778086b0449002","block_index":310417,"block_time":310417000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'50de2a05d480724e50629ce0c70169629089a20d68fe2a9840a0c718614feb7a'); -INSERT INTO messages VALUES(1004,310417,'parse','blocks','{"block_index":310417,"ledger_hash":"19cbb26c6d24df5b110a5aae9b53a911a61b2086dde926273a1b0f66c1049e6b","messages_hash":"6198ab7caa166d42471d88f8aed4e81272d48f9b68d56a2fb48011d8a93efff0","transaction_count":0,"txlist_hash":"920154e272608daa3c501588cf0eee50c2c45a385d30f42711657ae4a6de3bf5"}',0,'BLOCK_PARSED',NULL,'6a8745953bca68f2e9ac8ae6d51bce1efeb285b6326d2510a0e53eeac54858e7'); -INSERT INTO messages VALUES(1005,310418,'insert','blocks','{"block_hash":"fc27f87607fd57cb02ce54d83cec184cf7d196738f52a8eb9c91b1ea7d071509","block_index":310418,"block_time":310418000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e4d72ff6373f63441066486e71a50f0633d560a57c8e26ca786d54919ffe56cf'); -INSERT INTO messages VALUES(1006,310418,'parse','blocks','{"block_index":310418,"ledger_hash":"2dc971d2db4e92e2d5dcef124bf9cdad33c41a71d6ae3db80297cb2257911f0d","messages_hash":"ec7084b74e153c9c55037b4f7f45ee1eb372fd872435c4b6672f5554bb2192a3","transaction_count":0,"txlist_hash":"290826e9c72e49636370d0dad56ba1c2c9209d888b993e030838f84300c0225a"}',0,'BLOCK_PARSED',NULL,'763418ccbbba1eb584a48b668ffbe2204c4a8ea9c3ad1d58c9cf46a0c2cc7ed1'); -INSERT INTO messages VALUES(1007,310419,'insert','blocks','{"block_hash":"9df404f5ce813fe6eb0541203c108bc7a0a2bac341a69d607c6641c140e21c8e","block_index":310419,"block_time":310419000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'43c38aab7b0fc9f61bf0b01763a5584e5d111c6e86d78cd7b60f450a31af69e9'); -INSERT INTO messages VALUES(1008,310419,'parse','blocks','{"block_index":310419,"ledger_hash":"7ad2bf141622a0db4b27b1f4dab4857d1595e3f746a4113992850a680ebf1f37","messages_hash":"e30b5b6603c7751bcbd63c7e2e509c44d7ee7232db6a1b29ceefee036324f9b5","transaction_count":0,"txlist_hash":"d06653b493d120dd288637d530cd3f6efa1c8f5c252bb275572c1948ff0f3539"}',0,'BLOCK_PARSED',NULL,'0f23049677ccd47a6c5c5a60a91222d916a87fb3959b22b2abd9cadfa1bb83f8'); -INSERT INTO messages VALUES(1009,310420,'insert','blocks','{"block_hash":"138b3f1773159c0dd265a2d32dd2141202d174c2e52a4aeac3588224a3558372","block_index":310420,"block_time":310420000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bf271ce28813a1f1cb941371158e24927b11566918cb894ce6bb5fcf455db30a'); -INSERT INTO messages VALUES(1010,310420,'parse','blocks','{"block_index":310420,"ledger_hash":"3602b26268d1bd3fc5f08f170e9767ff07c91f6976a1c342dc6b24f7ee98c509","messages_hash":"49b6f7c1ec6b4142e867f49371ef52b977fc39b581491ba00b5a801797b88b3b","transaction_count":0,"txlist_hash":"ae8e61a57232c10bd15c655bb8c76007dcef394ba64d1619157ca58990e18c25"}',0,'BLOCK_PARSED',NULL,'f255ee3a4295188458ed18edbf4444b5b3981c07f23f89d631d7f23d74bb8a9a'); -INSERT INTO messages VALUES(1011,310421,'insert','blocks','{"block_hash":"71fe2b0e02c5cad8588636016483ddd97a4ef0737283b5fd4ab6ea5dc5c56b9a","block_index":310421,"block_time":310421000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a0d4ef6977736402faad99898c27314da1a67021f9e0a6ae82de5ee3e6a46207'); -INSERT INTO messages VALUES(1012,310421,'parse','blocks','{"block_index":310421,"ledger_hash":"1c1facfa3852b33c173a08d06450335a2b230541c60973a154e8dd864f3c3c8b","messages_hash":"3f03f9cc35dbd81a3d8e89344b8fe1d407fae09388374aa176f6272ac448e5c2","transaction_count":0,"txlist_hash":"01bfd609f878bb6149779f6377d7868d5b7fa3b831f68cd757967b982cd09ad4"}',0,'BLOCK_PARSED',NULL,'3be2e59e4014b13a36557675b680db94e3665a9211201a39ba28eb048339dd32'); -INSERT INTO messages VALUES(1013,310422,'insert','blocks','{"block_hash":"cd40260541b9ed20abaac53b8f601d01cd972c34f28d91718854f1f3a4026158","block_index":310422,"block_time":310422000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1b735fd0de091a304636f1589840206f33d9c34a58fed901dc6a854bbd2a23a9'); -INSERT INTO messages VALUES(1014,310422,'parse','blocks','{"block_index":310422,"ledger_hash":"e788123aefd1129554fa2c166dbd06ce68f913730183ca73cf248c1f5284eba4","messages_hash":"662b24528400f166d7c0f536d1ef63198a79be52c52c23ac4dc9e1be7b8a8e54","transaction_count":0,"txlist_hash":"6577ad9a9e3889fb5eeac7fc9039af8d4537a8fc28b4a9de85e230f5d9da3583"}',0,'BLOCK_PARSED',NULL,'bb80e7de51749052ba43078a93b4e558531d9a9cdbf15577075cb979fa804ca4'); -INSERT INTO messages VALUES(1015,310423,'insert','blocks','{"block_hash":"6ca0d6d246108b2df3de62a4dd454ff940e1945f194ba72566089f98ad72f4db","block_index":310423,"block_time":310423000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0f679b36c04c1e556cdbf952226235739f7c42ac0623244ba5a4b15e9ed3d324'); -INSERT INTO messages VALUES(1016,310423,'parse','blocks','{"block_index":310423,"ledger_hash":"ad445e5351af8739b2f74cbba8b44201c20ab55ad1db064402614fb97f35c375","messages_hash":"7f0478b153ed1e18d8f4d923447ee01eea08f6e0f93cf0e97d2d173cd29c34be","transaction_count":0,"txlist_hash":"dd7b66518e8ec22359df2d8ad4c0349fe4ab3a74620aaf2ef4bdc93a4c7e2d92"}',0,'BLOCK_PARSED',NULL,'2d9880b4372c8f632a53b1cfdc51573ceeed3bd89bfa8d5ab37251a1926407d0'); -INSERT INTO messages VALUES(1017,310424,'insert','blocks','{"block_hash":"ed42fe6896e4ba9ded6ea352a1e7e02f3d786bfc9379780daba4e7aa049668ad","block_index":310424,"block_time":310424000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0a22536f1c05e9c012f2894f28f13633058de9792632285d68e50bb79d71628d'); -INSERT INTO messages VALUES(1018,310424,'parse','blocks','{"block_index":310424,"ledger_hash":"e89872ed802fe4421844882958fe6384cf21a85a6dcf10db761e2bb4a77ed24e","messages_hash":"12bea4a677a58e26d40c45a608d640886ef32fce0ff915bc5e7167b64d09c224","transaction_count":0,"txlist_hash":"bb05836e569bc4c85141c5b4d2832efa5a83ad519260e96d92f6ee16fe4a0c80"}',0,'BLOCK_PARSED',NULL,'a73712b070fc0f7ca5ce9289b6024d88f3f6d775b48f520b55e8b54c7dad450a'); -INSERT INTO messages VALUES(1019,310425,'insert','blocks','{"block_hash":"73f4be91e41a2ccd1c4d836a5cea28aea906ac9ede7773d9cd51dff5936f1ba7","block_index":310425,"block_time":310425000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'70a3a1c12a1e153aff59c7dfda3fa2737e8405e4722963f0c8ff1d533be9181a'); -INSERT INTO messages VALUES(1020,310425,'parse','blocks','{"block_index":310425,"ledger_hash":"29e595e9ac7717013cfc8d12255496192234abbddd8a66762a5eaff0c49f3750","messages_hash":"4d75ee51f11f797d69bb520aa58ce216939009066410dccdfde68252ba929193","transaction_count":0,"txlist_hash":"2cedf78c9d13e32fde5792907f2ac9f409fe701740533b94ceab6b8087f790b1"}',0,'BLOCK_PARSED',NULL,'b3c08ec5a08c1d569680bd755acd18b8bb2ec1601828c81f38c0693970c076cb'); -INSERT INTO messages VALUES(1021,310426,'insert','blocks','{"block_hash":"9d28065325bb70b8e272f6bee3bc2cd5ea4ea4d36e293075096e204cb53dc415","block_index":310426,"block_time":310426000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'013a3729e001cec0ca5bf6b760caa08405e21e3a88562f176fc041f877d301bc'); -INSERT INTO messages VALUES(1022,310426,'parse','blocks','{"block_index":310426,"ledger_hash":"9b9509ce7b7bf380f4d030604810a755c71fabe27152be990997a6a9db37ff15","messages_hash":"3d2272e78223d779c2809fdc624d40a843a8f6abe090f512f0975bc0cbdd855f","transaction_count":0,"txlist_hash":"c037094c1947835fceefa8a25a81724d9c88191d5f5199d3a59339bd44407289"}',0,'BLOCK_PARSED',NULL,'b7ad751d2720ea23d20fc9fbb131cf84e42dfbd67aa20091cf789ae02aac3170'); -INSERT INTO messages VALUES(1023,310427,'insert','blocks','{"block_hash":"d08e8bc7035bbf08ec91bf42839eccb3d7e489d68f85a0be426f95709a976a2a","block_index":310427,"block_time":310427000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7622a77ea67745307c61db197f5c98b5e6612c6e98d302bdf0324f3fc34bcf4d'); -INSERT INTO messages VALUES(1024,310427,'parse','blocks','{"block_index":310427,"ledger_hash":"f1b834e2a380f1b9a78c592acbe78ec809220c620e15f296ab8d7ecea6cd392e","messages_hash":"cfca68084b8db33fa307842fa1e47892f485367c839bb48620bf31c5508c6dd4","transaction_count":0,"txlist_hash":"81d439d9d368279e97c8739243efb01c7027be218d831d93127364fa247aed95"}',0,'BLOCK_PARSED',NULL,'c9514bf60e82a837f52b595c0509370dbb8cce42709fc1619a34148ffbe6aa70'); -INSERT INTO messages VALUES(1025,310428,'insert','blocks','{"block_hash":"2eef4e1784ee12bcb13628f2c0dc7c008db6aaf55930d5de09513425f55658a2","block_index":310428,"block_time":310428000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'282166257773734a30a42506f4450a12182e2b86eb6cb90b4f7739d38813c674'); -INSERT INTO messages VALUES(1026,310428,'parse','blocks','{"block_index":310428,"ledger_hash":"9e963a17fbc4a5c20d48094f1459959033520f92d7a8bc044b71bbffb8dd173d","messages_hash":"4f19ace345d3edfe1ffdc1352c7b97d79fc82d1dd02c9223b70ad44b7971c275","transaction_count":0,"txlist_hash":"002b7ac255f66476970512e50d7ca9cb5da695bea9763bf0379f8d8e6c77a71c"}',0,'BLOCK_PARSED',NULL,'4ae0f2b4dc5092b3ee24640e92b2165c6e2423552b62a9e1d7d4147fa25e9345'); -INSERT INTO messages VALUES(1027,310429,'insert','blocks','{"block_hash":"086bfbba799c6d66a39d90a810b8dd6753f2904a48e2c01590845adda214cf8d","block_index":310429,"block_time":310429000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3d76a486fb25a579120d30563dc9b811c64309456bd100542cdeeb0c13fda12c'); -INSERT INTO messages VALUES(1028,310429,'parse','blocks','{"block_index":310429,"ledger_hash":"ac8cfd965b9c53f32731a3e0fcdb6df5746d646b02c88b5201a674125e37eed5","messages_hash":"68c111a4cfde7bfd0772f4402dcfd11dbad70b7a7fcaebb405abd5a78034a50d","transaction_count":0,"txlist_hash":"4b68376b50d77145ada0ebc72c3eb43b54b4743b538dbc9fa2c914515882dbb7"}',0,'BLOCK_PARSED',NULL,'530fb5f01015c576ebe2bab28027ffe14b08a8e7de124b32aa9d61d1f74ba92d'); -INSERT INTO messages VALUES(1029,310430,'insert','blocks','{"block_hash":"870cf1829f84d1f29c231190205fe2e961738240fc16477c7de24da037763048","block_index":310430,"block_time":310430000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'49a11f2b3ddc16f085c4c17cf916ffa73820811e4c55fb63a713ff746060d019'); -INSERT INTO messages VALUES(1030,310430,'parse','blocks','{"block_index":310430,"ledger_hash":"33654e32dfd41ff3a5744b57fd2483a08a2b4729c18ca54c3ac5d95a1bf0ef21","messages_hash":"5c1e69da91ec560636105b274854f5d84c9ad84bf2e7d3be74e97994d9fe5fa0","transaction_count":0,"txlist_hash":"3323c2d01e777caaca3eeaf6f2af8299cee1622589cbaf08f4d245356642d2f2"}',0,'BLOCK_PARSED',NULL,'8bbc31306cfbcdeb140cf14ed97bc6e17320d12ee6bd10e5a6bff01f2a252430'); -INSERT INTO messages VALUES(1031,310431,'insert','blocks','{"block_hash":"20b72324e40ffc43a49569b560d6245c679e638b9d20404fc1e3386992d63648","block_index":310431,"block_time":310431000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'24eee5ad5c80aecbd3a9d1dffdbc4c236deb734ea1fe931f6c9813c2ebecdb9b'); -INSERT INTO messages VALUES(1032,310431,'parse','blocks','{"block_index":310431,"ledger_hash":"ba8837c811ae87981cc37cb49438d958fa58dfc5a95824040f2fd088465406d1","messages_hash":"b7033b64cd7125079b342299f4eca4078e7ffe7d1b7778b69429e69ab615f067","transaction_count":0,"txlist_hash":"67aadda0a565f4f5e2786b5007e56e2d10077e87e7d3acc216fe0803365b7b81"}',0,'BLOCK_PARSED',NULL,'e3662b33ca89e5757adf3211547f0122193f1f11424b4e3660d22be0cb7f0117'); -INSERT INTO messages VALUES(1033,310432,'insert','blocks','{"block_hash":"c81811aca423aa2ccb3fd717b54a24a990611365c360667687dc723e9208ad93","block_index":310432,"block_time":310432000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a506d6425c83aa41d384e61db416daa89d69251736e77015ffb2421a422bd6c6'); -INSERT INTO messages VALUES(1034,310432,'parse','blocks','{"block_index":310432,"ledger_hash":"7864019cb0cbbcd895154421183d6acb932b1d64441103b913d52469f656655f","messages_hash":"b9eb4fba99172a265d1c6a19590523d01fda96f0095122f0dd711b0fc2789617","transaction_count":0,"txlist_hash":"c12942ffa02a5f8eaddf3e8e55ad0ea03f29cebd9e822e00c504c162cddd0471"}',0,'BLOCK_PARSED',NULL,'25bfe5d8a01664c3796b473962feee27a5f915179fab789073e0f98a451bd5de'); -INSERT INTO messages VALUES(1035,310433,'insert','blocks','{"block_hash":"997e4a145d638ad3dcdb2865f8b8fd95242cbc4a4359407791f421f129b1d725","block_index":310433,"block_time":310433000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7a6bd73dbda3cc07529a5fcf942aaebb7e652c1ed26a2fb34739dc6518fe7ff8'); -INSERT INTO messages VALUES(1036,310433,'parse','blocks','{"block_index":310433,"ledger_hash":"a6da92ef0df7d092de09f2f8d2c99ff65ad74e2a0bd2ea25f8335614372f5279","messages_hash":"d1d4a7a5bf7600837da6b5e219ca0b418656eff5cce5785e283040ea986caba0","transaction_count":0,"txlist_hash":"f0eefd9f81db595b07fe719a41e67e54fdb987e177f05d37040237db3be2a8a5"}',0,'BLOCK_PARSED',NULL,'aa7f05b56e8056a8d2c11407083f4c67cd75a4f79954a819d8a7127fc8bcdc24'); -INSERT INTO messages VALUES(1037,310434,'insert','blocks','{"block_hash":"61df9508e53a7fe477f063e0ff7e86fbb0aef80ff2ddedc556236a38f49ac4d8","block_index":310434,"block_time":310434000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cc6ef95ea767a38a981a6351953cd913319d8046a888efe729b8d9cab98c853f'); -INSERT INTO messages VALUES(1038,310434,'parse','blocks','{"block_index":310434,"ledger_hash":"e288db28ac6a42822f85fd042f65b57378bc6cc2f8616edfa88143d7b1c9ddcc","messages_hash":"996a0c9bb9c61a0b25287868aa440184cc38c1f83fdc33f6b62fa2bff9913eb9","transaction_count":0,"txlist_hash":"173f8b7d2c581e9f088b3fb6e96ad2af597b172717d8f8732fd5857997f0f3d7"}',0,'BLOCK_PARSED',NULL,'f594dd1a77a0314be7a687f049a1700d759f54c4a21821dd980855c621cb47ed'); -INSERT INTO messages VALUES(1039,310435,'insert','blocks','{"block_hash":"f24cf5e1296952a47556ac80a455a2c45da5c0dc2b388b51d235a3f741793d5f","block_index":310435,"block_time":310435000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ee241ed6da762c34f23aa4ca39bc48349af2ccd11a681e73de84773e42548b28'); -INSERT INTO messages VALUES(1040,310435,'parse','blocks','{"block_index":310435,"ledger_hash":"e87af314e8d7a5f2315ccc559d7c2255c008ba63aff017696201db69344d423f","messages_hash":"bf1359161c996753915a6dcef44f52827909dc2fd4d4d5b477a0d72fffc4a21a","transaction_count":0,"txlist_hash":"a4dd5a36f1aeee54e99bb23095b64707fc0b3fde5f64e33135429a100e4ea558"}',0,'BLOCK_PARSED',NULL,'9259fde38c07353b2e96669599e47d788da13fa55e0964d9705c115d967a1475'); -INSERT INTO messages VALUES(1041,310436,'insert','blocks','{"block_hash":"a5e341ba92bdf9b3938691cd3aab87731eba5428bb61a804cecf9178c8da0c19","block_index":310436,"block_time":310436000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d42353dfc7b1a2f88a28628586111627f93abafe3fdae9215ba2dc57c456ffd2'); -INSERT INTO messages VALUES(1042,310436,'parse','blocks','{"block_index":310436,"ledger_hash":"82327b93bd3ffcdf797bc2f6470b9c8c5101e54b924ec5f141a31356aa8865c7","messages_hash":"043c95a6151223f2c109a76ee418e5c653387f139e5f22d6837e8eddcb3a517a","transaction_count":0,"txlist_hash":"c6b0f05a847c30dd3f2d3f8cb7c26a84f1d005b4720a553f9dd8b717185d7f05"}',0,'BLOCK_PARSED',NULL,'215d59ca0b07405b47c21445fe7ee2f32c3354f197a6a662ce8ae4dc23030526'); -INSERT INTO messages VALUES(1043,310437,'insert','blocks','{"block_hash":"9e18d0ffff2cb464c664cefc76e32d35752c9e639045542a73746f5ec2f3b002","block_index":310437,"block_time":310437000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e4e119e5ae56d7ae6d7313c2a9d34a4e8e3a22d76f27a3289fdd55bbf9a697a3'); -INSERT INTO messages VALUES(1044,310437,'parse','blocks','{"block_index":310437,"ledger_hash":"70d86f9ef8df495474de06b94e1857693c73d9ca3528356b82553a52fdce0dda","messages_hash":"68b300a94ef9ea2917b30ffc0c02d06638159c942fbbcb8345cd2d579525f03a","transaction_count":0,"txlist_hash":"809d60564fefff56688616b7fb96378d4eb425e5c8de36b34f0c9070935dac26"}',0,'BLOCK_PARSED',NULL,'2400a7cfc2a0075dd4e51ea5194f291be799b658565848ab126c3e3a88e084c4'); -INSERT INTO messages VALUES(1045,310438,'insert','blocks','{"block_hash":"36be4b3470275ff5e23ed4be8f380d6e034eb827ebe9143218d6e4689ea5a9fc","block_index":310438,"block_time":310438000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'23140eb449fc15952828fde8b8aca274abb49f7fc2117aaa7ec1bcdb876573d2'); -INSERT INTO messages VALUES(1046,310438,'parse','blocks','{"block_index":310438,"ledger_hash":"44b90478e32373205462f0fb212da636b31db6dfb99a2b56923beb97a3a64722","messages_hash":"44f03139344dfa5e4172438209361b3bdec8ed06336156cb26b64cf1993dfb30","transaction_count":0,"txlist_hash":"2cf7695a3cea08358af8bd9378b1d6ad6c7223cbac01589042ace6c3cb312196"}',0,'BLOCK_PARSED',NULL,'475e318cb2dc571bf3fd51574f124062df20f8ae7d5fae2b2a39e5ad5bd56d55'); -INSERT INTO messages VALUES(1047,310439,'insert','blocks','{"block_hash":"4f2449fce22be0edb4d2aefac6f35ce5a47b871623d07c2a8c166363112b2877","block_index":310439,"block_time":310439000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'52678b25c6e89ea4b09f3cddcf8c1d01bfd8d6921e04d3b5ba0e3bb0e431a6e2'); -INSERT INTO messages VALUES(1048,310439,'parse','blocks','{"block_index":310439,"ledger_hash":"66b791b9deb7d2fc8b075f41d712e300ffa9c46ca9d6f4e7cec6429ca6a65163","messages_hash":"875c62ea6e5daf9e9113de07a8e6c851cfdaa6dbff4b2b46fe99c1e1dc57ff56","transaction_count":0,"txlist_hash":"41f11f77910c12535fa183e819b36a0dda32eaafe0ae8016e2ce7c23d5c1d67d"}',0,'BLOCK_PARSED',NULL,'91182bee17a66885c80650a23d0746972b9c440e5620d2f5e67fef7e11aef265'); -INSERT INTO messages VALUES(1049,310440,'insert','blocks','{"block_hash":"89d6bd4cdac1cae08c704490406c41fbc5e1efa6c2d7f161e9175149175ef12a","block_index":310440,"block_time":310440000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6599d944c55136ef8619f8becb96eb7c9045272aa0e185a42f1360385e58fc4a'); -INSERT INTO messages VALUES(1050,310440,'parse','blocks','{"block_index":310440,"ledger_hash":"5baa10e1659182ba4511f87f08deda38d5de3501c63efd376604cc199140d27c","messages_hash":"db53453281d31f404a0c2fd4a6098010fd933fedc79ef457c14d8ec05c431988","transaction_count":0,"txlist_hash":"c6762d7334806b6b62c3cee84f65346d1121493d3bc3f890af174c4abe4710ae"}',0,'BLOCK_PARSED',NULL,'47c7041a80dd0093a3e3f0ef6445470e0aed19ef6475db738dd8e3b805987771'); -INSERT INTO messages VALUES(1051,310441,'insert','blocks','{"block_hash":"2df1dc53d6481a1ce3a6fee51ad4adcce95f702606fee7c43feda4965cf9ee15","block_index":310441,"block_time":310441000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c3e607c64ccb2dbbcada1b24fdc43ab52c737f578f5abc4cc4903080d94960af'); -INSERT INTO messages VALUES(1052,310441,'parse','blocks','{"block_index":310441,"ledger_hash":"2d490229fead1b15a8350da7bcc83c483dae06e4a2f574c6e8fde248acd449d6","messages_hash":"19d36ee9fa99c52e0c18ab8ffbd31f9961be0b5dbb0c26f925061cc8eda4bfb6","transaction_count":0,"txlist_hash":"f9fcb16a928c44b86ab2af7407a2ca269455b144694a80927b9213bf8e7ac710"}',0,'BLOCK_PARSED',NULL,'e3282c14315b040da1a49c7753bb5b3055d39d3fb6408b6cdc9690f8c1f50a6b'); -INSERT INTO messages VALUES(1053,310442,'insert','blocks','{"block_hash":"50844c48722edb7681c5d0095c524113415106691e71db34acc44dbc6462bfec","block_index":310442,"block_time":310442000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'be7049df07c968da442843e80cf37392f5ebaeb2ecfd4fb4ff590112fbc95fac'); -INSERT INTO messages VALUES(1054,310442,'parse','blocks','{"block_index":310442,"ledger_hash":"a3728bacfbdd289b7af24248b9bdacd5643bd5412bb993f5380278631eabb9e9","messages_hash":"92e251d4298424a8b07fdea50d3b85b744ce23063a0930a3d6b868b86133bf12","transaction_count":0,"txlist_hash":"5d2600af95413d101a9e3d98b2d9f5ea02cf1cf6a28bf7e96870e167638a7be9"}',0,'BLOCK_PARSED',NULL,'b45d4269eef8daadb9308670febf07565a6a93297769c6c8fa5430ede0f15e6e'); -INSERT INTO messages VALUES(1055,310443,'insert','blocks','{"block_hash":"edc940455632270b7deda409a3489b19b147be89c4d8f434c284e326b749c79a","block_index":310443,"block_time":310443000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f68eebabd43cdc41791ac91b970dfbf48802db210006bd67e109878ffdd739f2'); -INSERT INTO messages VALUES(1056,310443,'parse','blocks','{"block_index":310443,"ledger_hash":"d829da764f6397b22a6b97ef396b363ef2cf071990df2dc9c0d03806db6a46b5","messages_hash":"1a7840370a5ea6c2d4497f1328bb4a185be38a8b602fa189fe30b4b998da9855","transaction_count":0,"txlist_hash":"4c595c9a60ccc98d2f6cd75c92c28333174c618337457f9c5ccf362252732081"}',0,'BLOCK_PARSED',NULL,'ede4a556d8b576d9ee5848f34835c7c5201166af01ca8495a0599aae08df7938'); -INSERT INTO messages VALUES(1057,310444,'insert','blocks','{"block_hash":"68c9efab28e78e0ef8d316239612f918408ce66be09e8c03428049a6ee3d32e4","block_index":310444,"block_time":310444000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2801bdc4285a12094748c0f377497815e546414673190d9d57e17994b1a2d678'); -INSERT INTO messages VALUES(1058,310444,'parse','blocks','{"block_index":310444,"ledger_hash":"ef53249bf0f13e1f2073b815c8d8da3ab744b6d277b29ddbc0bd68bd006af34b","messages_hash":"f90446895aae714477d38d6870052e7137fa5c009225ff74071ec26a7b419643","transaction_count":0,"txlist_hash":"5ec6d64106ac1c65cd1dd2129c786aca3cf426c7a1b5f6a966b6684b37755293"}',0,'BLOCK_PARSED',NULL,'604887fa5adf45234a16c9b15b2dd9ec2b52682b3fefcd50a43e2c62d764113b'); -INSERT INTO messages VALUES(1059,310445,'insert','blocks','{"block_hash":"22a2e3896f1c56aefb2d27032a234ea38d93edf2b6331e72e7b4e3952f0234ef","block_index":310445,"block_time":310445000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'294f3994f026fcb214aaabc94602f8f8703640ce9c853ece5415a28f27ee8ab8'); -INSERT INTO messages VALUES(1060,310445,'parse','blocks','{"block_index":310445,"ledger_hash":"7e731cda90932b2b4844abdbc3ff60683173104e6c72ed81c65d9a17fd4872dc","messages_hash":"f9c64958fc0f01dbb88c2a8da2fbe3e160451ff143db9c73803977594d8b2d3e","transaction_count":0,"txlist_hash":"6da5abcb8ff2a77c33c7c43061754d9fe8e587157a98e194157faf534d2ee9c6"}',0,'BLOCK_PARSED',NULL,'122c7b893c0cf65945199ed332b47fefed0323efe32743c8efed0806bf3e2905'); -INSERT INTO messages VALUES(1061,310446,'insert','blocks','{"block_hash":"e8b0856eff3efce5f5114d6378a4e5c9e69e972825bc55cc00c26954cd1c8837","block_index":310446,"block_time":310446000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'73b4e40764a61601362959b3fc675698e49ebdecec9a69fce283809b6efe7e88'); -INSERT INTO messages VALUES(1062,310446,'parse','blocks','{"block_index":310446,"ledger_hash":"db55bac8025e95a567ba984f36dcb09357aa3e9b8706bb594e669b628d4e7204","messages_hash":"b756b7c4d9d99dc6c34f2aaf85703ca5aefcc773f98c00daa6c605fafdb623c3","transaction_count":0,"txlist_hash":"e8efb64e8f5f867f1c0db99afa9f9a3e3a06d0e1d55e16e9639ca36c3bda5cd4"}',0,'BLOCK_PARSED',NULL,'3ef04c9fe110b364865c88b7440490aa289005fb6114d98f55ddae62dbe80842'); -INSERT INTO messages VALUES(1063,310447,'insert','blocks','{"block_hash":"3f4bc894c0bc04ee24ed1e34849af9f719f55df50c8bc36dc059ec5fa0e1c8a8","block_index":310447,"block_time":310447000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5ce7593b8b8b24bd55fc2c994fdc1c86ea635670ae68e88d0f2c616f4eac32f7'); -INSERT INTO messages VALUES(1064,310447,'parse','blocks','{"block_index":310447,"ledger_hash":"5cc4fa447cc291ffcce7be3c4f8fc70041bf8af5c2dd591136d4a449095d2570","messages_hash":"1e92f7f6af1f5753c200f98e9d5ecc31fb7ddb11acab3c9cfca9da9540b77c51","transaction_count":0,"txlist_hash":"026eb6a7315302879ca62afb071da788deb5759eb3de89cf68fec00ec638d9f0"}',0,'BLOCK_PARSED',NULL,'b8d906ec847bcc9c0420b383c04434a9ba0784443bb924ad9e119f113da66023'); -INSERT INTO messages VALUES(1065,310448,'insert','blocks','{"block_hash":"6a6c7c07ba5b579abd81a7e888bd36fc0e02a2bcfb69dbfa061b1b64bfa1bd10","block_index":310448,"block_time":310448000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37acc8ac571476c0f2ce812fde5ef8845b33cd0b35041c62a70f3aa8934e4443'); -INSERT INTO messages VALUES(1066,310448,'parse','blocks','{"block_index":310448,"ledger_hash":"ce49854f4493c163bc891888f920fbc6dd8855c30870beb757df69b33de52633","messages_hash":"ffedfbb5421c1a26d7788416fe289714507e97fc2b1395fa07f04ad75bad026e","transaction_count":0,"txlist_hash":"e47cc99299a82c9be619633effff5b9cace113215d7f71aa7d2327e69d3ca3bb"}',0,'BLOCK_PARSED',NULL,'b73c6ff2cdd418eedc042d131489e84e0f686787b52b8d04a50fc902453cce09'); -INSERT INTO messages VALUES(1067,310449,'insert','blocks','{"block_hash":"9e256a436ff8dae9ff77ed4cac4c3bfbbf026681548265a1b62c771d9d8e0779","block_index":310449,"block_time":310449000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8b0bd0c90910b517152c6a4835330c8a08914dcd640776e019bdfa5c88e60e41'); -INSERT INTO messages VALUES(1068,310449,'parse','blocks','{"block_index":310449,"ledger_hash":"84557595cf2067a95924119b8ed5fea114acd9ca1b0df4dbe4ae5181a739b5d1","messages_hash":"9865076f287d87208a93e8fe043ceb16bbdfefda64ccfcaf2c64c9b1d87ac1c4","transaction_count":0,"txlist_hash":"4e3048f5eeba69570f9ffd86a3573e85bdfb46a92acf60d55c04d41f49f7f870"}',0,'BLOCK_PARSED',NULL,'b3650a0b0bef1780ffaee06f266e5275d570e3dae525226f475a5b4569685d8d'); -INSERT INTO messages VALUES(1069,310450,'insert','blocks','{"block_hash":"2d9b2ccc3ad3a32910295d7f7f0d0e671b074494adc373fc49aa874d575e36a3","block_index":310450,"block_time":310450000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'19bab6d37e427610f0930a07edf7217cb2e1c04064cc33487ca74128a2041fe4'); -INSERT INTO messages VALUES(1070,310450,'parse','blocks','{"block_index":310450,"ledger_hash":"0e3b252b73fb652f904780da9fc59d1081d712337a9b15cf1a56ea72fbe96c73","messages_hash":"19cc0c654951339af09920a9183a6fffd35607c85986d77bac7aea3f644dd568","transaction_count":0,"txlist_hash":"c98b9428cf94077169705f3961816f87293eb89bc840167b1ed8ffb074aef48e"}',0,'BLOCK_PARSED',NULL,'f92fc3307dec9f53ff16e9a9ba5caeafc9bcaa3b342fa3b69e13ca9ff67b3160'); -INSERT INTO messages VALUES(1071,310451,'insert','blocks','{"block_hash":"55731a82b9b28b1aa82445a9e351c9df3a58420f1c2f6b1c9db1874483277296","block_index":310451,"block_time":310451000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ba0a0d92b9289a4a857304dea30e629393d1e242b73a8c2a5d80b1c0032fa947'); -INSERT INTO messages VALUES(1072,310451,'parse','blocks','{"block_index":310451,"ledger_hash":"790eccd04e24e5f10f843d63bbdc1538cf1aabb0e8e6c862104be0ef845f603f","messages_hash":"d9c9503962c77b2587ecb980f7c093fc3cd82fc7b508f9b2972cbc439a022a33","transaction_count":0,"txlist_hash":"3fda9e8b7ebc417311c9f14e61c9dca2e490702c1c796eeb1df156f174d52cb5"}',0,'BLOCK_PARSED',NULL,'00e078022751a0b90367a749b0832bb6263a5c60079653b42498c6042fae7870'); -INSERT INTO messages VALUES(1073,310452,'insert','blocks','{"block_hash":"016abbaa1163348d8b6bc497cc487880d469f9300374a72ecb793a03d64572aa","block_index":310452,"block_time":310452000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'06bc4ba7c09556dbb7f3bdb08e6cb20ba2cb9b80345ba571456c52a9cd4de51c'); -INSERT INTO messages VALUES(1074,310452,'parse','blocks','{"block_index":310452,"ledger_hash":"30962129b060b63050fe8f249592587d74cdabc4ebb5680230a280da880c8586","messages_hash":"8f1bc99748e5127fe515bad25c00cc1751d86d458bc830d08540386399775fd9","transaction_count":0,"txlist_hash":"a1bf92fe5ae4df49a6059263dfd3a9ed105ec24ae02cb9127c0408f7330d962c"}',0,'BLOCK_PARSED',NULL,'975b9da42376937b5cdb9730737d6ea652a1c0b688f581b4744470212ed3cf71'); -INSERT INTO messages VALUES(1075,310453,'insert','blocks','{"block_hash":"610be2f49623d3fe8c86eacf3620347ed1dc53194bf01e77393b83541ba5d776","block_index":310453,"block_time":310453000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ee9e82e02a4c57334a48e9cbc8c1f265065c00d36fa731a6115c85f164310f68'); -INSERT INTO messages VALUES(1076,310453,'parse','blocks','{"block_index":310453,"ledger_hash":"56f4aa1086d8985a00cc295cf9618d976e69ba426b0c3d103bea6b47b58e4355","messages_hash":"40257800f1ce9ac416580217781c3ea906a5d0fd95a64eeacda13100158b4f92","transaction_count":0,"txlist_hash":"a81de51b7b56cc68f599e592be22e11c2f0b51ca27c027f13b58f05b2229a8e1"}',0,'BLOCK_PARSED',NULL,'9e7ab358030b335f3bf53f6e5b6b338744617f5d6be806a31a9df17744c40443'); -INSERT INTO messages VALUES(1077,310454,'insert','blocks','{"block_hash":"baea6ad71f16d05b37bb30ca881c73bc48fd931f4bf3ac908a28d7681e976ee9","block_index":310454,"block_time":310454000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'976e9857d5ee690c187a0aba69772ed0cdc3e8a56e3399d8bf89ea4e91221a6a'); -INSERT INTO messages VALUES(1078,310454,'parse','blocks','{"block_index":310454,"ledger_hash":"38d14a206003b812cbaf5f200235dbe12aa6a674e5f3379cb186a781cb5a5654","messages_hash":"914b74ce89d2798b1969e31ad597a0cdba4fa740297d54d5b1d808d5d71fb9b7","transaction_count":0,"txlist_hash":"022e8475ba7e68c75b4a00387ae431b7bdaa4d125dcd1b19d08e9c431d3e6057"}',0,'BLOCK_PARSED',NULL,'da6b7750325e333a0ae04c76c339021663e8a8c29658da50305d10658e6493fc'); -INSERT INTO messages VALUES(1079,310455,'insert','blocks','{"block_hash":"31a375541362b0037245816d50628b0428a28255ff6eddd3dd92ef0262a0a744","block_index":310455,"block_time":310455000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4f5eeb8418b514e4294043eccf32b8af70a3d43ef93411f315b4ebce33373d16'); -INSERT INTO messages VALUES(1080,310455,'parse','blocks','{"block_index":310455,"ledger_hash":"b2ff303a67c05bc12fcdfdb774ea4ddc690434c3371428b3416d38105f265f28","messages_hash":"251f29f2596962538ebe61d8336e3546cd36ee11f8e4d7c3142f974f613b65b4","transaction_count":0,"txlist_hash":"91a1dc2fe8dd56e137b210136966950c79b4badcdf787b4b9fafa7985847192a"}',0,'BLOCK_PARSED',NULL,'78bf479cd6afbe94acd709d9c1b67d35d1f3ee960bde86076dbf2c0d4e5904af'); -INSERT INTO messages VALUES(1081,310456,'insert','blocks','{"block_hash":"5fee45c5019669a46a049142c0c4b6cf382e06127211e822f5f6f7320b6b50fa","block_index":310456,"block_time":310456000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5d5d457f6b06d8069cdbe5a341dc553ecce324b10304b9b87acc32749f99316b'); -INSERT INTO messages VALUES(1082,310456,'parse','blocks','{"block_index":310456,"ledger_hash":"6cc16b442fd7758ed7bae9f50367fa60debdb5d81bffc5abccda044573aeaf15","messages_hash":"3389f05c7c01862f7c615a163b4ec5ef99b3ffbd2b2cb6272254d92e8f30f450","transaction_count":0,"txlist_hash":"5125d7f8718a5a26aed1e1db2ce80e8d2eb4d96bbc91277bace52f571b7f8c26"}',0,'BLOCK_PARSED',NULL,'62af0ef020ad55cb0e5b4fd8a7f04a1f2a3eb07dcd6aaa5ce347c9e7c091d48a'); -INSERT INTO messages VALUES(1083,310457,'insert','blocks','{"block_hash":"9ce5a2673739be824552754ce60fd5098cf954729bb18be1078395f0c437cce9","block_index":310457,"block_time":310457000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b8ad4980abb735106bed62e58661d2029cc89dedd72ea35394cc5da480583232'); -INSERT INTO messages VALUES(1084,310457,'parse','blocks','{"block_index":310457,"ledger_hash":"8fa0401d245b1b1e8b40760a54f331564d8597e242462ec412878e36a9b06800","messages_hash":"c73407eddd7b678bb4f13b10fdec311e24a878138cad7b56636d15e77146d9ed","transaction_count":0,"txlist_hash":"061dc1962f44d4da9de8ad6bff4d96650058f5d444951e9c808b901db8717c81"}',0,'BLOCK_PARSED',NULL,'55fb0308afb7665c7d50cfe0c37e684b14fbeb30a556ee66acb8ab21625a6a4e'); -INSERT INTO messages VALUES(1085,310458,'insert','blocks','{"block_hash":"deca40ba154ebc8c6268668b69a447e35ad292db4504d196e8a91abdc5312aac","block_index":310458,"block_time":310458000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6f4c18132809098caf78aeb0c886fdc90c48ffa765b01f2a46c58afdebef257f'); -INSERT INTO messages VALUES(1086,310458,'parse','blocks','{"block_index":310458,"ledger_hash":"520f92700e31b8a35260a280ae11bf8668b0e09d34795a9d88678f2977e19f7c","messages_hash":"684a75695bd2676f8dcc94df0cf6a6556e9d3b4504e0458bb7de5e221487324e","transaction_count":0,"txlist_hash":"b0208287d25e4ca6a1856236b4d4c7a3608533f0a47a9c673806d5d3baeb2297"}',0,'BLOCK_PARSED',NULL,'b68ab0c236a634ed47b35bacac59a6531c6e4336863264ac732a745bf1a2f248'); -INSERT INTO messages VALUES(1087,310459,'insert','blocks','{"block_hash":"839c15fa5eea10c91851e160a73a6a8ee273a31ab5385fe5bd71920cbc08b565","block_index":310459,"block_time":310459000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cfc843125e7f6a23a9b06092ed37b29bfb512a321136d34c1525f378bde18df7'); -INSERT INTO messages VALUES(1088,310459,'parse','blocks','{"block_index":310459,"ledger_hash":"d7f728b78228a914b8767a6caeaf2267e9dbd50490a27f6c23bd96060eab8ee0","messages_hash":"88b9e32e51ab17a614f79cfa846fd879bdb36d580b900f0a54ea8508fa883b56","transaction_count":0,"txlist_hash":"21a24d787b30434a230cae77e281636855ff40a8fb4aaaad35eb034835f63e97"}',0,'BLOCK_PARSED',NULL,'d7692f6818ea71077bedf61e134330cbcd6c7740897512a8ffe067568562ddd3'); -INSERT INTO messages VALUES(1089,310460,'insert','blocks','{"block_hash":"9b5f351a5c85aaaa737b6a55f20ebf04cafdf36013cdee73c4aaac376ad4562b","block_index":310460,"block_time":310460000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d2454b1590ec7342e4f4a9bd67753c915a8fc1a5386804eb89cf3c4c34c1937d'); -INSERT INTO messages VALUES(1090,310460,'parse','blocks','{"block_index":310460,"ledger_hash":"33c2b4c6d22888448a2458ff2ce6a1cfae5e858acae2a57e4cc0232980f8fa4a","messages_hash":"804e939128940e0725d23b2e0fcdaeb9cb6bba78517450ca99303ac0aa919cd8","transaction_count":0,"txlist_hash":"2ae25ed250bd603684d0affe8b14af5a1b8d1554beaed08aa8f723cc3c66cf8d"}',0,'BLOCK_PARSED',NULL,'77984b2635139c3c8bbc2c49d768f29b45000e6f9e1a51adc183ee3452451c0a'); -INSERT INTO messages VALUES(1091,310461,'insert','blocks','{"block_hash":"8131c823f11c22066362517f8c80d93bfc4c3b0a12890bdd51a0e5a043d26b7b","block_index":310461,"block_time":310461000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cfd456c60a40dd7c4e7f0d84885c7dbb058d988af10988fcf44c44e05afb722c'); -INSERT INTO messages VALUES(1092,310461,'parse','blocks','{"block_index":310461,"ledger_hash":"22426912d3317922912326da552af284677c9b76b6416b6c056668f27ae4f19f","messages_hash":"f77abbef90fd4866cfa274949655a17dd90be5ad9281c535fbe20f1ca1feb3c6","transaction_count":0,"txlist_hash":"13b7774cf2a5a0f3d65031cd5f9ee498eaeee5c1e0e8ecbd346e0427d847a5c0"}',0,'BLOCK_PARSED',NULL,'21252bb0a692025b43b582228d914cbca16fa7e47968d751a35e103703558365'); -INSERT INTO messages VALUES(1093,310462,'insert','blocks','{"block_hash":"16f8fad8c21560b9d7f88c3b22293192c24f5264c964d2de303a0c742c27d146","block_index":310462,"block_time":310462000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'340a3a89941299e78fb78040255d1b8b56dc629c3303994b5a7c1a5f7ecc73d0'); -INSERT INTO messages VALUES(1094,310462,'parse','blocks','{"block_index":310462,"ledger_hash":"74225b62e696aaeafbd4d6db40b41081c7493d9cc44984729d8619ff9450ce32","messages_hash":"32a60b918bfe449813cdd157c6fb903bc70376994f8d488e5b85982e25ec1d31","transaction_count":0,"txlist_hash":"4f23d4da0bbe4b8bb7e00b6b746b4180356013c63f7a6f9b3eee479380b04e4f"}',0,'BLOCK_PARSED',NULL,'d74a33f09edce3fd7a86053f260e1545de30c4cb6b5f56888faea931d5e80f3b'); -INSERT INTO messages VALUES(1095,310463,'insert','blocks','{"block_hash":"bf919937d8d1b5d5f421b9f59e5893ecb9e77861c6ab6ffe6d2722f52483bd94","block_index":310463,"block_time":310463000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'22c453a42abcc0d8d8a2e8c005ba0c236dbf0c2c2e8c03bdfdd39e8a9355cc60'); -INSERT INTO messages VALUES(1096,310463,'parse','blocks','{"block_index":310463,"ledger_hash":"b970979bfe0d44ae2f21f7d98bdcc4ae37287b93cad9fa51f32a62337ceba0c1","messages_hash":"e26394e08672a5381c433f6d3340033ea44137ad7f3c1d75c4c2a348f4122dd3","transaction_count":0,"txlist_hash":"7b9a9095733a9d870b33aef4bb15767c32b012c27b52de8731358178b87bfb50"}',0,'BLOCK_PARSED',NULL,'f2451ada715b7d8c7f3bd3d3ada576caae3a4904c680ec2769d026a66165e0a0'); -INSERT INTO messages VALUES(1097,310464,'insert','blocks','{"block_hash":"91f08dec994751a6057753945249e9c11964b98b654704e585d9239462bc6f60","block_index":310464,"block_time":310464000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'88d8a742e72daf67ced43b345a06eb7660bf33e2a437829d11d5fbe4d0176eb7'); -INSERT INTO messages VALUES(1098,310464,'parse','blocks','{"block_index":310464,"ledger_hash":"00007a158b003fcca20c9fcaa8d73a556f0206bc9a7ab3e5c566ea1bda8648cb","messages_hash":"7e97948ec36ab6e4fd60c7a2dd80d76eaf95146fdf094512fa64a2d2b480e7c1","transaction_count":0,"txlist_hash":"28d7eceb69efcc6736dd64c65ed218dae2e8d0e9d4d7284b0572a5d1065a9d52"}',0,'BLOCK_PARSED',NULL,'a30fb4d160853b4c85b616dee69f2900e410f986bc3b4ec67cd9ef49cd5fa4ad'); -INSERT INTO messages VALUES(1099,310465,'insert','blocks','{"block_hash":"5686aaff2718a688b9a69411e237912869699f756c3eb7bf7c3cf2b9e3756b3d","block_index":310465,"block_time":310465000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8a0efce78adc0993e9d65fae4fb6c30606c821e9796bdabe319f5b6007f99f06'); -INSERT INTO messages VALUES(1100,310465,'parse','blocks','{"block_index":310465,"ledger_hash":"09c407870b056db90148a9e4cb8ada003898ff28c584bec6a5be90514758a851","messages_hash":"321252a574908253b5fdd42e83aa2f1f8e54fbc0fced726f284747a150defb3d","transaction_count":0,"txlist_hash":"7a4f4ed76efc69ddb5fc13abe258656d6a5e4a845203b5f3f9133716093d7f6d"}',0,'BLOCK_PARSED',NULL,'730d5ac5b0a76f3649f2b17e826fcbedbf51d3aa6b6216a9a6b7ef3109fceca1'); -INSERT INTO messages VALUES(1101,310466,'insert','blocks','{"block_hash":"8a68637850c014116da671bb544fb5deddda7682223055a58bdcf7b2e79501fc","block_index":310466,"block_time":310466000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'450beda27dfc119ff422955899bb91df8fb655df9e086b303a8bdce714098509'); -INSERT INTO messages VALUES(1102,310466,'parse','blocks','{"block_index":310466,"ledger_hash":"23bcfdbb44d8fc2ae6a86ea073ab080158014f04516b256a70d846399e7383cd","messages_hash":"907fa24ee27fb37424a240424b054fed5bec8b2408104a755a908313e2a62f03","transaction_count":0,"txlist_hash":"57124a566cf1e863b27fa19e3c982fe4a5115119ffb745624697380ad8d5f900"}',0,'BLOCK_PARSED',NULL,'06b72779955bedc3823471c97d5ad25da13099fabf26787b93380fc2e4ddfb42'); -INSERT INTO messages VALUES(1103,310467,'insert','blocks','{"block_hash":"d455a803e714bb6bd9e582edc34e624e7e3d80ee6c7b42f7207d763fff5c2bd3","block_index":310467,"block_time":310467000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dfd2e1f07bf3f5198e61976cb6e530eda46920c7701dd93fc8f4666d903b29e9'); -INSERT INTO messages VALUES(1104,310467,'parse','blocks','{"block_index":310467,"ledger_hash":"a43abeddb61ad99d57f208cb0c6cc3e0b05a200009e6d90641a2bc7aac707adf","messages_hash":"72de58b87ea7ec0528ad07c1c1a7412081f4666917728aa9394a033fbdb725e9","transaction_count":0,"txlist_hash":"fb3b1ef99d2f323e1bdd6998b78b6044c8c7328fafad6b9fea1de7bd0244a265"}',0,'BLOCK_PARSED',NULL,'e66daf1f43db5ab87d6078ea7c79ffcd76da2e1fd78d1d60035e994cf6ec25fd'); -INSERT INTO messages VALUES(1105,310468,'insert','blocks','{"block_hash":"d84dfd2fcf6d8005aeeac01e03b287af788c81955612375510e37a4ab5766891","block_index":310468,"block_time":310468000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7bd53426d465e99236f820bb98c089b89b8f43d518f61c6c6ad92dbbe0546aa1'); -INSERT INTO messages VALUES(1106,310468,'parse','blocks','{"block_index":310468,"ledger_hash":"fc909facd6ba38fa0908fd49a6e2f25bd8284de5265ef761497b8a2d595344b3","messages_hash":"1f2e3a4358edd71af50059cd40085b0cdc616804d06182e17a5c721eb8133aaa","transaction_count":0,"txlist_hash":"5c84a33365a6954fe639a1c2b1df030b8728d5d331df5ea1ef4a60f976cfa5d2"}',0,'BLOCK_PARSED',NULL,'98449aa331f73e936a095474ae80b53a8df8098be02db147dd21ab445f80435b'); -INSERT INTO messages VALUES(1107,310469,'insert','blocks','{"block_hash":"2fbbf2724f537d539b675acb6a479e530c7aac5f93b4045f4356ea4b0f8a8755","block_index":310469,"block_time":310469000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'27af813c1c19b9534ebd03c5ef9763bbbb712ef6dba9ff48e19751b4487d24f5'); -INSERT INTO messages VALUES(1108,310469,'parse','blocks','{"block_index":310469,"ledger_hash":"09f0d1c9bde8cdd63544fbb5eab46c2954654d32f3736f9975cf860588aa65cf","messages_hash":"74fcc2b8beeef4b711943b22c48aeee6c3aedaf0a2284415be27210e4fc1918c","transaction_count":0,"txlist_hash":"38083f12891b03e2f089b02f7cb6b7fc7b6cb7091613e1d299051717eef6748b"}',0,'BLOCK_PARSED',NULL,'a84a0b9bd74c2c0ed79a822d74055a3b5fbe82f01ab58166c4e1be06bade3dd6'); -INSERT INTO messages VALUES(1109,310470,'insert','blocks','{"block_hash":"ebb7c8e3fbe0b123a456d753b85b8c123ca3b315da14a00379ebd34784b28921","block_index":310470,"block_time":310470000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9f009a60021a0685339cc9da67326fb436ff68a7b4c24a8e3457d5a657454b46'); -INSERT INTO messages VALUES(1110,310470,'parse','blocks','{"block_index":310470,"ledger_hash":"41832b12459e778621b8f576e597b9f639390338605b30e5be28423b016b199a","messages_hash":"dc17946ca63f4c6fd0355edfc6f3f3ce9bb3baf43f6e48567306e2ae0e689834","transaction_count":0,"txlist_hash":"bc0a8227d8698655c56004a73150eb92144469fd22d4ce8bf0f48c27084e99ae"}',0,'BLOCK_PARSED',NULL,'93705067edf6d7877ad3032140a89d8d2dea508182847476351352ab83439f1c'); -INSERT INTO messages VALUES(1111,310471,'insert','blocks','{"block_hash":"fc6f8162c55ecffeaabb09f70f071fd0cb7a9ef1bccaafaf27fe9a936defb739","block_index":310471,"block_time":310471000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec661d57dc7e8b2283afd98080e03f11f0a836298c443928ba42ce221b97fd9d'); -INSERT INTO messages VALUES(1112,310471,'parse','blocks','{"block_index":310471,"ledger_hash":"bf701017153742cb597353349c90ec66f790f222dd98d617d98a0117f1de3274","messages_hash":"fa795eae3c00475bd30ada9c105492835ebc7b7ae5f756df0a7fec300683e904","transaction_count":0,"txlist_hash":"d912707e01e39b078d3cee49df85af32019d7367d199543259bc98864c3ddae5"}',0,'BLOCK_PARSED',NULL,'13fcd27b7ddcd9a86a098cb36770deac75dbc2b838ed1830ec2cd4ca1853a482'); -INSERT INTO messages VALUES(1113,310472,'insert','blocks','{"block_hash":"57ee5dec5e95b3d9c65a21c407294a32ed538658a6910b16124f18020f16bdf7","block_index":310472,"block_time":310472000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5a1b79e475aabf1bb63ff721c80fa50b66653630c11d1ed52b74526dc3ce9b04'); -INSERT INTO messages VALUES(1114,310472,'parse','blocks','{"block_index":310472,"ledger_hash":"2a162bbd5a20f89a39156995658fd0c4715881bc130922d0edf95b60ece60b9c","messages_hash":"acec9e3155d8b519b1e71b15afa0f140fa73dc03b2d6e36eacda8efbca851942","transaction_count":0,"txlist_hash":"c9f21a9ff022fd95423d3eb56017f4f6f8ad56a9fde974c5d08b37f01a0d0f13"}',0,'BLOCK_PARSED',NULL,'89381b9eacc13bf46a6c0007e7ecb7dd42e64a5d3eaca02a1b6821cce229e653'); -INSERT INTO messages VALUES(1115,310473,'insert','blocks','{"block_hash":"33994c8f6d06134f886b47e14cb4b5af8fc0fd66e6bd60b3a71986622483e095","block_index":310473,"block_time":310473000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec2297e6fc315cde8196ad0a1e749aca1725b5dc19527328b423d450becc4de8'); -INSERT INTO messages VALUES(1116,310473,'parse','blocks','{"block_index":310473,"ledger_hash":"1ce10996ec9e37d8ddc204f038542c6781da88d2d45bae1952a88ab993b81e88","messages_hash":"e84644524ad5764ac4c90710dc91d82990ff606d9fa6adafa63bb5865a8d6dd3","transaction_count":0,"txlist_hash":"ad410d51bae82f8322d110d7b2270a1ff74c0ca64dfc31c5d293cfee7dbbb459"}',0,'BLOCK_PARSED',NULL,'b9c7bab04eefe66777c2cf8a2e8fbcd2214e9c051a63fa431708c3506d8ac122'); -INSERT INTO messages VALUES(1117,310474,'insert','blocks','{"block_hash":"312ee99e9526e9c240d76e3c3d1fe4c0a21f58156a15f2789605b3e7f7794a09","block_index":310474,"block_time":310474000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fb85493abfcf8376110a435ea474f836379e1c204812b011cd0cbcbbb637b88a'); -INSERT INTO messages VALUES(1118,310474,'parse','blocks','{"block_index":310474,"ledger_hash":"5ae424c24ca30aad5aca8298a13ae9371f55b15bc789c7731d833c6e7c7cb04e","messages_hash":"768e9b208ba76886d3500a45debe27e78b7217cf982a7b04a62f11bffc1b7f4d","transaction_count":0,"txlist_hash":"b091eceeb4b263d9fa55bd5595cd298ff8b335e03007d62339033cd884137d48"}',0,'BLOCK_PARSED',NULL,'d3b0cc41ce6a8a0fcbb30e53cf1cb02dac58b42a6ce8e9c2c36faabd1087b8e9'); -INSERT INTO messages VALUES(1119,310475,'insert','blocks','{"block_hash":"bb9289bcd79075962117aef1161b333dbc403efebd593d93fc315146a2f040eb","block_index":310475,"block_time":310475000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eab1b9004c266bfb4a3ca684c66f1a86e3360c9c84b033f9931b1add4c6f4dee'); -INSERT INTO messages VALUES(1120,310475,'parse','blocks','{"block_index":310475,"ledger_hash":"b9b257efe76a36c340629ceb265822dd10449a08eadc69667a8ea05af5c052f8","messages_hash":"e0a4f4d8dd515e0f24db7cd91c10685b5cba3da7b361fd810fa5e64bbb2bced9","transaction_count":0,"txlist_hash":"345c94c7b237efaf2b4e92802125b7d783e456e36ab6868d1f4126698361ba89"}',0,'BLOCK_PARSED',NULL,'4a64e0cc5c0bc5f2c2db8fa7053e52e803a929fcde0e5c6dd678f7719971da55'); -INSERT INTO messages VALUES(1121,310476,'insert','blocks','{"block_hash":"3712e1ebd195749e0dc92f32f7f451dd76f499bf16d709462309ce358a9370d0","block_index":310476,"block_time":310476000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5ce75c32c2a02e53e22905398dcf3b6a66316c7617641528dd15f93626a47e75'); -INSERT INTO messages VALUES(1122,310476,'parse','blocks','{"block_index":310476,"ledger_hash":"070c06b36f3a77c04fb4bcc3ab1045e95f198f3f970846e59c35db0d03cdaf2c","messages_hash":"c756a9412b0ddffc983158da8444d2129f48c505becac3e7ae710ef2c267f770","transaction_count":0,"txlist_hash":"014e01dabe6dd8db8e0477f9b12d4f4e3589e41223ec8c9ca5035b942524ca41"}',0,'BLOCK_PARSED',NULL,'703d8bb6420088df79278c3fbcced686d31d989092a81f7fbae03b18b4405cbe'); -INSERT INTO messages VALUES(1123,310477,'insert','blocks','{"block_hash":"7381973c554ac2bbdc849e8ea8c4a0ecbb46e7967d322446d0d83c3f9deab918","block_index":310477,"block_time":310477000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'74ba49f5d589adcbed4451f645ef610c1abbaa49c1ea662bb6f2dff9f524e09b'); -INSERT INTO messages VALUES(1124,310477,'parse','blocks','{"block_index":310477,"ledger_hash":"4954596dd44d112fd0407c215be3c9534a348d6f708ae4a1e66527d1ac2830b1","messages_hash":"7ee91e28c7908afaf889a373ba301c7a8bb778533984e1b5031c28c9bba3c440","transaction_count":0,"txlist_hash":"1351438c8ea21d9619f81e51cfd188dbefd6a4816fe3c30b68210ac160890e9b"}',0,'BLOCK_PARSED',NULL,'fc5ac7a3ae67a501d071d300cfef1837abf887d9e1618065b1d6b56d5700d342'); -INSERT INTO messages VALUES(1125,310478,'insert','blocks','{"block_hash":"c09ee871af7f2a611d43e6130aed171e301c23c5d1a29d183d40bf15898b4fa0","block_index":310478,"block_time":310478000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad7819aa5b26262667613e686b30355ab2527c29507b8a77589e79db6df945f5'); -INSERT INTO messages VALUES(1126,310478,'parse','blocks','{"block_index":310478,"ledger_hash":"d9cac2e29863569bc96aaf022437906a534968a17bf965c54bf59931cd92e590","messages_hash":"3629b798b2a670bf3ae254bff2fe89c7ee769505f8658fab2c5e9aaaa010837a","transaction_count":0,"txlist_hash":"cbec4d277b86a587fd0463340a8990600046f6f166f6fde0b6ec1ee817ab12bb"}',0,'BLOCK_PARSED',NULL,'f606a96450e172168bc1d8d36b940fd010b2b9f4b0ab50ef3f1dd2732f074a53'); -INSERT INTO messages VALUES(1127,310479,'insert','blocks','{"block_hash":"f3d691ce35f62df56d142160b6e2cdcba19d4995c01f802da6ce30bfe8d30030","block_index":310479,"block_time":310479000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4116c4a60a360756808e7872e1613d200bc5b725fcde9536ac0eb5fcc34da3f8'); -INSERT INTO messages VALUES(1128,310479,'parse','blocks','{"block_index":310479,"ledger_hash":"2e48a89a55b6f368745e1c022683e93c20bdd920011518f18fd936f2190ac5e0","messages_hash":"158d6ddc87aab54ebc872f835258693a0cefe90aa064c899b35f805f1726f5e5","transaction_count":0,"txlist_hash":"81d4ab55e022000a1bb3fbe758e497425c5196951c3e7896d3c641d54b4f2db6"}',0,'BLOCK_PARSED',NULL,'79ee3033147758aa991667721b9161eed3a832ad1e696c6e5389ebd37d977c2c'); -INSERT INTO messages VALUES(1129,310480,'insert','blocks','{"block_hash":"2694e89a62b3abd03a38dfd318c05eb5871f1be00a6e1bf06826fd54d142e681","block_index":310480,"block_time":310480000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'efbf3fcb6ab11467de864f365deb918a1228666590df4621c1dfdf672581c6e8'); -INSERT INTO messages VALUES(1130,310480,'parse','blocks','{"block_index":310480,"ledger_hash":"aa54124d86e74bebd14ea481ac2a5a5186236ffe214747f1af11ac370565525c","messages_hash":"1bd2e8cc4d3184c9ed2a7f74348304676115cc7b60a230e2047bae20df01c653","transaction_count":0,"txlist_hash":"8d7e0f8a6f052692155e23eb612c02468830485938e7cb77a91e0c2061611385"}',0,'BLOCK_PARSED',NULL,'3317ebf0925cb1e4c4bebd2887e6c8c4f8494ff16fdc656ee6509bdf3eb95646'); -INSERT INTO messages VALUES(1131,310481,'insert','blocks','{"block_hash":"db37d8f98630ebc61767736ae2c523e4e930095bf54259c01de4d36fd60b6f4a","block_index":310481,"block_time":310481000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5685eed6cacd3658679a74cd9fb0e5af0ac44f8b74f27a5f67cc894df1244bc0'); -INSERT INTO messages VALUES(1132,310481,'insert','transactions','{"block_hash":"db37d8f98630ebc61767736ae2c523e4e930095bf54259c01de4d36fd60b6f4a","block_index":310481,"block_time":310481000,"btc_amount":0,"data":"0000000200000000000000010000000005f5e1006f8d6ae8a3b381663118b4e1eff4cfc7d0954dd6ec68656c6c6f","destination":"","fee":6375,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","tx_index":482,"utxos_info":" bfa2498c61a5ab493924ae30e1755b76e3aa56a149551f72c198302f4bb72514:1 2 "}',0,'NEW_TRANSACTION',NULL,'82ef32cd37446dd9ed5eea6685e33925a7284ca3a508686473e1e38dddf395f8'); -INSERT INTO messages VALUES(1133,310481,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310481,"event":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","quantity":100000000,"tx_index":482,"utxo":null,"utxo_address":null}',0,'DEBIT','b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5','3911550e46431955cf53247e611ae070851da6f0bb1a7d55cd97626a44b98b0d'); -INSERT INTO messages VALUES(1134,310481,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310481,"calling_function":"send","event":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","quantity":100000000,"tx_index":482,"utxo":null,"utxo_address":null}',0,'CREDIT','b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5','06567efe349d03fcc0ae460a589a6bbbe463cb955022d508784719d20f83a221'); -INSERT INTO messages VALUES(1135,310481,'insert','sends','{"asset":"XCP","block_index":310481,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","memo":"68656c6c6f","msg_index":0,"quantity":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","tx_index":482}',0,'ENHANCED_SEND','b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5','8b396fb1e750b7e3279eb5b04241b2fc823e098d5518b058b02f32ce5d3b0589'); -INSERT INTO messages VALUES(1136,310481,'parse','transactions','{"supported":true,"tx_hash":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","tx_index":482}',0,'TRANSACTION_PARSED','b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5','735d18a5a80818b4e95abbe9ed814830f44bd9c3d93dd0c572cee20f93dff551'); -INSERT INTO messages VALUES(1137,310481,'parse','blocks','{"block_index":310481,"ledger_hash":"fbbe1266bb773e5a3f5b48e82566ff75bc74bfea9424f81f670952565db15c59","messages_hash":"43111baab85782f92198e6d1c3f43fa09b590c19ffa855294c70248301099681","transaction_count":1,"txlist_hash":"8bc755d288d8d6525d9161e5d5072631a72e46d2373de37c7851aa10f3479ed5"}',0,'BLOCK_PARSED',NULL,'56d07dba04104ea7325f2aa63a88cc6a7a20abbf3ed491d717493ba8a36cf4f8'); -INSERT INTO messages VALUES(1138,310482,'insert','blocks','{"block_hash":"2e27db87dfb6439c006637734e876cc662d1ca74c717756f90f0e535df0787d6","block_index":310482,"block_time":310482000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3eeb8c6cc5b59b9f5112884e6c422f48cee49f91d7292665e8592957e4feaeda'); -INSERT INTO messages VALUES(1139,310482,'insert','transactions','{"block_hash":"2e27db87dfb6439c006637734e876cc662d1ca74c717756f90f0e535df0787d6","block_index":310482,"block_time":310482000,"btc_amount":0,"data":"0000000200000000000000010000000005f5e1006f4838d8b3588c4c7ba7c1d06f866e9b3739c63037fade0001","destination":"","fee":6350,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","tx_index":483,"utxos_info":" 2ebe132dfa9d25726c0cae96e32a1f4bb92cfaae285a740dd1a21e1e1586e15b:1 2 "}',0,'NEW_TRANSACTION',NULL,'92b8b5db91ec00691a10e79c6d4e4a7b2c904e525532587f3bdf6d26e2e37c3b'); -INSERT INTO messages VALUES(1140,310482,'insert','debits','{"action":"send","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310482,"event":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","quantity":100000000,"tx_index":483,"utxo":null,"utxo_address":null}',0,'DEBIT','c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34','9bd7ae71635b015335da74d57858ed924bad93782083eb0492c1f18233327e8c'); -INSERT INTO messages VALUES(1141,310482,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310482,"calling_function":"send","event":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","quantity":100000000,"tx_index":483,"utxo":null,"utxo_address":null}',0,'CREDIT','c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34','3995182a6bb9dd892c49ce3ced0b31924954f28ba43030bfa8feebf00f195974'); -INSERT INTO messages VALUES(1142,310482,'insert','sends','{"asset":"XCP","block_index":310482,"destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","memo":"fade0001","msg_index":0,"quantity":100000000,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","tx_hash":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","tx_index":483}',0,'ENHANCED_SEND','c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34','da37d668876be88e0cec555fce9c86e802cedd4ea03b8b0237b0aeb600315dfe'); -INSERT INTO messages VALUES(1143,310482,'parse','transactions','{"supported":true,"tx_hash":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","tx_index":483}',0,'TRANSACTION_PARSED','c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34','9e5bd77f21fd511323c9def51de3fcc0eaaed97953cdfc613b48bfae108d58f5'); -INSERT INTO messages VALUES(1144,310482,'parse','blocks','{"block_index":310482,"ledger_hash":"bd28a97e90054319c4c301c3e99d68aaa5e1bf5a145a8f2c4529040bb8137209","messages_hash":"f30ec6c277b42f623b1fc6ca3e6ebcd1fe2f89074d18e9a47aab313edd1008e1","transaction_count":1,"txlist_hash":"838486910c9c7722fb3afbac7b0514cdd94126486f6671697423b34164b9906f"}',0,'BLOCK_PARSED',NULL,'41d536f0df7b9aa816893925d5e5894b5c2818fc19c01550a0e2b82a68f4d2b8'); -INSERT INTO messages VALUES(1145,310483,'insert','blocks','{"block_hash":"013bac61f8e33c8d8d0f60f5e6a4ec3de9b16696703dea9802f64a258601c460","block_index":310483,"block_time":310483000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ca8055a236c85d11a414368ab55a253e7514b5dffae7439ebacf4d49b4e72aab'); -INSERT INTO messages VALUES(1146,310483,'parse','blocks','{"block_index":310483,"ledger_hash":"fbbeacec99c9ed99a7fc37cdd5673fe8bdce08eba7fcb25b696e262af29ca5d8","messages_hash":"42150ac3c3b737a9229076946a1d0757e6e9e6db6b36d6a571a88ac47d35872a","transaction_count":0,"txlist_hash":"2be6ebe515877a76a7b83b1929ca2ef77be1df3aa3d6766c0c47450898ad7adf"}',0,'BLOCK_PARSED',NULL,'11ae4d68f7f113615847f89a8d5a094a7dbd5654fb227276a2c0647f90cd0520'); -INSERT INTO messages VALUES(1147,310484,'insert','blocks','{"block_hash":"7cac2b3630c31b592fa0497792bed58d3c41120c009471c348b16b5578b3aa2b","block_index":310484,"block_time":310484000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ff8fd42a525d0606cdb8786864ad0016d718ce4de28924d2ef3e7f80fc93128'); -INSERT INTO messages VALUES(1148,310484,'parse','blocks','{"block_index":310484,"ledger_hash":"310bc7c61c1325ee3f97e888658fd74e1fe4adccef4924abb6978150fe6f3dad","messages_hash":"ddf80877d247daec7dc274fe8352e7eb894b9ffc8ea133345b9dbf9e93a50d3d","transaction_count":0,"txlist_hash":"ec800faf2b61e7b1c2c85157d09b058f59defc14ffbe64d82dffea2a0368ade2"}',0,'BLOCK_PARSED',NULL,'cc25fe6a6478445196f7be31a0e2a9caa8a99742182150131650c6b7e6f84a48'); -INSERT INTO messages VALUES(1149,310485,'insert','blocks','{"block_hash":"eab5febc9668cd438178496417b22da5f77ceaed5bb6e01fc0f04bef1f5b4478","block_index":310485,"block_time":310485000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1f0332aa76a4bf88e8bdd6c078759a550bf9bfaf82fd975345fced69ab0991df'); -INSERT INTO messages VALUES(1150,310485,'parse','blocks','{"block_index":310485,"ledger_hash":"b7f66db9ea5838b65286422d0cac262f6b81bbd5a7397adf7b8d85b21354dbcd","messages_hash":"bacfec386f4762a6d2fd52e908bd2710afdaf8a5c0e6017690d1dea1a45294db","transaction_count":0,"txlist_hash":"c2c0301119eb8f6e5ee8f72a4f93366a7c2b9f327f087a5aabff7d73892ca74f"}',0,'BLOCK_PARSED',NULL,'27a947804856fc183cadfb1b1147fefa5507ac72bdfa490c0ffc0c966ab8960e'); -INSERT INTO messages VALUES(1151,310486,'insert','blocks','{"block_hash":"d4fbe610cc60987f2d1d35c7d8ad3ce32156ee5fe36ef8cc4f08b46836388862","block_index":310486,"block_time":310486000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e95107c5851d6ba79e6df1edab347305285dd0b6a1be3863bdae3b754a53f40c'); -INSERT INTO messages VALUES(1152,310486,'insert','transactions','{"block_hash":"d4fbe610cc60987f2d1d35c7d8ad3ce32156ee5fe36ef8cc4f08b46836388862","block_index":310486,"block_time":310486000,"btc_amount":0,"data":"0000001e52bb33003ff0000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14","tx_index":487,"utxos_info":" 6b8d0b2f14d76925018d55a2b0948e66cb67a99678b9ae8026797948ca974cd8:0 2 "}',0,'NEW_TRANSACTION',NULL,'102b8a79f3b863689300e84fb69530d83dcddb284f3fc3015a1f3adc41f69895'); -INSERT INTO messages VALUES(1153,310486,'insert','broadcasts','{"block_index":310486,"fee_fraction_int":5000000,"locked":false,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14","tx_index":487,"value":1.0}',0,'BROADCAST','3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14','2eef5f790d4f4c4fe9e6d2191c17553a3239b6ac4df2b517a6a12cdd6b536ef9'); -INSERT INTO messages VALUES(1154,310486,'parse','transactions','{"supported":true,"tx_hash":"3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14","tx_index":487}',0,'TRANSACTION_PARSED','3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14','a061a2b7ccf8f424f474606bae94c2c5edf693f9377a57ab2eaf5cbcf05349ab'); -INSERT INTO messages VALUES(1155,310486,'parse','blocks','{"block_index":310486,"ledger_hash":"0f829769e4da773089d7b05047a499db5f6d1b17795d4fba912882caee9813e0","messages_hash":"f2fcec527a05ca3f986a2877ee3bd74aa7ebd441acaf8270a8fb88a60f3e0338","transaction_count":1,"txlist_hash":"ea66c7d9251a0eb884fef48de05cb58bbcf3a9e08319f01c96f180aeb0de9bab"}',0,'BLOCK_PARSED',NULL,'685bf282313a30929793e7f5e547a85a0c39732bf209a4fdd678de019edefe8b'); -INSERT INTO messages VALUES(1156,310487,'insert','blocks','{"block_hash":"32aa1b132d0643350bbb62dbd5f38ae0c270d8f491a2012c83b99158d58e464f","block_index":310487,"block_time":310487000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a9ad652180074b60e65a55e8690c28119d03c1f3dbbec3c8fb5c9968086b3404'); -INSERT INTO messages VALUES(1157,310487,'insert','transactions','{"block_hash":"32aa1b132d0643350bbb62dbd5f38ae0c270d8f491a2012c83b99158d58e464f","block_index":310487,"block_time":310487000,"btc_amount":5430,"data":"00000028000152bb3301000000000000000900000000000000090000000000000000000013b000000064","destination":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","fee":7650,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","tx_index":488,"utxos_info":" ed3fb8c01061ce068ac9758e33c6cb9f8f76d0173fa9cd0a2f1d06dd0452296f:0 3 "}',0,'NEW_TRANSACTION',NULL,'e85889b585bb2ec4fddc0be862766487da033d380513c2d0d9abc75f4065af32'); -INSERT INTO messages VALUES(1158,310487,'insert','debits','{"action":"bet","address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","asset":"XCP","block_index":310487,"event":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","quantity":9,"tx_index":488,"utxo":null,"utxo_address":null}',0,'DEBIT','41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef','03e76cd411d97c30a9169b05f3df96af167d8ba4fe5d69b60050972914b644de'); -INSERT INTO messages VALUES(1159,310487,'insert','bets','{"bet_type":1,"block_index":310487,"counterwager_quantity":9,"counterwager_remaining":9,"deadline":1388000001,"expiration":100,"expire_index":310587,"fee_fraction_int":5000000.0,"feed_address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","leverage":5040,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"open","target_value":0.0,"tx_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","tx_index":488,"wager_quantity":9,"wager_remaining":9}',0,'OPEN_BET','41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef','eb642333c6e1bd8ddf092e82f9bc05170d87337752932d8322a73d419dfafa86'); -INSERT INTO messages VALUES(1160,310487,'parse','transactions','{"supported":true,"tx_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","tx_index":488}',0,'TRANSACTION_PARSED','41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef','bf9c1f8e8340195ec5f297d5ca62c5bf07532e16e94c009b93510e02eba0b490'); -INSERT INTO messages VALUES(1161,310487,'parse','blocks','{"block_index":310487,"ledger_hash":"4b4d7a79843342e96e5d9d71bbc49690245b3098be75e7b86f273021d526216d","messages_hash":"138b45c34be20f406877492e48b26bae08c1b64d12a06333e2adb53b5d762606","transaction_count":1,"txlist_hash":"76fbd411c43f3f67c8bf61138c5672de0cfda2d98f112a6e50b3a5d084d7cc72"}',0,'BLOCK_PARSED',NULL,'665080f926e9aadc17dfe58c495f47fbea99b9459b2f6df770a5100b42c67fd8'); -INSERT INTO messages VALUES(1162,310488,'insert','blocks','{"block_hash":"80b8dd5d7ce2e4886e6721095b892a39fb699980fe2bc1c17e747f822f4c4b1b","block_index":310488,"block_time":310488000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7e34948d11ed5c54b4768d79b1083620d08ce03160501dec5c65220ef0ef754a'); -INSERT INTO messages VALUES(1163,310488,'insert','transactions','{"block_hash":"80b8dd5d7ce2e4886e6721095b892a39fb699980fe2bc1c17e747f822f4c4b1b","block_index":310488,"block_time":310488000,"btc_amount":0,"data":"0000001e52bb33023ff000000000000000000000096f7074696f6e732030","destination":"","fee":6800,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638","tx_index":489,"utxos_info":" 66afb5bf48c426a8f871e9c6db4b8f48db8c473f9757dcdf75d71d6231c2ef9e:0 2 "}',0,'NEW_TRANSACTION',NULL,'a1b626d76ed3e4951f8ea07d22714ce8c53d36ef55cfffba15579f610b766120'); -INSERT INTO messages VALUES(1164,310488,'insert','broadcasts','{"block_index":310488,"fee_fraction_int":0,"locked":false,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"valid","text":"options 0","timestamp":1388000002,"tx_hash":"870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638","tx_index":489,"value":1.0}',0,'BROADCAST','870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638','cf483629f7385d6a7c6d8871833a2851da76b568e6ba95ac4745882b027cbb14'); -INSERT INTO messages VALUES(1165,310488,'insert','addresses','{"address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","block_index":310488,"options":0}',0,'NEW_ADDRESS_OPTIONS','870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638','ea7d500cdd6d710e5aceee567968a7b625df010978c84bfbfcb4132a9488ca42'); -INSERT INTO messages VALUES(1166,310488,'parse','transactions','{"supported":true,"tx_hash":"870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638","tx_index":489}',0,'TRANSACTION_PARSED','870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638','48867192192ea4b4e7de55ab1d0e05be33ea4cfa4ecfa606ef95011699b8793c'); -INSERT INTO messages VALUES(1167,310488,'parse','blocks','{"block_index":310488,"ledger_hash":"2d7e59026ea4c8933e9c7474936931ca49d4af91f9b9985f3c76085fb3a69104","messages_hash":"75be42e377d356f916fe3f672e260ac1f7c43829dee6f5a37438e6ed27a834ff","transaction_count":1,"txlist_hash":"78e801f2d1968c860ac2563e9cc912c18cb8e5f95996011e84c289833fbd46da"}',0,'BLOCK_PARSED',NULL,'ba84b5098c55dde7b6ce192aec34af00568a603c5b997adcdf7a2a9c5fb97e1b'); -INSERT INTO messages VALUES(1168,310489,'insert','blocks','{"block_hash":"2efdb36f986b3e3ccc6cc9b0c1c3cdcb07429fb43cbc0cc3b6c87d1b33f258b6","block_index":310489,"block_time":310489000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c7b1d0edcb6b57b292298d4a10844de1672ee0505b7839b4d9b4f13262d98873'); -INSERT INTO messages VALUES(1169,310489,'insert','transactions','{"block_hash":"2efdb36f986b3e3ccc6cc9b0c1c3cdcb07429fb43cbc0cc3b6c87d1b33f258b6","block_index":310489,"block_time":310489000,"btc_amount":0,"data":"0000001e52bb33033ff000000000000000000000046c6f636b","destination":"","fee":6800,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1","tx_index":490,"utxos_info":" 147f338cda56d39f102fd4ec014961e482a2ca4f7b8c419c368e6147b87dca09:0 2 "}',0,'NEW_TRANSACTION',NULL,'71c56613f1f907db11cbc2f65f1087a34785477bd3ac2c197c914837eb0ac700'); -INSERT INTO messages VALUES(1170,310489,'insert','broadcasts','{"block_index":310489,"fee_fraction_int":null,"locked":true,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"valid","text":null,"timestamp":0,"tx_hash":"685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1","tx_index":490,"value":null}',0,'BROADCAST','685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1','19bb718d351a50dafcada283902a7f64fc2d9814aba41264d97d44d3d83c2c21'); -INSERT INTO messages VALUES(1171,310489,'parse','transactions','{"supported":true,"tx_hash":"685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1","tx_index":490}',0,'TRANSACTION_PARSED','685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1','eabc215a11fd68b0b61682418772a74e80f500e80e86ed2f39dd6c0451d6e0fe'); -INSERT INTO messages VALUES(1172,310489,'parse','blocks','{"block_index":310489,"ledger_hash":"716354a370f344980e98785a444b56b21188bc699e7fbd0c877b6f2fabf35efc","messages_hash":"1f43c1acc14527ef55303e813825149581c655669cc317c66231c2fb49489099","transaction_count":1,"txlist_hash":"23d9af03e6aa29fbab29c8e2a5a0419680053bba19594105cc8ef4d3db05d418"}',0,'BLOCK_PARSED',NULL,'5da1c1558ffb8c06d28286ec210fc599d92fcffc2df5959f048ea5b476cc492e'); -INSERT INTO messages VALUES(1173,310490,'insert','blocks','{"block_hash":"e2cb04b8a7368c95359c9d5ff33e64209200fb606de0d64b7c0f67bb1cb8d87c","block_index":310490,"block_time":310490000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'714cb5c95b959852d611497df041c41cfc5f2941f8e8fe82f048f38091a730e8'); -INSERT INTO messages VALUES(1174,310490,'insert','transactions','{"block_hash":"e2cb04b8a7368c95359c9d5ff33e64209200fb606de0d64b7c0f67bb1cb8d87c","block_index":310490,"block_time":310490000,"btc_amount":0,"data":"0000001e52bb33043ff000000000000000000000096f7074696f6e732031","destination":"","fee":6800,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af","tx_index":491,"utxos_info":" dd5471d13ce574963ee0c49f77de65c6161dfa81e4d137e75f4402ea687a75ad:0 2 "}',0,'NEW_TRANSACTION',NULL,'f672e687c5d0ca573d4b050ebab57d17c7f3b6eea23f5174b49cda058aea6cc5'); -INSERT INTO messages VALUES(1175,310490,'insert','broadcasts','{"block_index":310490,"fee_fraction_int":0,"locked":false,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","text":"options 1","timestamp":1388000004,"tx_hash":"7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af","tx_index":491,"value":1.0}',0,'BROADCAST','7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af','6d436a39509dec3b46f7083eafe9fb53f9266ae30d63d696849f1d31064095ef'); -INSERT INTO messages VALUES(1176,310490,'insert','addresses','{"address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","block_index":310490,"options":1}',0,'NEW_ADDRESS_OPTIONS','7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af','0b702549951e5076cd3c9a500c39d25afebd41b1de7657ff1285e74f3bc94256'); -INSERT INTO messages VALUES(1177,310490,'parse','transactions','{"supported":true,"tx_hash":"7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af","tx_index":491}',0,'TRANSACTION_PARSED','7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af','8fec649d3791f6fe75facfad83c2ebcf375a9c98f06c7123021ccc4f57f4382c'); -INSERT INTO messages VALUES(1178,310490,'parse','blocks','{"block_index":310490,"ledger_hash":"906a38f4256f50312891119c99721537992438af85421e317574ce1810e2b909","messages_hash":"41a4fa0d7941fc2d3d69e80799a0d2b6a57fee38bba0a3c3395d96b36346faad","transaction_count":1,"txlist_hash":"5f934032dce4102cd1d72d3f887526e78baa4a78991bc43cf0a1ebefe08fdec7"}',0,'BLOCK_PARSED',NULL,'7c8628cf37153aff5b3d3806e2ff22d7a7cb00436ebf165fe2f7b213555aa07e'); -INSERT INTO messages VALUES(1179,310491,'insert','blocks','{"block_hash":"811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16","block_index":310491,"block_time":310491000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ee3398bb6888f1620f8acda16f5b7efdca5cbb76c7c8c93b0b3e564e188115b6'); -INSERT INTO messages VALUES(1180,310491,'insert','transactions','{"block_hash":"811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16","block_index":310491,"block_time":310491000,"btc_amount":0,"data":"0000000a00000000000000010000000005f5e100000000000000000000000000000c350007d000000000000dbba0","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","tx_index":492,"utxos_info":" 34ddf77d56739516eec4be2cef26c823380845834393dcedc8c06c184b55463b:0 2 "}',0,'NEW_TRANSACTION',NULL,'ad4b887d636f1551cd06c33fc10068bfaf468446f74bda7bd4f1eceb68a39d05'); -INSERT INTO messages VALUES(1181,310491,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310491,"event":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","quantity":100000000,"tx_index":492,"utxo":null,"utxo_address":null}',0,'DEBIT','74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498','d8ee0369ea713f39886eee0367e2629d72c030128886878d17f35ee81ad4e4bd'); -INSERT INTO messages VALUES(1182,310491,'insert','orders','{"block_index":310491,"expiration":2000,"expire_index":312491,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":800000,"get_remaining":800000,"give_asset":"XCP","give_quantity":100000000,"give_remaining":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","tx_index":492}',0,'OPEN_ORDER','74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498','ed5602df6c0ecf14da633aad0e61b0ac52380422716e699a0699921db410c196'); -INSERT INTO messages VALUES(1183,310491,'parse','transactions','{"supported":true,"tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","tx_index":492}',0,'TRANSACTION_PARSED','74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498','c7fdffeb69cc851d84c64e679a7c1cd90a3235a6a7d8c486a5d84eec27f99bc7'); -INSERT INTO messages VALUES(1184,310491,'parse','blocks','{"block_index":310491,"ledger_hash":"3114d8091cfcaa9944c6fab49d51950535c4ef269877d58c372ed80b2b472ec6","messages_hash":"82f0725d5c8f293bde79404f8d6321ae5cb18f454366bb0df8c79e8e6c9d942d","transaction_count":1,"txlist_hash":"f065728a3544adc085fae976759c0d040a34ca0a8ddd39260b55f0262cd5baa8"}',0,'BLOCK_PARSED',NULL,'35ceb2b476544380b9691708cb8a0c43fd8a6b952e711b10d71ca1471e79e08c'); -INSERT INTO messages VALUES(1185,310492,'insert','blocks','{"block_hash":"8a09b2faf0a7ad67eb4ab5c948b9769fc87eb2ec5e16108f2cde8bd9e6cf7607","block_index":310492,"block_time":310492000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a23b3022c56b08de0a89341b31408832b00605a3370f9005416a3b0daa2ec2c0'); -INSERT INTO messages VALUES(1186,310492,'insert','transactions','{"block_hash":"8a09b2faf0a7ad67eb4ab5c948b9769fc87eb2ec5e16108f2cde8bd9e6cf7607","block_index":310492,"block_time":310492000,"btc_amount":0,"data":"0000000a000000000000000000000000000c350000000000000000010000000005f5e10007d00000000000000000","destination":"","fee":1000000,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx_index":493,"utxos_info":" 01435600d3eb8a5196ce2321b423a1c1cd395c14c4144c1f5fc378d9f81029f7:0 2 "}',0,'NEW_TRANSACTION',NULL,'82d0317b30b2703652d3813fa155b6cc9759b9be559d1f2625c9e70dd53f4e96'); -INSERT INTO messages VALUES(1187,310492,'insert','orders','{"block_index":310492,"expiration":2000,"expire_index":312492,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":800000,"give_remaining":800000,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"open","tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx_index":493}',0,'OPEN_ORDER','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','f976670339aa61504186f67d6b5aa338366151babf62179f11226aae54ad1509'); -INSERT INTO messages VALUES(1188,310492,'update','orders','{"fee_provided_remaining":6800,"fee_required_remaining":892800,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498"}',0,'ORDER_UPDATE','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','f7201dfb552205ad9b687deed0689f4fc067e319bb1e78699ce9cd7f5fd48d71'); -INSERT INTO messages VALUES(1189,310492,'update','orders','{"fee_provided_remaining":992800,"fee_required_remaining":0,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81"}',0,'ORDER_UPDATE','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','7313dd6619ceed376484fa015312733da5cccfa8cce7056e4537c799bcf16427'); -INSERT INTO messages VALUES(1190,310492,'insert','order_matches','{"backward_asset":"BTC","backward_quantity":800000,"block_index":310492,"fee_paid":7200,"forward_asset":"XCP","forward_quantity":100000000,"id":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498_1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","match_expire_index":310512,"status":"pending","tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx0_block_index":310491,"tx0_expiration":2000,"tx0_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","tx0_index":492,"tx1_address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","tx1_block_index":310492,"tx1_expiration":2000,"tx1_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx1_index":493}',0,'ORDER_MATCH','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','311499cc1990cd4123c0320dc8eda3a99cbe9349bc7e92785f93f3b0c853dfea'); -INSERT INTO messages VALUES(1191,310492,'parse','transactions','{"supported":true,"tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx_index":493}',0,'TRANSACTION_PARSED','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','90193d940ab2225be1d2390854caaf9b668510990784816efd7f754316d7b18f'); -INSERT INTO messages VALUES(1192,310492,'parse','blocks','{"block_index":310492,"ledger_hash":"98af18583618fdeed545347c013763d068e8294405d265911cc5e1bc420bc740","messages_hash":"70956286a0d50f99778a1e880e8c6dfc98d95d448093a7eccc42c2cbf04a5cd0","transaction_count":1,"txlist_hash":"daf4d2c1a1ad5206abcf7744bdd06fae99c442fb2607a843dcabb5727d02916e"}',0,'BLOCK_PARSED',NULL,'5d7ab6b25d3576c97875d9482d0b429e418d75442b985f52e8be31d5e7d29669'); -INSERT INTO messages VALUES(1193,310493,'insert','blocks','{"block_hash":"c19e2915b750279b2be4b52e57e5ce29f63dffb4e14d9aad30c9e820affc0cbf","block_index":310493,"block_time":310493000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f4398c53bf4d3907a273152b1bcc52e0dc8c2182b8d9a1bbe7af37aba60ac731'); -INSERT INTO messages VALUES(1194,310493,'insert','transactions','{"block_hash":"c19e2915b750279b2be4b52e57e5ce29f63dffb4e14d9aad30c9e820affc0cbf","block_index":310493,"block_time":310493000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a","tx_index":494,"utxos_info":" 55bf39bd1c04f6c3d17d6449db501f6723412e38bf91419334b985175ed7a7db:0 2 "}',0,'NEW_TRANSACTION',NULL,'f156f72445c45ec213dad9b83f5757d806f632af91c58ecf8161105bf87cc976'); -INSERT INTO messages VALUES(1195,310493,'insert','credits','{"address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"XCP","block_index":310493,"calling_function":"burn","event":"c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a","quantity":92995878046,"tx_index":494,"utxo":null,"utxo_address":null}',0,'CREDIT','c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a','d50660186497c743e40d2aa9e7f242d0b05204107bf14036c83bc39a7b44d41b'); -INSERT INTO messages VALUES(1196,310493,'insert','burns','{"block_index":310493,"burned":62000000,"earned":92995878046,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","tx_hash":"c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a","tx_index":494}',0,'BURN','c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a','b2c9a61892a8d96025390ad3b17949ecd40191eec3b897bd1f3c7dd0f60e3ce6'); -INSERT INTO messages VALUES(1197,310493,'parse','blocks','{"block_index":310493,"ledger_hash":"29119cd30a4733916fbfd0551506eaa16f7bb1bdfbdf8d17ac4e5bb20d1cb09c","messages_hash":"ed54e9b08fd871033619d2da77dda0e54b0aad07b980e441ffe97ef5c6d744b1","transaction_count":1,"txlist_hash":"7ec4cfa94544900c8e8732ad51be7cee6452aa1884ea940cd5c98862fb4aaba6"}',0,'BLOCK_PARSED',NULL,'ab2d1faf58e430fc07207d67e6f008d4ad23cff396b498d4b7219a16495ec31d'); -INSERT INTO messages VALUES(1198,310494,'insert','blocks','{"block_hash":"7dda1d3e12785313d5651ee5314d0aecf17588196f9150b10c55695dbaebee5d","block_index":310494,"block_time":310494000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'07647ad1a157ddaf39b851ef090dbc549809332494164cc0a689bcd2319ae6d4'); -INSERT INTO messages VALUES(1199,310494,'insert','transactions','{"block_hash":"7dda1d3e12785313d5651ee5314d0aecf17588196f9150b10c55695dbaebee5d","block_index":310494,"block_time":310494000,"btc_amount":0,"data":"00000014000000063e985ffd00000000000000640100000000000000000000","destination":"","fee":6800,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","tx_index":495,"utxos_info":" 1b0e761450063df114e0779bde3146b1a32ded225c76632be83c753ee1749ceb:0 2 "}',0,'NEW_TRANSACTION',NULL,'1ffa576a97efa71fd7afe9982fe6d58b8a76a9fda4619d53aa8eb82334ff738e'); -INSERT INTO messages VALUES(1200,310494,'insert','debits','{"action":"issuance fee","address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"XCP","block_index":310494,"event":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","quantity":50000000,"tx_index":495,"utxo":null,"utxo_address":null}',0,'DEBIT','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','2907e9956d4ab3e5c41c6f87cd8ea538bbf17d107584bdbc246f1210c1a1e306'); -INSERT INTO messages VALUES(1201,310494,'insert','assets','{"asset_id":"26819977213","asset_longname":null,"asset_name":"DIVIDEND","block_index":310494}',0,'ASSET_CREATION','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','17f31034af95736a7af85b084c59875ec4140e27ccb9554a58d6f6d21dc00b31'); -INSERT INTO messages VALUES(1202,310494,'insert','issuances','{"asset":"DIVIDEND","asset_events":"creation","asset_longname":null,"block_index":310494,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","locked":false,"quantity":100,"reset":false,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","transfer":false,"tx_hash":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","tx_index":495}',0,'ASSET_ISSUANCE','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','27d500518cc4fcd249824d943fd0ccd6c9d5aa13481c82cc639f4681a90018fa'); -INSERT INTO messages VALUES(1203,310494,'insert','credits','{"address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"DIVIDEND","block_index":310494,"calling_function":"issuance","event":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","quantity":100,"tx_index":495,"utxo":null,"utxo_address":null}',0,'CREDIT','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','ec950c17259098f67b08c406d5647364ee8011bdda458a87de5d40a9aa19127d'); -INSERT INTO messages VALUES(1204,310494,'parse','transactions','{"supported":true,"tx_hash":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","tx_index":495}',0,'TRANSACTION_PARSED','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','43d172ded1a825cc69cc9014fcddca514d6f957ad80cbfdec44226ad9e773f93'); -INSERT INTO messages VALUES(1205,310494,'parse','blocks','{"block_index":310494,"ledger_hash":"72d71bd72263699ea9f2b097ad141be5bc394f49d8b0b0a6b2ff6a87b0ee3919","messages_hash":"5f53469ae3bc1f32fcd90732ab2e9e4de4c758a9930d9de8bbccd92ca88e81f5","transaction_count":1,"txlist_hash":"9350c3ba33d0546d1194c5fa767ced28834b26246aedc56d89b1d48ec4f26014"}',0,'BLOCK_PARSED',NULL,'47753261eb1f34a20c0920b2013f932c8b3ab23d36e99d3f954243e91ae16e70'); -INSERT INTO messages VALUES(1206,310495,'insert','blocks','{"block_hash":"4769aa7030f28a05a137a85ef4ee0c1765c37013773212b93ec90f1227168b67","block_index":310495,"block_time":310495000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ffdd0ea057f7e715542c86530a7b883e70d9b90283947a248add35680343d32f'); -INSERT INTO messages VALUES(1207,310495,'insert','transactions','{"block_hash":"4769aa7030f28a05a137a85ef4ee0c1765c37013773212b93ec90f1227168b67","block_index":310495,"block_time":310495000,"btc_amount":5430,"data":"00000000000000063e985ffd000000000000000a","destination":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","fee":7650,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","tx_index":496,"utxos_info":" 968efa9a1142fdc8e129ca7f89453f84ba195ed950db191b2f502114b000ea75:0 3 "}',0,'NEW_TRANSACTION',NULL,'eed2d7b6bd73a6c85a93983acb269b0f33a4cd5a107933ce34853db10963d860'); -INSERT INTO messages VALUES(1208,310495,'insert','debits','{"action":"send","address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"DIVIDEND","block_index":310495,"event":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","quantity":10,"tx_index":496,"utxo":null,"utxo_address":null}',0,'DEBIT','02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e','8e46310ff494bda6f93b8544ed67bec8dfcb9284e580e86d5edaad0d09814048'); -INSERT INTO messages VALUES(1209,310495,'insert','credits','{"address":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","asset":"DIVIDEND","block_index":310495,"calling_function":"send","event":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","quantity":10,"tx_index":496,"utxo":null,"utxo_address":null}',0,'CREDIT','02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e','eb48bccf5546d8334be1a7f16b885afb0e4ffefc2eba10e6c61725800d20fd2b'); -INSERT INTO messages VALUES(1210,310495,'insert','sends','{"asset":"DIVIDEND","block_index":310495,"destination":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","msg_index":0,"quantity":10,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","tx_hash":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","tx_index":496}',0,'SEND','02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e','005a995aa46ff89fb0ef00c4f1449a252c01dbec9fbfd14b2b75a9c8982d3919'); -INSERT INTO messages VALUES(1211,310495,'parse','transactions','{"supported":true,"tx_hash":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","tx_index":496}',0,'TRANSACTION_PARSED','02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e','aa3c76c883028db8f6371cee019497679a175d62d97ce7524dd5efb320d0edfd'); -INSERT INTO messages VALUES(1212,310495,'parse','blocks','{"block_index":310495,"ledger_hash":"5a7e5a36882466373d576bb5f4ccd1bc72ecaf548b9589baa803a7275a7a24cd","messages_hash":"e9b128c9ee7e71dc4466593786ed1597a7c0398802afc63cab08c497a0b9383b","transaction_count":1,"txlist_hash":"09e9db121649cacd979fd18bbaa35e519361e727e7e072e2f2f86291160cdb29"}',0,'BLOCK_PARSED',NULL,'dceab5c8d7c4e99f19682d25c527dbb65e085e15fb7f3c9c3f904064dbd98849'); -INSERT INTO messages VALUES(1213,310496,'insert','blocks','{"block_hash":"65884816927e8c566655e85c07bc2bc2c7ee26e625742f219939d43238fb31f8","block_index":310496,"block_time":310496000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cda5eb3377739cb671616ecf853c11dab040967d3c667a9ae873aaff8ccbaaa8'); -INSERT INTO messages VALUES(1214,310496,'insert','transactions','{"block_hash":"65884816927e8c566655e85c07bc2bc2c7ee26e625742f219939d43238fb31f8","block_index":310496,"block_time":310496000,"btc_amount":5430,"data":"00000000000000000000000100000015a4018c1e","destination":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","fee":7650,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","tx_index":497,"utxos_info":" 2a460887da5c0bc81f5caf284edc0d1a6ffb001c66f6a9124b386d3b2f6bff73:0 3 "}',0,'NEW_TRANSACTION',NULL,'b0fac8aa9353c2fecec673e1d59bdcaf4ddf216f7dd2e13185b010750dd5a8f8'); -INSERT INTO messages VALUES(1215,310496,'insert','debits','{"action":"send","address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"XCP","block_index":310496,"event":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","quantity":92945878046,"tx_index":497,"utxo":null,"utxo_address":null}',0,'DEBIT','a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba','86645b3973b1606fcbb720cc91d1b4fda61e2cd9e6b4ac599569325ab77a2d52'); -INSERT INTO messages VALUES(1216,310496,'insert','credits','{"address":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","asset":"XCP","block_index":310496,"calling_function":"send","event":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","quantity":92945878046,"tx_index":497,"utxo":null,"utxo_address":null}',0,'CREDIT','a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba','253d6fb5d13bdd2dadde0bcccaef9beb3243218d5e4391a679696a66159ec42f'); -INSERT INTO messages VALUES(1217,310496,'insert','sends','{"asset":"XCP","block_index":310496,"destination":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","msg_index":0,"quantity":92945878046,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","tx_hash":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","tx_index":497}',0,'SEND','a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba','4f84098ef36cb97f7c5d4157c374f14d8cb1679e236d6739f41fd63267eeebf2'); -INSERT INTO messages VALUES(1218,310496,'parse','transactions','{"supported":true,"tx_hash":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","tx_index":497}',0,'TRANSACTION_PARSED','a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba','20e1b74fdd0ec7aca580d97239ae4654808279f997c2164dcdf4069508cc4a5e'); -INSERT INTO messages VALUES(1219,310496,'parse','blocks','{"block_index":310496,"ledger_hash":"7ac6121c624b634f44695172761830926afe76bb18c4cc9195773f3a26966941","messages_hash":"73f1a0b1222f7d30594bfb77e0054bbdb2f0584e5e380607df5257eadfccd3b0","transaction_count":1,"txlist_hash":"9eda85cce745579122ba9c6e24b63cd83f2e5161031a34e6ee9bf08b80823cb4"}',0,'BLOCK_PARSED',NULL,'d4feb7125308ef96f21ea5670d339d1a225e7682e8699a4709c625320422f160'); -INSERT INTO messages VALUES(1220,310497,'insert','blocks','{"block_hash":"f1118591fe79b8bf52ccf0c5de9826bfd266b1fdc24b44676cf22bbcc76d464e","block_index":310497,"block_time":310497000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8b5049da5a656c4ba6e925ea24b7cda0e5b6a7cb8370352925d830fd9611b444'); -INSERT INTO messages VALUES(1221,310497,'insert','transactions','{"block_hash":"f1118591fe79b8bf52ccf0c5de9826bfd266b1fdc24b44676cf22bbcc76d464e","block_index":310497,"block_time":310497000,"btc_amount":0,"data":"00000014000000000aa4097d0000000005f5e100010000000000000000000c506172656e74206173736574","destination":"","fee":6300,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","tx_index":498,"utxos_info":" fccea6e9a0ad88c0b3a93594e176a9226095acdad38b63daabbdfe96737b8bf7:1 2 "}',0,'NEW_TRANSACTION',NULL,'cf54621d0f6406fbf8cf231abcf77900b441296d2c8bbb2be294a9074b666bd8'); -INSERT INTO messages VALUES(1222,310497,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310497,"event":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","quantity":50000000,"tx_index":498,"utxo":null,"utxo_address":null}',0,'DEBIT','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','1b9a59bd21a20de3ae365a27ce215083849e4eb9dcee570efaefc8c4cb6f9af9'); -INSERT INTO messages VALUES(1223,310497,'insert','assets','{"asset_id":"178522493","asset_longname":null,"asset_name":"PARENT","block_index":310497}',0,'ASSET_CREATION','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','1a4073e4cc3bf6a7ea09d09f7a7d092fcaa379e5a9958cbc58dc329ffd3bb3d3'); -INSERT INTO messages VALUES(1224,310497,'insert','issuances','{"asset":"PARENT","asset_events":"creation","asset_longname":null,"block_index":310497,"call_date":0,"call_price":0.0,"callable":false,"description":"Parent asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":100000000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","tx_index":498}',0,'ASSET_ISSUANCE','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','9dadd6d6a59d8645480dee0932d93927315477311643478371bfa1f6688aa2c0'); -INSERT INTO messages VALUES(1225,310497,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"PARENT","block_index":310497,"calling_function":"issuance","event":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","quantity":100000000,"tx_index":498,"utxo":null,"utxo_address":null}',0,'CREDIT','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','650bf3d1fa8f13aab3a8c7cc34636d9ea702d805e81e7e51b7cfc5500fb38923'); -INSERT INTO messages VALUES(1226,310497,'parse','transactions','{"supported":true,"tx_hash":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","tx_index":498}',0,'TRANSACTION_PARSED','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','babfc32b370989cba81dfec9fa6d36112311e5078f63592cc27a3083b074092d'); -INSERT INTO messages VALUES(1227,310497,'parse','blocks','{"block_index":310497,"ledger_hash":"28c6e92b2299b9cbbb5953f8b7ff3de0fe962d15642ba27e43faa64e1935e819","messages_hash":"9df78d03ab0999b6fbe3f88367b30ba641fd5a2a27bbef2f5e02c2fd8121c5fd","transaction_count":1,"txlist_hash":"ff8136601b9e0138a999d1f0467af6e8535a2bcdd2b622af7be0178a083b9519"}',0,'BLOCK_PARSED',NULL,'fb96e3aaf72684b78e2b9b264aef98c86d61d5467fd36bf7e6f587bbfc1053b4'); -INSERT INTO messages VALUES(1228,310498,'insert','blocks','{"block_hash":"b7058b6d1ddc325a10bf33144937e06ce6025215b416518ae120da9440ae279e","block_index":310498,"block_time":310498000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7ce35f7dbc7a7f81dc3dc59d54e07b0ae52cbf95779d6805e2b7a0127cfe6c0b'); -INSERT INTO messages VALUES(1229,310498,'insert','transactions','{"block_hash":"b7058b6d1ddc325a10bf33144937e06ce6025215b416518ae120da9440ae279e","block_index":310498,"block_time":310498000,"btc_amount":0,"data":"0000001501530821671b10650000000005f5e10001108e90a57dba9967c422e83080f22f0c684368696c64206f6620706172656e74","destination":"","fee":6550,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","tx_index":499,"utxos_info":" 0c2cc9e9cdd3a29c7a2fcd38a68d409c4c03ff78456fde49595d8fdfd6110b67:1 2 "}',0,'NEW_TRANSACTION',NULL,'bf91957fe3f752871f7006f623545d08de46a575cc4300e8188bc6ed77700734'); -INSERT INTO messages VALUES(1230,310498,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310498,"event":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","quantity":25000000,"tx_index":499,"utxo":null,"utxo_address":null}',0,'DEBIT','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','3abb457240fb0885dd9ef861123d0fc682aac6a28a4e18fe27d5cbb8343239b3'); -INSERT INTO messages VALUES(1231,310498,'insert','assets','{"asset_id":"95428956661682277","asset_longname":"PARENT.already.issued","asset_name":"A95428956661682277","block_index":310498}',0,'ASSET_CREATION','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','017230fcb4ca9428fca8aa31a35c894c60b75760d2a1a2ab8aeac5e411ee6cb9'); -INSERT INTO messages VALUES(1232,310498,'insert','issuances','{"asset":"A95428956661682277","asset_events":"creation","asset_longname":"PARENT.already.issued","block_index":310498,"call_date":0,"call_price":0.0,"callable":false,"description":"Child of parent","description_locked":false,"divisible":true,"fee_paid":25000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":100000000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","tx_index":499}',0,'ASSET_ISSUANCE','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','566067ce786d75a38b51690ca047f2504182f214d52dce797af0abf89ef2d092'); -INSERT INTO messages VALUES(1233,310498,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"A95428956661682277","block_index":310498,"calling_function":"issuance","event":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","quantity":100000000,"tx_index":499,"utxo":null,"utxo_address":null}',0,'CREDIT','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','b7d0c5be5f69dc8d025c3b74ef8ed95d97f90aa3556bf10aebc91dd63ddb221e'); -INSERT INTO messages VALUES(1234,310498,'parse','transactions','{"supported":true,"tx_hash":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","tx_index":499}',0,'TRANSACTION_PARSED','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','c2439ad75fd1f019197b80bb72c133ac72b890bdeafc6e611bcd465fba4e1694'); -INSERT INTO messages VALUES(1235,310498,'parse','blocks','{"block_index":310498,"ledger_hash":"5fe6cdb0828379bf240fad99c68bba34e1889bbc19605ce5c297b82352264414","messages_hash":"5adb9d536aacc2be882bbe2dbe4e79c121746e7cbd388980cec2e8c36ffa6a25","transaction_count":1,"txlist_hash":"b488f6f0e6c233f202ee17c0843236d464144e79c870af88bae56355ae9372b7"}',0,'BLOCK_PARSED',NULL,'c15ff03c01fcc9ae3ce7e90b19ecc17e68c9472b1934815a8dc1a71239a1d24a'); -INSERT INTO messages VALUES(1236,310499,'insert','blocks','{"block_hash":"1950e1a4d7fc820ed9603f6df6819c3c953c277c726340dec2a4253e261a1764","block_index":310499,"block_time":310499000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dbeb60084927a6078d5979f097afa019862f80195f54c2bb2c8792df0b42add6'); -INSERT INTO messages VALUES(1237,310499,'insert','transactions','{"block_hash":"1950e1a4d7fc820ed9603f6df6819c3c953c277c726340dec2a4253e261a1764","block_index":310499,"block_time":310499000,"btc_amount":0,"data":"5a46524545464149524d494e7c7c307c317c31307c307c307c307c307c307c307c307c307c307c307c317c","destination":"","fee":6300,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","tx_index":500,"utxos_info":" 3c3cf4ecfbafac833fe6d141c3dd3a3a1f544da16513e14f2f3c344f443ae035:1 2 "}',0,'NEW_TRANSACTION',NULL,'72036d6a1b10fb39b5f349dfd2c0ce330e4b708469bdefb7d963c4b53443ec6f'); -INSERT INTO messages VALUES(1238,310499,'insert','fairminters','{"asset":"FREEFAIRMIN","asset_longname":null,"asset_parent":null,"block_index":310499,"burn_payment":false,"description":"","divisible":true,"end_block":0,"hard_cap":0,"lock_description":false,"lock_quantity":false,"max_mint_per_tx":10,"minted_asset_commission_int":0,"pre_minted":false,"premint_quantity":0,"price":0,"quantity_by_price":1,"soft_cap":0,"soft_cap_deadline_block":0,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","start_block":0,"status":"open","tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","tx_index":500}',0,'NEW_FAIRMINTER','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','d8500fd8235ad6c98f6d35e03e4375c9a4b626860390ab27fc090a0e177018af'); -INSERT INTO messages VALUES(1239,310499,'insert','assets','{"asset_id":"799006024850293","asset_longname":null,"asset_name":"FREEFAIRMIN","block_index":310499}',0,'ASSET_CREATION','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','0fd64cda3c563bd99d852d458b6ad504987392c8ca72e7989f83e53d86ca5a6d'); -INSERT INTO messages VALUES(1240,310499,'insert','issuances','{"asset":"FREEFAIRMIN","asset_events":"open_fairminter","asset_longname":null,"block_index":310499,"call_date":0,"call_price":0,"callable":false,"description":"","divisible":true,"fair_minting":true,"fee_paid":50000000.0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":0,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","tx_index":500}',0,'ASSET_ISSUANCE','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','d84896bb35478e52c25e3059acfbdbe9a59c050ed447c373814fec9644a239c4'); -INSERT INTO messages VALUES(1241,310499,'insert','debits','{"action":"fairminter fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310499,"event":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","quantity":50000000,"tx_index":500,"utxo":null,"utxo_address":null}',0,'DEBIT','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','6a48a6f3a98a96ed7a8fd2fff58a5f7dcff50f4607f5865a1142f634cefe123a'); -INSERT INTO messages VALUES(1242,310499,'parse','transactions','{"supported":true,"tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","tx_index":500}',0,'TRANSACTION_PARSED','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','27b5240934a2fcfc2b5874fa460df2e86fe727e6d8355f6058b4daf236467da7'); -INSERT INTO messages VALUES(1243,310499,'parse','blocks','{"block_index":310499,"ledger_hash":"bc09daa74c639506a1de4eadcd0aa8f599c1bc6a2a287cce7bfc89c301253233","messages_hash":"67f9939f28725df09e33414b41beaf0e84388f1e6cfc466df5a443773698e2df","transaction_count":1,"txlist_hash":"c14c7cd236dd94835917a5912c746b53a9ad97be74509c56672ea57226bc6db3"}',0,'BLOCK_PARSED',NULL,'3d3979800a2c871357b6f70b590b8419be666e17ed3fb93b34b7fac21c864861'); -INSERT INTO messages VALUES(1244,310500,'insert','blocks','{"block_hash":"54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b","block_index":310500,"block_time":310500000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4227e89c8f41735a398d33ca501343717356c7dbfa7fc3a46ba5b9a561cfd9a3'); -INSERT INTO messages VALUES(1245,310500,'insert','transactions','{"block_hash":"54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b","block_index":310500,"block_time":310500000,"btc_amount":0,"data":"5a50414944464149524d494e7c7c31307c317c307c307c307c307c307c307c307c307c307c307c307c317c","destination":"","fee":6300,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","tx_index":501,"utxos_info":" 63d204e6d293e32c74a4cab23f13a26ea8de60e9a5ff37959c992f1661848043:1 2 "}',0,'NEW_TRANSACTION',NULL,'b1ee23dc1db2a84455bab598bf822d7d812e31cba0ab4b9a6536f2c542d52c38'); -INSERT INTO messages VALUES(1246,310500,'insert','fairminters','{"asset":"PAIDFAIRMIN","asset_longname":null,"asset_parent":null,"block_index":310500,"burn_payment":false,"description":"","divisible":true,"end_block":0,"hard_cap":0,"lock_description":false,"lock_quantity":false,"max_mint_per_tx":0,"minted_asset_commission_int":0,"pre_minted":false,"premint_quantity":0,"price":10,"quantity_by_price":1,"soft_cap":0,"soft_cap_deadline_block":0,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","start_block":0,"status":"open","tx_hash":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","tx_index":501}',0,'NEW_FAIRMINTER','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','fd1078dd2bb55d67ab5785b82bf9b0006eaf0260b29e045a8ba367c6542c25ce'); -INSERT INTO messages VALUES(1247,310500,'insert','assets','{"asset_id":"2119202695289589","asset_longname":null,"asset_name":"PAIDFAIRMIN","block_index":310500}',0,'ASSET_CREATION','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','bbddc3af3d44ce9579c74a203e230102a54ae9955d60c83fa267664e4aa09367'); -INSERT INTO messages VALUES(1248,310500,'insert','issuances','{"asset":"PAIDFAIRMIN","asset_events":"open_fairminter","asset_longname":null,"block_index":310500,"call_date":0,"call_price":0,"callable":false,"description":"","divisible":true,"fair_minting":true,"fee_paid":50000000.0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":0,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","tx_index":501}',0,'ASSET_ISSUANCE','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','d2a8ff62281012ebcce37620a77bae3914a0805ace9789c9e5737812a8fdb780'); -INSERT INTO messages VALUES(1249,310500,'insert','debits','{"action":"fairminter fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310500,"event":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","quantity":50000000,"tx_index":501,"utxo":null,"utxo_address":null}',0,'DEBIT','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','ea76dd4c5b9ca0f6869b2b990fb99097c689845adb22d155f78bd0b7fd5c199d'); -INSERT INTO messages VALUES(1250,310500,'parse','transactions','{"supported":true,"tx_hash":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","tx_index":501}',0,'TRANSACTION_PARSED','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','32226243c987c1d7cb7528f18bca0edba5cea510eaf0d03eaae8e22fa8a11743'); -INSERT INTO messages VALUES(1251,310500,'parse','blocks','{"block_index":310500,"ledger_hash":"6c240f1f3a985ff91e6a280c4448b8d739a06caa6fa383c4b9a7b90d27bdb17b","messages_hash":"dae6d72781d6d86a1634656c8791642d13a91c9a77b062d5c4a45f2e8952b869","transaction_count":1,"txlist_hash":"d21ed1a33a3ff157708a8e8c5a11062e0b33a7682896f695cd174ee93dce7767"}',0,'BLOCK_PARSED',NULL,'2681fa62a6245d3020c8971c8b20a2c94c65d6e98d874583424074101930d1f7'); -INSERT INTO messages VALUES(1252,310501,'insert','blocks','{"block_hash":"9d9019d15a1d878f2c39c7e3de4340a043a4a31aebb298acdf8e913284ae26ba","block_index":310501,"block_time":310501000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4c48798c522651a09c43bd8578d6b087bc7b5429ac73076a84fd68079280a3ec'); -INSERT INTO messages VALUES(1253,310501,'insert','transactions','{"block_hash":"9d9019d15a1d878f2c39c7e3de4340a043a4a31aebb298acdf8e913284ae26ba","block_index":310501,"block_time":310501000,"btc_amount":0,"data":"5b46524545464149524d494e7c30","destination":"","fee":5575,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","tx_index":502,"utxos_info":" fe9a0647adff98bcc8289f2d6178db687d99be439cb64a1c8ae89d325552fd38:1 2 "}',0,'NEW_TRANSACTION',NULL,'2237ee5c9bfee56b212108ba7b366a52fcada24862643022345d579803b2e99e'); -INSERT INTO messages VALUES(1254,310501,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"FREEFAIRMIN","block_index":310501,"calling_function":"fairmint","event":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","quantity":10,"tx_index":502,"utxo":null,"utxo_address":null}',0,'CREDIT','d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67','b251b900ea2846a342940d8f1023c34d2a2b5df55b6340b45a0f057c6e406e1e'); -INSERT INTO messages VALUES(1255,310501,'insert','fairmints','{"asset":"FREEFAIRMIN","block_index":310501,"commission":0,"earn_quantity":10,"fairminter_tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","paid_quantity":0,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","tx_index":502}',0,'NEW_FAIRMINT','d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67','e03f9e84ab984668298a0749b731b9688000b7cca09554e6a737d6733557a1e0'); -INSERT INTO messages VALUES(1256,310501,'insert','issuances','{"asset":"FREEFAIRMIN","asset_events":"fairmint","asset_longname":null,"block_index":310501,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fair_minting":true,"fee_paid":0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"msg_index":0,"quantity":10,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","tx_index":502}',0,'ASSET_ISSUANCE','d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67','ed2947572cc08e6a2369f4ce7657d59976bdcb244bc8c3f3de3f49a6ca8d89af'); -INSERT INTO messages VALUES(1257,310501,'parse','transactions','{"supported":true,"tx_hash":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","tx_index":502}',0,'TRANSACTION_PARSED','d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67','57db798f0f8c16cf8eea2b4e2556d6449574dfbc580920f187c296de26840276'); -INSERT INTO messages VALUES(1258,310501,'parse','blocks','{"block_index":310501,"ledger_hash":"21921f9e40915d2f4d33ce415de80e473082423b967fa344bf7f67475ebe83d3","messages_hash":"7a08a1c2de916a466c96888cf1725c03b9a259336a340cff15e9bb492f7f02b9","transaction_count":1,"txlist_hash":"b6774cf6b7892427229841125497ba41492fcaecae93559f8936feca2b57825e"}',0,'BLOCK_PARSED',NULL,'7629a404e82a9e6202b5104107cbdf15c8d16d8a0f5bc18549f9bd37db0a360c'); -INSERT INTO messages VALUES(1259,310502,'insert','blocks','{"block_hash":"b5a4cd1270bc437e909d9569079ad17437a65822ee9e4c378670732a1430ed67","block_index":310502,"block_time":310502000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e4f91dc8cb25583223ba438f9ce1e41006a2d5326ffe1e35bbf07e1d1071db47'); -INSERT INTO messages VALUES(1260,310502,'insert','transactions','{"block_hash":"b5a4cd1270bc437e909d9569079ad17437a65822ee9e4c378670732a1430ed67","block_index":310502,"block_time":310502000,"btc_amount":0,"data":"5a52414944464149524d494e7c7c31307c317c31307c33307c32307c307c307c307c307c307c307c307c307c317c","destination":"","fee":6375,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","tx_index":503,"utxos_info":" c5ae7746f5282db0e11d580db3006fc6ff2e1b895e1513dbb4586343e08df687:1 2 "}',0,'NEW_TRANSACTION',NULL,'46495f222ebf55b1f01403e2b265aed009904e10384eb912764297781b432b31'); -INSERT INTO messages VALUES(1261,310502,'insert','fairminters','{"asset":"RAIDFAIRMIN","asset_longname":null,"asset_parent":null,"block_index":310502,"burn_payment":false,"description":"","divisible":true,"end_block":0,"hard_cap":30,"lock_description":false,"lock_quantity":false,"max_mint_per_tx":10,"minted_asset_commission_int":0,"pre_minted":true,"premint_quantity":20,"price":10,"quantity_by_price":1,"soft_cap":0,"soft_cap_deadline_block":0,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","start_block":0,"status":"open","tx_hash":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","tx_index":503}',0,'NEW_FAIRMINTER','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','fcbc9a005fd94b8821b4649d8a7354ed5b5a43571c5ee81a16728be0b901e4bb'); -INSERT INTO messages VALUES(1262,310502,'insert','assets','{"asset_id":"2401536886596341","asset_longname":null,"asset_name":"RAIDFAIRMIN","block_index":310502}',0,'ASSET_CREATION','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','796e1bae2fcb45514a7c3ff31e0ce1414c3614082e00e5e0e0b0c052775494fe'); -INSERT INTO messages VALUES(1263,310502,'insert','issuances','{"asset":"RAIDFAIRMIN","asset_events":"open_fairminter","asset_longname":null,"block_index":310502,"call_date":0,"call_price":0,"callable":false,"description":"","divisible":true,"fair_minting":true,"fee_paid":50000000.0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":20,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","tx_index":503}',0,'ASSET_ISSUANCE','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','3e0bdcf75cadc69268386c84bab8861f5ff8c6bc5b4183ea5b254cb595d3c5f0'); -INSERT INTO messages VALUES(1264,310502,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"RAIDFAIRMIN","block_index":310502,"calling_function":"premint","event":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","quantity":20,"tx_index":503,"utxo":null,"utxo_address":null}',0,'CREDIT','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','279a34e15e1d6ec427970b0bb06fd3f9c3b60ef499511d7e035f2e59e1eccf6b'); -INSERT INTO messages VALUES(1265,310502,'insert','debits','{"action":"fairminter fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310502,"event":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","quantity":50000000,"tx_index":503,"utxo":null,"utxo_address":null}',0,'DEBIT','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','93cb89a41bf6d1204f5d2241f2b82ad33ff3b1fa2c34031a86a57b4b51b81428'); -INSERT INTO messages VALUES(1266,310502,'parse','transactions','{"supported":true,"tx_hash":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","tx_index":503}',0,'TRANSACTION_PARSED','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','24cb7a76b88b8b3f0da34e345bbc5bc2763994dda6ce87db2cf436fbb957f432'); -INSERT INTO messages VALUES(1267,310502,'parse','blocks','{"block_index":310502,"ledger_hash":"31102b5b0c5d3d1caf84d37077c482722c779124cbdf31dc84c1aed8648f294a","messages_hash":"f60433557c6c4cb315bb4c9208b2c2882ab8f5aba43c00e5e64bc8e8f0e7563e","transaction_count":1,"txlist_hash":"630e68e2965d5ff6d0c0573ae4386b7c5f1d6739aa59f4ca8e78c18c97dda4ea"}',0,'BLOCK_PARSED',NULL,'8e8a77f6f03c43d612f052b33215b6e2a8de66891a7fbc236bcafe12b98e0e7a'); -INSERT INTO messages VALUES(1268,310503,'insert','blocks','{"block_hash":"219e9a113a7c66443183171e389bfd5eaf957f5b8ab825358d72fa8e0cc8c16c","block_index":310503,"block_time":310503000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c6a7b3cb117af509273090e1378d5b8eb8aed591a8c3e7cca71eeac3111ac6e8'); -INSERT INTO messages VALUES(1269,310503,'insert','transactions','{"block_hash":"219e9a113a7c66443183171e389bfd5eaf957f5b8ab825358d72fa8e0cc8c16c","block_index":310503,"block_time":310503000,"btc_amount":0,"data":"5a51414944464149524d494e7c7c31307c317c307c35307c32307c307c307c32307c3430303030307c35303030303030307c307c307c307c317c","destination":"","fee":6675,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","tx_index":504,"utxos_info":" 3e7d029e0751dbdd5853f91b6e28f8df6b1b940ace7b8723d459905df4e0ef9c:1 2 "}',0,'NEW_TRANSACTION',NULL,'d172d29c39988cf548b16d8a152f617cf06c81e77cf53fff49aed4052e679d9b'); -INSERT INTO messages VALUES(1270,310503,'insert','fairminters','{"asset":"QAIDFAIRMIN","asset_longname":null,"asset_parent":null,"block_index":310503,"burn_payment":false,"description":"","divisible":true,"end_block":0,"hard_cap":50,"lock_description":false,"lock_quantity":false,"max_mint_per_tx":0,"minted_asset_commission_int":50000000,"pre_minted":false,"premint_quantity":20,"price":10,"quantity_by_price":1,"soft_cap":20,"soft_cap_deadline_block":400000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","start_block":0,"status":"open","tx_hash":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","tx_index":504}',0,'NEW_FAIRMINTER','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','5591f67eec7e0a053c53095a4b9b5ae8d938bab7e0dbb704eab50f09179fd939'); -INSERT INTO messages VALUES(1271,310503,'insert','assets','{"asset_id":"2260369790942965","asset_longname":null,"asset_name":"QAIDFAIRMIN","block_index":310503}',0,'ASSET_CREATION','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','01d30083bf8efce10034e91bd45a866ce94b9368d1d72b3053777c0ccff820b9'); -INSERT INTO messages VALUES(1272,310503,'insert','issuances','{"asset":"QAIDFAIRMIN","asset_events":"open_fairminter","asset_longname":null,"block_index":310503,"call_date":0,"call_price":0,"callable":false,"description":"","divisible":true,"fair_minting":true,"fee_paid":50000000.0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":20,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","tx_index":504}',0,'ASSET_ISSUANCE','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','5e29afc0edd23f1d95a9fa090cbf9cb531879037483e8905b5bdd100f4fc0a5e'); -INSERT INTO messages VALUES(1273,310503,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"QAIDFAIRMIN","block_index":310503,"calling_function":"escrowed premint","event":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","quantity":20,"tx_index":504,"utxo":null,"utxo_address":null}',0,'CREDIT','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','1b09e45ec5af7eef9bde988ba51b5dbc1d30c6f48ae4a60bf9d5c8049a86c7b5'); -INSERT INTO messages VALUES(1274,310503,'insert','debits','{"action":"fairminter fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310503,"event":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","quantity":50000000,"tx_index":504,"utxo":null,"utxo_address":null}',0,'DEBIT','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','1cf57261a53a10733d7245f1d2310228b214f0465f910f2891aec3f41764ff95'); -INSERT INTO messages VALUES(1275,310503,'parse','transactions','{"supported":true,"tx_hash":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","tx_index":504}',0,'TRANSACTION_PARSED','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','2ca90999830fba9e5cb03df065944f39871e251631a3c3e4bda62d2f3b1b64da'); -INSERT INTO messages VALUES(1276,310503,'parse','blocks','{"block_index":310503,"ledger_hash":"e794e603a52f3e8966d35771dc3698466a31e493cd1d513b434f44a8d2b437db","messages_hash":"d39fac9a304f13c6607c12ce10e2bf776c73264646d71555db1f5dec3421a75d","transaction_count":1,"txlist_hash":"a246803a64e949d7501376b8333ec169ab0c76441b6743343e2028ef495e41e2"}',0,'BLOCK_PARSED',NULL,'7f0213d417907dcdf06adc5b56c759769eac1ef110fe36b0694295420d3284ef'); -INSERT INTO messages VALUES(1277,310504,'insert','blocks','{"block_hash":"0b123f4e535bb92fed07632e107813b9a399cb6f6d9ef629d303e9df3d71ad25","block_index":310504,"block_time":310504000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'75bd162e3b77947fc7161a3b71fd77a8bd318b9ae285acb6daed0c1b9d234bbc'); -INSERT INTO messages VALUES(1278,310504,'insert','transactions','{"block_hash":"0b123f4e535bb92fed07632e107813b9a399cb6f6d9ef629d303e9df3d71ad25","block_index":310504,"block_time":310504000,"btc_amount":0,"data":"5a413136303336313238353739323733333732397c7c31307c317c307c35307c32307c307c307c32307c3331303532307c33303030303030307c307c317c317c317c736f6674636170206465736372697074696f6e","destination":"","fee":8825,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","tx_index":505,"utxos_info":" a827b0538f335c6416477786ef827c5bf52bb1bfa20053209d5b788d18b8e16c:0 3 "}',0,'NEW_TRANSACTION',NULL,'58de77db96d9ba6030982e934a38bdc4fb5ac58a8497b29de3f92ab0d0b4c48b'); -INSERT INTO messages VALUES(1279,310504,'insert','fairminters','{"asset":"A160361285792733729","asset_longname":null,"asset_parent":null,"block_index":310504,"burn_payment":false,"description":"softcap description","divisible":true,"end_block":0,"hard_cap":50,"lock_description":true,"lock_quantity":true,"max_mint_per_tx":0,"minted_asset_commission_int":30000000,"pre_minted":false,"premint_quantity":20,"price":10,"quantity_by_price":1,"soft_cap":20,"soft_cap_deadline_block":310520,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","start_block":0,"status":"open","tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","tx_index":505}',0,'NEW_FAIRMINTER','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','015f11e93285fd83d9caad9e7b95a4f95a3c81b2a7d5f24a73ad47c2baa61573'); -INSERT INTO messages VALUES(1280,310504,'insert','assets','{"asset_id":"160361285792733729","asset_longname":null,"asset_name":"A160361285792733729","block_index":310504}',0,'ASSET_CREATION','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','f09fbdc3946ecc405566de9adde7e899b3e1254f5200d6e1e53852f3b34f4b30'); -INSERT INTO messages VALUES(1281,310504,'insert','issuances','{"asset":"A160361285792733729","asset_events":"open_fairminter","asset_longname":null,"block_index":310504,"call_date":0,"call_price":0,"callable":false,"description":"softcap description","divisible":true,"fair_minting":true,"fee_paid":0,"issuer":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","locked":false,"quantity":20,"reset":false,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","transfer":false,"tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","tx_index":505}',0,'ASSET_ISSUANCE','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','d8ac155726f327e37ddf62bb4798692f7a9e40c17d9a315cb46173f811178bc5'); -INSERT INTO messages VALUES(1282,310504,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"A160361285792733729","block_index":310504,"calling_function":"escrowed premint","event":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","quantity":20,"tx_index":505,"utxo":null,"utxo_address":null}',0,'CREDIT','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','310cad50c8c71fe4b01e307057e9992fba7450c8e6c96df82a74e94e23e5bd73'); -INSERT INTO messages VALUES(1283,310504,'parse','transactions','{"supported":true,"tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","tx_index":505}',0,'TRANSACTION_PARSED','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','42503fd73c58eee6c1f06e3b9cc713e50d097336c80743bb7556f3863cedd67c'); -INSERT INTO messages VALUES(1284,310504,'parse','blocks','{"block_index":310504,"ledger_hash":"3bef7ac206538a4723ed1049a793c079b942675f3100feabb221595f54f284d1","messages_hash":"d55a5a89431d692feadc0ca06101a8382aef150e50c9a4a7727622eb70682897","transaction_count":1,"txlist_hash":"4dc497bb6f509c52def91393cb8192f576794d95c846ac37a921f50b864589b9"}',0,'BLOCK_PARSED',NULL,'4c0ee25c7bee0fec688ac879131947a7959d2d2f0c3a09b1af592a09ac6f173c'); -INSERT INTO messages VALUES(1285,310505,'insert','blocks','{"block_hash":"dabd8046821297bd7071117defef365b4384c3ad338a8fa206bae85593958a6a","block_index":310505,"block_time":310505000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a9e385040afabb9cc2981c408d3a53169806d33fc975da224bb6e220786e0607'); -INSERT INTO messages VALUES(1286,310505,'insert','transactions','{"block_hash":"dabd8046821297bd7071117defef365b4384c3ad338a8fa206bae85593958a6a","block_index":310505,"block_time":310505000,"btc_amount":0,"data":"5b413136303336313238353739323733333732397c3130","destination":"","fee":5800,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","tx_index":506,"utxos_info":" f1a22cd5df828fe94c328ca0c39fd1120b98dcc333b2d1ac95465b4bc2a2ace1:1 2 "}',0,'NEW_TRANSACTION',NULL,'64d3252c5b93e467bd38cf72b235574752a0725a166ee21d56e5570a85b7ce51'); -INSERT INTO messages VALUES(1287,310505,'insert','debits','{"action":"escrowed fairmint","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310505,"event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":100,"tx_index":506,"utxo":null,"utxo_address":null}',0,'DEBIT','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','3fa7b9443e0c5f3f9f3e8dd56a042cf45839320772bd66b347e9db8fcab549e1'); -INSERT INTO messages VALUES(1288,310505,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"XCP","block_index":310505,"calling_function":"escrowed fairmint","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":100,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','a1c7e8294aeeedf0c673a7de559d43e140c8da286d1c0beee601dec55a849bfc'); -INSERT INTO messages VALUES(1289,310505,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"A160361285792733729","block_index":310505,"calling_function":"escrowed fairmint","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":10,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','285c0c6c2d036c713671f6ede4b3abf73f349de33c708dc300cc09b7161eed30'); -INSERT INTO messages VALUES(1290,310505,'insert','fairmints','{"asset":"A160361285792733729","block_index":310505,"commission":3,"earn_quantity":7,"fairminter_tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","paid_quantity":100,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","tx_hash":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","tx_index":506}',0,'NEW_FAIRMINT','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','35bb81d4643c03566b44fe5dddd6632dbad2636f6d9ab79e451b18527bb4fca3'); -INSERT INTO messages VALUES(1291,310505,'insert','issuances','{"asset":"A160361285792733729","asset_events":"fairmint","asset_longname":null,"block_index":310505,"call_date":0,"call_price":0.0,"callable":false,"description":"softcap description","description_locked":false,"divisible":true,"fair_minting":true,"fee_paid":0,"issuer":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","locked":false,"msg_index":0,"quantity":10,"reset":false,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","transfer":false,"tx_hash":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","tx_index":506}',0,'ASSET_ISSUANCE','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','b0c99e1fd902acba7212a0f81dcadb89afe1f9618c9ad9c5993c582096bd6165'); -INSERT INTO messages VALUES(1292,310505,'parse','transactions','{"supported":true,"tx_hash":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","tx_index":506}',0,'TRANSACTION_PARSED','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','082aac05c48919ff17f23d8aab9335891475a5cc2d36e6a8ed5f402988f39a20'); -INSERT INTO messages VALUES(1293,310505,'parse','blocks','{"block_index":310505,"ledger_hash":"55fbc2aedec24b51392b85e9bb8d0637a117c5c71347234ab0754e63963a8662","messages_hash":"785d96aeeb5a5751f538188e187d0ba488b1ab3e92b1b31b77885afdc86792f8","transaction_count":1,"txlist_hash":"bbc020c792a5a6837aad69d9794344fe13497234bd5ec74d1fb0bf064b7ab50c"}',0,'BLOCK_PARSED',NULL,'9b3743186b29dcc0cf4ee25c3ef63a5d0cad920c7db9b953747cd340a28b5814'); -INSERT INTO messages VALUES(1294,310506,'insert','blocks','{"block_hash":"9a7512bd957b110f23c37a6673cd0fd7342f0cf96b44f990e66ac7d5cbb8448c","block_index":310506,"block_time":310506000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e643b5d3bacdc07caf1ca258696c9041a0f20c69a750a461d177dd465a3de7b8'); -INSERT INTO messages VALUES(1295,310506,'insert','transactions','{"block_hash":"9a7512bd957b110f23c37a6673cd0fd7342f0cf96b44f990e66ac7d5cbb8448c","block_index":310506,"block_time":310506000,"btc_amount":0,"data":"5b413136303336313238353739323733333732397c3230","destination":"","fee":5800,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","tx_index":507,"utxos_info":" 33b22f767d86a1375935576b0b0b76fee0c080ab5dd4e8d9aa27537df84abef2:1 2 "}',0,'NEW_TRANSACTION',NULL,'cc0ea76a66aa3712be4b03057409eecc2d6b49cf00522e3bf74225ef6487e92e'); -INSERT INTO messages VALUES(1296,310506,'insert','debits','{"action":"escrowed fairmint","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310506,"event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":200,"tx_index":507,"utxo":null,"utxo_address":null}',0,'DEBIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','7a7b9fa5efa65cdad8099fc124cf7a977e14c8bd3ae51e9fce301753bdada163'); -INSERT INTO messages VALUES(1297,310506,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"XCP","block_index":310506,"calling_function":"escrowed fairmint","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":200,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','78c62c5b5f1f877f842b89251380dc71f0822de6afe8ac3d150dbaa7fedf727a'); -INSERT INTO messages VALUES(1298,310506,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"A160361285792733729","block_index":310506,"calling_function":"escrowed fairmint","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":20,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','0430a5846265eb2f677a09ddfd815404b73a99dc511b2bafdd2981870d35a5d2'); -INSERT INTO messages VALUES(1299,310506,'insert','fairmints','{"asset":"A160361285792733729","block_index":310506,"commission":6,"earn_quantity":14,"fairminter_tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","paid_quantity":200,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","tx_hash":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","tx_index":507}',0,'NEW_FAIRMINT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','ca20528bf8dcbfe3e2b4310c3413cfdfc67885943315ad1ed25f096b668d1855'); -INSERT INTO messages VALUES(1300,310506,'insert','debits','{"action":"unescrowed fairmint","address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"A160361285792733729","block_index":310506,"event":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","quantity":50,"tx_index":0,"utxo":null,"utxo_address":null}',0,'DEBIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','29c3bbf2c22930881e5d00e60e2de8c2c21eb14f9d1794adeba3a72fcd7e7e2f'); -INSERT INTO messages VALUES(1301,310506,'insert','debits','{"action":"unescrowed fairmint payment","address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"XCP","block_index":310506,"event":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","quantity":300,"tx_index":0,"utxo":null,"utxo_address":null}',0,'DEBIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','00a9a5a8cb6851b9117c87323f583fedf2b60367fae8972684e85a6bfc155a89'); -INSERT INTO messages VALUES(1302,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310506,"calling_function":"fairmint payment","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":100,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','912c21e95a30ef3cbd6b2410353129b344b6c68890a0f80234d68a00b6968a1b'); -INSERT INTO messages VALUES(1303,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"unescrowed fairmint","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":7,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','1dbc19314ff6ff234a9d33f5faa5ce308156f93a959351b8ed8c7ac04c818133'); -INSERT INTO messages VALUES(1304,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"fairmint commission","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":3,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','0ff840d30943ab3184a1b373f37ff65a83833a4eecb3b9948d25a81ceb3d9548'); -INSERT INTO messages VALUES(1305,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310506,"calling_function":"fairmint payment","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":200,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','72c4ed1f14da6ef08f08c1abdff1e493009765174a546a95e9d51c1cf98b6a17'); -INSERT INTO messages VALUES(1306,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"unescrowed fairmint","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":14,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','badc67afaf415ef949e444e727632b317a9a9fd56685f12d570bdddc56fcef9c'); -INSERT INTO messages VALUES(1307,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"fairmint commission","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":6,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','2782dcc3725cc0c75d0a0138b0e84e073b7307d474ff6311f3e590f47cb1c7dc'); -INSERT INTO messages VALUES(1308,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"premint","event":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","quantity":20,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','cda3367dbdee983969b9c0d48c3c83a78209a63f4263c943a7871a98c028ced4'); -INSERT INTO messages VALUES(1309,310506,'update','fairminters','{"status":"closed","tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9"}',0,'FAIRMINTER_UPDATE','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','901d9bca7a5032ec5394388a1100e12ffac8c27625446c67b22b4b8a7339ff4b'); -INSERT INTO messages VALUES(1310,310506,'insert','issuances','{"asset":"A160361285792733729","asset_events":"fairmint","asset_longname":null,"block_index":310506,"call_date":0,"call_price":0.0,"callable":false,"description":"softcap description","description_locked":true,"divisible":true,"fair_minting":false,"fee_paid":0,"issuer":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","locked":true,"msg_index":0,"quantity":20,"reset":false,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","transfer":false,"tx_hash":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","tx_index":507}',0,'ASSET_ISSUANCE','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','2648729162f8ef4aa4bd8ac1649a2bc5afe60a5f5547475c419234c40cb3ffb3'); -INSERT INTO messages VALUES(1311,310506,'parse','transactions','{"supported":true,"tx_hash":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","tx_index":507}',0,'TRANSACTION_PARSED','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','bb5cf0102f8f2b1d8b84e79a8be82f8751448e3e9622b6a26dfcbfff574cf3fc'); -INSERT INTO messages VALUES(1312,310506,'parse','blocks','{"block_index":310506,"ledger_hash":"d2e34b3aa45be0dd5a211b9748bc71049f42e08be27ed9e08ac65e1f1b5db6b1","messages_hash":"6869409fccc1817ad6628cfd3e16c6d7900af6235f09ec4b741c18a62556a895","transaction_count":1,"txlist_hash":"a6cab6e8bebae804eb791b48d0a484f6526553e3cce266b54b40afb32a02c68e"}',0,'BLOCK_PARSED',NULL,'bae75e7a038ec282474d64c0418ce7b28a54788096d0ebadead87f95e77aa259'); -INSERT INTO messages VALUES(1313,310507,'insert','blocks','{"block_hash":"015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93","block_index":310507,"block_time":310507000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a94667f2b2f9b1537817e140cdccac8435447f2384696a11c043a9f4a1db285c'); -INSERT INTO messages VALUES(1314,310507,'insert','transactions','{"block_hash":"015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93","block_index":310507,"block_time":310507000,"btc_amount":5430,"data":"655843507c3130307c","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02","tx_index":508,"utxos_info":" e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0 3 "}',0,'NEW_TRANSACTION',NULL,'7b59604be5378b5e5173a81fb23cbfcd620c9040b641fe5c3411150910111e47'); -INSERT INTO messages VALUES(1315,310507,'insert','transaction_count','{"block_index":310507,"count":1,"transaction_id":101}',0,'INCREMENT_TRANSACTION_COUNT','c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02','c3bf6dfaaabb0414cc9521e7616a81e3ee36f06bbd7dfdcc843ff67d911cc7c1'); -INSERT INTO messages VALUES(1316,310507,'insert','debits','{"action":"attach to utxo","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310507,"event":"c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02","quantity":100,"tx_index":508,"utxo":null,"utxo_address":null}',0,'DEBIT','c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02','fb1e1018809af65e4b768cdf788e4537de2dbeaa7bdd8c46f349f4e552d5264e'); -INSERT INTO messages VALUES(1317,310507,'insert','credits','{"address":null,"asset":"XCP","block_index":310507,"calling_function":"attach to utxo","event":"c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02","quantity":100,"tx_index":508,"utxo":"e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0","utxo_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc"}',0,'CREDIT','c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02','4ac151371172e14afcc4cfccf3a4178e7958a0c20c087ea35dd0d509d9040f94'); -INSERT INTO messages VALUES(1318,310507,'insert','sends','{"asset":"XCP","block_index":310507,"destination":"e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0","fee_paid":0,"msg_index":0,"quantity":100,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02","tx_index":508}',0,'ATTACH_TO_UTXO','c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02','4bd1181465c6e7631749204bc2dff3f757e227ac48e69e91c7c0e7cf5356c6fb'); -INSERT INTO messages VALUES(1319,310507,'parse','transactions','{"supported":true,"tx_hash":"c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02","tx_index":508}',0,'TRANSACTION_PARSED','c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02','935cfbcb9bb024c9998cfbd4eaa12e9cdaa33a4f8940720d58bf8bdb895aaae1'); -INSERT INTO messages VALUES(1320,310507,'parse','blocks','{"block_index":310507,"ledger_hash":"2da66508b6fcc29c1dbcfaa1d547e2e7fcd32632cdf98f995d161075ab06c3a2","messages_hash":"10c201f17ce486aaccdc9525186c6582b766d4b677b1d9e29ebf47c94c700222","transaction_count":1,"txlist_hash":"cda25cfb83124a67f209107884fa55ff7b1a2d5de0847cfa3f5e0011643f8ae2"}',0,'BLOCK_PARSED',NULL,'08045c334ba66c9d28949fb7a59b94bff996c652239ac0f653ad6cb869ff4c97'); -INSERT INTO messages VALUES(1321,310508,'insert','blocks','{"block_hash":"40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf","block_index":310508,"block_time":310508000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fcc5c44760333c0db681b67bb7b55574aa6eb57e3f82f078ccdd5b8590d4d08e'); -INSERT INTO messages VALUES(1322,310508,'insert','transactions','{"block_hash":"40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf","block_index":310508,"block_time":310508000,"btc_amount":5430,"data":"65444956495349424c457c317c","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726","tx_index":509,"utxos_info":" 74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0 3 "}',0,'NEW_TRANSACTION',NULL,'3ff1c98a5ab31a66b409fe872fc3b76743841aa46e02650dd541c2cb756fddaf'); -INSERT INTO messages VALUES(1323,310508,'insert','transaction_count','{"block_index":310508,"count":1,"transaction_id":101}',0,'INCREMENT_TRANSACTION_COUNT','a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726','3a36bba7d2d552c4222f45c4fd16b6ef4bfff853e425bb51315d5cc6082a5487'); -INSERT INTO messages VALUES(1324,310508,'insert','debits','{"action":"attach to utxo","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310508,"event":"a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726","quantity":1,"tx_index":509,"utxo":null,"utxo_address":null}',0,'DEBIT','a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726','32c76b0e72163ced9a0a1aa44ccbfe9a7e8216460a8aff30124d8c572d6ffc3f'); -INSERT INTO messages VALUES(1325,310508,'insert','credits','{"address":null,"asset":"DIVISIBLE","block_index":310508,"calling_function":"attach to utxo","event":"a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726","quantity":1,"tx_index":509,"utxo":"74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0","utxo_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc"}',0,'CREDIT','a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726','7b657019854cd3c760cc8fedd078e02ee6e4183c4cfcdbaa28f8d367a2a0e4a5'); -INSERT INTO messages VALUES(1326,310508,'insert','sends','{"asset":"DIVISIBLE","block_index":310508,"destination":"74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0","fee_paid":0,"msg_index":0,"quantity":1,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726","tx_index":509}',0,'ATTACH_TO_UTXO','a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726','afe5566570623027c1d416b625ebb1b4aac324cfae417108245e0546b488511b'); -INSERT INTO messages VALUES(1327,310508,'parse','transactions','{"supported":true,"tx_hash":"a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726","tx_index":509}',0,'TRANSACTION_PARSED','a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726','01492b722b6550ef22e833b8114f4c9e9bff2bae2c257c6410c33bcb0ede2be3'); -INSERT INTO messages VALUES(1328,310508,'parse','blocks','{"block_index":310508,"ledger_hash":"783827f1e82edaf42d45619e7b18e20d544f5d8475f3815a61f1f7de9190aa75","messages_hash":"f17c7e3c2e5427286a5d053ab621109d01992e5796a7553d484235d287ec75c8","transaction_count":1,"txlist_hash":"8a2b9076d8d408be2eab4e83a13657acf6e7397479e4b0677c88308c2ca0a23d"}',0,'BLOCK_PARSED',NULL,'a034e632549a57a6e0b15cd551a09d2bc9358cc903549fb0a16ee2a7eda4c301'); -INSERT INTO messages VALUES(1329,310509,'insert','blocks','{"block_hash":"4f1c6484120b93634712add03ac12eda4d241ec5132c3108c49c92fb46e8faee","block_index":310509,"block_time":310509000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4796f750906dc5094d4c7a53a23dbe3cbf1dd1cbfee38a50266398c65be49f72'); -INSERT INTO messages VALUES(1330,310509,'insert','transactions','{"block_hash":"4f1c6484120b93634712add03ac12eda4d241ec5132c3108c49c92fb46e8faee","block_index":310509,"block_time":310509000,"btc_amount":0,"data":"0000001400000023ded9aaeb00000000000003e80000000000000000000015546573742064697370656e73657273206173736574","destination":"","fee":6800,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","supported":true,"tx_hash":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","tx_index":510,"utxos_info":" 5b13a8589b5a02abddc9156a2efc53713161a23bc1d149f909dcc079ea9c3af5:0 2 "}',0,'NEW_TRANSACTION',NULL,'1b694bc85c2ba11506de3dc49615a45419d9975868dee30dea62500897c24d07'); -INSERT INTO messages VALUES(1331,310509,'insert','debits','{"action":"issuance fee","address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"XCP","block_index":310509,"event":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","quantity":50000000,"tx_index":510,"utxo":null,"utxo_address":null}',0,'DEBIT','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','a5c7d21b75c85feebe1ab1cd4d1a262fa4af362faa41e67062ebb80c6617ddfe'); -INSERT INTO messages VALUES(1332,310509,'insert','assets','{"asset_id":"154062662379","asset_longname":null,"asset_name":"TESTDISP","block_index":310509}',0,'ASSET_CREATION','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','95b99baa6a1ee5a922cf70cd4851c61d4ec38cfbd08e819c75660141952a8883'); -INSERT INTO messages VALUES(1333,310509,'insert','issuances','{"asset":"TESTDISP","asset_events":"creation","asset_longname":null,"block_index":310509,"call_date":0,"call_price":0.0,"callable":false,"description":"Test dispensers asset","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","locked":false,"quantity":1000,"reset":false,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","status":"valid","transfer":false,"tx_hash":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","tx_index":510}',0,'ASSET_ISSUANCE','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','feca39adc839469aa422427812515bc0bfff3721621cbda47ec0e8cd44d1ac31'); -INSERT INTO messages VALUES(1334,310509,'insert','credits','{"address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"TESTDISP","block_index":310509,"calling_function":"issuance","event":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","quantity":1000,"tx_index":510,"utxo":null,"utxo_address":null}',0,'CREDIT','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','6c8ba4ee74b15e80aa163daf278a63b0a09be88add5338960f50253337b7ce68'); -INSERT INTO messages VALUES(1335,310509,'parse','transactions','{"supported":true,"tx_hash":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","tx_index":510}',0,'TRANSACTION_PARSED','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','8a65677266b461c48253a2ea7ed731e71870798fa8e1f4ffd47aded8124d9d01'); -INSERT INTO messages VALUES(1336,310509,'parse','blocks','{"block_index":310509,"ledger_hash":"6d4cd7106c8334cf9ba41c687ca3bf911cea24d66d750e7155ac016ce2315e90","messages_hash":"d3e0b7e9c1da46ba66f77758038c82ed302ffa3f6b8185109ea793bc4a1f2bd5","transaction_count":1,"txlist_hash":"ec1fa99ec4e6319ce76ad3152562abc450134b8fe7437621a18c0b34e4580cce"}',0,'BLOCK_PARSED',NULL,'e40500137e3955381f884e5047db5b457c19a420f6e20f8232280229260f9e76'); -INSERT INTO messages VALUES(1337,310510,'insert','blocks','{"block_hash":"b2d5e400178d7b2ea52884e3a090fe11874c83d63c342218161a6e666f084fb2","block_index":310510,"block_time":310510000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d44c31bb643e24be9dae99812f95de2edfec937dceee707b2bee8dbc63963518'); -INSERT INTO messages VALUES(1338,310510,'insert','transactions','{"block_hash":"b2d5e400178d7b2ea52884e3a090fe11874c83d63c342218161a6e666f084fb2","block_index":310510,"block_time":310510000,"btc_amount":0,"data":"0000000c00000023ded9aaeb00000000000000640000000000000064000000000000006400","destination":"","fee":6150,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","supported":true,"tx_hash":"af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e","tx_index":511,"utxos_info":" b44885994dea259ac03a7c7b46076e05cd217a9f465d8f7c7be9cc831ba47291:1 2 "}',0,'NEW_TRANSACTION',NULL,'73c16c803fbde936e51a2343258fe5d31e1c84b2af2bb7538068a085a2db8bcc'); -INSERT INTO messages VALUES(1339,310510,'insert','debits','{"action":"open dispenser","address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"TESTDISP","block_index":310510,"event":"af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e","quantity":100,"tx_index":511,"utxo":null,"utxo_address":null}',0,'DEBIT','af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e','3c8300b156e042dd2256027974d527906cd7d97a7505c40896a54272e140d366'); -INSERT INTO messages VALUES(1340,310510,'insert','dispensers','{"asset":"TESTDISP","block_index":310510,"dispense_count":0,"escrow_quantity":100,"give_quantity":100,"give_remaining":100,"oracle_address":null,"origin":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","satoshirate":100,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","status":0,"tx_hash":"af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e","tx_index":511}',0,'OPEN_DISPENSER','af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e','1c3381f933bf9c5b67456dbab8517f96bdabdbd98f4c7f15a22b0cb6ba1d8ef0'); -INSERT INTO messages VALUES(1341,310510,'parse','transactions','{"supported":true,"tx_hash":"af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e","tx_index":511}',0,'TRANSACTION_PARSED','af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e','7287cf56662384fb2763983269df8c07b1f61bb1e6558631901422c1a7e3162c'); -INSERT INTO messages VALUES(1342,310510,'parse','blocks','{"block_index":310510,"ledger_hash":"d8e13aeca99805e15eb437805f303dde5ab0cb44a0499d7d776f31ee476281bb","messages_hash":"103b3953acbbb02890f5fa452fce85027480df87028fec486ce7a1fcd92b6bb4","transaction_count":1,"txlist_hash":"ca286403db8ab3171b4049648c52b72df9c439ef3b75f54b7f40612edd05b300"}',0,'BLOCK_PARSED',NULL,'1fadc0f4c10a0a976a9ad366ceb2939b669ac6ed8ba5430bb228e2cb2767ab72'); -INSERT INTO messages VALUES(1343,310511,'insert','blocks','{"block_hash":"e4f2c553f71be9029a42ba9e1be584123528b3ab83bbaeaed06bdd780c67ca9c","block_index":310511,"block_time":310511000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4897c55b6da66d479cd22bcdcff38baf7a5a7e479c63df4b58dae49cb1d394be'); -INSERT INTO messages VALUES(1344,310511,'parse','blocks','{"block_index":310511,"ledger_hash":"284e7317e2f651316fc66a70bdf993a6eb03030cde24b2829c8dc1fb3083cb65","messages_hash":"b16e9c7d2b6df250f1a53bf536e872bc26baa5a3b4e0da12bde2da0763f5f486","transaction_count":0,"txlist_hash":"9257b3fddd563d279d6ceee72a11ffda6de34c29f16205e6fa50e27e63a519f8"}',0,'BLOCK_PARSED',NULL,'3a3893884e6486f7b9bcdf692c9800b2a396a8a22e1b5c46d250662e32261743'); -INSERT INTO messages VALUES(1345,310512,'insert','blocks','{"block_hash":"8837f8d9e91c25e657417fd96f59b61e76da0b0b84106053fca4d96a6e67b0d5","block_index":310512,"block_time":310512000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f8f4e505866d804a1d93d2ca4d2af11f8e7f26f63ed54b334841968bbe669264'); -INSERT INTO messages VALUES(1346,310512,'parse','blocks','{"block_index":310512,"ledger_hash":"6700fd71b01d55ffb9abff46f33404f8afdaa244c34d79d1a5597f0a2c925988","messages_hash":"29c6e7f09596b42df4bcdf73152c6d31a933bef9a82ee153eb60f299fe49eff9","transaction_count":0,"txlist_hash":"c80f3057e03faf75e1be097759a6d133d7c482d0c352a8ef05915a8d20ba72aa"}',0,'BLOCK_PARSED',NULL,'724250fbc9e157c6bfd21de25a5111d8d660bcfb9dddfddfc6d5b51169683c39'); -INSERT INTO messages VALUES(1347,310513,'insert','blocks','{"block_hash":"ba74e3ceba2dc7a61efa53670a372d35c261a059af91ebfc999e653c904dfd66","block_index":310513,"block_time":310513000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6f3b970d479d7a7b48385c62c7ddd4579d2538ccfcd0fe4853fedae4444ce314'); -INSERT INTO messages VALUES(1348,310513,'update','order_matches','{"id":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498_1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","order_match_id":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498_1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","status":"expired"}',0,'ORDER_MATCH_UPDATE',NULL,'36065592a693f84710164421a05496f55d123f9d390bbd24465d3be9f62866c2'); -INSERT INTO messages VALUES(1349,310513,'update','orders','{"fee_required_remaining":900000,"get_remaining":800000,"give_remaining":100000000,"status":"open","tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498"}',0,'ORDER_UPDATE',NULL,'dece63f3601788a8e5be752470a3158a9bc5ce0f395d232b54620bd8f4f4253b'); -INSERT INTO messages VALUES(1350,310513,'update','orders','{"fee_required_remaining":0,"get_remaining":100000000,"give_remaining":800000,"status":"open","tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81"}',0,'ORDER_UPDATE',NULL,'02055aaef7c6374f7b09d9da494bb3e43b2b8e9b735125e26af2ac4e78d09abb'); -INSERT INTO messages VALUES(1351,310513,'insert','order_match_expirations','{"block_index":310513,"order_match_id":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498_1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx1_address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns"}',0,'ORDER_MATCH_EXPIRATION',NULL,'19ed14cda6001d16b8bb9656281d7e4d33f918f175eefd2e21f62db2851fdb98'); -INSERT INTO messages VALUES(1352,310513,'parse','blocks','{"block_index":310513,"ledger_hash":"f3ca04116717e4ff65dd65a9ddc1fcba48c77f3576cc7c293a1fefa62d628fbf","messages_hash":"de961583db93279c813fdaf4b1c5f50e0f0525523fc8ff117c1fd0fe4aa84a39","transaction_count":0,"txlist_hash":"0c8ea72bb32c6c6a989f8d418be18e345e115e77426375a227b2f50487b57bc7"}',0,'BLOCK_PARSED',NULL,'6ea2bc063d5911f756baff577ebf9d652e38b0b98b60b71cfbf06551fb21af56'); -INSERT INTO messages VALUES(1353,310514,'insert','blocks','{"block_hash":"39989817fb26625baf150596d15c164f34a6c34ae7b6ab92539b92052f08a0f7","block_index":310514,"block_time":310514000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b98b85b6a4bbc81df71d5c967885271ee5f05f4f52df4fda52827ea5f40916c4'); -INSERT INTO messages VALUES(1354,310514,'parse','blocks','{"block_index":310514,"ledger_hash":"0a526a36041076d11076786adcb2768eeb214b4aaf61a2370f0f44f1e7fcc15a","messages_hash":"4af0919acfe44256f17f4520701cf5468264a18e456684fd42778709c5e5bb83","transaction_count":0,"txlist_hash":"c8093008c0d6d9aab461228f58b1d2f8a7d09373ad1aa89a4fb739cf7cf73b5d"}',0,'BLOCK_PARSED',NULL,'a1268f1326a0bd9e1b374eb3817502e8e61f940397e74b646f05cf3b3580e945'); -INSERT INTO messages VALUES(1355,310515,'insert','blocks','{"block_hash":"57e45ce8b85a3875a55e3477aaae26e56f6bce01c1e422f62acb27850effb4b8","block_index":310515,"block_time":310515000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e411486667fb2a37d2a90bd7bc5cc05695e8bc6b8266dfebf8671027584dc869'); -INSERT INTO messages VALUES(1356,310515,'parse','blocks','{"block_index":310515,"ledger_hash":"e0997c5e3f5e58120aa263056f9db2671b5ffaaee0eaab92785a3978fa90ba5e","messages_hash":"31cc5c39ea810c87863e220740cb2f36730a40bcab1b846b267747c59f6fab18","transaction_count":0,"txlist_hash":"afd1a4546e9aa5b32a6bacfe161e0e9ab283047623a5c34c1ae45739d1ac53fb"}',0,'BLOCK_PARSED',NULL,'3a3408cf9071a1c21619fab79a18beab3b397c18aeff03f6aba1a3b2a986434e'); -INSERT INTO messages VALUES(1357,310516,'insert','blocks','{"block_hash":"ce9bd7438cb256b1e6f8f5061f88804da65cd6d6a7395260d5e75980c30f18d7","block_index":310516,"block_time":310516000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d81e62bdb226f94f26b6c176c7c1e9045b8848f30cdf62ac34978ec2a11ede1e'); -INSERT INTO messages VALUES(1358,310516,'parse','blocks','{"block_index":310516,"ledger_hash":"3beeb284fed1fe729ba2b994a41e8d7a4da00afbce5cc95fd84b985faa54fd47","messages_hash":"773247730aa5cf4d561aff5432b6d08a9691afa30b9677ba3dd26111cb6bb093","transaction_count":0,"txlist_hash":"0be8a6436def38423258e0d38ae1bd2e4b69109e16b308a7a95170312789cb10"}',0,'BLOCK_PARSED',NULL,'1c4182848943819ee2922aea3b0f69d55e3b90a8aa492f7db01edcd76ad82bfe'); -INSERT INTO messages VALUES(1359,310517,'insert','blocks','{"block_hash":"defccc64a058371ab87b654375e507958ea807694cc8295abd066dc2e4ad1407","block_index":310517,"block_time":310517000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c448149d80e25a293d442d75be46cbeb35d2fb14627cd1695885d907c8b117de'); -INSERT INTO messages VALUES(1360,310517,'parse','blocks','{"block_index":310517,"ledger_hash":"185ec7bd7c0cf4d0a380f0926a1e1dfe0e2d4c9fa572bc4d3a05fc0b2698e584","messages_hash":"757718358914d4e0f927e0ca503fc587b419668b49e4b2c992b34e270b506607","transaction_count":0,"txlist_hash":"086875900131220008c87033e2bc928abd52723b006f403dabe8aa0ee17eb56b"}',0,'BLOCK_PARSED',NULL,'ec573a749fa2ee33af0c77ca8f7e5f609016a961691400026004168ca857ccd3'); -INSERT INTO messages VALUES(1361,310518,'insert','blocks','{"block_hash":"41ef60bfa96648c7db99a621c4acde6b6d1fd91bc21471a0d2f33e2e995e96f5","block_index":310518,"block_time":310518000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f3bce5b1c2313d7a3fd34f2c10c359c557f6d010fc064aa507e2bb6d2f8bbc04'); -INSERT INTO messages VALUES(1362,310518,'parse','blocks','{"block_index":310518,"ledger_hash":"094da03cdfcd515f0d40be96ea486e97133b0eaeed8e4fb459dc0dc9b3778508","messages_hash":"50b9200b8a6cb64c2940f4b1aa5c8ccacd4c759e38913dce6169cdf9126834e9","transaction_count":0,"txlist_hash":"d3f0aaa879f34ed4cff11d5067cb16e0e5bda96944ac3fac8404190fa8080067"}',0,'BLOCK_PARSED',NULL,'320ad006c766066393dcf82d4cc4da6b3d88e78f0e97702ea045a979caaaad95'); -INSERT INTO messages VALUES(1363,310519,'insert','blocks','{"block_hash":"9a9423964e187ac27e57d13611a8c6f9fa409ca79df72d3e7edc0d646099f61a","block_index":310519,"block_time":310519000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a7b304fd223577118d68fc61ca5a6c3ce17e77ce9feb016de742fd8203f76090'); -INSERT INTO messages VALUES(1364,310519,'parse','blocks','{"block_index":310519,"ledger_hash":"e1b1593e442ca354f28f9e22510475d6064e973705bc8a17873af3726650a26b","messages_hash":"58a2124eb130b8b21bfd249a1ca773e94351eb2ca256e2e492a03af77c27cc92","transaction_count":0,"txlist_hash":"eac52f8eef74ff4ef2133c4fbda1ddf219fc594a9cea88bfbbd0bce9fde9f3da"}',0,'BLOCK_PARSED',NULL,'dd0d57ef1a1e9a60ff7837ffb0570f204174db12da3c52793fec7e56dc397cf4'); -INSERT INTO messages VALUES(1365,310520,'insert','blocks','{"block_hash":"ac1c820b0a2de1206a2a7558545e20d13a5f507dcc49b31edb00a8579eb27680","block_index":310520,"block_time":310520000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a4c8b38ea61fdc6b32074b345a3fbfea12ef511394412547fa0280a563bdf8fe'); -INSERT INTO messages VALUES(1366,310520,'parse','blocks','{"block_index":310520,"ledger_hash":"5c975744cf660ca6b01b7bd60efdc3cb42242f7eecc76a450f2a2e4b41d89b06","messages_hash":"180c233c69a878568e5eeb6bb0ab9b951e9985333d73dc1fb019e3cdf74b35de","transaction_count":0,"txlist_hash":"5a0e02f49a1241455e0eea879f6a1a69af36f1a7a1336b7724852d01fe4c5592"}',0,'BLOCK_PARSED',NULL,'c32cce25a0dac7dcd0a132e7d3258ba78a02e3f074a7e50552e9b379ed830de2'); -INSERT INTO messages VALUES(1367,310521,'insert','blocks','{"block_hash":"df95500e3cf5ef81703fa42fe0f37a1250ae5da9407197a46745dec0459e6598","block_index":310521,"block_time":310521000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e6478d9fdbbda3d50dc3b1889b29e0433c546e8e51f8ffdf59619029aaa82b51'); -INSERT INTO messages VALUES(1368,310521,'parse','blocks','{"block_index":310521,"ledger_hash":"b5422d0d0f304eb2cc6c8c4c8c6770b627c6a8865778a802f4039aeafd808329","messages_hash":"bf662edb729cc4bb29dd1b77a26b57a151f037b15725ee06039f6ec0d60b90df","transaction_count":0,"txlist_hash":"e7a230aea5dcaf31261c3b1a8c4b2ec76d211e1c57b9e19f117417f9a103054e"}',0,'BLOCK_PARSED',NULL,'a776a929dbe38eb7cec8b86e14525a4a1f544f80aa306907b58c24e78b269f88'); -INSERT INTO messages VALUES(1369,310522,'insert','blocks','{"block_hash":"6a3cbbd6e28c6273e2c60047c17caec446cb40075ab83d043a2f80d54fe34b21","block_index":310522,"block_time":310522000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5d5352bcb7d9fc342b851adc20c0d432d383f6053242cedaecd319d7b359c223'); -INSERT INTO messages VALUES(1370,310522,'parse','blocks','{"block_index":310522,"ledger_hash":"964ccaaf5d261642ca22d826323c7229854e706b5854851521fc54ae29bafafc","messages_hash":"cecb1537598e022b781063408b9773cc2969b622314229a6e3278a13bfe83a13","transaction_count":0,"txlist_hash":"1ed9606b2918534842b07cc6c87660e9e242bc5afacdeee033e3115457f234c3"}',0,'BLOCK_PARSED',NULL,'bb5ce221f2f540f643d381daae0935d68f8339fc09fdc43c2f19a5da2caf6462'); -INSERT INTO messages VALUES(1371,310523,'insert','blocks','{"block_hash":"0b4de9fd1b5e12553b2450a06ed00086163cac3a5c871cac141fd3f04af5b453","block_index":310523,"block_time":310523000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8ff6e3834250e64b1f8306531be4cf8329479a901f44d250c48234f6d1fa2c0b'); -INSERT INTO messages VALUES(1372,310523,'parse','blocks','{"block_index":310523,"ledger_hash":"28d40f6211e8881b294e4b934f38c5273b5719b016735950babaeceb6d0e3b8f","messages_hash":"b2e0cded358dd32d2e93bf70e4e4ef7c5809aea6be30caae93b228c7ab768d21","transaction_count":0,"txlist_hash":"725cd10529cde9634052acc36d353b56cd5071a5e9132d83e1677c147504361a"}',0,'BLOCK_PARSED',NULL,'cfa123128d5e13fe75d76440b89aeaf889822aaed34c9c1aaa99e0d49437c2be'); -INSERT INTO messages VALUES(1373,310524,'insert','blocks','{"block_hash":"b7e16928a86db99f8fb5b6930912f75acb2ae7c6fd6de3c6a2e67c15cb190655","block_index":310524,"block_time":310524000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ff3a366f9ee1ddce40f45638908c35d02309e5b74ec25eb3ae7a249ddc9f9edd'); -INSERT INTO messages VALUES(1374,310524,'parse','blocks','{"block_index":310524,"ledger_hash":"5b6332f599e3dcd85cf2870da51446ceaf39471a995abcc9331790e435bf3b8a","messages_hash":"90c0e1e978c9f93d6015c908f66d56510c92fd174d31df9ff660f212b5f81bc0","transaction_count":0,"txlist_hash":"125a0a93e721b8122f146cde14663b70c11d4060455242b2f10cbddd9a2c8a06"}',0,'BLOCK_PARSED',NULL,'e65a8dbe45fde710ca3c5eb7ad5307d215c2c03aaacb6f99b70f3ca9e858cf2e'); -INSERT INTO messages VALUES(1375,310525,'insert','blocks','{"block_hash":"2c9a958715acbd51a756d6b92abb1d9cd8e72cfb90d5bfe7b42fb0a1058753b9","block_index":310525,"block_time":310525000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'09656a0d73b22e5c8701be4ede143a8c87ddcecc651017afe2e04ad777e51545'); -INSERT INTO messages VALUES(1376,310525,'parse','blocks','{"block_index":310525,"ledger_hash":"41a093d957164251e64603595e5eacbef44ebb1f836606c3034b01ab852bf3ec","messages_hash":"0a00436972d521fca485645fda423d579e0114d01939fee6ea3bb42dab18920f","transaction_count":0,"txlist_hash":"83a91866538cdac9672e8578c27628bfb8ff13e4617d03fd5d1a024b1ee2b7d8"}',0,'BLOCK_PARSED',NULL,'dd25064d4410a250f6aea94df19583bd286b41bb9647f86e4c9a426237f89edc'); -INSERT INTO messages VALUES(1377,310526,'insert','blocks','{"block_hash":"07b8e3ffa932912a00aa3e5bc44115c77fd3b4e89c6dd2f678907ef78776766d","block_index":310526,"block_time":310526000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8696949e139f285aba16941816681c4fa147de819057a384edb73fd2a14b3f17'); -INSERT INTO messages VALUES(1378,310526,'parse','blocks','{"block_index":310526,"ledger_hash":"93940adc92c042ca2678fb879fe731f82cb6ab2359a5876d4e38c8326a2b95a7","messages_hash":"84d6a9b0eb64fb50a5331fa55b37ffca4bd284afe648dcd4ca5d576ecce525a6","transaction_count":0,"txlist_hash":"0f2b4ed4d8a40f1524374d38fc9666d9ed9ffeca3464f45ea9de77843812c62c"}',0,'BLOCK_PARSED',NULL,'47e6e8d3da74f010886abc7450b776b33d3dc33b6ceca2532488ebd0f58ca1b4'); -INSERT INTO messages VALUES(1379,310527,'insert','blocks','{"block_hash":"5140a0c0619c3fc40cc7df171f6d93bbb53add8845828ca08acc7b573dd6d2db","block_index":310527,"block_time":310527000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ae221fd139b172940329b3ca295f87295c02189ef7fc5fba875892fb2f1c9375'); -INSERT INTO messages VALUES(1380,310527,'parse','blocks','{"block_index":310527,"ledger_hash":"85c39fccdc3c9229858110f0ee92869349fc8d2c7d07c2cd98778831aca8ac26","messages_hash":"6862a2baea1c0c0a4b9efd8d160819f818f2a5b3ae6dd1b53214695a728f5f73","transaction_count":0,"txlist_hash":"1ee7f7e284564b49610351fa13fab4fdd42a057530238db1d2212f22c548929a"}',0,'BLOCK_PARSED',NULL,'30665134622016b97b13f7bfa1f020063e50455b2370724ea67b035bafa1fb56'); -INSERT INTO messages VALUES(1381,310528,'insert','blocks','{"block_hash":"a70c0d36078e4165903d743e63a5184a69fc79fdd2c251040e2c9d61a83c1cc5","block_index":310528,"block_time":310528000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'120d9eb779ae37412dd8a7a13b5b71c7324aa206216f68a0981db71d1006ebb4'); -INSERT INTO messages VALUES(1382,310528,'parse','blocks','{"block_index":310528,"ledger_hash":"a07248b82f0a37126fc9e5978ec482c9b4e4e657652b7428870fc302abd50b59","messages_hash":"e1b3121a739f1811ea9ef79e7fef20a2ea43df0116f9ffecbfc4e05dfe8c6cb2","transaction_count":0,"txlist_hash":"93a6fd1bff0d1ab7ee1fb57f915a1c3c315f656fc3e72630a4ded588c629b575"}',0,'BLOCK_PARSED',NULL,'8d2b99b47446ea0c5bc05af5b7ee6e0508e7249efaf5b8591dc7cbdcdd7cf51a'); -INSERT INTO messages VALUES(1383,310529,'insert','blocks','{"block_hash":"7079a2c6f566af16cf9200bd4e210770e2da8a416883b98a8af4554585f4003b","block_index":310529,"block_time":310529000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eda32499c5119aa65e42bc24b69c9b5530a601ef03d1867f3374db99f93542f0'); -INSERT INTO messages VALUES(1384,310529,'parse','blocks','{"block_index":310529,"ledger_hash":"d5e23e5eee8e31887b0f92f84e309115e1bd4fdeb4630982b9fd0822bafb8d08","messages_hash":"bf035508bbb92be62e6cb46fd94ea2c6cee1eeac7a6c6c3a79e5685743099545","transaction_count":0,"txlist_hash":"077457a3c6606ff73bdae5d6236f0c8f4bb2fbae58665a0ae829bee518380853"}',0,'BLOCK_PARSED',NULL,'291c5ee0c06ab4555b1c47c2aa99e2d533f4f807e4808c8ebfb36ec7c3c40cb2'); -INSERT INTO messages VALUES(1385,310530,'insert','blocks','{"block_hash":"f700e3806dfb2bed8652f19d5900a78a73ebfa5ce0aaae9e7728b426c5667110","block_index":310530,"block_time":310530000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a5558817130832e22cddea7dfa62f6c89c0cc33407e0013869f2ee5624647729'); -INSERT INTO messages VALUES(1386,310530,'parse','blocks','{"block_index":310530,"ledger_hash":"45b1d42d6184fc6ff41a0c6744198e9ada178a97205dd457c18068d6916f44b0","messages_hash":"0fce4348634fa7ae8ae7ed1d645c72df43d67585106342a652a50c99b244c45c","transaction_count":0,"txlist_hash":"e27dc3f739d2f39e98e2483a21bcf491e59e7094632bdd97fd47fe0e518b4a86"}',0,'BLOCK_PARSED',NULL,'c04faf65e0bcad8ec2355fb64f693df1b016b493e6f50c80abb95725d1662c7d'); -INSERT INTO messages VALUES(1387,310531,'insert','blocks','{"block_hash":"764b50a1473add7087e9b9a6c07d0a598161f0d2d7c3cb77cd5bf18ab27bdc15","block_index":310531,"block_time":310531000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cee5d8738d8aaad4fc37a58c2cc8a2b0a5d2d63e06d753883cc84165311f9d17'); -INSERT INTO messages VALUES(1388,310531,'parse','blocks','{"block_index":310531,"ledger_hash":"9a581ce76795e586d5f691857551aa85593ff647a5a904daedade3406fb188bc","messages_hash":"762622b6d8f5571589cb114f16405efdae1e902923f87ff4679a4b58fe65dcf7","transaction_count":0,"txlist_hash":"441e94515d566be4c4905886024701d732935129d03b828a66ae7d913e7ae8a2"}',0,'BLOCK_PARSED',NULL,'6ba60a2c0b1a4049ba213efbebfc2bffae97dddc7952175abbb0b93fe45968ed'); -INSERT INTO messages VALUES(1389,310532,'insert','blocks','{"block_hash":"4b1dea9bbf41e5834ad893bb4dce0a696313676da42ebef1f6dc9a5d4e9ff836","block_index":310532,"block_time":310532000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4dfcaa0d5364392c12a0fb0775ff6932101f887accf992896a87923755226bc3'); -INSERT INTO messages VALUES(1390,310532,'parse','blocks','{"block_index":310532,"ledger_hash":"eabac8937919ff8e56b84ee156fe44bd2d3709b2b6b32d7b06a324d26743d88d","messages_hash":"0494ddbc465286a7414cfbd5876fa3fca8f2c3d8ee56ecb4cedc2e7d62356ae4","transaction_count":0,"txlist_hash":"72a8b2ad31db53b39e64edd9ea1aa10f36be4385fe7eb360ade039e1be8b9806"}',0,'BLOCK_PARSED',NULL,'515a406f7076f623a27282fa78cc8eb8857e2fb1274ddf4e16bbfc48a5a2a298'); -INSERT INTO messages VALUES(1391,310533,'insert','blocks','{"block_hash":"4fef302404a214c70289d57b900a262ca0e327c810636e03a3e799031cb16912","block_index":310533,"block_time":310533000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'48ecdb76e5cd10988b3559390fc8ae290757580c74d5335acc0a274891842ba8'); -INSERT INTO messages VALUES(1392,310533,'parse','blocks','{"block_index":310533,"ledger_hash":"d0c7697fde7509deca83f1811b2ed8e7d08b1a4b44eff65d17631ef81b1e8f5f","messages_hash":"f58f2d2898587bb277e06df68a406842c59bb7b05dd8b75129bb0946094a3c6f","transaction_count":0,"txlist_hash":"ca9720beebdaa6b2c28bb3764a042060f91f68f0406452229bd9ef1958fbdb45"}',0,'BLOCK_PARSED',NULL,'13520498df0c473aa8f550b43a9b07dde8c9511a341857b818bd5c0475923f8b'); -INSERT INTO messages VALUES(1393,310534,'insert','blocks','{"block_hash":"2812082f86099ba2996b57e874d4aa6e8bcf75765cdb584ab352efd6e28d93ad","block_index":310534,"block_time":310534000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'21bf98150a9613e337c55695c578ae3b1a05279355718878f0d8fc1abef3637b'); -INSERT INTO messages VALUES(1394,310534,'parse','blocks','{"block_index":310534,"ledger_hash":"bd0ef7113457907b081d21fee7c3c937e93d1381e33341e87beec52618a92d9d","messages_hash":"46417c351da96c8b6e6df18d0ed0bb2f0180efa9bdddbfab8110d968391d8c8f","transaction_count":0,"txlist_hash":"f353b436e3acd80d08bb2ddcad441e5db505942f27dc4933d9e432fe5bfaecf7"}',0,'BLOCK_PARSED',NULL,'619ea1e1a3e8d9a4e158300c33b0a321617932b4f45acd21c93efbb8230c06ba'); -INSERT INTO messages VALUES(1395,310535,'insert','blocks','{"block_hash":"0e5efcc3a61487b050dab3f61052bd702a23c382e47fcd9857be6013f81080ce","block_index":310535,"block_time":310535000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'18f7ff0cdb85ece94df484405efbc2aef5bd648585fb8ef7c698488c887844f4'); -INSERT INTO messages VALUES(1396,310535,'parse','blocks','{"block_index":310535,"ledger_hash":"ecbe27e682c5f7d728a5f8658175c85c78d1a8c5ca859feec9b49e078b82117d","messages_hash":"1e4d4ba17afffb68cfdb8c298852464a548271d026d4ca495a821b4e886a6773","transaction_count":0,"txlist_hash":"22427ac6145e8c5ba270f2a04c1968a7c02a6e3a616efc2e030adad4a985b119"}',0,'BLOCK_PARSED',NULL,'e513b63a84e32d2cff7b7131c703d336c8f4f64ad43ad3b4587dce71aa688fe1'); -INSERT INTO messages VALUES(1397,310536,'insert','blocks','{"block_hash":"dac89c720ba3a2e716a20f7d3207abf7f8229bf3d884962a2502d5e4e4656018","block_index":310536,"block_time":310536000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ea74bd24f754e49aa625425e9cfba86a9e452ca34246f1baf56779c4ba2bf4a4'); -INSERT INTO messages VALUES(1398,310536,'parse','blocks','{"block_index":310536,"ledger_hash":"4a257c3e8a9210069816ebe982e40d7c4e08a791a81dc6acbde99a04201db04e","messages_hash":"47f3b86f748ec37c3cce563079fa2efbaa2c0b8a37f87a8461e54e4bf835ac0e","transaction_count":0,"txlist_hash":"2078c1501c6ab6aa606add557e2e18b54a4e9cf0bd8d6ae8429808b546deb9e6"}',0,'BLOCK_PARSED',NULL,'234853927af996d72a2b7fc568c328ed2309d3417f76aeda4f6913b26e0b8481'); -INSERT INTO messages VALUES(1399,310537,'insert','blocks','{"block_hash":"944c68f1de531cd4cc872d355f43e6f82e61596a51e46146ce04d8fbaae39c9d","block_index":310537,"block_time":310537000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6b06a4306de7cd5f32262bbaeeadab6bb461f88334045c49d26c5ab5c60201a4'); -INSERT INTO messages VALUES(1400,310537,'parse','blocks','{"block_index":310537,"ledger_hash":"790fafd9544969763c9f6e3c0c83944d2953be8a981a260c63e223a83464d04f","messages_hash":"f3193b22a7525eaf645371afa8795b1220f5c3bf8b71b6f6132496b395b3dfb9","transaction_count":0,"txlist_hash":"0ca22af59eef116fd71e8228b50218bf493e6750ed97328ec3bd6d4065dfe559"}',0,'BLOCK_PARSED',NULL,'ccf397f587ea32e74e155aae2e2899cdbf2a8575977bd0c104f61cc8cfc208ef'); -INSERT INTO messages VALUES(1401,310538,'insert','blocks','{"block_hash":"75f6eae30970e4c0fbed85a315a2c2d8f26bd286116c6fb5a6ae74fb1615e1bd","block_index":310538,"block_time":310538000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9abd5b7a53cc5f437b27fba5d671434372f731616e3361fb65682bc136c3dafc'); -INSERT INTO messages VALUES(1402,310538,'parse','blocks','{"block_index":310538,"ledger_hash":"f55360b861c665536eae661cef294934020cb8a06ac4808a7181794901355803","messages_hash":"f018de7c57d7465d0973682c5b72f00a8eb2a70bfebf8e4b82e34d76ff6bd208","transaction_count":0,"txlist_hash":"4d54137258383ba61b25f7c68b9b1a3ff7d58ad918faf5462c5c8f6babfdf04b"}',0,'BLOCK_PARSED',NULL,'49cf6c3c0c9a81e33b3723fedd3f38932e9ca24805afc8d5fc306fb1481e360f'); -INSERT INTO messages VALUES(1403,310539,'insert','blocks','{"block_hash":"338ec0a15b7867f84ee88042c4c5a5deeb83d7323e2a05a8cae0299cd92373c3","block_index":310539,"block_time":310539000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8c1f5abc501857cb2a248c93355e79690df73c35adbda6e18b936944f9218a07'); -INSERT INTO messages VALUES(1404,310539,'parse','blocks','{"block_index":310539,"ledger_hash":"b2539364321f94dd2b9d1aca0dacd1148d8e0213b966d8feca03222d3bce16fd","messages_hash":"7ffaf7a17fda87fbb7f93deebae718a623b1eb4a2d451128e1a2f849e12455b0","transaction_count":0,"txlist_hash":"332ad7bcfdfec831e1f8b9795cc5e0ca8e6675e8eb55aaad99123659cfa98bf7"}',0,'BLOCK_PARSED',NULL,'b63bd084cb72ad74bbab7a5808a2dfd0578a7c6165b39d4303442edfd8f1f0b6'); -INSERT INTO messages VALUES(1405,310540,'insert','blocks','{"block_hash":"0e65a2d641c89fe837bc520473abf0666ff7aa498f523cde795efcfc7ae1385d","block_index":310540,"block_time":310540000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7e7c91bee1c636929e82cd80135270871d570d84addf178c2cca2861b67601b6'); -INSERT INTO messages VALUES(1406,310540,'parse','blocks','{"block_index":310540,"ledger_hash":"9922f3174986b70fcc9823a55ad4b84ad31a1c6aa4149e273c8e6c4eec6e5683","messages_hash":"1e5f7d7e16d8dddd9eb426202186334bfd0bf67e7a85878780acf3686a1b47ba","transaction_count":0,"txlist_hash":"5c9eeb43fabd9bda4c4edf8703cc13ae51ec625c1f99e8396e36e30f0ebaeb91"}',0,'BLOCK_PARSED',NULL,'223cf083692e741870a706401cd04c6d6f8c6a797b3ae66078ac253e49733651'); -INSERT INTO messages VALUES(1407,310541,'insert','blocks','{"block_hash":"ed808e14b19ac28990a50fb2089f279fcc52bf3fee29618f1d9aeac3ab50d453","block_index":310541,"block_time":310541000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a7ef4de8cd5d3cd90950b5332cd6e70975da8bd6d453da8840b4f7ce54803c7c'); -INSERT INTO messages VALUES(1408,310541,'parse','blocks','{"block_index":310541,"ledger_hash":"45e6a6a29ac4d1a7ec55a6d857be0f15a7913a8a7abe49a33c4001ccd43f58c5","messages_hash":"0b9ab4146a1efb056bf3721d1bbb6f67c486dc25ff6e6e9501fc9adba6de0274","transaction_count":0,"txlist_hash":"8dfb73eadd56b7480232b479d84aa43a381f2bdf53c1dbe2ec6319623267271c"}',0,'BLOCK_PARSED',NULL,'6f3d7e9b3f798069bda24657dc1e06a8be76dda96f7210e8edea59bb81e594e2'); -INSERT INTO messages VALUES(1409,310542,'insert','blocks','{"block_hash":"7a8e3a931043410b3423e08399ec9f728d3aacfcb012a14b2c5f1599bdb5dad2","block_index":310542,"block_time":310542000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2f4c551e6210f3196a6cb874b046e0c68bec4ed248f6a939046891cbbe876195'); -INSERT INTO messages VALUES(1410,310542,'parse','blocks','{"block_index":310542,"ledger_hash":"3d699a1ec41c18dfdc59e74e793107a25d4237443d7e401919aac171dd5d0fad","messages_hash":"834164ac08a8a0e90e9d0278715bfe55662e86a26d6775a72a05ca78b0469732","transaction_count":0,"txlist_hash":"40d686c4d90aab58f2326e996374cd9ced6f36c99cb74ae8397f4682716ad4a9"}',0,'BLOCK_PARSED',NULL,'47f73c0a6c2c638ec699edb067c792e9b5640290f642945405f2ac06f362c80a'); -INSERT INTO messages VALUES(1411,310543,'insert','blocks','{"block_hash":"cfb828d0c86b38af257b41f77c544862c450383bb97640190c97add62b53d4d2","block_index":310543,"block_time":310543000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'60a21721c206cb83d5cc957f56986a24bc8e8334ba299b203b94daa84b2983a0'); -INSERT INTO messages VALUES(1412,310543,'parse','blocks','{"block_index":310543,"ledger_hash":"eb2b3a6022accd97e8e50fefa6653996002c19959f9057f5f8ed4f3182130f73","messages_hash":"c99e75df7e3159209953bbbf249a4a61fe3b8bacc445bcf1eb3327daf167dc33","transaction_count":0,"txlist_hash":"f5cf96df9e885d0af00477f26c98376e67e3b52e1324e489d7668cdb472a89b3"}',0,'BLOCK_PARSED',NULL,'601dd9eb41e8f6b989149cd6e5d8125dea4efe7a453dc7a76d510e199382b7e4'); -INSERT INTO messages VALUES(1413,310544,'insert','blocks','{"block_hash":"c9a9e0fe67c824638dc17e9fab5f1b409915fcacdf2dc4f9709b87c9796cc4a6","block_index":310544,"block_time":310544000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'48969925f276458285902f7aa2cdf999d6502de43803007867a089db7b81c929'); -INSERT INTO messages VALUES(1414,310544,'parse','blocks','{"block_index":310544,"ledger_hash":"f6f5e8c13f86e75d8f6816b79313a1f36a6f8b2cf31695ecd540f71e4d9d5aef","messages_hash":"6c48f8e5e2a6c1fb4c82b94727ca2e8d05e94daf3b38eedcd6233c754c313314","transaction_count":0,"txlist_hash":"5288c8378be3bd829dc8cff27892bb0fef5c5751760ae85116bcd5ed2363f577"}',0,'BLOCK_PARSED',NULL,'b1da242782348a198983d6a3529846ece9b53e4536cec69d005ba621d856749f'); -INSERT INTO messages VALUES(1415,310545,'insert','blocks','{"block_hash":"aa23fca8fa612e16b5bb4e47e308a3845cd0aac2357e7d93a44dc70ff8c91c8a","block_index":310545,"block_time":310545000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'393ca6af1e063275b48a62900d70c5208c5343bab091c77f28098ed125dbf0e3'); -INSERT INTO messages VALUES(1416,310545,'parse','blocks','{"block_index":310545,"ledger_hash":"1f20e98bea45b652cdcdce91a8e647eb8d683d4f974d052e0fe1eae55ecf43ec","messages_hash":"df9e9e9c2a1c0a502a735a57e078d0641b03d1a7035f3f77a18741bdfaeee087","transaction_count":0,"txlist_hash":"e6511d3f3b558a64ba83d3b670b87c43c15f4d2f4c7937c7046fb3bae082af15"}',0,'BLOCK_PARSED',NULL,'302646f8f1b4f123bccedd74f6eb0d32a1c7bca592be4419378ba9fa3e54a2fd'); -INSERT INTO messages VALUES(1417,310546,'insert','blocks','{"block_hash":"20f37a8d164e14b7f88e06023b81060afee8c1b2b556ac2789b1f6874019791d","block_index":310546,"block_time":310546000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f87d91da348fb59a44d333510f77f4dd0a08128585cf54825bdfde117b4d610c'); -INSERT INTO messages VALUES(1418,310546,'parse','blocks','{"block_index":310546,"ledger_hash":"cd5d82fd6290fa9ede4d05f6e6fa3d73acaca08f8cf75247a9a04635b3f3387a","messages_hash":"b6dcfb6dfb8b5877e1ff00dbead9d8d992c41c12582ce7c80d348bab583a5a8a","transaction_count":0,"txlist_hash":"94ed158a6bcaf8d2721fcf02f88c9a4b41f9e0e1707ca8e6cfc07fd153795db3"}',0,'BLOCK_PARSED',NULL,'88cfb0a697107cf92b1660aae8a4b5abb7b16c94f7cf1799e40957863d5233eb'); -INSERT INTO messages VALUES(1419,310547,'insert','blocks','{"block_hash":"f3d862f560d7abc97f92c3bbf2761de40dd20cc670ba216850c1bcbb0cda31c7","block_index":310547,"block_time":310547000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5a3647538a5f1650fdf553dbbcacfb2fb2bfca2a7ef1a2c8e3f7a6a7282d6726'); -INSERT INTO messages VALUES(1420,310547,'parse','blocks','{"block_index":310547,"ledger_hash":"5f01b4e547ae1e28d4e9bd84608d447949269f20a0fb9fcfb63966a9a34567e6","messages_hash":"347996ca440686a10c1952dc9d77655ec0d6e961788644391d60e5e8c0cb9ce3","transaction_count":0,"txlist_hash":"1bbaacf2316a2766efd4930f0ca674e4bcea4ff70134f84a2cf7023940d4a09c"}',0,'BLOCK_PARSED',NULL,'23e0811d867183bda0da26ada716721dbbcbc30200deccd3ea977360955ef3fc'); -INSERT INTO messages VALUES(1421,310548,'insert','blocks','{"block_hash":"bb0b2ff09d831962cc748b4720dc05dc2fd2e3bd3374eacfc066ecd0b7f58ec2","block_index":310548,"block_time":310548000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7022d5e747a3de52be3b83b1e7e25e16dca29c2ece6feca1dd93ea04ee7e1bf3'); -INSERT INTO messages VALUES(1422,310548,'parse','blocks','{"block_index":310548,"ledger_hash":"7585ef9b77c458c97116c7ebeb6c5cc3980a3305fc9524902b05179ddca85fe5","messages_hash":"ce1648a8fd238d5e242bdb2a87e9b8b3a3abd8e767d59c3233b1bb5fd9e18fb4","transaction_count":0,"txlist_hash":"228d924eb6079f41f70ddaf94323615327adc726e8a8315e68b3606f25ad28b2"}',0,'BLOCK_PARSED',NULL,'3543c6cb398bbc05ecef225450c943734af2fd647e24a35420fb9b4d7be75885'); -INSERT INTO messages VALUES(1423,310549,'insert','blocks','{"block_hash":"8e8c61f034fdad98962c84dbe90450bc2da62b815d8b4f8084b0dd3d69763979","block_index":310549,"block_time":310549000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3e185d477629c28156ddd5da2531403d28c8f36b712f58817e4373563c24caad'); -INSERT INTO messages VALUES(1424,310549,'parse','blocks','{"block_index":310549,"ledger_hash":"ce6e70206104dfaba538c59ea43ecb0fea0cc8f8f43d7993448354fefc6e11e9","messages_hash":"cd4eac9c9e8eec0790bdc9ab826889cff8ca15764e2a1807683cf12c415511d6","transaction_count":0,"txlist_hash":"241fa82ad15e159181486967d64ceec300773f9f1b5ed5728913cad33232ed4e"}',0,'BLOCK_PARSED',NULL,'251640e748eaa8adaffc7a7cf4ae6536d266ec5aa3fda1051f93681610cbad39'); -INSERT INTO messages VALUES(1425,310550,'insert','blocks','{"block_hash":"08d2fd6eda5baa3c4c9a4e86599577396d4bc333ad9296453e3c537ad8ade914","block_index":310550,"block_time":310550000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dea8697c9431ac92bdfb20c1e580dfb5e34be690d9a60c7c3da4030dbe2d62d8'); -INSERT INTO messages VALUES(1426,310550,'parse','blocks','{"block_index":310550,"ledger_hash":"13c0fe98ed1251f6d2c3d698971687a910c28031e3125d14d6ac66d0e997b049","messages_hash":"67c75c1922f78e72b0b6cf95c7dcbda5f6ab664f139c43580985537920601bff","transaction_count":0,"txlist_hash":"349eb659d60399d8e52f1c8a112d692d4dd3c049bf6ad2554c86d1d15756dc25"}',0,'BLOCK_PARSED',NULL,'208d0f33b39805b24453da603c7db4951c8d6a977f71014764b924c90d019cc8'); -INSERT INTO messages VALUES(1427,310551,'insert','blocks','{"block_hash":"cf4365c7971aad6192522a0853a086d4ab24c4ac2b3bdb2a73accd217d8dae7b","block_index":310551,"block_time":310551000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f5b27d80cbd1c806183006436771585120ad938f10b840e4df5df874d9c97ab8'); -INSERT INTO messages VALUES(1428,310551,'parse','blocks','{"block_index":310551,"ledger_hash":"c1f45c29b8be539a34c198c2277eed443959ab93e12bc09b8c56cb1bdd71ecca","messages_hash":"2dae065376fcc52fadc7b69c60f191b00e798991f9d880fc29f813685b32b00f","transaction_count":0,"txlist_hash":"e4a7874b25742458925ceecbb6bca70412fe4f45f40f186d17239b583b945a01"}',0,'BLOCK_PARSED',NULL,'9b4bc200800982630c5b010c6df13ea0fa256abea9d9941c28c3c2443bee0a1f'); -INSERT INTO messages VALUES(1429,310552,'insert','blocks','{"block_hash":"d22b2764d8599549d2fb82f03ea7d5a4c2539ec1c8fe3f55c9832e810a99659d","block_index":310552,"block_time":310552000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5359b74b54c3b5613d90a8b4855f6fec7d9afe78f0df211a8225a89ffc7806ac'); -INSERT INTO messages VALUES(1430,310552,'parse','blocks','{"block_index":310552,"ledger_hash":"ffbaa155370f8c509f36e6a90d1fa69dda6a4a49c5fb700b98e0dcbec5b98602","messages_hash":"5e6de630f6155b9d2f17bec0805a10b8a8161043ee9bbd1b33555c119d4d15f4","transaction_count":0,"txlist_hash":"439f0d19f4a3ae29e5cdce2f0e1241fd9ff2e59d6be7b893cf9086913532d44d"}',0,'BLOCK_PARSED',NULL,'919101b26b1a5af476db58532ff688a4a23b202117d2f9dbb2138e311606bf18'); -INSERT INTO messages VALUES(1431,310553,'insert','blocks','{"block_hash":"d1e220ecdac4296140b1fc5789c019ceec1275855b4a47f955782853c9addaf2","block_index":310553,"block_time":310553000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fd789af83f7bcb717ce657bea442a533b44e8543be4068e455b75881927a1a5e'); -INSERT INTO messages VALUES(1432,310553,'parse','blocks','{"block_index":310553,"ledger_hash":"28df597bdadd29569b927c2fcd267114d443d2e00c6f3e174280720917c205bb","messages_hash":"ea052d781da8fba95ca7a4268ab90009198899639cccaa0795eade6427746649","transaction_count":0,"txlist_hash":"5919cd4540963146d3a2c97cfb9a4b887147b1e9a4e50be469ef94e4ca446286"}',0,'BLOCK_PARSED',NULL,'85455410c0c5a33c07fb3c2b2e635a3ac93ab75bf074170e9c993b855c97f2bb'); -INSERT INTO messages VALUES(1433,310554,'insert','blocks','{"block_hash":"7ef603cca521c652eb94ab8dd0e053fcfc09491a9f474098f98294cc8a4a5b65","block_index":310554,"block_time":310554000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eb82afc60bf326ad152a8511f32632bd673880660972b071451f2e091bec6041'); -INSERT INTO messages VALUES(1434,310554,'parse','blocks','{"block_index":310554,"ledger_hash":"0e14ff0544d352db226ce1e08033791decf38429dd7a04c1688593a8ae82b4f0","messages_hash":"4a7c5726b42e2f6c686de084630afbd4852f6b84b6dd8d1fe3b8ae8ae1cfc7da","transaction_count":0,"txlist_hash":"2262738b6e658eab4c4e9f19f0be95cdcaaddce5de6d73ae722611ff7005fe30"}',0,'BLOCK_PARSED',NULL,'8cb74437947c5172617143f66dc6b8bff4d72dac9123031f81c9f1f0838844f5'); -INSERT INTO messages VALUES(1435,310555,'insert','blocks','{"block_hash":"c51aaefdc56f413baf9be7dac61b4afc8497212651e9901c39fb250bcade50fa","block_index":310555,"block_time":310555000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a76075dd7f7b1ffecc8df2c6f2812316be6343c96bb3cccab8acc9165d979e54'); -INSERT INTO messages VALUES(1436,310555,'parse','blocks','{"block_index":310555,"ledger_hash":"fcc02e52ce569822cac46b16b925c92c80ecd1694b7af067dcb87d7f45c3653d","messages_hash":"19fc8a1dd2c64819ab53586bfc5af302ae58677d78f4b5f5cbb50ac571361d7e","transaction_count":0,"txlist_hash":"513e232ca082908b7b752fd8f91a8157a8697743c35ba5d8f5cd7ab90a180be2"}',0,'BLOCK_PARSED',NULL,'51f80b2d8969980bedb142fceed565fb225574dbb93a9e02f9bb2eee25b3d7af'); -INSERT INTO messages VALUES(1437,310556,'insert','blocks','{"block_hash":"4af11c6d35e142972be016858a06e2ea32b15beed2068be4cc85f3918fa99f3a","block_index":310556,"block_time":310556000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'32359e9b492b54f006c789ce94269c11673afe2219cf484aee8534e1bef11e2e'); -INSERT INTO messages VALUES(1438,310556,'parse','blocks','{"block_index":310556,"ledger_hash":"cbdcecaae6abc7a4baa4a2de6e8bb5bc47b8d3454e2a3dfe89ae1035de48f3a3","messages_hash":"cecf57b1bb365d56c6b1756926f8655daacbc05b4d8b23e3f27c6537197f41b7","transaction_count":0,"txlist_hash":"3637410d8665bedcea8bcb5d1490260695fdf9bba7c05f6ed787ec4c663534ac"}',0,'BLOCK_PARSED',NULL,'bc08ce86da9d6006674a9fe6da4f39b1ae14d1c75af77a934115c6ec64c88f22'); -INSERT INTO messages VALUES(1439,310557,'insert','blocks','{"block_hash":"0973e14fe07ac8b86345061942ac2a5055fecd867e69d8f2df33195505d87382","block_index":310557,"block_time":310557000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c087317e7c276ecbafe67c0d87d78953542782146972c9c90d49a5a03417b5aa'); -INSERT INTO messages VALUES(1440,310557,'parse','blocks','{"block_index":310557,"ledger_hash":"2b72a76f9e07c760ef0b04355b25a35f0f41d033bc2334c8556c256fdffe4051","messages_hash":"2122644d6a5e989b292f6c2516ba0127cf5309fb3c16771dbf3fb92c86723a96","transaction_count":0,"txlist_hash":"d9d7dec02250c15d27f66e1ff473429b3e1aaf2b8a6694dca2729d8ef20241dd"}',0,'BLOCK_PARSED',NULL,'e0c03e8c5ca6e5454692bd7fd7998b0f5c44578018193f1be0f0e90121ae82e2'); -INSERT INTO messages VALUES(1441,310558,'insert','blocks','{"block_hash":"75d26d503c2b3b71d36644f7de0826d129b4f127ef9713f6f02f498399e28d15","block_index":310558,"block_time":310558000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b0f6edadbe172b13ede6c610e98f05d0da5e8317d22b8c1fab64464779b07a6e'); -INSERT INTO messages VALUES(1442,310558,'parse','blocks','{"block_index":310558,"ledger_hash":"bb5c9651a1f7327013069007703d9d27c611becb2fba6660cae8a1dc304d1d5c","messages_hash":"e6ee2c854385ce727c5fc756a1e0907b397f3831c1699043c3ea7f66cf79e1ae","transaction_count":0,"txlist_hash":"f414f8a2434d99a148486f8a23107ac1632c6a481476245888cb2ce91ea4240a"}',0,'BLOCK_PARSED',NULL,'c028729c04bb2e4cc02fd465f0a30e6418c80e41d8335c1331dff505711b36d6'); -INSERT INTO messages VALUES(1443,310559,'insert','blocks','{"block_hash":"6538f282374d36af012291b3851474293437b6eadd2793e4706b0edc7fe645dc","block_index":310559,"block_time":310559000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'18f9f8b9e83473cc4c3906f2abd5c5e273c17373aa9b3e5ecf0cafcee081267a'); -INSERT INTO messages VALUES(1444,310559,'parse','blocks','{"block_index":310559,"ledger_hash":"6231eee95e4d73b5a27b07ec5c6d13bfa0e8854044d1aacd921eefbe9e48b0a3","messages_hash":"9286cf42e375048f3dbdff5baeebc4e57adc4aac5a6cda8a896e4278c8d08505","transaction_count":0,"txlist_hash":"08e292391f5e5112c35c43978d69e12fafa1017741e0719983fa99e5b130d78b"}',0,'BLOCK_PARSED',NULL,'48337da54c29dea5c487717b28fe94bbb1d2bc50ef8eabd0ae5e0c2ea42f88a0'); -INSERT INTO messages VALUES(1445,310560,'insert','blocks','{"block_hash":"d3a2ccb3df7c41adc2a36183f9dc3d8f633d1595ae46eb7ad95259a1f7e85fec","block_index":310560,"block_time":310560000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d38aed4ba66497e9d0e9e382d3f88caf0858e4bbd87b2c5035b20bf4cedc6f42'); -INSERT INTO messages VALUES(1446,310560,'parse','blocks','{"block_index":310560,"ledger_hash":"d73018e8fb5f195d7db4776a55d4de0b92a4a436ea2dade3815d760376faa4a7","messages_hash":"79bf67a9921c8ac912f5a5d45bf90eef978e83a2decdffbb8a36f8174871431b","transaction_count":0,"txlist_hash":"4bb274f3ffa77ac027a53e1edfad2d95748c40285ee3418e07e19ab04b612a42"}',0,'BLOCK_PARSED',NULL,'5508fb0897aca9baa0ba20a2301bdf4222838fc9086d6122ca72f9eec7b7a966'); -INSERT INTO messages VALUES(1447,310561,'insert','blocks','{"block_hash":"b7b7404021ba9a00688b64289eb8953993ecc0cc75992fb276f2d7048f4b26ee","block_index":310561,"block_time":310561000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'25f7586f48ac6451e509692c2e0518df57437975f82a647755bcf6585f1fbe43'); -INSERT INTO messages VALUES(1448,310561,'parse','blocks','{"block_index":310561,"ledger_hash":"1a8b92da71abd620911af23b9d9617687da9f4c6167ddbc5af9ef6fd994deb9e","messages_hash":"a923bf323819388fd93d7e23e12d3205ced71fdcc9495c0c242caf58035971d7","transaction_count":0,"txlist_hash":"bf6eae71a2ccac46ffe8e01a3eab233ad058e9bccd7e3f26027f8b80c761bca2"}',0,'BLOCK_PARSED',NULL,'5134cdc4ed60cc18ecfaf5383f1c74ad7f0b6616a5f50d78ab1fb43cded6361f'); -INSERT INTO messages VALUES(1449,310562,'insert','blocks','{"block_hash":"4373ec06c32fbae5de86e421e01969d172b1ff84a13c8e0f069b78b0f4e7d405","block_index":310562,"block_time":310562000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7d3111b496ba5b9a7788ecb006c2705f9e85b1e5fd889bb3e39b321e6e9a4b11'); -INSERT INTO messages VALUES(1450,310562,'parse','blocks','{"block_index":310562,"ledger_hash":"d6a38edb3a3dba9e97711ebc6001e76f7554f144eebbd592fc7fad5b3cb183af","messages_hash":"cca61fbfb3c37a3cea95489be21da1ffda00085e75b253546615c4f9f380f8b3","transaction_count":0,"txlist_hash":"c21b0c1e6cf9dedc25dffaf10900b2c6e5abb87cc0a6b31a2185940646546f2a"}',0,'BLOCK_PARSED',NULL,'3365212ea951f2f6a24b1b5b230b08d9ee47bdd78ccc18732a566ce6b1cebd30'); -INSERT INTO messages VALUES(1451,310563,'insert','blocks','{"block_hash":"f0083f04073ed8b6cbb2eb674ad397cd7c299fda80e742615ee3751d54304636","block_index":310563,"block_time":310563000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'67b8fcf3f60e11212182944f499a8370a1140319f44cfefd163575ae7585bdaa'); -INSERT INTO messages VALUES(1452,310563,'parse','blocks','{"block_index":310563,"ledger_hash":"c763cd35dbaf2c85a287d500fc7077c2d3faad163c40c9a5d6295be67460e74c","messages_hash":"2674b586a4e56502867aff28fa93c8cd1d0eda5305bd2a911cd83c9fbdb908ab","transaction_count":0,"txlist_hash":"2160bdc17f755ede6b800cfab8ba4364f76b1db66cbc431d2dcef669f886816b"}',0,'BLOCK_PARSED',NULL,'08ba7b6fd3023d0fd239264e19b3cf9d10a847b7045872e9283df956f047165e'); -INSERT INTO messages VALUES(1453,310564,'insert','blocks','{"block_hash":"cccefa016afff2eaedf9d97a70d88ba3b74b1fa5167923852e3f2b2d4f77a7ea","block_index":310564,"block_time":310564000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6485a28caf1ed8fb256f4537a88065d1f84d8e048776c004745e3f2b51e8e5c5'); -INSERT INTO messages VALUES(1454,310564,'parse','blocks','{"block_index":310564,"ledger_hash":"93923152ff82ff4a5ffac3fd2dc78ad8e39b6a353c82fb9004c32a950cd5ad70","messages_hash":"60a3a1b318daafebb5985f88da122a362e77bb27db483d870de3df12a2c49102","transaction_count":0,"txlist_hash":"79fc4e5c8d71b25432df01113e8cc8bcb440e33617454395c281f1f711e23a71"}',0,'BLOCK_PARSED',NULL,'9537f3fec9fb24d5e4e2d32fc55323eb8e79ac4b642324180e864125c57130d6'); -INSERT INTO messages VALUES(1455,310565,'insert','blocks','{"block_hash":"954cf72e454948ad62bda12cc3aa984191b5063c3a3552b5475f58906ed5b305","block_index":310565,"block_time":310565000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ef60b581331c86b6d6b9e93c6580a34f6ec92c031615caefadddc2115c095e06'); -INSERT INTO messages VALUES(1456,310565,'parse','blocks','{"block_index":310565,"ledger_hash":"c79ac64f3c933540c042d595154c2fa49b52a2f3beff8f1a1b8d899233fd7eca","messages_hash":"d7ac3b45d79a4cdfa68ee2f47d5409c2fb17d9c96a923c96e928e4a42b690bea","transaction_count":0,"txlist_hash":"6a752db551f2675e8b370300535245e09281e50548141cd55a347880dc4cf54c"}',0,'BLOCK_PARSED',NULL,'f199676c71cf1a65f2981c4492fad372ee31f032a373eade8092985aef425f2d'); -INSERT INTO messages VALUES(1457,310566,'insert','blocks','{"block_hash":"3759ea3d906bc1242168e23920ed00a9daac815d9177fdfd954781f3978b2a39","block_index":310566,"block_time":310566000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e2fde21e8cc79522f2491055f682ad3885dce536190fe45a2f61bfe96ddc856d'); -INSERT INTO messages VALUES(1458,310566,'parse','blocks','{"block_index":310566,"ledger_hash":"508d4ca4bb45221a6b5dfcdba9c4399a13e85ede4dc0d55f41d0a34d89e9bd22","messages_hash":"4779173190ced21734f6357856d8ed76cf592037f79d11e8d1aed0b0c1db20c8","transaction_count":0,"txlist_hash":"29d631649df7b979a354de43ea7d0a203aa97abbc16eb41c0bb5b23d272e3b88"}',0,'BLOCK_PARSED',NULL,'a7b6620548bcc444c159c49dce5269abe349c011d4fbc38800ddee8f2dbcb929'); -INSERT INTO messages VALUES(1459,310567,'insert','blocks','{"block_hash":"499074319cdba25e86c5e7831ddbdf16147893da356dc5d6a24c0458a9e7c431","block_index":310567,"block_time":310567000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7b849cb2469bf340656a59d49611e9c6f39010cc74051b3e28766656b832688e'); -INSERT INTO messages VALUES(1460,310567,'parse','blocks','{"block_index":310567,"ledger_hash":"91eb06b8caa32d73b764fcba9995d63fff5ea4e9773b37d498d645fb8c081ad8","messages_hash":"d65e4aceec30611bee59db4bb88e3da6fb9478eaf873dd3cc8549878e3201c3d","transaction_count":0,"txlist_hash":"c9912528aa6cb1e3d000ee3c04786c17c6e4f34c8fc98211848a83efd275c73c"}',0,'BLOCK_PARSED',NULL,'b83856f07a18d647f7076a57ec3f4be4b29dc630c5726a9a8b9ce7b1f51ffffd'); -INSERT INTO messages VALUES(1461,310568,'insert','blocks','{"block_hash":"ef433ae6c5e54f4c3633956efb0bec6a88f6172be961b03cba0974a5b1e8b19e","block_index":310568,"block_time":310568000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4b19aa959be9a84bceeb69736821d3b5b6596499a728a41f61731d72c1364c6b'); -INSERT INTO messages VALUES(1462,310568,'parse','blocks','{"block_index":310568,"ledger_hash":"f4bfc8b88de2b62f253dede4f6fa4ef3d0c931ddf688beaa3e7de6e30674622f","messages_hash":"7a1e5623688d62d09f23f1d2e79e01799bc548eeefe5ab68588d70520ed3b5e7","transaction_count":0,"txlist_hash":"f6b3c6241c9239a06bc7ffb831be46ad4a85b4dc7ecc09bf4da48de7c2c833ee"}',0,'BLOCK_PARSED',NULL,'b701abd072be883815d139ae4e7007efa2a829634a168299a6ea0673b0fc762e'); -INSERT INTO messages VALUES(1463,310569,'insert','blocks','{"block_hash":"c67107bb5c30b76a2bbe9ac9613c23bdbb55e6ce7f7cde1f03c31ce685cb44de","block_index":310569,"block_time":310569000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'82e43d434f837c7a666f078a374e56b613b6226c3acb3eb05d39afb61cd92db9'); -INSERT INTO messages VALUES(1464,310569,'parse','blocks','{"block_index":310569,"ledger_hash":"34b0e4aecad9b1a4aaca83ab99f47ee37648763618646756f14cf593d99d00f8","messages_hash":"8b41518527f441e0f55e11884af922fd5a774e11931a2a5f6f1a14e061349ecd","transaction_count":0,"txlist_hash":"477506b2acad369e04dbd4874d1615b33edbc2cf22b39f8b402fd8a71a50a2b6"}',0,'BLOCK_PARSED',NULL,'b507b796203cacefa018ce8c71a85b1e1c327b84efa07583c85b866d536c5926'); -INSERT INTO messages VALUES(1465,310570,'insert','blocks','{"block_hash":"f97ec4487e00fb4a5548eb18d052f6495d01957150046f415c39bbb526e21a55","block_index":310570,"block_time":310570000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'828fa92543c9731d5725609b32ab9cb599cd6e7efa04e672df302e1da2cb70e9'); -INSERT INTO messages VALUES(1466,310570,'parse','blocks','{"block_index":310570,"ledger_hash":"5cd904e3cd1d9d87ac4e5a9ed4288906690b2945f9f7d70fb264f039987545e9","messages_hash":"3a285198b74bf494484376a191556a739a53424f868f636cb88cdd2dc212c916","transaction_count":0,"txlist_hash":"1e1ed17d45a0de7352db383e2a4fd610f541c1491a601791bc97482cef55940a"}',0,'BLOCK_PARSED',NULL,'cccd3763b6c0d435013739854dc429db274fc3dc33f486cf55d76cf24192172a'); -INSERT INTO messages VALUES(1467,310571,'insert','blocks','{"block_hash":"b8edd44fa309c2fc1fd327461b37df751dcb713ac8475864c907aac8e79aee73","block_index":310571,"block_time":310571000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'74c3910cf321cadae4e46b4bfc3b5a9ee56795d186d706aa19b1273c130cb945'); -INSERT INTO messages VALUES(1468,310571,'parse','blocks','{"block_index":310571,"ledger_hash":"794fe432083e3ed9db5154ed1230b42437a44d012206a769a036f05d227134c8","messages_hash":"4304e4f016468890504d88fc72c8fc1e4ca7da3922da0b85e04797820bec2778","transaction_count":0,"txlist_hash":"911960980d89ac93116118b944e1c230f5b2de5fabb1fe064f5dfbe1c052ff09"}',0,'BLOCK_PARSED',NULL,'fffe336d0f7bcd439402f98a01a874d2fb086729b9e7e624a12eaa9faebebbe3'); -INSERT INTO messages VALUES(1469,310572,'insert','blocks','{"block_hash":"6f31bbcbb44d9fecc3fd8c1a9ded8be8c024399286c612bcefe9973ae55127b9","block_index":310572,"block_time":310572000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cee0caec534237548c0c6a5b3124bd1c9456b365141251ab4fa13ab86cfa4276'); -INSERT INTO messages VALUES(1470,310572,'parse','blocks','{"block_index":310572,"ledger_hash":"fdf11aabce275549558778a8c7f4693da40ace20a4409a9d163ce2edd349a713","messages_hash":"57ba22fe72f9a48e7e02e126dca81ddeae27dfeeccade31696dda7ba5ffcd134","transaction_count":0,"txlist_hash":"8bb3b6fa0314460411082f0bc6fa7a2fd9b4042f610af998dc30fd099c3ba829"}',0,'BLOCK_PARSED',NULL,'73148f33f208d1a7a58203dda22ea104c2db717e7b8dc00a70c5f82daca00ec6'); -INSERT INTO messages VALUES(1471,310573,'insert','blocks','{"block_hash":"302e7dfa216058a05c000242bffa09f71fb6210c8049ca3ba161b40a1af4aaa5","block_index":310573,"block_time":310573000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'30b3fc34218f0a2857f96e5ef058dc6a5f52de63b3c71de51d24b03d50a083ef'); -INSERT INTO messages VALUES(1472,310573,'parse','blocks','{"block_index":310573,"ledger_hash":"4ec879ccd015d0b5dd8d2ddf8afb025cd8559effdf45d2984cea2f8e23d80dd2","messages_hash":"2c22f599d9e4289a1a5b82076e264ef62d5577ec931470a454cfcc5436667f7b","transaction_count":0,"txlist_hash":"089e292daf5b28888559628d21a8d07fd511514dc3f36edabb57aeed58f9b544"}',0,'BLOCK_PARSED',NULL,'404ca515acad3e98cbfea798404f583c8b39a5e71cd8b0cd3483a3749f24ff32'); -INSERT INTO messages VALUES(1473,310574,'insert','blocks','{"block_hash":"c1ae52aab03437bebe96bb6eb04db2f0519f3aba4e2336b9f0d08707d92e330d","block_index":310574,"block_time":310574000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c1149ac642f9565e1ee5ee82e913cb40095467c43e3ef2bded1716a94a2dbfa5'); -INSERT INTO messages VALUES(1474,310574,'parse','blocks','{"block_index":310574,"ledger_hash":"2e78c0a28df27f81257091154d3e6992382bb271372ce59b7209a7419cc9d5f4","messages_hash":"71482310d48b41c89f1b5595bdd28f2fe8ebb5570590109d342b7252d2706248","transaction_count":0,"txlist_hash":"e21566901ce5a555dd72c878590709210c5e93f397219408573edda2c691f851"}',0,'BLOCK_PARSED',NULL,'cf88ec305d7aaed114e2f2be0d436d1a771bb6d631369ce2157dede6a8a5887f'); -INSERT INTO messages VALUES(1475,310575,'insert','blocks','{"block_hash":"fae1bd85bf824caece55e7c4f773f6fa0a021c24f01aef4656abba41bdededde","block_index":310575,"block_time":310575000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9987bb80d5e0d4940131e052adb98a5bed96dfd91dd0ee3af29685096569e2af'); -INSERT INTO messages VALUES(1476,310575,'parse','blocks','{"block_index":310575,"ledger_hash":"7d2ba3c2c0455d45d11b580bb46d3aca197d69d349553f57f930f85e6b217533","messages_hash":"32478cfa53b94587e957b35e07f4d77812b97127d7d5ab3fad15dfaf60f00f53","transaction_count":0,"txlist_hash":"82a61e7a23d8a40ff22fa40c622bfdb7eb6b8d62494f988b920182d50d09de5e"}',0,'BLOCK_PARSED',NULL,'91b3e171ab98648f2a31513e73c47d6c2aab0e289dcf110a18fc45e306344c83'); -INSERT INTO messages VALUES(1477,310576,'insert','blocks','{"block_hash":"b46dbd0ecf5ba9a7cd8f0a556f418e08d369670a35e96123144dc51c694ae7b5","block_index":310576,"block_time":310576000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4ea49d920a48ad7d39f0d2a5f9f35165511f0578d910287279d37bef46213ce2'); -INSERT INTO messages VALUES(1478,310576,'parse','blocks','{"block_index":310576,"ledger_hash":"45fe61d07f3565131673018efda70cbce07795e4b969bc400b65a435ce500677","messages_hash":"89bb7cc7cc2a2ed5f98c05de8aec1faf7e25e40923f33c6d2c0cb24071a36ca1","transaction_count":0,"txlist_hash":"5c4a6b221a2d92bb2f836f0f27c636b4d663cc82b87340aeca7c378a5cb4b7d7"}',0,'BLOCK_PARSED',NULL,'951610d2a65cb0186669c56e37095b53955f3ab156355b018f747ee3a849951b'); -INSERT INTO messages VALUES(1479,310577,'insert','blocks','{"block_hash":"a4f1cfcaed69f6ca459db42cd60607aa96b3e593d635bdeabb28fa1875d7a7b3","block_index":310577,"block_time":310577000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'547c952b9f069d2ae62e4e5720eb2628b9eaff93e9076751b76ba595f9f8b55c'); -INSERT INTO messages VALUES(1480,310577,'parse','blocks','{"block_index":310577,"ledger_hash":"cda4977de49bc1abafae2ae4b0ff55eae727e46ca159aab519d1e2318f643ce3","messages_hash":"11873e64dde52509d9eff688438fa2ae3f1b40fc22bae57f9b271fb28ac1adae","transaction_count":0,"txlist_hash":"3a4b16e76df97ca2e9b49288156df35dba1db68543482e213389383df9f82514"}',0,'BLOCK_PARSED',NULL,'f7a0ce2edd02dca0de39b838869cc12d976de382d07652c1e1dcecabf51cf599'); -INSERT INTO messages VALUES(1481,310578,'insert','blocks','{"block_hash":"f28588cb2aa2711238246cdc3400480d672aa6b7746ede9ba963afdae507e1bf","block_index":310578,"block_time":310578000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dc3a108f0268a98e34472995e7017384884d1e95a632b40b58514923ee90c6b9'); -INSERT INTO messages VALUES(1482,310578,'parse','blocks','{"block_index":310578,"ledger_hash":"931abe28def24b00c8bafbca2e28d15fdd2e28e38d2d2771c64d3c78dd12a52c","messages_hash":"36abbac5f143df51e67f54e81b44180e42b3a70711cd7b97fd19c4fbc1315d0f","transaction_count":0,"txlist_hash":"0e59aef6450912294072b45b03fc1ffe75d731ec347e2098b9f116a65991177c"}',0,'BLOCK_PARSED',NULL,'a75a944fd4fcc02b63e9ef7fa446e39d06614d554ff7023642b0ea2d024e22f5'); -INSERT INTO messages VALUES(1483,310579,'insert','blocks','{"block_hash":"672e0101a2b0f7c963627370c590bca6d800483e3b379a774840789eeea36c38","block_index":310579,"block_time":310579000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d90e85b3694deb09d35f884188837bc48e18bfa40a59f5978251c61595f1d4f0'); -INSERT INTO messages VALUES(1484,310579,'parse','blocks','{"block_index":310579,"ledger_hash":"6f110331a1dbad0d121974ed59614c93809bd8faf1fff8931e7c75c19208d794","messages_hash":"e91ec1c147813e72fc5e4a5e40b2d97284ab10d37ef13d29ae8d9d0f5b2d7b80","transaction_count":0,"txlist_hash":"3b1504c970eea61ef41278d85452af79352d77ac2196eb47c14b9c0b85a8a1b4"}',0,'BLOCK_PARSED',NULL,'71c1affea5728fa4f7d6add4a070fe92f84451f26beb30eac3bac82d62bc48f1'); -INSERT INTO messages VALUES(1485,310580,'insert','blocks','{"block_hash":"e878eff75f69c2a921fd855716f6f19f7122bc62e7bf7a6f24ff5cb44ced9e13","block_index":310580,"block_time":310580000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'27a0be89e826f1b0be0b510b008f83712e37f2aca67f49dbe49b5871102c684f'); -INSERT INTO messages VALUES(1486,310580,'parse','blocks','{"block_index":310580,"ledger_hash":"87b5eb8fd683a52c3811dbd35e1d89bfbd7b5a9f39094115d0d4de712b119787","messages_hash":"c6464849fdef4989f5bf67c98094642eb45534bc8c98d176b032266e7bd2c096","transaction_count":0,"txlist_hash":"0597ac9fee2f987817963a434b2cf2929521bc747e1dcdd2487c2241aae63562"}',0,'BLOCK_PARSED',NULL,'a647c069f35b25e0c8433b49a9e30af589e226b2c0a33ea2e811c6591cd3df01'); -INSERT INTO messages VALUES(1487,310581,'insert','blocks','{"block_hash":"baca309aa48d77563c8b563edf6fb0cbba1c155f5e26dca1d2bcc89dce14793a","block_index":310581,"block_time":310581000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0094176488608b7bf884aeff3c12d391b19158cffb68114ad8dae68b56a1279b'); -INSERT INTO messages VALUES(1488,310581,'parse','blocks','{"block_index":310581,"ledger_hash":"f57ae22e4221e2aa755d86c98ce87022bdcad81b342c6d865f90ba781bb8e183","messages_hash":"fdd1830438e7c4ee530d6c1e25761b14dc65a94bc9de2d6883080774bd65005c","transaction_count":0,"txlist_hash":"c4897ad0aca28e45b98f5e0d7806ef36d931db6636b6bc736da788b2b7c62a3e"}',0,'BLOCK_PARSED',NULL,'eab9b00e80403e7bed6a07e77f3139c816866dbb90bd5348a6a6fba26da62cd6'); -INSERT INTO messages VALUES(1489,310582,'insert','blocks','{"block_hash":"08710916c8a006532a3c90eb7f9e07270be7f6c9d787e5d5f4bda22fa2e5e34c","block_index":310582,"block_time":310582000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2059b15264bf18eda1cc28b997f71e1986ac08fca27d5ff6cf24a52bdb8d81f8'); -INSERT INTO messages VALUES(1490,310582,'parse','blocks','{"block_index":310582,"ledger_hash":"61fb2f7cfb691f5b459bb69f3b01f87f938cef952d77e05aca35388618a5b1fb","messages_hash":"3a3ab75180f577c0b171cef27d06740cae52fe64157a7803ebdf1262ff82b033","transaction_count":0,"txlist_hash":"bc99285058ba57cd25a51d9b758b78dc9bfd97e70ed8cd0ab460c364a1d894e1"}',0,'BLOCK_PARSED',NULL,'922f3f37085925b712d4f0682c8f3d2f3ec6d054978e72358a2fd0bc5c4313ba'); -INSERT INTO messages VALUES(1491,310583,'insert','blocks','{"block_hash":"22fa9d567a2e559c2f6b8d951340420df5e1bc5eaf5fbd6dee6c10e60798bfd4","block_index":310583,"block_time":310583000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ed8ad3a46ef49c0e44f91456e3db839cd091929b762f65544fe1bee510b5f377'); -INSERT INTO messages VALUES(1492,310583,'parse','blocks','{"block_index":310583,"ledger_hash":"af52fc8612e37b23eac85a42a0c1508066ccd927ffa32871bcfb1d59d0311d44","messages_hash":"bb2d7c40971c5d741e80dd819c2424f4a8d028e1298ce605c1fdd614b4237e8e","transaction_count":0,"txlist_hash":"c07efc82f3890eb10421486a79d3698866e4fc22375df956767881f4128976f5"}',0,'BLOCK_PARSED',NULL,'5758064a9806b25d1975bba76f7553b53478a1b8980d5c9e2a861f8e8483be04'); -INSERT INTO messages VALUES(1493,310584,'insert','blocks','{"block_hash":"db5a54107f56229edcb84410f79b18d41620ed013f0b51f6889a728663010d9b","block_index":310584,"block_time":310584000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aea4c516287e99cbb47feffe30d17241f29067aa08c2cd2908fe56fd4f230a26'); -INSERT INTO messages VALUES(1494,310584,'parse','blocks','{"block_index":310584,"ledger_hash":"9088575009ada38214936dbcca419b2c644273aac1e6a6b6189952f82fc57461","messages_hash":"2e6570e56fbca6fc402494e17f9dd58b844c40b99e0a7f81d44bfa9bdc68b9a5","transaction_count":0,"txlist_hash":"fc155b8240f28eaf96d18cf2ae0da22b8543f81b4363fadc59916967a61a1be4"}',0,'BLOCK_PARSED',NULL,'fa95a918d58206c7654997a9c373fb5b613a77f0b0f51a282cc5c089f034894d'); -INSERT INTO messages VALUES(1495,310585,'insert','blocks','{"block_hash":"a12f61691951107df80775a0d8e94642d242ecc70ff8678190f334256fc8decb","block_index":310585,"block_time":310585000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e02cf2247f8efb2c240f683b07153d815eb44e74585ce93a3cd6736c12e4d586'); -INSERT INTO messages VALUES(1496,310585,'parse','blocks','{"block_index":310585,"ledger_hash":"2fa81bfb5b7e85a127bb660c07e7a77a5e57aea68b1bcafea4a78dc9cccb2444","messages_hash":"41855c91ad0beda9e0f76daf2f404f471bd590f08129edeab6b386d56a49b9eb","transaction_count":0,"txlist_hash":"c73dba4bc721da9830c1752db030d4d5cdd46b292de8bf5ac8153a6c262b32af"}',0,'BLOCK_PARSED',NULL,'71123fd103450b85ec73316f7ff819ee9441d38b1edd1db04a97dd143e3f2f77'); -INSERT INTO messages VALUES(1497,310586,'insert','blocks','{"block_hash":"c24fde1785a09cdb7279d4a6328ba9606d7efbdf5d907a5754b26af490ed37a7","block_index":310586,"block_time":310586000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0109ba15d0d2b1f4aaac6e0d94e6b6da361be22bd1771b987a07f3fa255d1af0'); -INSERT INTO messages VALUES(1498,310586,'parse','blocks','{"block_index":310586,"ledger_hash":"b14d57fd49c1359f5ef030984e9738053a71fc08c2fd2f7de57f1af4f2333da1","messages_hash":"a35e5220449d02ff227f7fafb3097cb84a5b7dce9b9f7c18a7897e85f3c4103f","transaction_count":0,"txlist_hash":"0bb7cada28ac0b3f3d242ba476fda3302d54840e171d7171e1583f2d0f77c920"}',0,'BLOCK_PARSED',NULL,'1929375b7fac96ff67e6ee0e4ef81211c62e6ffdd987270f6a46371f9c1618f7'); -INSERT INTO messages VALUES(1499,310587,'insert','blocks','{"block_hash":"6fc7eacecf09f9a15212a7ca52cece2438c1d6fe4df61edd36fa82cd0ee82baa","block_index":310587,"block_time":310587000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'309d37d29c61836a5f5fdd350640e875f0fdb0fade75dcf0f8fd78506d21e6bc'); -INSERT INTO messages VALUES(1500,310587,'parse','blocks','{"block_index":310587,"ledger_hash":"d64d843bd0e217075889567e81a8c5a423ec0157c5bc299255949950a4fc867b","messages_hash":"428fe672e019c5da42eceef5b43e1380b08697cdb2001bcf4103f467bc6e01e0","transaction_count":0,"txlist_hash":"2ea4466644758b85c64c348342e5d13b29c3f09fa75ab4490c5a00cc4fd05fd1"}',0,'BLOCK_PARSED',NULL,'504c7a936a01b38b5c839752a7a8696928e4dd07ba39901f664be3a8eb4b7e8b'); -INSERT INTO messages VALUES(1501,310588,'insert','blocks','{"block_hash":"d758bd6b4eb728922d4f5f766481b7ba1fd6889cfd047bc6356fee12328457ff","block_index":310588,"block_time":310588000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'39de5de35784c7d2b7367848ef3cdcc7d763252a5332e2b5602f91637345d004'); -INSERT INTO messages VALUES(1502,310588,'update','bets','{"status":"expired","tx_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef"}',0,'BET_UPDATE',NULL,'5daaf4c17ace5b2d9b9aaccbd1bbbf7125a705af795337f365b9a8d64764d0a3'); -INSERT INTO messages VALUES(1503,310588,'insert','credits','{"address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","asset":"XCP","block_index":310588,"calling_function":"recredit wager remaining","event":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","quantity":9,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'e0c1a85a9c50fc9b463ec1ac4c2ca8b29e539a3d9315ca98ae22ba445c1bd91d'); -INSERT INTO messages VALUES(1504,310588,'insert','bet_expirations','{"bet_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","bet_index":488,"block_index":310588,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM"}',0,'BET_EXPIRATION',NULL,'6d348578c90e9c16c747149ff34adfb40f7f29787fa64a36de98ebf4c2337c6f'); -INSERT INTO messages VALUES(1505,310588,'parse','blocks','{"block_index":310588,"ledger_hash":"9d542339dd7f803151e0956197a706624f5e5ba938ac1ba1d365fd632b72c0d4","messages_hash":"d96ad8c689985bded82d9b91e647ed723b74781e186d6236dcfb3f7dab68052a","transaction_count":0,"txlist_hash":"4e11b30214f2ef62c8e2f39610d578f88a6bf30eb21164588b1400d080bf6d5b"}',0,'BLOCK_PARSED',NULL,'9f442f79b5e6b0909dd1aeedac61acfb66df458c4c0ca5a8f31c799e6d24b652'); -INSERT INTO messages VALUES(1506,310589,'insert','blocks','{"block_hash":"4574c3f408ae39752054a278d5b2f207153f2d55e5ed9278610285caedbfb5da","block_index":310589,"block_time":310589000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6dcf875cb5219080e669c45740fef5111c8c72fadf710f6b9edbb8a7ae378ded'); -INSERT INTO messages VALUES(1507,310589,'parse','blocks','{"block_index":310589,"ledger_hash":"431a454660cdbcb14f4d2b3401f13b2cdfd85bf6bbd9f6da5a6910b43be20cd0","messages_hash":"65f2322da962d8dcc2698f9613d9c16843d04172260e3ca4b28485d9a095ffcd","transaction_count":0,"txlist_hash":"003c8bec2cf1521811b5f908126e1ef8c5a8ae4591a41d1185ca036fee8ecdf1"}',0,'BLOCK_PARSED',NULL,'6a7ca6beccad9050fc29ef49966f36d0805cd3a9f8597ee5c56525a4afda88e6'); -INSERT INTO messages VALUES(1508,310590,'insert','blocks','{"block_hash":"7a0fec7523698e15240595c867317fd889c109930cbc688e120af4b990d655d6","block_index":310590,"block_time":310590000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'12ae203663a03b817842d6651ba4a65cbb171ae368720d72bc56aaf385f80bde'); -INSERT INTO messages VALUES(1509,310590,'parse','blocks','{"block_index":310590,"ledger_hash":"ad2df931a1c3076b4a385d0e4c0b678ca226ad8a483376d45f333e08c375b08d","messages_hash":"27f6d7cf29e5d2662c4273e9dcd2da07411e8cc3ba9b84bf9b36d728758fc9df","transaction_count":0,"txlist_hash":"b1f46ab3d045770a71269e5b1f8bbb42c88cadac72a1d60cdfc2f4943e7faddc"}',0,'BLOCK_PARSED',NULL,'dc38348dcd17de6565eaeb8eda2a38f7858ed3a9b260c566029239fb05c55459'); -INSERT INTO messages VALUES(1510,310591,'insert','blocks','{"block_hash":"9824fbb407efff28304111890e995bf3c350f965fb2ff6df988d9a4c8ccd8bf7","block_index":310591,"block_time":310591000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b7f4b6c0835b788e82de1b1db0d5170e2e830775361f0642956e633339bc9af8'); -INSERT INTO messages VALUES(1511,310591,'parse','blocks','{"block_index":310591,"ledger_hash":"f404486079e47c058d151bbd246c2bdfd939bde0918b8d542407ee0f2b6d0b0f","messages_hash":"ee4ff6da691d526aa6289d52b8e2058a85765797126025875bdae67f3d851561","transaction_count":0,"txlist_hash":"6a5a6daf8eed8aacd68dd39976bbd44a93af5e5d0d76d97f5d098ce9ae6ee650"}',0,'BLOCK_PARSED',NULL,'72a6c2edba966961fd009300488bf88f9e863ae2ac8e89ed078fc35cb542a817'); -INSERT INTO messages VALUES(1512,310592,'insert','blocks','{"block_hash":"d6adfd9b31ef935e54670c6335145a3b7f57b14f7c028c2467d352e1c5fd4cc3","block_index":310592,"block_time":310592000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d3be8c2bd3a85f3a50c672c2418da9d21368f057c88a02854395817ace6e18ba'); -INSERT INTO messages VALUES(1513,310592,'parse','blocks','{"block_index":310592,"ledger_hash":"cc47d87f2ee4d9e38d6fe9144815a9457e815cddb62e15432e69d4c6a61d64a8","messages_hash":"ea3413cd4073d462905dde9e8173f641139e61ff110311038613b74cfb78eb9a","transaction_count":0,"txlist_hash":"c952759d8f6616bf1ddb1f987f34743f6b09f2f9ad8e8d8efe4ae9c9a32be1da"}',0,'BLOCK_PARSED',NULL,'2350e3c58a91c5bc266d1fced7562e69fb05c7db5e3e638481f2b873a6037e32'); -INSERT INTO messages VALUES(1514,310593,'insert','blocks','{"block_hash":"97931b3dd08a38f192b673f46ada9365fcbca0b1f63a0a5989f6861062f9c22b","block_index":310593,"block_time":310593000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'24c0682adb0aa87206ee4fed51f01095ef5e0cdb4e6ab82e9768e18ad872a593'); -INSERT INTO messages VALUES(1515,310593,'parse','blocks','{"block_index":310593,"ledger_hash":"281d55efd1d17a0ea8e61f6e71b4e5e03589c56950bf22ee05f34ccea47efeac","messages_hash":"3ef6ee2c88a3bf8d2fc772a5466b797a82335fe371fec09d6e52c63987525a0b","transaction_count":0,"txlist_hash":"134263a2ae2b80bb58e325f7fb84751c3224a9b4b44b3007b97db02f71b806e6"}',0,'BLOCK_PARSED',NULL,'f1277dca444ed3b958a2a1756ff2c58e4d3834117c8ed10d4f4a93e14c177c44'); -INSERT INTO messages VALUES(1516,310594,'insert','blocks','{"block_hash":"f8146455e4841830c1bc2265c8f4c8972fbe46a1db89dc0dbf804d1a10bd9015","block_index":310594,"block_time":310594000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4844dd7e28f87856b20b04cd76464e810211e67ed1d19e85e69e98320d801ef7'); -INSERT INTO messages VALUES(1517,310594,'parse','blocks','{"block_index":310594,"ledger_hash":"456576f4773f5dbfbe9026e46a631282fe2b3a9721545f8999a572e8e03460c7","messages_hash":"8a72c5596b7941a5a5b527ee7657575b4e30d3ae07b901a4890d0ec558fbfd12","transaction_count":0,"txlist_hash":"952ebb2b0c23ab41dc801ee9c905e108008fa446d32406d2859ef9842d5f33c6"}',0,'BLOCK_PARSED',NULL,'d3b0fb4fcb420b1921a00dc3e90cab6c9bb1686f873b5d8c050ee38eabc26890'); -INSERT INTO messages VALUES(1518,310595,'insert','blocks','{"block_hash":"0402e45e9adfbb711dcc3a959e07fb2b15082cd724943cb323892cd3a5ac9d66","block_index":310595,"block_time":310595000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c04bf7dc1963fffc032fe0ebcf54bd366c9e0618c5a83a440d652105a4c08b86'); -INSERT INTO messages VALUES(1519,310595,'parse','blocks','{"block_index":310595,"ledger_hash":"d8e86913b170d3397d1a43e74480259a4e0bd15166fb775c10784df3e9306fd6","messages_hash":"34bdf3621c3bdc5bbebcf2401e61bf0bbcf636a7cba046832cbdb943d8c84978","transaction_count":0,"txlist_hash":"7146b6d06361698454b348babb549f0dfad68d854bcdb36497364c46c9f38805"}',0,'BLOCK_PARSED',NULL,'589cb3acc28a1685087928d91cfeb5167e62022639c41d0ceb74c9ea0f6aaec6'); -INSERT INTO messages VALUES(1520,310596,'insert','blocks','{"block_hash":"1dd4393d2ce505ecff715945e55c1bac040fae5758202c1bdd9c8f67c4d3f688","block_index":310596,"block_time":310596000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3a134a3c563647d823e992396a21b89fdc8d534f8302d758ab5fd3156348748b'); -INSERT INTO messages VALUES(1521,310596,'parse','blocks','{"block_index":310596,"ledger_hash":"6a844171ef147e80140a7536dd6172744173a3a6b57dbe04ea53f8a1830088af","messages_hash":"f24dffecd338e84e88c78400cf6a87619db43ac967d47c85f0ef93bfca5a5133","transaction_count":0,"txlist_hash":"8ca4c177876d7993ff29d824f884dfe9fe185912b53a52f21b38c696b9974406"}',0,'BLOCK_PARSED',NULL,'b8c963c0e55ed92a8d46f74c2c8d83966ca1424a4a432be15b09247b78785ecb'); -INSERT INTO messages VALUES(1522,310597,'insert','blocks','{"block_hash":"490dd65dd932906cc5da68c8b37dcd2827a261db1f32c622aa33ceb6000a79dd","block_index":310597,"block_time":310597000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3d69ee62c88523fbbf3566d649a5748ba36255da67d760127a0a3f0489e8081d'); -INSERT INTO messages VALUES(1523,310597,'parse','blocks','{"block_index":310597,"ledger_hash":"86cd60817de901fae021ea2e21f197c27f482eb9cf022ada75e56831002df9dd","messages_hash":"5ca7141432dbd6af03852ce58e8845e4e65e9f74f205c3987b287c82cc6b260b","transaction_count":0,"txlist_hash":"64a95a28ef3a0104b4ce8f8aea21ab1168114bf95ea720dba97c8933c4c68c50"}',0,'BLOCK_PARSED',NULL,'cc2daa25bed6bb9de8358fbd8d3501204fe51bb9f48f5abb5a660748dee5dd52'); -INSERT INTO messages VALUES(1524,310598,'insert','blocks','{"block_hash":"8265b2da5687b7848f740cbbffabc564923b47242e3d64bd058724969323f44a","block_index":310598,"block_time":310598000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7c64079a85242d61217ddf145eaaa49c880355ce6d8998b643f3fc071177b4d7'); -INSERT INTO messages VALUES(1525,310598,'parse','blocks','{"block_index":310598,"ledger_hash":"df2f6f05d8c697050096e9e9b17d2c3710da246b9d659f96af6d47cf940442a9","messages_hash":"4995f3017de3cdc3376ac65dfc8ce3582d6a598f8496765bae78e61e518d01a5","transaction_count":0,"txlist_hash":"4fbd933528819ab3c7788ae7292184e8f756d17660baff7785301defc6c20d6a"}',0,'BLOCK_PARSED',NULL,'36976a88cbcedf653e5d9ad3a9f2aa95fd9c5e99f5f1eb59d0d5b2bed49e2203'); -INSERT INTO messages VALUES(1526,310599,'insert','blocks','{"block_hash":"71c5bf880161d3c13b2fb887d3d034ffd62ce1962ad91036b75241025baedeb8","block_index":310599,"block_time":310599000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1a8ccc4ec7711d5c983d1ec88978a8cd8762989fd0bd7ea6fcf947ad1805a5bd'); -INSERT INTO messages VALUES(1527,310599,'parse','blocks','{"block_index":310599,"ledger_hash":"690a98a9c3a835f7383124a4a171e58b7a1f17332b5b66d7be095dfb99636e84","messages_hash":"91f7428d5657b8ca328a999b22514fbc5c7bb50e43eddf47d4f55a16559fa87b","transaction_count":0,"txlist_hash":"99351227ea2c5e09019fa29e9282ee8e03cd01d1752755c36919dd5b9f92c429"}',0,'BLOCK_PARSED',NULL,'70c383e3d6df24d5d1bb4880318a6bb09a68f7267a9cee734ea0117b87ed8c9d'); -INSERT INTO messages VALUES(1528,310600,'insert','blocks','{"block_hash":"f91274374a64d9fabc3b57d401524d00c7559e7277760df594bd856380b7743a","block_index":310600,"block_time":310600000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5f24e7fc11331c524e7b884cd703ff7660ea1f76f508d6b0ec90d90df60a20fa'); -INSERT INTO messages VALUES(1529,310600,'parse','blocks','{"block_index":310600,"ledger_hash":"9067cce032c8e080df48be0a1489479c346d7968f46250619ca64387dfd87001","messages_hash":"9417093b82eaded2466e774921fe1d2625ade2b6ab821a9c01b420442b76a9be","transaction_count":0,"txlist_hash":"7f0dbd6689ccc0894130428fce9bb17cd3efeae2e38893b721ab3d2a5724a796"}',0,'BLOCK_PARSED',NULL,'9e35461a7979b110cca7c8c52a4d0b8d8ccf600d59d2a49a07b822a3bf08502a'); -INSERT INTO messages VALUES(1530,310601,'insert','blocks','{"block_hash":"7fe9c0f4363e78dda78e932fedab2043c79dbff404e542d13913f3cfe98509cd","block_index":310601,"block_time":310601000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1e537a7392c442cd33a3586c5e279cf7078b6a85d114d0431b14b46c5971d867'); -INSERT INTO messages VALUES(1531,310601,'parse','blocks','{"block_index":310601,"ledger_hash":"25d922d16e782dac0326e5b15f266eff4ccfa34a8778d1293e25db4e67feb516","messages_hash":"9d7b5cfcec51845641bd1e08b70e3fe7cadb142ea9125414a6d2b6e1dcfc55d8","transaction_count":0,"txlist_hash":"7b7989d4fa031daf27bd9f46e349fa664449becbff534661fa5e7bfed1e93c82"}',0,'BLOCK_PARSED',NULL,'1bdd3531eb82e9c7e99909704f43eca6c6035ba2f4886c61e626c92934f72c6a'); -INSERT INTO messages VALUES(1532,310602,'insert','blocks','{"block_hash":"c7ef51e67a29cf83317e0ea235c1680749d256a9c0870e560560bd75de63efe2","block_index":310602,"block_time":310602000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c87f7b162c763a68c6b2392879d88139015d92ed9388fa3479799f968159a217'); -INSERT INTO messages VALUES(1533,310602,'parse','blocks','{"block_index":310602,"ledger_hash":"be5e3139d8586e393873fdd17b014929f3916d8a50c959bb75b6aea4db3b6f53","messages_hash":"96eabb8b8575fc8da0cac962493586e6d2e7b27eee95cdb5af54d3814be4bd3d","transaction_count":0,"txlist_hash":"6f46558ca2023cf78c2a461f486d74e112fd2ec64c692516b5f5bf9d1a33b49c"}',0,'BLOCK_PARSED',NULL,'50fe9d1bc0152df3056ff133d619e4678478071e547bcb7378f944fa0a575549'); -INSERT INTO messages VALUES(1534,310603,'insert','blocks','{"block_hash":"44ae66cad2a5f9beff6f9164db3055de3c1e953a3d37a73fa650c013d16ef05c","block_index":310603,"block_time":310603000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8b18db198605e744b6138fb35d7162f610e02b16954533fc1b1cedc923cad12a'); -INSERT INTO messages VALUES(1535,310603,'parse','blocks','{"block_index":310603,"ledger_hash":"2353cf09fe846b4166544cf95863258c5f89b432480f71ed08980c08511ce2c7","messages_hash":"329cb4bbf4af93a13925de048c09e988411458779bdbf49daa509d2fdfe03f54","transaction_count":0,"txlist_hash":"2873ba053ead1a405f94a9aadb0c7a8b3f6f2aea88b71095ff6b4f8a9e672714"}',0,'BLOCK_PARSED',NULL,'038cb202ae7ec10653e316cf985cd67798f455575688c5058d10848aca1c852d'); -INSERT INTO messages VALUES(1536,310604,'insert','blocks','{"block_hash":"36751b935b0c18b816f86d5a2ca16469a46ea41bf002abde994d15597ae9665f","block_index":310604,"block_time":310604000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e5c035029d49f7a98cdf581a3245eb701274d1a341f738ef171440b81610c8ae'); -INSERT INTO messages VALUES(1537,310604,'parse','blocks','{"block_index":310604,"ledger_hash":"a9ba0c79327a97a9598073003ae66fc9a472ebedf31a5d4d3512629c59f6f952","messages_hash":"f9a85e334bd3f86a48690bb8a72441df32e8ae80f861bda294ccf90b7658e4cf","transaction_count":0,"txlist_hash":"d1baf5e62e3120e51633d9cf2e24a641912351a39ea588258ffcb9d43cd90ddc"}',0,'BLOCK_PARSED',NULL,'df25fd0b22593dfca93b1cdfa611e076bf7f89498e4d364b9c2c360454d1a622'); -INSERT INTO messages VALUES(1538,310605,'insert','blocks','{"block_hash":"ffa6edcb68ee2bcb93f121f0a1cb1012559f2e38752f45034b03deb8c8947aa9","block_index":310605,"block_time":310605000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ba373ce00351d45f40a14584308d384b7283201721ad6b6d854e77b257b56c1c'); -INSERT INTO messages VALUES(1539,310605,'parse','blocks','{"block_index":310605,"ledger_hash":"24939be5e74e777849d5ee446483c3667bb9762a2e6b04ccc32f46a13c0625d2","messages_hash":"bc334f95006ab01549d4a461e814fac4865a723a2687b4844432efdfd3c27cfb","transaction_count":0,"txlist_hash":"72c828430e880b7eac34b1e7616375a892d8d924bc2d447984b094091b810464"}',0,'BLOCK_PARSED',NULL,'0190cb04e08b65981b10b0096119394f3c75e8e8697d0938c47474370a746fe7'); -INSERT INTO messages VALUES(1540,310606,'insert','blocks','{"block_hash":"9f9e9673b0b0fcd2730c3fca4c241b6f506ac17f7768eb40ae1642614c4be93f","block_index":310606,"block_time":310606000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d0ccccabe6642cf06276f9b309a75ea26adc3634932aa83584bb861cf024cfc2'); -INSERT INTO messages VALUES(1541,310606,'parse','blocks','{"block_index":310606,"ledger_hash":"77d7cd9e661d7b06c940254fdccef8ba463ec9e4bf07e1a47288aefb10862b62","messages_hash":"3b931ca480a3697c6607489cad76969d64a21d6207219288b654da00f6b4bd72","transaction_count":0,"txlist_hash":"c0727f185c8d3f39fd2d29829bde1f10a938bcd035906b7a6f9a58fbc125da7b"}',0,'BLOCK_PARSED',NULL,'0a6cb5799ac4b40669ecd2918057b8fd4f807c2c9feab9b2e628bb3a4b4e3411'); -INSERT INTO messages VALUES(1542,310607,'insert','blocks','{"block_hash":"ea8eb241c2a5eefc21de5385132dee695fdd7a496679935c4de015a18c2a116d","block_index":310607,"block_time":310607000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b5fe572afb8a1d88dbde8d556a92a5f2d19c0073bbeb8b300e9215aaefc42260'); -INSERT INTO messages VALUES(1543,310607,'parse','blocks','{"block_index":310607,"ledger_hash":"b9b9190c1f33d9ec9d3ef5ab16ab5ae3df37a10aacf44fa36d7d706c6a2dcf92","messages_hash":"0c583c87f01a90bb0407652e4576c9d16ddabe7313c521361cd3d5ead4823700","transaction_count":0,"txlist_hash":"d9a6511fd4f1524b13ef62b6565099c0120a5a78e30d233e782e8ccaa59dadab"}',0,'BLOCK_PARSED',NULL,'377014e9791656f60c411a9ba23afd5c10ab3f0661af401d71e6ee715e0c85c5'); -INSERT INTO messages VALUES(1544,310608,'insert','blocks','{"block_hash":"ab7b08803f979b35074aee71ce1b0f68bf535632798ffb7c5c5483ef5a16f846","block_index":310608,"block_time":310608000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7fb4353c5cd48731312a35e8125cc3ef2b0baee2868f25fa49c95a03110a119f'); -INSERT INTO messages VALUES(1545,310608,'parse','blocks','{"block_index":310608,"ledger_hash":"6106df15c5efce0d238b69286531168e5fd935ec66efe5d99d7024f9a15f2612","messages_hash":"b7d5de12662a8d96f84d46157aba613b19529bd3db41a703b458d86f86753d48","transaction_count":0,"txlist_hash":"325c7d3f52b8a41b966a74f9590ec180f0604c0bc1aed8c1d4d7b60f97955621"}',0,'BLOCK_PARSED',NULL,'9634e5bf87b61db04829de4259b3835e1200d921a81197588dd6477b58faead1'); -INSERT INTO messages VALUES(1546,310609,'insert','blocks','{"block_hash":"83dabb41813634b8dd95b45762989c7a77492fc2ae38b5d0d098fd3fe9946455","block_index":310609,"block_time":310609000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'468ac97546cbe9490b341e2d26ca1fc5db0ba4079e38ba01461de2a21b45ebc5'); -INSERT INTO messages VALUES(1547,310609,'parse','blocks','{"block_index":310609,"ledger_hash":"4cf1aca34358bd858420fddfa75964c6b8400b849d3a0b637baeb902e3d143f8","messages_hash":"c03ee111979653d7e3fb74a9b79d8ad0ddc9ee0e1b3cfbedace91351b7e94c69","transaction_count":0,"txlist_hash":"53e05d1f8de2051b590249c449c02881d8f98a4fef4c8cebc7f058766907d1d2"}',0,'BLOCK_PARSED',NULL,'eb9834010d16bba432ff8f876d1f9885b04a7ebef1b1e83b20f5f767d0826224'); -INSERT INTO messages VALUES(1548,310610,'insert','blocks','{"block_hash":"f1372a9d1069265cafe8a06fd5ed5493d7b45f2c2588c0eebf8960c7fb53b7b9","block_index":310610,"block_time":310610000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f2aef339db0c18578be99c1df24ed1ec18cde0ba95b49cc07e6919979077468c'); -INSERT INTO messages VALUES(1549,310610,'parse','blocks','{"block_index":310610,"ledger_hash":"75380e5aec9bb02a0fe134b9ac364bb3217d2faeb8f9ca8d3d045e145a8db004","messages_hash":"56279b6a116ed94aa325310a427b44c0e02d85c16303b7dcebc159db1610dfac","transaction_count":0,"txlist_hash":"d42cd49ba8d422666f6a837facdb242d45580b7a040f480e2d02b552a9cc4acb"}',0,'BLOCK_PARSED',NULL,'d5b089336491938c56c75a9e1c71fd3af2bc6f96e0d5fb5d27354bf6f955c82c'); -INSERT INTO messages VALUES(1550,310611,'insert','blocks','{"block_hash":"6d88122546a07e75804a8c89225b63cdf5fa1a306b0eb720def88aa00d927d89","block_index":310611,"block_time":310611000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'33ca42c3bfa0929be854275f3a65c49cf7806f96b38afb5eb40257bb989ba25b'); -INSERT INTO messages VALUES(1551,310611,'parse','blocks','{"block_index":310611,"ledger_hash":"61c6bf541cef555b6e807fefd0c1c4aecf62e35692ece1946effc8d0f0c5e4e7","messages_hash":"4cf177826e14cbc54aaa11fad56c97b7232993809079b3c16d36d060ff17d2e8","transaction_count":0,"txlist_hash":"a2264393db78be837babeb4cfad0892bb56aa969e753a26f5c7f171f7dcc58a0"}',0,'BLOCK_PARSED',NULL,'6f2e0b4829760ad667e4d470768568df8399587bc2dc44c746600eae40f3e557'); -INSERT INTO messages VALUES(1552,310612,'insert','blocks','{"block_hash":"08df9f68813183cf897db14100b9d6399678437338edc8578dd4998420a3c0fd","block_index":310612,"block_time":310612000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'925c28464295fe4e42a355773db5de0ded95ebe31f717324ceaaf8f10fbef351'); -INSERT INTO messages VALUES(1553,310612,'parse','blocks','{"block_index":310612,"ledger_hash":"a9c53f23b3766b394aca7fa4e0e2f4d7bc231f58acca5ec294f1100e51a07609","messages_hash":"7c464f28ee795280f365dd13a3bce6c4b4492fabd9c494d6b50e544bc6ee508d","transaction_count":0,"txlist_hash":"192dd744f9a0ae97790e6703435dc8e0b2c494253b086de0568836ae20532bec"}',0,'BLOCK_PARSED',NULL,'b1936122e95b03edc54f651f50125fb8729ffca8f19268cb93bb65101b50f95a'); -INSERT INTO messages VALUES(1554,310613,'insert','blocks','{"block_hash":"c22021c5e4fd841a5f506df91ae88a4dd0b4edb5c98e6c5ab7ba9ddd8cd0cb53","block_index":310613,"block_time":310613000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aeb92ee418c340ccc8b983680c4e71830544bf4bb0408fd45e2ac0f1fa3fee3c'); -INSERT INTO messages VALUES(1555,310613,'parse','blocks','{"block_index":310613,"ledger_hash":"81f9a537145fb937f08947176a73d4655e4bfbc3b0a0c3d16584c9fe31864e93","messages_hash":"5e48ac61a34ceb074dd3d1fa78e9fdfc71dc2c20c69daac9fdb99c8cbd699ad8","transaction_count":0,"txlist_hash":"2565e5c8c1b506aceedee56e7b5f9f75c41f343d380a89126b0a2c31f5c86fd4"}',0,'BLOCK_PARSED',NULL,'4a256a2f1fd82253c157b2c66e5330a1bdd4e8ab8030f10256d4aab7c90b32d7'); -INSERT INTO messages VALUES(1556,310614,'insert','blocks','{"block_hash":"e20f3fc33885662db862e5f1aa53044b4136e0097e7919f071a0f802c9f9436b","block_index":310614,"block_time":310614000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1b38ba68c7a47a53d42abfca17ec47502638485058aeef5dcca79fc1ed0bae86'); -INSERT INTO messages VALUES(1557,310614,'parse','blocks','{"block_index":310614,"ledger_hash":"f3f90352f7d1b5e8d8301eb351ae038e27e3d8210a9a544d42c67147328532c0","messages_hash":"11c988ad42862771c810b7538e576562b3845270c4ac7bdb3eba14d8e54f0c61","transaction_count":0,"txlist_hash":"7b230e7ff6d8ac1f26ab75056143a3d4304378270d31881b7557ae70a6c754e4"}',0,'BLOCK_PARSED',NULL,'235cb93338cd58f1807157a2d2794d3d860bee75a2593468bd563a0518d22ab5'); -INSERT INTO messages VALUES(1558,310615,'insert','blocks','{"block_hash":"fd437e201cc2338bd936bc84f7baba6d100332926bee80f785f9f7bba722c5dc","block_index":310615,"block_time":310615000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3e5bfc3d2de9e9c1e853d33c6655170d02779559dec1765366c6d30795255483'); -INSERT INTO messages VALUES(1559,310615,'parse','blocks','{"block_index":310615,"ledger_hash":"88d0ebfa193bccacd5a6198fdb5544f7bcbae34d1c6a0b48415f481facfc2227","messages_hash":"2e7e312f7c36a68e54cbf00e34fe52c9a76689b242aab166bd08ae1f1de77ab5","transaction_count":0,"txlist_hash":"a03b1fb8d09d83f038680b716056361805ce89b7a7a9e6cefc4bddf07063b1a4"}',0,'BLOCK_PARSED',NULL,'e94b31fda3dd92c4abab4ef1fb75029c4487f2a3d5b86ea7973ac43ea01291a9'); -INSERT INTO messages VALUES(1560,310616,'insert','blocks','{"block_hash":"008b25e6dce1914cecb91055f1bf5d77bf0be6f98b89ff06bfa41c193a321d84","block_index":310616,"block_time":310616000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e8c82b3ec9beff4a68c2ed2cfd6fa29aa63f5e3ea73a097767a52b6a65060cde'); -INSERT INTO messages VALUES(1561,310616,'parse','blocks','{"block_index":310616,"ledger_hash":"78dc24332463f1a27e7849813451835eaef944276f5bdec1838c30a3dee453b5","messages_hash":"b186d3af4f7ab5e3119e94e6a14e90d67ac3db11b2fc6b416088501dbd00af2c","transaction_count":0,"txlist_hash":"2b151ee345b1de7bfe92981498405abb9db50907f5525df1cc3030d982baf2e9"}',0,'BLOCK_PARSED',NULL,'c068f5c0a0ca4a33cc0f13d473b291d8e320306ff46790a5211807a83a42d073'); -INSERT INTO messages VALUES(1562,310617,'insert','blocks','{"block_hash":"cb54e04a81c8bce7eea1866cf83b3f3fc8d8332fbdb41b242cd0bc38ff243c29","block_index":310617,"block_time":310617000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1585c368a9e9e68145cd3c5720245626627155b65451d4c238c108d930f3ec5f'); -INSERT INTO messages VALUES(1563,310617,'parse','blocks','{"block_index":310617,"ledger_hash":"6f8ce24bb75ab6ffdaefdec9123489c2a7efc94a7e1733637fa668ed5f7aa740","messages_hash":"c8ac42c3470ec768d2f733b9f744cef710b367af9f37172079f0c63862c2d9e0","transaction_count":0,"txlist_hash":"4e2b72d4459ee3673fdc855bff9efe0c95de337ec77780c6ce84142895d40fe1"}',0,'BLOCK_PARSED',NULL,'537c8dcdfa6e44b481f4dad521a2e859d4740f3ee69f36b5c327b043b7c41df9'); -INSERT INTO messages VALUES(1564,310618,'insert','blocks','{"block_hash":"f9bbaec16de49df3e5ae9af5949a283789c143078a31ed80dd1c22e35d9ff70b","block_index":310618,"block_time":310618000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b6e6c9b8a7de7be60a36ec6da77eca6866f4e4c35b231f92f9cef10ee1a0febf'); -INSERT INTO messages VALUES(1565,310618,'parse','blocks','{"block_index":310618,"ledger_hash":"2e0c8075d1d0248881c14b9c3f69ea7f011b6db18c84711bb07b7f68d0099a36","messages_hash":"2559136ae47c505d64ade70e01726d382e952225196ed6c00062f3e48d03de80","transaction_count":0,"txlist_hash":"78f186296b451b2aa2be1ae39e87df9bd8eb11dcbde06ac9b6b5b3bba38c4432"}',0,'BLOCK_PARSED',NULL,'0ddffe609d969429154aa30bba57e17494d0ceea93c5b041e4f3c4b0427bb0c2'); -INSERT INTO messages VALUES(1566,310619,'insert','blocks','{"block_hash":"4c02eca877e9ed946d3b839c08717d48cfa08366f42f8bd9b84d60b20b34826d","block_index":310619,"block_time":310619000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6daa7c6d187848bb69738dc12deb08522f2fff30deface01e65dc80b63386d75'); -INSERT INTO messages VALUES(1567,310619,'parse','blocks','{"block_index":310619,"ledger_hash":"13e04c93557b86a637a5b7edee007fd30ff4f813d9a3b4299d503383daa94d4c","messages_hash":"6a5f77cc080258e89a39cf32371f38422a9923b72df0e597825eeb97f6f26cdf","transaction_count":0,"txlist_hash":"07be379248f9d4f83fecdae175a1e530110ef7f02b9a0656dc6772f3bf212bbf"}',0,'BLOCK_PARSED',NULL,'0cd0581adf25e1f091d6faba1995772ff628f03ee4587c8b8bb1d5f07ddbcc1c'); -INSERT INTO messages VALUES(1568,310620,'insert','blocks','{"block_hash":"98120d1d59fd5782e6aeaa785843b42351cc656f59ce10b76f7597202ab54519","block_index":310620,"block_time":310620000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'45f57b226b070ede2f56af0ca133b04463439a6c80495dfa0336741ab71961ba'); -INSERT INTO messages VALUES(1569,310620,'parse','blocks','{"block_index":310620,"ledger_hash":"4a60f0fbbf4d6c5bc0d8ad98cd3f2ec3212d6bb606bd98d1dce345288275c3f6","messages_hash":"b93fb7ccd7b063d01d84d1b13101e4a61733cc55072c35ca0c8abd449d2fc985","transaction_count":0,"txlist_hash":"f32d375eab7ab8e9c45f431aab01be2439bf2df00a627db39c2c11c2865e6c68"}',0,'BLOCK_PARSED',NULL,'5d73c54ee5ed542ebb37501ada586e166c5563769bc0326d8f6073b489da6e68'); -INSERT INTO messages VALUES(1570,310621,'insert','blocks','{"block_hash":"1f1a7124acef608c0effa6d985dee5fb44a42035d310c390512519dcc004cf11","block_index":310621,"block_time":310621000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4276986be1a546941f9bd52a5237862054cfc2ca334b725fddffc8562953239c'); -INSERT INTO messages VALUES(1571,310621,'parse','blocks','{"block_index":310621,"ledger_hash":"785d1a4f88ab690182405388c765098212f522432e69a68ee5b7f471a8164d7e","messages_hash":"c7acd8147e46c97ed2e55e6421d977f46f40a1a51613a95e0dcd35e6b9fc4261","transaction_count":0,"txlist_hash":"61f152136a55a1c8c000d536f50b4c53fd0996e1794a80e9c1b40147069a9caf"}',0,'BLOCK_PARSED',NULL,'9cbbd88846b4d9495d54f3bbfaacffa164a91b0f2141d36131c8edc91254ffb9'); -INSERT INTO messages VALUES(1572,310622,'insert','blocks','{"block_hash":"3088fa55337f70b4b67b9ec09e4121f30df45211ce7fb248352437630298bc47","block_index":310622,"block_time":310622000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cc74f07bc74944d21af53b8ae130213d6cd7326844f259413cc5ab84e3a47d3a'); -INSERT INTO messages VALUES(1573,310622,'parse','blocks','{"block_index":310622,"ledger_hash":"ea74bf89453deec1c8d391185c8cdbfed0064a9e9b09948eed408d7b560b1982","messages_hash":"7261c3521e698a3a66b6163feff1e0813b84ce241a4dd4e1c684127dccfc735f","transaction_count":0,"txlist_hash":"b09eab6d5f874d31ae759122dad38111111d00f670e668828274286d10f85524"}',0,'BLOCK_PARSED',NULL,'b2b18afc5bb8c13326263f720816be905f813a95b04c2e22eb83252580bf9e2a'); -INSERT INTO messages VALUES(1574,310623,'insert','blocks','{"block_hash":"817efbc8f182833c8d19ef29a7b806d402f4fce3d76de1c099c3199b15520dad","block_index":310623,"block_time":310623000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1f7ab0030d37f52a3fe79478efbfbbfdc3a0c0b3135d812cb3f2aa30f9cbd09a'); -INSERT INTO messages VALUES(1575,310623,'parse','blocks','{"block_index":310623,"ledger_hash":"c969c1ab67b3b338989e35568c4fba6bee0278a6fb1fefd9995fe55d316e6843","messages_hash":"46f08621deb169eae3516a824d97dc56626ffe6f86005acc8f2ffae1e150060b","transaction_count":0,"txlist_hash":"2e9aa32554fc9ba2813195a611ff2a1ae9464f8225931412ec9db770a54bf9b7"}',0,'BLOCK_PARSED',NULL,'02f97964cfe1bee244bcc8fa971e1d94d2ec285f5c769805c5207c4b284efb3d'); -INSERT INTO messages VALUES(1576,310624,'insert','blocks','{"block_hash":"3c0ee9ad535b3b4a202367fcf45861eddf7dda7021af3565863f3358666e3cf4","block_index":310624,"block_time":310624000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'44b068f917d88a4e203b0078de5380d39a370073c194281b9afabe819ff29f7e'); -INSERT INTO messages VALUES(1577,310624,'parse','blocks','{"block_index":310624,"ledger_hash":"4b3014e7daf07e12ce4f59d0136f75425cf81c46d68c224edee560bdf32c4413","messages_hash":"32df285ce803e3be83152de2947105a19f612e9862154c3e5950c22b818b993d","transaction_count":0,"txlist_hash":"55f617732b7b76a0635e7d1975881afaa314d0aed2a3f335a79775a4076a5505"}',0,'BLOCK_PARSED',NULL,'945fb63f65a61f62c149c98e007e3ac555350699f1d82865b5569cb6d71fb600'); -INSERT INTO messages VALUES(1578,310625,'insert','blocks','{"block_hash":"bc28b31c2032623bb295cdf38d7b4ffcfd20d96c95301122d18463d54c6c11ba","block_index":310625,"block_time":310625000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7948ea4e7b42a96521b9f3dbcf6b39c9080d4b5624706a234ac05e76a8d5f33e'); -INSERT INTO messages VALUES(1579,310625,'parse','blocks','{"block_index":310625,"ledger_hash":"c29903b73d4ce5fae6c20af6dac989ee532d57945f4d286c1552ebbe4829e514","messages_hash":"04af803fdd11643f4a0257ffa19338bf9e3909384a1e3385d261e187a4177147","transaction_count":0,"txlist_hash":"3bb99f09fff4af95e566a3ac3373287b056ea5b545d9e166e46f335ea0c5c6e1"}',0,'BLOCK_PARSED',NULL,'d4058eace4cc8aaeb0194acfcea1ccc6c9c6c0d271e7aee7adffbea7b5b877e5'); -INSERT INTO messages VALUES(1580,310626,'insert','blocks','{"block_hash":"b6c172768d20d9c97cff56f083d61920e1ea39a93c7c09afff3767858eab950d","block_index":310626,"block_time":310626000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e0278a26b9bd84cef9e105aee749c52a7a04bd67405c874712a81d78158e48cc'); -INSERT INTO messages VALUES(1581,310626,'parse','blocks','{"block_index":310626,"ledger_hash":"be056a10dfbaac7a217e7f30c5e60f5bac78aea92a16417ca2921d7f3b41e97f","messages_hash":"da06453bb078b6dd259462f1d118c466a21b68fe676226506d249177b058c340","transaction_count":0,"txlist_hash":"9a1652a5d4724e13e989ddaf79321c684d8f965611ec1f9647f778514f070c02"}',0,'BLOCK_PARSED',NULL,'cabc261c22cef385b9753cf9902561ca765221e35802de04a5fe69c33edce4e4'); -INSERT INTO messages VALUES(1582,310627,'insert','blocks','{"block_hash":"828a91a4b44acfe311e116569ab6856dc528b52ded683df95d390bef4e6c115f","block_index":310627,"block_time":310627000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'77596496d893b6d44ae1eafead5b763d6e0ec0f49df5fec4a32088da2d5835e5'); -INSERT INTO messages VALUES(1583,310627,'parse','blocks','{"block_index":310627,"ledger_hash":"b410bb813654419d23348e4bfcf5ddf41a673358a6a973fc57e3816347bccc8a","messages_hash":"be7835c1b5c60387305f437418225c4862ae327240c9d416f2384f22ceef91da","transaction_count":0,"txlist_hash":"3972379962afb9662ba4575c95a5199e86c0c0bc2dbe22e6eb085bf7ba3fc746"}',0,'BLOCK_PARSED',NULL,'4bc3dcbd75f0ad6f8d4cf84e9e095b2cbcdd464a9560c24e9f5c59746cc5af05'); -INSERT INTO messages VALUES(1584,310628,'insert','blocks','{"block_hash":"f319b382302b18f1bb20205e85c8f938bbf2c643101aa1db30985d36f707494e","block_index":310628,"block_time":310628000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bddcf285b75ba0299876553a6c7cf90073ca6f33e43d4be24b623addfc4181da'); -INSERT INTO messages VALUES(1585,310628,'parse','blocks','{"block_index":310628,"ledger_hash":"5ad3e05ff5f93a90818ff1d4ffb39b8476e2e8c6ca60e88c27f92319d41d8725","messages_hash":"a4ff93a88fc3a0b9f971a73a4944524b6a35edaa0c33b1ab4150f7b6711dd2ff","transaction_count":0,"txlist_hash":"87da2abc9c597cb51b2aa237eafb6bc103f9ace5c9a4d96c4018ce8d68881145"}',0,'BLOCK_PARSED',NULL,'7f0d5c1a89e6a49522717f10c55d044f2b5ef9d69ba072f35c44a82e29f89b74'); -INSERT INTO messages VALUES(1586,310629,'insert','blocks','{"block_hash":"254b0cb0f311451dff00741a8a1d083190d1bb2300029219c26fae1e37ef3a20","block_index":310629,"block_time":310629000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9bcbcf26e839bb7ec8db34f952db8e59d5809f6a6bddc10e97aa6a80c1af4172'); -INSERT INTO messages VALUES(1587,310629,'parse','blocks','{"block_index":310629,"ledger_hash":"9c5a977c46b99326a92caa9d112b871dcb7160e2c73abfd4a8ed015330a2d032","messages_hash":"8ad4a34b8bc70753dbdc664411a9f0dd0fe8c58b9a085922034d8c2f6beb702c","transaction_count":0,"txlist_hash":"ca03c36b8dd4b0efdbcac4cec78f0d5ddd939e4cb357c31bde355b87dfbb4b95"}',0,'BLOCK_PARSED',NULL,'f60003b4217e396ad08847c1928e90efc86ca5c962edb2992aa0aa3977104f54'); -INSERT INTO messages VALUES(1588,310630,'insert','blocks','{"block_hash":"09122d8e8e5b1e1f6cb5a16b7f0149afb37aa0c9c6a04a9288198854b43b6fde","block_index":310630,"block_time":310630000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'11ff6b8f3678e07edbe19b418317b0c242afca6b943cb2bd19ade35cf32082c7'); -INSERT INTO messages VALUES(1589,310630,'parse','blocks','{"block_index":310630,"ledger_hash":"d8fc4c7024781f7f0e4925c28c2eba5c12917e3c69375b286148993c7bc3bbcd","messages_hash":"770a0148c333b2e91b7f8895b985c83ea0abb04dd4f3da784ef4d6ee8554b754","transaction_count":0,"txlist_hash":"d50d9f93174debc774a0a966a63099af1c515ffc31d992a18c0aa39a9a698f38"}',0,'BLOCK_PARSED',NULL,'33603e9841665c2a85ccc65e1a48c3211dfddfef2cc280bc2563c3ee0f82ead8'); -INSERT INTO messages VALUES(1590,310631,'insert','blocks','{"block_hash":"b13cf136f0c15602dacf7625e6edb4a66ef804084424c1a01e7c2a2a512619be","block_index":310631,"block_time":310631000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'01bb38d9c9789e3b53d57b3daa8b70059fe428bf87842615bd59abb40bc5dfba'); -INSERT INTO messages VALUES(1591,310631,'parse','blocks','{"block_index":310631,"ledger_hash":"c12ab1abd6ade6e559de7801c009ee5862e04e5a84b4b28f012b167a4d70c68b","messages_hash":"45f36c7e6e29bfaa27dffb7dcc8624f48dd64c7753f5abed6f30e40577540641","transaction_count":0,"txlist_hash":"4009c2ae7bf5f5415e72bee5c99644e7d4dc760d020929544e71d96ae4c949c2"}',0,'BLOCK_PARSED',NULL,'acfc34fb17fea226203f41250c42ccaff35506bd3be5ba06ebdda2a5df7b6afc'); -INSERT INTO messages VALUES(1592,310632,'insert','blocks','{"block_hash":"79c10009cf92db94ffc72c6475c65116df5e13d1d31d15462bf6af255857cde1","block_index":310632,"block_time":310632000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4569abcf751eb21e8d5ec8456ecd71f7c494ac1b2ec65a16b843a52aec076cc5'); -INSERT INTO messages VALUES(1593,310632,'parse','blocks','{"block_index":310632,"ledger_hash":"03170891d13e894608eb5d74f6134253b910605d4f763807e538bf1817cdb232","messages_hash":"e2add6faed921995a6664f07cb5325ee51bdd01ae62f2c26bf47e705deb39d15","transaction_count":0,"txlist_hash":"3e14c67f6b7cb1004e55353c86ce60b2817646465f0815b5f2f93a75a426d040"}',0,'BLOCK_PARSED',NULL,'004a7c77a362c63075d8dd11808fe395c0bd7c366ac411753a08d3bdfc257fd7'); -INSERT INTO messages VALUES(1594,310633,'insert','blocks','{"block_hash":"e0704c45ceb7db9ddbd7470f41978d6e413d586afc9dfbf8c7726f4ad8eb95f1","block_index":310633,"block_time":310633000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d9fd6e1f628264bb1d3a4ddbbec2cdcce553ad1da71b4212d268547e25c9c516'); -INSERT INTO messages VALUES(1595,310633,'parse','blocks','{"block_index":310633,"ledger_hash":"77f4e7710ac39bb4686c59eea34ceb696079acb46a8620544e427e2e814949b8","messages_hash":"e60f3b509e5b474573bec0e17f73545f7e364e737d5a6ee0cd74adbf73e25d9f","transaction_count":0,"txlist_hash":"b4ff44ae5da9ab8269472175d3f9d735eb6a7e7a6bfe67e198b50d955b603fda"}',0,'BLOCK_PARSED',NULL,'e6b5aadb013f8cbabf228c814c1379b753b5cb73aa4e0fe1b2b17ea4e99cf285'); -INSERT INTO messages VALUES(1596,310634,'insert','blocks','{"block_hash":"c4c66e703e975a6dc90beec42a4fa8de7df296340b408159caf4e7a8193b48af","block_index":310634,"block_time":310634000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f9d44e403c2c1a704c809241d2ad0eca31a0365b6c9444b564a11df813046b47'); -INSERT INTO messages VALUES(1597,310634,'parse','blocks','{"block_index":310634,"ledger_hash":"a31473dfec4fb8d1659024b3b627715c68e7635396dd90c184f66debdff35ed9","messages_hash":"12800228b99bf4ab821dace6f17e66b9ed1f0c0f5e616704ad08fc211a8f03d0","transaction_count":0,"txlist_hash":"a9be49ffad351ffd51bd7a3c11be9596f69919dc206a2957a5e8209163b1344a"}',0,'BLOCK_PARSED',NULL,'aa53a86789a5e5a9f2503268d89d86e5579ee55a0d03804a7721cc829fc32ee9'); -INSERT INTO messages VALUES(1598,310635,'insert','blocks','{"block_hash":"8c172e08259774a0d6cf10df2c807f635c37a1d8da2696f2c5dc0b228626004e","block_index":310635,"block_time":310635000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cf5785a96aa84fb908242bb3cee0b90dae1b100b1566da6424282b46f45b8167'); -INSERT INTO messages VALUES(1599,310635,'parse','blocks','{"block_index":310635,"ledger_hash":"7f80269260ab4371585202d03b9c56bde5ab731e731a4f5c58f453f3057f637e","messages_hash":"214a6c13969deddd3ae57400953d53f2f6ddb89f6905772f9adc14a2fcf396ca","transaction_count":0,"txlist_hash":"df288e295dfc5fdff7119b42a62eec5ff4f0576bbc1b3a4c6624de59a755f102"}',0,'BLOCK_PARSED',NULL,'7c7563048ef4e90a315ca6bd940cb384bbfef30f9d2ee923d2292fab0971748b'); -INSERT INTO messages VALUES(1600,310636,'insert','blocks','{"block_hash":"ec48849cd07e997c0ce999c735ccb1439f4a2f59191913f0823a89802d02bc31","block_index":310636,"block_time":310636000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'adf15cb0ee974a36c4a16f8e61aab58f6b90845c282746dc83f92217daada20c'); -INSERT INTO messages VALUES(1601,310636,'parse','blocks','{"block_index":310636,"ledger_hash":"b6bc49e7852f6017b024ca0bdac9257e0f63109216cf00cfaf7110ca1891f5f6","messages_hash":"9b3bca0a6f0d59aab7c57979cc5e2602e1b78c174eee9c337e6a3f0f95f71c38","transaction_count":0,"txlist_hash":"b984adbd3d608c92dbd931c9fb3da5f33f2322ce78a810ec2e278c45f62a46dd"}',0,'BLOCK_PARSED',NULL,'73fe9c29a99340c6f22acc91fc1791d729a3317b5e64565c3cbd09c8723dc7a0'); -INSERT INTO messages VALUES(1602,310637,'insert','blocks','{"block_hash":"d38ce45ebe349abe87390200f781f8059bf95b76b82e5fc210f3fb2d47543336","block_index":310637,"block_time":310637000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b521270179620973e6db2504e97d4f59717f11f53f79dbe13b2a94222777d235'); -INSERT INTO messages VALUES(1603,310637,'parse','blocks','{"block_index":310637,"ledger_hash":"fb9be635d233ed088a81f6312d9650a8659b5c0d52a815b0f0585293092a14fb","messages_hash":"c0a9d0c4bcd173ca96bfe895e05dc37d0aed3984ba0d587cbf791b48f7f0c73c","transaction_count":0,"txlist_hash":"866504bc7ebf4a3fa68a8f94dff240d27d27462f2c10db6938877ae9b7fb5009"}',0,'BLOCK_PARSED',NULL,'08966512a7527cbbb900e57a415342ac5a456e035e4893ade05fad13dea15e55'); -INSERT INTO messages VALUES(1604,310638,'insert','blocks','{"block_hash":"672a9e105a3845ad58c393548dcc662a80af17ef0884a4894023f4685302577b","block_index":310638,"block_time":310638000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d0a590405a85be17bfed86eb95d796db984fbd01ff036a3475eee34a711b282c'); -INSERT INTO messages VALUES(1605,310638,'parse','blocks','{"block_index":310638,"ledger_hash":"3ac47fe08bcd6b16eed00fe5ed2facd3eaecf50f36d33688f197c5c301eee30c","messages_hash":"1ea6c91d0602391ea8aee9389abe4d5666ed7908b94e6d4ca9269c07b0d1d2d6","transaction_count":0,"txlist_hash":"94ecdc4de9361563c25d6d0faa000607c33e65efe2e98c1b8e0acbb27bae21ba"}',0,'BLOCK_PARSED',NULL,'2b89851ad7afaee9007067cb03167ea260f06b862c443347002b0ca384c68a24'); -INSERT INTO messages VALUES(1606,310639,'insert','blocks','{"block_hash":"d9f5ba015ed8b2eac57c5cca45f9dc1ab54f56632c3a256220c352710d417f1b","block_index":310639,"block_time":310639000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f3a29f2902664d7c1009bb8376e2cba9c159b3db927001ed6640c55ed5576624'); -INSERT INTO messages VALUES(1607,310639,'parse','blocks','{"block_index":310639,"ledger_hash":"b9dc4ba1d33b9e158c6b82f825748d28403f4c8c01f1362e859b7f2f696f586c","messages_hash":"7454e8382d05be00cdb9f9dd14145f19da1b3d05492bc271317d54aa63450d95","transaction_count":0,"txlist_hash":"535730de468af921ec665b48aac918582ca4b84cf2a4daca0f56392793c4c3b5"}',0,'BLOCK_PARSED',NULL,'5577f6e2a01d30721078912b5d6b78980533fbac9731cdfe327fe4ecfb038990'); -INSERT INTO messages VALUES(1608,310640,'insert','blocks','{"block_hash":"474facfd45196931f0bdcf43ed1bc8a7ea14da7e67996a4cc6dc2d6e2b64af59","block_index":310640,"block_time":310640000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'28029b01596ec7d16e7226c2b90be38f830dced88f00445875afed2688383d9d'); -INSERT INTO messages VALUES(1609,310640,'parse','blocks','{"block_index":310640,"ledger_hash":"be8b3bcb08364da2ab39827a0d02173c8a6a46da9480b2736d992e90008b8d9c","messages_hash":"e271779fbb4fad341dfda30973147f35a5a8c8231e57fba452ad93caa64d0fdd","transaction_count":0,"txlist_hash":"9cf03f02670340fc980745fbbf4f1e8fc0737a9bf4c771ed43014a1a06909e7c"}',0,'BLOCK_PARSED',NULL,'17fe25ab11fbc6bf2f913b1632f13aef997428363484d5ef7da1f7b5aacc3745'); -INSERT INTO messages VALUES(1610,310641,'insert','blocks','{"block_hash":"02d51592ca3541de38547d4b744cef9c480551456c7cae745ebb9d55d754096b","block_index":310641,"block_time":310641000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5b217931976151aea6726b8ed9e4bd55ea3350f1bbf9322b69e4bfab5a8b24b1'); -INSERT INTO messages VALUES(1611,310641,'parse','blocks','{"block_index":310641,"ledger_hash":"8e3e879044b5ad0ee409dd84ca9c07ea523484a3074822396bafbf449580c2d8","messages_hash":"d5dd02ef2424d906a1c9e8b734f94de67d018b0266ff1fcdadb3fc5881ae555a","transaction_count":0,"txlist_hash":"bc0c21aaa488ed44b152205d533dd519f13ccaf45b924acb3b6943057bcc1c75"}',0,'BLOCK_PARSED',NULL,'b0e324934e1aa61349afbfc268d8887ef4e8a0cae43e700d9bc2b2e8ac1889fc'); -INSERT INTO messages VALUES(1612,310642,'insert','blocks','{"block_hash":"cb6395d551dceafae515cfa3081473654eb0ee78b79242f6f1d6e5192c116ecd","block_index":310642,"block_time":310642000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'681c14f1467ae0df0f7c39c60e27e104d5a07e589cefe2d8d631e62b94c886ac'); -INSERT INTO messages VALUES(1613,310642,'parse','blocks','{"block_index":310642,"ledger_hash":"04e2dd3cbd7fa5aa973db5a1caa536ae26b385b236f71b4aaf59f230cf0b9d44","messages_hash":"5a9de42d564d50c1d82876bc19f6f527bc6c49e90d28ad8b672707767e08cfb9","transaction_count":0,"txlist_hash":"24d2eebe72806bdccaa30e2a4f30e477011d2a9066a71f6965391f96c4e6b63c"}',0,'BLOCK_PARSED',NULL,'a72c1974296dc3b149647b8f5465e26c2914cd18388112407eebc2b2c445fe66'); -INSERT INTO messages VALUES(1614,310643,'insert','blocks','{"block_hash":"b44200d5717e8bafb56daaba83f0b64c24b122aa18d3035cdb1cbab7c473182b","block_index":310643,"block_time":310643000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9e757976207394dfc50e0d00fb15731b3bc8ea528573ad0b8e495a7f8990210e'); -INSERT INTO messages VALUES(1615,310643,'parse','blocks','{"block_index":310643,"ledger_hash":"b7e53c4f80c0e70a0804a9e1ab3649929e914ed111c0998010e78f97adb8b740","messages_hash":"79147df94c368548be71cf3e2b6bb83d5597daf29ed70107e911fc56f74bc32a","transaction_count":0,"txlist_hash":"f2e7d9870f3172cda01305c9179874ec4a74d1cf36bdb51f1895baaf6448d002"}',0,'BLOCK_PARSED',NULL,'b24fffc2f1a4f78f78e64ca85734214e81d539a8d49eccf523321be2cbffb26b'); -INSERT INTO messages VALUES(1616,310644,'insert','blocks','{"block_hash":"f72c01f09a2f76629efa4f7244703a82e82bda4e9aa4f032025e84a86788c672","block_index":310644,"block_time":310644000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4ad1f48f98ed47b340c346379287d533fc30a45d481a8e26126f5df36183f583'); -INSERT INTO messages VALUES(1617,310644,'parse','blocks','{"block_index":310644,"ledger_hash":"f1a26ebe4528f04820f98944a5f54cf0211f3a450358e1a4574903bcb104536c","messages_hash":"28245e7826289a740873c360771a3d7a4f3664302229eaa9a49fee77b7e9d42a","transaction_count":0,"txlist_hash":"4da5bc21245c5556b392c79e7e42e3af86d21ff33a06d44f2b16e97c52e51295"}',0,'BLOCK_PARSED',NULL,'be30df9f7b09e45124101def50ed2a72d3ff07b78e54ee3f556994e71f29090a'); -INSERT INTO messages VALUES(1618,310645,'insert','blocks','{"block_hash":"f2a2ff3c7036d5a66de602a075aab3343bd9f6027215a79d451967773bfa29a3","block_index":310645,"block_time":310645000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2bad9983550ebef9e2baff7985f12b448e7116bfa1f9bf48c6de44b1d664db2d'); -INSERT INTO messages VALUES(1619,310645,'parse','blocks','{"block_index":310645,"ledger_hash":"8ee7cd3754ba2f85467916a695eb2823a89c17bd36707b2f74d5fe489ec39d35","messages_hash":"897c96bca8e25db3025fac02e8e6d1460416cfe7933b552a3633e6698e6e37b0","transaction_count":0,"txlist_hash":"2d81253d8673ddeebeb48c42b400007c090a6ba5f6f71ca5dd0b2d8299026a40"}',0,'BLOCK_PARSED',NULL,'5ce95c694f4b481f6d21751f38e030553107e63ef49b8ec76afd4cfdcc316ff6'); -INSERT INTO messages VALUES(1620,310646,'insert','blocks','{"block_hash":"839ef2ee85d2edc27b4257e50c667b3d0ebb254ada269d6f9bb07e076eb0d494","block_index":310646,"block_time":310646000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec1e804449ec413f4c9636a2de9ee486a414e3c6977094b46bdb04e006c8454c'); -INSERT INTO messages VALUES(1621,310646,'parse','blocks','{"block_index":310646,"ledger_hash":"a93684aea4d0b8177a008a7530f1c5a76aa3a6e0cd5f426fd04562eeed18edfb","messages_hash":"2d8d76db5f2fe164209b1f6667bbecae78cc47d58fabe342319656134c92580f","transaction_count":0,"txlist_hash":"fa576ee3aed499d0a1bb3a5aec51f5bb08223d3d2e03bf3043ed5a667b103a3b"}',0,'BLOCK_PARSED',NULL,'eedab3d55e84dd37118dda5b1d77dfe1d26bdd9329f2a880f4b80a3a2792cd83'); -INSERT INTO messages VALUES(1622,310647,'insert','blocks','{"block_hash":"8c3fc73a2be40301b82885028a4058923a5849d86cdd0bcf101e615965f0b86d","block_index":310647,"block_time":310647000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b2788e4bc3fd3c01c25da5dfe6538df369f36750f242fa32345243820c857595'); -INSERT INTO messages VALUES(1623,310647,'parse','blocks','{"block_index":310647,"ledger_hash":"f78e363f21bd326d12513b86ca5bf45412f33a70b140447da87787be0a39c898","messages_hash":"a3e765baedb9e723a5354ff91886df70f363dfd419941c1ec4cf305f51200558","transaction_count":0,"txlist_hash":"1e37b3970e04cdf0abd2871cfb6ba80960263c90c16b9dd588a3a8cb02feed8f"}',0,'BLOCK_PARSED',NULL,'a0d2d633df98fd0da1ffcb31496e2ee57d8e5c7c3e62147851e9027ade648f97'); -INSERT INTO messages VALUES(1624,310648,'insert','blocks','{"block_hash":"8b4b7bd45340942fff7a74b02e2d77f59943a5855e79566ac8f6053b0cf4e14f","block_index":310648,"block_time":310648000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'781f6054bd6539e4fb05fa825bba6784dbbd5895b63025b041949d91e5a35bc2'); -INSERT INTO messages VALUES(1625,310648,'parse','blocks','{"block_index":310648,"ledger_hash":"94d14b919e8df7f7a2503baa1ccce1ee54a3f2629288f7e2a54ff23055622eca","messages_hash":"65f567b5801e27198408a3d710ebad44b4458d44cfca7a40863a57d521fa2f38","transaction_count":0,"txlist_hash":"b1d9ceb672cb247fdc2309432c4c12d318b5a26ff2229f5fe2597748db1a06cf"}',0,'BLOCK_PARSED',NULL,'0b5e9640ff1ec6a6458a6485cf578e5e8feeb7bac452a62c643c43c335ac6be0'); -INSERT INTO messages VALUES(1626,310649,'insert','blocks','{"block_hash":"6a5587f8dbe5daf750e6af8ce8d13747c2354e4a83073aeb31eda11e0d5490fb","block_index":310649,"block_time":310649000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c025bec6e04d4c282c76baf10068d68c8e31d9ae28c03563bde2892502dcf771'); -INSERT INTO messages VALUES(1627,310649,'parse','blocks','{"block_index":310649,"ledger_hash":"c95bed50e39dc26ec619b22ffcbd6d169f12c46cb58249f5609c200c49584575","messages_hash":"c9a03634ebc291394260338b8e3c29d51304c1bdb0b99a7c461f84e048bd5f35","transaction_count":0,"txlist_hash":"7779a8f0008ffa9ee4eb279b471d63bc4d84fcbb86a438a008db27323a210492"}',0,'BLOCK_PARSED',NULL,'63789b14f747c37383294bb79b2dc84d7bcea38e49b230f1d05d3637cae34a51'); -INSERT INTO messages VALUES(1628,310650,'insert','blocks','{"block_hash":"630772e16127da5b34945d5d2fe6a95a7e0addda3f7ed03aaca0d63526957ac0","block_index":310650,"block_time":310650000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d864968332c3a23451c4b90065ebb3989f91d29d00ace4a92ab0104f34d8e24e'); -INSERT INTO messages VALUES(1629,310650,'parse','blocks','{"block_index":310650,"ledger_hash":"60a763c963d90886938a2bc1a9e16a8a5fdaae245ca16bedab36852134ccbd1c","messages_hash":"24c7bbde16c05b7baf20110362f102c8ef8ecb92f4ba9181b1d037db96b8b2ad","transaction_count":0,"txlist_hash":"22d7c9472d4e38d4981457a81ba077a99946dda33c8ae49909197ac6d68d5a43"}',0,'BLOCK_PARSED',NULL,'5baa4c9aa1b8637cc8a7f7d873a16d4388de6b9759ccdf1672f6ca0d9527778c'); -INSERT INTO messages VALUES(1630,310651,'insert','blocks','{"block_hash":"abb2d29793c975ba98b914638ffec5642e03424b64c8c949529392de66eaad22","block_index":310651,"block_time":310651000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3ca719dd3e424d06a59b6fa359c1f774e08bcb4cf64ad737bc20040d906f3d94'); -INSERT INTO messages VALUES(1631,310651,'parse','blocks','{"block_index":310651,"ledger_hash":"75150fbe2fec5eced262f6f6f049ea1056e2e7fe783d8c16d1147d19135c385d","messages_hash":"97bd70ff3c0a1e219e1f12d9a46b1be046924e896792fa968d42617f416c4bc3","transaction_count":0,"txlist_hash":"4aa6dc80d2afc9595f628c59697d4d590b2feb7b0a80bf6d55ccf73cfd6a8fb7"}',0,'BLOCK_PARSED',NULL,'13895b6664fac3078ecd7311b9ac30cab6c19c93b2fb5472b9678ac577072f57'); -INSERT INTO messages VALUES(1632,310652,'insert','blocks','{"block_hash":"5be0bb5cf3210dbdb37899c13ada53194619fdb844a06788f47cea6ff3f51cb6","block_index":310652,"block_time":310652000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'29b118d6a0c9df4769119ae99cf3ad57b6f8a19a35a9ecd5596ea63e6f470dea'); -INSERT INTO messages VALUES(1633,310652,'parse','blocks','{"block_index":310652,"ledger_hash":"bfa94e7f142250e47a9fcc8378b50d857fe8bb5730a456f2030322df7eb343da","messages_hash":"7134ce156e62f6aab6871866cb79e46b89e27ae42a1346a846ea7770ba0a95c5","transaction_count":0,"txlist_hash":"8c0f93d5adcb5ae68c9ddf7142bd06df5dc2f6eab08c73d377f0388edcb20aa2"}',0,'BLOCK_PARSED',NULL,'ffcbd88e0d367ba34d9d33461daeef12fb37b4ffe26f5d7f1411a0e6695520c7'); -INSERT INTO messages VALUES(1634,310653,'insert','blocks','{"block_hash":"149b18c77b473184140e2c0a5e890da6beb9d29bfba1e229840836d6a6734bd0","block_index":310653,"block_time":310653000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3371b09121ebe7645d5321d064ba7d3c65c88eee5ddac997cd1b9caf9ff697ad'); -INSERT INTO messages VALUES(1635,310653,'parse','blocks','{"block_index":310653,"ledger_hash":"10fae07894dc8ca060b7a424ed07e1d6b82feba8ac401fcaa441b36114ff3a3d","messages_hash":"cc41f31b1c4f2e8b7a238164dd05bbbb065b30fe7a6cd3ed1ab5eec23f2b3a9e","transaction_count":0,"txlist_hash":"cdea255f0aa36ee6ceba5f33838a634c1ecfd1b09da9d8c02cf9661b57ced570"}',0,'BLOCK_PARSED',NULL,'a813693e2461b9fc3cbcffed415f54eaf6d07e0df184dd9a4ef522a01d452bbb'); -INSERT INTO messages VALUES(1636,310654,'insert','blocks','{"block_hash":"829af363584fee40e5e59ce6bcb5c5ceef386d56a7fa1fc8e5f2b26a1c546569","block_index":310654,"block_time":310654000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5071f330d64aa822066962ffda10c515434bbc8addd21ef92f20b85d0b23d9ff'); -INSERT INTO messages VALUES(1637,310654,'parse','blocks','{"block_index":310654,"ledger_hash":"0fbf0b9dae7a4e5ebce6ae53e143ea82acf9063bac539eea2164661066465055","messages_hash":"2921e688694bb8be4ba3d547fa3eefaecb4e7076a35780c6312f9eb2995d6892","transaction_count":0,"txlist_hash":"680745239f654a45bf7f193af5c4932bdb693046f1d1578795a343ae3af87f08"}',0,'BLOCK_PARSED',NULL,'df8cf7e91e9dafbfae93caf16900da80913ba3c9e7b8339506c8647969ac01e7'); -INSERT INTO messages VALUES(1638,310655,'insert','blocks','{"block_hash":"c0c926058eaf668c26bcb906b00085046ee3a492e66078a2fb04af6712139e55","block_index":310655,"block_time":310655000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'198a2dac78d8150810e364f8897d6dc1e11802d08913e570f5c8cfc75534bff5'); -INSERT INTO messages VALUES(1639,310655,'parse','blocks','{"block_index":310655,"ledger_hash":"d0cfe76a174a3e51cb71c8fcd7e24a5fd82a5b5ec90ea2323805cf203eb8bc09","messages_hash":"9e8f53e0eb145abd3e3b948c5a5b81c0fa6f73bc86a2e00083ce508538030803","transaction_count":0,"txlist_hash":"6c65658831a0285733e11bf6cb7c4cd7c57191ddb08f926ad89e64ed2934c280"}',0,'BLOCK_PARSED',NULL,'f28851ab4fbf5cf90fc2a6a9b973daffc2d9f65b04128fecfd35f8a98466a058'); -INSERT INTO messages VALUES(1640,310656,'insert','blocks','{"block_hash":"5d4c1fc1c92272963ac4b686279ea88fa683be164414c74c87890407001c394b","block_index":310656,"block_time":310656000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5cb94b26fd9fc42bfaef069190279de81c46ec80bba93415ea3b06a2d3356488'); -INSERT INTO messages VALUES(1641,310656,'parse','blocks','{"block_index":310656,"ledger_hash":"370d05d099f60864284c17b0ec4ce4cad792a564ca17730b788182cc1657d299","messages_hash":"632f12f76381f547af12dc099a5dda771c942f139f38631b230865bbb7459a87","transaction_count":0,"txlist_hash":"c9d0d0859f3187ef891643c19aa7635cb8da029d24f3b1773669919c0a160d4a"}',0,'BLOCK_PARSED',NULL,'05a937e9638231fc127b7eec0e6396520d15c818188919394a3b668fcb9d77e4'); -INSERT INTO messages VALUES(1642,310657,'insert','blocks','{"block_hash":"e8d3bd7181ac043c3086f9743d212dafb71a65adfddd813ca8b973158a3fcd26","block_index":310657,"block_time":310657000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9b312f242891b653a433de1ab9e8651298186b99152605cbb211e287aa566906'); -INSERT INTO messages VALUES(1643,310657,'parse','blocks','{"block_index":310657,"ledger_hash":"b5ea3b5825c6ca6f1da1700405ac18f400aeb2381c5b61703a80627411884f30","messages_hash":"2c48196a96cd40d787daea280a7593291ef874b7de37ee60a49355cf4a229b7b","transaction_count":0,"txlist_hash":"619999a441bda0cf4c20924a11a5a0cdb186a16338b4233b9eb2bd3ff701bee6"}',0,'BLOCK_PARSED',NULL,'0c7f13411570c117f42fd0b3cbc68e426e6d9e1ea70735dc5d927777c5268b09'); -INSERT INTO messages VALUES(1644,310658,'insert','blocks','{"block_hash":"579c711806538368d38e9337a1459885e9fba0ff1cd335d6bb77ce125bd4f501","block_index":310658,"block_time":310658000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4f7b532f0db05bf6cca073f59a5db38474660c067c89362ef1462a21fbcb703d'); -INSERT INTO messages VALUES(1645,310658,'parse','blocks','{"block_index":310658,"ledger_hash":"b21e5eadb3c00cc0413da1c9b272fbbcae96a271598852148968f900c4fd4f51","messages_hash":"616912194721dfdada0b65775d3fd625587b738ef1a2a8b16fc6acd7ce52a36b","transaction_count":0,"txlist_hash":"d45266037c0817e6346f37c12a246d14aa5b7821b377ce283ff69aef9e41e007"}',0,'BLOCK_PARSED',NULL,'c0e7921844e86db5ef0c52ff23c5f44e812f5744ef081001d53dd1678271a3c2'); -INSERT INTO messages VALUES(1646,310659,'insert','blocks','{"block_hash":"e2916f0a41778f5954dca70fe4a11caa7e06e14fd1f0add437278559bc5fca5f","block_index":310659,"block_time":310659000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'abb6bceec3f6a7c76c011025a8d5fb109ae72deca55402f9e2f6143ed7dccb28'); -INSERT INTO messages VALUES(1647,310659,'parse','blocks','{"block_index":310659,"ledger_hash":"4d65eaebd925803121e3381c9b6b5f358fa14f036707c310614f92df3071183a","messages_hash":"650532c8815baf657e5d08aff8d4d2bdb456ccb3e781d1afe76dfef292c7f4f2","transaction_count":0,"txlist_hash":"2eb7fbbb50bfe9bef73e1c61bf35235c2b1747d1a58f88915dfc83678a85a039"}',0,'BLOCK_PARSED',NULL,'79c837329109d50aba3eeec300e950d6fb0cfe24930e324abd3db90a77dc141d'); -INSERT INTO messages VALUES(1648,310660,'insert','blocks','{"block_hash":"d09a066cc0cd3672576b8e02733dbb32ddc2ec35d07104edb1c56ba9f2b85c7d","block_index":310660,"block_time":310660000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2f52f58e2da6764d2e0bd33b187484ce82e41e7427f14079006284190c6dc21a'); -INSERT INTO messages VALUES(1649,310660,'parse','blocks','{"block_index":310660,"ledger_hash":"8c0fec6c31820e12e92a9be814a0864530ffc01caaa72cd15536d70d0f8225db","messages_hash":"58d284c908ae886dd0b35e98e64a81dfffc7aebde0b6f01e6995db22b9a8a7b8","transaction_count":0,"txlist_hash":"5aa16b7a4be1b2a22ac6fc9a84cd8a009ca1f5f13c41ab627fc51e828a190bbd"}',0,'BLOCK_PARSED',NULL,'27304bbd7e05eaa01476724d1c32d2d31967b6911478efcbd8782012110ed650'); -INSERT INTO messages VALUES(1650,310661,'insert','blocks','{"block_hash":"badefa122129d97ce33ff699b6c63f854cc2ac11e02fde9fa589621d1201ee89","block_index":310661,"block_time":310661000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'385c8d45e36d5f79076ba6a2107ad61fd16fdacb3a8a67efecdd97a6b9586d7f'); -INSERT INTO messages VALUES(1651,310661,'parse','blocks','{"block_index":310661,"ledger_hash":"bfc63682a5acbae95d8c8c8af56cdc80f7ac4252be8117df4457fdce678f9d94","messages_hash":"72f2b57f9605e73b138b5c85ef4fb7482e53fd85007e1906f1e3411e67ae0104","transaction_count":0,"txlist_hash":"12f7058df0095fec74c4e2a93c07cd18c79a1c4367d036e24d69c4321fba42ac"}',0,'BLOCK_PARSED',NULL,'68940b17d6e8740a207f721018a1dd0d39b1097bb79a7334798e4dea8ad8ea6c'); -INSERT INTO messages VALUES(1652,310662,'insert','blocks','{"block_hash":"952fd50a82984ca0b86bd2603400525f8658e33b0aff521cbdc0343e0de2c3fb","block_index":310662,"block_time":310662000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d7b3cfa1f517fe4faeb01002295439b487f88d88cbec5064c6ee7b799250b731'); -INSERT INTO messages VALUES(1653,310662,'parse','blocks','{"block_index":310662,"ledger_hash":"d995b825b3095462095aa07f204ee8bd02bee7f0021757e0b9acba0aa89a37e7","messages_hash":"e5565c077a1a333e2eb14f788a4c877f534a07822d2bf58dc3cc77da56c190f6","transaction_count":0,"txlist_hash":"d5e5ed306ce5d49d1ac97966dcf12a60c475f0957039b782476e871bcab34773"}',0,'BLOCK_PARSED',NULL,'d768c2d8d799bf185b1eff538a46043e5cbc17fb9d8507e62c3520e94639e9cc'); -INSERT INTO messages VALUES(1654,310663,'insert','blocks','{"block_hash":"7625249e17d88bd2a50e81ae7ffce70b7ee4f712eee316fc67afe1c47c4a4028","block_index":310663,"block_time":310663000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0bd5a78c7891c4ecd24adefd87db238b7c5c1f5dd7558f8aec4ba5be29388ced'); -INSERT INTO messages VALUES(1655,310663,'parse','blocks','{"block_index":310663,"ledger_hash":"40a21d7a31b702854f3830189ac21f31659f4ffc4665532113a3864caf6ac548","messages_hash":"bc08f4b77c5d108841362f6b1034d8456b879642a830ff290666e757eee5a274","transaction_count":0,"txlist_hash":"058d50396591b87dfcaaaa45d96eafb04a51bd1d70ee0811f4e3b0d83744479d"}',0,'BLOCK_PARSED',NULL,'08d7dfc0ca40fe6f35abd3ab4e1599b6cd7989237727358eb2b3e2b811da0a6c'); -INSERT INTO messages VALUES(1656,310664,'insert','blocks','{"block_hash":"ff35b504ee3d48dc4a0ac8b688594d86947e2af92a3188bacfa38aef4dea8247","block_index":310664,"block_time":310664000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f82b2b41eb5a2f965b9fff64bd822ca10ce43ab77c809709d39e7d93ff132599'); -INSERT INTO messages VALUES(1657,310664,'parse','blocks','{"block_index":310664,"ledger_hash":"75641c467acddfebc824a0313b0cb20fe75ae44babc63c684559b72365c80ce9","messages_hash":"0f19fec41b1a284a2e1442285bbc37d2cb7c345e819d16bbb88a4315c230fe29","transaction_count":0,"txlist_hash":"d36ec4418127c7ec49587e4450816eb1bb4de701c021d94b18a9969fea596b19"}',0,'BLOCK_PARSED',NULL,'7767fd11dd66e8f4f6e12553b05f171ad25415f9cf2e8e613805be643fc237fb'); -INSERT INTO messages VALUES(1658,310665,'insert','blocks','{"block_hash":"8aea5e0436d15a44620d181ee03d789e5bec0aa9c84384919ef35c7ac78999c8","block_index":310665,"block_time":310665000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5badd60240e9b7dd21810107e23277bf91b54e27cfe7bd8faba47aa7333c7d31'); -INSERT INTO messages VALUES(1659,310665,'parse','blocks','{"block_index":310665,"ledger_hash":"19125e78aedfeeab7cec8532795eaca3219d631cad43b474451faea61a262d02","messages_hash":"e66e1e4d46398c605ce368f45e3dd66e1cf8cd36b0d5121061b6978f41990179","transaction_count":0,"txlist_hash":"b8e4a903768e6b9ec05a7e22543eceda9d1e558c9619646d7dab94b9261e17df"}',0,'BLOCK_PARSED',NULL,'d445ff02082c2a6d4b7e3f63a6d7d3742fa52e1006c7f9c9cf31270b9ba0a05a'); -INSERT INTO messages VALUES(1660,310666,'insert','blocks','{"block_hash":"de934d6e2642ccb581002ee650ebe76b2c88e2facd253b73c45b964dcf469c52","block_index":310666,"block_time":310666000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c09d5c88b6aa2cbafc2ec1ff84fc662cc6513f4b57854d253719270545a4350b'); -INSERT INTO messages VALUES(1661,310666,'parse','blocks','{"block_index":310666,"ledger_hash":"b4086ebbbb1ad338c2d41a4f515acdd6991b9128936b170a6c7cfd1c199200cf","messages_hash":"18a0d9f7fcc1eb8798180dfd61883ff7534884ecef65c801bc04614bdcfdf874","transaction_count":0,"txlist_hash":"4695fdf48da4917fbea7bf400cb1dfd3a7d9aba4b411aa6a28b5052527510313"}',0,'BLOCK_PARSED',NULL,'08d1a2574957ce50f3dbfd3ca65e1e04037b6af91d3e4a5c3c140fb29701d62b'); -INSERT INTO messages VALUES(1662,310667,'insert','blocks','{"block_hash":"c8037bf10c1bdb21df72a9a90db87b11c967d6ae81c5f132ce8e42b1ca888f83","block_index":310667,"block_time":310667000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec77815d9753f95e264586ef35a671cd59a5cd41079c048f3acce15cb998b3da'); -INSERT INTO messages VALUES(1663,310667,'parse','blocks','{"block_index":310667,"ledger_hash":"002ea3e07d91ba9fd59edccd6ce543ac0c80f3eade4fd9ac6ffe5c470b32ca35","messages_hash":"cf19f34ac99e0084024e83f4247627754d735f5ceebbf006fdb8e232ac909ff3","transaction_count":0,"txlist_hash":"8dc78eef0652f4f3c51281c8ee97b097f9317b7e34370eb630955a83d54b7875"}',0,'BLOCK_PARSED',NULL,'ce1b0fb3d69997200f5166305cb38df3b63fdd08fba8039787d61de90faa47f2'); -INSERT INTO messages VALUES(1664,310668,'insert','blocks','{"block_hash":"699ae965398fbe98ccbf01384e3ac32d2f778e21998302827010869199aaaf27","block_index":310668,"block_time":310668000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b4f659feebe184220b623045bb9464f6d7dd7809f2a00622464a9a94cef8344e'); -INSERT INTO messages VALUES(1665,310668,'parse','blocks','{"block_index":310668,"ledger_hash":"8a7951661175cabfc9c5ec98c84398c69a18b0cc90dc2eadbb4a47217f204d17","messages_hash":"bc0f79aac134c5dc4d3a26a6dbac6ccf8c388d9f6f50b54698e201f12beb5868","transaction_count":0,"txlist_hash":"d43c3172d1665f58f17630519f9a72aa3eed1915be5f002e7ae80c02a2f10eee"}',0,'BLOCK_PARSED',NULL,'6585087b4c67a084c5cbdd1764d17f1895af4e60c2c8a5efa7632c5835fc732f'); -INSERT INTO messages VALUES(1666,310669,'insert','blocks','{"block_hash":"c02a1ff18678c02e906a81ee20511b34be69a577651a763cb7ace89f7b04aa1f","block_index":310669,"block_time":310669000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1eefda2f9d2db810d14d036af458e48e5b36f8123d2fb517a57dad6ffabbad97'); -INSERT INTO messages VALUES(1667,310669,'parse','blocks','{"block_index":310669,"ledger_hash":"dfda3ea8a3f6b347fa5aaa711facf53d66f4b59b34fe8310d52511b06c5aa90a","messages_hash":"795e9c1172dbcc9ea717c4ad00ac44dd4c8b68a204740da6130b65b6b84acba0","transaction_count":0,"txlist_hash":"ce33926f42490f8f818b92dc62637ac54bcbececa5a11a990796b90771644126"}',0,'BLOCK_PARSED',NULL,'099cc52d77955c7c32ae3161601b29750cab93cbdf96df2fc8f77e457de098ee'); -INSERT INTO messages VALUES(1668,310670,'insert','blocks','{"block_hash":"9c043e45204b5463d8138e24b46b57b486f07c264dbd6b09356a75ce15319944","block_index":310670,"block_time":310670000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c09a214d9d9f60dd54a441cb4ee8036819f2714b707aec55277d9b9528e6b060'); -INSERT INTO messages VALUES(1669,310670,'parse','blocks','{"block_index":310670,"ledger_hash":"1ab7c81c38eb3bc2f757e232d9235ba8f3b3c775249a31f81b64ea5b744bc446","messages_hash":"0082132e571fe2fdeb1681c609d99dad7cb58ec49c167d5d761ed14e1d1811c6","transaction_count":0,"txlist_hash":"35c12d3cdfb2f7d3c2f86cef5d1f2218245ee737649c1f1f055de7ff579c5a03"}',0,'BLOCK_PARSED',NULL,'cdf9e178e3ff2fe10516a730259b608c19258a359d9d9c278518cd4afc1dc547'); -INSERT INTO messages VALUES(1670,310671,'insert','blocks','{"block_hash":"4c6fa9744f58b8804901b138d7e65070d8339b557a22ed61b4511a401fc90522","block_index":310671,"block_time":310671000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'64543d518c730db641e6aa6676233af8769629f5da1b6590552e639cb73f1cd4'); -INSERT INTO messages VALUES(1671,310671,'parse','blocks','{"block_index":310671,"ledger_hash":"df56206da793ee3d5a62d8b8204f19b58bd571defa817c5a755942d23984406d","messages_hash":"e6744f3d1fd8223ebcece11a452bf3b0aec9c479101311fef444b922d7d5b560","transaction_count":0,"txlist_hash":"3d3cebb865c78d28f9a5dbc8d972bf3e4dee3957f4b1eacd6830747bd3ea8cf0"}',0,'BLOCK_PARSED',NULL,'00d0f56ba1c51972efe77d3837f6f8e5a7f874090e76e56ef924922a7917fdbe'); -INSERT INTO messages VALUES(1672,310672,'insert','blocks','{"block_hash":"491314bee5881d93a5e646d2e911b30fe6b43f0cb7458811f7d9679b2f7074aa","block_index":310672,"block_time":310672000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b57f417c9a5490609042335632bf1c6f0c90773ad1bb273f5b5462c2c19c7098'); -INSERT INTO messages VALUES(1673,310672,'parse','blocks','{"block_index":310672,"ledger_hash":"1300e495aa348e8955ebc0d1060fcb0fea24197d400304aed07ebbb37f3fff0d","messages_hash":"117467d15069248e19a7b015c0c4f3816558a71804814f9b8c2c693e1175a0a5","transaction_count":0,"txlist_hash":"897158d5c9c816a35219345773f476879b3b840ac8e95306d37ee7b3f9b62fa9"}',0,'BLOCK_PARSED',NULL,'7a97fae3bd8ac5ad602886c670f298dea81d523816095fcdd5981759dccc8c9a'); -INSERT INTO messages VALUES(1674,310673,'insert','blocks','{"block_hash":"03ae6af5afe6e7949bcf4039e122a60c97baf807e7b24bbf95881e0797b9e2c5","block_index":310673,"block_time":310673000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6c57543fcdd324cc4f4b119df17f8807844707591df162abeea99e435e40a0b8'); -INSERT INTO messages VALUES(1675,310673,'parse','blocks','{"block_index":310673,"ledger_hash":"80afea7b225a6056f9e93264a4b60bff6150aa41fb06dbdd127834fe7c41e5fa","messages_hash":"ef15b3355704305e20d77bae2c716e7427427e8e69c81224feb6db818df7c004","transaction_count":0,"txlist_hash":"5b957e21e55a45ba8824e43d814efe3d98e3bbcf5a5ea27085782101c0c51555"}',0,'BLOCK_PARSED',NULL,'5e59063b23ec079adf0153cb3c4241a6766299dcd3da4ec7420e4c190d1216ef'); -INSERT INTO messages VALUES(1676,310674,'insert','blocks','{"block_hash":"9e8b0b0ff1bb6fb1c88c7fb75f560e41f4d1e72c890c49a4c794db3508bb193c","block_index":310674,"block_time":310674000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'54ba64959700f30c3a6154e4bee27937bf06682184497b439c29e0728599ef25'); -INSERT INTO messages VALUES(1677,310674,'parse','blocks','{"block_index":310674,"ledger_hash":"7a904b662a12891224a26684d2374306a17d12948494cfc2833979083484a9f8","messages_hash":"4af4dea0ae77d1b9382012434903b372f48bd78d5a588adce4445ead028ddcf5","transaction_count":0,"txlist_hash":"d5f84d36c3d5ede129a9456688157edbe3d323d0c332ec962db5b7a736ba61e8"}',0,'BLOCK_PARSED',NULL,'567cd7dc88e5d6e78e82b64950034dbf3a74396bd8bb5353770cf584fa682eec'); -INSERT INTO messages VALUES(1678,310675,'insert','blocks','{"block_hash":"e84ef8d1cb7d22c4aa9c1d7b7570d6e14c6cdb84e00593a13f5d64a4313c2e21","block_index":310675,"block_time":310675000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d4c2911231ada5ac3994df3f6250ac88f88959d5425559582b48f480b92b01e3'); -INSERT INTO messages VALUES(1679,310675,'parse','blocks','{"block_index":310675,"ledger_hash":"73f475db79e082ad33f59135260a81af04c66b1afa05d5faff982edc5c833e62","messages_hash":"d7c19ad4ca0d2e1706fc2b13266e6e8cd35c7f1caea9a604585cd077ea454c16","transaction_count":0,"txlist_hash":"c69ab7da8f6ed61d342c31ca7e50fdc09d9d89f19e1e27676601dce3e312eb26"}',0,'BLOCK_PARSED',NULL,'252ebddb577e4d103f589e9da6ebf6cd4579a06fbe86aec2bfa80148ad81ed8b'); -INSERT INTO messages VALUES(1680,310676,'insert','blocks','{"block_hash":"312bbdd1f53a4cfe3fa9c89f4c74b63972466bf2478c434fe7ae775ea3fcfcc1","block_index":310676,"block_time":310676000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7e96f3f27399ee5cd13af43423910ebac69dbb32bc17a8edd2118d9f855bcb64'); -INSERT INTO messages VALUES(1681,310676,'parse','blocks','{"block_index":310676,"ledger_hash":"fe609333c29d872aeb9a2b7a30b02cfc5ad47f581f360e385926e62ed5e35c7a","messages_hash":"2b677ef6d38c3c64237addaf740006c35845e929311aba18b4ab8295888bc02d","transaction_count":0,"txlist_hash":"1fb2979c0514308f0e907fa6588e905449eb740c853fd8d0be5bacc93782dbac"}',0,'BLOCK_PARSED',NULL,'10f9a026b7cf8158bacf52b207f948418ebf530bdd26de5bec3f2fb916f25a37'); -INSERT INTO messages VALUES(1682,310677,'insert','blocks','{"block_hash":"4b8f11d65385b9ccb23688a124ff536f164014fca6c7d090e6e873acb3e5843a","block_index":310677,"block_time":310677000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0781ac1ba5d9f2a9137cdf84e61375c80de71cdb67899a28f345cec13ca60ef2'); -INSERT INTO messages VALUES(1683,310677,'parse','blocks','{"block_index":310677,"ledger_hash":"37c0e6f0723cf44303736e01242f5e98acac4d49c3804957a060710b2304a7b8","messages_hash":"906170f71d3b367bccfc2c590b249a639829ae71e0d1c5deb3815ebb91c7defa","transaction_count":0,"txlist_hash":"2600501783ec4a8999a8a177f2675fa0b639ecd04003f4f629252145b47905cf"}',0,'BLOCK_PARSED',NULL,'0225ba25fc4fe62ea1980efbd12c604ecfe4f65790220368b847528a11e856ca'); -INSERT INTO messages VALUES(1684,310678,'insert','blocks','{"block_hash":"d9bec9099ab0e267783576ac0d03cb1eeec78a0d892f30843f802d6740bef21c","block_index":310678,"block_time":310678000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'01c92a2fe205a5f1282e120c0e0ae4e21803a14854b8717ed1a312d6690d58b2'); -INSERT INTO messages VALUES(1685,310678,'parse','blocks','{"block_index":310678,"ledger_hash":"e3121b1b293875664571808b4157d6a25753a9009ac3fd6ae115a641d535f141","messages_hash":"d206fff68562c2b661e6626a77b9a1db5df763e599fde26fdd5c7b74ec8633e5","transaction_count":0,"txlist_hash":"09ce0b5a21363cb3d8d862e0610b481dfe4ec61e4fdcb6d45a9879e687f9ad6f"}',0,'BLOCK_PARSED',NULL,'556653c4ce199cfe8f13fa554c98d2a36ab8f3be62aef9816f779ae845d57166'); -INSERT INTO messages VALUES(1686,310679,'insert','blocks','{"block_hash":"be81f07096cb9815706aa9ddfd6f3765371e83b38576ab135204a632b963e69b","block_index":310679,"block_time":310679000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'078928443ed34aea0ae2d335e0e3cafec0273389c61270f20a98b5b7ea4643cf'); -INSERT INTO messages VALUES(1687,310679,'parse','blocks','{"block_index":310679,"ledger_hash":"31e3ed8ed6830e198c02873357b1b86a5f7d034710d6d67121246b354ce01c0f","messages_hash":"092bdab09d8684a393678bf5d571bb4e8fcb245d6d2471870ab68eb270c4682e","transaction_count":0,"txlist_hash":"5348277e5bf4da81114fe113360bcf8f078d8501ea27fb0e9424e056e42092bc"}',0,'BLOCK_PARSED',NULL,'091d40e520749ec90da0172f4a5278e192e1fbcb2afb6ec2b5d347237d2025ef'); -INSERT INTO messages VALUES(1688,310680,'insert','blocks','{"block_hash":"239326ce9ae5b46aa361ba49843329b17d5b8145a8c5701e7e482e20736cf9d8","block_index":310680,"block_time":310680000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da0c23720595386692a2f6debb7b4fd8fcc8219de6dbeb68876b2166773d9441'); -INSERT INTO messages VALUES(1689,310680,'parse','blocks','{"block_index":310680,"ledger_hash":"babdd735e0b8176a2fd4b30c00f207e072beee68acb33f382d7be7ca49ddf01b","messages_hash":"51ff6c347912aaede62b529529f01c232ec11e2852b99dd5cf81c63c1f16a2ab","transaction_count":0,"txlist_hash":"da8cf9523e0b98162d494aed02e2b6864aae2f7a2fba8fca63cc61c531a6a501"}',0,'BLOCK_PARSED',NULL,'8cdcfe0a611c80e30bb803f5f9108551e7d71f5c50259cebb06aad2e366c91c6'); -INSERT INTO messages VALUES(1690,310681,'insert','blocks','{"block_hash":"0697e8d01967b24d7650c3ce1101c90e988a28afd894e1506505a00bf9e69f41","block_index":310681,"block_time":310681000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c732f27f65afd9cb4bfc60d1164d2c902bbbf885440e298eb7fa85f7fe54e542'); -INSERT INTO messages VALUES(1691,310681,'parse','blocks','{"block_index":310681,"ledger_hash":"691591b6f8fb8011eb76f503445c146f91f9a767895af28fbb6b8f371128c331","messages_hash":"c405f82edb2ebf6a6bd5db58e1379aa6d12e96eeddce013aba209a66994c61a1","transaction_count":0,"txlist_hash":"7c6b4c26e232185c3e32e0ab40195273d19160aaaaebccdbe53a3b6d653f9019"}',0,'BLOCK_PARSED',NULL,'40d7f9d4002f70b531a4f558b1644d78b63b9b6e96495ce06846c1c6e450750d'); -INSERT INTO messages VALUES(1692,310682,'insert','blocks','{"block_hash":"9bc8c24f8bbd03ae896235960d75749ae2f9f16525c933ca7f546fc04d334c55","block_index":310682,"block_time":310682000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e7074bbb306abd028b3e8d54327c62c0c1a2444c4e8cc181f2e3d194f2c9f61a'); -INSERT INTO messages VALUES(1693,310682,'parse','blocks','{"block_index":310682,"ledger_hash":"b5a75f28f1675c1d65e5c2eda601b00be193046f8d5455280ce7ce67f590d461","messages_hash":"4485a177189669d07871b4c6c19c5fe47daee74351997b45de559afcde83adc8","transaction_count":0,"txlist_hash":"8f12bf46313d1ae3a20c0949de32984b5b652dfe4a9a0d0caa9ba63f137c698d"}',0,'BLOCK_PARSED',NULL,'d0a3058a073c8626da6e6236743ca18ce7cd2ab40f563707f04c9a784b8a2780'); -INSERT INTO messages VALUES(1694,310683,'insert','blocks','{"block_hash":"ad6e6b13d5c058aadfae019decb3d2c154d538aa8753c9ada94db18e6d499511","block_index":310683,"block_time":310683000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fe9c9a8a3b30636fa0fa48a90916f802a8f51c62eae9297a5c4266bf5c659f5f'); -INSERT INTO messages VALUES(1695,310683,'parse','blocks','{"block_index":310683,"ledger_hash":"96b5e331cbeba83e0959fa7387125e9bda307b2b4d77519efe8fddd8a468a2d0","messages_hash":"737026fb5cc9d5fbc47bb7e79cf42d387ec88560a2206194d72f2b77dc921049","transaction_count":0,"txlist_hash":"717f89b40f1b3d78ed147f5fda231c9184746ea64ddf1843d8703b8e161ac59f"}',0,'BLOCK_PARSED',NULL,'fe1fd4d129599c4d2e43646f32138422c2e22e810cf8b3df7e59fb2a26370dbd'); -INSERT INTO messages VALUES(1696,310684,'insert','blocks','{"block_hash":"d0d985b69719bb289bc917742a603c3e7d9839d39ef9afdde4a8e0d0739835c9","block_index":310684,"block_time":310684000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fbab173d02fdd6fb85183c95be2716e4e391bec10ca486150b2b992e4d45cb71'); -INSERT INTO messages VALUES(1697,310684,'parse','blocks','{"block_index":310684,"ledger_hash":"6d95a405af7dcdfb540e163761b56a827cebde6f067ab7a409b362aa17f86d4d","messages_hash":"eeb8507fd22bdd43c5648ffd8949c4e5f43726f58a6e36aa656ba647ba13bbd1","transaction_count":0,"txlist_hash":"532a9c06e4da0b39f80ea32942414d4f46aa3c90846fec6ebce1e2ace5335563"}',0,'BLOCK_PARSED',NULL,'bb26ffd4e3a6b1ce1a242891a6fb7dba0e41ad4c62238538c527cd98f85ffcfa'); -INSERT INTO messages VALUES(1698,310685,'insert','blocks','{"block_hash":"f5aec0f5dd7cad893104f7704e4a34304fd4e2620517e7f18e993d49ab1a98f8","block_index":310685,"block_time":310685000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4ea5e22d0b4dade3c9e06b2d96013362a87413db5e5b536c18d754dcb7267605'); -INSERT INTO messages VALUES(1699,310685,'parse','blocks','{"block_index":310685,"ledger_hash":"399273d936cfd79a23f2ca90a707f66910d34764c05d8bfb868cbb31334d8db1","messages_hash":"0cd32418c4598482f0742fcacb16f62381e257b0b30345c91a44371c13be4be3","transaction_count":0,"txlist_hash":"209467a70e04929cd829a58797eba565cb6dfd14b5eb640dcf7b0dc84da71bc7"}',0,'BLOCK_PARSED',NULL,'e466987d9aaa6446ee22e69a950cf4e0e2faa4ce95648cfdbf1ea1770e704ad8'); -INSERT INTO messages VALUES(1700,310686,'insert','blocks','{"block_hash":"a7466a4c47b167bec3720e7fd69772168d606e4edac7e44e55f411571cc603ca","block_index":310686,"block_time":310686000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3f7a6ec8d77aa03017274a3e06a8dc454752e87ffde22c9f32381ad1e9d4526f'); -INSERT INTO messages VALUES(1701,310686,'parse','blocks','{"block_index":310686,"ledger_hash":"9b574b61cf3db517bf6c64d6c9f70006de362f2d4de76734f5ae936482b63374","messages_hash":"15868b90313473cd306c914c4a199c635dcb01def5cd144bfb7ab170316a74e0","transaction_count":0,"txlist_hash":"4bfa5b1191cdfaf786e94d815cfa0baebf4b7129ab07f86ee9c3144779cf8f5f"}',0,'BLOCK_PARSED',NULL,'9ee0620453871221bb50dc5d471f485c7b91e7fd6acce67b7392f57e85539544'); -INSERT INTO messages VALUES(1702,310687,'insert','blocks','{"block_hash":"c33713cb462046341ff116655bdb0614ae7726888f57e6493fae63d5a06d7bb8","block_index":310687,"block_time":310687000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c66fdee4a57d7dec4c87267804e22d68b8d290ad20ade35032b8f7f44f3100ca'); -INSERT INTO messages VALUES(1703,310687,'parse','blocks','{"block_index":310687,"ledger_hash":"22f1766a7dbeac8e8cdbc00bef46542b40fbb6984ddcd926eb06d76ba0839e04","messages_hash":"914536c371b99aa4755b70142424bfaf3bec79fb51f7a5fda4b4cd1007b39e45","transaction_count":0,"txlist_hash":"62685228935b4818574c22e9175d6deab071b99573502c2dc592b075cd5b7005"}',0,'BLOCK_PARSED',NULL,'3d2830142bdf485723744efb13973c42167e1510a240cede8aa47e16a25926ed'); -INSERT INTO messages VALUES(1704,310688,'insert','blocks','{"block_hash":"3e802519162b52001ff1cafc7892747054d50f03d642b09a1ab0dcfb9cdbf822","block_index":310688,"block_time":310688000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f3b9e59845fd8e51ea5565f1a1a406f447499552321aa6915001351ba732fd4f'); -INSERT INTO messages VALUES(1705,310688,'parse','blocks','{"block_index":310688,"ledger_hash":"baa4ac53fa5848e8cf27695658da8401e616ada94975d73f9f1bbbacec77e18b","messages_hash":"acf81bd8c74dc8c135968c02e4d5413479d0d2f4e3adf6c01b31624f97a6824c","transaction_count":0,"txlist_hash":"16150b356af1864f141b8a9018f18cc01dfba4342eb8569e7d6cc813f247ff2e"}',0,'BLOCK_PARSED',NULL,'808986548edd4cd371720ba160c3d55d6b74ca89152bb749f49332166a45daf7'); -INSERT INTO messages VALUES(1706,310689,'insert','blocks','{"block_hash":"d400463f1c0388bfc6ab6deddb018144f6db53b604c549f1fbda8211de1755df","block_index":310689,"block_time":310689000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b7fd0b3dc43b45a317104b39bf13697359c4f9a62b93cd8174bb15e16caed093'); -INSERT INTO messages VALUES(1707,310689,'parse','blocks','{"block_index":310689,"ledger_hash":"e4791b468628263032d6604e89142b4611d37af0da10f5cea13d77549304f40f","messages_hash":"51b4eab0e31a46fea96f1e4fa81ace18b9c921b165792a3358a9cf2b78e54f9f","transaction_count":0,"txlist_hash":"6ddb7cfe4bf54eb87a12ef90c2cc6f83fee273dec525fd71d2046362740968cb"}',0,'BLOCK_PARSED',NULL,'62fa74ff25a309585c675fa4bc64eb7c50e3a7d84214aa0149f1b69dae9907ce'); -INSERT INTO messages VALUES(1708,310690,'insert','blocks','{"block_hash":"0beb7cc3cd4d229f7c538e98c1f8d9f10f00fc64d91a5acff5ef892e4af65462","block_index":310690,"block_time":310690000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3cd70fb57fa8de1a0b0ea8ffc23d2039efd836e1e28594b8a8f26e55771f9ac3'); -INSERT INTO messages VALUES(1709,310690,'parse','blocks','{"block_index":310690,"ledger_hash":"41054373d4269eacc2ca673d8db0daaee399b27fe59286d8a097d542e3f14279","messages_hash":"270bf725aefe1a887415dab1473a3d3a37f0b5673c121f28c0c0712a3e3804f1","transaction_count":0,"txlist_hash":"c1477e7ebd99e38cb90902d6853e0196b1b0dee65a789e96028bd19ff3b3b704"}',0,'BLOCK_PARSED',NULL,'6d050f83b5b18a8b63dcac187ace0d2863a90d07eb3fc966cf69a1c20bedc98d'); -INSERT INTO messages VALUES(1710,310691,'insert','blocks','{"block_hash":"07253277584631d8dd356b4760c8802b1b3f74e39ee13584ee523e0d0fc50b6e","block_index":310691,"block_time":310691000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'57a10d13c1a807bdd872502076d3d39b73ce9b1256f289d3ee633d1e6f53d109'); -INSERT INTO messages VALUES(1711,310691,'parse','blocks','{"block_index":310691,"ledger_hash":"0e8477a68905ba7a91a17f4067c061d340844a7f9554d01ebd932219e19dc5df","messages_hash":"c94a8e77676cf058e2bf1aeaab1835abef19336875a88b14323da8f4d67d8295","transaction_count":0,"txlist_hash":"7b63154e2aa85ae70edac802299cc3b303a59e5d9d98c1a60f98e157d6deb484"}',0,'BLOCK_PARSED',NULL,'bcf5e5c8b80402cab589042e459121785fc072e798814e58c6d283244fae15ea'); -INSERT INTO messages VALUES(1712,310692,'insert','blocks','{"block_hash":"29f6baf3c618e1bcb16cc413890a0b2a458d05a2e60ccaba92fc83096846c932","block_index":310692,"block_time":310692000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cc5f9384aec2a74f39f9e93617510d5ea6d1d891c97adaa6967a8a9bdd4f3af3'); -INSERT INTO messages VALUES(1713,310692,'parse','blocks','{"block_index":310692,"ledger_hash":"abd4a4de8d76df306fe91202471f04327dfff7330bdf86637732a895f3806b76","messages_hash":"1cff3c819a02894ac44cbe3281e0b7537f9d398600883dab6ac1be7f2f118e7f","transaction_count":0,"txlist_hash":"f1e1e7574fd7c15f59dba0bea95e871400653e9fc54d883efbcf310fb87036d6"}',0,'BLOCK_PARSED',NULL,'20aa3853add87c9c3e7840618f686ba34e1721637794609178886b39293931ff'); -INSERT INTO messages VALUES(1714,310693,'insert','blocks','{"block_hash":"c7520c5e5a5f19c4aa0859c399a1288c1c357d29a6a4446855bca61af38277e1","block_index":310693,"block_time":310693000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d0363f9262418612475871c1d3c6f97f2c718e8f66e79c728952ae55ed4faef4'); -INSERT INTO messages VALUES(1715,310693,'parse','blocks','{"block_index":310693,"ledger_hash":"98e8ce36ac3c00bafdd83f5acfdcb6a86865609e322e4c8404bafb7f4efeda21","messages_hash":"5664b571aa6a28001c38c0b780ca0432fe7ab8a91022f54ed11650ad1c937390","transaction_count":0,"txlist_hash":"17117cc4ed5853c20be0e97a264a94385bc20e4e19365d34c7d5ebe9a746ae5b"}',0,'BLOCK_PARSED',NULL,'409f2b8057d580daa22e67e5d7a39fc02aa1f2cf9834f76b11eb9daebda81cad'); -INSERT INTO messages VALUES(1716,310694,'insert','blocks','{"block_hash":"586e9f2ece2b1d03767d82fe988632d69a7827333860c58460abc7a5b9b396a0","block_index":310694,"block_time":310694000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'51b979db8d08ff76ad23ec51a3de4fec6023d633de33e7ab7e3bbd1096aa5880'); -INSERT INTO messages VALUES(1717,310694,'parse','blocks','{"block_index":310694,"ledger_hash":"5b2559a37945f4174c2f651c9315ca9b9c274b40baf87a0e0890615459f7f437","messages_hash":"5d919183614aad26e054c6383c0ff5a07798a961aa6626aae4757fc7c6bd3de3","transaction_count":0,"txlist_hash":"cc78db8ff880deb043ca80285a482d558c829579b198fbb4ec33d35499c89f10"}',0,'BLOCK_PARSED',NULL,'7210a20a2581c006eb9b0c63bf591b3dff4e9ed90e4d1a47480cf09525376b64'); -INSERT INTO messages VALUES(1718,310695,'insert','blocks','{"block_hash":"a1803237d72105847b97a31294e91e7374ff47bdbc4e374744a8754a41423538","block_index":310695,"block_time":310695000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d55b1a847cb076d2e52c3ad5f0e4fd426b527f4ba0c2ff356da7c3c4c1e297e0'); -INSERT INTO messages VALUES(1719,310695,'parse','blocks','{"block_index":310695,"ledger_hash":"819360045a5f9ee7b2696a8b1cd2579371b25a43076e1f4731d948dcb7b14202","messages_hash":"e4a2f9290dc6991c343e5043db7bb994ea2a435f38da572b2b9f9d28fb621981","transaction_count":0,"txlist_hash":"cc4e8152565916228bebeb034d239a8d7a921420a20403b98b8c9cfbae646beb"}',0,'BLOCK_PARSED',NULL,'8f7f01e3e1c91f07242bb95b6e8d44696313de330feee17ea55e83f6edb7a2c9'); -INSERT INTO messages VALUES(1720,310696,'insert','blocks','{"block_hash":"7ac8080d89c8a8245703603c294c5df90a342bb4a325462e65827fd709ab0fa7","block_index":310696,"block_time":310696000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c49fe50c99f56ae8b6e022e6791dd71bfd690bb31bf40eca9dcf9827056d9f3a'); -INSERT INTO messages VALUES(1721,310696,'parse','blocks','{"block_index":310696,"ledger_hash":"d0a47afe3a6d2d2bf01e56643798c4a653d827046991571026345f44b34bac6f","messages_hash":"e8ad25b4555337e928db7ec628a1ad2e21da8aab2f2690094511ed62c19bae2c","transaction_count":0,"txlist_hash":"1510f38f77e3400993a985c5b0e348cb9068c0ded5eeb2c4dc9ff0b6b5e50376"}',0,'BLOCK_PARSED',NULL,'bda0c54b91d766b49838b3895c03981b0fd99dae418c3c274b533193dd8b6289'); -INSERT INTO messages VALUES(1722,310697,'insert','blocks','{"block_hash":"4fcf90ea3f5b4f6c003475c22f583053b5f7b6e0ffe12341b0993ede4fa8f304","block_index":310697,"block_time":310697000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'71c052e829f720bad017b4277462a2908c760fa6ba3b049ed5fd1b1ea55f545d'); -INSERT INTO messages VALUES(1723,310697,'parse','blocks','{"block_index":310697,"ledger_hash":"995f4b278c55bf41f128a3dcc39a0389d4856e4aafab042c915eaaae536e40e2","messages_hash":"51c471840c413a11a067faeb1b50c59b8573619ddb00a292ef78f19d65d91f17","transaction_count":0,"txlist_hash":"88060fae502e50aee9fea21032e5655a6e77e65d289ba32302c70652400024c7"}',0,'BLOCK_PARSED',NULL,'064f8e6ab0341aab29a60346f84fcd7bfaad53ae2eae84efc06f4bb268ae0824'); -INSERT INTO messages VALUES(1724,310698,'insert','blocks','{"block_hash":"ab4521982489ec4c2011e8f374ab83f249eeee42f51009b1b5647b998d854c53","block_index":310698,"block_time":310698000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'34ef275cf7b88d24ecf15221f948bd0d44008cf5b973fb4dd3882e20a1ff67b4'); -INSERT INTO messages VALUES(1725,310698,'parse','blocks','{"block_index":310698,"ledger_hash":"f4f83f7b347792bb4c1336c694a08b2642717ebca900d9a0489bce1a2d994418","messages_hash":"cc4baefa20d58d453994e4c6bd1a0a43311b0f9b4d1c2cbb2d7df9036337b508","transaction_count":0,"txlist_hash":"4512e4d49797db1713dd41784b0a38ef95c0a37386b2f1dfddffd16652ab1f13"}',0,'BLOCK_PARSED',NULL,'a258c430e54aeb41e3d8e7e5bb1737548988911aa67d428f18b14a78acb74e64'); -INSERT INTO messages VALUES(1726,310699,'insert','blocks','{"block_hash":"3f34102183af409ce39d0ebd3be002cc38e973a0b3492fc9c1e0dd5813941d1d","block_index":310699,"block_time":310699000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ef975a508f5c92432a19b0791dc4c27a70e9c7562c4187119064e2fc3f552d9b'); -INSERT INTO messages VALUES(1727,310699,'parse','blocks','{"block_index":310699,"ledger_hash":"5d0fa0f5c261642712f86c72055a7f19afe078a6c34e5538d77d85bb1b799a94","messages_hash":"bc88de98b0e951bebadedcacaafe35e734892fbfeb8d5b66e3e0169fce3875b3","transaction_count":0,"txlist_hash":"699935da2beafe8a13d0b6bafb2b7a9a57ca7a47c4cd352af9231b9c1313ff6b"}',0,'BLOCK_PARSED',NULL,'5cfca0331bd288c26b5e4e5e63d76cf3b0da786b8547d29e6b652cd7e8c8cf57'); -INSERT INTO messages VALUES(1728,310700,'insert','blocks','{"block_hash":"4f928d25664bb6ac693dd70e408dedc257abcd4cfb1f7ab6fabd8970cb663fa5","block_index":310700,"block_time":310700000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bb1e3416fe681d56e054a229ec94234c472e9598dc186cf94ab5e6c76a5a9879'); -INSERT INTO messages VALUES(1729,310700,'parse','blocks','{"block_index":310700,"ledger_hash":"439c74d2a465996838179517ff57b2cc558d66848b857580be65319363846033","messages_hash":"0212186911ad4ea7fbefc4c515852074821504e7a29ea3bb7afe23f39b2ebc01","transaction_count":0,"txlist_hash":"64d3d4ce91107031774de492adb7afb6b3d1e9e55fbc587c205a3fa0a36b6be6"}',0,'BLOCK_PARSED',NULL,'dc16c80c9465917feeb8d5cbb33a2be1586bbcdb8583fb8eab79b71bc06486ca'); -INSERT INTO messages VALUES(1730,310701,'insert','blocks','{"block_hash":"9e2377aa8ebc26294dce0ed34dc1a071c67505a0cea36e0bec20d9ab0997f6e1","block_index":310701,"block_time":310701000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37c6229e1b4b595eadbffa5311fdad5bede32a5ed835764bafc529f6d45f0030'); -INSERT INTO messages VALUES(1731,310701,'parse','blocks','{"block_index":310701,"ledger_hash":"8bc0f9cfc1b75cdfd6e59f1d41c6b67b790a25a98b6240f7ff5df617f256cb00","messages_hash":"fb6814082e549565fd89ddb9f75131e919d8e98c590b846c9e3bc7ca9e062c05","transaction_count":0,"txlist_hash":"c66db074cb4446477ac875d007c8a2145f4a95430cc144a305ee3e71fcdbd107"}',0,'BLOCK_PARSED',NULL,'1e5afc28529c19ce7d9ebcd95ebda8c09660df94ad9e341306784142512b8310'); -INSERT INTO messages VALUES(1732,310702,'insert','blocks','{"block_hash":"69cb443673c221a8e157d61707d52cf980c87faf5c3b31a5850ff43be70883c8","block_index":310702,"block_time":310702000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5236fe99bf77ebc874f4944a0d9e13f6e283cb945ec711c7385b4ee1df5292e0'); -INSERT INTO messages VALUES(1733,310702,'parse','blocks','{"block_index":310702,"ledger_hash":"572bb86d600d33ec82edac9b1077ec7700d526cb25a69bc2bf2e10953f403e01","messages_hash":"8c2eb533ea3d236da9166624a02f0c554a6a8e590657c02c189d9be26b023244","transaction_count":0,"txlist_hash":"0ffd42fa9627a38e66bde8b0dc265ec25a6b44db75dbd5f05cb20d93fbbcb67f"}',0,'BLOCK_PARSED',NULL,'40f3c24057e7e46f4fd2714076e552a15a3504f4779e507da2eed7d264556659'); -INSERT INTO messages VALUES(1734,310703,'insert','blocks','{"block_hash":"b8b21ab596ed7ad84e449d098c04d86cbb6623c5e88af7772166882efbd91218","block_index":310703,"block_time":310703000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'56081eb038fd308d341f49a0ee4f229f3af292992973e494ab4467e00ff9a137'); -INSERT INTO messages VALUES(1735,310703,'parse','blocks','{"block_index":310703,"ledger_hash":"94a62752f851c8ec439fbbd46fbd0bd0d75987fb22416187a48a70e6e9af308a","messages_hash":"123e9f97e5e6a126ca155b96af461923964732c8c35433dbaedc5ab21e07ba6c","transaction_count":0,"txlist_hash":"75ba50d1c638cfdfbbf050abe6646376e9a65e13bd56dce814de9959d6ba3ac1"}',0,'BLOCK_PARSED',NULL,'65dbf95b0ba2fc533130889fff9c2222b85f8a4baa5bb22339de22b2cfdc539e'); -INSERT INTO messages VALUES(1736,310704,'insert','blocks','{"block_hash":"53f0dd2f7343658f75508323a5b1761b7e5bc6743c04fc9ee9898ec0fbafd827","block_index":310704,"block_time":310704000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d571deda392cedd19dcc67d89f9e2259e2e39938b55cdbc613b4877039050f33'); +INSERT INTO messages VALUES(6,310000,'parse','transactions','{"supported":true,"tx_hash":"6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597","tx_index":1}',0,'TRANSACTION_PARSED','6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597','f3ad2a506750c5ff23860cea83d4281f396d552560a9b105c5555920ca495b01'); +INSERT INTO messages VALUES(7,310000,'parse','blocks','{"block_index":310000,"ledger_hash":"cf0ea1d313e22ba5f413075b88e07dffc5c00e59f95eeb6d6dec935bd77f5ae4","messages_hash":"7f124b2ca50d1dbec63ed0deb85bb19119ae09032349641c02168805f7a6ce90","transaction_count":1,"txlist_hash":"f06c23e6040a063ed59693baa0d63492dce64e1debc7455b22f5535c9dfbdc67"}',0,'BLOCK_PARSED',NULL,'1dedfeb66293febe90d6b9f0c11737f869fb5cefb4dadf45b576ccc025d32614'); +INSERT INTO messages VALUES(8,310001,'insert','blocks','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6f7de5d66bdea226b2b042d3dfb991cb1dbe751b42d4208acdae9cd94a25c996'); +INSERT INTO messages VALUES(9,310001,'insert','transactions','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"btc_amount":0,"data":"00000014000000a25be34b66000000174876e800010000000000000000000f446976697369626c65206173736574","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","tx_index":2,"utxos_info":" ae7a3edc95c2e5ecf013374d39915de4bbf5d98934bc7e53b00016267f8ffba0:0 2 "}',0,'NEW_TRANSACTION',NULL,'efd31005fde0f04c52649b4c7a5856ac379df9889b0448683e31498d51e491ed'); +INSERT INTO messages VALUES(10,310001,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310001,"event":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'DEBIT','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','eb2a5ba60ba5b5b64ec66feb79656ba7f88ffa8121e1cdd6908628eadaf424a5'); +INSERT INTO messages VALUES(11,310001,'insert','assets','{"asset_id":"697326324582","asset_longname":null,"asset_name":"DIVISIBLE","block_index":310001}',0,'ASSET_CREATION','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','a2ad9b056c7287d48df26e4fce7b1b977fc9f8a05991809d76af962b3f909391'); +INSERT INTO messages VALUES(12,310001,'insert','issuances','{"asset":"DIVISIBLE","asset_events":"creation","asset_longname":null,"block_index":310001,"call_date":0,"call_price":0.0,"callable":false,"description":"Divisible asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":100000000000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","tx_index":2}',0,'ASSET_ISSUANCE','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','19b7b61882b14b2ca1c94032084307f612ff87bd76c09d2cef41dad95c01c18b'); +INSERT INTO messages VALUES(13,310001,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310001,"calling_function":"issuance","event":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","quantity":100000000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'CREDIT','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','ace47626270cc4e42452be5ea835e18e37f0f27e8d7463d620894e9128c55013'); +INSERT INTO messages VALUES(14,310001,'parse','transactions','{"supported":true,"tx_hash":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","tx_index":2}',0,'TRANSACTION_PARSED','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','d733a548b6c6f056fb698891902831285b0f805a6d65bbec6b5a428360879b72'); +INSERT INTO messages VALUES(15,310001,'parse','blocks','{"block_index":310001,"ledger_hash":"11461f972c4cd85c87b5abfedb3cee589d09e945570d34564dcde6f4df9d2b57","messages_hash":"700aa44ecc607bf757d2a3e21e1a380ab0dbe59a840938c08ca7bd2f43fd43c6","transaction_count":1,"txlist_hash":"ff8358e8c8b2cb9a1765deadb77bdfc6eae05a844831a0a8c8820d416d54446e"}',0,'BLOCK_PARSED',NULL,'6654217f2516c400a83e4986a2825882e21c3a1e9e33a0519d1e4d8b7ec0dff7'); +INSERT INTO messages VALUES(16,310002,'insert','blocks','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'31151a356e71773f992e6d7def8de0babffa3c3d6243bdcdd7bb69436f0ee8be'); +INSERT INTO messages VALUES(17,310002,'insert','transactions','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"btc_amount":0,"data":"000000140006cad8dc7f0b6600000000000003e800000000000000000000124e6f20646976697369626c65206173736574","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","tx_index":3,"utxos_info":" 8fb1fec9946e548cd74122788c45f37b6873122b928bd954eb2627431330109f:0 2 "}',0,'NEW_TRANSACTION',NULL,'9fca8bedbb455cccc16b90c23f04f87d94b0d41a3211a9e5387fdf8c5b27f227'); +INSERT INTO messages VALUES(18,310002,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310002,"event":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","quantity":50000000,"tx_index":3,"utxo":null,"utxo_address":null}',0,'DEBIT','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','4dc5d000d469dda2f7574c1ffee5462cb2b5d7bb1a2b8f6d47d231148a260bc9'); +INSERT INTO messages VALUES(19,310002,'insert','assets','{"asset_id":"1911882621324134","asset_longname":null,"asset_name":"NODIVISIBLE","block_index":310002}',0,'ASSET_CREATION','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','f93a433f54595f58dde7eea0bcf637fa4d191ef54a2d5400ef293ed246f72541'); +INSERT INTO messages VALUES(20,310002,'insert','issuances','{"asset":"NODIVISIBLE","asset_events":"creation","asset_longname":null,"block_index":310002,"call_date":0,"call_price":0.0,"callable":false,"description":"No divisible asset","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":1000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","tx_index":3}',0,'ASSET_ISSUANCE','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','27d08554640c95e240b70e9a3a26b3073d838fddb0f48910f940389aa12ab537'); +INSERT INTO messages VALUES(21,310002,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"NODIVISIBLE","block_index":310002,"calling_function":"issuance","event":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","quantity":1000,"tx_index":3,"utxo":null,"utxo_address":null}',0,'CREDIT','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','8745f35993305eb33f27ced46c34e8a3c6d72891c60013d876873ce15ba7e3f5'); +INSERT INTO messages VALUES(22,310002,'parse','transactions','{"supported":true,"tx_hash":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","tx_index":3}',0,'TRANSACTION_PARSED','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','d94fe23f6e2371d69b7e1d626094415951a725444b19c19f289bf675ba3835fb'); +INSERT INTO messages VALUES(23,310002,'parse','blocks','{"block_index":310002,"ledger_hash":"355d92f841de89a1d97c3b2ea7623959ea4494bb62ea7e67ad359beb68caca8c","messages_hash":"97f230162e54cfe0ef1bbfc3f2d5621fffa94475ca36f38c91a234d5cda99558","transaction_count":1,"txlist_hash":"b17176b511fdea4cd899cfaf83f2e12193a4c92d1b199f18f590eb4fed90fa25"}',0,'BLOCK_PARSED',NULL,'008565c1d4736121522530d3cc1c72b9f4134fb9e07617ba56697d79f5afe329'); +INSERT INTO messages VALUES(24,310003,'insert','blocks','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a89a320ac271050476861d44076a8e6ad24d2aee7de7347d107bc9c53529a028'); +INSERT INTO messages VALUES(25,310003,'insert','transactions','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"btc_amount":0,"data":"0000001400000003c58e5c5600000000000003e8010000000000000000000e43616c6c61626c65206173736574","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","tx_index":4,"utxos_info":" 197757033ba3a2af71a130f72a01bf9e713cb2cb17ee850e185fee521367f79f:0 2 "}',0,'NEW_TRANSACTION',NULL,'c5778d48230c50a4f12bfa6cd7397778244c0ef14bdc09cbe7e55e84009d505d'); +INSERT INTO messages VALUES(26,310003,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310003,"event":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","quantity":50000000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'DEBIT','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','258b2bf3a184e610ae6992517a457cfc52487834ab33424dcc92ab4ca142056c'); +INSERT INTO messages VALUES(27,310003,'insert','assets','{"asset_id":"16199343190","asset_longname":null,"asset_name":"CALLABLE","block_index":310003}',0,'ASSET_CREATION','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','d06a58f2d34a9eb391a1f4ddc6abd208910ff19024bb965f44e5f44e87ef347a'); +INSERT INTO messages VALUES(28,310003,'insert','issuances','{"asset":"CALLABLE","asset_events":"creation","asset_longname":null,"block_index":310003,"call_date":0,"call_price":0.0,"callable":false,"description":"Callable asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":1000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","tx_index":4}',0,'ASSET_ISSUANCE','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','96dab9202eb30e6ed45aed2e51093484b8c97956457ce9763989c00a27ca9709'); +INSERT INTO messages VALUES(29,310003,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"CALLABLE","block_index":310003,"calling_function":"issuance","event":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","quantity":1000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'CREDIT','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','7d83d5c00c55f1ee654051bd0ae867489e2938ddc58c44804c8b64ccb1dbdb2f'); +INSERT INTO messages VALUES(30,310003,'parse','transactions','{"supported":true,"tx_hash":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","tx_index":4}',0,'TRANSACTION_PARSED','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','82541a4442545590a09d8af189e12fdbb7602f423c26bd039904fdaee6359f2a'); +INSERT INTO messages VALUES(31,310003,'parse','blocks','{"block_index":310003,"ledger_hash":"edcd7e344fb5cca16999f025594890b8b54543555e61eb3807406bb4204677f2","messages_hash":"af123391034d913292d3dc7b0c7f123afb49401030c96956f958a826cc117d50","transaction_count":1,"txlist_hash":"b6dffe5b8c1f483c3c20832d23dddd7b530afe7ac1f3f57f433da59d83b48f06"}',0,'BLOCK_PARSED',NULL,'0c1cd85fda3224ab3ea93b6143604181ae7eefeef5861e6a04fe786058178693'); +INSERT INTO messages VALUES(32,310004,'insert','blocks','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ccdf99190e19e20d8b351e05e9144cd5824d8f0d636009a0952a8023bc498d51'); +INSERT INTO messages VALUES(33,310004,'insert','transactions','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"btc_amount":0,"data":"0000001400000000082c82e300000000000003e8010000000000000000000c4c6f636b6564206173736574","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","tx_index":5,"utxos_info":" 44f67ff70959390fbdff00651b7e71c39fc3f62166cb58002a0d937c4e6a5fa1:0 2 "}',0,'NEW_TRANSACTION',NULL,'09d87b341215e7823d53ffc4b52d6193459865288e8cbb719a1cbdaabce482ad'); +INSERT INTO messages VALUES(34,310004,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310004,"event":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","quantity":50000000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'DEBIT','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','c6476efa3bb1562d9f076ddfeff3c350fbcda1c32d9f7134d7a1d4118844c399'); +INSERT INTO messages VALUES(35,310004,'insert','assets','{"asset_id":"137134819","asset_longname":null,"asset_name":"LOCKED","block_index":310004}',0,'ASSET_CREATION','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','3ae574c5c03bba42e316e7d43bfaa2409e04b2a3dc997a00653099eba42e5f94'); +INSERT INTO messages VALUES(36,310004,'insert','issuances','{"asset":"LOCKED","asset_events":"creation","asset_longname":null,"block_index":310004,"call_date":0,"call_price":0.0,"callable":false,"description":"Locked asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":1000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","tx_index":5}',0,'ASSET_ISSUANCE','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','fc517ed9cf6f835340097e3143bacbe5ec073f675ea66c828c367152ec14bc71'); +INSERT INTO messages VALUES(37,310004,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"LOCKED","block_index":310004,"calling_function":"issuance","event":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","quantity":1000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'CREDIT','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','ff3ffbc20994268a1e21dca8ac7080f9ccb4edab5f9f0aeb4223dcf5f8cdfcc4'); +INSERT INTO messages VALUES(38,310004,'parse','transactions','{"supported":true,"tx_hash":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","tx_index":5}',0,'TRANSACTION_PARSED','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','11bbcbc125d0afd05473d13a334fda73d2076a7c3bd30f1bed393756f350f5c1'); +INSERT INTO messages VALUES(39,310004,'parse','blocks','{"block_index":310004,"ledger_hash":"abd71a31bc1f8a072761b23a5bc2976731ebdf305d1d7d33922e93573f308129","messages_hash":"eabed5e878d17ba29fb73745af36c5022a25e09c99a9c64e31fb15afd4e9ce06","transaction_count":1,"txlist_hash":"3da72b0c813432f47a3a70887dfd29350d270e9ebaca9875ed6304c91888e387"}',0,'BLOCK_PARSED',NULL,'de3c8898b7ed4038bc9847d0e55d387eb415412b7174cc781a93a9e9816d00f6'); +INSERT INTO messages VALUES(40,310005,'insert','blocks','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4484f7f302e0df166995bfa753792879a4a3e8205a2384cf30ddf613a7e36346'); +INSERT INTO messages VALUES(41,310005,'insert','transactions','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"btc_amount":0,"data":"0000001400000000082c82e3000000000000000001000000000000000000044c4f434b","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc","tx_index":6,"utxos_info":" 2ec530be8ec42b1234d8c7c9556d67f74045c393436b20b0017629f1a1ac75c1:0 2 "}',0,'NEW_TRANSACTION',NULL,'2051b38149d3eb1c171f2d2b56d06be90b823f04eeba60a6ac466144d76afdb2'); +INSERT INTO messages VALUES(42,310005,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310005,"event":"344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc","quantity":0,"tx_index":6,"utxo":null,"utxo_address":null}',0,'DEBIT','344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc','17d822c6af78441f02756babeccc91261f5bc15785154120d270a1f3abeddd40'); +INSERT INTO messages VALUES(43,310005,'insert','issuances','{"asset":"LOCKED","asset_events":"lock_quantity","asset_longname":null,"block_index":310005,"call_date":0,"call_price":0.0,"callable":false,"description":"Locked asset","description_locked":false,"divisible":true,"fee_paid":0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":true,"quantity":0,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc","tx_index":6}',0,'ASSET_ISSUANCE','344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc','f813f3000134e55927c5dd6457fe78773cfb406b980cd1f40d517577b60677fa'); +INSERT INTO messages VALUES(44,310005,'parse','transactions','{"supported":true,"tx_hash":"344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc","tx_index":6}',0,'TRANSACTION_PARSED','344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc','ae8a54efa09b96a31557964e98bf98e32ee062b0d38c952d1a0db32bdc9ce6f1'); +INSERT INTO messages VALUES(45,310005,'parse','blocks','{"block_index":310005,"ledger_hash":"0c3914f9676e506a96e6db793f15200ef33087cd47de4d27628849013a391daa","messages_hash":"60cb4f82dd20617f23fea3cd2e50c22b9e86aa09dc13ba6d9f5adde505d073a7","transaction_count":1,"txlist_hash":"2d59f139907859f9108360f7fa4695101a6b5ef0b7dd0e56c2dd41641e58e9af"}',0,'BLOCK_PARSED',NULL,'54468745f5721de6415cbbcc84f3f9eccdab0a3ca62f85642f34847ec89e89a3'); +INSERT INTO messages VALUES(46,310006,'insert','blocks','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53be36548a6c46729e2694d91dbf1b13520113f021470aa147e55134f7b20d82'); +INSERT INTO messages VALUES(47,310006,'insert','transactions','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"btc_amount":0,"data":"0000000a00000000000000010000000005f5e100000000a25be34b660000000005f5e10007d00000000000000000","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8","tx_index":7,"utxos_info":" 5009038eb2a30367602fab49886139c968cc731cd60a9a4fd0828313e1b9d6f6:0 2 "}',0,'NEW_TRANSACTION',NULL,'be0496e49e74c62aec6f49949e6308500988656b1abe709072726db5e4fbc799'); +INSERT INTO messages VALUES(48,310006,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310006,"event":"4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8","quantity":100000000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'DEBIT','4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8','e819de40adadfc2e73a92bb81a2ba8998f5ad8cdc327331863601e0f0a423ff6'); +INSERT INTO messages VALUES(49,310006,'insert','orders','{"block_index":310006,"expiration":2000,"expire_index":312006,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"DIVISIBLE","get_quantity":100000000,"get_remaining":100000000,"give_asset":"XCP","give_quantity":100000000,"give_remaining":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8","tx_index":7}',0,'OPEN_ORDER','4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8','c40e1b746622c7d464f77a63e7abbe1ccec8275b658819e535d4d739f112f8de'); +INSERT INTO messages VALUES(50,310006,'parse','transactions','{"supported":true,"tx_hash":"4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8","tx_index":7}',0,'TRANSACTION_PARSED','4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8','a0030ba29c969e4bcf9258592c9afdc46f834563d480e4031c130348668c49a3'); +INSERT INTO messages VALUES(51,310006,'parse','blocks','{"block_index":310006,"ledger_hash":"57ff5f34a9e418b179db9003414c5f3bdfa7feeb538f24071b23d024a3d05df0","messages_hash":"e5caa3b099e6f752fe84ccba6bcbeb3b4ba77eb806afdd6685d67d57cfd044c1","transaction_count":1,"txlist_hash":"a4a6fb433e6c49968fded16954502c472b0d21b74c6cce8d08c8c53c00f2781e"}',0,'BLOCK_PARSED',NULL,'115e52bcaa0eca2745e7c06520927ed3d4ab0c52cbf5e8c3cd4f0ada178e33e0'); +INSERT INTO messages VALUES(52,310007,'insert','blocks','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da4ada2711d0b96df381b1d2f83e55dd3a9cc19819e1a05ce51287b32bc674d9'); +INSERT INTO messages VALUES(53,310007,'insert','transactions','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"btc_amount":5430,"data":"00000000000000a25be34b660000000005f5e100","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","tx_index":8,"utxos_info":" e4f8185447ffc9855e5612f86564524dfab31a25b7623168812771ac938e71dc:0 3 "}',0,'NEW_TRANSACTION',NULL,'efb6d69e946ed58639e4048808121d583f2454c20fbea2dff46c2ded3b33c771'); +INSERT INTO messages VALUES(54,310007,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310007,"event":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","quantity":100000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'DEBIT','6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753','c896d15d2af4a4999c4a84f8287f74aee97a1866c22d672a063c129f0089abcf'); +INSERT INTO messages VALUES(55,310007,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"DIVISIBLE","block_index":310007,"calling_function":"send","event":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","quantity":100000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'CREDIT','6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753','3d2cd68043bb333c0b23d1c0690cbd4dc92aa5e0615c4a1eb0addda460144465'); +INSERT INTO messages VALUES(56,310007,'insert','sends','{"asset":"DIVISIBLE","block_index":310007,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","tx_index":8}',0,'SEND','6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753','e160151deede2e08e05c1708c60e62347cb43c0d50e3e994c45627050115eb3f'); +INSERT INTO messages VALUES(57,310007,'parse','transactions','{"supported":true,"tx_hash":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","tx_index":8}',0,'TRANSACTION_PARSED','6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753','793fedefb13fefaa329cc8c65d5d4e9605a64d381d30392a6b326158b2c0d1ea'); +INSERT INTO messages VALUES(58,310007,'parse','blocks','{"block_index":310007,"ledger_hash":"bfed530458339aab02ff75ad76738569dc6997c7a35d4452351678b04e022f68","messages_hash":"dc8c7b977079747d76fb0a35e1c451eba1051aabadf35ce58260529a26abc4ad","transaction_count":1,"txlist_hash":"ce20264c332892b0a5e0c3e2d4b63d02c901fa2c3f8c5171b2896b50c82ea0af"}',0,'BLOCK_PARSED',NULL,'658041b4c2a815d501510d0bad4711bca8d0651dda413bc8eb5c20c9bd8e837f'); +INSERT INTO messages VALUES(59,310008,'insert','blocks','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ad7d033c9b05eab38cc2f19c1e57e400959988523aa8a26547b1f64f425fb40'); +INSERT INTO messages VALUES(60,310008,'insert','transactions','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"btc_amount":5430,"data":"0000000000000000000000010000000005f5e100","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","tx_index":9,"utxos_info":" 4d137354d5136c5884ac767ceee7988e41538760b29b37d028c0ea9d5273493b:0 3 "}',0,'NEW_TRANSACTION',NULL,'ce91fdf508ac6f357329b1d9f7b1840dc504324d5856736b913a8faa26166c4c'); +INSERT INTO messages VALUES(61,310008,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310008,"event":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","quantity":100000000,"tx_index":9,"utxo":null,"utxo_address":null}',0,'DEBIT','4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43','3c6c34be88f67e857bbec3310436a61be1d88158667535ba3e95a7595974e20e'); +INSERT INTO messages VALUES(62,310008,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310008,"calling_function":"send","event":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","quantity":100000000,"tx_index":9,"utxo":null,"utxo_address":null}',0,'CREDIT','4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43','da1d07036f072e1635177d77f4dc1d7309856a14229713f80bf2f56a3aa1b5b4'); +INSERT INTO messages VALUES(63,310008,'insert','sends','{"asset":"XCP","block_index":310008,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","tx_index":9}',0,'SEND','4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43','c0e7b435b0160dd3fcf575973de7320695ed59dde2171c41236ad811386cc55c'); +INSERT INTO messages VALUES(64,310008,'parse','transactions','{"supported":true,"tx_hash":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","tx_index":9}',0,'TRANSACTION_PARSED','4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43','274fb680c880132b8ab1469f23165b3751e1713851ed12cc8d49598c1b964374'); +INSERT INTO messages VALUES(65,310008,'parse','blocks','{"block_index":310008,"ledger_hash":"d4feec997754d11a1502e5351ed62fcfbfcafb770e19a37da41d1d88b7b45ed4","messages_hash":"dce0a2dc7b9cadfcedb08fd2061a1695b57e5ff9f270fc33576488a46b8ab80e","transaction_count":1,"txlist_hash":"d25c9f48fbbe2010a62cad729d45b658a2caf9a7c9abc65a30e2a7fc47bc83e5"}',0,'BLOCK_PARSED',NULL,'ffc7033ccd8e63c152e8f027203488ef2b665e0b1b2c6f967ea69347a90e76e5'); +INSERT INTO messages VALUES(66,310009,'insert','blocks','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'262019de73766e601a66374bb06edea08b67cfca98849a87f3897d4a4546a904'); +INSERT INTO messages VALUES(67,310009,'insert','transactions','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"btc_amount":0,"data":"0000000a00000000000000010000000005f5e100000000a25be34b660000000005f5e10007d00000000000000000","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b","tx_index":10,"utxos_info":" 70ab525dff715d2bd93627834fe7ad516c451d4c6dcd89abe0fe491c480eb404:0 2 "}',0,'NEW_TRANSACTION',NULL,'abcc238e98885208044bc50ad2074babbe60b0a90bb10867ea5d50921c2bb7b1'); +INSERT INTO messages VALUES(68,310009,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310009,"event":"21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b","quantity":100000000,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b','947cdcad7f3887d966430d6dfc7a81034f4639a984b0449854aa9b058b225102'); +INSERT INTO messages VALUES(69,310009,'insert','orders','{"block_index":310009,"expiration":2000,"expire_index":312009,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"DIVISIBLE","get_quantity":100000000,"get_remaining":100000000,"give_asset":"XCP","give_quantity":100000000,"give_remaining":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b","tx_index":10}',0,'OPEN_ORDER','21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b','f12bd28bc529f0bb91bc8201ab028643a98049618fd4ef80b36bc7db6fa7d120'); +INSERT INTO messages VALUES(70,310009,'parse','transactions','{"supported":true,"tx_hash":"21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b","tx_index":10}',0,'TRANSACTION_PARSED','21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b','7fa90738d1a2126928e794213e64aac63250aff54d69016f9d0237dcb6eb4ffc'); +INSERT INTO messages VALUES(71,310009,'parse','blocks','{"block_index":310009,"ledger_hash":"4ab5ff9e71bbc83956557fb5abec98372fa38e5580838fb258b2d831bfc4d9ea","messages_hash":"eaf564214397cc142313064150a56c681b828b06f7c13ebf3831caacc41bc1c7","transaction_count":1,"txlist_hash":"173e769e0b4fa951ef0267c7e218f3a473d9a5857b0880d654a2181f244c92e2"}',0,'BLOCK_PARSED',NULL,'6a3e13ba834b5a9e9cb11842c8c201e8f5c4c5a891ad234da90d667d06a6a29a'); +INSERT INTO messages VALUES(72,310010,'insert','blocks','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'93edadfc6a1dc71989cc72a0172986ea62268d78b3767e88064852a68f95d36b'); +INSERT INTO messages VALUES(73,310010,'insert','transactions','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"btc_amount":0,"data":"0000000a00000000000000010000000005f5e100000000000000000000000000000f424007d000000000000dbba0","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a","tx_index":11,"utxos_info":" 8e4daab9ae8909b2ed524fa98a8c366ea2bca0435cd0b4f040307763fdeb103c:0 2 "}',0,'NEW_TRANSACTION',NULL,'74454ad5a7a7d5405879a0dfe83951b0bc13910b6e99401f7835f9fb70cc150b'); +INSERT INTO messages VALUES(74,310010,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310010,"event":"1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a","quantity":100000000,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a','75a99ce4209e0189c0819e1743cb4e2fad99196996ecd6db0677a9e3eccf1c41'); +INSERT INTO messages VALUES(75,310010,'insert','orders','{"block_index":310010,"expiration":2000,"expire_index":312010,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":1000000,"get_remaining":1000000,"give_asset":"XCP","give_quantity":100000000,"give_remaining":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a","tx_index":11}',0,'OPEN_ORDER','1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a','0a5ca1f44414dce1f159405091215ffa9535fcc9735b09b082b7a960d430bab6'); +INSERT INTO messages VALUES(76,310010,'parse','transactions','{"supported":true,"tx_hash":"1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a","tx_index":11}',0,'TRANSACTION_PARSED','1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a','e2f767692d4fc3ea099c158e7eb7f635d19b51bb37d370c6cf77947663e6cdcf'); +INSERT INTO messages VALUES(77,310010,'parse','blocks','{"block_index":310010,"ledger_hash":"1909ef40a24263776cb9e0d52a690048b50728855a0fe4b0e1ba3834a9e401c1","messages_hash":"3111e5cbf8219a8c458ce8df6a3edc6a48407f92739a6bc97ed52ec82528600e","transaction_count":1,"txlist_hash":"7d1ef03dad99c4bdf7a8e5af7209a136c8ac392922dd3afdbcc0446ea1f5f604"}',0,'BLOCK_PARSED',NULL,'d06bde5a1c653a902be9203e426608e2d20ecb66767f33aaeb29a986b7de3b93'); +INSERT INTO messages VALUES(78,310011,'insert','blocks','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'44f1827cb9da399ec3412a976e159c644e27f0fad3c6877a6ed422be74d1cc00'); +INSERT INTO messages VALUES(79,310011,'insert','transactions','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"btc_amount":0,"data":"0000000a000000000000000000000000000a2c2b00000000000000010000000005f5e10007d00000000000000000","destination":"","fee":1000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6","tx_index":12,"utxos_info":" ee3525a59635e10bfd65f7427a6c352b496d1fd5812c86cc58e869cf412bb92a:0 2 "}',0,'NEW_TRANSACTION',NULL,'c6a5aefa412d88ff2b11a8fba36390b2c677c1c9ee91f5d7e71ef72a1fc30681'); +INSERT INTO messages VALUES(80,310011,'insert','orders','{"block_index":310011,"expiration":2000,"expire_index":312011,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":666667,"give_remaining":666667,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6","tx_index":12}',0,'OPEN_ORDER','a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6','d6dafc00630bcc1b032a5103b87901115a783ddc21ca02411045ea07436b1945'); +INSERT INTO messages VALUES(81,310011,'parse','transactions','{"supported":true,"tx_hash":"a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6","tx_index":12}',0,'TRANSACTION_PARSED','a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6','7aeece66326ab384421d923ce9713fd298411881a9ad0a11ecd9bd37ec1dddb7'); +INSERT INTO messages VALUES(82,310011,'parse','blocks','{"block_index":310011,"ledger_hash":"c3d51a5f2df90c089844ba4de7d5541f6051490aa1389e5945a7bb91d49e3589","messages_hash":"4552f673b466e37fb3ee3fae53d0f796b7547dd9e55a51ad8914d255c34d96c9","transaction_count":1,"txlist_hash":"86ebe5be8b9443f411adcd49e7443a34941979c0c6bf40136a3b44193024abfc"}',0,'BLOCK_PARSED',NULL,'b41ff5401b57d3d8d5fc043d341597ec0bf691eaa23986a14f41df710545589e'); +INSERT INTO messages VALUES(83,310012,'insert','blocks','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da6284695cf6f54eef03c88b1853314bcde84ba88f3a3c09fb34dd3fabc6d486'); +INSERT INTO messages VALUES(84,310012,'insert','transactions','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"btc_amount":1000,"data":"0000000000000000000000010000000011e1a300","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","tx_index":13,"utxos_info":" 07ff616bbc8b38f81525d5a1f5b9ce7efedf7eaf2741147cb430736defaf36e5:0 3 "}',0,'NEW_TRANSACTION',NULL,'8c41bb35169523439e2004897c94f57cdc930aebe4cdfcdb3e52694f508f6666'); +INSERT INTO messages VALUES(85,310012,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310012,"event":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","quantity":300000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'DEBIT','698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6','1f15c5d2452406ba13bf192e1bae8c5ceaee539ddcf30b2944344f14098a903a'); +INSERT INTO messages VALUES(86,310012,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310012,"calling_function":"send","event":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","quantity":300000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'CREDIT','698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6','ee22315c118a382f12ff9d96185eca28f3ec50418542a767f16ea40838949798'); +INSERT INTO messages VALUES(87,310012,'insert','sends','{"asset":"XCP","block_index":310012,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":300000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","tx_index":13}',0,'SEND','698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6','7ce307b418473e6424974d05e3320fb3afb6d5b09b372291de936e7878f7d5c2'); +INSERT INTO messages VALUES(88,310012,'parse','transactions','{"supported":true,"tx_hash":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","tx_index":13}',0,'TRANSACTION_PARSED','698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6','5f857c51be855ae55fa929f7f0128e12482cb502b5f7303c079539408cca0316'); +INSERT INTO messages VALUES(89,310012,'parse','blocks','{"block_index":310012,"ledger_hash":"a9dc31556d38b118eeb0bcbb3a374a0ed79adec4eb23e00c80c0599ba97c9a7a","messages_hash":"04d255a494665f030a907770104b77faec099af22dbaf4cb8e4cfc8710661efb","transaction_count":1,"txlist_hash":"5a729b250068fe7b175a540b66a30326344514e357023184540ef97bae5e16e7"}',0,'BLOCK_PARSED',NULL,'6f415f59427e4fb5f2ad581428a84596608681876676fa80ec05e943ddf3a4ab'); +INSERT INTO messages VALUES(90,310013,'insert','blocks','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9115e80998c3446147490ee06adde9463d08b153950f5b162dad5600950b8977'); +INSERT INTO messages VALUES(91,310013,'insert','transactions','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"btc_amount":1000,"data":"00000000000000a25be34b66000000003b9aca00","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","tx_index":14,"utxos_info":" 1bfb8255970fbb3505460f9f0785a34c3b27cd6ba34e32f2ce894ffbcf9a456f:0 3 "}',0,'NEW_TRANSACTION',NULL,'85cdfa5d4580d1f699e67829d33ecfd6e37defd45f3ace13cf9531ccd7715bff'); +INSERT INTO messages VALUES(92,310013,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310013,"event":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","quantity":1000000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'DEBIT','0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132','def069bd393ab9f850ef25f0b0e00ba9d1ce72d46d62c91716d2f915ab6ca511'); +INSERT INTO messages VALUES(93,310013,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"DIVISIBLE","block_index":310013,"calling_function":"send","event":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","quantity":1000000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'CREDIT','0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132','cfe3bbe2e4f15f34fd818cc9252c39c2b137e36af20abeee56d61592b27acef8'); +INSERT INTO messages VALUES(94,310013,'insert','sends','{"asset":"DIVISIBLE","block_index":310013,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":1000000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","tx_index":14}',0,'SEND','0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132','6c4ab69389121593322cc220759c0777f505e7791e96ce48b9033ccefb8ec4f3'); +INSERT INTO messages VALUES(95,310013,'parse','transactions','{"supported":true,"tx_hash":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","tx_index":14}',0,'TRANSACTION_PARSED','0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132','4b468ae7b995be76b0e8f4b7ec473f90292863c33296fea731b1a187fe88717d'); +INSERT INTO messages VALUES(96,310013,'parse','blocks','{"block_index":310013,"ledger_hash":"e72be5070d0a5853631d902d334e8b88eddf6e79616373311babc4a0a27dd3d8","messages_hash":"9158b3ee01d7403ae4363a0dd323c610b89a5a99ad3bc89a4845d04b9c56ce8d","transaction_count":1,"txlist_hash":"1294e3d0871b0c2297d9980ed46bfa3563b33b202b426949dadeeba7075b4bc7"}',0,'BLOCK_PARSED',NULL,'5be7e3932c5a88ba514497732816fc448f09a20d46f4177725322ed2e1b92544'); +INSERT INTO messages VALUES(97,310014,'insert','blocks','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'576a9e69cd48c7e5c09b99761e95b0f1c65600fe2f2ec60c97359eb2d013554c'); +INSERT INTO messages VALUES(98,310014,'insert','transactions','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"btc_amount":5430,"data":"000000000006cad8dc7f0b660000000000000005","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","tx_index":15,"utxos_info":" a904fa34fd5e99a8d23ddfacbaec581049046fc39b1312524f8bb1f360bc247d:0 3 "}',0,'NEW_TRANSACTION',NULL,'b8b0634d2c5574099d1b696d97b537344ba3888b564c9ad5309e5e7cdb14aa39'); +INSERT INTO messages VALUES(99,310014,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"NODIVISIBLE","block_index":310014,"event":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","quantity":5,"tx_index":15,"utxo":null,"utxo_address":null}',0,'DEBIT','1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a','af4bb9b45fc711745626df996e55b6d75708eda7a523a5f4ea0291ae10075d5c'); +INSERT INTO messages VALUES(100,310014,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"NODIVISIBLE","block_index":310014,"calling_function":"send","event":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","quantity":5,"tx_index":15,"utxo":null,"utxo_address":null}',0,'CREDIT','1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a','c45c188d2a040739875dfccc48a6aaa9216f80d1ba3619da1b478aaf7bada480'); +INSERT INTO messages VALUES(101,310014,'insert','sends','{"asset":"NODIVISIBLE","block_index":310014,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":5,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","tx_index":15}',0,'SEND','1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a','2fea5d47b1cc3a43c5c7af4e852f37a454e685f8483fb516e1d93ee026f896ea'); +INSERT INTO messages VALUES(102,310014,'parse','transactions','{"supported":true,"tx_hash":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","tx_index":15}',0,'TRANSACTION_PARSED','1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a','a9c75be71e844d040b55e64e5ca7afe423cadc01b39ab5e4fa613a07df237e2a'); +INSERT INTO messages VALUES(103,310014,'parse','blocks','{"block_index":310014,"ledger_hash":"cb0962222af917dbac2a11465c22cd80770c0b3cdb8bdc0870c99a8116745c9e","messages_hash":"15832b246a3089a88777af4771f68221a8e08ed2ab01c0f6da9577ee3412c346","transaction_count":1,"txlist_hash":"d5431af170b331497d8967969820632880473d06dae0d06fa7ffc93a0cb90180"}',0,'BLOCK_PARSED',NULL,'4caa0762db274ed0fdd5c9308cb829dc9cc81a5632695450c775c66c59d8c2c9'); +INSERT INTO messages VALUES(104,310015,'insert','blocks','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b7fa00f0f0a41a1af8d9ece7f6e0513ba4d783d9c0bf712da6f91dd497c8cc77'); +INSERT INTO messages VALUES(105,310015,'insert','transactions','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"btc_amount":1000,"data":"000000000006cad8dc7f0b66000000000000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","tx_index":16,"utxos_info":" 3bb0f340541ec86bfd17e4e6986ff9b2a01c78ecbf56c101ff05e9efcd95edda:0 3 "}',0,'NEW_TRANSACTION',NULL,'9438a07797440ea853c6f306d12d5cdd65e077e7aa5d50e7bfc9559222e667b3'); +INSERT INTO messages VALUES(106,310015,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"NODIVISIBLE","block_index":310015,"event":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","quantity":10,"tx_index":16,"utxo":null,"utxo_address":null}',0,'DEBIT','e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c','d1af63b7bc3badfaa6db555106e6bbbcc55c3343e13f9e240073545492fc144e'); +INSERT INTO messages VALUES(107,310015,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"NODIVISIBLE","block_index":310015,"calling_function":"send","event":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","quantity":10,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c','1c702c0148067468733e193a7581d549c7c9b5acd055045ef055d724a3131a67'); +INSERT INTO messages VALUES(108,310015,'insert','sends','{"asset":"NODIVISIBLE","block_index":310015,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":10,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","tx_index":16}',0,'SEND','e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c','9b7fbb4efaedea58ab68fdb57c2cf0030c252c44214b072bd0435d2f68c8056b'); +INSERT INTO messages VALUES(109,310015,'parse','transactions','{"supported":true,"tx_hash":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","tx_index":16}',0,'TRANSACTION_PARSED','e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c','dce5dae8aa6dc0a4495c924eab16b5b2458a658a578d22e8910ce495459fd112'); +INSERT INTO messages VALUES(110,310015,'parse','blocks','{"block_index":310015,"ledger_hash":"6ff899433f22546c41a15f20b4c66913c747931500fee10d58c4a17b9e2f0c88","messages_hash":"af90ae46c1376276bb097a76288011221e50b0d5917d3dc19fd7db1c42d54fef","transaction_count":1,"txlist_hash":"b77c1d69b3ac7348e336cce9948f982efafa1cb56cbdde85fe9f49a73871ba3b"}',0,'BLOCK_PARSED',NULL,'eb989efe261bbb272e0183be6ad1ad71034bfc88d284ce74e80bb64ec2dbd803'); +INSERT INTO messages VALUES(111,310016,'insert','blocks','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bb3de7fcf4a40f2530c3932063a642942533de4bb971ab896bf633d8ff002ba3'); +INSERT INTO messages VALUES(112,310016,'insert','transactions','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"btc_amount":0,"data":"000000140000000000033a3e7fffffffffffffff01000000000000000000104d6178696d756d207175616e74697479","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","tx_index":17,"utxos_info":" 698b18eb14570c608acf7b9e351e5b1d3353707389b4110a9867528c6d3227d7:0 2 "}',0,'NEW_TRANSACTION',NULL,'b7cea1359ab2f22afd6234c91a23e7cf3906eecadebce4a173401c9d04fc7bfb'); +INSERT INTO messages VALUES(113,310016,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310016,"event":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","quantity":50000000,"tx_index":17,"utxo":null,"utxo_address":null}',0,'DEBIT','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','981be9cd50c78dd1df28fe2d7f7fd2a6141fb1b335049b20fcda50fab3d870da'); +INSERT INTO messages VALUES(114,310016,'insert','assets','{"asset_id":"211518","asset_longname":null,"asset_name":"MAXI","block_index":310016}',0,'ASSET_CREATION','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','79746fdf73283ddea90ff233e3e8810cf085f2cf2ef6056ca5bde6e46a5af430'); +INSERT INTO messages VALUES(115,310016,'insert','issuances','{"asset":"MAXI","asset_events":"creation","asset_longname":null,"block_index":310016,"call_date":0,"call_price":0.0,"callable":false,"description":"Maximum quantity","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":9223372036854775807,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","tx_index":17}',0,'ASSET_ISSUANCE','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','156b8373ee917823455b031e85d47ee2085fd6f06a832c4838cdd0bb0d8485ef'); +INSERT INTO messages VALUES(116,310016,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"MAXI","block_index":310016,"calling_function":"issuance","event":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","quantity":9223372036854775807,"tx_index":17,"utxo":null,"utxo_address":null}',0,'CREDIT','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','12453234d939e5c623f5e943d80c6de6c3aada8c3f4ee0ec14f0aa65a532f838'); +INSERT INTO messages VALUES(117,310016,'parse','transactions','{"supported":true,"tx_hash":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","tx_index":17}',0,'TRANSACTION_PARSED','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','55b73c1e6f7f2b434d23987270a28bce38c0d4b56fe98942b41418153365250b'); +INSERT INTO messages VALUES(118,310016,'parse','blocks','{"block_index":310016,"ledger_hash":"ec66a06cde401b66917c6d1d4e1ee8893405cfbf0474560d9997d6960c8af710","messages_hash":"db4eee6a041ef1a069855f57d341c02ec76dfd26173f12747f6662b1fd80b856","transaction_count":1,"txlist_hash":"6d3d469ad1b72a67ee50d8a7c6c57069da3a0e2e9d12a23a30bbf4f2ccc64cb6"}',0,'BLOCK_PARSED',NULL,'a7ab3f026ccdc5e3d1a284ac6692a03b40dd359e9b7ee0b1597bbe122c23411c'); +INSERT INTO messages VALUES(119,310017,'insert','blocks','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ade7085050c9068d37c11f97cf0f77cffe6d48e5471666d0e8ccbe046490a9e8'); +INSERT INTO messages VALUES(120,310017,'insert','transactions','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"btc_amount":0,"data":"0000001e52bb33003ff0000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af","tx_index":18,"utxos_info":" 1ceafa5cf74dad4bec8743acfce55133c738983261683a81c12be457f7574126:0 2 "}',0,'NEW_TRANSACTION',NULL,'e352120387d9ad9307dafa2663738f704702ad1126576c66953e7ad8129ab57d'); +INSERT INTO messages VALUES(121,310017,'insert','broadcasts','{"block_index":310017,"fee_fraction_int":5000000,"locked":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af","tx_index":18,"value":1.0}',0,'BROADCAST','d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af','16cd1b117f748edcfdc4e07ccfc0d0a1d12e857fd45c82904b3d8aed56112354'); +INSERT INTO messages VALUES(122,310017,'parse','transactions','{"supported":true,"tx_hash":"d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af","tx_index":18}',0,'TRANSACTION_PARSED','d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af','cda60602b691a1ff0fd803428af0847d111c131a5d5d60225d74bee46946b973'); +INSERT INTO messages VALUES(123,310017,'parse','blocks','{"block_index":310017,"ledger_hash":"b2053109bff06dae1705fc32ab0712f38bf9d206fa3517fbf0a938d1b5f33bad","messages_hash":"0d5d74a4af21173839808f7d9e485052f052b792aa73d66e9cb94f1d30d8cd0b","transaction_count":1,"txlist_hash":"223e10a8e23e4435e635f1dda533a0662dff9f0e3fb86b72a22b2c191f731a80"}',0,'BLOCK_PARSED',NULL,'67ca801055087bcbc558b21e589687f84aef5c3f382396bb3cc61c93b10aa46c'); +INSERT INTO messages VALUES(124,310018,'insert','blocks','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'00d3419323d057e23a06341cc4ed7ba9c006b6338b546ca662cb0082f0cb3bc7'); +INSERT INTO messages VALUES(125,310018,'insert','transactions','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"btc_amount":0,"data":"0000001e4cc552003ff000000000000000000000046c6f636b","destination":"","fee":6800,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660","tx_index":19,"utxos_info":" 903a01ed1551bf31dc75cf04f61fc8bdb026a32e9cf6c41cd593f75f27b140b1:0 2 "}',0,'NEW_TRANSACTION',NULL,'872a19fc80c03d23f3e9ad1820d162e0b8f89aea69f975f8fbeb52c9f9f50b95'); +INSERT INTO messages VALUES(126,310018,'insert','broadcasts','{"block_index":310018,"fee_fraction_int":null,"locked":true,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","text":null,"timestamp":0,"tx_hash":"f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660","tx_index":19,"value":null}',0,'BROADCAST','f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660','574ad3fde6802251be241427e935af74036921b5e2636efed5ea55151ba88025'); +INSERT INTO messages VALUES(127,310018,'parse','transactions','{"supported":true,"tx_hash":"f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660","tx_index":19}',0,'TRANSACTION_PARSED','f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660','04a4b0546e6e2c4bc6166ab141d5db9d672602d3d06c36d20c6dc31983563a6c'); +INSERT INTO messages VALUES(128,310018,'parse','blocks','{"block_index":310018,"ledger_hash":"d7051de4d03fb31bfedf215b407b1edc12789c1f2748abb5a72257ad8f5113ce","messages_hash":"16f28622ccc964e4c4c03237accb201f9042ef5a7ebac04d36ed63ddcdebf4da","transaction_count":1,"txlist_hash":"9eb6f4683bebb675467829573cd2f7e3ab613d21398c5aef31ed389a40f3c48d"}',0,'BLOCK_PARSED',NULL,'7fe194ef919dfc06786215e72032cf852f167110955d4a1a0f603df2f59dc675'); +INSERT INTO messages VALUES(129,310019,'insert','blocks','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dfa966ff090059a07ac0ec2974c3897ee18a2fbf829bb1402b45e70d64a34d15'); +INSERT INTO messages VALUES(130,310019,'insert','transactions','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"btc_amount":5430,"data":"00000028000152bb3301000000000000000900000000000000090000000000000000000013b000000064","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","tx_index":20,"utxos_info":" f9cc41abbb83104f119fe8377e0e52afa0bf3633d6a2920aa31634e0a1c762a0:0 3 "}',0,'NEW_TRANSACTION',NULL,'1dd8941f4791573e5645b5e0b60ef32d95bed13733ef4b66b3c75fb24726ecde'); +INSERT INTO messages VALUES(131,310019,'insert','debits','{"action":"bet","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310019,"event":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","quantity":9,"tx_index":20,"utxo":null,"utxo_address":null}',0,'DEBIT','2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1','54b4fb837645cc629ee8bbda0d333e58e699372a6491c24d96928ffa6c1242bc'); +INSERT INTO messages VALUES(132,310019,'insert','bets','{"bet_type":1,"block_index":310019,"counterwager_quantity":9,"counterwager_remaining":9,"deadline":1388000001,"expiration":100,"expire_index":310119,"fee_fraction_int":5000000.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","target_value":0.0,"tx_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","tx_index":20,"wager_quantity":9,"wager_remaining":9}',0,'OPEN_BET','2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1','7cc9e589d2e8891bc3f0ac91b5cb2284fd049456b998289232552db79d7229ff'); +INSERT INTO messages VALUES(133,310019,'parse','transactions','{"supported":true,"tx_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","tx_index":20}',0,'TRANSACTION_PARSED','2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1','da568d63e48719976141b229a1038063aca82a59b75762fb619d121629f98f41'); +INSERT INTO messages VALUES(134,310019,'parse','blocks','{"block_index":310019,"ledger_hash":"35c95a70193ded2f9ee18254a91ce5d4834bb162fc3cca85dd432339257539b8","messages_hash":"244df1d90d6576af9bafb6c91f9f2f64fbb991346358a0c134e6f5137a0ed4ec","transaction_count":1,"txlist_hash":"88220e5f48660f8b9e339c3afb65ffbad83d632164f1df8e22af2ee6fc18826e"}',0,'BLOCK_PARSED',NULL,'0f0256856d8c1eec634f4bf711f3ebea5acd09d60bcca684e184d34d553cfc30'); +INSERT INTO messages VALUES(135,310020,'insert','blocks','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9365ae8d5a224d06fd2708b58364816ab9451d3fee8119b7ea4fde176dd7ace8'); +INSERT INTO messages VALUES(136,310020,'insert','transactions','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"btc_amount":5430,"data":"00000028000052bb3301000000000000000900000000000000090000000000000000000013b000000064","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","tx_index":21,"utxos_info":" aa32016e80f13c7f7c33dc29f0e55add7f2ca7413181a20010c7ef10b5096ee8:0 3 "}',0,'NEW_TRANSACTION',NULL,'ddde5a15bdf241e81a9ed20016d61e1849c6203a3df3459ddd1b99b5e8e54d90'); +INSERT INTO messages VALUES(137,310020,'insert','debits','{"action":"bet","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310020,"event":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","quantity":9,"tx_index":21,"utxo":null,"utxo_address":null}',0,'DEBIT','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','40085f7e770cff42c46c4d1429af583993dfbbde9926ae43c38366016f63edd9'); +INSERT INTO messages VALUES(138,310020,'insert','bets','{"bet_type":0,"block_index":310020,"counterwager_quantity":9,"counterwager_remaining":9,"deadline":1388000001,"expiration":100,"expire_index":310120,"fee_fraction_int":5000000.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"open","target_value":0.0,"tx_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","tx_index":21,"wager_quantity":9,"wager_remaining":9}',0,'OPEN_BET','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','a40375ef4a89be69eb3628349be64e7c66ac7db6009eb7f4a75f302cdebf1ef3'); +INSERT INTO messages VALUES(139,310020,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310020,"calling_function":"filled","event":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","quantity":0,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','717478bc1a9d5b9350d805bfe9dfec2d50eb871a6eec6ab522d1da0a639e20f9'); +INSERT INTO messages VALUES(140,310020,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","wager_remaining":0}',0,'BET_UPDATE','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','60e9f6e348d92305a30f71fed1719b1b84adc7d6a9d012a60d66c731a0e2b85d'); +INSERT INTO messages VALUES(141,310020,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310020,"calling_function":"filled","event":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","quantity":0,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','7039154f8ea64231851e2a427a3998bef38e5c3884f28d18dc65f907680fa393'); +INSERT INTO messages VALUES(142,310020,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","wager_remaining":0}',0,'BET_UPDATE','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','a9b117b77282f3623a2a232a8be452c0c4791594b1378cfcac9bbaef76c0fb1e'); +INSERT INTO messages VALUES(143,310020,'insert','bet_matches','{"backward_quantity":9,"block_index":310019,"deadline":1388000001,"fee_fraction_int":5000000,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","forward_quantity":9,"id":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1_5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","initial_value":1.0,"leverage":5040,"match_expire_index":310119,"status":"pending","target_value":0.0,"tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx0_bet_type":1,"tx0_block_index":310019,"tx0_expiration":100,"tx0_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","tx0_index":20,"tx1_address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","tx1_bet_type":0,"tx1_block_index":310020,"tx1_expiration":100,"tx1_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","tx1_index":21}',0,'BET_MATCH','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','4e963bc3fff1d18a4107e18d2c1b8ab48bb5848990081ea16386c84084b6e28c'); +INSERT INTO messages VALUES(144,310020,'parse','transactions','{"supported":true,"tx_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","tx_index":21}',0,'TRANSACTION_PARSED','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','e3eb1fd97b087b584cb55114dbb148cb923f64507c76fd4e61d0ce95139a84be'); +INSERT INTO messages VALUES(145,310020,'parse','blocks','{"block_index":310020,"ledger_hash":"8315de64ee1051c333687ba9fae6244287b85bcc1e3a4b67f3fe7d51b931378b","messages_hash":"d028ab966abf47121d030e9a67fac28ea8274aa57e11e9a60524f84829e797c2","transaction_count":1,"txlist_hash":"087de9b1715dfdac7372489fc615b597c9575c9520eb1ad5f7435a2641388621"}',0,'BLOCK_PARSED',NULL,'d3ef36f57e11e6c32c68abd2c11bfa26bdf5180d1b56420274c59a8e2706b68d'); +INSERT INTO messages VALUES(146,310021,'insert','blocks','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'07dc4c11f18270acf2f23166e4d912f8fe254ee690e6088d5bfe08f9a53d7e2b'); +INSERT INTO messages VALUES(147,310021,'parse','blocks','{"block_index":310021,"ledger_hash":"c2d646bd3f54eec73cd9da6f5da4bc159d0c64e8fb9ad4095dfa58850e65c7b1","messages_hash":"d97fc24a284a20bc7851c5a073a7318222c6bd51c420f6e97f54f2284a9a6270","transaction_count":0,"txlist_hash":"e5f36761a4755ebc133389b9bc01a085c585a24fa346c784123f3dd5a125ad27"}',0,'BLOCK_PARSED',NULL,'21a0f0544d5f121d3ef94b99ac3054429de7b73bb583253666d466c6d36c5c1b'); +INSERT INTO messages VALUES(148,310022,'insert','blocks','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1efa97e53ce82d5ea63703a52c1a8f1778e66775cacb5c76f0b15aa40ebb51a5'); +INSERT INTO messages VALUES(149,310022,'parse','blocks','{"block_index":310022,"ledger_hash":"619367fb7657e0fb4800acd385eb5593d085ce5cbfbfb098dafa98612d9fd445","messages_hash":"393ec1e55ac9ae497841a79dcbcb217e9614e998ec209392f041c81691c87e85","transaction_count":0,"txlist_hash":"e62992a5e4f80347f92c512e1bd47df4c2f4e9fa0c38b7ca73befd39fd181d54"}',0,'BLOCK_PARSED',NULL,'b78c4273deafe8fdb6b7891b53fc3c0887163abd3f1daab737066d89def463be'); +INSERT INTO messages VALUES(150,310023,'insert','blocks','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cdfde16de4fdec2db7504e1c740a78657be569de11a9374711c9b760df3bd00f'); +INSERT INTO messages VALUES(151,310023,'parse','blocks','{"block_index":310023,"ledger_hash":"ba865dbc8263aaf153d7264dfc6a580bebe9391ca0551f15a1c822c6cbe2b8de","messages_hash":"b002d14b9248cbdf55ee5e364118afe1fcdb50123a2f4f37f2c4886762045039","transaction_count":0,"txlist_hash":"e62acd9368da6141ddf435bd919fe0e124bd77646207d69a2544790107ab88a5"}',0,'BLOCK_PARSED',NULL,'be83c02f2299acd2c544d48e0fefb5a3b9e714c0f969c42b8f3cd3e4afc94dd2'); +INSERT INTO messages VALUES(152,310024,'insert','blocks','{"block_hash":"b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5","block_index":310024,"block_time":310024000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fa07526935aec9f42dbf38f1bd4d03ec67c6a67a35220282bab50d3dab156407'); +INSERT INTO messages VALUES(153,310024,'parse','blocks','{"block_index":310024,"ledger_hash":"368e948cbf42de80aca51abe75d09ec78196924453719182ccc86419df5da2db","messages_hash":"777c3d3cc3f470c23ccd8be01b232f6c31637f2f225dd310a165649568d004f6","transaction_count":0,"txlist_hash":"2c65dfdc0d371025c6d497e087b8548633238d6049242fa411383fcce72b096e"}',0,'BLOCK_PARSED',NULL,'46e48417af54db51c36174213e451060fed5ebbdee06d5699a38dceeabfdc3e4'); +INSERT INTO messages VALUES(154,310025,'insert','blocks','{"block_hash":"a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666","block_index":310025,"block_time":310025000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'af8151c1fc5a93b2db30757770f8a93b28575ad39d64dd99ae50abbf1b8a720f'); +INSERT INTO messages VALUES(155,310025,'parse','blocks','{"block_index":310025,"ledger_hash":"9f7132c808936f580d4fb1dc5791541a5a3d23532d1093c20d434007f8dde54c","messages_hash":"d4ec7c2331604b8d243a84eeaf704089c47998bd0f34bf638067335819410a1e","transaction_count":0,"txlist_hash":"ca60850f73099aabc38d1521a94d611cc02f4539620a17488d1e9a445087104f"}',0,'BLOCK_PARSED',NULL,'ff82be352b67aa2a74003163152758f3fdccaab4cbea06772a19e2a9241cdf45'); +INSERT INTO messages VALUES(156,310026,'insert','blocks','{"block_hash":"6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a","block_index":310026,"block_time":310026000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'543fa70c7076c88d7fbaec3e7fe8015b7ec42bfe9e2381439005edf153e29ac8'); +INSERT INTO messages VALUES(157,310026,'parse','blocks','{"block_index":310026,"ledger_hash":"074ea6f10a5290cff31f7b21483f7b2248723c8d1b5bc060c31219f66f37def7","messages_hash":"462013ce729e1e400f18a938391bf4880720c18ce65a6299654eb78a6c186fdf","transaction_count":0,"txlist_hash":"21db77ad7cd241752184fa9fd61ab9cf670cd40105d7d9b887d8df62f25e5cfc"}',0,'BLOCK_PARSED',NULL,'056ccc01286de26d70eea2d3f7518102733931a627b693206131122eb1b14ec7'); +INSERT INTO messages VALUES(158,310027,'insert','blocks','{"block_hash":"d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e","block_index":310027,"block_time":310027000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1d31e79007575131a1e09eae153ca5fae74745122beefbde70cac32898b03530'); +INSERT INTO messages VALUES(159,310027,'parse','blocks','{"block_index":310027,"ledger_hash":"a3ade2b2e5bc701996f511f3e85d596b60f882a3254fd975769c0f38b3b14cb3","messages_hash":"19431cd34998fe9d227feb4e0e92429c8e680b854682cda3b3345fd7e2c8dd42","transaction_count":0,"txlist_hash":"9469f4c4b4f208f2a46569234006846d18ae108ca6a98600ab70bac1ef1ad633"}',0,'BLOCK_PARSED',NULL,'1f2484d72d618e3938830e7a240eab0356b4e8ced4909a4bff2f4aa4438bdc7b'); +INSERT INTO messages VALUES(160,310028,'insert','blocks','{"block_hash":"02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b","block_index":310028,"block_time":310028000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5d9f874833f8ed3b6fbc326ac1d681313199ceb878ca5a63a6165e531555346e'); +INSERT INTO messages VALUES(161,310028,'parse','blocks','{"block_index":310028,"ledger_hash":"3bf124a34825b5c487c94dd79b1ea4f25e657294966879f1c10b56b37a3d29b5","messages_hash":"74f541f98d8087b1345a7dc79ab951a97cc083f2ce3aaa62e3668fdd876c628d","transaction_count":0,"txlist_hash":"55de4927d0ba81d336f143b08224af9fe9a862bf0ed4d39fbe242e9c5946bcf4"}',0,'BLOCK_PARSED',NULL,'7ddf7752ae1b6b0fd3ac0db4828477eb85c4f47800d3706a254d6727ef626d88'); +INSERT INTO messages VALUES(162,310029,'insert','blocks','{"block_hash":"3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6","block_index":310029,"block_time":310029000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'341881ba2214182b0e460179fca0ea391e10fe2aca68fce90b3a064ef3610c62'); +INSERT INTO messages VALUES(163,310029,'parse','blocks','{"block_index":310029,"ledger_hash":"e502eb7b282e0bd4940d8f75ef51d677a641f3d55304adcb015bc249c97892bf","messages_hash":"c735a83289c3941fcd24d9e02593899d3fee37ad75f1b9cbfda9b934c2fc452b","transaction_count":0,"txlist_hash":"3d879f96d783e70a75f71c2b44ae4c5601bc8f1192b828f1b35400b8c99aa0f2"}',0,'BLOCK_PARSED',NULL,'bdba3f77eef5d996278b0aa2b2dbea45045feb993642dba67b41035609aa56a5'); +INSERT INTO messages VALUES(164,310030,'insert','blocks','{"block_hash":"d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5","block_index":310030,"block_time":310030000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5833dd8b0d429e3eb88d5fa40c927a72fe77f86c16630709cd1ac3c8c1479255'); +INSERT INTO messages VALUES(165,310030,'parse','blocks','{"block_index":310030,"ledger_hash":"d64b5eb04ddfb5600be40142b1fd27c308387a35942a6e8a6916407bbc1313b1","messages_hash":"83a1d00c8f96589903415b4eb51bd4401574aa7c022dffd85294266c231a8c53","transaction_count":0,"txlist_hash":"c859356c985f3c051d5b01424759e66e9ec7c2eac055eb9fc2b0ad7323253a6a"}',0,'BLOCK_PARSED',NULL,'917fa2cd5e2afd7394ba299f11c873c875a43a3d2f0c7d2341edeff2be5a1288'); +INSERT INTO messages VALUES(166,310031,'insert','blocks','{"block_hash":"0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689","block_index":310031,"block_time":310031000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'97dba0337dd4d159ca6d99c07011aedfb9a1dd26b1f60c08a19088fbf3cebad4'); +INSERT INTO messages VALUES(167,310031,'parse','blocks','{"block_index":310031,"ledger_hash":"e9c97dd7adb1b22d4ed0238607faeb2d14c090fbd7d685275ee802ab23b4b740","messages_hash":"915e3f61377967111dc002fca5486235239d51b19832333849306e892ee4eff4","transaction_count":0,"txlist_hash":"4cdafec839c7abdda11f10437d890c952b3416929ff6e715f44e8c57412437af"}',0,'BLOCK_PARSED',NULL,'804c27d772ed600024f31d68c04e70782036379268ee7605ac9939fa485f4b20'); +INSERT INTO messages VALUES(168,310032,'insert','blocks','{"block_hash":"66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074","block_index":310032,"block_time":310032000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6065e3f7fcc04387fb829b1e61927952978bde041987bb671a908fc45693c041'); +INSERT INTO messages VALUES(169,310032,'parse','blocks','{"block_index":310032,"ledger_hash":"2544ffced9af1aabd84ab51fb78c56c9beac03dcb286aebd4202938dfa0754ea","messages_hash":"473efaa7a6d97f6161f9083e492f27652f2ba4de18ed753d5eeb830ef273f9a8","transaction_count":0,"txlist_hash":"2fc6c250a775ac70976d371540df4a7af608ca1b106b7efb7bc5a820ff505bdb"}',0,'BLOCK_PARSED',NULL,'26dae52bb6e3d53baa652dadb059783d3cd8aca578edc5b40c02f88dbb38514a'); +INSERT INTO messages VALUES(170,310033,'insert','blocks','{"block_hash":"999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707","block_index":310033,"block_time":310033000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f04fff4451aa1842b4ed8b4fc3124296d778961b5f8684e6adeb0260dbc598bc'); +INSERT INTO messages VALUES(171,310033,'parse','blocks','{"block_index":310033,"ledger_hash":"4355d3ebb95187fec36b1847a4c3777d8e1d5541bd1d9ff8461b8ac5b9881261","messages_hash":"fe7f78bb7f3f884f5442dbd496b20b058609b2e87dd3bc2f15db14e9db88ee36","transaction_count":0,"txlist_hash":"d99b155e06fb50de6e7e6b646c641e3862d3d6df0ab9aec3e360fba0fcb54776"}',0,'BLOCK_PARSED',NULL,'13e4d94b9725573e3325df98993d8c4fa2b8ee808a95889501bc80f24e7fe17d'); +INSERT INTO messages VALUES(172,310034,'insert','blocks','{"block_hash":"f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208","block_index":310034,"block_time":310034000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3943b40a31d88d14475066924b8493cc84585ae85f6c108c516b7939c1f188b8'); +INSERT INTO messages VALUES(173,310034,'parse','blocks','{"block_index":310034,"ledger_hash":"c7fcb5134bd8131c035d65b5eeef8a3cd214348822563232a992f3f703c6b0b9","messages_hash":"5e813ae466696f51e5d6b960267194585b5a59a14f360c22d5fdecb2cfc583dd","transaction_count":0,"txlist_hash":"826d7b750bb4ad8fabd67c825c81f840b7a7a264489a9263410a5cb204d3309f"}',0,'BLOCK_PARSED',NULL,'ae5d69d4ffdffce9fdd31a13ef9ea062172b55f56da7c60727036e998e2ea857'); +INSERT INTO messages VALUES(174,310035,'insert','blocks','{"block_hash":"a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2","block_index":310035,"block_time":310035000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1d10d6bd62d740e0fc8caafe6406fab9d63bd3c5cbc97432a922bd676365429a'); +INSERT INTO messages VALUES(175,310035,'parse','blocks','{"block_index":310035,"ledger_hash":"c41c280498ce05d6073fc6e89be2684dc68c345c1c43c00b9a3f9041954fce26","messages_hash":"5fc621297c7363c627c530739dc029036525ff36619631285586ddd2240861c6","transaction_count":0,"txlist_hash":"f96598e2169d42d81b91ba03e7403dbd25a61399290f358022a998e4375fe2b9"}',0,'BLOCK_PARSED',NULL,'b0bd0dca879c56c61d48fa7f6a600c3cf38d172d8f7ff0c6339a8359c3194004'); +INSERT INTO messages VALUES(176,310036,'insert','blocks','{"block_hash":"158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76","block_index":310036,"block_time":310036000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1c66a6bc5d43fd7fae5dd6e155b336c4cfd369b3130ee34ad1204704d3eb4008'); +INSERT INTO messages VALUES(177,310036,'parse','blocks','{"block_index":310036,"ledger_hash":"86c67fd234ca9d2406080018b2677386990fac477db8008c0092d40a398203ed","messages_hash":"dc6bb2d92481ce5aa738a85152562ad36b592800f608697cefd6aa7bd61e4c2d","transaction_count":0,"txlist_hash":"ae7fdf3e9388811e96d470070db9ac45b5b19754bb4ad424aade40fede3c9cf9"}',0,'BLOCK_PARSED',NULL,'2ef2c8a938f315a54899eb6a4ee43850eccb5755035d0db80d58e5c2264b9626'); +INSERT INTO messages VALUES(178,310037,'insert','blocks','{"block_hash":"563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07","block_index":310037,"block_time":310037000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'90d97103f783a1738ea3cadeb730efdd16fb565ebbc6d410b1db2e3769728f5d'); +INSERT INTO messages VALUES(179,310037,'parse','blocks','{"block_index":310037,"ledger_hash":"3ae6272437eb0758a779d68785c41e119d1204dd5421c78e03b9d12eba64804b","messages_hash":"9ddc8bc3a9c21e9bb007fef676face3b4fbbcce6db21aad1e1b462a7e2102e5e","transaction_count":0,"txlist_hash":"aa9600ce32fd7c1d6e963a51648eaae043685d3369413785517172d1f94d551b"}',0,'BLOCK_PARSED',NULL,'2e600875412586fac7121ac824b34472579523a6ee487ae878d3105b2381f36e'); +INSERT INTO messages VALUES(180,310038,'insert','blocks','{"block_hash":"b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2","block_index":310038,"block_time":310038000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ae9b037ad0b3c086dde42711814baaf3892ce9ec1a57eff7ddcde8be507b144e'); +INSERT INTO messages VALUES(181,310038,'parse','blocks','{"block_index":310038,"ledger_hash":"18f7552567b898f6c2cfe8c829903912445de5dbf05b56a13bf9b402a24fdc11","messages_hash":"2c44ba9146d4c8c98311305f5f3fc8f0978e777fcf949f28c0062626e416f574","transaction_count":0,"txlist_hash":"46ce886f050bf7a80355da9cb15b35f5d38809ef2ec1a25250f057b63f51cdfc"}',0,'BLOCK_PARSED',NULL,'d1ca2a1a42321c3dca2abcceb68f714e93f8adb0714c544c25006157ce9afe08'); +INSERT INTO messages VALUES(182,310039,'insert','blocks','{"block_hash":"5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347","block_index":310039,"block_time":310039000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f1cf7d6399acbbe966d7ebf8a90a0caab1bb2b71194fb9549ae1a8745d56dcec'); +INSERT INTO messages VALUES(183,310039,'parse','blocks','{"block_index":310039,"ledger_hash":"85f2255f9256a5faf59ddec1c58b1d3bc12c91bc2c62ead61b48e1f94ea2888d","messages_hash":"bb6ca09b82b1734f8fcb77420c9f1dd0bb1db1b8bb2789e6287831cdf4aefcd9","transaction_count":0,"txlist_hash":"23a26edddf0c8662b055ed992c75c706221b59ce9a7aa45b757a3d5158772e8c"}',0,'BLOCK_PARSED',NULL,'61ebfc46d3d28202f4e096d5528a441e39e0f322114ef44f47724d03fe48a606'); +INSERT INTO messages VALUES(184,310040,'insert','blocks','{"block_hash":"7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3","block_index":310040,"block_time":310040000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'75ec1594e882aa8fa615f6816285bc5869964ff09391f546a72701a59ebe8b5c'); +INSERT INTO messages VALUES(185,310040,'parse','blocks','{"block_index":310040,"ledger_hash":"b799477db184351df5503f8d15d5461a0483ea35142c003b7e640429663ad943","messages_hash":"f1f204760e3ed2ac2b2617e5be086fef13ea4e248573b4bd9fb94fc6c5700746","transaction_count":0,"txlist_hash":"163682e05a9a10f3e3240420c932a7f3f2172484de30dbcac0319ac23a4726f1"}',0,'BLOCK_PARSED',NULL,'58bb94c2cadc1dab09f7f9dc10673ad24eebf9cb90353afa1fdc6f74443f2f21'); +INSERT INTO messages VALUES(186,310041,'insert','blocks','{"block_hash":"5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359","block_index":310041,"block_time":310041000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ee7e654a81a51acede15506b1aaf4f680e0add20a692dd8dd80b1eff4df9d221'); +INSERT INTO messages VALUES(187,310041,'parse','blocks','{"block_index":310041,"ledger_hash":"efa9cd46741b59e74263d6d348584f1a61e8ba32163c09fc3ff2e41a5431a483","messages_hash":"19fe2f4a8a8cd35630e044e7b919d6d426f2648b3183653d4e552fa899406b3e","transaction_count":0,"txlist_hash":"a159868ce28207aa243e7ecc50f188e8e34e5ddb5d801b645b1c16a596e060ed"}',0,'BLOCK_PARSED',NULL,'682fdfa0669768abbee3b6a1a217f0f5cc3d4fb97a54b55411f75e2c7b07260b'); +INSERT INTO messages VALUES(188,310042,'insert','blocks','{"block_hash":"826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4","block_index":310042,"block_time":310042000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'07d04963041c42eb182bb26cbcdace8a4e8ba534df9fdc4fb4853e059413c8f1'); +INSERT INTO messages VALUES(189,310042,'parse','blocks','{"block_index":310042,"ledger_hash":"f3159919f381d46a3e1341703e55192a02a36519e71fc2675285a3a14c4ee04d","messages_hash":"10fa0e9fa426a0c6e7265ab9ac9f5a5fc52fd74037561ae5ba6e421376774213","transaction_count":0,"txlist_hash":"52bca7ccb83bfe83d8693ebc4c5b1ce518b2ae472dfc81f2c2940dc2460eeeab"}',0,'BLOCK_PARSED',NULL,'98ca5e909e73ee7405c036c9aa91a31df2507db09390ba4fabfc875bd4d50de6'); +INSERT INTO messages VALUES(190,310043,'insert','blocks','{"block_hash":"2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51","block_index":310043,"block_time":310043000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'368a04f09c4f617039073472299e23b606e002d97d4df3258077802312296163'); +INSERT INTO messages VALUES(191,310043,'parse','blocks','{"block_index":310043,"ledger_hash":"961c79ea2b7dcc2d7489c423b568fb978631e71732d6b998bcc0657aa4d19194","messages_hash":"6b98974a5af752b7085873e87cf9aa70d83140af9d314f93b0dbe2a2c83d6b77","transaction_count":0,"txlist_hash":"1fa2eb6aa4c8b5efd093c6e484dddb85eabfa0de55edc929e04487ce65e73608"}',0,'BLOCK_PARSED',NULL,'9590b253ad7b360c947bfd714cb2011797aaa7ba5e72b761334865d0ad78de54'); +INSERT INTO messages VALUES(192,310044,'insert','blocks','{"block_hash":"3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b","block_index":310044,"block_time":310044000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'67119761bf128e5888e562c411933a41593d506967ce7ee5d2dc12bc083837ad'); +INSERT INTO messages VALUES(193,310044,'parse','blocks','{"block_index":310044,"ledger_hash":"d674c39010fd4554efa487d97a3d9cae278ed9b4aff0ce57db33bd881beeb3e3","messages_hash":"168d8727e9b3d16b946f172136ce375124fc05644b9227b095bd8d517d5e26e3","transaction_count":0,"txlist_hash":"ddc2517e1efddbe56185e00d77333ef9f2f2ad6c59e042d65a8f4d8c2b323e5e"}',0,'BLOCK_PARSED',NULL,'7cff5ce1538285b85d392cd983e187c81da0571e0ed26cfce20c818b5a8d0f15'); +INSERT INTO messages VALUES(194,310045,'insert','blocks','{"block_hash":"7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98","block_index":310045,"block_time":310045000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'47ce08a2a85f216c979297994a1d56593b84ff21a6f2a7d8fe660583e71a24d7'); +INSERT INTO messages VALUES(195,310045,'parse','blocks','{"block_index":310045,"ledger_hash":"9ba70a032ae92672174421689c0845784f0cef7374e88b2f5258260191864bf1","messages_hash":"63900d6dde3c57ac158d0d659507b31132627522b754795e989bbfab3427d721","transaction_count":0,"txlist_hash":"3b1d5cd9cb8e7b753233ac0dac5e697226ae372bff3813852434d96996e78fac"}',0,'BLOCK_PARSED',NULL,'2a590153cb0230c0a8ec469e262131fbc107a2af5eeb2a535db3ee6f24dfab11'); +INSERT INTO messages VALUES(196,310046,'insert','blocks','{"block_hash":"47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6","block_index":310046,"block_time":310046000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6fc394408aef427b6d9f4c1a180e413a5b0f3f19c139891e32acc352fe63d76d'); +INSERT INTO messages VALUES(197,310046,'parse','blocks','{"block_index":310046,"ledger_hash":"114a6ab930fbdf8531431620ed219db3756a634c5b99af6ce1ee66d527d277ff","messages_hash":"51ee6046587ea99d4f6ec5df0411a36da47c5835ce1ebac0d5728e87b8706970","transaction_count":0,"txlist_hash":"becb4b0241accefb95aee137e58d406e15e87c28ed3f051938b4fc02e249b21c"}',0,'BLOCK_PARSED',NULL,'8201158cd116c56fd6eabe71c88fa0ed0d7e55d89e25176d611a45229533469d'); +INSERT INTO messages VALUES(198,310047,'insert','blocks','{"block_hash":"a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075","block_index":310047,"block_time":310047000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0765cd490a403995d40f70866b92828206949322b78cc82ac19aecfb45f6ba3f'); +INSERT INTO messages VALUES(199,310047,'parse','blocks','{"block_index":310047,"ledger_hash":"5356512c94ea2c77623d874a927aae8c3dce287a34dfd27a617abfa57142c7f3","messages_hash":"89c72def3099ed1161009e6927ab799e5919aa9e1302bad19d8c0ea6bf6224a6","transaction_count":0,"txlist_hash":"6e06ce8a113de9e8b1a88516a512671aa2cdef60168a40d91742caa281417634"}',0,'BLOCK_PARSED',NULL,'9d838fd313b5f418ed1eff319ce22a2ec030337e6cf4eeaeb0888fa2e80769a2'); +INSERT INTO messages VALUES(200,310048,'insert','blocks','{"block_hash":"610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309","block_index":310048,"block_time":310048000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f8dfba282e95616538ceca61a6d7ef806b19ecc66a5b20457399db91d728f426'); +INSERT INTO messages VALUES(201,310048,'parse','blocks','{"block_index":310048,"ledger_hash":"0902ca0868560d05049c983bca3ab91cdd5eafc46ab0a948d702abcbc4010582","messages_hash":"e1f0d4a355d4ec45671a563bd653a2188e743920c1397e50d66a99060887cefc","transaction_count":0,"txlist_hash":"67a2fb81ebb42dc6781746a403d81b4e7603f82f02724074541d42380d7269fe"}',0,'BLOCK_PARSED',NULL,'5ec3fa39f42c0644af726fbda0eec13d2c321e10e35aba6bf8bdbce4228e7b15'); +INSERT INTO messages VALUES(202,310049,'insert','blocks','{"block_hash":"4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c","block_index":310049,"block_time":310049000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'62ec21a53a5d8766b67239ddef767999e864dcc4de0b157942a6014e29a6df69'); +INSERT INTO messages VALUES(203,310049,'parse','blocks','{"block_index":310049,"ledger_hash":"978794628fc95756032cb7fb4e9d5ed286373d84fafbcfceec9af71d18c4c0be","messages_hash":"684eb982a222558cb2038b60063748221307849fc10c5a634bc7269d50ecc1f5","transaction_count":0,"txlist_hash":"ac68aa21454eb2a2ca973b5451523fc6d2a4df6906b9472891cf8e06087e130c"}',0,'BLOCK_PARSED',NULL,'f2fec3f96d3aec110ae16153b878b02012b12b3220ff5258b821cdc76dd2e603'); +INSERT INTO messages VALUES(204,310050,'insert','blocks','{"block_hash":"8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348","block_index":310050,"block_time":310050000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8c876a04d352db475873f1cb52cd7bcb6927dcbfdbdc40b938e1ede3ef2f73e1'); +INSERT INTO messages VALUES(205,310050,'parse','blocks','{"block_index":310050,"ledger_hash":"ff16abeb1d35e0e422f165e206b0d69e0b9ff48b68fc6656c1af74801908b92d","messages_hash":"2f3989adecabab62c8a277f5a71c8f1770d6394cf5e23d0bbf4cc6226b1d6db9","transaction_count":0,"txlist_hash":"720d553ed03860df12ab60af34cfec86b9d7ec80275f6d8815e3f61166e3af88"}',0,'BLOCK_PARSED',NULL,'98de720796c6c8e9963be54846e6dc194740846c369198710ee2ae7f897de421'); +INSERT INTO messages VALUES(206,310051,'insert','blocks','{"block_hash":"b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6","block_index":310051,"block_time":310051000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'393fd5b21cdfe63f1ba41c7fd2d349fa94a83439adedaceb5ec79866581d4175'); +INSERT INTO messages VALUES(207,310051,'parse','blocks','{"block_index":310051,"ledger_hash":"556ff900993e70cabefd05ddd5dbe3e8e10bb5c9ada7913b75d84af067004ed5","messages_hash":"a3ce6ff9cac254d15e493868960c8636480c253f1d22309835cc0a75276e2086","transaction_count":0,"txlist_hash":"656a21084dc8f46455fd2a42ebbdb0efd5c879ccb16e9b1532a6ab5323debdb4"}',0,'BLOCK_PARSED',NULL,'d9e93316a69f114a4e25b3f9f0fd99fcb91756d29bd69fb038984975d44a448a'); +INSERT INTO messages VALUES(208,310052,'insert','blocks','{"block_hash":"0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2","block_index":310052,"block_time":310052000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'04eb6130716cac1d11e417746faf9e4eca9ab7a90d5c0ae1d395d2bed65a8a75'); +INSERT INTO messages VALUES(209,310052,'parse','blocks','{"block_index":310052,"ledger_hash":"15af3a616a2974aa70b7b58f88132051f335af299473db925b619fda8be1afc7","messages_hash":"c260fe2076182c816b05a8a61e541f55381f2017de18311e19272b1ddafb9bb7","transaction_count":0,"txlist_hash":"3f90b36b7ebc9a2daea1e498bb44100f12f35c9df04260448bd38b23375b16be"}',0,'BLOCK_PARSED',NULL,'dd2354a47c9d035532b60332faf52c9ba7f0b97bf9ca62b47eded500df6e060e'); +INSERT INTO messages VALUES(210,310053,'insert','blocks','{"block_hash":"68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f","block_index":310053,"block_time":310053000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a90bf80dc7669cafa1ff816b367a7dc21340874f3cd35690b69f07122a36b881'); +INSERT INTO messages VALUES(211,310053,'parse','blocks','{"block_index":310053,"ledger_hash":"ed0ed3b480b38929a425c2b61c86582495764624e020cb86b3a95fc7d59c692c","messages_hash":"e817bda88de153d8d1bcb7c56b42111540f5d3e3e9a7ab1e7cf6fdb2b3f9bb69","transaction_count":0,"txlist_hash":"67427731be09b73755cd460d142686c903b819b7b8af48297d460ab91fde3609"}',0,'BLOCK_PARSED',NULL,'ea09ac16a2bbde6bfc49af58c6e15f5c57e3b38d93923f73d4be7dceac551065'); +INSERT INTO messages VALUES(212,310054,'insert','blocks','{"block_hash":"a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305","block_index":310054,"block_time":310054000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c193e0550cac14a3dd131b5a3c7116bdfaacd7b122193965df04d820ebb34367'); +INSERT INTO messages VALUES(213,310054,'parse','blocks','{"block_index":310054,"ledger_hash":"f012825d2d549910910ad6b7e4ac2373d095b53869f0793709684f0ff05bb108","messages_hash":"3cac733a3ccf4ba2b69d608de41394e6f5996c429ba7133e03cd236a3edbfcef","transaction_count":0,"txlist_hash":"c5e4ba3e2011e7fbf238285525a544de3cc0fe9360a3451392a4c03acd508690"}',0,'BLOCK_PARSED',NULL,'648c9e54e2efd4df1569bcd7eb553b9bff1507d6b3520398eec920d73e998231'); +INSERT INTO messages VALUES(214,310055,'insert','blocks','{"block_hash":"4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356","block_index":310055,"block_time":310055000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ae819038709c392f850e488692dfc56d1af4199ffa891d02734a27f931cdfc07'); +INSERT INTO messages VALUES(215,310055,'parse','blocks','{"block_index":310055,"ledger_hash":"90c08144277fe622573282349edaf9e59289b716b5b4e368d88ac25e67e788d1","messages_hash":"9da0b618fa68f34e5e6f8ebbad082527ad2450584581021d15ccbf40e4f50cfe","transaction_count":0,"txlist_hash":"5e4a8aee5f04d75d9ffcc85e8344c445b5facfc838f39a77b6b0d5acf6cd8213"}',0,'BLOCK_PARSED',NULL,'3bf71cc4a8b48345caf08f285f535bd35607c5bfe18dd779af95c74a77fc15be'); +INSERT INTO messages VALUES(216,310056,'insert','blocks','{"block_hash":"7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3","block_index":310056,"block_time":310056000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'61357d39da263d8bebbd554b0b8dde0d58ba63b9a6cd5f236dda1c11a0fb9c74'); +INSERT INTO messages VALUES(217,310056,'parse','blocks','{"block_index":310056,"ledger_hash":"c888ae590b64fa4514ed7f94ba785b12e881052185cc4702b598cf6e48cbb3ba","messages_hash":"51dc49e38cdcd59c7b7dfe59ffc1e0b23d54ca6422f8904580ee798f2ca3f5fd","transaction_count":0,"txlist_hash":"1cb780a12bb6040055fa694822a4f39c340a18a858f0b65a8b227a6fd6fb4f31"}',0,'BLOCK_PARSED',NULL,'76483c098e510178a27013e86cb686328a807205e558db6d6457b74f1eaaf360'); +INSERT INTO messages VALUES(218,310057,'insert','blocks','{"block_hash":"4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411","block_index":310057,"block_time":310057000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d43205a7eaf1c7387b8dac4348b42cc80e2d21f990df1e655092a26961b9c41f'); +INSERT INTO messages VALUES(219,310057,'parse','blocks','{"block_index":310057,"ledger_hash":"e68c9a569fda6f1e1e59502953c9735857a0ee158a76397722436466df24708e","messages_hash":"de5c951c8b580fa1384351e95392339cd63ec2fd36b9743d34fa6fb60851f785","transaction_count":0,"txlist_hash":"2e175f240928edbbd5a5c6c5f3fbacd9516a36c7e99501703e9d1b19999b2029"}',0,'BLOCK_PARSED',NULL,'7fa5e32c270dee873c9794165dfc311773ae553fe2768a90cb693e8b50af3b93'); +INSERT INTO messages VALUES(220,310058,'insert','blocks','{"block_hash":"a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f","block_index":310058,"block_time":310058000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3b8a6d5aae39319801df45d53e4c0b2bb5d237a8952cfae8156f72ed01872709'); +INSERT INTO messages VALUES(221,310058,'parse','blocks','{"block_index":310058,"ledger_hash":"9f6607682f4a6274c2a45895f849816aec83ff0820709ba781634b84518eb05d","messages_hash":"e2b940ab29618f8d4b567cd344c15f47411178ef9a933d9606ba973db1c699a8","transaction_count":0,"txlist_hash":"cca92bb672e368c0c1e5b4674a48e150a870f56a67339cbd74926d541ae2a4e4"}',0,'BLOCK_PARSED',NULL,'7d9b3a7cc71bb6a7c0c063c83bb8f17966d2c92b6f6f6d6929d328ae7c37e09c'); +INSERT INTO messages VALUES(222,310059,'insert','blocks','{"block_hash":"ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9","block_index":310059,"block_time":310059000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'68a8b285a54893ecdb69332440074c8b7bfcf1b556c936c9ac9b10e8c403d96d'); +INSERT INTO messages VALUES(223,310059,'parse','blocks','{"block_index":310059,"ledger_hash":"49b10a5c390f603e7be0d405bf1fcae95fd15682ef2e41a3b2fcf713d271e541","messages_hash":"1a039fbf2ab341ed11bae14bd280daa756d761a0263e946a2b17b45bb6c79b69","transaction_count":0,"txlist_hash":"12b8b50b634cb6843258f1c130df1cae60898c902d3e66ad00e1303fde4d8724"}',0,'BLOCK_PARSED',NULL,'8d931cea291944e8543ca0f11bc17c6eeb61ce1917a9965faa554c8826aefc62'); +INSERT INTO messages VALUES(224,310060,'insert','blocks','{"block_hash":"974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b","block_index":310060,"block_time":310060000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7348f8c752b66389c4fec889f1e187c6b23b73fb26ab5a89e44b28420d3fdc12'); +INSERT INTO messages VALUES(225,310060,'parse','blocks','{"block_index":310060,"ledger_hash":"1d6cea34d6f7042ced3a5211da80de88fa77c900af5526f3033b715e4f68df17","messages_hash":"801bf4d71c051d81f877bdf8861899dccfdcea86db05647591ccd9dca23def31","transaction_count":0,"txlist_hash":"40fa40a1a2c02ca514f309fe27268e9e493374bf3edfca8de66e3d46efa32ba6"}',0,'BLOCK_PARSED',NULL,'8518d01e3e0a6f85db16b0eebb0a6544d306000545e79298f1fcabcc6e6855f6'); +INSERT INTO messages VALUES(226,310061,'insert','blocks','{"block_hash":"35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf","block_index":310061,"block_time":310061000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d99eaa522860c2b1d65aea7cffd40860a9d11aad0918af472a0956e902ecff46'); +INSERT INTO messages VALUES(227,310061,'parse','blocks','{"block_index":310061,"ledger_hash":"0c43668fdc3d6cc6ec84fee99c68f0eff21650a618db35bc20e428550eae9b0c","messages_hash":"c7fd25caada6f72a8af96ef3eae754c1cd4526f50fca024ef9225ebe84ef7556","transaction_count":0,"txlist_hash":"4aa0becfc939793d7dccbb0b19881889a20c801e6c627be8ab8a2ffbd8cee8de"}',0,'BLOCK_PARSED',NULL,'11130468e4ca2b2b6a1d692bb556066b8bf900997f45e61f37b8f332d8d91cdf'); +INSERT INTO messages VALUES(228,310062,'insert','blocks','{"block_hash":"b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f","block_index":310062,"block_time":310062000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2d4b5deb1f574a383d5d12fadd3a430332d592b81c1c81120babdeaab3d5f47d'); +INSERT INTO messages VALUES(229,310062,'parse','blocks','{"block_index":310062,"ledger_hash":"cf03a34b29d3a8f8ea5fadb017426f2843c6ab2e785032b6dec70d7aba7bce4a","messages_hash":"873cce434e1bdcb8083c65b8cbea67a1b90e676e96cf230c2c8467b0e0205d00","transaction_count":0,"txlist_hash":"3317013c1e6464e0296f5aa7f50208ede42ff9051e4e3ce2da92584cb80a3079"}',0,'BLOCK_PARSED',NULL,'f563fca4d363fd01e15d41f2e600dbf324eb656795cb50b052a3af8c64596dab'); +INSERT INTO messages VALUES(230,310063,'insert','blocks','{"block_hash":"0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe","block_index":310063,"block_time":310063000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'25b42cc38720f163b6cc3461dd8020421e98fa6432ad575fc39f89c7e4417e40'); +INSERT INTO messages VALUES(231,310063,'parse','blocks','{"block_index":310063,"ledger_hash":"e145dfc2c7f053a1ba4c8a41d042b40c0748eefcf9e56c5e906ad4b12f3653eb","messages_hash":"b8d78585d2607790ed13941ac1c291bae0062c7d3f52321c3fbaa714c03dffcc","transaction_count":0,"txlist_hash":"b58f95d06b31f7bb5c6f6bd5c5c4460ef4e4ce0e1d154b8557a18cb73f36d432"}',0,'BLOCK_PARSED',NULL,'8e6574faec28ce9b90a1d66b7df50e60356ba48136bb9f6232f5579924f6c21d'); +INSERT INTO messages VALUES(232,310064,'insert','blocks','{"block_hash":"e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30","block_index":310064,"block_time":310064000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d32a9165bf9207426c28a00ba18f5c09c5094b615079444180ade05a7603b9d3'); +INSERT INTO messages VALUES(233,310064,'parse','blocks','{"block_index":310064,"ledger_hash":"ebc34184623da16251782c82098c7fcfda42f95b155eadfacab2a53e3b34333e","messages_hash":"efcf750330a4a65158f3379d5859178789d81b1694dc546ed940425322fb5faa","transaction_count":0,"txlist_hash":"e33ac70126559506de70ca420f152dcb639fd0e841d0d7259c0136d518fd4f39"}',0,'BLOCK_PARSED',NULL,'59abf61707b04728d4b2f5903beef9045df5af48cf46a512470b81f8da830c0a'); +INSERT INTO messages VALUES(234,310065,'insert','blocks','{"block_hash":"8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a","block_index":310065,"block_time":310065000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'28f9e126575a9b225b77e69bdc3cb6ea686f9a368c4fa638b09f6d3c3ccde459'); +INSERT INTO messages VALUES(235,310065,'parse','blocks','{"block_index":310065,"ledger_hash":"db746a9e0ad8f37c14ef14180dd1bc562ae757a6d4d042a517bb8953f34c6958","messages_hash":"5a67240b897aa1bea487e63c22c0d0cfe51c8a0865fe965e1616985fa19f1cce","transaction_count":0,"txlist_hash":"9d52ca0b8859777bcbe84606017ec53961075699eff51b34b80e5a6ed33b137f"}',0,'BLOCK_PARSED',NULL,'9287b0f39015bdf51de59feb9af5ed82158b1d7aa0f2b9c6032a18f6e13acf7f'); +INSERT INTO messages VALUES(236,310066,'insert','blocks','{"block_hash":"b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d","block_index":310066,"block_time":310066000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'14673f5dd620dc715116b192912de4ac7b29c690919af30d020bf856d65d6f00'); +INSERT INTO messages VALUES(237,310066,'parse','blocks','{"block_index":310066,"ledger_hash":"cc71a63314b770e4e010bc7c66d8ab808451b6401e6df8558455a2bfc9bb4882","messages_hash":"4d6b2fd81a0946815d17a79192e7add80db16fcf26e19f94b9f3743fc46c6bf9","transaction_count":0,"txlist_hash":"5122312265a8305639f6490bc51fb025626dbcd38c5735ce85cd652348f2e86e"}',0,'BLOCK_PARSED',NULL,'af18bcb25de0952b1125aef3553679a7bbc31957b7d7944b825414cef4d01647'); +INSERT INTO messages VALUES(238,310067,'insert','blocks','{"block_hash":"8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577","block_index":310067,"block_time":310067000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'de80feed8ac45d920d4e42b00fbb59a9aee1e4cb13cfb4694c4d967d4595739d'); +INSERT INTO messages VALUES(239,310067,'parse','blocks','{"block_index":310067,"ledger_hash":"a5812c0f3a37b04d5105bca6b0c4819a41beeedf5b0f314f476ab55d6c31235d","messages_hash":"15d4d28ddabad869871c70d631a150bf49c88e710689847f950ec9f54a594b65","transaction_count":0,"txlist_hash":"764477c3a233cd407804695f42948d3017951e90b7474cfcc24ef81ee49fdad9"}',0,'BLOCK_PARSED',NULL,'6871f5a9d134e755a24309bc145268eecbd9a7bee5f9278e1348cb1bad031d13'); +INSERT INTO messages VALUES(240,310068,'insert','blocks','{"block_hash":"9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5","block_index":310068,"block_time":310068000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'add37408c957eca00e7917f15a0ec119c7d2f97060125e421adc3faedd64da63'); +INSERT INTO messages VALUES(241,310068,'parse','blocks','{"block_index":310068,"ledger_hash":"14f065751896a2724251b6ca6d0297b344986980075fb72ad058ad0b5bedcd3c","messages_hash":"d58bc7cf6e7f50f9669882646d139665ca15d00c34f62cdefd9d3aefd458004a","transaction_count":0,"txlist_hash":"866fceb74e8e97d663493f3546519b01f51e1a3cb25bde4b0f3c2e960d2eda85"}',0,'BLOCK_PARSED',NULL,'bdc51efa33f168f26a2763851de952f9e2652531adb229591fb55614742ec714'); +INSERT INTO messages VALUES(242,310069,'insert','blocks','{"block_hash":"486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7","block_index":310069,"block_time":310069000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5b48f16539898febdd374d98e5f4a33a021dc452899900f97d4a058a7139a990'); +INSERT INTO messages VALUES(243,310069,'parse','blocks','{"block_index":310069,"ledger_hash":"a7dd17b4760fb65ac58be1b1653f7cb0e90574c47f70c61ff9f940ad15ad3658","messages_hash":"ec591b029123d31d4e2eb3ea2d058007cd8d218148e8b5d1171f0cde052c63cd","transaction_count":0,"txlist_hash":"9e0565827fcf295ae2149bfcf5e0db29237f447760832083baf94de145bdb531"}',0,'BLOCK_PARSED',NULL,'a4a3050e934c5ba89ca2f2cdee68dc8c824386c5ca41fce358db968be6c871ce'); +INSERT INTO messages VALUES(244,310070,'insert','blocks','{"block_hash":"8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5","block_index":310070,"block_time":310070000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d22814312d693ee4b3bcf7c5489c860cd0cd237626b046287c02e71733d2b5f2'); +INSERT INTO messages VALUES(245,310070,'parse','blocks','{"block_index":310070,"ledger_hash":"8068a6bcc5d1fc1a78562f0f3165423b45b4674e55f21c4c09948fb65ee632c0","messages_hash":"edec302acc7a5e2ff003261f80270e2bea071c6d039a98af041a925296075ebb","transaction_count":0,"txlist_hash":"03f84e0f0838204a53ce54e3cfecde00b2e5741ed08aab0c0d9ed99513ab4655"}',0,'BLOCK_PARSED',NULL,'c40f9ef7269899c3827fab3f8109d0c923cc258188d83dd299eecbcd2af71e11'); +INSERT INTO messages VALUES(246,310071,'insert','blocks','{"block_hash":"7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b","block_index":310071,"block_time":310071000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8d007e5de9037a32795c3d0fd7e0a258a0f63ddda23e5307057c909df2b854bd'); +INSERT INTO messages VALUES(247,310071,'parse','blocks','{"block_index":310071,"ledger_hash":"af86ffad4b8dd68a0f18142935bbb18623cc5ce2e9e0c02f04c0e7a5dd974e17","messages_hash":"ca7208f0ddeefc435f646362fdb6ca4197f6bf03b2d828ffaf1c716156fda5cf","transaction_count":0,"txlist_hash":"9b3e1c7af0bb119e69813161c19aeac4dd5a594ece5f67f21ffb55b8edaa111f"}',0,'BLOCK_PARSED',NULL,'6b56c06b14574822962fdb90f0fc9f0f15dfbea40d232dd07a0ba8b5ac7bee6e'); +INSERT INTO messages VALUES(248,310072,'insert','blocks','{"block_hash":"7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a","block_index":310072,"block_time":310072000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'00774ff6be737e3e6f322d668c620608beddf206c93759eb2009677e03144adc'); +INSERT INTO messages VALUES(249,310072,'parse','blocks','{"block_index":310072,"ledger_hash":"36de48518d1446b33f2230c5eee7d18e040db543fe03dca001174f8382c209ee","messages_hash":"39218e14ee5ceb1083979e58a655470b95c8b0d1fe0349b1d13790e670b2af0a","transaction_count":0,"txlist_hash":"33fccfbad1dd91d9102b82f11b7c97883bc5d5fdfd44584cca6c40fbd04ce2d8"}',0,'BLOCK_PARSED',NULL,'024f6c1dab0da35c6a5b923f62087b2a19bd91abb3340f7ba1231cc7f6d019b4'); +INSERT INTO messages VALUES(250,310073,'insert','blocks','{"block_hash":"ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943","block_index":310073,"block_time":310073000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'497185563c784f82c57975592417a9e5de6d5ddd69b9bd238802bf8d754bb8dc'); +INSERT INTO messages VALUES(251,310073,'parse','blocks','{"block_index":310073,"ledger_hash":"4374f567cbc460b73e74d6190db353c3ee86b92c3f99e392beae3caeb264eb5f","messages_hash":"bda21c635d7ac58cc549a05efb1475120a8edef105dd77ecd5fc4879977691de","transaction_count":0,"txlist_hash":"7544980dbaa8029ae36d883e3079bcc82f2d140072d4dd65cb3384510692ff45"}',0,'BLOCK_PARSED',NULL,'493eb5bf7e5987743205ee26da2d8b161cf6e202a0280e5963242691a300802f'); +INSERT INTO messages VALUES(252,310074,'insert','blocks','{"block_hash":"ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb","block_index":310074,"block_time":310074000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2b9c2256c0cbd30bddd74a1dfd95fb1c2e795620bacf14cc0800c541162d9a5b'); +INSERT INTO messages VALUES(253,310074,'parse','blocks','{"block_index":310074,"ledger_hash":"54fd95cdf7f9374d1687590f2860276afe67a265ddd9216e5b63fb06c5bd569e","messages_hash":"743b6f7bc245d5ccfe45ecf52cf4f08090acb7b970f534fb524b35eded250f75","transaction_count":0,"txlist_hash":"1efba9ea6a8d2e7ee6ee2070b84b497feb66e3387e05c1e4f4989f086e5e02a2"}',0,'BLOCK_PARSED',NULL,'2942547ba75c20ac8da77d0479cfd67bfb0277cd2827105b8383ff23b5476e28'); +INSERT INTO messages VALUES(254,310075,'insert','blocks','{"block_hash":"ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b","block_index":310075,"block_time":310075000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5797e71f2168d38e92e41a2ec40627eddbff8c6ae8346c7d5a77aaed40860ea7'); +INSERT INTO messages VALUES(255,310075,'parse','blocks','{"block_index":310075,"ledger_hash":"2b42e23b43d30f91fe7705a01f0c8ec86d6230815b587704bcc70b91b5ae87b8","messages_hash":"ddd9c1dbffe43f3635de985b86771ba806b4c64660519b809d7833392f5ea565","transaction_count":0,"txlist_hash":"a370830ef1758c18c88e6d9fcc5803fc15f1dbdad0f2d6a0773f902d86ad7c97"}',0,'BLOCK_PARSED',NULL,'0169409e8d425e0f01b2de91f45d5f6b06b710849bb33f094b9e2ae7bc32ef77'); +INSERT INTO messages VALUES(256,310076,'insert','blocks','{"block_hash":"3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92","block_index":310076,"block_time":310076000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'254de30a17b0a3a77af32aaf8099769f961a71bba0a0c74f07e2aa5648f1ad73'); +INSERT INTO messages VALUES(257,310076,'parse','blocks','{"block_index":310076,"ledger_hash":"577092728a4dc81cd9a06fcf6d2b058f0e4ce8bcb395819a704d6b4144f041dc","messages_hash":"d51230416f58c5970719eeb2c046983d8f9c4874187dabc6b5556f4a8e50a1c5","transaction_count":0,"txlist_hash":"05ce95f07d03f4417a2fd15224418c8ba4ae196e9ec6f3192f5324c028363641"}',0,'BLOCK_PARSED',NULL,'6f681e7f5c6802e5e21537a165e62e89a42caabe569b912f65b2683c99d3131d'); +INSERT INTO messages VALUES(258,310077,'insert','blocks','{"block_hash":"d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd","block_index":310077,"block_time":310077000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b93f6f84ac6231bdf508e5c40eae4cbb967fab2166b81ca79eb062a0f528f7f1'); +INSERT INTO messages VALUES(259,310077,'parse','blocks','{"block_index":310077,"ledger_hash":"d1ba60181f3061673c64ecd0b92abbc19b1a6e69a927dfefdfd8b8c74171ecd2","messages_hash":"cf00f6bc723a0bc40c9bfebc0ffc68607ae272d84665c35d075773349928a806","transaction_count":0,"txlist_hash":"6c9e35feb56fb01c37fce04a1e6dc5f7747a6d26ee2f39ac584f11e8359dce71"}',0,'BLOCK_PARSED',NULL,'b4ec41f26646f5fdb4e2e2fb378042c98b15d2478c72bed7f033c6409b2ed571'); +INSERT INTO messages VALUES(260,310078,'insert','blocks','{"block_hash":"f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6","block_index":310078,"block_time":310078000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fea1f4efaaa011fc165a27eb8896659c005ca66b1ea70046f56427d6d86cf24c'); +INSERT INTO messages VALUES(261,310078,'parse','blocks','{"block_index":310078,"ledger_hash":"c0a9270d15793e68cfd1cf445315d737bed7052914da6def4f014c21f0c9e0c5","messages_hash":"5e73fff7a769aa3fd62324c80fd04c55dc3b1ef3b3708682ae436426528accf5","transaction_count":0,"txlist_hash":"d59b48425061f0965947dd025cfa0fba8855e997f376572c585db72203b9a80a"}',0,'BLOCK_PARSED',NULL,'9c524e6883528aa18abdf2f6cf02da69a6ab8222a02ce00092af973ee8905823'); +INSERT INTO messages VALUES(262,310079,'insert','blocks','{"block_hash":"f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c","block_index":310079,"block_time":310079000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'14536747f2c00f7ebc03bb19c08cf74121e4bc482dc772ed84f52a8f112d334a'); +INSERT INTO messages VALUES(263,310079,'parse','blocks','{"block_index":310079,"ledger_hash":"74eaddecbf5ab6608c1e95c1c313c13f2af2b649512cc8c7016717d21e93f815","messages_hash":"96ba5cd4b19aeb758d1bb92297e219520a37ceef2b653375be300766db09441d","transaction_count":0,"txlist_hash":"d3f32df02f0e7cd7c2163b47b3ff73d175046599ed626ab343647e1a04525e3c"}',0,'BLOCK_PARSED',NULL,'660e4e039d3e96b0be75bb0a529ac40b647e81c9077a49e0bb29c75179ed4ac5'); +INSERT INTO messages VALUES(264,310080,'insert','blocks','{"block_hash":"42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c","block_index":310080,"block_time":310080000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c88c708dcd7dbcf62732443f340150b8d65f3c2e63778b19a6e232999b0e273f'); +INSERT INTO messages VALUES(265,310080,'parse','blocks','{"block_index":310080,"ledger_hash":"a759e3aac1b015e28b8b524106a74b943b215faac8d5079384ec7351b2239bde","messages_hash":"b14b3448466dd40508d625b35ca29dab546d8e389a40555f652ac2fdac88f6df","transaction_count":0,"txlist_hash":"f588a6cf255e710d9ee481d53f8bc0fc0e1567d58ee701f1b77f0848db881f5f"}',0,'BLOCK_PARSED',NULL,'4227610f35480d921ec5ca13a5b0f64d09dc35de728ee2bfb951851f855a679a'); +INSERT INTO messages VALUES(266,310081,'insert','blocks','{"block_hash":"6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4","block_index":310081,"block_time":310081000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5f584bd514031d524eaffd06939c0323adfb3f75df012d6e77174c95d66b49bc'); +INSERT INTO messages VALUES(267,310081,'parse','blocks','{"block_index":310081,"ledger_hash":"71622e25e8497db6fa222e33c60ea582698e72ca5789a52c9252bf51191cadaa","messages_hash":"872161ad2828cc88705825438b2985b400d8e9c72e4a336ed50b8302ad75d137","transaction_count":0,"txlist_hash":"9a2e169d5fa3721f9bb8852c93ca8ed5dfbcccef05cba99ed3f1c61c937f4366"}',0,'BLOCK_PARSED',NULL,'9fd1827f7767832bc649b67a259d2949889e35f08119de05ae4f75f733d23412'); +INSERT INTO messages VALUES(268,310082,'insert','blocks','{"block_hash":"4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644","block_index":310082,"block_time":310082000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'45c008f0576318e6f21668311ee924921ab101f98dd92e8c9c69f37dc63c7d85'); +INSERT INTO messages VALUES(269,310082,'parse','blocks','{"block_index":310082,"ledger_hash":"47e9d8fbcbafcee2b4c145ce651333ce49812533d13f7f9a0e9a448f51cfbacd","messages_hash":"29dbc5593c7aea0b30fdf64b2bb11a7e5cf2215a0277820c88fac84ec9336b67","transaction_count":0,"txlist_hash":"c2cd395566e0a7b16c76cc0ead2c2cc87a684d5a499c76b2370afffe4b408ad1"}',0,'BLOCK_PARSED',NULL,'56b0543c0e171ce89d6e86b90aa521683afc91c03cbc50d8c20c316498c699bc'); +INSERT INTO messages VALUES(270,310083,'insert','blocks','{"block_hash":"9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850","block_index":310083,"block_time":310083000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e35c6bd62cdb26b37ed2565c04a96fd40647bf08409b1b33ca84363082d50d12'); +INSERT INTO messages VALUES(271,310083,'parse','blocks','{"block_index":310083,"ledger_hash":"e61148e7a8125f7225a6b6e1d77786f8b28b0b8a74e60fef3f75fa4de8f7d882","messages_hash":"ed54b3e6f50ae40333a4c202148e77a436535c430b7a9ea6d984006aae5c76ed","transaction_count":0,"txlist_hash":"21fb4596655071cca486c2e6988ec980799a9827e2e5f169033a45d21b3c7a75"}',0,'BLOCK_PARSED',NULL,'2fc4dff56a0d226c7ed008d14b55fbb4eee7148a0cf85c5a295fa35f729fbf6d'); +INSERT INTO messages VALUES(272,310084,'insert','blocks','{"block_hash":"1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3","block_index":310084,"block_time":310084000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'54811a14949abcd4ed48e781999061d4382796808e7ae7084e0913ab6cf64f40'); +INSERT INTO messages VALUES(273,310084,'parse','blocks','{"block_index":310084,"ledger_hash":"20fb450589ddc6c904fbb61cca8588e85e865635c12402ce7ae72995ab884c14","messages_hash":"1968ade101deaa7cf87256d0007fb0f891609e6a148aa5fe17c278a628fc2eb4","transaction_count":0,"txlist_hash":"feb3992f370b8465a732bc4d90691b99db691f44e1697ad2775a6df216d93b13"}',0,'BLOCK_PARSED',NULL,'52fdf553db83bd8fef069650b14859354c94ae41e30079ae5757a078af4aa2eb'); +INSERT INTO messages VALUES(274,310085,'insert','blocks','{"block_hash":"c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34","block_index":310085,"block_time":310085000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9bdb0accc127516e2095c5b904773ee18fac70a13ca46aded88693395adc058b'); +INSERT INTO messages VALUES(275,310085,'parse','blocks','{"block_index":310085,"ledger_hash":"9cea37d548308505f80dc438d5183bac6c6ca424ea4dd9c85d883b05d67cdc92","messages_hash":"4467937839e0798ba5a99b454ec6a06df7f739b69e529208bfd4c68e89521c3c","transaction_count":0,"txlist_hash":"277205c28e54078d55ce1641fed64ff4b409b686fbe4aa3a018cead2f969c501"}',0,'BLOCK_PARSED',NULL,'16ba29e93631f8842e2a2399b942913300ba3c159d8d520d7a341be8fb44b78d'); +INSERT INTO messages VALUES(276,310086,'insert','blocks','{"block_hash":"080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78","block_index":310086,"block_time":310086000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1321bd8fa13643913b2711d1829998c3d648fa98e7ae2d5311fc8bb81f099ffd'); +INSERT INTO messages VALUES(277,310086,'parse','blocks','{"block_index":310086,"ledger_hash":"e11bab5fba2d038086c65030b90ce1cbc988314d0c9846aa7ddac4fd357bd01a","messages_hash":"235bf14f0dee933a2029d2ce4c2cc7c0e6fb1552556f83c9b27871c1bdcb38cb","transaction_count":0,"txlist_hash":"ef3ac1de31e29795732b362218bd244945bea4183273512ff6974ecd0c0a7aef"}',0,'BLOCK_PARSED',NULL,'92edec8ad0c969a9a5b3fb404dcf5bee65add5739bd94891b9481e78e65e0e2a'); +INSERT INTO messages VALUES(278,310087,'insert','blocks','{"block_hash":"4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c","block_index":310087,"block_time":310087000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a8afe09fa0d2277a9b7eaad41b689755f0fe485c8b6d34d6dfc7e389f320a212'); +INSERT INTO messages VALUES(279,310087,'parse','blocks','{"block_index":310087,"ledger_hash":"777873e7ebd0ec3052be65197ec0db8bd72e46d2053badb0f37be1f6e84ae0b3","messages_hash":"4ee00606acb1af50f5883b4e7368155a587b4e3643c8a66b2cc1947107bed346","transaction_count":0,"txlist_hash":"3bec931f7207a5b03e5a7d390787cd737e598d04025a1514c7654ef34fd1aedc"}',0,'BLOCK_PARSED',NULL,'2078485f927ce3a75bf22c7725900b2be5a6bfbe157a97cb77998e93e04865d1'); +INSERT INTO messages VALUES(280,310088,'insert','blocks','{"block_hash":"e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3","block_index":310088,"block_time":310088000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'688aefd31b611c14b17f8c4192d7ed2e9be3036fff0a499211447bc796887861'); +INSERT INTO messages VALUES(281,310088,'parse','blocks','{"block_index":310088,"ledger_hash":"85a5ea57af33dfddddbcbe1a1c87994efe5a21a645713aa164f19e19bfb23c64","messages_hash":"f617a9a42586a6f5f2fce831b6660fd7d0a149f3f7d6cffcfc6127eebf4de6d9","transaction_count":0,"txlist_hash":"4030ee911aec8ebfbbeecede9cfb977088fb591b20cf52d5340e5aa13e41c7f7"}',0,'BLOCK_PARSED',NULL,'2b132ef659761922d02c466856c4bb6dc478db65b6fa6df871365d1e397e9523'); +INSERT INTO messages VALUES(282,310089,'insert','blocks','{"block_hash":"0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33","block_index":310089,"block_time":310089000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ca2fba8cf8e8ed0adde55785db01b0cec8c5014a514a001d5a0b5520e6a2ab86'); +INSERT INTO messages VALUES(283,310089,'parse','blocks','{"block_index":310089,"ledger_hash":"bdf3b6e7a14a3aa22d42a7d69f2f96b0993f1eef2952a7d74313c37e1b407523","messages_hash":"5adefb9d0f70ecc53047707622be138cc980a4c9a5164293924b71ea21d48f0a","transaction_count":0,"txlist_hash":"255675a022762a349d44af6315173e05c685f351f2b3b770e0ec80e128969a4b"}',0,'BLOCK_PARSED',NULL,'a8acbc365bbd6d847b1d340f9926aaab5296d348d4d6c4e656e94cffe407dff3'); +INSERT INTO messages VALUES(284,310090,'insert','blocks','{"block_hash":"b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969","block_index":310090,"block_time":310090000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8e7d8f2882e6e78f316f255d658e28b42dcbff3ba267299f096c4bd58a092208'); +INSERT INTO messages VALUES(285,310090,'parse','blocks','{"block_index":310090,"ledger_hash":"9b3ee688c5786ecc438ec9c843ba5f898fe1ab1a8bc3903ad7789aaf6b0c0bf0","messages_hash":"4f645e45439c50133e099a52d2e3073c5458d4cc5a769b622398e71891c89673","transaction_count":0,"txlist_hash":"7d658801ab6fbe73231469da5204c5e1c73d290b83449187ec5eec71b846616d"}',0,'BLOCK_PARSED',NULL,'2ecc9c6bde0ef6e2cc153d707c918ef3ae6133129f77a0101e82f0a2bcf6fbcf'); +INSERT INTO messages VALUES(286,310091,'insert','blocks','{"block_hash":"734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c","block_index":310091,"block_time":310091000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'98a6b20a174ebb9cd44ffbbf356c2dc62f14a6c4ed8fb67c6798058af07b361f'); +INSERT INTO messages VALUES(287,310091,'parse','blocks','{"block_index":310091,"ledger_hash":"25578ac389a77dbf9589b23c5470f3199016ac66a415540ae03efac29dfe7adc","messages_hash":"d5e07ab92c8b216cfe135b80f880c2fcdc0e7e6bed004875b7cd975dd07286fa","transaction_count":0,"txlist_hash":"1cb14bc9f998c85e670e2e291cde3a2debe9b4013840c0c060417f509c7210ea"}',0,'BLOCK_PARSED',NULL,'e1913542587913a229f4b3aa3ec7c5661f641c9c5029d8311efc37ddeef8bad3'); +INSERT INTO messages VALUES(288,310092,'insert','blocks','{"block_hash":"56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d","block_index":310092,"block_time":310092000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5568604a05a33fad92c9738d8d32031375b193a498044f079d79dfe0e598878a'); +INSERT INTO messages VALUES(289,310092,'parse','blocks','{"block_index":310092,"ledger_hash":"bb9109ba299c99cb104ebf2ef6e75141c50264d701d27119525ab5d0a54c1a40","messages_hash":"a38e3b45c99ffc0ea5f48f39fba546a927d7f1672ea6141d6dd3a971f1123fc1","transaction_count":0,"txlist_hash":"889afcda8b6e0848c7d43014beb0e181c78fa69d3aedec508f4bc0eb8a416029"}',0,'BLOCK_PARSED',NULL,'34794ef5d9213c4195000cc4e39c0647a22133f7461c70a5d00ce5eeb1e91d8e'); +INSERT INTO messages VALUES(290,310093,'insert','blocks','{"block_hash":"a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc","block_index":310093,"block_time":310093000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8a4c1cac71a63904446b0d53390d3a6e9971aacff62eab63114d791905e76127'); +INSERT INTO messages VALUES(291,310093,'parse','blocks','{"block_index":310093,"ledger_hash":"cdb21362b3eb4fc10ba3c6bf3aba41bfc5bd0bf2475f742c1069cb4383be7b95","messages_hash":"09a632bac885db8e6e13a3c2c905acaad524197237a71504c6ca066b86ec5883","transaction_count":0,"txlist_hash":"dec762d55ba88cb2c043f627b2a8b26c920cce9d4dc2746065c0bcf2795c2d99"}',0,'BLOCK_PARSED',NULL,'bd63bdf228d00ca83c7a534615e62b070f0f047074d05419aaf5b0f9648cc98a'); +INSERT INTO messages VALUES(292,310094,'insert','blocks','{"block_hash":"2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23","block_index":310094,"block_time":310094000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'67f320e6e577e2d4a0a12d947115925d4a11ed4ef8922eca86a91c87126f0458'); +INSERT INTO messages VALUES(293,310094,'parse','blocks','{"block_index":310094,"ledger_hash":"b82568de09fe4ea06f3dca053dbcbcc61dbe5e44dd300a4301c995ba180f894d","messages_hash":"ec9225efc608ee349a449f4933ab6511d622c6048e1003b06b1fb243dbac54db","transaction_count":0,"txlist_hash":"625beebc3c34fa3276e022a37c79137c8f09af21454e8171cce7ab7a04453047"}',0,'BLOCK_PARSED',NULL,'8521de8dfe7e948382db75d4492251361b19ad5d6491acc2897a7813f4f0e4db'); +INSERT INTO messages VALUES(294,310095,'insert','blocks','{"block_hash":"bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2","block_index":310095,"block_time":310095000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dfee57642755c84ecd8a8469fd3ce5e8a34f55d24c3250200bda80bc4c3d2162'); +INSERT INTO messages VALUES(295,310095,'parse','blocks','{"block_index":310095,"ledger_hash":"513c4a041ee80ba72d1d8428605c682e3485fa45341460bc33fae6540dffb571","messages_hash":"933877079dbff726802da8a3e18a68e96f8149cb2fd22c3485b783ed0075e211","transaction_count":0,"txlist_hash":"b7794e7c8dfe3947ab8d256b94af8bc43acb9ca11f696a81cf9ad98062372959"}',0,'BLOCK_PARSED',NULL,'d7266448f07b4be90b547495d902edfb6852f4003b694bcd5773a1443e4fb528'); +INSERT INTO messages VALUES(296,310096,'insert','blocks','{"block_hash":"306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f","block_index":310096,"block_time":310096000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'95330113a7670b19e7dd89f87edab51b7279dab42708c28cd0ae58fdaf23216a'); +INSERT INTO messages VALUES(297,310096,'parse','blocks','{"block_index":310096,"ledger_hash":"3e8ff43c8d671159355b2d40a995fb8f6d84f6216fa8326fa80ae39aa9d15d03","messages_hash":"c170849a8a6b69fe829aeaa5b8da8aa19983f539a0347385bbe3bfc7282d609e","transaction_count":0,"txlist_hash":"8117c5400c1cfdb97456cf3b79e8572aecf23c29d1c336d5543979d0e81cc158"}',0,'BLOCK_PARSED',NULL,'96eed08ce698dffea14c2aea7ff8d1c1425f3efb2a7f91688dc7d41006abae47'); +INSERT INTO messages VALUES(298,310097,'insert','blocks','{"block_hash":"13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf","block_index":310097,"block_time":310097000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4e81800e4f76ca349b9694e122694fbfd24d88b64c7c76c0b07d0deb40cb2921'); +INSERT INTO messages VALUES(299,310097,'parse','blocks','{"block_index":310097,"ledger_hash":"19d91de7be12136737d3f8990e7a4a793912c952e71e017d723d750118e849c6","messages_hash":"9855c678d6aa7f831fbf69d23222fc52d57581edefafdf3e22f976f62c392774","transaction_count":0,"txlist_hash":"1e2f99bf2c03b8c915bd23c94431002d3801a13caf40d9b42f22001c2faf305a"}',0,'BLOCK_PARSED',NULL,'cd771abb99adf8433eddca46267e9cf10355aab52cc4a6fbde3f447115f2003a'); +INSERT INTO messages VALUES(300,310098,'insert','blocks','{"block_hash":"ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca","block_index":310098,"block_time":310098000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7932c96ea7967ebfdb86aeec490457b1b7151d8bc7e7863449d4ac1c7c56df59'); +INSERT INTO messages VALUES(301,310098,'parse','blocks','{"block_index":310098,"ledger_hash":"be75df2e5aff3faaebfc0ce4ab5134790fa728f84500e6989739dddc058738de","messages_hash":"1f695d1cd7213d462f43c17466c0769ddf55c956847eb342bc182095526f4ec1","transaction_count":0,"txlist_hash":"7f692426eab57621527d12cc4a49aa85841de9856cd46ad6992a658ed5c15fb1"}',0,'BLOCK_PARSED',NULL,'bcd46a2a3af2226837e821c072bda96c2ed2229783eb549850a3a5ae4ebafead'); +INSERT INTO messages VALUES(302,310099,'insert','blocks','{"block_hash":"3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a","block_index":310099,"block_time":310099000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8962de42cb247aa47900caa5162775d0e52ee541a7d15ae72e6cf22427d30296'); +INSERT INTO messages VALUES(303,310099,'parse','blocks','{"block_index":310099,"ledger_hash":"9090b8a4a26ea7dff75658317ce2c6ab828b3b42684922e44debfd1bf8330b8d","messages_hash":"8afc9f177d2d7f85bcba01196f0bf9cc2a13d8ccee3e9bd4ae1a974035ef074d","transaction_count":0,"txlist_hash":"c3b0869da7bd7abbda54895e6de81cffd2febe007e1f7085da8cc657512278e6"}',0,'BLOCK_PARSED',NULL,'caca2cdd4596db6162ae7777ebc01070df8b827b1ecdabb2687af08cfc800375'); +INSERT INTO messages VALUES(304,310100,'insert','blocks','{"block_hash":"96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb","block_index":310100,"block_time":310100000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'62ed2b24bcea2766dbaf49619a6c6e8b9b985858dbaee64394624b1271de4447'); +INSERT INTO messages VALUES(305,310100,'parse','blocks','{"block_index":310100,"ledger_hash":"d48d30db433bcee44d87153fb3db17d37fbe3534f23eb16ac853b3420d86d80e","messages_hash":"c4cd35c585b32079d3e7b12c24f089d28b1de94e7b15af9458b2ad6791d06304","transaction_count":0,"txlist_hash":"793627f8b7de24827faca4a19ce374f39c90b74e278b83a599cb637877bd6388"}',0,'BLOCK_PARSED',NULL,'ed94a7b1091a7fb2d95f0d0c82fb66955df170a336ad55ab6f6a2e87b8f62940'); +INSERT INTO messages VALUES(306,310101,'insert','blocks','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c431ca8fca01272266de2088bf3029581f6fc08cf996412128ee708598de862e'); +INSERT INTO messages VALUES(307,310101,'insert','transactions','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"btc_amount":5430,"data":"00000028000352bb33c8000000000000000a000000000000000a0000000000000000000013b0000003e8","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e","tx_index":102,"utxos_info":" 9a2d6e0a308c51d19210c34cd281c137feb827817292a20fd89947d9f54f0c0c:0 3 "}',0,'NEW_TRANSACTION',NULL,'7460ceca5c7c9cbb8aa39c3232dbe3c1eb9e8b0804a7a0b3402b6e2316cf1031'); +INSERT INTO messages VALUES(308,310101,'insert','debits','{"action":"bet","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310101,"event":"db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e","quantity":10,"tx_index":102,"utxo":null,"utxo_address":null}',0,'DEBIT','db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e','5ae895108dc67f2810308a9a3ef2c318baf344dd5d4a6b5fd880c3fe0503c82f'); +INSERT INTO messages VALUES(309,310101,'insert','bets','{"bet_type":3,"block_index":310101,"counterwager_quantity":10,"counterwager_remaining":10,"deadline":1388000200,"expiration":1000,"expire_index":311101,"fee_fraction_int":5000000.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"open","target_value":0.0,"tx_hash":"db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e","tx_index":102,"wager_quantity":10,"wager_remaining":10}',0,'OPEN_BET','db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e','4e057e3b78406883a2d1890405f367816eaa45cab986d9082dfd4aad32e3cc11'); +INSERT INTO messages VALUES(310,310101,'parse','transactions','{"supported":true,"tx_hash":"db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e","tx_index":102}',0,'TRANSACTION_PARSED','db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e','4b616cfc9ef11360bbbd49be65615903c14486c4dc69147561d415b82ebd9ff8'); +INSERT INTO messages VALUES(311,310101,'parse','blocks','{"block_index":310101,"ledger_hash":"53c6f9247cd255c86a69c05c4463ab94f9a3277496c155398c38dc6f7121fe9b","messages_hash":"2e148680db6671c2f46c703bffdf2780f2378f36b17182761a13db6ef9c6e320","transaction_count":1,"txlist_hash":"7388dcdfb1f5a54a0d4a4d3e50d486b24a662cef04f054a582e2d5b0bcf3ca28"}',0,'BLOCK_PARSED',NULL,'2245059c25126108c1c03792e11b08eb8b2e01c502b1558ec3873e2fdcc3cac5'); +INSERT INTO messages VALUES(312,310102,'insert','blocks','{"block_hash":"11e25883fd0479b78ddb1953ef67e3c3d1ffc82bd1f9e918a75c2194f7137f99","block_index":310102,"block_time":310102000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'410b68056fef19d692f135bfea2eeb2a4a0f16214187869957291ec84e094ac3'); +INSERT INTO messages VALUES(313,310102,'insert','transactions','{"block_hash":"11e25883fd0479b78ddb1953ef67e3c3d1ffc82bd1f9e918a75c2194f7137f99","block_index":310102,"block_time":310102000,"btc_amount":0,"data":"0000001e52bb33023ff0000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","tx_index":103,"utxos_info":" 4b317043028e713c70f522e12ab72382edf1a48d6a67bf3393ee26da8cf9fb90:0 2 "}',0,'NEW_TRANSACTION',NULL,'1ef20fd095ec04cd2f25b475d7f99e36e718171a6d4143e101c723c7f9c8267c'); +INSERT INTO messages VALUES(314,310102,'insert','broadcasts','{"block_index":310102,"fee_fraction_int":5000000,"locked":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","text":"Unit Test","timestamp":1388000002,"tx_hash":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","tx_index":103,"value":1.0}',0,'BROADCAST','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','f7a8c859ff3c5b5ef1803f899b5c02b6a47fd0f5708ac2b3b39b28651b4f840d'); +INSERT INTO messages VALUES(315,310102,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310102,"calling_function":"bet settled","event":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","quantity":9,"tx_index":103,"utxo":null,"utxo_address":null}',0,'CREDIT','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','d718e707c34716672173236687435f7c14c1f2a53f1d23a59093662e25e6d7c9'); +INSERT INTO messages VALUES(316,310102,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310102,"calling_function":"bet settled","event":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","quantity":9,"tx_index":103,"utxo":null,"utxo_address":null}',0,'CREDIT','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','680ebb865c0f9365ed5ac6650bf1e148ec0238284b4f0e44b6c95029707d29e0'); +INSERT INTO messages VALUES(317,310102,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310102,"calling_function":"feed fee","event":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","quantity":0,"tx_index":103,"utxo":null,"utxo_address":null}',0,'CREDIT','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','d51fb68920af9cc3d21549ba610fe49814835d71853f183cd7914bc985fa261a'); +INSERT INTO messages VALUES(318,310102,'insert','bet_match_resolutions','{"bear_credit":9,"bet_match_id":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1_5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","bet_match_type_id":1,"block_index":310102,"bull_credit":9,"escrow_less_fee":null,"fee":0,"settled":true,"winner":null}',0,'BET_MATCH_RESOLUTON','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','3a354119e43208edde65ed08dfae5e9dbd070a1317b6053d661a66dc7b50912c'); +INSERT INTO messages VALUES(319,310102,'update','bet_matches','{"id":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1_5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","status":"settled"}',0,'BET_MATCH_UPDATE','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','ed059a9dfa3d2b49b6575b199572b17be6acf07ee85dc00ea8fd30633601f0bd'); +INSERT INTO messages VALUES(320,310102,'parse','transactions','{"supported":true,"tx_hash":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","tx_index":103}',0,'TRANSACTION_PARSED','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','fdace13ae3c6cc9a8454f94872c4a6eb345668ba4d7ccd00ef333a7d3e59af3f'); +INSERT INTO messages VALUES(321,310102,'parse','blocks','{"block_index":310102,"ledger_hash":"b225c48fb4c40b2e0695991251f6d69217df6e00c01613e0a20f6a3e34f50d5b","messages_hash":"58a5e965e496c2fbbbb8a38492705a5dd78c11b07997c0461c1ac00101ab4b2a","transaction_count":1,"txlist_hash":"7d553f87ef9f2beea74631e2e6ec107522b9f4756f041e2ee40fa3946909b3dd"}',0,'BLOCK_PARSED',NULL,'19aabc7596a68dec2da1f51de303e0b65f33635686603b3eb6fe3684aa18667c'); +INSERT INTO messages VALUES(322,310103,'insert','blocks','{"block_hash":"559a208afea6dd27b8bfeb031f1bd8f57182dcab6cf55c4089a6c49fb4744f17","block_index":310103,"block_time":310103000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4194340963c88be889d7b921271d22681b48b18b6bd0b8d02d815580ca7cd5d0'); +INSERT INTO messages VALUES(323,310103,'insert','transactions','{"block_hash":"559a208afea6dd27b8bfeb031f1bd8f57182dcab6cf55c4089a6c49fb4744f17","block_index":310103,"block_time":310103000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":-99994375,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b","tx_index":104,"utxos_info":" 821f962302723b1a4ab64c65e524c29632f30a012bf18665c0855fbb0f78ed53:0 2 "}',0,'NEW_TRANSACTION',NULL,'16a1a7eb0a6ec8a10abea5d1cfd059de375f7291ae13e133d4f7ef3c2289446b'); +INSERT INTO messages VALUES(324,310103,'insert','credits','{"address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","asset":"XCP","block_index":310103,"calling_function":"burn","event":"65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b","quantity":92999138821,"tx_index":104,"utxo":null,"utxo_address":null}',0,'CREDIT','65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b','83ac22e5ee5afb5db61c87a36930e7e8984bcbd8b99bb7214a3e99be031d19f6'); +INSERT INTO messages VALUES(325,310103,'insert','burns','{"block_index":310103,"burned":62000000,"earned":92999138821,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"valid","tx_hash":"65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b","tx_index":104}',0,'BURN','65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b','c87665ae615780a851c24f934696e795df6a53da50b759e1e943daa3251dfbaf'); +INSERT INTO messages VALUES(326,310103,'parse','transactions','{"supported":true,"tx_hash":"65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b","tx_index":104}',0,'TRANSACTION_PARSED','65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b','be0697c47675bced64ac70b864536be291ec7a5aa64b2f38ccee1c1312ae5643'); +INSERT INTO messages VALUES(327,310103,'parse','blocks','{"block_index":310103,"ledger_hash":"fc2a8ce8efc122e5cbd631998e611dc8707cfe0b8d3f6a531fe5bcc21c17feae","messages_hash":"f40a86be4b55f64eb2ec503c06c51ca941f70de105da9e3108688d407d6145cc","transaction_count":1,"txlist_hash":"ece7991721b8e94950e2a9f41b9285b34be716340a7621b1c1528f8065e9ac28"}',0,'BLOCK_PARSED',NULL,'03b1b4f46ea458e180d34b004264bb2e62c836ca5222962d84aa5af820f670f6'); +INSERT INTO messages VALUES(328,310104,'insert','blocks','{"block_hash":"55b82e631b61d22a8524981ff3b5e3ab4ad7b732b7d1a06191064334b8f2dfd2","block_index":310104,"block_time":310104000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'02345d9fd169fd31e6dc3defec4469c0ff2eecf20ece4887af4ca1a630675c0b'); +INSERT INTO messages VALUES(329,310104,'insert','transactions','{"block_hash":"55b82e631b61d22a8524981ff3b5e3ab4ad7b732b7d1a06191064334b8f2dfd2","block_index":310104,"block_time":310104000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":-99994375,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","supported":true,"tx_hash":"95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff","tx_index":105,"utxos_info":" 9efe94426d6e49d4e7b67bcd286ce37ceffd47a3f0bdaa46b80c01c6889f1193:0 2 "}',0,'NEW_TRANSACTION',NULL,'57af54a05cf0d3ec656c24643e7dda2d8808d78bc2bed05dc8518a32efc0cb1f'); +INSERT INTO messages VALUES(330,310104,'insert','credits','{"address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"XCP","block_index":310104,"calling_function":"burn","event":"95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff","quantity":92999130460,"tx_index":105,"utxo":null,"utxo_address":null}',0,'CREDIT','95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff','64459e0d9bd73db9aed4c8170dcd31ac0b063d3e62ab4c81c554482f2a327c4c'); +INSERT INTO messages VALUES(331,310104,'insert','burns','{"block_index":310104,"burned":62000000,"earned":92999130460,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","status":"valid","tx_hash":"95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff","tx_index":105}',0,'BURN','95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff','1095e476de7a1b830ce9febff6d7baf6d67b8f3640410f414ffd027643ddc81f'); +INSERT INTO messages VALUES(332,310104,'parse','transactions','{"supported":true,"tx_hash":"95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff","tx_index":105}',0,'TRANSACTION_PARSED','95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff','61e0c3aaa43bac5717d5f064565e63d9dbc7d6d89acc10b5b1fbaaa6b2240236'); +INSERT INTO messages VALUES(333,310104,'parse','blocks','{"block_index":310104,"ledger_hash":"b1a7115902d371d13889008320e52473cd5b34591bd657e372c0048df020012e","messages_hash":"1f2ef4e77648ddf21a0e3cbe279cbc9a253a25f3008c7d213ed335a51560b2b4","transaction_count":1,"txlist_hash":"66dacde33bddb633552c94d9107669297fe26ccdcf482f9098f1e6c05f3d01e6"}',0,'BLOCK_PARSED',NULL,'abfc8f97e0d32887024f1d96991c868c60c50901fd4e188a3b24c24f744c5fd5'); +INSERT INTO messages VALUES(334,310105,'insert','blocks','{"block_hash":"1d72cdf6c4a02a5f973e6eaa53c28e9e13014b4f5bb13f91621a911b27fe936a","block_index":310105,"block_time":310105000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37eaca77e9fff242dffb3f72851905694c6c8b100a1b9803253ce6c96082ae36'); +INSERT INTO messages VALUES(335,310105,'insert','transactions','{"block_hash":"1d72cdf6c4a02a5f973e6eaa53c28e9e13014b4f5bb13f91621a911b27fe936a","block_index":310105,"block_time":310105000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":-99994375,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa","tx_index":106,"utxos_info":" 3a91865c4a517ee738f5c8902090a114154d58d803b37bef42807865bf48459f:0 2 "}',0,'NEW_TRANSACTION',NULL,'fcb5cc0da0f17de3cec259e072d3e387bc8b0c30b5e04bce315ecc834550fa93'); +INSERT INTO messages VALUES(336,310105,'insert','credits','{"address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"XCP","block_index":310105,"calling_function":"burn","event":"e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa","quantity":92999122099,"tx_index":106,"utxo":null,"utxo_address":null}',0,'CREDIT','e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa','5adf071b342ca5c454c882d017193fcd3297c1234fd055c4bcf980972d617d45'); +INSERT INTO messages VALUES(337,310105,'insert','burns','{"block_index":310105,"burned":62000000,"earned":92999122099,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","tx_hash":"e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa","tx_index":106}',0,'BURN','e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa','559e29a2f9b5c849b57cfc3a61ca55274d5b1d25710c30223dba1f66160e195f'); +INSERT INTO messages VALUES(338,310105,'parse','transactions','{"supported":true,"tx_hash":"e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa","tx_index":106}',0,'TRANSACTION_PARSED','e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa','bdd6723f1360ddf2b2af2f77ee62b5ee3344d1f0b2626be2fce89365c93bbb05'); +INSERT INTO messages VALUES(339,310105,'parse','blocks','{"block_index":310105,"ledger_hash":"b5fcda12415e713fc81278b95515fe86ecc6beb5810e4f80eb9645f09870dab0","messages_hash":"049bb0fc15029feaf2fbd973d5b254721e7dd21d7aff539dd819e07c74dd427e","transaction_count":1,"txlist_hash":"656d27bdbf841c33dd3c11253159dc5d8a6d7885db3174f4f9c6a8382d6a7209"}',0,'BLOCK_PARSED',NULL,'19c0a2eb4dc1c1f7820c9e7b52bfbe78e543f68484c86f6ab467ae9894bb190f'); +INSERT INTO messages VALUES(340,310106,'insert','blocks','{"block_hash":"9d39cbe8c8a5357fc56e5c2f95bf132382ddad14cbc8abd54e549d58248140ff","block_index":310106,"block_time":310106000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'57cf2cfa5080df21cbfff29ccd6b9a963b585fd474779423ce06dceaf63ccb0a'); +INSERT INTO messages VALUES(341,310106,'insert','transactions','{"block_hash":"9d39cbe8c8a5357fc56e5c2f95bf132382ddad14cbc8abd54e549d58248140ff","block_index":310106,"block_time":310106000,"btc_amount":10000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK","supported":true,"tx_hash":"bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3","tx_index":107,"utxos_info":" fe2449e23978b80baee7633ef2ab704a37529d403266f9b693f3f1aa07249fad:0 2 "}',0,'NEW_TRANSACTION',NULL,'e80a47b15a019fd15ff3f3b3b0f36d9738702b9e3a6f4820e29d98813549f01b'); +INSERT INTO messages VALUES(342,310106,'insert','credits','{"address":"mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK","asset":"XCP","block_index":310106,"calling_function":"burn","event":"bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3","quantity":14999857,"tx_index":107,"utxo":null,"utxo_address":null}',0,'CREDIT','bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3','448f063c169e3bb06b16f7cba40f144eaafed6de0b864a309869f55cf14f1803'); +INSERT INTO messages VALUES(343,310106,'insert','burns','{"block_index":310106,"burned":10000,"earned":14999857,"source":"mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK","status":"valid","tx_hash":"bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3","tx_index":107}',0,'BURN','bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3','6ebbd45fa3181054a94b6b1273a7c0511a137deee605eb8a68777871c547ee83'); +INSERT INTO messages VALUES(344,310106,'parse','transactions','{"supported":true,"tx_hash":"bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3","tx_index":107}',0,'TRANSACTION_PARSED','bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3','ee4af6a1b80997bd1facba3c9a2a72af278671e278334411de7a9b5142996c23'); +INSERT INTO messages VALUES(345,310106,'parse','blocks','{"block_index":310106,"ledger_hash":"f3c98c954cf939951d8b24a257bc6b1bc152a6a0bcf6b580ac281c26bbf16499","messages_hash":"eb3c8f11915eb791cabb8f7cf4d7ee9647679e3cb195bf2dd9977387e5a13f7a","transaction_count":1,"txlist_hash":"6138a4e92289d72dab6e43906e545dcc3d1475102b7f33195118de74a53fe576"}',0,'BLOCK_PARSED',NULL,'24109f09638c7c886f299df17d6dd5cc9317374ed7603b639d9e3df69a10bbf3'); +INSERT INTO messages VALUES(346,310107,'insert','blocks','{"block_hash":"51cc04005e49fa49e661946a0e147240b0e5aac174252c96481ab7ddd5487435","block_index":310107,"block_time":310107000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8ab1ee7eca5898ff1e7f8900bee8e549e7d75db0438002c03599c4a5c4793059'); +INSERT INTO messages VALUES(347,310107,'insert','transactions','{"block_hash":"51cc04005e49fa49e661946a0e147240b0e5aac174252c96481ab7ddd5487435","block_index":310107,"block_time":310107000,"btc_amount":0,"data":"0000000c000000000000000100000000000000640000000000000064000000000000006400","destination":"","fee":6150,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","supported":true,"tx_hash":"9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec","tx_index":108,"utxos_info":" 0d0a81d2d4d968ef22210e6798d3b734533e622c737710424461d4f27a147787:1 2 0"}',0,'NEW_TRANSACTION',NULL,'46ef2136e2d2facd54fded3711c998ddca23a81a1192d3e4b25d9e5090322475'); +INSERT INTO messages VALUES(348,310107,'insert','debits','{"action":"open dispenser","address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"XCP","block_index":310107,"event":"9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec","quantity":100,"tx_index":108,"utxo":null,"utxo_address":null}',0,'DEBIT','9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec','3215725ae5801466eff9b2c95c76705321317ab59e477c2466929bfc85cb32f1'); +INSERT INTO messages VALUES(349,310107,'insert','dispensers','{"asset":"XCP","block_index":310107,"dispense_count":0,"escrow_quantity":100,"give_quantity":100,"give_remaining":100,"oracle_address":null,"origin":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","satoshirate":100,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","status":0,"tx_hash":"9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec","tx_index":108}',0,'OPEN_DISPENSER','9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec','212188922033809e3596ab7c941cb2725971f593d125c159939f48a8c1c958d1'); +INSERT INTO messages VALUES(350,310107,'parse','transactions','{"supported":true,"tx_hash":"9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec","tx_index":108}',0,'TRANSACTION_PARSED','9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec','2559957dfca08130d98464282bb5eb7a2a35956c9412556ef427dc771085b90b'); +INSERT INTO messages VALUES(351,310107,'parse','blocks','{"block_index":310107,"ledger_hash":"a550df26b8dee075bee82fc59c44ce5cbf65fe9df10c60f3f3009faa2791c783","messages_hash":"f7309a1ceac6e642c3cc38abac6becbf3b345a1ba199e838888d3394ff7692ee","transaction_count":1,"txlist_hash":"b30d22c6d7e8bf574e3b3e11d08bcb73c5853ba348e8688a25670a861d3f4e3a"}',0,'BLOCK_PARSED',NULL,'7e056b6dabe74155dc8cfa7c05cc611142a7935b3b86e677d55d738c0ad67bec'); +INSERT INTO messages VALUES(352,310108,'insert','blocks','{"block_hash":"8f2d3861aa42f8e75dc14a23d6046bd89feef0d81996b6e1adc2a2828fbc8b34","block_index":310108,"block_time":310108000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'187722971561fa364a07fd63f0db29cd15eba5eb1d5e2ead3a3ea54fcbfb63a7'); +INSERT INTO messages VALUES(353,310108,'insert','transactions','{"block_hash":"8f2d3861aa42f8e75dc14a23d6046bd89feef0d81996b6e1adc2a2828fbc8b34","block_index":310108,"block_time":310108000,"btc_amount":31000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","supported":true,"tx_hash":"93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73","tx_index":109,"utxos_info":" 698f4b5636478cf8f4ac24271541ff18b31286c24d5ff42854f9d34403ff538b:0 2 "}',0,'NEW_TRANSACTION',NULL,'7f44e7313101430df4ef25809f5865867b76eb93476da6a5bfd9cfb84e9b2cb9'); +INSERT INTO messages VALUES(354,310108,'insert','credits','{"address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"XCP","block_index":310108,"calling_function":"burn","event":"93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73","quantity":46499548508,"tx_index":109,"utxo":null,"utxo_address":null}',0,'CREDIT','93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73','ff928275c614ae74c29c9f4b6cb10d0c1047581bcde6356ff477640e365580fb'); +INSERT INTO messages VALUES(355,310108,'insert','burns','{"block_index":310108,"burned":31000000,"earned":46499548508,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","status":"valid","tx_hash":"93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73","tx_index":109}',0,'BURN','93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73','a0c23174cb8bee32ff649fabe1445e9a6e4ff368112a1416268f1612aec91e67'); +INSERT INTO messages VALUES(356,310108,'parse','transactions','{"supported":true,"tx_hash":"93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73","tx_index":109}',0,'TRANSACTION_PARSED','93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73','cc0992475c6c09c42efe16f6d89b0be47b1664505645cd76044b61dc03fea5ca'); +INSERT INTO messages VALUES(357,310108,'parse','blocks','{"block_index":310108,"ledger_hash":"e1d8c345c74760010223a823895471d3ad6a2db5c6a70b13850d5cd977414518","messages_hash":"b82840c55493f3411550d521e745d9e76ad874fb5f18de037565145d3bb48c39","transaction_count":1,"txlist_hash":"d03bdcdbb4980ea415ab73c8e91a7fca7099c8c176d6bb4c2fdf72b6873175ae"}',0,'BLOCK_PARSED',NULL,'f9425855856580d19de897bf108636adcfcfac18aafa46ecbfccae3f5bb0fda9'); +INSERT INTO messages VALUES(358,310109,'insert','blocks','{"block_hash":"d23aaaae55e6a912eaaa8d20fe2a9ad4819fe9dc1ed58977265af58fad89d8f9","block_index":310109,"block_time":310109000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1342befed3694630b413426a6d247ec3b8bed66baa83971a6982f00117cbe002'); +INSERT INTO messages VALUES(359,310109,'insert','transactions','{"block_hash":"d23aaaae55e6a912eaaa8d20fe2a9ad4819fe9dc1ed58977265af58fad89d8f9","block_index":310109,"block_time":310109000,"btc_amount":0,"data":"0000001400078a8fe2e5e44100000000000003e8000000000000000000001050534820697373756564206173736574","destination":"","fee":6800,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","supported":true,"tx_hash":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","tx_index":110,"utxos_info":" c66679493b0d66dbb6c65f17748c442797b769673fc2ca89496287401aa851f8:0 2 "}',0,'NEW_TRANSACTION',NULL,'63042dc7b11ee76fc5c392295f474958ea8c6653fbcd7f6277eb62861bfed692'); +INSERT INTO messages VALUES(360,310109,'insert','debits','{"action":"issuance fee","address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"XCP","block_index":310109,"event":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","quantity":50000000,"tx_index":110,"utxo":null,"utxo_address":null}',0,'DEBIT','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','6a3add1d24ed4b58a76677c4059f21a4b0b8bb42011975524519b6616c55bb33'); +INSERT INTO messages VALUES(361,310109,'insert','assets','{"asset_id":"2122675428648001","asset_longname":null,"asset_name":"PAYTOSCRIPT","block_index":310109}',0,'ASSET_CREATION','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','315097b1b12c121dd0f7fd15cf917ff6106e91e85ba714a771e28e418c10530f'); +INSERT INTO messages VALUES(362,310109,'insert','issuances','{"asset":"PAYTOSCRIPT","asset_events":"creation","asset_longname":null,"block_index":310109,"call_date":0,"call_price":0.0,"callable":false,"description":"PSH issued asset","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","locked":false,"quantity":1000,"reset":false,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","status":"valid","transfer":false,"tx_hash":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","tx_index":110}',0,'ASSET_ISSUANCE','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','28c4cb7c682518dfb02871df863b3f8376f777bb7e2c73cd55c15e924f2527e5'); +INSERT INTO messages VALUES(363,310109,'insert','credits','{"address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"PAYTOSCRIPT","block_index":310109,"calling_function":"issuance","event":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","quantity":1000,"tx_index":110,"utxo":null,"utxo_address":null}',0,'CREDIT','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','bc703b11696e4cff4d64478bb7909c81ca24ad51fdc7c5de0e6de3efd095b197'); +INSERT INTO messages VALUES(364,310109,'parse','transactions','{"supported":true,"tx_hash":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","tx_index":110}',0,'TRANSACTION_PARSED','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','41d7956718f220ccccabaa55c4ae37bf531911dc39fbe96827d1fba07c1e73c8'); +INSERT INTO messages VALUES(365,310109,'parse','blocks','{"block_index":310109,"ledger_hash":"8fb63d8460a222163d15eab76a61e383ffa251a175c16f209648d6782c304059","messages_hash":"8307c44ae696b9478f65687c99f2b20a43024ba9eb933cf62902740068bdc57c","transaction_count":1,"txlist_hash":"cff81539539169771000a550581dbdf4d4d1fdabecfb9032342269ff5f100b61"}',0,'BLOCK_PARSED',NULL,'4849bf788c03e9e5350e5776dd69f67fbfa330d708cf017087cbeddb1c37ff0e'); +INSERT INTO messages VALUES(366,310110,'insert','blocks','{"block_hash":"cecc8e4791bd3081995bd9fd67acb6b97415facfd2b68f926a70b22d9a258382","block_index":310110,"block_time":310110000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'57142777bc632cde6e79ecbe84773642d72f601173cd18bfd039106938434f92'); +INSERT INTO messages VALUES(367,310110,'insert','transactions','{"block_hash":"cecc8e4791bd3081995bd9fd67acb6b97415facfd2b68f926a70b22d9a258382","block_index":310110,"block_time":310110000,"btc_amount":5430,"data":"00000000000000a25be34b660000000005f5e100","destination":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","tx_index":111,"utxos_info":" fe9dc5e0401532d0c1a8399c2769c94b0ea5970138d17183c2b4a8bc2291657b:0 3 "}',0,'NEW_TRANSACTION',NULL,'af9ea5fd4bea91088a6819ecb23ce5617dce38ca13989df0399ff27c9c45aa7e'); +INSERT INTO messages VALUES(368,310110,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310110,"event":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","quantity":100000000,"tx_index":111,"utxo":null,"utxo_address":null}',0,'DEBIT','f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7','eb851c3ec817324058e8a5ca0f765f4364d7fc279855de43368ec8c519fb5ee0'); +INSERT INTO messages VALUES(369,310110,'insert','credits','{"address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"DIVISIBLE","block_index":310110,"calling_function":"send","event":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","quantity":100000000,"tx_index":111,"utxo":null,"utxo_address":null}',0,'CREDIT','f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7','00a275953e9c1967d6fec543f98abe97387bc9d001bcf3cc615fef798af5fde1'); +INSERT INTO messages VALUES(370,310110,'insert','sends','{"asset":"DIVISIBLE","block_index":310110,"destination":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","msg_index":0,"quantity":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","tx_index":111}',0,'SEND','f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7','4c8051d6be6ce724020f904b1479d69047dcf603e19781943b33b17b78cda117'); +INSERT INTO messages VALUES(371,310110,'parse','transactions','{"supported":true,"tx_hash":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","tx_index":111}',0,'TRANSACTION_PARSED','f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7','aef78e57a55d49c95dd4cb4f8ce7162dbdbbb20b230a7147fa2d3a113bdfe65b'); +INSERT INTO messages VALUES(372,310110,'parse','blocks','{"block_index":310110,"ledger_hash":"250f7b5c6f00bf06c9cd4de8dea0b8166e2decf093910ea32eabd615b910e7e6","messages_hash":"bd78f60a9abffcf8cde1cae6a9e34bca497c3d3563d48a967522cffb50353d69","transaction_count":1,"txlist_hash":"d6853c803a38efdd5190401e94244333cb4f46752a2868d4a03e6d7d6c8c2bad"}',0,'BLOCK_PARSED',NULL,'a7aab27080919b523e93f881b061c97ea426916d82f5fdcb6e9f7f16412d2e04'); +INSERT INTO messages VALUES(373,310111,'insert','blocks','{"block_hash":"fde71b9756d5ba0b6d8b230ee885af01f9c4461a55dbde8678279166a21b20ae","block_index":310111,"block_time":310111000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d3397fefe2c6ff350c7160b639f4392ecfca363f926cc4b8b7033fe219027dda'); +INSERT INTO messages VALUES(374,310111,'insert','transactions','{"block_hash":"fde71b9756d5ba0b6d8b230ee885af01f9c4461a55dbde8678279166a21b20ae","block_index":310111,"block_time":310111000,"btc_amount":0,"data":"0000001e52bb33023ff0000000000000004c4b4009556e69742054657374","destination":"","fee":5975,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","supported":true,"tx_hash":"510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186","tx_index":112,"utxos_info":" 3e05914816765cb9e05efd1b4a8507bd91f137ea53972ed574c2f3516d60e693:1 2 0"}',0,'NEW_TRANSACTION',NULL,'9b8ea4607376245b457a272d20f3ba2b80a788131d1a754418c72138834d49f3'); +INSERT INTO messages VALUES(375,310111,'insert','broadcasts','{"block_index":310111,"fee_fraction_int":5000000,"locked":false,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","status":"valid","text":"Unit Test","timestamp":1388000002,"tx_hash":"510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186","tx_index":112,"value":1.0}',0,'BROADCAST','510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186','616cb5fce2aad4d83f3afa32c3639987bf86537069f6ffa1ba592f56a9e0984d'); +INSERT INTO messages VALUES(376,310111,'parse','transactions','{"supported":true,"tx_hash":"510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186","tx_index":112}',0,'TRANSACTION_PARSED','510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186','a39ed088336f10059eb769e0ea40192d47e22434a135f53a7b671d0a4898cb0b'); +INSERT INTO messages VALUES(377,310111,'parse','blocks','{"block_index":310111,"ledger_hash":"0c3c3d099bf08803f67c2a77d0d67779674d1063cc72d8794b8fe62a55049d75","messages_hash":"aac3bebda50d55e796a3886faf913a0ad60859a05bcbb442aaee68a537f67838","transaction_count":1,"txlist_hash":"9cab90baa72446a36a7c176e82eed32ce968f96b0f29067b240a10a71ed95808"}',0,'BLOCK_PARSED',NULL,'47a66d89cabec0552a62d5a50d801d8dcbcb9aa0aaa3b3ea632c7f214d21dc53'); +INSERT INTO messages VALUES(378,310112,'insert','blocks','{"block_hash":"5b06f69bfdde1083785cf68ebc2211b464839033c30a099d3227b490bf3ab251","block_index":310112,"block_time":310112000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'39f22e50f6615bd5c32efedf53b2f1e31921d75cb6044c0be9ef303d23b0c650'); +INSERT INTO messages VALUES(379,310112,'insert','transactions','{"block_hash":"5b06f69bfdde1083785cf68ebc2211b464839033c30a099d3227b490bf3ab251","block_index":310112,"block_time":310112000,"btc_amount":5430,"data":"00000028000352bb33c8000000000000000a000000000000000a0000000000000000000013b0000003e8","destination":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","fee":7124,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","supported":true,"tx_hash":"d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048","tx_index":113,"utxos_info":" 2b8ff8acc005180c18db9b7cfaff02dad8b718ad57cf07765b4f487c590115e4:0 3 1"}',0,'NEW_TRANSACTION',NULL,'7707d12deb09b572688471f52c3509485841b8afaa7bfcf4b94e20244eb8f77e'); +INSERT INTO messages VALUES(380,310112,'insert','debits','{"action":"bet","address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"XCP","block_index":310112,"event":"d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048","quantity":10,"tx_index":113,"utxo":null,"utxo_address":null}',0,'DEBIT','d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048','ece85ede893ef0765ed4890d79590b1971bac3146a3cc89de407a65d071c442a'); +INSERT INTO messages VALUES(381,310112,'insert','bets','{"bet_type":3,"block_index":310112,"counterwager_quantity":10,"counterwager_remaining":10,"deadline":1388000200,"expiration":1000,"expire_index":311112,"fee_fraction_int":5000000.0,"feed_address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","leverage":5040,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","status":"open","target_value":0.0,"tx_hash":"d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048","tx_index":113,"wager_quantity":10,"wager_remaining":10}',0,'OPEN_BET','d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048','d6a5971a8476b22b022215e1c3c0313e54bb06512aed204be11d5af2909e2826'); +INSERT INTO messages VALUES(382,310112,'parse','transactions','{"supported":true,"tx_hash":"d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048","tx_index":113}',0,'TRANSACTION_PARSED','d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048','e8c6afd2335079e0935988e1d9bbc6027ab75f0a27bbdddc5e0ce4f0d2f01889'); +INSERT INTO messages VALUES(383,310112,'parse','blocks','{"block_index":310112,"ledger_hash":"557fdd1240793f8607a2b4c638ce800d5260c2adb294aac95d6c5eab7e98c3a9","messages_hash":"2a2883adf8d66677b983113647f4b414dd5e3d56914094b3593b46a0fef7e6e9","transaction_count":1,"txlist_hash":"4fc0df4832258d430e645f1950407e19e72ea27d28b8ae1851333e8e8718086b"}',0,'BLOCK_PARSED',NULL,'08b52176b42c2211d11dcbd1d9c670d8e9f9b327599ff29898c5f21155a2f966'); +INSERT INTO messages VALUES(384,310113,'insert','blocks','{"block_hash":"63914cf376d3076b697b9234810dfc084ed5a885d5cd188dd5462560da25d5e7","block_index":310113,"block_time":310113000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'38e041bc93e7c4d5db14cd94c6108b88ac5bd29baa007aa650f10a2a2a41982e'); +INSERT INTO messages VALUES(385,310113,'insert','transactions','{"block_hash":"63914cf376d3076b697b9234810dfc084ed5a885d5cd188dd5462560da25d5e7","block_index":310113,"block_time":310113000,"btc_amount":0,"data":"00000014000038fedf6d2c6900000000000003e8010000000000000000000c4c6f636b6564206173736574","destination":"","fee":6800,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","tx_index":114,"utxos_info":" 7a0db8ce3cc72919ce5a881e236bbe2d17ec93656fd143f35dcf266f6e7927df:0 2 "}',0,'NEW_TRANSACTION',NULL,'8352d7dc8957e2cf786f90e9465de6f3fdc8a4f2009e7381a43b47d32bfd4352'); +INSERT INTO messages VALUES(386,310113,'insert','debits','{"action":"issuance fee","address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"XCP","block_index":310113,"event":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","quantity":50000000,"tx_index":114,"utxo":null,"utxo_address":null}',0,'DEBIT','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','9abf02e1b4e78838a63e2bd853307b711ba283bc39ee446a51d5936cc0873a2b'); +INSERT INTO messages VALUES(387,310113,'insert','assets','{"asset_id":"62667321322601","asset_longname":null,"asset_name":"LOCKEDPREV","block_index":310113}',0,'ASSET_CREATION','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','b617aae0f2c64e23ee883c6d218c2079d8677cc4831682e2802be2e73202680e'); +INSERT INTO messages VALUES(388,310113,'insert','issuances','{"asset":"LOCKEDPREV","asset_events":"creation","asset_longname":null,"block_index":310113,"call_date":0,"call_price":0.0,"callable":false,"description":"Locked asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","locked":false,"quantity":1000,"reset":false,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","transfer":false,"tx_hash":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","tx_index":114}',0,'ASSET_ISSUANCE','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','6504040956459faf863c0d1717f052c9378aec7f262d0f31dc93de182b378184'); +INSERT INTO messages VALUES(389,310113,'insert','credits','{"address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"LOCKEDPREV","block_index":310113,"calling_function":"issuance","event":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","quantity":1000,"tx_index":114,"utxo":null,"utxo_address":null}',0,'CREDIT','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','1de3180906127e40e2200817c258a67209329f4a3960d9492e04b6169611232e'); +INSERT INTO messages VALUES(390,310113,'parse','transactions','{"supported":true,"tx_hash":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","tx_index":114}',0,'TRANSACTION_PARSED','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','722a85b43ce425fa138d2db4c77067737532ba9937418218afbb9e89ee2b9401'); +INSERT INTO messages VALUES(391,310113,'parse','blocks','{"block_index":310113,"ledger_hash":"4ecad4a5c8e9b54101c4a037d6c86a7eb36d3cf0503e60a1bf13c5a4196c5989","messages_hash":"c4696f0c685051fbfbfb32780e52dbdcacc3f427f9e7e460981b63c6ec225bf9","transaction_count":1,"txlist_hash":"baf1f86b3145fd8dc33aa2fcb2e882cf69ffadee81e8412ed2092c634934709c"}',0,'BLOCK_PARSED',NULL,'6ef9ae972df24e02e72de1772b546b2c591fb1bc92bffbf2e477154fd6b42b4f'); +INSERT INTO messages VALUES(392,310114,'insert','blocks','{"block_hash":"24fc2dded4f811eff58b32cda85d90fb5773e81b9267e9a03c359bc730d82283","block_index":310114,"block_time":310114000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d5fd7f543f34ee0dafb0098dfa3ec2dc8bdfdc02f0a2b442a3ce6f65a044de14'); +INSERT INTO messages VALUES(393,310114,'insert','transactions','{"block_hash":"24fc2dded4f811eff58b32cda85d90fb5773e81b9267e9a03c359bc730d82283","block_index":310114,"block_time":310114000,"btc_amount":0,"data":"00000014000038fedf6d2c69000000000000000001000000000000000000044c4f434b","destination":"","fee":6800,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2","tx_index":115,"utxos_info":" a644ff7ee03e6bcb1e65ed12dad81f81aea732a816cba067c1ccc46e6f33208a:0 2 "}',0,'NEW_TRANSACTION',NULL,'5907dce04be74c35bd58a3996a443fecef37d61472d491bfbecc40e085ba5e62'); +INSERT INTO messages VALUES(394,310114,'insert','debits','{"action":"issuance fee","address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"XCP","block_index":310114,"event":"025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2","quantity":0,"tx_index":115,"utxo":null,"utxo_address":null}',0,'DEBIT','025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2','b5f52ff4679d043d378efd5c79c13976853815f17a22f88dad3a0e481baf6401'); +INSERT INTO messages VALUES(395,310114,'insert','issuances','{"asset":"LOCKEDPREV","asset_events":"lock_quantity","asset_longname":null,"block_index":310114,"call_date":0,"call_price":0.0,"callable":false,"description":"Locked asset","description_locked":false,"divisible":true,"fee_paid":0,"issuer":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","locked":true,"quantity":0,"reset":false,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","transfer":false,"tx_hash":"025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2","tx_index":115}',0,'ASSET_ISSUANCE','025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2','60dd3debc3881549997f54fdf5a883de08b04e0a26b4833ad60f8b85abd2e53e'); +INSERT INTO messages VALUES(396,310114,'parse','transactions','{"supported":true,"tx_hash":"025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2","tx_index":115}',0,'TRANSACTION_PARSED','025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2','7129140ad7cf4d4756a60e402d5d7a7b893caa30cdddbcfa681e0ad2c449f658'); +INSERT INTO messages VALUES(397,310114,'parse','blocks','{"block_index":310114,"ledger_hash":"00380ec3118a5e8f9cab403d10870dd5bc339421297fcb6196a3112d70541ecd","messages_hash":"c97b5bbb161996c25c21b28b471e1d2f1ef3cb1b239e82d667d6689d78493ea1","transaction_count":1,"txlist_hash":"22e3851c91f780c0152549b24228d0dab3542c2632b633995c0d8dcfd8e26601"}',0,'BLOCK_PARSED',NULL,'274dada0572add670281de4ce5e870acd4d89a41323ca9807902a72fec392a04'); +INSERT INTO messages VALUES(398,310115,'insert','blocks','{"block_hash":"a632d67ff5f832fe9c3c675f855f08a4969c6d78c0211e71b2a24fe04be5656a","block_index":310115,"block_time":310115000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eab8a8228bb19a0d36ee64e5fa5a73bd4ccd96f2f74fc02489c79a38fc585def'); +INSERT INTO messages VALUES(399,310115,'insert','transactions','{"block_hash":"a632d67ff5f832fe9c3c675f855f08a4969c6d78c0211e71b2a24fe04be5656a","block_index":310115,"block_time":310115000,"btc_amount":0,"data":"00000014000038fedf6d2c69000000000000000001000000000000000000076368616e676564","destination":"","fee":6800,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb","tx_index":116,"utxos_info":" 61a5ae9a2fb6cd6fceaa407a654714fccd5a9b676bbf03c5844fe8e39a86b55b:0 2 "}',0,'NEW_TRANSACTION',NULL,'2d23bf63eef93d4537de9f57e0e86c93ada45e4750e13f05835c55a85f073be5'); +INSERT INTO messages VALUES(400,310115,'insert','debits','{"action":"issuance fee","address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"XCP","block_index":310115,"event":"4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb","quantity":0,"tx_index":116,"utxo":null,"utxo_address":null}',0,'DEBIT','4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb','d8048a8eb82b7b93f43fae1b8dc3a90ab85c7b703ae7e865bd3ad60e9e5af65a'); +INSERT INTO messages VALUES(401,310115,'insert','issuances','{"asset":"LOCKEDPREV","asset_events":"change_description","asset_longname":null,"block_index":310115,"call_date":0,"call_price":0.0,"callable":false,"description":"changed","description_locked":false,"divisible":true,"fee_paid":0,"issuer":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","locked":false,"quantity":0,"reset":false,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","transfer":false,"tx_hash":"4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb","tx_index":116}',0,'ASSET_ISSUANCE','4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb','bf383c324a6480a20fb251d58200de66334267695146ee755222d6d12442f1c4'); +INSERT INTO messages VALUES(402,310115,'parse','transactions','{"supported":true,"tx_hash":"4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb","tx_index":116}',0,'TRANSACTION_PARSED','4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb','b1db653aef56920d82d020ce04b485bb3e012c89a1e17e60f55fd9a936306367'); +INSERT INTO messages VALUES(403,310115,'parse','blocks','{"block_index":310115,"ledger_hash":"0acd3a07c5df54e883ff9871852c961b00771d3f4afccb3b1941d0b1c7b300cc","messages_hash":"62f82b2d7fb4276e14290f9c1eefe793c73c52b9ecb76bda3608d2d28cc4f10d","transaction_count":1,"txlist_hash":"cf921f50b98df4ec37f2a9803315a798198507adcbfd8fd54e6a9bc539cc8f41"}',0,'BLOCK_PARSED',NULL,'8b61dd2bf3e1ee9f1df493804646c81c22ab58557c0200873fb4efd9f84b29f5'); +INSERT INTO messages VALUES(404,310116,'insert','blocks','{"block_hash":"8495ba36b331473c4f3529681a118a4cc4fa4d51cd9b8dccb1f13e5ef841dd84","block_index":310116,"block_time":310116000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'42bbf443975812cb39ce216587a3d4d3e9f17658e3bc56b8ada7f81f2740ca1c'); +INSERT INTO messages VALUES(405,310116,'insert','transactions','{"block_hash":"8495ba36b331473c4f3529681a118a4cc4fa4d51cd9b8dccb1f13e5ef841dd84","block_index":310116,"block_time":310116000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx","supported":true,"tx_hash":"27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9","tx_index":117,"utxos_info":" 44d8f4bdcbb68b5ab982ef086162b2bd8d82136ef56e8536c75a835cd9fc5450:0 2 "}',0,'NEW_TRANSACTION',NULL,'bb3ea002aa454bffe65f48a783ad0a8a94de1ff14087dcdb78c03dcd08289453'); +INSERT INTO messages VALUES(406,310116,'insert','credits','{"address":"tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx","asset":"XCP","block_index":310116,"calling_function":"burn","event":"27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9","quantity":92999030129,"tx_index":117,"utxo":null,"utxo_address":null}',0,'CREDIT','27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9','a1dbe9b70b2c8d23d8c722150beed2d609280336d8d84fe16c90a8efcee56f70'); +INSERT INTO messages VALUES(407,310116,'insert','burns','{"block_index":310116,"burned":62000000,"earned":92999030129,"source":"tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx","status":"valid","tx_hash":"27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9","tx_index":117}',0,'BURN','27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9','41d5e3ecba2d5b13d4a50cb380fe80cce7f650c7281cb06f4ad1b29de3371408'); +INSERT INTO messages VALUES(408,310116,'parse','transactions','{"supported":true,"tx_hash":"27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9","tx_index":117}',0,'TRANSACTION_PARSED','27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9','57e82b0e94ddd32ca40799f4863ab253d0c0e2e5a831bbbf1037a251fbd2975a'); +INSERT INTO messages VALUES(409,310116,'parse','blocks','{"block_index":310116,"ledger_hash":"6c6845d3be70cbe9a71c33227983f695c96877aac6d3a8d6a6839760b4691d25","messages_hash":"0fe3bfa987b4fcd9a92970ba24e239f393c0fb9879e54ba0e50b45268657dbef","transaction_count":1,"txlist_hash":"a7e01a910cc919588be3b0c19c4bb7c36499b0a9b0347834d40fbb54fdf05fb6"}',0,'BLOCK_PARSED',NULL,'fc6e03ac1c0f9248d9091a4792521e923b2e5ebe06a3981318174a7173469f1b'); +INSERT INTO messages VALUES(410,310117,'insert','blocks','{"block_hash":"978a3eac44917b82d009332797e2b6fe64c7ce313c0f15bfd9b7bb68e4f35a71","block_index":310117,"block_time":310117000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'46c833c754f27de9f0b1ec7966ebc27c577deb3f58529154bb397c2f5aabad42'); +INSERT INTO messages VALUES(411,310117,'parse','blocks','{"block_index":310117,"ledger_hash":"0465a90ff545d58e69c07c204160360bcc6fba5cc60fb81d7e6e389d9ff8133e","messages_hash":"c71c860322b0c96de54621839ccd251455bc1ea5ec2f7de5c42c0f1047b26bcd","transaction_count":0,"txlist_hash":"1100b7084683079d36f9ec6e4cb1ec457ae4c45941cdbaa0f4d53bc458e2fa9f"}',0,'BLOCK_PARSED',NULL,'dbb75eadd143eb0910966c920a022357ca380156ca7e4b64ddac83c227283dea'); +INSERT INTO messages VALUES(412,310118,'insert','blocks','{"block_hash":"02487d8bd4dadabd06a44fdeb67616e6830c3556ec10faad40a42416039f4723","block_index":310118,"block_time":310118000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'16d68bac873931a86aa301375e4c80c179cd3232e0894d3134438c6ecf147d68'); +INSERT INTO messages VALUES(413,310118,'parse','blocks','{"block_index":310118,"ledger_hash":"011ed3df8ae72a02b686e98aa8db07c973e1e12c2ac09891ba90d783ae63161f","messages_hash":"d97e6d1d1661a901d47a290ca1a374c7b8a36f366e45d32535115d681d59c01b","transaction_count":0,"txlist_hash":"7ed056a59c2b15a2d082f75c8728ee1e7f9b0eea6cb56b37f41319b115e39771"}',0,'BLOCK_PARSED',NULL,'dd5e825722752293953c58667b4162b1bc3a913db248e4848ea8a98c6633c708'); +INSERT INTO messages VALUES(414,310119,'insert','blocks','{"block_hash":"6d6be3478c874c27f5d354c9375884089511b1aaaa3cc3421759d8e3aaeb5481","block_index":310119,"block_time":310119000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'22923e34546fefd17eb8b98d7f3a2f1beed22e1e51f2ffe36205033021ba79d0'); +INSERT INTO messages VALUES(415,310119,'parse','blocks','{"block_index":310119,"ledger_hash":"a6620b1b6a5b1f54fe6a8076fc35f0f3ce15315e9f549f5ff3fa0f5b6094919f","messages_hash":"24a179147b5c7297382f33efb544f0b18b6c37899dd0d3c726e664d21bd2f42b","transaction_count":0,"txlist_hash":"1312871691c685ced39676d4d4bd8825d2109587d1ec36f2dadc50f68b4d9cca"}',0,'BLOCK_PARSED',NULL,'35893900ee2f484c060d9789017570633dedfdb69e822c9f64b1a2c66662dcdc'); +INSERT INTO messages VALUES(416,310120,'insert','blocks','{"block_hash":"2bba7fd459ea76fe54d6d7faf437c31af8253438d5685e803c71484c53887deb","block_index":310120,"block_time":310120000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'39fcf478cd77211a531bcf60d1b184bd79e149f759e76659a5207c99f5829160'); +INSERT INTO messages VALUES(417,310120,'parse','blocks','{"block_index":310120,"ledger_hash":"e38e2aa0bf8831b90e69b40c78d4b7d41bc564527451b5f9b332bb0beb54c923","messages_hash":"be8a04d8b8a9c6737678672ed1ed8ac32a0b16711654a8399aafa804b5ed7e8f","transaction_count":0,"txlist_hash":"1901f4d80a526969a544b68b1a695f07aa078ad719b8803c0b7543fcb4a974d6"}',0,'BLOCK_PARSED',NULL,'9b52aae0e24e5fed25f7561747309e10aee6b0b2e00e48238667c471b479a7a6'); +INSERT INTO messages VALUES(418,310121,'insert','blocks','{"block_hash":"9b3ea991d6c2fe58906bdc75ba6a2095dcb7f00cfdd6108ac75c938f93c94ee7","block_index":310121,"block_time":310121000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'be7306cdf433b5d4fdca016153a741acce9157787e3252f33af088a8fe501d65'); +INSERT INTO messages VALUES(419,310121,'parse','blocks','{"block_index":310121,"ledger_hash":"5b988c8ad133bb5ff5ac1ee4ad0a6a4fd431247db373e43c9be2a020520f438b","messages_hash":"efca3aa8d8cac7d6a1a31879e740aadd2ccf2f6d11b7517eeb145c9fd1ec3b12","transaction_count":0,"txlist_hash":"9921b651b8ca004602b16f95d76b2ea76f03456d9a978abb02bb340f360df7a7"}',0,'BLOCK_PARSED',NULL,'9a4b276d57599f2cc42b48bed9c2368ed70e372828c8d19d559777de812d24a6'); +INSERT INTO messages VALUES(420,310122,'insert','blocks','{"block_hash":"d31b927c46e8f9ba2ccfb02f11a72179e08474bdd1b60dd3dcfd2e91a9ea2932","block_index":310122,"block_time":310122000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3633422127991f1fcc80869931878f69a209c6d55851ada83958e0d52c70ee29'); +INSERT INTO messages VALUES(421,310122,'parse','blocks','{"block_index":310122,"ledger_hash":"70ddab8f1d6283ce5a054650dbcd02d7ad4ca9c35de7bed920c2f266bc092070","messages_hash":"56d5d67e2504dab107700140214416a4b4d6f1dce1a78c0951a227b8c0d83d54","transaction_count":0,"txlist_hash":"a45cd1eea6626efa3af3dcd3c89782c50cc3b683c1b22249dc67d288e56aeb17"}',0,'BLOCK_PARSED',NULL,'b502e9944891bc6c7ce188140d9c0370fdc221e83ad0493ec4060a3645bd46d1'); +INSERT INTO messages VALUES(422,310123,'insert','blocks','{"block_hash":"be6d35019a923fcef1125a27387d27237755c136f4926c5eddbf150402ea2bbd","block_index":310123,"block_time":310123000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ca44ec0806a67d8a3e942f7c770f3db0234985cdd02ab381393a4133e678b7c1'); +INSERT INTO messages VALUES(423,310123,'parse','blocks','{"block_index":310123,"ledger_hash":"3670feebcf979edce175ad5b296a4c88fd7fc6bdc251dda84d487b1b092e41dd","messages_hash":"fd844858725e9052d7214421bc6c079d2357ed335c62e974cb2b396b11d1cbf6","transaction_count":0,"txlist_hash":"78c648296fcc7856757b990a92cf9512c61d180b08d451b63ed4e796d051d338"}',0,'BLOCK_PARSED',NULL,'177582dae7026f553f6b6d384eaae3df93524abc809570c28dcee9af3402510a'); +INSERT INTO messages VALUES(424,310124,'insert','blocks','{"block_hash":"0984b4a908f1a7dac9dcd94da1ee451e367cc6f3216ee8cdee15eae5d0700810","block_index":310124,"block_time":310124000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'847436cff22514e6908d45693a99407044bb54c2bf6e1f7cf764137aad8fc4d8'); +INSERT INTO messages VALUES(425,310124,'parse','blocks','{"block_index":310124,"ledger_hash":"9883fff318e7cf9021fb4cc39261840f682e8adabb934549dbae2a10d2a71de3","messages_hash":"a790c22e218a72778226f42859727896236f06b694673474a3721809617ec317","transaction_count":0,"txlist_hash":"c58aaf910fe01fd9ba6a892ea421c0933f4cebec80c6d2d556accc81102428d3"}',0,'BLOCK_PARSED',NULL,'bb9534112c8cc86c2e303765b5a18975de9dcc54dce1b8ff20bce65a260f20a0'); +INSERT INTO messages VALUES(426,310125,'insert','blocks','{"block_hash":"cc28d39365904b2f91276d09fae040adb1bbbfd4d37d8c329fced276dc52c6a6","block_index":310125,"block_time":310125000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'475ab8846233d1d549f9af084636166e910706ccfec0e7d27e017efe4ae494ea'); +INSERT INTO messages VALUES(427,310125,'parse','blocks','{"block_index":310125,"ledger_hash":"1840685242f9090297d4b432e305e4a093f90faa0b673953b648fbed948f31b6","messages_hash":"c7cc7286bbc912a4337fffc7a1eaa2d15aed8330ff0a3583d9ce68c70e3ab6c9","transaction_count":0,"txlist_hash":"3d1e4c3a02456d7f79402a89f6a39dcb235fde15b275a762197b70e643d29e25"}',0,'BLOCK_PARSED',NULL,'b89bc4c5380d6c3c88ac409e3bd773c252e7593932a915f87cbb69b2ee6935b9'); +INSERT INTO messages VALUES(428,310126,'insert','blocks','{"block_hash":"c9d6c2bd3eeb87f3f1033a13de8255a56445341c920a6a0ee2fb030877106797","block_index":310126,"block_time":310126000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'809a7dc6a107872fa3c479735c1617f887ebe8c5c9b2884ccc6d229f9187c294'); +INSERT INTO messages VALUES(429,310126,'parse','blocks','{"block_index":310126,"ledger_hash":"1a83f417c18439cd3c6269626c44b480317290f0c27a9b9f883a01653de69272","messages_hash":"79b28b043e85cf5ddd497f041ab1284f2039b53f4168256b8ac19527695cedbe","transaction_count":0,"txlist_hash":"7cde633cf5f7bc1176a3faa6ad03a449d3fb0d21dcce5885d2a37b81448a2ca5"}',0,'BLOCK_PARSED',NULL,'9878dab131cd2eb1afbc6ebe989604d72cf94b400a6e2ba07aaadd71019e7967'); +INSERT INTO messages VALUES(430,310127,'insert','blocks','{"block_hash":"c952f369e2b3317725b4b73ba1922b84af881bd59054be94406a5d9bbb106904","block_index":310127,"block_time":310127000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e4bd869fe6b6e0dd7bda3a0e5b4b78c404f0e59d4bf227faff7d92617aeb5bec'); +INSERT INTO messages VALUES(431,310127,'parse','blocks','{"block_index":310127,"ledger_hash":"094c53dfd00b5004d074987dba90a6c9c47841d01041d0aeb61923c48315d1bb","messages_hash":"981d593f0d305812c38d8215cf1403f6bb5b1d24d9734691d6d9a2632d94c65c","transaction_count":0,"txlist_hash":"0ac0ddcc5c45d4d709d9070814832bfa2339eaf5edbed98232cda4b1731e5478"}',0,'BLOCK_PARSED',NULL,'fb1e966f728aae5c6102f5e7e045f16629788374c12cf69861ed06ae9cc3d61b'); +INSERT INTO messages VALUES(432,310128,'insert','blocks','{"block_hash":"990b0d3575caf5909286b9701ece586338067fbd35357fec7d6a54c6a6120079","block_index":310128,"block_time":310128000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'380f245077535095c59cbfc12a00460cdb6a3ee94aad256691c917bdc87f7830'); +INSERT INTO messages VALUES(433,310128,'parse','blocks','{"block_index":310128,"ledger_hash":"28ad1365daaadc866e79b6b1a555fa31bd804a85827d958cebb9d29511f78e19","messages_hash":"9c4a3ef695511a25af4682ccc4b3f598a86cb72d0bb590f684848b76e897d035","transaction_count":0,"txlist_hash":"aa9a25819899fc8948c4906673cfc8128c0a98417db8fe659098d28ca12e3786"}',0,'BLOCK_PARSED',NULL,'14f3d4d19251a7fcdefcb9fad305210494433868ceaeca9d125453036cff0bd6'); +INSERT INTO messages VALUES(434,310129,'insert','blocks','{"block_hash":"fa8a7d674a9a3e4b40053cf3b819385a71831eec2f119a0f0640c6870ca1dddc","block_index":310129,"block_time":310129000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0287b33455cd6e27fa61683f3a4ba18aedf32eb1ec4b3394cee7f83f132bdd53'); +INSERT INTO messages VALUES(435,310129,'parse','blocks','{"block_index":310129,"ledger_hash":"61587f9b5d05f8f553f0a4f580f38a140edcf7d9facb13c542865f5ec586a32c","messages_hash":"95ed9c8db7b588db39ea4c91004639ddf1c92676b9a082d5c7ce9fcc48062df6","transaction_count":0,"txlist_hash":"ca3752868d963f0c165166928139cb078aefd0ebcbd9ab8f182c631ff941a56b"}',0,'BLOCK_PARSED',NULL,'e7db112b5954555e647ed1bc02f1c514ea5934b28b9cb5b91529d3f994c2f216'); +INSERT INTO messages VALUES(436,310130,'insert','blocks','{"block_hash":"d3046e8e8ab77a67bf0629a3bab0bea4975631d52099d2ddc9c9fa0860522721","block_index":310130,"block_time":310130000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d787ff056e6351252b97311994c4e2313482edef68a1b10383e4db803eada12e'); +INSERT INTO messages VALUES(437,310130,'parse','blocks','{"block_index":310130,"ledger_hash":"1ee8c39657890ac946e2aac5409147cdbf1b0004db1f00d997cf45452596f781","messages_hash":"8c24c90fa881a29737a166addf4cd17706c75dd8d349b9ddf821c91f80be8a5d","transaction_count":0,"txlist_hash":"bb38c9be1ef6ce22f1f14319cb3e1385d70fc63f7d0b2d80789c9af018baaa71"}',0,'BLOCK_PARSED',NULL,'2bd6fc77b1e8fd15788a0c63866a3da5a24ba1b492f4b98042ec59e08d1cb46c'); +INSERT INTO messages VALUES(438,310131,'insert','blocks','{"block_hash":"d6b4357496bc2c42b58a7d1260a3615bfdb86e2ce68cd20914ef3dd3c0cdd34d","block_index":310131,"block_time":310131000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da06681d1924c633f8e7b69e26e4f6762b2d7d15363683488bcf35332468da90'); +INSERT INTO messages VALUES(439,310131,'parse','blocks','{"block_index":310131,"ledger_hash":"aee45272e68725a2746582f1847582eb9808289d3deca144f8c6cb43bc4f42e6","messages_hash":"4c79fcd0a1db5573b03620c0583e0b3c5b79d90441fe90e20ef3c06611273761","transaction_count":0,"txlist_hash":"69fba2b86abed1e740d45d33ec1bed7d2bf7de0f3bd9633959bfe77a21dd7aeb"}',0,'BLOCK_PARSED',NULL,'affeca0a0bcfbf63242806a30cd4c87e4139cae8626c9a6046c61c4e432acdfe'); +INSERT INTO messages VALUES(440,310132,'insert','blocks','{"block_hash":"1b95a691bf4abf92f0dde901e1152cc5bd87a792d4b42613655e4046a57ab818","block_index":310132,"block_time":310132000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4d4a70af8479fd1b7856361975d36398e9115444f1f98351d399dd2e704a5121'); +INSERT INTO messages VALUES(441,310132,'parse','blocks','{"block_index":310132,"ledger_hash":"a3fe51c1d168ed726a78b72db61175f2abb07ea6c614b2886f3054cdd1a858fe","messages_hash":"f5acf8f77933cb431b4fd6538d98a0af4c2493bdea28623c3a90e186401984f7","transaction_count":0,"txlist_hash":"352b00e4db389d411377c2302ecf272f97268e953c30d0976a5d12bffc5a17f7"}',0,'BLOCK_PARSED',NULL,'20190a3d3f629bd4eb6cadf45bc13bb2fc2f8ddc9467c47a3f16590621b6ef8e'); +INSERT INTO messages VALUES(442,310133,'insert','blocks','{"block_hash":"1029c14051faabf90641371a82f9e2352eaa3d6b1da66737fcf447568ca4ec51","block_index":310133,"block_time":310133000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8d9eae572c738e1e5c1a17451a3091455e63c2b9dc4aab60b8862c2c0f81079d'); +INSERT INTO messages VALUES(443,310133,'parse','blocks','{"block_index":310133,"ledger_hash":"626743e51b462163f23f22079d672379def21382fd88f9155ddd453ca3d633ef","messages_hash":"f116f5382da1a5e3b74b9e054284d3bb763a76e7606c04c8d05c72d4e92b508b","transaction_count":0,"txlist_hash":"1a7a1af397c6619b629eba7fdef0f0ea2d737e673d182fe985421dee61d0c63a"}',0,'BLOCK_PARSED',NULL,'2d4c892af33f3463ce0a7b7c0e157b156f9ce8f8b1238a687cc9a3d76f93fae5'); +INSERT INTO messages VALUES(444,310134,'insert','blocks','{"block_hash":"1748478069b32162affa59105257d81ef9d78aee27c626e7b24d11beb2831398","block_index":310134,"block_time":310134000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'daeb9d0ad300f2ce7ba32168003b36d991347cf41de33c3cb3d5b201f304c13c'); +INSERT INTO messages VALUES(445,310134,'parse','blocks','{"block_index":310134,"ledger_hash":"4b6e3202cae46fa80222e3ddec001213062ab76b8848eaaf4ab73f44bd84ac55","messages_hash":"ad847d3d6ce3e76141c415277b140acaf7fe86d76a036b95ef341efe1c685c5d","transaction_count":0,"txlist_hash":"855a47de54b979a3d958a921c2679825084193b9f1eb0fa56393e0186fb1b440"}',0,'BLOCK_PARSED',NULL,'56c9921e5d9daae3d73cfc9e4ecd2eefafcb28c984fa9294a035bd408fc6ff63'); +INSERT INTO messages VALUES(446,310135,'insert','blocks','{"block_hash":"d128d3469b1a5f8fb43e64b40f8a394945d1eb2f19ccbac2603f7044a4097e4f","block_index":310135,"block_time":310135000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'80810cc0dc40fdeb14843c38aed272a83ba4fbc0abf7db2ff3a75c177109ffd4'); +INSERT INTO messages VALUES(447,310135,'parse','blocks','{"block_index":310135,"ledger_hash":"e32784cedeadac39bb292da2c5eaffc983f416e0bf387978691e4c0fa5b1715a","messages_hash":"d213953ac87a7754240644fd43f6bc3be3fc8545056f1828fa0c88a3421837f5","transaction_count":0,"txlist_hash":"80e68a8a303975543781e760be8d8b151206fb0335d3e0f5c2821d3e482b0ef0"}',0,'BLOCK_PARSED',NULL,'ef85920d316f89e2fd526b7ce7cc77533ee53c26fd9b706ce5d21f28ccd61671'); +INSERT INTO messages VALUES(448,310136,'insert','blocks','{"block_hash":"6ec490aaffe2c222a9d6876a18d1c3d385c742ff4c12d1334613a54042a543a5","block_index":310136,"block_time":310136000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'34e726fac781a15a90dfd7c4c873485c500baf33ee4d87f494e87712a638bfbc'); +INSERT INTO messages VALUES(449,310136,'parse','blocks','{"block_index":310136,"ledger_hash":"93c67fdabd991708d1e35dabbdf7acb4e928763eeb817b32a79cd0bdb414fd2a","messages_hash":"b6ea2bfe1f4b01a2cbf76feafc615b2bba250104db27895ba68730a7d7c01005","transaction_count":0,"txlist_hash":"5fd1f9311646bed047ec4ac1d5aa5c74d68d26ddf6bdec14f2f53f4cb9c1f6b1"}',0,'BLOCK_PARSED',NULL,'8a1127f3bd288cfe4967df251cfb6ec41007d55de3eed5aad26a866eb749671b'); +INSERT INTO messages VALUES(450,310137,'insert','blocks','{"block_hash":"7b44f07e233498303a57e5350f366b767809f1a3426d57b1b754dc16aba76900","block_index":310137,"block_time":310137000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8e4c3db654bb9eeba9f08de151278706831a39e3b5e2d7ea9253a0992c9b6e73'); +INSERT INTO messages VALUES(451,310137,'parse','blocks','{"block_index":310137,"ledger_hash":"8a43d01155ba47b8b1311c41d5a57112198857701c2970d0fd373da04ef4e585","messages_hash":"0c5e92c6da595abd1270b7c178a86cc5ffa575472caa904eade02ff804025d9b","transaction_count":0,"txlist_hash":"d1f1a4a5fb78621aa1be58d32795feef8ac82572c34a694bf6b0b8c3c73ba7d6"}',0,'BLOCK_PARSED',NULL,'2e37ef7d5b66624ae757617280ecc2230ac476e00a317054935f1339b5aabd66'); +INSERT INTO messages VALUES(452,310138,'insert','blocks','{"block_hash":"d2d658ccbf9baa89c32659e8b6c25b640af4b9b2f28f9d40baae840206402ab5","block_index":310138,"block_time":310138000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'07ceb5e579a9fcec3d309a87ba33a1434008ec5a5aa7295e6fd242976feb5be3'); +INSERT INTO messages VALUES(453,310138,'parse','blocks','{"block_index":310138,"ledger_hash":"4acf0244f3188f60152acc8ca30dcaeadf12e6669b15377c81b7e6dc3c8892b6","messages_hash":"a27d49522351692319175a5790fb84af097446e187742fa659b6447a607be24d","transaction_count":0,"txlist_hash":"645be1bed53d63c268cd21d99a914aa4268b5a357dafa57f706075a66e42f948"}',0,'BLOCK_PARSED',NULL,'183bc3a3e7f3c892954be8d627b950dc4df93acaa5db53eb480b16a71be6bded'); +INSERT INTO messages VALUES(454,310139,'insert','blocks','{"block_hash":"b2c6fb61f2ae0b9d75d18fce4c52a53b1d24772b1ad66c51ca51090210527d46","block_index":310139,"block_time":310139000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f970fcd010ccc1b23265b7f4fc69abc859fee3dd9b1dc8d13d62fd7ee30edf37'); +INSERT INTO messages VALUES(455,310139,'parse','blocks','{"block_index":310139,"ledger_hash":"2d77bdd47ed1b3be1c2edf41473bd5eb707d06dab33717b01c4a227f9855d73d","messages_hash":"c20493eaaebb07b96bc1e939e5a4b071e4d216930575026747c538f7f8079a9a","transaction_count":0,"txlist_hash":"c1e0ab9fe21f807be3431a5d28c048b7f5c49ee5cfba7b9a0a837d1fa5c90f4c"}',0,'BLOCK_PARSED',NULL,'a28fcf090428c639ff4f5a24c325855e6925cd42262da18ee4ca2807cc724c9d'); +INSERT INTO messages VALUES(456,310140,'insert','blocks','{"block_hash":"edddddea90e07a466298219fd7f5a88975f1213289f7c434ed47152af6b68ebb","block_index":310140,"block_time":310140000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53acb5cbfc90506f6397cd0bd78b5fa75a0636a0b0695cc13f3287a7f636bfa2'); +INSERT INTO messages VALUES(457,310140,'parse','blocks','{"block_index":310140,"ledger_hash":"277c0c6dd1c505dc6f9a222c737296396569d8e007c4b9a42582f108e90fa624","messages_hash":"84ba91ad865ba1c042783fee9a1bbff9aa0575cf0759959ace18e4814c3e51be","transaction_count":0,"txlist_hash":"ab9a8224e0e3f8f728b56fd3ff40d960d9d336b2743932053b2419423223f2ac"}',0,'BLOCK_PARSED',NULL,'dd64ff3721ef0fdad7d229e9f1ffc7066428c2740c58b8e71fc2bfaad69067f2'); +INSERT INTO messages VALUES(458,310141,'insert','blocks','{"block_hash":"b5b71d2a271bd638561c56f4ffbe94d6086debaaa86bfeb02ef0d71339310709","block_index":310141,"block_time":310141000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'446d9ebcf0296767ead7d77a2d7de378aa0d8a9326920449d623c46b91ae4ea6'); +INSERT INTO messages VALUES(459,310141,'parse','blocks','{"block_index":310141,"ledger_hash":"f5d0edff3f22b2e025c884b7c738abe641bca9110a6b9a7b90de179fd6e5d2dc","messages_hash":"edb506c2f4bfb5f789d38fa6d7981174a881c8178580b9fca7ad03b81b98a690","transaction_count":0,"txlist_hash":"d272db9ecd97edb037736fe46ab9585397f38a6d1c1d9455e64b8439811ebe4f"}',0,'BLOCK_PARSED',NULL,'a118e35981bcd59d068248f0c47ce63fef73582332fee5e6553c98a0a1fc0a63'); +INSERT INTO messages VALUES(460,310142,'insert','blocks','{"block_hash":"a98ae174c41ab8fc575d9c8d53d8e02d8e446b8c6c0d98a20ff234eba082b143","block_index":310142,"block_time":310142000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f1a0a61ca4a67f590473a229f4297ec917da28302b41cc67d5d53e6f2326abff'); +INSERT INTO messages VALUES(461,310142,'parse','blocks','{"block_index":310142,"ledger_hash":"a9f00ec826a30e66820ab2920cf9573244a24dacd63d48c080b9e80b1c5e05b7","messages_hash":"6728c52b3cb58b4936b31cd66dbf3a73e61963d50080757e38ac7ca35a67fc67","transaction_count":0,"txlist_hash":"0c2ddacd61856ee0743eca9125326981ab9f5711982f53874a0f8153089a8d97"}',0,'BLOCK_PARSED',NULL,'6a7065681dc0493bf2bcd1ceaa07629bffd4201227cf722888b44d3953bde0be'); +INSERT INTO messages VALUES(462,310143,'insert','blocks','{"block_hash":"8ba2f7feb302a5f9ec3e8c7fc718b02379df4698f6387d00858005b8f01e062f","block_index":310143,"block_time":310143000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eeccf8679e96073b83113a61b3047cc4b1e18b0474e13bd6e00c9494dacf0852'); +INSERT INTO messages VALUES(463,310143,'parse','blocks','{"block_index":310143,"ledger_hash":"b5765899f770fdb6cf1120535d85826c6b0ae44b16b8d5a619c5cd12c98783ea","messages_hash":"41d9da37b84704ec6329cdc7b304af13e9a79226e1c5f7c009620642acde1ff0","transaction_count":0,"txlist_hash":"39ef998b6c6130f79df8dcb5abff84c18a485915f1088b36a10de30da8c6f9c6"}',0,'BLOCK_PARSED',NULL,'f270f87c99cd49ea4d342322e6cc9229297ee897126fddd55cca59bf8e085fbe'); +INSERT INTO messages VALUES(464,310144,'insert','blocks','{"block_hash":"879ffa05ae6b24b236591c1f1537909179ed1245a27c5fdadd2218ab2193cdb9","block_index":310144,"block_time":310144000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4ca6c58120fdb66ffffeb13dab0ea568c1f939534877abf79ec431ef2f93ec52'); +INSERT INTO messages VALUES(465,310144,'parse','blocks','{"block_index":310144,"ledger_hash":"1a80f48136e5938b33f817a7cc1cb60aaf6d628b7811abd43e38cc807a18072a","messages_hash":"f25398c8530eb781a6c42acf3eb3a35a84fb9888247b88aabb45cadb48ae06a4","transaction_count":0,"txlist_hash":"0b547c8db7446cd3f26dd0d8b88d533c1361fa5dfae6127b85e87095b42ab66b"}',0,'BLOCK_PARSED',NULL,'af13cff54d4364b52e4c85fad4f2154dbaedc56aa2a61be969b900bac7773c05'); +INSERT INTO messages VALUES(466,310145,'insert','blocks','{"block_hash":"175449ef0aa4580593ad4a7d0c5a9b117e1549ea772af00caa4ccdc9b1bf7a6e","block_index":310145,"block_time":310145000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3bdcf99fb2637cde2e91442b970013dd49ffe81647864d56db23f5a1070b47cc'); +INSERT INTO messages VALUES(467,310145,'parse','blocks','{"block_index":310145,"ledger_hash":"fce2f084c1776fcb36b3ae3e0c952893934e24672ffa0d3dac72bb1278af8264","messages_hash":"22213d351e6ddbbe4d9c55319090fb111d861fa7c408a7762c08da464dfa6769","transaction_count":0,"txlist_hash":"bcef3d9f5eb82fb2198d268e442edfca029d5aa3ccff5e5306f0a1a8cf43b30c"}',0,'BLOCK_PARSED',NULL,'4c205966ec04379a452b08c7963a4f2a1c32cf6f04dbbaf350d2b24725244309'); +INSERT INTO messages VALUES(468,310146,'insert','blocks','{"block_hash":"e954ab6a110455d745503f7cc8df9d92c1a800fafdd151e7b1912830a9cb7184","block_index":310146,"block_time":310146000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e1361c805b9e1cc64fd0983e121db2bb1e8e83c9d1897b459da078435ea63fe3'); +INSERT INTO messages VALUES(469,310146,'parse','blocks','{"block_index":310146,"ledger_hash":"9a98eb971580a0a69fceafc5fd41f398f1908b626c47df57965d1863e9a24b84","messages_hash":"47f4d6bf9cc84017946f079570352592f000cfda9052c1c8fb24e36b89852a07","transaction_count":0,"txlist_hash":"036b1784841e65e5905b012f2b74c70e1d9c33b769603c01387d13e693343411"}',0,'BLOCK_PARSED',NULL,'b97bb5b3f5a1e64482e2a6d76c504d8beb8eccd72abe777fe96f6921a753e5c8'); +INSERT INTO messages VALUES(470,310147,'insert','blocks','{"block_hash":"7650c95eba7bf1cad81575ed12f32a8cc36281a6f41bef13afe1dfc1b03a7e83","block_index":310147,"block_time":310147000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3e9072e5dea20cb712a452e32549919f53e0e1b5df64fc244191cf6d1f3acae7'); +INSERT INTO messages VALUES(471,310147,'parse','blocks','{"block_index":310147,"ledger_hash":"336a89d3d137810d3220d2de432f72e3b3ccd2ada2b746da3859c77dbb89d6a3","messages_hash":"5f8423baa6a3c1ca83390ab6b4cf3ffe63fc46f73118c7fb5afe6dd5afd3cdb5","transaction_count":0,"txlist_hash":"184e1861a82afa97634e0ad72cff532220a37d75f8eb5e1265039188124f6ad6"}',0,'BLOCK_PARSED',NULL,'807550034635e59db7e912e96f0b68472a4481437c5f31723402d7def34f1863'); +INSERT INTO messages VALUES(472,310148,'insert','blocks','{"block_hash":"77c29785877724be924f965215eb50ffe916e3b6b3a2beaea3e3ae4796545a7e","block_index":310148,"block_time":310148000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b0765ebc7fbc78193087c194d364d00231db91fa066f7648735f4249d9bb0d45'); +INSERT INTO messages VALUES(473,310148,'parse','blocks','{"block_index":310148,"ledger_hash":"f904794337dd67d356981d2623b8c3d1d78ba584cd98a8c1db939951d3102612","messages_hash":"3f9fe9c5baee42697e62c5d28a87586281aab91fb52903367c30792c39b4aa72","transaction_count":0,"txlist_hash":"c75b4218153bfdf3baf44f22f99523f7c54d957994ee838c05c08dd52d98c06f"}',0,'BLOCK_PARSED',NULL,'d710621d778ef52fd8fd58a095387b02c84c2169ad56c371d8d77955c2eb7837'); +INSERT INTO messages VALUES(474,310149,'insert','blocks','{"block_hash":"526b3c4a74c2663fc04ed5234c86974bffddb7235c8736d76860778c30207b3c","block_index":310149,"block_time":310149000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'00c3a7063e6dd03d78766552c52af309fefd878ac6fe16b6a342959d06e44805'); +INSERT INTO messages VALUES(475,310149,'parse','blocks','{"block_index":310149,"ledger_hash":"c2972fbd048790f54d9ecef4e18aedec8ae7aa28227d1d43bd19cd71b4feff85","messages_hash":"79a3dd609aaa1ad306edf8960926d76f4001b29bb459be1ea078340b1ddc68fe","transaction_count":0,"txlist_hash":"8dac7e6494cc67fc5c186e74b08d9fc8bc92cf71af9b0e1d919c48e9fecf7660"}',0,'BLOCK_PARSED',NULL,'9a97e49901cb15d8742545801c220ce863dc630e05094f7da81a41f8e5f6420b'); +INSERT INTO messages VALUES(476,310150,'insert','blocks','{"block_hash":"cdd141f7463967dbeb78bf69dc1cd8e12489f58c4ea0a5dc9c5c01ec4fcea333","block_index":310150,"block_time":310150000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bbb10ff9abf0574fad45edc65a74d8b72deb4faef65b22e506f60a74c67071a5'); +INSERT INTO messages VALUES(477,310150,'parse','blocks','{"block_index":310150,"ledger_hash":"88b999e4ae34386b826b0f3b315953b5eeda8d9ef496af051498bfce6d8737fc","messages_hash":"4f53da980121b25c4ff8c6229c8dc7236095f134f7ac3d6fbd831b587561fb0c","transaction_count":0,"txlist_hash":"db25206ba3a052c622c6a5063359308d04fc2a031d6509447d838cf96a0632d1"}',0,'BLOCK_PARSED',NULL,'c2cedd74e3b18ccce812e87e69b3a2c39356adcb2fd73d072425ed52b59e309b'); +INSERT INTO messages VALUES(478,310151,'insert','blocks','{"block_hash":"a0f31cc6e12ec86e65e999e806ab3bfa18f4f1084e4aeb4fbd699b4fe284b330","block_index":310151,"block_time":310151000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c829fbc2f9abc2420682e443e27e49cf8013ba0527845eef946ce195ac9cdf3d'); +INSERT INTO messages VALUES(479,310151,'parse','blocks','{"block_index":310151,"ledger_hash":"b7c176a2eff86655f8b0b71cc8bd3bab3a92ba203d4ccd911d63f3d2ce7fdc25","messages_hash":"3efd76488605f92fc5c3225660201355ff91d13753d642ee36df5a392b3720e8","transaction_count":0,"txlist_hash":"c6868100e51f390d57b2da8324915c9751aa3882b6e102055fcfe229d1abfc85"}',0,'BLOCK_PARSED',NULL,'c915f6bb62556de279f91397028e6c6aa3337a43854246ab5e58a33436bd0bd4'); +INSERT INTO messages VALUES(480,310152,'insert','blocks','{"block_hash":"89c8cc3a0938c63a35e89d039aa84318a0fc4e13afac6beb849ac37140132c67","block_index":310152,"block_time":310152000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c7dd8101e605d4f4176e779012a175b8248ede5a2ba4a16563963eacb46bb91d'); +INSERT INTO messages VALUES(481,310152,'parse','blocks','{"block_index":310152,"ledger_hash":"3f9471c393bc2bf144b17a5febea88c42982ae746fd700a5903c0e6e541e2b09","messages_hash":"3052d239f071d6393ba667473d69720f730bcf8bdcae0a593767aa0de4adab25","transaction_count":0,"txlist_hash":"ff691488593add72ffd8fb9c8eab2b2c6f92dc2082615b3829f4b84fc8a81f88"}',0,'BLOCK_PARSED',NULL,'12bd7cccb91fb31d3e9108663bc853d4042a0fbe32e7920d676c2282c533b03f'); +INSERT INTO messages VALUES(482,310153,'insert','blocks','{"block_hash":"d1121dfa68f4a1de4f97c123d2d2a41a102971a44b34927a78cd539ad8dca482","block_index":310153,"block_time":310153000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4f8bf8fbec72dd4db69393e1f48a6225fca92f3d67c6d038676915b708d002e7'); +INSERT INTO messages VALUES(483,310153,'parse','blocks','{"block_index":310153,"ledger_hash":"c6bc81e7b7e6758bbbfe10fa0e688b09e679fb74a18134639e172c18c6e017a7","messages_hash":"04d45b7c1eae7c5dc63ec62aaadf1a9b897618b9264b04c5c38743923bf39aa6","transaction_count":0,"txlist_hash":"6c303c21dd9de15f2a265d88e04a2c110f32718da29a06294ebafe9ed91d4441"}',0,'BLOCK_PARSED',NULL,'bb8f0af906455107efc9716ef22d45c72a9b08a158e31c45679c352bb16e236a'); +INSERT INTO messages VALUES(484,310154,'insert','blocks','{"block_hash":"ba982ea2e99d3bc5f574897c85485f89430ae38cf4ab49b7716ed466afa506d6","block_index":310154,"block_time":310154000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cba5c3385cdcbf25110c20860042c75807bc4b3f8a43f4e5430f96b8646b79e5'); +INSERT INTO messages VALUES(485,310154,'parse','blocks','{"block_index":310154,"ledger_hash":"b3e07f9de85ab67e88042b1bb52302c6eb16b7ff45d5be6a49700f115ed396d4","messages_hash":"fa4aecfb3b1e6c3f9ff40ff75d014473b62e047504d3e716eacd629212bad3da","transaction_count":0,"txlist_hash":"b21fe34642b2c9ff09e65be86103f1c3390a01eb51b4d8b98456558639ef6e1f"}',0,'BLOCK_PARSED',NULL,'e3c79fadcdc10cfb888ab1b96f5e52884a999d4237109808875b23f37ac40676'); +INSERT INTO messages VALUES(486,310155,'insert','blocks','{"block_hash":"cefb3b87c7b75a0eb8f062a0cde8e1073774ae035d176e9769fc87071c12d137","block_index":310155,"block_time":310155000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7fd0d6447c2856c5dd69d01b046543611beb06a5bf62c6926b36fbb14fc43a11'); +INSERT INTO messages VALUES(487,310155,'parse','blocks','{"block_index":310155,"ledger_hash":"27014841a468e23bcb70c718919745eadcded4310031a7be90a4732c96509404","messages_hash":"f5706aaa968297a4202ffdaab602982e0587fe3c021517471ca0569bc1c03ad5","transaction_count":0,"txlist_hash":"0e5f0bfae3a6ced9c6498cbe95b8bcb56c76530830baa61345b8072aa6e28ff3"}',0,'BLOCK_PARSED',NULL,'2821549ab90c9b9250959454adf15cf3c790fa854a76f73611612b00c691aee0'); +INSERT INTO messages VALUES(488,310156,'insert','blocks','{"block_hash":"6e3811e65cb02434f9fde0445a7a2b03fe796041458737d0afcc52208f988a83","block_index":310156,"block_time":310156000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d7aa9c9c5f020807919e85bb0c2c44044b71b27a5e6ba1ecc7ad493b765fb418'); +INSERT INTO messages VALUES(489,310156,'parse','blocks','{"block_index":310156,"ledger_hash":"5597aaadb8cc75848219f9fde3f5d76bb5592689c72068db59922732e89eef9d","messages_hash":"8a83f16e82fb1451b45fa43c59bf536caabdfb376d6a02da4154596ac3f5dd98","transaction_count":0,"txlist_hash":"ff3319c50ddd9bbd558542bdde3d612a475b543d6a34ea76738d929b5e05a380"}',0,'BLOCK_PARSED',NULL,'52b31bf74de6231dd4859632ecf06c5c97cd0f7be5435a94783abedd7d1395f9'); +INSERT INTO messages VALUES(490,310157,'insert','blocks','{"block_hash":"51dd192502fe797c55287b04c403cc63c087020a01c974a565dd4038db82f94a","block_index":310157,"block_time":310157000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d4016fc2162231d022742accbb43fbad9870c721b6f41f7bd3b21890aad59918'); +INSERT INTO messages VALUES(491,310157,'parse','blocks','{"block_index":310157,"ledger_hash":"cc1ae27fef286424e40204f6b575e9e079e1f7a5ccf6cc356729a7c4a7f83eb8","messages_hash":"4d2e9a02190f8ae1d6e7bd932ab4d033647decf8f05c722d50242fe9b91e49ca","transaction_count":0,"txlist_hash":"9b4884eaca300843017c2732aa8d09815eee4701cff996cc8b6ca6d62af4055d"}',0,'BLOCK_PARSED',NULL,'039e62fd6fa00fbe01b242c26c435db66fd8347344b223dab6dcd1cd307f3143'); +INSERT INTO messages VALUES(492,310158,'insert','blocks','{"block_hash":"749395af0c3221b8652d31b4c4410c19b10404d941c7e78d765b865f853559d2","block_index":310158,"block_time":310158000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'af1492e93f00fb7e5de554e156a3c3ebce625c23304acc0fd19767933c19e77d'); +INSERT INTO messages VALUES(493,310158,'parse','blocks','{"block_index":310158,"ledger_hash":"6d80d98e778b30c124b0255b3e72620f432245d0f841f6bd62a0fcff44843bf0","messages_hash":"212f7c033dcbd368949adf472d93ea0c15274d8a5d16aee61b0f8ee9a4068035","transaction_count":0,"txlist_hash":"03a33d54ece86ab81f4f6e1cb337b07b6fc105a580a4ff82496885c7671939a4"}',0,'BLOCK_PARSED',NULL,'d4c76b326afb15597bc27716fa842576cb66b12d2526c33319252948dbe983c8'); +INSERT INTO messages VALUES(494,310159,'insert','blocks','{"block_hash":"fc0e9f7b6ae99080bc41625588cef73b59c8a9f7a21d7f9f1bf96192ba631c12","block_index":310159,"block_time":310159000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'92295cea0d8130ee8760176e671866f49a304be667e9b5887e8c3e6319ec22f6'); +INSERT INTO messages VALUES(495,310159,'parse','blocks','{"block_index":310159,"ledger_hash":"d8ab8bb14092afea6cc675d2f50891318e3169bf9dbe2d07e80c4db95f0f2033","messages_hash":"060c983844edf983e58af86fc664841645cee885ab0c78d044275ec1c61ff268","transaction_count":0,"txlist_hash":"c292a08eda8cb807f0c11947fc08c748353bf545596d8c6c03a4a734d25461a6"}',0,'BLOCK_PARSED',NULL,'6bd86e5d7deda16939776dea2e610759a752a85a271f035c1c0b7ecb3acc7d36'); +INSERT INTO messages VALUES(496,310160,'insert','blocks','{"block_hash":"163a82beeba44b4cb83a31764047880455a94a03e859dc050da782ed89c5fa8b","block_index":310160,"block_time":310160000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'80d39bc6db28ecf709684f1cab575116fc891db62c0ceb18c1c7e28dc3590781'); +INSERT INTO messages VALUES(497,310160,'parse','blocks','{"block_index":310160,"ledger_hash":"2d76a042d062b73b7dd956d5cff0ee397f068c04eae6cf5b9522d3d55e88cee9","messages_hash":"69435b60f05182c2734d3a9b50a6de851e6658fcba0f361f245a643ea0a9091f","transaction_count":0,"txlist_hash":"df1e1e18b65c4322284ab36204d9f4397c0dade89bf25486c8b84f6358e0f18e"}',0,'BLOCK_PARSED',NULL,'8f4017f5e83d0c349d24f27abfa8e51840a2a0cd1f6188d05ab0791df1f22ec4'); +INSERT INTO messages VALUES(498,310161,'insert','blocks','{"block_hash":"609c983d412a23c693e666abdea3f672e256674bf9ee55df89b5d9777c9264d8","block_index":310161,"block_time":310161000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'855a01395de98e958d09f12e57c157ac90b1ca31140e09e4f1579c54c271cedb'); +INSERT INTO messages VALUES(499,310161,'parse','blocks','{"block_index":310161,"ledger_hash":"beb3496742415027bcc0d59f3385809523c8783cd91a5670f2fb6fec3230e980","messages_hash":"4e998dfca3603a5e50453bf78e913a475980fe3fbbf59b89d6b23bc0b92b05cb","transaction_count":0,"txlist_hash":"e61374e297180716eee972376d16b85266342dfcee4f383ba9061360f7c0a425"}',0,'BLOCK_PARSED',NULL,'59bd2cb9c1ef073dfb6e5ff4f46b1041a92abcf8acbb9916fc51057520775101'); +INSERT INTO messages VALUES(500,310162,'insert','blocks','{"block_hash":"043e9645e019f0b6a019d54c5fef5eebee8ce2da1273a21283c517da126fc804","block_index":310162,"block_time":310162000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9bc780c6e7a2fc763f4e273f56db98874c1b632bba98266ba0f8458826100991'); +INSERT INTO messages VALUES(501,310162,'parse','blocks','{"block_index":310162,"ledger_hash":"066a2b93df863300741145cd6a4f1a9ea616bc787861cb8ab809f59d47a6fa1f","messages_hash":"0e33bae796b100785d64bc9398e05c8a32fbac98653cb33e859483856d1dc5ed","transaction_count":0,"txlist_hash":"bc115f6ddeebabd3e0ea592604ff679267b755376e509c4760cfa394e86498df"}',0,'BLOCK_PARSED',NULL,'b8857131c2f6176f2c6dc706159b73fdb7234bfaaefccc340cf838a93e827234'); +INSERT INTO messages VALUES(502,310163,'insert','blocks','{"block_hash":"959e0a858a81922d2edf84d1fbb49d7c7e897a8f49f70bd5b066744b77836353","block_index":310163,"block_time":310163000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'44632e22db956eb4a275351b8d654b2d360dc507089a6ee3e6aa44076437f5c0'); +INSERT INTO messages VALUES(503,310163,'parse','blocks','{"block_index":310163,"ledger_hash":"460c271269ccdd8775925b511705207baed8fc212caa7e74fc08a80be600a38a","messages_hash":"d2223e839e765c3fffa6b06f731b8166ce78656af17a710c5424191e4ca8db10","transaction_count":0,"txlist_hash":"d16b6243e4c0718a2adca941956564325985750a9a0833aaa35635335cb504ea"}',0,'BLOCK_PARSED',NULL,'625715c17d518021e34d0177249f51c726172d4df940b069a34f64774b51fc8d'); +INSERT INTO messages VALUES(504,310164,'insert','blocks','{"block_hash":"781b7188be61c98d864d75954cf412b2a181364cc1046de45266ccc8cdb730e2","block_index":310164,"block_time":310164000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6a14b003707c73a9506e92daad6c09868909426c4322d94a15a38165b557bdef'); +INSERT INTO messages VALUES(505,310164,'parse','blocks','{"block_index":310164,"ledger_hash":"19a7948cd1bc4a89a427d48bb01330dadff848e2b32ec8b8abe342872850b268","messages_hash":"02e554c6cf3bc4bab3ea8c5c28eb7ff0f14cea8027a17ea4cbf2c0801d043603","transaction_count":0,"txlist_hash":"54068fbe0e385c8ae2df5cb2c601397e15c019c732e37ed484573f07106741e3"}',0,'BLOCK_PARSED',NULL,'69aba284e17f6a1a5a1dcb0f9fb7d6eb0e7ec325c53cd43dba5afb4ce35e7f8a'); +INSERT INTO messages VALUES(506,310165,'insert','blocks','{"block_hash":"a75081e4143fa95d4aa29618fea17fc3fabd85e84059cc45c96a73473fc32599","block_index":310165,"block_time":310165000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d236826d8bd9798ef2c7631bc61aeb5cfa38b9e22044e13e7f8ebe81039a6158'); +INSERT INTO messages VALUES(507,310165,'parse','blocks','{"block_index":310165,"ledger_hash":"97f0a48a26daf011a8c7b22bb772228a0c8a920eccd011e713956100c9fbdf33","messages_hash":"91535e9caae059cefdee2c162343953c2f9045cc0b8fd537cf7c513e9e3f8dbe","transaction_count":0,"txlist_hash":"0783c9e3d99f4f95b64b38b92c4e8b7d257f325d10cd83bc86d684378b9ebbd6"}',0,'BLOCK_PARSED',NULL,'089fe3878c0a82ce0f2ca4bb2a76c4f91f1e5d3a46b31ad4a896721c891d2247'); +INSERT INTO messages VALUES(508,310166,'insert','blocks','{"block_hash":"a440d426adaa83fa9bb7e3d4a04b4fa06e896fc2813f5966941f1ad1f28cfb41","block_index":310166,"block_time":310166000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'02ea38c49b08fbbabf876406723f437fa163abfedb4f7df5ca62203d35fedb2d'); +INSERT INTO messages VALUES(509,310166,'parse','blocks','{"block_index":310166,"ledger_hash":"edbd00e1229c673f4f15b3ac7bbe020f54b5f3a61b1d158658471076a55c77b0","messages_hash":"836bac866ab699fe14b1ab139793113690a591c0481a8f3f1fd8ec6d9155aaee","transaction_count":0,"txlist_hash":"683f4ab00ee1ff495bf452c511c1582100191ef7b575139b9d2f102c852018c8"}',0,'BLOCK_PARSED',NULL,'33120530a6b39e9a4b822ba9cfa22f61eafaeea13de2ff0dca36f6f0e582a52a'); +INSERT INTO messages VALUES(510,310167,'insert','blocks','{"block_hash":"ab4293dbea81fedacca1a0d5230fe85a230afc9490d895aa6963acc216125f66","block_index":310167,"block_time":310167000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'59be1e6cd17092e164298cbd01b8ff9fa4d295c2b97ad3ca6f5124f37241f7c7'); +INSERT INTO messages VALUES(511,310167,'parse','blocks','{"block_index":310167,"ledger_hash":"e118e0f3aad5be73080f4d1892517e8fd2c4575589ccdfadf980edebb9a66a14","messages_hash":"93322fa97c88a1e90ee041f7f64938f2d1311b8291c99cbd5d2730b8074ea4a8","transaction_count":0,"txlist_hash":"d2be4356643047c7bd04eede767d4f6853885f408827f3bec8c54ceb2b7fd71b"}',0,'BLOCK_PARSED',NULL,'0829cd615edd9effbd50cedd17d484cb98199947d19c747c5056ddb75856a2f6'); +INSERT INTO messages VALUES(512,310168,'insert','blocks','{"block_hash":"a12b36a88c2b0ed41f1419a29cc118fae4ecd2f70003de77848bf4a9b2b72dc9","block_index":310168,"block_time":310168000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1e9a9e99cf08e9d96de113eee3a22f939451c14321f147291de68324d8c51b6d'); +INSERT INTO messages VALUES(513,310168,'parse','blocks','{"block_index":310168,"ledger_hash":"267f48eb4e3b0925f4f472d8ce6ec57ec5039911b13a14ff2884a41a9cafd7b1","messages_hash":"8f52145ebac5d21e5fbf10d1e62faed51564f491d3895a97a253933651dd6fef","transaction_count":0,"txlist_hash":"ad748b661aad47fa8963b43999846ef9bd00ea2595747f835710360afed16797"}',0,'BLOCK_PARSED',NULL,'082f792a8e371d5efac03ca12a9151eadf230a27077ea834df300eec780557ce'); +INSERT INTO messages VALUES(514,310169,'insert','blocks','{"block_hash":"204809a85ead8ba63f981fc1db8ae95afe92015f003eaebbec166021867421f3","block_index":310169,"block_time":310169000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c7f465ef5eebfe938d39490e94ae571de8a11151e4df0fca473988507a0577f1'); +INSERT INTO messages VALUES(515,310169,'parse','blocks','{"block_index":310169,"ledger_hash":"df394a6f3b2a9b9dded6019dce9f3d3214db1f30019faffbdc2ce614f629b25a","messages_hash":"a1a9ed4380cbbf5b9dd34754a9fffc592060289b4a20fc443130a46cccee8706","transaction_count":0,"txlist_hash":"3a92e2c7808a00a0ff2b2fb4695b225acf6262c57753023334bcf3de8e1c7ace"}',0,'BLOCK_PARSED',NULL,'7bc588592a8ea71b4d83f206c627185330f96d4a7e81e09e8b4d0d50bc70b0d1'); +INSERT INTO messages VALUES(516,310170,'insert','blocks','{"block_hash":"b38b0345a20a367dfe854e455e5752f63ac2d9be8de33eab264a29e87f94d119","block_index":310170,"block_time":310170000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'df04e6563904e103961c739e3636a33c2994fc71f671e448c279114a4a5638fe'); +INSERT INTO messages VALUES(517,310170,'parse','blocks','{"block_index":310170,"ledger_hash":"3081081c2ab6d8280ef721c5836d0fb7e89eb3d747a4e4522d2e22f5a6b153a2","messages_hash":"f7f25afa00b9b27cc88683130f58ed21b5b4b7509c9ad6a4dc9d9d0627eccb3c","transaction_count":0,"txlist_hash":"f4ada9df3e82d94ba52292e829c4c814b3f0d04f0e3f8606a90fed651634fafd"}',0,'BLOCK_PARSED',NULL,'fc0fea1c386534be0a2c7fa17a2d2d77755ffe8df9a9f8f4536b5efbb4a2ecd1'); +INSERT INTO messages VALUES(518,310171,'insert','blocks','{"block_hash":"b8ba5ae8d97900ce37dd451e8c6d8b3a0e2664bb1c103bf697355bf3b1de2d2d","block_index":310171,"block_time":310171000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'17b301a1c0047c80119014b61639bf520617156b9baec572eeb7a9cd44333efd'); +INSERT INTO messages VALUES(519,310171,'parse','blocks','{"block_index":310171,"ledger_hash":"e6a4017e4f7d9da50bb3817990c3e115d5035443de8824dc01b5380a5b4c52a9","messages_hash":"b5ac8f0cc138761b16656f11fca2bd3d6e422759a2f734438935cf10e5500447","transaction_count":0,"txlist_hash":"e335e773387256c016b82649c44647ce0355aa108249413f02117fe14f39c56d"}',0,'BLOCK_PARSED',NULL,'10905682811f5aefbc225d59a5cf443d65abb374bc51b1c07f240d4f4849241a'); +INSERT INTO messages VALUES(520,310172,'insert','blocks','{"block_hash":"b17fda199c609ab4cc2d85194dd53fa51ba960212f3964a9d2fe2cfe0bb57055","block_index":310172,"block_time":310172000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad759665a1b4b3cb1dbf5b00aaf32243a611257ef41e5774ba9f1d033c97eca9'); +INSERT INTO messages VALUES(521,310172,'parse','blocks','{"block_index":310172,"ledger_hash":"89e90622bf8363bcee5cd7ab6d48b6d06ce4cbd067f9985e35e67fc683f4c103","messages_hash":"6bac79d98dd2761b90605d39d218ddd4f7d6a86a13e028719f6f185e7b5eb42d","transaction_count":0,"txlist_hash":"d03bfc2a16d240505e3413ce267b263a0ddde5b3f8a04acb6a67d33a89434996"}',0,'BLOCK_PARSED',NULL,'8a3340427f79574694569efc3d45bcdcf62e8e4aa7b16bef46176efb13f8850f'); +INSERT INTO messages VALUES(522,310173,'insert','blocks','{"block_hash":"f2dcdc5ffc0aca2e71e6e0466391b388870229398a1f3c57dec646b806a65016","block_index":310173,"block_time":310173000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b2b0cea904ba7fa9878d9f8f84629fee9f095d2a4393457d55052e03b9198b86'); +INSERT INTO messages VALUES(523,310173,'parse','blocks','{"block_index":310173,"ledger_hash":"35ceee6a23757fa49e7f5c34ccf0fd034731e95d564257b443ebfdee7cd294d3","messages_hash":"f4b56ffbca45dbb8454579c76babe14937175cfe2ee9267699b02968b6b06abe","transaction_count":0,"txlist_hash":"73c9dd3d2f5390d0d4379cc8f5e195ba4a0b4d280d3fe663db3940d4a42108ef"}',0,'BLOCK_PARSED',NULL,'df4fed8f72a04a13f85601062dc0c934c2007f304b33f29a2bcdb46141ef6db6'); +INSERT INTO messages VALUES(524,310174,'insert','blocks','{"block_hash":"fa6f46af9e3664353a473f6fffce56fa295e07985018bface8141b4bf7924679","block_index":310174,"block_time":310174000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7176bcc961ba2e6a3eaa07b1237c9d079c8df6ac7a891904a7750d2b610acbdc'); +INSERT INTO messages VALUES(525,310174,'parse','blocks','{"block_index":310174,"ledger_hash":"101dedf34bc0788c0589c8e2b1d7da4ec65f6eab2e3c5523c0903db685cab017","messages_hash":"a56538466b9f482b9b4e8aa8a5b9ad1f894dd2e86c21735c5915cc4e75411cb7","transaction_count":0,"txlist_hash":"71d9279604a4ac7dbd49f6672ec6cd19ba59b62302eb1b1bd78ecd3b6d4a5263"}',0,'BLOCK_PARSED',NULL,'788338ebf488091437a84bdc879bb41adb99dc82efb16b0eef58270a75dbb784'); +INSERT INTO messages VALUES(526,310175,'insert','blocks','{"block_hash":"f71e79fe5f03c3bc7f1360febc5d8f79fc2768ce0ff1872cf27a829b49017333","block_index":310175,"block_time":310175000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5c0527a01fa2994b432c47bce1e3c5a8fdc11ceaa389d35e49d5c7770bcc33f8'); +INSERT INTO messages VALUES(527,310175,'parse','blocks','{"block_index":310175,"ledger_hash":"67de4a0a9e52d9ae06caf62b3412d0bf2c10a6b24716210b21212d75be75ad6c","messages_hash":"e9b80e627cfc0748f4ac5d0647ee76ba8dc752cabd90ccb01c6acd8d5ae25de9","transaction_count":0,"txlist_hash":"90b52df6f0427a7dc695fa0e17a7bf3e59d788cf4016bb65c451a151c38f121b"}',0,'BLOCK_PARSED',NULL,'9f4b0e095659d2bee2e543e92d95af89f01550d7d5c3d5ea2bc1ceb9cedb112b'); +INSERT INTO messages VALUES(528,310176,'insert','blocks','{"block_hash":"67cd1d81f2998f615602346065e37f9ceb8916abb74b5762ead317d5e26453c6","block_index":310176,"block_time":310176000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'710d5960dbd2784a8067d9f7fa0347ebf5c7c5b23f66a25d490a5c1f1eaff9ed'); +INSERT INTO messages VALUES(529,310176,'parse','blocks','{"block_index":310176,"ledger_hash":"a90bd400e15727fada1a27be4a6e228bd91a15f0dbd0fb7de3b6779a8bf89e4c","messages_hash":"4e09ab4688251674b51536f38d2a99a78e27961d24f1b3e8ac3d4b3df09d8ee8","transaction_count":0,"txlist_hash":"b870ef1dabda015a561f74122039890b1c9c98e2c4c547dea34ed296fc99e8e1"}',0,'BLOCK_PARSED',NULL,'a8719fa6e76048be71b231db89fda1a445c2160c9ef265bf058c164f18ae84eb'); +INSERT INTO messages VALUES(530,310177,'insert','blocks','{"block_hash":"6856b1971121b91c907aaf7aed286648a6074f0bd1f66bd55da2b03116192a52","block_index":310177,"block_time":310177000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e98864ce93860889d720264d41f1008aeddf837403b4954c92185e2bac2817bd'); +INSERT INTO messages VALUES(531,310177,'parse','blocks','{"block_index":310177,"ledger_hash":"bac315d07dee18e27336a46ff3ffeed58aaf8eb1eb702e98a93c06303c937716","messages_hash":"d1ce8e9da3e79cdf0e307aa52c608e04833c6f58b5e0f704c70b6b46c5991833","transaction_count":0,"txlist_hash":"80b0eed7b842a9779b358c5293771470290876f3acb617d85e1a97e786a73092"}',0,'BLOCK_PARSED',NULL,'17e7240121f3bfbbd822b3a3e8b76f1cd398ceb5026411119fd2f1d49a437201'); +INSERT INTO messages VALUES(532,310178,'insert','blocks','{"block_hash":"8094fdc6e549c4fab18c62e4a9be5583990c4167721a7e72f46eaf1e4e04d816","block_index":310178,"block_time":310178000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b33503103168d6552580b4195a2796d69925acf36f2700788328f67cd926ab1e'); +INSERT INTO messages VALUES(533,310178,'parse','blocks','{"block_index":310178,"ledger_hash":"186ea0ece84d21ee21889ff13c98959dfc1842063a970e0c095552f0ca86515e","messages_hash":"e6f877e68746e3c655f4ae319731f8ae35a0a75702c16daa37f9e9859b39bd93","transaction_count":0,"txlist_hash":"79d67c9aecc8676b0743ebc9af6b78c6f40d264b54bcb510b0028715fc1ca4bd"}',0,'BLOCK_PARSED',NULL,'459bebb943786ca0ad9750e3507afa16b91a5920789d4b3b8445e1d503e795aa'); +INSERT INTO messages VALUES(534,310179,'insert','blocks','{"block_hash":"d1528027cd25a1530cdc32c4eaff3751a851c947ddc748d99a7d3026a5e581a7","block_index":310179,"block_time":310179000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'010dab689d4d6a8b33a34b3afbe6ffd8261a0cfecf618a1d6b218e6a1680b0cf'); +INSERT INTO messages VALUES(535,310179,'parse','blocks','{"block_index":310179,"ledger_hash":"0200402ef08256efa0adc85b2b4b15fb7448b5107b65fafbcc7985d809e84bc8","messages_hash":"928d3bb061b8246657a02a45b05400c252edee9602b900bf4bc842621fe61a96","transaction_count":0,"txlist_hash":"3bbcd82428f094a7089c7c9a5c74be0e400e4a03181ea95faea8681323851d43"}',0,'BLOCK_PARSED',NULL,'9592f86a4cfa5631eed6474f5d8390fe47a6a9714ff1004d9ca94bc2c18cd09f'); +INSERT INTO messages VALUES(536,310180,'insert','blocks','{"block_hash":"f2f401a5e3141a8387aaf9799e8fef92eb0fc68370dae1e27622893406d685c1","block_index":310180,"block_time":310180000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b332bda74c603d5840a45ebffb9eb61b1a4772ec1573c5b06e018f595063d5d5'); +INSERT INTO messages VALUES(537,310180,'parse','blocks','{"block_index":310180,"ledger_hash":"13829eeaf9bdc54f87366e35616c5a57cd836c63db8a9ba7d117d02377ef43e1","messages_hash":"6622a5211beaf7dfc7bccaae634855dffb885db74a8c9ccd64968f07c0e69f83","transaction_count":0,"txlist_hash":"2398e91ec31dc2810a4648946a85f5af7df71cae0b678f99aaa17e97d215785b"}',0,'BLOCK_PARSED',NULL,'992ddbbe64e7a804696639ad0cedb0d0ee94e09722f25c3b6f83a54d1b8227dd'); +INSERT INTO messages VALUES(538,310181,'insert','blocks','{"block_hash":"bd59318cdba0e511487d1e4e093b146b0f362c875d35ab5251592b3d9fed7145","block_index":310181,"block_time":310181000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c7524f51bec58384ea6bb6234e4998fb0b6c58c49fe17aa1e9be0478c14ffab4'); +INSERT INTO messages VALUES(539,310181,'parse','blocks','{"block_index":310181,"ledger_hash":"81b4d83a623a55019ad720c1bd3ecef100d8ca49deda91b8ba6ffe9802764df7","messages_hash":"4377c37945167cc76aa9a922950f0d28921e3775bab4f93a56c9238c1d9f9723","transaction_count":0,"txlist_hash":"82cb247f5dfeeb31342861a77bceb74957ceb62932de536d837988a2f471f599"}',0,'BLOCK_PARSED',NULL,'1500757fc3fbe13e77655d30f2801e1333dfdca1e80e3c102beab3253c019e2c'); +INSERT INTO messages VALUES(540,310182,'insert','blocks','{"block_hash":"a7e66b4671a11af2743889a10b19d4af09ec873e2b8eb36949d710d22e1d768f","block_index":310182,"block_time":310182000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'183e50341a5f0f3373562679e1a9e8a70c97b402b9c828cd0b635b7508e8087d'); +INSERT INTO messages VALUES(541,310182,'parse','blocks','{"block_index":310182,"ledger_hash":"935e40f93195d450b292481aac481f445d2de8786d04d26263f4adc5a348704c","messages_hash":"1eb59f452538d5e1649f3bc2f7a45d274b3ffbeaf077d15638fb39c1d96d2034","transaction_count":0,"txlist_hash":"1a48f71be7c5f3baa68d68c393a6c68d63596c561005ac7c6df457584fc18c6a"}',0,'BLOCK_PARSED',NULL,'9c6a15f9ac640b17f814b46d0c6a1cc4943b69646c59db212cc680716dd19586'); +INSERT INTO messages VALUES(542,310183,'insert','blocks','{"block_hash":"85318afb50dc77cf9edfef4d6192f7203415e93be43f19b15ca53e170b0477bb","block_index":310183,"block_time":310183000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'16c5fdbc858dc23a9216e07cdc9658f9eba195e8b37bfde76c498ca893cfc8d4'); +INSERT INTO messages VALUES(543,310183,'parse','blocks','{"block_index":310183,"ledger_hash":"268bf841be40615472bf4c60b5306d0763ed50510fbb55c47a6a0ac726e8701f","messages_hash":"a457716c6f9b81cb330904b33aad7705580ba4f9d3061b193b960ff9fad0071b","transaction_count":0,"txlist_hash":"82d2641b1ab0cdf057e8e68b0cd7824ff8c60222f8d4e23125d68beacf2b3293"}',0,'BLOCK_PARSED',NULL,'f374bc11b9dd5c1360c812ba09faf2d0bfc0eb3b93c8ff4a08f8b079390451cd'); +INSERT INTO messages VALUES(544,310184,'insert','blocks','{"block_hash":"042a898e29c2ebf0fdbb4156d29d9ba1a5935e7ed707928cb21824c76dd53bfc","block_index":310184,"block_time":310184000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ea246a9f3412c1b8791e96ba7d07f06b0112a4a54891a884adf4002e18ad39a2'); +INSERT INTO messages VALUES(545,310184,'parse','blocks','{"block_index":310184,"ledger_hash":"64323488ca4d32a1f548842db4ac772b750599ce6222020ef6149b4a0e54a935","messages_hash":"3da42dc885ca801d89ad4879cfd0b9629bd063a3f9d626b94c06c592d9aebdb2","transaction_count":0,"txlist_hash":"9a7f77be4828adcfee8ea1f106ecbcb55ae758d5098a6fa1aa3a494af957f7cb"}',0,'BLOCK_PARSED',NULL,'be907d0eaee8abb8f6c3efb92b895cfe01ec263021e80a14058e59edf3fa97a7'); +INSERT INTO messages VALUES(546,310185,'insert','blocks','{"block_hash":"bd78c092ae353c78798482830c007aac1be07e9bc8e52855f620a3d48f46811f","block_index":310185,"block_time":310185000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8ecdc1473428537dfa006e8faa07e1339e15b382e43a66646470613ed9107df1'); +INSERT INTO messages VALUES(547,310185,'parse','blocks','{"block_index":310185,"ledger_hash":"8946baadef2e19c5e4e4b2d771b36982a217486dcb0f95097b41ce633e61da94","messages_hash":"35c00ccf590141995a3a9125ed7d1bc5ee330211731515c06f573017cb093aa7","transaction_count":0,"txlist_hash":"8956f030f917aa87d9b309bd845b59cb37ba2265184ff1f67bfa4b61e32d43c3"}',0,'BLOCK_PARSED',NULL,'c16a69825ff92d3ff6967b718b7be086e6b50fc783407716045aa0821e1fbd42'); +INSERT INTO messages VALUES(548,310186,'insert','blocks','{"block_hash":"e30a3a92cc2e5ad0133e5cee1f789a1a28bea620974f9ab8fa663da53e5bf707","block_index":310186,"block_time":310186000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'069eadaf6f358088282a81d74d2ecb15b53bdbb9014dba3a94060328ff604175'); +INSERT INTO messages VALUES(549,310186,'parse','blocks','{"block_index":310186,"ledger_hash":"e68b5525927cfee15fefee02a16fd700abf6b6e7b4e32e57df7d324fae7ae090","messages_hash":"6a0f7d498214e077788d22ed67b86e2ff4a5c47eb7e9a13300c3b9006f5b239b","transaction_count":0,"txlist_hash":"137a7a7a1ae71a317f7c3c48f7f84e4a782a515fa2096c2abe2c1adeab4e8256"}',0,'BLOCK_PARSED',NULL,'2fc06fdd25f1e07b8fbf3b4428481aa8fa6a4f2964539c588d9b902c8f20b24b'); +INSERT INTO messages VALUES(550,310187,'insert','blocks','{"block_hash":"fc6402c86b66b6e953d23ed33d149faa0988fa90aa9f7434e2863e33da2f3414","block_index":310187,"block_time":310187000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'51cd3262a354b0f0831ac99e45f16b09f199473b5e8c240162610e4b2e7eca3d'); +INSERT INTO messages VALUES(551,310187,'parse','blocks','{"block_index":310187,"ledger_hash":"c42efa24d48339fc341908a30c6679beeadc9f5918d8d3e62d5c4b06fec845d5","messages_hash":"4781669da0d0a1e975ef963ce46465888754f7bc1d074c3f99915873e895c434","transaction_count":0,"txlist_hash":"cc587cfca94dbe30e6670dbfc4a5e3ec46732731f5c66aab9c7ef9028b05c22a"}',0,'BLOCK_PARSED',NULL,'4e50c111325801646caf10ca6719176b3f378e7c393a37914be56274b72d9a9d'); +INSERT INTO messages VALUES(552,310188,'insert','blocks','{"block_hash":"85694a80e534a53d921b5d2c6b789b747aa73bf5556b91eeed2df148e2ada917","block_index":310188,"block_time":310188000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2915567f5b0568199e711e1039ff1a3dd04ffd44dc587611dd15cd6ef2293877'); +INSERT INTO messages VALUES(553,310188,'parse','blocks','{"block_index":310188,"ledger_hash":"13de1d9b569d5d2525ecfa39b1eda69f9fd474683b6e34554b1a755125e96e5d","messages_hash":"87817690112481c1a1d0dc612828ab2426d7f8e0b0ba32f46367cc243925d600","transaction_count":0,"txlist_hash":"2fcc160068a4eb52ac410937237ec3813bfee52750bd8cef939738b81c8ac30b"}',0,'BLOCK_PARSED',NULL,'804058202c14a8ff05b893176c50897f179c2c2c0034a58af84c6153e4663474'); +INSERT INTO messages VALUES(554,310189,'insert','blocks','{"block_hash":"7c036dadf19348348edbe0abe84861f03370415ed2fec991b9374dbb0ca19a06","block_index":310189,"block_time":310189000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da9623d63b7ecba556b536c6e58950cef67879eb1595b15931f94393d897aa6d'); +INSERT INTO messages VALUES(555,310189,'parse','blocks','{"block_index":310189,"ledger_hash":"582b8b3d3a226d3f6df497cb933ed5f42e1e992c0c25372ec15de424c0a33368","messages_hash":"eebfc40db3d90e58983a3930a6edc5ef139bb8d2e2fad01515ec6e8802e033ad","transaction_count":0,"txlist_hash":"ae81616b5fd77e3672318a0a5ef1b20106afc3ce7d730c8beef848d73ba53a0f"}',0,'BLOCK_PARSED',NULL,'d326e44eb32077cdc9856a58c569eb895cfb50c833c910143ace98885a43a8c8'); +INSERT INTO messages VALUES(556,310190,'insert','blocks','{"block_hash":"d6ef65299fb9dfc165284015ff2b23804ffef0b5c8baf6e5fa631211a2edbd8d","block_index":310190,"block_time":310190000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d185bcf3b3e372cd9123f615524abbac350c56e1293c3adde6d1ed69365f77fa'); +INSERT INTO messages VALUES(557,310190,'parse','blocks','{"block_index":310190,"ledger_hash":"d4c49d5e3aaf21e6fe1c30663d0ba93f7dc9ddb03611e3751fba9aac8d382ac4","messages_hash":"064636725fa3fe8da620ebe233b862e98dc83bd49b09a66b9f6984ab1e66e7f7","transaction_count":0,"txlist_hash":"48c70376450aa80a2a920e4b871d27d1efe703b377ba446a262e06c9a6677611"}',0,'BLOCK_PARSED',NULL,'f1d7805053a29a0817bbe119a1a09c92959df36db0f9fc23a43b4de290e6bf6c'); +INSERT INTO messages VALUES(558,310191,'insert','blocks','{"block_hash":"5987ffecb8d4a70887a7ce2b7acb9a326f176cca3ccf270f6040219590329139","block_index":310191,"block_time":310191000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9add8f87102d4fc710b2e44500c319ba1a16ffaf3b8fe963110a4fb08ca6d95f'); +INSERT INTO messages VALUES(559,310191,'parse','blocks','{"block_index":310191,"ledger_hash":"23d340ff3f1979a43bd1336c9c882b5ee01c646cd104060feacdb5db78025cca","messages_hash":"5b8a481be4bc56f5bb2119165abd1f5cb9fe022092edc25b0ec96f460d721bce","transaction_count":0,"txlist_hash":"704b02ead8ed3e4e6505225fc620073993e9c3b13209bff9b5f638d5f21ce23b"}',0,'BLOCK_PARSED',NULL,'c6414e537e2554107e4ec8fb8489783cd28c85b9186b9219e8862d16ab14ade6'); +INSERT INTO messages VALUES(560,310192,'insert','blocks','{"block_hash":"31b7be43784f8cc2ce7bc982d29a48ff93ef95ba18f82380881c901c50cd0caa","block_index":310192,"block_time":310192000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'054b086c199f8ff32877d37edf02f2717f6265576c398e805291bd340216351d'); +INSERT INTO messages VALUES(561,310192,'parse','blocks','{"block_index":310192,"ledger_hash":"cd18860851bceba4a0174480ccdc0f6ddc47b31ce71af8ec8500cb07f75d9da9","messages_hash":"4d1c44c49db04049456a35afa0fd156bdfcaf065680dc0e3c6e4074012a14ea4","transaction_count":0,"txlist_hash":"17018479e73908fd235313691ed8464b93a0a5db774d3608294e23fba918c672"}',0,'BLOCK_PARSED',NULL,'e0d467814c1b0db964f42d163585f5239c4141985cf1fc9a9e0b33e5851d6241'); +INSERT INTO messages VALUES(562,310193,'insert','blocks','{"block_hash":"ff3bb9c107f3a6e138440dee2d60c65e342dfbf216e1872c7cdb45f2a4d8852a","block_index":310193,"block_time":310193000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0a8c308f9bf136edf6cad094406635c0f88b4a5341d11652225beb316c6f79f4'); +INSERT INTO messages VALUES(563,310193,'parse','blocks','{"block_index":310193,"ledger_hash":"391e97ae7ccf5bc38ac72e7ad1256f24c28297c625bd9a789cba8231a5ade046","messages_hash":"a63ebadb8be208ba630e54084e44d11e55aaea4f10a7f553b380896b5d0c2c57","transaction_count":0,"txlist_hash":"d08696a916e09e242fd20a9f8314cd4fb6305e991b506c53e3ef3f77e2d1d6dd"}',0,'BLOCK_PARSED',NULL,'8d6fb1dd1a78255374bfd07d8477ec9de0e417fe0046731459e1f6a398b5e787'); +INSERT INTO messages VALUES(564,310194,'insert','blocks','{"block_hash":"d1d8f8c242a06005f59d3c4f85983f1fa5d5edcc65eb48e7b75ed7165558434a","block_index":310194,"block_time":310194000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec28f16f6218cd80e4c66b22b7c648d64dec325d698769dea2686650663edfe6'); +INSERT INTO messages VALUES(565,310194,'parse','blocks','{"block_index":310194,"ledger_hash":"9141c9b38087c7cf2b8c11ffd55c2eabcb3bb09f132ac0baf9c3779f628dd42b","messages_hash":"b6cdfed935f66335932550c65fbbf7390b645fbfe02e1daa9adcd8114fa74998","transaction_count":0,"txlist_hash":"d5f418ef4569bb977ff73ab64235b3697d0f7f326f95696e6f63c56cdd180d6d"}',0,'BLOCK_PARSED',NULL,'bd5641c03416d6f9df21de0b23ea6b77999b32b8cf6297c3291778ed6176c4a2'); +INSERT INTO messages VALUES(566,310195,'insert','blocks','{"block_hash":"0b2f1f57c9a7546faac835cbe43243473fa6533b6e4d8bf8d13b8e3c710faf53","block_index":310195,"block_time":310195000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'726dececb4ba372d8512fffebeb32f950fe3e6ac73bc0c1424b2f6f6e5186649'); +INSERT INTO messages VALUES(567,310195,'parse','blocks','{"block_index":310195,"ledger_hash":"705918f002db29e7b3dfbfd6378f79d53e33c6ffa3948b2e3b5c85f85009bbde","messages_hash":"addafd2531bc9251c1c9cfc0d9541661b0886ea02036b72e4f6edf6727f8fa3c","transaction_count":0,"txlist_hash":"d0165e09e04c2049de1d8582291e623c80477499203b702e46fb829390ed64c0"}',0,'BLOCK_PARSED',NULL,'fd62b4f21475302e5bc22bcd753f9897823994c6460c18905a32a2e2cecf775f'); +INSERT INTO messages VALUES(568,310196,'insert','blocks','{"block_hash":"280e7f4c9d1457e116b27f6fc2b806d3787002fe285826e468e07f4a0e3bd2e6","block_index":310196,"block_time":310196000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2023c0867f751c563dcb823d22461fbb3f35c5d6bc4eda794ef9949793220fc4'); +INSERT INTO messages VALUES(569,310196,'parse','blocks','{"block_index":310196,"ledger_hash":"59e12df19e3c0e3e23a5d1e9783c75e236a000774a038553312919a0f46b8227","messages_hash":"60d2de1ebaf5577ed8f93c40cf3a0fae12a8246a50a960f3ef2d89220aff5f6e","transaction_count":0,"txlist_hash":"57dc6e1a18ce4910ba32e109820e8e0630070251ec745e63557c98ce71dedd80"}',0,'BLOCK_PARSED',NULL,'9a56ac9aa16f5fd2bea5caa28c949b13b6dfb18a7be4082230f15870f1dc0022'); +INSERT INTO messages VALUES(570,310197,'insert','blocks','{"block_hash":"68de4c7fd020395a407ef59ea267412bbd2f19b0a654f09c0dafbc7c9ada4467","block_index":310197,"block_time":310197000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'870d5c69c4e23c296398e94866356baebac14bbe685ae418216324dc459fe570'); +INSERT INTO messages VALUES(571,310197,'parse','blocks','{"block_index":310197,"ledger_hash":"a0e1817dfc258180fa1629710ff3b6026181a9042fecd2c8b0b5e38118199e07","messages_hash":"b2eb8c3064ef6a6de768d0771daebb095ee0a602e446d24f775f3b8afbe5ae96","transaction_count":0,"txlist_hash":"58d18f5f2362b4bfbf155b16fc4e8868b311286b25365f3b4b1a9bf73fab69b4"}',0,'BLOCK_PARSED',NULL,'cae3c68e2d7177b8da3861501514481a1b7da03ea472e6cf890f7fde9b56a841'); +INSERT INTO messages VALUES(572,310198,'insert','blocks','{"block_hash":"30340d4b655879e82543773117d72017a546630ceac29f591d514f37dd5b1cc2","block_index":310198,"block_time":310198000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'19b5827797b987db9e82e029a064919b4d8e1aee0fbb5e0420d624de6c8a6fdb'); +INSERT INTO messages VALUES(573,310198,'parse','blocks','{"block_index":310198,"ledger_hash":"ff51bfc670b1387bfce53781750e35a3bf69d907167cf9cf57e15613cc0ff3b2","messages_hash":"b522712b849bed3256cf15d3017220e449938b13aa805d163cd3c24d614d13fe","transaction_count":0,"txlist_hash":"1443d1c76f64272d6ea00fb8f78913e72c617c515a162c9f1c213be02d48008a"}',0,'BLOCK_PARSED',NULL,'b41dcf5c2c84f8e4c6c08a356e6fce482b4d34d8413c1d0624b2e1deac6e9343'); +INSERT INTO messages VALUES(574,310199,'insert','blocks','{"block_hash":"494ebe4ce57d53dc0f51e1281f7e335c7315a6a064e982c3852b7179052a4613","block_index":310199,"block_time":310199000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'addca9a21b74591f07a54d9afc97f1d0dcd4c2b55e04897f78998ff7eeab5aa5'); +INSERT INTO messages VALUES(575,310199,'parse','blocks','{"block_index":310199,"ledger_hash":"e5f8f8f00de32f0d8d2b62eba27218edcee77563960fe074da5ae86bf5b553f1","messages_hash":"a8af047227240127ac55e60cbda221fa4b0838ed55c9138fac092d27eb4abc1c","transaction_count":0,"txlist_hash":"87fca2825c48b9ec9db31e2d6e8e8354a0ceff7fa3df299dc2868c7d616a9599"}',0,'BLOCK_PARSED',NULL,'0283298551ba8e13f5b6226f78fb913aa1c3459730cedae4560c033c751a78b1'); +INSERT INTO messages VALUES(576,310200,'insert','blocks','{"block_hash":"d5169d7b23c44e02a5322e91039ccc7959b558608cf164328cd63dbaf9c81a03","block_index":310200,"block_time":310200000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'784dc693795d6bd6f9e30e41f9240a4053a204893904fbc3e7651829318b1cd1'); +INSERT INTO messages VALUES(577,310200,'parse','blocks','{"block_index":310200,"ledger_hash":"fd8fb664576868d4f1c843b28efc7ee028417034a33d6f5635238bd13c701b2a","messages_hash":"cfe7840d2256e076d3d8511d0936e66f69057e68fb4d6870c01c37d93bcd616b","transaction_count":0,"txlist_hash":"a88ca1fa9d0dfccf2e49323a500ebdfab7ba13b60dc9011c6b510741148dbf54"}',0,'BLOCK_PARSED',NULL,'3d6393e08360daadacf8c3bff6dcea80e7f33eab90a47252acf4ea99b8c4e464'); +INSERT INTO messages VALUES(578,310201,'insert','blocks','{"block_hash":"8842bf23ded504bb28765128c0097e1de47d135f01c5cf47680b3bcf5720ad95","block_index":310201,"block_time":310201000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e725ec764d1a29120524c38b0baea943b191076685eca49ce3c79e10d6e7b759'); +INSERT INTO messages VALUES(579,310201,'parse','blocks','{"block_index":310201,"ledger_hash":"7e2dbbf14c0620ac0fd4e0e676857e2d055fff80cadfe2d9d0dfe07d36738722","messages_hash":"a4fa166a2d980a2b21496c6bcb2f7825a1a771fa3fdc05aaa351d165f303159f","transaction_count":0,"txlist_hash":"f20074cd00170edae909606eb1bd3937afaa3711590eb7d788c564ddbdc6600f"}',0,'BLOCK_PARSED',NULL,'4b9ff2921a255bf2d0d3021d8891d7dcf83c40a484e71c2fcb6e49a0f49e8f76'); +INSERT INTO messages VALUES(580,310202,'insert','blocks','{"block_hash":"95fa18eecbc0905377a70b3ccd48636528d5131ccfa0126ed4639bc60d0003d8","block_index":310202,"block_time":310202000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2908d3f3e36189075a1ab941592551c878fa7fabf42b9a31c8a38923f794368d'); +INSERT INTO messages VALUES(581,310202,'parse','blocks','{"block_index":310202,"ledger_hash":"084c24e81842ec8edc4144ad64df9f12377318fe4dc491b307b7d377f3f81b2b","messages_hash":"0e6d105018776095e6dc1bd2606258ae6dcf19aa479b3e7a40d9d0fc702ab540","transaction_count":0,"txlist_hash":"76c57648e216c5f191f04b79d2a1149d273b2a58a6b4956eb1d077abd2cfc113"}',0,'BLOCK_PARSED',NULL,'790893b8d4de4a64e3314096f204e044c67674c2bb8d28805ae9ec34e44d4a98'); +INSERT INTO messages VALUES(582,310203,'insert','blocks','{"block_hash":"ab15c43e5ac0b9d4bd7da5a14b8030b55b83d5d1855d9174364adbebf42432f8","block_index":310203,"block_time":310203000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9c69b6941fdbf7cb8d2c6caf317ff5616965a3d021eef03f2ee24f46fcd41fab'); +INSERT INTO messages VALUES(583,310203,'parse','blocks','{"block_index":310203,"ledger_hash":"4b0b8d82a5a2c8600a09b1050eed4440d9e0f2d817498f3e32ba27ebcfbaf6d5","messages_hash":"4cfacdb064c8bfafadab6bfe1ede0605c45dbfcf2f4dd0e8d6242fdf68c5343f","transaction_count":0,"txlist_hash":"3e49b55d1309646ffce3b91d3cc3c53c488377518fe30cf6397c0d3c2aec45f4"}',0,'BLOCK_PARSED',NULL,'9d9ba4ad80821addb45b5e450227718044fcdc239ad68da7d59af4a5de15f1da'); +INSERT INTO messages VALUES(584,310204,'insert','blocks','{"block_hash":"18996fb47d68e7f4ae140dc1eb80df3e5aba513a344a949fd7c3b4f7cd4d64cb","block_index":310204,"block_time":310204000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da28572575bab88489ce77693a1edb32eac79914d678b0bd1bb38c8872ef5df9'); +INSERT INTO messages VALUES(585,310204,'parse','blocks','{"block_index":310204,"ledger_hash":"9f81657142f7523c01595bef4e9008d8525c2337f6d90140e05abad619d94416","messages_hash":"90f9211326eab7eb9850a4af31739063c3451a35bf903741b04bc0198f3d86e3","transaction_count":0,"txlist_hash":"89015233602aeb77d2097a328f2a5a065245131ac88ec6ac2d2b9b056e7764b6"}',0,'BLOCK_PARSED',NULL,'152c1fbfbe4f878abe6d8760b384792c2782bb4dc1a77089f40a62932144ac50'); +INSERT INTO messages VALUES(586,310205,'insert','blocks','{"block_hash":"5363526ff34a35e018d1a18544ad865352a9abf4c801c50aa55742e71630c13a","block_index":310205,"block_time":310205000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'43ea4ef6d3873076b4f378b105f846cd7c34d65dc36582a206685feff44b3d1c'); +INSERT INTO messages VALUES(587,310205,'parse','blocks','{"block_index":310205,"ledger_hash":"fd1cdea0193ed914cc408968efa42377d7c69453aa9bdf8bdf0731d4b1501b01","messages_hash":"7d08d4df7c9cc61540c806e13e9f6255d3f5744181e0688b5e4d1d1b9337307b","transaction_count":0,"txlist_hash":"1ea101d94c29967a141d71d3b8b15b278f3530c4c16c7e0219b892072d89f8f6"}',0,'BLOCK_PARSED',NULL,'f499a3f17d8c7a4bdbc0562aceb4deabcc8a9bba0473ba7a30d5b16cd34d6922'); +INSERT INTO messages VALUES(588,310206,'insert','blocks','{"block_hash":"0615d9fca5bdf694dca2b255fb9e9256f316aa6b8a9fc700aa63e769189b0518","block_index":310206,"block_time":310206000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b3360f2ec4e25d2f57532554672a16ce0d15c595bee57e579154d3adaf67dcff'); +INSERT INTO messages VALUES(589,310206,'parse','blocks','{"block_index":310206,"ledger_hash":"5845d6bedf81fba710999bf2954b3c1f3f9ca007a09d812ccae8e2a6d3b9bb07","messages_hash":"bfe22e8712243bd75786ad3475269b651665dde60eab6c13b61c44ee2736cd23","transaction_count":0,"txlist_hash":"e26d49ceb523c99c2583e7bec1b4bbe1f8686c2bd009626fa4c8966c642a1bb8"}',0,'BLOCK_PARSED',NULL,'73553612f1baceea2de7052f0b707842adc71af4f26a119e592f6a14c551482d'); +INSERT INTO messages VALUES(590,310207,'insert','blocks','{"block_hash":"533b4ece95c58d080f958b3982cbd4d964e95f789d0beffe4dd3c67c50f62585","block_index":310207,"block_time":310207000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a94861b53ad6a85c9f54f7b6227075b467a9837195cbbecce6e139076cb3a0fa'); +INSERT INTO messages VALUES(591,310207,'parse','blocks','{"block_index":310207,"ledger_hash":"b65cf7069a0eb909357cd5d45129b70c576eeabc0cb13404029d088e24a2be34","messages_hash":"b24832455d1d81ad7f0009d852528190e81dd72c562596cf1236e7830fb1c392","transaction_count":0,"txlist_hash":"596206790b52de9f791b99f7e71e3543cec87d4c3b9439ded8b7cbcd182b08e6"}',0,'BLOCK_PARSED',NULL,'c05a3779d1c012b039c087755c9d960e4efc0a978b2cea151715c29887dfbbd6'); +INSERT INTO messages VALUES(592,310208,'insert','blocks','{"block_hash":"26c1535b00852aec245bac47ad0167b3fa76f6e661fc96534b1c5e7fdc752f44","block_index":310208,"block_time":310208000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1503bdb2daa5db4bb3120e6b333f6b4fd100b1513c9b477a157ffc985905f157'); +INSERT INTO messages VALUES(593,310208,'parse','blocks','{"block_index":310208,"ledger_hash":"aa54dc010fec8a0ef3871c91667c45e88ffac08ee2fc93274d7ad1b2b5b28102","messages_hash":"cbf8963eaa72aff756ab51690fc8962df702ca649ebff4ff1f047d601e41c4f8","transaction_count":0,"txlist_hash":"3414e0af132ec9df1da5a4304a3c94529bd915631443d34b759a017ad166863a"}',0,'BLOCK_PARSED',NULL,'1fc6d2a8261ef2706e7b7e52906c46cd1240bf99f2ee773145b57d4e95375e11'); +INSERT INTO messages VALUES(594,310209,'insert','blocks','{"block_hash":"23827b94762c64225d218fa3070a3ea1efce392e3a47a1663d894b8ff8a429bf","block_index":310209,"block_time":310209000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9f64ec83091626562778a4c1b5eb0801fef00f27d148ba4e4cdc57f83a4d8aa3'); +INSERT INTO messages VALUES(595,310209,'parse','blocks','{"block_index":310209,"ledger_hash":"c7866cb2098c87c1333da5b3dce4c84bdeb620c9f1898456b7cceb23e4027df0","messages_hash":"80e847859af01741566cc4fd69ce0e8f0646a8d9af968bd66a6da64a3047cf67","transaction_count":0,"txlist_hash":"56dce3d0e9dfa62c44e422f41ecc1517bc98302341496db287adf309f666d3bb"}',0,'BLOCK_PARSED',NULL,'0b2c78b1a9bad1c55052938f6cf4101c2ef2916108401282302c9872c177b273'); +INSERT INTO messages VALUES(596,310210,'insert','blocks','{"block_hash":"70b24078df58ecc8f7370b73229d39e52bbadcf539814deccb98948ebd86ccc0","block_index":310210,"block_time":310210000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7a4890077616f62f0540f369fc450a4388d400c950647c1f010d03ca9e091a90'); +INSERT INTO messages VALUES(597,310210,'parse','blocks','{"block_index":310210,"ledger_hash":"207a1c90d1658d55fa0fc2e1507fce98521647ab5c4d11099c2742279cc92b3f","messages_hash":"5a89af3640e09fa51277de07252c080bc4199c3471c980ee611f07554eeecc2b","transaction_count":0,"txlist_hash":"ecd4bb45bef1d8b395add25118bbeedc8d96f818a471bd7606554946a023b151"}',0,'BLOCK_PARSED',NULL,'8036e0c32e882c9c0244bb656cd96ffc57e9018642ccd339838dd527b5e084b3'); +INSERT INTO messages VALUES(598,310211,'insert','blocks','{"block_hash":"4acb44225e022e23c7fdea483db5b1f2e04069431a29c682604fe97d270c926d","block_index":310211,"block_time":310211000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'86d2d480ff94dfc1bf8bd3b888b32037f8455c5a0a541838187323178cade8b2'); +INSERT INTO messages VALUES(599,310211,'parse','blocks','{"block_index":310211,"ledger_hash":"dfc7fe172f9bc77148a1bfad5d441a3688f718b4985406d0cefd4c4dcd926208","messages_hash":"949457c0e1b6bdcca86328a049317f8b6dfc7b54927b86cddd138cf2b49a55f3","transaction_count":0,"txlist_hash":"f999268e3400907f85a0448d124df4d139b228327721fad7ad29ef595b0d16c9"}',0,'BLOCK_PARSED',NULL,'be4a876bf6bb065d755268b563c75fd5fd49b998c88717f24c3b8c2e79ebf663'); +INSERT INTO messages VALUES(600,310212,'insert','blocks','{"block_hash":"6ef5229ec6ea926e99bf4467b0ed49d444eedb652cc792d2b8968b1e9f3b0547","block_index":310212,"block_time":310212000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'83f88f7bb29df2caec392b58be8cfc2d6559186f498529a458cbf7bf3f58a846'); +INSERT INTO messages VALUES(601,310212,'parse','blocks','{"block_index":310212,"ledger_hash":"32a39bff0606ec93454a2cb144c0bbd1939bf2be6a2ae369b885afc0b5ef33c9","messages_hash":"4e9541025060ed74c46663a0448abd70c7bd4b4bb82626efe8fab7584a4cf429","transaction_count":0,"txlist_hash":"2e46422b38cddef2d8a10b343115c5e587b5456480fb1a019f0a5d541e90afb8"}',0,'BLOCK_PARSED',NULL,'ba30a20e2cd1cfe3dc71712f8e7dbe53705eb70678b6b12e2ee0f9f15be989c6'); +INSERT INTO messages VALUES(602,310213,'insert','blocks','{"block_hash":"17673a8aeff01a8cdc80528df2bd87cdd4a748fcb36d44f3a6d221a6cbddcbe7","block_index":310213,"block_time":310213000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'56a8e4464213ff2a5fb750267e6d5fb3e36f26656ea7ddf1b1c1480955b05e8e'); +INSERT INTO messages VALUES(603,310213,'parse','blocks','{"block_index":310213,"ledger_hash":"15968873880e97e849e59971d4ef19881b1c11c3148dba966f51d986c59ccf36","messages_hash":"830988ad81c1fcd5938953f1680960531872f7f5a7b95c205d62b7bacae5d375","transaction_count":0,"txlist_hash":"fa1e7562a89ee572607e6cdbf26c80d4ee1aac2bcd45374d166e2e993f8672cb"}',0,'BLOCK_PARSED',NULL,'c5f6bf20cb7c7318dcef831aea662a456b8417d850165e7bb954027d99869dc2'); +INSERT INTO messages VALUES(604,310214,'insert','blocks','{"block_hash":"4393b639990f6f7cd47b56da62c3470dcbb31ef37094b76f53829fc12d313454","block_index":310214,"block_time":310214000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d95965ec714efc6d903e728f9814174f7bcecdbbcec6ff1948c7e83cbbf7ce63'); +INSERT INTO messages VALUES(605,310214,'parse','blocks','{"block_index":310214,"ledger_hash":"dcbdc463154fe49a7f22611fcb53e5ca78501424ba741040d89cac9db0a03ac4","messages_hash":"743cc139da0ebe5ceb049c33ea4a7dfd2ab9dcc95e9db26d5698cdada154139f","transaction_count":0,"txlist_hash":"5928d3221dd0bd142368585dc56f9f8a68885be95b7ad46c35bc37fbc61f651f"}',0,'BLOCK_PARSED',NULL,'955a64d4cad6cacf14fe2c4da46e08814e2a956272217e3c9d02a883efc90a02'); +INSERT INTO messages VALUES(606,310215,'insert','blocks','{"block_hash":"c26253deaf7e8df5d62b158ea4290fc9e92a4a689dadc36915650679743a74c7","block_index":310215,"block_time":310215000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'edfb02b144b04ffe87878de6142e569c13b758bf365c9a8d2a8c52968621779e'); +INSERT INTO messages VALUES(607,310215,'parse','blocks','{"block_index":310215,"ledger_hash":"6047855f1c691f27ade1cc4c587f1c11ff68f5f5bd7959a23f801e5da7773eed","messages_hash":"a4dc16abf8c8f78950431dc28729eaf17c87953dd47ff8e6e06933f136e44661","transaction_count":0,"txlist_hash":"b6410b25a5d6f17a5431f621d6226491bcb2ed97dac543c06e832cdaa8853d5a"}',0,'BLOCK_PARSED',NULL,'929c2361d88522da14d9526c3071ec3576f1241d1a5bd4402bdb1d2dc310ce23'); +INSERT INTO messages VALUES(608,310216,'insert','blocks','{"block_hash":"6b77673d16911635a36fe55575d26d58cda818916ef008415fa58076eb15b524","block_index":310216,"block_time":310216000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bd18490084647eefc5118a4005cde60e9f8ff93738642789e7017b2c9ce3e7a4'); +INSERT INTO messages VALUES(609,310216,'parse','blocks','{"block_index":310216,"ledger_hash":"a12fbb09858868de79095c8e3222f6fa179f2f00bc3c97c8205fd9367ae05aef","messages_hash":"4d6a680af10af8667f7ce4176ab32694657810e0cd23c749412cf438e0177f03","transaction_count":0,"txlist_hash":"f8b3b6d36fcb97071d826e68d2e6e5bc60f982c470e68644d94a6ec1342d0148"}',0,'BLOCK_PARSED',NULL,'0f51d5a534d165655200a9160543295daea9cf4c41329e467d9b6d678f999a55'); +INSERT INTO messages VALUES(610,310217,'insert','blocks','{"block_hash":"0e09244f49225d1115a2a0382365b5728adbf04f997067ea17df89e84f9c13a8","block_index":310217,"block_time":310217000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b124f9284aaa510c4bcd39c401ee24ddbc6e520f802d0248dcac1b7db2c6ba4d'); +INSERT INTO messages VALUES(611,310217,'parse','blocks','{"block_index":310217,"ledger_hash":"419d8dc096dd58523cd4822748754158f0c11945bbb62100cb5268cd802580a8","messages_hash":"e2a584518be9f3d65cb75f0237f642ee18c527eecab39433154047cf17cad4a6","transaction_count":0,"txlist_hash":"a61fb813a69ed40eae923918a73a8dfe51dd6fa14f5426ada1a5a543ab7bb0ce"}',0,'BLOCK_PARSED',NULL,'1ba714df3b8c56362fe76ac3696d9d0a72d5c71c916ca189a0d346b52c21f2fb'); +INSERT INTO messages VALUES(612,310218,'insert','blocks','{"block_hash":"3eb26381d8c93399926bb83c146847bfe0b69024220cb145fe6601f6dda957d9","block_index":310218,"block_time":310218000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8f737711aaa012b2eda475a92b72669344255474e43dd5cb6ab0af7258ecabd1'); +INSERT INTO messages VALUES(613,310218,'parse','blocks','{"block_index":310218,"ledger_hash":"a36c07f7fdfaf7878d73baf14aee58b42220b2b2411fd1864450ec6ce1fbd173","messages_hash":"51c60f0a2b3b0ff3a6125f0d4d207cbf267ea26194dbd0246a195714af42d5fe","transaction_count":0,"txlist_hash":"dc1d785fe75a506a691f0eccaf752017fbaf5ce2b7225bdde3fb538281698e4e"}',0,'BLOCK_PARSED',NULL,'230bf36c907ccddaf4f929907b27216677418ab98d3a821075fd3bfb4dc53426'); +INSERT INTO messages VALUES(614,310219,'insert','blocks','{"block_hash":"60da40e38967aadf08696641d44ee5372586b884929974e1cbd5c347dc5befbf","block_index":310219,"block_time":310219000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'93c26c26fb579d4818ab2740452d846e4e5f799042561b86e765ee10670a1ff9'); +INSERT INTO messages VALUES(615,310219,'parse','blocks','{"block_index":310219,"ledger_hash":"7958aa94088ecf0384a9a6b0569e9507d208e009e9ce139c823960e40996a47e","messages_hash":"68fd58e184726830b8e2902631144e6262a3bab6231ea7054f1b6aaabee50348","transaction_count":0,"txlist_hash":"c9aa622e3b372ba0c76efe97c1443cb89f2dfbcf8ff5e28dedf9b3abab3d6384"}',0,'BLOCK_PARSED',NULL,'eb5363b6d9d3b379cef683bee52ab9792c0b485eecd0648cc7f542a87ddd7fb5'); +INSERT INTO messages VALUES(616,310220,'insert','blocks','{"block_hash":"d78c428ac4d622ab4b4554aa87aeee013d58f428422b35b0ba0f736d491392ef","block_index":310220,"block_time":310220000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e012859f32d56aed3c01b7243f3ded7ce899fc5237202d68d23b5ef376b75c86'); +INSERT INTO messages VALUES(617,310220,'parse','blocks','{"block_index":310220,"ledger_hash":"00907c4368c2dc76d1ef98a0ba3c86bc4746ed2734b0c10f3797e0af70714240","messages_hash":"e7f169d6ddec0c5bd535da9ca5fabefaec79107cbcc1d5241a85a24a152045ff","transaction_count":0,"txlist_hash":"d0c3959f899232cdb5fed61bac2c09e45254959e8bc1a076acb3ba5e3ee63e65"}',0,'BLOCK_PARSED',NULL,'d7d215007e06dd532bea44325997e483f7beb436ccf943ebb09c2bb2522f5746'); +INSERT INTO messages VALUES(618,310221,'insert','blocks','{"block_hash":"cf5263e382afd268e6059b28dc5862285632efe8d36ba218930765e633d48f2d","block_index":310221,"block_time":310221000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5b6f681adfe7423d0096cbaa1c3c371bd2a9cd6a27ee5f97743eaad7c1bbfc4a'); +INSERT INTO messages VALUES(619,310221,'parse','blocks','{"block_index":310221,"ledger_hash":"2e42f882087dc2158036592298321113f1b34e15b414efa6d43364c06d368540","messages_hash":"64458964cae674e32c123d298df910b6d1e4ffec1a3ac241bde6f436368d75b5","transaction_count":0,"txlist_hash":"cf40107f8d11aa8ba96b03912967f88c44e69e20d7105f497d5418fc08aa5800"}',0,'BLOCK_PARSED',NULL,'927569abfcef358372c99842fa59d544d83fc7878288618f2b8918fbfa96d5c3'); +INSERT INTO messages VALUES(620,310222,'insert','blocks','{"block_hash":"1519f6ec801bf490282065f5299d631be6553af4b0883df344e7f7e5f49c4993","block_index":310222,"block_time":310222000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aff18ffb8c94fa14ff3f13d609ba3d804b6e9cd3b4749c7a5edef17ffd0b9902'); +INSERT INTO messages VALUES(621,310222,'parse','blocks','{"block_index":310222,"ledger_hash":"00c4a5d41dd629bd0973c03152e4519214dce68498999c8dddc1f7a1cad28a82","messages_hash":"be39a48d284a26ccdae598294a6da21e05f58cf43aa2db7a9b143d6c721e7cb7","transaction_count":0,"txlist_hash":"6a012ee8e82d8d24b0a24d4bbab74cbe226afea1a9c1e129aceccd1d7591a107"}',0,'BLOCK_PARSED',NULL,'78d0beca5e0b9119d7bca59a39e02e692297390068d9d83615005386f1c9ad40'); +INSERT INTO messages VALUES(622,310223,'insert','blocks','{"block_hash":"af208e2029fa49c19aa4770e582e32e0802d0baac463b00393a7a668fa2ea047","block_index":310223,"block_time":310223000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4eedbbdca22ef1f89f3baaeea15197c7f04c312024a60ec6b9967afb3f3bd24e'); +INSERT INTO messages VALUES(623,310223,'parse','blocks','{"block_index":310223,"ledger_hash":"41c7a0fa22ebee9d55f2a3b118314293d155c349ba01069a23ddff76dc842955","messages_hash":"c8ef7240676629776ba989b5cfa1a984c4b30c9c45b74e1652271bd9087b24c9","transaction_count":0,"txlist_hash":"1080406ec3ccb84490487860bdd507637fa8fbdc68fc886d082bfcdf9ac835e7"}',0,'BLOCK_PARSED',NULL,'f0fcbc6c558664e35e282dc43a63d82960c9b01761555ddfbc250611abec2c66'); +INSERT INTO messages VALUES(624,310224,'insert','blocks','{"block_hash":"5b57815583a5333b14beb50b4a35aeb108375492ee452feeeeb7c4a96cfd6e4c","block_index":310224,"block_time":310224000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2f9d342c636371e8acd70dc9da29271f7faa41539f4615b4bd6400b21fc1b0db'); +INSERT INTO messages VALUES(625,310224,'parse','blocks','{"block_index":310224,"ledger_hash":"66c268462442b69efb56b29e08aae1a404d3543e0a20711e8998a31af45ee929","messages_hash":"22b86074b28d18a7a3326f534afa3f3a8488d8446ea6f142ff35bb1acd749772","transaction_count":0,"txlist_hash":"1d5188bf347d72bc66239f3b4c709ecca24141c5474755c567f4176293f275af"}',0,'BLOCK_PARSED',NULL,'955b6ca2ff104438175882dc24c846f551014d06a3babb42c190abecace3de15'); +INSERT INTO messages VALUES(626,310225,'insert','blocks','{"block_hash":"0c2992fc10b2ce8d6d08e018397d366c94231d3a05953e79f2db00605c82e41c","block_index":310225,"block_time":310225000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'792260f2a4dee3edf16eef8a9a9fb7ace708163cadad5fa71b88fb8586b80b3e'); +INSERT INTO messages VALUES(627,310225,'parse','blocks','{"block_index":310225,"ledger_hash":"cf39fb28a7e4d4db7657bb11a30d592a15c049000d7ac86d4fb3d942bf879b95","messages_hash":"4e10a01d38fc7f90be5642f7a71bd35d9ba4236961d50352fd2c2629462ce5c4","transaction_count":0,"txlist_hash":"61dccc2a6cdf50b56700c893611fac0dd6cccadcd672cd438452ebd30852ccf7"}',0,'BLOCK_PARSED',NULL,'c9d6de87013ed0290b3a1ea1c349d6653240e4118043b5dff7804e1b77774ccc'); +INSERT INTO messages VALUES(628,310226,'insert','blocks','{"block_hash":"b3f6cd212aee8c17ae964536852e7a53c69433bef01e212425a5e99ec0b7e1cb","block_index":310226,"block_time":310226000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a5a07ad766968df547d8a8f3225b9c364c1d40357da1a6eede279d37ea3399c3'); +INSERT INTO messages VALUES(629,310226,'parse','blocks','{"block_index":310226,"ledger_hash":"cb622a4d04645ad96d3e0006f2b7632e8b82e44206d6c1cb75212b059fe18de5","messages_hash":"6e6ba9b7925d0b0e4e9e4db7d9e4ea52f97d8220ba6a79676c33c93609b14bfb","transaction_count":0,"txlist_hash":"2c131ef357cdc433dce05cf915be1b2c243e51208c877852a19c67968caddca4"}',0,'BLOCK_PARSED',NULL,'6863e882568eb981e5d1267aca8d4b333c5e44a9812908390fb1284f0a082442'); +INSERT INTO messages VALUES(630,310227,'insert','blocks','{"block_hash":"ea8386e130dd4e84669dc8b2ef5f4818e2f5f35403f2dc1696dba072af2bc552","block_index":310227,"block_time":310227000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c2e38e3913eb1a77587d5978c77864960e798076645c381b4e57768bab6f0d22'); +INSERT INTO messages VALUES(631,310227,'parse','blocks','{"block_index":310227,"ledger_hash":"60ae4209347248a3f7ad39b6436627f06e45433f6b6dd89cfd3383d68974a41c","messages_hash":"d07beb1d9afa4fbc4caf7f6e92d840515133b6abb28f38527880d77f40759d64","transaction_count":0,"txlist_hash":"200ccbec2ba0927612c50a1ce2a58f856ecbda876943bfc2d3404724fff1927a"}',0,'BLOCK_PARSED',NULL,'ab35e7d5506fcbf5054c961f925106ec2830eed96e3b4a135ff9047dcf9ccdc4'); +INSERT INTO messages VALUES(632,310228,'insert','blocks','{"block_hash":"8ab465399d5feb5b7933f3e55539a2f53495277dd0780b7bf15f9338560efc7b","block_index":310228,"block_time":310228000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'499cafa146d5f785a882b02244a864e8991cdd61f41644004e90b6087573aac8'); +INSERT INTO messages VALUES(633,310228,'parse','blocks','{"block_index":310228,"ledger_hash":"798206ee77c9e2fc8fe943f9bf2074c9c2560f534e3304b944e2ed3c89ce8bcb","messages_hash":"a514997bd8b988149a4c39b1bbde0b5d7fe9e82dd085f34e12e3e88425e5d319","transaction_count":0,"txlist_hash":"c8c9a18e8420e274c98c528e0d0636aba20f5a6c983135a61e9cd47d60123185"}',0,'BLOCK_PARSED',NULL,'f67aac0f569f5278faeb0370a0f0eeeb9821ec7bc829b1b5d309b2ea5924c374'); +INSERT INTO messages VALUES(634,310229,'insert','blocks','{"block_hash":"d0ccca58f131c8a12ef375dc70951c3aa79c638b4c4d371c7f720c9c784f3297","block_index":310229,"block_time":310229000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ee509e3dc45abae6bf44104cc4a7cf629a0a85d64cd86c7684a83dfa74b6927f'); +INSERT INTO messages VALUES(635,310229,'parse','blocks','{"block_index":310229,"ledger_hash":"becad39a4d1bc8d73a856fa1d2bfa251f29b23fec9448a91932dc610243fd8df","messages_hash":"8e63ad51007c0392860ee4d68bd76908eb1e3acfb3b1b00d86afcbc6b8aa1f9b","transaction_count":0,"txlist_hash":"1d817cb41854bebc85173e6c6c0a8e6ae5a1bdbbd1077a64265ec4c96d60ca45"}',0,'BLOCK_PARSED',NULL,'952ab8f4d4a552a88a645655617c4667a2f25453a57e12302a06243acd4a4610'); +INSERT INTO messages VALUES(636,310230,'insert','blocks','{"block_hash":"f126b9318ad8e2d5812d3703ce083a43e179775615b03bd379dae5db46362f35","block_index":310230,"block_time":310230000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e4358bc7a15402b7d52fd030615646a9e5b15f99ba3d7121c779c83ba2ea071f'); +INSERT INTO messages VALUES(637,310230,'parse','blocks','{"block_index":310230,"ledger_hash":"e08eac4daa7d7bc70f2f47a835bb80993d6d6db06d8d8986101b717db1c62ed6","messages_hash":"459c00f67e9fef29c997ce6ed6b609dcd8e86866a66abd7439a04e6f397653c4","transaction_count":0,"txlist_hash":"d37fa640132bf2595891bfaa5d1d562495c780569e2a5d4f8863fd60d6396d95"}',0,'BLOCK_PARSED',NULL,'47d5d82aacf3030b0c7a3e6c61379f379decd8d4d95e78837c17303efdc11694'); +INSERT INTO messages VALUES(638,310231,'insert','blocks','{"block_hash":"8667a5b933b6a43dab53858e76e4b9f24c3ac83d3f10b97bb20fde902abd4ceb","block_index":310231,"block_time":310231000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0c9338e1803d46dff8a4db809520a3c2737520b03d3beeaa5c145f11e990c6f9'); +INSERT INTO messages VALUES(639,310231,'parse','blocks','{"block_index":310231,"ledger_hash":"a761c29e76c9d5090cd1d6424beb91d0a9fd9546c67ecaa6d4879177b6745b59","messages_hash":"d31f0aaf8e4d6cc055c00e521fe346616632110c3631ebb679c8766cf3c1c691","transaction_count":0,"txlist_hash":"7bdcbdcc058e4c3d39751316b39bc65594624dc79fc8556e2847c94fb5986200"}',0,'BLOCK_PARSED',NULL,'ebde17ff1842d8694ddf17ee3006fe251468461cab569dbcd15020cf3c3089f6'); +INSERT INTO messages VALUES(640,310232,'insert','blocks','{"block_hash":"813813cec50fd01b6d28277785f9e0ae81f3f0ca4cdee9c4a4415d3719c294e8","block_index":310232,"block_time":310232000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0e43f2b2a9de811e1f862bf25514b36dda60a61830df3a138b193a95c63634c8'); +INSERT INTO messages VALUES(641,310232,'parse','blocks','{"block_index":310232,"ledger_hash":"5da469b7e21ad8ec4fe7cc2f426dcaeb18a3a4a3c44385d529a8b252c77a9e43","messages_hash":"86d7962181bfa6df85d8d1c0f5f84e62c44f9b25b67c633b6734cb271fd451fc","transaction_count":0,"txlist_hash":"721ab1fecac8b537de1c90225f23a62d02a6e8b392f5211a8e020d9169dc75f6"}',0,'BLOCK_PARSED',NULL,'a1f56b5be78d6c5708d35e197272a890d146a1e9b5ac854b92520d9e2b409f94'); +INSERT INTO messages VALUES(642,310233,'insert','blocks','{"block_hash":"79a443f726c2a7464817deb2c737a264c10488cac02c001fd1a4d1a76de411d6","block_index":310233,"block_time":310233000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ddeb48a2be34f36705fbaeb8bebd82c35e1c3a1a3efaea343bb683c53909ef1c'); +INSERT INTO messages VALUES(643,310233,'parse','blocks','{"block_index":310233,"ledger_hash":"d8531834d572acc01591997cac000185facc033e1ab72f8218a70d0ae3898914","messages_hash":"9019fb11182de1b78ff74c76ef99c04986901438910f0892b191d48a29d41055","transaction_count":0,"txlist_hash":"a0b57a1491335a2fde88223b77d7c8a248101187be0b71894b6c56c426603867"}',0,'BLOCK_PARSED',NULL,'e25db84c8ad760fcb36b99b459a3fe06620e87530a25a3f2b695a0f016bd7e05'); +INSERT INTO messages VALUES(644,310234,'insert','blocks','{"block_hash":"662e70a85ddc71d3feae92864315e63c2e1be0db715bb5d8432c21a0c14a63cd","block_index":310234,"block_time":310234000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'28f4b9ac9cbbdb871683ea28d2bec5752421eda82cc1e747752705e9aaf25417'); +INSERT INTO messages VALUES(645,310234,'parse','blocks','{"block_index":310234,"ledger_hash":"0ac6803ab61e14bb08fd8051424565086ab11b4d33faef077f5a0732eec6f766","messages_hash":"0f03dc471adb99bbb34612c208c507d8cb54172e2f3af2d1404289de7634d212","transaction_count":0,"txlist_hash":"b719ec81bc5245492809b946a86c76c121148d506292a4ae125b368f1a24b72a"}',0,'BLOCK_PARSED',NULL,'b2ab3947c73ab620eba5bd4da4160b2960753e583f8371da74230c79159b503a'); +INSERT INTO messages VALUES(646,310235,'insert','blocks','{"block_hash":"66915fa9ef2878c38eaf21c50df95d87669f63b40da7bdf30e3c72c6b1fba38e","block_index":310235,"block_time":310235000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6ce554105a725b21a31c4bb63e8ad31d6da9dc7ba607e817af8071238ad33857'); +INSERT INTO messages VALUES(647,310235,'parse','blocks','{"block_index":310235,"ledger_hash":"5f7de1c7fe45858dcc844604a77051d55de3b9dbb5f5d9910ead8bd0f3af48d8","messages_hash":"7a4c6ca58ad71a2cbd19e94549f13fbfd3685f9eae6bc43f3d7429c0004dcc7c","transaction_count":0,"txlist_hash":"8d81c116619e760608161facac457bb00d4e816c049afbe42f6e0f7d7f1d09cd"}',0,'BLOCK_PARSED',NULL,'50ab0dc46e9724fcd7607bd1ba13f9dd07a747b18e0dc01a916e24b8c38c59e4'); +INSERT INTO messages VALUES(648,310236,'insert','blocks','{"block_hash":"d47fadd733c145ad1a3f4b00e03016697ad6e83b15bd6a781589a3a574de23e4","block_index":310236,"block_time":310236000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9dddab5de368e41382ff17478fda4549d1cb39da8f81b68f143fb7ae1c18bd13'); +INSERT INTO messages VALUES(649,310236,'parse','blocks','{"block_index":310236,"ledger_hash":"c0437ca60921bb73516c31a74f78d2fb48d2c628b629c8f55c8fbb0060718d76","messages_hash":"61cf971be6c7ab105cb22b84b5042f116ba3eda0a7e74bd05718dcecbcaca27c","transaction_count":0,"txlist_hash":"1c50aa16f8543f1eee5c2585aa8f7ee373bdb58648b430189ef4d8c9b0b767db"}',0,'BLOCK_PARSED',NULL,'ee9c4774c4ebbedb672e261bd8bd99279d6d528ce0ce95db6b7fa233ffed27d0'); +INSERT INTO messages VALUES(650,310237,'insert','blocks','{"block_hash":"2561400b16b93cfbb1eaba0f10dfaa1b06d70d9a4d560639d1bcc7759e012095","block_index":310237,"block_time":310237000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d88dc9736e849b68ce7ae8c3061e7ff4839d42cff68fdc6eab5df8505f544d1d'); +INSERT INTO messages VALUES(651,310237,'parse','blocks','{"block_index":310237,"ledger_hash":"4340ab34a083b38dbca477b6cc2479e6d70ffd6d6b9b75772068674297abadff","messages_hash":"d9606cbf3b3a237516163893a8060477f06c26e3f3135dd62f1dfcc0f0280c92","transaction_count":0,"txlist_hash":"2f23795147dfb09a113607e442cdc926222a2b9c3dc173b9e92ab8560de20c9f"}',0,'BLOCK_PARSED',NULL,'5d19d7116d9835f650d5b80b5276d7a82bc6cf711ab4012ba1a6225f57e2d5d7'); +INSERT INTO messages VALUES(652,310238,'insert','blocks','{"block_hash":"43420903497d2735dc3077f4d4a2227c29e6fc2fa1c8fd5d55e7ba88782d3d55","block_index":310238,"block_time":310238000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'793d97cfdb0d507d27eedb7e6f81e37e4a0db44f6ed8c3879191cff45772e344'); +INSERT INTO messages VALUES(653,310238,'parse','blocks','{"block_index":310238,"ledger_hash":"6a76891c10ff0f9416ae1a024b985d621154918bd8ab545980b57fd2d18c4af7","messages_hash":"44abdd74801c8f3aac4b108bb763cadb69653512f1fca6881a6d424a44db026e","transaction_count":0,"txlist_hash":"31d5717812d8f7e54ac8b7a000c7b599e2123a1de205cef6559b3930c466b961"}',0,'BLOCK_PARSED',NULL,'b0b901bf94ba78eb0f03bee34b710804b58c747a5b06008bd6e7a21bab06705d'); +INSERT INTO messages VALUES(654,310239,'insert','blocks','{"block_hash":"065efefe89eadd92ef1d12b092fd891690da79eec79f96b969fbaa9166cd6ef1","block_index":310239,"block_time":310239000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7ebd272d7e4f3a72feecba6ed99271b548e90db7468f6b7f037d42a68ac71c18'); +INSERT INTO messages VALUES(655,310239,'parse','blocks','{"block_index":310239,"ledger_hash":"1128bb89562fc3b112da425a3dee67adaf741a8021ee378bdfeb44af3b1b1fac","messages_hash":"a52aaa58610867485687b0f878d2fbf485f8e5e95cbb3a10b8ec0235e9eb19af","transaction_count":0,"txlist_hash":"82b7482bdf98200b43d483dc7725ea9069ab96d897fa88dfafd73334132d362e"}',0,'BLOCK_PARSED',NULL,'0bd0e8e56f1fb7dd3f9d8f71f109f03ec9b0f043a6a370c7d895cf4dbe7a5b4f'); +INSERT INTO messages VALUES(656,310240,'insert','blocks','{"block_hash":"50aac88bb1fa76530134b6826a6cc0d056b0f4c784f86744aae3cfc487eeeb26","block_index":310240,"block_time":310240000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2995875a700306f4c7bdf1542635f2c72b7b1732bc49d9aa4acf5ab96311c6fd'); +INSERT INTO messages VALUES(657,310240,'parse','blocks','{"block_index":310240,"ledger_hash":"be05624b84b2e76794f065f36b4e98d6c6c120f1d8a5db91957bbe7008ce3240","messages_hash":"2f6a657ede1e03527145e6522cc95c87762b3494486380492882bd5bda53d94b","transaction_count":0,"txlist_hash":"bfd037773e4ad5fedd072183d19e824c36cf21549c374f7d7dab3ac313a1542b"}',0,'BLOCK_PARSED',NULL,'0beed68b0176305c74d84befb8be527122348dc5bb653a6ecdb6fe9f3593f5ac'); +INSERT INTO messages VALUES(658,310241,'insert','blocks','{"block_hash":"792d50a3f8c22ddafe63fa3ba9a0a39dd0e358ba4e2ebcd853ca12941e85bee4","block_index":310241,"block_time":310241000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'04106fb9f7cf0c8aec3f2eb9863aae80818d9a6e26f40c84fde7d69ca0411d0d'); +INSERT INTO messages VALUES(659,310241,'parse','blocks','{"block_index":310241,"ledger_hash":"5abfdfb1aa42fb80ca4538062d152d965b6a7a56bd1e170a7a109409a4606b7a","messages_hash":"749b2d2aac404cdcddb4440786df0f3701b7cd69683684f4c4bbc167c93ec06f","transaction_count":0,"txlist_hash":"e0bccb8ee5ac848700b228d8d21970f33fcc7a2c091e4b1d1f7f71c09404ecbe"}',0,'BLOCK_PARSED',NULL,'5b89bc398b37fa94b34c55df5600c67b0d5b96f59ca5665bd809d54e93665d92'); +INSERT INTO messages VALUES(660,310242,'insert','blocks','{"block_hash":"85dda4f2d80069b72728c9e6af187e79f486254666604137533cbfe216c5ea93","block_index":310242,"block_time":310242000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d323397bda12a9fa88a0af61afd5e9992d4d57abeac160342adc88f8274de82a'); +INSERT INTO messages VALUES(661,310242,'parse','blocks','{"block_index":310242,"ledger_hash":"5f354f767df3256aa6a23544a7164160b9fabe481c85d1891f5250b3026dd7b8","messages_hash":"65a09f2c4039fdc855755b94d15c838e74258f6ec567d450cc101a799481da26","transaction_count":0,"txlist_hash":"a9b87a1cd3146663579bf192b97136602806865bb60ca2d464e3111872b61b7f"}',0,'BLOCK_PARSED',NULL,'1fa910de8f7d67379fad8610a1a1c4899aa264c5ed95847a811111327b48975a'); +INSERT INTO messages VALUES(662,310243,'insert','blocks','{"block_hash":"a1f51c9370b0c1171b5be282b5b4892000d8e932d5d41963e28e5d55436ba1bd","block_index":310243,"block_time":310243000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'340b570af01333530a09c20038d8a13425fbdfbca762f7bc20c5bd596a59b26a'); +INSERT INTO messages VALUES(663,310243,'parse','blocks','{"block_index":310243,"ledger_hash":"ea3acc31b3c298237fa11ca4400c65ee46732c96e0b7fac5a183dd49d938e730","messages_hash":"7dfebb43367ffd01d0c5776a41ab1219d516e1eeaf6fb766f8c881181f5d82fa","transaction_count":0,"txlist_hash":"b7226a87411a48bc0b25e014f2929d63979a297600f51723a0c9bb89fef120b0"}',0,'BLOCK_PARSED',NULL,'680b6c4684e7c9f505d9f3a112985177ca35a47a33b70b2eb57e8277ff1137b8'); +INSERT INTO messages VALUES(664,310244,'insert','blocks','{"block_hash":"46e98809a8af5158ede4dfaa5949f5be35578712d59a9f4f1de995a6342c58df","block_index":310244,"block_time":310244000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b3f4f9a56776791f4ee87fc6aa2db04b9618c73fbdd92a705ca4b2cc38843e5d'); +INSERT INTO messages VALUES(665,310244,'parse','blocks','{"block_index":310244,"ledger_hash":"07ad792741a48d5a7b657e6c4dc83e3534c79bd1e7da7044139516124adc8f80","messages_hash":"eb1a553f430f7b38581432d9734c1780afb7afaa4ec665a639f895500cbd74ef","transaction_count":0,"txlist_hash":"baab169058840f62c00af1dc51ee0a77fb964dd27c6241463650fdb6c77d3b6a"}',0,'BLOCK_PARSED',NULL,'d4428eba268ff4b35d1b77fc1b452d71490631f1a411a151fc9286efb4ff77d0'); +INSERT INTO messages VALUES(666,310245,'insert','blocks','{"block_hash":"59f634832088aced78462dd164efd7081148062a63fd5b669af422f4fb55b7ae","block_index":310245,"block_time":310245000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'59f4430eaf7c4868700682f31437980a00470cadc6fa831a9f25add84265ce2f'); +INSERT INTO messages VALUES(667,310245,'parse','blocks','{"block_index":310245,"ledger_hash":"d36a618af8e92da03b373ab0137ded666db6cef906a6b2c0cb8c71057a1a5903","messages_hash":"5ceaf599e80ec6ca27fe1c581e5f61aa7465d56a926d4e01ab3a1381df1e8aa7","transaction_count":0,"txlist_hash":"18cf40a1489af6f99dc454630c35dddf20acacbf979d47acb30a5831e55f920e"}',0,'BLOCK_PARSED',NULL,'a0e95da803cbc54b61c38bfa6bdc2aa020d8b950931506cd2786f4951ca64d96'); +INSERT INTO messages VALUES(668,310246,'insert','blocks','{"block_hash":"6f3d690448b1bd04aaf01cd2a8e7016d0618a61088f2b226b442360d02b2e4cd","block_index":310246,"block_time":310246000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a7c6899aef6d32a093ecf2d7b10c331a841da3b630c751340d3f5dcd0e5b01cc'); +INSERT INTO messages VALUES(669,310246,'parse','blocks','{"block_index":310246,"ledger_hash":"a34e154571ee585a839053a851a007d6d433d3efd2b3e923a9c4ec4bb0dc9d98","messages_hash":"fb45f8393e39b4d730fcc2442aaeabb10054b352bf27fcd2a68d31c9392d9b94","transaction_count":0,"txlist_hash":"a2103af3fa84dc4015979f3a629c46e2234f534f86d7c5a403275a8eae144ba7"}',0,'BLOCK_PARSED',NULL,'1cc695449d3b402b43ba9d978ebc7b36a921cdae0d49255283ad644512aec9c5'); +INSERT INTO messages VALUES(670,310247,'insert','blocks','{"block_hash":"fce808e867645071dc8c198bc9a3757536948b972292f743b1e14d2d8283ed66","block_index":310247,"block_time":310247000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d5e0ff6ff3b4dd2bd4efb5107673b3ccb5b49f7239c59fcd19a439773670d7ef'); +INSERT INTO messages VALUES(671,310247,'parse','blocks','{"block_index":310247,"ledger_hash":"ee94fcb9210718095ccdf63f30ab081f45dff765a9ca4f5c86b1b0d98973ef90","messages_hash":"f43256d63cec8a5f5fa37b9a0d1ca4b502cd9a843e5116bba22cc8dfc897136b","transaction_count":0,"txlist_hash":"39cff977657fdbe649c601531383548a3922cde40dd998c355c201cb6deee9f6"}',0,'BLOCK_PARSED',NULL,'8536a98159e577c1c9632605bdfeeed41dd4d3f664b93c1e69b4ee75b86fd898'); +INSERT INTO messages VALUES(672,310248,'insert','blocks','{"block_hash":"26c05bbcfef8bcd00d0967e804903d340c337b9d9f3a3e3e5a9773363c3e9275","block_index":310248,"block_time":310248000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c0345b8d29767c22bb48ff4c454d7ea50b36bf149d7230a01bdbbeecd4d19fc4'); +INSERT INTO messages VALUES(673,310248,'parse','blocks','{"block_index":310248,"ledger_hash":"029884a5273466fa45cdfbd91ae3aaca50af0771d22f6b55af6367348c2802e2","messages_hash":"60f99200d631303d6eba51f4382c5018ccac61b0bfff1b1ad9fcbc12259d2eb0","transaction_count":0,"txlist_hash":"6951bec53cc30ad6d9dd3f38f5fa8e4b876cdb1637595d38614ff3e42b53edce"}',0,'BLOCK_PARSED',NULL,'6100abaef483b9d24819b5e1b93b530cba80783d801534d532379f08fab36359'); +INSERT INTO messages VALUES(674,310249,'insert','blocks','{"block_hash":"93f5a32167b07030d75400af321ca5009a2cf9fce0e97ea763b92593b8133617","block_index":310249,"block_time":310249000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'535e81691103ef6cac3e022971610260a654a9193b37a56caae74daefe2a4ecb'); +INSERT INTO messages VALUES(675,310249,'parse','blocks','{"block_index":310249,"ledger_hash":"dc10674812c5249c693ab7b148d048439a0d77266014f3afc1810a6260838f02","messages_hash":"3fcfdadb83a8a849772984bb6e6d046dba2c50839dab49e8ff1a326fb579171c","transaction_count":0,"txlist_hash":"2f53ae50e27194404c5b85dab55335582b2961c6997393a9c48e6708bab8f1dc"}',0,'BLOCK_PARSED',NULL,'45620407ef52e31adbc141266595c465c40a2a6c9c2998c10375f5272f5a8708'); +INSERT INTO messages VALUES(676,310250,'insert','blocks','{"block_hash":"4364d780ef6a5e11c1bf2e36374e848dbbd8d041cde763f9a2f3b85f5bb017a2","block_index":310250,"block_time":310250000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8bc6c8d59306ba5ad22d97bce5419bae118bbad84666a1301844ff11d415b4b2'); +INSERT INTO messages VALUES(677,310250,'parse','blocks','{"block_index":310250,"ledger_hash":"a0fd49b46ff0000e83d4c56281dfe2be1bbfc924c75969726754b05bf7107641","messages_hash":"ba27669e3725a291651bed50ce25f3d8ac45166ce42b250f160deecdc413656e","transaction_count":0,"txlist_hash":"5148416db7a3e45edd128f1b9b5c61b916ce94f25638cc90a8d73f60afe64176"}',0,'BLOCK_PARSED',NULL,'81f317c7e7d79ef308686abef7441ebd0b473f22cde197a17e5f61009dc19886'); +INSERT INTO messages VALUES(678,310251,'insert','blocks','{"block_hash":"63a3897d988330d59b8876ff13aa9eac968de3807f1800b343bd246571f0dca7","block_index":310251,"block_time":310251000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ac44777b771d9e6ec7a17c9300b7e2d59a3b39b302df1dd1ecf4129b5098ddd'); +INSERT INTO messages VALUES(679,310251,'parse','blocks','{"block_index":310251,"ledger_hash":"bdef6a6203d28d314dc087e539a9cdad19d123b605824f0a66f13bf5f72de9b8","messages_hash":"99ed6c5ee2086bd090a1736f1c94be0afb3562bfd0a0a5a2b42ff2ba32a426ed","transaction_count":0,"txlist_hash":"6742a15406482537d29722db3302d492647e4c7487d840fc8e7d74d0806c3bee"}',0,'BLOCK_PARSED',NULL,'56fd37f7ca21c45a312a6cdb7583677f5392c52090d04e30f447ebe74a66da58'); +INSERT INTO messages VALUES(680,310252,'insert','blocks','{"block_hash":"768d65dfb67d6b976279cbfcf5927bb082fad08037bc0c72127fab0ebab7bc43","block_index":310252,"block_time":310252000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'adcdd60496adc04f58e27c6a5112deba9131f9218e1cf1d79e2a912542feac21'); +INSERT INTO messages VALUES(681,310252,'parse','blocks','{"block_index":310252,"ledger_hash":"8da11bec0d58b196ddb073d3aba0def98f01f83da654765fcae21cae6046214e","messages_hash":"e1cb235bd4548d9ac6b07882aa78009e1ece1776da3b2d46c232b508d62cd29e","transaction_count":0,"txlist_hash":"2c11848ca51ba429a094ef40b1aa019c132cd9fd6f954139dab5324d77eb7125"}',0,'BLOCK_PARSED',NULL,'21c7be407b82d56f0c99abcef5113a641aabdc958d33fd20ddf3d138e1d511dd'); +INSERT INTO messages VALUES(682,310253,'insert','blocks','{"block_hash":"bc167428ff6b39acf39fa56f5ca83db24493d8dd2ada59b02b45f59a176dbe9e","block_index":310253,"block_time":310253000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'00d9b49f6e5d139aa55efd340511a0c82d4fc88b575dc1d2b9cde7a4f6186840'); +INSERT INTO messages VALUES(683,310253,'parse','blocks','{"block_index":310253,"ledger_hash":"2efa2c5781899d213741e795ca62fbee9d3ddf53792ce002db7484adc66bfbd4","messages_hash":"6266c2d1c09e9f17d1846d7dd268ac72449c246fcf9add3ad52ec56cd2c2db7d","transaction_count":0,"txlist_hash":"1036976d6406322c4c0afb2c6be13d6b89cfb2feb30306c9df8a499330d5489f"}',0,'BLOCK_PARSED',NULL,'6f0c3b5b2ff158ab47000fd102f3d3232b537808a857c85f0e3eda5ee70b517a'); +INSERT INTO messages VALUES(684,310254,'insert','blocks','{"block_hash":"ebda5a4932d24f6cf250ffbb9232913ae47af84d0f0317c12ae6506c05db26e0","block_index":310254,"block_time":310254000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'86938777fc43e0d568f822858ec5a5a75c47c4078d6d4199c0b2540350d83241'); +INSERT INTO messages VALUES(685,310254,'parse','blocks','{"block_index":310254,"ledger_hash":"d062ec468e76421d3769a99eb3c8b2cbf4bf393d109ba13b3bce128613fff547","messages_hash":"ec3c50623ce63434cf7cf598874c45e3addbd5d172116b11a18c2818d843025c","transaction_count":0,"txlist_hash":"098200d06ee21c916a203065eae3cffe8e2c80e32bce890f96e6bee400cf16ee"}',0,'BLOCK_PARSED',NULL,'0f36b8ef6d32fc131b17ad22928336dd80ff86b9dd0ec3366a93d167fa115aca'); +INSERT INTO messages VALUES(686,310255,'insert','blocks','{"block_hash":"cf36803c1789a98e8524f7bcaff084101d4bc98593ef3c9b9ad1a75d2961f8f4","block_index":310255,"block_time":310255000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'599a17a506362fce1c2093dc9dec95b164fd61850c202a706ed0faa62b4c5aca'); +INSERT INTO messages VALUES(687,310255,'parse','blocks','{"block_index":310255,"ledger_hash":"5c531dc8a7461e9e7a2ead654509d76c9be3427b1d2b75c0ac7ae0e03126c49a","messages_hash":"6cda1404dd86433a4b24f815c564c20da6479892d741ab0040ffc644ba1ddbb5","transaction_count":0,"txlist_hash":"b9c0f364e8694264c33b7d993ed45f645410820dd0ff39704b79f6aaa64a46c4"}',0,'BLOCK_PARSED',NULL,'dc81a8c41da13630283fd4f65fe06fc79bb79c8a24d303ef9847d9d28c472c32'); +INSERT INTO messages VALUES(688,310256,'insert','blocks','{"block_hash":"d0b4cf4e77cbbaee784767f3c75675ab1bf50e733db73fa337aa20edefdd5619","block_index":310256,"block_time":310256000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'caafb52ab9bdb535dc23be77e67f7daf8875a7d268589853fceb9a21ef5e3bfe'); +INSERT INTO messages VALUES(689,310256,'parse','blocks','{"block_index":310256,"ledger_hash":"8da9f0162e15e33e14e5e1e22c2fd847055a65b99eec519dd069a83bb9006b51","messages_hash":"96238b0f832028d5acd2cd84ab5867e544ed2032508a99247c62cce7cb141011","transaction_count":0,"txlist_hash":"fbb34ac53fa4a19bb467c92b87291aeafd8bf8c43be49c7d487f962df5c50d21"}',0,'BLOCK_PARSED',NULL,'1c9e927bf9b69f6fdfa50dfcdf1502c49bf5f2389ea319b8b36d06daad5bfe2e'); +INSERT INTO messages VALUES(690,310257,'insert','blocks','{"block_hash":"0f42e304acaa582130b496647aa41dcb6b76b5700f7c43dd74b8275c35565f34","block_index":310257,"block_time":310257000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4a88a1c7465ad3ddd338e176514668f00f1a64ecfb566cfd27d0664be9d51e77'); +INSERT INTO messages VALUES(691,310257,'parse','blocks','{"block_index":310257,"ledger_hash":"0cf6657db5f3145587a466c05f237289b639668d844abfd8d46430c090b54913","messages_hash":"eb21320be6c0b4407d710a0f33ef59a7e014919bc73b0c78916912027bd15a0f","transaction_count":0,"txlist_hash":"71c115bc32aefb584d499c054cd09d0ea58ea0cc11d187bd5add8f261f43f055"}',0,'BLOCK_PARSED',NULL,'69c6115446471527ff89bd2c894825f6f922f3da53f547ecaa73641de06d584a'); +INSERT INTO messages VALUES(692,310258,'insert','blocks','{"block_hash":"3a0156dd7512738a0a7adba8eeac1815fac224f49312f75b19a36afb744c579f","block_index":310258,"block_time":310258000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'566d3cce4d3387fb10d292933672e809354c48d55f8aa5ab12d8104da0b00708'); +INSERT INTO messages VALUES(693,310258,'parse','blocks','{"block_index":310258,"ledger_hash":"e340defe4bd84e788f9c5b083849e6aa1d5c7f33123ebe62d7abe04b8a9e312e","messages_hash":"ba7ac1e3ccead9869a1017e43872063d7f09e324a7e0ac46de81259014a2898f","transaction_count":0,"txlist_hash":"0725d989aaa9e8f1a5604f1807ec8f5aa2db518ec2397479e7e6c48c4d2b04ca"}',0,'BLOCK_PARSED',NULL,'e83a12d3087153c2e68b1bceccb155deac81eb73a916dc523b62c15fd7fd3cd9'); +INSERT INTO messages VALUES(694,310259,'insert','blocks','{"block_hash":"e5ed3cdaaf637dd7aa2a7db134253afe716ffdf153e05672df3159b71f8538a9","block_index":310259,"block_time":310259000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b35c5c00ea2ef82bde9878ffaf550d7e455e0dae87d05c64edc841baa5c53f75'); +INSERT INTO messages VALUES(695,310259,'parse','blocks','{"block_index":310259,"ledger_hash":"03ca0cbce5a5b50988c19c0d4e754240f50821695dca767d1169f8c7f5c1fdcc","messages_hash":"8f69cd7dbb22fd636e4b025453c0e665d0bcffa1f74be067fd680fe5626bb40e","transaction_count":0,"txlist_hash":"19e343fb3645b7ae94a299eb13691ea02d054e8acef0484a95a4079e42e487b1"}',0,'BLOCK_PARSED',NULL,'7112d34de86f2d68758a731fcdbcaea4b979d26ce543a13b6f8ea9025a0b61ae'); +INSERT INTO messages VALUES(696,310260,'insert','blocks','{"block_hash":"8717ddcc837032ad1dc0bb148ddc0f6a561ed0d483b81abb0c493c5c82ec33cd","block_index":310260,"block_time":310260000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2b65626cd3a64e30fb0201a92e936cd8d684206142a7d64386fb3abb848af1a3'); +INSERT INTO messages VALUES(697,310260,'parse','blocks','{"block_index":310260,"ledger_hash":"83a3b43e01f4f25ba05b527415baa3e8b8adba319628c245988136bd8fcdfcfe","messages_hash":"be84172b68d040b2933efd38c2cc2ba9e2aaafd2c4a45f9bcff2db572477ac27","transaction_count":0,"txlist_hash":"de3dee5cacbf5af3aaf1dac7cae860b06af7a2ba227f2bd81840d149354a05db"}',0,'BLOCK_PARSED',NULL,'161f9dbbfd5b25c0562236b58c40505d1b62eee0c64243e4280325174882c45e'); +INSERT INTO messages VALUES(698,310261,'insert','blocks','{"block_hash":"a2a9d8c28ea41df606e81bf99cddb84b593bf5ed1e68743d38d63a7b49a50232","block_index":310261,"block_time":310261000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e89b89470863a5b4fd7858e19f03a4eea8588c73b5c0c8eb615980eca9064536'); +INSERT INTO messages VALUES(699,310261,'parse','blocks','{"block_index":310261,"ledger_hash":"e61c12005d60870fee947fff469631ee540b1a0d6b8aa67614cfacc0a9f65ec0","messages_hash":"78b25836ed57f408593da68c4300530d00ce30104e0df39e472c39a800509453","transaction_count":0,"txlist_hash":"58b8a751b3daa23993a773073b44d4bb2715075dbe3cc1738f3138383646504e"}',0,'BLOCK_PARSED',NULL,'6a7ed505942aa7dabd3d8a2ce838a4777a8b5fb7477dd450e7bc286038cdcdfd'); +INSERT INTO messages VALUES(700,310262,'insert','blocks','{"block_hash":"e8ebcee80fbf5afb735db18419a68d61a5ffdde1b3f189e51967155c559ee4ce","block_index":310262,"block_time":310262000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'21402d0152e8a912bcd606b511d27fdcf39a17ee0e5ee8ef232c6a8d9dac6ce6'); +INSERT INTO messages VALUES(701,310262,'parse','blocks','{"block_index":310262,"ledger_hash":"c21ac4906d435af5b9ef5576da6bce454f65ef16099b7ee03219a4ae1851bb91","messages_hash":"051dfae3e02a9b3734decf99b65e4e3360eacc506d5604865dbf82ec4dc36663","transaction_count":0,"txlist_hash":"a1e30e203c037b242cb1a41e5fd948828da8192a5db70453602961183a00d36d"}',0,'BLOCK_PARSED',NULL,'9aaa8c960556d79880dcd156783929ee10afe38ab79acbeab811b0aa0866645a'); +INSERT INTO messages VALUES(702,310263,'insert','blocks','{"block_hash":"f5a2d8d77ac9aac8f0c9218eecbb814e4dd0032ec764f15c11407072e037b3c2","block_index":310263,"block_time":310263000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a396e28e6949538a8db3bd3f2c525092a97784e11ed1934040d9fc92ea34c96f'); +INSERT INTO messages VALUES(703,310263,'parse','blocks','{"block_index":310263,"ledger_hash":"676f6c532ff23839fef228a9fac7719e77a3c20efdc17f3cb2d13035c78820e8","messages_hash":"b1a82c3ae2929bc1de04f93c719b4bfd507b047580749c3768ce7c45f66aeeed","transaction_count":0,"txlist_hash":"ca47834be7a15554ab2dd401462d7d5c14f3f5f9ef9ba715488b1b3704de15ab"}',0,'BLOCK_PARSED',NULL,'5dc8761561eb1f92dcd46e2bd5054ed73bbb8b9c880a50ef2b1495de39934b8e'); +INSERT INTO messages VALUES(704,310264,'insert','blocks','{"block_hash":"ae968fb818cd631d3e3774d176c24ae6a035de4510b133f0a0dd135dc0ae7416","block_index":310264,"block_time":310264000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'48825a305920518e70b747d6368c076e8e37932d5c94e8485e5ddefa46444137'); +INSERT INTO messages VALUES(705,310264,'parse','blocks','{"block_index":310264,"ledger_hash":"258854505b1d3067bf360f3d0dcb369ed7a90fec8744578d3dde51a79db72c25","messages_hash":"a735d7ca2032e08304dfe9bb980b51eebb01414c226762177ae495fceb737285","transaction_count":0,"txlist_hash":"21f8b38aa107a9c6fbd6439244ce85a8a6abd12fde211c4569d28353cad5b8bd"}',0,'BLOCK_PARSED',NULL,'fdcd48cdb8d6f436b5fdcaf5ee9bbb6bc1a6281a636b92dea0a19a9c4321cf70'); +INSERT INTO messages VALUES(706,310265,'insert','blocks','{"block_hash":"41b50a1dfd10119afd4f288c89aad1257b22471a7d2177facb328157ed6346a1","block_index":310265,"block_time":310265000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b9aee555f4b2835cf6e08b579c186632536a86ce1fa4f4cc88837342df9a4fe5'); +INSERT INTO messages VALUES(707,310265,'parse','blocks','{"block_index":310265,"ledger_hash":"72ab32c420a7dcac0e7c36c4d9ca81e237955b4d8bc57c87078ba292923ce98d","messages_hash":"2a4e33c0116127f17f471b0a1a948596001782d61022471889918fd12adedfcf","transaction_count":0,"txlist_hash":"9685f9791c085e79a3c298dfe4f49fd1dbf8b4bdacf45e1d25e7d18382ca0e7c"}',0,'BLOCK_PARSED',NULL,'01cb3925672ab23fc4840f1653604c54bafe4548dd570f4e81b56496af3e6dac'); +INSERT INTO messages VALUES(708,310266,'insert','blocks','{"block_hash":"1c7c8fa2dc51e8f3cecd776435e68c10d0da238032ebba29cbd4e18b6c299431","block_index":310266,"block_time":310266000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b11ab21c04c2b6dc037950c11a495f777d30c5d7c57c6c0803bdece278b342f0'); +INSERT INTO messages VALUES(709,310266,'parse','blocks','{"block_index":310266,"ledger_hash":"b81386d19aac285fee4e39a818cb0442e378372f7d55f92e6028b37f974e4a61","messages_hash":"6496e4fdcc79742d310b64dc990f1ba3b099c4ca3b2639347723cf83043db56b","transaction_count":0,"txlist_hash":"578600253e06f32b4ee4a312df8213ea7cf12f841858bdf6123b0169cb4bd42e"}',0,'BLOCK_PARSED',NULL,'b6b7f8ce528430f8260caaaa887739881ca8d99c2b3ca800ddc2d1ab89fc19bf'); +INSERT INTO messages VALUES(710,310267,'insert','blocks','{"block_hash":"c0aa0f7d4b7bb6842bf9f86f1ff7f028831ee7e7e2d7e495cc85623e5ad39199","block_index":310267,"block_time":310267000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6ad91b707e6efe1f94306b6ff39dc09d2d9fc83e8a221e631282292a030f31b5'); +INSERT INTO messages VALUES(711,310267,'parse','blocks','{"block_index":310267,"ledger_hash":"ea8fef9e82e451d9650777b051f19fe5e34b8976f1bcc1880b6eebe5feda34d5","messages_hash":"85c8ead95073070a7f24a8e26da4199b8f63cd132948cce97e1f0585ad209b3c","transaction_count":0,"txlist_hash":"face84fc0aa45f7b072d73d4930b32e223cc4c22a620c39334fc836e16b2fb5c"}',0,'BLOCK_PARSED',NULL,'cfec834db6ba977ab8051776b19b059ecbabc8bfeb47b0b0f228d3a7e54cf035'); +INSERT INTO messages VALUES(712,310268,'insert','blocks','{"block_hash":"b476840cc1ce090f6cf61d31a01807864e0a18dc117d60793d34df4f748189af","block_index":310268,"block_time":310268000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3b91db013020a8fbefeba8af90144ba78c05b4c0ac9a674c380e8f01beb90976'); +INSERT INTO messages VALUES(713,310268,'parse','blocks','{"block_index":310268,"ledger_hash":"1545d381812f0f0caa827a237f145838276fe058b05af4808615738ca9910bf1","messages_hash":"7e0ef477959231d53dab4458110d9f90d9c33b9775b97ebd147581576b6efabd","transaction_count":0,"txlist_hash":"ee67f9fcd6ce50ee98da722352a917a46d3c71d2e5ea50294a55c613817e77dd"}',0,'BLOCK_PARSED',NULL,'041dce54e361b6ec926d025eabe3d6f8df1b5ee97f3a923742e78f4c23b4ddee'); +INSERT INTO messages VALUES(714,310269,'insert','blocks','{"block_hash":"37460a2ed5ecbad3303fd73e0d9a0b7ba1ab91b552a022d5f300b4da1b14e21e","block_index":310269,"block_time":310269000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2d69d3fbf2a55f4628d093985f3d62b338bc5911b41b9ec8b5bf7680cad41faa'); +INSERT INTO messages VALUES(715,310269,'parse','blocks','{"block_index":310269,"ledger_hash":"fd9cf61ac6e1fba409e4220a141ed6c89c18c893c7a752af53d5f7608bc04a67","messages_hash":"0d0d66d6aca069583af8731b2e5a5b526c6f6b23fe2700b6055b2adb47c6d9c2","transaction_count":0,"txlist_hash":"6d1424cf68a5b1dfddbbafb260989c5b27c060a40026e829476d979cbd8f4412"}',0,'BLOCK_PARSED',NULL,'eef7b9dd03323d1532b3bf2f4e4ad2681115db45f801cb7b4fcd5ed65b26ad85'); +INSERT INTO messages VALUES(716,310270,'insert','blocks','{"block_hash":"a534f448972c42450ad7b7a7b91a084cf1e9ad08863107ef5abc2b2b4997395d","block_index":310270,"block_time":310270000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'afdfed79348bc7fe266620107e29d3b61b874f07650fa9e3668bd3712877a278'); +INSERT INTO messages VALUES(717,310270,'parse','blocks','{"block_index":310270,"ledger_hash":"1d34c8c0dfdb4733a7b589647abb0e6a08f8de93a5c86fbab786f6d9d1500785","messages_hash":"6a1cb8775f0843bcc69a645fbb3151eb1a91d96794dffd56116f1d582cef881d","transaction_count":0,"txlist_hash":"fc2696c78afd3051d10ea3ecc56280d2633b732a7c755b9057aa30fb11f58f53"}',0,'BLOCK_PARSED',NULL,'f454e74db0f1cf80decb94516d43b802229b4c6af620533696bf813b4c27626d'); +INSERT INTO messages VALUES(718,310271,'insert','blocks','{"block_hash":"67e6efb2226a2489d4c1d7fd5dd4c38531aca8e3d687062d2274aa5348363b0b","block_index":310271,"block_time":310271000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d80d0660653c48260f310b623e6616c64e9b0923394d8b7c2ff525d52920cbd6'); +INSERT INTO messages VALUES(719,310271,'parse','blocks','{"block_index":310271,"ledger_hash":"cf38baabc6e8a082eba1bd8ca2f72af5eb01cb76bd3c9eb101b27080a3a70d17","messages_hash":"67f8f152e8a07358d4923e258e027fba8c393672130bea3e2f6df6a3d0a00d8a","transaction_count":0,"txlist_hash":"b28638da352abf83f2250bbc2da0f75b14483d7d4c69c93636484e9e3aaa326a"}',0,'BLOCK_PARSED',NULL,'1ef6436bf05e864a3ac8bebbc9ddc74ee4c99c6cd80453522e75c816932024f7'); +INSERT INTO messages VALUES(720,310272,'insert','blocks','{"block_hash":"6015ede3e28e642cbcf60bc8d397d066316935adbce5d27673ea95e8c7b78eea","block_index":310272,"block_time":310272000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'11f466341753ead08aad7d915ae4277bb372821a6cfce9e05318973f8bad3148'); +INSERT INTO messages VALUES(721,310272,'parse','blocks','{"block_index":310272,"ledger_hash":"2b2763fa5ab2962582c303062da8b8da7280274e615b3e37f93a32e44793ccc8","messages_hash":"6c46c90007850088995b20d76298918e2b5eea9b82aecc8ec5f8a0bd2c92b2cd","transaction_count":0,"txlist_hash":"329d5096486b8dc452e2a1ee0a36d9a17ddd5bbb3149ddeee2bdb4989a7a3a35"}',0,'BLOCK_PARSED',NULL,'a03398f88e6363816b634790446067082c83dadf400b440e6d7227e4270a510d'); +INSERT INTO messages VALUES(722,310273,'insert','blocks','{"block_hash":"625dad04c47f3f1d7f0794fe98d80122c7621284d0c3cf4a110a2e4f2153c96a","block_index":310273,"block_time":310273000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec856ea924bb6ede92e24f771f9e737bace48a990a8084fed87dd2921ed6ac0e'); +INSERT INTO messages VALUES(723,310273,'parse','blocks','{"block_index":310273,"ledger_hash":"ff9df73d4f92b7557c36f20d8f622923dda225a1ae2871e60f16ee2dfdf5b9d8","messages_hash":"abdcfe0157e38d872589766daa77d43be9e0ea8366a58a823bd89d4bf6e28936","transaction_count":0,"txlist_hash":"f79f73097410b602df3a98901e26ed37d07f1da95249cf0e3a62c811d4f7de3a"}',0,'BLOCK_PARSED',NULL,'c0bf35955984f844a44f884c4730e44a113b0953b79a1f036fb30fd0dede34d2'); +INSERT INTO messages VALUES(724,310274,'insert','blocks','{"block_hash":"925266253df52bed8dc44148f22bbd85648840f83baee19a9c1ab0a4ce8003b6","block_index":310274,"block_time":310274000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1f069c9287194ade5bc283d4c03708c952a9d44971ecd18ca80938e3bed859ef'); +INSERT INTO messages VALUES(725,310274,'parse','blocks','{"block_index":310274,"ledger_hash":"ece29ec2cd160d7634009f41cc2d0f13330d53ec6971c019d69dfa4367f86646","messages_hash":"48db3c2127ab154465406816642a83da8b052b40eafdca8cd3db236cdefd3440","transaction_count":0,"txlist_hash":"bf01b445bc208b9efcb314f1cfa1ea4300fc152ad46a973044abf56dc74e9c62"}',0,'BLOCK_PARSED',NULL,'ac4aa8c1bd6d82d6e705600d57aeceafb1bb4bc81112ab247e25f0981a06ff44'); +INSERT INTO messages VALUES(726,310275,'insert','blocks','{"block_hash":"85adc228e31fb99c910e291e36e3c6eafdfd7dcaebf5609a6e017269a6c705c9","block_index":310275,"block_time":310275000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'27ab91e4fa45603c83a719f35cfb6a28bd6644cdf289db61d9ea5dc173132daa'); +INSERT INTO messages VALUES(727,310275,'parse','blocks','{"block_index":310275,"ledger_hash":"23738d6d8dbf8b44b481f6c0eade991987c84e8025fe1f484c7acd3ead7f4163","messages_hash":"fb1b2a18ffd0af41ebb05519dcb6e9b8021ff3cf20fce18d3a9fefa162f78814","transaction_count":0,"txlist_hash":"c0f70c46688ecb9eccaa94bdcbb3fc54eaf3af76cc450b62dfd7a9513bbbd50f"}',0,'BLOCK_PARSED',NULL,'4e8a5d4737e189b893632b066f5bc11f893b1ed7bd11992ca50a9e405ddf8102'); +INSERT INTO messages VALUES(728,310276,'insert','blocks','{"block_hash":"ba172f268e6d1a966075623814c8403796b4eab22ef9885345c7b59ab973cc77","block_index":310276,"block_time":310276000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'468e4f227bc59b6183ecc9842018ec91606a7203b20027ed5f0f19ad8d2706c2'); +INSERT INTO messages VALUES(729,310276,'parse','blocks','{"block_index":310276,"ledger_hash":"a241e1cb19bfbebb3bbb09c6471760b8379ddc73a67d69b4d84fd1d21dfb7034","messages_hash":"9190f575a817d5d077ffabb50dfed01c0a7000f9400010a8c94b917418e8cb09","transaction_count":0,"txlist_hash":"99d32cb4d9b52ec0726c907330b2a60d7cf8380c8012f804cf8838bee1b0ecec"}',0,'BLOCK_PARSED',NULL,'a28bc0461bb2fbd1dced700dab1858ff5391477296b47b371c30181fe1308dd7'); +INSERT INTO messages VALUES(730,310277,'insert','blocks','{"block_hash":"c74bd3d505a05204eb020119b72a291a2684f5a849682632e4f24b73e9524f93","block_index":310277,"block_time":310277000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9e90a4802133e4efe1de8c5a1cc0c7925f57912f9abf1bbb5af7c8aa6b926f14'); +INSERT INTO messages VALUES(731,310277,'parse','blocks','{"block_index":310277,"ledger_hash":"0efa57fd462031a87831832a789ed7751aac5f6c19a23767555b3f7145d87532","messages_hash":"504f3e272938a96684130a044d4b500da8ba3acf47a7a3ef7ac506680ba15842","transaction_count":0,"txlist_hash":"08e71c5246f1225a02a00c8b52bb7a92c6937da9c9659129a5dcd2981069bbb3"}',0,'BLOCK_PARSED',NULL,'317cc6e8b379a89a7183b8a0bc98bda23c9c4423221faf53e81e4f09bd6358d2'); +INSERT INTO messages VALUES(732,310278,'insert','blocks','{"block_hash":"7945512bca68961325e5e1054df4d02ee87a0bc60ac4e1306be3d95479bada05","block_index":310278,"block_time":310278000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9d7a6e493e8620e5b1c47e1145081d6ded3a5ad7f639280f74753a31e9e1a2e0'); +INSERT INTO messages VALUES(733,310278,'parse','blocks','{"block_index":310278,"ledger_hash":"0045189a4da126b22e91e4bc2a7ac37dc90ec0869b7fcbc927919fca4cce5259","messages_hash":"50822aaf2f3c180a5f1e084a3f2a1c65bca6eacbd130e01d441610a81cd05ecc","transaction_count":0,"txlist_hash":"6e3580c7af675e8fdd1c5366a7af2e387f8d8d9192589794883a28ad2ce6a499"}',0,'BLOCK_PARSED',NULL,'90b7a56a222007a67aeda797004a2fc033738dbbe1640cf5c2c2e787029cee73'); +INSERT INTO messages VALUES(734,310279,'insert','blocks','{"block_hash":"1a9417f9adc7551b82a8c9e1e79c0639476ed9329e0233e7f0d6499618d04b4f","block_index":310279,"block_time":310279000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d2d84a23676b4a05ac2493423fad10fdb4408fb5f54e2cff8a0cd604f2b687a5'); +INSERT INTO messages VALUES(735,310279,'parse','blocks','{"block_index":310279,"ledger_hash":"442b7d4dee025b81c298ca0f6a5b9dbdf17ed0087fc36eab7f0671d5a19c9a2c","messages_hash":"5b851348639fd37effd928f3c2170a46647f9de7eeb29656bb20c71d0897a32f","transaction_count":0,"txlist_hash":"04f51f4c3de467be5cfb32cccba5cd482eb14657d7f67a60820204fa22afaa41"}',0,'BLOCK_PARSED',NULL,'ab0fc785e33262747a2d6e5594476e90a5fd1c0671eae51e8bd4c2f505ae0de4'); +INSERT INTO messages VALUES(736,310280,'insert','blocks','{"block_hash":"bf2195835108e32903e4b57c8dd7e25b4d15dd96b4b000d3dbb62f609f800142","block_index":310280,"block_time":310280000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e832235ca7ebe24987d4cf7671232d4604bd3181b126eb2a19f1c380533e5f1a'); +INSERT INTO messages VALUES(737,310280,'parse','blocks','{"block_index":310280,"ledger_hash":"38d7f98ae9cfb8e3938032dc33899e2e3e5a88e9037571cdddf8ed4709fc8225","messages_hash":"6e22ff1102997bc4b8e5ce23658906eb892fee04244026d8bcb2b1f6a3b3dcde","transaction_count":0,"txlist_hash":"d25ed55e962a45fbade2012c35ef507dd76fa0c67553343bb6568569bf1c08ca"}',0,'BLOCK_PARSED',NULL,'c042e2c847ac9a44f16e657e9cba7f44b70adbc2bc1e75e6432bbf8431e2c9a7'); +INSERT INTO messages VALUES(738,310281,'insert','blocks','{"block_hash":"4499b9f7e17fc1ecc7dc54c0c77e57f3dc2c9ea55593361acbea0e456be8830f","block_index":310281,"block_time":310281000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7b07197665e7331e10578d34e62d544c2cba672caa7f24ab1ceb47f072dfaa37'); +INSERT INTO messages VALUES(739,310281,'parse','blocks','{"block_index":310281,"ledger_hash":"51237cee3b85f1636e336259b115fad87acc830c71e13ca79e344efb7c308ecc","messages_hash":"19ec7ddaa2a540210ff236b3250995185bedb5d77e43128c78699e42230a7e28","transaction_count":0,"txlist_hash":"77eb5540b9f1e2f80cd3cb8572ee80bc112391e0236b560749aaf9952fb6705b"}',0,'BLOCK_PARSED',NULL,'fea9d3ca5d0e857a8dc09b49b184c74e3af7c4fc1a3fe0cead4f9e57aee92f54'); +INSERT INTO messages VALUES(740,310282,'insert','blocks','{"block_hash":"51a29336aa32e5b121b40d4eba0beb0fd337c9f622dacb50372990e5f5134e6f","block_index":310282,"block_time":310282000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8042b202a2d829ce465ebea88665f49993d501511492f0d59cef2914eeffa42a'); +INSERT INTO messages VALUES(741,310282,'parse','blocks','{"block_index":310282,"ledger_hash":"73adccef91b5c738e8810d4781a38edf98d2aa0a8cb619d575e9bdeda979f1fb","messages_hash":"41368530c2de2d576db614b6b455f18affa9479956b738604fe76e625d51ddff","transaction_count":0,"txlist_hash":"889f3e1047c8ca362c1ce4749d1c7ad167dab1e5f85e509d114b1ba1bac8f240"}',0,'BLOCK_PARSED',NULL,'94db3c6c14a679106e4149393efb2518d1ea09e49651777a05baa9da0bd2f62a'); +INSERT INTO messages VALUES(742,310283,'insert','blocks','{"block_hash":"df8565428e67e93a62147b440477386758da778364deb9fd0c81496e0321cf49","block_index":310283,"block_time":310283000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'14d835e96daa90e4d0ab1af91f8f14455744bc58c12f53f563b702b9a3379c57'); +INSERT INTO messages VALUES(743,310283,'parse','blocks','{"block_index":310283,"ledger_hash":"5853e60a1b79d4f154cc1f3dc8b0a4d6130ac07784bac16f257f92b9ef294144","messages_hash":"b0ddf048004f2c3770049e710af4030c249e2f9a884e8bf76ea1a32204c4aae1","transaction_count":0,"txlist_hash":"1ce62f0a42cb7ecd8c35436253e8234b83e81ba5abc757965b5041400139eee2"}',0,'BLOCK_PARSED',NULL,'356d1bd90343a7d5723e59be4b822c639b6d8dfb295f2ff333cbb834416d7254'); +INSERT INTO messages VALUES(744,310284,'insert','blocks','{"block_hash":"f9d05d83d3fa7bb3f3c79b8c554301d20f12fbb953f82616ac4aad6e6cc0abe7","block_index":310284,"block_time":310284000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6be6fb96161f4e10d3c316e473047e51c8989ebc6df7eb891df87c24663e9d83'); +INSERT INTO messages VALUES(745,310284,'parse','blocks','{"block_index":310284,"ledger_hash":"ce33194cb67aa0a5facd788cc24706ef249bcecc95a9965f91065146b33e464b","messages_hash":"bb84b0517e7f25ac75a2308dee56d6c8d7fb912983c9a87f08eaf7f11409739a","transaction_count":0,"txlist_hash":"c354cfcb046ca331ae57c00f64b56defd034278e5616ef7d1f3e559dc538bf0a"}',0,'BLOCK_PARSED',NULL,'e738916ac12b8a704999eb292cbe40d1bdfa22e40f5f7290c7c8c6c9e3d03b66'); +INSERT INTO messages VALUES(746,310285,'insert','blocks','{"block_hash":"8cef48dbc69cd0a07a5acd4f4190aa199ebce996c47e24ecc44f17de5e3c285a","block_index":310285,"block_time":310285000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7afc2108a1bbcc861fd597ab48031097116f215fed4ac65dbc4ebe24c3d55ad1'); +INSERT INTO messages VALUES(747,310285,'parse','blocks','{"block_index":310285,"ledger_hash":"3af35e85e98aebe1a9c778570c730bf80e085a08ca707c1a5d44b50f2579e71c","messages_hash":"88de96991b4a8e290691106a05be486f341aadfbe196eb22b22a1f864da0038e","transaction_count":0,"txlist_hash":"35e84bd8780b8efbdc3207b9fef22e12ff71798477971a50088b9c8def3c77ed"}',0,'BLOCK_PARSED',NULL,'35b8d4f358e7d1e11dd7910ec0bffbcb156e689cef64a7fca80732cad0a6bae0'); +INSERT INTO messages VALUES(748,310286,'insert','blocks','{"block_hash":"d4e01fb028cc6f37497f2231ebf6c00125b12e5353e65bdbf5b2ce40691d47d0","block_index":310286,"block_time":310286000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fd1f0ed44908b40cfda32dd5da89a1660fde1f95234bc78599aa42a891e11501'); +INSERT INTO messages VALUES(749,310286,'parse','blocks','{"block_index":310286,"ledger_hash":"4b09b627adda46ee7cf7116102a330ba2aa1ce714b2fa133f7952af34a52ede9","messages_hash":"ea7471a21cf0497818140d3875c893d91e7c346513b61a9056cd8fde772f5536","transaction_count":0,"txlist_hash":"5a868b89444476076be22e42526c4462c5b865012d9970b917376c5342750311"}',0,'BLOCK_PARSED',NULL,'1769813bc763b7e8c654908b0e96d9b446046d6d935cc1a49b3462bdd0ff548c'); +INSERT INTO messages VALUES(750,310287,'insert','blocks','{"block_hash":"a78514aa15a5096e4d4af3755e090390727cfa628168f1d35e8ac1d179fb51f4","block_index":310287,"block_time":310287000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'531c0ad9c7a2a8609dcfe04b022c1576cff85b5d14b204b0b45ad345ac36dc8f'); +INSERT INTO messages VALUES(751,310287,'parse','blocks','{"block_index":310287,"ledger_hash":"67786e4ffab15cb78c7bb44ef160d1e5d99b599eecb5ff4f906a6599d744d410","messages_hash":"b238caa267ca7e918d049219ff2b067a9c1e78e855d42f6ea86d5fb87c689783","transaction_count":0,"txlist_hash":"791a49e50583660824bb3ec141a54951c2fd737ed963b1e65b653c22a4fc4a84"}',0,'BLOCK_PARSED',NULL,'6d2e2f3ed19fcf8d9cd4bc261eb3de7ad73295d68559fd147967721f7c68794b'); +INSERT INTO messages VALUES(752,310288,'insert','blocks','{"block_hash":"2a5c5b3406a944a9ae2615f97064de9af5da07b0258d58c1d6949e95501249e7","block_index":310288,"block_time":310288000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f7f59ec00a256f9fd4df23614e573d0ec1d5a0c17c06276f8707d5f9223cc38d'); +INSERT INTO messages VALUES(753,310288,'parse','blocks','{"block_index":310288,"ledger_hash":"600716d2696160b3ba290636180f2afa24bf8d24435022b4539a4cc965c18dfc","messages_hash":"64a7c6f033ed278dd8575ceb9156702f3b7d893cad734d3f0c90c65401f84f22","transaction_count":0,"txlist_hash":"3a1e3da301643f22a9b2719922a4621879b2c2d8b790e646f135bc3b5d165e65"}',0,'BLOCK_PARSED',NULL,'50254d23c02fc05d62e63b89425f3836183910ae977a09cb626b275b9e9101a8'); +INSERT INTO messages VALUES(754,310289,'insert','blocks','{"block_hash":"dda3dc28762969f5b068768d52ddf73f04674ffeddb1cc4f6a684961ecca8f75","block_index":310289,"block_time":310289000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'94a5a1790f97363c603e753e72262632f528068ad9776d8ab1e7787cf027d744'); +INSERT INTO messages VALUES(755,310289,'parse','blocks','{"block_index":310289,"ledger_hash":"cd6d4b17759152edbf25fd72dce9b9126ea31a2bb1a5435636801e0ee4be1158","messages_hash":"651ddfaf382cd045c18c9934934bed9b9f6f627fe68d6bdfc34d18cf89dbfa52","transaction_count":0,"txlist_hash":"26aeba5ab63445ebd419a02915a835d8d6a0bc25bac49dd799e356325687c8f8"}',0,'BLOCK_PARSED',NULL,'466f203af051ac1761e25b595912133a58814694eafecc21d2086e2db41eee78'); +INSERT INTO messages VALUES(756,310290,'insert','blocks','{"block_hash":"fe962fe98ce9f3ee1ed1e71dbffce93735d8004e7a9b95804fb456f18501a370","block_index":310290,"block_time":310290000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'61e9048d765ad6f1e0cadb96fe4532b507ef98609673be27503a48769b6fe8a7'); +INSERT INTO messages VALUES(757,310290,'parse','blocks','{"block_index":310290,"ledger_hash":"04a9135f416dc041d3c1c0216a84fd780d133213c3369691fbf5e8848af9d14f","messages_hash":"9c65c82f800c569546c1c4c75b1dd64e79b1cc9b734e9df04c72eb3f78c7db7b","transaction_count":0,"txlist_hash":"74c57c7e7db040f0974be44dae944c978ed2ddb01390d616c9bfaa6816ed198e"}',0,'BLOCK_PARSED',NULL,'e55afb607a86858359c83c59b1d369069d205727ff81a885ebae9657096d9f55'); +INSERT INTO messages VALUES(758,310291,'insert','blocks','{"block_hash":"1eeb72097fd0bce4c2377160926b25bf8166dfd6e99402570bf506e153e25aa2","block_index":310291,"block_time":310291000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cc68606c9a85baa007dd944c95dda5ad4d71aa934a5200e23c2aff6ba2e0e0f9'); +INSERT INTO messages VALUES(759,310291,'parse','blocks','{"block_index":310291,"ledger_hash":"50f556e01b9e8c135b20187bf863839e651a0d0bf4cfd1008b446531776f7917","messages_hash":"8a58cf3bafbaf28d65b113451591e86b0b02ee7e391badd16dcc7aa0ba0bdafb","transaction_count":0,"txlist_hash":"13ede25257044f3bd98c6905c216bed45b0d054951d2c5e86a3cf4707699a279"}',0,'BLOCK_PARSED',NULL,'5bc89da82b7cd0a039a942ea20ca329a8a40c2271ec40c16eed5ededd8b817d4'); +INSERT INTO messages VALUES(760,310292,'insert','blocks','{"block_hash":"9c87d12effe7e07dcaf3f71074c0a4f9f8a23c2ed49bf2634dc83e286ba3131d","block_index":310292,"block_time":310292000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'40bd1d1c6cbc62805770ff68f022e7ed6809c314a5d33f0ab50a27e068216ad9'); +INSERT INTO messages VALUES(761,310292,'parse','blocks','{"block_index":310292,"ledger_hash":"9d4bf4b1c5dba1132a9cbfd78c1d94cbaf15d7648da80c8bc1a8dce12a79eac0","messages_hash":"80f6e16a33cd0e5568ec96995c4ef89698184ff7ef273268155154730e518d81","transaction_count":0,"txlist_hash":"1b761ed985b1e55c95598c5c0f37df4a1e06dfd26c17792b1020cf0d28fa9a56"}',0,'BLOCK_PARSED',NULL,'ddd2e5a14ed4638094c1a195c467a9f4c9bd11a8524b31dd4e18a21524f577a6'); +INSERT INTO messages VALUES(762,310293,'insert','blocks','{"block_hash":"bc18127444c7aebf0cdc5d9d30a3108b25dd3f29bf28d904176c986fa5433712","block_index":310293,"block_time":310293000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d910546f0df2477d9f49a25569ab762dc583bec6d62b390cfaa0f1d39117330e'); +INSERT INTO messages VALUES(763,310293,'parse','blocks','{"block_index":310293,"ledger_hash":"a51a3f9af39175cc9d142eff67811307ad8f51cdd8161aaf0d98af9e2be28efa","messages_hash":"75fa04fd0cf8cecf6124c06c9d146a2439447b6c3fe1b359e6d27709ffbe1919","transaction_count":0,"txlist_hash":"2fd7a38fbb17d7b0eec35f2f03a28c4aee7f579d7f42e3ab124cf5eca07869eb"}',0,'BLOCK_PARSED',NULL,'37caea96d42e39b1a26ffbf6c0ff5f84e253b9ca35828ef8d7945456dbf32336'); +INSERT INTO messages VALUES(764,310294,'insert','blocks','{"block_hash":"4d6ee08b06c8a11b88877b941282dc679e83712880591213fb51c2bf1838cd4d","block_index":310294,"block_time":310294000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a40bf0f189e5461ba2c7e3a7cf499f19cdfc1b0a48b7b3ef07f7be1132fc9e6d'); +INSERT INTO messages VALUES(765,310294,'parse','blocks','{"block_index":310294,"ledger_hash":"3e9858caa8e835295aa7e78505ea34ce0726e3f5f6cf9fbc6dc4393a28724a25","messages_hash":"c3e0e72e999bab29b0dffcfec836aa5b203b42faf072ab3fac85aa69810d4567","transaction_count":0,"txlist_hash":"36566c7c396ecf454c6fa6d3b27dd7ad2c138a85edd74672f2e7d9791e77f0b6"}',0,'BLOCK_PARSED',NULL,'002f548ad0f0bf64e72adbdb227efa7494866cb450bf398ebb073283749d5f4a'); +INSERT INTO messages VALUES(766,310295,'insert','blocks','{"block_hash":"66b8b169b98858de4ceefcb4cbf3a89383e72180a86aeb2694d4f3467a654a53","block_index":310295,"block_time":310295000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'574df23a9ca63d1b722e0aa352923c4f0a5f186bd4524125ca16e5226a8f5c41'); +INSERT INTO messages VALUES(767,310295,'parse','blocks','{"block_index":310295,"ledger_hash":"bf48715799c46d629641ba5b72405f6e6cf0500886da94fcc6fddd306a86b02a","messages_hash":"00cc4efc0171b73b5e5db64ce94d8d96c6163d6f568fce218ed5e08e8197d245","transaction_count":0,"txlist_hash":"2d6b79733125c81413a3e70acf597a11e986893264588da74e9b8a0d5d46e1da"}',0,'BLOCK_PARSED',NULL,'ba439828bfc590be2d06d967d560e5f9c35e49e03f0d425268f899ec03175408'); +INSERT INTO messages VALUES(768,310296,'insert','blocks','{"block_hash":"75ceb8b7377c650147612384601cf512e27db7b70503d816b392b941531b5916","block_index":310296,"block_time":310296000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3b09840a7885ba5f06af42d080d45be7cad4b7f010b2e77d57f3d023db157b65'); +INSERT INTO messages VALUES(769,310296,'parse','blocks','{"block_index":310296,"ledger_hash":"08e2361ae4b98387ee43fd7230ea8b296dee677b337f0e211527e3cf29a64e9b","messages_hash":"4c05a23931186a931eb027187bf744bd508cbf4e2d5e796ea923d7adff99bf8e","transaction_count":0,"txlist_hash":"517c81a10cc4219c38e3f947dd862f6983a4a2eb22459dba31f1a656bdf4eeff"}',0,'BLOCK_PARSED',NULL,'f550ab9072abf7430963dc7d7ca504401dbdf2308e7ae6a2d8ee46490991ad2e'); +INSERT INTO messages VALUES(770,310297,'insert','blocks','{"block_hash":"d8ccb0c27b1ee885d882ab6314a294b2fb13068b877e35539a51caa46171b650","block_index":310297,"block_time":310297000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2d711229a56c2ced5952f0f62e6d1ec4ba909f2297631bd6691c9e14cc2d20f1'); +INSERT INTO messages VALUES(771,310297,'parse','blocks','{"block_index":310297,"ledger_hash":"cfefc3138983a33686dd1fc37f06fa1d7e01d9b218f7242cdd59005633c0ded8","messages_hash":"c30ed500f848d1b1f7ff9d4deaa5fa363f58e97a6cdf12e68f4cdd0ab95611f1","transaction_count":0,"txlist_hash":"85ae0c384a76e7c93b29204df759293f7a488fc71edf6b4abaea1944fa3a85d7"}',0,'BLOCK_PARSED',NULL,'723aae807cc97981ae272af8424c057f3db720c866693e9c033adf4ab740579e'); +INSERT INTO messages VALUES(772,310298,'insert','blocks','{"block_hash":"8ca08f7c45e9de5dfc053183c3ee5fadfb1a85c9e5ca2570e2480ef05175547a","block_index":310298,"block_time":310298000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'59911d00741908c463f655ef105ad694260b869f9509892be5c6d3ba007f9fe9'); +INSERT INTO messages VALUES(773,310298,'parse','blocks','{"block_index":310298,"ledger_hash":"25254257d6f6724161b2b73f94d28d3fd40594b4846699b8a2d5f45d205b1fec","messages_hash":"a275c25e51d39f599cc0400cedef4d61a1d9b9112bdc555bdc429508f842d701","transaction_count":0,"txlist_hash":"0633d67a69ae2c0ea1e7d3c349cfe1f3b753e387446787987c50782ee4601b68"}',0,'BLOCK_PARSED',NULL,'47d041b11be0e0c426b65d73b75eac3f3303698527922a201d0a803186ba90c2'); +INSERT INTO messages VALUES(774,310299,'insert','blocks','{"block_hash":"a1cdac6a49a5b71bf5802df800a97310bbf964d53e6464563e5490a0b6fef5e9","block_index":310299,"block_time":310299000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5310b16e3b3792586669626dccf722c86c6aac3f3b51e426ef9a005380761eb0'); +INSERT INTO messages VALUES(775,310299,'parse','blocks','{"block_index":310299,"ledger_hash":"756acb1055ec75df8fa70f80e23d75f2b47e75035bfd68802e68308785a2ee14","messages_hash":"ce5db5cc851bb1f59e3539dd05edfa7c56a4f10c5fa2fe2867474d24ed6ab3f2","transaction_count":0,"txlist_hash":"299d47f0c18c1629003069df0afd0bb877b45f06b5609ec171c7b87ae65a0be0"}',0,'BLOCK_PARSED',NULL,'47fa3eb59dbeae36f616e9650b838828574d6638b97fe09d61bb202afcfe4d9f'); +INSERT INTO messages VALUES(776,310300,'insert','blocks','{"block_hash":"395b0b4d289c02416af743d28fb7516486dea87844309ebef2663dc21b76dcb2","block_index":310300,"block_time":310300000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bb88d27226b9e4429238b35b1dd23d86ae6a486736a67559dc35ab1a8931869d'); +INSERT INTO messages VALUES(777,310300,'parse','blocks','{"block_index":310300,"ledger_hash":"e30027ca81176dc1e79a0ab3a5afbb839a3338dbe9ea6057aebcd383ed884c1d","messages_hash":"3721a347550974ef0110df77f0e29ddae6515156525c89a1e331359b2298060d","transaction_count":0,"txlist_hash":"8338432f3d159dd15129a269d1cf3866cc7cda8c3845ab349ee6cc240ecd7020"}',0,'BLOCK_PARSED',NULL,'38c4814eddea9bb92041636d83e40a9a938b9ccbbb8db6e90f250c000aaeb8eb'); +INSERT INTO messages VALUES(778,310301,'insert','blocks','{"block_hash":"52f13163068f40428b55ccb8496653d0e63e3217ce1dbea8deda8407b7810e8a","block_index":310301,"block_time":310301000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ef1b2bc3e92979f67e181d12c9d25e3c77ecc47514aeb9e7259c8e03ad273e1d'); +INSERT INTO messages VALUES(779,310301,'parse','blocks','{"block_index":310301,"ledger_hash":"4c2bcffc796af76a2607a978289942241e63a6387e0a2ae8fc3d02c6b5519fb0","messages_hash":"751094a1e3e451441f6e956573607dd3e1f2908b06870b22942c0c7c9b755f27","transaction_count":0,"txlist_hash":"676af2de3d30fc26112e65d493b9c2401f93822c8e414cc5e7231e60b728e6e0"}',0,'BLOCK_PARSED',NULL,'25cb2777cbe439789fdd6ba86fdee9a0db9c7c1793cfa9ab494975eb29ba912b'); +INSERT INTO messages VALUES(780,310302,'insert','blocks','{"block_hash":"ca03ebc1453dbb1b52c8cc1bc6b343d76ef4c1eaac321a0837c6028384b8d5aa","block_index":310302,"block_time":310302000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f9804969b511f6d81aba2d797d96d2f9d2e0c5aa377001a291f1609ebaa24e32'); +INSERT INTO messages VALUES(781,310302,'parse','blocks','{"block_index":310302,"ledger_hash":"a39fdd7f84d2f6e29b613a8a724bc0902d9abd2d6b4d2f46c3b0512928d69b3f","messages_hash":"22546b44a73950633a180bd3c1ccc58bc019276367ab5e8ab106e3125fd37d79","transaction_count":0,"txlist_hash":"ef3dfc32bc5b72ec279a0229af8bf6548bfb5bf4ed717e3e81ccb7710f802021"}',0,'BLOCK_PARSED',NULL,'8f92653546c3cb6148bc3bc3f2a717783051ce6c67e93cc06c4e092fd204ea7f'); +INSERT INTO messages VALUES(782,310303,'insert','blocks','{"block_hash":"d4e6600c553f0f1e3c3af36dd9573352a25033920d7b1e9912e7daae3058dcca","block_index":310303,"block_time":310303000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5f38589969b0785958e4677dc020050726ed9026df667a514576f63791a57184'); +INSERT INTO messages VALUES(783,310303,'parse','blocks','{"block_index":310303,"ledger_hash":"23f307ef560a02210f4aae5fe605c6d8af9317ab17f1e1ef0944038a3515da49","messages_hash":"de9620c23a2a4ae04247b521de62eabaf8ee48c5970e81791fffcdc211877fab","transaction_count":0,"txlist_hash":"d1c0461baeac24d356af8ba5283753c778f8ab0fa222c51b753758268f1e7fa4"}',0,'BLOCK_PARSED',NULL,'58c5b31efa08a81a2dac7a2dea0b1a10c46346fc1812b11332763600e22113b3'); +INSERT INTO messages VALUES(784,310304,'insert','blocks','{"block_hash":"b698b0c6cb64ca397b3616ce0c4297ca94b20a5332dcc2e2b85d43f5b69a4f1c","block_index":310304,"block_time":310304000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'32654288bf007969142bab64061ea048523e2166f54766ef2a487ef2cdace864'); +INSERT INTO messages VALUES(785,310304,'parse','blocks','{"block_index":310304,"ledger_hash":"6baa2ac646d3725fa01111959753844d22181cbbd1801cb12c4208be3709a3a3","messages_hash":"a783b7ac698dd4b2269ca7f19c6cee1f6af01c34d633e1dcaa81db47fcd4e5ea","transaction_count":0,"txlist_hash":"96ea912eae3265566ab229e5d5a25354c0713471d73d866b9a09c9b2954d53e5"}',0,'BLOCK_PARSED',NULL,'7a5e4f3f2de0e2028c8a19292a221f75ee28b115efecd835746d3a1762c04de9'); +INSERT INTO messages VALUES(786,310305,'insert','blocks','{"block_hash":"cfba0521675f1e08aef4ecdbc2848fe031e47f8b41014bcd4b5934c1aa483c5b","block_index":310305,"block_time":310305000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bc126f117a83b267ac314805e6fb3fb8025c30c5b9e510c96fb276d38bc36f90'); +INSERT INTO messages VALUES(787,310305,'parse','blocks','{"block_index":310305,"ledger_hash":"c366fd009860a090c632131eae9380820e512009bbbaa6f7bc5529afab7a88c1","messages_hash":"4f9ac2f58533e5358c8249fe22ea91111e7e23affa817dcb32f73bf4c5d24036","transaction_count":0,"txlist_hash":"35584be5484303aa263d746735209b04d92a6baa6045e2d684496ff5dabe59ef"}',0,'BLOCK_PARSED',NULL,'f5ef99d2401a225cab150f6656408347c2c0e559971b5b767f898fe5ea826e86'); +INSERT INTO messages VALUES(788,310306,'insert','blocks','{"block_hash":"a88a07c577a6f2f137f686036411a866cae27ff8af4e1dfb8290606780ec722a","block_index":310306,"block_time":310306000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'02e2f54514a63d1919915328bf309f1b68db47623d8b8b2c0b633a9c5da758f7'); +INSERT INTO messages VALUES(789,310306,'parse','blocks','{"block_index":310306,"ledger_hash":"fd12969b828d689063b4885a0356fc17e5207794d1f5b6a17bdeb8d584815a79","messages_hash":"7022b78355a824f13fe68b283c60387382232ed4a79de51de4a4a3363229bc91","transaction_count":0,"txlist_hash":"df65a3a9f318fd30166869a3d5d6eabb9c84399f15a7a50f39422a05ff851997"}',0,'BLOCK_PARSED',NULL,'436391d3fd96da80f96cb67dbcd2768009baa7c48b1d928393b90a400db9b184'); +INSERT INTO messages VALUES(790,310307,'insert','blocks','{"block_hash":"bc5ccf771903eb94e336daf54b134459e1f9dd4465dec9eaa66a8ee0e76d426c","block_index":310307,"block_time":310307000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1b08f04d7b8f5720e438447e59ada991d7a3c68409bae7b7a8937839c7c63c83'); +INSERT INTO messages VALUES(791,310307,'parse','blocks','{"block_index":310307,"ledger_hash":"e168094d31f56d36e4c3863fe719e6064b08ccc6f3c2adb490b1359360026aee","messages_hash":"490c0a8bada00ad6fff0cf6e03b27afe9d8591bf58f03522553dfd8119d84461","transaction_count":0,"txlist_hash":"272ae60ff5120848055f08303e13a982fc66959f3e3b72f7d7461c7f91252944"}',0,'BLOCK_PARSED',NULL,'ccd8eeb303d450554f4ef87b0f72ed462a7711fca8812e3cb77c806a08686f30'); +INSERT INTO messages VALUES(792,310308,'insert','blocks','{"block_hash":"2291ffd9650760ff861660a70403252d078c677bb037a38e9d4a506b10ee2a30","block_index":310308,"block_time":310308000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e4b05af6128c93bacefb31e504010829da7dd88ee4a1325ff551b90b01e34740'); +INSERT INTO messages VALUES(793,310308,'parse','blocks','{"block_index":310308,"ledger_hash":"523b3bba7b02e2c4e588f21ed14b7b4f6630f887cc89f9361487b581d7e633b5","messages_hash":"fe873afdfd403f3417a3680a7a0b438e2056de7bdbf70d13c2cad4177c5ae7ac","transaction_count":0,"txlist_hash":"30df282ad2859208c35204fe5e2d395734e041bd9644b8b8626678fdd64058c1"}',0,'BLOCK_PARSED',NULL,'8f3318fc85fa3493a1d241c748fe0004e57db414067965fc7f5f4db6459c16a0'); +INSERT INTO messages VALUES(794,310309,'insert','blocks','{"block_hash":"ca3ca8819aa3e5fc4238d80e5f06f74ca0c0980adbbf5e2be0076243e7731737","block_index":310309,"block_time":310309000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'227d2a7017a429862f5deade3cf9d60597249c2ea6d7a62ebbaf757b59d57061'); +INSERT INTO messages VALUES(795,310309,'parse','blocks','{"block_index":310309,"ledger_hash":"effe1a68917014086da3bf8696f6c13f3cf2cb5cbd6c18b80ed622e476cff017","messages_hash":"e54e6dde825de8d0ff7eb21be19287ca70800af906814b8deaede1bc075d359a","transaction_count":0,"txlist_hash":"197a65735f9d06d433abdd01f29f44ec697ba537ead9107ebe9cd889393a053c"}',0,'BLOCK_PARSED',NULL,'f4fb41a0ad9a44a663abed248f5eac6409eeb00f6788fe4a0c424bc85d5d3349'); +INSERT INTO messages VALUES(796,310310,'insert','blocks','{"block_hash":"07cd7252e3e172168e33a1265b396c3708ae43b761d02448add81e476b1bcb2c","block_index":310310,"block_time":310310000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eaf0a87aa9a8bf394fecddabfe1da6babf06a814c92a34e27272bd85ec16c3f1'); +INSERT INTO messages VALUES(797,310310,'parse','blocks','{"block_index":310310,"ledger_hash":"968fb8a7409531a27ffb52af484e7c1076f05b58f9a51bf9cf3d5a7d83b12002","messages_hash":"68809796c3e89fe6fc51f07c034eb85801f432ff9d9e5c6600a8b30495878aab","transaction_count":0,"txlist_hash":"b9b9eef5f4c1720522286ce5f6375613c267684ac330210ab664e29219065cc0"}',0,'BLOCK_PARSED',NULL,'161209dcec2764adca95fb27ebaf3371c8f64c037fce4fb509f6c0a82f410fa4'); +INSERT INTO messages VALUES(798,310311,'insert','blocks','{"block_hash":"2842937eabfdd890e3f233d11c030bed6144b884d3a9029cd2252126221caf36","block_index":310311,"block_time":310311000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a1b932a1519c18dc6ab05b868e421b0667947f363eb38d8829434113b06f0e84'); +INSERT INTO messages VALUES(799,310311,'parse','blocks','{"block_index":310311,"ledger_hash":"8c69639a757d0195594fa1da3f6b35a0e8c62b8df7f95db81e26d496b8c9dd72","messages_hash":"3ee453c045e63b609885eac2ec517177ec3dacdeb2a4d14e06f392d30ac8787e","transaction_count":0,"txlist_hash":"86b9b4356e26ab703e29060a4ff1be0c5cad328b2490d983eae10c24369a1649"}',0,'BLOCK_PARSED',NULL,'b8823095b716f428adb501dacd5dfd07be1de526151d978bc45eb8bcffca7205'); +INSERT INTO messages VALUES(800,310312,'insert','blocks','{"block_hash":"8168511cdfdc0018672bf22f3c6808af709430dd0757609abe10fcd0c3aabfd7","block_index":310312,"block_time":310312000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'361c4aee086cf08030a9e66b8578904567e6686c44183047f023e33edd46997c'); +INSERT INTO messages VALUES(801,310312,'parse','blocks','{"block_index":310312,"ledger_hash":"8d839bac01b9aae5e554f691ae0ee42cee072f9367fcc2811d4b3f65640cfcad","messages_hash":"2ec05b9c29bd5bb479ca8a11994bb2e4c6adf29448c2b8a39ace6042a843432c","transaction_count":0,"txlist_hash":"802b3d153e101c2772b1c96c851efab754f77fd3fd7eb59848d510f8994a9d86"}',0,'BLOCK_PARSED',NULL,'989f7eb90fea612f2699234b978e117b8cf738ca63974cb361a53f7c2ec47f93'); +INSERT INTO messages VALUES(802,310313,'insert','blocks','{"block_hash":"7c1b734c019c4f3e27e8d5cbee28e64aa6c66bb041d2a450e03537e3fac8e7e5","block_index":310313,"block_time":310313000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f6f0abbf1f9b12f78795608a998452faceb79202160a21140ade23763775bc18'); +INSERT INTO messages VALUES(803,310313,'parse','blocks','{"block_index":310313,"ledger_hash":"1377f4255bfd7ff6638734733a4b8faec97fd62aeb954e42b477c875ccc50b73","messages_hash":"a03f4ac4aa23e471bc836f867d3f513c03cff513db53d09cc11fb7bec7ddf969","transaction_count":0,"txlist_hash":"e96392425727ab5eb4e16a61aef7d28cd0826ad7bc1d8266b3c187bb22bb5d51"}',0,'BLOCK_PARSED',NULL,'cd22216f7a11305ee78f0b57c16002c3d7fa3db8ac2ca85f955a7499c29dd628'); +INSERT INTO messages VALUES(804,310314,'insert','blocks','{"block_hash":"1ce78314eee22e87ccae74ff129b1803115a953426a5b807f2c55fb10fb63dc8","block_index":310314,"block_time":310314000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f3bc2e782fec1e93941096e913617f6261b2071c5f424fb161233e3df428ef1e'); +INSERT INTO messages VALUES(805,310314,'parse','blocks','{"block_index":310314,"ledger_hash":"8ed80d44f0d6ad01a30611d94b91f735ef3a166cf0dfa7531492a3e4ac7c29f1","messages_hash":"2c9da0faca663daee60b435f341773c3fad6a79c07712480ceb72f6cfa949fc6","transaction_count":0,"txlist_hash":"17d9134674657a9958c43efaea302df438762233e7e5d57811b71378e3d62695"}',0,'BLOCK_PARSED',NULL,'790c927f107cf8f44f77ea67030ad8a04dd2bf68eba572ffdc6343d90e24723a'); +INSERT INTO messages VALUES(806,310315,'insert','blocks','{"block_hash":"bd356b1bce263f7933fb4b64cf8298d2f085ca1480975d6346a8f5dab0db72cb","block_index":310315,"block_time":310315000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5e9955a87435762a1aac4d38d63420336816dc4f1d7c8102a3548a8af0a25620'); +INSERT INTO messages VALUES(807,310315,'parse','blocks','{"block_index":310315,"ledger_hash":"24b5905cf0d5349b7031870af9677916892e3292fa61455a75e84c1605a398ba","messages_hash":"658aa6ace466b25f9a2f8012bbb493d43c538368065a4c2cfb9c7747997bfecd","transaction_count":0,"txlist_hash":"d8bad5e8a6ab63c8e0394c200e6b90cb2a1feabe3f58dc0faaaab59bb0b82654"}',0,'BLOCK_PARSED',NULL,'1291e1487497cf2d138d8881332e7ff1e6fe4a040759dee9a5014eac490f7e3c'); +INSERT INTO messages VALUES(808,310316,'insert','blocks','{"block_hash":"ea9e5e747996c8d8741877afdcf296413126e2b45c693f3abdb602a5dae3fa44","block_index":310316,"block_time":310316000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1aeed653889ba65b88da4c4f14360a96053069556cb7a592185afa945f02e68f'); +INSERT INTO messages VALUES(809,310316,'parse','blocks','{"block_index":310316,"ledger_hash":"a191657253ca159739403f35417ef74637b053db49c7db62465fde4c54e69239","messages_hash":"17cf652df01cc7f3819753b8a996c88e88441488be18dc2a5f17f3b44c7f557d","transaction_count":0,"txlist_hash":"daf2edaf9fb8e7f718f56cff9e570869297ce6bd350794501b05e02a541e1c84"}',0,'BLOCK_PARSED',NULL,'acdc5eaebbfdf7a50d91f235109a91add773509657d73966531cdafb9c5f4d00'); +INSERT INTO messages VALUES(810,310317,'insert','blocks','{"block_hash":"aa8a533edd243f1484917951e45f0b7681446747cebcc54d43c78eda68134d63","block_index":310317,"block_time":310317000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cce1831d26cc07ab0b1e0bb09aa82813f02c05deee401ca6583a3d43718dd21d'); +INSERT INTO messages VALUES(811,310317,'parse','blocks','{"block_index":310317,"ledger_hash":"bf6d880b9fa42b0e38523c00c92a898093afd068450be504a0a56bafd69ed647","messages_hash":"bf0c40e119b2f36ba085f29dd917e5433c8b1ce446db9615128714ed18a451f0","transaction_count":0,"txlist_hash":"740737c2cd6ffb9a5e89e2ae0d34afe5f0bb48d120ae482802b76d07100b6153"}',0,'BLOCK_PARSED',NULL,'cece3acff97602f1043bbc039c738e759b8382d76c4d3e810ae7cb8ed799e0c7'); +INSERT INTO messages VALUES(812,310318,'insert','blocks','{"block_hash":"c1be6c211fbad07a10b96ac7e6850a90c43ba2a38e05d53225d913cc2cf60b03","block_index":310318,"block_time":310318000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'18813c8a8bbb6860989d050b2d0dfae3c63e066c179fa94bf869c9b1084952ba'); +INSERT INTO messages VALUES(813,310318,'parse','blocks','{"block_index":310318,"ledger_hash":"6422eb2cab5937adb9ca2194c025d0dce63cd62e18d7ebd63220207957c942ee","messages_hash":"a0f4a333a2b6b614225fd6aeb07ad4b4dbd31922d093962a3c2f3859f5cf38ec","transaction_count":0,"txlist_hash":"3cb46a2e5b1a3ef3dd37dbe0cc429962982812eb9c7f87b5282a77a4a7f6185c"}',0,'BLOCK_PARSED',NULL,'5ff82c71ba689bace17e9c23373daad57735ee81dc395751e8ddf23511420398'); +INSERT INTO messages VALUES(814,310319,'insert','blocks','{"block_hash":"f7fc6204a576c37295d0c65aac3d8202db94b6a4fa879fff63510d470dcefa71","block_index":310319,"block_time":310319000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4a83109e6161e0f37b1e8dd65a5f73140d0f21dd3173b08a1c4a282c06bd956c'); +INSERT INTO messages VALUES(815,310319,'parse','blocks','{"block_index":310319,"ledger_hash":"efb625496aa4365f5ac198a82833c880a60cd5f86d04689463216619cd7d96b8","messages_hash":"3eb1b71abb8453a3813257c38b0c48b1b978ad9902484ce5cedd157bd86ba6c3","transaction_count":0,"txlist_hash":"ed69cef0ba9e4a9371deca76209629cc988257493a69006504b96a99b3da4222"}',0,'BLOCK_PARSED',NULL,'b877f61d88ae934112b0f92fefdd23e4cb34ae71925d47ce2680f3bde0df56df'); +INSERT INTO messages VALUES(816,310320,'insert','blocks','{"block_hash":"fd34ebe6ba298ba423d860a62c566c05372521438150e8341c430116824e7e0b","block_index":310320,"block_time":310320000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'607e11dd4c446dea0a558f9dfff8fee1ef689c30a7effb7303477c87bbeba5d9'); +INSERT INTO messages VALUES(817,310320,'parse','blocks','{"block_index":310320,"ledger_hash":"8c3938d7b3c0a822ebee67f1ecf21b1db6496e19471cf1f2cd00f30325d0c88a","messages_hash":"475ffa5780301e65f93253e2c1470945458a927ac3b9bb2735697ef257be3b51","transaction_count":0,"txlist_hash":"b87169ed018fdc8251d14b58f8d0e09001e45ab5dd76eb2408ab625d34ec584b"}',0,'BLOCK_PARSED',NULL,'028eb28657b65cd5f19099d2514bbf1d8952e59b2e49a1bb0e6d9322cfb1fa7d'); +INSERT INTO messages VALUES(818,310321,'insert','blocks','{"block_hash":"f74be89e9ceb0779f3c7f97c34fb97cd7c51942244cbc2018d17a3f423dd3ae5","block_index":310321,"block_time":310321000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a571ae910e11704a925e1d44e2e92abb75a20864f458bb50a6337abf4a6e6a8f'); +INSERT INTO messages VALUES(819,310321,'parse','blocks','{"block_index":310321,"ledger_hash":"21e4c3a7afd02f183cbb69709fc6c006ab3d38fef3466de1a1870232d1c891bd","messages_hash":"436d9b4b6e0687dc4954248da24815cc55a53ace5385f4922aae889bb4aa4978","transaction_count":0,"txlist_hash":"77ef24833ac345e51eeb48fa9adbb111e31ffa3739298ce12a18d2f581c9a79a"}',0,'BLOCK_PARSED',NULL,'5e0592147a91eeec084bd12371a2b6712b6e5a773cf4962f023717e3f2da15c6'); +INSERT INTO messages VALUES(820,310322,'insert','blocks','{"block_hash":"ce0b1afb355e6fd897e74b556a9441f202e3f2b524d1d88bc54e18f860b57668","block_index":310322,"block_time":310322000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eb94bd5aee5648f551b31200543106e5f79af2eeae949644b48d6184c220885c'); +INSERT INTO messages VALUES(821,310322,'parse','blocks','{"block_index":310322,"ledger_hash":"01b3b28c4d8eb796827267c06e6362206884e44f40c3f72d9b5c9d1e6cdfb29a","messages_hash":"656f0f41a5fe4585740beff80be7e7272007f8110625cfbc56d922492bc48a26","transaction_count":0,"txlist_hash":"3833d915749baf7aa33484d7a6b6b28e4acf0d78ee0f1b4e8ab44b22d756a3e3"}',0,'BLOCK_PARSED',NULL,'c475cb0cf4aa8fb3e92032b00dcc5361150941661a81aa2917d0b58dc1423b23'); +INSERT INTO messages VALUES(822,310323,'insert','blocks','{"block_hash":"df82040c0cbd905e7991a88786090b93606168a7248c8b099d6b9c166c7e80fd","block_index":310323,"block_time":310323000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9a9427068649cd2c3a6830f87cf0d37b5f4fe0b731eb407e8bad70896896224f'); +INSERT INTO messages VALUES(823,310323,'parse','blocks','{"block_index":310323,"ledger_hash":"a362da58df0d31eeaa93a25c91c17bec62f9cad6ff0c31420584ce293ecafdbc","messages_hash":"2cde70122a8245d894de17624adbd6d95ecaddea176bec173d125c1fea2636f1","transaction_count":0,"txlist_hash":"2d41c7286053cb2256526ce42c03ab1288dfa066720e9ae5e5dac4532d512de4"}',0,'BLOCK_PARSED',NULL,'3fb81c61274085481f52795070f0bc4b6ae03dc20a420931c924621d8be03f42'); +INSERT INTO messages VALUES(824,310324,'insert','blocks','{"block_hash":"367d0ac107cbc7f93857d79e6fa96d47b1c98f88b3fdda97c51f9163e2366826","block_index":310324,"block_time":310324000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'24c84324fb607a8e0f1f87f3a2ffb5c58b49bdd9eb3bab5a1f4ced036a86f79e'); +INSERT INTO messages VALUES(825,310324,'parse','blocks','{"block_index":310324,"ledger_hash":"d1b353ac97e000471c66df8ee04d7b0c25f7eead2414e5648cd2ef334881bad6","messages_hash":"ab31c7262b5404e6390b46a78922abc749cfce383ac626818c833ec1a2f099f2","transaction_count":0,"txlist_hash":"051b158e05c22a326dd8becd27d142b52477b9209f369599db5c5e25484af157"}',0,'BLOCK_PARSED',NULL,'71a19baa6cc48629242b6972b85adf24e731c688676951a28f660772c451f96e'); +INSERT INTO messages VALUES(826,310325,'insert','blocks','{"block_hash":"60d50997f57a876b2f9291e1ae19c776df95b2e46c14fe6574fb0e4ce8021eac","block_index":310325,"block_time":310325000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'253933baa116c56c269329457d7688af85ccff16339981e2b8e3b62aa76bfdd4'); +INSERT INTO messages VALUES(827,310325,'parse','blocks','{"block_index":310325,"ledger_hash":"7734300dc764c67fde935dd4432396de4a31cedc2901f3fc70bf1576797cf7b0","messages_hash":"7d1a4bb01568e8fa18e487c0036fada57e7891c253030a05bccf16132cbc30a6","transaction_count":0,"txlist_hash":"7671d8cfff3601fc44132a6d274c1ab1fb0b4fb712041d86eb28157667682251"}',0,'BLOCK_PARSED',NULL,'e2cc8bc192ecb2786b34618d4fe503a5569dc2230fa12456c2e4e32489dbf00a'); +INSERT INTO messages VALUES(828,310326,'insert','blocks','{"block_hash":"d6f210a1617e1a8eb819fc0e9ef06bd135e15ae65af407e7413f0901f5996573","block_index":310326,"block_time":310326000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'13d79e0d7d740330f3640c1e23965f0cf2d75a7268d96672887d379749009f0b'); +INSERT INTO messages VALUES(829,310326,'parse','blocks','{"block_index":310326,"ledger_hash":"ebe859a722587fd456695c6a46af7f0bf54c03e940bdbb5424520a8c1fe70617","messages_hash":"513d105bf093d239c07acfc21122a51cdd6f2d65d31193fe1908b6ca9be70bd9","transaction_count":0,"txlist_hash":"72884e56565b442c37cbbc572fa762c7b7b3c549c396037393463be7afb089fa"}',0,'BLOCK_PARSED',NULL,'1d1175c98229805abbef41845d3780515ee59dc6e12bfa05f4d30790b7e91e26'); +INSERT INTO messages VALUES(830,310327,'insert','blocks','{"block_hash":"9fa4076881b482d234c2085a93526b057ead3c73a6e73c1ed1cdee1a59af8adc","block_index":310327,"block_time":310327000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6da35402314513887bbb68adee0f4cff1db24d5b68b92d86b77da8fd99b8d0ed'); +INSERT INTO messages VALUES(831,310327,'parse','blocks','{"block_index":310327,"ledger_hash":"8ced7a546ee2c746d4dc3f0ecd2fb4eaa62c65c4e98be74545d8de22c03526e6","messages_hash":"212415a4f27242329754028928555fd67ae7c92b28e88d5e63d9fba576116f96","transaction_count":0,"txlist_hash":"ccbabd4fc70b15ebb6f28afa6f96e4a1f0af08e6a3cdfb518ae008432b908739"}',0,'BLOCK_PARSED',NULL,'e69489ddcb209627b830b13306acf245956cb07fc517346d7888019ed5e60afb'); +INSERT INTO messages VALUES(832,310328,'insert','blocks','{"block_hash":"c7ffd388714d8d0fc77e92d05145e6845c72e6bfd32aeb61845515eca2fa2daf","block_index":310328,"block_time":310328000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'08664a19b4e2eb6ad2ea7ea6291bf4824dae829ecfadbd06097606cbb2e595b7'); +INSERT INTO messages VALUES(833,310328,'parse','blocks','{"block_index":310328,"ledger_hash":"bb5d3479e492f52a0b3b69d29852faefdff645f9b113eae82594f57e8aa40b5d","messages_hash":"898e0e694aefdcf8cef9a081932baa5019cf27e23972af4933cc099460c62e98","transaction_count":0,"txlist_hash":"42fa2df2e053f97e86881395e5d66de912e59bf73eb5be322ab170b06fabd344"}',0,'BLOCK_PARSED',NULL,'1388b94d76cae2e151d7a3b9382db296bfa29dc862c27b671c0a0fbb97828c04'); +INSERT INTO messages VALUES(834,310329,'insert','blocks','{"block_hash":"67fb2e77f8d77924c877a58c1af13e1e16b9df425340ed30e9816a9553fd5a30","block_index":310329,"block_time":310329000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0b55ebb56938a772f30c89045cf17160be64fa43c83d51da8a8a6e03a4a81b0f'); +INSERT INTO messages VALUES(835,310329,'parse','blocks','{"block_index":310329,"ledger_hash":"4ad2c9d802db762537be19143ef5eca474cd9f749bbbc661cb95bcf1dcb0b02b","messages_hash":"24b8d442bf44637e0a3d9d531a15ed697c5c1074e370cd0e0d7b0e4a8905dac4","transaction_count":0,"txlist_hash":"a5336a1818452ca9888d582bb5ad8182e00ec37723d42e6769b001069f96232a"}',0,'BLOCK_PARSED',NULL,'3a93b0aa73655033fa6a133d323034ef767055d024066b957f00c9756a484468'); +INSERT INTO messages VALUES(836,310330,'insert','blocks','{"block_hash":"b62c222ad5a41084eb4d779e36f635c922ff8fe275df41a9259f9a54b9adcc0c","block_index":310330,"block_time":310330000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d4337c4241a3f533f4f0c676a0a5143537dfb1593b1b643927494f74d4b53539'); +INSERT INTO messages VALUES(837,310330,'parse','blocks','{"block_index":310330,"ledger_hash":"4a9a6b59d56f6b7cf867095d939f9bddbf779141177feda470df3759b7d48be3","messages_hash":"06a7a7f36d337ddeb0ce0f35f9474de5690ae9c1694d1720f7c3baa30a0c2af4","transaction_count":0,"txlist_hash":"263932b9bd949d4b0557a7fcd5597a0c607c722b34e644f9795e4f08713a4436"}',0,'BLOCK_PARSED',NULL,'f1114ac699dafb2dc77cd97c7b81f78d90b5741632494deb0b46dc64b121a054'); +INSERT INTO messages VALUES(838,310331,'insert','blocks','{"block_hash":"52fb4d803a141f02b12a603244801e2e555a2dffb13a76c93f9ce13f9cf9b21e","block_index":310331,"block_time":310331000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f378aff1baba568b7d975822eecb69b1bd40a344016f1c846838a8277985addf'); +INSERT INTO messages VALUES(839,310331,'parse','blocks','{"block_index":310331,"ledger_hash":"c676b9c31e0e3d74d005ad0a52a18ba34688b6002da5d269bcea0f789a4f8e91","messages_hash":"2be5caffbbcc4b5767bb0d73119d379a0432e0239ba5f543b509e6a686f8661f","transaction_count":0,"txlist_hash":"646197318fca63f2c8068c0a119f122d02cfea4a5c95201d6cc2eada9ba276a6"}',0,'BLOCK_PARSED',NULL,'092d05d425271c33bfbfa6fedbbf93292db84e61a239f6e2ae3e3f83a7a69fc3'); +INSERT INTO messages VALUES(840,310332,'insert','blocks','{"block_hash":"201086b0aab856c8b9c7b57d40762e907746fea722dbed8efb518f4bfd0dfdf2","block_index":310332,"block_time":310332000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cff4daed78d13045078656028f397959816d2bf1500d7f39cf22a31ae14c9ca8'); +INSERT INTO messages VALUES(841,310332,'parse','blocks','{"block_index":310332,"ledger_hash":"cf0b702c03ecff4bda1254dd5e96ca580b69d5d02d1f233725fccbe1f5f32000","messages_hash":"6ab690711e195c326823ed2d7923e6aa5d5fbc22f8d88033e366438001251dd4","transaction_count":0,"txlist_hash":"8197afee90f808a95bd5a3dbc9c41618e3a07a3039dc2e2539a94cb023e54a0b"}',0,'BLOCK_PARSED',NULL,'e045ce1c31dbb5af34d20e5acbc6ed4d4f00c9f787eefd37fada707b0e251235'); +INSERT INTO messages VALUES(842,310333,'insert','blocks','{"block_hash":"b7476114e72d4a38d0bebb0b388444619c6f1b62f97b598fed2e1ec7cd08ee82","block_index":310333,"block_time":310333000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'583c53d320f1203a4cf7edb5f6e943e0a0c5a26df5d7b495f3a89400fe47d2ef'); +INSERT INTO messages VALUES(843,310333,'parse','blocks','{"block_index":310333,"ledger_hash":"b40359eb197db65549946d93a39b2a732e0694d21b8d0138b9bfce4f5a87ae5b","messages_hash":"228f615f21fa741cc9f99baa8f5f3bf2ed3c17109092c1a3ddd214b4f418f608","transaction_count":0,"txlist_hash":"c8b269f3fb117e7ea3a9592a023787d886ffc388f91fd651618f807c017c9a67"}',0,'BLOCK_PARSED',NULL,'913dc40e7a1cc2294c53bbe6058ef369317370ad2396d024acd1ce3648057c0e'); +INSERT INTO messages VALUES(844,310334,'insert','blocks','{"block_hash":"a39eb839c62b127287ea01dd087b2fc3ad59107ef012decae298e40c1dec52cd","block_index":310334,"block_time":310334000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7ba4f67f43d19e583424c956b1d5cd770d6c713bcf59efc247f22f81ee3c2842'); +INSERT INTO messages VALUES(845,310334,'parse','blocks','{"block_index":310334,"ledger_hash":"7cb471ec146f9ec1e4d1b93184ea641f7b8088807dedcd1c0be4ca5ba99e80e1","messages_hash":"6f1e77037c22c6502da87895fece9d3e8d789b545cd75bbb64498de113a97a4b","transaction_count":0,"txlist_hash":"24eb770852273754585985a5fed612de801663408db3703bb9771d5bcf518cb9"}',0,'BLOCK_PARSED',NULL,'8e70cf681932dcbcbf703eb0b95829812cfc83a502048d573c2d4e83be7ff84a'); +INSERT INTO messages VALUES(846,310335,'insert','blocks','{"block_hash":"23bd6092da66032357b13b95206e6527a8d22e6637a097d696d7a96c8858cc89","block_index":310335,"block_time":310335000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9f44da70812900a0ae3f1b4a5abeb360090551118b22080e70ba1cefa1864426'); +INSERT INTO messages VALUES(847,310335,'parse','blocks','{"block_index":310335,"ledger_hash":"47de747ec20cbec96a6bc4b71f67ea827c7a5a1ab0d3541fd539efac7442d644","messages_hash":"0630a3ea59c0bc5d7913e4f51508d9370a91c6402fc02a99177a6bce3fba1507","transaction_count":0,"txlist_hash":"ba840a499b9de3ae457db93220ebb7bf61560f33660b8e7b980178325d114cec"}',0,'BLOCK_PARSED',NULL,'a2f19d6ac8c05267b93c2f2d95e5d29c21f0b66b766a93b88a134020e7a2146d'); +INSERT INTO messages VALUES(848,310336,'insert','blocks','{"block_hash":"ec4b8d0968dbae28789be96ffa5a7e27c3846064683acd7c3eb86f1f0cc58199","block_index":310336,"block_time":310336000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b9595fcb5041f07e40e7fb0d17e1ae6baf9668c18b2138a51d161306de8dd325'); +INSERT INTO messages VALUES(849,310336,'parse','blocks','{"block_index":310336,"ledger_hash":"c216588e623d2b3d03499c7e9f817106b20a8c98765979987633f1e4e50d9594","messages_hash":"37e3802e0b362fee1dbeb4f62ef36855990f529d0712165ecabdd7b6d1a4ac5f","transaction_count":0,"txlist_hash":"a6c20cca4d22fa5b8357fae640f1a90e3e656f9015eb5db289ef6da17b597f1c"}',0,'BLOCK_PARSED',NULL,'9fa3b746bc619fd479d41ac300fd7503d567a85f4ace35513c929d2dcef374a0'); +INSERT INTO messages VALUES(850,310337,'insert','blocks','{"block_hash":"055247d24ba9860eb2eadf9ec7ea966b86794a0e3727e6ffbcba0af38f2bc34a","block_index":310337,"block_time":310337000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'18dc1d94998128a6be40900e48e9e5b4a75bdcf3110faf649f40ea7613f22c78'); +INSERT INTO messages VALUES(851,310337,'parse','blocks','{"block_index":310337,"ledger_hash":"a558b47328f54b79a5ad9f7737af0e4df07e13e20f150296370e111879c09c2e","messages_hash":"a2224a100b9277fc0b68755fddd498519d1b3fa75747346188e7bce21ceb876b","transaction_count":0,"txlist_hash":"15c9f81424d97e28fc5d40b9f74edee6bed3f68f8c81dcf572cbd786626ff353"}',0,'BLOCK_PARSED',NULL,'8f522cf7b6c90bde368efbe65d1bc694d793da6ae6a7d63e96e8dac973bab974'); +INSERT INTO messages VALUES(852,310338,'insert','blocks','{"block_hash":"97944272a7e86b716c6587d0da0d2094b6f7e29714daa00fec8677205a049bcd","block_index":310338,"block_time":310338000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d0fb3fa40420c1e00cc93a6ab4f2ca13625cc345c8d1c69b2ef3b597fccb5a20'); +INSERT INTO messages VALUES(853,310338,'parse','blocks','{"block_index":310338,"ledger_hash":"31bea50c6481fa982eace70df5fc13d2981f1af13962809e3492b493a0dd4905","messages_hash":"ff671ee39360d6a5a8c89fa4075c5ae9ef15302413b43660db715b9f69074a92","transaction_count":0,"txlist_hash":"ee8efb364c79aae62d48d0198d7ca348d71f312eaef01daf906fec89d2fe9166"}',0,'BLOCK_PARSED',NULL,'54fb5beff08c643d148db521a7f0786b54537ff9850a19556255c55ffb7e4214'); +INSERT INTO messages VALUES(854,310339,'insert','blocks','{"block_hash":"99d59ea38842e00c8ba156276582ff67c5fc8c3d3c6929246623d8f51239a052","block_index":310339,"block_time":310339000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cc5387169ad25b930ce08e5fe45e22fb1193e08c6102dffd2fab95e4bd7cfb5b'); +INSERT INTO messages VALUES(855,310339,'parse','blocks','{"block_index":310339,"ledger_hash":"6605ca3db3c509fbc8574f2e10a3f981e2ff17b2812946ec8f2b1e49ba44f220","messages_hash":"a47bfb4a96be4137e77b5753cb2289eddf7d571e34c148b6527a157bbbed2f7a","transaction_count":0,"txlist_hash":"af5e50fc6a529fb06423c8ad7beed13c6e1de1c3f746f53dcedb7af76e0d95ff"}',0,'BLOCK_PARSED',NULL,'4ccdb21d443f8c67ad3011d9035fe37291b1693eda177620dbff7ee6c77fb470'); +INSERT INTO messages VALUES(856,310340,'insert','blocks','{"block_hash":"f7a193f14949aaae1167aebf7a6814c44712d2b19f6bf802e72be5f97dd7f5a0","block_index":310340,"block_time":310340000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4b38518969a536b4556d816724d30d31e2438fd407c3ddcc09f3e9a1950a29b4'); +INSERT INTO messages VALUES(857,310340,'parse','blocks','{"block_index":310340,"ledger_hash":"7db1ad1952cac2dda86fff6e5f939010bb30a1da26af438d354e17f423d5bf1f","messages_hash":"5e836febee6152dec790e89d8cafeec7abda4a51a5de5413993de6d221032a8f","transaction_count":0,"txlist_hash":"f42c5c43148a61dace7d50127d905f236ad738774c20d4f874fc3b824b58cf92"}',0,'BLOCK_PARSED',NULL,'f17ecd90a454b9302ff5a996ea5d34027b825df34b8cc7f3dca04ad791fb4eb1'); +INSERT INTO messages VALUES(858,310341,'insert','blocks','{"block_hash":"6c468431e0169b7df175afd661bc21a66f6b4353160f7a6c9df513a6b1788a7f","block_index":310341,"block_time":310341000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9c0c0ff7c21d4657bfb9e4441b9fcf8260335408f49d619b3de8bd896b9ca843'); +INSERT INTO messages VALUES(859,310341,'parse','blocks','{"block_index":310341,"ledger_hash":"1a1eef01250d2c53a1b34a8ee5b1e8fce984c3d47d28c544c6e162493b51225b","messages_hash":"4fbe9826d55a19a98aaa04554499e8c2d7d709a3e5ab65f5eabc42902b71c8bd","transaction_count":0,"txlist_hash":"5fcdf7ababadc89a26c3833bc8b819642466504b58323cded8cdb8a904239ce6"}',0,'BLOCK_PARSED',NULL,'d24399792735044bc29d2cfeabb7b8568b5ee5d8d4f2627c71ad2279b603fd31'); +INSERT INTO messages VALUES(860,310342,'insert','blocks','{"block_hash":"48669c2cb8e6bf2ca7f8e4846816d35396cbc88c349a8d1318ded0598a30edf7","block_index":310342,"block_time":310342000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8ded460c3e81ff29951f714b2c806dfe1affe2e02cbc0bb49e1ec428da1d0c26'); +INSERT INTO messages VALUES(861,310342,'parse','blocks','{"block_index":310342,"ledger_hash":"3c85c0b825985b04b42137da7e59fb3daaaf9e65b871b79390a4d8b31be5da92","messages_hash":"64db4cd206b12c66bbebad731c3800bb4d229ebc9c0a7649530fd7f8df991ad8","transaction_count":0,"txlist_hash":"b165c708026f386ddc7206518e594fcef7b5782fa0db77db6ce5b02e3b563145"}',0,'BLOCK_PARSED',NULL,'84066076881362b42efff2cc0313abedeb87ee102e78e61afaf724c10fb61f4b'); +INSERT INTO messages VALUES(862,310343,'insert','blocks','{"block_hash":"41a1030c13ae11f5565e0045c73d15edc583a1ff6f3a8f5eac94ffcfaf759e11","block_index":310343,"block_time":310343000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f0e2e7585d3275b95068137f2cfaec6526b5760f6a3bd4fe69aed80a0878f8c4'); +INSERT INTO messages VALUES(863,310343,'parse','blocks','{"block_index":310343,"ledger_hash":"26f4ea323dd31b715c7a7f4ab8f1feabb199333a8494449ed538ff13215bb3b2","messages_hash":"eacc2c4c677db5d033363f50cdcbfec21836736d9c84808a81f2e3311cabcd0d","transaction_count":0,"txlist_hash":"37808f9fb4ad766c671be7e9703aa7c7ea53991fa838400536d25f304ebe8090"}',0,'BLOCK_PARSED',NULL,'3837b8baa0743829c019a05f4240890c22fdb78c80a4350118a13dc737427d93'); +INSERT INTO messages VALUES(864,310344,'insert','blocks','{"block_hash":"97b74842207c7cd27160b23d74d7deb603882e4e5e61e2899c96a39b079b3977","block_index":310344,"block_time":310344000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'851d345ee858f381ce719e012f59233901bd1b21f25a45352a28bcef2c3c362b'); +INSERT INTO messages VALUES(865,310344,'parse','blocks','{"block_index":310344,"ledger_hash":"444314748cb1fa1c836b3b4de65c3920c7fe446741193e5f77843affe3bee908","messages_hash":"28623bee0f846c7634724a078f0431a6681592adc07f5511d6a44b6f25efa6e9","transaction_count":0,"txlist_hash":"52dd50744ce4773a3db8dcf016a392a133ff7ebbeaf293d4ecb4a32fcc575a19"}',0,'BLOCK_PARSED',NULL,'6dd35a9342d02a378aeb4dd363517b1b45c9322bcbb396fd512a7232089d6801'); +INSERT INTO messages VALUES(866,310345,'insert','blocks','{"block_hash":"0bda7b13d1bc2ba4c3c72e0f27157067677595264d6430038f0b227118de8c65","block_index":310345,"block_time":310345000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8f4bad74906b2498da35d002e5ad190753480371b4bed3523fabe58ec68b1f38'); +INSERT INTO messages VALUES(867,310345,'parse','blocks','{"block_index":310345,"ledger_hash":"d1775816bb104187076be74e78e87fc6d367c3cb31d372329aec2b635002ca2e","messages_hash":"d037646e109f17a13d4a370a20212b8c618d0dde89cb0d89cf1cbfdb7a5e5539","transaction_count":0,"txlist_hash":"15f4f9eb55ff5d2b8efb40a57193f253470889b1fb2f532f02b66d236bc902bf"}',0,'BLOCK_PARSED',NULL,'029d9492523a52167afc04e052019af8383106019938a4b062c2f54bd6c98d98'); +INSERT INTO messages VALUES(868,310346,'insert','blocks','{"block_hash":"0635503844de474dd694ecbcfb93e578268f77a80230a29986dfa7eeade15b16","block_index":310346,"block_time":310346000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4f30468f9c554c0b1a208fc5c6bf4e86162008ec1e2efed4d1f303e6a783cc6d'); +INSERT INTO messages VALUES(869,310346,'parse','blocks','{"block_index":310346,"ledger_hash":"3244eed1df8ec4ae0ddb04f9f6e59e54244ca3df10dc21fc89c99c74ba734781","messages_hash":"a4d9e941b5473eaf4fdddab75e608543fb0a7d6e460db41a992eb4638303a333","transaction_count":0,"txlist_hash":"58faa47bcd277d0d52d39a46473882adc797797cf2c30967418fb4ae832dc21d"}',0,'BLOCK_PARSED',NULL,'14462d0107e3122720da175addcbbd4c3d0d135820d35e05ec3ef44bdf84cc0a'); +INSERT INTO messages VALUES(870,310347,'insert','blocks','{"block_hash":"f3f6b7e7a27c8da4318f9f2f694f37aaa9255bbdad260cb46f319a4755a1a84d","block_index":310347,"block_time":310347000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dc7c078df7d787fd48c37ff1ae4f5e7b2a8ee987728be506bcbcbbe1c270b927'); +INSERT INTO messages VALUES(871,310347,'parse','blocks','{"block_index":310347,"ledger_hash":"6fd1802c269750b69ec04df457d47cd6b44c261340ebd5b4da61f06ede6aa166","messages_hash":"c3a10652f651facace47383a64d17b7af854876b8e0c63a94cc0cbfccdfbd60a","transaction_count":0,"txlist_hash":"716162f3fea6641e6ac697eb11880c5b39903de4ab30fa24e899e363d5c1d9cd"}',0,'BLOCK_PARSED',NULL,'724640ed506667e895b3a5c703525412dd8fbe5333beaa712e6baf93b7d938f8'); +INSERT INTO messages VALUES(872,310348,'insert','blocks','{"block_hash":"c912af0d57982701bcda4293ad1ff3456299fd9e4a1da939d8d94bcb86634412","block_index":310348,"block_time":310348000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'58faa6642090a4a7b04409d35a7c164efda22b98c7a1449777727ebe836ec733'); +INSERT INTO messages VALUES(873,310348,'parse','blocks','{"block_index":310348,"ledger_hash":"668330e80a23f499c0e91b01c4c51aab393813b840f81b6b672611e391699faf","messages_hash":"dca5ab8e12d7094b19d61408c832a7f6c4386a9722a1f4d6c042fdc47661377d","transaction_count":0,"txlist_hash":"8c169d593d4c922ef7d3f530f6de4da37c01716f19ea19b48b122a6135f3e293"}',0,'BLOCK_PARSED',NULL,'5dd88028b80f7670ad083e6bd739e611290eb0bab6fb16d760faee031e638df5'); +INSERT INTO messages VALUES(874,310349,'insert','blocks','{"block_hash":"ca911c788add2e16726f4e194137f595823092482e48ff8dd3bdbe56c203523c","block_index":310349,"block_time":310349000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8111720c494aa0d2f4db3e0457076359f4279f96d0089fa867064bdec1ec1d10'); +INSERT INTO messages VALUES(875,310349,'parse','blocks','{"block_index":310349,"ledger_hash":"32b36035ac1684e93126657ecd9711feb689672f64cceb03d220a8089dfacf12","messages_hash":"57aa7d9953fc2b28ae1868b69faac5ea7a8b01465a1384e7761505425e5676d1","transaction_count":0,"txlist_hash":"8d54849ce08f65fd3dd06baf845e5a3132b84c960e6f316c4bbbbe5a3d2b7b01"}',0,'BLOCK_PARSED',NULL,'5649021b7ab578af900de338044546bac93b01ec0f996ee1ed834c4fd228c976'); +INSERT INTO messages VALUES(876,310350,'insert','blocks','{"block_hash":"c20d54368c4e558c44e2fbaa0765d3aecc8c9f01d456e3ff219508b5d06bd69d","block_index":310350,"block_time":310350000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6a35694f6ba633c336aff02be101f4f493512ad17ee4216bf67199d644684dca'); +INSERT INTO messages VALUES(877,310350,'parse','blocks','{"block_index":310350,"ledger_hash":"dbe70bf3b8e4b74ac25c1b6737b6a760e6a06a4f96ee83a5ca728c8501d4af05","messages_hash":"ca09db526a01b8ea30aa606c8ec32e6e7212de7a8951ff69ea0bc15dcb28203a","transaction_count":0,"txlist_hash":"1e46f66542896fa2ff6048472d49feed3065a6fffaad639da03027b00ce377bf"}',0,'BLOCK_PARSED',NULL,'3435a5674a7f741ede1674fcbab06e304379192ca2e1a5fbb59ffebef46cfded'); +INSERT INTO messages VALUES(878,310351,'insert','blocks','{"block_hash":"656bd69a59329dbea94b8b22cfdaaec8de9ab50204868f006494d78e7f88e26f","block_index":310351,"block_time":310351000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4815fd6fe7b1b03a44d79336fa2707994b77da40d5d24997fe27b94144193571'); +INSERT INTO messages VALUES(879,310351,'parse','blocks','{"block_index":310351,"ledger_hash":"89bb7ea865a221a3646f78ea774a7cf1e15e8d65b85ddcfbdf87773145904151","messages_hash":"6f18f886877ddf5d9dc9987435efc39ba469808f1dd9de87fce5fc55df9997cb","transaction_count":0,"txlist_hash":"f99c452388cd3d8aa59f7c75fa06770a116b5f69263dddbb7b5fdcffc7ffc524"}',0,'BLOCK_PARSED',NULL,'6394fd7d47c92a7fc72f3ae4e40179703fcbef86d3ac6f981bca4242413e66a5'); +INSERT INTO messages VALUES(880,310352,'insert','blocks','{"block_hash":"fb97d2f766a23acb9644fef833e0257fdb74546e50d9e2303cf88d2e82b71a50","block_index":310352,"block_time":310352000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1956c773085e8e99171b35417d333d16b7d78309a569f99768ccbe5b330e9a90'); +INSERT INTO messages VALUES(881,310352,'parse','blocks','{"block_index":310352,"ledger_hash":"fdbf27d576a72b046776be0e5c0a91d060619778aadef3df1d30f1a7785a0fdb","messages_hash":"1672e6479515c05fb469bc7d394423afc56e33c468d8017c9f0ccb074588c227","transaction_count":0,"txlist_hash":"1d2f391bb7990954e14c69c9429b54b9f5a88791ec4b2fba2facb464152417f4"}',0,'BLOCK_PARSED',NULL,'891ad8e6669deb1b7684af317e67f932ce845fe6ecf60671381282b4af772cc6'); +INSERT INTO messages VALUES(882,310353,'insert','blocks','{"block_hash":"2d3e451f189fc2f29704b1b09820278dd1eeb347fef11352d7a680c9aecc13b8","block_index":310353,"block_time":310353000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'45dba852ee26c0f379ff043ab1bc30d3231a91c8234f883ee9295c3dd96d5be0'); +INSERT INTO messages VALUES(883,310353,'parse','blocks','{"block_index":310353,"ledger_hash":"73429d323376209447edc6d2ddbfd51f0bcde21736ea6dad61dc96b6984a1fa1","messages_hash":"9037c6876168dc6af146c65d0a16caa77153b3bc7c3fd99637fd79a90559341e","transaction_count":0,"txlist_hash":"8ad1adee999dd851e81025b31920d1f0f66c1e56433e7b2b110d03cfccd7a141"}',0,'BLOCK_PARSED',NULL,'ff448be089877682229f3472f493d555972f528bacbab76813a324490969a8f4'); +INSERT INTO messages VALUES(884,310354,'insert','blocks','{"block_hash":"437d9635e1702247e0d9330347cc6e339e3678be89a760ba9bf79dd2cd8803e0","block_index":310354,"block_time":310354000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9fb1f8bba3c5b8a4910b1df6dbeabe3654945248f3e7c6ef90fbb61eb106597f'); +INSERT INTO messages VALUES(885,310354,'parse','blocks','{"block_index":310354,"ledger_hash":"b2bbcbb6a7db94b2a5681c6e380ac13480bb49c29a3fbb3c7c1eb740f70f8324","messages_hash":"31c1cbb6dfb20f92f42ef6d085a01aa4cb9a8bbf1579f9d74213241ab7d0adf7","transaction_count":0,"txlist_hash":"8d6870632f2336908828a72e7445c9d8ecbec3d420b234dad2b17ae06c0a709c"}',0,'BLOCK_PARSED',NULL,'2f54d673721a968ad82fb64823587a87052f929fe36bbeb550795c55eb68d5e8'); +INSERT INTO messages VALUES(886,310355,'insert','blocks','{"block_hash":"ea80897a4f9167bfc775e4e43840d9ea6f839f3571c7ab4433f1e082f4bbe37d","block_index":310355,"block_time":310355000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d1905b0e66d16fdf6c1d1257701cd98ff8baffe6eb2276b33cd4f1f169c13bf5'); +INSERT INTO messages VALUES(887,310355,'parse','blocks','{"block_index":310355,"ledger_hash":"ccbd3ea41587c3c1d92f355979b49c5340a0a90060f07c228c22d6ff76b25579","messages_hash":"7a7b912ebdaffc433d1d28245fa9f0ac0633c0a9106b8e52264f44f797a71001","transaction_count":0,"txlist_hash":"8dfb02eb42bf84a085d150a0dc3fb2effa201594da47639e8f77fea0a7084eea"}',0,'BLOCK_PARSED',NULL,'1f1262309a0552a3b16754bf6f115b467b855bf60a68fa0312728639e0f079fe'); +INSERT INTO messages VALUES(888,310356,'insert','blocks','{"block_hash":"68088305f7eba74c1d50458e5e5ca5a849f0b4a4e9935709d8ee56877b1b55c4","block_index":310356,"block_time":310356000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8f97a8d06979d43f29d74f6ceffaa43a5bc6333705721bf95fa2e439faeab302'); +INSERT INTO messages VALUES(889,310356,'parse','blocks','{"block_index":310356,"ledger_hash":"06a95d39e110e40ba318320d50984096cbec88c680f426f721154555efc2561f","messages_hash":"08690c4f92c0e7676159fed4f10540a635a627e6824fc2822c05a74956ad66a2","transaction_count":0,"txlist_hash":"3516c2e9b180883b3526ee0a028c6d22b2a8a028b896423eb71db31cc284d566"}',0,'BLOCK_PARSED',NULL,'12918d9917099dd112bea61e59f7b4e8dada241bfc0b187343f5dd1bbb0ac397'); +INSERT INTO messages VALUES(890,310357,'insert','blocks','{"block_hash":"4572f7f4ad467ef78212e9e08fa2ce3f01f2acc28c0b8ca9d1479380726bab1f","block_index":310357,"block_time":310357000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'722937b17e6c3e26302fa889d5704383db12ab826741d4cfe1ccb2e0a7173927'); +INSERT INTO messages VALUES(891,310357,'parse','blocks','{"block_index":310357,"ledger_hash":"443f947352e853367d1c10d25771c7d78eec22fac19c5bace6f96b8f949e264b","messages_hash":"a1864b64836335923d401c6d10153662c76bc6bdd3307313457b1286f84516bc","transaction_count":0,"txlist_hash":"af4dd2cd8426ceb8c7dacc24b30d4d48e1152340a5a81f32b745878558969f4a"}',0,'BLOCK_PARSED',NULL,'6e139e2089fd8ee0bbb7b08d51b0d355e656c6928f01a3c2c4043ecc818cf2b0'); +INSERT INTO messages VALUES(892,310358,'insert','blocks','{"block_hash":"d5eae5513f1264d00d8c83fe9271e984774526d89b03ecd78d62d4d95ec1dea6","block_index":310358,"block_time":310358000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a95a203048cb7a02efc4aa1a7b7a5b2d29df8f345dc971570a4832e3999cb229'); +INSERT INTO messages VALUES(893,310358,'parse','blocks','{"block_index":310358,"ledger_hash":"c2cd71dc9e7d5ccb5d5e9d6b55c47010c9db6a573d01820da1c8960970fd571f","messages_hash":"3ae4738d21b0197c987dda34e1f85f29546c9bb95da01c77123a45ecc04d8100","transaction_count":0,"txlist_hash":"635f90dc6b705e3e5928101d6ffc32a247088fd8965e0e372358b35ba822df31"}',0,'BLOCK_PARSED',NULL,'a187c6ecdcab091e97907711575d20fd5663002f70e0274bc1a0780ad3d8c603'); +INSERT INTO messages VALUES(894,310359,'insert','blocks','{"block_hash":"4fa301160e7e0be18a33065475b1511e859475f390133857a803de0692a9b74f","block_index":310359,"block_time":310359000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8509a1daa7729c0a37e92cf6dfbc3f472b59d5cadd6d2f7e30743883204d5246'); +INSERT INTO messages VALUES(895,310359,'parse','blocks','{"block_index":310359,"ledger_hash":"5b7646bafc6b11eb1554ea1e02221883043b435ae973c3678505fa2128aadfb7","messages_hash":"02316098dcc556cab752bfc0472818fab782a81091732c8a8c5572c90f5f38c5","transaction_count":0,"txlist_hash":"eeec8a86b03a3973bdf5215e1789277ab7aa4c47f4e9f05a44a312c01e0ccf0d"}',0,'BLOCK_PARSED',NULL,'594b10c69de9140a5353837d2385fcc9772f57f6348bdd60a5eea87d5a840d0d'); +INSERT INTO messages VALUES(896,310360,'insert','blocks','{"block_hash":"cc852c3c20dbb58466f9a3c9f6df59ef1c3584f849272e100823a95b7a3c79f0","block_index":310360,"block_time":310360000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ce94de1adfca8e73cb3926c9d4aa6b7038af97a84ace270fe602e57e2e6ce456'); +INSERT INTO messages VALUES(897,310360,'parse','blocks','{"block_index":310360,"ledger_hash":"b0e937568a47c244e3b29cfb3a5e7196c171acc1565c44020345c715b7774658","messages_hash":"bdf87a342b537dcb6a1a755494db091e85f4ac6627af869f847cfca182f5c3c6","transaction_count":0,"txlist_hash":"32f4991609b3d8cbddbee2fe5e7aff49e7d4f5334ba0d283893733f19d3f448b"}',0,'BLOCK_PARSED',NULL,'e9f6ab9d695da8cb37dea774da5bbcbd9530169fbcdd3134165d24fe622e2509'); +INSERT INTO messages VALUES(898,310361,'insert','blocks','{"block_hash":"636110c0af5c76ada1a19fa5cd012e3ee796723f8a7b3a5457d8cb81d6c57019","block_index":310361,"block_time":310361000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b3337100c6f06cb2d93b6947235a444d227b7d331f1668c99777c662fbdffec4'); +INSERT INTO messages VALUES(899,310361,'parse','blocks','{"block_index":310361,"ledger_hash":"fd5b67bb571f4e9c0c37c6a5c9e1181133c301e05f4f97a41bd827eda7a6db3c","messages_hash":"83d46a36e7ee87b832efb03b769ac3ddf4991ab21122e4716626363864bec134","transaction_count":0,"txlist_hash":"4ad763ba9a9de4e6fd2f48d1342b9c2b4f87224fe591cddcf0ea3aab19187ab3"}',0,'BLOCK_PARSED',NULL,'fddb052cac4bb61c1826ddfe05e12e8864f2a8378087696ae30c35fc8d0bf326'); +INSERT INTO messages VALUES(900,310362,'insert','blocks','{"block_hash":"6199591a598e9b2159adb828ab26d48c37c26b784f8467a6bb55d51d7b6390f2","block_index":310362,"block_time":310362000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'acc124a33757848ee039ac596aadb895bc4d8169ac23a1b76c9f644fd5cea90f'); +INSERT INTO messages VALUES(901,310362,'parse','blocks','{"block_index":310362,"ledger_hash":"38382cc090b349809c4798c3c83b485f8ff682fd5b5b2568357d62ef30f7c046","messages_hash":"31785fa6ff2124844bf5e99fcfaf8eddcec5d8f82f4375b0b04434fd0a08fe11","transaction_count":0,"txlist_hash":"2eed1cb542570837b9e34c5ef140428d09c132369e5073061d9b1580338fad97"}',0,'BLOCK_PARSED',NULL,'82cb2ca586b852f8807e5f25141cf53b181fadf6c42ef15a1d0e23679b10ab91'); +INSERT INTO messages VALUES(902,310363,'insert','blocks','{"block_hash":"a31967b730f72da6ad20f563df18c081c13e3537ba7ea5ab5d01db40e02647e6","block_index":310363,"block_time":310363000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9b3d87d526479174a072f05171e76cb536530858f522fc2965ef406137044774'); +INSERT INTO messages VALUES(903,310363,'parse','blocks','{"block_index":310363,"ledger_hash":"82911a691937d87629bc14e5294f68a25ff2fc6512370db032834b85a623d5c3","messages_hash":"0fd6687beb94bb8409c27ec23b92ecda37ec9bb0022b0bf47cb035befa955738","transaction_count":0,"txlist_hash":"baa8c23f6f8bbed9640382166a4fa59eba156a3c94b645334124a57ad886136d"}',0,'BLOCK_PARSED',NULL,'493c19ecfb9b9eafa40cba6cab78f5b93d4acb6c287474feedeac249496c8ebc'); +INSERT INTO messages VALUES(904,310364,'insert','blocks','{"block_hash":"67025b6f69e33546f3309b229ea1ae22ed12b0544b48e202f5387e08d13be0c9","block_index":310364,"block_time":310364000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c26c9dbbaf7725c3f1239cd73a518e79abb8c08f28b57321b30d9d75205b3b6a'); +INSERT INTO messages VALUES(905,310364,'parse','blocks','{"block_index":310364,"ledger_hash":"cc362ce4c2142e539057430e2dd6402b985c62fefa4e4ad33afe1305f53af8a4","messages_hash":"870a414c4c883897e3e497009c422e21b2f2d0a3c0dfcb661a9efa33961e5659","transaction_count":0,"txlist_hash":"973037f8124687eaeba2e9f3e301cb20b9370bef4acd3f2c86eedf595b792b73"}',0,'BLOCK_PARSED',NULL,'2ad429a72618c71a7aa3175d27569d94d7f0d90cd9474cc366723e3309387922'); +INSERT INTO messages VALUES(906,310365,'insert','blocks','{"block_hash":"b65b578ed93a85ea5f5005ec957765e2d41e741480adde6968315fe09784c409","block_index":310365,"block_time":310365000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c4489771b789448009a23f512c1ba09a7bb0e6c28c6c1d2bc5810a56e00f8308'); +INSERT INTO messages VALUES(907,310365,'parse','blocks','{"block_index":310365,"ledger_hash":"49e41f95f081b70e3f540fa22864cc4f229ceabfdfd54f2da112f1fd35466617","messages_hash":"d51639af55508c439813fd77df3132e203a7d2995bd69ac90e19f7cbe9e00af1","transaction_count":0,"txlist_hash":"aa3e39acb1dc1a955f579a9a40961a80319c5dd484ddf322ca6edc6b67cec932"}',0,'BLOCK_PARSED',NULL,'d901d66926898c1c409f49dc487a2ebbcbbf6e03897c38525085bf543d73d9cf'); +INSERT INTO messages VALUES(908,310366,'insert','blocks','{"block_hash":"a7843440b110ab26327672e3d65125a1b9efd838671422b6ede6c85890352440","block_index":310366,"block_time":310366000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7e3c5e5eba2d071124a0c56447250a7ad10f5161ea9564e6cf58efec24c545c4'); +INSERT INTO messages VALUES(909,310366,'parse','blocks','{"block_index":310366,"ledger_hash":"687c5f3e381d164499126ff90785e3635c825db3808267d4de2ec0e37cc7c597","messages_hash":"0ecd185b7cd950e061ea2fddff6e5c2f1d5fcda8491fcd3598634945319ae3f2","transaction_count":0,"txlist_hash":"610fbd2d8f4dad57d7efca0772534da791785cb2c45de1906a9b282792faa9f8"}',0,'BLOCK_PARSED',NULL,'ee7ab614cc46f3a9865c1404a504cc056af47881cbdc5a99982f2ce6855b6d9a'); +INSERT INTO messages VALUES(910,310367,'insert','blocks','{"block_hash":"326c7e51165800a892b48909d105ff5ea572ff408d56d1623ad66d3dfeeb4f47","block_index":310367,"block_time":310367000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'036f4c7840114801cd34f0257863dbe7795ee70d3cae2403ec8dce7ba6f297da'); +INSERT INTO messages VALUES(911,310367,'parse','blocks','{"block_index":310367,"ledger_hash":"d7fe976a4b2cca2e23d082a703ef4f4739e110ce1e0a373e76064f6186856ff7","messages_hash":"56e5ad0b89176cb0f25b985ae1c81d67e9745be7e192426146d2ad50d78cf8a2","transaction_count":0,"txlist_hash":"531453a70483611396ce5bacc17e22125b1b61f61d56c110fb72a929b95deb9a"}',0,'BLOCK_PARSED',NULL,'fcf9797cc4412d15fd92938c6feeb836d1a503fc0673544f1d146e4ba0c5e7b1'); +INSERT INTO messages VALUES(912,310368,'insert','blocks','{"block_hash":"f7bfee2feb32c2bfd998dc0f6bff5e5994a3131808b912d692c3089528b4e006","block_index":310368,"block_time":310368000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0c8b3fe251b0e5f14d7f16447f5a03337ba52878a370cd54378a2ae751dc875b'); +INSERT INTO messages VALUES(913,310368,'parse','blocks','{"block_index":310368,"ledger_hash":"97f0a0f9e6f355dd179aa2941412decc1b0a06de0dc14dce8538aed6e35d41ba","messages_hash":"2487123f6c5b9c29aa8db751307fa8592be8b6cf4897ca4f30a6be23ab3638df","transaction_count":0,"txlist_hash":"289eb338000f45b4d7e143a08a490fbee8d307eb0975f5a2ed62586c2f625e0e"}',0,'BLOCK_PARSED',NULL,'677c2a4227a682867ad3a4b41d560c64542f1653214fff27d7fa3756aae325d6'); +INSERT INTO messages VALUES(914,310369,'insert','blocks','{"block_hash":"0f836b76eb06019a6bb01776e80bc10dac9fb77002262c80d6683fd42dbfc8da","block_index":310369,"block_time":310369000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1cb92aba846a80fa4bf226b6aa682633ccb9369c9dc8cf978b9c304b885cf849'); +INSERT INTO messages VALUES(915,310369,'parse','blocks','{"block_index":310369,"ledger_hash":"1b5d9ec9bd918c84a5f9b6882c94a739cc1ad1362dedfbdf7b2009fd42251d66","messages_hash":"aac8130183f1dbb59b39b48bf99c53a762cfa510e22590bee54285fdf4e0acce","transaction_count":0,"txlist_hash":"a9122294ce4ccd606d3fa1787fb9c44f25811fb2fe486c9d58b407b5da50dd8b"}',0,'BLOCK_PARSED',NULL,'b7358149e9c1c82f4a8fdd2033363017e5f6aa2a64fc7cc031a395d87e2bb10f'); +INSERT INTO messages VALUES(916,310370,'insert','blocks','{"block_hash":"9eb8f1f6cc0ed3d2a77c5b2c66965150c8ceb26d357b9844e19674d8221fef67","block_index":310370,"block_time":310370000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cdde5875a51757244376b0e2956184c0c5e11b882524e2308e95dfa38407a99a'); +INSERT INTO messages VALUES(917,310370,'parse','blocks','{"block_index":310370,"ledger_hash":"578b039ed2b9a25e1c75ad9a5242c5962d6645616dc53fb08386602e40f14486","messages_hash":"6b4c1424d94a4a05807e3025c0255783309cd9b807ec7eb1f0969758af6a45ba","transaction_count":0,"txlist_hash":"d61d958644caab04dc236d04d3654abeb1fd625dd7b9cdc01ca5caeae9b41f58"}',0,'BLOCK_PARSED',NULL,'194ecf84437efe987324d3a7b19a32f6dddef197a5cb52d810e35e01f775cd88'); +INSERT INTO messages VALUES(918,310371,'insert','blocks','{"block_hash":"7404cb31a39887a9841c2c27309d8c50b88748ed5fa8a3e5ba4cc3fc18310154","block_index":310371,"block_time":310371000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1fc7568fdbb0237556071a4d8b92772f60257c8359955682eda6f6f6456b3b20'); +INSERT INTO messages VALUES(919,310371,'parse','blocks','{"block_index":310371,"ledger_hash":"473d21b8218a2b02f7fa0d5daf114fa988e4a3d97c33aebe97e51a8d22252492","messages_hash":"60a5fcdb945efa14dbafd7bfa8f6104e7d1e85f97c86c651f58cde6c0c46b49d","transaction_count":0,"txlist_hash":"8abb7bf5c66895fd9e9de804ed8e35b3b1d12054a4e45ab3df6cd41194d836e6"}',0,'BLOCK_PARSED',NULL,'7461249b46b59a3621e66aee3918a255793da41e26cc963bd76d1ec070970cee'); +INSERT INTO messages VALUES(920,310372,'insert','blocks','{"block_hash":"d3a790f6f5f85e2662a9d5fcd94a38bfe9f318ffd695f4770b6ea0770e1ae18d","block_index":310372,"block_time":310372000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d61d73b7af623ed55dfe0b3ca3d34a073f1c26768001700b8d6c46a2770dc6b6'); +INSERT INTO messages VALUES(921,310372,'parse','blocks','{"block_index":310372,"ledger_hash":"0c306eb25702d190ce32cac521b1fac9b8a7cbcf441fd74be8de2e002b4ce14c","messages_hash":"bf02eb24a3dbf7fbdfd1354719db0ff50ee0b4a8e8187376c59ca7301bbf8035","transaction_count":0,"txlist_hash":"ad3d52b024093fcc5b88b7a3176c4117468f0f675fd9e908c727ebedc5e2eff3"}',0,'BLOCK_PARSED',NULL,'586fc356a7c8f98e024cc810521c50ecc53798d0f16ce409a8b778c08e372e58'); +INSERT INTO messages VALUES(922,310373,'insert','blocks','{"block_hash":"c192bec419937220c2705ce8a260ba0922940af116e10a2bc9db94f7497cf9c0","block_index":310373,"block_time":310373000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1cd9c599e407b826fa5289c149329fd2a156e662d34c948f2deea38d80be8723'); +INSERT INTO messages VALUES(923,310373,'parse','blocks','{"block_index":310373,"ledger_hash":"48d14b17f9074ce1f75ab32581e8f6fe7d518ebd669af6508e5d986d97c92b3d","messages_hash":"0beb8946dae632b49616be7e460bc1dc3649078d06d9e1141f8fc4df365af778","transaction_count":0,"txlist_hash":"b60270d322c86c6452289e0968be64c2217ebeec34944e43aef908e119f838ea"}',0,'BLOCK_PARSED',NULL,'96184b8c91953c01c16bbf3367c457c6498b62ececf1c4300e4a7c75fcb36dab'); +INSERT INTO messages VALUES(924,310374,'insert','blocks','{"block_hash":"f541273d293a084509916c10aec0de40092c7695888ec7510f23e0c7bb405f8e","block_index":310374,"block_time":310374000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a884addfd27f6801764328fb3adc0b0843a676561b482cf648209dc30ff16d20'); +INSERT INTO messages VALUES(925,310374,'parse','blocks','{"block_index":310374,"ledger_hash":"aee93917f6fe0046069aaff48d5d1875a9c4451acec6562a377428bfb1184cd4","messages_hash":"c92e33dc3354b4a5d7bdafc44a2f6d6879f5aca9b7d1735959dde45bad044e43","transaction_count":0,"txlist_hash":"46decb141683d0bf4c52e4f756b955c923bfb3995025d0f19a8ef7cac1dd2b60"}',0,'BLOCK_PARSED',NULL,'3430e5fd7cf85a114b559faf9ad8480b4b5b950431e3eda78699cbc73531e14f'); +INSERT INTO messages VALUES(926,310375,'insert','blocks','{"block_hash":"da666e1886212e20c154aba9d6b617e471106ddc9b8c8a28e9860baf82a17458","block_index":310375,"block_time":310375000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7f0d01a67458e154b825d54df901593151420afcefbb8e7c18e08c4b0d19c213'); +INSERT INTO messages VALUES(927,310375,'parse','blocks','{"block_index":310375,"ledger_hash":"2b0d74911bba5c9530b69c04fec512fe4c5df25458e5237db884586a221fa30b","messages_hash":"b9c54ce4872aa90201dd8318743a56da8948c933ea79925e4613d4b01e21de0b","transaction_count":0,"txlist_hash":"9349961eeb706cf083d6ef1fff69cc871def662dd23fd7854135c1b0dc1a78fb"}',0,'BLOCK_PARSED',NULL,'0e54813ac70be093cd59d4f11c03227a5d360d9e7788ee2687aa0ddaa4aad498'); +INSERT INTO messages VALUES(928,310376,'insert','blocks','{"block_hash":"5dc483d7d1697eb823cba64bb8d6c0aded59d00ea37067de0caeebf3ea4ea7dc","block_index":310376,"block_time":310376000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'43cb033b5c1be4539b0131953e9cfaa7a86bbfc9619c71429b1de058f46ea00f'); +INSERT INTO messages VALUES(929,310376,'parse','blocks','{"block_index":310376,"ledger_hash":"a6f84afe2845ba2fa4e5e7377b1d4474dbde6dfc9c4bed050e6d10cc80025e82","messages_hash":"f78e9e4cc55fb8d6d2346cadc5366ac0ca56db54708536bf56d23150f359c051","transaction_count":0,"txlist_hash":"a5f607569f31beb9ba2a0496a9eb2eb40a6926df4b174161b73f53719ad04767"}',0,'BLOCK_PARSED',NULL,'522d6b1a6c23ff4298ce7e75eb2f17686d9588b616d45518ea5b618be7c91d1c'); +INSERT INTO messages VALUES(930,310377,'insert','blocks','{"block_hash":"f8d1cac1fef3fa6e7ad1c44ff6ae2c6920985bad74e77a6868612ee81f16b0b3","block_index":310377,"block_time":310377000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'91e9e70ea18a6409fd3e03e0504bbe66ca13cb02ebbfea7b90ec62afdbfe3818'); +INSERT INTO messages VALUES(931,310377,'parse','blocks','{"block_index":310377,"ledger_hash":"e006e13691719e4fce65e72c692d3affeae8ae465de2a3b285a1bed4eb518a70","messages_hash":"512661a2666f9304981b94564fe39470e9628fec96c6799ff2923aad4d26e589","transaction_count":0,"txlist_hash":"4dd3a5ae07e934557005871e7c72351077b1092580eadda11fcd3501bb000579"}',0,'BLOCK_PARSED',NULL,'53807780566bed5e90c8f1a7e92d615ebb87f593fa6a3054a3200bf7622fe310'); +INSERT INTO messages VALUES(932,310378,'insert','blocks','{"block_hash":"fec994dd24e213aa78f166ca315c90cb74ee871295a252723dd269c13fc614ce","block_index":310378,"block_time":310378000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b80d50265ebd7c7d597e82404d469305644315583c2c0fd3a1f95cef5bd1e8ad'); +INSERT INTO messages VALUES(933,310378,'parse','blocks','{"block_index":310378,"ledger_hash":"607ffa4928577b82f275750353fcecc2e50098d227f18bb8ea95ac2bbb10eea6","messages_hash":"24e35fe80fe3dfd70b34c7f9daf4c00b8cb5865499477257edcf46b66884cbad","transaction_count":0,"txlist_hash":"49533405fa36a389e0d8cac965389e23eb421da5833d625d160f75fa9defdeab"}',0,'BLOCK_PARSED',NULL,'a8b9b5b61d3ccc9bfad47abcac8ee10574e46a6e3ac75f75702fcb86f2480e69'); +INSERT INTO messages VALUES(934,310379,'insert','blocks','{"block_hash":"d86cdb36616976eafb054477058de5670a02194f3ee27911df1822ff1c26f19c","block_index":310379,"block_time":310379000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ccebdbfa0df7d0653a8d1e68a8bfca23f8452ffbc6083ace8db09d721524cd3'); +INSERT INTO messages VALUES(935,310379,'parse','blocks','{"block_index":310379,"ledger_hash":"9f17e8d662dbbfc12a56dc36172b3154bc9b05a87885d1411826481e1ca4f6ea","messages_hash":"844e0fc0f6b67a14723d27475b29bfd7dc70312f1037c719e8e12fce7fd0e54d","transaction_count":0,"txlist_hash":"4514a78a69d0987ff60976334f70d0533a1c5726099ae73d93be187a57f25f44"}',0,'BLOCK_PARSED',NULL,'4f65d030d56a7aa7e20abf92ae80ba1727f5f9b93c9b6ef6fa058b4bcc39e7d8'); +INSERT INTO messages VALUES(936,310380,'insert','blocks','{"block_hash":"292dba1b887326f0719fe00caf9863afc613fc1643e041ba7678a325cf2b6aae","block_index":310380,"block_time":310380000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'485f299be23d8e8620f87497d9db729cd469aed9925ca13146151681c7c0d238'); +INSERT INTO messages VALUES(937,310380,'parse','blocks','{"block_index":310380,"ledger_hash":"d617e30e1a32ed1cf269a190fd4c843755413492827546a0b3ed14278f817532","messages_hash":"b2a88f030cda2ab8df4951f34254391fe3ca0c45c440a053541f5b7dc716cdef","transaction_count":0,"txlist_hash":"77038e6b75820a64c9fc9530b3d2c8411cc4da649fc69a3d235424c2dd5500c5"}',0,'BLOCK_PARSED',NULL,'4e0767497f72ca3f54c38685b857c9e01f2fd94670ecf0bbfdecceb6dd6648b0'); +INSERT INTO messages VALUES(938,310381,'insert','blocks','{"block_hash":"6726e0171d41e8b03e8c7a245ef69477b44506b651efe999e892e1e6d9d4cf38","block_index":310381,"block_time":310381000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f2e08f12645f8a59a41805111b56cb522c0515fe205fa98116103737b58f3039'); +INSERT INTO messages VALUES(939,310381,'parse','blocks','{"block_index":310381,"ledger_hash":"8af8d819f02927de4a74d3d37dcecf6e5124d53be37603764b1b1adad13b0d7a","messages_hash":"bc4992f758595bc4020399d18350dd936fb0386f1de2496355d7f87d88d4af62","transaction_count":0,"txlist_hash":"48b66540bea91d2c2d216d5c13e88dfd9c1f1a36cae2ec721253034041e63af6"}',0,'BLOCK_PARSED',NULL,'def6c74e902fbad18b298c392edcb5a1e321a9c9649116d4fb52392f613942c0'); +INSERT INTO messages VALUES(940,310382,'insert','blocks','{"block_hash":"0be33004c34938cedd0901b03c95e55d91590aa2fec6c5f6e44aec5366a0e7d8","block_index":310382,"block_time":310382000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'425214eaf34941156355d3b4374f2dab38eade136a0ac30a127c09d756ea612d'); +INSERT INTO messages VALUES(941,310382,'parse','blocks','{"block_index":310382,"ledger_hash":"809d5c20335bbefe8e4f3552e24b24d96f6ee4ab12f3bfc9e74898371cf69797","messages_hash":"47ff212002b14208fd1f2a8426a6fdeec6ac5b7ea52bd52cadacad0df0478a07","transaction_count":0,"txlist_hash":"159e8434abde33d3a97a4e7701cafec884a6d0d7ad78852ee7db449a18c5e23f"}',0,'BLOCK_PARSED',NULL,'78bc642083dcf733d719a3a24a771a14eb546f1815b8b29711c7ec937311d45a'); +INSERT INTO messages VALUES(942,310383,'insert','blocks','{"block_hash":"992ff9a3b2f4e303854514d4cad554ff333c1f3f84961aa5a6b570af44a74508","block_index":310383,"block_time":310383000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5cd0cf0e4d3e1981aa56285760323c1445203d8b0c9bad9bc13dafb4042ecd03'); +INSERT INTO messages VALUES(943,310383,'parse','blocks','{"block_index":310383,"ledger_hash":"d8ec301994a5333f8efe7cc547a833d26c6766deb0b39c4fc18d1bdb470ee903","messages_hash":"c4f8e2a188d10dd38ab3aefc65ae5c7957447fc105fca3ccbbb9a2574e9ad812","transaction_count":0,"txlist_hash":"aecbe5619daf47a60ab2765502725a284224c0985e91993b212c50c3449d197a"}',0,'BLOCK_PARSED',NULL,'6d028c2ec6e8e60fbcdf713edab23051de8d195fb4d6f7a8498895b46df880b3'); +INSERT INTO messages VALUES(944,310384,'insert','blocks','{"block_hash":"d518c696796401d77956d878cbdc247e207f03198eabc2749d61ebeadee87e5e","block_index":310384,"block_time":310384000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e2d96132ed6cfda645eec8b606f03c1454179b49108b020d6f8eca17ee82415b'); +INSERT INTO messages VALUES(945,310384,'parse','blocks','{"block_index":310384,"ledger_hash":"fe47a03993cb9079a6e72810552d631fe838bcfaba3b34c73c9948af77266df2","messages_hash":"5ea1fbe7b934416d63354883998b2f6a13b493f7d67e9f7f1117511a2831da5d","transaction_count":0,"txlist_hash":"e69bc390fb0a624f6d33512a55e9732857afee1b114df97761186ac648f63111"}',0,'BLOCK_PARSED',NULL,'43bdeb406c73aff902b4576e12bd49b7b8b68da5229060dfff728f0ff58aa91b'); +INSERT INTO messages VALUES(946,310385,'insert','blocks','{"block_hash":"2aa6a491a03a1a16adbc5f5e795c97ec338345cfdf10ff711ffb7ac3a0e26e28","block_index":310385,"block_time":310385000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'197896905fa65cd398454b99cd5d2c2d84be07c7e1989788cd605ea3787563a5'); +INSERT INTO messages VALUES(947,310385,'parse','blocks','{"block_index":310385,"ledger_hash":"6114e98e0004cf0f9472fce6bfa6bb99ae38e57214c8b134f30da1d62399f6ef","messages_hash":"94e1950cb879fd142f06a18e580df2434b15291fb176fe5f4cd8183e2e16ad07","transaction_count":0,"txlist_hash":"d3e6a4df9ff34518f8fe243dc87c981aef0cc7b89ff9ca466269a19493aeaecb"}',0,'BLOCK_PARSED',NULL,'ef776ece75fee1744ce1c822f7d62e1e26797ee6a3f02fa6a40c4169d3214a1b'); +INSERT INTO messages VALUES(948,310386,'insert','blocks','{"block_hash":"9d19a754b48a180fd5ebb0ae63e96fa9f4a67e475aeefa41f8f4f8420e677eda","block_index":310386,"block_time":310386000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2cdf01953546df78ac6dc742f0d457f848bf9c607308d43100fffc27f61ea753'); +INSERT INTO messages VALUES(949,310386,'parse','blocks','{"block_index":310386,"ledger_hash":"4c52d59ade1bd2068e3b75b8b3cd1d23c6a94b6437f7966d10f5a07bf8f630ff","messages_hash":"9e9e1aac7472f15574c882dbbbd5ba9b1508364245b12a274b6be10f4764fa20","transaction_count":0,"txlist_hash":"1c250ef18892c191c535562bb35bb1c8bd4f515ab00bc4cf0b564436b2bd33ee"}',0,'BLOCK_PARSED',NULL,'7d507175e990c5bba15a77e26ca2a34517d520d58df2a36fab0539293dded554'); +INSERT INTO messages VALUES(950,310387,'insert','blocks','{"block_hash":"b4cac00f59c626206e193575b3ba9bfddd83bbfc374ebeb2838acd25e34a6c2b","block_index":310387,"block_time":310387000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5e67d6ba8d4b827c4de8b864118cbb7ff8ec2b37915a4d4156792ed1084f8cbb'); +INSERT INTO messages VALUES(951,310387,'parse','blocks','{"block_index":310387,"ledger_hash":"327e9a842233568888998ec1456b6f78c093b47639707d44e6336b2bc18d955f","messages_hash":"55a1f6fc1fe582e18a49bd12e318fa7a964205b388c0b0c04e4d8540a76c85b3","transaction_count":0,"txlist_hash":"d7de64dd98a65b478518d909b1f0f2860f6a0b8e5e530f23ee55caffbaf1a545"}',0,'BLOCK_PARSED',NULL,'069b86d083e13a0cb965e4209d25e9a7bfe1c9f43b03ce800a404d3af499588d'); +INSERT INTO messages VALUES(952,310388,'insert','blocks','{"block_hash":"41a04637694ea47a57b76fb52d3e8cfe67ee28e3e8744218f652166abe833284","block_index":310388,"block_time":310388000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7b911de3be894550ca35eca1f2ca40360e76719841b211ff7f927f113e6fe39c'); +INSERT INTO messages VALUES(953,310388,'parse','blocks','{"block_index":310388,"ledger_hash":"6efaab188a5cae39ef547a804f61bcbc2be4881e0569f49d7622b407f6860401","messages_hash":"9238735ba99009d5ae6eeb168d7e164ab99d8072bfdd8fdb02691de659eb5876","transaction_count":0,"txlist_hash":"4916559fdc472a474aa4c652c85b0db143744daed0d98d7f2fddd1dba32be88e"}',0,'BLOCK_PARSED',NULL,'6fc180cf756c3171fa036c3da54d05fef8c3edfb43a016e973a5c661dd354d75'); +INSERT INTO messages VALUES(954,310389,'insert','blocks','{"block_hash":"3ec95ae011161c6752f308d28bde892b2846e96a96de164e5f3394744d0aa607","block_index":310389,"block_time":310389000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'34d4d7f0d0caab5d73887b1c33dca6580f8c788483a5897822d4cdb20f383108'); +INSERT INTO messages VALUES(955,310389,'parse','blocks','{"block_index":310389,"ledger_hash":"89c686d5d973691a7281268c867f837b86b140a05f16f12302a3cdeb3b6a0ee9","messages_hash":"def5782d06bed7a43279c47499b97c51370c7ad3d4f15e5fc5cc22026fb509ae","transaction_count":0,"txlist_hash":"b2e0098e42f81a8a9369d510b17be67446feb3e5da1b1eb37acd9f0b33b29fce"}',0,'BLOCK_PARSED',NULL,'631474b716d6aa5da0ab767b1209ec44cf0d0e17424a4c0a7f5796d0699542d4'); +INSERT INTO messages VALUES(956,310390,'insert','blocks','{"block_hash":"f05a916c6be28909fa19d176e0232f704d8108f73083dded5365d05b306ddf1a","block_index":310390,"block_time":310390000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'977187b93b926d4a9a64f00e638c9039940fe55ba79008030827845d001a6cb6'); +INSERT INTO messages VALUES(957,310390,'parse','blocks','{"block_index":310390,"ledger_hash":"2c4eceebb94d0c7a7702478d9547d1afbb42ab5ecb5ae6271a3f69942bd77e50","messages_hash":"305a74c345f885bfc0c8f0422c3533a308cc556bd7ad0919bc4c8c7c48018714","transaction_count":0,"txlist_hash":"8e3a48b160083860b0928dd97150477980da9097945c4ae3ee144c505f131b86"}',0,'BLOCK_PARSED',NULL,'ee7d60ea4266c7f811e98b5272f6e5e66ade6d29c0a56724298553be0c057936'); +INSERT INTO messages VALUES(958,310391,'insert','blocks','{"block_hash":"fc26112b7fdd8aaf333645607dabc9781eac067d4468d63bb46628623e122952","block_index":310391,"block_time":310391000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'42d71a240af38fed34194e1dfce550a95fa8f8d5fcd3a3be12e9ee19391d8e52'); +INSERT INTO messages VALUES(959,310391,'parse','blocks','{"block_index":310391,"ledger_hash":"06397124ee2a1bcb9104899469394855d4ecccd1a08626d650bdf3169e227831","messages_hash":"87a39caf525f3ea74a25598e4aeace0cbcd8cf390e4443dab85e273ca15ac522","transaction_count":0,"txlist_hash":"b1b4f0fc9ba54527ea0902192a61158bb5383f1959f187915c07f88bdf11caaa"}',0,'BLOCK_PARSED',NULL,'87e42fa040c40099671c8f0ab2d11a16487641bad80ba39297f5f52de8068c4b'); +INSERT INTO messages VALUES(960,310392,'insert','blocks','{"block_hash":"f7022ecab2f2179c398580460f50c643b10d4b6869e5519db6ef5d5a27d84a1d","block_index":310392,"block_time":310392000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5ccd583b1dac21f8d6c22e38a3d3890537326e60e5ab95c3f11f8bdae92d03cd'); +INSERT INTO messages VALUES(961,310392,'parse','blocks','{"block_index":310392,"ledger_hash":"44974b5fec0be3a2958d39f2d6824a2e82733f873a404ec9887178c620843149","messages_hash":"ea3c28fa4b7c7d71258cb64e4ab6a9adf2dbc661d81d3a7df0653c86ccc4ad7c","transaction_count":0,"txlist_hash":"97a039be078662ac5b1a275d5618224c1a90886c79b9fb651dfcb14481da8e8a"}',0,'BLOCK_PARSED',NULL,'00a0bb8e69039d361636804a8286a6368ba23f536780e9df989a81d5f1898f1a'); +INSERT INTO messages VALUES(962,310393,'insert','blocks','{"block_hash":"e6aeef89ab079721e7eae02f7b197acfb37c2de587d35a5cf4dd1e3c54d68308","block_index":310393,"block_time":310393000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fde4d2cb02c11a87997084478b02f59a98ef4402a6c5474f64ba922a8736d17f'); +INSERT INTO messages VALUES(963,310393,'parse','blocks','{"block_index":310393,"ledger_hash":"1863677c0e552344607b1af3eb8ef8f4fc6b2a73d63eebb3e9928302c887970f","messages_hash":"2cd5a65edd6ec593626421cf8aa066666cdd3dde35de275d6751d87d2a4127b4","transaction_count":0,"txlist_hash":"c488dd61c64182cdc779e96a2b312463d42ff9829d1d518c8a9daa1a4cb26de3"}',0,'BLOCK_PARSED',NULL,'fdf4cacca047a8fcf4079bdc01f50efd82e9eec04517e7e5ddd5a49da5dce28e'); +INSERT INTO messages VALUES(964,310394,'insert','blocks','{"block_hash":"2a944743c3beb3bf1b530bd6a210682a0a0e9b0e6a9ff938d9be856236779a6f","block_index":310394,"block_time":310394000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7a330694bcb2c20c202466d4434d5ff59e7cf12175e37e5f5d696403f3a5a53e'); +INSERT INTO messages VALUES(965,310394,'parse','blocks','{"block_index":310394,"ledger_hash":"3838ba6e84376ed8dffb3fee9b5928d903952c0d8a8ad41ab63a9651a1c8c770","messages_hash":"f48a485ad99c91aec7b12aa2c02bdadbcb99ce11f54b7c45e997b792f57c9c2f","transaction_count":0,"txlist_hash":"e329db30a579327664d135ce9c3661a259378dcc12e179232599e0186c7bfe91"}',0,'BLOCK_PARSED',NULL,'2609004851caa6dbd0f556aa39ced91041aad29caf1dce6e39310b7c94c875ab'); +INSERT INTO messages VALUES(966,310395,'insert','blocks','{"block_hash":"19eb891ce70b82db2f2745e1d60e0cf445363aaff4e96335f9014d92312d20e4","block_index":310395,"block_time":310395000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'36c950a28d9d3eca2adf9eddc3d85f1c549c4b2cebeb9b0e37e482e82e6a8307'); +INSERT INTO messages VALUES(967,310395,'parse','blocks','{"block_index":310395,"ledger_hash":"872367d61f81cddeb555da5f9c4f46a8ac57c24629ab073094e407a4555a8555","messages_hash":"208baf1a7662ee8aee64012d7b26a6669b1f3508cab7c18121b929e7123d6508","transaction_count":0,"txlist_hash":"2234b36f4187eb0da9ed6a633aa2e15075d5efb23f154963885e7fd42495e4a5"}',0,'BLOCK_PARSED',NULL,'7a68f6e2aa5a5fb3f9e1dd5a261d6f03c2fb79be4ffe236081e9e0a42b26fa04'); +INSERT INTO messages VALUES(968,310396,'insert','blocks','{"block_hash":"aea407729ac8d8e9221efd9d70106d14df6aaf9f2f87dc6f490835a9caadf08e","block_index":310396,"block_time":310396000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ff08a847ff92bf8b38dd9df223080f86fd26be4a9122734cec83cd00b089372'); +INSERT INTO messages VALUES(969,310396,'parse','blocks','{"block_index":310396,"ledger_hash":"b9a9eaaf1cf6cfa4ae5b0f314812a9a2346209da0b7ce57e16010d2a01c0092a","messages_hash":"320f2a0c67430fc125811c0f5504b7c487da8700ee29e0491ab2f8c40cbc2025","transaction_count":0,"txlist_hash":"25946162b9af068438633980c75eaf9e508144f603f7a913de56cc11a7a482f6"}',0,'BLOCK_PARSED',NULL,'aeb831791eb1f635f12f283e375a8256aeaa74fa7c818c85ea784d3dcdeddb4b'); +INSERT INTO messages VALUES(970,310397,'insert','blocks','{"block_hash":"7c429e56a19e884a8a77a759b52334a4b79404081b976270114043ba94d7985c","block_index":310397,"block_time":310397000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ecbf4a97f9e0959545fccd231d7b0e2d513f8f44df2ba6e2c6976988c8321857'); +INSERT INTO messages VALUES(971,310397,'parse','blocks','{"block_index":310397,"ledger_hash":"b61f36bcc934a18fdccf7806d41482684ca129801d0b9ce7815dcd488fc49a66","messages_hash":"d6fca935c4ce66cffd2e0ca67742b5d2ce2e44e5eea478d6924954d40a04923a","transaction_count":0,"txlist_hash":"e697fb2f445f03a1d895b904be58a554af4c26ed74a65eb0e52c98e490efbd44"}',0,'BLOCK_PARSED',NULL,'49c5588fc8b2dbe969d45a5ebd62bf44291038075a023685dd6557f9e94d589e'); +INSERT INTO messages VALUES(972,310398,'insert','blocks','{"block_hash":"55c046db86dee1d63c0e46e6df79b5b77dfd4ab2ff5da79e6360ce77dd98335e","block_index":310398,"block_time":310398000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'496f0c44821fbb0452c4e36919f6edb8fb66afc811864480a0e7ce34b440a72d'); +INSERT INTO messages VALUES(973,310398,'parse','blocks','{"block_index":310398,"ledger_hash":"9446476e123e5dd354682c60591cab8b712c30df9080dde756246eef45e21df5","messages_hash":"e675d2b3d6b8cb1f628e5bbadafcfe8077bab752afbdbc7d2556896949d9d678","transaction_count":0,"txlist_hash":"0d20ba449b95f7d128c8b78ef2a37ec390e6177b2041a2b035a72cb8e6062ba9"}',0,'BLOCK_PARSED',NULL,'8eac3ea4dac637e64eeb4fc2ef62ef87015a88f53d35a390e0aba88759913ee8'); +INSERT INTO messages VALUES(974,310399,'insert','blocks','{"block_hash":"765abc449b3127d71ab971e0c2ae69c570284e0c5dacf4c3c07f2e4eca180e7a","block_index":310399,"block_time":310399000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7ab5d289b325237a48bea8f2279ab228b784dc4d9b8b9d79703206188ffdb6e9'); +INSERT INTO messages VALUES(975,310399,'parse','blocks','{"block_index":310399,"ledger_hash":"50d288bca09d446f56544fb1ec50d613bdf156488468ac92d433425a3cab0804","messages_hash":"427c3d442fc1a2b8af8e1f3daea3a8a20eade3de4b2f85acfc4c96d1b37a8cca","transaction_count":0,"txlist_hash":"82214bf1638d82e5b66919990e24d3960eb02a423bb3f36bcdd730b17267e340"}',0,'BLOCK_PARSED',NULL,'2c47ec122223c70a94ff235f5b92695b8c4a0af7b28b6bc6e3b27ae7af8e3b7e'); +INSERT INTO messages VALUES(976,310400,'insert','blocks','{"block_hash":"925bc6f6f45fe2fb2d494e852aaf667d8623e5dae2e92fdffa80f15661f04218","block_index":310400,"block_time":310400000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a905c83cf4165e1bb6a3a314db07c8262b74e3a6aafd0f3072b129bdf366389f'); +INSERT INTO messages VALUES(977,310400,'parse','blocks','{"block_index":310400,"ledger_hash":"349a24fd446727bb1793ccf88fc569d20eb680c10e506fc25b281ce6ec3fd7bd","messages_hash":"e5c2880447ee76e8c7a94895d9089311f4981f5efb110cabf264d841ea98c40b","transaction_count":0,"txlist_hash":"e7ce5e8c9c4160590dcdaba04bc866267a9784f99fe68bebd337da16768e8f18"}',0,'BLOCK_PARSED',NULL,'163ce0d75aa1cbee16bd8b30473b12c9a53714a0b5dfb571c46be87af1570e49'); +INSERT INTO messages VALUES(978,310401,'insert','blocks','{"block_hash":"f7b9af2e2cd16c478eed4a34021f2009944dbc9b757bf8fe4fc03f9d900e0351","block_index":310401,"block_time":310401000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1892523df6c05abb325c9c676e45a0605160d2f02271875be41235fc0428fd16'); +INSERT INTO messages VALUES(979,310401,'parse','blocks','{"block_index":310401,"ledger_hash":"52c06b68cad19608420b73476a73b411d0327382b92bd454cadf1b8616eb17a5","messages_hash":"84030d956a902eaa36d15c21cee98a8108f5dbf398e38d57acc71e43f32b300a","transaction_count":0,"txlist_hash":"6ff1e13b2110c6ee69e86818bd32bacdffa6f4e91fd2d8c2b09b5db35062be81"}',0,'BLOCK_PARSED',NULL,'4b026168e082ef5647c549d1271fd38df79ad976696b289c8a19e5dd17b04a5e'); +INSERT INTO messages VALUES(980,310402,'insert','blocks','{"block_hash":"1404f1826cd93e1861dd92ca3f3b05c65e8578b88626577a3cbad1e771b96e44","block_index":310402,"block_time":310402000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d9bad9cecd32626c9ec285603559bfbcbca7afb270daf7dbc0c06847623d6417'); +INSERT INTO messages VALUES(981,310402,'parse','blocks','{"block_index":310402,"ledger_hash":"8bf64213a454c62dd4b0dcd7dfa298da0244a6aa7ae6fff98be6f49d50d259ab","messages_hash":"69a5706b3de507ccfed545d8e2c802deee360a11eb3af57f03b545586fa41f08","transaction_count":0,"txlist_hash":"3e776187716a384a84170b2e7dbbb5c152d98535351c1f5b4b00c7bf5ea7ff33"}',0,'BLOCK_PARSED',NULL,'9184ea86c8fe57091a06bb726f4c35e5d0f5f717e8fdeb47707a8fe5134a6b92'); +INSERT INTO messages VALUES(982,310403,'insert','blocks','{"block_hash":"f7426dbd4a0808148b5fc3eb66df4a8ad606c97888c175850f65099286c7581c","block_index":310403,"block_time":310403000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'105c69b5b5d73e65c74e0b848c9625e04c0c3ff999cbf50c03357b8d1447df5e'); +INSERT INTO messages VALUES(983,310403,'parse','blocks','{"block_index":310403,"ledger_hash":"fb2a365372522d1442792cb38e1a4167eda2612ef442c776749097a3d541a827","messages_hash":"d806d27fcd4a12c259a4f691d2960cf89297d391f1ce5e91a768437c07f4f8bd","transaction_count":0,"txlist_hash":"1fad731787bca55d4102d8d355ccb9625590baaccd0ae63490320efbf5aaf90f"}',0,'BLOCK_PARSED',NULL,'fde2d7ea45902d3c516978596205869b11c0d8a820a9112849447bc81c2057ab'); +INSERT INTO messages VALUES(984,310404,'insert','blocks','{"block_hash":"401c327424b39a6d908f1a2f2202208a7893a5bedc2b9aff8e7eda0b64040040","block_index":310404,"block_time":310404000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'111ed08c91c94efb5197865c0ef7df78ad429d0a84123d7d9f9a33810da9635d'); +INSERT INTO messages VALUES(985,310404,'parse','blocks','{"block_index":310404,"ledger_hash":"47f96d798df9cad17667be908ebb063ab9f79d947784a78189d247e626864a5f","messages_hash":"9919d3ced73a0986787e7a762ddb2dcc28175b0761f50cad78c317ce00ee2121","transaction_count":0,"txlist_hash":"10b2cfe8ebe45dac311048b4aa8d15d7c59ae17f5c1a0c132cfb675d893de8d5"}',0,'BLOCK_PARSED',NULL,'88fa5781cf0a96f4c05e6d93f20305974aa05e3a4f50ad2f6e19f2a526903033'); +INSERT INTO messages VALUES(986,310405,'insert','blocks','{"block_hash":"4f6928561724e0f6aab2fc40719f591823ca7e57e42d1589a943f8c55400430a","block_index":310405,"block_time":310405000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9393d370d636a74346b411d9e632ae1967d26e6d4233bcbcceede243e6b0cd6c'); +INSERT INTO messages VALUES(987,310405,'parse','blocks','{"block_index":310405,"ledger_hash":"185780205a9ab241bb0656799fd0d5942c1e3e5854abd1d06573da550b04b096","messages_hash":"2f52f14effe60e24720ffa2b687e800ada0e68dd00b347b571eff0c8deaba3d4","transaction_count":0,"txlist_hash":"8cbd52dd97944b34f080d675a51360dafcd38183cb08633e6ea247d2c5074435"}',0,'BLOCK_PARSED',NULL,'230590a8c3226831b563b0d86f6ae4d7b2bb6b4ebe0bd18b74db49f30bff4f2b'); +INSERT INTO messages VALUES(988,310406,'insert','blocks','{"block_hash":"6784365c24e32a1dd59043f89283c7f4ac8ceb3ef75310414ded9903a9967b97","block_index":310406,"block_time":310406000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9cb17548ad3b2af79dc9c8c36ed030d4cd31a17163f0006340296585fde63a8c'); +INSERT INTO messages VALUES(989,310406,'parse','blocks','{"block_index":310406,"ledger_hash":"367b9de2313c5f7fce0c2dc2b4a8e2bc059f6881bc924f7315e8e2ca61728a59","messages_hash":"43eaf607e11ce8adc5278f89d631db86418ab2798e68344c669f0988882069d1","transaction_count":0,"txlist_hash":"0d104d4ce44d11e581f51e5a33ec9e35a994b2b992842b173fb8a2756412b4b2"}',0,'BLOCK_PARSED',NULL,'bfb780d4c5ada859ba9fb331a9475200e53849d1bb35f5ef5db51abfd5ff766e'); +INSERT INTO messages VALUES(990,310407,'insert','blocks','{"block_hash":"84396eb206e0ec366059d9e60aefdb381bca5082d58bffb3d2a7e7b6227fc01e","block_index":310407,"block_time":310407000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9214f475151fdcd724d62339f2a34710b5230cb7ec13c856be84e2ca464f289b'); +INSERT INTO messages VALUES(991,310407,'parse','blocks','{"block_index":310407,"ledger_hash":"2bdbd79575aa2ff52ba0cce3fc1a1aac6120d598a8ab0ff3925e1395e6cad2d1","messages_hash":"6714a844c0156ae8ce2f2eaea96f53ab79842e61e231a53a282bc6ddf6d756d5","transaction_count":0,"txlist_hash":"a3407057dc90723c90ed8f2df5af7840e50daa4c4bdedd47181c17a1e8563934"}',0,'BLOCK_PARSED',NULL,'9fe8a38fdadc693f0da3b49a59d2e1ba225e7704def1b622843cb07113e90abf'); +INSERT INTO messages VALUES(992,310408,'insert','blocks','{"block_hash":"4827c178805e2abae5cb6625605623b3260622b364b7b6be455060deaaec2cda","block_index":310408,"block_time":310408000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6e9f0073cd2b587f754ae3ded44e76c6f3b41e80c00fe637381a1858f6af7df7'); +INSERT INTO messages VALUES(993,310408,'parse','blocks','{"block_index":310408,"ledger_hash":"fcd0edef8c4ae9517a6e793a2742c598de38c122829b7a7aa265310417ac92c3","messages_hash":"c449c48a98af7db2d3ba1086a3be9590c4bef14b6b0a843a7dd50c3f86ab3ba7","transaction_count":0,"txlist_hash":"3ee1e7949bdb395a4e481f94344fccb2781abcb3f5d1fea2bbadb9de9228a426"}',0,'BLOCK_PARSED',NULL,'5cc9d02bc351f682db3a8bc9789110f89d7ecfb9ec8c8883b9dbcf5f6cf08643'); +INSERT INTO messages VALUES(994,310409,'insert','blocks','{"block_hash":"01a719656ad1140e975b2bdc8eebb1e7395905fd814b30690ab0a7abd4f76bba","block_index":310409,"block_time":310409000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'57c08204e2018dcfc044de5977a48824b8cc4b96f7dff06f1456d8f77d9dcd8e'); +INSERT INTO messages VALUES(995,310409,'parse','blocks','{"block_index":310409,"ledger_hash":"5b663c40873af21ebc721f2689e2c57a2c787fff579c58f033bba75910a64837","messages_hash":"57a5362a3d65ba233a683413690c89b8d253cf8f73b7d76a3ca59bfe6fc6ea88","transaction_count":0,"txlist_hash":"68fbf3a110ed24946d1594f5a4de1dae9c4b6f0394188a71ab89996e9fb4e55b"}',0,'BLOCK_PARSED',NULL,'be14e6b4ae677a930a18cf3168462b4e7bb3e79e2a85225e605a17ac535f7053'); +INSERT INTO messages VALUES(996,310410,'insert','blocks','{"block_hash":"247a0070ac1ab6a3bd3ec5e73f802d9fbdcfa7ee562eaeeb21193f487ec4d348","block_index":310410,"block_time":310410000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'49f5b2725b169674ed8bedf164a01322640cfe18c21b192d0d340d4ebe46a547'); +INSERT INTO messages VALUES(997,310410,'parse','blocks','{"block_index":310410,"ledger_hash":"93c5a33931b2a33933bc286d6987b34730c0677460e4875d5c032ae86c2e01f0","messages_hash":"4401c11e98e966d90827e8f0ea562e7a044b3a0bed7ed2f4af48684df6015709","transaction_count":0,"txlist_hash":"bd755bf0718d5a0423ec41a8ac84b1554751ff8f0a3f63d87e7e0f58aaa31008"}',0,'BLOCK_PARSED',NULL,'b4287fa6663b6071f0245ccf08567dbd6b46dec0ce53617d1744c63e33725b99'); +INSERT INTO messages VALUES(998,310411,'insert','blocks','{"block_hash":"26cae3289bb171773e9e876faa3e45f0ccc992380bb4d00c3a01d087ef537ae2","block_index":310411,"block_time":310411000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'021b8e6555da2a400b421194012b99d66b93a499264bb2a38bc1bc86322f6abb'); +INSERT INTO messages VALUES(999,310411,'parse','blocks','{"block_index":310411,"ledger_hash":"8d98498f89619a2e334e9ac69bf8ff37251af6431d9bb6d1ea8bbc404c5e560d","messages_hash":"5350d59e6e5ad06ae4aaec7dd4c993643daa1d975081a9bdfc4fe71f46aa865f","transaction_count":0,"txlist_hash":"103563dcfc7b9f149b6efdad7cae17b090d4a8232fd4c37fac7bcf942d784b55"}',0,'BLOCK_PARSED',NULL,'6feaa7d92c4819e215ff8a8d54406447581a252b72ef5a03f8d38e10c977dd2b'); +INSERT INTO messages VALUES(1000,310412,'insert','blocks','{"block_hash":"ab84ad5a3df5cfdce9f90b8d251eb6f68b55e6976a980de6de5bcda148b0cd20","block_index":310412,"block_time":310412000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'21a1ce472a296247136bb43d8fcdfb0def95eab0fd78eb5dad62c3bdcb89c274'); +INSERT INTO messages VALUES(1001,310412,'parse','blocks','{"block_index":310412,"ledger_hash":"a16a650c4b63ed783e7229980be1177da867c188a5039ed5c58b9717f6ccf634","messages_hash":"217265c25777a2a9d1229477a8ddce01e8b3b18d9b994625bc28e8c9df36d39b","transaction_count":0,"txlist_hash":"4daa6f0799529346ba4ee87e2aed1450447921dfa92e785378fae39c234a7c8f"}',0,'BLOCK_PARSED',NULL,'3ab256779f3ce2500090a9a50a743aa4025617b703fa5194aaec6378813545eb'); +INSERT INTO messages VALUES(1002,310413,'insert','blocks','{"block_hash":"21c33c9fd432343b549f0036c3620754565c3ad99f19f91f4e42344f10ec79bf","block_index":310413,"block_time":310413000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c1e3ae0a08090563cc9a6f54741d431521bc57ca6057fa062379045dc0209ef0'); +INSERT INTO messages VALUES(1003,310413,'parse','blocks','{"block_index":310413,"ledger_hash":"768577c1a7c2cf2cc19cd8dbe823f1bdb8a222daee4c7ac7b5ead6633040c283","messages_hash":"e9666b1972d472345aea75b721ae15ce6b460b888e2905bf9dedf5ff2735c6f7","transaction_count":0,"txlist_hash":"7ae9815341dccd2d1bff8dbcfdbcce4e52b4aac8f2fdd421348ed9f44cd19e38"}',0,'BLOCK_PARSED',NULL,'fa2a1f07b30037601c0789bcbabfb5fea578886b28c248ad3cb7b7ab0900cb0a'); +INSERT INTO messages VALUES(1004,310414,'insert','blocks','{"block_hash":"8cff03c07fd2a899c3bcf6ac93e05840e00de3133da14a413e9807304db854b6","block_index":310414,"block_time":310414000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f1773914605d7051f9eb9332b2bb76391df323af38a7582572663de5f01a3771'); +INSERT INTO messages VALUES(1005,310414,'parse','blocks','{"block_index":310414,"ledger_hash":"906c491f164877c31002da41233c237d0d4a945a0072406a7b7d13df74be7eec","messages_hash":"3defbc477a4f17ed73381708af2e1f57aa4362d4a7fb14949e1975645e1c22bb","transaction_count":0,"txlist_hash":"807cd64b4d8ee3d91a5cbc651e42feeacd5248b6572310472743ca71a9f24621"}',0,'BLOCK_PARSED',NULL,'886184ed96f3e27e35251cbde123cca5e181175702b39cbcb549f27767dee00d'); +INSERT INTO messages VALUES(1006,310415,'insert','blocks','{"block_hash":"dd0facbd37cca09870f6054d95710d5d97528ed3d1faf2557914b61a1fc9c1cc","block_index":310415,"block_time":310415000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ece7b06d606f714af487458e46bd8a14aa19e24796f61fa6b23ef544424bf200'); +INSERT INTO messages VALUES(1007,310415,'parse','blocks','{"block_index":310415,"ledger_hash":"d27f99b4a67dfc910d3b932f97b7299779f245e95f871140d3c90f13cc6e506e","messages_hash":"4642032f48b7a226559893c5e5d666510517b31c21ca0113a11e2d82cb5a4366","transaction_count":0,"txlist_hash":"67fe947c260b3d8748887e94f68c3725664bb6dbd72187e9312ee48a42770ec3"}',0,'BLOCK_PARSED',NULL,'a6e9eecadac5ca7cdc4dfbc5f31f8a0441e446025f8a15d176a6723f61b32dd3'); +INSERT INTO messages VALUES(1008,310416,'insert','blocks','{"block_hash":"7302158055327843ded75203f7cf9320c8719b9d1a044207d2a97f09791a5b6b","block_index":310416,"block_time":310416000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e48c85137066e58c6c85b3052c976180d9465f83c7453352cbb2be5538d88403'); +INSERT INTO messages VALUES(1009,310416,'parse','blocks','{"block_index":310416,"ledger_hash":"90fcd04c508a9821e0ba0ed36cd7cfadd1d3c95116e3f52ad69f98d3d14de571","messages_hash":"6619efc1caf8f8ec4cc5c809d532ba3b892ec8ecfc84de54172910d2f331f40e","transaction_count":0,"txlist_hash":"1041a17c5c146181a56da6ef17386814299be8a22c76a2b2f8a4a2768b2b531c"}',0,'BLOCK_PARSED',NULL,'1bdbc1b69aedc79e3ec515c0cee32808f4deb2b516f6eb7cc654cc176c7f4605'); +INSERT INTO messages VALUES(1010,310417,'insert','blocks','{"block_hash":"2fef6d72654cbd4ea08e0989c18c32f2fe22de70a4c2d863c1778086b0449002","block_index":310417,"block_time":310417000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dc5d6013e5d95acd9095add07de66c1913f6abce7516b5694c177350631cebd4'); +INSERT INTO messages VALUES(1011,310417,'parse','blocks','{"block_index":310417,"ledger_hash":"19cbb26c6d24df5b110a5aae9b53a911a61b2086dde926273a1b0f66c1049e6b","messages_hash":"1ece895c9196f9371be8bb87deba7786b4864cc008b2aafa07e1b4701467ede5","transaction_count":0,"txlist_hash":"920154e272608daa3c501588cf0eee50c2c45a385d30f42711657ae4a6de3bf5"}',0,'BLOCK_PARSED',NULL,'af361ac080556605e6c375733775a99a804e1fb823a9ec8c0894b79269afe580'); +INSERT INTO messages VALUES(1012,310418,'insert','blocks','{"block_hash":"fc27f87607fd57cb02ce54d83cec184cf7d196738f52a8eb9c91b1ea7d071509","block_index":310418,"block_time":310418000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2d24ed63063ae9e78744f858ab3a22bb8204818d8b83dc49554272d69e440141'); +INSERT INTO messages VALUES(1013,310418,'parse','blocks','{"block_index":310418,"ledger_hash":"2dc971d2db4e92e2d5dcef124bf9cdad33c41a71d6ae3db80297cb2257911f0d","messages_hash":"18cae1103a6c810076a9bde9303e6b71a031c09523cd652ab5e206d4bef07ba7","transaction_count":0,"txlist_hash":"290826e9c72e49636370d0dad56ba1c2c9209d888b993e030838f84300c0225a"}',0,'BLOCK_PARSED',NULL,'2872281cca21d4df799ab17951f91e801efa78f1629c7841aafe032d5cca0793'); +INSERT INTO messages VALUES(1014,310419,'insert','blocks','{"block_hash":"9df404f5ce813fe6eb0541203c108bc7a0a2bac341a69d607c6641c140e21c8e","block_index":310419,"block_time":310419000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ed3e0a272a8bf21dd705eae5825a5125a61396d093c266c758a0ec9221bb00a'); +INSERT INTO messages VALUES(1015,310419,'parse','blocks','{"block_index":310419,"ledger_hash":"7ad2bf141622a0db4b27b1f4dab4857d1595e3f746a4113992850a680ebf1f37","messages_hash":"f46b42919b61c0ff5fa2f65d2a2735bca6499821aaf658617e2b8819aea1343e","transaction_count":0,"txlist_hash":"d06653b493d120dd288637d530cd3f6efa1c8f5c252bb275572c1948ff0f3539"}',0,'BLOCK_PARSED',NULL,'2fe753cc61c97933abf64b4820ea8b7da3dcd87a99b20b59d4f0f9ff03047f34'); +INSERT INTO messages VALUES(1016,310420,'insert','blocks','{"block_hash":"138b3f1773159c0dd265a2d32dd2141202d174c2e52a4aeac3588224a3558372","block_index":310420,"block_time":310420000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1f8332f23ca798e047c9db8d34506c5f1edb95767c7274ef09cea4959edf84a2'); +INSERT INTO messages VALUES(1017,310420,'parse','blocks','{"block_index":310420,"ledger_hash":"3602b26268d1bd3fc5f08f170e9767ff07c91f6976a1c342dc6b24f7ee98c509","messages_hash":"2beb5d9bff0cfab9c1735c98821fc473bf358f3c78edb7a3f3eb59c9ba17b9e1","transaction_count":0,"txlist_hash":"ae8e61a57232c10bd15c655bb8c76007dcef394ba64d1619157ca58990e18c25"}',0,'BLOCK_PARSED',NULL,'530e78561272cf9a6049771f977b38755ab081adbefa8b5327be46dcb167f78a'); +INSERT INTO messages VALUES(1018,310421,'insert','blocks','{"block_hash":"71fe2b0e02c5cad8588636016483ddd97a4ef0737283b5fd4ab6ea5dc5c56b9a","block_index":310421,"block_time":310421000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'036206dc446605842f4a38a420790137d1ca52606d6f9e985fe0e24c122b4b37'); +INSERT INTO messages VALUES(1019,310421,'parse','blocks','{"block_index":310421,"ledger_hash":"1c1facfa3852b33c173a08d06450335a2b230541c60973a154e8dd864f3c3c8b","messages_hash":"759cb64a2468cfc52c10271d4e4a81141f4094f9acf8378c7e79fc97ea8ea99c","transaction_count":0,"txlist_hash":"01bfd609f878bb6149779f6377d7868d5b7fa3b831f68cd757967b982cd09ad4"}',0,'BLOCK_PARSED',NULL,'d88a38853c52b8d43eaf680bf200387b6da6e9bd1e00deb71a8275e35b367239'); +INSERT INTO messages VALUES(1020,310422,'insert','blocks','{"block_hash":"cd40260541b9ed20abaac53b8f601d01cd972c34f28d91718854f1f3a4026158","block_index":310422,"block_time":310422000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3c06c467c749dab6de6aa4440a141142905f035486ce03462e13e0468e321ddb'); +INSERT INTO messages VALUES(1021,310422,'parse','blocks','{"block_index":310422,"ledger_hash":"e788123aefd1129554fa2c166dbd06ce68f913730183ca73cf248c1f5284eba4","messages_hash":"36fb6238b2d74658349e9bd2c91e84257b3691504cbb171c8150d07dd32db1dc","transaction_count":0,"txlist_hash":"6577ad9a9e3889fb5eeac7fc9039af8d4537a8fc28b4a9de85e230f5d9da3583"}',0,'BLOCK_PARSED',NULL,'6f20445b73f4726d1c589cb67b3969fc2239cf22c083d51d941182dda4542350'); +INSERT INTO messages VALUES(1022,310423,'insert','blocks','{"block_hash":"6ca0d6d246108b2df3de62a4dd454ff940e1945f194ba72566089f98ad72f4db","block_index":310423,"block_time":310423000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e5b302e3597c62cba53abd62eedc98484d9592b666593dc68c4a838f1d43eadf'); +INSERT INTO messages VALUES(1023,310423,'parse','blocks','{"block_index":310423,"ledger_hash":"ad445e5351af8739b2f74cbba8b44201c20ab55ad1db064402614fb97f35c375","messages_hash":"02dd1ebc273940d93e9f8d3d8f1bcdfe45ebe4e69118e57bcdebee69f000681b","transaction_count":0,"txlist_hash":"dd7b66518e8ec22359df2d8ad4c0349fe4ab3a74620aaf2ef4bdc93a4c7e2d92"}',0,'BLOCK_PARSED',NULL,'13472fc58b6e46d130c7854408bc395cf0770c8552612b43a1fd9b9229020b8f'); +INSERT INTO messages VALUES(1024,310424,'insert','blocks','{"block_hash":"ed42fe6896e4ba9ded6ea352a1e7e02f3d786bfc9379780daba4e7aa049668ad","block_index":310424,"block_time":310424000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'82c5e415d780100dc4ae219eec9461a8fbecea354352ea862356103beaad96fc'); +INSERT INTO messages VALUES(1025,310424,'parse','blocks','{"block_index":310424,"ledger_hash":"e89872ed802fe4421844882958fe6384cf21a85a6dcf10db761e2bb4a77ed24e","messages_hash":"97d80a832910c23f007ef47d071b4166f64d822e5e797fd81d41133b88b9b32a","transaction_count":0,"txlist_hash":"bb05836e569bc4c85141c5b4d2832efa5a83ad519260e96d92f6ee16fe4a0c80"}',0,'BLOCK_PARSED',NULL,'f68676e73e689f1e8e00bcca4f7820f6e778f2d84b28e0d60e17386ac7d794d0'); +INSERT INTO messages VALUES(1026,310425,'insert','blocks','{"block_hash":"73f4be91e41a2ccd1c4d836a5cea28aea906ac9ede7773d9cd51dff5936f1ba7","block_index":310425,"block_time":310425000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f6332552643014f31fa40bfc3ff5059a1cc6c5db3c9e5a9f0088bdefa5f233ca'); +INSERT INTO messages VALUES(1027,310425,'parse','blocks','{"block_index":310425,"ledger_hash":"29e595e9ac7717013cfc8d12255496192234abbddd8a66762a5eaff0c49f3750","messages_hash":"ae4acefbb19a7bde582a48fe81041f6ea1bcca99fa754c16b78dcfbd5dc243fa","transaction_count":0,"txlist_hash":"2cedf78c9d13e32fde5792907f2ac9f409fe701740533b94ceab6b8087f790b1"}',0,'BLOCK_PARSED',NULL,'af41cbec8325ccaf80932b3b5afea12bbb60f6d2d8cf6cda1698272ffeb59c02'); +INSERT INTO messages VALUES(1028,310426,'insert','blocks','{"block_hash":"9d28065325bb70b8e272f6bee3bc2cd5ea4ea4d36e293075096e204cb53dc415","block_index":310426,"block_time":310426000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'593205abd675660c05aa2be2e4f69371ee1da03bc998e0bc3741ff09cac34641'); +INSERT INTO messages VALUES(1029,310426,'parse','blocks','{"block_index":310426,"ledger_hash":"9b9509ce7b7bf380f4d030604810a755c71fabe27152be990997a6a9db37ff15","messages_hash":"d0608f0dc4612ed841c6721aa27c2a86fec9c72ac9f596d983547d3c9488794e","transaction_count":0,"txlist_hash":"c037094c1947835fceefa8a25a81724d9c88191d5f5199d3a59339bd44407289"}',0,'BLOCK_PARSED',NULL,'1d1314e8f9907aecdaef256ca51890f792063384c37e423df01582499034d375'); +INSERT INTO messages VALUES(1030,310427,'insert','blocks','{"block_hash":"d08e8bc7035bbf08ec91bf42839eccb3d7e489d68f85a0be426f95709a976a2a","block_index":310427,"block_time":310427000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4b812f13cd44eaaa8c4b5e49db1469637f5a71d9160bc744d914c67fbc47d3a7'); +INSERT INTO messages VALUES(1031,310427,'parse','blocks','{"block_index":310427,"ledger_hash":"f1b834e2a380f1b9a78c592acbe78ec809220c620e15f296ab8d7ecea6cd392e","messages_hash":"ed6409be6f8bd03d161ceb91a3287347a3e46876fdb8af280586b55a7b4d7afc","transaction_count":0,"txlist_hash":"81d439d9d368279e97c8739243efb01c7027be218d831d93127364fa247aed95"}',0,'BLOCK_PARSED',NULL,'4d676cfa26b77c798e3c16f97d71353d4306eaa6327910c7225c50c891dfa24e'); +INSERT INTO messages VALUES(1032,310428,'insert','blocks','{"block_hash":"2eef4e1784ee12bcb13628f2c0dc7c008db6aaf55930d5de09513425f55658a2","block_index":310428,"block_time":310428000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d878367dd0edd7510af1ed28fce2ed9e53d7fb637b059e42e5b19d40a6f63152'); +INSERT INTO messages VALUES(1033,310428,'parse','blocks','{"block_index":310428,"ledger_hash":"9e963a17fbc4a5c20d48094f1459959033520f92d7a8bc044b71bbffb8dd173d","messages_hash":"ea355cf2e64178569c0628afab296b0ae08bca6c974b37674ef9ecc7e8e11e68","transaction_count":0,"txlist_hash":"002b7ac255f66476970512e50d7ca9cb5da695bea9763bf0379f8d8e6c77a71c"}',0,'BLOCK_PARSED',NULL,'43bb0737e342673238fc8847a95cceca22093151fd6a5d7da458e99df23d10cb'); +INSERT INTO messages VALUES(1034,310429,'insert','blocks','{"block_hash":"086bfbba799c6d66a39d90a810b8dd6753f2904a48e2c01590845adda214cf8d","block_index":310429,"block_time":310429000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e465e92d911527a38aa30e1faf936f3e4d63bc7508c1033d870b5388ebcdb217'); +INSERT INTO messages VALUES(1035,310429,'parse','blocks','{"block_index":310429,"ledger_hash":"ac8cfd965b9c53f32731a3e0fcdb6df5746d646b02c88b5201a674125e37eed5","messages_hash":"e0f2115606c60b8a0eb43a20571436cc83bd054c076cdedeb8a0c169184711ac","transaction_count":0,"txlist_hash":"4b68376b50d77145ada0ebc72c3eb43b54b4743b538dbc9fa2c914515882dbb7"}',0,'BLOCK_PARSED',NULL,'86fc21ec944b35bb3de44e45dcc0972ce4eeeb04d0aa54e60392187caa47549d'); +INSERT INTO messages VALUES(1036,310430,'insert','blocks','{"block_hash":"870cf1829f84d1f29c231190205fe2e961738240fc16477c7de24da037763048","block_index":310430,"block_time":310430000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'608b883689c5a9bc07e392528972c5c2f6a5a5081897cb675c17fabd247ed6a1'); +INSERT INTO messages VALUES(1037,310430,'parse','blocks','{"block_index":310430,"ledger_hash":"33654e32dfd41ff3a5744b57fd2483a08a2b4729c18ca54c3ac5d95a1bf0ef21","messages_hash":"aef5ef08d5db05efb1f6c43b741fb42755c41a2eab23088b62307a8dbe544a6d","transaction_count":0,"txlist_hash":"3323c2d01e777caaca3eeaf6f2af8299cee1622589cbaf08f4d245356642d2f2"}',0,'BLOCK_PARSED',NULL,'e82c88750c814316f9bed11cb37b4ba5a289c20635a883294d928871e229ae5b'); +INSERT INTO messages VALUES(1038,310431,'insert','blocks','{"block_hash":"20b72324e40ffc43a49569b560d6245c679e638b9d20404fc1e3386992d63648","block_index":310431,"block_time":310431000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f9a2bfed9bef131083027668aef428cad121738bafacf9cdd1a9cf9681461189'); +INSERT INTO messages VALUES(1039,310431,'parse','blocks','{"block_index":310431,"ledger_hash":"ba8837c811ae87981cc37cb49438d958fa58dfc5a95824040f2fd088465406d1","messages_hash":"5237481e07f1b93e9c9fedb74ac09281c213e4eb6280ae1d46f05548a404ce22","transaction_count":0,"txlist_hash":"67aadda0a565f4f5e2786b5007e56e2d10077e87e7d3acc216fe0803365b7b81"}',0,'BLOCK_PARSED',NULL,'9ae22a287b3419481d92d296afeb80c2dc217024ba49b14d3af3b067c82ccbdd'); +INSERT INTO messages VALUES(1040,310432,'insert','blocks','{"block_hash":"c81811aca423aa2ccb3fd717b54a24a990611365c360667687dc723e9208ad93","block_index":310432,"block_time":310432000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'860bd24a2e08bbe2d2f4ce972c791c32548176d67d82757996b5a9763c802d10'); +INSERT INTO messages VALUES(1041,310432,'parse','blocks','{"block_index":310432,"ledger_hash":"7864019cb0cbbcd895154421183d6acb932b1d64441103b913d52469f656655f","messages_hash":"9e10d8ed1ee44ad89e5be455745427eaceffe0f647e8fb93fda599f00ae252f3","transaction_count":0,"txlist_hash":"c12942ffa02a5f8eaddf3e8e55ad0ea03f29cebd9e822e00c504c162cddd0471"}',0,'BLOCK_PARSED',NULL,'87b3bb3d5a0dc1ce94ec3978c157eea754ae73bac0b39572a9888ad1cfc78d2a'); +INSERT INTO messages VALUES(1042,310433,'insert','blocks','{"block_hash":"997e4a145d638ad3dcdb2865f8b8fd95242cbc4a4359407791f421f129b1d725","block_index":310433,"block_time":310433000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3b5d35338b741e1c7f62cc28f520e1cb5426e9c918acb2e675cfb7edb1493900'); +INSERT INTO messages VALUES(1043,310433,'parse','blocks','{"block_index":310433,"ledger_hash":"a6da92ef0df7d092de09f2f8d2c99ff65ad74e2a0bd2ea25f8335614372f5279","messages_hash":"d64318a7c45c46dae029c191a95c5ffb41c426d850e5a63b020326768a4593a1","transaction_count":0,"txlist_hash":"f0eefd9f81db595b07fe719a41e67e54fdb987e177f05d37040237db3be2a8a5"}',0,'BLOCK_PARSED',NULL,'f8a125a39992d0f389c29a16846f92d2650b5966c32f568d22a792d24d072a13'); +INSERT INTO messages VALUES(1044,310434,'insert','blocks','{"block_hash":"61df9508e53a7fe477f063e0ff7e86fbb0aef80ff2ddedc556236a38f49ac4d8","block_index":310434,"block_time":310434000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c8ebfd851394699a4865aff99a454311e3be100d5984a1a21e8934f0bb14a0e4'); +INSERT INTO messages VALUES(1045,310434,'parse','blocks','{"block_index":310434,"ledger_hash":"e288db28ac6a42822f85fd042f65b57378bc6cc2f8616edfa88143d7b1c9ddcc","messages_hash":"55130635a017809fc8f4828e7d8f6d740b63bd76cfb8a243eb0efb471bb1b72c","transaction_count":0,"txlist_hash":"173f8b7d2c581e9f088b3fb6e96ad2af597b172717d8f8732fd5857997f0f3d7"}',0,'BLOCK_PARSED',NULL,'b433e04f148a8b3198b3478d8dd5602095704d37b94a2e54dc0ee3758b7b32f2'); +INSERT INTO messages VALUES(1046,310435,'insert','blocks','{"block_hash":"f24cf5e1296952a47556ac80a455a2c45da5c0dc2b388b51d235a3f741793d5f","block_index":310435,"block_time":310435000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d6b219fb6cf86f4d8f34d8cd1124808eacc7145fd860db5f54bbd7ff0ed5b128'); +INSERT INTO messages VALUES(1047,310435,'parse','blocks','{"block_index":310435,"ledger_hash":"e87af314e8d7a5f2315ccc559d7c2255c008ba63aff017696201db69344d423f","messages_hash":"95f7833de5c4c05d94c8c8fdfd5329781445cb0bf78d286d0f55ff2ee2c01a95","transaction_count":0,"txlist_hash":"a4dd5a36f1aeee54e99bb23095b64707fc0b3fde5f64e33135429a100e4ea558"}',0,'BLOCK_PARSED',NULL,'733c1bce3def5abd943195090ff1ba819c8e95c66e9161ee9dcdb0f96f0be1b2'); +INSERT INTO messages VALUES(1048,310436,'insert','blocks','{"block_hash":"a5e341ba92bdf9b3938691cd3aab87731eba5428bb61a804cecf9178c8da0c19","block_index":310436,"block_time":310436000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4e0cef9769e4d4673a64eee14c00b34388b66421ec858f5737b7eb301c32f07f'); +INSERT INTO messages VALUES(1049,310436,'parse','blocks','{"block_index":310436,"ledger_hash":"82327b93bd3ffcdf797bc2f6470b9c8c5101e54b924ec5f141a31356aa8865c7","messages_hash":"ad0ee5331be7965368dfb91c7d4ebd5503979cee3955c175b644e3849496e1a0","transaction_count":0,"txlist_hash":"c6b0f05a847c30dd3f2d3f8cb7c26a84f1d005b4720a553f9dd8b717185d7f05"}',0,'BLOCK_PARSED',NULL,'d31ec279befeb60c7bde73ad45a6d8eb2dc394c3d452570bff4d7bfd134acb57'); +INSERT INTO messages VALUES(1050,310437,'insert','blocks','{"block_hash":"9e18d0ffff2cb464c664cefc76e32d35752c9e639045542a73746f5ec2f3b002","block_index":310437,"block_time":310437000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d9f9d4ed4dda875e45a9956e1630b661ff98b0eaa9a8b95ba4d8fb702409f7d2'); +INSERT INTO messages VALUES(1051,310437,'parse','blocks','{"block_index":310437,"ledger_hash":"70d86f9ef8df495474de06b94e1857693c73d9ca3528356b82553a52fdce0dda","messages_hash":"e535ceabd19db64fabef0b4a6d152eafb29e3d615f3f5c48e5dee9f0b05350ab","transaction_count":0,"txlist_hash":"809d60564fefff56688616b7fb96378d4eb425e5c8de36b34f0c9070935dac26"}',0,'BLOCK_PARSED',NULL,'d19fe064fe8406c6a62d6e117b85c6569332fddec1c91549208a3e6ad11eb42d'); +INSERT INTO messages VALUES(1052,310438,'insert','blocks','{"block_hash":"36be4b3470275ff5e23ed4be8f380d6e034eb827ebe9143218d6e4689ea5a9fc","block_index":310438,"block_time":310438000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2a9dc7a8a99dac67186beea16f55337ee2bb62e277e185be1e7005c9488a069d'); +INSERT INTO messages VALUES(1053,310438,'parse','blocks','{"block_index":310438,"ledger_hash":"44b90478e32373205462f0fb212da636b31db6dfb99a2b56923beb97a3a64722","messages_hash":"37e3833726bd369d1929e9cbfe871eb641705895cd02fd6c0a225a7650ebfdd4","transaction_count":0,"txlist_hash":"2cf7695a3cea08358af8bd9378b1d6ad6c7223cbac01589042ace6c3cb312196"}',0,'BLOCK_PARSED',NULL,'976b56c21380eb2ff40a4cfc8a7b67c3d814a6fb74f975fa478be819a9fd1d32'); +INSERT INTO messages VALUES(1054,310439,'insert','blocks','{"block_hash":"4f2449fce22be0edb4d2aefac6f35ce5a47b871623d07c2a8c166363112b2877","block_index":310439,"block_time":310439000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0e9e5953bf664f353e2e33ce22856794452db85114fc247b94c084e39a967274'); +INSERT INTO messages VALUES(1055,310439,'parse','blocks','{"block_index":310439,"ledger_hash":"66b791b9deb7d2fc8b075f41d712e300ffa9c46ca9d6f4e7cec6429ca6a65163","messages_hash":"7cfc9a23c12402f73c25a1c0113b3d28c3091c26de7f4507dd0a73e1219ee4e1","transaction_count":0,"txlist_hash":"41f11f77910c12535fa183e819b36a0dda32eaafe0ae8016e2ce7c23d5c1d67d"}',0,'BLOCK_PARSED',NULL,'52a822e65732301688c2ca8325919340ab94dfd0782875e0438f6c6d7cfb1b30'); +INSERT INTO messages VALUES(1056,310440,'insert','blocks','{"block_hash":"89d6bd4cdac1cae08c704490406c41fbc5e1efa6c2d7f161e9175149175ef12a","block_index":310440,"block_time":310440000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5421957508d335eec539e6995bcc07ea538ed86df56556021b6b78a1ec129403'); +INSERT INTO messages VALUES(1057,310440,'parse','blocks','{"block_index":310440,"ledger_hash":"5baa10e1659182ba4511f87f08deda38d5de3501c63efd376604cc199140d27c","messages_hash":"624ff761f2996743eea9f650ce93b777c695a99abba4762a99904c0f350505bd","transaction_count":0,"txlist_hash":"c6762d7334806b6b62c3cee84f65346d1121493d3bc3f890af174c4abe4710ae"}',0,'BLOCK_PARSED',NULL,'e92df65437dcd3daf4a7d53e858ba5a7150eb74bdfe052f208fa02c53c829fc0'); +INSERT INTO messages VALUES(1058,310441,'insert','blocks','{"block_hash":"2df1dc53d6481a1ce3a6fee51ad4adcce95f702606fee7c43feda4965cf9ee15","block_index":310441,"block_time":310441000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3d6138e2d7cb9e12921b86443fccf16a64ac5e6f6cd5d3bab05cc4cfe5ca18e1'); +INSERT INTO messages VALUES(1059,310441,'parse','blocks','{"block_index":310441,"ledger_hash":"2d490229fead1b15a8350da7bcc83c483dae06e4a2f574c6e8fde248acd449d6","messages_hash":"d6e4ca53df04c5e7fd58e2c62545cb4e742dee481f924eedf32ce9b28dd013d5","transaction_count":0,"txlist_hash":"f9fcb16a928c44b86ab2af7407a2ca269455b144694a80927b9213bf8e7ac710"}',0,'BLOCK_PARSED',NULL,'f1c0efcd5b9f942e794f3cd14a7fbbd6620110f4dcc18947691a314d851d1d3e'); +INSERT INTO messages VALUES(1060,310442,'insert','blocks','{"block_hash":"50844c48722edb7681c5d0095c524113415106691e71db34acc44dbc6462bfec","block_index":310442,"block_time":310442000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'36a3327d1036cbadec776bedc530cc9fec3b0a3cfe79bf26e1d6b5e523057119'); +INSERT INTO messages VALUES(1061,310442,'parse','blocks','{"block_index":310442,"ledger_hash":"a3728bacfbdd289b7af24248b9bdacd5643bd5412bb993f5380278631eabb9e9","messages_hash":"6bbeccd2b34d956d6058a9b2fdfce800d626c3a67398b65232651797a036b5e6","transaction_count":0,"txlist_hash":"5d2600af95413d101a9e3d98b2d9f5ea02cf1cf6a28bf7e96870e167638a7be9"}',0,'BLOCK_PARSED',NULL,'2c8b5098cfd37046d1284c3165d106be0ef6593c906a17844aab945f261a1bfe'); +INSERT INTO messages VALUES(1062,310443,'insert','blocks','{"block_hash":"edc940455632270b7deda409a3489b19b147be89c4d8f434c284e326b749c79a","block_index":310443,"block_time":310443000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'77de8c26050c8ee97bf9bd9f4d530dcb2d10edd73f10b2c6e2405d6003105b1b'); +INSERT INTO messages VALUES(1063,310443,'parse','blocks','{"block_index":310443,"ledger_hash":"d829da764f6397b22a6b97ef396b363ef2cf071990df2dc9c0d03806db6a46b5","messages_hash":"3e6647994c9c8976684ab56115d228d7a22ddb61c0d1e26d3a7773f9f4f58e7b","transaction_count":0,"txlist_hash":"4c595c9a60ccc98d2f6cd75c92c28333174c618337457f9c5ccf362252732081"}',0,'BLOCK_PARSED',NULL,'4e0ea8cbe7bdccb7a0d6314c73e0f67acf734d5e1895cadcd9d7a98df627525f'); +INSERT INTO messages VALUES(1064,310444,'insert','blocks','{"block_hash":"68c9efab28e78e0ef8d316239612f918408ce66be09e8c03428049a6ee3d32e4","block_index":310444,"block_time":310444000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ffe3e91624b519dd033c15b428ecdbc490069de0e344aed77baa6ea13e1295ef'); +INSERT INTO messages VALUES(1065,310444,'parse','blocks','{"block_index":310444,"ledger_hash":"ef53249bf0f13e1f2073b815c8d8da3ab744b6d277b29ddbc0bd68bd006af34b","messages_hash":"5dee1882d9cbbaae5651a30220af42a5374a04aa998d4d29e438fa50cf3be5e3","transaction_count":0,"txlist_hash":"5ec6d64106ac1c65cd1dd2129c786aca3cf426c7a1b5f6a966b6684b37755293"}',0,'BLOCK_PARSED',NULL,'c75749c0632d7bb02657cb5bf2e948098d3e3a66fd142698c51d49b8c7c26920'); +INSERT INTO messages VALUES(1066,310445,'insert','blocks','{"block_hash":"22a2e3896f1c56aefb2d27032a234ea38d93edf2b6331e72e7b4e3952f0234ef","block_index":310445,"block_time":310445000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f8001a30cf76dd268fd0a5b1a167504b4cdf1df4599626374fe711d44b78de80'); +INSERT INTO messages VALUES(1067,310445,'parse','blocks','{"block_index":310445,"ledger_hash":"7e731cda90932b2b4844abdbc3ff60683173104e6c72ed81c65d9a17fd4872dc","messages_hash":"2f714f74ef6d92b17477e89f377dd140560dfe51434ef2669d801cc8190642fe","transaction_count":0,"txlist_hash":"6da5abcb8ff2a77c33c7c43061754d9fe8e587157a98e194157faf534d2ee9c6"}',0,'BLOCK_PARSED',NULL,'9ac7d6c081b93ced1671c1e2e3a9a12fd7040d60a925f87c67ab1d13ba7ddaf2'); +INSERT INTO messages VALUES(1068,310446,'insert','blocks','{"block_hash":"e8b0856eff3efce5f5114d6378a4e5c9e69e972825bc55cc00c26954cd1c8837","block_index":310446,"block_time":310446000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aa3821022b481d06379ad5b5e69d8e416ec591bb564c0fd61e196e259386b688'); +INSERT INTO messages VALUES(1069,310446,'parse','blocks','{"block_index":310446,"ledger_hash":"db55bac8025e95a567ba984f36dcb09357aa3e9b8706bb594e669b628d4e7204","messages_hash":"f24c76706262e0da7cc17e7acff49ec29e9123920c0ec0720c5e93f8a7f111d3","transaction_count":0,"txlist_hash":"e8efb64e8f5f867f1c0db99afa9f9a3e3a06d0e1d55e16e9639ca36c3bda5cd4"}',0,'BLOCK_PARSED',NULL,'26b9ef2000d5eb1efa3e9e0f97dc273018e635bf1f108294527660ad175eb116'); +INSERT INTO messages VALUES(1070,310447,'insert','blocks','{"block_hash":"3f4bc894c0bc04ee24ed1e34849af9f719f55df50c8bc36dc059ec5fa0e1c8a8","block_index":310447,"block_time":310447000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f2f5a9dbcc4e27abd50e00556421fd9c51dbc46d7809090dd648a4fbbd8152cd'); +INSERT INTO messages VALUES(1071,310447,'parse','blocks','{"block_index":310447,"ledger_hash":"5cc4fa447cc291ffcce7be3c4f8fc70041bf8af5c2dd591136d4a449095d2570","messages_hash":"ed3186973cdbcd18e2aff6033562ae8c3c816e6e8a912d3f5853a4a92d8259db","transaction_count":0,"txlist_hash":"026eb6a7315302879ca62afb071da788deb5759eb3de89cf68fec00ec638d9f0"}',0,'BLOCK_PARSED',NULL,'0dbae0f13ad66e3835ddfbef561c69e4a1a023b4907c54ff821d22e5482149f2'); +INSERT INTO messages VALUES(1072,310448,'insert','blocks','{"block_hash":"6a6c7c07ba5b579abd81a7e888bd36fc0e02a2bcfb69dbfa061b1b64bfa1bd10","block_index":310448,"block_time":310448000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4a71d8890e274f40d0a18e0283b929d46cf0163749020ee2663a11d6c6d1fa7b'); +INSERT INTO messages VALUES(1073,310448,'parse','blocks','{"block_index":310448,"ledger_hash":"ce49854f4493c163bc891888f920fbc6dd8855c30870beb757df69b33de52633","messages_hash":"1c09107051d33559b62e0a415c67419b439261d8296d0d36593a7c7038f4bfbf","transaction_count":0,"txlist_hash":"e47cc99299a82c9be619633effff5b9cace113215d7f71aa7d2327e69d3ca3bb"}',0,'BLOCK_PARSED',NULL,'c1aae7399ec09ce85103c746e0a1b87531d2f791ddb7e8f1e513ed7246eba24e'); +INSERT INTO messages VALUES(1074,310449,'insert','blocks','{"block_hash":"9e256a436ff8dae9ff77ed4cac4c3bfbbf026681548265a1b62c771d9d8e0779","block_index":310449,"block_time":310449000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8575c293c4ea70e801c4ed5a8bdf373057e66483713433e7ddb05fdb7328808f'); +INSERT INTO messages VALUES(1075,310449,'parse','blocks','{"block_index":310449,"ledger_hash":"84557595cf2067a95924119b8ed5fea114acd9ca1b0df4dbe4ae5181a739b5d1","messages_hash":"2151542cf9b8a98706d14e1e8cffebf2658784286e685730a8398116998d21d5","transaction_count":0,"txlist_hash":"4e3048f5eeba69570f9ffd86a3573e85bdfb46a92acf60d55c04d41f49f7f870"}',0,'BLOCK_PARSED',NULL,'f95040cf93433df02a476dd9ecb1628ec12375e8d5c2e814af2d63a1c69a7100'); +INSERT INTO messages VALUES(1076,310450,'insert','blocks','{"block_hash":"2d9b2ccc3ad3a32910295d7f7f0d0e671b074494adc373fc49aa874d575e36a3","block_index":310450,"block_time":310450000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'909bc091f931990abc2084cafaf735728eed4fc027a612a0e2080f7958bddb4b'); +INSERT INTO messages VALUES(1077,310450,'parse','blocks','{"block_index":310450,"ledger_hash":"0e3b252b73fb652f904780da9fc59d1081d712337a9b15cf1a56ea72fbe96c73","messages_hash":"c223394526a235be5b96191f669ccd9f2e34eb31f2d222a04fde81f20830a2fa","transaction_count":0,"txlist_hash":"c98b9428cf94077169705f3961816f87293eb89bc840167b1ed8ffb074aef48e"}',0,'BLOCK_PARSED',NULL,'ec38685b52bf05dce69379b403ff0cdee4a9f1fcb4303af713e7255397db9462'); +INSERT INTO messages VALUES(1078,310451,'insert','blocks','{"block_hash":"55731a82b9b28b1aa82445a9e351c9df3a58420f1c2f6b1c9db1874483277296","block_index":310451,"block_time":310451000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9acd310b015e86c19bf73f90c72273a57b56cb47aa2ce2e11826b525bcc6c85d'); +INSERT INTO messages VALUES(1079,310451,'parse','blocks','{"block_index":310451,"ledger_hash":"790eccd04e24e5f10f843d63bbdc1538cf1aabb0e8e6c862104be0ef845f603f","messages_hash":"ce8c68a04cb75a29a2a1df84a8e79dc8591bf458420dda0bb11f95e138866baa","transaction_count":0,"txlist_hash":"3fda9e8b7ebc417311c9f14e61c9dca2e490702c1c796eeb1df156f174d52cb5"}',0,'BLOCK_PARSED',NULL,'3c28a7733ebe936e6536ae06e0c5b7b3688ff3a84ccee9853acf0aeb9688c8b2'); +INSERT INTO messages VALUES(1080,310452,'insert','blocks','{"block_hash":"016abbaa1163348d8b6bc497cc487880d469f9300374a72ecb793a03d64572aa","block_index":310452,"block_time":310452000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'95e158e7dc7bf20820edb71690d3e8234b7f5a58b241c6883877cdc68186fb50'); +INSERT INTO messages VALUES(1081,310452,'parse','blocks','{"block_index":310452,"ledger_hash":"30962129b060b63050fe8f249592587d74cdabc4ebb5680230a280da880c8586","messages_hash":"a6cddc14403aed1d4e6d79a1ee3101fb4767de5413813b5090c1d0500e85d61d","transaction_count":0,"txlist_hash":"a1bf92fe5ae4df49a6059263dfd3a9ed105ec24ae02cb9127c0408f7330d962c"}',0,'BLOCK_PARSED',NULL,'0e2f43eb5e0f891d7b652c02235059f57037f4eec0764d1ec83f36531b161b3d'); +INSERT INTO messages VALUES(1082,310453,'insert','blocks','{"block_hash":"610be2f49623d3fe8c86eacf3620347ed1dc53194bf01e77393b83541ba5d776","block_index":310453,"block_time":310453000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2de2fb08e90a5ccba77658491648bd08711703b1b95d31034944cdeb2970b32f'); +INSERT INTO messages VALUES(1083,310453,'parse','blocks','{"block_index":310453,"ledger_hash":"56f4aa1086d8985a00cc295cf9618d976e69ba426b0c3d103bea6b47b58e4355","messages_hash":"c246e08450f53da28cf0c70a0cb4f4f76cffad057ebca1b1742debad6b534daf","transaction_count":0,"txlist_hash":"a81de51b7b56cc68f599e592be22e11c2f0b51ca27c027f13b58f05b2229a8e1"}',0,'BLOCK_PARSED',NULL,'522549e6043424aee29a3e015a5505f8f57535d34f41e5782ba42a31f0420a1c'); +INSERT INTO messages VALUES(1084,310454,'insert','blocks','{"block_hash":"baea6ad71f16d05b37bb30ca881c73bc48fd931f4bf3ac908a28d7681e976ee9","block_index":310454,"block_time":310454000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5cea792825081a2a55e730c6905f587e73b9bc52391f654f786e9983e43f425a'); +INSERT INTO messages VALUES(1085,310454,'parse','blocks','{"block_index":310454,"ledger_hash":"38d14a206003b812cbaf5f200235dbe12aa6a674e5f3379cb186a781cb5a5654","messages_hash":"37f0c5aafe2dcb73cbd032786b27f4e3bf86a24bb75091ae9f1eee1733a226c4","transaction_count":0,"txlist_hash":"022e8475ba7e68c75b4a00387ae431b7bdaa4d125dcd1b19d08e9c431d3e6057"}',0,'BLOCK_PARSED',NULL,'e31a64f7672df15b2c4349d0c8c924ebb3d2546e97a04c81feabfadfc1990d0d'); +INSERT INTO messages VALUES(1086,310455,'insert','blocks','{"block_hash":"31a375541362b0037245816d50628b0428a28255ff6eddd3dd92ef0262a0a744","block_index":310455,"block_time":310455000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b4c6e4ac4de4e853117e9e43bfad804f1d28e1d978c652713c20eca4832d92b4'); +INSERT INTO messages VALUES(1087,310455,'parse','blocks','{"block_index":310455,"ledger_hash":"b2ff303a67c05bc12fcdfdb774ea4ddc690434c3371428b3416d38105f265f28","messages_hash":"7210ea6377ce5a0b9ca01544a28be09c848235c4597991ed60d49aff0d3457a1","transaction_count":0,"txlist_hash":"91a1dc2fe8dd56e137b210136966950c79b4badcdf787b4b9fafa7985847192a"}',0,'BLOCK_PARSED',NULL,'2c1100c703ed9d00be91cd25d1095646c0146298daa7c493a22f650ae0afdf12'); +INSERT INTO messages VALUES(1088,310456,'insert','blocks','{"block_hash":"5fee45c5019669a46a049142c0c4b6cf382e06127211e822f5f6f7320b6b50fa","block_index":310456,"block_time":310456000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'982b53c4dc506c9d0dad1ac0a5bfd64d647869e13a99f6c61c9810a30b9a9c3d'); +INSERT INTO messages VALUES(1089,310456,'parse','blocks','{"block_index":310456,"ledger_hash":"6cc16b442fd7758ed7bae9f50367fa60debdb5d81bffc5abccda044573aeaf15","messages_hash":"1a701b73d0ed44ff836232c619404ee1d3c2dc8be362691db18390fc4534f58f","transaction_count":0,"txlist_hash":"5125d7f8718a5a26aed1e1db2ce80e8d2eb4d96bbc91277bace52f571b7f8c26"}',0,'BLOCK_PARSED',NULL,'ba4deefe1963cd9aefa129920755fdbfdd8b355536fc3e0f0cb1c4be89d60628'); +INSERT INTO messages VALUES(1090,310457,'insert','blocks','{"block_hash":"9ce5a2673739be824552754ce60fd5098cf954729bb18be1078395f0c437cce9","block_index":310457,"block_time":310457000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bb5a7e31ce53d0de26ab61bd6401034530a58b35d0e66b2fd37cec14fef8b3ef'); +INSERT INTO messages VALUES(1091,310457,'parse','blocks','{"block_index":310457,"ledger_hash":"8fa0401d245b1b1e8b40760a54f331564d8597e242462ec412878e36a9b06800","messages_hash":"f44243737d0f881c2aa9e5d3a514c5fd86c983d24d63a9b4311810a453ba63ae","transaction_count":0,"txlist_hash":"061dc1962f44d4da9de8ad6bff4d96650058f5d444951e9c808b901db8717c81"}',0,'BLOCK_PARSED',NULL,'e9900f125b5c0880fa85dc5203916813cf125a50bae0986b776a9ce8b78ee1b2'); +INSERT INTO messages VALUES(1092,310458,'insert','blocks','{"block_hash":"deca40ba154ebc8c6268668b69a447e35ad292db4504d196e8a91abdc5312aac","block_index":310458,"block_time":310458000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'99addf985a2b6f119558c85bb4021830b1c55b736b24b63040ca64171c9fe035'); +INSERT INTO messages VALUES(1093,310458,'parse','blocks','{"block_index":310458,"ledger_hash":"520f92700e31b8a35260a280ae11bf8668b0e09d34795a9d88678f2977e19f7c","messages_hash":"fb8fc011899c206d63d9dabd89bd5ad054b312894b77e8074649d4535e09e259","transaction_count":0,"txlist_hash":"b0208287d25e4ca6a1856236b4d4c7a3608533f0a47a9c673806d5d3baeb2297"}',0,'BLOCK_PARSED',NULL,'3cab09f79ed74ea97ef294331132a7741fd270e676d4fda4f701810edadca5d7'); +INSERT INTO messages VALUES(1094,310459,'insert','blocks','{"block_hash":"839c15fa5eea10c91851e160a73a6a8ee273a31ab5385fe5bd71920cbc08b565","block_index":310459,"block_time":310459000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e4fbd18492d61cb46e1fa39ee1c0e4ad115f292b160dfb793aa09254e3135279'); +INSERT INTO messages VALUES(1095,310459,'parse','blocks','{"block_index":310459,"ledger_hash":"d7f728b78228a914b8767a6caeaf2267e9dbd50490a27f6c23bd96060eab8ee0","messages_hash":"2ccf84dae308ecc149f72df233fc96ba54cb94d0749adc7ca49e2ed30949feff","transaction_count":0,"txlist_hash":"21a24d787b30434a230cae77e281636855ff40a8fb4aaaad35eb034835f63e97"}',0,'BLOCK_PARSED',NULL,'6563016d932829f07d659ca84bf434d475c4107ed5924e9cd11a49359e1a6aaa'); +INSERT INTO messages VALUES(1096,310460,'insert','blocks','{"block_hash":"9b5f351a5c85aaaa737b6a55f20ebf04cafdf36013cdee73c4aaac376ad4562b","block_index":310460,"block_time":310460000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d9799042d775b1011528bc591cca84158ab2a5bf38e0bf68dea4b78fb63a91e4'); +INSERT INTO messages VALUES(1097,310460,'parse','blocks','{"block_index":310460,"ledger_hash":"33c2b4c6d22888448a2458ff2ce6a1cfae5e858acae2a57e4cc0232980f8fa4a","messages_hash":"e7205426dff8c69e5539640aeb118c64072c98f76553dccc6b601dadc7f8a8d5","transaction_count":0,"txlist_hash":"2ae25ed250bd603684d0affe8b14af5a1b8d1554beaed08aa8f723cc3c66cf8d"}',0,'BLOCK_PARSED',NULL,'f0001ff630e8dc207d4fd49b8c3187b16ca0a65d4e20e6ba2f55628bca4efd81'); +INSERT INTO messages VALUES(1098,310461,'insert','blocks','{"block_hash":"8131c823f11c22066362517f8c80d93bfc4c3b0a12890bdd51a0e5a043d26b7b","block_index":310461,"block_time":310461000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'13650104e8483ba09535a9092cab6ad097c1ea657f19ff890706ccc3b77440dc'); +INSERT INTO messages VALUES(1099,310461,'parse','blocks','{"block_index":310461,"ledger_hash":"22426912d3317922912326da552af284677c9b76b6416b6c056668f27ae4f19f","messages_hash":"3ea7f252504a015c7fe902a88916aabe98f45a85083e7ce747c8a678fc015e82","transaction_count":0,"txlist_hash":"13b7774cf2a5a0f3d65031cd5f9ee498eaeee5c1e0e8ecbd346e0427d847a5c0"}',0,'BLOCK_PARSED',NULL,'f51259681be2b40e9ec7519ae7c9cc40513ff96613d4c4e06b9b8db8fac2a4f5'); +INSERT INTO messages VALUES(1100,310462,'insert','blocks','{"block_hash":"16f8fad8c21560b9d7f88c3b22293192c24f5264c964d2de303a0c742c27d146","block_index":310462,"block_time":310462000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9668fd9f4830928b5a96c207691a67a786d9cef13c5cbe9d3b0558a1d6edcb3a'); +INSERT INTO messages VALUES(1101,310462,'parse','blocks','{"block_index":310462,"ledger_hash":"74225b62e696aaeafbd4d6db40b41081c7493d9cc44984729d8619ff9450ce32","messages_hash":"db6792b08cffca2b3b678d3432204345ddfc63d8e51defb41e528b9cfef6311a","transaction_count":0,"txlist_hash":"4f23d4da0bbe4b8bb7e00b6b746b4180356013c63f7a6f9b3eee479380b04e4f"}',0,'BLOCK_PARSED',NULL,'60967ce383f6ed634da489abfae82e8be04a5a1e21426559504e7dc501fb14b7'); +INSERT INTO messages VALUES(1102,310463,'insert','blocks','{"block_hash":"bf919937d8d1b5d5f421b9f59e5893ecb9e77861c6ab6ffe6d2722f52483bd94","block_index":310463,"block_time":310463000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fd350317f121687ca7d8efd3bd19e18d38dde2849741dd8ba010119dcb43de2b'); +INSERT INTO messages VALUES(1103,310463,'parse','blocks','{"block_index":310463,"ledger_hash":"b970979bfe0d44ae2f21f7d98bdcc4ae37287b93cad9fa51f32a62337ceba0c1","messages_hash":"2a2246723c4f27e9bc426d4fcd98aeaf88fb0c91b4d5da937855ec51d98d564d","transaction_count":0,"txlist_hash":"7b9a9095733a9d870b33aef4bb15767c32b012c27b52de8731358178b87bfb50"}',0,'BLOCK_PARSED',NULL,'3c58c962964483ea4a4f2e62a31435ea95a1780a86c6f239af46520ae256092c'); +INSERT INTO messages VALUES(1104,310464,'insert','blocks','{"block_hash":"91f08dec994751a6057753945249e9c11964b98b654704e585d9239462bc6f60","block_index":310464,"block_time":310464000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'55e542f6daaf5c9b1dadfd7dcee0dfc021bb12adbcb6fe4447fc0932f6cf37c4'); +INSERT INTO messages VALUES(1105,310464,'parse','blocks','{"block_index":310464,"ledger_hash":"00007a158b003fcca20c9fcaa8d73a556f0206bc9a7ab3e5c566ea1bda8648cb","messages_hash":"21c5c44c5b2144d3d7314b1c496e1798bde6e34219f8aacdcac62b57c47fca4c","transaction_count":0,"txlist_hash":"28d7eceb69efcc6736dd64c65ed218dae2e8d0e9d4d7284b0572a5d1065a9d52"}',0,'BLOCK_PARSED',NULL,'2d83f50dfae975217b3793cd8ed97898964a05ebb006cc60774737afdbc93ea8'); +INSERT INTO messages VALUES(1106,310465,'insert','blocks','{"block_hash":"5686aaff2718a688b9a69411e237912869699f756c3eb7bf7c3cf2b9e3756b3d","block_index":310465,"block_time":310465000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'01a68be9ebf33ff044db3c7cea235790ecd173ebfba6db75539f8ee8a52d7f97'); +INSERT INTO messages VALUES(1107,310465,'parse','blocks','{"block_index":310465,"ledger_hash":"09c407870b056db90148a9e4cb8ada003898ff28c584bec6a5be90514758a851","messages_hash":"47d9e30a810f0913e9612dcf1a6bb0930edf3ec04ae0a31d3fbccc9ef36a9923","transaction_count":0,"txlist_hash":"7a4f4ed76efc69ddb5fc13abe258656d6a5e4a845203b5f3f9133716093d7f6d"}',0,'BLOCK_PARSED',NULL,'a4f20ded185f689aba5b827ad14dbcc28b78e66fc3928b825cba3d5d694c329b'); +INSERT INTO messages VALUES(1108,310466,'insert','blocks','{"block_hash":"8a68637850c014116da671bb544fb5deddda7682223055a58bdcf7b2e79501fc","block_index":310466,"block_time":310466000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2934ad6571495dad5180c95c0ddfe553e4a4802209d73c15fb56b7042209be45'); +INSERT INTO messages VALUES(1109,310466,'parse','blocks','{"block_index":310466,"ledger_hash":"23bcfdbb44d8fc2ae6a86ea073ab080158014f04516b256a70d846399e7383cd","messages_hash":"659167be05ae347e2ed919fe5725a0f5240297bb59093c270f6dd57f3123fe70","transaction_count":0,"txlist_hash":"57124a566cf1e863b27fa19e3c982fe4a5115119ffb745624697380ad8d5f900"}',0,'BLOCK_PARSED',NULL,'2158d1afb9549f77cf1a9bc9adb3cfa74d57bb56493a52d1f31928e76d960187'); +INSERT INTO messages VALUES(1110,310467,'insert','blocks','{"block_hash":"d455a803e714bb6bd9e582edc34e624e7e3d80ee6c7b42f7207d763fff5c2bd3","block_index":310467,"block_time":310467000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f4dcbab18084ed8fc0df0b83eb072e4e4c8e52ef87faa5a5c5a3576fd678379e'); +INSERT INTO messages VALUES(1111,310467,'parse','blocks','{"block_index":310467,"ledger_hash":"a43abeddb61ad99d57f208cb0c6cc3e0b05a200009e6d90641a2bc7aac707adf","messages_hash":"e0eb51657b19285b68b68952c7a45a606c804024b32ac179b9456bf05a10ab05","transaction_count":0,"txlist_hash":"fb3b1ef99d2f323e1bdd6998b78b6044c8c7328fafad6b9fea1de7bd0244a265"}',0,'BLOCK_PARSED',NULL,'80dd0804ad65811acaa6b0c592d03f451cbcd3bef8b4b9acbb6d79e1073eafa5'); +INSERT INTO messages VALUES(1112,310468,'insert','blocks','{"block_hash":"d84dfd2fcf6d8005aeeac01e03b287af788c81955612375510e37a4ab5766891","block_index":310468,"block_time":310468000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fdff53d4edf2061c800de1428eb828cfe69697f2dd1d91208f80aa7d3a82cfc7'); +INSERT INTO messages VALUES(1113,310468,'parse','blocks','{"block_index":310468,"ledger_hash":"fc909facd6ba38fa0908fd49a6e2f25bd8284de5265ef761497b8a2d595344b3","messages_hash":"8bdf769ae1781a253098f30e11f069ada63440412a4777202123ad1316d9a5b1","transaction_count":0,"txlist_hash":"5c84a33365a6954fe639a1c2b1df030b8728d5d331df5ea1ef4a60f976cfa5d2"}',0,'BLOCK_PARSED',NULL,'74110ab372067c3b7e4a51dabd4ec2119e00414fe695b9a6e0ba5f4582c4c6a2'); +INSERT INTO messages VALUES(1114,310469,'insert','blocks','{"block_hash":"2fbbf2724f537d539b675acb6a479e530c7aac5f93b4045f4356ea4b0f8a8755","block_index":310469,"block_time":310469000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37715eb8692a9b034c489659cb517dfcbd8f9e0ee38a46327d5489f2dd9c0e7c'); +INSERT INTO messages VALUES(1115,310469,'parse','blocks','{"block_index":310469,"ledger_hash":"09f0d1c9bde8cdd63544fbb5eab46c2954654d32f3736f9975cf860588aa65cf","messages_hash":"9ee69a7d22cfc75dc7f1e0c578a6322f8d398d300d923348978c12018da84035","transaction_count":0,"txlist_hash":"38083f12891b03e2f089b02f7cb6b7fc7b6cb7091613e1d299051717eef6748b"}',0,'BLOCK_PARSED',NULL,'a4970b6143cc79c9f376105cdd5fa1fe0560ebda0e1649b05b6e48e4c4934330'); +INSERT INTO messages VALUES(1116,310470,'insert','blocks','{"block_hash":"ebb7c8e3fbe0b123a456d753b85b8c123ca3b315da14a00379ebd34784b28921","block_index":310470,"block_time":310470000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4b082943ca640121006f5c6412eb6394f7450f5be70af192377a85be5cc2eb8e'); +INSERT INTO messages VALUES(1117,310470,'parse','blocks','{"block_index":310470,"ledger_hash":"41832b12459e778621b8f576e597b9f639390338605b30e5be28423b016b199a","messages_hash":"5d4376c88f697e0599cef31723a5f127ef9440e4c6e1878c089b148cb8067a98","transaction_count":0,"txlist_hash":"bc0a8227d8698655c56004a73150eb92144469fd22d4ce8bf0f48c27084e99ae"}',0,'BLOCK_PARSED',NULL,'d7c45333881111dd79299e2650b60ec0bfb4c789292e204e08b4bee49beb461a'); +INSERT INTO messages VALUES(1118,310471,'insert','blocks','{"block_hash":"fc6f8162c55ecffeaabb09f70f071fd0cb7a9ef1bccaafaf27fe9a936defb739","block_index":310471,"block_time":310471000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1b89766d5af6c2bd49508d77c55d59a2ab41b9044f86ecda35793c80f9b30bcf'); +INSERT INTO messages VALUES(1119,310471,'parse','blocks','{"block_index":310471,"ledger_hash":"bf701017153742cb597353349c90ec66f790f222dd98d617d98a0117f1de3274","messages_hash":"014b90fcd76f5e289d8084daad01c2f88dc5ec12b3ed7cade3d5ab272a87b081","transaction_count":0,"txlist_hash":"d912707e01e39b078d3cee49df85af32019d7367d199543259bc98864c3ddae5"}',0,'BLOCK_PARSED',NULL,'fc025998549323a03c74c5a734a818f74db8ceb6356f8d8cf614ad296f1764cb'); +INSERT INTO messages VALUES(1120,310472,'insert','blocks','{"block_hash":"57ee5dec5e95b3d9c65a21c407294a32ed538658a6910b16124f18020f16bdf7","block_index":310472,"block_time":310472000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad1c02cd38f95ff543e71bf595c147013fc7ed02a5bffd1fe389ac8b9b48368d'); +INSERT INTO messages VALUES(1121,310472,'parse','blocks','{"block_index":310472,"ledger_hash":"2a162bbd5a20f89a39156995658fd0c4715881bc130922d0edf95b60ece60b9c","messages_hash":"43b553204454a65bf15743a429448aba5802dae1f3759a34b5d617f89abc7ab8","transaction_count":0,"txlist_hash":"c9f21a9ff022fd95423d3eb56017f4f6f8ad56a9fde974c5d08b37f01a0d0f13"}',0,'BLOCK_PARSED',NULL,'0cfb1bd78e61869dbaec89f6e797f4d584bd87d15d1f8dd7ae1d91e6a05bf465'); +INSERT INTO messages VALUES(1122,310473,'insert','blocks','{"block_hash":"33994c8f6d06134f886b47e14cb4b5af8fc0fd66e6bd60b3a71986622483e095","block_index":310473,"block_time":310473000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1d79d4863518d14372639e9479f424b8be349d927fb1131fe0936dbfed7ca58f'); +INSERT INTO messages VALUES(1123,310473,'parse','blocks','{"block_index":310473,"ledger_hash":"1ce10996ec9e37d8ddc204f038542c6781da88d2d45bae1952a88ab993b81e88","messages_hash":"fae645137805f5c4e1de770834a1eda8b927a22df31a22caace93862b106aa6d","transaction_count":0,"txlist_hash":"ad410d51bae82f8322d110d7b2270a1ff74c0ca64dfc31c5d293cfee7dbbb459"}',0,'BLOCK_PARSED',NULL,'ccb00c67277e529c9058bba82d44555e088fa734be33f46ca1551842e9e27059'); +INSERT INTO messages VALUES(1124,310474,'insert','blocks','{"block_hash":"312ee99e9526e9c240d76e3c3d1fe4c0a21f58156a15f2789605b3e7f7794a09","block_index":310474,"block_time":310474000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'428d9ad8c531e0f2b65630d6c5304a763279ba84af9687e0d93c5da4eff54d95'); +INSERT INTO messages VALUES(1125,310474,'parse','blocks','{"block_index":310474,"ledger_hash":"5ae424c24ca30aad5aca8298a13ae9371f55b15bc789c7731d833c6e7c7cb04e","messages_hash":"c17d32ef02e8043b085220614afb095263bc1a3552fe73cba63f48f44b180073","transaction_count":0,"txlist_hash":"b091eceeb4b263d9fa55bd5595cd298ff8b335e03007d62339033cd884137d48"}',0,'BLOCK_PARSED',NULL,'2fe0ff46487959e0ed5511f96793f234ffba0fe9f9bed55f4ec41eb65f9ac554'); +INSERT INTO messages VALUES(1126,310475,'insert','blocks','{"block_hash":"bb9289bcd79075962117aef1161b333dbc403efebd593d93fc315146a2f040eb","block_index":310475,"block_time":310475000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'87d34f6c19c67b0103bdd68cbbabd75f70854aea59a3e10193be35dc62bd4683'); +INSERT INTO messages VALUES(1127,310475,'parse','blocks','{"block_index":310475,"ledger_hash":"b9b257efe76a36c340629ceb265822dd10449a08eadc69667a8ea05af5c052f8","messages_hash":"dadd5eab7a8dbc5657fed6fa29d91d07dd10c0bf9fdda02e6d1e25e6fb5af9ae","transaction_count":0,"txlist_hash":"345c94c7b237efaf2b4e92802125b7d783e456e36ab6868d1f4126698361ba89"}',0,'BLOCK_PARSED',NULL,'11995b10dbfc1513ba32631ec4aea0fb0a509679b82892b67b6c5ff4a96b0dcd'); +INSERT INTO messages VALUES(1128,310476,'insert','blocks','{"block_hash":"3712e1ebd195749e0dc92f32f7f451dd76f499bf16d709462309ce358a9370d0","block_index":310476,"block_time":310476000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f4c70eff79c3fc0d9d789aea7107ef272729c1db62c543d3d5487df5d1dcd5dd'); +INSERT INTO messages VALUES(1129,310476,'parse','blocks','{"block_index":310476,"ledger_hash":"070c06b36f3a77c04fb4bcc3ab1045e95f198f3f970846e59c35db0d03cdaf2c","messages_hash":"4e795f06d7e22a7f39f9a83c315c2fa4e60157cc28bc9a2d8d1a3125faa0e8ae","transaction_count":0,"txlist_hash":"014e01dabe6dd8db8e0477f9b12d4f4e3589e41223ec8c9ca5035b942524ca41"}',0,'BLOCK_PARSED',NULL,'086782fcfd35bb961d94c242586a6d1c9c623564badebf2926692977efe65ab1'); +INSERT INTO messages VALUES(1130,310477,'insert','blocks','{"block_hash":"7381973c554ac2bbdc849e8ea8c4a0ecbb46e7967d322446d0d83c3f9deab918","block_index":310477,"block_time":310477000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'07e213d64d160cf8d9aa8881e54b16eba5ed0a59f103492c6c34c87fe6f69384'); +INSERT INTO messages VALUES(1131,310477,'parse','blocks','{"block_index":310477,"ledger_hash":"4954596dd44d112fd0407c215be3c9534a348d6f708ae4a1e66527d1ac2830b1","messages_hash":"e50e40c0977661ac7f9baf04d563a0c88b2fdc99bbc37f88d6cb4399950075bb","transaction_count":0,"txlist_hash":"1351438c8ea21d9619f81e51cfd188dbefd6a4816fe3c30b68210ac160890e9b"}',0,'BLOCK_PARSED',NULL,'8927338df61cbaea71635e7b9a397d5471d043fcab92da6f1117448aeb5ed159'); +INSERT INTO messages VALUES(1132,310478,'insert','blocks','{"block_hash":"c09ee871af7f2a611d43e6130aed171e301c23c5d1a29d183d40bf15898b4fa0","block_index":310478,"block_time":310478000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'90df848bd87c62423634b0c8b1f81265e14d2fbd57929b274d7492d2ddb6e8a4'); +INSERT INTO messages VALUES(1133,310478,'parse','blocks','{"block_index":310478,"ledger_hash":"d9cac2e29863569bc96aaf022437906a534968a17bf965c54bf59931cd92e590","messages_hash":"a46073ffc1744589ec353672dc8807f16ecbafb220cf61337bd935da88925120","transaction_count":0,"txlist_hash":"cbec4d277b86a587fd0463340a8990600046f6f166f6fde0b6ec1ee817ab12bb"}',0,'BLOCK_PARSED',NULL,'057877c0c9b01ea0f8d33b078236bca5dcb83b6ce660e852e660eefd46eab353'); +INSERT INTO messages VALUES(1134,310479,'insert','blocks','{"block_hash":"f3d691ce35f62df56d142160b6e2cdcba19d4995c01f802da6ce30bfe8d30030","block_index":310479,"block_time":310479000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7d4ff2e734cf3f4272e679fa7430492c9386f0fe3c9e58a5b27456c85dac4626'); +INSERT INTO messages VALUES(1135,310479,'parse','blocks','{"block_index":310479,"ledger_hash":"2e48a89a55b6f368745e1c022683e93c20bdd920011518f18fd936f2190ac5e0","messages_hash":"fbf0926d4dc939500b6fd96b0e5b3ba09085f50c05c48bb8d63de7db2cb08a61","transaction_count":0,"txlist_hash":"81d4ab55e022000a1bb3fbe758e497425c5196951c3e7896d3c641d54b4f2db6"}',0,'BLOCK_PARSED',NULL,'54539dc82dd3662f0e84c14c61df8e7f7e12480549e72e56a4a4fe114c29b277'); +INSERT INTO messages VALUES(1136,310480,'insert','blocks','{"block_hash":"2694e89a62b3abd03a38dfd318c05eb5871f1be00a6e1bf06826fd54d142e681","block_index":310480,"block_time":310480000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'74b25fb7875ae4ff776d95577a6a3c98aa6e238fb4b9262a971def1537c3f597'); +INSERT INTO messages VALUES(1137,310480,'parse','blocks','{"block_index":310480,"ledger_hash":"aa54124d86e74bebd14ea481ac2a5a5186236ffe214747f1af11ac370565525c","messages_hash":"ba3a2069d207d9cdfcfe0812eaa017229e8e0518382e61d4718e3091733d12ff","transaction_count":0,"txlist_hash":"8d7e0f8a6f052692155e23eb612c02468830485938e7cb77a91e0c2061611385"}',0,'BLOCK_PARSED',NULL,'c2061de615a4137125e870b9ef1e4145bd3561630a66643c0e476389f9203ec5'); +INSERT INTO messages VALUES(1138,310481,'insert','blocks','{"block_hash":"db37d8f98630ebc61767736ae2c523e4e930095bf54259c01de4d36fd60b6f4a","block_index":310481,"block_time":310481000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'111eabb6c80dfec306d80157efc0c2cd3a0e068c1240108df91d75894c8037ff'); +INSERT INTO messages VALUES(1139,310481,'insert','transactions','{"block_hash":"db37d8f98630ebc61767736ae2c523e4e930095bf54259c01de4d36fd60b6f4a","block_index":310481,"block_time":310481000,"btc_amount":0,"data":"0000000200000000000000010000000005f5e1006f8d6ae8a3b381663118b4e1eff4cfc7d0954dd6ec68656c6c6f","destination":"","fee":6375,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","tx_index":482,"utxos_info":" bfa2498c61a5ab493924ae30e1755b76e3aa56a149551f72c198302f4bb72514:1 2 0"}',0,'NEW_TRANSACTION',NULL,'f301547f55f33fd0325a34a4c92b5640894509dad37f8bfd8b8963c47295a665'); +INSERT INTO messages VALUES(1140,310481,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310481,"event":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","quantity":100000000,"tx_index":482,"utxo":null,"utxo_address":null}',0,'DEBIT','b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5','75f9b64ac6e6048e03dd45f7913fad00107bf3d410deaaf10fdf6e3a833bc6ec'); +INSERT INTO messages VALUES(1141,310481,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310481,"calling_function":"send","event":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","quantity":100000000,"tx_index":482,"utxo":null,"utxo_address":null}',0,'CREDIT','b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5','3d2bfe238176691697e4ad4aa266892eebdd36245255aaa31626c8c46db93b9b'); +INSERT INTO messages VALUES(1142,310481,'insert','sends','{"asset":"XCP","block_index":310481,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","memo":"68656c6c6f","msg_index":0,"quantity":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","tx_index":482}',0,'ENHANCED_SEND','b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5','d43b7a76a7c925b0f1f154d186942d6616740de12c483e9db2f54a329cf25570'); +INSERT INTO messages VALUES(1143,310481,'parse','transactions','{"supported":true,"tx_hash":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","tx_index":482}',0,'TRANSACTION_PARSED','b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5','c435754780d3c650eee9f5ee11085f09598fce2b26b2588d757da0041b3fbdff'); +INSERT INTO messages VALUES(1144,310481,'parse','blocks','{"block_index":310481,"ledger_hash":"fbbe1266bb773e5a3f5b48e82566ff75bc74bfea9424f81f670952565db15c59","messages_hash":"ccb74f16140ccfc7da813adc8f045fdf8f16fa7d83acb99ad56e5b6bb55607ac","transaction_count":1,"txlist_hash":"8bc755d288d8d6525d9161e5d5072631a72e46d2373de37c7851aa10f3479ed5"}',0,'BLOCK_PARSED',NULL,'a1c885357237a2c3cd4656b65d5279be5624c83643342909d387944a30976a11'); +INSERT INTO messages VALUES(1145,310482,'insert','blocks','{"block_hash":"2e27db87dfb6439c006637734e876cc662d1ca74c717756f90f0e535df0787d6","block_index":310482,"block_time":310482000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d6b6434189870902e2967002a6c0c5f36c4b219fe67acb0dc608c8c3c9db896b'); +INSERT INTO messages VALUES(1146,310482,'insert','transactions','{"block_hash":"2e27db87dfb6439c006637734e876cc662d1ca74c717756f90f0e535df0787d6","block_index":310482,"block_time":310482000,"btc_amount":0,"data":"0000000200000000000000010000000005f5e1006f4838d8b3588c4c7ba7c1d06f866e9b3739c63037fade0001","destination":"","fee":6350,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","tx_index":483,"utxos_info":" 2ebe132dfa9d25726c0cae96e32a1f4bb92cfaae285a740dd1a21e1e1586e15b:1 2 0"}',0,'NEW_TRANSACTION',NULL,'84afc550b743cc54f40e377c10a644d05e7cfeb35814a3cec01576ee8e5a3e6c'); +INSERT INTO messages VALUES(1147,310482,'insert','debits','{"action":"send","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310482,"event":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","quantity":100000000,"tx_index":483,"utxo":null,"utxo_address":null}',0,'DEBIT','c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34','804fd32d8085ca3430f172f0a79accc35fd778da042f0b70c015fcbc711b9a43'); +INSERT INTO messages VALUES(1148,310482,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310482,"calling_function":"send","event":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","quantity":100000000,"tx_index":483,"utxo":null,"utxo_address":null}',0,'CREDIT','c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34','0f6c0e4193b72144b4a6da2c812216b577b6233dde17d0c8689c3683ea990118'); +INSERT INTO messages VALUES(1149,310482,'insert','sends','{"asset":"XCP","block_index":310482,"destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","memo":"fade0001","msg_index":0,"quantity":100000000,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","tx_hash":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","tx_index":483}',0,'ENHANCED_SEND','c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34','b5f4ccc692d60d278be866def83048c4484b4c1869713defd1ff3060a38f2842'); +INSERT INTO messages VALUES(1150,310482,'parse','transactions','{"supported":true,"tx_hash":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","tx_index":483}',0,'TRANSACTION_PARSED','c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34','5a344f3b216fa74790f57f8df22b1cc4bc0c4b216c01eb37318b0140494ba6ad'); +INSERT INTO messages VALUES(1151,310482,'parse','blocks','{"block_index":310482,"ledger_hash":"bd28a97e90054319c4c301c3e99d68aaa5e1bf5a145a8f2c4529040bb8137209","messages_hash":"c579cb9ceaf405cc4d483bbb59d63a37b45282649793df8a81ad4d856ef94dbe","transaction_count":1,"txlist_hash":"838486910c9c7722fb3afbac7b0514cdd94126486f6671697423b34164b9906f"}',0,'BLOCK_PARSED',NULL,'30b26cf2bbe5f9a4b3ab9c12792e4847edd032a371fccbfe553f58a09e28b976'); +INSERT INTO messages VALUES(1152,310483,'insert','blocks','{"block_hash":"013bac61f8e33c8d8d0f60f5e6a4ec3de9b16696703dea9802f64a258601c460","block_index":310483,"block_time":310483000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0c1b1a8fe3bb513b7518dc1c5714bdf3a5af3707aabb74fcebc1ecc40166fcb9'); +INSERT INTO messages VALUES(1153,310483,'parse','blocks','{"block_index":310483,"ledger_hash":"fbbeacec99c9ed99a7fc37cdd5673fe8bdce08eba7fcb25b696e262af29ca5d8","messages_hash":"82746940a9f3655f1b7cbfcbbb131001446aaf162a1984bd05e7e928dc5de19a","transaction_count":0,"txlist_hash":"2be6ebe515877a76a7b83b1929ca2ef77be1df3aa3d6766c0c47450898ad7adf"}',0,'BLOCK_PARSED',NULL,'242c22cc28bbeb3213c27906049a81fb7916be1b5c3cdb05c4b677f214127b6e'); +INSERT INTO messages VALUES(1154,310484,'insert','blocks','{"block_hash":"7cac2b3630c31b592fa0497792bed58d3c41120c009471c348b16b5578b3aa2b","block_index":310484,"block_time":310484000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1d0a2ac6a8aa909a872d9a3dc022a0ebeb53499173f2317542001b0026bcf8db'); +INSERT INTO messages VALUES(1155,310484,'parse','blocks','{"block_index":310484,"ledger_hash":"310bc7c61c1325ee3f97e888658fd74e1fe4adccef4924abb6978150fe6f3dad","messages_hash":"b9cbcabf07a9f2685d59913a7d12b3a0e0215c387fddc1998aeaaee1fc8eeb52","transaction_count":0,"txlist_hash":"ec800faf2b61e7b1c2c85157d09b058f59defc14ffbe64d82dffea2a0368ade2"}',0,'BLOCK_PARSED',NULL,'26bdd6cec486b2aa1f6d49924ea3e68baa6d8e72893093691d8508a4b38f0a73'); +INSERT INTO messages VALUES(1156,310485,'insert','blocks','{"block_hash":"eab5febc9668cd438178496417b22da5f77ceaed5bb6e01fc0f04bef1f5b4478","block_index":310485,"block_time":310485000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad1e1f19a9caa0d3d99e28aaea92010f89a68ac38912ab37d319ddcbdc7a1ebc'); +INSERT INTO messages VALUES(1157,310485,'parse','blocks','{"block_index":310485,"ledger_hash":"b7f66db9ea5838b65286422d0cac262f6b81bbd5a7397adf7b8d85b21354dbcd","messages_hash":"c43e44a293320359edf18a59eb3c4c1c50ccd8b8cfacd8f70f6db4be9511b3fa","transaction_count":0,"txlist_hash":"c2c0301119eb8f6e5ee8f72a4f93366a7c2b9f327f087a5aabff7d73892ca74f"}',0,'BLOCK_PARSED',NULL,'e58258079d44fd8bbe8015d788d6d07ce65debc2538e5f1053c0d26215d9c129'); +INSERT INTO messages VALUES(1158,310486,'insert','blocks','{"block_hash":"d4fbe610cc60987f2d1d35c7d8ad3ce32156ee5fe36ef8cc4f08b46836388862","block_index":310486,"block_time":310486000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'38b2a7d6585c3ab7d23326e87504ac9fbddb2fffd4d74aff0c42b71fb513c457'); +INSERT INTO messages VALUES(1159,310486,'insert','transactions','{"block_hash":"d4fbe610cc60987f2d1d35c7d8ad3ce32156ee5fe36ef8cc4f08b46836388862","block_index":310486,"block_time":310486000,"btc_amount":0,"data":"0000001e52bb33003ff0000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14","tx_index":487,"utxos_info":" 6b8d0b2f14d76925018d55a2b0948e66cb67a99678b9ae8026797948ca974cd8:0 2 "}',0,'NEW_TRANSACTION',NULL,'e7da2c9a07e0bc13980a4fa607b2d955aabc282f66955dd6b0b1a458bcb3a521'); +INSERT INTO messages VALUES(1160,310486,'insert','broadcasts','{"block_index":310486,"fee_fraction_int":5000000,"locked":false,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14","tx_index":487,"value":1.0}',0,'BROADCAST','3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14','fc7cebb4ab8b0d1f6e1260733090ae70c19aa30c3b367e30b31a78a06ea625fa'); +INSERT INTO messages VALUES(1161,310486,'parse','transactions','{"supported":true,"tx_hash":"3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14","tx_index":487}',0,'TRANSACTION_PARSED','3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14','5a3b3e7eb75a04ab9a041546dbf3732adc9456d87f49111df0b9953f36e78c29'); +INSERT INTO messages VALUES(1162,310486,'parse','blocks','{"block_index":310486,"ledger_hash":"0f829769e4da773089d7b05047a499db5f6d1b17795d4fba912882caee9813e0","messages_hash":"cdcd83a1bf528b6f438cba4f93ace41ebec7196a8c997e36823035e544748a50","transaction_count":1,"txlist_hash":"ea66c7d9251a0eb884fef48de05cb58bbcf3a9e08319f01c96f180aeb0de9bab"}',0,'BLOCK_PARSED',NULL,'e3c26213d842c7b3f7c2eedc347f53f6f9687df955fc7a16fc10f0a1ff735d3c'); +INSERT INTO messages VALUES(1163,310487,'insert','blocks','{"block_hash":"32aa1b132d0643350bbb62dbd5f38ae0c270d8f491a2012c83b99158d58e464f","block_index":310487,"block_time":310487000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'05d2fc6dacd6cde19792525a5f306dd887ce45f0fb3f7ba7ae7123d2513f85d9'); +INSERT INTO messages VALUES(1164,310487,'insert','transactions','{"block_hash":"32aa1b132d0643350bbb62dbd5f38ae0c270d8f491a2012c83b99158d58e464f","block_index":310487,"block_time":310487000,"btc_amount":5430,"data":"00000028000152bb3301000000000000000900000000000000090000000000000000000013b000000064","destination":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","fee":7650,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","tx_index":488,"utxos_info":" ed3fb8c01061ce068ac9758e33c6cb9f8f76d0173fa9cd0a2f1d06dd0452296f:0 3 "}',0,'NEW_TRANSACTION',NULL,'23c1c8aac4f78950d575829b2ecc7ccc6b42692ed6f07ab12d8a08826df16507'); +INSERT INTO messages VALUES(1165,310487,'insert','debits','{"action":"bet","address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","asset":"XCP","block_index":310487,"event":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","quantity":9,"tx_index":488,"utxo":null,"utxo_address":null}',0,'DEBIT','41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef','6680c91b02ca2125aac64187fbea4bf081b0bfc830e22af1e93f5538fc31a01e'); +INSERT INTO messages VALUES(1166,310487,'insert','bets','{"bet_type":1,"block_index":310487,"counterwager_quantity":9,"counterwager_remaining":9,"deadline":1388000001,"expiration":100,"expire_index":310587,"fee_fraction_int":5000000.0,"feed_address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","leverage":5040,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"open","target_value":0.0,"tx_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","tx_index":488,"wager_quantity":9,"wager_remaining":9}',0,'OPEN_BET','41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef','e49843d38ae4846de5cc1de52a383c715230c8d47b1c3be39b18d61ce16d09ae'); +INSERT INTO messages VALUES(1167,310487,'parse','transactions','{"supported":true,"tx_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","tx_index":488}',0,'TRANSACTION_PARSED','41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef','d9a77164979b72b4cf27a138a65c88df8a76156024e879709b44f9afbd084d37'); +INSERT INTO messages VALUES(1168,310487,'parse','blocks','{"block_index":310487,"ledger_hash":"4b4d7a79843342e96e5d9d71bbc49690245b3098be75e7b86f273021d526216d","messages_hash":"0dcbce812322217d1f9b05d5ec32fefc82355e3d9e5efff7d7c3ecc85213371b","transaction_count":1,"txlist_hash":"76fbd411c43f3f67c8bf61138c5672de0cfda2d98f112a6e50b3a5d084d7cc72"}',0,'BLOCK_PARSED',NULL,'7511c78c6879f9443a0175ad3063c5ad3abe84cb3f780a64d142b0d57f7e8394'); +INSERT INTO messages VALUES(1169,310488,'insert','blocks','{"block_hash":"80b8dd5d7ce2e4886e6721095b892a39fb699980fe2bc1c17e747f822f4c4b1b","block_index":310488,"block_time":310488000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad2f20abb0caee2b2f145d2088be3a05c3824da2ae58f0814fedb8d45ce5d13b'); +INSERT INTO messages VALUES(1170,310488,'insert','transactions','{"block_hash":"80b8dd5d7ce2e4886e6721095b892a39fb699980fe2bc1c17e747f822f4c4b1b","block_index":310488,"block_time":310488000,"btc_amount":0,"data":"0000001e52bb33023ff000000000000000000000096f7074696f6e732030","destination":"","fee":6800,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638","tx_index":489,"utxos_info":" 66afb5bf48c426a8f871e9c6db4b8f48db8c473f9757dcdf75d71d6231c2ef9e:0 2 "}',0,'NEW_TRANSACTION',NULL,'85c575947e7ee50b907d23172b18b205ed3c8e021527031e3ebe7c696e651872'); +INSERT INTO messages VALUES(1171,310488,'insert','broadcasts','{"block_index":310488,"fee_fraction_int":0,"locked":false,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"valid","text":"options 0","timestamp":1388000002,"tx_hash":"870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638","tx_index":489,"value":1.0}',0,'BROADCAST','870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638','06833173172d77de40f240359ce84b7d58035eba2d6f2bd77febea448e6520a0'); +INSERT INTO messages VALUES(1172,310488,'insert','addresses','{"address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","block_index":310488,"options":0}',0,'NEW_ADDRESS_OPTIONS','870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638','edb77757fcd84e179ff9acedf4eafa450a0d8bd1940b5f4cafa4bb480d248499'); +INSERT INTO messages VALUES(1173,310488,'parse','transactions','{"supported":true,"tx_hash":"870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638","tx_index":489}',0,'TRANSACTION_PARSED','870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638','f77599ddcdb68c983e3dfbf8b91f9bee870c8ae7cd4ca3c003dd219c80e5ecdf'); +INSERT INTO messages VALUES(1174,310488,'parse','blocks','{"block_index":310488,"ledger_hash":"2d7e59026ea4c8933e9c7474936931ca49d4af91f9b9985f3c76085fb3a69104","messages_hash":"326dcaadde392e0339f5a413cd4f7492b3e4d80b9789388bc8d951fde731adf6","transaction_count":1,"txlist_hash":"78e801f2d1968c860ac2563e9cc912c18cb8e5f95996011e84c289833fbd46da"}',0,'BLOCK_PARSED',NULL,'c47c04f34fa9aecbeecb9787fd97eb975af727cadca1ac3874cf4e17751f79ea'); +INSERT INTO messages VALUES(1175,310489,'insert','blocks','{"block_hash":"2efdb36f986b3e3ccc6cc9b0c1c3cdcb07429fb43cbc0cc3b6c87d1b33f258b6","block_index":310489,"block_time":310489000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'59f29a15286160d0132c5b4918d5cdd69f93ec9ba753c366d38f666b79a6b25b'); +INSERT INTO messages VALUES(1176,310489,'insert','transactions','{"block_hash":"2efdb36f986b3e3ccc6cc9b0c1c3cdcb07429fb43cbc0cc3b6c87d1b33f258b6","block_index":310489,"block_time":310489000,"btc_amount":0,"data":"0000001e52bb33033ff000000000000000000000046c6f636b","destination":"","fee":6800,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1","tx_index":490,"utxos_info":" 147f338cda56d39f102fd4ec014961e482a2ca4f7b8c419c368e6147b87dca09:0 2 "}',0,'NEW_TRANSACTION',NULL,'251e4b48438c0c8521a76bf0094f7257e060637c12e1993dc232fb27e8b9a345'); +INSERT INTO messages VALUES(1177,310489,'insert','broadcasts','{"block_index":310489,"fee_fraction_int":null,"locked":true,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"valid","text":null,"timestamp":0,"tx_hash":"685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1","tx_index":490,"value":null}',0,'BROADCAST','685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1','553bf70f4389543669f5a613a7f4047715d5d621681682092fc923be2b37efdd'); +INSERT INTO messages VALUES(1178,310489,'parse','transactions','{"supported":true,"tx_hash":"685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1","tx_index":490}',0,'TRANSACTION_PARSED','685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1','64669a88dbd440dc764e9a117ee09b5d42661d85691f797e61e041e026a4ff11'); +INSERT INTO messages VALUES(1179,310489,'parse','blocks','{"block_index":310489,"ledger_hash":"716354a370f344980e98785a444b56b21188bc699e7fbd0c877b6f2fabf35efc","messages_hash":"22af0d6e9184605dda5f05ca4aba0e8247395b281233a451d88d3552ec64fa11","transaction_count":1,"txlist_hash":"23d9af03e6aa29fbab29c8e2a5a0419680053bba19594105cc8ef4d3db05d418"}',0,'BLOCK_PARSED',NULL,'06bef2fd888692e905989aa1f228cc887d97618c44e0d1deffe6365a9ba7d063'); +INSERT INTO messages VALUES(1180,310490,'insert','blocks','{"block_hash":"e2cb04b8a7368c95359c9d5ff33e64209200fb606de0d64b7c0f67bb1cb8d87c","block_index":310490,"block_time":310490000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3ee8555d459ab7d24cca13d2c78b0b8ba7f68e594e5cf4013cd1b6dec0b05299'); +INSERT INTO messages VALUES(1181,310490,'insert','transactions','{"block_hash":"e2cb04b8a7368c95359c9d5ff33e64209200fb606de0d64b7c0f67bb1cb8d87c","block_index":310490,"block_time":310490000,"btc_amount":0,"data":"0000001e52bb33043ff000000000000000000000096f7074696f6e732031","destination":"","fee":6800,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af","tx_index":491,"utxos_info":" dd5471d13ce574963ee0c49f77de65c6161dfa81e4d137e75f4402ea687a75ad:0 2 "}',0,'NEW_TRANSACTION',NULL,'69c62feedf72f97f5c8f26cf47d5212e2d75d802de4e4f3b7cd824db48815860'); +INSERT INTO messages VALUES(1182,310490,'insert','broadcasts','{"block_index":310490,"fee_fraction_int":0,"locked":false,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","text":"options 1","timestamp":1388000004,"tx_hash":"7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af","tx_index":491,"value":1.0}',0,'BROADCAST','7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af','17e7ab4fd0f52a7ad6ae3de1326c25d1a1f396b3fdd15b1b0dc91665420809bf'); +INSERT INTO messages VALUES(1183,310490,'insert','addresses','{"address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","block_index":310490,"options":1}',0,'NEW_ADDRESS_OPTIONS','7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af','40add23671c12c8a8d3329d426ba8a19eeaa7b492e4f7a12256f823255a0efbc'); +INSERT INTO messages VALUES(1184,310490,'parse','transactions','{"supported":true,"tx_hash":"7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af","tx_index":491}',0,'TRANSACTION_PARSED','7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af','f2cc1acf4f76cd32e18a83afd25ca6901ad45ea6066c3cdf7dd635013ff3e3cf'); +INSERT INTO messages VALUES(1185,310490,'parse','blocks','{"block_index":310490,"ledger_hash":"906a38f4256f50312891119c99721537992438af85421e317574ce1810e2b909","messages_hash":"637610c7291fc7949cd1dd889b99755b6d1c1fdbdb641c2120e7d6cf4863ed84","transaction_count":1,"txlist_hash":"5f934032dce4102cd1d72d3f887526e78baa4a78991bc43cf0a1ebefe08fdec7"}',0,'BLOCK_PARSED',NULL,'dc16ec770d548955094788f71ac1b8c2b0fa388ddbace4a5cb9a0298176fa0a4'); +INSERT INTO messages VALUES(1186,310491,'insert','blocks','{"block_hash":"811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16","block_index":310491,"block_time":310491000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'afd491bba747da735bf1736147fbc832c3789fd0ec4b59dbbe646da2181cc12d'); +INSERT INTO messages VALUES(1187,310491,'insert','transactions','{"block_hash":"811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16","block_index":310491,"block_time":310491000,"btc_amount":0,"data":"0000000a00000000000000010000000005f5e100000000000000000000000000000c350007d000000000000dbba0","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","tx_index":492,"utxos_info":" 34ddf77d56739516eec4be2cef26c823380845834393dcedc8c06c184b55463b:0 2 "}',0,'NEW_TRANSACTION',NULL,'bfe01df775ef134a8e5eaccebb6aca583f21b5e8744fd028e550d2a5bc880a0b'); +INSERT INTO messages VALUES(1188,310491,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310491,"event":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","quantity":100000000,"tx_index":492,"utxo":null,"utxo_address":null}',0,'DEBIT','74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498','60552c55249711dbd03ccf0106a881bfaf008ad16530c026455b27c32771b35b'); +INSERT INTO messages VALUES(1189,310491,'insert','orders','{"block_index":310491,"expiration":2000,"expire_index":312491,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":800000,"get_remaining":800000,"give_asset":"XCP","give_quantity":100000000,"give_remaining":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","tx_index":492}',0,'OPEN_ORDER','74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498','88dab4efc97b6c0773640a4a0485bdce919a3a020f4a6a92982e12af36d145df'); +INSERT INTO messages VALUES(1190,310491,'parse','transactions','{"supported":true,"tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","tx_index":492}',0,'TRANSACTION_PARSED','74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498','0119b981469b53afe85a004f771a8dc64319e05a3bcd7bf4b061a0a59ce6c916'); +INSERT INTO messages VALUES(1191,310491,'parse','blocks','{"block_index":310491,"ledger_hash":"3114d8091cfcaa9944c6fab49d51950535c4ef269877d58c372ed80b2b472ec6","messages_hash":"d6837ec3da9fb3980989196e548cc6b8b6bbbf89ed8282e8df045f5775e83e9d","transaction_count":1,"txlist_hash":"f065728a3544adc085fae976759c0d040a34ca0a8ddd39260b55f0262cd5baa8"}',0,'BLOCK_PARSED',NULL,'f99184cffa2dcc74654924d6e27b03fd97520dd8a632973732ba6496c284813c'); +INSERT INTO messages VALUES(1192,310492,'insert','blocks','{"block_hash":"8a09b2faf0a7ad67eb4ab5c948b9769fc87eb2ec5e16108f2cde8bd9e6cf7607","block_index":310492,"block_time":310492000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1b4aaafabf5d119abb16bd5ba289a4b6ba1cca4766c01fbe499dd60eebfb9bee'); +INSERT INTO messages VALUES(1193,310492,'insert','transactions','{"block_hash":"8a09b2faf0a7ad67eb4ab5c948b9769fc87eb2ec5e16108f2cde8bd9e6cf7607","block_index":310492,"block_time":310492000,"btc_amount":0,"data":"0000000a000000000000000000000000000c350000000000000000010000000005f5e10007d00000000000000000","destination":"","fee":1000000,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx_index":493,"utxos_info":" 01435600d3eb8a5196ce2321b423a1c1cd395c14c4144c1f5fc378d9f81029f7:0 2 "}',0,'NEW_TRANSACTION',NULL,'9116833923501cfd079ac1caf343ca0aa4abe47c66df5cf7612529bfe3f87ce9'); +INSERT INTO messages VALUES(1194,310492,'insert','orders','{"block_index":310492,"expiration":2000,"expire_index":312492,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":800000,"give_remaining":800000,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"open","tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx_index":493}',0,'OPEN_ORDER','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','14ffd3c6cfa6bf89aa15bff2c9d3119885010330cbc71cf485021853f86cb585'); +INSERT INTO messages VALUES(1195,310492,'update','orders','{"fee_provided_remaining":6800,"fee_required_remaining":892800,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498"}',0,'ORDER_UPDATE','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','95d43a7b0bfd7883daef63835b0481435fcf04f785aab23dfe2a8ab65922cd6c'); +INSERT INTO messages VALUES(1196,310492,'update','orders','{"fee_provided_remaining":992800,"fee_required_remaining":0,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81"}',0,'ORDER_UPDATE','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','626758464ed9065a1e4cbccf2675fba3bd583da89e5de917b477032719e56c6e'); +INSERT INTO messages VALUES(1197,310492,'insert','order_matches','{"backward_asset":"BTC","backward_quantity":800000,"block_index":310492,"fee_paid":7200,"forward_asset":"XCP","forward_quantity":100000000,"id":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498_1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","match_expire_index":310512,"status":"pending","tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx0_block_index":310491,"tx0_expiration":2000,"tx0_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","tx0_index":492,"tx1_address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","tx1_block_index":310492,"tx1_expiration":2000,"tx1_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx1_index":493}',0,'ORDER_MATCH','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','bbeac8cc86c3fbbfc6c5ad1492b35cb248f777a6e34fdfbbb8f1b9fde3f4cb9f'); +INSERT INTO messages VALUES(1198,310492,'parse','transactions','{"supported":true,"tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx_index":493}',0,'TRANSACTION_PARSED','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','295c54e24e680fe867c049cb8aa277e272eedb23b99a96a1b03fb9140b162b4d'); +INSERT INTO messages VALUES(1199,310492,'parse','blocks','{"block_index":310492,"ledger_hash":"98af18583618fdeed545347c013763d068e8294405d265911cc5e1bc420bc740","messages_hash":"8157dd9f461be9234a2f7ab0f0e1eb048d5b0b4c4b24ea6d7dec3988e4153187","transaction_count":1,"txlist_hash":"daf4d2c1a1ad5206abcf7744bdd06fae99c442fb2607a843dcabb5727d02916e"}',0,'BLOCK_PARSED',NULL,'09644d24c8e7f7b2e1ae217abe777ef80c03ff82e07857d7a2d5c18241b86239'); +INSERT INTO messages VALUES(1200,310493,'insert','blocks','{"block_hash":"c19e2915b750279b2be4b52e57e5ce29f63dffb4e14d9aad30c9e820affc0cbf","block_index":310493,"block_time":310493000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a8d438487aa8b85843cf7a48d6e24c0db87695fe9b13b0d393e81811d4049d93'); +INSERT INTO messages VALUES(1201,310493,'insert','transactions','{"block_hash":"c19e2915b750279b2be4b52e57e5ce29f63dffb4e14d9aad30c9e820affc0cbf","block_index":310493,"block_time":310493000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a","tx_index":494,"utxos_info":" 55bf39bd1c04f6c3d17d6449db501f6723412e38bf91419334b985175ed7a7db:0 2 "}',0,'NEW_TRANSACTION',NULL,'97f650aa01980d8343d8a3f3cfe6027c30c818a867fa9d0e86eed5939eaae150'); +INSERT INTO messages VALUES(1202,310493,'insert','credits','{"address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"XCP","block_index":310493,"calling_function":"burn","event":"c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a","quantity":92995878046,"tx_index":494,"utxo":null,"utxo_address":null}',0,'CREDIT','c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a','44ee3dd9b57d44d1d8c07a3ab16ac5707714dcb0ad1499a9058766cde4ae8487'); +INSERT INTO messages VALUES(1203,310493,'insert','burns','{"block_index":310493,"burned":62000000,"earned":92995878046,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","tx_hash":"c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a","tx_index":494}',0,'BURN','c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a','c484f7406cbc30fc265f3dfa3209747999cf92446a10837f24bb9bf0ecc60745'); +INSERT INTO messages VALUES(1204,310493,'parse','transactions','{"supported":true,"tx_hash":"c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a","tx_index":494}',0,'TRANSACTION_PARSED','c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a','90ffbca2b5620dc3a78c3e8578d5217f9689b7719d43b94db5491565ddb5c0b1'); +INSERT INTO messages VALUES(1205,310493,'parse','blocks','{"block_index":310493,"ledger_hash":"29119cd30a4733916fbfd0551506eaa16f7bb1bdfbdf8d17ac4e5bb20d1cb09c","messages_hash":"367311c9b75aadc96abfa2a6dd2b2517076feed0aebac9c8c63f7545a29bbd0c","transaction_count":1,"txlist_hash":"7ec4cfa94544900c8e8732ad51be7cee6452aa1884ea940cd5c98862fb4aaba6"}',0,'BLOCK_PARSED',NULL,'5344c4334abdeb638a73a81e14967fb356b9f4ee60ee36635eafa4b63c2cfbf3'); +INSERT INTO messages VALUES(1206,310494,'insert','blocks','{"block_hash":"7dda1d3e12785313d5651ee5314d0aecf17588196f9150b10c55695dbaebee5d","block_index":310494,"block_time":310494000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2d6c3cd3b087dfbafcb428f0a127d8869cb24f538de6c58f4802fcd9305a908d'); +INSERT INTO messages VALUES(1207,310494,'insert','transactions','{"block_hash":"7dda1d3e12785313d5651ee5314d0aecf17588196f9150b10c55695dbaebee5d","block_index":310494,"block_time":310494000,"btc_amount":0,"data":"00000014000000063e985ffd00000000000000640100000000000000000000","destination":"","fee":6800,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","tx_index":495,"utxos_info":" 1b0e761450063df114e0779bde3146b1a32ded225c76632be83c753ee1749ceb:0 2 "}',0,'NEW_TRANSACTION',NULL,'1955bf512b75874cb46ad68caf4981bb4e50b248c60c01b0805658fc5716bf14'); +INSERT INTO messages VALUES(1208,310494,'insert','debits','{"action":"issuance fee","address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"XCP","block_index":310494,"event":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","quantity":50000000,"tx_index":495,"utxo":null,"utxo_address":null}',0,'DEBIT','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','99eafd69eb6bcec9093ac11cf4e56112479c548687787406d9196b42a946254c'); +INSERT INTO messages VALUES(1209,310494,'insert','assets','{"asset_id":"26819977213","asset_longname":null,"asset_name":"DIVIDEND","block_index":310494}',0,'ASSET_CREATION','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','72b133fb7eb02780945bb3e572e9662c72f5cc8b70e6f687ec72bbc3620d80a3'); +INSERT INTO messages VALUES(1210,310494,'insert','issuances','{"asset":"DIVIDEND","asset_events":"creation","asset_longname":null,"block_index":310494,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","locked":false,"quantity":100,"reset":false,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","transfer":false,"tx_hash":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","tx_index":495}',0,'ASSET_ISSUANCE','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','798f3fff174a48c2f0c0d480209956f00ae3bacb2de1009ba8af783342f2f87e'); +INSERT INTO messages VALUES(1211,310494,'insert','credits','{"address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"DIVIDEND","block_index":310494,"calling_function":"issuance","event":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","quantity":100,"tx_index":495,"utxo":null,"utxo_address":null}',0,'CREDIT','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','bd601ab24a760237212ccb785e4da3c1488fea3f750192c7f29c232fd52c414b'); +INSERT INTO messages VALUES(1212,310494,'parse','transactions','{"supported":true,"tx_hash":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","tx_index":495}',0,'TRANSACTION_PARSED','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','7464f89e3bf231d9b6d6cc7a955e4de509385803859e74a57dfc7e1e61f68c6e'); +INSERT INTO messages VALUES(1213,310494,'parse','blocks','{"block_index":310494,"ledger_hash":"72d71bd72263699ea9f2b097ad141be5bc394f49d8b0b0a6b2ff6a87b0ee3919","messages_hash":"367e90299cec4c5c4d63b0844091bc7bbf6e17462086233a872de09b663a5bc4","transaction_count":1,"txlist_hash":"9350c3ba33d0546d1194c5fa767ced28834b26246aedc56d89b1d48ec4f26014"}',0,'BLOCK_PARSED',NULL,'8b3790ea36be694d5497d62cf1eaf9d33fd8725320d630ad7df15ac8dad4904d'); +INSERT INTO messages VALUES(1214,310495,'insert','blocks','{"block_hash":"4769aa7030f28a05a137a85ef4ee0c1765c37013773212b93ec90f1227168b67","block_index":310495,"block_time":310495000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'506b2bb0ffd322d53fbbaf84759452eb331e9dfcfdd915b1cc4fd0a7188637e4'); +INSERT INTO messages VALUES(1215,310495,'insert','transactions','{"block_hash":"4769aa7030f28a05a137a85ef4ee0c1765c37013773212b93ec90f1227168b67","block_index":310495,"block_time":310495000,"btc_amount":5430,"data":"00000000000000063e985ffd000000000000000a","destination":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","fee":7650,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","tx_index":496,"utxos_info":" 968efa9a1142fdc8e129ca7f89453f84ba195ed950db191b2f502114b000ea75:0 3 "}',0,'NEW_TRANSACTION',NULL,'4e09cd3e83efe29edc4fe59f56fa367e6c9da12dd70635647bb7144bfa175b29'); +INSERT INTO messages VALUES(1216,310495,'insert','debits','{"action":"send","address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"DIVIDEND","block_index":310495,"event":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","quantity":10,"tx_index":496,"utxo":null,"utxo_address":null}',0,'DEBIT','02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e','215741ccc26d49e6a4bc30ff739506029dcea0e78510fd3fbd4d75b12989bfe6'); +INSERT INTO messages VALUES(1217,310495,'insert','credits','{"address":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","asset":"DIVIDEND","block_index":310495,"calling_function":"send","event":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","quantity":10,"tx_index":496,"utxo":null,"utxo_address":null}',0,'CREDIT','02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e','abcea2599d7f9477272c6617f9d64e470215514aae9260227a91c80b173bbe05'); +INSERT INTO messages VALUES(1218,310495,'insert','sends','{"asset":"DIVIDEND","block_index":310495,"destination":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","msg_index":0,"quantity":10,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","tx_hash":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","tx_index":496}',0,'SEND','02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e','f1dc7e0556e47a943f9d02be2a0679a512f1523c00ffcdae0d4265d34af0670f'); +INSERT INTO messages VALUES(1219,310495,'parse','transactions','{"supported":true,"tx_hash":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","tx_index":496}',0,'TRANSACTION_PARSED','02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e','5bff41f9e3c1caaff6ffb38dcdefd3fde010ab2e7109df83bca780607ef821d0'); +INSERT INTO messages VALUES(1220,310495,'parse','blocks','{"block_index":310495,"ledger_hash":"5a7e5a36882466373d576bb5f4ccd1bc72ecaf548b9589baa803a7275a7a24cd","messages_hash":"191e5428deca4b48f28a4bacae265be703ad97d3bb213dc691dc4d7f35a0a77b","transaction_count":1,"txlist_hash":"09e9db121649cacd979fd18bbaa35e519361e727e7e072e2f2f86291160cdb29"}',0,'BLOCK_PARSED',NULL,'52f1242fd80343db20480ccf0e7aadc9a8bbdf303bec206be0ccd0cc2604cce1'); +INSERT INTO messages VALUES(1221,310496,'insert','blocks','{"block_hash":"65884816927e8c566655e85c07bc2bc2c7ee26e625742f219939d43238fb31f8","block_index":310496,"block_time":310496000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'024d83b97471f2afc7ef611299cf7c8bdd7cdf9618cc1483364ef8b0ce905f9a'); +INSERT INTO messages VALUES(1222,310496,'insert','transactions','{"block_hash":"65884816927e8c566655e85c07bc2bc2c7ee26e625742f219939d43238fb31f8","block_index":310496,"block_time":310496000,"btc_amount":5430,"data":"00000000000000000000000100000015a4018c1e","destination":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","fee":7650,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","tx_index":497,"utxos_info":" 2a460887da5c0bc81f5caf284edc0d1a6ffb001c66f6a9124b386d3b2f6bff73:0 3 "}',0,'NEW_TRANSACTION',NULL,'36ac180c6e599da9afb930bc905d9e8f92b150626af975e99b1e8d4f63df886e'); +INSERT INTO messages VALUES(1223,310496,'insert','debits','{"action":"send","address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"XCP","block_index":310496,"event":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","quantity":92945878046,"tx_index":497,"utxo":null,"utxo_address":null}',0,'DEBIT','a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba','7df378f1c71ccae8336df841811cf72cf0b41cf19c8c4929edda7ca6f5d32724'); +INSERT INTO messages VALUES(1224,310496,'insert','credits','{"address":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","asset":"XCP","block_index":310496,"calling_function":"send","event":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","quantity":92945878046,"tx_index":497,"utxo":null,"utxo_address":null}',0,'CREDIT','a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba','0f874086f4d470045ac916a9467c0f1fac6bf7c3929c3b8534cca1b8bbd6a700'); +INSERT INTO messages VALUES(1225,310496,'insert','sends','{"asset":"XCP","block_index":310496,"destination":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","msg_index":0,"quantity":92945878046,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","tx_hash":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","tx_index":497}',0,'SEND','a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba','af4c0e09caee93dcf2959fcb0d110084573511c49ce97eee713ebe0ffc5582c4'); +INSERT INTO messages VALUES(1226,310496,'parse','transactions','{"supported":true,"tx_hash":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","tx_index":497}',0,'TRANSACTION_PARSED','a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba','1a69a935bb52b72656703bb4cca212b899b217eb53c6335e752a9cd9ad0ac72b'); +INSERT INTO messages VALUES(1227,310496,'parse','blocks','{"block_index":310496,"ledger_hash":"7ac6121c624b634f44695172761830926afe76bb18c4cc9195773f3a26966941","messages_hash":"c527984544651961c8c7893452dd1701b40e6e43b70d43e2ed007e0031438133","transaction_count":1,"txlist_hash":"9eda85cce745579122ba9c6e24b63cd83f2e5161031a34e6ee9bf08b80823cb4"}',0,'BLOCK_PARSED',NULL,'cd681baad9730de86b2a9b06cbd1e8eb599874580021682df809dd1babd07d62'); +INSERT INTO messages VALUES(1228,310497,'insert','blocks','{"block_hash":"f1118591fe79b8bf52ccf0c5de9826bfd266b1fdc24b44676cf22bbcc76d464e","block_index":310497,"block_time":310497000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8c1c99f6e91d41379171739de58dd14545501ea460b04b39c5e38e90b103313c'); +INSERT INTO messages VALUES(1229,310497,'insert','transactions','{"block_hash":"f1118591fe79b8bf52ccf0c5de9826bfd266b1fdc24b44676cf22bbcc76d464e","block_index":310497,"block_time":310497000,"btc_amount":0,"data":"00000014000000000aa4097d0000000005f5e100010000000000000000000c506172656e74206173736574","destination":"","fee":6300,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","tx_index":498,"utxos_info":" fccea6e9a0ad88c0b3a93594e176a9226095acdad38b63daabbdfe96737b8bf7:1 2 0"}',0,'NEW_TRANSACTION',NULL,'6487e7d5a5cb464c454ec7d9a195341cd01d844e93481a8e813d620dfcc7750f'); +INSERT INTO messages VALUES(1230,310497,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310497,"event":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","quantity":50000000,"tx_index":498,"utxo":null,"utxo_address":null}',0,'DEBIT','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','51bde629243411b1bc38d1b75389950bcae7f856ea3c36bc449a93203ee34e72'); +INSERT INTO messages VALUES(1231,310497,'insert','assets','{"asset_id":"178522493","asset_longname":null,"asset_name":"PARENT","block_index":310497}',0,'ASSET_CREATION','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','db3f4edfc12b8b72339513fd6c4e6b1ae7bf53ffa4e0fbffa54cd4e7739e2cb9'); +INSERT INTO messages VALUES(1232,310497,'insert','issuances','{"asset":"PARENT","asset_events":"creation","asset_longname":null,"block_index":310497,"call_date":0,"call_price":0.0,"callable":false,"description":"Parent asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":100000000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","tx_index":498}',0,'ASSET_ISSUANCE','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','f66a2a25009c2cbcc62ef4426eec7e6e2e4a3f050f4e7ab6e31e6fdd9b8ba5b3'); +INSERT INTO messages VALUES(1233,310497,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"PARENT","block_index":310497,"calling_function":"issuance","event":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","quantity":100000000,"tx_index":498,"utxo":null,"utxo_address":null}',0,'CREDIT','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','686ae5c2dc9228aa384d9eb25b7e9c14eaff64aa4d4549434a1ee013ff634c7c'); +INSERT INTO messages VALUES(1234,310497,'parse','transactions','{"supported":true,"tx_hash":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","tx_index":498}',0,'TRANSACTION_PARSED','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','b7e80c3e2a7749724269d37e1e680f3a85819380f79c397390e8a40d90ad1bca'); +INSERT INTO messages VALUES(1235,310497,'parse','blocks','{"block_index":310497,"ledger_hash":"28c6e92b2299b9cbbb5953f8b7ff3de0fe962d15642ba27e43faa64e1935e819","messages_hash":"59789416acb69a3f4dd0d6c0ef2782afbbc5253a224d385b49946c4caa81e56b","transaction_count":1,"txlist_hash":"ff8136601b9e0138a999d1f0467af6e8535a2bcdd2b622af7be0178a083b9519"}',0,'BLOCK_PARSED',NULL,'cabddb71a7bdf52c5a93a0990c890124299cf43bae14250a4db9100fb3d399a1'); +INSERT INTO messages VALUES(1236,310498,'insert','blocks','{"block_hash":"b7058b6d1ddc325a10bf33144937e06ce6025215b416518ae120da9440ae279e","block_index":310498,"block_time":310498000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ca56fe9751e268b39acbbc4241b22a94a1f6d547a534653efcbc357a5e7ac116'); +INSERT INTO messages VALUES(1237,310498,'insert','transactions','{"block_hash":"b7058b6d1ddc325a10bf33144937e06ce6025215b416518ae120da9440ae279e","block_index":310498,"block_time":310498000,"btc_amount":0,"data":"0000001501530821671b10650000000005f5e10001108e90a57dba9967c422e83080f22f0c684368696c64206f6620706172656e74","destination":"","fee":6550,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","tx_index":499,"utxos_info":" 0c2cc9e9cdd3a29c7a2fcd38a68d409c4c03ff78456fde49595d8fdfd6110b67:1 2 0"}',0,'NEW_TRANSACTION',NULL,'9901442a8a40b26cc1deb40cb4d5f479ca4ee609de5b24d7676c2086cec254ac'); +INSERT INTO messages VALUES(1238,310498,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310498,"event":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","quantity":25000000,"tx_index":499,"utxo":null,"utxo_address":null}',0,'DEBIT','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','5c2ac0e5b85279a72455d3e52bfeafb702b3ab4dbc53be0b9173023896f4fc2e'); +INSERT INTO messages VALUES(1239,310498,'insert','assets','{"asset_id":"95428956661682277","asset_longname":"PARENT.already.issued","asset_name":"A95428956661682277","block_index":310498}',0,'ASSET_CREATION','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','d6d3f284f431a12b1ff3ec823fc1a7f5db1ab761a2836dcec23a9dc7c02d0960'); +INSERT INTO messages VALUES(1240,310498,'insert','issuances','{"asset":"A95428956661682277","asset_events":"creation","asset_longname":"PARENT.already.issued","block_index":310498,"call_date":0,"call_price":0.0,"callable":false,"description":"Child of parent","description_locked":false,"divisible":true,"fee_paid":25000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":100000000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","tx_index":499}',0,'ASSET_ISSUANCE','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','e300a1a66b663f1048b2d06b1180ac6953db883cd07d32f2c6f7e51d2a9f707d'); +INSERT INTO messages VALUES(1241,310498,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"A95428956661682277","block_index":310498,"calling_function":"issuance","event":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","quantity":100000000,"tx_index":499,"utxo":null,"utxo_address":null}',0,'CREDIT','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','6c39854a96ccda06b789d1aa5cd79d4d651a77548fb490c4abf8d6ed0ab62c89'); +INSERT INTO messages VALUES(1242,310498,'parse','transactions','{"supported":true,"tx_hash":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","tx_index":499}',0,'TRANSACTION_PARSED','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','a9231afdbfa8b76aaa69c935db8ed30d4d309d2e59204e51667b4628737b064c'); +INSERT INTO messages VALUES(1243,310498,'parse','blocks','{"block_index":310498,"ledger_hash":"5fe6cdb0828379bf240fad99c68bba34e1889bbc19605ce5c297b82352264414","messages_hash":"68f526378c70c46c93c32c02825a133379ba54657768657fc96598ec353d28f8","transaction_count":1,"txlist_hash":"b488f6f0e6c233f202ee17c0843236d464144e79c870af88bae56355ae9372b7"}',0,'BLOCK_PARSED',NULL,'950f2bf239e86b781988bb3000cf44e5a9e0bb228765d975a953fbef51c91dba'); +INSERT INTO messages VALUES(1244,310499,'insert','blocks','{"block_hash":"1950e1a4d7fc820ed9603f6df6819c3c953c277c726340dec2a4253e261a1764","block_index":310499,"block_time":310499000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'98553b41478a2d93e83def936e6cf863176c5fcff22ebae05df9f6ffe87d69aa'); +INSERT INTO messages VALUES(1245,310499,'insert','transactions','{"block_hash":"1950e1a4d7fc820ed9603f6df6819c3c953c277c726340dec2a4253e261a1764","block_index":310499,"block_time":310499000,"btc_amount":0,"data":"5a46524545464149524d494e7c7c307c317c31307c307c307c307c307c307c307c307c307c307c307c317c","destination":"","fee":6300,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","tx_index":500,"utxos_info":" 3c3cf4ecfbafac833fe6d141c3dd3a3a1f544da16513e14f2f3c344f443ae035:1 2 0"}',0,'NEW_TRANSACTION',NULL,'f8ffce4439eb80155bebebaf41d8f343df78f4b81e98da92936204fba61582df'); +INSERT INTO messages VALUES(1246,310499,'insert','fairminters','{"asset":"FREEFAIRMIN","asset_longname":null,"asset_parent":null,"block_index":310499,"burn_payment":false,"description":"","divisible":true,"end_block":0,"hard_cap":0,"lock_description":false,"lock_quantity":false,"max_mint_per_tx":10,"minted_asset_commission_int":0,"pre_minted":false,"premint_quantity":0,"price":0,"quantity_by_price":1,"soft_cap":0,"soft_cap_deadline_block":0,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","start_block":0,"status":"open","tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","tx_index":500}',0,'NEW_FAIRMINTER','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','1994b1e5c692653ab2cd91ee113a7141a26eb4aba25ad7a4fe2f6ea60839a557'); +INSERT INTO messages VALUES(1247,310499,'insert','assets','{"asset_id":"799006024850293","asset_longname":null,"asset_name":"FREEFAIRMIN","block_index":310499}',0,'ASSET_CREATION','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','b1efe066a79c04cd35efac6ff968243c07a5147940745fd0548a8751a3ea3941'); +INSERT INTO messages VALUES(1248,310499,'insert','issuances','{"asset":"FREEFAIRMIN","asset_events":"open_fairminter","asset_longname":null,"block_index":310499,"call_date":0,"call_price":0,"callable":false,"description":"","divisible":true,"fair_minting":true,"fee_paid":50000000.0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":0,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","tx_index":500}',0,'ASSET_ISSUANCE','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','e2e5408828ff501808b0c199fad5500d008046302e183db232c18ad24f757674'); +INSERT INTO messages VALUES(1249,310499,'insert','debits','{"action":"fairminter fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310499,"event":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","quantity":50000000,"tx_index":500,"utxo":null,"utxo_address":null}',0,'DEBIT','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','bee2f7243a52047296a04fa0485573f949c7b052cea9b86ef6cd458263eee0de'); +INSERT INTO messages VALUES(1250,310499,'parse','transactions','{"supported":true,"tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","tx_index":500}',0,'TRANSACTION_PARSED','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','72f5cad33d2650f67c77bb7a54c2c7b3df4fa17b7c43db9828cd8aea277d2d75'); +INSERT INTO messages VALUES(1251,310499,'parse','blocks','{"block_index":310499,"ledger_hash":"bc09daa74c639506a1de4eadcd0aa8f599c1bc6a2a287cce7bfc89c301253233","messages_hash":"2b9e2352c98ef07f341a398ac05c038a86c82ca9c8e67da340b6174cb190d188","transaction_count":1,"txlist_hash":"c14c7cd236dd94835917a5912c746b53a9ad97be74509c56672ea57226bc6db3"}',0,'BLOCK_PARSED',NULL,'c63250b2f9a9c7b90f068c655eb6763c35fe2ea0ab1d019dc59ea9b6ea3f7955'); +INSERT INTO messages VALUES(1252,310500,'insert','blocks','{"block_hash":"54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b","block_index":310500,"block_time":310500000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4bf5e66130f8c41ab223180e5f85efb6adb4ed49fd1ad43947c9ef919d6eed3d'); +INSERT INTO messages VALUES(1253,310500,'insert','transactions','{"block_hash":"54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b","block_index":310500,"block_time":310500000,"btc_amount":0,"data":"5a50414944464149524d494e7c7c31307c317c307c307c307c307c307c307c307c307c307c307c307c317c","destination":"","fee":6300,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","tx_index":501,"utxos_info":" 63d204e6d293e32c74a4cab23f13a26ea8de60e9a5ff37959c992f1661848043:1 2 0"}',0,'NEW_TRANSACTION',NULL,'e98c17a94a1a539b1102d62c0c651fe77f4a44e9a4d8dcaa2a089187ded360c2'); +INSERT INTO messages VALUES(1254,310500,'insert','fairminters','{"asset":"PAIDFAIRMIN","asset_longname":null,"asset_parent":null,"block_index":310500,"burn_payment":false,"description":"","divisible":true,"end_block":0,"hard_cap":0,"lock_description":false,"lock_quantity":false,"max_mint_per_tx":0,"minted_asset_commission_int":0,"pre_minted":false,"premint_quantity":0,"price":10,"quantity_by_price":1,"soft_cap":0,"soft_cap_deadline_block":0,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","start_block":0,"status":"open","tx_hash":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","tx_index":501}',0,'NEW_FAIRMINTER','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','bc1e0a14f4258fb0a4c64f4b7794ecf40dee2a3a0cbfe69856746dc7e5bf088c'); +INSERT INTO messages VALUES(1255,310500,'insert','assets','{"asset_id":"2119202695289589","asset_longname":null,"asset_name":"PAIDFAIRMIN","block_index":310500}',0,'ASSET_CREATION','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','fd53158a5dd182ccb67bd8285438fae747f7cc523071bd17c4afc87b5b8a832a'); +INSERT INTO messages VALUES(1256,310500,'insert','issuances','{"asset":"PAIDFAIRMIN","asset_events":"open_fairminter","asset_longname":null,"block_index":310500,"call_date":0,"call_price":0,"callable":false,"description":"","divisible":true,"fair_minting":true,"fee_paid":50000000.0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":0,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","tx_index":501}',0,'ASSET_ISSUANCE','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','cae2fb80f6592c1d8549415008313f5feff5cd1d0f37e05e51843363766e7aa0'); +INSERT INTO messages VALUES(1257,310500,'insert','debits','{"action":"fairminter fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310500,"event":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","quantity":50000000,"tx_index":501,"utxo":null,"utxo_address":null}',0,'DEBIT','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','61c86eee0acd1e394f89f62e576c7ea71a5db620299b049e645dab3fb24da851'); +INSERT INTO messages VALUES(1258,310500,'parse','transactions','{"supported":true,"tx_hash":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","tx_index":501}',0,'TRANSACTION_PARSED','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','c07d0acc781903f85e363ffe18d376e1ba8c87814e7e5c4409059c124dc94b6c'); +INSERT INTO messages VALUES(1259,310500,'parse','blocks','{"block_index":310500,"ledger_hash":"6c240f1f3a985ff91e6a280c4448b8d739a06caa6fa383c4b9a7b90d27bdb17b","messages_hash":"eb779323859bd0e97760c71000e78db207550a70c645d8b7380d0fa015e83d96","transaction_count":1,"txlist_hash":"d21ed1a33a3ff157708a8e8c5a11062e0b33a7682896f695cd174ee93dce7767"}',0,'BLOCK_PARSED',NULL,'aa731200ba43aa47fbe9fac5593261585bc8f2d5de71d073da1876c54f73bd53'); +INSERT INTO messages VALUES(1260,310501,'insert','blocks','{"block_hash":"9d9019d15a1d878f2c39c7e3de4340a043a4a31aebb298acdf8e913284ae26ba","block_index":310501,"block_time":310501000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0d359db3a887dcadc716bef9e123b5b80079fb18a9824235e83de81ae1aa4b13'); +INSERT INTO messages VALUES(1261,310501,'insert','transactions','{"block_hash":"9d9019d15a1d878f2c39c7e3de4340a043a4a31aebb298acdf8e913284ae26ba","block_index":310501,"block_time":310501000,"btc_amount":0,"data":"5b46524545464149524d494e7c30","destination":"","fee":5575,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","tx_index":502,"utxos_info":" fe9a0647adff98bcc8289f2d6178db687d99be439cb64a1c8ae89d325552fd38:1 2 0"}',0,'NEW_TRANSACTION',NULL,'3e1e9eea4a47f60fa2ee81ed9a6f4cc67a380ac1ebba67051dbe005f7dfe30a0'); +INSERT INTO messages VALUES(1262,310501,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"FREEFAIRMIN","block_index":310501,"calling_function":"fairmint","event":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","quantity":10,"tx_index":502,"utxo":null,"utxo_address":null}',0,'CREDIT','d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67','44d7e519859a63a5619e7c5a04b4331d22d062335fe45567a66e7ef567380efb'); +INSERT INTO messages VALUES(1263,310501,'insert','fairmints','{"asset":"FREEFAIRMIN","block_index":310501,"commission":0,"earn_quantity":10,"fairminter_tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","paid_quantity":0,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","tx_index":502}',0,'NEW_FAIRMINT','d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67','e6cba35a6c24781b42866143b950557285a896e8e2cf8c7c6c034a766268e6f9'); +INSERT INTO messages VALUES(1264,310501,'insert','issuances','{"asset":"FREEFAIRMIN","asset_events":"fairmint","asset_longname":null,"block_index":310501,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fair_minting":true,"fee_paid":0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"msg_index":0,"quantity":10,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","tx_index":502}',0,'ASSET_ISSUANCE','d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67','7a10b316066c462c0dfde4328a95d977527d4329cd94d31ab97fd1d0c89988a6'); +INSERT INTO messages VALUES(1265,310501,'parse','transactions','{"supported":true,"tx_hash":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","tx_index":502}',0,'TRANSACTION_PARSED','d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67','421305484f677ff816d1bb410e0c3eafe93dba2c7da49e2f9a284d22ac5a8a23'); +INSERT INTO messages VALUES(1266,310501,'parse','blocks','{"block_index":310501,"ledger_hash":"21921f9e40915d2f4d33ce415de80e473082423b967fa344bf7f67475ebe83d3","messages_hash":"06c02642611ee102f84342defdf2dfbf6967d0d27164e174faecd9a6f62f76ff","transaction_count":1,"txlist_hash":"b6774cf6b7892427229841125497ba41492fcaecae93559f8936feca2b57825e"}',0,'BLOCK_PARSED',NULL,'290c5d19789dbb4960a1131ec6e91dfe759b15d157442ba2a87c714c88a7ded4'); +INSERT INTO messages VALUES(1267,310502,'insert','blocks','{"block_hash":"b5a4cd1270bc437e909d9569079ad17437a65822ee9e4c378670732a1430ed67","block_index":310502,"block_time":310502000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'73426d54a48b01877056a1b0710c513381f8c7a3ad85e823aab35f518e9b4695'); +INSERT INTO messages VALUES(1268,310502,'insert','transactions','{"block_hash":"b5a4cd1270bc437e909d9569079ad17437a65822ee9e4c378670732a1430ed67","block_index":310502,"block_time":310502000,"btc_amount":0,"data":"5a52414944464149524d494e7c7c31307c317c31307c33307c32307c307c307c307c307c307c307c307c307c317c","destination":"","fee":6375,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","tx_index":503,"utxos_info":" c5ae7746f5282db0e11d580db3006fc6ff2e1b895e1513dbb4586343e08df687:1 2 0"}',0,'NEW_TRANSACTION',NULL,'3bc77555ab10ee1aecc4afce021e24d674220000277511654feb2a7d87538764'); +INSERT INTO messages VALUES(1269,310502,'insert','fairminters','{"asset":"RAIDFAIRMIN","asset_longname":null,"asset_parent":null,"block_index":310502,"burn_payment":false,"description":"","divisible":true,"end_block":0,"hard_cap":30,"lock_description":false,"lock_quantity":false,"max_mint_per_tx":10,"minted_asset_commission_int":0,"pre_minted":true,"premint_quantity":20,"price":10,"quantity_by_price":1,"soft_cap":0,"soft_cap_deadline_block":0,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","start_block":0,"status":"open","tx_hash":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","tx_index":503}',0,'NEW_FAIRMINTER','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','967b86ff668142cb56e5950ad1295985dc91d8ea58984a82cbd4df89e8861be1'); +INSERT INTO messages VALUES(1270,310502,'insert','assets','{"asset_id":"2401536886596341","asset_longname":null,"asset_name":"RAIDFAIRMIN","block_index":310502}',0,'ASSET_CREATION','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','bca548888799302b7aaf0e09cd56e261bcdf9535a1ba22cf98e2677925bf9430'); +INSERT INTO messages VALUES(1271,310502,'insert','issuances','{"asset":"RAIDFAIRMIN","asset_events":"open_fairminter","asset_longname":null,"block_index":310502,"call_date":0,"call_price":0,"callable":false,"description":"","divisible":true,"fair_minting":true,"fee_paid":50000000.0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":20,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","tx_index":503}',0,'ASSET_ISSUANCE','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','7d84fbba5b3b4bdc9a2895348cbc269e206f7256fbfdb40370c5351ca41970f9'); +INSERT INTO messages VALUES(1272,310502,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"RAIDFAIRMIN","block_index":310502,"calling_function":"premint","event":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","quantity":20,"tx_index":503,"utxo":null,"utxo_address":null}',0,'CREDIT','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','9a8f34e9c392d42ace6a0143cb5669adcc46eee2d5ad8e3f553f82de602b2360'); +INSERT INTO messages VALUES(1273,310502,'insert','debits','{"action":"fairminter fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310502,"event":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","quantity":50000000,"tx_index":503,"utxo":null,"utxo_address":null}',0,'DEBIT','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','2f453ec314bfd53d0a58c4d07d2357eec5b8feac7cba1873fcb87af7c7d5c31a'); +INSERT INTO messages VALUES(1274,310502,'parse','transactions','{"supported":true,"tx_hash":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","tx_index":503}',0,'TRANSACTION_PARSED','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','eef3814171159d0f92e8da51f65aad474cbe0ebad7130ba154d73a582697edb9'); +INSERT INTO messages VALUES(1275,310502,'parse','blocks','{"block_index":310502,"ledger_hash":"31102b5b0c5d3d1caf84d37077c482722c779124cbdf31dc84c1aed8648f294a","messages_hash":"9a3dffe08ba144c86100ebb37bbaef9fc808daf24f3840f9bb337daf0e9e34cf","transaction_count":1,"txlist_hash":"630e68e2965d5ff6d0c0573ae4386b7c5f1d6739aa59f4ca8e78c18c97dda4ea"}',0,'BLOCK_PARSED',NULL,'02a4d5013dbb359cb9f6332e8009a108f3d3b7f9bf280b94aee249470157bb1e'); +INSERT INTO messages VALUES(1276,310503,'insert','blocks','{"block_hash":"219e9a113a7c66443183171e389bfd5eaf957f5b8ab825358d72fa8e0cc8c16c","block_index":310503,"block_time":310503000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bec1b7665e3f21c29f64e6838bc78cad80aa96f65f2c389221ca40d5ced3ed3a'); +INSERT INTO messages VALUES(1277,310503,'insert','transactions','{"block_hash":"219e9a113a7c66443183171e389bfd5eaf957f5b8ab825358d72fa8e0cc8c16c","block_index":310503,"block_time":310503000,"btc_amount":0,"data":"5a51414944464149524d494e7c7c31307c317c307c35307c32307c307c307c32307c3430303030307c35303030303030307c307c307c307c317c","destination":"","fee":6675,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","tx_index":504,"utxos_info":" 3e7d029e0751dbdd5853f91b6e28f8df6b1b940ace7b8723d459905df4e0ef9c:1 2 0"}',0,'NEW_TRANSACTION',NULL,'a0c1d8f8754bc518ccca5243c8e28cc7680615f4f32e75285eb00f10f68990c2'); +INSERT INTO messages VALUES(1278,310503,'insert','fairminters','{"asset":"QAIDFAIRMIN","asset_longname":null,"asset_parent":null,"block_index":310503,"burn_payment":false,"description":"","divisible":true,"end_block":0,"hard_cap":50,"lock_description":false,"lock_quantity":false,"max_mint_per_tx":0,"minted_asset_commission_int":50000000,"pre_minted":false,"premint_quantity":20,"price":10,"quantity_by_price":1,"soft_cap":20,"soft_cap_deadline_block":400000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","start_block":0,"status":"open","tx_hash":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","tx_index":504}',0,'NEW_FAIRMINTER','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','720d8771d06345195489c694cd30a13c6db83f711dae99c9cca7e4ec86aaa648'); +INSERT INTO messages VALUES(1279,310503,'insert','assets','{"asset_id":"2260369790942965","asset_longname":null,"asset_name":"QAIDFAIRMIN","block_index":310503}',0,'ASSET_CREATION','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','4dd9dd0ca11d61d9749c4553e9399de63b435bfb9e98e77ffa9ee554c9e48a5a'); +INSERT INTO messages VALUES(1280,310503,'insert','issuances','{"asset":"QAIDFAIRMIN","asset_events":"open_fairminter","asset_longname":null,"block_index":310503,"call_date":0,"call_price":0,"callable":false,"description":"","divisible":true,"fair_minting":true,"fee_paid":50000000.0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":20,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","tx_index":504}',0,'ASSET_ISSUANCE','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','fb344f424f8de0a574f0fafea55c689349c40cec689ed59a9984b3e93eed0198'); +INSERT INTO messages VALUES(1281,310503,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"QAIDFAIRMIN","block_index":310503,"calling_function":"escrowed premint","event":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","quantity":20,"tx_index":504,"utxo":null,"utxo_address":null}',0,'CREDIT','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','df3b80c0affacded1f871b340d70848d0b6c0002184442aee77c55fd739495cd'); +INSERT INTO messages VALUES(1282,310503,'insert','debits','{"action":"fairminter fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310503,"event":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","quantity":50000000,"tx_index":504,"utxo":null,"utxo_address":null}',0,'DEBIT','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','649e5a26e6803a2707a594a26490555020ba062f106a9bf77a4b4e11e1b8857e'); +INSERT INTO messages VALUES(1283,310503,'parse','transactions','{"supported":true,"tx_hash":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","tx_index":504}',0,'TRANSACTION_PARSED','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','b187256d5057a958977d7210d3e3eb6ef41957d531c3d47067d66d8e65e4bd98'); +INSERT INTO messages VALUES(1284,310503,'parse','blocks','{"block_index":310503,"ledger_hash":"e794e603a52f3e8966d35771dc3698466a31e493cd1d513b434f44a8d2b437db","messages_hash":"b13caa8ef5c1cd9f44cd894f26ff4a86291a75962a071ac49972a4f9384193ae","transaction_count":1,"txlist_hash":"a246803a64e949d7501376b8333ec169ab0c76441b6743343e2028ef495e41e2"}',0,'BLOCK_PARSED',NULL,'6d214d0b35c4e5c16abdca0caa724e056e3a794342ca668ec8ecad0c2d5b4e79'); +INSERT INTO messages VALUES(1285,310504,'insert','blocks','{"block_hash":"0b123f4e535bb92fed07632e107813b9a399cb6f6d9ef629d303e9df3d71ad25","block_index":310504,"block_time":310504000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fe2b87cb0cdaf3654e1d03742ac07fc4712b0e814e1fd022059012c8a55380cd'); +INSERT INTO messages VALUES(1286,310504,'insert','transactions','{"block_hash":"0b123f4e535bb92fed07632e107813b9a399cb6f6d9ef629d303e9df3d71ad25","block_index":310504,"block_time":310504000,"btc_amount":0,"data":"5a413136303336313238353739323733333732397c7c31307c317c307c35307c32307c307c307c32307c3331303532307c33303030303030307c307c317c317c317c736f6674636170206465736372697074696f6e","destination":"","fee":8825,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","tx_index":505,"utxos_info":" a827b0538f335c6416477786ef827c5bf52bb1bfa20053209d5b788d18b8e16c:0 3 "}',0,'NEW_TRANSACTION',NULL,'f79da2afeb358e6abca899e137d7e35a35f46faadd373aee508a2a1bf2c7ab84'); +INSERT INTO messages VALUES(1287,310504,'insert','fairminters','{"asset":"A160361285792733729","asset_longname":null,"asset_parent":null,"block_index":310504,"burn_payment":false,"description":"softcap description","divisible":true,"end_block":0,"hard_cap":50,"lock_description":true,"lock_quantity":true,"max_mint_per_tx":0,"minted_asset_commission_int":30000000,"pre_minted":false,"premint_quantity":20,"price":10,"quantity_by_price":1,"soft_cap":20,"soft_cap_deadline_block":310520,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","start_block":0,"status":"open","tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","tx_index":505}',0,'NEW_FAIRMINTER','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','de69e7f377d37b41bb577e5299d9bae3e21f3de7591e1a29ea310134cde13c8d'); +INSERT INTO messages VALUES(1288,310504,'insert','assets','{"asset_id":"160361285792733729","asset_longname":null,"asset_name":"A160361285792733729","block_index":310504}',0,'ASSET_CREATION','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','33d18243313f2afcc264973ada421ddf0b94076e24065a34a1f5998e5fca54b1'); +INSERT INTO messages VALUES(1289,310504,'insert','issuances','{"asset":"A160361285792733729","asset_events":"open_fairminter","asset_longname":null,"block_index":310504,"call_date":0,"call_price":0,"callable":false,"description":"softcap description","divisible":true,"fair_minting":true,"fee_paid":0,"issuer":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","locked":false,"quantity":20,"reset":false,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","transfer":false,"tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","tx_index":505}',0,'ASSET_ISSUANCE','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','100c4891a7c8c810f75646ff3169fb7dd809b9643e5e1ff811300dd55bb0bc85'); +INSERT INTO messages VALUES(1290,310504,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"A160361285792733729","block_index":310504,"calling_function":"escrowed premint","event":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","quantity":20,"tx_index":505,"utxo":null,"utxo_address":null}',0,'CREDIT','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','407ea203e2fb02c35275414e8c1e629fa835bca7ed14f5c1711e6b964ae90a6e'); +INSERT INTO messages VALUES(1291,310504,'parse','transactions','{"supported":true,"tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","tx_index":505}',0,'TRANSACTION_PARSED','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','e0dab9c4b6fd30cd11b490842a1e2df1e0a062f2a694ede96423508a510ce48d'); +INSERT INTO messages VALUES(1292,310504,'parse','blocks','{"block_index":310504,"ledger_hash":"3bef7ac206538a4723ed1049a793c079b942675f3100feabb221595f54f284d1","messages_hash":"56a6dd93ad164736f8ac5dc887f416953b6aa69581e224e312a182226514e890","transaction_count":1,"txlist_hash":"4dc497bb6f509c52def91393cb8192f576794d95c846ac37a921f50b864589b9"}',0,'BLOCK_PARSED',NULL,'f4a5e90c5323aa5f32d523bcd0732d6832a0e712b13a38f52039c20c8400ad41'); +INSERT INTO messages VALUES(1293,310505,'insert','blocks','{"block_hash":"dabd8046821297bd7071117defef365b4384c3ad338a8fa206bae85593958a6a","block_index":310505,"block_time":310505000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c6279a00ded40401f72b2f77a457723b1289139cb3ef0c0910a47e2f5ad0ac29'); +INSERT INTO messages VALUES(1294,310505,'insert','transactions','{"block_hash":"dabd8046821297bd7071117defef365b4384c3ad338a8fa206bae85593958a6a","block_index":310505,"block_time":310505000,"btc_amount":0,"data":"5b413136303336313238353739323733333732397c3130","destination":"","fee":5800,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","tx_index":506,"utxos_info":" f1a22cd5df828fe94c328ca0c39fd1120b98dcc333b2d1ac95465b4bc2a2ace1:1 2 0"}',0,'NEW_TRANSACTION',NULL,'a5e891a1220584b42a37c5ee89ae8d50936702d3dd38cbd0ea2eeb940f0e3d17'); +INSERT INTO messages VALUES(1295,310505,'insert','debits','{"action":"escrowed fairmint","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310505,"event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":100,"tx_index":506,"utxo":null,"utxo_address":null}',0,'DEBIT','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','76c6c1b43cabb8c74eecdff671f05b87efe07b0be7bca8c0b68626400cb9c60c'); +INSERT INTO messages VALUES(1296,310505,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"XCP","block_index":310505,"calling_function":"escrowed fairmint","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":100,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','2c487c2d10656b6bd5d0fb60c6f1cb009498ef65e8010a757f75d18902bf86ff'); +INSERT INTO messages VALUES(1297,310505,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"A160361285792733729","block_index":310505,"calling_function":"escrowed fairmint","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":10,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','7fe93339d18fbb88cffeb5c99d5eae6c92c849a46c9f8119135fa34d9d714f1e'); +INSERT INTO messages VALUES(1298,310505,'insert','fairmints','{"asset":"A160361285792733729","block_index":310505,"commission":3,"earn_quantity":7,"fairminter_tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","paid_quantity":100,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","tx_hash":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","tx_index":506}',0,'NEW_FAIRMINT','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','59787bc26e28130ed91cea2533040c7967501577e949f55cb5c72ba2e3a307a8'); +INSERT INTO messages VALUES(1299,310505,'insert','issuances','{"asset":"A160361285792733729","asset_events":"fairmint","asset_longname":null,"block_index":310505,"call_date":0,"call_price":0.0,"callable":false,"description":"softcap description","description_locked":false,"divisible":true,"fair_minting":true,"fee_paid":0,"issuer":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","locked":false,"msg_index":0,"quantity":10,"reset":false,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","transfer":false,"tx_hash":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","tx_index":506}',0,'ASSET_ISSUANCE','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','3e3aa27bc3f342fc1008800f6b132a2cf1e5088678e28ac5586a26ecfab7ba49'); +INSERT INTO messages VALUES(1300,310505,'parse','transactions','{"supported":true,"tx_hash":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","tx_index":506}',0,'TRANSACTION_PARSED','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','03ad8fcf49e428b8aa3d87719580bce79eeeaff4ab47169fe278c379c5143400'); +INSERT INTO messages VALUES(1301,310505,'parse','blocks','{"block_index":310505,"ledger_hash":"55fbc2aedec24b51392b85e9bb8d0637a117c5c71347234ab0754e63963a8662","messages_hash":"30d74aaa6423eda73f1fddaf6ea5196bf1020849db28e32cbedd39583c49bad3","transaction_count":1,"txlist_hash":"bbc020c792a5a6837aad69d9794344fe13497234bd5ec74d1fb0bf064b7ab50c"}',0,'BLOCK_PARSED',NULL,'6ca90c566234d67160dd1231dcf4123fbeb981830c5384adddd96a17af795939'); +INSERT INTO messages VALUES(1302,310506,'insert','blocks','{"block_hash":"9a7512bd957b110f23c37a6673cd0fd7342f0cf96b44f990e66ac7d5cbb8448c","block_index":310506,"block_time":310506000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dc4a455f7c5aaf427aca231762a0238b53ebe616577e3043baec78516d7e5ea1'); +INSERT INTO messages VALUES(1303,310506,'insert','transactions','{"block_hash":"9a7512bd957b110f23c37a6673cd0fd7342f0cf96b44f990e66ac7d5cbb8448c","block_index":310506,"block_time":310506000,"btc_amount":0,"data":"5b413136303336313238353739323733333732397c3230","destination":"","fee":5800,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","tx_index":507,"utxos_info":" 33b22f767d86a1375935576b0b0b76fee0c080ab5dd4e8d9aa27537df84abef2:1 2 0"}',0,'NEW_TRANSACTION',NULL,'0806126450b5e37990407e6fffc5dff2c64387d18b595695c82f39b8c7053bc8'); +INSERT INTO messages VALUES(1304,310506,'insert','debits','{"action":"escrowed fairmint","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310506,"event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":200,"tx_index":507,"utxo":null,"utxo_address":null}',0,'DEBIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','f2ba5f40298ecfbe7e608aaea38ef72847416b56b9e76b24f78882b50b2f8025'); +INSERT INTO messages VALUES(1305,310506,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"XCP","block_index":310506,"calling_function":"escrowed fairmint","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":200,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','b824a4a98d338c42e42ff140cd56d375dba4d08bc6e6724fe76c68dd40c05876'); +INSERT INTO messages VALUES(1306,310506,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"A160361285792733729","block_index":310506,"calling_function":"escrowed fairmint","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":20,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','01fcbfb2ea05633fe68592f4fa9f29ed090bd21b176ce7ae60f6e59ed614b5e2'); +INSERT INTO messages VALUES(1307,310506,'insert','fairmints','{"asset":"A160361285792733729","block_index":310506,"commission":6,"earn_quantity":14,"fairminter_tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","paid_quantity":200,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","tx_hash":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","tx_index":507}',0,'NEW_FAIRMINT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','327b17b71a7db45039ada2439bcf162c3e65c7eab62c674d5934604b1080f6d3'); +INSERT INTO messages VALUES(1308,310506,'insert','debits','{"action":"unescrowed fairmint","address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"A160361285792733729","block_index":310506,"event":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","quantity":50,"tx_index":0,"utxo":null,"utxo_address":null}',0,'DEBIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','22638b47a74822079123429bad924aeef6ef7af3342e33fb08044f667f02555f'); +INSERT INTO messages VALUES(1309,310506,'insert','debits','{"action":"unescrowed fairmint payment","address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"XCP","block_index":310506,"event":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","quantity":300,"tx_index":0,"utxo":null,"utxo_address":null}',0,'DEBIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','79acd7a81514bb44cc35d4a2b82e9faa979c896d96e9095d8c0b048a54a8a8df'); +INSERT INTO messages VALUES(1310,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310506,"calling_function":"fairmint payment","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":100,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','1704ca650adc322e8d7768c3068d18f8b6d672cdbaffade9db2316d2447a6444'); +INSERT INTO messages VALUES(1311,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"unescrowed fairmint","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":7,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','955f7aabfe364394e00e0b6cb87e6c8de4d27c7c8478d8c95b96d53909efcc86'); +INSERT INTO messages VALUES(1312,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"fairmint commission","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":3,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','5d7dce8e8d623ccd05a9add06af2d16faff61d12a12bbb14ca75b40ed808779f'); +INSERT INTO messages VALUES(1313,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310506,"calling_function":"fairmint payment","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":200,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','1e0e43e664d00d8f21cf9b0305564b40647999f9c13460619f8f1f66e50f3259'); +INSERT INTO messages VALUES(1314,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"unescrowed fairmint","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":14,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','657eeb25c5420adae3115e6a97b6bbc4a77e76c69903d16245484b2683e84e80'); +INSERT INTO messages VALUES(1315,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"fairmint commission","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":6,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','51e7710b0d5757f4f441c9755bae8c97c668860bc52b0c92918b0d35e36e0e08'); +INSERT INTO messages VALUES(1316,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"premint","event":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","quantity":20,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','a1cbbeae327c10efa52ee7a4798ce41ad34300c4812d2f4c10bef545ac8578a8'); +INSERT INTO messages VALUES(1317,310506,'update','fairminters','{"status":"closed","tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9"}',0,'FAIRMINTER_UPDATE','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','190f4fd6c9775fa38e0f9fdbb51e8ca399bf3cbc21220287a68924e1ab6e985c'); +INSERT INTO messages VALUES(1318,310506,'insert','issuances','{"asset":"A160361285792733729","asset_events":"fairmint","asset_longname":null,"block_index":310506,"call_date":0,"call_price":0.0,"callable":false,"description":"softcap description","description_locked":true,"divisible":true,"fair_minting":false,"fee_paid":0,"issuer":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","locked":true,"msg_index":0,"quantity":20,"reset":false,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","transfer":false,"tx_hash":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","tx_index":507}',0,'ASSET_ISSUANCE','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','10335f2797748dd5ebf37db99d7cb5ef063aa5296c795939f3ff147ada5b54ab'); +INSERT INTO messages VALUES(1319,310506,'parse','transactions','{"supported":true,"tx_hash":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","tx_index":507}',0,'TRANSACTION_PARSED','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','2a7aaad739d777522907c46a70e9ea7df1728735812f218451c76ad6b4685fa9'); +INSERT INTO messages VALUES(1320,310506,'parse','blocks','{"block_index":310506,"ledger_hash":"d2e34b3aa45be0dd5a211b9748bc71049f42e08be27ed9e08ac65e1f1b5db6b1","messages_hash":"a28378effefd29ba3ae60000d28a43ddd31d7d9556ad994209a9830dd3564108","transaction_count":1,"txlist_hash":"a6cab6e8bebae804eb791b48d0a484f6526553e3cce266b54b40afb32a02c68e"}',0,'BLOCK_PARSED',NULL,'ca5c3a68c2f0842ab7e33a645df2e42875a014ef9641e9bfa6cb0d44dfeaf162'); +INSERT INTO messages VALUES(1321,310507,'insert','blocks','{"block_hash":"015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93","block_index":310507,"block_time":310507000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'29874d815e023db4cca8a7a2a304740484a522c8a0beb7c2d4cc392be21723a2'); +INSERT INTO messages VALUES(1322,310507,'insert','transactions','{"block_hash":"015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93","block_index":310507,"block_time":310507000,"btc_amount":10000,"data":"655843507c3130307c","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30","tx_index":508,"utxos_info":" 57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0 3 "}',0,'NEW_TRANSACTION',NULL,'218fb1c3cca89474698c277d395d76508f15dcd2336d71789cd18576c37149c9'); +INSERT INTO messages VALUES(1323,310507,'insert','transaction_count','{"block_index":310507,"count":1,"transaction_id":101}',0,'INCREMENT_TRANSACTION_COUNT','f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30','933cc8e38661d0019eaf02f34ffb54dd10d5c0b1dfa8399c153b1f027613b597'); +INSERT INTO messages VALUES(1324,310507,'insert','debits','{"action":"attach to utxo","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310507,"event":"f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30","quantity":100,"tx_index":508,"utxo":null,"utxo_address":null}',0,'DEBIT','f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30','08bbf5399460d3a04939a8968870d15e2c317a9a6179d9bae998c1ed1c22598d'); +INSERT INTO messages VALUES(1325,310507,'insert','credits','{"address":null,"asset":"XCP","block_index":310507,"calling_function":"attach to utxo","event":"f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30","quantity":100,"tx_index":508,"utxo":"57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0","utxo_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc"}',0,'CREDIT','f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30','e17fb3428a7af0f597827883c8888b048b7b5fc795396df089848132496bc43b'); +INSERT INTO messages VALUES(1326,310507,'insert','sends','{"asset":"XCP","block_index":310507,"destination":"57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0","fee_paid":0,"msg_index":0,"quantity":100,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30","tx_index":508}',0,'ATTACH_TO_UTXO','f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30','2e16dbd5d3f9f7df29d2876c90ed34c7d97ff1a74e04dca089444dceb20134aa'); +INSERT INTO messages VALUES(1327,310507,'parse','transactions','{"supported":true,"tx_hash":"f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30","tx_index":508}',0,'TRANSACTION_PARSED','f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30','07a25e072f913f17f374191670f301f6f9d69a662a02ae6780091994115531ca'); +INSERT INTO messages VALUES(1328,310507,'parse','blocks','{"block_index":310507,"ledger_hash":"ac68e70957d0e5463ad33be060c4204ad0f4b3915ae5b814487b16e954365291","messages_hash":"88d3da8e544ec34b8f2f90444fab5ecefad6963297b1757e62eb859caa776dd1","transaction_count":1,"txlist_hash":"faba65af0ff3978a76bef253c19ed95e2fe349acd95d87ae9cf57369d40d8ede"}',0,'BLOCK_PARSED',NULL,'73225ca90df77ff7d3facae99fc260286e15dd49afe5f1ac39e99b8da0ea36c4'); +INSERT INTO messages VALUES(1329,310508,'insert','blocks','{"block_hash":"40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf","block_index":310508,"block_time":310508000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'090c1b69f3c28a3294e531d4b8d1f379283d4a9302cd5bbb7515a0297c2f8695'); +INSERT INTO messages VALUES(1330,310508,'insert','transactions','{"block_hash":"40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf","block_index":310508,"block_time":310508000,"btc_amount":10000,"data":"65444956495349424c457c317c","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881","tx_index":509,"utxos_info":" b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0 3 "}',0,'NEW_TRANSACTION',NULL,'3d3e03ad4ddd7d725c638647a10eb7fbf9171bec220f7888f9145fbdd62dd869'); +INSERT INTO messages VALUES(1331,310508,'insert','transaction_count','{"block_index":310508,"count":1,"transaction_id":101}',0,'INCREMENT_TRANSACTION_COUNT','6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881','248a5a4703e1108d6991a756fcfdb72e5be53ef8c6b85478658e73d758ccce68'); +INSERT INTO messages VALUES(1332,310508,'insert','debits','{"action":"attach to utxo","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310508,"event":"6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881","quantity":1,"tx_index":509,"utxo":null,"utxo_address":null}',0,'DEBIT','6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881','d37524601866047d280291da2caf4d38863ca8e32287752248cf4e78ddffcd69'); +INSERT INTO messages VALUES(1333,310508,'insert','credits','{"address":null,"asset":"DIVISIBLE","block_index":310508,"calling_function":"attach to utxo","event":"6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881","quantity":1,"tx_index":509,"utxo":"b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0","utxo_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc"}',0,'CREDIT','6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881','4d4e5a10fb685d37b9ac6d7e82246794b2ac054e16c8291ae075fe084e67835e'); +INSERT INTO messages VALUES(1334,310508,'insert','sends','{"asset":"DIVISIBLE","block_index":310508,"destination":"b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0","fee_paid":0,"msg_index":0,"quantity":1,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881","tx_index":509}',0,'ATTACH_TO_UTXO','6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881','e7adefec293a0d9cc18e1227d9a953cc80da9c2b78643f205af1c046ad64a249'); +INSERT INTO messages VALUES(1335,310508,'parse','transactions','{"supported":true,"tx_hash":"6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881","tx_index":509}',0,'TRANSACTION_PARSED','6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881','daa877cd1cdf1db0bede2852d63d726f09f02c33e79e5b6dde26a83595177de7'); +INSERT INTO messages VALUES(1336,310508,'parse','blocks','{"block_index":310508,"ledger_hash":"4e6abf47f9054eff709289e84cf483d489862a991313fe298a7f2daa2183e568","messages_hash":"5c32965084f4bb85286052b37eae7bbaeb3449f417247cc9aa8867ee22f92648","transaction_count":1,"txlist_hash":"08f169d75c92d8662181cdac4fd702e92261a812affc1b09daf404f5db839620"}',0,'BLOCK_PARSED',NULL,'b8aa3be2fc6d64231a25f7706e6067c2df2271ed12c68e5329dbc0e0fb811d45'); +INSERT INTO messages VALUES(1337,310509,'insert','blocks','{"block_hash":"4f1c6484120b93634712add03ac12eda4d241ec5132c3108c49c92fb46e8faee","block_index":310509,"block_time":310509000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'70d4d075e08d190756d9bb0414c1f35bfe93dd4f9f977fdc2197b7f3e6377c44'); +INSERT INTO messages VALUES(1338,310509,'insert','transactions','{"block_hash":"4f1c6484120b93634712add03ac12eda4d241ec5132c3108c49c92fb46e8faee","block_index":310509,"block_time":310509000,"btc_amount":0,"data":"0000001400000023ded9aaeb00000000000003e80000000000000000000015546573742064697370656e73657273206173736574","destination":"","fee":6800,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","supported":true,"tx_hash":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","tx_index":510,"utxos_info":" 5b13a8589b5a02abddc9156a2efc53713161a23bc1d149f909dcc079ea9c3af5:0 2 "}',0,'NEW_TRANSACTION',NULL,'02760bff464e2c2c413db35eb7863e2b402528836233aea50c0b6b03c2bd8cd3'); +INSERT INTO messages VALUES(1339,310509,'insert','debits','{"action":"issuance fee","address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"XCP","block_index":310509,"event":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","quantity":50000000,"tx_index":510,"utxo":null,"utxo_address":null}',0,'DEBIT','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','8f3ab4e0e5f9cf7b79ee53a367856626c4026f4490fa647def470b219b68f0ca'); +INSERT INTO messages VALUES(1340,310509,'insert','assets','{"asset_id":"154062662379","asset_longname":null,"asset_name":"TESTDISP","block_index":310509}',0,'ASSET_CREATION','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','25580eedc33d188f854928d61fa2ff9389c4001e8a25f5b450185e878eb0070c'); +INSERT INTO messages VALUES(1341,310509,'insert','issuances','{"asset":"TESTDISP","asset_events":"creation","asset_longname":null,"block_index":310509,"call_date":0,"call_price":0.0,"callable":false,"description":"Test dispensers asset","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","locked":false,"quantity":1000,"reset":false,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","status":"valid","transfer":false,"tx_hash":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","tx_index":510}',0,'ASSET_ISSUANCE','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','845a4153707dde856042d19b522b728c28f41f443c65db27970b566694f3859e'); +INSERT INTO messages VALUES(1342,310509,'insert','credits','{"address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"TESTDISP","block_index":310509,"calling_function":"issuance","event":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","quantity":1000,"tx_index":510,"utxo":null,"utxo_address":null}',0,'CREDIT','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','5ca6fc8da6876c4c26ec54844e35bda5692e254cd0f0a585b3ed77f65b5869bc'); +INSERT INTO messages VALUES(1343,310509,'parse','transactions','{"supported":true,"tx_hash":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","tx_index":510}',0,'TRANSACTION_PARSED','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','7b6eb3e15dec077e5f346700935e2bcebe98a41c01642fa31d30aeef9461360e'); +INSERT INTO messages VALUES(1344,310509,'parse','blocks','{"block_index":310509,"ledger_hash":"dfcca5466222e46ec3ce858bb8bef3d9da8a63d1f396043a8922489eae071192","messages_hash":"073a8fbcfda806cdef639d1c8e601742acfad7504bccaf653c9694700856058b","transaction_count":1,"txlist_hash":"1d1196391169c9a827bc05040fe1ea24fc64c0db3a255580f1fe760a53db2493"}',0,'BLOCK_PARSED',NULL,'681eba6b0d34e0efdfac86d98283e763b803be614b9ff8d1480e80ffcd058103'); +INSERT INTO messages VALUES(1345,310510,'insert','blocks','{"block_hash":"b2d5e400178d7b2ea52884e3a090fe11874c83d63c342218161a6e666f084fb2","block_index":310510,"block_time":310510000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'af7e33bc1390d3766aa813cef8e3980df1d2d94253f5676310b1d72da550b1d0'); +INSERT INTO messages VALUES(1346,310510,'insert','transactions','{"block_hash":"b2d5e400178d7b2ea52884e3a090fe11874c83d63c342218161a6e666f084fb2","block_index":310510,"block_time":310510000,"btc_amount":0,"data":"0000000c00000023ded9aaeb00000000000000640000000000000064000000000000006400","destination":"","fee":6150,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","supported":true,"tx_hash":"af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e","tx_index":511,"utxos_info":" b44885994dea259ac03a7c7b46076e05cd217a9f465d8f7c7be9cc831ba47291:1 2 0"}',0,'NEW_TRANSACTION',NULL,'e8b72449fcf8b158dbb2a7eef45e0f05c17eaf19b19b6435bde5d1691dacb296'); +INSERT INTO messages VALUES(1347,310510,'insert','debits','{"action":"open dispenser","address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"TESTDISP","block_index":310510,"event":"af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e","quantity":100,"tx_index":511,"utxo":null,"utxo_address":null}',0,'DEBIT','af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e','57fb576a8c14fb19481cbb8d9eb308ffd853c73acfd7ca07c48abd9d783e09e3'); +INSERT INTO messages VALUES(1348,310510,'insert','dispensers','{"asset":"TESTDISP","block_index":310510,"dispense_count":0,"escrow_quantity":100,"give_quantity":100,"give_remaining":100,"oracle_address":null,"origin":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","satoshirate":100,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","status":0,"tx_hash":"af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e","tx_index":511}',0,'OPEN_DISPENSER','af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e','be6fb1c3bb7876500c3f95aee84fe6d763ee4c6d317bab6b8e48b9d548a5cb81'); +INSERT INTO messages VALUES(1349,310510,'parse','transactions','{"supported":true,"tx_hash":"af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e","tx_index":511}',0,'TRANSACTION_PARSED','af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e','8fea6318fbbe0125fd7bb66018f762df1e4dfd7c8af432c43965b9168bdb0dd4'); +INSERT INTO messages VALUES(1350,310510,'parse','blocks','{"block_index":310510,"ledger_hash":"29393f8ca77486b20a2c0a2588182382f24b0788bd29054f07b1cd24ee144793","messages_hash":"e29b6094f837b582376de9d7b18e3af602951db0f1f432d27cc4ad2567c49033","transaction_count":1,"txlist_hash":"15fe1d4437675714ce473f4dd4f74b345992ed3f38c56869caf2c9cca8783fb3"}',0,'BLOCK_PARSED',NULL,'cd49f2c99c84bd861793a3c8b26c6e183b3760e679932483f6ec6e766a1180aa'); +INSERT INTO messages VALUES(1351,310511,'insert','blocks','{"block_hash":"e4f2c553f71be9029a42ba9e1be584123528b3ab83bbaeaed06bdd780c67ca9c","block_index":310511,"block_time":310511000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'16c06b70861dc9aae6ca4223e11622e7e1aab423597273a5ae69903b63adeb00'); +INSERT INTO messages VALUES(1352,310511,'parse','blocks','{"block_index":310511,"ledger_hash":"aee7e155cc93b4748cb247d6aabc27daa1044188221217703bda4a3d61bff0f7","messages_hash":"d181f29f309b025baf57d02cad3bd62f16b045d7fc15693bd4820ca24599ff6e","transaction_count":0,"txlist_hash":"d0a66bc611b9f75850ef4e31c54a350e0d1d3b6f19133c2cbd0dd84334307023"}',0,'BLOCK_PARSED',NULL,'7d501d559d49a92a95f257cb4b7bb0c405e3fd8f3cf3f636ecc2ae14d99e188f'); +INSERT INTO messages VALUES(1353,310512,'insert','blocks','{"block_hash":"8837f8d9e91c25e657417fd96f59b61e76da0b0b84106053fca4d96a6e67b0d5","block_index":310512,"block_time":310512000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'942310024d3bf8436df192ac2da5f11cf14abb56da65cab7a3fcd843f29469e4'); +INSERT INTO messages VALUES(1354,310512,'parse','blocks','{"block_index":310512,"ledger_hash":"34b9f1fa97b6e8ec38edd57626e50ef249a009775fccb09276eed2bf1d4a7fef","messages_hash":"a89fa734cfb24b96df622c8c8c11bc8a6f371c3a7e7e232418ecf0bbfb61c081","transaction_count":0,"txlist_hash":"87409edad6ce3d263b7ee001f8706c57fbbb618a03d20b3daa142add434d9e9f"}',0,'BLOCK_PARSED',NULL,'8c9bdf8dc9c840b795699ea1fea93b7a4702599c24b7db0d1b310c1837dced39'); +INSERT INTO messages VALUES(1355,310513,'insert','blocks','{"block_hash":"ba74e3ceba2dc7a61efa53670a372d35c261a059af91ebfc999e653c904dfd66","block_index":310513,"block_time":310513000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'342fe48bb648f967f89b5727376602d1f75d909520a760b60923c5e9c5378391'); +INSERT INTO messages VALUES(1356,310513,'update','order_matches','{"id":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498_1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","order_match_id":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498_1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","status":"expired"}',0,'ORDER_MATCH_UPDATE',NULL,'0484f31776a40b73b7b8eba48ad2b86f9d9ae0942206b1e710574adf673860eb'); +INSERT INTO messages VALUES(1357,310513,'update','orders','{"fee_required_remaining":900000,"get_remaining":800000,"give_remaining":100000000,"status":"open","tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498"}',0,'ORDER_UPDATE',NULL,'bbc10571efa6620079db2c297e8e7edf0b057246f0908ec3c9d7415a1fcaefd9'); +INSERT INTO messages VALUES(1358,310513,'update','orders','{"fee_required_remaining":0,"get_remaining":100000000,"give_remaining":800000,"status":"open","tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81"}',0,'ORDER_UPDATE',NULL,'21c294d1aafb131a6c3a01a5cb39738a0358e29670c3657897f73b8df559c642'); +INSERT INTO messages VALUES(1359,310513,'insert','order_match_expirations','{"block_index":310513,"order_match_id":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498_1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx1_address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns"}',0,'ORDER_MATCH_EXPIRATION',NULL,'59ac6e310523e056a828a688df139f28916404c2911e877398eadc97ff7d1ab1'); +INSERT INTO messages VALUES(1360,310513,'parse','blocks','{"block_index":310513,"ledger_hash":"6acdba2a4ae9d8f71d1fdec923f047cc8314fb3cbc87d623d28e592ee140b144","messages_hash":"7438e5240fea95e8489c87eb6497af9fd02e9f7f69c962db376da4e00d162a79","transaction_count":0,"txlist_hash":"d220b6dc88d5da5b438c25b9d6650d11d1144171a5150c76501489000c6de45d"}',0,'BLOCK_PARSED',NULL,'6412446a7c2adec9741a6af1e6e1624705038d6861941b6bd50134c904cfb08e'); +INSERT INTO messages VALUES(1361,310514,'insert','blocks','{"block_hash":"39989817fb26625baf150596d15c164f34a6c34ae7b6ab92539b92052f08a0f7","block_index":310514,"block_time":310514000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aaa6b5fa121c7518a1d850e8be55504c4310b25f2de2975a22597ce52b149ca2'); +INSERT INTO messages VALUES(1362,310514,'parse','blocks','{"block_index":310514,"ledger_hash":"04ced667f11ef9c1b9672a63f1cf2eb11b77bd51c8f8bc34a68bc4e73192eee5","messages_hash":"daa3cf0a70dd0f67908c93cb93a8a6959f28fe1c0c1fbdb644aeea47bc4960a7","transaction_count":0,"txlist_hash":"fa0536db3fc2ee5946f4aa193945575908b08ccf7d8dd5054c5e1147531ceba1"}',0,'BLOCK_PARSED',NULL,'6c830544c66538cd3860571809c6783dfc0970a9a245ab044654854e594cff23'); +INSERT INTO messages VALUES(1363,310515,'insert','blocks','{"block_hash":"57e45ce8b85a3875a55e3477aaae26e56f6bce01c1e422f62acb27850effb4b8","block_index":310515,"block_time":310515000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aa1e716536068c3cc8d4b0c144dcafdca4e081c6c478086a76d3d243cd747f2a'); +INSERT INTO messages VALUES(1364,310515,'parse','blocks','{"block_index":310515,"ledger_hash":"3718088849260dd531633b85a53e96e625a94fb5f5c138d8fbffc78364265d57","messages_hash":"8a5059e31de44ee19282cdf840ad36c5db9a24b00875c665420cb3f1d134597e","transaction_count":0,"txlist_hash":"7ffa97f8e1288070ebc33e1c971bf7eeeda2f8fb233ac52a5b6c6324a3c00dac"}',0,'BLOCK_PARSED',NULL,'c269b8740350fb41e40f252d82d5f862964216fe6fa152dec58cf2f8907cd729'); +INSERT INTO messages VALUES(1365,310516,'insert','blocks','{"block_hash":"ce9bd7438cb256b1e6f8f5061f88804da65cd6d6a7395260d5e75980c30f18d7","block_index":310516,"block_time":310516000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'023309256432f69fef8f6847a36db4b0b2c793fc359200d7ec0ca2f9c690d2d0'); +INSERT INTO messages VALUES(1366,310516,'parse','blocks','{"block_index":310516,"ledger_hash":"834370cc75c3fbb194a5333c897a1720a26e37baaa92da8aa1b6f2fd3a50ebf2","messages_hash":"67d3875910bec8202c76e45cdcc14a1c871d355893211e3fc4d2a50195735788","transaction_count":0,"txlist_hash":"551eae37d1d1d33623b76510aa9b23ba5e5e45b09534a3d4abf83de6ba4315ae"}',0,'BLOCK_PARSED',NULL,'c5b98f62b31b8e825ba714e44cc536da8f551adbe9f4df5d91ee13d1eb05ecbc'); +INSERT INTO messages VALUES(1367,310517,'insert','blocks','{"block_hash":"defccc64a058371ab87b654375e507958ea807694cc8295abd066dc2e4ad1407","block_index":310517,"block_time":310517000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'26866cfccdfc41f3ae3e122e64c616103256ce8e3e5e1cce0b8fc676abb20fc8'); +INSERT INTO messages VALUES(1368,310517,'parse','blocks','{"block_index":310517,"ledger_hash":"1d4c09640c144119671e4ce863610c41ddde4ccb20338ce4882c86d40afb58b6","messages_hash":"0014443390e122525962860e089c0419d8283bcbe2c23d642d836bf18c2d97d0","transaction_count":0,"txlist_hash":"50c140d24bf094d6e9ca2d4e877ae9a171fd36df1d5f398b69b48af532f2232d"}',0,'BLOCK_PARSED',NULL,'56bb43435ae08013cbc1c7fad5932509305faa0463c47c69add59834daf31ec5'); +INSERT INTO messages VALUES(1369,310518,'insert','blocks','{"block_hash":"41ef60bfa96648c7db99a621c4acde6b6d1fd91bc21471a0d2f33e2e995e96f5","block_index":310518,"block_time":310518000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0e017a7345c39d11d970e9a712a6592c4a371748d5f773698536372b18b25b99'); +INSERT INTO messages VALUES(1370,310518,'parse','blocks','{"block_index":310518,"ledger_hash":"10c52a5629beb268eaba2386d1888ff1ac9c7cf783a18358f10f8d199d71becb","messages_hash":"9f6d75aa95fb2fe4c383d969cb71937543f7c0ee4118363e647b6c60ea4c17fe","transaction_count":0,"txlist_hash":"144448bc176a3976f459b0eb28ba1f87acd473929d0aff830f471de3618811b8"}',0,'BLOCK_PARSED',NULL,'ed76ec8c68d33c7135aafa804a7b130822e05fc9c18ae9bd806e930d68eca206'); +INSERT INTO messages VALUES(1371,310519,'insert','blocks','{"block_hash":"9a9423964e187ac27e57d13611a8c6f9fa409ca79df72d3e7edc0d646099f61a","block_index":310519,"block_time":310519000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ab510845feeba22202b6de442f690667df5ccec0ec2bdbc7033c3e0a862ca351'); +INSERT INTO messages VALUES(1372,310519,'parse','blocks','{"block_index":310519,"ledger_hash":"629c103337f92d302cc5ddf2c5bb9566bef7276dda675030710de1eaaee81177","messages_hash":"cadfd4af5bef8dd192aca4d4a4e70d6f477c760a2a1470f0ae529bc68fa25b22","transaction_count":0,"txlist_hash":"fd3e28865e462223dd26dd73b00223a64412635e258fffb22d244dcb5f82028c"}',0,'BLOCK_PARSED',NULL,'33bfafbf3d1aff83f1270383cd05142caf555c63dd5e7a65d483d21e539f8c4e'); +INSERT INTO messages VALUES(1373,310520,'insert','blocks','{"block_hash":"ac1c820b0a2de1206a2a7558545e20d13a5f507dcc49b31edb00a8579eb27680","block_index":310520,"block_time":310520000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2c6b20f90fe397bd7b8a335ac62c322771ea3b7db5d9a956e7eab2760563dd75'); +INSERT INTO messages VALUES(1374,310520,'parse','blocks','{"block_index":310520,"ledger_hash":"d355999d219bfef416744635164f9a4130a51d8f417d13f8b11e755cba40bad1","messages_hash":"49d9b985102b0580c332b20dbdf64bd69980bf5846c54d8afb63e1f0ae7d970a","transaction_count":0,"txlist_hash":"fd087c16de59004473f3fa700e71b3c59fce112a2b4e15470bf446497bc4d2c4"}',0,'BLOCK_PARSED',NULL,'ab4846639ab9c11817b991203c5eb9216a7d481592f91ace4b81830ca03bb3c7'); +INSERT INTO messages VALUES(1375,310521,'insert','blocks','{"block_hash":"df95500e3cf5ef81703fa42fe0f37a1250ae5da9407197a46745dec0459e6598","block_index":310521,"block_time":310521000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1eeaa951ee5904654a82fcb91543838f44a72c422e1c006f3318a14cfdc492e0'); +INSERT INTO messages VALUES(1376,310521,'parse','blocks','{"block_index":310521,"ledger_hash":"9ab2efdc25592213b9220ab739a02b3669b1716a94d0d9f2e880d62b44ef0d07","messages_hash":"881d1a8d715062645d3c886ed3b6e8466404064f8f17246397c8fea21d498be0","transaction_count":0,"txlist_hash":"6a8b57cd7db2651aff0be5ce0a52397e0535dd69bb23f16d57adf66a92d9b071"}',0,'BLOCK_PARSED',NULL,'a6567fb9b0620443c415e548548f821038ff4ead36483c6b240b39fade365581'); +INSERT INTO messages VALUES(1377,310522,'insert','blocks','{"block_hash":"6a3cbbd6e28c6273e2c60047c17caec446cb40075ab83d043a2f80d54fe34b21","block_index":310522,"block_time":310522000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3876aa1d83d231fb972c1553264a8fff8fb085cb151df15416180d234688ab04'); +INSERT INTO messages VALUES(1378,310522,'parse','blocks','{"block_index":310522,"ledger_hash":"031103114e724741602c8c38b4e5fcc02070b07cddf7055d6d6e05ee26b907c2","messages_hash":"d618896fb7fd24fdf639525aeb7cd018f970886ab408a0245b2a33d25d996a2c","transaction_count":0,"txlist_hash":"8c7c8b99cc5475a6bfdee92b4e84f46534fd88954900859e445c3e4b551bbc5a"}',0,'BLOCK_PARSED',NULL,'505489bc9618e561fde56ddf0c18fe95502b68c71c5ab7ba1ed8abeff4b58bec'); +INSERT INTO messages VALUES(1379,310523,'insert','blocks','{"block_hash":"0b4de9fd1b5e12553b2450a06ed00086163cac3a5c871cac141fd3f04af5b453","block_index":310523,"block_time":310523000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2bb4b71d5b2d601519e381e321aa4b54e2ec51ce37454bb722dd233126d78fd1'); +INSERT INTO messages VALUES(1380,310523,'parse','blocks','{"block_index":310523,"ledger_hash":"fa35cfe0ff1668d6fe409322a48b238a1c77aa8d6419ac8f2dd1494078e3e889","messages_hash":"8fecff3343262d84c7c67175c5c70e48212bf6bae667aa7bf9c7db4d82f735d0","transaction_count":0,"txlist_hash":"fdfa6abb85f264627878791c3321e127aa43f293869911e2c60be74c41c64ee0"}',0,'BLOCK_PARSED',NULL,'147bea8d18e1b3c8ec8a48b6bcc614b1c0ead36389c7223e66a0941b6025036d'); +INSERT INTO messages VALUES(1381,310524,'insert','blocks','{"block_hash":"b7e16928a86db99f8fb5b6930912f75acb2ae7c6fd6de3c6a2e67c15cb190655","block_index":310524,"block_time":310524000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37ffc841f53fbaac39c31e6a912efc1dfe623075013b9c20f57c21747f9e1f37'); +INSERT INTO messages VALUES(1382,310524,'parse','blocks','{"block_index":310524,"ledger_hash":"ca02b3cb324f0aa69f68b5d625238665a3a031568175ebd5d4ba527e1e069027","messages_hash":"55a8564b344e87c2560f602fa4db2643d4ee8000f7112cbcac86938237579638","transaction_count":0,"txlist_hash":"a2bc6417038a6383cf2bbe384e71559e24ef9dcb6be2a30f846b47eba9c80844"}',0,'BLOCK_PARSED',NULL,'0b2b56458d45e4b9c6c1598f20ff890dedfe6d09251e63d8bbefec545f505dba'); +INSERT INTO messages VALUES(1383,310525,'insert','blocks','{"block_hash":"2c9a958715acbd51a756d6b92abb1d9cd8e72cfb90d5bfe7b42fb0a1058753b9","block_index":310525,"block_time":310525000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cf5ede7a4e299551e11f8613567db134621342071201b5e51c5a0e2edd58a41f'); +INSERT INTO messages VALUES(1384,310525,'parse','blocks','{"block_index":310525,"ledger_hash":"e0f95e994c9de02b0400f58d5a9c6359002a26f2ae20cc639832639afd80d2a1","messages_hash":"20f9b0e47237285a989a170ba275ea35aae2246c4b5948fd0b5ecf62b22431aa","transaction_count":0,"txlist_hash":"85db605a7f23f25861d3e16d91e830db586ccb45436fe031c9a636baa3dee58d"}',0,'BLOCK_PARSED',NULL,'51c3f5b31a4da7e48f5a21589a9c9ace12fe96e74b5b8e4ddbcd4aa1645a85c4'); +INSERT INTO messages VALUES(1385,310526,'insert','blocks','{"block_hash":"07b8e3ffa932912a00aa3e5bc44115c77fd3b4e89c6dd2f678907ef78776766d","block_index":310526,"block_time":310526000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2b1b59b4d9484bfd1210be9a2d7369ff65a4e30cab5ed332a1dace95b716ccc9'); +INSERT INTO messages VALUES(1386,310526,'parse','blocks','{"block_index":310526,"ledger_hash":"8aa53017ece0e795dde072dc4acb3f223f31e2ebb77cc1f4759a6c90c2415d7c","messages_hash":"102010d74782f6f669d83d5e0c95c2918d32873677fd0171fc7ac6d75ddceedf","transaction_count":0,"txlist_hash":"c91608094feaa1e4c6d00d93ea552f2126528d4d07752c87a1ea2c0ddd031ba5"}',0,'BLOCK_PARSED',NULL,'0bc5ad1c21d9d720d2badf3691e764a4c623d41159de0811521dea7c6b6a1bb3'); +INSERT INTO messages VALUES(1387,310527,'insert','blocks','{"block_hash":"5140a0c0619c3fc40cc7df171f6d93bbb53add8845828ca08acc7b573dd6d2db","block_index":310527,"block_time":310527000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ff568617145d549cd44afd7d914e4a286a5a8bebfa4294c4b0c38db6d053781'); +INSERT INTO messages VALUES(1388,310527,'parse','blocks','{"block_index":310527,"ledger_hash":"01ea647ce5956e3ac8be20b11ab6bfae152b4c9f0a53c10dd84e77ff89d3b8c2","messages_hash":"a772d447a8aa193ea26ba0e76df4c4a35200d37fc7084f7e77b140ae119e7868","transaction_count":0,"txlist_hash":"6191709bd3366a416d2611828ad0dbd1a093633cca3beda35923369b67ba7951"}',0,'BLOCK_PARSED',NULL,'ac2a99fd56bd84ec0ed5c79ea0124085c594c78f6c035c0f8be96983918889ad'); +INSERT INTO messages VALUES(1389,310528,'insert','blocks','{"block_hash":"a70c0d36078e4165903d743e63a5184a69fc79fdd2c251040e2c9d61a83c1cc5","block_index":310528,"block_time":310528000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'82049e3b0433fb8b40c72f42065492310144d2ec478a84e694ad95b5b126fa04'); +INSERT INTO messages VALUES(1390,310528,'parse','blocks','{"block_index":310528,"ledger_hash":"63dc8a133d32356de43040400acf6109e146ede18c5aba74a55b524ed901ef2a","messages_hash":"2a40d1c16c51788a90894ecb68d658c7e7a9c2ffb805cf95683ce078358367b3","transaction_count":0,"txlist_hash":"14e39d214265758cdd1fd944b31c3b464e536f09bf3d0a13ac8a3976ef428784"}',0,'BLOCK_PARSED',NULL,'ae3c6ced1cc6710df65cab690ec90e24a8b3a6b5aa255f9262b4d68cb8946c56'); +INSERT INTO messages VALUES(1391,310529,'insert','blocks','{"block_hash":"7079a2c6f566af16cf9200bd4e210770e2da8a416883b98a8af4554585f4003b","block_index":310529,"block_time":310529000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b08879f5a64f51d9e47ebd65d7770624f68e7fd6457ef8c061d07375c211fa6a'); +INSERT INTO messages VALUES(1392,310529,'parse','blocks','{"block_index":310529,"ledger_hash":"0e83bfd6989de3e4c3085fac90e8630b8bf3653a225669c00f6e87ee3659bb33","messages_hash":"13e4f0935773d067361c3a454080e15ff19b8610782acd6824a4c622b62a5c49","transaction_count":0,"txlist_hash":"6f62128b7177304e40f8053a786331c54399ec9abf3bc33659eca638cb4e8497"}',0,'BLOCK_PARSED',NULL,'6a41e5f204568861239d0b1591cc682cce1edd7d20b31e619459c38073a04376'); +INSERT INTO messages VALUES(1393,310530,'insert','blocks','{"block_hash":"f700e3806dfb2bed8652f19d5900a78a73ebfa5ce0aaae9e7728b426c5667110","block_index":310530,"block_time":310530000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7eedca83f0a99e1626f1a23b5319ce8fcedc096cc1b47bc106b5a4218e6df90c'); +INSERT INTO messages VALUES(1394,310530,'parse','blocks','{"block_index":310530,"ledger_hash":"1d7436f94bbb24cd5529cacde9b8bcb02f76f39928c0400cdbcbd94b74b29598","messages_hash":"7fde0589110e3f5eac230b9721d05cb0519cd7a8d8eb82f096e7dffbe3dfb424","transaction_count":0,"txlist_hash":"e8afaf1ba7f1fe983a7ae7e0cd674dafa72790c2810ebabaae902c6c2ac26328"}',0,'BLOCK_PARSED',NULL,'fa54ad793d2d03dc3544bef26eb41773204d6b9958bd526ed1c15d9a74eea04b'); +INSERT INTO messages VALUES(1395,310531,'insert','blocks','{"block_hash":"764b50a1473add7087e9b9a6c07d0a598161f0d2d7c3cb77cd5bf18ab27bdc15","block_index":310531,"block_time":310531000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3c91f9b16b179225e09e7ea4185562ad782b4ebdcdbf8f4e81d066d1211a02c7'); +INSERT INTO messages VALUES(1396,310531,'parse','blocks','{"block_index":310531,"ledger_hash":"5907c753681266792394c89ff2ef1de530edf2be37e1c192bb90887f075bf899","messages_hash":"efeca634f4f13788d05b84d9172d0b69b05be4ce063bcc2fb0b093eedf7bc6ed","transaction_count":0,"txlist_hash":"15bc3cd726eb28d960cbab8a7bfbfbd841ff5e239c5a63ef9b051091f94c7638"}',0,'BLOCK_PARSED',NULL,'2b512c9231145a52fe40450b622083642af999609df921739c05b9a62215f240'); +INSERT INTO messages VALUES(1397,310532,'insert','blocks','{"block_hash":"4b1dea9bbf41e5834ad893bb4dce0a696313676da42ebef1f6dc9a5d4e9ff836","block_index":310532,"block_time":310532000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'267e8882579b520fc51837761c7c106a53f367f14822d42880b415f8bf48e73e'); +INSERT INTO messages VALUES(1398,310532,'parse','blocks','{"block_index":310532,"ledger_hash":"a1c2f7136279ad98cb97a5e4f95db13d808dada545442eafe59c223b8bd3112f","messages_hash":"84225e71eb3b9ddf355f9d83c55fe52067748a281cc95eccfd411d250813a100","transaction_count":0,"txlist_hash":"12d444bc5489c24b1076978597bcc661fb7b228dc16dc2ea2b0772ebc2248901"}',0,'BLOCK_PARSED',NULL,'648bdbc2a93f044a7965d842dbf5f18c7fe89dd790eddbacda5c97e64b8a5bb4'); +INSERT INTO messages VALUES(1399,310533,'insert','blocks','{"block_hash":"4fef302404a214c70289d57b900a262ca0e327c810636e03a3e799031cb16912","block_index":310533,"block_time":310533000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2bd26cdcb4963bdf60f48487d707c9d6ef328e3477e8c0e3f27b3beec17eb7c8'); +INSERT INTO messages VALUES(1400,310533,'parse','blocks','{"block_index":310533,"ledger_hash":"c5237632ebf65b9f80e2dc8f71cc5d349fcf31a0f606f6eb204259f30e385ee7","messages_hash":"18d881ec3582b0e1f1c7b1f9d3395538b73a01b1035e9525f4a4fae5d23a4b28","transaction_count":0,"txlist_hash":"e380cafac5537aef75c7840b7864facadcf9d7f724024e0be9bde2927717e548"}',0,'BLOCK_PARSED',NULL,'2d24d73691c8daee0520ded8c1871c9f7e6f991be36dd91304de64efbededcbe'); +INSERT INTO messages VALUES(1401,310534,'insert','blocks','{"block_hash":"2812082f86099ba2996b57e874d4aa6e8bcf75765cdb584ab352efd6e28d93ad","block_index":310534,"block_time":310534000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'08822305e3c65b6b9438823ac98deda0d11956f468bf691e305e6ccb97688bda'); +INSERT INTO messages VALUES(1402,310534,'parse','blocks','{"block_index":310534,"ledger_hash":"b1ebc60dad5ad8269c746661e42bf6ab4e8a7594fb18c79ce09add57a3b997fa","messages_hash":"233f2209d9e1d6af4155c01cd5ca70cf43b0ff1ce7384579d0b3844389a163ac","transaction_count":0,"txlist_hash":"aba147ce59590f7d49b5c0f73b1204ba955b359ce6372d57efac1b7749c152f1"}',0,'BLOCK_PARSED',NULL,'b06b36d3e1b344d02152b52c30d11269cb5c20512295718fa6fcd5be5922ae8e'); +INSERT INTO messages VALUES(1403,310535,'insert','blocks','{"block_hash":"0e5efcc3a61487b050dab3f61052bd702a23c382e47fcd9857be6013f81080ce","block_index":310535,"block_time":310535000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'242609191dbd74308222fb9c551cacefc05949ec93275b16ade580c04dbf0964'); +INSERT INTO messages VALUES(1404,310535,'parse','blocks','{"block_index":310535,"ledger_hash":"04ea1fca25f2f0d73e2f7994beb49c4d9e862a91953be37158738a9f54b4d3f2","messages_hash":"20cd49ae3d04e3aea3d5d10b62e5ec604716b00f00ca7575358af7334a929762","transaction_count":0,"txlist_hash":"fed53527ba35821dd411e67670d50128b13a234bc533b6ecc8ad0271bfb0334d"}',0,'BLOCK_PARSED',NULL,'da614fee48b7772cecee14254669c09ab86be3fbce16092196e4c39283de250a'); +INSERT INTO messages VALUES(1405,310536,'insert','blocks','{"block_hash":"dac89c720ba3a2e716a20f7d3207abf7f8229bf3d884962a2502d5e4e4656018","block_index":310536,"block_time":310536000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'59f0739748478f39571341dcbd4761a41118c1057a559fed76a6f6a43f6d058b'); +INSERT INTO messages VALUES(1406,310536,'parse','blocks','{"block_index":310536,"ledger_hash":"8c2390c35337c9181a92762c4c9a725c24b175a355f027d89e57a8eec1ff5ae0","messages_hash":"05b4c1eaaab284d19296dfad24d4cf3442a467807634ed0cd9860a5f4b497f09","transaction_count":0,"txlist_hash":"6ce7b714acdca711555dd6c88d092de602859e642095f98383922b3bd5c20688"}',0,'BLOCK_PARSED',NULL,'983e50127caf0f7e52de62fa316a132f5683b7d76a594d6c313f58e607aec714'); +INSERT INTO messages VALUES(1407,310537,'insert','blocks','{"block_hash":"944c68f1de531cd4cc872d355f43e6f82e61596a51e46146ce04d8fbaae39c9d","block_index":310537,"block_time":310537000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2934362e196d3aa863613e3b12f0d3104f802f1bc57d5683192ff2d282c57cc4'); +INSERT INTO messages VALUES(1408,310537,'parse','blocks','{"block_index":310537,"ledger_hash":"0abd610d563c9ec0e638a57b034c94e04811befa3c5fde9feb44ed014d90c043","messages_hash":"785acbb382c279234770d1542b0efa31d2bf281df909fa9be4f9a24ed8dc9935","transaction_count":0,"txlist_hash":"9f5c4b612a3ebd27096ace0dd73e85aacae8f9d5ea035c6c3691eade0f5d3622"}',0,'BLOCK_PARSED',NULL,'ca344eff2bbba22791c50acf2b749c6080fcd585576c2e1d619be0c029e26f76'); +INSERT INTO messages VALUES(1409,310538,'insert','blocks','{"block_hash":"75f6eae30970e4c0fbed85a315a2c2d8f26bd286116c6fb5a6ae74fb1615e1bd","block_index":310538,"block_time":310538000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'de9f8e4d9757b3dead63f258dc3f84510056a97b6e74d477ce0cfec7ebe771f7'); +INSERT INTO messages VALUES(1410,310538,'parse','blocks','{"block_index":310538,"ledger_hash":"3f6b6fda99c833793c948bda16f0b9f166a4d29f1e09fa5c4663fec53c6c8816","messages_hash":"8f69f5684f2243bc1402a220991805258ddd0f1913ec9aefb330247c78b466a8","transaction_count":0,"txlist_hash":"e238a5a62090175b69701d83d788778ddaa411dbbf6cbe83132f238bfb70d1dc"}',0,'BLOCK_PARSED',NULL,'93d1d2ed470e7d2b66ba83f44e68873528093a4f831a01711d920abad08ea718'); +INSERT INTO messages VALUES(1411,310539,'insert','blocks','{"block_hash":"338ec0a15b7867f84ee88042c4c5a5deeb83d7323e2a05a8cae0299cd92373c3","block_index":310539,"block_time":310539000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad9d7eacd20e33937f1fb4c675ab7998df4e12e327bef3ab9272789f2bec33b4'); +INSERT INTO messages VALUES(1412,310539,'parse','blocks','{"block_index":310539,"ledger_hash":"31a1072d803a0c87d9ff553b4b0f15cf818c974d873f1656567faa570d3eac17","messages_hash":"d60ea60f4892145ded2e78cea8dfb21ecad069c33c49194595de5ac9232d9209","transaction_count":0,"txlist_hash":"85e206d203d95a2f8f0e0ec4fd4d3f6dc9f156ead11b9b5a8f75989dd12c8d73"}',0,'BLOCK_PARSED',NULL,'51d31c29245f5b5dad851fee4ee3794488f8e96f8fc8b9c24b771a8e5cb72ff0'); +INSERT INTO messages VALUES(1413,310540,'insert','blocks','{"block_hash":"0e65a2d641c89fe837bc520473abf0666ff7aa498f523cde795efcfc7ae1385d","block_index":310540,"block_time":310540000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9d80e0bf15f813bf160f53d8835be1e101afc236de17b1d0f7ce9da0eb8e600e'); +INSERT INTO messages VALUES(1414,310540,'parse','blocks','{"block_index":310540,"ledger_hash":"dc2ee7b02735a52fb62649161617fdba33e9f21d002684a149bdb93f32204cdd","messages_hash":"df26c722bd949e1c1c114918a731edc37a867b46288848e56a9f0bcaa7e73a2a","transaction_count":0,"txlist_hash":"566921bfc61021188c99587d238445eff37d56ae692ef962090ce6144902e42c"}',0,'BLOCK_PARSED',NULL,'5d1f94b36c34e8375569f985a19bfd53b38574ba10feed3b62bcdffdadb5c300'); +INSERT INTO messages VALUES(1415,310541,'insert','blocks','{"block_hash":"ed808e14b19ac28990a50fb2089f279fcc52bf3fee29618f1d9aeac3ab50d453","block_index":310541,"block_time":310541000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bbb53a920b0e964655ccc01f2c96cebe668f946d123d2e0ebb19c36ea56f8c67'); +INSERT INTO messages VALUES(1416,310541,'parse','blocks','{"block_index":310541,"ledger_hash":"e71f0720c31a7a05a3fcbf550038a745ad4db232ec09f80099212984ebaa735b","messages_hash":"182c649e3a62472a57065a7c58db8cb2804ee8d8248174fb639be6a20a1f2e9f","transaction_count":0,"txlist_hash":"544d59ff5d7da7fa07495464e64f7168c1882d20e76a2ea0a6c6f1f5e9ca15e2"}',0,'BLOCK_PARSED',NULL,'250e61aa3dd40e3046aef560c212a8b1adbfdfe6cd86d1643e845b33847dda66'); +INSERT INTO messages VALUES(1417,310542,'insert','blocks','{"block_hash":"7a8e3a931043410b3423e08399ec9f728d3aacfcb012a14b2c5f1599bdb5dad2","block_index":310542,"block_time":310542000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad5e2dc5a2f6a0b42b7cedc9d3d999d58ce175dc347a6fb73e5ee63bcaa88273'); +INSERT INTO messages VALUES(1418,310542,'parse','blocks','{"block_index":310542,"ledger_hash":"9379ef3da9d74f12fdb081e53461c3110d87debaa1b66b171027b5f687ea6ec8","messages_hash":"023be4c487acbf7f657c53432c49ab79bcba5ef5bcb31b35173413b982ac5cb8","transaction_count":0,"txlist_hash":"7ab71ca58e2b754bb7ccb466bc6c5e26a940ee0ec7d52a08b97f16a77a1cb6d4"}',0,'BLOCK_PARSED',NULL,'2f7836831dc5e41a6ad15bb204556e5c2cc054f7528bcb67dd760c03a4da3ae8'); +INSERT INTO messages VALUES(1419,310543,'insert','blocks','{"block_hash":"cfb828d0c86b38af257b41f77c544862c450383bb97640190c97add62b53d4d2","block_index":310543,"block_time":310543000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'134c6645a9fc2e7a9be86cc6ad4d6c8c515dc62ed114e4f2623c5c1de7a1f89f'); +INSERT INTO messages VALUES(1420,310543,'parse','blocks','{"block_index":310543,"ledger_hash":"fb28d7368bea6259ff4e9c0a90e44342c1a592153953ef1c8ae6a0895e7d5e5d","messages_hash":"e53319bbb6c18deebc0dd102eb55319320592e1688e24b989ef234df5a68a856","transaction_count":0,"txlist_hash":"6b1131e2df2e9374c26316b864f22eb774396d7b1134ecd63a6cea98a992ef9d"}',0,'BLOCK_PARSED',NULL,'ad5bf386b8d64c6a908d1c456a87a6993a22265772fab58bb7fe1993d06619cd'); +INSERT INTO messages VALUES(1421,310544,'insert','blocks','{"block_hash":"c9a9e0fe67c824638dc17e9fab5f1b409915fcacdf2dc4f9709b87c9796cc4a6","block_index":310544,"block_time":310544000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ae23ca5c7fffcd069a8895832c8def5251935f3d5bb2eada05fda10a7b89eb8'); +INSERT INTO messages VALUES(1422,310544,'parse','blocks','{"block_index":310544,"ledger_hash":"fae2b5cbabb763cc48334f46f23cdb8c74428b2491284cc8d36098526d67bc22","messages_hash":"b06708a878320e5b563003308e2a731e4a0665c593af197436d00a09bb33eaaa","transaction_count":0,"txlist_hash":"3d25f754d2440706d911ec858220a0f4e6c66a12b34869a9c516c692fcb14168"}',0,'BLOCK_PARSED',NULL,'7f5c633d2da291c59dbf29ef137b8267e2d8bc64beb84ebb59dea88e8c476caf'); +INSERT INTO messages VALUES(1423,310545,'insert','blocks','{"block_hash":"aa23fca8fa612e16b5bb4e47e308a3845cd0aac2357e7d93a44dc70ff8c91c8a","block_index":310545,"block_time":310545000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'313a33ebeda8ed5f4f20bb1c8fbf62f17cb6325645dd041040877148ae03cd21'); +INSERT INTO messages VALUES(1424,310545,'parse','blocks','{"block_index":310545,"ledger_hash":"832417652d95911b8acf5896de587833438ddfed3f67672e89e6e7c88a7c51e7","messages_hash":"64eabce57ff6d366b7593c6094fc5e8bafd9cbe2a043e6032dbad933442ce3a4","transaction_count":0,"txlist_hash":"74646a498937ac8ec19d27baf65b7e83b61107441ab787ce28f0be6a7895dbba"}',0,'BLOCK_PARSED',NULL,'78734de3599ede9aaeef01a733a364c0d72eb67741adaf8e6192411a6868e142'); +INSERT INTO messages VALUES(1425,310546,'insert','blocks','{"block_hash":"20f37a8d164e14b7f88e06023b81060afee8c1b2b556ac2789b1f6874019791d","block_index":310546,"block_time":310546000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'04bf655d1e757a0a012ff5d0e7852d3fa12ed2f70af05e197b7816b66e575e87'); +INSERT INTO messages VALUES(1426,310546,'parse','blocks','{"block_index":310546,"ledger_hash":"c372d0e5571d13b3ae9b5001ea3a0fa4d48b899c0d38d83863108624c6f25096","messages_hash":"bf0d70ec2451fc64f8d55c82610e1184d15fc19822e956e2888c146aeb05ce8f","transaction_count":0,"txlist_hash":"4fb0b191283c45d7c64bdaeb8e732ab0a7641d587494e8653d35df24c56e501f"}',0,'BLOCK_PARSED',NULL,'5081a7b603a6209354355126d1a5d2382b3b6221bef47a57febd91b51d42deea'); +INSERT INTO messages VALUES(1427,310547,'insert','blocks','{"block_hash":"f3d862f560d7abc97f92c3bbf2761de40dd20cc670ba216850c1bcbb0cda31c7","block_index":310547,"block_time":310547000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'35e7b6c048d3a55ccff3559c5ed8814ab709566f44f248110e46ae86db94a299'); +INSERT INTO messages VALUES(1428,310547,'parse','blocks','{"block_index":310547,"ledger_hash":"a171839817884b9ac968067b6136bd498c8902e206c446be79c25c8935aa7381","messages_hash":"df1d42f380635486844213fcb382d63f7cb1aead1ce4cf2d9270d506ff7cc5d9","transaction_count":0,"txlist_hash":"3f0677f48392e0e011ac25ba7cbcc8eab6fc797a07d6e641fd8cb3e8174c39d2"}',0,'BLOCK_PARSED',NULL,'156c4f4d5e109ce0f453c647eb536b6bf09b025bdc7ca230800854ac558bc90b'); +INSERT INTO messages VALUES(1429,310548,'insert','blocks','{"block_hash":"bb0b2ff09d831962cc748b4720dc05dc2fd2e3bd3374eacfc066ecd0b7f58ec2","block_index":310548,"block_time":310548000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3d95895377bc9264d8e4c8dd25b0b1086734e082ebd54714718019d0ad4c3393'); +INSERT INTO messages VALUES(1430,310548,'parse','blocks','{"block_index":310548,"ledger_hash":"bcd666f4de0f61907a7eefeca4acfcaa1450a5fa698ea2e184f0c5486948036e","messages_hash":"74a76866e90119cf956b8cbdd7453e85c7b3ead2cc170ae92de4b252df5794b1","transaction_count":0,"txlist_hash":"9ed6b618611d4a07beb5169b76dfa0b5594135553925e27bdb62a5ca2abd99ef"}',0,'BLOCK_PARSED',NULL,'b0dec5b738b59109f23a6375be08a3a755e91c5ddcfd59d25dabe01f18b7855a'); +INSERT INTO messages VALUES(1431,310549,'insert','blocks','{"block_hash":"8e8c61f034fdad98962c84dbe90450bc2da62b815d8b4f8084b0dd3d69763979","block_index":310549,"block_time":310549000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4a08d3bb9c9044f26c9b4c240b4b25ab2745a1717d1724db12b5eafc5640ddd9'); +INSERT INTO messages VALUES(1432,310549,'parse','blocks','{"block_index":310549,"ledger_hash":"b20424e23efbfd7b98f47f714921125a81261f097b1145ccfc798bffa4459622","messages_hash":"94010738624e714eb40b39b13c5ef28d824d529c6689c0ac262ecc0821aa8ab1","transaction_count":0,"txlist_hash":"37bae7eafc6868ac783ced1c39e2a191df453424597cdd653dae3e8de81a0e16"}',0,'BLOCK_PARSED',NULL,'0cc6b5b17a98258b4953e56199ba46005c232d7e74e608b8746bac7d8e3353a8'); +INSERT INTO messages VALUES(1433,310550,'insert','blocks','{"block_hash":"08d2fd6eda5baa3c4c9a4e86599577396d4bc333ad9296453e3c537ad8ade914","block_index":310550,"block_time":310550000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d868df1b2672edd83ca317305a3ea504bd9e2b217be25b9e8987d25c6f1e049d'); +INSERT INTO messages VALUES(1434,310550,'parse','blocks','{"block_index":310550,"ledger_hash":"4689915afd38a29d83f30ae32da5834059a02950b5657f0f69e857351260c5c7","messages_hash":"023a545cd28926ba8e23914b914173caffc2788190261b0cb2095b59b62a08e5","transaction_count":0,"txlist_hash":"859332ee14a134b84dfae9531891cfc5466b8821c44cddf9b335ad2af208ddd1"}',0,'BLOCK_PARSED',NULL,'4b0b7fb77d9cdf4b392a502b9c91bf6727597865511e91c0b267b4bf3d30f877'); +INSERT INTO messages VALUES(1435,310551,'insert','blocks','{"block_hash":"cf4365c7971aad6192522a0853a086d4ab24c4ac2b3bdb2a73accd217d8dae7b","block_index":310551,"block_time":310551000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ef400d04fe17f38bce2121b604b15140ba9ec6a09cf64b279bd013d33fc121ae'); +INSERT INTO messages VALUES(1436,310551,'parse','blocks','{"block_index":310551,"ledger_hash":"b31e4b5f6d18c1b4f700cb37d031397cca55d48643ab58ea91f511ee5e8f20b7","messages_hash":"d847d9d81cf8f83f712d556b31b855f0b70de5d277805095a1bd6d31c3121180","transaction_count":0,"txlist_hash":"fee6f23e50db663cfe1dda194a295d8d4df0818d006872c5fa01c8912a510f8a"}',0,'BLOCK_PARSED',NULL,'4e4089f31c2da07d150121eb66d8a4c97ebcbc0e1ea3ea30921f32bee8a086e5'); +INSERT INTO messages VALUES(1437,310552,'insert','blocks','{"block_hash":"d22b2764d8599549d2fb82f03ea7d5a4c2539ec1c8fe3f55c9832e810a99659d","block_index":310552,"block_time":310552000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c112b843c637a099d9e0dc2f3d2b47c03a82bff3704b77b5424294278695c5b0'); +INSERT INTO messages VALUES(1438,310552,'parse','blocks','{"block_index":310552,"ledger_hash":"16ee576d489f19628d6242a7d391f3f9663ea99c0785f14a02a4555a9f98a537","messages_hash":"e932fbc1d6fe54ca8a83683c6cf9da95c7183ebe65e85ce535bb7d84587c09fc","transaction_count":0,"txlist_hash":"20b3f22fd101230c3c79136d4f1786fcceb3a1a42462e0df6aa806b04254bb0d"}',0,'BLOCK_PARSED',NULL,'d4b1400a9e07bf41749f39183f57e2d3e6f5820b52bc4a29f35058e54268ed5b'); +INSERT INTO messages VALUES(1439,310553,'insert','blocks','{"block_hash":"d1e220ecdac4296140b1fc5789c019ceec1275855b4a47f955782853c9addaf2","block_index":310553,"block_time":310553000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a449599b7fc33627cbee3f885eb9af0c0550929bd591b8afe29db600439c6017'); +INSERT INTO messages VALUES(1440,310553,'parse','blocks','{"block_index":310553,"ledger_hash":"234d328725f4ec8875e53548d8a406c1a908ac19563a7674ef1fb4e4a0b58a7c","messages_hash":"d6c6828cf89e50e54253f41d507e9ea51868ca734523cceb97060bebe762094c","transaction_count":0,"txlist_hash":"73188dff79f76f49247b7bc9d64d6b38b96aee422f982fa6eff650d1128d54b2"}',0,'BLOCK_PARSED',NULL,'91e0ae8127411086e0a88ce3e1b7eeb9ef0a1a1e51df49d2d34e417836fbb0cf'); +INSERT INTO messages VALUES(1441,310554,'insert','blocks','{"block_hash":"7ef603cca521c652eb94ab8dd0e053fcfc09491a9f474098f98294cc8a4a5b65","block_index":310554,"block_time":310554000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f0956df3785981ba80501cccf41ae240ea80207b613c3be4c88057397f8698b9'); +INSERT INTO messages VALUES(1442,310554,'parse','blocks','{"block_index":310554,"ledger_hash":"1cfc3053e3141bf0512aa89682ae5a912365b4283f0740c84e40453f68ab5b1f","messages_hash":"a18c4a861125678ee7f2043240ba14f1c99f166dce9b6442ebdbf313d89248b6","transaction_count":0,"txlist_hash":"767d9519cb259c706998f789c057ecb1c639bc5edcc1f93dbfa8e444fb5da7d2"}',0,'BLOCK_PARSED',NULL,'34901764993228a1a281ede51f9cd02d3236574be07b7e3ff9e9f103273f6758'); +INSERT INTO messages VALUES(1443,310555,'insert','blocks','{"block_hash":"c51aaefdc56f413baf9be7dac61b4afc8497212651e9901c39fb250bcade50fa","block_index":310555,"block_time":310555000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'492834a9963891180e9ff1ce2b86d3fa9f94254060b1be67263d82d1948f7d62'); +INSERT INTO messages VALUES(1444,310555,'parse','blocks','{"block_index":310555,"ledger_hash":"b20c11210e3aedcdeb3b3e229a1dae4182df9e656ad397bb9f616b1435a0abdf","messages_hash":"fec98ee7c06b29101c9697d2765804ec27476ef288b02324cbd8e870ea4f6e85","transaction_count":0,"txlist_hash":"b27ea8b674040c7d6aa5d8e4ae83394aff4f1496bbfc85cd0da59613f8e1ffdc"}',0,'BLOCK_PARSED',NULL,'5d8e64047e43cc97d0b3dbae7de904673de973483707993d4e8f856c1b19715c'); +INSERT INTO messages VALUES(1445,310556,'insert','blocks','{"block_hash":"4af11c6d35e142972be016858a06e2ea32b15beed2068be4cc85f3918fa99f3a","block_index":310556,"block_time":310556000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aaf5887440be09bc2334f80c281cd1f40e3cbfe24ca64205cdc7bb71eb6daca1'); +INSERT INTO messages VALUES(1446,310556,'parse','blocks','{"block_index":310556,"ledger_hash":"de06b2da1b0ba6be933ab9419a73811308195b9d7696382de23b78ee86177cdc","messages_hash":"1a732e729717be3962d392418f8e4612d3bde61b57d8a7db5bf78f67dc7acb81","transaction_count":0,"txlist_hash":"a99bcd06850f747bbc8023bf25facdcff344ee9a144373452e67844562471032"}',0,'BLOCK_PARSED',NULL,'f26e33fbf426a67645ad24bf3b14b9f982a9063011f4fbc405715afd34b94a7b'); +INSERT INTO messages VALUES(1447,310557,'insert','blocks','{"block_hash":"0973e14fe07ac8b86345061942ac2a5055fecd867e69d8f2df33195505d87382","block_index":310557,"block_time":310557000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'04d86aa7483d9540a3815f2a24c954c314cd2c7f1f86ba0ed1af4f38cb2926dd'); +INSERT INTO messages VALUES(1448,310557,'parse','blocks','{"block_index":310557,"ledger_hash":"7d63306d9d0b43c72bb7f5642d84c93f09c2df58d4192fdecf1f0e3e8aed1f42","messages_hash":"ec7cf5bb185241c02ec736b71f86caf56c120987d5fb6c4388205b6497d3671e","transaction_count":0,"txlist_hash":"d912725fec944dbfed45fcd38b5008eb29ae366e772928f9a71436b057b728f5"}',0,'BLOCK_PARSED',NULL,'aaa2baee3eacc7a9e0237f4c2683f53c0fcf2e6f87e14ea74c44267f990e615c'); +INSERT INTO messages VALUES(1449,310558,'insert','blocks','{"block_hash":"75d26d503c2b3b71d36644f7de0826d129b4f127ef9713f6f02f498399e28d15","block_index":310558,"block_time":310558000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'97cb6c3840643e90564b9c20f012d760e7c946bc3d2329a611bd9e25849b5d17'); +INSERT INTO messages VALUES(1450,310558,'parse','blocks','{"block_index":310558,"ledger_hash":"13ba46e69406731c17fab5167593af0f2baf783c8cfeb6e478f884f358a9a01e","messages_hash":"c376e38cbb1286683a976b0e318b3b8263440ef05c36ec194c6b8829e15252f7","transaction_count":0,"txlist_hash":"cdbad19774b030c8a130ce87e3e34516b7ea1dd4565797f3f56cb318ab2f4a0e"}',0,'BLOCK_PARSED',NULL,'a7685868bbd956370ea7f4e9c7239a290e31b1aa0af60673923abd20a747cbb6'); +INSERT INTO messages VALUES(1451,310559,'insert','blocks','{"block_hash":"6538f282374d36af012291b3851474293437b6eadd2793e4706b0edc7fe645dc","block_index":310559,"block_time":310559000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ef0547295bc48297596cce63df242a67d5a8fa6b48620a062e0242bc3f0bbc7c'); +INSERT INTO messages VALUES(1452,310559,'parse','blocks','{"block_index":310559,"ledger_hash":"e2a5a88cb2ebc01b6faee4a2d190b49efc4c5020d8aa1b55ccb48ca980591cbc","messages_hash":"779a817aa520192c9d3e0ae15a72b6bab4e3e4173305c996a36eac6ba877e2e6","transaction_count":0,"txlist_hash":"f7f63b9d990f09d0dc50bbb1672490bfca25759024db4d0e659fd8b1eeae55c6"}',0,'BLOCK_PARSED',NULL,'756067d6cf29de20c4b1c54f0736ab5e40ad51e7a4c1e048602c8cf3ba56688a'); +INSERT INTO messages VALUES(1453,310560,'insert','blocks','{"block_hash":"d3a2ccb3df7c41adc2a36183f9dc3d8f633d1595ae46eb7ad95259a1f7e85fec","block_index":310560,"block_time":310560000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'434e812ca6dbb5056d798edbfa8f809fc8580e3ccf5b0b4ced24a8fa46209157'); +INSERT INTO messages VALUES(1454,310560,'parse','blocks','{"block_index":310560,"ledger_hash":"3b4431e2701d0015d4ca1c657a6d1f06f0075c56abc333434aa12b72ccc59dfb","messages_hash":"e8c3bbd61baded3044b30e361e6a16e55ee1b5e04c201a7a2b181f8729e4c448","transaction_count":0,"txlist_hash":"04ee0d1258ffee609a63b1a26e7bfea754e304f09a21298aea216ea619049fe0"}',0,'BLOCK_PARSED',NULL,'2f185ac8d0e747e316163d9b590958083d02f87bd27e27aa81a13415789942bd'); +INSERT INTO messages VALUES(1455,310561,'insert','blocks','{"block_hash":"b7b7404021ba9a00688b64289eb8953993ecc0cc75992fb276f2d7048f4b26ee","block_index":310561,"block_time":310561000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'056294c8cd013195e7a387c323141cf8e1ea7db7387ec24c1ecea8e3d890e383'); +INSERT INTO messages VALUES(1456,310561,'parse','blocks','{"block_index":310561,"ledger_hash":"4165d695545259436303697767a7b799e9bea177890a4061f2093e6430d2d925","messages_hash":"54edf7d2a87d3c7132f396fb437041967da9d825dd5be3e67ef343b76f52a821","transaction_count":0,"txlist_hash":"cf7c7a30a6b5e912dcf8652b0c3fe04d3664cb6399be003fa4d821b39bcd0374"}',0,'BLOCK_PARSED',NULL,'a2212fd36001c52d8ef4589e254e99f545a75ae7068e347ad26959ac2807a099'); +INSERT INTO messages VALUES(1457,310562,'insert','blocks','{"block_hash":"4373ec06c32fbae5de86e421e01969d172b1ff84a13c8e0f069b78b0f4e7d405","block_index":310562,"block_time":310562000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec28ae54bfcc7f0ee6c75ad99146c2727f3e3e97a4ac207f5574580da4e87631'); +INSERT INTO messages VALUES(1458,310562,'parse','blocks','{"block_index":310562,"ledger_hash":"15254a1ea8c6433865940a81ed24f268f071c265ab8817c7e69f0c186ce873eb","messages_hash":"56d93d809787681b76ba7001de9fbed16785f1a750c971b617d75376e1dcedd0","transaction_count":0,"txlist_hash":"a2b395bf9d2c3dbf45acdbf5f9debbae961a9e8d83a234554ca3d248a5c5901f"}',0,'BLOCK_PARSED',NULL,'eaac5bcd9eafee3db6bca9eb606948c183bc6fdb6873a7749e1be504e3e0cd8f'); +INSERT INTO messages VALUES(1459,310563,'insert','blocks','{"block_hash":"f0083f04073ed8b6cbb2eb674ad397cd7c299fda80e742615ee3751d54304636","block_index":310563,"block_time":310563000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'db0cc29aa22f942c549712f490f9e819275a242c0939e56a869f061efdebb8d0'); +INSERT INTO messages VALUES(1460,310563,'parse','blocks','{"block_index":310563,"ledger_hash":"24019c0f520c61a142e0f10f4b46cc0cbed1ed446abafd126cc494e8a089bd6c","messages_hash":"dc93bca6091557fd88fa717ec07225fefa489377d08c4c758f77289c9b4174bb","transaction_count":0,"txlist_hash":"446e6f3b059df6c39861bcbebfb0e53063cc89e3a0ede21d5b9eae953be131bd"}',0,'BLOCK_PARSED',NULL,'9d1173a07308d9f88db69b0cb358fd983fd6c69da1f8d130f8007f13f84c8433'); +INSERT INTO messages VALUES(1461,310564,'insert','blocks','{"block_hash":"cccefa016afff2eaedf9d97a70d88ba3b74b1fa5167923852e3f2b2d4f77a7ea","block_index":310564,"block_time":310564000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5cf56f19d7e5f09055a9ee304ee174454a07245a493b17be6c905acc98654925'); +INSERT INTO messages VALUES(1462,310564,'parse','blocks','{"block_index":310564,"ledger_hash":"b6fbd79d113705d5ccb3ad67b7b0ce2f31c732cd45d7487733c370eacb760a74","messages_hash":"013332abc74abdf3763feaebcb68ee262b1841ff42b596762ceb3fdcc3a66e93","transaction_count":0,"txlist_hash":"33927637b08ce03b6521ffd1ebe0d0a6ccae471a9c0c8650780ed36f6a6424d1"}',0,'BLOCK_PARSED',NULL,'88bc49f9df12617926e1fc1cfc126d811593dde2c4f526ec05b7866756d4d1e7'); +INSERT INTO messages VALUES(1463,310565,'insert','blocks','{"block_hash":"954cf72e454948ad62bda12cc3aa984191b5063c3a3552b5475f58906ed5b305","block_index":310565,"block_time":310565000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'404131a35fd3a2e3987d0b2c02ca1f1719f9af69f02f8e4bf06fcd5c8212a1c5'); +INSERT INTO messages VALUES(1464,310565,'parse','blocks','{"block_index":310565,"ledger_hash":"4f13d9591723291cd7bda671664e8022416218785714526265cabccdb9685ba7","messages_hash":"0fff28e419ef92c8bc22037b0db123cd4e8dd49622fa6e40876eb78d1abdfdc7","transaction_count":0,"txlist_hash":"da52af92d40d5050bb050ef6c081d78636de5add0a78d6fff367e1f218e8927f"}',0,'BLOCK_PARSED',NULL,'dd93cb121153b7c2b87c5206a4e84f81ebd600b15a6be6716a4bd6a2f12b50a8'); +INSERT INTO messages VALUES(1465,310566,'insert','blocks','{"block_hash":"3759ea3d906bc1242168e23920ed00a9daac815d9177fdfd954781f3978b2a39","block_index":310566,"block_time":310566000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bdad93a421313b38aa71d10e70b1fa6e5110b17a8679952c5c6a2e1cf774b40f'); +INSERT INTO messages VALUES(1466,310566,'parse','blocks','{"block_index":310566,"ledger_hash":"8376b6b7385e9c231af45be5798b7d47efd969e5dc262205be28e8c29a45aa46","messages_hash":"1946adf6309d2a4ce67ae24ac396091bbe7268fd50ead2be6981a069fd2a312f","transaction_count":0,"txlist_hash":"4d10bd2f6487633a861e6317f86308d9762ff6e1cad01eb7ab342e0533128ff8"}',0,'BLOCK_PARSED',NULL,'7e0fe485a34d175c6212e943bf50ef6b88fc5e974b2e80a7c81261a34264f30e'); +INSERT INTO messages VALUES(1467,310567,'insert','blocks','{"block_hash":"499074319cdba25e86c5e7831ddbdf16147893da356dc5d6a24c0458a9e7c431","block_index":310567,"block_time":310567000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'393c43aa744947a135b1708fcff88b10293b609ef2a9b6cf10b108d3b61a3d6b'); +INSERT INTO messages VALUES(1468,310567,'parse','blocks','{"block_index":310567,"ledger_hash":"26be2715d4714e54ef5b89ab2c0d904e25062378611494ae7db590d94b5c3c63","messages_hash":"c6fb115f1d3b5eecd6c6f30a13f716f847e81b2dcf608b7789208e1e8847d3eb","transaction_count":0,"txlist_hash":"1a6797f81d229eae67b50040ab42da24e8142000a16d5055998061301e885e40"}',0,'BLOCK_PARSED',NULL,'b685e2e3b43b38c9317d58379dd4dc8d713c9395ad44b544b42f16d5ceb2dbdc'); +INSERT INTO messages VALUES(1469,310568,'insert','blocks','{"block_hash":"ef433ae6c5e54f4c3633956efb0bec6a88f6172be961b03cba0974a5b1e8b19e","block_index":310568,"block_time":310568000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'82d7bc2fc700f11fd57b8de6e1d63d56572e9f5bb24211963d59efef79b2dd63'); +INSERT INTO messages VALUES(1470,310568,'parse','blocks','{"block_index":310568,"ledger_hash":"11db87609533eca9bc7b12af3f3615e8476aab5570416327dad75dabb80e83cb","messages_hash":"9bde699412dd184c3423700110bfdf7d366981015ca210e91911d47ec6e2acd8","transaction_count":0,"txlist_hash":"27fb461b0c032770ed620e11021bb113e6bb308cb7617abd1426ea0374264b73"}',0,'BLOCK_PARSED',NULL,'c151721f9593f7f775bd4f4441e2351e2a1a7db8c1b1d5c6bbdfe68e40c13681'); +INSERT INTO messages VALUES(1471,310569,'insert','blocks','{"block_hash":"c67107bb5c30b76a2bbe9ac9613c23bdbb55e6ce7f7cde1f03c31ce685cb44de","block_index":310569,"block_time":310569000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b1d4a3eee56149ba9bfc6115280bc41465ecdc07aadfb012b0955fd2d710358f'); +INSERT INTO messages VALUES(1472,310569,'parse','blocks','{"block_index":310569,"ledger_hash":"b2b4b2b54a2146b019809a2e95d1634f178c6a45234bff176328b957d6230401","messages_hash":"cd1591722b1e4fb7a9144e78ff3856e56bbe4216d5acdb87cbbd537cba95ed38","transaction_count":0,"txlist_hash":"58269cb8873f7fd53739ef669c1ee95438e41ebc8acdfe396aef2e98a484c171"}',0,'BLOCK_PARSED',NULL,'be0d85dcd0e6dc344ee607445d1d5652e4536ec98f0257f3988c87b36d0409b5'); +INSERT INTO messages VALUES(1473,310570,'insert','blocks','{"block_hash":"f97ec4487e00fb4a5548eb18d052f6495d01957150046f415c39bbb526e21a55","block_index":310570,"block_time":310570000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'21c862948e34c89764ea8efcf795a24e38a3ee8fa0154e91f3f8898483feeb7e'); +INSERT INTO messages VALUES(1474,310570,'parse','blocks','{"block_index":310570,"ledger_hash":"d92f62a941b4f174e6ed3dbb9f1adfc7d9e2277decd149bd6c243b4c6a667708","messages_hash":"c0003713d2791df183603fe0c883e4dbf26fcbc1c2ce3b8155b47a111556462b","transaction_count":0,"txlist_hash":"36cdd5333cec38b7ed209f8e8214e265236c606ed218d9824d7b9efe9a5b1815"}',0,'BLOCK_PARSED',NULL,'0efbb9f6e4162f0cb9b44c55ee0c5eb9f46f0fa3e69af5d5319793b20479e04e'); +INSERT INTO messages VALUES(1475,310571,'insert','blocks','{"block_hash":"b8edd44fa309c2fc1fd327461b37df751dcb713ac8475864c907aac8e79aee73","block_index":310571,"block_time":310571000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f19e45ad8ba95549d3e7aca9a702a2ab274db92d13becb7225e1da3e166e99ae'); +INSERT INTO messages VALUES(1476,310571,'parse','blocks','{"block_index":310571,"ledger_hash":"81a1d69d6ddf4d2aaf03e5c0916ace63b3f87f8ac6b1d0c274179e845e55f131","messages_hash":"4223a87ee39986ea4a298249503f0e982a8a38a6c65a72264d58570c90101cb5","transaction_count":0,"txlist_hash":"ffa5b9f487357fe69282edfa04d1cbc3c6727c6fc92126e1fc2e41453ca99cce"}',0,'BLOCK_PARSED',NULL,'b444efa3f9c89229168283f2080bb103b662fb01f2072362dc9de9efb5010c06'); +INSERT INTO messages VALUES(1477,310572,'insert','blocks','{"block_hash":"6f31bbcbb44d9fecc3fd8c1a9ded8be8c024399286c612bcefe9973ae55127b9","block_index":310572,"block_time":310572000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e14848f4c93cd1d35aa7821be670520bb514b8903ef4a43f1f4398d100a9dded'); +INSERT INTO messages VALUES(1478,310572,'parse','blocks','{"block_index":310572,"ledger_hash":"1c0397db8867a023dafa789d163bb457d63609e3a0782cbeddf4edb979d31e44","messages_hash":"f234e7bc463efc3de09c45e28dc4c63806646a27a556acc94ca6a476cbee392e","transaction_count":0,"txlist_hash":"7bad5c858efa13fd33d61f9d93c4d44fe53aae854550c5ceed55faeb0cc449d8"}',0,'BLOCK_PARSED',NULL,'d231d3784a78cacdd4c002af95deaf9a9da41fa67122283ba49ecf6901e69d34'); +INSERT INTO messages VALUES(1479,310573,'insert','blocks','{"block_hash":"302e7dfa216058a05c000242bffa09f71fb6210c8049ca3ba161b40a1af4aaa5","block_index":310573,"block_time":310573000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'856c51e77906b8ceb1f64cc19c016f6a5851d2c16ce8ea045e5dd6088dbb7569'); +INSERT INTO messages VALUES(1480,310573,'parse','blocks','{"block_index":310573,"ledger_hash":"587b3dc052dcfd8e8f168cdc1e1cf95f30a7396c079b56c957f5eaef87127b37","messages_hash":"fd8813cb22d5065024c95dc76d407b7d624675009ca1db86c42b06ce186a9e2f","transaction_count":0,"txlist_hash":"81511d09b1facbd53b94573818bff590120af032be669fcb613c736d4c78b263"}',0,'BLOCK_PARSED',NULL,'9528805a2cfc1b0aefcddb68a53d7c9126b1845c54e65b0b9cdc57294bf21ea2'); +INSERT INTO messages VALUES(1481,310574,'insert','blocks','{"block_hash":"c1ae52aab03437bebe96bb6eb04db2f0519f3aba4e2336b9f0d08707d92e330d","block_index":310574,"block_time":310574000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5133743a89157d46b2cef3be664d06f41a78111224b9a103a2a1c1991991d583'); +INSERT INTO messages VALUES(1482,310574,'parse','blocks','{"block_index":310574,"ledger_hash":"5abc2e864fb67056928254255155daea9138f9fb6f7ddda6b4e9d75cbdb90fe6","messages_hash":"faeee010985baa99d9e92d4df15633ab84d7c920250cdec65a01473f05700e55","transaction_count":0,"txlist_hash":"d66e9d66a141e6b4a4a672d13b6a7ad788ba8e825e261899730cb5bfeb9d88d8"}',0,'BLOCK_PARSED',NULL,'8c458be055637930133f48a77f7ce422eb2541c1a50e88894797c5fc63083643'); +INSERT INTO messages VALUES(1483,310575,'insert','blocks','{"block_hash":"fae1bd85bf824caece55e7c4f773f6fa0a021c24f01aef4656abba41bdededde","block_index":310575,"block_time":310575000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'77045f42d19c60b4815654ff2eac53fcae32b95f917879f5ecc5566d39df4259'); +INSERT INTO messages VALUES(1484,310575,'parse','blocks','{"block_index":310575,"ledger_hash":"9a6ba01a5b0c666c2cea91e6c4790901faad5389c0ac373d7846c47508757fac","messages_hash":"53e18550c536f7cf81da53fe42a0678a9d6409f7031d1732627c9af552472de4","transaction_count":0,"txlist_hash":"3d43d6aa453292e520108453c451fc74f7ac3a9fbf59dc762d308b4fb393dbae"}',0,'BLOCK_PARSED',NULL,'8ad59faa28ab5aa8ba47377a84b1a14095bedf65e7d43fa563f0010706ffcfac'); +INSERT INTO messages VALUES(1485,310576,'insert','blocks','{"block_hash":"b46dbd0ecf5ba9a7cd8f0a556f418e08d369670a35e96123144dc51c694ae7b5","block_index":310576,"block_time":310576000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ce85e7a04e0a5e14afe646621b4b493006ce66e058779b815da11b8f46a33c4'); +INSERT INTO messages VALUES(1486,310576,'parse','blocks','{"block_index":310576,"ledger_hash":"3ff5c5e77b1493d35cec043a43cc48656187fbeef2d57b7113d52b91efe26640","messages_hash":"7b9749577bc306ecfcc026f239691cfe01a9f6cd716fd729cc46392b325ea4a6","transaction_count":0,"txlist_hash":"b2270203217981dc28694382b1c05232a34897f62cd9f8b53892fe93fbc59b88"}',0,'BLOCK_PARSED',NULL,'e62d6b2bb62a2191a8a6446607260823b45cfc9bae673428043fe6384d53024a'); +INSERT INTO messages VALUES(1487,310577,'insert','blocks','{"block_hash":"a4f1cfcaed69f6ca459db42cd60607aa96b3e593d635bdeabb28fa1875d7a7b3","block_index":310577,"block_time":310577000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ff241e095710488afe32b0a092efdf64779456ae770eea0a35db19d64a3848b4'); +INSERT INTO messages VALUES(1488,310577,'parse','blocks','{"block_index":310577,"ledger_hash":"a76df7a1b46e70110eb07f3bc65787511e06179ec43ff30193ebeecea9d25095","messages_hash":"d61a80a3e9b7006b5c46b0176c66ef6ab4304a3d9eeda3febe60bcb1c008e38b","transaction_count":0,"txlist_hash":"fb452e66fdaf284ff109e788e9f67cb7cef343cadc7f5209689d328345f9e999"}',0,'BLOCK_PARSED',NULL,'001fa07949276d1a2ed33e4eaf1c4f09d2868428b0b3e9e6630aba2bdfdad732'); +INSERT INTO messages VALUES(1489,310578,'insert','blocks','{"block_hash":"f28588cb2aa2711238246cdc3400480d672aa6b7746ede9ba963afdae507e1bf","block_index":310578,"block_time":310578000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8497787cb8533f4fe3e8a0e64bb9daac6a9d8f9ae9c50043e23398c4b9dc68d0'); +INSERT INTO messages VALUES(1490,310578,'parse','blocks','{"block_index":310578,"ledger_hash":"e37ddcdf453e06ca5b6e8e25239372450c08f85c61333a04b30234a0cbefcc25","messages_hash":"64e7f0afdc6f4c061217f9bd1cd430e8cc23ce701d2af373fc66c2719de57fd4","transaction_count":0,"txlist_hash":"1ecd3726e20f319636e10491e54f95b014cf880fb049cd7ba48b78395afdcd75"}',0,'BLOCK_PARSED',NULL,'944139fb1fa84913483dd8b0fde1671fdc21b275ef5aa2cfdb2179c238c35e82'); +INSERT INTO messages VALUES(1491,310579,'insert','blocks','{"block_hash":"672e0101a2b0f7c963627370c590bca6d800483e3b379a774840789eeea36c38","block_index":310579,"block_time":310579000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'74561c696dc573a5061fb7156b20f4fb359f36b131352bd774868b96535e485d'); +INSERT INTO messages VALUES(1492,310579,'parse','blocks','{"block_index":310579,"ledger_hash":"4c8022726e91322813f6cd559287e913d92196d378eac2d799bc13c53bd83fa0","messages_hash":"e430cf9f3000d6bb3b0af4ec8ae50503768a3e908ccc36d456d5c9815a58f648","transaction_count":0,"txlist_hash":"fcb368acd0ce2495383b6d01538ddf6806d1cc76d32b5a81cd1e07b599f4741e"}',0,'BLOCK_PARSED',NULL,'32d6924c6d3eec25a010fe0e17517f54947684d210d7facb8e6698bff8f0bdaa'); +INSERT INTO messages VALUES(1493,310580,'insert','blocks','{"block_hash":"e878eff75f69c2a921fd855716f6f19f7122bc62e7bf7a6f24ff5cb44ced9e13","block_index":310580,"block_time":310580000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'efa31c64de31df2b422d59ecd8cc2f4f5acc48a9d546e8dcbb10302e646d251b'); +INSERT INTO messages VALUES(1494,310580,'parse','blocks','{"block_index":310580,"ledger_hash":"bc1b388550daf95b5cbc9a8897741600ec44e6d8a1068d78a2590bd9a220399c","messages_hash":"3be168e237e613d5d45a2f3049854e2b58f15c04c5967cb8fbb1bd31a9e6a0ed","transaction_count":0,"txlist_hash":"075c8a5ed7162da50974e7120eabe2a1df1bfec6028c0385ec2271472919ced3"}',0,'BLOCK_PARSED',NULL,'725d1fb8fc3861410369ab8b3fbe3234b9e27022dcdd6baf830d82df5a447cec'); +INSERT INTO messages VALUES(1495,310581,'insert','blocks','{"block_hash":"baca309aa48d77563c8b563edf6fb0cbba1c155f5e26dca1d2bcc89dce14793a","block_index":310581,"block_time":310581000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'41c36f6f7eaa994c6bb006897446ef3dbe3f4e4082ff197ef9345a906dfa8474'); +INSERT INTO messages VALUES(1496,310581,'parse','blocks','{"block_index":310581,"ledger_hash":"c80607398016597eb99b309954a4ea5a1be11f0ef952015772ed69df81abbaba","messages_hash":"cca2854b663f11034193fb2e3eef4be9d47decdc59820b1f943a6136010fa8af","transaction_count":0,"txlist_hash":"41e4c8f8873eb0de43efe769bd6c77a3dfd0266db6e0a5def7eb7feb213eefc3"}',0,'BLOCK_PARSED',NULL,'88c03820f8871105ee94824cbed6d1b532ec4c76b35fdf2ad560c0ccaf6db803'); +INSERT INTO messages VALUES(1497,310582,'insert','blocks','{"block_hash":"08710916c8a006532a3c90eb7f9e07270be7f6c9d787e5d5f4bda22fa2e5e34c","block_index":310582,"block_time":310582000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fd0122b92155cd7da055d3d313e3579ccc7cd7ff8f561fbafc985565e249abff'); +INSERT INTO messages VALUES(1498,310582,'parse','blocks','{"block_index":310582,"ledger_hash":"6e669da4b0c2e8abde7d3169bf1205ad754f744739ef9302c2ba048c494db8ad","messages_hash":"82c3c4f6495c55f146845448eff33f33257b9ffa243950f674798e9986115a63","transaction_count":0,"txlist_hash":"7c39ddbf3ac44879893bcae707ada6d371412409ee67209150689973e6aeaadf"}',0,'BLOCK_PARSED',NULL,'0906c9fe5a9c8d5dda8bf762e51d3b37c50222023ff724ab02e1b4449e2d5227'); +INSERT INTO messages VALUES(1499,310583,'insert','blocks','{"block_hash":"22fa9d567a2e559c2f6b8d951340420df5e1bc5eaf5fbd6dee6c10e60798bfd4","block_index":310583,"block_time":310583000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'00dd0fde913f0c5e09596d7f115e88e95e30a1d9ace27541d354ef669d14be49'); +INSERT INTO messages VALUES(1500,310583,'parse','blocks','{"block_index":310583,"ledger_hash":"ddcc0fafc04105e9e89c2a9f61757736f95f9117e6558254f7e62e2707e0fd80","messages_hash":"e96e716bf175e311743d07acab7bac157a2be6e4d928a0a05e1d967cb6bc91f8","transaction_count":0,"txlist_hash":"127ed38601daee2b9063f8be8f2dac4c473a433f60e5e2beea1acbfdcb7d02e5"}',0,'BLOCK_PARSED',NULL,'df69e481df5e85ecb24edeb62873bcf36d0fccb8459accd7814df2a1edd2f229'); +INSERT INTO messages VALUES(1501,310584,'insert','blocks','{"block_hash":"db5a54107f56229edcb84410f79b18d41620ed013f0b51f6889a728663010d9b","block_index":310584,"block_time":310584000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dd84a842d81a473dfef8c2b2731343d253db602a2740ddec371f3bbd92ceef94'); +INSERT INTO messages VALUES(1502,310584,'parse','blocks','{"block_index":310584,"ledger_hash":"fa66c84a1a23e872a65533c6d6a206a2074dc8d4b7f4d690c85c08414a206531","messages_hash":"87fbce0137a80771dac3e3de4ac182f7ca37451343f11120c9d3df40acd95b9b","transaction_count":0,"txlist_hash":"40a58672ebd4353112c99ad33fa95b917ac27e73d88d3e0ad2c5687418e84c67"}',0,'BLOCK_PARSED',NULL,'6a9b76421d191ce1505e615301c343de26cdf525101ac101dc6217e04a15f6b8'); +INSERT INTO messages VALUES(1503,310585,'insert','blocks','{"block_hash":"a12f61691951107df80775a0d8e94642d242ecc70ff8678190f334256fc8decb","block_index":310585,"block_time":310585000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'17a014c9f38fca28cfcf392b35223bdf4d906f10e0c855caa8e2bcc16505907c'); +INSERT INTO messages VALUES(1504,310585,'parse','blocks','{"block_index":310585,"ledger_hash":"97a0a8905d82141006e94876fa07e5afdc9429bdef0c6aa3632823ccea918373","messages_hash":"956855216c0aace9303ac9cfae144ae1077193c91ca9c61a4bd5321734cb771c","transaction_count":0,"txlist_hash":"c3d758977e3f59d4fc7a23a9162eeca66f134994b676559650025de7663f9393"}',0,'BLOCK_PARSED',NULL,'d73b0328171b272fadb6c283d976edc66028a3abd230b5c208d1bd11f97090dc'); +INSERT INTO messages VALUES(1505,310586,'insert','blocks','{"block_hash":"c24fde1785a09cdb7279d4a6328ba9606d7efbdf5d907a5754b26af490ed37a7","block_index":310586,"block_time":310586000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'990783b147cd19aba8f7e3285b5476036e3d2f57998e1a10e47b729aa77ae7f8'); +INSERT INTO messages VALUES(1506,310586,'parse','blocks','{"block_index":310586,"ledger_hash":"c9aedd1fd8d2470989b8bb3f2a3314882d1de104e6580e78c09b9ccc88d0a746","messages_hash":"54ea2f7b1c1294768261872f423fa45b766c88b05baeeb72b9b02ad2dc3e6580","transaction_count":0,"txlist_hash":"7a3dbce26cdac9f6c8f2e843d811cf7b95006860bfc571922a38e553f1563e17"}',0,'BLOCK_PARSED',NULL,'42a1866bc5284a029e4f83b9749ea045bc091b9a9c312871c5f3369c6f700185'); +INSERT INTO messages VALUES(1507,310587,'insert','blocks','{"block_hash":"6fc7eacecf09f9a15212a7ca52cece2438c1d6fe4df61edd36fa82cd0ee82baa","block_index":310587,"block_time":310587000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8c04ccf85fdece33ca11c2bba208747eaeef75b54a06e6f42971c52c5258aa77'); +INSERT INTO messages VALUES(1508,310587,'parse','blocks','{"block_index":310587,"ledger_hash":"a066bad7ce4659edd40b59bd487aebd6078db40a432e4948915b2a4ffc92a1b8","messages_hash":"ee06173e07ffcf4577aabc987233e8fcab576883238462b1c82f7386d85703b4","transaction_count":0,"txlist_hash":"0c7fbb14a91e67f4b721b1326901124fc49239d5fc53b200d09dedc2022eaae9"}',0,'BLOCK_PARSED',NULL,'e05f3459de60eda6674e52aa5e61baf9cd81ab3bf388cd624894f0eb1c994b89'); +INSERT INTO messages VALUES(1509,310588,'insert','blocks','{"block_hash":"d758bd6b4eb728922d4f5f766481b7ba1fd6889cfd047bc6356fee12328457ff","block_index":310588,"block_time":310588000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c327b8f734462497ea99761d9e079d75acec461e591caa66e599b12e0941c6e0'); +INSERT INTO messages VALUES(1510,310588,'update','bets','{"status":"expired","tx_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef"}',0,'BET_UPDATE',NULL,'a194e40a0796ebc51f5d772e0715514aefdaf9af7617c16afb65edcbffb50f22'); +INSERT INTO messages VALUES(1511,310588,'insert','credits','{"address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","asset":"XCP","block_index":310588,"calling_function":"recredit wager remaining","event":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","quantity":9,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'7f8d179d7571593bf9b7bb72bd6371f16bb59c25c09bab28c71a5b2516a91e79'); +INSERT INTO messages VALUES(1512,310588,'insert','bet_expirations','{"bet_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","bet_index":488,"block_index":310588,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM"}',0,'BET_EXPIRATION',NULL,'5d1ff641acaf2fa3a112dfea2972e7eeeddf9c00abcae9c2384defee4cf080b9'); +INSERT INTO messages VALUES(1513,310588,'parse','blocks','{"block_index":310588,"ledger_hash":"54a2c6b6a4dd9bee59ae9d6c5c36bbaf29d2e611b53198b709f627473702ba00","messages_hash":"4964f48dac62f7e38a8610554474647eaa4694cc7649a7da82c30413e3f04923","transaction_count":0,"txlist_hash":"57728306612265fa9dfaf5a1222e4f26e206f78754c6064a804f6fc11019644c"}',0,'BLOCK_PARSED',NULL,'30907e79bc006e882c502ed49b4ba65b8e3c90b8d8acc3f75d140b08769d6831'); +INSERT INTO messages VALUES(1514,310589,'insert','blocks','{"block_hash":"4574c3f408ae39752054a278d5b2f207153f2d55e5ed9278610285caedbfb5da","block_index":310589,"block_time":310589000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fe7858f3afa7270af4db2384146c6f6f505982dbf2039c466ea26dccbceb64de'); +INSERT INTO messages VALUES(1515,310589,'parse','blocks','{"block_index":310589,"ledger_hash":"3a2deca1e1afedafe86dbc78240be149a9dc74f0601c24f84b3fd58f885a310c","messages_hash":"fc9b5d8c3bb8049380b8470d97ba588f0366fd4cf4cb45facb891ea5cc696b10","transaction_count":0,"txlist_hash":"f5639afa9b3acb1eed68c14adbb9f319af6b47013a04f33dd8e0c81e12d87390"}',0,'BLOCK_PARSED',NULL,'bf38ac7ed6d3b410f5813537730b5bd3495f2a3507c8b898b7954bc2774bc7cb'); +INSERT INTO messages VALUES(1516,310590,'insert','blocks','{"block_hash":"7a0fec7523698e15240595c867317fd889c109930cbc688e120af4b990d655d6","block_index":310590,"block_time":310590000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'44204d56c1370e102dba8a6c60a0ea8cc48a234ae4e3e270eb248ce2ef6c35ad'); +INSERT INTO messages VALUES(1517,310590,'parse','blocks','{"block_index":310590,"ledger_hash":"a5927fead4765d973bb3e669d449f285c671d1bc8bea30fdae364bdbbfff9f2b","messages_hash":"ee348f680458a36f19c5819446989b322566ccae85fab1f635251b3f8d421257","transaction_count":0,"txlist_hash":"e16f9be72d28f80fa48dd8b17bb410f6151c5d0042db018d83f90a5184aac6aa"}',0,'BLOCK_PARSED',NULL,'825b2af97fcbe844d9d2e665e0b212974aa6db7e205c2d54445ef2c05741ca76'); +INSERT INTO messages VALUES(1518,310591,'insert','blocks','{"block_hash":"9824fbb407efff28304111890e995bf3c350f965fb2ff6df988d9a4c8ccd8bf7","block_index":310591,"block_time":310591000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6cc5c7478fba0c2eb91b8f8474eae2d7e8c48fb80c8fb72096f814c5aac6151e'); +INSERT INTO messages VALUES(1519,310591,'parse','blocks','{"block_index":310591,"ledger_hash":"b2a9b6de9aff83db9a6da8870a96d9be72f7664e5e4d9e2e126311ed5f37d75c","messages_hash":"f166cd40bd67d508716a167057e732db7812a69813d88303cc1091934041cfdf","transaction_count":0,"txlist_hash":"0f42b1ed55afa071e3aa36c776ccd329e9d9cf9d859a49b3d48ecd4b246ad3bb"}',0,'BLOCK_PARSED',NULL,'5eff649567545d31c22a94e8203d1024eb73d14c9999628b72b9da104487a6c8'); +INSERT INTO messages VALUES(1520,310592,'insert','blocks','{"block_hash":"d6adfd9b31ef935e54670c6335145a3b7f57b14f7c028c2467d352e1c5fd4cc3","block_index":310592,"block_time":310592000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6001bab88eb8195340eee005f1bdce5be8d67720812887c61dff623207abc302'); +INSERT INTO messages VALUES(1521,310592,'parse','blocks','{"block_index":310592,"ledger_hash":"b9be7f33ed5a5191b645231e7ee9c991634d0e4a5f7fde42c0a0ba5a92a57692","messages_hash":"217e0bcced4ac66135d892818e7a2e3e2de41623d8f7b6cb1d4831728d103cb2","transaction_count":0,"txlist_hash":"3b30119b4746653489c81223f649e5827709561a8077091dd629fe534994a6ea"}',0,'BLOCK_PARSED',NULL,'66d269cbf0939be5977d61287d0a77932a3bba753860f4fa2b26f499e8052999'); +INSERT INTO messages VALUES(1522,310593,'insert','blocks','{"block_hash":"97931b3dd08a38f192b673f46ada9365fcbca0b1f63a0a5989f6861062f9c22b","block_index":310593,"block_time":310593000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fabcb7fc1bc11a9bad0172b13924e08addffb73cf76a5238b5cf4814a5bb3f5d'); +INSERT INTO messages VALUES(1523,310593,'parse','blocks','{"block_index":310593,"ledger_hash":"b5a4e0f1bd88626f5284ca92f743bf15fc96608b614217be25af7768beebd8ff","messages_hash":"29784e47bc50a21df365a5ebeda910582ceaecb6da74396421b802d2f6e00810","transaction_count":0,"txlist_hash":"c2c5e16a3e2c5de442052d200afc4a347a2a32e3fdae450860ca95e00c691db9"}',0,'BLOCK_PARSED',NULL,'33a3212afc63a48dd297a7fb4c6b2e5d3c77d529bb22261f6bf703cedf2c3e32'); +INSERT INTO messages VALUES(1524,310594,'insert','blocks','{"block_hash":"f8146455e4841830c1bc2265c8f4c8972fbe46a1db89dc0dbf804d1a10bd9015","block_index":310594,"block_time":310594000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cc3d6cb9b3328d7dc27fa02b7a485f2a799873f253f99168c5c95185fd926ca1'); +INSERT INTO messages VALUES(1525,310594,'parse','blocks','{"block_index":310594,"ledger_hash":"65da7797adc2f50f2df94b46b63f33f6c848c43051e42291a9f32e3e0d01de96","messages_hash":"2cbda436c7c202baff1796b8fcdafadfaac2243f5fcebf14b29d6cd70fe726dd","transaction_count":0,"txlist_hash":"c135cf2f1a40138571869fa990971bce8ccbbcb4d0c6f8e7c83d00312c28fa15"}',0,'BLOCK_PARSED',NULL,'9910fd89515cbe6ec4d2ae9dd793eedc3694bc8c55f8ee5e39f35c365984cb7c'); +INSERT INTO messages VALUES(1526,310595,'insert','blocks','{"block_hash":"0402e45e9adfbb711dcc3a959e07fb2b15082cd724943cb323892cd3a5ac9d66","block_index":310595,"block_time":310595000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'359ee59884afaa5cef64383e57f3e425b7f541c0c86e1afbf7147901f2fb30e0'); +INSERT INTO messages VALUES(1527,310595,'parse','blocks','{"block_index":310595,"ledger_hash":"2302d8d72feeaf0eeb4693c05553e0818f43271a71a1da4c45541eef07cc34d0","messages_hash":"d989b4d8a1d51b1008ed5668faf66ee8658a4839d0af3a0039fca723de00f8b6","transaction_count":0,"txlist_hash":"4aa5f377f2d569d0a895b9dcd719bfc4ecc2c36bda446979b60c85e0f1f77b87"}',0,'BLOCK_PARSED',NULL,'4e659f0892d7720a012cef9b192d93ebb90ebcebaa504fc15abc4df851be96cc'); +INSERT INTO messages VALUES(1528,310596,'insert','blocks','{"block_hash":"1dd4393d2ce505ecff715945e55c1bac040fae5758202c1bdd9c8f67c4d3f688","block_index":310596,"block_time":310596000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d25767be5354d37a0b91bf05cd09f9d19f6df23f8d4d927789aaced711abedc1'); +INSERT INTO messages VALUES(1529,310596,'parse','blocks','{"block_index":310596,"ledger_hash":"c4e462ed82d9877f4c1daa4e066357d8c8f7a50b05b22eb3b4290b739864d644","messages_hash":"ec955bfc43292b8e877fe233658b6edd63c52329706ea2cbc0ca2f40c61af128","transaction_count":0,"txlist_hash":"2631c246a6b2fe1b242f91eae2fa24271b2766d239fd0e6eb70a4658d2d33566"}',0,'BLOCK_PARSED',NULL,'ddca99ec4975606117729c29869e31a9a1de079a626cf9942d3888e912a68e71'); +INSERT INTO messages VALUES(1530,310597,'insert','blocks','{"block_hash":"490dd65dd932906cc5da68c8b37dcd2827a261db1f32c622aa33ceb6000a79dd","block_index":310597,"block_time":310597000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e57af2ccc7e1a9599755debde3c53d234c203caa1ad2a0bb660fb6685ccbdf96'); +INSERT INTO messages VALUES(1531,310597,'parse','blocks','{"block_index":310597,"ledger_hash":"ac154246a879f370f6bb044735f128b4085b3b9e17ac71a4e0deaa60f8d93619","messages_hash":"a8416371358fd3854d15c4cc30af6338c4fba7ef000334ee24c4344337e17772","transaction_count":0,"txlist_hash":"c8b03ce3549dd2239ecccc63044c37e9646f4a8d62ec0caae79725110c7ab13a"}',0,'BLOCK_PARSED',NULL,'2b83a1d96c0fc8985e0ef390d6e9251391976d1b99ad098ad9cc7bd72d3c8328'); +INSERT INTO messages VALUES(1532,310598,'insert','blocks','{"block_hash":"8265b2da5687b7848f740cbbffabc564923b47242e3d64bd058724969323f44a","block_index":310598,"block_time":310598000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'85968fc4b8005689819d16580cb964fdc4b4dabc38d246d378926b4ce8330273'); +INSERT INTO messages VALUES(1533,310598,'parse','blocks','{"block_index":310598,"ledger_hash":"631805dc233444a9f0824dd5fe2bc291e537311db5f538a92dda1ab85d5bb170","messages_hash":"96fcd2d1b47bdb4dbecd2c4e98c47f2affde08383acf40da562843a2689b7590","transaction_count":0,"txlist_hash":"127d5b82573477ddb4b019b3bfbd7472fc721937b97af44274c4df0143f548c2"}',0,'BLOCK_PARSED',NULL,'35aa62ae9b180c003724753a40d2a2ad685e2cce145b2291f2dc0cbd82b193c3'); +INSERT INTO messages VALUES(1534,310599,'insert','blocks','{"block_hash":"71c5bf880161d3c13b2fb887d3d034ffd62ce1962ad91036b75241025baedeb8","block_index":310599,"block_time":310599000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5fa3292192b8fa44762c4b738605e7c0123df7a339ad3182b49ea76351212b0a'); +INSERT INTO messages VALUES(1535,310599,'parse','blocks','{"block_index":310599,"ledger_hash":"eca47010ad3e1301875c258ea960008901e80b2e131ffb47ddf83407e8b8c269","messages_hash":"ee138c8ddd772b8723a99078462be21d782370fe5c83eba78131f84401ad8d16","transaction_count":0,"txlist_hash":"ead7ed3e9ab625f9b5fa936eb455f0892c8c3269e6a4b7d1748865921e35cd28"}',0,'BLOCK_PARSED',NULL,'f620960ed7cd77ec7a73c1a6c42cbdf3a5b635e7d08fdd8e200fe7f05b3c955f'); +INSERT INTO messages VALUES(1536,310600,'insert','blocks','{"block_hash":"f91274374a64d9fabc3b57d401524d00c7559e7277760df594bd856380b7743a","block_index":310600,"block_time":310600000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'62c005ea5fad9b4452d70618c42a435765b1e2936bf74badd5b8ea4179d9595f'); +INSERT INTO messages VALUES(1537,310600,'parse','blocks','{"block_index":310600,"ledger_hash":"5dd3b16a0f3463c884efd3d7ae6838bf9694cb11fafad7db51e624454bbeb85f","messages_hash":"109492b58db04b0a8b89c66e8177a8199ebaae4a4b036e9232262179af82259f","transaction_count":0,"txlist_hash":"9bd05e0e41ea7bba1848fb3695c4e3f0ec5e91e4b04f39a71861055e2432e367"}',0,'BLOCK_PARSED',NULL,'4e5fb872d9b6ad4bc69d062d859f2d628514a16d9df46c33f07e2244beedad97'); +INSERT INTO messages VALUES(1538,310601,'insert','blocks','{"block_hash":"7fe9c0f4363e78dda78e932fedab2043c79dbff404e542d13913f3cfe98509cd","block_index":310601,"block_time":310601000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a789bed552b07969f526e3d4812e2e4014f03af120d4259b8a5d57e7a0d37bca'); +INSERT INTO messages VALUES(1539,310601,'parse','blocks','{"block_index":310601,"ledger_hash":"fb332eed5a4976c89d6547bde8f4291ee5ceb386f552e143b28be6987af89a6d","messages_hash":"b037f356d1ff5fa5502e0ad5994a7be2c47ab74507bc83222d885e844c197e30","transaction_count":0,"txlist_hash":"a37a1b3f2bea7eed49671390f4f3ef3d247f7b43ed729d907aca2a33b3b74708"}',0,'BLOCK_PARSED',NULL,'0c5cc5dec89f50dd945c0b175a682246b2bd92daf9ba3291b887cb554de63ec9'); +INSERT INTO messages VALUES(1540,310602,'insert','blocks','{"block_hash":"c7ef51e67a29cf83317e0ea235c1680749d256a9c0870e560560bd75de63efe2","block_index":310602,"block_time":310602000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'efa66916e889ed82c3f51daa39f40d5f9db6ee3ba345f976993c5e9ce425f588'); +INSERT INTO messages VALUES(1541,310602,'parse','blocks','{"block_index":310602,"ledger_hash":"a8b4513ffc113883baacc3863604cc44bf47bf12649e40b243732a42213b53fe","messages_hash":"ea8b47ad4a0290bd92d2c54a4fb57ff3cd9f22b44e0a04554e94fdd326a964e9","transaction_count":0,"txlist_hash":"70a2bf2a11e98425592b97a87db6c2a0ba3902fba27b0ac880d1c45e622a9935"}',0,'BLOCK_PARSED',NULL,'99ab5630a85c53535d7dd077cc84b18ae1c5ac7ed5d4bf1ea0550a77a7d799ab'); +INSERT INTO messages VALUES(1542,310603,'insert','blocks','{"block_hash":"44ae66cad2a5f9beff6f9164db3055de3c1e953a3d37a73fa650c013d16ef05c","block_index":310603,"block_time":310603000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ae4394f8ed78d23e2bbd18dee8bf8ee004b341837416e55b7c8b7d32a6a6fff5'); +INSERT INTO messages VALUES(1543,310603,'parse','blocks','{"block_index":310603,"ledger_hash":"cd4876367b6b48a9b3ffd6b7760bffeaad4a8adb642c0721d01e5e49472423f1","messages_hash":"28365604aa0ca677971bf7bc0fd0ff492d8d9b335af8b2b17389fc1163419c4b","transaction_count":0,"txlist_hash":"88651ad0329928c0f35fa1465d36242243236ee4b6bb65ed6eae2621c9b3de4d"}',0,'BLOCK_PARSED',NULL,'490b16b8327898c98f6cbd11499bf3c347f166ec3d908069d0c1a8a56fe9537d'); +INSERT INTO messages VALUES(1544,310604,'insert','blocks','{"block_hash":"36751b935b0c18b816f86d5a2ca16469a46ea41bf002abde994d15597ae9665f","block_index":310604,"block_time":310604000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'76fa970dc2f39507584812bbc1bb0bce7f758a7d9d46ffd5c16c2e3026e21770'); +INSERT INTO messages VALUES(1545,310604,'parse','blocks','{"block_index":310604,"ledger_hash":"362da131eac81f46723c8c6306e05c8cb7d6a07da011313243551e54a20d9551","messages_hash":"1fc584291f2975b4ea678fc4b6f53790e34e3b8dc5ccdc660bcd0680dfdde2b3","transaction_count":0,"txlist_hash":"0e405fe5f5cf90ac88266c8fbb1558530867edf712fd68d67703d91685a534a3"}',0,'BLOCK_PARSED',NULL,'7c2ae6664ffe35974106d6df1ec57123615d43ed7febe60d875b38344f43788f'); +INSERT INTO messages VALUES(1546,310605,'insert','blocks','{"block_hash":"ffa6edcb68ee2bcb93f121f0a1cb1012559f2e38752f45034b03deb8c8947aa9","block_index":310605,"block_time":310605000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b1fa9892a6bcc95c226b6a1799e034f0f08a161542d4ada0c9c069bd2f7c9247'); +INSERT INTO messages VALUES(1547,310605,'parse','blocks','{"block_index":310605,"ledger_hash":"e40aba981f793b1503e3391755c2b2d0a1242302ccca7a58ed2a7d56c38a395a","messages_hash":"29326efa054d7543b9a31d09850741d00e6cfcb5a7234e851e0360ee1fb5cd37","transaction_count":0,"txlist_hash":"c6202f3864835fc2a09ce734a7123dd0f4f0b12fc0be57343e6cb2c261956839"}',0,'BLOCK_PARSED',NULL,'e0281026cfe4b9aa27e791ef4b5c94d88549e5ee325a0d1a25b51f48258aa1d8'); +INSERT INTO messages VALUES(1548,310606,'insert','blocks','{"block_hash":"9f9e9673b0b0fcd2730c3fca4c241b6f506ac17f7768eb40ae1642614c4be93f","block_index":310606,"block_time":310606000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'064c7341328ef7963da93f6ce0db6ae4839408cdc12212526ed598485ce106b3'); +INSERT INTO messages VALUES(1549,310606,'parse','blocks','{"block_index":310606,"ledger_hash":"906702b423c95eff42ea235fbb74d36f104c5ec14bd693dc5ad1135650beb72b","messages_hash":"1a7218f7f919092189203fd9212a1b8c172944751da0a4a6f2e9677a53e2bc58","transaction_count":0,"txlist_hash":"67c2a801aee0640c1032d9e0ded829a73c8f2846e80cbc30ba3154906771544f"}',0,'BLOCK_PARSED',NULL,'e54105395a1ac7bbb6b2553853a68fb3e0e3b2cc2abecb9a1b5ca7f8a122b323'); +INSERT INTO messages VALUES(1550,310607,'insert','blocks','{"block_hash":"ea8eb241c2a5eefc21de5385132dee695fdd7a496679935c4de015a18c2a116d","block_index":310607,"block_time":310607000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e304137b690788887c8e5ff414c74efe2074d59874935ef156de5948f8d9e0ee'); +INSERT INTO messages VALUES(1551,310607,'parse','blocks','{"block_index":310607,"ledger_hash":"a95a60e30c067ae04133ee9c3ff1c8b0c18d6a97fc4c6d68c6e963e45d17e5bb","messages_hash":"2cd4b11576b8e2c7e3a885ff99874baba5ddcd3048aa82965bed0e4c046b2c28","transaction_count":0,"txlist_hash":"5a0f86f77b148971f403aabd94a3dbafba9d10f762bfabd775e162e98bd46550"}',0,'BLOCK_PARSED',NULL,'fceb712f40786a1abf308f878497dd7c5801901585084ba648d28cd2a99c50a7'); +INSERT INTO messages VALUES(1552,310608,'insert','blocks','{"block_hash":"ab7b08803f979b35074aee71ce1b0f68bf535632798ffb7c5c5483ef5a16f846","block_index":310608,"block_time":310608000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0c6300731907c2153e7f640b384190e44956f7692f159383cb8d2ca79121a631'); +INSERT INTO messages VALUES(1553,310608,'parse','blocks','{"block_index":310608,"ledger_hash":"0b831e03817cabbd685362e674df5bf350cd0e785e7cbbc34ac30de62b030947","messages_hash":"4ae399e1434c99223a15a0e8c16801fc8379b50a3ae0920259e03b39c9526559","transaction_count":0,"txlist_hash":"1ec8414b99d9fbb3c11d03c97c3ee178d2d8a4ec09ff3de41c1ce0faae349c1e"}',0,'BLOCK_PARSED',NULL,'33ab830218fe970a702918ca19bc5758fb7e886e01a524bfeefec6cc564cec0a'); +INSERT INTO messages VALUES(1554,310609,'insert','blocks','{"block_hash":"83dabb41813634b8dd95b45762989c7a77492fc2ae38b5d0d098fd3fe9946455","block_index":310609,"block_time":310609000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'489fa80d5090b369322fef81a7b9eb1d8b03199e2a5e8a9e5bc9d19956484490'); +INSERT INTO messages VALUES(1555,310609,'parse','blocks','{"block_index":310609,"ledger_hash":"f334802421429a373eb79907620f1ecdfbf87c136d4a6751885b6cc7d181617b","messages_hash":"8c4f040db1ec18daf3ec8ef8b7111040c0e2fd705f8fc9d8c1aa1b65187e34f6","transaction_count":0,"txlist_hash":"a53e89cfa1fcbb1b78fdcaa1d24bb9ba135ad8a93cc1959d347663033cebd156"}',0,'BLOCK_PARSED',NULL,'0264977b64863d314fb6a65781f3fa2b2aee3a003cf259810caa073d83ef34e6'); +INSERT INTO messages VALUES(1556,310610,'insert','blocks','{"block_hash":"f1372a9d1069265cafe8a06fd5ed5493d7b45f2c2588c0eebf8960c7fb53b7b9","block_index":310610,"block_time":310610000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d1d59b7184e7ddda6c1a10de4f437b86d708ed130167b7a8c8aec4737277ebed'); +INSERT INTO messages VALUES(1557,310610,'parse','blocks','{"block_index":310610,"ledger_hash":"89596e459bfe8b29cde3f1b20703fc60a9931ece4a1d485311799da35458fe37","messages_hash":"c52104ae60218b7a6a41212f6f63db925d7a3c6347a188ab44c127a1165a5cb2","transaction_count":0,"txlist_hash":"94551c032a87adc47cb40b3517976a137a728b4fc9404ba24e281db81589ccf3"}',0,'BLOCK_PARSED',NULL,'b10db13497ae08565774115deecf13efff667940444bf84c0b306934cecb81a0'); +INSERT INTO messages VALUES(1558,310611,'insert','blocks','{"block_hash":"6d88122546a07e75804a8c89225b63cdf5fa1a306b0eb720def88aa00d927d89","block_index":310611,"block_time":310611000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4962a1785c278c3d3b88c36b8d2dceab37c1d0ce27f73aee60be26e5226eb036'); +INSERT INTO messages VALUES(1559,310611,'parse','blocks','{"block_index":310611,"ledger_hash":"40eedb60df35837cfdfdbca01edd453b09e608959cd29ddb23705a5dcc72b174","messages_hash":"01c734c401136f2c4614f1c2485296d770bf31a966163fbfbde6088c805b5035","transaction_count":0,"txlist_hash":"fa5ad0dae26b4b8109ea5e9e84cce9fc72780a5ead7b48f2bf63c32a9393bb88"}',0,'BLOCK_PARSED',NULL,'14e30203322c6673dafcc3666906e3c4a9c983db363413bb85ec9733b00e426d'); +INSERT INTO messages VALUES(1560,310612,'insert','blocks','{"block_hash":"08df9f68813183cf897db14100b9d6399678437338edc8578dd4998420a3c0fd","block_index":310612,"block_time":310612000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e864f086d6415fdd19b90cc8733b75662e79bcbdfca282ea06e656120f9f3810'); +INSERT INTO messages VALUES(1561,310612,'parse','blocks','{"block_index":310612,"ledger_hash":"9f5d9d43831d8c6d64daa12c369883cd93a90a580a3ab51bfe64b06c0e8d1791","messages_hash":"cf282ea658b368c61ff80f317377bf663ce91f7aa8b24d130f823d73c68af640","transaction_count":0,"txlist_hash":"1d369ed9b03c1ab3237dbe1294317ee95ceffdb2d8e3c9bbbfe69541eeec30a4"}',0,'BLOCK_PARSED',NULL,'99fa12c330be0659c6701752a6000dc739f0f11a13b07d9d4d4e9805158bad66'); +INSERT INTO messages VALUES(1562,310613,'insert','blocks','{"block_hash":"c22021c5e4fd841a5f506df91ae88a4dd0b4edb5c98e6c5ab7ba9ddd8cd0cb53","block_index":310613,"block_time":310613000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53948234038e8c1bce709c3ec09e874fdd0850b3143bfcfb6fa4893d1a60c7bf'); +INSERT INTO messages VALUES(1563,310613,'parse','blocks','{"block_index":310613,"ledger_hash":"7e58bf9c1a4be983c308e86c7663e6f6d7ebcd3e16862cddf8a3568040bc1d7c","messages_hash":"47270c6f0e5946f46695497a0e1a6dca4ac5697843c1a68e36ce229372a3c72f","transaction_count":0,"txlist_hash":"eae680a9229a73a6a1cdd9628f74d4a51e4f9a89b202f16dcd5d649927bd1f88"}',0,'BLOCK_PARSED',NULL,'8e6fccee6fcaf22aadb35922c2db35d5044711c590cdec86611ae3f0aa26594b'); +INSERT INTO messages VALUES(1564,310614,'insert','blocks','{"block_hash":"e20f3fc33885662db862e5f1aa53044b4136e0097e7919f071a0f802c9f9436b","block_index":310614,"block_time":310614000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e91e756bf73343f0956e454d05c1a3fff33c103e80f13890ff6d7bdde096aed8'); +INSERT INTO messages VALUES(1565,310614,'parse','blocks','{"block_index":310614,"ledger_hash":"513d4716dc11daf78f1dddd834a8789fd9e2f424ad45488140043bae55bfc135","messages_hash":"7f48351a7c504ca3a3f2c14fa176c18549983711a8c88e1422d2e34631713a7c","transaction_count":0,"txlist_hash":"513e81b558286e5b61e9d028839c989e4653ea2f0fc5f4d3ee3687821950d916"}',0,'BLOCK_PARSED',NULL,'1aed1bda6d06044a60b9c6490c28c12751054407bbf806b783788b9806f3e44a'); +INSERT INTO messages VALUES(1566,310615,'insert','blocks','{"block_hash":"fd437e201cc2338bd936bc84f7baba6d100332926bee80f785f9f7bba722c5dc","block_index":310615,"block_time":310615000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'696dd0f8254fb46e8bd65bc334a7e5a9f5a5a460291786524aec5512edcb8b42'); +INSERT INTO messages VALUES(1567,310615,'parse','blocks','{"block_index":310615,"ledger_hash":"58d7bc8c4b87c4bd7b09ae1ff632f97356b75a16d982cdb980c38df353506df1","messages_hash":"914a37c4796b20f8cfbd65927ad6414b0ba483fb641123965f574629342fda45","transaction_count":0,"txlist_hash":"93253841426140b47ea7a8da501dd740345388b7e108fc173a2d17e5e1b434bf"}',0,'BLOCK_PARSED',NULL,'5d463c4109d5df284c1a723da4c99a948ee03ea6a7ed6fd39dd80a3a319a7d76'); +INSERT INTO messages VALUES(1568,310616,'insert','blocks','{"block_hash":"008b25e6dce1914cecb91055f1bf5d77bf0be6f98b89ff06bfa41c193a321d84","block_index":310616,"block_time":310616000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c5775ed3fac9cd8c3e5025722eca08ebc450ca54570e61623bac72bf252c056d'); +INSERT INTO messages VALUES(1569,310616,'parse','blocks','{"block_index":310616,"ledger_hash":"c414478432d3ee574e2bb6b63c261901c391de55d8f024929c289f6bbe017f6a","messages_hash":"169928f2b82cf2a6fea9f2fc3e1979fdba539dc21e3dd646f11c78fac9a47a9f","transaction_count":0,"txlist_hash":"bb8c4c6eb421ef6b2d10cf6ec17a4b480fb0c320d20533d97c231869ef5fe5c1"}',0,'BLOCK_PARSED',NULL,'89d6b982aeb4d434ec66d6ada9d8a1919394621e056e59fc23332653c5328bb4'); +INSERT INTO messages VALUES(1570,310617,'insert','blocks','{"block_hash":"cb54e04a81c8bce7eea1866cf83b3f3fc8d8332fbdb41b242cd0bc38ff243c29","block_index":310617,"block_time":310617000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6bea4a388163c5631a09e513d5ac5268a05c0c518362d35b1f060d60d8a95616'); +INSERT INTO messages VALUES(1571,310617,'parse','blocks','{"block_index":310617,"ledger_hash":"67693f9cc7a1ccb36accf65b49c7ff41a9a9da0493ba23ea5ad7fa47a12c0bc8","messages_hash":"d186d293fa62d80ca2a4f9b769431ca2b21627bfc0c038aa7d4058d735382cbf","transaction_count":0,"txlist_hash":"55c8045876c57180b266a02b3ed31042b4258b173c785827cd8129942dc622e2"}',0,'BLOCK_PARSED',NULL,'13c93010e1bcfb4491496a879335161c21707b8b3c6424af518aee19b5f3348e'); +INSERT INTO messages VALUES(1572,310618,'insert','blocks','{"block_hash":"f9bbaec16de49df3e5ae9af5949a283789c143078a31ed80dd1c22e35d9ff70b","block_index":310618,"block_time":310618000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'048ad81f5b540d79c0a191571d0c4760bed3be9a9d3caeb1e5e7eff7ccc99af6'); +INSERT INTO messages VALUES(1573,310618,'parse','blocks','{"block_index":310618,"ledger_hash":"133ed55f76172aa6eb01f1e357ccc1fe7b816d959ac21a970819439a3806267a","messages_hash":"7d2c2e7709f3180b3ff804a8034813b6a15eddc1a380ad653fbeb0c773630794","transaction_count":0,"txlist_hash":"0c564fd85af94c47abab11a9065e79569a74339216de023368e2df41ceda9547"}',0,'BLOCK_PARSED',NULL,'fa261dfbfd9165fbde5361190dbaf041242f2d70e1442cd8cfcdbfc90e2849f9'); +INSERT INTO messages VALUES(1574,310619,'insert','blocks','{"block_hash":"4c02eca877e9ed946d3b839c08717d48cfa08366f42f8bd9b84d60b20b34826d","block_index":310619,"block_time":310619000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f72a6c03fc02191847a01becce44176360569cb1f7040c0ccc5b756ab5d7ec05'); +INSERT INTO messages VALUES(1575,310619,'parse','blocks','{"block_index":310619,"ledger_hash":"a25b716daab93db3e3dd4721e9b7ac7176aa7735e61f5ed0e4572d443710907e","messages_hash":"c4593aaa580aa45845a2b253d730b887e031542f6dcc6079e29dd2f315696eb4","transaction_count":0,"txlist_hash":"eafddc5cb4164a09b4684c1a4761d282963e60c52cac7d2c54ddba5bd9b4f41e"}',0,'BLOCK_PARSED',NULL,'782ed34290530dafc2061f51dd385eaa6be4b3046b99bdcc92e733a8cc4dead3'); +INSERT INTO messages VALUES(1576,310620,'insert','blocks','{"block_hash":"98120d1d59fd5782e6aeaa785843b42351cc656f59ce10b76f7597202ab54519","block_index":310620,"block_time":310620000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ba74d40c6b1434101ee425a2366f6e85f8c20a63acb767f8d81b06bf87fbcaf8'); +INSERT INTO messages VALUES(1577,310620,'parse','blocks','{"block_index":310620,"ledger_hash":"b029d5f5114d86ed6ea9cbda595db6fcef3b5090a32138b3fc941205324f3909","messages_hash":"0eec183d9351cb1a1ce2e0499d0e6107ee7875da1889a8923894d8d1206f2dc3","transaction_count":0,"txlist_hash":"4b8e95a0eb1d5c8a03a81f89c37932eeffae66aaa16221990d4c793bdead7ece"}',0,'BLOCK_PARSED',NULL,'03a0addceae488171f1f539a12d38c7feb4bd7cb1d724053e7b3a3df677988c1'); +INSERT INTO messages VALUES(1578,310621,'insert','blocks','{"block_hash":"1f1a7124acef608c0effa6d985dee5fb44a42035d310c390512519dcc004cf11","block_index":310621,"block_time":310621000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c2e2ab0c215e4ea7baa5f683b6df8be168a220f7061588b9a1686277015ac8ec'); +INSERT INTO messages VALUES(1579,310621,'parse','blocks','{"block_index":310621,"ledger_hash":"8968441bf5fc191104a02c55d4ddb8af263868a218d95ce83cda4730f9c36b46","messages_hash":"36d6fccb452879485d24b2d37239af9f01f34629c77b921cf7f0a97b14062c23","transaction_count":0,"txlist_hash":"8ae9fe8eaaeffc4a8054d13f9d08224af9465335f7ff3c79beb22de9a1ee9bd9"}',0,'BLOCK_PARSED',NULL,'f144e1f11c5342202d54cf084d714c5541c36be52203e67adbcae3c9ca6910d9'); +INSERT INTO messages VALUES(1580,310622,'insert','blocks','{"block_hash":"3088fa55337f70b4b67b9ec09e4121f30df45211ce7fb248352437630298bc47","block_index":310622,"block_time":310622000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d96b43aa5002b43a3368fecb50d70f01824bdf30ee3685d1c1fc16d55484609f'); +INSERT INTO messages VALUES(1581,310622,'parse','blocks','{"block_index":310622,"ledger_hash":"3e766bef4f1951fbe512767ee1d549825cc02a0a209eb8aff5cfd4bed3e49432","messages_hash":"013467503c34b8d855fd9455cb30bb4da0b00ba7cf530883e51b220043d2794c","transaction_count":0,"txlist_hash":"ded66ea4520cbe7915c1f457a82e07756654c05fe5f3ed114f17c0ac735c1e1a"}',0,'BLOCK_PARSED',NULL,'e0a90d15eda8ae86e6de10d3ab45d5d4c233bd29555c2664f62f90376e839226'); +INSERT INTO messages VALUES(1582,310623,'insert','blocks','{"block_hash":"817efbc8f182833c8d19ef29a7b806d402f4fce3d76de1c099c3199b15520dad","block_index":310623,"block_time":310623000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2f0c98ac56a4cc660878e7b4a43067488b64c8737b413221544a058d189beb74'); +INSERT INTO messages VALUES(1583,310623,'parse','blocks','{"block_index":310623,"ledger_hash":"5efc1eb5e8d19664e3fce1b4c0ad29e0794c796460729e9e65cd9d72847b0066","messages_hash":"c214f11536fe6bee1a31d12bd976cf5c9316ca97273924437ca4c038ab84bde9","transaction_count":0,"txlist_hash":"8e42fbe6b54251a2878556a353c4ac3b78ddca4e44eaaac94826f4acc04064f6"}',0,'BLOCK_PARSED',NULL,'c8b139b6f69ee457b3b3ec0595a2fe4a3f3b5be1d897cf76356d396e7db5df40'); +INSERT INTO messages VALUES(1584,310624,'insert','blocks','{"block_hash":"3c0ee9ad535b3b4a202367fcf45861eddf7dda7021af3565863f3358666e3cf4","block_index":310624,"block_time":310624000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'baea3fadf9404fe56c2a6dc45aa536216d01e7e2885744c5a59119000eba80d1'); +INSERT INTO messages VALUES(1585,310624,'parse','blocks','{"block_index":310624,"ledger_hash":"b3c063eb8dbced5504c30f52e2202196d175304bad1c96869bbd56efbd83ea06","messages_hash":"60ec47583d69efb29a926512e1522064d23b2bf1f817f564c532b4785366b6a2","transaction_count":0,"txlist_hash":"9e8d094b076ed3b076e49dbfedc3a5db16463a8d2f61663d4b3adbd8979ef687"}',0,'BLOCK_PARSED',NULL,'61f249c298dde78fee19ec4a0bcd957b954d4a8911b24ea4f7b63ea3380d9844'); +INSERT INTO messages VALUES(1586,310625,'insert','blocks','{"block_hash":"bc28b31c2032623bb295cdf38d7b4ffcfd20d96c95301122d18463d54c6c11ba","block_index":310625,"block_time":310625000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f44b2d4987e94aec9c520c8ab3ae2a48054a381f5daeb039c0a962fc73e0f7b2'); +INSERT INTO messages VALUES(1587,310625,'parse','blocks','{"block_index":310625,"ledger_hash":"aa509684fd8cbc3a4eeb8c99e8fa5b05afce703cd23cd5b43c01365c4cf00400","messages_hash":"60c7e930cfa3b611970cedeb814b3e029ee942f803e5d48cb125a82aa6109f29","transaction_count":0,"txlist_hash":"282ea67f80dd590423f7fc36227fd1c6983ba4cda614b4e6db228cdfde588553"}',0,'BLOCK_PARSED',NULL,'661edcd2b353e7e7b68f09f3aae6bc72fcea4edc1b9dea8274b527649c123ba1'); +INSERT INTO messages VALUES(1588,310626,'insert','blocks','{"block_hash":"b6c172768d20d9c97cff56f083d61920e1ea39a93c7c09afff3767858eab950d","block_index":310626,"block_time":310626000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2db4e52ffdbd0ad98a122bae33f477f3032d4ffef60ccb51498ae37c93ea8591'); +INSERT INTO messages VALUES(1589,310626,'parse','blocks','{"block_index":310626,"ledger_hash":"8bafc8777d65f90204583cebb23ed864c27f831bd714253efdc170d62fe061f0","messages_hash":"fed8f61fde046f005c94deb7b036106223c6db2fb6ea2e2bda5a7bd4758baaf1","transaction_count":0,"txlist_hash":"e7d3df0f62f0766d260e7df2454c1b86bccc54f27187a8ac3585ac1c23c0100d"}',0,'BLOCK_PARSED',NULL,'3518bbd375725ad53827527124bde888645cd170080e4c4dcdf7490184ffd81b'); +INSERT INTO messages VALUES(1590,310627,'insert','blocks','{"block_hash":"828a91a4b44acfe311e116569ab6856dc528b52ded683df95d390bef4e6c115f","block_index":310627,"block_time":310627000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'12c4b24af3f6d514fd405ebd297b3189204b59a1740d543392cf40e2ef3c1eef'); +INSERT INTO messages VALUES(1591,310627,'parse','blocks','{"block_index":310627,"ledger_hash":"5cf7af02af3abc766acf2dfc6a37822e33d210acf5cea2c35bb1fe694cdea4dc","messages_hash":"d75d6a840d0a7523a82f56b990d1e80b861e3a1997b16f5e4d7b5f7c2939c4d5","transaction_count":0,"txlist_hash":"f8faf696dd98248891d9001e62637818cfe2ec5b343fdc8a04bc18c66fa44bbc"}',0,'BLOCK_PARSED',NULL,'472bf9404d7934019dc391360a44ce458badad8e07d8bc67a915cc2be92a4151'); +INSERT INTO messages VALUES(1592,310628,'insert','blocks','{"block_hash":"f319b382302b18f1bb20205e85c8f938bbf2c643101aa1db30985d36f707494e","block_index":310628,"block_time":310628000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'62ebfd64a8ae2e04c4d1e3d53d8b4f0a06df0441600b27f970ac0774d95a1a01'); +INSERT INTO messages VALUES(1593,310628,'parse','blocks','{"block_index":310628,"ledger_hash":"b3704073215d0e32e035779e0d0e077fd99a23de4050dea8484cb43658eb3fb9","messages_hash":"e179f43d675416c87dde5bddbf535298b7375eadf8439d66b7a5834bf50cad6a","transaction_count":0,"txlist_hash":"3020cf21275bf32ad7a3b613db834b17979793121e913883dd513d26d6b3822a"}',0,'BLOCK_PARSED',NULL,'7892c9f3692daeccee9a48dc7ff99fa947dcc88bcbc641259b2939e0945921b7'); +INSERT INTO messages VALUES(1594,310629,'insert','blocks','{"block_hash":"254b0cb0f311451dff00741a8a1d083190d1bb2300029219c26fae1e37ef3a20","block_index":310629,"block_time":310629000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9630f662d0d658740bb1c4f6cbc7a7bad4cde1ea7da6342878edcfe96c57ef48'); +INSERT INTO messages VALUES(1595,310629,'parse','blocks','{"block_index":310629,"ledger_hash":"a155e8f4eca376cc719ea74085eed29ed01add2898d95811ce07030dbb7f5820","messages_hash":"139cb663c01d19b23f50a8b30904a148a0de62e59b8cf2e6dd03d18baf3a3589","transaction_count":0,"txlist_hash":"192d9b4da6656742ff99f7936adaa2ae7c0d082596628eaee8f2901c60df8043"}',0,'BLOCK_PARSED',NULL,'94b4da1c5e15a81a52c9f49762ede8ae89d1dd1fd77c5b095643081cf8c7f784'); +INSERT INTO messages VALUES(1596,310630,'insert','blocks','{"block_hash":"09122d8e8e5b1e1f6cb5a16b7f0149afb37aa0c9c6a04a9288198854b43b6fde","block_index":310630,"block_time":310630000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'356aeb664c3d6fe5c7223be63f2766477dff8b99f465c45b4c62dd6a39773ed0'); +INSERT INTO messages VALUES(1597,310630,'parse','blocks','{"block_index":310630,"ledger_hash":"33527430c585c0fa95572e0bb7d2b974bfc10f595309dcf23f0a9339ea952551","messages_hash":"046b8d21aeaa6117496fcd6cdba11b8dfe4bab8ab09f76e0b7c833cf35bbb48f","transaction_count":0,"txlist_hash":"ba748ad8648ff678ad994fe7c899d9f99e036c368f20d3ecaf2783c7450f5225"}',0,'BLOCK_PARSED',NULL,'5885bfb5e860f53c49d2fa76b3a1d46600dce56f352daf16d64741451a53c4e5'); +INSERT INTO messages VALUES(1598,310631,'insert','blocks','{"block_hash":"b13cf136f0c15602dacf7625e6edb4a66ef804084424c1a01e7c2a2a512619be","block_index":310631,"block_time":310631000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ce29e1f9e79db7ffbd66f0758454c89626d71d1727bab1a5842446b2ee831a93'); +INSERT INTO messages VALUES(1599,310631,'parse','blocks','{"block_index":310631,"ledger_hash":"d1850805c2ee4930156b2cc221f9d4b85fcf71b62b0d0c6a381b73737e4704a9","messages_hash":"a30ffaaaed70467c84c8cbbd50f2a04e8bbd7199aa4ae5c7c5fe7cbf3c5f24fe","transaction_count":0,"txlist_hash":"baf30bc34f11a9a4d6dad557d17fc7efa0857d8cf3a2b3aa804424d8779f263c"}',0,'BLOCK_PARSED',NULL,'fbbb979f7d39f12ff31c4cf63140c7aca86f3f3c41525ed90cb681c495031a31'); +INSERT INTO messages VALUES(1600,310632,'insert','blocks','{"block_hash":"79c10009cf92db94ffc72c6475c65116df5e13d1d31d15462bf6af255857cde1","block_index":310632,"block_time":310632000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1482584e8befecb50647571d71928456d16f518d88ace93c82095acc3f683cc9'); +INSERT INTO messages VALUES(1601,310632,'parse','blocks','{"block_index":310632,"ledger_hash":"949f9488260d0eb153c530e887be2f02fc7d6b03a9358c6fccf1b59e2e82d199","messages_hash":"ccf5367667ab17ab3a3e0d8381239454977bd8fd91222c8ea1f0045bf2c14f7f","transaction_count":0,"txlist_hash":"784d819d878855f2f9af59f331604ffd00ee0d7f12c284767ed03bd37136edf0"}',0,'BLOCK_PARSED',NULL,'c968e8459904610fb9c037cde424ea373a9f642938524bb3d4957c2a4a77410c'); +INSERT INTO messages VALUES(1602,310633,'insert','blocks','{"block_hash":"e0704c45ceb7db9ddbd7470f41978d6e413d586afc9dfbf8c7726f4ad8eb95f1","block_index":310633,"block_time":310633000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'822583d460d7b82ebb945cebbb1a8807fd91975360b6796a22e4a48d37a8e5d8'); +INSERT INTO messages VALUES(1603,310633,'parse','blocks','{"block_index":310633,"ledger_hash":"5f9fd66d524a17fdd0946a305cd48604619454f9396de8640cf86879bf7d2d77","messages_hash":"4f245b383f4a892ff81abe163a6be8eccc3f05ce648b1956d1f650e2aeefa6a9","transaction_count":0,"txlist_hash":"336cb5a8bd3ed5c5ae280077f54876828382ea03fd0ee32836b76065b88c0e3b"}',0,'BLOCK_PARSED',NULL,'29f0e5f81f14e0040e7f58c1460dfd8fa995547ac9978de6e3087012a053daef'); +INSERT INTO messages VALUES(1604,310634,'insert','blocks','{"block_hash":"c4c66e703e975a6dc90beec42a4fa8de7df296340b408159caf4e7a8193b48af","block_index":310634,"block_time":310634000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f6a4deba496b08050a6709db3c7a05daf81c5730e49022c3a22f098a3772598e'); +INSERT INTO messages VALUES(1605,310634,'parse','blocks','{"block_index":310634,"ledger_hash":"adf940df231bd5aa9bfe1bd319e50c721c5f51bfeacff1dff383d3f98a35a597","messages_hash":"0b92b8aa0f27616f86c9e831b715b34a74211529da158b7e8604886800a3629d","transaction_count":0,"txlist_hash":"729c0ea03dd8c1e4b390a34c9d8c52e898659c64a53e8df4bd245c453ccf1ea7"}',0,'BLOCK_PARSED',NULL,'97a5e7ec0aa2087ad3a9e8df4a09f3a9f0bc221ffff29dc426af64af0070df46'); +INSERT INTO messages VALUES(1606,310635,'insert','blocks','{"block_hash":"8c172e08259774a0d6cf10df2c807f635c37a1d8da2696f2c5dc0b228626004e","block_index":310635,"block_time":310635000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8be13133bbb61f303be9ea4d5b8896ac9af2627a623cc5d85635a8d5d8279e80'); +INSERT INTO messages VALUES(1607,310635,'parse','blocks','{"block_index":310635,"ledger_hash":"ce3c190bfe8851e48e8da6579bbb780e21fae30f66984986ce816496e77e20f2","messages_hash":"a825ee42152f9959c7a4c4e6563c78f0c2e687f98317191071412712ce94e458","transaction_count":0,"txlist_hash":"33291d8bb8c73e5520bcd71d751d5082ba15893670a498ed5f749775b1890b1b"}',0,'BLOCK_PARSED',NULL,'9fb3b986c4019367e4d8e6445d74b37ca235b1e1d3ed84c480251c46ec9b2918'); +INSERT INTO messages VALUES(1608,310636,'insert','blocks','{"block_hash":"ec48849cd07e997c0ce999c735ccb1439f4a2f59191913f0823a89802d02bc31","block_index":310636,"block_time":310636000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cd153fdbb3a1deb049647e44544d330ec15017d21d37a6ad8a9210bf4a4f90cf'); +INSERT INTO messages VALUES(1609,310636,'parse','blocks','{"block_index":310636,"ledger_hash":"839820c158ed8e7d25610cd24e18866f42733e051fdff2757974e98838d3e560","messages_hash":"6035ae3503f20045fd8b75bc62e428628c55c1c57089380a93052202f61e0d4e","transaction_count":0,"txlist_hash":"44eb4e935025547420d837c1e35e73ae83482c28d1ead366fc36aa868c171b5b"}',0,'BLOCK_PARSED',NULL,'a21b5c04f365a0bef9c91609b56fd44854bf21c20f40b6e8387cfe9adbf5cb4f'); +INSERT INTO messages VALUES(1610,310637,'insert','blocks','{"block_hash":"d38ce45ebe349abe87390200f781f8059bf95b76b82e5fc210f3fb2d47543336","block_index":310637,"block_time":310637000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'35de94e7ce5235822dec83bb7f062e8390c65cc65f2a763f76c1e214889af0d8'); +INSERT INTO messages VALUES(1611,310637,'parse','blocks','{"block_index":310637,"ledger_hash":"b48b6b85ba5bbd774f60e72f6d19eea4574faf141ac21e800cb3999239c96b10","messages_hash":"71510459c233fd04e4e2caf55a18c43d10eae0f301398c69747d630ba0842400","transaction_count":0,"txlist_hash":"48d88fa6bf59187229586abe5d680a817d11d241763505f0fb42cb8f63030739"}',0,'BLOCK_PARSED',NULL,'b5f5e9c010a08eeb7ec4725b0b81d2e4fb1e384b1726feeb078bced50edd1dcd'); +INSERT INTO messages VALUES(1612,310638,'insert','blocks','{"block_hash":"672a9e105a3845ad58c393548dcc662a80af17ef0884a4894023f4685302577b","block_index":310638,"block_time":310638000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a1b6dfd9958d0bb676bda13886cdfe7b76e41246d97c23ce3f70ada0bff478ed'); +INSERT INTO messages VALUES(1613,310638,'parse','blocks','{"block_index":310638,"ledger_hash":"197afb66e0cb0f944caf56e787e2c4d8105ba705fe91fa66ba5e9aff508777fb","messages_hash":"de10bf35ff74af31972537bbb41f0716f464480280a99474a43f3174256b6437","transaction_count":0,"txlist_hash":"c7b055980745ae78a372e9be8d4bef37efce24215805059485b147213f905f9a"}',0,'BLOCK_PARSED',NULL,'e0b7dff342df5678e51e9d5a5e86e6f61ae30af448237e058a6167af09ebc96d'); +INSERT INTO messages VALUES(1614,310639,'insert','blocks','{"block_hash":"d9f5ba015ed8b2eac57c5cca45f9dc1ab54f56632c3a256220c352710d417f1b","block_index":310639,"block_time":310639000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'30b5c20eacb848d3e9aef02ff48a66b119fdcd8baa376bc8f7e9fd114d464ff2'); +INSERT INTO messages VALUES(1615,310639,'parse','blocks','{"block_index":310639,"ledger_hash":"ebb88b2be4f8bbcb413bcd442476d2ca097e3ecdcf20d84f96b9c81dcab30283","messages_hash":"6c0a795ddcf01f7b3b31f79004c03f7074f91cd797ce73e57f77bc34d82fefc1","transaction_count":0,"txlist_hash":"83d0692b86d6427e06478c3a79a1ec7195ded78cf5310b625fe601a25993cd33"}',0,'BLOCK_PARSED',NULL,'422be5243419b8cff88456f531cec3783039924677b705fb546208670994a19c'); +INSERT INTO messages VALUES(1616,310640,'insert','blocks','{"block_hash":"474facfd45196931f0bdcf43ed1bc8a7ea14da7e67996a4cc6dc2d6e2b64af59","block_index":310640,"block_time":310640000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'851c1f46874580923fe8485374a3fba405b4e07c47afc203f6e0f5710e7eb6e8'); +INSERT INTO messages VALUES(1617,310640,'parse','blocks','{"block_index":310640,"ledger_hash":"81a94a73088e79d45e25d4acf846edd95e7279a709691a45b192e15099caac87","messages_hash":"03e8f85a0abedee7df7be0f0bf6dc89d09c0370e60dfdfb97b50931fcf5f330b","transaction_count":0,"txlist_hash":"377c0dcfdb729120b4785905e8d7d162f2ec7e0aeb33b4cd49392fcaa5855a6c"}',0,'BLOCK_PARSED',NULL,'ea82a761fcc3799787f78b2a6b6d09523fdeb60b652a969137f422c5e5ec21d3'); +INSERT INTO messages VALUES(1618,310641,'insert','blocks','{"block_hash":"02d51592ca3541de38547d4b744cef9c480551456c7cae745ebb9d55d754096b","block_index":310641,"block_time":310641000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a355346c7530453f6b0981f0ffef95b701c9c08380836c8fb86f243f38b4bb45'); +INSERT INTO messages VALUES(1619,310641,'parse','blocks','{"block_index":310641,"ledger_hash":"3786e5b81e69799e83358738901df2b1f29761f280bd3e22043859505d0cb307","messages_hash":"2316fb7800dc1a92d17a36ac5c1d26eecca5e89a024faa0f7bee8b56e4a9967d","transaction_count":0,"txlist_hash":"c69c905478e8003579ee660d16f44c3deb881910a9297f6f15ef7482f0fbfe34"}',0,'BLOCK_PARSED',NULL,'e46832d96e355e791edda43679e69271542ad46fb8ba5905c1e29feb15478563'); +INSERT INTO messages VALUES(1620,310642,'insert','blocks','{"block_hash":"cb6395d551dceafae515cfa3081473654eb0ee78b79242f6f1d6e5192c116ecd","block_index":310642,"block_time":310642000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bb6cc2a7ecc50bc6c388df1e5d571c7a07823172839d5f3776ed4075ca9c78d5'); +INSERT INTO messages VALUES(1621,310642,'parse','blocks','{"block_index":310642,"ledger_hash":"862d57281c9e5c582415ed90c59e1bede73f2269b34c8229a125f2fced904803","messages_hash":"d3193669324127331c6497261b44dd51f6a423c04beff194d099dd7486f7a129","transaction_count":0,"txlist_hash":"523695cd84d888fc17317f65f8615a0d3058dc0784947439fc4ac61409eff745"}',0,'BLOCK_PARSED',NULL,'37f922094e812b83dec8c4f2a9aea451d6f917f052c05776acfadc98ed21a790'); +INSERT INTO messages VALUES(1622,310643,'insert','blocks','{"block_hash":"b44200d5717e8bafb56daaba83f0b64c24b122aa18d3035cdb1cbab7c473182b","block_index":310643,"block_time":310643000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3fd4d6bf11672e3c879e462c642ba13d083577da12a6ee62e62d984478fab750'); +INSERT INTO messages VALUES(1623,310643,'parse','blocks','{"block_index":310643,"ledger_hash":"90897469d2cd68409d7df8955b06554425e04908648ab6e1a9f2c1dad6916ba5","messages_hash":"fd3756a439ba234b43857d369ac9bcb87edbfebd8e00ccee3be2aaa0912e4aff","transaction_count":0,"txlist_hash":"375eebb9de1d6ad3f33bc245e06f4da387a8405df9f50dfe49e13121c9b8569a"}',0,'BLOCK_PARSED',NULL,'5890cfc6fc7967797c6821d47762b4c66bbc88e41b2ebeaaeffcc297ecb42dc7'); +INSERT INTO messages VALUES(1624,310644,'insert','blocks','{"block_hash":"f72c01f09a2f76629efa4f7244703a82e82bda4e9aa4f032025e84a86788c672","block_index":310644,"block_time":310644000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5b8810e8431ddc25da574e5c2b9d3430a9cb6a4b2c007d5e25266deb52bf3eb5'); +INSERT INTO messages VALUES(1625,310644,'parse','blocks','{"block_index":310644,"ledger_hash":"3f6ba00e35d202010ae7f8f47b41c946947ef1f0cf33473c50094d1d94d2d520","messages_hash":"9922c475c3fa7049bd564b14c0ed3e3bf7617c73412f0a0ba38cd72f9a78b4dc","transaction_count":0,"txlist_hash":"8316cc4ea95fc964d90c855e8bad5520f3653458a5d56a3b1b7bd6a2e7918637"}',0,'BLOCK_PARSED',NULL,'765ee55c144c70d35071a7a60d277c33883e2f999d62dec228c4e6adfd00e3fd'); +INSERT INTO messages VALUES(1626,310645,'insert','blocks','{"block_hash":"f2a2ff3c7036d5a66de602a075aab3343bd9f6027215a79d451967773bfa29a3","block_index":310645,"block_time":310645000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dc302593bd2ef7c99c5827c906babd2b7df98dc2249a57b3e07cbdb8ddb00501'); +INSERT INTO messages VALUES(1627,310645,'parse','blocks','{"block_index":310645,"ledger_hash":"bba5ebae60128717a5e4cd5664ece1b6b4b10c968083de4b30e2bef7d7b7ec38","messages_hash":"f1de5e47191a9972964db6c4b2db1c68db14c55fdc68c6674d7c1b4e5bede2ac","transaction_count":0,"txlist_hash":"ac44459424af5c9fee3ee32a7c29d5c5dc02512a3b0adb9684015d965981244e"}',0,'BLOCK_PARSED',NULL,'6180a61a59afdf67e2b5f0179732b5cca9765add585fc0b77ce79fc0c531d639'); +INSERT INTO messages VALUES(1628,310646,'insert','blocks','{"block_hash":"839ef2ee85d2edc27b4257e50c667b3d0ebb254ada269d6f9bb07e076eb0d494","block_index":310646,"block_time":310646000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'38c8e84366c20c34a1e908a284be17cd896bda788e235d0a57a98fd37f4cf471'); +INSERT INTO messages VALUES(1629,310646,'parse','blocks','{"block_index":310646,"ledger_hash":"3898b4aa5b814957875d3e836799dcfb9e0b1ae5bff288903382d24c01d4fcc4","messages_hash":"46ccf9b42bfc731b4e045e4ece9ceb46797bdedaedea24d2277555460c8c81d0","transaction_count":0,"txlist_hash":"b9d6b6e573e7f3cbbd8d1ba891472e015f610f588a2d90aef7e06722e0c59b92"}',0,'BLOCK_PARSED',NULL,'a01293853d0740744e4c08e9484916bfd325deedb9b6e8e86ddc65b41fbce8f6'); +INSERT INTO messages VALUES(1630,310647,'insert','blocks','{"block_hash":"8c3fc73a2be40301b82885028a4058923a5849d86cdd0bcf101e615965f0b86d","block_index":310647,"block_time":310647000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b5f09b585c776c4f9f1713d1c4c2e37934243ae2d8d4d74262017314ccc8dcae'); +INSERT INTO messages VALUES(1631,310647,'parse','blocks','{"block_index":310647,"ledger_hash":"9def4a11aabb6fb013cc2c109d0c622195e5fce6a33e1961a1b1fbe9a3e407ea","messages_hash":"219772e7ad34f1679f910ccf8cef3c52e9d2d9dacc9840faae04e9346e42ffbd","transaction_count":0,"txlist_hash":"7ffecebf1c3725e8a597546dc62333ae78972711cac0ecf681fe6a1e2c99cf8f"}',0,'BLOCK_PARSED',NULL,'2c68bd6981086e18467d3e77805c6e77ea8589b40cbdaea55bad766895669875'); +INSERT INTO messages VALUES(1632,310648,'insert','blocks','{"block_hash":"8b4b7bd45340942fff7a74b02e2d77f59943a5855e79566ac8f6053b0cf4e14f","block_index":310648,"block_time":310648000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a74637f86fd7dc500f99df1cdc8f04a0439512f9d84239c525db722805c18378'); +INSERT INTO messages VALUES(1633,310648,'parse','blocks','{"block_index":310648,"ledger_hash":"1183052b48c2f59100f40aa66c569d920b0f133884fc7d9f18cb6eb5c4d18276","messages_hash":"221b8db8f5c739a02e13d10ba8e18669be064c339b6fbacdf73f21f6ad37719a","transaction_count":0,"txlist_hash":"95bc6d1209c17532b9768140d3211e1698090d1ce5586f018a2f5b509f10a317"}',0,'BLOCK_PARSED',NULL,'09310edbbbb0f33cc528062cb037320553ec542178cc142822933f325ff846dd'); +INSERT INTO messages VALUES(1634,310649,'insert','blocks','{"block_hash":"6a5587f8dbe5daf750e6af8ce8d13747c2354e4a83073aeb31eda11e0d5490fb","block_index":310649,"block_time":310649000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d0cf33708046b4059e595b3bb26cc8a695ee8179972150663ae2826b272c3b1c'); +INSERT INTO messages VALUES(1635,310649,'parse','blocks','{"block_index":310649,"ledger_hash":"8a93366db8cb11533d2c398be0b14bcdea035c3e4bb6e3cc8a69081868b129e4","messages_hash":"624019463e0cd03fbe141df16d367e3c28e40b06b6f9ab91e688aa35959cb1cb","transaction_count":0,"txlist_hash":"096c62d915d0ec9428b5d48a978a1cc67da03239d6da0aaec0a6b7557b219459"}',0,'BLOCK_PARSED',NULL,'9bda671028a92bfbf85a30651b0aae2a736b7e793c235aadd5c8c8c605e5528e'); +INSERT INTO messages VALUES(1636,310650,'insert','blocks','{"block_hash":"630772e16127da5b34945d5d2fe6a95a7e0addda3f7ed03aaca0d63526957ac0","block_index":310650,"block_time":310650000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2debdeeb8fcd62529c1a263c2fa153414055c336f35e27d10fd7702e3f246695'); +INSERT INTO messages VALUES(1637,310650,'parse','blocks','{"block_index":310650,"ledger_hash":"58d1477b14b8a8d6ba1a57a11a6dad49bcac38a735fee3ae63734a798e268501","messages_hash":"56abf26babd8d32474c14b9b750c3a1896ae86366dc4453b80044168b8aac7a5","transaction_count":0,"txlist_hash":"78a0b7fcedd7376767a16bd15f7f0e401334da67c68220835d74ebf44d2fcf94"}',0,'BLOCK_PARSED',NULL,'28435bd9630b45c54ca99450a176c0a7740213533514fa0fde3c6b1c2dee9bde'); +INSERT INTO messages VALUES(1638,310651,'insert','blocks','{"block_hash":"abb2d29793c975ba98b914638ffec5642e03424b64c8c949529392de66eaad22","block_index":310651,"block_time":310651000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9ebe56cc149d7814cea465e64bae7ad1ac10a0d883169ac98b4e8705296c3fe5'); +INSERT INTO messages VALUES(1639,310651,'parse','blocks','{"block_index":310651,"ledger_hash":"1051d8bbf724ac541c568100e0b1bedfa56f1b87cc64088fe036deae9e31307e","messages_hash":"6cca5fc6c871c69956f25cb23d3728035acb77b081b171a64f8931a04f6d9af2","transaction_count":0,"txlist_hash":"0ecb4c04fde7e1e6cfee92ffcf153d59264ae1eb639da59d851f4fe4912eff01"}',0,'BLOCK_PARSED',NULL,'746104d41231b25182a4919b769498096e93067a7b7952e59d977b6f6b59d050'); +INSERT INTO messages VALUES(1640,310652,'insert','blocks','{"block_hash":"5be0bb5cf3210dbdb37899c13ada53194619fdb844a06788f47cea6ff3f51cb6","block_index":310652,"block_time":310652000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ebd5a3ee651ea7d35d6ec3d53b3cd7c7a846fa6ef2c3834b154b7e0d88069ec7'); +INSERT INTO messages VALUES(1641,310652,'parse','blocks','{"block_index":310652,"ledger_hash":"d90b15f5d813d14ef759a9808829e51396d34f79f0214bdc2a19ffdb14bd95f5","messages_hash":"8a73d20a0084418acf57e929df648bc7528ffd5760fe159fa3e40e03b5eaed95","transaction_count":0,"txlist_hash":"558c5578ea08ddf8018057ef980dc33c1af6bbfb5493d354ec1c5fe7b0c08b22"}',0,'BLOCK_PARSED',NULL,'49dce5738034aaf4777a4d4dd31f6b38ce17e6e66a881adfb9121ca94f7c04c9'); +INSERT INTO messages VALUES(1642,310653,'insert','blocks','{"block_hash":"149b18c77b473184140e2c0a5e890da6beb9d29bfba1e229840836d6a6734bd0","block_index":310653,"block_time":310653000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e9c071fc522675d22898287b0292227c67c50f31445c91891817ecc174f267f2'); +INSERT INTO messages VALUES(1643,310653,'parse','blocks','{"block_index":310653,"ledger_hash":"4db953e1e6c0858210753a482bab6d4bbf91ed636d8f5b2d61c927dcce53a430","messages_hash":"98ae74a9fc4c4c17d3724750e2dde6c51ccce0208940342619454474835a00c4","transaction_count":0,"txlist_hash":"367164f35cc7236a8610d1d31f5b87eeaa9f78c2eeb5b0cb23d49aab25c363c7"}',0,'BLOCK_PARSED',NULL,'97768edcf222df50f5aead951abb07664ef9e5d65067e5118ed9704ba94a114c'); +INSERT INTO messages VALUES(1644,310654,'insert','blocks','{"block_hash":"829af363584fee40e5e59ce6bcb5c5ceef386d56a7fa1fc8e5f2b26a1c546569","block_index":310654,"block_time":310654000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'736473a4d12722e889723fb3ea9264ac91cff334e52d87630aa2d64882115148'); +INSERT INTO messages VALUES(1645,310654,'parse','blocks','{"block_index":310654,"ledger_hash":"058aa66231eea7e3f209c95c6d8f12f5bb8fd4ef4fe9a0ec923024d862010016","messages_hash":"ab8a8b1d957a127f045b344172d7059c3753bc6bc01591aac6af673c1648a8f1","transaction_count":0,"txlist_hash":"61fe2ca0cee8d3d8bcf18cdf8719ce6ee49e7de0e81c50d2b983b4690627344e"}',0,'BLOCK_PARSED',NULL,'8735ae0911e5b11b0021df8d8d49ca516be4f9f6b8cafa579aae9c2b0553a7cc'); +INSERT INTO messages VALUES(1646,310655,'insert','blocks','{"block_hash":"c0c926058eaf668c26bcb906b00085046ee3a492e66078a2fb04af6712139e55","block_index":310655,"block_time":310655000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad6b6ed5e433618b3ffa82d0d7f026cd8cbff424464284c159d04084694f4d4f'); +INSERT INTO messages VALUES(1647,310655,'parse','blocks','{"block_index":310655,"ledger_hash":"39b1bb50c2ad9e506086d8fe125d2af70db9d5c4ada27372ab50a4200020efbd","messages_hash":"996265c039f18ce0b1a9a4c9a0af52934f257987fb147aabf4caa1b4de7e7852","transaction_count":0,"txlist_hash":"899d414e0bab975e1560528758a66335415ad6225b8a12480b0da9be5c7bb3ce"}',0,'BLOCK_PARSED',NULL,'b18b8e33136f5087067a8b26598d5d93b255ab411a58613179e6e63014e83b91'); +INSERT INTO messages VALUES(1648,310656,'insert','blocks','{"block_hash":"5d4c1fc1c92272963ac4b686279ea88fa683be164414c74c87890407001c394b","block_index":310656,"block_time":310656000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'76924e7cd3c386f51a49d934fc4a84efff9f165dfdcf1fd84b2fb7a49f9b47e2'); +INSERT INTO messages VALUES(1649,310656,'parse','blocks','{"block_index":310656,"ledger_hash":"8f636aed41e220a8a66318ab6ddcb6eb9d31e96d92c5b21f4732b859e5d43eea","messages_hash":"e6a63d01bb1bdab7a6aba88c33c0f3b9675c62c4fae2bcd85d0a62aa5dc6b133","transaction_count":0,"txlist_hash":"3fd51b4d865809b8b6237c39f21e9e4651e20a636892129d1b72909f58b4ee70"}',0,'BLOCK_PARSED',NULL,'9d5f58c4fe15cc05bcf9b94316976ac110fedf76b1cc277981adb2eb0f7b6267'); +INSERT INTO messages VALUES(1650,310657,'insert','blocks','{"block_hash":"e8d3bd7181ac043c3086f9743d212dafb71a65adfddd813ca8b973158a3fcd26","block_index":310657,"block_time":310657000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'504b20a5512ab4455e2f973f89e5b028b7af501ae56352faaf5edd71365da570'); +INSERT INTO messages VALUES(1651,310657,'parse','blocks','{"block_index":310657,"ledger_hash":"777074642c80dd30819f727d2a99578174c852be298c497522b7e1a48647ed66","messages_hash":"226be84b440d86af6a460f34d47d3f30343770f62796b4fc108a4e96a9ae1868","transaction_count":0,"txlist_hash":"59b1a93d2c276aa2a9fb25174470245bb0fcc8aef1209d043aa71c4141e015dd"}',0,'BLOCK_PARSED',NULL,'382be659b201812643a1ebcefb6a1a1e38e386cea6eceffda8efa704b4e26709'); +INSERT INTO messages VALUES(1652,310658,'insert','blocks','{"block_hash":"579c711806538368d38e9337a1459885e9fba0ff1cd335d6bb77ce125bd4f501","block_index":310658,"block_time":310658000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b48d0a997b1ea0eb12bf699cb2302301e4977e4fa430e815a6f1f0aa1be0823b'); +INSERT INTO messages VALUES(1653,310658,'parse','blocks','{"block_index":310658,"ledger_hash":"7082abe1733f1d02b90e23496c5e5921c8bffd5270b675e452ffdb09b44fcd0f","messages_hash":"81ad4ffc91ace659132d98f96cc1013c75b51a1baaed33596665390350ec0219","transaction_count":0,"txlist_hash":"22f35d42b727ed7dca71245760d8c325b92947818a65e7dc94c71c43fde850b6"}',0,'BLOCK_PARSED',NULL,'fdbd513684f08ca46846b049a4f92c959c78e24d410d2d19b42b9e6d30c64958'); +INSERT INTO messages VALUES(1654,310659,'insert','blocks','{"block_hash":"e2916f0a41778f5954dca70fe4a11caa7e06e14fd1f0add437278559bc5fca5f","block_index":310659,"block_time":310659000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7c7fe4f70e44926f3c6bd6cd913460a40cd41d018e1da10a5e28c689ec73694b'); +INSERT INTO messages VALUES(1655,310659,'parse','blocks','{"block_index":310659,"ledger_hash":"9a286b4d7655e39f48df7466b631a1f82d17a21a7c1e0ad1ce55684d61cb3d13","messages_hash":"3f719eafee1322847e89fc796e88caae09dae05c148627c4de0d25bea7c0e4cf","transaction_count":0,"txlist_hash":"47e9f0d0740cb63fc960bf6fd57f31cdd74334bc5dd5ac4eb385a0ace97bd595"}',0,'BLOCK_PARSED',NULL,'efaaafe6b2fdd7db1c97a98fcf28104aef3cb7172d6fc2d15b6ac963406591e6'); +INSERT INTO messages VALUES(1656,310660,'insert','blocks','{"block_hash":"d09a066cc0cd3672576b8e02733dbb32ddc2ec35d07104edb1c56ba9f2b85c7d","block_index":310660,"block_time":310660000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ea27997dd7b561fc976fbc3a58da4ce87c843d84e491cfa3c63467bb3c90625e'); +INSERT INTO messages VALUES(1657,310660,'parse','blocks','{"block_index":310660,"ledger_hash":"7cf8fa2acf1abd4a6cd4356203d2568f702256fdc0ee3bd0d902bb7548f8faf5","messages_hash":"059d6f90c4c318f17614164e6269797e2fb1c355c9b48c41dcc38786e8d29de7","transaction_count":0,"txlist_hash":"2c57e4b9e588f456403671a14301777ebf67aa6bf25146f9d2d777e137921959"}',0,'BLOCK_PARSED',NULL,'bb9955365fda299d3fc946b3e5f0b85521ae63ed9d38243bcf8dc8c5ac8a0fe3'); +INSERT INTO messages VALUES(1658,310661,'insert','blocks','{"block_hash":"badefa122129d97ce33ff699b6c63f854cc2ac11e02fde9fa589621d1201ee89","block_index":310661,"block_time":310661000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c8fee6521adfac01c14f779e46961c877ce2ba731ee6b8f55f67d75e90df7d28'); +INSERT INTO messages VALUES(1659,310661,'parse','blocks','{"block_index":310661,"ledger_hash":"d1505431d0ddf29dc014fae7852637b9c743ff04b56ba76cfdf019c534102c05","messages_hash":"19e131947a4daccbf6deb026e0c756782ab16df79b8b0d70c1b7c29059c3f167","transaction_count":0,"txlist_hash":"94a1421fb280c915cd06737459cb6bb27e590c0fd0c31e29262451ca402b12fc"}',0,'BLOCK_PARSED',NULL,'cf2c195d8b37b364170b00f8f442eb49c5c03d29a2681fdb2af05a9ce7b50338'); +INSERT INTO messages VALUES(1660,310662,'insert','blocks','{"block_hash":"952fd50a82984ca0b86bd2603400525f8658e33b0aff521cbdc0343e0de2c3fb","block_index":310662,"block_time":310662000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e1959c6f29ea8560952f085c8ac4f2f2c673cec9c550d9d9c3c1f4f2054ce12a'); +INSERT INTO messages VALUES(1661,310662,'parse','blocks','{"block_index":310662,"ledger_hash":"2729d117d0516bb98ab9887375251628593ee2295f1016f4459d5955cf407582","messages_hash":"09cf04c42510ad0c21cfccc3729b2839c7c62ecce40bf28ae19694d41822b692","transaction_count":0,"txlist_hash":"83e8090e7b91f2f29549cd15a81ad4dc417079124db1d5635c20a82496c53e3a"}',0,'BLOCK_PARSED',NULL,'98e2d71b5e861ab3d159a6aac6cbb445e4b4abb4a914960820285f0944adf248'); +INSERT INTO messages VALUES(1662,310663,'insert','blocks','{"block_hash":"7625249e17d88bd2a50e81ae7ffce70b7ee4f712eee316fc67afe1c47c4a4028","block_index":310663,"block_time":310663000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'98dcf049a7baae8d1f82ca5788422c067e0726e7e2f7635cf2c234162175f1ee'); +INSERT INTO messages VALUES(1663,310663,'parse','blocks','{"block_index":310663,"ledger_hash":"1f5553264f1064b7baa1e56e83705f6033b9a22e407eb93f835c55ddc465b9dc","messages_hash":"68ec82ab38da849dbf585088b2318d08e4e9020568f2c7e4e76d3607c19cd1a7","transaction_count":0,"txlist_hash":"3759b7d3b2ffb3011a487f3b5bc356f3710c4b206a133f6f5d297126e5ba9cc8"}',0,'BLOCK_PARSED',NULL,'d1cd3ef535c1829e868d07c8ff73511cf5fe32aa23476f5495bb22c01129a645'); +INSERT INTO messages VALUES(1664,310664,'insert','blocks','{"block_hash":"ff35b504ee3d48dc4a0ac8b688594d86947e2af92a3188bacfa38aef4dea8247","block_index":310664,"block_time":310664000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ed999ab65b1eafe3726ebc8c21638483b642ec12e7d7ade13b81b267c6e43e6'); +INSERT INTO messages VALUES(1665,310664,'parse','blocks','{"block_index":310664,"ledger_hash":"8f12d960bf32e37a5104f79385faf34d9e260b06f783285589c67fb116188a64","messages_hash":"552972e8017b32b62c49b75bfa6c1a30d740277660b0d595ba0a1af5a7f81df4","transaction_count":0,"txlist_hash":"5c0342a0b6728bba2dc94c9cde71ffe60a7d4b9a7d45de0991651a478cd50b9b"}',0,'BLOCK_PARSED',NULL,'2bed830405ecf7743c85466d8b17c84cfb5fb9dd3d733f52d77abcb2f7bb40a7'); +INSERT INTO messages VALUES(1666,310665,'insert','blocks','{"block_hash":"8aea5e0436d15a44620d181ee03d789e5bec0aa9c84384919ef35c7ac78999c8","block_index":310665,"block_time":310665000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f3ed80d03af1b18f63fe2ac3d08aa1f614ca6de95a0b52b2dab9f1c082f1a501'); +INSERT INTO messages VALUES(1667,310665,'parse','blocks','{"block_index":310665,"ledger_hash":"1f0633cc29e1ce03c5d2c2461f7439ea024d2f370c77e63ebd5d86ad3d699429","messages_hash":"eadf59024dea937df0026c6dcc1559d68c47dfede8290884bf9057d485deaeb2","transaction_count":0,"txlist_hash":"a7d2f5afe50c0a5a3b73ce472bc064d13f37c0de26812393a21511e29dd1889f"}',0,'BLOCK_PARSED',NULL,'d27031417bc0781309d542b2d951660b54df8d949819fe4885fcd73e832dbc07'); +INSERT INTO messages VALUES(1668,310666,'insert','blocks','{"block_hash":"de934d6e2642ccb581002ee650ebe76b2c88e2facd253b73c45b964dcf469c52","block_index":310666,"block_time":310666000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ca597b7b7d96108cfc2133db377e47afca41e66038d3a7023bfdde199565cb1'); +INSERT INTO messages VALUES(1669,310666,'parse','blocks','{"block_index":310666,"ledger_hash":"2f5c033175f6fb62720840795c76dfa882af8c490b692b01ce11da68e18f992a","messages_hash":"9d57dbc2a326dcb83aca46de80162f113bb7473f1d5a78153467abf60fbd9e65","transaction_count":0,"txlist_hash":"92c6782bdd549b1cee15dae71f6ce8a180fdb2e6b3f0e89b200cab5c68e2d208"}',0,'BLOCK_PARSED',NULL,'f80380e1817de0c5a87c2e5f645180d3638b5009fb3876e3034d581967aebbd5'); +INSERT INTO messages VALUES(1670,310667,'insert','blocks','{"block_hash":"c8037bf10c1bdb21df72a9a90db87b11c967d6ae81c5f132ce8e42b1ca888f83","block_index":310667,"block_time":310667000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1743a98bb87f56fc84cb77f00f4be329c5d27aaeb09f01e26e78f50ba3c7bb2c'); +INSERT INTO messages VALUES(1671,310667,'parse','blocks','{"block_index":310667,"ledger_hash":"ddaee7ce215639e53f85c98270434b48d5a663d533c3b16daf9dc7df06aeab41","messages_hash":"6a82fba5c57cdf13a015311e153b06981cd12b879b52f2b426b2fbbf2cdcecc3","transaction_count":0,"txlist_hash":"5e44bd7345a164c0d99459e8bdb1b71f90c230f465ce0091192e84c5c0996de0"}',0,'BLOCK_PARSED',NULL,'14611e27d691f061477e7cebd589d3abd2e53e5053942d374be1b43b954e0fe2'); +INSERT INTO messages VALUES(1672,310668,'insert','blocks','{"block_hash":"699ae965398fbe98ccbf01384e3ac32d2f778e21998302827010869199aaaf27","block_index":310668,"block_time":310668000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a467baa9aa82242169747bd4d155f46ded9b88edf6fb67731061e74e919e1206'); +INSERT INTO messages VALUES(1673,310668,'parse','blocks','{"block_index":310668,"ledger_hash":"0085475173b4836a1651ba4afc4e07997670127fc39ba95215241ed1437ee4a2","messages_hash":"eb3197ca88c9f5a6bf6e76cd630ac51b8026d6cecca2222f47099a4974143270","transaction_count":0,"txlist_hash":"754dd1a4a83ffe0b40e936ca8dbe173f449dd0c983b8ff3b9dbdfdde326a65de"}',0,'BLOCK_PARSED',NULL,'514897ff5bc9fb8d376a7201b0d7faed10e4d3a75e9dbbfdacbebd479f9935a2'); +INSERT INTO messages VALUES(1674,310669,'insert','blocks','{"block_hash":"c02a1ff18678c02e906a81ee20511b34be69a577651a763cb7ace89f7b04aa1f","block_index":310669,"block_time":310669000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3d055e46320de24379e859dc4d4db02cd0d3f067beac0e45de581dc0e1a01824'); +INSERT INTO messages VALUES(1675,310669,'parse','blocks','{"block_index":310669,"ledger_hash":"86295457d87c5ee12491d438f3797bf6c5622abce4edd9b20ea5ae17b0a53e2d","messages_hash":"1983734712039404793683eab53a1298b6287a57b0e9d0955326fabf17a0d148","transaction_count":0,"txlist_hash":"f66a648b92066b2324035d686a1bc8915be13bb13c58820fcec39dda1d41d7db"}',0,'BLOCK_PARSED',NULL,'a426ea8148a2dfbc23e3e43862a86851a3f253efd3c095018167509bf0c4f284'); +INSERT INTO messages VALUES(1676,310670,'insert','blocks','{"block_hash":"9c043e45204b5463d8138e24b46b57b486f07c264dbd6b09356a75ce15319944","block_index":310670,"block_time":310670000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'36b7df98b01691c63399554bb16dfeb104ac85958ec9f41f4b42df26c0ddda32'); +INSERT INTO messages VALUES(1677,310670,'parse','blocks','{"block_index":310670,"ledger_hash":"f796ca1337b740c59412f4949a38564007b99d50f6435e9d6a55ad9e3f353a98","messages_hash":"0afd1d7fc179c70693ba85d16588704b618d3d4da25c3af8631f57ae0084f64f","transaction_count":0,"txlist_hash":"b6fa16445c6b508746fab70fc0837c266b4e437a2a4f6e68c33edecb9387914d"}',0,'BLOCK_PARSED',NULL,'7a26e5afbb31a853707ac0c169dd3ceeff1e91a0b24c3a5496c527a3ecff393e'); +INSERT INTO messages VALUES(1678,310671,'insert','blocks','{"block_hash":"4c6fa9744f58b8804901b138d7e65070d8339b557a22ed61b4511a401fc90522","block_index":310671,"block_time":310671000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9628fc3ae889c7568c98d27879d7a35151df52945aec770219247aedd600dfce'); +INSERT INTO messages VALUES(1679,310671,'parse','blocks','{"block_index":310671,"ledger_hash":"152990c314e6d025cf258ece59d702b2eedb7548a741245236e7624acccfda4a","messages_hash":"fce6f4ab4de1e5f4f9f2cd0bd96f692e09ccaba9187d38452920f07c6d7ed5e1","transaction_count":0,"txlist_hash":"48507d67e6c45887290af7c47d2fc2a36d647739393470f92223c1c7e26162ba"}',0,'BLOCK_PARSED',NULL,'f5fa42c29bccdefdea4ef406bf1478c33a7a5c421b03421fd23705b50f108250'); +INSERT INTO messages VALUES(1680,310672,'insert','blocks','{"block_hash":"491314bee5881d93a5e646d2e911b30fe6b43f0cb7458811f7d9679b2f7074aa","block_index":310672,"block_time":310672000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad95cc4777371013ec1df66bcc24601f115d7a7d1bf7f28e21b43f2d080bd918'); +INSERT INTO messages VALUES(1681,310672,'parse','blocks','{"block_index":310672,"ledger_hash":"23be138ca416024be0bd036a732587c6bbc6bc38c0e9c492bef718a498e6cd2f","messages_hash":"d45672b99dacf99e9c30f679dbf7bbde71bbfa3305f5643f83f15cd22b6c5845","transaction_count":0,"txlist_hash":"6a8c2d4a3d34a36d2a503f07b7ad6c1144d2ac2e05a56b1d779c28ac4cb89928"}',0,'BLOCK_PARSED',NULL,'f35ce3ead8bc9ea2fe6a62fcd231af4004ff5ae18060a927e1bad7cb91988f37'); +INSERT INTO messages VALUES(1682,310673,'insert','blocks','{"block_hash":"03ae6af5afe6e7949bcf4039e122a60c97baf807e7b24bbf95881e0797b9e2c5","block_index":310673,"block_time":310673000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dde31d47a53093210750cc271d41219e724cc9ced9d337df05d3a3b68a39f3ad'); +INSERT INTO messages VALUES(1683,310673,'parse','blocks','{"block_index":310673,"ledger_hash":"b5b49d68c552cafc8a42d9a3cbee8f99c9f0ec8ad968bb285239f052452d5fd9","messages_hash":"d9333ab3b101546338c4cd5c389b71645a851da76d64f32ff4550d5bc433815f","transaction_count":0,"txlist_hash":"95f29fee3d36bcf5b65defef149b1688b1d82c94b73a165a346590e2503596c5"}',0,'BLOCK_PARSED',NULL,'b21212fff02baddb35cd8ec36668d59fee70c6a893806198ab0ef3016c591c09'); +INSERT INTO messages VALUES(1684,310674,'insert','blocks','{"block_hash":"9e8b0b0ff1bb6fb1c88c7fb75f560e41f4d1e72c890c49a4c794db3508bb193c","block_index":310674,"block_time":310674000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f384167074cfcb42e2a9c4f8f6e1af80b1a8ae2bf85563e3ade1f59ef2987013'); +INSERT INTO messages VALUES(1685,310674,'parse','blocks','{"block_index":310674,"ledger_hash":"0bc667a4bb55578f47004f7e7cf5eb02ba8580bc678f3fb94d0099f2f0bc0974","messages_hash":"73d228e7ef78429bb88e895ea3573875a21992d3b75a252ba30e11bbbbe19269","transaction_count":0,"txlist_hash":"58d295011027d8876e883cdbb09e8b30077a99271ce6541a20a52a2583581be7"}',0,'BLOCK_PARSED',NULL,'b3ae752eff3861df0d1c3ed7a517e81179c48f2b9fecf1845ff6c78553534696'); +INSERT INTO messages VALUES(1686,310675,'insert','blocks','{"block_hash":"e84ef8d1cb7d22c4aa9c1d7b7570d6e14c6cdb84e00593a13f5d64a4313c2e21","block_index":310675,"block_time":310675000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c815b5576d1f32febdfd3706d4003e92afc94383a1122aab3228b6a62b2aefe4'); +INSERT INTO messages VALUES(1687,310675,'parse','blocks','{"block_index":310675,"ledger_hash":"b16e2f43ae599b3f63d0fcbfe6d1cac871bb03554865e6fc9f101824a577ea83","messages_hash":"3c58557ed2492c71fefa179f64125e447e2bfdeaf955abf4f7799e1a90a23dd8","transaction_count":0,"txlist_hash":"37f1ebd8868681edcf89cbfa6ddfb086a487909a63f35cbc50de9f3a4d41342e"}',0,'BLOCK_PARSED',NULL,'4205a3136052ae26070b1811b62d01dfd23642739f7995b9cdb5898c9648bb57'); +INSERT INTO messages VALUES(1688,310676,'insert','blocks','{"block_hash":"312bbdd1f53a4cfe3fa9c89f4c74b63972466bf2478c434fe7ae775ea3fcfcc1","block_index":310676,"block_time":310676000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'439bdb9b262d1724343cbb7c6848e4f1ee93028239d90eb3c1a9e40f9272a966'); +INSERT INTO messages VALUES(1689,310676,'parse','blocks','{"block_index":310676,"ledger_hash":"4fed59c135dcb11be487e36c05284e91ab137110115116aff5167350370c1a9e","messages_hash":"77483c07df3071df0843b526be705f202b6877c0c4809db12a5fa68c26c31854","transaction_count":0,"txlist_hash":"72ca2ceb1004009e684013f8f4f9da22d6df7288b3b262def230393ded00f7cc"}',0,'BLOCK_PARSED',NULL,'f155797424b09eef9eecfad2f7f9a76af9d77396b858791ef997b8c8b98f3c85'); +INSERT INTO messages VALUES(1690,310677,'insert','blocks','{"block_hash":"4b8f11d65385b9ccb23688a124ff536f164014fca6c7d090e6e873acb3e5843a","block_index":310677,"block_time":310677000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3d75a3d1a0fda5dd5bb31cecbb1dfcfbeb0eb14a93cc8b8994c4c898bb9f0e7c'); +INSERT INTO messages VALUES(1691,310677,'parse','blocks','{"block_index":310677,"ledger_hash":"6c850b4a5ceb423fe74f937a2dab17bd1aa341345e711a7aec44ca32f0e42ac4","messages_hash":"c1d85899711c14b27431ae2aa1f5a034e4830df85702884381b35c6282d2eaea","transaction_count":0,"txlist_hash":"6e8f6549d153b331eef7b919decfa15e960bca32187f9449cf402a073d730902"}',0,'BLOCK_PARSED',NULL,'2fc64d68c0ffe872065d7731c85b75f6a693f96023b3a42baa0a5114f192fa38'); +INSERT INTO messages VALUES(1692,310678,'insert','blocks','{"block_hash":"d9bec9099ab0e267783576ac0d03cb1eeec78a0d892f30843f802d6740bef21c","block_index":310678,"block_time":310678000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1b17c05f94aefee81f829f0e2dc7ab128b0ea099c10743f1703d4ccf44b9cce0'); +INSERT INTO messages VALUES(1693,310678,'parse','blocks','{"block_index":310678,"ledger_hash":"078b470ba70dc91a2eb63e6db67df1301ee68793564d9e9d8e166ae968713f99","messages_hash":"0698b703a94cb668c8c6465ef3f081c9cd1453929717875739b35bdfc682ffa4","transaction_count":0,"txlist_hash":"6788ce10475c262a4c0bd6d6d3c5dc290132dfaa2bf25f0fd78956b5cabb15be"}',0,'BLOCK_PARSED',NULL,'0975bf1fa6ced748a49ab0768eda796090f5bcccc2d3c8d1da39e9c56e79d23b'); +INSERT INTO messages VALUES(1694,310679,'insert','blocks','{"block_hash":"be81f07096cb9815706aa9ddfd6f3765371e83b38576ab135204a632b963e69b","block_index":310679,"block_time":310679000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ffcbc8cce92b7903cf4192f969dc3d185a95db385f6195939f04bce0b2825e8f'); +INSERT INTO messages VALUES(1695,310679,'parse','blocks','{"block_index":310679,"ledger_hash":"35b671133ae190842c6eaab39aa38ca810c87a1c72de32a3246490220f4e09e8","messages_hash":"25d27cfc61abd52d7b151029f6b748ffcde298caa93640e4c2298b205cdd4c41","transaction_count":0,"txlist_hash":"b97aa07a9eecbad49eb40ae66290b96b1eb266c5f690c5a870b9a0c3d1d398a9"}',0,'BLOCK_PARSED',NULL,'5ef84ec9420cf271bb382d8c4ad8e18da48207409d7d346104c96cce5d64d11b'); +INSERT INTO messages VALUES(1696,310680,'insert','blocks','{"block_hash":"239326ce9ae5b46aa361ba49843329b17d5b8145a8c5701e7e482e20736cf9d8","block_index":310680,"block_time":310680000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'89f379cdf5e4d5dd23ecf991b4b9430afca0c43268619b3a10c24c39c42732e1'); +INSERT INTO messages VALUES(1697,310680,'parse','blocks','{"block_index":310680,"ledger_hash":"122310da598fae26c2f64982fdcf4d10082abe52b53de2f5f4742f8c4758f615","messages_hash":"266a04b045f6567fe1b090d032ce818e912949662607ea880e52e701b9a8d735","transaction_count":0,"txlist_hash":"27a94d73a2ef4014a4714d4ddbee181a102d441795625e963757b5ff188bb04a"}',0,'BLOCK_PARSED',NULL,'958d4b403e903779b0142315a678b0a1d4b4cba38baa0d9e26ea8f21fed976a6'); +INSERT INTO messages VALUES(1698,310681,'insert','blocks','{"block_hash":"0697e8d01967b24d7650c3ce1101c90e988a28afd894e1506505a00bf9e69f41","block_index":310681,"block_time":310681000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'702581ed028221d9bbb9d3de78f5c9785c9e3137f8c512ee51f404e043481ac1'); +INSERT INTO messages VALUES(1699,310681,'parse','blocks','{"block_index":310681,"ledger_hash":"bd3ef833e7f31585777c69a0a4f84caf9db030aa555ba4f74f7d2190e2a790c7","messages_hash":"b4274343172d18b9366b88fee4cc4c64e0493202f3f9a733dac94b20e5604517","transaction_count":0,"txlist_hash":"efba1e72f69c2ee9cd739356f235a66692b8008e1fddb76dd94377d9a7f854d5"}',0,'BLOCK_PARSED',NULL,'f00cb23f675532eeb95be64ed4ce2b7fe33ece1431b6c0842c740356680440ab'); +INSERT INTO messages VALUES(1700,310682,'insert','blocks','{"block_hash":"9bc8c24f8bbd03ae896235960d75749ae2f9f16525c933ca7f546fc04d334c55","block_index":310682,"block_time":310682000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c555a34260b8cfb60b227987f2b58471a9d73d8e595e6c37d0342f3c14944ea4'); +INSERT INTO messages VALUES(1701,310682,'parse','blocks','{"block_index":310682,"ledger_hash":"3c3907cb582af891d5f0fcf7c6883ddd9f6a08e264ecf01e5c7cbb11e331efff","messages_hash":"e7d02667265469ad8da103c581bf9aaa5a8246beee1d24860595483cdc2e2484","transaction_count":0,"txlist_hash":"f304fb81cd79f620f31ec880ab6968816bd85e50b71ae784325218704f0c0ccf"}',0,'BLOCK_PARSED',NULL,'9404ec20e1f6f47df4620fc069d3a7ae0bf38a32fd32905f40c7c46a0b0b507e'); +INSERT INTO messages VALUES(1702,310683,'insert','blocks','{"block_hash":"ad6e6b13d5c058aadfae019decb3d2c154d538aa8753c9ada94db18e6d499511","block_index":310683,"block_time":310683000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'152001d76ff7c3ac3f60d1653be45bf97b12bc2be1ec5ffe64578efdbc4aa3a4'); +INSERT INTO messages VALUES(1703,310683,'parse','blocks','{"block_index":310683,"ledger_hash":"fd7c25b3589737a0768e10e7bc12c41efd93c38bd65ddaf8d1c3fcb6a0d05453","messages_hash":"174dd73a81bd8b86db1b26470900cadacf71f6441499d8ab6f24d9db42795e06","transaction_count":0,"txlist_hash":"9b0af830ed110ab15ef49d31992e76bc9fa6ef408d23316ef7d63037193c799f"}',0,'BLOCK_PARSED',NULL,'986a4361e5431139d00672d6dd36ad898a62855410fae5ae7b7d5460ae92abbc'); +INSERT INTO messages VALUES(1704,310684,'insert','blocks','{"block_hash":"d0d985b69719bb289bc917742a603c3e7d9839d39ef9afdde4a8e0d0739835c9","block_index":310684,"block_time":310684000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'13f1233dd2a1bbe40bacad3d61a64a8b13ddcffc43837621eadc0a9c977f82fa'); +INSERT INTO messages VALUES(1705,310684,'parse','blocks','{"block_index":310684,"ledger_hash":"b6eed1ef9907f05a52d6a9e482f6380fe9affff0e565f33bc109a73d9e616dcd","messages_hash":"836c2bf2acfac36104eef24cdc4f85371dccdb439bb608d33bba536e60566259","transaction_count":0,"txlist_hash":"84fd50e02fb724337304367bce2131d5f06c812aca832707e3365888c4ebfd7e"}',0,'BLOCK_PARSED',NULL,'8fa043ee537222e442b158d7e2fde12ba7afe365877467279c99e02bc973a758'); +INSERT INTO messages VALUES(1706,310685,'insert','blocks','{"block_hash":"f5aec0f5dd7cad893104f7704e4a34304fd4e2620517e7f18e993d49ab1a98f8","block_index":310685,"block_time":310685000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'36a70a1b00acee8a492f458a000bb2c429f6e991b1aafe0a2b31478207618ef3'); +INSERT INTO messages VALUES(1707,310685,'parse','blocks','{"block_index":310685,"ledger_hash":"84db46481840123dec829c78e41642a903623e2f4864120af5d6c7a6cd5a2c8c","messages_hash":"cfbd7258df30f1661edfb9b4695cd7c6ad930825a95c5a7e1358079666161932","transaction_count":0,"txlist_hash":"b12f0510839c3c6afcb1efe01948c40cad06961767cb0e72fc80199e537193cd"}',0,'BLOCK_PARSED',NULL,'294e8394f75d9757cd47fae64d596d35d4a3f0fb5a06063a123ece07a3734df5'); +INSERT INTO messages VALUES(1708,310686,'insert','blocks','{"block_hash":"a7466a4c47b167bec3720e7fd69772168d606e4edac7e44e55f411571cc603ca","block_index":310686,"block_time":310686000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'054e6826cd1d2550cad60fafe75edf9d8bf8d234c4c47ddf1db0384ce44c38b7'); +INSERT INTO messages VALUES(1709,310686,'parse','blocks','{"block_index":310686,"ledger_hash":"63b00521e92154c668a8849d730bbe9cbe48970bb2d81ec51cf2dd7be26ef586","messages_hash":"a2b53c3b3603bfd9fcc4475532c45c37385f60bdd833a60e430fddaf2505932c","transaction_count":0,"txlist_hash":"5345f04ff9e5a7842bcdece536d978c4af8a12f94013d9d2d018885a6cee2502"}',0,'BLOCK_PARSED',NULL,'5a6f97fd4912f6af249c92fc2936ba05acf6a66a0c53b79bb6b0d19fa93ee672'); +INSERT INTO messages VALUES(1710,310687,'insert','blocks','{"block_hash":"c33713cb462046341ff116655bdb0614ae7726888f57e6493fae63d5a06d7bb8","block_index":310687,"block_time":310687000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e34cd81f9a35fa810cff29d977f384df7fbc957cc9393b5d8a486675d14adc3a'); +INSERT INTO messages VALUES(1711,310687,'parse','blocks','{"block_index":310687,"ledger_hash":"1467302354868fb09799c0e66d303915f9fe4238f08bed7ee70c9ae72c51fd59","messages_hash":"66b8bdafa6fb1f4cb3ae7909a3308b034bfd5798da91299559f094c461b09b5f","transaction_count":0,"txlist_hash":"7c0775c844eefbd9c6b99ef27f1d1dce765b57fec55fc55d959be8fe60d5b7f4"}',0,'BLOCK_PARSED',NULL,'d40c118ea6e8b662cb53274277fa08f1ba789af2f7285ba473ce9caa58c6e3bc'); +INSERT INTO messages VALUES(1712,310688,'insert','blocks','{"block_hash":"3e802519162b52001ff1cafc7892747054d50f03d642b09a1ab0dcfb9cdbf822","block_index":310688,"block_time":310688000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'12f3750f73d29480361eb56837bade4afaff4f59a2bda5ec5bed23a06b260062'); +INSERT INTO messages VALUES(1713,310688,'parse','blocks','{"block_index":310688,"ledger_hash":"b7efa5a23070453185c01494e1f7037abe7d53f57557114a4b9038042291d846","messages_hash":"bd8b2de5e920060da41aaecc7214bc231afc9d8aa83747fd09ad096bdd976724","transaction_count":0,"txlist_hash":"a759e1bd223d58e9a970b1b8ac41a737c915d0e8b8d8ccd6989966c282172e21"}',0,'BLOCK_PARSED',NULL,'3d3f60a68868e08b8e096a2d9986c9b369708b511a9a2a0d81fe6fc6be593d10'); +INSERT INTO messages VALUES(1714,310689,'insert','blocks','{"block_hash":"d400463f1c0388bfc6ab6deddb018144f6db53b604c549f1fbda8211de1755df","block_index":310689,"block_time":310689000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d07debf3d3848926a5c631eb37a2cc25f1f4446ca2dd51b7a486979585c404b9'); +INSERT INTO messages VALUES(1715,310689,'parse','blocks','{"block_index":310689,"ledger_hash":"db7f7a5425f9f74910edfc99178e52fcfa560db91abfe5b6126139e611dd632a","messages_hash":"d721314d261c7062022dd1cd9204c31446be9868af1877a90f7d9a20655617e0","transaction_count":0,"txlist_hash":"25f2da67cd5a3bb06116a2cad37edcbfce39618903596ef94bd701bc68ee7001"}',0,'BLOCK_PARSED',NULL,'998f33e0b328defefce454443bad90833f508050153de9a35b635dd1de7813c0'); +INSERT INTO messages VALUES(1716,310690,'insert','blocks','{"block_hash":"0beb7cc3cd4d229f7c538e98c1f8d9f10f00fc64d91a5acff5ef892e4af65462","block_index":310690,"block_time":310690000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'22dfdb0b5a6f79bd98b2a97abecaaabd63b863fc2f990dc5376f5fcd425f8eb0'); +INSERT INTO messages VALUES(1717,310690,'parse','blocks','{"block_index":310690,"ledger_hash":"7a8602b8fbfe83e3ea718160efede84e5cc75b58c6ea505c63ff7612b59fc9d5","messages_hash":"ba0d3d3f5c4a4f1119e74f137d961fd018b9ceb67a0edd1d8485f5d31ce2e77e","transaction_count":0,"txlist_hash":"8f6d989ffde6b7ae13576d7c94fc2d6d050870c1eb1b32a3c55f0655f9f29755"}',0,'BLOCK_PARSED',NULL,'14ba51c3d93b363e796cf556949d50f79fc0aa1badf833113fb76429c8f04b80'); +INSERT INTO messages VALUES(1718,310691,'insert','blocks','{"block_hash":"07253277584631d8dd356b4760c8802b1b3f74e39ee13584ee523e0d0fc50b6e","block_index":310691,"block_time":310691000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e1e42aca8525ced53b252dce36359f2a33ee976747fa6ac8e7ea9e630ffb361e'); +INSERT INTO messages VALUES(1719,310691,'parse','blocks','{"block_index":310691,"ledger_hash":"cf9093824f1e5e5b74032e31148dd0710c88d3a2f7977f7ba6d568754809275a","messages_hash":"c63ddc86adea5aaa3252d5cb21de44ef54393762eb9004ee18f5fbd712e54dd1","transaction_count":0,"txlist_hash":"8cc3c0d7eeff5d459e27f44ce0fb8f5c6ef18582d117e97f1edea7fd2cc8cadf"}',0,'BLOCK_PARSED',NULL,'12b5c6d92152f473d41fc42eb1eb9f76f1b4f554d3a7fed1903d4c124bd878fa'); +INSERT INTO messages VALUES(1720,310692,'insert','blocks','{"block_hash":"29f6baf3c618e1bcb16cc413890a0b2a458d05a2e60ccaba92fc83096846c932","block_index":310692,"block_time":310692000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9a6b8331f7d00742fa5f834ddad90eadb4bdde5d4d3a1a8596769c2600246d8e'); +INSERT INTO messages VALUES(1721,310692,'parse','blocks','{"block_index":310692,"ledger_hash":"74dd90ce3722f861318b38ac8f337dc0c813aa5400444b378637d606970cc743","messages_hash":"2390eef8c10835819496bd59f8009871a10cda41b3400f0dc8892c417724e74d","transaction_count":0,"txlist_hash":"59bf603449c60938cb6bd4bb3aeabffc35b6b25bce47eed6b5c259516d2520fe"}',0,'BLOCK_PARSED',NULL,'d9a8c5870bcdf61e75be36a7ee9df885be17f0dcb7a213e95c471ae36b11736c'); +INSERT INTO messages VALUES(1722,310693,'insert','blocks','{"block_hash":"c7520c5e5a5f19c4aa0859c399a1288c1c357d29a6a4446855bca61af38277e1","block_index":310693,"block_time":310693000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a761e872a9cf1576ac83a3e84bea372308d7a76f2d6051cba0c1a7f6c04705d3'); +INSERT INTO messages VALUES(1723,310693,'parse','blocks','{"block_index":310693,"ledger_hash":"73a17e5a019b448af17f2c0e676fada23f2a6dedb29fb21cda68f2cf420cd725","messages_hash":"17134e954c270cb1e668779075c5e1d9aad062f6337533bf126b8ba9a8fceff9","transaction_count":0,"txlist_hash":"7754a43ec6e0231741f528c99531599d87a00623017cb17f3d3fb94e3f78e916"}',0,'BLOCK_PARSED',NULL,'fe5bc18f01ab97a35e292084ecec081f671bdd084c8eb5eb5650aaed3359155d'); +INSERT INTO messages VALUES(1724,310694,'insert','blocks','{"block_hash":"586e9f2ece2b1d03767d82fe988632d69a7827333860c58460abc7a5b9b396a0","block_index":310694,"block_time":310694000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6de0563c906af530d57c5b2600ea72a7f07cff850d54f46f4b5d9f5665d5ede4'); +INSERT INTO messages VALUES(1725,310694,'parse','blocks','{"block_index":310694,"ledger_hash":"fcc3fc1e1563344800ea86521b53b6b419e0495527386b67fd31ab23957a2a2f","messages_hash":"0d63cbb69925fd2a44367cf820efc23a41960265374e82b1e7d3e5a74aa2fe7f","transaction_count":0,"txlist_hash":"46847e9822c68d2390adc97599452010bc2badc6decc88aedb9f58e57394cd52"}',0,'BLOCK_PARSED',NULL,'5b0057a660158ba65aa0b3186c30d577627721b5901b2f821b4bf782da680137'); +INSERT INTO messages VALUES(1726,310695,'insert','blocks','{"block_hash":"a1803237d72105847b97a31294e91e7374ff47bdbc4e374744a8754a41423538","block_index":310695,"block_time":310695000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4b7b3fd7c866590c492be77768899a947d60a3580061f971b1cafffa3df31517'); +INSERT INTO messages VALUES(1727,310695,'parse','blocks','{"block_index":310695,"ledger_hash":"90cede3b9e6ffcba3e0af2584bc07a01c2ce0465095f9e2830dd0d9cf1a71a85","messages_hash":"4fe41901a6cfa3c07498f1ceeb468ad3e09561bbcb2e0c62ae5a1136ab7d9f15","transaction_count":0,"txlist_hash":"1657e29445bc4c4600856690d40a7f04d8b0733eb3bffbaa525ba9770e9cd171"}',0,'BLOCK_PARSED',NULL,'67dae8969366f015a1ac94c1f1365bedb2258a4b1eb2bd9f90cfd54b74719d0b'); +INSERT INTO messages VALUES(1728,310696,'insert','blocks','{"block_hash":"7ac8080d89c8a8245703603c294c5df90a342bb4a325462e65827fd709ab0fa7","block_index":310696,"block_time":310696000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c909fcb46d16660cf68d77ed89dbeea82baada1e36e4638fea270c316f4d9056'); +INSERT INTO messages VALUES(1729,310696,'parse','blocks','{"block_index":310696,"ledger_hash":"b12309d3cd3ae4a4e63af3bb49ab7be89086b3216483abe3df6ee3ef4cd4495a","messages_hash":"873521391a7906f54adf9ef529e50e3c0e97e41bf22e72df0785d67ce1900def","transaction_count":0,"txlist_hash":"97773014afb5e392271b317b2ee678ce467367afa586e9925d10580e1b6fa692"}',0,'BLOCK_PARSED',NULL,'2ffb1d341c204410706c9c8ffedf113f42e2245d63717e6159e712d2bf8a8aa9'); +INSERT INTO messages VALUES(1730,310697,'insert','blocks','{"block_hash":"4fcf90ea3f5b4f6c003475c22f583053b5f7b6e0ffe12341b0993ede4fa8f304","block_index":310697,"block_time":310697000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f8218efa13878be3385a0ae7f5d3d78c3c93ac83f61ee7fcbc50c14345fa1f24'); +INSERT INTO messages VALUES(1731,310697,'parse','blocks','{"block_index":310697,"ledger_hash":"b2ef3fb8b286c657e83f8707e86ad5190b0af834dc274017dce1bca26acad6a2","messages_hash":"ba3631093c56db61398f4627d253a8796ffba334a16bc19af1eace688f8b122b","transaction_count":0,"txlist_hash":"7b199c80505cad4703e6baf926cb858ffda7da594591cc4e8788f915a2b01248"}',0,'BLOCK_PARSED',NULL,'8ce1ebb608772f2bc626462d43a244d4d29722847e7b5616fbc9836d4729a0dd'); +INSERT INTO messages VALUES(1732,310698,'insert','blocks','{"block_hash":"ab4521982489ec4c2011e8f374ab83f249eeee42f51009b1b5647b998d854c53","block_index":310698,"block_time":310698000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cdbbce12e06b9b865e8582d025ddbde29ec566b69c5d880393fb268e053d4d75'); +INSERT INTO messages VALUES(1733,310698,'parse','blocks','{"block_index":310698,"ledger_hash":"e4dd38ae1fe02d009d84128937505c9eb9f807fa5dea74e77a3a438f12a2bbeb","messages_hash":"9d6bd77afd6863f8a38362aa908ea20bf54859de26b02d8b917ccc23b742caff","transaction_count":0,"txlist_hash":"7c6eabb5934f99aae5c32cae53addec2fa66ba2e5b8a2801d29cccb0f1028b93"}',0,'BLOCK_PARSED',NULL,'409ea3e80e9801d448ef5a8cb75463ffb221dc718257b43924dfe05f47386c57'); +INSERT INTO messages VALUES(1734,310699,'insert','blocks','{"block_hash":"3f34102183af409ce39d0ebd3be002cc38e973a0b3492fc9c1e0dd5813941d1d","block_index":310699,"block_time":310699000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f2ad3eafbb9c1abf048eacfe49f60ab76acfb9bc3081bcffab7dbc70191bdcbe'); +INSERT INTO messages VALUES(1735,310699,'parse','blocks','{"block_index":310699,"ledger_hash":"5f578b303590202d182d2d126fc4ddfe614fada16ec33eda05e493c414f405e2","messages_hash":"32d7740d1b26500bfca1a361a67a39f362e25fee60830911a76b9a4200832ba4","transaction_count":0,"txlist_hash":"4c177e0da421e1833233d147c1ecd5aee21da2897ffbd1baa139320820587226"}',0,'BLOCK_PARSED',NULL,'ff8386370cf6908039f2165aa24cc61cc3f4141c61a327ffd7c04432cb723031'); +INSERT INTO messages VALUES(1736,310700,'insert','blocks','{"block_hash":"4f928d25664bb6ac693dd70e408dedc257abcd4cfb1f7ab6fabd8970cb663fa5","block_index":310700,"block_time":310700000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'df7d0fc7b561ef6ca5850b0c7c976d7bb32ac1c1ee4c5bd5de91c975f00407c4'); +INSERT INTO messages VALUES(1737,310700,'parse','blocks','{"block_index":310700,"ledger_hash":"fe90eac96beabb7e5313f8d3466a3e9e862318e51eafc3df5ebddd67c7174568","messages_hash":"0734a8a00cccf16b9cf91f66506f854fdd632743c57b1f374f87ff1ea89c417f","transaction_count":0,"txlist_hash":"1d5586274427145daa34ab7839453930fdac69521c32c6e77d4947d03d157359"}',0,'BLOCK_PARSED',NULL,'361d36477d514d2b828187607a67d7859975d6d0c5b335ec5c40015469febd18'); +INSERT INTO messages VALUES(1738,310701,'insert','blocks','{"block_hash":"9e2377aa8ebc26294dce0ed34dc1a071c67505a0cea36e0bec20d9ab0997f6e1","block_index":310701,"block_time":310701000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'21534afed284e925e8bccc92db216f37b6ddbb2f8540157203d98b72b8e26eaa'); +INSERT INTO messages VALUES(1739,310701,'parse','blocks','{"block_index":310701,"ledger_hash":"93f52d9dd1fe1606a1aa38ce4f00210ffacd37118495ec3a06fbbadc57b2deb4","messages_hash":"42fc1b35f152acf8dcfa7f2e8bdf73e3374b4b66db6eef2088982e9a7e5b3923","transaction_count":0,"txlist_hash":"724404753d10775f47ff861186fa24a13eaf71cb0e59b628103f36d38cc80d7d"}',0,'BLOCK_PARSED',NULL,'15e9d729073464e2b22e0d3cf2de6afdc68676c3d74c1d85907b9ec61ba966b4'); +INSERT INTO messages VALUES(1740,310702,'insert','blocks','{"block_hash":"69cb443673c221a8e157d61707d52cf980c87faf5c3b31a5850ff43be70883c8","block_index":310702,"block_time":310702000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'099867d901057b6a2f592255e923eeaf4d3a381e076a18062d953f63c44644ca'); +INSERT INTO messages VALUES(1741,310702,'parse','blocks','{"block_index":310702,"ledger_hash":"66d9f92af4ee7422f6198541304c23dd776032a3b7680a88c99f57c747a8fe93","messages_hash":"81ca8221cc4c42a83952477e0cd44cb4f3df363967afa49eec760b76c3aa803d","transaction_count":0,"txlist_hash":"689d74dfb418e1674e6892afa5e865f45ea1c9ee9aebe930fab6e967cf8486f3"}',0,'BLOCK_PARSED',NULL,'58e7520abc90b2cd1132a9662494f4775a4dd9a5bdbdd8278079afb25462805a'); +INSERT INTO messages VALUES(1742,310703,'insert','blocks','{"block_hash":"b8b21ab596ed7ad84e449d098c04d86cbb6623c5e88af7772166882efbd91218","block_index":310703,"block_time":310703000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'825cca043713fe72e2bbec9d6eeafb798be384af3206c119b55b7fff55eb16c8'); +INSERT INTO messages VALUES(1743,310703,'parse','blocks','{"block_index":310703,"ledger_hash":"fa9be6ec83c14604fbeede79c09404102eda193852f3c1965672bdbc07651bbf","messages_hash":"7ade286647e51cb336fb21cd8dd145cbc4720656184297a3a6393251f481d024","transaction_count":0,"txlist_hash":"ead5543d5ba4a13c6b7b09e468becc6ea499acf2a5cbc9b3e54e1477293760f4"}',0,'BLOCK_PARSED',NULL,'0e8d2fd96fba527fffff7fe5d7e23fac4a909b1e3787af94c08e41f59339dc6a'); +INSERT INTO messages VALUES(1744,310704,'insert','blocks','{"block_hash":"53f0dd2f7343658f75508323a5b1761b7e5bc6743c04fc9ee9898ec0fbafd827","block_index":310704,"block_time":310704000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'28f500fa7971c669d4c62d5001872ca083eb3970f4d222aa91f5053a0faca767'); -- Triggers and indices on messages CREATE TRIGGER block_update_messages BEFORE UPDATE ON messages BEGIN @@ -3484,8 +3507,6 @@ CREATE TRIGGER block_update_broadcasts END; CREATE INDEX broadcasts_block_index_idx ON broadcasts (block_index) ; -CREATE INDEX broadcasts_status_source_idx ON broadcasts (status, source) - ; CREATE INDEX broadcasts_status_source_tx_index_idx ON broadcasts (status, source, tx_index) ; CREATE INDEX broadcasts_timestamp_idx ON broadcasts (timestamp) @@ -3632,52 +3653,53 @@ BEGIN TRANSACTION; -- Table issuances DROP TABLE IF EXISTS issuances; CREATE TABLE issuances( - tx_index INTEGER, - tx_hash TEXT, - msg_index INTEGER DEFAULT 0, - block_index INTEGER, - asset TEXT, - quantity INTEGER, - divisible BOOL, - source TEXT, - issuer TEXT, - transfer BOOL, - callable BOOL, - call_date INTEGER, - call_price REAL, - description TEXT, - fee_paid INTEGER, - locked BOOL, - status TEXT, - asset_longname TEXT, - reset BOOL, - description_locked BOOL, - fair_minting BOOL DEFAULT 0, - PRIMARY KEY (tx_index, msg_index), - UNIQUE (tx_hash, msg_index) - ); -INSERT INTO issuances VALUES(2,'1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1',0,310001,'DIVISIBLE',100000000000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Divisible asset',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(3,'7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584',0,310002,'NODIVISIBLE',1000,0,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'No divisible asset',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(4,'c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140',0,310003,'CALLABLE',1000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Callable asset',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(5,'90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da',0,310004,'LOCKED',1000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Locked asset',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(6,'344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc',0,310005,'LOCKED',0,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Locked asset',0,1,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(17,'bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39',0,310016,'MAXI',9223372036854775807,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Maximum quantity',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(110,'e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e',0,310109,'PAYTOSCRIPT',1000,0,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy',0,0,0,0.0,'PSH issued asset',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(114,'34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63',0,310113,'LOCKEDPREV',1000,1,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42',0,0,0,0.0,'Locked asset',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(115,'025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2',0,310114,'LOCKEDPREV',0,1,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42',0,0,0,0.0,'Locked asset',0,1,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(116,'4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb',0,310115,'LOCKEDPREV',0,1,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42',0,0,0,0.0,'changed',0,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(495,'321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503',0,310494,'DIVIDEND',100,1,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH',0,0,0,0.0,'',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(498,'076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f',0,310497,'PARENT',100000000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Parent asset',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(499,'0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf',0,310498,'A95428956661682277',100000000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Child of parent',25000000,0,'valid','PARENT.already.issued',0,0,0); -INSERT INTO issuances VALUES(500,'a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce',0,310499,'FREEFAIRMIN',0,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,NULL,1); -INSERT INTO issuances VALUES(501,'13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe',0,310500,'PAIDFAIRMIN',0,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,NULL,1); -INSERT INTO issuances VALUES(502,'d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67',0,310501,'FREEFAIRMIN',10,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',0,0,'valid',NULL,0,0,1); -INSERT INTO issuances VALUES(503,'9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1',0,310502,'RAIDFAIRMIN',20,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,NULL,1); -INSERT INTO issuances VALUES(504,'c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7',0,310503,'QAIDFAIRMIN',20,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,NULL,1); -INSERT INTO issuances VALUES(505,'0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9',0,310504,'A160361285792733729',20,1,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',0,0,0,0.0,'softcap description',0,0,'valid',NULL,0,NULL,1); -INSERT INTO issuances VALUES(506,'6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8',0,310505,'A160361285792733729',10,1,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',0,0,0,0.0,'softcap description',0,0,'valid',NULL,0,0,1); -INSERT INTO issuances VALUES(507,'ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18',0,310506,'A160361285792733729',20,1,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',0,0,0,0.0,'softcap description',0,1,'valid',NULL,0,1,0); -INSERT INTO issuances VALUES(510,'01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1',0,310509,'TESTDISP',1000,0,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b',0,0,0,0.0,'Test dispensers asset',50000000,0,'valid',NULL,0,0,0); + tx_index INTEGER, + tx_hash TEXT, + msg_index INTEGER DEFAULT 0, + block_index INTEGER, + asset TEXT, + quantity INTEGER, + divisible BOOL, + source TEXT, + issuer TEXT, + transfer BOOL, + callable BOOL, + call_date INTEGER, + call_price REAL, + description TEXT, + fee_paid INTEGER, + locked BOOL DEFAULT FALSE, + status TEXT, + asset_longname TEXT, + reset BOOL DEFAULT FALSE, + description_locked BOOL, + fair_minting BOOL DEFAULT FALSE, + asset_events TEXT, + PRIMARY KEY (tx_index, msg_index), + UNIQUE (tx_hash, msg_index) + ); +INSERT INTO issuances VALUES(2,'1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1',0,310001,'DIVISIBLE',100000000000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Divisible asset',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(3,'7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584',0,310002,'NODIVISIBLE',1000,0,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'No divisible asset',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(4,'c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140',0,310003,'CALLABLE',1000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Callable asset',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(5,'90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da',0,310004,'LOCKED',1000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Locked asset',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(6,'344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc',0,310005,'LOCKED',0,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Locked asset',0,1,'valid',NULL,0,0,0,'lock_quantity'); +INSERT INTO issuances VALUES(17,'bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39',0,310016,'MAXI',9223372036854775807,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Maximum quantity',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(110,'e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e',0,310109,'PAYTOSCRIPT',1000,0,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy',0,0,0,0.0,'PSH issued asset',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(114,'34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63',0,310113,'LOCKEDPREV',1000,1,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42',0,0,0,0.0,'Locked asset',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(115,'025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2',0,310114,'LOCKEDPREV',0,1,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42',0,0,0,0.0,'Locked asset',0,1,'valid',NULL,0,0,0,'lock_quantity'); +INSERT INTO issuances VALUES(116,'4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb',0,310115,'LOCKEDPREV',0,1,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42',0,0,0,0.0,'changed',0,0,'valid',NULL,0,0,0,'change_description'); +INSERT INTO issuances VALUES(495,'321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503',0,310494,'DIVIDEND',100,1,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH',0,0,0,0.0,'',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(498,'076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f',0,310497,'PARENT',100000000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Parent asset',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(499,'0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf',0,310498,'A95428956661682277',100000000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Child of parent',25000000,0,'valid','PARENT.already.issued',0,0,0,'creation'); +INSERT INTO issuances VALUES(500,'a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce',0,310499,'FREEFAIRMIN',0,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,NULL,1,'open_fairminter'); +INSERT INTO issuances VALUES(501,'13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe',0,310500,'PAIDFAIRMIN',0,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,NULL,1,'open_fairminter'); +INSERT INTO issuances VALUES(502,'d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67',0,310501,'FREEFAIRMIN',10,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',0,0,'valid',NULL,0,0,1,'fairmint'); +INSERT INTO issuances VALUES(503,'9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1',0,310502,'RAIDFAIRMIN',20,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,NULL,1,'open_fairminter'); +INSERT INTO issuances VALUES(504,'c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7',0,310503,'QAIDFAIRMIN',20,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,NULL,1,'open_fairminter'); +INSERT INTO issuances VALUES(505,'0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9',0,310504,'A160361285792733729',20,1,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',0,0,0,0.0,'softcap description',0,0,'valid',NULL,0,NULL,1,'open_fairminter'); +INSERT INTO issuances VALUES(506,'6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8',0,310505,'A160361285792733729',10,1,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',0,0,0,0.0,'softcap description',0,0,'valid',NULL,0,0,1,'fairmint'); +INSERT INTO issuances VALUES(507,'ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18',0,310506,'A160361285792733729',20,1,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',0,0,0,0.0,'softcap description',0,1,'valid',NULL,0,1,0,'fairmint'); +INSERT INTO issuances VALUES(510,'01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1',0,310509,'TESTDISP',1000,0,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b',0,0,0,0.0,'Test dispensers asset',50000000,0,'valid',NULL,0,0,0,'creation'); -- Triggers and indices on issuances CREATE TRIGGER block_update_issuances BEFORE UPDATE ON issuances BEGIN @@ -3685,8 +3707,6 @@ CREATE TRIGGER block_update_issuances END; CREATE INDEX issuances_asset_longname_idx ON issuances (asset_longname) ; -CREATE INDEX issuances_asset_status_idx ON issuances (asset, status) - ; CREATE INDEX issuances_block_index_idx ON issuances (block_index) ; CREATE INDEX issuances_issuer_idx ON issuances (issuer) @@ -3697,8 +3717,6 @@ CREATE INDEX issuances_status_asset_longname_tx_index_idx ON issuances (status, ; CREATE INDEX issuances_status_asset_tx_index_idx ON issuances (status, asset, tx_index DESC) ; -CREATE INDEX issuances_status_idx ON issuances (status) - ; COMMIT TRANSACTION; PRAGMA page_size=4096; @@ -3734,8 +3752,8 @@ INSERT INTO sends VALUES(482,'b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383 INSERT INTO sends VALUES(483,'c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34',310482,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','XCP',100000000,'valid',0,X'FADE0001',0); INSERT INTO sends VALUES(496,'02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e',310495,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj','DIVIDEND',10,'valid',0,NULL,0); INSERT INTO sends VALUES(497,'a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba',310496,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj','XCP',92945878046,'valid',0,NULL,0); -INSERT INTO sends VALUES(508,'c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02',310507,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0','XCP',100,'valid',0,NULL,0); -INSERT INTO sends VALUES(509,'a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726',310508,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0','DIVISIBLE',1,'valid',0,NULL,0); +INSERT INTO sends VALUES(508,'f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30',310507,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0','XCP',100,'valid',0,NULL,0); +INSERT INTO sends VALUES(509,'6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881',310508,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0','DIVISIBLE',1,'valid',0,NULL,0); -- Triggers and indices on sends CREATE TRIGGER block_update_sends BEFORE UPDATE ON sends BEGIN @@ -3917,8 +3935,6 @@ CREATE INDEX rps_status_idx ON rps (status) ; CREATE INDEX rps_tx_hash_idx ON rps (tx_hash) ; -CREATE INDEX rps_tx_index_idx ON rps (tx_index) - ; CREATE INDEX rps_tx_index_tx_hash_idx ON rps (tx_index, tx_hash) ; CREATE INDEX rps_wager_possible_moves_idx ON rps (wager, possible_moves) @@ -4107,14 +4123,10 @@ CREATE INDEX dispensers_last_status_tx_hash_idx ON dispensers (last_status_tx_ha ; CREATE INDEX dispensers_source_asset_origin_status_idx ON dispensers (source, asset, origin, status) ; -CREATE INDEX dispensers_source_idx ON dispensers (source) - ; CREATE INDEX dispensers_source_origin_idx ON dispensers (source, origin) ; CREATE INDEX dispensers_status_block_index_idx ON dispensers (status, block_index) ; -CREATE INDEX dispensers_status_idx ON dispensers (status) - ; CREATE INDEX dispensers_tx_hash_idx ON dispensers (tx_hash) ; CREATE INDEX dispensers_tx_index_idx ON dispensers (tx_index) @@ -4140,6 +4152,7 @@ CREATE TABLE dispenses ( asset TEXT, dispense_quantity INTEGER, dispenser_tx_hash TEXT, + btc_amount INTEGER, PRIMARY KEY (tx_index, dispense_index, source, destination), FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -- Triggers and indices on dispenses diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/simplesig.log b/counterparty-core/counterpartycore/test/fixtures/scenarios/simplesig.log index 22b35879fb..f92c606cd2 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/simplesig.log +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/simplesig.log @@ -12,10 +12,8 @@ SQLITE_LOG: statement aborts at 13: [CREATE TRIGGER IF NOT EXISTS block_update_f BEFORE UPDATE ON fairminters BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); END;] databa (17) SQLITE_SCHEMA -SQLITE_LOG: statement aborts at 11: [SELECT name FROM sqlite_master WHERE type='table' AND name='config'] database schema has changed (17) SQLITE_SCHEMA SQLITE_LOG: statement aborts at 27: [INSERT OR REPLACE INTO config (name, value) VALUES (?, ?)] database schema has changed (17) SQLITE_SCHEMA Cleaning `transaction_count` table -SQLITE_LOG: statement aborts at 11: [SELECT name FROM sqlite_master WHERE type='table' AND name='config'] database schema has changed (17) SQLITE_SCHEMA Initialising asset cache... Asset cache initialised in 0.00 seconds TX Construct - Transaction constructed. diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/simplesig.sql b/counterparty-core/counterpartycore/test/fixtures/scenarios/simplesig.sql index 555a212bd1..05eca0d0af 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/simplesig.sql +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/simplesig.sql @@ -19,112 +19,112 @@ CREATE TABLE blocks( transaction_count INTEGER, PRIMARY KEY (block_index, block_hash)); INSERT INTO blocks VALUES(309999,'8b3bef249cb3b0fa23a4936c1249b6bd41daeadc848c8d2e409ea1cbc10adfe7',309999000,'63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223','63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223','63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223',NULL,NULL,0); -INSERT INTO blocks VALUES(310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'cf0ea1d313e22ba5f413075b88e07dffc5c00e59f95eeb6d6dec935bd77f5ae4','f06c23e6040a063ed59693baa0d63492dce64e1debc7455b22f5535c9dfbdc67','b212954e6ee1490c4671ffc0817eccb0d9bb4c729b599eeaa722513ccb4c883d',NULL,NULL,1); -INSERT INTO blocks VALUES(310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'bdf1308701712d94da26f53fef4c440ea2fb7b0ef7361f424ba9263e747272bd','fac614e6f77f1b954c12523e9d0eeb4252f92f3640f7d067790a510a9e893811','aa59ae7df8c859331442eacea1f0cd0c44f9fbe2202fea0ffd235b77a2e9c15e',NULL,NULL,1); -INSERT INTO blocks VALUES(310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'cf830f949715ebeac09d4441878f60ac04d691c09d6c25c62a0d30fb5886cba9','0c743d61c27efab7c83c1845f6b0446b67c9b59173318709d51363e75e7a0601','1d8cbb6038664b089be8e2ac08e976d81d0c2ad53bb96f01a97cc3fc6aa73b19',NULL,NULL,1); -INSERT INTO blocks VALUES(310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'e881a675a38c4649cd44e6406ddc494996c761671bc349dcdea1de430a84258d','9ae051d14f8d19db67a85c713eefc0a936f1bad818ae1138fcecb91506a46d88','48ecaf3dd18038d47b797446950b0e8f11b8f7d2cdba9a09582c7464a3268187',NULL,NULL,1); -INSERT INTO blocks VALUES(310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'13e0c6276f297ff1ca77705f1b18d807ca22f53735fba52f4f5c3766dc4b04e8','a865bc7b6e26b3c3868ae080ab927ce3f2dcdb7d3654ffbcd1b3a8111d0807b1','d470b27ec9a4e00623f0ebaaa44f98171acf93d16639bd371655829430c93aea',NULL,NULL,1); -INSERT INTO blocks VALUES(310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'765896f532b411af9f889687a750d44414296c20002f3e2abed9551a6822937d','59095fce5f573c2ff1b5eda5cd75c36227b0f9782601e7538215fea5317c505b','b973b18739f7cf866a2d29ff951283e008191258660a5a577858a2c2bacebb4a',NULL,NULL,1); -INSERT INTO blocks VALUES(310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'853e3a8d39c4e8bdb36a0ec01a8d20f12335fcc00a00ac271e9d83be471d394f','752821f935743579d04abcc94c104148b226cbc0777a6bb30bb7eceb29b85fca','39be7aed9425658402813a699e082a1eef29bbac3d115801b0668961c5ae2c6b',NULL,NULL,1); -INSERT INTO blocks VALUES(310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'f2b2d250a94afa158f9ed84434c3ac7a0bfc97b4387e5e3c099afc95b8a6ad9c','405914410b5982b395f52f17ee4fc69dc0e4fb4c7a511009c700c0d1bdbfb563','a9fc4f80769abd613ad0d63ea7b4ac96c32a8902bdaa4d030bc4d3af384c892a',NULL,NULL,1); -INSERT INTO blocks VALUES(310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'8c44f15f5606b6fe984a9fa7df8d7d5381fe87a6c8b634469804328885668569','81714583a99f97b5cefc10510f507567e02f380bdb5741e2b5ef037816e8be17','c5e9e8331dc1a8a576acf0049a8d7e9b2765ad37461c11a5de77d8143b835eeb',NULL,NULL,1); -INSERT INTO blocks VALUES(310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'ba378e9192f290d3f9d3dd1e46aeef3a185bd5aff1be809c8974fca8dc142987','9395234af8a78eb91afe7dd45a6701032af9926cba3e126e01f06547ffcb2e08','0a80439042230205fc0094ae50111702cd10455cb5a502749e984c6584f0226e',NULL,NULL,1); -INSERT INTO blocks VALUES(310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'64f78f9eedce2931aedfe413b4f4bdeb728752e1c897e0bd44c7db665976a723','09624bd24bdd3d945e0a75450915715fa9e9a077db33aa5bdb275b0c76e7f9e8','83e9d755d92847c7bb498be0b28436f6325d4e406b0e56d74e0b8d14090720e9',NULL,NULL,1); -INSERT INTO blocks VALUES(310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'671a1b4e1edd1f96dcfcc96d521fb2125ae5b9d2d01a76fc66686b7ed20c5662','aa59f74f7d3eeee95415b1bca4a090036cd9a2efb187880f7c72c69dc1bfc059','49828c84b6689027ddb535464e766c2ed5fd25a1dc3bb8564b4a27b899807a74',NULL,NULL,1); -INSERT INTO blocks VALUES(310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'1f5b502c341699b5a59b87566c0fc02b7db5c657919f014e41a00303aa53efc8','ba55fd791587dad14742ad66d1515992a076eefbd54d1215806aa9db3811cf50','5c93ef0a92b58bdf17f36cee24a6aae0336a42679196eddb0b5e7503e83ce517',NULL,NULL,1); -INSERT INTO blocks VALUES(310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'cd0cfff6de5dd4381301929c740015d5910339ba915a83eb4229ecb91ae84c17','6c03bbdc682356647ad229247ed9d4000c2ffd03696695e0277c43b4e4d8fed8','9014761b9cb57452c4a451fabde13c55ba0561eec6c9baad8563d54b743847eb',NULL,NULL,1); -INSERT INTO blocks VALUES(310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'5012d84065c7a39b5563f4fadeaf30670b47df3856f43d40fda74de663753e4e','99b41cf441ebd1ad46c14b34a3da79586aee124ae643f196f23f0eadb9fbe50d','d6aab211c65b3d0aa1557a82590300fd43d3088c550a76d85a17297aa07debac',NULL,NULL,1); -INSERT INTO blocks VALUES(310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'0356494d376b2b65b9f4b066b9d2baf2ae90d82369b87914bb58a67927ced5af','c6fff3cf22683f773cf2941f0eb9b5ed84647569c76d40cba61ca444852fceb6','7bdb76d1d0744f00172af660c0ec54205c7baedb7055fed5d0853d32d06d53a4',NULL,NULL,1); -INSERT INTO blocks VALUES(310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'c90ff439bd04970ed9e6e25cbfce32160450925a37ba3360f40df8854529b52d','16e32aeb7155ac1b89e47925bb2367269d4fc81e9da0558266ad9722843202fd','1b5c9eef1dac426a90418ddac456797ad17569a81502beea1f03124142040dc7',NULL,NULL,1); -INSERT INTO blocks VALUES(310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'19cf18f708dab6a983a2642802deb38d25b6fc205ea663059a0569fa38bdaf8d','94709d5f6bcb8df437947be80ac95e2e716a92645f3eec2d915cb7c088504f1c','382915e2b687c330596598fe99f340ee091303b71e18d2bb8fa4c4222cd0a27a',NULL,NULL,1); -INSERT INTO blocks VALUES(310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'d9ac565fbe7bf18c1d899dab8e0c98e070880e36fa51710382017d46ddf837cf','e3e2ebfcee41e92d855051b2c2e4344600646ac3ac5b335084d5f5a23e872f3b','bbb50288bfe6e5d12589b88c9290b7fb5acc24f7d4122b87018a9149eef36b6e',NULL,NULL,1); -INSERT INTO blocks VALUES(310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'b66661deef419a50557d171cc1bcae04f5bc260ed1f5ff56cf08ef39158617a1','c89d7fa5df5eab9ac8a57f00c6cc2b9d75244ce412e12eb842c6a43297ee41a6','f4ef5c45c407ce6ecc407118596fc6b5d877c8c6dca0496a8ed88a82e73db3b3',NULL,NULL,1); -INSERT INTO blocks VALUES(310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'57a6c53e41338011cb06cd60118961dcec0e800f62a2c4b1e9381c666319680f','5d8f062b1b5c6740eed53d90f4cd10a23f273237bda588f42fa35653a9fe5feb','31f7ab654562cb533b8993064f59c03c1f7d331f504c4920202991d4024ccd64',NULL,NULL,1); -INSERT INTO blocks VALUES(310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'66c16af10125f298796da828f1a6c2b43123cda38e3dfc57ccc25b00f3da17f8','94b751bb8af2f91fb1933dfae1edaa636836fe1f9100edc5c6b8bc793fea4b47','40fe51218ac6a2633c9833a2506313969f34b7ecca05af530fce9d23dfdf564c',NULL,NULL,1); -INSERT INTO blocks VALUES(310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'43b6213cad601a389aed2a4e912be118dfab6cca5358d86bac03f4bee6765493','fcb847408d5ee30ef86a94a0495f53670b1157d4f33d627b62ebd84fb1321cf5','2c0aeec7028ab64609416bd902dca06a4bd77db3cf410fb46f935b0beeda2def',NULL,NULL,1); -INSERT INTO blocks VALUES(310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'8a9758963891bbfbdcb6515d8d3e49c941fedba7de82038776e9f8ed65e803c1','d21109a870f8542e8ef40f6d72e36fb0bb5ac4ad1e7b3232ba1b2bdcc735810e','ceb46efae59818f6cd1016a74db7b0f4009dbed58bbc09bb9307d7de7db4ce11',NULL,NULL,1); -INSERT INTO blocks VALUES(310024,'b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5',310024000,'cb034ab4a3e252fdfe9973a672e208295741a52634c9332b1501d612e0012e19','52bcbfb439bfc9cf14e38d39a9d6c401a8798a20fe64238f070125e8e7905151','58aeb6658edce998d51157b41a327ef17adb2893c54e1bbaa58bbc3e4c00388b',NULL,NULL,0); -INSERT INTO blocks VALUES(310025,'a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666',310025000,'5addc8253469d5c729cdffc1c637b75d9e8886a633d4406dedf2b1c16ba5b92a','e2d8891737534dde276dd1f7f51d42558b9ad60d88baada83f75951905e6f174','ff248b85fd21bc790360064d5beb149b18e28cea5f65736ea344c0919ea7e2a2',NULL,NULL,0); -INSERT INTO blocks VALUES(310026,'6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a',310026000,'8620bd0283c320330631185d1b2351718f174732bd099324a0880719cdfc18c7','e7b6699c8b2b5857b60004dec9aa8aeda30ef42483ca16bc79e4ecdc1c0b4ce7','a59165d165a94b58a3a6b6a4958f22cc5c5c817a52ddc221a9875b33079d2e41',NULL,NULL,0); -INSERT INTO blocks VALUES(310027,'d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e',310027000,'96960e09478184f4f0ad38d1fc03f0c0240e58715a0a29745a6dc58c40003249','a7e32b5f0b6568eff793a1d12d32ab594f3886b417a6491b6ec641d15e906e9e','e84c65007ed4a3ece7817cf43aee1e7e01890a6ea3e5aa08c5a5147a8e86498d',NULL,NULL,0); -INSERT INTO blocks VALUES(310028,'02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b',310028000,'2f556d2528abe1c4e9d31f6ed70d400d94633d4dfb54c9a4f250e1b054f9a384','8b22bfc6153a2e742e843a5263194ffcf3ab985d934e212266ca400ed568e710','d6c6ac48c36a68861370ec1b07a6bbb503f541b856b94b0cd6fa8ac31b70c3af',NULL,NULL,0); -INSERT INTO blocks VALUES(310029,'3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6',310029000,'be195b1f7b7b55dcefb83907d954736d4bf059a9e32055131efd16602d7761d6','ad8654356f0a1ffb669528bf4c3625e9d43ce08d9dda7f1adc2e962b65d20b55','d2dcb56c72c0094bf52cf8086f73ec074498134fa72ab1716a98484f4113281b',NULL,NULL,0); -INSERT INTO blocks VALUES(310030,'d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5',310030000,'d3a25656dbb63eecf1c89820581fcab193d750f3a09ca8ab34a5008c8d89051d','f9a6fb698ab5cf74c1d334f2bc3fc258738c330a5bf3614b8951c6f2d90263a1','2954d7c21f6764e44a3835d2f7ac29932dc329973a444786d7357dbbf93547f9',NULL,NULL,0); -INSERT INTO blocks VALUES(310031,'0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689',310031000,'0edb535f8c6a40062a86e4ea327cf7fb70310b6d55a6654d5a23e54498aa3159','52c64812c82695720461525033471afc39749f788156239b06f72c7887206fa4','a2f0addae5133e1078c0138263c90b37b906b8aff18730d53012ff881d24dd82',NULL,NULL,0); -INSERT INTO blocks VALUES(310032,'66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074',310032000,'a9208a1b7f782852d652e5089c6485744031176b4d285ea985bbc1df0ccf49c0','4089c5ee6e83c7fdb9d8f0df917268b807801e7f0fb477b6a7fb4b9f931601f0','090a2d0034e179d8c0c4956596706bf015f1b24f46d78709b58cdb2b0d910ae1',NULL,NULL,0); -INSERT INTO blocks VALUES(310033,'999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707',310033000,'c8a973eb6bdd28dcab4f1b2a5e29e104944745e57a54e6d87b370aafb2e589f6','28e9816084711e62a27a7d33af7a023d9c375d67c6d7dd4fbe840d511d114fbb','b2429d1898b21db05db2d0811543c4d44970451a2a388acedff665a729851aa6',NULL,NULL,0); -INSERT INTO blocks VALUES(310034,'f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208',310034000,'0d7b5809b7a5aa5ff854cfe141490a78c9b33e16f8102a8e804dbf0a0a8c0842','37532a1b8cba78b522775b2feabd9dc786b259b49ae54af0279fd84061fcaf90','f1585afe641908117e603f15d94f1f21e78e7a8dd9d27a0e072214e1912bdf50',NULL,NULL,0); -INSERT INTO blocks VALUES(310035,'a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2',310035000,'6b4c99289086445a7bf575110172a661c1cd37c418b70afd8ef3be0982041f5e','6d74b1faad84274944078e3fa21083b3776e37da614acfc8d61987a1a48db51e','961c01114b37206d1bbc0f6557e64be4866736879656758269f68f97bc089963',NULL,NULL,0); -INSERT INTO blocks VALUES(310036,'158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76',310036000,'f20b81389b2f4c9c9be4442b3c68f87da881406f1490637c7d93d63539155a7e','246e6cb136a8e79ad87ccc6a2318361c689d4720a9000c1a404f3556dced1bfb','369db33c7d6d2604b81e19b8aa2d08e81edb839c48e935067f8ed0b43f76e30b',NULL,NULL,0); -INSERT INTO blocks VALUES(310037,'563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07',310037000,'52d554e6b53b853066a3a8f931fc37779f3596c4388e277a9f66a95e001a09eb','c4474243bf31bccb8aa11963c477e3d40bbdbf6c604edd86429c37b59d83b427','542653f656deec1381fc3e79121832516b0c561b9011ff1c8639d7a0329f979c',NULL,NULL,0); -INSERT INTO blocks VALUES(310038,'b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2',310038000,'08a949af614ff73a79313a5a949908b368efe1f8c131eeeb51ed610baf65ac46','791f23628ed99486b93754ee4e7a3717d2deee1ae60d4b80dd79c614e874c94a','cbfc7c8c8a83d3a4a0ea54fb9062dd52baf01ab47a440f6d022f3ae2b7473c71',NULL,NULL,0); -INSERT INTO blocks VALUES(310039,'5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347',310039000,'7ff8b2408ee1124a5ee573d31023660aabcdb21599bdcfb4a3bc1895d7910094','019a41a08fe760b6ca07f10cdb763ebd41d76a7a458f81023dacd0bb000221d6','f51fd1f4835033c7f873177be987121a40daaf6166f57136e128398d05bf0c72',NULL,NULL,0); -INSERT INTO blocks VALUES(310040,'7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3',310040000,'c687e753c01711e94cfcad1f16d2976a12ef5d6c3731c64db26f969c988fe7c3','81bf654cee844b048e68c07fdbb561865156f77769d686aba7666d51bfc529b0','e90cd12cffb93078fa6381aa3c48ca904d950fb999c72ff3ce646ab0dd971882',NULL,NULL,0); -INSERT INTO blocks VALUES(310041,'5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359',310041000,'66f493ec8b5cf8140d1f627f008c50624d3069f56828df90286b53a2d6cbf47e','87461d03ba2d32213a73f526b81f1decb96b112a012ada6f9fc089032720798c','443d2af20fe3f83a0c9c62e886c806c45558670b2311ca0362dfd58f4c6c26e5',NULL,NULL,0); -INSERT INTO blocks VALUES(310042,'826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4',310042000,'33acd319bde452aa81b589435a31ee3add742870a928ef2c15a7a447b4b4e0fa','c1fd057575646ab25fc055b10cb7cc9cc4d4d05f0ddbacfaa462fc9ac32d975e','49ecb3e50489aed0051c5e814f27a376d890b6f700f26d80b15d857967263549',NULL,NULL,0); -INSERT INTO blocks VALUES(310043,'2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51',310043000,'83997825aa2597adb0292e265f01e937f621cc75d8cc18e23a4bd0c1fb0920c7','86e036eb2032af487a2c3ccd6a6d8b3073c155164cda4bead96f92da996fd4be','74a47e2f77508512de3f86f69ec5e807cfdc7453dcf8de7e313e4e5b8ea340ad',NULL,NULL,0); -INSERT INTO blocks VALUES(310044,'3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b',310044000,'9890bca86442f329b2abf1b3bbf4d94e8ab54d10dfa7823a53f02fcfef030d88','a839b90852909b1e21b4461debe100d578abe34e3a46837b444a92db3eab8d97','b4139cef14c1f11a734e02efa099d9ad23759ea56ffe52b6c682af52d5082436',NULL,NULL,0); -INSERT INTO blocks VALUES(310045,'7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98',310045000,'a909f658a8f405ef1f5cd8bbab03cbd865235544ae1c2f4dc20e2a4393181efc','a55dd67a02d97f49eb1ce9cbdf94b201a0320065e63aaccca1d14fc856a167b1','7dd1d618a74ff6a36c28c18781054a0d6ffcd78adc6882c12680d4d0326d43df',NULL,NULL,0); -INSERT INTO blocks VALUES(310046,'47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6',310046000,'713d2ccc66a1aa7797ea9b6af18b04245478c7582a8aee76cf2c7f3f3060df3a','c7bdbef0fecf54c6d2f1dde171123487c95ccea2cb80743633a8bbdb3c3b9d35','dcd9fb957c5261153d97deb988a956ab6f097a66ba45ba4a3a4f1a028cbf7cc6',NULL,NULL,0); -INSERT INTO blocks VALUES(310047,'a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075',310047000,'534500ae61a04841771193d57384d27b54fa2bb92c0698beaa46509b3d39eb1c','8c7d8f1273c82696c80fa325a3dde05ee4ad5f719f6890b3d93907c91302cf7d','cd1e3c3548871297cf9eb75531a05696fd46980c2b43187bc81c8d22a0f04c20',NULL,NULL,0); -INSERT INTO blocks VALUES(310048,'610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309',310048000,'48c8e5d9ab1887f092731ba2881a330d22d4f03f601dccc096fa5147042a3d55','4c724447d400c30336cda4523a84f5cfe86849086f98367e5821a0bdddf68f7b','df2544ef341419978057d8c983908f769e00e68121425ef47e3b9e6291de2b2f',NULL,NULL,0); -INSERT INTO blocks VALUES(310049,'4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c',310049000,'6c5ec3d2b7d8a724175559db977cb9ab78eecd39b9239688b30d6d3350cb01fe','8f0ee591c9f8165289f106091ac0cc19dbaf813bf1134c3ad2cf302bdba0e8c7','08c6aa2f223f2ca279f652f7bdddcce63ccb7be3ed7b401e80d29b4f0605a49a',NULL,NULL,0); -INSERT INTO blocks VALUES(310050,'8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348',310050000,'817dc86594b3820de76f1d2bc2400d702475d558d6ee5bef4313fc154bbdaca2','9ff934d29741af663537dc45d552b6c01cc8ba577af1fc2ddbbcb7259477bab8','c4b3330c41edd0722350462de7ed809b90256b8b52f0276ec1c9b639f558c573',NULL,NULL,0); -INSERT INTO blocks VALUES(310051,'b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6',310051000,'00916e6bac2f648f953c8d6dff21438a6ec53ad198b33f90667e8d4564e00e78','3074814e0ba9b6e99b6af70ecee2f1cd072d760d921d13f04a5064342636da4e','c202cb700bb5fe60bbd556615726be3fb03aede5d5abb0f1b22d2883cb89c8ca',NULL,NULL,0); -INSERT INTO blocks VALUES(310052,'0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2',310052000,'959df962b9bc7ef215f1530b886613404adaf81552d6eeb4b1401ea265ad5f4f','c792d99e376babe180a99ebe9c20a7925a74fb919ccab28a600d200caad6c0e3','08121cc6dbdab1cf85b0bd1499c44ac8b9e243be060fccf0aad8a66dd2b9c08a',NULL,NULL,0); -INSERT INTO blocks VALUES(310053,'68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f',310053000,'d76b639ebddd434e5269de084de0b502e7f0eaff71b4e99de2d4ebdd1fc61380','ca53cd5d8d4e90481a6099af39825f25e7b5325fd586693362d9e7302e72fc3a','393c8ec2ba76175f7db55df820fd8684587d1c113b37d4f3837573ff82f4a21a',NULL,NULL,0); -INSERT INTO blocks VALUES(310054,'a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305',310054000,'525e8cabfc993080d128faf38a5e5c9e9afa61423a5f20a90d68cdcacc96b59b','1bfbc68852f429756bdfb76508d3f044ecc24704e437259c23107470f1edec74','0a07b3d6f99d5da6d1332c4d4cf317fed41209fed6f97f98e2321d9857c8d8e8',NULL,NULL,0); -INSERT INTO blocks VALUES(310055,'4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356',310055000,'155ffdc74a2077a3da7d5c068833468c7d0758dfb525a799f910cdb1543beadb','86186f38b173c755554117ee448b6935fd6ec6ca9f464438d659ad6be767d481','9280884f6a2f47547a8fe647446ba6e957d50183e2b3f8e318badaa27c7ff6ad',NULL,NULL,0); -INSERT INTO blocks VALUES(310056,'7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3',310056000,'4f6fe786e34af90927bcd888b4b2a8fc69d3ccdfe4c4bb37edb2007901ce234a','822b518b20b4f136877f2dfb4f4a9299a4ef7c26441791e986677396405ee03f','5a8cb72856656df14c899405cc8f04879a6c79c965eeb9de6e575fa4e4ece9e7',NULL,NULL,0); -INSERT INTO blocks VALUES(310057,'4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411',310057000,'30978d87fd8e32d9d27c92a0d4ca19d179b515ed95410fa96bf496b4cd8aa5e2','79032221c81d77f7dd7e35d46a314b21b17df32357b606ecb7402e5976473b19','16227bf87e7f1fa6619bfccfb98c27d38630f054784614857caacc835971700c',NULL,NULL,0); -INSERT INTO blocks VALUES(310058,'a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f',310058000,'a0760bc5d2f04b381cc46aca84aa3788e8e3fbc833379a26ae812807d3a04fc5','8f56034a75de70a679a8bd2515b5982dcebc5b2a6c468203ee8922f7e12aca4f','4cdd3c15dfa5cc004bdf1c5ef4020357eba701387c204339b979c4dbf1db0119',NULL,NULL,0); -INSERT INTO blocks VALUES(310059,'ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9',310059000,'26dcef9e54b1a34b6024f8402ddebb6e9449cd90c270e3db75354a001484b1a1','d645719f82c5029a7fe5eba356e16c17eb676e0848ac2e03b4d98df0106ae95c','acc688eac56ff347988947242f150027f8ce7da2e71ef8ac7f35e4f63c28af2f',NULL,NULL,0); -INSERT INTO blocks VALUES(310060,'974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b',310060000,'810ebcdb63a08af5a26d1fd4e7a3604afd03bd06ff620d6a86c665e1c81116d2','de75a174069eec13deaa318cf1429ed15d775816b7ffe6f46c7db0e252584271','9fac07b3afcb2348f7fb022bfcc1ae954276c3ae798ae2629c4dc4a782defda1',NULL,NULL,0); -INSERT INTO blocks VALUES(310061,'35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf',310061000,'1edfc24d186c7e7267b11c03b0a29e57926e9ab25f668231a18a499cbd08c702','4f5fb29442a7bfe7928dfd0a30bc730b2ee0a0bfee963e20f8da2eeb0bc3d6d6','75b7f07c6e3b603baff989930836e17d0ae2524ce37fbc0777972a9ff9059e0e',NULL,NULL,0); -INSERT INTO blocks VALUES(310062,'b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f',310062000,'b0de9503f019c9548a97bd198e6b1b58b57d6a7c231ace2d72adb0421b29e9b7','99f2cacd3f24f7f8cf40d0c6a3c50413a243d886a381f432dc4398b06dd0003e','1ac01db2f9ae61d2641e38e12853aac048e12b60075eb4a844afa0c05168698f',NULL,NULL,0); -INSERT INTO blocks VALUES(310063,'0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe',310063000,'62e41caff168eb4b15eb67ab2130510ba3f17ac186f8516cf5b5c6f168988345','6436ea453d46084d34e4af17b844a1312a3a3f0d95234921dffa50c3bb86a8da','60f65ede7476326a289dfa6513152cdc44a25ac1cc6c87879ec6702a77b887ce',NULL,NULL,0); -INSERT INTO blocks VALUES(310064,'e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30',310064000,'a444b1535d27bb2917478019c4c59abf9474e87128f9ec1e44c20eea1f014f3c','4a7b7ac0f91d282190236dd238b33f7b76b40c1f5151c25117d7fffe014a1995','011f8ee3e1fb33c8ccd95c62c3f70c0ed52462346b5a2feadf3ddc5ff31fb1a5',NULL,NULL,0); -INSERT INTO blocks VALUES(310065,'8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a',310065000,'0ad978671f587f99e5e1c1b6f68ac3d18bb03a3bd7ea9afb63590bcef25160c8','a7373340d9f43d4256f8a9063b32c415ca44e5964abc500cb3daa631ab92a311','9e98b622f8c749c5b9b6e74186d27a796f57058f33fb4a09707aee52f71a665e',NULL,NULL,0); -INSERT INTO blocks VALUES(310066,'b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d',310066000,'a6bb36829770b24fa0b960b85566a0138360a60b52cec62d94d7df8cb0b8f8b4','3f137eaa77970ba242a8bd0709970f7045ae79ca9f3cc172882577ee3ed34e9d','617f9d56006946ab21086f5cb7b4c8d71b7bfec2abb267b5db169d8a5b2006f5',NULL,NULL,0); -INSERT INTO blocks VALUES(310067,'8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577',310067000,'9b8ceda9b170429d8b9ed517f0db95487b3058397e20d7e786577c8e46b389b8','a8c54e9c41e6d694d38a6cb9bb9cea881609c013ef9bf4909fbcb0090168e263','031c3b31fc1063070298e27304bf6df48318b5daab2ec7eee0938e5f69b83693',NULL,NULL,0); -INSERT INTO blocks VALUES(310068,'9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5',310068000,'cee2e41baf86f1af24d555e9ab4a0c023b5f1ab2b054707d4434b4f60d31862a','bc2a5bfc7f1a8181b7b04970a8287b498f096bc08acf106f6a8e0a0ac5ca3723','98f51c0a679724054539899f3e8c375757a4936330e5c3f1b6f4b6a42fe229a8',NULL,NULL,0); -INSERT INTO blocks VALUES(310069,'486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7',310069000,'cbfd7ff728f05ba3f1db5972f1449618a79d3fd0d76bf7fe990aed2eb2316a38','73e3b8838f74134d3db985de53446f88c3bb86a8cec53bf773c10dd89fc2d709','84f1a30f527545fbb7b4b1463c4d2b0447700445c16afc2ec87a7d58486f0d6f',NULL,NULL,0); -INSERT INTO blocks VALUES(310070,'8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5',310070000,'9af85cd995c83b5a5f0cac66351cabdf9dc9faecfee080638fc76019663faaa6','5e951c9dc5201f32b7e8b9e72702984a2ff13c011cec35ef4ddbcf5b1e7e3111','0028e9984a15f4b6b6a3ce0756c63bfa5a2c358ea66ea32cc010d462963e7c11',NULL,NULL,0); -INSERT INTO blocks VALUES(310071,'7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b',310071000,'a3c547e84db6b29630b87fa566e37796e0632ba616dd6d521d558632c3b55370','c72261d02c311085af66e2c66b8bcef2833d05716f067de2327442b92d219adf','a96b0952b66f8ae6f22e58258c8f4ac031f897a4af228b68f076f348e58f16fb',NULL,NULL,0); -INSERT INTO blocks VALUES(310072,'7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a',310072000,'a0170d8a72a0f8642c0863899bf034e754596e3fd8ddffefa91e7e9a7addf944','df4f5afac7aa5bdd2e580979d13c750f4990c5f7e8dacaec6d751f4b1e3c690e','5378594472ba819b90e09940e616b49baace273f8e7258cd5635680370056585',NULL,NULL,0); -INSERT INTO blocks VALUES(310073,'ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943',310073000,'e0179a21342fcf35fa169567f1ef35bd6b0b1b048a98e90c049fdf3ee58e9da4','c5cc010dd34b520a733ad2e109b4b2b8cc84b48e412c43ac688a57f99147c164','9fdce84da397aeb15f771e7928ba250b10fd27e8adfdc27ebf69233c0494f78e',NULL,NULL,0); -INSERT INTO blocks VALUES(310074,'ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb',310074000,'8855ace296b0b078d90aa24fcd30ca9f9cccf9d3961f3dba4985a3ff187a02ac','eac5c44840751fb1009274a20657bc544e855ff1a49533c9fc43c0b6e66b7402','33b70a192e09c07da42cef4345422998bec64061ff626941000dd2b22e378397',NULL,NULL,0); -INSERT INTO blocks VALUES(310075,'ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b',310075000,'bde3a6c6cc31b96d58f466d3ce0361cc6366c8c239778f21b696d4063cf6d89e','40cde00e42632bcc0477dc071b9acfa0745283dc2a9d2d28e230f939832abbac','756431fce1f88015b15d4d6e488ec6c30c1a35429fcf4fad751920b0d3af2775',NULL,NULL,0); -INSERT INTO blocks VALUES(310076,'3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92',310076000,'f562851b32a7005ee02b9e2491c0195dddce451e8fecb428209d087e69345303','dc3ab137a2d7430196ec3d25456e09e8e63d815c8e4b246e95e7e63d4e3a9c75','90dc64f76b398ab92e633e20851015c7ea2f5874c353e1f034881f71a3e21a68',NULL,NULL,0); -INSERT INTO blocks VALUES(310077,'d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd',310077000,'996cda7b65e623747deef936d61491cedd0159f44faa1e3536de1b6d6c474097','a957a0c28f2a0beb967ef0ac9519e9207e37415af3018f1a5cb998169f3b6005','415acab11faa6bd742a927472766c026f3108dcba21944d5a7e0028047d1b8da',NULL,NULL,0); -INSERT INTO blocks VALUES(310078,'f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6',310078000,'c8286f73cc3a070f4251b7c59bb485e611437a1916fd39ffac831dc78df54ecd','3cf1b57600853e04513ad74089e344f9e5af742e1d4aaad0c9e51c0ebc6e77d5','5f4e6e5c146b28390f06c7afa540a3c9f1fd5b7a31dd729b6c9d4adb4dac9bc1',NULL,NULL,0); -INSERT INTO blocks VALUES(310079,'f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c',310079000,'ef9dab42700918027fac849f2088d2248a6291dc7bc24be583b556f37739631b','6cf1d5147d5c6523c275384d404b4f7a750dab987def5846979bc5d14233a44b','79c5781d4de8427cfe043942a37438b22ebfdf040d502412d85e5383a3d717e5',NULL,NULL,0); -INSERT INTO blocks VALUES(310080,'42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c',310080000,'c6bbc52f1e8f907b2d66378f4352f41ae3d354985aaab5f16d737d75a7e6b1d8','091641bdce3f527a8a3da393068fca3534e8209fba337b7b79bf22f2a6bc5dec','5404dd2db87a71ab6ce966727f73a2a1ab44435f0f78f770ddb62ddac51c0e48',NULL,NULL,0); -INSERT INTO blocks VALUES(310081,'6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4',310081000,'66f7b7ff8f0217ed62938a5931d4a6a232546e5d58e09dfd3ba5a792c35fa560','8a955c5c1a5c9f8c82553803172cc961e61b2e2e19b9c87cad6dec24512ee351','7f483653a3f14f56cc6b21e33286166ef1c5949a7ca41a978ba8a057a8b5c92f',NULL,NULL,0); -INSERT INTO blocks VALUES(310082,'4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644',310082000,'2b26c6d901ca9790987331432372046d9620d10ea163f4824208d6b23e8e7a35','482bf498868976d12ae17fc38bc847d8c7398c96fad5df9f1d2719197fa038e6','9ab4ed936795f303c26f1b2336f122b701f43b84e9bd00b7a001c75c281110a8',NULL,NULL,0); -INSERT INTO blocks VALUES(310083,'9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850',310083000,'0d6d774dce93e94e870835005b0e8b04f010fb25158aa69a0fa0321d1577e987','ed1021dde8c16263483f3a50091a2df2105977a7aab9217b78af58833433853c','e56a3974aea318dfa0bf3333b7d34ae0be5655a9da597b0ab92bff641952aafa',NULL,NULL,0); -INSERT INTO blocks VALUES(310084,'1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3',310084000,'9dbd171e3606b1662f6b576339b1e9aaa3da8a9f8a246bab905af255add4a762','e5ea123c86cd7147d8cd8d9866006e1da8528bb32c8005a998ca9f6ee917c2ba','f6e46ba379b457f39abb19b026988e647f1100274eed67fea0643958eff5e7bc',NULL,NULL,0); -INSERT INTO blocks VALUES(310085,'c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34',310085000,'db67b5dc6b0c0ddec22d0e716b72aa8cb6fa9702316f2a8e12659ee229094c16','a25387e650e60dbb003c5ef16c46a8d8464013d81bdb49508c2935368d4ae9c0','1dd0dbb7c7dc528386a5ce6a8064a87ec1c24f563b4e247b6e38d423665c20ba',NULL,NULL,0); -INSERT INTO blocks VALUES(310086,'080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78',310086000,'7cf70b5298dbb36efbec2fb880b76e2514e3bad9d5200875fa3eb3ceb7719ee8','f5028a37d6395b533cf60e6ce9f0bf574a0a7beb2cebd2f545b5183e5362aaf3','1bd4317455be13de7ec5463dbf39deeabe7348deafd64628da2fc2d3e0215acc',NULL,NULL,0); -INSERT INTO blocks VALUES(310087,'4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c',310087000,'27106f400fe1ee93bde42f3bf3cf39737fb856bbf0df3f90fe0838cf7d38798c','f336b56eb2aab91aaacef9df8159627bafc67b497482abcec9ad6786710da7ec','34686c8406f64df46c17ac6eb7cd50931636cc2a6669da530c98edb249db007e',NULL,NULL,0); -INSERT INTO blocks VALUES(310088,'e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3',310088000,'28c9833eded6d68967f206e5884616f83bb9ad16b9d7a507031b96480aecc799','c51f9cf9cd60f836bf4ae7ee0cd982829f6f7cbb2503eafef3bb167a285cf9a9','f959015a66394d775023cfb7ac97303f639cd00404ce92aab197477e7311690f',NULL,NULL,0); -INSERT INTO blocks VALUES(310089,'0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33',310089000,'cdac6435934ea6e67a311495325c85237158ef30c009ea44c562c2127d79e696','b6749729423101ee337b7fbf0362191ba34102f01db03b225ac0d6c52de2a6fb','b7cc8d5e48e1d79ebcaeb50200e163a24e5ec8e2e1193191961aeafc98c12700',NULL,NULL,0); -INSERT INTO blocks VALUES(310090,'b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969',310090000,'cb33e420348e7969a2310445a6c17c79e647d3c6f3106d4fd0c0a1249e11ed6f','544bc0db1dbb1d22a05e5f81de7520ef990df5b897b9f9e60d98f102fef86568','9411e227e726efc565480878fa7d07fe8e729be7b705a8f6795ddd1fc3cee259',NULL,NULL,0); -INSERT INTO blocks VALUES(310091,'734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c',310091000,'dda2531cf7db78a3f27c1ce70189b3f6efb69ddd24b61639f9deff42566bba2a','217908d5688f0d9797f04ee9c3cd03ae93c20f4e5801fd809d3c37154e55b7b6','649cefa3be193bc7c93991ddf847c67f05ceba1dbcd5f2cdd3ec6f9a45555671',NULL,NULL,0); -INSERT INTO blocks VALUES(310092,'56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d',310092000,'9ca7d9e1da0c6e4465d9e1c76990b6c48e62ee3a0b3b83189dc7a0f2c03a3006','6e31995ac19f2ff3fdfe5d2ba7a49f4b018b132d2aae92a4c664a97d6a6b3b6b','52be4ee91adf9099ced92b59d623b16880c96b9cb859853829cb46783d2445ed',NULL,NULL,0); -INSERT INTO blocks VALUES(310093,'a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc',310093000,'c6fc005e874909cf0393ac1bee7267f66cc5355c549d8657234a0ed6b429c869','d7d3f23d0014f40f3ac6a00fbb59e95653d22e11360783fe4116be9ecf360149','448a29cb0b2167b10ac545a6fba39f03e6e7e58553e619e0cac9a6865a95c049',NULL,NULL,0); -INSERT INTO blocks VALUES(310094,'2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23',310094000,'14dacaec0b37ca20f271e500d0ec1837a63006eb464728c067107738ad3167c6','7a1a9bf5515019b99c1c35abaa4a2003c6291018e090c26ec03c5c951f853f82','d5199f7f3e5605d0bed415e172093248c7bbef97e0e3a34f50a102225acd5784',NULL,NULL,0); -INSERT INTO blocks VALUES(310095,'bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2',310095000,'05bd680c082185147e83785e7464d8890908d1550359b4fac79018b510475e01','40b9134941fbe6312e3a7dca4b1f5114c3b7ab73f6ab84ba96aa101097111168','54dcb524bde94afecdcf92fcf392fae99c6fd4af5521466c5b44470ad3fd7ce7',NULL,NULL,0); -INSERT INTO blocks VALUES(310096,'306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f',310096000,'b50805d750ebd26f8dbced919948118f1f97ce7d117aa1760e7a3c4895f51e13','4e1fd0382baffd66852d64c667941808ebeb08a17309ccfe91be8e16046ad266','632fdebc86c8d691f81b764284619733c5836506229736a90c769bb8b90d09e5',NULL,NULL,0); -INSERT INTO blocks VALUES(310097,'13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf',310097000,'dde96405c241e1d57334670e4eff7ed8db92056e6867cae10475a9bc30ba4619','8e635d69a6a40df5c3849e1811ee551c32a57a3496fe8e4b97846b9592a9ebde','64b267aba8e4b9c3fa9632f6a62c8c858bf21241e290948be3544a088eeb5318',NULL,NULL,0); -INSERT INTO blocks VALUES(310098,'ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca',310098000,'613d78fbabba246a4d1cd9d50317e732795a59812df8395472347e15cec1ee9b','c96db41449a579ffc6b459375569230e88bdfd51c10578c60f8d252eff630fd3','587009a834ea025d89ad42a28a61ac3c5decc6af3b8c8ee9436963dd70236c6d',NULL,NULL,0); -INSERT INTO blocks VALUES(310099,'3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a',310099000,'e535ca5960d2ce7508bd2157dd0cac3ea1f9ab14532a40884d522b4bba0d4979','710369d2e677643b7ab8f2bbcebf0f13017052ff7fd9adfd6ffac4e6fff83f8c','91444db1b6b3ae933b76be03f6f75bb19a28be6e7c05df33812fd47003a28b56',NULL,NULL,0); -INSERT INTO blocks VALUES(310100,'96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb',310100000,'970865291b7a6d8173d6ad2ae97335cb2e89d80cbbb7a79bb2328cf6c67fa6cd','9deae420c2b87043e6e18db077634a1d65ae60b38f604ce56f0899ed3a561347','0c73c0c3337c10df3f53e294a10237db5606ee4c410664f73a65ff627cc9c3fd',NULL,NULL,0); -INSERT INTO blocks VALUES(310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'0741e57ad88cdada65134c9f131ff5bfd9498cb054378d829e34715e8db2aa6d','4bd0054addc71915293b8f040ed3c6c64d0aaf8ad27647d1887e16d55604523c','34b664eae09ebdb9927f75efb9e2286b3786613a9bf985f252bb616437b66244',NULL,NULL,0); +INSERT INTO blocks VALUES(310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'cf0ea1d313e22ba5f413075b88e07dffc5c00e59f95eeb6d6dec935bd77f5ae4','f06c23e6040a063ed59693baa0d63492dce64e1debc7455b22f5535c9dfbdc67','7f124b2ca50d1dbec63ed0deb85bb19119ae09032349641c02168805f7a6ce90',NULL,NULL,1); +INSERT INTO blocks VALUES(310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'bdf1308701712d94da26f53fef4c440ea2fb7b0ef7361f424ba9263e747272bd','fac614e6f77f1b954c12523e9d0eeb4252f92f3640f7d067790a510a9e893811','d4a05ed1b9fa6837a68bc93c055f39d0b4cd2a8f65c0ad39a2add2e84d8d0190',NULL,NULL,1); +INSERT INTO blocks VALUES(310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'cf830f949715ebeac09d4441878f60ac04d691c09d6c25c62a0d30fb5886cba9','0c743d61c27efab7c83c1845f6b0446b67c9b59173318709d51363e75e7a0601','3989b53ed3a41f1606dd0b8bf157d5146250e7dddd77f826e6e7226df8be8c17',NULL,NULL,1); +INSERT INTO blocks VALUES(310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'e881a675a38c4649cd44e6406ddc494996c761671bc349dcdea1de430a84258d','9ae051d14f8d19db67a85c713eefc0a936f1bad818ae1138fcecb91506a46d88','40f41b5e1ec92ba367e10315f459723d29c4166827488dfb380792cb12a4bc9f',NULL,NULL,1); +INSERT INTO blocks VALUES(310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'13e0c6276f297ff1ca77705f1b18d807ca22f53735fba52f4f5c3766dc4b04e8','a865bc7b6e26b3c3868ae080ab927ce3f2dcdb7d3654ffbcd1b3a8111d0807b1','b3a29d65bd7d14cd9f6298e55ae564ebef07bc5584a3a262dda86ec7cc05db77',NULL,NULL,1); +INSERT INTO blocks VALUES(310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'765896f532b411af9f889687a750d44414296c20002f3e2abed9551a6822937d','59095fce5f573c2ff1b5eda5cd75c36227b0f9782601e7538215fea5317c505b','944f11165c7c1cfa59408389ec396c468b474b1530319f458d12d2870b3fca70',NULL,NULL,1); +INSERT INTO blocks VALUES(310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'853e3a8d39c4e8bdb36a0ec01a8d20f12335fcc00a00ac271e9d83be471d394f','752821f935743579d04abcc94c104148b226cbc0777a6bb30bb7eceb29b85fca','29c161dcbfac6b87e9b99acf07e1291355cd44815ce327a36ffc33c1d8e69a19',NULL,NULL,1); +INSERT INTO blocks VALUES(310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'f2b2d250a94afa158f9ed84434c3ac7a0bfc97b4387e5e3c099afc95b8a6ad9c','405914410b5982b395f52f17ee4fc69dc0e4fb4c7a511009c700c0d1bdbfb563','0783597752e8ec08b7031127abeacaa91e00896b469abf8407f51ebcc1488313',NULL,NULL,1); +INSERT INTO blocks VALUES(310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'8c44f15f5606b6fe984a9fa7df8d7d5381fe87a6c8b634469804328885668569','81714583a99f97b5cefc10510f507567e02f380bdb5741e2b5ef037816e8be17','e94bcd32b3d9e9e4aad63fabdb238e17b1087f6349806aa53990cc9cbedcaee5',NULL,NULL,1); +INSERT INTO blocks VALUES(310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'ba378e9192f290d3f9d3dd1e46aeef3a185bd5aff1be809c8974fca8dc142987','9395234af8a78eb91afe7dd45a6701032af9926cba3e126e01f06547ffcb2e08','d881167a85aa355f7027ceb5526d7e6aa1d0e4ff32c217b0db5beb6b746af18f',NULL,NULL,1); +INSERT INTO blocks VALUES(310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'64f78f9eedce2931aedfe413b4f4bdeb728752e1c897e0bd44c7db665976a723','09624bd24bdd3d945e0a75450915715fa9e9a077db33aa5bdb275b0c76e7f9e8','09ec4e23d4b62d2ee2cd882cde30193ad86cabfe8d2585b4e0154e811f4feb80',NULL,NULL,1); +INSERT INTO blocks VALUES(310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'671a1b4e1edd1f96dcfcc96d521fb2125ae5b9d2d01a76fc66686b7ed20c5662','aa59f74f7d3eeee95415b1bca4a090036cd9a2efb187880f7c72c69dc1bfc059','8efbca0a8e9264fd1979b0b70e7e41e316056dc89a3f61f59234ba745d754346',NULL,NULL,1); +INSERT INTO blocks VALUES(310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'1f5b502c341699b5a59b87566c0fc02b7db5c657919f014e41a00303aa53efc8','ba55fd791587dad14742ad66d1515992a076eefbd54d1215806aa9db3811cf50','fbace3318659d1258ee674fe4dcefa4dbc6c08df8c9eca58c1281f46700b7bfc',NULL,NULL,1); +INSERT INTO blocks VALUES(310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'cd0cfff6de5dd4381301929c740015d5910339ba915a83eb4229ecb91ae84c17','6c03bbdc682356647ad229247ed9d4000c2ffd03696695e0277c43b4e4d8fed8','5599b336d053b64cf7cf5953c3ca8ca10bb83d61dbac5b4cfe3e66cdf2e55b85',NULL,NULL,1); +INSERT INTO blocks VALUES(310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'5012d84065c7a39b5563f4fadeaf30670b47df3856f43d40fda74de663753e4e','99b41cf441ebd1ad46c14b34a3da79586aee124ae643f196f23f0eadb9fbe50d','876c1c897fb2e9d49e5fee7c00fa6a5e17624615e711829391f7964a92c6830f',NULL,NULL,1); +INSERT INTO blocks VALUES(310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'0356494d376b2b65b9f4b066b9d2baf2ae90d82369b87914bb58a67927ced5af','c6fff3cf22683f773cf2941f0eb9b5ed84647569c76d40cba61ca444852fceb6','ada31679b407158492c363d0a4a1b5303653762b245cd95514c2a4e2f1144070',NULL,NULL,1); +INSERT INTO blocks VALUES(310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'c90ff439bd04970ed9e6e25cbfce32160450925a37ba3360f40df8854529b52d','16e32aeb7155ac1b89e47925bb2367269d4fc81e9da0558266ad9722843202fd','ccd2cef741c65ab1d181740559308bbdd10eb99b8fd95863619d82f39732792e',NULL,NULL,1); +INSERT INTO blocks VALUES(310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'19cf18f708dab6a983a2642802deb38d25b6fc205ea663059a0569fa38bdaf8d','94709d5f6bcb8df437947be80ac95e2e716a92645f3eec2d915cb7c088504f1c','36948f7faf4843e5aca2ac5cd0ba2e2ef307b1d53902004b90c4c1a47035040a',NULL,NULL,1); +INSERT INTO blocks VALUES(310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'d9ac565fbe7bf18c1d899dab8e0c98e070880e36fa51710382017d46ddf837cf','e3e2ebfcee41e92d855051b2c2e4344600646ac3ac5b335084d5f5a23e872f3b','ce483462419a19b21da4b8e65ffe599ad7dc3c88f2f116569817d7019a64ee98',NULL,NULL,1); +INSERT INTO blocks VALUES(310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'b66661deef419a50557d171cc1bcae04f5bc260ed1f5ff56cf08ef39158617a1','c89d7fa5df5eab9ac8a57f00c6cc2b9d75244ce412e12eb842c6a43297ee41a6','41aef5ab22fbd77f446aacae8e8368b85c093793b29570f94678ee827656aea7',NULL,NULL,1); +INSERT INTO blocks VALUES(310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'57a6c53e41338011cb06cd60118961dcec0e800f62a2c4b1e9381c666319680f','5d8f062b1b5c6740eed53d90f4cd10a23f273237bda588f42fa35653a9fe5feb','e235a8f0a9e694e6dac4ebbb59bfefeda9cd399dc2ca4ffe1902f2bf01bd4cee',NULL,NULL,1); +INSERT INTO blocks VALUES(310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'66c16af10125f298796da828f1a6c2b43123cda38e3dfc57ccc25b00f3da17f8','94b751bb8af2f91fb1933dfae1edaa636836fe1f9100edc5c6b8bc793fea4b47','34c691d7bacc67c639317a8084f56fc6a8ef5246cedcced7deadbc3aead80017',NULL,NULL,1); +INSERT INTO blocks VALUES(310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'43b6213cad601a389aed2a4e912be118dfab6cca5358d86bac03f4bee6765493','fcb847408d5ee30ef86a94a0495f53670b1157d4f33d627b62ebd84fb1321cf5','d8be522c7a72e141155070ba1d8d56ade4db0f65797f5760072502b49a5a89a2',NULL,NULL,1); +INSERT INTO blocks VALUES(310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'8a9758963891bbfbdcb6515d8d3e49c941fedba7de82038776e9f8ed65e803c1','d21109a870f8542e8ef40f6d72e36fb0bb5ac4ad1e7b3232ba1b2bdcc735810e','a23e3678f9c9aae8b85c9b92b14f78ae67d662e8a8634f842cfa1aa2a90d81d3',NULL,NULL,1); +INSERT INTO blocks VALUES(310024,'b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5',310024000,'cb034ab4a3e252fdfe9973a672e208295741a52634c9332b1501d612e0012e19','52bcbfb439bfc9cf14e38d39a9d6c401a8798a20fe64238f070125e8e7905151','20a2a942353a95f3859421b52f2f37d1e639ba0f0e54f6b1dc4cbaec9af570f2',NULL,NULL,0); +INSERT INTO blocks VALUES(310025,'a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666',310025000,'5addc8253469d5c729cdffc1c637b75d9e8886a633d4406dedf2b1c16ba5b92a','e2d8891737534dde276dd1f7f51d42558b9ad60d88baada83f75951905e6f174','9e4b2dcf305ffabd71ac2e6b81d011ce6dec8001ab58ebf9405e54fdd9eb5e20',NULL,NULL,0); +INSERT INTO blocks VALUES(310026,'6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a',310026000,'8620bd0283c320330631185d1b2351718f174732bd099324a0880719cdfc18c7','e7b6699c8b2b5857b60004dec9aa8aeda30ef42483ca16bc79e4ecdc1c0b4ce7','d6b909771bfea3ab3af2cdb96e330bd1fd69080db3f6e13f5a872658e69fee8a',NULL,NULL,0); +INSERT INTO blocks VALUES(310027,'d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e',310027000,'96960e09478184f4f0ad38d1fc03f0c0240e58715a0a29745a6dc58c40003249','a7e32b5f0b6568eff793a1d12d32ab594f3886b417a6491b6ec641d15e906e9e','6bf51066e1d2a225d56d69c716a4db3704c6d2c55c7c30bbe38a8d2d258a21dc',NULL,NULL,0); +INSERT INTO blocks VALUES(310028,'02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b',310028000,'2f556d2528abe1c4e9d31f6ed70d400d94633d4dfb54c9a4f250e1b054f9a384','8b22bfc6153a2e742e843a5263194ffcf3ab985d934e212266ca400ed568e710','5aab3996247df53ab6798c7f08c3d29dd0e3430a040f7e5f935d9639921fd33b',NULL,NULL,0); +INSERT INTO blocks VALUES(310029,'3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6',310029000,'be195b1f7b7b55dcefb83907d954736d4bf059a9e32055131efd16602d7761d6','ad8654356f0a1ffb669528bf4c3625e9d43ce08d9dda7f1adc2e962b65d20b55','3ecba0a923e908acbf47b68440fbc19400c806d552b464fc2584619ecd201f7b',NULL,NULL,0); +INSERT INTO blocks VALUES(310030,'d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5',310030000,'d3a25656dbb63eecf1c89820581fcab193d750f3a09ca8ab34a5008c8d89051d','f9a6fb698ab5cf74c1d334f2bc3fc258738c330a5bf3614b8951c6f2d90263a1','8921d2b15a78501498967df080375dac4e0f59ed0d04d1032805f915b523f08a',NULL,NULL,0); +INSERT INTO blocks VALUES(310031,'0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689',310031000,'0edb535f8c6a40062a86e4ea327cf7fb70310b6d55a6654d5a23e54498aa3159','52c64812c82695720461525033471afc39749f788156239b06f72c7887206fa4','4533a20013e1b22d036f33845fa6ede1836945d3959a00928a6039a94f20986d',NULL,NULL,0); +INSERT INTO blocks VALUES(310032,'66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074',310032000,'a9208a1b7f782852d652e5089c6485744031176b4d285ea985bbc1df0ccf49c0','4089c5ee6e83c7fdb9d8f0df917268b807801e7f0fb477b6a7fb4b9f931601f0','a36c5957dfcbe00a4c9cf299402cf098208ddba285b2a520545c0a9ea77f4ecb',NULL,NULL,0); +INSERT INTO blocks VALUES(310033,'999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707',310033000,'c8a973eb6bdd28dcab4f1b2a5e29e104944745e57a54e6d87b370aafb2e589f6','28e9816084711e62a27a7d33af7a023d9c375d67c6d7dd4fbe840d511d114fbb','02d5c934e85725efed97c9821cd40985f3cbdc4b198fbbace05d678540cb701f',NULL,NULL,0); +INSERT INTO blocks VALUES(310034,'f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208',310034000,'0d7b5809b7a5aa5ff854cfe141490a78c9b33e16f8102a8e804dbf0a0a8c0842','37532a1b8cba78b522775b2feabd9dc786b259b49ae54af0279fd84061fcaf90','6f0e84372b1f6e860bcb683ac286272ec431541ba5dcd86b4b4964d16c702d31',NULL,NULL,0); +INSERT INTO blocks VALUES(310035,'a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2',310035000,'6b4c99289086445a7bf575110172a661c1cd37c418b70afd8ef3be0982041f5e','6d74b1faad84274944078e3fa21083b3776e37da614acfc8d61987a1a48db51e','e1de2f52b201cb7ad82e795ab4859770f3aac93c5d4ea1c4aaf5fad1c6677ddb',NULL,NULL,0); +INSERT INTO blocks VALUES(310036,'158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76',310036000,'f20b81389b2f4c9c9be4442b3c68f87da881406f1490637c7d93d63539155a7e','246e6cb136a8e79ad87ccc6a2318361c689d4720a9000c1a404f3556dced1bfb','a1ff47a0612d3e0efb139c1696dc4eb89b4337ad850a98689572596c3dbd3056',NULL,NULL,0); +INSERT INTO blocks VALUES(310037,'563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07',310037000,'52d554e6b53b853066a3a8f931fc37779f3596c4388e277a9f66a95e001a09eb','c4474243bf31bccb8aa11963c477e3d40bbdbf6c604edd86429c37b59d83b427','cd09f91c8fdada08752b21be922d604dba8954e5fc7d77dd1134df244d80f38f',NULL,NULL,0); +INSERT INTO blocks VALUES(310038,'b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2',310038000,'08a949af614ff73a79313a5a949908b368efe1f8c131eeeb51ed610baf65ac46','791f23628ed99486b93754ee4e7a3717d2deee1ae60d4b80dd79c614e874c94a','1802ad14132b0456681faf5244f3c4768b0e5558c1a43cad5aa5daa3e44d604b',NULL,NULL,0); +INSERT INTO blocks VALUES(310039,'5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347',310039000,'7ff8b2408ee1124a5ee573d31023660aabcdb21599bdcfb4a3bc1895d7910094','019a41a08fe760b6ca07f10cdb763ebd41d76a7a458f81023dacd0bb000221d6','ce96d11bbd306582b9040cc69b7663d109b8f42fc5cd235676ce805ec614f017',NULL,NULL,0); +INSERT INTO blocks VALUES(310040,'7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3',310040000,'c687e753c01711e94cfcad1f16d2976a12ef5d6c3731c64db26f969c988fe7c3','81bf654cee844b048e68c07fdbb561865156f77769d686aba7666d51bfc529b0','1aafe7a52bb6db2f4644060614195c2b8b07fd2121940c04c159accf4999da05',NULL,NULL,0); +INSERT INTO blocks VALUES(310041,'5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359',310041000,'66f493ec8b5cf8140d1f627f008c50624d3069f56828df90286b53a2d6cbf47e','87461d03ba2d32213a73f526b81f1decb96b112a012ada6f9fc089032720798c','953796a6261dd19669d6614a935f1d40d9abdf38de7892afb15a5eabbcde3f9f',NULL,NULL,0); +INSERT INTO blocks VALUES(310042,'826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4',310042000,'33acd319bde452aa81b589435a31ee3add742870a928ef2c15a7a447b4b4e0fa','c1fd057575646ab25fc055b10cb7cc9cc4d4d05f0ddbacfaa462fc9ac32d975e','1ba20323eb29cbdca7a9d499ebdc1a5d02c525a69e3657bedebe1d6a8d777278',NULL,NULL,0); +INSERT INTO blocks VALUES(310043,'2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51',310043000,'83997825aa2597adb0292e265f01e937f621cc75d8cc18e23a4bd0c1fb0920c7','86e036eb2032af487a2c3ccd6a6d8b3073c155164cda4bead96f92da996fd4be','12d4dc237025b79ed4ae8cf3275e862e847a27d60df1e389ef3989871a2b3b78',NULL,NULL,0); +INSERT INTO blocks VALUES(310044,'3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b',310044000,'9890bca86442f329b2abf1b3bbf4d94e8ab54d10dfa7823a53f02fcfef030d88','a839b90852909b1e21b4461debe100d578abe34e3a46837b444a92db3eab8d97','9b71361aa4338f5dcd94cfb71c35f37a29db08e26895719d2314b5765b4df826',NULL,NULL,0); +INSERT INTO blocks VALUES(310045,'7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98',310045000,'a909f658a8f405ef1f5cd8bbab03cbd865235544ae1c2f4dc20e2a4393181efc','a55dd67a02d97f49eb1ce9cbdf94b201a0320065e63aaccca1d14fc856a167b1','8a554db35955c401372bc0be75aa06075cb06887d4b561af5cea0a056a3f33e2',NULL,NULL,0); +INSERT INTO blocks VALUES(310046,'47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6',310046000,'713d2ccc66a1aa7797ea9b6af18b04245478c7582a8aee76cf2c7f3f3060df3a','c7bdbef0fecf54c6d2f1dde171123487c95ccea2cb80743633a8bbdb3c3b9d35','6d41d60aee55ceb4429f77a062173d30c4fa55e6143f3074a688ab244e4145cb',NULL,NULL,0); +INSERT INTO blocks VALUES(310047,'a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075',310047000,'534500ae61a04841771193d57384d27b54fa2bb92c0698beaa46509b3d39eb1c','8c7d8f1273c82696c80fa325a3dde05ee4ad5f719f6890b3d93907c91302cf7d','bd045e2ab4cf21b9e0002bcf9070e3d691bc068d70911b16368d3a9be9026b4d',NULL,NULL,0); +INSERT INTO blocks VALUES(310048,'610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309',310048000,'48c8e5d9ab1887f092731ba2881a330d22d4f03f601dccc096fa5147042a3d55','4c724447d400c30336cda4523a84f5cfe86849086f98367e5821a0bdddf68f7b','88398f046f5c1c3a2f09e8ca730586c6e56f0c4c2a3e3bf777f7162bfcd7e79f',NULL,NULL,0); +INSERT INTO blocks VALUES(310049,'4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c',310049000,'6c5ec3d2b7d8a724175559db977cb9ab78eecd39b9239688b30d6d3350cb01fe','8f0ee591c9f8165289f106091ac0cc19dbaf813bf1134c3ad2cf302bdba0e8c7','8cb90c9517a14999a0d5c79bb211f7f5a1ac00731ca916ee9c88d36bcef97595',NULL,NULL,0); +INSERT INTO blocks VALUES(310050,'8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348',310050000,'817dc86594b3820de76f1d2bc2400d702475d558d6ee5bef4313fc154bbdaca2','9ff934d29741af663537dc45d552b6c01cc8ba577af1fc2ddbbcb7259477bab8','87c67053c6b923fa86f350d0140a420bf79bab20a037555e2a678c0f6c295aab',NULL,NULL,0); +INSERT INTO blocks VALUES(310051,'b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6',310051000,'00916e6bac2f648f953c8d6dff21438a6ec53ad198b33f90667e8d4564e00e78','3074814e0ba9b6e99b6af70ecee2f1cd072d760d921d13f04a5064342636da4e','62bdd61a574856126d38d10c2336292b528afcdbf47e912d3b7f438657f939b3',NULL,NULL,0); +INSERT INTO blocks VALUES(310052,'0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2',310052000,'959df962b9bc7ef215f1530b886613404adaf81552d6eeb4b1401ea265ad5f4f','c792d99e376babe180a99ebe9c20a7925a74fb919ccab28a600d200caad6c0e3','95497ec610ec5ddfe41d7e2fdd144d814df5a52a961f42be312aba90e9d77e75',NULL,NULL,0); +INSERT INTO blocks VALUES(310053,'68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f',310053000,'d76b639ebddd434e5269de084de0b502e7f0eaff71b4e99de2d4ebdd1fc61380','ca53cd5d8d4e90481a6099af39825f25e7b5325fd586693362d9e7302e72fc3a','ddc2f24b6d7aa3878f1cdb5a62a37db3d35bd4f0da4d63711cea191a6faba28c',NULL,NULL,0); +INSERT INTO blocks VALUES(310054,'a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305',310054000,'525e8cabfc993080d128faf38a5e5c9e9afa61423a5f20a90d68cdcacc96b59b','1bfbc68852f429756bdfb76508d3f044ecc24704e437259c23107470f1edec74','15cefd96bdcddc91faf04624207ea40ec083c31b7ab19fbc590a12b6991c4883',NULL,NULL,0); +INSERT INTO blocks VALUES(310055,'4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356',310055000,'155ffdc74a2077a3da7d5c068833468c7d0758dfb525a799f910cdb1543beadb','86186f38b173c755554117ee448b6935fd6ec6ca9f464438d659ad6be767d481','68b6fd7949f77b9ed54d92e01c9b9d3d67a5b011fd6b7787d6656e6bf538cb50',NULL,NULL,0); +INSERT INTO blocks VALUES(310056,'7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3',310056000,'4f6fe786e34af90927bcd888b4b2a8fc69d3ccdfe4c4bb37edb2007901ce234a','822b518b20b4f136877f2dfb4f4a9299a4ef7c26441791e986677396405ee03f','904e8d099f4ef95d079f54c6beaa88e82c34af6d7e5619aa892a6fb85cdde8e6',NULL,NULL,0); +INSERT INTO blocks VALUES(310057,'4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411',310057000,'30978d87fd8e32d9d27c92a0d4ca19d179b515ed95410fa96bf496b4cd8aa5e2','79032221c81d77f7dd7e35d46a314b21b17df32357b606ecb7402e5976473b19','94a33e229c8d03aeb6ff62013805539b6d2f6be8e5e906463237e00d11975cf7',NULL,NULL,0); +INSERT INTO blocks VALUES(310058,'a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f',310058000,'a0760bc5d2f04b381cc46aca84aa3788e8e3fbc833379a26ae812807d3a04fc5','8f56034a75de70a679a8bd2515b5982dcebc5b2a6c468203ee8922f7e12aca4f','42e2ce97c80e7b4c3142d9b1eaadd778f8120afab32920e88df51e500f94cce0',NULL,NULL,0); +INSERT INTO blocks VALUES(310059,'ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9',310059000,'26dcef9e54b1a34b6024f8402ddebb6e9449cd90c270e3db75354a001484b1a1','d645719f82c5029a7fe5eba356e16c17eb676e0848ac2e03b4d98df0106ae95c','0c14d1bd2731d591dd9c22bc6eeb733bc34d9436805426318b828da5c72be37c',NULL,NULL,0); +INSERT INTO blocks VALUES(310060,'974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b',310060000,'810ebcdb63a08af5a26d1fd4e7a3604afd03bd06ff620d6a86c665e1c81116d2','de75a174069eec13deaa318cf1429ed15d775816b7ffe6f46c7db0e252584271','656bb5769aa2323f47791942a8e90874e47d66fa99c7c0d1c56d7e6d974c9c68',NULL,NULL,0); +INSERT INTO blocks VALUES(310061,'35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf',310061000,'1edfc24d186c7e7267b11c03b0a29e57926e9ab25f668231a18a499cbd08c702','4f5fb29442a7bfe7928dfd0a30bc730b2ee0a0bfee963e20f8da2eeb0bc3d6d6','a80d2fa8171d18d7ea685c800351ef3f78b24bbea901bd9587943aa8defc05ba',NULL,NULL,0); +INSERT INTO blocks VALUES(310062,'b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f',310062000,'b0de9503f019c9548a97bd198e6b1b58b57d6a7c231ace2d72adb0421b29e9b7','99f2cacd3f24f7f8cf40d0c6a3c50413a243d886a381f432dc4398b06dd0003e','c19402db1d8e1104321db2f2ae33a5284af4b39dd621549f94d84e073872a7ca',NULL,NULL,0); +INSERT INTO blocks VALUES(310063,'0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe',310063000,'62e41caff168eb4b15eb67ab2130510ba3f17ac186f8516cf5b5c6f168988345','6436ea453d46084d34e4af17b844a1312a3a3f0d95234921dffa50c3bb86a8da','bd0caac5c8509255b1fd7dcafe6304f5110c52c2287b45cf1b7b54c3c60e5e8f',NULL,NULL,0); +INSERT INTO blocks VALUES(310064,'e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30',310064000,'a444b1535d27bb2917478019c4c59abf9474e87128f9ec1e44c20eea1f014f3c','4a7b7ac0f91d282190236dd238b33f7b76b40c1f5151c25117d7fffe014a1995','826a8b02432c6701a0725629f7cfae61e9bbe1e62309d658d4084561c515c531',NULL,NULL,0); +INSERT INTO blocks VALUES(310065,'8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a',310065000,'0ad978671f587f99e5e1c1b6f68ac3d18bb03a3bd7ea9afb63590bcef25160c8','a7373340d9f43d4256f8a9063b32c415ca44e5964abc500cb3daa631ab92a311','233a7c3f2aae1aae817f563619f7eac756a569ffd2d05f6f1a800c9f46ec45e2',NULL,NULL,0); +INSERT INTO blocks VALUES(310066,'b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d',310066000,'a6bb36829770b24fa0b960b85566a0138360a60b52cec62d94d7df8cb0b8f8b4','3f137eaa77970ba242a8bd0709970f7045ae79ca9f3cc172882577ee3ed34e9d','08cb81e08c08178c1b0d086627460bdf2164ec5d25374044aa1e0557f5ae771a',NULL,NULL,0); +INSERT INTO blocks VALUES(310067,'8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577',310067000,'9b8ceda9b170429d8b9ed517f0db95487b3058397e20d7e786577c8e46b389b8','a8c54e9c41e6d694d38a6cb9bb9cea881609c013ef9bf4909fbcb0090168e263','2e7639dbd85a0653d0cefb606e0ab612353d505efb802729091f07fddc7df7c1',NULL,NULL,0); +INSERT INTO blocks VALUES(310068,'9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5',310068000,'cee2e41baf86f1af24d555e9ab4a0c023b5f1ab2b054707d4434b4f60d31862a','bc2a5bfc7f1a8181b7b04970a8287b498f096bc08acf106f6a8e0a0ac5ca3723','d9024610a9f1e34fa09345d3d92f134b35aeca1c0be7fbf90ed5c708b01ddbaa',NULL,NULL,0); +INSERT INTO blocks VALUES(310069,'486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7',310069000,'cbfd7ff728f05ba3f1db5972f1449618a79d3fd0d76bf7fe990aed2eb2316a38','73e3b8838f74134d3db985de53446f88c3bb86a8cec53bf773c10dd89fc2d709','b219fae894a29fca38ac998ffb726600ec402584bf54c6f1f9e9b0a160de5856',NULL,NULL,0); +INSERT INTO blocks VALUES(310070,'8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5',310070000,'9af85cd995c83b5a5f0cac66351cabdf9dc9faecfee080638fc76019663faaa6','5e951c9dc5201f32b7e8b9e72702984a2ff13c011cec35ef4ddbcf5b1e7e3111','f8f5a5aada5a4909b8068dcbaf735840dd757af49129709feb8820205e1d7f3f',NULL,NULL,0); +INSERT INTO blocks VALUES(310071,'7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b',310071000,'a3c547e84db6b29630b87fa566e37796e0632ba616dd6d521d558632c3b55370','c72261d02c311085af66e2c66b8bcef2833d05716f067de2327442b92d219adf','ee482714e69187464c8f4fd018627ed0a75a2dd09c951ac57100164898262198',NULL,NULL,0); +INSERT INTO blocks VALUES(310072,'7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a',310072000,'a0170d8a72a0f8642c0863899bf034e754596e3fd8ddffefa91e7e9a7addf944','df4f5afac7aa5bdd2e580979d13c750f4990c5f7e8dacaec6d751f4b1e3c690e','42e675106daf13e063cf853f60b7ef52fb19ff00a01d8c5e4ee5e196a015ca82',NULL,NULL,0); +INSERT INTO blocks VALUES(310073,'ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943',310073000,'e0179a21342fcf35fa169567f1ef35bd6b0b1b048a98e90c049fdf3ee58e9da4','c5cc010dd34b520a733ad2e109b4b2b8cc84b48e412c43ac688a57f99147c164','d166c887c9f6e04f5f56146d28f51264bc55d368dd0e85eeb75fa1fdb68f1cbb',NULL,NULL,0); +INSERT INTO blocks VALUES(310074,'ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb',310074000,'8855ace296b0b078d90aa24fcd30ca9f9cccf9d3961f3dba4985a3ff187a02ac','eac5c44840751fb1009274a20657bc544e855ff1a49533c9fc43c0b6e66b7402','254a498d280d0a7348d7fb83d339b0cde9c8dfa6514d9f358dbf0f30980b914c',NULL,NULL,0); +INSERT INTO blocks VALUES(310075,'ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b',310075000,'bde3a6c6cc31b96d58f466d3ce0361cc6366c8c239778f21b696d4063cf6d89e','40cde00e42632bcc0477dc071b9acfa0745283dc2a9d2d28e230f939832abbac','7e86f36800652cd37ea75ad979f71107b0ada62363d7fb6b2a426741613ae99a',NULL,NULL,0); +INSERT INTO blocks VALUES(310076,'3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92',310076000,'f562851b32a7005ee02b9e2491c0195dddce451e8fecb428209d087e69345303','dc3ab137a2d7430196ec3d25456e09e8e63d815c8e4b246e95e7e63d4e3a9c75','bf82182a029c857e15cd381ee32ab8342ff8f7fd20675ed110668ba55f96a3eb',NULL,NULL,0); +INSERT INTO blocks VALUES(310077,'d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd',310077000,'996cda7b65e623747deef936d61491cedd0159f44faa1e3536de1b6d6c474097','a957a0c28f2a0beb967ef0ac9519e9207e37415af3018f1a5cb998169f3b6005','9eb2d14d7862aa08e4a6c1c4474bd58118649a0c295b88c21538b233beb1ebab',NULL,NULL,0); +INSERT INTO blocks VALUES(310078,'f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6',310078000,'c8286f73cc3a070f4251b7c59bb485e611437a1916fd39ffac831dc78df54ecd','3cf1b57600853e04513ad74089e344f9e5af742e1d4aaad0c9e51c0ebc6e77d5','0442f05f78e4a8025181a04bfe750d95de1a631b5152737ef87579ec4a075b23',NULL,NULL,0); +INSERT INTO blocks VALUES(310079,'f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c',310079000,'ef9dab42700918027fac849f2088d2248a6291dc7bc24be583b556f37739631b','6cf1d5147d5c6523c275384d404b4f7a750dab987def5846979bc5d14233a44b','5427c9f9bbf8281fbf119ba96ef0eb63dc9b697f2149691efeee5052dc900521',NULL,NULL,0); +INSERT INTO blocks VALUES(310080,'42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c',310080000,'c6bbc52f1e8f907b2d66378f4352f41ae3d354985aaab5f16d737d75a7e6b1d8','091641bdce3f527a8a3da393068fca3534e8209fba337b7b79bf22f2a6bc5dec','21f9b8981b1ebde16866bc5cf9134c66194715727966123f8e0a955fba5d8bd8',NULL,NULL,0); +INSERT INTO blocks VALUES(310081,'6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4',310081000,'66f7b7ff8f0217ed62938a5931d4a6a232546e5d58e09dfd3ba5a792c35fa560','8a955c5c1a5c9f8c82553803172cc961e61b2e2e19b9c87cad6dec24512ee351','921ea02221e35d13bbd59cf464bb6174b778b6fbe712b469d80736c7ec35b405',NULL,NULL,0); +INSERT INTO blocks VALUES(310082,'4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644',310082000,'2b26c6d901ca9790987331432372046d9620d10ea163f4824208d6b23e8e7a35','482bf498868976d12ae17fc38bc847d8c7398c96fad5df9f1d2719197fa038e6','6f954b06d04337487ed815864bf62b57c47a8c31578b62183acb095f011ea4dd',NULL,NULL,0); +INSERT INTO blocks VALUES(310083,'9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850',310083000,'0d6d774dce93e94e870835005b0e8b04f010fb25158aa69a0fa0321d1577e987','ed1021dde8c16263483f3a50091a2df2105977a7aab9217b78af58833433853c','770eb8aa0ba7859b682e6ccc6a1f67a39a64d2067841fa0974e4bc70bb3333e9',NULL,NULL,0); +INSERT INTO blocks VALUES(310084,'1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3',310084000,'9dbd171e3606b1662f6b576339b1e9aaa3da8a9f8a246bab905af255add4a762','e5ea123c86cd7147d8cd8d9866006e1da8528bb32c8005a998ca9f6ee917c2ba','f9193d0792fcd79ed9bd26024e9a2c566f33f839bd614813886d7cbc5f6a1fe5',NULL,NULL,0); +INSERT INTO blocks VALUES(310085,'c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34',310085000,'db67b5dc6b0c0ddec22d0e716b72aa8cb6fa9702316f2a8e12659ee229094c16','a25387e650e60dbb003c5ef16c46a8d8464013d81bdb49508c2935368d4ae9c0','81a9ae35916a0b04855f4ee02d3964baa5ea690f1905d64df35198f4651b8f81',NULL,NULL,0); +INSERT INTO blocks VALUES(310086,'080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78',310086000,'7cf70b5298dbb36efbec2fb880b76e2514e3bad9d5200875fa3eb3ceb7719ee8','f5028a37d6395b533cf60e6ce9f0bf574a0a7beb2cebd2f545b5183e5362aaf3','1a16710c9714bd6b6542c156d43a20737727751f3ebb7c261e23d597f67590b9',NULL,NULL,0); +INSERT INTO blocks VALUES(310087,'4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c',310087000,'27106f400fe1ee93bde42f3bf3cf39737fb856bbf0df3f90fe0838cf7d38798c','f336b56eb2aab91aaacef9df8159627bafc67b497482abcec9ad6786710da7ec','da322923b7ca67f4b487a824b5401bfd488dfc53496a119aea518f7072fa84d9',NULL,NULL,0); +INSERT INTO blocks VALUES(310088,'e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3',310088000,'28c9833eded6d68967f206e5884616f83bb9ad16b9d7a507031b96480aecc799','c51f9cf9cd60f836bf4ae7ee0cd982829f6f7cbb2503eafef3bb167a285cf9a9','2092be4b465ac64e74f0e63dc3a7a86ac5850951af43afa7af7a0daeed39f7b0',NULL,NULL,0); +INSERT INTO blocks VALUES(310089,'0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33',310089000,'cdac6435934ea6e67a311495325c85237158ef30c009ea44c562c2127d79e696','b6749729423101ee337b7fbf0362191ba34102f01db03b225ac0d6c52de2a6fb','13e664fd2991c4b5067271eeda4bdf2fff24cd9b577ca665edf5cda26d80ebb5',NULL,NULL,0); +INSERT INTO blocks VALUES(310090,'b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969',310090000,'cb33e420348e7969a2310445a6c17c79e647d3c6f3106d4fd0c0a1249e11ed6f','544bc0db1dbb1d22a05e5f81de7520ef990df5b897b9f9e60d98f102fef86568','610ddb59a919dac9fd094d9f0975f5639e09588a9753d70293d9ec3252d53533',NULL,NULL,0); +INSERT INTO blocks VALUES(310091,'734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c',310091000,'dda2531cf7db78a3f27c1ce70189b3f6efb69ddd24b61639f9deff42566bba2a','217908d5688f0d9797f04ee9c3cd03ae93c20f4e5801fd809d3c37154e55b7b6','401fcf7750403fc99e90abc824caa7cda9d7d78666fb085b5369801d63f333a2',NULL,NULL,0); +INSERT INTO blocks VALUES(310092,'56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d',310092000,'9ca7d9e1da0c6e4465d9e1c76990b6c48e62ee3a0b3b83189dc7a0f2c03a3006','6e31995ac19f2ff3fdfe5d2ba7a49f4b018b132d2aae92a4c664a97d6a6b3b6b','509c732fe74ad4be4f79a7287c918c5ff56e86ed7f224074515a42f64ed53331',NULL,NULL,0); +INSERT INTO blocks VALUES(310093,'a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc',310093000,'c6fc005e874909cf0393ac1bee7267f66cc5355c549d8657234a0ed6b429c869','d7d3f23d0014f40f3ac6a00fbb59e95653d22e11360783fe4116be9ecf360149','63fcca0abf6040f22ac5aba995f39235902b2831380d3d7b021e299e5c067598',NULL,NULL,0); +INSERT INTO blocks VALUES(310094,'2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23',310094000,'14dacaec0b37ca20f271e500d0ec1837a63006eb464728c067107738ad3167c6','7a1a9bf5515019b99c1c35abaa4a2003c6291018e090c26ec03c5c951f853f82','06aeda6d71e3baaabd9e2978855a9675ee0a073156e2117694bf740aef49f669',NULL,NULL,0); +INSERT INTO blocks VALUES(310095,'bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2',310095000,'05bd680c082185147e83785e7464d8890908d1550359b4fac79018b510475e01','40b9134941fbe6312e3a7dca4b1f5114c3b7ab73f6ab84ba96aa101097111168','0a8540869f8dac82a46c19aac70a6b2bd7542cab2593cdac3068a03ddcfde503',NULL,NULL,0); +INSERT INTO blocks VALUES(310096,'306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f',310096000,'b50805d750ebd26f8dbced919948118f1f97ce7d117aa1760e7a3c4895f51e13','4e1fd0382baffd66852d64c667941808ebeb08a17309ccfe91be8e16046ad266','3e290bd146cf39a4f2b300982a43afc88a1662099bd24d293da95fe3e28255b0',NULL,NULL,0); +INSERT INTO blocks VALUES(310097,'13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf',310097000,'dde96405c241e1d57334670e4eff7ed8db92056e6867cae10475a9bc30ba4619','8e635d69a6a40df5c3849e1811ee551c32a57a3496fe8e4b97846b9592a9ebde','e3ec1a1c461b82657a63a73b183fc224fd208ab9d134dbb65e81d9455fe17d82',NULL,NULL,0); +INSERT INTO blocks VALUES(310098,'ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca',310098000,'613d78fbabba246a4d1cd9d50317e732795a59812df8395472347e15cec1ee9b','c96db41449a579ffc6b459375569230e88bdfd51c10578c60f8d252eff630fd3','56ac539e9ddff4ddd1d33e5dba872b30ecdf0643a2b1a1e0ed7ac0e524941537',NULL,NULL,0); +INSERT INTO blocks VALUES(310099,'3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a',310099000,'e535ca5960d2ce7508bd2157dd0cac3ea1f9ab14532a40884d522b4bba0d4979','710369d2e677643b7ab8f2bbcebf0f13017052ff7fd9adfd6ffac4e6fff83f8c','7e38cdca0f7f2f5d9f0eae965e247705b443a536a854f5aae01addda4688fdf7',NULL,NULL,0); +INSERT INTO blocks VALUES(310100,'96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb',310100000,'970865291b7a6d8173d6ad2ae97335cb2e89d80cbbb7a79bb2328cf6c67fa6cd','9deae420c2b87043e6e18db077634a1d65ae60b38f604ce56f0899ed3a561347','abb9e46ec410de8570b7b0e15541872589f079e5abd571aa1f31ea934af878b1',NULL,NULL,0); +INSERT INTO blocks VALUES(310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'0741e57ad88cdada65134c9f131ff5bfd9498cb054378d829e34715e8db2aa6d','4bd0054addc71915293b8f040ed3c6c64d0aaf8ad27647d1887e16d55604523c','d21d5db6a5d13ca5ecb7ff6cf7bb7a14abcb4b759350897ebe7c3d7bb0dd81ea',NULL,NULL,0); -- Triggers and indices on blocks CREATE INDEX blocks_block_index_block_hash_idx ON blocks (block_index, block_hash) ; -CREATE INDEX blocks_block_index_idx ON blocks (block_index) +CREATE INDEX blocks_ledger_hash_idx ON blocks (ledger_hash) ; COMMIT TRANSACTION; @@ -150,42 +150,41 @@ CREATE TABLE transactions( data BLOB, supported BOOL DEFAULT 1, utxos_info TEXT, + transaction_type TEXT, FOREIGN KEY (block_index, block_hash) REFERENCES blocks(block_index, block_hash), PRIMARY KEY (tx_index, tx_hash, block_index)); -INSERT INTO transactions VALUES(1,'6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597',310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' e965dde6f8fa939677cb1bc28921cd98418e212f3468c9f6ea39baa1e8cd69a5:0 2 '); -INSERT INTO transactions VALUES(2,'3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c',310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'0000000000000000000000010000000002FAF080',1,' e488ada780cce6fd20645960fa4c00f46bc2d3014eea403415df68df8c9a0161:0 3 '); -INSERT INTO transactions VALUES(3,'6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59',310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,1000000,X'0000000A00000000000000000000000002FAF08000000000000000010000000005F5E100000A0000000000000000',1,' 54900f21dc6f766adb88a9aba633262eca60b42b4e334f4a05fab3e6dff55c68:0 2 '); -INSERT INTO transactions VALUES(4,'36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c',310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000006422C4000000000000000000000000002FAF080000A00000000000DBBA0',1,' b2a1fa8abf69e20f54911c80cc5a1db0cad9f7e6a248f318bc7e8f0b37052bb6:0 2 '); -INSERT INTO transactions VALUES(5,'843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099',310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',50000000,9675,X'0000000B6BDB2EF465E9FC04060F58CED26C159DC983A616CB121C5E7954E66833444C5936D00F8C35A9C6ECC7DD0A64610B1C39A71110D1A95FACE6A2486A6A7A1FF83C',1,' fbffe88a06b9d791e11241eb5a642b58dad82933b6ea4af179b7cb43ed1e4d08:0 4 '); -INSERT INTO transactions VALUES(6,'5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf',310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'000000140000000000004767000000003B9ACA000100000000000000000000',1,' 24a606746ea4ce49c119d914356b48e0a15354842243414bb3a7b2cf9cc9a841:0 2 '); -INSERT INTO transactions VALUES(7,'2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59',310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'00000014000000000000476800000000000186A00000000000000000000006666F6F626172',1,' 010e082fb9c508804f1e65db734ba38b58acc8f7eb31cd02f07047a9bcd9a4c2:0 2 '); -INSERT INTO transactions VALUES(8,'5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8',310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'00000000000000000000476700000000003D0900',1,' ebb9e84621e761d7f57b4f3e6e4b90947e648e1e6c77726663882b000f144405:0 3 '); -INSERT INTO transactions VALUES(9,'843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412',310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'000000000000000000004768000000000000020E',1,' 24daf4100f55b121a16483cfa7203ac95303400d45ddc19de0146d0e2dbf82d4:0 3 '); -INSERT INTO transactions VALUES(10,'42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518',310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'00000032000000000000025800000000000047670000000000000001',1,' 2ec45c5f61fbad288a6fe8bd49d83823700f92512bf9513f06b0dca32fa57727:0 2 '); -INSERT INTO transactions VALUES(11,'201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10',310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'00000032000000000000032000000000000047680000000000000001',1,' 1f3f78c84f24b97edfab9bf0fac70974cd543157cf65d9464378cf31e3b26d4e:0 2 '); -INSERT INTO transactions VALUES(12,'1afa4fa28e1ef63b2b67c288e078cfeb109a2b236558ab5544eedc7f171e0a84',310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001E52BB3300405900000000000005F5E0FF09556E69742054657374',1,' 81c8797b226b263715b86600744076f2922a7f74212fa87403ff0857e60af530:0 2 '); -INSERT INTO transactions VALUES(13,'7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81',310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000052BB33640000000002FAF08000000000017D7840000000000000000000003B100000000A',1,' ca6f5f8dbb4762a0265e98f35666e86903031938b65dab59e63ba89242f60f62:0 3 '); -INSERT INTO transactions VALUES(14,'e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42',310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000152BB336400000000017D78400000000002793D60000000000000000000003B100000000A',1,' b055a68d3f2f53e7b4a413d48206a9a02f5ab56f7b948f36d0ef993cecf876b2:0 3 '); -INSERT INTO transactions VALUES(15,'3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a',310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000052BB33640000000008F0D1800000000014DC93800000000000000000000013B00000000A',1,' 5f55a6c0910642e7ba83dbcfa2d6990d31539f532a2ef427b099dbe2db75a236:0 3 '); -INSERT INTO transactions VALUES(16,'a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8',310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000152BB33640000000014DC93800000000008F0D1800000000000000000000013B00000000A',1,' 32229c87e88ed2c3796ca5bb209c31c36e2ed7bcb8ba20ea36ca395db23c47e1:0 3 '); -INSERT INTO transactions VALUES(17,'194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5',310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000252BB33C8000000002CB417800000000026BE36803FF0000000000000000013B00000000A',1,' 2f07b60bdd5d909b98f1a40d4677b4d89435e42e5e5f4116bc1d33c4179ffa91:0 3 '); -INSERT INTO transactions VALUES(18,'72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207',310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000352BB33C80000000026BE3680000000002CB417803FF0000000000000000013B00000000A',1,' 14059c8fae8c962dfd064d7f1820e95ee53256aaa2814914e1a1c3ae865ffa17:0 3 '); -INSERT INTO transactions VALUES(19,'065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f',310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001E52BB33324058F7256FFC115E004C4B4009556E69742054657374',1,' b58a8553f112f012c14b3cfa19b489e6171f3ddd6664340edfde4395489ec7ba:0 2 '); -INSERT INTO transactions VALUES(20,'7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e',310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001E52BB3365405915F3B645A1CB004C4B4009556E69742054657374',1,' d34810e3caeb03c0ad4047d0cc5461583f3f2471e358037fe69bf6cb299cb3ed:0 2 '); -INSERT INTO transactions VALUES(21,'0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9',310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001E52BB33C94000000000000000004C4B4009556E69742054657374',1,' d8ff0c81bb265ca70b0c28293b6042b707f9d1d30fb0145c3618c72455d881cd:0 2 '); -INSERT INTO transactions VALUES(22,'eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a',310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000047670000000002FAF08000000000000000010000000002FAF080000A0000000000000000',1,' 7072487856a3c59ab919efb969b9c9701006d6bfcf65d9e3bf9ab34f50a5bf41:0 2 '); -INSERT INTO transactions VALUES(23,'c3f73d02e630cb2824f044e6d91f47b1ce351feff0339ea7b85652d24d8ff6bc',310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mvCounterpartyXXXXXXXXXXXXXXW24Hef',100000000,10150,X'',1,' b5955ae6d9087334db96b8605fd785eead5c7abb4200b94b30c327c31dc23534:0 2 '); -INSERT INTO transactions VALUES(24,'58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab',310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'0000000000000000000047680000000000002710',1,' 92a935a2d4d4072b79fe703a72bc9bcad6b6afb518af8ca11c92d4ca06ce465a:0 3 '); +INSERT INTO transactions VALUES(1,'6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597',310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' e965dde6f8fa939677cb1bc28921cd98418e212f3468c9f6ea39baa1e8cd69a5:0 2 ',NULL); +INSERT INTO transactions VALUES(2,'3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c',310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'0000000000000000000000010000000002FAF080',1,' e488ada780cce6fd20645960fa4c00f46bc2d3014eea403415df68df8c9a0161:0 3 ',NULL); +INSERT INTO transactions VALUES(3,'6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59',310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,1000000,X'0000000A00000000000000000000000002FAF08000000000000000010000000005F5E100000A0000000000000000',1,' 54900f21dc6f766adb88a9aba633262eca60b42b4e334f4a05fab3e6dff55c68:0 2 ',NULL); +INSERT INTO transactions VALUES(4,'36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c',310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000006422C4000000000000000000000000002FAF080000A00000000000DBBA0',1,' b2a1fa8abf69e20f54911c80cc5a1db0cad9f7e6a248f318bc7e8f0b37052bb6:0 2 ',NULL); +INSERT INTO transactions VALUES(5,'843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099',310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',50000000,9675,X'0000000B6BDB2EF465E9FC04060F58CED26C159DC983A616CB121C5E7954E66833444C5936D00F8C35A9C6ECC7DD0A64610B1C39A71110D1A95FACE6A2486A6A7A1FF83C',1,' fbffe88a06b9d791e11241eb5a642b58dad82933b6ea4af179b7cb43ed1e4d08:0 4 ',NULL); +INSERT INTO transactions VALUES(6,'5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf',310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'000000140000000000004767000000003B9ACA000100000000000000000000',1,' 24a606746ea4ce49c119d914356b48e0a15354842243414bb3a7b2cf9cc9a841:0 2 ',NULL); +INSERT INTO transactions VALUES(7,'2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59',310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'00000014000000000000476800000000000186A00000000000000000000006666F6F626172',1,' 010e082fb9c508804f1e65db734ba38b58acc8f7eb31cd02f07047a9bcd9a4c2:0 2 ',NULL); +INSERT INTO transactions VALUES(8,'5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8',310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'00000000000000000000476700000000003D0900',1,' ebb9e84621e761d7f57b4f3e6e4b90947e648e1e6c77726663882b000f144405:0 3 ',NULL); +INSERT INTO transactions VALUES(9,'843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412',310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'000000000000000000004768000000000000020E',1,' 24daf4100f55b121a16483cfa7203ac95303400d45ddc19de0146d0e2dbf82d4:0 3 ',NULL); +INSERT INTO transactions VALUES(10,'42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518',310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'00000032000000000000025800000000000047670000000000000001',1,' 2ec45c5f61fbad288a6fe8bd49d83823700f92512bf9513f06b0dca32fa57727:0 2 ',NULL); +INSERT INTO transactions VALUES(11,'201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10',310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'00000032000000000000032000000000000047680000000000000001',1,' 1f3f78c84f24b97edfab9bf0fac70974cd543157cf65d9464378cf31e3b26d4e:0 2 ',NULL); +INSERT INTO transactions VALUES(12,'1afa4fa28e1ef63b2b67c288e078cfeb109a2b236558ab5544eedc7f171e0a84',310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001E52BB3300405900000000000005F5E0FF09556E69742054657374',1,' 81c8797b226b263715b86600744076f2922a7f74212fa87403ff0857e60af530:0 2 ',NULL); +INSERT INTO transactions VALUES(13,'7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81',310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000052BB33640000000002FAF08000000000017D7840000000000000000000003B100000000A',1,' ca6f5f8dbb4762a0265e98f35666e86903031938b65dab59e63ba89242f60f62:0 3 ',NULL); +INSERT INTO transactions VALUES(14,'e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42',310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000152BB336400000000017D78400000000002793D60000000000000000000003B100000000A',1,' b055a68d3f2f53e7b4a413d48206a9a02f5ab56f7b948f36d0ef993cecf876b2:0 3 ',NULL); +INSERT INTO transactions VALUES(15,'3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a',310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000052BB33640000000008F0D1800000000014DC93800000000000000000000013B00000000A',1,' 5f55a6c0910642e7ba83dbcfa2d6990d31539f532a2ef427b099dbe2db75a236:0 3 ',NULL); +INSERT INTO transactions VALUES(16,'a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8',310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000152BB33640000000014DC93800000000008F0D1800000000000000000000013B00000000A',1,' 32229c87e88ed2c3796ca5bb209c31c36e2ed7bcb8ba20ea36ca395db23c47e1:0 3 ',NULL); +INSERT INTO transactions VALUES(17,'194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5',310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000252BB33C8000000002CB417800000000026BE36803FF0000000000000000013B00000000A',1,' 2f07b60bdd5d909b98f1a40d4677b4d89435e42e5e5f4116bc1d33c4179ffa91:0 3 ',NULL); +INSERT INTO transactions VALUES(18,'72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207',310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000352BB33C80000000026BE3680000000002CB417803FF0000000000000000013B00000000A',1,' 14059c8fae8c962dfd064d7f1820e95ee53256aaa2814914e1a1c3ae865ffa17:0 3 ',NULL); +INSERT INTO transactions VALUES(19,'065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f',310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001E52BB33324058F7256FFC115E004C4B4009556E69742054657374',1,' b58a8553f112f012c14b3cfa19b489e6171f3ddd6664340edfde4395489ec7ba:0 2 ',NULL); +INSERT INTO transactions VALUES(20,'7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e',310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001E52BB3365405915F3B645A1CB004C4B4009556E69742054657374',1,' d34810e3caeb03c0ad4047d0cc5461583f3f2471e358037fe69bf6cb299cb3ed:0 2 ',NULL); +INSERT INTO transactions VALUES(21,'0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9',310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001E52BB33C94000000000000000004C4B4009556E69742054657374',1,' d8ff0c81bb265ca70b0c28293b6042b707f9d1d30fb0145c3618c72455d881cd:0 2 ',NULL); +INSERT INTO transactions VALUES(22,'eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a',310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000047670000000002FAF08000000000000000010000000002FAF080000A0000000000000000',1,' 7072487856a3c59ab919efb969b9c9701006d6bfcf65d9e3bf9ab34f50a5bf41:0 2 ',NULL); +INSERT INTO transactions VALUES(23,'c3f73d02e630cb2824f044e6d91f47b1ce351feff0339ea7b85652d24d8ff6bc',310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mvCounterpartyXXXXXXXXXXXXXXW24Hef',100000000,10150,X'',1,' b5955ae6d9087334db96b8605fd785eead5c7abb4200b94b30c327c31dc23534:0 2 ',NULL); +INSERT INTO transactions VALUES(24,'58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab',310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'0000000000000000000047680000000000002710',1,' 92a935a2d4d4072b79fe703a72bc9bcad6b6afb518af8ca11c92d4ca06ce465a:0 3 ',NULL); -- Triggers and indices on transactions -CREATE INDEX transactions_block_index_idx ON transactions (block_index) - ; CREATE INDEX transactions_block_index_tx_index_idx ON transactions (block_index, tx_index) ; CREATE INDEX transactions_source_idx ON transactions (source) ; -CREATE INDEX transactions_tx_hash_idx ON transactions (tx_hash) +CREATE INDEX transactions_transaction_type_idx ON transactions (transaction_type) ; -CREATE INDEX transactions_tx_index_idx ON transactions (tx_index) +CREATE INDEX transactions_tx_hash_idx ON transactions (tx_hash) ; CREATE INDEX transactions_tx_index_tx_hash_block_index_idx ON transactions (tx_index, tx_hash, block_index) ; @@ -271,7 +270,7 @@ INSERT INTO balances VALUES('mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','BBBB',99600000 -- Triggers and indices on balances CREATE INDEX balances_address_asset_idx ON balances (address, asset) ; -CREATE INDEX balances_address_idx ON balances (address) +CREATE INDEX balances_address_utxo_asset_idx ON balances (address, utxo, asset) ; CREATE INDEX balances_asset_idx ON balances (asset) ; @@ -283,8 +282,6 @@ CREATE INDEX balances_utxo_address_idx ON balances (utxo_address) ; CREATE INDEX balances_utxo_asset_idx ON balances (utxo, asset) ; -CREATE INDEX balances_utxo_idx ON balances (utxo) - ; CREATE TRIGGER block_update_balances BEFORE UPDATE ON balances BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); @@ -298,6 +295,26 @@ PRAGMA page_size=4096; BEGIN TRANSACTION; +-- Table config +DROP TABLE IF EXISTS config; +CREATE TABLE config ( + name TEXT PRIMARY KEY, + value TEXT + ); +INSERT INTO config VALUES('FIX_ISSUANCES_ASSET_LONGNAME_1','1'); +INSERT INTO config VALUES('FIX_ISSUANCES_ASSET_LONGNAME_2','1'); +INSERT INTO config VALUES('CLEAN_TRANSACTION_COUNT_1','1'); +-- Triggers and indices on config +CREATE INDEX config_config_name_idx ON config (name); + +COMMIT TRANSACTION; +PRAGMA page_size=4096; +-- PRAGMA encoding='UTF-8'; +-- PRAGMA auto_vacuum=FULL; +-- PRAGMA max_page_count=4294967294; + +BEGIN TRANSACTION; + -- Table balances DROP TABLE IF EXISTS balances; CREATE TABLE balances( @@ -351,7 +368,7 @@ INSERT INTO balances VALUES('mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','BBBB',99600000 -- Triggers and indices on balances CREATE INDEX balances_address_asset_idx ON balances (address, asset) ; -CREATE INDEX balances_address_idx ON balances (address) +CREATE INDEX balances_address_utxo_asset_idx ON balances (address, utxo, asset) ; CREATE INDEX balances_asset_idx ON balances (asset) ; @@ -363,8 +380,6 @@ CREATE INDEX balances_utxo_address_idx ON balances (utxo_address) ; CREATE INDEX balances_utxo_asset_idx ON balances (utxo, asset) ; -CREATE INDEX balances_utxo_idx ON balances (utxo) - ; CREATE TRIGGER block_update_balances BEFORE UPDATE ON balances BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); @@ -520,349 +535,351 @@ INSERT INTO messages VALUES(2,310000,'insert','blocks','{"block_hash":"505d8d82c INSERT INTO messages VALUES(3,310000,'insert','transactions','{"block_hash":"505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c","block_index":310000,"block_time":310000000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597","tx_index":1,"utxos_info":" e965dde6f8fa939677cb1bc28921cd98418e212f3468c9f6ea39baa1e8cd69a5:0 2 "}',0,'NEW_TRANSACTION',NULL,'76dfdf330f906f5cc08d5a85a01c41e7584f080a77e42abee33055c3c24dea53'); INSERT INTO messages VALUES(4,310000,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310000,"calling_function":"burn","event":"6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597","quantity":93000000000,"tx_index":1,"utxo":null,"utxo_address":null}',0,'CREDIT','6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597','bded1aad045cb3fff4b198d73bdab694ea912ceb07e0d69eaad1e3750b87ef64'); INSERT INTO messages VALUES(5,310000,'insert','burns','{"block_index":310000,"burned":62000000,"earned":93000000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597","tx_index":1}',0,'BURN','6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597','e8fb4c77bc2943cf8e7e86f335657a1e5cc7823c646f810441a78b90de42fa97'); -INSERT INTO messages VALUES(6,310000,'parse','blocks','{"block_index":310000,"ledger_hash":"cf0ea1d313e22ba5f413075b88e07dffc5c00e59f95eeb6d6dec935bd77f5ae4","messages_hash":"b212954e6ee1490c4671ffc0817eccb0d9bb4c729b599eeaa722513ccb4c883d","transaction_count":1,"txlist_hash":"f06c23e6040a063ed59693baa0d63492dce64e1debc7455b22f5535c9dfbdc67"}',0,'BLOCK_PARSED',NULL,'80bc197cc9f8b6d19ee8bf98d5aafa27af8b3fea0ee76cc4cc38734f20ce2607'); -INSERT INTO messages VALUES(7,310001,'insert','blocks','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d60d2de99a9528b5d2c33a8db6744aea4a1bb25bb3dbad49d292b225cd7ad271'); -INSERT INTO messages VALUES(8,310001,'insert','transactions','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"btc_amount":5430,"data":"0000000000000000000000010000000002faf080","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c","tx_index":2,"utxos_info":" e488ada780cce6fd20645960fa4c00f46bc2d3014eea403415df68df8c9a0161:0 3 "}',0,'NEW_TRANSACTION',NULL,'c8d3a1327d55f5ad2033d98fcc1c26da0aae24b172d8210344be5a717a2f7d12'); -INSERT INTO messages VALUES(9,310001,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310001,"event":"3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'DEBIT','3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c','0070a432c9192ce32e560a995439c9e3c6d7eb462ca7235d3ed775d274d02bb4'); -INSERT INTO messages VALUES(10,310001,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310001,"calling_function":"send","event":"3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'CREDIT','3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c','4be0efc16972733a5381de04bf2acdc99e45569e72478428b5b2514c30d00db4'); -INSERT INTO messages VALUES(11,310001,'insert','sends','{"asset":"XCP","block_index":310001,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":50000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c","tx_index":2}',0,'SEND','3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c','cd3fd80a9218b3d4d2be9aac7d8871df2d077b57f9f864e84e79edc59971feca'); -INSERT INTO messages VALUES(12,310001,'parse','transactions','{"supported":true,"tx_hash":"3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c","tx_index":2}',0,'TRANSACTION_PARSED','3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c','f1e39f49452c7a4bc8b78d20d086bf93a7493488370bd2a4e79f735e5b54e412'); -INSERT INTO messages VALUES(13,310001,'parse','blocks','{"block_index":310001,"ledger_hash":"bdf1308701712d94da26f53fef4c440ea2fb7b0ef7361f424ba9263e747272bd","messages_hash":"aa59ae7df8c859331442eacea1f0cd0c44f9fbe2202fea0ffd235b77a2e9c15e","transaction_count":1,"txlist_hash":"fac614e6f77f1b954c12523e9d0eeb4252f92f3640f7d067790a510a9e893811"}',0,'BLOCK_PARSED',NULL,'c9898bf8ab406131def30ba4f501157bfbbc40f6aff04e00349373e50fa1da82'); -INSERT INTO messages VALUES(14,310002,'insert','blocks','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'20aa95b8978b4f7317a91f058ad77d896fa00ec5b122625950029790699a63d9'); -INSERT INTO messages VALUES(15,310002,'insert','transactions','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"btc_amount":0,"data":"0000000a00000000000000000000000002faf08000000000000000010000000005f5e100000a0000000000000000","destination":"","fee":1000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59","tx_index":3,"utxos_info":" 54900f21dc6f766adb88a9aba633262eca60b42b4e334f4a05fab3e6dff55c68:0 2 "}',0,'NEW_TRANSACTION',NULL,'26db7e2c923247519915e7ed9c6452ed1bc248ceb7ffbf14b802b1fe0c016ac0'); -INSERT INTO messages VALUES(16,310002,'insert','orders','{"block_index":310002,"expiration":10,"expire_index":310012,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":50000000,"give_remaining":50000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59","tx_index":3}',0,'OPEN_ORDER','6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59','dc4c1d75fa5ce57a9a81ba5fc1fb7ee14edcd56de06de549bd246cda706d178c'); -INSERT INTO messages VALUES(17,310002,'parse','transactions','{"supported":true,"tx_hash":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59","tx_index":3}',0,'TRANSACTION_PARSED','6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59','be29d6bde0acee07ba6dca37bda5f1f8d0e3db2be7419cb39131d6c1a93e715d'); -INSERT INTO messages VALUES(18,310002,'parse','blocks','{"block_index":310002,"ledger_hash":"cf830f949715ebeac09d4441878f60ac04d691c09d6c25c62a0d30fb5886cba9","messages_hash":"1d8cbb6038664b089be8e2ac08e976d81d0c2ad53bb96f01a97cc3fc6aa73b19","transaction_count":1,"txlist_hash":"0c743d61c27efab7c83c1845f6b0446b67c9b59173318709d51363e75e7a0601"}',0,'BLOCK_PARSED',NULL,'60d20848a115d11216685b2ea8c264eaeaaa8f58e911bc5a47fed8aa8c10c016'); -INSERT INTO messages VALUES(19,310003,'insert','blocks','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a55474745e861863bc25eb49dfd0893f1492ad0c6780702b2cfbb1a2d9eeb596'); -INSERT INTO messages VALUES(20,310003,'insert','transactions','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"btc_amount":0,"data":"0000000a00000000000000010000000006422c4000000000000000000000000002faf080000a00000000000dbba0","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","tx_index":4,"utxos_info":" b2a1fa8abf69e20f54911c80cc5a1db0cad9f7e6a248f318bc7e8f0b37052bb6:0 2 "}',0,'NEW_TRANSACTION',NULL,'2a42c21f5397d9a25757e3a7246a71ddaba2d092330a448f6ea511e566c83bfc'); -INSERT INTO messages VALUES(21,310003,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310003,"event":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","quantity":105000000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'DEBIT','36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c','900a24dc2d4645b2f6be03ddcef13db6edc3618ee460168c7464db93d984d30b'); -INSERT INTO messages VALUES(22,310003,'insert','orders','{"block_index":310003,"expiration":10,"expire_index":310013,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":50000000,"get_remaining":50000000,"give_asset":"XCP","give_quantity":105000000,"give_remaining":105000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","tx_index":4}',0,'OPEN_ORDER','36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c','2aeb7e9644417cb8c678f0145e10021a86b7756d8b47d39406176d03869c564d'); -INSERT INTO messages VALUES(23,310003,'update','orders','{"fee_provided_remaining":142858,"fee_required_remaining":0,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59"}',0,'ORDER_UPDATE','36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c','0056d68b58a5f137d26138c1e344d374ce1be06bcffbc9aa2117de23e965f263'); -INSERT INTO messages VALUES(24,310003,'update','orders','{"fee_provided_remaining":6800,"fee_required_remaining":42858,"get_remaining":0,"give_remaining":5000000,"status":"open","tx_hash":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c"}',0,'ORDER_UPDATE','36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c','3618b399a5524c445726b5651b2dff141592cc09456e9e9d66c67964896e6911'); -INSERT INTO messages VALUES(25,310003,'insert','order_matches','{"backward_asset":"XCP","backward_quantity":100000000,"block_index":310003,"fee_paid":857142,"forward_asset":"BTC","forward_quantity":50000000,"id":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59_36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","match_expire_index":310023,"status":"pending","tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx0_block_index":310002,"tx0_expiration":10,"tx0_hash":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59","tx0_index":3,"tx1_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx1_block_index":310003,"tx1_expiration":10,"tx1_hash":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","tx1_index":4}',0,'ORDER_MATCH','36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c','bdbf552a199fff85d84fbbe44fcd4554169e309f98148e6eca16b257581f796b'); -INSERT INTO messages VALUES(26,310003,'parse','transactions','{"supported":true,"tx_hash":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","tx_index":4}',0,'TRANSACTION_PARSED','36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c','0d88a6980594452eaca1ebb31bbe66c66c0849388059d36ff44f5b1873c91ccc'); -INSERT INTO messages VALUES(27,310003,'parse','blocks','{"block_index":310003,"ledger_hash":"e881a675a38c4649cd44e6406ddc494996c761671bc349dcdea1de430a84258d","messages_hash":"48ecaf3dd18038d47b797446950b0e8f11b8f7d2cdba9a09582c7464a3268187","transaction_count":1,"txlist_hash":"9ae051d14f8d19db67a85c713eefc0a936f1bad818ae1138fcecb91506a46d88"}',0,'BLOCK_PARSED',NULL,'7ab32b5fe16e70971c619179609f83d33399f43db342acf256bc50097dd8242a'); -INSERT INTO messages VALUES(28,310004,'insert','blocks','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8aa25e8ab8dffb73ddbf46040bfc891340a619f0f87935be116fe5bbe3e991eb'); -INSERT INTO messages VALUES(29,310004,'insert','transactions','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"btc_amount":50000000,"data":"0000000b6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c5936d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":9675,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099","tx_index":5,"utxos_info":" fbffe88a06b9d791e11241eb5a642b58dad82933b6ea4af179b7cb43ed1e4d08:0 4 "}',0,'NEW_TRANSACTION',NULL,'c7518957955a6183479f5681df9a4d8b04fed7d4818df7f21c3b16cff6a25b6d'); -INSERT INTO messages VALUES(30,310004,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310004,"calling_function":"btcpay","event":"843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099","quantity":100000000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'CREDIT','843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099','ce55d094dbbfffc63a4261e9d23e540356dd32e53e08e7e7e55799ddd3f5c0df'); -INSERT INTO messages VALUES(31,310004,'update','order_matches','{"id":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59_36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","order_match_id":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59_36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","status":"completed"}',0,'ORDER_MATCH_UPDATE','843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099','af05fb8e4cbe302657078f5757b94aff3e8f8aa168f4c507f662430e4ffc0375'); -INSERT INTO messages VALUES(32,310004,'insert','btcpays','{"block_index":310004,"btc_amount":50000000,"destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","order_match_id":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59_36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099","tx_index":5}',0,'BTC_PAY','843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099','e7876342cb8a5aedb6b105a1ffc65c1e8d49f23b32fddd6f3b0436b45e9b7e9e'); -INSERT INTO messages VALUES(33,310004,'parse','transactions','{"supported":true,"tx_hash":"843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099","tx_index":5}',0,'TRANSACTION_PARSED','843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099','e5cf2f822c9953e8a54db53c25822e24a10102298be6e54a37c81001226de24c'); -INSERT INTO messages VALUES(34,310004,'parse','blocks','{"block_index":310004,"ledger_hash":"13e0c6276f297ff1ca77705f1b18d807ca22f53735fba52f4f5c3766dc4b04e8","messages_hash":"d470b27ec9a4e00623f0ebaaa44f98171acf93d16639bd371655829430c93aea","transaction_count":1,"txlist_hash":"a865bc7b6e26b3c3868ae080ab927ce3f2dcdb7d3654ffbcd1b3a8111d0807b1"}',0,'BLOCK_PARSED',NULL,'858d88ee6993644baaebd7270641f50100ebd8a89173cb9e17113c3146131a3a'); -INSERT INTO messages VALUES(35,310005,'insert','blocks','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2e53ec6e774533c68146a1bae58162883b617a01348f66648fc52178242daa32'); -INSERT INTO messages VALUES(36,310005,'insert','transactions','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"btc_amount":0,"data":"000000140000000000004767000000003b9aca000100000000000000000000","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf","tx_index":6,"utxos_info":" 24a606746ea4ce49c119d914356b48e0a15354842243414bb3a7b2cf9cc9a841:0 2 "}',0,'NEW_TRANSACTION',NULL,'a9fafae7e99aa68ea6cb2a027b63b88e98ad2ec954e0fda0bcca453f18e10bd1'); -INSERT INTO messages VALUES(37,310005,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310005,"event":"5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf","quantity":50000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'DEBIT','5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf','196c72573614cccdbc09f7905111a3f9f4d68a28fb65e838d6f6c13000745f2b'); -INSERT INTO messages VALUES(38,310005,'insert','assets','{"asset_id":"18279","asset_longname":null,"asset_name":"BBBB","block_index":310005}',0,'ASSET_CREATION','5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf','c793b06214e15e2c585442b4402d7b7b519ed7334060c4a4e14fc9962cba6de9'); -INSERT INTO messages VALUES(39,310005,'insert','issuances','{"asset":"BBBB","asset_events":"creation","asset_longname":null,"block_index":310005,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":1000000000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf","tx_index":6}',0,'ASSET_ISSUANCE','5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf','2c0520ce94e680fdfbfc5a113daf3bf750d8ffe2c0dcf0ed72967754a84d891d'); -INSERT INTO messages VALUES(40,310005,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"BBBB","block_index":310005,"calling_function":"issuance","event":"5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf","quantity":1000000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'CREDIT','5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf','242e55f21a174c802ab59e14f1e0599b517aa1af87fd0774e8b4ec35f4b4f31c'); -INSERT INTO messages VALUES(41,310005,'parse','transactions','{"supported":true,"tx_hash":"5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf","tx_index":6}',0,'TRANSACTION_PARSED','5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf','0e6aaa5a198431f7b10eae8726bfb11df5f0f974624ba6c5afbdea25edc9829a'); -INSERT INTO messages VALUES(42,310005,'parse','blocks','{"block_index":310005,"ledger_hash":"765896f532b411af9f889687a750d44414296c20002f3e2abed9551a6822937d","messages_hash":"b973b18739f7cf866a2d29ff951283e008191258660a5a577858a2c2bacebb4a","transaction_count":1,"txlist_hash":"59095fce5f573c2ff1b5eda5cd75c36227b0f9782601e7538215fea5317c505b"}',0,'BLOCK_PARSED',NULL,'4205b2786b6386b06b25bf884250c01e4b865ef43c763dbb66fbe5255176fe93'); -INSERT INTO messages VALUES(43,310006,'insert','blocks','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'abbb0723171aca8a1e471bf0a5805fa93768aae158451237d9849d88cca166ab'); -INSERT INTO messages VALUES(44,310006,'insert','transactions','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"btc_amount":0,"data":"00000014000000000000476800000000000186a00000000000000000000006666f6f626172","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59","tx_index":7,"utxos_info":" 010e082fb9c508804f1e65db734ba38b58acc8f7eb31cd02f07047a9bcd9a4c2:0 2 "}',0,'NEW_TRANSACTION',NULL,'5a145a6925a7a25c8828c26b491abb16d9b7b3dc9eba5db95494ffaa0076cc43'); -INSERT INTO messages VALUES(45,310006,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310006,"event":"2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59","quantity":50000000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'DEBIT','2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59','60931b3db5203c5b337ba7b90fd8845e5609f29f974802d198cf1b46688e1212'); -INSERT INTO messages VALUES(46,310006,'insert','assets','{"asset_id":"18280","asset_longname":null,"asset_name":"BBBC","block_index":310006}',0,'ASSET_CREATION','2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59','83b722811992957630e2421575f0d03e89b1a644bb13f545d2c7b172791ebdd2'); -INSERT INTO messages VALUES(47,310006,'insert','issuances','{"asset":"BBBC","asset_events":"creation","asset_longname":null,"block_index":310006,"call_date":0,"call_price":0.0,"callable":false,"description":"foobar","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":100000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59","tx_index":7}',0,'ASSET_ISSUANCE','2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59','85c4e52dacd3325168660e6648dfb098652a6bf751c111023acac175cfa0ef2b'); -INSERT INTO messages VALUES(48,310006,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"BBBC","block_index":310006,"calling_function":"issuance","event":"2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59","quantity":100000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'CREDIT','2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59','68cb72486d77e9244216f2aa711b5341146bd7a8384e61cf7508b8ff12ab2bd4'); -INSERT INTO messages VALUES(49,310006,'parse','transactions','{"supported":true,"tx_hash":"2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59","tx_index":7}',0,'TRANSACTION_PARSED','2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59','bdca960b3544b85678026f322da6cff61f1211e82a63e169e24ef7f6b95d98a2'); -INSERT INTO messages VALUES(50,310006,'parse','blocks','{"block_index":310006,"ledger_hash":"853e3a8d39c4e8bdb36a0ec01a8d20f12335fcc00a00ac271e9d83be471d394f","messages_hash":"39be7aed9425658402813a699e082a1eef29bbac3d115801b0668961c5ae2c6b","transaction_count":1,"txlist_hash":"752821f935743579d04abcc94c104148b226cbc0777a6bb30bb7eceb29b85fca"}',0,'BLOCK_PARSED',NULL,'3aea0706f681c039f06375baf42005e098954c6d45431e6e619b123defa730b0'); -INSERT INTO messages VALUES(51,310007,'insert','blocks','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'749b465fd1da4965b28d37b6aa5d8b85fc808cacdf257dc812aaa0f8c51b2092'); -INSERT INTO messages VALUES(52,310007,'insert','transactions','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"btc_amount":5430,"data":"00000000000000000000476700000000003d0900","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8","tx_index":8,"utxos_info":" ebb9e84621e761d7f57b4f3e6e4b90947e648e1e6c77726663882b000f144405:0 3 "}',0,'NEW_TRANSACTION',NULL,'0854939c818863ab51537ae92c46051912da941283bd278321aa21a2df861431'); -INSERT INTO messages VALUES(53,310007,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"BBBB","block_index":310007,"event":"5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'DEBIT','5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8','ef5b6740a6ae11c84eab21a33d4f69374e25aa73a094d3748d85b9793e14b1f1'); -INSERT INTO messages VALUES(54,310007,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"BBBB","block_index":310007,"calling_function":"send","event":"5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'CREDIT','5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8','caf98ffd3b7e02c370fa03a96eac50047df45311d29809d5112b3086664a7910'); -INSERT INTO messages VALUES(55,310007,'insert','sends','{"asset":"BBBB","block_index":310007,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":4000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8","tx_index":8}',0,'SEND','5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8','ae916dcb840c8820bfaff598ee32f1f83084516f2cfce7aef87eb5ab9d695e22'); -INSERT INTO messages VALUES(56,310007,'parse','transactions','{"supported":true,"tx_hash":"5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8","tx_index":8}',0,'TRANSACTION_PARSED','5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8','407f5d905ec5f75ecd67036d80b18732d5219d36fe678ce49273ecd02665deb9'); -INSERT INTO messages VALUES(57,310007,'parse','blocks','{"block_index":310007,"ledger_hash":"f2b2d250a94afa158f9ed84434c3ac7a0bfc97b4387e5e3c099afc95b8a6ad9c","messages_hash":"a9fc4f80769abd613ad0d63ea7b4ac96c32a8902bdaa4d030bc4d3af384c892a","transaction_count":1,"txlist_hash":"405914410b5982b395f52f17ee4fc69dc0e4fb4c7a511009c700c0d1bdbfb563"}',0,'BLOCK_PARSED',NULL,'cc2897443112ac9d1facb5b1913123c4487f706b16179eb4430e855acb3babd3'); -INSERT INTO messages VALUES(58,310008,'insert','blocks','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4c91b42bbbaf40428de81a60d967541ed9295802ce6fbf348a5461de3396ebcb'); -INSERT INTO messages VALUES(59,310008,'insert','transactions','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"btc_amount":5430,"data":"000000000000000000004768000000000000020e","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412","tx_index":9,"utxos_info":" 24daf4100f55b121a16483cfa7203ac95303400d45ddc19de0146d0e2dbf82d4:0 3 "}',0,'NEW_TRANSACTION',NULL,'015af9f764683b7a5675a12b8d7aa334343a57017ff3de57134eee382b456b44'); -INSERT INTO messages VALUES(60,310008,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"BBBC","block_index":310008,"event":"843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'DEBIT','843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412','ddccb54c6d9a9a4ced7ddef5ad929699f13079b787d255bd5633455756aac376'); -INSERT INTO messages VALUES(61,310008,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"BBBC","block_index":310008,"calling_function":"send","event":"843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'CREDIT','843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412','b60f08fbd0d385533e164ba84a137c986908bcecc4c408be98ba14e0eeefccbd'); -INSERT INTO messages VALUES(62,310008,'insert','sends','{"asset":"BBBC","block_index":310008,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":526,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412","tx_index":9}',0,'SEND','843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412','181256e9c7467fcfded20091e593b706f55801a58cff9545877d9596fabdb995'); -INSERT INTO messages VALUES(63,310008,'parse','transactions','{"supported":true,"tx_hash":"843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412","tx_index":9}',0,'TRANSACTION_PARSED','843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412','738cc7cacfc7c84e2a4f077143221718d59fa79784e7f1774a9dcd2c177d79c8'); -INSERT INTO messages VALUES(64,310008,'parse','blocks','{"block_index":310008,"ledger_hash":"8c44f15f5606b6fe984a9fa7df8d7d5381fe87a6c8b634469804328885668569","messages_hash":"c5e9e8331dc1a8a576acf0049a8d7e9b2765ad37461c11a5de77d8143b835eeb","transaction_count":1,"txlist_hash":"81714583a99f97b5cefc10510f507567e02f380bdb5741e2b5ef037816e8be17"}',0,'BLOCK_PARSED',NULL,'504dc2df64cf67b57307d3eab7ffaa46895fef3fbe1d1277c7cad7eb3b86d6a4'); -INSERT INTO messages VALUES(65,310009,'insert','blocks','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9f6ff460a77911bc9cec0d26a13d75c51d26ba2f444bc210927b9abd0841037e'); -INSERT INTO messages VALUES(66,310009,'insert','transactions','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"btc_amount":0,"data":"00000032000000000000025800000000000047670000000000000001","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518","tx_index":10,"utxos_info":" 2ec45c5f61fbad288a6fe8bd49d83823700f92512bf9513f06b0dca32fa57727:0 2 "}',0,'NEW_TRANSACTION',NULL,'b8016025ec7dd9ec7831d0cc3c3b867eb25cd505caa00fd261a4efc400e6f82a'); -INSERT INTO messages VALUES(67,310009,'insert','debits','{"action":"dividend","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310009,"event":"42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518','5c8e2db09ae71c8480afb44186edc42b385c51c6632c8a1ccad72b8ecd45a201'); -INSERT INTO messages VALUES(68,310009,'insert','debits','{"action":"dividend fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310009,"event":"42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518","quantity":20000,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518','3df45b5fd57ca4a43d46727e01fa225c61f7dba197d97b68df56b6efc7ce3c36'); -INSERT INTO messages VALUES(69,310009,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310009,"calling_function":"dividend","event":"42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'CREDIT','42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518','34aa86ee9d12cbdca66da274a774273cc8b9fa6498fb67e93aabc9075e4ba6c5'); -INSERT INTO messages VALUES(70,310009,'insert','dividends','{"asset":"BBBB","block_index":310009,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":600,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518","tx_index":10}',0,'ASSET_DIVIDEND','42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518','6fcca5e88cc39358619b4725a00046f7fc8bb433cc3b0009e529e5dc1742fa06'); -INSERT INTO messages VALUES(71,310009,'parse','transactions','{"supported":true,"tx_hash":"42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518","tx_index":10}',0,'TRANSACTION_PARSED','42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518','681f7ff0f74e56a36202da0cd93b2038cd13372b0fb8f4d4f2c27b97b60b33dc'); -INSERT INTO messages VALUES(72,310009,'parse','blocks','{"block_index":310009,"ledger_hash":"ba378e9192f290d3f9d3dd1e46aeef3a185bd5aff1be809c8974fca8dc142987","messages_hash":"0a80439042230205fc0094ae50111702cd10455cb5a502749e984c6584f0226e","transaction_count":1,"txlist_hash":"9395234af8a78eb91afe7dd45a6701032af9926cba3e126e01f06547ffcb2e08"}',0,'BLOCK_PARSED',NULL,'400f097d37957be0303de354f0f7714c5452e7389b0d0922bcd2f78cb5c378bc'); -INSERT INTO messages VALUES(73,310010,'insert','blocks','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'626085be62c02be8da63c27f1c96537ce7b2d3191f80d5693797b7b351047994'); -INSERT INTO messages VALUES(74,310010,'insert','transactions','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"btc_amount":0,"data":"00000032000000000000032000000000000047680000000000000001","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10","tx_index":11,"utxos_info":" 1f3f78c84f24b97edfab9bf0fac70974cd543157cf65d9464378cf31e3b26d4e:0 2 "}',0,'NEW_TRANSACTION',NULL,'08cacbe081c6e0bcf450cc3265a378545c95a00d4e933b82703590db6ce6e7ff'); -INSERT INTO messages VALUES(75,310010,'insert','debits','{"action":"dividend","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310010,"event":"201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10','dd1960818d37c4ec080f6aa9133b026b95f9dcba5aae5abd42e4b37ba82887f9'); -INSERT INTO messages VALUES(76,310010,'insert','debits','{"action":"dividend fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310010,"event":"201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10","quantity":20000,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10','7c29e36701e1b5cd6b6b7699f92037ef0bbf2cec585ac0dcee60206080137a5e'); -INSERT INTO messages VALUES(77,310010,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310010,"calling_function":"dividend","event":"201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'CREDIT','201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10','9f9e15b36ebe0ecb55efd61d6e4d91a21d362e4cb964861109e26adffe91537e'); -INSERT INTO messages VALUES(78,310010,'insert','dividends','{"asset":"BBBC","block_index":310010,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10","tx_index":11}',0,'ASSET_DIVIDEND','201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10','f024b54ae9a988c4df4a5afcfa0293821acf9f18c864937716240de118ab0a4b'); -INSERT INTO messages VALUES(79,310010,'parse','transactions','{"supported":true,"tx_hash":"201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10","tx_index":11}',0,'TRANSACTION_PARSED','201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10','23bb02a9b8bac972e6414ce651974a9489d36d5e7c0e493e8c92d829e256607f'); -INSERT INTO messages VALUES(80,310010,'parse','blocks','{"block_index":310010,"ledger_hash":"64f78f9eedce2931aedfe413b4f4bdeb728752e1c897e0bd44c7db665976a723","messages_hash":"83e9d755d92847c7bb498be0b28436f6325d4e406b0e56d74e0b8d14090720e9","transaction_count":1,"txlist_hash":"09624bd24bdd3d945e0a75450915715fa9e9a077db33aa5bdb275b0c76e7f9e8"}',0,'BLOCK_PARSED',NULL,'03d07c5a997d9a98c01e49ba31f373b48dae5ca4c9d2fdecc68abddb7fa5ae1b'); -INSERT INTO messages VALUES(81,310011,'insert','blocks','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f008de266ca1928150d671566eb82691ef18d653ef79daf8c65767c9f5260cfd'); -INSERT INTO messages VALUES(82,310011,'insert','transactions','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"btc_amount":0,"data":"0000001e52bb3300405900000000000005f5e0ff09556e69742054657374","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"1afa4fa28e1ef63b2b67c288e078cfeb109a2b236558ab5544eedc7f171e0a84","tx_index":12,"utxos_info":" 81c8797b226b263715b86600744076f2922a7f74212fa87403ff0857e60af530:0 2 "}',0,'NEW_TRANSACTION',NULL,'e399016397f9ffa9d696698684e8d2b4e66621ed9683f5a45e18f72a0078f453'); -INSERT INTO messages VALUES(83,310011,'insert','broadcasts','{"block_index":310011,"fee_fraction_int":99999999,"locked":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"1afa4fa28e1ef63b2b67c288e078cfeb109a2b236558ab5544eedc7f171e0a84","tx_index":12,"value":100.0}',0,'BROADCAST','1afa4fa28e1ef63b2b67c288e078cfeb109a2b236558ab5544eedc7f171e0a84','03b342ac4ae7253ac8ef1917d53a9f82515e710ee039930fa2a21918cf43c1b9'); -INSERT INTO messages VALUES(84,310011,'parse','transactions','{"supported":true,"tx_hash":"1afa4fa28e1ef63b2b67c288e078cfeb109a2b236558ab5544eedc7f171e0a84","tx_index":12}',0,'TRANSACTION_PARSED','1afa4fa28e1ef63b2b67c288e078cfeb109a2b236558ab5544eedc7f171e0a84','cdfa155c862aa8625669baa87c596a92d52c84de60c3eb1154a014932cdef323'); -INSERT INTO messages VALUES(85,310011,'parse','blocks','{"block_index":310011,"ledger_hash":"671a1b4e1edd1f96dcfcc96d521fb2125ae5b9d2d01a76fc66686b7ed20c5662","messages_hash":"49828c84b6689027ddb535464e766c2ed5fd25a1dc3bb8564b4a27b899807a74","transaction_count":1,"txlist_hash":"aa59f74f7d3eeee95415b1bca4a090036cd9a2efb187880f7c72c69dc1bfc059"}',0,'BLOCK_PARSED',NULL,'fb203fb8be966b7db1d36d359bce9fd6882dcc38a463347ae1d5d6e1a5131f7e'); -INSERT INTO messages VALUES(86,310012,'insert','blocks','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eea1421094cd5db11863096e1ae6c009628f264c7f4107db3911836526e6215d'); -INSERT INTO messages VALUES(87,310012,'insert','transactions','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"btc_amount":5430,"data":"00000028000052bb33640000000002faf08000000000017d7840000000000000000000003b100000000a","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81","tx_index":13,"utxos_info":" ca6f5f8dbb4762a0265e98f35666e86903031938b65dab59e63ba89242f60f62:0 3 "}',0,'NEW_TRANSACTION',NULL,'f421b0c8de0983a63d91d335b9726b2f1f662bc5ab2600887dc4e1f2e28d7dc5'); -INSERT INTO messages VALUES(88,310012,'insert','debits','{"action":"bet","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310012,"event":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81","quantity":50000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'DEBIT','7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81','3e970c8e5e255306a6048166ea6cde50f010629f0f35401979cd64def3ce7d37'); -INSERT INTO messages VALUES(89,310012,'insert','bets','{"bet_type":0,"block_index":310012,"counterwager_quantity":25000000,"counterwager_remaining":25000000,"deadline":1388000100,"expiration":10,"expire_index":310022,"fee_fraction_int":99999999.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":15120,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","target_value":0.0,"tx_hash":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81","tx_index":13,"wager_quantity":50000000,"wager_remaining":50000000}',0,'OPEN_BET','7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81','c16607d47f4fb434b1dbaa0453891cfb718bb25120d3b3ae99a3ad12ed967734'); -INSERT INTO messages VALUES(90,310012,'parse','transactions','{"supported":true,"tx_hash":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81","tx_index":13}',0,'TRANSACTION_PARSED','7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81','f5d127b244ba6c8658771678a3b62da64c7a8ae153cfca4ccadc7da1dcb74366'); -INSERT INTO messages VALUES(91,310012,'parse','blocks','{"block_index":310012,"ledger_hash":"1f5b502c341699b5a59b87566c0fc02b7db5c657919f014e41a00303aa53efc8","messages_hash":"5c93ef0a92b58bdf17f36cee24a6aae0336a42679196eddb0b5e7503e83ce517","transaction_count":1,"txlist_hash":"ba55fd791587dad14742ad66d1515992a076eefbd54d1215806aa9db3811cf50"}',0,'BLOCK_PARSED',NULL,'8f71b002a5ed891bdcf5c5744603388d4a578c812b5447fc25db17e1147c5ebe'); -INSERT INTO messages VALUES(92,310013,'insert','blocks','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'278efafeb0c91d4c2692aec146017b1d7400047e0456c124cbd7354daa10f1ee'); -INSERT INTO messages VALUES(93,310013,'insert','transactions','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"btc_amount":5430,"data":"00000028000152bb336400000000017d78400000000002793d60000000000000000000003b100000000a","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","tx_index":14,"utxos_info":" b055a68d3f2f53e7b4a413d48206a9a02f5ab56f7b948f36d0ef993cecf876b2:0 3 "}',0,'NEW_TRANSACTION',NULL,'4d4995e5ba771f9f5cbebd2f0da842767d3bacc5dbc7301e8493067ea6fac2ed'); -INSERT INTO messages VALUES(94,310013,'update','orders','{"status":"expired","tx_hash":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59"}',0,'ORDER_UPDATE',NULL,'216e8747ccd5616f3afca2a886229d87bffcd453faf525d32e62b6bec94842b2'); -INSERT INTO messages VALUES(95,310013,'insert','order_expirations','{"block_index":310013,"order_hash":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59","source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc"}',0,'ORDER_EXPIRATION',NULL,'37f2dee0c6c20a53767f41f9b325123459f8abf12d3649e44006241aac7c2136'); -INSERT INTO messages VALUES(96,310013,'insert','debits','{"action":"bet","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310013,"event":"e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","quantity":25000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'DEBIT','e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42','5f3496b47f713c78cfb101de8124a5fca5b2f3e593fb4e0f9034e5a1c780f9e3'); -INSERT INTO messages VALUES(97,310013,'insert','bets','{"bet_type":1,"block_index":310013,"counterwager_quantity":41500000,"counterwager_remaining":41500000,"deadline":1388000100,"expiration":10,"expire_index":310023,"fee_fraction_int":99999999.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":15120,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","target_value":0.0,"tx_hash":"e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","tx_index":14,"wager_quantity":25000000,"wager_remaining":25000000}',0,'OPEN_BET','e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42','144194e2b0639dc4308701458f3bc1de8eb1519c37bd4ad98503eaf2cf66073f'); -INSERT INTO messages VALUES(98,310013,'update','bets','{"counterwager_remaining":4250000,"status":"open","tx_hash":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81","wager_remaining":8500000}',0,'BET_UPDATE','e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42','9399789e537b7c095cd39dfd9a88384841e06ef22cab7bc18264f84ac30c0cee'); -INSERT INTO messages VALUES(99,310013,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310013,"calling_function":"filled","event":"e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","quantity":4250000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'CREDIT','e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42','c758e8ea38b8e7a1fb0b1724c7a3458e97ea836b35d398b0e726d1b3285425b0'); -INSERT INTO messages VALUES(100,310013,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","wager_remaining":4250000}',0,'BET_UPDATE','e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42','87a65ba1c4b37e21166ec688f84286d88e899474f5caadda1a1018f79d4515cd'); -INSERT INTO messages VALUES(101,310013,'insert','bet_matches','{"backward_quantity":20750000,"block_index":310012,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","forward_quantity":41500000,"id":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81_e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","initial_value":100.0,"leverage":15120,"match_expire_index":310022,"status":"pending","target_value":0.0,"tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx0_bet_type":0,"tx0_block_index":310012,"tx0_expiration":10,"tx0_hash":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81","tx0_index":13,"tx1_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx1_bet_type":1,"tx1_block_index":310013,"tx1_expiration":10,"tx1_hash":"e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","tx1_index":14}',0,'BET_MATCH','e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42','749496d6b0ef07b80d397adbf6028e2c4f58dfef8d075c9c2054c0a228edd972'); -INSERT INTO messages VALUES(102,310013,'parse','transactions','{"supported":true,"tx_hash":"e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","tx_index":14}',0,'TRANSACTION_PARSED','e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42','2696a5f36bf0c66c81e3a54308f17e1f455f15ce0bc49bfc977d7dc3ddf3ebb7'); -INSERT INTO messages VALUES(103,310013,'parse','blocks','{"block_index":310013,"ledger_hash":"cd0cfff6de5dd4381301929c740015d5910339ba915a83eb4229ecb91ae84c17","messages_hash":"9014761b9cb57452c4a451fabde13c55ba0561eec6c9baad8563d54b743847eb","transaction_count":1,"txlist_hash":"6c03bbdc682356647ad229247ed9d4000c2ffd03696695e0277c43b4e4d8fed8"}',0,'BLOCK_PARSED',NULL,'9f29fd7b64e0ae5767050907ff7c6da555cf47aff0c7f711f5677b7b53020831'); -INSERT INTO messages VALUES(104,310014,'insert','blocks','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fd1e68b10f7a753f19ad15bd4486b02e223abcd922e16cb4caa44856f1f6f727'); -INSERT INTO messages VALUES(105,310014,'insert','transactions','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"btc_amount":5430,"data":"00000028000052bb33640000000008f0d1800000000014dc93800000000000000000000013b00000000a","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a","tx_index":15,"utxos_info":" 5f55a6c0910642e7ba83dbcfa2d6990d31539f532a2ef427b099dbe2db75a236:0 3 "}',0,'NEW_TRANSACTION',NULL,'9743c51903cdcdecef30ee7e7b7c0815175c01307228964c8bfd54297af111da'); -INSERT INTO messages VALUES(106,310014,'update','orders','{"status":"expired","tx_hash":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c"}',0,'ORDER_UPDATE',NULL,'493109626643d7aa5f9443740ff5d042b283e78d4aaa87fe836db13e7e436698'); -INSERT INTO messages VALUES(107,310014,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310014,"calling_function":"cancel order","event":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","quantity":5000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'f262decc2c6c2d22dff40607c31a363cdeda76647c3599755dd9d0b011057ded'); -INSERT INTO messages VALUES(108,310014,'insert','order_expirations','{"block_index":310014,"order_hash":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc"}',0,'ORDER_EXPIRATION',NULL,'0d3f4d4dd51e85a3989099d6e2a638dbd4a82cefc96958cde43d264ee52b1aae'); -INSERT INTO messages VALUES(109,310014,'insert','debits','{"action":"bet","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310014,"event":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a","quantity":150000000,"tx_index":15,"utxo":null,"utxo_address":null}',0,'DEBIT','3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a','16e49efee0397dd16784c88f6332dc23c3a2614b25f45b5828a1e13ab5a23447'); -INSERT INTO messages VALUES(110,310014,'insert','bets','{"bet_type":0,"block_index":310014,"counterwager_quantity":350000000,"counterwager_remaining":350000000,"deadline":1388000100,"expiration":10,"expire_index":310024,"fee_fraction_int":99999999.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","target_value":0.0,"tx_hash":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a","tx_index":15,"wager_quantity":150000000,"wager_remaining":150000000}',0,'OPEN_BET','3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a','1bd538a23022878055962b5fa9bc6b66ae12b891a5066657f130829f913328f1'); -INSERT INTO messages VALUES(111,310014,'parse','transactions','{"supported":true,"tx_hash":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a","tx_index":15}',0,'TRANSACTION_PARSED','3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a','b09ce3b50c333d318c40a6c6e97edb3671036d53620216d40e56362ac2c7d9da'); -INSERT INTO messages VALUES(112,310014,'parse','blocks','{"block_index":310014,"ledger_hash":"5012d84065c7a39b5563f4fadeaf30670b47df3856f43d40fda74de663753e4e","messages_hash":"d6aab211c65b3d0aa1557a82590300fd43d3088c550a76d85a17297aa07debac","transaction_count":1,"txlist_hash":"99b41cf441ebd1ad46c14b34a3da79586aee124ae643f196f23f0eadb9fbe50d"}',0,'BLOCK_PARSED',NULL,'ec30ec5020befa08063f02e4272482fb46c228b4447e91e6d24c7f7307d1bcb7'); -INSERT INTO messages VALUES(113,310015,'insert','blocks','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e3ecd1fc8a32d2b95da5ca703fa19cb4a8070b4ed21f99ee3259f0a81dde24f5'); -INSERT INTO messages VALUES(114,310015,'insert','transactions','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"btc_amount":5430,"data":"00000028000152bb33640000000014dc93800000000008f0d1800000000000000000000013b00000000a","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","tx_index":16,"utxos_info":" 32229c87e88ed2c3796ca5bb209c31c36e2ed7bcb8ba20ea36ca395db23c47e1:0 3 "}',0,'NEW_TRANSACTION',NULL,'b454b62576776022c7bfcef524934030f2f87b8cf029d878657038f935502922'); -INSERT INTO messages VALUES(115,310015,'insert','debits','{"action":"bet","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310015,"event":"a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","quantity":350000000,"tx_index":16,"utxo":null,"utxo_address":null}',0,'DEBIT','a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8','8765d2724245497258973947f1bfdd01f814b82c30b198c8875a08761abb19a6'); -INSERT INTO messages VALUES(116,310015,'insert','bets','{"bet_type":1,"block_index":310015,"counterwager_quantity":150000000,"counterwager_remaining":150000000,"deadline":1388000100,"expiration":10,"expire_index":310025,"fee_fraction_int":99999999.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","target_value":0.0,"tx_hash":"a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","tx_index":16,"wager_quantity":350000000,"wager_remaining":350000000}',0,'OPEN_BET','a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8','4d89a757cf35448b733f09571d106ebba80673097cff20ca0ed9f54a2a64b77d'); -INSERT INTO messages VALUES(117,310015,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310015,"calling_function":"filled","event":"a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8','07aaabdc3a5a387bc60f20444703fae58f552b6fc2b2d1bfac7a682cd4049812'); -INSERT INTO messages VALUES(118,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a","wager_remaining":0}',0,'BET_UPDATE','a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8','914bb1132b3d141131d6c4f9dcf03faeb7b149dcda0aa994bbebc46a15f16715'); -INSERT INTO messages VALUES(119,310015,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310015,"calling_function":"filled","event":"a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8','09ef00176163a928155716e77aed9dfa3d8885144dfa639e939b7f0047f424ad'); -INSERT INTO messages VALUES(120,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","wager_remaining":0}',0,'BET_UPDATE','a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8','6e1c5fe53f67ff7ef1ff333ce23bd783b3ac2df2a8407af7b1dc479ee6cdc8a6'); -INSERT INTO messages VALUES(121,310015,'insert','bet_matches','{"backward_quantity":350000000,"block_index":310014,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","forward_quantity":150000000,"id":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a_a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","initial_value":100.0,"leverage":5040,"match_expire_index":310024,"status":"pending","target_value":0.0,"tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx0_bet_type":0,"tx0_block_index":310014,"tx0_expiration":10,"tx0_hash":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a","tx0_index":15,"tx1_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx1_bet_type":1,"tx1_block_index":310015,"tx1_expiration":10,"tx1_hash":"a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","tx1_index":16}',0,'BET_MATCH','a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8','ecb22ae76fadd4a41740fc752c5c8e17728eb966ba81148cf8e79e3f355ba963'); -INSERT INTO messages VALUES(122,310015,'parse','transactions','{"supported":true,"tx_hash":"a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","tx_index":16}',0,'TRANSACTION_PARSED','a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8','a79680aa837d623da2ba617ad05d7243ab251a37dd15aab564bc511702851920'); -INSERT INTO messages VALUES(123,310015,'parse','blocks','{"block_index":310015,"ledger_hash":"0356494d376b2b65b9f4b066b9d2baf2ae90d82369b87914bb58a67927ced5af","messages_hash":"7bdb76d1d0744f00172af660c0ec54205c7baedb7055fed5d0853d32d06d53a4","transaction_count":1,"txlist_hash":"c6fff3cf22683f773cf2941f0eb9b5ed84647569c76d40cba61ca444852fceb6"}',0,'BLOCK_PARSED',NULL,'1291f5d616095f73dd1ef9fc1e36e22c21af2565dbd06e73a0c3226ceb7fa299'); -INSERT INTO messages VALUES(124,310016,'insert','blocks','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'60cdcb46e18e77cb1f61c1574f96bb80eef13d7196b56da0177a411518ccd2cd'); -INSERT INTO messages VALUES(125,310016,'insert','transactions','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"btc_amount":5430,"data":"00000028000252bb33c8000000002cb417800000000026be36803ff0000000000000000013b00000000a","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5","tx_index":17,"utxos_info":" 2f07b60bdd5d909b98f1a40d4677b4d89435e42e5e5f4116bc1d33c4179ffa91:0 3 "}',0,'NEW_TRANSACTION',NULL,'51485ec601c3b8668c92a170447519d21c8f8a0e1618730383511f6daef924fa'); -INSERT INTO messages VALUES(126,310016,'insert','debits','{"action":"bet","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310016,"event":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5","quantity":750000000,"tx_index":17,"utxo":null,"utxo_address":null}',0,'DEBIT','194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5','0ab9c79ca2675da953eb96c75b491c87aa7d4509a1394a55db6646f092f75fee'); -INSERT INTO messages VALUES(127,310016,'insert','bets','{"bet_type":2,"block_index":310016,"counterwager_quantity":650000000,"counterwager_remaining":650000000,"deadline":1388000200,"expiration":10,"expire_index":310026,"fee_fraction_int":99999999.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","target_value":1.0,"tx_hash":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5","tx_index":17,"wager_quantity":750000000,"wager_remaining":750000000}',0,'OPEN_BET','194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5','0a1a209c9123f7effadc4443134d1408635734916ee7ef88610f1b454d0c011a'); -INSERT INTO messages VALUES(128,310016,'parse','transactions','{"supported":true,"tx_hash":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5","tx_index":17}',0,'TRANSACTION_PARSED','194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5','080b6e80d173738bc044e34980ee3481d37b3a6be9cd1c36d9a0bb5411120064'); -INSERT INTO messages VALUES(129,310016,'parse','blocks','{"block_index":310016,"ledger_hash":"c90ff439bd04970ed9e6e25cbfce32160450925a37ba3360f40df8854529b52d","messages_hash":"1b5c9eef1dac426a90418ddac456797ad17569a81502beea1f03124142040dc7","transaction_count":1,"txlist_hash":"16e32aeb7155ac1b89e47925bb2367269d4fc81e9da0558266ad9722843202fd"}',0,'BLOCK_PARSED',NULL,'e9d713ade195a69b8db248b3b66fc48dece34480a8f23d3915c86a02f68b9e1a'); -INSERT INTO messages VALUES(130,310017,'insert','blocks','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'59b4a6f5bf71c8652602fbdbadaf712a2e45d9b583a3e0215a99a8595f113568'); -INSERT INTO messages VALUES(131,310017,'insert','transactions','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"btc_amount":5430,"data":"00000028000352bb33c80000000026be3680000000002cb417803ff0000000000000000013b00000000a","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","tx_index":18,"utxos_info":" 14059c8fae8c962dfd064d7f1820e95ee53256aaa2814914e1a1c3ae865ffa17:0 3 "}',0,'NEW_TRANSACTION',NULL,'2fa75cd2572c21c9d7c9fcb86a3b2492ef6fb287de143c0f8ffc1a979be37463'); -INSERT INTO messages VALUES(132,310017,'insert','debits','{"action":"bet","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310017,"event":"72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","quantity":650000000,"tx_index":18,"utxo":null,"utxo_address":null}',0,'DEBIT','72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207','cbff1e5bc468b08efd647a85a74e12e37ea315582524f0f9a19733f2399b1b29'); -INSERT INTO messages VALUES(133,310017,'insert','bets','{"bet_type":3,"block_index":310017,"counterwager_quantity":750000000,"counterwager_remaining":750000000,"deadline":1388000200,"expiration":10,"expire_index":310027,"fee_fraction_int":99999999.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","target_value":1.0,"tx_hash":"72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","tx_index":18,"wager_quantity":650000000,"wager_remaining":650000000}',0,'OPEN_BET','72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207','b1e5028275baf584e9cbe822dd854291168e7e71efac2cf740f81d9bd8cb6ee2'); -INSERT INTO messages VALUES(134,310017,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310017,"calling_function":"filled","event":"72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207','77f92d8a4b5ec9224fd9f3996ee16f3e7724d55d29b1c3bcb47f169c4692c46b'); -INSERT INTO messages VALUES(135,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5","wager_remaining":0}',0,'BET_UPDATE','72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207','729bcc51865cadd4a1d90ea441c737823ef3b07c3f492f7312451dfc92622cdf'); -INSERT INTO messages VALUES(136,310017,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310017,"calling_function":"filled","event":"72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207','d02f53b4964068f38635deb84dcfa13890afe87bfcfb35b38d1c25ee97aa4afa'); -INSERT INTO messages VALUES(137,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","wager_remaining":0}',0,'BET_UPDATE','72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207','90be47215a8e33b536ba7fb32df8c322cf5f774a6219b0e1c4a6e05d8b504056'); -INSERT INTO messages VALUES(138,310017,'insert','bet_matches','{"backward_quantity":650000000,"block_index":310016,"deadline":1388000200,"fee_fraction_int":99999999,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","forward_quantity":750000000,"id":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5_72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","initial_value":100.0,"leverage":5040,"match_expire_index":310026,"status":"pending","target_value":1.0,"tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx0_bet_type":2,"tx0_block_index":310016,"tx0_expiration":10,"tx0_hash":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5","tx0_index":17,"tx1_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx1_bet_type":3,"tx1_block_index":310017,"tx1_expiration":10,"tx1_hash":"72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","tx1_index":18}',0,'BET_MATCH','72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207','841a409e5234ba9f68d3536e13d19f2491ef9c17c0d59df579ba29e0158b94d6'); -INSERT INTO messages VALUES(139,310017,'parse','transactions','{"supported":true,"tx_hash":"72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","tx_index":18}',0,'TRANSACTION_PARSED','72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207','c98d784d0cbc7ea15c11a3da5a7e2861e869d8eaa9eb9d1450b9e4684fc24025'); -INSERT INTO messages VALUES(140,310017,'parse','blocks','{"block_index":310017,"ledger_hash":"19cf18f708dab6a983a2642802deb38d25b6fc205ea663059a0569fa38bdaf8d","messages_hash":"382915e2b687c330596598fe99f340ee091303b71e18d2bb8fa4c4222cd0a27a","transaction_count":1,"txlist_hash":"94709d5f6bcb8df437947be80ac95e2e716a92645f3eec2d915cb7c088504f1c"}',0,'BLOCK_PARSED',NULL,'c451fc48150cfe85d8bfe910229b9b85e655b1ee492780d7104deada77ea3419'); -INSERT INTO messages VALUES(141,310018,'insert','blocks','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6d4007ecffcf0e248c4a9ab01c9e2163dc0321c068fae8f272e58386c952475e'); -INSERT INTO messages VALUES(142,310018,'insert','transactions','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"btc_amount":0,"data":"0000001e52bb33324058f7256ffc115e004c4b4009556e69742054657374","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f","tx_index":19,"utxos_info":" b58a8553f112f012c14b3cfa19b489e6171f3ddd6664340edfde4395489ec7ba:0 2 "}',0,'NEW_TRANSACTION',NULL,'3eb7b848dc4d09444729b76e398d2d74fd74050cfd9ddef70f1f16d17645dd5e'); -INSERT INTO messages VALUES(143,310018,'insert','broadcasts','{"block_index":310018,"fee_fraction_int":5000000,"locked":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","text":"Unit Test","timestamp":1388000050,"tx_hash":"065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f","tx_index":19,"value":99.86166}',0,'BROADCAST','065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f','62182746a3350113edc5a289efc24faf1e66b1206e0505b20a6d7fbae3780d15'); -INSERT INTO messages VALUES(144,310018,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310018,"calling_function":"bet settled: liquidated for bear","event":"065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f","quantity":59137500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f','7151253d53d268e9e044d786f6501a8f3bd45c8004ae0ed3cd731f96b242f1ac'); -INSERT INTO messages VALUES(145,310018,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310018,"calling_function":"feed fee","event":"065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f","quantity":3112500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f','9aac2e6825eb7d0ba7c8ece8538745646f53f41cdc80f926e42b2f26b9556040'); -INSERT INTO messages VALUES(146,310018,'insert','bet_match_resolutions','{"bear_credit":59137500,"bet_match_id":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81_e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","bet_match_type_id":1,"block_index":310018,"bull_credit":0,"escrow_less_fee":null,"fee":3112500,"settled":false,"winner":null}',0,'BET_MATCH_RESOLUTON','065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f','02d9013a3c0288f7623ec5af0b3b05654a18413aef82a393a4dc86a980085680'); -INSERT INTO messages VALUES(147,310018,'update','bet_matches','{"id":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81_e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","status":"settled: liquidated for bear"}',0,'BET_MATCH_UPDATE','065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f','24da60485210e3061482908e891a773532da4b42b38f4992b6b111227d7d0b16'); -INSERT INTO messages VALUES(148,310018,'parse','transactions','{"supported":true,"tx_hash":"065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f","tx_index":19}',0,'TRANSACTION_PARSED','065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f','fbe6a033a1ca55f9a57bacae7efded8e67553376d950029be8e3b788a3575e51'); -INSERT INTO messages VALUES(149,310018,'parse','blocks','{"block_index":310018,"ledger_hash":"d9ac565fbe7bf18c1d899dab8e0c98e070880e36fa51710382017d46ddf837cf","messages_hash":"bbb50288bfe6e5d12589b88c9290b7fb5acc24f7d4122b87018a9149eef36b6e","transaction_count":1,"txlist_hash":"e3e2ebfcee41e92d855051b2c2e4344600646ac3ac5b335084d5f5a23e872f3b"}',0,'BLOCK_PARSED',NULL,'d6c439e5cea643d3914467c9c63f080502754ad8a0b7138e690cdbd780603907'); -INSERT INTO messages VALUES(150,310019,'insert','blocks','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fe9454aba689f6d131d5241013b45d24550e86653de772f8521b4f4257ed5613'); -INSERT INTO messages VALUES(151,310019,'insert','transactions','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"btc_amount":0,"data":"0000001e52bb3365405915f3b645a1cb004c4b4009556e69742054657374","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e","tx_index":20,"utxos_info":" d34810e3caeb03c0ad4047d0cc5461583f3f2471e358037fe69bf6cb299cb3ed:0 2 "}',0,'NEW_TRANSACTION',NULL,'8657eb00a65046a043392f4cddcaafb7822c2ce24090576f721d25cbae9a8ea0'); -INSERT INTO messages VALUES(152,310019,'insert','broadcasts','{"block_index":310019,"fee_fraction_int":5000000,"locked":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","text":"Unit Test","timestamp":1388000101,"tx_hash":"7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e","tx_index":20,"value":100.343}',0,'BROADCAST','7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e','8dd0906f6fb99520cca80c5c26deba27e2d6b23c9e99a08cbe416fdd15050f09'); -INSERT INTO messages VALUES(153,310019,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e","quantity":159300000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e','67c61d97d6936b7c856e4c7ea82f5d1c7725a9c85d5766cde23b8be83c0e6639'); -INSERT INTO messages VALUES(154,310019,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e","quantity":315700000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e','8a39da5856f2ca2265676af41848248da78c541a57e6918dbf43dd7c4bb3aa01'); -INSERT INTO messages VALUES(155,310019,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310019,"calling_function":"feed fee","event":"7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e","quantity":25000000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e','52fbd11e78e2617b6d25eea5b91954e99bb00ee73e05f39d092dd7a388612706'); -INSERT INTO messages VALUES(156,310019,'insert','bet_match_resolutions','{"bear_credit":315700000,"bet_match_id":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a_a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","bet_match_type_id":1,"block_index":310019,"bull_credit":159300000,"escrow_less_fee":null,"fee":25000000,"settled":true,"winner":null}',0,'BET_MATCH_RESOLUTON','7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e','f1599e48ae00cf7ef64083a27b6b8ba52579109da48421b7b1a00b34185941e1'); -INSERT INTO messages VALUES(157,310019,'update','bet_matches','{"id":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a_a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","status":"settled"}',0,'BET_MATCH_UPDATE','7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e','cdba72fb31b28a663244b46b1c194be9a2ba9dda46c928689584a418bac4ac3f'); -INSERT INTO messages VALUES(158,310019,'parse','transactions','{"supported":true,"tx_hash":"7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e","tx_index":20}',0,'TRANSACTION_PARSED','7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e','b96b4fac8ca44f5eedaad43f2af50811abf24f83a44e15c39ac93e511b2297cc'); -INSERT INTO messages VALUES(159,310019,'parse','blocks','{"block_index":310019,"ledger_hash":"b66661deef419a50557d171cc1bcae04f5bc260ed1f5ff56cf08ef39158617a1","messages_hash":"f4ef5c45c407ce6ecc407118596fc6b5d877c8c6dca0496a8ed88a82e73db3b3","transaction_count":1,"txlist_hash":"c89d7fa5df5eab9ac8a57f00c6cc2b9d75244ce412e12eb842c6a43297ee41a6"}',0,'BLOCK_PARSED',NULL,'99374cb84f88505c44dd0fe7eb952c74b4b2c8476b9544d563691e47833c31a2'); -INSERT INTO messages VALUES(160,310020,'insert','blocks','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'08ddaf1a09d82a2833a9963dfb8d24d64213c5dd023128281bf4055d45fd5354'); -INSERT INTO messages VALUES(161,310020,'insert','transactions','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"btc_amount":0,"data":"0000001e52bb33c94000000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9","tx_index":21,"utxos_info":" d8ff0c81bb265ca70b0c28293b6042b707f9d1d30fb0145c3618c72455d881cd:0 2 "}',0,'NEW_TRANSACTION',NULL,'79d8c7d586e1e3b47885824d004bf7632103f8510f145bc36e524d128021b3f0'); -INSERT INTO messages VALUES(162,310020,'insert','broadcasts','{"block_index":310020,"fee_fraction_int":5000000,"locked":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","text":"Unit Test","timestamp":1388000201,"tx_hash":"0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9","tx_index":21,"value":2.0}',0,'BROADCAST','0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9','058aec9d073eb0643e4dcad746b83f3cefb3d3d0c816bb51d62fec76881ea896'); -INSERT INTO messages VALUES(163,310020,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310020,"calling_function":"bet settled: for notequal","event":"0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9","quantity":1330000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9','36c15b05eb2c931a84fc765a7a2a8d4cc8ba3269c10f8eaa4bb9fb0c98163487'); -INSERT INTO messages VALUES(164,310020,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310020,"calling_function":"feed fee","event":"0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9","quantity":70000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9','6989972bd9468df02e45ad27c8688a6685b0d404c93adcd31dae9ba4c3a32d58'); -INSERT INTO messages VALUES(165,310020,'insert','bet_match_resolutions','{"bear_credit":null,"bet_match_id":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5_72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","bet_match_type_id":5,"block_index":310020,"bull_credit":null,"escrow_less_fee":1330000000,"fee":70000000,"settled":null,"winner":"NotEqual"}',0,'BET_MATCH_RESOLUTON','0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9','c1af83d37bf15236a27090cd1b4f1ac5c6aba14b162d07e4e4c3011e56ec25a6'); -INSERT INTO messages VALUES(166,310020,'update','bet_matches','{"id":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5_72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","status":"settled: for notequal"}',0,'BET_MATCH_UPDATE','0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9','a79691a3cfadd609fbbacf0ec883e848911556b439088a259ba0d9ba09613b3c'); -INSERT INTO messages VALUES(167,310020,'parse','transactions','{"supported":true,"tx_hash":"0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9","tx_index":21}',0,'TRANSACTION_PARSED','0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9','aa3b326800008a748201a11878188d75a215e27c9d828f99627e8bf4bb17c3bb'); -INSERT INTO messages VALUES(168,310020,'parse','blocks','{"block_index":310020,"ledger_hash":"57a6c53e41338011cb06cd60118961dcec0e800f62a2c4b1e9381c666319680f","messages_hash":"31f7ab654562cb533b8993064f59c03c1f7d331f504c4920202991d4024ccd64","transaction_count":1,"txlist_hash":"5d8f062b1b5c6740eed53d90f4cd10a23f273237bda588f42fa35653a9fe5feb"}',0,'BLOCK_PARSED',NULL,'146d9d98dcae263c4b43f47b348874311be0314d3b6917b2d23d8fbac12ad9b0'); -INSERT INTO messages VALUES(169,310021,'insert','blocks','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8530ef50cd3fc121e56e70f44fe3b1b298166bc1852cab31510d1852ade86b6d'); -INSERT INTO messages VALUES(170,310021,'insert','transactions','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"btc_amount":0,"data":"0000000a00000000000047670000000002faf08000000000000000010000000002faf080000a0000000000000000","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a","tx_index":22,"utxos_info":" 7072487856a3c59ab919efb969b9c9701006d6bfcf65d9e3bf9ab34f50a5bf41:0 2 "}',0,'NEW_TRANSACTION',NULL,'3f4b52b5cbc3f3238b1f15a0512a07cd3e1bf8b182a10b66356d389dd3ef59ef'); -INSERT INTO messages VALUES(171,310021,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"BBBB","block_index":310021,"event":"eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a","quantity":50000000,"tx_index":22,"utxo":null,"utxo_address":null}',0,'DEBIT','eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a','9e98d4ae708ad905e875b79ac11e1f1b4fb3e9719bfd5c7e26737fe43aaa7a71'); -INSERT INTO messages VALUES(172,310021,'insert','orders','{"block_index":310021,"expiration":10,"expire_index":310031,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":50000000,"get_remaining":50000000,"give_asset":"BBBB","give_quantity":50000000,"give_remaining":50000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a","tx_index":22}',0,'OPEN_ORDER','eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a','29056f5cdea1fa2fecb9a8bddb6e562b211f59bed8e84ba3bbd56af82f3ff6ff'); -INSERT INTO messages VALUES(173,310021,'parse','transactions','{"supported":true,"tx_hash":"eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a","tx_index":22}',0,'TRANSACTION_PARSED','eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a','ba9550811d57e5811517e8651b95c4016b1ea43ae3d64887382c5a99be4564ea'); -INSERT INTO messages VALUES(174,310021,'parse','blocks','{"block_index":310021,"ledger_hash":"66c16af10125f298796da828f1a6c2b43123cda38e3dfc57ccc25b00f3da17f8","messages_hash":"40fe51218ac6a2633c9833a2506313969f34b7ecca05af530fce9d23dfdf564c","transaction_count":1,"txlist_hash":"94b751bb8af2f91fb1933dfae1edaa636836fe1f9100edc5c6b8bc793fea4b47"}',0,'BLOCK_PARSED',NULL,'30f1c5493957aec467583c893a4bf848746ab8586d93f0dbb5dc8e70be8e4c02'); -INSERT INTO messages VALUES(175,310022,'insert','blocks','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'87ae94945e16b35c0d56936b235f014e22176ef2bc67f2db91ce357462466ed7'); -INSERT INTO messages VALUES(176,310022,'insert','transactions','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"btc_amount":100000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":10150,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"c3f73d02e630cb2824f044e6d91f47b1ce351feff0339ea7b85652d24d8ff6bc","tx_index":23,"utxos_info":" b5955ae6d9087334db96b8605fd785eead5c7abb4200b94b30c327c31dc23534:0 2 "}',0,'NEW_TRANSACTION',NULL,'cde54814e4e80579b66fdd365f98874648f6150858064be25050ad627858c681'); -INSERT INTO messages VALUES(177,310022,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310022,"calling_function":"burn","event":"c3f73d02e630cb2824f044e6d91f47b1ce351feff0339ea7b85652d24d8ff6bc","quantity":56999887262,"tx_index":23,"utxo":null,"utxo_address":null}',0,'CREDIT','c3f73d02e630cb2824f044e6d91f47b1ce351feff0339ea7b85652d24d8ff6bc','a783ee7e3e450f99dc14a8223e9f7d52b7c5f144aa09e50c2e31d1d0c33cdc8d'); -INSERT INTO messages VALUES(178,310022,'insert','burns','{"block_index":310022,"burned":38000000,"earned":56999887262,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"c3f73d02e630cb2824f044e6d91f47b1ce351feff0339ea7b85652d24d8ff6bc","tx_index":23}',0,'BURN','c3f73d02e630cb2824f044e6d91f47b1ce351feff0339ea7b85652d24d8ff6bc','1f7f8a6c3644a908d7c94b74d1cf8299994728362374792803b8e09ea3b14921'); -INSERT INTO messages VALUES(179,310022,'parse','blocks','{"block_index":310022,"ledger_hash":"43b6213cad601a389aed2a4e912be118dfab6cca5358d86bac03f4bee6765493","messages_hash":"2c0aeec7028ab64609416bd902dca06a4bd77db3cf410fb46f935b0beeda2def","transaction_count":1,"txlist_hash":"fcb847408d5ee30ef86a94a0495f53670b1157d4f33d627b62ebd84fb1321cf5"}',0,'BLOCK_PARSED',NULL,'d0b46d424bc6c57a2eac1fcfdc6ca57c15e0c594699e1341123d4c403c9108c1'); -INSERT INTO messages VALUES(180,310023,'insert','blocks','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'821a5c16b6a827bfd16d9e50cb70529b192134a84414d9aecf1c541f79f3774b'); -INSERT INTO messages VALUES(181,310023,'insert','transactions','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"btc_amount":5430,"data":"0000000000000000000047680000000000002710","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab","tx_index":24,"utxos_info":" 92a935a2d4d4072b79fe703a72bc9bcad6b6afb518af8ca11c92d4ca06ce465a:0 3 "}',0,'NEW_TRANSACTION',NULL,'fed67b222780cf9c0e53571a78110fa5852baeff3249f0477d46be29b9f1d9df'); -INSERT INTO messages VALUES(182,310023,'update','bets','{"status":"expired","tx_hash":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81"}',0,'BET_UPDATE',NULL,'eba542459b7af643127ef62e89032b78cca381261fbf347b74eb728be5656bbc'); -INSERT INTO messages VALUES(183,310023,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310023,"calling_function":"recredit wager remaining","event":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81","quantity":8500000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'3ddfe626225df2b4871185fbe7b3b361111332df8c71818873e1ebf195f80d2b'); -INSERT INTO messages VALUES(184,310023,'insert','bet_expirations','{"bet_hash":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81","bet_index":13,"block_index":310023,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc"}',0,'BET_EXPIRATION',NULL,'88930b1306da0218906789f317130982da7497cfc99d0ab54bcc47aaa5a52439'); -INSERT INTO messages VALUES(185,310023,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"BBBC","block_index":310023,"event":"58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'DEBIT','58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab','98199a04dbf3bb0d9f04cba109840a6b769b9612bc88f6e23369bb799d6069f1'); -INSERT INTO messages VALUES(186,310023,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"BBBC","block_index":310023,"calling_function":"send","event":"58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'CREDIT','58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab','7a454f73c588a0fb5805457f23e6a36329c9990d7fdc5845f77049e230b8db53'); -INSERT INTO messages VALUES(187,310023,'insert','sends','{"asset":"BBBC","block_index":310023,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":10000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab","tx_index":24}',0,'SEND','58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab','98e03101d7cae4869acbf50c608bc4690f7cae1dae5c3878c5aba9505eff9e68'); -INSERT INTO messages VALUES(188,310023,'parse','transactions','{"supported":true,"tx_hash":"58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab","tx_index":24}',0,'TRANSACTION_PARSED','58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab','6af1d491b8eff69bb17a57383519bb7b8615a986ae6a248aab2e401bac892480'); -INSERT INTO messages VALUES(189,310023,'parse','blocks','{"block_index":310023,"ledger_hash":"8a9758963891bbfbdcb6515d8d3e49c941fedba7de82038776e9f8ed65e803c1","messages_hash":"ceb46efae59818f6cd1016a74db7b0f4009dbed58bbc09bb9307d7de7db4ce11","transaction_count":1,"txlist_hash":"d21109a870f8542e8ef40f6d72e36fb0bb5ac4ad1e7b3232ba1b2bdcc735810e"}',0,'BLOCK_PARSED',NULL,'e91f09239540234cb91bba7978d06c364aa58932dd0844c039badde07eeaafc6'); -INSERT INTO messages VALUES(190,310024,'insert','blocks','{"block_hash":"b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5","block_index":310024,"block_time":310024000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7e27505ae0f92c10ddb6a7ddfcb7fbcb9144d5d431789b3672ba6f85490ebc63'); -INSERT INTO messages VALUES(191,310024,'parse','blocks','{"block_index":310024,"ledger_hash":"cb034ab4a3e252fdfe9973a672e208295741a52634c9332b1501d612e0012e19","messages_hash":"58aeb6658edce998d51157b41a327ef17adb2893c54e1bbaa58bbc3e4c00388b","transaction_count":0,"txlist_hash":"52bcbfb439bfc9cf14e38d39a9d6c401a8798a20fe64238f070125e8e7905151"}',0,'BLOCK_PARSED',NULL,'2a171bb191570858f086d7e093ef1e4c367e6000a68951211b6bf9a34d5ac000'); -INSERT INTO messages VALUES(192,310025,'insert','blocks','{"block_hash":"a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666","block_index":310025,"block_time":310025000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ef0738c7fecd7dc2e2e6764712beff4ede2a19eeb8060055639431498c67a6dd'); -INSERT INTO messages VALUES(193,310025,'parse','blocks','{"block_index":310025,"ledger_hash":"5addc8253469d5c729cdffc1c637b75d9e8886a633d4406dedf2b1c16ba5b92a","messages_hash":"ff248b85fd21bc790360064d5beb149b18e28cea5f65736ea344c0919ea7e2a2","transaction_count":0,"txlist_hash":"e2d8891737534dde276dd1f7f51d42558b9ad60d88baada83f75951905e6f174"}',0,'BLOCK_PARSED',NULL,'699add5b94b4f859dedca1492ac0e6106c9d35974fcab906c3323d4f0d8d3dd2'); -INSERT INTO messages VALUES(194,310026,'insert','blocks','{"block_hash":"6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a","block_index":310026,"block_time":310026000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'63c0a3a1e81ce8a7890faf8319be1d0fb90f11a39a6e1ebdc11f304112db235f'); -INSERT INTO messages VALUES(195,310026,'parse','blocks','{"block_index":310026,"ledger_hash":"8620bd0283c320330631185d1b2351718f174732bd099324a0880719cdfc18c7","messages_hash":"a59165d165a94b58a3a6b6a4958f22cc5c5c817a52ddc221a9875b33079d2e41","transaction_count":0,"txlist_hash":"e7b6699c8b2b5857b60004dec9aa8aeda30ef42483ca16bc79e4ecdc1c0b4ce7"}',0,'BLOCK_PARSED',NULL,'3cb6bd8d92f822c5c5762ebd058c9602f089dab688f447de995c625328c7c86e'); -INSERT INTO messages VALUES(196,310027,'insert','blocks','{"block_hash":"d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e","block_index":310027,"block_time":310027000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'610f7af6c6eb03e3d1d4c222f61ba78223b121cd1b8a579c10b4dac4228dee3a'); -INSERT INTO messages VALUES(197,310027,'parse','blocks','{"block_index":310027,"ledger_hash":"96960e09478184f4f0ad38d1fc03f0c0240e58715a0a29745a6dc58c40003249","messages_hash":"e84c65007ed4a3ece7817cf43aee1e7e01890a6ea3e5aa08c5a5147a8e86498d","transaction_count":0,"txlist_hash":"a7e32b5f0b6568eff793a1d12d32ab594f3886b417a6491b6ec641d15e906e9e"}',0,'BLOCK_PARSED',NULL,'399c665f8da87adc82e59093f893a50cf9f6d8753bbdf17f452e7f8a466f44d5'); -INSERT INTO messages VALUES(198,310028,'insert','blocks','{"block_hash":"02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b","block_index":310028,"block_time":310028000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6cf2ac14d8637636355524fd2ff5260a37f35cd5e4ddabf2bde0a34f56462beb'); -INSERT INTO messages VALUES(199,310028,'parse','blocks','{"block_index":310028,"ledger_hash":"2f556d2528abe1c4e9d31f6ed70d400d94633d4dfb54c9a4f250e1b054f9a384","messages_hash":"d6c6ac48c36a68861370ec1b07a6bbb503f541b856b94b0cd6fa8ac31b70c3af","transaction_count":0,"txlist_hash":"8b22bfc6153a2e742e843a5263194ffcf3ab985d934e212266ca400ed568e710"}',0,'BLOCK_PARSED',NULL,'f6b237c7a0c6e7bb172b5b174bba87c3349a4658a8977c7aba68fe49c9ef7357'); -INSERT INTO messages VALUES(200,310029,'insert','blocks','{"block_hash":"3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6","block_index":310029,"block_time":310029000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5cee0beaaa02c19187ec6c79d25fc7ce0fcaf9cad65b06013e2f77a436b73bf7'); -INSERT INTO messages VALUES(201,310029,'parse','blocks','{"block_index":310029,"ledger_hash":"be195b1f7b7b55dcefb83907d954736d4bf059a9e32055131efd16602d7761d6","messages_hash":"d2dcb56c72c0094bf52cf8086f73ec074498134fa72ab1716a98484f4113281b","transaction_count":0,"txlist_hash":"ad8654356f0a1ffb669528bf4c3625e9d43ce08d9dda7f1adc2e962b65d20b55"}',0,'BLOCK_PARSED',NULL,'56b70a7d0fb83637e76f5524ceb9bb776a92e414f3ff629cca96f29b77c18701'); -INSERT INTO messages VALUES(202,310030,'insert','blocks','{"block_hash":"d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5","block_index":310030,"block_time":310030000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6f9d7ca2e53d1cdeb588729bef67a8abbe001f71cf14d1e79dc9876c8b654dd1'); -INSERT INTO messages VALUES(203,310030,'parse','blocks','{"block_index":310030,"ledger_hash":"d3a25656dbb63eecf1c89820581fcab193d750f3a09ca8ab34a5008c8d89051d","messages_hash":"2954d7c21f6764e44a3835d2f7ac29932dc329973a444786d7357dbbf93547f9","transaction_count":0,"txlist_hash":"f9a6fb698ab5cf74c1d334f2bc3fc258738c330a5bf3614b8951c6f2d90263a1"}',0,'BLOCK_PARSED',NULL,'b929feecacdbebb572333d231a6164034e762d4fd87f52604db17618befcf76a'); -INSERT INTO messages VALUES(204,310031,'insert','blocks','{"block_hash":"0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689","block_index":310031,"block_time":310031000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'13c4f2c339707fc3e81e0a69187601563f7498ecf3a1771f4884b934c7c73fcf'); -INSERT INTO messages VALUES(205,310031,'parse','blocks','{"block_index":310031,"ledger_hash":"0edb535f8c6a40062a86e4ea327cf7fb70310b6d55a6654d5a23e54498aa3159","messages_hash":"a2f0addae5133e1078c0138263c90b37b906b8aff18730d53012ff881d24dd82","transaction_count":0,"txlist_hash":"52c64812c82695720461525033471afc39749f788156239b06f72c7887206fa4"}',0,'BLOCK_PARSED',NULL,'31b5cd1818974cb50eac1971ce55c4b4897a6846897c3ac6a5c8ec1c904681c2'); -INSERT INTO messages VALUES(206,310032,'insert','blocks','{"block_hash":"66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074","block_index":310032,"block_time":310032000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'09a2f699b881d149c2c96feccf974f4bad3cc57a7c6ea50882da75bb47f8c7ce'); -INSERT INTO messages VALUES(207,310032,'update','orders','{"status":"expired","tx_hash":"eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a"}',0,'ORDER_UPDATE',NULL,'6b9e8f552de55ab1dced757034e6b1bd20e5c9aede1132dde042a9914d34536d'); -INSERT INTO messages VALUES(208,310032,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"BBBB","block_index":310032,"calling_function":"cancel order","event":"eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a","quantity":50000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'1491450bba1d9b6199124ef3a67f1ad9af495169422533aa6afee58cedb767f0'); -INSERT INTO messages VALUES(209,310032,'insert','order_expirations','{"block_index":310032,"order_hash":"eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a","source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc"}',0,'ORDER_EXPIRATION',NULL,'5228d94538010d803beab633c3fdc010df15c966ba8954be95cd48aa89b2d204'); -INSERT INTO messages VALUES(210,310032,'parse','blocks','{"block_index":310032,"ledger_hash":"a9208a1b7f782852d652e5089c6485744031176b4d285ea985bbc1df0ccf49c0","messages_hash":"090a2d0034e179d8c0c4956596706bf015f1b24f46d78709b58cdb2b0d910ae1","transaction_count":0,"txlist_hash":"4089c5ee6e83c7fdb9d8f0df917268b807801e7f0fb477b6a7fb4b9f931601f0"}',0,'BLOCK_PARSED',NULL,'64c17afc82061ae6dfbb2f609623c29c59e17479dacf06ccb753884a2593ac30'); -INSERT INTO messages VALUES(211,310033,'insert','blocks','{"block_hash":"999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707","block_index":310033,"block_time":310033000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b3e2ad5a5ea5efa5c8de0e684f527afbc5bf3d246342adbb91b6bc4d6869d0ed'); -INSERT INTO messages VALUES(212,310033,'parse','blocks','{"block_index":310033,"ledger_hash":"c8a973eb6bdd28dcab4f1b2a5e29e104944745e57a54e6d87b370aafb2e589f6","messages_hash":"b2429d1898b21db05db2d0811543c4d44970451a2a388acedff665a729851aa6","transaction_count":0,"txlist_hash":"28e9816084711e62a27a7d33af7a023d9c375d67c6d7dd4fbe840d511d114fbb"}',0,'BLOCK_PARSED',NULL,'b3d35c6186b3c17e9f635a0d0fe297e73a5632a93c61d48e9febb0c6bfba93d1'); -INSERT INTO messages VALUES(213,310034,'insert','blocks','{"block_hash":"f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208","block_index":310034,"block_time":310034000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'14f85969e762a0b82d67b8affc1ee86c8f775eae80c293cfec092847b5fea270'); -INSERT INTO messages VALUES(214,310034,'parse','blocks','{"block_index":310034,"ledger_hash":"0d7b5809b7a5aa5ff854cfe141490a78c9b33e16f8102a8e804dbf0a0a8c0842","messages_hash":"f1585afe641908117e603f15d94f1f21e78e7a8dd9d27a0e072214e1912bdf50","transaction_count":0,"txlist_hash":"37532a1b8cba78b522775b2feabd9dc786b259b49ae54af0279fd84061fcaf90"}',0,'BLOCK_PARSED',NULL,'6d8f3f8f6e6f8938ba0e4a44c398a2c949aa6320619cb1c0d2f842837b91f41f'); -INSERT INTO messages VALUES(215,310035,'insert','blocks','{"block_hash":"a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2","block_index":310035,"block_time":310035000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ae4bf4a91f99c24d278d7a5c4d263cf86ee896ec65fae26d96eb1ffceae96fb1'); -INSERT INTO messages VALUES(216,310035,'parse','blocks','{"block_index":310035,"ledger_hash":"6b4c99289086445a7bf575110172a661c1cd37c418b70afd8ef3be0982041f5e","messages_hash":"961c01114b37206d1bbc0f6557e64be4866736879656758269f68f97bc089963","transaction_count":0,"txlist_hash":"6d74b1faad84274944078e3fa21083b3776e37da614acfc8d61987a1a48db51e"}',0,'BLOCK_PARSED',NULL,'7f5bd66f21901aefaea3fd55663307c257d0864d161e2f228a964af371843549'); -INSERT INTO messages VALUES(217,310036,'insert','blocks','{"block_hash":"158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76","block_index":310036,"block_time":310036000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'08b150e5c3f86f4fda13f038564483d282b21830ae754b1a42ca09735d97a254'); -INSERT INTO messages VALUES(218,310036,'parse','blocks','{"block_index":310036,"ledger_hash":"f20b81389b2f4c9c9be4442b3c68f87da881406f1490637c7d93d63539155a7e","messages_hash":"369db33c7d6d2604b81e19b8aa2d08e81edb839c48e935067f8ed0b43f76e30b","transaction_count":0,"txlist_hash":"246e6cb136a8e79ad87ccc6a2318361c689d4720a9000c1a404f3556dced1bfb"}',0,'BLOCK_PARSED',NULL,'a38a11d6e4855dfaa75633633e8924f54923eb470d60563776c8c20f0a1e76aa'); -INSERT INTO messages VALUES(219,310037,'insert','blocks','{"block_hash":"563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07","block_index":310037,"block_time":310037000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'48eb4b0be25c9029288ae11baa4bb3031fbd3fd2309285e31b3069e56fa64a3b'); -INSERT INTO messages VALUES(220,310037,'parse','blocks','{"block_index":310037,"ledger_hash":"52d554e6b53b853066a3a8f931fc37779f3596c4388e277a9f66a95e001a09eb","messages_hash":"542653f656deec1381fc3e79121832516b0c561b9011ff1c8639d7a0329f979c","transaction_count":0,"txlist_hash":"c4474243bf31bccb8aa11963c477e3d40bbdbf6c604edd86429c37b59d83b427"}',0,'BLOCK_PARSED',NULL,'422c1ea494e567d9f95060cede8d41860ed6a38f0caf025485ee0c0ae3aa32ad'); -INSERT INTO messages VALUES(221,310038,'insert','blocks','{"block_hash":"b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2","block_index":310038,"block_time":310038000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cf1b4422a9cdf302c2de223af0e9f670a0a7b39fc351f049f2bf15ba4a84a33a'); -INSERT INTO messages VALUES(222,310038,'parse','blocks','{"block_index":310038,"ledger_hash":"08a949af614ff73a79313a5a949908b368efe1f8c131eeeb51ed610baf65ac46","messages_hash":"cbfc7c8c8a83d3a4a0ea54fb9062dd52baf01ab47a440f6d022f3ae2b7473c71","transaction_count":0,"txlist_hash":"791f23628ed99486b93754ee4e7a3717d2deee1ae60d4b80dd79c614e874c94a"}',0,'BLOCK_PARSED',NULL,'ea4beca73c4e79a04bfda279515fa209e11d69d04b10717a76ff005e44736041'); -INSERT INTO messages VALUES(223,310039,'insert','blocks','{"block_hash":"5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347","block_index":310039,"block_time":310039000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'35515134fba897329717dade437299cfa2abb50f24ca0cbf3100252dff42a384'); -INSERT INTO messages VALUES(224,310039,'parse','blocks','{"block_index":310039,"ledger_hash":"7ff8b2408ee1124a5ee573d31023660aabcdb21599bdcfb4a3bc1895d7910094","messages_hash":"f51fd1f4835033c7f873177be987121a40daaf6166f57136e128398d05bf0c72","transaction_count":0,"txlist_hash":"019a41a08fe760b6ca07f10cdb763ebd41d76a7a458f81023dacd0bb000221d6"}',0,'BLOCK_PARSED',NULL,'c291b3e31e8425262a565aa7d33305d3b4d98024f221f840dd04a487d10410c0'); -INSERT INTO messages VALUES(225,310040,'insert','blocks','{"block_hash":"7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3","block_index":310040,"block_time":310040000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2c4b0fcbc2198c41d9288700328bcf0aec7568f768a1789adf29c1c035019e3a'); -INSERT INTO messages VALUES(226,310040,'parse','blocks','{"block_index":310040,"ledger_hash":"c687e753c01711e94cfcad1f16d2976a12ef5d6c3731c64db26f969c988fe7c3","messages_hash":"e90cd12cffb93078fa6381aa3c48ca904d950fb999c72ff3ce646ab0dd971882","transaction_count":0,"txlist_hash":"81bf654cee844b048e68c07fdbb561865156f77769d686aba7666d51bfc529b0"}',0,'BLOCK_PARSED',NULL,'5a8234c0177af0c03590076b63d7ca93912819018be7c300ee6594eb977a4760'); -INSERT INTO messages VALUES(227,310041,'insert','blocks','{"block_hash":"5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359","block_index":310041,"block_time":310041000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8572f06f8e8d8a26bac8e72db5a7e42f421156cb8bc6796641794fc0b7e2268d'); -INSERT INTO messages VALUES(228,310041,'parse','blocks','{"block_index":310041,"ledger_hash":"66f493ec8b5cf8140d1f627f008c50624d3069f56828df90286b53a2d6cbf47e","messages_hash":"443d2af20fe3f83a0c9c62e886c806c45558670b2311ca0362dfd58f4c6c26e5","transaction_count":0,"txlist_hash":"87461d03ba2d32213a73f526b81f1decb96b112a012ada6f9fc089032720798c"}',0,'BLOCK_PARSED',NULL,'e95bfb8b82ad686fb3b077463a4e48e7a69c5c89f834f673c40ba8025be75098'); -INSERT INTO messages VALUES(229,310042,'insert','blocks','{"block_hash":"826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4","block_index":310042,"block_time":310042000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e115b876c476ff525f5c35f348d764986113f6d8124a4144dc3d4aba580b9866'); -INSERT INTO messages VALUES(230,310042,'parse','blocks','{"block_index":310042,"ledger_hash":"33acd319bde452aa81b589435a31ee3add742870a928ef2c15a7a447b4b4e0fa","messages_hash":"49ecb3e50489aed0051c5e814f27a376d890b6f700f26d80b15d857967263549","transaction_count":0,"txlist_hash":"c1fd057575646ab25fc055b10cb7cc9cc4d4d05f0ddbacfaa462fc9ac32d975e"}',0,'BLOCK_PARSED',NULL,'d1656f884f80311dafc39a3754fe1676079b2cdf77b6f62293eac652497c4ccd'); -INSERT INTO messages VALUES(231,310043,'insert','blocks','{"block_hash":"2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51","block_index":310043,"block_time":310043000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8ff7e3763b00af1209f69ce2d010cefd283d41156bcec6df09d64ae5b95459a6'); -INSERT INTO messages VALUES(232,310043,'parse','blocks','{"block_index":310043,"ledger_hash":"83997825aa2597adb0292e265f01e937f621cc75d8cc18e23a4bd0c1fb0920c7","messages_hash":"74a47e2f77508512de3f86f69ec5e807cfdc7453dcf8de7e313e4e5b8ea340ad","transaction_count":0,"txlist_hash":"86e036eb2032af487a2c3ccd6a6d8b3073c155164cda4bead96f92da996fd4be"}',0,'BLOCK_PARSED',NULL,'807360a0f699283b65450f30f3dcccfac63113f0669d68459c8b97669a7063ec'); -INSERT INTO messages VALUES(233,310044,'insert','blocks','{"block_hash":"3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b","block_index":310044,"block_time":310044000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fd13863d75c463cd09a67d463d8f7a2bd4ff7b526220efdbd88f730f3a89e79d'); -INSERT INTO messages VALUES(234,310044,'parse','blocks','{"block_index":310044,"ledger_hash":"9890bca86442f329b2abf1b3bbf4d94e8ab54d10dfa7823a53f02fcfef030d88","messages_hash":"b4139cef14c1f11a734e02efa099d9ad23759ea56ffe52b6c682af52d5082436","transaction_count":0,"txlist_hash":"a839b90852909b1e21b4461debe100d578abe34e3a46837b444a92db3eab8d97"}',0,'BLOCK_PARSED',NULL,'c08afd7c9386267a3a3e490c182f9565cd127f32cbf3ac6318e9f497952e26f5'); -INSERT INTO messages VALUES(235,310045,'insert','blocks','{"block_hash":"7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98","block_index":310045,"block_time":310045000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3951f6c2ec6a8a0aa1c7fdef695d550badf02b2c1fdb2f2c78a7a3b40095c725'); -INSERT INTO messages VALUES(236,310045,'parse','blocks','{"block_index":310045,"ledger_hash":"a909f658a8f405ef1f5cd8bbab03cbd865235544ae1c2f4dc20e2a4393181efc","messages_hash":"7dd1d618a74ff6a36c28c18781054a0d6ffcd78adc6882c12680d4d0326d43df","transaction_count":0,"txlist_hash":"a55dd67a02d97f49eb1ce9cbdf94b201a0320065e63aaccca1d14fc856a167b1"}',0,'BLOCK_PARSED',NULL,'f0c9af239796d9e4eaeaaf681a93ea4c80ecb105dfaa777f1a9f522882a13f27'); -INSERT INTO messages VALUES(237,310046,'insert','blocks','{"block_hash":"47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6","block_index":310046,"block_time":310046000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f108012d9a3798f84daa365e76537ea834cb1aaf49316325990b06bd688c2985'); -INSERT INTO messages VALUES(238,310046,'parse','blocks','{"block_index":310046,"ledger_hash":"713d2ccc66a1aa7797ea9b6af18b04245478c7582a8aee76cf2c7f3f3060df3a","messages_hash":"dcd9fb957c5261153d97deb988a956ab6f097a66ba45ba4a3a4f1a028cbf7cc6","transaction_count":0,"txlist_hash":"c7bdbef0fecf54c6d2f1dde171123487c95ccea2cb80743633a8bbdb3c3b9d35"}',0,'BLOCK_PARSED',NULL,'b90a1eb539147258a581314d94036c78acebb4a1c28f408fb1a5860be5168a42'); -INSERT INTO messages VALUES(239,310047,'insert','blocks','{"block_hash":"a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075","block_index":310047,"block_time":310047000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8576ff140e1556aaab63985917668c80748e8984eb7aaec2851a02d5362afd0d'); -INSERT INTO messages VALUES(240,310047,'parse','blocks','{"block_index":310047,"ledger_hash":"534500ae61a04841771193d57384d27b54fa2bb92c0698beaa46509b3d39eb1c","messages_hash":"cd1e3c3548871297cf9eb75531a05696fd46980c2b43187bc81c8d22a0f04c20","transaction_count":0,"txlist_hash":"8c7d8f1273c82696c80fa325a3dde05ee4ad5f719f6890b3d93907c91302cf7d"}',0,'BLOCK_PARSED',NULL,'8a48fba1f6b1a013acf64f7c705f251b87a7d59b981abe90c1d2ea7f64db62ef'); -INSERT INTO messages VALUES(241,310048,'insert','blocks','{"block_hash":"610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309","block_index":310048,"block_time":310048000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f5b549e0c7a7a1af5a97d33cfab77bb6601320f41c49ab6aeaf89d85ab055613'); -INSERT INTO messages VALUES(242,310048,'parse','blocks','{"block_index":310048,"ledger_hash":"48c8e5d9ab1887f092731ba2881a330d22d4f03f601dccc096fa5147042a3d55","messages_hash":"df2544ef341419978057d8c983908f769e00e68121425ef47e3b9e6291de2b2f","transaction_count":0,"txlist_hash":"4c724447d400c30336cda4523a84f5cfe86849086f98367e5821a0bdddf68f7b"}',0,'BLOCK_PARSED',NULL,'fb37adc85db3cf1a5e5b0726de37e0ceb3a8aa77ac42023f64f2fc81e99b3aca'); -INSERT INTO messages VALUES(243,310049,'insert','blocks','{"block_hash":"4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c","block_index":310049,"block_time":310049000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'df2a8b9fa53f0bbaf291ce341c970f2bd8e8801c568d3051c9ab1d5ab88c2fe1'); -INSERT INTO messages VALUES(244,310049,'parse','blocks','{"block_index":310049,"ledger_hash":"6c5ec3d2b7d8a724175559db977cb9ab78eecd39b9239688b30d6d3350cb01fe","messages_hash":"08c6aa2f223f2ca279f652f7bdddcce63ccb7be3ed7b401e80d29b4f0605a49a","transaction_count":0,"txlist_hash":"8f0ee591c9f8165289f106091ac0cc19dbaf813bf1134c3ad2cf302bdba0e8c7"}',0,'BLOCK_PARSED',NULL,'84cce965f1e12c53a94db4ee2183aa6d10fccca4f634bd493905a0ea0387e8c6'); -INSERT INTO messages VALUES(245,310050,'insert','blocks','{"block_hash":"8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348","block_index":310050,"block_time":310050000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'edd96c137e368fa3b8278a93c23ebdccb31239cbc1af607347d53e573ca58b53'); -INSERT INTO messages VALUES(246,310050,'parse','blocks','{"block_index":310050,"ledger_hash":"817dc86594b3820de76f1d2bc2400d702475d558d6ee5bef4313fc154bbdaca2","messages_hash":"c4b3330c41edd0722350462de7ed809b90256b8b52f0276ec1c9b639f558c573","transaction_count":0,"txlist_hash":"9ff934d29741af663537dc45d552b6c01cc8ba577af1fc2ddbbcb7259477bab8"}',0,'BLOCK_PARSED',NULL,'f304c749836a4e3bc435e852212d6f51142e0bee47a31e4645a720f46da6f629'); -INSERT INTO messages VALUES(247,310051,'insert','blocks','{"block_hash":"b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6","block_index":310051,"block_time":310051000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53ddd71b940366ddad7a8812b4584ea0ec9607bd745b6e18867c9158f92d1871'); -INSERT INTO messages VALUES(248,310051,'parse','blocks','{"block_index":310051,"ledger_hash":"00916e6bac2f648f953c8d6dff21438a6ec53ad198b33f90667e8d4564e00e78","messages_hash":"c202cb700bb5fe60bbd556615726be3fb03aede5d5abb0f1b22d2883cb89c8ca","transaction_count":0,"txlist_hash":"3074814e0ba9b6e99b6af70ecee2f1cd072d760d921d13f04a5064342636da4e"}',0,'BLOCK_PARSED',NULL,'ff968140ad0de4dd52f779a22eee4dd020b5b3824fbdf642014add99f5d79c9b'); -INSERT INTO messages VALUES(249,310052,'insert','blocks','{"block_hash":"0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2","block_index":310052,"block_time":310052000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'64ed364eb40fae15f6d6f9ab1b56132199f99cc374fdcc76a0d392903fe99a05'); -INSERT INTO messages VALUES(250,310052,'parse','blocks','{"block_index":310052,"ledger_hash":"959df962b9bc7ef215f1530b886613404adaf81552d6eeb4b1401ea265ad5f4f","messages_hash":"08121cc6dbdab1cf85b0bd1499c44ac8b9e243be060fccf0aad8a66dd2b9c08a","transaction_count":0,"txlist_hash":"c792d99e376babe180a99ebe9c20a7925a74fb919ccab28a600d200caad6c0e3"}',0,'BLOCK_PARSED',NULL,'23b7669821ef572e7ce741738d697792ad50b2aebda4e05b4c73a184f1a26e5c'); -INSERT INTO messages VALUES(251,310053,'insert','blocks','{"block_hash":"68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f","block_index":310053,"block_time":310053000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c00de911f2ec846ef5fcf0edfef0645eb99ea61882ee0015a7be8fd5ce4b9ba9'); -INSERT INTO messages VALUES(252,310053,'parse','blocks','{"block_index":310053,"ledger_hash":"d76b639ebddd434e5269de084de0b502e7f0eaff71b4e99de2d4ebdd1fc61380","messages_hash":"393c8ec2ba76175f7db55df820fd8684587d1c113b37d4f3837573ff82f4a21a","transaction_count":0,"txlist_hash":"ca53cd5d8d4e90481a6099af39825f25e7b5325fd586693362d9e7302e72fc3a"}',0,'BLOCK_PARSED',NULL,'8cc44f21872d8f2063224bbd53ae0ac0d2a42c51a2ff0414dce075bc0440879b'); -INSERT INTO messages VALUES(253,310054,'insert','blocks','{"block_hash":"a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305","block_index":310054,"block_time":310054000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'56ccc4a6724697b8823351d0eb447f0bf43efa99434855af766e760d9ffbf5c0'); -INSERT INTO messages VALUES(254,310054,'parse','blocks','{"block_index":310054,"ledger_hash":"525e8cabfc993080d128faf38a5e5c9e9afa61423a5f20a90d68cdcacc96b59b","messages_hash":"0a07b3d6f99d5da6d1332c4d4cf317fed41209fed6f97f98e2321d9857c8d8e8","transaction_count":0,"txlist_hash":"1bfbc68852f429756bdfb76508d3f044ecc24704e437259c23107470f1edec74"}',0,'BLOCK_PARSED',NULL,'5f89ea7a7beb2e716c780aeac693d9fbc2cefce67aa096b2bf3e6895ea035121'); -INSERT INTO messages VALUES(255,310055,'insert','blocks','{"block_hash":"4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356","block_index":310055,"block_time":310055000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b7fb3f6e15dddabad3e895215d8e240ff0f5d82db159f2ed8682c271efad3532'); -INSERT INTO messages VALUES(256,310055,'parse','blocks','{"block_index":310055,"ledger_hash":"155ffdc74a2077a3da7d5c068833468c7d0758dfb525a799f910cdb1543beadb","messages_hash":"9280884f6a2f47547a8fe647446ba6e957d50183e2b3f8e318badaa27c7ff6ad","transaction_count":0,"txlist_hash":"86186f38b173c755554117ee448b6935fd6ec6ca9f464438d659ad6be767d481"}',0,'BLOCK_PARSED',NULL,'2fbda8ea68036189b1f6b07e0d269b1c2167f593a928f52e5a47fa2492d07220'); -INSERT INTO messages VALUES(257,310056,'insert','blocks','{"block_hash":"7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3","block_index":310056,"block_time":310056000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e442656dc2104039624dba4e873b1d64b8302ad2edfd45bf87b54b669f59c43e'); -INSERT INTO messages VALUES(258,310056,'parse','blocks','{"block_index":310056,"ledger_hash":"4f6fe786e34af90927bcd888b4b2a8fc69d3ccdfe4c4bb37edb2007901ce234a","messages_hash":"5a8cb72856656df14c899405cc8f04879a6c79c965eeb9de6e575fa4e4ece9e7","transaction_count":0,"txlist_hash":"822b518b20b4f136877f2dfb4f4a9299a4ef7c26441791e986677396405ee03f"}',0,'BLOCK_PARSED',NULL,'d256d23f9a5cd1fa534c48dda112ce81d6725c46f8e7cf69bd8342ed37e70bf7'); -INSERT INTO messages VALUES(259,310057,'insert','blocks','{"block_hash":"4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411","block_index":310057,"block_time":310057000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8ca7ad1af5157173de88b0f5a3b236d4ff1b2b36e502a923def3ab51dc1d27a4'); -INSERT INTO messages VALUES(260,310057,'parse','blocks','{"block_index":310057,"ledger_hash":"30978d87fd8e32d9d27c92a0d4ca19d179b515ed95410fa96bf496b4cd8aa5e2","messages_hash":"16227bf87e7f1fa6619bfccfb98c27d38630f054784614857caacc835971700c","transaction_count":0,"txlist_hash":"79032221c81d77f7dd7e35d46a314b21b17df32357b606ecb7402e5976473b19"}',0,'BLOCK_PARSED',NULL,'a05eec8c83102e0ab5636c9eb60fed89a68aa19cc97ff7cbc78cccfddfbaa101'); -INSERT INTO messages VALUES(261,310058,'insert','blocks','{"block_hash":"a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f","block_index":310058,"block_time":310058000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7679490c44e316070f3ee3274156abd4d956ee61539c7df220b97aab30559aa4'); -INSERT INTO messages VALUES(262,310058,'parse','blocks','{"block_index":310058,"ledger_hash":"a0760bc5d2f04b381cc46aca84aa3788e8e3fbc833379a26ae812807d3a04fc5","messages_hash":"4cdd3c15dfa5cc004bdf1c5ef4020357eba701387c204339b979c4dbf1db0119","transaction_count":0,"txlist_hash":"8f56034a75de70a679a8bd2515b5982dcebc5b2a6c468203ee8922f7e12aca4f"}',0,'BLOCK_PARSED',NULL,'3cdc8fe0c1d6bea18c66293356bb2d172b2a8faaf5afe61e2299dbb5bf30be1e'); -INSERT INTO messages VALUES(263,310059,'insert','blocks','{"block_hash":"ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9","block_index":310059,"block_time":310059000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4a1137e2c8cb212b1afd759e7b688ad961d827c5c687978576fc9f00f21b995d'); -INSERT INTO messages VALUES(264,310059,'parse','blocks','{"block_index":310059,"ledger_hash":"26dcef9e54b1a34b6024f8402ddebb6e9449cd90c270e3db75354a001484b1a1","messages_hash":"acc688eac56ff347988947242f150027f8ce7da2e71ef8ac7f35e4f63c28af2f","transaction_count":0,"txlist_hash":"d645719f82c5029a7fe5eba356e16c17eb676e0848ac2e03b4d98df0106ae95c"}',0,'BLOCK_PARSED',NULL,'f932fdeeb8a81b337a94e24d0310c7a1e58f13cbcdb0842f48d6f6885361ff0f'); -INSERT INTO messages VALUES(265,310060,'insert','blocks','{"block_hash":"974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b","block_index":310060,"block_time":310060000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1eca74bea97e01e1238d2d493b13b702b9b761422a06b81cd3130a839ad31a32'); -INSERT INTO messages VALUES(266,310060,'parse','blocks','{"block_index":310060,"ledger_hash":"810ebcdb63a08af5a26d1fd4e7a3604afd03bd06ff620d6a86c665e1c81116d2","messages_hash":"9fac07b3afcb2348f7fb022bfcc1ae954276c3ae798ae2629c4dc4a782defda1","transaction_count":0,"txlist_hash":"de75a174069eec13deaa318cf1429ed15d775816b7ffe6f46c7db0e252584271"}',0,'BLOCK_PARSED',NULL,'520645881338305165f904d5bc052d3925074a4417d476d836b058de0459325f'); -INSERT INTO messages VALUES(267,310061,'insert','blocks','{"block_hash":"35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf","block_index":310061,"block_time":310061000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'45ea02474b2d6d722a1016d1e3a747cb069f40fbe0d5152c632083a7f0fb22fa'); -INSERT INTO messages VALUES(268,310061,'parse','blocks','{"block_index":310061,"ledger_hash":"1edfc24d186c7e7267b11c03b0a29e57926e9ab25f668231a18a499cbd08c702","messages_hash":"75b7f07c6e3b603baff989930836e17d0ae2524ce37fbc0777972a9ff9059e0e","transaction_count":0,"txlist_hash":"4f5fb29442a7bfe7928dfd0a30bc730b2ee0a0bfee963e20f8da2eeb0bc3d6d6"}',0,'BLOCK_PARSED',NULL,'43e346e9055eeafd1f5e6459e0f5173c0ae67005783109ded34a3b5278f4bca4'); -INSERT INTO messages VALUES(269,310062,'insert','blocks','{"block_hash":"b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f","block_index":310062,"block_time":310062000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad8c39f21c249e75672b7866376c2e3a526f7b75cf5e10a58cdcc9dc64ea7774'); -INSERT INTO messages VALUES(270,310062,'parse','blocks','{"block_index":310062,"ledger_hash":"b0de9503f019c9548a97bd198e6b1b58b57d6a7c231ace2d72adb0421b29e9b7","messages_hash":"1ac01db2f9ae61d2641e38e12853aac048e12b60075eb4a844afa0c05168698f","transaction_count":0,"txlist_hash":"99f2cacd3f24f7f8cf40d0c6a3c50413a243d886a381f432dc4398b06dd0003e"}',0,'BLOCK_PARSED',NULL,'65bddf1702d7e608c559f6bfccf230a2ac11fe9e276df1515abbb477959efefb'); -INSERT INTO messages VALUES(271,310063,'insert','blocks','{"block_hash":"0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe","block_index":310063,"block_time":310063000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fd745e8e2ec6cc9ddc51bb053ae6e4f4b2de42a5c65af8dbeaacc97a5c403cb5'); -INSERT INTO messages VALUES(272,310063,'parse','blocks','{"block_index":310063,"ledger_hash":"62e41caff168eb4b15eb67ab2130510ba3f17ac186f8516cf5b5c6f168988345","messages_hash":"60f65ede7476326a289dfa6513152cdc44a25ac1cc6c87879ec6702a77b887ce","transaction_count":0,"txlist_hash":"6436ea453d46084d34e4af17b844a1312a3a3f0d95234921dffa50c3bb86a8da"}',0,'BLOCK_PARSED',NULL,'38bbb06518357a1b7778a1067aa8256548b96fc941a5b3e064671bb87772eeb4'); -INSERT INTO messages VALUES(273,310064,'insert','blocks','{"block_hash":"e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30","block_index":310064,"block_time":310064000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'55e78414e06586bf5eb4aec09a2240c83f1f737e9d9007271c3d00e0eddb8209'); -INSERT INTO messages VALUES(274,310064,'parse','blocks','{"block_index":310064,"ledger_hash":"a444b1535d27bb2917478019c4c59abf9474e87128f9ec1e44c20eea1f014f3c","messages_hash":"011f8ee3e1fb33c8ccd95c62c3f70c0ed52462346b5a2feadf3ddc5ff31fb1a5","transaction_count":0,"txlist_hash":"4a7b7ac0f91d282190236dd238b33f7b76b40c1f5151c25117d7fffe014a1995"}',0,'BLOCK_PARSED',NULL,'11eba67afe7da4e46cad5b42d51624f8f40c99ced44a700ca46fa73c8ad2bd0e'); -INSERT INTO messages VALUES(275,310065,'insert','blocks','{"block_hash":"8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a","block_index":310065,"block_time":310065000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a1925f5ba8b7801eefb987f58581ce0d99114cb724b686205cb7750fa66fc5ed'); -INSERT INTO messages VALUES(276,310065,'parse','blocks','{"block_index":310065,"ledger_hash":"0ad978671f587f99e5e1c1b6f68ac3d18bb03a3bd7ea9afb63590bcef25160c8","messages_hash":"9e98b622f8c749c5b9b6e74186d27a796f57058f33fb4a09707aee52f71a665e","transaction_count":0,"txlist_hash":"a7373340d9f43d4256f8a9063b32c415ca44e5964abc500cb3daa631ab92a311"}',0,'BLOCK_PARSED',NULL,'b511f3680aec3c3bafb3df35d4df0f847dc0fe4874fd25ccbb50f3089660f585'); -INSERT INTO messages VALUES(277,310066,'insert','blocks','{"block_hash":"b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d","block_index":310066,"block_time":310066000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'97ac29902c72c3c72d1895f4eede78bcd3f53d10af65e62e88eebe1820902645'); -INSERT INTO messages VALUES(278,310066,'parse','blocks','{"block_index":310066,"ledger_hash":"a6bb36829770b24fa0b960b85566a0138360a60b52cec62d94d7df8cb0b8f8b4","messages_hash":"617f9d56006946ab21086f5cb7b4c8d71b7bfec2abb267b5db169d8a5b2006f5","transaction_count":0,"txlist_hash":"3f137eaa77970ba242a8bd0709970f7045ae79ca9f3cc172882577ee3ed34e9d"}',0,'BLOCK_PARSED',NULL,'d8d54d506e5a784299cda4605ab33ff42abb0ef763313778b4d22c7e613d2475'); -INSERT INTO messages VALUES(279,310067,'insert','blocks','{"block_hash":"8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577","block_index":310067,"block_time":310067000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f9b65d3b34ba30a82447e9792076de0ca9753888846ce70915122142cee086fd'); -INSERT INTO messages VALUES(280,310067,'parse','blocks','{"block_index":310067,"ledger_hash":"9b8ceda9b170429d8b9ed517f0db95487b3058397e20d7e786577c8e46b389b8","messages_hash":"031c3b31fc1063070298e27304bf6df48318b5daab2ec7eee0938e5f69b83693","transaction_count":0,"txlist_hash":"a8c54e9c41e6d694d38a6cb9bb9cea881609c013ef9bf4909fbcb0090168e263"}',0,'BLOCK_PARSED',NULL,'2e7939afa6365fe459d00abbe7f8c40a6b2d3a3699899aa72b3070b9ca684910'); -INSERT INTO messages VALUES(281,310068,'insert','blocks','{"block_hash":"9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5","block_index":310068,"block_time":310068000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9eb8ef08e5a6db7ad53c859fc534cf145f6fbd817f76bad62198df924d2088c9'); -INSERT INTO messages VALUES(282,310068,'parse','blocks','{"block_index":310068,"ledger_hash":"cee2e41baf86f1af24d555e9ab4a0c023b5f1ab2b054707d4434b4f60d31862a","messages_hash":"98f51c0a679724054539899f3e8c375757a4936330e5c3f1b6f4b6a42fe229a8","transaction_count":0,"txlist_hash":"bc2a5bfc7f1a8181b7b04970a8287b498f096bc08acf106f6a8e0a0ac5ca3723"}',0,'BLOCK_PARSED',NULL,'af7df6839b88a5f4b6be9ff42320479e162c97612f90e53026b8d42303c8b541'); -INSERT INTO messages VALUES(283,310069,'insert','blocks','{"block_hash":"486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7","block_index":310069,"block_time":310069000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'653e172faedbfeef840ac8639cf0f50a5bba469bca3c052b4d53c10750974291'); -INSERT INTO messages VALUES(284,310069,'parse','blocks','{"block_index":310069,"ledger_hash":"cbfd7ff728f05ba3f1db5972f1449618a79d3fd0d76bf7fe990aed2eb2316a38","messages_hash":"84f1a30f527545fbb7b4b1463c4d2b0447700445c16afc2ec87a7d58486f0d6f","transaction_count":0,"txlist_hash":"73e3b8838f74134d3db985de53446f88c3bb86a8cec53bf773c10dd89fc2d709"}',0,'BLOCK_PARSED',NULL,'115fe0b4726f7d97226005220ee72ae0d80f59f140c6cc9c1b70d5e7eaaf1136'); -INSERT INTO messages VALUES(285,310070,'insert','blocks','{"block_hash":"8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5","block_index":310070,"block_time":310070000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'205995b2f033204537dcda699883cdceef471410aacf5714ef6ce10fea831847'); -INSERT INTO messages VALUES(286,310070,'parse','blocks','{"block_index":310070,"ledger_hash":"9af85cd995c83b5a5f0cac66351cabdf9dc9faecfee080638fc76019663faaa6","messages_hash":"0028e9984a15f4b6b6a3ce0756c63bfa5a2c358ea66ea32cc010d462963e7c11","transaction_count":0,"txlist_hash":"5e951c9dc5201f32b7e8b9e72702984a2ff13c011cec35ef4ddbcf5b1e7e3111"}',0,'BLOCK_PARSED',NULL,'f6fb8beb45e41f789d8dce9fc06da57c040f33d69ca1c51ca4d75556b3891a45'); -INSERT INTO messages VALUES(287,310071,'insert','blocks','{"block_hash":"7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b","block_index":310071,"block_time":310071000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'49d17d123b7d50b200afa08a76dc3d3778ac4809865d685bdea7a4281e312481'); -INSERT INTO messages VALUES(288,310071,'parse','blocks','{"block_index":310071,"ledger_hash":"a3c547e84db6b29630b87fa566e37796e0632ba616dd6d521d558632c3b55370","messages_hash":"a96b0952b66f8ae6f22e58258c8f4ac031f897a4af228b68f076f348e58f16fb","transaction_count":0,"txlist_hash":"c72261d02c311085af66e2c66b8bcef2833d05716f067de2327442b92d219adf"}',0,'BLOCK_PARSED',NULL,'0e43cfa6d3417735966810d02859b349efbc9a40b5dbe08abcb33619490f4332'); -INSERT INTO messages VALUES(289,310072,'insert','blocks','{"block_hash":"7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a","block_index":310072,"block_time":310072000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bfd144b9c597c9a25a261803877530f92e9bb2402b5608759d00895de486957a'); -INSERT INTO messages VALUES(290,310072,'parse','blocks','{"block_index":310072,"ledger_hash":"a0170d8a72a0f8642c0863899bf034e754596e3fd8ddffefa91e7e9a7addf944","messages_hash":"5378594472ba819b90e09940e616b49baace273f8e7258cd5635680370056585","transaction_count":0,"txlist_hash":"df4f5afac7aa5bdd2e580979d13c750f4990c5f7e8dacaec6d751f4b1e3c690e"}',0,'BLOCK_PARSED',NULL,'a661c32bc17af860c67792ca8e1780ff143b181ed30805f4661f3b69c2180c1f'); -INSERT INTO messages VALUES(291,310073,'insert','blocks','{"block_hash":"ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943","block_index":310073,"block_time":310073000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0b725cef354384b392f1bdadb72263596910a0a4ae617154563d74b4860e0d41'); -INSERT INTO messages VALUES(292,310073,'parse','blocks','{"block_index":310073,"ledger_hash":"e0179a21342fcf35fa169567f1ef35bd6b0b1b048a98e90c049fdf3ee58e9da4","messages_hash":"9fdce84da397aeb15f771e7928ba250b10fd27e8adfdc27ebf69233c0494f78e","transaction_count":0,"txlist_hash":"c5cc010dd34b520a733ad2e109b4b2b8cc84b48e412c43ac688a57f99147c164"}',0,'BLOCK_PARSED',NULL,'ba9f16ca85e97751e6e2932de8ce8c01d8e527147aab3ee37d16739fe136a11a'); -INSERT INTO messages VALUES(293,310074,'insert','blocks','{"block_hash":"ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb","block_index":310074,"block_time":310074000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'412fd91ffb9c6e052450cb0410a147f2b3fcba10034afe5a25c9260c224a337a'); -INSERT INTO messages VALUES(294,310074,'parse','blocks','{"block_index":310074,"ledger_hash":"8855ace296b0b078d90aa24fcd30ca9f9cccf9d3961f3dba4985a3ff187a02ac","messages_hash":"33b70a192e09c07da42cef4345422998bec64061ff626941000dd2b22e378397","transaction_count":0,"txlist_hash":"eac5c44840751fb1009274a20657bc544e855ff1a49533c9fc43c0b6e66b7402"}',0,'BLOCK_PARSED',NULL,'874239fa8efac068432808f38ccc656502112a220e24b3366cebd9d20b3e7b35'); -INSERT INTO messages VALUES(295,310075,'insert','blocks','{"block_hash":"ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b","block_index":310075,"block_time":310075000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c728f0deaf82baadd0ec1bf006b7639b37a025f698ab2cf865b677241b34f913'); -INSERT INTO messages VALUES(296,310075,'parse','blocks','{"block_index":310075,"ledger_hash":"bde3a6c6cc31b96d58f466d3ce0361cc6366c8c239778f21b696d4063cf6d89e","messages_hash":"756431fce1f88015b15d4d6e488ec6c30c1a35429fcf4fad751920b0d3af2775","transaction_count":0,"txlist_hash":"40cde00e42632bcc0477dc071b9acfa0745283dc2a9d2d28e230f939832abbac"}',0,'BLOCK_PARSED',NULL,'f4918a73623d15cddfee342522a19b2c56d0c9d8e05f6b284290c397eaa31aa3'); -INSERT INTO messages VALUES(297,310076,'insert','blocks','{"block_hash":"3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92","block_index":310076,"block_time":310076000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8e91fdab7041d5629c4b5025f456e22145fd3472465fcef8668353f86792e231'); -INSERT INTO messages VALUES(298,310076,'parse','blocks','{"block_index":310076,"ledger_hash":"f562851b32a7005ee02b9e2491c0195dddce451e8fecb428209d087e69345303","messages_hash":"90dc64f76b398ab92e633e20851015c7ea2f5874c353e1f034881f71a3e21a68","transaction_count":0,"txlist_hash":"dc3ab137a2d7430196ec3d25456e09e8e63d815c8e4b246e95e7e63d4e3a9c75"}',0,'BLOCK_PARSED',NULL,'7d17d7b9c642eecb5644d67ef9f89d1dc287fb5744a56279ab4e70a90d847b26'); -INSERT INTO messages VALUES(299,310077,'insert','blocks','{"block_hash":"d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd","block_index":310077,"block_time":310077000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'175d12aaa8e28e80ad565cb514f8ba02b98a376d89939a74d08808bb743b8d0a'); -INSERT INTO messages VALUES(300,310077,'parse','blocks','{"block_index":310077,"ledger_hash":"996cda7b65e623747deef936d61491cedd0159f44faa1e3536de1b6d6c474097","messages_hash":"415acab11faa6bd742a927472766c026f3108dcba21944d5a7e0028047d1b8da","transaction_count":0,"txlist_hash":"a957a0c28f2a0beb967ef0ac9519e9207e37415af3018f1a5cb998169f3b6005"}',0,'BLOCK_PARSED',NULL,'83eb9894e771b65eb370eefd7044ea49be933e16645dba6352d3b54778433bca'); -INSERT INTO messages VALUES(301,310078,'insert','blocks','{"block_hash":"f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6","block_index":310078,"block_time":310078000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c4344830ebd25f70d2df6a9ff855f34d950f3cf0fe0fd2d430d4ec47c3b39d69'); -INSERT INTO messages VALUES(302,310078,'parse','blocks','{"block_index":310078,"ledger_hash":"c8286f73cc3a070f4251b7c59bb485e611437a1916fd39ffac831dc78df54ecd","messages_hash":"5f4e6e5c146b28390f06c7afa540a3c9f1fd5b7a31dd729b6c9d4adb4dac9bc1","transaction_count":0,"txlist_hash":"3cf1b57600853e04513ad74089e344f9e5af742e1d4aaad0c9e51c0ebc6e77d5"}',0,'BLOCK_PARSED',NULL,'a1472cfbcf187ace842da3202cb70576a7f191fb6553c20b1a193c9cb8aae6e9'); -INSERT INTO messages VALUES(303,310079,'insert','blocks','{"block_hash":"f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c","block_index":310079,"block_time":310079000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6a4a4d46102c75b7012e9c7818d2a45df5707fb8718e9c04ae92bf5f1c0b9546'); -INSERT INTO messages VALUES(304,310079,'parse','blocks','{"block_index":310079,"ledger_hash":"ef9dab42700918027fac849f2088d2248a6291dc7bc24be583b556f37739631b","messages_hash":"79c5781d4de8427cfe043942a37438b22ebfdf040d502412d85e5383a3d717e5","transaction_count":0,"txlist_hash":"6cf1d5147d5c6523c275384d404b4f7a750dab987def5846979bc5d14233a44b"}',0,'BLOCK_PARSED',NULL,'576f6f491a076ce9ae31f26ba3cfca0b5b47655da4ccb3d6824855ad16144675'); -INSERT INTO messages VALUES(305,310080,'insert','blocks','{"block_hash":"42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c","block_index":310080,"block_time":310080000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'33be4814fc4092b53fcf56d6c17470de098859f2003fcae6edf456a016f48ad8'); -INSERT INTO messages VALUES(306,310080,'parse','blocks','{"block_index":310080,"ledger_hash":"c6bbc52f1e8f907b2d66378f4352f41ae3d354985aaab5f16d737d75a7e6b1d8","messages_hash":"5404dd2db87a71ab6ce966727f73a2a1ab44435f0f78f770ddb62ddac51c0e48","transaction_count":0,"txlist_hash":"091641bdce3f527a8a3da393068fca3534e8209fba337b7b79bf22f2a6bc5dec"}',0,'BLOCK_PARSED',NULL,'5561bfc2e4318d088859bef85f1e6264ca7d317645c6fd3aeec92fccc7d99859'); -INSERT INTO messages VALUES(307,310081,'insert','blocks','{"block_hash":"6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4","block_index":310081,"block_time":310081000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d30ef13bd6e54d7474932e6ce08f2ac05863ae72c9b3f6082d2570e0a4ee4ca1'); -INSERT INTO messages VALUES(308,310081,'parse','blocks','{"block_index":310081,"ledger_hash":"66f7b7ff8f0217ed62938a5931d4a6a232546e5d58e09dfd3ba5a792c35fa560","messages_hash":"7f483653a3f14f56cc6b21e33286166ef1c5949a7ca41a978ba8a057a8b5c92f","transaction_count":0,"txlist_hash":"8a955c5c1a5c9f8c82553803172cc961e61b2e2e19b9c87cad6dec24512ee351"}',0,'BLOCK_PARSED',NULL,'8850b20f5d3ab26057c37590b8d0824bc9f7938eed988499e47276c70ae22a11'); -INSERT INTO messages VALUES(309,310082,'insert','blocks','{"block_hash":"4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644","block_index":310082,"block_time":310082000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da4f38150dda1bfeecb643ddc63c2d8042933d8fbec80cbfd8a3f350af70a712'); -INSERT INTO messages VALUES(310,310082,'parse','blocks','{"block_index":310082,"ledger_hash":"2b26c6d901ca9790987331432372046d9620d10ea163f4824208d6b23e8e7a35","messages_hash":"9ab4ed936795f303c26f1b2336f122b701f43b84e9bd00b7a001c75c281110a8","transaction_count":0,"txlist_hash":"482bf498868976d12ae17fc38bc847d8c7398c96fad5df9f1d2719197fa038e6"}',0,'BLOCK_PARSED',NULL,'f4287a5b0d17075dac7864956bfca8dc467856bc934598c710e93a4e3f285b7d'); -INSERT INTO messages VALUES(311,310083,'insert','blocks','{"block_hash":"9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850","block_index":310083,"block_time":310083000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fd85397727e5eac5ee9ca789078358f71e68375bbc38779e43c3b9580b98e022'); -INSERT INTO messages VALUES(312,310083,'parse','blocks','{"block_index":310083,"ledger_hash":"0d6d774dce93e94e870835005b0e8b04f010fb25158aa69a0fa0321d1577e987","messages_hash":"e56a3974aea318dfa0bf3333b7d34ae0be5655a9da597b0ab92bff641952aafa","transaction_count":0,"txlist_hash":"ed1021dde8c16263483f3a50091a2df2105977a7aab9217b78af58833433853c"}',0,'BLOCK_PARSED',NULL,'700b47db4d505ee6c196a15192acf6c2a5eb12fdaa3e4819987a52c36b9ef411'); -INSERT INTO messages VALUES(313,310084,'insert','blocks','{"block_hash":"1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3","block_index":310084,"block_time":310084000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'01d43361317a7a29666dc1cc888d66bb43257fa2d0caaa4633a10a3e45791aa3'); -INSERT INTO messages VALUES(314,310084,'parse','blocks','{"block_index":310084,"ledger_hash":"9dbd171e3606b1662f6b576339b1e9aaa3da8a9f8a246bab905af255add4a762","messages_hash":"f6e46ba379b457f39abb19b026988e647f1100274eed67fea0643958eff5e7bc","transaction_count":0,"txlist_hash":"e5ea123c86cd7147d8cd8d9866006e1da8528bb32c8005a998ca9f6ee917c2ba"}',0,'BLOCK_PARSED',NULL,'5ba4ca3620818be237a8429c5116507e7451c58e6019ce04f12abffd236917ba'); -INSERT INTO messages VALUES(315,310085,'insert','blocks','{"block_hash":"c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34","block_index":310085,"block_time":310085000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b84c19f334e31c8ad54d4f5728e7409db13b1170b271e6408db41ed3722111a2'); -INSERT INTO messages VALUES(316,310085,'parse','blocks','{"block_index":310085,"ledger_hash":"db67b5dc6b0c0ddec22d0e716b72aa8cb6fa9702316f2a8e12659ee229094c16","messages_hash":"1dd0dbb7c7dc528386a5ce6a8064a87ec1c24f563b4e247b6e38d423665c20ba","transaction_count":0,"txlist_hash":"a25387e650e60dbb003c5ef16c46a8d8464013d81bdb49508c2935368d4ae9c0"}',0,'BLOCK_PARSED',NULL,'a93cc0fc0bd45d8249bc8c230443dee919cfb81cad3cb0bd80d3d1f14b51d223'); -INSERT INTO messages VALUES(317,310086,'insert','blocks','{"block_hash":"080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78","block_index":310086,"block_time":310086000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cfda99045b1f040030bb87d3ca363e29c777389e63591f4cfe2721a71ee46af8'); -INSERT INTO messages VALUES(318,310086,'parse','blocks','{"block_index":310086,"ledger_hash":"7cf70b5298dbb36efbec2fb880b76e2514e3bad9d5200875fa3eb3ceb7719ee8","messages_hash":"1bd4317455be13de7ec5463dbf39deeabe7348deafd64628da2fc2d3e0215acc","transaction_count":0,"txlist_hash":"f5028a37d6395b533cf60e6ce9f0bf574a0a7beb2cebd2f545b5183e5362aaf3"}',0,'BLOCK_PARSED',NULL,'b573534fdb8a0d62fcdb64178f5890f48aef63486c9f053e3a11544d7ebb3edb'); -INSERT INTO messages VALUES(319,310087,'insert','blocks','{"block_hash":"4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c","block_index":310087,"block_time":310087000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e8c3843cd436d02ee014bba8677102adeacb008b804f7acd9b2c4d820547da24'); -INSERT INTO messages VALUES(320,310087,'parse','blocks','{"block_index":310087,"ledger_hash":"27106f400fe1ee93bde42f3bf3cf39737fb856bbf0df3f90fe0838cf7d38798c","messages_hash":"34686c8406f64df46c17ac6eb7cd50931636cc2a6669da530c98edb249db007e","transaction_count":0,"txlist_hash":"f336b56eb2aab91aaacef9df8159627bafc67b497482abcec9ad6786710da7ec"}',0,'BLOCK_PARSED',NULL,'7bee5ac82c25d84c7b21ec85f683ecca3cc355c8fea1e40ec4f84f9696d0f96e'); -INSERT INTO messages VALUES(321,310088,'insert','blocks','{"block_hash":"e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3","block_index":310088,"block_time":310088000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'459f7f638dae91230282b5dbc8da33ae64a1f223f9a4dbbe176954e864ef6976'); -INSERT INTO messages VALUES(322,310088,'parse','blocks','{"block_index":310088,"ledger_hash":"28c9833eded6d68967f206e5884616f83bb9ad16b9d7a507031b96480aecc799","messages_hash":"f959015a66394d775023cfb7ac97303f639cd00404ce92aab197477e7311690f","transaction_count":0,"txlist_hash":"c51f9cf9cd60f836bf4ae7ee0cd982829f6f7cbb2503eafef3bb167a285cf9a9"}',0,'BLOCK_PARSED',NULL,'ac689e85a0791ee54adefb57636e3f493c63053a3250f897a05b29512bb39bcc'); -INSERT INTO messages VALUES(323,310089,'insert','blocks','{"block_hash":"0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33","block_index":310089,"block_time":310089000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'92ff4d51e7be1cc5cb4b2f946c24b99983b063d99df3d482b2b62e07821d4e5a'); -INSERT INTO messages VALUES(324,310089,'parse','blocks','{"block_index":310089,"ledger_hash":"cdac6435934ea6e67a311495325c85237158ef30c009ea44c562c2127d79e696","messages_hash":"b7cc8d5e48e1d79ebcaeb50200e163a24e5ec8e2e1193191961aeafc98c12700","transaction_count":0,"txlist_hash":"b6749729423101ee337b7fbf0362191ba34102f01db03b225ac0d6c52de2a6fb"}',0,'BLOCK_PARSED',NULL,'590b1ca134e64846d0e5919ebc0940da90cbd280a09839f19864b9de5deaa60d'); -INSERT INTO messages VALUES(325,310090,'insert','blocks','{"block_hash":"b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969","block_index":310090,"block_time":310090000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3a9737dd59407186bc5f4446f8ebe1277ac03596fdefc4c4c37bf2a82b8c4cb4'); -INSERT INTO messages VALUES(326,310090,'parse','blocks','{"block_index":310090,"ledger_hash":"cb33e420348e7969a2310445a6c17c79e647d3c6f3106d4fd0c0a1249e11ed6f","messages_hash":"9411e227e726efc565480878fa7d07fe8e729be7b705a8f6795ddd1fc3cee259","transaction_count":0,"txlist_hash":"544bc0db1dbb1d22a05e5f81de7520ef990df5b897b9f9e60d98f102fef86568"}',0,'BLOCK_PARSED',NULL,'c596d3fb902ee65af768d4f0cb6323ce4df6e71992305c29d598ce88f05d76d8'); -INSERT INTO messages VALUES(327,310091,'insert','blocks','{"block_hash":"734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c","block_index":310091,"block_time":310091000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d0b13aa405a0502df8fe5db18ae6a7b9b618cc3bbbeffc75ba0c1504847a3328'); -INSERT INTO messages VALUES(328,310091,'parse','blocks','{"block_index":310091,"ledger_hash":"dda2531cf7db78a3f27c1ce70189b3f6efb69ddd24b61639f9deff42566bba2a","messages_hash":"649cefa3be193bc7c93991ddf847c67f05ceba1dbcd5f2cdd3ec6f9a45555671","transaction_count":0,"txlist_hash":"217908d5688f0d9797f04ee9c3cd03ae93c20f4e5801fd809d3c37154e55b7b6"}',0,'BLOCK_PARSED',NULL,'95b084d291b81a37efbeb515703176b8df046a4a9eef81b7523a2ad400d9f522'); -INSERT INTO messages VALUES(329,310092,'insert','blocks','{"block_hash":"56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d","block_index":310092,"block_time":310092000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bcf6165bdd77578fc790e9c78a6bb2ca8169d65944379037129a978805a5aeb5'); -INSERT INTO messages VALUES(330,310092,'parse','blocks','{"block_index":310092,"ledger_hash":"9ca7d9e1da0c6e4465d9e1c76990b6c48e62ee3a0b3b83189dc7a0f2c03a3006","messages_hash":"52be4ee91adf9099ced92b59d623b16880c96b9cb859853829cb46783d2445ed","transaction_count":0,"txlist_hash":"6e31995ac19f2ff3fdfe5d2ba7a49f4b018b132d2aae92a4c664a97d6a6b3b6b"}',0,'BLOCK_PARSED',NULL,'8717ff15aed652a93566ccd93f1f1de419d82b6a8e433ab6675e1108ca5dc529'); -INSERT INTO messages VALUES(331,310093,'insert','blocks','{"block_hash":"a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc","block_index":310093,"block_time":310093000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'759924bee26da6a0c00a7dc66ca7a58ec34de414f5f92aa2a6b8e21191322c2b'); -INSERT INTO messages VALUES(332,310093,'parse','blocks','{"block_index":310093,"ledger_hash":"c6fc005e874909cf0393ac1bee7267f66cc5355c549d8657234a0ed6b429c869","messages_hash":"448a29cb0b2167b10ac545a6fba39f03e6e7e58553e619e0cac9a6865a95c049","transaction_count":0,"txlist_hash":"d7d3f23d0014f40f3ac6a00fbb59e95653d22e11360783fe4116be9ecf360149"}',0,'BLOCK_PARSED',NULL,'07bcfee6f903b99e2ce0ca7e6d883e831ff2600c7c44e18fe72e42da4bdafabb'); -INSERT INTO messages VALUES(333,310094,'insert','blocks','{"block_hash":"2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23","block_index":310094,"block_time":310094000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7877b5c4d7561f556048d1394b91c555ffecf04f5a17458e744e2341f6ca5a8e'); -INSERT INTO messages VALUES(334,310094,'parse','blocks','{"block_index":310094,"ledger_hash":"14dacaec0b37ca20f271e500d0ec1837a63006eb464728c067107738ad3167c6","messages_hash":"d5199f7f3e5605d0bed415e172093248c7bbef97e0e3a34f50a102225acd5784","transaction_count":0,"txlist_hash":"7a1a9bf5515019b99c1c35abaa4a2003c6291018e090c26ec03c5c951f853f82"}',0,'BLOCK_PARSED',NULL,'d84b98d248e5a634914f923dcaadd2da2a54b156186ad1abd2db49908afe5e16'); -INSERT INTO messages VALUES(335,310095,'insert','blocks','{"block_hash":"bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2","block_index":310095,"block_time":310095000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'762e5b35ce93d57f4619073c120da2304efbf43a9505c9314c5767d61ef034e6'); -INSERT INTO messages VALUES(336,310095,'parse','blocks','{"block_index":310095,"ledger_hash":"05bd680c082185147e83785e7464d8890908d1550359b4fac79018b510475e01","messages_hash":"54dcb524bde94afecdcf92fcf392fae99c6fd4af5521466c5b44470ad3fd7ce7","transaction_count":0,"txlist_hash":"40b9134941fbe6312e3a7dca4b1f5114c3b7ab73f6ab84ba96aa101097111168"}',0,'BLOCK_PARSED',NULL,'2953d78f8efbc1c13214fab1e3033d47c7e4efcd50d609804ba7d2567cd52d9a'); -INSERT INTO messages VALUES(337,310096,'insert','blocks','{"block_hash":"306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f","block_index":310096,"block_time":310096000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eba7683811ee677db375de3af9a1e4f2806e9561a3df27c42091292e500ba7ee'); -INSERT INTO messages VALUES(338,310096,'parse','blocks','{"block_index":310096,"ledger_hash":"b50805d750ebd26f8dbced919948118f1f97ce7d117aa1760e7a3c4895f51e13","messages_hash":"632fdebc86c8d691f81b764284619733c5836506229736a90c769bb8b90d09e5","transaction_count":0,"txlist_hash":"4e1fd0382baffd66852d64c667941808ebeb08a17309ccfe91be8e16046ad266"}',0,'BLOCK_PARSED',NULL,'56e8524a06548250e9a106f151dceef95761f7f6b4aeb84ad8ed674a683bacbe'); -INSERT INTO messages VALUES(339,310097,'insert','blocks','{"block_hash":"13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf","block_index":310097,"block_time":310097000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f86f9de69a0c2fb662ce014f4c10f8bc3db07679ac108c1dd4bb8dceac6b41c9'); -INSERT INTO messages VALUES(340,310097,'parse','blocks','{"block_index":310097,"ledger_hash":"dde96405c241e1d57334670e4eff7ed8db92056e6867cae10475a9bc30ba4619","messages_hash":"64b267aba8e4b9c3fa9632f6a62c8c858bf21241e290948be3544a088eeb5318","transaction_count":0,"txlist_hash":"8e635d69a6a40df5c3849e1811ee551c32a57a3496fe8e4b97846b9592a9ebde"}',0,'BLOCK_PARSED',NULL,'ecc438479728081c153ccd8b785b5be3f42948977ad2aaf91d3ebe2f5a7ef34c'); -INSERT INTO messages VALUES(341,310098,'insert','blocks','{"block_hash":"ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca","block_index":310098,"block_time":310098000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9246b2e691ae9a6eba6891044d2fc4ad57fe7ddb6386b93e02734fa222d00f9a'); -INSERT INTO messages VALUES(342,310098,'parse','blocks','{"block_index":310098,"ledger_hash":"613d78fbabba246a4d1cd9d50317e732795a59812df8395472347e15cec1ee9b","messages_hash":"587009a834ea025d89ad42a28a61ac3c5decc6af3b8c8ee9436963dd70236c6d","transaction_count":0,"txlist_hash":"c96db41449a579ffc6b459375569230e88bdfd51c10578c60f8d252eff630fd3"}',0,'BLOCK_PARSED',NULL,'7d4215002cc106be5b9af830d4c6817840dea1dd2368f6aacc55aba3c171e34f'); -INSERT INTO messages VALUES(343,310099,'insert','blocks','{"block_hash":"3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a","block_index":310099,"block_time":310099000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a9d484c1d423a082e60c2b651d7d96d6a41d2aac243c8bd79a04f615491fbdc5'); -INSERT INTO messages VALUES(344,310099,'parse','blocks','{"block_index":310099,"ledger_hash":"e535ca5960d2ce7508bd2157dd0cac3ea1f9ab14532a40884d522b4bba0d4979","messages_hash":"91444db1b6b3ae933b76be03f6f75bb19a28be6e7c05df33812fd47003a28b56","transaction_count":0,"txlist_hash":"710369d2e677643b7ab8f2bbcebf0f13017052ff7fd9adfd6ffac4e6fff83f8c"}',0,'BLOCK_PARSED',NULL,'1e423f67a47143f6feb76ab48f2a4e04585c20f0146a0aa5d513f00394a20c1e'); -INSERT INTO messages VALUES(345,310100,'insert','blocks','{"block_hash":"96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb","block_index":310100,"block_time":310100000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'17a62d07d317bedfe3bb697d74c7b00684ce786b43641f91eb2bb1a1008da94f'); -INSERT INTO messages VALUES(346,310100,'parse','blocks','{"block_index":310100,"ledger_hash":"970865291b7a6d8173d6ad2ae97335cb2e89d80cbbb7a79bb2328cf6c67fa6cd","messages_hash":"0c73c0c3337c10df3f53e294a10237db5606ee4c410664f73a65ff627cc9c3fd","transaction_count":0,"txlist_hash":"9deae420c2b87043e6e18db077634a1d65ae60b38f604ce56f0899ed3a561347"}',0,'BLOCK_PARSED',NULL,'84af9ed272a45f7cc29c65dbb7d4adf00fc5c71d54189fabc7a6401a6d3651f8'); -INSERT INTO messages VALUES(347,310101,'insert','blocks','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3583470c08408e64efbf0fde1f49bad487f1df6ec11ba346cfad350014d1da3b'); -INSERT INTO messages VALUES(348,310101,'parse','blocks','{"block_index":310101,"ledger_hash":"0741e57ad88cdada65134c9f131ff5bfd9498cb054378d829e34715e8db2aa6d","messages_hash":"34b664eae09ebdb9927f75efb9e2286b3786613a9bf985f252bb616437b66244","transaction_count":0,"txlist_hash":"4bd0054addc71915293b8f040ed3c6c64d0aaf8ad27647d1887e16d55604523c"}',0,'BLOCK_PARSED',NULL,'61522c0c8d745a15a113d83f75e7842d402fff269f02341e6d6231e9694c00d3'); +INSERT INTO messages VALUES(6,310000,'parse','transactions','{"supported":true,"tx_hash":"6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597","tx_index":1}',0,'TRANSACTION_PARSED','6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597','f3ad2a506750c5ff23860cea83d4281f396d552560a9b105c5555920ca495b01'); +INSERT INTO messages VALUES(7,310000,'parse','blocks','{"block_index":310000,"ledger_hash":"cf0ea1d313e22ba5f413075b88e07dffc5c00e59f95eeb6d6dec935bd77f5ae4","messages_hash":"7f124b2ca50d1dbec63ed0deb85bb19119ae09032349641c02168805f7a6ce90","transaction_count":1,"txlist_hash":"f06c23e6040a063ed59693baa0d63492dce64e1debc7455b22f5535c9dfbdc67"}',0,'BLOCK_PARSED',NULL,'1dedfeb66293febe90d6b9f0c11737f869fb5cefb4dadf45b576ccc025d32614'); +INSERT INTO messages VALUES(8,310001,'insert','blocks','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6f7de5d66bdea226b2b042d3dfb991cb1dbe751b42d4208acdae9cd94a25c996'); +INSERT INTO messages VALUES(9,310001,'insert','transactions','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"btc_amount":5430,"data":"0000000000000000000000010000000002faf080","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c","tx_index":2,"utxos_info":" e488ada780cce6fd20645960fa4c00f46bc2d3014eea403415df68df8c9a0161:0 3 "}',0,'NEW_TRANSACTION',NULL,'6f1052af6019ee1715501c4d4c46c86d5e3e4d329d049b7f59066f093842eafc'); +INSERT INTO messages VALUES(10,310001,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310001,"event":"3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'DEBIT','3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c','7cf574b57c139264d71137cc9df60d1f00e51e2c205fe929dde0b76b03d06e7f'); +INSERT INTO messages VALUES(11,310001,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310001,"calling_function":"send","event":"3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'CREDIT','3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c','0ba91aff30e3ee2c1bbee69d3fb7186140a453afd96b6b100d2518f9ae1b3db7'); +INSERT INTO messages VALUES(12,310001,'insert','sends','{"asset":"XCP","block_index":310001,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":50000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c","tx_index":2}',0,'SEND','3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c','de8bb2751bb696699dd88ed662b9ae5bc2fe21e893025a4a5713a15227dc334f'); +INSERT INTO messages VALUES(13,310001,'parse','transactions','{"supported":true,"tx_hash":"3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c","tx_index":2}',0,'TRANSACTION_PARSED','3b273ba342ed8bd4ccd2ae28d3df7754768a6c65ec1cee4a6e84b4b4bdec8d8c','7be537965a81c7512ff4082b5ada70446419cc36bf2b521d68cd2c52e11a6f6c'); +INSERT INTO messages VALUES(14,310001,'parse','blocks','{"block_index":310001,"ledger_hash":"bdf1308701712d94da26f53fef4c440ea2fb7b0ef7361f424ba9263e747272bd","messages_hash":"d4a05ed1b9fa6837a68bc93c055f39d0b4cd2a8f65c0ad39a2add2e84d8d0190","transaction_count":1,"txlist_hash":"fac614e6f77f1b954c12523e9d0eeb4252f92f3640f7d067790a510a9e893811"}',0,'BLOCK_PARSED',NULL,'fd069389624be54521d5d7242da1b376f8980f3f64a0a362019621b4f07d2a70'); +INSERT INTO messages VALUES(15,310002,'insert','blocks','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f852a69d3a2a7485bdcd8431da4d061750a91da3bcd1fb6665bf9ce32a29729c'); +INSERT INTO messages VALUES(16,310002,'insert','transactions','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"btc_amount":0,"data":"0000000a00000000000000000000000002faf08000000000000000010000000005f5e100000a0000000000000000","destination":"","fee":1000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59","tx_index":3,"utxos_info":" 54900f21dc6f766adb88a9aba633262eca60b42b4e334f4a05fab3e6dff55c68:0 2 "}',0,'NEW_TRANSACTION',NULL,'6fbfbc46767b2dad1d39c267de7a37475647efe2d1fe40f1b977bd541bb9859b'); +INSERT INTO messages VALUES(17,310002,'insert','orders','{"block_index":310002,"expiration":10,"expire_index":310012,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":50000000,"give_remaining":50000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59","tx_index":3}',0,'OPEN_ORDER','6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59','522a5e2ebcb87333d7fd16bef8d3e68f1a93a168721dd8c1375b22d18a5cd887'); +INSERT INTO messages VALUES(18,310002,'parse','transactions','{"supported":true,"tx_hash":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59","tx_index":3}',0,'TRANSACTION_PARSED','6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59','de1d3dfe5c81222383f88fa3eb1988ac1f0665ccfa1f19713d89b129041b513c'); +INSERT INTO messages VALUES(19,310002,'parse','blocks','{"block_index":310002,"ledger_hash":"cf830f949715ebeac09d4441878f60ac04d691c09d6c25c62a0d30fb5886cba9","messages_hash":"3989b53ed3a41f1606dd0b8bf157d5146250e7dddd77f826e6e7226df8be8c17","transaction_count":1,"txlist_hash":"0c743d61c27efab7c83c1845f6b0446b67c9b59173318709d51363e75e7a0601"}',0,'BLOCK_PARSED',NULL,'48cda8ad3c0fee4abf335ca95576c3dd5a1929c36daf7e270ef5bf11eda6d8b1'); +INSERT INTO messages VALUES(20,310003,'insert','blocks','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'689c525f7d87d7c1ae2fe5dc9556375e8530a76365bc66778196373e25e9ffd9'); +INSERT INTO messages VALUES(21,310003,'insert','transactions','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"btc_amount":0,"data":"0000000a00000000000000010000000006422c4000000000000000000000000002faf080000a00000000000dbba0","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","tx_index":4,"utxos_info":" b2a1fa8abf69e20f54911c80cc5a1db0cad9f7e6a248f318bc7e8f0b37052bb6:0 2 "}',0,'NEW_TRANSACTION',NULL,'cb54544009c5380ac7f360c6b0dbcf92f51a1f0843bdc4855033a51d92b7753b'); +INSERT INTO messages VALUES(22,310003,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310003,"event":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","quantity":105000000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'DEBIT','36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c','301a0eac6f9a276f1b34572d733551a51d97c81bde2e91c70fb5b55064241cc6'); +INSERT INTO messages VALUES(23,310003,'insert','orders','{"block_index":310003,"expiration":10,"expire_index":310013,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":50000000,"get_remaining":50000000,"give_asset":"XCP","give_quantity":105000000,"give_remaining":105000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","tx_index":4}',0,'OPEN_ORDER','36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c','c4de442c97d1249eeaa3ab0a59719ecf25ec6f02344077ef27c732f328128a02'); +INSERT INTO messages VALUES(24,310003,'update','orders','{"fee_provided_remaining":142858,"fee_required_remaining":0,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59"}',0,'ORDER_UPDATE','36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c','6f65e5376d00109bdd0f3bc0e13430bae2b7b4b0a8fa8edbbc872029505db7f7'); +INSERT INTO messages VALUES(25,310003,'update','orders','{"fee_provided_remaining":6800,"fee_required_remaining":42858,"get_remaining":0,"give_remaining":5000000,"status":"open","tx_hash":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c"}',0,'ORDER_UPDATE','36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c','bdc18bd911c41ee521d9f82d2cee0f95de3be8208af7464939ed9f01ca7b5ba6'); +INSERT INTO messages VALUES(26,310003,'insert','order_matches','{"backward_asset":"XCP","backward_quantity":100000000,"block_index":310003,"fee_paid":857142,"forward_asset":"BTC","forward_quantity":50000000,"id":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59_36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","match_expire_index":310023,"status":"pending","tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx0_block_index":310002,"tx0_expiration":10,"tx0_hash":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59","tx0_index":3,"tx1_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx1_block_index":310003,"tx1_expiration":10,"tx1_hash":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","tx1_index":4}',0,'ORDER_MATCH','36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c','f1ee03e5f0a5aa5bc37d1016bc5c616ac69e1b75cc994ed4ac9c28a0ce8f0f2c'); +INSERT INTO messages VALUES(27,310003,'parse','transactions','{"supported":true,"tx_hash":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","tx_index":4}',0,'TRANSACTION_PARSED','36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c','f8c5b9e063e921506f8d25fb84c3162de3b2779298c3be523798b3ceaf13f77b'); +INSERT INTO messages VALUES(28,310003,'parse','blocks','{"block_index":310003,"ledger_hash":"e881a675a38c4649cd44e6406ddc494996c761671bc349dcdea1de430a84258d","messages_hash":"40f41b5e1ec92ba367e10315f459723d29c4166827488dfb380792cb12a4bc9f","transaction_count":1,"txlist_hash":"9ae051d14f8d19db67a85c713eefc0a936f1bad818ae1138fcecb91506a46d88"}',0,'BLOCK_PARSED',NULL,'5f5df83ae5b4b2779a386b3dab5c83dc44c2c32bd08c1a1e8be02501989a0874'); +INSERT INTO messages VALUES(29,310004,'insert','blocks','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'22a72efd6771c8e2fa9754348c26a268909ac5a9c19ad5d7f116ca73a1d62d34'); +INSERT INTO messages VALUES(30,310004,'insert','transactions','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"btc_amount":50000000,"data":"0000000b6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c5936d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":9675,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099","tx_index":5,"utxos_info":" fbffe88a06b9d791e11241eb5a642b58dad82933b6ea4af179b7cb43ed1e4d08:0 4 "}',0,'NEW_TRANSACTION',NULL,'9b22a99682ab93b7b6dedd4ae49b64e13251bec13d320518f374a9caada40121'); +INSERT INTO messages VALUES(31,310004,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310004,"calling_function":"btcpay","event":"843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099","quantity":100000000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'CREDIT','843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099','b1c739fc5220ec264447fcdfd13769eadc089b55f2aaf82f8e0977e472880d99'); +INSERT INTO messages VALUES(32,310004,'update','order_matches','{"id":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59_36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","order_match_id":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59_36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","status":"completed"}',0,'ORDER_MATCH_UPDATE','843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099','8422a24e854847da42a3fe1c856105e452013635f2bc7d2ad391156df970eb65'); +INSERT INTO messages VALUES(33,310004,'insert','btcpays','{"block_index":310004,"btc_amount":50000000,"destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","order_match_id":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59_36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099","tx_index":5}',0,'BTC_PAY','843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099','817cb497c14b99ef454c5dcec724fa5a91179f63b39f9cfdc1702f2962323e55'); +INSERT INTO messages VALUES(34,310004,'parse','transactions','{"supported":true,"tx_hash":"843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099","tx_index":5}',0,'TRANSACTION_PARSED','843c5df8f979db230ba61f26ad1342ed5803adeba7333b019b8a96ac6703f099','69accbd8c965efbc3e9b83a0cbd09ceab7d7acb01d887d6ae8b02f9cd6d38c60'); +INSERT INTO messages VALUES(35,310004,'parse','blocks','{"block_index":310004,"ledger_hash":"13e0c6276f297ff1ca77705f1b18d807ca22f53735fba52f4f5c3766dc4b04e8","messages_hash":"b3a29d65bd7d14cd9f6298e55ae564ebef07bc5584a3a262dda86ec7cc05db77","transaction_count":1,"txlist_hash":"a865bc7b6e26b3c3868ae080ab927ce3f2dcdb7d3654ffbcd1b3a8111d0807b1"}',0,'BLOCK_PARSED',NULL,'042f500e4f5fa42e730ee4130676d862d4826d6390e50ac2365ebf71839d924a'); +INSERT INTO messages VALUES(36,310005,'insert','blocks','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'32af1e3541a6dcdd03a734af0e0d608cef62214fe88ccde4a892b0031dafa22c'); +INSERT INTO messages VALUES(37,310005,'insert','transactions','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"btc_amount":0,"data":"000000140000000000004767000000003b9aca000100000000000000000000","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf","tx_index":6,"utxos_info":" 24a606746ea4ce49c119d914356b48e0a15354842243414bb3a7b2cf9cc9a841:0 2 "}',0,'NEW_TRANSACTION',NULL,'b5f2b0bdd10ccf13c33540134f9fcfa598d5e13c09ed521f3357b060fbbabef1'); +INSERT INTO messages VALUES(38,310005,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310005,"event":"5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf","quantity":50000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'DEBIT','5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf','caa02a4f8b9a93502b8388ce03460d0be0c9f9a2a855f5410294278cadabd5af'); +INSERT INTO messages VALUES(39,310005,'insert','assets','{"asset_id":"18279","asset_longname":null,"asset_name":"BBBB","block_index":310005}',0,'ASSET_CREATION','5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf','f850fac8ba6390fdf6793246cf2552b98bb0a2e9566bf449b61bb1465696215a'); +INSERT INTO messages VALUES(40,310005,'insert','issuances','{"asset":"BBBB","asset_events":"creation","asset_longname":null,"block_index":310005,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":1000000000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf","tx_index":6}',0,'ASSET_ISSUANCE','5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf','a68bc06907a915d6d3186ed846674ebcb372549d287b8ffeeaaebed4ca247453'); +INSERT INTO messages VALUES(41,310005,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"BBBB","block_index":310005,"calling_function":"issuance","event":"5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf","quantity":1000000000,"tx_index":6,"utxo":null,"utxo_address":null}',0,'CREDIT','5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf','489ed87ebdfcee77ad60ced6c77171312687f3931749d4126713fb2d8f119766'); +INSERT INTO messages VALUES(42,310005,'parse','transactions','{"supported":true,"tx_hash":"5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf","tx_index":6}',0,'TRANSACTION_PARSED','5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf','768a650317c3fef4bca07a96f74a8229037b75a15e1dbaf0fd42a96d2b806a5e'); +INSERT INTO messages VALUES(43,310005,'parse','blocks','{"block_index":310005,"ledger_hash":"765896f532b411af9f889687a750d44414296c20002f3e2abed9551a6822937d","messages_hash":"944f11165c7c1cfa59408389ec396c468b474b1530319f458d12d2870b3fca70","transaction_count":1,"txlist_hash":"59095fce5f573c2ff1b5eda5cd75c36227b0f9782601e7538215fea5317c505b"}',0,'BLOCK_PARSED',NULL,'1a97d114641fc71afb875ad05a9a1e40df759e5c3706f9cc9d92a3a102e24179'); +INSERT INTO messages VALUES(44,310006,'insert','blocks','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f3897bd649cee2aa71fbec824ea490df752650a9192328fa39194d06be887bd4'); +INSERT INTO messages VALUES(45,310006,'insert','transactions','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"btc_amount":0,"data":"00000014000000000000476800000000000186a00000000000000000000006666f6f626172","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59","tx_index":7,"utxos_info":" 010e082fb9c508804f1e65db734ba38b58acc8f7eb31cd02f07047a9bcd9a4c2:0 2 "}',0,'NEW_TRANSACTION',NULL,'2b27bf3a4c0eec8be736a21ef80872efbe0a2773488f98a418e9e9fa6f5551f2'); +INSERT INTO messages VALUES(46,310006,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310006,"event":"2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59","quantity":50000000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'DEBIT','2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59','2a7598de5c7a698c901d05e03ee6f8ee31e463b784aa1d16fe8a65ad68e6da17'); +INSERT INTO messages VALUES(47,310006,'insert','assets','{"asset_id":"18280","asset_longname":null,"asset_name":"BBBC","block_index":310006}',0,'ASSET_CREATION','2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59','0e9302af9f12e2e1d956a328a10229badcb1ff895d6e54e057b15a1fb820841e'); +INSERT INTO messages VALUES(48,310006,'insert','issuances','{"asset":"BBBC","asset_events":"creation","asset_longname":null,"block_index":310006,"call_date":0,"call_price":0.0,"callable":false,"description":"foobar","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":100000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59","tx_index":7}',0,'ASSET_ISSUANCE','2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59','2ae370bfed94067b8170fc4484cea2400be31f839f3b6117acc0376018960082'); +INSERT INTO messages VALUES(49,310006,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"BBBC","block_index":310006,"calling_function":"issuance","event":"2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59","quantity":100000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'CREDIT','2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59','2a96ae112ddbcc50e4fbc22bd0bbd879e1f3d31d9cba7d9e586538485796f400'); +INSERT INTO messages VALUES(50,310006,'parse','transactions','{"supported":true,"tx_hash":"2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59","tx_index":7}',0,'TRANSACTION_PARSED','2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59','d28ebc3a7fc59339039d2d60870812c9112240b46e8ac3c60b4aab4e21270e32'); +INSERT INTO messages VALUES(51,310006,'parse','blocks','{"block_index":310006,"ledger_hash":"853e3a8d39c4e8bdb36a0ec01a8d20f12335fcc00a00ac271e9d83be471d394f","messages_hash":"29c161dcbfac6b87e9b99acf07e1291355cd44815ce327a36ffc33c1d8e69a19","transaction_count":1,"txlist_hash":"752821f935743579d04abcc94c104148b226cbc0777a6bb30bb7eceb29b85fca"}',0,'BLOCK_PARSED',NULL,'32cbb58b2f26bdca8a1da840f3e5d07b76c69356c9e2021bc3379c2a9dfa5c68'); +INSERT INTO messages VALUES(52,310007,'insert','blocks','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e9b176893e5b2af8c43d227206c6c47dc527d0060fe086e778f24806455fd079'); +INSERT INTO messages VALUES(53,310007,'insert','transactions','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"btc_amount":5430,"data":"00000000000000000000476700000000003d0900","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8","tx_index":8,"utxos_info":" ebb9e84621e761d7f57b4f3e6e4b90947e648e1e6c77726663882b000f144405:0 3 "}',0,'NEW_TRANSACTION',NULL,'4ba549f6fda38aea3bb1473b56b3ad30c5b93d2c4fc7719076cadf5e9c4a92a5'); +INSERT INTO messages VALUES(54,310007,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"BBBB","block_index":310007,"event":"5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'DEBIT','5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8','28d07ed1a251bce0ebe332e501971ebf091fc04ca4308d07fbf7939a8f6bd99f'); +INSERT INTO messages VALUES(55,310007,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"BBBB","block_index":310007,"calling_function":"send","event":"5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8","quantity":4000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'CREDIT','5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8','901327db97e19c04dfcfd9feff2372420ece0871649776342d52b5c749f908d2'); +INSERT INTO messages VALUES(56,310007,'insert','sends','{"asset":"BBBB","block_index":310007,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":4000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8","tx_index":8}',0,'SEND','5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8','325749f2100bf59d3fa9730b336856f06768c4ad3bd96f434b9e28e941abef22'); +INSERT INTO messages VALUES(57,310007,'parse','transactions','{"supported":true,"tx_hash":"5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8","tx_index":8}',0,'TRANSACTION_PARSED','5836fb23c2bb94eeb4b71cb8e3c622c6d943b3e4ed3aebee42d240445e615db8','dea97cfa8653e8565927d036bca8bc1853371c1ab2d032d906f6233ce92601c9'); +INSERT INTO messages VALUES(58,310007,'parse','blocks','{"block_index":310007,"ledger_hash":"f2b2d250a94afa158f9ed84434c3ac7a0bfc97b4387e5e3c099afc95b8a6ad9c","messages_hash":"0783597752e8ec08b7031127abeacaa91e00896b469abf8407f51ebcc1488313","transaction_count":1,"txlist_hash":"405914410b5982b395f52f17ee4fc69dc0e4fb4c7a511009c700c0d1bdbfb563"}',0,'BLOCK_PARSED',NULL,'c3f5ca66c26d49746227413d8d515768c8e0dc1338986e63d89aec74c8c62906'); +INSERT INTO messages VALUES(59,310008,'insert','blocks','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'116e557a3a77b017c08517c1ac0631e1062f1746b1500356bf5138d6956c025e'); +INSERT INTO messages VALUES(60,310008,'insert','transactions','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"btc_amount":5430,"data":"000000000000000000004768000000000000020e","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412","tx_index":9,"utxos_info":" 24daf4100f55b121a16483cfa7203ac95303400d45ddc19de0146d0e2dbf82d4:0 3 "}',0,'NEW_TRANSACTION',NULL,'aac6f6c6cdff4d310f2392f3fb33e53220e1c36df2c2687a6d5d3dcea5497090'); +INSERT INTO messages VALUES(61,310008,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"BBBC","block_index":310008,"event":"843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'DEBIT','843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412','cf95aa7d26c39b0db0a7e4a73a066ea9c0aa18f2552fdead8cd47bb2637f80f0'); +INSERT INTO messages VALUES(62,310008,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"BBBC","block_index":310008,"calling_function":"send","event":"843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412","quantity":526,"tx_index":9,"utxo":null,"utxo_address":null}',0,'CREDIT','843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412','85e1859819e2521d0b4ef5304424be4927d166da934563173978f1475e9181fa'); +INSERT INTO messages VALUES(63,310008,'insert','sends','{"asset":"BBBC","block_index":310008,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":526,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412","tx_index":9}',0,'SEND','843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412','c9060814ac8430481d327998caf84958890c8158ba33ac185b135e2c619df5ab'); +INSERT INTO messages VALUES(64,310008,'parse','transactions','{"supported":true,"tx_hash":"843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412","tx_index":9}',0,'TRANSACTION_PARSED','843e6f7712b7847099502bda8a4bd7127c17a2799290b91ef1584a6bfe069412','48ee66740066cb79c648be1f9705d5837627ee033a22caa2e84bda297cd9a1d8'); +INSERT INTO messages VALUES(65,310008,'parse','blocks','{"block_index":310008,"ledger_hash":"8c44f15f5606b6fe984a9fa7df8d7d5381fe87a6c8b634469804328885668569","messages_hash":"e94bcd32b3d9e9e4aad63fabdb238e17b1087f6349806aa53990cc9cbedcaee5","transaction_count":1,"txlist_hash":"81714583a99f97b5cefc10510f507567e02f380bdb5741e2b5ef037816e8be17"}',0,'BLOCK_PARSED',NULL,'96ad289a597988ca703d028622051a4070aedbddf1507409186e81881535d3ef'); +INSERT INTO messages VALUES(66,310009,'insert','blocks','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'098d7dac0ac9dc862b0f6da3acbfda1284ec7c3e8f9e3ce4178a53a3f063d2d5'); +INSERT INTO messages VALUES(67,310009,'insert','transactions','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"btc_amount":0,"data":"00000032000000000000025800000000000047670000000000000001","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518","tx_index":10,"utxos_info":" 2ec45c5f61fbad288a6fe8bd49d83823700f92512bf9513f06b0dca32fa57727:0 2 "}',0,'NEW_TRANSACTION',NULL,'ceefcfec8644bac29eef14aac94171027d163a80cfc2313b26b3d1558625954c'); +INSERT INTO messages VALUES(68,310009,'insert','debits','{"action":"dividend","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310009,"event":"42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518','3110c66699ad4d29576828975f16de427441cd9185a31cdb816da04932696e6c'); +INSERT INTO messages VALUES(69,310009,'insert','debits','{"action":"dividend fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310009,"event":"42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518","quantity":20000,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518','319f7f76dae3614c0e855774a25964ddb4ecf72e49669634d5006dfa1c16b0ce'); +INSERT INTO messages VALUES(70,310009,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310009,"calling_function":"dividend","event":"42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518","quantity":24,"tx_index":10,"utxo":null,"utxo_address":null}',0,'CREDIT','42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518','2c2aa0b87f019ff85f5b936ef00febc25db810a6f35775fb5ad0771fbe7b1910'); +INSERT INTO messages VALUES(71,310009,'insert','dividends','{"asset":"BBBB","block_index":310009,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":600,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518","tx_index":10}',0,'ASSET_DIVIDEND','42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518','c258a34580339f6834928b2f0799805836d968c9fb1decee72102fdc24b761d6'); +INSERT INTO messages VALUES(72,310009,'parse','transactions','{"supported":true,"tx_hash":"42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518","tx_index":10}',0,'TRANSACTION_PARSED','42ae2fd7f3a18f84334bc37aa88283e79d6bff0b234dbf97e788695957d75518','40a5fec7dc82f0b7d21c06f8fc5f4e530d18511e60f1336072947f92af618d67'); +INSERT INTO messages VALUES(73,310009,'parse','blocks','{"block_index":310009,"ledger_hash":"ba378e9192f290d3f9d3dd1e46aeef3a185bd5aff1be809c8974fca8dc142987","messages_hash":"d881167a85aa355f7027ceb5526d7e6aa1d0e4ff32c217b0db5beb6b746af18f","transaction_count":1,"txlist_hash":"9395234af8a78eb91afe7dd45a6701032af9926cba3e126e01f06547ffcb2e08"}',0,'BLOCK_PARSED',NULL,'83fd261e2896bdd019da4d308fde3622d42a58fd50e5f9dde484e30163cbe312'); +INSERT INTO messages VALUES(74,310010,'insert','blocks','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6e836cb563df8de5758be93534c7c8f53f5bb7de5ece2dfb851931844139ec17'); +INSERT INTO messages VALUES(75,310010,'insert','transactions','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"btc_amount":0,"data":"00000032000000000000032000000000000047680000000000000001","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10","tx_index":11,"utxos_info":" 1f3f78c84f24b97edfab9bf0fac70974cd543157cf65d9464378cf31e3b26d4e:0 2 "}',0,'NEW_TRANSACTION',NULL,'e49416997df3564727ce43d5d2dad3c1a081d63b8be2c3b5e5ad02cca42d6f0d'); +INSERT INTO messages VALUES(76,310010,'insert','debits','{"action":"dividend","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310010,"event":"201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10','ba778988d8669313cfedab5a773ddb70c51a7aca1e433777bf08de0b357ca03e'); +INSERT INTO messages VALUES(77,310010,'insert','debits','{"action":"dividend fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310010,"event":"201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10","quantity":20000,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10','31195736d712bf204536cbead5cb98bac958ebdc3fc41718b73d20551b100a75'); +INSERT INTO messages VALUES(78,310010,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310010,"calling_function":"dividend","event":"201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10","quantity":420800,"tx_index":11,"utxo":null,"utxo_address":null}',0,'CREDIT','201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10','2054d012866efeca7a5d6517a49ca256ddf972283d0f487a5d09dbf0857149b6'); +INSERT INTO messages VALUES(79,310010,'insert','dividends','{"asset":"BBBC","block_index":310010,"dividend_asset":"XCP","fee_paid":20000,"quantity_per_unit":800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10","tx_index":11}',0,'ASSET_DIVIDEND','201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10','5002e9be10f5b4aea8f3db09da438842c7a1b49ae87b3271524cba9d97ac02bc'); +INSERT INTO messages VALUES(80,310010,'parse','transactions','{"supported":true,"tx_hash":"201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10","tx_index":11}',0,'TRANSACTION_PARSED','201123e1ddbc4dab954fed0043a29fca770a9bd4268714354bb7991f01133c10','aedc05cf33964d38610d7595fa5c0d177461a1cf61fd87d6461bb1f08d09af00'); +INSERT INTO messages VALUES(81,310010,'parse','blocks','{"block_index":310010,"ledger_hash":"64f78f9eedce2931aedfe413b4f4bdeb728752e1c897e0bd44c7db665976a723","messages_hash":"09ec4e23d4b62d2ee2cd882cde30193ad86cabfe8d2585b4e0154e811f4feb80","transaction_count":1,"txlist_hash":"09624bd24bdd3d945e0a75450915715fa9e9a077db33aa5bdb275b0c76e7f9e8"}',0,'BLOCK_PARSED',NULL,'046918395d1f478a83074270fa8eefe4acf7128699c4add2f24d72b681a80506'); +INSERT INTO messages VALUES(82,310011,'insert','blocks','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a85ec28d3c1e39dccf7e2eda322917ed398046534cd0c3743f8e7948d2366985'); +INSERT INTO messages VALUES(83,310011,'insert','transactions','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"btc_amount":0,"data":"0000001e52bb3300405900000000000005f5e0ff09556e69742054657374","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"1afa4fa28e1ef63b2b67c288e078cfeb109a2b236558ab5544eedc7f171e0a84","tx_index":12,"utxos_info":" 81c8797b226b263715b86600744076f2922a7f74212fa87403ff0857e60af530:0 2 "}',0,'NEW_TRANSACTION',NULL,'f74e092277951647d8f5e40cec8c396ef9dee6dbeceba411780fa86d56f0e101'); +INSERT INTO messages VALUES(84,310011,'insert','broadcasts','{"block_index":310011,"fee_fraction_int":99999999,"locked":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"1afa4fa28e1ef63b2b67c288e078cfeb109a2b236558ab5544eedc7f171e0a84","tx_index":12,"value":100.0}',0,'BROADCAST','1afa4fa28e1ef63b2b67c288e078cfeb109a2b236558ab5544eedc7f171e0a84','8390fedac8ab980ddb55367c4f5811be81a04eca038fdc1ef6ec0557db2ae47d'); +INSERT INTO messages VALUES(85,310011,'parse','transactions','{"supported":true,"tx_hash":"1afa4fa28e1ef63b2b67c288e078cfeb109a2b236558ab5544eedc7f171e0a84","tx_index":12}',0,'TRANSACTION_PARSED','1afa4fa28e1ef63b2b67c288e078cfeb109a2b236558ab5544eedc7f171e0a84','53fe05dcf75c2d18d7d894311bd2f3a6c39657b1e0ce8d1b8ed52bb79647571e'); +INSERT INTO messages VALUES(86,310011,'parse','blocks','{"block_index":310011,"ledger_hash":"671a1b4e1edd1f96dcfcc96d521fb2125ae5b9d2d01a76fc66686b7ed20c5662","messages_hash":"8efbca0a8e9264fd1979b0b70e7e41e316056dc89a3f61f59234ba745d754346","transaction_count":1,"txlist_hash":"aa59f74f7d3eeee95415b1bca4a090036cd9a2efb187880f7c72c69dc1bfc059"}',0,'BLOCK_PARSED',NULL,'1b87eee6a5e655b38886b869d3752acfa16b1c61280df98a73d7e19c3a8ba4d1'); +INSERT INTO messages VALUES(87,310012,'insert','blocks','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'39f4e7204043335b66d1e62b1891df15ceff9ac4a03ef48fc7f197557dfca8a9'); +INSERT INTO messages VALUES(88,310012,'insert','transactions','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"btc_amount":5430,"data":"00000028000052bb33640000000002faf08000000000017d7840000000000000000000003b100000000a","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81","tx_index":13,"utxos_info":" ca6f5f8dbb4762a0265e98f35666e86903031938b65dab59e63ba89242f60f62:0 3 "}',0,'NEW_TRANSACTION',NULL,'6d397376919bb836b57743ff7529e7549a9966a648fede01688eb15ff7c96140'); +INSERT INTO messages VALUES(89,310012,'insert','debits','{"action":"bet","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310012,"event":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81","quantity":50000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'DEBIT','7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81','fceb726b06500fd5d6a8bc0c1b4714c6d2c75afe3d77acb5981630b4bc8fa151'); +INSERT INTO messages VALUES(90,310012,'insert','bets','{"bet_type":0,"block_index":310012,"counterwager_quantity":25000000,"counterwager_remaining":25000000,"deadline":1388000100,"expiration":10,"expire_index":310022,"fee_fraction_int":99999999.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":15120,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","target_value":0.0,"tx_hash":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81","tx_index":13,"wager_quantity":50000000,"wager_remaining":50000000}',0,'OPEN_BET','7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81','b24d88f74b2b867b11b10c2d38f4a83587861ddef4e8550ef39008cba56779df'); +INSERT INTO messages VALUES(91,310012,'parse','transactions','{"supported":true,"tx_hash":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81","tx_index":13}',0,'TRANSACTION_PARSED','7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81','bd9b1b16fdab80e4b70b376f20c761c2a2d375e8096b1227c538158920135b98'); +INSERT INTO messages VALUES(92,310012,'parse','blocks','{"block_index":310012,"ledger_hash":"1f5b502c341699b5a59b87566c0fc02b7db5c657919f014e41a00303aa53efc8","messages_hash":"fbace3318659d1258ee674fe4dcefa4dbc6c08df8c9eca58c1281f46700b7bfc","transaction_count":1,"txlist_hash":"ba55fd791587dad14742ad66d1515992a076eefbd54d1215806aa9db3811cf50"}',0,'BLOCK_PARSED',NULL,'3e3d494b5d5f68f33066210a6642f37e45495d12f4290c6bd6723cd19fcd2bdf'); +INSERT INTO messages VALUES(93,310013,'insert','blocks','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'40c3cba9341f3f0d369584033e9930fd781e0e75ec5601ca5c96b1dab3f4b120'); +INSERT INTO messages VALUES(94,310013,'insert','transactions','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"btc_amount":5430,"data":"00000028000152bb336400000000017d78400000000002793d60000000000000000000003b100000000a","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","tx_index":14,"utxos_info":" b055a68d3f2f53e7b4a413d48206a9a02f5ab56f7b948f36d0ef993cecf876b2:0 3 "}',0,'NEW_TRANSACTION',NULL,'e3c4768c666b18de2118a91d99aa72f35fbe9a00c9f6388d925b6c68ee6c1a21'); +INSERT INTO messages VALUES(95,310013,'update','orders','{"status":"expired","tx_hash":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59"}',0,'ORDER_UPDATE',NULL,'20dd871449a3fba031ad153ae6578ba7092c7e51d7c72ff5b7134a07d546bfde'); +INSERT INTO messages VALUES(96,310013,'insert','order_expirations','{"block_index":310013,"order_hash":"6bdb2ef465e9fc04060f58ced26c159dc983a616cb121c5e7954e66833444c59","source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc"}',0,'ORDER_EXPIRATION',NULL,'668912d495fb684c095739bdbb9894da826da62f70bcbe61f09bd87eb7db6315'); +INSERT INTO messages VALUES(97,310013,'insert','debits','{"action":"bet","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310013,"event":"e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","quantity":25000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'DEBIT','e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42','4947d8ad913704a41c380d638a13481fdb58330d8f7a6a24991f140242d3b065'); +INSERT INTO messages VALUES(98,310013,'insert','bets','{"bet_type":1,"block_index":310013,"counterwager_quantity":41500000,"counterwager_remaining":41500000,"deadline":1388000100,"expiration":10,"expire_index":310023,"fee_fraction_int":99999999.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":15120,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","target_value":0.0,"tx_hash":"e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","tx_index":14,"wager_quantity":25000000,"wager_remaining":25000000}',0,'OPEN_BET','e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42','e337d6c4665c3b69094a407dc5308c72bcf5b5ff00bb378b1912b77b3a79377a'); +INSERT INTO messages VALUES(99,310013,'update','bets','{"counterwager_remaining":4250000,"status":"open","tx_hash":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81","wager_remaining":8500000}',0,'BET_UPDATE','e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42','db7e396d2556157d2624991b2f122060b08a49033e43e791c648a406124f568d'); +INSERT INTO messages VALUES(100,310013,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310013,"calling_function":"filled","event":"e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","quantity":4250000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'CREDIT','e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42','a2f955ba34eec4818d3e9c7211086f176e68bdfa890ae7e9c92d9d149409cf93'); +INSERT INTO messages VALUES(101,310013,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","wager_remaining":4250000}',0,'BET_UPDATE','e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42','b59e7ce8bced41ac7ca6a824689ed6279bc7942a060118ed9a64969d98cef065'); +INSERT INTO messages VALUES(102,310013,'insert','bet_matches','{"backward_quantity":20750000,"block_index":310012,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","forward_quantity":41500000,"id":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81_e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","initial_value":100.0,"leverage":15120,"match_expire_index":310022,"status":"pending","target_value":0.0,"tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx0_bet_type":0,"tx0_block_index":310012,"tx0_expiration":10,"tx0_hash":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81","tx0_index":13,"tx1_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx1_bet_type":1,"tx1_block_index":310013,"tx1_expiration":10,"tx1_hash":"e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","tx1_index":14}',0,'BET_MATCH','e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42','ee0ec38f06a74a799018a21a3f7c1376f61a0663f63e0da6c683e86aadfcbe0a'); +INSERT INTO messages VALUES(103,310013,'parse','transactions','{"supported":true,"tx_hash":"e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","tx_index":14}',0,'TRANSACTION_PARSED','e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42','86889afd88f711af10ed500a44fc4a9654c6a1a7843f43b2f07738690b3669df'); +INSERT INTO messages VALUES(104,310013,'parse','blocks','{"block_index":310013,"ledger_hash":"cd0cfff6de5dd4381301929c740015d5910339ba915a83eb4229ecb91ae84c17","messages_hash":"5599b336d053b64cf7cf5953c3ca8ca10bb83d61dbac5b4cfe3e66cdf2e55b85","transaction_count":1,"txlist_hash":"6c03bbdc682356647ad229247ed9d4000c2ffd03696695e0277c43b4e4d8fed8"}',0,'BLOCK_PARSED',NULL,'3610bd4ca1f2e52f9630ec863bf8bf14fbdb0e784453c51485ebe85842a4f908'); +INSERT INTO messages VALUES(105,310014,'insert','blocks','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3db015cdfaf964008682b7155f021ebe76688f1a7ec3373d94bd64d7eee4764e'); +INSERT INTO messages VALUES(106,310014,'insert','transactions','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"btc_amount":5430,"data":"00000028000052bb33640000000008f0d1800000000014dc93800000000000000000000013b00000000a","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a","tx_index":15,"utxos_info":" 5f55a6c0910642e7ba83dbcfa2d6990d31539f532a2ef427b099dbe2db75a236:0 3 "}',0,'NEW_TRANSACTION',NULL,'610b2340d69cdd3868c2815ac42e5d0b69f0b904c26d143747c5c007f91a0869'); +INSERT INTO messages VALUES(107,310014,'update','orders','{"status":"expired","tx_hash":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c"}',0,'ORDER_UPDATE',NULL,'946db2d2f2122ccb33952433a53c80a54a66421618cac6d5926ac9bccbfa236d'); +INSERT INTO messages VALUES(108,310014,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310014,"calling_function":"cancel order","event":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","quantity":5000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'e8361a8799c33177372760403f73a20ec220034770970a2b5850529f340c5f63'); +INSERT INTO messages VALUES(109,310014,'insert','order_expirations','{"block_index":310014,"order_hash":"36d00f8c35a9c6ecc7dd0a64610b1c39a71110d1a95face6a2486a6a7a1ff83c","source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc"}',0,'ORDER_EXPIRATION',NULL,'30279d3ee9d713eb3696fb4b4e376147498bb2aecae21fb3ef39ab390df6add8'); +INSERT INTO messages VALUES(110,310014,'insert','debits','{"action":"bet","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310014,"event":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a","quantity":150000000,"tx_index":15,"utxo":null,"utxo_address":null}',0,'DEBIT','3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a','4f59cba95ae589bf246c27d594281f4ed0c9d6a14f55349ea02976a340e3431b'); +INSERT INTO messages VALUES(111,310014,'insert','bets','{"bet_type":0,"block_index":310014,"counterwager_quantity":350000000,"counterwager_remaining":350000000,"deadline":1388000100,"expiration":10,"expire_index":310024,"fee_fraction_int":99999999.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","target_value":0.0,"tx_hash":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a","tx_index":15,"wager_quantity":150000000,"wager_remaining":150000000}',0,'OPEN_BET','3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a','8dc069904cbb6726e51482c2c181aba8f802ff3e648c330187fd32797eda9e6b'); +INSERT INTO messages VALUES(112,310014,'parse','transactions','{"supported":true,"tx_hash":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a","tx_index":15}',0,'TRANSACTION_PARSED','3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a','43af6486e7f84fc51e5ea7eb04a34ebb53b41200de03d683348108384a462daa'); +INSERT INTO messages VALUES(113,310014,'parse','blocks','{"block_index":310014,"ledger_hash":"5012d84065c7a39b5563f4fadeaf30670b47df3856f43d40fda74de663753e4e","messages_hash":"876c1c897fb2e9d49e5fee7c00fa6a5e17624615e711829391f7964a92c6830f","transaction_count":1,"txlist_hash":"99b41cf441ebd1ad46c14b34a3da79586aee124ae643f196f23f0eadb9fbe50d"}',0,'BLOCK_PARSED',NULL,'ba0d033a67f4fed374e0b4a13b5a8c7329efbb8b49d65b57b6bf7a1c95a6d430'); +INSERT INTO messages VALUES(114,310015,'insert','blocks','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0202e1ebb16125d8ade9e9d134982a963932c4adbced5461ba31d62d13510dca'); +INSERT INTO messages VALUES(115,310015,'insert','transactions','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"btc_amount":5430,"data":"00000028000152bb33640000000014dc93800000000008f0d1800000000000000000000013b00000000a","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","tx_index":16,"utxos_info":" 32229c87e88ed2c3796ca5bb209c31c36e2ed7bcb8ba20ea36ca395db23c47e1:0 3 "}',0,'NEW_TRANSACTION',NULL,'9056050f7f22a7b283a187155234fe55ec07785bb39de014a093a0d6399648d5'); +INSERT INTO messages VALUES(116,310015,'insert','debits','{"action":"bet","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310015,"event":"a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","quantity":350000000,"tx_index":16,"utxo":null,"utxo_address":null}',0,'DEBIT','a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8','80dc8d87a4629141c1237de7391336c5e62e4e062a3d221f6505bfa7bf9d1e39'); +INSERT INTO messages VALUES(117,310015,'insert','bets','{"bet_type":1,"block_index":310015,"counterwager_quantity":150000000,"counterwager_remaining":150000000,"deadline":1388000100,"expiration":10,"expire_index":310025,"fee_fraction_int":99999999.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","target_value":0.0,"tx_hash":"a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","tx_index":16,"wager_quantity":350000000,"wager_remaining":350000000}',0,'OPEN_BET','a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8','d071e247ede4d50c8c4ecaa1a92448396cba4765b88de7585b193f7a15ba301c'); +INSERT INTO messages VALUES(118,310015,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310015,"calling_function":"filled","event":"a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8','55224d6b1a96e6fff0a0bd9f926de44196e49037c007808f8cb5a32e45df0d4c'); +INSERT INTO messages VALUES(119,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a","wager_remaining":0}',0,'BET_UPDATE','a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8','7539ad40b7b8ffa43d22e8962b5444e7b0b9e7021bce7b8a7a6f55d71b55c361'); +INSERT INTO messages VALUES(120,310015,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310015,"calling_function":"filled","event":"a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","quantity":0,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8','23cdabfbf70ee29b76c0ff45f2ce822524285e299c8beb95eedd5d4511d22f63'); +INSERT INTO messages VALUES(121,310015,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","wager_remaining":0}',0,'BET_UPDATE','a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8','7b6780968e5a1d0b224e207906b41f7942b5cdfb8de1209aee415057462f235b'); +INSERT INTO messages VALUES(122,310015,'insert','bet_matches','{"backward_quantity":350000000,"block_index":310014,"deadline":1388000100,"fee_fraction_int":99999999,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","forward_quantity":150000000,"id":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a_a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","initial_value":100.0,"leverage":5040,"match_expire_index":310024,"status":"pending","target_value":0.0,"tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx0_bet_type":0,"tx0_block_index":310014,"tx0_expiration":10,"tx0_hash":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a","tx0_index":15,"tx1_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx1_bet_type":1,"tx1_block_index":310015,"tx1_expiration":10,"tx1_hash":"a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","tx1_index":16}',0,'BET_MATCH','a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8','52906a02567ba0b2903d3cf02f8b77868767651e14b63577b64cbe07d3813fbb'); +INSERT INTO messages VALUES(123,310015,'parse','transactions','{"supported":true,"tx_hash":"a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","tx_index":16}',0,'TRANSACTION_PARSED','a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8','dffe455e0bb5d766fbf637b713898dc7a4bf39c03cfa4fd151cc582032100df2'); +INSERT INTO messages VALUES(124,310015,'parse','blocks','{"block_index":310015,"ledger_hash":"0356494d376b2b65b9f4b066b9d2baf2ae90d82369b87914bb58a67927ced5af","messages_hash":"ada31679b407158492c363d0a4a1b5303653762b245cd95514c2a4e2f1144070","transaction_count":1,"txlist_hash":"c6fff3cf22683f773cf2941f0eb9b5ed84647569c76d40cba61ca444852fceb6"}',0,'BLOCK_PARSED',NULL,'c470f6b0a8269405915bab491d4e81629df3c6a4ac3baa613d10351fbf124665'); +INSERT INTO messages VALUES(125,310016,'insert','blocks','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'54767a66f41e959ff4746152c61653a0f26df30cdd117f6d1b1b02f2c6adae07'); +INSERT INTO messages VALUES(126,310016,'insert','transactions','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"btc_amount":5430,"data":"00000028000252bb33c8000000002cb417800000000026be36803ff0000000000000000013b00000000a","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5","tx_index":17,"utxos_info":" 2f07b60bdd5d909b98f1a40d4677b4d89435e42e5e5f4116bc1d33c4179ffa91:0 3 "}',0,'NEW_TRANSACTION',NULL,'7ffae678677fa006c97069029dc41d1d8a72b1c534cf05769a043073d6437266'); +INSERT INTO messages VALUES(127,310016,'insert','debits','{"action":"bet","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310016,"event":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5","quantity":750000000,"tx_index":17,"utxo":null,"utxo_address":null}',0,'DEBIT','194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5','d30228ba96f361b10d53ac5fca74954e473e2ee531adbdf8c81665f9030277d4'); +INSERT INTO messages VALUES(128,310016,'insert','bets','{"bet_type":2,"block_index":310016,"counterwager_quantity":650000000,"counterwager_remaining":650000000,"deadline":1388000200,"expiration":10,"expire_index":310026,"fee_fraction_int":99999999.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","target_value":1.0,"tx_hash":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5","tx_index":17,"wager_quantity":750000000,"wager_remaining":750000000}',0,'OPEN_BET','194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5','178b334596b801dbeefd4ce4bc03b40739ba81a47a249fefd4aef4b6ba47f50d'); +INSERT INTO messages VALUES(129,310016,'parse','transactions','{"supported":true,"tx_hash":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5","tx_index":17}',0,'TRANSACTION_PARSED','194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5','1a466d4ddc7534364d68236bc3c70891a1dd16b980b650647d59027ee813454a'); +INSERT INTO messages VALUES(130,310016,'parse','blocks','{"block_index":310016,"ledger_hash":"c90ff439bd04970ed9e6e25cbfce32160450925a37ba3360f40df8854529b52d","messages_hash":"ccd2cef741c65ab1d181740559308bbdd10eb99b8fd95863619d82f39732792e","transaction_count":1,"txlist_hash":"16e32aeb7155ac1b89e47925bb2367269d4fc81e9da0558266ad9722843202fd"}',0,'BLOCK_PARSED',NULL,'00ee845edc41028b8ce034f4b899217d7dd0cfa8838e845ec2f12307d6200eab'); +INSERT INTO messages VALUES(131,310017,'insert','blocks','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2df110ca31a835eb5dda60a56625186f858eba73227cb255b9dc1cb27ea89d63'); +INSERT INTO messages VALUES(132,310017,'insert','transactions','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"btc_amount":5430,"data":"00000028000352bb33c80000000026be3680000000002cb417803ff0000000000000000013b00000000a","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","tx_index":18,"utxos_info":" 14059c8fae8c962dfd064d7f1820e95ee53256aaa2814914e1a1c3ae865ffa17:0 3 "}',0,'NEW_TRANSACTION',NULL,'d504bc46587fb9da3a5f6d0eb6354ead84dda4aa2c6b392f7e24a557beeb2591'); +INSERT INTO messages VALUES(133,310017,'insert','debits','{"action":"bet","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310017,"event":"72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","quantity":650000000,"tx_index":18,"utxo":null,"utxo_address":null}',0,'DEBIT','72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207','00baf7b6ebe224a1d90169d24a009a22f132ced5590f190a15e94c0be6971e8e'); +INSERT INTO messages VALUES(134,310017,'insert','bets','{"bet_type":3,"block_index":310017,"counterwager_quantity":750000000,"counterwager_remaining":750000000,"deadline":1388000200,"expiration":10,"expire_index":310027,"fee_fraction_int":99999999.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","target_value":1.0,"tx_hash":"72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","tx_index":18,"wager_quantity":650000000,"wager_remaining":650000000}',0,'OPEN_BET','72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207','429b8c21ed438360ee665182b012909f1ad1bcedb78d6d537d544b912e84d5d6'); +INSERT INTO messages VALUES(135,310017,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310017,"calling_function":"filled","event":"72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207','7ab48b5ce8e2194ed58fc28f3a578a8908685f2ee4ac1a7bde0d8604be96afcb'); +INSERT INTO messages VALUES(136,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5","wager_remaining":0}',0,'BET_UPDATE','72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207','d4bd57dafc63392c6723d2f66c862325b3f0b8cde45d2dafc93772ec7f8b5417'); +INSERT INTO messages VALUES(137,310017,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310017,"calling_function":"filled","event":"72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","quantity":0,"tx_index":18,"utxo":null,"utxo_address":null}',0,'CREDIT','72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207','120e45d533f385063514eff898d7652c35bb26e4be6fecb844477806b1441b17'); +INSERT INTO messages VALUES(138,310017,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","wager_remaining":0}',0,'BET_UPDATE','72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207','7c6dd6e245de20f57ed9591403a5a4e57d64d40771ad71084bba3db618d26cd2'); +INSERT INTO messages VALUES(139,310017,'insert','bet_matches','{"backward_quantity":650000000,"block_index":310016,"deadline":1388000200,"fee_fraction_int":99999999,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","forward_quantity":750000000,"id":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5_72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","initial_value":100.0,"leverage":5040,"match_expire_index":310026,"status":"pending","target_value":1.0,"tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx0_bet_type":2,"tx0_block_index":310016,"tx0_expiration":10,"tx0_hash":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5","tx0_index":17,"tx1_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx1_bet_type":3,"tx1_block_index":310017,"tx1_expiration":10,"tx1_hash":"72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","tx1_index":18}',0,'BET_MATCH','72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207','79f5202f8feffd132a720d5937abae18a3977a552e24b973cd6ac8a8c66c287f'); +INSERT INTO messages VALUES(140,310017,'parse','transactions','{"supported":true,"tx_hash":"72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","tx_index":18}',0,'TRANSACTION_PARSED','72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207','e17a6be3b4359511fd6e93967bd01b4f2cffe0321c54befc9c41f44ceec9b788'); +INSERT INTO messages VALUES(141,310017,'parse','blocks','{"block_index":310017,"ledger_hash":"19cf18f708dab6a983a2642802deb38d25b6fc205ea663059a0569fa38bdaf8d","messages_hash":"36948f7faf4843e5aca2ac5cd0ba2e2ef307b1d53902004b90c4c1a47035040a","transaction_count":1,"txlist_hash":"94709d5f6bcb8df437947be80ac95e2e716a92645f3eec2d915cb7c088504f1c"}',0,'BLOCK_PARSED',NULL,'acf560977bfa7090a1e0dbd4574f04e956e84b17b515422f137a0628ab45e4f0'); +INSERT INTO messages VALUES(142,310018,'insert','blocks','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e01d9c1631f5650f4a5671460794fad7a4dfa723397e5b69849e17eb229e0f3d'); +INSERT INTO messages VALUES(143,310018,'insert','transactions','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"btc_amount":0,"data":"0000001e52bb33324058f7256ffc115e004c4b4009556e69742054657374","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f","tx_index":19,"utxos_info":" b58a8553f112f012c14b3cfa19b489e6171f3ddd6664340edfde4395489ec7ba:0 2 "}',0,'NEW_TRANSACTION',NULL,'2215ab76a78ac5db0b5badef5c49c00d41b1d11a2cb4cf56e5d5e4df0f6539ea'); +INSERT INTO messages VALUES(144,310018,'insert','broadcasts','{"block_index":310018,"fee_fraction_int":5000000,"locked":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","text":"Unit Test","timestamp":1388000050,"tx_hash":"065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f","tx_index":19,"value":99.86166}',0,'BROADCAST','065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f','0748aae9a40bc15f98c809f45910c072b2f39777d1f7042ad291655326c4b582'); +INSERT INTO messages VALUES(145,310018,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310018,"calling_function":"bet settled: liquidated for bear","event":"065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f","quantity":59137500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f','90c95233f56671736eebba634139bc50844149bffa799136faee89d8dc35cbf8'); +INSERT INTO messages VALUES(146,310018,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310018,"calling_function":"feed fee","event":"065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f","quantity":3112500,"tx_index":19,"utxo":null,"utxo_address":null}',0,'CREDIT','065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f','796ee365ccf8ac744b29ff46a346a7bcb4253e10e564ebf21e9868e8d09c7b7d'); +INSERT INTO messages VALUES(147,310018,'insert','bet_match_resolutions','{"bear_credit":59137500,"bet_match_id":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81_e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","bet_match_type_id":1,"block_index":310018,"bull_credit":0,"escrow_less_fee":null,"fee":3112500,"settled":false,"winner":null}',0,'BET_MATCH_RESOLUTON','065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f','a171a2fd7d324d24aa36f62269dde73cfdfee28eee1002012b6400412137be74'); +INSERT INTO messages VALUES(148,310018,'update','bet_matches','{"id":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81_e566ab052d414d2c9b9d6ffc643bc5d2b31d80976dffe7acceaf2576246f9e42","status":"settled: liquidated for bear"}',0,'BET_MATCH_UPDATE','065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f','2cd99b14c3ebd2ec3d16717e2e1bdec87bc9df4470438d49a3156eb73312001e'); +INSERT INTO messages VALUES(149,310018,'parse','transactions','{"supported":true,"tx_hash":"065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f","tx_index":19}',0,'TRANSACTION_PARSED','065de641fd87c0b3ef893130ef4a3dca7643b7a35f6d18c721f34a7a36a5992f','ca1808e5ae252a8f519aeddc5e360086c591e635b089cb37d1a55046c23bed28'); +INSERT INTO messages VALUES(150,310018,'parse','blocks','{"block_index":310018,"ledger_hash":"d9ac565fbe7bf18c1d899dab8e0c98e070880e36fa51710382017d46ddf837cf","messages_hash":"ce483462419a19b21da4b8e65ffe599ad7dc3c88f2f116569817d7019a64ee98","transaction_count":1,"txlist_hash":"e3e2ebfcee41e92d855051b2c2e4344600646ac3ac5b335084d5f5a23e872f3b"}',0,'BLOCK_PARSED',NULL,'2affbe0faf652e3b4ca48dde29ed0e8a1a555071566d4367e9a5284fd17b52b1'); +INSERT INTO messages VALUES(151,310019,'insert','blocks','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'81831dd7c3b283eddbcb48b9fd00885bf34608c87bff6f6ddb185b29329a18b5'); +INSERT INTO messages VALUES(152,310019,'insert','transactions','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"btc_amount":0,"data":"0000001e52bb3365405915f3b645a1cb004c4b4009556e69742054657374","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e","tx_index":20,"utxos_info":" d34810e3caeb03c0ad4047d0cc5461583f3f2471e358037fe69bf6cb299cb3ed:0 2 "}',0,'NEW_TRANSACTION',NULL,'d4af3d0331a21ca05ef23e40d0a11941d355b252f2f85cc977f4b46cb5bb81fe'); +INSERT INTO messages VALUES(153,310019,'insert','broadcasts','{"block_index":310019,"fee_fraction_int":5000000,"locked":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","text":"Unit Test","timestamp":1388000101,"tx_hash":"7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e","tx_index":20,"value":100.343}',0,'BROADCAST','7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e','3a9194fe9713c819148e93c50afc74fc996d45703d51aeeaba1e54af21b390fa'); +INSERT INTO messages VALUES(154,310019,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e","quantity":159300000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e','c6cfc09b5897b669aa0a02e89e3b2b4d1a7be824e68639482f8d8408b3f0f40c'); +INSERT INTO messages VALUES(155,310019,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310019,"calling_function":"bet settled","event":"7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e","quantity":315700000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e','f081eaea0f367bdf924b66ae183bd0becf0a7a5ad6b4a634a3a6f87fa25e83c0'); +INSERT INTO messages VALUES(156,310019,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310019,"calling_function":"feed fee","event":"7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e","quantity":25000000,"tx_index":20,"utxo":null,"utxo_address":null}',0,'CREDIT','7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e','bfb155188e144d9ecbf108f3eb975009c669a5fe3a840d3a837da4843210a167'); +INSERT INTO messages VALUES(157,310019,'insert','bet_match_resolutions','{"bear_credit":315700000,"bet_match_id":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a_a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","bet_match_type_id":1,"block_index":310019,"bull_credit":159300000,"escrow_less_fee":null,"fee":25000000,"settled":true,"winner":null}',0,'BET_MATCH_RESOLUTON','7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e','335c88480a9a2ba844c660bc749f1c00c5a6c73666e76987bcaa925a25252fd5'); +INSERT INTO messages VALUES(158,310019,'update','bet_matches','{"id":"3d3ae119aa3891770b7ae1e1ce34062b7a850593f39a96b6df19d69960d4a76a_a73843f1c9197674ba45e3aa92ed0671062c8acd8955e6b1e4d10dd149f40bc8","status":"settled"}',0,'BET_MATCH_UPDATE','7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e','bca30d1c01711f4acf4a3f23affb3ed2a894eecb6cb72070e79549e7975068cb'); +INSERT INTO messages VALUES(159,310019,'parse','transactions','{"supported":true,"tx_hash":"7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e","tx_index":20}',0,'TRANSACTION_PARSED','7cc015005c559686a8e10294015ca1773c0bcd9f4d7d9768deb4bb94cdd4a69e','e33b43b2e0a5917c004acc8226f07f6b5971ebdef8315d7bb3d00889deca5d3c'); +INSERT INTO messages VALUES(160,310019,'parse','blocks','{"block_index":310019,"ledger_hash":"b66661deef419a50557d171cc1bcae04f5bc260ed1f5ff56cf08ef39158617a1","messages_hash":"41aef5ab22fbd77f446aacae8e8368b85c093793b29570f94678ee827656aea7","transaction_count":1,"txlist_hash":"c89d7fa5df5eab9ac8a57f00c6cc2b9d75244ce412e12eb842c6a43297ee41a6"}',0,'BLOCK_PARSED',NULL,'fcf4e0fea63110fadb142736bea36db2f1e84f087becc7390d228a927591a2a5'); +INSERT INTO messages VALUES(161,310020,'insert','blocks','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'133e3b4e6aa5e3b4b240cfa5efe60b8895c30742aded96a7656bffa9e622f938'); +INSERT INTO messages VALUES(162,310020,'insert','transactions','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"btc_amount":0,"data":"0000001e52bb33c94000000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9","tx_index":21,"utxos_info":" d8ff0c81bb265ca70b0c28293b6042b707f9d1d30fb0145c3618c72455d881cd:0 2 "}',0,'NEW_TRANSACTION',NULL,'f2c7171669e3fdc93e2e8b70910fd322b0f34782de6bee7bf9b248d035618e5b'); +INSERT INTO messages VALUES(163,310020,'insert','broadcasts','{"block_index":310020,"fee_fraction_int":5000000,"locked":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","text":"Unit Test","timestamp":1388000201,"tx_hash":"0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9","tx_index":21,"value":2.0}',0,'BROADCAST','0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9','c5881348d2dc932b720d32d2834452ba9816fe645200f82dbcf699168c8fec5f'); +INSERT INTO messages VALUES(164,310020,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310020,"calling_function":"bet settled: for notequal","event":"0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9","quantity":1330000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9','0673af42b6a983490349c5a153e95bddbc2685e694771305e229efa4801b055f'); +INSERT INTO messages VALUES(165,310020,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310020,"calling_function":"feed fee","event":"0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9","quantity":70000000,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9','43da5027d3039ed7f60f66681c84771dbc9b1af9eb0157174414e563fc8e6bd8'); +INSERT INTO messages VALUES(166,310020,'insert','bet_match_resolutions','{"bear_credit":null,"bet_match_id":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5_72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","bet_match_type_id":5,"block_index":310020,"bull_credit":null,"escrow_less_fee":1330000000,"fee":70000000,"settled":null,"winner":"NotEqual"}',0,'BET_MATCH_RESOLUTON','0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9','7b269f7bac525ab9e6a818571b2e33f0e1276a571e60d140e5896b766717fb59'); +INSERT INTO messages VALUES(167,310020,'update','bet_matches','{"id":"194a87d56aecedf43bb9724b6f20f10626c26c00267fd108db843772e5ee41f5_72baa141e136cbafc08ee2f6c8e5841076c7573d5d5cd619f45149bf84a6a207","status":"settled: for notequal"}',0,'BET_MATCH_UPDATE','0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9','db2783f8286e0c83928906c6cc4c70a7446ed431204083afac9ed2cb8f4b0fe0'); +INSERT INTO messages VALUES(168,310020,'parse','transactions','{"supported":true,"tx_hash":"0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9","tx_index":21}',0,'TRANSACTION_PARSED','0899b8bccef3403252fd7d37ec550eea3350845dca098368b84bf4c3c48d3fc9','64c687a2e0a667d05ddd94fce13dc19a8101733208225ae238f03a8e28aa342d'); +INSERT INTO messages VALUES(169,310020,'parse','blocks','{"block_index":310020,"ledger_hash":"57a6c53e41338011cb06cd60118961dcec0e800f62a2c4b1e9381c666319680f","messages_hash":"e235a8f0a9e694e6dac4ebbb59bfefeda9cd399dc2ca4ffe1902f2bf01bd4cee","transaction_count":1,"txlist_hash":"5d8f062b1b5c6740eed53d90f4cd10a23f273237bda588f42fa35653a9fe5feb"}',0,'BLOCK_PARSED',NULL,'7cecdb3acea1499a78264f67ee84bc7905a06cb73e039ef0599687f86643de79'); +INSERT INTO messages VALUES(170,310021,'insert','blocks','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'773c99a1ab452c4ed6498eb3816b8fcded79da4fb4c6e029258bf77df63f4696'); +INSERT INTO messages VALUES(171,310021,'insert','transactions','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"btc_amount":0,"data":"0000000a00000000000047670000000002faf08000000000000000010000000002faf080000a0000000000000000","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a","tx_index":22,"utxos_info":" 7072487856a3c59ab919efb969b9c9701006d6bfcf65d9e3bf9ab34f50a5bf41:0 2 "}',0,'NEW_TRANSACTION',NULL,'c2e4e18062ec73d00acc193f59a0cb8103e714a8b2c00d299781abe1df847786'); +INSERT INTO messages VALUES(172,310021,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"BBBB","block_index":310021,"event":"eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a","quantity":50000000,"tx_index":22,"utxo":null,"utxo_address":null}',0,'DEBIT','eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a','bd11c68bf8b02a3c842498807ecea00aafd1c579d87d18f51c09ecf6fd6ea844'); +INSERT INTO messages VALUES(173,310021,'insert','orders','{"block_index":310021,"expiration":10,"expire_index":310031,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":50000000,"get_remaining":50000000,"give_asset":"BBBB","give_quantity":50000000,"give_remaining":50000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a","tx_index":22}',0,'OPEN_ORDER','eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a','f5d2e0156662cb15f86fc52246bd6d365283fdeaaa7012295c5ec61a1f23becd'); +INSERT INTO messages VALUES(174,310021,'parse','transactions','{"supported":true,"tx_hash":"eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a","tx_index":22}',0,'TRANSACTION_PARSED','eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a','fdb572a479234d34bb403d432a10c83e4fdc625b716156288f63b7e2a9da08f1'); +INSERT INTO messages VALUES(175,310021,'parse','blocks','{"block_index":310021,"ledger_hash":"66c16af10125f298796da828f1a6c2b43123cda38e3dfc57ccc25b00f3da17f8","messages_hash":"34c691d7bacc67c639317a8084f56fc6a8ef5246cedcced7deadbc3aead80017","transaction_count":1,"txlist_hash":"94b751bb8af2f91fb1933dfae1edaa636836fe1f9100edc5c6b8bc793fea4b47"}',0,'BLOCK_PARSED',NULL,'ee704fc104150cc074d0b1616a6f0e27731bdbd3fa1b3597a1afc20e044f711b'); +INSERT INTO messages VALUES(176,310022,'insert','blocks','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'93c75a5d39e0bfae825b3854e7d48993a6731e4965c06e1c03ddd5343b8fa269'); +INSERT INTO messages VALUES(177,310022,'insert','transactions','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"btc_amount":100000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":10150,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"c3f73d02e630cb2824f044e6d91f47b1ce351feff0339ea7b85652d24d8ff6bc","tx_index":23,"utxos_info":" b5955ae6d9087334db96b8605fd785eead5c7abb4200b94b30c327c31dc23534:0 2 "}',0,'NEW_TRANSACTION',NULL,'91b5d3ef43b51f6974daf14f166ed3cf112ebe9a01765304fd036795ad96e49e'); +INSERT INTO messages VALUES(178,310022,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310022,"calling_function":"burn","event":"c3f73d02e630cb2824f044e6d91f47b1ce351feff0339ea7b85652d24d8ff6bc","quantity":56999887262,"tx_index":23,"utxo":null,"utxo_address":null}',0,'CREDIT','c3f73d02e630cb2824f044e6d91f47b1ce351feff0339ea7b85652d24d8ff6bc','52d0342a752d24a37b7277433f4c8f6fb42e6beb3e089de58ee14f31302cae2f'); +INSERT INTO messages VALUES(179,310022,'insert','burns','{"block_index":310022,"burned":38000000,"earned":56999887262,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"c3f73d02e630cb2824f044e6d91f47b1ce351feff0339ea7b85652d24d8ff6bc","tx_index":23}',0,'BURN','c3f73d02e630cb2824f044e6d91f47b1ce351feff0339ea7b85652d24d8ff6bc','a6d4b740e70777c69173805f6ef1faf485f2009f7188a35b11feab6a6de0674d'); +INSERT INTO messages VALUES(180,310022,'parse','transactions','{"supported":true,"tx_hash":"c3f73d02e630cb2824f044e6d91f47b1ce351feff0339ea7b85652d24d8ff6bc","tx_index":23}',0,'TRANSACTION_PARSED','c3f73d02e630cb2824f044e6d91f47b1ce351feff0339ea7b85652d24d8ff6bc','ee02cf8767d5d5db7093b8bfb4da2fc7a23ec4f6ee81bf3bb463af476f0bcdca'); +INSERT INTO messages VALUES(181,310022,'parse','blocks','{"block_index":310022,"ledger_hash":"43b6213cad601a389aed2a4e912be118dfab6cca5358d86bac03f4bee6765493","messages_hash":"d8be522c7a72e141155070ba1d8d56ade4db0f65797f5760072502b49a5a89a2","transaction_count":1,"txlist_hash":"fcb847408d5ee30ef86a94a0495f53670b1157d4f33d627b62ebd84fb1321cf5"}',0,'BLOCK_PARSED',NULL,'1fa86292fc37825418f7aeaa3731572457d812f46e2a50932fca123c7a421548'); +INSERT INTO messages VALUES(182,310023,'insert','blocks','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8b9eb3c89d318fa9b2c1b43c06105f3eac251b84280ce20e5d047c05406ea59f'); +INSERT INTO messages VALUES(183,310023,'insert','transactions','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"btc_amount":5430,"data":"0000000000000000000047680000000000002710","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab","tx_index":24,"utxos_info":" 92a935a2d4d4072b79fe703a72bc9bcad6b6afb518af8ca11c92d4ca06ce465a:0 3 "}',0,'NEW_TRANSACTION',NULL,'60003658ed6670b05225848063ef32d7d689ded8a868d6345de23c99c9b001ce'); +INSERT INTO messages VALUES(184,310023,'update','bets','{"status":"expired","tx_hash":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81"}',0,'BET_UPDATE',NULL,'a91ca8a853e89cf67e1e81372eb2599c3f4ccadc5d37e0e3fc10aa30ea28dc2c'); +INSERT INTO messages VALUES(185,310023,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310023,"calling_function":"recredit wager remaining","event":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81","quantity":8500000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'abcabae1487d2dbcda0e914cb58429a46abca67f0b6de33390791c5562ba56e3'); +INSERT INTO messages VALUES(186,310023,'insert','bet_expirations','{"bet_hash":"7025ded3ba412d1285be69c8aaa02773b8f4e2504310832c99a9b171b7e07e81","bet_index":13,"block_index":310023,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc"}',0,'BET_EXPIRATION',NULL,'c4099b6bbca79fa0a8fcec63e0f6461a1f84e7d6b4c5adb6e56cbf7064c5e442'); +INSERT INTO messages VALUES(187,310023,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"BBBC","block_index":310023,"event":"58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'DEBIT','58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab','94a32d154f0d7d3a6e100792fcf5aa1cc346b90b3970d35947ce475d60a39f88'); +INSERT INTO messages VALUES(188,310023,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"BBBC","block_index":310023,"calling_function":"send","event":"58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab","quantity":10000,"tx_index":24,"utxo":null,"utxo_address":null}',0,'CREDIT','58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab','e80ff9faa7720a441fccd044915f9e0ff054a8c0842a59668c56f7483680fc1b'); +INSERT INTO messages VALUES(189,310023,'insert','sends','{"asset":"BBBC","block_index":310023,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":10000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab","tx_index":24}',0,'SEND','58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab','2d86a20b89dba8e775b60403a309cec52ccd21aa02af284311655c215dbfcebf'); +INSERT INTO messages VALUES(190,310023,'parse','transactions','{"supported":true,"tx_hash":"58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab","tx_index":24}',0,'TRANSACTION_PARSED','58b89d056b539d2cf9ddac4518ccca6744495127e0ce893eb71da2599cbf85ab','b1523d85f15ab92243deccc40e0e351b1af77baea3d1f5036d5c55825d1cf6cb'); +INSERT INTO messages VALUES(191,310023,'parse','blocks','{"block_index":310023,"ledger_hash":"8a9758963891bbfbdcb6515d8d3e49c941fedba7de82038776e9f8ed65e803c1","messages_hash":"a23e3678f9c9aae8b85c9b92b14f78ae67d662e8a8634f842cfa1aa2a90d81d3","transaction_count":1,"txlist_hash":"d21109a870f8542e8ef40f6d72e36fb0bb5ac4ad1e7b3232ba1b2bdcc735810e"}',0,'BLOCK_PARSED',NULL,'dd8ddc4b84e29bbfb1c9de197b5c5ccac592c8e12f29596be0cece9ca71c335e'); +INSERT INTO messages VALUES(192,310024,'insert','blocks','{"block_hash":"b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5","block_index":310024,"block_time":310024000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0dc739cf5855c076435dc26b76017848c84fe87bad4a61903243db96891318f0'); +INSERT INTO messages VALUES(193,310024,'parse','blocks','{"block_index":310024,"ledger_hash":"cb034ab4a3e252fdfe9973a672e208295741a52634c9332b1501d612e0012e19","messages_hash":"20a2a942353a95f3859421b52f2f37d1e639ba0f0e54f6b1dc4cbaec9af570f2","transaction_count":0,"txlist_hash":"52bcbfb439bfc9cf14e38d39a9d6c401a8798a20fe64238f070125e8e7905151"}',0,'BLOCK_PARSED',NULL,'5fd251a7583544c6f3335fc7cd724f7dc885cd7c8856c2aa5cf717d94ba3f0e3'); +INSERT INTO messages VALUES(194,310025,'insert','blocks','{"block_hash":"a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666","block_index":310025,"block_time":310025000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9b55acd313ae6f498e57766a3e759c37936b7c5a85fcbdb1ec77ac7e40aa1f4d'); +INSERT INTO messages VALUES(195,310025,'parse','blocks','{"block_index":310025,"ledger_hash":"5addc8253469d5c729cdffc1c637b75d9e8886a633d4406dedf2b1c16ba5b92a","messages_hash":"9e4b2dcf305ffabd71ac2e6b81d011ce6dec8001ab58ebf9405e54fdd9eb5e20","transaction_count":0,"txlist_hash":"e2d8891737534dde276dd1f7f51d42558b9ad60d88baada83f75951905e6f174"}',0,'BLOCK_PARSED',NULL,'5cbf79740f9abc78bff5e9e996d784fe295dda2cc4e610dabf348fc37ef3b6b8'); +INSERT INTO messages VALUES(196,310026,'insert','blocks','{"block_hash":"6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a","block_index":310026,"block_time":310026000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5f6b400ae3135ca8a6ba116a6edc4d8dc4ec40a755984692e4af473be2fabb4f'); +INSERT INTO messages VALUES(197,310026,'parse','blocks','{"block_index":310026,"ledger_hash":"8620bd0283c320330631185d1b2351718f174732bd099324a0880719cdfc18c7","messages_hash":"d6b909771bfea3ab3af2cdb96e330bd1fd69080db3f6e13f5a872658e69fee8a","transaction_count":0,"txlist_hash":"e7b6699c8b2b5857b60004dec9aa8aeda30ef42483ca16bc79e4ecdc1c0b4ce7"}',0,'BLOCK_PARSED',NULL,'49e348f4b4bb8319c62e3f84fcc898e0d67746f640d40e028221f00ee8c0e2bb'); +INSERT INTO messages VALUES(198,310027,'insert','blocks','{"block_hash":"d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e","block_index":310027,"block_time":310027000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e2863ee79d6855b7eac15b2a62aba20b662f60a56892040b91be5fb7774734cf'); +INSERT INTO messages VALUES(199,310027,'parse','blocks','{"block_index":310027,"ledger_hash":"96960e09478184f4f0ad38d1fc03f0c0240e58715a0a29745a6dc58c40003249","messages_hash":"6bf51066e1d2a225d56d69c716a4db3704c6d2c55c7c30bbe38a8d2d258a21dc","transaction_count":0,"txlist_hash":"a7e32b5f0b6568eff793a1d12d32ab594f3886b417a6491b6ec641d15e906e9e"}',0,'BLOCK_PARSED',NULL,'29161506b9cfbc8caa1757daa31dccc207787d3869bcfce2f28b27d679edf352'); +INSERT INTO messages VALUES(200,310028,'insert','blocks','{"block_hash":"02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b","block_index":310028,"block_time":310028000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'06617f399135bfb525fc9511ff5f7e68b583770752d01f41d4cc013133c75973'); +INSERT INTO messages VALUES(201,310028,'parse','blocks','{"block_index":310028,"ledger_hash":"2f556d2528abe1c4e9d31f6ed70d400d94633d4dfb54c9a4f250e1b054f9a384","messages_hash":"5aab3996247df53ab6798c7f08c3d29dd0e3430a040f7e5f935d9639921fd33b","transaction_count":0,"txlist_hash":"8b22bfc6153a2e742e843a5263194ffcf3ab985d934e212266ca400ed568e710"}',0,'BLOCK_PARSED',NULL,'7b20439de6fcb2c1239cd943174e9fd01c8f6f2a136aebd8f97da36f5c3e4829'); +INSERT INTO messages VALUES(202,310029,'insert','blocks','{"block_hash":"3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6","block_index":310029,"block_time":310029000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'845fd92f224d1d45b3038fb1383968c572fc946e624f08dd823efaff95b15df4'); +INSERT INTO messages VALUES(203,310029,'parse','blocks','{"block_index":310029,"ledger_hash":"be195b1f7b7b55dcefb83907d954736d4bf059a9e32055131efd16602d7761d6","messages_hash":"3ecba0a923e908acbf47b68440fbc19400c806d552b464fc2584619ecd201f7b","transaction_count":0,"txlist_hash":"ad8654356f0a1ffb669528bf4c3625e9d43ce08d9dda7f1adc2e962b65d20b55"}',0,'BLOCK_PARSED',NULL,'34c22deac784927d12f86190d0ef77ede11d760f020da8946a008125d1eb29e2'); +INSERT INTO messages VALUES(204,310030,'insert','blocks','{"block_hash":"d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5","block_index":310030,"block_time":310030000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a5a6af134cb8e8176dbb0479f2b84959b0b8ef31e47df5352f8e0a164110c11a'); +INSERT INTO messages VALUES(205,310030,'parse','blocks','{"block_index":310030,"ledger_hash":"d3a25656dbb63eecf1c89820581fcab193d750f3a09ca8ab34a5008c8d89051d","messages_hash":"8921d2b15a78501498967df080375dac4e0f59ed0d04d1032805f915b523f08a","transaction_count":0,"txlist_hash":"f9a6fb698ab5cf74c1d334f2bc3fc258738c330a5bf3614b8951c6f2d90263a1"}',0,'BLOCK_PARSED',NULL,'1a909d332c323a0a3d7a2a861ab13f0b0c8cf862ca665792d22c57065e42b567'); +INSERT INTO messages VALUES(206,310031,'insert','blocks','{"block_hash":"0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689","block_index":310031,"block_time":310031000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3a0df3742c65944d9bf6f90d754bd5719184d5387758eadca1762e0117516de5'); +INSERT INTO messages VALUES(207,310031,'parse','blocks','{"block_index":310031,"ledger_hash":"0edb535f8c6a40062a86e4ea327cf7fb70310b6d55a6654d5a23e54498aa3159","messages_hash":"4533a20013e1b22d036f33845fa6ede1836945d3959a00928a6039a94f20986d","transaction_count":0,"txlist_hash":"52c64812c82695720461525033471afc39749f788156239b06f72c7887206fa4"}',0,'BLOCK_PARSED',NULL,'d5c5d89a3702feb2d53c4fb0366c9009479ae187f91f430f9b3440a0036cd673'); +INSERT INTO messages VALUES(208,310032,'insert','blocks','{"block_hash":"66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074","block_index":310032,"block_time":310032000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f6699f67287f0202de7209bcb125c2583dcc88972d30309fd0a032ee0fc128dd'); +INSERT INTO messages VALUES(209,310032,'update','orders','{"status":"expired","tx_hash":"eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a"}',0,'ORDER_UPDATE',NULL,'da4b41b50f5c276c7dc46bcb0ccd3e43322b9dd81b2f6476e20a043c21dbad1a'); +INSERT INTO messages VALUES(210,310032,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"BBBB","block_index":310032,"calling_function":"cancel order","event":"eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a","quantity":50000000,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'381f178d171bdde0a4e447ea70d9f94033d32457527c2027e9495ade2a9cb65d'); +INSERT INTO messages VALUES(211,310032,'insert','order_expirations','{"block_index":310032,"order_hash":"eb5953f4e1dec30f0bf4741cb2044c11b6e1c3be20fef2111461f69d989b852a","source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc"}',0,'ORDER_EXPIRATION',NULL,'872cb13638744bda6586a836139be36f36dee39dfc945a20d1f162cd4916be32'); +INSERT INTO messages VALUES(212,310032,'parse','blocks','{"block_index":310032,"ledger_hash":"a9208a1b7f782852d652e5089c6485744031176b4d285ea985bbc1df0ccf49c0","messages_hash":"a36c5957dfcbe00a4c9cf299402cf098208ddba285b2a520545c0a9ea77f4ecb","transaction_count":0,"txlist_hash":"4089c5ee6e83c7fdb9d8f0df917268b807801e7f0fb477b6a7fb4b9f931601f0"}',0,'BLOCK_PARSED',NULL,'f31f4d4c5b598b1469ab239d351e15a57be5ee7a9a6b7a58dfbb18d61eeeabaf'); +INSERT INTO messages VALUES(213,310033,'insert','blocks','{"block_hash":"999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707","block_index":310033,"block_time":310033000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5c2f8a7edc974254d02af7186d6e63f5f26d9f6495e49a5c8cf2fb15996d906d'); +INSERT INTO messages VALUES(214,310033,'parse','blocks','{"block_index":310033,"ledger_hash":"c8a973eb6bdd28dcab4f1b2a5e29e104944745e57a54e6d87b370aafb2e589f6","messages_hash":"02d5c934e85725efed97c9821cd40985f3cbdc4b198fbbace05d678540cb701f","transaction_count":0,"txlist_hash":"28e9816084711e62a27a7d33af7a023d9c375d67c6d7dd4fbe840d511d114fbb"}',0,'BLOCK_PARSED',NULL,'4d06dfbd2307dd2cb566add3a3e9f3b6a5b1626c0eb5f7f8a87503804f56ee68'); +INSERT INTO messages VALUES(215,310034,'insert','blocks','{"block_hash":"f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208","block_index":310034,"block_time":310034000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'38bdb6be65470f97c4c82e4f5b5ac397e6d07d45f152164c5e3fcdd92b156902'); +INSERT INTO messages VALUES(216,310034,'parse','blocks','{"block_index":310034,"ledger_hash":"0d7b5809b7a5aa5ff854cfe141490a78c9b33e16f8102a8e804dbf0a0a8c0842","messages_hash":"6f0e84372b1f6e860bcb683ac286272ec431541ba5dcd86b4b4964d16c702d31","transaction_count":0,"txlist_hash":"37532a1b8cba78b522775b2feabd9dc786b259b49ae54af0279fd84061fcaf90"}',0,'BLOCK_PARSED',NULL,'0095640459e5c1ef47f31752dc9c08ade6726e68111a2ed3c4c66105e7c0bb66'); +INSERT INTO messages VALUES(217,310035,'insert','blocks','{"block_hash":"a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2","block_index":310035,"block_time":310035000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6cdd7930c1e4fa05dbdb1ca6da488997a6e05e5452ac87277662da4d1ef3a9e2'); +INSERT INTO messages VALUES(218,310035,'parse','blocks','{"block_index":310035,"ledger_hash":"6b4c99289086445a7bf575110172a661c1cd37c418b70afd8ef3be0982041f5e","messages_hash":"e1de2f52b201cb7ad82e795ab4859770f3aac93c5d4ea1c4aaf5fad1c6677ddb","transaction_count":0,"txlist_hash":"6d74b1faad84274944078e3fa21083b3776e37da614acfc8d61987a1a48db51e"}',0,'BLOCK_PARSED',NULL,'24cfd42e5dc1b26f062094d1feeb7ec12533c975caf1879b59320a0b6302522b'); +INSERT INTO messages VALUES(219,310036,'insert','blocks','{"block_hash":"158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76","block_index":310036,"block_time":310036000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'355589fde538b62024abbec37eb619adafc90107c8ab9215b65488059e39182a'); +INSERT INTO messages VALUES(220,310036,'parse','blocks','{"block_index":310036,"ledger_hash":"f20b81389b2f4c9c9be4442b3c68f87da881406f1490637c7d93d63539155a7e","messages_hash":"a1ff47a0612d3e0efb139c1696dc4eb89b4337ad850a98689572596c3dbd3056","transaction_count":0,"txlist_hash":"246e6cb136a8e79ad87ccc6a2318361c689d4720a9000c1a404f3556dced1bfb"}',0,'BLOCK_PARSED',NULL,'ce6d3909b6203081fda64d61c7b9417d762998d6b12bf91c871b4dff01fb3fff'); +INSERT INTO messages VALUES(221,310037,'insert','blocks','{"block_hash":"563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07","block_index":310037,"block_time":310037000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'76b609e06593a8c82c1e97c5e5ce2ba72a2a1f4bdb3a5f6bb764b9747ba877ea'); +INSERT INTO messages VALUES(222,310037,'parse','blocks','{"block_index":310037,"ledger_hash":"52d554e6b53b853066a3a8f931fc37779f3596c4388e277a9f66a95e001a09eb","messages_hash":"cd09f91c8fdada08752b21be922d604dba8954e5fc7d77dd1134df244d80f38f","transaction_count":0,"txlist_hash":"c4474243bf31bccb8aa11963c477e3d40bbdbf6c604edd86429c37b59d83b427"}',0,'BLOCK_PARSED',NULL,'116dcb8938edeaa23cc1c47ed219df7646e71496a35df9f0d49e96ba0097cf55'); +INSERT INTO messages VALUES(223,310038,'insert','blocks','{"block_hash":"b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2","block_index":310038,"block_time":310038000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b33388cb75d4f30ac9843ea7a9244a0fdb7ac8c639b9f196c904f80b627c698c'); +INSERT INTO messages VALUES(224,310038,'parse','blocks','{"block_index":310038,"ledger_hash":"08a949af614ff73a79313a5a949908b368efe1f8c131eeeb51ed610baf65ac46","messages_hash":"1802ad14132b0456681faf5244f3c4768b0e5558c1a43cad5aa5daa3e44d604b","transaction_count":0,"txlist_hash":"791f23628ed99486b93754ee4e7a3717d2deee1ae60d4b80dd79c614e874c94a"}',0,'BLOCK_PARSED',NULL,'7f803976e7f8286cfcbfdde9d09a6cac24107cb685add71a5e3216162724cc40'); +INSERT INTO messages VALUES(225,310039,'insert','blocks','{"block_hash":"5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347","block_index":310039,"block_time":310039000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'33513c46d47065a93db4014efa0ff71894aff8519e0214efc944e4217d395f26'); +INSERT INTO messages VALUES(226,310039,'parse','blocks','{"block_index":310039,"ledger_hash":"7ff8b2408ee1124a5ee573d31023660aabcdb21599bdcfb4a3bc1895d7910094","messages_hash":"ce96d11bbd306582b9040cc69b7663d109b8f42fc5cd235676ce805ec614f017","transaction_count":0,"txlist_hash":"019a41a08fe760b6ca07f10cdb763ebd41d76a7a458f81023dacd0bb000221d6"}',0,'BLOCK_PARSED',NULL,'97eea308d90bc58658ae54f918028340b60421377089f35fdcfaa034c8c81589'); +INSERT INTO messages VALUES(227,310040,'insert','blocks','{"block_hash":"7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3","block_index":310040,"block_time":310040000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c7cb91645167e9f559f864d4f8cfa4a72f5df91a048a4ff0a4b6f451ad3aa79b'); +INSERT INTO messages VALUES(228,310040,'parse','blocks','{"block_index":310040,"ledger_hash":"c687e753c01711e94cfcad1f16d2976a12ef5d6c3731c64db26f969c988fe7c3","messages_hash":"1aafe7a52bb6db2f4644060614195c2b8b07fd2121940c04c159accf4999da05","transaction_count":0,"txlist_hash":"81bf654cee844b048e68c07fdbb561865156f77769d686aba7666d51bfc529b0"}',0,'BLOCK_PARSED',NULL,'ce9375f8e5a96ec521675a1c6727986d0d4893b1db1c68db1426b4820bb57403'); +INSERT INTO messages VALUES(229,310041,'insert','blocks','{"block_hash":"5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359","block_index":310041,"block_time":310041000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4ef0fc5721cf6437607559fb4c1736dd28ca347e4ff88c038068de4276768c4d'); +INSERT INTO messages VALUES(230,310041,'parse','blocks','{"block_index":310041,"ledger_hash":"66f493ec8b5cf8140d1f627f008c50624d3069f56828df90286b53a2d6cbf47e","messages_hash":"953796a6261dd19669d6614a935f1d40d9abdf38de7892afb15a5eabbcde3f9f","transaction_count":0,"txlist_hash":"87461d03ba2d32213a73f526b81f1decb96b112a012ada6f9fc089032720798c"}',0,'BLOCK_PARSED',NULL,'a19e6eb89548b64633681857da2f0171cc225066da0d03051c9fd75de815b016'); +INSERT INTO messages VALUES(231,310042,'insert','blocks','{"block_hash":"826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4","block_index":310042,"block_time":310042000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'30bd27b063bc33da6c7a53628209910e6ae311ff24133fcc1f57ac7ce8373f54'); +INSERT INTO messages VALUES(232,310042,'parse','blocks','{"block_index":310042,"ledger_hash":"33acd319bde452aa81b589435a31ee3add742870a928ef2c15a7a447b4b4e0fa","messages_hash":"1ba20323eb29cbdca7a9d499ebdc1a5d02c525a69e3657bedebe1d6a8d777278","transaction_count":0,"txlist_hash":"c1fd057575646ab25fc055b10cb7cc9cc4d4d05f0ddbacfaa462fc9ac32d975e"}',0,'BLOCK_PARSED',NULL,'9d484d3bd5637eff23c41116cd9464696715b351b791c3b04bb1d8d743f63e9c'); +INSERT INTO messages VALUES(233,310043,'insert','blocks','{"block_hash":"2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51","block_index":310043,"block_time":310043000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'613ad1441bf3380504a21905be90f44e1946fe017e5dd1d80df8dfa552bd3f06'); +INSERT INTO messages VALUES(234,310043,'parse','blocks','{"block_index":310043,"ledger_hash":"83997825aa2597adb0292e265f01e937f621cc75d8cc18e23a4bd0c1fb0920c7","messages_hash":"12d4dc237025b79ed4ae8cf3275e862e847a27d60df1e389ef3989871a2b3b78","transaction_count":0,"txlist_hash":"86e036eb2032af487a2c3ccd6a6d8b3073c155164cda4bead96f92da996fd4be"}',0,'BLOCK_PARSED',NULL,'73a79a70fafdcaf6780fd5c6c8b4fce6c02b809976a6ce93a5ae210d923bded9'); +INSERT INTO messages VALUES(235,310044,'insert','blocks','{"block_hash":"3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b","block_index":310044,"block_time":310044000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1a0b2e56432d473e86ca2587bcb465b3a447257784839a7b215f636f91cdc2c1'); +INSERT INTO messages VALUES(236,310044,'parse','blocks','{"block_index":310044,"ledger_hash":"9890bca86442f329b2abf1b3bbf4d94e8ab54d10dfa7823a53f02fcfef030d88","messages_hash":"9b71361aa4338f5dcd94cfb71c35f37a29db08e26895719d2314b5765b4df826","transaction_count":0,"txlist_hash":"a839b90852909b1e21b4461debe100d578abe34e3a46837b444a92db3eab8d97"}',0,'BLOCK_PARSED',NULL,'2daded0a166bb74c9bd5feaedf47e0ce717f8cd7ddfa46f88f44dfe53b348958'); +INSERT INTO messages VALUES(237,310045,'insert','blocks','{"block_hash":"7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98","block_index":310045,"block_time":310045000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0115fd97fdbc3c3430301af1b5d61af681f8e105daa4618ae8c1d610f25168cf'); +INSERT INTO messages VALUES(238,310045,'parse','blocks','{"block_index":310045,"ledger_hash":"a909f658a8f405ef1f5cd8bbab03cbd865235544ae1c2f4dc20e2a4393181efc","messages_hash":"8a554db35955c401372bc0be75aa06075cb06887d4b561af5cea0a056a3f33e2","transaction_count":0,"txlist_hash":"a55dd67a02d97f49eb1ce9cbdf94b201a0320065e63aaccca1d14fc856a167b1"}',0,'BLOCK_PARSED',NULL,'853967b3b7f3d54a838f19f9611fc303655dfc1d914daa7962d05491a345af0a'); +INSERT INTO messages VALUES(239,310046,'insert','blocks','{"block_hash":"47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6","block_index":310046,"block_time":310046000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'af6534dd51d3cccc596d50b3a9b28768fac60983ef79898c6da0944d08b2d5cb'); +INSERT INTO messages VALUES(240,310046,'parse','blocks','{"block_index":310046,"ledger_hash":"713d2ccc66a1aa7797ea9b6af18b04245478c7582a8aee76cf2c7f3f3060df3a","messages_hash":"6d41d60aee55ceb4429f77a062173d30c4fa55e6143f3074a688ab244e4145cb","transaction_count":0,"txlist_hash":"c7bdbef0fecf54c6d2f1dde171123487c95ccea2cb80743633a8bbdb3c3b9d35"}',0,'BLOCK_PARSED',NULL,'7cbf27bc0d79919563afa6de5f8066acd41a45b8739ebc24836f817265904434'); +INSERT INTO messages VALUES(241,310047,'insert','blocks','{"block_hash":"a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075","block_index":310047,"block_time":310047000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3282ca0df7729e1abb6c6101d02a106df92160c417e8e44adfec6e82c0078d99'); +INSERT INTO messages VALUES(242,310047,'parse','blocks','{"block_index":310047,"ledger_hash":"534500ae61a04841771193d57384d27b54fa2bb92c0698beaa46509b3d39eb1c","messages_hash":"bd045e2ab4cf21b9e0002bcf9070e3d691bc068d70911b16368d3a9be9026b4d","transaction_count":0,"txlist_hash":"8c7d8f1273c82696c80fa325a3dde05ee4ad5f719f6890b3d93907c91302cf7d"}',0,'BLOCK_PARSED',NULL,'97ccc1d92d02262c1b8f6fa9a2db8c6ae3f192b5faaca16d0feb6f218fce4fbe'); +INSERT INTO messages VALUES(243,310048,'insert','blocks','{"block_hash":"610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309","block_index":310048,"block_time":310048000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7726de11e6040c1ed301c538e0baa0af7dfec020dcdba05be1f13a68ebc010f6'); +INSERT INTO messages VALUES(244,310048,'parse','blocks','{"block_index":310048,"ledger_hash":"48c8e5d9ab1887f092731ba2881a330d22d4f03f601dccc096fa5147042a3d55","messages_hash":"88398f046f5c1c3a2f09e8ca730586c6e56f0c4c2a3e3bf777f7162bfcd7e79f","transaction_count":0,"txlist_hash":"4c724447d400c30336cda4523a84f5cfe86849086f98367e5821a0bdddf68f7b"}',0,'BLOCK_PARSED',NULL,'494ff6ef03d8ff9d840e6ebaa01fbbb02174f206a5f83f85772d4e1cf4d6e2ee'); +INSERT INTO messages VALUES(245,310049,'insert','blocks','{"block_hash":"4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c","block_index":310049,"block_time":310049000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0efe4462260ba71dff43264fa1fa8c0d4b55d079354a777f409fae0c137ca492'); +INSERT INTO messages VALUES(246,310049,'parse','blocks','{"block_index":310049,"ledger_hash":"6c5ec3d2b7d8a724175559db977cb9ab78eecd39b9239688b30d6d3350cb01fe","messages_hash":"8cb90c9517a14999a0d5c79bb211f7f5a1ac00731ca916ee9c88d36bcef97595","transaction_count":0,"txlist_hash":"8f0ee591c9f8165289f106091ac0cc19dbaf813bf1134c3ad2cf302bdba0e8c7"}',0,'BLOCK_PARSED',NULL,'df36b75613e11d84062a301a1444c135e38b21763165be391d5709fecfef23fc'); +INSERT INTO messages VALUES(247,310050,'insert','blocks','{"block_hash":"8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348","block_index":310050,"block_time":310050000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1d4d9f189ee574f7061e67b91a6fc9d66d434b8c8db018a4e2258d7b735edfc6'); +INSERT INTO messages VALUES(248,310050,'parse','blocks','{"block_index":310050,"ledger_hash":"817dc86594b3820de76f1d2bc2400d702475d558d6ee5bef4313fc154bbdaca2","messages_hash":"87c67053c6b923fa86f350d0140a420bf79bab20a037555e2a678c0f6c295aab","transaction_count":0,"txlist_hash":"9ff934d29741af663537dc45d552b6c01cc8ba577af1fc2ddbbcb7259477bab8"}',0,'BLOCK_PARSED',NULL,'cc25bc36cf89d17a86f9a12400309d23054c1c94f093e8e476a7dda4f61e2b88'); +INSERT INTO messages VALUES(249,310051,'insert','blocks','{"block_hash":"b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6","block_index":310051,"block_time":310051000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'98e738d7d30a290bc7417f6f32df9623d362a57e4592657a09d8ea557ec9416a'); +INSERT INTO messages VALUES(250,310051,'parse','blocks','{"block_index":310051,"ledger_hash":"00916e6bac2f648f953c8d6dff21438a6ec53ad198b33f90667e8d4564e00e78","messages_hash":"62bdd61a574856126d38d10c2336292b528afcdbf47e912d3b7f438657f939b3","transaction_count":0,"txlist_hash":"3074814e0ba9b6e99b6af70ecee2f1cd072d760d921d13f04a5064342636da4e"}',0,'BLOCK_PARSED',NULL,'8145fe4df5c67075adfd19c9f5e10cd2f059dabdbc7e6d9c15302b4962912f9d'); +INSERT INTO messages VALUES(251,310052,'insert','blocks','{"block_hash":"0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2","block_index":310052,"block_time":310052000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4346598b51b83a533699fa415cc36be17f49caf1d4c143d0a409cfe81aa780d1'); +INSERT INTO messages VALUES(252,310052,'parse','blocks','{"block_index":310052,"ledger_hash":"959df962b9bc7ef215f1530b886613404adaf81552d6eeb4b1401ea265ad5f4f","messages_hash":"95497ec610ec5ddfe41d7e2fdd144d814df5a52a961f42be312aba90e9d77e75","transaction_count":0,"txlist_hash":"c792d99e376babe180a99ebe9c20a7925a74fb919ccab28a600d200caad6c0e3"}',0,'BLOCK_PARSED',NULL,'0418eb38e2ce11686c1b17ba8e3d72d2b50a0964a42dc9292895d46317d96027'); +INSERT INTO messages VALUES(253,310053,'insert','blocks','{"block_hash":"68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f","block_index":310053,"block_time":310053000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b15bd72339ab83adaf50b05692348b0b833137208ba8230cdc87cbd3c11a97e8'); +INSERT INTO messages VALUES(254,310053,'parse','blocks','{"block_index":310053,"ledger_hash":"d76b639ebddd434e5269de084de0b502e7f0eaff71b4e99de2d4ebdd1fc61380","messages_hash":"ddc2f24b6d7aa3878f1cdb5a62a37db3d35bd4f0da4d63711cea191a6faba28c","transaction_count":0,"txlist_hash":"ca53cd5d8d4e90481a6099af39825f25e7b5325fd586693362d9e7302e72fc3a"}',0,'BLOCK_PARSED',NULL,'6e91abaa6a7bba0a1224cbae6fe46ca199185ee4ec1233146d6de1000679c458'); +INSERT INTO messages VALUES(255,310054,'insert','blocks','{"block_hash":"a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305","block_index":310054,"block_time":310054000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1dceb5c7be462e94bfa5dc339d4d7aa35ddfd0b588b9764761abf16bfda9a548'); +INSERT INTO messages VALUES(256,310054,'parse','blocks','{"block_index":310054,"ledger_hash":"525e8cabfc993080d128faf38a5e5c9e9afa61423a5f20a90d68cdcacc96b59b","messages_hash":"15cefd96bdcddc91faf04624207ea40ec083c31b7ab19fbc590a12b6991c4883","transaction_count":0,"txlist_hash":"1bfbc68852f429756bdfb76508d3f044ecc24704e437259c23107470f1edec74"}',0,'BLOCK_PARSED',NULL,'3569558ea2239b60c8621e2d2e8bbc5162d8bfb70425cd5b7982cd542686e8f1'); +INSERT INTO messages VALUES(257,310055,'insert','blocks','{"block_hash":"4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356","block_index":310055,"block_time":310055000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'868693e4eca6378777801cbd7476ae93aa9defba687ea5957db9ae9f3a1fa553'); +INSERT INTO messages VALUES(258,310055,'parse','blocks','{"block_index":310055,"ledger_hash":"155ffdc74a2077a3da7d5c068833468c7d0758dfb525a799f910cdb1543beadb","messages_hash":"68b6fd7949f77b9ed54d92e01c9b9d3d67a5b011fd6b7787d6656e6bf538cb50","transaction_count":0,"txlist_hash":"86186f38b173c755554117ee448b6935fd6ec6ca9f464438d659ad6be767d481"}',0,'BLOCK_PARSED',NULL,'1d5d8e9afb8a905bef0cbf0822e338b4e9b778435f57826df55fc18b28e7e542'); +INSERT INTO messages VALUES(259,310056,'insert','blocks','{"block_hash":"7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3","block_index":310056,"block_time":310056000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c9cb450bcef6ed7433f9f5b73adc7ebec8b392ca4a32f6c2f2218d82de92b130'); +INSERT INTO messages VALUES(260,310056,'parse','blocks','{"block_index":310056,"ledger_hash":"4f6fe786e34af90927bcd888b4b2a8fc69d3ccdfe4c4bb37edb2007901ce234a","messages_hash":"904e8d099f4ef95d079f54c6beaa88e82c34af6d7e5619aa892a6fb85cdde8e6","transaction_count":0,"txlist_hash":"822b518b20b4f136877f2dfb4f4a9299a4ef7c26441791e986677396405ee03f"}',0,'BLOCK_PARSED',NULL,'73ce075994c8d2eba53a30c82a4055718dfc6c6e36686a1b1505c13547104112'); +INSERT INTO messages VALUES(261,310057,'insert','blocks','{"block_hash":"4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411","block_index":310057,"block_time":310057000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0dac423af3e06028acc22046e17ed36d7a02a5930cdc0e570ff2e59a263f41a7'); +INSERT INTO messages VALUES(262,310057,'parse','blocks','{"block_index":310057,"ledger_hash":"30978d87fd8e32d9d27c92a0d4ca19d179b515ed95410fa96bf496b4cd8aa5e2","messages_hash":"94a33e229c8d03aeb6ff62013805539b6d2f6be8e5e906463237e00d11975cf7","transaction_count":0,"txlist_hash":"79032221c81d77f7dd7e35d46a314b21b17df32357b606ecb7402e5976473b19"}',0,'BLOCK_PARSED',NULL,'b65c134f2e6620960fadc4a4e14b1c4a0c8a6c88b0fe0463795bf144f7c5b2c7'); +INSERT INTO messages VALUES(263,310058,'insert','blocks','{"block_hash":"a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f","block_index":310058,"block_time":310058000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da66209d70819dbaff4e67ff41731fe83687882f3cdbb6d96f665846846b6720'); +INSERT INTO messages VALUES(264,310058,'parse','blocks','{"block_index":310058,"ledger_hash":"a0760bc5d2f04b381cc46aca84aa3788e8e3fbc833379a26ae812807d3a04fc5","messages_hash":"42e2ce97c80e7b4c3142d9b1eaadd778f8120afab32920e88df51e500f94cce0","transaction_count":0,"txlist_hash":"8f56034a75de70a679a8bd2515b5982dcebc5b2a6c468203ee8922f7e12aca4f"}',0,'BLOCK_PARSED',NULL,'a107a1fe333157ba484190950b8aaa1332b004bd640c4f9c0d27d4e08c9c9545'); +INSERT INTO messages VALUES(265,310059,'insert','blocks','{"block_hash":"ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9","block_index":310059,"block_time":310059000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d51df04922ae604697cdf2cbd8139d2392eb61a28d9de20de91bdb138832d270'); +INSERT INTO messages VALUES(266,310059,'parse','blocks','{"block_index":310059,"ledger_hash":"26dcef9e54b1a34b6024f8402ddebb6e9449cd90c270e3db75354a001484b1a1","messages_hash":"0c14d1bd2731d591dd9c22bc6eeb733bc34d9436805426318b828da5c72be37c","transaction_count":0,"txlist_hash":"d645719f82c5029a7fe5eba356e16c17eb676e0848ac2e03b4d98df0106ae95c"}',0,'BLOCK_PARSED',NULL,'35c02a453ecb36968fd4baf993fe3cc30b04f2222160bb611b094e4f51cc3f52'); +INSERT INTO messages VALUES(267,310060,'insert','blocks','{"block_hash":"974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b","block_index":310060,"block_time":310060000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5fadf0530c50f34ad29815526b4d1df37cce67855ada599438a106f1aa9f9ec4'); +INSERT INTO messages VALUES(268,310060,'parse','blocks','{"block_index":310060,"ledger_hash":"810ebcdb63a08af5a26d1fd4e7a3604afd03bd06ff620d6a86c665e1c81116d2","messages_hash":"656bb5769aa2323f47791942a8e90874e47d66fa99c7c0d1c56d7e6d974c9c68","transaction_count":0,"txlist_hash":"de75a174069eec13deaa318cf1429ed15d775816b7ffe6f46c7db0e252584271"}',0,'BLOCK_PARSED',NULL,'37f3b7b6eee023dfdf06f1d05a5b52c990dd505b5199fd402817192eb88d191b'); +INSERT INTO messages VALUES(269,310061,'insert','blocks','{"block_hash":"35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf","block_index":310061,"block_time":310061000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d4e39744fc6e1445bc17a33fb6d7821b0b66b2a2784fb3bfd482652ace70272a'); +INSERT INTO messages VALUES(270,310061,'parse','blocks','{"block_index":310061,"ledger_hash":"1edfc24d186c7e7267b11c03b0a29e57926e9ab25f668231a18a499cbd08c702","messages_hash":"a80d2fa8171d18d7ea685c800351ef3f78b24bbea901bd9587943aa8defc05ba","transaction_count":0,"txlist_hash":"4f5fb29442a7bfe7928dfd0a30bc730b2ee0a0bfee963e20f8da2eeb0bc3d6d6"}',0,'BLOCK_PARSED',NULL,'25d31ceea68339158a6915f44be6870421a272c75f467cea3ce999bd19d4fe3a'); +INSERT INTO messages VALUES(271,310062,'insert','blocks','{"block_hash":"b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f","block_index":310062,"block_time":310062000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'528ab9b5d4b634cd15ee457c0bf212c6c59cef6dd3ff105277a6e9149167eda4'); +INSERT INTO messages VALUES(272,310062,'parse','blocks','{"block_index":310062,"ledger_hash":"b0de9503f019c9548a97bd198e6b1b58b57d6a7c231ace2d72adb0421b29e9b7","messages_hash":"c19402db1d8e1104321db2f2ae33a5284af4b39dd621549f94d84e073872a7ca","transaction_count":0,"txlist_hash":"99f2cacd3f24f7f8cf40d0c6a3c50413a243d886a381f432dc4398b06dd0003e"}',0,'BLOCK_PARSED',NULL,'5702a7ebef76ed4f839c61a2eea5a7734d1c88043b9d47bda90839c94e5fe658'); +INSERT INTO messages VALUES(273,310063,'insert','blocks','{"block_hash":"0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe","block_index":310063,"block_time":310063000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'21e7edae2cf62ca644b7947e7749d8bd88f2472c379b988142d4700ec95f63b8'); +INSERT INTO messages VALUES(274,310063,'parse','blocks','{"block_index":310063,"ledger_hash":"62e41caff168eb4b15eb67ab2130510ba3f17ac186f8516cf5b5c6f168988345","messages_hash":"bd0caac5c8509255b1fd7dcafe6304f5110c52c2287b45cf1b7b54c3c60e5e8f","transaction_count":0,"txlist_hash":"6436ea453d46084d34e4af17b844a1312a3a3f0d95234921dffa50c3bb86a8da"}',0,'BLOCK_PARSED',NULL,'2fdfadb51ea82197aaf5195f0a5994359f6dc519087995e9e4a938e1e150bd3f'); +INSERT INTO messages VALUES(275,310064,'insert','blocks','{"block_hash":"e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30","block_index":310064,"block_time":310064000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3e59a48bd2e8239dc0ad1b3bc0e849d965c6895be11dd70bc3178efc2e6e1951'); +INSERT INTO messages VALUES(276,310064,'parse','blocks','{"block_index":310064,"ledger_hash":"a444b1535d27bb2917478019c4c59abf9474e87128f9ec1e44c20eea1f014f3c","messages_hash":"826a8b02432c6701a0725629f7cfae61e9bbe1e62309d658d4084561c515c531","transaction_count":0,"txlist_hash":"4a7b7ac0f91d282190236dd238b33f7b76b40c1f5151c25117d7fffe014a1995"}',0,'BLOCK_PARSED',NULL,'d370f62799f05bc51e93a2ebb327d05cbcc0d8bf86b2bb25edb22746fe9c9d0b'); +INSERT INTO messages VALUES(277,310065,'insert','blocks','{"block_hash":"8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a","block_index":310065,"block_time":310065000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'98729d3bda26a54787e8832eadb94d372b425d60270a2bc7963dd49b723fc498'); +INSERT INTO messages VALUES(278,310065,'parse','blocks','{"block_index":310065,"ledger_hash":"0ad978671f587f99e5e1c1b6f68ac3d18bb03a3bd7ea9afb63590bcef25160c8","messages_hash":"233a7c3f2aae1aae817f563619f7eac756a569ffd2d05f6f1a800c9f46ec45e2","transaction_count":0,"txlist_hash":"a7373340d9f43d4256f8a9063b32c415ca44e5964abc500cb3daa631ab92a311"}',0,'BLOCK_PARSED',NULL,'4098479d8d0a3578c81c0a457921770ec618d31d2ed5ee81d66ec4c796b27a3f'); +INSERT INTO messages VALUES(279,310066,'insert','blocks','{"block_hash":"b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d","block_index":310066,"block_time":310066000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'06c80b77b76db033e17714210b99a426d07b31a07877f8c4f30498583a91b0c9'); +INSERT INTO messages VALUES(280,310066,'parse','blocks','{"block_index":310066,"ledger_hash":"a6bb36829770b24fa0b960b85566a0138360a60b52cec62d94d7df8cb0b8f8b4","messages_hash":"08cb81e08c08178c1b0d086627460bdf2164ec5d25374044aa1e0557f5ae771a","transaction_count":0,"txlist_hash":"3f137eaa77970ba242a8bd0709970f7045ae79ca9f3cc172882577ee3ed34e9d"}',0,'BLOCK_PARSED',NULL,'f7a4beae01e01bdf9c71c32b2e924e8ddb8d7936a0d76d69427b15155ccd067d'); +INSERT INTO messages VALUES(281,310067,'insert','blocks','{"block_hash":"8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577","block_index":310067,"block_time":310067000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'690a4435abb050c09586b4de34f60a440b9874235d09b6352d18386359630980'); +INSERT INTO messages VALUES(282,310067,'parse','blocks','{"block_index":310067,"ledger_hash":"9b8ceda9b170429d8b9ed517f0db95487b3058397e20d7e786577c8e46b389b8","messages_hash":"2e7639dbd85a0653d0cefb606e0ab612353d505efb802729091f07fddc7df7c1","transaction_count":0,"txlist_hash":"a8c54e9c41e6d694d38a6cb9bb9cea881609c013ef9bf4909fbcb0090168e263"}',0,'BLOCK_PARSED',NULL,'5e99861ffc7d9e15e77d6a8dcc253a92a0bd386bd749af5eb6c6001c2f39c78a'); +INSERT INTO messages VALUES(283,310068,'insert','blocks','{"block_hash":"9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5","block_index":310068,"block_time":310068000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7a9735e75c75adce11889a11194a25b586327c4a1e46450cad2343b1877447a2'); +INSERT INTO messages VALUES(284,310068,'parse','blocks','{"block_index":310068,"ledger_hash":"cee2e41baf86f1af24d555e9ab4a0c023b5f1ab2b054707d4434b4f60d31862a","messages_hash":"d9024610a9f1e34fa09345d3d92f134b35aeca1c0be7fbf90ed5c708b01ddbaa","transaction_count":0,"txlist_hash":"bc2a5bfc7f1a8181b7b04970a8287b498f096bc08acf106f6a8e0a0ac5ca3723"}',0,'BLOCK_PARSED',NULL,'f7b3eb5fa4aa10166ba2fe8dff9319a5fe3379bc0f3cebac52db60ef57a2302b'); +INSERT INTO messages VALUES(285,310069,'insert','blocks','{"block_hash":"486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7","block_index":310069,"block_time":310069000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37abe8d829d94aa1b1a9ae5056539c0d56561d0b829b2126091c96ce2c68d214'); +INSERT INTO messages VALUES(286,310069,'parse','blocks','{"block_index":310069,"ledger_hash":"cbfd7ff728f05ba3f1db5972f1449618a79d3fd0d76bf7fe990aed2eb2316a38","messages_hash":"b219fae894a29fca38ac998ffb726600ec402584bf54c6f1f9e9b0a160de5856","transaction_count":0,"txlist_hash":"73e3b8838f74134d3db985de53446f88c3bb86a8cec53bf773c10dd89fc2d709"}',0,'BLOCK_PARSED',NULL,'ed3067d53f7792ad9cf455d9c22ed1f29ff7720d4fc31b417c062af5bba6cb75'); +INSERT INTO messages VALUES(287,310070,'insert','blocks','{"block_hash":"8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5","block_index":310070,"block_time":310070000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'022e8d70d3cf9673126e635fc9b4c02b287cc09b752c8295da9c93722bc3dae2'); +INSERT INTO messages VALUES(288,310070,'parse','blocks','{"block_index":310070,"ledger_hash":"9af85cd995c83b5a5f0cac66351cabdf9dc9faecfee080638fc76019663faaa6","messages_hash":"f8f5a5aada5a4909b8068dcbaf735840dd757af49129709feb8820205e1d7f3f","transaction_count":0,"txlist_hash":"5e951c9dc5201f32b7e8b9e72702984a2ff13c011cec35ef4ddbcf5b1e7e3111"}',0,'BLOCK_PARSED',NULL,'4a50c8239c57afd0904d6c53f0068440cd8f83a1fd4d5c7b33c2f6b125cae9e4'); +INSERT INTO messages VALUES(289,310071,'insert','blocks','{"block_hash":"7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b","block_index":310071,"block_time":310071000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6efef501f9577311f8b41b896edb126a52f47b7e8d781b3675f9a69da809b919'); +INSERT INTO messages VALUES(290,310071,'parse','blocks','{"block_index":310071,"ledger_hash":"a3c547e84db6b29630b87fa566e37796e0632ba616dd6d521d558632c3b55370","messages_hash":"ee482714e69187464c8f4fd018627ed0a75a2dd09c951ac57100164898262198","transaction_count":0,"txlist_hash":"c72261d02c311085af66e2c66b8bcef2833d05716f067de2327442b92d219adf"}',0,'BLOCK_PARSED',NULL,'38ede75650a59ed09c19d281c5908fcc75cfdbdb081827224cc54ad993508b78'); +INSERT INTO messages VALUES(291,310072,'insert','blocks','{"block_hash":"7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a","block_index":310072,"block_time":310072000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f9e81e0236ea5974dfc08689fe6b00607905fa2145c40f863bc099a624e8bfa4'); +INSERT INTO messages VALUES(292,310072,'parse','blocks','{"block_index":310072,"ledger_hash":"a0170d8a72a0f8642c0863899bf034e754596e3fd8ddffefa91e7e9a7addf944","messages_hash":"42e675106daf13e063cf853f60b7ef52fb19ff00a01d8c5e4ee5e196a015ca82","transaction_count":0,"txlist_hash":"df4f5afac7aa5bdd2e580979d13c750f4990c5f7e8dacaec6d751f4b1e3c690e"}',0,'BLOCK_PARSED',NULL,'dab1086eb89ac22e5362517036b018e42744c123039b228c9218c5eb8a89126a'); +INSERT INTO messages VALUES(293,310073,'insert','blocks','{"block_hash":"ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943","block_index":310073,"block_time":310073000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c8cf0a70ef873a3c28fda4e671a5043e58a47c03089824cf58a5c2ff7a39e5a4'); +INSERT INTO messages VALUES(294,310073,'parse','blocks','{"block_index":310073,"ledger_hash":"e0179a21342fcf35fa169567f1ef35bd6b0b1b048a98e90c049fdf3ee58e9da4","messages_hash":"d166c887c9f6e04f5f56146d28f51264bc55d368dd0e85eeb75fa1fdb68f1cbb","transaction_count":0,"txlist_hash":"c5cc010dd34b520a733ad2e109b4b2b8cc84b48e412c43ac688a57f99147c164"}',0,'BLOCK_PARSED',NULL,'87308821f9889866ddadf43c168d82f00e9a57398fbd330aca0963c695bc40e4'); +INSERT INTO messages VALUES(295,310074,'insert','blocks','{"block_hash":"ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb","block_index":310074,"block_time":310074000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bc54fe8f1d2cc37ecc866287d9c78ec650c1ce1f4eb0b71625faf28efc8a8f9c'); +INSERT INTO messages VALUES(296,310074,'parse','blocks','{"block_index":310074,"ledger_hash":"8855ace296b0b078d90aa24fcd30ca9f9cccf9d3961f3dba4985a3ff187a02ac","messages_hash":"254a498d280d0a7348d7fb83d339b0cde9c8dfa6514d9f358dbf0f30980b914c","transaction_count":0,"txlist_hash":"eac5c44840751fb1009274a20657bc544e855ff1a49533c9fc43c0b6e66b7402"}',0,'BLOCK_PARSED',NULL,'01bd88735c7c191a6f89d2dc4a76558b11f18d9d207e92e41c5ee2c409ba6f83'); +INSERT INTO messages VALUES(297,310075,'insert','blocks','{"block_hash":"ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b","block_index":310075,"block_time":310075000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1228d3185ca4159080f7398e7e9d8d43e76bb89183ed9f014b45a692003e1bbd'); +INSERT INTO messages VALUES(298,310075,'parse','blocks','{"block_index":310075,"ledger_hash":"bde3a6c6cc31b96d58f466d3ce0361cc6366c8c239778f21b696d4063cf6d89e","messages_hash":"7e86f36800652cd37ea75ad979f71107b0ada62363d7fb6b2a426741613ae99a","transaction_count":0,"txlist_hash":"40cde00e42632bcc0477dc071b9acfa0745283dc2a9d2d28e230f939832abbac"}',0,'BLOCK_PARSED',NULL,'36c26f9858761342f1cde472f4f6ed77653dabbc742c401636ac3b0f30c2e664'); +INSERT INTO messages VALUES(299,310076,'insert','blocks','{"block_hash":"3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92","block_index":310076,"block_time":310076000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7715ec7eef03bca237688781e07a4afa615a51770f83a098e2e01a5f1629b8a9'); +INSERT INTO messages VALUES(300,310076,'parse','blocks','{"block_index":310076,"ledger_hash":"f562851b32a7005ee02b9e2491c0195dddce451e8fecb428209d087e69345303","messages_hash":"bf82182a029c857e15cd381ee32ab8342ff8f7fd20675ed110668ba55f96a3eb","transaction_count":0,"txlist_hash":"dc3ab137a2d7430196ec3d25456e09e8e63d815c8e4b246e95e7e63d4e3a9c75"}',0,'BLOCK_PARSED',NULL,'918504f14a2b985231b835af1565053d2afe5bebd39efed63f1085bb33166d37'); +INSERT INTO messages VALUES(301,310077,'insert','blocks','{"block_hash":"d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd","block_index":310077,"block_time":310077000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b1bb72ede4258c39bb4bf6b517a7b87f1b85003f1f5f72787e2431420e890320'); +INSERT INTO messages VALUES(302,310077,'parse','blocks','{"block_index":310077,"ledger_hash":"996cda7b65e623747deef936d61491cedd0159f44faa1e3536de1b6d6c474097","messages_hash":"9eb2d14d7862aa08e4a6c1c4474bd58118649a0c295b88c21538b233beb1ebab","transaction_count":0,"txlist_hash":"a957a0c28f2a0beb967ef0ac9519e9207e37415af3018f1a5cb998169f3b6005"}',0,'BLOCK_PARSED',NULL,'73d06d51dc940bd08dfa917abb0cd9aee3cda2b372862219349bd106950f734e'); +INSERT INTO messages VALUES(303,310078,'insert','blocks','{"block_hash":"f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6","block_index":310078,"block_time":310078000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'16e7fe95cfc4b5cc24e97f4a0c204d7a6d5cb104e5de5470ae1b64ec04c5fda5'); +INSERT INTO messages VALUES(304,310078,'parse','blocks','{"block_index":310078,"ledger_hash":"c8286f73cc3a070f4251b7c59bb485e611437a1916fd39ffac831dc78df54ecd","messages_hash":"0442f05f78e4a8025181a04bfe750d95de1a631b5152737ef87579ec4a075b23","transaction_count":0,"txlist_hash":"3cf1b57600853e04513ad74089e344f9e5af742e1d4aaad0c9e51c0ebc6e77d5"}',0,'BLOCK_PARSED',NULL,'4ab713ddc9b015f1eabb37b2c45a913e4fb9f7c2c117b30a9ad87ce8bf9cf066'); +INSERT INTO messages VALUES(305,310079,'insert','blocks','{"block_hash":"f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c","block_index":310079,"block_time":310079000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fc5f97e0bbf3371a4728a7614767846c6aa5773a62a30334053ae2e4bd474e61'); +INSERT INTO messages VALUES(306,310079,'parse','blocks','{"block_index":310079,"ledger_hash":"ef9dab42700918027fac849f2088d2248a6291dc7bc24be583b556f37739631b","messages_hash":"5427c9f9bbf8281fbf119ba96ef0eb63dc9b697f2149691efeee5052dc900521","transaction_count":0,"txlist_hash":"6cf1d5147d5c6523c275384d404b4f7a750dab987def5846979bc5d14233a44b"}',0,'BLOCK_PARSED',NULL,'fbc095f8ba9d0cb46045cebf4f4050c2f6f923bcfa493f6de2ca2eedaa968933'); +INSERT INTO messages VALUES(307,310080,'insert','blocks','{"block_hash":"42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c","block_index":310080,"block_time":310080000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f6e0784b124206b376db9ce05bc86e420d317cacbf441fe5ab475c0dbc4be63d'); +INSERT INTO messages VALUES(308,310080,'parse','blocks','{"block_index":310080,"ledger_hash":"c6bbc52f1e8f907b2d66378f4352f41ae3d354985aaab5f16d737d75a7e6b1d8","messages_hash":"21f9b8981b1ebde16866bc5cf9134c66194715727966123f8e0a955fba5d8bd8","transaction_count":0,"txlist_hash":"091641bdce3f527a8a3da393068fca3534e8209fba337b7b79bf22f2a6bc5dec"}',0,'BLOCK_PARSED',NULL,'5383aebcd4f01a04f195110e397dc1eb94e7f1bf59ef1199e1e8873f5799d858'); +INSERT INTO messages VALUES(309,310081,'insert','blocks','{"block_hash":"6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4","block_index":310081,"block_time":310081000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5ef8e10664d70a8749c36edc792ee4d28cd0c635aa1a3d74223acd28f3753611'); +INSERT INTO messages VALUES(310,310081,'parse','blocks','{"block_index":310081,"ledger_hash":"66f7b7ff8f0217ed62938a5931d4a6a232546e5d58e09dfd3ba5a792c35fa560","messages_hash":"921ea02221e35d13bbd59cf464bb6174b778b6fbe712b469d80736c7ec35b405","transaction_count":0,"txlist_hash":"8a955c5c1a5c9f8c82553803172cc961e61b2e2e19b9c87cad6dec24512ee351"}',0,'BLOCK_PARSED',NULL,'c198479fdcc4be556e41b1700edba9bb7081bb4d1f262d8da72d6d0755d8a8d2'); +INSERT INTO messages VALUES(311,310082,'insert','blocks','{"block_hash":"4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644","block_index":310082,"block_time":310082000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8465cc0be3c955e1be1f656b77dc90701c306ce1d6274b8bc2935f8fc8e947e3'); +INSERT INTO messages VALUES(312,310082,'parse','blocks','{"block_index":310082,"ledger_hash":"2b26c6d901ca9790987331432372046d9620d10ea163f4824208d6b23e8e7a35","messages_hash":"6f954b06d04337487ed815864bf62b57c47a8c31578b62183acb095f011ea4dd","transaction_count":0,"txlist_hash":"482bf498868976d12ae17fc38bc847d8c7398c96fad5df9f1d2719197fa038e6"}',0,'BLOCK_PARSED',NULL,'27a443fe4f3c32e083de8bae9ce04c70a70d3e94ad3a08f7a1c184452e05f36b'); +INSERT INTO messages VALUES(313,310083,'insert','blocks','{"block_hash":"9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850","block_index":310083,"block_time":310083000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4584ee3383601fc552957efa51e9cdbb959f1ac10b4d15d53fcbc016c85a8064'); +INSERT INTO messages VALUES(314,310083,'parse','blocks','{"block_index":310083,"ledger_hash":"0d6d774dce93e94e870835005b0e8b04f010fb25158aa69a0fa0321d1577e987","messages_hash":"770eb8aa0ba7859b682e6ccc6a1f67a39a64d2067841fa0974e4bc70bb3333e9","transaction_count":0,"txlist_hash":"ed1021dde8c16263483f3a50091a2df2105977a7aab9217b78af58833433853c"}',0,'BLOCK_PARSED',NULL,'3de8296bb1024a369483b927609f5ca5e4b87b97d49bc118120d86a692fc4fac'); +INSERT INTO messages VALUES(315,310084,'insert','blocks','{"block_hash":"1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3","block_index":310084,"block_time":310084000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'de71cac10a0eb8fc937d5d4a92b1cb76b70788f3efc158e1c9647a9680c5d1f5'); +INSERT INTO messages VALUES(316,310084,'parse','blocks','{"block_index":310084,"ledger_hash":"9dbd171e3606b1662f6b576339b1e9aaa3da8a9f8a246bab905af255add4a762","messages_hash":"f9193d0792fcd79ed9bd26024e9a2c566f33f839bd614813886d7cbc5f6a1fe5","transaction_count":0,"txlist_hash":"e5ea123c86cd7147d8cd8d9866006e1da8528bb32c8005a998ca9f6ee917c2ba"}',0,'BLOCK_PARSED',NULL,'99b8dac7d0e5640e2a23fc8571477260c956d196e957d6dae42f1c248314a198'); +INSERT INTO messages VALUES(317,310085,'insert','blocks','{"block_hash":"c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34","block_index":310085,"block_time":310085000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e45632abf9c5cd89a98ba3be292a6d145a83639eaaac243f2152b35533da84dc'); +INSERT INTO messages VALUES(318,310085,'parse','blocks','{"block_index":310085,"ledger_hash":"db67b5dc6b0c0ddec22d0e716b72aa8cb6fa9702316f2a8e12659ee229094c16","messages_hash":"81a9ae35916a0b04855f4ee02d3964baa5ea690f1905d64df35198f4651b8f81","transaction_count":0,"txlist_hash":"a25387e650e60dbb003c5ef16c46a8d8464013d81bdb49508c2935368d4ae9c0"}',0,'BLOCK_PARSED',NULL,'b0f5bfe3adb50ed9d61e05bedd6c27ca465ecf34670fa3f1d2389a4508d6cf3d'); +INSERT INTO messages VALUES(319,310086,'insert','blocks','{"block_hash":"080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78","block_index":310086,"block_time":310086000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bb4bf621a973802dee898c42eb5bf5a9971ce9a565114c964132a369b2a726c0'); +INSERT INTO messages VALUES(320,310086,'parse','blocks','{"block_index":310086,"ledger_hash":"7cf70b5298dbb36efbec2fb880b76e2514e3bad9d5200875fa3eb3ceb7719ee8","messages_hash":"1a16710c9714bd6b6542c156d43a20737727751f3ebb7c261e23d597f67590b9","transaction_count":0,"txlist_hash":"f5028a37d6395b533cf60e6ce9f0bf574a0a7beb2cebd2f545b5183e5362aaf3"}',0,'BLOCK_PARSED',NULL,'6b85e5df210b165a791c2c663a1a3878a995b23d1579aef2e0b73a382417ef8a'); +INSERT INTO messages VALUES(321,310087,'insert','blocks','{"block_hash":"4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c","block_index":310087,"block_time":310087000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b028115ed9130306fca5722ec021b60381d1ac90e1bc7d3e3b5723db4e676c74'); +INSERT INTO messages VALUES(322,310087,'parse','blocks','{"block_index":310087,"ledger_hash":"27106f400fe1ee93bde42f3bf3cf39737fb856bbf0df3f90fe0838cf7d38798c","messages_hash":"da322923b7ca67f4b487a824b5401bfd488dfc53496a119aea518f7072fa84d9","transaction_count":0,"txlist_hash":"f336b56eb2aab91aaacef9df8159627bafc67b497482abcec9ad6786710da7ec"}',0,'BLOCK_PARSED',NULL,'66b80908c38411b6c22a0c17a07307a1e5fd54f9e274019f6ff99995aea2238f'); +INSERT INTO messages VALUES(323,310088,'insert','blocks','{"block_hash":"e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3","block_index":310088,"block_time":310088000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8c339cc3abbd0f4bde679ace8647a6a9a809bd764c6e146a5f4632042e13fd97'); +INSERT INTO messages VALUES(324,310088,'parse','blocks','{"block_index":310088,"ledger_hash":"28c9833eded6d68967f206e5884616f83bb9ad16b9d7a507031b96480aecc799","messages_hash":"2092be4b465ac64e74f0e63dc3a7a86ac5850951af43afa7af7a0daeed39f7b0","transaction_count":0,"txlist_hash":"c51f9cf9cd60f836bf4ae7ee0cd982829f6f7cbb2503eafef3bb167a285cf9a9"}',0,'BLOCK_PARSED',NULL,'3a542066d5d887a5e72f8431f407d8ac81e0f3a23dc0fee23ace59b8527362dc'); +INSERT INTO messages VALUES(325,310089,'insert','blocks','{"block_hash":"0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33","block_index":310089,"block_time":310089000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2406b29a922f384ab94568164dafe6f0758298571d6160dabd5516dfb2d9f5a2'); +INSERT INTO messages VALUES(326,310089,'parse','blocks','{"block_index":310089,"ledger_hash":"cdac6435934ea6e67a311495325c85237158ef30c009ea44c562c2127d79e696","messages_hash":"13e664fd2991c4b5067271eeda4bdf2fff24cd9b577ca665edf5cda26d80ebb5","transaction_count":0,"txlist_hash":"b6749729423101ee337b7fbf0362191ba34102f01db03b225ac0d6c52de2a6fb"}',0,'BLOCK_PARSED',NULL,'ad6241008c0c027f53ba7c463f7cecbd93e6f4f623efaad5c924ebc793ae3481'); +INSERT INTO messages VALUES(327,310090,'insert','blocks','{"block_hash":"b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969","block_index":310090,"block_time":310090000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'89746499add335f9e9c0c06e460d311665b45ef26c57c39af2c6ec2e1dea46cc'); +INSERT INTO messages VALUES(328,310090,'parse','blocks','{"block_index":310090,"ledger_hash":"cb33e420348e7969a2310445a6c17c79e647d3c6f3106d4fd0c0a1249e11ed6f","messages_hash":"610ddb59a919dac9fd094d9f0975f5639e09588a9753d70293d9ec3252d53533","transaction_count":0,"txlist_hash":"544bc0db1dbb1d22a05e5f81de7520ef990df5b897b9f9e60d98f102fef86568"}',0,'BLOCK_PARSED',NULL,'508db1724d93d2ae726820a43a37be5f6753b10c538eeb3653dd11d415442398'); +INSERT INTO messages VALUES(329,310091,'insert','blocks','{"block_hash":"734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c","block_index":310091,"block_time":310091000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f21b986a07b2de8a4d01a6b9d1bcb5cc6575968386dd09c8f933fc845b16f418'); +INSERT INTO messages VALUES(330,310091,'parse','blocks','{"block_index":310091,"ledger_hash":"dda2531cf7db78a3f27c1ce70189b3f6efb69ddd24b61639f9deff42566bba2a","messages_hash":"401fcf7750403fc99e90abc824caa7cda9d7d78666fb085b5369801d63f333a2","transaction_count":0,"txlist_hash":"217908d5688f0d9797f04ee9c3cd03ae93c20f4e5801fd809d3c37154e55b7b6"}',0,'BLOCK_PARSED',NULL,'3a928015ab2cee416bf09c074fe2b1984bf871e15afff1f02d4b25d90a3f007e'); +INSERT INTO messages VALUES(331,310092,'insert','blocks','{"block_hash":"56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d","block_index":310092,"block_time":310092000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3ab771be7716a81f50e65d3849eed962e7fb06aee06b46ff0deedbe1cdb1df9b'); +INSERT INTO messages VALUES(332,310092,'parse','blocks','{"block_index":310092,"ledger_hash":"9ca7d9e1da0c6e4465d9e1c76990b6c48e62ee3a0b3b83189dc7a0f2c03a3006","messages_hash":"509c732fe74ad4be4f79a7287c918c5ff56e86ed7f224074515a42f64ed53331","transaction_count":0,"txlist_hash":"6e31995ac19f2ff3fdfe5d2ba7a49f4b018b132d2aae92a4c664a97d6a6b3b6b"}',0,'BLOCK_PARSED',NULL,'ca738b55b9c968919a9f9c3e4bfddab8660495572be809965fac89f533a5b10f'); +INSERT INTO messages VALUES(333,310093,'insert','blocks','{"block_hash":"a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc","block_index":310093,"block_time":310093000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b0146a13878d00e7f4e075f6aa1aa121a188877bd7328cff9e33b7e9ad20f824'); +INSERT INTO messages VALUES(334,310093,'parse','blocks','{"block_index":310093,"ledger_hash":"c6fc005e874909cf0393ac1bee7267f66cc5355c549d8657234a0ed6b429c869","messages_hash":"63fcca0abf6040f22ac5aba995f39235902b2831380d3d7b021e299e5c067598","transaction_count":0,"txlist_hash":"d7d3f23d0014f40f3ac6a00fbb59e95653d22e11360783fe4116be9ecf360149"}',0,'BLOCK_PARSED',NULL,'e68075187cebb533dbf035bc0b0ea84f2a138afc346b710ffabb5128368a6d01'); +INSERT INTO messages VALUES(335,310094,'insert','blocks','{"block_hash":"2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23","block_index":310094,"block_time":310094000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'709137874aa0296fc6b1ca758b2c47980b4e0427ceba71b63c05cb9f649610f7'); +INSERT INTO messages VALUES(336,310094,'parse','blocks','{"block_index":310094,"ledger_hash":"14dacaec0b37ca20f271e500d0ec1837a63006eb464728c067107738ad3167c6","messages_hash":"06aeda6d71e3baaabd9e2978855a9675ee0a073156e2117694bf740aef49f669","transaction_count":0,"txlist_hash":"7a1a9bf5515019b99c1c35abaa4a2003c6291018e090c26ec03c5c951f853f82"}',0,'BLOCK_PARSED',NULL,'8392b7988549229f60324b399682c44ed718ad3a73399e965ce8de1b84e9f4d0'); +INSERT INTO messages VALUES(337,310095,'insert','blocks','{"block_hash":"bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2","block_index":310095,"block_time":310095000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bbafd06e498644e96bbb98f12a306aa5c1b8e58204cbbd1f4ae1aa2b2e94c66c'); +INSERT INTO messages VALUES(338,310095,'parse','blocks','{"block_index":310095,"ledger_hash":"05bd680c082185147e83785e7464d8890908d1550359b4fac79018b510475e01","messages_hash":"0a8540869f8dac82a46c19aac70a6b2bd7542cab2593cdac3068a03ddcfde503","transaction_count":0,"txlist_hash":"40b9134941fbe6312e3a7dca4b1f5114c3b7ab73f6ab84ba96aa101097111168"}',0,'BLOCK_PARSED',NULL,'1f69f7f197c72b9cd4e38135536617cd3c4e3da9fb9d6b513152adec81ca0ac6'); +INSERT INTO messages VALUES(339,310096,'insert','blocks','{"block_hash":"306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f","block_index":310096,"block_time":310096000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8d9b2a988eb4b3872dc278827b55262d29eeeb4a3178abb5313ce9c9eb9bf369'); +INSERT INTO messages VALUES(340,310096,'parse','blocks','{"block_index":310096,"ledger_hash":"b50805d750ebd26f8dbced919948118f1f97ce7d117aa1760e7a3c4895f51e13","messages_hash":"3e290bd146cf39a4f2b300982a43afc88a1662099bd24d293da95fe3e28255b0","transaction_count":0,"txlist_hash":"4e1fd0382baffd66852d64c667941808ebeb08a17309ccfe91be8e16046ad266"}',0,'BLOCK_PARSED',NULL,'bbe4f8ed42f42ac5673ad676de13fa7c3a4e6bd8e6cc8715cfe21e84bd9954d4'); +INSERT INTO messages VALUES(341,310097,'insert','blocks','{"block_hash":"13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf","block_index":310097,"block_time":310097000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'093935c08424a3b0465044d6bd4c0ba6ab8cc53b6d155009a5df19a54227e0c6'); +INSERT INTO messages VALUES(342,310097,'parse','blocks','{"block_index":310097,"ledger_hash":"dde96405c241e1d57334670e4eff7ed8db92056e6867cae10475a9bc30ba4619","messages_hash":"e3ec1a1c461b82657a63a73b183fc224fd208ab9d134dbb65e81d9455fe17d82","transaction_count":0,"txlist_hash":"8e635d69a6a40df5c3849e1811ee551c32a57a3496fe8e4b97846b9592a9ebde"}',0,'BLOCK_PARSED',NULL,'4172d678f20960b7a1495f855af282a5dbda508ce8508e9ccfeab425e4abae57'); +INSERT INTO messages VALUES(343,310098,'insert','blocks','{"block_hash":"ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca","block_index":310098,"block_time":310098000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'13cb26317727e1c33bea219c31117e329e25bd91abf56a4d0587c761b6ba78b6'); +INSERT INTO messages VALUES(344,310098,'parse','blocks','{"block_index":310098,"ledger_hash":"613d78fbabba246a4d1cd9d50317e732795a59812df8395472347e15cec1ee9b","messages_hash":"56ac539e9ddff4ddd1d33e5dba872b30ecdf0643a2b1a1e0ed7ac0e524941537","transaction_count":0,"txlist_hash":"c96db41449a579ffc6b459375569230e88bdfd51c10578c60f8d252eff630fd3"}',0,'BLOCK_PARSED',NULL,'773f7667e735cb6131e967310164a389ea66a4a3de6b2868cb9a5db24250d9fd'); +INSERT INTO messages VALUES(345,310099,'insert','blocks','{"block_hash":"3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a","block_index":310099,"block_time":310099000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'237e772fdf73246886e43f8cae866b8334a14c5c1ba7411dda14ada140712a99'); +INSERT INTO messages VALUES(346,310099,'parse','blocks','{"block_index":310099,"ledger_hash":"e535ca5960d2ce7508bd2157dd0cac3ea1f9ab14532a40884d522b4bba0d4979","messages_hash":"7e38cdca0f7f2f5d9f0eae965e247705b443a536a854f5aae01addda4688fdf7","transaction_count":0,"txlist_hash":"710369d2e677643b7ab8f2bbcebf0f13017052ff7fd9adfd6ffac4e6fff83f8c"}',0,'BLOCK_PARSED',NULL,'28ecee8a36a0124634c93f1c83033014f7bc017d832078df087c4ce71fce0218'); +INSERT INTO messages VALUES(347,310100,'insert','blocks','{"block_hash":"96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb","block_index":310100,"block_time":310100000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f7c4537f0d13015812106493b8de78ddafad6d515b259bd094fa2369f1ccecbf'); +INSERT INTO messages VALUES(348,310100,'parse','blocks','{"block_index":310100,"ledger_hash":"970865291b7a6d8173d6ad2ae97335cb2e89d80cbbb7a79bb2328cf6c67fa6cd","messages_hash":"abb9e46ec410de8570b7b0e15541872589f079e5abd571aa1f31ea934af878b1","transaction_count":0,"txlist_hash":"9deae420c2b87043e6e18db077634a1d65ae60b38f604ce56f0899ed3a561347"}',0,'BLOCK_PARSED',NULL,'7ea7dc890fd1a0455092664749370f45dd0cfd4e2391db91689c56a81bea48ca'); +INSERT INTO messages VALUES(349,310101,'insert','blocks','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'67731fd31038daa800b94bd45aaac27fa800898a94f19a299e7d21bcda16c5bb'); +INSERT INTO messages VALUES(350,310101,'parse','blocks','{"block_index":310101,"ledger_hash":"0741e57ad88cdada65134c9f131ff5bfd9498cb054378d829e34715e8db2aa6d","messages_hash":"d21d5db6a5d13ca5ecb7ff6cf7bb7a14abcb4b759350897ebe7c3d7bb0dd81ea","transaction_count":0,"txlist_hash":"4bd0054addc71915293b8f040ed3c6c64d0aaf8ad27647d1887e16d55604523c"}',0,'BLOCK_PARSED',NULL,'d93e9f60aad3a4c8d25056cad43b6ecd164408d0addeb96bcd51e851af1ee335'); -- Triggers and indices on messages CREATE TRIGGER block_update_messages BEFORE UPDATE ON messages BEGIN @@ -1295,8 +1312,6 @@ CREATE TRIGGER block_update_broadcasts END; CREATE INDEX broadcasts_block_index_idx ON broadcasts (block_index) ; -CREATE INDEX broadcasts_status_source_idx ON broadcasts (status, source) - ; CREATE INDEX broadcasts_status_source_tx_index_idx ON broadcasts (status, source, tx_index) ; CREATE INDEX broadcasts_timestamp_idx ON broadcasts (timestamp) @@ -1440,32 +1455,33 @@ BEGIN TRANSACTION; -- Table issuances DROP TABLE IF EXISTS issuances; CREATE TABLE issuances( - tx_index INTEGER, - tx_hash TEXT, - msg_index INTEGER DEFAULT 0, - block_index INTEGER, - asset TEXT, - quantity INTEGER, - divisible BOOL, - source TEXT, - issuer TEXT, - transfer BOOL, - callable BOOL, - call_date INTEGER, - call_price REAL, - description TEXT, - fee_paid INTEGER, - locked BOOL, - status TEXT, - asset_longname TEXT, - reset BOOL, - description_locked BOOL, - fair_minting BOOL DEFAULT 0, - PRIMARY KEY (tx_index, msg_index), - UNIQUE (tx_hash, msg_index) - ); -INSERT INTO issuances VALUES(6,'5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf',0,310005,'BBBB',1000000000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(7,'2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59',0,310006,'BBBC',100000,0,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'foobar',50000000,0,'valid',NULL,0,0,0); + tx_index INTEGER, + tx_hash TEXT, + msg_index INTEGER DEFAULT 0, + block_index INTEGER, + asset TEXT, + quantity INTEGER, + divisible BOOL, + source TEXT, + issuer TEXT, + transfer BOOL, + callable BOOL, + call_date INTEGER, + call_price REAL, + description TEXT, + fee_paid INTEGER, + locked BOOL DEFAULT FALSE, + status TEXT, + asset_longname TEXT, + reset BOOL DEFAULT FALSE, + description_locked BOOL, + fair_minting BOOL DEFAULT FALSE, + asset_events TEXT, + PRIMARY KEY (tx_index, msg_index), + UNIQUE (tx_hash, msg_index) + ); +INSERT INTO issuances VALUES(6,'5d951d44d034cb6fd5dc5c98cd877c63f55c1ae108d335b6b6d991d072856adf',0,310005,'BBBB',1000000000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(7,'2b44f590422a3ab5b70fb1265a2e4f4d3b0bcb3de3f296dc7280924870ec8c59',0,310006,'BBBC',100000,0,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'foobar',50000000,0,'valid',NULL,0,0,0,'creation'); -- Triggers and indices on issuances CREATE TRIGGER block_update_issuances BEFORE UPDATE ON issuances BEGIN @@ -1473,8 +1489,6 @@ CREATE TRIGGER block_update_issuances END; CREATE INDEX issuances_asset_longname_idx ON issuances (asset_longname) ; -CREATE INDEX issuances_asset_status_idx ON issuances (asset, status) - ; CREATE INDEX issuances_block_index_idx ON issuances (block_index) ; CREATE INDEX issuances_issuer_idx ON issuances (issuer) @@ -1485,8 +1499,6 @@ CREATE INDEX issuances_status_asset_longname_tx_index_idx ON issuances (status, ; CREATE INDEX issuances_status_asset_tx_index_idx ON issuances (status, asset, tx_index DESC) ; -CREATE INDEX issuances_status_idx ON issuances (status) - ; COMMIT TRANSACTION; PRAGMA page_size=4096; @@ -1696,8 +1708,6 @@ CREATE INDEX rps_status_idx ON rps (status) ; CREATE INDEX rps_tx_hash_idx ON rps (tx_hash) ; -CREATE INDEX rps_tx_index_idx ON rps (tx_index) - ; CREATE INDEX rps_tx_index_tx_hash_idx ON rps (tx_index, tx_hash) ; CREATE INDEX rps_wager_possible_moves_idx ON rps (wager, possible_moves) @@ -1868,14 +1878,10 @@ CREATE INDEX dispensers_last_status_tx_hash_idx ON dispensers (last_status_tx_ha ; CREATE INDEX dispensers_source_asset_origin_status_idx ON dispensers (source, asset, origin, status) ; -CREATE INDEX dispensers_source_idx ON dispensers (source) - ; CREATE INDEX dispensers_source_origin_idx ON dispensers (source, origin) ; CREATE INDEX dispensers_status_block_index_idx ON dispensers (status, block_index) ; -CREATE INDEX dispensers_status_idx ON dispensers (status) - ; CREATE INDEX dispensers_tx_hash_idx ON dispensers (tx_hash) ; CREATE INDEX dispensers_tx_index_idx ON dispensers (tx_index) @@ -1901,6 +1907,7 @@ CREATE TABLE dispenses ( asset TEXT, dispense_quantity INTEGER, dispenser_tx_hash TEXT, + btc_amount INTEGER, PRIMARY KEY (tx_index, dispense_index, source, destination), FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -- Triggers and indices on dispenses diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/unittest_fixture.json b/counterparty-core/counterpartycore/test/fixtures/scenarios/unittest_fixture.json index ed1c7f6e0b..bfba7b8fe5 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/unittest_fixture.json +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/unittest_fixture.json @@ -180,10 +180,10 @@ "fairmint": "0100000001d8e1083f44827cf8cdab0d756ee5f26c3eb7123c4adbdce79128cca165394c6f010000001976a9148d6ae8a3b381663118b4e1eff4cfc7d0954dd6ec88acffffffff020000000000000000216a1f8a5dda15fb6f0562d1472f51675da45cf5224a94c9fedca4761c7f0b5ba46f71bce505000000001976a9148d6ae8a3b381663118b4e1eff4cfc7d0954dd6ec88ac00000000" }, { - "attach": "0100000001e704373bbc10d611f464c094c1299796ce927b84885f51c9b3490ca50103d1c3010000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788acffffffff0336150000000000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788ace80300000000000069512103cf4ccc12f76f0562d26346240712a35df7667fa3f0cceb97452b4d3227965f4321029ea8cc75076d9fb9c5417aa5cb30fc22198b34982dbb629ec04b4f8b05a07134210282b886c087eb37dc8182f14ba6cc3e9485ed618b95804d44aecc17c300b585b053aeab092508000000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788ac00000000" + "attach": "0100000001e704373bbc10d611f464c094c1299796ce927b84885f51c9b3490ca50103d1c3010000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788acffffffff0310270000000000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788ace80300000000000069512103cf4ccc12f76f0562d26346240712a35df7667fa3f0cceb97452b4d3227965f4321029ea8cc75076d9fb9c5417aa5cb30fc22198b34982dbb629ec04b4f8b05a07134210282b886c087eb37dc8182f14ba6cc3e9485ed618b95804d44aecc17c300b585b053aed1f72408000000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788ac00000000" }, { - "attach": "010000000102af911cd075fe7450186580928fb9b87665bd0fccadf663f34752ac5e88a3c1020000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788acffffffff0336150000000000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788ace80300000000000069512102cb4ccc12f76f0562d2635a2e0127c12485563adfc1b0eb97452b4d3227965f8421029ea8cc75076d9fb9c5417aa5cb30fc22198b34982dbb629ec04b4f8b05a07134210282b886c087eb37dc8182f14ba6cc3e9485ed618b95804d44aecc17c300b585b053aeabd22408000000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788ac00000000" + "attach": "010000000130da8cee3d66a93fe9daf5495d5d9be1f3f0f6117fde162ccb2021a2658d5ef7020000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788acffffffff0310270000000000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788ace80300000000000069512102cb4ccc12f76f0562d2635a2e0127c12485563adfc1b0eb97452b4d3227965f8421029ea8cc75076d9fb9c5417aa5cb30fc22198b34982dbb629ec04b4f8b05a07134210282b886c087eb37dc8182f14ba6cc3e9485ed618b95804d44aecc17c300b585b053aef7ae2408000000001976a9144838d8b3588c4c7ba7c1d06f866e9b3739c6303788ac00000000" }, { "issuance": "0100000001ec1559a2f51aca1f954491eb75ce429d2d37a5750deea75cd8b425289d213498010000001976a9149c8d1f5405451de6070bf1db86ab6accb495b62588acffffffff02e80300000000000069512102e24ccc12f76f0562d2061e67436e926de4c4a6091bcceb97452b4d31cf965f8221039ea8cc75076d9fb9d0151fd6bf10984b6afb51f65ede10ede02a3cf860d471e521025bc8fb22d87eb72fb5e297803ab9aa3ace5bf38df4e23918b876fd3ea0cdd7b853aec3edba02000000001976a9149c8d1f5405451de6070bf1db86ab6accb495b62588ac00000000" diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/unittest_fixture.log b/counterparty-core/counterpartycore/test/fixtures/scenarios/unittest_fixture.log index 90d852e408..324c00e2a3 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/unittest_fixture.log +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/unittest_fixture.log @@ -12,10 +12,8 @@ SQLITE_LOG: statement aborts at 13: [CREATE TRIGGER IF NOT EXISTS block_update_f BEFORE UPDATE ON fairminters BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); END;] databa (17) SQLITE_SCHEMA -SQLITE_LOG: statement aborts at 11: [SELECT name FROM sqlite_master WHERE type='table' AND name='config'] database schema has changed (17) SQLITE_SCHEMA SQLITE_LOG: statement aborts at 27: [INSERT OR REPLACE INTO config (name, value) VALUES (?, ?)] database schema has changed (17) SQLITE_SCHEMA Cleaning `transaction_count` table -SQLITE_LOG: statement aborts at 11: [SELECT name FROM sqlite_master WHERE type='table' AND name='config'] database schema has changed (17) SQLITE_SCHEMA Initialising asset cache... Asset cache initialised in 0.00 seconds Initialising asset cache... @@ -155,9 +153,9 @@ TX Construct - Transaction constructed. TX Construct - Transaction constructed. 20 A160361285792733729 minted for 200 XCP by mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns TX Construct - Transaction constructed. -Attach XCP from mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc to utxo: e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0 (c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02) [valid] +Attach XCP from mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc to utxo: 57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0 (f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30) [valid] TX Construct - Transaction constructed. -Attach DIVISIBLE from mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc to utxo: 74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0 (a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726) [valid] +Attach DIVISIBLE from mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc to utxo: b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0 (6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881) [valid] TX Construct - Transaction constructed. Issuance of 1000 TESTDISP by munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b [01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1] (valid) TX Construct - Transaction constructed. diff --git a/counterparty-core/counterpartycore/test/fixtures/scenarios/unittest_fixture.sql b/counterparty-core/counterpartycore/test/fixtures/scenarios/unittest_fixture.sql index 19290bdfad..aa7a667443 100644 --- a/counterparty-core/counterpartycore/test/fixtures/scenarios/unittest_fixture.sql +++ b/counterparty-core/counterpartycore/test/fixtures/scenarios/unittest_fixture.sql @@ -19,714 +19,714 @@ CREATE TABLE blocks( transaction_count INTEGER, PRIMARY KEY (block_index, block_hash)); INSERT INTO blocks VALUES(309999,'8b3bef249cb3b0fa23a4936c1249b6bd41daeadc848c8d2e409ea1cbc10adfe7',309999000,'63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223','63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223','63f0fef31d02da85fa779e9a0e1b585b1a6a4e59e14564249e288e074e91c223',NULL,NULL,0); -INSERT INTO blocks VALUES(310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'cf0ea1d313e22ba5f413075b88e07dffc5c00e59f95eeb6d6dec935bd77f5ae4','f06c23e6040a063ed59693baa0d63492dce64e1debc7455b22f5535c9dfbdc67','b212954e6ee1490c4671ffc0817eccb0d9bb4c729b599eeaa722513ccb4c883d',NULL,NULL,1); -INSERT INTO blocks VALUES(310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'11461f972c4cd85c87b5abfedb3cee589d09e945570d34564dcde6f4df9d2b57','ff8358e8c8b2cb9a1765deadb77bdfc6eae05a844831a0a8c8820d416d54446e','0e2dc86cf7fad0df5465e63178b89d1df9c45e474cff39175a31557795cc80da',NULL,NULL,1); -INSERT INTO blocks VALUES(310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'355d92f841de89a1d97c3b2ea7623959ea4494bb62ea7e67ad359beb68caca8c','b17176b511fdea4cd899cfaf83f2e12193a4c92d1b199f18f590eb4fed90fa25','ecab7df994ae52f2b33359c48ee70b9eefc192e354d8001004193b11a473b0e3',NULL,NULL,1); -INSERT INTO blocks VALUES(310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'edcd7e344fb5cca16999f025594890b8b54543555e61eb3807406bb4204677f2','b6dffe5b8c1f483c3c20832d23dddd7b530afe7ac1f3f57f433da59d83b48f06','07b39fe826dc81221808efed56c541935a54a764c9599d5a3b94983b05705545',NULL,NULL,1); -INSERT INTO blocks VALUES(310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'abd71a31bc1f8a072761b23a5bc2976731ebdf305d1d7d33922e93573f308129','3da72b0c813432f47a3a70887dfd29350d270e9ebaca9875ed6304c91888e387','3320a2669d0684b362bec3faf7e73ae272f866e95ef581d8083030c372e44795',NULL,NULL,1); -INSERT INTO blocks VALUES(310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'0c3914f9676e506a96e6db793f15200ef33087cd47de4d27628849013a391daa','2d59f139907859f9108360f7fa4695101a6b5ef0b7dd0e56c2dd41641e58e9af','63a7957eda022b56b21c330252e25c00991d7559c0d1c4c0fd743be972baeed6',NULL,NULL,1); -INSERT INTO blocks VALUES(310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'57ff5f34a9e418b179db9003414c5f3bdfa7feeb538f24071b23d024a3d05df0','a4a6fb433e6c49968fded16954502c472b0d21b74c6cce8d08c8c53c00f2781e','f1ec09af67d51677f20a0462711cd5841b16d4aafbdd0a96d01acfb39260d0f5',NULL,NULL,1); -INSERT INTO blocks VALUES(310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'bfed530458339aab02ff75ad76738569dc6997c7a35d4452351678b04e022f68','ce20264c332892b0a5e0c3e2d4b63d02c901fa2c3f8c5171b2896b50c82ea0af','b601f4f6a0700b665e728f760e0198a87e2b1918d5fde57767ab7473d30d3f08',NULL,NULL,1); -INSERT INTO blocks VALUES(310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'d4feec997754d11a1502e5351ed62fcfbfcafb770e19a37da41d1d88b7b45ed4','d25c9f48fbbe2010a62cad729d45b658a2caf9a7c9abc65a30e2a7fc47bc83e5','9d778b66e04e924e6ebf9732952dde02765ad908f5ba82a0e4ffc7ed46e20c5d',NULL,NULL,1); -INSERT INTO blocks VALUES(310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'4ab5ff9e71bbc83956557fb5abec98372fa38e5580838fb258b2d831bfc4d9ea','173e769e0b4fa951ef0267c7e218f3a473d9a5857b0880d654a2181f244c92e2','6ee8ecb9e3e58dad838070f61994ada40e19646f710be023d4bf60c1a6704617',NULL,NULL,1); -INSERT INTO blocks VALUES(310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'1909ef40a24263776cb9e0d52a690048b50728855a0fe4b0e1ba3834a9e401c1','7d1ef03dad99c4bdf7a8e5af7209a136c8ac392922dd3afdbcc0446ea1f5f604','33f718b26a4f83fa726086520a32ba87d2df38b888ac2a0f80a5fd23b955ae67',NULL,NULL,1); -INSERT INTO blocks VALUES(310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'c3d51a5f2df90c089844ba4de7d5541f6051490aa1389e5945a7bb91d49e3589','86ebe5be8b9443f411adcd49e7443a34941979c0c6bf40136a3b44193024abfc','e78e0f7336d6a637a099d03c56625b64cd011a98092bea219f849c5e42507789',NULL,NULL,1); -INSERT INTO blocks VALUES(310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'a9dc31556d38b118eeb0bcbb3a374a0ed79adec4eb23e00c80c0599ba97c9a7a','5a729b250068fe7b175a540b66a30326344514e357023184540ef97bae5e16e7','3e8ba141f5d5ee6a0b0c6a719fc8ccadfd1627425066e1dac5aaa05390a67da6',NULL,NULL,1); -INSERT INTO blocks VALUES(310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'e72be5070d0a5853631d902d334e8b88eddf6e79616373311babc4a0a27dd3d8','1294e3d0871b0c2297d9980ed46bfa3563b33b202b426949dadeeba7075b4bc7','61f7ce6ee71c1c688d64a3b20381a00d3032ddf71f0a50ec96144cc604229239',NULL,NULL,1); -INSERT INTO blocks VALUES(310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'cb0962222af917dbac2a11465c22cd80770c0b3cdb8bdc0870c99a8116745c9e','d5431af170b331497d8967969820632880473d06dae0d06fa7ffc93a0cb90180','eb796c437f9ed8a37bd583d1e627563d5c465368514a0c6670aa804d79bd3a7b',NULL,NULL,1); -INSERT INTO blocks VALUES(310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'6ff899433f22546c41a15f20b4c66913c747931500fee10d58c4a17b9e2f0c88','b77c1d69b3ac7348e336cce9948f982efafa1cb56cbdde85fe9f49a73871ba3b','295ef05a060f3151efdc7cc08f3e5c14010ad1080757a99fe08db0a201629de8',NULL,NULL,1); -INSERT INTO blocks VALUES(310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'ec66a06cde401b66917c6d1d4e1ee8893405cfbf0474560d9997d6960c8af710','6d3d469ad1b72a67ee50d8a7c6c57069da3a0e2e9d12a23a30bbf4f2ccc64cb6','9f4ca0a211fdaf464907f145ebb8428e94e4861d35cda47f72efb3170c196871',NULL,NULL,1); -INSERT INTO blocks VALUES(310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'b2053109bff06dae1705fc32ab0712f38bf9d206fa3517fbf0a938d1b5f33bad','223e10a8e23e4435e635f1dda533a0662dff9f0e3fb86b72a22b2c191f731a80','ed8cd7e9541638a9a549f5606b84380e23fcf291430f2ca493f82e29be3f5a71',NULL,NULL,1); -INSERT INTO blocks VALUES(310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'d7051de4d03fb31bfedf215b407b1edc12789c1f2748abb5a72257ad8f5113ce','9eb6f4683bebb675467829573cd2f7e3ab613d21398c5aef31ed389a40f3c48d','bb1c7a472b80691c449659949cd479881772fb48673f5f7447aab55132eaf234',NULL,NULL,1); -INSERT INTO blocks VALUES(310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'35c95a70193ded2f9ee18254a91ce5d4834bb162fc3cca85dd432339257539b8','88220e5f48660f8b9e339c3afb65ffbad83d632164f1df8e22af2ee6fc18826e','fc4dc15074ff2cbfe2edfb48a41eb7688c07094c6f454466ece826bd79303a2f',NULL,NULL,1); -INSERT INTO blocks VALUES(310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'8315de64ee1051c333687ba9fae6244287b85bcc1e3a4b67f3fe7d51b931378b','087de9b1715dfdac7372489fc615b597c9575c9520eb1ad5f7435a2641388621','132e661c023af38634a3ee23d0d71c260100b9703ebbef47cd2615b7d9f8b464',NULL,NULL,1); -INSERT INTO blocks VALUES(310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'c2d646bd3f54eec73cd9da6f5da4bc159d0c64e8fb9ad4095dfa58850e65c7b1','e5f36761a4755ebc133389b9bc01a085c585a24fa346c784123f3dd5a125ad27','c661016234b6d75e6735b83e462370a37a65f6f8e38f3b69cd811c661cb88942',NULL,NULL,0); -INSERT INTO blocks VALUES(310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'619367fb7657e0fb4800acd385eb5593d085ce5cbfbfb098dafa98612d9fd445','e62992a5e4f80347f92c512e1bd47df4c2f4e9fa0c38b7ca73befd39fd181d54','7a32aa3f4b582fb2e161d2c6a58cf2d91d14e6c498281fc91f9fb22cf1095e7a',NULL,NULL,0); -INSERT INTO blocks VALUES(310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'ba865dbc8263aaf153d7264dfc6a580bebe9391ca0551f15a1c822c6cbe2b8de','e62acd9368da6141ddf435bd919fe0e124bd77646207d69a2544790107ab88a5','7379fad8df5744242e9e63364665cd409da6fbe0b28cab26e4704c8737ab2230',NULL,NULL,0); -INSERT INTO blocks VALUES(310024,'b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5',310024000,'368e948cbf42de80aca51abe75d09ec78196924453719182ccc86419df5da2db','2c65dfdc0d371025c6d497e087b8548633238d6049242fa411383fcce72b096e','599eb3f9c9b6f936dc56547ccfe7cccca7fad78ad57d58d5a4b50123ce7e82b0',NULL,NULL,0); -INSERT INTO blocks VALUES(310025,'a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666',310025000,'9f7132c808936f580d4fb1dc5791541a5a3d23532d1093c20d434007f8dde54c','ca60850f73099aabc38d1521a94d611cc02f4539620a17488d1e9a445087104f','7ee626caf54d6b378f212b608cc3a0cd5c95b971aa1a1c54215f24cec040daa8',NULL,NULL,0); -INSERT INTO blocks VALUES(310026,'6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a',310026000,'074ea6f10a5290cff31f7b21483f7b2248723c8d1b5bc060c31219f66f37def7','21db77ad7cd241752184fa9fd61ab9cf670cd40105d7d9b887d8df62f25e5cfc','bb56ddf06930b65273e316dbafc6017e08eb40f3a3c13d9c1b916a66f1ca7cab',NULL,NULL,0); -INSERT INTO blocks VALUES(310027,'d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e',310027000,'a3ade2b2e5bc701996f511f3e85d596b60f882a3254fd975769c0f38b3b14cb3','9469f4c4b4f208f2a46569234006846d18ae108ca6a98600ab70bac1ef1ad633','a4c01e1155cdf1b89bc33030fd3632b6307d58fe4d7904a31b0d76b392f63538',NULL,NULL,0); -INSERT INTO blocks VALUES(310028,'02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b',310028000,'3bf124a34825b5c487c94dd79b1ea4f25e657294966879f1c10b56b37a3d29b5','55de4927d0ba81d336f143b08224af9fe9a862bf0ed4d39fbe242e9c5946bcf4','7bd3dc175656322948180da86f3dc40dd7cf6adb2646a0dc3db9d20c74fc05fe',NULL,NULL,0); -INSERT INTO blocks VALUES(310029,'3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6',310029000,'e502eb7b282e0bd4940d8f75ef51d677a641f3d55304adcb015bc249c97892bf','3d879f96d783e70a75f71c2b44ae4c5601bc8f1192b828f1b35400b8c99aa0f2','97f883eef9c4b696d80f1191ac164560f5fdfd1dc19ec38f8f4e25432d75b06a',NULL,NULL,0); -INSERT INTO blocks VALUES(310030,'d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5',310030000,'d64b5eb04ddfb5600be40142b1fd27c308387a35942a6e8a6916407bbc1313b1','c859356c985f3c051d5b01424759e66e9ec7c2eac055eb9fc2b0ad7323253a6a','5ed5cf53677e85684d2d830eaffcb5731894a8d9305495f1744ec08d0f24611c',NULL,NULL,0); -INSERT INTO blocks VALUES(310031,'0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689',310031000,'e9c97dd7adb1b22d4ed0238607faeb2d14c090fbd7d685275ee802ab23b4b740','4cdafec839c7abdda11f10437d890c952b3416929ff6e715f44e8c57412437af','15b5df25f9a65f275d4869c9d36c4c2147fd15fc9961ede5fc6722bf6d073983',NULL,NULL,0); -INSERT INTO blocks VALUES(310032,'66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074',310032000,'2544ffced9af1aabd84ab51fb78c56c9beac03dcb286aebd4202938dfa0754ea','2fc6c250a775ac70976d371540df4a7af608ca1b106b7efb7bc5a820ff505bdb','5dd59bb7a4a5cfa4bdde51c686774e0b680b98372f5cb3c0a2bf2bf2fbe22fb2',NULL,NULL,0); -INSERT INTO blocks VALUES(310033,'999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707',310033000,'4355d3ebb95187fec36b1847a4c3777d8e1d5541bd1d9ff8461b8ac5b9881261','d99b155e06fb50de6e7e6b646c641e3862d3d6df0ab9aec3e360fba0fcb54776','7d376fcc44d1901d96d07750ff00bb86c7062eb6b20de3be3f266223fea49eb3',NULL,NULL,0); -INSERT INTO blocks VALUES(310034,'f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208',310034000,'c7fcb5134bd8131c035d65b5eeef8a3cd214348822563232a992f3f703c6b0b9','826d7b750bb4ad8fabd67c825c81f840b7a7a264489a9263410a5cb204d3309f','cabe1992438d073035e781d817badf44a493fbdb39c859592ff05032b65ae3e8',NULL,NULL,0); -INSERT INTO blocks VALUES(310035,'a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2',310035000,'c41c280498ce05d6073fc6e89be2684dc68c345c1c43c00b9a3f9041954fce26','f96598e2169d42d81b91ba03e7403dbd25a61399290f358022a998e4375fe2b9','e34e959162bb5848cfbafec6cc7830f2cf3f4bfc1a3a61a51c5899ade44316af',NULL,NULL,0); -INSERT INTO blocks VALUES(310036,'158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76',310036000,'86c67fd234ca9d2406080018b2677386990fac477db8008c0092d40a398203ed','ae7fdf3e9388811e96d470070db9ac45b5b19754bb4ad424aade40fede3c9cf9','f7d6ad3bc00b64dd17e10543ab345457046befcb4d01381d99dd780924d3ae74',NULL,NULL,0); -INSERT INTO blocks VALUES(310037,'563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07',310037000,'3ae6272437eb0758a779d68785c41e119d1204dd5421c78e03b9d12eba64804b','aa9600ce32fd7c1d6e963a51648eaae043685d3369413785517172d1f94d551b','9dcd89ad0de29b990a11a8b9061fcd9d27f2e901cd97073c2c8525add555cb55',NULL,NULL,0); -INSERT INTO blocks VALUES(310038,'b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2',310038000,'18f7552567b898f6c2cfe8c829903912445de5dbf05b56a13bf9b402a24fdc11','46ce886f050bf7a80355da9cb15b35f5d38809ef2ec1a25250f057b63f51cdfc','5c5bf2f490f46688814f2c426b760ffd3d2a2414c900fa3aaf36bccd3e8b2041',NULL,NULL,0); -INSERT INTO blocks VALUES(310039,'5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347',310039000,'85f2255f9256a5faf59ddec1c58b1d3bc12c91bc2c62ead61b48e1f94ea2888d','23a26edddf0c8662b055ed992c75c706221b59ce9a7aa45b757a3d5158772e8c','ad8240ef8a6e6413020659f3b715f3c33d46b79e0743a3918db2d469ad8cd0d8',NULL,NULL,0); -INSERT INTO blocks VALUES(310040,'7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3',310040000,'b799477db184351df5503f8d15d5461a0483ea35142c003b7e640429663ad943','163682e05a9a10f3e3240420c932a7f3f2172484de30dbcac0319ac23a4726f1','1092a979bee0adbfef58cc16a110f23e35786fe84bf49b2fc5e105931e7079c2',NULL,NULL,0); -INSERT INTO blocks VALUES(310041,'5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359',310041000,'efa9cd46741b59e74263d6d348584f1a61e8ba32163c09fc3ff2e41a5431a483','a159868ce28207aa243e7ecc50f188e8e34e5ddb5d801b645b1c16a596e060ed','c819ca711d8a0fdc58a058460d2d488f712b3fd6d5a7d00e1671165aa39c45e2',NULL,NULL,0); -INSERT INTO blocks VALUES(310042,'826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4',310042000,'f3159919f381d46a3e1341703e55192a02a36519e71fc2675285a3a14c4ee04d','52bca7ccb83bfe83d8693ebc4c5b1ce518b2ae472dfc81f2c2940dc2460eeeab','5d8f3bcddc3c9fda4d62d0de0192ab025e32fea1746ea78134085c12675093b9',NULL,NULL,0); -INSERT INTO blocks VALUES(310043,'2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51',310043000,'961c79ea2b7dcc2d7489c423b568fb978631e71732d6b998bcc0657aa4d19194','1fa2eb6aa4c8b5efd093c6e484dddb85eabfa0de55edc929e04487ce65e73608','24a5bae880a677d98963b9510ebdf7a9b099eb70ac4a25b192c8ff4a14b34502',NULL,NULL,0); -INSERT INTO blocks VALUES(310044,'3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b',310044000,'d674c39010fd4554efa487d97a3d9cae278ed9b4aff0ce57db33bd881beeb3e3','ddc2517e1efddbe56185e00d77333ef9f2f2ad6c59e042d65a8f4d8c2b323e5e','9ac41f752a246451278b0aed4950d3f01deb5e3dd16045714687d86e6a4e6073',NULL,NULL,0); -INSERT INTO blocks VALUES(310045,'7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98',310045000,'9ba70a032ae92672174421689c0845784f0cef7374e88b2f5258260191864bf1','3b1d5cd9cb8e7b753233ac0dac5e697226ae372bff3813852434d96996e78fac','6d8592c519cd09cc34c40ae52f15b45dea1aaf155f08a7c3d27891d37ce9b568',NULL,NULL,0); -INSERT INTO blocks VALUES(310046,'47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6',310046000,'114a6ab930fbdf8531431620ed219db3756a634c5b99af6ce1ee66d527d277ff','becb4b0241accefb95aee137e58d406e15e87c28ed3f051938b4fc02e249b21c','9174daa0f3f2b506a649c09fc6e49dcdaf6886222e46397bd95032c57fbe08a7',NULL,NULL,0); -INSERT INTO blocks VALUES(310047,'a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075',310047000,'5356512c94ea2c77623d874a927aae8c3dce287a34dfd27a617abfa57142c7f3','6e06ce8a113de9e8b1a88516a512671aa2cdef60168a40d91742caa281417634','0f344c38b39f7a0aa6bd879076f39c962addc52ab0855ee6c056e4c3433bec7a',NULL,NULL,0); -INSERT INTO blocks VALUES(310048,'610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309',310048000,'0902ca0868560d05049c983bca3ab91cdd5eafc46ab0a948d702abcbc4010582','67a2fb81ebb42dc6781746a403d81b4e7603f82f02724074541d42380d7269fe','0f385f3e2919cd03a76480c1b304f6bbfae4d4c8588d3dc07b35e8202176e483',NULL,NULL,0); -INSERT INTO blocks VALUES(310049,'4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c',310049000,'978794628fc95756032cb7fb4e9d5ed286373d84fafbcfceec9af71d18c4c0be','ac68aa21454eb2a2ca973b5451523fc6d2a4df6906b9472891cf8e06087e130c','db2204a037631aaa944b6f721cbb60d8203e2df1f34eae2211320b7f85f75a01',NULL,NULL,0); -INSERT INTO blocks VALUES(310050,'8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348',310050000,'ff16abeb1d35e0e422f165e206b0d69e0b9ff48b68fc6656c1af74801908b92d','720d553ed03860df12ab60af34cfec86b9d7ec80275f6d8815e3f61166e3af88','da86985fc3cc405e0a82806469af38b8f1ed01b1476fd9c6412de2049f0e69c3',NULL,NULL,0); -INSERT INTO blocks VALUES(310051,'b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6',310051000,'556ff900993e70cabefd05ddd5dbe3e8e10bb5c9ada7913b75d84af067004ed5','656a21084dc8f46455fd2a42ebbdb0efd5c879ccb16e9b1532a6ab5323debdb4','cac784f8e109a4610e607c27b8b109a7d85d533ca4343c7de3e2dec3cb40ee74',NULL,NULL,0); -INSERT INTO blocks VALUES(310052,'0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2',310052000,'15af3a616a2974aa70b7b58f88132051f335af299473db925b619fda8be1afc7','3f90b36b7ebc9a2daea1e498bb44100f12f35c9df04260448bd38b23375b16be','3795b8f916794bf29221c6f1fd18cb43dc94cc997b720d70a70d37237c56f4ba',NULL,NULL,0); -INSERT INTO blocks VALUES(310053,'68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f',310053000,'ed0ed3b480b38929a425c2b61c86582495764624e020cb86b3a95fc7d59c692c','67427731be09b73755cd460d142686c903b819b7b8af48297d460ab91fde3609','306a78395217221973add223007e0ef09218bcc1d22797a862be59332eab6924',NULL,NULL,0); -INSERT INTO blocks VALUES(310054,'a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305',310054000,'f012825d2d549910910ad6b7e4ac2373d095b53869f0793709684f0ff05bb108','c5e4ba3e2011e7fbf238285525a544de3cc0fe9360a3451392a4c03acd508690','e4009ad7f460573c83637226b8b5f3a2accc32c2ce0e9c9775ab01128938e295',NULL,NULL,0); -INSERT INTO blocks VALUES(310055,'4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356',310055000,'90c08144277fe622573282349edaf9e59289b716b5b4e368d88ac25e67e788d1','5e4a8aee5f04d75d9ffcc85e8344c445b5facfc838f39a77b6b0d5acf6cd8213','e0529cca2f84bd0f4bb4fd6e60008adaa8632af5743c0c305d7aaed0084259ed',NULL,NULL,0); -INSERT INTO blocks VALUES(310056,'7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3',310056000,'c888ae590b64fa4514ed7f94ba785b12e881052185cc4702b598cf6e48cbb3ba','1cb780a12bb6040055fa694822a4f39c340a18a858f0b65a8b227a6fd6fb4f31','ee5783d7c7c6ec5d4b952ace2ae36d7256cbfb4dfbfe7b5aed243783d982336f',NULL,NULL,0); -INSERT INTO blocks VALUES(310057,'4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411',310057000,'e68c9a569fda6f1e1e59502953c9735857a0ee158a76397722436466df24708e','2e175f240928edbbd5a5c6c5f3fbacd9516a36c7e99501703e9d1b19999b2029','7c8a6b8391d2bc04f8bc753a546aaed285099457e57780e655b29e206a395b25',NULL,NULL,0); -INSERT INTO blocks VALUES(310058,'a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f',310058000,'9f6607682f4a6274c2a45895f849816aec83ff0820709ba781634b84518eb05d','cca92bb672e368c0c1e5b4674a48e150a870f56a67339cbd74926d541ae2a4e4','ec9f056c35ff165304d41231c439b1d3b52981011e6bcd7c354120b04be36e61',NULL,NULL,0); -INSERT INTO blocks VALUES(310059,'ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9',310059000,'49b10a5c390f603e7be0d405bf1fcae95fd15682ef2e41a3b2fcf713d271e541','12b8b50b634cb6843258f1c130df1cae60898c902d3e66ad00e1303fde4d8724','532fa5a42a4c427c2085218a3923bd3ab378f91c24c680135edbfd18e2381579',NULL,NULL,0); -INSERT INTO blocks VALUES(310060,'974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b',310060000,'1d6cea34d6f7042ced3a5211da80de88fa77c900af5526f3033b715e4f68df17','40fa40a1a2c02ca514f309fe27268e9e493374bf3edfca8de66e3d46efa32ba6','ff88f2d70bc66f2a001cc0c0bb9005dee22cca1a2e4ae09f79fb1a9f1eda5c17',NULL,NULL,0); -INSERT INTO blocks VALUES(310061,'35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf',310061000,'0c43668fdc3d6cc6ec84fee99c68f0eff21650a618db35bc20e428550eae9b0c','4aa0becfc939793d7dccbb0b19881889a20c801e6c627be8ab8a2ffbd8cee8de','2b2fb6a0fd87e50f26ba389c5261099ef37556e8b991e41b01503cad5e59019d',NULL,NULL,0); -INSERT INTO blocks VALUES(310062,'b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f',310062000,'cf03a34b29d3a8f8ea5fadb017426f2843c6ab2e785032b6dec70d7aba7bce4a','3317013c1e6464e0296f5aa7f50208ede42ff9051e4e3ce2da92584cb80a3079','48ac8c7c8ec40a48cb18cdbcefa82e4798a0b7d1d588dc2d439bab7fe88ec10a',NULL,NULL,0); -INSERT INTO blocks VALUES(310063,'0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe',310063000,'e145dfc2c7f053a1ba4c8a41d042b40c0748eefcf9e56c5e906ad4b12f3653eb','b58f95d06b31f7bb5c6f6bd5c5c4460ef4e4ce0e1d154b8557a18cb73f36d432','d91f4811ff94f5ed69f9def6a3b7daf94d88c9acb736d4b80b192a7234301edd',NULL,NULL,0); -INSERT INTO blocks VALUES(310064,'e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30',310064000,'ebc34184623da16251782c82098c7fcfda42f95b155eadfacab2a53e3b34333e','e33ac70126559506de70ca420f152dcb639fd0e841d0d7259c0136d518fd4f39','579ef909b8e26b2d76d89d71a8b35bf6f9b6220ff68afe717b73889d3ff6acc7',NULL,NULL,0); -INSERT INTO blocks VALUES(310065,'8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a',310065000,'db746a9e0ad8f37c14ef14180dd1bc562ae757a6d4d042a517bb8953f34c6958','9d52ca0b8859777bcbe84606017ec53961075699eff51b34b80e5a6ed33b137f','2cb7e35d911b6c3d81d21c7440354fd472f16d7ca80b48884f836cca1bad9251',NULL,NULL,0); -INSERT INTO blocks VALUES(310066,'b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d',310066000,'cc71a63314b770e4e010bc7c66d8ab808451b6401e6df8558455a2bfc9bb4882','5122312265a8305639f6490bc51fb025626dbcd38c5735ce85cd652348f2e86e','4e4d530e4aad69b1d77a10ccff26a565621106100813f93aec978ec2c6a1f0a6',NULL,NULL,0); -INSERT INTO blocks VALUES(310067,'8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577',310067000,'a5812c0f3a37b04d5105bca6b0c4819a41beeedf5b0f314f476ab55d6c31235d','764477c3a233cd407804695f42948d3017951e90b7474cfcc24ef81ee49fdad9','4b5e0df8c13bcc5b2a1a56f2c25dc80b107b8e8c4b6060d2f20612288ba82e9a',NULL,NULL,0); -INSERT INTO blocks VALUES(310068,'9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5',310068000,'14f065751896a2724251b6ca6d0297b344986980075fb72ad058ad0b5bedcd3c','866fceb74e8e97d663493f3546519b01f51e1a3cb25bde4b0f3c2e960d2eda85','672b9823218974506e40bef024bd98cc1ea65205a3af7c459522aa6f9bb9dacc',NULL,NULL,0); -INSERT INTO blocks VALUES(310069,'486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7',310069000,'a7dd17b4760fb65ac58be1b1653f7cb0e90574c47f70c61ff9f940ad15ad3658','9e0565827fcf295ae2149bfcf5e0db29237f447760832083baf94de145bdb531','ce3912036c024d236ae419b47d8561bef2af5316879373511dff6bb17e891e5e',NULL,NULL,0); -INSERT INTO blocks VALUES(310070,'8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5',310070000,'8068a6bcc5d1fc1a78562f0f3165423b45b4674e55f21c4c09948fb65ee632c0','03f84e0f0838204a53ce54e3cfecde00b2e5741ed08aab0c0d9ed99513ab4655','f68a4705b749c259ca3f505c32f403d41a4bf259676e19d6e0caf2f73b4f717f',NULL,NULL,0); -INSERT INTO blocks VALUES(310071,'7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b',310071000,'af86ffad4b8dd68a0f18142935bbb18623cc5ce2e9e0c02f04c0e7a5dd974e17','9b3e1c7af0bb119e69813161c19aeac4dd5a594ece5f67f21ffb55b8edaa111f','eb42cd22cd5b3ef02c1ad6fc8f7c4a719ef930ae7356c7344590fe2af980a1bd',NULL,NULL,0); -INSERT INTO blocks VALUES(310072,'7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a',310072000,'36de48518d1446b33f2230c5eee7d18e040db543fe03dca001174f8382c209ee','33fccfbad1dd91d9102b82f11b7c97883bc5d5fdfd44584cca6c40fbd04ce2d8','67e14ebc5cdc137fbdadb78bda42c4cf23a3133de82faf991f86be5d561c801c',NULL,NULL,0); -INSERT INTO blocks VALUES(310073,'ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943',310073000,'4374f567cbc460b73e74d6190db353c3ee86b92c3f99e392beae3caeb264eb5f','7544980dbaa8029ae36d883e3079bcc82f2d140072d4dd65cb3384510692ff45','49e2f50c95f3e59ca8962a887f525c67d20627da2bec360b8273854459e2ac09',NULL,NULL,0); -INSERT INTO blocks VALUES(310074,'ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb',310074000,'54fd95cdf7f9374d1687590f2860276afe67a265ddd9216e5b63fb06c5bd569e','1efba9ea6a8d2e7ee6ee2070b84b497feb66e3387e05c1e4f4989f086e5e02a2','f6fd8646a71b10827e65a70845613830eedba16aeab8210f55a1cb0ad41d5f78',NULL,NULL,0); -INSERT INTO blocks VALUES(310075,'ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b',310075000,'2b42e23b43d30f91fe7705a01f0c8ec86d6230815b587704bcc70b91b5ae87b8','a370830ef1758c18c88e6d9fcc5803fc15f1dbdad0f2d6a0773f902d86ad7c97','cd391746d4ccc538514fd9eef7e67de157f12e88f864fa2c47be84c93356d388',NULL,NULL,0); -INSERT INTO blocks VALUES(310076,'3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92',310076000,'577092728a4dc81cd9a06fcf6d2b058f0e4ce8bcb395819a704d6b4144f041dc','05ce95f07d03f4417a2fd15224418c8ba4ae196e9ec6f3192f5324c028363641','ba3007f9afeec7323bad11c030868dcf6ce7fdd09fe96dbe1ccf1adac553c90d',NULL,NULL,0); -INSERT INTO blocks VALUES(310077,'d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd',310077000,'d1ba60181f3061673c64ecd0b92abbc19b1a6e69a927dfefdfd8b8c74171ecd2','6c9e35feb56fb01c37fce04a1e6dc5f7747a6d26ee2f39ac584f11e8359dce71','56718f699984b0c0ce3c414fc9eb03cfcfd9cb39f911eab991441f1c0f53dc00',NULL,NULL,0); -INSERT INTO blocks VALUES(310078,'f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6',310078000,'c0a9270d15793e68cfd1cf445315d737bed7052914da6def4f014c21f0c9e0c5','d59b48425061f0965947dd025cfa0fba8855e997f376572c585db72203b9a80a','b05627a27488969bd2b6fa27aec06ec88857ae8c761bfe01fd0a203dd0514638',NULL,NULL,0); -INSERT INTO blocks VALUES(310079,'f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c',310079000,'74eaddecbf5ab6608c1e95c1c313c13f2af2b649512cc8c7016717d21e93f815','d3f32df02f0e7cd7c2163b47b3ff73d175046599ed626ab343647e1a04525e3c','df5dd441c83ee293b14013f07f33117d128f319db307da6527aea52ad91862ab',NULL,NULL,0); -INSERT INTO blocks VALUES(310080,'42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c',310080000,'a759e3aac1b015e28b8b524106a74b943b215faac8d5079384ec7351b2239bde','f588a6cf255e710d9ee481d53f8bc0fc0e1567d58ee701f1b77f0848db881f5f','6e17bc10d968567845c1f96c9588792ecada1bee243f2ac26d70848012287bb2',NULL,NULL,0); -INSERT INTO blocks VALUES(310081,'6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4',310081000,'71622e25e8497db6fa222e33c60ea582698e72ca5789a52c9252bf51191cadaa','9a2e169d5fa3721f9bb8852c93ca8ed5dfbcccef05cba99ed3f1c61c937f4366','2a464f9690f8af9e17d00d1db1bbf8dac417c5e83e3708422e9bcf7a3ec3ab68',NULL,NULL,0); -INSERT INTO blocks VALUES(310082,'4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644',310082000,'47e9d8fbcbafcee2b4c145ce651333ce49812533d13f7f9a0e9a448f51cfbacd','c2cd395566e0a7b16c76cc0ead2c2cc87a684d5a499c76b2370afffe4b408ad1','7672b19f766efc631b8d0fcdd13b8f6940a37caedbcfe32f09c5d06ced08bdfd',NULL,NULL,0); -INSERT INTO blocks VALUES(310083,'9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850',310083000,'e61148e7a8125f7225a6b6e1d77786f8b28b0b8a74e60fef3f75fa4de8f7d882','21fb4596655071cca486c2e6988ec980799a9827e2e5f169033a45d21b3c7a75','159e373533417bbb7f6eaee0ae2236bb6a6699240df38b6e97bc5b2d3bc7340f',NULL,NULL,0); -INSERT INTO blocks VALUES(310084,'1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3',310084000,'20fb450589ddc6c904fbb61cca8588e85e865635c12402ce7ae72995ab884c14','feb3992f370b8465a732bc4d90691b99db691f44e1697ad2775a6df216d93b13','53b4b281990de4e0d18621a90edca940a2c15f248df9302a267e2181c5ae890c',NULL,NULL,0); -INSERT INTO blocks VALUES(310085,'c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34',310085000,'9cea37d548308505f80dc438d5183bac6c6ca424ea4dd9c85d883b05d67cdc92','277205c28e54078d55ce1641fed64ff4b409b686fbe4aa3a018cead2f969c501','74d287c2ab5dbee8e6b8bf4e7321024af7ff36424af5308b725afda1578fcb28',NULL,NULL,0); -INSERT INTO blocks VALUES(310086,'080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78',310086000,'e11bab5fba2d038086c65030b90ce1cbc988314d0c9846aa7ddac4fd357bd01a','ef3ac1de31e29795732b362218bd244945bea4183273512ff6974ecd0c0a7aef','26ba98777e577b7b3a50c5bf8ad6a90ba38652a9ac5e7c87642d74876d347d34',NULL,NULL,0); -INSERT INTO blocks VALUES(310087,'4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c',310087000,'777873e7ebd0ec3052be65197ec0db8bd72e46d2053badb0f37be1f6e84ae0b3','3bec931f7207a5b03e5a7d390787cd737e598d04025a1514c7654ef34fd1aedc','f0815726f51d9d32fe332d017bdf250f11f41efe6b211a92845b32f52414f359',NULL,NULL,0); -INSERT INTO blocks VALUES(310088,'e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3',310088000,'85a5ea57af33dfddddbcbe1a1c87994efe5a21a645713aa164f19e19bfb23c64','4030ee911aec8ebfbbeecede9cfb977088fb591b20cf52d5340e5aa13e41c7f7','2abbdb10cd05d6dc1fc928fe47972654cafba9b711d56209563f3d8bdb7035f2',NULL,NULL,0); -INSERT INTO blocks VALUES(310089,'0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33',310089000,'bdf3b6e7a14a3aa22d42a7d69f2f96b0993f1eef2952a7d74313c37e1b407523','255675a022762a349d44af6315173e05c685f351f2b3b770e0ec80e128969a4b','1fe1b7fe824fb021a553c39241774779a1f487e3b55dac29e1f7815b610470b3',NULL,NULL,0); -INSERT INTO blocks VALUES(310090,'b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969',310090000,'9b3ee688c5786ecc438ec9c843ba5f898fe1ab1a8bc3903ad7789aaf6b0c0bf0','7d658801ab6fbe73231469da5204c5e1c73d290b83449187ec5eec71b846616d','b901dcbafec9c7817423980ec1c5b8882d3c0e6bcbde08ed5a69a325c37be61a',NULL,NULL,0); -INSERT INTO blocks VALUES(310091,'734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c',310091000,'25578ac389a77dbf9589b23c5470f3199016ac66a415540ae03efac29dfe7adc','1cb14bc9f998c85e670e2e291cde3a2debe9b4013840c0c060417f509c7210ea','bb914546b4946033c1d80b9092c6a39f588f8cfd04bee4bfe0c0d4b09f3a23c8',NULL,NULL,0); -INSERT INTO blocks VALUES(310092,'56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d',310092000,'bb9109ba299c99cb104ebf2ef6e75141c50264d701d27119525ab5d0a54c1a40','889afcda8b6e0848c7d43014beb0e181c78fa69d3aedec508f4bc0eb8a416029','a157afa76192914c8180c0a02f6ab8298ae3e0ab87b97f311ac39a8d339b570e',NULL,NULL,0); -INSERT INTO blocks VALUES(310093,'a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc',310093000,'cdb21362b3eb4fc10ba3c6bf3aba41bfc5bd0bf2475f742c1069cb4383be7b95','dec762d55ba88cb2c043f627b2a8b26c920cce9d4dc2746065c0bcf2795c2d99','ad4e35373848e083cdf4e853b55e1a6558ec71b6b08dcf7f6a609163a640cd8e',NULL,NULL,0); -INSERT INTO blocks VALUES(310094,'2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23',310094000,'b82568de09fe4ea06f3dca053dbcbcc61dbe5e44dd300a4301c995ba180f894d','625beebc3c34fa3276e022a37c79137c8f09af21454e8171cce7ab7a04453047','73b4665b83b54272f763aa224f8cb0fb22d8a4d9f79ccfbd6e3a47b02b5a88db',NULL,NULL,0); -INSERT INTO blocks VALUES(310095,'bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2',310095000,'513c4a041ee80ba72d1d8428605c682e3485fa45341460bc33fae6540dffb571','b7794e7c8dfe3947ab8d256b94af8bc43acb9ca11f696a81cf9ad98062372959','67db730b6e72e361e52147b5c6fc9f3b41112c8f8aa360fe731517b6fe731520',NULL,NULL,0); -INSERT INTO blocks VALUES(310096,'306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f',310096000,'3e8ff43c8d671159355b2d40a995fb8f6d84f6216fa8326fa80ae39aa9d15d03','8117c5400c1cfdb97456cf3b79e8572aecf23c29d1c336d5543979d0e81cc158','f90c6841290e5ebec6cf327be7cbd1ac198104bf1c570c88288b1e23f98c480c',NULL,NULL,0); -INSERT INTO blocks VALUES(310097,'13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf',310097000,'19d91de7be12136737d3f8990e7a4a793912c952e71e017d723d750118e849c6','1e2f99bf2c03b8c915bd23c94431002d3801a13caf40d9b42f22001c2faf305a','1adabd4447b2d22d8bd3d60c65268c03f290f4617d0fb01bb25a59ce0f012844',NULL,NULL,0); -INSERT INTO blocks VALUES(310098,'ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca',310098000,'be75df2e5aff3faaebfc0ce4ab5134790fa728f84500e6989739dddc058738de','7f692426eab57621527d12cc4a49aa85841de9856cd46ad6992a658ed5c15fb1','4b77526fd717cb91584d3beeab875de75c8581038d15948a593d316499d319f9',NULL,NULL,0); -INSERT INTO blocks VALUES(310099,'3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a',310099000,'9090b8a4a26ea7dff75658317ce2c6ab828b3b42684922e44debfd1bf8330b8d','c3b0869da7bd7abbda54895e6de81cffd2febe007e1f7085da8cc657512278e6','80fbb30bb6e3d9f11c7c0465e3e40574a444bf9128fd44cd191f4823c1173a84',NULL,NULL,0); -INSERT INTO blocks VALUES(310100,'96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb',310100000,'d48d30db433bcee44d87153fb3db17d37fbe3534f23eb16ac853b3420d86d80e','793627f8b7de24827faca4a19ce374f39c90b74e278b83a599cb637877bd6388','3077ae023f637d835b03ea234166104edeccba11454d89366194659166e1f586',NULL,NULL,0); -INSERT INTO blocks VALUES(310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'53c6f9247cd255c86a69c05c4463ab94f9a3277496c155398c38dc6f7121fe9b','7388dcdfb1f5a54a0d4a4d3e50d486b24a662cef04f054a582e2d5b0bcf3ca28','d47df015ffeed5299c34eceef03ebde6fd72c079e1dc848767019cedd9aa7d14',NULL,NULL,1); -INSERT INTO blocks VALUES(310102,'11e25883fd0479b78ddb1953ef67e3c3d1ffc82bd1f9e918a75c2194f7137f99',310102000,'b225c48fb4c40b2e0695991251f6d69217df6e00c01613e0a20f6a3e34f50d5b','7d553f87ef9f2beea74631e2e6ec107522b9f4756f041e2ee40fa3946909b3dd','0d026df13663b1a56bf39b0c0ddbc2829b34a68906353ed7d526b1b09edf89fe',NULL,NULL,1); -INSERT INTO blocks VALUES(310103,'559a208afea6dd27b8bfeb031f1bd8f57182dcab6cf55c4089a6c49fb4744f17',310103000,'fc2a8ce8efc122e5cbd631998e611dc8707cfe0b8d3f6a531fe5bcc21c17feae','ece7991721b8e94950e2a9f41b9285b34be716340a7621b1c1528f8065e9ac28','d9d3c8c4a20eaf25afa3f3e20455aa41cb7061bc0465319134ccfb96f7d445d2',NULL,NULL,1); -INSERT INTO blocks VALUES(310104,'55b82e631b61d22a8524981ff3b5e3ab4ad7b732b7d1a06191064334b8f2dfd2',310104000,'b1a7115902d371d13889008320e52473cd5b34591bd657e372c0048df020012e','66dacde33bddb633552c94d9107669297fe26ccdcf482f9098f1e6c05f3d01e6','f4b010f96fbe2af3fd9f131e061b62d7d76aeab1e3f83795c7b4364ed2528ef4',NULL,NULL,1); -INSERT INTO blocks VALUES(310105,'1d72cdf6c4a02a5f973e6eaa53c28e9e13014b4f5bb13f91621a911b27fe936a',310105000,'b5fcda12415e713fc81278b95515fe86ecc6beb5810e4f80eb9645f09870dab0','656d27bdbf841c33dd3c11253159dc5d8a6d7885db3174f4f9c6a8382d6a7209','842982ab0dcfdfba58eaee6add02cfa82cf9f52608e1cf4e4e1adaea8f179779',NULL,NULL,1); -INSERT INTO blocks VALUES(310106,'9d39cbe8c8a5357fc56e5c2f95bf132382ddad14cbc8abd54e549d58248140ff',310106000,'f3c98c954cf939951d8b24a257bc6b1bc152a6a0bcf6b580ac281c26bbf16499','6138a4e92289d72dab6e43906e545dcc3d1475102b7f33195118de74a53fe576','6299d26af0ba1797b10ad27cb0bc102bf6ef32423c11ce3d9cfb2bade583803a',NULL,NULL,1); -INSERT INTO blocks VALUES(310107,'51cc04005e49fa49e661946a0e147240b0e5aac174252c96481ab7ddd5487435',310107000,'a550df26b8dee075bee82fc59c44ce5cbf65fe9df10c60f3f3009faa2791c783','b30d22c6d7e8bf574e3b3e11d08bcb73c5853ba348e8688a25670a861d3f4e3a','cbb9ffe7b84c58c17b2ecce472e869ca99a3a96eab6419b24c9bae820d47bbee',NULL,NULL,1); -INSERT INTO blocks VALUES(310108,'8f2d3861aa42f8e75dc14a23d6046bd89feef0d81996b6e1adc2a2828fbc8b34',310108000,'e1d8c345c74760010223a823895471d3ad6a2db5c6a70b13850d5cd977414518','d03bdcdbb4980ea415ab73c8e91a7fca7099c8c176d6bb4c2fdf72b6873175ae','a41b484395c44a4feeeed57929a2775f649125cb11387c3c722584b0cd4ba6c4',NULL,NULL,1); -INSERT INTO blocks VALUES(310109,'d23aaaae55e6a912eaaa8d20fe2a9ad4819fe9dc1ed58977265af58fad89d8f9',310109000,'8fb63d8460a222163d15eab76a61e383ffa251a175c16f209648d6782c304059','cff81539539169771000a550581dbdf4d4d1fdabecfb9032342269ff5f100b61','ae7b849461e7066bc1a02aab5a787ed14a369c41d99b2bcea08d6110968fb8a2',NULL,NULL,1); -INSERT INTO blocks VALUES(310110,'cecc8e4791bd3081995bd9fd67acb6b97415facfd2b68f926a70b22d9a258382',310110000,'250f7b5c6f00bf06c9cd4de8dea0b8166e2decf093910ea32eabd615b910e7e6','d6853c803a38efdd5190401e94244333cb4f46752a2868d4a03e6d7d6c8c2bad','9e33de53540758ea8408bfd1e6129fc185a268a6bc30fe60a87ff8dc2801d05b',NULL,NULL,1); -INSERT INTO blocks VALUES(310111,'fde71b9756d5ba0b6d8b230ee885af01f9c4461a55dbde8678279166a21b20ae',310111000,'0c3c3d099bf08803f67c2a77d0d67779674d1063cc72d8794b8fe62a55049d75','9cab90baa72446a36a7c176e82eed32ce968f96b0f29067b240a10a71ed95808','e43157e3a4a1978a9d183a7fad6c0da2b0f1d4f3f1f854eb73014af157cf0c27',NULL,NULL,1); -INSERT INTO blocks VALUES(310112,'5b06f69bfdde1083785cf68ebc2211b464839033c30a099d3227b490bf3ab251',310112000,'557fdd1240793f8607a2b4c638ce800d5260c2adb294aac95d6c5eab7e98c3a9','4fc0df4832258d430e645f1950407e19e72ea27d28b8ae1851333e8e8718086b','076e3ad351ea88c0af5011a34ba2d4677987a6cb098d1f01933c3870c6c0dedc',NULL,NULL,1); -INSERT INTO blocks VALUES(310113,'63914cf376d3076b697b9234810dfc084ed5a885d5cd188dd5462560da25d5e7',310113000,'4ecad4a5c8e9b54101c4a037d6c86a7eb36d3cf0503e60a1bf13c5a4196c5989','baf1f86b3145fd8dc33aa2fcb2e882cf69ffadee81e8412ed2092c634934709c','e4b22bbc353c78b5448a683ee6c3cf8bf7757a638c883f9200c9c70ef010433e',NULL,NULL,1); -INSERT INTO blocks VALUES(310114,'24fc2dded4f811eff58b32cda85d90fb5773e81b9267e9a03c359bc730d82283',310114000,'00380ec3118a5e8f9cab403d10870dd5bc339421297fcb6196a3112d70541ecd','22e3851c91f780c0152549b24228d0dab3542c2632b633995c0d8dcfd8e26601','fbaaeaa91542f263137e6b571142e2cd4e7c8e40da83c6fab237b4cffab1db20',NULL,NULL,1); -INSERT INTO blocks VALUES(310115,'a632d67ff5f832fe9c3c675f855f08a4969c6d78c0211e71b2a24fe04be5656a',310115000,'0acd3a07c5df54e883ff9871852c961b00771d3f4afccb3b1941d0b1c7b300cc','cf921f50b98df4ec37f2a9803315a798198507adcbfd8fd54e6a9bc539cc8f41','45b506f7506ae83cc62ed791d6d9d4723cb54412b07d64fb783b4742ffd78076',NULL,NULL,1); -INSERT INTO blocks VALUES(310116,'8495ba36b331473c4f3529681a118a4cc4fa4d51cd9b8dccb1f13e5ef841dd84',310116000,'6c6845d3be70cbe9a71c33227983f695c96877aac6d3a8d6a6839760b4691d25','a7e01a910cc919588be3b0c19c4bb7c36499b0a9b0347834d40fbb54fdf05fb6','c00de4c41df4232802a302a5db21db7578897508c295676905a605304002e660',NULL,NULL,1); -INSERT INTO blocks VALUES(310117,'978a3eac44917b82d009332797e2b6fe64c7ce313c0f15bfd9b7bb68e4f35a71',310117000,'0465a90ff545d58e69c07c204160360bcc6fba5cc60fb81d7e6e389d9ff8133e','1100b7084683079d36f9ec6e4cb1ec457ae4c45941cdbaa0f4d53bc458e2fa9f','e4d795011c8ffc40fd806d3dca9fde17c7e916ed0918f31b9c4aa240ceed59f0',NULL,NULL,0); -INSERT INTO blocks VALUES(310118,'02487d8bd4dadabd06a44fdeb67616e6830c3556ec10faad40a42416039f4723',310118000,'011ed3df8ae72a02b686e98aa8db07c973e1e12c2ac09891ba90d783ae63161f','7ed056a59c2b15a2d082f75c8728ee1e7f9b0eea6cb56b37f41319b115e39771','e0c75c5d6db7b696784678b99939b7e1d34417247e3ea8946aeed695965051ad',NULL,NULL,0); -INSERT INTO blocks VALUES(310119,'6d6be3478c874c27f5d354c9375884089511b1aaaa3cc3421759d8e3aaeb5481',310119000,'a6620b1b6a5b1f54fe6a8076fc35f0f3ce15315e9f549f5ff3fa0f5b6094919f','1312871691c685ced39676d4d4bd8825d2109587d1ec36f2dadc50f68b4d9cca','e0d7003d40334319b1b7a6eff6898eb92c5165168af5dcb5f42a13f6fb9df84a',NULL,NULL,0); -INSERT INTO blocks VALUES(310120,'2bba7fd459ea76fe54d6d7faf437c31af8253438d5685e803c71484c53887deb',310120000,'e38e2aa0bf8831b90e69b40c78d4b7d41bc564527451b5f9b332bb0beb54c923','1901f4d80a526969a544b68b1a695f07aa078ad719b8803c0b7543fcb4a974d6','ee2e0f758a6f92a9a4465c06a4ea34b5d46576db3250aedf630369406cad83dc',NULL,NULL,0); -INSERT INTO blocks VALUES(310121,'9b3ea991d6c2fe58906bdc75ba6a2095dcb7f00cfdd6108ac75c938f93c94ee7',310121000,'5b988c8ad133bb5ff5ac1ee4ad0a6a4fd431247db373e43c9be2a020520f438b','9921b651b8ca004602b16f95d76b2ea76f03456d9a978abb02bb340f360df7a7','cb0014f8518918075a1217eccebb515d646e133929ebd1b7d687f62eefe2f448',NULL,NULL,0); -INSERT INTO blocks VALUES(310122,'d31b927c46e8f9ba2ccfb02f11a72179e08474bdd1b60dd3dcfd2e91a9ea2932',310122000,'70ddab8f1d6283ce5a054650dbcd02d7ad4ca9c35de7bed920c2f266bc092070','a45cd1eea6626efa3af3dcd3c89782c50cc3b683c1b22249dc67d288e56aeb17','5f0cb5979659325a04cb4c8052eeecee32bc606eea7a185b217e3252140f9b79',NULL,NULL,0); -INSERT INTO blocks VALUES(310123,'be6d35019a923fcef1125a27387d27237755c136f4926c5eddbf150402ea2bbd',310123000,'3670feebcf979edce175ad5b296a4c88fd7fc6bdc251dda84d487b1b092e41dd','78c648296fcc7856757b990a92cf9512c61d180b08d451b63ed4e796d051d338','bb68814940e764a1881e9e83e9eb20c90eaac9b18f95c9c70defa294e4eee952',NULL,NULL,0); -INSERT INTO blocks VALUES(310124,'0984b4a908f1a7dac9dcd94da1ee451e367cc6f3216ee8cdee15eae5d0700810',310124000,'9883fff318e7cf9021fb4cc39261840f682e8adabb934549dbae2a10d2a71de3','c58aaf910fe01fd9ba6a892ea421c0933f4cebec80c6d2d556accc81102428d3','c5d7527bc57ff36fc67c59d63ee5a29837d5424da1165fc52a6e497f8096d84f',NULL,NULL,0); -INSERT INTO blocks VALUES(310125,'cc28d39365904b2f91276d09fae040adb1bbbfd4d37d8c329fced276dc52c6a6',310125000,'1840685242f9090297d4b432e305e4a093f90faa0b673953b648fbed948f31b6','3d1e4c3a02456d7f79402a89f6a39dcb235fde15b275a762197b70e643d29e25','e429ec721dbde61ec81102fd60fbc60f91baf76412593202e70482897c2f1c75',NULL,NULL,0); -INSERT INTO blocks VALUES(310126,'c9d6c2bd3eeb87f3f1033a13de8255a56445341c920a6a0ee2fb030877106797',310126000,'1a83f417c18439cd3c6269626c44b480317290f0c27a9b9f883a01653de69272','7cde633cf5f7bc1176a3faa6ad03a449d3fb0d21dcce5885d2a37b81448a2ca5','b9fef27d179b052246916d5ccb318f28daadae7ae1cdb443946642b7d2b907a4',NULL,NULL,0); -INSERT INTO blocks VALUES(310127,'c952f369e2b3317725b4b73ba1922b84af881bd59054be94406a5d9bbb106904',310127000,'094c53dfd00b5004d074987dba90a6c9c47841d01041d0aeb61923c48315d1bb','0ac0ddcc5c45d4d709d9070814832bfa2339eaf5edbed98232cda4b1731e5478','3e5be34f4f3b5ad21ce3e217ec45f84e6d2ac2525e562370f65bd7f32c539bb9',NULL,NULL,0); -INSERT INTO blocks VALUES(310128,'990b0d3575caf5909286b9701ece586338067fbd35357fec7d6a54c6a6120079',310128000,'28ad1365daaadc866e79b6b1a555fa31bd804a85827d958cebb9d29511f78e19','aa9a25819899fc8948c4906673cfc8128c0a98417db8fe659098d28ca12e3786','902e211b9437c3b30f203acff329526aefae73cd5732a64e2fcdc723d096733a',NULL,NULL,0); -INSERT INTO blocks VALUES(310129,'fa8a7d674a9a3e4b40053cf3b819385a71831eec2f119a0f0640c6870ca1dddc',310129000,'61587f9b5d05f8f553f0a4f580f38a140edcf7d9facb13c542865f5ec586a32c','ca3752868d963f0c165166928139cb078aefd0ebcbd9ab8f182c631ff941a56b','f249a2c44d1c4cc5186ee741206aa06fcd21823ad57d86d334acdee57b1d50f8',NULL,NULL,0); -INSERT INTO blocks VALUES(310130,'d3046e8e8ab77a67bf0629a3bab0bea4975631d52099d2ddc9c9fa0860522721',310130000,'1ee8c39657890ac946e2aac5409147cdbf1b0004db1f00d997cf45452596f781','bb38c9be1ef6ce22f1f14319cb3e1385d70fc63f7d0b2d80789c9af018baaa71','27ec067f829848fa3ef5e5fadfe6b0412ea3f5593c356af7f6a518ad8a153697',NULL,NULL,0); -INSERT INTO blocks VALUES(310131,'d6b4357496bc2c42b58a7d1260a3615bfdb86e2ce68cd20914ef3dd3c0cdd34d',310131000,'aee45272e68725a2746582f1847582eb9808289d3deca144f8c6cb43bc4f42e6','69fba2b86abed1e740d45d33ec1bed7d2bf7de0f3bd9633959bfe77a21dd7aeb','2fd1115bf78e73e3ae699a341b4d8520f43f06234de7d006d229881bc457d842',NULL,NULL,0); -INSERT INTO blocks VALUES(310132,'1b95a691bf4abf92f0dde901e1152cc5bd87a792d4b42613655e4046a57ab818',310132000,'a3fe51c1d168ed726a78b72db61175f2abb07ea6c614b2886f3054cdd1a858fe','352b00e4db389d411377c2302ecf272f97268e953c30d0976a5d12bffc5a17f7','1625a202182547cd54a08d627fb1ea9465047cb0206ae7eb47cda446c803d938',NULL,NULL,0); -INSERT INTO blocks VALUES(310133,'1029c14051faabf90641371a82f9e2352eaa3d6b1da66737fcf447568ca4ec51',310133000,'626743e51b462163f23f22079d672379def21382fd88f9155ddd453ca3d633ef','1a7a1af397c6619b629eba7fdef0f0ea2d737e673d182fe985421dee61d0c63a','9d54d58323fb21d31ede4ca2ff821e3a0504e249418a64865fd174bb3820e746',NULL,NULL,0); -INSERT INTO blocks VALUES(310134,'1748478069b32162affa59105257d81ef9d78aee27c626e7b24d11beb2831398',310134000,'4b6e3202cae46fa80222e3ddec001213062ab76b8848eaaf4ab73f44bd84ac55','855a47de54b979a3d958a921c2679825084193b9f1eb0fa56393e0186fb1b440','6c98b51b302cce4711be7f6c79eb753c261ed148cbb41d31ca5bcb26cbe20bef',NULL,NULL,0); -INSERT INTO blocks VALUES(310135,'d128d3469b1a5f8fb43e64b40f8a394945d1eb2f19ccbac2603f7044a4097e4f',310135000,'e32784cedeadac39bb292da2c5eaffc983f416e0bf387978691e4c0fa5b1715a','80e68a8a303975543781e760be8d8b151206fb0335d3e0f5c2821d3e482b0ef0','38c73a7af1e08e6c6bf09a6a8acd4bab5d48e012c854ac000fe28a521f7cf0b1',NULL,NULL,0); -INSERT INTO blocks VALUES(310136,'6ec490aaffe2c222a9d6876a18d1c3d385c742ff4c12d1334613a54042a543a5',310136000,'93c67fdabd991708d1e35dabbdf7acb4e928763eeb817b32a79cd0bdb414fd2a','5fd1f9311646bed047ec4ac1d5aa5c74d68d26ddf6bdec14f2f53f4cb9c1f6b1','bb3b688991687c972d0894add518e9fefb83b76898c2a3f8887229483a5fd74c',NULL,NULL,0); -INSERT INTO blocks VALUES(310137,'7b44f07e233498303a57e5350f366b767809f1a3426d57b1b754dc16aba76900',310137000,'8a43d01155ba47b8b1311c41d5a57112198857701c2970d0fd373da04ef4e585','d1f1a4a5fb78621aa1be58d32795feef8ac82572c34a694bf6b0b8c3c73ba7d6','5d768d0d6590e35d35db56b48152c232a6bba9cbd96596da044f8534cc8f8480',NULL,NULL,0); -INSERT INTO blocks VALUES(310138,'d2d658ccbf9baa89c32659e8b6c25b640af4b9b2f28f9d40baae840206402ab5',310138000,'4acf0244f3188f60152acc8ca30dcaeadf12e6669b15377c81b7e6dc3c8892b6','645be1bed53d63c268cd21d99a914aa4268b5a357dafa57f706075a66e42f948','cdb0742f83af1774e792e1c7dac7d9f0d38fdc3d4d5df323c67e6bc4b3353af6',NULL,NULL,0); -INSERT INTO blocks VALUES(310139,'b2c6fb61f2ae0b9d75d18fce4c52a53b1d24772b1ad66c51ca51090210527d46',310139000,'2d77bdd47ed1b3be1c2edf41473bd5eb707d06dab33717b01c4a227f9855d73d','c1e0ab9fe21f807be3431a5d28c048b7f5c49ee5cfba7b9a0a837d1fa5c90f4c','804c5363ebf5da164c176f59af94c9fa7932cfa48268fc8c5ea0eed3ac838392',NULL,NULL,0); -INSERT INTO blocks VALUES(310140,'edddddea90e07a466298219fd7f5a88975f1213289f7c434ed47152af6b68ebb',310140000,'277c0c6dd1c505dc6f9a222c737296396569d8e007c4b9a42582f108e90fa624','ab9a8224e0e3f8f728b56fd3ff40d960d9d336b2743932053b2419423223f2ac','40effeb560c00b7a0231ad7404fc6c389994cbb6f68a9a8a091d5df102056a38',NULL,NULL,0); -INSERT INTO blocks VALUES(310141,'b5b71d2a271bd638561c56f4ffbe94d6086debaaa86bfeb02ef0d71339310709',310141000,'f5d0edff3f22b2e025c884b7c738abe641bca9110a6b9a7b90de179fd6e5d2dc','d272db9ecd97edb037736fe46ab9585397f38a6d1c1d9455e64b8439811ebe4f','dbe3dc8f68bb56a270e5bdf09163b6ee49a7512333d3b9959eab35ef7b14ebf1',NULL,NULL,0); -INSERT INTO blocks VALUES(310142,'a98ae174c41ab8fc575d9c8d53d8e02d8e446b8c6c0d98a20ff234eba082b143',310142000,'a9f00ec826a30e66820ab2920cf9573244a24dacd63d48c080b9e80b1c5e05b7','0c2ddacd61856ee0743eca9125326981ab9f5711982f53874a0f8153089a8d97','469d0c1ba5809c7a31b848e2eda7aad251c1d3545f50f26341abdc7104b53ef8',NULL,NULL,0); -INSERT INTO blocks VALUES(310143,'8ba2f7feb302a5f9ec3e8c7fc718b02379df4698f6387d00858005b8f01e062f',310143000,'b5765899f770fdb6cf1120535d85826c6b0ae44b16b8d5a619c5cd12c98783ea','39ef998b6c6130f79df8dcb5abff84c18a485915f1088b36a10de30da8c6f9c6','d4e33dcf9831c8452b4ca2b7375ee9d3026f5619ab8c208ecbd097f9624d8187',NULL,NULL,0); -INSERT INTO blocks VALUES(310144,'879ffa05ae6b24b236591c1f1537909179ed1245a27c5fdadd2218ab2193cdb9',310144000,'1a80f48136e5938b33f817a7cc1cb60aaf6d628b7811abd43e38cc807a18072a','0b547c8db7446cd3f26dd0d8b88d533c1361fa5dfae6127b85e87095b42ab66b','9dfd8890b89bc88abe6f006e7e8ac38f0ed765272f4bba47dd0c07bc647fdd97',NULL,NULL,0); -INSERT INTO blocks VALUES(310145,'175449ef0aa4580593ad4a7d0c5a9b117e1549ea772af00caa4ccdc9b1bf7a6e',310145000,'fce2f084c1776fcb36b3ae3e0c952893934e24672ffa0d3dac72bb1278af8264','bcef3d9f5eb82fb2198d268e442edfca029d5aa3ccff5e5306f0a1a8cf43b30c','3ec3b323c0e7eb59657fb6c88c7e9b3b20167eb62821d296c9d0064c3480a5c5',NULL,NULL,0); -INSERT INTO blocks VALUES(310146,'e954ab6a110455d745503f7cc8df9d92c1a800fafdd151e7b1912830a9cb7184',310146000,'9a98eb971580a0a69fceafc5fd41f398f1908b626c47df57965d1863e9a24b84','036b1784841e65e5905b012f2b74c70e1d9c33b769603c01387d13e693343411','0522925f54a2ad9e10f4515fbbd1d4a36b9d02232740b083fc22e93b8d5fd010',NULL,NULL,0); -INSERT INTO blocks VALUES(310147,'7650c95eba7bf1cad81575ed12f32a8cc36281a6f41bef13afe1dfc1b03a7e83',310147000,'336a89d3d137810d3220d2de432f72e3b3ccd2ada2b746da3859c77dbb89d6a3','184e1861a82afa97634e0ad72cff532220a37d75f8eb5e1265039188124f6ad6','8336c48d177486c4234210da49eda224fcd6bcb1e92bdf709da5d1ccd1505147',NULL,NULL,0); -INSERT INTO blocks VALUES(310148,'77c29785877724be924f965215eb50ffe916e3b6b3a2beaea3e3ae4796545a7e',310148000,'f904794337dd67d356981d2623b8c3d1d78ba584cd98a8c1db939951d3102612','c75b4218153bfdf3baf44f22f99523f7c54d957994ee838c05c08dd52d98c06f','d25998b068dfa9bbc50d8af93cce9ab1120515d08b01def1d9cdeab18eeb7af1',NULL,NULL,0); -INSERT INTO blocks VALUES(310149,'526b3c4a74c2663fc04ed5234c86974bffddb7235c8736d76860778c30207b3c',310149000,'c2972fbd048790f54d9ecef4e18aedec8ae7aa28227d1d43bd19cd71b4feff85','8dac7e6494cc67fc5c186e74b08d9fc8bc92cf71af9b0e1d919c48e9fecf7660','ecf16e9d49786b0fceab1602b8fc325467071251d4204aa087139045151f03e6',NULL,NULL,0); -INSERT INTO blocks VALUES(310150,'cdd141f7463967dbeb78bf69dc1cd8e12489f58c4ea0a5dc9c5c01ec4fcea333',310150000,'88b999e4ae34386b826b0f3b315953b5eeda8d9ef496af051498bfce6d8737fc','db25206ba3a052c622c6a5063359308d04fc2a031d6509447d838cf96a0632d1','c0407b12f9a109db3b57e203cdf5bd91b0c120627168527960d9628ccf0a60fc',NULL,NULL,0); -INSERT INTO blocks VALUES(310151,'a0f31cc6e12ec86e65e999e806ab3bfa18f4f1084e4aeb4fbd699b4fe284b330',310151000,'b7c176a2eff86655f8b0b71cc8bd3bab3a92ba203d4ccd911d63f3d2ce7fdc25','c6868100e51f390d57b2da8324915c9751aa3882b6e102055fcfe229d1abfc85','2855cd0eb2b8f28b402003e7f5e874cefe68a8a432523854403322be22a71ca2',NULL,NULL,0); -INSERT INTO blocks VALUES(310152,'89c8cc3a0938c63a35e89d039aa84318a0fc4e13afac6beb849ac37140132c67',310152000,'3f9471c393bc2bf144b17a5febea88c42982ae746fd700a5903c0e6e541e2b09','ff691488593add72ffd8fb9c8eab2b2c6f92dc2082615b3829f4b84fc8a81f88','db6aa932580f03b55d1d733be23ff7672f82d8557263551ef29cc6b74955ab89',NULL,NULL,0); -INSERT INTO blocks VALUES(310153,'d1121dfa68f4a1de4f97c123d2d2a41a102971a44b34927a78cd539ad8dca482',310153000,'c6bc81e7b7e6758bbbfe10fa0e688b09e679fb74a18134639e172c18c6e017a7','6c303c21dd9de15f2a265d88e04a2c110f32718da29a06294ebafe9ed91d4441','e234abc35886365ceb53bc1957306236a769cd19e438bad13adbbcc75a0f7a14',NULL,NULL,0); -INSERT INTO blocks VALUES(310154,'ba982ea2e99d3bc5f574897c85485f89430ae38cf4ab49b7716ed466afa506d6',310154000,'b3e07f9de85ab67e88042b1bb52302c6eb16b7ff45d5be6a49700f115ed396d4','b21fe34642b2c9ff09e65be86103f1c3390a01eb51b4d8b98456558639ef6e1f','2f543b6b1c7cb5b5f8cde27fc0ce8e14412c16cab05c135d4b618c35be58d435',NULL,NULL,0); -INSERT INTO blocks VALUES(310155,'cefb3b87c7b75a0eb8f062a0cde8e1073774ae035d176e9769fc87071c12d137',310155000,'27014841a468e23bcb70c718919745eadcded4310031a7be90a4732c96509404','0e5f0bfae3a6ced9c6498cbe95b8bcb56c76530830baa61345b8072aa6e28ff3','50b3deea35bd525a20b62c46d1c616ba1563da2efad855d330850f28951838a0',NULL,NULL,0); -INSERT INTO blocks VALUES(310156,'6e3811e65cb02434f9fde0445a7a2b03fe796041458737d0afcc52208f988a83',310156000,'5597aaadb8cc75848219f9fde3f5d76bb5592689c72068db59922732e89eef9d','ff3319c50ddd9bbd558542bdde3d612a475b543d6a34ea76738d929b5e05a380','5662abcb9831ea451789a3d0f7de27c49381426b034eabe8ff09fd4732be8180',NULL,NULL,0); -INSERT INTO blocks VALUES(310157,'51dd192502fe797c55287b04c403cc63c087020a01c974a565dd4038db82f94a',310157000,'cc1ae27fef286424e40204f6b575e9e079e1f7a5ccf6cc356729a7c4a7f83eb8','9b4884eaca300843017c2732aa8d09815eee4701cff996cc8b6ca6d62af4055d','413d340e8a0cb86824c30e0147c6c92d41bfdf8ae655e1681518e9bdebac1fbd',NULL,NULL,0); -INSERT INTO blocks VALUES(310158,'749395af0c3221b8652d31b4c4410c19b10404d941c7e78d765b865f853559d2',310158000,'6d80d98e778b30c124b0255b3e72620f432245d0f841f6bd62a0fcff44843bf0','03a33d54ece86ab81f4f6e1cb337b07b6fc105a580a4ff82496885c7671939a4','33d974c55f8b5ac6039384e907e0ccda44742d9ec07919617b70315063131e65',NULL,NULL,0); -INSERT INTO blocks VALUES(310159,'fc0e9f7b6ae99080bc41625588cef73b59c8a9f7a21d7f9f1bf96192ba631c12',310159000,'d8ab8bb14092afea6cc675d2f50891318e3169bf9dbe2d07e80c4db95f0f2033','c292a08eda8cb807f0c11947fc08c748353bf545596d8c6c03a4a734d25461a6','4ffd537f1eae6c48e0cb9c1045311e2c56b9911bf0c15f4c04f7c89012f3496b',NULL,NULL,0); -INSERT INTO blocks VALUES(310160,'163a82beeba44b4cb83a31764047880455a94a03e859dc050da782ed89c5fa8b',310160000,'2d76a042d062b73b7dd956d5cff0ee397f068c04eae6cf5b9522d3d55e88cee9','df1e1e18b65c4322284ab36204d9f4397c0dade89bf25486c8b84f6358e0f18e','9b9b2e8cdc7dd6b6279dd505e91b6ec09277b2abd33a8f559675cc962d736bbe',NULL,NULL,0); -INSERT INTO blocks VALUES(310161,'609c983d412a23c693e666abdea3f672e256674bf9ee55df89b5d9777c9264d8',310161000,'beb3496742415027bcc0d59f3385809523c8783cd91a5670f2fb6fec3230e980','e61374e297180716eee972376d16b85266342dfcee4f383ba9061360f7c0a425','4f94a0aeba20c6b750aa23e02a844b14adde57ea70be14ed8ac2b1cfd5e93f1d',NULL,NULL,0); -INSERT INTO blocks VALUES(310162,'043e9645e019f0b6a019d54c5fef5eebee8ce2da1273a21283c517da126fc804',310162000,'066a2b93df863300741145cd6a4f1a9ea616bc787861cb8ab809f59d47a6fa1f','bc115f6ddeebabd3e0ea592604ff679267b755376e509c4760cfa394e86498df','b42f6e4a1ce270bf1b86c76a129c92ca897a1d376e976a4ba084cc8e7a234232',NULL,NULL,0); -INSERT INTO blocks VALUES(310163,'959e0a858a81922d2edf84d1fbb49d7c7e897a8f49f70bd5b066744b77836353',310163000,'460c271269ccdd8775925b511705207baed8fc212caa7e74fc08a80be600a38a','d16b6243e4c0718a2adca941956564325985750a9a0833aaa35635335cb504ea','b66ddc0e201c8d7b32816002ef0c5c6ec2737d18768143b4e8deeb5f1d0b3b79',NULL,NULL,0); -INSERT INTO blocks VALUES(310164,'781b7188be61c98d864d75954cf412b2a181364cc1046de45266ccc8cdb730e2',310164000,'19a7948cd1bc4a89a427d48bb01330dadff848e2b32ec8b8abe342872850b268','54068fbe0e385c8ae2df5cb2c601397e15c019c732e37ed484573f07106741e3','f4ac81c04049fa51c3ca54cd69a52dd17f92b56c7d8eaf2a91b5d80369fe3005',NULL,NULL,0); -INSERT INTO blocks VALUES(310165,'a75081e4143fa95d4aa29618fea17fc3fabd85e84059cc45c96a73473fc32599',310165000,'97f0a48a26daf011a8c7b22bb772228a0c8a920eccd011e713956100c9fbdf33','0783c9e3d99f4f95b64b38b92c4e8b7d257f325d10cd83bc86d684378b9ebbd6','08bbd0b6bb25390b4b73197dd12ed9d86cbc0c26ecaf6860a0de71ae6aa0207a',NULL,NULL,0); -INSERT INTO blocks VALUES(310166,'a440d426adaa83fa9bb7e3d4a04b4fa06e896fc2813f5966941f1ad1f28cfb41',310166000,'edbd00e1229c673f4f15b3ac7bbe020f54b5f3a61b1d158658471076a55c77b0','683f4ab00ee1ff495bf452c511c1582100191ef7b575139b9d2f102c852018c8','51c986f9aeb0bd399915d8a9b0e6554ad9b83944aebdd4644b0c840832dca282',NULL,NULL,0); -INSERT INTO blocks VALUES(310167,'ab4293dbea81fedacca1a0d5230fe85a230afc9490d895aa6963acc216125f66',310167000,'e118e0f3aad5be73080f4d1892517e8fd2c4575589ccdfadf980edebb9a66a14','d2be4356643047c7bd04eede767d4f6853885f408827f3bec8c54ceb2b7fd71b','440aec76670dc63235e249851c8fd31f5248174487e4251744ab487bacea84e5',NULL,NULL,0); -INSERT INTO blocks VALUES(310168,'a12b36a88c2b0ed41f1419a29cc118fae4ecd2f70003de77848bf4a9b2b72dc9',310168000,'267f48eb4e3b0925f4f472d8ce6ec57ec5039911b13a14ff2884a41a9cafd7b1','ad748b661aad47fa8963b43999846ef9bd00ea2595747f835710360afed16797','cfdd5dd5f886d6ead6f29b4462fb2f7369374e1e65f6b3097349d809c92fd67b',NULL,NULL,0); -INSERT INTO blocks VALUES(310169,'204809a85ead8ba63f981fc1db8ae95afe92015f003eaebbec166021867421f3',310169000,'df394a6f3b2a9b9dded6019dce9f3d3214db1f30019faffbdc2ce614f629b25a','3a92e2c7808a00a0ff2b2fb4695b225acf6262c57753023334bcf3de8e1c7ace','9bf9ec029cb1ffa9891684a9b84eac1d6f74420356b7e105b75d836f254cf2e0',NULL,NULL,0); -INSERT INTO blocks VALUES(310170,'b38b0345a20a367dfe854e455e5752f63ac2d9be8de33eab264a29e87f94d119',310170000,'3081081c2ab6d8280ef721c5836d0fb7e89eb3d747a4e4522d2e22f5a6b153a2','f4ada9df3e82d94ba52292e829c4c814b3f0d04f0e3f8606a90fed651634fafd','22a2aeeac9df6e26f4518267ffaa7d4a192180c30ec1f4b580856626011de295',NULL,NULL,0); -INSERT INTO blocks VALUES(310171,'b8ba5ae8d97900ce37dd451e8c6d8b3a0e2664bb1c103bf697355bf3b1de2d2d',310171000,'e6a4017e4f7d9da50bb3817990c3e115d5035443de8824dc01b5380a5b4c52a9','e335e773387256c016b82649c44647ce0355aa108249413f02117fe14f39c56d','b562b0fb7657f4fac9984d096f68c6a035fb1e25d6f110bcd8ec81e2cec63771',NULL,NULL,0); -INSERT INTO blocks VALUES(310172,'b17fda199c609ab4cc2d85194dd53fa51ba960212f3964a9d2fe2cfe0bb57055',310172000,'89e90622bf8363bcee5cd7ab6d48b6d06ce4cbd067f9985e35e67fc683f4c103','d03bfc2a16d240505e3413ce267b263a0ddde5b3f8a04acb6a67d33a89434996','281478fcb61d0423e2507c19a58ec94f12a91b33af63f47d34a71942c57c29a8',NULL,NULL,0); -INSERT INTO blocks VALUES(310173,'f2dcdc5ffc0aca2e71e6e0466391b388870229398a1f3c57dec646b806a65016',310173000,'35ceee6a23757fa49e7f5c34ccf0fd034731e95d564257b443ebfdee7cd294d3','73c9dd3d2f5390d0d4379cc8f5e195ba4a0b4d280d3fe663db3940d4a42108ef','5c2acd5541d48d7eeb4ee30c78bae239f9c64cb4bd9e6b7d18f2ff77498598fb',NULL,NULL,0); -INSERT INTO blocks VALUES(310174,'fa6f46af9e3664353a473f6fffce56fa295e07985018bface8141b4bf7924679',310174000,'101dedf34bc0788c0589c8e2b1d7da4ec65f6eab2e3c5523c0903db685cab017','71d9279604a4ac7dbd49f6672ec6cd19ba59b62302eb1b1bd78ecd3b6d4a5263','28e27c61b03c50836ba58faebf899b7bcc6d90c52a09ab307ceaecceedfb8a8a',NULL,NULL,0); -INSERT INTO blocks VALUES(310175,'f71e79fe5f03c3bc7f1360febc5d8f79fc2768ce0ff1872cf27a829b49017333',310175000,'67de4a0a9e52d9ae06caf62b3412d0bf2c10a6b24716210b21212d75be75ad6c','90b52df6f0427a7dc695fa0e17a7bf3e59d788cf4016bb65c451a151c38f121b','bef38356d882f31081940f08c0bc01f8fc9a309623dd7bd1133078da48256b62',NULL,NULL,0); -INSERT INTO blocks VALUES(310176,'67cd1d81f2998f615602346065e37f9ceb8916abb74b5762ead317d5e26453c6',310176000,'a90bd400e15727fada1a27be4a6e228bd91a15f0dbd0fb7de3b6779a8bf89e4c','b870ef1dabda015a561f74122039890b1c9c98e2c4c547dea34ed296fc99e8e1','03a6732d7540cd9c9adabc77abd68656a672a176a1ff2ae8c870caf1a0c66a09',NULL,NULL,0); -INSERT INTO blocks VALUES(310177,'6856b1971121b91c907aaf7aed286648a6074f0bd1f66bd55da2b03116192a52',310177000,'bac315d07dee18e27336a46ff3ffeed58aaf8eb1eb702e98a93c06303c937716','80b0eed7b842a9779b358c5293771470290876f3acb617d85e1a97e786a73092','923e211439384c4f3c10b9053ccb900ed1dfdbda3eee3c4ad1ffbf95160fb3b2',NULL,NULL,0); -INSERT INTO blocks VALUES(310178,'8094fdc6e549c4fab18c62e4a9be5583990c4167721a7e72f46eaf1e4e04d816',310178000,'186ea0ece84d21ee21889ff13c98959dfc1842063a970e0c095552f0ca86515e','79d67c9aecc8676b0743ebc9af6b78c6f40d264b54bcb510b0028715fc1ca4bd','1c2039634e15731b0fdd1b4668442d24a02c3a510d5496352ff8cf41bc9fc2ff',NULL,NULL,0); -INSERT INTO blocks VALUES(310179,'d1528027cd25a1530cdc32c4eaff3751a851c947ddc748d99a7d3026a5e581a7',310179000,'0200402ef08256efa0adc85b2b4b15fb7448b5107b65fafbcc7985d809e84bc8','3bbcd82428f094a7089c7c9a5c74be0e400e4a03181ea95faea8681323851d43','8156d80a4b24744f1627f096daa977f09425757ccd0667647d9faec710d6304a',NULL,NULL,0); -INSERT INTO blocks VALUES(310180,'f2f401a5e3141a8387aaf9799e8fef92eb0fc68370dae1e27622893406d685c1',310180000,'13829eeaf9bdc54f87366e35616c5a57cd836c63db8a9ba7d117d02377ef43e1','2398e91ec31dc2810a4648946a85f5af7df71cae0b678f99aaa17e97d215785b','25094bae2edd5766f198b94a13c93f67eacb85fbfabe17c66a0016820d2091b7',NULL,NULL,0); -INSERT INTO blocks VALUES(310181,'bd59318cdba0e511487d1e4e093b146b0f362c875d35ab5251592b3d9fed7145',310181000,'81b4d83a623a55019ad720c1bd3ecef100d8ca49deda91b8ba6ffe9802764df7','82cb247f5dfeeb31342861a77bceb74957ceb62932de536d837988a2f471f599','5c51090bbab1d288083cb7db99ba4a1f792842b88c9db8b678925e3396d647fb',NULL,NULL,0); -INSERT INTO blocks VALUES(310182,'a7e66b4671a11af2743889a10b19d4af09ec873e2b8eb36949d710d22e1d768f',310182000,'935e40f93195d450b292481aac481f445d2de8786d04d26263f4adc5a348704c','1a48f71be7c5f3baa68d68c393a6c68d63596c561005ac7c6df457584fc18c6a','ab94ff17e4b813fabd6ff33c562c0c9784ecb3f3c9500443f402a6e6109b07e2',NULL,NULL,0); -INSERT INTO blocks VALUES(310183,'85318afb50dc77cf9edfef4d6192f7203415e93be43f19b15ca53e170b0477bb',310183000,'268bf841be40615472bf4c60b5306d0763ed50510fbb55c47a6a0ac726e8701f','82d2641b1ab0cdf057e8e68b0cd7824ff8c60222f8d4e23125d68beacf2b3293','6af950da202da0a07ccf4d8df28bb320e539a4aa57b893f4e0c18234b01e72a3',NULL,NULL,0); -INSERT INTO blocks VALUES(310184,'042a898e29c2ebf0fdbb4156d29d9ba1a5935e7ed707928cb21824c76dd53bfc',310184000,'64323488ca4d32a1f548842db4ac772b750599ce6222020ef6149b4a0e54a935','9a7f77be4828adcfee8ea1f106ecbcb55ae758d5098a6fa1aa3a494af957f7cb','b613ca550bd5b87a8571dddbbcc427b4055c167c3c034d46da08b50271431f1e',NULL,NULL,0); -INSERT INTO blocks VALUES(310185,'bd78c092ae353c78798482830c007aac1be07e9bc8e52855f620a3d48f46811f',310185000,'8946baadef2e19c5e4e4b2d771b36982a217486dcb0f95097b41ce633e61da94','8956f030f917aa87d9b309bd845b59cb37ba2265184ff1f67bfa4b61e32d43c3','239d06a06eb00e0a0224cf795783f84b44aa6b26b53efb5bda2f7eb45c5d3634',NULL,NULL,0); -INSERT INTO blocks VALUES(310186,'e30a3a92cc2e5ad0133e5cee1f789a1a28bea620974f9ab8fa663da53e5bf707',310186000,'e68b5525927cfee15fefee02a16fd700abf6b6e7b4e32e57df7d324fae7ae090','137a7a7a1ae71a317f7c3c48f7f84e4a782a515fa2096c2abe2c1adeab4e8256','258a813fa4e3164b8ccbd8d6835c0cebc5f2926110d41f9c09658a154bf1f741',NULL,NULL,0); -INSERT INTO blocks VALUES(310187,'fc6402c86b66b6e953d23ed33d149faa0988fa90aa9f7434e2863e33da2f3414',310187000,'c42efa24d48339fc341908a30c6679beeadc9f5918d8d3e62d5c4b06fec845d5','cc587cfca94dbe30e6670dbfc4a5e3ec46732731f5c66aab9c7ef9028b05c22a','637ace2a492440d823936c3600b7c450de85c23b0abaae2af0ab360a18ec0dcd',NULL,NULL,0); -INSERT INTO blocks VALUES(310188,'85694a80e534a53d921b5d2c6b789b747aa73bf5556b91eeed2df148e2ada917',310188000,'13de1d9b569d5d2525ecfa39b1eda69f9fd474683b6e34554b1a755125e96e5d','2fcc160068a4eb52ac410937237ec3813bfee52750bd8cef939738b81c8ac30b','b4db43aeae906c2d01ef62d469d8c3d067263538c00ce25c10141e4a4ef0ea1a',NULL,NULL,0); -INSERT INTO blocks VALUES(310189,'7c036dadf19348348edbe0abe84861f03370415ed2fec991b9374dbb0ca19a06',310189000,'582b8b3d3a226d3f6df497cb933ed5f42e1e992c0c25372ec15de424c0a33368','ae81616b5fd77e3672318a0a5ef1b20106afc3ce7d730c8beef848d73ba53a0f','8e1092899b61853e248c3f2fdd9c462433b66faae7500d0a527184bdd632a036',NULL,NULL,0); -INSERT INTO blocks VALUES(310190,'d6ef65299fb9dfc165284015ff2b23804ffef0b5c8baf6e5fa631211a2edbd8d',310190000,'d4c49d5e3aaf21e6fe1c30663d0ba93f7dc9ddb03611e3751fba9aac8d382ac4','48c70376450aa80a2a920e4b871d27d1efe703b377ba446a262e06c9a6677611','58363e16416e3ddf0d6540ae76818b45281d4e763ff8390d8a96b2727f06ced6',NULL,NULL,0); -INSERT INTO blocks VALUES(310191,'5987ffecb8d4a70887a7ce2b7acb9a326f176cca3ccf270f6040219590329139',310191000,'23d340ff3f1979a43bd1336c9c882b5ee01c646cd104060feacdb5db78025cca','704b02ead8ed3e4e6505225fc620073993e9c3b13209bff9b5f638d5f21ce23b','33d000d833eb35ba6c8835de4478c2927d6c58286da07bdfc56492b22317c07f',NULL,NULL,0); -INSERT INTO blocks VALUES(310192,'31b7be43784f8cc2ce7bc982d29a48ff93ef95ba18f82380881c901c50cd0caa',310192000,'cd18860851bceba4a0174480ccdc0f6ddc47b31ce71af8ec8500cb07f75d9da9','17018479e73908fd235313691ed8464b93a0a5db774d3608294e23fba918c672','3c653d595998e1b627ea9d0f72bb6527968672ed0a29a79844d7bea2ccd26c9f',NULL,NULL,0); -INSERT INTO blocks VALUES(310193,'ff3bb9c107f3a6e138440dee2d60c65e342dfbf216e1872c7cdb45f2a4d8852a',310193000,'391e97ae7ccf5bc38ac72e7ad1256f24c28297c625bd9a789cba8231a5ade046','d08696a916e09e242fd20a9f8314cd4fb6305e991b506c53e3ef3f77e2d1d6dd','cf2272bdda925a1895fab328884f6d96484a4fc28b2244cd8ce23202fa7b66bc',NULL,NULL,0); -INSERT INTO blocks VALUES(310194,'d1d8f8c242a06005f59d3c4f85983f1fa5d5edcc65eb48e7b75ed7165558434a',310194000,'9141c9b38087c7cf2b8c11ffd55c2eabcb3bb09f132ac0baf9c3779f628dd42b','d5f418ef4569bb977ff73ab64235b3697d0f7f326f95696e6f63c56cdd180d6d','6adc19428e64151a4b72d1ec0c235803ef62154cd24005f903893842be899c52',NULL,NULL,0); -INSERT INTO blocks VALUES(310195,'0b2f1f57c9a7546faac835cbe43243473fa6533b6e4d8bf8d13b8e3c710faf53',310195000,'705918f002db29e7b3dfbfd6378f79d53e33c6ffa3948b2e3b5c85f85009bbde','d0165e09e04c2049de1d8582291e623c80477499203b702e46fb829390ed64c0','bc9b109a1da586f5899542d09bcc87dc4e55968db6e5987a3da773ca234ad58c',NULL,NULL,0); -INSERT INTO blocks VALUES(310196,'280e7f4c9d1457e116b27f6fc2b806d3787002fe285826e468e07f4a0e3bd2e6',310196000,'59e12df19e3c0e3e23a5d1e9783c75e236a000774a038553312919a0f46b8227','57dc6e1a18ce4910ba32e109820e8e0630070251ec745e63557c98ce71dedd80','7daabab31e606bf92b426109360dc9531145b30ae5ff94f93b8a2a47b99bd58b',NULL,NULL,0); -INSERT INTO blocks VALUES(310197,'68de4c7fd020395a407ef59ea267412bbd2f19b0a654f09c0dafbc7c9ada4467',310197000,'a0e1817dfc258180fa1629710ff3b6026181a9042fecd2c8b0b5e38118199e07','58d18f5f2362b4bfbf155b16fc4e8868b311286b25365f3b4b1a9bf73fab69b4','f904e66cfa8e4d1aa8261bf4574c8053fbaa65a7b80a3ae6ce6f0c957e46ea2a',NULL,NULL,0); -INSERT INTO blocks VALUES(310198,'30340d4b655879e82543773117d72017a546630ceac29f591d514f37dd5b1cc2',310198000,'ff51bfc670b1387bfce53781750e35a3bf69d907167cf9cf57e15613cc0ff3b2','1443d1c76f64272d6ea00fb8f78913e72c617c515a162c9f1c213be02d48008a','96c6611e0d15a3ecc786595dd801900227b9145af8af5310138b27ac772f38e2',NULL,NULL,0); -INSERT INTO blocks VALUES(310199,'494ebe4ce57d53dc0f51e1281f7e335c7315a6a064e982c3852b7179052a4613',310199000,'e5f8f8f00de32f0d8d2b62eba27218edcee77563960fe074da5ae86bf5b553f1','87fca2825c48b9ec9db31e2d6e8e8354a0ceff7fa3df299dc2868c7d616a9599','a27effea3aaaf596164710db01815210b51a993aa71972cef283a5e209ecd918',NULL,NULL,0); -INSERT INTO blocks VALUES(310200,'d5169d7b23c44e02a5322e91039ccc7959b558608cf164328cd63dbaf9c81a03',310200000,'fd8fb664576868d4f1c843b28efc7ee028417034a33d6f5635238bd13c701b2a','a88ca1fa9d0dfccf2e49323a500ebdfab7ba13b60dc9011c6b510741148dbf54','ef88ee05db80d3548e7b4417a94aca214929b726e8819eb38f329ffc4a14cc25',NULL,NULL,0); -INSERT INTO blocks VALUES(310201,'8842bf23ded504bb28765128c0097e1de47d135f01c5cf47680b3bcf5720ad95',310201000,'7e2dbbf14c0620ac0fd4e0e676857e2d055fff80cadfe2d9d0dfe07d36738722','f20074cd00170edae909606eb1bd3937afaa3711590eb7d788c564ddbdc6600f','4a3f3fcf80aad0c3e9afed06589149af480c3a67d481d14f81f48d579ca28432',NULL,NULL,0); -INSERT INTO blocks VALUES(310202,'95fa18eecbc0905377a70b3ccd48636528d5131ccfa0126ed4639bc60d0003d8',310202000,'084c24e81842ec8edc4144ad64df9f12377318fe4dc491b307b7d377f3f81b2b','76c57648e216c5f191f04b79d2a1149d273b2a58a6b4956eb1d077abd2cfc113','341e9b5603458dc960a7729976196b6cdec75260b4bbd75038d22d43b5aa3780',NULL,NULL,0); -INSERT INTO blocks VALUES(310203,'ab15c43e5ac0b9d4bd7da5a14b8030b55b83d5d1855d9174364adbebf42432f8',310203000,'4b0b8d82a5a2c8600a09b1050eed4440d9e0f2d817498f3e32ba27ebcfbaf6d5','3e49b55d1309646ffce3b91d3cc3c53c488377518fe30cf6397c0d3c2aec45f4','b432b5d565c0bc17defa007fda87f9bcf122ae87c685ab73af45a635b3c8c89b',NULL,NULL,0); -INSERT INTO blocks VALUES(310204,'18996fb47d68e7f4ae140dc1eb80df3e5aba513a344a949fd7c3b4f7cd4d64cb',310204000,'9f81657142f7523c01595bef4e9008d8525c2337f6d90140e05abad619d94416','89015233602aeb77d2097a328f2a5a065245131ac88ec6ac2d2b9b056e7764b6','96a5ca0b109fe25af42a094563c257f69a311549288bb7ba7445bd50fcb3592d',NULL,NULL,0); -INSERT INTO blocks VALUES(310205,'5363526ff34a35e018d1a18544ad865352a9abf4c801c50aa55742e71630c13a',310205000,'fd1cdea0193ed914cc408968efa42377d7c69453aa9bdf8bdf0731d4b1501b01','1ea101d94c29967a141d71d3b8b15b278f3530c4c16c7e0219b892072d89f8f6','c00cc21810f7979f844f25a907cdcd62eabc4aaee80f59a7c68a35fce3518d70',NULL,NULL,0); -INSERT INTO blocks VALUES(310206,'0615d9fca5bdf694dca2b255fb9e9256f316aa6b8a9fc700aa63e769189b0518',310206000,'5845d6bedf81fba710999bf2954b3c1f3f9ca007a09d812ccae8e2a6d3b9bb07','e26d49ceb523c99c2583e7bec1b4bbe1f8686c2bd009626fa4c8966c642a1bb8','38eb4f09763e2d86bb16fe11bf70524abc95a00ae08802af1574aea14eeb74dc',NULL,NULL,0); -INSERT INTO blocks VALUES(310207,'533b4ece95c58d080f958b3982cbd4d964e95f789d0beffe4dd3c67c50f62585',310207000,'b65cf7069a0eb909357cd5d45129b70c576eeabc0cb13404029d088e24a2be34','596206790b52de9f791b99f7e71e3543cec87d4c3b9439ded8b7cbcd182b08e6','6638a51bf6824e8d18098f46eb17a523f75966ed426f1f7b2a62613067b1c3ce',NULL,NULL,0); -INSERT INTO blocks VALUES(310208,'26c1535b00852aec245bac47ad0167b3fa76f6e661fc96534b1c5e7fdc752f44',310208000,'aa54dc010fec8a0ef3871c91667c45e88ffac08ee2fc93274d7ad1b2b5b28102','3414e0af132ec9df1da5a4304a3c94529bd915631443d34b759a017ad166863a','1850ae0ed6f2e07f0a6ccf74c3e896d725cdc8c7bca1ac6c9d5fbf4035018386',NULL,NULL,0); -INSERT INTO blocks VALUES(310209,'23827b94762c64225d218fa3070a3ea1efce392e3a47a1663d894b8ff8a429bf',310209000,'c7866cb2098c87c1333da5b3dce4c84bdeb620c9f1898456b7cceb23e4027df0','56dce3d0e9dfa62c44e422f41ecc1517bc98302341496db287adf309f666d3bb','e351965bab593756d1a748532580bb9062d4dfa9049930b5edaab1529d7477fc',NULL,NULL,0); -INSERT INTO blocks VALUES(310210,'70b24078df58ecc8f7370b73229d39e52bbadcf539814deccb98948ebd86ccc0',310210000,'207a1c90d1658d55fa0fc2e1507fce98521647ab5c4d11099c2742279cc92b3f','ecd4bb45bef1d8b395add25118bbeedc8d96f818a471bd7606554946a023b151','0465c3e67ab3f274e477244dc8efb4c866351622f8a952376397680ab3d4ca54',NULL,NULL,0); -INSERT INTO blocks VALUES(310211,'4acb44225e022e23c7fdea483db5b1f2e04069431a29c682604fe97d270c926d',310211000,'dfc7fe172f9bc77148a1bfad5d441a3688f718b4985406d0cefd4c4dcd926208','f999268e3400907f85a0448d124df4d139b228327721fad7ad29ef595b0d16c9','25a3150e9633160719eb75e7905a71c2e3e5ce3749108c8becc684a8d71e6d49',NULL,NULL,0); -INSERT INTO blocks VALUES(310212,'6ef5229ec6ea926e99bf4467b0ed49d444eedb652cc792d2b8968b1e9f3b0547',310212000,'32a39bff0606ec93454a2cb144c0bbd1939bf2be6a2ae369b885afc0b5ef33c9','2e46422b38cddef2d8a10b343115c5e587b5456480fb1a019f0a5d541e90afb8','0863768dbac00d552bd52772e6f96fcfa17c6f0e0f1f5ebf5ed2ac418ac179a7',NULL,NULL,0); -INSERT INTO blocks VALUES(310213,'17673a8aeff01a8cdc80528df2bd87cdd4a748fcb36d44f3a6d221a6cbddcbe7',310213000,'15968873880e97e849e59971d4ef19881b1c11c3148dba966f51d986c59ccf36','fa1e7562a89ee572607e6cdbf26c80d4ee1aac2bcd45374d166e2e993f8672cb','830219f457830c27d581eb451d6cae1c943f340c39cf656d4e1c575052d26f6e',NULL,NULL,0); -INSERT INTO blocks VALUES(310214,'4393b639990f6f7cd47b56da62c3470dcbb31ef37094b76f53829fc12d313454',310214000,'dcbdc463154fe49a7f22611fcb53e5ca78501424ba741040d89cac9db0a03ac4','5928d3221dd0bd142368585dc56f9f8a68885be95b7ad46c35bc37fbc61f651f','967bb18dc4d7771c9f66d4d8f22f28efafbf39f24104771f63405be99c6f4e1d',NULL,NULL,0); -INSERT INTO blocks VALUES(310215,'c26253deaf7e8df5d62b158ea4290fc9e92a4a689dadc36915650679743a74c7',310215000,'6047855f1c691f27ade1cc4c587f1c11ff68f5f5bd7959a23f801e5da7773eed','b6410b25a5d6f17a5431f621d6226491bcb2ed97dac543c06e832cdaa8853d5a','be67996da2946607c804830ee23d3e384056dc725b7fea9e5b9ac7326de8f5af',NULL,NULL,0); -INSERT INTO blocks VALUES(310216,'6b77673d16911635a36fe55575d26d58cda818916ef008415fa58076eb15b524',310216000,'a12fbb09858868de79095c8e3222f6fa179f2f00bc3c97c8205fd9367ae05aef','f8b3b6d36fcb97071d826e68d2e6e5bc60f982c470e68644d94a6ec1342d0148','2776fd293af1d65aaf32eb0cc8ed3e99ef2a757495cba6c3ae0092ffcf511fd3',NULL,NULL,0); -INSERT INTO blocks VALUES(310217,'0e09244f49225d1115a2a0382365b5728adbf04f997067ea17df89e84f9c13a8',310217000,'419d8dc096dd58523cd4822748754158f0c11945bbb62100cb5268cd802580a8','a61fb813a69ed40eae923918a73a8dfe51dd6fa14f5426ada1a5a543ab7bb0ce','70c8f0fa303d6a0a1cf6518eaedec8f93c9692bfaf65435ebd93ed6be6a93b57',NULL,NULL,0); -INSERT INTO blocks VALUES(310218,'3eb26381d8c93399926bb83c146847bfe0b69024220cb145fe6601f6dda957d9',310218000,'a36c07f7fdfaf7878d73baf14aee58b42220b2b2411fd1864450ec6ce1fbd173','dc1d785fe75a506a691f0eccaf752017fbaf5ce2b7225bdde3fb538281698e4e','ee33d508cb508019648b2dec97c0e00474763337caf0324afc326d9c3200755d',NULL,NULL,0); -INSERT INTO blocks VALUES(310219,'60da40e38967aadf08696641d44ee5372586b884929974e1cbd5c347dc5befbf',310219000,'7958aa94088ecf0384a9a6b0569e9507d208e009e9ce139c823960e40996a47e','c9aa622e3b372ba0c76efe97c1443cb89f2dfbcf8ff5e28dedf9b3abab3d6384','2eda16ace164a3be1934a7ed75dae75f306970d337d590ec84c82e3a660aa609',NULL,NULL,0); -INSERT INTO blocks VALUES(310220,'d78c428ac4d622ab4b4554aa87aeee013d58f428422b35b0ba0f736d491392ef',310220000,'00907c4368c2dc76d1ef98a0ba3c86bc4746ed2734b0c10f3797e0af70714240','d0c3959f899232cdb5fed61bac2c09e45254959e8bc1a076acb3ba5e3ee63e65','aee3fde6d7f876156503588b341279275d7eb9fd0b3ef5b9e778fafb13be6968',NULL,NULL,0); -INSERT INTO blocks VALUES(310221,'cf5263e382afd268e6059b28dc5862285632efe8d36ba218930765e633d48f2d',310221000,'2e42f882087dc2158036592298321113f1b34e15b414efa6d43364c06d368540','cf40107f8d11aa8ba96b03912967f88c44e69e20d7105f497d5418fc08aa5800','b030b9e5d6f873cced43a4f7b0b37f98f4092a3e8e5c00748a0eda266397be42',NULL,NULL,0); -INSERT INTO blocks VALUES(310222,'1519f6ec801bf490282065f5299d631be6553af4b0883df344e7f7e5f49c4993',310222000,'00c4a5d41dd629bd0973c03152e4519214dce68498999c8dddc1f7a1cad28a82','6a012ee8e82d8d24b0a24d4bbab74cbe226afea1a9c1e129aceccd1d7591a107','c51c7e1f2557cbb59a8f4f4636eac0a1b4cfa509731bce1771bc8a8cb0750f4a',NULL,NULL,0); -INSERT INTO blocks VALUES(310223,'af208e2029fa49c19aa4770e582e32e0802d0baac463b00393a7a668fa2ea047',310223000,'41c7a0fa22ebee9d55f2a3b118314293d155c349ba01069a23ddff76dc842955','1080406ec3ccb84490487860bdd507637fa8fbdc68fc886d082bfcdf9ac835e7','7ca2bed77123e84426fd3519e084f3eb9cc2e83b7ad69ec64263e9aab0682e95',NULL,NULL,0); -INSERT INTO blocks VALUES(310224,'5b57815583a5333b14beb50b4a35aeb108375492ee452feeeeb7c4a96cfd6e4c',310224000,'66c268462442b69efb56b29e08aae1a404d3543e0a20711e8998a31af45ee929','1d5188bf347d72bc66239f3b4c709ecca24141c5474755c567f4176293f275af','40351f86d64663cc817a2a0f070948f549526aa5af735d4a2f458fb4718bf48d',NULL,NULL,0); -INSERT INTO blocks VALUES(310225,'0c2992fc10b2ce8d6d08e018397d366c94231d3a05953e79f2db00605c82e41c',310225000,'cf39fb28a7e4d4db7657bb11a30d592a15c049000d7ac86d4fb3d942bf879b95','61dccc2a6cdf50b56700c893611fac0dd6cccadcd672cd438452ebd30852ccf7','bd648edc94d3e375b7336025f3ae14efa2100ec6e91890f3c5df268537a7ac98',NULL,NULL,0); -INSERT INTO blocks VALUES(310226,'b3f6cd212aee8c17ae964536852e7a53c69433bef01e212425a5e99ec0b7e1cb',310226000,'cb622a4d04645ad96d3e0006f2b7632e8b82e44206d6c1cb75212b059fe18de5','2c131ef357cdc433dce05cf915be1b2c243e51208c877852a19c67968caddca4','ef5932c75fdbc759eda96df0d5963c3b67a8ee0139335fe84409495d10e29b40',NULL,NULL,0); -INSERT INTO blocks VALUES(310227,'ea8386e130dd4e84669dc8b2ef5f4818e2f5f35403f2dc1696dba072af2bc552',310227000,'60ae4209347248a3f7ad39b6436627f06e45433f6b6dd89cfd3383d68974a41c','200ccbec2ba0927612c50a1ce2a58f856ecbda876943bfc2d3404724fff1927a','a2dbcc73ff119df5ef332ca59f6ef17d61df17584d579cf106a4848ba54c7198',NULL,NULL,0); -INSERT INTO blocks VALUES(310228,'8ab465399d5feb5b7933f3e55539a2f53495277dd0780b7bf15f9338560efc7b',310228000,'798206ee77c9e2fc8fe943f9bf2074c9c2560f534e3304b944e2ed3c89ce8bcb','c8c9a18e8420e274c98c528e0d0636aba20f5a6c983135a61e9cd47d60123185','b88e81f75a6a794f40803ebdf96197f2231e0a2dc801c388ffbada21eaed1041',NULL,NULL,0); -INSERT INTO blocks VALUES(310229,'d0ccca58f131c8a12ef375dc70951c3aa79c638b4c4d371c7f720c9c784f3297',310229000,'becad39a4d1bc8d73a856fa1d2bfa251f29b23fec9448a91932dc610243fd8df','1d817cb41854bebc85173e6c6c0a8e6ae5a1bdbbd1077a64265ec4c96d60ca45','bdb842975089efa30051f4e6fd91390001bbfb8c21ea84317133718c9689b925',NULL,NULL,0); -INSERT INTO blocks VALUES(310230,'f126b9318ad8e2d5812d3703ce083a43e179775615b03bd379dae5db46362f35',310230000,'e08eac4daa7d7bc70f2f47a835bb80993d6d6db06d8d8986101b717db1c62ed6','d37fa640132bf2595891bfaa5d1d562495c780569e2a5d4f8863fd60d6396d95','8a9ba5afb4623d2cc3d4c351dc2b7f572968b196de0845fc9af6f54843e3e437',NULL,NULL,0); -INSERT INTO blocks VALUES(310231,'8667a5b933b6a43dab53858e76e4b9f24c3ac83d3f10b97bb20fde902abd4ceb',310231000,'a761c29e76c9d5090cd1d6424beb91d0a9fd9546c67ecaa6d4879177b6745b59','7bdcbdcc058e4c3d39751316b39bc65594624dc79fc8556e2847c94fb5986200','77ff45a9a3c1d63c79b4458b8f00c4a13698483d74fd31dd4de867983977fc22',NULL,NULL,0); -INSERT INTO blocks VALUES(310232,'813813cec50fd01b6d28277785f9e0ae81f3f0ca4cdee9c4a4415d3719c294e8',310232000,'5da469b7e21ad8ec4fe7cc2f426dcaeb18a3a4a3c44385d529a8b252c77a9e43','721ab1fecac8b537de1c90225f23a62d02a6e8b392f5211a8e020d9169dc75f6','df98e1978c4ddc00b63f0cfb78566a0aa34f252a77cd4f9a3ff46932e41cb8a9',NULL,NULL,0); -INSERT INTO blocks VALUES(310233,'79a443f726c2a7464817deb2c737a264c10488cac02c001fd1a4d1a76de411d6',310233000,'d8531834d572acc01591997cac000185facc033e1ab72f8218a70d0ae3898914','a0b57a1491335a2fde88223b77d7c8a248101187be0b71894b6c56c426603867','045cca213f2fe89eb8b954e68fd645cbb0a3150a369564744232251c321403c2',NULL,NULL,0); -INSERT INTO blocks VALUES(310234,'662e70a85ddc71d3feae92864315e63c2e1be0db715bb5d8432c21a0c14a63cd',310234000,'0ac6803ab61e14bb08fd8051424565086ab11b4d33faef077f5a0732eec6f766','b719ec81bc5245492809b946a86c76c121148d506292a4ae125b368f1a24b72a','f5675418725f19709f28d62f1b37d65c7d4236f1e040c7794c86d8022983f06f',NULL,NULL,0); -INSERT INTO blocks VALUES(310235,'66915fa9ef2878c38eaf21c50df95d87669f63b40da7bdf30e3c72c6b1fba38e',310235000,'5f7de1c7fe45858dcc844604a77051d55de3b9dbb5f5d9910ead8bd0f3af48d8','8d81c116619e760608161facac457bb00d4e816c049afbe42f6e0f7d7f1d09cd','57b6eb8167261046853ef339d7a78710fe08fa8bbf5441d5e1ca0016f3c6b0ed',NULL,NULL,0); -INSERT INTO blocks VALUES(310236,'d47fadd733c145ad1a3f4b00e03016697ad6e83b15bd6a781589a3a574de23e4',310236000,'c0437ca60921bb73516c31a74f78d2fb48d2c628b629c8f55c8fbb0060718d76','1c50aa16f8543f1eee5c2585aa8f7ee373bdb58648b430189ef4d8c9b0b767db','9446abb5779fe326e0de72f205c67233384ff26616f3f96064bc983970592a73',NULL,NULL,0); -INSERT INTO blocks VALUES(310237,'2561400b16b93cfbb1eaba0f10dfaa1b06d70d9a4d560639d1bcc7759e012095',310237000,'4340ab34a083b38dbca477b6cc2479e6d70ffd6d6b9b75772068674297abadff','2f23795147dfb09a113607e442cdc926222a2b9c3dc173b9e92ab8560de20c9f','15c716607455bdfeb9d9f5c865f69b524364933799e312ff9f9124f29422982a',NULL,NULL,0); -INSERT INTO blocks VALUES(310238,'43420903497d2735dc3077f4d4a2227c29e6fc2fa1c8fd5d55e7ba88782d3d55',310238000,'6a76891c10ff0f9416ae1a024b985d621154918bd8ab545980b57fd2d18c4af7','31d5717812d8f7e54ac8b7a000c7b599e2123a1de205cef6559b3930c466b961','57ea4b312927253cdb1b5e73c04efa44bcf068671c6ec0351c34bf96dd258d03',NULL,NULL,0); -INSERT INTO blocks VALUES(310239,'065efefe89eadd92ef1d12b092fd891690da79eec79f96b969fbaa9166cd6ef1',310239000,'1128bb89562fc3b112da425a3dee67adaf741a8021ee378bdfeb44af3b1b1fac','82b7482bdf98200b43d483dc7725ea9069ab96d897fa88dfafd73334132d362e','b51bad0d370db1c068ef38366c07c3078ec9fa7690cc8381f528bd1b862d4a25',NULL,NULL,0); -INSERT INTO blocks VALUES(310240,'50aac88bb1fa76530134b6826a6cc0d056b0f4c784f86744aae3cfc487eeeb26',310240000,'be05624b84b2e76794f065f36b4e98d6c6c120f1d8a5db91957bbe7008ce3240','bfd037773e4ad5fedd072183d19e824c36cf21549c374f7d7dab3ac313a1542b','af146b780d21fef9ce14c8e513d773f09da36e001bbecd369a2b8d0e607321bd',NULL,NULL,0); -INSERT INTO blocks VALUES(310241,'792d50a3f8c22ddafe63fa3ba9a0a39dd0e358ba4e2ebcd853ca12941e85bee4',310241000,'5abfdfb1aa42fb80ca4538062d152d965b6a7a56bd1e170a7a109409a4606b7a','e0bccb8ee5ac848700b228d8d21970f33fcc7a2c091e4b1d1f7f71c09404ecbe','b3f853fc4ffb26302a1a4561b1faf709bd1f3742cf6414869d3dd731ccb27c62',NULL,NULL,0); -INSERT INTO blocks VALUES(310242,'85dda4f2d80069b72728c9e6af187e79f486254666604137533cbfe216c5ea93',310242000,'5f354f767df3256aa6a23544a7164160b9fabe481c85d1891f5250b3026dd7b8','a9b87a1cd3146663579bf192b97136602806865bb60ca2d464e3111872b61b7f','ba6ea38cab43954d70e23cf5cae9768f62968a7259512ede81bd25c209222d11',NULL,NULL,0); -INSERT INTO blocks VALUES(310243,'a1f51c9370b0c1171b5be282b5b4892000d8e932d5d41963e28e5d55436ba1bd',310243000,'ea3acc31b3c298237fa11ca4400c65ee46732c96e0b7fac5a183dd49d938e730','b7226a87411a48bc0b25e014f2929d63979a297600f51723a0c9bb89fef120b0','cd606d9426a432a77d079aa4373c52d70c39287cd6ecf59ab1448028a89dff72',NULL,NULL,0); -INSERT INTO blocks VALUES(310244,'46e98809a8af5158ede4dfaa5949f5be35578712d59a9f4f1de995a6342c58df',310244000,'07ad792741a48d5a7b657e6c4dc83e3534c79bd1e7da7044139516124adc8f80','baab169058840f62c00af1dc51ee0a77fb964dd27c6241463650fdb6c77d3b6a','4c9953893882e4d77443892982145625ab358c8f655be69f01bac1476fa0c5b1',NULL,NULL,0); -INSERT INTO blocks VALUES(310245,'59f634832088aced78462dd164efd7081148062a63fd5b669af422f4fb55b7ae',310245000,'d36a618af8e92da03b373ab0137ded666db6cef906a6b2c0cb8c71057a1a5903','18cf40a1489af6f99dc454630c35dddf20acacbf979d47acb30a5831e55f920e','5348f55d0cf564a33280b67616316236052b7d0007003f23bf8347a021ee69db',NULL,NULL,0); -INSERT INTO blocks VALUES(310246,'6f3d690448b1bd04aaf01cd2a8e7016d0618a61088f2b226b442360d02b2e4cd',310246000,'a34e154571ee585a839053a851a007d6d433d3efd2b3e923a9c4ec4bb0dc9d98','a2103af3fa84dc4015979f3a629c46e2234f534f86d7c5a403275a8eae144ba7','0bab4cd376546a230b82c9d77d92266dc61236f178aad78ea17e5e151458b240',NULL,NULL,0); -INSERT INTO blocks VALUES(310247,'fce808e867645071dc8c198bc9a3757536948b972292f743b1e14d2d8283ed66',310247000,'ee94fcb9210718095ccdf63f30ab081f45dff765a9ca4f5c86b1b0d98973ef90','39cff977657fdbe649c601531383548a3922cde40dd998c355c201cb6deee9f6','4e0877d6c324cb5d5679e6f9159c567529fe64a7c5cbfd7335a790ce60c14f90',NULL,NULL,0); -INSERT INTO blocks VALUES(310248,'26c05bbcfef8bcd00d0967e804903d340c337b9d9f3a3e3e5a9773363c3e9275',310248000,'029884a5273466fa45cdfbd91ae3aaca50af0771d22f6b55af6367348c2802e2','6951bec53cc30ad6d9dd3f38f5fa8e4b876cdb1637595d38614ff3e42b53edce','6cdc8c3b9e334d57d6797e62f41a27935bc568f10fe68f0f07dd3a541f60b15f',NULL,NULL,0); -INSERT INTO blocks VALUES(310249,'93f5a32167b07030d75400af321ca5009a2cf9fce0e97ea763b92593b8133617',310249000,'dc10674812c5249c693ab7b148d048439a0d77266014f3afc1810a6260838f02','2f53ae50e27194404c5b85dab55335582b2961c6997393a9c48e6708bab8f1dc','7fa1b4c3d138d2fdf05be83126499273e196b6d2a621a94d8d771f0f7ff38cf6',NULL,NULL,0); -INSERT INTO blocks VALUES(310250,'4364d780ef6a5e11c1bf2e36374e848dbbd8d041cde763f9a2f3b85f5bb017a2',310250000,'a0fd49b46ff0000e83d4c56281dfe2be1bbfc924c75969726754b05bf7107641','5148416db7a3e45edd128f1b9b5c61b916ce94f25638cc90a8d73f60afe64176','8ed5b183cf238c52f261eed4c74e2221d11e397a4e144f88692c96a77be9c00d',NULL,NULL,0); -INSERT INTO blocks VALUES(310251,'63a3897d988330d59b8876ff13aa9eac968de3807f1800b343bd246571f0dca7',310251000,'bdef6a6203d28d314dc087e539a9cdad19d123b605824f0a66f13bf5f72de9b8','6742a15406482537d29722db3302d492647e4c7487d840fc8e7d74d0806c3bee','39a0aea30eef4f64e1443788702492f5e0876d785c0496e2c6661e9f4e611496',NULL,NULL,0); -INSERT INTO blocks VALUES(310252,'768d65dfb67d6b976279cbfcf5927bb082fad08037bc0c72127fab0ebab7bc43',310252000,'8da11bec0d58b196ddb073d3aba0def98f01f83da654765fcae21cae6046214e','2c11848ca51ba429a094ef40b1aa019c132cd9fd6f954139dab5324d77eb7125','147d1e890a6d6d830c0871a208f6630e367dba280d908afb03064c999b83cf23',NULL,NULL,0); -INSERT INTO blocks VALUES(310253,'bc167428ff6b39acf39fa56f5ca83db24493d8dd2ada59b02b45f59a176dbe9e',310253000,'2efa2c5781899d213741e795ca62fbee9d3ddf53792ce002db7484adc66bfbd4','1036976d6406322c4c0afb2c6be13d6b89cfb2feb30306c9df8a499330d5489f','2dac0ce419c4d36be09b638886c31e3074dc9f34428699cf2ab4e0d754e15753',NULL,NULL,0); -INSERT INTO blocks VALUES(310254,'ebda5a4932d24f6cf250ffbb9232913ae47af84d0f0317c12ae6506c05db26e0',310254000,'d062ec468e76421d3769a99eb3c8b2cbf4bf393d109ba13b3bce128613fff547','098200d06ee21c916a203065eae3cffe8e2c80e32bce890f96e6bee400cf16ee','7ccfe22c76dedb88f62e43dddaeba2a812a76e0afee952ed30c721819858f162',NULL,NULL,0); -INSERT INTO blocks VALUES(310255,'cf36803c1789a98e8524f7bcaff084101d4bc98593ef3c9b9ad1a75d2961f8f4',310255000,'5c531dc8a7461e9e7a2ead654509d76c9be3427b1d2b75c0ac7ae0e03126c49a','b9c0f364e8694264c33b7d993ed45f645410820dd0ff39704b79f6aaa64a46c4','ebe8283131a93421eceb520493b86d8e39591a8cebd40d73e65be43b27cd620d',NULL,NULL,0); -INSERT INTO blocks VALUES(310256,'d0b4cf4e77cbbaee784767f3c75675ab1bf50e733db73fa337aa20edefdd5619',310256000,'8da9f0162e15e33e14e5e1e22c2fd847055a65b99eec519dd069a83bb9006b51','fbb34ac53fa4a19bb467c92b87291aeafd8bf8c43be49c7d487f962df5c50d21','ae06a920052b690068b75d62e6fb6bc9a2a61453b17100e306d68e2937635fec',NULL,NULL,0); -INSERT INTO blocks VALUES(310257,'0f42e304acaa582130b496647aa41dcb6b76b5700f7c43dd74b8275c35565f34',310257000,'0cf6657db5f3145587a466c05f237289b639668d844abfd8d46430c090b54913','71c115bc32aefb584d499c054cd09d0ea58ea0cc11d187bd5add8f261f43f055','27aa8db35197fb30e8da89005107d0fce00bac28fa8731ae1fc2d1cd687ce76d',NULL,NULL,0); -INSERT INTO blocks VALUES(310258,'3a0156dd7512738a0a7adba8eeac1815fac224f49312f75b19a36afb744c579f',310258000,'e340defe4bd84e788f9c5b083849e6aa1d5c7f33123ebe62d7abe04b8a9e312e','0725d989aaa9e8f1a5604f1807ec8f5aa2db518ec2397479e7e6c48c4d2b04ca','b85e4fd11c6868ca70f0098a895b72ff66530653ed0707f27d3ba189f4875f2f',NULL,NULL,0); -INSERT INTO blocks VALUES(310259,'e5ed3cdaaf637dd7aa2a7db134253afe716ffdf153e05672df3159b71f8538a9',310259000,'03ca0cbce5a5b50988c19c0d4e754240f50821695dca767d1169f8c7f5c1fdcc','19e343fb3645b7ae94a299eb13691ea02d054e8acef0484a95a4079e42e487b1','9c96a1fe5d50e6437a15ffe128fbeca060dcb0488972de8b699bd254ffdee66b',NULL,NULL,0); -INSERT INTO blocks VALUES(310260,'8717ddcc837032ad1dc0bb148ddc0f6a561ed0d483b81abb0c493c5c82ec33cd',310260000,'83a3b43e01f4f25ba05b527415baa3e8b8adba319628c245988136bd8fcdfcfe','de3dee5cacbf5af3aaf1dac7cae860b06af7a2ba227f2bd81840d149354a05db','f8ac6fcdd708c3396d2a2e8d57cea9575a652e1ae8bd0da8902dd03ad4b9f4d9',NULL,NULL,0); -INSERT INTO blocks VALUES(310261,'a2a9d8c28ea41df606e81bf99cddb84b593bf5ed1e68743d38d63a7b49a50232',310261000,'e61c12005d60870fee947fff469631ee540b1a0d6b8aa67614cfacc0a9f65ec0','58b8a751b3daa23993a773073b44d4bb2715075dbe3cc1738f3138383646504e','f228cdac6cddc37b9f8d8118ecbb0bd69d44f8ed0049e4501a1621150b566529',NULL,NULL,0); -INSERT INTO blocks VALUES(310262,'e8ebcee80fbf5afb735db18419a68d61a5ffdde1b3f189e51967155c559ee4ce',310262000,'c21ac4906d435af5b9ef5576da6bce454f65ef16099b7ee03219a4ae1851bb91','a1e30e203c037b242cb1a41e5fd948828da8192a5db70453602961183a00d36d','a9a20b1a1c6abd0c2f863bc91dd281f8978845d44feee37757bc1d3256d3852c',NULL,NULL,0); -INSERT INTO blocks VALUES(310263,'f5a2d8d77ac9aac8f0c9218eecbb814e4dd0032ec764f15c11407072e037b3c2',310263000,'676f6c532ff23839fef228a9fac7719e77a3c20efdc17f3cb2d13035c78820e8','ca47834be7a15554ab2dd401462d7d5c14f3f5f9ef9ba715488b1b3704de15ab','b79a3d4475c2d1dae798fef21b31851618555e98e69f627dd627743887fcecc2',NULL,NULL,0); -INSERT INTO blocks VALUES(310264,'ae968fb818cd631d3e3774d176c24ae6a035de4510b133f0a0dd135dc0ae7416',310264000,'258854505b1d3067bf360f3d0dcb369ed7a90fec8744578d3dde51a79db72c25','21f8b38aa107a9c6fbd6439244ce85a8a6abd12fde211c4569d28353cad5b8bd','af039b21ffc1c9cf1a68c127dc240fd3b05b28a1025750f56fb3a0141ce32ab8',NULL,NULL,0); -INSERT INTO blocks VALUES(310265,'41b50a1dfd10119afd4f288c89aad1257b22471a7d2177facb328157ed6346a1',310265000,'72ab32c420a7dcac0e7c36c4d9ca81e237955b4d8bc57c87078ba292923ce98d','9685f9791c085e79a3c298dfe4f49fd1dbf8b4bdacf45e1d25e7d18382ca0e7c','f0209e3e0fcd78d0cffdbf7a9472413fbee7e0947bf45b8988103929b4d24292',NULL,NULL,0); -INSERT INTO blocks VALUES(310266,'1c7c8fa2dc51e8f3cecd776435e68c10d0da238032ebba29cbd4e18b6c299431',310266000,'b81386d19aac285fee4e39a818cb0442e378372f7d55f92e6028b37f974e4a61','578600253e06f32b4ee4a312df8213ea7cf12f841858bdf6123b0169cb4bd42e','f95d4428aedd2c918af42f744403f021a85276726c5482696de27d49a1a10a7b',NULL,NULL,0); -INSERT INTO blocks VALUES(310267,'c0aa0f7d4b7bb6842bf9f86f1ff7f028831ee7e7e2d7e495cc85623e5ad39199',310267000,'ea8fef9e82e451d9650777b051f19fe5e34b8976f1bcc1880b6eebe5feda34d5','face84fc0aa45f7b072d73d4930b32e223cc4c22a620c39334fc836e16b2fb5c','c156911f3e3c74326c2fad4fabcb35e00b966e474703f7218665c7c8a14b6eee',NULL,NULL,0); -INSERT INTO blocks VALUES(310268,'b476840cc1ce090f6cf61d31a01807864e0a18dc117d60793d34df4f748189af',310268000,'1545d381812f0f0caa827a237f145838276fe058b05af4808615738ca9910bf1','ee67f9fcd6ce50ee98da722352a917a46d3c71d2e5ea50294a55c613817e77dd','b4ab6aad68d47d77b44cac428d17743179c5275683e24128e33b677ea4a6c23a',NULL,NULL,0); -INSERT INTO blocks VALUES(310269,'37460a2ed5ecbad3303fd73e0d9a0b7ba1ab91b552a022d5f300b4da1b14e21e',310269000,'fd9cf61ac6e1fba409e4220a141ed6c89c18c893c7a752af53d5f7608bc04a67','6d1424cf68a5b1dfddbbafb260989c5b27c060a40026e829476d979cbd8f4412','9b38b90fccbd7c1ef022ada1ed8036ebca61471cbbf8b4896c4a1ae41ba2626c',NULL,NULL,0); -INSERT INTO blocks VALUES(310270,'a534f448972c42450ad7b7a7b91a084cf1e9ad08863107ef5abc2b2b4997395d',310270000,'1d34c8c0dfdb4733a7b589647abb0e6a08f8de93a5c86fbab786f6d9d1500785','fc2696c78afd3051d10ea3ecc56280d2633b732a7c755b9057aa30fb11f58f53','2a3539cabe57dca365551b1abdae640e0679bd52fb51d8c7d9f5de465026c479',NULL,NULL,0); -INSERT INTO blocks VALUES(310271,'67e6efb2226a2489d4c1d7fd5dd4c38531aca8e3d687062d2274aa5348363b0b',310271000,'cf38baabc6e8a082eba1bd8ca2f72af5eb01cb76bd3c9eb101b27080a3a70d17','b28638da352abf83f2250bbc2da0f75b14483d7d4c69c93636484e9e3aaa326a','2ce454b70617c26bb34625a28cc301683d8b0496b0b50893947ffb4ee304b4fd',NULL,NULL,0); -INSERT INTO blocks VALUES(310272,'6015ede3e28e642cbcf60bc8d397d066316935adbce5d27673ea95e8c7b78eea',310272000,'2b2763fa5ab2962582c303062da8b8da7280274e615b3e37f93a32e44793ccc8','329d5096486b8dc452e2a1ee0a36d9a17ddd5bbb3149ddeee2bdb4989a7a3a35','c183fb5539f368b08b1f515beff6b3b4ca652f1e2203cd1c4fac6e90e5f655a2',NULL,NULL,0); -INSERT INTO blocks VALUES(310273,'625dad04c47f3f1d7f0794fe98d80122c7621284d0c3cf4a110a2e4f2153c96a',310273000,'ff9df73d4f92b7557c36f20d8f622923dda225a1ae2871e60f16ee2dfdf5b9d8','f79f73097410b602df3a98901e26ed37d07f1da95249cf0e3a62c811d4f7de3a','62e46c6604dfb54160d12967d5c4973523742efcd46f4b15f32e6a79ecef2117',NULL,NULL,0); -INSERT INTO blocks VALUES(310274,'925266253df52bed8dc44148f22bbd85648840f83baee19a9c1ab0a4ce8003b6',310274000,'ece29ec2cd160d7634009f41cc2d0f13330d53ec6971c019d69dfa4367f86646','bf01b445bc208b9efcb314f1cfa1ea4300fc152ad46a973044abf56dc74e9c62','4a7622bab7f991ae7e565dc67077f5a6d407a6bbfc5d63a4ab78c3b2d09b9b1e',NULL,NULL,0); -INSERT INTO blocks VALUES(310275,'85adc228e31fb99c910e291e36e3c6eafdfd7dcaebf5609a6e017269a6c705c9',310275000,'23738d6d8dbf8b44b481f6c0eade991987c84e8025fe1f484c7acd3ead7f4163','c0f70c46688ecb9eccaa94bdcbb3fc54eaf3af76cc450b62dfd7a9513bbbd50f','acd44ba3138f047084a540d68baa5b8e33e7a198a0b1b51328d92707a218f920',NULL,NULL,0); -INSERT INTO blocks VALUES(310276,'ba172f268e6d1a966075623814c8403796b4eab22ef9885345c7b59ab973cc77',310276000,'a241e1cb19bfbebb3bbb09c6471760b8379ddc73a67d69b4d84fd1d21dfb7034','99d32cb4d9b52ec0726c907330b2a60d7cf8380c8012f804cf8838bee1b0ecec','a6c57370a85bb38d671ea5472e558684654f92dee38757a2bb233031c9dd1bef',NULL,NULL,0); -INSERT INTO blocks VALUES(310277,'c74bd3d505a05204eb020119b72a291a2684f5a849682632e4f24b73e9524f93',310277000,'0efa57fd462031a87831832a789ed7751aac5f6c19a23767555b3f7145d87532','08e71c5246f1225a02a00c8b52bb7a92c6937da9c9659129a5dcd2981069bbb3','d04cb108a77dd9bf0719ef9eec5945f1a53d9a1364c917a9075e5dbfc1eb3d53',NULL,NULL,0); -INSERT INTO blocks VALUES(310278,'7945512bca68961325e5e1054df4d02ee87a0bc60ac4e1306be3d95479bada05',310278000,'0045189a4da126b22e91e4bc2a7ac37dc90ec0869b7fcbc927919fca4cce5259','6e3580c7af675e8fdd1c5366a7af2e387f8d8d9192589794883a28ad2ce6a499','5beec42df5fb663bf49c469235cf68a21fda11f4a268c755d2cc4eed793e9cac',NULL,NULL,0); -INSERT INTO blocks VALUES(310279,'1a9417f9adc7551b82a8c9e1e79c0639476ed9329e0233e7f0d6499618d04b4f',310279000,'442b7d4dee025b81c298ca0f6a5b9dbdf17ed0087fc36eab7f0671d5a19c9a2c','04f51f4c3de467be5cfb32cccba5cd482eb14657d7f67a60820204fa22afaa41','0565ba586d5e59431075c72f86af5172b047008857600c6a4a225fc1939e13a0',NULL,NULL,0); -INSERT INTO blocks VALUES(310280,'bf2195835108e32903e4b57c8dd7e25b4d15dd96b4b000d3dbb62f609f800142',310280000,'38d7f98ae9cfb8e3938032dc33899e2e3e5a88e9037571cdddf8ed4709fc8225','d25ed55e962a45fbade2012c35ef507dd76fa0c67553343bb6568569bf1c08ca','ba2ad3b1b570f0a9e92fd3ee2e1787c85d29cf744beb6fac1df3ff25245cdfdc',NULL,NULL,0); -INSERT INTO blocks VALUES(310281,'4499b9f7e17fc1ecc7dc54c0c77e57f3dc2c9ea55593361acbea0e456be8830f',310281000,'51237cee3b85f1636e336259b115fad87acc830c71e13ca79e344efb7c308ecc','77eb5540b9f1e2f80cd3cb8572ee80bc112391e0236b560749aaf9952fb6705b','ee4c03d52d5b010a88888a11cba4d9ba8d27de1448afa77ba5b36c188bf6fa4d',NULL,NULL,0); -INSERT INTO blocks VALUES(310282,'51a29336aa32e5b121b40d4eba0beb0fd337c9f622dacb50372990e5f5134e6f',310282000,'73adccef91b5c738e8810d4781a38edf98d2aa0a8cb619d575e9bdeda979f1fb','889f3e1047c8ca362c1ce4749d1c7ad167dab1e5f85e509d114b1ba1bac8f240','1eea292ca043d3a65b7009caf747dbf331f84f40429e00fb8e6ce764518eeb58',NULL,NULL,0); -INSERT INTO blocks VALUES(310283,'df8565428e67e93a62147b440477386758da778364deb9fd0c81496e0321cf49',310283000,'5853e60a1b79d4f154cc1f3dc8b0a4d6130ac07784bac16f257f92b9ef294144','1ce62f0a42cb7ecd8c35436253e8234b83e81ba5abc757965b5041400139eee2','46c4bc1047066c99bf9953c05f5a2ec2bd16a2009fac0c17183e7e1521b11b8e',NULL,NULL,0); -INSERT INTO blocks VALUES(310284,'f9d05d83d3fa7bb3f3c79b8c554301d20f12fbb953f82616ac4aad6e6cc0abe7',310284000,'ce33194cb67aa0a5facd788cc24706ef249bcecc95a9965f91065146b33e464b','c354cfcb046ca331ae57c00f64b56defd034278e5616ef7d1f3e559dc538bf0a','6be5b89052e057e39c8f0a770f1c26d726b2bf06e9f69d40c5990bfc5662793a',NULL,NULL,0); -INSERT INTO blocks VALUES(310285,'8cef48dbc69cd0a07a5acd4f4190aa199ebce996c47e24ecc44f17de5e3c285a',310285000,'3af35e85e98aebe1a9c778570c730bf80e085a08ca707c1a5d44b50f2579e71c','35e84bd8780b8efbdc3207b9fef22e12ff71798477971a50088b9c8def3c77ed','65007bda5af710cfa98717bfaef0a01d2da64bc682ae4faa1dc740a354b1502f',NULL,NULL,0); -INSERT INTO blocks VALUES(310286,'d4e01fb028cc6f37497f2231ebf6c00125b12e5353e65bdbf5b2ce40691d47d0',310286000,'4b09b627adda46ee7cf7116102a330ba2aa1ce714b2fa133f7952af34a52ede9','5a868b89444476076be22e42526c4462c5b865012d9970b917376c5342750311','6b5130ca78dd2cf9c344f7cda22152037dc392b54033772939c14814a602b091',NULL,NULL,0); -INSERT INTO blocks VALUES(310287,'a78514aa15a5096e4d4af3755e090390727cfa628168f1d35e8ac1d179fb51f4',310287000,'67786e4ffab15cb78c7bb44ef160d1e5d99b599eecb5ff4f906a6599d744d410','791a49e50583660824bb3ec141a54951c2fd737ed963b1e65b653c22a4fc4a84','09832bd77db9697ea86cda42c83ebb92d834487995af628ebe43ec44c5275ed4',NULL,NULL,0); -INSERT INTO blocks VALUES(310288,'2a5c5b3406a944a9ae2615f97064de9af5da07b0258d58c1d6949e95501249e7',310288000,'600716d2696160b3ba290636180f2afa24bf8d24435022b4539a4cc965c18dfc','3a1e3da301643f22a9b2719922a4621879b2c2d8b790e646f135bc3b5d165e65','b38830368b0841e512ec419d04698be1068e90ad5f3ccac308e1811be98821ac',NULL,NULL,0); -INSERT INTO blocks VALUES(310289,'dda3dc28762969f5b068768d52ddf73f04674ffeddb1cc4f6a684961ecca8f75',310289000,'cd6d4b17759152edbf25fd72dce9b9126ea31a2bb1a5435636801e0ee4be1158','26aeba5ab63445ebd419a02915a835d8d6a0bc25bac49dd799e356325687c8f8','50727969b899fa9b959b3efba62c85d1df45d25e489a926f7cae19079bf63ca6',NULL,NULL,0); -INSERT INTO blocks VALUES(310290,'fe962fe98ce9f3ee1ed1e71dbffce93735d8004e7a9b95804fb456f18501a370',310290000,'04a9135f416dc041d3c1c0216a84fd780d133213c3369691fbf5e8848af9d14f','74c57c7e7db040f0974be44dae944c978ed2ddb01390d616c9bfaa6816ed198e','107ec8d73086eae9198a582dae4465a9461ba0608bb2e9b122bb610626922ad0',NULL,NULL,0); -INSERT INTO blocks VALUES(310291,'1eeb72097fd0bce4c2377160926b25bf8166dfd6e99402570bf506e153e25aa2',310291000,'50f556e01b9e8c135b20187bf863839e651a0d0bf4cfd1008b446531776f7917','13ede25257044f3bd98c6905c216bed45b0d054951d2c5e86a3cf4707699a279','ac53b2eb89181ba571cc65d28ce37f59594cc689561a7cbd037883702f7e9063',NULL,NULL,0); -INSERT INTO blocks VALUES(310292,'9c87d12effe7e07dcaf3f71074c0a4f9f8a23c2ed49bf2634dc83e286ba3131d',310292000,'9d4bf4b1c5dba1132a9cbfd78c1d94cbaf15d7648da80c8bc1a8dce12a79eac0','1b761ed985b1e55c95598c5c0f37df4a1e06dfd26c17792b1020cf0d28fa9a56','fc699427d8c8c7b045fde28912e5e1484fb03e24d1abe65b26c25089a8c28607',NULL,NULL,0); -INSERT INTO blocks VALUES(310293,'bc18127444c7aebf0cdc5d9d30a3108b25dd3f29bf28d904176c986fa5433712',310293000,'a51a3f9af39175cc9d142eff67811307ad8f51cdd8161aaf0d98af9e2be28efa','2fd7a38fbb17d7b0eec35f2f03a28c4aee7f579d7f42e3ab124cf5eca07869eb','22577c8dfba9222c78aca6195d91c943537d6aedb53b2b4d410a4fbf9ccf558c',NULL,NULL,0); -INSERT INTO blocks VALUES(310294,'4d6ee08b06c8a11b88877b941282dc679e83712880591213fb51c2bf1838cd4d',310294000,'3e9858caa8e835295aa7e78505ea34ce0726e3f5f6cf9fbc6dc4393a28724a25','36566c7c396ecf454c6fa6d3b27dd7ad2c138a85edd74672f2e7d9791e77f0b6','b373397f0bda2ef7c28a8e3311a891c323b7c35cb16ec61c264708b3a17f3391',NULL,NULL,0); -INSERT INTO blocks VALUES(310295,'66b8b169b98858de4ceefcb4cbf3a89383e72180a86aeb2694d4f3467a654a53',310295000,'bf48715799c46d629641ba5b72405f6e6cf0500886da94fcc6fddd306a86b02a','2d6b79733125c81413a3e70acf597a11e986893264588da74e9b8a0d5d46e1da','f66a60d896dce138ec5c9991824566b811419407432c4431b44d82a0363afbbf',NULL,NULL,0); -INSERT INTO blocks VALUES(310296,'75ceb8b7377c650147612384601cf512e27db7b70503d816b392b941531b5916',310296000,'08e2361ae4b98387ee43fd7230ea8b296dee677b337f0e211527e3cf29a64e9b','517c81a10cc4219c38e3f947dd862f6983a4a2eb22459dba31f1a656bdf4eeff','4f04684b4128a8be18e9d22b583ec7194f82a890a4fe781c74d2c71b44c0fc2c',NULL,NULL,0); -INSERT INTO blocks VALUES(310297,'d8ccb0c27b1ee885d882ab6314a294b2fb13068b877e35539a51caa46171b650',310297000,'cfefc3138983a33686dd1fc37f06fa1d7e01d9b218f7242cdd59005633c0ded8','85ae0c384a76e7c93b29204df759293f7a488fc71edf6b4abaea1944fa3a85d7','b120e08f20f7680f7f834fd181bf9cdf35346a31c60a463b776cffce885b2576',NULL,NULL,0); -INSERT INTO blocks VALUES(310298,'8ca08f7c45e9de5dfc053183c3ee5fadfb1a85c9e5ca2570e2480ef05175547a',310298000,'25254257d6f6724161b2b73f94d28d3fd40594b4846699b8a2d5f45d205b1fec','0633d67a69ae2c0ea1e7d3c349cfe1f3b753e387446787987c50782ee4601b68','c37d656abe46be4022b1f1a65b48120d43a9e92ffa242470d0f594ad43a867dd',NULL,NULL,0); -INSERT INTO blocks VALUES(310299,'a1cdac6a49a5b71bf5802df800a97310bbf964d53e6464563e5490a0b6fef5e9',310299000,'756acb1055ec75df8fa70f80e23d75f2b47e75035bfd68802e68308785a2ee14','299d47f0c18c1629003069df0afd0bb877b45f06b5609ec171c7b87ae65a0be0','b2f939e9e9ea31dd35c9f71c3de215c6c4aa8a13ee438387efe7f247c0b8e6b5',NULL,NULL,0); -INSERT INTO blocks VALUES(310300,'395b0b4d289c02416af743d28fb7516486dea87844309ebef2663dc21b76dcb2',310300000,'e30027ca81176dc1e79a0ab3a5afbb839a3338dbe9ea6057aebcd383ed884c1d','8338432f3d159dd15129a269d1cf3866cc7cda8c3845ab349ee6cc240ecd7020','a493a9bb3b8d082104cf791305a1a98561901063fe09d11e0d2e290d2896ca44',NULL,NULL,0); -INSERT INTO blocks VALUES(310301,'52f13163068f40428b55ccb8496653d0e63e3217ce1dbea8deda8407b7810e8a',310301000,'4c2bcffc796af76a2607a978289942241e63a6387e0a2ae8fc3d02c6b5519fb0','676af2de3d30fc26112e65d493b9c2401f93822c8e414cc5e7231e60b728e6e0','0c94e5924763bdc634edfc2c104cf058f57b115c10ae8d3e38cb08f884ce0f7b',NULL,NULL,0); -INSERT INTO blocks VALUES(310302,'ca03ebc1453dbb1b52c8cc1bc6b343d76ef4c1eaac321a0837c6028384b8d5aa',310302000,'a39fdd7f84d2f6e29b613a8a724bc0902d9abd2d6b4d2f46c3b0512928d69b3f','ef3dfc32bc5b72ec279a0229af8bf6548bfb5bf4ed717e3e81ccb7710f802021','6fc1f21a88ab67fac50b644ee3f1bf1c8d1b1adfb59a99c4af09fcb0b48bc5bd',NULL,NULL,0); -INSERT INTO blocks VALUES(310303,'d4e6600c553f0f1e3c3af36dd9573352a25033920d7b1e9912e7daae3058dcca',310303000,'23f307ef560a02210f4aae5fe605c6d8af9317ab17f1e1ef0944038a3515da49','d1c0461baeac24d356af8ba5283753c778f8ab0fa222c51b753758268f1e7fa4','28e793b7686237741f9c0d35cdc8fded362b8de638fba2aab38c3d4f5b0f5d96',NULL,NULL,0); -INSERT INTO blocks VALUES(310304,'b698b0c6cb64ca397b3616ce0c4297ca94b20a5332dcc2e2b85d43f5b69a4f1c',310304000,'6baa2ac646d3725fa01111959753844d22181cbbd1801cb12c4208be3709a3a3','96ea912eae3265566ab229e5d5a25354c0713471d73d866b9a09c9b2954d53e5','6fbee0424b6269a20805b5880d9e1f24259534ba80b6aae80c2447727b8eab19',NULL,NULL,0); -INSERT INTO blocks VALUES(310305,'cfba0521675f1e08aef4ecdbc2848fe031e47f8b41014bcd4b5934c1aa483c5b',310305000,'c366fd009860a090c632131eae9380820e512009bbbaa6f7bc5529afab7a88c1','35584be5484303aa263d746735209b04d92a6baa6045e2d684496ff5dabe59ef','2c1281d63e6ea318dcaba05ac68fbd76ea563406b244d288272343d187f08188',NULL,NULL,0); -INSERT INTO blocks VALUES(310306,'a88a07c577a6f2f137f686036411a866cae27ff8af4e1dfb8290606780ec722a',310306000,'fd12969b828d689063b4885a0356fc17e5207794d1f5b6a17bdeb8d584815a79','df65a3a9f318fd30166869a3d5d6eabb9c84399f15a7a50f39422a05ff851997','2a73d6560338457b085ca0f4c588f93f1b230f526275b66d9beab4b021477ee3',NULL,NULL,0); -INSERT INTO blocks VALUES(310307,'bc5ccf771903eb94e336daf54b134459e1f9dd4465dec9eaa66a8ee0e76d426c',310307000,'e168094d31f56d36e4c3863fe719e6064b08ccc6f3c2adb490b1359360026aee','272ae60ff5120848055f08303e13a982fc66959f3e3b72f7d7461c7f91252944','c8da00f2cf80572061cecc4e8ca2bacfa24371a558332f9d0aebaf611fa61eae',NULL,NULL,0); -INSERT INTO blocks VALUES(310308,'2291ffd9650760ff861660a70403252d078c677bb037a38e9d4a506b10ee2a30',310308000,'523b3bba7b02e2c4e588f21ed14b7b4f6630f887cc89f9361487b581d7e633b5','30df282ad2859208c35204fe5e2d395734e041bd9644b8b8626678fdd64058c1','7ee0de9c4d433aaeca0efd68b683e9c9bcc01aeed58264b9049f92fe01316063',NULL,NULL,0); -INSERT INTO blocks VALUES(310309,'ca3ca8819aa3e5fc4238d80e5f06f74ca0c0980adbbf5e2be0076243e7731737',310309000,'effe1a68917014086da3bf8696f6c13f3cf2cb5cbd6c18b80ed622e476cff017','197a65735f9d06d433abdd01f29f44ec697ba537ead9107ebe9cd889393a053c','281cdc831af65c2ef090429b9ee2634d36b0f47a564a7ba233819d5bcb4107f1',NULL,NULL,0); -INSERT INTO blocks VALUES(310310,'07cd7252e3e172168e33a1265b396c3708ae43b761d02448add81e476b1bcb2c',310310000,'968fb8a7409531a27ffb52af484e7c1076f05b58f9a51bf9cf3d5a7d83b12002','b9b9eef5f4c1720522286ce5f6375613c267684ac330210ab664e29219065cc0','71f7343fc8d9f23965b64fd9fc062ee51f56c01c6a5ce036f35a46f8232a30b7',NULL,NULL,0); -INSERT INTO blocks VALUES(310311,'2842937eabfdd890e3f233d11c030bed6144b884d3a9029cd2252126221caf36',310311000,'8c69639a757d0195594fa1da3f6b35a0e8c62b8df7f95db81e26d496b8c9dd72','86b9b4356e26ab703e29060a4ff1be0c5cad328b2490d983eae10c24369a1649','61879ffffba110ee6fed13202669911d1d7ffb8d0eeb6a08ba8619ff2c80525d',NULL,NULL,0); -INSERT INTO blocks VALUES(310312,'8168511cdfdc0018672bf22f3c6808af709430dd0757609abe10fcd0c3aabfd7',310312000,'8d839bac01b9aae5e554f691ae0ee42cee072f9367fcc2811d4b3f65640cfcad','802b3d153e101c2772b1c96c851efab754f77fd3fd7eb59848d510f8994a9d86','2c7e91ec2593fb88156702c17e422cd7e4af8240e1f096af44bf56d187f6b013',NULL,NULL,0); -INSERT INTO blocks VALUES(310313,'7c1b734c019c4f3e27e8d5cbee28e64aa6c66bb041d2a450e03537e3fac8e7e5',310313000,'1377f4255bfd7ff6638734733a4b8faec97fd62aeb954e42b477c875ccc50b73','e96392425727ab5eb4e16a61aef7d28cd0826ad7bc1d8266b3c187bb22bb5d51','ac8cec20c1304e71ce7a1e26e987e7748a93700f19902156b9a90ad88d30d9a1',NULL,NULL,0); -INSERT INTO blocks VALUES(310314,'1ce78314eee22e87ccae74ff129b1803115a953426a5b807f2c55fb10fb63dc8',310314000,'8ed80d44f0d6ad01a30611d94b91f735ef3a166cf0dfa7531492a3e4ac7c29f1','17d9134674657a9958c43efaea302df438762233e7e5d57811b71378e3d62695','0b0c95e2d0750af2220fed73badabc8ff314d6dcd11cd48e17b65d9e15adf55c',NULL,NULL,0); -INSERT INTO blocks VALUES(310315,'bd356b1bce263f7933fb4b64cf8298d2f085ca1480975d6346a8f5dab0db72cb',310315000,'24b5905cf0d5349b7031870af9677916892e3292fa61455a75e84c1605a398ba','d8bad5e8a6ab63c8e0394c200e6b90cb2a1feabe3f58dc0faaaab59bb0b82654','4514bc0f3470d713452262bc1112c09166c440caf91ed1f424d55c9d98d6e8a9',NULL,NULL,0); -INSERT INTO blocks VALUES(310316,'ea9e5e747996c8d8741877afdcf296413126e2b45c693f3abdb602a5dae3fa44',310316000,'a191657253ca159739403f35417ef74637b053db49c7db62465fde4c54e69239','daf2edaf9fb8e7f718f56cff9e570869297ce6bd350794501b05e02a541e1c84','c90926a3d17ff2e72dfcdbddcc70c53d31ac47c6ea75d2534db6311221c23c16',NULL,NULL,0); -INSERT INTO blocks VALUES(310317,'aa8a533edd243f1484917951e45f0b7681446747cebcc54d43c78eda68134d63',310317000,'bf6d880b9fa42b0e38523c00c92a898093afd068450be504a0a56bafd69ed647','740737c2cd6ffb9a5e89e2ae0d34afe5f0bb48d120ae482802b76d07100b6153','ad63916c5fc98efeabc04385e500cfe8826051c0dd8b4088e1ae4d28e5acf596',NULL,NULL,0); -INSERT INTO blocks VALUES(310318,'c1be6c211fbad07a10b96ac7e6850a90c43ba2a38e05d53225d913cc2cf60b03',310318000,'6422eb2cab5937adb9ca2194c025d0dce63cd62e18d7ebd63220207957c942ee','3cb46a2e5b1a3ef3dd37dbe0cc429962982812eb9c7f87b5282a77a4a7f6185c','ce69d4cd3c67998c8c294cdd67ab16696f773d6cc98750ba18279dc2623ad27b',NULL,NULL,0); -INSERT INTO blocks VALUES(310319,'f7fc6204a576c37295d0c65aac3d8202db94b6a4fa879fff63510d470dcefa71',310319000,'efb625496aa4365f5ac198a82833c880a60cd5f86d04689463216619cd7d96b8','ed69cef0ba9e4a9371deca76209629cc988257493a69006504b96a99b3da4222','a58382843042fec9ccb459460970895b85bab663a298b7b58bab273e27e17e9b',NULL,NULL,0); -INSERT INTO blocks VALUES(310320,'fd34ebe6ba298ba423d860a62c566c05372521438150e8341c430116824e7e0b',310320000,'8c3938d7b3c0a822ebee67f1ecf21b1db6496e19471cf1f2cd00f30325d0c88a','b87169ed018fdc8251d14b58f8d0e09001e45ab5dd76eb2408ab625d34ec584b','f32cabe182ee6dcc1130ad0f0741f1f2f66a6cb2302d0eb083a256a006e5afd2',NULL,NULL,0); -INSERT INTO blocks VALUES(310321,'f74be89e9ceb0779f3c7f97c34fb97cd7c51942244cbc2018d17a3f423dd3ae5',310321000,'21e4c3a7afd02f183cbb69709fc6c006ab3d38fef3466de1a1870232d1c891bd','77ef24833ac345e51eeb48fa9adbb111e31ffa3739298ce12a18d2f581c9a79a','69692bf971768941a2929ac61e70792fd189063fa58b1ec5a3d7163770ed5311',NULL,NULL,0); -INSERT INTO blocks VALUES(310322,'ce0b1afb355e6fd897e74b556a9441f202e3f2b524d1d88bc54e18f860b57668',310322000,'01b3b28c4d8eb796827267c06e6362206884e44f40c3f72d9b5c9d1e6cdfb29a','3833d915749baf7aa33484d7a6b6b28e4acf0d78ee0f1b4e8ab44b22d756a3e3','0d36277a2754f7768bbba2daa9bd468ff225b8eb6b96356ffb29a9b156f8c68a',NULL,NULL,0); -INSERT INTO blocks VALUES(310323,'df82040c0cbd905e7991a88786090b93606168a7248c8b099d6b9c166c7e80fd',310323000,'a362da58df0d31eeaa93a25c91c17bec62f9cad6ff0c31420584ce293ecafdbc','2d41c7286053cb2256526ce42c03ab1288dfa066720e9ae5e5dac4532d512de4','b4fb7eb37d47a210896f4acc7901488be104e06fd55d67be1ddf94ec3c5ab576',NULL,NULL,0); -INSERT INTO blocks VALUES(310324,'367d0ac107cbc7f93857d79e6fa96d47b1c98f88b3fdda97c51f9163e2366826',310324000,'d1b353ac97e000471c66df8ee04d7b0c25f7eead2414e5648cd2ef334881bad6','051b158e05c22a326dd8becd27d142b52477b9209f369599db5c5e25484af157','8a9a15ffea1fe4d15a8c19d2c3315fe2abee2415bc6a7a54b718df4e65aea63d',NULL,NULL,0); -INSERT INTO blocks VALUES(310325,'60d50997f57a876b2f9291e1ae19c776df95b2e46c14fe6574fb0e4ce8021eac',310325000,'7734300dc764c67fde935dd4432396de4a31cedc2901f3fc70bf1576797cf7b0','7671d8cfff3601fc44132a6d274c1ab1fb0b4fb712041d86eb28157667682251','a6d3513fbf2c7456198dca48e95d7964df83b247ed9ec463896a2bc00999aa58',NULL,NULL,0); -INSERT INTO blocks VALUES(310326,'d6f210a1617e1a8eb819fc0e9ef06bd135e15ae65af407e7413f0901f5996573',310326000,'ebe859a722587fd456695c6a46af7f0bf54c03e940bdbb5424520a8c1fe70617','72884e56565b442c37cbbc572fa762c7b7b3c549c396037393463be7afb089fa','3e8eed29da87a9b29e15b2d3b2bf507098ad2ef6eb33a41f54565e5692229f5e',NULL,NULL,0); -INSERT INTO blocks VALUES(310327,'9fa4076881b482d234c2085a93526b057ead3c73a6e73c1ed1cdee1a59af8adc',310327000,'8ced7a546ee2c746d4dc3f0ecd2fb4eaa62c65c4e98be74545d8de22c03526e6','ccbabd4fc70b15ebb6f28afa6f96e4a1f0af08e6a3cdfb518ae008432b908739','8a4912bef403cabf49cf3339f017467f30a09889973d0256e202b8d188b7dd0a',NULL,NULL,0); -INSERT INTO blocks VALUES(310328,'c7ffd388714d8d0fc77e92d05145e6845c72e6bfd32aeb61845515eca2fa2daf',310328000,'bb5d3479e492f52a0b3b69d29852faefdff645f9b113eae82594f57e8aa40b5d','42fa2df2e053f97e86881395e5d66de912e59bf73eb5be322ab170b06fabd344','dc777650e9f5961d84851e65fa255ea9d394aafbc3b1bcfc526e0d853471540f',NULL,NULL,0); -INSERT INTO blocks VALUES(310329,'67fb2e77f8d77924c877a58c1af13e1e16b9df425340ed30e9816a9553fd5a30',310329000,'4ad2c9d802db762537be19143ef5eca474cd9f749bbbc661cb95bcf1dcb0b02b','a5336a1818452ca9888d582bb5ad8182e00ec37723d42e6769b001069f96232a','7da4098d283766ae8402f571368ebc926045ac931b2c820a392f7d6f7a0932e8',NULL,NULL,0); -INSERT INTO blocks VALUES(310330,'b62c222ad5a41084eb4d779e36f635c922ff8fe275df41a9259f9a54b9adcc0c',310330000,'4a9a6b59d56f6b7cf867095d939f9bddbf779141177feda470df3759b7d48be3','263932b9bd949d4b0557a7fcd5597a0c607c722b34e644f9795e4f08713a4436','dde401dc2154c1a83a1a8723a02793e3cf573236574bf4efe8b9509950670ea7',NULL,NULL,0); -INSERT INTO blocks VALUES(310331,'52fb4d803a141f02b12a603244801e2e555a2dffb13a76c93f9ce13f9cf9b21e',310331000,'c676b9c31e0e3d74d005ad0a52a18ba34688b6002da5d269bcea0f789a4f8e91','646197318fca63f2c8068c0a119f122d02cfea4a5c95201d6cc2eada9ba276a6','b26340fa1b2bf600c24c1ebc5d3cf9349b3c1f18f0340e67e933471de5c870a3',NULL,NULL,0); -INSERT INTO blocks VALUES(310332,'201086b0aab856c8b9c7b57d40762e907746fea722dbed8efb518f4bfd0dfdf2',310332000,'cf0b702c03ecff4bda1254dd5e96ca580b69d5d02d1f233725fccbe1f5f32000','8197afee90f808a95bd5a3dbc9c41618e3a07a3039dc2e2539a94cb023e54a0b','f40ef695b934f2eff89a7c247bebf55f48b2160e4f5cc51ecb732f67c878f5db',NULL,NULL,0); -INSERT INTO blocks VALUES(310333,'b7476114e72d4a38d0bebb0b388444619c6f1b62f97b598fed2e1ec7cd08ee82',310333000,'b40359eb197db65549946d93a39b2a732e0694d21b8d0138b9bfce4f5a87ae5b','c8b269f3fb117e7ea3a9592a023787d886ffc388f91fd651618f807c017c9a67','228acbec9359ec38f4e64a1c2f3daffaa1ace38a9c1ae23e17aab8637be40e52',NULL,NULL,0); -INSERT INTO blocks VALUES(310334,'a39eb839c62b127287ea01dd087b2fc3ad59107ef012decae298e40c1dec52cd',310334000,'7cb471ec146f9ec1e4d1b93184ea641f7b8088807dedcd1c0be4ca5ba99e80e1','24eb770852273754585985a5fed612de801663408db3703bb9771d5bcf518cb9','1f64952f501bd2a2be2df85953b7156540bb110d36379afd8e93dd3f2227c5f9',NULL,NULL,0); -INSERT INTO blocks VALUES(310335,'23bd6092da66032357b13b95206e6527a8d22e6637a097d696d7a96c8858cc89',310335000,'47de747ec20cbec96a6bc4b71f67ea827c7a5a1ab0d3541fd539efac7442d644','ba840a499b9de3ae457db93220ebb7bf61560f33660b8e7b980178325d114cec','8838dcbe95a323a19820cf9c83c3077c4519ff524bf5b67d228b60e6d824b0ea',NULL,NULL,0); -INSERT INTO blocks VALUES(310336,'ec4b8d0968dbae28789be96ffa5a7e27c3846064683acd7c3eb86f1f0cc58199',310336000,'c216588e623d2b3d03499c7e9f817106b20a8c98765979987633f1e4e50d9594','a6c20cca4d22fa5b8357fae640f1a90e3e656f9015eb5db289ef6da17b597f1c','be2456018ec38082450007f516bcecb826ad573c3f5074639875ef27c532da8e',NULL,NULL,0); -INSERT INTO blocks VALUES(310337,'055247d24ba9860eb2eadf9ec7ea966b86794a0e3727e6ffbcba0af38f2bc34a',310337000,'a558b47328f54b79a5ad9f7737af0e4df07e13e20f150296370e111879c09c2e','15c9f81424d97e28fc5d40b9f74edee6bed3f68f8c81dcf572cbd786626ff353','5b3dfb5b2d34b0a524ce8632b9c44e1fc96e031fdee5777c294d204f09a056bb',NULL,NULL,0); -INSERT INTO blocks VALUES(310338,'97944272a7e86b716c6587d0da0d2094b6f7e29714daa00fec8677205a049bcd',310338000,'31bea50c6481fa982eace70df5fc13d2981f1af13962809e3492b493a0dd4905','ee8efb364c79aae62d48d0198d7ca348d71f312eaef01daf906fec89d2fe9166','0cfc7de3dff5c8e32ea8c40ee257e5b0cb9e022dd9b5b0a493816dd422674014',NULL,NULL,0); -INSERT INTO blocks VALUES(310339,'99d59ea38842e00c8ba156276582ff67c5fc8c3d3c6929246623d8f51239a052',310339000,'6605ca3db3c509fbc8574f2e10a3f981e2ff17b2812946ec8f2b1e49ba44f220','af5e50fc6a529fb06423c8ad7beed13c6e1de1c3f746f53dcedb7af76e0d95ff','27dea1f0d38bf49ccf490708b63e514615895c0e9b73a16d752e7338834aebe0',NULL,NULL,0); -INSERT INTO blocks VALUES(310340,'f7a193f14949aaae1167aebf7a6814c44712d2b19f6bf802e72be5f97dd7f5a0',310340000,'7db1ad1952cac2dda86fff6e5f939010bb30a1da26af438d354e17f423d5bf1f','f42c5c43148a61dace7d50127d905f236ad738774c20d4f874fc3b824b58cf92','25797fad45ff0df2995c894bc3b4440cfd30d29eb0dffc7258ef0b051886bf95',NULL,NULL,0); -INSERT INTO blocks VALUES(310341,'6c468431e0169b7df175afd661bc21a66f6b4353160f7a6c9df513a6b1788a7f',310341000,'1a1eef01250d2c53a1b34a8ee5b1e8fce984c3d47d28c544c6e162493b51225b','5fcdf7ababadc89a26c3833bc8b819642466504b58323cded8cdb8a904239ce6','0475103698e1b21e812ef80c8704a6a7d718d54efd8b3d01272310eee4a93dd3',NULL,NULL,0); -INSERT INTO blocks VALUES(310342,'48669c2cb8e6bf2ca7f8e4846816d35396cbc88c349a8d1318ded0598a30edf7',310342000,'3c85c0b825985b04b42137da7e59fb3daaaf9e65b871b79390a4d8b31be5da92','b165c708026f386ddc7206518e594fcef7b5782fa0db77db6ce5b02e3b563145','386f2d28ae28243ec41f68f0218004f9b7d30948940146e83258ae725c726bca',NULL,NULL,0); -INSERT INTO blocks VALUES(310343,'41a1030c13ae11f5565e0045c73d15edc583a1ff6f3a8f5eac94ffcfaf759e11',310343000,'26f4ea323dd31b715c7a7f4ab8f1feabb199333a8494449ed538ff13215bb3b2','37808f9fb4ad766c671be7e9703aa7c7ea53991fa838400536d25f304ebe8090','6cd9f497ff547e90aff30fa436bbf5d0bf52b76cfe42ac298625762804388174',NULL,NULL,0); -INSERT INTO blocks VALUES(310344,'97b74842207c7cd27160b23d74d7deb603882e4e5e61e2899c96a39b079b3977',310344000,'444314748cb1fa1c836b3b4de65c3920c7fe446741193e5f77843affe3bee908','52dd50744ce4773a3db8dcf016a392a133ff7ebbeaf293d4ecb4a32fcc575a19','311cf2c16edf19b105b63c89d098b160fe478a777ded3f3478686af3168c42e0',NULL,NULL,0); -INSERT INTO blocks VALUES(310345,'0bda7b13d1bc2ba4c3c72e0f27157067677595264d6430038f0b227118de8c65',310345000,'d1775816bb104187076be74e78e87fc6d367c3cb31d372329aec2b635002ca2e','15f4f9eb55ff5d2b8efb40a57193f253470889b1fb2f532f02b66d236bc902bf','6ddeaf2a1b81827366c35ae8738efaed8762fc41b23c6d20e3563ad14ca4b0cf',NULL,NULL,0); -INSERT INTO blocks VALUES(310346,'0635503844de474dd694ecbcfb93e578268f77a80230a29986dfa7eeade15b16',310346000,'3244eed1df8ec4ae0ddb04f9f6e59e54244ca3df10dc21fc89c99c74ba734781','58faa47bcd277d0d52d39a46473882adc797797cf2c30967418fb4ae832dc21d','bc0073f476ce6f3c9c1257347424d6a9ace382f1c8b873ca3d7d2e139f970de5',NULL,NULL,0); -INSERT INTO blocks VALUES(310347,'f3f6b7e7a27c8da4318f9f2f694f37aaa9255bbdad260cb46f319a4755a1a84d',310347000,'6fd1802c269750b69ec04df457d47cd6b44c261340ebd5b4da61f06ede6aa166','716162f3fea6641e6ac697eb11880c5b39903de4ab30fa24e899e363d5c1d9cd','096a16a0aad535f58cb10e60fc86dbbc69e470dc843f19738fc4f9e1ce7f1768',NULL,NULL,0); -INSERT INTO blocks VALUES(310348,'c912af0d57982701bcda4293ad1ff3456299fd9e4a1da939d8d94bcb86634412',310348000,'668330e80a23f499c0e91b01c4c51aab393813b840f81b6b672611e391699faf','8c169d593d4c922ef7d3f530f6de4da37c01716f19ea19b48b122a6135f3e293','f48d12a75d55cecdc6a47637f2fbb982d49d19f3b67457aa98cb08e77ced3456',NULL,NULL,0); -INSERT INTO blocks VALUES(310349,'ca911c788add2e16726f4e194137f595823092482e48ff8dd3bdbe56c203523c',310349000,'32b36035ac1684e93126657ecd9711feb689672f64cceb03d220a8089dfacf12','8d54849ce08f65fd3dd06baf845e5a3132b84c960e6f316c4bbbbe5a3d2b7b01','57bc2494344fae2345e5bd52209e6fe8f2621ed7592252a42246b6779a65a8fe',NULL,NULL,0); -INSERT INTO blocks VALUES(310350,'c20d54368c4e558c44e2fbaa0765d3aecc8c9f01d456e3ff219508b5d06bd69d',310350000,'dbe70bf3b8e4b74ac25c1b6737b6a760e6a06a4f96ee83a5ca728c8501d4af05','1e46f66542896fa2ff6048472d49feed3065a6fffaad639da03027b00ce377bf','acec8fbdc7be0257f98160d4d7e7cf654a899b20917021a17f23c31b3dd47579',NULL,NULL,0); -INSERT INTO blocks VALUES(310351,'656bd69a59329dbea94b8b22cfdaaec8de9ab50204868f006494d78e7f88e26f',310351000,'89bb7ea865a221a3646f78ea774a7cf1e15e8d65b85ddcfbdf87773145904151','f99c452388cd3d8aa59f7c75fa06770a116b5f69263dddbb7b5fdcffc7ffc524','b11948afed62ec524417001d7c86dc3e2f0a45959111af1e6604a7d8b3231e1d',NULL,NULL,0); -INSERT INTO blocks VALUES(310352,'fb97d2f766a23acb9644fef833e0257fdb74546e50d9e2303cf88d2e82b71a50',310352000,'fdbf27d576a72b046776be0e5c0a91d060619778aadef3df1d30f1a7785a0fdb','1d2f391bb7990954e14c69c9429b54b9f5a88791ec4b2fba2facb464152417f4','5b5c7907900c708c332774b3705aacb7eed3e44759b6f0d068f466e008d60935',NULL,NULL,0); -INSERT INTO blocks VALUES(310353,'2d3e451f189fc2f29704b1b09820278dd1eeb347fef11352d7a680c9aecc13b8',310353000,'73429d323376209447edc6d2ddbfd51f0bcde21736ea6dad61dc96b6984a1fa1','8ad1adee999dd851e81025b31920d1f0f66c1e56433e7b2b110d03cfccd7a141','1c50d54d3d9a0bbd66e3370391aaa4293436a4c2a30cca24c982c49d1aa008b1',NULL,NULL,0); -INSERT INTO blocks VALUES(310354,'437d9635e1702247e0d9330347cc6e339e3678be89a760ba9bf79dd2cd8803e0',310354000,'b2bbcbb6a7db94b2a5681c6e380ac13480bb49c29a3fbb3c7c1eb740f70f8324','8d6870632f2336908828a72e7445c9d8ecbec3d420b234dad2b17ae06c0a709c','25e0063f36eaa90804aa8b9ea74d1c270b4a5e2ad7fb99df8e99815c059b22e4',NULL,NULL,0); -INSERT INTO blocks VALUES(310355,'ea80897a4f9167bfc775e4e43840d9ea6f839f3571c7ab4433f1e082f4bbe37d',310355000,'ccbd3ea41587c3c1d92f355979b49c5340a0a90060f07c228c22d6ff76b25579','8dfb02eb42bf84a085d150a0dc3fb2effa201594da47639e8f77fea0a7084eea','e8a8b0a0dfd6d0d6016d4198918d9070748f2ba7a48b4dce59b2a350fd689bb4',NULL,NULL,0); -INSERT INTO blocks VALUES(310356,'68088305f7eba74c1d50458e5e5ca5a849f0b4a4e9935709d8ee56877b1b55c4',310356000,'06a95d39e110e40ba318320d50984096cbec88c680f426f721154555efc2561f','3516c2e9b180883b3526ee0a028c6d22b2a8a028b896423eb71db31cc284d566','77c1eb3f8b7c02bb5e26a7f7c945250bb44adfc40e2d58cd7f07118bceebf35a',NULL,NULL,0); -INSERT INTO blocks VALUES(310357,'4572f7f4ad467ef78212e9e08fa2ce3f01f2acc28c0b8ca9d1479380726bab1f',310357000,'443f947352e853367d1c10d25771c7d78eec22fac19c5bace6f96b8f949e264b','af4dd2cd8426ceb8c7dacc24b30d4d48e1152340a5a81f32b745878558969f4a','3800ff081d7ee73226503f2fe551a287740cfefd247486c83c15d098dbf15c7b',NULL,NULL,0); -INSERT INTO blocks VALUES(310358,'d5eae5513f1264d00d8c83fe9271e984774526d89b03ecd78d62d4d95ec1dea6',310358000,'c2cd71dc9e7d5ccb5d5e9d6b55c47010c9db6a573d01820da1c8960970fd571f','635f90dc6b705e3e5928101d6ffc32a247088fd8965e0e372358b35ba822df31','b48a44760017112d73ccf6724bbc9650757b20df5a7c26edf2f3a6aefa86c3c8',NULL,NULL,0); -INSERT INTO blocks VALUES(310359,'4fa301160e7e0be18a33065475b1511e859475f390133857a803de0692a9b74f',310359000,'5b7646bafc6b11eb1554ea1e02221883043b435ae973c3678505fa2128aadfb7','eeec8a86b03a3973bdf5215e1789277ab7aa4c47f4e9f05a44a312c01e0ccf0d','335f53a916a0bc67cb004eb63708def5506d4f74bcec50f101814ea68f76384c',NULL,NULL,0); -INSERT INTO blocks VALUES(310360,'cc852c3c20dbb58466f9a3c9f6df59ef1c3584f849272e100823a95b7a3c79f0',310360000,'b0e937568a47c244e3b29cfb3a5e7196c171acc1565c44020345c715b7774658','32f4991609b3d8cbddbee2fe5e7aff49e7d4f5334ba0d283893733f19d3f448b','a1d9daca727cb7a4b2da2f8ba546ed6658a865d06ab65970d9266c378cf25009',NULL,NULL,0); -INSERT INTO blocks VALUES(310361,'636110c0af5c76ada1a19fa5cd012e3ee796723f8a7b3a5457d8cb81d6c57019',310361000,'fd5b67bb571f4e9c0c37c6a5c9e1181133c301e05f4f97a41bd827eda7a6db3c','4ad763ba9a9de4e6fd2f48d1342b9c2b4f87224fe591cddcf0ea3aab19187ab3','6acc9ade130c3bc9ded6b30a657700501b1a56ac29e888f64cff6ff47359f791',NULL,NULL,0); -INSERT INTO blocks VALUES(310362,'6199591a598e9b2159adb828ab26d48c37c26b784f8467a6bb55d51d7b6390f2',310362000,'38382cc090b349809c4798c3c83b485f8ff682fd5b5b2568357d62ef30f7c046','2eed1cb542570837b9e34c5ef140428d09c132369e5073061d9b1580338fad97','0ecc858ae38eb36dfcab01e9f060b80297a2882419ee19837c4f3ee56645ae65',NULL,NULL,0); -INSERT INTO blocks VALUES(310363,'a31967b730f72da6ad20f563df18c081c13e3537ba7ea5ab5d01db40e02647e6',310363000,'82911a691937d87629bc14e5294f68a25ff2fc6512370db032834b85a623d5c3','baa8c23f6f8bbed9640382166a4fa59eba156a3c94b645334124a57ad886136d','556ba5de5e6ef62d0ce8117eeea75b6ffa6463ff310811282f89cd7416d498d7',NULL,NULL,0); -INSERT INTO blocks VALUES(310364,'67025b6f69e33546f3309b229ea1ae22ed12b0544b48e202f5387e08d13be0c9',310364000,'cc362ce4c2142e539057430e2dd6402b985c62fefa4e4ad33afe1305f53af8a4','973037f8124687eaeba2e9f3e301cb20b9370bef4acd3f2c86eedf595b792b73','74bb0c7406191c6a3073587bb97fff0fdc69468013613e74a11bb764f0131526',NULL,NULL,0); -INSERT INTO blocks VALUES(310365,'b65b578ed93a85ea5f5005ec957765e2d41e741480adde6968315fe09784c409',310365000,'49e41f95f081b70e3f540fa22864cc4f229ceabfdfd54f2da112f1fd35466617','aa3e39acb1dc1a955f579a9a40961a80319c5dd484ddf322ca6edc6b67cec932','f3b9bfc7f71eb198d33de021d970ae020b2a4bad74c255699c6c15029468e899',NULL,NULL,0); -INSERT INTO blocks VALUES(310366,'a7843440b110ab26327672e3d65125a1b9efd838671422b6ede6c85890352440',310366000,'687c5f3e381d164499126ff90785e3635c825db3808267d4de2ec0e37cc7c597','610fbd2d8f4dad57d7efca0772534da791785cb2c45de1906a9b282792faa9f8','4c6246a65703edae5b7dd415df97eada326fe5e69fe207a8b555cdc0f1cbd4be',NULL,NULL,0); -INSERT INTO blocks VALUES(310367,'326c7e51165800a892b48909d105ff5ea572ff408d56d1623ad66d3dfeeb4f47',310367000,'d7fe976a4b2cca2e23d082a703ef4f4739e110ce1e0a373e76064f6186856ff7','531453a70483611396ce5bacc17e22125b1b61f61d56c110fb72a929b95deb9a','01b60d6479b112e92ae193e3518a7f85210d739b324d649c05bf3852d51a54bc',NULL,NULL,0); -INSERT INTO blocks VALUES(310368,'f7bfee2feb32c2bfd998dc0f6bff5e5994a3131808b912d692c3089528b4e006',310368000,'97f0a0f9e6f355dd179aa2941412decc1b0a06de0dc14dce8538aed6e35d41ba','289eb338000f45b4d7e143a08a490fbee8d307eb0975f5a2ed62586c2f625e0e','f66e69cf80c70919d7173c74cfc711eaa2c5f33b884333ab43f2c41027ccf438',NULL,NULL,0); -INSERT INTO blocks VALUES(310369,'0f836b76eb06019a6bb01776e80bc10dac9fb77002262c80d6683fd42dbfc8da',310369000,'1b5d9ec9bd918c84a5f9b6882c94a739cc1ad1362dedfbdf7b2009fd42251d66','a9122294ce4ccd606d3fa1787fb9c44f25811fb2fe486c9d58b407b5da50dd8b','e307e492f24ed689dffae4da75dabffe9e338ff996c88c5a2a7248abb30df8b2',NULL,NULL,0); -INSERT INTO blocks VALUES(310370,'9eb8f1f6cc0ed3d2a77c5b2c66965150c8ceb26d357b9844e19674d8221fef67',310370000,'578b039ed2b9a25e1c75ad9a5242c5962d6645616dc53fb08386602e40f14486','d61d958644caab04dc236d04d3654abeb1fd625dd7b9cdc01ca5caeae9b41f58','6087f15bc627711b12cd70dc5c18fbc943c204013b6273a724db7624d6e12b50',NULL,NULL,0); -INSERT INTO blocks VALUES(310371,'7404cb31a39887a9841c2c27309d8c50b88748ed5fa8a3e5ba4cc3fc18310154',310371000,'473d21b8218a2b02f7fa0d5daf114fa988e4a3d97c33aebe97e51a8d22252492','8abb7bf5c66895fd9e9de804ed8e35b3b1d12054a4e45ab3df6cd41194d836e6','a2cadcba7707abde4fb0d86702f9ef406324a8fcdfa76f6ec9414ad384dacea3',NULL,NULL,0); -INSERT INTO blocks VALUES(310372,'d3a790f6f5f85e2662a9d5fcd94a38bfe9f318ffd695f4770b6ea0770e1ae18d',310372000,'0c306eb25702d190ce32cac521b1fac9b8a7cbcf441fd74be8de2e002b4ce14c','ad3d52b024093fcc5b88b7a3176c4117468f0f675fd9e908c727ebedc5e2eff3','6707e363d1453e434f09de58498af4f95b9593282b42f43684618dce7d624048',NULL,NULL,0); -INSERT INTO blocks VALUES(310373,'c192bec419937220c2705ce8a260ba0922940af116e10a2bc9db94f7497cf9c0',310373000,'48d14b17f9074ce1f75ab32581e8f6fe7d518ebd669af6508e5d986d97c92b3d','b60270d322c86c6452289e0968be64c2217ebeec34944e43aef908e119f838ea','f4c868b4c8e4ed0aaaa1f31ec45a2393111a3ae2002cd640f5e8ee2a2e480552',NULL,NULL,0); -INSERT INTO blocks VALUES(310374,'f541273d293a084509916c10aec0de40092c7695888ec7510f23e0c7bb405f8e',310374000,'aee93917f6fe0046069aaff48d5d1875a9c4451acec6562a377428bfb1184cd4','46decb141683d0bf4c52e4f756b955c923bfb3995025d0f19a8ef7cac1dd2b60','4f11ed7930653e07ba376bbccbb9a2025632dcb1a362b73d884da13d5ee76be5',NULL,NULL,0); -INSERT INTO blocks VALUES(310375,'da666e1886212e20c154aba9d6b617e471106ddc9b8c8a28e9860baf82a17458',310375000,'2b0d74911bba5c9530b69c04fec512fe4c5df25458e5237db884586a221fa30b','9349961eeb706cf083d6ef1fff69cc871def662dd23fd7854135c1b0dc1a78fb','e4b2ee1a49a43c8b3a818560a60d7d93bedc758d3ce992be2eff40fe5fbf74e9',NULL,NULL,0); -INSERT INTO blocks VALUES(310376,'5dc483d7d1697eb823cba64bb8d6c0aded59d00ea37067de0caeebf3ea4ea7dc',310376000,'a6f84afe2845ba2fa4e5e7377b1d4474dbde6dfc9c4bed050e6d10cc80025e82','a5f607569f31beb9ba2a0496a9eb2eb40a6926df4b174161b73f53719ad04767','e63b3cf5d1eb2734995d924dcb8fdcf1147d751395000dd6663b61d70f7ee992',NULL,NULL,0); -INSERT INTO blocks VALUES(310377,'f8d1cac1fef3fa6e7ad1c44ff6ae2c6920985bad74e77a6868612ee81f16b0b3',310377000,'e006e13691719e4fce65e72c692d3affeae8ae465de2a3b285a1bed4eb518a70','4dd3a5ae07e934557005871e7c72351077b1092580eadda11fcd3501bb000579','1c2c0ef6287245c04947a4452e67411541a80da3a2097c0a347c3248bf2161f7',NULL,NULL,0); -INSERT INTO blocks VALUES(310378,'fec994dd24e213aa78f166ca315c90cb74ee871295a252723dd269c13fc614ce',310378000,'607ffa4928577b82f275750353fcecc2e50098d227f18bb8ea95ac2bbb10eea6','49533405fa36a389e0d8cac965389e23eb421da5833d625d160f75fa9defdeab','b8937d2d9517cf1f1648b595150bd4ad77cab24c686bd2c8e23714cdade45356',NULL,NULL,0); -INSERT INTO blocks VALUES(310379,'d86cdb36616976eafb054477058de5670a02194f3ee27911df1822ff1c26f19c',310379000,'9f17e8d662dbbfc12a56dc36172b3154bc9b05a87885d1411826481e1ca4f6ea','4514a78a69d0987ff60976334f70d0533a1c5726099ae73d93be187a57f25f44','614d01cb64ac626f70cffe33a1bd3355075acab546d404507e1f8f823f30cd44',NULL,NULL,0); -INSERT INTO blocks VALUES(310380,'292dba1b887326f0719fe00caf9863afc613fc1643e041ba7678a325cf2b6aae',310380000,'d617e30e1a32ed1cf269a190fd4c843755413492827546a0b3ed14278f817532','77038e6b75820a64c9fc9530b3d2c8411cc4da649fc69a3d235424c2dd5500c5','fc1f8cd61556b9bad44c0023b4fa390c500f2e6df7fda4e89081dfb60be85f0d',NULL,NULL,0); -INSERT INTO blocks VALUES(310381,'6726e0171d41e8b03e8c7a245ef69477b44506b651efe999e892e1e6d9d4cf38',310381000,'8af8d819f02927de4a74d3d37dcecf6e5124d53be37603764b1b1adad13b0d7a','48b66540bea91d2c2d216d5c13e88dfd9c1f1a36cae2ec721253034041e63af6','64d3d46ed318df21ec21c4f2516e5278e94b32d12dc7598912472f60bdb72b2a',NULL,NULL,0); -INSERT INTO blocks VALUES(310382,'0be33004c34938cedd0901b03c95e55d91590aa2fec6c5f6e44aec5366a0e7d8',310382000,'809d5c20335bbefe8e4f3552e24b24d96f6ee4ab12f3bfc9e74898371cf69797','159e8434abde33d3a97a4e7701cafec884a6d0d7ad78852ee7db449a18c5e23f','c4fc122ce6c5149722318f8023a42aebc8a42ff98a71cb9e781661a660ea51ad',NULL,NULL,0); -INSERT INTO blocks VALUES(310383,'992ff9a3b2f4e303854514d4cad554ff333c1f3f84961aa5a6b570af44a74508',310383000,'d8ec301994a5333f8efe7cc547a833d26c6766deb0b39c4fc18d1bdb470ee903','aecbe5619daf47a60ab2765502725a284224c0985e91993b212c50c3449d197a','90be276b0349a2ae133516e7459e90833683fdb9aac0538a2f4b79c192f72113',NULL,NULL,0); -INSERT INTO blocks VALUES(310384,'d518c696796401d77956d878cbdc247e207f03198eabc2749d61ebeadee87e5e',310384000,'fe47a03993cb9079a6e72810552d631fe838bcfaba3b34c73c9948af77266df2','e69bc390fb0a624f6d33512a55e9732857afee1b114df97761186ac648f63111','29136e76e0190c7824064b55a60fa62aa4481b00ba17082e58bae7e238f8597b',NULL,NULL,0); -INSERT INTO blocks VALUES(310385,'2aa6a491a03a1a16adbc5f5e795c97ec338345cfdf10ff711ffb7ac3a0e26e28',310385000,'6114e98e0004cf0f9472fce6bfa6bb99ae38e57214c8b134f30da1d62399f6ef','d3e6a4df9ff34518f8fe243dc87c981aef0cc7b89ff9ca466269a19493aeaecb','0805e38f383a619b8b82d73d6101409e762bb7b6305202768e174f2748effd74',NULL,NULL,0); -INSERT INTO blocks VALUES(310386,'9d19a754b48a180fd5ebb0ae63e96fa9f4a67e475aeefa41f8f4f8420e677eda',310386000,'4c52d59ade1bd2068e3b75b8b3cd1d23c6a94b6437f7966d10f5a07bf8f630ff','1c250ef18892c191c535562bb35bb1c8bd4f515ab00bc4cf0b564436b2bd33ee','c90a6b8d9034ea22c0e1302fab571afec136e150f57dbd4a07fbd89f7a66ce5a',NULL,NULL,0); -INSERT INTO blocks VALUES(310387,'b4cac00f59c626206e193575b3ba9bfddd83bbfc374ebeb2838acd25e34a6c2b',310387000,'327e9a842233568888998ec1456b6f78c093b47639707d44e6336b2bc18d955f','d7de64dd98a65b478518d909b1f0f2860f6a0b8e5e530f23ee55caffbaf1a545','962935511236bc6eb6d6f647eb02ea92c96ea5cfb0cc014b355c9f39c222c28e',NULL,NULL,0); -INSERT INTO blocks VALUES(310388,'41a04637694ea47a57b76fb52d3e8cfe67ee28e3e8744218f652166abe833284',310388000,'6efaab188a5cae39ef547a804f61bcbc2be4881e0569f49d7622b407f6860401','4916559fdc472a474aa4c652c85b0db143744daed0d98d7f2fddd1dba32be88e','04076ae75050884ffea906f6b738d2e961e712f7e8099758916b0477a878a790',NULL,NULL,0); -INSERT INTO blocks VALUES(310389,'3ec95ae011161c6752f308d28bde892b2846e96a96de164e5f3394744d0aa607',310389000,'89c686d5d973691a7281268c867f837b86b140a05f16f12302a3cdeb3b6a0ee9','b2e0098e42f81a8a9369d510b17be67446feb3e5da1b1eb37acd9f0b33b29fce','78a43adb29cdccae786b20bf4fc766758a5adef9f37f1a86a55d484ad6a008dd',NULL,NULL,0); -INSERT INTO blocks VALUES(310390,'f05a916c6be28909fa19d176e0232f704d8108f73083dded5365d05b306ddf1a',310390000,'2c4eceebb94d0c7a7702478d9547d1afbb42ab5ecb5ae6271a3f69942bd77e50','8e3a48b160083860b0928dd97150477980da9097945c4ae3ee144c505f131b86','14e1bdf127e4df09aca15e16a9c795f2bfb971569e69b6f9db043718029eafb2',NULL,NULL,0); -INSERT INTO blocks VALUES(310391,'fc26112b7fdd8aaf333645607dabc9781eac067d4468d63bb46628623e122952',310391000,'06397124ee2a1bcb9104899469394855d4ecccd1a08626d650bdf3169e227831','b1b4f0fc9ba54527ea0902192a61158bb5383f1959f187915c07f88bdf11caaa','f82a72c1b20bda911f030284a0bb118253385ba3da4df31a1dbef46dd16665c8',NULL,NULL,0); -INSERT INTO blocks VALUES(310392,'f7022ecab2f2179c398580460f50c643b10d4b6869e5519db6ef5d5a27d84a1d',310392000,'44974b5fec0be3a2958d39f2d6824a2e82733f873a404ec9887178c620843149','97a039be078662ac5b1a275d5618224c1a90886c79b9fb651dfcb14481da8e8a','eac292ecc848ebb043b27b4bdb6c770100a03a4578589863b0ea65b223680ebb',NULL,NULL,0); -INSERT INTO blocks VALUES(310393,'e6aeef89ab079721e7eae02f7b197acfb37c2de587d35a5cf4dd1e3c54d68308',310393000,'1863677c0e552344607b1af3eb8ef8f4fc6b2a73d63eebb3e9928302c887970f','c488dd61c64182cdc779e96a2b312463d42ff9829d1d518c8a9daa1a4cb26de3','f3f7b0ab90321238e1c3a36841b6b7cfb4588c65399834a37c470b3e27d14539',NULL,NULL,0); -INSERT INTO blocks VALUES(310394,'2a944743c3beb3bf1b530bd6a210682a0a0e9b0e6a9ff938d9be856236779a6f',310394000,'3838ba6e84376ed8dffb3fee9b5928d903952c0d8a8ad41ab63a9651a1c8c770','e329db30a579327664d135ce9c3661a259378dcc12e179232599e0186c7bfe91','ccf26a4cd20e9a3937a27ea76d688a1ae484e3dfb0e621545d9c105871304deb',NULL,NULL,0); -INSERT INTO blocks VALUES(310395,'19eb891ce70b82db2f2745e1d60e0cf445363aaff4e96335f9014d92312d20e4',310395000,'872367d61f81cddeb555da5f9c4f46a8ac57c24629ab073094e407a4555a8555','2234b36f4187eb0da9ed6a633aa2e15075d5efb23f154963885e7fd42495e4a5','0b232ce5c5df5a17aa1a4e6caac9c1da67a853107ef41290d0929f236ff116d2',NULL,NULL,0); -INSERT INTO blocks VALUES(310396,'aea407729ac8d8e9221efd9d70106d14df6aaf9f2f87dc6f490835a9caadf08e',310396000,'b9a9eaaf1cf6cfa4ae5b0f314812a9a2346209da0b7ce57e16010d2a01c0092a','25946162b9af068438633980c75eaf9e508144f603f7a913de56cc11a7a482f6','a6b1cc96d14d1696a210f2b7679628322551a5dab4dd6858fabc0e4c26ab9fa4',NULL,NULL,0); -INSERT INTO blocks VALUES(310397,'7c429e56a19e884a8a77a759b52334a4b79404081b976270114043ba94d7985c',310397000,'b61f36bcc934a18fdccf7806d41482684ca129801d0b9ce7815dcd488fc49a66','e697fb2f445f03a1d895b904be58a554af4c26ed74a65eb0e52c98e490efbd44','7ef7cce0384a4741db1edc2b89b5e1a1ebf007d575a03d9903a6fcce2eae014c',NULL,NULL,0); -INSERT INTO blocks VALUES(310398,'55c046db86dee1d63c0e46e6df79b5b77dfd4ab2ff5da79e6360ce77dd98335e',310398000,'9446476e123e5dd354682c60591cab8b712c30df9080dde756246eef45e21df5','0d20ba449b95f7d128c8b78ef2a37ec390e6177b2041a2b035a72cb8e6062ba9','9fb76e3cae124c3808c5dc4fee0d807c180104886f9cc7c4f84aef7028a3595e',NULL,NULL,0); -INSERT INTO blocks VALUES(310399,'765abc449b3127d71ab971e0c2ae69c570284e0c5dacf4c3c07f2e4eca180e7a',310399000,'50d288bca09d446f56544fb1ec50d613bdf156488468ac92d433425a3cab0804','82214bf1638d82e5b66919990e24d3960eb02a423bb3f36bcdd730b17267e340','a3448051089a6d3c9c2699bfaed7db5f666dd086c346720892660e2e72ba55b0',NULL,NULL,0); -INSERT INTO blocks VALUES(310400,'925bc6f6f45fe2fb2d494e852aaf667d8623e5dae2e92fdffa80f15661f04218',310400000,'349a24fd446727bb1793ccf88fc569d20eb680c10e506fc25b281ce6ec3fd7bd','e7ce5e8c9c4160590dcdaba04bc866267a9784f99fe68bebd337da16768e8f18','b1ecf7bfc2df5f80fb83820e200550f990bdf3b8ba9467f2caa4a33012449de2',NULL,NULL,0); -INSERT INTO blocks VALUES(310401,'f7b9af2e2cd16c478eed4a34021f2009944dbc9b757bf8fe4fc03f9d900e0351',310401000,'52c06b68cad19608420b73476a73b411d0327382b92bd454cadf1b8616eb17a5','6ff1e13b2110c6ee69e86818bd32bacdffa6f4e91fd2d8c2b09b5db35062be81','039b64af2e0f83ecbe7795fcf51f8e4bb78a61bc4da0ef218e0947238f9d701a',NULL,NULL,0); -INSERT INTO blocks VALUES(310402,'1404f1826cd93e1861dd92ca3f3b05c65e8578b88626577a3cbad1e771b96e44',310402000,'8bf64213a454c62dd4b0dcd7dfa298da0244a6aa7ae6fff98be6f49d50d259ab','3e776187716a384a84170b2e7dbbb5c152d98535351c1f5b4b00c7bf5ea7ff33','6859f056ea141b1d28c73a4dbb4ce8eca35363d4ee63f149720bfd018f166624',NULL,NULL,0); -INSERT INTO blocks VALUES(310403,'f7426dbd4a0808148b5fc3eb66df4a8ad606c97888c175850f65099286c7581c',310403000,'fb2a365372522d1442792cb38e1a4167eda2612ef442c776749097a3d541a827','1fad731787bca55d4102d8d355ccb9625590baaccd0ae63490320efbf5aaf90f','76487d441258207850ed85da7eaf14cd04b3f617f60adc00b2d06f866749f7bc',NULL,NULL,0); -INSERT INTO blocks VALUES(310404,'401c327424b39a6d908f1a2f2202208a7893a5bedc2b9aff8e7eda0b64040040',310404000,'47f96d798df9cad17667be908ebb063ab9f79d947784a78189d247e626864a5f','10b2cfe8ebe45dac311048b4aa8d15d7c59ae17f5c1a0c132cfb675d893de8d5','a081e648c2a4c7339c1eddb3f9bf7293db793ce482534184e059d1a9821fb324',NULL,NULL,0); -INSERT INTO blocks VALUES(310405,'4f6928561724e0f6aab2fc40719f591823ca7e57e42d1589a943f8c55400430a',310405000,'185780205a9ab241bb0656799fd0d5942c1e3e5854abd1d06573da550b04b096','8cbd52dd97944b34f080d675a51360dafcd38183cb08633e6ea247d2c5074435','dc6cf5d51089b69460c812526ef3051ae7fff9555820bd3908ad964344b95851',NULL,NULL,0); -INSERT INTO blocks VALUES(310406,'6784365c24e32a1dd59043f89283c7f4ac8ceb3ef75310414ded9903a9967b97',310406000,'367b9de2313c5f7fce0c2dc2b4a8e2bc059f6881bc924f7315e8e2ca61728a59','0d104d4ce44d11e581f51e5a33ec9e35a994b2b992842b173fb8a2756412b4b2','0568edb3fabcb060d574c99c7586d02b02970ffb627be38a3866d6b19d9f9e2c',NULL,NULL,0); -INSERT INTO blocks VALUES(310407,'84396eb206e0ec366059d9e60aefdb381bca5082d58bffb3d2a7e7b6227fc01e',310407000,'2bdbd79575aa2ff52ba0cce3fc1a1aac6120d598a8ab0ff3925e1395e6cad2d1','a3407057dc90723c90ed8f2df5af7840e50daa4c4bdedd47181c17a1e8563934','e9c3a568790c3b7c303b551fde004db2b0ad0db47358daaedb164004173400dd',NULL,NULL,0); -INSERT INTO blocks VALUES(310408,'4827c178805e2abae5cb6625605623b3260622b364b7b6be455060deaaec2cda',310408000,'fcd0edef8c4ae9517a6e793a2742c598de38c122829b7a7aa265310417ac92c3','3ee1e7949bdb395a4e481f94344fccb2781abcb3f5d1fea2bbadb9de9228a426','3db1f2283e186ba0f1ff66db2b802d763ef829458446315a7b268850d350e0c0',NULL,NULL,0); -INSERT INTO blocks VALUES(310409,'01a719656ad1140e975b2bdc8eebb1e7395905fd814b30690ab0a7abd4f76bba',310409000,'5b663c40873af21ebc721f2689e2c57a2c787fff579c58f033bba75910a64837','68fbf3a110ed24946d1594f5a4de1dae9c4b6f0394188a71ab89996e9fb4e55b','6afe56c278a7e9b12b1398c403a8d576821c2fe8f60fb685f5754388b3aae524',NULL,NULL,0); -INSERT INTO blocks VALUES(310410,'247a0070ac1ab6a3bd3ec5e73f802d9fbdcfa7ee562eaeeb21193f487ec4d348',310410000,'93c5a33931b2a33933bc286d6987b34730c0677460e4875d5c032ae86c2e01f0','bd755bf0718d5a0423ec41a8ac84b1554751ff8f0a3f63d87e7e0f58aaa31008','c757602d9c351e304d79ae755da5d381db44844ae88b444fdf634338b58b925c',NULL,NULL,0); -INSERT INTO blocks VALUES(310411,'26cae3289bb171773e9e876faa3e45f0ccc992380bb4d00c3a01d087ef537ae2',310411000,'8d98498f89619a2e334e9ac69bf8ff37251af6431d9bb6d1ea8bbc404c5e560d','103563dcfc7b9f149b6efdad7cae17b090d4a8232fd4c37fac7bcf942d784b55','bcf6d0caec42917d4e20f80049d5630aa0eea0ef7f748179a1cdece27358741a',NULL,NULL,0); -INSERT INTO blocks VALUES(310412,'ab84ad5a3df5cfdce9f90b8d251eb6f68b55e6976a980de6de5bcda148b0cd20',310412000,'a16a650c4b63ed783e7229980be1177da867c188a5039ed5c58b9717f6ccf634','4daa6f0799529346ba4ee87e2aed1450447921dfa92e785378fae39c234a7c8f','66a2c3afd44ea767195df7f10f7fe070e114fd53a0b302c86af0de0f71663c32',NULL,NULL,0); -INSERT INTO blocks VALUES(310413,'21c33c9fd432343b549f0036c3620754565c3ad99f19f91f4e42344f10ec79bf',310413000,'768577c1a7c2cf2cc19cd8dbe823f1bdb8a222daee4c7ac7b5ead6633040c283','7ae9815341dccd2d1bff8dbcfdbcce4e52b4aac8f2fdd421348ed9f44cd19e38','ef58d2ad7b069d35cdbe4f287c6e7713a139961131e43c6ae75d6e1cfa272cd2',NULL,NULL,0); -INSERT INTO blocks VALUES(310414,'8cff03c07fd2a899c3bcf6ac93e05840e00de3133da14a413e9807304db854b6',310414000,'906c491f164877c31002da41233c237d0d4a945a0072406a7b7d13df74be7eec','807cd64b4d8ee3d91a5cbc651e42feeacd5248b6572310472743ca71a9f24621','a1749e46ba74128c32db68cc4672ce50f9ee91b5f6ee4edf50d4deeeff8d1a00',NULL,NULL,0); -INSERT INTO blocks VALUES(310415,'dd0facbd37cca09870f6054d95710d5d97528ed3d1faf2557914b61a1fc9c1cc',310415000,'d27f99b4a67dfc910d3b932f97b7299779f245e95f871140d3c90f13cc6e506e','67fe947c260b3d8748887e94f68c3725664bb6dbd72187e9312ee48a42770ec3','8efc340921a901c9a6ab8bd8db987611424f82ebebcda887aaa0b057c747d3c9',NULL,NULL,0); -INSERT INTO blocks VALUES(310416,'7302158055327843ded75203f7cf9320c8719b9d1a044207d2a97f09791a5b6b',310416000,'90fcd04c508a9821e0ba0ed36cd7cfadd1d3c95116e3f52ad69f98d3d14de571','1041a17c5c146181a56da6ef17386814299be8a22c76a2b2f8a4a2768b2b531c','e6712d0e7040545de075c2b376fb338dbeeda42e5a6745507b88fc0ccead122c',NULL,NULL,0); -INSERT INTO blocks VALUES(310417,'2fef6d72654cbd4ea08e0989c18c32f2fe22de70a4c2d863c1778086b0449002',310417000,'19cbb26c6d24df5b110a5aae9b53a911a61b2086dde926273a1b0f66c1049e6b','920154e272608daa3c501588cf0eee50c2c45a385d30f42711657ae4a6de3bf5','6198ab7caa166d42471d88f8aed4e81272d48f9b68d56a2fb48011d8a93efff0',NULL,NULL,0); -INSERT INTO blocks VALUES(310418,'fc27f87607fd57cb02ce54d83cec184cf7d196738f52a8eb9c91b1ea7d071509',310418000,'2dc971d2db4e92e2d5dcef124bf9cdad33c41a71d6ae3db80297cb2257911f0d','290826e9c72e49636370d0dad56ba1c2c9209d888b993e030838f84300c0225a','ec7084b74e153c9c55037b4f7f45ee1eb372fd872435c4b6672f5554bb2192a3',NULL,NULL,0); -INSERT INTO blocks VALUES(310419,'9df404f5ce813fe6eb0541203c108bc7a0a2bac341a69d607c6641c140e21c8e',310419000,'7ad2bf141622a0db4b27b1f4dab4857d1595e3f746a4113992850a680ebf1f37','d06653b493d120dd288637d530cd3f6efa1c8f5c252bb275572c1948ff0f3539','e30b5b6603c7751bcbd63c7e2e509c44d7ee7232db6a1b29ceefee036324f9b5',NULL,NULL,0); -INSERT INTO blocks VALUES(310420,'138b3f1773159c0dd265a2d32dd2141202d174c2e52a4aeac3588224a3558372',310420000,'3602b26268d1bd3fc5f08f170e9767ff07c91f6976a1c342dc6b24f7ee98c509','ae8e61a57232c10bd15c655bb8c76007dcef394ba64d1619157ca58990e18c25','49b6f7c1ec6b4142e867f49371ef52b977fc39b581491ba00b5a801797b88b3b',NULL,NULL,0); -INSERT INTO blocks VALUES(310421,'71fe2b0e02c5cad8588636016483ddd97a4ef0737283b5fd4ab6ea5dc5c56b9a',310421000,'1c1facfa3852b33c173a08d06450335a2b230541c60973a154e8dd864f3c3c8b','01bfd609f878bb6149779f6377d7868d5b7fa3b831f68cd757967b982cd09ad4','3f03f9cc35dbd81a3d8e89344b8fe1d407fae09388374aa176f6272ac448e5c2',NULL,NULL,0); -INSERT INTO blocks VALUES(310422,'cd40260541b9ed20abaac53b8f601d01cd972c34f28d91718854f1f3a4026158',310422000,'e788123aefd1129554fa2c166dbd06ce68f913730183ca73cf248c1f5284eba4','6577ad9a9e3889fb5eeac7fc9039af8d4537a8fc28b4a9de85e230f5d9da3583','662b24528400f166d7c0f536d1ef63198a79be52c52c23ac4dc9e1be7b8a8e54',NULL,NULL,0); -INSERT INTO blocks VALUES(310423,'6ca0d6d246108b2df3de62a4dd454ff940e1945f194ba72566089f98ad72f4db',310423000,'ad445e5351af8739b2f74cbba8b44201c20ab55ad1db064402614fb97f35c375','dd7b66518e8ec22359df2d8ad4c0349fe4ab3a74620aaf2ef4bdc93a4c7e2d92','7f0478b153ed1e18d8f4d923447ee01eea08f6e0f93cf0e97d2d173cd29c34be',NULL,NULL,0); -INSERT INTO blocks VALUES(310424,'ed42fe6896e4ba9ded6ea352a1e7e02f3d786bfc9379780daba4e7aa049668ad',310424000,'e89872ed802fe4421844882958fe6384cf21a85a6dcf10db761e2bb4a77ed24e','bb05836e569bc4c85141c5b4d2832efa5a83ad519260e96d92f6ee16fe4a0c80','12bea4a677a58e26d40c45a608d640886ef32fce0ff915bc5e7167b64d09c224',NULL,NULL,0); -INSERT INTO blocks VALUES(310425,'73f4be91e41a2ccd1c4d836a5cea28aea906ac9ede7773d9cd51dff5936f1ba7',310425000,'29e595e9ac7717013cfc8d12255496192234abbddd8a66762a5eaff0c49f3750','2cedf78c9d13e32fde5792907f2ac9f409fe701740533b94ceab6b8087f790b1','4d75ee51f11f797d69bb520aa58ce216939009066410dccdfde68252ba929193',NULL,NULL,0); -INSERT INTO blocks VALUES(310426,'9d28065325bb70b8e272f6bee3bc2cd5ea4ea4d36e293075096e204cb53dc415',310426000,'9b9509ce7b7bf380f4d030604810a755c71fabe27152be990997a6a9db37ff15','c037094c1947835fceefa8a25a81724d9c88191d5f5199d3a59339bd44407289','3d2272e78223d779c2809fdc624d40a843a8f6abe090f512f0975bc0cbdd855f',NULL,NULL,0); -INSERT INTO blocks VALUES(310427,'d08e8bc7035bbf08ec91bf42839eccb3d7e489d68f85a0be426f95709a976a2a',310427000,'f1b834e2a380f1b9a78c592acbe78ec809220c620e15f296ab8d7ecea6cd392e','81d439d9d368279e97c8739243efb01c7027be218d831d93127364fa247aed95','cfca68084b8db33fa307842fa1e47892f485367c839bb48620bf31c5508c6dd4',NULL,NULL,0); -INSERT INTO blocks VALUES(310428,'2eef4e1784ee12bcb13628f2c0dc7c008db6aaf55930d5de09513425f55658a2',310428000,'9e963a17fbc4a5c20d48094f1459959033520f92d7a8bc044b71bbffb8dd173d','002b7ac255f66476970512e50d7ca9cb5da695bea9763bf0379f8d8e6c77a71c','4f19ace345d3edfe1ffdc1352c7b97d79fc82d1dd02c9223b70ad44b7971c275',NULL,NULL,0); -INSERT INTO blocks VALUES(310429,'086bfbba799c6d66a39d90a810b8dd6753f2904a48e2c01590845adda214cf8d',310429000,'ac8cfd965b9c53f32731a3e0fcdb6df5746d646b02c88b5201a674125e37eed5','4b68376b50d77145ada0ebc72c3eb43b54b4743b538dbc9fa2c914515882dbb7','68c111a4cfde7bfd0772f4402dcfd11dbad70b7a7fcaebb405abd5a78034a50d',NULL,NULL,0); -INSERT INTO blocks VALUES(310430,'870cf1829f84d1f29c231190205fe2e961738240fc16477c7de24da037763048',310430000,'33654e32dfd41ff3a5744b57fd2483a08a2b4729c18ca54c3ac5d95a1bf0ef21','3323c2d01e777caaca3eeaf6f2af8299cee1622589cbaf08f4d245356642d2f2','5c1e69da91ec560636105b274854f5d84c9ad84bf2e7d3be74e97994d9fe5fa0',NULL,NULL,0); -INSERT INTO blocks VALUES(310431,'20b72324e40ffc43a49569b560d6245c679e638b9d20404fc1e3386992d63648',310431000,'ba8837c811ae87981cc37cb49438d958fa58dfc5a95824040f2fd088465406d1','67aadda0a565f4f5e2786b5007e56e2d10077e87e7d3acc216fe0803365b7b81','b7033b64cd7125079b342299f4eca4078e7ffe7d1b7778b69429e69ab615f067',NULL,NULL,0); -INSERT INTO blocks VALUES(310432,'c81811aca423aa2ccb3fd717b54a24a990611365c360667687dc723e9208ad93',310432000,'7864019cb0cbbcd895154421183d6acb932b1d64441103b913d52469f656655f','c12942ffa02a5f8eaddf3e8e55ad0ea03f29cebd9e822e00c504c162cddd0471','b9eb4fba99172a265d1c6a19590523d01fda96f0095122f0dd711b0fc2789617',NULL,NULL,0); -INSERT INTO blocks VALUES(310433,'997e4a145d638ad3dcdb2865f8b8fd95242cbc4a4359407791f421f129b1d725',310433000,'a6da92ef0df7d092de09f2f8d2c99ff65ad74e2a0bd2ea25f8335614372f5279','f0eefd9f81db595b07fe719a41e67e54fdb987e177f05d37040237db3be2a8a5','d1d4a7a5bf7600837da6b5e219ca0b418656eff5cce5785e283040ea986caba0',NULL,NULL,0); -INSERT INTO blocks VALUES(310434,'61df9508e53a7fe477f063e0ff7e86fbb0aef80ff2ddedc556236a38f49ac4d8',310434000,'e288db28ac6a42822f85fd042f65b57378bc6cc2f8616edfa88143d7b1c9ddcc','173f8b7d2c581e9f088b3fb6e96ad2af597b172717d8f8732fd5857997f0f3d7','996a0c9bb9c61a0b25287868aa440184cc38c1f83fdc33f6b62fa2bff9913eb9',NULL,NULL,0); -INSERT INTO blocks VALUES(310435,'f24cf5e1296952a47556ac80a455a2c45da5c0dc2b388b51d235a3f741793d5f',310435000,'e87af314e8d7a5f2315ccc559d7c2255c008ba63aff017696201db69344d423f','a4dd5a36f1aeee54e99bb23095b64707fc0b3fde5f64e33135429a100e4ea558','bf1359161c996753915a6dcef44f52827909dc2fd4d4d5b477a0d72fffc4a21a',NULL,NULL,0); -INSERT INTO blocks VALUES(310436,'a5e341ba92bdf9b3938691cd3aab87731eba5428bb61a804cecf9178c8da0c19',310436000,'82327b93bd3ffcdf797bc2f6470b9c8c5101e54b924ec5f141a31356aa8865c7','c6b0f05a847c30dd3f2d3f8cb7c26a84f1d005b4720a553f9dd8b717185d7f05','043c95a6151223f2c109a76ee418e5c653387f139e5f22d6837e8eddcb3a517a',NULL,NULL,0); -INSERT INTO blocks VALUES(310437,'9e18d0ffff2cb464c664cefc76e32d35752c9e639045542a73746f5ec2f3b002',310437000,'70d86f9ef8df495474de06b94e1857693c73d9ca3528356b82553a52fdce0dda','809d60564fefff56688616b7fb96378d4eb425e5c8de36b34f0c9070935dac26','68b300a94ef9ea2917b30ffc0c02d06638159c942fbbcb8345cd2d579525f03a',NULL,NULL,0); -INSERT INTO blocks VALUES(310438,'36be4b3470275ff5e23ed4be8f380d6e034eb827ebe9143218d6e4689ea5a9fc',310438000,'44b90478e32373205462f0fb212da636b31db6dfb99a2b56923beb97a3a64722','2cf7695a3cea08358af8bd9378b1d6ad6c7223cbac01589042ace6c3cb312196','44f03139344dfa5e4172438209361b3bdec8ed06336156cb26b64cf1993dfb30',NULL,NULL,0); -INSERT INTO blocks VALUES(310439,'4f2449fce22be0edb4d2aefac6f35ce5a47b871623d07c2a8c166363112b2877',310439000,'66b791b9deb7d2fc8b075f41d712e300ffa9c46ca9d6f4e7cec6429ca6a65163','41f11f77910c12535fa183e819b36a0dda32eaafe0ae8016e2ce7c23d5c1d67d','875c62ea6e5daf9e9113de07a8e6c851cfdaa6dbff4b2b46fe99c1e1dc57ff56',NULL,NULL,0); -INSERT INTO blocks VALUES(310440,'89d6bd4cdac1cae08c704490406c41fbc5e1efa6c2d7f161e9175149175ef12a',310440000,'5baa10e1659182ba4511f87f08deda38d5de3501c63efd376604cc199140d27c','c6762d7334806b6b62c3cee84f65346d1121493d3bc3f890af174c4abe4710ae','db53453281d31f404a0c2fd4a6098010fd933fedc79ef457c14d8ec05c431988',NULL,NULL,0); -INSERT INTO blocks VALUES(310441,'2df1dc53d6481a1ce3a6fee51ad4adcce95f702606fee7c43feda4965cf9ee15',310441000,'2d490229fead1b15a8350da7bcc83c483dae06e4a2f574c6e8fde248acd449d6','f9fcb16a928c44b86ab2af7407a2ca269455b144694a80927b9213bf8e7ac710','19d36ee9fa99c52e0c18ab8ffbd31f9961be0b5dbb0c26f925061cc8eda4bfb6',NULL,NULL,0); -INSERT INTO blocks VALUES(310442,'50844c48722edb7681c5d0095c524113415106691e71db34acc44dbc6462bfec',310442000,'a3728bacfbdd289b7af24248b9bdacd5643bd5412bb993f5380278631eabb9e9','5d2600af95413d101a9e3d98b2d9f5ea02cf1cf6a28bf7e96870e167638a7be9','92e251d4298424a8b07fdea50d3b85b744ce23063a0930a3d6b868b86133bf12',NULL,NULL,0); -INSERT INTO blocks VALUES(310443,'edc940455632270b7deda409a3489b19b147be89c4d8f434c284e326b749c79a',310443000,'d829da764f6397b22a6b97ef396b363ef2cf071990df2dc9c0d03806db6a46b5','4c595c9a60ccc98d2f6cd75c92c28333174c618337457f9c5ccf362252732081','1a7840370a5ea6c2d4497f1328bb4a185be38a8b602fa189fe30b4b998da9855',NULL,NULL,0); -INSERT INTO blocks VALUES(310444,'68c9efab28e78e0ef8d316239612f918408ce66be09e8c03428049a6ee3d32e4',310444000,'ef53249bf0f13e1f2073b815c8d8da3ab744b6d277b29ddbc0bd68bd006af34b','5ec6d64106ac1c65cd1dd2129c786aca3cf426c7a1b5f6a966b6684b37755293','f90446895aae714477d38d6870052e7137fa5c009225ff74071ec26a7b419643',NULL,NULL,0); -INSERT INTO blocks VALUES(310445,'22a2e3896f1c56aefb2d27032a234ea38d93edf2b6331e72e7b4e3952f0234ef',310445000,'7e731cda90932b2b4844abdbc3ff60683173104e6c72ed81c65d9a17fd4872dc','6da5abcb8ff2a77c33c7c43061754d9fe8e587157a98e194157faf534d2ee9c6','f9c64958fc0f01dbb88c2a8da2fbe3e160451ff143db9c73803977594d8b2d3e',NULL,NULL,0); -INSERT INTO blocks VALUES(310446,'e8b0856eff3efce5f5114d6378a4e5c9e69e972825bc55cc00c26954cd1c8837',310446000,'db55bac8025e95a567ba984f36dcb09357aa3e9b8706bb594e669b628d4e7204','e8efb64e8f5f867f1c0db99afa9f9a3e3a06d0e1d55e16e9639ca36c3bda5cd4','b756b7c4d9d99dc6c34f2aaf85703ca5aefcc773f98c00daa6c605fafdb623c3',NULL,NULL,0); -INSERT INTO blocks VALUES(310447,'3f4bc894c0bc04ee24ed1e34849af9f719f55df50c8bc36dc059ec5fa0e1c8a8',310447000,'5cc4fa447cc291ffcce7be3c4f8fc70041bf8af5c2dd591136d4a449095d2570','026eb6a7315302879ca62afb071da788deb5759eb3de89cf68fec00ec638d9f0','1e92f7f6af1f5753c200f98e9d5ecc31fb7ddb11acab3c9cfca9da9540b77c51',NULL,NULL,0); -INSERT INTO blocks VALUES(310448,'6a6c7c07ba5b579abd81a7e888bd36fc0e02a2bcfb69dbfa061b1b64bfa1bd10',310448000,'ce49854f4493c163bc891888f920fbc6dd8855c30870beb757df69b33de52633','e47cc99299a82c9be619633effff5b9cace113215d7f71aa7d2327e69d3ca3bb','ffedfbb5421c1a26d7788416fe289714507e97fc2b1395fa07f04ad75bad026e',NULL,NULL,0); -INSERT INTO blocks VALUES(310449,'9e256a436ff8dae9ff77ed4cac4c3bfbbf026681548265a1b62c771d9d8e0779',310449000,'84557595cf2067a95924119b8ed5fea114acd9ca1b0df4dbe4ae5181a739b5d1','4e3048f5eeba69570f9ffd86a3573e85bdfb46a92acf60d55c04d41f49f7f870','9865076f287d87208a93e8fe043ceb16bbdfefda64ccfcaf2c64c9b1d87ac1c4',NULL,NULL,0); -INSERT INTO blocks VALUES(310450,'2d9b2ccc3ad3a32910295d7f7f0d0e671b074494adc373fc49aa874d575e36a3',310450000,'0e3b252b73fb652f904780da9fc59d1081d712337a9b15cf1a56ea72fbe96c73','c98b9428cf94077169705f3961816f87293eb89bc840167b1ed8ffb074aef48e','19cc0c654951339af09920a9183a6fffd35607c85986d77bac7aea3f644dd568',NULL,NULL,0); -INSERT INTO blocks VALUES(310451,'55731a82b9b28b1aa82445a9e351c9df3a58420f1c2f6b1c9db1874483277296',310451000,'790eccd04e24e5f10f843d63bbdc1538cf1aabb0e8e6c862104be0ef845f603f','3fda9e8b7ebc417311c9f14e61c9dca2e490702c1c796eeb1df156f174d52cb5','d9c9503962c77b2587ecb980f7c093fc3cd82fc7b508f9b2972cbc439a022a33',NULL,NULL,0); -INSERT INTO blocks VALUES(310452,'016abbaa1163348d8b6bc497cc487880d469f9300374a72ecb793a03d64572aa',310452000,'30962129b060b63050fe8f249592587d74cdabc4ebb5680230a280da880c8586','a1bf92fe5ae4df49a6059263dfd3a9ed105ec24ae02cb9127c0408f7330d962c','8f1bc99748e5127fe515bad25c00cc1751d86d458bc830d08540386399775fd9',NULL,NULL,0); -INSERT INTO blocks VALUES(310453,'610be2f49623d3fe8c86eacf3620347ed1dc53194bf01e77393b83541ba5d776',310453000,'56f4aa1086d8985a00cc295cf9618d976e69ba426b0c3d103bea6b47b58e4355','a81de51b7b56cc68f599e592be22e11c2f0b51ca27c027f13b58f05b2229a8e1','40257800f1ce9ac416580217781c3ea906a5d0fd95a64eeacda13100158b4f92',NULL,NULL,0); -INSERT INTO blocks VALUES(310454,'baea6ad71f16d05b37bb30ca881c73bc48fd931f4bf3ac908a28d7681e976ee9',310454000,'38d14a206003b812cbaf5f200235dbe12aa6a674e5f3379cb186a781cb5a5654','022e8475ba7e68c75b4a00387ae431b7bdaa4d125dcd1b19d08e9c431d3e6057','914b74ce89d2798b1969e31ad597a0cdba4fa740297d54d5b1d808d5d71fb9b7',NULL,NULL,0); -INSERT INTO blocks VALUES(310455,'31a375541362b0037245816d50628b0428a28255ff6eddd3dd92ef0262a0a744',310455000,'b2ff303a67c05bc12fcdfdb774ea4ddc690434c3371428b3416d38105f265f28','91a1dc2fe8dd56e137b210136966950c79b4badcdf787b4b9fafa7985847192a','251f29f2596962538ebe61d8336e3546cd36ee11f8e4d7c3142f974f613b65b4',NULL,NULL,0); -INSERT INTO blocks VALUES(310456,'5fee45c5019669a46a049142c0c4b6cf382e06127211e822f5f6f7320b6b50fa',310456000,'6cc16b442fd7758ed7bae9f50367fa60debdb5d81bffc5abccda044573aeaf15','5125d7f8718a5a26aed1e1db2ce80e8d2eb4d96bbc91277bace52f571b7f8c26','3389f05c7c01862f7c615a163b4ec5ef99b3ffbd2b2cb6272254d92e8f30f450',NULL,NULL,0); -INSERT INTO blocks VALUES(310457,'9ce5a2673739be824552754ce60fd5098cf954729bb18be1078395f0c437cce9',310457000,'8fa0401d245b1b1e8b40760a54f331564d8597e242462ec412878e36a9b06800','061dc1962f44d4da9de8ad6bff4d96650058f5d444951e9c808b901db8717c81','c73407eddd7b678bb4f13b10fdec311e24a878138cad7b56636d15e77146d9ed',NULL,NULL,0); -INSERT INTO blocks VALUES(310458,'deca40ba154ebc8c6268668b69a447e35ad292db4504d196e8a91abdc5312aac',310458000,'520f92700e31b8a35260a280ae11bf8668b0e09d34795a9d88678f2977e19f7c','b0208287d25e4ca6a1856236b4d4c7a3608533f0a47a9c673806d5d3baeb2297','684a75695bd2676f8dcc94df0cf6a6556e9d3b4504e0458bb7de5e221487324e',NULL,NULL,0); -INSERT INTO blocks VALUES(310459,'839c15fa5eea10c91851e160a73a6a8ee273a31ab5385fe5bd71920cbc08b565',310459000,'d7f728b78228a914b8767a6caeaf2267e9dbd50490a27f6c23bd96060eab8ee0','21a24d787b30434a230cae77e281636855ff40a8fb4aaaad35eb034835f63e97','88b9e32e51ab17a614f79cfa846fd879bdb36d580b900f0a54ea8508fa883b56',NULL,NULL,0); -INSERT INTO blocks VALUES(310460,'9b5f351a5c85aaaa737b6a55f20ebf04cafdf36013cdee73c4aaac376ad4562b',310460000,'33c2b4c6d22888448a2458ff2ce6a1cfae5e858acae2a57e4cc0232980f8fa4a','2ae25ed250bd603684d0affe8b14af5a1b8d1554beaed08aa8f723cc3c66cf8d','804e939128940e0725d23b2e0fcdaeb9cb6bba78517450ca99303ac0aa919cd8',NULL,NULL,0); -INSERT INTO blocks VALUES(310461,'8131c823f11c22066362517f8c80d93bfc4c3b0a12890bdd51a0e5a043d26b7b',310461000,'22426912d3317922912326da552af284677c9b76b6416b6c056668f27ae4f19f','13b7774cf2a5a0f3d65031cd5f9ee498eaeee5c1e0e8ecbd346e0427d847a5c0','f77abbef90fd4866cfa274949655a17dd90be5ad9281c535fbe20f1ca1feb3c6',NULL,NULL,0); -INSERT INTO blocks VALUES(310462,'16f8fad8c21560b9d7f88c3b22293192c24f5264c964d2de303a0c742c27d146',310462000,'74225b62e696aaeafbd4d6db40b41081c7493d9cc44984729d8619ff9450ce32','4f23d4da0bbe4b8bb7e00b6b746b4180356013c63f7a6f9b3eee479380b04e4f','32a60b918bfe449813cdd157c6fb903bc70376994f8d488e5b85982e25ec1d31',NULL,NULL,0); -INSERT INTO blocks VALUES(310463,'bf919937d8d1b5d5f421b9f59e5893ecb9e77861c6ab6ffe6d2722f52483bd94',310463000,'b970979bfe0d44ae2f21f7d98bdcc4ae37287b93cad9fa51f32a62337ceba0c1','7b9a9095733a9d870b33aef4bb15767c32b012c27b52de8731358178b87bfb50','e26394e08672a5381c433f6d3340033ea44137ad7f3c1d75c4c2a348f4122dd3',NULL,NULL,0); -INSERT INTO blocks VALUES(310464,'91f08dec994751a6057753945249e9c11964b98b654704e585d9239462bc6f60',310464000,'00007a158b003fcca20c9fcaa8d73a556f0206bc9a7ab3e5c566ea1bda8648cb','28d7eceb69efcc6736dd64c65ed218dae2e8d0e9d4d7284b0572a5d1065a9d52','7e97948ec36ab6e4fd60c7a2dd80d76eaf95146fdf094512fa64a2d2b480e7c1',NULL,NULL,0); -INSERT INTO blocks VALUES(310465,'5686aaff2718a688b9a69411e237912869699f756c3eb7bf7c3cf2b9e3756b3d',310465000,'09c407870b056db90148a9e4cb8ada003898ff28c584bec6a5be90514758a851','7a4f4ed76efc69ddb5fc13abe258656d6a5e4a845203b5f3f9133716093d7f6d','321252a574908253b5fdd42e83aa2f1f8e54fbc0fced726f284747a150defb3d',NULL,NULL,0); -INSERT INTO blocks VALUES(310466,'8a68637850c014116da671bb544fb5deddda7682223055a58bdcf7b2e79501fc',310466000,'23bcfdbb44d8fc2ae6a86ea073ab080158014f04516b256a70d846399e7383cd','57124a566cf1e863b27fa19e3c982fe4a5115119ffb745624697380ad8d5f900','907fa24ee27fb37424a240424b054fed5bec8b2408104a755a908313e2a62f03',NULL,NULL,0); -INSERT INTO blocks VALUES(310467,'d455a803e714bb6bd9e582edc34e624e7e3d80ee6c7b42f7207d763fff5c2bd3',310467000,'a43abeddb61ad99d57f208cb0c6cc3e0b05a200009e6d90641a2bc7aac707adf','fb3b1ef99d2f323e1bdd6998b78b6044c8c7328fafad6b9fea1de7bd0244a265','72de58b87ea7ec0528ad07c1c1a7412081f4666917728aa9394a033fbdb725e9',NULL,NULL,0); -INSERT INTO blocks VALUES(310468,'d84dfd2fcf6d8005aeeac01e03b287af788c81955612375510e37a4ab5766891',310468000,'fc909facd6ba38fa0908fd49a6e2f25bd8284de5265ef761497b8a2d595344b3','5c84a33365a6954fe639a1c2b1df030b8728d5d331df5ea1ef4a60f976cfa5d2','1f2e3a4358edd71af50059cd40085b0cdc616804d06182e17a5c721eb8133aaa',NULL,NULL,0); -INSERT INTO blocks VALUES(310469,'2fbbf2724f537d539b675acb6a479e530c7aac5f93b4045f4356ea4b0f8a8755',310469000,'09f0d1c9bde8cdd63544fbb5eab46c2954654d32f3736f9975cf860588aa65cf','38083f12891b03e2f089b02f7cb6b7fc7b6cb7091613e1d299051717eef6748b','74fcc2b8beeef4b711943b22c48aeee6c3aedaf0a2284415be27210e4fc1918c',NULL,NULL,0); -INSERT INTO blocks VALUES(310470,'ebb7c8e3fbe0b123a456d753b85b8c123ca3b315da14a00379ebd34784b28921',310470000,'41832b12459e778621b8f576e597b9f639390338605b30e5be28423b016b199a','bc0a8227d8698655c56004a73150eb92144469fd22d4ce8bf0f48c27084e99ae','dc17946ca63f4c6fd0355edfc6f3f3ce9bb3baf43f6e48567306e2ae0e689834',NULL,NULL,0); -INSERT INTO blocks VALUES(310471,'fc6f8162c55ecffeaabb09f70f071fd0cb7a9ef1bccaafaf27fe9a936defb739',310471000,'bf701017153742cb597353349c90ec66f790f222dd98d617d98a0117f1de3274','d912707e01e39b078d3cee49df85af32019d7367d199543259bc98864c3ddae5','fa795eae3c00475bd30ada9c105492835ebc7b7ae5f756df0a7fec300683e904',NULL,NULL,0); -INSERT INTO blocks VALUES(310472,'57ee5dec5e95b3d9c65a21c407294a32ed538658a6910b16124f18020f16bdf7',310472000,'2a162bbd5a20f89a39156995658fd0c4715881bc130922d0edf95b60ece60b9c','c9f21a9ff022fd95423d3eb56017f4f6f8ad56a9fde974c5d08b37f01a0d0f13','acec9e3155d8b519b1e71b15afa0f140fa73dc03b2d6e36eacda8efbca851942',NULL,NULL,0); -INSERT INTO blocks VALUES(310473,'33994c8f6d06134f886b47e14cb4b5af8fc0fd66e6bd60b3a71986622483e095',310473000,'1ce10996ec9e37d8ddc204f038542c6781da88d2d45bae1952a88ab993b81e88','ad410d51bae82f8322d110d7b2270a1ff74c0ca64dfc31c5d293cfee7dbbb459','e84644524ad5764ac4c90710dc91d82990ff606d9fa6adafa63bb5865a8d6dd3',NULL,NULL,0); -INSERT INTO blocks VALUES(310474,'312ee99e9526e9c240d76e3c3d1fe4c0a21f58156a15f2789605b3e7f7794a09',310474000,'5ae424c24ca30aad5aca8298a13ae9371f55b15bc789c7731d833c6e7c7cb04e','b091eceeb4b263d9fa55bd5595cd298ff8b335e03007d62339033cd884137d48','768e9b208ba76886d3500a45debe27e78b7217cf982a7b04a62f11bffc1b7f4d',NULL,NULL,0); -INSERT INTO blocks VALUES(310475,'bb9289bcd79075962117aef1161b333dbc403efebd593d93fc315146a2f040eb',310475000,'b9b257efe76a36c340629ceb265822dd10449a08eadc69667a8ea05af5c052f8','345c94c7b237efaf2b4e92802125b7d783e456e36ab6868d1f4126698361ba89','e0a4f4d8dd515e0f24db7cd91c10685b5cba3da7b361fd810fa5e64bbb2bced9',NULL,NULL,0); -INSERT INTO blocks VALUES(310476,'3712e1ebd195749e0dc92f32f7f451dd76f499bf16d709462309ce358a9370d0',310476000,'070c06b36f3a77c04fb4bcc3ab1045e95f198f3f970846e59c35db0d03cdaf2c','014e01dabe6dd8db8e0477f9b12d4f4e3589e41223ec8c9ca5035b942524ca41','c756a9412b0ddffc983158da8444d2129f48c505becac3e7ae710ef2c267f770',NULL,NULL,0); -INSERT INTO blocks VALUES(310477,'7381973c554ac2bbdc849e8ea8c4a0ecbb46e7967d322446d0d83c3f9deab918',310477000,'4954596dd44d112fd0407c215be3c9534a348d6f708ae4a1e66527d1ac2830b1','1351438c8ea21d9619f81e51cfd188dbefd6a4816fe3c30b68210ac160890e9b','7ee91e28c7908afaf889a373ba301c7a8bb778533984e1b5031c28c9bba3c440',NULL,NULL,0); -INSERT INTO blocks VALUES(310478,'c09ee871af7f2a611d43e6130aed171e301c23c5d1a29d183d40bf15898b4fa0',310478000,'d9cac2e29863569bc96aaf022437906a534968a17bf965c54bf59931cd92e590','cbec4d277b86a587fd0463340a8990600046f6f166f6fde0b6ec1ee817ab12bb','3629b798b2a670bf3ae254bff2fe89c7ee769505f8658fab2c5e9aaaa010837a',NULL,NULL,0); -INSERT INTO blocks VALUES(310479,'f3d691ce35f62df56d142160b6e2cdcba19d4995c01f802da6ce30bfe8d30030',310479000,'2e48a89a55b6f368745e1c022683e93c20bdd920011518f18fd936f2190ac5e0','81d4ab55e022000a1bb3fbe758e497425c5196951c3e7896d3c641d54b4f2db6','158d6ddc87aab54ebc872f835258693a0cefe90aa064c899b35f805f1726f5e5',NULL,NULL,0); -INSERT INTO blocks VALUES(310480,'2694e89a62b3abd03a38dfd318c05eb5871f1be00a6e1bf06826fd54d142e681',310480000,'aa54124d86e74bebd14ea481ac2a5a5186236ffe214747f1af11ac370565525c','8d7e0f8a6f052692155e23eb612c02468830485938e7cb77a91e0c2061611385','1bd2e8cc4d3184c9ed2a7f74348304676115cc7b60a230e2047bae20df01c653',NULL,NULL,0); -INSERT INTO blocks VALUES(310481,'db37d8f98630ebc61767736ae2c523e4e930095bf54259c01de4d36fd60b6f4a',310481000,'fbbe1266bb773e5a3f5b48e82566ff75bc74bfea9424f81f670952565db15c59','8bc755d288d8d6525d9161e5d5072631a72e46d2373de37c7851aa10f3479ed5','43111baab85782f92198e6d1c3f43fa09b590c19ffa855294c70248301099681',NULL,NULL,1); -INSERT INTO blocks VALUES(310482,'2e27db87dfb6439c006637734e876cc662d1ca74c717756f90f0e535df0787d6',310482000,'bd28a97e90054319c4c301c3e99d68aaa5e1bf5a145a8f2c4529040bb8137209','838486910c9c7722fb3afbac7b0514cdd94126486f6671697423b34164b9906f','f30ec6c277b42f623b1fc6ca3e6ebcd1fe2f89074d18e9a47aab313edd1008e1',NULL,NULL,1); -INSERT INTO blocks VALUES(310483,'013bac61f8e33c8d8d0f60f5e6a4ec3de9b16696703dea9802f64a258601c460',310483000,'fbbeacec99c9ed99a7fc37cdd5673fe8bdce08eba7fcb25b696e262af29ca5d8','2be6ebe515877a76a7b83b1929ca2ef77be1df3aa3d6766c0c47450898ad7adf','42150ac3c3b737a9229076946a1d0757e6e9e6db6b36d6a571a88ac47d35872a',NULL,NULL,0); -INSERT INTO blocks VALUES(310484,'7cac2b3630c31b592fa0497792bed58d3c41120c009471c348b16b5578b3aa2b',310484000,'310bc7c61c1325ee3f97e888658fd74e1fe4adccef4924abb6978150fe6f3dad','ec800faf2b61e7b1c2c85157d09b058f59defc14ffbe64d82dffea2a0368ade2','ddf80877d247daec7dc274fe8352e7eb894b9ffc8ea133345b9dbf9e93a50d3d',NULL,NULL,0); -INSERT INTO blocks VALUES(310485,'eab5febc9668cd438178496417b22da5f77ceaed5bb6e01fc0f04bef1f5b4478',310485000,'b7f66db9ea5838b65286422d0cac262f6b81bbd5a7397adf7b8d85b21354dbcd','c2c0301119eb8f6e5ee8f72a4f93366a7c2b9f327f087a5aabff7d73892ca74f','bacfec386f4762a6d2fd52e908bd2710afdaf8a5c0e6017690d1dea1a45294db',NULL,NULL,0); -INSERT INTO blocks VALUES(310486,'d4fbe610cc60987f2d1d35c7d8ad3ce32156ee5fe36ef8cc4f08b46836388862',310486000,'0f829769e4da773089d7b05047a499db5f6d1b17795d4fba912882caee9813e0','ea66c7d9251a0eb884fef48de05cb58bbcf3a9e08319f01c96f180aeb0de9bab','f2fcec527a05ca3f986a2877ee3bd74aa7ebd441acaf8270a8fb88a60f3e0338',NULL,NULL,1); -INSERT INTO blocks VALUES(310487,'32aa1b132d0643350bbb62dbd5f38ae0c270d8f491a2012c83b99158d58e464f',310487000,'4b4d7a79843342e96e5d9d71bbc49690245b3098be75e7b86f273021d526216d','76fbd411c43f3f67c8bf61138c5672de0cfda2d98f112a6e50b3a5d084d7cc72','138b45c34be20f406877492e48b26bae08c1b64d12a06333e2adb53b5d762606',NULL,NULL,1); -INSERT INTO blocks VALUES(310488,'80b8dd5d7ce2e4886e6721095b892a39fb699980fe2bc1c17e747f822f4c4b1b',310488000,'2d7e59026ea4c8933e9c7474936931ca49d4af91f9b9985f3c76085fb3a69104','78e801f2d1968c860ac2563e9cc912c18cb8e5f95996011e84c289833fbd46da','75be42e377d356f916fe3f672e260ac1f7c43829dee6f5a37438e6ed27a834ff',NULL,NULL,1); -INSERT INTO blocks VALUES(310489,'2efdb36f986b3e3ccc6cc9b0c1c3cdcb07429fb43cbc0cc3b6c87d1b33f258b6',310489000,'716354a370f344980e98785a444b56b21188bc699e7fbd0c877b6f2fabf35efc','23d9af03e6aa29fbab29c8e2a5a0419680053bba19594105cc8ef4d3db05d418','1f43c1acc14527ef55303e813825149581c655669cc317c66231c2fb49489099',NULL,NULL,1); -INSERT INTO blocks VALUES(310490,'e2cb04b8a7368c95359c9d5ff33e64209200fb606de0d64b7c0f67bb1cb8d87c',310490000,'906a38f4256f50312891119c99721537992438af85421e317574ce1810e2b909','5f934032dce4102cd1d72d3f887526e78baa4a78991bc43cf0a1ebefe08fdec7','41a4fa0d7941fc2d3d69e80799a0d2b6a57fee38bba0a3c3395d96b36346faad',NULL,NULL,1); -INSERT INTO blocks VALUES(310491,'811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16',310491000,'3114d8091cfcaa9944c6fab49d51950535c4ef269877d58c372ed80b2b472ec6','f065728a3544adc085fae976759c0d040a34ca0a8ddd39260b55f0262cd5baa8','82f0725d5c8f293bde79404f8d6321ae5cb18f454366bb0df8c79e8e6c9d942d',NULL,NULL,1); -INSERT INTO blocks VALUES(310492,'8a09b2faf0a7ad67eb4ab5c948b9769fc87eb2ec5e16108f2cde8bd9e6cf7607',310492000,'98af18583618fdeed545347c013763d068e8294405d265911cc5e1bc420bc740','daf4d2c1a1ad5206abcf7744bdd06fae99c442fb2607a843dcabb5727d02916e','70956286a0d50f99778a1e880e8c6dfc98d95d448093a7eccc42c2cbf04a5cd0',NULL,NULL,1); -INSERT INTO blocks VALUES(310493,'c19e2915b750279b2be4b52e57e5ce29f63dffb4e14d9aad30c9e820affc0cbf',310493000,'29119cd30a4733916fbfd0551506eaa16f7bb1bdfbdf8d17ac4e5bb20d1cb09c','7ec4cfa94544900c8e8732ad51be7cee6452aa1884ea940cd5c98862fb4aaba6','ed54e9b08fd871033619d2da77dda0e54b0aad07b980e441ffe97ef5c6d744b1',NULL,NULL,1); -INSERT INTO blocks VALUES(310494,'7dda1d3e12785313d5651ee5314d0aecf17588196f9150b10c55695dbaebee5d',310494000,'72d71bd72263699ea9f2b097ad141be5bc394f49d8b0b0a6b2ff6a87b0ee3919','9350c3ba33d0546d1194c5fa767ced28834b26246aedc56d89b1d48ec4f26014','5f53469ae3bc1f32fcd90732ab2e9e4de4c758a9930d9de8bbccd92ca88e81f5',NULL,NULL,1); -INSERT INTO blocks VALUES(310495,'4769aa7030f28a05a137a85ef4ee0c1765c37013773212b93ec90f1227168b67',310495000,'5a7e5a36882466373d576bb5f4ccd1bc72ecaf548b9589baa803a7275a7a24cd','09e9db121649cacd979fd18bbaa35e519361e727e7e072e2f2f86291160cdb29','e9b128c9ee7e71dc4466593786ed1597a7c0398802afc63cab08c497a0b9383b',NULL,NULL,1); -INSERT INTO blocks VALUES(310496,'65884816927e8c566655e85c07bc2bc2c7ee26e625742f219939d43238fb31f8',310496000,'7ac6121c624b634f44695172761830926afe76bb18c4cc9195773f3a26966941','9eda85cce745579122ba9c6e24b63cd83f2e5161031a34e6ee9bf08b80823cb4','73f1a0b1222f7d30594bfb77e0054bbdb2f0584e5e380607df5257eadfccd3b0',NULL,NULL,1); -INSERT INTO blocks VALUES(310497,'f1118591fe79b8bf52ccf0c5de9826bfd266b1fdc24b44676cf22bbcc76d464e',310497000,'28c6e92b2299b9cbbb5953f8b7ff3de0fe962d15642ba27e43faa64e1935e819','ff8136601b9e0138a999d1f0467af6e8535a2bcdd2b622af7be0178a083b9519','9df78d03ab0999b6fbe3f88367b30ba641fd5a2a27bbef2f5e02c2fd8121c5fd',NULL,NULL,1); -INSERT INTO blocks VALUES(310498,'b7058b6d1ddc325a10bf33144937e06ce6025215b416518ae120da9440ae279e',310498000,'5fe6cdb0828379bf240fad99c68bba34e1889bbc19605ce5c297b82352264414','b488f6f0e6c233f202ee17c0843236d464144e79c870af88bae56355ae9372b7','5adb9d536aacc2be882bbe2dbe4e79c121746e7cbd388980cec2e8c36ffa6a25',NULL,NULL,1); -INSERT INTO blocks VALUES(310499,'1950e1a4d7fc820ed9603f6df6819c3c953c277c726340dec2a4253e261a1764',310499000,'bc09daa74c639506a1de4eadcd0aa8f599c1bc6a2a287cce7bfc89c301253233','c14c7cd236dd94835917a5912c746b53a9ad97be74509c56672ea57226bc6db3','67f9939f28725df09e33414b41beaf0e84388f1e6cfc466df5a443773698e2df',NULL,NULL,1); -INSERT INTO blocks VALUES(310500,'54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b',310500000,'6c240f1f3a985ff91e6a280c4448b8d739a06caa6fa383c4b9a7b90d27bdb17b','d21ed1a33a3ff157708a8e8c5a11062e0b33a7682896f695cd174ee93dce7767','dae6d72781d6d86a1634656c8791642d13a91c9a77b062d5c4a45f2e8952b869',NULL,NULL,1); -INSERT INTO blocks VALUES(310501,'9d9019d15a1d878f2c39c7e3de4340a043a4a31aebb298acdf8e913284ae26ba',310501000,'21921f9e40915d2f4d33ce415de80e473082423b967fa344bf7f67475ebe83d3','b6774cf6b7892427229841125497ba41492fcaecae93559f8936feca2b57825e','7a08a1c2de916a466c96888cf1725c03b9a259336a340cff15e9bb492f7f02b9',NULL,NULL,1); -INSERT INTO blocks VALUES(310502,'b5a4cd1270bc437e909d9569079ad17437a65822ee9e4c378670732a1430ed67',310502000,'31102b5b0c5d3d1caf84d37077c482722c779124cbdf31dc84c1aed8648f294a','630e68e2965d5ff6d0c0573ae4386b7c5f1d6739aa59f4ca8e78c18c97dda4ea','f60433557c6c4cb315bb4c9208b2c2882ab8f5aba43c00e5e64bc8e8f0e7563e',NULL,NULL,1); -INSERT INTO blocks VALUES(310503,'219e9a113a7c66443183171e389bfd5eaf957f5b8ab825358d72fa8e0cc8c16c',310503000,'e794e603a52f3e8966d35771dc3698466a31e493cd1d513b434f44a8d2b437db','a246803a64e949d7501376b8333ec169ab0c76441b6743343e2028ef495e41e2','d39fac9a304f13c6607c12ce10e2bf776c73264646d71555db1f5dec3421a75d',NULL,NULL,1); -INSERT INTO blocks VALUES(310504,'0b123f4e535bb92fed07632e107813b9a399cb6f6d9ef629d303e9df3d71ad25',310504000,'3bef7ac206538a4723ed1049a793c079b942675f3100feabb221595f54f284d1','4dc497bb6f509c52def91393cb8192f576794d95c846ac37a921f50b864589b9','d55a5a89431d692feadc0ca06101a8382aef150e50c9a4a7727622eb70682897',NULL,NULL,1); -INSERT INTO blocks VALUES(310505,'dabd8046821297bd7071117defef365b4384c3ad338a8fa206bae85593958a6a',310505000,'55fbc2aedec24b51392b85e9bb8d0637a117c5c71347234ab0754e63963a8662','bbc020c792a5a6837aad69d9794344fe13497234bd5ec74d1fb0bf064b7ab50c','785d96aeeb5a5751f538188e187d0ba488b1ab3e92b1b31b77885afdc86792f8',NULL,NULL,1); -INSERT INTO blocks VALUES(310506,'9a7512bd957b110f23c37a6673cd0fd7342f0cf96b44f990e66ac7d5cbb8448c',310506000,'d2e34b3aa45be0dd5a211b9748bc71049f42e08be27ed9e08ac65e1f1b5db6b1','a6cab6e8bebae804eb791b48d0a484f6526553e3cce266b54b40afb32a02c68e','6869409fccc1817ad6628cfd3e16c6d7900af6235f09ec4b741c18a62556a895',NULL,NULL,1); -INSERT INTO blocks VALUES(310507,'015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93',310507000,'2da66508b6fcc29c1dbcfaa1d547e2e7fcd32632cdf98f995d161075ab06c3a2','cda25cfb83124a67f209107884fa55ff7b1a2d5de0847cfa3f5e0011643f8ae2','10c201f17ce486aaccdc9525186c6582b766d4b677b1d9e29ebf47c94c700222',NULL,NULL,1); -INSERT INTO blocks VALUES(310508,'40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf',310508000,'783827f1e82edaf42d45619e7b18e20d544f5d8475f3815a61f1f7de9190aa75','8a2b9076d8d408be2eab4e83a13657acf6e7397479e4b0677c88308c2ca0a23d','f17c7e3c2e5427286a5d053ab621109d01992e5796a7553d484235d287ec75c8',NULL,NULL,1); -INSERT INTO blocks VALUES(310509,'4f1c6484120b93634712add03ac12eda4d241ec5132c3108c49c92fb46e8faee',310509000,'6d4cd7106c8334cf9ba41c687ca3bf911cea24d66d750e7155ac016ce2315e90','ec1fa99ec4e6319ce76ad3152562abc450134b8fe7437621a18c0b34e4580cce','d3e0b7e9c1da46ba66f77758038c82ed302ffa3f6b8185109ea793bc4a1f2bd5',NULL,NULL,1); -INSERT INTO blocks VALUES(310510,'b2d5e400178d7b2ea52884e3a090fe11874c83d63c342218161a6e666f084fb2',310510000,'d8e13aeca99805e15eb437805f303dde5ab0cb44a0499d7d776f31ee476281bb','ca286403db8ab3171b4049648c52b72df9c439ef3b75f54b7f40612edd05b300','103b3953acbbb02890f5fa452fce85027480df87028fec486ce7a1fcd92b6bb4',NULL,NULL,1); -INSERT INTO blocks VALUES(310511,'e4f2c553f71be9029a42ba9e1be584123528b3ab83bbaeaed06bdd780c67ca9c',310511000,'284e7317e2f651316fc66a70bdf993a6eb03030cde24b2829c8dc1fb3083cb65','9257b3fddd563d279d6ceee72a11ffda6de34c29f16205e6fa50e27e63a519f8','b16e9c7d2b6df250f1a53bf536e872bc26baa5a3b4e0da12bde2da0763f5f486',NULL,NULL,0); -INSERT INTO blocks VALUES(310512,'8837f8d9e91c25e657417fd96f59b61e76da0b0b84106053fca4d96a6e67b0d5',310512000,'6700fd71b01d55ffb9abff46f33404f8afdaa244c34d79d1a5597f0a2c925988','c80f3057e03faf75e1be097759a6d133d7c482d0c352a8ef05915a8d20ba72aa','29c6e7f09596b42df4bcdf73152c6d31a933bef9a82ee153eb60f299fe49eff9',NULL,NULL,0); -INSERT INTO blocks VALUES(310513,'ba74e3ceba2dc7a61efa53670a372d35c261a059af91ebfc999e653c904dfd66',310513000,'f3ca04116717e4ff65dd65a9ddc1fcba48c77f3576cc7c293a1fefa62d628fbf','0c8ea72bb32c6c6a989f8d418be18e345e115e77426375a227b2f50487b57bc7','de961583db93279c813fdaf4b1c5f50e0f0525523fc8ff117c1fd0fe4aa84a39',NULL,NULL,0); -INSERT INTO blocks VALUES(310514,'39989817fb26625baf150596d15c164f34a6c34ae7b6ab92539b92052f08a0f7',310514000,'0a526a36041076d11076786adcb2768eeb214b4aaf61a2370f0f44f1e7fcc15a','c8093008c0d6d9aab461228f58b1d2f8a7d09373ad1aa89a4fb739cf7cf73b5d','4af0919acfe44256f17f4520701cf5468264a18e456684fd42778709c5e5bb83',NULL,NULL,0); -INSERT INTO blocks VALUES(310515,'57e45ce8b85a3875a55e3477aaae26e56f6bce01c1e422f62acb27850effb4b8',310515000,'e0997c5e3f5e58120aa263056f9db2671b5ffaaee0eaab92785a3978fa90ba5e','afd1a4546e9aa5b32a6bacfe161e0e9ab283047623a5c34c1ae45739d1ac53fb','31cc5c39ea810c87863e220740cb2f36730a40bcab1b846b267747c59f6fab18',NULL,NULL,0); -INSERT INTO blocks VALUES(310516,'ce9bd7438cb256b1e6f8f5061f88804da65cd6d6a7395260d5e75980c30f18d7',310516000,'3beeb284fed1fe729ba2b994a41e8d7a4da00afbce5cc95fd84b985faa54fd47','0be8a6436def38423258e0d38ae1bd2e4b69109e16b308a7a95170312789cb10','773247730aa5cf4d561aff5432b6d08a9691afa30b9677ba3dd26111cb6bb093',NULL,NULL,0); -INSERT INTO blocks VALUES(310517,'defccc64a058371ab87b654375e507958ea807694cc8295abd066dc2e4ad1407',310517000,'185ec7bd7c0cf4d0a380f0926a1e1dfe0e2d4c9fa572bc4d3a05fc0b2698e584','086875900131220008c87033e2bc928abd52723b006f403dabe8aa0ee17eb56b','757718358914d4e0f927e0ca503fc587b419668b49e4b2c992b34e270b506607',NULL,NULL,0); -INSERT INTO blocks VALUES(310518,'41ef60bfa96648c7db99a621c4acde6b6d1fd91bc21471a0d2f33e2e995e96f5',310518000,'094da03cdfcd515f0d40be96ea486e97133b0eaeed8e4fb459dc0dc9b3778508','d3f0aaa879f34ed4cff11d5067cb16e0e5bda96944ac3fac8404190fa8080067','50b9200b8a6cb64c2940f4b1aa5c8ccacd4c759e38913dce6169cdf9126834e9',NULL,NULL,0); -INSERT INTO blocks VALUES(310519,'9a9423964e187ac27e57d13611a8c6f9fa409ca79df72d3e7edc0d646099f61a',310519000,'e1b1593e442ca354f28f9e22510475d6064e973705bc8a17873af3726650a26b','eac52f8eef74ff4ef2133c4fbda1ddf219fc594a9cea88bfbbd0bce9fde9f3da','58a2124eb130b8b21bfd249a1ca773e94351eb2ca256e2e492a03af77c27cc92',NULL,NULL,0); -INSERT INTO blocks VALUES(310520,'ac1c820b0a2de1206a2a7558545e20d13a5f507dcc49b31edb00a8579eb27680',310520000,'5c975744cf660ca6b01b7bd60efdc3cb42242f7eecc76a450f2a2e4b41d89b06','5a0e02f49a1241455e0eea879f6a1a69af36f1a7a1336b7724852d01fe4c5592','180c233c69a878568e5eeb6bb0ab9b951e9985333d73dc1fb019e3cdf74b35de',NULL,NULL,0); -INSERT INTO blocks VALUES(310521,'df95500e3cf5ef81703fa42fe0f37a1250ae5da9407197a46745dec0459e6598',310521000,'b5422d0d0f304eb2cc6c8c4c8c6770b627c6a8865778a802f4039aeafd808329','e7a230aea5dcaf31261c3b1a8c4b2ec76d211e1c57b9e19f117417f9a103054e','bf662edb729cc4bb29dd1b77a26b57a151f037b15725ee06039f6ec0d60b90df',NULL,NULL,0); -INSERT INTO blocks VALUES(310522,'6a3cbbd6e28c6273e2c60047c17caec446cb40075ab83d043a2f80d54fe34b21',310522000,'964ccaaf5d261642ca22d826323c7229854e706b5854851521fc54ae29bafafc','1ed9606b2918534842b07cc6c87660e9e242bc5afacdeee033e3115457f234c3','cecb1537598e022b781063408b9773cc2969b622314229a6e3278a13bfe83a13',NULL,NULL,0); -INSERT INTO blocks VALUES(310523,'0b4de9fd1b5e12553b2450a06ed00086163cac3a5c871cac141fd3f04af5b453',310523000,'28d40f6211e8881b294e4b934f38c5273b5719b016735950babaeceb6d0e3b8f','725cd10529cde9634052acc36d353b56cd5071a5e9132d83e1677c147504361a','b2e0cded358dd32d2e93bf70e4e4ef7c5809aea6be30caae93b228c7ab768d21',NULL,NULL,0); -INSERT INTO blocks VALUES(310524,'b7e16928a86db99f8fb5b6930912f75acb2ae7c6fd6de3c6a2e67c15cb190655',310524000,'5b6332f599e3dcd85cf2870da51446ceaf39471a995abcc9331790e435bf3b8a','125a0a93e721b8122f146cde14663b70c11d4060455242b2f10cbddd9a2c8a06','90c0e1e978c9f93d6015c908f66d56510c92fd174d31df9ff660f212b5f81bc0',NULL,NULL,0); -INSERT INTO blocks VALUES(310525,'2c9a958715acbd51a756d6b92abb1d9cd8e72cfb90d5bfe7b42fb0a1058753b9',310525000,'41a093d957164251e64603595e5eacbef44ebb1f836606c3034b01ab852bf3ec','83a91866538cdac9672e8578c27628bfb8ff13e4617d03fd5d1a024b1ee2b7d8','0a00436972d521fca485645fda423d579e0114d01939fee6ea3bb42dab18920f',NULL,NULL,0); -INSERT INTO blocks VALUES(310526,'07b8e3ffa932912a00aa3e5bc44115c77fd3b4e89c6dd2f678907ef78776766d',310526000,'93940adc92c042ca2678fb879fe731f82cb6ab2359a5876d4e38c8326a2b95a7','0f2b4ed4d8a40f1524374d38fc9666d9ed9ffeca3464f45ea9de77843812c62c','84d6a9b0eb64fb50a5331fa55b37ffca4bd284afe648dcd4ca5d576ecce525a6',NULL,NULL,0); -INSERT INTO blocks VALUES(310527,'5140a0c0619c3fc40cc7df171f6d93bbb53add8845828ca08acc7b573dd6d2db',310527000,'85c39fccdc3c9229858110f0ee92869349fc8d2c7d07c2cd98778831aca8ac26','1ee7f7e284564b49610351fa13fab4fdd42a057530238db1d2212f22c548929a','6862a2baea1c0c0a4b9efd8d160819f818f2a5b3ae6dd1b53214695a728f5f73',NULL,NULL,0); -INSERT INTO blocks VALUES(310528,'a70c0d36078e4165903d743e63a5184a69fc79fdd2c251040e2c9d61a83c1cc5',310528000,'a07248b82f0a37126fc9e5978ec482c9b4e4e657652b7428870fc302abd50b59','93a6fd1bff0d1ab7ee1fb57f915a1c3c315f656fc3e72630a4ded588c629b575','e1b3121a739f1811ea9ef79e7fef20a2ea43df0116f9ffecbfc4e05dfe8c6cb2',NULL,NULL,0); -INSERT INTO blocks VALUES(310529,'7079a2c6f566af16cf9200bd4e210770e2da8a416883b98a8af4554585f4003b',310529000,'d5e23e5eee8e31887b0f92f84e309115e1bd4fdeb4630982b9fd0822bafb8d08','077457a3c6606ff73bdae5d6236f0c8f4bb2fbae58665a0ae829bee518380853','bf035508bbb92be62e6cb46fd94ea2c6cee1eeac7a6c6c3a79e5685743099545',NULL,NULL,0); -INSERT INTO blocks VALUES(310530,'f700e3806dfb2bed8652f19d5900a78a73ebfa5ce0aaae9e7728b426c5667110',310530000,'45b1d42d6184fc6ff41a0c6744198e9ada178a97205dd457c18068d6916f44b0','e27dc3f739d2f39e98e2483a21bcf491e59e7094632bdd97fd47fe0e518b4a86','0fce4348634fa7ae8ae7ed1d645c72df43d67585106342a652a50c99b244c45c',NULL,NULL,0); -INSERT INTO blocks VALUES(310531,'764b50a1473add7087e9b9a6c07d0a598161f0d2d7c3cb77cd5bf18ab27bdc15',310531000,'9a581ce76795e586d5f691857551aa85593ff647a5a904daedade3406fb188bc','441e94515d566be4c4905886024701d732935129d03b828a66ae7d913e7ae8a2','762622b6d8f5571589cb114f16405efdae1e902923f87ff4679a4b58fe65dcf7',NULL,NULL,0); -INSERT INTO blocks VALUES(310532,'4b1dea9bbf41e5834ad893bb4dce0a696313676da42ebef1f6dc9a5d4e9ff836',310532000,'eabac8937919ff8e56b84ee156fe44bd2d3709b2b6b32d7b06a324d26743d88d','72a8b2ad31db53b39e64edd9ea1aa10f36be4385fe7eb360ade039e1be8b9806','0494ddbc465286a7414cfbd5876fa3fca8f2c3d8ee56ecb4cedc2e7d62356ae4',NULL,NULL,0); -INSERT INTO blocks VALUES(310533,'4fef302404a214c70289d57b900a262ca0e327c810636e03a3e799031cb16912',310533000,'d0c7697fde7509deca83f1811b2ed8e7d08b1a4b44eff65d17631ef81b1e8f5f','ca9720beebdaa6b2c28bb3764a042060f91f68f0406452229bd9ef1958fbdb45','f58f2d2898587bb277e06df68a406842c59bb7b05dd8b75129bb0946094a3c6f',NULL,NULL,0); -INSERT INTO blocks VALUES(310534,'2812082f86099ba2996b57e874d4aa6e8bcf75765cdb584ab352efd6e28d93ad',310534000,'bd0ef7113457907b081d21fee7c3c937e93d1381e33341e87beec52618a92d9d','f353b436e3acd80d08bb2ddcad441e5db505942f27dc4933d9e432fe5bfaecf7','46417c351da96c8b6e6df18d0ed0bb2f0180efa9bdddbfab8110d968391d8c8f',NULL,NULL,0); -INSERT INTO blocks VALUES(310535,'0e5efcc3a61487b050dab3f61052bd702a23c382e47fcd9857be6013f81080ce',310535000,'ecbe27e682c5f7d728a5f8658175c85c78d1a8c5ca859feec9b49e078b82117d','22427ac6145e8c5ba270f2a04c1968a7c02a6e3a616efc2e030adad4a985b119','1e4d4ba17afffb68cfdb8c298852464a548271d026d4ca495a821b4e886a6773',NULL,NULL,0); -INSERT INTO blocks VALUES(310536,'dac89c720ba3a2e716a20f7d3207abf7f8229bf3d884962a2502d5e4e4656018',310536000,'4a257c3e8a9210069816ebe982e40d7c4e08a791a81dc6acbde99a04201db04e','2078c1501c6ab6aa606add557e2e18b54a4e9cf0bd8d6ae8429808b546deb9e6','47f3b86f748ec37c3cce563079fa2efbaa2c0b8a37f87a8461e54e4bf835ac0e',NULL,NULL,0); -INSERT INTO blocks VALUES(310537,'944c68f1de531cd4cc872d355f43e6f82e61596a51e46146ce04d8fbaae39c9d',310537000,'790fafd9544969763c9f6e3c0c83944d2953be8a981a260c63e223a83464d04f','0ca22af59eef116fd71e8228b50218bf493e6750ed97328ec3bd6d4065dfe559','f3193b22a7525eaf645371afa8795b1220f5c3bf8b71b6f6132496b395b3dfb9',NULL,NULL,0); -INSERT INTO blocks VALUES(310538,'75f6eae30970e4c0fbed85a315a2c2d8f26bd286116c6fb5a6ae74fb1615e1bd',310538000,'f55360b861c665536eae661cef294934020cb8a06ac4808a7181794901355803','4d54137258383ba61b25f7c68b9b1a3ff7d58ad918faf5462c5c8f6babfdf04b','f018de7c57d7465d0973682c5b72f00a8eb2a70bfebf8e4b82e34d76ff6bd208',NULL,NULL,0); -INSERT INTO blocks VALUES(310539,'338ec0a15b7867f84ee88042c4c5a5deeb83d7323e2a05a8cae0299cd92373c3',310539000,'b2539364321f94dd2b9d1aca0dacd1148d8e0213b966d8feca03222d3bce16fd','332ad7bcfdfec831e1f8b9795cc5e0ca8e6675e8eb55aaad99123659cfa98bf7','7ffaf7a17fda87fbb7f93deebae718a623b1eb4a2d451128e1a2f849e12455b0',NULL,NULL,0); -INSERT INTO blocks VALUES(310540,'0e65a2d641c89fe837bc520473abf0666ff7aa498f523cde795efcfc7ae1385d',310540000,'9922f3174986b70fcc9823a55ad4b84ad31a1c6aa4149e273c8e6c4eec6e5683','5c9eeb43fabd9bda4c4edf8703cc13ae51ec625c1f99e8396e36e30f0ebaeb91','1e5f7d7e16d8dddd9eb426202186334bfd0bf67e7a85878780acf3686a1b47ba',NULL,NULL,0); -INSERT INTO blocks VALUES(310541,'ed808e14b19ac28990a50fb2089f279fcc52bf3fee29618f1d9aeac3ab50d453',310541000,'45e6a6a29ac4d1a7ec55a6d857be0f15a7913a8a7abe49a33c4001ccd43f58c5','8dfb73eadd56b7480232b479d84aa43a381f2bdf53c1dbe2ec6319623267271c','0b9ab4146a1efb056bf3721d1bbb6f67c486dc25ff6e6e9501fc9adba6de0274',NULL,NULL,0); -INSERT INTO blocks VALUES(310542,'7a8e3a931043410b3423e08399ec9f728d3aacfcb012a14b2c5f1599bdb5dad2',310542000,'3d699a1ec41c18dfdc59e74e793107a25d4237443d7e401919aac171dd5d0fad','40d686c4d90aab58f2326e996374cd9ced6f36c99cb74ae8397f4682716ad4a9','834164ac08a8a0e90e9d0278715bfe55662e86a26d6775a72a05ca78b0469732',NULL,NULL,0); -INSERT INTO blocks VALUES(310543,'cfb828d0c86b38af257b41f77c544862c450383bb97640190c97add62b53d4d2',310543000,'eb2b3a6022accd97e8e50fefa6653996002c19959f9057f5f8ed4f3182130f73','f5cf96df9e885d0af00477f26c98376e67e3b52e1324e489d7668cdb472a89b3','c99e75df7e3159209953bbbf249a4a61fe3b8bacc445bcf1eb3327daf167dc33',NULL,NULL,0); -INSERT INTO blocks VALUES(310544,'c9a9e0fe67c824638dc17e9fab5f1b409915fcacdf2dc4f9709b87c9796cc4a6',310544000,'f6f5e8c13f86e75d8f6816b79313a1f36a6f8b2cf31695ecd540f71e4d9d5aef','5288c8378be3bd829dc8cff27892bb0fef5c5751760ae85116bcd5ed2363f577','6c48f8e5e2a6c1fb4c82b94727ca2e8d05e94daf3b38eedcd6233c754c313314',NULL,NULL,0); -INSERT INTO blocks VALUES(310545,'aa23fca8fa612e16b5bb4e47e308a3845cd0aac2357e7d93a44dc70ff8c91c8a',310545000,'1f20e98bea45b652cdcdce91a8e647eb8d683d4f974d052e0fe1eae55ecf43ec','e6511d3f3b558a64ba83d3b670b87c43c15f4d2f4c7937c7046fb3bae082af15','df9e9e9c2a1c0a502a735a57e078d0641b03d1a7035f3f77a18741bdfaeee087',NULL,NULL,0); -INSERT INTO blocks VALUES(310546,'20f37a8d164e14b7f88e06023b81060afee8c1b2b556ac2789b1f6874019791d',310546000,'cd5d82fd6290fa9ede4d05f6e6fa3d73acaca08f8cf75247a9a04635b3f3387a','94ed158a6bcaf8d2721fcf02f88c9a4b41f9e0e1707ca8e6cfc07fd153795db3','b6dcfb6dfb8b5877e1ff00dbead9d8d992c41c12582ce7c80d348bab583a5a8a',NULL,NULL,0); -INSERT INTO blocks VALUES(310547,'f3d862f560d7abc97f92c3bbf2761de40dd20cc670ba216850c1bcbb0cda31c7',310547000,'5f01b4e547ae1e28d4e9bd84608d447949269f20a0fb9fcfb63966a9a34567e6','1bbaacf2316a2766efd4930f0ca674e4bcea4ff70134f84a2cf7023940d4a09c','347996ca440686a10c1952dc9d77655ec0d6e961788644391d60e5e8c0cb9ce3',NULL,NULL,0); -INSERT INTO blocks VALUES(310548,'bb0b2ff09d831962cc748b4720dc05dc2fd2e3bd3374eacfc066ecd0b7f58ec2',310548000,'7585ef9b77c458c97116c7ebeb6c5cc3980a3305fc9524902b05179ddca85fe5','228d924eb6079f41f70ddaf94323615327adc726e8a8315e68b3606f25ad28b2','ce1648a8fd238d5e242bdb2a87e9b8b3a3abd8e767d59c3233b1bb5fd9e18fb4',NULL,NULL,0); -INSERT INTO blocks VALUES(310549,'8e8c61f034fdad98962c84dbe90450bc2da62b815d8b4f8084b0dd3d69763979',310549000,'ce6e70206104dfaba538c59ea43ecb0fea0cc8f8f43d7993448354fefc6e11e9','241fa82ad15e159181486967d64ceec300773f9f1b5ed5728913cad33232ed4e','cd4eac9c9e8eec0790bdc9ab826889cff8ca15764e2a1807683cf12c415511d6',NULL,NULL,0); -INSERT INTO blocks VALUES(310550,'08d2fd6eda5baa3c4c9a4e86599577396d4bc333ad9296453e3c537ad8ade914',310550000,'13c0fe98ed1251f6d2c3d698971687a910c28031e3125d14d6ac66d0e997b049','349eb659d60399d8e52f1c8a112d692d4dd3c049bf6ad2554c86d1d15756dc25','67c75c1922f78e72b0b6cf95c7dcbda5f6ab664f139c43580985537920601bff',NULL,NULL,0); -INSERT INTO blocks VALUES(310551,'cf4365c7971aad6192522a0853a086d4ab24c4ac2b3bdb2a73accd217d8dae7b',310551000,'c1f45c29b8be539a34c198c2277eed443959ab93e12bc09b8c56cb1bdd71ecca','e4a7874b25742458925ceecbb6bca70412fe4f45f40f186d17239b583b945a01','2dae065376fcc52fadc7b69c60f191b00e798991f9d880fc29f813685b32b00f',NULL,NULL,0); -INSERT INTO blocks VALUES(310552,'d22b2764d8599549d2fb82f03ea7d5a4c2539ec1c8fe3f55c9832e810a99659d',310552000,'ffbaa155370f8c509f36e6a90d1fa69dda6a4a49c5fb700b98e0dcbec5b98602','439f0d19f4a3ae29e5cdce2f0e1241fd9ff2e59d6be7b893cf9086913532d44d','5e6de630f6155b9d2f17bec0805a10b8a8161043ee9bbd1b33555c119d4d15f4',NULL,NULL,0); -INSERT INTO blocks VALUES(310553,'d1e220ecdac4296140b1fc5789c019ceec1275855b4a47f955782853c9addaf2',310553000,'28df597bdadd29569b927c2fcd267114d443d2e00c6f3e174280720917c205bb','5919cd4540963146d3a2c97cfb9a4b887147b1e9a4e50be469ef94e4ca446286','ea052d781da8fba95ca7a4268ab90009198899639cccaa0795eade6427746649',NULL,NULL,0); -INSERT INTO blocks VALUES(310554,'7ef603cca521c652eb94ab8dd0e053fcfc09491a9f474098f98294cc8a4a5b65',310554000,'0e14ff0544d352db226ce1e08033791decf38429dd7a04c1688593a8ae82b4f0','2262738b6e658eab4c4e9f19f0be95cdcaaddce5de6d73ae722611ff7005fe30','4a7c5726b42e2f6c686de084630afbd4852f6b84b6dd8d1fe3b8ae8ae1cfc7da',NULL,NULL,0); -INSERT INTO blocks VALUES(310555,'c51aaefdc56f413baf9be7dac61b4afc8497212651e9901c39fb250bcade50fa',310555000,'fcc02e52ce569822cac46b16b925c92c80ecd1694b7af067dcb87d7f45c3653d','513e232ca082908b7b752fd8f91a8157a8697743c35ba5d8f5cd7ab90a180be2','19fc8a1dd2c64819ab53586bfc5af302ae58677d78f4b5f5cbb50ac571361d7e',NULL,NULL,0); -INSERT INTO blocks VALUES(310556,'4af11c6d35e142972be016858a06e2ea32b15beed2068be4cc85f3918fa99f3a',310556000,'cbdcecaae6abc7a4baa4a2de6e8bb5bc47b8d3454e2a3dfe89ae1035de48f3a3','3637410d8665bedcea8bcb5d1490260695fdf9bba7c05f6ed787ec4c663534ac','cecf57b1bb365d56c6b1756926f8655daacbc05b4d8b23e3f27c6537197f41b7',NULL,NULL,0); -INSERT INTO blocks VALUES(310557,'0973e14fe07ac8b86345061942ac2a5055fecd867e69d8f2df33195505d87382',310557000,'2b72a76f9e07c760ef0b04355b25a35f0f41d033bc2334c8556c256fdffe4051','d9d7dec02250c15d27f66e1ff473429b3e1aaf2b8a6694dca2729d8ef20241dd','2122644d6a5e989b292f6c2516ba0127cf5309fb3c16771dbf3fb92c86723a96',NULL,NULL,0); -INSERT INTO blocks VALUES(310558,'75d26d503c2b3b71d36644f7de0826d129b4f127ef9713f6f02f498399e28d15',310558000,'bb5c9651a1f7327013069007703d9d27c611becb2fba6660cae8a1dc304d1d5c','f414f8a2434d99a148486f8a23107ac1632c6a481476245888cb2ce91ea4240a','e6ee2c854385ce727c5fc756a1e0907b397f3831c1699043c3ea7f66cf79e1ae',NULL,NULL,0); -INSERT INTO blocks VALUES(310559,'6538f282374d36af012291b3851474293437b6eadd2793e4706b0edc7fe645dc',310559000,'6231eee95e4d73b5a27b07ec5c6d13bfa0e8854044d1aacd921eefbe9e48b0a3','08e292391f5e5112c35c43978d69e12fafa1017741e0719983fa99e5b130d78b','9286cf42e375048f3dbdff5baeebc4e57adc4aac5a6cda8a896e4278c8d08505',NULL,NULL,0); -INSERT INTO blocks VALUES(310560,'d3a2ccb3df7c41adc2a36183f9dc3d8f633d1595ae46eb7ad95259a1f7e85fec',310560000,'d73018e8fb5f195d7db4776a55d4de0b92a4a436ea2dade3815d760376faa4a7','4bb274f3ffa77ac027a53e1edfad2d95748c40285ee3418e07e19ab04b612a42','79bf67a9921c8ac912f5a5d45bf90eef978e83a2decdffbb8a36f8174871431b',NULL,NULL,0); -INSERT INTO blocks VALUES(310561,'b7b7404021ba9a00688b64289eb8953993ecc0cc75992fb276f2d7048f4b26ee',310561000,'1a8b92da71abd620911af23b9d9617687da9f4c6167ddbc5af9ef6fd994deb9e','bf6eae71a2ccac46ffe8e01a3eab233ad058e9bccd7e3f26027f8b80c761bca2','a923bf323819388fd93d7e23e12d3205ced71fdcc9495c0c242caf58035971d7',NULL,NULL,0); -INSERT INTO blocks VALUES(310562,'4373ec06c32fbae5de86e421e01969d172b1ff84a13c8e0f069b78b0f4e7d405',310562000,'d6a38edb3a3dba9e97711ebc6001e76f7554f144eebbd592fc7fad5b3cb183af','c21b0c1e6cf9dedc25dffaf10900b2c6e5abb87cc0a6b31a2185940646546f2a','cca61fbfb3c37a3cea95489be21da1ffda00085e75b253546615c4f9f380f8b3',NULL,NULL,0); -INSERT INTO blocks VALUES(310563,'f0083f04073ed8b6cbb2eb674ad397cd7c299fda80e742615ee3751d54304636',310563000,'c763cd35dbaf2c85a287d500fc7077c2d3faad163c40c9a5d6295be67460e74c','2160bdc17f755ede6b800cfab8ba4364f76b1db66cbc431d2dcef669f886816b','2674b586a4e56502867aff28fa93c8cd1d0eda5305bd2a911cd83c9fbdb908ab',NULL,NULL,0); -INSERT INTO blocks VALUES(310564,'cccefa016afff2eaedf9d97a70d88ba3b74b1fa5167923852e3f2b2d4f77a7ea',310564000,'93923152ff82ff4a5ffac3fd2dc78ad8e39b6a353c82fb9004c32a950cd5ad70','79fc4e5c8d71b25432df01113e8cc8bcb440e33617454395c281f1f711e23a71','60a3a1b318daafebb5985f88da122a362e77bb27db483d870de3df12a2c49102',NULL,NULL,0); -INSERT INTO blocks VALUES(310565,'954cf72e454948ad62bda12cc3aa984191b5063c3a3552b5475f58906ed5b305',310565000,'c79ac64f3c933540c042d595154c2fa49b52a2f3beff8f1a1b8d899233fd7eca','6a752db551f2675e8b370300535245e09281e50548141cd55a347880dc4cf54c','d7ac3b45d79a4cdfa68ee2f47d5409c2fb17d9c96a923c96e928e4a42b690bea',NULL,NULL,0); -INSERT INTO blocks VALUES(310566,'3759ea3d906bc1242168e23920ed00a9daac815d9177fdfd954781f3978b2a39',310566000,'508d4ca4bb45221a6b5dfcdba9c4399a13e85ede4dc0d55f41d0a34d89e9bd22','29d631649df7b979a354de43ea7d0a203aa97abbc16eb41c0bb5b23d272e3b88','4779173190ced21734f6357856d8ed76cf592037f79d11e8d1aed0b0c1db20c8',NULL,NULL,0); -INSERT INTO blocks VALUES(310567,'499074319cdba25e86c5e7831ddbdf16147893da356dc5d6a24c0458a9e7c431',310567000,'91eb06b8caa32d73b764fcba9995d63fff5ea4e9773b37d498d645fb8c081ad8','c9912528aa6cb1e3d000ee3c04786c17c6e4f34c8fc98211848a83efd275c73c','d65e4aceec30611bee59db4bb88e3da6fb9478eaf873dd3cc8549878e3201c3d',NULL,NULL,0); -INSERT INTO blocks VALUES(310568,'ef433ae6c5e54f4c3633956efb0bec6a88f6172be961b03cba0974a5b1e8b19e',310568000,'f4bfc8b88de2b62f253dede4f6fa4ef3d0c931ddf688beaa3e7de6e30674622f','f6b3c6241c9239a06bc7ffb831be46ad4a85b4dc7ecc09bf4da48de7c2c833ee','7a1e5623688d62d09f23f1d2e79e01799bc548eeefe5ab68588d70520ed3b5e7',NULL,NULL,0); -INSERT INTO blocks VALUES(310569,'c67107bb5c30b76a2bbe9ac9613c23bdbb55e6ce7f7cde1f03c31ce685cb44de',310569000,'34b0e4aecad9b1a4aaca83ab99f47ee37648763618646756f14cf593d99d00f8','477506b2acad369e04dbd4874d1615b33edbc2cf22b39f8b402fd8a71a50a2b6','8b41518527f441e0f55e11884af922fd5a774e11931a2a5f6f1a14e061349ecd',NULL,NULL,0); -INSERT INTO blocks VALUES(310570,'f97ec4487e00fb4a5548eb18d052f6495d01957150046f415c39bbb526e21a55',310570000,'5cd904e3cd1d9d87ac4e5a9ed4288906690b2945f9f7d70fb264f039987545e9','1e1ed17d45a0de7352db383e2a4fd610f541c1491a601791bc97482cef55940a','3a285198b74bf494484376a191556a739a53424f868f636cb88cdd2dc212c916',NULL,NULL,0); -INSERT INTO blocks VALUES(310571,'b8edd44fa309c2fc1fd327461b37df751dcb713ac8475864c907aac8e79aee73',310571000,'794fe432083e3ed9db5154ed1230b42437a44d012206a769a036f05d227134c8','911960980d89ac93116118b944e1c230f5b2de5fabb1fe064f5dfbe1c052ff09','4304e4f016468890504d88fc72c8fc1e4ca7da3922da0b85e04797820bec2778',NULL,NULL,0); -INSERT INTO blocks VALUES(310572,'6f31bbcbb44d9fecc3fd8c1a9ded8be8c024399286c612bcefe9973ae55127b9',310572000,'fdf11aabce275549558778a8c7f4693da40ace20a4409a9d163ce2edd349a713','8bb3b6fa0314460411082f0bc6fa7a2fd9b4042f610af998dc30fd099c3ba829','57ba22fe72f9a48e7e02e126dca81ddeae27dfeeccade31696dda7ba5ffcd134',NULL,NULL,0); -INSERT INTO blocks VALUES(310573,'302e7dfa216058a05c000242bffa09f71fb6210c8049ca3ba161b40a1af4aaa5',310573000,'4ec879ccd015d0b5dd8d2ddf8afb025cd8559effdf45d2984cea2f8e23d80dd2','089e292daf5b28888559628d21a8d07fd511514dc3f36edabb57aeed58f9b544','2c22f599d9e4289a1a5b82076e264ef62d5577ec931470a454cfcc5436667f7b',NULL,NULL,0); -INSERT INTO blocks VALUES(310574,'c1ae52aab03437bebe96bb6eb04db2f0519f3aba4e2336b9f0d08707d92e330d',310574000,'2e78c0a28df27f81257091154d3e6992382bb271372ce59b7209a7419cc9d5f4','e21566901ce5a555dd72c878590709210c5e93f397219408573edda2c691f851','71482310d48b41c89f1b5595bdd28f2fe8ebb5570590109d342b7252d2706248',NULL,NULL,0); -INSERT INTO blocks VALUES(310575,'fae1bd85bf824caece55e7c4f773f6fa0a021c24f01aef4656abba41bdededde',310575000,'7d2ba3c2c0455d45d11b580bb46d3aca197d69d349553f57f930f85e6b217533','82a61e7a23d8a40ff22fa40c622bfdb7eb6b8d62494f988b920182d50d09de5e','32478cfa53b94587e957b35e07f4d77812b97127d7d5ab3fad15dfaf60f00f53',NULL,NULL,0); -INSERT INTO blocks VALUES(310576,'b46dbd0ecf5ba9a7cd8f0a556f418e08d369670a35e96123144dc51c694ae7b5',310576000,'45fe61d07f3565131673018efda70cbce07795e4b969bc400b65a435ce500677','5c4a6b221a2d92bb2f836f0f27c636b4d663cc82b87340aeca7c378a5cb4b7d7','89bb7cc7cc2a2ed5f98c05de8aec1faf7e25e40923f33c6d2c0cb24071a36ca1',NULL,NULL,0); -INSERT INTO blocks VALUES(310577,'a4f1cfcaed69f6ca459db42cd60607aa96b3e593d635bdeabb28fa1875d7a7b3',310577000,'cda4977de49bc1abafae2ae4b0ff55eae727e46ca159aab519d1e2318f643ce3','3a4b16e76df97ca2e9b49288156df35dba1db68543482e213389383df9f82514','11873e64dde52509d9eff688438fa2ae3f1b40fc22bae57f9b271fb28ac1adae',NULL,NULL,0); -INSERT INTO blocks VALUES(310578,'f28588cb2aa2711238246cdc3400480d672aa6b7746ede9ba963afdae507e1bf',310578000,'931abe28def24b00c8bafbca2e28d15fdd2e28e38d2d2771c64d3c78dd12a52c','0e59aef6450912294072b45b03fc1ffe75d731ec347e2098b9f116a65991177c','36abbac5f143df51e67f54e81b44180e42b3a70711cd7b97fd19c4fbc1315d0f',NULL,NULL,0); -INSERT INTO blocks VALUES(310579,'672e0101a2b0f7c963627370c590bca6d800483e3b379a774840789eeea36c38',310579000,'6f110331a1dbad0d121974ed59614c93809bd8faf1fff8931e7c75c19208d794','3b1504c970eea61ef41278d85452af79352d77ac2196eb47c14b9c0b85a8a1b4','e91ec1c147813e72fc5e4a5e40b2d97284ab10d37ef13d29ae8d9d0f5b2d7b80',NULL,NULL,0); -INSERT INTO blocks VALUES(310580,'e878eff75f69c2a921fd855716f6f19f7122bc62e7bf7a6f24ff5cb44ced9e13',310580000,'87b5eb8fd683a52c3811dbd35e1d89bfbd7b5a9f39094115d0d4de712b119787','0597ac9fee2f987817963a434b2cf2929521bc747e1dcdd2487c2241aae63562','c6464849fdef4989f5bf67c98094642eb45534bc8c98d176b032266e7bd2c096',NULL,NULL,0); -INSERT INTO blocks VALUES(310581,'baca309aa48d77563c8b563edf6fb0cbba1c155f5e26dca1d2bcc89dce14793a',310581000,'f57ae22e4221e2aa755d86c98ce87022bdcad81b342c6d865f90ba781bb8e183','c4897ad0aca28e45b98f5e0d7806ef36d931db6636b6bc736da788b2b7c62a3e','fdd1830438e7c4ee530d6c1e25761b14dc65a94bc9de2d6883080774bd65005c',NULL,NULL,0); -INSERT INTO blocks VALUES(310582,'08710916c8a006532a3c90eb7f9e07270be7f6c9d787e5d5f4bda22fa2e5e34c',310582000,'61fb2f7cfb691f5b459bb69f3b01f87f938cef952d77e05aca35388618a5b1fb','bc99285058ba57cd25a51d9b758b78dc9bfd97e70ed8cd0ab460c364a1d894e1','3a3ab75180f577c0b171cef27d06740cae52fe64157a7803ebdf1262ff82b033',NULL,NULL,0); -INSERT INTO blocks VALUES(310583,'22fa9d567a2e559c2f6b8d951340420df5e1bc5eaf5fbd6dee6c10e60798bfd4',310583000,'af52fc8612e37b23eac85a42a0c1508066ccd927ffa32871bcfb1d59d0311d44','c07efc82f3890eb10421486a79d3698866e4fc22375df956767881f4128976f5','bb2d7c40971c5d741e80dd819c2424f4a8d028e1298ce605c1fdd614b4237e8e',NULL,NULL,0); -INSERT INTO blocks VALUES(310584,'db5a54107f56229edcb84410f79b18d41620ed013f0b51f6889a728663010d9b',310584000,'9088575009ada38214936dbcca419b2c644273aac1e6a6b6189952f82fc57461','fc155b8240f28eaf96d18cf2ae0da22b8543f81b4363fadc59916967a61a1be4','2e6570e56fbca6fc402494e17f9dd58b844c40b99e0a7f81d44bfa9bdc68b9a5',NULL,NULL,0); -INSERT INTO blocks VALUES(310585,'a12f61691951107df80775a0d8e94642d242ecc70ff8678190f334256fc8decb',310585000,'2fa81bfb5b7e85a127bb660c07e7a77a5e57aea68b1bcafea4a78dc9cccb2444','c73dba4bc721da9830c1752db030d4d5cdd46b292de8bf5ac8153a6c262b32af','41855c91ad0beda9e0f76daf2f404f471bd590f08129edeab6b386d56a49b9eb',NULL,NULL,0); -INSERT INTO blocks VALUES(310586,'c24fde1785a09cdb7279d4a6328ba9606d7efbdf5d907a5754b26af490ed37a7',310586000,'b14d57fd49c1359f5ef030984e9738053a71fc08c2fd2f7de57f1af4f2333da1','0bb7cada28ac0b3f3d242ba476fda3302d54840e171d7171e1583f2d0f77c920','a35e5220449d02ff227f7fafb3097cb84a5b7dce9b9f7c18a7897e85f3c4103f',NULL,NULL,0); -INSERT INTO blocks VALUES(310587,'6fc7eacecf09f9a15212a7ca52cece2438c1d6fe4df61edd36fa82cd0ee82baa',310587000,'d64d843bd0e217075889567e81a8c5a423ec0157c5bc299255949950a4fc867b','2ea4466644758b85c64c348342e5d13b29c3f09fa75ab4490c5a00cc4fd05fd1','428fe672e019c5da42eceef5b43e1380b08697cdb2001bcf4103f467bc6e01e0',NULL,NULL,0); -INSERT INTO blocks VALUES(310588,'d758bd6b4eb728922d4f5f766481b7ba1fd6889cfd047bc6356fee12328457ff',310588000,'9d542339dd7f803151e0956197a706624f5e5ba938ac1ba1d365fd632b72c0d4','4e11b30214f2ef62c8e2f39610d578f88a6bf30eb21164588b1400d080bf6d5b','d96ad8c689985bded82d9b91e647ed723b74781e186d6236dcfb3f7dab68052a',NULL,NULL,0); -INSERT INTO blocks VALUES(310589,'4574c3f408ae39752054a278d5b2f207153f2d55e5ed9278610285caedbfb5da',310589000,'431a454660cdbcb14f4d2b3401f13b2cdfd85bf6bbd9f6da5a6910b43be20cd0','003c8bec2cf1521811b5f908126e1ef8c5a8ae4591a41d1185ca036fee8ecdf1','65f2322da962d8dcc2698f9613d9c16843d04172260e3ca4b28485d9a095ffcd',NULL,NULL,0); -INSERT INTO blocks VALUES(310590,'7a0fec7523698e15240595c867317fd889c109930cbc688e120af4b990d655d6',310590000,'ad2df931a1c3076b4a385d0e4c0b678ca226ad8a483376d45f333e08c375b08d','b1f46ab3d045770a71269e5b1f8bbb42c88cadac72a1d60cdfc2f4943e7faddc','27f6d7cf29e5d2662c4273e9dcd2da07411e8cc3ba9b84bf9b36d728758fc9df',NULL,NULL,0); -INSERT INTO blocks VALUES(310591,'9824fbb407efff28304111890e995bf3c350f965fb2ff6df988d9a4c8ccd8bf7',310591000,'f404486079e47c058d151bbd246c2bdfd939bde0918b8d542407ee0f2b6d0b0f','6a5a6daf8eed8aacd68dd39976bbd44a93af5e5d0d76d97f5d098ce9ae6ee650','ee4ff6da691d526aa6289d52b8e2058a85765797126025875bdae67f3d851561',NULL,NULL,0); -INSERT INTO blocks VALUES(310592,'d6adfd9b31ef935e54670c6335145a3b7f57b14f7c028c2467d352e1c5fd4cc3',310592000,'cc47d87f2ee4d9e38d6fe9144815a9457e815cddb62e15432e69d4c6a61d64a8','c952759d8f6616bf1ddb1f987f34743f6b09f2f9ad8e8d8efe4ae9c9a32be1da','ea3413cd4073d462905dde9e8173f641139e61ff110311038613b74cfb78eb9a',NULL,NULL,0); -INSERT INTO blocks VALUES(310593,'97931b3dd08a38f192b673f46ada9365fcbca0b1f63a0a5989f6861062f9c22b',310593000,'281d55efd1d17a0ea8e61f6e71b4e5e03589c56950bf22ee05f34ccea47efeac','134263a2ae2b80bb58e325f7fb84751c3224a9b4b44b3007b97db02f71b806e6','3ef6ee2c88a3bf8d2fc772a5466b797a82335fe371fec09d6e52c63987525a0b',NULL,NULL,0); -INSERT INTO blocks VALUES(310594,'f8146455e4841830c1bc2265c8f4c8972fbe46a1db89dc0dbf804d1a10bd9015',310594000,'456576f4773f5dbfbe9026e46a631282fe2b3a9721545f8999a572e8e03460c7','952ebb2b0c23ab41dc801ee9c905e108008fa446d32406d2859ef9842d5f33c6','8a72c5596b7941a5a5b527ee7657575b4e30d3ae07b901a4890d0ec558fbfd12',NULL,NULL,0); -INSERT INTO blocks VALUES(310595,'0402e45e9adfbb711dcc3a959e07fb2b15082cd724943cb323892cd3a5ac9d66',310595000,'d8e86913b170d3397d1a43e74480259a4e0bd15166fb775c10784df3e9306fd6','7146b6d06361698454b348babb549f0dfad68d854bcdb36497364c46c9f38805','34bdf3621c3bdc5bbebcf2401e61bf0bbcf636a7cba046832cbdb943d8c84978',NULL,NULL,0); -INSERT INTO blocks VALUES(310596,'1dd4393d2ce505ecff715945e55c1bac040fae5758202c1bdd9c8f67c4d3f688',310596000,'6a844171ef147e80140a7536dd6172744173a3a6b57dbe04ea53f8a1830088af','8ca4c177876d7993ff29d824f884dfe9fe185912b53a52f21b38c696b9974406','f24dffecd338e84e88c78400cf6a87619db43ac967d47c85f0ef93bfca5a5133',NULL,NULL,0); -INSERT INTO blocks VALUES(310597,'490dd65dd932906cc5da68c8b37dcd2827a261db1f32c622aa33ceb6000a79dd',310597000,'86cd60817de901fae021ea2e21f197c27f482eb9cf022ada75e56831002df9dd','64a95a28ef3a0104b4ce8f8aea21ab1168114bf95ea720dba97c8933c4c68c50','5ca7141432dbd6af03852ce58e8845e4e65e9f74f205c3987b287c82cc6b260b',NULL,NULL,0); -INSERT INTO blocks VALUES(310598,'8265b2da5687b7848f740cbbffabc564923b47242e3d64bd058724969323f44a',310598000,'df2f6f05d8c697050096e9e9b17d2c3710da246b9d659f96af6d47cf940442a9','4fbd933528819ab3c7788ae7292184e8f756d17660baff7785301defc6c20d6a','4995f3017de3cdc3376ac65dfc8ce3582d6a598f8496765bae78e61e518d01a5',NULL,NULL,0); -INSERT INTO blocks VALUES(310599,'71c5bf880161d3c13b2fb887d3d034ffd62ce1962ad91036b75241025baedeb8',310599000,'690a98a9c3a835f7383124a4a171e58b7a1f17332b5b66d7be095dfb99636e84','99351227ea2c5e09019fa29e9282ee8e03cd01d1752755c36919dd5b9f92c429','91f7428d5657b8ca328a999b22514fbc5c7bb50e43eddf47d4f55a16559fa87b',NULL,NULL,0); -INSERT INTO blocks VALUES(310600,'f91274374a64d9fabc3b57d401524d00c7559e7277760df594bd856380b7743a',310600000,'9067cce032c8e080df48be0a1489479c346d7968f46250619ca64387dfd87001','7f0dbd6689ccc0894130428fce9bb17cd3efeae2e38893b721ab3d2a5724a796','9417093b82eaded2466e774921fe1d2625ade2b6ab821a9c01b420442b76a9be',NULL,NULL,0); -INSERT INTO blocks VALUES(310601,'7fe9c0f4363e78dda78e932fedab2043c79dbff404e542d13913f3cfe98509cd',310601000,'25d922d16e782dac0326e5b15f266eff4ccfa34a8778d1293e25db4e67feb516','7b7989d4fa031daf27bd9f46e349fa664449becbff534661fa5e7bfed1e93c82','9d7b5cfcec51845641bd1e08b70e3fe7cadb142ea9125414a6d2b6e1dcfc55d8',NULL,NULL,0); -INSERT INTO blocks VALUES(310602,'c7ef51e67a29cf83317e0ea235c1680749d256a9c0870e560560bd75de63efe2',310602000,'be5e3139d8586e393873fdd17b014929f3916d8a50c959bb75b6aea4db3b6f53','6f46558ca2023cf78c2a461f486d74e112fd2ec64c692516b5f5bf9d1a33b49c','96eabb8b8575fc8da0cac962493586e6d2e7b27eee95cdb5af54d3814be4bd3d',NULL,NULL,0); -INSERT INTO blocks VALUES(310603,'44ae66cad2a5f9beff6f9164db3055de3c1e953a3d37a73fa650c013d16ef05c',310603000,'2353cf09fe846b4166544cf95863258c5f89b432480f71ed08980c08511ce2c7','2873ba053ead1a405f94a9aadb0c7a8b3f6f2aea88b71095ff6b4f8a9e672714','329cb4bbf4af93a13925de048c09e988411458779bdbf49daa509d2fdfe03f54',NULL,NULL,0); -INSERT INTO blocks VALUES(310604,'36751b935b0c18b816f86d5a2ca16469a46ea41bf002abde994d15597ae9665f',310604000,'a9ba0c79327a97a9598073003ae66fc9a472ebedf31a5d4d3512629c59f6f952','d1baf5e62e3120e51633d9cf2e24a641912351a39ea588258ffcb9d43cd90ddc','f9a85e334bd3f86a48690bb8a72441df32e8ae80f861bda294ccf90b7658e4cf',NULL,NULL,0); -INSERT INTO blocks VALUES(310605,'ffa6edcb68ee2bcb93f121f0a1cb1012559f2e38752f45034b03deb8c8947aa9',310605000,'24939be5e74e777849d5ee446483c3667bb9762a2e6b04ccc32f46a13c0625d2','72c828430e880b7eac34b1e7616375a892d8d924bc2d447984b094091b810464','bc334f95006ab01549d4a461e814fac4865a723a2687b4844432efdfd3c27cfb',NULL,NULL,0); -INSERT INTO blocks VALUES(310606,'9f9e9673b0b0fcd2730c3fca4c241b6f506ac17f7768eb40ae1642614c4be93f',310606000,'77d7cd9e661d7b06c940254fdccef8ba463ec9e4bf07e1a47288aefb10862b62','c0727f185c8d3f39fd2d29829bde1f10a938bcd035906b7a6f9a58fbc125da7b','3b931ca480a3697c6607489cad76969d64a21d6207219288b654da00f6b4bd72',NULL,NULL,0); -INSERT INTO blocks VALUES(310607,'ea8eb241c2a5eefc21de5385132dee695fdd7a496679935c4de015a18c2a116d',310607000,'b9b9190c1f33d9ec9d3ef5ab16ab5ae3df37a10aacf44fa36d7d706c6a2dcf92','d9a6511fd4f1524b13ef62b6565099c0120a5a78e30d233e782e8ccaa59dadab','0c583c87f01a90bb0407652e4576c9d16ddabe7313c521361cd3d5ead4823700',NULL,NULL,0); -INSERT INTO blocks VALUES(310608,'ab7b08803f979b35074aee71ce1b0f68bf535632798ffb7c5c5483ef5a16f846',310608000,'6106df15c5efce0d238b69286531168e5fd935ec66efe5d99d7024f9a15f2612','325c7d3f52b8a41b966a74f9590ec180f0604c0bc1aed8c1d4d7b60f97955621','b7d5de12662a8d96f84d46157aba613b19529bd3db41a703b458d86f86753d48',NULL,NULL,0); -INSERT INTO blocks VALUES(310609,'83dabb41813634b8dd95b45762989c7a77492fc2ae38b5d0d098fd3fe9946455',310609000,'4cf1aca34358bd858420fddfa75964c6b8400b849d3a0b637baeb902e3d143f8','53e05d1f8de2051b590249c449c02881d8f98a4fef4c8cebc7f058766907d1d2','c03ee111979653d7e3fb74a9b79d8ad0ddc9ee0e1b3cfbedace91351b7e94c69',NULL,NULL,0); -INSERT INTO blocks VALUES(310610,'f1372a9d1069265cafe8a06fd5ed5493d7b45f2c2588c0eebf8960c7fb53b7b9',310610000,'75380e5aec9bb02a0fe134b9ac364bb3217d2faeb8f9ca8d3d045e145a8db004','d42cd49ba8d422666f6a837facdb242d45580b7a040f480e2d02b552a9cc4acb','56279b6a116ed94aa325310a427b44c0e02d85c16303b7dcebc159db1610dfac',NULL,NULL,0); -INSERT INTO blocks VALUES(310611,'6d88122546a07e75804a8c89225b63cdf5fa1a306b0eb720def88aa00d927d89',310611000,'61c6bf541cef555b6e807fefd0c1c4aecf62e35692ece1946effc8d0f0c5e4e7','a2264393db78be837babeb4cfad0892bb56aa969e753a26f5c7f171f7dcc58a0','4cf177826e14cbc54aaa11fad56c97b7232993809079b3c16d36d060ff17d2e8',NULL,NULL,0); -INSERT INTO blocks VALUES(310612,'08df9f68813183cf897db14100b9d6399678437338edc8578dd4998420a3c0fd',310612000,'a9c53f23b3766b394aca7fa4e0e2f4d7bc231f58acca5ec294f1100e51a07609','192dd744f9a0ae97790e6703435dc8e0b2c494253b086de0568836ae20532bec','7c464f28ee795280f365dd13a3bce6c4b4492fabd9c494d6b50e544bc6ee508d',NULL,NULL,0); -INSERT INTO blocks VALUES(310613,'c22021c5e4fd841a5f506df91ae88a4dd0b4edb5c98e6c5ab7ba9ddd8cd0cb53',310613000,'81f9a537145fb937f08947176a73d4655e4bfbc3b0a0c3d16584c9fe31864e93','2565e5c8c1b506aceedee56e7b5f9f75c41f343d380a89126b0a2c31f5c86fd4','5e48ac61a34ceb074dd3d1fa78e9fdfc71dc2c20c69daac9fdb99c8cbd699ad8',NULL,NULL,0); -INSERT INTO blocks VALUES(310614,'e20f3fc33885662db862e5f1aa53044b4136e0097e7919f071a0f802c9f9436b',310614000,'f3f90352f7d1b5e8d8301eb351ae038e27e3d8210a9a544d42c67147328532c0','7b230e7ff6d8ac1f26ab75056143a3d4304378270d31881b7557ae70a6c754e4','11c988ad42862771c810b7538e576562b3845270c4ac7bdb3eba14d8e54f0c61',NULL,NULL,0); -INSERT INTO blocks VALUES(310615,'fd437e201cc2338bd936bc84f7baba6d100332926bee80f785f9f7bba722c5dc',310615000,'88d0ebfa193bccacd5a6198fdb5544f7bcbae34d1c6a0b48415f481facfc2227','a03b1fb8d09d83f038680b716056361805ce89b7a7a9e6cefc4bddf07063b1a4','2e7e312f7c36a68e54cbf00e34fe52c9a76689b242aab166bd08ae1f1de77ab5',NULL,NULL,0); -INSERT INTO blocks VALUES(310616,'008b25e6dce1914cecb91055f1bf5d77bf0be6f98b89ff06bfa41c193a321d84',310616000,'78dc24332463f1a27e7849813451835eaef944276f5bdec1838c30a3dee453b5','2b151ee345b1de7bfe92981498405abb9db50907f5525df1cc3030d982baf2e9','b186d3af4f7ab5e3119e94e6a14e90d67ac3db11b2fc6b416088501dbd00af2c',NULL,NULL,0); -INSERT INTO blocks VALUES(310617,'cb54e04a81c8bce7eea1866cf83b3f3fc8d8332fbdb41b242cd0bc38ff243c29',310617000,'6f8ce24bb75ab6ffdaefdec9123489c2a7efc94a7e1733637fa668ed5f7aa740','4e2b72d4459ee3673fdc855bff9efe0c95de337ec77780c6ce84142895d40fe1','c8ac42c3470ec768d2f733b9f744cef710b367af9f37172079f0c63862c2d9e0',NULL,NULL,0); -INSERT INTO blocks VALUES(310618,'f9bbaec16de49df3e5ae9af5949a283789c143078a31ed80dd1c22e35d9ff70b',310618000,'2e0c8075d1d0248881c14b9c3f69ea7f011b6db18c84711bb07b7f68d0099a36','78f186296b451b2aa2be1ae39e87df9bd8eb11dcbde06ac9b6b5b3bba38c4432','2559136ae47c505d64ade70e01726d382e952225196ed6c00062f3e48d03de80',NULL,NULL,0); -INSERT INTO blocks VALUES(310619,'4c02eca877e9ed946d3b839c08717d48cfa08366f42f8bd9b84d60b20b34826d',310619000,'13e04c93557b86a637a5b7edee007fd30ff4f813d9a3b4299d503383daa94d4c','07be379248f9d4f83fecdae175a1e530110ef7f02b9a0656dc6772f3bf212bbf','6a5f77cc080258e89a39cf32371f38422a9923b72df0e597825eeb97f6f26cdf',NULL,NULL,0); -INSERT INTO blocks VALUES(310620,'98120d1d59fd5782e6aeaa785843b42351cc656f59ce10b76f7597202ab54519',310620000,'4a60f0fbbf4d6c5bc0d8ad98cd3f2ec3212d6bb606bd98d1dce345288275c3f6','f32d375eab7ab8e9c45f431aab01be2439bf2df00a627db39c2c11c2865e6c68','b93fb7ccd7b063d01d84d1b13101e4a61733cc55072c35ca0c8abd449d2fc985',NULL,NULL,0); -INSERT INTO blocks VALUES(310621,'1f1a7124acef608c0effa6d985dee5fb44a42035d310c390512519dcc004cf11',310621000,'785d1a4f88ab690182405388c765098212f522432e69a68ee5b7f471a8164d7e','61f152136a55a1c8c000d536f50b4c53fd0996e1794a80e9c1b40147069a9caf','c7acd8147e46c97ed2e55e6421d977f46f40a1a51613a95e0dcd35e6b9fc4261',NULL,NULL,0); -INSERT INTO blocks VALUES(310622,'3088fa55337f70b4b67b9ec09e4121f30df45211ce7fb248352437630298bc47',310622000,'ea74bf89453deec1c8d391185c8cdbfed0064a9e9b09948eed408d7b560b1982','b09eab6d5f874d31ae759122dad38111111d00f670e668828274286d10f85524','7261c3521e698a3a66b6163feff1e0813b84ce241a4dd4e1c684127dccfc735f',NULL,NULL,0); -INSERT INTO blocks VALUES(310623,'817efbc8f182833c8d19ef29a7b806d402f4fce3d76de1c099c3199b15520dad',310623000,'c969c1ab67b3b338989e35568c4fba6bee0278a6fb1fefd9995fe55d316e6843','2e9aa32554fc9ba2813195a611ff2a1ae9464f8225931412ec9db770a54bf9b7','46f08621deb169eae3516a824d97dc56626ffe6f86005acc8f2ffae1e150060b',NULL,NULL,0); -INSERT INTO blocks VALUES(310624,'3c0ee9ad535b3b4a202367fcf45861eddf7dda7021af3565863f3358666e3cf4',310624000,'4b3014e7daf07e12ce4f59d0136f75425cf81c46d68c224edee560bdf32c4413','55f617732b7b76a0635e7d1975881afaa314d0aed2a3f335a79775a4076a5505','32df285ce803e3be83152de2947105a19f612e9862154c3e5950c22b818b993d',NULL,NULL,0); -INSERT INTO blocks VALUES(310625,'bc28b31c2032623bb295cdf38d7b4ffcfd20d96c95301122d18463d54c6c11ba',310625000,'c29903b73d4ce5fae6c20af6dac989ee532d57945f4d286c1552ebbe4829e514','3bb99f09fff4af95e566a3ac3373287b056ea5b545d9e166e46f335ea0c5c6e1','04af803fdd11643f4a0257ffa19338bf9e3909384a1e3385d261e187a4177147',NULL,NULL,0); -INSERT INTO blocks VALUES(310626,'b6c172768d20d9c97cff56f083d61920e1ea39a93c7c09afff3767858eab950d',310626000,'be056a10dfbaac7a217e7f30c5e60f5bac78aea92a16417ca2921d7f3b41e97f','9a1652a5d4724e13e989ddaf79321c684d8f965611ec1f9647f778514f070c02','da06453bb078b6dd259462f1d118c466a21b68fe676226506d249177b058c340',NULL,NULL,0); -INSERT INTO blocks VALUES(310627,'828a91a4b44acfe311e116569ab6856dc528b52ded683df95d390bef4e6c115f',310627000,'b410bb813654419d23348e4bfcf5ddf41a673358a6a973fc57e3816347bccc8a','3972379962afb9662ba4575c95a5199e86c0c0bc2dbe22e6eb085bf7ba3fc746','be7835c1b5c60387305f437418225c4862ae327240c9d416f2384f22ceef91da',NULL,NULL,0); -INSERT INTO blocks VALUES(310628,'f319b382302b18f1bb20205e85c8f938bbf2c643101aa1db30985d36f707494e',310628000,'5ad3e05ff5f93a90818ff1d4ffb39b8476e2e8c6ca60e88c27f92319d41d8725','87da2abc9c597cb51b2aa237eafb6bc103f9ace5c9a4d96c4018ce8d68881145','a4ff93a88fc3a0b9f971a73a4944524b6a35edaa0c33b1ab4150f7b6711dd2ff',NULL,NULL,0); -INSERT INTO blocks VALUES(310629,'254b0cb0f311451dff00741a8a1d083190d1bb2300029219c26fae1e37ef3a20',310629000,'9c5a977c46b99326a92caa9d112b871dcb7160e2c73abfd4a8ed015330a2d032','ca03c36b8dd4b0efdbcac4cec78f0d5ddd939e4cb357c31bde355b87dfbb4b95','8ad4a34b8bc70753dbdc664411a9f0dd0fe8c58b9a085922034d8c2f6beb702c',NULL,NULL,0); -INSERT INTO blocks VALUES(310630,'09122d8e8e5b1e1f6cb5a16b7f0149afb37aa0c9c6a04a9288198854b43b6fde',310630000,'d8fc4c7024781f7f0e4925c28c2eba5c12917e3c69375b286148993c7bc3bbcd','d50d9f93174debc774a0a966a63099af1c515ffc31d992a18c0aa39a9a698f38','770a0148c333b2e91b7f8895b985c83ea0abb04dd4f3da784ef4d6ee8554b754',NULL,NULL,0); -INSERT INTO blocks VALUES(310631,'b13cf136f0c15602dacf7625e6edb4a66ef804084424c1a01e7c2a2a512619be',310631000,'c12ab1abd6ade6e559de7801c009ee5862e04e5a84b4b28f012b167a4d70c68b','4009c2ae7bf5f5415e72bee5c99644e7d4dc760d020929544e71d96ae4c949c2','45f36c7e6e29bfaa27dffb7dcc8624f48dd64c7753f5abed6f30e40577540641',NULL,NULL,0); -INSERT INTO blocks VALUES(310632,'79c10009cf92db94ffc72c6475c65116df5e13d1d31d15462bf6af255857cde1',310632000,'03170891d13e894608eb5d74f6134253b910605d4f763807e538bf1817cdb232','3e14c67f6b7cb1004e55353c86ce60b2817646465f0815b5f2f93a75a426d040','e2add6faed921995a6664f07cb5325ee51bdd01ae62f2c26bf47e705deb39d15',NULL,NULL,0); -INSERT INTO blocks VALUES(310633,'e0704c45ceb7db9ddbd7470f41978d6e413d586afc9dfbf8c7726f4ad8eb95f1',310633000,'77f4e7710ac39bb4686c59eea34ceb696079acb46a8620544e427e2e814949b8','b4ff44ae5da9ab8269472175d3f9d735eb6a7e7a6bfe67e198b50d955b603fda','e60f3b509e5b474573bec0e17f73545f7e364e737d5a6ee0cd74adbf73e25d9f',NULL,NULL,0); -INSERT INTO blocks VALUES(310634,'c4c66e703e975a6dc90beec42a4fa8de7df296340b408159caf4e7a8193b48af',310634000,'a31473dfec4fb8d1659024b3b627715c68e7635396dd90c184f66debdff35ed9','a9be49ffad351ffd51bd7a3c11be9596f69919dc206a2957a5e8209163b1344a','12800228b99bf4ab821dace6f17e66b9ed1f0c0f5e616704ad08fc211a8f03d0',NULL,NULL,0); -INSERT INTO blocks VALUES(310635,'8c172e08259774a0d6cf10df2c807f635c37a1d8da2696f2c5dc0b228626004e',310635000,'7f80269260ab4371585202d03b9c56bde5ab731e731a4f5c58f453f3057f637e','df288e295dfc5fdff7119b42a62eec5ff4f0576bbc1b3a4c6624de59a755f102','214a6c13969deddd3ae57400953d53f2f6ddb89f6905772f9adc14a2fcf396ca',NULL,NULL,0); -INSERT INTO blocks VALUES(310636,'ec48849cd07e997c0ce999c735ccb1439f4a2f59191913f0823a89802d02bc31',310636000,'b6bc49e7852f6017b024ca0bdac9257e0f63109216cf00cfaf7110ca1891f5f6','b984adbd3d608c92dbd931c9fb3da5f33f2322ce78a810ec2e278c45f62a46dd','9b3bca0a6f0d59aab7c57979cc5e2602e1b78c174eee9c337e6a3f0f95f71c38',NULL,NULL,0); -INSERT INTO blocks VALUES(310637,'d38ce45ebe349abe87390200f781f8059bf95b76b82e5fc210f3fb2d47543336',310637000,'fb9be635d233ed088a81f6312d9650a8659b5c0d52a815b0f0585293092a14fb','866504bc7ebf4a3fa68a8f94dff240d27d27462f2c10db6938877ae9b7fb5009','c0a9d0c4bcd173ca96bfe895e05dc37d0aed3984ba0d587cbf791b48f7f0c73c',NULL,NULL,0); -INSERT INTO blocks VALUES(310638,'672a9e105a3845ad58c393548dcc662a80af17ef0884a4894023f4685302577b',310638000,'3ac47fe08bcd6b16eed00fe5ed2facd3eaecf50f36d33688f197c5c301eee30c','94ecdc4de9361563c25d6d0faa000607c33e65efe2e98c1b8e0acbb27bae21ba','1ea6c91d0602391ea8aee9389abe4d5666ed7908b94e6d4ca9269c07b0d1d2d6',NULL,NULL,0); -INSERT INTO blocks VALUES(310639,'d9f5ba015ed8b2eac57c5cca45f9dc1ab54f56632c3a256220c352710d417f1b',310639000,'b9dc4ba1d33b9e158c6b82f825748d28403f4c8c01f1362e859b7f2f696f586c','535730de468af921ec665b48aac918582ca4b84cf2a4daca0f56392793c4c3b5','7454e8382d05be00cdb9f9dd14145f19da1b3d05492bc271317d54aa63450d95',NULL,NULL,0); -INSERT INTO blocks VALUES(310640,'474facfd45196931f0bdcf43ed1bc8a7ea14da7e67996a4cc6dc2d6e2b64af59',310640000,'be8b3bcb08364da2ab39827a0d02173c8a6a46da9480b2736d992e90008b8d9c','9cf03f02670340fc980745fbbf4f1e8fc0737a9bf4c771ed43014a1a06909e7c','e271779fbb4fad341dfda30973147f35a5a8c8231e57fba452ad93caa64d0fdd',NULL,NULL,0); -INSERT INTO blocks VALUES(310641,'02d51592ca3541de38547d4b744cef9c480551456c7cae745ebb9d55d754096b',310641000,'8e3e879044b5ad0ee409dd84ca9c07ea523484a3074822396bafbf449580c2d8','bc0c21aaa488ed44b152205d533dd519f13ccaf45b924acb3b6943057bcc1c75','d5dd02ef2424d906a1c9e8b734f94de67d018b0266ff1fcdadb3fc5881ae555a',NULL,NULL,0); -INSERT INTO blocks VALUES(310642,'cb6395d551dceafae515cfa3081473654eb0ee78b79242f6f1d6e5192c116ecd',310642000,'04e2dd3cbd7fa5aa973db5a1caa536ae26b385b236f71b4aaf59f230cf0b9d44','24d2eebe72806bdccaa30e2a4f30e477011d2a9066a71f6965391f96c4e6b63c','5a9de42d564d50c1d82876bc19f6f527bc6c49e90d28ad8b672707767e08cfb9',NULL,NULL,0); -INSERT INTO blocks VALUES(310643,'b44200d5717e8bafb56daaba83f0b64c24b122aa18d3035cdb1cbab7c473182b',310643000,'b7e53c4f80c0e70a0804a9e1ab3649929e914ed111c0998010e78f97adb8b740','f2e7d9870f3172cda01305c9179874ec4a74d1cf36bdb51f1895baaf6448d002','79147df94c368548be71cf3e2b6bb83d5597daf29ed70107e911fc56f74bc32a',NULL,NULL,0); -INSERT INTO blocks VALUES(310644,'f72c01f09a2f76629efa4f7244703a82e82bda4e9aa4f032025e84a86788c672',310644000,'f1a26ebe4528f04820f98944a5f54cf0211f3a450358e1a4574903bcb104536c','4da5bc21245c5556b392c79e7e42e3af86d21ff33a06d44f2b16e97c52e51295','28245e7826289a740873c360771a3d7a4f3664302229eaa9a49fee77b7e9d42a',NULL,NULL,0); -INSERT INTO blocks VALUES(310645,'f2a2ff3c7036d5a66de602a075aab3343bd9f6027215a79d451967773bfa29a3',310645000,'8ee7cd3754ba2f85467916a695eb2823a89c17bd36707b2f74d5fe489ec39d35','2d81253d8673ddeebeb48c42b400007c090a6ba5f6f71ca5dd0b2d8299026a40','897c96bca8e25db3025fac02e8e6d1460416cfe7933b552a3633e6698e6e37b0',NULL,NULL,0); -INSERT INTO blocks VALUES(310646,'839ef2ee85d2edc27b4257e50c667b3d0ebb254ada269d6f9bb07e076eb0d494',310646000,'a93684aea4d0b8177a008a7530f1c5a76aa3a6e0cd5f426fd04562eeed18edfb','fa576ee3aed499d0a1bb3a5aec51f5bb08223d3d2e03bf3043ed5a667b103a3b','2d8d76db5f2fe164209b1f6667bbecae78cc47d58fabe342319656134c92580f',NULL,NULL,0); -INSERT INTO blocks VALUES(310647,'8c3fc73a2be40301b82885028a4058923a5849d86cdd0bcf101e615965f0b86d',310647000,'f78e363f21bd326d12513b86ca5bf45412f33a70b140447da87787be0a39c898','1e37b3970e04cdf0abd2871cfb6ba80960263c90c16b9dd588a3a8cb02feed8f','a3e765baedb9e723a5354ff91886df70f363dfd419941c1ec4cf305f51200558',NULL,NULL,0); -INSERT INTO blocks VALUES(310648,'8b4b7bd45340942fff7a74b02e2d77f59943a5855e79566ac8f6053b0cf4e14f',310648000,'94d14b919e8df7f7a2503baa1ccce1ee54a3f2629288f7e2a54ff23055622eca','b1d9ceb672cb247fdc2309432c4c12d318b5a26ff2229f5fe2597748db1a06cf','65f567b5801e27198408a3d710ebad44b4458d44cfca7a40863a57d521fa2f38',NULL,NULL,0); -INSERT INTO blocks VALUES(310649,'6a5587f8dbe5daf750e6af8ce8d13747c2354e4a83073aeb31eda11e0d5490fb',310649000,'c95bed50e39dc26ec619b22ffcbd6d169f12c46cb58249f5609c200c49584575','7779a8f0008ffa9ee4eb279b471d63bc4d84fcbb86a438a008db27323a210492','c9a03634ebc291394260338b8e3c29d51304c1bdb0b99a7c461f84e048bd5f35',NULL,NULL,0); -INSERT INTO blocks VALUES(310650,'630772e16127da5b34945d5d2fe6a95a7e0addda3f7ed03aaca0d63526957ac0',310650000,'60a763c963d90886938a2bc1a9e16a8a5fdaae245ca16bedab36852134ccbd1c','22d7c9472d4e38d4981457a81ba077a99946dda33c8ae49909197ac6d68d5a43','24c7bbde16c05b7baf20110362f102c8ef8ecb92f4ba9181b1d037db96b8b2ad',NULL,NULL,0); -INSERT INTO blocks VALUES(310651,'abb2d29793c975ba98b914638ffec5642e03424b64c8c949529392de66eaad22',310651000,'75150fbe2fec5eced262f6f6f049ea1056e2e7fe783d8c16d1147d19135c385d','4aa6dc80d2afc9595f628c59697d4d590b2feb7b0a80bf6d55ccf73cfd6a8fb7','97bd70ff3c0a1e219e1f12d9a46b1be046924e896792fa968d42617f416c4bc3',NULL,NULL,0); -INSERT INTO blocks VALUES(310652,'5be0bb5cf3210dbdb37899c13ada53194619fdb844a06788f47cea6ff3f51cb6',310652000,'bfa94e7f142250e47a9fcc8378b50d857fe8bb5730a456f2030322df7eb343da','8c0f93d5adcb5ae68c9ddf7142bd06df5dc2f6eab08c73d377f0388edcb20aa2','7134ce156e62f6aab6871866cb79e46b89e27ae42a1346a846ea7770ba0a95c5',NULL,NULL,0); -INSERT INTO blocks VALUES(310653,'149b18c77b473184140e2c0a5e890da6beb9d29bfba1e229840836d6a6734bd0',310653000,'10fae07894dc8ca060b7a424ed07e1d6b82feba8ac401fcaa441b36114ff3a3d','cdea255f0aa36ee6ceba5f33838a634c1ecfd1b09da9d8c02cf9661b57ced570','cc41f31b1c4f2e8b7a238164dd05bbbb065b30fe7a6cd3ed1ab5eec23f2b3a9e',NULL,NULL,0); -INSERT INTO blocks VALUES(310654,'829af363584fee40e5e59ce6bcb5c5ceef386d56a7fa1fc8e5f2b26a1c546569',310654000,'0fbf0b9dae7a4e5ebce6ae53e143ea82acf9063bac539eea2164661066465055','680745239f654a45bf7f193af5c4932bdb693046f1d1578795a343ae3af87f08','2921e688694bb8be4ba3d547fa3eefaecb4e7076a35780c6312f9eb2995d6892',NULL,NULL,0); -INSERT INTO blocks VALUES(310655,'c0c926058eaf668c26bcb906b00085046ee3a492e66078a2fb04af6712139e55',310655000,'d0cfe76a174a3e51cb71c8fcd7e24a5fd82a5b5ec90ea2323805cf203eb8bc09','6c65658831a0285733e11bf6cb7c4cd7c57191ddb08f926ad89e64ed2934c280','9e8f53e0eb145abd3e3b948c5a5b81c0fa6f73bc86a2e00083ce508538030803',NULL,NULL,0); -INSERT INTO blocks VALUES(310656,'5d4c1fc1c92272963ac4b686279ea88fa683be164414c74c87890407001c394b',310656000,'370d05d099f60864284c17b0ec4ce4cad792a564ca17730b788182cc1657d299','c9d0d0859f3187ef891643c19aa7635cb8da029d24f3b1773669919c0a160d4a','632f12f76381f547af12dc099a5dda771c942f139f38631b230865bbb7459a87',NULL,NULL,0); -INSERT INTO blocks VALUES(310657,'e8d3bd7181ac043c3086f9743d212dafb71a65adfddd813ca8b973158a3fcd26',310657000,'b5ea3b5825c6ca6f1da1700405ac18f400aeb2381c5b61703a80627411884f30','619999a441bda0cf4c20924a11a5a0cdb186a16338b4233b9eb2bd3ff701bee6','2c48196a96cd40d787daea280a7593291ef874b7de37ee60a49355cf4a229b7b',NULL,NULL,0); -INSERT INTO blocks VALUES(310658,'579c711806538368d38e9337a1459885e9fba0ff1cd335d6bb77ce125bd4f501',310658000,'b21e5eadb3c00cc0413da1c9b272fbbcae96a271598852148968f900c4fd4f51','d45266037c0817e6346f37c12a246d14aa5b7821b377ce283ff69aef9e41e007','616912194721dfdada0b65775d3fd625587b738ef1a2a8b16fc6acd7ce52a36b',NULL,NULL,0); -INSERT INTO blocks VALUES(310659,'e2916f0a41778f5954dca70fe4a11caa7e06e14fd1f0add437278559bc5fca5f',310659000,'4d65eaebd925803121e3381c9b6b5f358fa14f036707c310614f92df3071183a','2eb7fbbb50bfe9bef73e1c61bf35235c2b1747d1a58f88915dfc83678a85a039','650532c8815baf657e5d08aff8d4d2bdb456ccb3e781d1afe76dfef292c7f4f2',NULL,NULL,0); -INSERT INTO blocks VALUES(310660,'d09a066cc0cd3672576b8e02733dbb32ddc2ec35d07104edb1c56ba9f2b85c7d',310660000,'8c0fec6c31820e12e92a9be814a0864530ffc01caaa72cd15536d70d0f8225db','5aa16b7a4be1b2a22ac6fc9a84cd8a009ca1f5f13c41ab627fc51e828a190bbd','58d284c908ae886dd0b35e98e64a81dfffc7aebde0b6f01e6995db22b9a8a7b8',NULL,NULL,0); -INSERT INTO blocks VALUES(310661,'badefa122129d97ce33ff699b6c63f854cc2ac11e02fde9fa589621d1201ee89',310661000,'bfc63682a5acbae95d8c8c8af56cdc80f7ac4252be8117df4457fdce678f9d94','12f7058df0095fec74c4e2a93c07cd18c79a1c4367d036e24d69c4321fba42ac','72f2b57f9605e73b138b5c85ef4fb7482e53fd85007e1906f1e3411e67ae0104',NULL,NULL,0); -INSERT INTO blocks VALUES(310662,'952fd50a82984ca0b86bd2603400525f8658e33b0aff521cbdc0343e0de2c3fb',310662000,'d995b825b3095462095aa07f204ee8bd02bee7f0021757e0b9acba0aa89a37e7','d5e5ed306ce5d49d1ac97966dcf12a60c475f0957039b782476e871bcab34773','e5565c077a1a333e2eb14f788a4c877f534a07822d2bf58dc3cc77da56c190f6',NULL,NULL,0); -INSERT INTO blocks VALUES(310663,'7625249e17d88bd2a50e81ae7ffce70b7ee4f712eee316fc67afe1c47c4a4028',310663000,'40a21d7a31b702854f3830189ac21f31659f4ffc4665532113a3864caf6ac548','058d50396591b87dfcaaaa45d96eafb04a51bd1d70ee0811f4e3b0d83744479d','bc08f4b77c5d108841362f6b1034d8456b879642a830ff290666e757eee5a274',NULL,NULL,0); -INSERT INTO blocks VALUES(310664,'ff35b504ee3d48dc4a0ac8b688594d86947e2af92a3188bacfa38aef4dea8247',310664000,'75641c467acddfebc824a0313b0cb20fe75ae44babc63c684559b72365c80ce9','d36ec4418127c7ec49587e4450816eb1bb4de701c021d94b18a9969fea596b19','0f19fec41b1a284a2e1442285bbc37d2cb7c345e819d16bbb88a4315c230fe29',NULL,NULL,0); -INSERT INTO blocks VALUES(310665,'8aea5e0436d15a44620d181ee03d789e5bec0aa9c84384919ef35c7ac78999c8',310665000,'19125e78aedfeeab7cec8532795eaca3219d631cad43b474451faea61a262d02','b8e4a903768e6b9ec05a7e22543eceda9d1e558c9619646d7dab94b9261e17df','e66e1e4d46398c605ce368f45e3dd66e1cf8cd36b0d5121061b6978f41990179',NULL,NULL,0); -INSERT INTO blocks VALUES(310666,'de934d6e2642ccb581002ee650ebe76b2c88e2facd253b73c45b964dcf469c52',310666000,'b4086ebbbb1ad338c2d41a4f515acdd6991b9128936b170a6c7cfd1c199200cf','4695fdf48da4917fbea7bf400cb1dfd3a7d9aba4b411aa6a28b5052527510313','18a0d9f7fcc1eb8798180dfd61883ff7534884ecef65c801bc04614bdcfdf874',NULL,NULL,0); -INSERT INTO blocks VALUES(310667,'c8037bf10c1bdb21df72a9a90db87b11c967d6ae81c5f132ce8e42b1ca888f83',310667000,'002ea3e07d91ba9fd59edccd6ce543ac0c80f3eade4fd9ac6ffe5c470b32ca35','8dc78eef0652f4f3c51281c8ee97b097f9317b7e34370eb630955a83d54b7875','cf19f34ac99e0084024e83f4247627754d735f5ceebbf006fdb8e232ac909ff3',NULL,NULL,0); -INSERT INTO blocks VALUES(310668,'699ae965398fbe98ccbf01384e3ac32d2f778e21998302827010869199aaaf27',310668000,'8a7951661175cabfc9c5ec98c84398c69a18b0cc90dc2eadbb4a47217f204d17','d43c3172d1665f58f17630519f9a72aa3eed1915be5f002e7ae80c02a2f10eee','bc0f79aac134c5dc4d3a26a6dbac6ccf8c388d9f6f50b54698e201f12beb5868',NULL,NULL,0); -INSERT INTO blocks VALUES(310669,'c02a1ff18678c02e906a81ee20511b34be69a577651a763cb7ace89f7b04aa1f',310669000,'dfda3ea8a3f6b347fa5aaa711facf53d66f4b59b34fe8310d52511b06c5aa90a','ce33926f42490f8f818b92dc62637ac54bcbececa5a11a990796b90771644126','795e9c1172dbcc9ea717c4ad00ac44dd4c8b68a204740da6130b65b6b84acba0',NULL,NULL,0); -INSERT INTO blocks VALUES(310670,'9c043e45204b5463d8138e24b46b57b486f07c264dbd6b09356a75ce15319944',310670000,'1ab7c81c38eb3bc2f757e232d9235ba8f3b3c775249a31f81b64ea5b744bc446','35c12d3cdfb2f7d3c2f86cef5d1f2218245ee737649c1f1f055de7ff579c5a03','0082132e571fe2fdeb1681c609d99dad7cb58ec49c167d5d761ed14e1d1811c6',NULL,NULL,0); -INSERT INTO blocks VALUES(310671,'4c6fa9744f58b8804901b138d7e65070d8339b557a22ed61b4511a401fc90522',310671000,'df56206da793ee3d5a62d8b8204f19b58bd571defa817c5a755942d23984406d','3d3cebb865c78d28f9a5dbc8d972bf3e4dee3957f4b1eacd6830747bd3ea8cf0','e6744f3d1fd8223ebcece11a452bf3b0aec9c479101311fef444b922d7d5b560',NULL,NULL,0); -INSERT INTO blocks VALUES(310672,'491314bee5881d93a5e646d2e911b30fe6b43f0cb7458811f7d9679b2f7074aa',310672000,'1300e495aa348e8955ebc0d1060fcb0fea24197d400304aed07ebbb37f3fff0d','897158d5c9c816a35219345773f476879b3b840ac8e95306d37ee7b3f9b62fa9','117467d15069248e19a7b015c0c4f3816558a71804814f9b8c2c693e1175a0a5',NULL,NULL,0); -INSERT INTO blocks VALUES(310673,'03ae6af5afe6e7949bcf4039e122a60c97baf807e7b24bbf95881e0797b9e2c5',310673000,'80afea7b225a6056f9e93264a4b60bff6150aa41fb06dbdd127834fe7c41e5fa','5b957e21e55a45ba8824e43d814efe3d98e3bbcf5a5ea27085782101c0c51555','ef15b3355704305e20d77bae2c716e7427427e8e69c81224feb6db818df7c004',NULL,NULL,0); -INSERT INTO blocks VALUES(310674,'9e8b0b0ff1bb6fb1c88c7fb75f560e41f4d1e72c890c49a4c794db3508bb193c',310674000,'7a904b662a12891224a26684d2374306a17d12948494cfc2833979083484a9f8','d5f84d36c3d5ede129a9456688157edbe3d323d0c332ec962db5b7a736ba61e8','4af4dea0ae77d1b9382012434903b372f48bd78d5a588adce4445ead028ddcf5',NULL,NULL,0); -INSERT INTO blocks VALUES(310675,'e84ef8d1cb7d22c4aa9c1d7b7570d6e14c6cdb84e00593a13f5d64a4313c2e21',310675000,'73f475db79e082ad33f59135260a81af04c66b1afa05d5faff982edc5c833e62','c69ab7da8f6ed61d342c31ca7e50fdc09d9d89f19e1e27676601dce3e312eb26','d7c19ad4ca0d2e1706fc2b13266e6e8cd35c7f1caea9a604585cd077ea454c16',NULL,NULL,0); -INSERT INTO blocks VALUES(310676,'312bbdd1f53a4cfe3fa9c89f4c74b63972466bf2478c434fe7ae775ea3fcfcc1',310676000,'fe609333c29d872aeb9a2b7a30b02cfc5ad47f581f360e385926e62ed5e35c7a','1fb2979c0514308f0e907fa6588e905449eb740c853fd8d0be5bacc93782dbac','2b677ef6d38c3c64237addaf740006c35845e929311aba18b4ab8295888bc02d',NULL,NULL,0); -INSERT INTO blocks VALUES(310677,'4b8f11d65385b9ccb23688a124ff536f164014fca6c7d090e6e873acb3e5843a',310677000,'37c0e6f0723cf44303736e01242f5e98acac4d49c3804957a060710b2304a7b8','2600501783ec4a8999a8a177f2675fa0b639ecd04003f4f629252145b47905cf','906170f71d3b367bccfc2c590b249a639829ae71e0d1c5deb3815ebb91c7defa',NULL,NULL,0); -INSERT INTO blocks VALUES(310678,'d9bec9099ab0e267783576ac0d03cb1eeec78a0d892f30843f802d6740bef21c',310678000,'e3121b1b293875664571808b4157d6a25753a9009ac3fd6ae115a641d535f141','09ce0b5a21363cb3d8d862e0610b481dfe4ec61e4fdcb6d45a9879e687f9ad6f','d206fff68562c2b661e6626a77b9a1db5df763e599fde26fdd5c7b74ec8633e5',NULL,NULL,0); -INSERT INTO blocks VALUES(310679,'be81f07096cb9815706aa9ddfd6f3765371e83b38576ab135204a632b963e69b',310679000,'31e3ed8ed6830e198c02873357b1b86a5f7d034710d6d67121246b354ce01c0f','5348277e5bf4da81114fe113360bcf8f078d8501ea27fb0e9424e056e42092bc','092bdab09d8684a393678bf5d571bb4e8fcb245d6d2471870ab68eb270c4682e',NULL,NULL,0); -INSERT INTO blocks VALUES(310680,'239326ce9ae5b46aa361ba49843329b17d5b8145a8c5701e7e482e20736cf9d8',310680000,'babdd735e0b8176a2fd4b30c00f207e072beee68acb33f382d7be7ca49ddf01b','da8cf9523e0b98162d494aed02e2b6864aae2f7a2fba8fca63cc61c531a6a501','51ff6c347912aaede62b529529f01c232ec11e2852b99dd5cf81c63c1f16a2ab',NULL,NULL,0); -INSERT INTO blocks VALUES(310681,'0697e8d01967b24d7650c3ce1101c90e988a28afd894e1506505a00bf9e69f41',310681000,'691591b6f8fb8011eb76f503445c146f91f9a767895af28fbb6b8f371128c331','7c6b4c26e232185c3e32e0ab40195273d19160aaaaebccdbe53a3b6d653f9019','c405f82edb2ebf6a6bd5db58e1379aa6d12e96eeddce013aba209a66994c61a1',NULL,NULL,0); -INSERT INTO blocks VALUES(310682,'9bc8c24f8bbd03ae896235960d75749ae2f9f16525c933ca7f546fc04d334c55',310682000,'b5a75f28f1675c1d65e5c2eda601b00be193046f8d5455280ce7ce67f590d461','8f12bf46313d1ae3a20c0949de32984b5b652dfe4a9a0d0caa9ba63f137c698d','4485a177189669d07871b4c6c19c5fe47daee74351997b45de559afcde83adc8',NULL,NULL,0); -INSERT INTO blocks VALUES(310683,'ad6e6b13d5c058aadfae019decb3d2c154d538aa8753c9ada94db18e6d499511',310683000,'96b5e331cbeba83e0959fa7387125e9bda307b2b4d77519efe8fddd8a468a2d0','717f89b40f1b3d78ed147f5fda231c9184746ea64ddf1843d8703b8e161ac59f','737026fb5cc9d5fbc47bb7e79cf42d387ec88560a2206194d72f2b77dc921049',NULL,NULL,0); -INSERT INTO blocks VALUES(310684,'d0d985b69719bb289bc917742a603c3e7d9839d39ef9afdde4a8e0d0739835c9',310684000,'6d95a405af7dcdfb540e163761b56a827cebde6f067ab7a409b362aa17f86d4d','532a9c06e4da0b39f80ea32942414d4f46aa3c90846fec6ebce1e2ace5335563','eeb8507fd22bdd43c5648ffd8949c4e5f43726f58a6e36aa656ba647ba13bbd1',NULL,NULL,0); -INSERT INTO blocks VALUES(310685,'f5aec0f5dd7cad893104f7704e4a34304fd4e2620517e7f18e993d49ab1a98f8',310685000,'399273d936cfd79a23f2ca90a707f66910d34764c05d8bfb868cbb31334d8db1','209467a70e04929cd829a58797eba565cb6dfd14b5eb640dcf7b0dc84da71bc7','0cd32418c4598482f0742fcacb16f62381e257b0b30345c91a44371c13be4be3',NULL,NULL,0); -INSERT INTO blocks VALUES(310686,'a7466a4c47b167bec3720e7fd69772168d606e4edac7e44e55f411571cc603ca',310686000,'9b574b61cf3db517bf6c64d6c9f70006de362f2d4de76734f5ae936482b63374','4bfa5b1191cdfaf786e94d815cfa0baebf4b7129ab07f86ee9c3144779cf8f5f','15868b90313473cd306c914c4a199c635dcb01def5cd144bfb7ab170316a74e0',NULL,NULL,0); -INSERT INTO blocks VALUES(310687,'c33713cb462046341ff116655bdb0614ae7726888f57e6493fae63d5a06d7bb8',310687000,'22f1766a7dbeac8e8cdbc00bef46542b40fbb6984ddcd926eb06d76ba0839e04','62685228935b4818574c22e9175d6deab071b99573502c2dc592b075cd5b7005','914536c371b99aa4755b70142424bfaf3bec79fb51f7a5fda4b4cd1007b39e45',NULL,NULL,0); -INSERT INTO blocks VALUES(310688,'3e802519162b52001ff1cafc7892747054d50f03d642b09a1ab0dcfb9cdbf822',310688000,'baa4ac53fa5848e8cf27695658da8401e616ada94975d73f9f1bbbacec77e18b','16150b356af1864f141b8a9018f18cc01dfba4342eb8569e7d6cc813f247ff2e','acf81bd8c74dc8c135968c02e4d5413479d0d2f4e3adf6c01b31624f97a6824c',NULL,NULL,0); -INSERT INTO blocks VALUES(310689,'d400463f1c0388bfc6ab6deddb018144f6db53b604c549f1fbda8211de1755df',310689000,'e4791b468628263032d6604e89142b4611d37af0da10f5cea13d77549304f40f','6ddb7cfe4bf54eb87a12ef90c2cc6f83fee273dec525fd71d2046362740968cb','51b4eab0e31a46fea96f1e4fa81ace18b9c921b165792a3358a9cf2b78e54f9f',NULL,NULL,0); -INSERT INTO blocks VALUES(310690,'0beb7cc3cd4d229f7c538e98c1f8d9f10f00fc64d91a5acff5ef892e4af65462',310690000,'41054373d4269eacc2ca673d8db0daaee399b27fe59286d8a097d542e3f14279','c1477e7ebd99e38cb90902d6853e0196b1b0dee65a789e96028bd19ff3b3b704','270bf725aefe1a887415dab1473a3d3a37f0b5673c121f28c0c0712a3e3804f1',NULL,NULL,0); -INSERT INTO blocks VALUES(310691,'07253277584631d8dd356b4760c8802b1b3f74e39ee13584ee523e0d0fc50b6e',310691000,'0e8477a68905ba7a91a17f4067c061d340844a7f9554d01ebd932219e19dc5df','7b63154e2aa85ae70edac802299cc3b303a59e5d9d98c1a60f98e157d6deb484','c94a8e77676cf058e2bf1aeaab1835abef19336875a88b14323da8f4d67d8295',NULL,NULL,0); -INSERT INTO blocks VALUES(310692,'29f6baf3c618e1bcb16cc413890a0b2a458d05a2e60ccaba92fc83096846c932',310692000,'abd4a4de8d76df306fe91202471f04327dfff7330bdf86637732a895f3806b76','f1e1e7574fd7c15f59dba0bea95e871400653e9fc54d883efbcf310fb87036d6','1cff3c819a02894ac44cbe3281e0b7537f9d398600883dab6ac1be7f2f118e7f',NULL,NULL,0); -INSERT INTO blocks VALUES(310693,'c7520c5e5a5f19c4aa0859c399a1288c1c357d29a6a4446855bca61af38277e1',310693000,'98e8ce36ac3c00bafdd83f5acfdcb6a86865609e322e4c8404bafb7f4efeda21','17117cc4ed5853c20be0e97a264a94385bc20e4e19365d34c7d5ebe9a746ae5b','5664b571aa6a28001c38c0b780ca0432fe7ab8a91022f54ed11650ad1c937390',NULL,NULL,0); -INSERT INTO blocks VALUES(310694,'586e9f2ece2b1d03767d82fe988632d69a7827333860c58460abc7a5b9b396a0',310694000,'5b2559a37945f4174c2f651c9315ca9b9c274b40baf87a0e0890615459f7f437','cc78db8ff880deb043ca80285a482d558c829579b198fbb4ec33d35499c89f10','5d919183614aad26e054c6383c0ff5a07798a961aa6626aae4757fc7c6bd3de3',NULL,NULL,0); -INSERT INTO blocks VALUES(310695,'a1803237d72105847b97a31294e91e7374ff47bdbc4e374744a8754a41423538',310695000,'819360045a5f9ee7b2696a8b1cd2579371b25a43076e1f4731d948dcb7b14202','cc4e8152565916228bebeb034d239a8d7a921420a20403b98b8c9cfbae646beb','e4a2f9290dc6991c343e5043db7bb994ea2a435f38da572b2b9f9d28fb621981',NULL,NULL,0); -INSERT INTO blocks VALUES(310696,'7ac8080d89c8a8245703603c294c5df90a342bb4a325462e65827fd709ab0fa7',310696000,'d0a47afe3a6d2d2bf01e56643798c4a653d827046991571026345f44b34bac6f','1510f38f77e3400993a985c5b0e348cb9068c0ded5eeb2c4dc9ff0b6b5e50376','e8ad25b4555337e928db7ec628a1ad2e21da8aab2f2690094511ed62c19bae2c',NULL,NULL,0); -INSERT INTO blocks VALUES(310697,'4fcf90ea3f5b4f6c003475c22f583053b5f7b6e0ffe12341b0993ede4fa8f304',310697000,'995f4b278c55bf41f128a3dcc39a0389d4856e4aafab042c915eaaae536e40e2','88060fae502e50aee9fea21032e5655a6e77e65d289ba32302c70652400024c7','51c471840c413a11a067faeb1b50c59b8573619ddb00a292ef78f19d65d91f17',NULL,NULL,0); -INSERT INTO blocks VALUES(310698,'ab4521982489ec4c2011e8f374ab83f249eeee42f51009b1b5647b998d854c53',310698000,'f4f83f7b347792bb4c1336c694a08b2642717ebca900d9a0489bce1a2d994418','4512e4d49797db1713dd41784b0a38ef95c0a37386b2f1dfddffd16652ab1f13','cc4baefa20d58d453994e4c6bd1a0a43311b0f9b4d1c2cbb2d7df9036337b508',NULL,NULL,0); -INSERT INTO blocks VALUES(310699,'3f34102183af409ce39d0ebd3be002cc38e973a0b3492fc9c1e0dd5813941d1d',310699000,'5d0fa0f5c261642712f86c72055a7f19afe078a6c34e5538d77d85bb1b799a94','699935da2beafe8a13d0b6bafb2b7a9a57ca7a47c4cd352af9231b9c1313ff6b','bc88de98b0e951bebadedcacaafe35e734892fbfeb8d5b66e3e0169fce3875b3',NULL,NULL,0); -INSERT INTO blocks VALUES(310700,'4f928d25664bb6ac693dd70e408dedc257abcd4cfb1f7ab6fabd8970cb663fa5',310700000,'439c74d2a465996838179517ff57b2cc558d66848b857580be65319363846033','64d3d4ce91107031774de492adb7afb6b3d1e9e55fbc587c205a3fa0a36b6be6','0212186911ad4ea7fbefc4c515852074821504e7a29ea3bb7afe23f39b2ebc01',NULL,NULL,0); -INSERT INTO blocks VALUES(310701,'9e2377aa8ebc26294dce0ed34dc1a071c67505a0cea36e0bec20d9ab0997f6e1',310701000,'8bc0f9cfc1b75cdfd6e59f1d41c6b67b790a25a98b6240f7ff5df617f256cb00','c66db074cb4446477ac875d007c8a2145f4a95430cc144a305ee3e71fcdbd107','fb6814082e549565fd89ddb9f75131e919d8e98c590b846c9e3bc7ca9e062c05',NULL,NULL,0); -INSERT INTO blocks VALUES(310702,'69cb443673c221a8e157d61707d52cf980c87faf5c3b31a5850ff43be70883c8',310702000,'572bb86d600d33ec82edac9b1077ec7700d526cb25a69bc2bf2e10953f403e01','0ffd42fa9627a38e66bde8b0dc265ec25a6b44db75dbd5f05cb20d93fbbcb67f','8c2eb533ea3d236da9166624a02f0c554a6a8e590657c02c189d9be26b023244',NULL,NULL,0); -INSERT INTO blocks VALUES(310703,'b8b21ab596ed7ad84e449d098c04d86cbb6623c5e88af7772166882efbd91218',310703000,'94a62752f851c8ec439fbbd46fbd0bd0d75987fb22416187a48a70e6e9af308a','75ba50d1c638cfdfbbf050abe6646376e9a65e13bd56dce814de9959d6ba3ac1','123e9f97e5e6a126ca155b96af461923964732c8c35433dbaedc5ab21e07ba6c',NULL,NULL,0); +INSERT INTO blocks VALUES(310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'cf0ea1d313e22ba5f413075b88e07dffc5c00e59f95eeb6d6dec935bd77f5ae4','f06c23e6040a063ed59693baa0d63492dce64e1debc7455b22f5535c9dfbdc67','7f124b2ca50d1dbec63ed0deb85bb19119ae09032349641c02168805f7a6ce90',NULL,NULL,1); +INSERT INTO blocks VALUES(310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'11461f972c4cd85c87b5abfedb3cee589d09e945570d34564dcde6f4df9d2b57','ff8358e8c8b2cb9a1765deadb77bdfc6eae05a844831a0a8c8820d416d54446e','700aa44ecc607bf757d2a3e21e1a380ab0dbe59a840938c08ca7bd2f43fd43c6',NULL,NULL,1); +INSERT INTO blocks VALUES(310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'355d92f841de89a1d97c3b2ea7623959ea4494bb62ea7e67ad359beb68caca8c','b17176b511fdea4cd899cfaf83f2e12193a4c92d1b199f18f590eb4fed90fa25','97f230162e54cfe0ef1bbfc3f2d5621fffa94475ca36f38c91a234d5cda99558',NULL,NULL,1); +INSERT INTO blocks VALUES(310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'edcd7e344fb5cca16999f025594890b8b54543555e61eb3807406bb4204677f2','b6dffe5b8c1f483c3c20832d23dddd7b530afe7ac1f3f57f433da59d83b48f06','af123391034d913292d3dc7b0c7f123afb49401030c96956f958a826cc117d50',NULL,NULL,1); +INSERT INTO blocks VALUES(310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'abd71a31bc1f8a072761b23a5bc2976731ebdf305d1d7d33922e93573f308129','3da72b0c813432f47a3a70887dfd29350d270e9ebaca9875ed6304c91888e387','eabed5e878d17ba29fb73745af36c5022a25e09c99a9c64e31fb15afd4e9ce06',NULL,NULL,1); +INSERT INTO blocks VALUES(310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'0c3914f9676e506a96e6db793f15200ef33087cd47de4d27628849013a391daa','2d59f139907859f9108360f7fa4695101a6b5ef0b7dd0e56c2dd41641e58e9af','60cb4f82dd20617f23fea3cd2e50c22b9e86aa09dc13ba6d9f5adde505d073a7',NULL,NULL,1); +INSERT INTO blocks VALUES(310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'57ff5f34a9e418b179db9003414c5f3bdfa7feeb538f24071b23d024a3d05df0','a4a6fb433e6c49968fded16954502c472b0d21b74c6cce8d08c8c53c00f2781e','e5caa3b099e6f752fe84ccba6bcbeb3b4ba77eb806afdd6685d67d57cfd044c1',NULL,NULL,1); +INSERT INTO blocks VALUES(310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'bfed530458339aab02ff75ad76738569dc6997c7a35d4452351678b04e022f68','ce20264c332892b0a5e0c3e2d4b63d02c901fa2c3f8c5171b2896b50c82ea0af','dc8c7b977079747d76fb0a35e1c451eba1051aabadf35ce58260529a26abc4ad',NULL,NULL,1); +INSERT INTO blocks VALUES(310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'d4feec997754d11a1502e5351ed62fcfbfcafb770e19a37da41d1d88b7b45ed4','d25c9f48fbbe2010a62cad729d45b658a2caf9a7c9abc65a30e2a7fc47bc83e5','dce0a2dc7b9cadfcedb08fd2061a1695b57e5ff9f270fc33576488a46b8ab80e',NULL,NULL,1); +INSERT INTO blocks VALUES(310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'4ab5ff9e71bbc83956557fb5abec98372fa38e5580838fb258b2d831bfc4d9ea','173e769e0b4fa951ef0267c7e218f3a473d9a5857b0880d654a2181f244c92e2','eaf564214397cc142313064150a56c681b828b06f7c13ebf3831caacc41bc1c7',NULL,NULL,1); +INSERT INTO blocks VALUES(310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'1909ef40a24263776cb9e0d52a690048b50728855a0fe4b0e1ba3834a9e401c1','7d1ef03dad99c4bdf7a8e5af7209a136c8ac392922dd3afdbcc0446ea1f5f604','3111e5cbf8219a8c458ce8df6a3edc6a48407f92739a6bc97ed52ec82528600e',NULL,NULL,1); +INSERT INTO blocks VALUES(310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'c3d51a5f2df90c089844ba4de7d5541f6051490aa1389e5945a7bb91d49e3589','86ebe5be8b9443f411adcd49e7443a34941979c0c6bf40136a3b44193024abfc','4552f673b466e37fb3ee3fae53d0f796b7547dd9e55a51ad8914d255c34d96c9',NULL,NULL,1); +INSERT INTO blocks VALUES(310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'a9dc31556d38b118eeb0bcbb3a374a0ed79adec4eb23e00c80c0599ba97c9a7a','5a729b250068fe7b175a540b66a30326344514e357023184540ef97bae5e16e7','04d255a494665f030a907770104b77faec099af22dbaf4cb8e4cfc8710661efb',NULL,NULL,1); +INSERT INTO blocks VALUES(310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'e72be5070d0a5853631d902d334e8b88eddf6e79616373311babc4a0a27dd3d8','1294e3d0871b0c2297d9980ed46bfa3563b33b202b426949dadeeba7075b4bc7','9158b3ee01d7403ae4363a0dd323c610b89a5a99ad3bc89a4845d04b9c56ce8d',NULL,NULL,1); +INSERT INTO blocks VALUES(310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'cb0962222af917dbac2a11465c22cd80770c0b3cdb8bdc0870c99a8116745c9e','d5431af170b331497d8967969820632880473d06dae0d06fa7ffc93a0cb90180','15832b246a3089a88777af4771f68221a8e08ed2ab01c0f6da9577ee3412c346',NULL,NULL,1); +INSERT INTO blocks VALUES(310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'6ff899433f22546c41a15f20b4c66913c747931500fee10d58c4a17b9e2f0c88','b77c1d69b3ac7348e336cce9948f982efafa1cb56cbdde85fe9f49a73871ba3b','af90ae46c1376276bb097a76288011221e50b0d5917d3dc19fd7db1c42d54fef',NULL,NULL,1); +INSERT INTO blocks VALUES(310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'ec66a06cde401b66917c6d1d4e1ee8893405cfbf0474560d9997d6960c8af710','6d3d469ad1b72a67ee50d8a7c6c57069da3a0e2e9d12a23a30bbf4f2ccc64cb6','db4eee6a041ef1a069855f57d341c02ec76dfd26173f12747f6662b1fd80b856',NULL,NULL,1); +INSERT INTO blocks VALUES(310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'b2053109bff06dae1705fc32ab0712f38bf9d206fa3517fbf0a938d1b5f33bad','223e10a8e23e4435e635f1dda533a0662dff9f0e3fb86b72a22b2c191f731a80','0d5d74a4af21173839808f7d9e485052f052b792aa73d66e9cb94f1d30d8cd0b',NULL,NULL,1); +INSERT INTO blocks VALUES(310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'d7051de4d03fb31bfedf215b407b1edc12789c1f2748abb5a72257ad8f5113ce','9eb6f4683bebb675467829573cd2f7e3ab613d21398c5aef31ed389a40f3c48d','16f28622ccc964e4c4c03237accb201f9042ef5a7ebac04d36ed63ddcdebf4da',NULL,NULL,1); +INSERT INTO blocks VALUES(310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'35c95a70193ded2f9ee18254a91ce5d4834bb162fc3cca85dd432339257539b8','88220e5f48660f8b9e339c3afb65ffbad83d632164f1df8e22af2ee6fc18826e','244df1d90d6576af9bafb6c91f9f2f64fbb991346358a0c134e6f5137a0ed4ec',NULL,NULL,1); +INSERT INTO blocks VALUES(310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'8315de64ee1051c333687ba9fae6244287b85bcc1e3a4b67f3fe7d51b931378b','087de9b1715dfdac7372489fc615b597c9575c9520eb1ad5f7435a2641388621','d028ab966abf47121d030e9a67fac28ea8274aa57e11e9a60524f84829e797c2',NULL,NULL,1); +INSERT INTO blocks VALUES(310021,'7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2',310021000,'c2d646bd3f54eec73cd9da6f5da4bc159d0c64e8fb9ad4095dfa58850e65c7b1','e5f36761a4755ebc133389b9bc01a085c585a24fa346c784123f3dd5a125ad27','d97fc24a284a20bc7851c5a073a7318222c6bd51c420f6e97f54f2284a9a6270',NULL,NULL,0); +INSERT INTO blocks VALUES(310022,'44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc',310022000,'619367fb7657e0fb4800acd385eb5593d085ce5cbfbfb098dafa98612d9fd445','e62992a5e4f80347f92c512e1bd47df4c2f4e9fa0c38b7ca73befd39fd181d54','393ec1e55ac9ae497841a79dcbcb217e9614e998ec209392f041c81691c87e85',NULL,NULL,0); +INSERT INTO blocks VALUES(310023,'d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08',310023000,'ba865dbc8263aaf153d7264dfc6a580bebe9391ca0551f15a1c822c6cbe2b8de','e62acd9368da6141ddf435bd919fe0e124bd77646207d69a2544790107ab88a5','b002d14b9248cbdf55ee5e364118afe1fcdb50123a2f4f37f2c4886762045039',NULL,NULL,0); +INSERT INTO blocks VALUES(310024,'b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5',310024000,'368e948cbf42de80aca51abe75d09ec78196924453719182ccc86419df5da2db','2c65dfdc0d371025c6d497e087b8548633238d6049242fa411383fcce72b096e','777c3d3cc3f470c23ccd8be01b232f6c31637f2f225dd310a165649568d004f6',NULL,NULL,0); +INSERT INTO blocks VALUES(310025,'a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666',310025000,'9f7132c808936f580d4fb1dc5791541a5a3d23532d1093c20d434007f8dde54c','ca60850f73099aabc38d1521a94d611cc02f4539620a17488d1e9a445087104f','d4ec7c2331604b8d243a84eeaf704089c47998bd0f34bf638067335819410a1e',NULL,NULL,0); +INSERT INTO blocks VALUES(310026,'6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a',310026000,'074ea6f10a5290cff31f7b21483f7b2248723c8d1b5bc060c31219f66f37def7','21db77ad7cd241752184fa9fd61ab9cf670cd40105d7d9b887d8df62f25e5cfc','462013ce729e1e400f18a938391bf4880720c18ce65a6299654eb78a6c186fdf',NULL,NULL,0); +INSERT INTO blocks VALUES(310027,'d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e',310027000,'a3ade2b2e5bc701996f511f3e85d596b60f882a3254fd975769c0f38b3b14cb3','9469f4c4b4f208f2a46569234006846d18ae108ca6a98600ab70bac1ef1ad633','19431cd34998fe9d227feb4e0e92429c8e680b854682cda3b3345fd7e2c8dd42',NULL,NULL,0); +INSERT INTO blocks VALUES(310028,'02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b',310028000,'3bf124a34825b5c487c94dd79b1ea4f25e657294966879f1c10b56b37a3d29b5','55de4927d0ba81d336f143b08224af9fe9a862bf0ed4d39fbe242e9c5946bcf4','74f541f98d8087b1345a7dc79ab951a97cc083f2ce3aaa62e3668fdd876c628d',NULL,NULL,0); +INSERT INTO blocks VALUES(310029,'3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6',310029000,'e502eb7b282e0bd4940d8f75ef51d677a641f3d55304adcb015bc249c97892bf','3d879f96d783e70a75f71c2b44ae4c5601bc8f1192b828f1b35400b8c99aa0f2','c735a83289c3941fcd24d9e02593899d3fee37ad75f1b9cbfda9b934c2fc452b',NULL,NULL,0); +INSERT INTO blocks VALUES(310030,'d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5',310030000,'d64b5eb04ddfb5600be40142b1fd27c308387a35942a6e8a6916407bbc1313b1','c859356c985f3c051d5b01424759e66e9ec7c2eac055eb9fc2b0ad7323253a6a','83a1d00c8f96589903415b4eb51bd4401574aa7c022dffd85294266c231a8c53',NULL,NULL,0); +INSERT INTO blocks VALUES(310031,'0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689',310031000,'e9c97dd7adb1b22d4ed0238607faeb2d14c090fbd7d685275ee802ab23b4b740','4cdafec839c7abdda11f10437d890c952b3416929ff6e715f44e8c57412437af','915e3f61377967111dc002fca5486235239d51b19832333849306e892ee4eff4',NULL,NULL,0); +INSERT INTO blocks VALUES(310032,'66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074',310032000,'2544ffced9af1aabd84ab51fb78c56c9beac03dcb286aebd4202938dfa0754ea','2fc6c250a775ac70976d371540df4a7af608ca1b106b7efb7bc5a820ff505bdb','473efaa7a6d97f6161f9083e492f27652f2ba4de18ed753d5eeb830ef273f9a8',NULL,NULL,0); +INSERT INTO blocks VALUES(310033,'999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707',310033000,'4355d3ebb95187fec36b1847a4c3777d8e1d5541bd1d9ff8461b8ac5b9881261','d99b155e06fb50de6e7e6b646c641e3862d3d6df0ab9aec3e360fba0fcb54776','fe7f78bb7f3f884f5442dbd496b20b058609b2e87dd3bc2f15db14e9db88ee36',NULL,NULL,0); +INSERT INTO blocks VALUES(310034,'f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208',310034000,'c7fcb5134bd8131c035d65b5eeef8a3cd214348822563232a992f3f703c6b0b9','826d7b750bb4ad8fabd67c825c81f840b7a7a264489a9263410a5cb204d3309f','5e813ae466696f51e5d6b960267194585b5a59a14f360c22d5fdecb2cfc583dd',NULL,NULL,0); +INSERT INTO blocks VALUES(310035,'a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2',310035000,'c41c280498ce05d6073fc6e89be2684dc68c345c1c43c00b9a3f9041954fce26','f96598e2169d42d81b91ba03e7403dbd25a61399290f358022a998e4375fe2b9','5fc621297c7363c627c530739dc029036525ff36619631285586ddd2240861c6',NULL,NULL,0); +INSERT INTO blocks VALUES(310036,'158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76',310036000,'86c67fd234ca9d2406080018b2677386990fac477db8008c0092d40a398203ed','ae7fdf3e9388811e96d470070db9ac45b5b19754bb4ad424aade40fede3c9cf9','dc6bb2d92481ce5aa738a85152562ad36b592800f608697cefd6aa7bd61e4c2d',NULL,NULL,0); +INSERT INTO blocks VALUES(310037,'563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07',310037000,'3ae6272437eb0758a779d68785c41e119d1204dd5421c78e03b9d12eba64804b','aa9600ce32fd7c1d6e963a51648eaae043685d3369413785517172d1f94d551b','9ddc8bc3a9c21e9bb007fef676face3b4fbbcce6db21aad1e1b462a7e2102e5e',NULL,NULL,0); +INSERT INTO blocks VALUES(310038,'b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2',310038000,'18f7552567b898f6c2cfe8c829903912445de5dbf05b56a13bf9b402a24fdc11','46ce886f050bf7a80355da9cb15b35f5d38809ef2ec1a25250f057b63f51cdfc','2c44ba9146d4c8c98311305f5f3fc8f0978e777fcf949f28c0062626e416f574',NULL,NULL,0); +INSERT INTO blocks VALUES(310039,'5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347',310039000,'85f2255f9256a5faf59ddec1c58b1d3bc12c91bc2c62ead61b48e1f94ea2888d','23a26edddf0c8662b055ed992c75c706221b59ce9a7aa45b757a3d5158772e8c','bb6ca09b82b1734f8fcb77420c9f1dd0bb1db1b8bb2789e6287831cdf4aefcd9',NULL,NULL,0); +INSERT INTO blocks VALUES(310040,'7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3',310040000,'b799477db184351df5503f8d15d5461a0483ea35142c003b7e640429663ad943','163682e05a9a10f3e3240420c932a7f3f2172484de30dbcac0319ac23a4726f1','f1f204760e3ed2ac2b2617e5be086fef13ea4e248573b4bd9fb94fc6c5700746',NULL,NULL,0); +INSERT INTO blocks VALUES(310041,'5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359',310041000,'efa9cd46741b59e74263d6d348584f1a61e8ba32163c09fc3ff2e41a5431a483','a159868ce28207aa243e7ecc50f188e8e34e5ddb5d801b645b1c16a596e060ed','19fe2f4a8a8cd35630e044e7b919d6d426f2648b3183653d4e552fa899406b3e',NULL,NULL,0); +INSERT INTO blocks VALUES(310042,'826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4',310042000,'f3159919f381d46a3e1341703e55192a02a36519e71fc2675285a3a14c4ee04d','52bca7ccb83bfe83d8693ebc4c5b1ce518b2ae472dfc81f2c2940dc2460eeeab','10fa0e9fa426a0c6e7265ab9ac9f5a5fc52fd74037561ae5ba6e421376774213',NULL,NULL,0); +INSERT INTO blocks VALUES(310043,'2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51',310043000,'961c79ea2b7dcc2d7489c423b568fb978631e71732d6b998bcc0657aa4d19194','1fa2eb6aa4c8b5efd093c6e484dddb85eabfa0de55edc929e04487ce65e73608','6b98974a5af752b7085873e87cf9aa70d83140af9d314f93b0dbe2a2c83d6b77',NULL,NULL,0); +INSERT INTO blocks VALUES(310044,'3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b',310044000,'d674c39010fd4554efa487d97a3d9cae278ed9b4aff0ce57db33bd881beeb3e3','ddc2517e1efddbe56185e00d77333ef9f2f2ad6c59e042d65a8f4d8c2b323e5e','168d8727e9b3d16b946f172136ce375124fc05644b9227b095bd8d517d5e26e3',NULL,NULL,0); +INSERT INTO blocks VALUES(310045,'7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98',310045000,'9ba70a032ae92672174421689c0845784f0cef7374e88b2f5258260191864bf1','3b1d5cd9cb8e7b753233ac0dac5e697226ae372bff3813852434d96996e78fac','63900d6dde3c57ac158d0d659507b31132627522b754795e989bbfab3427d721',NULL,NULL,0); +INSERT INTO blocks VALUES(310046,'47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6',310046000,'114a6ab930fbdf8531431620ed219db3756a634c5b99af6ce1ee66d527d277ff','becb4b0241accefb95aee137e58d406e15e87c28ed3f051938b4fc02e249b21c','51ee6046587ea99d4f6ec5df0411a36da47c5835ce1ebac0d5728e87b8706970',NULL,NULL,0); +INSERT INTO blocks VALUES(310047,'a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075',310047000,'5356512c94ea2c77623d874a927aae8c3dce287a34dfd27a617abfa57142c7f3','6e06ce8a113de9e8b1a88516a512671aa2cdef60168a40d91742caa281417634','89c72def3099ed1161009e6927ab799e5919aa9e1302bad19d8c0ea6bf6224a6',NULL,NULL,0); +INSERT INTO blocks VALUES(310048,'610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309',310048000,'0902ca0868560d05049c983bca3ab91cdd5eafc46ab0a948d702abcbc4010582','67a2fb81ebb42dc6781746a403d81b4e7603f82f02724074541d42380d7269fe','e1f0d4a355d4ec45671a563bd653a2188e743920c1397e50d66a99060887cefc',NULL,NULL,0); +INSERT INTO blocks VALUES(310049,'4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c',310049000,'978794628fc95756032cb7fb4e9d5ed286373d84fafbcfceec9af71d18c4c0be','ac68aa21454eb2a2ca973b5451523fc6d2a4df6906b9472891cf8e06087e130c','684eb982a222558cb2038b60063748221307849fc10c5a634bc7269d50ecc1f5',NULL,NULL,0); +INSERT INTO blocks VALUES(310050,'8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348',310050000,'ff16abeb1d35e0e422f165e206b0d69e0b9ff48b68fc6656c1af74801908b92d','720d553ed03860df12ab60af34cfec86b9d7ec80275f6d8815e3f61166e3af88','2f3989adecabab62c8a277f5a71c8f1770d6394cf5e23d0bbf4cc6226b1d6db9',NULL,NULL,0); +INSERT INTO blocks VALUES(310051,'b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6',310051000,'556ff900993e70cabefd05ddd5dbe3e8e10bb5c9ada7913b75d84af067004ed5','656a21084dc8f46455fd2a42ebbdb0efd5c879ccb16e9b1532a6ab5323debdb4','a3ce6ff9cac254d15e493868960c8636480c253f1d22309835cc0a75276e2086',NULL,NULL,0); +INSERT INTO blocks VALUES(310052,'0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2',310052000,'15af3a616a2974aa70b7b58f88132051f335af299473db925b619fda8be1afc7','3f90b36b7ebc9a2daea1e498bb44100f12f35c9df04260448bd38b23375b16be','c260fe2076182c816b05a8a61e541f55381f2017de18311e19272b1ddafb9bb7',NULL,NULL,0); +INSERT INTO blocks VALUES(310053,'68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f',310053000,'ed0ed3b480b38929a425c2b61c86582495764624e020cb86b3a95fc7d59c692c','67427731be09b73755cd460d142686c903b819b7b8af48297d460ab91fde3609','e817bda88de153d8d1bcb7c56b42111540f5d3e3e9a7ab1e7cf6fdb2b3f9bb69',NULL,NULL,0); +INSERT INTO blocks VALUES(310054,'a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305',310054000,'f012825d2d549910910ad6b7e4ac2373d095b53869f0793709684f0ff05bb108','c5e4ba3e2011e7fbf238285525a544de3cc0fe9360a3451392a4c03acd508690','3cac733a3ccf4ba2b69d608de41394e6f5996c429ba7133e03cd236a3edbfcef',NULL,NULL,0); +INSERT INTO blocks VALUES(310055,'4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356',310055000,'90c08144277fe622573282349edaf9e59289b716b5b4e368d88ac25e67e788d1','5e4a8aee5f04d75d9ffcc85e8344c445b5facfc838f39a77b6b0d5acf6cd8213','9da0b618fa68f34e5e6f8ebbad082527ad2450584581021d15ccbf40e4f50cfe',NULL,NULL,0); +INSERT INTO blocks VALUES(310056,'7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3',310056000,'c888ae590b64fa4514ed7f94ba785b12e881052185cc4702b598cf6e48cbb3ba','1cb780a12bb6040055fa694822a4f39c340a18a858f0b65a8b227a6fd6fb4f31','51dc49e38cdcd59c7b7dfe59ffc1e0b23d54ca6422f8904580ee798f2ca3f5fd',NULL,NULL,0); +INSERT INTO blocks VALUES(310057,'4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411',310057000,'e68c9a569fda6f1e1e59502953c9735857a0ee158a76397722436466df24708e','2e175f240928edbbd5a5c6c5f3fbacd9516a36c7e99501703e9d1b19999b2029','de5c951c8b580fa1384351e95392339cd63ec2fd36b9743d34fa6fb60851f785',NULL,NULL,0); +INSERT INTO blocks VALUES(310058,'a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f',310058000,'9f6607682f4a6274c2a45895f849816aec83ff0820709ba781634b84518eb05d','cca92bb672e368c0c1e5b4674a48e150a870f56a67339cbd74926d541ae2a4e4','e2b940ab29618f8d4b567cd344c15f47411178ef9a933d9606ba973db1c699a8',NULL,NULL,0); +INSERT INTO blocks VALUES(310059,'ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9',310059000,'49b10a5c390f603e7be0d405bf1fcae95fd15682ef2e41a3b2fcf713d271e541','12b8b50b634cb6843258f1c130df1cae60898c902d3e66ad00e1303fde4d8724','1a039fbf2ab341ed11bae14bd280daa756d761a0263e946a2b17b45bb6c79b69',NULL,NULL,0); +INSERT INTO blocks VALUES(310060,'974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b',310060000,'1d6cea34d6f7042ced3a5211da80de88fa77c900af5526f3033b715e4f68df17','40fa40a1a2c02ca514f309fe27268e9e493374bf3edfca8de66e3d46efa32ba6','801bf4d71c051d81f877bdf8861899dccfdcea86db05647591ccd9dca23def31',NULL,NULL,0); +INSERT INTO blocks VALUES(310061,'35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf',310061000,'0c43668fdc3d6cc6ec84fee99c68f0eff21650a618db35bc20e428550eae9b0c','4aa0becfc939793d7dccbb0b19881889a20c801e6c627be8ab8a2ffbd8cee8de','c7fd25caada6f72a8af96ef3eae754c1cd4526f50fca024ef9225ebe84ef7556',NULL,NULL,0); +INSERT INTO blocks VALUES(310062,'b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f',310062000,'cf03a34b29d3a8f8ea5fadb017426f2843c6ab2e785032b6dec70d7aba7bce4a','3317013c1e6464e0296f5aa7f50208ede42ff9051e4e3ce2da92584cb80a3079','873cce434e1bdcb8083c65b8cbea67a1b90e676e96cf230c2c8467b0e0205d00',NULL,NULL,0); +INSERT INTO blocks VALUES(310063,'0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe',310063000,'e145dfc2c7f053a1ba4c8a41d042b40c0748eefcf9e56c5e906ad4b12f3653eb','b58f95d06b31f7bb5c6f6bd5c5c4460ef4e4ce0e1d154b8557a18cb73f36d432','b8d78585d2607790ed13941ac1c291bae0062c7d3f52321c3fbaa714c03dffcc',NULL,NULL,0); +INSERT INTO blocks VALUES(310064,'e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30',310064000,'ebc34184623da16251782c82098c7fcfda42f95b155eadfacab2a53e3b34333e','e33ac70126559506de70ca420f152dcb639fd0e841d0d7259c0136d518fd4f39','efcf750330a4a65158f3379d5859178789d81b1694dc546ed940425322fb5faa',NULL,NULL,0); +INSERT INTO blocks VALUES(310065,'8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a',310065000,'db746a9e0ad8f37c14ef14180dd1bc562ae757a6d4d042a517bb8953f34c6958','9d52ca0b8859777bcbe84606017ec53961075699eff51b34b80e5a6ed33b137f','5a67240b897aa1bea487e63c22c0d0cfe51c8a0865fe965e1616985fa19f1cce',NULL,NULL,0); +INSERT INTO blocks VALUES(310066,'b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d',310066000,'cc71a63314b770e4e010bc7c66d8ab808451b6401e6df8558455a2bfc9bb4882','5122312265a8305639f6490bc51fb025626dbcd38c5735ce85cd652348f2e86e','4d6b2fd81a0946815d17a79192e7add80db16fcf26e19f94b9f3743fc46c6bf9',NULL,NULL,0); +INSERT INTO blocks VALUES(310067,'8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577',310067000,'a5812c0f3a37b04d5105bca6b0c4819a41beeedf5b0f314f476ab55d6c31235d','764477c3a233cd407804695f42948d3017951e90b7474cfcc24ef81ee49fdad9','15d4d28ddabad869871c70d631a150bf49c88e710689847f950ec9f54a594b65',NULL,NULL,0); +INSERT INTO blocks VALUES(310068,'9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5',310068000,'14f065751896a2724251b6ca6d0297b344986980075fb72ad058ad0b5bedcd3c','866fceb74e8e97d663493f3546519b01f51e1a3cb25bde4b0f3c2e960d2eda85','d58bc7cf6e7f50f9669882646d139665ca15d00c34f62cdefd9d3aefd458004a',NULL,NULL,0); +INSERT INTO blocks VALUES(310069,'486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7',310069000,'a7dd17b4760fb65ac58be1b1653f7cb0e90574c47f70c61ff9f940ad15ad3658','9e0565827fcf295ae2149bfcf5e0db29237f447760832083baf94de145bdb531','ec591b029123d31d4e2eb3ea2d058007cd8d218148e8b5d1171f0cde052c63cd',NULL,NULL,0); +INSERT INTO blocks VALUES(310070,'8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5',310070000,'8068a6bcc5d1fc1a78562f0f3165423b45b4674e55f21c4c09948fb65ee632c0','03f84e0f0838204a53ce54e3cfecde00b2e5741ed08aab0c0d9ed99513ab4655','edec302acc7a5e2ff003261f80270e2bea071c6d039a98af041a925296075ebb',NULL,NULL,0); +INSERT INTO blocks VALUES(310071,'7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b',310071000,'af86ffad4b8dd68a0f18142935bbb18623cc5ce2e9e0c02f04c0e7a5dd974e17','9b3e1c7af0bb119e69813161c19aeac4dd5a594ece5f67f21ffb55b8edaa111f','ca7208f0ddeefc435f646362fdb6ca4197f6bf03b2d828ffaf1c716156fda5cf',NULL,NULL,0); +INSERT INTO blocks VALUES(310072,'7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a',310072000,'36de48518d1446b33f2230c5eee7d18e040db543fe03dca001174f8382c209ee','33fccfbad1dd91d9102b82f11b7c97883bc5d5fdfd44584cca6c40fbd04ce2d8','39218e14ee5ceb1083979e58a655470b95c8b0d1fe0349b1d13790e670b2af0a',NULL,NULL,0); +INSERT INTO blocks VALUES(310073,'ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943',310073000,'4374f567cbc460b73e74d6190db353c3ee86b92c3f99e392beae3caeb264eb5f','7544980dbaa8029ae36d883e3079bcc82f2d140072d4dd65cb3384510692ff45','bda21c635d7ac58cc549a05efb1475120a8edef105dd77ecd5fc4879977691de',NULL,NULL,0); +INSERT INTO blocks VALUES(310074,'ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb',310074000,'54fd95cdf7f9374d1687590f2860276afe67a265ddd9216e5b63fb06c5bd569e','1efba9ea6a8d2e7ee6ee2070b84b497feb66e3387e05c1e4f4989f086e5e02a2','743b6f7bc245d5ccfe45ecf52cf4f08090acb7b970f534fb524b35eded250f75',NULL,NULL,0); +INSERT INTO blocks VALUES(310075,'ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b',310075000,'2b42e23b43d30f91fe7705a01f0c8ec86d6230815b587704bcc70b91b5ae87b8','a370830ef1758c18c88e6d9fcc5803fc15f1dbdad0f2d6a0773f902d86ad7c97','ddd9c1dbffe43f3635de985b86771ba806b4c64660519b809d7833392f5ea565',NULL,NULL,0); +INSERT INTO blocks VALUES(310076,'3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92',310076000,'577092728a4dc81cd9a06fcf6d2b058f0e4ce8bcb395819a704d6b4144f041dc','05ce95f07d03f4417a2fd15224418c8ba4ae196e9ec6f3192f5324c028363641','d51230416f58c5970719eeb2c046983d8f9c4874187dabc6b5556f4a8e50a1c5',NULL,NULL,0); +INSERT INTO blocks VALUES(310077,'d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd',310077000,'d1ba60181f3061673c64ecd0b92abbc19b1a6e69a927dfefdfd8b8c74171ecd2','6c9e35feb56fb01c37fce04a1e6dc5f7747a6d26ee2f39ac584f11e8359dce71','cf00f6bc723a0bc40c9bfebc0ffc68607ae272d84665c35d075773349928a806',NULL,NULL,0); +INSERT INTO blocks VALUES(310078,'f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6',310078000,'c0a9270d15793e68cfd1cf445315d737bed7052914da6def4f014c21f0c9e0c5','d59b48425061f0965947dd025cfa0fba8855e997f376572c585db72203b9a80a','5e73fff7a769aa3fd62324c80fd04c55dc3b1ef3b3708682ae436426528accf5',NULL,NULL,0); +INSERT INTO blocks VALUES(310079,'f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c',310079000,'74eaddecbf5ab6608c1e95c1c313c13f2af2b649512cc8c7016717d21e93f815','d3f32df02f0e7cd7c2163b47b3ff73d175046599ed626ab343647e1a04525e3c','96ba5cd4b19aeb758d1bb92297e219520a37ceef2b653375be300766db09441d',NULL,NULL,0); +INSERT INTO blocks VALUES(310080,'42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c',310080000,'a759e3aac1b015e28b8b524106a74b943b215faac8d5079384ec7351b2239bde','f588a6cf255e710d9ee481d53f8bc0fc0e1567d58ee701f1b77f0848db881f5f','b14b3448466dd40508d625b35ca29dab546d8e389a40555f652ac2fdac88f6df',NULL,NULL,0); +INSERT INTO blocks VALUES(310081,'6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4',310081000,'71622e25e8497db6fa222e33c60ea582698e72ca5789a52c9252bf51191cadaa','9a2e169d5fa3721f9bb8852c93ca8ed5dfbcccef05cba99ed3f1c61c937f4366','872161ad2828cc88705825438b2985b400d8e9c72e4a336ed50b8302ad75d137',NULL,NULL,0); +INSERT INTO blocks VALUES(310082,'4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644',310082000,'47e9d8fbcbafcee2b4c145ce651333ce49812533d13f7f9a0e9a448f51cfbacd','c2cd395566e0a7b16c76cc0ead2c2cc87a684d5a499c76b2370afffe4b408ad1','29dbc5593c7aea0b30fdf64b2bb11a7e5cf2215a0277820c88fac84ec9336b67',NULL,NULL,0); +INSERT INTO blocks VALUES(310083,'9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850',310083000,'e61148e7a8125f7225a6b6e1d77786f8b28b0b8a74e60fef3f75fa4de8f7d882','21fb4596655071cca486c2e6988ec980799a9827e2e5f169033a45d21b3c7a75','ed54b3e6f50ae40333a4c202148e77a436535c430b7a9ea6d984006aae5c76ed',NULL,NULL,0); +INSERT INTO blocks VALUES(310084,'1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3',310084000,'20fb450589ddc6c904fbb61cca8588e85e865635c12402ce7ae72995ab884c14','feb3992f370b8465a732bc4d90691b99db691f44e1697ad2775a6df216d93b13','1968ade101deaa7cf87256d0007fb0f891609e6a148aa5fe17c278a628fc2eb4',NULL,NULL,0); +INSERT INTO blocks VALUES(310085,'c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34',310085000,'9cea37d548308505f80dc438d5183bac6c6ca424ea4dd9c85d883b05d67cdc92','277205c28e54078d55ce1641fed64ff4b409b686fbe4aa3a018cead2f969c501','4467937839e0798ba5a99b454ec6a06df7f739b69e529208bfd4c68e89521c3c',NULL,NULL,0); +INSERT INTO blocks VALUES(310086,'080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78',310086000,'e11bab5fba2d038086c65030b90ce1cbc988314d0c9846aa7ddac4fd357bd01a','ef3ac1de31e29795732b362218bd244945bea4183273512ff6974ecd0c0a7aef','235bf14f0dee933a2029d2ce4c2cc7c0e6fb1552556f83c9b27871c1bdcb38cb',NULL,NULL,0); +INSERT INTO blocks VALUES(310087,'4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c',310087000,'777873e7ebd0ec3052be65197ec0db8bd72e46d2053badb0f37be1f6e84ae0b3','3bec931f7207a5b03e5a7d390787cd737e598d04025a1514c7654ef34fd1aedc','4ee00606acb1af50f5883b4e7368155a587b4e3643c8a66b2cc1947107bed346',NULL,NULL,0); +INSERT INTO blocks VALUES(310088,'e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3',310088000,'85a5ea57af33dfddddbcbe1a1c87994efe5a21a645713aa164f19e19bfb23c64','4030ee911aec8ebfbbeecede9cfb977088fb591b20cf52d5340e5aa13e41c7f7','f617a9a42586a6f5f2fce831b6660fd7d0a149f3f7d6cffcfc6127eebf4de6d9',NULL,NULL,0); +INSERT INTO blocks VALUES(310089,'0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33',310089000,'bdf3b6e7a14a3aa22d42a7d69f2f96b0993f1eef2952a7d74313c37e1b407523','255675a022762a349d44af6315173e05c685f351f2b3b770e0ec80e128969a4b','5adefb9d0f70ecc53047707622be138cc980a4c9a5164293924b71ea21d48f0a',NULL,NULL,0); +INSERT INTO blocks VALUES(310090,'b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969',310090000,'9b3ee688c5786ecc438ec9c843ba5f898fe1ab1a8bc3903ad7789aaf6b0c0bf0','7d658801ab6fbe73231469da5204c5e1c73d290b83449187ec5eec71b846616d','4f645e45439c50133e099a52d2e3073c5458d4cc5a769b622398e71891c89673',NULL,NULL,0); +INSERT INTO blocks VALUES(310091,'734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c',310091000,'25578ac389a77dbf9589b23c5470f3199016ac66a415540ae03efac29dfe7adc','1cb14bc9f998c85e670e2e291cde3a2debe9b4013840c0c060417f509c7210ea','d5e07ab92c8b216cfe135b80f880c2fcdc0e7e6bed004875b7cd975dd07286fa',NULL,NULL,0); +INSERT INTO blocks VALUES(310092,'56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d',310092000,'bb9109ba299c99cb104ebf2ef6e75141c50264d701d27119525ab5d0a54c1a40','889afcda8b6e0848c7d43014beb0e181c78fa69d3aedec508f4bc0eb8a416029','a38e3b45c99ffc0ea5f48f39fba546a927d7f1672ea6141d6dd3a971f1123fc1',NULL,NULL,0); +INSERT INTO blocks VALUES(310093,'a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc',310093000,'cdb21362b3eb4fc10ba3c6bf3aba41bfc5bd0bf2475f742c1069cb4383be7b95','dec762d55ba88cb2c043f627b2a8b26c920cce9d4dc2746065c0bcf2795c2d99','09a632bac885db8e6e13a3c2c905acaad524197237a71504c6ca066b86ec5883',NULL,NULL,0); +INSERT INTO blocks VALUES(310094,'2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23',310094000,'b82568de09fe4ea06f3dca053dbcbcc61dbe5e44dd300a4301c995ba180f894d','625beebc3c34fa3276e022a37c79137c8f09af21454e8171cce7ab7a04453047','ec9225efc608ee349a449f4933ab6511d622c6048e1003b06b1fb243dbac54db',NULL,NULL,0); +INSERT INTO blocks VALUES(310095,'bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2',310095000,'513c4a041ee80ba72d1d8428605c682e3485fa45341460bc33fae6540dffb571','b7794e7c8dfe3947ab8d256b94af8bc43acb9ca11f696a81cf9ad98062372959','933877079dbff726802da8a3e18a68e96f8149cb2fd22c3485b783ed0075e211',NULL,NULL,0); +INSERT INTO blocks VALUES(310096,'306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f',310096000,'3e8ff43c8d671159355b2d40a995fb8f6d84f6216fa8326fa80ae39aa9d15d03','8117c5400c1cfdb97456cf3b79e8572aecf23c29d1c336d5543979d0e81cc158','c170849a8a6b69fe829aeaa5b8da8aa19983f539a0347385bbe3bfc7282d609e',NULL,NULL,0); +INSERT INTO blocks VALUES(310097,'13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf',310097000,'19d91de7be12136737d3f8990e7a4a793912c952e71e017d723d750118e849c6','1e2f99bf2c03b8c915bd23c94431002d3801a13caf40d9b42f22001c2faf305a','9855c678d6aa7f831fbf69d23222fc52d57581edefafdf3e22f976f62c392774',NULL,NULL,0); +INSERT INTO blocks VALUES(310098,'ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca',310098000,'be75df2e5aff3faaebfc0ce4ab5134790fa728f84500e6989739dddc058738de','7f692426eab57621527d12cc4a49aa85841de9856cd46ad6992a658ed5c15fb1','1f695d1cd7213d462f43c17466c0769ddf55c956847eb342bc182095526f4ec1',NULL,NULL,0); +INSERT INTO blocks VALUES(310099,'3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a',310099000,'9090b8a4a26ea7dff75658317ce2c6ab828b3b42684922e44debfd1bf8330b8d','c3b0869da7bd7abbda54895e6de81cffd2febe007e1f7085da8cc657512278e6','8afc9f177d2d7f85bcba01196f0bf9cc2a13d8ccee3e9bd4ae1a974035ef074d',NULL,NULL,0); +INSERT INTO blocks VALUES(310100,'96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb',310100000,'d48d30db433bcee44d87153fb3db17d37fbe3534f23eb16ac853b3420d86d80e','793627f8b7de24827faca4a19ce374f39c90b74e278b83a599cb637877bd6388','c4cd35c585b32079d3e7b12c24f089d28b1de94e7b15af9458b2ad6791d06304',NULL,NULL,0); +INSERT INTO blocks VALUES(310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'53c6f9247cd255c86a69c05c4463ab94f9a3277496c155398c38dc6f7121fe9b','7388dcdfb1f5a54a0d4a4d3e50d486b24a662cef04f054a582e2d5b0bcf3ca28','2e148680db6671c2f46c703bffdf2780f2378f36b17182761a13db6ef9c6e320',NULL,NULL,1); +INSERT INTO blocks VALUES(310102,'11e25883fd0479b78ddb1953ef67e3c3d1ffc82bd1f9e918a75c2194f7137f99',310102000,'b225c48fb4c40b2e0695991251f6d69217df6e00c01613e0a20f6a3e34f50d5b','7d553f87ef9f2beea74631e2e6ec107522b9f4756f041e2ee40fa3946909b3dd','58a5e965e496c2fbbbb8a38492705a5dd78c11b07997c0461c1ac00101ab4b2a',NULL,NULL,1); +INSERT INTO blocks VALUES(310103,'559a208afea6dd27b8bfeb031f1bd8f57182dcab6cf55c4089a6c49fb4744f17',310103000,'fc2a8ce8efc122e5cbd631998e611dc8707cfe0b8d3f6a531fe5bcc21c17feae','ece7991721b8e94950e2a9f41b9285b34be716340a7621b1c1528f8065e9ac28','f40a86be4b55f64eb2ec503c06c51ca941f70de105da9e3108688d407d6145cc',NULL,NULL,1); +INSERT INTO blocks VALUES(310104,'55b82e631b61d22a8524981ff3b5e3ab4ad7b732b7d1a06191064334b8f2dfd2',310104000,'b1a7115902d371d13889008320e52473cd5b34591bd657e372c0048df020012e','66dacde33bddb633552c94d9107669297fe26ccdcf482f9098f1e6c05f3d01e6','1f2ef4e77648ddf21a0e3cbe279cbc9a253a25f3008c7d213ed335a51560b2b4',NULL,NULL,1); +INSERT INTO blocks VALUES(310105,'1d72cdf6c4a02a5f973e6eaa53c28e9e13014b4f5bb13f91621a911b27fe936a',310105000,'b5fcda12415e713fc81278b95515fe86ecc6beb5810e4f80eb9645f09870dab0','656d27bdbf841c33dd3c11253159dc5d8a6d7885db3174f4f9c6a8382d6a7209','049bb0fc15029feaf2fbd973d5b254721e7dd21d7aff539dd819e07c74dd427e',NULL,NULL,1); +INSERT INTO blocks VALUES(310106,'9d39cbe8c8a5357fc56e5c2f95bf132382ddad14cbc8abd54e549d58248140ff',310106000,'f3c98c954cf939951d8b24a257bc6b1bc152a6a0bcf6b580ac281c26bbf16499','6138a4e92289d72dab6e43906e545dcc3d1475102b7f33195118de74a53fe576','eb3c8f11915eb791cabb8f7cf4d7ee9647679e3cb195bf2dd9977387e5a13f7a',NULL,NULL,1); +INSERT INTO blocks VALUES(310107,'51cc04005e49fa49e661946a0e147240b0e5aac174252c96481ab7ddd5487435',310107000,'a550df26b8dee075bee82fc59c44ce5cbf65fe9df10c60f3f3009faa2791c783','b30d22c6d7e8bf574e3b3e11d08bcb73c5853ba348e8688a25670a861d3f4e3a','f7309a1ceac6e642c3cc38abac6becbf3b345a1ba199e838888d3394ff7692ee',NULL,NULL,1); +INSERT INTO blocks VALUES(310108,'8f2d3861aa42f8e75dc14a23d6046bd89feef0d81996b6e1adc2a2828fbc8b34',310108000,'e1d8c345c74760010223a823895471d3ad6a2db5c6a70b13850d5cd977414518','d03bdcdbb4980ea415ab73c8e91a7fca7099c8c176d6bb4c2fdf72b6873175ae','b82840c55493f3411550d521e745d9e76ad874fb5f18de037565145d3bb48c39',NULL,NULL,1); +INSERT INTO blocks VALUES(310109,'d23aaaae55e6a912eaaa8d20fe2a9ad4819fe9dc1ed58977265af58fad89d8f9',310109000,'8fb63d8460a222163d15eab76a61e383ffa251a175c16f209648d6782c304059','cff81539539169771000a550581dbdf4d4d1fdabecfb9032342269ff5f100b61','8307c44ae696b9478f65687c99f2b20a43024ba9eb933cf62902740068bdc57c',NULL,NULL,1); +INSERT INTO blocks VALUES(310110,'cecc8e4791bd3081995bd9fd67acb6b97415facfd2b68f926a70b22d9a258382',310110000,'250f7b5c6f00bf06c9cd4de8dea0b8166e2decf093910ea32eabd615b910e7e6','d6853c803a38efdd5190401e94244333cb4f46752a2868d4a03e6d7d6c8c2bad','bd78f60a9abffcf8cde1cae6a9e34bca497c3d3563d48a967522cffb50353d69',NULL,NULL,1); +INSERT INTO blocks VALUES(310111,'fde71b9756d5ba0b6d8b230ee885af01f9c4461a55dbde8678279166a21b20ae',310111000,'0c3c3d099bf08803f67c2a77d0d67779674d1063cc72d8794b8fe62a55049d75','9cab90baa72446a36a7c176e82eed32ce968f96b0f29067b240a10a71ed95808','aac3bebda50d55e796a3886faf913a0ad60859a05bcbb442aaee68a537f67838',NULL,NULL,1); +INSERT INTO blocks VALUES(310112,'5b06f69bfdde1083785cf68ebc2211b464839033c30a099d3227b490bf3ab251',310112000,'557fdd1240793f8607a2b4c638ce800d5260c2adb294aac95d6c5eab7e98c3a9','4fc0df4832258d430e645f1950407e19e72ea27d28b8ae1851333e8e8718086b','2a2883adf8d66677b983113647f4b414dd5e3d56914094b3593b46a0fef7e6e9',NULL,NULL,1); +INSERT INTO blocks VALUES(310113,'63914cf376d3076b697b9234810dfc084ed5a885d5cd188dd5462560da25d5e7',310113000,'4ecad4a5c8e9b54101c4a037d6c86a7eb36d3cf0503e60a1bf13c5a4196c5989','baf1f86b3145fd8dc33aa2fcb2e882cf69ffadee81e8412ed2092c634934709c','c4696f0c685051fbfbfb32780e52dbdcacc3f427f9e7e460981b63c6ec225bf9',NULL,NULL,1); +INSERT INTO blocks VALUES(310114,'24fc2dded4f811eff58b32cda85d90fb5773e81b9267e9a03c359bc730d82283',310114000,'00380ec3118a5e8f9cab403d10870dd5bc339421297fcb6196a3112d70541ecd','22e3851c91f780c0152549b24228d0dab3542c2632b633995c0d8dcfd8e26601','c97b5bbb161996c25c21b28b471e1d2f1ef3cb1b239e82d667d6689d78493ea1',NULL,NULL,1); +INSERT INTO blocks VALUES(310115,'a632d67ff5f832fe9c3c675f855f08a4969c6d78c0211e71b2a24fe04be5656a',310115000,'0acd3a07c5df54e883ff9871852c961b00771d3f4afccb3b1941d0b1c7b300cc','cf921f50b98df4ec37f2a9803315a798198507adcbfd8fd54e6a9bc539cc8f41','62f82b2d7fb4276e14290f9c1eefe793c73c52b9ecb76bda3608d2d28cc4f10d',NULL,NULL,1); +INSERT INTO blocks VALUES(310116,'8495ba36b331473c4f3529681a118a4cc4fa4d51cd9b8dccb1f13e5ef841dd84',310116000,'6c6845d3be70cbe9a71c33227983f695c96877aac6d3a8d6a6839760b4691d25','a7e01a910cc919588be3b0c19c4bb7c36499b0a9b0347834d40fbb54fdf05fb6','0fe3bfa987b4fcd9a92970ba24e239f393c0fb9879e54ba0e50b45268657dbef',NULL,NULL,1); +INSERT INTO blocks VALUES(310117,'978a3eac44917b82d009332797e2b6fe64c7ce313c0f15bfd9b7bb68e4f35a71',310117000,'0465a90ff545d58e69c07c204160360bcc6fba5cc60fb81d7e6e389d9ff8133e','1100b7084683079d36f9ec6e4cb1ec457ae4c45941cdbaa0f4d53bc458e2fa9f','c71c860322b0c96de54621839ccd251455bc1ea5ec2f7de5c42c0f1047b26bcd',NULL,NULL,0); +INSERT INTO blocks VALUES(310118,'02487d8bd4dadabd06a44fdeb67616e6830c3556ec10faad40a42416039f4723',310118000,'011ed3df8ae72a02b686e98aa8db07c973e1e12c2ac09891ba90d783ae63161f','7ed056a59c2b15a2d082f75c8728ee1e7f9b0eea6cb56b37f41319b115e39771','d97e6d1d1661a901d47a290ca1a374c7b8a36f366e45d32535115d681d59c01b',NULL,NULL,0); +INSERT INTO blocks VALUES(310119,'6d6be3478c874c27f5d354c9375884089511b1aaaa3cc3421759d8e3aaeb5481',310119000,'a6620b1b6a5b1f54fe6a8076fc35f0f3ce15315e9f549f5ff3fa0f5b6094919f','1312871691c685ced39676d4d4bd8825d2109587d1ec36f2dadc50f68b4d9cca','24a179147b5c7297382f33efb544f0b18b6c37899dd0d3c726e664d21bd2f42b',NULL,NULL,0); +INSERT INTO blocks VALUES(310120,'2bba7fd459ea76fe54d6d7faf437c31af8253438d5685e803c71484c53887deb',310120000,'e38e2aa0bf8831b90e69b40c78d4b7d41bc564527451b5f9b332bb0beb54c923','1901f4d80a526969a544b68b1a695f07aa078ad719b8803c0b7543fcb4a974d6','be8a04d8b8a9c6737678672ed1ed8ac32a0b16711654a8399aafa804b5ed7e8f',NULL,NULL,0); +INSERT INTO blocks VALUES(310121,'9b3ea991d6c2fe58906bdc75ba6a2095dcb7f00cfdd6108ac75c938f93c94ee7',310121000,'5b988c8ad133bb5ff5ac1ee4ad0a6a4fd431247db373e43c9be2a020520f438b','9921b651b8ca004602b16f95d76b2ea76f03456d9a978abb02bb340f360df7a7','efca3aa8d8cac7d6a1a31879e740aadd2ccf2f6d11b7517eeb145c9fd1ec3b12',NULL,NULL,0); +INSERT INTO blocks VALUES(310122,'d31b927c46e8f9ba2ccfb02f11a72179e08474bdd1b60dd3dcfd2e91a9ea2932',310122000,'70ddab8f1d6283ce5a054650dbcd02d7ad4ca9c35de7bed920c2f266bc092070','a45cd1eea6626efa3af3dcd3c89782c50cc3b683c1b22249dc67d288e56aeb17','56d5d67e2504dab107700140214416a4b4d6f1dce1a78c0951a227b8c0d83d54',NULL,NULL,0); +INSERT INTO blocks VALUES(310123,'be6d35019a923fcef1125a27387d27237755c136f4926c5eddbf150402ea2bbd',310123000,'3670feebcf979edce175ad5b296a4c88fd7fc6bdc251dda84d487b1b092e41dd','78c648296fcc7856757b990a92cf9512c61d180b08d451b63ed4e796d051d338','fd844858725e9052d7214421bc6c079d2357ed335c62e974cb2b396b11d1cbf6',NULL,NULL,0); +INSERT INTO blocks VALUES(310124,'0984b4a908f1a7dac9dcd94da1ee451e367cc6f3216ee8cdee15eae5d0700810',310124000,'9883fff318e7cf9021fb4cc39261840f682e8adabb934549dbae2a10d2a71de3','c58aaf910fe01fd9ba6a892ea421c0933f4cebec80c6d2d556accc81102428d3','a790c22e218a72778226f42859727896236f06b694673474a3721809617ec317',NULL,NULL,0); +INSERT INTO blocks VALUES(310125,'cc28d39365904b2f91276d09fae040adb1bbbfd4d37d8c329fced276dc52c6a6',310125000,'1840685242f9090297d4b432e305e4a093f90faa0b673953b648fbed948f31b6','3d1e4c3a02456d7f79402a89f6a39dcb235fde15b275a762197b70e643d29e25','c7cc7286bbc912a4337fffc7a1eaa2d15aed8330ff0a3583d9ce68c70e3ab6c9',NULL,NULL,0); +INSERT INTO blocks VALUES(310126,'c9d6c2bd3eeb87f3f1033a13de8255a56445341c920a6a0ee2fb030877106797',310126000,'1a83f417c18439cd3c6269626c44b480317290f0c27a9b9f883a01653de69272','7cde633cf5f7bc1176a3faa6ad03a449d3fb0d21dcce5885d2a37b81448a2ca5','79b28b043e85cf5ddd497f041ab1284f2039b53f4168256b8ac19527695cedbe',NULL,NULL,0); +INSERT INTO blocks VALUES(310127,'c952f369e2b3317725b4b73ba1922b84af881bd59054be94406a5d9bbb106904',310127000,'094c53dfd00b5004d074987dba90a6c9c47841d01041d0aeb61923c48315d1bb','0ac0ddcc5c45d4d709d9070814832bfa2339eaf5edbed98232cda4b1731e5478','981d593f0d305812c38d8215cf1403f6bb5b1d24d9734691d6d9a2632d94c65c',NULL,NULL,0); +INSERT INTO blocks VALUES(310128,'990b0d3575caf5909286b9701ece586338067fbd35357fec7d6a54c6a6120079',310128000,'28ad1365daaadc866e79b6b1a555fa31bd804a85827d958cebb9d29511f78e19','aa9a25819899fc8948c4906673cfc8128c0a98417db8fe659098d28ca12e3786','9c4a3ef695511a25af4682ccc4b3f598a86cb72d0bb590f684848b76e897d035',NULL,NULL,0); +INSERT INTO blocks VALUES(310129,'fa8a7d674a9a3e4b40053cf3b819385a71831eec2f119a0f0640c6870ca1dddc',310129000,'61587f9b5d05f8f553f0a4f580f38a140edcf7d9facb13c542865f5ec586a32c','ca3752868d963f0c165166928139cb078aefd0ebcbd9ab8f182c631ff941a56b','95ed9c8db7b588db39ea4c91004639ddf1c92676b9a082d5c7ce9fcc48062df6',NULL,NULL,0); +INSERT INTO blocks VALUES(310130,'d3046e8e8ab77a67bf0629a3bab0bea4975631d52099d2ddc9c9fa0860522721',310130000,'1ee8c39657890ac946e2aac5409147cdbf1b0004db1f00d997cf45452596f781','bb38c9be1ef6ce22f1f14319cb3e1385d70fc63f7d0b2d80789c9af018baaa71','8c24c90fa881a29737a166addf4cd17706c75dd8d349b9ddf821c91f80be8a5d',NULL,NULL,0); +INSERT INTO blocks VALUES(310131,'d6b4357496bc2c42b58a7d1260a3615bfdb86e2ce68cd20914ef3dd3c0cdd34d',310131000,'aee45272e68725a2746582f1847582eb9808289d3deca144f8c6cb43bc4f42e6','69fba2b86abed1e740d45d33ec1bed7d2bf7de0f3bd9633959bfe77a21dd7aeb','4c79fcd0a1db5573b03620c0583e0b3c5b79d90441fe90e20ef3c06611273761',NULL,NULL,0); +INSERT INTO blocks VALUES(310132,'1b95a691bf4abf92f0dde901e1152cc5bd87a792d4b42613655e4046a57ab818',310132000,'a3fe51c1d168ed726a78b72db61175f2abb07ea6c614b2886f3054cdd1a858fe','352b00e4db389d411377c2302ecf272f97268e953c30d0976a5d12bffc5a17f7','f5acf8f77933cb431b4fd6538d98a0af4c2493bdea28623c3a90e186401984f7',NULL,NULL,0); +INSERT INTO blocks VALUES(310133,'1029c14051faabf90641371a82f9e2352eaa3d6b1da66737fcf447568ca4ec51',310133000,'626743e51b462163f23f22079d672379def21382fd88f9155ddd453ca3d633ef','1a7a1af397c6619b629eba7fdef0f0ea2d737e673d182fe985421dee61d0c63a','f116f5382da1a5e3b74b9e054284d3bb763a76e7606c04c8d05c72d4e92b508b',NULL,NULL,0); +INSERT INTO blocks VALUES(310134,'1748478069b32162affa59105257d81ef9d78aee27c626e7b24d11beb2831398',310134000,'4b6e3202cae46fa80222e3ddec001213062ab76b8848eaaf4ab73f44bd84ac55','855a47de54b979a3d958a921c2679825084193b9f1eb0fa56393e0186fb1b440','ad847d3d6ce3e76141c415277b140acaf7fe86d76a036b95ef341efe1c685c5d',NULL,NULL,0); +INSERT INTO blocks VALUES(310135,'d128d3469b1a5f8fb43e64b40f8a394945d1eb2f19ccbac2603f7044a4097e4f',310135000,'e32784cedeadac39bb292da2c5eaffc983f416e0bf387978691e4c0fa5b1715a','80e68a8a303975543781e760be8d8b151206fb0335d3e0f5c2821d3e482b0ef0','d213953ac87a7754240644fd43f6bc3be3fc8545056f1828fa0c88a3421837f5',NULL,NULL,0); +INSERT INTO blocks VALUES(310136,'6ec490aaffe2c222a9d6876a18d1c3d385c742ff4c12d1334613a54042a543a5',310136000,'93c67fdabd991708d1e35dabbdf7acb4e928763eeb817b32a79cd0bdb414fd2a','5fd1f9311646bed047ec4ac1d5aa5c74d68d26ddf6bdec14f2f53f4cb9c1f6b1','b6ea2bfe1f4b01a2cbf76feafc615b2bba250104db27895ba68730a7d7c01005',NULL,NULL,0); +INSERT INTO blocks VALUES(310137,'7b44f07e233498303a57e5350f366b767809f1a3426d57b1b754dc16aba76900',310137000,'8a43d01155ba47b8b1311c41d5a57112198857701c2970d0fd373da04ef4e585','d1f1a4a5fb78621aa1be58d32795feef8ac82572c34a694bf6b0b8c3c73ba7d6','0c5e92c6da595abd1270b7c178a86cc5ffa575472caa904eade02ff804025d9b',NULL,NULL,0); +INSERT INTO blocks VALUES(310138,'d2d658ccbf9baa89c32659e8b6c25b640af4b9b2f28f9d40baae840206402ab5',310138000,'4acf0244f3188f60152acc8ca30dcaeadf12e6669b15377c81b7e6dc3c8892b6','645be1bed53d63c268cd21d99a914aa4268b5a357dafa57f706075a66e42f948','a27d49522351692319175a5790fb84af097446e187742fa659b6447a607be24d',NULL,NULL,0); +INSERT INTO blocks VALUES(310139,'b2c6fb61f2ae0b9d75d18fce4c52a53b1d24772b1ad66c51ca51090210527d46',310139000,'2d77bdd47ed1b3be1c2edf41473bd5eb707d06dab33717b01c4a227f9855d73d','c1e0ab9fe21f807be3431a5d28c048b7f5c49ee5cfba7b9a0a837d1fa5c90f4c','c20493eaaebb07b96bc1e939e5a4b071e4d216930575026747c538f7f8079a9a',NULL,NULL,0); +INSERT INTO blocks VALUES(310140,'edddddea90e07a466298219fd7f5a88975f1213289f7c434ed47152af6b68ebb',310140000,'277c0c6dd1c505dc6f9a222c737296396569d8e007c4b9a42582f108e90fa624','ab9a8224e0e3f8f728b56fd3ff40d960d9d336b2743932053b2419423223f2ac','84ba91ad865ba1c042783fee9a1bbff9aa0575cf0759959ace18e4814c3e51be',NULL,NULL,0); +INSERT INTO blocks VALUES(310141,'b5b71d2a271bd638561c56f4ffbe94d6086debaaa86bfeb02ef0d71339310709',310141000,'f5d0edff3f22b2e025c884b7c738abe641bca9110a6b9a7b90de179fd6e5d2dc','d272db9ecd97edb037736fe46ab9585397f38a6d1c1d9455e64b8439811ebe4f','edb506c2f4bfb5f789d38fa6d7981174a881c8178580b9fca7ad03b81b98a690',NULL,NULL,0); +INSERT INTO blocks VALUES(310142,'a98ae174c41ab8fc575d9c8d53d8e02d8e446b8c6c0d98a20ff234eba082b143',310142000,'a9f00ec826a30e66820ab2920cf9573244a24dacd63d48c080b9e80b1c5e05b7','0c2ddacd61856ee0743eca9125326981ab9f5711982f53874a0f8153089a8d97','6728c52b3cb58b4936b31cd66dbf3a73e61963d50080757e38ac7ca35a67fc67',NULL,NULL,0); +INSERT INTO blocks VALUES(310143,'8ba2f7feb302a5f9ec3e8c7fc718b02379df4698f6387d00858005b8f01e062f',310143000,'b5765899f770fdb6cf1120535d85826c6b0ae44b16b8d5a619c5cd12c98783ea','39ef998b6c6130f79df8dcb5abff84c18a485915f1088b36a10de30da8c6f9c6','41d9da37b84704ec6329cdc7b304af13e9a79226e1c5f7c009620642acde1ff0',NULL,NULL,0); +INSERT INTO blocks VALUES(310144,'879ffa05ae6b24b236591c1f1537909179ed1245a27c5fdadd2218ab2193cdb9',310144000,'1a80f48136e5938b33f817a7cc1cb60aaf6d628b7811abd43e38cc807a18072a','0b547c8db7446cd3f26dd0d8b88d533c1361fa5dfae6127b85e87095b42ab66b','f25398c8530eb781a6c42acf3eb3a35a84fb9888247b88aabb45cadb48ae06a4',NULL,NULL,0); +INSERT INTO blocks VALUES(310145,'175449ef0aa4580593ad4a7d0c5a9b117e1549ea772af00caa4ccdc9b1bf7a6e',310145000,'fce2f084c1776fcb36b3ae3e0c952893934e24672ffa0d3dac72bb1278af8264','bcef3d9f5eb82fb2198d268e442edfca029d5aa3ccff5e5306f0a1a8cf43b30c','22213d351e6ddbbe4d9c55319090fb111d861fa7c408a7762c08da464dfa6769',NULL,NULL,0); +INSERT INTO blocks VALUES(310146,'e954ab6a110455d745503f7cc8df9d92c1a800fafdd151e7b1912830a9cb7184',310146000,'9a98eb971580a0a69fceafc5fd41f398f1908b626c47df57965d1863e9a24b84','036b1784841e65e5905b012f2b74c70e1d9c33b769603c01387d13e693343411','47f4d6bf9cc84017946f079570352592f000cfda9052c1c8fb24e36b89852a07',NULL,NULL,0); +INSERT INTO blocks VALUES(310147,'7650c95eba7bf1cad81575ed12f32a8cc36281a6f41bef13afe1dfc1b03a7e83',310147000,'336a89d3d137810d3220d2de432f72e3b3ccd2ada2b746da3859c77dbb89d6a3','184e1861a82afa97634e0ad72cff532220a37d75f8eb5e1265039188124f6ad6','5f8423baa6a3c1ca83390ab6b4cf3ffe63fc46f73118c7fb5afe6dd5afd3cdb5',NULL,NULL,0); +INSERT INTO blocks VALUES(310148,'77c29785877724be924f965215eb50ffe916e3b6b3a2beaea3e3ae4796545a7e',310148000,'f904794337dd67d356981d2623b8c3d1d78ba584cd98a8c1db939951d3102612','c75b4218153bfdf3baf44f22f99523f7c54d957994ee838c05c08dd52d98c06f','3f9fe9c5baee42697e62c5d28a87586281aab91fb52903367c30792c39b4aa72',NULL,NULL,0); +INSERT INTO blocks VALUES(310149,'526b3c4a74c2663fc04ed5234c86974bffddb7235c8736d76860778c30207b3c',310149000,'c2972fbd048790f54d9ecef4e18aedec8ae7aa28227d1d43bd19cd71b4feff85','8dac7e6494cc67fc5c186e74b08d9fc8bc92cf71af9b0e1d919c48e9fecf7660','79a3dd609aaa1ad306edf8960926d76f4001b29bb459be1ea078340b1ddc68fe',NULL,NULL,0); +INSERT INTO blocks VALUES(310150,'cdd141f7463967dbeb78bf69dc1cd8e12489f58c4ea0a5dc9c5c01ec4fcea333',310150000,'88b999e4ae34386b826b0f3b315953b5eeda8d9ef496af051498bfce6d8737fc','db25206ba3a052c622c6a5063359308d04fc2a031d6509447d838cf96a0632d1','4f53da980121b25c4ff8c6229c8dc7236095f134f7ac3d6fbd831b587561fb0c',NULL,NULL,0); +INSERT INTO blocks VALUES(310151,'a0f31cc6e12ec86e65e999e806ab3bfa18f4f1084e4aeb4fbd699b4fe284b330',310151000,'b7c176a2eff86655f8b0b71cc8bd3bab3a92ba203d4ccd911d63f3d2ce7fdc25','c6868100e51f390d57b2da8324915c9751aa3882b6e102055fcfe229d1abfc85','3efd76488605f92fc5c3225660201355ff91d13753d642ee36df5a392b3720e8',NULL,NULL,0); +INSERT INTO blocks VALUES(310152,'89c8cc3a0938c63a35e89d039aa84318a0fc4e13afac6beb849ac37140132c67',310152000,'3f9471c393bc2bf144b17a5febea88c42982ae746fd700a5903c0e6e541e2b09','ff691488593add72ffd8fb9c8eab2b2c6f92dc2082615b3829f4b84fc8a81f88','3052d239f071d6393ba667473d69720f730bcf8bdcae0a593767aa0de4adab25',NULL,NULL,0); +INSERT INTO blocks VALUES(310153,'d1121dfa68f4a1de4f97c123d2d2a41a102971a44b34927a78cd539ad8dca482',310153000,'c6bc81e7b7e6758bbbfe10fa0e688b09e679fb74a18134639e172c18c6e017a7','6c303c21dd9de15f2a265d88e04a2c110f32718da29a06294ebafe9ed91d4441','04d45b7c1eae7c5dc63ec62aaadf1a9b897618b9264b04c5c38743923bf39aa6',NULL,NULL,0); +INSERT INTO blocks VALUES(310154,'ba982ea2e99d3bc5f574897c85485f89430ae38cf4ab49b7716ed466afa506d6',310154000,'b3e07f9de85ab67e88042b1bb52302c6eb16b7ff45d5be6a49700f115ed396d4','b21fe34642b2c9ff09e65be86103f1c3390a01eb51b4d8b98456558639ef6e1f','fa4aecfb3b1e6c3f9ff40ff75d014473b62e047504d3e716eacd629212bad3da',NULL,NULL,0); +INSERT INTO blocks VALUES(310155,'cefb3b87c7b75a0eb8f062a0cde8e1073774ae035d176e9769fc87071c12d137',310155000,'27014841a468e23bcb70c718919745eadcded4310031a7be90a4732c96509404','0e5f0bfae3a6ced9c6498cbe95b8bcb56c76530830baa61345b8072aa6e28ff3','f5706aaa968297a4202ffdaab602982e0587fe3c021517471ca0569bc1c03ad5',NULL,NULL,0); +INSERT INTO blocks VALUES(310156,'6e3811e65cb02434f9fde0445a7a2b03fe796041458737d0afcc52208f988a83',310156000,'5597aaadb8cc75848219f9fde3f5d76bb5592689c72068db59922732e89eef9d','ff3319c50ddd9bbd558542bdde3d612a475b543d6a34ea76738d929b5e05a380','8a83f16e82fb1451b45fa43c59bf536caabdfb376d6a02da4154596ac3f5dd98',NULL,NULL,0); +INSERT INTO blocks VALUES(310157,'51dd192502fe797c55287b04c403cc63c087020a01c974a565dd4038db82f94a',310157000,'cc1ae27fef286424e40204f6b575e9e079e1f7a5ccf6cc356729a7c4a7f83eb8','9b4884eaca300843017c2732aa8d09815eee4701cff996cc8b6ca6d62af4055d','4d2e9a02190f8ae1d6e7bd932ab4d033647decf8f05c722d50242fe9b91e49ca',NULL,NULL,0); +INSERT INTO blocks VALUES(310158,'749395af0c3221b8652d31b4c4410c19b10404d941c7e78d765b865f853559d2',310158000,'6d80d98e778b30c124b0255b3e72620f432245d0f841f6bd62a0fcff44843bf0','03a33d54ece86ab81f4f6e1cb337b07b6fc105a580a4ff82496885c7671939a4','212f7c033dcbd368949adf472d93ea0c15274d8a5d16aee61b0f8ee9a4068035',NULL,NULL,0); +INSERT INTO blocks VALUES(310159,'fc0e9f7b6ae99080bc41625588cef73b59c8a9f7a21d7f9f1bf96192ba631c12',310159000,'d8ab8bb14092afea6cc675d2f50891318e3169bf9dbe2d07e80c4db95f0f2033','c292a08eda8cb807f0c11947fc08c748353bf545596d8c6c03a4a734d25461a6','060c983844edf983e58af86fc664841645cee885ab0c78d044275ec1c61ff268',NULL,NULL,0); +INSERT INTO blocks VALUES(310160,'163a82beeba44b4cb83a31764047880455a94a03e859dc050da782ed89c5fa8b',310160000,'2d76a042d062b73b7dd956d5cff0ee397f068c04eae6cf5b9522d3d55e88cee9','df1e1e18b65c4322284ab36204d9f4397c0dade89bf25486c8b84f6358e0f18e','69435b60f05182c2734d3a9b50a6de851e6658fcba0f361f245a643ea0a9091f',NULL,NULL,0); +INSERT INTO blocks VALUES(310161,'609c983d412a23c693e666abdea3f672e256674bf9ee55df89b5d9777c9264d8',310161000,'beb3496742415027bcc0d59f3385809523c8783cd91a5670f2fb6fec3230e980','e61374e297180716eee972376d16b85266342dfcee4f383ba9061360f7c0a425','4e998dfca3603a5e50453bf78e913a475980fe3fbbf59b89d6b23bc0b92b05cb',NULL,NULL,0); +INSERT INTO blocks VALUES(310162,'043e9645e019f0b6a019d54c5fef5eebee8ce2da1273a21283c517da126fc804',310162000,'066a2b93df863300741145cd6a4f1a9ea616bc787861cb8ab809f59d47a6fa1f','bc115f6ddeebabd3e0ea592604ff679267b755376e509c4760cfa394e86498df','0e33bae796b100785d64bc9398e05c8a32fbac98653cb33e859483856d1dc5ed',NULL,NULL,0); +INSERT INTO blocks VALUES(310163,'959e0a858a81922d2edf84d1fbb49d7c7e897a8f49f70bd5b066744b77836353',310163000,'460c271269ccdd8775925b511705207baed8fc212caa7e74fc08a80be600a38a','d16b6243e4c0718a2adca941956564325985750a9a0833aaa35635335cb504ea','d2223e839e765c3fffa6b06f731b8166ce78656af17a710c5424191e4ca8db10',NULL,NULL,0); +INSERT INTO blocks VALUES(310164,'781b7188be61c98d864d75954cf412b2a181364cc1046de45266ccc8cdb730e2',310164000,'19a7948cd1bc4a89a427d48bb01330dadff848e2b32ec8b8abe342872850b268','54068fbe0e385c8ae2df5cb2c601397e15c019c732e37ed484573f07106741e3','02e554c6cf3bc4bab3ea8c5c28eb7ff0f14cea8027a17ea4cbf2c0801d043603',NULL,NULL,0); +INSERT INTO blocks VALUES(310165,'a75081e4143fa95d4aa29618fea17fc3fabd85e84059cc45c96a73473fc32599',310165000,'97f0a48a26daf011a8c7b22bb772228a0c8a920eccd011e713956100c9fbdf33','0783c9e3d99f4f95b64b38b92c4e8b7d257f325d10cd83bc86d684378b9ebbd6','91535e9caae059cefdee2c162343953c2f9045cc0b8fd537cf7c513e9e3f8dbe',NULL,NULL,0); +INSERT INTO blocks VALUES(310166,'a440d426adaa83fa9bb7e3d4a04b4fa06e896fc2813f5966941f1ad1f28cfb41',310166000,'edbd00e1229c673f4f15b3ac7bbe020f54b5f3a61b1d158658471076a55c77b0','683f4ab00ee1ff495bf452c511c1582100191ef7b575139b9d2f102c852018c8','836bac866ab699fe14b1ab139793113690a591c0481a8f3f1fd8ec6d9155aaee',NULL,NULL,0); +INSERT INTO blocks VALUES(310167,'ab4293dbea81fedacca1a0d5230fe85a230afc9490d895aa6963acc216125f66',310167000,'e118e0f3aad5be73080f4d1892517e8fd2c4575589ccdfadf980edebb9a66a14','d2be4356643047c7bd04eede767d4f6853885f408827f3bec8c54ceb2b7fd71b','93322fa97c88a1e90ee041f7f64938f2d1311b8291c99cbd5d2730b8074ea4a8',NULL,NULL,0); +INSERT INTO blocks VALUES(310168,'a12b36a88c2b0ed41f1419a29cc118fae4ecd2f70003de77848bf4a9b2b72dc9',310168000,'267f48eb4e3b0925f4f472d8ce6ec57ec5039911b13a14ff2884a41a9cafd7b1','ad748b661aad47fa8963b43999846ef9bd00ea2595747f835710360afed16797','8f52145ebac5d21e5fbf10d1e62faed51564f491d3895a97a253933651dd6fef',NULL,NULL,0); +INSERT INTO blocks VALUES(310169,'204809a85ead8ba63f981fc1db8ae95afe92015f003eaebbec166021867421f3',310169000,'df394a6f3b2a9b9dded6019dce9f3d3214db1f30019faffbdc2ce614f629b25a','3a92e2c7808a00a0ff2b2fb4695b225acf6262c57753023334bcf3de8e1c7ace','a1a9ed4380cbbf5b9dd34754a9fffc592060289b4a20fc443130a46cccee8706',NULL,NULL,0); +INSERT INTO blocks VALUES(310170,'b38b0345a20a367dfe854e455e5752f63ac2d9be8de33eab264a29e87f94d119',310170000,'3081081c2ab6d8280ef721c5836d0fb7e89eb3d747a4e4522d2e22f5a6b153a2','f4ada9df3e82d94ba52292e829c4c814b3f0d04f0e3f8606a90fed651634fafd','f7f25afa00b9b27cc88683130f58ed21b5b4b7509c9ad6a4dc9d9d0627eccb3c',NULL,NULL,0); +INSERT INTO blocks VALUES(310171,'b8ba5ae8d97900ce37dd451e8c6d8b3a0e2664bb1c103bf697355bf3b1de2d2d',310171000,'e6a4017e4f7d9da50bb3817990c3e115d5035443de8824dc01b5380a5b4c52a9','e335e773387256c016b82649c44647ce0355aa108249413f02117fe14f39c56d','b5ac8f0cc138761b16656f11fca2bd3d6e422759a2f734438935cf10e5500447',NULL,NULL,0); +INSERT INTO blocks VALUES(310172,'b17fda199c609ab4cc2d85194dd53fa51ba960212f3964a9d2fe2cfe0bb57055',310172000,'89e90622bf8363bcee5cd7ab6d48b6d06ce4cbd067f9985e35e67fc683f4c103','d03bfc2a16d240505e3413ce267b263a0ddde5b3f8a04acb6a67d33a89434996','6bac79d98dd2761b90605d39d218ddd4f7d6a86a13e028719f6f185e7b5eb42d',NULL,NULL,0); +INSERT INTO blocks VALUES(310173,'f2dcdc5ffc0aca2e71e6e0466391b388870229398a1f3c57dec646b806a65016',310173000,'35ceee6a23757fa49e7f5c34ccf0fd034731e95d564257b443ebfdee7cd294d3','73c9dd3d2f5390d0d4379cc8f5e195ba4a0b4d280d3fe663db3940d4a42108ef','f4b56ffbca45dbb8454579c76babe14937175cfe2ee9267699b02968b6b06abe',NULL,NULL,0); +INSERT INTO blocks VALUES(310174,'fa6f46af9e3664353a473f6fffce56fa295e07985018bface8141b4bf7924679',310174000,'101dedf34bc0788c0589c8e2b1d7da4ec65f6eab2e3c5523c0903db685cab017','71d9279604a4ac7dbd49f6672ec6cd19ba59b62302eb1b1bd78ecd3b6d4a5263','a56538466b9f482b9b4e8aa8a5b9ad1f894dd2e86c21735c5915cc4e75411cb7',NULL,NULL,0); +INSERT INTO blocks VALUES(310175,'f71e79fe5f03c3bc7f1360febc5d8f79fc2768ce0ff1872cf27a829b49017333',310175000,'67de4a0a9e52d9ae06caf62b3412d0bf2c10a6b24716210b21212d75be75ad6c','90b52df6f0427a7dc695fa0e17a7bf3e59d788cf4016bb65c451a151c38f121b','e9b80e627cfc0748f4ac5d0647ee76ba8dc752cabd90ccb01c6acd8d5ae25de9',NULL,NULL,0); +INSERT INTO blocks VALUES(310176,'67cd1d81f2998f615602346065e37f9ceb8916abb74b5762ead317d5e26453c6',310176000,'a90bd400e15727fada1a27be4a6e228bd91a15f0dbd0fb7de3b6779a8bf89e4c','b870ef1dabda015a561f74122039890b1c9c98e2c4c547dea34ed296fc99e8e1','4e09ab4688251674b51536f38d2a99a78e27961d24f1b3e8ac3d4b3df09d8ee8',NULL,NULL,0); +INSERT INTO blocks VALUES(310177,'6856b1971121b91c907aaf7aed286648a6074f0bd1f66bd55da2b03116192a52',310177000,'bac315d07dee18e27336a46ff3ffeed58aaf8eb1eb702e98a93c06303c937716','80b0eed7b842a9779b358c5293771470290876f3acb617d85e1a97e786a73092','d1ce8e9da3e79cdf0e307aa52c608e04833c6f58b5e0f704c70b6b46c5991833',NULL,NULL,0); +INSERT INTO blocks VALUES(310178,'8094fdc6e549c4fab18c62e4a9be5583990c4167721a7e72f46eaf1e4e04d816',310178000,'186ea0ece84d21ee21889ff13c98959dfc1842063a970e0c095552f0ca86515e','79d67c9aecc8676b0743ebc9af6b78c6f40d264b54bcb510b0028715fc1ca4bd','e6f877e68746e3c655f4ae319731f8ae35a0a75702c16daa37f9e9859b39bd93',NULL,NULL,0); +INSERT INTO blocks VALUES(310179,'d1528027cd25a1530cdc32c4eaff3751a851c947ddc748d99a7d3026a5e581a7',310179000,'0200402ef08256efa0adc85b2b4b15fb7448b5107b65fafbcc7985d809e84bc8','3bbcd82428f094a7089c7c9a5c74be0e400e4a03181ea95faea8681323851d43','928d3bb061b8246657a02a45b05400c252edee9602b900bf4bc842621fe61a96',NULL,NULL,0); +INSERT INTO blocks VALUES(310180,'f2f401a5e3141a8387aaf9799e8fef92eb0fc68370dae1e27622893406d685c1',310180000,'13829eeaf9bdc54f87366e35616c5a57cd836c63db8a9ba7d117d02377ef43e1','2398e91ec31dc2810a4648946a85f5af7df71cae0b678f99aaa17e97d215785b','6622a5211beaf7dfc7bccaae634855dffb885db74a8c9ccd64968f07c0e69f83',NULL,NULL,0); +INSERT INTO blocks VALUES(310181,'bd59318cdba0e511487d1e4e093b146b0f362c875d35ab5251592b3d9fed7145',310181000,'81b4d83a623a55019ad720c1bd3ecef100d8ca49deda91b8ba6ffe9802764df7','82cb247f5dfeeb31342861a77bceb74957ceb62932de536d837988a2f471f599','4377c37945167cc76aa9a922950f0d28921e3775bab4f93a56c9238c1d9f9723',NULL,NULL,0); +INSERT INTO blocks VALUES(310182,'a7e66b4671a11af2743889a10b19d4af09ec873e2b8eb36949d710d22e1d768f',310182000,'935e40f93195d450b292481aac481f445d2de8786d04d26263f4adc5a348704c','1a48f71be7c5f3baa68d68c393a6c68d63596c561005ac7c6df457584fc18c6a','1eb59f452538d5e1649f3bc2f7a45d274b3ffbeaf077d15638fb39c1d96d2034',NULL,NULL,0); +INSERT INTO blocks VALUES(310183,'85318afb50dc77cf9edfef4d6192f7203415e93be43f19b15ca53e170b0477bb',310183000,'268bf841be40615472bf4c60b5306d0763ed50510fbb55c47a6a0ac726e8701f','82d2641b1ab0cdf057e8e68b0cd7824ff8c60222f8d4e23125d68beacf2b3293','a457716c6f9b81cb330904b33aad7705580ba4f9d3061b193b960ff9fad0071b',NULL,NULL,0); +INSERT INTO blocks VALUES(310184,'042a898e29c2ebf0fdbb4156d29d9ba1a5935e7ed707928cb21824c76dd53bfc',310184000,'64323488ca4d32a1f548842db4ac772b750599ce6222020ef6149b4a0e54a935','9a7f77be4828adcfee8ea1f106ecbcb55ae758d5098a6fa1aa3a494af957f7cb','3da42dc885ca801d89ad4879cfd0b9629bd063a3f9d626b94c06c592d9aebdb2',NULL,NULL,0); +INSERT INTO blocks VALUES(310185,'bd78c092ae353c78798482830c007aac1be07e9bc8e52855f620a3d48f46811f',310185000,'8946baadef2e19c5e4e4b2d771b36982a217486dcb0f95097b41ce633e61da94','8956f030f917aa87d9b309bd845b59cb37ba2265184ff1f67bfa4b61e32d43c3','35c00ccf590141995a3a9125ed7d1bc5ee330211731515c06f573017cb093aa7',NULL,NULL,0); +INSERT INTO blocks VALUES(310186,'e30a3a92cc2e5ad0133e5cee1f789a1a28bea620974f9ab8fa663da53e5bf707',310186000,'e68b5525927cfee15fefee02a16fd700abf6b6e7b4e32e57df7d324fae7ae090','137a7a7a1ae71a317f7c3c48f7f84e4a782a515fa2096c2abe2c1adeab4e8256','6a0f7d498214e077788d22ed67b86e2ff4a5c47eb7e9a13300c3b9006f5b239b',NULL,NULL,0); +INSERT INTO blocks VALUES(310187,'fc6402c86b66b6e953d23ed33d149faa0988fa90aa9f7434e2863e33da2f3414',310187000,'c42efa24d48339fc341908a30c6679beeadc9f5918d8d3e62d5c4b06fec845d5','cc587cfca94dbe30e6670dbfc4a5e3ec46732731f5c66aab9c7ef9028b05c22a','4781669da0d0a1e975ef963ce46465888754f7bc1d074c3f99915873e895c434',NULL,NULL,0); +INSERT INTO blocks VALUES(310188,'85694a80e534a53d921b5d2c6b789b747aa73bf5556b91eeed2df148e2ada917',310188000,'13de1d9b569d5d2525ecfa39b1eda69f9fd474683b6e34554b1a755125e96e5d','2fcc160068a4eb52ac410937237ec3813bfee52750bd8cef939738b81c8ac30b','87817690112481c1a1d0dc612828ab2426d7f8e0b0ba32f46367cc243925d600',NULL,NULL,0); +INSERT INTO blocks VALUES(310189,'7c036dadf19348348edbe0abe84861f03370415ed2fec991b9374dbb0ca19a06',310189000,'582b8b3d3a226d3f6df497cb933ed5f42e1e992c0c25372ec15de424c0a33368','ae81616b5fd77e3672318a0a5ef1b20106afc3ce7d730c8beef848d73ba53a0f','eebfc40db3d90e58983a3930a6edc5ef139bb8d2e2fad01515ec6e8802e033ad',NULL,NULL,0); +INSERT INTO blocks VALUES(310190,'d6ef65299fb9dfc165284015ff2b23804ffef0b5c8baf6e5fa631211a2edbd8d',310190000,'d4c49d5e3aaf21e6fe1c30663d0ba93f7dc9ddb03611e3751fba9aac8d382ac4','48c70376450aa80a2a920e4b871d27d1efe703b377ba446a262e06c9a6677611','064636725fa3fe8da620ebe233b862e98dc83bd49b09a66b9f6984ab1e66e7f7',NULL,NULL,0); +INSERT INTO blocks VALUES(310191,'5987ffecb8d4a70887a7ce2b7acb9a326f176cca3ccf270f6040219590329139',310191000,'23d340ff3f1979a43bd1336c9c882b5ee01c646cd104060feacdb5db78025cca','704b02ead8ed3e4e6505225fc620073993e9c3b13209bff9b5f638d5f21ce23b','5b8a481be4bc56f5bb2119165abd1f5cb9fe022092edc25b0ec96f460d721bce',NULL,NULL,0); +INSERT INTO blocks VALUES(310192,'31b7be43784f8cc2ce7bc982d29a48ff93ef95ba18f82380881c901c50cd0caa',310192000,'cd18860851bceba4a0174480ccdc0f6ddc47b31ce71af8ec8500cb07f75d9da9','17018479e73908fd235313691ed8464b93a0a5db774d3608294e23fba918c672','4d1c44c49db04049456a35afa0fd156bdfcaf065680dc0e3c6e4074012a14ea4',NULL,NULL,0); +INSERT INTO blocks VALUES(310193,'ff3bb9c107f3a6e138440dee2d60c65e342dfbf216e1872c7cdb45f2a4d8852a',310193000,'391e97ae7ccf5bc38ac72e7ad1256f24c28297c625bd9a789cba8231a5ade046','d08696a916e09e242fd20a9f8314cd4fb6305e991b506c53e3ef3f77e2d1d6dd','a63ebadb8be208ba630e54084e44d11e55aaea4f10a7f553b380896b5d0c2c57',NULL,NULL,0); +INSERT INTO blocks VALUES(310194,'d1d8f8c242a06005f59d3c4f85983f1fa5d5edcc65eb48e7b75ed7165558434a',310194000,'9141c9b38087c7cf2b8c11ffd55c2eabcb3bb09f132ac0baf9c3779f628dd42b','d5f418ef4569bb977ff73ab64235b3697d0f7f326f95696e6f63c56cdd180d6d','b6cdfed935f66335932550c65fbbf7390b645fbfe02e1daa9adcd8114fa74998',NULL,NULL,0); +INSERT INTO blocks VALUES(310195,'0b2f1f57c9a7546faac835cbe43243473fa6533b6e4d8bf8d13b8e3c710faf53',310195000,'705918f002db29e7b3dfbfd6378f79d53e33c6ffa3948b2e3b5c85f85009bbde','d0165e09e04c2049de1d8582291e623c80477499203b702e46fb829390ed64c0','addafd2531bc9251c1c9cfc0d9541661b0886ea02036b72e4f6edf6727f8fa3c',NULL,NULL,0); +INSERT INTO blocks VALUES(310196,'280e7f4c9d1457e116b27f6fc2b806d3787002fe285826e468e07f4a0e3bd2e6',310196000,'59e12df19e3c0e3e23a5d1e9783c75e236a000774a038553312919a0f46b8227','57dc6e1a18ce4910ba32e109820e8e0630070251ec745e63557c98ce71dedd80','60d2de1ebaf5577ed8f93c40cf3a0fae12a8246a50a960f3ef2d89220aff5f6e',NULL,NULL,0); +INSERT INTO blocks VALUES(310197,'68de4c7fd020395a407ef59ea267412bbd2f19b0a654f09c0dafbc7c9ada4467',310197000,'a0e1817dfc258180fa1629710ff3b6026181a9042fecd2c8b0b5e38118199e07','58d18f5f2362b4bfbf155b16fc4e8868b311286b25365f3b4b1a9bf73fab69b4','b2eb8c3064ef6a6de768d0771daebb095ee0a602e446d24f775f3b8afbe5ae96',NULL,NULL,0); +INSERT INTO blocks VALUES(310198,'30340d4b655879e82543773117d72017a546630ceac29f591d514f37dd5b1cc2',310198000,'ff51bfc670b1387bfce53781750e35a3bf69d907167cf9cf57e15613cc0ff3b2','1443d1c76f64272d6ea00fb8f78913e72c617c515a162c9f1c213be02d48008a','b522712b849bed3256cf15d3017220e449938b13aa805d163cd3c24d614d13fe',NULL,NULL,0); +INSERT INTO blocks VALUES(310199,'494ebe4ce57d53dc0f51e1281f7e335c7315a6a064e982c3852b7179052a4613',310199000,'e5f8f8f00de32f0d8d2b62eba27218edcee77563960fe074da5ae86bf5b553f1','87fca2825c48b9ec9db31e2d6e8e8354a0ceff7fa3df299dc2868c7d616a9599','a8af047227240127ac55e60cbda221fa4b0838ed55c9138fac092d27eb4abc1c',NULL,NULL,0); +INSERT INTO blocks VALUES(310200,'d5169d7b23c44e02a5322e91039ccc7959b558608cf164328cd63dbaf9c81a03',310200000,'fd8fb664576868d4f1c843b28efc7ee028417034a33d6f5635238bd13c701b2a','a88ca1fa9d0dfccf2e49323a500ebdfab7ba13b60dc9011c6b510741148dbf54','cfe7840d2256e076d3d8511d0936e66f69057e68fb4d6870c01c37d93bcd616b',NULL,NULL,0); +INSERT INTO blocks VALUES(310201,'8842bf23ded504bb28765128c0097e1de47d135f01c5cf47680b3bcf5720ad95',310201000,'7e2dbbf14c0620ac0fd4e0e676857e2d055fff80cadfe2d9d0dfe07d36738722','f20074cd00170edae909606eb1bd3937afaa3711590eb7d788c564ddbdc6600f','a4fa166a2d980a2b21496c6bcb2f7825a1a771fa3fdc05aaa351d165f303159f',NULL,NULL,0); +INSERT INTO blocks VALUES(310202,'95fa18eecbc0905377a70b3ccd48636528d5131ccfa0126ed4639bc60d0003d8',310202000,'084c24e81842ec8edc4144ad64df9f12377318fe4dc491b307b7d377f3f81b2b','76c57648e216c5f191f04b79d2a1149d273b2a58a6b4956eb1d077abd2cfc113','0e6d105018776095e6dc1bd2606258ae6dcf19aa479b3e7a40d9d0fc702ab540',NULL,NULL,0); +INSERT INTO blocks VALUES(310203,'ab15c43e5ac0b9d4bd7da5a14b8030b55b83d5d1855d9174364adbebf42432f8',310203000,'4b0b8d82a5a2c8600a09b1050eed4440d9e0f2d817498f3e32ba27ebcfbaf6d5','3e49b55d1309646ffce3b91d3cc3c53c488377518fe30cf6397c0d3c2aec45f4','4cfacdb064c8bfafadab6bfe1ede0605c45dbfcf2f4dd0e8d6242fdf68c5343f',NULL,NULL,0); +INSERT INTO blocks VALUES(310204,'18996fb47d68e7f4ae140dc1eb80df3e5aba513a344a949fd7c3b4f7cd4d64cb',310204000,'9f81657142f7523c01595bef4e9008d8525c2337f6d90140e05abad619d94416','89015233602aeb77d2097a328f2a5a065245131ac88ec6ac2d2b9b056e7764b6','90f9211326eab7eb9850a4af31739063c3451a35bf903741b04bc0198f3d86e3',NULL,NULL,0); +INSERT INTO blocks VALUES(310205,'5363526ff34a35e018d1a18544ad865352a9abf4c801c50aa55742e71630c13a',310205000,'fd1cdea0193ed914cc408968efa42377d7c69453aa9bdf8bdf0731d4b1501b01','1ea101d94c29967a141d71d3b8b15b278f3530c4c16c7e0219b892072d89f8f6','7d08d4df7c9cc61540c806e13e9f6255d3f5744181e0688b5e4d1d1b9337307b',NULL,NULL,0); +INSERT INTO blocks VALUES(310206,'0615d9fca5bdf694dca2b255fb9e9256f316aa6b8a9fc700aa63e769189b0518',310206000,'5845d6bedf81fba710999bf2954b3c1f3f9ca007a09d812ccae8e2a6d3b9bb07','e26d49ceb523c99c2583e7bec1b4bbe1f8686c2bd009626fa4c8966c642a1bb8','bfe22e8712243bd75786ad3475269b651665dde60eab6c13b61c44ee2736cd23',NULL,NULL,0); +INSERT INTO blocks VALUES(310207,'533b4ece95c58d080f958b3982cbd4d964e95f789d0beffe4dd3c67c50f62585',310207000,'b65cf7069a0eb909357cd5d45129b70c576eeabc0cb13404029d088e24a2be34','596206790b52de9f791b99f7e71e3543cec87d4c3b9439ded8b7cbcd182b08e6','b24832455d1d81ad7f0009d852528190e81dd72c562596cf1236e7830fb1c392',NULL,NULL,0); +INSERT INTO blocks VALUES(310208,'26c1535b00852aec245bac47ad0167b3fa76f6e661fc96534b1c5e7fdc752f44',310208000,'aa54dc010fec8a0ef3871c91667c45e88ffac08ee2fc93274d7ad1b2b5b28102','3414e0af132ec9df1da5a4304a3c94529bd915631443d34b759a017ad166863a','cbf8963eaa72aff756ab51690fc8962df702ca649ebff4ff1f047d601e41c4f8',NULL,NULL,0); +INSERT INTO blocks VALUES(310209,'23827b94762c64225d218fa3070a3ea1efce392e3a47a1663d894b8ff8a429bf',310209000,'c7866cb2098c87c1333da5b3dce4c84bdeb620c9f1898456b7cceb23e4027df0','56dce3d0e9dfa62c44e422f41ecc1517bc98302341496db287adf309f666d3bb','80e847859af01741566cc4fd69ce0e8f0646a8d9af968bd66a6da64a3047cf67',NULL,NULL,0); +INSERT INTO blocks VALUES(310210,'70b24078df58ecc8f7370b73229d39e52bbadcf539814deccb98948ebd86ccc0',310210000,'207a1c90d1658d55fa0fc2e1507fce98521647ab5c4d11099c2742279cc92b3f','ecd4bb45bef1d8b395add25118bbeedc8d96f818a471bd7606554946a023b151','5a89af3640e09fa51277de07252c080bc4199c3471c980ee611f07554eeecc2b',NULL,NULL,0); +INSERT INTO blocks VALUES(310211,'4acb44225e022e23c7fdea483db5b1f2e04069431a29c682604fe97d270c926d',310211000,'dfc7fe172f9bc77148a1bfad5d441a3688f718b4985406d0cefd4c4dcd926208','f999268e3400907f85a0448d124df4d139b228327721fad7ad29ef595b0d16c9','949457c0e1b6bdcca86328a049317f8b6dfc7b54927b86cddd138cf2b49a55f3',NULL,NULL,0); +INSERT INTO blocks VALUES(310212,'6ef5229ec6ea926e99bf4467b0ed49d444eedb652cc792d2b8968b1e9f3b0547',310212000,'32a39bff0606ec93454a2cb144c0bbd1939bf2be6a2ae369b885afc0b5ef33c9','2e46422b38cddef2d8a10b343115c5e587b5456480fb1a019f0a5d541e90afb8','4e9541025060ed74c46663a0448abd70c7bd4b4bb82626efe8fab7584a4cf429',NULL,NULL,0); +INSERT INTO blocks VALUES(310213,'17673a8aeff01a8cdc80528df2bd87cdd4a748fcb36d44f3a6d221a6cbddcbe7',310213000,'15968873880e97e849e59971d4ef19881b1c11c3148dba966f51d986c59ccf36','fa1e7562a89ee572607e6cdbf26c80d4ee1aac2bcd45374d166e2e993f8672cb','830988ad81c1fcd5938953f1680960531872f7f5a7b95c205d62b7bacae5d375',NULL,NULL,0); +INSERT INTO blocks VALUES(310214,'4393b639990f6f7cd47b56da62c3470dcbb31ef37094b76f53829fc12d313454',310214000,'dcbdc463154fe49a7f22611fcb53e5ca78501424ba741040d89cac9db0a03ac4','5928d3221dd0bd142368585dc56f9f8a68885be95b7ad46c35bc37fbc61f651f','743cc139da0ebe5ceb049c33ea4a7dfd2ab9dcc95e9db26d5698cdada154139f',NULL,NULL,0); +INSERT INTO blocks VALUES(310215,'c26253deaf7e8df5d62b158ea4290fc9e92a4a689dadc36915650679743a74c7',310215000,'6047855f1c691f27ade1cc4c587f1c11ff68f5f5bd7959a23f801e5da7773eed','b6410b25a5d6f17a5431f621d6226491bcb2ed97dac543c06e832cdaa8853d5a','a4dc16abf8c8f78950431dc28729eaf17c87953dd47ff8e6e06933f136e44661',NULL,NULL,0); +INSERT INTO blocks VALUES(310216,'6b77673d16911635a36fe55575d26d58cda818916ef008415fa58076eb15b524',310216000,'a12fbb09858868de79095c8e3222f6fa179f2f00bc3c97c8205fd9367ae05aef','f8b3b6d36fcb97071d826e68d2e6e5bc60f982c470e68644d94a6ec1342d0148','4d6a680af10af8667f7ce4176ab32694657810e0cd23c749412cf438e0177f03',NULL,NULL,0); +INSERT INTO blocks VALUES(310217,'0e09244f49225d1115a2a0382365b5728adbf04f997067ea17df89e84f9c13a8',310217000,'419d8dc096dd58523cd4822748754158f0c11945bbb62100cb5268cd802580a8','a61fb813a69ed40eae923918a73a8dfe51dd6fa14f5426ada1a5a543ab7bb0ce','e2a584518be9f3d65cb75f0237f642ee18c527eecab39433154047cf17cad4a6',NULL,NULL,0); +INSERT INTO blocks VALUES(310218,'3eb26381d8c93399926bb83c146847bfe0b69024220cb145fe6601f6dda957d9',310218000,'a36c07f7fdfaf7878d73baf14aee58b42220b2b2411fd1864450ec6ce1fbd173','dc1d785fe75a506a691f0eccaf752017fbaf5ce2b7225bdde3fb538281698e4e','51c60f0a2b3b0ff3a6125f0d4d207cbf267ea26194dbd0246a195714af42d5fe',NULL,NULL,0); +INSERT INTO blocks VALUES(310219,'60da40e38967aadf08696641d44ee5372586b884929974e1cbd5c347dc5befbf',310219000,'7958aa94088ecf0384a9a6b0569e9507d208e009e9ce139c823960e40996a47e','c9aa622e3b372ba0c76efe97c1443cb89f2dfbcf8ff5e28dedf9b3abab3d6384','68fd58e184726830b8e2902631144e6262a3bab6231ea7054f1b6aaabee50348',NULL,NULL,0); +INSERT INTO blocks VALUES(310220,'d78c428ac4d622ab4b4554aa87aeee013d58f428422b35b0ba0f736d491392ef',310220000,'00907c4368c2dc76d1ef98a0ba3c86bc4746ed2734b0c10f3797e0af70714240','d0c3959f899232cdb5fed61bac2c09e45254959e8bc1a076acb3ba5e3ee63e65','e7f169d6ddec0c5bd535da9ca5fabefaec79107cbcc1d5241a85a24a152045ff',NULL,NULL,0); +INSERT INTO blocks VALUES(310221,'cf5263e382afd268e6059b28dc5862285632efe8d36ba218930765e633d48f2d',310221000,'2e42f882087dc2158036592298321113f1b34e15b414efa6d43364c06d368540','cf40107f8d11aa8ba96b03912967f88c44e69e20d7105f497d5418fc08aa5800','64458964cae674e32c123d298df910b6d1e4ffec1a3ac241bde6f436368d75b5',NULL,NULL,0); +INSERT INTO blocks VALUES(310222,'1519f6ec801bf490282065f5299d631be6553af4b0883df344e7f7e5f49c4993',310222000,'00c4a5d41dd629bd0973c03152e4519214dce68498999c8dddc1f7a1cad28a82','6a012ee8e82d8d24b0a24d4bbab74cbe226afea1a9c1e129aceccd1d7591a107','be39a48d284a26ccdae598294a6da21e05f58cf43aa2db7a9b143d6c721e7cb7',NULL,NULL,0); +INSERT INTO blocks VALUES(310223,'af208e2029fa49c19aa4770e582e32e0802d0baac463b00393a7a668fa2ea047',310223000,'41c7a0fa22ebee9d55f2a3b118314293d155c349ba01069a23ddff76dc842955','1080406ec3ccb84490487860bdd507637fa8fbdc68fc886d082bfcdf9ac835e7','c8ef7240676629776ba989b5cfa1a984c4b30c9c45b74e1652271bd9087b24c9',NULL,NULL,0); +INSERT INTO blocks VALUES(310224,'5b57815583a5333b14beb50b4a35aeb108375492ee452feeeeb7c4a96cfd6e4c',310224000,'66c268462442b69efb56b29e08aae1a404d3543e0a20711e8998a31af45ee929','1d5188bf347d72bc66239f3b4c709ecca24141c5474755c567f4176293f275af','22b86074b28d18a7a3326f534afa3f3a8488d8446ea6f142ff35bb1acd749772',NULL,NULL,0); +INSERT INTO blocks VALUES(310225,'0c2992fc10b2ce8d6d08e018397d366c94231d3a05953e79f2db00605c82e41c',310225000,'cf39fb28a7e4d4db7657bb11a30d592a15c049000d7ac86d4fb3d942bf879b95','61dccc2a6cdf50b56700c893611fac0dd6cccadcd672cd438452ebd30852ccf7','4e10a01d38fc7f90be5642f7a71bd35d9ba4236961d50352fd2c2629462ce5c4',NULL,NULL,0); +INSERT INTO blocks VALUES(310226,'b3f6cd212aee8c17ae964536852e7a53c69433bef01e212425a5e99ec0b7e1cb',310226000,'cb622a4d04645ad96d3e0006f2b7632e8b82e44206d6c1cb75212b059fe18de5','2c131ef357cdc433dce05cf915be1b2c243e51208c877852a19c67968caddca4','6e6ba9b7925d0b0e4e9e4db7d9e4ea52f97d8220ba6a79676c33c93609b14bfb',NULL,NULL,0); +INSERT INTO blocks VALUES(310227,'ea8386e130dd4e84669dc8b2ef5f4818e2f5f35403f2dc1696dba072af2bc552',310227000,'60ae4209347248a3f7ad39b6436627f06e45433f6b6dd89cfd3383d68974a41c','200ccbec2ba0927612c50a1ce2a58f856ecbda876943bfc2d3404724fff1927a','d07beb1d9afa4fbc4caf7f6e92d840515133b6abb28f38527880d77f40759d64',NULL,NULL,0); +INSERT INTO blocks VALUES(310228,'8ab465399d5feb5b7933f3e55539a2f53495277dd0780b7bf15f9338560efc7b',310228000,'798206ee77c9e2fc8fe943f9bf2074c9c2560f534e3304b944e2ed3c89ce8bcb','c8c9a18e8420e274c98c528e0d0636aba20f5a6c983135a61e9cd47d60123185','a514997bd8b988149a4c39b1bbde0b5d7fe9e82dd085f34e12e3e88425e5d319',NULL,NULL,0); +INSERT INTO blocks VALUES(310229,'d0ccca58f131c8a12ef375dc70951c3aa79c638b4c4d371c7f720c9c784f3297',310229000,'becad39a4d1bc8d73a856fa1d2bfa251f29b23fec9448a91932dc610243fd8df','1d817cb41854bebc85173e6c6c0a8e6ae5a1bdbbd1077a64265ec4c96d60ca45','8e63ad51007c0392860ee4d68bd76908eb1e3acfb3b1b00d86afcbc6b8aa1f9b',NULL,NULL,0); +INSERT INTO blocks VALUES(310230,'f126b9318ad8e2d5812d3703ce083a43e179775615b03bd379dae5db46362f35',310230000,'e08eac4daa7d7bc70f2f47a835bb80993d6d6db06d8d8986101b717db1c62ed6','d37fa640132bf2595891bfaa5d1d562495c780569e2a5d4f8863fd60d6396d95','459c00f67e9fef29c997ce6ed6b609dcd8e86866a66abd7439a04e6f397653c4',NULL,NULL,0); +INSERT INTO blocks VALUES(310231,'8667a5b933b6a43dab53858e76e4b9f24c3ac83d3f10b97bb20fde902abd4ceb',310231000,'a761c29e76c9d5090cd1d6424beb91d0a9fd9546c67ecaa6d4879177b6745b59','7bdcbdcc058e4c3d39751316b39bc65594624dc79fc8556e2847c94fb5986200','d31f0aaf8e4d6cc055c00e521fe346616632110c3631ebb679c8766cf3c1c691',NULL,NULL,0); +INSERT INTO blocks VALUES(310232,'813813cec50fd01b6d28277785f9e0ae81f3f0ca4cdee9c4a4415d3719c294e8',310232000,'5da469b7e21ad8ec4fe7cc2f426dcaeb18a3a4a3c44385d529a8b252c77a9e43','721ab1fecac8b537de1c90225f23a62d02a6e8b392f5211a8e020d9169dc75f6','86d7962181bfa6df85d8d1c0f5f84e62c44f9b25b67c633b6734cb271fd451fc',NULL,NULL,0); +INSERT INTO blocks VALUES(310233,'79a443f726c2a7464817deb2c737a264c10488cac02c001fd1a4d1a76de411d6',310233000,'d8531834d572acc01591997cac000185facc033e1ab72f8218a70d0ae3898914','a0b57a1491335a2fde88223b77d7c8a248101187be0b71894b6c56c426603867','9019fb11182de1b78ff74c76ef99c04986901438910f0892b191d48a29d41055',NULL,NULL,0); +INSERT INTO blocks VALUES(310234,'662e70a85ddc71d3feae92864315e63c2e1be0db715bb5d8432c21a0c14a63cd',310234000,'0ac6803ab61e14bb08fd8051424565086ab11b4d33faef077f5a0732eec6f766','b719ec81bc5245492809b946a86c76c121148d506292a4ae125b368f1a24b72a','0f03dc471adb99bbb34612c208c507d8cb54172e2f3af2d1404289de7634d212',NULL,NULL,0); +INSERT INTO blocks VALUES(310235,'66915fa9ef2878c38eaf21c50df95d87669f63b40da7bdf30e3c72c6b1fba38e',310235000,'5f7de1c7fe45858dcc844604a77051d55de3b9dbb5f5d9910ead8bd0f3af48d8','8d81c116619e760608161facac457bb00d4e816c049afbe42f6e0f7d7f1d09cd','7a4c6ca58ad71a2cbd19e94549f13fbfd3685f9eae6bc43f3d7429c0004dcc7c',NULL,NULL,0); +INSERT INTO blocks VALUES(310236,'d47fadd733c145ad1a3f4b00e03016697ad6e83b15bd6a781589a3a574de23e4',310236000,'c0437ca60921bb73516c31a74f78d2fb48d2c628b629c8f55c8fbb0060718d76','1c50aa16f8543f1eee5c2585aa8f7ee373bdb58648b430189ef4d8c9b0b767db','61cf971be6c7ab105cb22b84b5042f116ba3eda0a7e74bd05718dcecbcaca27c',NULL,NULL,0); +INSERT INTO blocks VALUES(310237,'2561400b16b93cfbb1eaba0f10dfaa1b06d70d9a4d560639d1bcc7759e012095',310237000,'4340ab34a083b38dbca477b6cc2479e6d70ffd6d6b9b75772068674297abadff','2f23795147dfb09a113607e442cdc926222a2b9c3dc173b9e92ab8560de20c9f','d9606cbf3b3a237516163893a8060477f06c26e3f3135dd62f1dfcc0f0280c92',NULL,NULL,0); +INSERT INTO blocks VALUES(310238,'43420903497d2735dc3077f4d4a2227c29e6fc2fa1c8fd5d55e7ba88782d3d55',310238000,'6a76891c10ff0f9416ae1a024b985d621154918bd8ab545980b57fd2d18c4af7','31d5717812d8f7e54ac8b7a000c7b599e2123a1de205cef6559b3930c466b961','44abdd74801c8f3aac4b108bb763cadb69653512f1fca6881a6d424a44db026e',NULL,NULL,0); +INSERT INTO blocks VALUES(310239,'065efefe89eadd92ef1d12b092fd891690da79eec79f96b969fbaa9166cd6ef1',310239000,'1128bb89562fc3b112da425a3dee67adaf741a8021ee378bdfeb44af3b1b1fac','82b7482bdf98200b43d483dc7725ea9069ab96d897fa88dfafd73334132d362e','a52aaa58610867485687b0f878d2fbf485f8e5e95cbb3a10b8ec0235e9eb19af',NULL,NULL,0); +INSERT INTO blocks VALUES(310240,'50aac88bb1fa76530134b6826a6cc0d056b0f4c784f86744aae3cfc487eeeb26',310240000,'be05624b84b2e76794f065f36b4e98d6c6c120f1d8a5db91957bbe7008ce3240','bfd037773e4ad5fedd072183d19e824c36cf21549c374f7d7dab3ac313a1542b','2f6a657ede1e03527145e6522cc95c87762b3494486380492882bd5bda53d94b',NULL,NULL,0); +INSERT INTO blocks VALUES(310241,'792d50a3f8c22ddafe63fa3ba9a0a39dd0e358ba4e2ebcd853ca12941e85bee4',310241000,'5abfdfb1aa42fb80ca4538062d152d965b6a7a56bd1e170a7a109409a4606b7a','e0bccb8ee5ac848700b228d8d21970f33fcc7a2c091e4b1d1f7f71c09404ecbe','749b2d2aac404cdcddb4440786df0f3701b7cd69683684f4c4bbc167c93ec06f',NULL,NULL,0); +INSERT INTO blocks VALUES(310242,'85dda4f2d80069b72728c9e6af187e79f486254666604137533cbfe216c5ea93',310242000,'5f354f767df3256aa6a23544a7164160b9fabe481c85d1891f5250b3026dd7b8','a9b87a1cd3146663579bf192b97136602806865bb60ca2d464e3111872b61b7f','65a09f2c4039fdc855755b94d15c838e74258f6ec567d450cc101a799481da26',NULL,NULL,0); +INSERT INTO blocks VALUES(310243,'a1f51c9370b0c1171b5be282b5b4892000d8e932d5d41963e28e5d55436ba1bd',310243000,'ea3acc31b3c298237fa11ca4400c65ee46732c96e0b7fac5a183dd49d938e730','b7226a87411a48bc0b25e014f2929d63979a297600f51723a0c9bb89fef120b0','7dfebb43367ffd01d0c5776a41ab1219d516e1eeaf6fb766f8c881181f5d82fa',NULL,NULL,0); +INSERT INTO blocks VALUES(310244,'46e98809a8af5158ede4dfaa5949f5be35578712d59a9f4f1de995a6342c58df',310244000,'07ad792741a48d5a7b657e6c4dc83e3534c79bd1e7da7044139516124adc8f80','baab169058840f62c00af1dc51ee0a77fb964dd27c6241463650fdb6c77d3b6a','eb1a553f430f7b38581432d9734c1780afb7afaa4ec665a639f895500cbd74ef',NULL,NULL,0); +INSERT INTO blocks VALUES(310245,'59f634832088aced78462dd164efd7081148062a63fd5b669af422f4fb55b7ae',310245000,'d36a618af8e92da03b373ab0137ded666db6cef906a6b2c0cb8c71057a1a5903','18cf40a1489af6f99dc454630c35dddf20acacbf979d47acb30a5831e55f920e','5ceaf599e80ec6ca27fe1c581e5f61aa7465d56a926d4e01ab3a1381df1e8aa7',NULL,NULL,0); +INSERT INTO blocks VALUES(310246,'6f3d690448b1bd04aaf01cd2a8e7016d0618a61088f2b226b442360d02b2e4cd',310246000,'a34e154571ee585a839053a851a007d6d433d3efd2b3e923a9c4ec4bb0dc9d98','a2103af3fa84dc4015979f3a629c46e2234f534f86d7c5a403275a8eae144ba7','fb45f8393e39b4d730fcc2442aaeabb10054b352bf27fcd2a68d31c9392d9b94',NULL,NULL,0); +INSERT INTO blocks VALUES(310247,'fce808e867645071dc8c198bc9a3757536948b972292f743b1e14d2d8283ed66',310247000,'ee94fcb9210718095ccdf63f30ab081f45dff765a9ca4f5c86b1b0d98973ef90','39cff977657fdbe649c601531383548a3922cde40dd998c355c201cb6deee9f6','f43256d63cec8a5f5fa37b9a0d1ca4b502cd9a843e5116bba22cc8dfc897136b',NULL,NULL,0); +INSERT INTO blocks VALUES(310248,'26c05bbcfef8bcd00d0967e804903d340c337b9d9f3a3e3e5a9773363c3e9275',310248000,'029884a5273466fa45cdfbd91ae3aaca50af0771d22f6b55af6367348c2802e2','6951bec53cc30ad6d9dd3f38f5fa8e4b876cdb1637595d38614ff3e42b53edce','60f99200d631303d6eba51f4382c5018ccac61b0bfff1b1ad9fcbc12259d2eb0',NULL,NULL,0); +INSERT INTO blocks VALUES(310249,'93f5a32167b07030d75400af321ca5009a2cf9fce0e97ea763b92593b8133617',310249000,'dc10674812c5249c693ab7b148d048439a0d77266014f3afc1810a6260838f02','2f53ae50e27194404c5b85dab55335582b2961c6997393a9c48e6708bab8f1dc','3fcfdadb83a8a849772984bb6e6d046dba2c50839dab49e8ff1a326fb579171c',NULL,NULL,0); +INSERT INTO blocks VALUES(310250,'4364d780ef6a5e11c1bf2e36374e848dbbd8d041cde763f9a2f3b85f5bb017a2',310250000,'a0fd49b46ff0000e83d4c56281dfe2be1bbfc924c75969726754b05bf7107641','5148416db7a3e45edd128f1b9b5c61b916ce94f25638cc90a8d73f60afe64176','ba27669e3725a291651bed50ce25f3d8ac45166ce42b250f160deecdc413656e',NULL,NULL,0); +INSERT INTO blocks VALUES(310251,'63a3897d988330d59b8876ff13aa9eac968de3807f1800b343bd246571f0dca7',310251000,'bdef6a6203d28d314dc087e539a9cdad19d123b605824f0a66f13bf5f72de9b8','6742a15406482537d29722db3302d492647e4c7487d840fc8e7d74d0806c3bee','99ed6c5ee2086bd090a1736f1c94be0afb3562bfd0a0a5a2b42ff2ba32a426ed',NULL,NULL,0); +INSERT INTO blocks VALUES(310252,'768d65dfb67d6b976279cbfcf5927bb082fad08037bc0c72127fab0ebab7bc43',310252000,'8da11bec0d58b196ddb073d3aba0def98f01f83da654765fcae21cae6046214e','2c11848ca51ba429a094ef40b1aa019c132cd9fd6f954139dab5324d77eb7125','e1cb235bd4548d9ac6b07882aa78009e1ece1776da3b2d46c232b508d62cd29e',NULL,NULL,0); +INSERT INTO blocks VALUES(310253,'bc167428ff6b39acf39fa56f5ca83db24493d8dd2ada59b02b45f59a176dbe9e',310253000,'2efa2c5781899d213741e795ca62fbee9d3ddf53792ce002db7484adc66bfbd4','1036976d6406322c4c0afb2c6be13d6b89cfb2feb30306c9df8a499330d5489f','6266c2d1c09e9f17d1846d7dd268ac72449c246fcf9add3ad52ec56cd2c2db7d',NULL,NULL,0); +INSERT INTO blocks VALUES(310254,'ebda5a4932d24f6cf250ffbb9232913ae47af84d0f0317c12ae6506c05db26e0',310254000,'d062ec468e76421d3769a99eb3c8b2cbf4bf393d109ba13b3bce128613fff547','098200d06ee21c916a203065eae3cffe8e2c80e32bce890f96e6bee400cf16ee','ec3c50623ce63434cf7cf598874c45e3addbd5d172116b11a18c2818d843025c',NULL,NULL,0); +INSERT INTO blocks VALUES(310255,'cf36803c1789a98e8524f7bcaff084101d4bc98593ef3c9b9ad1a75d2961f8f4',310255000,'5c531dc8a7461e9e7a2ead654509d76c9be3427b1d2b75c0ac7ae0e03126c49a','b9c0f364e8694264c33b7d993ed45f645410820dd0ff39704b79f6aaa64a46c4','6cda1404dd86433a4b24f815c564c20da6479892d741ab0040ffc644ba1ddbb5',NULL,NULL,0); +INSERT INTO blocks VALUES(310256,'d0b4cf4e77cbbaee784767f3c75675ab1bf50e733db73fa337aa20edefdd5619',310256000,'8da9f0162e15e33e14e5e1e22c2fd847055a65b99eec519dd069a83bb9006b51','fbb34ac53fa4a19bb467c92b87291aeafd8bf8c43be49c7d487f962df5c50d21','96238b0f832028d5acd2cd84ab5867e544ed2032508a99247c62cce7cb141011',NULL,NULL,0); +INSERT INTO blocks VALUES(310257,'0f42e304acaa582130b496647aa41dcb6b76b5700f7c43dd74b8275c35565f34',310257000,'0cf6657db5f3145587a466c05f237289b639668d844abfd8d46430c090b54913','71c115bc32aefb584d499c054cd09d0ea58ea0cc11d187bd5add8f261f43f055','eb21320be6c0b4407d710a0f33ef59a7e014919bc73b0c78916912027bd15a0f',NULL,NULL,0); +INSERT INTO blocks VALUES(310258,'3a0156dd7512738a0a7adba8eeac1815fac224f49312f75b19a36afb744c579f',310258000,'e340defe4bd84e788f9c5b083849e6aa1d5c7f33123ebe62d7abe04b8a9e312e','0725d989aaa9e8f1a5604f1807ec8f5aa2db518ec2397479e7e6c48c4d2b04ca','ba7ac1e3ccead9869a1017e43872063d7f09e324a7e0ac46de81259014a2898f',NULL,NULL,0); +INSERT INTO blocks VALUES(310259,'e5ed3cdaaf637dd7aa2a7db134253afe716ffdf153e05672df3159b71f8538a9',310259000,'03ca0cbce5a5b50988c19c0d4e754240f50821695dca767d1169f8c7f5c1fdcc','19e343fb3645b7ae94a299eb13691ea02d054e8acef0484a95a4079e42e487b1','8f69cd7dbb22fd636e4b025453c0e665d0bcffa1f74be067fd680fe5626bb40e',NULL,NULL,0); +INSERT INTO blocks VALUES(310260,'8717ddcc837032ad1dc0bb148ddc0f6a561ed0d483b81abb0c493c5c82ec33cd',310260000,'83a3b43e01f4f25ba05b527415baa3e8b8adba319628c245988136bd8fcdfcfe','de3dee5cacbf5af3aaf1dac7cae860b06af7a2ba227f2bd81840d149354a05db','be84172b68d040b2933efd38c2cc2ba9e2aaafd2c4a45f9bcff2db572477ac27',NULL,NULL,0); +INSERT INTO blocks VALUES(310261,'a2a9d8c28ea41df606e81bf99cddb84b593bf5ed1e68743d38d63a7b49a50232',310261000,'e61c12005d60870fee947fff469631ee540b1a0d6b8aa67614cfacc0a9f65ec0','58b8a751b3daa23993a773073b44d4bb2715075dbe3cc1738f3138383646504e','78b25836ed57f408593da68c4300530d00ce30104e0df39e472c39a800509453',NULL,NULL,0); +INSERT INTO blocks VALUES(310262,'e8ebcee80fbf5afb735db18419a68d61a5ffdde1b3f189e51967155c559ee4ce',310262000,'c21ac4906d435af5b9ef5576da6bce454f65ef16099b7ee03219a4ae1851bb91','a1e30e203c037b242cb1a41e5fd948828da8192a5db70453602961183a00d36d','051dfae3e02a9b3734decf99b65e4e3360eacc506d5604865dbf82ec4dc36663',NULL,NULL,0); +INSERT INTO blocks VALUES(310263,'f5a2d8d77ac9aac8f0c9218eecbb814e4dd0032ec764f15c11407072e037b3c2',310263000,'676f6c532ff23839fef228a9fac7719e77a3c20efdc17f3cb2d13035c78820e8','ca47834be7a15554ab2dd401462d7d5c14f3f5f9ef9ba715488b1b3704de15ab','b1a82c3ae2929bc1de04f93c719b4bfd507b047580749c3768ce7c45f66aeeed',NULL,NULL,0); +INSERT INTO blocks VALUES(310264,'ae968fb818cd631d3e3774d176c24ae6a035de4510b133f0a0dd135dc0ae7416',310264000,'258854505b1d3067bf360f3d0dcb369ed7a90fec8744578d3dde51a79db72c25','21f8b38aa107a9c6fbd6439244ce85a8a6abd12fde211c4569d28353cad5b8bd','a735d7ca2032e08304dfe9bb980b51eebb01414c226762177ae495fceb737285',NULL,NULL,0); +INSERT INTO blocks VALUES(310265,'41b50a1dfd10119afd4f288c89aad1257b22471a7d2177facb328157ed6346a1',310265000,'72ab32c420a7dcac0e7c36c4d9ca81e237955b4d8bc57c87078ba292923ce98d','9685f9791c085e79a3c298dfe4f49fd1dbf8b4bdacf45e1d25e7d18382ca0e7c','2a4e33c0116127f17f471b0a1a948596001782d61022471889918fd12adedfcf',NULL,NULL,0); +INSERT INTO blocks VALUES(310266,'1c7c8fa2dc51e8f3cecd776435e68c10d0da238032ebba29cbd4e18b6c299431',310266000,'b81386d19aac285fee4e39a818cb0442e378372f7d55f92e6028b37f974e4a61','578600253e06f32b4ee4a312df8213ea7cf12f841858bdf6123b0169cb4bd42e','6496e4fdcc79742d310b64dc990f1ba3b099c4ca3b2639347723cf83043db56b',NULL,NULL,0); +INSERT INTO blocks VALUES(310267,'c0aa0f7d4b7bb6842bf9f86f1ff7f028831ee7e7e2d7e495cc85623e5ad39199',310267000,'ea8fef9e82e451d9650777b051f19fe5e34b8976f1bcc1880b6eebe5feda34d5','face84fc0aa45f7b072d73d4930b32e223cc4c22a620c39334fc836e16b2fb5c','85c8ead95073070a7f24a8e26da4199b8f63cd132948cce97e1f0585ad209b3c',NULL,NULL,0); +INSERT INTO blocks VALUES(310268,'b476840cc1ce090f6cf61d31a01807864e0a18dc117d60793d34df4f748189af',310268000,'1545d381812f0f0caa827a237f145838276fe058b05af4808615738ca9910bf1','ee67f9fcd6ce50ee98da722352a917a46d3c71d2e5ea50294a55c613817e77dd','7e0ef477959231d53dab4458110d9f90d9c33b9775b97ebd147581576b6efabd',NULL,NULL,0); +INSERT INTO blocks VALUES(310269,'37460a2ed5ecbad3303fd73e0d9a0b7ba1ab91b552a022d5f300b4da1b14e21e',310269000,'fd9cf61ac6e1fba409e4220a141ed6c89c18c893c7a752af53d5f7608bc04a67','6d1424cf68a5b1dfddbbafb260989c5b27c060a40026e829476d979cbd8f4412','0d0d66d6aca069583af8731b2e5a5b526c6f6b23fe2700b6055b2adb47c6d9c2',NULL,NULL,0); +INSERT INTO blocks VALUES(310270,'a534f448972c42450ad7b7a7b91a084cf1e9ad08863107ef5abc2b2b4997395d',310270000,'1d34c8c0dfdb4733a7b589647abb0e6a08f8de93a5c86fbab786f6d9d1500785','fc2696c78afd3051d10ea3ecc56280d2633b732a7c755b9057aa30fb11f58f53','6a1cb8775f0843bcc69a645fbb3151eb1a91d96794dffd56116f1d582cef881d',NULL,NULL,0); +INSERT INTO blocks VALUES(310271,'67e6efb2226a2489d4c1d7fd5dd4c38531aca8e3d687062d2274aa5348363b0b',310271000,'cf38baabc6e8a082eba1bd8ca2f72af5eb01cb76bd3c9eb101b27080a3a70d17','b28638da352abf83f2250bbc2da0f75b14483d7d4c69c93636484e9e3aaa326a','67f8f152e8a07358d4923e258e027fba8c393672130bea3e2f6df6a3d0a00d8a',NULL,NULL,0); +INSERT INTO blocks VALUES(310272,'6015ede3e28e642cbcf60bc8d397d066316935adbce5d27673ea95e8c7b78eea',310272000,'2b2763fa5ab2962582c303062da8b8da7280274e615b3e37f93a32e44793ccc8','329d5096486b8dc452e2a1ee0a36d9a17ddd5bbb3149ddeee2bdb4989a7a3a35','6c46c90007850088995b20d76298918e2b5eea9b82aecc8ec5f8a0bd2c92b2cd',NULL,NULL,0); +INSERT INTO blocks VALUES(310273,'625dad04c47f3f1d7f0794fe98d80122c7621284d0c3cf4a110a2e4f2153c96a',310273000,'ff9df73d4f92b7557c36f20d8f622923dda225a1ae2871e60f16ee2dfdf5b9d8','f79f73097410b602df3a98901e26ed37d07f1da95249cf0e3a62c811d4f7de3a','abdcfe0157e38d872589766daa77d43be9e0ea8366a58a823bd89d4bf6e28936',NULL,NULL,0); +INSERT INTO blocks VALUES(310274,'925266253df52bed8dc44148f22bbd85648840f83baee19a9c1ab0a4ce8003b6',310274000,'ece29ec2cd160d7634009f41cc2d0f13330d53ec6971c019d69dfa4367f86646','bf01b445bc208b9efcb314f1cfa1ea4300fc152ad46a973044abf56dc74e9c62','48db3c2127ab154465406816642a83da8b052b40eafdca8cd3db236cdefd3440',NULL,NULL,0); +INSERT INTO blocks VALUES(310275,'85adc228e31fb99c910e291e36e3c6eafdfd7dcaebf5609a6e017269a6c705c9',310275000,'23738d6d8dbf8b44b481f6c0eade991987c84e8025fe1f484c7acd3ead7f4163','c0f70c46688ecb9eccaa94bdcbb3fc54eaf3af76cc450b62dfd7a9513bbbd50f','fb1b2a18ffd0af41ebb05519dcb6e9b8021ff3cf20fce18d3a9fefa162f78814',NULL,NULL,0); +INSERT INTO blocks VALUES(310276,'ba172f268e6d1a966075623814c8403796b4eab22ef9885345c7b59ab973cc77',310276000,'a241e1cb19bfbebb3bbb09c6471760b8379ddc73a67d69b4d84fd1d21dfb7034','99d32cb4d9b52ec0726c907330b2a60d7cf8380c8012f804cf8838bee1b0ecec','9190f575a817d5d077ffabb50dfed01c0a7000f9400010a8c94b917418e8cb09',NULL,NULL,0); +INSERT INTO blocks VALUES(310277,'c74bd3d505a05204eb020119b72a291a2684f5a849682632e4f24b73e9524f93',310277000,'0efa57fd462031a87831832a789ed7751aac5f6c19a23767555b3f7145d87532','08e71c5246f1225a02a00c8b52bb7a92c6937da9c9659129a5dcd2981069bbb3','504f3e272938a96684130a044d4b500da8ba3acf47a7a3ef7ac506680ba15842',NULL,NULL,0); +INSERT INTO blocks VALUES(310278,'7945512bca68961325e5e1054df4d02ee87a0bc60ac4e1306be3d95479bada05',310278000,'0045189a4da126b22e91e4bc2a7ac37dc90ec0869b7fcbc927919fca4cce5259','6e3580c7af675e8fdd1c5366a7af2e387f8d8d9192589794883a28ad2ce6a499','50822aaf2f3c180a5f1e084a3f2a1c65bca6eacbd130e01d441610a81cd05ecc',NULL,NULL,0); +INSERT INTO blocks VALUES(310279,'1a9417f9adc7551b82a8c9e1e79c0639476ed9329e0233e7f0d6499618d04b4f',310279000,'442b7d4dee025b81c298ca0f6a5b9dbdf17ed0087fc36eab7f0671d5a19c9a2c','04f51f4c3de467be5cfb32cccba5cd482eb14657d7f67a60820204fa22afaa41','5b851348639fd37effd928f3c2170a46647f9de7eeb29656bb20c71d0897a32f',NULL,NULL,0); +INSERT INTO blocks VALUES(310280,'bf2195835108e32903e4b57c8dd7e25b4d15dd96b4b000d3dbb62f609f800142',310280000,'38d7f98ae9cfb8e3938032dc33899e2e3e5a88e9037571cdddf8ed4709fc8225','d25ed55e962a45fbade2012c35ef507dd76fa0c67553343bb6568569bf1c08ca','6e22ff1102997bc4b8e5ce23658906eb892fee04244026d8bcb2b1f6a3b3dcde',NULL,NULL,0); +INSERT INTO blocks VALUES(310281,'4499b9f7e17fc1ecc7dc54c0c77e57f3dc2c9ea55593361acbea0e456be8830f',310281000,'51237cee3b85f1636e336259b115fad87acc830c71e13ca79e344efb7c308ecc','77eb5540b9f1e2f80cd3cb8572ee80bc112391e0236b560749aaf9952fb6705b','19ec7ddaa2a540210ff236b3250995185bedb5d77e43128c78699e42230a7e28',NULL,NULL,0); +INSERT INTO blocks VALUES(310282,'51a29336aa32e5b121b40d4eba0beb0fd337c9f622dacb50372990e5f5134e6f',310282000,'73adccef91b5c738e8810d4781a38edf98d2aa0a8cb619d575e9bdeda979f1fb','889f3e1047c8ca362c1ce4749d1c7ad167dab1e5f85e509d114b1ba1bac8f240','41368530c2de2d576db614b6b455f18affa9479956b738604fe76e625d51ddff',NULL,NULL,0); +INSERT INTO blocks VALUES(310283,'df8565428e67e93a62147b440477386758da778364deb9fd0c81496e0321cf49',310283000,'5853e60a1b79d4f154cc1f3dc8b0a4d6130ac07784bac16f257f92b9ef294144','1ce62f0a42cb7ecd8c35436253e8234b83e81ba5abc757965b5041400139eee2','b0ddf048004f2c3770049e710af4030c249e2f9a884e8bf76ea1a32204c4aae1',NULL,NULL,0); +INSERT INTO blocks VALUES(310284,'f9d05d83d3fa7bb3f3c79b8c554301d20f12fbb953f82616ac4aad6e6cc0abe7',310284000,'ce33194cb67aa0a5facd788cc24706ef249bcecc95a9965f91065146b33e464b','c354cfcb046ca331ae57c00f64b56defd034278e5616ef7d1f3e559dc538bf0a','bb84b0517e7f25ac75a2308dee56d6c8d7fb912983c9a87f08eaf7f11409739a',NULL,NULL,0); +INSERT INTO blocks VALUES(310285,'8cef48dbc69cd0a07a5acd4f4190aa199ebce996c47e24ecc44f17de5e3c285a',310285000,'3af35e85e98aebe1a9c778570c730bf80e085a08ca707c1a5d44b50f2579e71c','35e84bd8780b8efbdc3207b9fef22e12ff71798477971a50088b9c8def3c77ed','88de96991b4a8e290691106a05be486f341aadfbe196eb22b22a1f864da0038e',NULL,NULL,0); +INSERT INTO blocks VALUES(310286,'d4e01fb028cc6f37497f2231ebf6c00125b12e5353e65bdbf5b2ce40691d47d0',310286000,'4b09b627adda46ee7cf7116102a330ba2aa1ce714b2fa133f7952af34a52ede9','5a868b89444476076be22e42526c4462c5b865012d9970b917376c5342750311','ea7471a21cf0497818140d3875c893d91e7c346513b61a9056cd8fde772f5536',NULL,NULL,0); +INSERT INTO blocks VALUES(310287,'a78514aa15a5096e4d4af3755e090390727cfa628168f1d35e8ac1d179fb51f4',310287000,'67786e4ffab15cb78c7bb44ef160d1e5d99b599eecb5ff4f906a6599d744d410','791a49e50583660824bb3ec141a54951c2fd737ed963b1e65b653c22a4fc4a84','b238caa267ca7e918d049219ff2b067a9c1e78e855d42f6ea86d5fb87c689783',NULL,NULL,0); +INSERT INTO blocks VALUES(310288,'2a5c5b3406a944a9ae2615f97064de9af5da07b0258d58c1d6949e95501249e7',310288000,'600716d2696160b3ba290636180f2afa24bf8d24435022b4539a4cc965c18dfc','3a1e3da301643f22a9b2719922a4621879b2c2d8b790e646f135bc3b5d165e65','64a7c6f033ed278dd8575ceb9156702f3b7d893cad734d3f0c90c65401f84f22',NULL,NULL,0); +INSERT INTO blocks VALUES(310289,'dda3dc28762969f5b068768d52ddf73f04674ffeddb1cc4f6a684961ecca8f75',310289000,'cd6d4b17759152edbf25fd72dce9b9126ea31a2bb1a5435636801e0ee4be1158','26aeba5ab63445ebd419a02915a835d8d6a0bc25bac49dd799e356325687c8f8','651ddfaf382cd045c18c9934934bed9b9f6f627fe68d6bdfc34d18cf89dbfa52',NULL,NULL,0); +INSERT INTO blocks VALUES(310290,'fe962fe98ce9f3ee1ed1e71dbffce93735d8004e7a9b95804fb456f18501a370',310290000,'04a9135f416dc041d3c1c0216a84fd780d133213c3369691fbf5e8848af9d14f','74c57c7e7db040f0974be44dae944c978ed2ddb01390d616c9bfaa6816ed198e','9c65c82f800c569546c1c4c75b1dd64e79b1cc9b734e9df04c72eb3f78c7db7b',NULL,NULL,0); +INSERT INTO blocks VALUES(310291,'1eeb72097fd0bce4c2377160926b25bf8166dfd6e99402570bf506e153e25aa2',310291000,'50f556e01b9e8c135b20187bf863839e651a0d0bf4cfd1008b446531776f7917','13ede25257044f3bd98c6905c216bed45b0d054951d2c5e86a3cf4707699a279','8a58cf3bafbaf28d65b113451591e86b0b02ee7e391badd16dcc7aa0ba0bdafb',NULL,NULL,0); +INSERT INTO blocks VALUES(310292,'9c87d12effe7e07dcaf3f71074c0a4f9f8a23c2ed49bf2634dc83e286ba3131d',310292000,'9d4bf4b1c5dba1132a9cbfd78c1d94cbaf15d7648da80c8bc1a8dce12a79eac0','1b761ed985b1e55c95598c5c0f37df4a1e06dfd26c17792b1020cf0d28fa9a56','80f6e16a33cd0e5568ec96995c4ef89698184ff7ef273268155154730e518d81',NULL,NULL,0); +INSERT INTO blocks VALUES(310293,'bc18127444c7aebf0cdc5d9d30a3108b25dd3f29bf28d904176c986fa5433712',310293000,'a51a3f9af39175cc9d142eff67811307ad8f51cdd8161aaf0d98af9e2be28efa','2fd7a38fbb17d7b0eec35f2f03a28c4aee7f579d7f42e3ab124cf5eca07869eb','75fa04fd0cf8cecf6124c06c9d146a2439447b6c3fe1b359e6d27709ffbe1919',NULL,NULL,0); +INSERT INTO blocks VALUES(310294,'4d6ee08b06c8a11b88877b941282dc679e83712880591213fb51c2bf1838cd4d',310294000,'3e9858caa8e835295aa7e78505ea34ce0726e3f5f6cf9fbc6dc4393a28724a25','36566c7c396ecf454c6fa6d3b27dd7ad2c138a85edd74672f2e7d9791e77f0b6','c3e0e72e999bab29b0dffcfec836aa5b203b42faf072ab3fac85aa69810d4567',NULL,NULL,0); +INSERT INTO blocks VALUES(310295,'66b8b169b98858de4ceefcb4cbf3a89383e72180a86aeb2694d4f3467a654a53',310295000,'bf48715799c46d629641ba5b72405f6e6cf0500886da94fcc6fddd306a86b02a','2d6b79733125c81413a3e70acf597a11e986893264588da74e9b8a0d5d46e1da','00cc4efc0171b73b5e5db64ce94d8d96c6163d6f568fce218ed5e08e8197d245',NULL,NULL,0); +INSERT INTO blocks VALUES(310296,'75ceb8b7377c650147612384601cf512e27db7b70503d816b392b941531b5916',310296000,'08e2361ae4b98387ee43fd7230ea8b296dee677b337f0e211527e3cf29a64e9b','517c81a10cc4219c38e3f947dd862f6983a4a2eb22459dba31f1a656bdf4eeff','4c05a23931186a931eb027187bf744bd508cbf4e2d5e796ea923d7adff99bf8e',NULL,NULL,0); +INSERT INTO blocks VALUES(310297,'d8ccb0c27b1ee885d882ab6314a294b2fb13068b877e35539a51caa46171b650',310297000,'cfefc3138983a33686dd1fc37f06fa1d7e01d9b218f7242cdd59005633c0ded8','85ae0c384a76e7c93b29204df759293f7a488fc71edf6b4abaea1944fa3a85d7','c30ed500f848d1b1f7ff9d4deaa5fa363f58e97a6cdf12e68f4cdd0ab95611f1',NULL,NULL,0); +INSERT INTO blocks VALUES(310298,'8ca08f7c45e9de5dfc053183c3ee5fadfb1a85c9e5ca2570e2480ef05175547a',310298000,'25254257d6f6724161b2b73f94d28d3fd40594b4846699b8a2d5f45d205b1fec','0633d67a69ae2c0ea1e7d3c349cfe1f3b753e387446787987c50782ee4601b68','a275c25e51d39f599cc0400cedef4d61a1d9b9112bdc555bdc429508f842d701',NULL,NULL,0); +INSERT INTO blocks VALUES(310299,'a1cdac6a49a5b71bf5802df800a97310bbf964d53e6464563e5490a0b6fef5e9',310299000,'756acb1055ec75df8fa70f80e23d75f2b47e75035bfd68802e68308785a2ee14','299d47f0c18c1629003069df0afd0bb877b45f06b5609ec171c7b87ae65a0be0','ce5db5cc851bb1f59e3539dd05edfa7c56a4f10c5fa2fe2867474d24ed6ab3f2',NULL,NULL,0); +INSERT INTO blocks VALUES(310300,'395b0b4d289c02416af743d28fb7516486dea87844309ebef2663dc21b76dcb2',310300000,'e30027ca81176dc1e79a0ab3a5afbb839a3338dbe9ea6057aebcd383ed884c1d','8338432f3d159dd15129a269d1cf3866cc7cda8c3845ab349ee6cc240ecd7020','3721a347550974ef0110df77f0e29ddae6515156525c89a1e331359b2298060d',NULL,NULL,0); +INSERT INTO blocks VALUES(310301,'52f13163068f40428b55ccb8496653d0e63e3217ce1dbea8deda8407b7810e8a',310301000,'4c2bcffc796af76a2607a978289942241e63a6387e0a2ae8fc3d02c6b5519fb0','676af2de3d30fc26112e65d493b9c2401f93822c8e414cc5e7231e60b728e6e0','751094a1e3e451441f6e956573607dd3e1f2908b06870b22942c0c7c9b755f27',NULL,NULL,0); +INSERT INTO blocks VALUES(310302,'ca03ebc1453dbb1b52c8cc1bc6b343d76ef4c1eaac321a0837c6028384b8d5aa',310302000,'a39fdd7f84d2f6e29b613a8a724bc0902d9abd2d6b4d2f46c3b0512928d69b3f','ef3dfc32bc5b72ec279a0229af8bf6548bfb5bf4ed717e3e81ccb7710f802021','22546b44a73950633a180bd3c1ccc58bc019276367ab5e8ab106e3125fd37d79',NULL,NULL,0); +INSERT INTO blocks VALUES(310303,'d4e6600c553f0f1e3c3af36dd9573352a25033920d7b1e9912e7daae3058dcca',310303000,'23f307ef560a02210f4aae5fe605c6d8af9317ab17f1e1ef0944038a3515da49','d1c0461baeac24d356af8ba5283753c778f8ab0fa222c51b753758268f1e7fa4','de9620c23a2a4ae04247b521de62eabaf8ee48c5970e81791fffcdc211877fab',NULL,NULL,0); +INSERT INTO blocks VALUES(310304,'b698b0c6cb64ca397b3616ce0c4297ca94b20a5332dcc2e2b85d43f5b69a4f1c',310304000,'6baa2ac646d3725fa01111959753844d22181cbbd1801cb12c4208be3709a3a3','96ea912eae3265566ab229e5d5a25354c0713471d73d866b9a09c9b2954d53e5','a783b7ac698dd4b2269ca7f19c6cee1f6af01c34d633e1dcaa81db47fcd4e5ea',NULL,NULL,0); +INSERT INTO blocks VALUES(310305,'cfba0521675f1e08aef4ecdbc2848fe031e47f8b41014bcd4b5934c1aa483c5b',310305000,'c366fd009860a090c632131eae9380820e512009bbbaa6f7bc5529afab7a88c1','35584be5484303aa263d746735209b04d92a6baa6045e2d684496ff5dabe59ef','4f9ac2f58533e5358c8249fe22ea91111e7e23affa817dcb32f73bf4c5d24036',NULL,NULL,0); +INSERT INTO blocks VALUES(310306,'a88a07c577a6f2f137f686036411a866cae27ff8af4e1dfb8290606780ec722a',310306000,'fd12969b828d689063b4885a0356fc17e5207794d1f5b6a17bdeb8d584815a79','df65a3a9f318fd30166869a3d5d6eabb9c84399f15a7a50f39422a05ff851997','7022b78355a824f13fe68b283c60387382232ed4a79de51de4a4a3363229bc91',NULL,NULL,0); +INSERT INTO blocks VALUES(310307,'bc5ccf771903eb94e336daf54b134459e1f9dd4465dec9eaa66a8ee0e76d426c',310307000,'e168094d31f56d36e4c3863fe719e6064b08ccc6f3c2adb490b1359360026aee','272ae60ff5120848055f08303e13a982fc66959f3e3b72f7d7461c7f91252944','490c0a8bada00ad6fff0cf6e03b27afe9d8591bf58f03522553dfd8119d84461',NULL,NULL,0); +INSERT INTO blocks VALUES(310308,'2291ffd9650760ff861660a70403252d078c677bb037a38e9d4a506b10ee2a30',310308000,'523b3bba7b02e2c4e588f21ed14b7b4f6630f887cc89f9361487b581d7e633b5','30df282ad2859208c35204fe5e2d395734e041bd9644b8b8626678fdd64058c1','fe873afdfd403f3417a3680a7a0b438e2056de7bdbf70d13c2cad4177c5ae7ac',NULL,NULL,0); +INSERT INTO blocks VALUES(310309,'ca3ca8819aa3e5fc4238d80e5f06f74ca0c0980adbbf5e2be0076243e7731737',310309000,'effe1a68917014086da3bf8696f6c13f3cf2cb5cbd6c18b80ed622e476cff017','197a65735f9d06d433abdd01f29f44ec697ba537ead9107ebe9cd889393a053c','e54e6dde825de8d0ff7eb21be19287ca70800af906814b8deaede1bc075d359a',NULL,NULL,0); +INSERT INTO blocks VALUES(310310,'07cd7252e3e172168e33a1265b396c3708ae43b761d02448add81e476b1bcb2c',310310000,'968fb8a7409531a27ffb52af484e7c1076f05b58f9a51bf9cf3d5a7d83b12002','b9b9eef5f4c1720522286ce5f6375613c267684ac330210ab664e29219065cc0','68809796c3e89fe6fc51f07c034eb85801f432ff9d9e5c6600a8b30495878aab',NULL,NULL,0); +INSERT INTO blocks VALUES(310311,'2842937eabfdd890e3f233d11c030bed6144b884d3a9029cd2252126221caf36',310311000,'8c69639a757d0195594fa1da3f6b35a0e8c62b8df7f95db81e26d496b8c9dd72','86b9b4356e26ab703e29060a4ff1be0c5cad328b2490d983eae10c24369a1649','3ee453c045e63b609885eac2ec517177ec3dacdeb2a4d14e06f392d30ac8787e',NULL,NULL,0); +INSERT INTO blocks VALUES(310312,'8168511cdfdc0018672bf22f3c6808af709430dd0757609abe10fcd0c3aabfd7',310312000,'8d839bac01b9aae5e554f691ae0ee42cee072f9367fcc2811d4b3f65640cfcad','802b3d153e101c2772b1c96c851efab754f77fd3fd7eb59848d510f8994a9d86','2ec05b9c29bd5bb479ca8a11994bb2e4c6adf29448c2b8a39ace6042a843432c',NULL,NULL,0); +INSERT INTO blocks VALUES(310313,'7c1b734c019c4f3e27e8d5cbee28e64aa6c66bb041d2a450e03537e3fac8e7e5',310313000,'1377f4255bfd7ff6638734733a4b8faec97fd62aeb954e42b477c875ccc50b73','e96392425727ab5eb4e16a61aef7d28cd0826ad7bc1d8266b3c187bb22bb5d51','a03f4ac4aa23e471bc836f867d3f513c03cff513db53d09cc11fb7bec7ddf969',NULL,NULL,0); +INSERT INTO blocks VALUES(310314,'1ce78314eee22e87ccae74ff129b1803115a953426a5b807f2c55fb10fb63dc8',310314000,'8ed80d44f0d6ad01a30611d94b91f735ef3a166cf0dfa7531492a3e4ac7c29f1','17d9134674657a9958c43efaea302df438762233e7e5d57811b71378e3d62695','2c9da0faca663daee60b435f341773c3fad6a79c07712480ceb72f6cfa949fc6',NULL,NULL,0); +INSERT INTO blocks VALUES(310315,'bd356b1bce263f7933fb4b64cf8298d2f085ca1480975d6346a8f5dab0db72cb',310315000,'24b5905cf0d5349b7031870af9677916892e3292fa61455a75e84c1605a398ba','d8bad5e8a6ab63c8e0394c200e6b90cb2a1feabe3f58dc0faaaab59bb0b82654','658aa6ace466b25f9a2f8012bbb493d43c538368065a4c2cfb9c7747997bfecd',NULL,NULL,0); +INSERT INTO blocks VALUES(310316,'ea9e5e747996c8d8741877afdcf296413126e2b45c693f3abdb602a5dae3fa44',310316000,'a191657253ca159739403f35417ef74637b053db49c7db62465fde4c54e69239','daf2edaf9fb8e7f718f56cff9e570869297ce6bd350794501b05e02a541e1c84','17cf652df01cc7f3819753b8a996c88e88441488be18dc2a5f17f3b44c7f557d',NULL,NULL,0); +INSERT INTO blocks VALUES(310317,'aa8a533edd243f1484917951e45f0b7681446747cebcc54d43c78eda68134d63',310317000,'bf6d880b9fa42b0e38523c00c92a898093afd068450be504a0a56bafd69ed647','740737c2cd6ffb9a5e89e2ae0d34afe5f0bb48d120ae482802b76d07100b6153','bf0c40e119b2f36ba085f29dd917e5433c8b1ce446db9615128714ed18a451f0',NULL,NULL,0); +INSERT INTO blocks VALUES(310318,'c1be6c211fbad07a10b96ac7e6850a90c43ba2a38e05d53225d913cc2cf60b03',310318000,'6422eb2cab5937adb9ca2194c025d0dce63cd62e18d7ebd63220207957c942ee','3cb46a2e5b1a3ef3dd37dbe0cc429962982812eb9c7f87b5282a77a4a7f6185c','a0f4a333a2b6b614225fd6aeb07ad4b4dbd31922d093962a3c2f3859f5cf38ec',NULL,NULL,0); +INSERT INTO blocks VALUES(310319,'f7fc6204a576c37295d0c65aac3d8202db94b6a4fa879fff63510d470dcefa71',310319000,'efb625496aa4365f5ac198a82833c880a60cd5f86d04689463216619cd7d96b8','ed69cef0ba9e4a9371deca76209629cc988257493a69006504b96a99b3da4222','3eb1b71abb8453a3813257c38b0c48b1b978ad9902484ce5cedd157bd86ba6c3',NULL,NULL,0); +INSERT INTO blocks VALUES(310320,'fd34ebe6ba298ba423d860a62c566c05372521438150e8341c430116824e7e0b',310320000,'8c3938d7b3c0a822ebee67f1ecf21b1db6496e19471cf1f2cd00f30325d0c88a','b87169ed018fdc8251d14b58f8d0e09001e45ab5dd76eb2408ab625d34ec584b','475ffa5780301e65f93253e2c1470945458a927ac3b9bb2735697ef257be3b51',NULL,NULL,0); +INSERT INTO blocks VALUES(310321,'f74be89e9ceb0779f3c7f97c34fb97cd7c51942244cbc2018d17a3f423dd3ae5',310321000,'21e4c3a7afd02f183cbb69709fc6c006ab3d38fef3466de1a1870232d1c891bd','77ef24833ac345e51eeb48fa9adbb111e31ffa3739298ce12a18d2f581c9a79a','436d9b4b6e0687dc4954248da24815cc55a53ace5385f4922aae889bb4aa4978',NULL,NULL,0); +INSERT INTO blocks VALUES(310322,'ce0b1afb355e6fd897e74b556a9441f202e3f2b524d1d88bc54e18f860b57668',310322000,'01b3b28c4d8eb796827267c06e6362206884e44f40c3f72d9b5c9d1e6cdfb29a','3833d915749baf7aa33484d7a6b6b28e4acf0d78ee0f1b4e8ab44b22d756a3e3','656f0f41a5fe4585740beff80be7e7272007f8110625cfbc56d922492bc48a26',NULL,NULL,0); +INSERT INTO blocks VALUES(310323,'df82040c0cbd905e7991a88786090b93606168a7248c8b099d6b9c166c7e80fd',310323000,'a362da58df0d31eeaa93a25c91c17bec62f9cad6ff0c31420584ce293ecafdbc','2d41c7286053cb2256526ce42c03ab1288dfa066720e9ae5e5dac4532d512de4','2cde70122a8245d894de17624adbd6d95ecaddea176bec173d125c1fea2636f1',NULL,NULL,0); +INSERT INTO blocks VALUES(310324,'367d0ac107cbc7f93857d79e6fa96d47b1c98f88b3fdda97c51f9163e2366826',310324000,'d1b353ac97e000471c66df8ee04d7b0c25f7eead2414e5648cd2ef334881bad6','051b158e05c22a326dd8becd27d142b52477b9209f369599db5c5e25484af157','ab31c7262b5404e6390b46a78922abc749cfce383ac626818c833ec1a2f099f2',NULL,NULL,0); +INSERT INTO blocks VALUES(310325,'60d50997f57a876b2f9291e1ae19c776df95b2e46c14fe6574fb0e4ce8021eac',310325000,'7734300dc764c67fde935dd4432396de4a31cedc2901f3fc70bf1576797cf7b0','7671d8cfff3601fc44132a6d274c1ab1fb0b4fb712041d86eb28157667682251','7d1a4bb01568e8fa18e487c0036fada57e7891c253030a05bccf16132cbc30a6',NULL,NULL,0); +INSERT INTO blocks VALUES(310326,'d6f210a1617e1a8eb819fc0e9ef06bd135e15ae65af407e7413f0901f5996573',310326000,'ebe859a722587fd456695c6a46af7f0bf54c03e940bdbb5424520a8c1fe70617','72884e56565b442c37cbbc572fa762c7b7b3c549c396037393463be7afb089fa','513d105bf093d239c07acfc21122a51cdd6f2d65d31193fe1908b6ca9be70bd9',NULL,NULL,0); +INSERT INTO blocks VALUES(310327,'9fa4076881b482d234c2085a93526b057ead3c73a6e73c1ed1cdee1a59af8adc',310327000,'8ced7a546ee2c746d4dc3f0ecd2fb4eaa62c65c4e98be74545d8de22c03526e6','ccbabd4fc70b15ebb6f28afa6f96e4a1f0af08e6a3cdfb518ae008432b908739','212415a4f27242329754028928555fd67ae7c92b28e88d5e63d9fba576116f96',NULL,NULL,0); +INSERT INTO blocks VALUES(310328,'c7ffd388714d8d0fc77e92d05145e6845c72e6bfd32aeb61845515eca2fa2daf',310328000,'bb5d3479e492f52a0b3b69d29852faefdff645f9b113eae82594f57e8aa40b5d','42fa2df2e053f97e86881395e5d66de912e59bf73eb5be322ab170b06fabd344','898e0e694aefdcf8cef9a081932baa5019cf27e23972af4933cc099460c62e98',NULL,NULL,0); +INSERT INTO blocks VALUES(310329,'67fb2e77f8d77924c877a58c1af13e1e16b9df425340ed30e9816a9553fd5a30',310329000,'4ad2c9d802db762537be19143ef5eca474cd9f749bbbc661cb95bcf1dcb0b02b','a5336a1818452ca9888d582bb5ad8182e00ec37723d42e6769b001069f96232a','24b8d442bf44637e0a3d9d531a15ed697c5c1074e370cd0e0d7b0e4a8905dac4',NULL,NULL,0); +INSERT INTO blocks VALUES(310330,'b62c222ad5a41084eb4d779e36f635c922ff8fe275df41a9259f9a54b9adcc0c',310330000,'4a9a6b59d56f6b7cf867095d939f9bddbf779141177feda470df3759b7d48be3','263932b9bd949d4b0557a7fcd5597a0c607c722b34e644f9795e4f08713a4436','06a7a7f36d337ddeb0ce0f35f9474de5690ae9c1694d1720f7c3baa30a0c2af4',NULL,NULL,0); +INSERT INTO blocks VALUES(310331,'52fb4d803a141f02b12a603244801e2e555a2dffb13a76c93f9ce13f9cf9b21e',310331000,'c676b9c31e0e3d74d005ad0a52a18ba34688b6002da5d269bcea0f789a4f8e91','646197318fca63f2c8068c0a119f122d02cfea4a5c95201d6cc2eada9ba276a6','2be5caffbbcc4b5767bb0d73119d379a0432e0239ba5f543b509e6a686f8661f',NULL,NULL,0); +INSERT INTO blocks VALUES(310332,'201086b0aab856c8b9c7b57d40762e907746fea722dbed8efb518f4bfd0dfdf2',310332000,'cf0b702c03ecff4bda1254dd5e96ca580b69d5d02d1f233725fccbe1f5f32000','8197afee90f808a95bd5a3dbc9c41618e3a07a3039dc2e2539a94cb023e54a0b','6ab690711e195c326823ed2d7923e6aa5d5fbc22f8d88033e366438001251dd4',NULL,NULL,0); +INSERT INTO blocks VALUES(310333,'b7476114e72d4a38d0bebb0b388444619c6f1b62f97b598fed2e1ec7cd08ee82',310333000,'b40359eb197db65549946d93a39b2a732e0694d21b8d0138b9bfce4f5a87ae5b','c8b269f3fb117e7ea3a9592a023787d886ffc388f91fd651618f807c017c9a67','228f615f21fa741cc9f99baa8f5f3bf2ed3c17109092c1a3ddd214b4f418f608',NULL,NULL,0); +INSERT INTO blocks VALUES(310334,'a39eb839c62b127287ea01dd087b2fc3ad59107ef012decae298e40c1dec52cd',310334000,'7cb471ec146f9ec1e4d1b93184ea641f7b8088807dedcd1c0be4ca5ba99e80e1','24eb770852273754585985a5fed612de801663408db3703bb9771d5bcf518cb9','6f1e77037c22c6502da87895fece9d3e8d789b545cd75bbb64498de113a97a4b',NULL,NULL,0); +INSERT INTO blocks VALUES(310335,'23bd6092da66032357b13b95206e6527a8d22e6637a097d696d7a96c8858cc89',310335000,'47de747ec20cbec96a6bc4b71f67ea827c7a5a1ab0d3541fd539efac7442d644','ba840a499b9de3ae457db93220ebb7bf61560f33660b8e7b980178325d114cec','0630a3ea59c0bc5d7913e4f51508d9370a91c6402fc02a99177a6bce3fba1507',NULL,NULL,0); +INSERT INTO blocks VALUES(310336,'ec4b8d0968dbae28789be96ffa5a7e27c3846064683acd7c3eb86f1f0cc58199',310336000,'c216588e623d2b3d03499c7e9f817106b20a8c98765979987633f1e4e50d9594','a6c20cca4d22fa5b8357fae640f1a90e3e656f9015eb5db289ef6da17b597f1c','37e3802e0b362fee1dbeb4f62ef36855990f529d0712165ecabdd7b6d1a4ac5f',NULL,NULL,0); +INSERT INTO blocks VALUES(310337,'055247d24ba9860eb2eadf9ec7ea966b86794a0e3727e6ffbcba0af38f2bc34a',310337000,'a558b47328f54b79a5ad9f7737af0e4df07e13e20f150296370e111879c09c2e','15c9f81424d97e28fc5d40b9f74edee6bed3f68f8c81dcf572cbd786626ff353','a2224a100b9277fc0b68755fddd498519d1b3fa75747346188e7bce21ceb876b',NULL,NULL,0); +INSERT INTO blocks VALUES(310338,'97944272a7e86b716c6587d0da0d2094b6f7e29714daa00fec8677205a049bcd',310338000,'31bea50c6481fa982eace70df5fc13d2981f1af13962809e3492b493a0dd4905','ee8efb364c79aae62d48d0198d7ca348d71f312eaef01daf906fec89d2fe9166','ff671ee39360d6a5a8c89fa4075c5ae9ef15302413b43660db715b9f69074a92',NULL,NULL,0); +INSERT INTO blocks VALUES(310339,'99d59ea38842e00c8ba156276582ff67c5fc8c3d3c6929246623d8f51239a052',310339000,'6605ca3db3c509fbc8574f2e10a3f981e2ff17b2812946ec8f2b1e49ba44f220','af5e50fc6a529fb06423c8ad7beed13c6e1de1c3f746f53dcedb7af76e0d95ff','a47bfb4a96be4137e77b5753cb2289eddf7d571e34c148b6527a157bbbed2f7a',NULL,NULL,0); +INSERT INTO blocks VALUES(310340,'f7a193f14949aaae1167aebf7a6814c44712d2b19f6bf802e72be5f97dd7f5a0',310340000,'7db1ad1952cac2dda86fff6e5f939010bb30a1da26af438d354e17f423d5bf1f','f42c5c43148a61dace7d50127d905f236ad738774c20d4f874fc3b824b58cf92','5e836febee6152dec790e89d8cafeec7abda4a51a5de5413993de6d221032a8f',NULL,NULL,0); +INSERT INTO blocks VALUES(310341,'6c468431e0169b7df175afd661bc21a66f6b4353160f7a6c9df513a6b1788a7f',310341000,'1a1eef01250d2c53a1b34a8ee5b1e8fce984c3d47d28c544c6e162493b51225b','5fcdf7ababadc89a26c3833bc8b819642466504b58323cded8cdb8a904239ce6','4fbe9826d55a19a98aaa04554499e8c2d7d709a3e5ab65f5eabc42902b71c8bd',NULL,NULL,0); +INSERT INTO blocks VALUES(310342,'48669c2cb8e6bf2ca7f8e4846816d35396cbc88c349a8d1318ded0598a30edf7',310342000,'3c85c0b825985b04b42137da7e59fb3daaaf9e65b871b79390a4d8b31be5da92','b165c708026f386ddc7206518e594fcef7b5782fa0db77db6ce5b02e3b563145','64db4cd206b12c66bbebad731c3800bb4d229ebc9c0a7649530fd7f8df991ad8',NULL,NULL,0); +INSERT INTO blocks VALUES(310343,'41a1030c13ae11f5565e0045c73d15edc583a1ff6f3a8f5eac94ffcfaf759e11',310343000,'26f4ea323dd31b715c7a7f4ab8f1feabb199333a8494449ed538ff13215bb3b2','37808f9fb4ad766c671be7e9703aa7c7ea53991fa838400536d25f304ebe8090','eacc2c4c677db5d033363f50cdcbfec21836736d9c84808a81f2e3311cabcd0d',NULL,NULL,0); +INSERT INTO blocks VALUES(310344,'97b74842207c7cd27160b23d74d7deb603882e4e5e61e2899c96a39b079b3977',310344000,'444314748cb1fa1c836b3b4de65c3920c7fe446741193e5f77843affe3bee908','52dd50744ce4773a3db8dcf016a392a133ff7ebbeaf293d4ecb4a32fcc575a19','28623bee0f846c7634724a078f0431a6681592adc07f5511d6a44b6f25efa6e9',NULL,NULL,0); +INSERT INTO blocks VALUES(310345,'0bda7b13d1bc2ba4c3c72e0f27157067677595264d6430038f0b227118de8c65',310345000,'d1775816bb104187076be74e78e87fc6d367c3cb31d372329aec2b635002ca2e','15f4f9eb55ff5d2b8efb40a57193f253470889b1fb2f532f02b66d236bc902bf','d037646e109f17a13d4a370a20212b8c618d0dde89cb0d89cf1cbfdb7a5e5539',NULL,NULL,0); +INSERT INTO blocks VALUES(310346,'0635503844de474dd694ecbcfb93e578268f77a80230a29986dfa7eeade15b16',310346000,'3244eed1df8ec4ae0ddb04f9f6e59e54244ca3df10dc21fc89c99c74ba734781','58faa47bcd277d0d52d39a46473882adc797797cf2c30967418fb4ae832dc21d','a4d9e941b5473eaf4fdddab75e608543fb0a7d6e460db41a992eb4638303a333',NULL,NULL,0); +INSERT INTO blocks VALUES(310347,'f3f6b7e7a27c8da4318f9f2f694f37aaa9255bbdad260cb46f319a4755a1a84d',310347000,'6fd1802c269750b69ec04df457d47cd6b44c261340ebd5b4da61f06ede6aa166','716162f3fea6641e6ac697eb11880c5b39903de4ab30fa24e899e363d5c1d9cd','c3a10652f651facace47383a64d17b7af854876b8e0c63a94cc0cbfccdfbd60a',NULL,NULL,0); +INSERT INTO blocks VALUES(310348,'c912af0d57982701bcda4293ad1ff3456299fd9e4a1da939d8d94bcb86634412',310348000,'668330e80a23f499c0e91b01c4c51aab393813b840f81b6b672611e391699faf','8c169d593d4c922ef7d3f530f6de4da37c01716f19ea19b48b122a6135f3e293','dca5ab8e12d7094b19d61408c832a7f6c4386a9722a1f4d6c042fdc47661377d',NULL,NULL,0); +INSERT INTO blocks VALUES(310349,'ca911c788add2e16726f4e194137f595823092482e48ff8dd3bdbe56c203523c',310349000,'32b36035ac1684e93126657ecd9711feb689672f64cceb03d220a8089dfacf12','8d54849ce08f65fd3dd06baf845e5a3132b84c960e6f316c4bbbbe5a3d2b7b01','57aa7d9953fc2b28ae1868b69faac5ea7a8b01465a1384e7761505425e5676d1',NULL,NULL,0); +INSERT INTO blocks VALUES(310350,'c20d54368c4e558c44e2fbaa0765d3aecc8c9f01d456e3ff219508b5d06bd69d',310350000,'dbe70bf3b8e4b74ac25c1b6737b6a760e6a06a4f96ee83a5ca728c8501d4af05','1e46f66542896fa2ff6048472d49feed3065a6fffaad639da03027b00ce377bf','ca09db526a01b8ea30aa606c8ec32e6e7212de7a8951ff69ea0bc15dcb28203a',NULL,NULL,0); +INSERT INTO blocks VALUES(310351,'656bd69a59329dbea94b8b22cfdaaec8de9ab50204868f006494d78e7f88e26f',310351000,'89bb7ea865a221a3646f78ea774a7cf1e15e8d65b85ddcfbdf87773145904151','f99c452388cd3d8aa59f7c75fa06770a116b5f69263dddbb7b5fdcffc7ffc524','6f18f886877ddf5d9dc9987435efc39ba469808f1dd9de87fce5fc55df9997cb',NULL,NULL,0); +INSERT INTO blocks VALUES(310352,'fb97d2f766a23acb9644fef833e0257fdb74546e50d9e2303cf88d2e82b71a50',310352000,'fdbf27d576a72b046776be0e5c0a91d060619778aadef3df1d30f1a7785a0fdb','1d2f391bb7990954e14c69c9429b54b9f5a88791ec4b2fba2facb464152417f4','1672e6479515c05fb469bc7d394423afc56e33c468d8017c9f0ccb074588c227',NULL,NULL,0); +INSERT INTO blocks VALUES(310353,'2d3e451f189fc2f29704b1b09820278dd1eeb347fef11352d7a680c9aecc13b8',310353000,'73429d323376209447edc6d2ddbfd51f0bcde21736ea6dad61dc96b6984a1fa1','8ad1adee999dd851e81025b31920d1f0f66c1e56433e7b2b110d03cfccd7a141','9037c6876168dc6af146c65d0a16caa77153b3bc7c3fd99637fd79a90559341e',NULL,NULL,0); +INSERT INTO blocks VALUES(310354,'437d9635e1702247e0d9330347cc6e339e3678be89a760ba9bf79dd2cd8803e0',310354000,'b2bbcbb6a7db94b2a5681c6e380ac13480bb49c29a3fbb3c7c1eb740f70f8324','8d6870632f2336908828a72e7445c9d8ecbec3d420b234dad2b17ae06c0a709c','31c1cbb6dfb20f92f42ef6d085a01aa4cb9a8bbf1579f9d74213241ab7d0adf7',NULL,NULL,0); +INSERT INTO blocks VALUES(310355,'ea80897a4f9167bfc775e4e43840d9ea6f839f3571c7ab4433f1e082f4bbe37d',310355000,'ccbd3ea41587c3c1d92f355979b49c5340a0a90060f07c228c22d6ff76b25579','8dfb02eb42bf84a085d150a0dc3fb2effa201594da47639e8f77fea0a7084eea','7a7b912ebdaffc433d1d28245fa9f0ac0633c0a9106b8e52264f44f797a71001',NULL,NULL,0); +INSERT INTO blocks VALUES(310356,'68088305f7eba74c1d50458e5e5ca5a849f0b4a4e9935709d8ee56877b1b55c4',310356000,'06a95d39e110e40ba318320d50984096cbec88c680f426f721154555efc2561f','3516c2e9b180883b3526ee0a028c6d22b2a8a028b896423eb71db31cc284d566','08690c4f92c0e7676159fed4f10540a635a627e6824fc2822c05a74956ad66a2',NULL,NULL,0); +INSERT INTO blocks VALUES(310357,'4572f7f4ad467ef78212e9e08fa2ce3f01f2acc28c0b8ca9d1479380726bab1f',310357000,'443f947352e853367d1c10d25771c7d78eec22fac19c5bace6f96b8f949e264b','af4dd2cd8426ceb8c7dacc24b30d4d48e1152340a5a81f32b745878558969f4a','a1864b64836335923d401c6d10153662c76bc6bdd3307313457b1286f84516bc',NULL,NULL,0); +INSERT INTO blocks VALUES(310358,'d5eae5513f1264d00d8c83fe9271e984774526d89b03ecd78d62d4d95ec1dea6',310358000,'c2cd71dc9e7d5ccb5d5e9d6b55c47010c9db6a573d01820da1c8960970fd571f','635f90dc6b705e3e5928101d6ffc32a247088fd8965e0e372358b35ba822df31','3ae4738d21b0197c987dda34e1f85f29546c9bb95da01c77123a45ecc04d8100',NULL,NULL,0); +INSERT INTO blocks VALUES(310359,'4fa301160e7e0be18a33065475b1511e859475f390133857a803de0692a9b74f',310359000,'5b7646bafc6b11eb1554ea1e02221883043b435ae973c3678505fa2128aadfb7','eeec8a86b03a3973bdf5215e1789277ab7aa4c47f4e9f05a44a312c01e0ccf0d','02316098dcc556cab752bfc0472818fab782a81091732c8a8c5572c90f5f38c5',NULL,NULL,0); +INSERT INTO blocks VALUES(310360,'cc852c3c20dbb58466f9a3c9f6df59ef1c3584f849272e100823a95b7a3c79f0',310360000,'b0e937568a47c244e3b29cfb3a5e7196c171acc1565c44020345c715b7774658','32f4991609b3d8cbddbee2fe5e7aff49e7d4f5334ba0d283893733f19d3f448b','bdf87a342b537dcb6a1a755494db091e85f4ac6627af869f847cfca182f5c3c6',NULL,NULL,0); +INSERT INTO blocks VALUES(310361,'636110c0af5c76ada1a19fa5cd012e3ee796723f8a7b3a5457d8cb81d6c57019',310361000,'fd5b67bb571f4e9c0c37c6a5c9e1181133c301e05f4f97a41bd827eda7a6db3c','4ad763ba9a9de4e6fd2f48d1342b9c2b4f87224fe591cddcf0ea3aab19187ab3','83d46a36e7ee87b832efb03b769ac3ddf4991ab21122e4716626363864bec134',NULL,NULL,0); +INSERT INTO blocks VALUES(310362,'6199591a598e9b2159adb828ab26d48c37c26b784f8467a6bb55d51d7b6390f2',310362000,'38382cc090b349809c4798c3c83b485f8ff682fd5b5b2568357d62ef30f7c046','2eed1cb542570837b9e34c5ef140428d09c132369e5073061d9b1580338fad97','31785fa6ff2124844bf5e99fcfaf8eddcec5d8f82f4375b0b04434fd0a08fe11',NULL,NULL,0); +INSERT INTO blocks VALUES(310363,'a31967b730f72da6ad20f563df18c081c13e3537ba7ea5ab5d01db40e02647e6',310363000,'82911a691937d87629bc14e5294f68a25ff2fc6512370db032834b85a623d5c3','baa8c23f6f8bbed9640382166a4fa59eba156a3c94b645334124a57ad886136d','0fd6687beb94bb8409c27ec23b92ecda37ec9bb0022b0bf47cb035befa955738',NULL,NULL,0); +INSERT INTO blocks VALUES(310364,'67025b6f69e33546f3309b229ea1ae22ed12b0544b48e202f5387e08d13be0c9',310364000,'cc362ce4c2142e539057430e2dd6402b985c62fefa4e4ad33afe1305f53af8a4','973037f8124687eaeba2e9f3e301cb20b9370bef4acd3f2c86eedf595b792b73','870a414c4c883897e3e497009c422e21b2f2d0a3c0dfcb661a9efa33961e5659',NULL,NULL,0); +INSERT INTO blocks VALUES(310365,'b65b578ed93a85ea5f5005ec957765e2d41e741480adde6968315fe09784c409',310365000,'49e41f95f081b70e3f540fa22864cc4f229ceabfdfd54f2da112f1fd35466617','aa3e39acb1dc1a955f579a9a40961a80319c5dd484ddf322ca6edc6b67cec932','d51639af55508c439813fd77df3132e203a7d2995bd69ac90e19f7cbe9e00af1',NULL,NULL,0); +INSERT INTO blocks VALUES(310366,'a7843440b110ab26327672e3d65125a1b9efd838671422b6ede6c85890352440',310366000,'687c5f3e381d164499126ff90785e3635c825db3808267d4de2ec0e37cc7c597','610fbd2d8f4dad57d7efca0772534da791785cb2c45de1906a9b282792faa9f8','0ecd185b7cd950e061ea2fddff6e5c2f1d5fcda8491fcd3598634945319ae3f2',NULL,NULL,0); +INSERT INTO blocks VALUES(310367,'326c7e51165800a892b48909d105ff5ea572ff408d56d1623ad66d3dfeeb4f47',310367000,'d7fe976a4b2cca2e23d082a703ef4f4739e110ce1e0a373e76064f6186856ff7','531453a70483611396ce5bacc17e22125b1b61f61d56c110fb72a929b95deb9a','56e5ad0b89176cb0f25b985ae1c81d67e9745be7e192426146d2ad50d78cf8a2',NULL,NULL,0); +INSERT INTO blocks VALUES(310368,'f7bfee2feb32c2bfd998dc0f6bff5e5994a3131808b912d692c3089528b4e006',310368000,'97f0a0f9e6f355dd179aa2941412decc1b0a06de0dc14dce8538aed6e35d41ba','289eb338000f45b4d7e143a08a490fbee8d307eb0975f5a2ed62586c2f625e0e','2487123f6c5b9c29aa8db751307fa8592be8b6cf4897ca4f30a6be23ab3638df',NULL,NULL,0); +INSERT INTO blocks VALUES(310369,'0f836b76eb06019a6bb01776e80bc10dac9fb77002262c80d6683fd42dbfc8da',310369000,'1b5d9ec9bd918c84a5f9b6882c94a739cc1ad1362dedfbdf7b2009fd42251d66','a9122294ce4ccd606d3fa1787fb9c44f25811fb2fe486c9d58b407b5da50dd8b','aac8130183f1dbb59b39b48bf99c53a762cfa510e22590bee54285fdf4e0acce',NULL,NULL,0); +INSERT INTO blocks VALUES(310370,'9eb8f1f6cc0ed3d2a77c5b2c66965150c8ceb26d357b9844e19674d8221fef67',310370000,'578b039ed2b9a25e1c75ad9a5242c5962d6645616dc53fb08386602e40f14486','d61d958644caab04dc236d04d3654abeb1fd625dd7b9cdc01ca5caeae9b41f58','6b4c1424d94a4a05807e3025c0255783309cd9b807ec7eb1f0969758af6a45ba',NULL,NULL,0); +INSERT INTO blocks VALUES(310371,'7404cb31a39887a9841c2c27309d8c50b88748ed5fa8a3e5ba4cc3fc18310154',310371000,'473d21b8218a2b02f7fa0d5daf114fa988e4a3d97c33aebe97e51a8d22252492','8abb7bf5c66895fd9e9de804ed8e35b3b1d12054a4e45ab3df6cd41194d836e6','60a5fcdb945efa14dbafd7bfa8f6104e7d1e85f97c86c651f58cde6c0c46b49d',NULL,NULL,0); +INSERT INTO blocks VALUES(310372,'d3a790f6f5f85e2662a9d5fcd94a38bfe9f318ffd695f4770b6ea0770e1ae18d',310372000,'0c306eb25702d190ce32cac521b1fac9b8a7cbcf441fd74be8de2e002b4ce14c','ad3d52b024093fcc5b88b7a3176c4117468f0f675fd9e908c727ebedc5e2eff3','bf02eb24a3dbf7fbdfd1354719db0ff50ee0b4a8e8187376c59ca7301bbf8035',NULL,NULL,0); +INSERT INTO blocks VALUES(310373,'c192bec419937220c2705ce8a260ba0922940af116e10a2bc9db94f7497cf9c0',310373000,'48d14b17f9074ce1f75ab32581e8f6fe7d518ebd669af6508e5d986d97c92b3d','b60270d322c86c6452289e0968be64c2217ebeec34944e43aef908e119f838ea','0beb8946dae632b49616be7e460bc1dc3649078d06d9e1141f8fc4df365af778',NULL,NULL,0); +INSERT INTO blocks VALUES(310374,'f541273d293a084509916c10aec0de40092c7695888ec7510f23e0c7bb405f8e',310374000,'aee93917f6fe0046069aaff48d5d1875a9c4451acec6562a377428bfb1184cd4','46decb141683d0bf4c52e4f756b955c923bfb3995025d0f19a8ef7cac1dd2b60','c92e33dc3354b4a5d7bdafc44a2f6d6879f5aca9b7d1735959dde45bad044e43',NULL,NULL,0); +INSERT INTO blocks VALUES(310375,'da666e1886212e20c154aba9d6b617e471106ddc9b8c8a28e9860baf82a17458',310375000,'2b0d74911bba5c9530b69c04fec512fe4c5df25458e5237db884586a221fa30b','9349961eeb706cf083d6ef1fff69cc871def662dd23fd7854135c1b0dc1a78fb','b9c54ce4872aa90201dd8318743a56da8948c933ea79925e4613d4b01e21de0b',NULL,NULL,0); +INSERT INTO blocks VALUES(310376,'5dc483d7d1697eb823cba64bb8d6c0aded59d00ea37067de0caeebf3ea4ea7dc',310376000,'a6f84afe2845ba2fa4e5e7377b1d4474dbde6dfc9c4bed050e6d10cc80025e82','a5f607569f31beb9ba2a0496a9eb2eb40a6926df4b174161b73f53719ad04767','f78e9e4cc55fb8d6d2346cadc5366ac0ca56db54708536bf56d23150f359c051',NULL,NULL,0); +INSERT INTO blocks VALUES(310377,'f8d1cac1fef3fa6e7ad1c44ff6ae2c6920985bad74e77a6868612ee81f16b0b3',310377000,'e006e13691719e4fce65e72c692d3affeae8ae465de2a3b285a1bed4eb518a70','4dd3a5ae07e934557005871e7c72351077b1092580eadda11fcd3501bb000579','512661a2666f9304981b94564fe39470e9628fec96c6799ff2923aad4d26e589',NULL,NULL,0); +INSERT INTO blocks VALUES(310378,'fec994dd24e213aa78f166ca315c90cb74ee871295a252723dd269c13fc614ce',310378000,'607ffa4928577b82f275750353fcecc2e50098d227f18bb8ea95ac2bbb10eea6','49533405fa36a389e0d8cac965389e23eb421da5833d625d160f75fa9defdeab','24e35fe80fe3dfd70b34c7f9daf4c00b8cb5865499477257edcf46b66884cbad',NULL,NULL,0); +INSERT INTO blocks VALUES(310379,'d86cdb36616976eafb054477058de5670a02194f3ee27911df1822ff1c26f19c',310379000,'9f17e8d662dbbfc12a56dc36172b3154bc9b05a87885d1411826481e1ca4f6ea','4514a78a69d0987ff60976334f70d0533a1c5726099ae73d93be187a57f25f44','844e0fc0f6b67a14723d27475b29bfd7dc70312f1037c719e8e12fce7fd0e54d',NULL,NULL,0); +INSERT INTO blocks VALUES(310380,'292dba1b887326f0719fe00caf9863afc613fc1643e041ba7678a325cf2b6aae',310380000,'d617e30e1a32ed1cf269a190fd4c843755413492827546a0b3ed14278f817532','77038e6b75820a64c9fc9530b3d2c8411cc4da649fc69a3d235424c2dd5500c5','b2a88f030cda2ab8df4951f34254391fe3ca0c45c440a053541f5b7dc716cdef',NULL,NULL,0); +INSERT INTO blocks VALUES(310381,'6726e0171d41e8b03e8c7a245ef69477b44506b651efe999e892e1e6d9d4cf38',310381000,'8af8d819f02927de4a74d3d37dcecf6e5124d53be37603764b1b1adad13b0d7a','48b66540bea91d2c2d216d5c13e88dfd9c1f1a36cae2ec721253034041e63af6','bc4992f758595bc4020399d18350dd936fb0386f1de2496355d7f87d88d4af62',NULL,NULL,0); +INSERT INTO blocks VALUES(310382,'0be33004c34938cedd0901b03c95e55d91590aa2fec6c5f6e44aec5366a0e7d8',310382000,'809d5c20335bbefe8e4f3552e24b24d96f6ee4ab12f3bfc9e74898371cf69797','159e8434abde33d3a97a4e7701cafec884a6d0d7ad78852ee7db449a18c5e23f','47ff212002b14208fd1f2a8426a6fdeec6ac5b7ea52bd52cadacad0df0478a07',NULL,NULL,0); +INSERT INTO blocks VALUES(310383,'992ff9a3b2f4e303854514d4cad554ff333c1f3f84961aa5a6b570af44a74508',310383000,'d8ec301994a5333f8efe7cc547a833d26c6766deb0b39c4fc18d1bdb470ee903','aecbe5619daf47a60ab2765502725a284224c0985e91993b212c50c3449d197a','c4f8e2a188d10dd38ab3aefc65ae5c7957447fc105fca3ccbbb9a2574e9ad812',NULL,NULL,0); +INSERT INTO blocks VALUES(310384,'d518c696796401d77956d878cbdc247e207f03198eabc2749d61ebeadee87e5e',310384000,'fe47a03993cb9079a6e72810552d631fe838bcfaba3b34c73c9948af77266df2','e69bc390fb0a624f6d33512a55e9732857afee1b114df97761186ac648f63111','5ea1fbe7b934416d63354883998b2f6a13b493f7d67e9f7f1117511a2831da5d',NULL,NULL,0); +INSERT INTO blocks VALUES(310385,'2aa6a491a03a1a16adbc5f5e795c97ec338345cfdf10ff711ffb7ac3a0e26e28',310385000,'6114e98e0004cf0f9472fce6bfa6bb99ae38e57214c8b134f30da1d62399f6ef','d3e6a4df9ff34518f8fe243dc87c981aef0cc7b89ff9ca466269a19493aeaecb','94e1950cb879fd142f06a18e580df2434b15291fb176fe5f4cd8183e2e16ad07',NULL,NULL,0); +INSERT INTO blocks VALUES(310386,'9d19a754b48a180fd5ebb0ae63e96fa9f4a67e475aeefa41f8f4f8420e677eda',310386000,'4c52d59ade1bd2068e3b75b8b3cd1d23c6a94b6437f7966d10f5a07bf8f630ff','1c250ef18892c191c535562bb35bb1c8bd4f515ab00bc4cf0b564436b2bd33ee','9e9e1aac7472f15574c882dbbbd5ba9b1508364245b12a274b6be10f4764fa20',NULL,NULL,0); +INSERT INTO blocks VALUES(310387,'b4cac00f59c626206e193575b3ba9bfddd83bbfc374ebeb2838acd25e34a6c2b',310387000,'327e9a842233568888998ec1456b6f78c093b47639707d44e6336b2bc18d955f','d7de64dd98a65b478518d909b1f0f2860f6a0b8e5e530f23ee55caffbaf1a545','55a1f6fc1fe582e18a49bd12e318fa7a964205b388c0b0c04e4d8540a76c85b3',NULL,NULL,0); +INSERT INTO blocks VALUES(310388,'41a04637694ea47a57b76fb52d3e8cfe67ee28e3e8744218f652166abe833284',310388000,'6efaab188a5cae39ef547a804f61bcbc2be4881e0569f49d7622b407f6860401','4916559fdc472a474aa4c652c85b0db143744daed0d98d7f2fddd1dba32be88e','9238735ba99009d5ae6eeb168d7e164ab99d8072bfdd8fdb02691de659eb5876',NULL,NULL,0); +INSERT INTO blocks VALUES(310389,'3ec95ae011161c6752f308d28bde892b2846e96a96de164e5f3394744d0aa607',310389000,'89c686d5d973691a7281268c867f837b86b140a05f16f12302a3cdeb3b6a0ee9','b2e0098e42f81a8a9369d510b17be67446feb3e5da1b1eb37acd9f0b33b29fce','def5782d06bed7a43279c47499b97c51370c7ad3d4f15e5fc5cc22026fb509ae',NULL,NULL,0); +INSERT INTO blocks VALUES(310390,'f05a916c6be28909fa19d176e0232f704d8108f73083dded5365d05b306ddf1a',310390000,'2c4eceebb94d0c7a7702478d9547d1afbb42ab5ecb5ae6271a3f69942bd77e50','8e3a48b160083860b0928dd97150477980da9097945c4ae3ee144c505f131b86','305a74c345f885bfc0c8f0422c3533a308cc556bd7ad0919bc4c8c7c48018714',NULL,NULL,0); +INSERT INTO blocks VALUES(310391,'fc26112b7fdd8aaf333645607dabc9781eac067d4468d63bb46628623e122952',310391000,'06397124ee2a1bcb9104899469394855d4ecccd1a08626d650bdf3169e227831','b1b4f0fc9ba54527ea0902192a61158bb5383f1959f187915c07f88bdf11caaa','87a39caf525f3ea74a25598e4aeace0cbcd8cf390e4443dab85e273ca15ac522',NULL,NULL,0); +INSERT INTO blocks VALUES(310392,'f7022ecab2f2179c398580460f50c643b10d4b6869e5519db6ef5d5a27d84a1d',310392000,'44974b5fec0be3a2958d39f2d6824a2e82733f873a404ec9887178c620843149','97a039be078662ac5b1a275d5618224c1a90886c79b9fb651dfcb14481da8e8a','ea3c28fa4b7c7d71258cb64e4ab6a9adf2dbc661d81d3a7df0653c86ccc4ad7c',NULL,NULL,0); +INSERT INTO blocks VALUES(310393,'e6aeef89ab079721e7eae02f7b197acfb37c2de587d35a5cf4dd1e3c54d68308',310393000,'1863677c0e552344607b1af3eb8ef8f4fc6b2a73d63eebb3e9928302c887970f','c488dd61c64182cdc779e96a2b312463d42ff9829d1d518c8a9daa1a4cb26de3','2cd5a65edd6ec593626421cf8aa066666cdd3dde35de275d6751d87d2a4127b4',NULL,NULL,0); +INSERT INTO blocks VALUES(310394,'2a944743c3beb3bf1b530bd6a210682a0a0e9b0e6a9ff938d9be856236779a6f',310394000,'3838ba6e84376ed8dffb3fee9b5928d903952c0d8a8ad41ab63a9651a1c8c770','e329db30a579327664d135ce9c3661a259378dcc12e179232599e0186c7bfe91','f48a485ad99c91aec7b12aa2c02bdadbcb99ce11f54b7c45e997b792f57c9c2f',NULL,NULL,0); +INSERT INTO blocks VALUES(310395,'19eb891ce70b82db2f2745e1d60e0cf445363aaff4e96335f9014d92312d20e4',310395000,'872367d61f81cddeb555da5f9c4f46a8ac57c24629ab073094e407a4555a8555','2234b36f4187eb0da9ed6a633aa2e15075d5efb23f154963885e7fd42495e4a5','208baf1a7662ee8aee64012d7b26a6669b1f3508cab7c18121b929e7123d6508',NULL,NULL,0); +INSERT INTO blocks VALUES(310396,'aea407729ac8d8e9221efd9d70106d14df6aaf9f2f87dc6f490835a9caadf08e',310396000,'b9a9eaaf1cf6cfa4ae5b0f314812a9a2346209da0b7ce57e16010d2a01c0092a','25946162b9af068438633980c75eaf9e508144f603f7a913de56cc11a7a482f6','320f2a0c67430fc125811c0f5504b7c487da8700ee29e0491ab2f8c40cbc2025',NULL,NULL,0); +INSERT INTO blocks VALUES(310397,'7c429e56a19e884a8a77a759b52334a4b79404081b976270114043ba94d7985c',310397000,'b61f36bcc934a18fdccf7806d41482684ca129801d0b9ce7815dcd488fc49a66','e697fb2f445f03a1d895b904be58a554af4c26ed74a65eb0e52c98e490efbd44','d6fca935c4ce66cffd2e0ca67742b5d2ce2e44e5eea478d6924954d40a04923a',NULL,NULL,0); +INSERT INTO blocks VALUES(310398,'55c046db86dee1d63c0e46e6df79b5b77dfd4ab2ff5da79e6360ce77dd98335e',310398000,'9446476e123e5dd354682c60591cab8b712c30df9080dde756246eef45e21df5','0d20ba449b95f7d128c8b78ef2a37ec390e6177b2041a2b035a72cb8e6062ba9','e675d2b3d6b8cb1f628e5bbadafcfe8077bab752afbdbc7d2556896949d9d678',NULL,NULL,0); +INSERT INTO blocks VALUES(310399,'765abc449b3127d71ab971e0c2ae69c570284e0c5dacf4c3c07f2e4eca180e7a',310399000,'50d288bca09d446f56544fb1ec50d613bdf156488468ac92d433425a3cab0804','82214bf1638d82e5b66919990e24d3960eb02a423bb3f36bcdd730b17267e340','427c3d442fc1a2b8af8e1f3daea3a8a20eade3de4b2f85acfc4c96d1b37a8cca',NULL,NULL,0); +INSERT INTO blocks VALUES(310400,'925bc6f6f45fe2fb2d494e852aaf667d8623e5dae2e92fdffa80f15661f04218',310400000,'349a24fd446727bb1793ccf88fc569d20eb680c10e506fc25b281ce6ec3fd7bd','e7ce5e8c9c4160590dcdaba04bc866267a9784f99fe68bebd337da16768e8f18','e5c2880447ee76e8c7a94895d9089311f4981f5efb110cabf264d841ea98c40b',NULL,NULL,0); +INSERT INTO blocks VALUES(310401,'f7b9af2e2cd16c478eed4a34021f2009944dbc9b757bf8fe4fc03f9d900e0351',310401000,'52c06b68cad19608420b73476a73b411d0327382b92bd454cadf1b8616eb17a5','6ff1e13b2110c6ee69e86818bd32bacdffa6f4e91fd2d8c2b09b5db35062be81','84030d956a902eaa36d15c21cee98a8108f5dbf398e38d57acc71e43f32b300a',NULL,NULL,0); +INSERT INTO blocks VALUES(310402,'1404f1826cd93e1861dd92ca3f3b05c65e8578b88626577a3cbad1e771b96e44',310402000,'8bf64213a454c62dd4b0dcd7dfa298da0244a6aa7ae6fff98be6f49d50d259ab','3e776187716a384a84170b2e7dbbb5c152d98535351c1f5b4b00c7bf5ea7ff33','69a5706b3de507ccfed545d8e2c802deee360a11eb3af57f03b545586fa41f08',NULL,NULL,0); +INSERT INTO blocks VALUES(310403,'f7426dbd4a0808148b5fc3eb66df4a8ad606c97888c175850f65099286c7581c',310403000,'fb2a365372522d1442792cb38e1a4167eda2612ef442c776749097a3d541a827','1fad731787bca55d4102d8d355ccb9625590baaccd0ae63490320efbf5aaf90f','d806d27fcd4a12c259a4f691d2960cf89297d391f1ce5e91a768437c07f4f8bd',NULL,NULL,0); +INSERT INTO blocks VALUES(310404,'401c327424b39a6d908f1a2f2202208a7893a5bedc2b9aff8e7eda0b64040040',310404000,'47f96d798df9cad17667be908ebb063ab9f79d947784a78189d247e626864a5f','10b2cfe8ebe45dac311048b4aa8d15d7c59ae17f5c1a0c132cfb675d893de8d5','9919d3ced73a0986787e7a762ddb2dcc28175b0761f50cad78c317ce00ee2121',NULL,NULL,0); +INSERT INTO blocks VALUES(310405,'4f6928561724e0f6aab2fc40719f591823ca7e57e42d1589a943f8c55400430a',310405000,'185780205a9ab241bb0656799fd0d5942c1e3e5854abd1d06573da550b04b096','8cbd52dd97944b34f080d675a51360dafcd38183cb08633e6ea247d2c5074435','2f52f14effe60e24720ffa2b687e800ada0e68dd00b347b571eff0c8deaba3d4',NULL,NULL,0); +INSERT INTO blocks VALUES(310406,'6784365c24e32a1dd59043f89283c7f4ac8ceb3ef75310414ded9903a9967b97',310406000,'367b9de2313c5f7fce0c2dc2b4a8e2bc059f6881bc924f7315e8e2ca61728a59','0d104d4ce44d11e581f51e5a33ec9e35a994b2b992842b173fb8a2756412b4b2','43eaf607e11ce8adc5278f89d631db86418ab2798e68344c669f0988882069d1',NULL,NULL,0); +INSERT INTO blocks VALUES(310407,'84396eb206e0ec366059d9e60aefdb381bca5082d58bffb3d2a7e7b6227fc01e',310407000,'2bdbd79575aa2ff52ba0cce3fc1a1aac6120d598a8ab0ff3925e1395e6cad2d1','a3407057dc90723c90ed8f2df5af7840e50daa4c4bdedd47181c17a1e8563934','6714a844c0156ae8ce2f2eaea96f53ab79842e61e231a53a282bc6ddf6d756d5',NULL,NULL,0); +INSERT INTO blocks VALUES(310408,'4827c178805e2abae5cb6625605623b3260622b364b7b6be455060deaaec2cda',310408000,'fcd0edef8c4ae9517a6e793a2742c598de38c122829b7a7aa265310417ac92c3','3ee1e7949bdb395a4e481f94344fccb2781abcb3f5d1fea2bbadb9de9228a426','c449c48a98af7db2d3ba1086a3be9590c4bef14b6b0a843a7dd50c3f86ab3ba7',NULL,NULL,0); +INSERT INTO blocks VALUES(310409,'01a719656ad1140e975b2bdc8eebb1e7395905fd814b30690ab0a7abd4f76bba',310409000,'5b663c40873af21ebc721f2689e2c57a2c787fff579c58f033bba75910a64837','68fbf3a110ed24946d1594f5a4de1dae9c4b6f0394188a71ab89996e9fb4e55b','57a5362a3d65ba233a683413690c89b8d253cf8f73b7d76a3ca59bfe6fc6ea88',NULL,NULL,0); +INSERT INTO blocks VALUES(310410,'247a0070ac1ab6a3bd3ec5e73f802d9fbdcfa7ee562eaeeb21193f487ec4d348',310410000,'93c5a33931b2a33933bc286d6987b34730c0677460e4875d5c032ae86c2e01f0','bd755bf0718d5a0423ec41a8ac84b1554751ff8f0a3f63d87e7e0f58aaa31008','4401c11e98e966d90827e8f0ea562e7a044b3a0bed7ed2f4af48684df6015709',NULL,NULL,0); +INSERT INTO blocks VALUES(310411,'26cae3289bb171773e9e876faa3e45f0ccc992380bb4d00c3a01d087ef537ae2',310411000,'8d98498f89619a2e334e9ac69bf8ff37251af6431d9bb6d1ea8bbc404c5e560d','103563dcfc7b9f149b6efdad7cae17b090d4a8232fd4c37fac7bcf942d784b55','5350d59e6e5ad06ae4aaec7dd4c993643daa1d975081a9bdfc4fe71f46aa865f',NULL,NULL,0); +INSERT INTO blocks VALUES(310412,'ab84ad5a3df5cfdce9f90b8d251eb6f68b55e6976a980de6de5bcda148b0cd20',310412000,'a16a650c4b63ed783e7229980be1177da867c188a5039ed5c58b9717f6ccf634','4daa6f0799529346ba4ee87e2aed1450447921dfa92e785378fae39c234a7c8f','217265c25777a2a9d1229477a8ddce01e8b3b18d9b994625bc28e8c9df36d39b',NULL,NULL,0); +INSERT INTO blocks VALUES(310413,'21c33c9fd432343b549f0036c3620754565c3ad99f19f91f4e42344f10ec79bf',310413000,'768577c1a7c2cf2cc19cd8dbe823f1bdb8a222daee4c7ac7b5ead6633040c283','7ae9815341dccd2d1bff8dbcfdbcce4e52b4aac8f2fdd421348ed9f44cd19e38','e9666b1972d472345aea75b721ae15ce6b460b888e2905bf9dedf5ff2735c6f7',NULL,NULL,0); +INSERT INTO blocks VALUES(310414,'8cff03c07fd2a899c3bcf6ac93e05840e00de3133da14a413e9807304db854b6',310414000,'906c491f164877c31002da41233c237d0d4a945a0072406a7b7d13df74be7eec','807cd64b4d8ee3d91a5cbc651e42feeacd5248b6572310472743ca71a9f24621','3defbc477a4f17ed73381708af2e1f57aa4362d4a7fb14949e1975645e1c22bb',NULL,NULL,0); +INSERT INTO blocks VALUES(310415,'dd0facbd37cca09870f6054d95710d5d97528ed3d1faf2557914b61a1fc9c1cc',310415000,'d27f99b4a67dfc910d3b932f97b7299779f245e95f871140d3c90f13cc6e506e','67fe947c260b3d8748887e94f68c3725664bb6dbd72187e9312ee48a42770ec3','4642032f48b7a226559893c5e5d666510517b31c21ca0113a11e2d82cb5a4366',NULL,NULL,0); +INSERT INTO blocks VALUES(310416,'7302158055327843ded75203f7cf9320c8719b9d1a044207d2a97f09791a5b6b',310416000,'90fcd04c508a9821e0ba0ed36cd7cfadd1d3c95116e3f52ad69f98d3d14de571','1041a17c5c146181a56da6ef17386814299be8a22c76a2b2f8a4a2768b2b531c','6619efc1caf8f8ec4cc5c809d532ba3b892ec8ecfc84de54172910d2f331f40e',NULL,NULL,0); +INSERT INTO blocks VALUES(310417,'2fef6d72654cbd4ea08e0989c18c32f2fe22de70a4c2d863c1778086b0449002',310417000,'19cbb26c6d24df5b110a5aae9b53a911a61b2086dde926273a1b0f66c1049e6b','920154e272608daa3c501588cf0eee50c2c45a385d30f42711657ae4a6de3bf5','1ece895c9196f9371be8bb87deba7786b4864cc008b2aafa07e1b4701467ede5',NULL,NULL,0); +INSERT INTO blocks VALUES(310418,'fc27f87607fd57cb02ce54d83cec184cf7d196738f52a8eb9c91b1ea7d071509',310418000,'2dc971d2db4e92e2d5dcef124bf9cdad33c41a71d6ae3db80297cb2257911f0d','290826e9c72e49636370d0dad56ba1c2c9209d888b993e030838f84300c0225a','18cae1103a6c810076a9bde9303e6b71a031c09523cd652ab5e206d4bef07ba7',NULL,NULL,0); +INSERT INTO blocks VALUES(310419,'9df404f5ce813fe6eb0541203c108bc7a0a2bac341a69d607c6641c140e21c8e',310419000,'7ad2bf141622a0db4b27b1f4dab4857d1595e3f746a4113992850a680ebf1f37','d06653b493d120dd288637d530cd3f6efa1c8f5c252bb275572c1948ff0f3539','f46b42919b61c0ff5fa2f65d2a2735bca6499821aaf658617e2b8819aea1343e',NULL,NULL,0); +INSERT INTO blocks VALUES(310420,'138b3f1773159c0dd265a2d32dd2141202d174c2e52a4aeac3588224a3558372',310420000,'3602b26268d1bd3fc5f08f170e9767ff07c91f6976a1c342dc6b24f7ee98c509','ae8e61a57232c10bd15c655bb8c76007dcef394ba64d1619157ca58990e18c25','2beb5d9bff0cfab9c1735c98821fc473bf358f3c78edb7a3f3eb59c9ba17b9e1',NULL,NULL,0); +INSERT INTO blocks VALUES(310421,'71fe2b0e02c5cad8588636016483ddd97a4ef0737283b5fd4ab6ea5dc5c56b9a',310421000,'1c1facfa3852b33c173a08d06450335a2b230541c60973a154e8dd864f3c3c8b','01bfd609f878bb6149779f6377d7868d5b7fa3b831f68cd757967b982cd09ad4','759cb64a2468cfc52c10271d4e4a81141f4094f9acf8378c7e79fc97ea8ea99c',NULL,NULL,0); +INSERT INTO blocks VALUES(310422,'cd40260541b9ed20abaac53b8f601d01cd972c34f28d91718854f1f3a4026158',310422000,'e788123aefd1129554fa2c166dbd06ce68f913730183ca73cf248c1f5284eba4','6577ad9a9e3889fb5eeac7fc9039af8d4537a8fc28b4a9de85e230f5d9da3583','36fb6238b2d74658349e9bd2c91e84257b3691504cbb171c8150d07dd32db1dc',NULL,NULL,0); +INSERT INTO blocks VALUES(310423,'6ca0d6d246108b2df3de62a4dd454ff940e1945f194ba72566089f98ad72f4db',310423000,'ad445e5351af8739b2f74cbba8b44201c20ab55ad1db064402614fb97f35c375','dd7b66518e8ec22359df2d8ad4c0349fe4ab3a74620aaf2ef4bdc93a4c7e2d92','02dd1ebc273940d93e9f8d3d8f1bcdfe45ebe4e69118e57bcdebee69f000681b',NULL,NULL,0); +INSERT INTO blocks VALUES(310424,'ed42fe6896e4ba9ded6ea352a1e7e02f3d786bfc9379780daba4e7aa049668ad',310424000,'e89872ed802fe4421844882958fe6384cf21a85a6dcf10db761e2bb4a77ed24e','bb05836e569bc4c85141c5b4d2832efa5a83ad519260e96d92f6ee16fe4a0c80','97d80a832910c23f007ef47d071b4166f64d822e5e797fd81d41133b88b9b32a',NULL,NULL,0); +INSERT INTO blocks VALUES(310425,'73f4be91e41a2ccd1c4d836a5cea28aea906ac9ede7773d9cd51dff5936f1ba7',310425000,'29e595e9ac7717013cfc8d12255496192234abbddd8a66762a5eaff0c49f3750','2cedf78c9d13e32fde5792907f2ac9f409fe701740533b94ceab6b8087f790b1','ae4acefbb19a7bde582a48fe81041f6ea1bcca99fa754c16b78dcfbd5dc243fa',NULL,NULL,0); +INSERT INTO blocks VALUES(310426,'9d28065325bb70b8e272f6bee3bc2cd5ea4ea4d36e293075096e204cb53dc415',310426000,'9b9509ce7b7bf380f4d030604810a755c71fabe27152be990997a6a9db37ff15','c037094c1947835fceefa8a25a81724d9c88191d5f5199d3a59339bd44407289','d0608f0dc4612ed841c6721aa27c2a86fec9c72ac9f596d983547d3c9488794e',NULL,NULL,0); +INSERT INTO blocks VALUES(310427,'d08e8bc7035bbf08ec91bf42839eccb3d7e489d68f85a0be426f95709a976a2a',310427000,'f1b834e2a380f1b9a78c592acbe78ec809220c620e15f296ab8d7ecea6cd392e','81d439d9d368279e97c8739243efb01c7027be218d831d93127364fa247aed95','ed6409be6f8bd03d161ceb91a3287347a3e46876fdb8af280586b55a7b4d7afc',NULL,NULL,0); +INSERT INTO blocks VALUES(310428,'2eef4e1784ee12bcb13628f2c0dc7c008db6aaf55930d5de09513425f55658a2',310428000,'9e963a17fbc4a5c20d48094f1459959033520f92d7a8bc044b71bbffb8dd173d','002b7ac255f66476970512e50d7ca9cb5da695bea9763bf0379f8d8e6c77a71c','ea355cf2e64178569c0628afab296b0ae08bca6c974b37674ef9ecc7e8e11e68',NULL,NULL,0); +INSERT INTO blocks VALUES(310429,'086bfbba799c6d66a39d90a810b8dd6753f2904a48e2c01590845adda214cf8d',310429000,'ac8cfd965b9c53f32731a3e0fcdb6df5746d646b02c88b5201a674125e37eed5','4b68376b50d77145ada0ebc72c3eb43b54b4743b538dbc9fa2c914515882dbb7','e0f2115606c60b8a0eb43a20571436cc83bd054c076cdedeb8a0c169184711ac',NULL,NULL,0); +INSERT INTO blocks VALUES(310430,'870cf1829f84d1f29c231190205fe2e961738240fc16477c7de24da037763048',310430000,'33654e32dfd41ff3a5744b57fd2483a08a2b4729c18ca54c3ac5d95a1bf0ef21','3323c2d01e777caaca3eeaf6f2af8299cee1622589cbaf08f4d245356642d2f2','aef5ef08d5db05efb1f6c43b741fb42755c41a2eab23088b62307a8dbe544a6d',NULL,NULL,0); +INSERT INTO blocks VALUES(310431,'20b72324e40ffc43a49569b560d6245c679e638b9d20404fc1e3386992d63648',310431000,'ba8837c811ae87981cc37cb49438d958fa58dfc5a95824040f2fd088465406d1','67aadda0a565f4f5e2786b5007e56e2d10077e87e7d3acc216fe0803365b7b81','5237481e07f1b93e9c9fedb74ac09281c213e4eb6280ae1d46f05548a404ce22',NULL,NULL,0); +INSERT INTO blocks VALUES(310432,'c81811aca423aa2ccb3fd717b54a24a990611365c360667687dc723e9208ad93',310432000,'7864019cb0cbbcd895154421183d6acb932b1d64441103b913d52469f656655f','c12942ffa02a5f8eaddf3e8e55ad0ea03f29cebd9e822e00c504c162cddd0471','9e10d8ed1ee44ad89e5be455745427eaceffe0f647e8fb93fda599f00ae252f3',NULL,NULL,0); +INSERT INTO blocks VALUES(310433,'997e4a145d638ad3dcdb2865f8b8fd95242cbc4a4359407791f421f129b1d725',310433000,'a6da92ef0df7d092de09f2f8d2c99ff65ad74e2a0bd2ea25f8335614372f5279','f0eefd9f81db595b07fe719a41e67e54fdb987e177f05d37040237db3be2a8a5','d64318a7c45c46dae029c191a95c5ffb41c426d850e5a63b020326768a4593a1',NULL,NULL,0); +INSERT INTO blocks VALUES(310434,'61df9508e53a7fe477f063e0ff7e86fbb0aef80ff2ddedc556236a38f49ac4d8',310434000,'e288db28ac6a42822f85fd042f65b57378bc6cc2f8616edfa88143d7b1c9ddcc','173f8b7d2c581e9f088b3fb6e96ad2af597b172717d8f8732fd5857997f0f3d7','55130635a017809fc8f4828e7d8f6d740b63bd76cfb8a243eb0efb471bb1b72c',NULL,NULL,0); +INSERT INTO blocks VALUES(310435,'f24cf5e1296952a47556ac80a455a2c45da5c0dc2b388b51d235a3f741793d5f',310435000,'e87af314e8d7a5f2315ccc559d7c2255c008ba63aff017696201db69344d423f','a4dd5a36f1aeee54e99bb23095b64707fc0b3fde5f64e33135429a100e4ea558','95f7833de5c4c05d94c8c8fdfd5329781445cb0bf78d286d0f55ff2ee2c01a95',NULL,NULL,0); +INSERT INTO blocks VALUES(310436,'a5e341ba92bdf9b3938691cd3aab87731eba5428bb61a804cecf9178c8da0c19',310436000,'82327b93bd3ffcdf797bc2f6470b9c8c5101e54b924ec5f141a31356aa8865c7','c6b0f05a847c30dd3f2d3f8cb7c26a84f1d005b4720a553f9dd8b717185d7f05','ad0ee5331be7965368dfb91c7d4ebd5503979cee3955c175b644e3849496e1a0',NULL,NULL,0); +INSERT INTO blocks VALUES(310437,'9e18d0ffff2cb464c664cefc76e32d35752c9e639045542a73746f5ec2f3b002',310437000,'70d86f9ef8df495474de06b94e1857693c73d9ca3528356b82553a52fdce0dda','809d60564fefff56688616b7fb96378d4eb425e5c8de36b34f0c9070935dac26','e535ceabd19db64fabef0b4a6d152eafb29e3d615f3f5c48e5dee9f0b05350ab',NULL,NULL,0); +INSERT INTO blocks VALUES(310438,'36be4b3470275ff5e23ed4be8f380d6e034eb827ebe9143218d6e4689ea5a9fc',310438000,'44b90478e32373205462f0fb212da636b31db6dfb99a2b56923beb97a3a64722','2cf7695a3cea08358af8bd9378b1d6ad6c7223cbac01589042ace6c3cb312196','37e3833726bd369d1929e9cbfe871eb641705895cd02fd6c0a225a7650ebfdd4',NULL,NULL,0); +INSERT INTO blocks VALUES(310439,'4f2449fce22be0edb4d2aefac6f35ce5a47b871623d07c2a8c166363112b2877',310439000,'66b791b9deb7d2fc8b075f41d712e300ffa9c46ca9d6f4e7cec6429ca6a65163','41f11f77910c12535fa183e819b36a0dda32eaafe0ae8016e2ce7c23d5c1d67d','7cfc9a23c12402f73c25a1c0113b3d28c3091c26de7f4507dd0a73e1219ee4e1',NULL,NULL,0); +INSERT INTO blocks VALUES(310440,'89d6bd4cdac1cae08c704490406c41fbc5e1efa6c2d7f161e9175149175ef12a',310440000,'5baa10e1659182ba4511f87f08deda38d5de3501c63efd376604cc199140d27c','c6762d7334806b6b62c3cee84f65346d1121493d3bc3f890af174c4abe4710ae','624ff761f2996743eea9f650ce93b777c695a99abba4762a99904c0f350505bd',NULL,NULL,0); +INSERT INTO blocks VALUES(310441,'2df1dc53d6481a1ce3a6fee51ad4adcce95f702606fee7c43feda4965cf9ee15',310441000,'2d490229fead1b15a8350da7bcc83c483dae06e4a2f574c6e8fde248acd449d6','f9fcb16a928c44b86ab2af7407a2ca269455b144694a80927b9213bf8e7ac710','d6e4ca53df04c5e7fd58e2c62545cb4e742dee481f924eedf32ce9b28dd013d5',NULL,NULL,0); +INSERT INTO blocks VALUES(310442,'50844c48722edb7681c5d0095c524113415106691e71db34acc44dbc6462bfec',310442000,'a3728bacfbdd289b7af24248b9bdacd5643bd5412bb993f5380278631eabb9e9','5d2600af95413d101a9e3d98b2d9f5ea02cf1cf6a28bf7e96870e167638a7be9','6bbeccd2b34d956d6058a9b2fdfce800d626c3a67398b65232651797a036b5e6',NULL,NULL,0); +INSERT INTO blocks VALUES(310443,'edc940455632270b7deda409a3489b19b147be89c4d8f434c284e326b749c79a',310443000,'d829da764f6397b22a6b97ef396b363ef2cf071990df2dc9c0d03806db6a46b5','4c595c9a60ccc98d2f6cd75c92c28333174c618337457f9c5ccf362252732081','3e6647994c9c8976684ab56115d228d7a22ddb61c0d1e26d3a7773f9f4f58e7b',NULL,NULL,0); +INSERT INTO blocks VALUES(310444,'68c9efab28e78e0ef8d316239612f918408ce66be09e8c03428049a6ee3d32e4',310444000,'ef53249bf0f13e1f2073b815c8d8da3ab744b6d277b29ddbc0bd68bd006af34b','5ec6d64106ac1c65cd1dd2129c786aca3cf426c7a1b5f6a966b6684b37755293','5dee1882d9cbbaae5651a30220af42a5374a04aa998d4d29e438fa50cf3be5e3',NULL,NULL,0); +INSERT INTO blocks VALUES(310445,'22a2e3896f1c56aefb2d27032a234ea38d93edf2b6331e72e7b4e3952f0234ef',310445000,'7e731cda90932b2b4844abdbc3ff60683173104e6c72ed81c65d9a17fd4872dc','6da5abcb8ff2a77c33c7c43061754d9fe8e587157a98e194157faf534d2ee9c6','2f714f74ef6d92b17477e89f377dd140560dfe51434ef2669d801cc8190642fe',NULL,NULL,0); +INSERT INTO blocks VALUES(310446,'e8b0856eff3efce5f5114d6378a4e5c9e69e972825bc55cc00c26954cd1c8837',310446000,'db55bac8025e95a567ba984f36dcb09357aa3e9b8706bb594e669b628d4e7204','e8efb64e8f5f867f1c0db99afa9f9a3e3a06d0e1d55e16e9639ca36c3bda5cd4','f24c76706262e0da7cc17e7acff49ec29e9123920c0ec0720c5e93f8a7f111d3',NULL,NULL,0); +INSERT INTO blocks VALUES(310447,'3f4bc894c0bc04ee24ed1e34849af9f719f55df50c8bc36dc059ec5fa0e1c8a8',310447000,'5cc4fa447cc291ffcce7be3c4f8fc70041bf8af5c2dd591136d4a449095d2570','026eb6a7315302879ca62afb071da788deb5759eb3de89cf68fec00ec638d9f0','ed3186973cdbcd18e2aff6033562ae8c3c816e6e8a912d3f5853a4a92d8259db',NULL,NULL,0); +INSERT INTO blocks VALUES(310448,'6a6c7c07ba5b579abd81a7e888bd36fc0e02a2bcfb69dbfa061b1b64bfa1bd10',310448000,'ce49854f4493c163bc891888f920fbc6dd8855c30870beb757df69b33de52633','e47cc99299a82c9be619633effff5b9cace113215d7f71aa7d2327e69d3ca3bb','1c09107051d33559b62e0a415c67419b439261d8296d0d36593a7c7038f4bfbf',NULL,NULL,0); +INSERT INTO blocks VALUES(310449,'9e256a436ff8dae9ff77ed4cac4c3bfbbf026681548265a1b62c771d9d8e0779',310449000,'84557595cf2067a95924119b8ed5fea114acd9ca1b0df4dbe4ae5181a739b5d1','4e3048f5eeba69570f9ffd86a3573e85bdfb46a92acf60d55c04d41f49f7f870','2151542cf9b8a98706d14e1e8cffebf2658784286e685730a8398116998d21d5',NULL,NULL,0); +INSERT INTO blocks VALUES(310450,'2d9b2ccc3ad3a32910295d7f7f0d0e671b074494adc373fc49aa874d575e36a3',310450000,'0e3b252b73fb652f904780da9fc59d1081d712337a9b15cf1a56ea72fbe96c73','c98b9428cf94077169705f3961816f87293eb89bc840167b1ed8ffb074aef48e','c223394526a235be5b96191f669ccd9f2e34eb31f2d222a04fde81f20830a2fa',NULL,NULL,0); +INSERT INTO blocks VALUES(310451,'55731a82b9b28b1aa82445a9e351c9df3a58420f1c2f6b1c9db1874483277296',310451000,'790eccd04e24e5f10f843d63bbdc1538cf1aabb0e8e6c862104be0ef845f603f','3fda9e8b7ebc417311c9f14e61c9dca2e490702c1c796eeb1df156f174d52cb5','ce8c68a04cb75a29a2a1df84a8e79dc8591bf458420dda0bb11f95e138866baa',NULL,NULL,0); +INSERT INTO blocks VALUES(310452,'016abbaa1163348d8b6bc497cc487880d469f9300374a72ecb793a03d64572aa',310452000,'30962129b060b63050fe8f249592587d74cdabc4ebb5680230a280da880c8586','a1bf92fe5ae4df49a6059263dfd3a9ed105ec24ae02cb9127c0408f7330d962c','a6cddc14403aed1d4e6d79a1ee3101fb4767de5413813b5090c1d0500e85d61d',NULL,NULL,0); +INSERT INTO blocks VALUES(310453,'610be2f49623d3fe8c86eacf3620347ed1dc53194bf01e77393b83541ba5d776',310453000,'56f4aa1086d8985a00cc295cf9618d976e69ba426b0c3d103bea6b47b58e4355','a81de51b7b56cc68f599e592be22e11c2f0b51ca27c027f13b58f05b2229a8e1','c246e08450f53da28cf0c70a0cb4f4f76cffad057ebca1b1742debad6b534daf',NULL,NULL,0); +INSERT INTO blocks VALUES(310454,'baea6ad71f16d05b37bb30ca881c73bc48fd931f4bf3ac908a28d7681e976ee9',310454000,'38d14a206003b812cbaf5f200235dbe12aa6a674e5f3379cb186a781cb5a5654','022e8475ba7e68c75b4a00387ae431b7bdaa4d125dcd1b19d08e9c431d3e6057','37f0c5aafe2dcb73cbd032786b27f4e3bf86a24bb75091ae9f1eee1733a226c4',NULL,NULL,0); +INSERT INTO blocks VALUES(310455,'31a375541362b0037245816d50628b0428a28255ff6eddd3dd92ef0262a0a744',310455000,'b2ff303a67c05bc12fcdfdb774ea4ddc690434c3371428b3416d38105f265f28','91a1dc2fe8dd56e137b210136966950c79b4badcdf787b4b9fafa7985847192a','7210ea6377ce5a0b9ca01544a28be09c848235c4597991ed60d49aff0d3457a1',NULL,NULL,0); +INSERT INTO blocks VALUES(310456,'5fee45c5019669a46a049142c0c4b6cf382e06127211e822f5f6f7320b6b50fa',310456000,'6cc16b442fd7758ed7bae9f50367fa60debdb5d81bffc5abccda044573aeaf15','5125d7f8718a5a26aed1e1db2ce80e8d2eb4d96bbc91277bace52f571b7f8c26','1a701b73d0ed44ff836232c619404ee1d3c2dc8be362691db18390fc4534f58f',NULL,NULL,0); +INSERT INTO blocks VALUES(310457,'9ce5a2673739be824552754ce60fd5098cf954729bb18be1078395f0c437cce9',310457000,'8fa0401d245b1b1e8b40760a54f331564d8597e242462ec412878e36a9b06800','061dc1962f44d4da9de8ad6bff4d96650058f5d444951e9c808b901db8717c81','f44243737d0f881c2aa9e5d3a514c5fd86c983d24d63a9b4311810a453ba63ae',NULL,NULL,0); +INSERT INTO blocks VALUES(310458,'deca40ba154ebc8c6268668b69a447e35ad292db4504d196e8a91abdc5312aac',310458000,'520f92700e31b8a35260a280ae11bf8668b0e09d34795a9d88678f2977e19f7c','b0208287d25e4ca6a1856236b4d4c7a3608533f0a47a9c673806d5d3baeb2297','fb8fc011899c206d63d9dabd89bd5ad054b312894b77e8074649d4535e09e259',NULL,NULL,0); +INSERT INTO blocks VALUES(310459,'839c15fa5eea10c91851e160a73a6a8ee273a31ab5385fe5bd71920cbc08b565',310459000,'d7f728b78228a914b8767a6caeaf2267e9dbd50490a27f6c23bd96060eab8ee0','21a24d787b30434a230cae77e281636855ff40a8fb4aaaad35eb034835f63e97','2ccf84dae308ecc149f72df233fc96ba54cb94d0749adc7ca49e2ed30949feff',NULL,NULL,0); +INSERT INTO blocks VALUES(310460,'9b5f351a5c85aaaa737b6a55f20ebf04cafdf36013cdee73c4aaac376ad4562b',310460000,'33c2b4c6d22888448a2458ff2ce6a1cfae5e858acae2a57e4cc0232980f8fa4a','2ae25ed250bd603684d0affe8b14af5a1b8d1554beaed08aa8f723cc3c66cf8d','e7205426dff8c69e5539640aeb118c64072c98f76553dccc6b601dadc7f8a8d5',NULL,NULL,0); +INSERT INTO blocks VALUES(310461,'8131c823f11c22066362517f8c80d93bfc4c3b0a12890bdd51a0e5a043d26b7b',310461000,'22426912d3317922912326da552af284677c9b76b6416b6c056668f27ae4f19f','13b7774cf2a5a0f3d65031cd5f9ee498eaeee5c1e0e8ecbd346e0427d847a5c0','3ea7f252504a015c7fe902a88916aabe98f45a85083e7ce747c8a678fc015e82',NULL,NULL,0); +INSERT INTO blocks VALUES(310462,'16f8fad8c21560b9d7f88c3b22293192c24f5264c964d2de303a0c742c27d146',310462000,'74225b62e696aaeafbd4d6db40b41081c7493d9cc44984729d8619ff9450ce32','4f23d4da0bbe4b8bb7e00b6b746b4180356013c63f7a6f9b3eee479380b04e4f','db6792b08cffca2b3b678d3432204345ddfc63d8e51defb41e528b9cfef6311a',NULL,NULL,0); +INSERT INTO blocks VALUES(310463,'bf919937d8d1b5d5f421b9f59e5893ecb9e77861c6ab6ffe6d2722f52483bd94',310463000,'b970979bfe0d44ae2f21f7d98bdcc4ae37287b93cad9fa51f32a62337ceba0c1','7b9a9095733a9d870b33aef4bb15767c32b012c27b52de8731358178b87bfb50','2a2246723c4f27e9bc426d4fcd98aeaf88fb0c91b4d5da937855ec51d98d564d',NULL,NULL,0); +INSERT INTO blocks VALUES(310464,'91f08dec994751a6057753945249e9c11964b98b654704e585d9239462bc6f60',310464000,'00007a158b003fcca20c9fcaa8d73a556f0206bc9a7ab3e5c566ea1bda8648cb','28d7eceb69efcc6736dd64c65ed218dae2e8d0e9d4d7284b0572a5d1065a9d52','21c5c44c5b2144d3d7314b1c496e1798bde6e34219f8aacdcac62b57c47fca4c',NULL,NULL,0); +INSERT INTO blocks VALUES(310465,'5686aaff2718a688b9a69411e237912869699f756c3eb7bf7c3cf2b9e3756b3d',310465000,'09c407870b056db90148a9e4cb8ada003898ff28c584bec6a5be90514758a851','7a4f4ed76efc69ddb5fc13abe258656d6a5e4a845203b5f3f9133716093d7f6d','47d9e30a810f0913e9612dcf1a6bb0930edf3ec04ae0a31d3fbccc9ef36a9923',NULL,NULL,0); +INSERT INTO blocks VALUES(310466,'8a68637850c014116da671bb544fb5deddda7682223055a58bdcf7b2e79501fc',310466000,'23bcfdbb44d8fc2ae6a86ea073ab080158014f04516b256a70d846399e7383cd','57124a566cf1e863b27fa19e3c982fe4a5115119ffb745624697380ad8d5f900','659167be05ae347e2ed919fe5725a0f5240297bb59093c270f6dd57f3123fe70',NULL,NULL,0); +INSERT INTO blocks VALUES(310467,'d455a803e714bb6bd9e582edc34e624e7e3d80ee6c7b42f7207d763fff5c2bd3',310467000,'a43abeddb61ad99d57f208cb0c6cc3e0b05a200009e6d90641a2bc7aac707adf','fb3b1ef99d2f323e1bdd6998b78b6044c8c7328fafad6b9fea1de7bd0244a265','e0eb51657b19285b68b68952c7a45a606c804024b32ac179b9456bf05a10ab05',NULL,NULL,0); +INSERT INTO blocks VALUES(310468,'d84dfd2fcf6d8005aeeac01e03b287af788c81955612375510e37a4ab5766891',310468000,'fc909facd6ba38fa0908fd49a6e2f25bd8284de5265ef761497b8a2d595344b3','5c84a33365a6954fe639a1c2b1df030b8728d5d331df5ea1ef4a60f976cfa5d2','8bdf769ae1781a253098f30e11f069ada63440412a4777202123ad1316d9a5b1',NULL,NULL,0); +INSERT INTO blocks VALUES(310469,'2fbbf2724f537d539b675acb6a479e530c7aac5f93b4045f4356ea4b0f8a8755',310469000,'09f0d1c9bde8cdd63544fbb5eab46c2954654d32f3736f9975cf860588aa65cf','38083f12891b03e2f089b02f7cb6b7fc7b6cb7091613e1d299051717eef6748b','9ee69a7d22cfc75dc7f1e0c578a6322f8d398d300d923348978c12018da84035',NULL,NULL,0); +INSERT INTO blocks VALUES(310470,'ebb7c8e3fbe0b123a456d753b85b8c123ca3b315da14a00379ebd34784b28921',310470000,'41832b12459e778621b8f576e597b9f639390338605b30e5be28423b016b199a','bc0a8227d8698655c56004a73150eb92144469fd22d4ce8bf0f48c27084e99ae','5d4376c88f697e0599cef31723a5f127ef9440e4c6e1878c089b148cb8067a98',NULL,NULL,0); +INSERT INTO blocks VALUES(310471,'fc6f8162c55ecffeaabb09f70f071fd0cb7a9ef1bccaafaf27fe9a936defb739',310471000,'bf701017153742cb597353349c90ec66f790f222dd98d617d98a0117f1de3274','d912707e01e39b078d3cee49df85af32019d7367d199543259bc98864c3ddae5','014b90fcd76f5e289d8084daad01c2f88dc5ec12b3ed7cade3d5ab272a87b081',NULL,NULL,0); +INSERT INTO blocks VALUES(310472,'57ee5dec5e95b3d9c65a21c407294a32ed538658a6910b16124f18020f16bdf7',310472000,'2a162bbd5a20f89a39156995658fd0c4715881bc130922d0edf95b60ece60b9c','c9f21a9ff022fd95423d3eb56017f4f6f8ad56a9fde974c5d08b37f01a0d0f13','43b553204454a65bf15743a429448aba5802dae1f3759a34b5d617f89abc7ab8',NULL,NULL,0); +INSERT INTO blocks VALUES(310473,'33994c8f6d06134f886b47e14cb4b5af8fc0fd66e6bd60b3a71986622483e095',310473000,'1ce10996ec9e37d8ddc204f038542c6781da88d2d45bae1952a88ab993b81e88','ad410d51bae82f8322d110d7b2270a1ff74c0ca64dfc31c5d293cfee7dbbb459','fae645137805f5c4e1de770834a1eda8b927a22df31a22caace93862b106aa6d',NULL,NULL,0); +INSERT INTO blocks VALUES(310474,'312ee99e9526e9c240d76e3c3d1fe4c0a21f58156a15f2789605b3e7f7794a09',310474000,'5ae424c24ca30aad5aca8298a13ae9371f55b15bc789c7731d833c6e7c7cb04e','b091eceeb4b263d9fa55bd5595cd298ff8b335e03007d62339033cd884137d48','c17d32ef02e8043b085220614afb095263bc1a3552fe73cba63f48f44b180073',NULL,NULL,0); +INSERT INTO blocks VALUES(310475,'bb9289bcd79075962117aef1161b333dbc403efebd593d93fc315146a2f040eb',310475000,'b9b257efe76a36c340629ceb265822dd10449a08eadc69667a8ea05af5c052f8','345c94c7b237efaf2b4e92802125b7d783e456e36ab6868d1f4126698361ba89','dadd5eab7a8dbc5657fed6fa29d91d07dd10c0bf9fdda02e6d1e25e6fb5af9ae',NULL,NULL,0); +INSERT INTO blocks VALUES(310476,'3712e1ebd195749e0dc92f32f7f451dd76f499bf16d709462309ce358a9370d0',310476000,'070c06b36f3a77c04fb4bcc3ab1045e95f198f3f970846e59c35db0d03cdaf2c','014e01dabe6dd8db8e0477f9b12d4f4e3589e41223ec8c9ca5035b942524ca41','4e795f06d7e22a7f39f9a83c315c2fa4e60157cc28bc9a2d8d1a3125faa0e8ae',NULL,NULL,0); +INSERT INTO blocks VALUES(310477,'7381973c554ac2bbdc849e8ea8c4a0ecbb46e7967d322446d0d83c3f9deab918',310477000,'4954596dd44d112fd0407c215be3c9534a348d6f708ae4a1e66527d1ac2830b1','1351438c8ea21d9619f81e51cfd188dbefd6a4816fe3c30b68210ac160890e9b','e50e40c0977661ac7f9baf04d563a0c88b2fdc99bbc37f88d6cb4399950075bb',NULL,NULL,0); +INSERT INTO blocks VALUES(310478,'c09ee871af7f2a611d43e6130aed171e301c23c5d1a29d183d40bf15898b4fa0',310478000,'d9cac2e29863569bc96aaf022437906a534968a17bf965c54bf59931cd92e590','cbec4d277b86a587fd0463340a8990600046f6f166f6fde0b6ec1ee817ab12bb','a46073ffc1744589ec353672dc8807f16ecbafb220cf61337bd935da88925120',NULL,NULL,0); +INSERT INTO blocks VALUES(310479,'f3d691ce35f62df56d142160b6e2cdcba19d4995c01f802da6ce30bfe8d30030',310479000,'2e48a89a55b6f368745e1c022683e93c20bdd920011518f18fd936f2190ac5e0','81d4ab55e022000a1bb3fbe758e497425c5196951c3e7896d3c641d54b4f2db6','fbf0926d4dc939500b6fd96b0e5b3ba09085f50c05c48bb8d63de7db2cb08a61',NULL,NULL,0); +INSERT INTO blocks VALUES(310480,'2694e89a62b3abd03a38dfd318c05eb5871f1be00a6e1bf06826fd54d142e681',310480000,'aa54124d86e74bebd14ea481ac2a5a5186236ffe214747f1af11ac370565525c','8d7e0f8a6f052692155e23eb612c02468830485938e7cb77a91e0c2061611385','ba3a2069d207d9cdfcfe0812eaa017229e8e0518382e61d4718e3091733d12ff',NULL,NULL,0); +INSERT INTO blocks VALUES(310481,'db37d8f98630ebc61767736ae2c523e4e930095bf54259c01de4d36fd60b6f4a',310481000,'fbbe1266bb773e5a3f5b48e82566ff75bc74bfea9424f81f670952565db15c59','8bc755d288d8d6525d9161e5d5072631a72e46d2373de37c7851aa10f3479ed5','ccb74f16140ccfc7da813adc8f045fdf8f16fa7d83acb99ad56e5b6bb55607ac',NULL,NULL,1); +INSERT INTO blocks VALUES(310482,'2e27db87dfb6439c006637734e876cc662d1ca74c717756f90f0e535df0787d6',310482000,'bd28a97e90054319c4c301c3e99d68aaa5e1bf5a145a8f2c4529040bb8137209','838486910c9c7722fb3afbac7b0514cdd94126486f6671697423b34164b9906f','c579cb9ceaf405cc4d483bbb59d63a37b45282649793df8a81ad4d856ef94dbe',NULL,NULL,1); +INSERT INTO blocks VALUES(310483,'013bac61f8e33c8d8d0f60f5e6a4ec3de9b16696703dea9802f64a258601c460',310483000,'fbbeacec99c9ed99a7fc37cdd5673fe8bdce08eba7fcb25b696e262af29ca5d8','2be6ebe515877a76a7b83b1929ca2ef77be1df3aa3d6766c0c47450898ad7adf','82746940a9f3655f1b7cbfcbbb131001446aaf162a1984bd05e7e928dc5de19a',NULL,NULL,0); +INSERT INTO blocks VALUES(310484,'7cac2b3630c31b592fa0497792bed58d3c41120c009471c348b16b5578b3aa2b',310484000,'310bc7c61c1325ee3f97e888658fd74e1fe4adccef4924abb6978150fe6f3dad','ec800faf2b61e7b1c2c85157d09b058f59defc14ffbe64d82dffea2a0368ade2','b9cbcabf07a9f2685d59913a7d12b3a0e0215c387fddc1998aeaaee1fc8eeb52',NULL,NULL,0); +INSERT INTO blocks VALUES(310485,'eab5febc9668cd438178496417b22da5f77ceaed5bb6e01fc0f04bef1f5b4478',310485000,'b7f66db9ea5838b65286422d0cac262f6b81bbd5a7397adf7b8d85b21354dbcd','c2c0301119eb8f6e5ee8f72a4f93366a7c2b9f327f087a5aabff7d73892ca74f','c43e44a293320359edf18a59eb3c4c1c50ccd8b8cfacd8f70f6db4be9511b3fa',NULL,NULL,0); +INSERT INTO blocks VALUES(310486,'d4fbe610cc60987f2d1d35c7d8ad3ce32156ee5fe36ef8cc4f08b46836388862',310486000,'0f829769e4da773089d7b05047a499db5f6d1b17795d4fba912882caee9813e0','ea66c7d9251a0eb884fef48de05cb58bbcf3a9e08319f01c96f180aeb0de9bab','cdcd83a1bf528b6f438cba4f93ace41ebec7196a8c997e36823035e544748a50',NULL,NULL,1); +INSERT INTO blocks VALUES(310487,'32aa1b132d0643350bbb62dbd5f38ae0c270d8f491a2012c83b99158d58e464f',310487000,'4b4d7a79843342e96e5d9d71bbc49690245b3098be75e7b86f273021d526216d','76fbd411c43f3f67c8bf61138c5672de0cfda2d98f112a6e50b3a5d084d7cc72','0dcbce812322217d1f9b05d5ec32fefc82355e3d9e5efff7d7c3ecc85213371b',NULL,NULL,1); +INSERT INTO blocks VALUES(310488,'80b8dd5d7ce2e4886e6721095b892a39fb699980fe2bc1c17e747f822f4c4b1b',310488000,'2d7e59026ea4c8933e9c7474936931ca49d4af91f9b9985f3c76085fb3a69104','78e801f2d1968c860ac2563e9cc912c18cb8e5f95996011e84c289833fbd46da','326dcaadde392e0339f5a413cd4f7492b3e4d80b9789388bc8d951fde731adf6',NULL,NULL,1); +INSERT INTO blocks VALUES(310489,'2efdb36f986b3e3ccc6cc9b0c1c3cdcb07429fb43cbc0cc3b6c87d1b33f258b6',310489000,'716354a370f344980e98785a444b56b21188bc699e7fbd0c877b6f2fabf35efc','23d9af03e6aa29fbab29c8e2a5a0419680053bba19594105cc8ef4d3db05d418','22af0d6e9184605dda5f05ca4aba0e8247395b281233a451d88d3552ec64fa11',NULL,NULL,1); +INSERT INTO blocks VALUES(310490,'e2cb04b8a7368c95359c9d5ff33e64209200fb606de0d64b7c0f67bb1cb8d87c',310490000,'906a38f4256f50312891119c99721537992438af85421e317574ce1810e2b909','5f934032dce4102cd1d72d3f887526e78baa4a78991bc43cf0a1ebefe08fdec7','637610c7291fc7949cd1dd889b99755b6d1c1fdbdb641c2120e7d6cf4863ed84',NULL,NULL,1); +INSERT INTO blocks VALUES(310491,'811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16',310491000,'3114d8091cfcaa9944c6fab49d51950535c4ef269877d58c372ed80b2b472ec6','f065728a3544adc085fae976759c0d040a34ca0a8ddd39260b55f0262cd5baa8','d6837ec3da9fb3980989196e548cc6b8b6bbbf89ed8282e8df045f5775e83e9d',NULL,NULL,1); +INSERT INTO blocks VALUES(310492,'8a09b2faf0a7ad67eb4ab5c948b9769fc87eb2ec5e16108f2cde8bd9e6cf7607',310492000,'98af18583618fdeed545347c013763d068e8294405d265911cc5e1bc420bc740','daf4d2c1a1ad5206abcf7744bdd06fae99c442fb2607a843dcabb5727d02916e','8157dd9f461be9234a2f7ab0f0e1eb048d5b0b4c4b24ea6d7dec3988e4153187',NULL,NULL,1); +INSERT INTO blocks VALUES(310493,'c19e2915b750279b2be4b52e57e5ce29f63dffb4e14d9aad30c9e820affc0cbf',310493000,'29119cd30a4733916fbfd0551506eaa16f7bb1bdfbdf8d17ac4e5bb20d1cb09c','7ec4cfa94544900c8e8732ad51be7cee6452aa1884ea940cd5c98862fb4aaba6','367311c9b75aadc96abfa2a6dd2b2517076feed0aebac9c8c63f7545a29bbd0c',NULL,NULL,1); +INSERT INTO blocks VALUES(310494,'7dda1d3e12785313d5651ee5314d0aecf17588196f9150b10c55695dbaebee5d',310494000,'72d71bd72263699ea9f2b097ad141be5bc394f49d8b0b0a6b2ff6a87b0ee3919','9350c3ba33d0546d1194c5fa767ced28834b26246aedc56d89b1d48ec4f26014','367e90299cec4c5c4d63b0844091bc7bbf6e17462086233a872de09b663a5bc4',NULL,NULL,1); +INSERT INTO blocks VALUES(310495,'4769aa7030f28a05a137a85ef4ee0c1765c37013773212b93ec90f1227168b67',310495000,'5a7e5a36882466373d576bb5f4ccd1bc72ecaf548b9589baa803a7275a7a24cd','09e9db121649cacd979fd18bbaa35e519361e727e7e072e2f2f86291160cdb29','191e5428deca4b48f28a4bacae265be703ad97d3bb213dc691dc4d7f35a0a77b',NULL,NULL,1); +INSERT INTO blocks VALUES(310496,'65884816927e8c566655e85c07bc2bc2c7ee26e625742f219939d43238fb31f8',310496000,'7ac6121c624b634f44695172761830926afe76bb18c4cc9195773f3a26966941','9eda85cce745579122ba9c6e24b63cd83f2e5161031a34e6ee9bf08b80823cb4','c527984544651961c8c7893452dd1701b40e6e43b70d43e2ed007e0031438133',NULL,NULL,1); +INSERT INTO blocks VALUES(310497,'f1118591fe79b8bf52ccf0c5de9826bfd266b1fdc24b44676cf22bbcc76d464e',310497000,'28c6e92b2299b9cbbb5953f8b7ff3de0fe962d15642ba27e43faa64e1935e819','ff8136601b9e0138a999d1f0467af6e8535a2bcdd2b622af7be0178a083b9519','59789416acb69a3f4dd0d6c0ef2782afbbc5253a224d385b49946c4caa81e56b',NULL,NULL,1); +INSERT INTO blocks VALUES(310498,'b7058b6d1ddc325a10bf33144937e06ce6025215b416518ae120da9440ae279e',310498000,'5fe6cdb0828379bf240fad99c68bba34e1889bbc19605ce5c297b82352264414','b488f6f0e6c233f202ee17c0843236d464144e79c870af88bae56355ae9372b7','68f526378c70c46c93c32c02825a133379ba54657768657fc96598ec353d28f8',NULL,NULL,1); +INSERT INTO blocks VALUES(310499,'1950e1a4d7fc820ed9603f6df6819c3c953c277c726340dec2a4253e261a1764',310499000,'bc09daa74c639506a1de4eadcd0aa8f599c1bc6a2a287cce7bfc89c301253233','c14c7cd236dd94835917a5912c746b53a9ad97be74509c56672ea57226bc6db3','2b9e2352c98ef07f341a398ac05c038a86c82ca9c8e67da340b6174cb190d188',NULL,NULL,1); +INSERT INTO blocks VALUES(310500,'54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b',310500000,'6c240f1f3a985ff91e6a280c4448b8d739a06caa6fa383c4b9a7b90d27bdb17b','d21ed1a33a3ff157708a8e8c5a11062e0b33a7682896f695cd174ee93dce7767','eb779323859bd0e97760c71000e78db207550a70c645d8b7380d0fa015e83d96',NULL,NULL,1); +INSERT INTO blocks VALUES(310501,'9d9019d15a1d878f2c39c7e3de4340a043a4a31aebb298acdf8e913284ae26ba',310501000,'21921f9e40915d2f4d33ce415de80e473082423b967fa344bf7f67475ebe83d3','b6774cf6b7892427229841125497ba41492fcaecae93559f8936feca2b57825e','06c02642611ee102f84342defdf2dfbf6967d0d27164e174faecd9a6f62f76ff',NULL,NULL,1); +INSERT INTO blocks VALUES(310502,'b5a4cd1270bc437e909d9569079ad17437a65822ee9e4c378670732a1430ed67',310502000,'31102b5b0c5d3d1caf84d37077c482722c779124cbdf31dc84c1aed8648f294a','630e68e2965d5ff6d0c0573ae4386b7c5f1d6739aa59f4ca8e78c18c97dda4ea','9a3dffe08ba144c86100ebb37bbaef9fc808daf24f3840f9bb337daf0e9e34cf',NULL,NULL,1); +INSERT INTO blocks VALUES(310503,'219e9a113a7c66443183171e389bfd5eaf957f5b8ab825358d72fa8e0cc8c16c',310503000,'e794e603a52f3e8966d35771dc3698466a31e493cd1d513b434f44a8d2b437db','a246803a64e949d7501376b8333ec169ab0c76441b6743343e2028ef495e41e2','b13caa8ef5c1cd9f44cd894f26ff4a86291a75962a071ac49972a4f9384193ae',NULL,NULL,1); +INSERT INTO blocks VALUES(310504,'0b123f4e535bb92fed07632e107813b9a399cb6f6d9ef629d303e9df3d71ad25',310504000,'3bef7ac206538a4723ed1049a793c079b942675f3100feabb221595f54f284d1','4dc497bb6f509c52def91393cb8192f576794d95c846ac37a921f50b864589b9','56a6dd93ad164736f8ac5dc887f416953b6aa69581e224e312a182226514e890',NULL,NULL,1); +INSERT INTO blocks VALUES(310505,'dabd8046821297bd7071117defef365b4384c3ad338a8fa206bae85593958a6a',310505000,'55fbc2aedec24b51392b85e9bb8d0637a117c5c71347234ab0754e63963a8662','bbc020c792a5a6837aad69d9794344fe13497234bd5ec74d1fb0bf064b7ab50c','30d74aaa6423eda73f1fddaf6ea5196bf1020849db28e32cbedd39583c49bad3',NULL,NULL,1); +INSERT INTO blocks VALUES(310506,'9a7512bd957b110f23c37a6673cd0fd7342f0cf96b44f990e66ac7d5cbb8448c',310506000,'d2e34b3aa45be0dd5a211b9748bc71049f42e08be27ed9e08ac65e1f1b5db6b1','a6cab6e8bebae804eb791b48d0a484f6526553e3cce266b54b40afb32a02c68e','a28378effefd29ba3ae60000d28a43ddd31d7d9556ad994209a9830dd3564108',NULL,NULL,1); +INSERT INTO blocks VALUES(310507,'015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93',310507000,'ac68e70957d0e5463ad33be060c4204ad0f4b3915ae5b814487b16e954365291','faba65af0ff3978a76bef253c19ed95e2fe349acd95d87ae9cf57369d40d8ede','88d3da8e544ec34b8f2f90444fab5ecefad6963297b1757e62eb859caa776dd1',NULL,NULL,1); +INSERT INTO blocks VALUES(310508,'40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf',310508000,'4e6abf47f9054eff709289e84cf483d489862a991313fe298a7f2daa2183e568','08f169d75c92d8662181cdac4fd702e92261a812affc1b09daf404f5db839620','5c32965084f4bb85286052b37eae7bbaeb3449f417247cc9aa8867ee22f92648',NULL,NULL,1); +INSERT INTO blocks VALUES(310509,'4f1c6484120b93634712add03ac12eda4d241ec5132c3108c49c92fb46e8faee',310509000,'dfcca5466222e46ec3ce858bb8bef3d9da8a63d1f396043a8922489eae071192','1d1196391169c9a827bc05040fe1ea24fc64c0db3a255580f1fe760a53db2493','073a8fbcfda806cdef639d1c8e601742acfad7504bccaf653c9694700856058b',NULL,NULL,1); +INSERT INTO blocks VALUES(310510,'b2d5e400178d7b2ea52884e3a090fe11874c83d63c342218161a6e666f084fb2',310510000,'29393f8ca77486b20a2c0a2588182382f24b0788bd29054f07b1cd24ee144793','15fe1d4437675714ce473f4dd4f74b345992ed3f38c56869caf2c9cca8783fb3','e29b6094f837b582376de9d7b18e3af602951db0f1f432d27cc4ad2567c49033',NULL,NULL,1); +INSERT INTO blocks VALUES(310511,'e4f2c553f71be9029a42ba9e1be584123528b3ab83bbaeaed06bdd780c67ca9c',310511000,'aee7e155cc93b4748cb247d6aabc27daa1044188221217703bda4a3d61bff0f7','d0a66bc611b9f75850ef4e31c54a350e0d1d3b6f19133c2cbd0dd84334307023','d181f29f309b025baf57d02cad3bd62f16b045d7fc15693bd4820ca24599ff6e',NULL,NULL,0); +INSERT INTO blocks VALUES(310512,'8837f8d9e91c25e657417fd96f59b61e76da0b0b84106053fca4d96a6e67b0d5',310512000,'34b9f1fa97b6e8ec38edd57626e50ef249a009775fccb09276eed2bf1d4a7fef','87409edad6ce3d263b7ee001f8706c57fbbb618a03d20b3daa142add434d9e9f','a89fa734cfb24b96df622c8c8c11bc8a6f371c3a7e7e232418ecf0bbfb61c081',NULL,NULL,0); +INSERT INTO blocks VALUES(310513,'ba74e3ceba2dc7a61efa53670a372d35c261a059af91ebfc999e653c904dfd66',310513000,'6acdba2a4ae9d8f71d1fdec923f047cc8314fb3cbc87d623d28e592ee140b144','d220b6dc88d5da5b438c25b9d6650d11d1144171a5150c76501489000c6de45d','7438e5240fea95e8489c87eb6497af9fd02e9f7f69c962db376da4e00d162a79',NULL,NULL,0); +INSERT INTO blocks VALUES(310514,'39989817fb26625baf150596d15c164f34a6c34ae7b6ab92539b92052f08a0f7',310514000,'04ced667f11ef9c1b9672a63f1cf2eb11b77bd51c8f8bc34a68bc4e73192eee5','fa0536db3fc2ee5946f4aa193945575908b08ccf7d8dd5054c5e1147531ceba1','daa3cf0a70dd0f67908c93cb93a8a6959f28fe1c0c1fbdb644aeea47bc4960a7',NULL,NULL,0); +INSERT INTO blocks VALUES(310515,'57e45ce8b85a3875a55e3477aaae26e56f6bce01c1e422f62acb27850effb4b8',310515000,'3718088849260dd531633b85a53e96e625a94fb5f5c138d8fbffc78364265d57','7ffa97f8e1288070ebc33e1c971bf7eeeda2f8fb233ac52a5b6c6324a3c00dac','8a5059e31de44ee19282cdf840ad36c5db9a24b00875c665420cb3f1d134597e',NULL,NULL,0); +INSERT INTO blocks VALUES(310516,'ce9bd7438cb256b1e6f8f5061f88804da65cd6d6a7395260d5e75980c30f18d7',310516000,'834370cc75c3fbb194a5333c897a1720a26e37baaa92da8aa1b6f2fd3a50ebf2','551eae37d1d1d33623b76510aa9b23ba5e5e45b09534a3d4abf83de6ba4315ae','67d3875910bec8202c76e45cdcc14a1c871d355893211e3fc4d2a50195735788',NULL,NULL,0); +INSERT INTO blocks VALUES(310517,'defccc64a058371ab87b654375e507958ea807694cc8295abd066dc2e4ad1407',310517000,'1d4c09640c144119671e4ce863610c41ddde4ccb20338ce4882c86d40afb58b6','50c140d24bf094d6e9ca2d4e877ae9a171fd36df1d5f398b69b48af532f2232d','0014443390e122525962860e089c0419d8283bcbe2c23d642d836bf18c2d97d0',NULL,NULL,0); +INSERT INTO blocks VALUES(310518,'41ef60bfa96648c7db99a621c4acde6b6d1fd91bc21471a0d2f33e2e995e96f5',310518000,'10c52a5629beb268eaba2386d1888ff1ac9c7cf783a18358f10f8d199d71becb','144448bc176a3976f459b0eb28ba1f87acd473929d0aff830f471de3618811b8','9f6d75aa95fb2fe4c383d969cb71937543f7c0ee4118363e647b6c60ea4c17fe',NULL,NULL,0); +INSERT INTO blocks VALUES(310519,'9a9423964e187ac27e57d13611a8c6f9fa409ca79df72d3e7edc0d646099f61a',310519000,'629c103337f92d302cc5ddf2c5bb9566bef7276dda675030710de1eaaee81177','fd3e28865e462223dd26dd73b00223a64412635e258fffb22d244dcb5f82028c','cadfd4af5bef8dd192aca4d4a4e70d6f477c760a2a1470f0ae529bc68fa25b22',NULL,NULL,0); +INSERT INTO blocks VALUES(310520,'ac1c820b0a2de1206a2a7558545e20d13a5f507dcc49b31edb00a8579eb27680',310520000,'d355999d219bfef416744635164f9a4130a51d8f417d13f8b11e755cba40bad1','fd087c16de59004473f3fa700e71b3c59fce112a2b4e15470bf446497bc4d2c4','49d9b985102b0580c332b20dbdf64bd69980bf5846c54d8afb63e1f0ae7d970a',NULL,NULL,0); +INSERT INTO blocks VALUES(310521,'df95500e3cf5ef81703fa42fe0f37a1250ae5da9407197a46745dec0459e6598',310521000,'9ab2efdc25592213b9220ab739a02b3669b1716a94d0d9f2e880d62b44ef0d07','6a8b57cd7db2651aff0be5ce0a52397e0535dd69bb23f16d57adf66a92d9b071','881d1a8d715062645d3c886ed3b6e8466404064f8f17246397c8fea21d498be0',NULL,NULL,0); +INSERT INTO blocks VALUES(310522,'6a3cbbd6e28c6273e2c60047c17caec446cb40075ab83d043a2f80d54fe34b21',310522000,'031103114e724741602c8c38b4e5fcc02070b07cddf7055d6d6e05ee26b907c2','8c7c8b99cc5475a6bfdee92b4e84f46534fd88954900859e445c3e4b551bbc5a','d618896fb7fd24fdf639525aeb7cd018f970886ab408a0245b2a33d25d996a2c',NULL,NULL,0); +INSERT INTO blocks VALUES(310523,'0b4de9fd1b5e12553b2450a06ed00086163cac3a5c871cac141fd3f04af5b453',310523000,'fa35cfe0ff1668d6fe409322a48b238a1c77aa8d6419ac8f2dd1494078e3e889','fdfa6abb85f264627878791c3321e127aa43f293869911e2c60be74c41c64ee0','8fecff3343262d84c7c67175c5c70e48212bf6bae667aa7bf9c7db4d82f735d0',NULL,NULL,0); +INSERT INTO blocks VALUES(310524,'b7e16928a86db99f8fb5b6930912f75acb2ae7c6fd6de3c6a2e67c15cb190655',310524000,'ca02b3cb324f0aa69f68b5d625238665a3a031568175ebd5d4ba527e1e069027','a2bc6417038a6383cf2bbe384e71559e24ef9dcb6be2a30f846b47eba9c80844','55a8564b344e87c2560f602fa4db2643d4ee8000f7112cbcac86938237579638',NULL,NULL,0); +INSERT INTO blocks VALUES(310525,'2c9a958715acbd51a756d6b92abb1d9cd8e72cfb90d5bfe7b42fb0a1058753b9',310525000,'e0f95e994c9de02b0400f58d5a9c6359002a26f2ae20cc639832639afd80d2a1','85db605a7f23f25861d3e16d91e830db586ccb45436fe031c9a636baa3dee58d','20f9b0e47237285a989a170ba275ea35aae2246c4b5948fd0b5ecf62b22431aa',NULL,NULL,0); +INSERT INTO blocks VALUES(310526,'07b8e3ffa932912a00aa3e5bc44115c77fd3b4e89c6dd2f678907ef78776766d',310526000,'8aa53017ece0e795dde072dc4acb3f223f31e2ebb77cc1f4759a6c90c2415d7c','c91608094feaa1e4c6d00d93ea552f2126528d4d07752c87a1ea2c0ddd031ba5','102010d74782f6f669d83d5e0c95c2918d32873677fd0171fc7ac6d75ddceedf',NULL,NULL,0); +INSERT INTO blocks VALUES(310527,'5140a0c0619c3fc40cc7df171f6d93bbb53add8845828ca08acc7b573dd6d2db',310527000,'01ea647ce5956e3ac8be20b11ab6bfae152b4c9f0a53c10dd84e77ff89d3b8c2','6191709bd3366a416d2611828ad0dbd1a093633cca3beda35923369b67ba7951','a772d447a8aa193ea26ba0e76df4c4a35200d37fc7084f7e77b140ae119e7868',NULL,NULL,0); +INSERT INTO blocks VALUES(310528,'a70c0d36078e4165903d743e63a5184a69fc79fdd2c251040e2c9d61a83c1cc5',310528000,'63dc8a133d32356de43040400acf6109e146ede18c5aba74a55b524ed901ef2a','14e39d214265758cdd1fd944b31c3b464e536f09bf3d0a13ac8a3976ef428784','2a40d1c16c51788a90894ecb68d658c7e7a9c2ffb805cf95683ce078358367b3',NULL,NULL,0); +INSERT INTO blocks VALUES(310529,'7079a2c6f566af16cf9200bd4e210770e2da8a416883b98a8af4554585f4003b',310529000,'0e83bfd6989de3e4c3085fac90e8630b8bf3653a225669c00f6e87ee3659bb33','6f62128b7177304e40f8053a786331c54399ec9abf3bc33659eca638cb4e8497','13e4f0935773d067361c3a454080e15ff19b8610782acd6824a4c622b62a5c49',NULL,NULL,0); +INSERT INTO blocks VALUES(310530,'f700e3806dfb2bed8652f19d5900a78a73ebfa5ce0aaae9e7728b426c5667110',310530000,'1d7436f94bbb24cd5529cacde9b8bcb02f76f39928c0400cdbcbd94b74b29598','e8afaf1ba7f1fe983a7ae7e0cd674dafa72790c2810ebabaae902c6c2ac26328','7fde0589110e3f5eac230b9721d05cb0519cd7a8d8eb82f096e7dffbe3dfb424',NULL,NULL,0); +INSERT INTO blocks VALUES(310531,'764b50a1473add7087e9b9a6c07d0a598161f0d2d7c3cb77cd5bf18ab27bdc15',310531000,'5907c753681266792394c89ff2ef1de530edf2be37e1c192bb90887f075bf899','15bc3cd726eb28d960cbab8a7bfbfbd841ff5e239c5a63ef9b051091f94c7638','efeca634f4f13788d05b84d9172d0b69b05be4ce063bcc2fb0b093eedf7bc6ed',NULL,NULL,0); +INSERT INTO blocks VALUES(310532,'4b1dea9bbf41e5834ad893bb4dce0a696313676da42ebef1f6dc9a5d4e9ff836',310532000,'a1c2f7136279ad98cb97a5e4f95db13d808dada545442eafe59c223b8bd3112f','12d444bc5489c24b1076978597bcc661fb7b228dc16dc2ea2b0772ebc2248901','84225e71eb3b9ddf355f9d83c55fe52067748a281cc95eccfd411d250813a100',NULL,NULL,0); +INSERT INTO blocks VALUES(310533,'4fef302404a214c70289d57b900a262ca0e327c810636e03a3e799031cb16912',310533000,'c5237632ebf65b9f80e2dc8f71cc5d349fcf31a0f606f6eb204259f30e385ee7','e380cafac5537aef75c7840b7864facadcf9d7f724024e0be9bde2927717e548','18d881ec3582b0e1f1c7b1f9d3395538b73a01b1035e9525f4a4fae5d23a4b28',NULL,NULL,0); +INSERT INTO blocks VALUES(310534,'2812082f86099ba2996b57e874d4aa6e8bcf75765cdb584ab352efd6e28d93ad',310534000,'b1ebc60dad5ad8269c746661e42bf6ab4e8a7594fb18c79ce09add57a3b997fa','aba147ce59590f7d49b5c0f73b1204ba955b359ce6372d57efac1b7749c152f1','233f2209d9e1d6af4155c01cd5ca70cf43b0ff1ce7384579d0b3844389a163ac',NULL,NULL,0); +INSERT INTO blocks VALUES(310535,'0e5efcc3a61487b050dab3f61052bd702a23c382e47fcd9857be6013f81080ce',310535000,'04ea1fca25f2f0d73e2f7994beb49c4d9e862a91953be37158738a9f54b4d3f2','fed53527ba35821dd411e67670d50128b13a234bc533b6ecc8ad0271bfb0334d','20cd49ae3d04e3aea3d5d10b62e5ec604716b00f00ca7575358af7334a929762',NULL,NULL,0); +INSERT INTO blocks VALUES(310536,'dac89c720ba3a2e716a20f7d3207abf7f8229bf3d884962a2502d5e4e4656018',310536000,'8c2390c35337c9181a92762c4c9a725c24b175a355f027d89e57a8eec1ff5ae0','6ce7b714acdca711555dd6c88d092de602859e642095f98383922b3bd5c20688','05b4c1eaaab284d19296dfad24d4cf3442a467807634ed0cd9860a5f4b497f09',NULL,NULL,0); +INSERT INTO blocks VALUES(310537,'944c68f1de531cd4cc872d355f43e6f82e61596a51e46146ce04d8fbaae39c9d',310537000,'0abd610d563c9ec0e638a57b034c94e04811befa3c5fde9feb44ed014d90c043','9f5c4b612a3ebd27096ace0dd73e85aacae8f9d5ea035c6c3691eade0f5d3622','785acbb382c279234770d1542b0efa31d2bf281df909fa9be4f9a24ed8dc9935',NULL,NULL,0); +INSERT INTO blocks VALUES(310538,'75f6eae30970e4c0fbed85a315a2c2d8f26bd286116c6fb5a6ae74fb1615e1bd',310538000,'3f6b6fda99c833793c948bda16f0b9f166a4d29f1e09fa5c4663fec53c6c8816','e238a5a62090175b69701d83d788778ddaa411dbbf6cbe83132f238bfb70d1dc','8f69f5684f2243bc1402a220991805258ddd0f1913ec9aefb330247c78b466a8',NULL,NULL,0); +INSERT INTO blocks VALUES(310539,'338ec0a15b7867f84ee88042c4c5a5deeb83d7323e2a05a8cae0299cd92373c3',310539000,'31a1072d803a0c87d9ff553b4b0f15cf818c974d873f1656567faa570d3eac17','85e206d203d95a2f8f0e0ec4fd4d3f6dc9f156ead11b9b5a8f75989dd12c8d73','d60ea60f4892145ded2e78cea8dfb21ecad069c33c49194595de5ac9232d9209',NULL,NULL,0); +INSERT INTO blocks VALUES(310540,'0e65a2d641c89fe837bc520473abf0666ff7aa498f523cde795efcfc7ae1385d',310540000,'dc2ee7b02735a52fb62649161617fdba33e9f21d002684a149bdb93f32204cdd','566921bfc61021188c99587d238445eff37d56ae692ef962090ce6144902e42c','df26c722bd949e1c1c114918a731edc37a867b46288848e56a9f0bcaa7e73a2a',NULL,NULL,0); +INSERT INTO blocks VALUES(310541,'ed808e14b19ac28990a50fb2089f279fcc52bf3fee29618f1d9aeac3ab50d453',310541000,'e71f0720c31a7a05a3fcbf550038a745ad4db232ec09f80099212984ebaa735b','544d59ff5d7da7fa07495464e64f7168c1882d20e76a2ea0a6c6f1f5e9ca15e2','182c649e3a62472a57065a7c58db8cb2804ee8d8248174fb639be6a20a1f2e9f',NULL,NULL,0); +INSERT INTO blocks VALUES(310542,'7a8e3a931043410b3423e08399ec9f728d3aacfcb012a14b2c5f1599bdb5dad2',310542000,'9379ef3da9d74f12fdb081e53461c3110d87debaa1b66b171027b5f687ea6ec8','7ab71ca58e2b754bb7ccb466bc6c5e26a940ee0ec7d52a08b97f16a77a1cb6d4','023be4c487acbf7f657c53432c49ab79bcba5ef5bcb31b35173413b982ac5cb8',NULL,NULL,0); +INSERT INTO blocks VALUES(310543,'cfb828d0c86b38af257b41f77c544862c450383bb97640190c97add62b53d4d2',310543000,'fb28d7368bea6259ff4e9c0a90e44342c1a592153953ef1c8ae6a0895e7d5e5d','6b1131e2df2e9374c26316b864f22eb774396d7b1134ecd63a6cea98a992ef9d','e53319bbb6c18deebc0dd102eb55319320592e1688e24b989ef234df5a68a856',NULL,NULL,0); +INSERT INTO blocks VALUES(310544,'c9a9e0fe67c824638dc17e9fab5f1b409915fcacdf2dc4f9709b87c9796cc4a6',310544000,'fae2b5cbabb763cc48334f46f23cdb8c74428b2491284cc8d36098526d67bc22','3d25f754d2440706d911ec858220a0f4e6c66a12b34869a9c516c692fcb14168','b06708a878320e5b563003308e2a731e4a0665c593af197436d00a09bb33eaaa',NULL,NULL,0); +INSERT INTO blocks VALUES(310545,'aa23fca8fa612e16b5bb4e47e308a3845cd0aac2357e7d93a44dc70ff8c91c8a',310545000,'832417652d95911b8acf5896de587833438ddfed3f67672e89e6e7c88a7c51e7','74646a498937ac8ec19d27baf65b7e83b61107441ab787ce28f0be6a7895dbba','64eabce57ff6d366b7593c6094fc5e8bafd9cbe2a043e6032dbad933442ce3a4',NULL,NULL,0); +INSERT INTO blocks VALUES(310546,'20f37a8d164e14b7f88e06023b81060afee8c1b2b556ac2789b1f6874019791d',310546000,'c372d0e5571d13b3ae9b5001ea3a0fa4d48b899c0d38d83863108624c6f25096','4fb0b191283c45d7c64bdaeb8e732ab0a7641d587494e8653d35df24c56e501f','bf0d70ec2451fc64f8d55c82610e1184d15fc19822e956e2888c146aeb05ce8f',NULL,NULL,0); +INSERT INTO blocks VALUES(310547,'f3d862f560d7abc97f92c3bbf2761de40dd20cc670ba216850c1bcbb0cda31c7',310547000,'a171839817884b9ac968067b6136bd498c8902e206c446be79c25c8935aa7381','3f0677f48392e0e011ac25ba7cbcc8eab6fc797a07d6e641fd8cb3e8174c39d2','df1d42f380635486844213fcb382d63f7cb1aead1ce4cf2d9270d506ff7cc5d9',NULL,NULL,0); +INSERT INTO blocks VALUES(310548,'bb0b2ff09d831962cc748b4720dc05dc2fd2e3bd3374eacfc066ecd0b7f58ec2',310548000,'bcd666f4de0f61907a7eefeca4acfcaa1450a5fa698ea2e184f0c5486948036e','9ed6b618611d4a07beb5169b76dfa0b5594135553925e27bdb62a5ca2abd99ef','74a76866e90119cf956b8cbdd7453e85c7b3ead2cc170ae92de4b252df5794b1',NULL,NULL,0); +INSERT INTO blocks VALUES(310549,'8e8c61f034fdad98962c84dbe90450bc2da62b815d8b4f8084b0dd3d69763979',310549000,'b20424e23efbfd7b98f47f714921125a81261f097b1145ccfc798bffa4459622','37bae7eafc6868ac783ced1c39e2a191df453424597cdd653dae3e8de81a0e16','94010738624e714eb40b39b13c5ef28d824d529c6689c0ac262ecc0821aa8ab1',NULL,NULL,0); +INSERT INTO blocks VALUES(310550,'08d2fd6eda5baa3c4c9a4e86599577396d4bc333ad9296453e3c537ad8ade914',310550000,'4689915afd38a29d83f30ae32da5834059a02950b5657f0f69e857351260c5c7','859332ee14a134b84dfae9531891cfc5466b8821c44cddf9b335ad2af208ddd1','023a545cd28926ba8e23914b914173caffc2788190261b0cb2095b59b62a08e5',NULL,NULL,0); +INSERT INTO blocks VALUES(310551,'cf4365c7971aad6192522a0853a086d4ab24c4ac2b3bdb2a73accd217d8dae7b',310551000,'b31e4b5f6d18c1b4f700cb37d031397cca55d48643ab58ea91f511ee5e8f20b7','fee6f23e50db663cfe1dda194a295d8d4df0818d006872c5fa01c8912a510f8a','d847d9d81cf8f83f712d556b31b855f0b70de5d277805095a1bd6d31c3121180',NULL,NULL,0); +INSERT INTO blocks VALUES(310552,'d22b2764d8599549d2fb82f03ea7d5a4c2539ec1c8fe3f55c9832e810a99659d',310552000,'16ee576d489f19628d6242a7d391f3f9663ea99c0785f14a02a4555a9f98a537','20b3f22fd101230c3c79136d4f1786fcceb3a1a42462e0df6aa806b04254bb0d','e932fbc1d6fe54ca8a83683c6cf9da95c7183ebe65e85ce535bb7d84587c09fc',NULL,NULL,0); +INSERT INTO blocks VALUES(310553,'d1e220ecdac4296140b1fc5789c019ceec1275855b4a47f955782853c9addaf2',310553000,'234d328725f4ec8875e53548d8a406c1a908ac19563a7674ef1fb4e4a0b58a7c','73188dff79f76f49247b7bc9d64d6b38b96aee422f982fa6eff650d1128d54b2','d6c6828cf89e50e54253f41d507e9ea51868ca734523cceb97060bebe762094c',NULL,NULL,0); +INSERT INTO blocks VALUES(310554,'7ef603cca521c652eb94ab8dd0e053fcfc09491a9f474098f98294cc8a4a5b65',310554000,'1cfc3053e3141bf0512aa89682ae5a912365b4283f0740c84e40453f68ab5b1f','767d9519cb259c706998f789c057ecb1c639bc5edcc1f93dbfa8e444fb5da7d2','a18c4a861125678ee7f2043240ba14f1c99f166dce9b6442ebdbf313d89248b6',NULL,NULL,0); +INSERT INTO blocks VALUES(310555,'c51aaefdc56f413baf9be7dac61b4afc8497212651e9901c39fb250bcade50fa',310555000,'b20c11210e3aedcdeb3b3e229a1dae4182df9e656ad397bb9f616b1435a0abdf','b27ea8b674040c7d6aa5d8e4ae83394aff4f1496bbfc85cd0da59613f8e1ffdc','fec98ee7c06b29101c9697d2765804ec27476ef288b02324cbd8e870ea4f6e85',NULL,NULL,0); +INSERT INTO blocks VALUES(310556,'4af11c6d35e142972be016858a06e2ea32b15beed2068be4cc85f3918fa99f3a',310556000,'de06b2da1b0ba6be933ab9419a73811308195b9d7696382de23b78ee86177cdc','a99bcd06850f747bbc8023bf25facdcff344ee9a144373452e67844562471032','1a732e729717be3962d392418f8e4612d3bde61b57d8a7db5bf78f67dc7acb81',NULL,NULL,0); +INSERT INTO blocks VALUES(310557,'0973e14fe07ac8b86345061942ac2a5055fecd867e69d8f2df33195505d87382',310557000,'7d63306d9d0b43c72bb7f5642d84c93f09c2df58d4192fdecf1f0e3e8aed1f42','d912725fec944dbfed45fcd38b5008eb29ae366e772928f9a71436b057b728f5','ec7cf5bb185241c02ec736b71f86caf56c120987d5fb6c4388205b6497d3671e',NULL,NULL,0); +INSERT INTO blocks VALUES(310558,'75d26d503c2b3b71d36644f7de0826d129b4f127ef9713f6f02f498399e28d15',310558000,'13ba46e69406731c17fab5167593af0f2baf783c8cfeb6e478f884f358a9a01e','cdbad19774b030c8a130ce87e3e34516b7ea1dd4565797f3f56cb318ab2f4a0e','c376e38cbb1286683a976b0e318b3b8263440ef05c36ec194c6b8829e15252f7',NULL,NULL,0); +INSERT INTO blocks VALUES(310559,'6538f282374d36af012291b3851474293437b6eadd2793e4706b0edc7fe645dc',310559000,'e2a5a88cb2ebc01b6faee4a2d190b49efc4c5020d8aa1b55ccb48ca980591cbc','f7f63b9d990f09d0dc50bbb1672490bfca25759024db4d0e659fd8b1eeae55c6','779a817aa520192c9d3e0ae15a72b6bab4e3e4173305c996a36eac6ba877e2e6',NULL,NULL,0); +INSERT INTO blocks VALUES(310560,'d3a2ccb3df7c41adc2a36183f9dc3d8f633d1595ae46eb7ad95259a1f7e85fec',310560000,'3b4431e2701d0015d4ca1c657a6d1f06f0075c56abc333434aa12b72ccc59dfb','04ee0d1258ffee609a63b1a26e7bfea754e304f09a21298aea216ea619049fe0','e8c3bbd61baded3044b30e361e6a16e55ee1b5e04c201a7a2b181f8729e4c448',NULL,NULL,0); +INSERT INTO blocks VALUES(310561,'b7b7404021ba9a00688b64289eb8953993ecc0cc75992fb276f2d7048f4b26ee',310561000,'4165d695545259436303697767a7b799e9bea177890a4061f2093e6430d2d925','cf7c7a30a6b5e912dcf8652b0c3fe04d3664cb6399be003fa4d821b39bcd0374','54edf7d2a87d3c7132f396fb437041967da9d825dd5be3e67ef343b76f52a821',NULL,NULL,0); +INSERT INTO blocks VALUES(310562,'4373ec06c32fbae5de86e421e01969d172b1ff84a13c8e0f069b78b0f4e7d405',310562000,'15254a1ea8c6433865940a81ed24f268f071c265ab8817c7e69f0c186ce873eb','a2b395bf9d2c3dbf45acdbf5f9debbae961a9e8d83a234554ca3d248a5c5901f','56d93d809787681b76ba7001de9fbed16785f1a750c971b617d75376e1dcedd0',NULL,NULL,0); +INSERT INTO blocks VALUES(310563,'f0083f04073ed8b6cbb2eb674ad397cd7c299fda80e742615ee3751d54304636',310563000,'24019c0f520c61a142e0f10f4b46cc0cbed1ed446abafd126cc494e8a089bd6c','446e6f3b059df6c39861bcbebfb0e53063cc89e3a0ede21d5b9eae953be131bd','dc93bca6091557fd88fa717ec07225fefa489377d08c4c758f77289c9b4174bb',NULL,NULL,0); +INSERT INTO blocks VALUES(310564,'cccefa016afff2eaedf9d97a70d88ba3b74b1fa5167923852e3f2b2d4f77a7ea',310564000,'b6fbd79d113705d5ccb3ad67b7b0ce2f31c732cd45d7487733c370eacb760a74','33927637b08ce03b6521ffd1ebe0d0a6ccae471a9c0c8650780ed36f6a6424d1','013332abc74abdf3763feaebcb68ee262b1841ff42b596762ceb3fdcc3a66e93',NULL,NULL,0); +INSERT INTO blocks VALUES(310565,'954cf72e454948ad62bda12cc3aa984191b5063c3a3552b5475f58906ed5b305',310565000,'4f13d9591723291cd7bda671664e8022416218785714526265cabccdb9685ba7','da52af92d40d5050bb050ef6c081d78636de5add0a78d6fff367e1f218e8927f','0fff28e419ef92c8bc22037b0db123cd4e8dd49622fa6e40876eb78d1abdfdc7',NULL,NULL,0); +INSERT INTO blocks VALUES(310566,'3759ea3d906bc1242168e23920ed00a9daac815d9177fdfd954781f3978b2a39',310566000,'8376b6b7385e9c231af45be5798b7d47efd969e5dc262205be28e8c29a45aa46','4d10bd2f6487633a861e6317f86308d9762ff6e1cad01eb7ab342e0533128ff8','1946adf6309d2a4ce67ae24ac396091bbe7268fd50ead2be6981a069fd2a312f',NULL,NULL,0); +INSERT INTO blocks VALUES(310567,'499074319cdba25e86c5e7831ddbdf16147893da356dc5d6a24c0458a9e7c431',310567000,'26be2715d4714e54ef5b89ab2c0d904e25062378611494ae7db590d94b5c3c63','1a6797f81d229eae67b50040ab42da24e8142000a16d5055998061301e885e40','c6fb115f1d3b5eecd6c6f30a13f716f847e81b2dcf608b7789208e1e8847d3eb',NULL,NULL,0); +INSERT INTO blocks VALUES(310568,'ef433ae6c5e54f4c3633956efb0bec6a88f6172be961b03cba0974a5b1e8b19e',310568000,'11db87609533eca9bc7b12af3f3615e8476aab5570416327dad75dabb80e83cb','27fb461b0c032770ed620e11021bb113e6bb308cb7617abd1426ea0374264b73','9bde699412dd184c3423700110bfdf7d366981015ca210e91911d47ec6e2acd8',NULL,NULL,0); +INSERT INTO blocks VALUES(310569,'c67107bb5c30b76a2bbe9ac9613c23bdbb55e6ce7f7cde1f03c31ce685cb44de',310569000,'b2b4b2b54a2146b019809a2e95d1634f178c6a45234bff176328b957d6230401','58269cb8873f7fd53739ef669c1ee95438e41ebc8acdfe396aef2e98a484c171','cd1591722b1e4fb7a9144e78ff3856e56bbe4216d5acdb87cbbd537cba95ed38',NULL,NULL,0); +INSERT INTO blocks VALUES(310570,'f97ec4487e00fb4a5548eb18d052f6495d01957150046f415c39bbb526e21a55',310570000,'d92f62a941b4f174e6ed3dbb9f1adfc7d9e2277decd149bd6c243b4c6a667708','36cdd5333cec38b7ed209f8e8214e265236c606ed218d9824d7b9efe9a5b1815','c0003713d2791df183603fe0c883e4dbf26fcbc1c2ce3b8155b47a111556462b',NULL,NULL,0); +INSERT INTO blocks VALUES(310571,'b8edd44fa309c2fc1fd327461b37df751dcb713ac8475864c907aac8e79aee73',310571000,'81a1d69d6ddf4d2aaf03e5c0916ace63b3f87f8ac6b1d0c274179e845e55f131','ffa5b9f487357fe69282edfa04d1cbc3c6727c6fc92126e1fc2e41453ca99cce','4223a87ee39986ea4a298249503f0e982a8a38a6c65a72264d58570c90101cb5',NULL,NULL,0); +INSERT INTO blocks VALUES(310572,'6f31bbcbb44d9fecc3fd8c1a9ded8be8c024399286c612bcefe9973ae55127b9',310572000,'1c0397db8867a023dafa789d163bb457d63609e3a0782cbeddf4edb979d31e44','7bad5c858efa13fd33d61f9d93c4d44fe53aae854550c5ceed55faeb0cc449d8','f234e7bc463efc3de09c45e28dc4c63806646a27a556acc94ca6a476cbee392e',NULL,NULL,0); +INSERT INTO blocks VALUES(310573,'302e7dfa216058a05c000242bffa09f71fb6210c8049ca3ba161b40a1af4aaa5',310573000,'587b3dc052dcfd8e8f168cdc1e1cf95f30a7396c079b56c957f5eaef87127b37','81511d09b1facbd53b94573818bff590120af032be669fcb613c736d4c78b263','fd8813cb22d5065024c95dc76d407b7d624675009ca1db86c42b06ce186a9e2f',NULL,NULL,0); +INSERT INTO blocks VALUES(310574,'c1ae52aab03437bebe96bb6eb04db2f0519f3aba4e2336b9f0d08707d92e330d',310574000,'5abc2e864fb67056928254255155daea9138f9fb6f7ddda6b4e9d75cbdb90fe6','d66e9d66a141e6b4a4a672d13b6a7ad788ba8e825e261899730cb5bfeb9d88d8','faeee010985baa99d9e92d4df15633ab84d7c920250cdec65a01473f05700e55',NULL,NULL,0); +INSERT INTO blocks VALUES(310575,'fae1bd85bf824caece55e7c4f773f6fa0a021c24f01aef4656abba41bdededde',310575000,'9a6ba01a5b0c666c2cea91e6c4790901faad5389c0ac373d7846c47508757fac','3d43d6aa453292e520108453c451fc74f7ac3a9fbf59dc762d308b4fb393dbae','53e18550c536f7cf81da53fe42a0678a9d6409f7031d1732627c9af552472de4',NULL,NULL,0); +INSERT INTO blocks VALUES(310576,'b46dbd0ecf5ba9a7cd8f0a556f418e08d369670a35e96123144dc51c694ae7b5',310576000,'3ff5c5e77b1493d35cec043a43cc48656187fbeef2d57b7113d52b91efe26640','b2270203217981dc28694382b1c05232a34897f62cd9f8b53892fe93fbc59b88','7b9749577bc306ecfcc026f239691cfe01a9f6cd716fd729cc46392b325ea4a6',NULL,NULL,0); +INSERT INTO blocks VALUES(310577,'a4f1cfcaed69f6ca459db42cd60607aa96b3e593d635bdeabb28fa1875d7a7b3',310577000,'a76df7a1b46e70110eb07f3bc65787511e06179ec43ff30193ebeecea9d25095','fb452e66fdaf284ff109e788e9f67cb7cef343cadc7f5209689d328345f9e999','d61a80a3e9b7006b5c46b0176c66ef6ab4304a3d9eeda3febe60bcb1c008e38b',NULL,NULL,0); +INSERT INTO blocks VALUES(310578,'f28588cb2aa2711238246cdc3400480d672aa6b7746ede9ba963afdae507e1bf',310578000,'e37ddcdf453e06ca5b6e8e25239372450c08f85c61333a04b30234a0cbefcc25','1ecd3726e20f319636e10491e54f95b014cf880fb049cd7ba48b78395afdcd75','64e7f0afdc6f4c061217f9bd1cd430e8cc23ce701d2af373fc66c2719de57fd4',NULL,NULL,0); +INSERT INTO blocks VALUES(310579,'672e0101a2b0f7c963627370c590bca6d800483e3b379a774840789eeea36c38',310579000,'4c8022726e91322813f6cd559287e913d92196d378eac2d799bc13c53bd83fa0','fcb368acd0ce2495383b6d01538ddf6806d1cc76d32b5a81cd1e07b599f4741e','e430cf9f3000d6bb3b0af4ec8ae50503768a3e908ccc36d456d5c9815a58f648',NULL,NULL,0); +INSERT INTO blocks VALUES(310580,'e878eff75f69c2a921fd855716f6f19f7122bc62e7bf7a6f24ff5cb44ced9e13',310580000,'bc1b388550daf95b5cbc9a8897741600ec44e6d8a1068d78a2590bd9a220399c','075c8a5ed7162da50974e7120eabe2a1df1bfec6028c0385ec2271472919ced3','3be168e237e613d5d45a2f3049854e2b58f15c04c5967cb8fbb1bd31a9e6a0ed',NULL,NULL,0); +INSERT INTO blocks VALUES(310581,'baca309aa48d77563c8b563edf6fb0cbba1c155f5e26dca1d2bcc89dce14793a',310581000,'c80607398016597eb99b309954a4ea5a1be11f0ef952015772ed69df81abbaba','41e4c8f8873eb0de43efe769bd6c77a3dfd0266db6e0a5def7eb7feb213eefc3','cca2854b663f11034193fb2e3eef4be9d47decdc59820b1f943a6136010fa8af',NULL,NULL,0); +INSERT INTO blocks VALUES(310582,'08710916c8a006532a3c90eb7f9e07270be7f6c9d787e5d5f4bda22fa2e5e34c',310582000,'6e669da4b0c2e8abde7d3169bf1205ad754f744739ef9302c2ba048c494db8ad','7c39ddbf3ac44879893bcae707ada6d371412409ee67209150689973e6aeaadf','82c3c4f6495c55f146845448eff33f33257b9ffa243950f674798e9986115a63',NULL,NULL,0); +INSERT INTO blocks VALUES(310583,'22fa9d567a2e559c2f6b8d951340420df5e1bc5eaf5fbd6dee6c10e60798bfd4',310583000,'ddcc0fafc04105e9e89c2a9f61757736f95f9117e6558254f7e62e2707e0fd80','127ed38601daee2b9063f8be8f2dac4c473a433f60e5e2beea1acbfdcb7d02e5','e96e716bf175e311743d07acab7bac157a2be6e4d928a0a05e1d967cb6bc91f8',NULL,NULL,0); +INSERT INTO blocks VALUES(310584,'db5a54107f56229edcb84410f79b18d41620ed013f0b51f6889a728663010d9b',310584000,'fa66c84a1a23e872a65533c6d6a206a2074dc8d4b7f4d690c85c08414a206531','40a58672ebd4353112c99ad33fa95b917ac27e73d88d3e0ad2c5687418e84c67','87fbce0137a80771dac3e3de4ac182f7ca37451343f11120c9d3df40acd95b9b',NULL,NULL,0); +INSERT INTO blocks VALUES(310585,'a12f61691951107df80775a0d8e94642d242ecc70ff8678190f334256fc8decb',310585000,'97a0a8905d82141006e94876fa07e5afdc9429bdef0c6aa3632823ccea918373','c3d758977e3f59d4fc7a23a9162eeca66f134994b676559650025de7663f9393','956855216c0aace9303ac9cfae144ae1077193c91ca9c61a4bd5321734cb771c',NULL,NULL,0); +INSERT INTO blocks VALUES(310586,'c24fde1785a09cdb7279d4a6328ba9606d7efbdf5d907a5754b26af490ed37a7',310586000,'c9aedd1fd8d2470989b8bb3f2a3314882d1de104e6580e78c09b9ccc88d0a746','7a3dbce26cdac9f6c8f2e843d811cf7b95006860bfc571922a38e553f1563e17','54ea2f7b1c1294768261872f423fa45b766c88b05baeeb72b9b02ad2dc3e6580',NULL,NULL,0); +INSERT INTO blocks VALUES(310587,'6fc7eacecf09f9a15212a7ca52cece2438c1d6fe4df61edd36fa82cd0ee82baa',310587000,'a066bad7ce4659edd40b59bd487aebd6078db40a432e4948915b2a4ffc92a1b8','0c7fbb14a91e67f4b721b1326901124fc49239d5fc53b200d09dedc2022eaae9','ee06173e07ffcf4577aabc987233e8fcab576883238462b1c82f7386d85703b4',NULL,NULL,0); +INSERT INTO blocks VALUES(310588,'d758bd6b4eb728922d4f5f766481b7ba1fd6889cfd047bc6356fee12328457ff',310588000,'54a2c6b6a4dd9bee59ae9d6c5c36bbaf29d2e611b53198b709f627473702ba00','57728306612265fa9dfaf5a1222e4f26e206f78754c6064a804f6fc11019644c','4964f48dac62f7e38a8610554474647eaa4694cc7649a7da82c30413e3f04923',NULL,NULL,0); +INSERT INTO blocks VALUES(310589,'4574c3f408ae39752054a278d5b2f207153f2d55e5ed9278610285caedbfb5da',310589000,'3a2deca1e1afedafe86dbc78240be149a9dc74f0601c24f84b3fd58f885a310c','f5639afa9b3acb1eed68c14adbb9f319af6b47013a04f33dd8e0c81e12d87390','fc9b5d8c3bb8049380b8470d97ba588f0366fd4cf4cb45facb891ea5cc696b10',NULL,NULL,0); +INSERT INTO blocks VALUES(310590,'7a0fec7523698e15240595c867317fd889c109930cbc688e120af4b990d655d6',310590000,'a5927fead4765d973bb3e669d449f285c671d1bc8bea30fdae364bdbbfff9f2b','e16f9be72d28f80fa48dd8b17bb410f6151c5d0042db018d83f90a5184aac6aa','ee348f680458a36f19c5819446989b322566ccae85fab1f635251b3f8d421257',NULL,NULL,0); +INSERT INTO blocks VALUES(310591,'9824fbb407efff28304111890e995bf3c350f965fb2ff6df988d9a4c8ccd8bf7',310591000,'b2a9b6de9aff83db9a6da8870a96d9be72f7664e5e4d9e2e126311ed5f37d75c','0f42b1ed55afa071e3aa36c776ccd329e9d9cf9d859a49b3d48ecd4b246ad3bb','f166cd40bd67d508716a167057e732db7812a69813d88303cc1091934041cfdf',NULL,NULL,0); +INSERT INTO blocks VALUES(310592,'d6adfd9b31ef935e54670c6335145a3b7f57b14f7c028c2467d352e1c5fd4cc3',310592000,'b9be7f33ed5a5191b645231e7ee9c991634d0e4a5f7fde42c0a0ba5a92a57692','3b30119b4746653489c81223f649e5827709561a8077091dd629fe534994a6ea','217e0bcced4ac66135d892818e7a2e3e2de41623d8f7b6cb1d4831728d103cb2',NULL,NULL,0); +INSERT INTO blocks VALUES(310593,'97931b3dd08a38f192b673f46ada9365fcbca0b1f63a0a5989f6861062f9c22b',310593000,'b5a4e0f1bd88626f5284ca92f743bf15fc96608b614217be25af7768beebd8ff','c2c5e16a3e2c5de442052d200afc4a347a2a32e3fdae450860ca95e00c691db9','29784e47bc50a21df365a5ebeda910582ceaecb6da74396421b802d2f6e00810',NULL,NULL,0); +INSERT INTO blocks VALUES(310594,'f8146455e4841830c1bc2265c8f4c8972fbe46a1db89dc0dbf804d1a10bd9015',310594000,'65da7797adc2f50f2df94b46b63f33f6c848c43051e42291a9f32e3e0d01de96','c135cf2f1a40138571869fa990971bce8ccbbcb4d0c6f8e7c83d00312c28fa15','2cbda436c7c202baff1796b8fcdafadfaac2243f5fcebf14b29d6cd70fe726dd',NULL,NULL,0); +INSERT INTO blocks VALUES(310595,'0402e45e9adfbb711dcc3a959e07fb2b15082cd724943cb323892cd3a5ac9d66',310595000,'2302d8d72feeaf0eeb4693c05553e0818f43271a71a1da4c45541eef07cc34d0','4aa5f377f2d569d0a895b9dcd719bfc4ecc2c36bda446979b60c85e0f1f77b87','d989b4d8a1d51b1008ed5668faf66ee8658a4839d0af3a0039fca723de00f8b6',NULL,NULL,0); +INSERT INTO blocks VALUES(310596,'1dd4393d2ce505ecff715945e55c1bac040fae5758202c1bdd9c8f67c4d3f688',310596000,'c4e462ed82d9877f4c1daa4e066357d8c8f7a50b05b22eb3b4290b739864d644','2631c246a6b2fe1b242f91eae2fa24271b2766d239fd0e6eb70a4658d2d33566','ec955bfc43292b8e877fe233658b6edd63c52329706ea2cbc0ca2f40c61af128',NULL,NULL,0); +INSERT INTO blocks VALUES(310597,'490dd65dd932906cc5da68c8b37dcd2827a261db1f32c622aa33ceb6000a79dd',310597000,'ac154246a879f370f6bb044735f128b4085b3b9e17ac71a4e0deaa60f8d93619','c8b03ce3549dd2239ecccc63044c37e9646f4a8d62ec0caae79725110c7ab13a','a8416371358fd3854d15c4cc30af6338c4fba7ef000334ee24c4344337e17772',NULL,NULL,0); +INSERT INTO blocks VALUES(310598,'8265b2da5687b7848f740cbbffabc564923b47242e3d64bd058724969323f44a',310598000,'631805dc233444a9f0824dd5fe2bc291e537311db5f538a92dda1ab85d5bb170','127d5b82573477ddb4b019b3bfbd7472fc721937b97af44274c4df0143f548c2','96fcd2d1b47bdb4dbecd2c4e98c47f2affde08383acf40da562843a2689b7590',NULL,NULL,0); +INSERT INTO blocks VALUES(310599,'71c5bf880161d3c13b2fb887d3d034ffd62ce1962ad91036b75241025baedeb8',310599000,'eca47010ad3e1301875c258ea960008901e80b2e131ffb47ddf83407e8b8c269','ead7ed3e9ab625f9b5fa936eb455f0892c8c3269e6a4b7d1748865921e35cd28','ee138c8ddd772b8723a99078462be21d782370fe5c83eba78131f84401ad8d16',NULL,NULL,0); +INSERT INTO blocks VALUES(310600,'f91274374a64d9fabc3b57d401524d00c7559e7277760df594bd856380b7743a',310600000,'5dd3b16a0f3463c884efd3d7ae6838bf9694cb11fafad7db51e624454bbeb85f','9bd05e0e41ea7bba1848fb3695c4e3f0ec5e91e4b04f39a71861055e2432e367','109492b58db04b0a8b89c66e8177a8199ebaae4a4b036e9232262179af82259f',NULL,NULL,0); +INSERT INTO blocks VALUES(310601,'7fe9c0f4363e78dda78e932fedab2043c79dbff404e542d13913f3cfe98509cd',310601000,'fb332eed5a4976c89d6547bde8f4291ee5ceb386f552e143b28be6987af89a6d','a37a1b3f2bea7eed49671390f4f3ef3d247f7b43ed729d907aca2a33b3b74708','b037f356d1ff5fa5502e0ad5994a7be2c47ab74507bc83222d885e844c197e30',NULL,NULL,0); +INSERT INTO blocks VALUES(310602,'c7ef51e67a29cf83317e0ea235c1680749d256a9c0870e560560bd75de63efe2',310602000,'a8b4513ffc113883baacc3863604cc44bf47bf12649e40b243732a42213b53fe','70a2bf2a11e98425592b97a87db6c2a0ba3902fba27b0ac880d1c45e622a9935','ea8b47ad4a0290bd92d2c54a4fb57ff3cd9f22b44e0a04554e94fdd326a964e9',NULL,NULL,0); +INSERT INTO blocks VALUES(310603,'44ae66cad2a5f9beff6f9164db3055de3c1e953a3d37a73fa650c013d16ef05c',310603000,'cd4876367b6b48a9b3ffd6b7760bffeaad4a8adb642c0721d01e5e49472423f1','88651ad0329928c0f35fa1465d36242243236ee4b6bb65ed6eae2621c9b3de4d','28365604aa0ca677971bf7bc0fd0ff492d8d9b335af8b2b17389fc1163419c4b',NULL,NULL,0); +INSERT INTO blocks VALUES(310604,'36751b935b0c18b816f86d5a2ca16469a46ea41bf002abde994d15597ae9665f',310604000,'362da131eac81f46723c8c6306e05c8cb7d6a07da011313243551e54a20d9551','0e405fe5f5cf90ac88266c8fbb1558530867edf712fd68d67703d91685a534a3','1fc584291f2975b4ea678fc4b6f53790e34e3b8dc5ccdc660bcd0680dfdde2b3',NULL,NULL,0); +INSERT INTO blocks VALUES(310605,'ffa6edcb68ee2bcb93f121f0a1cb1012559f2e38752f45034b03deb8c8947aa9',310605000,'e40aba981f793b1503e3391755c2b2d0a1242302ccca7a58ed2a7d56c38a395a','c6202f3864835fc2a09ce734a7123dd0f4f0b12fc0be57343e6cb2c261956839','29326efa054d7543b9a31d09850741d00e6cfcb5a7234e851e0360ee1fb5cd37',NULL,NULL,0); +INSERT INTO blocks VALUES(310606,'9f9e9673b0b0fcd2730c3fca4c241b6f506ac17f7768eb40ae1642614c4be93f',310606000,'906702b423c95eff42ea235fbb74d36f104c5ec14bd693dc5ad1135650beb72b','67c2a801aee0640c1032d9e0ded829a73c8f2846e80cbc30ba3154906771544f','1a7218f7f919092189203fd9212a1b8c172944751da0a4a6f2e9677a53e2bc58',NULL,NULL,0); +INSERT INTO blocks VALUES(310607,'ea8eb241c2a5eefc21de5385132dee695fdd7a496679935c4de015a18c2a116d',310607000,'a95a60e30c067ae04133ee9c3ff1c8b0c18d6a97fc4c6d68c6e963e45d17e5bb','5a0f86f77b148971f403aabd94a3dbafba9d10f762bfabd775e162e98bd46550','2cd4b11576b8e2c7e3a885ff99874baba5ddcd3048aa82965bed0e4c046b2c28',NULL,NULL,0); +INSERT INTO blocks VALUES(310608,'ab7b08803f979b35074aee71ce1b0f68bf535632798ffb7c5c5483ef5a16f846',310608000,'0b831e03817cabbd685362e674df5bf350cd0e785e7cbbc34ac30de62b030947','1ec8414b99d9fbb3c11d03c97c3ee178d2d8a4ec09ff3de41c1ce0faae349c1e','4ae399e1434c99223a15a0e8c16801fc8379b50a3ae0920259e03b39c9526559',NULL,NULL,0); +INSERT INTO blocks VALUES(310609,'83dabb41813634b8dd95b45762989c7a77492fc2ae38b5d0d098fd3fe9946455',310609000,'f334802421429a373eb79907620f1ecdfbf87c136d4a6751885b6cc7d181617b','a53e89cfa1fcbb1b78fdcaa1d24bb9ba135ad8a93cc1959d347663033cebd156','8c4f040db1ec18daf3ec8ef8b7111040c0e2fd705f8fc9d8c1aa1b65187e34f6',NULL,NULL,0); +INSERT INTO blocks VALUES(310610,'f1372a9d1069265cafe8a06fd5ed5493d7b45f2c2588c0eebf8960c7fb53b7b9',310610000,'89596e459bfe8b29cde3f1b20703fc60a9931ece4a1d485311799da35458fe37','94551c032a87adc47cb40b3517976a137a728b4fc9404ba24e281db81589ccf3','c52104ae60218b7a6a41212f6f63db925d7a3c6347a188ab44c127a1165a5cb2',NULL,NULL,0); +INSERT INTO blocks VALUES(310611,'6d88122546a07e75804a8c89225b63cdf5fa1a306b0eb720def88aa00d927d89',310611000,'40eedb60df35837cfdfdbca01edd453b09e608959cd29ddb23705a5dcc72b174','fa5ad0dae26b4b8109ea5e9e84cce9fc72780a5ead7b48f2bf63c32a9393bb88','01c734c401136f2c4614f1c2485296d770bf31a966163fbfbde6088c805b5035',NULL,NULL,0); +INSERT INTO blocks VALUES(310612,'08df9f68813183cf897db14100b9d6399678437338edc8578dd4998420a3c0fd',310612000,'9f5d9d43831d8c6d64daa12c369883cd93a90a580a3ab51bfe64b06c0e8d1791','1d369ed9b03c1ab3237dbe1294317ee95ceffdb2d8e3c9bbbfe69541eeec30a4','cf282ea658b368c61ff80f317377bf663ce91f7aa8b24d130f823d73c68af640',NULL,NULL,0); +INSERT INTO blocks VALUES(310613,'c22021c5e4fd841a5f506df91ae88a4dd0b4edb5c98e6c5ab7ba9ddd8cd0cb53',310613000,'7e58bf9c1a4be983c308e86c7663e6f6d7ebcd3e16862cddf8a3568040bc1d7c','eae680a9229a73a6a1cdd9628f74d4a51e4f9a89b202f16dcd5d649927bd1f88','47270c6f0e5946f46695497a0e1a6dca4ac5697843c1a68e36ce229372a3c72f',NULL,NULL,0); +INSERT INTO blocks VALUES(310614,'e20f3fc33885662db862e5f1aa53044b4136e0097e7919f071a0f802c9f9436b',310614000,'513d4716dc11daf78f1dddd834a8789fd9e2f424ad45488140043bae55bfc135','513e81b558286e5b61e9d028839c989e4653ea2f0fc5f4d3ee3687821950d916','7f48351a7c504ca3a3f2c14fa176c18549983711a8c88e1422d2e34631713a7c',NULL,NULL,0); +INSERT INTO blocks VALUES(310615,'fd437e201cc2338bd936bc84f7baba6d100332926bee80f785f9f7bba722c5dc',310615000,'58d7bc8c4b87c4bd7b09ae1ff632f97356b75a16d982cdb980c38df353506df1','93253841426140b47ea7a8da501dd740345388b7e108fc173a2d17e5e1b434bf','914a37c4796b20f8cfbd65927ad6414b0ba483fb641123965f574629342fda45',NULL,NULL,0); +INSERT INTO blocks VALUES(310616,'008b25e6dce1914cecb91055f1bf5d77bf0be6f98b89ff06bfa41c193a321d84',310616000,'c414478432d3ee574e2bb6b63c261901c391de55d8f024929c289f6bbe017f6a','bb8c4c6eb421ef6b2d10cf6ec17a4b480fb0c320d20533d97c231869ef5fe5c1','169928f2b82cf2a6fea9f2fc3e1979fdba539dc21e3dd646f11c78fac9a47a9f',NULL,NULL,0); +INSERT INTO blocks VALUES(310617,'cb54e04a81c8bce7eea1866cf83b3f3fc8d8332fbdb41b242cd0bc38ff243c29',310617000,'67693f9cc7a1ccb36accf65b49c7ff41a9a9da0493ba23ea5ad7fa47a12c0bc8','55c8045876c57180b266a02b3ed31042b4258b173c785827cd8129942dc622e2','d186d293fa62d80ca2a4f9b769431ca2b21627bfc0c038aa7d4058d735382cbf',NULL,NULL,0); +INSERT INTO blocks VALUES(310618,'f9bbaec16de49df3e5ae9af5949a283789c143078a31ed80dd1c22e35d9ff70b',310618000,'133ed55f76172aa6eb01f1e357ccc1fe7b816d959ac21a970819439a3806267a','0c564fd85af94c47abab11a9065e79569a74339216de023368e2df41ceda9547','7d2c2e7709f3180b3ff804a8034813b6a15eddc1a380ad653fbeb0c773630794',NULL,NULL,0); +INSERT INTO blocks VALUES(310619,'4c02eca877e9ed946d3b839c08717d48cfa08366f42f8bd9b84d60b20b34826d',310619000,'a25b716daab93db3e3dd4721e9b7ac7176aa7735e61f5ed0e4572d443710907e','eafddc5cb4164a09b4684c1a4761d282963e60c52cac7d2c54ddba5bd9b4f41e','c4593aaa580aa45845a2b253d730b887e031542f6dcc6079e29dd2f315696eb4',NULL,NULL,0); +INSERT INTO blocks VALUES(310620,'98120d1d59fd5782e6aeaa785843b42351cc656f59ce10b76f7597202ab54519',310620000,'b029d5f5114d86ed6ea9cbda595db6fcef3b5090a32138b3fc941205324f3909','4b8e95a0eb1d5c8a03a81f89c37932eeffae66aaa16221990d4c793bdead7ece','0eec183d9351cb1a1ce2e0499d0e6107ee7875da1889a8923894d8d1206f2dc3',NULL,NULL,0); +INSERT INTO blocks VALUES(310621,'1f1a7124acef608c0effa6d985dee5fb44a42035d310c390512519dcc004cf11',310621000,'8968441bf5fc191104a02c55d4ddb8af263868a218d95ce83cda4730f9c36b46','8ae9fe8eaaeffc4a8054d13f9d08224af9465335f7ff3c79beb22de9a1ee9bd9','36d6fccb452879485d24b2d37239af9f01f34629c77b921cf7f0a97b14062c23',NULL,NULL,0); +INSERT INTO blocks VALUES(310622,'3088fa55337f70b4b67b9ec09e4121f30df45211ce7fb248352437630298bc47',310622000,'3e766bef4f1951fbe512767ee1d549825cc02a0a209eb8aff5cfd4bed3e49432','ded66ea4520cbe7915c1f457a82e07756654c05fe5f3ed114f17c0ac735c1e1a','013467503c34b8d855fd9455cb30bb4da0b00ba7cf530883e51b220043d2794c',NULL,NULL,0); +INSERT INTO blocks VALUES(310623,'817efbc8f182833c8d19ef29a7b806d402f4fce3d76de1c099c3199b15520dad',310623000,'5efc1eb5e8d19664e3fce1b4c0ad29e0794c796460729e9e65cd9d72847b0066','8e42fbe6b54251a2878556a353c4ac3b78ddca4e44eaaac94826f4acc04064f6','c214f11536fe6bee1a31d12bd976cf5c9316ca97273924437ca4c038ab84bde9',NULL,NULL,0); +INSERT INTO blocks VALUES(310624,'3c0ee9ad535b3b4a202367fcf45861eddf7dda7021af3565863f3358666e3cf4',310624000,'b3c063eb8dbced5504c30f52e2202196d175304bad1c96869bbd56efbd83ea06','9e8d094b076ed3b076e49dbfedc3a5db16463a8d2f61663d4b3adbd8979ef687','60ec47583d69efb29a926512e1522064d23b2bf1f817f564c532b4785366b6a2',NULL,NULL,0); +INSERT INTO blocks VALUES(310625,'bc28b31c2032623bb295cdf38d7b4ffcfd20d96c95301122d18463d54c6c11ba',310625000,'aa509684fd8cbc3a4eeb8c99e8fa5b05afce703cd23cd5b43c01365c4cf00400','282ea67f80dd590423f7fc36227fd1c6983ba4cda614b4e6db228cdfde588553','60c7e930cfa3b611970cedeb814b3e029ee942f803e5d48cb125a82aa6109f29',NULL,NULL,0); +INSERT INTO blocks VALUES(310626,'b6c172768d20d9c97cff56f083d61920e1ea39a93c7c09afff3767858eab950d',310626000,'8bafc8777d65f90204583cebb23ed864c27f831bd714253efdc170d62fe061f0','e7d3df0f62f0766d260e7df2454c1b86bccc54f27187a8ac3585ac1c23c0100d','fed8f61fde046f005c94deb7b036106223c6db2fb6ea2e2bda5a7bd4758baaf1',NULL,NULL,0); +INSERT INTO blocks VALUES(310627,'828a91a4b44acfe311e116569ab6856dc528b52ded683df95d390bef4e6c115f',310627000,'5cf7af02af3abc766acf2dfc6a37822e33d210acf5cea2c35bb1fe694cdea4dc','f8faf696dd98248891d9001e62637818cfe2ec5b343fdc8a04bc18c66fa44bbc','d75d6a840d0a7523a82f56b990d1e80b861e3a1997b16f5e4d7b5f7c2939c4d5',NULL,NULL,0); +INSERT INTO blocks VALUES(310628,'f319b382302b18f1bb20205e85c8f938bbf2c643101aa1db30985d36f707494e',310628000,'b3704073215d0e32e035779e0d0e077fd99a23de4050dea8484cb43658eb3fb9','3020cf21275bf32ad7a3b613db834b17979793121e913883dd513d26d6b3822a','e179f43d675416c87dde5bddbf535298b7375eadf8439d66b7a5834bf50cad6a',NULL,NULL,0); +INSERT INTO blocks VALUES(310629,'254b0cb0f311451dff00741a8a1d083190d1bb2300029219c26fae1e37ef3a20',310629000,'a155e8f4eca376cc719ea74085eed29ed01add2898d95811ce07030dbb7f5820','192d9b4da6656742ff99f7936adaa2ae7c0d082596628eaee8f2901c60df8043','139cb663c01d19b23f50a8b30904a148a0de62e59b8cf2e6dd03d18baf3a3589',NULL,NULL,0); +INSERT INTO blocks VALUES(310630,'09122d8e8e5b1e1f6cb5a16b7f0149afb37aa0c9c6a04a9288198854b43b6fde',310630000,'33527430c585c0fa95572e0bb7d2b974bfc10f595309dcf23f0a9339ea952551','ba748ad8648ff678ad994fe7c899d9f99e036c368f20d3ecaf2783c7450f5225','046b8d21aeaa6117496fcd6cdba11b8dfe4bab8ab09f76e0b7c833cf35bbb48f',NULL,NULL,0); +INSERT INTO blocks VALUES(310631,'b13cf136f0c15602dacf7625e6edb4a66ef804084424c1a01e7c2a2a512619be',310631000,'d1850805c2ee4930156b2cc221f9d4b85fcf71b62b0d0c6a381b73737e4704a9','baf30bc34f11a9a4d6dad557d17fc7efa0857d8cf3a2b3aa804424d8779f263c','a30ffaaaed70467c84c8cbbd50f2a04e8bbd7199aa4ae5c7c5fe7cbf3c5f24fe',NULL,NULL,0); +INSERT INTO blocks VALUES(310632,'79c10009cf92db94ffc72c6475c65116df5e13d1d31d15462bf6af255857cde1',310632000,'949f9488260d0eb153c530e887be2f02fc7d6b03a9358c6fccf1b59e2e82d199','784d819d878855f2f9af59f331604ffd00ee0d7f12c284767ed03bd37136edf0','ccf5367667ab17ab3a3e0d8381239454977bd8fd91222c8ea1f0045bf2c14f7f',NULL,NULL,0); +INSERT INTO blocks VALUES(310633,'e0704c45ceb7db9ddbd7470f41978d6e413d586afc9dfbf8c7726f4ad8eb95f1',310633000,'5f9fd66d524a17fdd0946a305cd48604619454f9396de8640cf86879bf7d2d77','336cb5a8bd3ed5c5ae280077f54876828382ea03fd0ee32836b76065b88c0e3b','4f245b383f4a892ff81abe163a6be8eccc3f05ce648b1956d1f650e2aeefa6a9',NULL,NULL,0); +INSERT INTO blocks VALUES(310634,'c4c66e703e975a6dc90beec42a4fa8de7df296340b408159caf4e7a8193b48af',310634000,'adf940df231bd5aa9bfe1bd319e50c721c5f51bfeacff1dff383d3f98a35a597','729c0ea03dd8c1e4b390a34c9d8c52e898659c64a53e8df4bd245c453ccf1ea7','0b92b8aa0f27616f86c9e831b715b34a74211529da158b7e8604886800a3629d',NULL,NULL,0); +INSERT INTO blocks VALUES(310635,'8c172e08259774a0d6cf10df2c807f635c37a1d8da2696f2c5dc0b228626004e',310635000,'ce3c190bfe8851e48e8da6579bbb780e21fae30f66984986ce816496e77e20f2','33291d8bb8c73e5520bcd71d751d5082ba15893670a498ed5f749775b1890b1b','a825ee42152f9959c7a4c4e6563c78f0c2e687f98317191071412712ce94e458',NULL,NULL,0); +INSERT INTO blocks VALUES(310636,'ec48849cd07e997c0ce999c735ccb1439f4a2f59191913f0823a89802d02bc31',310636000,'839820c158ed8e7d25610cd24e18866f42733e051fdff2757974e98838d3e560','44eb4e935025547420d837c1e35e73ae83482c28d1ead366fc36aa868c171b5b','6035ae3503f20045fd8b75bc62e428628c55c1c57089380a93052202f61e0d4e',NULL,NULL,0); +INSERT INTO blocks VALUES(310637,'d38ce45ebe349abe87390200f781f8059bf95b76b82e5fc210f3fb2d47543336',310637000,'b48b6b85ba5bbd774f60e72f6d19eea4574faf141ac21e800cb3999239c96b10','48d88fa6bf59187229586abe5d680a817d11d241763505f0fb42cb8f63030739','71510459c233fd04e4e2caf55a18c43d10eae0f301398c69747d630ba0842400',NULL,NULL,0); +INSERT INTO blocks VALUES(310638,'672a9e105a3845ad58c393548dcc662a80af17ef0884a4894023f4685302577b',310638000,'197afb66e0cb0f944caf56e787e2c4d8105ba705fe91fa66ba5e9aff508777fb','c7b055980745ae78a372e9be8d4bef37efce24215805059485b147213f905f9a','de10bf35ff74af31972537bbb41f0716f464480280a99474a43f3174256b6437',NULL,NULL,0); +INSERT INTO blocks VALUES(310639,'d9f5ba015ed8b2eac57c5cca45f9dc1ab54f56632c3a256220c352710d417f1b',310639000,'ebb88b2be4f8bbcb413bcd442476d2ca097e3ecdcf20d84f96b9c81dcab30283','83d0692b86d6427e06478c3a79a1ec7195ded78cf5310b625fe601a25993cd33','6c0a795ddcf01f7b3b31f79004c03f7074f91cd797ce73e57f77bc34d82fefc1',NULL,NULL,0); +INSERT INTO blocks VALUES(310640,'474facfd45196931f0bdcf43ed1bc8a7ea14da7e67996a4cc6dc2d6e2b64af59',310640000,'81a94a73088e79d45e25d4acf846edd95e7279a709691a45b192e15099caac87','377c0dcfdb729120b4785905e8d7d162f2ec7e0aeb33b4cd49392fcaa5855a6c','03e8f85a0abedee7df7be0f0bf6dc89d09c0370e60dfdfb97b50931fcf5f330b',NULL,NULL,0); +INSERT INTO blocks VALUES(310641,'02d51592ca3541de38547d4b744cef9c480551456c7cae745ebb9d55d754096b',310641000,'3786e5b81e69799e83358738901df2b1f29761f280bd3e22043859505d0cb307','c69c905478e8003579ee660d16f44c3deb881910a9297f6f15ef7482f0fbfe34','2316fb7800dc1a92d17a36ac5c1d26eecca5e89a024faa0f7bee8b56e4a9967d',NULL,NULL,0); +INSERT INTO blocks VALUES(310642,'cb6395d551dceafae515cfa3081473654eb0ee78b79242f6f1d6e5192c116ecd',310642000,'862d57281c9e5c582415ed90c59e1bede73f2269b34c8229a125f2fced904803','523695cd84d888fc17317f65f8615a0d3058dc0784947439fc4ac61409eff745','d3193669324127331c6497261b44dd51f6a423c04beff194d099dd7486f7a129',NULL,NULL,0); +INSERT INTO blocks VALUES(310643,'b44200d5717e8bafb56daaba83f0b64c24b122aa18d3035cdb1cbab7c473182b',310643000,'90897469d2cd68409d7df8955b06554425e04908648ab6e1a9f2c1dad6916ba5','375eebb9de1d6ad3f33bc245e06f4da387a8405df9f50dfe49e13121c9b8569a','fd3756a439ba234b43857d369ac9bcb87edbfebd8e00ccee3be2aaa0912e4aff',NULL,NULL,0); +INSERT INTO blocks VALUES(310644,'f72c01f09a2f76629efa4f7244703a82e82bda4e9aa4f032025e84a86788c672',310644000,'3f6ba00e35d202010ae7f8f47b41c946947ef1f0cf33473c50094d1d94d2d520','8316cc4ea95fc964d90c855e8bad5520f3653458a5d56a3b1b7bd6a2e7918637','9922c475c3fa7049bd564b14c0ed3e3bf7617c73412f0a0ba38cd72f9a78b4dc',NULL,NULL,0); +INSERT INTO blocks VALUES(310645,'f2a2ff3c7036d5a66de602a075aab3343bd9f6027215a79d451967773bfa29a3',310645000,'bba5ebae60128717a5e4cd5664ece1b6b4b10c968083de4b30e2bef7d7b7ec38','ac44459424af5c9fee3ee32a7c29d5c5dc02512a3b0adb9684015d965981244e','f1de5e47191a9972964db6c4b2db1c68db14c55fdc68c6674d7c1b4e5bede2ac',NULL,NULL,0); +INSERT INTO blocks VALUES(310646,'839ef2ee85d2edc27b4257e50c667b3d0ebb254ada269d6f9bb07e076eb0d494',310646000,'3898b4aa5b814957875d3e836799dcfb9e0b1ae5bff288903382d24c01d4fcc4','b9d6b6e573e7f3cbbd8d1ba891472e015f610f588a2d90aef7e06722e0c59b92','46ccf9b42bfc731b4e045e4ece9ceb46797bdedaedea24d2277555460c8c81d0',NULL,NULL,0); +INSERT INTO blocks VALUES(310647,'8c3fc73a2be40301b82885028a4058923a5849d86cdd0bcf101e615965f0b86d',310647000,'9def4a11aabb6fb013cc2c109d0c622195e5fce6a33e1961a1b1fbe9a3e407ea','7ffecebf1c3725e8a597546dc62333ae78972711cac0ecf681fe6a1e2c99cf8f','219772e7ad34f1679f910ccf8cef3c52e9d2d9dacc9840faae04e9346e42ffbd',NULL,NULL,0); +INSERT INTO blocks VALUES(310648,'8b4b7bd45340942fff7a74b02e2d77f59943a5855e79566ac8f6053b0cf4e14f',310648000,'1183052b48c2f59100f40aa66c569d920b0f133884fc7d9f18cb6eb5c4d18276','95bc6d1209c17532b9768140d3211e1698090d1ce5586f018a2f5b509f10a317','221b8db8f5c739a02e13d10ba8e18669be064c339b6fbacdf73f21f6ad37719a',NULL,NULL,0); +INSERT INTO blocks VALUES(310649,'6a5587f8dbe5daf750e6af8ce8d13747c2354e4a83073aeb31eda11e0d5490fb',310649000,'8a93366db8cb11533d2c398be0b14bcdea035c3e4bb6e3cc8a69081868b129e4','096c62d915d0ec9428b5d48a978a1cc67da03239d6da0aaec0a6b7557b219459','624019463e0cd03fbe141df16d367e3c28e40b06b6f9ab91e688aa35959cb1cb',NULL,NULL,0); +INSERT INTO blocks VALUES(310650,'630772e16127da5b34945d5d2fe6a95a7e0addda3f7ed03aaca0d63526957ac0',310650000,'58d1477b14b8a8d6ba1a57a11a6dad49bcac38a735fee3ae63734a798e268501','78a0b7fcedd7376767a16bd15f7f0e401334da67c68220835d74ebf44d2fcf94','56abf26babd8d32474c14b9b750c3a1896ae86366dc4453b80044168b8aac7a5',NULL,NULL,0); +INSERT INTO blocks VALUES(310651,'abb2d29793c975ba98b914638ffec5642e03424b64c8c949529392de66eaad22',310651000,'1051d8bbf724ac541c568100e0b1bedfa56f1b87cc64088fe036deae9e31307e','0ecb4c04fde7e1e6cfee92ffcf153d59264ae1eb639da59d851f4fe4912eff01','6cca5fc6c871c69956f25cb23d3728035acb77b081b171a64f8931a04f6d9af2',NULL,NULL,0); +INSERT INTO blocks VALUES(310652,'5be0bb5cf3210dbdb37899c13ada53194619fdb844a06788f47cea6ff3f51cb6',310652000,'d90b15f5d813d14ef759a9808829e51396d34f79f0214bdc2a19ffdb14bd95f5','558c5578ea08ddf8018057ef980dc33c1af6bbfb5493d354ec1c5fe7b0c08b22','8a73d20a0084418acf57e929df648bc7528ffd5760fe159fa3e40e03b5eaed95',NULL,NULL,0); +INSERT INTO blocks VALUES(310653,'149b18c77b473184140e2c0a5e890da6beb9d29bfba1e229840836d6a6734bd0',310653000,'4db953e1e6c0858210753a482bab6d4bbf91ed636d8f5b2d61c927dcce53a430','367164f35cc7236a8610d1d31f5b87eeaa9f78c2eeb5b0cb23d49aab25c363c7','98ae74a9fc4c4c17d3724750e2dde6c51ccce0208940342619454474835a00c4',NULL,NULL,0); +INSERT INTO blocks VALUES(310654,'829af363584fee40e5e59ce6bcb5c5ceef386d56a7fa1fc8e5f2b26a1c546569',310654000,'058aa66231eea7e3f209c95c6d8f12f5bb8fd4ef4fe9a0ec923024d862010016','61fe2ca0cee8d3d8bcf18cdf8719ce6ee49e7de0e81c50d2b983b4690627344e','ab8a8b1d957a127f045b344172d7059c3753bc6bc01591aac6af673c1648a8f1',NULL,NULL,0); +INSERT INTO blocks VALUES(310655,'c0c926058eaf668c26bcb906b00085046ee3a492e66078a2fb04af6712139e55',310655000,'39b1bb50c2ad9e506086d8fe125d2af70db9d5c4ada27372ab50a4200020efbd','899d414e0bab975e1560528758a66335415ad6225b8a12480b0da9be5c7bb3ce','996265c039f18ce0b1a9a4c9a0af52934f257987fb147aabf4caa1b4de7e7852',NULL,NULL,0); +INSERT INTO blocks VALUES(310656,'5d4c1fc1c92272963ac4b686279ea88fa683be164414c74c87890407001c394b',310656000,'8f636aed41e220a8a66318ab6ddcb6eb9d31e96d92c5b21f4732b859e5d43eea','3fd51b4d865809b8b6237c39f21e9e4651e20a636892129d1b72909f58b4ee70','e6a63d01bb1bdab7a6aba88c33c0f3b9675c62c4fae2bcd85d0a62aa5dc6b133',NULL,NULL,0); +INSERT INTO blocks VALUES(310657,'e8d3bd7181ac043c3086f9743d212dafb71a65adfddd813ca8b973158a3fcd26',310657000,'777074642c80dd30819f727d2a99578174c852be298c497522b7e1a48647ed66','59b1a93d2c276aa2a9fb25174470245bb0fcc8aef1209d043aa71c4141e015dd','226be84b440d86af6a460f34d47d3f30343770f62796b4fc108a4e96a9ae1868',NULL,NULL,0); +INSERT INTO blocks VALUES(310658,'579c711806538368d38e9337a1459885e9fba0ff1cd335d6bb77ce125bd4f501',310658000,'7082abe1733f1d02b90e23496c5e5921c8bffd5270b675e452ffdb09b44fcd0f','22f35d42b727ed7dca71245760d8c325b92947818a65e7dc94c71c43fde850b6','81ad4ffc91ace659132d98f96cc1013c75b51a1baaed33596665390350ec0219',NULL,NULL,0); +INSERT INTO blocks VALUES(310659,'e2916f0a41778f5954dca70fe4a11caa7e06e14fd1f0add437278559bc5fca5f',310659000,'9a286b4d7655e39f48df7466b631a1f82d17a21a7c1e0ad1ce55684d61cb3d13','47e9f0d0740cb63fc960bf6fd57f31cdd74334bc5dd5ac4eb385a0ace97bd595','3f719eafee1322847e89fc796e88caae09dae05c148627c4de0d25bea7c0e4cf',NULL,NULL,0); +INSERT INTO blocks VALUES(310660,'d09a066cc0cd3672576b8e02733dbb32ddc2ec35d07104edb1c56ba9f2b85c7d',310660000,'7cf8fa2acf1abd4a6cd4356203d2568f702256fdc0ee3bd0d902bb7548f8faf5','2c57e4b9e588f456403671a14301777ebf67aa6bf25146f9d2d777e137921959','059d6f90c4c318f17614164e6269797e2fb1c355c9b48c41dcc38786e8d29de7',NULL,NULL,0); +INSERT INTO blocks VALUES(310661,'badefa122129d97ce33ff699b6c63f854cc2ac11e02fde9fa589621d1201ee89',310661000,'d1505431d0ddf29dc014fae7852637b9c743ff04b56ba76cfdf019c534102c05','94a1421fb280c915cd06737459cb6bb27e590c0fd0c31e29262451ca402b12fc','19e131947a4daccbf6deb026e0c756782ab16df79b8b0d70c1b7c29059c3f167',NULL,NULL,0); +INSERT INTO blocks VALUES(310662,'952fd50a82984ca0b86bd2603400525f8658e33b0aff521cbdc0343e0de2c3fb',310662000,'2729d117d0516bb98ab9887375251628593ee2295f1016f4459d5955cf407582','83e8090e7b91f2f29549cd15a81ad4dc417079124db1d5635c20a82496c53e3a','09cf04c42510ad0c21cfccc3729b2839c7c62ecce40bf28ae19694d41822b692',NULL,NULL,0); +INSERT INTO blocks VALUES(310663,'7625249e17d88bd2a50e81ae7ffce70b7ee4f712eee316fc67afe1c47c4a4028',310663000,'1f5553264f1064b7baa1e56e83705f6033b9a22e407eb93f835c55ddc465b9dc','3759b7d3b2ffb3011a487f3b5bc356f3710c4b206a133f6f5d297126e5ba9cc8','68ec82ab38da849dbf585088b2318d08e4e9020568f2c7e4e76d3607c19cd1a7',NULL,NULL,0); +INSERT INTO blocks VALUES(310664,'ff35b504ee3d48dc4a0ac8b688594d86947e2af92a3188bacfa38aef4dea8247',310664000,'8f12d960bf32e37a5104f79385faf34d9e260b06f783285589c67fb116188a64','5c0342a0b6728bba2dc94c9cde71ffe60a7d4b9a7d45de0991651a478cd50b9b','552972e8017b32b62c49b75bfa6c1a30d740277660b0d595ba0a1af5a7f81df4',NULL,NULL,0); +INSERT INTO blocks VALUES(310665,'8aea5e0436d15a44620d181ee03d789e5bec0aa9c84384919ef35c7ac78999c8',310665000,'1f0633cc29e1ce03c5d2c2461f7439ea024d2f370c77e63ebd5d86ad3d699429','a7d2f5afe50c0a5a3b73ce472bc064d13f37c0de26812393a21511e29dd1889f','eadf59024dea937df0026c6dcc1559d68c47dfede8290884bf9057d485deaeb2',NULL,NULL,0); +INSERT INTO blocks VALUES(310666,'de934d6e2642ccb581002ee650ebe76b2c88e2facd253b73c45b964dcf469c52',310666000,'2f5c033175f6fb62720840795c76dfa882af8c490b692b01ce11da68e18f992a','92c6782bdd549b1cee15dae71f6ce8a180fdb2e6b3f0e89b200cab5c68e2d208','9d57dbc2a326dcb83aca46de80162f113bb7473f1d5a78153467abf60fbd9e65',NULL,NULL,0); +INSERT INTO blocks VALUES(310667,'c8037bf10c1bdb21df72a9a90db87b11c967d6ae81c5f132ce8e42b1ca888f83',310667000,'ddaee7ce215639e53f85c98270434b48d5a663d533c3b16daf9dc7df06aeab41','5e44bd7345a164c0d99459e8bdb1b71f90c230f465ce0091192e84c5c0996de0','6a82fba5c57cdf13a015311e153b06981cd12b879b52f2b426b2fbbf2cdcecc3',NULL,NULL,0); +INSERT INTO blocks VALUES(310668,'699ae965398fbe98ccbf01384e3ac32d2f778e21998302827010869199aaaf27',310668000,'0085475173b4836a1651ba4afc4e07997670127fc39ba95215241ed1437ee4a2','754dd1a4a83ffe0b40e936ca8dbe173f449dd0c983b8ff3b9dbdfdde326a65de','eb3197ca88c9f5a6bf6e76cd630ac51b8026d6cecca2222f47099a4974143270',NULL,NULL,0); +INSERT INTO blocks VALUES(310669,'c02a1ff18678c02e906a81ee20511b34be69a577651a763cb7ace89f7b04aa1f',310669000,'86295457d87c5ee12491d438f3797bf6c5622abce4edd9b20ea5ae17b0a53e2d','f66a648b92066b2324035d686a1bc8915be13bb13c58820fcec39dda1d41d7db','1983734712039404793683eab53a1298b6287a57b0e9d0955326fabf17a0d148',NULL,NULL,0); +INSERT INTO blocks VALUES(310670,'9c043e45204b5463d8138e24b46b57b486f07c264dbd6b09356a75ce15319944',310670000,'f796ca1337b740c59412f4949a38564007b99d50f6435e9d6a55ad9e3f353a98','b6fa16445c6b508746fab70fc0837c266b4e437a2a4f6e68c33edecb9387914d','0afd1d7fc179c70693ba85d16588704b618d3d4da25c3af8631f57ae0084f64f',NULL,NULL,0); +INSERT INTO blocks VALUES(310671,'4c6fa9744f58b8804901b138d7e65070d8339b557a22ed61b4511a401fc90522',310671000,'152990c314e6d025cf258ece59d702b2eedb7548a741245236e7624acccfda4a','48507d67e6c45887290af7c47d2fc2a36d647739393470f92223c1c7e26162ba','fce6f4ab4de1e5f4f9f2cd0bd96f692e09ccaba9187d38452920f07c6d7ed5e1',NULL,NULL,0); +INSERT INTO blocks VALUES(310672,'491314bee5881d93a5e646d2e911b30fe6b43f0cb7458811f7d9679b2f7074aa',310672000,'23be138ca416024be0bd036a732587c6bbc6bc38c0e9c492bef718a498e6cd2f','6a8c2d4a3d34a36d2a503f07b7ad6c1144d2ac2e05a56b1d779c28ac4cb89928','d45672b99dacf99e9c30f679dbf7bbde71bbfa3305f5643f83f15cd22b6c5845',NULL,NULL,0); +INSERT INTO blocks VALUES(310673,'03ae6af5afe6e7949bcf4039e122a60c97baf807e7b24bbf95881e0797b9e2c5',310673000,'b5b49d68c552cafc8a42d9a3cbee8f99c9f0ec8ad968bb285239f052452d5fd9','95f29fee3d36bcf5b65defef149b1688b1d82c94b73a165a346590e2503596c5','d9333ab3b101546338c4cd5c389b71645a851da76d64f32ff4550d5bc433815f',NULL,NULL,0); +INSERT INTO blocks VALUES(310674,'9e8b0b0ff1bb6fb1c88c7fb75f560e41f4d1e72c890c49a4c794db3508bb193c',310674000,'0bc667a4bb55578f47004f7e7cf5eb02ba8580bc678f3fb94d0099f2f0bc0974','58d295011027d8876e883cdbb09e8b30077a99271ce6541a20a52a2583581be7','73d228e7ef78429bb88e895ea3573875a21992d3b75a252ba30e11bbbbe19269',NULL,NULL,0); +INSERT INTO blocks VALUES(310675,'e84ef8d1cb7d22c4aa9c1d7b7570d6e14c6cdb84e00593a13f5d64a4313c2e21',310675000,'b16e2f43ae599b3f63d0fcbfe6d1cac871bb03554865e6fc9f101824a577ea83','37f1ebd8868681edcf89cbfa6ddfb086a487909a63f35cbc50de9f3a4d41342e','3c58557ed2492c71fefa179f64125e447e2bfdeaf955abf4f7799e1a90a23dd8',NULL,NULL,0); +INSERT INTO blocks VALUES(310676,'312bbdd1f53a4cfe3fa9c89f4c74b63972466bf2478c434fe7ae775ea3fcfcc1',310676000,'4fed59c135dcb11be487e36c05284e91ab137110115116aff5167350370c1a9e','72ca2ceb1004009e684013f8f4f9da22d6df7288b3b262def230393ded00f7cc','77483c07df3071df0843b526be705f202b6877c0c4809db12a5fa68c26c31854',NULL,NULL,0); +INSERT INTO blocks VALUES(310677,'4b8f11d65385b9ccb23688a124ff536f164014fca6c7d090e6e873acb3e5843a',310677000,'6c850b4a5ceb423fe74f937a2dab17bd1aa341345e711a7aec44ca32f0e42ac4','6e8f6549d153b331eef7b919decfa15e960bca32187f9449cf402a073d730902','c1d85899711c14b27431ae2aa1f5a034e4830df85702884381b35c6282d2eaea',NULL,NULL,0); +INSERT INTO blocks VALUES(310678,'d9bec9099ab0e267783576ac0d03cb1eeec78a0d892f30843f802d6740bef21c',310678000,'078b470ba70dc91a2eb63e6db67df1301ee68793564d9e9d8e166ae968713f99','6788ce10475c262a4c0bd6d6d3c5dc290132dfaa2bf25f0fd78956b5cabb15be','0698b703a94cb668c8c6465ef3f081c9cd1453929717875739b35bdfc682ffa4',NULL,NULL,0); +INSERT INTO blocks VALUES(310679,'be81f07096cb9815706aa9ddfd6f3765371e83b38576ab135204a632b963e69b',310679000,'35b671133ae190842c6eaab39aa38ca810c87a1c72de32a3246490220f4e09e8','b97aa07a9eecbad49eb40ae66290b96b1eb266c5f690c5a870b9a0c3d1d398a9','25d27cfc61abd52d7b151029f6b748ffcde298caa93640e4c2298b205cdd4c41',NULL,NULL,0); +INSERT INTO blocks VALUES(310680,'239326ce9ae5b46aa361ba49843329b17d5b8145a8c5701e7e482e20736cf9d8',310680000,'122310da598fae26c2f64982fdcf4d10082abe52b53de2f5f4742f8c4758f615','27a94d73a2ef4014a4714d4ddbee181a102d441795625e963757b5ff188bb04a','266a04b045f6567fe1b090d032ce818e912949662607ea880e52e701b9a8d735',NULL,NULL,0); +INSERT INTO blocks VALUES(310681,'0697e8d01967b24d7650c3ce1101c90e988a28afd894e1506505a00bf9e69f41',310681000,'bd3ef833e7f31585777c69a0a4f84caf9db030aa555ba4f74f7d2190e2a790c7','efba1e72f69c2ee9cd739356f235a66692b8008e1fddb76dd94377d9a7f854d5','b4274343172d18b9366b88fee4cc4c64e0493202f3f9a733dac94b20e5604517',NULL,NULL,0); +INSERT INTO blocks VALUES(310682,'9bc8c24f8bbd03ae896235960d75749ae2f9f16525c933ca7f546fc04d334c55',310682000,'3c3907cb582af891d5f0fcf7c6883ddd9f6a08e264ecf01e5c7cbb11e331efff','f304fb81cd79f620f31ec880ab6968816bd85e50b71ae784325218704f0c0ccf','e7d02667265469ad8da103c581bf9aaa5a8246beee1d24860595483cdc2e2484',NULL,NULL,0); +INSERT INTO blocks VALUES(310683,'ad6e6b13d5c058aadfae019decb3d2c154d538aa8753c9ada94db18e6d499511',310683000,'fd7c25b3589737a0768e10e7bc12c41efd93c38bd65ddaf8d1c3fcb6a0d05453','9b0af830ed110ab15ef49d31992e76bc9fa6ef408d23316ef7d63037193c799f','174dd73a81bd8b86db1b26470900cadacf71f6441499d8ab6f24d9db42795e06',NULL,NULL,0); +INSERT INTO blocks VALUES(310684,'d0d985b69719bb289bc917742a603c3e7d9839d39ef9afdde4a8e0d0739835c9',310684000,'b6eed1ef9907f05a52d6a9e482f6380fe9affff0e565f33bc109a73d9e616dcd','84fd50e02fb724337304367bce2131d5f06c812aca832707e3365888c4ebfd7e','836c2bf2acfac36104eef24cdc4f85371dccdb439bb608d33bba536e60566259',NULL,NULL,0); +INSERT INTO blocks VALUES(310685,'f5aec0f5dd7cad893104f7704e4a34304fd4e2620517e7f18e993d49ab1a98f8',310685000,'84db46481840123dec829c78e41642a903623e2f4864120af5d6c7a6cd5a2c8c','b12f0510839c3c6afcb1efe01948c40cad06961767cb0e72fc80199e537193cd','cfbd7258df30f1661edfb9b4695cd7c6ad930825a95c5a7e1358079666161932',NULL,NULL,0); +INSERT INTO blocks VALUES(310686,'a7466a4c47b167bec3720e7fd69772168d606e4edac7e44e55f411571cc603ca',310686000,'63b00521e92154c668a8849d730bbe9cbe48970bb2d81ec51cf2dd7be26ef586','5345f04ff9e5a7842bcdece536d978c4af8a12f94013d9d2d018885a6cee2502','a2b53c3b3603bfd9fcc4475532c45c37385f60bdd833a60e430fddaf2505932c',NULL,NULL,0); +INSERT INTO blocks VALUES(310687,'c33713cb462046341ff116655bdb0614ae7726888f57e6493fae63d5a06d7bb8',310687000,'1467302354868fb09799c0e66d303915f9fe4238f08bed7ee70c9ae72c51fd59','7c0775c844eefbd9c6b99ef27f1d1dce765b57fec55fc55d959be8fe60d5b7f4','66b8bdafa6fb1f4cb3ae7909a3308b034bfd5798da91299559f094c461b09b5f',NULL,NULL,0); +INSERT INTO blocks VALUES(310688,'3e802519162b52001ff1cafc7892747054d50f03d642b09a1ab0dcfb9cdbf822',310688000,'b7efa5a23070453185c01494e1f7037abe7d53f57557114a4b9038042291d846','a759e1bd223d58e9a970b1b8ac41a737c915d0e8b8d8ccd6989966c282172e21','bd8b2de5e920060da41aaecc7214bc231afc9d8aa83747fd09ad096bdd976724',NULL,NULL,0); +INSERT INTO blocks VALUES(310689,'d400463f1c0388bfc6ab6deddb018144f6db53b604c549f1fbda8211de1755df',310689000,'db7f7a5425f9f74910edfc99178e52fcfa560db91abfe5b6126139e611dd632a','25f2da67cd5a3bb06116a2cad37edcbfce39618903596ef94bd701bc68ee7001','d721314d261c7062022dd1cd9204c31446be9868af1877a90f7d9a20655617e0',NULL,NULL,0); +INSERT INTO blocks VALUES(310690,'0beb7cc3cd4d229f7c538e98c1f8d9f10f00fc64d91a5acff5ef892e4af65462',310690000,'7a8602b8fbfe83e3ea718160efede84e5cc75b58c6ea505c63ff7612b59fc9d5','8f6d989ffde6b7ae13576d7c94fc2d6d050870c1eb1b32a3c55f0655f9f29755','ba0d3d3f5c4a4f1119e74f137d961fd018b9ceb67a0edd1d8485f5d31ce2e77e',NULL,NULL,0); +INSERT INTO blocks VALUES(310691,'07253277584631d8dd356b4760c8802b1b3f74e39ee13584ee523e0d0fc50b6e',310691000,'cf9093824f1e5e5b74032e31148dd0710c88d3a2f7977f7ba6d568754809275a','8cc3c0d7eeff5d459e27f44ce0fb8f5c6ef18582d117e97f1edea7fd2cc8cadf','c63ddc86adea5aaa3252d5cb21de44ef54393762eb9004ee18f5fbd712e54dd1',NULL,NULL,0); +INSERT INTO blocks VALUES(310692,'29f6baf3c618e1bcb16cc413890a0b2a458d05a2e60ccaba92fc83096846c932',310692000,'74dd90ce3722f861318b38ac8f337dc0c813aa5400444b378637d606970cc743','59bf603449c60938cb6bd4bb3aeabffc35b6b25bce47eed6b5c259516d2520fe','2390eef8c10835819496bd59f8009871a10cda41b3400f0dc8892c417724e74d',NULL,NULL,0); +INSERT INTO blocks VALUES(310693,'c7520c5e5a5f19c4aa0859c399a1288c1c357d29a6a4446855bca61af38277e1',310693000,'73a17e5a019b448af17f2c0e676fada23f2a6dedb29fb21cda68f2cf420cd725','7754a43ec6e0231741f528c99531599d87a00623017cb17f3d3fb94e3f78e916','17134e954c270cb1e668779075c5e1d9aad062f6337533bf126b8ba9a8fceff9',NULL,NULL,0); +INSERT INTO blocks VALUES(310694,'586e9f2ece2b1d03767d82fe988632d69a7827333860c58460abc7a5b9b396a0',310694000,'fcc3fc1e1563344800ea86521b53b6b419e0495527386b67fd31ab23957a2a2f','46847e9822c68d2390adc97599452010bc2badc6decc88aedb9f58e57394cd52','0d63cbb69925fd2a44367cf820efc23a41960265374e82b1e7d3e5a74aa2fe7f',NULL,NULL,0); +INSERT INTO blocks VALUES(310695,'a1803237d72105847b97a31294e91e7374ff47bdbc4e374744a8754a41423538',310695000,'90cede3b9e6ffcba3e0af2584bc07a01c2ce0465095f9e2830dd0d9cf1a71a85','1657e29445bc4c4600856690d40a7f04d8b0733eb3bffbaa525ba9770e9cd171','4fe41901a6cfa3c07498f1ceeb468ad3e09561bbcb2e0c62ae5a1136ab7d9f15',NULL,NULL,0); +INSERT INTO blocks VALUES(310696,'7ac8080d89c8a8245703603c294c5df90a342bb4a325462e65827fd709ab0fa7',310696000,'b12309d3cd3ae4a4e63af3bb49ab7be89086b3216483abe3df6ee3ef4cd4495a','97773014afb5e392271b317b2ee678ce467367afa586e9925d10580e1b6fa692','873521391a7906f54adf9ef529e50e3c0e97e41bf22e72df0785d67ce1900def',NULL,NULL,0); +INSERT INTO blocks VALUES(310697,'4fcf90ea3f5b4f6c003475c22f583053b5f7b6e0ffe12341b0993ede4fa8f304',310697000,'b2ef3fb8b286c657e83f8707e86ad5190b0af834dc274017dce1bca26acad6a2','7b199c80505cad4703e6baf926cb858ffda7da594591cc4e8788f915a2b01248','ba3631093c56db61398f4627d253a8796ffba334a16bc19af1eace688f8b122b',NULL,NULL,0); +INSERT INTO blocks VALUES(310698,'ab4521982489ec4c2011e8f374ab83f249eeee42f51009b1b5647b998d854c53',310698000,'e4dd38ae1fe02d009d84128937505c9eb9f807fa5dea74e77a3a438f12a2bbeb','7c6eabb5934f99aae5c32cae53addec2fa66ba2e5b8a2801d29cccb0f1028b93','9d6bd77afd6863f8a38362aa908ea20bf54859de26b02d8b917ccc23b742caff',NULL,NULL,0); +INSERT INTO blocks VALUES(310699,'3f34102183af409ce39d0ebd3be002cc38e973a0b3492fc9c1e0dd5813941d1d',310699000,'5f578b303590202d182d2d126fc4ddfe614fada16ec33eda05e493c414f405e2','4c177e0da421e1833233d147c1ecd5aee21da2897ffbd1baa139320820587226','32d7740d1b26500bfca1a361a67a39f362e25fee60830911a76b9a4200832ba4',NULL,NULL,0); +INSERT INTO blocks VALUES(310700,'4f928d25664bb6ac693dd70e408dedc257abcd4cfb1f7ab6fabd8970cb663fa5',310700000,'fe90eac96beabb7e5313f8d3466a3e9e862318e51eafc3df5ebddd67c7174568','1d5586274427145daa34ab7839453930fdac69521c32c6e77d4947d03d157359','0734a8a00cccf16b9cf91f66506f854fdd632743c57b1f374f87ff1ea89c417f',NULL,NULL,0); +INSERT INTO blocks VALUES(310701,'9e2377aa8ebc26294dce0ed34dc1a071c67505a0cea36e0bec20d9ab0997f6e1',310701000,'93f52d9dd1fe1606a1aa38ce4f00210ffacd37118495ec3a06fbbadc57b2deb4','724404753d10775f47ff861186fa24a13eaf71cb0e59b628103f36d38cc80d7d','42fc1b35f152acf8dcfa7f2e8bdf73e3374b4b66db6eef2088982e9a7e5b3923',NULL,NULL,0); +INSERT INTO blocks VALUES(310702,'69cb443673c221a8e157d61707d52cf980c87faf5c3b31a5850ff43be70883c8',310702000,'66d9f92af4ee7422f6198541304c23dd776032a3b7680a88c99f57c747a8fe93','689d74dfb418e1674e6892afa5e865f45ea1c9ee9aebe930fab6e967cf8486f3','81ca8221cc4c42a83952477e0cd44cb4f3df363967afa49eec760b76c3aa803d',NULL,NULL,0); +INSERT INTO blocks VALUES(310703,'b8b21ab596ed7ad84e449d098c04d86cbb6623c5e88af7772166882efbd91218',310703000,'fa9be6ec83c14604fbeede79c09404102eda193852f3c1965672bdbc07651bbf','ead5543d5ba4a13c6b7b09e468becc6ea499acf2a5cbc9b3e54e1477293760f4','7ade286647e51cb336fb21cd8dd145cbc4720656184297a3a6393251f481d024',NULL,NULL,0); -- Triggers and indices on blocks CREATE INDEX blocks_block_index_block_hash_idx ON blocks (block_index, block_hash) ; -CREATE INDEX blocks_block_index_idx ON blocks (block_index) +CREATE INDEX blocks_ledger_hash_idx ON blocks (ledger_hash) ; COMMIT TRANSACTION; @@ -752,82 +752,81 @@ CREATE TABLE transactions( data BLOB, supported BOOL DEFAULT 1, utxos_info TEXT, + transaction_type TEXT, FOREIGN KEY (block_index, block_hash) REFERENCES blocks(block_index, block_hash), PRIMARY KEY (tx_index, tx_hash, block_index)); -INSERT INTO transactions VALUES(1,'6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597',310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' e965dde6f8fa939677cb1bc28921cd98418e212f3468c9f6ea39baa1e8cd69a5:0 2 '); -INSERT INTO transactions VALUES(2,'1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1',310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'00000014000000A25BE34B66000000174876E800010000000000000000000F446976697369626C65206173736574',1,' ae7a3edc95c2e5ecf013374d39915de4bbf5d98934bc7e53b00016267f8ffba0:0 2 '); -INSERT INTO transactions VALUES(3,'7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584',310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'000000140006CAD8DC7F0B6600000000000003E800000000000000000000124E6F20646976697369626C65206173736574',1,' 8fb1fec9946e548cd74122788c45f37b6873122b928bd954eb2627431330109f:0 2 '); -INSERT INTO transactions VALUES(4,'c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140',310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001400000003C58E5C5600000000000003E8010000000000000000000E43616C6C61626C65206173736574',1,' 197757033ba3a2af71a130f72a01bf9e713cb2cb17ee850e185fee521367f79f:0 2 '); -INSERT INTO transactions VALUES(5,'90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da',310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001400000000082C82E300000000000003E8010000000000000000000C4C6F636B6564206173736574',1,' 44f67ff70959390fbdff00651b7e71c39fc3f62166cb58002a0d937c4e6a5fa1:0 2 '); -INSERT INTO transactions VALUES(6,'344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc',310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001400000000082C82E3000000000000000001000000000000000000044C4F434B',1,' 2ec530be8ec42b1234d8c7c9556d67f74045c393436b20b0017629f1a1ac75c1:0 2 '); -INSERT INTO transactions VALUES(7,'4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8',310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000005F5E100000000A25BE34B660000000005F5E10007D00000000000000000',1,' 5009038eb2a30367602fab49886139c968cc731cd60a9a4fd0828313e1b9d6f6:0 2 '); -INSERT INTO transactions VALUES(8,'6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753',310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'00000000000000A25BE34B660000000005F5E100',1,' e4f8185447ffc9855e5612f86564524dfab31a25b7623168812771ac938e71dc:0 3 '); -INSERT INTO transactions VALUES(9,'4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43',310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'0000000000000000000000010000000005F5E100',1,' 4d137354d5136c5884ac767ceee7988e41538760b29b37d028c0ea9d5273493b:0 3 '); -INSERT INTO transactions VALUES(10,'21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b',310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000005F5E100000000A25BE34B660000000005F5E10007D00000000000000000',1,' 70ab525dff715d2bd93627834fe7ad516c451d4c6dcd89abe0fe491c480eb404:0 2 '); -INSERT INTO transactions VALUES(11,'1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a',310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000005F5E100000000000000000000000000000F424007D000000000000DBBA0',1,' 8e4daab9ae8909b2ed524fa98a8c366ea2bca0435cd0b4f040307763fdeb103c:0 2 '); -INSERT INTO transactions VALUES(12,'a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6',310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,1000000,X'0000000A000000000000000000000000000A2C2B00000000000000010000000005F5E10007D00000000000000000',1,' ee3525a59635e10bfd65f7427a6c352b496d1fd5812c86cc58e869cf412bb92a:0 2 '); -INSERT INTO transactions VALUES(13,'698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6',310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'0000000000000000000000010000000011E1A300',1,' 07ff616bbc8b38f81525d5a1f5b9ce7efedf7eaf2741147cb430736defaf36e5:0 3 '); -INSERT INTO transactions VALUES(14,'0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132',310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000000000000A25BE34B66000000003B9ACA00',1,' 1bfb8255970fbb3505460f9f0785a34c3b27cd6ba34e32f2ce894ffbcf9a456f:0 3 '); -INSERT INTO transactions VALUES(15,'1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a',310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'000000000006CAD8DC7F0B660000000000000005',1,' a904fa34fd5e99a8d23ddfacbaec581049046fc39b1312524f8bb1f360bc247d:0 3 '); -INSERT INTO transactions VALUES(16,'e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c',310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'000000000006CAD8DC7F0B66000000000000000A',1,' 3bb0f340541ec86bfd17e4e6986ff9b2a01c78ecbf56c101ff05e9efcd95edda:0 3 '); -INSERT INTO transactions VALUES(17,'bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39',310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'000000140000000000033A3E7FFFFFFFFFFFFFFF01000000000000000000104D6178696D756D207175616E74697479',1,' 698b18eb14570c608acf7b9e351e5b1d3353707389b4110a9867528c6d3227d7:0 2 '); -INSERT INTO transactions VALUES(18,'d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af',310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001E52BB33003FF0000000000000004C4B4009556E69742054657374',1,' 1ceafa5cf74dad4bec8743acfce55133c738983261683a81c12be457f7574126:0 2 '); -INSERT INTO transactions VALUES(19,'f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660',310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','',0,6800,X'0000001E4CC552003FF000000000000000000000046C6F636B',1,' 903a01ed1551bf31dc75cf04f61fc8bdb026a32e9cf6c41cd593f75f27b140b1:0 2 '); -INSERT INTO transactions VALUES(20,'2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1',310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000152BB3301000000000000000900000000000000090000000000000000000013B000000064',1,' f9cc41abbb83104f119fe8377e0e52afa0bf3633d6a2920aa31634e0a1c762a0:0 3 '); -INSERT INTO transactions VALUES(21,'5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93',310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000052BB3301000000000000000900000000000000090000000000000000000013B000000064',1,' aa32016e80f13c7f7c33dc29f0e55add7f2ca7413181a20010c7ef10b5096ee8:0 3 '); -INSERT INTO transactions VALUES(102,'db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e',310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000352BB33C8000000000000000A000000000000000A0000000000000000000013B0000003E8',1,' 9a2d6e0a308c51d19210c34cd281c137feb827817292a20fd89947d9f54f0c0c:0 3 '); -INSERT INTO transactions VALUES(103,'16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae',310102,'11e25883fd0479b78ddb1953ef67e3c3d1ffc82bd1f9e918a75c2194f7137f99',310102000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001E52BB33023FF0000000000000004C4B4009556E69742054657374',1,' 4b317043028e713c70f522e12ab72382edf1a48d6a67bf3393ee26da8cf9fb90:0 2 '); -INSERT INTO transactions VALUES(104,'65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b',310103,'559a208afea6dd27b8bfeb031f1bd8f57182dcab6cf55c4089a6c49fb4744f17',310103000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,-99994375,X'',1,' 821f962302723b1a4ab64c65e524c29632f30a012bf18665c0855fbb0f78ed53:0 2 '); -INSERT INTO transactions VALUES(105,'95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff',310104,'55b82e631b61d22a8524981ff3b5e3ab4ad7b732b7d1a06191064334b8f2dfd2',310104000,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,-99994375,X'',1,' 9efe94426d6e49d4e7b67bcd286ce37ceffd47a3f0bdaa46b80c01c6889f1193:0 2 '); -INSERT INTO transactions VALUES(106,'e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa',310105,'1d72cdf6c4a02a5f973e6eaa53c28e9e13014b4f5bb13f91621a911b27fe936a',310105000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,-99994375,X'',1,' 3a91865c4a517ee738f5c8902090a114154d58d803b37bef42807865bf48459f:0 2 '); -INSERT INTO transactions VALUES(107,'bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3',310106,'9d39cbe8c8a5357fc56e5c2f95bf132382ddad14cbc8abd54e549d58248140ff',310106000,'mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK','mvCounterpartyXXXXXXXXXXXXXXW24Hef',10000,5625,X'',1,' fe2449e23978b80baee7633ef2ab704a37529d403266f9b693f3f1aa07249fad:0 2 '); -INSERT INTO transactions VALUES(108,'9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec',310107,'51cc04005e49fa49e661946a0e147240b0e5aac174252c96481ab7ddd5487435',310107000,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','',0,6150,X'0000000C000000000000000100000000000000640000000000000064000000000000006400',1,' 0d0a81d2d4d968ef22210e6798d3b734533e622c737710424461d4f27a147787:1 2 '); -INSERT INTO transactions VALUES(109,'93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73',310108,'8f2d3861aa42f8e75dc14a23d6046bd89feef0d81996b6e1adc2a2828fbc8b34',310108000,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','mvCounterpartyXXXXXXXXXXXXXXW24Hef',31000000,5625,X'',1,' 698f4b5636478cf8f4ac24271541ff18b31286c24d5ff42854f9d34403ff538b:0 2 '); -INSERT INTO transactions VALUES(110,'e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e',310109,'d23aaaae55e6a912eaaa8d20fe2a9ad4819fe9dc1ed58977265af58fad89d8f9',310109000,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','',0,6800,X'0000001400078A8FE2E5E44100000000000003E8000000000000000000001050534820697373756564206173736574',1,' c66679493b0d66dbb6c65f17748c442797b769673fc2ca89496287401aa851f8:0 2 '); -INSERT INTO transactions VALUES(111,'f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7',310110,'cecc8e4791bd3081995bd9fd67acb6b97415facfd2b68f926a70b22d9a258382',310110000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy',5430,7650,X'00000000000000A25BE34B660000000005F5E100',1,' fe9dc5e0401532d0c1a8399c2769c94b0ea5970138d17183c2b4a8bc2291657b:0 3 '); -INSERT INTO transactions VALUES(112,'510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186',310111,'fde71b9756d5ba0b6d8b230ee885af01f9c4461a55dbde8678279166a21b20ae',310111000,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','',0,5975,X'0000001E52BB33023FF0000000000000004C4B4009556E69742054657374',1,' 3e05914816765cb9e05efd1b4a8507bd91f137ea53972ed574c2f3516d60e693:1 2 '); -INSERT INTO transactions VALUES(113,'d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048',310112,'5b06f69bfdde1083785cf68ebc2211b464839033c30a099d3227b490bf3ab251',310112000,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy',5430,7124,X'00000028000352BB33C8000000000000000A000000000000000A0000000000000000000013B0000003E8',1,' 2b8ff8acc005180c18db9b7cfaff02dad8b718ad57cf07765b4f487c590115e4:0 3 1'); -INSERT INTO transactions VALUES(114,'34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63',310113,'63914cf376d3076b697b9234810dfc084ed5a885d5cd188dd5462560da25d5e7',310113000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','',0,6800,X'00000014000038FEDF6D2C6900000000000003E8010000000000000000000C4C6F636B6564206173736574',1,' 7a0db8ce3cc72919ce5a881e236bbe2d17ec93656fd143f35dcf266f6e7927df:0 2 '); -INSERT INTO transactions VALUES(115,'025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2',310114,'24fc2dded4f811eff58b32cda85d90fb5773e81b9267e9a03c359bc730d82283',310114000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','',0,6800,X'00000014000038FEDF6D2C69000000000000000001000000000000000000044C4F434B',1,' a644ff7ee03e6bcb1e65ed12dad81f81aea732a816cba067c1ccc46e6f33208a:0 2 '); -INSERT INTO transactions VALUES(116,'4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb',310115,'a632d67ff5f832fe9c3c675f855f08a4969c6d78c0211e71b2a24fe04be5656a',310115000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','',0,6800,X'00000014000038FEDF6D2C69000000000000000001000000000000000000076368616E676564',1,' 61a5ae9a2fb6cd6fceaa407a654714fccd5a9b676bbf03c5844fe8e39a86b55b:0 2 '); -INSERT INTO transactions VALUES(117,'27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9',310116,'8495ba36b331473c4f3529681a118a4cc4fa4d51cd9b8dccb1f13e5ef841dd84',310116000,'tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 44d8f4bdcbb68b5ab982ef086162b2bd8d82136ef56e8536c75a835cd9fc5450:0 2 '); -INSERT INTO transactions VALUES(482,'b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5',310481,'db37d8f98630ebc61767736ae2c523e4e930095bf54259c01de4d36fd60b6f4a',310481000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6375,X'0000000200000000000000010000000005F5E1006F8D6AE8A3B381663118B4E1EFF4CFC7D0954DD6EC68656C6C6F',1,' bfa2498c61a5ab493924ae30e1755b76e3aa56a149551f72c198302f4bb72514:1 2 '); -INSERT INTO transactions VALUES(483,'c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34',310482,'2e27db87dfb6439c006637734e876cc662d1ca74c717756f90f0e535df0787d6',310482000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,6350,X'0000000200000000000000010000000005F5E1006F4838D8B3588C4C7BA7C1D06F866E9B3739C63037FADE0001',1,' 2ebe132dfa9d25726c0cae96e32a1f4bb92cfaae285a740dd1a21e1e1586e15b:1 2 '); -INSERT INTO transactions VALUES(487,'3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14',310486,'d4fbe610cc60987f2d1d35c7d8ad3ce32156ee5fe36ef8cc4f08b46836388862',310486000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','',0,6800,X'0000001E52BB33003FF0000000000000004C4B4009556E69742054657374',1,' 6b8d0b2f14d76925018d55a2b0948e66cb67a99678b9ae8026797948ca974cd8:0 2 '); -INSERT INTO transactions VALUES(488,'41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef',310487,'32aa1b132d0643350bbb62dbd5f38ae0c270d8f491a2012c83b99158d58e464f',310487000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM',5430,7650,X'00000028000152BB3301000000000000000900000000000000090000000000000000000013B000000064',1,' ed3fb8c01061ce068ac9758e33c6cb9f8f76d0173fa9cd0a2f1d06dd0452296f:0 3 '); -INSERT INTO transactions VALUES(489,'870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638',310488,'80b8dd5d7ce2e4886e6721095b892a39fb699980fe2bc1c17e747f822f4c4b1b',310488000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','',0,6800,X'0000001E52BB33023FF000000000000000000000096F7074696F6E732030',1,' 66afb5bf48c426a8f871e9c6db4b8f48db8c473f9757dcdf75d71d6231c2ef9e:0 2 '); -INSERT INTO transactions VALUES(490,'685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1',310489,'2efdb36f986b3e3ccc6cc9b0c1c3cdcb07429fb43cbc0cc3b6c87d1b33f258b6',310489000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','',0,6800,X'0000001E52BB33033FF000000000000000000000046C6F636B',1,' 147f338cda56d39f102fd4ec014961e482a2ca4f7b8c419c368e6147b87dca09:0 2 '); -INSERT INTO transactions VALUES(491,'7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af',310490,'e2cb04b8a7368c95359c9d5ff33e64209200fb606de0d64b7c0f67bb1cb8d87c',310490000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','',0,6800,X'0000001E52BB33043FF000000000000000000000096F7074696F6E732031',1,' dd5471d13ce574963ee0c49f77de65c6161dfa81e4d137e75f4402ea687a75ad:0 2 '); -INSERT INTO transactions VALUES(492,'74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498',310491,'811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16',310491000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000005F5E100000000000000000000000000000C350007D000000000000DBBA0',1,' 34ddf77d56739516eec4be2cef26c823380845834393dcedc8c06c184b55463b:0 2 '); -INSERT INTO transactions VALUES(493,'1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81',310492,'8a09b2faf0a7ad67eb4ab5c948b9769fc87eb2ec5e16108f2cde8bd9e6cf7607',310492000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,1000000,X'0000000A000000000000000000000000000C350000000000000000010000000005F5E10007D00000000000000000',1,' 01435600d3eb8a5196ce2321b423a1c1cd395c14c4144c1f5fc378d9f81029f7:0 2 '); -INSERT INTO transactions VALUES(494,'c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a',310493,'c19e2915b750279b2be4b52e57e5ce29f63dffb4e14d9aad30c9e820affc0cbf',310493000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 55bf39bd1c04f6c3d17d6449db501f6723412e38bf91419334b985175ed7a7db:0 2 '); -INSERT INTO transactions VALUES(495,'321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503',310494,'7dda1d3e12785313d5651ee5314d0aecf17588196f9150b10c55695dbaebee5d',310494000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','',0,6800,X'00000014000000063E985FFD00000000000000640100000000000000000000',1,' 1b0e761450063df114e0779bde3146b1a32ded225c76632be83c753ee1749ceb:0 2 '); -INSERT INTO transactions VALUES(496,'02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e',310495,'4769aa7030f28a05a137a85ef4ee0c1765c37013773212b93ec90f1227168b67',310495000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj',5430,7650,X'00000000000000063E985FFD000000000000000A',1,' 968efa9a1142fdc8e129ca7f89453f84ba195ed950db191b2f502114b000ea75:0 3 '); -INSERT INTO transactions VALUES(497,'a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba',310496,'65884816927e8c566655e85c07bc2bc2c7ee26e625742f219939d43238fb31f8',310496000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj',5430,7650,X'00000000000000000000000100000015A4018C1E',1,' 2a460887da5c0bc81f5caf284edc0d1a6ffb001c66f6a9124b386d3b2f6bff73:0 3 '); -INSERT INTO transactions VALUES(498,'076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f',310497,'f1118591fe79b8bf52ccf0c5de9826bfd266b1fdc24b44676cf22bbcc76d464e',310497000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6300,X'00000014000000000AA4097D0000000005F5E100010000000000000000000C506172656E74206173736574',1,' fccea6e9a0ad88c0b3a93594e176a9226095acdad38b63daabbdfe96737b8bf7:1 2 '); -INSERT INTO transactions VALUES(499,'0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf',310498,'b7058b6d1ddc325a10bf33144937e06ce6025215b416518ae120da9440ae279e',310498000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6550,X'0000001501530821671B10650000000005F5E10001108E90A57DBA9967C422E83080F22F0C684368696C64206F6620706172656E74',1,' 0c2cc9e9cdd3a29c7a2fcd38a68d409c4c03ff78456fde49595d8fdfd6110b67:1 2 '); -INSERT INTO transactions VALUES(500,'a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce',310499,'1950e1a4d7fc820ed9603f6df6819c3c953c277c726340dec2a4253e261a1764',310499000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6300,X'5A46524545464149524D494E7C7C307C317C31307C307C307C307C307C307C307C307C307C307C307C317C',1,' 3c3cf4ecfbafac833fe6d141c3dd3a3a1f544da16513e14f2f3c344f443ae035:1 2 '); -INSERT INTO transactions VALUES(501,'13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe',310500,'54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b',310500000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6300,X'5A50414944464149524D494E7C7C31307C317C307C307C307C307C307C307C307C307C307C307C307C317C',1,' 63d204e6d293e32c74a4cab23f13a26ea8de60e9a5ff37959c992f1661848043:1 2 '); -INSERT INTO transactions VALUES(502,'d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67',310501,'9d9019d15a1d878f2c39c7e3de4340a043a4a31aebb298acdf8e913284ae26ba',310501000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,5575,X'5B46524545464149524D494E7C30',1,' fe9a0647adff98bcc8289f2d6178db687d99be439cb64a1c8ae89d325552fd38:1 2 '); -INSERT INTO transactions VALUES(503,'9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1',310502,'b5a4cd1270bc437e909d9569079ad17437a65822ee9e4c378670732a1430ed67',310502000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6375,X'5A52414944464149524D494E7C7C31307C317C31307C33307C32307C307C307C307C307C307C307C307C307C317C',1,' c5ae7746f5282db0e11d580db3006fc6ff2e1b895e1513dbb4586343e08df687:1 2 '); -INSERT INTO transactions VALUES(504,'c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7',310503,'219e9a113a7c66443183171e389bfd5eaf957f5b8ab825358d72fa8e0cc8c16c',310503000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6675,X'5A51414944464149524D494E7C7C31307C317C307C35307C32307C307C307C32307C3430303030307C35303030303030307C307C307C307C317C',1,' 3e7d029e0751dbdd5853f91b6e28f8df6b1b940ace7b8723d459905df4e0ef9c:1 2 '); -INSERT INTO transactions VALUES(505,'0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9',310504,'0b123f4e535bb92fed07632e107813b9a399cb6f6d9ef629d303e9df3d71ad25',310504000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,8825,X'5A413136303336313238353739323733333732397C7C31307C317C307C35307C32307C307C307C32307C3331303532307C33303030303030307C307C317C317C317C736F6674636170206465736372697074696F6E',1,' a827b0538f335c6416477786ef827c5bf52bb1bfa20053209d5b788d18b8e16c:0 3 '); -INSERT INTO transactions VALUES(506,'6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8',310505,'dabd8046821297bd7071117defef365b4384c3ad338a8fa206bae85593958a6a',310505000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,5800,X'5B413136303336313238353739323733333732397C3130',1,' f1a22cd5df828fe94c328ca0c39fd1120b98dcc333b2d1ac95465b4bc2a2ace1:1 2 '); -INSERT INTO transactions VALUES(507,'ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18',310506,'9a7512bd957b110f23c37a6673cd0fd7342f0cf96b44f990e66ac7d5cbb8448c',310506000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,5800,X'5B413136303336313238353739323733333732397C3230',1,' 33b22f767d86a1375935576b0b0b76fee0c080ab5dd4e8d9aa27537df84abef2:1 2 '); -INSERT INTO transactions VALUES(508,'c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02',310507,'015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93',310507000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'655843507C3130307C',1,' e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0 3 '); -INSERT INTO transactions VALUES(509,'a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726',310508,'40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf',310508000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'65444956495349424C457C317C',1,' 74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0 3 '); -INSERT INTO transactions VALUES(510,'01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1',310509,'4f1c6484120b93634712add03ac12eda4d241ec5132c3108c49c92fb46e8faee',310509000,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','',0,6800,X'0000001400000023DED9AAEB00000000000003E80000000000000000000015546573742064697370656E73657273206173736574',1,' 5b13a8589b5a02abddc9156a2efc53713161a23bc1d149f909dcc079ea9c3af5:0 2 '); -INSERT INTO transactions VALUES(511,'af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e',310510,'b2d5e400178d7b2ea52884e3a090fe11874c83d63c342218161a6e666f084fb2',310510000,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','',0,6150,X'0000000C00000023DED9AAEB00000000000000640000000000000064000000000000006400',1,' b44885994dea259ac03a7c7b46076e05cd217a9f465d8f7c7be9cc831ba47291:1 2 '); +INSERT INTO transactions VALUES(1,'6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597',310000,'505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c',310000000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' e965dde6f8fa939677cb1bc28921cd98418e212f3468c9f6ea39baa1e8cd69a5:0 2 ',NULL); +INSERT INTO transactions VALUES(2,'1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1',310001,'3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e',310001000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'00000014000000A25BE34B66000000174876E800010000000000000000000F446976697369626C65206173736574',1,' ae7a3edc95c2e5ecf013374d39915de4bbf5d98934bc7e53b00016267f8ffba0:0 2 ',NULL); +INSERT INTO transactions VALUES(3,'7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584',310002,'fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964',310002000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'000000140006CAD8DC7F0B6600000000000003E800000000000000000000124E6F20646976697369626C65206173736574',1,' 8fb1fec9946e548cd74122788c45f37b6873122b928bd954eb2627431330109f:0 2 ',NULL); +INSERT INTO transactions VALUES(4,'c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140',310003,'d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a',310003000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001400000003C58E5C5600000000000003E8010000000000000000000E43616C6C61626C65206173736574',1,' 197757033ba3a2af71a130f72a01bf9e713cb2cb17ee850e185fee521367f79f:0 2 ',NULL); +INSERT INTO transactions VALUES(5,'90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da',310004,'60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615',310004000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001400000000082C82E300000000000003E8010000000000000000000C4C6F636B6564206173736574',1,' 44f67ff70959390fbdff00651b7e71c39fc3f62166cb58002a0d937c4e6a5fa1:0 2 ',NULL); +INSERT INTO transactions VALUES(6,'344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc',310005,'8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a',310005000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001400000000082C82E3000000000000000001000000000000000000044C4F434B',1,' 2ec530be8ec42b1234d8c7c9556d67f74045c393436b20b0017629f1a1ac75c1:0 2 ',NULL); +INSERT INTO transactions VALUES(7,'4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8',310006,'bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb',310006000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000005F5E100000000A25BE34B660000000005F5E10007D00000000000000000',1,' 5009038eb2a30367602fab49886139c968cc731cd60a9a4fd0828313e1b9d6f6:0 2 ',NULL); +INSERT INTO transactions VALUES(8,'6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753',310007,'10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b',310007000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'00000000000000A25BE34B660000000005F5E100',1,' e4f8185447ffc9855e5612f86564524dfab31a25b7623168812771ac938e71dc:0 3 ',NULL); +INSERT INTO transactions VALUES(9,'4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43',310008,'47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33',310008000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'0000000000000000000000010000000005F5E100',1,' 4d137354d5136c5884ac767ceee7988e41538760b29b37d028c0ea9d5273493b:0 3 ',NULL); +INSERT INTO transactions VALUES(10,'21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b',310009,'4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0',310009000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000005F5E100000000A25BE34B660000000005F5E10007D00000000000000000',1,' 70ab525dff715d2bd93627834fe7ad516c451d4c6dcd89abe0fe491c480eb404:0 2 ',NULL); +INSERT INTO transactions VALUES(11,'1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a',310010,'a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042',310010000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000005F5E100000000000000000000000000000F424007D000000000000DBBA0',1,' 8e4daab9ae8909b2ed524fa98a8c366ea2bca0435cd0b4f040307763fdeb103c:0 2 ',NULL); +INSERT INTO transactions VALUES(12,'a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6',310011,'8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb',310011000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,1000000,X'0000000A000000000000000000000000000A2C2B00000000000000010000000005F5E10007D00000000000000000',1,' ee3525a59635e10bfd65f7427a6c352b496d1fd5812c86cc58e869cf412bb92a:0 2 ',NULL); +INSERT INTO transactions VALUES(13,'698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6',310012,'cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677',310012000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'0000000000000000000000010000000011E1A300',1,' 07ff616bbc8b38f81525d5a1f5b9ce7efedf7eaf2741147cb430736defaf36e5:0 3 ',NULL); +INSERT INTO transactions VALUES(14,'0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132',310013,'0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61',310013000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'00000000000000A25BE34B66000000003B9ACA00',1,' 1bfb8255970fbb3505460f9f0785a34c3b27cd6ba34e32f2ce894ffbcf9a456f:0 3 ',NULL); +INSERT INTO transactions VALUES(15,'1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a',310014,'85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f',310014000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',5430,7650,X'000000000006CAD8DC7F0B660000000000000005',1,' a904fa34fd5e99a8d23ddfacbaec581049046fc39b1312524f8bb1f360bc247d:0 3 ',NULL); +INSERT INTO transactions VALUES(16,'e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c',310015,'4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922',310015000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2',1000,7650,X'000000000006CAD8DC7F0B66000000000000000A',1,' 3bb0f340541ec86bfd17e4e6986ff9b2a01c78ecbf56c101ff05e9efcd95edda:0 3 ',NULL); +INSERT INTO transactions VALUES(17,'bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39',310016,'99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9',310016000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'000000140000000000033A3E7FFFFFFFFFFFFFFF01000000000000000000104D6178696D756D207175616E74697479',1,' 698b18eb14570c608acf7b9e351e5b1d3353707389b4110a9867528c6d3227d7:0 2 ',NULL); +INSERT INTO transactions VALUES(18,'d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af',310017,'8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3',310017000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001E52BB33003FF0000000000000004C4B4009556E69742054657374',1,' 1ceafa5cf74dad4bec8743acfce55133c738983261683a81c12be457f7574126:0 2 ',NULL); +INSERT INTO transactions VALUES(19,'f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660',310018,'35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3',310018000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','',0,6800,X'0000001E4CC552003FF000000000000000000000046C6F636B',1,' 903a01ed1551bf31dc75cf04f61fc8bdb026a32e9cf6c41cd593f75f27b140b1:0 2 ',NULL); +INSERT INTO transactions VALUES(20,'2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1',310019,'114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294',310019000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000152BB3301000000000000000900000000000000090000000000000000000013B000000064',1,' f9cc41abbb83104f119fe8377e0e52afa0bf3633d6a2920aa31634e0a1c762a0:0 3 ',NULL); +INSERT INTO transactions VALUES(21,'5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93',310020,'d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9',310020000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000052BB3301000000000000000900000000000000090000000000000000000013B000000064',1,' aa32016e80f13c7f7c33dc29f0e55add7f2ca7413181a20010c7ef10b5096ee8:0 3 ',NULL); +INSERT INTO transactions VALUES(102,'db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e',310101,'369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6',310101000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',5430,7650,X'00000028000352BB33C8000000000000000A000000000000000A0000000000000000000013B0000003E8',1,' 9a2d6e0a308c51d19210c34cd281c137feb827817292a20fd89947d9f54f0c0c:0 3 ',NULL); +INSERT INTO transactions VALUES(103,'16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae',310102,'11e25883fd0479b78ddb1953ef67e3c3d1ffc82bd1f9e918a75c2194f7137f99',310102000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000001E52BB33023FF0000000000000004C4B4009556E69742054657374',1,' 4b317043028e713c70f522e12ab72382edf1a48d6a67bf3393ee26da8cf9fb90:0 2 ',NULL); +INSERT INTO transactions VALUES(104,'65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b',310103,'559a208afea6dd27b8bfeb031f1bd8f57182dcab6cf55c4089a6c49fb4744f17',310103000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,-99994375,X'',1,' 821f962302723b1a4ab64c65e524c29632f30a012bf18665c0855fbb0f78ed53:0 2 ',NULL); +INSERT INTO transactions VALUES(105,'95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff',310104,'55b82e631b61d22a8524981ff3b5e3ab4ad7b732b7d1a06191064334b8f2dfd2',310104000,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,-99994375,X'',1,' 9efe94426d6e49d4e7b67bcd286ce37ceffd47a3f0bdaa46b80c01c6889f1193:0 2 ',NULL); +INSERT INTO transactions VALUES(106,'e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa',310105,'1d72cdf6c4a02a5f973e6eaa53c28e9e13014b4f5bb13f91621a911b27fe936a',310105000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,-99994375,X'',1,' 3a91865c4a517ee738f5c8902090a114154d58d803b37bef42807865bf48459f:0 2 ',NULL); +INSERT INTO transactions VALUES(107,'bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3',310106,'9d39cbe8c8a5357fc56e5c2f95bf132382ddad14cbc8abd54e549d58248140ff',310106000,'mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK','mvCounterpartyXXXXXXXXXXXXXXW24Hef',10000,5625,X'',1,' fe2449e23978b80baee7633ef2ab704a37529d403266f9b693f3f1aa07249fad:0 2 ',NULL); +INSERT INTO transactions VALUES(108,'9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec',310107,'51cc04005e49fa49e661946a0e147240b0e5aac174252c96481ab7ddd5487435',310107000,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','',0,6150,X'0000000C000000000000000100000000000000640000000000000064000000000000006400',1,' 0d0a81d2d4d968ef22210e6798d3b734533e622c737710424461d4f27a147787:1 2 0',NULL); +INSERT INTO transactions VALUES(109,'93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73',310108,'8f2d3861aa42f8e75dc14a23d6046bd89feef0d81996b6e1adc2a2828fbc8b34',310108000,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','mvCounterpartyXXXXXXXXXXXXXXW24Hef',31000000,5625,X'',1,' 698f4b5636478cf8f4ac24271541ff18b31286c24d5ff42854f9d34403ff538b:0 2 ',NULL); +INSERT INTO transactions VALUES(110,'e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e',310109,'d23aaaae55e6a912eaaa8d20fe2a9ad4819fe9dc1ed58977265af58fad89d8f9',310109000,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','',0,6800,X'0000001400078A8FE2E5E44100000000000003E8000000000000000000001050534820697373756564206173736574',1,' c66679493b0d66dbb6c65f17748c442797b769673fc2ca89496287401aa851f8:0 2 ',NULL); +INSERT INTO transactions VALUES(111,'f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7',310110,'cecc8e4791bd3081995bd9fd67acb6b97415facfd2b68f926a70b22d9a258382',310110000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy',5430,7650,X'00000000000000A25BE34B660000000005F5E100',1,' fe9dc5e0401532d0c1a8399c2769c94b0ea5970138d17183c2b4a8bc2291657b:0 3 ',NULL); +INSERT INTO transactions VALUES(112,'510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186',310111,'fde71b9756d5ba0b6d8b230ee885af01f9c4461a55dbde8678279166a21b20ae',310111000,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','',0,5975,X'0000001E52BB33023FF0000000000000004C4B4009556E69742054657374',1,' 3e05914816765cb9e05efd1b4a8507bd91f137ea53972ed574c2f3516d60e693:1 2 0',NULL); +INSERT INTO transactions VALUES(113,'d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048',310112,'5b06f69bfdde1083785cf68ebc2211b464839033c30a099d3227b490bf3ab251',310112000,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy',5430,7124,X'00000028000352BB33C8000000000000000A000000000000000A0000000000000000000013B0000003E8',1,' 2b8ff8acc005180c18db9b7cfaff02dad8b718ad57cf07765b4f487c590115e4:0 3 1',NULL); +INSERT INTO transactions VALUES(114,'34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63',310113,'63914cf376d3076b697b9234810dfc084ed5a885d5cd188dd5462560da25d5e7',310113000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','',0,6800,X'00000014000038FEDF6D2C6900000000000003E8010000000000000000000C4C6F636B6564206173736574',1,' 7a0db8ce3cc72919ce5a881e236bbe2d17ec93656fd143f35dcf266f6e7927df:0 2 ',NULL); +INSERT INTO transactions VALUES(115,'025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2',310114,'24fc2dded4f811eff58b32cda85d90fb5773e81b9267e9a03c359bc730d82283',310114000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','',0,6800,X'00000014000038FEDF6D2C69000000000000000001000000000000000000044C4F434B',1,' a644ff7ee03e6bcb1e65ed12dad81f81aea732a816cba067c1ccc46e6f33208a:0 2 ',NULL); +INSERT INTO transactions VALUES(116,'4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb',310115,'a632d67ff5f832fe9c3c675f855f08a4969c6d78c0211e71b2a24fe04be5656a',310115000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','',0,6800,X'00000014000038FEDF6D2C69000000000000000001000000000000000000076368616E676564',1,' 61a5ae9a2fb6cd6fceaa407a654714fccd5a9b676bbf03c5844fe8e39a86b55b:0 2 ',NULL); +INSERT INTO transactions VALUES(117,'27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9',310116,'8495ba36b331473c4f3529681a118a4cc4fa4d51cd9b8dccb1f13e5ef841dd84',310116000,'tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 44d8f4bdcbb68b5ab982ef086162b2bd8d82136ef56e8536c75a835cd9fc5450:0 2 ',NULL); +INSERT INTO transactions VALUES(482,'b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5',310481,'db37d8f98630ebc61767736ae2c523e4e930095bf54259c01de4d36fd60b6f4a',310481000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6375,X'0000000200000000000000010000000005F5E1006F8D6AE8A3B381663118B4E1EFF4CFC7D0954DD6EC68656C6C6F',1,' bfa2498c61a5ab493924ae30e1755b76e3aa56a149551f72c198302f4bb72514:1 2 0',NULL); +INSERT INTO transactions VALUES(483,'c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34',310482,'2e27db87dfb6439c006637734e876cc662d1ca74c717756f90f0e535df0787d6',310482000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,6350,X'0000000200000000000000010000000005F5E1006F4838D8B3588C4C7BA7C1D06F866E9B3739C63037FADE0001',1,' 2ebe132dfa9d25726c0cae96e32a1f4bb92cfaae285a740dd1a21e1e1586e15b:1 2 0',NULL); +INSERT INTO transactions VALUES(487,'3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14',310486,'d4fbe610cc60987f2d1d35c7d8ad3ce32156ee5fe36ef8cc4f08b46836388862',310486000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','',0,6800,X'0000001E52BB33003FF0000000000000004C4B4009556E69742054657374',1,' 6b8d0b2f14d76925018d55a2b0948e66cb67a99678b9ae8026797948ca974cd8:0 2 ',NULL); +INSERT INTO transactions VALUES(488,'41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef',310487,'32aa1b132d0643350bbb62dbd5f38ae0c270d8f491a2012c83b99158d58e464f',310487000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM',5430,7650,X'00000028000152BB3301000000000000000900000000000000090000000000000000000013B000000064',1,' ed3fb8c01061ce068ac9758e33c6cb9f8f76d0173fa9cd0a2f1d06dd0452296f:0 3 ',NULL); +INSERT INTO transactions VALUES(489,'870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638',310488,'80b8dd5d7ce2e4886e6721095b892a39fb699980fe2bc1c17e747f822f4c4b1b',310488000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','',0,6800,X'0000001E52BB33023FF000000000000000000000096F7074696F6E732030',1,' 66afb5bf48c426a8f871e9c6db4b8f48db8c473f9757dcdf75d71d6231c2ef9e:0 2 ',NULL); +INSERT INTO transactions VALUES(490,'685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1',310489,'2efdb36f986b3e3ccc6cc9b0c1c3cdcb07429fb43cbc0cc3b6c87d1b33f258b6',310489000,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','',0,6800,X'0000001E52BB33033FF000000000000000000000046C6F636B',1,' 147f338cda56d39f102fd4ec014961e482a2ca4f7b8c419c368e6147b87dca09:0 2 ',NULL); +INSERT INTO transactions VALUES(491,'7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af',310490,'e2cb04b8a7368c95359c9d5ff33e64209200fb606de0d64b7c0f67bb1cb8d87c',310490000,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','',0,6800,X'0000001E52BB33043FF000000000000000000000096F7074696F6E732031',1,' dd5471d13ce574963ee0c49f77de65c6161dfa81e4d137e75f4402ea687a75ad:0 2 ',NULL); +INSERT INTO transactions VALUES(492,'74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498',310491,'811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16',310491000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6800,X'0000000A00000000000000010000000005F5E100000000000000000000000000000C350007D000000000000DBBA0',1,' 34ddf77d56739516eec4be2cef26c823380845834393dcedc8c06c184b55463b:0 2 ',NULL); +INSERT INTO transactions VALUES(493,'1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81',310492,'8a09b2faf0a7ad67eb4ab5c948b9769fc87eb2ec5e16108f2cde8bd9e6cf7607',310492000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,1000000,X'0000000A000000000000000000000000000C350000000000000000010000000005F5E10007D00000000000000000',1,' 01435600d3eb8a5196ce2321b423a1c1cd395c14c4144c1f5fc378d9f81029f7:0 2 ',NULL); +INSERT INTO transactions VALUES(494,'c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a',310493,'c19e2915b750279b2be4b52e57e5ce29f63dffb4e14d9aad30c9e820affc0cbf',310493000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mvCounterpartyXXXXXXXXXXXXXXW24Hef',62000000,5625,X'',1,' 55bf39bd1c04f6c3d17d6449db501f6723412e38bf91419334b985175ed7a7db:0 2 ',NULL); +INSERT INTO transactions VALUES(495,'321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503',310494,'7dda1d3e12785313d5651ee5314d0aecf17588196f9150b10c55695dbaebee5d',310494000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','',0,6800,X'00000014000000063E985FFD00000000000000640100000000000000000000',1,' 1b0e761450063df114e0779bde3146b1a32ded225c76632be83c753ee1749ceb:0 2 ',NULL); +INSERT INTO transactions VALUES(496,'02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e',310495,'4769aa7030f28a05a137a85ef4ee0c1765c37013773212b93ec90f1227168b67',310495000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj',5430,7650,X'00000000000000063E985FFD000000000000000A',1,' 968efa9a1142fdc8e129ca7f89453f84ba195ed950db191b2f502114b000ea75:0 3 ',NULL); +INSERT INTO transactions VALUES(497,'a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba',310496,'65884816927e8c566655e85c07bc2bc2c7ee26e625742f219939d43238fb31f8',310496000,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj',5430,7650,X'00000000000000000000000100000015A4018C1E',1,' 2a460887da5c0bc81f5caf284edc0d1a6ffb001c66f6a9124b386d3b2f6bff73:0 3 ',NULL); +INSERT INTO transactions VALUES(498,'076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f',310497,'f1118591fe79b8bf52ccf0c5de9826bfd266b1fdc24b44676cf22bbcc76d464e',310497000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6300,X'00000014000000000AA4097D0000000005F5E100010000000000000000000C506172656E74206173736574',1,' fccea6e9a0ad88c0b3a93594e176a9226095acdad38b63daabbdfe96737b8bf7:1 2 0',NULL); +INSERT INTO transactions VALUES(499,'0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf',310498,'b7058b6d1ddc325a10bf33144937e06ce6025215b416518ae120da9440ae279e',310498000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6550,X'0000001501530821671B10650000000005F5E10001108E90A57DBA9967C422E83080F22F0C684368696C64206F6620706172656E74',1,' 0c2cc9e9cdd3a29c7a2fcd38a68d409c4c03ff78456fde49595d8fdfd6110b67:1 2 0',NULL); +INSERT INTO transactions VALUES(500,'a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce',310499,'1950e1a4d7fc820ed9603f6df6819c3c953c277c726340dec2a4253e261a1764',310499000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6300,X'5A46524545464149524D494E7C7C307C317C31307C307C307C307C307C307C307C307C307C307C307C317C',1,' 3c3cf4ecfbafac833fe6d141c3dd3a3a1f544da16513e14f2f3c344f443ae035:1 2 0',NULL); +INSERT INTO transactions VALUES(501,'13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe',310500,'54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b',310500000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6300,X'5A50414944464149524D494E7C7C31307C317C307C307C307C307C307C307C307C307C307C307C307C317C',1,' 63d204e6d293e32c74a4cab23f13a26ea8de60e9a5ff37959c992f1661848043:1 2 0',NULL); +INSERT INTO transactions VALUES(502,'d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67',310501,'9d9019d15a1d878f2c39c7e3de4340a043a4a31aebb298acdf8e913284ae26ba',310501000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,5575,X'5B46524545464149524D494E7C30',1,' fe9a0647adff98bcc8289f2d6178db687d99be439cb64a1c8ae89d325552fd38:1 2 0',NULL); +INSERT INTO transactions VALUES(503,'9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1',310502,'b5a4cd1270bc437e909d9569079ad17437a65822ee9e4c378670732a1430ed67',310502000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6375,X'5A52414944464149524D494E7C7C31307C317C31307C33307C32307C307C307C307C307C307C307C307C307C317C',1,' c5ae7746f5282db0e11d580db3006fc6ff2e1b895e1513dbb4586343e08df687:1 2 0',NULL); +INSERT INTO transactions VALUES(504,'c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7',310503,'219e9a113a7c66443183171e389bfd5eaf957f5b8ab825358d72fa8e0cc8c16c',310503000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','',0,6675,X'5A51414944464149524D494E7C7C31307C317C307C35307C32307C307C307C32307C3430303030307C35303030303030307C307C307C307C317C',1,' 3e7d029e0751dbdd5853f91b6e28f8df6b1b940ace7b8723d459905df4e0ef9c:1 2 0',NULL); +INSERT INTO transactions VALUES(505,'0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9',310504,'0b123f4e535bb92fed07632e107813b9a399cb6f6d9ef629d303e9df3d71ad25',310504000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,8825,X'5A413136303336313238353739323733333732397C7C31307C317C307C35307C32307C307C307C32307C3331303532307C33303030303030307C307C317C317C317C736F6674636170206465736372697074696F6E',1,' a827b0538f335c6416477786ef827c5bf52bb1bfa20053209d5b788d18b8e16c:0 3 ',NULL); +INSERT INTO transactions VALUES(506,'6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8',310505,'dabd8046821297bd7071117defef365b4384c3ad338a8fa206bae85593958a6a',310505000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,5800,X'5B413136303336313238353739323733333732397C3130',1,' f1a22cd5df828fe94c328ca0c39fd1120b98dcc333b2d1ac95465b4bc2a2ace1:1 2 0',NULL); +INSERT INTO transactions VALUES(507,'ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18',310506,'9a7512bd957b110f23c37a6673cd0fd7342f0cf96b44f990e66ac7d5cbb8448c',310506000,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','',0,5800,X'5B413136303336313238353739323733333732397C3230',1,' 33b22f767d86a1375935576b0b0b76fee0c080ab5dd4e8d9aa27537df84abef2:1 2 0',NULL); +INSERT INTO transactions VALUES(508,'f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30',310507,'015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93',310507000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',10000,7650,X'655843507C3130307C',1,' 57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0 3 ',NULL); +INSERT INTO transactions VALUES(509,'6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881',310508,'40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf',310508000,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',10000,7650,X'65444956495349424C457C317C',1,' b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0 3 ',NULL); +INSERT INTO transactions VALUES(510,'01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1',310509,'4f1c6484120b93634712add03ac12eda4d241ec5132c3108c49c92fb46e8faee',310509000,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','',0,6800,X'0000001400000023DED9AAEB00000000000003E80000000000000000000015546573742064697370656E73657273206173736574',1,' 5b13a8589b5a02abddc9156a2efc53713161a23bc1d149f909dcc079ea9c3af5:0 2 ',NULL); +INSERT INTO transactions VALUES(511,'af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e',310510,'b2d5e400178d7b2ea52884e3a090fe11874c83d63c342218161a6e666f084fb2',310510000,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','',0,6150,X'0000000C00000023DED9AAEB00000000000000640000000000000064000000000000006400',1,' b44885994dea259ac03a7c7b46076e05cd217a9f465d8f7c7be9cc831ba47291:1 2 0',NULL); -- Triggers and indices on transactions -CREATE INDEX transactions_block_index_idx ON transactions (block_index) - ; CREATE INDEX transactions_block_index_tx_index_idx ON transactions (block_index, tx_index) ; CREATE INDEX transactions_source_idx ON transactions (source) ; -CREATE INDEX transactions_tx_hash_idx ON transactions (tx_hash) +CREATE INDEX transactions_transaction_type_idx ON transactions (transaction_type) ; -CREATE INDEX transactions_tx_index_idx ON transactions (tx_index) +CREATE INDEX transactions_tx_hash_idx ON transactions (tx_hash) ; CREATE INDEX transactions_tx_index_tx_hash_block_index_idx ON transactions (tx_index, tx_hash, block_index) ; @@ -958,9 +957,9 @@ INSERT INTO balances VALUES('mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A1603612857927 INSERT INTO balances VALUES('mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A160361285792733729',30,310506,507,NULL,NULL); INSERT INTO balances VALUES('mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A160361285792733729',50,310506,0,NULL,NULL); INSERT INTO balances VALUES('mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','XCP',91674999900,310507,508,NULL,NULL); -INSERT INTO balances VALUES(NULL,'XCP',100,310507,508,'e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); +INSERT INTO balances VALUES(NULL,'XCP',100,310507,508,'57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); INSERT INTO balances VALUES('mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','DIVISIBLE',98799999999,310508,509,NULL,NULL); -INSERT INTO balances VALUES(NULL,'DIVISIBLE',1,310508,509,'74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); +INSERT INTO balances VALUES(NULL,'DIVISIBLE',1,310508,509,'b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); INSERT INTO balances VALUES('munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','XCP',92949130360,310509,510,NULL,NULL); INSERT INTO balances VALUES('munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','TESTDISP',1000,310509,510,NULL,NULL); INSERT INTO balances VALUES('munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','TESTDISP',900,310510,511,NULL,NULL); @@ -968,7 +967,7 @@ INSERT INTO balances VALUES('myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','XCP',929991388 -- Triggers and indices on balances CREATE INDEX balances_address_asset_idx ON balances (address, asset) ; -CREATE INDEX balances_address_idx ON balances (address) +CREATE INDEX balances_address_utxo_asset_idx ON balances (address, utxo, asset) ; CREATE INDEX balances_asset_idx ON balances (asset) ; @@ -980,8 +979,6 @@ CREATE INDEX balances_utxo_address_idx ON balances (utxo_address) ; CREATE INDEX balances_utxo_asset_idx ON balances (utxo, asset) ; -CREATE INDEX balances_utxo_idx ON balances (utxo) - ; CREATE TRIGGER block_update_balances BEFORE UPDATE ON balances BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); @@ -995,6 +992,26 @@ PRAGMA page_size=4096; BEGIN TRANSACTION; +-- Table config +DROP TABLE IF EXISTS config; +CREATE TABLE config ( + name TEXT PRIMARY KEY, + value TEXT + ); +INSERT INTO config VALUES('FIX_ISSUANCES_ASSET_LONGNAME_1','1'); +INSERT INTO config VALUES('FIX_ISSUANCES_ASSET_LONGNAME_2','1'); +INSERT INTO config VALUES('CLEAN_TRANSACTION_COUNT_1','1'); +-- Triggers and indices on config +CREATE INDEX config_config_name_idx ON config (name); + +COMMIT TRANSACTION; +PRAGMA page_size=4096; +-- PRAGMA encoding='UTF-8'; +-- PRAGMA auto_vacuum=FULL; +-- PRAGMA max_page_count=4294967294; + +BEGIN TRANSACTION; + -- Table balances DROP TABLE IF EXISTS balances; CREATE TABLE balances( @@ -1093,9 +1110,9 @@ INSERT INTO balances VALUES('mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A1603612857927 INSERT INTO balances VALUES('mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A160361285792733729',30,310506,507,NULL,NULL); INSERT INTO balances VALUES('mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A160361285792733729',50,310506,0,NULL,NULL); INSERT INTO balances VALUES('mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','XCP',91674999900,310507,508,NULL,NULL); -INSERT INTO balances VALUES(NULL,'XCP',100,310507,508,'e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); +INSERT INTO balances VALUES(NULL,'XCP',100,310507,508,'57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); INSERT INTO balances VALUES('mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','DIVISIBLE',98799999999,310508,509,NULL,NULL); -INSERT INTO balances VALUES(NULL,'DIVISIBLE',1,310508,509,'74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); +INSERT INTO balances VALUES(NULL,'DIVISIBLE',1,310508,509,'b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); INSERT INTO balances VALUES('munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','XCP',92949130360,310509,510,NULL,NULL); INSERT INTO balances VALUES('munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','TESTDISP',1000,310509,510,NULL,NULL); INSERT INTO balances VALUES('munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','TESTDISP',900,310510,511,NULL,NULL); @@ -1103,7 +1120,7 @@ INSERT INTO balances VALUES('myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','XCP',929991388 -- Triggers and indices on balances CREATE INDEX balances_address_asset_idx ON balances (address, asset) ; -CREATE INDEX balances_address_idx ON balances (address) +CREATE INDEX balances_address_utxo_asset_idx ON balances (address, utxo, asset) ; CREATE INDEX balances_asset_idx ON balances (asset) ; @@ -1115,8 +1132,6 @@ CREATE INDEX balances_utxo_address_idx ON balances (utxo_address) ; CREATE INDEX balances_utxo_asset_idx ON balances (utxo, asset) ; -CREATE INDEX balances_utxo_idx ON balances (utxo) - ; CREATE TRIGGER block_update_balances BEFORE UPDATE ON balances BEGIN SELECT RAISE(FAIL, "UPDATES NOT ALLOWED"); @@ -1189,8 +1204,8 @@ INSERT INTO credits VALUES(310506,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','XCP',200 INSERT INTO credits VALUES(310506,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A160361285792733729',14,'unescrowed fairmint','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18',507,NULL,NULL); INSERT INTO credits VALUES(310506,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A160361285792733729',6,'fairmint commission','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18',507,NULL,NULL); INSERT INTO credits VALUES(310506,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','A160361285792733729',20,'premint','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9',0,NULL,NULL); -INSERT INTO credits VALUES(310507,NULL,'XCP',100,'attach to utxo','c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02',508,'e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); -INSERT INTO credits VALUES(310508,NULL,'DIVISIBLE',1,'attach to utxo','a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726',509,'74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); +INSERT INTO credits VALUES(310507,NULL,'XCP',100,'attach to utxo','f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30',508,'57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); +INSERT INTO credits VALUES(310508,NULL,'DIVISIBLE',1,'attach to utxo','6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881',509,'b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc'); INSERT INTO credits VALUES(310509,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','TESTDISP',1000,'issuance','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1',510,NULL,NULL); INSERT INTO credits VALUES(310588,'myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM','XCP',9,'recredit wager remaining','41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef',0,NULL,NULL); -- Triggers and indices on credits @@ -1275,8 +1290,8 @@ INSERT INTO debits VALUES(310505,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','XCP',100, INSERT INTO debits VALUES(310506,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','XCP',200,'escrowed fairmint','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18',507,NULL,NULL); INSERT INTO debits VALUES(310506,'mvCounterpartyXXXXXXXXXXXXXXW24Hef','A160361285792733729',50,'unescrowed fairmint','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9',0,NULL,NULL); INSERT INTO debits VALUES(310506,'mvCounterpartyXXXXXXXXXXXXXXW24Hef','XCP',300,'unescrowed fairmint payment','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9',0,NULL,NULL); -INSERT INTO debits VALUES(310507,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','XCP',100,'attach to utxo','c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02',508,NULL,NULL); -INSERT INTO debits VALUES(310508,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','DIVISIBLE',1,'attach to utxo','a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726',509,NULL,NULL); +INSERT INTO debits VALUES(310507,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','XCP',100,'attach to utxo','f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30',508,NULL,NULL); +INSERT INTO debits VALUES(310508,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','DIVISIBLE',1,'attach to utxo','6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881',509,NULL,NULL); INSERT INTO debits VALUES(310509,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','XCP',50000000,'issuance fee','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1',510,NULL,NULL); INSERT INTO debits VALUES(310510,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','TESTDISP',100,'open dispenser','af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e',511,NULL,NULL); -- Triggers and indices on debits @@ -1327,1736 +1342,1744 @@ INSERT INTO messages VALUES(2,310000,'insert','blocks','{"block_hash":"505d8d82c INSERT INTO messages VALUES(3,310000,'insert','transactions','{"block_hash":"505d8d82c4ced7daddef7ed0b05ba12ecc664176887b938ef56c6af276f3b30c","block_index":310000,"block_time":310000000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597","tx_index":1,"utxos_info":" e965dde6f8fa939677cb1bc28921cd98418e212f3468c9f6ea39baa1e8cd69a5:0 2 "}',0,'NEW_TRANSACTION',NULL,'76dfdf330f906f5cc08d5a85a01c41e7584f080a77e42abee33055c3c24dea53'); INSERT INTO messages VALUES(4,310000,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310000,"calling_function":"burn","event":"6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597","quantity":93000000000,"tx_index":1,"utxo":null,"utxo_address":null}',0,'CREDIT','6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597','bded1aad045cb3fff4b198d73bdab694ea912ceb07e0d69eaad1e3750b87ef64'); INSERT INTO messages VALUES(5,310000,'insert','burns','{"block_index":310000,"burned":62000000,"earned":93000000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597","tx_index":1}',0,'BURN','6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597','e8fb4c77bc2943cf8e7e86f335657a1e5cc7823c646f810441a78b90de42fa97'); -INSERT INTO messages VALUES(6,310000,'parse','blocks','{"block_index":310000,"ledger_hash":"cf0ea1d313e22ba5f413075b88e07dffc5c00e59f95eeb6d6dec935bd77f5ae4","messages_hash":"b212954e6ee1490c4671ffc0817eccb0d9bb4c729b599eeaa722513ccb4c883d","transaction_count":1,"txlist_hash":"f06c23e6040a063ed59693baa0d63492dce64e1debc7455b22f5535c9dfbdc67"}',0,'BLOCK_PARSED',NULL,'80bc197cc9f8b6d19ee8bf98d5aafa27af8b3fea0ee76cc4cc38734f20ce2607'); -INSERT INTO messages VALUES(7,310001,'insert','blocks','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d60d2de99a9528b5d2c33a8db6744aea4a1bb25bb3dbad49d292b225cd7ad271'); -INSERT INTO messages VALUES(8,310001,'insert','transactions','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"btc_amount":0,"data":"00000014000000a25be34b66000000174876e800010000000000000000000f446976697369626c65206173736574","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","tx_index":2,"utxos_info":" ae7a3edc95c2e5ecf013374d39915de4bbf5d98934bc7e53b00016267f8ffba0:0 2 "}',0,'NEW_TRANSACTION',NULL,'b57c5846cd488a2e09090ce9b886a69db27965b9dfd295c9eecb838200f45e75'); -INSERT INTO messages VALUES(9,310001,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310001,"event":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'DEBIT','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','e50454e88d472e8cb80d60ac3d8539392f638568067071f4222bcd9aa3d3e0f3'); -INSERT INTO messages VALUES(10,310001,'insert','assets','{"asset_id":"697326324582","asset_longname":null,"asset_name":"DIVISIBLE","block_index":310001}',0,'ASSET_CREATION','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','0ab74b44dcd03786bb3edcfe075111045284366ff6b3862aa1c48ab4fc18255b'); -INSERT INTO messages VALUES(11,310001,'insert','issuances','{"asset":"DIVISIBLE","asset_events":"creation","asset_longname":null,"block_index":310001,"call_date":0,"call_price":0.0,"callable":false,"description":"Divisible asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":100000000000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","tx_index":2}',0,'ASSET_ISSUANCE','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','6042afbdd3becdc6b33cc52c9524fd9c1a7df7a28f6d8c6918ed7b4d433a1d71'); -INSERT INTO messages VALUES(12,310001,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310001,"calling_function":"issuance","event":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","quantity":100000000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'CREDIT','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','2d015ef61c827fb9c779df6f70077ced290cbac42b5c4b70c833571daee7f8f3'); -INSERT INTO messages VALUES(13,310001,'parse','transactions','{"supported":true,"tx_hash":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","tx_index":2}',0,'TRANSACTION_PARSED','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','efb11bfcde923fc274c9aa642a439837111018e768c3bf64a875a31068f5f3d6'); -INSERT INTO messages VALUES(14,310001,'parse','blocks','{"block_index":310001,"ledger_hash":"11461f972c4cd85c87b5abfedb3cee589d09e945570d34564dcde6f4df9d2b57","messages_hash":"0e2dc86cf7fad0df5465e63178b89d1df9c45e474cff39175a31557795cc80da","transaction_count":1,"txlist_hash":"ff8358e8c8b2cb9a1765deadb77bdfc6eae05a844831a0a8c8820d416d54446e"}',0,'BLOCK_PARSED',NULL,'ff6ae1a821eb27cbe1a32e38847a2a0d1142a75ffad86852fd4faebb8fb8de9f'); -INSERT INTO messages VALUES(15,310002,'insert','blocks','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'67096ba415ae558b1e0f874d102e59857ec5f2b5961e41b8a3bf56b6b8bcd2d7'); -INSERT INTO messages VALUES(16,310002,'insert','transactions','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"btc_amount":0,"data":"000000140006cad8dc7f0b6600000000000003e800000000000000000000124e6f20646976697369626c65206173736574","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","tx_index":3,"utxos_info":" 8fb1fec9946e548cd74122788c45f37b6873122b928bd954eb2627431330109f:0 2 "}',0,'NEW_TRANSACTION',NULL,'f2be5e6395fb55fc946914e0cdecf53966c654b8b350e13f6797a310044f3fd4'); -INSERT INTO messages VALUES(17,310002,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310002,"event":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","quantity":50000000,"tx_index":3,"utxo":null,"utxo_address":null}',0,'DEBIT','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','b11ce8bd3c74182935409a45d5829f748e11a2cd1a4bffbc40465cc45ec8136e'); -INSERT INTO messages VALUES(18,310002,'insert','assets','{"asset_id":"1911882621324134","asset_longname":null,"asset_name":"NODIVISIBLE","block_index":310002}',0,'ASSET_CREATION','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','235fb355cade25d8c0fa6be12bfd6dd76fb394077d3dadee815136dcd36a6680'); -INSERT INTO messages VALUES(19,310002,'insert','issuances','{"asset":"NODIVISIBLE","asset_events":"creation","asset_longname":null,"block_index":310002,"call_date":0,"call_price":0.0,"callable":false,"description":"No divisible asset","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":1000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","tx_index":3}',0,'ASSET_ISSUANCE','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','76f4a448f27a3516c0f9e4908d8496ffa984908113a64e93fd49f57f0a81e0e6'); -INSERT INTO messages VALUES(20,310002,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"NODIVISIBLE","block_index":310002,"calling_function":"issuance","event":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","quantity":1000,"tx_index":3,"utxo":null,"utxo_address":null}',0,'CREDIT','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','e1fb93fa15f7f4631fc1a3d23d0bccee1a8b479f44cc9f6d6f31596cfb435968'); -INSERT INTO messages VALUES(21,310002,'parse','transactions','{"supported":true,"tx_hash":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","tx_index":3}',0,'TRANSACTION_PARSED','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','07237ee005ffa21011a46c14e08fe7b701a51a1c83dc8a1705be6955c9993766'); -INSERT INTO messages VALUES(22,310002,'parse','blocks','{"block_index":310002,"ledger_hash":"355d92f841de89a1d97c3b2ea7623959ea4494bb62ea7e67ad359beb68caca8c","messages_hash":"ecab7df994ae52f2b33359c48ee70b9eefc192e354d8001004193b11a473b0e3","transaction_count":1,"txlist_hash":"b17176b511fdea4cd899cfaf83f2e12193a4c92d1b199f18f590eb4fed90fa25"}',0,'BLOCK_PARSED',NULL,'b8e9780d2fa251939cd570daca39aca6e152de5c5d0ccdfeb10cd132fc9a9c68'); -INSERT INTO messages VALUES(23,310003,'insert','blocks','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e804d3169038c014499c98c98b17c790e4d517ce51804d596445208adb10afd1'); -INSERT INTO messages VALUES(24,310003,'insert','transactions','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"btc_amount":0,"data":"0000001400000003c58e5c5600000000000003e8010000000000000000000e43616c6c61626c65206173736574","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","tx_index":4,"utxos_info":" 197757033ba3a2af71a130f72a01bf9e713cb2cb17ee850e185fee521367f79f:0 2 "}',0,'NEW_TRANSACTION',NULL,'1abd8229c3cd2d7e6fd2a07cf847a8142265a07db6a6ceb7d29d6e3db7b23faf'); -INSERT INTO messages VALUES(25,310003,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310003,"event":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","quantity":50000000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'DEBIT','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','130569342dc1739c01d07fcdffb38bb5e94870f0bacf39954c110b785726c010'); -INSERT INTO messages VALUES(26,310003,'insert','assets','{"asset_id":"16199343190","asset_longname":null,"asset_name":"CALLABLE","block_index":310003}',0,'ASSET_CREATION','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','cc5c95f24a3a059f3831b5fd0c0fd42a4269165aaa01d9a7e2fb487a2863caa7'); -INSERT INTO messages VALUES(27,310003,'insert','issuances','{"asset":"CALLABLE","asset_events":"creation","asset_longname":null,"block_index":310003,"call_date":0,"call_price":0.0,"callable":false,"description":"Callable asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":1000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","tx_index":4}',0,'ASSET_ISSUANCE','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','65e465d460aca5a2f45fc1312cbae63fb39b96613bd47c19c13bb49117989f07'); -INSERT INTO messages VALUES(28,310003,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"CALLABLE","block_index":310003,"calling_function":"issuance","event":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","quantity":1000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'CREDIT','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','41f8c61d1335f3ce3d41251cbdec886ac2e20612210f7bdcf42eb1a88a89dbe1'); -INSERT INTO messages VALUES(29,310003,'parse','transactions','{"supported":true,"tx_hash":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","tx_index":4}',0,'TRANSACTION_PARSED','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','0d3b4ffba768f2049e965afc5ea17bfb209b8a44203a128eadbe96f7b68cf730'); -INSERT INTO messages VALUES(30,310003,'parse','blocks','{"block_index":310003,"ledger_hash":"edcd7e344fb5cca16999f025594890b8b54543555e61eb3807406bb4204677f2","messages_hash":"07b39fe826dc81221808efed56c541935a54a764c9599d5a3b94983b05705545","transaction_count":1,"txlist_hash":"b6dffe5b8c1f483c3c20832d23dddd7b530afe7ac1f3f57f433da59d83b48f06"}',0,'BLOCK_PARSED',NULL,'f14ec5351505492551b724ad5a36af4657f366849e6296a683a2b5ad3a3e6383'); -INSERT INTO messages VALUES(31,310004,'insert','blocks','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'09d954c8f663b3adb06985d2efc03bec77d90479583c14a5065c8d7476fc5ab2'); -INSERT INTO messages VALUES(32,310004,'insert','transactions','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"btc_amount":0,"data":"0000001400000000082c82e300000000000003e8010000000000000000000c4c6f636b6564206173736574","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","tx_index":5,"utxos_info":" 44f67ff70959390fbdff00651b7e71c39fc3f62166cb58002a0d937c4e6a5fa1:0 2 "}',0,'NEW_TRANSACTION',NULL,'6311c33b34364be9fd0be1d5987a9b23745b1ca3eb19cc12d7b6a2bb06fa9b64'); -INSERT INTO messages VALUES(33,310004,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310004,"event":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","quantity":50000000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'DEBIT','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','da807705dba783eb5e65c5ae9baa461f259ae459fdf5d4a3100a722d7f593359'); -INSERT INTO messages VALUES(34,310004,'insert','assets','{"asset_id":"137134819","asset_longname":null,"asset_name":"LOCKED","block_index":310004}',0,'ASSET_CREATION','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','d8be45e91e3f5feb5686e4f88a53bf87bd846819f61f6cabd73553585923818a'); -INSERT INTO messages VALUES(35,310004,'insert','issuances','{"asset":"LOCKED","asset_events":"creation","asset_longname":null,"block_index":310004,"call_date":0,"call_price":0.0,"callable":false,"description":"Locked asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":1000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","tx_index":5}',0,'ASSET_ISSUANCE','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','ac63d941cb70e31c8d20f82c30ee878c12b385e60e3fb7e9095a181111908ce4'); -INSERT INTO messages VALUES(36,310004,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"LOCKED","block_index":310004,"calling_function":"issuance","event":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","quantity":1000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'CREDIT','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','1935a414cdd969be0c83449f50ebb4559a401af08636b8929f613cc60fc942bc'); -INSERT INTO messages VALUES(37,310004,'parse','transactions','{"supported":true,"tx_hash":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","tx_index":5}',0,'TRANSACTION_PARSED','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','28bfd9c25126889b483f899873d267c2a0875e54b26f8935a1199e61195ccb58'); -INSERT INTO messages VALUES(38,310004,'parse','blocks','{"block_index":310004,"ledger_hash":"abd71a31bc1f8a072761b23a5bc2976731ebdf305d1d7d33922e93573f308129","messages_hash":"3320a2669d0684b362bec3faf7e73ae272f866e95ef581d8083030c372e44795","transaction_count":1,"txlist_hash":"3da72b0c813432f47a3a70887dfd29350d270e9ebaca9875ed6304c91888e387"}',0,'BLOCK_PARSED',NULL,'dd09dfb0b040d2a28fef17cb352ba6a30204afa10b31bcae4f71445fc0f800a4'); -INSERT INTO messages VALUES(39,310005,'insert','blocks','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3161b3729164d1adda1b2bbb232e9da1f8c73ea13bd48425428c26ea5f5742fd'); -INSERT INTO messages VALUES(40,310005,'insert','transactions','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"btc_amount":0,"data":"0000001400000000082c82e3000000000000000001000000000000000000044c4f434b","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc","tx_index":6,"utxos_info":" 2ec530be8ec42b1234d8c7c9556d67f74045c393436b20b0017629f1a1ac75c1:0 2 "}',0,'NEW_TRANSACTION',NULL,'2a58194b5ef81adb892d14f9782274e84dbef049891fac322c1f2f4a48065372'); -INSERT INTO messages VALUES(41,310005,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310005,"event":"344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc","quantity":0,"tx_index":6,"utxo":null,"utxo_address":null}',0,'DEBIT','344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc','698a2687da067480bc29ecec2cff0461669071c0e762cd874e28df634ea6d559'); -INSERT INTO messages VALUES(42,310005,'insert','issuances','{"asset":"LOCKED","asset_events":"lock_quantity","asset_longname":null,"block_index":310005,"call_date":0,"call_price":0.0,"callable":false,"description":"Locked asset","description_locked":false,"divisible":true,"fee_paid":0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":true,"quantity":0,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc","tx_index":6}',0,'ASSET_ISSUANCE','344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc','4dd17ce399cf827622a167847e9f4873a8f8d4c323bde8425359c5a371a55d2e'); -INSERT INTO messages VALUES(43,310005,'parse','transactions','{"supported":true,"tx_hash":"344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc","tx_index":6}',0,'TRANSACTION_PARSED','344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc','16aa5771fadd01be729ee82c30852bd16f7442ee8442e34e731c968d6b9cbb0a'); -INSERT INTO messages VALUES(44,310005,'parse','blocks','{"block_index":310005,"ledger_hash":"0c3914f9676e506a96e6db793f15200ef33087cd47de4d27628849013a391daa","messages_hash":"63a7957eda022b56b21c330252e25c00991d7559c0d1c4c0fd743be972baeed6","transaction_count":1,"txlist_hash":"2d59f139907859f9108360f7fa4695101a6b5ef0b7dd0e56c2dd41641e58e9af"}',0,'BLOCK_PARSED',NULL,'a2e57656bdcab128b200d20a15ea603096209118336cb9132f075117edcb1b2b'); -INSERT INTO messages VALUES(45,310006,'insert','blocks','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'39b13d3d31dcceef4eaa7df055df90ccea56ba4ae54f108063e397b1b43cee33'); -INSERT INTO messages VALUES(46,310006,'insert','transactions','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"btc_amount":0,"data":"0000000a00000000000000010000000005f5e100000000a25be34b660000000005f5e10007d00000000000000000","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8","tx_index":7,"utxos_info":" 5009038eb2a30367602fab49886139c968cc731cd60a9a4fd0828313e1b9d6f6:0 2 "}',0,'NEW_TRANSACTION',NULL,'e0f0b9b01feaf118f956178fe3da0a2f3a1a2b991138ba9cd0cdcb20c0235d1a'); -INSERT INTO messages VALUES(47,310006,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310006,"event":"4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8","quantity":100000000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'DEBIT','4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8','a3c283707eba9643d3096b0593d419f109a1ca135ca7a9f305a83572890c697c'); -INSERT INTO messages VALUES(48,310006,'insert','orders','{"block_index":310006,"expiration":2000,"expire_index":312006,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"DIVISIBLE","get_quantity":100000000,"get_remaining":100000000,"give_asset":"XCP","give_quantity":100000000,"give_remaining":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8","tx_index":7}',0,'OPEN_ORDER','4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8','13e365c4c7ba694e18e8f6e246b739243c921af0735d25507688e4643574ce99'); -INSERT INTO messages VALUES(49,310006,'parse','transactions','{"supported":true,"tx_hash":"4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8","tx_index":7}',0,'TRANSACTION_PARSED','4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8','82ef1d6f1c1ca17d7d1f203efe679c394a95f882c2ab15a958cea06c71c6521a'); -INSERT INTO messages VALUES(50,310006,'parse','blocks','{"block_index":310006,"ledger_hash":"57ff5f34a9e418b179db9003414c5f3bdfa7feeb538f24071b23d024a3d05df0","messages_hash":"f1ec09af67d51677f20a0462711cd5841b16d4aafbdd0a96d01acfb39260d0f5","transaction_count":1,"txlist_hash":"a4a6fb433e6c49968fded16954502c472b0d21b74c6cce8d08c8c53c00f2781e"}',0,'BLOCK_PARSED',NULL,'22faea68ec26f521cead21b7d503bd79ce42a0790af9e6369b4e7646ba5ec191'); -INSERT INTO messages VALUES(51,310007,'insert','blocks','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b75e92364d3b42fad655a08e223283a36fa57dfca49b615aae1c63c9444a1ad1'); -INSERT INTO messages VALUES(52,310007,'insert','transactions','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"btc_amount":5430,"data":"00000000000000a25be34b660000000005f5e100","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","tx_index":8,"utxos_info":" e4f8185447ffc9855e5612f86564524dfab31a25b7623168812771ac938e71dc:0 3 "}',0,'NEW_TRANSACTION',NULL,'2e4c37e509d13d7806ae0f544cf54cedad58207c9d71220a49a3c11904f3b6a7'); -INSERT INTO messages VALUES(53,310007,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310007,"event":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","quantity":100000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'DEBIT','6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753','4c314c8b6e19b454d78c61ee692343ea31d0c39d2190631a3edc4164c81e9e8a'); -INSERT INTO messages VALUES(54,310007,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"DIVISIBLE","block_index":310007,"calling_function":"send","event":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","quantity":100000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'CREDIT','6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753','b5dc2a6f1a9d3fa9a6c44e99941520e04d95f0793712a25d3380f538976cdc7a'); -INSERT INTO messages VALUES(55,310007,'insert','sends','{"asset":"DIVISIBLE","block_index":310007,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","tx_index":8}',0,'SEND','6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753','e797d5dca27478534294b698da0d7c4b9309560081154206557f4214912b4cd4'); -INSERT INTO messages VALUES(56,310007,'parse','transactions','{"supported":true,"tx_hash":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","tx_index":8}',0,'TRANSACTION_PARSED','6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753','5e8ded65b86fea8f0180a520154d305d1a0d2f45d2837cadc8397a30f544f7b4'); -INSERT INTO messages VALUES(57,310007,'parse','blocks','{"block_index":310007,"ledger_hash":"bfed530458339aab02ff75ad76738569dc6997c7a35d4452351678b04e022f68","messages_hash":"b601f4f6a0700b665e728f760e0198a87e2b1918d5fde57767ab7473d30d3f08","transaction_count":1,"txlist_hash":"ce20264c332892b0a5e0c3e2d4b63d02c901fa2c3f8c5171b2896b50c82ea0af"}',0,'BLOCK_PARSED',NULL,'1283a37f32d2716fc7a895694f08f8f3306dbf08176c80b11db48031cf32a6e8'); -INSERT INTO messages VALUES(58,310008,'insert','blocks','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9e240c4374c766bcf84917f630d7085b95824921bd92e5dc9ce28e74b5f9380b'); -INSERT INTO messages VALUES(59,310008,'insert','transactions','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"btc_amount":5430,"data":"0000000000000000000000010000000005f5e100","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","tx_index":9,"utxos_info":" 4d137354d5136c5884ac767ceee7988e41538760b29b37d028c0ea9d5273493b:0 3 "}',0,'NEW_TRANSACTION',NULL,'8288efb5f33661e7d348c769d84a46c8c59892ec66e480d7ee3b6d606ee18236'); -INSERT INTO messages VALUES(60,310008,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310008,"event":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","quantity":100000000,"tx_index":9,"utxo":null,"utxo_address":null}',0,'DEBIT','4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43','2334295c7803b1a42b4958e686531c0286bf6b395e35b91476b566ac60d43e4e'); -INSERT INTO messages VALUES(61,310008,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310008,"calling_function":"send","event":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","quantity":100000000,"tx_index":9,"utxo":null,"utxo_address":null}',0,'CREDIT','4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43','a49030165069d694f4c11fda3c603fe9a39c98ad3b55b01e8ddddfff180ada30'); -INSERT INTO messages VALUES(62,310008,'insert','sends','{"asset":"XCP","block_index":310008,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","tx_index":9}',0,'SEND','4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43','f97f652e2ee72bc13698a31e893c996b3537bfe58caec268b8c8ee1fa2a016a6'); -INSERT INTO messages VALUES(63,310008,'parse','transactions','{"supported":true,"tx_hash":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","tx_index":9}',0,'TRANSACTION_PARSED','4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43','9c088c764e571cf37199cee505cc96b2ed704dfae833dcb1b7d9b72cba548d6e'); -INSERT INTO messages VALUES(64,310008,'parse','blocks','{"block_index":310008,"ledger_hash":"d4feec997754d11a1502e5351ed62fcfbfcafb770e19a37da41d1d88b7b45ed4","messages_hash":"9d778b66e04e924e6ebf9732952dde02765ad908f5ba82a0e4ffc7ed46e20c5d","transaction_count":1,"txlist_hash":"d25c9f48fbbe2010a62cad729d45b658a2caf9a7c9abc65a30e2a7fc47bc83e5"}',0,'BLOCK_PARSED',NULL,'17940d40fd10c9fa1600f17bd1afcf9b29a24e28428cd9522aa5f5e23af6da09'); -INSERT INTO messages VALUES(65,310009,'insert','blocks','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5795cc682c7433c520cba07ff613e6f31f64faabd0af624c40eda7197a9371d7'); -INSERT INTO messages VALUES(66,310009,'insert','transactions','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"btc_amount":0,"data":"0000000a00000000000000010000000005f5e100000000a25be34b660000000005f5e10007d00000000000000000","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b","tx_index":10,"utxos_info":" 70ab525dff715d2bd93627834fe7ad516c451d4c6dcd89abe0fe491c480eb404:0 2 "}',0,'NEW_TRANSACTION',NULL,'7657e7c1c8696dbdcf49cca06e56844b172c2c39688233b7478cb09e1fa131ef'); -INSERT INTO messages VALUES(67,310009,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310009,"event":"21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b","quantity":100000000,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b','b66d8a063fbbf532ff98f78306270803fa8037fc1e82a2d05af66379cf99b89e'); -INSERT INTO messages VALUES(68,310009,'insert','orders','{"block_index":310009,"expiration":2000,"expire_index":312009,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"DIVISIBLE","get_quantity":100000000,"get_remaining":100000000,"give_asset":"XCP","give_quantity":100000000,"give_remaining":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b","tx_index":10}',0,'OPEN_ORDER','21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b','f1287dd93e2f068d936de9c4819fe0871d8b2db06e344482da396d6d0782a227'); -INSERT INTO messages VALUES(69,310009,'parse','transactions','{"supported":true,"tx_hash":"21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b","tx_index":10}',0,'TRANSACTION_PARSED','21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b','efcdfc0e0bf19c3d2ff194982805898bc46fd5340eba9b9e3cdb25b75a974188'); -INSERT INTO messages VALUES(70,310009,'parse','blocks','{"block_index":310009,"ledger_hash":"4ab5ff9e71bbc83956557fb5abec98372fa38e5580838fb258b2d831bfc4d9ea","messages_hash":"6ee8ecb9e3e58dad838070f61994ada40e19646f710be023d4bf60c1a6704617","transaction_count":1,"txlist_hash":"173e769e0b4fa951ef0267c7e218f3a473d9a5857b0880d654a2181f244c92e2"}',0,'BLOCK_PARSED',NULL,'357485066bf0dc0906a57dfcd314c85c5384650e20deaab7e669825b8803ca20'); -INSERT INTO messages VALUES(71,310010,'insert','blocks','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'74469087b8b89aef2b9b96b8cbbe12c1992476cc657ce3bccd30089d5ab6ead1'); -INSERT INTO messages VALUES(72,310010,'insert','transactions','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"btc_amount":0,"data":"0000000a00000000000000010000000005f5e100000000000000000000000000000f424007d000000000000dbba0","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a","tx_index":11,"utxos_info":" 8e4daab9ae8909b2ed524fa98a8c366ea2bca0435cd0b4f040307763fdeb103c:0 2 "}',0,'NEW_TRANSACTION',NULL,'18d2f115205a657d2760eee83b872ac95d8de4ad0f676a149b8dfbdc5a485af1'); -INSERT INTO messages VALUES(73,310010,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310010,"event":"1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a","quantity":100000000,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a','8b0c2d4ac0d82c0c049f7910df4f647ebf7c5c760e29d343ec1c0964c5afed39'); -INSERT INTO messages VALUES(74,310010,'insert','orders','{"block_index":310010,"expiration":2000,"expire_index":312010,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":1000000,"get_remaining":1000000,"give_asset":"XCP","give_quantity":100000000,"give_remaining":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a","tx_index":11}',0,'OPEN_ORDER','1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a','2bbf9d5f2e750b4d86d7b90fd381b2ca228ad12e847351015b7eecc81fe488ab'); -INSERT INTO messages VALUES(75,310010,'parse','transactions','{"supported":true,"tx_hash":"1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a","tx_index":11}',0,'TRANSACTION_PARSED','1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a','c01e549b0a39ad0fc82e20d4989a1cfd613ae349292c2825df5443c0f1853ee5'); -INSERT INTO messages VALUES(76,310010,'parse','blocks','{"block_index":310010,"ledger_hash":"1909ef40a24263776cb9e0d52a690048b50728855a0fe4b0e1ba3834a9e401c1","messages_hash":"33f718b26a4f83fa726086520a32ba87d2df38b888ac2a0f80a5fd23b955ae67","transaction_count":1,"txlist_hash":"7d1ef03dad99c4bdf7a8e5af7209a136c8ac392922dd3afdbcc0446ea1f5f604"}',0,'BLOCK_PARSED',NULL,'bdd55f302e06b888b664e06d2f9a87ddfde52e861de12a1d4b7bb964bbe30902'); -INSERT INTO messages VALUES(77,310011,'insert','blocks','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f1a3fc64d1d6a522537e18b732c04122294cbf4d4c473552daacd06b78f6df30'); -INSERT INTO messages VALUES(78,310011,'insert','transactions','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"btc_amount":0,"data":"0000000a000000000000000000000000000a2c2b00000000000000010000000005f5e10007d00000000000000000","destination":"","fee":1000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6","tx_index":12,"utxos_info":" ee3525a59635e10bfd65f7427a6c352b496d1fd5812c86cc58e869cf412bb92a:0 2 "}',0,'NEW_TRANSACTION',NULL,'ce190db5811a5e2a6c4de33ac16951b46b378b3f5f41a22671033839713a9fdb'); -INSERT INTO messages VALUES(79,310011,'insert','orders','{"block_index":310011,"expiration":2000,"expire_index":312011,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":666667,"give_remaining":666667,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6","tx_index":12}',0,'OPEN_ORDER','a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6','5fbf35ad2e8eb810d2835fc681083e6518d04fac25931b4313964ae5f3027764'); -INSERT INTO messages VALUES(80,310011,'parse','transactions','{"supported":true,"tx_hash":"a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6","tx_index":12}',0,'TRANSACTION_PARSED','a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6','da0b5b70f6b203dfb422a70734351359e2195155fb8cb0f3592fc8aca7dfc0ed'); -INSERT INTO messages VALUES(81,310011,'parse','blocks','{"block_index":310011,"ledger_hash":"c3d51a5f2df90c089844ba4de7d5541f6051490aa1389e5945a7bb91d49e3589","messages_hash":"e78e0f7336d6a637a099d03c56625b64cd011a98092bea219f849c5e42507789","transaction_count":1,"txlist_hash":"86ebe5be8b9443f411adcd49e7443a34941979c0c6bf40136a3b44193024abfc"}',0,'BLOCK_PARSED',NULL,'de2b3ff3a0c03f6d8f7c06b5658c61775e13d029ac50bd4005972057b64abf07'); -INSERT INTO messages VALUES(82,310012,'insert','blocks','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2337bba76adf0e6e231f72bc87498e28f5a58beb10eee41757366c4646009d6a'); -INSERT INTO messages VALUES(83,310012,'insert','transactions','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"btc_amount":1000,"data":"0000000000000000000000010000000011e1a300","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","tx_index":13,"utxos_info":" 07ff616bbc8b38f81525d5a1f5b9ce7efedf7eaf2741147cb430736defaf36e5:0 3 "}',0,'NEW_TRANSACTION',NULL,'0161943896a2487666e957e41181f0df48286bf557068a1ab1555b4ac6a0ea01'); -INSERT INTO messages VALUES(84,310012,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310012,"event":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","quantity":300000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'DEBIT','698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6','ce91ebbfa4d8c006b32b7fd37207545dab30a8f6ee46fc9230631c36fcccad2a'); -INSERT INTO messages VALUES(85,310012,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310012,"calling_function":"send","event":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","quantity":300000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'CREDIT','698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6','bb1ab5cad4205b440d072a5b102bab779afa4f2f9b1473f9fc8b6e5e0fb2b53c'); -INSERT INTO messages VALUES(86,310012,'insert','sends','{"asset":"XCP","block_index":310012,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":300000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","tx_index":13}',0,'SEND','698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6','de5dd5cb0b69a1723f7116dd169f2aaef5d9d85add18af584e6e25303c0e5432'); -INSERT INTO messages VALUES(87,310012,'parse','transactions','{"supported":true,"tx_hash":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","tx_index":13}',0,'TRANSACTION_PARSED','698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6','d80ca8b98b8541bc533fea6bff842d8828693623c6fc7c8c6306e6b5ff5f8648'); -INSERT INTO messages VALUES(88,310012,'parse','blocks','{"block_index":310012,"ledger_hash":"a9dc31556d38b118eeb0bcbb3a374a0ed79adec4eb23e00c80c0599ba97c9a7a","messages_hash":"3e8ba141f5d5ee6a0b0c6a719fc8ccadfd1627425066e1dac5aaa05390a67da6","transaction_count":1,"txlist_hash":"5a729b250068fe7b175a540b66a30326344514e357023184540ef97bae5e16e7"}',0,'BLOCK_PARSED',NULL,'3ee53fca811440c3e03b91ed095127e4cd930fb1946679964dcd90af70fe414b'); -INSERT INTO messages VALUES(89,310013,'insert','blocks','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8170cd48f0be0b602afe8c8f3d5ca89f490e13437d5297f0ae151f7030a3d939'); -INSERT INTO messages VALUES(90,310013,'insert','transactions','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"btc_amount":1000,"data":"00000000000000a25be34b66000000003b9aca00","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","tx_index":14,"utxos_info":" 1bfb8255970fbb3505460f9f0785a34c3b27cd6ba34e32f2ce894ffbcf9a456f:0 3 "}',0,'NEW_TRANSACTION',NULL,'9ae342a219ec3fb8096141cbaf48082d67089d4e4af57e5b650bc4ff9c644625'); -INSERT INTO messages VALUES(91,310013,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310013,"event":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","quantity":1000000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'DEBIT','0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132','13647966b52e670017e0fc706c0568f5b13b5b42bfc253da52c1f113df5707f2'); -INSERT INTO messages VALUES(92,310013,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"DIVISIBLE","block_index":310013,"calling_function":"send","event":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","quantity":1000000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'CREDIT','0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132','0a8ca0c5af4cb8d170227f67ee13b296a414e72b03d4c49a1f2424b61d076639'); -INSERT INTO messages VALUES(93,310013,'insert','sends','{"asset":"DIVISIBLE","block_index":310013,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":1000000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","tx_index":14}',0,'SEND','0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132','431c95840bda11b759d9d47e1422c21b2305e9ff483d2771134532e59164907c'); -INSERT INTO messages VALUES(94,310013,'parse','transactions','{"supported":true,"tx_hash":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","tx_index":14}',0,'TRANSACTION_PARSED','0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132','027a60e450f91e965ed89a8f8f964e5192947ed4763791fe42fb38ce03841e5a'); -INSERT INTO messages VALUES(95,310013,'parse','blocks','{"block_index":310013,"ledger_hash":"e72be5070d0a5853631d902d334e8b88eddf6e79616373311babc4a0a27dd3d8","messages_hash":"61f7ce6ee71c1c688d64a3b20381a00d3032ddf71f0a50ec96144cc604229239","transaction_count":1,"txlist_hash":"1294e3d0871b0c2297d9980ed46bfa3563b33b202b426949dadeeba7075b4bc7"}',0,'BLOCK_PARSED',NULL,'fb1e00d382f1516137294df57a4746b7e489afae1cc074e953db28c095327f82'); -INSERT INTO messages VALUES(96,310014,'insert','blocks','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f0162b6e4498ea3eb922aff30a7ba4b0547468bb3fdafe5676a9157cb488a600'); -INSERT INTO messages VALUES(97,310014,'insert','transactions','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"btc_amount":5430,"data":"000000000006cad8dc7f0b660000000000000005","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","tx_index":15,"utxos_info":" a904fa34fd5e99a8d23ddfacbaec581049046fc39b1312524f8bb1f360bc247d:0 3 "}',0,'NEW_TRANSACTION',NULL,'8c0b159c67bfa8b412731a0e645e561e23f1ce7f802dc9f0b39f5356919724ef'); -INSERT INTO messages VALUES(98,310014,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"NODIVISIBLE","block_index":310014,"event":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","quantity":5,"tx_index":15,"utxo":null,"utxo_address":null}',0,'DEBIT','1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a','a8693ba7c1a59a2ff38d13f8d96c4e53afa581c4e1d951ef8b60d1ba6caf393d'); -INSERT INTO messages VALUES(99,310014,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"NODIVISIBLE","block_index":310014,"calling_function":"send","event":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","quantity":5,"tx_index":15,"utxo":null,"utxo_address":null}',0,'CREDIT','1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a','c5ce91a633ef636e4c8cd4e6e977c7fede082ba001854a18423102fe0a6a6dc5'); -INSERT INTO messages VALUES(100,310014,'insert','sends','{"asset":"NODIVISIBLE","block_index":310014,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":5,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","tx_index":15}',0,'SEND','1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a','cc523c533a2e943d00e4dd2fe70db320661be0416d2e4b7557af1af2cbbb9c67'); -INSERT INTO messages VALUES(101,310014,'parse','transactions','{"supported":true,"tx_hash":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","tx_index":15}',0,'TRANSACTION_PARSED','1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a','f7394e5838ee944ab187c8d3e4b6b862e60bbc666514fb90e557272226cefb22'); -INSERT INTO messages VALUES(102,310014,'parse','blocks','{"block_index":310014,"ledger_hash":"cb0962222af917dbac2a11465c22cd80770c0b3cdb8bdc0870c99a8116745c9e","messages_hash":"eb796c437f9ed8a37bd583d1e627563d5c465368514a0c6670aa804d79bd3a7b","transaction_count":1,"txlist_hash":"d5431af170b331497d8967969820632880473d06dae0d06fa7ffc93a0cb90180"}',0,'BLOCK_PARSED',NULL,'64bde8560fe1c9642531332b2e783f7a176dfe995443bb39ca0b97e06fcfbfa2'); -INSERT INTO messages VALUES(103,310015,'insert','blocks','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2a7dd5344fea8f9334083540fc41edf16439089e85803dd230bb3c324396e9ba'); -INSERT INTO messages VALUES(104,310015,'insert','transactions','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"btc_amount":1000,"data":"000000000006cad8dc7f0b66000000000000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","tx_index":16,"utxos_info":" 3bb0f340541ec86bfd17e4e6986ff9b2a01c78ecbf56c101ff05e9efcd95edda:0 3 "}',0,'NEW_TRANSACTION',NULL,'b3aee55c8baa5e1ba883091f9b52e2adf6ec68ee8a5e742306c3cbeb5fb154e4'); -INSERT INTO messages VALUES(105,310015,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"NODIVISIBLE","block_index":310015,"event":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","quantity":10,"tx_index":16,"utxo":null,"utxo_address":null}',0,'DEBIT','e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c','ed110e0bcdef5984248881ca770902dacc6dc6b2a8559b96db663ffbb3c90fb7'); -INSERT INTO messages VALUES(106,310015,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"NODIVISIBLE","block_index":310015,"calling_function":"send","event":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","quantity":10,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c','f54e8ffbd394dda027e57799c284ed16c0aa3ac3cfe4f6f144294d98e569c583'); -INSERT INTO messages VALUES(107,310015,'insert','sends','{"asset":"NODIVISIBLE","block_index":310015,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":10,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","tx_index":16}',0,'SEND','e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c','94fb86c5d1ed0adbbbf3166bbd1319e592fcc6d13d2ce50036eff4b6181d9167'); -INSERT INTO messages VALUES(108,310015,'parse','transactions','{"supported":true,"tx_hash":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","tx_index":16}',0,'TRANSACTION_PARSED','e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c','0b7cf015e22f762ac26a48a50e0fa39f0ac7c40374ba3e012ec22fa2f6b34993'); -INSERT INTO messages VALUES(109,310015,'parse','blocks','{"block_index":310015,"ledger_hash":"6ff899433f22546c41a15f20b4c66913c747931500fee10d58c4a17b9e2f0c88","messages_hash":"295ef05a060f3151efdc7cc08f3e5c14010ad1080757a99fe08db0a201629de8","transaction_count":1,"txlist_hash":"b77c1d69b3ac7348e336cce9948f982efafa1cb56cbdde85fe9f49a73871ba3b"}',0,'BLOCK_PARSED',NULL,'ed7e1020d728a0cd1a44a8af92e635f5ec4d26860cfa9692344118d88f01b536'); -INSERT INTO messages VALUES(110,310016,'insert','blocks','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c7a5ffac8477d7fd9a8fbc3570492a445cf901b819e3cff019c2bb1b691f7906'); -INSERT INTO messages VALUES(111,310016,'insert','transactions','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"btc_amount":0,"data":"000000140000000000033a3e7fffffffffffffff01000000000000000000104d6178696d756d207175616e74697479","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","tx_index":17,"utxos_info":" 698b18eb14570c608acf7b9e351e5b1d3353707389b4110a9867528c6d3227d7:0 2 "}',0,'NEW_TRANSACTION',NULL,'69e33dba6c04a1c301a0c382f113c4a6b80d4cec4b63b0d49b69682c5f34b1d8'); -INSERT INTO messages VALUES(112,310016,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310016,"event":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","quantity":50000000,"tx_index":17,"utxo":null,"utxo_address":null}',0,'DEBIT','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','3e4596aab5f68ac01d878dd1ebdc207a15107255492dd742b24d58f76c4aaa6d'); -INSERT INTO messages VALUES(113,310016,'insert','assets','{"asset_id":"211518","asset_longname":null,"asset_name":"MAXI","block_index":310016}',0,'ASSET_CREATION','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','7191c2d0aef724e6c6e2add3c3ac81a958b7d797e35e6bae0a46f44ccb54d91d'); -INSERT INTO messages VALUES(114,310016,'insert','issuances','{"asset":"MAXI","asset_events":"creation","asset_longname":null,"block_index":310016,"call_date":0,"call_price":0.0,"callable":false,"description":"Maximum quantity","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":9223372036854775807,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","tx_index":17}',0,'ASSET_ISSUANCE','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','08f3031191da033b0a6cf42b31be58a71978c976bb4ca955a854a37f9e3008ad'); -INSERT INTO messages VALUES(115,310016,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"MAXI","block_index":310016,"calling_function":"issuance","event":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","quantity":9223372036854775807,"tx_index":17,"utxo":null,"utxo_address":null}',0,'CREDIT','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','e6059e62b76168a7f4f431af260f22a0b8123194bb834bfe1b76021c9ffe55ee'); -INSERT INTO messages VALUES(116,310016,'parse','transactions','{"supported":true,"tx_hash":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","tx_index":17}',0,'TRANSACTION_PARSED','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','922b2f7e36be1dc963ab5200e9f864ffa55cb0acef1afffd6584695fcbebc91b'); -INSERT INTO messages VALUES(117,310016,'parse','blocks','{"block_index":310016,"ledger_hash":"ec66a06cde401b66917c6d1d4e1ee8893405cfbf0474560d9997d6960c8af710","messages_hash":"9f4ca0a211fdaf464907f145ebb8428e94e4861d35cda47f72efb3170c196871","transaction_count":1,"txlist_hash":"6d3d469ad1b72a67ee50d8a7c6c57069da3a0e2e9d12a23a30bbf4f2ccc64cb6"}',0,'BLOCK_PARSED',NULL,'3d53eb9299f4d38c7067d7e9efc9613132f2fde2031b654a05a408fd5e4628c0'); -INSERT INTO messages VALUES(118,310017,'insert','blocks','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9be186243e6766d729bbbf7ec000530935abc463f7b0a77599f1ca5cfccc59ac'); -INSERT INTO messages VALUES(119,310017,'insert','transactions','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"btc_amount":0,"data":"0000001e52bb33003ff0000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af","tx_index":18,"utxos_info":" 1ceafa5cf74dad4bec8743acfce55133c738983261683a81c12be457f7574126:0 2 "}',0,'NEW_TRANSACTION',NULL,'230364ea9b1661bb60c438dc7c7d149d4fb51cfad514816798336acec54a5f42'); -INSERT INTO messages VALUES(120,310017,'insert','broadcasts','{"block_index":310017,"fee_fraction_int":5000000,"locked":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af","tx_index":18,"value":1.0}',0,'BROADCAST','d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af','f7be08a7208e853abd192265e9ba27a4dc7eace2c4a0009d6072af3dd5c315b7'); -INSERT INTO messages VALUES(121,310017,'parse','transactions','{"supported":true,"tx_hash":"d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af","tx_index":18}',0,'TRANSACTION_PARSED','d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af','3afad020dab9ed6b5e48b09d2f3667320212cea1796297bf7851029df06c0631'); -INSERT INTO messages VALUES(122,310017,'parse','blocks','{"block_index":310017,"ledger_hash":"b2053109bff06dae1705fc32ab0712f38bf9d206fa3517fbf0a938d1b5f33bad","messages_hash":"ed8cd7e9541638a9a549f5606b84380e23fcf291430f2ca493f82e29be3f5a71","transaction_count":1,"txlist_hash":"223e10a8e23e4435e635f1dda533a0662dff9f0e3fb86b72a22b2c191f731a80"}',0,'BLOCK_PARSED',NULL,'0a677fb517307b0b2393b8cb4d49383b9d1bb91575f901158ce15674e3404506'); -INSERT INTO messages VALUES(123,310018,'insert','blocks','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5d9b2f36eded329affddd59b30853629ff2d18906565d8709b8ad4449782ef8a'); -INSERT INTO messages VALUES(124,310018,'insert','transactions','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"btc_amount":0,"data":"0000001e4cc552003ff000000000000000000000046c6f636b","destination":"","fee":6800,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660","tx_index":19,"utxos_info":" 903a01ed1551bf31dc75cf04f61fc8bdb026a32e9cf6c41cd593f75f27b140b1:0 2 "}',0,'NEW_TRANSACTION',NULL,'3c01791e85faaea6bcf00b40a2f79adbda7f86167870b0e70fcc570ea7613c63'); -INSERT INTO messages VALUES(125,310018,'insert','broadcasts','{"block_index":310018,"fee_fraction_int":null,"locked":true,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","text":null,"timestamp":0,"tx_hash":"f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660","tx_index":19,"value":null}',0,'BROADCAST','f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660','260de6e36fa18db09e60c500c4ff898e67bdc318ed88973a601a06d7fbb515a5'); -INSERT INTO messages VALUES(126,310018,'parse','transactions','{"supported":true,"tx_hash":"f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660","tx_index":19}',0,'TRANSACTION_PARSED','f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660','0c402170d765769c000be77c870325a356a486daa5ea80867fee0a9a10f21a97'); -INSERT INTO messages VALUES(127,310018,'parse','blocks','{"block_index":310018,"ledger_hash":"d7051de4d03fb31bfedf215b407b1edc12789c1f2748abb5a72257ad8f5113ce","messages_hash":"bb1c7a472b80691c449659949cd479881772fb48673f5f7447aab55132eaf234","transaction_count":1,"txlist_hash":"9eb6f4683bebb675467829573cd2f7e3ab613d21398c5aef31ed389a40f3c48d"}',0,'BLOCK_PARSED',NULL,'6d4376c6080405450df12c452178b9be2211818c862ec5e4ddef8131d059d79d'); -INSERT INTO messages VALUES(128,310019,'insert','blocks','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8d56d8d23522b6f1ee6eb7bef71a516aa6b82bef0660a2f1fc9d450506a69bb6'); -INSERT INTO messages VALUES(129,310019,'insert','transactions','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"btc_amount":5430,"data":"00000028000152bb3301000000000000000900000000000000090000000000000000000013b000000064","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","tx_index":20,"utxos_info":" f9cc41abbb83104f119fe8377e0e52afa0bf3633d6a2920aa31634e0a1c762a0:0 3 "}',0,'NEW_TRANSACTION',NULL,'7aa542fa3970b83cb7c11a8a97cd103d5fc3caad1421100125d5e08bd74efd38'); -INSERT INTO messages VALUES(130,310019,'insert','debits','{"action":"bet","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310019,"event":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","quantity":9,"tx_index":20,"utxo":null,"utxo_address":null}',0,'DEBIT','2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1','8573fe7535156b5bacb565effeac9064332ff7a8190da38390b9ea0df1cee9a8'); -INSERT INTO messages VALUES(131,310019,'insert','bets','{"bet_type":1,"block_index":310019,"counterwager_quantity":9,"counterwager_remaining":9,"deadline":1388000001,"expiration":100,"expire_index":310119,"fee_fraction_int":5000000.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","target_value":0.0,"tx_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","tx_index":20,"wager_quantity":9,"wager_remaining":9}',0,'OPEN_BET','2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1','089665f110a5f2890901e9c72195fafb4b54f13b842ed807b3a110c0449cf7d1'); -INSERT INTO messages VALUES(132,310019,'parse','transactions','{"supported":true,"tx_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","tx_index":20}',0,'TRANSACTION_PARSED','2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1','25da3c1da77a8cbb5fa91a9a94f400ccd76006211eb5401a85eff0fc207fadd3'); -INSERT INTO messages VALUES(133,310019,'parse','blocks','{"block_index":310019,"ledger_hash":"35c95a70193ded2f9ee18254a91ce5d4834bb162fc3cca85dd432339257539b8","messages_hash":"fc4dc15074ff2cbfe2edfb48a41eb7688c07094c6f454466ece826bd79303a2f","transaction_count":1,"txlist_hash":"88220e5f48660f8b9e339c3afb65ffbad83d632164f1df8e22af2ee6fc18826e"}',0,'BLOCK_PARSED',NULL,'72ba31c309c9e417a2412aed485a09e3d741093a3a0891eaa84afe047e4d609e'); -INSERT INTO messages VALUES(134,310020,'insert','blocks','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9f31d47149ef3db7c235efedceeb9c9a84dde0f68cc6ca2ab1903a193b3fe2c2'); -INSERT INTO messages VALUES(135,310020,'insert','transactions','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"btc_amount":5430,"data":"00000028000052bb3301000000000000000900000000000000090000000000000000000013b000000064","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","tx_index":21,"utxos_info":" aa32016e80f13c7f7c33dc29f0e55add7f2ca7413181a20010c7ef10b5096ee8:0 3 "}',0,'NEW_TRANSACTION',NULL,'ab9f3a190f07d93041c0dce171f5676e120f292619b16bb18390a0682c3c4608'); -INSERT INTO messages VALUES(136,310020,'insert','debits','{"action":"bet","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310020,"event":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","quantity":9,"tx_index":21,"utxo":null,"utxo_address":null}',0,'DEBIT','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','2ee0b877c2ffb5b9293bbc2c592ccecd23a430be2ab680cb8769238803a57c95'); -INSERT INTO messages VALUES(137,310020,'insert','bets','{"bet_type":0,"block_index":310020,"counterwager_quantity":9,"counterwager_remaining":9,"deadline":1388000001,"expiration":100,"expire_index":310120,"fee_fraction_int":5000000.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"open","target_value":0.0,"tx_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","tx_index":21,"wager_quantity":9,"wager_remaining":9}',0,'OPEN_BET','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','04ffd8fb11db491a0aa1740feaece445d0cc908ad312d9d510822d955af8d4cc'); -INSERT INTO messages VALUES(138,310020,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310020,"calling_function":"filled","event":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","quantity":0,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','dc76ec58952a3c697ad4e210d6aec8a9e31041292673b68313c0bf5cd3007ccf'); -INSERT INTO messages VALUES(139,310020,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","wager_remaining":0}',0,'BET_UPDATE','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','b89a8b377f92d1fdccdbd538c4917589661cf3bbab72ec6a998140c591bf3e35'); -INSERT INTO messages VALUES(140,310020,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310020,"calling_function":"filled","event":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","quantity":0,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','91bd12b4bed8d3ed2f4d187c633e684387ec967ecd8def2af08dfc8d2fc13be9'); -INSERT INTO messages VALUES(141,310020,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","wager_remaining":0}',0,'BET_UPDATE','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','337e3fea4437144658a8e4ed457958b590a9d260c7e15ff4bea09d6abfa7e677'); -INSERT INTO messages VALUES(142,310020,'insert','bet_matches','{"backward_quantity":9,"block_index":310019,"deadline":1388000001,"fee_fraction_int":5000000,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","forward_quantity":9,"id":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1_5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","initial_value":1.0,"leverage":5040,"match_expire_index":310119,"status":"pending","target_value":0.0,"tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx0_bet_type":1,"tx0_block_index":310019,"tx0_expiration":100,"tx0_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","tx0_index":20,"tx1_address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","tx1_bet_type":0,"tx1_block_index":310020,"tx1_expiration":100,"tx1_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","tx1_index":21}',0,'BET_MATCH','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','8335192a5e393435d8ffc4a37c99f1ffb0b634df8b64364e8278ba9c9029a79e'); -INSERT INTO messages VALUES(143,310020,'parse','transactions','{"supported":true,"tx_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","tx_index":21}',0,'TRANSACTION_PARSED','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','0b9f056cf23a546e5279ea5dc422476abd6d261cabf96ebc432fe599701e9f81'); -INSERT INTO messages VALUES(144,310020,'parse','blocks','{"block_index":310020,"ledger_hash":"8315de64ee1051c333687ba9fae6244287b85bcc1e3a4b67f3fe7d51b931378b","messages_hash":"132e661c023af38634a3ee23d0d71c260100b9703ebbef47cd2615b7d9f8b464","transaction_count":1,"txlist_hash":"087de9b1715dfdac7372489fc615b597c9575c9520eb1ad5f7435a2641388621"}',0,'BLOCK_PARSED',NULL,'3705ff29e9f42e528832237a61202684aec801f1f083c5d75351d5c8ed339dea'); -INSERT INTO messages VALUES(145,310021,'insert','blocks','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'54c17e142dcfef9924aa03ea9e04e4d08f03097d1a6ebfc677583b78463cc4a4'); -INSERT INTO messages VALUES(146,310021,'parse','blocks','{"block_index":310021,"ledger_hash":"c2d646bd3f54eec73cd9da6f5da4bc159d0c64e8fb9ad4095dfa58850e65c7b1","messages_hash":"c661016234b6d75e6735b83e462370a37a65f6f8e38f3b69cd811c661cb88942","transaction_count":0,"txlist_hash":"e5f36761a4755ebc133389b9bc01a085c585a24fa346c784123f3dd5a125ad27"}',0,'BLOCK_PARSED',NULL,'5dc62faf568063ffb58b2d193d2f4856c9f3ebedfbfff551a6d4def49de71680'); -INSERT INTO messages VALUES(147,310022,'insert','blocks','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2860022062db8f94444260f1d8f2c241e98cea27beb7f0cedd36833b6b14e9b2'); -INSERT INTO messages VALUES(148,310022,'parse','blocks','{"block_index":310022,"ledger_hash":"619367fb7657e0fb4800acd385eb5593d085ce5cbfbfb098dafa98612d9fd445","messages_hash":"7a32aa3f4b582fb2e161d2c6a58cf2d91d14e6c498281fc91f9fb22cf1095e7a","transaction_count":0,"txlist_hash":"e62992a5e4f80347f92c512e1bd47df4c2f4e9fa0c38b7ca73befd39fd181d54"}',0,'BLOCK_PARSED',NULL,'6f16d1013b0c5f41108bbff223e0119e311a71652f56b3a55551b56b02de6d43'); -INSERT INTO messages VALUES(149,310023,'insert','blocks','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bae297ca4be9476ef83cfe7f8c560c6fca659c6531f84fd3d4e74e5ff8e7ce72'); -INSERT INTO messages VALUES(150,310023,'parse','blocks','{"block_index":310023,"ledger_hash":"ba865dbc8263aaf153d7264dfc6a580bebe9391ca0551f15a1c822c6cbe2b8de","messages_hash":"7379fad8df5744242e9e63364665cd409da6fbe0b28cab26e4704c8737ab2230","transaction_count":0,"txlist_hash":"e62acd9368da6141ddf435bd919fe0e124bd77646207d69a2544790107ab88a5"}',0,'BLOCK_PARSED',NULL,'764bfd4509b200639ad01cafd4d37ff0231979f48860b0fd63dce9cbcea2a72e'); -INSERT INTO messages VALUES(151,310024,'insert','blocks','{"block_hash":"b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5","block_index":310024,"block_time":310024000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a481986885bd90a96f6be0adc8614235926ee763ff369a7be8232892e1800a79'); -INSERT INTO messages VALUES(152,310024,'parse','blocks','{"block_index":310024,"ledger_hash":"368e948cbf42de80aca51abe75d09ec78196924453719182ccc86419df5da2db","messages_hash":"599eb3f9c9b6f936dc56547ccfe7cccca7fad78ad57d58d5a4b50123ce7e82b0","transaction_count":0,"txlist_hash":"2c65dfdc0d371025c6d497e087b8548633238d6049242fa411383fcce72b096e"}',0,'BLOCK_PARSED',NULL,'915b2b370e6c143e14e11fe6c90ccaac0cf9b20a5c064aeea321a14f47ef01dd'); -INSERT INTO messages VALUES(153,310025,'insert','blocks','{"block_hash":"a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666","block_index":310025,"block_time":310025000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1891e86ed4e33716b9c66f7c6109f1d073c882dd8ec8147e2d37294a032350b2'); -INSERT INTO messages VALUES(154,310025,'parse','blocks','{"block_index":310025,"ledger_hash":"9f7132c808936f580d4fb1dc5791541a5a3d23532d1093c20d434007f8dde54c","messages_hash":"7ee626caf54d6b378f212b608cc3a0cd5c95b971aa1a1c54215f24cec040daa8","transaction_count":0,"txlist_hash":"ca60850f73099aabc38d1521a94d611cc02f4539620a17488d1e9a445087104f"}',0,'BLOCK_PARSED',NULL,'e5dfaeedd4c0956d9af5698bb8793827d4047c5aced1d635fe9fe65fde9ca686'); -INSERT INTO messages VALUES(155,310026,'insert','blocks','{"block_hash":"6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a","block_index":310026,"block_time":310026000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'81c1c14c7b2f7b2a09d395890df3e324d5d2546f2ca6d8923eacd8f1e2cc7534'); -INSERT INTO messages VALUES(156,310026,'parse','blocks','{"block_index":310026,"ledger_hash":"074ea6f10a5290cff31f7b21483f7b2248723c8d1b5bc060c31219f66f37def7","messages_hash":"bb56ddf06930b65273e316dbafc6017e08eb40f3a3c13d9c1b916a66f1ca7cab","transaction_count":0,"txlist_hash":"21db77ad7cd241752184fa9fd61ab9cf670cd40105d7d9b887d8df62f25e5cfc"}',0,'BLOCK_PARSED',NULL,'6cf927f86b72b6e792fe68c22ca4dca1ed01882fced58bba1ca08aedeb1aae01'); -INSERT INTO messages VALUES(157,310027,'insert','blocks','{"block_hash":"d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e","block_index":310027,"block_time":310027000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'11d636d7c25e52d3774226a870b676ff21b4aaa722e6bf6c71b57e27c12363c8'); -INSERT INTO messages VALUES(158,310027,'parse','blocks','{"block_index":310027,"ledger_hash":"a3ade2b2e5bc701996f511f3e85d596b60f882a3254fd975769c0f38b3b14cb3","messages_hash":"a4c01e1155cdf1b89bc33030fd3632b6307d58fe4d7904a31b0d76b392f63538","transaction_count":0,"txlist_hash":"9469f4c4b4f208f2a46569234006846d18ae108ca6a98600ab70bac1ef1ad633"}',0,'BLOCK_PARSED',NULL,'c6b8bf07cce8dfe271b38368b6f2aa1c25c0315c70aa359503c273ff7bf6cbbf'); -INSERT INTO messages VALUES(159,310028,'insert','blocks','{"block_hash":"02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b","block_index":310028,"block_time":310028000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9490939fdbda4758bb6962d854e0a7bc255227c468b81cc3801bc7927db2ded3'); -INSERT INTO messages VALUES(160,310028,'parse','blocks','{"block_index":310028,"ledger_hash":"3bf124a34825b5c487c94dd79b1ea4f25e657294966879f1c10b56b37a3d29b5","messages_hash":"7bd3dc175656322948180da86f3dc40dd7cf6adb2646a0dc3db9d20c74fc05fe","transaction_count":0,"txlist_hash":"55de4927d0ba81d336f143b08224af9fe9a862bf0ed4d39fbe242e9c5946bcf4"}',0,'BLOCK_PARSED',NULL,'50f31d40d6eb0e1c105f745e7536d74f262722dc99b3fdf1b4f4ad259735375e'); -INSERT INTO messages VALUES(161,310029,'insert','blocks','{"block_hash":"3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6","block_index":310029,"block_time":310029000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e28936a8efe5fc7c41011276ebfa14315729f4a7447f45a367491ff3c26a102a'); -INSERT INTO messages VALUES(162,310029,'parse','blocks','{"block_index":310029,"ledger_hash":"e502eb7b282e0bd4940d8f75ef51d677a641f3d55304adcb015bc249c97892bf","messages_hash":"97f883eef9c4b696d80f1191ac164560f5fdfd1dc19ec38f8f4e25432d75b06a","transaction_count":0,"txlist_hash":"3d879f96d783e70a75f71c2b44ae4c5601bc8f1192b828f1b35400b8c99aa0f2"}',0,'BLOCK_PARSED',NULL,'de5e25e41c671d883a0fbea320bc5109c15a2c00269b371068ac150d5002ca50'); -INSERT INTO messages VALUES(163,310030,'insert','blocks','{"block_hash":"d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5","block_index":310030,"block_time":310030000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1080a18ad08deb94da405022dd6e0dd9597cc722be27c8b16912b978e3c84003'); -INSERT INTO messages VALUES(164,310030,'parse','blocks','{"block_index":310030,"ledger_hash":"d64b5eb04ddfb5600be40142b1fd27c308387a35942a6e8a6916407bbc1313b1","messages_hash":"5ed5cf53677e85684d2d830eaffcb5731894a8d9305495f1744ec08d0f24611c","transaction_count":0,"txlist_hash":"c859356c985f3c051d5b01424759e66e9ec7c2eac055eb9fc2b0ad7323253a6a"}',0,'BLOCK_PARSED',NULL,'dbffdf04dda496af381dd69a77db7327445dcabceb99a280bb5ba998ad5b5c94'); -INSERT INTO messages VALUES(165,310031,'insert','blocks','{"block_hash":"0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689","block_index":310031,"block_time":310031000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'16cb109530e504a4d82e6b14053933f70a409923157dbbc838f2538219fd40f3'); -INSERT INTO messages VALUES(166,310031,'parse','blocks','{"block_index":310031,"ledger_hash":"e9c97dd7adb1b22d4ed0238607faeb2d14c090fbd7d685275ee802ab23b4b740","messages_hash":"15b5df25f9a65f275d4869c9d36c4c2147fd15fc9961ede5fc6722bf6d073983","transaction_count":0,"txlist_hash":"4cdafec839c7abdda11f10437d890c952b3416929ff6e715f44e8c57412437af"}',0,'BLOCK_PARSED',NULL,'62ce3f9869a176d37296bc4c896693a22c112d60cdd1b107ff97e3806f86be77'); -INSERT INTO messages VALUES(167,310032,'insert','blocks','{"block_hash":"66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074","block_index":310032,"block_time":310032000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e8f3a7685909ccef87c4d6e16c0e9f6e031f593656cb85d703e42258691b663a'); -INSERT INTO messages VALUES(168,310032,'parse','blocks','{"block_index":310032,"ledger_hash":"2544ffced9af1aabd84ab51fb78c56c9beac03dcb286aebd4202938dfa0754ea","messages_hash":"5dd59bb7a4a5cfa4bdde51c686774e0b680b98372f5cb3c0a2bf2bf2fbe22fb2","transaction_count":0,"txlist_hash":"2fc6c250a775ac70976d371540df4a7af608ca1b106b7efb7bc5a820ff505bdb"}',0,'BLOCK_PARSED',NULL,'5959f58cf69fa21eb2fb96df10b25b923e186f84145ec15c121c24245b7e414a'); -INSERT INTO messages VALUES(169,310033,'insert','blocks','{"block_hash":"999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707","block_index":310033,"block_time":310033000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2da18c5cdfb1972228cc6f6675e591903fd7f93e3da92893a6b86408542278ab'); -INSERT INTO messages VALUES(170,310033,'parse','blocks','{"block_index":310033,"ledger_hash":"4355d3ebb95187fec36b1847a4c3777d8e1d5541bd1d9ff8461b8ac5b9881261","messages_hash":"7d376fcc44d1901d96d07750ff00bb86c7062eb6b20de3be3f266223fea49eb3","transaction_count":0,"txlist_hash":"d99b155e06fb50de6e7e6b646c641e3862d3d6df0ab9aec3e360fba0fcb54776"}',0,'BLOCK_PARSED',NULL,'7ee300cbcb51ae783eafd7dd97611d05f354ccd20b789bbcfc69bba33de2f5b9'); -INSERT INTO messages VALUES(171,310034,'insert','blocks','{"block_hash":"f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208","block_index":310034,"block_time":310034000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8cfe9b1f09d372940e4d8451a2db0f54ecf8d492733e2a12c694fa5a5e7c612e'); -INSERT INTO messages VALUES(172,310034,'parse','blocks','{"block_index":310034,"ledger_hash":"c7fcb5134bd8131c035d65b5eeef8a3cd214348822563232a992f3f703c6b0b9","messages_hash":"cabe1992438d073035e781d817badf44a493fbdb39c859592ff05032b65ae3e8","transaction_count":0,"txlist_hash":"826d7b750bb4ad8fabd67c825c81f840b7a7a264489a9263410a5cb204d3309f"}',0,'BLOCK_PARSED',NULL,'8ba79ce942144ca641ad24065e310a2ca1df2ee80cacbd9c0cee3731f1b9a3ea'); -INSERT INTO messages VALUES(173,310035,'insert','blocks','{"block_hash":"a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2","block_index":310035,"block_time":310035000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0b80f5c637d90182acb29f146f41946a77a4779a888c7f2d6f5581186b679452'); -INSERT INTO messages VALUES(174,310035,'parse','blocks','{"block_index":310035,"ledger_hash":"c41c280498ce05d6073fc6e89be2684dc68c345c1c43c00b9a3f9041954fce26","messages_hash":"e34e959162bb5848cfbafec6cc7830f2cf3f4bfc1a3a61a51c5899ade44316af","transaction_count":0,"txlist_hash":"f96598e2169d42d81b91ba03e7403dbd25a61399290f358022a998e4375fe2b9"}',0,'BLOCK_PARSED',NULL,'25b9a33fba32fa24ca79855cb9cfe906d1b45923bdbad8499cd1e41a3333be92'); -INSERT INTO messages VALUES(175,310036,'insert','blocks','{"block_hash":"158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76","block_index":310036,"block_time":310036000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'902721643472051457b8f4f0c33fb9685d2d27aa6bb5f2cf4a5123c4d980db85'); -INSERT INTO messages VALUES(176,310036,'parse','blocks','{"block_index":310036,"ledger_hash":"86c67fd234ca9d2406080018b2677386990fac477db8008c0092d40a398203ed","messages_hash":"f7d6ad3bc00b64dd17e10543ab345457046befcb4d01381d99dd780924d3ae74","transaction_count":0,"txlist_hash":"ae7fdf3e9388811e96d470070db9ac45b5b19754bb4ad424aade40fede3c9cf9"}',0,'BLOCK_PARSED',NULL,'e50c9e7a6e06ee87c0b6c591d6e6faf8417d0d1984be20215e9ef5e9bfdf7348'); -INSERT INTO messages VALUES(177,310037,'insert','blocks','{"block_hash":"563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07","block_index":310037,"block_time":310037000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bc6a5e82ed2e08486e3d69f87b683d0f7da0ee41cf51e08a13b1da3f3a55c98f'); -INSERT INTO messages VALUES(178,310037,'parse','blocks','{"block_index":310037,"ledger_hash":"3ae6272437eb0758a779d68785c41e119d1204dd5421c78e03b9d12eba64804b","messages_hash":"9dcd89ad0de29b990a11a8b9061fcd9d27f2e901cd97073c2c8525add555cb55","transaction_count":0,"txlist_hash":"aa9600ce32fd7c1d6e963a51648eaae043685d3369413785517172d1f94d551b"}',0,'BLOCK_PARSED',NULL,'f47f0b4a67f1b931e93e74b2cc1564109e9da5d2d75232b729088729c1929f59'); -INSERT INTO messages VALUES(179,310038,'insert','blocks','{"block_hash":"b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2","block_index":310038,"block_time":310038000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4be3a3db7f43556bcf3840995e2c9a9c562ec144e9727829bb29b13fed1507c1'); -INSERT INTO messages VALUES(180,310038,'parse','blocks','{"block_index":310038,"ledger_hash":"18f7552567b898f6c2cfe8c829903912445de5dbf05b56a13bf9b402a24fdc11","messages_hash":"5c5bf2f490f46688814f2c426b760ffd3d2a2414c900fa3aaf36bccd3e8b2041","transaction_count":0,"txlist_hash":"46ce886f050bf7a80355da9cb15b35f5d38809ef2ec1a25250f057b63f51cdfc"}',0,'BLOCK_PARSED',NULL,'029a918373364ccd8d5faa4ce3cd179cbbe6d5f8ae267c985d7cc46546c7362e'); -INSERT INTO messages VALUES(181,310039,'insert','blocks','{"block_hash":"5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347","block_index":310039,"block_time":310039000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cec9ff94f0531a42ec0b7f9038c2c6d489513918cf20788c214cf37a91382156'); -INSERT INTO messages VALUES(182,310039,'parse','blocks','{"block_index":310039,"ledger_hash":"85f2255f9256a5faf59ddec1c58b1d3bc12c91bc2c62ead61b48e1f94ea2888d","messages_hash":"ad8240ef8a6e6413020659f3b715f3c33d46b79e0743a3918db2d469ad8cd0d8","transaction_count":0,"txlist_hash":"23a26edddf0c8662b055ed992c75c706221b59ce9a7aa45b757a3d5158772e8c"}',0,'BLOCK_PARSED',NULL,'2d75de01202ff010f0c05c393f81bc6cceb57dbfee7ae69ae0ec51ba3acbaab9'); -INSERT INTO messages VALUES(183,310040,'insert','blocks','{"block_hash":"7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3","block_index":310040,"block_time":310040000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e6e83752844f58b70ce4ee00e76fb15d1009591d89a9a08b551286225f141d1d'); -INSERT INTO messages VALUES(184,310040,'parse','blocks','{"block_index":310040,"ledger_hash":"b799477db184351df5503f8d15d5461a0483ea35142c003b7e640429663ad943","messages_hash":"1092a979bee0adbfef58cc16a110f23e35786fe84bf49b2fc5e105931e7079c2","transaction_count":0,"txlist_hash":"163682e05a9a10f3e3240420c932a7f3f2172484de30dbcac0319ac23a4726f1"}',0,'BLOCK_PARSED',NULL,'73b4899650b128e70bbc074f4536b8880fd5ebb2edc1d97f194feadc3d144840'); -INSERT INTO messages VALUES(185,310041,'insert','blocks','{"block_hash":"5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359","block_index":310041,"block_time":310041000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6b529bc25cce5733d97c367758f057a81ed28e7081ccfa05dfa981444b1294bf'); -INSERT INTO messages VALUES(186,310041,'parse','blocks','{"block_index":310041,"ledger_hash":"efa9cd46741b59e74263d6d348584f1a61e8ba32163c09fc3ff2e41a5431a483","messages_hash":"c819ca711d8a0fdc58a058460d2d488f712b3fd6d5a7d00e1671165aa39c45e2","transaction_count":0,"txlist_hash":"a159868ce28207aa243e7ecc50f188e8e34e5ddb5d801b645b1c16a596e060ed"}',0,'BLOCK_PARSED',NULL,'4e0d7109b4419c51ff3a94b3a3b82248d405abbd8d9bfdb8922dc09b6eb06c5f'); -INSERT INTO messages VALUES(187,310042,'insert','blocks','{"block_hash":"826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4","block_index":310042,"block_time":310042000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4838cad93c7a7bb1f99b62a17854d18b98911afd7fe965518bc4bb5465a27205'); -INSERT INTO messages VALUES(188,310042,'parse','blocks','{"block_index":310042,"ledger_hash":"f3159919f381d46a3e1341703e55192a02a36519e71fc2675285a3a14c4ee04d","messages_hash":"5d8f3bcddc3c9fda4d62d0de0192ab025e32fea1746ea78134085c12675093b9","transaction_count":0,"txlist_hash":"52bca7ccb83bfe83d8693ebc4c5b1ce518b2ae472dfc81f2c2940dc2460eeeab"}',0,'BLOCK_PARSED',NULL,'376c153aed7a21ee3d5722fb409b58d747544a000888eb848390b6bbf9e5181e'); -INSERT INTO messages VALUES(189,310043,'insert','blocks','{"block_hash":"2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51","block_index":310043,"block_time":310043000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2473f6228e0c4d11a5701e48431cf4ea50bc65fa0ba1090f8c51af89732c7d68'); -INSERT INTO messages VALUES(190,310043,'parse','blocks','{"block_index":310043,"ledger_hash":"961c79ea2b7dcc2d7489c423b568fb978631e71732d6b998bcc0657aa4d19194","messages_hash":"24a5bae880a677d98963b9510ebdf7a9b099eb70ac4a25b192c8ff4a14b34502","transaction_count":0,"txlist_hash":"1fa2eb6aa4c8b5efd093c6e484dddb85eabfa0de55edc929e04487ce65e73608"}',0,'BLOCK_PARSED',NULL,'7f0ad431bb391ad4ad76031614115165e600e8e5c518f5cc47eda462f6070c46'); -INSERT INTO messages VALUES(191,310044,'insert','blocks','{"block_hash":"3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b","block_index":310044,"block_time":310044000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'867fe1795f961a133ca7617c9cc8aad6d94c7645bc692022dbd49e70de170350'); -INSERT INTO messages VALUES(192,310044,'parse','blocks','{"block_index":310044,"ledger_hash":"d674c39010fd4554efa487d97a3d9cae278ed9b4aff0ce57db33bd881beeb3e3","messages_hash":"9ac41f752a246451278b0aed4950d3f01deb5e3dd16045714687d86e6a4e6073","transaction_count":0,"txlist_hash":"ddc2517e1efddbe56185e00d77333ef9f2f2ad6c59e042d65a8f4d8c2b323e5e"}',0,'BLOCK_PARSED',NULL,'dbe7cfd5d63c72e9efa65b51762347645a631e78f51f8a6283f4462125e54bb8'); -INSERT INTO messages VALUES(193,310045,'insert','blocks','{"block_hash":"7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98","block_index":310045,"block_time":310045000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5949cbedc2b5b1b3f62ab9de0b93431fd75e25fe1de9ec651ceb0fcc1e1af63d'); -INSERT INTO messages VALUES(194,310045,'parse','blocks','{"block_index":310045,"ledger_hash":"9ba70a032ae92672174421689c0845784f0cef7374e88b2f5258260191864bf1","messages_hash":"6d8592c519cd09cc34c40ae52f15b45dea1aaf155f08a7c3d27891d37ce9b568","transaction_count":0,"txlist_hash":"3b1d5cd9cb8e7b753233ac0dac5e697226ae372bff3813852434d96996e78fac"}',0,'BLOCK_PARSED',NULL,'bff812d3e1f8abd748045a83d6975712ea38da4a90b6e90f350853c2828a4173'); -INSERT INTO messages VALUES(195,310046,'insert','blocks','{"block_hash":"47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6","block_index":310046,"block_time":310046000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'183ceed3d49e3082f1e27564830ff7df1ab47cf1f11781fffea76e57773020da'); -INSERT INTO messages VALUES(196,310046,'parse','blocks','{"block_index":310046,"ledger_hash":"114a6ab930fbdf8531431620ed219db3756a634c5b99af6ce1ee66d527d277ff","messages_hash":"9174daa0f3f2b506a649c09fc6e49dcdaf6886222e46397bd95032c57fbe08a7","transaction_count":0,"txlist_hash":"becb4b0241accefb95aee137e58d406e15e87c28ed3f051938b4fc02e249b21c"}',0,'BLOCK_PARSED',NULL,'ecb21747cdc5167d7d3859bae0e9380e3e518ddbc5fa4c14e33b51024d8bc97e'); -INSERT INTO messages VALUES(197,310047,'insert','blocks','{"block_hash":"a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075","block_index":310047,"block_time":310047000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2ec40ba4c48481cca228fcd5eb289726d4f424da8e5715dd712f5a9771223bf0'); -INSERT INTO messages VALUES(198,310047,'parse','blocks','{"block_index":310047,"ledger_hash":"5356512c94ea2c77623d874a927aae8c3dce287a34dfd27a617abfa57142c7f3","messages_hash":"0f344c38b39f7a0aa6bd879076f39c962addc52ab0855ee6c056e4c3433bec7a","transaction_count":0,"txlist_hash":"6e06ce8a113de9e8b1a88516a512671aa2cdef60168a40d91742caa281417634"}',0,'BLOCK_PARSED',NULL,'bed61d6b5a5c010f5cf67678bf414ed2c943add2ee7801aac67bdd654c89b0d0'); -INSERT INTO messages VALUES(199,310048,'insert','blocks','{"block_hash":"610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309","block_index":310048,"block_time":310048000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2aea8d740a73f2ddb24d1ee1d66ee33a4c8142d9e24c499e34b199cdaaad92ae'); -INSERT INTO messages VALUES(200,310048,'parse','blocks','{"block_index":310048,"ledger_hash":"0902ca0868560d05049c983bca3ab91cdd5eafc46ab0a948d702abcbc4010582","messages_hash":"0f385f3e2919cd03a76480c1b304f6bbfae4d4c8588d3dc07b35e8202176e483","transaction_count":0,"txlist_hash":"67a2fb81ebb42dc6781746a403d81b4e7603f82f02724074541d42380d7269fe"}',0,'BLOCK_PARSED',NULL,'ffeae3610be53dbed5d8bb4788a38af2ec0ee0a0fc1abffae63b7b378867e475'); -INSERT INTO messages VALUES(201,310049,'insert','blocks','{"block_hash":"4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c","block_index":310049,"block_time":310049000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'327fd42318fdf69417c9e527cffd2ddb0d66f59f192a104e024b9cc60b1d8a9f'); -INSERT INTO messages VALUES(202,310049,'parse','blocks','{"block_index":310049,"ledger_hash":"978794628fc95756032cb7fb4e9d5ed286373d84fafbcfceec9af71d18c4c0be","messages_hash":"db2204a037631aaa944b6f721cbb60d8203e2df1f34eae2211320b7f85f75a01","transaction_count":0,"txlist_hash":"ac68aa21454eb2a2ca973b5451523fc6d2a4df6906b9472891cf8e06087e130c"}',0,'BLOCK_PARSED',NULL,'06f1b4327166596f269968eeb2e7d2cb2883a84ddd4f24155d77839208169603'); -INSERT INTO messages VALUES(203,310050,'insert','blocks','{"block_hash":"8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348","block_index":310050,"block_time":310050000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3388451b332b9c29de1d52e160dce13bd1c933f0d28f71002a20717e246523bf'); -INSERT INTO messages VALUES(204,310050,'parse','blocks','{"block_index":310050,"ledger_hash":"ff16abeb1d35e0e422f165e206b0d69e0b9ff48b68fc6656c1af74801908b92d","messages_hash":"da86985fc3cc405e0a82806469af38b8f1ed01b1476fd9c6412de2049f0e69c3","transaction_count":0,"txlist_hash":"720d553ed03860df12ab60af34cfec86b9d7ec80275f6d8815e3f61166e3af88"}',0,'BLOCK_PARSED',NULL,'4f59dc0184e0a8c793051ed7292916ff65f258bc4f3c9c7acbf3bb4089347c4f'); -INSERT INTO messages VALUES(205,310051,'insert','blocks','{"block_hash":"b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6","block_index":310051,"block_time":310051000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cf7a974e6b08d9a7916610c55a9f843405664ab2251153dcbddedbeafae82702'); -INSERT INTO messages VALUES(206,310051,'parse','blocks','{"block_index":310051,"ledger_hash":"556ff900993e70cabefd05ddd5dbe3e8e10bb5c9ada7913b75d84af067004ed5","messages_hash":"cac784f8e109a4610e607c27b8b109a7d85d533ca4343c7de3e2dec3cb40ee74","transaction_count":0,"txlist_hash":"656a21084dc8f46455fd2a42ebbdb0efd5c879ccb16e9b1532a6ab5323debdb4"}',0,'BLOCK_PARSED',NULL,'ccd7a8ee8477e81da30d7a42bc4d5dd374a76beee260503ca19992b21e909a71'); -INSERT INTO messages VALUES(207,310052,'insert','blocks','{"block_hash":"0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2","block_index":310052,"block_time":310052000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aecc3ff90533faa6ebc9d8487bc4af2682219cd297a8eed0862240e4d740352b'); -INSERT INTO messages VALUES(208,310052,'parse','blocks','{"block_index":310052,"ledger_hash":"15af3a616a2974aa70b7b58f88132051f335af299473db925b619fda8be1afc7","messages_hash":"3795b8f916794bf29221c6f1fd18cb43dc94cc997b720d70a70d37237c56f4ba","transaction_count":0,"txlist_hash":"3f90b36b7ebc9a2daea1e498bb44100f12f35c9df04260448bd38b23375b16be"}',0,'BLOCK_PARSED',NULL,'a70712096e681ed782366bb1af667e6fa19abd6dfe198ef1b5594e49ae6bb367'); -INSERT INTO messages VALUES(209,310053,'insert','blocks','{"block_hash":"68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f","block_index":310053,"block_time":310053000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dd6a27726686c20131baba2fe6f9d0a03043f2fb86be8c2489732e2037207ee5'); -INSERT INTO messages VALUES(210,310053,'parse','blocks','{"block_index":310053,"ledger_hash":"ed0ed3b480b38929a425c2b61c86582495764624e020cb86b3a95fc7d59c692c","messages_hash":"306a78395217221973add223007e0ef09218bcc1d22797a862be59332eab6924","transaction_count":0,"txlist_hash":"67427731be09b73755cd460d142686c903b819b7b8af48297d460ab91fde3609"}',0,'BLOCK_PARSED',NULL,'32d98d90fd66057b273a1e8f5717492bdce47ed2e1b2b0eef442d6df7d0ddd22'); -INSERT INTO messages VALUES(211,310054,'insert','blocks','{"block_hash":"a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305","block_index":310054,"block_time":310054000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e69e2c4c0ff81c5443647d32ed2acb03f1820c144719f76d1e5069385e7a88db'); -INSERT INTO messages VALUES(212,310054,'parse','blocks','{"block_index":310054,"ledger_hash":"f012825d2d549910910ad6b7e4ac2373d095b53869f0793709684f0ff05bb108","messages_hash":"e4009ad7f460573c83637226b8b5f3a2accc32c2ce0e9c9775ab01128938e295","transaction_count":0,"txlist_hash":"c5e4ba3e2011e7fbf238285525a544de3cc0fe9360a3451392a4c03acd508690"}',0,'BLOCK_PARSED',NULL,'0e728c6e1890b6f7fe784df25c39f26d1e5f87949fa0ea3ee8839fd891e10787'); -INSERT INTO messages VALUES(213,310055,'insert','blocks','{"block_hash":"4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356","block_index":310055,"block_time":310055000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b3b0f9ae495127b49c7840acbae9449cfaca5d0b5abeb7c3b712498121c92437'); -INSERT INTO messages VALUES(214,310055,'parse','blocks','{"block_index":310055,"ledger_hash":"90c08144277fe622573282349edaf9e59289b716b5b4e368d88ac25e67e788d1","messages_hash":"e0529cca2f84bd0f4bb4fd6e60008adaa8632af5743c0c305d7aaed0084259ed","transaction_count":0,"txlist_hash":"5e4a8aee5f04d75d9ffcc85e8344c445b5facfc838f39a77b6b0d5acf6cd8213"}',0,'BLOCK_PARSED',NULL,'b755f4a09fdf18a2fbd9bea603186b0fa8e9a1df18c76a251e4f0c39049a213d'); -INSERT INTO messages VALUES(215,310056,'insert','blocks','{"block_hash":"7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3","block_index":310056,"block_time":310056000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1975cb593cf78bfcfc022b3943b55ad55722eb8b0f6a111d636e03995c1e1292'); -INSERT INTO messages VALUES(216,310056,'parse','blocks','{"block_index":310056,"ledger_hash":"c888ae590b64fa4514ed7f94ba785b12e881052185cc4702b598cf6e48cbb3ba","messages_hash":"ee5783d7c7c6ec5d4b952ace2ae36d7256cbfb4dfbfe7b5aed243783d982336f","transaction_count":0,"txlist_hash":"1cb780a12bb6040055fa694822a4f39c340a18a858f0b65a8b227a6fd6fb4f31"}',0,'BLOCK_PARSED',NULL,'0d8f205b912e2661e02825bd804bc9e3140470032444828fc1ba268b11b97b08'); -INSERT INTO messages VALUES(217,310057,'insert','blocks','{"block_hash":"4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411","block_index":310057,"block_time":310057000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'798552ccb7055bd904e2c6a1003940ee48b53308c77a2cc2af51bdb6f2cff1e7'); -INSERT INTO messages VALUES(218,310057,'parse','blocks','{"block_index":310057,"ledger_hash":"e68c9a569fda6f1e1e59502953c9735857a0ee158a76397722436466df24708e","messages_hash":"7c8a6b8391d2bc04f8bc753a546aaed285099457e57780e655b29e206a395b25","transaction_count":0,"txlist_hash":"2e175f240928edbbd5a5c6c5f3fbacd9516a36c7e99501703e9d1b19999b2029"}',0,'BLOCK_PARSED',NULL,'8c763112d8919169b14c4fb1d3b89cfb65b2259b37855e732fe5e333b674046c'); -INSERT INTO messages VALUES(219,310058,'insert','blocks','{"block_hash":"a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f","block_index":310058,"block_time":310058000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2d26e7600c839a6b072389dcac07ab61b7d67e2e7e9db1fae28d442995da6c2b'); -INSERT INTO messages VALUES(220,310058,'parse','blocks','{"block_index":310058,"ledger_hash":"9f6607682f4a6274c2a45895f849816aec83ff0820709ba781634b84518eb05d","messages_hash":"ec9f056c35ff165304d41231c439b1d3b52981011e6bcd7c354120b04be36e61","transaction_count":0,"txlist_hash":"cca92bb672e368c0c1e5b4674a48e150a870f56a67339cbd74926d541ae2a4e4"}',0,'BLOCK_PARSED',NULL,'202a5a1f36ddfc8cf2419663beeda1afb2d3591c09f9905b693b1c5bb6d8d3cf'); -INSERT INTO messages VALUES(221,310059,'insert','blocks','{"block_hash":"ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9","block_index":310059,"block_time":310059000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f9105dd5cd6b9850c078700e9963a909b73492d8d751804fae6b4894054a029e'); -INSERT INTO messages VALUES(222,310059,'parse','blocks','{"block_index":310059,"ledger_hash":"49b10a5c390f603e7be0d405bf1fcae95fd15682ef2e41a3b2fcf713d271e541","messages_hash":"532fa5a42a4c427c2085218a3923bd3ab378f91c24c680135edbfd18e2381579","transaction_count":0,"txlist_hash":"12b8b50b634cb6843258f1c130df1cae60898c902d3e66ad00e1303fde4d8724"}',0,'BLOCK_PARSED',NULL,'227fd3df3ecbd0482dbf6e483960981ed27d8df9d1ba8ab84700a78b0f98c2e8'); -INSERT INTO messages VALUES(223,310060,'insert','blocks','{"block_hash":"974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b","block_index":310060,"block_time":310060000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'049db124c0e566d419371e052aeb4a52964015036a185f0420552c5601383602'); -INSERT INTO messages VALUES(224,310060,'parse','blocks','{"block_index":310060,"ledger_hash":"1d6cea34d6f7042ced3a5211da80de88fa77c900af5526f3033b715e4f68df17","messages_hash":"ff88f2d70bc66f2a001cc0c0bb9005dee22cca1a2e4ae09f79fb1a9f1eda5c17","transaction_count":0,"txlist_hash":"40fa40a1a2c02ca514f309fe27268e9e493374bf3edfca8de66e3d46efa32ba6"}',0,'BLOCK_PARSED',NULL,'cbd1a9d203d0c6f9968f332483fd7cf4599c3cf417829c0531050bb83f02f9b6'); -INSERT INTO messages VALUES(225,310061,'insert','blocks','{"block_hash":"35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf","block_index":310061,"block_time":310061000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f632629130aa80359f21c440737af2f5965f6f6f3a1cdc95c3a0f9b5697f2ccf'); -INSERT INTO messages VALUES(226,310061,'parse','blocks','{"block_index":310061,"ledger_hash":"0c43668fdc3d6cc6ec84fee99c68f0eff21650a618db35bc20e428550eae9b0c","messages_hash":"2b2fb6a0fd87e50f26ba389c5261099ef37556e8b991e41b01503cad5e59019d","transaction_count":0,"txlist_hash":"4aa0becfc939793d7dccbb0b19881889a20c801e6c627be8ab8a2ffbd8cee8de"}',0,'BLOCK_PARSED',NULL,'b875d2af0c9ac7c9dc02ca36804ce4d887a74d3d67b028a92a35f0c1bb29e696'); -INSERT INTO messages VALUES(227,310062,'insert','blocks','{"block_hash":"b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f","block_index":310062,"block_time":310062000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'884a70623a5244884dbca3ff1029cb104e576681acd5be38d91b62239b2af570'); -INSERT INTO messages VALUES(228,310062,'parse','blocks','{"block_index":310062,"ledger_hash":"cf03a34b29d3a8f8ea5fadb017426f2843c6ab2e785032b6dec70d7aba7bce4a","messages_hash":"48ac8c7c8ec40a48cb18cdbcefa82e4798a0b7d1d588dc2d439bab7fe88ec10a","transaction_count":0,"txlist_hash":"3317013c1e6464e0296f5aa7f50208ede42ff9051e4e3ce2da92584cb80a3079"}',0,'BLOCK_PARSED',NULL,'c5750512377190d82a96fe426b6776962bf83eb78a8ce7d30eb21e1d25fa9df2'); -INSERT INTO messages VALUES(229,310063,'insert','blocks','{"block_hash":"0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe","block_index":310063,"block_time":310063000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37dec85fcae8500a14afa32ebc9d6711679f59d888b8300d479fc9bcad74d76e'); -INSERT INTO messages VALUES(230,310063,'parse','blocks','{"block_index":310063,"ledger_hash":"e145dfc2c7f053a1ba4c8a41d042b40c0748eefcf9e56c5e906ad4b12f3653eb","messages_hash":"d91f4811ff94f5ed69f9def6a3b7daf94d88c9acb736d4b80b192a7234301edd","transaction_count":0,"txlist_hash":"b58f95d06b31f7bb5c6f6bd5c5c4460ef4e4ce0e1d154b8557a18cb73f36d432"}',0,'BLOCK_PARSED',NULL,'27c53cd3d94741ff37fa9ff566243075ef7913ee0c775f10a43cf2340ba46f87'); -INSERT INTO messages VALUES(231,310064,'insert','blocks','{"block_hash":"e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30","block_index":310064,"block_time":310064000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5dc850e8c085c7665d3c1b2fd8f18589676d19bbc4eca6ba0999558d38845679'); -INSERT INTO messages VALUES(232,310064,'parse','blocks','{"block_index":310064,"ledger_hash":"ebc34184623da16251782c82098c7fcfda42f95b155eadfacab2a53e3b34333e","messages_hash":"579ef909b8e26b2d76d89d71a8b35bf6f9b6220ff68afe717b73889d3ff6acc7","transaction_count":0,"txlist_hash":"e33ac70126559506de70ca420f152dcb639fd0e841d0d7259c0136d518fd4f39"}',0,'BLOCK_PARSED',NULL,'78cea7502f0d98db4bde48ec6f345c44ccc3431348695c30b42bc14a6d16e4c9'); -INSERT INTO messages VALUES(233,310065,'insert','blocks','{"block_hash":"8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a","block_index":310065,"block_time":310065000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9ddf469192581a28512f82405f6bb773558e0ebb64d87f8207fe3c20e90b40ae'); -INSERT INTO messages VALUES(234,310065,'parse','blocks','{"block_index":310065,"ledger_hash":"db746a9e0ad8f37c14ef14180dd1bc562ae757a6d4d042a517bb8953f34c6958","messages_hash":"2cb7e35d911b6c3d81d21c7440354fd472f16d7ca80b48884f836cca1bad9251","transaction_count":0,"txlist_hash":"9d52ca0b8859777bcbe84606017ec53961075699eff51b34b80e5a6ed33b137f"}',0,'BLOCK_PARSED',NULL,'6b718648e03b84b57133a5f893adfa9a92602e9a6f8313a7ec8bd4fc2e440709'); -INSERT INTO messages VALUES(235,310066,'insert','blocks','{"block_hash":"b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d","block_index":310066,"block_time":310066000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'331bf89de8eaba23c53c174ac48609512544e73f7706342a81b68649f612622c'); -INSERT INTO messages VALUES(236,310066,'parse','blocks','{"block_index":310066,"ledger_hash":"cc71a63314b770e4e010bc7c66d8ab808451b6401e6df8558455a2bfc9bb4882","messages_hash":"4e4d530e4aad69b1d77a10ccff26a565621106100813f93aec978ec2c6a1f0a6","transaction_count":0,"txlist_hash":"5122312265a8305639f6490bc51fb025626dbcd38c5735ce85cd652348f2e86e"}',0,'BLOCK_PARSED',NULL,'0938d90cf1cc71ac82a237a44c667644dc39eb4237188caa431fd57477f98bfe'); -INSERT INTO messages VALUES(237,310067,'insert','blocks','{"block_hash":"8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577","block_index":310067,"block_time":310067000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c6156b8c82c0be61b75a45d226f18744a93f8acee93c006b9beae1df141f5789'); -INSERT INTO messages VALUES(238,310067,'parse','blocks','{"block_index":310067,"ledger_hash":"a5812c0f3a37b04d5105bca6b0c4819a41beeedf5b0f314f476ab55d6c31235d","messages_hash":"4b5e0df8c13bcc5b2a1a56f2c25dc80b107b8e8c4b6060d2f20612288ba82e9a","transaction_count":0,"txlist_hash":"764477c3a233cd407804695f42948d3017951e90b7474cfcc24ef81ee49fdad9"}',0,'BLOCK_PARSED',NULL,'6c121074de6432aac6cac39de7477e96e3eb6f015fa7bd5d045db393effaed03'); -INSERT INTO messages VALUES(239,310068,'insert','blocks','{"block_hash":"9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5","block_index":310068,"block_time":310068000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b0ee73290d68950b3e855c3ff4c20f24e647677f4987536592fd625df126ebf4'); -INSERT INTO messages VALUES(240,310068,'parse','blocks','{"block_index":310068,"ledger_hash":"14f065751896a2724251b6ca6d0297b344986980075fb72ad058ad0b5bedcd3c","messages_hash":"672b9823218974506e40bef024bd98cc1ea65205a3af7c459522aa6f9bb9dacc","transaction_count":0,"txlist_hash":"866fceb74e8e97d663493f3546519b01f51e1a3cb25bde4b0f3c2e960d2eda85"}',0,'BLOCK_PARSED',NULL,'11df08ef336724a8179f02c74c0b4980711f32cacb93bd927804dd18231db398'); -INSERT INTO messages VALUES(241,310069,'insert','blocks','{"block_hash":"486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7","block_index":310069,"block_time":310069000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'986a033990c33b8dc0a96a2ed4a98645c5700003302e1103acac2cace5223424'); -INSERT INTO messages VALUES(242,310069,'parse','blocks','{"block_index":310069,"ledger_hash":"a7dd17b4760fb65ac58be1b1653f7cb0e90574c47f70c61ff9f940ad15ad3658","messages_hash":"ce3912036c024d236ae419b47d8561bef2af5316879373511dff6bb17e891e5e","transaction_count":0,"txlist_hash":"9e0565827fcf295ae2149bfcf5e0db29237f447760832083baf94de145bdb531"}',0,'BLOCK_PARSED',NULL,'d75a5c952831fe78d130ddcc629b24d207a62fd4f2784f66a982c7a72164557b'); -INSERT INTO messages VALUES(243,310070,'insert','blocks','{"block_hash":"8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5","block_index":310070,"block_time":310070000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'43d23bcc3e2731388145b8e3cb8842191971eb764d34902868d2770c66bffe8c'); -INSERT INTO messages VALUES(244,310070,'parse','blocks','{"block_index":310070,"ledger_hash":"8068a6bcc5d1fc1a78562f0f3165423b45b4674e55f21c4c09948fb65ee632c0","messages_hash":"f68a4705b749c259ca3f505c32f403d41a4bf259676e19d6e0caf2f73b4f717f","transaction_count":0,"txlist_hash":"03f84e0f0838204a53ce54e3cfecde00b2e5741ed08aab0c0d9ed99513ab4655"}',0,'BLOCK_PARSED',NULL,'4709b52f3ec3315f26fbe685b654d4e2beac269f0b53376dbc54fc8994f6c877'); -INSERT INTO messages VALUES(245,310071,'insert','blocks','{"block_hash":"7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b","block_index":310071,"block_time":310071000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'14e1dadbd19c81ae9a6d64abc5d19260872f51c1173766da2d9d6e762a6d4bd9'); -INSERT INTO messages VALUES(246,310071,'parse','blocks','{"block_index":310071,"ledger_hash":"af86ffad4b8dd68a0f18142935bbb18623cc5ce2e9e0c02f04c0e7a5dd974e17","messages_hash":"eb42cd22cd5b3ef02c1ad6fc8f7c4a719ef930ae7356c7344590fe2af980a1bd","transaction_count":0,"txlist_hash":"9b3e1c7af0bb119e69813161c19aeac4dd5a594ece5f67f21ffb55b8edaa111f"}',0,'BLOCK_PARSED',NULL,'02504d3f499cdb5b244e73dd067ea8ea81dc9885d269e776430937ec08cdf6c1'); -INSERT INTO messages VALUES(247,310072,'insert','blocks','{"block_hash":"7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a","block_index":310072,"block_time":310072000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bb045bdbc5a94538722d56569112c38464b2f73ca5cf2b3449d102df968912b0'); -INSERT INTO messages VALUES(248,310072,'parse','blocks','{"block_index":310072,"ledger_hash":"36de48518d1446b33f2230c5eee7d18e040db543fe03dca001174f8382c209ee","messages_hash":"67e14ebc5cdc137fbdadb78bda42c4cf23a3133de82faf991f86be5d561c801c","transaction_count":0,"txlist_hash":"33fccfbad1dd91d9102b82f11b7c97883bc5d5fdfd44584cca6c40fbd04ce2d8"}',0,'BLOCK_PARSED',NULL,'2cd3fa37f1e411098bf6c978f073263865f3b65a834006bb4c6ee5773c642462'); -INSERT INTO messages VALUES(249,310073,'insert','blocks','{"block_hash":"ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943","block_index":310073,"block_time":310073000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eef4f86f8f0ff3af58ef372a2c3da50030e87a0bb400ad8a01e5c501b85d0704'); -INSERT INTO messages VALUES(250,310073,'parse','blocks','{"block_index":310073,"ledger_hash":"4374f567cbc460b73e74d6190db353c3ee86b92c3f99e392beae3caeb264eb5f","messages_hash":"49e2f50c95f3e59ca8962a887f525c67d20627da2bec360b8273854459e2ac09","transaction_count":0,"txlist_hash":"7544980dbaa8029ae36d883e3079bcc82f2d140072d4dd65cb3384510692ff45"}',0,'BLOCK_PARSED',NULL,'d623124b736757d5e66ddb5af6d1e0ed384832ba52ad33dac9d0fdc5ae223c9b'); -INSERT INTO messages VALUES(251,310074,'insert','blocks','{"block_hash":"ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb","block_index":310074,"block_time":310074000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'923e386186f6dc7d8bf094c698fd0b5ad416927bdd8263d3f285cc239a563086'); -INSERT INTO messages VALUES(252,310074,'parse','blocks','{"block_index":310074,"ledger_hash":"54fd95cdf7f9374d1687590f2860276afe67a265ddd9216e5b63fb06c5bd569e","messages_hash":"f6fd8646a71b10827e65a70845613830eedba16aeab8210f55a1cb0ad41d5f78","transaction_count":0,"txlist_hash":"1efba9ea6a8d2e7ee6ee2070b84b497feb66e3387e05c1e4f4989f086e5e02a2"}',0,'BLOCK_PARSED',NULL,'9244ba66eda4ab9065091bbd3ca7eb3a2d1ef3502aa962ae4cf38f2103c9ba05'); -INSERT INTO messages VALUES(253,310075,'insert','blocks','{"block_hash":"ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b","block_index":310075,"block_time":310075000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'10bb4850e1bb544d053e404c738b3a9dd901df5f613523b1e767ff1c65fb0641'); -INSERT INTO messages VALUES(254,310075,'parse','blocks','{"block_index":310075,"ledger_hash":"2b42e23b43d30f91fe7705a01f0c8ec86d6230815b587704bcc70b91b5ae87b8","messages_hash":"cd391746d4ccc538514fd9eef7e67de157f12e88f864fa2c47be84c93356d388","transaction_count":0,"txlist_hash":"a370830ef1758c18c88e6d9fcc5803fc15f1dbdad0f2d6a0773f902d86ad7c97"}',0,'BLOCK_PARSED',NULL,'868b0c5e5388d2ad61f6260be9118c0ae206b180d33159bd9a1ba08577508c08'); -INSERT INTO messages VALUES(255,310076,'insert','blocks','{"block_hash":"3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92","block_index":310076,"block_time":310076000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6fc029f0c177da6edd2fe8e086f960170b0538eb221cb9c42f27820616aa4707'); -INSERT INTO messages VALUES(256,310076,'parse','blocks','{"block_index":310076,"ledger_hash":"577092728a4dc81cd9a06fcf6d2b058f0e4ce8bcb395819a704d6b4144f041dc","messages_hash":"ba3007f9afeec7323bad11c030868dcf6ce7fdd09fe96dbe1ccf1adac553c90d","transaction_count":0,"txlist_hash":"05ce95f07d03f4417a2fd15224418c8ba4ae196e9ec6f3192f5324c028363641"}',0,'BLOCK_PARSED',NULL,'fe2125a7ad9e5522c2c6e0297dd14e65ceee11b2fc13da465ee1bd034731ddfe'); -INSERT INTO messages VALUES(257,310077,'insert','blocks','{"block_hash":"d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd","block_index":310077,"block_time":310077000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ed34407e8c687e59e0256b973d9e3bba155042422d66acbf53c2483c7458f44a'); -INSERT INTO messages VALUES(258,310077,'parse','blocks','{"block_index":310077,"ledger_hash":"d1ba60181f3061673c64ecd0b92abbc19b1a6e69a927dfefdfd8b8c74171ecd2","messages_hash":"56718f699984b0c0ce3c414fc9eb03cfcfd9cb39f911eab991441f1c0f53dc00","transaction_count":0,"txlist_hash":"6c9e35feb56fb01c37fce04a1e6dc5f7747a6d26ee2f39ac584f11e8359dce71"}',0,'BLOCK_PARSED',NULL,'c7bba020f23439a86ac0a110522e79d59d4be42887991c8f96fe7d34bdfd499a'); -INSERT INTO messages VALUES(259,310078,'insert','blocks','{"block_hash":"f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6","block_index":310078,"block_time":310078000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8c33d41af2c10cfcaf6308b861f43e99c60ee1ca833e66bcb0e2148474b9e580'); -INSERT INTO messages VALUES(260,310078,'parse','blocks','{"block_index":310078,"ledger_hash":"c0a9270d15793e68cfd1cf445315d737bed7052914da6def4f014c21f0c9e0c5","messages_hash":"b05627a27488969bd2b6fa27aec06ec88857ae8c761bfe01fd0a203dd0514638","transaction_count":0,"txlist_hash":"d59b48425061f0965947dd025cfa0fba8855e997f376572c585db72203b9a80a"}',0,'BLOCK_PARSED',NULL,'775893aa38f15c59b900e248d37406f072f4756d5549490bf8950df31251081d'); -INSERT INTO messages VALUES(261,310079,'insert','blocks','{"block_hash":"f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c","block_index":310079,"block_time":310079000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6d09de9c6c3610bb796a94b29023c040cd921b36d6ff1aa926c63878b314c397'); -INSERT INTO messages VALUES(262,310079,'parse','blocks','{"block_index":310079,"ledger_hash":"74eaddecbf5ab6608c1e95c1c313c13f2af2b649512cc8c7016717d21e93f815","messages_hash":"df5dd441c83ee293b14013f07f33117d128f319db307da6527aea52ad91862ab","transaction_count":0,"txlist_hash":"d3f32df02f0e7cd7c2163b47b3ff73d175046599ed626ab343647e1a04525e3c"}',0,'BLOCK_PARSED',NULL,'7edf144e16e9226006b72cfb2b895e5b6d77d2e6628660acb1d0bc7cf02eb589'); -INSERT INTO messages VALUES(263,310080,'insert','blocks','{"block_hash":"42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c","block_index":310080,"block_time":310080000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'12c4cb6147f5b20a205fb9caf0207197bc98703ede24e7068a8d745d2271f0ab'); -INSERT INTO messages VALUES(264,310080,'parse','blocks','{"block_index":310080,"ledger_hash":"a759e3aac1b015e28b8b524106a74b943b215faac8d5079384ec7351b2239bde","messages_hash":"6e17bc10d968567845c1f96c9588792ecada1bee243f2ac26d70848012287bb2","transaction_count":0,"txlist_hash":"f588a6cf255e710d9ee481d53f8bc0fc0e1567d58ee701f1b77f0848db881f5f"}',0,'BLOCK_PARSED',NULL,'12e748b1cd22553565ac75525623d2df4734f8062951bcceff9baeac9b60328a'); -INSERT INTO messages VALUES(265,310081,'insert','blocks','{"block_hash":"6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4","block_index":310081,"block_time":310081000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9b01120ee80bc7e1857ec1e0da20a49d444d100bb90aff2cc42f40b0906c4353'); -INSERT INTO messages VALUES(266,310081,'parse','blocks','{"block_index":310081,"ledger_hash":"71622e25e8497db6fa222e33c60ea582698e72ca5789a52c9252bf51191cadaa","messages_hash":"2a464f9690f8af9e17d00d1db1bbf8dac417c5e83e3708422e9bcf7a3ec3ab68","transaction_count":0,"txlist_hash":"9a2e169d5fa3721f9bb8852c93ca8ed5dfbcccef05cba99ed3f1c61c937f4366"}',0,'BLOCK_PARSED',NULL,'21e584061b20f544666f2f2e25c1139e0d4abde065feed71472b4267427a3201'); -INSERT INTO messages VALUES(267,310082,'insert','blocks','{"block_hash":"4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644","block_index":310082,"block_time":310082000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dd0af064b94913a0bd7d3167cccdb593bfba00712d37c4de29acb8e6d3051f63'); -INSERT INTO messages VALUES(268,310082,'parse','blocks','{"block_index":310082,"ledger_hash":"47e9d8fbcbafcee2b4c145ce651333ce49812533d13f7f9a0e9a448f51cfbacd","messages_hash":"7672b19f766efc631b8d0fcdd13b8f6940a37caedbcfe32f09c5d06ced08bdfd","transaction_count":0,"txlist_hash":"c2cd395566e0a7b16c76cc0ead2c2cc87a684d5a499c76b2370afffe4b408ad1"}',0,'BLOCK_PARSED',NULL,'43180b77cdb335a34b43a3d1d2e2ad033651ac56fe72cd21d618f313fec034d5'); -INSERT INTO messages VALUES(269,310083,'insert','blocks','{"block_hash":"9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850","block_index":310083,"block_time":310083000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'31f6d7fccd2d987488e874aa99874cd9dff2cb8a156b942b5ea5e037fe07a526'); -INSERT INTO messages VALUES(270,310083,'parse','blocks','{"block_index":310083,"ledger_hash":"e61148e7a8125f7225a6b6e1d77786f8b28b0b8a74e60fef3f75fa4de8f7d882","messages_hash":"159e373533417bbb7f6eaee0ae2236bb6a6699240df38b6e97bc5b2d3bc7340f","transaction_count":0,"txlist_hash":"21fb4596655071cca486c2e6988ec980799a9827e2e5f169033a45d21b3c7a75"}',0,'BLOCK_PARSED',NULL,'d1503761aea50f7ba2cedb8897c75d1eee45fc49b5feafd0616b60dd6fdc1361'); -INSERT INTO messages VALUES(271,310084,'insert','blocks','{"block_hash":"1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3","block_index":310084,"block_time":310084000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'68827b9d4340d2a81efb70072bca33481331cf4c686beda544129ac2660b9836'); -INSERT INTO messages VALUES(272,310084,'parse','blocks','{"block_index":310084,"ledger_hash":"20fb450589ddc6c904fbb61cca8588e85e865635c12402ce7ae72995ab884c14","messages_hash":"53b4b281990de4e0d18621a90edca940a2c15f248df9302a267e2181c5ae890c","transaction_count":0,"txlist_hash":"feb3992f370b8465a732bc4d90691b99db691f44e1697ad2775a6df216d93b13"}',0,'BLOCK_PARSED',NULL,'4f2c9000358b76f0992469bf0bc92adf99fd4b1e24ba4a0d543d2128124d9c8e'); -INSERT INTO messages VALUES(273,310085,'insert','blocks','{"block_hash":"c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34","block_index":310085,"block_time":310085000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fcbb791c0fb0f3c67a879d76183ce52d59d84a07b27245ca5d3577f087fbf03f'); -INSERT INTO messages VALUES(274,310085,'parse','blocks','{"block_index":310085,"ledger_hash":"9cea37d548308505f80dc438d5183bac6c6ca424ea4dd9c85d883b05d67cdc92","messages_hash":"74d287c2ab5dbee8e6b8bf4e7321024af7ff36424af5308b725afda1578fcb28","transaction_count":0,"txlist_hash":"277205c28e54078d55ce1641fed64ff4b409b686fbe4aa3a018cead2f969c501"}',0,'BLOCK_PARSED',NULL,'b39f45d96655ad64fa697f58c117238704db52c1bd741316a868541265f69cf9'); -INSERT INTO messages VALUES(275,310086,'insert','blocks','{"block_hash":"080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78","block_index":310086,"block_time":310086000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e380afe485d261995979dfba4e2c256b7d14f282aad76b57b6883d38eb8b6819'); -INSERT INTO messages VALUES(276,310086,'parse','blocks','{"block_index":310086,"ledger_hash":"e11bab5fba2d038086c65030b90ce1cbc988314d0c9846aa7ddac4fd357bd01a","messages_hash":"26ba98777e577b7b3a50c5bf8ad6a90ba38652a9ac5e7c87642d74876d347d34","transaction_count":0,"txlist_hash":"ef3ac1de31e29795732b362218bd244945bea4183273512ff6974ecd0c0a7aef"}',0,'BLOCK_PARSED',NULL,'dd7d1def2957ac6645fcc78150e28dec711d9f669d295c3fe769b4d5b085b525'); -INSERT INTO messages VALUES(277,310087,'insert','blocks','{"block_hash":"4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c","block_index":310087,"block_time":310087000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'54e48b441454f9cfffb1b66056bbfd3215ab954120789c8b1dac69c8b483cc70'); -INSERT INTO messages VALUES(278,310087,'parse','blocks','{"block_index":310087,"ledger_hash":"777873e7ebd0ec3052be65197ec0db8bd72e46d2053badb0f37be1f6e84ae0b3","messages_hash":"f0815726f51d9d32fe332d017bdf250f11f41efe6b211a92845b32f52414f359","transaction_count":0,"txlist_hash":"3bec931f7207a5b03e5a7d390787cd737e598d04025a1514c7654ef34fd1aedc"}',0,'BLOCK_PARSED',NULL,'438b53c1fee89bd96ce7bba91048b802ea229e169be14206fdaac025a22a60b6'); -INSERT INTO messages VALUES(279,310088,'insert','blocks','{"block_hash":"e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3","block_index":310088,"block_time":310088000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'757016ef250b66ffd3846f2f5dc2eb315eaee1386ee843b83410d1ae8f9540ca'); -INSERT INTO messages VALUES(280,310088,'parse','blocks','{"block_index":310088,"ledger_hash":"85a5ea57af33dfddddbcbe1a1c87994efe5a21a645713aa164f19e19bfb23c64","messages_hash":"2abbdb10cd05d6dc1fc928fe47972654cafba9b711d56209563f3d8bdb7035f2","transaction_count":0,"txlist_hash":"4030ee911aec8ebfbbeecede9cfb977088fb591b20cf52d5340e5aa13e41c7f7"}',0,'BLOCK_PARSED',NULL,'77cc8fa60e2e40068b622f4eb328f985c755b11128aabbc6e2cdfef56b26c115'); -INSERT INTO messages VALUES(281,310089,'insert','blocks','{"block_hash":"0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33","block_index":310089,"block_time":310089000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3d00283422e8e8b15e87690f945b8aaf19aeb01c2a1361433822d44dc14fe260'); -INSERT INTO messages VALUES(282,310089,'parse','blocks','{"block_index":310089,"ledger_hash":"bdf3b6e7a14a3aa22d42a7d69f2f96b0993f1eef2952a7d74313c37e1b407523","messages_hash":"1fe1b7fe824fb021a553c39241774779a1f487e3b55dac29e1f7815b610470b3","transaction_count":0,"txlist_hash":"255675a022762a349d44af6315173e05c685f351f2b3b770e0ec80e128969a4b"}',0,'BLOCK_PARSED',NULL,'b65c991ec3ae2677f1256a60dab6ea8538957024b24d4b127c976fc4899ab3b1'); -INSERT INTO messages VALUES(283,310090,'insert','blocks','{"block_hash":"b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969","block_index":310090,"block_time":310090000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2dd6776f1cad30e61df675337ec0d938f5bd2e4b4df861ad1a65d140fe2c7cdd'); -INSERT INTO messages VALUES(284,310090,'parse','blocks','{"block_index":310090,"ledger_hash":"9b3ee688c5786ecc438ec9c843ba5f898fe1ab1a8bc3903ad7789aaf6b0c0bf0","messages_hash":"b901dcbafec9c7817423980ec1c5b8882d3c0e6bcbde08ed5a69a325c37be61a","transaction_count":0,"txlist_hash":"7d658801ab6fbe73231469da5204c5e1c73d290b83449187ec5eec71b846616d"}',0,'BLOCK_PARSED',NULL,'49a1efa145cf59cf9791ed2937b63c26ca1328961724941f3e9ad4d1c9b0754e'); -INSERT INTO messages VALUES(285,310091,'insert','blocks','{"block_hash":"734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c","block_index":310091,"block_time":310091000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3fc951905369be3193f2bb3bf7012c4e32094402dc0f15b6a651ac9be0cc93da'); -INSERT INTO messages VALUES(286,310091,'parse','blocks','{"block_index":310091,"ledger_hash":"25578ac389a77dbf9589b23c5470f3199016ac66a415540ae03efac29dfe7adc","messages_hash":"bb914546b4946033c1d80b9092c6a39f588f8cfd04bee4bfe0c0d4b09f3a23c8","transaction_count":0,"txlist_hash":"1cb14bc9f998c85e670e2e291cde3a2debe9b4013840c0c060417f509c7210ea"}',0,'BLOCK_PARSED',NULL,'ce77f7d25feff2093661abb12da229bde12a67d528576d76947c5bcf8759bf2c'); -INSERT INTO messages VALUES(287,310092,'insert','blocks','{"block_hash":"56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d","block_index":310092,"block_time":310092000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4be7971e99cb494164c2345fba7905296388c60b4a4cdfc2805760e069b94222'); -INSERT INTO messages VALUES(288,310092,'parse','blocks','{"block_index":310092,"ledger_hash":"bb9109ba299c99cb104ebf2ef6e75141c50264d701d27119525ab5d0a54c1a40","messages_hash":"a157afa76192914c8180c0a02f6ab8298ae3e0ab87b97f311ac39a8d339b570e","transaction_count":0,"txlist_hash":"889afcda8b6e0848c7d43014beb0e181c78fa69d3aedec508f4bc0eb8a416029"}',0,'BLOCK_PARSED',NULL,'db6fc25eda273b0bb6aca67b72e2e74e903fef8911bb1e00b9f3e77ce620fc30'); -INSERT INTO messages VALUES(289,310093,'insert','blocks','{"block_hash":"a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc","block_index":310093,"block_time":310093000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3a7163d4c62f2437de41c2d6fbaa1cf1c266510a95b16942f1df87ade5231976'); -INSERT INTO messages VALUES(290,310093,'parse','blocks','{"block_index":310093,"ledger_hash":"cdb21362b3eb4fc10ba3c6bf3aba41bfc5bd0bf2475f742c1069cb4383be7b95","messages_hash":"ad4e35373848e083cdf4e853b55e1a6558ec71b6b08dcf7f6a609163a640cd8e","transaction_count":0,"txlist_hash":"dec762d55ba88cb2c043f627b2a8b26c920cce9d4dc2746065c0bcf2795c2d99"}',0,'BLOCK_PARSED',NULL,'f57625a934ad4a7e0410a9676e86a7d50074f64e33a872acc9e260e082272d26'); -INSERT INTO messages VALUES(291,310094,'insert','blocks','{"block_hash":"2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23","block_index":310094,"block_time":310094000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4e7defeecac6dcb1c905ee950ba38c3f121c6fd13c818246aa867396bb05cb4e'); -INSERT INTO messages VALUES(292,310094,'parse','blocks','{"block_index":310094,"ledger_hash":"b82568de09fe4ea06f3dca053dbcbcc61dbe5e44dd300a4301c995ba180f894d","messages_hash":"73b4665b83b54272f763aa224f8cb0fb22d8a4d9f79ccfbd6e3a47b02b5a88db","transaction_count":0,"txlist_hash":"625beebc3c34fa3276e022a37c79137c8f09af21454e8171cce7ab7a04453047"}',0,'BLOCK_PARSED',NULL,'8da82bdf277e8b2cfff08f1fed528338278e3544f02f8f07f33c0dac48a9ba07'); -INSERT INTO messages VALUES(293,310095,'insert','blocks','{"block_hash":"bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2","block_index":310095,"block_time":310095000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cf149ddf6be3d9316dd38d51a774676e0e064faf6612c8c91d89bfd7c66aaa62'); -INSERT INTO messages VALUES(294,310095,'parse','blocks','{"block_index":310095,"ledger_hash":"513c4a041ee80ba72d1d8428605c682e3485fa45341460bc33fae6540dffb571","messages_hash":"67db730b6e72e361e52147b5c6fc9f3b41112c8f8aa360fe731517b6fe731520","transaction_count":0,"txlist_hash":"b7794e7c8dfe3947ab8d256b94af8bc43acb9ca11f696a81cf9ad98062372959"}',0,'BLOCK_PARSED',NULL,'119cfd094395e846e8d085a6f222b8ced9149b24c9b091743e9bc4c050ad8d8c'); -INSERT INTO messages VALUES(295,310096,'insert','blocks','{"block_hash":"306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f","block_index":310096,"block_time":310096000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'924174e2f475bd8d6f23a61c31448496e82bc92c9f40343ab642583f10e27ac8'); -INSERT INTO messages VALUES(296,310096,'parse','blocks','{"block_index":310096,"ledger_hash":"3e8ff43c8d671159355b2d40a995fb8f6d84f6216fa8326fa80ae39aa9d15d03","messages_hash":"f90c6841290e5ebec6cf327be7cbd1ac198104bf1c570c88288b1e23f98c480c","transaction_count":0,"txlist_hash":"8117c5400c1cfdb97456cf3b79e8572aecf23c29d1c336d5543979d0e81cc158"}',0,'BLOCK_PARSED',NULL,'451ca428f668f4cd40edbc139e0b489e505f8f3ef0b7ece53a6812677a4f1c70'); -INSERT INTO messages VALUES(297,310097,'insert','blocks','{"block_hash":"13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf","block_index":310097,"block_time":310097000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2feea2d03d7503ce6a4c92e8ca65c450fb714a34b49205241169ce15571dfda1'); -INSERT INTO messages VALUES(298,310097,'parse','blocks','{"block_index":310097,"ledger_hash":"19d91de7be12136737d3f8990e7a4a793912c952e71e017d723d750118e849c6","messages_hash":"1adabd4447b2d22d8bd3d60c65268c03f290f4617d0fb01bb25a59ce0f012844","transaction_count":0,"txlist_hash":"1e2f99bf2c03b8c915bd23c94431002d3801a13caf40d9b42f22001c2faf305a"}',0,'BLOCK_PARSED',NULL,'78aa600613213cfc52c7099a9f71ef28c6f8b4608af14b194652f9e20d4c9249'); -INSERT INTO messages VALUES(299,310098,'insert','blocks','{"block_hash":"ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca","block_index":310098,"block_time":310098000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fdeaa3c68cffdb46f709ab2cae9bccf43b7bc10fee7a60c44bd87e677acc44c8'); -INSERT INTO messages VALUES(300,310098,'parse','blocks','{"block_index":310098,"ledger_hash":"be75df2e5aff3faaebfc0ce4ab5134790fa728f84500e6989739dddc058738de","messages_hash":"4b77526fd717cb91584d3beeab875de75c8581038d15948a593d316499d319f9","transaction_count":0,"txlist_hash":"7f692426eab57621527d12cc4a49aa85841de9856cd46ad6992a658ed5c15fb1"}',0,'BLOCK_PARSED',NULL,'5a04c590c41513b6401dc74458c3693dbf89447215163ad1302a7352566f33d6'); -INSERT INTO messages VALUES(301,310099,'insert','blocks','{"block_hash":"3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a","block_index":310099,"block_time":310099000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9f93504c8833dd6b249d963160658db19700eb5db24a5834db93ac6b17be0b6d'); -INSERT INTO messages VALUES(302,310099,'parse','blocks','{"block_index":310099,"ledger_hash":"9090b8a4a26ea7dff75658317ce2c6ab828b3b42684922e44debfd1bf8330b8d","messages_hash":"80fbb30bb6e3d9f11c7c0465e3e40574a444bf9128fd44cd191f4823c1173a84","transaction_count":0,"txlist_hash":"c3b0869da7bd7abbda54895e6de81cffd2febe007e1f7085da8cc657512278e6"}',0,'BLOCK_PARSED',NULL,'5865c6eb5ec8a40e00a816e3866ef53efb8ba0b674661a6e72ba8b7aad7e1dae'); -INSERT INTO messages VALUES(303,310100,'insert','blocks','{"block_hash":"96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb","block_index":310100,"block_time":310100000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'715c311117bdd30fdb834bbae3c478a26a0ba390a6e6e710abf9fcb8f89136bc'); -INSERT INTO messages VALUES(304,310100,'parse','blocks','{"block_index":310100,"ledger_hash":"d48d30db433bcee44d87153fb3db17d37fbe3534f23eb16ac853b3420d86d80e","messages_hash":"3077ae023f637d835b03ea234166104edeccba11454d89366194659166e1f586","transaction_count":0,"txlist_hash":"793627f8b7de24827faca4a19ce374f39c90b74e278b83a599cb637877bd6388"}',0,'BLOCK_PARSED',NULL,'ff3104b186fa81811f006e442529da41397364129d837735f237696260af7dbb'); -INSERT INTO messages VALUES(305,310101,'insert','blocks','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'172bfa8daef4b1eb7ad22c701d9abf2d43ebfdfb7409bc726089db6585ea8a22'); -INSERT INTO messages VALUES(306,310101,'insert','transactions','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"btc_amount":5430,"data":"00000028000352bb33c8000000000000000a000000000000000a0000000000000000000013b0000003e8","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e","tx_index":102,"utxos_info":" 9a2d6e0a308c51d19210c34cd281c137feb827817292a20fd89947d9f54f0c0c:0 3 "}',0,'NEW_TRANSACTION',NULL,'139959b90818fd1d2a853c3aa88f44acf57b39abcd2f1440543bbc378996b89f'); -INSERT INTO messages VALUES(307,310101,'insert','debits','{"action":"bet","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310101,"event":"db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e","quantity":10,"tx_index":102,"utxo":null,"utxo_address":null}',0,'DEBIT','db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e','5779bbeb0416b455c25a6672accb30293998d85ea15034e8062799765b58319c'); -INSERT INTO messages VALUES(308,310101,'insert','bets','{"bet_type":3,"block_index":310101,"counterwager_quantity":10,"counterwager_remaining":10,"deadline":1388000200,"expiration":1000,"expire_index":311101,"fee_fraction_int":5000000.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"open","target_value":0.0,"tx_hash":"db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e","tx_index":102,"wager_quantity":10,"wager_remaining":10}',0,'OPEN_BET','db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e','5bb9c06755596ae46e89e02dd6a014a97ce8d0f32728932eb4f60298fdea4643'); -INSERT INTO messages VALUES(309,310101,'parse','transactions','{"supported":true,"tx_hash":"db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e","tx_index":102}',0,'TRANSACTION_PARSED','db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e','ad59ef8716f012637b61a2a37a3c46d994b0d4298e440e0eb230fb27c35576c1'); -INSERT INTO messages VALUES(310,310101,'parse','blocks','{"block_index":310101,"ledger_hash":"53c6f9247cd255c86a69c05c4463ab94f9a3277496c155398c38dc6f7121fe9b","messages_hash":"d47df015ffeed5299c34eceef03ebde6fd72c079e1dc848767019cedd9aa7d14","transaction_count":1,"txlist_hash":"7388dcdfb1f5a54a0d4a4d3e50d486b24a662cef04f054a582e2d5b0bcf3ca28"}',0,'BLOCK_PARSED',NULL,'0dd6d974985986fc9032cbcb9be14f8d13cdfe58a12bc5282d007590155613f3'); -INSERT INTO messages VALUES(311,310102,'insert','blocks','{"block_hash":"11e25883fd0479b78ddb1953ef67e3c3d1ffc82bd1f9e918a75c2194f7137f99","block_index":310102,"block_time":310102000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d9bbbb3d90fdc9ec79ed68b78fc5df46593d8852db00c22af86547cf66a1de67'); -INSERT INTO messages VALUES(312,310102,'insert','transactions','{"block_hash":"11e25883fd0479b78ddb1953ef67e3c3d1ffc82bd1f9e918a75c2194f7137f99","block_index":310102,"block_time":310102000,"btc_amount":0,"data":"0000001e52bb33023ff0000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","tx_index":103,"utxos_info":" 4b317043028e713c70f522e12ab72382edf1a48d6a67bf3393ee26da8cf9fb90:0 2 "}',0,'NEW_TRANSACTION',NULL,'1dc8d40fc3e1f5bb8ce102adf19526dc10b8f10a5b135b0c0518f75ee246766b'); -INSERT INTO messages VALUES(313,310102,'insert','broadcasts','{"block_index":310102,"fee_fraction_int":5000000,"locked":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","text":"Unit Test","timestamp":1388000002,"tx_hash":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","tx_index":103,"value":1.0}',0,'BROADCAST','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','68e22df94a37bf1f385a3d76a9039591171782d317880bff2bdf7e803e3261f6'); -INSERT INTO messages VALUES(314,310102,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310102,"calling_function":"bet settled","event":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","quantity":9,"tx_index":103,"utxo":null,"utxo_address":null}',0,'CREDIT','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','cf079a5752fb3ce230a15a71860e4def34d5e3a77b86d720582a2caae8340eac'); -INSERT INTO messages VALUES(315,310102,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310102,"calling_function":"bet settled","event":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","quantity":9,"tx_index":103,"utxo":null,"utxo_address":null}',0,'CREDIT','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','14f1a8fa3b5a3981523dfff7c0d80fa6a2bee6568213ecf120feede884758250'); -INSERT INTO messages VALUES(316,310102,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310102,"calling_function":"feed fee","event":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","quantity":0,"tx_index":103,"utxo":null,"utxo_address":null}',0,'CREDIT','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','dad86521de1d8dd471b90145ad1eada55434d9500a03c86509d189f86e23b394'); -INSERT INTO messages VALUES(317,310102,'insert','bet_match_resolutions','{"bear_credit":9,"bet_match_id":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1_5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","bet_match_type_id":1,"block_index":310102,"bull_credit":9,"escrow_less_fee":null,"fee":0,"settled":true,"winner":null}',0,'BET_MATCH_RESOLUTON','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','8f87dd1da4bdfc7734c3d19943806f77f732561e57cd6662a405046b8e8bbd39'); -INSERT INTO messages VALUES(318,310102,'update','bet_matches','{"id":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1_5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","status":"settled"}',0,'BET_MATCH_UPDATE','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','6e259265307f83ca399b9081a4669ca2d5906780aaac2286c11d435c192977f9'); -INSERT INTO messages VALUES(319,310102,'parse','transactions','{"supported":true,"tx_hash":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","tx_index":103}',0,'TRANSACTION_PARSED','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','13e7d606b3f14adcc3302c4b892d08cacb0613c61ee91ebb025b0ca30b4a5976'); -INSERT INTO messages VALUES(320,310102,'parse','blocks','{"block_index":310102,"ledger_hash":"b225c48fb4c40b2e0695991251f6d69217df6e00c01613e0a20f6a3e34f50d5b","messages_hash":"0d026df13663b1a56bf39b0c0ddbc2829b34a68906353ed7d526b1b09edf89fe","transaction_count":1,"txlist_hash":"7d553f87ef9f2beea74631e2e6ec107522b9f4756f041e2ee40fa3946909b3dd"}',0,'BLOCK_PARSED',NULL,'c98e8891f9de0cf0172578d24ccefa84e6d2512b433bb744fe86bcca1fa8d6b6'); -INSERT INTO messages VALUES(321,310103,'insert','blocks','{"block_hash":"559a208afea6dd27b8bfeb031f1bd8f57182dcab6cf55c4089a6c49fb4744f17","block_index":310103,"block_time":310103000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'70ba08f021af78ffa0dc5bd45fb7b58d5e3033cb35f8f4c0085948ef6f8250c3'); -INSERT INTO messages VALUES(322,310103,'insert','transactions','{"block_hash":"559a208afea6dd27b8bfeb031f1bd8f57182dcab6cf55c4089a6c49fb4744f17","block_index":310103,"block_time":310103000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":-99994375,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b","tx_index":104,"utxos_info":" 821f962302723b1a4ab64c65e524c29632f30a012bf18665c0855fbb0f78ed53:0 2 "}',0,'NEW_TRANSACTION',NULL,'11462a61f0a0848687d2267c1fe80bb1e9d407d284cfa4709056c4979d86b33c'); -INSERT INTO messages VALUES(323,310103,'insert','credits','{"address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","asset":"XCP","block_index":310103,"calling_function":"burn","event":"65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b","quantity":92999138821,"tx_index":104,"utxo":null,"utxo_address":null}',0,'CREDIT','65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b','09f0e60623b3b3cd32ab70bc912054c7da7af77b6ed2350b6beb4c5963c8822b'); -INSERT INTO messages VALUES(324,310103,'insert','burns','{"block_index":310103,"burned":62000000,"earned":92999138821,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"valid","tx_hash":"65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b","tx_index":104}',0,'BURN','65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b','735c0b721cf52b6387adefcd746385f039ba203f5e2be7db8184abb3f84dcdb6'); -INSERT INTO messages VALUES(325,310103,'parse','blocks','{"block_index":310103,"ledger_hash":"fc2a8ce8efc122e5cbd631998e611dc8707cfe0b8d3f6a531fe5bcc21c17feae","messages_hash":"d9d3c8c4a20eaf25afa3f3e20455aa41cb7061bc0465319134ccfb96f7d445d2","transaction_count":1,"txlist_hash":"ece7991721b8e94950e2a9f41b9285b34be716340a7621b1c1528f8065e9ac28"}',0,'BLOCK_PARSED',NULL,'742352045a6ef720d7ac0d36c40c4f1d46849ce684e8027426a681649f81b65e'); -INSERT INTO messages VALUES(326,310104,'insert','blocks','{"block_hash":"55b82e631b61d22a8524981ff3b5e3ab4ad7b732b7d1a06191064334b8f2dfd2","block_index":310104,"block_time":310104000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0c5493ba8a5c83a1b71c3611bd9d9405929b3fca6e80cff7f2e5585d828c987b'); -INSERT INTO messages VALUES(327,310104,'insert','transactions','{"block_hash":"55b82e631b61d22a8524981ff3b5e3ab4ad7b732b7d1a06191064334b8f2dfd2","block_index":310104,"block_time":310104000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":-99994375,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","supported":true,"tx_hash":"95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff","tx_index":105,"utxos_info":" 9efe94426d6e49d4e7b67bcd286ce37ceffd47a3f0bdaa46b80c01c6889f1193:0 2 "}',0,'NEW_TRANSACTION',NULL,'b3dfa6abc17742096a271a329085093d0bd126fb5aa2ce31a9986db740e10b4f'); -INSERT INTO messages VALUES(328,310104,'insert','credits','{"address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"XCP","block_index":310104,"calling_function":"burn","event":"95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff","quantity":92999130460,"tx_index":105,"utxo":null,"utxo_address":null}',0,'CREDIT','95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff','63d86eb6aa7dce56ff6dda255fc3de23448e6c585b3f6124bd452fefd9d09d5a'); -INSERT INTO messages VALUES(329,310104,'insert','burns','{"block_index":310104,"burned":62000000,"earned":92999130460,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","status":"valid","tx_hash":"95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff","tx_index":105}',0,'BURN','95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff','87253290a7533d76afa39e670a5fe7764058dd28e3c09463d8cd0f0df3a2a4f7'); -INSERT INTO messages VALUES(330,310104,'parse','blocks','{"block_index":310104,"ledger_hash":"b1a7115902d371d13889008320e52473cd5b34591bd657e372c0048df020012e","messages_hash":"f4b010f96fbe2af3fd9f131e061b62d7d76aeab1e3f83795c7b4364ed2528ef4","transaction_count":1,"txlist_hash":"66dacde33bddb633552c94d9107669297fe26ccdcf482f9098f1e6c05f3d01e6"}',0,'BLOCK_PARSED',NULL,'2b9f5d45bfa92e7df696de9af634b896f768ab59a6b89472dc2de86c92ed7ff8'); -INSERT INTO messages VALUES(331,310105,'insert','blocks','{"block_hash":"1d72cdf6c4a02a5f973e6eaa53c28e9e13014b4f5bb13f91621a911b27fe936a","block_index":310105,"block_time":310105000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2c11b4817e277b5a2b2ed470ab25a59323967871648a3cc5665907d4daa905e6'); -INSERT INTO messages VALUES(332,310105,'insert','transactions','{"block_hash":"1d72cdf6c4a02a5f973e6eaa53c28e9e13014b4f5bb13f91621a911b27fe936a","block_index":310105,"block_time":310105000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":-99994375,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa","tx_index":106,"utxos_info":" 3a91865c4a517ee738f5c8902090a114154d58d803b37bef42807865bf48459f:0 2 "}',0,'NEW_TRANSACTION',NULL,'646b17db7c6ddf571485e826fdbc0462d928f890db31524347bb5bd99b1db013'); -INSERT INTO messages VALUES(333,310105,'insert','credits','{"address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"XCP","block_index":310105,"calling_function":"burn","event":"e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa","quantity":92999122099,"tx_index":106,"utxo":null,"utxo_address":null}',0,'CREDIT','e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa','25dbe66fd859bafe8676f920ee28dc5fb932e1222527636ec10321e5cd2c914b'); -INSERT INTO messages VALUES(334,310105,'insert','burns','{"block_index":310105,"burned":62000000,"earned":92999122099,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","tx_hash":"e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa","tx_index":106}',0,'BURN','e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa','17ba4280724dbaf95c5b54f41ee4c92bbcaa2c64b7c0fa223ab7c0399f336ee4'); -INSERT INTO messages VALUES(335,310105,'parse','blocks','{"block_index":310105,"ledger_hash":"b5fcda12415e713fc81278b95515fe86ecc6beb5810e4f80eb9645f09870dab0","messages_hash":"842982ab0dcfdfba58eaee6add02cfa82cf9f52608e1cf4e4e1adaea8f179779","transaction_count":1,"txlist_hash":"656d27bdbf841c33dd3c11253159dc5d8a6d7885db3174f4f9c6a8382d6a7209"}',0,'BLOCK_PARSED',NULL,'b90ec359d107d5fd7fdcf91f3b755a97739b68f5591f168b572eed2305773c53'); -INSERT INTO messages VALUES(336,310106,'insert','blocks','{"block_hash":"9d39cbe8c8a5357fc56e5c2f95bf132382ddad14cbc8abd54e549d58248140ff","block_index":310106,"block_time":310106000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b3a33fd707fb344c88e3c4a993f3ca6482038ae16cb29122b78a8d36d1dd580d'); -INSERT INTO messages VALUES(337,310106,'insert','transactions','{"block_hash":"9d39cbe8c8a5357fc56e5c2f95bf132382ddad14cbc8abd54e549d58248140ff","block_index":310106,"block_time":310106000,"btc_amount":10000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK","supported":true,"tx_hash":"bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3","tx_index":107,"utxos_info":" fe2449e23978b80baee7633ef2ab704a37529d403266f9b693f3f1aa07249fad:0 2 "}',0,'NEW_TRANSACTION',NULL,'362d19a13e6aacb8e22b6c1c756663af75c23128d5353c5ea1d1c2e7bc1487fa'); -INSERT INTO messages VALUES(338,310106,'insert','credits','{"address":"mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK","asset":"XCP","block_index":310106,"calling_function":"burn","event":"bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3","quantity":14999857,"tx_index":107,"utxo":null,"utxo_address":null}',0,'CREDIT','bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3','019b9fe99b9d6f8239db4d4821c022f4b843456d4e477ff559b3f3685de5503b'); -INSERT INTO messages VALUES(339,310106,'insert','burns','{"block_index":310106,"burned":10000,"earned":14999857,"source":"mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK","status":"valid","tx_hash":"bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3","tx_index":107}',0,'BURN','bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3','3040cabcabd2d8a643b7f139ccf73d5e1985ba11a1970da1476fc122dd94a823'); -INSERT INTO messages VALUES(340,310106,'parse','blocks','{"block_index":310106,"ledger_hash":"f3c98c954cf939951d8b24a257bc6b1bc152a6a0bcf6b580ac281c26bbf16499","messages_hash":"6299d26af0ba1797b10ad27cb0bc102bf6ef32423c11ce3d9cfb2bade583803a","transaction_count":1,"txlist_hash":"6138a4e92289d72dab6e43906e545dcc3d1475102b7f33195118de74a53fe576"}',0,'BLOCK_PARSED',NULL,'2997f4ce534257871e357a6dfe686ede0aade8b37da4e1efa67ceb9753926130'); -INSERT INTO messages VALUES(341,310107,'insert','blocks','{"block_hash":"51cc04005e49fa49e661946a0e147240b0e5aac174252c96481ab7ddd5487435","block_index":310107,"block_time":310107000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'22e055c87acac8bbf8d09f71964b0543e39732904014306084734192cb1b99b8'); -INSERT INTO messages VALUES(342,310107,'insert','transactions','{"block_hash":"51cc04005e49fa49e661946a0e147240b0e5aac174252c96481ab7ddd5487435","block_index":310107,"block_time":310107000,"btc_amount":0,"data":"0000000c000000000000000100000000000000640000000000000064000000000000006400","destination":"","fee":6150,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","supported":true,"tx_hash":"9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec","tx_index":108,"utxos_info":" 0d0a81d2d4d968ef22210e6798d3b734533e622c737710424461d4f27a147787:1 2 "}',0,'NEW_TRANSACTION',NULL,'44c0896ceaba6dd0759bb3bb6e8220832bbef9f2a2f6d8b4e141bd9472c0212f'); -INSERT INTO messages VALUES(343,310107,'insert','debits','{"action":"open dispenser","address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"XCP","block_index":310107,"event":"9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec","quantity":100,"tx_index":108,"utxo":null,"utxo_address":null}',0,'DEBIT','9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec','673c8c6c7b401755031983aedaa2f732adde8b4d6ba36a5a120c11c165099d84'); -INSERT INTO messages VALUES(344,310107,'insert','dispensers','{"asset":"XCP","block_index":310107,"dispense_count":0,"escrow_quantity":100,"give_quantity":100,"give_remaining":100,"oracle_address":null,"origin":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","satoshirate":100,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","status":0,"tx_hash":"9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec","tx_index":108}',0,'OPEN_DISPENSER','9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec','860bb9b1383c480f5f99dde1db42a79823894955372264495c135bc7d997c155'); -INSERT INTO messages VALUES(345,310107,'parse','transactions','{"supported":true,"tx_hash":"9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec","tx_index":108}',0,'TRANSACTION_PARSED','9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec','9836d2ce078774fd436ea36f8b584d0517fab6edd4784ac51e0b1e9d93d09ee3'); -INSERT INTO messages VALUES(346,310107,'parse','blocks','{"block_index":310107,"ledger_hash":"a550df26b8dee075bee82fc59c44ce5cbf65fe9df10c60f3f3009faa2791c783","messages_hash":"cbb9ffe7b84c58c17b2ecce472e869ca99a3a96eab6419b24c9bae820d47bbee","transaction_count":1,"txlist_hash":"b30d22c6d7e8bf574e3b3e11d08bcb73c5853ba348e8688a25670a861d3f4e3a"}',0,'BLOCK_PARSED',NULL,'d0d6867127c87092d66282e14770d9a4909fb72eccb19dacfe0cf6b0af015a6d'); -INSERT INTO messages VALUES(347,310108,'insert','blocks','{"block_hash":"8f2d3861aa42f8e75dc14a23d6046bd89feef0d81996b6e1adc2a2828fbc8b34","block_index":310108,"block_time":310108000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b0f7ca01fb9fdc2af5b4ab792d53cbd4ab29fb2c32c8a89d7aad5fd4cb94c4fb'); -INSERT INTO messages VALUES(348,310108,'insert','transactions','{"block_hash":"8f2d3861aa42f8e75dc14a23d6046bd89feef0d81996b6e1adc2a2828fbc8b34","block_index":310108,"block_time":310108000,"btc_amount":31000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","supported":true,"tx_hash":"93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73","tx_index":109,"utxos_info":" 698f4b5636478cf8f4ac24271541ff18b31286c24d5ff42854f9d34403ff538b:0 2 "}',0,'NEW_TRANSACTION',NULL,'ea7ec4e6fd394c6c204cc06a9a57e0122482c0203f9bbbcd26196908bac432de'); -INSERT INTO messages VALUES(349,310108,'insert','credits','{"address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"XCP","block_index":310108,"calling_function":"burn","event":"93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73","quantity":46499548508,"tx_index":109,"utxo":null,"utxo_address":null}',0,'CREDIT','93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73','571041ca9bbf50bcf05616e9532f3531640b472e3f3c7f3c0d50be0088e9feb7'); -INSERT INTO messages VALUES(350,310108,'insert','burns','{"block_index":310108,"burned":31000000,"earned":46499548508,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","status":"valid","tx_hash":"93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73","tx_index":109}',0,'BURN','93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73','b513ebe39b601f3533bbd26caeea3e0ef9b7a975aee64f0be2e068a8446e4cb1'); -INSERT INTO messages VALUES(351,310108,'parse','blocks','{"block_index":310108,"ledger_hash":"e1d8c345c74760010223a823895471d3ad6a2db5c6a70b13850d5cd977414518","messages_hash":"a41b484395c44a4feeeed57929a2775f649125cb11387c3c722584b0cd4ba6c4","transaction_count":1,"txlist_hash":"d03bdcdbb4980ea415ab73c8e91a7fca7099c8c176d6bb4c2fdf72b6873175ae"}',0,'BLOCK_PARSED',NULL,'1a21f4e130bdd324d3312ddadd8720eae6b2229748cda0cd269905e9a27eecd8'); -INSERT INTO messages VALUES(352,310109,'insert','blocks','{"block_hash":"d23aaaae55e6a912eaaa8d20fe2a9ad4819fe9dc1ed58977265af58fad89d8f9","block_index":310109,"block_time":310109000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'69335acaf7b91df07c287f8efacf0891c0b0ce872e8cc70c44da7a431a2259a2'); -INSERT INTO messages VALUES(353,310109,'insert','transactions','{"block_hash":"d23aaaae55e6a912eaaa8d20fe2a9ad4819fe9dc1ed58977265af58fad89d8f9","block_index":310109,"block_time":310109000,"btc_amount":0,"data":"0000001400078a8fe2e5e44100000000000003e8000000000000000000001050534820697373756564206173736574","destination":"","fee":6800,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","supported":true,"tx_hash":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","tx_index":110,"utxos_info":" c66679493b0d66dbb6c65f17748c442797b769673fc2ca89496287401aa851f8:0 2 "}',0,'NEW_TRANSACTION',NULL,'b714d80b513fd9b7e04076a6b506be4a3d7f9577df63872fd3a6fc59fbb2a5e1'); -INSERT INTO messages VALUES(354,310109,'insert','debits','{"action":"issuance fee","address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"XCP","block_index":310109,"event":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","quantity":50000000,"tx_index":110,"utxo":null,"utxo_address":null}',0,'DEBIT','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','0885b59af62e3a9e8390c25918bbaaa4b8fc09bae873e35cc7932f44c825e660'); -INSERT INTO messages VALUES(355,310109,'insert','assets','{"asset_id":"2122675428648001","asset_longname":null,"asset_name":"PAYTOSCRIPT","block_index":310109}',0,'ASSET_CREATION','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','6689a79a398988bb16c1390d08517057c87d04dd77d9e9a6602e747422e1fcbe'); -INSERT INTO messages VALUES(356,310109,'insert','issuances','{"asset":"PAYTOSCRIPT","asset_events":"creation","asset_longname":null,"block_index":310109,"call_date":0,"call_price":0.0,"callable":false,"description":"PSH issued asset","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","locked":false,"quantity":1000,"reset":false,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","status":"valid","transfer":false,"tx_hash":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","tx_index":110}',0,'ASSET_ISSUANCE','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','62a91e40f32002778213eeb02e0382f85198b37cf1e923ee964bcbe3f12355a3'); -INSERT INTO messages VALUES(357,310109,'insert','credits','{"address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"PAYTOSCRIPT","block_index":310109,"calling_function":"issuance","event":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","quantity":1000,"tx_index":110,"utxo":null,"utxo_address":null}',0,'CREDIT','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','209b8968baf585fd4f8dd948b126f9744448e5ab2ed9daa407b9702ff5fd8286'); -INSERT INTO messages VALUES(358,310109,'parse','transactions','{"supported":true,"tx_hash":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","tx_index":110}',0,'TRANSACTION_PARSED','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','57811f3f83fb2a3742d9f655beb6df641e209ef0183d156e978b8d18349345dd'); -INSERT INTO messages VALUES(359,310109,'parse','blocks','{"block_index":310109,"ledger_hash":"8fb63d8460a222163d15eab76a61e383ffa251a175c16f209648d6782c304059","messages_hash":"ae7b849461e7066bc1a02aab5a787ed14a369c41d99b2bcea08d6110968fb8a2","transaction_count":1,"txlist_hash":"cff81539539169771000a550581dbdf4d4d1fdabecfb9032342269ff5f100b61"}',0,'BLOCK_PARSED',NULL,'e678575e67879b55d58a049576ad6f87f54e16440f4083829cfd2beeddc3b31a'); -INSERT INTO messages VALUES(360,310110,'insert','blocks','{"block_hash":"cecc8e4791bd3081995bd9fd67acb6b97415facfd2b68f926a70b22d9a258382","block_index":310110,"block_time":310110000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'49aa445a0991415d59785aad6fdac148749a185b061092c07c3e793b4ae3b1b3'); -INSERT INTO messages VALUES(361,310110,'insert','transactions','{"block_hash":"cecc8e4791bd3081995bd9fd67acb6b97415facfd2b68f926a70b22d9a258382","block_index":310110,"block_time":310110000,"btc_amount":5430,"data":"00000000000000a25be34b660000000005f5e100","destination":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","tx_index":111,"utxos_info":" fe9dc5e0401532d0c1a8399c2769c94b0ea5970138d17183c2b4a8bc2291657b:0 3 "}',0,'NEW_TRANSACTION',NULL,'5d6d29aac12faf74e4fc98b5964c82f930398a676154d9a3437a644942c3ad67'); -INSERT INTO messages VALUES(362,310110,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310110,"event":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","quantity":100000000,"tx_index":111,"utxo":null,"utxo_address":null}',0,'DEBIT','f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7','75145e881d6261dc27a565c30293d7e551b7e802eee3abe410c435e08c3af4f2'); -INSERT INTO messages VALUES(363,310110,'insert','credits','{"address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"DIVISIBLE","block_index":310110,"calling_function":"send","event":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","quantity":100000000,"tx_index":111,"utxo":null,"utxo_address":null}',0,'CREDIT','f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7','354ef27f760a22b9bd0a06dedd6ec1f298c6c47d65387301176675b13fffa233'); -INSERT INTO messages VALUES(364,310110,'insert','sends','{"asset":"DIVISIBLE","block_index":310110,"destination":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","msg_index":0,"quantity":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","tx_index":111}',0,'SEND','f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7','f5a4a42b2ea9932a845203fe69d910ec3a21a9d5e4553022d3be9afa8231df0d'); -INSERT INTO messages VALUES(365,310110,'parse','transactions','{"supported":true,"tx_hash":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","tx_index":111}',0,'TRANSACTION_PARSED','f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7','89dad2e26d6fbb41ceb6cc0f1ad1ac948044502aa9f395734806749def1807aa'); -INSERT INTO messages VALUES(366,310110,'parse','blocks','{"block_index":310110,"ledger_hash":"250f7b5c6f00bf06c9cd4de8dea0b8166e2decf093910ea32eabd615b910e7e6","messages_hash":"9e33de53540758ea8408bfd1e6129fc185a268a6bc30fe60a87ff8dc2801d05b","transaction_count":1,"txlist_hash":"d6853c803a38efdd5190401e94244333cb4f46752a2868d4a03e6d7d6c8c2bad"}',0,'BLOCK_PARSED',NULL,'cbe708694ea752fb2ade0ca2c94c610231ffd4315791a348c744fee05c6ccd51'); -INSERT INTO messages VALUES(367,310111,'insert','blocks','{"block_hash":"fde71b9756d5ba0b6d8b230ee885af01f9c4461a55dbde8678279166a21b20ae","block_index":310111,"block_time":310111000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e7c039eec0c27760449f89f83aeb0e2a15534efa93d69288360c5c58ca9b782b'); -INSERT INTO messages VALUES(368,310111,'insert','transactions','{"block_hash":"fde71b9756d5ba0b6d8b230ee885af01f9c4461a55dbde8678279166a21b20ae","block_index":310111,"block_time":310111000,"btc_amount":0,"data":"0000001e52bb33023ff0000000000000004c4b4009556e69742054657374","destination":"","fee":5975,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","supported":true,"tx_hash":"510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186","tx_index":112,"utxos_info":" 3e05914816765cb9e05efd1b4a8507bd91f137ea53972ed574c2f3516d60e693:1 2 "}',0,'NEW_TRANSACTION',NULL,'5461d877979bed082878892b7e2bb231fedda764636a3739cfd4e3f2fa8be630'); -INSERT INTO messages VALUES(369,310111,'insert','broadcasts','{"block_index":310111,"fee_fraction_int":5000000,"locked":false,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","status":"valid","text":"Unit Test","timestamp":1388000002,"tx_hash":"510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186","tx_index":112,"value":1.0}',0,'BROADCAST','510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186','5918c84a52f9c7d14733111ff3022d9fa29e1283b8c3dab3cd1463f2a6ecf787'); -INSERT INTO messages VALUES(370,310111,'parse','transactions','{"supported":true,"tx_hash":"510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186","tx_index":112}',0,'TRANSACTION_PARSED','510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186','21d6f9cd83e4684981511725a971cae351ddb5a8f866b15333cfb5acf88a2513'); -INSERT INTO messages VALUES(371,310111,'parse','blocks','{"block_index":310111,"ledger_hash":"0c3c3d099bf08803f67c2a77d0d67779674d1063cc72d8794b8fe62a55049d75","messages_hash":"e43157e3a4a1978a9d183a7fad6c0da2b0f1d4f3f1f854eb73014af157cf0c27","transaction_count":1,"txlist_hash":"9cab90baa72446a36a7c176e82eed32ce968f96b0f29067b240a10a71ed95808"}',0,'BLOCK_PARSED',NULL,'bdab6ae60f5305e3fa158484bef55e4112c08cfcf16f8b499bb6d0c4e364a097'); -INSERT INTO messages VALUES(372,310112,'insert','blocks','{"block_hash":"5b06f69bfdde1083785cf68ebc2211b464839033c30a099d3227b490bf3ab251","block_index":310112,"block_time":310112000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a7c1d12b8157e53a53e169bc0626a44363cbe67cd85f92bc4f90524b5a32cf94'); -INSERT INTO messages VALUES(373,310112,'insert','transactions','{"block_hash":"5b06f69bfdde1083785cf68ebc2211b464839033c30a099d3227b490bf3ab251","block_index":310112,"block_time":310112000,"btc_amount":5430,"data":"00000028000352bb33c8000000000000000a000000000000000a0000000000000000000013b0000003e8","destination":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","fee":7124,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","supported":true,"tx_hash":"d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048","tx_index":113,"utxos_info":" 2b8ff8acc005180c18db9b7cfaff02dad8b718ad57cf07765b4f487c590115e4:0 3 1"}',0,'NEW_TRANSACTION',NULL,'936428416e23569b5d1f03cfc4c67afdcdcecba7ab8f6b2fb8920e29042cc47b'); -INSERT INTO messages VALUES(374,310112,'insert','debits','{"action":"bet","address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"XCP","block_index":310112,"event":"d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048","quantity":10,"tx_index":113,"utxo":null,"utxo_address":null}',0,'DEBIT','d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048','7dc090479e200df97e03e2f887393f2f31ca85acac3d5c7c85cab69b706e553c'); -INSERT INTO messages VALUES(375,310112,'insert','bets','{"bet_type":3,"block_index":310112,"counterwager_quantity":10,"counterwager_remaining":10,"deadline":1388000200,"expiration":1000,"expire_index":311112,"fee_fraction_int":5000000.0,"feed_address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","leverage":5040,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","status":"open","target_value":0.0,"tx_hash":"d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048","tx_index":113,"wager_quantity":10,"wager_remaining":10}',0,'OPEN_BET','d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048','cec3465d8c2e75199dcf1ce3fb0a9b5964d8f399f4a4c079a400d648f40865bf'); -INSERT INTO messages VALUES(376,310112,'parse','transactions','{"supported":true,"tx_hash":"d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048","tx_index":113}',0,'TRANSACTION_PARSED','d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048','e3b3993a2bb2a60f3e6fe2298969ce643001626cfe55d0a0aaf0fced880aea45'); -INSERT INTO messages VALUES(377,310112,'parse','blocks','{"block_index":310112,"ledger_hash":"557fdd1240793f8607a2b4c638ce800d5260c2adb294aac95d6c5eab7e98c3a9","messages_hash":"076e3ad351ea88c0af5011a34ba2d4677987a6cb098d1f01933c3870c6c0dedc","transaction_count":1,"txlist_hash":"4fc0df4832258d430e645f1950407e19e72ea27d28b8ae1851333e8e8718086b"}',0,'BLOCK_PARSED',NULL,'d2b8f39f9d8893aa4e0bfc55de0a2e8a37044ad995a13ded572a08807ea51d1d'); -INSERT INTO messages VALUES(378,310113,'insert','blocks','{"block_hash":"63914cf376d3076b697b9234810dfc084ed5a885d5cd188dd5462560da25d5e7","block_index":310113,"block_time":310113000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d286f7628c5a61da8e96a03ee24da572de2aa34cd2d3be045b455f239a2c18c6'); -INSERT INTO messages VALUES(379,310113,'insert','transactions','{"block_hash":"63914cf376d3076b697b9234810dfc084ed5a885d5cd188dd5462560da25d5e7","block_index":310113,"block_time":310113000,"btc_amount":0,"data":"00000014000038fedf6d2c6900000000000003e8010000000000000000000c4c6f636b6564206173736574","destination":"","fee":6800,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","tx_index":114,"utxos_info":" 7a0db8ce3cc72919ce5a881e236bbe2d17ec93656fd143f35dcf266f6e7927df:0 2 "}',0,'NEW_TRANSACTION',NULL,'056f678ae61c0c22ce1fae7c4e5a4ad8eb28d3e95ecff86bc9ca9970f856cf25'); -INSERT INTO messages VALUES(380,310113,'insert','debits','{"action":"issuance fee","address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"XCP","block_index":310113,"event":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","quantity":50000000,"tx_index":114,"utxo":null,"utxo_address":null}',0,'DEBIT','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','ba16db3eee0bbe379031152a229151ae6453741954a37e5dd4fa9eb59cb26e6e'); -INSERT INTO messages VALUES(381,310113,'insert','assets','{"asset_id":"62667321322601","asset_longname":null,"asset_name":"LOCKEDPREV","block_index":310113}',0,'ASSET_CREATION','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','f2bf33b5e5dafee6745815e8242530edccf00b2e41f684fdf0eec2c266cd5659'); -INSERT INTO messages VALUES(382,310113,'insert','issuances','{"asset":"LOCKEDPREV","asset_events":"creation","asset_longname":null,"block_index":310113,"call_date":0,"call_price":0.0,"callable":false,"description":"Locked asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","locked":false,"quantity":1000,"reset":false,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","transfer":false,"tx_hash":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","tx_index":114}',0,'ASSET_ISSUANCE','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','9660b4d47c45b94d82f210fe3614196dadcd5c71e35bd0eb5d2587f01bd82045'); -INSERT INTO messages VALUES(383,310113,'insert','credits','{"address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"LOCKEDPREV","block_index":310113,"calling_function":"issuance","event":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","quantity":1000,"tx_index":114,"utxo":null,"utxo_address":null}',0,'CREDIT','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','13ad963baebb985a64cf6ca5b62d6867510bf23fbb0a862feb3eccb598cbb001'); -INSERT INTO messages VALUES(384,310113,'parse','transactions','{"supported":true,"tx_hash":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","tx_index":114}',0,'TRANSACTION_PARSED','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','bc585bd96459359cc4fda7e54c2cd4a32b3c29f24b9810c93fc152cb992f88aa'); -INSERT INTO messages VALUES(385,310113,'parse','blocks','{"block_index":310113,"ledger_hash":"4ecad4a5c8e9b54101c4a037d6c86a7eb36d3cf0503e60a1bf13c5a4196c5989","messages_hash":"e4b22bbc353c78b5448a683ee6c3cf8bf7757a638c883f9200c9c70ef010433e","transaction_count":1,"txlist_hash":"baf1f86b3145fd8dc33aa2fcb2e882cf69ffadee81e8412ed2092c634934709c"}',0,'BLOCK_PARSED',NULL,'aaaa03caf2fb8e50296d86291e82c60474f0465fe8617fe0ddfedec339bed28c'); -INSERT INTO messages VALUES(386,310114,'insert','blocks','{"block_hash":"24fc2dded4f811eff58b32cda85d90fb5773e81b9267e9a03c359bc730d82283","block_index":310114,"block_time":310114000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c59109677b516ec44d98e58a0e328d0533ca41f383ed99c0494d59ecda927c5c'); -INSERT INTO messages VALUES(387,310114,'insert','transactions','{"block_hash":"24fc2dded4f811eff58b32cda85d90fb5773e81b9267e9a03c359bc730d82283","block_index":310114,"block_time":310114000,"btc_amount":0,"data":"00000014000038fedf6d2c69000000000000000001000000000000000000044c4f434b","destination":"","fee":6800,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2","tx_index":115,"utxos_info":" a644ff7ee03e6bcb1e65ed12dad81f81aea732a816cba067c1ccc46e6f33208a:0 2 "}',0,'NEW_TRANSACTION',NULL,'437a11bb908af43f9a0c4a960cbe63620c16c30093f0a58de53aecefc2d489c8'); -INSERT INTO messages VALUES(388,310114,'insert','debits','{"action":"issuance fee","address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"XCP","block_index":310114,"event":"025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2","quantity":0,"tx_index":115,"utxo":null,"utxo_address":null}',0,'DEBIT','025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2','2db0d18f674061d5384e0d4ac00c42f427dbd91914c59c038161f8bce5955299'); -INSERT INTO messages VALUES(389,310114,'insert','issuances','{"asset":"LOCKEDPREV","asset_events":"lock_quantity","asset_longname":null,"block_index":310114,"call_date":0,"call_price":0.0,"callable":false,"description":"Locked asset","description_locked":false,"divisible":true,"fee_paid":0,"issuer":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","locked":true,"quantity":0,"reset":false,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","transfer":false,"tx_hash":"025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2","tx_index":115}',0,'ASSET_ISSUANCE','025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2','6be0b109ebb332df02851d14f8293655131afca9f7cb46ae3a11407663234c43'); -INSERT INTO messages VALUES(390,310114,'parse','transactions','{"supported":true,"tx_hash":"025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2","tx_index":115}',0,'TRANSACTION_PARSED','025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2','bce61df96a88e6dd87aa96fa1a2385eb2dcf07396cdb2dd7ce6f4667d77545fb'); -INSERT INTO messages VALUES(391,310114,'parse','blocks','{"block_index":310114,"ledger_hash":"00380ec3118a5e8f9cab403d10870dd5bc339421297fcb6196a3112d70541ecd","messages_hash":"fbaaeaa91542f263137e6b571142e2cd4e7c8e40da83c6fab237b4cffab1db20","transaction_count":1,"txlist_hash":"22e3851c91f780c0152549b24228d0dab3542c2632b633995c0d8dcfd8e26601"}',0,'BLOCK_PARSED',NULL,'3c8a0a5d3f497869f3d7444699afbbb8c8edfdee8bafcf20950f76db6cf19f78'); -INSERT INTO messages VALUES(392,310115,'insert','blocks','{"block_hash":"a632d67ff5f832fe9c3c675f855f08a4969c6d78c0211e71b2a24fe04be5656a","block_index":310115,"block_time":310115000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'96b45bc8dbffef198d42699f3d13f1f515f96fcc0a97290c9a9070be7bbb73ce'); -INSERT INTO messages VALUES(393,310115,'insert','transactions','{"block_hash":"a632d67ff5f832fe9c3c675f855f08a4969c6d78c0211e71b2a24fe04be5656a","block_index":310115,"block_time":310115000,"btc_amount":0,"data":"00000014000038fedf6d2c69000000000000000001000000000000000000076368616e676564","destination":"","fee":6800,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb","tx_index":116,"utxos_info":" 61a5ae9a2fb6cd6fceaa407a654714fccd5a9b676bbf03c5844fe8e39a86b55b:0 2 "}',0,'NEW_TRANSACTION',NULL,'3f0be8a89f3f4e3de09a6531e5fdbe97a1ffd8a86ade70c89fe490ec78b9e353'); -INSERT INTO messages VALUES(394,310115,'insert','debits','{"action":"issuance fee","address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"XCP","block_index":310115,"event":"4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb","quantity":0,"tx_index":116,"utxo":null,"utxo_address":null}',0,'DEBIT','4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb','651dd88ebb9025e17beedb35c31993189c93572c68e15ebfc08e83a1b7087571'); -INSERT INTO messages VALUES(395,310115,'insert','issuances','{"asset":"LOCKEDPREV","asset_events":"change_description","asset_longname":null,"block_index":310115,"call_date":0,"call_price":0.0,"callable":false,"description":"changed","description_locked":false,"divisible":true,"fee_paid":0,"issuer":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","locked":false,"quantity":0,"reset":false,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","transfer":false,"tx_hash":"4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb","tx_index":116}',0,'ASSET_ISSUANCE','4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb','3a40e1f39e31f58c0746d431eb8d3f817b0b1b7995ed67ed6a4956707548e433'); -INSERT INTO messages VALUES(396,310115,'parse','transactions','{"supported":true,"tx_hash":"4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb","tx_index":116}',0,'TRANSACTION_PARSED','4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb','ff0e1e6d0f9af2ff55cb20709f5b2b0a4463a020c907cbac0902eda2e218f547'); -INSERT INTO messages VALUES(397,310115,'parse','blocks','{"block_index":310115,"ledger_hash":"0acd3a07c5df54e883ff9871852c961b00771d3f4afccb3b1941d0b1c7b300cc","messages_hash":"45b506f7506ae83cc62ed791d6d9d4723cb54412b07d64fb783b4742ffd78076","transaction_count":1,"txlist_hash":"cf921f50b98df4ec37f2a9803315a798198507adcbfd8fd54e6a9bc539cc8f41"}',0,'BLOCK_PARSED',NULL,'a33312a85af5f6282d5e45ddb8c8feea5732baee5a214b83454291e6544032af'); -INSERT INTO messages VALUES(398,310116,'insert','blocks','{"block_hash":"8495ba36b331473c4f3529681a118a4cc4fa4d51cd9b8dccb1f13e5ef841dd84","block_index":310116,"block_time":310116000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2880e85bf6e72731e51e95f37c8228ddc6e2be9b3d5a2685211fd4cd508b1509'); -INSERT INTO messages VALUES(399,310116,'insert','transactions','{"block_hash":"8495ba36b331473c4f3529681a118a4cc4fa4d51cd9b8dccb1f13e5ef841dd84","block_index":310116,"block_time":310116000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx","supported":true,"tx_hash":"27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9","tx_index":117,"utxos_info":" 44d8f4bdcbb68b5ab982ef086162b2bd8d82136ef56e8536c75a835cd9fc5450:0 2 "}',0,'NEW_TRANSACTION',NULL,'43acb284798b700c306dea90addb9a4430f33555d66de82ac741de9666757e3b'); -INSERT INTO messages VALUES(400,310116,'insert','credits','{"address":"tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx","asset":"XCP","block_index":310116,"calling_function":"burn","event":"27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9","quantity":92999030129,"tx_index":117,"utxo":null,"utxo_address":null}',0,'CREDIT','27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9','10e400c11c48e2470536174b3a9eebc0a40170f869e39b7c6bda91ddc21f70d9'); -INSERT INTO messages VALUES(401,310116,'insert','burns','{"block_index":310116,"burned":62000000,"earned":92999030129,"source":"tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx","status":"valid","tx_hash":"27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9","tx_index":117}',0,'BURN','27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9','45e797250d9a6e650bdfa1f40ff2c2cd1db2f297870dd7b11d685e5b6f726cd1'); -INSERT INTO messages VALUES(402,310116,'parse','blocks','{"block_index":310116,"ledger_hash":"6c6845d3be70cbe9a71c33227983f695c96877aac6d3a8d6a6839760b4691d25","messages_hash":"c00de4c41df4232802a302a5db21db7578897508c295676905a605304002e660","transaction_count":1,"txlist_hash":"a7e01a910cc919588be3b0c19c4bb7c36499b0a9b0347834d40fbb54fdf05fb6"}',0,'BLOCK_PARSED',NULL,'9b2c3db43e2ecce07cf47824bc5b3d65c0ccb6f6e8ffc461692549d048ac4bbd'); -INSERT INTO messages VALUES(403,310117,'insert','blocks','{"block_hash":"978a3eac44917b82d009332797e2b6fe64c7ce313c0f15bfd9b7bb68e4f35a71","block_index":310117,"block_time":310117000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'215853b5950c4f2d6a7b7edf601545709f84254f28798efff532d178c108bb2d'); -INSERT INTO messages VALUES(404,310117,'parse','blocks','{"block_index":310117,"ledger_hash":"0465a90ff545d58e69c07c204160360bcc6fba5cc60fb81d7e6e389d9ff8133e","messages_hash":"e4d795011c8ffc40fd806d3dca9fde17c7e916ed0918f31b9c4aa240ceed59f0","transaction_count":0,"txlist_hash":"1100b7084683079d36f9ec6e4cb1ec457ae4c45941cdbaa0f4d53bc458e2fa9f"}',0,'BLOCK_PARSED',NULL,'6f4a53aacc95a015361cf836da8f9e6c1a2e6aa0a278de50888e4f9b5774c7b1'); -INSERT INTO messages VALUES(405,310118,'insert','blocks','{"block_hash":"02487d8bd4dadabd06a44fdeb67616e6830c3556ec10faad40a42416039f4723","block_index":310118,"block_time":310118000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'447ac236a65df896d9bf9538c58faf53f0c35d2a65ed0743c490466903637975'); -INSERT INTO messages VALUES(406,310118,'parse','blocks','{"block_index":310118,"ledger_hash":"011ed3df8ae72a02b686e98aa8db07c973e1e12c2ac09891ba90d783ae63161f","messages_hash":"e0c75c5d6db7b696784678b99939b7e1d34417247e3ea8946aeed695965051ad","transaction_count":0,"txlist_hash":"7ed056a59c2b15a2d082f75c8728ee1e7f9b0eea6cb56b37f41319b115e39771"}',0,'BLOCK_PARSED',NULL,'4d9fbb632cb5a039f934fd672313b7fe91e727856564a4f5546956a1b0c897a6'); -INSERT INTO messages VALUES(407,310119,'insert','blocks','{"block_hash":"6d6be3478c874c27f5d354c9375884089511b1aaaa3cc3421759d8e3aaeb5481","block_index":310119,"block_time":310119000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'64cf3cc6cc7540c88c16267799aaf0feb22a8284313e2a4ec41f96ad8f7a1829'); -INSERT INTO messages VALUES(408,310119,'parse','blocks','{"block_index":310119,"ledger_hash":"a6620b1b6a5b1f54fe6a8076fc35f0f3ce15315e9f549f5ff3fa0f5b6094919f","messages_hash":"e0d7003d40334319b1b7a6eff6898eb92c5165168af5dcb5f42a13f6fb9df84a","transaction_count":0,"txlist_hash":"1312871691c685ced39676d4d4bd8825d2109587d1ec36f2dadc50f68b4d9cca"}',0,'BLOCK_PARSED',NULL,'1df328075dcf15664feb702482b1b802e922b5337c66f1cf0ae186475f3bd364'); -INSERT INTO messages VALUES(409,310120,'insert','blocks','{"block_hash":"2bba7fd459ea76fe54d6d7faf437c31af8253438d5685e803c71484c53887deb","block_index":310120,"block_time":310120000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad2c8ae4c088911db79703c72ef345d454a32f278cfbc62296c788b12aae7797'); -INSERT INTO messages VALUES(410,310120,'parse','blocks','{"block_index":310120,"ledger_hash":"e38e2aa0bf8831b90e69b40c78d4b7d41bc564527451b5f9b332bb0beb54c923","messages_hash":"ee2e0f758a6f92a9a4465c06a4ea34b5d46576db3250aedf630369406cad83dc","transaction_count":0,"txlist_hash":"1901f4d80a526969a544b68b1a695f07aa078ad719b8803c0b7543fcb4a974d6"}',0,'BLOCK_PARSED',NULL,'612f579310bb68bd71c347a00f5a5027b94ffef8e51a9a697952bfc5ca1ed95b'); -INSERT INTO messages VALUES(411,310121,'insert','blocks','{"block_hash":"9b3ea991d6c2fe58906bdc75ba6a2095dcb7f00cfdd6108ac75c938f93c94ee7","block_index":310121,"block_time":310121000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ff5ac30197dca345305d25ca93cf1d9431bc6141009d86b1c98f6c1ac135082e'); -INSERT INTO messages VALUES(412,310121,'parse','blocks','{"block_index":310121,"ledger_hash":"5b988c8ad133bb5ff5ac1ee4ad0a6a4fd431247db373e43c9be2a020520f438b","messages_hash":"cb0014f8518918075a1217eccebb515d646e133929ebd1b7d687f62eefe2f448","transaction_count":0,"txlist_hash":"9921b651b8ca004602b16f95d76b2ea76f03456d9a978abb02bb340f360df7a7"}',0,'BLOCK_PARSED',NULL,'04ffe7359e10d314e330f4e4fe641f5c7132555a9aea1ecf6c19d7072c0d52fa'); -INSERT INTO messages VALUES(413,310122,'insert','blocks','{"block_hash":"d31b927c46e8f9ba2ccfb02f11a72179e08474bdd1b60dd3dcfd2e91a9ea2932","block_index":310122,"block_time":310122000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'22ee22e970aef6fb53b53ce9c8644ca9b09d5b4305fad41236f9970478b3abbd'); -INSERT INTO messages VALUES(414,310122,'parse','blocks','{"block_index":310122,"ledger_hash":"70ddab8f1d6283ce5a054650dbcd02d7ad4ca9c35de7bed920c2f266bc092070","messages_hash":"5f0cb5979659325a04cb4c8052eeecee32bc606eea7a185b217e3252140f9b79","transaction_count":0,"txlist_hash":"a45cd1eea6626efa3af3dcd3c89782c50cc3b683c1b22249dc67d288e56aeb17"}',0,'BLOCK_PARSED',NULL,'90721d6bb827efbf4e3ae0de312abc572dd970724d731843b4f5ac8e8a3fb673'); -INSERT INTO messages VALUES(415,310123,'insert','blocks','{"block_hash":"be6d35019a923fcef1125a27387d27237755c136f4926c5eddbf150402ea2bbd","block_index":310123,"block_time":310123000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0213fd441a02b61d6d0c1ef29c39d83031ec19b216b0135d3a7cd5e52f2d7605'); -INSERT INTO messages VALUES(416,310123,'parse','blocks','{"block_index":310123,"ledger_hash":"3670feebcf979edce175ad5b296a4c88fd7fc6bdc251dda84d487b1b092e41dd","messages_hash":"bb68814940e764a1881e9e83e9eb20c90eaac9b18f95c9c70defa294e4eee952","transaction_count":0,"txlist_hash":"78c648296fcc7856757b990a92cf9512c61d180b08d451b63ed4e796d051d338"}',0,'BLOCK_PARSED',NULL,'3e5622e788956e50824878357b449bf2614ecd831658b28782a871687d047a28'); -INSERT INTO messages VALUES(417,310124,'insert','blocks','{"block_hash":"0984b4a908f1a7dac9dcd94da1ee451e367cc6f3216ee8cdee15eae5d0700810","block_index":310124,"block_time":310124000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d7412a626268f88082c0e81077386a90aa87d253e8fa28016b02a59edbe96af7'); -INSERT INTO messages VALUES(418,310124,'parse','blocks','{"block_index":310124,"ledger_hash":"9883fff318e7cf9021fb4cc39261840f682e8adabb934549dbae2a10d2a71de3","messages_hash":"c5d7527bc57ff36fc67c59d63ee5a29837d5424da1165fc52a6e497f8096d84f","transaction_count":0,"txlist_hash":"c58aaf910fe01fd9ba6a892ea421c0933f4cebec80c6d2d556accc81102428d3"}',0,'BLOCK_PARSED',NULL,'9b318d5e5467c5b489ffc81ec31683a738e7a74a69e20f2f1b8929a090209888'); -INSERT INTO messages VALUES(419,310125,'insert','blocks','{"block_hash":"cc28d39365904b2f91276d09fae040adb1bbbfd4d37d8c329fced276dc52c6a6","block_index":310125,"block_time":310125000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e3981cefdecf7a7d9b891cf3d96b10b00fc5ee3b0438e96fcb90d61475ce3ba9'); -INSERT INTO messages VALUES(420,310125,'parse','blocks','{"block_index":310125,"ledger_hash":"1840685242f9090297d4b432e305e4a093f90faa0b673953b648fbed948f31b6","messages_hash":"e429ec721dbde61ec81102fd60fbc60f91baf76412593202e70482897c2f1c75","transaction_count":0,"txlist_hash":"3d1e4c3a02456d7f79402a89f6a39dcb235fde15b275a762197b70e643d29e25"}',0,'BLOCK_PARSED',NULL,'1dc47cdaecf0fd4ef77d34049419cefd0f3ec7facd8c9adea89ce898dcf3b94a'); -INSERT INTO messages VALUES(421,310126,'insert','blocks','{"block_hash":"c9d6c2bd3eeb87f3f1033a13de8255a56445341c920a6a0ee2fb030877106797","block_index":310126,"block_time":310126000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'08349caf1304547dbe9e0c83897de5298c3009ec2e9ddd4c7223a74f9c83f728'); -INSERT INTO messages VALUES(422,310126,'parse','blocks','{"block_index":310126,"ledger_hash":"1a83f417c18439cd3c6269626c44b480317290f0c27a9b9f883a01653de69272","messages_hash":"b9fef27d179b052246916d5ccb318f28daadae7ae1cdb443946642b7d2b907a4","transaction_count":0,"txlist_hash":"7cde633cf5f7bc1176a3faa6ad03a449d3fb0d21dcce5885d2a37b81448a2ca5"}',0,'BLOCK_PARSED',NULL,'832ce07dfde552a9c88565de2bd47b5990f016c658bb65ddf49e7abcfbbc23ba'); -INSERT INTO messages VALUES(423,310127,'insert','blocks','{"block_hash":"c952f369e2b3317725b4b73ba1922b84af881bd59054be94406a5d9bbb106904","block_index":310127,"block_time":310127000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'86a96a92c64ea57b8bc99750d4a060e46e49d0a6fa85b065d53976916c4d27e5'); -INSERT INTO messages VALUES(424,310127,'parse','blocks','{"block_index":310127,"ledger_hash":"094c53dfd00b5004d074987dba90a6c9c47841d01041d0aeb61923c48315d1bb","messages_hash":"3e5be34f4f3b5ad21ce3e217ec45f84e6d2ac2525e562370f65bd7f32c539bb9","transaction_count":0,"txlist_hash":"0ac0ddcc5c45d4d709d9070814832bfa2339eaf5edbed98232cda4b1731e5478"}',0,'BLOCK_PARSED',NULL,'0f8c09fcfa4dfcd6bb45a0ccabdf20262ee3c4932ff1d2681f6963bd339e01d6'); -INSERT INTO messages VALUES(425,310128,'insert','blocks','{"block_hash":"990b0d3575caf5909286b9701ece586338067fbd35357fec7d6a54c6a6120079","block_index":310128,"block_time":310128000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8bb81a770ca7502a6bf1f72c86ec59eedb5f51f6dd8823c0cbf759f63772a662'); -INSERT INTO messages VALUES(426,310128,'parse','blocks','{"block_index":310128,"ledger_hash":"28ad1365daaadc866e79b6b1a555fa31bd804a85827d958cebb9d29511f78e19","messages_hash":"902e211b9437c3b30f203acff329526aefae73cd5732a64e2fcdc723d096733a","transaction_count":0,"txlist_hash":"aa9a25819899fc8948c4906673cfc8128c0a98417db8fe659098d28ca12e3786"}',0,'BLOCK_PARSED',NULL,'9f1cef908275bbb5cedf3e7014ca7e1e4ad8e7cffec53054f44ae31c03ca66fe'); -INSERT INTO messages VALUES(427,310129,'insert','blocks','{"block_hash":"fa8a7d674a9a3e4b40053cf3b819385a71831eec2f119a0f0640c6870ca1dddc","block_index":310129,"block_time":310129000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8a9d5289ef9580eb4dac04fd55fa020ea061544680c88ad5fffc032709a760f3'); -INSERT INTO messages VALUES(428,310129,'parse','blocks','{"block_index":310129,"ledger_hash":"61587f9b5d05f8f553f0a4f580f38a140edcf7d9facb13c542865f5ec586a32c","messages_hash":"f249a2c44d1c4cc5186ee741206aa06fcd21823ad57d86d334acdee57b1d50f8","transaction_count":0,"txlist_hash":"ca3752868d963f0c165166928139cb078aefd0ebcbd9ab8f182c631ff941a56b"}',0,'BLOCK_PARSED',NULL,'b2df1c411c46eb3c39d4e45dc8f86de9377c083bd725330401f4eb04587bdbe4'); -INSERT INTO messages VALUES(429,310130,'insert','blocks','{"block_hash":"d3046e8e8ab77a67bf0629a3bab0bea4975631d52099d2ddc9c9fa0860522721","block_index":310130,"block_time":310130000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5e853aad9b104ecf90505c8e961ea1ba642578c634e9861ebd0e668a0bf996e5'); -INSERT INTO messages VALUES(430,310130,'parse','blocks','{"block_index":310130,"ledger_hash":"1ee8c39657890ac946e2aac5409147cdbf1b0004db1f00d997cf45452596f781","messages_hash":"27ec067f829848fa3ef5e5fadfe6b0412ea3f5593c356af7f6a518ad8a153697","transaction_count":0,"txlist_hash":"bb38c9be1ef6ce22f1f14319cb3e1385d70fc63f7d0b2d80789c9af018baaa71"}',0,'BLOCK_PARSED',NULL,'a33ab3d9f06f153dce024c5948caaa2d55d001389f271613af5d4b7e147f6ccd'); -INSERT INTO messages VALUES(431,310131,'insert','blocks','{"block_hash":"d6b4357496bc2c42b58a7d1260a3615bfdb86e2ce68cd20914ef3dd3c0cdd34d","block_index":310131,"block_time":310131000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5a2caa24f10f524c84b0f434426843ac6f03ff5fd2b718a6550dfbbb055c1a89'); -INSERT INTO messages VALUES(432,310131,'parse','blocks','{"block_index":310131,"ledger_hash":"aee45272e68725a2746582f1847582eb9808289d3deca144f8c6cb43bc4f42e6","messages_hash":"2fd1115bf78e73e3ae699a341b4d8520f43f06234de7d006d229881bc457d842","transaction_count":0,"txlist_hash":"69fba2b86abed1e740d45d33ec1bed7d2bf7de0f3bd9633959bfe77a21dd7aeb"}',0,'BLOCK_PARSED',NULL,'f237a8ad6858e38b7524439ef2bb1e5fef2af0deffe99ed38a08190f0bcc3a0e'); -INSERT INTO messages VALUES(433,310132,'insert','blocks','{"block_hash":"1b95a691bf4abf92f0dde901e1152cc5bd87a792d4b42613655e4046a57ab818","block_index":310132,"block_time":310132000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'712cce7b826f7c10d9204c44867163abad80c31742bc2ea2d9c910cafeea428a'); -INSERT INTO messages VALUES(434,310132,'parse','blocks','{"block_index":310132,"ledger_hash":"a3fe51c1d168ed726a78b72db61175f2abb07ea6c614b2886f3054cdd1a858fe","messages_hash":"1625a202182547cd54a08d627fb1ea9465047cb0206ae7eb47cda446c803d938","transaction_count":0,"txlist_hash":"352b00e4db389d411377c2302ecf272f97268e953c30d0976a5d12bffc5a17f7"}',0,'BLOCK_PARSED',NULL,'2e9a559a5f686b61287a699d05c4691eb8c8c01e670ef2b81eeaf2a9ce15e06e'); -INSERT INTO messages VALUES(435,310133,'insert','blocks','{"block_hash":"1029c14051faabf90641371a82f9e2352eaa3d6b1da66737fcf447568ca4ec51","block_index":310133,"block_time":310133000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'441cdba0528eb562bc7ef2f394b03a7bef99cd7cd9ca5a0432dc72bd6d6af5ec'); -INSERT INTO messages VALUES(436,310133,'parse','blocks','{"block_index":310133,"ledger_hash":"626743e51b462163f23f22079d672379def21382fd88f9155ddd453ca3d633ef","messages_hash":"9d54d58323fb21d31ede4ca2ff821e3a0504e249418a64865fd174bb3820e746","transaction_count":0,"txlist_hash":"1a7a1af397c6619b629eba7fdef0f0ea2d737e673d182fe985421dee61d0c63a"}',0,'BLOCK_PARSED',NULL,'54d0d1f492c8c4d8a128c6dfaf5d14a3b572d73c0b29b1f1580ab2774f7ff141'); -INSERT INTO messages VALUES(437,310134,'insert','blocks','{"block_hash":"1748478069b32162affa59105257d81ef9d78aee27c626e7b24d11beb2831398","block_index":310134,"block_time":310134000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'25ed6d1fe927efa21225ae0491c6a66d64874dc2d5afb8605145e5a1b383bfe6'); -INSERT INTO messages VALUES(438,310134,'parse','blocks','{"block_index":310134,"ledger_hash":"4b6e3202cae46fa80222e3ddec001213062ab76b8848eaaf4ab73f44bd84ac55","messages_hash":"6c98b51b302cce4711be7f6c79eb753c261ed148cbb41d31ca5bcb26cbe20bef","transaction_count":0,"txlist_hash":"855a47de54b979a3d958a921c2679825084193b9f1eb0fa56393e0186fb1b440"}',0,'BLOCK_PARSED',NULL,'43960fd03322b163961436bf367d5a6344c74598dce9f62f1fd5979e85b2689a'); -INSERT INTO messages VALUES(439,310135,'insert','blocks','{"block_hash":"d128d3469b1a5f8fb43e64b40f8a394945d1eb2f19ccbac2603f7044a4097e4f","block_index":310135,"block_time":310135000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'56c98d4b81d3885d63e67b8d2194b777d13e287d0f76f5c1f96e14bd8e2bf0d4'); -INSERT INTO messages VALUES(440,310135,'parse','blocks','{"block_index":310135,"ledger_hash":"e32784cedeadac39bb292da2c5eaffc983f416e0bf387978691e4c0fa5b1715a","messages_hash":"38c73a7af1e08e6c6bf09a6a8acd4bab5d48e012c854ac000fe28a521f7cf0b1","transaction_count":0,"txlist_hash":"80e68a8a303975543781e760be8d8b151206fb0335d3e0f5c2821d3e482b0ef0"}',0,'BLOCK_PARSED',NULL,'2a43347088e01577009caa88e3983bb1a0c7956771a29889ec21f8ec7c1dcc16'); -INSERT INTO messages VALUES(441,310136,'insert','blocks','{"block_hash":"6ec490aaffe2c222a9d6876a18d1c3d385c742ff4c12d1334613a54042a543a5","block_index":310136,"block_time":310136000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8dbf141c8fa44c6bb9b7c2e73607c144774f96cd4763c00a77e2027bfaee8f03'); -INSERT INTO messages VALUES(442,310136,'parse','blocks','{"block_index":310136,"ledger_hash":"93c67fdabd991708d1e35dabbdf7acb4e928763eeb817b32a79cd0bdb414fd2a","messages_hash":"bb3b688991687c972d0894add518e9fefb83b76898c2a3f8887229483a5fd74c","transaction_count":0,"txlist_hash":"5fd1f9311646bed047ec4ac1d5aa5c74d68d26ddf6bdec14f2f53f4cb9c1f6b1"}',0,'BLOCK_PARSED',NULL,'07c258f7932126c2240af1f0b0c33a561269dc8bdaa380dc3884522f8d662ada'); -INSERT INTO messages VALUES(443,310137,'insert','blocks','{"block_hash":"7b44f07e233498303a57e5350f366b767809f1a3426d57b1b754dc16aba76900","block_index":310137,"block_time":310137000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'237efcc1c8d1080da7e911bb6562e97ca8bdb4fdad9292dfc3fdc0fdfb98c9fb'); -INSERT INTO messages VALUES(444,310137,'parse','blocks','{"block_index":310137,"ledger_hash":"8a43d01155ba47b8b1311c41d5a57112198857701c2970d0fd373da04ef4e585","messages_hash":"5d768d0d6590e35d35db56b48152c232a6bba9cbd96596da044f8534cc8f8480","transaction_count":0,"txlist_hash":"d1f1a4a5fb78621aa1be58d32795feef8ac82572c34a694bf6b0b8c3c73ba7d6"}',0,'BLOCK_PARSED',NULL,'231b5efd761736bae06bf0b18212cc46e7a735437d45b56867abee9c7c5dbc92'); -INSERT INTO messages VALUES(445,310138,'insert','blocks','{"block_hash":"d2d658ccbf9baa89c32659e8b6c25b640af4b9b2f28f9d40baae840206402ab5","block_index":310138,"block_time":310138000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b99d55df501742c017ebfba9c69006ec4ad6e656838123b117de22145040c200'); -INSERT INTO messages VALUES(446,310138,'parse','blocks','{"block_index":310138,"ledger_hash":"4acf0244f3188f60152acc8ca30dcaeadf12e6669b15377c81b7e6dc3c8892b6","messages_hash":"cdb0742f83af1774e792e1c7dac7d9f0d38fdc3d4d5df323c67e6bc4b3353af6","transaction_count":0,"txlist_hash":"645be1bed53d63c268cd21d99a914aa4268b5a357dafa57f706075a66e42f948"}',0,'BLOCK_PARSED',NULL,'244323fafa32cccafdd77c72bea86b7bb2a4735fc303f174f811d4e88c6dceb2'); -INSERT INTO messages VALUES(447,310139,'insert','blocks','{"block_hash":"b2c6fb61f2ae0b9d75d18fce4c52a53b1d24772b1ad66c51ca51090210527d46","block_index":310139,"block_time":310139000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3354cc5c6e9d52ee3e51fac762d7414ed231eec7e5dd6f84d21a0b5cab5b6632'); -INSERT INTO messages VALUES(448,310139,'parse','blocks','{"block_index":310139,"ledger_hash":"2d77bdd47ed1b3be1c2edf41473bd5eb707d06dab33717b01c4a227f9855d73d","messages_hash":"804c5363ebf5da164c176f59af94c9fa7932cfa48268fc8c5ea0eed3ac838392","transaction_count":0,"txlist_hash":"c1e0ab9fe21f807be3431a5d28c048b7f5c49ee5cfba7b9a0a837d1fa5c90f4c"}',0,'BLOCK_PARSED',NULL,'d1a9ada666e3c26cab5bb53f8c1ad503a66195a0b7b49069bf858fce0fc0597f'); -INSERT INTO messages VALUES(449,310140,'insert','blocks','{"block_hash":"edddddea90e07a466298219fd7f5a88975f1213289f7c434ed47152af6b68ebb","block_index":310140,"block_time":310140000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f1cf71f5519d6d3bdb0575ea1cad759c5eaa51c282bf700ea4ec2595878be119'); -INSERT INTO messages VALUES(450,310140,'parse','blocks','{"block_index":310140,"ledger_hash":"277c0c6dd1c505dc6f9a222c737296396569d8e007c4b9a42582f108e90fa624","messages_hash":"40effeb560c00b7a0231ad7404fc6c389994cbb6f68a9a8a091d5df102056a38","transaction_count":0,"txlist_hash":"ab9a8224e0e3f8f728b56fd3ff40d960d9d336b2743932053b2419423223f2ac"}',0,'BLOCK_PARSED',NULL,'71f38d7b06831652e32846e1171770fa435cbc6696404220a74bbe9275b4c2eb'); -INSERT INTO messages VALUES(451,310141,'insert','blocks','{"block_hash":"b5b71d2a271bd638561c56f4ffbe94d6086debaaa86bfeb02ef0d71339310709","block_index":310141,"block_time":310141000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a474766150a7110515b98fc99b494db5b1cf5ab3d2494499552dd563d25212da'); -INSERT INTO messages VALUES(452,310141,'parse','blocks','{"block_index":310141,"ledger_hash":"f5d0edff3f22b2e025c884b7c738abe641bca9110a6b9a7b90de179fd6e5d2dc","messages_hash":"dbe3dc8f68bb56a270e5bdf09163b6ee49a7512333d3b9959eab35ef7b14ebf1","transaction_count":0,"txlist_hash":"d272db9ecd97edb037736fe46ab9585397f38a6d1c1d9455e64b8439811ebe4f"}',0,'BLOCK_PARSED',NULL,'f57fb4dfdd389d0c2fc9a59ea5d50e299d1c1de70816136b03d288d176f71e4d'); -INSERT INTO messages VALUES(453,310142,'insert','blocks','{"block_hash":"a98ae174c41ab8fc575d9c8d53d8e02d8e446b8c6c0d98a20ff234eba082b143","block_index":310142,"block_time":310142000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dee1659b8583e3dae56c5c7171c13758d18749184c99562c90782e60e4deb8d1'); -INSERT INTO messages VALUES(454,310142,'parse','blocks','{"block_index":310142,"ledger_hash":"a9f00ec826a30e66820ab2920cf9573244a24dacd63d48c080b9e80b1c5e05b7","messages_hash":"469d0c1ba5809c7a31b848e2eda7aad251c1d3545f50f26341abdc7104b53ef8","transaction_count":0,"txlist_hash":"0c2ddacd61856ee0743eca9125326981ab9f5711982f53874a0f8153089a8d97"}',0,'BLOCK_PARSED',NULL,'6e4074e7463253ead6b1c0938a33190bf390ff9202866b63ea9d1ebb9dd78121'); -INSERT INTO messages VALUES(455,310143,'insert','blocks','{"block_hash":"8ba2f7feb302a5f9ec3e8c7fc718b02379df4698f6387d00858005b8f01e062f","block_index":310143,"block_time":310143000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0c7317dee9f784a08534a642cf1255139a529f911c6701234286856abdc8e767'); -INSERT INTO messages VALUES(456,310143,'parse','blocks','{"block_index":310143,"ledger_hash":"b5765899f770fdb6cf1120535d85826c6b0ae44b16b8d5a619c5cd12c98783ea","messages_hash":"d4e33dcf9831c8452b4ca2b7375ee9d3026f5619ab8c208ecbd097f9624d8187","transaction_count":0,"txlist_hash":"39ef998b6c6130f79df8dcb5abff84c18a485915f1088b36a10de30da8c6f9c6"}',0,'BLOCK_PARSED',NULL,'b2cbecc75f33ff1678ee8ed7d17e070c96b3b90a85c071be15a7851ed3de5fc9'); -INSERT INTO messages VALUES(457,310144,'insert','blocks','{"block_hash":"879ffa05ae6b24b236591c1f1537909179ed1245a27c5fdadd2218ab2193cdb9","block_index":310144,"block_time":310144000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ea4c95f5ba7013448b7151952b92bb4ce2b92928e6cb273aca899ec61fcadbd7'); -INSERT INTO messages VALUES(458,310144,'parse','blocks','{"block_index":310144,"ledger_hash":"1a80f48136e5938b33f817a7cc1cb60aaf6d628b7811abd43e38cc807a18072a","messages_hash":"9dfd8890b89bc88abe6f006e7e8ac38f0ed765272f4bba47dd0c07bc647fdd97","transaction_count":0,"txlist_hash":"0b547c8db7446cd3f26dd0d8b88d533c1361fa5dfae6127b85e87095b42ab66b"}',0,'BLOCK_PARSED',NULL,'b55dc96ec628e9c35d974d11c1b591417195804f35499b211edc0b399168ece4'); -INSERT INTO messages VALUES(459,310145,'insert','blocks','{"block_hash":"175449ef0aa4580593ad4a7d0c5a9b117e1549ea772af00caa4ccdc9b1bf7a6e","block_index":310145,"block_time":310145000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2a4ac49ea6d7bdb015ddd03a3ee46b4ac215d94fd0f7ecb4a92c13ad8f1950f6'); -INSERT INTO messages VALUES(460,310145,'parse','blocks','{"block_index":310145,"ledger_hash":"fce2f084c1776fcb36b3ae3e0c952893934e24672ffa0d3dac72bb1278af8264","messages_hash":"3ec3b323c0e7eb59657fb6c88c7e9b3b20167eb62821d296c9d0064c3480a5c5","transaction_count":0,"txlist_hash":"bcef3d9f5eb82fb2198d268e442edfca029d5aa3ccff5e5306f0a1a8cf43b30c"}',0,'BLOCK_PARSED',NULL,'9e53af8a582a0a77bb4618cd4ff8232d0c94d8bf6c5abc0c125d06d0d95566b4'); -INSERT INTO messages VALUES(461,310146,'insert','blocks','{"block_hash":"e954ab6a110455d745503f7cc8df9d92c1a800fafdd151e7b1912830a9cb7184","block_index":310146,"block_time":310146000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'439aa76446dfa55bd0ffdb7671815077abbee55dbafdc4b30c312b3d8b9e8bdd'); -INSERT INTO messages VALUES(462,310146,'parse','blocks','{"block_index":310146,"ledger_hash":"9a98eb971580a0a69fceafc5fd41f398f1908b626c47df57965d1863e9a24b84","messages_hash":"0522925f54a2ad9e10f4515fbbd1d4a36b9d02232740b083fc22e93b8d5fd010","transaction_count":0,"txlist_hash":"036b1784841e65e5905b012f2b74c70e1d9c33b769603c01387d13e693343411"}',0,'BLOCK_PARSED',NULL,'da25200ac3fdbea5753192174e2a7d9896a681d8bd8c4a1329c552391366e069'); -INSERT INTO messages VALUES(463,310147,'insert','blocks','{"block_hash":"7650c95eba7bf1cad81575ed12f32a8cc36281a6f41bef13afe1dfc1b03a7e83","block_index":310147,"block_time":310147000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a2d5b9eeec5bce34c49567d7f376a1f76ef0459a1c9279d9923a231ab83526c4'); -INSERT INTO messages VALUES(464,310147,'parse','blocks','{"block_index":310147,"ledger_hash":"336a89d3d137810d3220d2de432f72e3b3ccd2ada2b746da3859c77dbb89d6a3","messages_hash":"8336c48d177486c4234210da49eda224fcd6bcb1e92bdf709da5d1ccd1505147","transaction_count":0,"txlist_hash":"184e1861a82afa97634e0ad72cff532220a37d75f8eb5e1265039188124f6ad6"}',0,'BLOCK_PARSED',NULL,'d15c356c80215fc6c221bca631a7ab120c5ebf0ce58e029a14a0b8cfa365e49a'); -INSERT INTO messages VALUES(465,310148,'insert','blocks','{"block_hash":"77c29785877724be924f965215eb50ffe916e3b6b3a2beaea3e3ae4796545a7e","block_index":310148,"block_time":310148000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ef2a42f8e3fcff74b05abb1ee79b5b8746e4f39bc1ce9c4bfdb73c2a21cde88'); -INSERT INTO messages VALUES(466,310148,'parse','blocks','{"block_index":310148,"ledger_hash":"f904794337dd67d356981d2623b8c3d1d78ba584cd98a8c1db939951d3102612","messages_hash":"d25998b068dfa9bbc50d8af93cce9ab1120515d08b01def1d9cdeab18eeb7af1","transaction_count":0,"txlist_hash":"c75b4218153bfdf3baf44f22f99523f7c54d957994ee838c05c08dd52d98c06f"}',0,'BLOCK_PARSED',NULL,'8345a90338329d0cc8d95c9e04a21e2db1fb9e63e1d9d795989bf2e452d6476c'); -INSERT INTO messages VALUES(467,310149,'insert','blocks','{"block_hash":"526b3c4a74c2663fc04ed5234c86974bffddb7235c8736d76860778c30207b3c","block_index":310149,"block_time":310149000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b2d87e770977d75e7e051f0e64cd17f30d2691b232fb6d7b0b2db4129ff16b3a'); -INSERT INTO messages VALUES(468,310149,'parse','blocks','{"block_index":310149,"ledger_hash":"c2972fbd048790f54d9ecef4e18aedec8ae7aa28227d1d43bd19cd71b4feff85","messages_hash":"ecf16e9d49786b0fceab1602b8fc325467071251d4204aa087139045151f03e6","transaction_count":0,"txlist_hash":"8dac7e6494cc67fc5c186e74b08d9fc8bc92cf71af9b0e1d919c48e9fecf7660"}',0,'BLOCK_PARSED',NULL,'fcde256b222f8bb56c6ce7664ede57f247eb4c52b5fd78d0e4029a52e98ac644'); -INSERT INTO messages VALUES(469,310150,'insert','blocks','{"block_hash":"cdd141f7463967dbeb78bf69dc1cd8e12489f58c4ea0a5dc9c5c01ec4fcea333","block_index":310150,"block_time":310150000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'138432ebcffab23918e125e054b6b2c3bfa7b036228e20accc04f55484a69cf8'); -INSERT INTO messages VALUES(470,310150,'parse','blocks','{"block_index":310150,"ledger_hash":"88b999e4ae34386b826b0f3b315953b5eeda8d9ef496af051498bfce6d8737fc","messages_hash":"c0407b12f9a109db3b57e203cdf5bd91b0c120627168527960d9628ccf0a60fc","transaction_count":0,"txlist_hash":"db25206ba3a052c622c6a5063359308d04fc2a031d6509447d838cf96a0632d1"}',0,'BLOCK_PARSED',NULL,'a6010aa43158a560633839e4281c3d8bffd33316bbe0e9a88d2e844057da7061'); -INSERT INTO messages VALUES(471,310151,'insert','blocks','{"block_hash":"a0f31cc6e12ec86e65e999e806ab3bfa18f4f1084e4aeb4fbd699b4fe284b330","block_index":310151,"block_time":310151000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0450eaadc535d3a39590ff268e5540ad9f5c82dcb7173af52be795c462ad37b3'); -INSERT INTO messages VALUES(472,310151,'parse','blocks','{"block_index":310151,"ledger_hash":"b7c176a2eff86655f8b0b71cc8bd3bab3a92ba203d4ccd911d63f3d2ce7fdc25","messages_hash":"2855cd0eb2b8f28b402003e7f5e874cefe68a8a432523854403322be22a71ca2","transaction_count":0,"txlist_hash":"c6868100e51f390d57b2da8324915c9751aa3882b6e102055fcfe229d1abfc85"}',0,'BLOCK_PARSED',NULL,'0972d011d6e8ee96955d204a329d58fc9c17861bbea9158d020270c1eceff5bd'); -INSERT INTO messages VALUES(473,310152,'insert','blocks','{"block_hash":"89c8cc3a0938c63a35e89d039aa84318a0fc4e13afac6beb849ac37140132c67","block_index":310152,"block_time":310152000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d9162aa6db5a5ace3a158c4d76005addad3aa86d10080aa9f6e6faf7ba114f28'); -INSERT INTO messages VALUES(474,310152,'parse','blocks','{"block_index":310152,"ledger_hash":"3f9471c393bc2bf144b17a5febea88c42982ae746fd700a5903c0e6e541e2b09","messages_hash":"db6aa932580f03b55d1d733be23ff7672f82d8557263551ef29cc6b74955ab89","transaction_count":0,"txlist_hash":"ff691488593add72ffd8fb9c8eab2b2c6f92dc2082615b3829f4b84fc8a81f88"}',0,'BLOCK_PARSED',NULL,'6ffc58916a9a24109a82d78186f78918b0ed758679f297d6a6465cad7b7a07be'); -INSERT INTO messages VALUES(475,310153,'insert','blocks','{"block_hash":"d1121dfa68f4a1de4f97c123d2d2a41a102971a44b34927a78cd539ad8dca482","block_index":310153,"block_time":310153000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fc7699ebd12e8fbab5a9a67ecd01cad9b4684190c4d42ca98091222f230ef4d7'); -INSERT INTO messages VALUES(476,310153,'parse','blocks','{"block_index":310153,"ledger_hash":"c6bc81e7b7e6758bbbfe10fa0e688b09e679fb74a18134639e172c18c6e017a7","messages_hash":"e234abc35886365ceb53bc1957306236a769cd19e438bad13adbbcc75a0f7a14","transaction_count":0,"txlist_hash":"6c303c21dd9de15f2a265d88e04a2c110f32718da29a06294ebafe9ed91d4441"}',0,'BLOCK_PARSED',NULL,'9e14dd9ec2852937a3c30748af0c3984a980832214d22e7e8d59cf79aad44645'); -INSERT INTO messages VALUES(477,310154,'insert','blocks','{"block_hash":"ba982ea2e99d3bc5f574897c85485f89430ae38cf4ab49b7716ed466afa506d6","block_index":310154,"block_time":310154000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'465f2a669a9478f0c03118313637ca1d6304acc6a2040d59b2e633585e8880ad'); -INSERT INTO messages VALUES(478,310154,'parse','blocks','{"block_index":310154,"ledger_hash":"b3e07f9de85ab67e88042b1bb52302c6eb16b7ff45d5be6a49700f115ed396d4","messages_hash":"2f543b6b1c7cb5b5f8cde27fc0ce8e14412c16cab05c135d4b618c35be58d435","transaction_count":0,"txlist_hash":"b21fe34642b2c9ff09e65be86103f1c3390a01eb51b4d8b98456558639ef6e1f"}',0,'BLOCK_PARSED',NULL,'8eafa5fa1095e94968ed33665e6c5dac4394f7af0303fba591dda22f6fa9d7b0'); -INSERT INTO messages VALUES(479,310155,'insert','blocks','{"block_hash":"cefb3b87c7b75a0eb8f062a0cde8e1073774ae035d176e9769fc87071c12d137","block_index":310155,"block_time":310155000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6a9371d4f099461e63066faf76e859c256c4d2f1e53e3dda456d634211278d29'); -INSERT INTO messages VALUES(480,310155,'parse','blocks','{"block_index":310155,"ledger_hash":"27014841a468e23bcb70c718919745eadcded4310031a7be90a4732c96509404","messages_hash":"50b3deea35bd525a20b62c46d1c616ba1563da2efad855d330850f28951838a0","transaction_count":0,"txlist_hash":"0e5f0bfae3a6ced9c6498cbe95b8bcb56c76530830baa61345b8072aa6e28ff3"}',0,'BLOCK_PARSED',NULL,'586f9b6e74dffdc8107cd84ca94839c068d14f91471cce99ed6655ce82304ddf'); -INSERT INTO messages VALUES(481,310156,'insert','blocks','{"block_hash":"6e3811e65cb02434f9fde0445a7a2b03fe796041458737d0afcc52208f988a83","block_index":310156,"block_time":310156000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'24e4de39c39681dbde8805836e01196cb3b108e9a42f098cd8f2645e1b90abb8'); -INSERT INTO messages VALUES(482,310156,'parse','blocks','{"block_index":310156,"ledger_hash":"5597aaadb8cc75848219f9fde3f5d76bb5592689c72068db59922732e89eef9d","messages_hash":"5662abcb9831ea451789a3d0f7de27c49381426b034eabe8ff09fd4732be8180","transaction_count":0,"txlist_hash":"ff3319c50ddd9bbd558542bdde3d612a475b543d6a34ea76738d929b5e05a380"}',0,'BLOCK_PARSED',NULL,'9e01fd82ab09f40bc98aa5f709b8cd3c82b56ff666e0ad836e1948603bfc8b54'); -INSERT INTO messages VALUES(483,310157,'insert','blocks','{"block_hash":"51dd192502fe797c55287b04c403cc63c087020a01c974a565dd4038db82f94a","block_index":310157,"block_time":310157000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1886c714b088144e542c47fd794c8228981ce901acbcfdeb293754f4ddcdf308'); -INSERT INTO messages VALUES(484,310157,'parse','blocks','{"block_index":310157,"ledger_hash":"cc1ae27fef286424e40204f6b575e9e079e1f7a5ccf6cc356729a7c4a7f83eb8","messages_hash":"413d340e8a0cb86824c30e0147c6c92d41bfdf8ae655e1681518e9bdebac1fbd","transaction_count":0,"txlist_hash":"9b4884eaca300843017c2732aa8d09815eee4701cff996cc8b6ca6d62af4055d"}',0,'BLOCK_PARSED',NULL,'0db99c6ddeedba6bbbc5e564c377f4b341236bd3c87d93a60cce9403fe2981e2'); -INSERT INTO messages VALUES(485,310158,'insert','blocks','{"block_hash":"749395af0c3221b8652d31b4c4410c19b10404d941c7e78d765b865f853559d2","block_index":310158,"block_time":310158000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b9e0d7eb361dadef568b7cd245701f9824d619091645228941547e957e581c15'); -INSERT INTO messages VALUES(486,310158,'parse','blocks','{"block_index":310158,"ledger_hash":"6d80d98e778b30c124b0255b3e72620f432245d0f841f6bd62a0fcff44843bf0","messages_hash":"33d974c55f8b5ac6039384e907e0ccda44742d9ec07919617b70315063131e65","transaction_count":0,"txlist_hash":"03a33d54ece86ab81f4f6e1cb337b07b6fc105a580a4ff82496885c7671939a4"}',0,'BLOCK_PARSED',NULL,'63a78815da861c02ea871d7fd3508630df75c35e51e629b7f5009e55e6b8c15f'); -INSERT INTO messages VALUES(487,310159,'insert','blocks','{"block_hash":"fc0e9f7b6ae99080bc41625588cef73b59c8a9f7a21d7f9f1bf96192ba631c12","block_index":310159,"block_time":310159000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2fd5055bea6d41dabc211f3010c538178d258f43e6eb1390f280e6f91566a9ad'); -INSERT INTO messages VALUES(488,310159,'parse','blocks','{"block_index":310159,"ledger_hash":"d8ab8bb14092afea6cc675d2f50891318e3169bf9dbe2d07e80c4db95f0f2033","messages_hash":"4ffd537f1eae6c48e0cb9c1045311e2c56b9911bf0c15f4c04f7c89012f3496b","transaction_count":0,"txlist_hash":"c292a08eda8cb807f0c11947fc08c748353bf545596d8c6c03a4a734d25461a6"}',0,'BLOCK_PARSED',NULL,'1c0dd680f766c1cacd97f5e6d16f4d89d603be829a846b8cda4d605db0110cdb'); -INSERT INTO messages VALUES(489,310160,'insert','blocks','{"block_hash":"163a82beeba44b4cb83a31764047880455a94a03e859dc050da782ed89c5fa8b","block_index":310160,"block_time":310160000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'38dee5266b722713c2a4fbbad8f0bf152d4a79dce1d6c30a061d406d964d1d53'); -INSERT INTO messages VALUES(490,310160,'parse','blocks','{"block_index":310160,"ledger_hash":"2d76a042d062b73b7dd956d5cff0ee397f068c04eae6cf5b9522d3d55e88cee9","messages_hash":"9b9b2e8cdc7dd6b6279dd505e91b6ec09277b2abd33a8f559675cc962d736bbe","transaction_count":0,"txlist_hash":"df1e1e18b65c4322284ab36204d9f4397c0dade89bf25486c8b84f6358e0f18e"}',0,'BLOCK_PARSED',NULL,'19235997c9ba45e2fa17ce391a3897af8a4aeb2d91c49e0da289b1dad46e2566'); -INSERT INTO messages VALUES(491,310161,'insert','blocks','{"block_hash":"609c983d412a23c693e666abdea3f672e256674bf9ee55df89b5d9777c9264d8","block_index":310161,"block_time":310161000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c6c9ad0776e933971d46af76da80ef611f7f1f87a5f608b4adb7c9d92aafe049'); -INSERT INTO messages VALUES(492,310161,'parse','blocks','{"block_index":310161,"ledger_hash":"beb3496742415027bcc0d59f3385809523c8783cd91a5670f2fb6fec3230e980","messages_hash":"4f94a0aeba20c6b750aa23e02a844b14adde57ea70be14ed8ac2b1cfd5e93f1d","transaction_count":0,"txlist_hash":"e61374e297180716eee972376d16b85266342dfcee4f383ba9061360f7c0a425"}',0,'BLOCK_PARSED',NULL,'5c9f363aa28eae122453c1806908584acecb73e7a8b56c81dff3770ef94dde78'); -INSERT INTO messages VALUES(493,310162,'insert','blocks','{"block_hash":"043e9645e019f0b6a019d54c5fef5eebee8ce2da1273a21283c517da126fc804","block_index":310162,"block_time":310162000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37306467eeaf1e454fdb2b28772fd3d9a55ad4ee7b6eb273b6446fc3a1666e04'); -INSERT INTO messages VALUES(494,310162,'parse','blocks','{"block_index":310162,"ledger_hash":"066a2b93df863300741145cd6a4f1a9ea616bc787861cb8ab809f59d47a6fa1f","messages_hash":"b42f6e4a1ce270bf1b86c76a129c92ca897a1d376e976a4ba084cc8e7a234232","transaction_count":0,"txlist_hash":"bc115f6ddeebabd3e0ea592604ff679267b755376e509c4760cfa394e86498df"}',0,'BLOCK_PARSED',NULL,'3cd3e29f28f5d47347933bb9de4ba611620638da48040ab0a157d5b8328e0812'); -INSERT INTO messages VALUES(495,310163,'insert','blocks','{"block_hash":"959e0a858a81922d2edf84d1fbb49d7c7e897a8f49f70bd5b066744b77836353","block_index":310163,"block_time":310163000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3a8dcf55850833e8630123bb7c1cd68ca1ae8c3d14f1353819e3672d79c3f384'); -INSERT INTO messages VALUES(496,310163,'parse','blocks','{"block_index":310163,"ledger_hash":"460c271269ccdd8775925b511705207baed8fc212caa7e74fc08a80be600a38a","messages_hash":"b66ddc0e201c8d7b32816002ef0c5c6ec2737d18768143b4e8deeb5f1d0b3b79","transaction_count":0,"txlist_hash":"d16b6243e4c0718a2adca941956564325985750a9a0833aaa35635335cb504ea"}',0,'BLOCK_PARSED',NULL,'e8394596a4ab47a5e84d402deba274ea636f93b043e8ee32e6096a83b7e9838c'); -INSERT INTO messages VALUES(497,310164,'insert','blocks','{"block_hash":"781b7188be61c98d864d75954cf412b2a181364cc1046de45266ccc8cdb730e2","block_index":310164,"block_time":310164000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f574b6a188fe22e92c748a1194f4489eadbe268844ef37bb3b469fc5e5de4daa'); -INSERT INTO messages VALUES(498,310164,'parse','blocks','{"block_index":310164,"ledger_hash":"19a7948cd1bc4a89a427d48bb01330dadff848e2b32ec8b8abe342872850b268","messages_hash":"f4ac81c04049fa51c3ca54cd69a52dd17f92b56c7d8eaf2a91b5d80369fe3005","transaction_count":0,"txlist_hash":"54068fbe0e385c8ae2df5cb2c601397e15c019c732e37ed484573f07106741e3"}',0,'BLOCK_PARSED',NULL,'7df5d8548ce1a4bd98ae8b0abbc39ed89a1a8d6e632837e73db285acb101b5ae'); -INSERT INTO messages VALUES(499,310165,'insert','blocks','{"block_hash":"a75081e4143fa95d4aa29618fea17fc3fabd85e84059cc45c96a73473fc32599","block_index":310165,"block_time":310165000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'554c239ac6ec481afeeb345ea1b0508b8682cf82ce748d6dcce87c745a384333'); -INSERT INTO messages VALUES(500,310165,'parse','blocks','{"block_index":310165,"ledger_hash":"97f0a48a26daf011a8c7b22bb772228a0c8a920eccd011e713956100c9fbdf33","messages_hash":"08bbd0b6bb25390b4b73197dd12ed9d86cbc0c26ecaf6860a0de71ae6aa0207a","transaction_count":0,"txlist_hash":"0783c9e3d99f4f95b64b38b92c4e8b7d257f325d10cd83bc86d684378b9ebbd6"}',0,'BLOCK_PARSED',NULL,'972d2e85944eae81053130cdb57494ad5e31da805b8d319cfed65f4520f8538a'); -INSERT INTO messages VALUES(501,310166,'insert','blocks','{"block_hash":"a440d426adaa83fa9bb7e3d4a04b4fa06e896fc2813f5966941f1ad1f28cfb41","block_index":310166,"block_time":310166000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c122fa088342a0792c9d103b0e195b8999b6eba6cc8924fef66d8971fc955bd3'); -INSERT INTO messages VALUES(502,310166,'parse','blocks','{"block_index":310166,"ledger_hash":"edbd00e1229c673f4f15b3ac7bbe020f54b5f3a61b1d158658471076a55c77b0","messages_hash":"51c986f9aeb0bd399915d8a9b0e6554ad9b83944aebdd4644b0c840832dca282","transaction_count":0,"txlist_hash":"683f4ab00ee1ff495bf452c511c1582100191ef7b575139b9d2f102c852018c8"}',0,'BLOCK_PARSED',NULL,'304eda5121d52000539a02d9655cede27bcbfbd83e953e2b7da03c9017334cd8'); -INSERT INTO messages VALUES(503,310167,'insert','blocks','{"block_hash":"ab4293dbea81fedacca1a0d5230fe85a230afc9490d895aa6963acc216125f66","block_index":310167,"block_time":310167000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0b49187740cae0983bd013c628799ee13aa9c3477fb6f760975516fb7e347230'); -INSERT INTO messages VALUES(504,310167,'parse','blocks','{"block_index":310167,"ledger_hash":"e118e0f3aad5be73080f4d1892517e8fd2c4575589ccdfadf980edebb9a66a14","messages_hash":"440aec76670dc63235e249851c8fd31f5248174487e4251744ab487bacea84e5","transaction_count":0,"txlist_hash":"d2be4356643047c7bd04eede767d4f6853885f408827f3bec8c54ceb2b7fd71b"}',0,'BLOCK_PARSED',NULL,'ca10b4c017e8e7bced7b71e92d7ceab10bb3fb5960250a90010297d970293915'); -INSERT INTO messages VALUES(505,310168,'insert','blocks','{"block_hash":"a12b36a88c2b0ed41f1419a29cc118fae4ecd2f70003de77848bf4a9b2b72dc9","block_index":310168,"block_time":310168000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'963152dc86cc3f95cc8da5d1d9bf26d3f5ad48e1fce7d17ad30df21c3845bf7d'); -INSERT INTO messages VALUES(506,310168,'parse','blocks','{"block_index":310168,"ledger_hash":"267f48eb4e3b0925f4f472d8ce6ec57ec5039911b13a14ff2884a41a9cafd7b1","messages_hash":"cfdd5dd5f886d6ead6f29b4462fb2f7369374e1e65f6b3097349d809c92fd67b","transaction_count":0,"txlist_hash":"ad748b661aad47fa8963b43999846ef9bd00ea2595747f835710360afed16797"}',0,'BLOCK_PARSED',NULL,'1460713a3de7048c33d8ffa5c8af4f96001fa549788102d31111ae349f82fd42'); -INSERT INTO messages VALUES(507,310169,'insert','blocks','{"block_hash":"204809a85ead8ba63f981fc1db8ae95afe92015f003eaebbec166021867421f3","block_index":310169,"block_time":310169000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5566d37f25da7d21398b34c15533fbf40154a50905d7d03ff8616ef96e48111a'); -INSERT INTO messages VALUES(508,310169,'parse','blocks','{"block_index":310169,"ledger_hash":"df394a6f3b2a9b9dded6019dce9f3d3214db1f30019faffbdc2ce614f629b25a","messages_hash":"9bf9ec029cb1ffa9891684a9b84eac1d6f74420356b7e105b75d836f254cf2e0","transaction_count":0,"txlist_hash":"3a92e2c7808a00a0ff2b2fb4695b225acf6262c57753023334bcf3de8e1c7ace"}',0,'BLOCK_PARSED',NULL,'d5d1b2a0bd3aac362c03f88429e3ca7294cea20bf84016c86041fbd06d19f792'); -INSERT INTO messages VALUES(509,310170,'insert','blocks','{"block_hash":"b38b0345a20a367dfe854e455e5752f63ac2d9be8de33eab264a29e87f94d119","block_index":310170,"block_time":310170000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'66c3e514d96bb58a440d5da284d2e995bc2e9ab804525eb8b05dc938c5e8bd5e'); -INSERT INTO messages VALUES(510,310170,'parse','blocks','{"block_index":310170,"ledger_hash":"3081081c2ab6d8280ef721c5836d0fb7e89eb3d747a4e4522d2e22f5a6b153a2","messages_hash":"22a2aeeac9df6e26f4518267ffaa7d4a192180c30ec1f4b580856626011de295","transaction_count":0,"txlist_hash":"f4ada9df3e82d94ba52292e829c4c814b3f0d04f0e3f8606a90fed651634fafd"}',0,'BLOCK_PARSED',NULL,'c37df54b075c380f7a79cc573d853a66432a8ee6242a4cbcd62b537ef4e930d9'); -INSERT INTO messages VALUES(511,310171,'insert','blocks','{"block_hash":"b8ba5ae8d97900ce37dd451e8c6d8b3a0e2664bb1c103bf697355bf3b1de2d2d","block_index":310171,"block_time":310171000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c6f9b2a1046ef2952e4b1f46290d19147873f8140222dc3f114a4d51d4d08659'); -INSERT INTO messages VALUES(512,310171,'parse','blocks','{"block_index":310171,"ledger_hash":"e6a4017e4f7d9da50bb3817990c3e115d5035443de8824dc01b5380a5b4c52a9","messages_hash":"b562b0fb7657f4fac9984d096f68c6a035fb1e25d6f110bcd8ec81e2cec63771","transaction_count":0,"txlist_hash":"e335e773387256c016b82649c44647ce0355aa108249413f02117fe14f39c56d"}',0,'BLOCK_PARSED',NULL,'747357e0aba078decdb4d64ff97b0b9d4d58ee306b4b1434e7d7e2748f556b84'); -INSERT INTO messages VALUES(513,310172,'insert','blocks','{"block_hash":"b17fda199c609ab4cc2d85194dd53fa51ba960212f3964a9d2fe2cfe0bb57055","block_index":310172,"block_time":310172000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ffd6aad413bdbf54982cfa8b23786ad0e18c59c947ae82d6191bbf41b362b144'); -INSERT INTO messages VALUES(514,310172,'parse','blocks','{"block_index":310172,"ledger_hash":"89e90622bf8363bcee5cd7ab6d48b6d06ce4cbd067f9985e35e67fc683f4c103","messages_hash":"281478fcb61d0423e2507c19a58ec94f12a91b33af63f47d34a71942c57c29a8","transaction_count":0,"txlist_hash":"d03bfc2a16d240505e3413ce267b263a0ddde5b3f8a04acb6a67d33a89434996"}',0,'BLOCK_PARSED',NULL,'2fe4ae3f446418b6eeeb77cc60b4a0a1b7d8d12b8afa69b8a8289d35880fa54d'); -INSERT INTO messages VALUES(515,310173,'insert','blocks','{"block_hash":"f2dcdc5ffc0aca2e71e6e0466391b388870229398a1f3c57dec646b806a65016","block_index":310173,"block_time":310173000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'743e8fd422e6c13179c299d85023666b1400c821117bdd33ff64580cfd25a057'); -INSERT INTO messages VALUES(516,310173,'parse','blocks','{"block_index":310173,"ledger_hash":"35ceee6a23757fa49e7f5c34ccf0fd034731e95d564257b443ebfdee7cd294d3","messages_hash":"5c2acd5541d48d7eeb4ee30c78bae239f9c64cb4bd9e6b7d18f2ff77498598fb","transaction_count":0,"txlist_hash":"73c9dd3d2f5390d0d4379cc8f5e195ba4a0b4d280d3fe663db3940d4a42108ef"}',0,'BLOCK_PARSED',NULL,'10472ae4ef0a379fa7c4b4de22780d36252bbc0d251a6db0b44efc5a432c1d87'); -INSERT INTO messages VALUES(517,310174,'insert','blocks','{"block_hash":"fa6f46af9e3664353a473f6fffce56fa295e07985018bface8141b4bf7924679","block_index":310174,"block_time":310174000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0a13d6cabb79cb11bbf7915979b03d12405ba36ea0616653bff8f00e568de355'); -INSERT INTO messages VALUES(518,310174,'parse','blocks','{"block_index":310174,"ledger_hash":"101dedf34bc0788c0589c8e2b1d7da4ec65f6eab2e3c5523c0903db685cab017","messages_hash":"28e27c61b03c50836ba58faebf899b7bcc6d90c52a09ab307ceaecceedfb8a8a","transaction_count":0,"txlist_hash":"71d9279604a4ac7dbd49f6672ec6cd19ba59b62302eb1b1bd78ecd3b6d4a5263"}',0,'BLOCK_PARSED',NULL,'761f805d5766488398d56cf0404772e47f904473c451d59cec0b2e05ec94580d'); -INSERT INTO messages VALUES(519,310175,'insert','blocks','{"block_hash":"f71e79fe5f03c3bc7f1360febc5d8f79fc2768ce0ff1872cf27a829b49017333","block_index":310175,"block_time":310175000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f4c9d66d27d6b498e225ddbfc408df36bd20d72b96bd3ea6bd78aba5e7df97ac'); -INSERT INTO messages VALUES(520,310175,'parse','blocks','{"block_index":310175,"ledger_hash":"67de4a0a9e52d9ae06caf62b3412d0bf2c10a6b24716210b21212d75be75ad6c","messages_hash":"bef38356d882f31081940f08c0bc01f8fc9a309623dd7bd1133078da48256b62","transaction_count":0,"txlist_hash":"90b52df6f0427a7dc695fa0e17a7bf3e59d788cf4016bb65c451a151c38f121b"}',0,'BLOCK_PARSED',NULL,'aa8de23b8cb2d1c41de5c4697dae73a2b1733937213d9d97571166e53c814495'); -INSERT INTO messages VALUES(521,310176,'insert','blocks','{"block_hash":"67cd1d81f2998f615602346065e37f9ceb8916abb74b5762ead317d5e26453c6","block_index":310176,"block_time":310176000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'89bbf25c733f5114281a17602ccca2edce5e192172653d79d56de3d0b3128572'); -INSERT INTO messages VALUES(522,310176,'parse','blocks','{"block_index":310176,"ledger_hash":"a90bd400e15727fada1a27be4a6e228bd91a15f0dbd0fb7de3b6779a8bf89e4c","messages_hash":"03a6732d7540cd9c9adabc77abd68656a672a176a1ff2ae8c870caf1a0c66a09","transaction_count":0,"txlist_hash":"b870ef1dabda015a561f74122039890b1c9c98e2c4c547dea34ed296fc99e8e1"}',0,'BLOCK_PARSED',NULL,'ba672159364a3b6b2fac022f21fd90a9c4eb64918862b69b0031d27ac9265896'); -INSERT INTO messages VALUES(523,310177,'insert','blocks','{"block_hash":"6856b1971121b91c907aaf7aed286648a6074f0bd1f66bd55da2b03116192a52","block_index":310177,"block_time":310177000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d0eb0043d4c99e25d5ad1cce595f1f76f66189401b3bc53d70f5c3c5ed3017a7'); -INSERT INTO messages VALUES(524,310177,'parse','blocks','{"block_index":310177,"ledger_hash":"bac315d07dee18e27336a46ff3ffeed58aaf8eb1eb702e98a93c06303c937716","messages_hash":"923e211439384c4f3c10b9053ccb900ed1dfdbda3eee3c4ad1ffbf95160fb3b2","transaction_count":0,"txlist_hash":"80b0eed7b842a9779b358c5293771470290876f3acb617d85e1a97e786a73092"}',0,'BLOCK_PARSED',NULL,'873d2ae19ebba671572a6b45c434b36f88aab76e1bb17c7e06e49807d8b404c3'); -INSERT INTO messages VALUES(525,310178,'insert','blocks','{"block_hash":"8094fdc6e549c4fab18c62e4a9be5583990c4167721a7e72f46eaf1e4e04d816","block_index":310178,"block_time":310178000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2e827073f0dfc67190c155695b6783fe46d031bf075745447f1ac7c9c413362f'); -INSERT INTO messages VALUES(526,310178,'parse','blocks','{"block_index":310178,"ledger_hash":"186ea0ece84d21ee21889ff13c98959dfc1842063a970e0c095552f0ca86515e","messages_hash":"1c2039634e15731b0fdd1b4668442d24a02c3a510d5496352ff8cf41bc9fc2ff","transaction_count":0,"txlist_hash":"79d67c9aecc8676b0743ebc9af6b78c6f40d264b54bcb510b0028715fc1ca4bd"}',0,'BLOCK_PARSED',NULL,'bae4be385e249b62583558c2dfcad2746a3330cfebdb6c7e470d26c397552023'); -INSERT INTO messages VALUES(527,310179,'insert','blocks','{"block_hash":"d1528027cd25a1530cdc32c4eaff3751a851c947ddc748d99a7d3026a5e581a7","block_index":310179,"block_time":310179000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e70d34e06e4f1e5f40716bf1e38ba51a3fcb0dba9228d4e3800243647ffd3644'); -INSERT INTO messages VALUES(528,310179,'parse','blocks','{"block_index":310179,"ledger_hash":"0200402ef08256efa0adc85b2b4b15fb7448b5107b65fafbcc7985d809e84bc8","messages_hash":"8156d80a4b24744f1627f096daa977f09425757ccd0667647d9faec710d6304a","transaction_count":0,"txlist_hash":"3bbcd82428f094a7089c7c9a5c74be0e400e4a03181ea95faea8681323851d43"}',0,'BLOCK_PARSED',NULL,'4bdcd4e480d8c8a8ca77d227886d603e1a941a944ec955fbbcd18690a79b3825'); -INSERT INTO messages VALUES(529,310180,'insert','blocks','{"block_hash":"f2f401a5e3141a8387aaf9799e8fef92eb0fc68370dae1e27622893406d685c1","block_index":310180,"block_time":310180000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eea29c8f293eb93a18783b218ef5d83ed11283544e00fd944eaa62b2da9a5ad3'); -INSERT INTO messages VALUES(530,310180,'parse','blocks','{"block_index":310180,"ledger_hash":"13829eeaf9bdc54f87366e35616c5a57cd836c63db8a9ba7d117d02377ef43e1","messages_hash":"25094bae2edd5766f198b94a13c93f67eacb85fbfabe17c66a0016820d2091b7","transaction_count":0,"txlist_hash":"2398e91ec31dc2810a4648946a85f5af7df71cae0b678f99aaa17e97d215785b"}',0,'BLOCK_PARSED',NULL,'9611f4f9a30d3d3728251785a4bac6eeb27f172a501cbb688706be01dde78e10'); -INSERT INTO messages VALUES(531,310181,'insert','blocks','{"block_hash":"bd59318cdba0e511487d1e4e093b146b0f362c875d35ab5251592b3d9fed7145","block_index":310181,"block_time":310181000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b45a0bbd449a2948afe09f425b8d60a017729e9765e47b5813b320022621c183'); -INSERT INTO messages VALUES(532,310181,'parse','blocks','{"block_index":310181,"ledger_hash":"81b4d83a623a55019ad720c1bd3ecef100d8ca49deda91b8ba6ffe9802764df7","messages_hash":"5c51090bbab1d288083cb7db99ba4a1f792842b88c9db8b678925e3396d647fb","transaction_count":0,"txlist_hash":"82cb247f5dfeeb31342861a77bceb74957ceb62932de536d837988a2f471f599"}',0,'BLOCK_PARSED',NULL,'3a224258ccec8b8eff7f4d2a27df78ad88da8d11f38e71ddcce3115550a00b09'); -INSERT INTO messages VALUES(533,310182,'insert','blocks','{"block_hash":"a7e66b4671a11af2743889a10b19d4af09ec873e2b8eb36949d710d22e1d768f","block_index":310182,"block_time":310182000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4f9604dc998f3486d7284275a76f1db990af55999933d14eef776e1d599e0776'); -INSERT INTO messages VALUES(534,310182,'parse','blocks','{"block_index":310182,"ledger_hash":"935e40f93195d450b292481aac481f445d2de8786d04d26263f4adc5a348704c","messages_hash":"ab94ff17e4b813fabd6ff33c562c0c9784ecb3f3c9500443f402a6e6109b07e2","transaction_count":0,"txlist_hash":"1a48f71be7c5f3baa68d68c393a6c68d63596c561005ac7c6df457584fc18c6a"}',0,'BLOCK_PARSED',NULL,'42d768cdb83f46fb595294280ee5f4bca9c84d3c850cc07d53581ed584d326c6'); -INSERT INTO messages VALUES(535,310183,'insert','blocks','{"block_hash":"85318afb50dc77cf9edfef4d6192f7203415e93be43f19b15ca53e170b0477bb","block_index":310183,"block_time":310183000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dcf497860aa7900e223f15fbdbb0c3fc58c5a5ef1c9be8cfbc38c142048eaa75'); -INSERT INTO messages VALUES(536,310183,'parse','blocks','{"block_index":310183,"ledger_hash":"268bf841be40615472bf4c60b5306d0763ed50510fbb55c47a6a0ac726e8701f","messages_hash":"6af950da202da0a07ccf4d8df28bb320e539a4aa57b893f4e0c18234b01e72a3","transaction_count":0,"txlist_hash":"82d2641b1ab0cdf057e8e68b0cd7824ff8c60222f8d4e23125d68beacf2b3293"}',0,'BLOCK_PARSED',NULL,'67a07c2c6f90589e62772b02decf92e321807530cf6209984d87ea616efc1fc1'); -INSERT INTO messages VALUES(537,310184,'insert','blocks','{"block_hash":"042a898e29c2ebf0fdbb4156d29d9ba1a5935e7ed707928cb21824c76dd53bfc","block_index":310184,"block_time":310184000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3e9d2a9dd3be1629fa040909dbcd135fb4d8b5c668e7ff8c4535cb99e504f71b'); -INSERT INTO messages VALUES(538,310184,'parse','blocks','{"block_index":310184,"ledger_hash":"64323488ca4d32a1f548842db4ac772b750599ce6222020ef6149b4a0e54a935","messages_hash":"b613ca550bd5b87a8571dddbbcc427b4055c167c3c034d46da08b50271431f1e","transaction_count":0,"txlist_hash":"9a7f77be4828adcfee8ea1f106ecbcb55ae758d5098a6fa1aa3a494af957f7cb"}',0,'BLOCK_PARSED',NULL,'c9371aaf0a1b6be863c0d9d85d4a868b45d48690ad69c9c4ccb76c49e43336ef'); -INSERT INTO messages VALUES(539,310185,'insert','blocks','{"block_hash":"bd78c092ae353c78798482830c007aac1be07e9bc8e52855f620a3d48f46811f","block_index":310185,"block_time":310185000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'084cfe2a1971748497129efd97174d7704d4cd4d8a9cdc15ae757604eff25457'); -INSERT INTO messages VALUES(540,310185,'parse','blocks','{"block_index":310185,"ledger_hash":"8946baadef2e19c5e4e4b2d771b36982a217486dcb0f95097b41ce633e61da94","messages_hash":"239d06a06eb00e0a0224cf795783f84b44aa6b26b53efb5bda2f7eb45c5d3634","transaction_count":0,"txlist_hash":"8956f030f917aa87d9b309bd845b59cb37ba2265184ff1f67bfa4b61e32d43c3"}',0,'BLOCK_PARSED',NULL,'554f0987f7f2fdad71c4470dc445cc7eba711340b9f9c37151dba2f71367bc5c'); -INSERT INTO messages VALUES(541,310186,'insert','blocks','{"block_hash":"e30a3a92cc2e5ad0133e5cee1f789a1a28bea620974f9ab8fa663da53e5bf707","block_index":310186,"block_time":310186000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'587dc543e420d526c9c60c011c8374026c2885346580e422e87754504ff73503'); -INSERT INTO messages VALUES(542,310186,'parse','blocks','{"block_index":310186,"ledger_hash":"e68b5525927cfee15fefee02a16fd700abf6b6e7b4e32e57df7d324fae7ae090","messages_hash":"258a813fa4e3164b8ccbd8d6835c0cebc5f2926110d41f9c09658a154bf1f741","transaction_count":0,"txlist_hash":"137a7a7a1ae71a317f7c3c48f7f84e4a782a515fa2096c2abe2c1adeab4e8256"}',0,'BLOCK_PARSED',NULL,'a56dfe35a474eebda6f2ba2103f7878798cecd85921c84f1e3d856c577f2aaa9'); -INSERT INTO messages VALUES(543,310187,'insert','blocks','{"block_hash":"fc6402c86b66b6e953d23ed33d149faa0988fa90aa9f7434e2863e33da2f3414","block_index":310187,"block_time":310187000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a6aa96c6212b55ecf23f06a872f3bf30406a3d76765863a9804400c1cf1d4a97'); -INSERT INTO messages VALUES(544,310187,'parse','blocks','{"block_index":310187,"ledger_hash":"c42efa24d48339fc341908a30c6679beeadc9f5918d8d3e62d5c4b06fec845d5","messages_hash":"637ace2a492440d823936c3600b7c450de85c23b0abaae2af0ab360a18ec0dcd","transaction_count":0,"txlist_hash":"cc587cfca94dbe30e6670dbfc4a5e3ec46732731f5c66aab9c7ef9028b05c22a"}',0,'BLOCK_PARSED',NULL,'1c3e9e31c1f64cbc9204de08e99b0deb1a250eb5bf89a66a83d927a3e15e51f3'); -INSERT INTO messages VALUES(545,310188,'insert','blocks','{"block_hash":"85694a80e534a53d921b5d2c6b789b747aa73bf5556b91eeed2df148e2ada917","block_index":310188,"block_time":310188000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f001c9be23b30369554a11e873abe19bb35256c9789f3b0ef2fdef8a7f735955'); -INSERT INTO messages VALUES(546,310188,'parse','blocks','{"block_index":310188,"ledger_hash":"13de1d9b569d5d2525ecfa39b1eda69f9fd474683b6e34554b1a755125e96e5d","messages_hash":"b4db43aeae906c2d01ef62d469d8c3d067263538c00ce25c10141e4a4ef0ea1a","transaction_count":0,"txlist_hash":"2fcc160068a4eb52ac410937237ec3813bfee52750bd8cef939738b81c8ac30b"}',0,'BLOCK_PARSED',NULL,'228655dc14d3a0626c3a4f0eff5e91f3712df1d44bad9074399e4565907198f4'); -INSERT INTO messages VALUES(547,310189,'insert','blocks','{"block_hash":"7c036dadf19348348edbe0abe84861f03370415ed2fec991b9374dbb0ca19a06","block_index":310189,"block_time":310189000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4190275b4f4a4f9211344381ad59992fe5461df3c6c7e134ce70f110e4fbc25a'); -INSERT INTO messages VALUES(548,310189,'parse','blocks','{"block_index":310189,"ledger_hash":"582b8b3d3a226d3f6df497cb933ed5f42e1e992c0c25372ec15de424c0a33368","messages_hash":"8e1092899b61853e248c3f2fdd9c462433b66faae7500d0a527184bdd632a036","transaction_count":0,"txlist_hash":"ae81616b5fd77e3672318a0a5ef1b20106afc3ce7d730c8beef848d73ba53a0f"}',0,'BLOCK_PARSED',NULL,'4440604a2cccb1ee11f44996c0711638116ac8f1d43d9ac117d73739801d70c1'); -INSERT INTO messages VALUES(549,310190,'insert','blocks','{"block_hash":"d6ef65299fb9dfc165284015ff2b23804ffef0b5c8baf6e5fa631211a2edbd8d","block_index":310190,"block_time":310190000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'35073ef07ed73959da9a551cc215d0d3e87a76a50d40167975d802e065487d92'); -INSERT INTO messages VALUES(550,310190,'parse','blocks','{"block_index":310190,"ledger_hash":"d4c49d5e3aaf21e6fe1c30663d0ba93f7dc9ddb03611e3751fba9aac8d382ac4","messages_hash":"58363e16416e3ddf0d6540ae76818b45281d4e763ff8390d8a96b2727f06ced6","transaction_count":0,"txlist_hash":"48c70376450aa80a2a920e4b871d27d1efe703b377ba446a262e06c9a6677611"}',0,'BLOCK_PARSED',NULL,'58740edaf6799d8b6791010f38168db38a40689d5b79de7b2285092b117f294e'); -INSERT INTO messages VALUES(551,310191,'insert','blocks','{"block_hash":"5987ffecb8d4a70887a7ce2b7acb9a326f176cca3ccf270f6040219590329139","block_index":310191,"block_time":310191000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cd6e4cbd7c3e690e2c709173508a3825f67865f619761304c3d6b85203c8c8f6'); -INSERT INTO messages VALUES(552,310191,'parse','blocks','{"block_index":310191,"ledger_hash":"23d340ff3f1979a43bd1336c9c882b5ee01c646cd104060feacdb5db78025cca","messages_hash":"33d000d833eb35ba6c8835de4478c2927d6c58286da07bdfc56492b22317c07f","transaction_count":0,"txlist_hash":"704b02ead8ed3e4e6505225fc620073993e9c3b13209bff9b5f638d5f21ce23b"}',0,'BLOCK_PARSED',NULL,'f08b111b6ade54ae7cfefa5b169926698c9a6f569be9e505d80e1a25235d8fe6'); -INSERT INTO messages VALUES(553,310192,'insert','blocks','{"block_hash":"31b7be43784f8cc2ce7bc982d29a48ff93ef95ba18f82380881c901c50cd0caa","block_index":310192,"block_time":310192000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'55e0da97bbccf369dcaf56a84d9bab7fa815d93b5e6edf783a3c4e50d8bec3d0'); -INSERT INTO messages VALUES(554,310192,'parse','blocks','{"block_index":310192,"ledger_hash":"cd18860851bceba4a0174480ccdc0f6ddc47b31ce71af8ec8500cb07f75d9da9","messages_hash":"3c653d595998e1b627ea9d0f72bb6527968672ed0a29a79844d7bea2ccd26c9f","transaction_count":0,"txlist_hash":"17018479e73908fd235313691ed8464b93a0a5db774d3608294e23fba918c672"}',0,'BLOCK_PARSED',NULL,'fad8ba9f1d62bb7135b6aebd4eb64c960025270d9d6c6abe2be4842d922655e8'); -INSERT INTO messages VALUES(555,310193,'insert','blocks','{"block_hash":"ff3bb9c107f3a6e138440dee2d60c65e342dfbf216e1872c7cdb45f2a4d8852a","block_index":310193,"block_time":310193000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ecd62f3933887fbf9cf0264c498d0553de6583766f7f1fef6c50eb5314a0c2fd'); -INSERT INTO messages VALUES(556,310193,'parse','blocks','{"block_index":310193,"ledger_hash":"391e97ae7ccf5bc38ac72e7ad1256f24c28297c625bd9a789cba8231a5ade046","messages_hash":"cf2272bdda925a1895fab328884f6d96484a4fc28b2244cd8ce23202fa7b66bc","transaction_count":0,"txlist_hash":"d08696a916e09e242fd20a9f8314cd4fb6305e991b506c53e3ef3f77e2d1d6dd"}',0,'BLOCK_PARSED',NULL,'f24d65d307ffa9435fd1dc5b02d3ae253e8637bdb045fefd1bfa8580491b03f5'); -INSERT INTO messages VALUES(557,310194,'insert','blocks','{"block_hash":"d1d8f8c242a06005f59d3c4f85983f1fa5d5edcc65eb48e7b75ed7165558434a","block_index":310194,"block_time":310194000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b5cf2c7babc7f1b6cf305a587af4652e2515aed2d60bbde37ebe6816731f5397'); -INSERT INTO messages VALUES(558,310194,'parse','blocks','{"block_index":310194,"ledger_hash":"9141c9b38087c7cf2b8c11ffd55c2eabcb3bb09f132ac0baf9c3779f628dd42b","messages_hash":"6adc19428e64151a4b72d1ec0c235803ef62154cd24005f903893842be899c52","transaction_count":0,"txlist_hash":"d5f418ef4569bb977ff73ab64235b3697d0f7f326f95696e6f63c56cdd180d6d"}',0,'BLOCK_PARSED',NULL,'595cccd77285f1ab6d21652e0e805bce6b327694c766d0f107aeefceecc42c05'); -INSERT INTO messages VALUES(559,310195,'insert','blocks','{"block_hash":"0b2f1f57c9a7546faac835cbe43243473fa6533b6e4d8bf8d13b8e3c710faf53","block_index":310195,"block_time":310195000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'73564dae7bd46abd61a6332e4d380f1880e4224e5668d6b4747423632b8a69b6'); -INSERT INTO messages VALUES(560,310195,'parse','blocks','{"block_index":310195,"ledger_hash":"705918f002db29e7b3dfbfd6378f79d53e33c6ffa3948b2e3b5c85f85009bbde","messages_hash":"bc9b109a1da586f5899542d09bcc87dc4e55968db6e5987a3da773ca234ad58c","transaction_count":0,"txlist_hash":"d0165e09e04c2049de1d8582291e623c80477499203b702e46fb829390ed64c0"}',0,'BLOCK_PARSED',NULL,'8b73801ed64a1adaa073debd0e50d1116531c9360a00134256e33aab3f480133'); -INSERT INTO messages VALUES(561,310196,'insert','blocks','{"block_hash":"280e7f4c9d1457e116b27f6fc2b806d3787002fe285826e468e07f4a0e3bd2e6","block_index":310196,"block_time":310196000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'96a214e3d813df0120be84619a3a3966aeeee6577ee03e889bfc292903332e7e'); -INSERT INTO messages VALUES(562,310196,'parse','blocks','{"block_index":310196,"ledger_hash":"59e12df19e3c0e3e23a5d1e9783c75e236a000774a038553312919a0f46b8227","messages_hash":"7daabab31e606bf92b426109360dc9531145b30ae5ff94f93b8a2a47b99bd58b","transaction_count":0,"txlist_hash":"57dc6e1a18ce4910ba32e109820e8e0630070251ec745e63557c98ce71dedd80"}',0,'BLOCK_PARSED',NULL,'b481e6b0cec9fe8d2178323931206704ba2e0c66c3f1982f04e86a143189f5f2'); -INSERT INTO messages VALUES(563,310197,'insert','blocks','{"block_hash":"68de4c7fd020395a407ef59ea267412bbd2f19b0a654f09c0dafbc7c9ada4467","block_index":310197,"block_time":310197000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1d1a7ab958f38d2846b7a92119e3f452147f6c190f608aabe6d77dae1285fa2f'); -INSERT INTO messages VALUES(564,310197,'parse','blocks','{"block_index":310197,"ledger_hash":"a0e1817dfc258180fa1629710ff3b6026181a9042fecd2c8b0b5e38118199e07","messages_hash":"f904e66cfa8e4d1aa8261bf4574c8053fbaa65a7b80a3ae6ce6f0c957e46ea2a","transaction_count":0,"txlist_hash":"58d18f5f2362b4bfbf155b16fc4e8868b311286b25365f3b4b1a9bf73fab69b4"}',0,'BLOCK_PARSED',NULL,'59f4afe1c866cf8000c2a09ef179e33f336652a6104cfd1d529958090deb7790'); -INSERT INTO messages VALUES(565,310198,'insert','blocks','{"block_hash":"30340d4b655879e82543773117d72017a546630ceac29f591d514f37dd5b1cc2","block_index":310198,"block_time":310198000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2ed2f07a8b53c19499e5305af429fe2af0cfa0d758f2fc2ef2eea1cfd0e831f7'); -INSERT INTO messages VALUES(566,310198,'parse','blocks','{"block_index":310198,"ledger_hash":"ff51bfc670b1387bfce53781750e35a3bf69d907167cf9cf57e15613cc0ff3b2","messages_hash":"96c6611e0d15a3ecc786595dd801900227b9145af8af5310138b27ac772f38e2","transaction_count":0,"txlist_hash":"1443d1c76f64272d6ea00fb8f78913e72c617c515a162c9f1c213be02d48008a"}',0,'BLOCK_PARSED',NULL,'b3a361f362182cc26d3b6301f3aab24c7593f6d6ea1f529fa2bf2b88cd0fe797'); -INSERT INTO messages VALUES(567,310199,'insert','blocks','{"block_hash":"494ebe4ce57d53dc0f51e1281f7e335c7315a6a064e982c3852b7179052a4613","block_index":310199,"block_time":310199000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'86375ae904a1345af976c0487e7cb496934a026b68161508a5f8b3e3a459f385'); -INSERT INTO messages VALUES(568,310199,'parse','blocks','{"block_index":310199,"ledger_hash":"e5f8f8f00de32f0d8d2b62eba27218edcee77563960fe074da5ae86bf5b553f1","messages_hash":"a27effea3aaaf596164710db01815210b51a993aa71972cef283a5e209ecd918","transaction_count":0,"txlist_hash":"87fca2825c48b9ec9db31e2d6e8e8354a0ceff7fa3df299dc2868c7d616a9599"}',0,'BLOCK_PARSED',NULL,'abfb5fec20f16ff99597afd00562105552575ed19acba9c1d9882da55cc152e3'); -INSERT INTO messages VALUES(569,310200,'insert','blocks','{"block_hash":"d5169d7b23c44e02a5322e91039ccc7959b558608cf164328cd63dbaf9c81a03","block_index":310200,"block_time":310200000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6c8793199a91ecd8d7f8ab3656e5b8bb34ba597b662fbb61fd58c5575605240c'); -INSERT INTO messages VALUES(570,310200,'parse','blocks','{"block_index":310200,"ledger_hash":"fd8fb664576868d4f1c843b28efc7ee028417034a33d6f5635238bd13c701b2a","messages_hash":"ef88ee05db80d3548e7b4417a94aca214929b726e8819eb38f329ffc4a14cc25","transaction_count":0,"txlist_hash":"a88ca1fa9d0dfccf2e49323a500ebdfab7ba13b60dc9011c6b510741148dbf54"}',0,'BLOCK_PARSED',NULL,'8ea4d2f52c77af60fd32076b95fda9fcb4bdb7a0a22e31fc7a9d78b8ae12a8ef'); -INSERT INTO messages VALUES(571,310201,'insert','blocks','{"block_hash":"8842bf23ded504bb28765128c0097e1de47d135f01c5cf47680b3bcf5720ad95","block_index":310201,"block_time":310201000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'89c0deb083ef357a46158edb7ec0d1dc756bb82402dc0c651fa243dce27d1f7a'); -INSERT INTO messages VALUES(572,310201,'parse','blocks','{"block_index":310201,"ledger_hash":"7e2dbbf14c0620ac0fd4e0e676857e2d055fff80cadfe2d9d0dfe07d36738722","messages_hash":"4a3f3fcf80aad0c3e9afed06589149af480c3a67d481d14f81f48d579ca28432","transaction_count":0,"txlist_hash":"f20074cd00170edae909606eb1bd3937afaa3711590eb7d788c564ddbdc6600f"}',0,'BLOCK_PARSED',NULL,'8daaf3885bfc15efd95305c799f20d87e23068d3c6c315edb2590aae9a283c6f'); -INSERT INTO messages VALUES(573,310202,'insert','blocks','{"block_hash":"95fa18eecbc0905377a70b3ccd48636528d5131ccfa0126ed4639bc60d0003d8","block_index":310202,"block_time":310202000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'873185f6a899020125f7fb509d9b4f26676c14348f5cdbf902d65f44832e423c'); -INSERT INTO messages VALUES(574,310202,'parse','blocks','{"block_index":310202,"ledger_hash":"084c24e81842ec8edc4144ad64df9f12377318fe4dc491b307b7d377f3f81b2b","messages_hash":"341e9b5603458dc960a7729976196b6cdec75260b4bbd75038d22d43b5aa3780","transaction_count":0,"txlist_hash":"76c57648e216c5f191f04b79d2a1149d273b2a58a6b4956eb1d077abd2cfc113"}',0,'BLOCK_PARSED',NULL,'edb0194c0937b24167836b519e6428d9050db212158df2385cb15cd83cb21fd7'); -INSERT INTO messages VALUES(575,310203,'insert','blocks','{"block_hash":"ab15c43e5ac0b9d4bd7da5a14b8030b55b83d5d1855d9174364adbebf42432f8","block_index":310203,"block_time":310203000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ee8cef9e3747e0eba5c69a1ca588ad208a6bac4b9445d388e947dc7e23844db8'); -INSERT INTO messages VALUES(576,310203,'parse','blocks','{"block_index":310203,"ledger_hash":"4b0b8d82a5a2c8600a09b1050eed4440d9e0f2d817498f3e32ba27ebcfbaf6d5","messages_hash":"b432b5d565c0bc17defa007fda87f9bcf122ae87c685ab73af45a635b3c8c89b","transaction_count":0,"txlist_hash":"3e49b55d1309646ffce3b91d3cc3c53c488377518fe30cf6397c0d3c2aec45f4"}',0,'BLOCK_PARSED',NULL,'2326acf1b66406d20fdd0bee78f34a0b064ef1f545c97cd8fd7042da9ce0d351'); -INSERT INTO messages VALUES(577,310204,'insert','blocks','{"block_hash":"18996fb47d68e7f4ae140dc1eb80df3e5aba513a344a949fd7c3b4f7cd4d64cb","block_index":310204,"block_time":310204000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5ea1066960da42f9b051185721f18e53f2291a0874f0e8d680038305b5658bd4'); -INSERT INTO messages VALUES(578,310204,'parse','blocks','{"block_index":310204,"ledger_hash":"9f81657142f7523c01595bef4e9008d8525c2337f6d90140e05abad619d94416","messages_hash":"96a5ca0b109fe25af42a094563c257f69a311549288bb7ba7445bd50fcb3592d","transaction_count":0,"txlist_hash":"89015233602aeb77d2097a328f2a5a065245131ac88ec6ac2d2b9b056e7764b6"}',0,'BLOCK_PARSED',NULL,'16aa3a62d074d0b845147a3958b0e43721f84c549f8b4967980fba2fccf5a6c5'); -INSERT INTO messages VALUES(579,310205,'insert','blocks','{"block_hash":"5363526ff34a35e018d1a18544ad865352a9abf4c801c50aa55742e71630c13a","block_index":310205,"block_time":310205000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'39ec13abc8dcf089d9c59c2b9c03684cf16058f9b0ab3c61a0dabde8d58c1caa'); -INSERT INTO messages VALUES(580,310205,'parse','blocks','{"block_index":310205,"ledger_hash":"fd1cdea0193ed914cc408968efa42377d7c69453aa9bdf8bdf0731d4b1501b01","messages_hash":"c00cc21810f7979f844f25a907cdcd62eabc4aaee80f59a7c68a35fce3518d70","transaction_count":0,"txlist_hash":"1ea101d94c29967a141d71d3b8b15b278f3530c4c16c7e0219b892072d89f8f6"}',0,'BLOCK_PARSED',NULL,'0201e8ee1a5cf0b4004c88d2217f20846c18978653ae047bb5645140c4332909'); -INSERT INTO messages VALUES(581,310206,'insert','blocks','{"block_hash":"0615d9fca5bdf694dca2b255fb9e9256f316aa6b8a9fc700aa63e769189b0518","block_index":310206,"block_time":310206000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da46d962bb9a38914613b1f14091b712d27f7dd0829b65c1fbf47068f7f2032b'); -INSERT INTO messages VALUES(582,310206,'parse','blocks','{"block_index":310206,"ledger_hash":"5845d6bedf81fba710999bf2954b3c1f3f9ca007a09d812ccae8e2a6d3b9bb07","messages_hash":"38eb4f09763e2d86bb16fe11bf70524abc95a00ae08802af1574aea14eeb74dc","transaction_count":0,"txlist_hash":"e26d49ceb523c99c2583e7bec1b4bbe1f8686c2bd009626fa4c8966c642a1bb8"}',0,'BLOCK_PARSED',NULL,'457b45a266739781aa2cf7dab13f71c5d59fa874d544b9414a5c99f5370706f7'); -INSERT INTO messages VALUES(583,310207,'insert','blocks','{"block_hash":"533b4ece95c58d080f958b3982cbd4d964e95f789d0beffe4dd3c67c50f62585","block_index":310207,"block_time":310207000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e2ab750aef103ea9b300275dfa3a4bc1ffe021a6410fa1cccb0eb1980a596c49'); -INSERT INTO messages VALUES(584,310207,'parse','blocks','{"block_index":310207,"ledger_hash":"b65cf7069a0eb909357cd5d45129b70c576eeabc0cb13404029d088e24a2be34","messages_hash":"6638a51bf6824e8d18098f46eb17a523f75966ed426f1f7b2a62613067b1c3ce","transaction_count":0,"txlist_hash":"596206790b52de9f791b99f7e71e3543cec87d4c3b9439ded8b7cbcd182b08e6"}',0,'BLOCK_PARSED',NULL,'ffe9403728b2493fcc2063d846c2490cd374fac266a8f99fc946dcd6a771fa85'); -INSERT INTO messages VALUES(585,310208,'insert','blocks','{"block_hash":"26c1535b00852aec245bac47ad0167b3fa76f6e661fc96534b1c5e7fdc752f44","block_index":310208,"block_time":310208000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c0916aec3349069fe88429f14c1801eb6b2dc9d75c5c73e26edb7060678d1792'); -INSERT INTO messages VALUES(586,310208,'parse','blocks','{"block_index":310208,"ledger_hash":"aa54dc010fec8a0ef3871c91667c45e88ffac08ee2fc93274d7ad1b2b5b28102","messages_hash":"1850ae0ed6f2e07f0a6ccf74c3e896d725cdc8c7bca1ac6c9d5fbf4035018386","transaction_count":0,"txlist_hash":"3414e0af132ec9df1da5a4304a3c94529bd915631443d34b759a017ad166863a"}',0,'BLOCK_PARSED',NULL,'6ee015cfdeeae007a7bde65c66dddebf063d26222fb7264c525f1245606e3bef'); -INSERT INTO messages VALUES(587,310209,'insert','blocks','{"block_hash":"23827b94762c64225d218fa3070a3ea1efce392e3a47a1663d894b8ff8a429bf","block_index":310209,"block_time":310209000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7314e3a6b635882900f342f1755106dc9f04185afbc7a46f761b1f85350922ca'); -INSERT INTO messages VALUES(588,310209,'parse','blocks','{"block_index":310209,"ledger_hash":"c7866cb2098c87c1333da5b3dce4c84bdeb620c9f1898456b7cceb23e4027df0","messages_hash":"e351965bab593756d1a748532580bb9062d4dfa9049930b5edaab1529d7477fc","transaction_count":0,"txlist_hash":"56dce3d0e9dfa62c44e422f41ecc1517bc98302341496db287adf309f666d3bb"}',0,'BLOCK_PARSED',NULL,'a289d1059e32e624771981314bd06888f53d629cb256481c7dda6809ad44c025'); -INSERT INTO messages VALUES(589,310210,'insert','blocks','{"block_hash":"70b24078df58ecc8f7370b73229d39e52bbadcf539814deccb98948ebd86ccc0","block_index":310210,"block_time":310210000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'17260abb7cd0a574473ff1dfa9d835c30f72ba5000e505b8471d7c490c4a4d9b'); -INSERT INTO messages VALUES(590,310210,'parse','blocks','{"block_index":310210,"ledger_hash":"207a1c90d1658d55fa0fc2e1507fce98521647ab5c4d11099c2742279cc92b3f","messages_hash":"0465c3e67ab3f274e477244dc8efb4c866351622f8a952376397680ab3d4ca54","transaction_count":0,"txlist_hash":"ecd4bb45bef1d8b395add25118bbeedc8d96f818a471bd7606554946a023b151"}',0,'BLOCK_PARSED',NULL,'be033ca79edae1214fd069f938038127fa6f664fe6dd95719771464f2a0efb00'); -INSERT INTO messages VALUES(591,310211,'insert','blocks','{"block_hash":"4acb44225e022e23c7fdea483db5b1f2e04069431a29c682604fe97d270c926d","block_index":310211,"block_time":310211000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f2f874c5eb20b75693d2ec7598fee7f139e78de3d94b5683063c7140ffab7f6d'); -INSERT INTO messages VALUES(592,310211,'parse','blocks','{"block_index":310211,"ledger_hash":"dfc7fe172f9bc77148a1bfad5d441a3688f718b4985406d0cefd4c4dcd926208","messages_hash":"25a3150e9633160719eb75e7905a71c2e3e5ce3749108c8becc684a8d71e6d49","transaction_count":0,"txlist_hash":"f999268e3400907f85a0448d124df4d139b228327721fad7ad29ef595b0d16c9"}',0,'BLOCK_PARSED',NULL,'cdae2efe374aa29bfea2b8e5518e911200f4f150c80c3dab1e0fe8a739e9353e'); -INSERT INTO messages VALUES(593,310212,'insert','blocks','{"block_hash":"6ef5229ec6ea926e99bf4467b0ed49d444eedb652cc792d2b8968b1e9f3b0547","block_index":310212,"block_time":310212000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b21c7856096475261939ef49ee8372332a02f437cb7ba6358bdb220965a5c38b'); -INSERT INTO messages VALUES(594,310212,'parse','blocks','{"block_index":310212,"ledger_hash":"32a39bff0606ec93454a2cb144c0bbd1939bf2be6a2ae369b885afc0b5ef33c9","messages_hash":"0863768dbac00d552bd52772e6f96fcfa17c6f0e0f1f5ebf5ed2ac418ac179a7","transaction_count":0,"txlist_hash":"2e46422b38cddef2d8a10b343115c5e587b5456480fb1a019f0a5d541e90afb8"}',0,'BLOCK_PARSED',NULL,'ec3d59720959502877bab7c11f75733b95cd00fd7950265f8ec5ac6d3a4b9c0f'); -INSERT INTO messages VALUES(595,310213,'insert','blocks','{"block_hash":"17673a8aeff01a8cdc80528df2bd87cdd4a748fcb36d44f3a6d221a6cbddcbe7","block_index":310213,"block_time":310213000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'397369c8dd52c531c2e868095f81976cce7ddd477fd041ec5f1a8ee5e2f67590'); -INSERT INTO messages VALUES(596,310213,'parse','blocks','{"block_index":310213,"ledger_hash":"15968873880e97e849e59971d4ef19881b1c11c3148dba966f51d986c59ccf36","messages_hash":"830219f457830c27d581eb451d6cae1c943f340c39cf656d4e1c575052d26f6e","transaction_count":0,"txlist_hash":"fa1e7562a89ee572607e6cdbf26c80d4ee1aac2bcd45374d166e2e993f8672cb"}',0,'BLOCK_PARSED',NULL,'7cb8c71eb3b5157bf693a6f6e5407b69bdac58099ba9c31fbfc6a686e473c310'); -INSERT INTO messages VALUES(597,310214,'insert','blocks','{"block_hash":"4393b639990f6f7cd47b56da62c3470dcbb31ef37094b76f53829fc12d313454","block_index":310214,"block_time":310214000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d185f95c95a8ee63cca45a7fab94c547329248ef0538702d9fce4063d79bf20b'); -INSERT INTO messages VALUES(598,310214,'parse','blocks','{"block_index":310214,"ledger_hash":"dcbdc463154fe49a7f22611fcb53e5ca78501424ba741040d89cac9db0a03ac4","messages_hash":"967bb18dc4d7771c9f66d4d8f22f28efafbf39f24104771f63405be99c6f4e1d","transaction_count":0,"txlist_hash":"5928d3221dd0bd142368585dc56f9f8a68885be95b7ad46c35bc37fbc61f651f"}',0,'BLOCK_PARSED',NULL,'b6451f8a9fe08415e6a153e9da4338a513d93555db04a6f2f531fa7c3ca4a83b'); -INSERT INTO messages VALUES(599,310215,'insert','blocks','{"block_hash":"c26253deaf7e8df5d62b158ea4290fc9e92a4a689dadc36915650679743a74c7","block_index":310215,"block_time":310215000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'30f2591b98e08187bff667f6d6d5bf19521a1e83b801fc545e12a14855d501f6'); -INSERT INTO messages VALUES(600,310215,'parse','blocks','{"block_index":310215,"ledger_hash":"6047855f1c691f27ade1cc4c587f1c11ff68f5f5bd7959a23f801e5da7773eed","messages_hash":"be67996da2946607c804830ee23d3e384056dc725b7fea9e5b9ac7326de8f5af","transaction_count":0,"txlist_hash":"b6410b25a5d6f17a5431f621d6226491bcb2ed97dac543c06e832cdaa8853d5a"}',0,'BLOCK_PARSED',NULL,'76b73ab9247bcb9c1861db5a62178275d0e95e9e5c349c8c6d6dd89192ea8732'); -INSERT INTO messages VALUES(601,310216,'insert','blocks','{"block_hash":"6b77673d16911635a36fe55575d26d58cda818916ef008415fa58076eb15b524","block_index":310216,"block_time":310216000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fdb18ddcc0030e534cfb4333d77328951cf9b20f9423ef92e0273f4b8ae5a0e7'); -INSERT INTO messages VALUES(602,310216,'parse','blocks','{"block_index":310216,"ledger_hash":"a12fbb09858868de79095c8e3222f6fa179f2f00bc3c97c8205fd9367ae05aef","messages_hash":"2776fd293af1d65aaf32eb0cc8ed3e99ef2a757495cba6c3ae0092ffcf511fd3","transaction_count":0,"txlist_hash":"f8b3b6d36fcb97071d826e68d2e6e5bc60f982c470e68644d94a6ec1342d0148"}',0,'BLOCK_PARSED',NULL,'00990b18910033ea57fe1db8fd0b2d3c6e4c4a38f5dc75a560d0284b70a655c2'); -INSERT INTO messages VALUES(603,310217,'insert','blocks','{"block_hash":"0e09244f49225d1115a2a0382365b5728adbf04f997067ea17df89e84f9c13a8","block_index":310217,"block_time":310217000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'add88feb6798b525af20f1fc7baefa9b2706660f94fde907197bfaef8eb9e668'); -INSERT INTO messages VALUES(604,310217,'parse','blocks','{"block_index":310217,"ledger_hash":"419d8dc096dd58523cd4822748754158f0c11945bbb62100cb5268cd802580a8","messages_hash":"70c8f0fa303d6a0a1cf6518eaedec8f93c9692bfaf65435ebd93ed6be6a93b57","transaction_count":0,"txlist_hash":"a61fb813a69ed40eae923918a73a8dfe51dd6fa14f5426ada1a5a543ab7bb0ce"}',0,'BLOCK_PARSED',NULL,'a4ec34f49a116944f1dbae77cf2236de6c53f1f7256581b9c72b47849a55e02f'); -INSERT INTO messages VALUES(605,310218,'insert','blocks','{"block_hash":"3eb26381d8c93399926bb83c146847bfe0b69024220cb145fe6601f6dda957d9","block_index":310218,"block_time":310218000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'acf9eb5bdf1e659191300c255561e20e6270bb6deb7f6dbaf714b766bfc30d47'); -INSERT INTO messages VALUES(606,310218,'parse','blocks','{"block_index":310218,"ledger_hash":"a36c07f7fdfaf7878d73baf14aee58b42220b2b2411fd1864450ec6ce1fbd173","messages_hash":"ee33d508cb508019648b2dec97c0e00474763337caf0324afc326d9c3200755d","transaction_count":0,"txlist_hash":"dc1d785fe75a506a691f0eccaf752017fbaf5ce2b7225bdde3fb538281698e4e"}',0,'BLOCK_PARSED',NULL,'5d2f4a516a55ecc4ceb67557419721a064b384c1bf0a944cc13815faa5f66190'); -INSERT INTO messages VALUES(607,310219,'insert','blocks','{"block_hash":"60da40e38967aadf08696641d44ee5372586b884929974e1cbd5c347dc5befbf","block_index":310219,"block_time":310219000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53537438fa66e657250c7d08e179c9426acadc3cee061466f8a43dfcca9514d2'); -INSERT INTO messages VALUES(608,310219,'parse','blocks','{"block_index":310219,"ledger_hash":"7958aa94088ecf0384a9a6b0569e9507d208e009e9ce139c823960e40996a47e","messages_hash":"2eda16ace164a3be1934a7ed75dae75f306970d337d590ec84c82e3a660aa609","transaction_count":0,"txlist_hash":"c9aa622e3b372ba0c76efe97c1443cb89f2dfbcf8ff5e28dedf9b3abab3d6384"}',0,'BLOCK_PARSED',NULL,'132e1e21dbaf0ade0b2c5cfcf3f3ae38bd226f902444f8be8458db43ca3b6e55'); -INSERT INTO messages VALUES(609,310220,'insert','blocks','{"block_hash":"d78c428ac4d622ab4b4554aa87aeee013d58f428422b35b0ba0f736d491392ef","block_index":310220,"block_time":310220000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4c78ef5c2728c0637084724fe7980a35314611a2daf68c5a2b0c78344fbc29be'); -INSERT INTO messages VALUES(610,310220,'parse','blocks','{"block_index":310220,"ledger_hash":"00907c4368c2dc76d1ef98a0ba3c86bc4746ed2734b0c10f3797e0af70714240","messages_hash":"aee3fde6d7f876156503588b341279275d7eb9fd0b3ef5b9e778fafb13be6968","transaction_count":0,"txlist_hash":"d0c3959f899232cdb5fed61bac2c09e45254959e8bc1a076acb3ba5e3ee63e65"}',0,'BLOCK_PARSED',NULL,'9c0b52fa3b8e743d76f56d53c10f41d20f14eb31d53cdd074db8bbbf2b33ce2d'); -INSERT INTO messages VALUES(611,310221,'insert','blocks','{"block_hash":"cf5263e382afd268e6059b28dc5862285632efe8d36ba218930765e633d48f2d","block_index":310221,"block_time":310221000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a98b388388472ae88519ce1ea0b71d01b031f7f58f92a2995d4453d23b8b2a83'); -INSERT INTO messages VALUES(612,310221,'parse','blocks','{"block_index":310221,"ledger_hash":"2e42f882087dc2158036592298321113f1b34e15b414efa6d43364c06d368540","messages_hash":"b030b9e5d6f873cced43a4f7b0b37f98f4092a3e8e5c00748a0eda266397be42","transaction_count":0,"txlist_hash":"cf40107f8d11aa8ba96b03912967f88c44e69e20d7105f497d5418fc08aa5800"}',0,'BLOCK_PARSED',NULL,'423843b8a55fd601eea059fbfc6c09e3137e0df43b6630855a80b3218422345c'); -INSERT INTO messages VALUES(613,310222,'insert','blocks','{"block_hash":"1519f6ec801bf490282065f5299d631be6553af4b0883df344e7f7e5f49c4993","block_index":310222,"block_time":310222000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a15acf5553c894573e6771d47f797130032a91fbef154dede5d378b4436e2561'); -INSERT INTO messages VALUES(614,310222,'parse','blocks','{"block_index":310222,"ledger_hash":"00c4a5d41dd629bd0973c03152e4519214dce68498999c8dddc1f7a1cad28a82","messages_hash":"c51c7e1f2557cbb59a8f4f4636eac0a1b4cfa509731bce1771bc8a8cb0750f4a","transaction_count":0,"txlist_hash":"6a012ee8e82d8d24b0a24d4bbab74cbe226afea1a9c1e129aceccd1d7591a107"}',0,'BLOCK_PARSED',NULL,'37105dca0c508777b067c858e087dd242d893f78b8962b3bc75d9031625221e7'); -INSERT INTO messages VALUES(615,310223,'insert','blocks','{"block_hash":"af208e2029fa49c19aa4770e582e32e0802d0baac463b00393a7a668fa2ea047","block_index":310223,"block_time":310223000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'110948c5e78ed8b1560956302443d57a7259265d550194b8d15018fa552feae2'); -INSERT INTO messages VALUES(616,310223,'parse','blocks','{"block_index":310223,"ledger_hash":"41c7a0fa22ebee9d55f2a3b118314293d155c349ba01069a23ddff76dc842955","messages_hash":"7ca2bed77123e84426fd3519e084f3eb9cc2e83b7ad69ec64263e9aab0682e95","transaction_count":0,"txlist_hash":"1080406ec3ccb84490487860bdd507637fa8fbdc68fc886d082bfcdf9ac835e7"}',0,'BLOCK_PARSED',NULL,'7a555c23ef9a07701e46929640c6d1dc734dee768ecac4789977f3ba13380e15'); -INSERT INTO messages VALUES(617,310224,'insert','blocks','{"block_hash":"5b57815583a5333b14beb50b4a35aeb108375492ee452feeeeb7c4a96cfd6e4c","block_index":310224,"block_time":310224000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8eb3d50a77ecd53b978b758fd885943410ac9db89894d3892e7f9e33d03567d5'); -INSERT INTO messages VALUES(618,310224,'parse','blocks','{"block_index":310224,"ledger_hash":"66c268462442b69efb56b29e08aae1a404d3543e0a20711e8998a31af45ee929","messages_hash":"40351f86d64663cc817a2a0f070948f549526aa5af735d4a2f458fb4718bf48d","transaction_count":0,"txlist_hash":"1d5188bf347d72bc66239f3b4c709ecca24141c5474755c567f4176293f275af"}',0,'BLOCK_PARSED',NULL,'b568863ec0176e04966e9a839c4fa2386cae4498d2f4605fda563aa1734f72ef'); -INSERT INTO messages VALUES(619,310225,'insert','blocks','{"block_hash":"0c2992fc10b2ce8d6d08e018397d366c94231d3a05953e79f2db00605c82e41c","block_index":310225,"block_time":310225000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b7abbf008033fafdb0d6b0423f412f51fdbdde817cae0187d4bb4ff57759448e'); -INSERT INTO messages VALUES(620,310225,'parse','blocks','{"block_index":310225,"ledger_hash":"cf39fb28a7e4d4db7657bb11a30d592a15c049000d7ac86d4fb3d942bf879b95","messages_hash":"bd648edc94d3e375b7336025f3ae14efa2100ec6e91890f3c5df268537a7ac98","transaction_count":0,"txlist_hash":"61dccc2a6cdf50b56700c893611fac0dd6cccadcd672cd438452ebd30852ccf7"}',0,'BLOCK_PARSED',NULL,'85121f463c566face1c54402f2b00c3408f5e10bf06af7b7fa17a8f99a78e85d'); -INSERT INTO messages VALUES(621,310226,'insert','blocks','{"block_hash":"b3f6cd212aee8c17ae964536852e7a53c69433bef01e212425a5e99ec0b7e1cb","block_index":310226,"block_time":310226000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d24c27e4add9703b31f93ab519df208a476678f8b895b8b21c793863ee1e9840'); -INSERT INTO messages VALUES(622,310226,'parse','blocks','{"block_index":310226,"ledger_hash":"cb622a4d04645ad96d3e0006f2b7632e8b82e44206d6c1cb75212b059fe18de5","messages_hash":"ef5932c75fdbc759eda96df0d5963c3b67a8ee0139335fe84409495d10e29b40","transaction_count":0,"txlist_hash":"2c131ef357cdc433dce05cf915be1b2c243e51208c877852a19c67968caddca4"}',0,'BLOCK_PARSED',NULL,'225f76a09384a62cf5257d05b1d199b4d6e77f323e32623476cee4376192d2c1'); -INSERT INTO messages VALUES(623,310227,'insert','blocks','{"block_hash":"ea8386e130dd4e84669dc8b2ef5f4818e2f5f35403f2dc1696dba072af2bc552","block_index":310227,"block_time":310227000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ae31e194c7e5c27fe3d2ce881f6cd894db4819fe8ca233d39b17407cf0b96e1a'); -INSERT INTO messages VALUES(624,310227,'parse','blocks','{"block_index":310227,"ledger_hash":"60ae4209347248a3f7ad39b6436627f06e45433f6b6dd89cfd3383d68974a41c","messages_hash":"a2dbcc73ff119df5ef332ca59f6ef17d61df17584d579cf106a4848ba54c7198","transaction_count":0,"txlist_hash":"200ccbec2ba0927612c50a1ce2a58f856ecbda876943bfc2d3404724fff1927a"}',0,'BLOCK_PARSED',NULL,'c4df9ce003df71ac7052bb9cf2086fae37f53774152ff186754006fda720793c'); -INSERT INTO messages VALUES(625,310228,'insert','blocks','{"block_hash":"8ab465399d5feb5b7933f3e55539a2f53495277dd0780b7bf15f9338560efc7b","block_index":310228,"block_time":310228000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dad7fb718c782ec8494e74533c36add712be3cea1a17af2f88227eb512368e7d'); -INSERT INTO messages VALUES(626,310228,'parse','blocks','{"block_index":310228,"ledger_hash":"798206ee77c9e2fc8fe943f9bf2074c9c2560f534e3304b944e2ed3c89ce8bcb","messages_hash":"b88e81f75a6a794f40803ebdf96197f2231e0a2dc801c388ffbada21eaed1041","transaction_count":0,"txlist_hash":"c8c9a18e8420e274c98c528e0d0636aba20f5a6c983135a61e9cd47d60123185"}',0,'BLOCK_PARSED',NULL,'19f7d04e11f68dfc0233be30fe76040fb9887816a3a0615dd969cadb388c1d33'); -INSERT INTO messages VALUES(627,310229,'insert','blocks','{"block_hash":"d0ccca58f131c8a12ef375dc70951c3aa79c638b4c4d371c7f720c9c784f3297","block_index":310229,"block_time":310229000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'80a44060b6712f8b4447a565fdfecb3e00e0b263c20d41c347c9969c1c22d8fd'); -INSERT INTO messages VALUES(628,310229,'parse','blocks','{"block_index":310229,"ledger_hash":"becad39a4d1bc8d73a856fa1d2bfa251f29b23fec9448a91932dc610243fd8df","messages_hash":"bdb842975089efa30051f4e6fd91390001bbfb8c21ea84317133718c9689b925","transaction_count":0,"txlist_hash":"1d817cb41854bebc85173e6c6c0a8e6ae5a1bdbbd1077a64265ec4c96d60ca45"}',0,'BLOCK_PARSED',NULL,'1c06bcc84a2fd09e99decf93a1c5917ff6cf2b121fe2b4b999cdf3f418b65edb'); -INSERT INTO messages VALUES(629,310230,'insert','blocks','{"block_hash":"f126b9318ad8e2d5812d3703ce083a43e179775615b03bd379dae5db46362f35","block_index":310230,"block_time":310230000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'800895d12f5ec2898068eeaf2c73283ff469cd5acc7846babb730e9791c8e572'); -INSERT INTO messages VALUES(630,310230,'parse','blocks','{"block_index":310230,"ledger_hash":"e08eac4daa7d7bc70f2f47a835bb80993d6d6db06d8d8986101b717db1c62ed6","messages_hash":"8a9ba5afb4623d2cc3d4c351dc2b7f572968b196de0845fc9af6f54843e3e437","transaction_count":0,"txlist_hash":"d37fa640132bf2595891bfaa5d1d562495c780569e2a5d4f8863fd60d6396d95"}',0,'BLOCK_PARSED',NULL,'2180f36f96372da9e3facb487459bb44ab95a4409d532d883e6621542813d552'); -INSERT INTO messages VALUES(631,310231,'insert','blocks','{"block_hash":"8667a5b933b6a43dab53858e76e4b9f24c3ac83d3f10b97bb20fde902abd4ceb","block_index":310231,"block_time":310231000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a32817a84dc70a41de3cb1fd4792a279f6175439ca5f09fc177201f796ee3e1d'); -INSERT INTO messages VALUES(632,310231,'parse','blocks','{"block_index":310231,"ledger_hash":"a761c29e76c9d5090cd1d6424beb91d0a9fd9546c67ecaa6d4879177b6745b59","messages_hash":"77ff45a9a3c1d63c79b4458b8f00c4a13698483d74fd31dd4de867983977fc22","transaction_count":0,"txlist_hash":"7bdcbdcc058e4c3d39751316b39bc65594624dc79fc8556e2847c94fb5986200"}',0,'BLOCK_PARSED',NULL,'13fe3713d18d9ed124163ae901058a07dea424185aba40d59c12370e6661139c'); -INSERT INTO messages VALUES(633,310232,'insert','blocks','{"block_hash":"813813cec50fd01b6d28277785f9e0ae81f3f0ca4cdee9c4a4415d3719c294e8","block_index":310232,"block_time":310232000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d5b279f6ef5a9f9daa4a3a3700598ae282834ea40e95e0eac647a41fbd835cc1'); -INSERT INTO messages VALUES(634,310232,'parse','blocks','{"block_index":310232,"ledger_hash":"5da469b7e21ad8ec4fe7cc2f426dcaeb18a3a4a3c44385d529a8b252c77a9e43","messages_hash":"df98e1978c4ddc00b63f0cfb78566a0aa34f252a77cd4f9a3ff46932e41cb8a9","transaction_count":0,"txlist_hash":"721ab1fecac8b537de1c90225f23a62d02a6e8b392f5211a8e020d9169dc75f6"}',0,'BLOCK_PARSED',NULL,'61aa6eb2e7ad9b42157e629eb2edfb82724ad3431e8cf1cd6029c9b7e93e8dd6'); -INSERT INTO messages VALUES(635,310233,'insert','blocks','{"block_hash":"79a443f726c2a7464817deb2c737a264c10488cac02c001fd1a4d1a76de411d6","block_index":310233,"block_time":310233000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'89fff467c0f31fd72088e055e7485c67cb880885254c2482d23a7a9ee0320a01'); -INSERT INTO messages VALUES(636,310233,'parse','blocks','{"block_index":310233,"ledger_hash":"d8531834d572acc01591997cac000185facc033e1ab72f8218a70d0ae3898914","messages_hash":"045cca213f2fe89eb8b954e68fd645cbb0a3150a369564744232251c321403c2","transaction_count":0,"txlist_hash":"a0b57a1491335a2fde88223b77d7c8a248101187be0b71894b6c56c426603867"}',0,'BLOCK_PARSED',NULL,'c2d15a836c9d04e6c56f4bded0f5158f0cf02cb76e4a02ed4962833ffd7564ec'); -INSERT INTO messages VALUES(637,310234,'insert','blocks','{"block_hash":"662e70a85ddc71d3feae92864315e63c2e1be0db715bb5d8432c21a0c14a63cd","block_index":310234,"block_time":310234000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'db9848aa8ba7195a74c3e91a6d62e33a966ea8f3c64710012536de495576b9b2'); -INSERT INTO messages VALUES(638,310234,'parse','blocks','{"block_index":310234,"ledger_hash":"0ac6803ab61e14bb08fd8051424565086ab11b4d33faef077f5a0732eec6f766","messages_hash":"f5675418725f19709f28d62f1b37d65c7d4236f1e040c7794c86d8022983f06f","transaction_count":0,"txlist_hash":"b719ec81bc5245492809b946a86c76c121148d506292a4ae125b368f1a24b72a"}',0,'BLOCK_PARSED',NULL,'778482ae97abe72ea59c554be714faaec7ecce697f1302d9bb0bace78d62d160'); -INSERT INTO messages VALUES(639,310235,'insert','blocks','{"block_hash":"66915fa9ef2878c38eaf21c50df95d87669f63b40da7bdf30e3c72c6b1fba38e","block_index":310235,"block_time":310235000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'32586f40afc3167bb9f4c8817b15b77de4ceee3dae6a98c9ae1934176efc3736'); -INSERT INTO messages VALUES(640,310235,'parse','blocks','{"block_index":310235,"ledger_hash":"5f7de1c7fe45858dcc844604a77051d55de3b9dbb5f5d9910ead8bd0f3af48d8","messages_hash":"57b6eb8167261046853ef339d7a78710fe08fa8bbf5441d5e1ca0016f3c6b0ed","transaction_count":0,"txlist_hash":"8d81c116619e760608161facac457bb00d4e816c049afbe42f6e0f7d7f1d09cd"}',0,'BLOCK_PARSED',NULL,'ab808bd4a185753dd4a25ed501a01e61473f6e63987c48a59cbcab19b92e3538'); -INSERT INTO messages VALUES(641,310236,'insert','blocks','{"block_hash":"d47fadd733c145ad1a3f4b00e03016697ad6e83b15bd6a781589a3a574de23e4","block_index":310236,"block_time":310236000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8e0954adde8b86f3ecdae73e5e5c1826d47c5443084a33752be05a3e52d6997a'); -INSERT INTO messages VALUES(642,310236,'parse','blocks','{"block_index":310236,"ledger_hash":"c0437ca60921bb73516c31a74f78d2fb48d2c628b629c8f55c8fbb0060718d76","messages_hash":"9446abb5779fe326e0de72f205c67233384ff26616f3f96064bc983970592a73","transaction_count":0,"txlist_hash":"1c50aa16f8543f1eee5c2585aa8f7ee373bdb58648b430189ef4d8c9b0b767db"}',0,'BLOCK_PARSED',NULL,'83e26d141f486a42813c0c15249425420374143a4feb221cc077231a45687a5b'); -INSERT INTO messages VALUES(643,310237,'insert','blocks','{"block_hash":"2561400b16b93cfbb1eaba0f10dfaa1b06d70d9a4d560639d1bcc7759e012095","block_index":310237,"block_time":310237000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'28e7450c5b77a67df986ee3830e3d38a18be23586991a6150c49d50c4d973277'); -INSERT INTO messages VALUES(644,310237,'parse','blocks','{"block_index":310237,"ledger_hash":"4340ab34a083b38dbca477b6cc2479e6d70ffd6d6b9b75772068674297abadff","messages_hash":"15c716607455bdfeb9d9f5c865f69b524364933799e312ff9f9124f29422982a","transaction_count":0,"txlist_hash":"2f23795147dfb09a113607e442cdc926222a2b9c3dc173b9e92ab8560de20c9f"}',0,'BLOCK_PARSED',NULL,'278061c0a7f3c91a621365acfca2983a2ee1880fe73f18b03303e41bd449d8df'); -INSERT INTO messages VALUES(645,310238,'insert','blocks','{"block_hash":"43420903497d2735dc3077f4d4a2227c29e6fc2fa1c8fd5d55e7ba88782d3d55","block_index":310238,"block_time":310238000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d4934d9c002f764101c989197ad732ea21d39609ce7edff18e6a1a0f08f0bbe8'); -INSERT INTO messages VALUES(646,310238,'parse','blocks','{"block_index":310238,"ledger_hash":"6a76891c10ff0f9416ae1a024b985d621154918bd8ab545980b57fd2d18c4af7","messages_hash":"57ea4b312927253cdb1b5e73c04efa44bcf068671c6ec0351c34bf96dd258d03","transaction_count":0,"txlist_hash":"31d5717812d8f7e54ac8b7a000c7b599e2123a1de205cef6559b3930c466b961"}',0,'BLOCK_PARSED',NULL,'65aea26440adf35e90667759cff5706bdaa921f55b532d35ef89add5704586c4'); -INSERT INTO messages VALUES(647,310239,'insert','blocks','{"block_hash":"065efefe89eadd92ef1d12b092fd891690da79eec79f96b969fbaa9166cd6ef1","block_index":310239,"block_time":310239000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'91191d69f359df8ee336e44c4428d8c5727ad1e4098c5c4def597b1d513c475e'); -INSERT INTO messages VALUES(648,310239,'parse','blocks','{"block_index":310239,"ledger_hash":"1128bb89562fc3b112da425a3dee67adaf741a8021ee378bdfeb44af3b1b1fac","messages_hash":"b51bad0d370db1c068ef38366c07c3078ec9fa7690cc8381f528bd1b862d4a25","transaction_count":0,"txlist_hash":"82b7482bdf98200b43d483dc7725ea9069ab96d897fa88dfafd73334132d362e"}',0,'BLOCK_PARSED',NULL,'a4e39aa743a70fb11dd5f55a641f3fa91c0725434b518987975591bf1e5af729'); -INSERT INTO messages VALUES(649,310240,'insert','blocks','{"block_hash":"50aac88bb1fa76530134b6826a6cc0d056b0f4c784f86744aae3cfc487eeeb26","block_index":310240,"block_time":310240000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bca0aeca15284557b6a64684c3bc4b27ae0e80c44a5f413c5a1484668aee59f9'); -INSERT INTO messages VALUES(650,310240,'parse','blocks','{"block_index":310240,"ledger_hash":"be05624b84b2e76794f065f36b4e98d6c6c120f1d8a5db91957bbe7008ce3240","messages_hash":"af146b780d21fef9ce14c8e513d773f09da36e001bbecd369a2b8d0e607321bd","transaction_count":0,"txlist_hash":"bfd037773e4ad5fedd072183d19e824c36cf21549c374f7d7dab3ac313a1542b"}',0,'BLOCK_PARSED',NULL,'a7330503e12701ebdfe8c72ae757ff88130b6425edf9cad5a6becedf9892ca5d'); -INSERT INTO messages VALUES(651,310241,'insert','blocks','{"block_hash":"792d50a3f8c22ddafe63fa3ba9a0a39dd0e358ba4e2ebcd853ca12941e85bee4","block_index":310241,"block_time":310241000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3e88fbf468967e8eb34d058ec6343b41e0e10a1ddbdd862594608feb7f83bdcd'); -INSERT INTO messages VALUES(652,310241,'parse','blocks','{"block_index":310241,"ledger_hash":"5abfdfb1aa42fb80ca4538062d152d965b6a7a56bd1e170a7a109409a4606b7a","messages_hash":"b3f853fc4ffb26302a1a4561b1faf709bd1f3742cf6414869d3dd731ccb27c62","transaction_count":0,"txlist_hash":"e0bccb8ee5ac848700b228d8d21970f33fcc7a2c091e4b1d1f7f71c09404ecbe"}',0,'BLOCK_PARSED',NULL,'341706cc76cb9177702a62b2621b74efdb68fdf3578cdaee608fbc26c7dc1848'); -INSERT INTO messages VALUES(653,310242,'insert','blocks','{"block_hash":"85dda4f2d80069b72728c9e6af187e79f486254666604137533cbfe216c5ea93","block_index":310242,"block_time":310242000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f4665b92a46e9f8658eaf8269a8c9c426b0bc7f24eb6f5cfa6fcc30cc9f5331b'); -INSERT INTO messages VALUES(654,310242,'parse','blocks','{"block_index":310242,"ledger_hash":"5f354f767df3256aa6a23544a7164160b9fabe481c85d1891f5250b3026dd7b8","messages_hash":"ba6ea38cab43954d70e23cf5cae9768f62968a7259512ede81bd25c209222d11","transaction_count":0,"txlist_hash":"a9b87a1cd3146663579bf192b97136602806865bb60ca2d464e3111872b61b7f"}',0,'BLOCK_PARSED',NULL,'499e999ce47e2565c507b758e90ebc9e5acb449781d04bd527dc0d68169a1a9a'); -INSERT INTO messages VALUES(655,310243,'insert','blocks','{"block_hash":"a1f51c9370b0c1171b5be282b5b4892000d8e932d5d41963e28e5d55436ba1bd","block_index":310243,"block_time":310243000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3f28320fc057ca80cffad093c1a9288254cc6d22382554b97a103bf4aaf6bc79'); -INSERT INTO messages VALUES(656,310243,'parse','blocks','{"block_index":310243,"ledger_hash":"ea3acc31b3c298237fa11ca4400c65ee46732c96e0b7fac5a183dd49d938e730","messages_hash":"cd606d9426a432a77d079aa4373c52d70c39287cd6ecf59ab1448028a89dff72","transaction_count":0,"txlist_hash":"b7226a87411a48bc0b25e014f2929d63979a297600f51723a0c9bb89fef120b0"}',0,'BLOCK_PARSED',NULL,'ef6811a39a5205a43d17f2dac7612fa632fbc4dc8084de54edeebd0edc182156'); -INSERT INTO messages VALUES(657,310244,'insert','blocks','{"block_hash":"46e98809a8af5158ede4dfaa5949f5be35578712d59a9f4f1de995a6342c58df","block_index":310244,"block_time":310244000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7fc56bd41258b95bede935dad7cb0f1ec243ff181597cb4a92124c6eb5dc4cab'); -INSERT INTO messages VALUES(658,310244,'parse','blocks','{"block_index":310244,"ledger_hash":"07ad792741a48d5a7b657e6c4dc83e3534c79bd1e7da7044139516124adc8f80","messages_hash":"4c9953893882e4d77443892982145625ab358c8f655be69f01bac1476fa0c5b1","transaction_count":0,"txlist_hash":"baab169058840f62c00af1dc51ee0a77fb964dd27c6241463650fdb6c77d3b6a"}',0,'BLOCK_PARSED',NULL,'b3052060bb1577c6f8a1874cedf6dd21094c93c4b612af4668d3b4fc23e8b81b'); -INSERT INTO messages VALUES(659,310245,'insert','blocks','{"block_hash":"59f634832088aced78462dd164efd7081148062a63fd5b669af422f4fb55b7ae","block_index":310245,"block_time":310245000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'20ff390491ad0d3a09991e2bece712a101f9179f8792be8b15f7eca0c514f189'); -INSERT INTO messages VALUES(660,310245,'parse','blocks','{"block_index":310245,"ledger_hash":"d36a618af8e92da03b373ab0137ded666db6cef906a6b2c0cb8c71057a1a5903","messages_hash":"5348f55d0cf564a33280b67616316236052b7d0007003f23bf8347a021ee69db","transaction_count":0,"txlist_hash":"18cf40a1489af6f99dc454630c35dddf20acacbf979d47acb30a5831e55f920e"}',0,'BLOCK_PARSED',NULL,'0a5f80b21fd6ccbf7452ba70fc7fe6642cadfa23b861c959827e5802456d6359'); -INSERT INTO messages VALUES(661,310246,'insert','blocks','{"block_hash":"6f3d690448b1bd04aaf01cd2a8e7016d0618a61088f2b226b442360d02b2e4cd","block_index":310246,"block_time":310246000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'46f3bd5fa2d4fd5105481b0d7fbdbf5bbb1080ab6b5c7a7c25d9f9f5f5ca8dc1'); -INSERT INTO messages VALUES(662,310246,'parse','blocks','{"block_index":310246,"ledger_hash":"a34e154571ee585a839053a851a007d6d433d3efd2b3e923a9c4ec4bb0dc9d98","messages_hash":"0bab4cd376546a230b82c9d77d92266dc61236f178aad78ea17e5e151458b240","transaction_count":0,"txlist_hash":"a2103af3fa84dc4015979f3a629c46e2234f534f86d7c5a403275a8eae144ba7"}',0,'BLOCK_PARSED',NULL,'5627f5c490fcbadd8a3a640ddaa18e1d99cfb7366c2c0a18875d867bd4ff150f'); -INSERT INTO messages VALUES(663,310247,'insert','blocks','{"block_hash":"fce808e867645071dc8c198bc9a3757536948b972292f743b1e14d2d8283ed66","block_index":310247,"block_time":310247000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b1ffa7996f4b6704520235df6ddca2dc2345b7e261b643d8c3aa99be1d665899'); -INSERT INTO messages VALUES(664,310247,'parse','blocks','{"block_index":310247,"ledger_hash":"ee94fcb9210718095ccdf63f30ab081f45dff765a9ca4f5c86b1b0d98973ef90","messages_hash":"4e0877d6c324cb5d5679e6f9159c567529fe64a7c5cbfd7335a790ce60c14f90","transaction_count":0,"txlist_hash":"39cff977657fdbe649c601531383548a3922cde40dd998c355c201cb6deee9f6"}',0,'BLOCK_PARSED',NULL,'c7ea2bd3ece2a39fa462600f6e33d94b83d341010accc7ccb2c87777eea77c7f'); -INSERT INTO messages VALUES(665,310248,'insert','blocks','{"block_hash":"26c05bbcfef8bcd00d0967e804903d340c337b9d9f3a3e3e5a9773363c3e9275","block_index":310248,"block_time":310248000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'531ba26c6815ab50b68319b97ce2a3bccbc5fae939e0cf9d330bd316b10573e8'); -INSERT INTO messages VALUES(666,310248,'parse','blocks','{"block_index":310248,"ledger_hash":"029884a5273466fa45cdfbd91ae3aaca50af0771d22f6b55af6367348c2802e2","messages_hash":"6cdc8c3b9e334d57d6797e62f41a27935bc568f10fe68f0f07dd3a541f60b15f","transaction_count":0,"txlist_hash":"6951bec53cc30ad6d9dd3f38f5fa8e4b876cdb1637595d38614ff3e42b53edce"}',0,'BLOCK_PARSED',NULL,'f2723c9f14589960c53b0a0fd932f16e38429a51687093ebb32c5687b298c078'); -INSERT INTO messages VALUES(667,310249,'insert','blocks','{"block_hash":"93f5a32167b07030d75400af321ca5009a2cf9fce0e97ea763b92593b8133617","block_index":310249,"block_time":310249000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bd292ec73455a197fd49af8a32c55dbafeede7a92c2698d8ce62668c2199cb98'); -INSERT INTO messages VALUES(668,310249,'parse','blocks','{"block_index":310249,"ledger_hash":"dc10674812c5249c693ab7b148d048439a0d77266014f3afc1810a6260838f02","messages_hash":"7fa1b4c3d138d2fdf05be83126499273e196b6d2a621a94d8d771f0f7ff38cf6","transaction_count":0,"txlist_hash":"2f53ae50e27194404c5b85dab55335582b2961c6997393a9c48e6708bab8f1dc"}',0,'BLOCK_PARSED',NULL,'77111577c5a9b9949b84b0abf16d4bea6369e2dd6337f485a38a442c56755fd0'); -INSERT INTO messages VALUES(669,310250,'insert','blocks','{"block_hash":"4364d780ef6a5e11c1bf2e36374e848dbbd8d041cde763f9a2f3b85f5bb017a2","block_index":310250,"block_time":310250000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8b6f63aee5267873ad82464a4a52bcc7616a20a180b9eb3e163ad4f1bea99868'); -INSERT INTO messages VALUES(670,310250,'parse','blocks','{"block_index":310250,"ledger_hash":"a0fd49b46ff0000e83d4c56281dfe2be1bbfc924c75969726754b05bf7107641","messages_hash":"8ed5b183cf238c52f261eed4c74e2221d11e397a4e144f88692c96a77be9c00d","transaction_count":0,"txlist_hash":"5148416db7a3e45edd128f1b9b5c61b916ce94f25638cc90a8d73f60afe64176"}',0,'BLOCK_PARSED',NULL,'d0aaeb6d1145078b76c8e139d3f31a3a310656cbf788c5d90d13c0382a792955'); -INSERT INTO messages VALUES(671,310251,'insert','blocks','{"block_hash":"63a3897d988330d59b8876ff13aa9eac968de3807f1800b343bd246571f0dca7","block_index":310251,"block_time":310251000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f0983bc19402e0fc3142f34ebd121dcf6ea4ea285e1ddbeae371db0b32061021'); -INSERT INTO messages VALUES(672,310251,'parse','blocks','{"block_index":310251,"ledger_hash":"bdef6a6203d28d314dc087e539a9cdad19d123b605824f0a66f13bf5f72de9b8","messages_hash":"39a0aea30eef4f64e1443788702492f5e0876d785c0496e2c6661e9f4e611496","transaction_count":0,"txlist_hash":"6742a15406482537d29722db3302d492647e4c7487d840fc8e7d74d0806c3bee"}',0,'BLOCK_PARSED',NULL,'fd21957a5c084d9a82151ab0e2ac8768191c9cdb8fe9fb6fb0638e477253c7ad'); -INSERT INTO messages VALUES(673,310252,'insert','blocks','{"block_hash":"768d65dfb67d6b976279cbfcf5927bb082fad08037bc0c72127fab0ebab7bc43","block_index":310252,"block_time":310252000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c1f3aaa627b6dfd5a9e543970d335120cf44d6c8843e14dc5de0fa6d4bbb5466'); -INSERT INTO messages VALUES(674,310252,'parse','blocks','{"block_index":310252,"ledger_hash":"8da11bec0d58b196ddb073d3aba0def98f01f83da654765fcae21cae6046214e","messages_hash":"147d1e890a6d6d830c0871a208f6630e367dba280d908afb03064c999b83cf23","transaction_count":0,"txlist_hash":"2c11848ca51ba429a094ef40b1aa019c132cd9fd6f954139dab5324d77eb7125"}',0,'BLOCK_PARSED',NULL,'538bc9bf3216e6e6cd46621d1e00947f34a39a5575a69be23a1952fe29ad754c'); -INSERT INTO messages VALUES(675,310253,'insert','blocks','{"block_hash":"bc167428ff6b39acf39fa56f5ca83db24493d8dd2ada59b02b45f59a176dbe9e","block_index":310253,"block_time":310253000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4e617b122f887d27cd7471fd377a870d28dad0d2e2d8d68c304f35bff442c9f2'); -INSERT INTO messages VALUES(676,310253,'parse','blocks','{"block_index":310253,"ledger_hash":"2efa2c5781899d213741e795ca62fbee9d3ddf53792ce002db7484adc66bfbd4","messages_hash":"2dac0ce419c4d36be09b638886c31e3074dc9f34428699cf2ab4e0d754e15753","transaction_count":0,"txlist_hash":"1036976d6406322c4c0afb2c6be13d6b89cfb2feb30306c9df8a499330d5489f"}',0,'BLOCK_PARSED',NULL,'9da7bb66c2e59deed4796c47ef7b7beca6bf40735ebfe773c3c6f7226c239735'); -INSERT INTO messages VALUES(677,310254,'insert','blocks','{"block_hash":"ebda5a4932d24f6cf250ffbb9232913ae47af84d0f0317c12ae6506c05db26e0","block_index":310254,"block_time":310254000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'beaec4acdacf92d911c958a2c05e27d7f516408c13d04b58a7139c84d7cdb4d8'); -INSERT INTO messages VALUES(678,310254,'parse','blocks','{"block_index":310254,"ledger_hash":"d062ec468e76421d3769a99eb3c8b2cbf4bf393d109ba13b3bce128613fff547","messages_hash":"7ccfe22c76dedb88f62e43dddaeba2a812a76e0afee952ed30c721819858f162","transaction_count":0,"txlist_hash":"098200d06ee21c916a203065eae3cffe8e2c80e32bce890f96e6bee400cf16ee"}',0,'BLOCK_PARSED',NULL,'28caf6bdf51c6dcc27309bb01a8e3cdc2637f8d470c4dd8299f87df4fae465dc'); -INSERT INTO messages VALUES(679,310255,'insert','blocks','{"block_hash":"cf36803c1789a98e8524f7bcaff084101d4bc98593ef3c9b9ad1a75d2961f8f4","block_index":310255,"block_time":310255000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c24c5a24a635079c535b27adf832893ca87e9b75c37906f59a3b2e12be00252a'); -INSERT INTO messages VALUES(680,310255,'parse','blocks','{"block_index":310255,"ledger_hash":"5c531dc8a7461e9e7a2ead654509d76c9be3427b1d2b75c0ac7ae0e03126c49a","messages_hash":"ebe8283131a93421eceb520493b86d8e39591a8cebd40d73e65be43b27cd620d","transaction_count":0,"txlist_hash":"b9c0f364e8694264c33b7d993ed45f645410820dd0ff39704b79f6aaa64a46c4"}',0,'BLOCK_PARSED',NULL,'e53c98f8dbb8d081ab353c666c98c9fdd4c943b3cb11b9155aead6731445b9e9'); -INSERT INTO messages VALUES(681,310256,'insert','blocks','{"block_hash":"d0b4cf4e77cbbaee784767f3c75675ab1bf50e733db73fa337aa20edefdd5619","block_index":310256,"block_time":310256000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'69a542648fe78068e4f4a47e732f30e98f0e10284c302f7510b13edfcb70f026'); -INSERT INTO messages VALUES(682,310256,'parse','blocks','{"block_index":310256,"ledger_hash":"8da9f0162e15e33e14e5e1e22c2fd847055a65b99eec519dd069a83bb9006b51","messages_hash":"ae06a920052b690068b75d62e6fb6bc9a2a61453b17100e306d68e2937635fec","transaction_count":0,"txlist_hash":"fbb34ac53fa4a19bb467c92b87291aeafd8bf8c43be49c7d487f962df5c50d21"}',0,'BLOCK_PARSED',NULL,'316cd8baf369c3cef9c78a4c37bead41c932364afa004900d1c96dced64a8a7b'); -INSERT INTO messages VALUES(683,310257,'insert','blocks','{"block_hash":"0f42e304acaa582130b496647aa41dcb6b76b5700f7c43dd74b8275c35565f34","block_index":310257,"block_time":310257000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fe8c26146d2f5b44e941568997456033184f6c847b0dd8c5c5380c37aaa0ba32'); -INSERT INTO messages VALUES(684,310257,'parse','blocks','{"block_index":310257,"ledger_hash":"0cf6657db5f3145587a466c05f237289b639668d844abfd8d46430c090b54913","messages_hash":"27aa8db35197fb30e8da89005107d0fce00bac28fa8731ae1fc2d1cd687ce76d","transaction_count":0,"txlist_hash":"71c115bc32aefb584d499c054cd09d0ea58ea0cc11d187bd5add8f261f43f055"}',0,'BLOCK_PARSED',NULL,'01a28d73895496db86881635d83ea82ac921600cca1df72c6d4b75b33e54d304'); -INSERT INTO messages VALUES(685,310258,'insert','blocks','{"block_hash":"3a0156dd7512738a0a7adba8eeac1815fac224f49312f75b19a36afb744c579f","block_index":310258,"block_time":310258000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3aeab6577cdd43da735a89eb5f802afc14f36e0eba9f7410eadb08eacf501050'); -INSERT INTO messages VALUES(686,310258,'parse','blocks','{"block_index":310258,"ledger_hash":"e340defe4bd84e788f9c5b083849e6aa1d5c7f33123ebe62d7abe04b8a9e312e","messages_hash":"b85e4fd11c6868ca70f0098a895b72ff66530653ed0707f27d3ba189f4875f2f","transaction_count":0,"txlist_hash":"0725d989aaa9e8f1a5604f1807ec8f5aa2db518ec2397479e7e6c48c4d2b04ca"}',0,'BLOCK_PARSED',NULL,'4d7989fa09fc8c7b05b36a5d6c3371b30ebaa3e591c05a32ab6f4cc82384d104'); -INSERT INTO messages VALUES(687,310259,'insert','blocks','{"block_hash":"e5ed3cdaaf637dd7aa2a7db134253afe716ffdf153e05672df3159b71f8538a9","block_index":310259,"block_time":310259000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0e96594d8b6d0271eb043c05e6ca9011c7eaafc2cf7d5d17f09af7feecb3dc2b'); -INSERT INTO messages VALUES(688,310259,'parse','blocks','{"block_index":310259,"ledger_hash":"03ca0cbce5a5b50988c19c0d4e754240f50821695dca767d1169f8c7f5c1fdcc","messages_hash":"9c96a1fe5d50e6437a15ffe128fbeca060dcb0488972de8b699bd254ffdee66b","transaction_count":0,"txlist_hash":"19e343fb3645b7ae94a299eb13691ea02d054e8acef0484a95a4079e42e487b1"}',0,'BLOCK_PARSED',NULL,'ee82b0f18957870620b1816e80ecec5cc6a49f300bc99f17c16032491f2035bc'); -INSERT INTO messages VALUES(689,310260,'insert','blocks','{"block_hash":"8717ddcc837032ad1dc0bb148ddc0f6a561ed0d483b81abb0c493c5c82ec33cd","block_index":310260,"block_time":310260000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3bbd8f1f8354dd566e611df0ea7389c0ba3676aaf62bbc565f7044cf7812e6b4'); -INSERT INTO messages VALUES(690,310260,'parse','blocks','{"block_index":310260,"ledger_hash":"83a3b43e01f4f25ba05b527415baa3e8b8adba319628c245988136bd8fcdfcfe","messages_hash":"f8ac6fcdd708c3396d2a2e8d57cea9575a652e1ae8bd0da8902dd03ad4b9f4d9","transaction_count":0,"txlist_hash":"de3dee5cacbf5af3aaf1dac7cae860b06af7a2ba227f2bd81840d149354a05db"}',0,'BLOCK_PARSED',NULL,'96147dc0ecaacc44fe3de149d33d702193c48e7c739061ddd1bbcfe1029e6dfa'); -INSERT INTO messages VALUES(691,310261,'insert','blocks','{"block_hash":"a2a9d8c28ea41df606e81bf99cddb84b593bf5ed1e68743d38d63a7b49a50232","block_index":310261,"block_time":310261000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ee84744b7dad7d8d5df19bee745a441ebf2917ed0c92a3daa293ae88dfee7ee'); -INSERT INTO messages VALUES(692,310261,'parse','blocks','{"block_index":310261,"ledger_hash":"e61c12005d60870fee947fff469631ee540b1a0d6b8aa67614cfacc0a9f65ec0","messages_hash":"f228cdac6cddc37b9f8d8118ecbb0bd69d44f8ed0049e4501a1621150b566529","transaction_count":0,"txlist_hash":"58b8a751b3daa23993a773073b44d4bb2715075dbe3cc1738f3138383646504e"}',0,'BLOCK_PARSED',NULL,'e37a13c66fd5e2c4a225b0768a0e5ea12aa7219b899f34c9b24a1fca79175d06'); -INSERT INTO messages VALUES(693,310262,'insert','blocks','{"block_hash":"e8ebcee80fbf5afb735db18419a68d61a5ffdde1b3f189e51967155c559ee4ce","block_index":310262,"block_time":310262000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8e42c27ceb555623b642f93305c43e596225a821d47bc5117aaa02f2eb0e9f21'); -INSERT INTO messages VALUES(694,310262,'parse','blocks','{"block_index":310262,"ledger_hash":"c21ac4906d435af5b9ef5576da6bce454f65ef16099b7ee03219a4ae1851bb91","messages_hash":"a9a20b1a1c6abd0c2f863bc91dd281f8978845d44feee37757bc1d3256d3852c","transaction_count":0,"txlist_hash":"a1e30e203c037b242cb1a41e5fd948828da8192a5db70453602961183a00d36d"}',0,'BLOCK_PARSED',NULL,'dc2d8ded750e61e703881ec12aa3bc4cd485bc0aa741f620b576f8ef653b464f'); -INSERT INTO messages VALUES(695,310263,'insert','blocks','{"block_hash":"f5a2d8d77ac9aac8f0c9218eecbb814e4dd0032ec764f15c11407072e037b3c2","block_index":310263,"block_time":310263000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f3c31623528bbd16343be27c56583c00b8c4dfe6476facef6e46b017dd279375'); -INSERT INTO messages VALUES(696,310263,'parse','blocks','{"block_index":310263,"ledger_hash":"676f6c532ff23839fef228a9fac7719e77a3c20efdc17f3cb2d13035c78820e8","messages_hash":"b79a3d4475c2d1dae798fef21b31851618555e98e69f627dd627743887fcecc2","transaction_count":0,"txlist_hash":"ca47834be7a15554ab2dd401462d7d5c14f3f5f9ef9ba715488b1b3704de15ab"}',0,'BLOCK_PARSED',NULL,'ec3cde2ef700356580c73ea0b7f6e006c7f2fadcbde109262387e0dc57f74197'); -INSERT INTO messages VALUES(697,310264,'insert','blocks','{"block_hash":"ae968fb818cd631d3e3774d176c24ae6a035de4510b133f0a0dd135dc0ae7416","block_index":310264,"block_time":310264000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4ce8635853c434a0186a4247b119df82f0d81a838da96e8edb6797a6e90b23af'); -INSERT INTO messages VALUES(698,310264,'parse','blocks','{"block_index":310264,"ledger_hash":"258854505b1d3067bf360f3d0dcb369ed7a90fec8744578d3dde51a79db72c25","messages_hash":"af039b21ffc1c9cf1a68c127dc240fd3b05b28a1025750f56fb3a0141ce32ab8","transaction_count":0,"txlist_hash":"21f8b38aa107a9c6fbd6439244ce85a8a6abd12fde211c4569d28353cad5b8bd"}',0,'BLOCK_PARSED',NULL,'c3df9bac58921711a8d03c345ca611166baf3568f8391281bd2555034ddbe4fc'); -INSERT INTO messages VALUES(699,310265,'insert','blocks','{"block_hash":"41b50a1dfd10119afd4f288c89aad1257b22471a7d2177facb328157ed6346a1","block_index":310265,"block_time":310265000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a1e281b4bcaa6fc8746ad8054d8e363bc710f9470503f85c5c8527b517fc8dd0'); -INSERT INTO messages VALUES(700,310265,'parse','blocks','{"block_index":310265,"ledger_hash":"72ab32c420a7dcac0e7c36c4d9ca81e237955b4d8bc57c87078ba292923ce98d","messages_hash":"f0209e3e0fcd78d0cffdbf7a9472413fbee7e0947bf45b8988103929b4d24292","transaction_count":0,"txlist_hash":"9685f9791c085e79a3c298dfe4f49fd1dbf8b4bdacf45e1d25e7d18382ca0e7c"}',0,'BLOCK_PARSED',NULL,'3d2c404d4ec44095b4a776af0528118a63b805f626b8a2627018e8ed5f529b6f'); -INSERT INTO messages VALUES(701,310266,'insert','blocks','{"block_hash":"1c7c8fa2dc51e8f3cecd776435e68c10d0da238032ebba29cbd4e18b6c299431","block_index":310266,"block_time":310266000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a918c058f8acb09c6d928b34b9e334356ead3b86b815155740e0b1c88915d3bd'); -INSERT INTO messages VALUES(702,310266,'parse','blocks','{"block_index":310266,"ledger_hash":"b81386d19aac285fee4e39a818cb0442e378372f7d55f92e6028b37f974e4a61","messages_hash":"f95d4428aedd2c918af42f744403f021a85276726c5482696de27d49a1a10a7b","transaction_count":0,"txlist_hash":"578600253e06f32b4ee4a312df8213ea7cf12f841858bdf6123b0169cb4bd42e"}',0,'BLOCK_PARSED',NULL,'4914f761e9f633cf7cf27620e74cb8d91b1eecd7edcf1d3b4f7ff9d8e7556f41'); -INSERT INTO messages VALUES(703,310267,'insert','blocks','{"block_hash":"c0aa0f7d4b7bb6842bf9f86f1ff7f028831ee7e7e2d7e495cc85623e5ad39199","block_index":310267,"block_time":310267000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4a148a769783b93c877e43931ef5299d8d72a146fb3fc05901235b7b6a443945'); -INSERT INTO messages VALUES(704,310267,'parse','blocks','{"block_index":310267,"ledger_hash":"ea8fef9e82e451d9650777b051f19fe5e34b8976f1bcc1880b6eebe5feda34d5","messages_hash":"c156911f3e3c74326c2fad4fabcb35e00b966e474703f7218665c7c8a14b6eee","transaction_count":0,"txlist_hash":"face84fc0aa45f7b072d73d4930b32e223cc4c22a620c39334fc836e16b2fb5c"}',0,'BLOCK_PARSED',NULL,'296e788a6e2083e33cffa26370fe3bf8bd35baa2367920027af1409e32147d6d'); -INSERT INTO messages VALUES(705,310268,'insert','blocks','{"block_hash":"b476840cc1ce090f6cf61d31a01807864e0a18dc117d60793d34df4f748189af","block_index":310268,"block_time":310268000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ace487bf0d73be9840cd2ec0d59f5765b72a6db743dd46e938701da76d8ea11e'); -INSERT INTO messages VALUES(706,310268,'parse','blocks','{"block_index":310268,"ledger_hash":"1545d381812f0f0caa827a237f145838276fe058b05af4808615738ca9910bf1","messages_hash":"b4ab6aad68d47d77b44cac428d17743179c5275683e24128e33b677ea4a6c23a","transaction_count":0,"txlist_hash":"ee67f9fcd6ce50ee98da722352a917a46d3c71d2e5ea50294a55c613817e77dd"}',0,'BLOCK_PARSED',NULL,'dad75c2770b6fae22897bbb34376d8464ba1273ca3f92cdd6a4ae3adc6b40af6'); -INSERT INTO messages VALUES(707,310269,'insert','blocks','{"block_hash":"37460a2ed5ecbad3303fd73e0d9a0b7ba1ab91b552a022d5f300b4da1b14e21e","block_index":310269,"block_time":310269000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c256b02de508643a7b297e3131f7ad408d05dd5bb07b6c0f3fda7694bbb48109'); -INSERT INTO messages VALUES(708,310269,'parse','blocks','{"block_index":310269,"ledger_hash":"fd9cf61ac6e1fba409e4220a141ed6c89c18c893c7a752af53d5f7608bc04a67","messages_hash":"9b38b90fccbd7c1ef022ada1ed8036ebca61471cbbf8b4896c4a1ae41ba2626c","transaction_count":0,"txlist_hash":"6d1424cf68a5b1dfddbbafb260989c5b27c060a40026e829476d979cbd8f4412"}',0,'BLOCK_PARSED',NULL,'c7f7e3dacfbb22404e9494ed57405f256177a24db880b36e06468344eb689948'); -INSERT INTO messages VALUES(709,310270,'insert','blocks','{"block_hash":"a534f448972c42450ad7b7a7b91a084cf1e9ad08863107ef5abc2b2b4997395d","block_index":310270,"block_time":310270000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'993d1ccf6ac75d303968f452432b5069edaafc8e9d79382c3903d63c5e096e50'); -INSERT INTO messages VALUES(710,310270,'parse','blocks','{"block_index":310270,"ledger_hash":"1d34c8c0dfdb4733a7b589647abb0e6a08f8de93a5c86fbab786f6d9d1500785","messages_hash":"2a3539cabe57dca365551b1abdae640e0679bd52fb51d8c7d9f5de465026c479","transaction_count":0,"txlist_hash":"fc2696c78afd3051d10ea3ecc56280d2633b732a7c755b9057aa30fb11f58f53"}',0,'BLOCK_PARSED',NULL,'d9033744aea907908febf6c3031629aa94885799ea4c1fae4524e5cfac3ad25a'); -INSERT INTO messages VALUES(711,310271,'insert','blocks','{"block_hash":"67e6efb2226a2489d4c1d7fd5dd4c38531aca8e3d687062d2274aa5348363b0b","block_index":310271,"block_time":310271000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4f1abbd5bf5b2bb990be7045ca6c2bcb7da959fbc7880a2728b750f36a7e53af'); -INSERT INTO messages VALUES(712,310271,'parse','blocks','{"block_index":310271,"ledger_hash":"cf38baabc6e8a082eba1bd8ca2f72af5eb01cb76bd3c9eb101b27080a3a70d17","messages_hash":"2ce454b70617c26bb34625a28cc301683d8b0496b0b50893947ffb4ee304b4fd","transaction_count":0,"txlist_hash":"b28638da352abf83f2250bbc2da0f75b14483d7d4c69c93636484e9e3aaa326a"}',0,'BLOCK_PARSED',NULL,'a18b816b812b71ab5a80931c14dd485beb07fee061a1080498d0c454cf1dec56'); -INSERT INTO messages VALUES(713,310272,'insert','blocks','{"block_hash":"6015ede3e28e642cbcf60bc8d397d066316935adbce5d27673ea95e8c7b78eea","block_index":310272,"block_time":310272000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'80742ffed34fcd652d5b37f11c642416023680d6450dc26084823371eafb22b8'); -INSERT INTO messages VALUES(714,310272,'parse','blocks','{"block_index":310272,"ledger_hash":"2b2763fa5ab2962582c303062da8b8da7280274e615b3e37f93a32e44793ccc8","messages_hash":"c183fb5539f368b08b1f515beff6b3b4ca652f1e2203cd1c4fac6e90e5f655a2","transaction_count":0,"txlist_hash":"329d5096486b8dc452e2a1ee0a36d9a17ddd5bbb3149ddeee2bdb4989a7a3a35"}',0,'BLOCK_PARSED',NULL,'8dd9554dc8967887ec324e614a21d1f2032009c82c3675e3efdba5dfc210d520'); -INSERT INTO messages VALUES(715,310273,'insert','blocks','{"block_hash":"625dad04c47f3f1d7f0794fe98d80122c7621284d0c3cf4a110a2e4f2153c96a","block_index":310273,"block_time":310273000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1a273e393857d793a4f0a1902f7f63e98639a321eeac5a77f7ba99b3cd3d39dc'); -INSERT INTO messages VALUES(716,310273,'parse','blocks','{"block_index":310273,"ledger_hash":"ff9df73d4f92b7557c36f20d8f622923dda225a1ae2871e60f16ee2dfdf5b9d8","messages_hash":"62e46c6604dfb54160d12967d5c4973523742efcd46f4b15f32e6a79ecef2117","transaction_count":0,"txlist_hash":"f79f73097410b602df3a98901e26ed37d07f1da95249cf0e3a62c811d4f7de3a"}',0,'BLOCK_PARSED',NULL,'af04cc6514239f5224c1835409508e8a28f13c2c572426d5ec2a8c0d0534ea36'); -INSERT INTO messages VALUES(717,310274,'insert','blocks','{"block_hash":"925266253df52bed8dc44148f22bbd85648840f83baee19a9c1ab0a4ce8003b6","block_index":310274,"block_time":310274000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9704a6c3ed5bf08cb35e34b2e3972be690cc19b3cf8df0756614be727e14bf25'); -INSERT INTO messages VALUES(718,310274,'parse','blocks','{"block_index":310274,"ledger_hash":"ece29ec2cd160d7634009f41cc2d0f13330d53ec6971c019d69dfa4367f86646","messages_hash":"4a7622bab7f991ae7e565dc67077f5a6d407a6bbfc5d63a4ab78c3b2d09b9b1e","transaction_count":0,"txlist_hash":"bf01b445bc208b9efcb314f1cfa1ea4300fc152ad46a973044abf56dc74e9c62"}',0,'BLOCK_PARSED',NULL,'569613cc58509bd2afebc2838cfdb1fd53de7725487777e8da291a1489fc3e43'); -INSERT INTO messages VALUES(719,310275,'insert','blocks','{"block_hash":"85adc228e31fb99c910e291e36e3c6eafdfd7dcaebf5609a6e017269a6c705c9","block_index":310275,"block_time":310275000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'abaf90c516a36867cfb53eb3db86039fadeaa579727827eb85302ec0993048e2'); -INSERT INTO messages VALUES(720,310275,'parse','blocks','{"block_index":310275,"ledger_hash":"23738d6d8dbf8b44b481f6c0eade991987c84e8025fe1f484c7acd3ead7f4163","messages_hash":"acd44ba3138f047084a540d68baa5b8e33e7a198a0b1b51328d92707a218f920","transaction_count":0,"txlist_hash":"c0f70c46688ecb9eccaa94bdcbb3fc54eaf3af76cc450b62dfd7a9513bbbd50f"}',0,'BLOCK_PARSED',NULL,'fc7843c5bae5cb5e11e1d0d30aa8dbf3f002573045753ad93a224e030bb8961c'); -INSERT INTO messages VALUES(721,310276,'insert','blocks','{"block_hash":"ba172f268e6d1a966075623814c8403796b4eab22ef9885345c7b59ab973cc77","block_index":310276,"block_time":310276000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9d45ad080e08424f8fc624ba8781693450e04507f386f84928e16e189d0a0a9f'); -INSERT INTO messages VALUES(722,310276,'parse','blocks','{"block_index":310276,"ledger_hash":"a241e1cb19bfbebb3bbb09c6471760b8379ddc73a67d69b4d84fd1d21dfb7034","messages_hash":"a6c57370a85bb38d671ea5472e558684654f92dee38757a2bb233031c9dd1bef","transaction_count":0,"txlist_hash":"99d32cb4d9b52ec0726c907330b2a60d7cf8380c8012f804cf8838bee1b0ecec"}',0,'BLOCK_PARSED',NULL,'430b38d8075f5bc29a7ae8e87994ad8a7e479bdd0d96eb5af3b359eb22a2d4e4'); -INSERT INTO messages VALUES(723,310277,'insert','blocks','{"block_hash":"c74bd3d505a05204eb020119b72a291a2684f5a849682632e4f24b73e9524f93","block_index":310277,"block_time":310277000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d6dbf1b61b811e2d64306859e1c91c25100bc6aa3dd3fa5b593f4681204ce911'); -INSERT INTO messages VALUES(724,310277,'parse','blocks','{"block_index":310277,"ledger_hash":"0efa57fd462031a87831832a789ed7751aac5f6c19a23767555b3f7145d87532","messages_hash":"d04cb108a77dd9bf0719ef9eec5945f1a53d9a1364c917a9075e5dbfc1eb3d53","transaction_count":0,"txlist_hash":"08e71c5246f1225a02a00c8b52bb7a92c6937da9c9659129a5dcd2981069bbb3"}',0,'BLOCK_PARSED',NULL,'4eb528f906a7d7ddb06faa111b1ef21ba046acbfc38e38bda7438e0dd030d66b'); -INSERT INTO messages VALUES(725,310278,'insert','blocks','{"block_hash":"7945512bca68961325e5e1054df4d02ee87a0bc60ac4e1306be3d95479bada05","block_index":310278,"block_time":310278000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e5c9250c15f939902971e6f96b3401c3a2e3667f7d1b86b513708932bbe57390'); -INSERT INTO messages VALUES(726,310278,'parse','blocks','{"block_index":310278,"ledger_hash":"0045189a4da126b22e91e4bc2a7ac37dc90ec0869b7fcbc927919fca4cce5259","messages_hash":"5beec42df5fb663bf49c469235cf68a21fda11f4a268c755d2cc4eed793e9cac","transaction_count":0,"txlist_hash":"6e3580c7af675e8fdd1c5366a7af2e387f8d8d9192589794883a28ad2ce6a499"}',0,'BLOCK_PARSED',NULL,'810b04335552206af0c1f344325be2060f1565f9b5a2e60d1dc9585cca64f05e'); -INSERT INTO messages VALUES(727,310279,'insert','blocks','{"block_hash":"1a9417f9adc7551b82a8c9e1e79c0639476ed9329e0233e7f0d6499618d04b4f","block_index":310279,"block_time":310279000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cf74834a93d99ca9e29ff1810d65dc9d1d2a62de2de6ea1b96f66e36d549414b'); -INSERT INTO messages VALUES(728,310279,'parse','blocks','{"block_index":310279,"ledger_hash":"442b7d4dee025b81c298ca0f6a5b9dbdf17ed0087fc36eab7f0671d5a19c9a2c","messages_hash":"0565ba586d5e59431075c72f86af5172b047008857600c6a4a225fc1939e13a0","transaction_count":0,"txlist_hash":"04f51f4c3de467be5cfb32cccba5cd482eb14657d7f67a60820204fa22afaa41"}',0,'BLOCK_PARSED',NULL,'9ef9d72cf902cedae18ca070313f344ad8f8ead596dcc5690e723a2a1509aa12'); -INSERT INTO messages VALUES(729,310280,'insert','blocks','{"block_hash":"bf2195835108e32903e4b57c8dd7e25b4d15dd96b4b000d3dbb62f609f800142","block_index":310280,"block_time":310280000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1b2392ca01f23273452e88c6949391587b93031c2fb8ff1a226a18909a5cedc4'); -INSERT INTO messages VALUES(730,310280,'parse','blocks','{"block_index":310280,"ledger_hash":"38d7f98ae9cfb8e3938032dc33899e2e3e5a88e9037571cdddf8ed4709fc8225","messages_hash":"ba2ad3b1b570f0a9e92fd3ee2e1787c85d29cf744beb6fac1df3ff25245cdfdc","transaction_count":0,"txlist_hash":"d25ed55e962a45fbade2012c35ef507dd76fa0c67553343bb6568569bf1c08ca"}',0,'BLOCK_PARSED',NULL,'86de7344621e48df3f99adb487276807d09be41f51c7688c6272c5aceb4030c3'); -INSERT INTO messages VALUES(731,310281,'insert','blocks','{"block_hash":"4499b9f7e17fc1ecc7dc54c0c77e57f3dc2c9ea55593361acbea0e456be8830f","block_index":310281,"block_time":310281000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'af6b1c72e44c4315bbd04ed3f498a67cc10b7474128ebefe9750c5b03e0d6b0c'); -INSERT INTO messages VALUES(732,310281,'parse','blocks','{"block_index":310281,"ledger_hash":"51237cee3b85f1636e336259b115fad87acc830c71e13ca79e344efb7c308ecc","messages_hash":"ee4c03d52d5b010a88888a11cba4d9ba8d27de1448afa77ba5b36c188bf6fa4d","transaction_count":0,"txlist_hash":"77eb5540b9f1e2f80cd3cb8572ee80bc112391e0236b560749aaf9952fb6705b"}',0,'BLOCK_PARSED',NULL,'4a2475c5deaab114f31e49fed6d5f862ea56e1de0fe82a3d259d6dfba62874f9'); -INSERT INTO messages VALUES(733,310282,'insert','blocks','{"block_hash":"51a29336aa32e5b121b40d4eba0beb0fd337c9f622dacb50372990e5f5134e6f","block_index":310282,"block_time":310282000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f288c11a70474a1fda7b54d3a531222df1b2905e2502474feff647357b15ef56'); -INSERT INTO messages VALUES(734,310282,'parse','blocks','{"block_index":310282,"ledger_hash":"73adccef91b5c738e8810d4781a38edf98d2aa0a8cb619d575e9bdeda979f1fb","messages_hash":"1eea292ca043d3a65b7009caf747dbf331f84f40429e00fb8e6ce764518eeb58","transaction_count":0,"txlist_hash":"889f3e1047c8ca362c1ce4749d1c7ad167dab1e5f85e509d114b1ba1bac8f240"}',0,'BLOCK_PARSED',NULL,'4d79ad193a677744d3467644fd420083ffbed54aef478323381832644b19b2ce'); -INSERT INTO messages VALUES(735,310283,'insert','blocks','{"block_hash":"df8565428e67e93a62147b440477386758da778364deb9fd0c81496e0321cf49","block_index":310283,"block_time":310283000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4b6a6d6f42d882d5ad4bf74c7e136457b677249ccdde67507df7fb35764e29e5'); -INSERT INTO messages VALUES(736,310283,'parse','blocks','{"block_index":310283,"ledger_hash":"5853e60a1b79d4f154cc1f3dc8b0a4d6130ac07784bac16f257f92b9ef294144","messages_hash":"46c4bc1047066c99bf9953c05f5a2ec2bd16a2009fac0c17183e7e1521b11b8e","transaction_count":0,"txlist_hash":"1ce62f0a42cb7ecd8c35436253e8234b83e81ba5abc757965b5041400139eee2"}',0,'BLOCK_PARSED',NULL,'36bdb75d101bf8573f227f3b6d578015748f48a7c58bebdd3d218ecf12830261'); -INSERT INTO messages VALUES(737,310284,'insert','blocks','{"block_hash":"f9d05d83d3fa7bb3f3c79b8c554301d20f12fbb953f82616ac4aad6e6cc0abe7","block_index":310284,"block_time":310284000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f1044040f5c81644e0bef63382cc8595ca86ca706b776aa25d3f593694533bc4'); -INSERT INTO messages VALUES(738,310284,'parse','blocks','{"block_index":310284,"ledger_hash":"ce33194cb67aa0a5facd788cc24706ef249bcecc95a9965f91065146b33e464b","messages_hash":"6be5b89052e057e39c8f0a770f1c26d726b2bf06e9f69d40c5990bfc5662793a","transaction_count":0,"txlist_hash":"c354cfcb046ca331ae57c00f64b56defd034278e5616ef7d1f3e559dc538bf0a"}',0,'BLOCK_PARSED',NULL,'b842de0b000bc5425ca5d7113b7db4e93f2570653deb429be4f51707e997b871'); -INSERT INTO messages VALUES(739,310285,'insert','blocks','{"block_hash":"8cef48dbc69cd0a07a5acd4f4190aa199ebce996c47e24ecc44f17de5e3c285a","block_index":310285,"block_time":310285000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6ed244878960c17cf94353ad136a4494c2ae14a9195c58f12f12557c2afa3244'); -INSERT INTO messages VALUES(740,310285,'parse','blocks','{"block_index":310285,"ledger_hash":"3af35e85e98aebe1a9c778570c730bf80e085a08ca707c1a5d44b50f2579e71c","messages_hash":"65007bda5af710cfa98717bfaef0a01d2da64bc682ae4faa1dc740a354b1502f","transaction_count":0,"txlist_hash":"35e84bd8780b8efbdc3207b9fef22e12ff71798477971a50088b9c8def3c77ed"}',0,'BLOCK_PARSED',NULL,'0d9037f7bac229346179698de70b619effbb4687fbbfdbb23316830dddc1e44a'); -INSERT INTO messages VALUES(741,310286,'insert','blocks','{"block_hash":"d4e01fb028cc6f37497f2231ebf6c00125b12e5353e65bdbf5b2ce40691d47d0","block_index":310286,"block_time":310286000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'19095fad422281e84ff015380e49c5b4795853913d17b2e1245d6b5a84881ef0'); -INSERT INTO messages VALUES(742,310286,'parse','blocks','{"block_index":310286,"ledger_hash":"4b09b627adda46ee7cf7116102a330ba2aa1ce714b2fa133f7952af34a52ede9","messages_hash":"6b5130ca78dd2cf9c344f7cda22152037dc392b54033772939c14814a602b091","transaction_count":0,"txlist_hash":"5a868b89444476076be22e42526c4462c5b865012d9970b917376c5342750311"}',0,'BLOCK_PARSED',NULL,'f210e801e9e41b0ad6b769ec0ed6af05dd2e5b0ff9ffc70e1522fb72d7ceff4a'); -INSERT INTO messages VALUES(743,310287,'insert','blocks','{"block_hash":"a78514aa15a5096e4d4af3755e090390727cfa628168f1d35e8ac1d179fb51f4","block_index":310287,"block_time":310287000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'280bfbf7398741c66ca6effed29c94f2980df605fb65173a1e2a79d67831608a'); -INSERT INTO messages VALUES(744,310287,'parse','blocks','{"block_index":310287,"ledger_hash":"67786e4ffab15cb78c7bb44ef160d1e5d99b599eecb5ff4f906a6599d744d410","messages_hash":"09832bd77db9697ea86cda42c83ebb92d834487995af628ebe43ec44c5275ed4","transaction_count":0,"txlist_hash":"791a49e50583660824bb3ec141a54951c2fd737ed963b1e65b653c22a4fc4a84"}',0,'BLOCK_PARSED',NULL,'9c6f9b73f4617f2160bb957f42d198679d19a87da68d5599805d9dc9d2993cb7'); -INSERT INTO messages VALUES(745,310288,'insert','blocks','{"block_hash":"2a5c5b3406a944a9ae2615f97064de9af5da07b0258d58c1d6949e95501249e7","block_index":310288,"block_time":310288000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'28e8d134c4a0e940ed9c7c2497088650b6bac5a6a16b8384b4fe36d0052d47df'); -INSERT INTO messages VALUES(746,310288,'parse','blocks','{"block_index":310288,"ledger_hash":"600716d2696160b3ba290636180f2afa24bf8d24435022b4539a4cc965c18dfc","messages_hash":"b38830368b0841e512ec419d04698be1068e90ad5f3ccac308e1811be98821ac","transaction_count":0,"txlist_hash":"3a1e3da301643f22a9b2719922a4621879b2c2d8b790e646f135bc3b5d165e65"}',0,'BLOCK_PARSED',NULL,'ffed8a230307f42abfda9b6f04d62d50b108756a0e4fae9506175483fce6b94d'); -INSERT INTO messages VALUES(747,310289,'insert','blocks','{"block_hash":"dda3dc28762969f5b068768d52ddf73f04674ffeddb1cc4f6a684961ecca8f75","block_index":310289,"block_time":310289000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'84f9ea8afd22f9079db3a5782c3eb903cb39f69489d7a512a7b48b781895353b'); -INSERT INTO messages VALUES(748,310289,'parse','blocks','{"block_index":310289,"ledger_hash":"cd6d4b17759152edbf25fd72dce9b9126ea31a2bb1a5435636801e0ee4be1158","messages_hash":"50727969b899fa9b959b3efba62c85d1df45d25e489a926f7cae19079bf63ca6","transaction_count":0,"txlist_hash":"26aeba5ab63445ebd419a02915a835d8d6a0bc25bac49dd799e356325687c8f8"}',0,'BLOCK_PARSED',NULL,'c5aadf4e1e1ebc5d6bb2ad2a4e362e7f89cb1f430a62455ee02301e6d7c53c66'); -INSERT INTO messages VALUES(749,310290,'insert','blocks','{"block_hash":"fe962fe98ce9f3ee1ed1e71dbffce93735d8004e7a9b95804fb456f18501a370","block_index":310290,"block_time":310290000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'40a4660df478d4747145b756b4a9f2708bd623539fa7aea3fac283ec94591857'); -INSERT INTO messages VALUES(750,310290,'parse','blocks','{"block_index":310290,"ledger_hash":"04a9135f416dc041d3c1c0216a84fd780d133213c3369691fbf5e8848af9d14f","messages_hash":"107ec8d73086eae9198a582dae4465a9461ba0608bb2e9b122bb610626922ad0","transaction_count":0,"txlist_hash":"74c57c7e7db040f0974be44dae944c978ed2ddb01390d616c9bfaa6816ed198e"}',0,'BLOCK_PARSED',NULL,'87a7ee19929dbb46602ff6d1d3fe146d7587245c72ba5f640c6d95c2d0fa7da9'); -INSERT INTO messages VALUES(751,310291,'insert','blocks','{"block_hash":"1eeb72097fd0bce4c2377160926b25bf8166dfd6e99402570bf506e153e25aa2","block_index":310291,"block_time":310291000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b88f6850ce53a3483f21bab0564551f60b5770fa1e5498e8181bf1ca55b0f45f'); -INSERT INTO messages VALUES(752,310291,'parse','blocks','{"block_index":310291,"ledger_hash":"50f556e01b9e8c135b20187bf863839e651a0d0bf4cfd1008b446531776f7917","messages_hash":"ac53b2eb89181ba571cc65d28ce37f59594cc689561a7cbd037883702f7e9063","transaction_count":0,"txlist_hash":"13ede25257044f3bd98c6905c216bed45b0d054951d2c5e86a3cf4707699a279"}',0,'BLOCK_PARSED',NULL,'a94f36796c90c0b5464df83856a0a1959a2d9cb2e05d21b2ada99cebcefbf1b2'); -INSERT INTO messages VALUES(753,310292,'insert','blocks','{"block_hash":"9c87d12effe7e07dcaf3f71074c0a4f9f8a23c2ed49bf2634dc83e286ba3131d","block_index":310292,"block_time":310292000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec001c6c3a989bd4bb84d679620f6c5eca9235645afd4773594b6b6f49dfa674'); -INSERT INTO messages VALUES(754,310292,'parse','blocks','{"block_index":310292,"ledger_hash":"9d4bf4b1c5dba1132a9cbfd78c1d94cbaf15d7648da80c8bc1a8dce12a79eac0","messages_hash":"fc699427d8c8c7b045fde28912e5e1484fb03e24d1abe65b26c25089a8c28607","transaction_count":0,"txlist_hash":"1b761ed985b1e55c95598c5c0f37df4a1e06dfd26c17792b1020cf0d28fa9a56"}',0,'BLOCK_PARSED',NULL,'4e2caebe7931c1e833c6aeb87d80321b86bc06b5a7f412e61791817f40ddcdae'); -INSERT INTO messages VALUES(755,310293,'insert','blocks','{"block_hash":"bc18127444c7aebf0cdc5d9d30a3108b25dd3f29bf28d904176c986fa5433712","block_index":310293,"block_time":310293000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1025b1d3b84ee2970d25d198e6b49bd6e9a5ad972c31856705890e49e235a55f'); -INSERT INTO messages VALUES(756,310293,'parse','blocks','{"block_index":310293,"ledger_hash":"a51a3f9af39175cc9d142eff67811307ad8f51cdd8161aaf0d98af9e2be28efa","messages_hash":"22577c8dfba9222c78aca6195d91c943537d6aedb53b2b4d410a4fbf9ccf558c","transaction_count":0,"txlist_hash":"2fd7a38fbb17d7b0eec35f2f03a28c4aee7f579d7f42e3ab124cf5eca07869eb"}',0,'BLOCK_PARSED',NULL,'0e07ee91d7355d56480628d5f78592e18a9dfe2d0b3f31b98d6795cff5817270'); -INSERT INTO messages VALUES(757,310294,'insert','blocks','{"block_hash":"4d6ee08b06c8a11b88877b941282dc679e83712880591213fb51c2bf1838cd4d","block_index":310294,"block_time":310294000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2b21b6c344a6edd47b38accbbca1934acdd7924565801c1b0403f5af7c355ab7'); -INSERT INTO messages VALUES(758,310294,'parse','blocks','{"block_index":310294,"ledger_hash":"3e9858caa8e835295aa7e78505ea34ce0726e3f5f6cf9fbc6dc4393a28724a25","messages_hash":"b373397f0bda2ef7c28a8e3311a891c323b7c35cb16ec61c264708b3a17f3391","transaction_count":0,"txlist_hash":"36566c7c396ecf454c6fa6d3b27dd7ad2c138a85edd74672f2e7d9791e77f0b6"}',0,'BLOCK_PARSED',NULL,'aeb57e9f5d6d7ae90cd38541bb89e9f1ef0d1fed8fcf91faf7cc35bcda867b12'); -INSERT INTO messages VALUES(759,310295,'insert','blocks','{"block_hash":"66b8b169b98858de4ceefcb4cbf3a89383e72180a86aeb2694d4f3467a654a53","block_index":310295,"block_time":310295000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'db1c1ac52f04abce128fc326f591b84b61e337f13fd3bf797dc528c75e4c417e'); -INSERT INTO messages VALUES(760,310295,'parse','blocks','{"block_index":310295,"ledger_hash":"bf48715799c46d629641ba5b72405f6e6cf0500886da94fcc6fddd306a86b02a","messages_hash":"f66a60d896dce138ec5c9991824566b811419407432c4431b44d82a0363afbbf","transaction_count":0,"txlist_hash":"2d6b79733125c81413a3e70acf597a11e986893264588da74e9b8a0d5d46e1da"}',0,'BLOCK_PARSED',NULL,'92af6136d3d3c297a8537210f2b1eeb0c3e9da9babf8acaf80fa930a711b4f6f'); -INSERT INTO messages VALUES(761,310296,'insert','blocks','{"block_hash":"75ceb8b7377c650147612384601cf512e27db7b70503d816b392b941531b5916","block_index":310296,"block_time":310296000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9d342674db415a5152c20948c114676519db90ef2ce95152463545c33716d419'); -INSERT INTO messages VALUES(762,310296,'parse','blocks','{"block_index":310296,"ledger_hash":"08e2361ae4b98387ee43fd7230ea8b296dee677b337f0e211527e3cf29a64e9b","messages_hash":"4f04684b4128a8be18e9d22b583ec7194f82a890a4fe781c74d2c71b44c0fc2c","transaction_count":0,"txlist_hash":"517c81a10cc4219c38e3f947dd862f6983a4a2eb22459dba31f1a656bdf4eeff"}',0,'BLOCK_PARSED',NULL,'a85bf53ce655d4ea7efcd15e14e1fc0a377e5099ee3ca86e6dc218439257ab77'); -INSERT INTO messages VALUES(763,310297,'insert','blocks','{"block_hash":"d8ccb0c27b1ee885d882ab6314a294b2fb13068b877e35539a51caa46171b650","block_index":310297,"block_time":310297000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'00256065426433728fc5d331847f8a5dfd3763ffb99fe714b211655c1eaa449b'); -INSERT INTO messages VALUES(764,310297,'parse','blocks','{"block_index":310297,"ledger_hash":"cfefc3138983a33686dd1fc37f06fa1d7e01d9b218f7242cdd59005633c0ded8","messages_hash":"b120e08f20f7680f7f834fd181bf9cdf35346a31c60a463b776cffce885b2576","transaction_count":0,"txlist_hash":"85ae0c384a76e7c93b29204df759293f7a488fc71edf6b4abaea1944fa3a85d7"}',0,'BLOCK_PARSED',NULL,'fdd5564411fc6842895945472ab79d18a3b0d6400f1fe0bb007962d5d269e9c1'); -INSERT INTO messages VALUES(765,310298,'insert','blocks','{"block_hash":"8ca08f7c45e9de5dfc053183c3ee5fadfb1a85c9e5ca2570e2480ef05175547a","block_index":310298,"block_time":310298000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'54282dd5e270c4ec869636cc298c0ed34dd96b574f2b1e5292a9f0efdf9d068d'); -INSERT INTO messages VALUES(766,310298,'parse','blocks','{"block_index":310298,"ledger_hash":"25254257d6f6724161b2b73f94d28d3fd40594b4846699b8a2d5f45d205b1fec","messages_hash":"c37d656abe46be4022b1f1a65b48120d43a9e92ffa242470d0f594ad43a867dd","transaction_count":0,"txlist_hash":"0633d67a69ae2c0ea1e7d3c349cfe1f3b753e387446787987c50782ee4601b68"}',0,'BLOCK_PARSED',NULL,'2aa5e2cae365fb120388969dc7aaf91e6b29be17d461ccbe7e1b7920d67755ff'); -INSERT INTO messages VALUES(767,310299,'insert','blocks','{"block_hash":"a1cdac6a49a5b71bf5802df800a97310bbf964d53e6464563e5490a0b6fef5e9","block_index":310299,"block_time":310299000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'089a8f739ef839e86e2919e1294490366c956ee738109d4ff81896fbee65aee2'); -INSERT INTO messages VALUES(768,310299,'parse','blocks','{"block_index":310299,"ledger_hash":"756acb1055ec75df8fa70f80e23d75f2b47e75035bfd68802e68308785a2ee14","messages_hash":"b2f939e9e9ea31dd35c9f71c3de215c6c4aa8a13ee438387efe7f247c0b8e6b5","transaction_count":0,"txlist_hash":"299d47f0c18c1629003069df0afd0bb877b45f06b5609ec171c7b87ae65a0be0"}',0,'BLOCK_PARSED',NULL,'1c42cd2d4c21d8f2105332932205ea6ff4f0f37f6a90641afe3332bb1fae4ed8'); -INSERT INTO messages VALUES(769,310300,'insert','blocks','{"block_hash":"395b0b4d289c02416af743d28fb7516486dea87844309ebef2663dc21b76dcb2","block_index":310300,"block_time":310300000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'62cf31001f1e6b41f469369295ef07ae1398238116a03585fe08a5940dc7d5a2'); -INSERT INTO messages VALUES(770,310300,'parse','blocks','{"block_index":310300,"ledger_hash":"e30027ca81176dc1e79a0ab3a5afbb839a3338dbe9ea6057aebcd383ed884c1d","messages_hash":"a493a9bb3b8d082104cf791305a1a98561901063fe09d11e0d2e290d2896ca44","transaction_count":0,"txlist_hash":"8338432f3d159dd15129a269d1cf3866cc7cda8c3845ab349ee6cc240ecd7020"}',0,'BLOCK_PARSED',NULL,'85a2fedc7f2fb2f94303d0f74d7aea69efacf2c2684e462201698061ec3fb073'); -INSERT INTO messages VALUES(771,310301,'insert','blocks','{"block_hash":"52f13163068f40428b55ccb8496653d0e63e3217ce1dbea8deda8407b7810e8a","block_index":310301,"block_time":310301000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'001c97767a7e167f4d0be3d65ae5bfc74e971fead73ccb5fd755bc2d200fed0f'); -INSERT INTO messages VALUES(772,310301,'parse','blocks','{"block_index":310301,"ledger_hash":"4c2bcffc796af76a2607a978289942241e63a6387e0a2ae8fc3d02c6b5519fb0","messages_hash":"0c94e5924763bdc634edfc2c104cf058f57b115c10ae8d3e38cb08f884ce0f7b","transaction_count":0,"txlist_hash":"676af2de3d30fc26112e65d493b9c2401f93822c8e414cc5e7231e60b728e6e0"}',0,'BLOCK_PARSED',NULL,'257b51a786574b434d14e425e6a1c1a7636dbdbc566555aa0d2622ef3bd99bfb'); -INSERT INTO messages VALUES(773,310302,'insert','blocks','{"block_hash":"ca03ebc1453dbb1b52c8cc1bc6b343d76ef4c1eaac321a0837c6028384b8d5aa","block_index":310302,"block_time":310302000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f28ead00ec31da178ab24e0e0c993cd8efc6c4a4a9df51bc5ddaddefa3211122'); -INSERT INTO messages VALUES(774,310302,'parse','blocks','{"block_index":310302,"ledger_hash":"a39fdd7f84d2f6e29b613a8a724bc0902d9abd2d6b4d2f46c3b0512928d69b3f","messages_hash":"6fc1f21a88ab67fac50b644ee3f1bf1c8d1b1adfb59a99c4af09fcb0b48bc5bd","transaction_count":0,"txlist_hash":"ef3dfc32bc5b72ec279a0229af8bf6548bfb5bf4ed717e3e81ccb7710f802021"}',0,'BLOCK_PARSED',NULL,'cef0051ebfb31e5dcf060ad2179179ad4c2de45747890775b55f34f30fe37017'); -INSERT INTO messages VALUES(775,310303,'insert','blocks','{"block_hash":"d4e6600c553f0f1e3c3af36dd9573352a25033920d7b1e9912e7daae3058dcca","block_index":310303,"block_time":310303000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'60525432f097e6111ed0392c36c732b283e05c0f2d54d0fa85323b2d3cc3aaed'); -INSERT INTO messages VALUES(776,310303,'parse','blocks','{"block_index":310303,"ledger_hash":"23f307ef560a02210f4aae5fe605c6d8af9317ab17f1e1ef0944038a3515da49","messages_hash":"28e793b7686237741f9c0d35cdc8fded362b8de638fba2aab38c3d4f5b0f5d96","transaction_count":0,"txlist_hash":"d1c0461baeac24d356af8ba5283753c778f8ab0fa222c51b753758268f1e7fa4"}',0,'BLOCK_PARSED',NULL,'987bc0034429ead90bb19b5b3ed973324b29b0d921a81ddefebd61b20be987ab'); -INSERT INTO messages VALUES(777,310304,'insert','blocks','{"block_hash":"b698b0c6cb64ca397b3616ce0c4297ca94b20a5332dcc2e2b85d43f5b69a4f1c","block_index":310304,"block_time":310304000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8a7a8b50ad99d0de30835e37a43ac800608780d4286551d536227a6555bdc742'); -INSERT INTO messages VALUES(778,310304,'parse','blocks','{"block_index":310304,"ledger_hash":"6baa2ac646d3725fa01111959753844d22181cbbd1801cb12c4208be3709a3a3","messages_hash":"6fbee0424b6269a20805b5880d9e1f24259534ba80b6aae80c2447727b8eab19","transaction_count":0,"txlist_hash":"96ea912eae3265566ab229e5d5a25354c0713471d73d866b9a09c9b2954d53e5"}',0,'BLOCK_PARSED',NULL,'82748ac0468adb7c1e8827780be21293251481038cc9f957ee5a92eee64a3667'); -INSERT INTO messages VALUES(779,310305,'insert','blocks','{"block_hash":"cfba0521675f1e08aef4ecdbc2848fe031e47f8b41014bcd4b5934c1aa483c5b","block_index":310305,"block_time":310305000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8ad0f1a1227153521b5886fdad973ca9110a25284654773e31554e34b9e4fefe'); -INSERT INTO messages VALUES(780,310305,'parse','blocks','{"block_index":310305,"ledger_hash":"c366fd009860a090c632131eae9380820e512009bbbaa6f7bc5529afab7a88c1","messages_hash":"2c1281d63e6ea318dcaba05ac68fbd76ea563406b244d288272343d187f08188","transaction_count":0,"txlist_hash":"35584be5484303aa263d746735209b04d92a6baa6045e2d684496ff5dabe59ef"}',0,'BLOCK_PARSED',NULL,'64de5c2ebdd972739d970199fc52a0da004e7907feda94a2fd97acfeb258b15d'); -INSERT INTO messages VALUES(781,310306,'insert','blocks','{"block_hash":"a88a07c577a6f2f137f686036411a866cae27ff8af4e1dfb8290606780ec722a","block_index":310306,"block_time":310306000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eab5ba7e8914f54c5e54c95f40a4d0acd09cd80fcdca0d8f1644689e79aa15ba'); -INSERT INTO messages VALUES(782,310306,'parse','blocks','{"block_index":310306,"ledger_hash":"fd12969b828d689063b4885a0356fc17e5207794d1f5b6a17bdeb8d584815a79","messages_hash":"2a73d6560338457b085ca0f4c588f93f1b230f526275b66d9beab4b021477ee3","transaction_count":0,"txlist_hash":"df65a3a9f318fd30166869a3d5d6eabb9c84399f15a7a50f39422a05ff851997"}',0,'BLOCK_PARSED',NULL,'c624a9066074ee78efcd6c83b050959b9ac1e440c2277fea4cc51706bc4e1338'); -INSERT INTO messages VALUES(783,310307,'insert','blocks','{"block_hash":"bc5ccf771903eb94e336daf54b134459e1f9dd4465dec9eaa66a8ee0e76d426c","block_index":310307,"block_time":310307000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5711f0b6cb730092d0cab49ed679c70ac0e7d1e0f97e7c8b1a2ced8951eae380'); -INSERT INTO messages VALUES(784,310307,'parse','blocks','{"block_index":310307,"ledger_hash":"e168094d31f56d36e4c3863fe719e6064b08ccc6f3c2adb490b1359360026aee","messages_hash":"c8da00f2cf80572061cecc4e8ca2bacfa24371a558332f9d0aebaf611fa61eae","transaction_count":0,"txlist_hash":"272ae60ff5120848055f08303e13a982fc66959f3e3b72f7d7461c7f91252944"}',0,'BLOCK_PARSED',NULL,'9ea2723a2792c3256641603d1e4982d047ffa692fb9b69456fc2c88fdeaf51ba'); -INSERT INTO messages VALUES(785,310308,'insert','blocks','{"block_hash":"2291ffd9650760ff861660a70403252d078c677bb037a38e9d4a506b10ee2a30","block_index":310308,"block_time":310308000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ca0fb234632f0bc7ddfeba4a2cc2ed82c77e1be1fcee057cce725a4c9c4b2458'); -INSERT INTO messages VALUES(786,310308,'parse','blocks','{"block_index":310308,"ledger_hash":"523b3bba7b02e2c4e588f21ed14b7b4f6630f887cc89f9361487b581d7e633b5","messages_hash":"7ee0de9c4d433aaeca0efd68b683e9c9bcc01aeed58264b9049f92fe01316063","transaction_count":0,"txlist_hash":"30df282ad2859208c35204fe5e2d395734e041bd9644b8b8626678fdd64058c1"}',0,'BLOCK_PARSED',NULL,'bb53a3e3d9f8328a1548297539642ebc7bdce0a2887cad2c3d82d2862acc6b48'); -INSERT INTO messages VALUES(787,310309,'insert','blocks','{"block_hash":"ca3ca8819aa3e5fc4238d80e5f06f74ca0c0980adbbf5e2be0076243e7731737","block_index":310309,"block_time":310309000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1722681a801b9cac32ab85430264470ddb3982dda72fce1b67574926c372638a'); -INSERT INTO messages VALUES(788,310309,'parse','blocks','{"block_index":310309,"ledger_hash":"effe1a68917014086da3bf8696f6c13f3cf2cb5cbd6c18b80ed622e476cff017","messages_hash":"281cdc831af65c2ef090429b9ee2634d36b0f47a564a7ba233819d5bcb4107f1","transaction_count":0,"txlist_hash":"197a65735f9d06d433abdd01f29f44ec697ba537ead9107ebe9cd889393a053c"}',0,'BLOCK_PARSED',NULL,'df18dc9df09884da87d5e718e15ac3a5cd67911126ac746c6ba66b14168ca5e9'); -INSERT INTO messages VALUES(789,310310,'insert','blocks','{"block_hash":"07cd7252e3e172168e33a1265b396c3708ae43b761d02448add81e476b1bcb2c","block_index":310310,"block_time":310310000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2ee4f6c02a1ef6f752a09946089dd23adf5465451dde25c369ac6aeaa34408f3'); -INSERT INTO messages VALUES(790,310310,'parse','blocks','{"block_index":310310,"ledger_hash":"968fb8a7409531a27ffb52af484e7c1076f05b58f9a51bf9cf3d5a7d83b12002","messages_hash":"71f7343fc8d9f23965b64fd9fc062ee51f56c01c6a5ce036f35a46f8232a30b7","transaction_count":0,"txlist_hash":"b9b9eef5f4c1720522286ce5f6375613c267684ac330210ab664e29219065cc0"}',0,'BLOCK_PARSED',NULL,'2054dcc185af89e5daba30a8e565413362d75f438e6e5add6eb792d2ec8799c4'); -INSERT INTO messages VALUES(791,310311,'insert','blocks','{"block_hash":"2842937eabfdd890e3f233d11c030bed6144b884d3a9029cd2252126221caf36","block_index":310311,"block_time":310311000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1d94986124c688ab799e2d1a1d3c50fabb30df7ea67fc588da36cb1833438149'); -INSERT INTO messages VALUES(792,310311,'parse','blocks','{"block_index":310311,"ledger_hash":"8c69639a757d0195594fa1da3f6b35a0e8c62b8df7f95db81e26d496b8c9dd72","messages_hash":"61879ffffba110ee6fed13202669911d1d7ffb8d0eeb6a08ba8619ff2c80525d","transaction_count":0,"txlist_hash":"86b9b4356e26ab703e29060a4ff1be0c5cad328b2490d983eae10c24369a1649"}',0,'BLOCK_PARSED',NULL,'76d3d35799e81ee711e119e12e798595c523c84c83994c5162d2bd46216afabb'); -INSERT INTO messages VALUES(793,310312,'insert','blocks','{"block_hash":"8168511cdfdc0018672bf22f3c6808af709430dd0757609abe10fcd0c3aabfd7","block_index":310312,"block_time":310312000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bd4d0eb779bca5337b65136b113030f451590544c89b1ffda63cff54288728d8'); -INSERT INTO messages VALUES(794,310312,'parse','blocks','{"block_index":310312,"ledger_hash":"8d839bac01b9aae5e554f691ae0ee42cee072f9367fcc2811d4b3f65640cfcad","messages_hash":"2c7e91ec2593fb88156702c17e422cd7e4af8240e1f096af44bf56d187f6b013","transaction_count":0,"txlist_hash":"802b3d153e101c2772b1c96c851efab754f77fd3fd7eb59848d510f8994a9d86"}',0,'BLOCK_PARSED',NULL,'22860f320645161c5699818db28d0fafbda1a6de9849d4f39316c5d3201d3d17'); -INSERT INTO messages VALUES(795,310313,'insert','blocks','{"block_hash":"7c1b734c019c4f3e27e8d5cbee28e64aa6c66bb041d2a450e03537e3fac8e7e5","block_index":310313,"block_time":310313000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3080a648046ed62f0cca0bc2bbfb09e4662fbd8be202428cedea132824c4623b'); -INSERT INTO messages VALUES(796,310313,'parse','blocks','{"block_index":310313,"ledger_hash":"1377f4255bfd7ff6638734733a4b8faec97fd62aeb954e42b477c875ccc50b73","messages_hash":"ac8cec20c1304e71ce7a1e26e987e7748a93700f19902156b9a90ad88d30d9a1","transaction_count":0,"txlist_hash":"e96392425727ab5eb4e16a61aef7d28cd0826ad7bc1d8266b3c187bb22bb5d51"}',0,'BLOCK_PARSED',NULL,'7fd400e13f3d7eb1da7c17498dd03e81a42ac9ad2f213d32b3d2b95d258a2992'); -INSERT INTO messages VALUES(797,310314,'insert','blocks','{"block_hash":"1ce78314eee22e87ccae74ff129b1803115a953426a5b807f2c55fb10fb63dc8","block_index":310314,"block_time":310314000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec1afb043390bbec98be2ba2c46b73f5931759d144f896bd823300e1a02276fc'); -INSERT INTO messages VALUES(798,310314,'parse','blocks','{"block_index":310314,"ledger_hash":"8ed80d44f0d6ad01a30611d94b91f735ef3a166cf0dfa7531492a3e4ac7c29f1","messages_hash":"0b0c95e2d0750af2220fed73badabc8ff314d6dcd11cd48e17b65d9e15adf55c","transaction_count":0,"txlist_hash":"17d9134674657a9958c43efaea302df438762233e7e5d57811b71378e3d62695"}',0,'BLOCK_PARSED',NULL,'3810a8483c39e00dfa2c51bbcafd3015839e167f741ed5141e9b0941de21b71f'); -INSERT INTO messages VALUES(799,310315,'insert','blocks','{"block_hash":"bd356b1bce263f7933fb4b64cf8298d2f085ca1480975d6346a8f5dab0db72cb","block_index":310315,"block_time":310315000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7edfbe22c0a1a72b9bdea6cf3042a7c6bcd465e7ebbaf1ba9aef32bbae68e72e'); -INSERT INTO messages VALUES(800,310315,'parse','blocks','{"block_index":310315,"ledger_hash":"24b5905cf0d5349b7031870af9677916892e3292fa61455a75e84c1605a398ba","messages_hash":"4514bc0f3470d713452262bc1112c09166c440caf91ed1f424d55c9d98d6e8a9","transaction_count":0,"txlist_hash":"d8bad5e8a6ab63c8e0394c200e6b90cb2a1feabe3f58dc0faaaab59bb0b82654"}',0,'BLOCK_PARSED',NULL,'4f60dca734472ff5aad76724d147eb30da828d84958ec3ec50569d70eb8d9610'); -INSERT INTO messages VALUES(801,310316,'insert','blocks','{"block_hash":"ea9e5e747996c8d8741877afdcf296413126e2b45c693f3abdb602a5dae3fa44","block_index":310316,"block_time":310316000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'473c263c46c3596a0059fbe716e249410633a2b50c500f24aabd7ad6029ec7c6'); -INSERT INTO messages VALUES(802,310316,'parse','blocks','{"block_index":310316,"ledger_hash":"a191657253ca159739403f35417ef74637b053db49c7db62465fde4c54e69239","messages_hash":"c90926a3d17ff2e72dfcdbddcc70c53d31ac47c6ea75d2534db6311221c23c16","transaction_count":0,"txlist_hash":"daf2edaf9fb8e7f718f56cff9e570869297ce6bd350794501b05e02a541e1c84"}',0,'BLOCK_PARSED',NULL,'5c530ef25074d8300a439e91c9b86c08f9b51b97fba4e8326833e7a20b27dcf0'); -INSERT INTO messages VALUES(803,310317,'insert','blocks','{"block_hash":"aa8a533edd243f1484917951e45f0b7681446747cebcc54d43c78eda68134d63","block_index":310317,"block_time":310317000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'be562271bcb8d4648cb8d38b619b556f49d7fa2ee8c5d9bc9118bbac4ba52d19'); -INSERT INTO messages VALUES(804,310317,'parse','blocks','{"block_index":310317,"ledger_hash":"bf6d880b9fa42b0e38523c00c92a898093afd068450be504a0a56bafd69ed647","messages_hash":"ad63916c5fc98efeabc04385e500cfe8826051c0dd8b4088e1ae4d28e5acf596","transaction_count":0,"txlist_hash":"740737c2cd6ffb9a5e89e2ae0d34afe5f0bb48d120ae482802b76d07100b6153"}',0,'BLOCK_PARSED',NULL,'2b372dc13ba7bc8110c8edba32de9b26aa0ecea2f77cb4c769592773d886f4f8'); -INSERT INTO messages VALUES(805,310318,'insert','blocks','{"block_hash":"c1be6c211fbad07a10b96ac7e6850a90c43ba2a38e05d53225d913cc2cf60b03","block_index":310318,"block_time":310318000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2009a949713470229972e00afef88329b82724ab40dabcf1d9c5adf07192bf21'); -INSERT INTO messages VALUES(806,310318,'parse','blocks','{"block_index":310318,"ledger_hash":"6422eb2cab5937adb9ca2194c025d0dce63cd62e18d7ebd63220207957c942ee","messages_hash":"ce69d4cd3c67998c8c294cdd67ab16696f773d6cc98750ba18279dc2623ad27b","transaction_count":0,"txlist_hash":"3cb46a2e5b1a3ef3dd37dbe0cc429962982812eb9c7f87b5282a77a4a7f6185c"}',0,'BLOCK_PARSED',NULL,'13cbf03f25c9ea7623bbc8a2490c6ec015576db51bda4650e5474ceb717bb556'); -INSERT INTO messages VALUES(807,310319,'insert','blocks','{"block_hash":"f7fc6204a576c37295d0c65aac3d8202db94b6a4fa879fff63510d470dcefa71","block_index":310319,"block_time":310319000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'099c7d2ff16530bb868cbdd7cd85fa3f8a5a537d45fbf1d388b1b8b1a96ae65c'); -INSERT INTO messages VALUES(808,310319,'parse','blocks','{"block_index":310319,"ledger_hash":"efb625496aa4365f5ac198a82833c880a60cd5f86d04689463216619cd7d96b8","messages_hash":"a58382843042fec9ccb459460970895b85bab663a298b7b58bab273e27e17e9b","transaction_count":0,"txlist_hash":"ed69cef0ba9e4a9371deca76209629cc988257493a69006504b96a99b3da4222"}',0,'BLOCK_PARSED',NULL,'d74715c5cf0dd737f779f5ef22cde2ea6345c4ffec7df7f13b64455e20c4bc9e'); -INSERT INTO messages VALUES(809,310320,'insert','blocks','{"block_hash":"fd34ebe6ba298ba423d860a62c566c05372521438150e8341c430116824e7e0b","block_index":310320,"block_time":310320000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bd4d570aa47440cc39450e33f655053852c9e18893b387f08f691113cc59295d'); -INSERT INTO messages VALUES(810,310320,'parse','blocks','{"block_index":310320,"ledger_hash":"8c3938d7b3c0a822ebee67f1ecf21b1db6496e19471cf1f2cd00f30325d0c88a","messages_hash":"f32cabe182ee6dcc1130ad0f0741f1f2f66a6cb2302d0eb083a256a006e5afd2","transaction_count":0,"txlist_hash":"b87169ed018fdc8251d14b58f8d0e09001e45ab5dd76eb2408ab625d34ec584b"}',0,'BLOCK_PARSED',NULL,'d8d991229cad814a43358ebc8d6e258d158ef51ff2e1a2c51243429bb7070f8c'); -INSERT INTO messages VALUES(811,310321,'insert','blocks','{"block_hash":"f74be89e9ceb0779f3c7f97c34fb97cd7c51942244cbc2018d17a3f423dd3ae5","block_index":310321,"block_time":310321000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c4ce6985ceea23bd540096ff53fcc8384341e330710837d0d4d11df1dffce23b'); -INSERT INTO messages VALUES(812,310321,'parse','blocks','{"block_index":310321,"ledger_hash":"21e4c3a7afd02f183cbb69709fc6c006ab3d38fef3466de1a1870232d1c891bd","messages_hash":"69692bf971768941a2929ac61e70792fd189063fa58b1ec5a3d7163770ed5311","transaction_count":0,"txlist_hash":"77ef24833ac345e51eeb48fa9adbb111e31ffa3739298ce12a18d2f581c9a79a"}',0,'BLOCK_PARSED',NULL,'989195ea9ca68afd9b8792da6401d986a8c7e2119984789773779d43572d857c'); -INSERT INTO messages VALUES(813,310322,'insert','blocks','{"block_hash":"ce0b1afb355e6fd897e74b556a9441f202e3f2b524d1d88bc54e18f860b57668","block_index":310322,"block_time":310322000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4d209b9d7a0e2463fffc71592ac304660fc9eca24cedcfe1777ae3c83dad07d3'); -INSERT INTO messages VALUES(814,310322,'parse','blocks','{"block_index":310322,"ledger_hash":"01b3b28c4d8eb796827267c06e6362206884e44f40c3f72d9b5c9d1e6cdfb29a","messages_hash":"0d36277a2754f7768bbba2daa9bd468ff225b8eb6b96356ffb29a9b156f8c68a","transaction_count":0,"txlist_hash":"3833d915749baf7aa33484d7a6b6b28e4acf0d78ee0f1b4e8ab44b22d756a3e3"}',0,'BLOCK_PARSED',NULL,'477b97f7363f2921adee5d2e2b9fddf478e8764354a63be6ea5061acd3f06836'); -INSERT INTO messages VALUES(815,310323,'insert','blocks','{"block_hash":"df82040c0cbd905e7991a88786090b93606168a7248c8b099d6b9c166c7e80fd","block_index":310323,"block_time":310323000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'35bfd83be5c57d1e9732b72df9db99f925e09cbe03c20fd11c15c4fee31a904b'); -INSERT INTO messages VALUES(816,310323,'parse','blocks','{"block_index":310323,"ledger_hash":"a362da58df0d31eeaa93a25c91c17bec62f9cad6ff0c31420584ce293ecafdbc","messages_hash":"b4fb7eb37d47a210896f4acc7901488be104e06fd55d67be1ddf94ec3c5ab576","transaction_count":0,"txlist_hash":"2d41c7286053cb2256526ce42c03ab1288dfa066720e9ae5e5dac4532d512de4"}',0,'BLOCK_PARSED',NULL,'35a3fe12bf2e93a188f450969acb8014fbeba95d3aa023b96f83e6f419430786'); -INSERT INTO messages VALUES(817,310324,'insert','blocks','{"block_hash":"367d0ac107cbc7f93857d79e6fa96d47b1c98f88b3fdda97c51f9163e2366826","block_index":310324,"block_time":310324000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1bfdf6cbf92dcc41d2e8f2e1942a401f14bb77b4ecb1ac8a59f95cb44a167d1a'); -INSERT INTO messages VALUES(818,310324,'parse','blocks','{"block_index":310324,"ledger_hash":"d1b353ac97e000471c66df8ee04d7b0c25f7eead2414e5648cd2ef334881bad6","messages_hash":"8a9a15ffea1fe4d15a8c19d2c3315fe2abee2415bc6a7a54b718df4e65aea63d","transaction_count":0,"txlist_hash":"051b158e05c22a326dd8becd27d142b52477b9209f369599db5c5e25484af157"}',0,'BLOCK_PARSED',NULL,'cdc55234b340bbff1d11c32d59acd7a8a179d10491ec9c4f5fc556a43a495a6b'); -INSERT INTO messages VALUES(819,310325,'insert','blocks','{"block_hash":"60d50997f57a876b2f9291e1ae19c776df95b2e46c14fe6574fb0e4ce8021eac","block_index":310325,"block_time":310325000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e7b0ca135db96c4830e308fdaf96129ad2b560ce7adb004c23b3c69f35cd14fd'); -INSERT INTO messages VALUES(820,310325,'parse','blocks','{"block_index":310325,"ledger_hash":"7734300dc764c67fde935dd4432396de4a31cedc2901f3fc70bf1576797cf7b0","messages_hash":"a6d3513fbf2c7456198dca48e95d7964df83b247ed9ec463896a2bc00999aa58","transaction_count":0,"txlist_hash":"7671d8cfff3601fc44132a6d274c1ab1fb0b4fb712041d86eb28157667682251"}',0,'BLOCK_PARSED',NULL,'ad91d0e2eaf26f2908a53f6634bc78e3316f519489ad01c68f2c141f3cad4713'); -INSERT INTO messages VALUES(821,310326,'insert','blocks','{"block_hash":"d6f210a1617e1a8eb819fc0e9ef06bd135e15ae65af407e7413f0901f5996573","block_index":310326,"block_time":310326000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cac1d12d7450758e85b2b0ae8a2328e52d14758de4afe90b6c91d91b25b26b01'); -INSERT INTO messages VALUES(822,310326,'parse','blocks','{"block_index":310326,"ledger_hash":"ebe859a722587fd456695c6a46af7f0bf54c03e940bdbb5424520a8c1fe70617","messages_hash":"3e8eed29da87a9b29e15b2d3b2bf507098ad2ef6eb33a41f54565e5692229f5e","transaction_count":0,"txlist_hash":"72884e56565b442c37cbbc572fa762c7b7b3c549c396037393463be7afb089fa"}',0,'BLOCK_PARSED',NULL,'f84da693e9fee9fe91f60b4f6e53662ac84461479effcdf6fbba98e08b673b95'); -INSERT INTO messages VALUES(823,310327,'insert','blocks','{"block_hash":"9fa4076881b482d234c2085a93526b057ead3c73a6e73c1ed1cdee1a59af8adc","block_index":310327,"block_time":310327000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad8436f3e43e7ebc6d1aae6ec1eddc5868016c504de149f67fea4d18de89d77e'); -INSERT INTO messages VALUES(824,310327,'parse','blocks','{"block_index":310327,"ledger_hash":"8ced7a546ee2c746d4dc3f0ecd2fb4eaa62c65c4e98be74545d8de22c03526e6","messages_hash":"8a4912bef403cabf49cf3339f017467f30a09889973d0256e202b8d188b7dd0a","transaction_count":0,"txlist_hash":"ccbabd4fc70b15ebb6f28afa6f96e4a1f0af08e6a3cdfb518ae008432b908739"}',0,'BLOCK_PARSED',NULL,'0cf0a192bd0ff14b707ba6eafa3b083fa25fd59eef011b4f56171c87f14052eb'); -INSERT INTO messages VALUES(825,310328,'insert','blocks','{"block_hash":"c7ffd388714d8d0fc77e92d05145e6845c72e6bfd32aeb61845515eca2fa2daf","block_index":310328,"block_time":310328000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'11aae46bd08edc8a6fd980657e2240f1fd36d90f6a233057fd2e2cb4e5997147'); -INSERT INTO messages VALUES(826,310328,'parse','blocks','{"block_index":310328,"ledger_hash":"bb5d3479e492f52a0b3b69d29852faefdff645f9b113eae82594f57e8aa40b5d","messages_hash":"dc777650e9f5961d84851e65fa255ea9d394aafbc3b1bcfc526e0d853471540f","transaction_count":0,"txlist_hash":"42fa2df2e053f97e86881395e5d66de912e59bf73eb5be322ab170b06fabd344"}',0,'BLOCK_PARSED',NULL,'2f81f65cdfbb783f1b87338816a338b6627956371308a27393c9da1452f0dd6f'); -INSERT INTO messages VALUES(827,310329,'insert','blocks','{"block_hash":"67fb2e77f8d77924c877a58c1af13e1e16b9df425340ed30e9816a9553fd5a30","block_index":310329,"block_time":310329000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5c881e9422b537e291b0e2f5344746ce176be2c6b21cb4e3be9fad661d8f1ee6'); -INSERT INTO messages VALUES(828,310329,'parse','blocks','{"block_index":310329,"ledger_hash":"4ad2c9d802db762537be19143ef5eca474cd9f749bbbc661cb95bcf1dcb0b02b","messages_hash":"7da4098d283766ae8402f571368ebc926045ac931b2c820a392f7d6f7a0932e8","transaction_count":0,"txlist_hash":"a5336a1818452ca9888d582bb5ad8182e00ec37723d42e6769b001069f96232a"}',0,'BLOCK_PARSED',NULL,'17b429ae0cd423c0b99103b1a85b92082f01303db1776bcf72d99fb40000a67a'); -INSERT INTO messages VALUES(829,310330,'insert','blocks','{"block_hash":"b62c222ad5a41084eb4d779e36f635c922ff8fe275df41a9259f9a54b9adcc0c","block_index":310330,"block_time":310330000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a9e9aa127a39f07cbf6d4cb2f33c02aefa8e4c5bf9d8380f1b2bed67deae0d7a'); -INSERT INTO messages VALUES(830,310330,'parse','blocks','{"block_index":310330,"ledger_hash":"4a9a6b59d56f6b7cf867095d939f9bddbf779141177feda470df3759b7d48be3","messages_hash":"dde401dc2154c1a83a1a8723a02793e3cf573236574bf4efe8b9509950670ea7","transaction_count":0,"txlist_hash":"263932b9bd949d4b0557a7fcd5597a0c607c722b34e644f9795e4f08713a4436"}',0,'BLOCK_PARSED',NULL,'afad97dbeea79ec87f3938753ed0c2c4b9fe7c66b5c269384e093815596dcfa2'); -INSERT INTO messages VALUES(831,310331,'insert','blocks','{"block_hash":"52fb4d803a141f02b12a603244801e2e555a2dffb13a76c93f9ce13f9cf9b21e","block_index":310331,"block_time":310331000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7b3ca69d210f6648c3be93e1a29ef68ce06a22dc4edbfec7051fbf7c12a9b43b'); -INSERT INTO messages VALUES(832,310331,'parse','blocks','{"block_index":310331,"ledger_hash":"c676b9c31e0e3d74d005ad0a52a18ba34688b6002da5d269bcea0f789a4f8e91","messages_hash":"b26340fa1b2bf600c24c1ebc5d3cf9349b3c1f18f0340e67e933471de5c870a3","transaction_count":0,"txlist_hash":"646197318fca63f2c8068c0a119f122d02cfea4a5c95201d6cc2eada9ba276a6"}',0,'BLOCK_PARSED',NULL,'d6f4bcdb4d9a028ca831cc20f6a75f9631b58730fa855ce305acb710b04c0c99'); -INSERT INTO messages VALUES(833,310332,'insert','blocks','{"block_hash":"201086b0aab856c8b9c7b57d40762e907746fea722dbed8efb518f4bfd0dfdf2","block_index":310332,"block_time":310332000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8f3eff30c6c0784437ca42a2158d7bcf61950907d3b4613a563a0c9824a16cb2'); -INSERT INTO messages VALUES(834,310332,'parse','blocks','{"block_index":310332,"ledger_hash":"cf0b702c03ecff4bda1254dd5e96ca580b69d5d02d1f233725fccbe1f5f32000","messages_hash":"f40ef695b934f2eff89a7c247bebf55f48b2160e4f5cc51ecb732f67c878f5db","transaction_count":0,"txlist_hash":"8197afee90f808a95bd5a3dbc9c41618e3a07a3039dc2e2539a94cb023e54a0b"}',0,'BLOCK_PARSED',NULL,'b6ad5dc917394f759e6b51487b37e467ecd390cf16daa6ffde707adb8644657c'); -INSERT INTO messages VALUES(835,310333,'insert','blocks','{"block_hash":"b7476114e72d4a38d0bebb0b388444619c6f1b62f97b598fed2e1ec7cd08ee82","block_index":310333,"block_time":310333000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f9813f4582894f71e534902f9cb78d6071b465e2b4dda8d25aecc30120cabab6'); -INSERT INTO messages VALUES(836,310333,'parse','blocks','{"block_index":310333,"ledger_hash":"b40359eb197db65549946d93a39b2a732e0694d21b8d0138b9bfce4f5a87ae5b","messages_hash":"228acbec9359ec38f4e64a1c2f3daffaa1ace38a9c1ae23e17aab8637be40e52","transaction_count":0,"txlist_hash":"c8b269f3fb117e7ea3a9592a023787d886ffc388f91fd651618f807c017c9a67"}',0,'BLOCK_PARSED',NULL,'29744cc4dba195817566cc677585f4dbbe44412938ee19276347db21869eab87'); -INSERT INTO messages VALUES(837,310334,'insert','blocks','{"block_hash":"a39eb839c62b127287ea01dd087b2fc3ad59107ef012decae298e40c1dec52cd","block_index":310334,"block_time":310334000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'72d1e1635034777f0db796c2ea6fe2eb4c3e3f07bfe92cccefba162aa5320e33'); -INSERT INTO messages VALUES(838,310334,'parse','blocks','{"block_index":310334,"ledger_hash":"7cb471ec146f9ec1e4d1b93184ea641f7b8088807dedcd1c0be4ca5ba99e80e1","messages_hash":"1f64952f501bd2a2be2df85953b7156540bb110d36379afd8e93dd3f2227c5f9","transaction_count":0,"txlist_hash":"24eb770852273754585985a5fed612de801663408db3703bb9771d5bcf518cb9"}',0,'BLOCK_PARSED',NULL,'f93af119d7324cfefddcd5f15061757e6c9669295c32182ed3f765aab4108137'); -INSERT INTO messages VALUES(839,310335,'insert','blocks','{"block_hash":"23bd6092da66032357b13b95206e6527a8d22e6637a097d696d7a96c8858cc89","block_index":310335,"block_time":310335000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a7fb460b4eb0e5f7f39918d189fed1431bddd0769ee2911e929a5a81d2c96f9f'); -INSERT INTO messages VALUES(840,310335,'parse','blocks','{"block_index":310335,"ledger_hash":"47de747ec20cbec96a6bc4b71f67ea827c7a5a1ab0d3541fd539efac7442d644","messages_hash":"8838dcbe95a323a19820cf9c83c3077c4519ff524bf5b67d228b60e6d824b0ea","transaction_count":0,"txlist_hash":"ba840a499b9de3ae457db93220ebb7bf61560f33660b8e7b980178325d114cec"}',0,'BLOCK_PARSED',NULL,'25237234fca4e90a12e1517a4c6b9b05e6673a6294645ff53b2813ec03270afa'); -INSERT INTO messages VALUES(841,310336,'insert','blocks','{"block_hash":"ec4b8d0968dbae28789be96ffa5a7e27c3846064683acd7c3eb86f1f0cc58199","block_index":310336,"block_time":310336000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'55fdd4b6aeefe74b5e720335ead02a209e4f1667757a0e96f289071daae46fb1'); -INSERT INTO messages VALUES(842,310336,'parse','blocks','{"block_index":310336,"ledger_hash":"c216588e623d2b3d03499c7e9f817106b20a8c98765979987633f1e4e50d9594","messages_hash":"be2456018ec38082450007f516bcecb826ad573c3f5074639875ef27c532da8e","transaction_count":0,"txlist_hash":"a6c20cca4d22fa5b8357fae640f1a90e3e656f9015eb5db289ef6da17b597f1c"}',0,'BLOCK_PARSED',NULL,'bed01e69d34073253c77ed5992a4e4e733fd090b16f42226bfa2662b98e3ac98'); -INSERT INTO messages VALUES(843,310337,'insert','blocks','{"block_hash":"055247d24ba9860eb2eadf9ec7ea966b86794a0e3727e6ffbcba0af38f2bc34a","block_index":310337,"block_time":310337000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53316fbc80b5386d944f539a791e1b220c86c4e91c47620b4c28328561793173'); -INSERT INTO messages VALUES(844,310337,'parse','blocks','{"block_index":310337,"ledger_hash":"a558b47328f54b79a5ad9f7737af0e4df07e13e20f150296370e111879c09c2e","messages_hash":"5b3dfb5b2d34b0a524ce8632b9c44e1fc96e031fdee5777c294d204f09a056bb","transaction_count":0,"txlist_hash":"15c9f81424d97e28fc5d40b9f74edee6bed3f68f8c81dcf572cbd786626ff353"}',0,'BLOCK_PARSED',NULL,'71d0a31c79263e7a17362baf493f5ea3f84bb681f5280221941f9d3b3e0704a3'); -INSERT INTO messages VALUES(845,310338,'insert','blocks','{"block_hash":"97944272a7e86b716c6587d0da0d2094b6f7e29714daa00fec8677205a049bcd","block_index":310338,"block_time":310338000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3731201dcc64f8a4932382725525343b9b823a0b9be916a6a9103d1eb5bff0db'); -INSERT INTO messages VALUES(846,310338,'parse','blocks','{"block_index":310338,"ledger_hash":"31bea50c6481fa982eace70df5fc13d2981f1af13962809e3492b493a0dd4905","messages_hash":"0cfc7de3dff5c8e32ea8c40ee257e5b0cb9e022dd9b5b0a493816dd422674014","transaction_count":0,"txlist_hash":"ee8efb364c79aae62d48d0198d7ca348d71f312eaef01daf906fec89d2fe9166"}',0,'BLOCK_PARSED',NULL,'47d7f762347dcde0489a154e8a79a094b647df304032b1535c85917e7c4cedb9'); -INSERT INTO messages VALUES(847,310339,'insert','blocks','{"block_hash":"99d59ea38842e00c8ba156276582ff67c5fc8c3d3c6929246623d8f51239a052","block_index":310339,"block_time":310339000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'566bfeefd579261fd139bfa2f8f8c31c5006933d1b1a2acd39f672f28784d4e8'); -INSERT INTO messages VALUES(848,310339,'parse','blocks','{"block_index":310339,"ledger_hash":"6605ca3db3c509fbc8574f2e10a3f981e2ff17b2812946ec8f2b1e49ba44f220","messages_hash":"27dea1f0d38bf49ccf490708b63e514615895c0e9b73a16d752e7338834aebe0","transaction_count":0,"txlist_hash":"af5e50fc6a529fb06423c8ad7beed13c6e1de1c3f746f53dcedb7af76e0d95ff"}',0,'BLOCK_PARSED',NULL,'46d5fe53d812e2905c7045288d7bccbac3688f0db030bfa1b00fa1407c1ca257'); -INSERT INTO messages VALUES(849,310340,'insert','blocks','{"block_hash":"f7a193f14949aaae1167aebf7a6814c44712d2b19f6bf802e72be5f97dd7f5a0","block_index":310340,"block_time":310340000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5aec101d4794d815faf2b8ea8947f82746081ac4437266d10e9f9d9591327d62'); -INSERT INTO messages VALUES(850,310340,'parse','blocks','{"block_index":310340,"ledger_hash":"7db1ad1952cac2dda86fff6e5f939010bb30a1da26af438d354e17f423d5bf1f","messages_hash":"25797fad45ff0df2995c894bc3b4440cfd30d29eb0dffc7258ef0b051886bf95","transaction_count":0,"txlist_hash":"f42c5c43148a61dace7d50127d905f236ad738774c20d4f874fc3b824b58cf92"}',0,'BLOCK_PARSED',NULL,'b8a5f147ca328b97b843ac0062a2908c7c32275192699ed2b3ac7a9df462388e'); -INSERT INTO messages VALUES(851,310341,'insert','blocks','{"block_hash":"6c468431e0169b7df175afd661bc21a66f6b4353160f7a6c9df513a6b1788a7f","block_index":310341,"block_time":310341000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da1d4f62fd90ae338b2aead1b7616fe2a87f1dd019f93147067b1ec9f7e3d07f'); -INSERT INTO messages VALUES(852,310341,'parse','blocks','{"block_index":310341,"ledger_hash":"1a1eef01250d2c53a1b34a8ee5b1e8fce984c3d47d28c544c6e162493b51225b","messages_hash":"0475103698e1b21e812ef80c8704a6a7d718d54efd8b3d01272310eee4a93dd3","transaction_count":0,"txlist_hash":"5fcdf7ababadc89a26c3833bc8b819642466504b58323cded8cdb8a904239ce6"}',0,'BLOCK_PARSED',NULL,'61e81a0297301cb6c842ee8022b5e710ea4339f26fcdeb25a9460083011aa3e5'); -INSERT INTO messages VALUES(853,310342,'insert','blocks','{"block_hash":"48669c2cb8e6bf2ca7f8e4846816d35396cbc88c349a8d1318ded0598a30edf7","block_index":310342,"block_time":310342000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0bbfe018261c2b2ec04114ff15c94c12871d2314bb9dd8175673fcbcab953d23'); -INSERT INTO messages VALUES(854,310342,'parse','blocks','{"block_index":310342,"ledger_hash":"3c85c0b825985b04b42137da7e59fb3daaaf9e65b871b79390a4d8b31be5da92","messages_hash":"386f2d28ae28243ec41f68f0218004f9b7d30948940146e83258ae725c726bca","transaction_count":0,"txlist_hash":"b165c708026f386ddc7206518e594fcef7b5782fa0db77db6ce5b02e3b563145"}',0,'BLOCK_PARSED',NULL,'cbdabe65e7b0f0f9a2f0233c33e8f8ba972106f53b30e9be15b4740b089c44ef'); -INSERT INTO messages VALUES(855,310343,'insert','blocks','{"block_hash":"41a1030c13ae11f5565e0045c73d15edc583a1ff6f3a8f5eac94ffcfaf759e11","block_index":310343,"block_time":310343000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eaf9403723b1fcadc477bd3d310965d2a1af0a3ba244b249661aed467c237c3e'); -INSERT INTO messages VALUES(856,310343,'parse','blocks','{"block_index":310343,"ledger_hash":"26f4ea323dd31b715c7a7f4ab8f1feabb199333a8494449ed538ff13215bb3b2","messages_hash":"6cd9f497ff547e90aff30fa436bbf5d0bf52b76cfe42ac298625762804388174","transaction_count":0,"txlist_hash":"37808f9fb4ad766c671be7e9703aa7c7ea53991fa838400536d25f304ebe8090"}',0,'BLOCK_PARSED',NULL,'bded3cce3292058d5c60a6f8156ef4156291b3c4d9dfb7b75c58f015faffda7a'); -INSERT INTO messages VALUES(857,310344,'insert','blocks','{"block_hash":"97b74842207c7cd27160b23d74d7deb603882e4e5e61e2899c96a39b079b3977","block_index":310344,"block_time":310344000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1f21ec6f8f7b270f6254a7f3a85752fce52fbc4f2fe6c9d4e95ab16aff4f62c9'); -INSERT INTO messages VALUES(858,310344,'parse','blocks','{"block_index":310344,"ledger_hash":"444314748cb1fa1c836b3b4de65c3920c7fe446741193e5f77843affe3bee908","messages_hash":"311cf2c16edf19b105b63c89d098b160fe478a777ded3f3478686af3168c42e0","transaction_count":0,"txlist_hash":"52dd50744ce4773a3db8dcf016a392a133ff7ebbeaf293d4ecb4a32fcc575a19"}',0,'BLOCK_PARSED',NULL,'2b40bee7a15b9126544c55230f0aec29f0c097b27cb319d7a7d7e220a5e31823'); -INSERT INTO messages VALUES(859,310345,'insert','blocks','{"block_hash":"0bda7b13d1bc2ba4c3c72e0f27157067677595264d6430038f0b227118de8c65","block_index":310345,"block_time":310345000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2115bd94a2ba87721ced4973a7484c6b3492ad38949f5118925d122e208c7cbf'); -INSERT INTO messages VALUES(860,310345,'parse','blocks','{"block_index":310345,"ledger_hash":"d1775816bb104187076be74e78e87fc6d367c3cb31d372329aec2b635002ca2e","messages_hash":"6ddeaf2a1b81827366c35ae8738efaed8762fc41b23c6d20e3563ad14ca4b0cf","transaction_count":0,"txlist_hash":"15f4f9eb55ff5d2b8efb40a57193f253470889b1fb2f532f02b66d236bc902bf"}',0,'BLOCK_PARSED',NULL,'60201882990e0ff84f257d1ae1451c362934192a54565b85e580cf0b750db90c'); -INSERT INTO messages VALUES(861,310346,'insert','blocks','{"block_hash":"0635503844de474dd694ecbcfb93e578268f77a80230a29986dfa7eeade15b16","block_index":310346,"block_time":310346000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ced76fbbcff71f1f08d1b4f98b9fe546f42289276ba139915e7cc2aa2fee212'); -INSERT INTO messages VALUES(862,310346,'parse','blocks','{"block_index":310346,"ledger_hash":"3244eed1df8ec4ae0ddb04f9f6e59e54244ca3df10dc21fc89c99c74ba734781","messages_hash":"bc0073f476ce6f3c9c1257347424d6a9ace382f1c8b873ca3d7d2e139f970de5","transaction_count":0,"txlist_hash":"58faa47bcd277d0d52d39a46473882adc797797cf2c30967418fb4ae832dc21d"}',0,'BLOCK_PARSED',NULL,'6148d0fe4ecdd375533fdc98979f9420edebdfa6383dbb1eb5b6ae84d3f420b8'); -INSERT INTO messages VALUES(863,310347,'insert','blocks','{"block_hash":"f3f6b7e7a27c8da4318f9f2f694f37aaa9255bbdad260cb46f319a4755a1a84d","block_index":310347,"block_time":310347000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cd75c3f5c33ce395c769205a0cec43f39be1ce49c83e0270331be4b45abca363'); -INSERT INTO messages VALUES(864,310347,'parse','blocks','{"block_index":310347,"ledger_hash":"6fd1802c269750b69ec04df457d47cd6b44c261340ebd5b4da61f06ede6aa166","messages_hash":"096a16a0aad535f58cb10e60fc86dbbc69e470dc843f19738fc4f9e1ce7f1768","transaction_count":0,"txlist_hash":"716162f3fea6641e6ac697eb11880c5b39903de4ab30fa24e899e363d5c1d9cd"}',0,'BLOCK_PARSED',NULL,'e8995ef2fd6a66df2b405959de0e69a9d660e43c8e9d52ea1db3e7b246bdd79e'); -INSERT INTO messages VALUES(865,310348,'insert','blocks','{"block_hash":"c912af0d57982701bcda4293ad1ff3456299fd9e4a1da939d8d94bcb86634412","block_index":310348,"block_time":310348000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2282a19d6ae6c67bfaf6816281d0cbc7992acf9c852787b197f1b7d24099e889'); -INSERT INTO messages VALUES(866,310348,'parse','blocks','{"block_index":310348,"ledger_hash":"668330e80a23f499c0e91b01c4c51aab393813b840f81b6b672611e391699faf","messages_hash":"f48d12a75d55cecdc6a47637f2fbb982d49d19f3b67457aa98cb08e77ced3456","transaction_count":0,"txlist_hash":"8c169d593d4c922ef7d3f530f6de4da37c01716f19ea19b48b122a6135f3e293"}',0,'BLOCK_PARSED',NULL,'eadc8916d9d2e33069216578dc5a81901f9987ed62657c6cc7c28a21b3a7c6c1'); -INSERT INTO messages VALUES(867,310349,'insert','blocks','{"block_hash":"ca911c788add2e16726f4e194137f595823092482e48ff8dd3bdbe56c203523c","block_index":310349,"block_time":310349000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d3c62f9872cecf9e526ca5799f8f0ddbf30eea0e53de22ebcd540567668c3ce1'); -INSERT INTO messages VALUES(868,310349,'parse','blocks','{"block_index":310349,"ledger_hash":"32b36035ac1684e93126657ecd9711feb689672f64cceb03d220a8089dfacf12","messages_hash":"57bc2494344fae2345e5bd52209e6fe8f2621ed7592252a42246b6779a65a8fe","transaction_count":0,"txlist_hash":"8d54849ce08f65fd3dd06baf845e5a3132b84c960e6f316c4bbbbe5a3d2b7b01"}',0,'BLOCK_PARSED',NULL,'cd567ce36b8ae1a9b874380bd2307336231b6000eeda6365db403d32bd72e390'); -INSERT INTO messages VALUES(869,310350,'insert','blocks','{"block_hash":"c20d54368c4e558c44e2fbaa0765d3aecc8c9f01d456e3ff219508b5d06bd69d","block_index":310350,"block_time":310350000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c67391b60b509926703a607f6f998ce8fa291156968083aa09715801614ae442'); -INSERT INTO messages VALUES(870,310350,'parse','blocks','{"block_index":310350,"ledger_hash":"dbe70bf3b8e4b74ac25c1b6737b6a760e6a06a4f96ee83a5ca728c8501d4af05","messages_hash":"acec8fbdc7be0257f98160d4d7e7cf654a899b20917021a17f23c31b3dd47579","transaction_count":0,"txlist_hash":"1e46f66542896fa2ff6048472d49feed3065a6fffaad639da03027b00ce377bf"}',0,'BLOCK_PARSED',NULL,'8c2ac3ba2ea8ccb57e8cec9c701c098fecf5529002cab9a10e9788882bf836a0'); -INSERT INTO messages VALUES(871,310351,'insert','blocks','{"block_hash":"656bd69a59329dbea94b8b22cfdaaec8de9ab50204868f006494d78e7f88e26f","block_index":310351,"block_time":310351000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'669451dc20c09f9f304633536ef8e69ad120f5852ab50d41a8da7f48bedcabc9'); -INSERT INTO messages VALUES(872,310351,'parse','blocks','{"block_index":310351,"ledger_hash":"89bb7ea865a221a3646f78ea774a7cf1e15e8d65b85ddcfbdf87773145904151","messages_hash":"b11948afed62ec524417001d7c86dc3e2f0a45959111af1e6604a7d8b3231e1d","transaction_count":0,"txlist_hash":"f99c452388cd3d8aa59f7c75fa06770a116b5f69263dddbb7b5fdcffc7ffc524"}',0,'BLOCK_PARSED',NULL,'cf16cd073241bd39f145cc5194d257db6bf435935604e5d9120cd9fff78b2664'); -INSERT INTO messages VALUES(873,310352,'insert','blocks','{"block_hash":"fb97d2f766a23acb9644fef833e0257fdb74546e50d9e2303cf88d2e82b71a50","block_index":310352,"block_time":310352000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fd8da4e6b54f53f4b16ca6aeb3ba885030df955d13c64ee43a1bcf3998bd428a'); -INSERT INTO messages VALUES(874,310352,'parse','blocks','{"block_index":310352,"ledger_hash":"fdbf27d576a72b046776be0e5c0a91d060619778aadef3df1d30f1a7785a0fdb","messages_hash":"5b5c7907900c708c332774b3705aacb7eed3e44759b6f0d068f466e008d60935","transaction_count":0,"txlist_hash":"1d2f391bb7990954e14c69c9429b54b9f5a88791ec4b2fba2facb464152417f4"}',0,'BLOCK_PARSED',NULL,'08dc9e2f561bff0d340988cc48108781c28dd8062ac9823c14e5c998d2a1572e'); -INSERT INTO messages VALUES(875,310353,'insert','blocks','{"block_hash":"2d3e451f189fc2f29704b1b09820278dd1eeb347fef11352d7a680c9aecc13b8","block_index":310353,"block_time":310353000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7256dec63f1a1a0692dff06b1af1e20d69e275d0c6d369cfede27895574553cf'); -INSERT INTO messages VALUES(876,310353,'parse','blocks','{"block_index":310353,"ledger_hash":"73429d323376209447edc6d2ddbfd51f0bcde21736ea6dad61dc96b6984a1fa1","messages_hash":"1c50d54d3d9a0bbd66e3370391aaa4293436a4c2a30cca24c982c49d1aa008b1","transaction_count":0,"txlist_hash":"8ad1adee999dd851e81025b31920d1f0f66c1e56433e7b2b110d03cfccd7a141"}',0,'BLOCK_PARSED',NULL,'ab718225f755155b84b5cfcb77956bca4e86c6fbe47295b864f7917ebb0574d5'); -INSERT INTO messages VALUES(877,310354,'insert','blocks','{"block_hash":"437d9635e1702247e0d9330347cc6e339e3678be89a760ba9bf79dd2cd8803e0","block_index":310354,"block_time":310354000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'388678947812e046bd0175afde9b5780dae929ce0c1fe81934008c09abd8879d'); -INSERT INTO messages VALUES(878,310354,'parse','blocks','{"block_index":310354,"ledger_hash":"b2bbcbb6a7db94b2a5681c6e380ac13480bb49c29a3fbb3c7c1eb740f70f8324","messages_hash":"25e0063f36eaa90804aa8b9ea74d1c270b4a5e2ad7fb99df8e99815c059b22e4","transaction_count":0,"txlist_hash":"8d6870632f2336908828a72e7445c9d8ecbec3d420b234dad2b17ae06c0a709c"}',0,'BLOCK_PARSED',NULL,'d0b9a145a83863c90901c1ca89f7e3df52896dc39bfb758c220a1de80ce263ec'); -INSERT INTO messages VALUES(879,310355,'insert','blocks','{"block_hash":"ea80897a4f9167bfc775e4e43840d9ea6f839f3571c7ab4433f1e082f4bbe37d","block_index":310355,"block_time":310355000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cb0720ef63fd8b2bf8c9f114cbd1b201bae921a43b6aa54fe2334082b4147681'); -INSERT INTO messages VALUES(880,310355,'parse','blocks','{"block_index":310355,"ledger_hash":"ccbd3ea41587c3c1d92f355979b49c5340a0a90060f07c228c22d6ff76b25579","messages_hash":"e8a8b0a0dfd6d0d6016d4198918d9070748f2ba7a48b4dce59b2a350fd689bb4","transaction_count":0,"txlist_hash":"8dfb02eb42bf84a085d150a0dc3fb2effa201594da47639e8f77fea0a7084eea"}',0,'BLOCK_PARSED',NULL,'0e2234686119c4e5db83d42320709a73b074f6e117fc20a21cbef1f82ccb8844'); -INSERT INTO messages VALUES(881,310356,'insert','blocks','{"block_hash":"68088305f7eba74c1d50458e5e5ca5a849f0b4a4e9935709d8ee56877b1b55c4","block_index":310356,"block_time":310356000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'64b6e75684be4b094c2140d852c977f24cae5d70768a6974a55bc4c49fa23312'); -INSERT INTO messages VALUES(882,310356,'parse','blocks','{"block_index":310356,"ledger_hash":"06a95d39e110e40ba318320d50984096cbec88c680f426f721154555efc2561f","messages_hash":"77c1eb3f8b7c02bb5e26a7f7c945250bb44adfc40e2d58cd7f07118bceebf35a","transaction_count":0,"txlist_hash":"3516c2e9b180883b3526ee0a028c6d22b2a8a028b896423eb71db31cc284d566"}',0,'BLOCK_PARSED',NULL,'5b9d741d1af3cfe852ef163b1920a8a2b998f689d277083006cdcaa6de7fa16c'); -INSERT INTO messages VALUES(883,310357,'insert','blocks','{"block_hash":"4572f7f4ad467ef78212e9e08fa2ce3f01f2acc28c0b8ca9d1479380726bab1f","block_index":310357,"block_time":310357000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'98851ca610e605025b274de882a08e3b586bebc3f3ac512215440ae8d9ff252e'); -INSERT INTO messages VALUES(884,310357,'parse','blocks','{"block_index":310357,"ledger_hash":"443f947352e853367d1c10d25771c7d78eec22fac19c5bace6f96b8f949e264b","messages_hash":"3800ff081d7ee73226503f2fe551a287740cfefd247486c83c15d098dbf15c7b","transaction_count":0,"txlist_hash":"af4dd2cd8426ceb8c7dacc24b30d4d48e1152340a5a81f32b745878558969f4a"}',0,'BLOCK_PARSED',NULL,'0c03c1a8f021f5e468e2a7e3f5b05423a8b1e1d1bf0702bcda05ad77e2f2f343'); -INSERT INTO messages VALUES(885,310358,'insert','blocks','{"block_hash":"d5eae5513f1264d00d8c83fe9271e984774526d89b03ecd78d62d4d95ec1dea6","block_index":310358,"block_time":310358000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c46a55b7066c6871520c1f649cd00cd06f376bedfe7ec51565051ba77cbd0a9f'); -INSERT INTO messages VALUES(886,310358,'parse','blocks','{"block_index":310358,"ledger_hash":"c2cd71dc9e7d5ccb5d5e9d6b55c47010c9db6a573d01820da1c8960970fd571f","messages_hash":"b48a44760017112d73ccf6724bbc9650757b20df5a7c26edf2f3a6aefa86c3c8","transaction_count":0,"txlist_hash":"635f90dc6b705e3e5928101d6ffc32a247088fd8965e0e372358b35ba822df31"}',0,'BLOCK_PARSED',NULL,'a6e07e853f6612447a8d151286b93dee294cbd86df1505b23411f501c03eb6cc'); -INSERT INTO messages VALUES(887,310359,'insert','blocks','{"block_hash":"4fa301160e7e0be18a33065475b1511e859475f390133857a803de0692a9b74f","block_index":310359,"block_time":310359000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bab481587ba3ab25ced87b3f44914599d8c55347e1b248c5012e434ba9859dca'); -INSERT INTO messages VALUES(888,310359,'parse','blocks','{"block_index":310359,"ledger_hash":"5b7646bafc6b11eb1554ea1e02221883043b435ae973c3678505fa2128aadfb7","messages_hash":"335f53a916a0bc67cb004eb63708def5506d4f74bcec50f101814ea68f76384c","transaction_count":0,"txlist_hash":"eeec8a86b03a3973bdf5215e1789277ab7aa4c47f4e9f05a44a312c01e0ccf0d"}',0,'BLOCK_PARSED',NULL,'9657276709af9496f15e2953172ed843488c3c2cb48570ffcbb32612834938a7'); -INSERT INTO messages VALUES(889,310360,'insert','blocks','{"block_hash":"cc852c3c20dbb58466f9a3c9f6df59ef1c3584f849272e100823a95b7a3c79f0","block_index":310360,"block_time":310360000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ed7e4c6ed3a0254c3f35235e824e7e9dba051784de12b6cbd12ce7b080084260'); -INSERT INTO messages VALUES(890,310360,'parse','blocks','{"block_index":310360,"ledger_hash":"b0e937568a47c244e3b29cfb3a5e7196c171acc1565c44020345c715b7774658","messages_hash":"a1d9daca727cb7a4b2da2f8ba546ed6658a865d06ab65970d9266c378cf25009","transaction_count":0,"txlist_hash":"32f4991609b3d8cbddbee2fe5e7aff49e7d4f5334ba0d283893733f19d3f448b"}',0,'BLOCK_PARSED',NULL,'093524dc46a773b987de7543d6f187e4ff83ca18f33089124ffa346397c41d4c'); -INSERT INTO messages VALUES(891,310361,'insert','blocks','{"block_hash":"636110c0af5c76ada1a19fa5cd012e3ee796723f8a7b3a5457d8cb81d6c57019","block_index":310361,"block_time":310361000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1de8497b585d6c2fb46adbb376542ee62bc007d48e5bf19802e012b52922eb3e'); -INSERT INTO messages VALUES(892,310361,'parse','blocks','{"block_index":310361,"ledger_hash":"fd5b67bb571f4e9c0c37c6a5c9e1181133c301e05f4f97a41bd827eda7a6db3c","messages_hash":"6acc9ade130c3bc9ded6b30a657700501b1a56ac29e888f64cff6ff47359f791","transaction_count":0,"txlist_hash":"4ad763ba9a9de4e6fd2f48d1342b9c2b4f87224fe591cddcf0ea3aab19187ab3"}',0,'BLOCK_PARSED',NULL,'c416699956ab1a4564c80b58974ac470e627a4951831dc7f48bff6d17c753c51'); -INSERT INTO messages VALUES(893,310362,'insert','blocks','{"block_hash":"6199591a598e9b2159adb828ab26d48c37c26b784f8467a6bb55d51d7b6390f2","block_index":310362,"block_time":310362000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'62310d433cf63f293d12326a05bb8661277e75daf5621a4c24726b685ee7d2ae'); -INSERT INTO messages VALUES(894,310362,'parse','blocks','{"block_index":310362,"ledger_hash":"38382cc090b349809c4798c3c83b485f8ff682fd5b5b2568357d62ef30f7c046","messages_hash":"0ecc858ae38eb36dfcab01e9f060b80297a2882419ee19837c4f3ee56645ae65","transaction_count":0,"txlist_hash":"2eed1cb542570837b9e34c5ef140428d09c132369e5073061d9b1580338fad97"}',0,'BLOCK_PARSED',NULL,'122a1650a8bfad9386eab910e1a527fe3ab2618edf0cbd24bc65a2ca3c51ebc7'); -INSERT INTO messages VALUES(895,310363,'insert','blocks','{"block_hash":"a31967b730f72da6ad20f563df18c081c13e3537ba7ea5ab5d01db40e02647e6","block_index":310363,"block_time":310363000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8f3c1081ca47e0238a94f492437ccd23987324c71eb3253de2a95ab029cd19fc'); -INSERT INTO messages VALUES(896,310363,'parse','blocks','{"block_index":310363,"ledger_hash":"82911a691937d87629bc14e5294f68a25ff2fc6512370db032834b85a623d5c3","messages_hash":"556ba5de5e6ef62d0ce8117eeea75b6ffa6463ff310811282f89cd7416d498d7","transaction_count":0,"txlist_hash":"baa8c23f6f8bbed9640382166a4fa59eba156a3c94b645334124a57ad886136d"}',0,'BLOCK_PARSED',NULL,'a283874b243569d22b0da829d1c1d64441ea96dd519d83c00db1c0cc5ffe3387'); -INSERT INTO messages VALUES(897,310364,'insert','blocks','{"block_hash":"67025b6f69e33546f3309b229ea1ae22ed12b0544b48e202f5387e08d13be0c9","block_index":310364,"block_time":310364000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f489a0579c3dbc07068bb884d931c7a0932d630c2b328df5657a6f94ec985271'); -INSERT INTO messages VALUES(898,310364,'parse','blocks','{"block_index":310364,"ledger_hash":"cc362ce4c2142e539057430e2dd6402b985c62fefa4e4ad33afe1305f53af8a4","messages_hash":"74bb0c7406191c6a3073587bb97fff0fdc69468013613e74a11bb764f0131526","transaction_count":0,"txlist_hash":"973037f8124687eaeba2e9f3e301cb20b9370bef4acd3f2c86eedf595b792b73"}',0,'BLOCK_PARSED',NULL,'6cba39efb3417f291ddb4269585b646b56e6542248643590c2f8b7290e02980a'); -INSERT INTO messages VALUES(899,310365,'insert','blocks','{"block_hash":"b65b578ed93a85ea5f5005ec957765e2d41e741480adde6968315fe09784c409","block_index":310365,"block_time":310365000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'852a58aace81b57cdb17c48d31e2261b4be8656960c93431547f2b56621f18fa'); -INSERT INTO messages VALUES(900,310365,'parse','blocks','{"block_index":310365,"ledger_hash":"49e41f95f081b70e3f540fa22864cc4f229ceabfdfd54f2da112f1fd35466617","messages_hash":"f3b9bfc7f71eb198d33de021d970ae020b2a4bad74c255699c6c15029468e899","transaction_count":0,"txlist_hash":"aa3e39acb1dc1a955f579a9a40961a80319c5dd484ddf322ca6edc6b67cec932"}',0,'BLOCK_PARSED',NULL,'d865a8894a5c48285ba30fb612dfc7df400dbfceb7e4ff4adb4cb47fec884571'); -INSERT INTO messages VALUES(901,310366,'insert','blocks','{"block_hash":"a7843440b110ab26327672e3d65125a1b9efd838671422b6ede6c85890352440","block_index":310366,"block_time":310366000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'32a1f90b335d1eb0a151b715e327637c26fdb84827cc99e380489f210c05a6a7'); -INSERT INTO messages VALUES(902,310366,'parse','blocks','{"block_index":310366,"ledger_hash":"687c5f3e381d164499126ff90785e3635c825db3808267d4de2ec0e37cc7c597","messages_hash":"4c6246a65703edae5b7dd415df97eada326fe5e69fe207a8b555cdc0f1cbd4be","transaction_count":0,"txlist_hash":"610fbd2d8f4dad57d7efca0772534da791785cb2c45de1906a9b282792faa9f8"}',0,'BLOCK_PARSED',NULL,'00a0b5c57740b9a243c8d3b264028ba5c983c1926afa90afc8b751d7b51603d0'); -INSERT INTO messages VALUES(903,310367,'insert','blocks','{"block_hash":"326c7e51165800a892b48909d105ff5ea572ff408d56d1623ad66d3dfeeb4f47","block_index":310367,"block_time":310367000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'830ee4cebe05b580c9db0ff619bd734f57321012b733bd4a6fd3509cc3d306dc'); -INSERT INTO messages VALUES(904,310367,'parse','blocks','{"block_index":310367,"ledger_hash":"d7fe976a4b2cca2e23d082a703ef4f4739e110ce1e0a373e76064f6186856ff7","messages_hash":"01b60d6479b112e92ae193e3518a7f85210d739b324d649c05bf3852d51a54bc","transaction_count":0,"txlist_hash":"531453a70483611396ce5bacc17e22125b1b61f61d56c110fb72a929b95deb9a"}',0,'BLOCK_PARSED',NULL,'e26079031b61a7e4b54f584fe23725fc1adc9f523d402cf88c5086fe57f1aff0'); -INSERT INTO messages VALUES(905,310368,'insert','blocks','{"block_hash":"f7bfee2feb32c2bfd998dc0f6bff5e5994a3131808b912d692c3089528b4e006","block_index":310368,"block_time":310368000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3111d0b097c3001870cbeafb64859db9b7e90e3f52a7ec33a304bd497e0e33c4'); -INSERT INTO messages VALUES(906,310368,'parse','blocks','{"block_index":310368,"ledger_hash":"97f0a0f9e6f355dd179aa2941412decc1b0a06de0dc14dce8538aed6e35d41ba","messages_hash":"f66e69cf80c70919d7173c74cfc711eaa2c5f33b884333ab43f2c41027ccf438","transaction_count":0,"txlist_hash":"289eb338000f45b4d7e143a08a490fbee8d307eb0975f5a2ed62586c2f625e0e"}',0,'BLOCK_PARSED',NULL,'33c4df10cddb46f44ceaea8c0fb2e2e16713cbb590c89dbfed7cb6bcba22046b'); -INSERT INTO messages VALUES(907,310369,'insert','blocks','{"block_hash":"0f836b76eb06019a6bb01776e80bc10dac9fb77002262c80d6683fd42dbfc8da","block_index":310369,"block_time":310369000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1659578743818cb25831cf5847ce93d9462b95d8b0121fa43446278d822e8235'); -INSERT INTO messages VALUES(908,310369,'parse','blocks','{"block_index":310369,"ledger_hash":"1b5d9ec9bd918c84a5f9b6882c94a739cc1ad1362dedfbdf7b2009fd42251d66","messages_hash":"e307e492f24ed689dffae4da75dabffe9e338ff996c88c5a2a7248abb30df8b2","transaction_count":0,"txlist_hash":"a9122294ce4ccd606d3fa1787fb9c44f25811fb2fe486c9d58b407b5da50dd8b"}',0,'BLOCK_PARSED',NULL,'4d1403663def99b6264a63fca4f5af0befe5f282f4c9e228a0d00c13721dbc58'); -INSERT INTO messages VALUES(909,310370,'insert','blocks','{"block_hash":"9eb8f1f6cc0ed3d2a77c5b2c66965150c8ceb26d357b9844e19674d8221fef67","block_index":310370,"block_time":310370000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3a7f6f5d8f376baabda758ebe8db2e79c0e8737b8c3be1081caea48c84f266e7'); -INSERT INTO messages VALUES(910,310370,'parse','blocks','{"block_index":310370,"ledger_hash":"578b039ed2b9a25e1c75ad9a5242c5962d6645616dc53fb08386602e40f14486","messages_hash":"6087f15bc627711b12cd70dc5c18fbc943c204013b6273a724db7624d6e12b50","transaction_count":0,"txlist_hash":"d61d958644caab04dc236d04d3654abeb1fd625dd7b9cdc01ca5caeae9b41f58"}',0,'BLOCK_PARSED',NULL,'87a8084d80dbb073b47c99eef4bcec7d09eac1b73ee0a59286f70bebfd20cc9f'); -INSERT INTO messages VALUES(911,310371,'insert','blocks','{"block_hash":"7404cb31a39887a9841c2c27309d8c50b88748ed5fa8a3e5ba4cc3fc18310154","block_index":310371,"block_time":310371000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8f25df47e5521506d28856d02cf752a3c9af3ffef06f2a6b1706d92d375a17cb'); -INSERT INTO messages VALUES(912,310371,'parse','blocks','{"block_index":310371,"ledger_hash":"473d21b8218a2b02f7fa0d5daf114fa988e4a3d97c33aebe97e51a8d22252492","messages_hash":"a2cadcba7707abde4fb0d86702f9ef406324a8fcdfa76f6ec9414ad384dacea3","transaction_count":0,"txlist_hash":"8abb7bf5c66895fd9e9de804ed8e35b3b1d12054a4e45ab3df6cd41194d836e6"}',0,'BLOCK_PARSED',NULL,'259a22278f82e436817db8e14eb6eb394a7fc019f894980b3512fd79c2255476'); -INSERT INTO messages VALUES(913,310372,'insert','blocks','{"block_hash":"d3a790f6f5f85e2662a9d5fcd94a38bfe9f318ffd695f4770b6ea0770e1ae18d","block_index":310372,"block_time":310372000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ffa2f33627d10c781e86ec05828bca5d284654a9203e3ac794f10752627d0b6e'); -INSERT INTO messages VALUES(914,310372,'parse','blocks','{"block_index":310372,"ledger_hash":"0c306eb25702d190ce32cac521b1fac9b8a7cbcf441fd74be8de2e002b4ce14c","messages_hash":"6707e363d1453e434f09de58498af4f95b9593282b42f43684618dce7d624048","transaction_count":0,"txlist_hash":"ad3d52b024093fcc5b88b7a3176c4117468f0f675fd9e908c727ebedc5e2eff3"}',0,'BLOCK_PARSED',NULL,'0a45fac548f26d2bf78f5af349389965bbda98ca26c965c42e00c511c97c723e'); -INSERT INTO messages VALUES(915,310373,'insert','blocks','{"block_hash":"c192bec419937220c2705ce8a260ba0922940af116e10a2bc9db94f7497cf9c0","block_index":310373,"block_time":310373000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c265e536d81863496c171073c1eb4011be0b85090b54923acd147310ce131e09'); -INSERT INTO messages VALUES(916,310373,'parse','blocks','{"block_index":310373,"ledger_hash":"48d14b17f9074ce1f75ab32581e8f6fe7d518ebd669af6508e5d986d97c92b3d","messages_hash":"f4c868b4c8e4ed0aaaa1f31ec45a2393111a3ae2002cd640f5e8ee2a2e480552","transaction_count":0,"txlist_hash":"b60270d322c86c6452289e0968be64c2217ebeec34944e43aef908e119f838ea"}',0,'BLOCK_PARSED',NULL,'5d6fd7cfa9849d18612cb8054dbbc4336eb894a6283aa0159f6ff6308c4744e6'); -INSERT INTO messages VALUES(917,310374,'insert','blocks','{"block_hash":"f541273d293a084509916c10aec0de40092c7695888ec7510f23e0c7bb405f8e","block_index":310374,"block_time":310374000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5d679112e002a96da40b4338c021e807c82cad43d8a9b9d83ed0f9ce3da36904'); -INSERT INTO messages VALUES(918,310374,'parse','blocks','{"block_index":310374,"ledger_hash":"aee93917f6fe0046069aaff48d5d1875a9c4451acec6562a377428bfb1184cd4","messages_hash":"4f11ed7930653e07ba376bbccbb9a2025632dcb1a362b73d884da13d5ee76be5","transaction_count":0,"txlist_hash":"46decb141683d0bf4c52e4f756b955c923bfb3995025d0f19a8ef7cac1dd2b60"}',0,'BLOCK_PARSED',NULL,'0011ebb80ad51db0495dc83771af513c8ad82f87f2947861cb0193723bd928f2'); -INSERT INTO messages VALUES(919,310375,'insert','blocks','{"block_hash":"da666e1886212e20c154aba9d6b617e471106ddc9b8c8a28e9860baf82a17458","block_index":310375,"block_time":310375000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bc8ff55e59f634a5425be7f10e1071c61b7e83735de3ee6fa051cf2307927c88'); -INSERT INTO messages VALUES(920,310375,'parse','blocks','{"block_index":310375,"ledger_hash":"2b0d74911bba5c9530b69c04fec512fe4c5df25458e5237db884586a221fa30b","messages_hash":"e4b2ee1a49a43c8b3a818560a60d7d93bedc758d3ce992be2eff40fe5fbf74e9","transaction_count":0,"txlist_hash":"9349961eeb706cf083d6ef1fff69cc871def662dd23fd7854135c1b0dc1a78fb"}',0,'BLOCK_PARSED',NULL,'7502260907cf69bcdd5be4c10ba0c0358cbf3ac82d8f6002c6e3ba3cdd03081d'); -INSERT INTO messages VALUES(921,310376,'insert','blocks','{"block_hash":"5dc483d7d1697eb823cba64bb8d6c0aded59d00ea37067de0caeebf3ea4ea7dc","block_index":310376,"block_time":310376000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f9541504a8fd925282cc3352fb5a9b07cf493884defb6b155a1c034ffca4501a'); -INSERT INTO messages VALUES(922,310376,'parse','blocks','{"block_index":310376,"ledger_hash":"a6f84afe2845ba2fa4e5e7377b1d4474dbde6dfc9c4bed050e6d10cc80025e82","messages_hash":"e63b3cf5d1eb2734995d924dcb8fdcf1147d751395000dd6663b61d70f7ee992","transaction_count":0,"txlist_hash":"a5f607569f31beb9ba2a0496a9eb2eb40a6926df4b174161b73f53719ad04767"}',0,'BLOCK_PARSED',NULL,'fb60d5e23bdd7362fcfbb9df0e31eef5ac6109890c745fe4dd288aba1d8eb5c2'); -INSERT INTO messages VALUES(923,310377,'insert','blocks','{"block_hash":"f8d1cac1fef3fa6e7ad1c44ff6ae2c6920985bad74e77a6868612ee81f16b0b3","block_index":310377,"block_time":310377000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c7d4e490313e67d321422ea13f87d5ccef17b3f401be171108e8716e3146ba47'); -INSERT INTO messages VALUES(924,310377,'parse','blocks','{"block_index":310377,"ledger_hash":"e006e13691719e4fce65e72c692d3affeae8ae465de2a3b285a1bed4eb518a70","messages_hash":"1c2c0ef6287245c04947a4452e67411541a80da3a2097c0a347c3248bf2161f7","transaction_count":0,"txlist_hash":"4dd3a5ae07e934557005871e7c72351077b1092580eadda11fcd3501bb000579"}',0,'BLOCK_PARSED',NULL,'d3b5ea4aab5d193c844c0c8c1d477568ea5cd5d42336f8597de12d2118240b3d'); -INSERT INTO messages VALUES(925,310378,'insert','blocks','{"block_hash":"fec994dd24e213aa78f166ca315c90cb74ee871295a252723dd269c13fc614ce","block_index":310378,"block_time":310378000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fece1dd724914d6556d10c2fd6505dbb02b291bdebd2b7de43716f2640c6ac89'); -INSERT INTO messages VALUES(926,310378,'parse','blocks','{"block_index":310378,"ledger_hash":"607ffa4928577b82f275750353fcecc2e50098d227f18bb8ea95ac2bbb10eea6","messages_hash":"b8937d2d9517cf1f1648b595150bd4ad77cab24c686bd2c8e23714cdade45356","transaction_count":0,"txlist_hash":"49533405fa36a389e0d8cac965389e23eb421da5833d625d160f75fa9defdeab"}',0,'BLOCK_PARSED',NULL,'0d3abb711c46e1f54cedbfbb1741bcca1f1374a9de9d308c4eba965faf465a5a'); -INSERT INTO messages VALUES(927,310379,'insert','blocks','{"block_hash":"d86cdb36616976eafb054477058de5670a02194f3ee27911df1822ff1c26f19c","block_index":310379,"block_time":310379000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fb73427cd47e3af9f3922a9fba244764b462ea2058347f7d6fdc3e63bf707640'); -INSERT INTO messages VALUES(928,310379,'parse','blocks','{"block_index":310379,"ledger_hash":"9f17e8d662dbbfc12a56dc36172b3154bc9b05a87885d1411826481e1ca4f6ea","messages_hash":"614d01cb64ac626f70cffe33a1bd3355075acab546d404507e1f8f823f30cd44","transaction_count":0,"txlist_hash":"4514a78a69d0987ff60976334f70d0533a1c5726099ae73d93be187a57f25f44"}',0,'BLOCK_PARSED',NULL,'926721856c473bf0a2d4b46ce4086583d0ea3e6a3e87958b8b1e1325f9cef7e1'); -INSERT INTO messages VALUES(929,310380,'insert','blocks','{"block_hash":"292dba1b887326f0719fe00caf9863afc613fc1643e041ba7678a325cf2b6aae","block_index":310380,"block_time":310380000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'350d12486b1c022f06f5d86497fbf558df56aced506658346af28338ea9e2c1d'); -INSERT INTO messages VALUES(930,310380,'parse','blocks','{"block_index":310380,"ledger_hash":"d617e30e1a32ed1cf269a190fd4c843755413492827546a0b3ed14278f817532","messages_hash":"fc1f8cd61556b9bad44c0023b4fa390c500f2e6df7fda4e89081dfb60be85f0d","transaction_count":0,"txlist_hash":"77038e6b75820a64c9fc9530b3d2c8411cc4da649fc69a3d235424c2dd5500c5"}',0,'BLOCK_PARSED',NULL,'716e594215e996a43d7cebfcbfd90bd809c440809770b60bf61642c3830b62e3'); -INSERT INTO messages VALUES(931,310381,'insert','blocks','{"block_hash":"6726e0171d41e8b03e8c7a245ef69477b44506b651efe999e892e1e6d9d4cf38","block_index":310381,"block_time":310381000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'25ba667c0cbba81d552f0f5049fb64699a77168e7aa56c2910e5f0e276d6ab9c'); -INSERT INTO messages VALUES(932,310381,'parse','blocks','{"block_index":310381,"ledger_hash":"8af8d819f02927de4a74d3d37dcecf6e5124d53be37603764b1b1adad13b0d7a","messages_hash":"64d3d46ed318df21ec21c4f2516e5278e94b32d12dc7598912472f60bdb72b2a","transaction_count":0,"txlist_hash":"48b66540bea91d2c2d216d5c13e88dfd9c1f1a36cae2ec721253034041e63af6"}',0,'BLOCK_PARSED',NULL,'70f95dead10dd7925191bbfc0ef2029a99b1c19155ac105699b859f3bd8be8a1'); -INSERT INTO messages VALUES(933,310382,'insert','blocks','{"block_hash":"0be33004c34938cedd0901b03c95e55d91590aa2fec6c5f6e44aec5366a0e7d8","block_index":310382,"block_time":310382000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4be0763eb3cf7274e877c6bd56840d3128da9d8dfa295b1d354db47f4e1d2373'); -INSERT INTO messages VALUES(934,310382,'parse','blocks','{"block_index":310382,"ledger_hash":"809d5c20335bbefe8e4f3552e24b24d96f6ee4ab12f3bfc9e74898371cf69797","messages_hash":"c4fc122ce6c5149722318f8023a42aebc8a42ff98a71cb9e781661a660ea51ad","transaction_count":0,"txlist_hash":"159e8434abde33d3a97a4e7701cafec884a6d0d7ad78852ee7db449a18c5e23f"}',0,'BLOCK_PARSED',NULL,'93a50dc51971bf95b779cfd0174bf8ba919c818ccc795455cffa1ac964ccfdfa'); -INSERT INTO messages VALUES(935,310383,'insert','blocks','{"block_hash":"992ff9a3b2f4e303854514d4cad554ff333c1f3f84961aa5a6b570af44a74508","block_index":310383,"block_time":310383000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0b58ef9146eb00ac4b6a08e6249484cbe532d20e0147f8bd9615070412579957'); -INSERT INTO messages VALUES(936,310383,'parse','blocks','{"block_index":310383,"ledger_hash":"d8ec301994a5333f8efe7cc547a833d26c6766deb0b39c4fc18d1bdb470ee903","messages_hash":"90be276b0349a2ae133516e7459e90833683fdb9aac0538a2f4b79c192f72113","transaction_count":0,"txlist_hash":"aecbe5619daf47a60ab2765502725a284224c0985e91993b212c50c3449d197a"}',0,'BLOCK_PARSED',NULL,'851dcf866fec147219c48cbc48f99e063695a52cbaacea8e05e1f63b8f798c10'); -INSERT INTO messages VALUES(937,310384,'insert','blocks','{"block_hash":"d518c696796401d77956d878cbdc247e207f03198eabc2749d61ebeadee87e5e","block_index":310384,"block_time":310384000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4520ecf4aa0ecbf9851c0d60ad1a2862e355046338f84c412c0f35b8f5576716'); -INSERT INTO messages VALUES(938,310384,'parse','blocks','{"block_index":310384,"ledger_hash":"fe47a03993cb9079a6e72810552d631fe838bcfaba3b34c73c9948af77266df2","messages_hash":"29136e76e0190c7824064b55a60fa62aa4481b00ba17082e58bae7e238f8597b","transaction_count":0,"txlist_hash":"e69bc390fb0a624f6d33512a55e9732857afee1b114df97761186ac648f63111"}',0,'BLOCK_PARSED',NULL,'22a8a82f3ab6945b889cafea07c558191dd633a8402c7a7f3d46fb385b81c71e'); -INSERT INTO messages VALUES(939,310385,'insert','blocks','{"block_hash":"2aa6a491a03a1a16adbc5f5e795c97ec338345cfdf10ff711ffb7ac3a0e26e28","block_index":310385,"block_time":310385000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'829b3283ed26764189eafe3611dd7454d4820bf9282aaf825a7fca561f18383a'); -INSERT INTO messages VALUES(940,310385,'parse','blocks','{"block_index":310385,"ledger_hash":"6114e98e0004cf0f9472fce6bfa6bb99ae38e57214c8b134f30da1d62399f6ef","messages_hash":"0805e38f383a619b8b82d73d6101409e762bb7b6305202768e174f2748effd74","transaction_count":0,"txlist_hash":"d3e6a4df9ff34518f8fe243dc87c981aef0cc7b89ff9ca466269a19493aeaecb"}',0,'BLOCK_PARSED',NULL,'135aadb896ebecb7f314137e0236cbfb699681682e3fcf049bbb4e56c65b9d04'); -INSERT INTO messages VALUES(941,310386,'insert','blocks','{"block_hash":"9d19a754b48a180fd5ebb0ae63e96fa9f4a67e475aeefa41f8f4f8420e677eda","block_index":310386,"block_time":310386000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'781e8464c82acfb9b4dfc5572bb91dc94dfbea1ac0925ba1052d0e0e7fade642'); -INSERT INTO messages VALUES(942,310386,'parse','blocks','{"block_index":310386,"ledger_hash":"4c52d59ade1bd2068e3b75b8b3cd1d23c6a94b6437f7966d10f5a07bf8f630ff","messages_hash":"c90a6b8d9034ea22c0e1302fab571afec136e150f57dbd4a07fbd89f7a66ce5a","transaction_count":0,"txlist_hash":"1c250ef18892c191c535562bb35bb1c8bd4f515ab00bc4cf0b564436b2bd33ee"}',0,'BLOCK_PARSED',NULL,'dc1473f5aee5d256aa69e6d51015084c7a2996b5fa2bf565d4b272ee1cabd680'); -INSERT INTO messages VALUES(943,310387,'insert','blocks','{"block_hash":"b4cac00f59c626206e193575b3ba9bfddd83bbfc374ebeb2838acd25e34a6c2b","block_index":310387,"block_time":310387000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fb61f5908473e1ad7005807bd6d4c8800c65264f2e930f3ff333650c18c89f2f'); -INSERT INTO messages VALUES(944,310387,'parse','blocks','{"block_index":310387,"ledger_hash":"327e9a842233568888998ec1456b6f78c093b47639707d44e6336b2bc18d955f","messages_hash":"962935511236bc6eb6d6f647eb02ea92c96ea5cfb0cc014b355c9f39c222c28e","transaction_count":0,"txlist_hash":"d7de64dd98a65b478518d909b1f0f2860f6a0b8e5e530f23ee55caffbaf1a545"}',0,'BLOCK_PARSED',NULL,'5a88941b617c01f77350d0a453c25fe8c669538884e4424dde086ee68d9e8df5'); -INSERT INTO messages VALUES(945,310388,'insert','blocks','{"block_hash":"41a04637694ea47a57b76fb52d3e8cfe67ee28e3e8744218f652166abe833284","block_index":310388,"block_time":310388000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'21c7c83799b2e887f9ee2168d796ca50a80d18001cd167cb8dc3cc0996b24697'); -INSERT INTO messages VALUES(946,310388,'parse','blocks','{"block_index":310388,"ledger_hash":"6efaab188a5cae39ef547a804f61bcbc2be4881e0569f49d7622b407f6860401","messages_hash":"04076ae75050884ffea906f6b738d2e961e712f7e8099758916b0477a878a790","transaction_count":0,"txlist_hash":"4916559fdc472a474aa4c652c85b0db143744daed0d98d7f2fddd1dba32be88e"}',0,'BLOCK_PARSED',NULL,'e0b78d06c8511a7435a6aee7779fe65103e0de2b1ee5e2f854b56642e7f41e6e'); -INSERT INTO messages VALUES(947,310389,'insert','blocks','{"block_hash":"3ec95ae011161c6752f308d28bde892b2846e96a96de164e5f3394744d0aa607","block_index":310389,"block_time":310389000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3c1b40a818b3589addab6bc83940aba84d2a2852d9551746e1e6c5ac6caf8e35'); -INSERT INTO messages VALUES(948,310389,'parse','blocks','{"block_index":310389,"ledger_hash":"89c686d5d973691a7281268c867f837b86b140a05f16f12302a3cdeb3b6a0ee9","messages_hash":"78a43adb29cdccae786b20bf4fc766758a5adef9f37f1a86a55d484ad6a008dd","transaction_count":0,"txlist_hash":"b2e0098e42f81a8a9369d510b17be67446feb3e5da1b1eb37acd9f0b33b29fce"}',0,'BLOCK_PARSED',NULL,'a3b3605f7cf4cc9e7858ada30caba8c3b50c96fd14de1e59937fd6a5752c26ca'); -INSERT INTO messages VALUES(949,310390,'insert','blocks','{"block_hash":"f05a916c6be28909fa19d176e0232f704d8108f73083dded5365d05b306ddf1a","block_index":310390,"block_time":310390000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aa50257708e212f0c73223172f3acfc35b17fd2d87c3bf1e4e62bc6f40cadd09'); -INSERT INTO messages VALUES(950,310390,'parse','blocks','{"block_index":310390,"ledger_hash":"2c4eceebb94d0c7a7702478d9547d1afbb42ab5ecb5ae6271a3f69942bd77e50","messages_hash":"14e1bdf127e4df09aca15e16a9c795f2bfb971569e69b6f9db043718029eafb2","transaction_count":0,"txlist_hash":"8e3a48b160083860b0928dd97150477980da9097945c4ae3ee144c505f131b86"}',0,'BLOCK_PARSED',NULL,'9b290ed929559ed540b5525b9ab3c939ddc27030b95603efd47d99503d1b754a'); -INSERT INTO messages VALUES(951,310391,'insert','blocks','{"block_hash":"fc26112b7fdd8aaf333645607dabc9781eac067d4468d63bb46628623e122952","block_index":310391,"block_time":310391000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2271ef4c0c49155df0df3ccdc7ba9ee6e1399e2b1295ece36ddc84f8ddced0ce'); -INSERT INTO messages VALUES(952,310391,'parse','blocks','{"block_index":310391,"ledger_hash":"06397124ee2a1bcb9104899469394855d4ecccd1a08626d650bdf3169e227831","messages_hash":"f82a72c1b20bda911f030284a0bb118253385ba3da4df31a1dbef46dd16665c8","transaction_count":0,"txlist_hash":"b1b4f0fc9ba54527ea0902192a61158bb5383f1959f187915c07f88bdf11caaa"}',0,'BLOCK_PARSED',NULL,'f4ce365f764576f05bc19ba7a526dd61ad7aee91e20c7568543d54551fb22af4'); -INSERT INTO messages VALUES(953,310392,'insert','blocks','{"block_hash":"f7022ecab2f2179c398580460f50c643b10d4b6869e5519db6ef5d5a27d84a1d","block_index":310392,"block_time":310392000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f2d44ed059491f2815ddb9500e006154c2255e3c1279bb7c1ef77a9904ca8944'); -INSERT INTO messages VALUES(954,310392,'parse','blocks','{"block_index":310392,"ledger_hash":"44974b5fec0be3a2958d39f2d6824a2e82733f873a404ec9887178c620843149","messages_hash":"eac292ecc848ebb043b27b4bdb6c770100a03a4578589863b0ea65b223680ebb","transaction_count":0,"txlist_hash":"97a039be078662ac5b1a275d5618224c1a90886c79b9fb651dfcb14481da8e8a"}',0,'BLOCK_PARSED',NULL,'b2669c510bd848b0a4bd85e239067cd86e6400a5855c8d1b4f48b54a8b9104cf'); -INSERT INTO messages VALUES(955,310393,'insert','blocks','{"block_hash":"e6aeef89ab079721e7eae02f7b197acfb37c2de587d35a5cf4dd1e3c54d68308","block_index":310393,"block_time":310393000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3ca867da8a8abc2d07c6fd0a7315b0bd00a9f1ba863c25a21f32c145531e0243'); -INSERT INTO messages VALUES(956,310393,'parse','blocks','{"block_index":310393,"ledger_hash":"1863677c0e552344607b1af3eb8ef8f4fc6b2a73d63eebb3e9928302c887970f","messages_hash":"f3f7b0ab90321238e1c3a36841b6b7cfb4588c65399834a37c470b3e27d14539","transaction_count":0,"txlist_hash":"c488dd61c64182cdc779e96a2b312463d42ff9829d1d518c8a9daa1a4cb26de3"}',0,'BLOCK_PARSED',NULL,'4ba49e2c8f030ba8135010c5e61a0cbdd0ea79ce17159528ebfc004dca1a1b19'); -INSERT INTO messages VALUES(957,310394,'insert','blocks','{"block_hash":"2a944743c3beb3bf1b530bd6a210682a0a0e9b0e6a9ff938d9be856236779a6f","block_index":310394,"block_time":310394000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5d94e6328fb709cc9c2cddce165de165d5a986780312807393de00026bdcd944'); -INSERT INTO messages VALUES(958,310394,'parse','blocks','{"block_index":310394,"ledger_hash":"3838ba6e84376ed8dffb3fee9b5928d903952c0d8a8ad41ab63a9651a1c8c770","messages_hash":"ccf26a4cd20e9a3937a27ea76d688a1ae484e3dfb0e621545d9c105871304deb","transaction_count":0,"txlist_hash":"e329db30a579327664d135ce9c3661a259378dcc12e179232599e0186c7bfe91"}',0,'BLOCK_PARSED',NULL,'0b2491a45d04fe1145d57020fe1495370a6c4ac19648247b457f207abca59900'); -INSERT INTO messages VALUES(959,310395,'insert','blocks','{"block_hash":"19eb891ce70b82db2f2745e1d60e0cf445363aaff4e96335f9014d92312d20e4","block_index":310395,"block_time":310395000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'502b292bffc2243569f37eb72cfa1217a1bb239258d2fd4d6d98f5ff02a04fe2'); -INSERT INTO messages VALUES(960,310395,'parse','blocks','{"block_index":310395,"ledger_hash":"872367d61f81cddeb555da5f9c4f46a8ac57c24629ab073094e407a4555a8555","messages_hash":"0b232ce5c5df5a17aa1a4e6caac9c1da67a853107ef41290d0929f236ff116d2","transaction_count":0,"txlist_hash":"2234b36f4187eb0da9ed6a633aa2e15075d5efb23f154963885e7fd42495e4a5"}',0,'BLOCK_PARSED',NULL,'5603a57f771682b538cff679337079d94c95a1cf8b3d3abe2967911da3077f6e'); -INSERT INTO messages VALUES(961,310396,'insert','blocks','{"block_hash":"aea407729ac8d8e9221efd9d70106d14df6aaf9f2f87dc6f490835a9caadf08e","block_index":310396,"block_time":310396000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9a05f714cb47cbf5489e1d3398bd5bfb55b7af441eb5e439e51918c5411f8585'); -INSERT INTO messages VALUES(962,310396,'parse','blocks','{"block_index":310396,"ledger_hash":"b9a9eaaf1cf6cfa4ae5b0f314812a9a2346209da0b7ce57e16010d2a01c0092a","messages_hash":"a6b1cc96d14d1696a210f2b7679628322551a5dab4dd6858fabc0e4c26ab9fa4","transaction_count":0,"txlist_hash":"25946162b9af068438633980c75eaf9e508144f603f7a913de56cc11a7a482f6"}',0,'BLOCK_PARSED',NULL,'d0896087f5c7e5e3638548bb8e42d126660055dbbdcf0badebd27ab3a2b87557'); -INSERT INTO messages VALUES(963,310397,'insert','blocks','{"block_hash":"7c429e56a19e884a8a77a759b52334a4b79404081b976270114043ba94d7985c","block_index":310397,"block_time":310397000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d64c1b384c0824586d4323c6d1b7cc0375920d13353f5e31e517b2f40563463c'); -INSERT INTO messages VALUES(964,310397,'parse','blocks','{"block_index":310397,"ledger_hash":"b61f36bcc934a18fdccf7806d41482684ca129801d0b9ce7815dcd488fc49a66","messages_hash":"7ef7cce0384a4741db1edc2b89b5e1a1ebf007d575a03d9903a6fcce2eae014c","transaction_count":0,"txlist_hash":"e697fb2f445f03a1d895b904be58a554af4c26ed74a65eb0e52c98e490efbd44"}',0,'BLOCK_PARSED',NULL,'38e3bc7980f9c8ca4b9bf050cdec0a39e3cfc7e6d53d0c2eeb1f771090d34028'); -INSERT INTO messages VALUES(965,310398,'insert','blocks','{"block_hash":"55c046db86dee1d63c0e46e6df79b5b77dfd4ab2ff5da79e6360ce77dd98335e","block_index":310398,"block_time":310398000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'08b751fd2530500361acf2d88e5320c7c43166b113ef7843278ce7390e0ddac3'); -INSERT INTO messages VALUES(966,310398,'parse','blocks','{"block_index":310398,"ledger_hash":"9446476e123e5dd354682c60591cab8b712c30df9080dde756246eef45e21df5","messages_hash":"9fb76e3cae124c3808c5dc4fee0d807c180104886f9cc7c4f84aef7028a3595e","transaction_count":0,"txlist_hash":"0d20ba449b95f7d128c8b78ef2a37ec390e6177b2041a2b035a72cb8e6062ba9"}',0,'BLOCK_PARSED',NULL,'7913434e6a1d7613f0f84a0c0506607ece81ec90e2ce7d1820faaeb2b56cfcca'); -INSERT INTO messages VALUES(967,310399,'insert','blocks','{"block_hash":"765abc449b3127d71ab971e0c2ae69c570284e0c5dacf4c3c07f2e4eca180e7a","block_index":310399,"block_time":310399000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'48dd63afe37fc76f720555f19cebb384f5d393af0cee7e091c13f01a926f900e'); -INSERT INTO messages VALUES(968,310399,'parse','blocks','{"block_index":310399,"ledger_hash":"50d288bca09d446f56544fb1ec50d613bdf156488468ac92d433425a3cab0804","messages_hash":"a3448051089a6d3c9c2699bfaed7db5f666dd086c346720892660e2e72ba55b0","transaction_count":0,"txlist_hash":"82214bf1638d82e5b66919990e24d3960eb02a423bb3f36bcdd730b17267e340"}',0,'BLOCK_PARSED',NULL,'812b1a1dfa9a2e06446199c02ab64022674e36feffdbde381fa4eb449662864c'); -INSERT INTO messages VALUES(969,310400,'insert','blocks','{"block_hash":"925bc6f6f45fe2fb2d494e852aaf667d8623e5dae2e92fdffa80f15661f04218","block_index":310400,"block_time":310400000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'becb5080247fceeb809c27317b58ffc9454bf807605eb6bef1c3b9a1e5b1aa7d'); -INSERT INTO messages VALUES(970,310400,'parse','blocks','{"block_index":310400,"ledger_hash":"349a24fd446727bb1793ccf88fc569d20eb680c10e506fc25b281ce6ec3fd7bd","messages_hash":"b1ecf7bfc2df5f80fb83820e200550f990bdf3b8ba9467f2caa4a33012449de2","transaction_count":0,"txlist_hash":"e7ce5e8c9c4160590dcdaba04bc866267a9784f99fe68bebd337da16768e8f18"}',0,'BLOCK_PARSED',NULL,'4119c4b5487ca66f7608257eb47d099b1c5008de94fea6cf1eb2dc00e8436783'); -INSERT INTO messages VALUES(971,310401,'insert','blocks','{"block_hash":"f7b9af2e2cd16c478eed4a34021f2009944dbc9b757bf8fe4fc03f9d900e0351","block_index":310401,"block_time":310401000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0b7a223139e456dbe49406f8d33d865fbf62feeae6989a072fb06748865cad26'); -INSERT INTO messages VALUES(972,310401,'parse','blocks','{"block_index":310401,"ledger_hash":"52c06b68cad19608420b73476a73b411d0327382b92bd454cadf1b8616eb17a5","messages_hash":"039b64af2e0f83ecbe7795fcf51f8e4bb78a61bc4da0ef218e0947238f9d701a","transaction_count":0,"txlist_hash":"6ff1e13b2110c6ee69e86818bd32bacdffa6f4e91fd2d8c2b09b5db35062be81"}',0,'BLOCK_PARSED',NULL,'1a180a33d1daeb4bbbaa1c7744393abe8dfbbf8241ae007dbded54e8d12dcfdf'); -INSERT INTO messages VALUES(973,310402,'insert','blocks','{"block_hash":"1404f1826cd93e1861dd92ca3f3b05c65e8578b88626577a3cbad1e771b96e44","block_index":310402,"block_time":310402000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e83780fb934701f9ce895fcb504b95fb8d29234a672a3ef80383ffafb7d9bd72'); -INSERT INTO messages VALUES(974,310402,'parse','blocks','{"block_index":310402,"ledger_hash":"8bf64213a454c62dd4b0dcd7dfa298da0244a6aa7ae6fff98be6f49d50d259ab","messages_hash":"6859f056ea141b1d28c73a4dbb4ce8eca35363d4ee63f149720bfd018f166624","transaction_count":0,"txlist_hash":"3e776187716a384a84170b2e7dbbb5c152d98535351c1f5b4b00c7bf5ea7ff33"}',0,'BLOCK_PARSED',NULL,'d1e2da305ad1a7e73d9c1f749ed2303138ca6d88b33c84357e4e45b42991ce40'); -INSERT INTO messages VALUES(975,310403,'insert','blocks','{"block_hash":"f7426dbd4a0808148b5fc3eb66df4a8ad606c97888c175850f65099286c7581c","block_index":310403,"block_time":310403000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fa588d41debc735345a36812e7527408fcd8043312992fd731b34d597ebd7729'); -INSERT INTO messages VALUES(976,310403,'parse','blocks','{"block_index":310403,"ledger_hash":"fb2a365372522d1442792cb38e1a4167eda2612ef442c776749097a3d541a827","messages_hash":"76487d441258207850ed85da7eaf14cd04b3f617f60adc00b2d06f866749f7bc","transaction_count":0,"txlist_hash":"1fad731787bca55d4102d8d355ccb9625590baaccd0ae63490320efbf5aaf90f"}',0,'BLOCK_PARSED',NULL,'8630cb5d7696a4bcf784bb4af6d17c930f3bcbd3d73bebba40c32e0d7bb26fb4'); -INSERT INTO messages VALUES(977,310404,'insert','blocks','{"block_hash":"401c327424b39a6d908f1a2f2202208a7893a5bedc2b9aff8e7eda0b64040040","block_index":310404,"block_time":310404000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'55155ee4f0353a8792bc76254c5350a7c286806c6de076202141c9726afec9a0'); -INSERT INTO messages VALUES(978,310404,'parse','blocks','{"block_index":310404,"ledger_hash":"47f96d798df9cad17667be908ebb063ab9f79d947784a78189d247e626864a5f","messages_hash":"a081e648c2a4c7339c1eddb3f9bf7293db793ce482534184e059d1a9821fb324","transaction_count":0,"txlist_hash":"10b2cfe8ebe45dac311048b4aa8d15d7c59ae17f5c1a0c132cfb675d893de8d5"}',0,'BLOCK_PARSED',NULL,'ac0a811103b27368f4c817b62c843dbdd553e11a4e1a5d4b5346e64535c3bf76'); -INSERT INTO messages VALUES(979,310405,'insert','blocks','{"block_hash":"4f6928561724e0f6aab2fc40719f591823ca7e57e42d1589a943f8c55400430a","block_index":310405,"block_time":310405000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'04fe36b0665f2e3262ae46bb3057d53082d9b3e1dcc70057f75f138da9892d61'); -INSERT INTO messages VALUES(980,310405,'parse','blocks','{"block_index":310405,"ledger_hash":"185780205a9ab241bb0656799fd0d5942c1e3e5854abd1d06573da550b04b096","messages_hash":"dc6cf5d51089b69460c812526ef3051ae7fff9555820bd3908ad964344b95851","transaction_count":0,"txlist_hash":"8cbd52dd97944b34f080d675a51360dafcd38183cb08633e6ea247d2c5074435"}',0,'BLOCK_PARSED',NULL,'ccd4ed00a605c10941c8ea43b833b4d5a747c19ed98408266d2a985882e8f0cd'); -INSERT INTO messages VALUES(981,310406,'insert','blocks','{"block_hash":"6784365c24e32a1dd59043f89283c7f4ac8ceb3ef75310414ded9903a9967b97","block_index":310406,"block_time":310406000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fca5b9fefe7272e0943b2985ed5264548cf59c6ef78e73c5570c857b099ec8c6'); -INSERT INTO messages VALUES(982,310406,'parse','blocks','{"block_index":310406,"ledger_hash":"367b9de2313c5f7fce0c2dc2b4a8e2bc059f6881bc924f7315e8e2ca61728a59","messages_hash":"0568edb3fabcb060d574c99c7586d02b02970ffb627be38a3866d6b19d9f9e2c","transaction_count":0,"txlist_hash":"0d104d4ce44d11e581f51e5a33ec9e35a994b2b992842b173fb8a2756412b4b2"}',0,'BLOCK_PARSED',NULL,'edeed642161cc9c2ebcca5114bc861f8922c5f245a1454d0e00c489a72a1f01b'); -INSERT INTO messages VALUES(983,310407,'insert','blocks','{"block_hash":"84396eb206e0ec366059d9e60aefdb381bca5082d58bffb3d2a7e7b6227fc01e","block_index":310407,"block_time":310407000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7a865591e6592d68e9ccd823a112aab76e41c4dae062e1acbbbddc17a656bdd9'); -INSERT INTO messages VALUES(984,310407,'parse','blocks','{"block_index":310407,"ledger_hash":"2bdbd79575aa2ff52ba0cce3fc1a1aac6120d598a8ab0ff3925e1395e6cad2d1","messages_hash":"e9c3a568790c3b7c303b551fde004db2b0ad0db47358daaedb164004173400dd","transaction_count":0,"txlist_hash":"a3407057dc90723c90ed8f2df5af7840e50daa4c4bdedd47181c17a1e8563934"}',0,'BLOCK_PARSED',NULL,'b875b95da47c103e06612213ee793b1cd0c9738b546d0f85f15f7f836397258a'); -INSERT INTO messages VALUES(985,310408,'insert','blocks','{"block_hash":"4827c178805e2abae5cb6625605623b3260622b364b7b6be455060deaaec2cda","block_index":310408,"block_time":310408000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b7c11ff1b3cd674d5ab77b961ba089652129a07716ef3ddb2006f4106e102c21'); -INSERT INTO messages VALUES(986,310408,'parse','blocks','{"block_index":310408,"ledger_hash":"fcd0edef8c4ae9517a6e793a2742c598de38c122829b7a7aa265310417ac92c3","messages_hash":"3db1f2283e186ba0f1ff66db2b802d763ef829458446315a7b268850d350e0c0","transaction_count":0,"txlist_hash":"3ee1e7949bdb395a4e481f94344fccb2781abcb3f5d1fea2bbadb9de9228a426"}',0,'BLOCK_PARSED',NULL,'b2b7d174ac19a2a87b9837021fee04f9d0cd0191805e2c4e6481274447823cdc'); -INSERT INTO messages VALUES(987,310409,'insert','blocks','{"block_hash":"01a719656ad1140e975b2bdc8eebb1e7395905fd814b30690ab0a7abd4f76bba","block_index":310409,"block_time":310409000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ffbd436a129e12e4194925930c930abf02d198f14cd5479d5e2ebfba725cd690'); -INSERT INTO messages VALUES(988,310409,'parse','blocks','{"block_index":310409,"ledger_hash":"5b663c40873af21ebc721f2689e2c57a2c787fff579c58f033bba75910a64837","messages_hash":"6afe56c278a7e9b12b1398c403a8d576821c2fe8f60fb685f5754388b3aae524","transaction_count":0,"txlist_hash":"68fbf3a110ed24946d1594f5a4de1dae9c4b6f0394188a71ab89996e9fb4e55b"}',0,'BLOCK_PARSED',NULL,'a3dad18978d92d316a0c93b6c770b8f64b9c18bfa65e31cbb83bd01da634323f'); -INSERT INTO messages VALUES(989,310410,'insert','blocks','{"block_hash":"247a0070ac1ab6a3bd3ec5e73f802d9fbdcfa7ee562eaeeb21193f487ec4d348","block_index":310410,"block_time":310410000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'07de5abf5a4dd3cc63fcd3a8b7a7fb11283ab26e438bbe496ef9db60067d33ad'); -INSERT INTO messages VALUES(990,310410,'parse','blocks','{"block_index":310410,"ledger_hash":"93c5a33931b2a33933bc286d6987b34730c0677460e4875d5c032ae86c2e01f0","messages_hash":"c757602d9c351e304d79ae755da5d381db44844ae88b444fdf634338b58b925c","transaction_count":0,"txlist_hash":"bd755bf0718d5a0423ec41a8ac84b1554751ff8f0a3f63d87e7e0f58aaa31008"}',0,'BLOCK_PARSED',NULL,'0a1b4dff18902e3433770e9251b82206c20bfa269a6f065b9ae4d7e37b967497'); -INSERT INTO messages VALUES(991,310411,'insert','blocks','{"block_hash":"26cae3289bb171773e9e876faa3e45f0ccc992380bb4d00c3a01d087ef537ae2","block_index":310411,"block_time":310411000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b0258e7a22f0a48a3f061352a5bc09017ed42b9f26d2526efb7c79fdbc7a9537'); -INSERT INTO messages VALUES(992,310411,'parse','blocks','{"block_index":310411,"ledger_hash":"8d98498f89619a2e334e9ac69bf8ff37251af6431d9bb6d1ea8bbc404c5e560d","messages_hash":"bcf6d0caec42917d4e20f80049d5630aa0eea0ef7f748179a1cdece27358741a","transaction_count":0,"txlist_hash":"103563dcfc7b9f149b6efdad7cae17b090d4a8232fd4c37fac7bcf942d784b55"}',0,'BLOCK_PARSED',NULL,'8a40da8a510309866e316996b7cb1e0354fec739378083b8b4f13ccafa6dbe82'); -INSERT INTO messages VALUES(993,310412,'insert','blocks','{"block_hash":"ab84ad5a3df5cfdce9f90b8d251eb6f68b55e6976a980de6de5bcda148b0cd20","block_index":310412,"block_time":310412000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'db572362d2cb555f0b7dc64bac1eed124c9f1637d4c350b904241ca2968e28be'); -INSERT INTO messages VALUES(994,310412,'parse','blocks','{"block_index":310412,"ledger_hash":"a16a650c4b63ed783e7229980be1177da867c188a5039ed5c58b9717f6ccf634","messages_hash":"66a2c3afd44ea767195df7f10f7fe070e114fd53a0b302c86af0de0f71663c32","transaction_count":0,"txlist_hash":"4daa6f0799529346ba4ee87e2aed1450447921dfa92e785378fae39c234a7c8f"}',0,'BLOCK_PARSED',NULL,'05d00ead2d9f687bb193943671df151189f4186ea5cfba146553dfe420cf4bdc'); -INSERT INTO messages VALUES(995,310413,'insert','blocks','{"block_hash":"21c33c9fd432343b549f0036c3620754565c3ad99f19f91f4e42344f10ec79bf","block_index":310413,"block_time":310413000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ba79c356f1b5961ebba167310500b30b84cf616694b4161778cc1c5271da649'); -INSERT INTO messages VALUES(996,310413,'parse','blocks','{"block_index":310413,"ledger_hash":"768577c1a7c2cf2cc19cd8dbe823f1bdb8a222daee4c7ac7b5ead6633040c283","messages_hash":"ef58d2ad7b069d35cdbe4f287c6e7713a139961131e43c6ae75d6e1cfa272cd2","transaction_count":0,"txlist_hash":"7ae9815341dccd2d1bff8dbcfdbcce4e52b4aac8f2fdd421348ed9f44cd19e38"}',0,'BLOCK_PARSED',NULL,'23a00f3a4337a420fc8880d9b66d95ed6630e44d7e2e372bf244dd4792e921a7'); -INSERT INTO messages VALUES(997,310414,'insert','blocks','{"block_hash":"8cff03c07fd2a899c3bcf6ac93e05840e00de3133da14a413e9807304db854b6","block_index":310414,"block_time":310414000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9ff3746dc633f0543c72849803549d9cf90ec85a40baa3bfb05416ef694558bb'); -INSERT INTO messages VALUES(998,310414,'parse','blocks','{"block_index":310414,"ledger_hash":"906c491f164877c31002da41233c237d0d4a945a0072406a7b7d13df74be7eec","messages_hash":"a1749e46ba74128c32db68cc4672ce50f9ee91b5f6ee4edf50d4deeeff8d1a00","transaction_count":0,"txlist_hash":"807cd64b4d8ee3d91a5cbc651e42feeacd5248b6572310472743ca71a9f24621"}',0,'BLOCK_PARSED',NULL,'e63e086331b48ee2f96a146ab03f8478d0cb1762cca372015e2f809b9e29e05a'); -INSERT INTO messages VALUES(999,310415,'insert','blocks','{"block_hash":"dd0facbd37cca09870f6054d95710d5d97528ed3d1faf2557914b61a1fc9c1cc","block_index":310415,"block_time":310415000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5658ad5f793112549e2b796e5e9563d99afaab481ec8cc14b1384d41988f2a7d'); -INSERT INTO messages VALUES(1000,310415,'parse','blocks','{"block_index":310415,"ledger_hash":"d27f99b4a67dfc910d3b932f97b7299779f245e95f871140d3c90f13cc6e506e","messages_hash":"8efc340921a901c9a6ab8bd8db987611424f82ebebcda887aaa0b057c747d3c9","transaction_count":0,"txlist_hash":"67fe947c260b3d8748887e94f68c3725664bb6dbd72187e9312ee48a42770ec3"}',0,'BLOCK_PARSED',NULL,'5f1ad7bdc84a38e48e7f22de7fbdd190d7745b7ebfa0d412bf9beea5e5966669'); -INSERT INTO messages VALUES(1001,310416,'insert','blocks','{"block_hash":"7302158055327843ded75203f7cf9320c8719b9d1a044207d2a97f09791a5b6b","block_index":310416,"block_time":310416000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a70b29e2632fe2393e5bd5ee8959ef631e2dd0eb1072759ea6bcac52f2b62ae1'); -INSERT INTO messages VALUES(1002,310416,'parse','blocks','{"block_index":310416,"ledger_hash":"90fcd04c508a9821e0ba0ed36cd7cfadd1d3c95116e3f52ad69f98d3d14de571","messages_hash":"e6712d0e7040545de075c2b376fb338dbeeda42e5a6745507b88fc0ccead122c","transaction_count":0,"txlist_hash":"1041a17c5c146181a56da6ef17386814299be8a22c76a2b2f8a4a2768b2b531c"}',0,'BLOCK_PARSED',NULL,'b9e64a6f9baf39f3587f59fb44879d7e0162bb58869d9eeda4bb457ff72c8ad6'); -INSERT INTO messages VALUES(1003,310417,'insert','blocks','{"block_hash":"2fef6d72654cbd4ea08e0989c18c32f2fe22de70a4c2d863c1778086b0449002","block_index":310417,"block_time":310417000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'50de2a05d480724e50629ce0c70169629089a20d68fe2a9840a0c718614feb7a'); -INSERT INTO messages VALUES(1004,310417,'parse','blocks','{"block_index":310417,"ledger_hash":"19cbb26c6d24df5b110a5aae9b53a911a61b2086dde926273a1b0f66c1049e6b","messages_hash":"6198ab7caa166d42471d88f8aed4e81272d48f9b68d56a2fb48011d8a93efff0","transaction_count":0,"txlist_hash":"920154e272608daa3c501588cf0eee50c2c45a385d30f42711657ae4a6de3bf5"}',0,'BLOCK_PARSED',NULL,'6a8745953bca68f2e9ac8ae6d51bce1efeb285b6326d2510a0e53eeac54858e7'); -INSERT INTO messages VALUES(1005,310418,'insert','blocks','{"block_hash":"fc27f87607fd57cb02ce54d83cec184cf7d196738f52a8eb9c91b1ea7d071509","block_index":310418,"block_time":310418000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e4d72ff6373f63441066486e71a50f0633d560a57c8e26ca786d54919ffe56cf'); -INSERT INTO messages VALUES(1006,310418,'parse','blocks','{"block_index":310418,"ledger_hash":"2dc971d2db4e92e2d5dcef124bf9cdad33c41a71d6ae3db80297cb2257911f0d","messages_hash":"ec7084b74e153c9c55037b4f7f45ee1eb372fd872435c4b6672f5554bb2192a3","transaction_count":0,"txlist_hash":"290826e9c72e49636370d0dad56ba1c2c9209d888b993e030838f84300c0225a"}',0,'BLOCK_PARSED',NULL,'763418ccbbba1eb584a48b668ffbe2204c4a8ea9c3ad1d58c9cf46a0c2cc7ed1'); -INSERT INTO messages VALUES(1007,310419,'insert','blocks','{"block_hash":"9df404f5ce813fe6eb0541203c108bc7a0a2bac341a69d607c6641c140e21c8e","block_index":310419,"block_time":310419000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'43c38aab7b0fc9f61bf0b01763a5584e5d111c6e86d78cd7b60f450a31af69e9'); -INSERT INTO messages VALUES(1008,310419,'parse','blocks','{"block_index":310419,"ledger_hash":"7ad2bf141622a0db4b27b1f4dab4857d1595e3f746a4113992850a680ebf1f37","messages_hash":"e30b5b6603c7751bcbd63c7e2e509c44d7ee7232db6a1b29ceefee036324f9b5","transaction_count":0,"txlist_hash":"d06653b493d120dd288637d530cd3f6efa1c8f5c252bb275572c1948ff0f3539"}',0,'BLOCK_PARSED',NULL,'0f23049677ccd47a6c5c5a60a91222d916a87fb3959b22b2abd9cadfa1bb83f8'); -INSERT INTO messages VALUES(1009,310420,'insert','blocks','{"block_hash":"138b3f1773159c0dd265a2d32dd2141202d174c2e52a4aeac3588224a3558372","block_index":310420,"block_time":310420000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bf271ce28813a1f1cb941371158e24927b11566918cb894ce6bb5fcf455db30a'); -INSERT INTO messages VALUES(1010,310420,'parse','blocks','{"block_index":310420,"ledger_hash":"3602b26268d1bd3fc5f08f170e9767ff07c91f6976a1c342dc6b24f7ee98c509","messages_hash":"49b6f7c1ec6b4142e867f49371ef52b977fc39b581491ba00b5a801797b88b3b","transaction_count":0,"txlist_hash":"ae8e61a57232c10bd15c655bb8c76007dcef394ba64d1619157ca58990e18c25"}',0,'BLOCK_PARSED',NULL,'f255ee3a4295188458ed18edbf4444b5b3981c07f23f89d631d7f23d74bb8a9a'); -INSERT INTO messages VALUES(1011,310421,'insert','blocks','{"block_hash":"71fe2b0e02c5cad8588636016483ddd97a4ef0737283b5fd4ab6ea5dc5c56b9a","block_index":310421,"block_time":310421000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a0d4ef6977736402faad99898c27314da1a67021f9e0a6ae82de5ee3e6a46207'); -INSERT INTO messages VALUES(1012,310421,'parse','blocks','{"block_index":310421,"ledger_hash":"1c1facfa3852b33c173a08d06450335a2b230541c60973a154e8dd864f3c3c8b","messages_hash":"3f03f9cc35dbd81a3d8e89344b8fe1d407fae09388374aa176f6272ac448e5c2","transaction_count":0,"txlist_hash":"01bfd609f878bb6149779f6377d7868d5b7fa3b831f68cd757967b982cd09ad4"}',0,'BLOCK_PARSED',NULL,'3be2e59e4014b13a36557675b680db94e3665a9211201a39ba28eb048339dd32'); -INSERT INTO messages VALUES(1013,310422,'insert','blocks','{"block_hash":"cd40260541b9ed20abaac53b8f601d01cd972c34f28d91718854f1f3a4026158","block_index":310422,"block_time":310422000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1b735fd0de091a304636f1589840206f33d9c34a58fed901dc6a854bbd2a23a9'); -INSERT INTO messages VALUES(1014,310422,'parse','blocks','{"block_index":310422,"ledger_hash":"e788123aefd1129554fa2c166dbd06ce68f913730183ca73cf248c1f5284eba4","messages_hash":"662b24528400f166d7c0f536d1ef63198a79be52c52c23ac4dc9e1be7b8a8e54","transaction_count":0,"txlist_hash":"6577ad9a9e3889fb5eeac7fc9039af8d4537a8fc28b4a9de85e230f5d9da3583"}',0,'BLOCK_PARSED',NULL,'bb80e7de51749052ba43078a93b4e558531d9a9cdbf15577075cb979fa804ca4'); -INSERT INTO messages VALUES(1015,310423,'insert','blocks','{"block_hash":"6ca0d6d246108b2df3de62a4dd454ff940e1945f194ba72566089f98ad72f4db","block_index":310423,"block_time":310423000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0f679b36c04c1e556cdbf952226235739f7c42ac0623244ba5a4b15e9ed3d324'); -INSERT INTO messages VALUES(1016,310423,'parse','blocks','{"block_index":310423,"ledger_hash":"ad445e5351af8739b2f74cbba8b44201c20ab55ad1db064402614fb97f35c375","messages_hash":"7f0478b153ed1e18d8f4d923447ee01eea08f6e0f93cf0e97d2d173cd29c34be","transaction_count":0,"txlist_hash":"dd7b66518e8ec22359df2d8ad4c0349fe4ab3a74620aaf2ef4bdc93a4c7e2d92"}',0,'BLOCK_PARSED',NULL,'2d9880b4372c8f632a53b1cfdc51573ceeed3bd89bfa8d5ab37251a1926407d0'); -INSERT INTO messages VALUES(1017,310424,'insert','blocks','{"block_hash":"ed42fe6896e4ba9ded6ea352a1e7e02f3d786bfc9379780daba4e7aa049668ad","block_index":310424,"block_time":310424000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0a22536f1c05e9c012f2894f28f13633058de9792632285d68e50bb79d71628d'); -INSERT INTO messages VALUES(1018,310424,'parse','blocks','{"block_index":310424,"ledger_hash":"e89872ed802fe4421844882958fe6384cf21a85a6dcf10db761e2bb4a77ed24e","messages_hash":"12bea4a677a58e26d40c45a608d640886ef32fce0ff915bc5e7167b64d09c224","transaction_count":0,"txlist_hash":"bb05836e569bc4c85141c5b4d2832efa5a83ad519260e96d92f6ee16fe4a0c80"}',0,'BLOCK_PARSED',NULL,'a73712b070fc0f7ca5ce9289b6024d88f3f6d775b48f520b55e8b54c7dad450a'); -INSERT INTO messages VALUES(1019,310425,'insert','blocks','{"block_hash":"73f4be91e41a2ccd1c4d836a5cea28aea906ac9ede7773d9cd51dff5936f1ba7","block_index":310425,"block_time":310425000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'70a3a1c12a1e153aff59c7dfda3fa2737e8405e4722963f0c8ff1d533be9181a'); -INSERT INTO messages VALUES(1020,310425,'parse','blocks','{"block_index":310425,"ledger_hash":"29e595e9ac7717013cfc8d12255496192234abbddd8a66762a5eaff0c49f3750","messages_hash":"4d75ee51f11f797d69bb520aa58ce216939009066410dccdfde68252ba929193","transaction_count":0,"txlist_hash":"2cedf78c9d13e32fde5792907f2ac9f409fe701740533b94ceab6b8087f790b1"}',0,'BLOCK_PARSED',NULL,'b3c08ec5a08c1d569680bd755acd18b8bb2ec1601828c81f38c0693970c076cb'); -INSERT INTO messages VALUES(1021,310426,'insert','blocks','{"block_hash":"9d28065325bb70b8e272f6bee3bc2cd5ea4ea4d36e293075096e204cb53dc415","block_index":310426,"block_time":310426000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'013a3729e001cec0ca5bf6b760caa08405e21e3a88562f176fc041f877d301bc'); -INSERT INTO messages VALUES(1022,310426,'parse','blocks','{"block_index":310426,"ledger_hash":"9b9509ce7b7bf380f4d030604810a755c71fabe27152be990997a6a9db37ff15","messages_hash":"3d2272e78223d779c2809fdc624d40a843a8f6abe090f512f0975bc0cbdd855f","transaction_count":0,"txlist_hash":"c037094c1947835fceefa8a25a81724d9c88191d5f5199d3a59339bd44407289"}',0,'BLOCK_PARSED',NULL,'b7ad751d2720ea23d20fc9fbb131cf84e42dfbd67aa20091cf789ae02aac3170'); -INSERT INTO messages VALUES(1023,310427,'insert','blocks','{"block_hash":"d08e8bc7035bbf08ec91bf42839eccb3d7e489d68f85a0be426f95709a976a2a","block_index":310427,"block_time":310427000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7622a77ea67745307c61db197f5c98b5e6612c6e98d302bdf0324f3fc34bcf4d'); -INSERT INTO messages VALUES(1024,310427,'parse','blocks','{"block_index":310427,"ledger_hash":"f1b834e2a380f1b9a78c592acbe78ec809220c620e15f296ab8d7ecea6cd392e","messages_hash":"cfca68084b8db33fa307842fa1e47892f485367c839bb48620bf31c5508c6dd4","transaction_count":0,"txlist_hash":"81d439d9d368279e97c8739243efb01c7027be218d831d93127364fa247aed95"}',0,'BLOCK_PARSED',NULL,'c9514bf60e82a837f52b595c0509370dbb8cce42709fc1619a34148ffbe6aa70'); -INSERT INTO messages VALUES(1025,310428,'insert','blocks','{"block_hash":"2eef4e1784ee12bcb13628f2c0dc7c008db6aaf55930d5de09513425f55658a2","block_index":310428,"block_time":310428000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'282166257773734a30a42506f4450a12182e2b86eb6cb90b4f7739d38813c674'); -INSERT INTO messages VALUES(1026,310428,'parse','blocks','{"block_index":310428,"ledger_hash":"9e963a17fbc4a5c20d48094f1459959033520f92d7a8bc044b71bbffb8dd173d","messages_hash":"4f19ace345d3edfe1ffdc1352c7b97d79fc82d1dd02c9223b70ad44b7971c275","transaction_count":0,"txlist_hash":"002b7ac255f66476970512e50d7ca9cb5da695bea9763bf0379f8d8e6c77a71c"}',0,'BLOCK_PARSED',NULL,'4ae0f2b4dc5092b3ee24640e92b2165c6e2423552b62a9e1d7d4147fa25e9345'); -INSERT INTO messages VALUES(1027,310429,'insert','blocks','{"block_hash":"086bfbba799c6d66a39d90a810b8dd6753f2904a48e2c01590845adda214cf8d","block_index":310429,"block_time":310429000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3d76a486fb25a579120d30563dc9b811c64309456bd100542cdeeb0c13fda12c'); -INSERT INTO messages VALUES(1028,310429,'parse','blocks','{"block_index":310429,"ledger_hash":"ac8cfd965b9c53f32731a3e0fcdb6df5746d646b02c88b5201a674125e37eed5","messages_hash":"68c111a4cfde7bfd0772f4402dcfd11dbad70b7a7fcaebb405abd5a78034a50d","transaction_count":0,"txlist_hash":"4b68376b50d77145ada0ebc72c3eb43b54b4743b538dbc9fa2c914515882dbb7"}',0,'BLOCK_PARSED',NULL,'530fb5f01015c576ebe2bab28027ffe14b08a8e7de124b32aa9d61d1f74ba92d'); -INSERT INTO messages VALUES(1029,310430,'insert','blocks','{"block_hash":"870cf1829f84d1f29c231190205fe2e961738240fc16477c7de24da037763048","block_index":310430,"block_time":310430000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'49a11f2b3ddc16f085c4c17cf916ffa73820811e4c55fb63a713ff746060d019'); -INSERT INTO messages VALUES(1030,310430,'parse','blocks','{"block_index":310430,"ledger_hash":"33654e32dfd41ff3a5744b57fd2483a08a2b4729c18ca54c3ac5d95a1bf0ef21","messages_hash":"5c1e69da91ec560636105b274854f5d84c9ad84bf2e7d3be74e97994d9fe5fa0","transaction_count":0,"txlist_hash":"3323c2d01e777caaca3eeaf6f2af8299cee1622589cbaf08f4d245356642d2f2"}',0,'BLOCK_PARSED',NULL,'8bbc31306cfbcdeb140cf14ed97bc6e17320d12ee6bd10e5a6bff01f2a252430'); -INSERT INTO messages VALUES(1031,310431,'insert','blocks','{"block_hash":"20b72324e40ffc43a49569b560d6245c679e638b9d20404fc1e3386992d63648","block_index":310431,"block_time":310431000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'24eee5ad5c80aecbd3a9d1dffdbc4c236deb734ea1fe931f6c9813c2ebecdb9b'); -INSERT INTO messages VALUES(1032,310431,'parse','blocks','{"block_index":310431,"ledger_hash":"ba8837c811ae87981cc37cb49438d958fa58dfc5a95824040f2fd088465406d1","messages_hash":"b7033b64cd7125079b342299f4eca4078e7ffe7d1b7778b69429e69ab615f067","transaction_count":0,"txlist_hash":"67aadda0a565f4f5e2786b5007e56e2d10077e87e7d3acc216fe0803365b7b81"}',0,'BLOCK_PARSED',NULL,'e3662b33ca89e5757adf3211547f0122193f1f11424b4e3660d22be0cb7f0117'); -INSERT INTO messages VALUES(1033,310432,'insert','blocks','{"block_hash":"c81811aca423aa2ccb3fd717b54a24a990611365c360667687dc723e9208ad93","block_index":310432,"block_time":310432000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a506d6425c83aa41d384e61db416daa89d69251736e77015ffb2421a422bd6c6'); -INSERT INTO messages VALUES(1034,310432,'parse','blocks','{"block_index":310432,"ledger_hash":"7864019cb0cbbcd895154421183d6acb932b1d64441103b913d52469f656655f","messages_hash":"b9eb4fba99172a265d1c6a19590523d01fda96f0095122f0dd711b0fc2789617","transaction_count":0,"txlist_hash":"c12942ffa02a5f8eaddf3e8e55ad0ea03f29cebd9e822e00c504c162cddd0471"}',0,'BLOCK_PARSED',NULL,'25bfe5d8a01664c3796b473962feee27a5f915179fab789073e0f98a451bd5de'); -INSERT INTO messages VALUES(1035,310433,'insert','blocks','{"block_hash":"997e4a145d638ad3dcdb2865f8b8fd95242cbc4a4359407791f421f129b1d725","block_index":310433,"block_time":310433000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7a6bd73dbda3cc07529a5fcf942aaebb7e652c1ed26a2fb34739dc6518fe7ff8'); -INSERT INTO messages VALUES(1036,310433,'parse','blocks','{"block_index":310433,"ledger_hash":"a6da92ef0df7d092de09f2f8d2c99ff65ad74e2a0bd2ea25f8335614372f5279","messages_hash":"d1d4a7a5bf7600837da6b5e219ca0b418656eff5cce5785e283040ea986caba0","transaction_count":0,"txlist_hash":"f0eefd9f81db595b07fe719a41e67e54fdb987e177f05d37040237db3be2a8a5"}',0,'BLOCK_PARSED',NULL,'aa7f05b56e8056a8d2c11407083f4c67cd75a4f79954a819d8a7127fc8bcdc24'); -INSERT INTO messages VALUES(1037,310434,'insert','blocks','{"block_hash":"61df9508e53a7fe477f063e0ff7e86fbb0aef80ff2ddedc556236a38f49ac4d8","block_index":310434,"block_time":310434000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cc6ef95ea767a38a981a6351953cd913319d8046a888efe729b8d9cab98c853f'); -INSERT INTO messages VALUES(1038,310434,'parse','blocks','{"block_index":310434,"ledger_hash":"e288db28ac6a42822f85fd042f65b57378bc6cc2f8616edfa88143d7b1c9ddcc","messages_hash":"996a0c9bb9c61a0b25287868aa440184cc38c1f83fdc33f6b62fa2bff9913eb9","transaction_count":0,"txlist_hash":"173f8b7d2c581e9f088b3fb6e96ad2af597b172717d8f8732fd5857997f0f3d7"}',0,'BLOCK_PARSED',NULL,'f594dd1a77a0314be7a687f049a1700d759f54c4a21821dd980855c621cb47ed'); -INSERT INTO messages VALUES(1039,310435,'insert','blocks','{"block_hash":"f24cf5e1296952a47556ac80a455a2c45da5c0dc2b388b51d235a3f741793d5f","block_index":310435,"block_time":310435000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ee241ed6da762c34f23aa4ca39bc48349af2ccd11a681e73de84773e42548b28'); -INSERT INTO messages VALUES(1040,310435,'parse','blocks','{"block_index":310435,"ledger_hash":"e87af314e8d7a5f2315ccc559d7c2255c008ba63aff017696201db69344d423f","messages_hash":"bf1359161c996753915a6dcef44f52827909dc2fd4d4d5b477a0d72fffc4a21a","transaction_count":0,"txlist_hash":"a4dd5a36f1aeee54e99bb23095b64707fc0b3fde5f64e33135429a100e4ea558"}',0,'BLOCK_PARSED',NULL,'9259fde38c07353b2e96669599e47d788da13fa55e0964d9705c115d967a1475'); -INSERT INTO messages VALUES(1041,310436,'insert','blocks','{"block_hash":"a5e341ba92bdf9b3938691cd3aab87731eba5428bb61a804cecf9178c8da0c19","block_index":310436,"block_time":310436000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d42353dfc7b1a2f88a28628586111627f93abafe3fdae9215ba2dc57c456ffd2'); -INSERT INTO messages VALUES(1042,310436,'parse','blocks','{"block_index":310436,"ledger_hash":"82327b93bd3ffcdf797bc2f6470b9c8c5101e54b924ec5f141a31356aa8865c7","messages_hash":"043c95a6151223f2c109a76ee418e5c653387f139e5f22d6837e8eddcb3a517a","transaction_count":0,"txlist_hash":"c6b0f05a847c30dd3f2d3f8cb7c26a84f1d005b4720a553f9dd8b717185d7f05"}',0,'BLOCK_PARSED',NULL,'215d59ca0b07405b47c21445fe7ee2f32c3354f197a6a662ce8ae4dc23030526'); -INSERT INTO messages VALUES(1043,310437,'insert','blocks','{"block_hash":"9e18d0ffff2cb464c664cefc76e32d35752c9e639045542a73746f5ec2f3b002","block_index":310437,"block_time":310437000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e4e119e5ae56d7ae6d7313c2a9d34a4e8e3a22d76f27a3289fdd55bbf9a697a3'); -INSERT INTO messages VALUES(1044,310437,'parse','blocks','{"block_index":310437,"ledger_hash":"70d86f9ef8df495474de06b94e1857693c73d9ca3528356b82553a52fdce0dda","messages_hash":"68b300a94ef9ea2917b30ffc0c02d06638159c942fbbcb8345cd2d579525f03a","transaction_count":0,"txlist_hash":"809d60564fefff56688616b7fb96378d4eb425e5c8de36b34f0c9070935dac26"}',0,'BLOCK_PARSED',NULL,'2400a7cfc2a0075dd4e51ea5194f291be799b658565848ab126c3e3a88e084c4'); -INSERT INTO messages VALUES(1045,310438,'insert','blocks','{"block_hash":"36be4b3470275ff5e23ed4be8f380d6e034eb827ebe9143218d6e4689ea5a9fc","block_index":310438,"block_time":310438000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'23140eb449fc15952828fde8b8aca274abb49f7fc2117aaa7ec1bcdb876573d2'); -INSERT INTO messages VALUES(1046,310438,'parse','blocks','{"block_index":310438,"ledger_hash":"44b90478e32373205462f0fb212da636b31db6dfb99a2b56923beb97a3a64722","messages_hash":"44f03139344dfa5e4172438209361b3bdec8ed06336156cb26b64cf1993dfb30","transaction_count":0,"txlist_hash":"2cf7695a3cea08358af8bd9378b1d6ad6c7223cbac01589042ace6c3cb312196"}',0,'BLOCK_PARSED',NULL,'475e318cb2dc571bf3fd51574f124062df20f8ae7d5fae2b2a39e5ad5bd56d55'); -INSERT INTO messages VALUES(1047,310439,'insert','blocks','{"block_hash":"4f2449fce22be0edb4d2aefac6f35ce5a47b871623d07c2a8c166363112b2877","block_index":310439,"block_time":310439000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'52678b25c6e89ea4b09f3cddcf8c1d01bfd8d6921e04d3b5ba0e3bb0e431a6e2'); -INSERT INTO messages VALUES(1048,310439,'parse','blocks','{"block_index":310439,"ledger_hash":"66b791b9deb7d2fc8b075f41d712e300ffa9c46ca9d6f4e7cec6429ca6a65163","messages_hash":"875c62ea6e5daf9e9113de07a8e6c851cfdaa6dbff4b2b46fe99c1e1dc57ff56","transaction_count":0,"txlist_hash":"41f11f77910c12535fa183e819b36a0dda32eaafe0ae8016e2ce7c23d5c1d67d"}',0,'BLOCK_PARSED',NULL,'91182bee17a66885c80650a23d0746972b9c440e5620d2f5e67fef7e11aef265'); -INSERT INTO messages VALUES(1049,310440,'insert','blocks','{"block_hash":"89d6bd4cdac1cae08c704490406c41fbc5e1efa6c2d7f161e9175149175ef12a","block_index":310440,"block_time":310440000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6599d944c55136ef8619f8becb96eb7c9045272aa0e185a42f1360385e58fc4a'); -INSERT INTO messages VALUES(1050,310440,'parse','blocks','{"block_index":310440,"ledger_hash":"5baa10e1659182ba4511f87f08deda38d5de3501c63efd376604cc199140d27c","messages_hash":"db53453281d31f404a0c2fd4a6098010fd933fedc79ef457c14d8ec05c431988","transaction_count":0,"txlist_hash":"c6762d7334806b6b62c3cee84f65346d1121493d3bc3f890af174c4abe4710ae"}',0,'BLOCK_PARSED',NULL,'47c7041a80dd0093a3e3f0ef6445470e0aed19ef6475db738dd8e3b805987771'); -INSERT INTO messages VALUES(1051,310441,'insert','blocks','{"block_hash":"2df1dc53d6481a1ce3a6fee51ad4adcce95f702606fee7c43feda4965cf9ee15","block_index":310441,"block_time":310441000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c3e607c64ccb2dbbcada1b24fdc43ab52c737f578f5abc4cc4903080d94960af'); -INSERT INTO messages VALUES(1052,310441,'parse','blocks','{"block_index":310441,"ledger_hash":"2d490229fead1b15a8350da7bcc83c483dae06e4a2f574c6e8fde248acd449d6","messages_hash":"19d36ee9fa99c52e0c18ab8ffbd31f9961be0b5dbb0c26f925061cc8eda4bfb6","transaction_count":0,"txlist_hash":"f9fcb16a928c44b86ab2af7407a2ca269455b144694a80927b9213bf8e7ac710"}',0,'BLOCK_PARSED',NULL,'e3282c14315b040da1a49c7753bb5b3055d39d3fb6408b6cdc9690f8c1f50a6b'); -INSERT INTO messages VALUES(1053,310442,'insert','blocks','{"block_hash":"50844c48722edb7681c5d0095c524113415106691e71db34acc44dbc6462bfec","block_index":310442,"block_time":310442000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'be7049df07c968da442843e80cf37392f5ebaeb2ecfd4fb4ff590112fbc95fac'); -INSERT INTO messages VALUES(1054,310442,'parse','blocks','{"block_index":310442,"ledger_hash":"a3728bacfbdd289b7af24248b9bdacd5643bd5412bb993f5380278631eabb9e9","messages_hash":"92e251d4298424a8b07fdea50d3b85b744ce23063a0930a3d6b868b86133bf12","transaction_count":0,"txlist_hash":"5d2600af95413d101a9e3d98b2d9f5ea02cf1cf6a28bf7e96870e167638a7be9"}',0,'BLOCK_PARSED',NULL,'b45d4269eef8daadb9308670febf07565a6a93297769c6c8fa5430ede0f15e6e'); -INSERT INTO messages VALUES(1055,310443,'insert','blocks','{"block_hash":"edc940455632270b7deda409a3489b19b147be89c4d8f434c284e326b749c79a","block_index":310443,"block_time":310443000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f68eebabd43cdc41791ac91b970dfbf48802db210006bd67e109878ffdd739f2'); -INSERT INTO messages VALUES(1056,310443,'parse','blocks','{"block_index":310443,"ledger_hash":"d829da764f6397b22a6b97ef396b363ef2cf071990df2dc9c0d03806db6a46b5","messages_hash":"1a7840370a5ea6c2d4497f1328bb4a185be38a8b602fa189fe30b4b998da9855","transaction_count":0,"txlist_hash":"4c595c9a60ccc98d2f6cd75c92c28333174c618337457f9c5ccf362252732081"}',0,'BLOCK_PARSED',NULL,'ede4a556d8b576d9ee5848f34835c7c5201166af01ca8495a0599aae08df7938'); -INSERT INTO messages VALUES(1057,310444,'insert','blocks','{"block_hash":"68c9efab28e78e0ef8d316239612f918408ce66be09e8c03428049a6ee3d32e4","block_index":310444,"block_time":310444000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2801bdc4285a12094748c0f377497815e546414673190d9d57e17994b1a2d678'); -INSERT INTO messages VALUES(1058,310444,'parse','blocks','{"block_index":310444,"ledger_hash":"ef53249bf0f13e1f2073b815c8d8da3ab744b6d277b29ddbc0bd68bd006af34b","messages_hash":"f90446895aae714477d38d6870052e7137fa5c009225ff74071ec26a7b419643","transaction_count":0,"txlist_hash":"5ec6d64106ac1c65cd1dd2129c786aca3cf426c7a1b5f6a966b6684b37755293"}',0,'BLOCK_PARSED',NULL,'604887fa5adf45234a16c9b15b2dd9ec2b52682b3fefcd50a43e2c62d764113b'); -INSERT INTO messages VALUES(1059,310445,'insert','blocks','{"block_hash":"22a2e3896f1c56aefb2d27032a234ea38d93edf2b6331e72e7b4e3952f0234ef","block_index":310445,"block_time":310445000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'294f3994f026fcb214aaabc94602f8f8703640ce9c853ece5415a28f27ee8ab8'); -INSERT INTO messages VALUES(1060,310445,'parse','blocks','{"block_index":310445,"ledger_hash":"7e731cda90932b2b4844abdbc3ff60683173104e6c72ed81c65d9a17fd4872dc","messages_hash":"f9c64958fc0f01dbb88c2a8da2fbe3e160451ff143db9c73803977594d8b2d3e","transaction_count":0,"txlist_hash":"6da5abcb8ff2a77c33c7c43061754d9fe8e587157a98e194157faf534d2ee9c6"}',0,'BLOCK_PARSED',NULL,'122c7b893c0cf65945199ed332b47fefed0323efe32743c8efed0806bf3e2905'); -INSERT INTO messages VALUES(1061,310446,'insert','blocks','{"block_hash":"e8b0856eff3efce5f5114d6378a4e5c9e69e972825bc55cc00c26954cd1c8837","block_index":310446,"block_time":310446000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'73b4e40764a61601362959b3fc675698e49ebdecec9a69fce283809b6efe7e88'); -INSERT INTO messages VALUES(1062,310446,'parse','blocks','{"block_index":310446,"ledger_hash":"db55bac8025e95a567ba984f36dcb09357aa3e9b8706bb594e669b628d4e7204","messages_hash":"b756b7c4d9d99dc6c34f2aaf85703ca5aefcc773f98c00daa6c605fafdb623c3","transaction_count":0,"txlist_hash":"e8efb64e8f5f867f1c0db99afa9f9a3e3a06d0e1d55e16e9639ca36c3bda5cd4"}',0,'BLOCK_PARSED',NULL,'3ef04c9fe110b364865c88b7440490aa289005fb6114d98f55ddae62dbe80842'); -INSERT INTO messages VALUES(1063,310447,'insert','blocks','{"block_hash":"3f4bc894c0bc04ee24ed1e34849af9f719f55df50c8bc36dc059ec5fa0e1c8a8","block_index":310447,"block_time":310447000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5ce7593b8b8b24bd55fc2c994fdc1c86ea635670ae68e88d0f2c616f4eac32f7'); -INSERT INTO messages VALUES(1064,310447,'parse','blocks','{"block_index":310447,"ledger_hash":"5cc4fa447cc291ffcce7be3c4f8fc70041bf8af5c2dd591136d4a449095d2570","messages_hash":"1e92f7f6af1f5753c200f98e9d5ecc31fb7ddb11acab3c9cfca9da9540b77c51","transaction_count":0,"txlist_hash":"026eb6a7315302879ca62afb071da788deb5759eb3de89cf68fec00ec638d9f0"}',0,'BLOCK_PARSED',NULL,'b8d906ec847bcc9c0420b383c04434a9ba0784443bb924ad9e119f113da66023'); -INSERT INTO messages VALUES(1065,310448,'insert','blocks','{"block_hash":"6a6c7c07ba5b579abd81a7e888bd36fc0e02a2bcfb69dbfa061b1b64bfa1bd10","block_index":310448,"block_time":310448000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37acc8ac571476c0f2ce812fde5ef8845b33cd0b35041c62a70f3aa8934e4443'); -INSERT INTO messages VALUES(1066,310448,'parse','blocks','{"block_index":310448,"ledger_hash":"ce49854f4493c163bc891888f920fbc6dd8855c30870beb757df69b33de52633","messages_hash":"ffedfbb5421c1a26d7788416fe289714507e97fc2b1395fa07f04ad75bad026e","transaction_count":0,"txlist_hash":"e47cc99299a82c9be619633effff5b9cace113215d7f71aa7d2327e69d3ca3bb"}',0,'BLOCK_PARSED',NULL,'b73c6ff2cdd418eedc042d131489e84e0f686787b52b8d04a50fc902453cce09'); -INSERT INTO messages VALUES(1067,310449,'insert','blocks','{"block_hash":"9e256a436ff8dae9ff77ed4cac4c3bfbbf026681548265a1b62c771d9d8e0779","block_index":310449,"block_time":310449000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8b0bd0c90910b517152c6a4835330c8a08914dcd640776e019bdfa5c88e60e41'); -INSERT INTO messages VALUES(1068,310449,'parse','blocks','{"block_index":310449,"ledger_hash":"84557595cf2067a95924119b8ed5fea114acd9ca1b0df4dbe4ae5181a739b5d1","messages_hash":"9865076f287d87208a93e8fe043ceb16bbdfefda64ccfcaf2c64c9b1d87ac1c4","transaction_count":0,"txlist_hash":"4e3048f5eeba69570f9ffd86a3573e85bdfb46a92acf60d55c04d41f49f7f870"}',0,'BLOCK_PARSED',NULL,'b3650a0b0bef1780ffaee06f266e5275d570e3dae525226f475a5b4569685d8d'); -INSERT INTO messages VALUES(1069,310450,'insert','blocks','{"block_hash":"2d9b2ccc3ad3a32910295d7f7f0d0e671b074494adc373fc49aa874d575e36a3","block_index":310450,"block_time":310450000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'19bab6d37e427610f0930a07edf7217cb2e1c04064cc33487ca74128a2041fe4'); -INSERT INTO messages VALUES(1070,310450,'parse','blocks','{"block_index":310450,"ledger_hash":"0e3b252b73fb652f904780da9fc59d1081d712337a9b15cf1a56ea72fbe96c73","messages_hash":"19cc0c654951339af09920a9183a6fffd35607c85986d77bac7aea3f644dd568","transaction_count":0,"txlist_hash":"c98b9428cf94077169705f3961816f87293eb89bc840167b1ed8ffb074aef48e"}',0,'BLOCK_PARSED',NULL,'f92fc3307dec9f53ff16e9a9ba5caeafc9bcaa3b342fa3b69e13ca9ff67b3160'); -INSERT INTO messages VALUES(1071,310451,'insert','blocks','{"block_hash":"55731a82b9b28b1aa82445a9e351c9df3a58420f1c2f6b1c9db1874483277296","block_index":310451,"block_time":310451000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ba0a0d92b9289a4a857304dea30e629393d1e242b73a8c2a5d80b1c0032fa947'); -INSERT INTO messages VALUES(1072,310451,'parse','blocks','{"block_index":310451,"ledger_hash":"790eccd04e24e5f10f843d63bbdc1538cf1aabb0e8e6c862104be0ef845f603f","messages_hash":"d9c9503962c77b2587ecb980f7c093fc3cd82fc7b508f9b2972cbc439a022a33","transaction_count":0,"txlist_hash":"3fda9e8b7ebc417311c9f14e61c9dca2e490702c1c796eeb1df156f174d52cb5"}',0,'BLOCK_PARSED',NULL,'00e078022751a0b90367a749b0832bb6263a5c60079653b42498c6042fae7870'); -INSERT INTO messages VALUES(1073,310452,'insert','blocks','{"block_hash":"016abbaa1163348d8b6bc497cc487880d469f9300374a72ecb793a03d64572aa","block_index":310452,"block_time":310452000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'06bc4ba7c09556dbb7f3bdb08e6cb20ba2cb9b80345ba571456c52a9cd4de51c'); -INSERT INTO messages VALUES(1074,310452,'parse','blocks','{"block_index":310452,"ledger_hash":"30962129b060b63050fe8f249592587d74cdabc4ebb5680230a280da880c8586","messages_hash":"8f1bc99748e5127fe515bad25c00cc1751d86d458bc830d08540386399775fd9","transaction_count":0,"txlist_hash":"a1bf92fe5ae4df49a6059263dfd3a9ed105ec24ae02cb9127c0408f7330d962c"}',0,'BLOCK_PARSED',NULL,'975b9da42376937b5cdb9730737d6ea652a1c0b688f581b4744470212ed3cf71'); -INSERT INTO messages VALUES(1075,310453,'insert','blocks','{"block_hash":"610be2f49623d3fe8c86eacf3620347ed1dc53194bf01e77393b83541ba5d776","block_index":310453,"block_time":310453000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ee9e82e02a4c57334a48e9cbc8c1f265065c00d36fa731a6115c85f164310f68'); -INSERT INTO messages VALUES(1076,310453,'parse','blocks','{"block_index":310453,"ledger_hash":"56f4aa1086d8985a00cc295cf9618d976e69ba426b0c3d103bea6b47b58e4355","messages_hash":"40257800f1ce9ac416580217781c3ea906a5d0fd95a64eeacda13100158b4f92","transaction_count":0,"txlist_hash":"a81de51b7b56cc68f599e592be22e11c2f0b51ca27c027f13b58f05b2229a8e1"}',0,'BLOCK_PARSED',NULL,'9e7ab358030b335f3bf53f6e5b6b338744617f5d6be806a31a9df17744c40443'); -INSERT INTO messages VALUES(1077,310454,'insert','blocks','{"block_hash":"baea6ad71f16d05b37bb30ca881c73bc48fd931f4bf3ac908a28d7681e976ee9","block_index":310454,"block_time":310454000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'976e9857d5ee690c187a0aba69772ed0cdc3e8a56e3399d8bf89ea4e91221a6a'); -INSERT INTO messages VALUES(1078,310454,'parse','blocks','{"block_index":310454,"ledger_hash":"38d14a206003b812cbaf5f200235dbe12aa6a674e5f3379cb186a781cb5a5654","messages_hash":"914b74ce89d2798b1969e31ad597a0cdba4fa740297d54d5b1d808d5d71fb9b7","transaction_count":0,"txlist_hash":"022e8475ba7e68c75b4a00387ae431b7bdaa4d125dcd1b19d08e9c431d3e6057"}',0,'BLOCK_PARSED',NULL,'da6b7750325e333a0ae04c76c339021663e8a8c29658da50305d10658e6493fc'); -INSERT INTO messages VALUES(1079,310455,'insert','blocks','{"block_hash":"31a375541362b0037245816d50628b0428a28255ff6eddd3dd92ef0262a0a744","block_index":310455,"block_time":310455000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4f5eeb8418b514e4294043eccf32b8af70a3d43ef93411f315b4ebce33373d16'); -INSERT INTO messages VALUES(1080,310455,'parse','blocks','{"block_index":310455,"ledger_hash":"b2ff303a67c05bc12fcdfdb774ea4ddc690434c3371428b3416d38105f265f28","messages_hash":"251f29f2596962538ebe61d8336e3546cd36ee11f8e4d7c3142f974f613b65b4","transaction_count":0,"txlist_hash":"91a1dc2fe8dd56e137b210136966950c79b4badcdf787b4b9fafa7985847192a"}',0,'BLOCK_PARSED',NULL,'78bf479cd6afbe94acd709d9c1b67d35d1f3ee960bde86076dbf2c0d4e5904af'); -INSERT INTO messages VALUES(1081,310456,'insert','blocks','{"block_hash":"5fee45c5019669a46a049142c0c4b6cf382e06127211e822f5f6f7320b6b50fa","block_index":310456,"block_time":310456000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5d5d457f6b06d8069cdbe5a341dc553ecce324b10304b9b87acc32749f99316b'); -INSERT INTO messages VALUES(1082,310456,'parse','blocks','{"block_index":310456,"ledger_hash":"6cc16b442fd7758ed7bae9f50367fa60debdb5d81bffc5abccda044573aeaf15","messages_hash":"3389f05c7c01862f7c615a163b4ec5ef99b3ffbd2b2cb6272254d92e8f30f450","transaction_count":0,"txlist_hash":"5125d7f8718a5a26aed1e1db2ce80e8d2eb4d96bbc91277bace52f571b7f8c26"}',0,'BLOCK_PARSED',NULL,'62af0ef020ad55cb0e5b4fd8a7f04a1f2a3eb07dcd6aaa5ce347c9e7c091d48a'); -INSERT INTO messages VALUES(1083,310457,'insert','blocks','{"block_hash":"9ce5a2673739be824552754ce60fd5098cf954729bb18be1078395f0c437cce9","block_index":310457,"block_time":310457000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b8ad4980abb735106bed62e58661d2029cc89dedd72ea35394cc5da480583232'); -INSERT INTO messages VALUES(1084,310457,'parse','blocks','{"block_index":310457,"ledger_hash":"8fa0401d245b1b1e8b40760a54f331564d8597e242462ec412878e36a9b06800","messages_hash":"c73407eddd7b678bb4f13b10fdec311e24a878138cad7b56636d15e77146d9ed","transaction_count":0,"txlist_hash":"061dc1962f44d4da9de8ad6bff4d96650058f5d444951e9c808b901db8717c81"}',0,'BLOCK_PARSED',NULL,'55fb0308afb7665c7d50cfe0c37e684b14fbeb30a556ee66acb8ab21625a6a4e'); -INSERT INTO messages VALUES(1085,310458,'insert','blocks','{"block_hash":"deca40ba154ebc8c6268668b69a447e35ad292db4504d196e8a91abdc5312aac","block_index":310458,"block_time":310458000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6f4c18132809098caf78aeb0c886fdc90c48ffa765b01f2a46c58afdebef257f'); -INSERT INTO messages VALUES(1086,310458,'parse','blocks','{"block_index":310458,"ledger_hash":"520f92700e31b8a35260a280ae11bf8668b0e09d34795a9d88678f2977e19f7c","messages_hash":"684a75695bd2676f8dcc94df0cf6a6556e9d3b4504e0458bb7de5e221487324e","transaction_count":0,"txlist_hash":"b0208287d25e4ca6a1856236b4d4c7a3608533f0a47a9c673806d5d3baeb2297"}',0,'BLOCK_PARSED',NULL,'b68ab0c236a634ed47b35bacac59a6531c6e4336863264ac732a745bf1a2f248'); -INSERT INTO messages VALUES(1087,310459,'insert','blocks','{"block_hash":"839c15fa5eea10c91851e160a73a6a8ee273a31ab5385fe5bd71920cbc08b565","block_index":310459,"block_time":310459000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cfc843125e7f6a23a9b06092ed37b29bfb512a321136d34c1525f378bde18df7'); -INSERT INTO messages VALUES(1088,310459,'parse','blocks','{"block_index":310459,"ledger_hash":"d7f728b78228a914b8767a6caeaf2267e9dbd50490a27f6c23bd96060eab8ee0","messages_hash":"88b9e32e51ab17a614f79cfa846fd879bdb36d580b900f0a54ea8508fa883b56","transaction_count":0,"txlist_hash":"21a24d787b30434a230cae77e281636855ff40a8fb4aaaad35eb034835f63e97"}',0,'BLOCK_PARSED',NULL,'d7692f6818ea71077bedf61e134330cbcd6c7740897512a8ffe067568562ddd3'); -INSERT INTO messages VALUES(1089,310460,'insert','blocks','{"block_hash":"9b5f351a5c85aaaa737b6a55f20ebf04cafdf36013cdee73c4aaac376ad4562b","block_index":310460,"block_time":310460000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d2454b1590ec7342e4f4a9bd67753c915a8fc1a5386804eb89cf3c4c34c1937d'); -INSERT INTO messages VALUES(1090,310460,'parse','blocks','{"block_index":310460,"ledger_hash":"33c2b4c6d22888448a2458ff2ce6a1cfae5e858acae2a57e4cc0232980f8fa4a","messages_hash":"804e939128940e0725d23b2e0fcdaeb9cb6bba78517450ca99303ac0aa919cd8","transaction_count":0,"txlist_hash":"2ae25ed250bd603684d0affe8b14af5a1b8d1554beaed08aa8f723cc3c66cf8d"}',0,'BLOCK_PARSED',NULL,'77984b2635139c3c8bbc2c49d768f29b45000e6f9e1a51adc183ee3452451c0a'); -INSERT INTO messages VALUES(1091,310461,'insert','blocks','{"block_hash":"8131c823f11c22066362517f8c80d93bfc4c3b0a12890bdd51a0e5a043d26b7b","block_index":310461,"block_time":310461000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cfd456c60a40dd7c4e7f0d84885c7dbb058d988af10988fcf44c44e05afb722c'); -INSERT INTO messages VALUES(1092,310461,'parse','blocks','{"block_index":310461,"ledger_hash":"22426912d3317922912326da552af284677c9b76b6416b6c056668f27ae4f19f","messages_hash":"f77abbef90fd4866cfa274949655a17dd90be5ad9281c535fbe20f1ca1feb3c6","transaction_count":0,"txlist_hash":"13b7774cf2a5a0f3d65031cd5f9ee498eaeee5c1e0e8ecbd346e0427d847a5c0"}',0,'BLOCK_PARSED',NULL,'21252bb0a692025b43b582228d914cbca16fa7e47968d751a35e103703558365'); -INSERT INTO messages VALUES(1093,310462,'insert','blocks','{"block_hash":"16f8fad8c21560b9d7f88c3b22293192c24f5264c964d2de303a0c742c27d146","block_index":310462,"block_time":310462000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'340a3a89941299e78fb78040255d1b8b56dc629c3303994b5a7c1a5f7ecc73d0'); -INSERT INTO messages VALUES(1094,310462,'parse','blocks','{"block_index":310462,"ledger_hash":"74225b62e696aaeafbd4d6db40b41081c7493d9cc44984729d8619ff9450ce32","messages_hash":"32a60b918bfe449813cdd157c6fb903bc70376994f8d488e5b85982e25ec1d31","transaction_count":0,"txlist_hash":"4f23d4da0bbe4b8bb7e00b6b746b4180356013c63f7a6f9b3eee479380b04e4f"}',0,'BLOCK_PARSED',NULL,'d74a33f09edce3fd7a86053f260e1545de30c4cb6b5f56888faea931d5e80f3b'); -INSERT INTO messages VALUES(1095,310463,'insert','blocks','{"block_hash":"bf919937d8d1b5d5f421b9f59e5893ecb9e77861c6ab6ffe6d2722f52483bd94","block_index":310463,"block_time":310463000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'22c453a42abcc0d8d8a2e8c005ba0c236dbf0c2c2e8c03bdfdd39e8a9355cc60'); -INSERT INTO messages VALUES(1096,310463,'parse','blocks','{"block_index":310463,"ledger_hash":"b970979bfe0d44ae2f21f7d98bdcc4ae37287b93cad9fa51f32a62337ceba0c1","messages_hash":"e26394e08672a5381c433f6d3340033ea44137ad7f3c1d75c4c2a348f4122dd3","transaction_count":0,"txlist_hash":"7b9a9095733a9d870b33aef4bb15767c32b012c27b52de8731358178b87bfb50"}',0,'BLOCK_PARSED',NULL,'f2451ada715b7d8c7f3bd3d3ada576caae3a4904c680ec2769d026a66165e0a0'); -INSERT INTO messages VALUES(1097,310464,'insert','blocks','{"block_hash":"91f08dec994751a6057753945249e9c11964b98b654704e585d9239462bc6f60","block_index":310464,"block_time":310464000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'88d8a742e72daf67ced43b345a06eb7660bf33e2a437829d11d5fbe4d0176eb7'); -INSERT INTO messages VALUES(1098,310464,'parse','blocks','{"block_index":310464,"ledger_hash":"00007a158b003fcca20c9fcaa8d73a556f0206bc9a7ab3e5c566ea1bda8648cb","messages_hash":"7e97948ec36ab6e4fd60c7a2dd80d76eaf95146fdf094512fa64a2d2b480e7c1","transaction_count":0,"txlist_hash":"28d7eceb69efcc6736dd64c65ed218dae2e8d0e9d4d7284b0572a5d1065a9d52"}',0,'BLOCK_PARSED',NULL,'a30fb4d160853b4c85b616dee69f2900e410f986bc3b4ec67cd9ef49cd5fa4ad'); -INSERT INTO messages VALUES(1099,310465,'insert','blocks','{"block_hash":"5686aaff2718a688b9a69411e237912869699f756c3eb7bf7c3cf2b9e3756b3d","block_index":310465,"block_time":310465000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8a0efce78adc0993e9d65fae4fb6c30606c821e9796bdabe319f5b6007f99f06'); -INSERT INTO messages VALUES(1100,310465,'parse','blocks','{"block_index":310465,"ledger_hash":"09c407870b056db90148a9e4cb8ada003898ff28c584bec6a5be90514758a851","messages_hash":"321252a574908253b5fdd42e83aa2f1f8e54fbc0fced726f284747a150defb3d","transaction_count":0,"txlist_hash":"7a4f4ed76efc69ddb5fc13abe258656d6a5e4a845203b5f3f9133716093d7f6d"}',0,'BLOCK_PARSED',NULL,'730d5ac5b0a76f3649f2b17e826fcbedbf51d3aa6b6216a9a6b7ef3109fceca1'); -INSERT INTO messages VALUES(1101,310466,'insert','blocks','{"block_hash":"8a68637850c014116da671bb544fb5deddda7682223055a58bdcf7b2e79501fc","block_index":310466,"block_time":310466000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'450beda27dfc119ff422955899bb91df8fb655df9e086b303a8bdce714098509'); -INSERT INTO messages VALUES(1102,310466,'parse','blocks','{"block_index":310466,"ledger_hash":"23bcfdbb44d8fc2ae6a86ea073ab080158014f04516b256a70d846399e7383cd","messages_hash":"907fa24ee27fb37424a240424b054fed5bec8b2408104a755a908313e2a62f03","transaction_count":0,"txlist_hash":"57124a566cf1e863b27fa19e3c982fe4a5115119ffb745624697380ad8d5f900"}',0,'BLOCK_PARSED',NULL,'06b72779955bedc3823471c97d5ad25da13099fabf26787b93380fc2e4ddfb42'); -INSERT INTO messages VALUES(1103,310467,'insert','blocks','{"block_hash":"d455a803e714bb6bd9e582edc34e624e7e3d80ee6c7b42f7207d763fff5c2bd3","block_index":310467,"block_time":310467000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dfd2e1f07bf3f5198e61976cb6e530eda46920c7701dd93fc8f4666d903b29e9'); -INSERT INTO messages VALUES(1104,310467,'parse','blocks','{"block_index":310467,"ledger_hash":"a43abeddb61ad99d57f208cb0c6cc3e0b05a200009e6d90641a2bc7aac707adf","messages_hash":"72de58b87ea7ec0528ad07c1c1a7412081f4666917728aa9394a033fbdb725e9","transaction_count":0,"txlist_hash":"fb3b1ef99d2f323e1bdd6998b78b6044c8c7328fafad6b9fea1de7bd0244a265"}',0,'BLOCK_PARSED',NULL,'e66daf1f43db5ab87d6078ea7c79ffcd76da2e1fd78d1d60035e994cf6ec25fd'); -INSERT INTO messages VALUES(1105,310468,'insert','blocks','{"block_hash":"d84dfd2fcf6d8005aeeac01e03b287af788c81955612375510e37a4ab5766891","block_index":310468,"block_time":310468000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7bd53426d465e99236f820bb98c089b89b8f43d518f61c6c6ad92dbbe0546aa1'); -INSERT INTO messages VALUES(1106,310468,'parse','blocks','{"block_index":310468,"ledger_hash":"fc909facd6ba38fa0908fd49a6e2f25bd8284de5265ef761497b8a2d595344b3","messages_hash":"1f2e3a4358edd71af50059cd40085b0cdc616804d06182e17a5c721eb8133aaa","transaction_count":0,"txlist_hash":"5c84a33365a6954fe639a1c2b1df030b8728d5d331df5ea1ef4a60f976cfa5d2"}',0,'BLOCK_PARSED',NULL,'98449aa331f73e936a095474ae80b53a8df8098be02db147dd21ab445f80435b'); -INSERT INTO messages VALUES(1107,310469,'insert','blocks','{"block_hash":"2fbbf2724f537d539b675acb6a479e530c7aac5f93b4045f4356ea4b0f8a8755","block_index":310469,"block_time":310469000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'27af813c1c19b9534ebd03c5ef9763bbbb712ef6dba9ff48e19751b4487d24f5'); -INSERT INTO messages VALUES(1108,310469,'parse','blocks','{"block_index":310469,"ledger_hash":"09f0d1c9bde8cdd63544fbb5eab46c2954654d32f3736f9975cf860588aa65cf","messages_hash":"74fcc2b8beeef4b711943b22c48aeee6c3aedaf0a2284415be27210e4fc1918c","transaction_count":0,"txlist_hash":"38083f12891b03e2f089b02f7cb6b7fc7b6cb7091613e1d299051717eef6748b"}',0,'BLOCK_PARSED',NULL,'a84a0b9bd74c2c0ed79a822d74055a3b5fbe82f01ab58166c4e1be06bade3dd6'); -INSERT INTO messages VALUES(1109,310470,'insert','blocks','{"block_hash":"ebb7c8e3fbe0b123a456d753b85b8c123ca3b315da14a00379ebd34784b28921","block_index":310470,"block_time":310470000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9f009a60021a0685339cc9da67326fb436ff68a7b4c24a8e3457d5a657454b46'); -INSERT INTO messages VALUES(1110,310470,'parse','blocks','{"block_index":310470,"ledger_hash":"41832b12459e778621b8f576e597b9f639390338605b30e5be28423b016b199a","messages_hash":"dc17946ca63f4c6fd0355edfc6f3f3ce9bb3baf43f6e48567306e2ae0e689834","transaction_count":0,"txlist_hash":"bc0a8227d8698655c56004a73150eb92144469fd22d4ce8bf0f48c27084e99ae"}',0,'BLOCK_PARSED',NULL,'93705067edf6d7877ad3032140a89d8d2dea508182847476351352ab83439f1c'); -INSERT INTO messages VALUES(1111,310471,'insert','blocks','{"block_hash":"fc6f8162c55ecffeaabb09f70f071fd0cb7a9ef1bccaafaf27fe9a936defb739","block_index":310471,"block_time":310471000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec661d57dc7e8b2283afd98080e03f11f0a836298c443928ba42ce221b97fd9d'); -INSERT INTO messages VALUES(1112,310471,'parse','blocks','{"block_index":310471,"ledger_hash":"bf701017153742cb597353349c90ec66f790f222dd98d617d98a0117f1de3274","messages_hash":"fa795eae3c00475bd30ada9c105492835ebc7b7ae5f756df0a7fec300683e904","transaction_count":0,"txlist_hash":"d912707e01e39b078d3cee49df85af32019d7367d199543259bc98864c3ddae5"}',0,'BLOCK_PARSED',NULL,'13fcd27b7ddcd9a86a098cb36770deac75dbc2b838ed1830ec2cd4ca1853a482'); -INSERT INTO messages VALUES(1113,310472,'insert','blocks','{"block_hash":"57ee5dec5e95b3d9c65a21c407294a32ed538658a6910b16124f18020f16bdf7","block_index":310472,"block_time":310472000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5a1b79e475aabf1bb63ff721c80fa50b66653630c11d1ed52b74526dc3ce9b04'); -INSERT INTO messages VALUES(1114,310472,'parse','blocks','{"block_index":310472,"ledger_hash":"2a162bbd5a20f89a39156995658fd0c4715881bc130922d0edf95b60ece60b9c","messages_hash":"acec9e3155d8b519b1e71b15afa0f140fa73dc03b2d6e36eacda8efbca851942","transaction_count":0,"txlist_hash":"c9f21a9ff022fd95423d3eb56017f4f6f8ad56a9fde974c5d08b37f01a0d0f13"}',0,'BLOCK_PARSED',NULL,'89381b9eacc13bf46a6c0007e7ecb7dd42e64a5d3eaca02a1b6821cce229e653'); -INSERT INTO messages VALUES(1115,310473,'insert','blocks','{"block_hash":"33994c8f6d06134f886b47e14cb4b5af8fc0fd66e6bd60b3a71986622483e095","block_index":310473,"block_time":310473000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec2297e6fc315cde8196ad0a1e749aca1725b5dc19527328b423d450becc4de8'); -INSERT INTO messages VALUES(1116,310473,'parse','blocks','{"block_index":310473,"ledger_hash":"1ce10996ec9e37d8ddc204f038542c6781da88d2d45bae1952a88ab993b81e88","messages_hash":"e84644524ad5764ac4c90710dc91d82990ff606d9fa6adafa63bb5865a8d6dd3","transaction_count":0,"txlist_hash":"ad410d51bae82f8322d110d7b2270a1ff74c0ca64dfc31c5d293cfee7dbbb459"}',0,'BLOCK_PARSED',NULL,'b9c7bab04eefe66777c2cf8a2e8fbcd2214e9c051a63fa431708c3506d8ac122'); -INSERT INTO messages VALUES(1117,310474,'insert','blocks','{"block_hash":"312ee99e9526e9c240d76e3c3d1fe4c0a21f58156a15f2789605b3e7f7794a09","block_index":310474,"block_time":310474000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fb85493abfcf8376110a435ea474f836379e1c204812b011cd0cbcbbb637b88a'); -INSERT INTO messages VALUES(1118,310474,'parse','blocks','{"block_index":310474,"ledger_hash":"5ae424c24ca30aad5aca8298a13ae9371f55b15bc789c7731d833c6e7c7cb04e","messages_hash":"768e9b208ba76886d3500a45debe27e78b7217cf982a7b04a62f11bffc1b7f4d","transaction_count":0,"txlist_hash":"b091eceeb4b263d9fa55bd5595cd298ff8b335e03007d62339033cd884137d48"}',0,'BLOCK_PARSED',NULL,'d3b0cc41ce6a8a0fcbb30e53cf1cb02dac58b42a6ce8e9c2c36faabd1087b8e9'); -INSERT INTO messages VALUES(1119,310475,'insert','blocks','{"block_hash":"bb9289bcd79075962117aef1161b333dbc403efebd593d93fc315146a2f040eb","block_index":310475,"block_time":310475000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eab1b9004c266bfb4a3ca684c66f1a86e3360c9c84b033f9931b1add4c6f4dee'); -INSERT INTO messages VALUES(1120,310475,'parse','blocks','{"block_index":310475,"ledger_hash":"b9b257efe76a36c340629ceb265822dd10449a08eadc69667a8ea05af5c052f8","messages_hash":"e0a4f4d8dd515e0f24db7cd91c10685b5cba3da7b361fd810fa5e64bbb2bced9","transaction_count":0,"txlist_hash":"345c94c7b237efaf2b4e92802125b7d783e456e36ab6868d1f4126698361ba89"}',0,'BLOCK_PARSED',NULL,'4a64e0cc5c0bc5f2c2db8fa7053e52e803a929fcde0e5c6dd678f7719971da55'); -INSERT INTO messages VALUES(1121,310476,'insert','blocks','{"block_hash":"3712e1ebd195749e0dc92f32f7f451dd76f499bf16d709462309ce358a9370d0","block_index":310476,"block_time":310476000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5ce75c32c2a02e53e22905398dcf3b6a66316c7617641528dd15f93626a47e75'); -INSERT INTO messages VALUES(1122,310476,'parse','blocks','{"block_index":310476,"ledger_hash":"070c06b36f3a77c04fb4bcc3ab1045e95f198f3f970846e59c35db0d03cdaf2c","messages_hash":"c756a9412b0ddffc983158da8444d2129f48c505becac3e7ae710ef2c267f770","transaction_count":0,"txlist_hash":"014e01dabe6dd8db8e0477f9b12d4f4e3589e41223ec8c9ca5035b942524ca41"}',0,'BLOCK_PARSED',NULL,'703d8bb6420088df79278c3fbcced686d31d989092a81f7fbae03b18b4405cbe'); -INSERT INTO messages VALUES(1123,310477,'insert','blocks','{"block_hash":"7381973c554ac2bbdc849e8ea8c4a0ecbb46e7967d322446d0d83c3f9deab918","block_index":310477,"block_time":310477000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'74ba49f5d589adcbed4451f645ef610c1abbaa49c1ea662bb6f2dff9f524e09b'); -INSERT INTO messages VALUES(1124,310477,'parse','blocks','{"block_index":310477,"ledger_hash":"4954596dd44d112fd0407c215be3c9534a348d6f708ae4a1e66527d1ac2830b1","messages_hash":"7ee91e28c7908afaf889a373ba301c7a8bb778533984e1b5031c28c9bba3c440","transaction_count":0,"txlist_hash":"1351438c8ea21d9619f81e51cfd188dbefd6a4816fe3c30b68210ac160890e9b"}',0,'BLOCK_PARSED',NULL,'fc5ac7a3ae67a501d071d300cfef1837abf887d9e1618065b1d6b56d5700d342'); -INSERT INTO messages VALUES(1125,310478,'insert','blocks','{"block_hash":"c09ee871af7f2a611d43e6130aed171e301c23c5d1a29d183d40bf15898b4fa0","block_index":310478,"block_time":310478000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad7819aa5b26262667613e686b30355ab2527c29507b8a77589e79db6df945f5'); -INSERT INTO messages VALUES(1126,310478,'parse','blocks','{"block_index":310478,"ledger_hash":"d9cac2e29863569bc96aaf022437906a534968a17bf965c54bf59931cd92e590","messages_hash":"3629b798b2a670bf3ae254bff2fe89c7ee769505f8658fab2c5e9aaaa010837a","transaction_count":0,"txlist_hash":"cbec4d277b86a587fd0463340a8990600046f6f166f6fde0b6ec1ee817ab12bb"}',0,'BLOCK_PARSED',NULL,'f606a96450e172168bc1d8d36b940fd010b2b9f4b0ab50ef3f1dd2732f074a53'); -INSERT INTO messages VALUES(1127,310479,'insert','blocks','{"block_hash":"f3d691ce35f62df56d142160b6e2cdcba19d4995c01f802da6ce30bfe8d30030","block_index":310479,"block_time":310479000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4116c4a60a360756808e7872e1613d200bc5b725fcde9536ac0eb5fcc34da3f8'); -INSERT INTO messages VALUES(1128,310479,'parse','blocks','{"block_index":310479,"ledger_hash":"2e48a89a55b6f368745e1c022683e93c20bdd920011518f18fd936f2190ac5e0","messages_hash":"158d6ddc87aab54ebc872f835258693a0cefe90aa064c899b35f805f1726f5e5","transaction_count":0,"txlist_hash":"81d4ab55e022000a1bb3fbe758e497425c5196951c3e7896d3c641d54b4f2db6"}',0,'BLOCK_PARSED',NULL,'79ee3033147758aa991667721b9161eed3a832ad1e696c6e5389ebd37d977c2c'); -INSERT INTO messages VALUES(1129,310480,'insert','blocks','{"block_hash":"2694e89a62b3abd03a38dfd318c05eb5871f1be00a6e1bf06826fd54d142e681","block_index":310480,"block_time":310480000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'efbf3fcb6ab11467de864f365deb918a1228666590df4621c1dfdf672581c6e8'); -INSERT INTO messages VALUES(1130,310480,'parse','blocks','{"block_index":310480,"ledger_hash":"aa54124d86e74bebd14ea481ac2a5a5186236ffe214747f1af11ac370565525c","messages_hash":"1bd2e8cc4d3184c9ed2a7f74348304676115cc7b60a230e2047bae20df01c653","transaction_count":0,"txlist_hash":"8d7e0f8a6f052692155e23eb612c02468830485938e7cb77a91e0c2061611385"}',0,'BLOCK_PARSED',NULL,'3317ebf0925cb1e4c4bebd2887e6c8c4f8494ff16fdc656ee6509bdf3eb95646'); -INSERT INTO messages VALUES(1131,310481,'insert','blocks','{"block_hash":"db37d8f98630ebc61767736ae2c523e4e930095bf54259c01de4d36fd60b6f4a","block_index":310481,"block_time":310481000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5685eed6cacd3658679a74cd9fb0e5af0ac44f8b74f27a5f67cc894df1244bc0'); -INSERT INTO messages VALUES(1132,310481,'insert','transactions','{"block_hash":"db37d8f98630ebc61767736ae2c523e4e930095bf54259c01de4d36fd60b6f4a","block_index":310481,"block_time":310481000,"btc_amount":0,"data":"0000000200000000000000010000000005f5e1006f8d6ae8a3b381663118b4e1eff4cfc7d0954dd6ec68656c6c6f","destination":"","fee":6375,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","tx_index":482,"utxos_info":" bfa2498c61a5ab493924ae30e1755b76e3aa56a149551f72c198302f4bb72514:1 2 "}',0,'NEW_TRANSACTION',NULL,'82ef32cd37446dd9ed5eea6685e33925a7284ca3a508686473e1e38dddf395f8'); -INSERT INTO messages VALUES(1133,310481,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310481,"event":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","quantity":100000000,"tx_index":482,"utxo":null,"utxo_address":null}',0,'DEBIT','b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5','3911550e46431955cf53247e611ae070851da6f0bb1a7d55cd97626a44b98b0d'); -INSERT INTO messages VALUES(1134,310481,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310481,"calling_function":"send","event":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","quantity":100000000,"tx_index":482,"utxo":null,"utxo_address":null}',0,'CREDIT','b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5','06567efe349d03fcc0ae460a589a6bbbe463cb955022d508784719d20f83a221'); -INSERT INTO messages VALUES(1135,310481,'insert','sends','{"asset":"XCP","block_index":310481,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","memo":"68656c6c6f","msg_index":0,"quantity":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","tx_index":482}',0,'ENHANCED_SEND','b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5','8b396fb1e750b7e3279eb5b04241b2fc823e098d5518b058b02f32ce5d3b0589'); -INSERT INTO messages VALUES(1136,310481,'parse','transactions','{"supported":true,"tx_hash":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","tx_index":482}',0,'TRANSACTION_PARSED','b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5','735d18a5a80818b4e95abbe9ed814830f44bd9c3d93dd0c572cee20f93dff551'); -INSERT INTO messages VALUES(1137,310481,'parse','blocks','{"block_index":310481,"ledger_hash":"fbbe1266bb773e5a3f5b48e82566ff75bc74bfea9424f81f670952565db15c59","messages_hash":"43111baab85782f92198e6d1c3f43fa09b590c19ffa855294c70248301099681","transaction_count":1,"txlist_hash":"8bc755d288d8d6525d9161e5d5072631a72e46d2373de37c7851aa10f3479ed5"}',0,'BLOCK_PARSED',NULL,'56d07dba04104ea7325f2aa63a88cc6a7a20abbf3ed491d717493ba8a36cf4f8'); -INSERT INTO messages VALUES(1138,310482,'insert','blocks','{"block_hash":"2e27db87dfb6439c006637734e876cc662d1ca74c717756f90f0e535df0787d6","block_index":310482,"block_time":310482000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3eeb8c6cc5b59b9f5112884e6c422f48cee49f91d7292665e8592957e4feaeda'); -INSERT INTO messages VALUES(1139,310482,'insert','transactions','{"block_hash":"2e27db87dfb6439c006637734e876cc662d1ca74c717756f90f0e535df0787d6","block_index":310482,"block_time":310482000,"btc_amount":0,"data":"0000000200000000000000010000000005f5e1006f4838d8b3588c4c7ba7c1d06f866e9b3739c63037fade0001","destination":"","fee":6350,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","tx_index":483,"utxos_info":" 2ebe132dfa9d25726c0cae96e32a1f4bb92cfaae285a740dd1a21e1e1586e15b:1 2 "}',0,'NEW_TRANSACTION',NULL,'92b8b5db91ec00691a10e79c6d4e4a7b2c904e525532587f3bdf6d26e2e37c3b'); -INSERT INTO messages VALUES(1140,310482,'insert','debits','{"action":"send","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310482,"event":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","quantity":100000000,"tx_index":483,"utxo":null,"utxo_address":null}',0,'DEBIT','c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34','9bd7ae71635b015335da74d57858ed924bad93782083eb0492c1f18233327e8c'); -INSERT INTO messages VALUES(1141,310482,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310482,"calling_function":"send","event":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","quantity":100000000,"tx_index":483,"utxo":null,"utxo_address":null}',0,'CREDIT','c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34','3995182a6bb9dd892c49ce3ced0b31924954f28ba43030bfa8feebf00f195974'); -INSERT INTO messages VALUES(1142,310482,'insert','sends','{"asset":"XCP","block_index":310482,"destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","memo":"fade0001","msg_index":0,"quantity":100000000,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","tx_hash":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","tx_index":483}',0,'ENHANCED_SEND','c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34','da37d668876be88e0cec555fce9c86e802cedd4ea03b8b0237b0aeb600315dfe'); -INSERT INTO messages VALUES(1143,310482,'parse','transactions','{"supported":true,"tx_hash":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","tx_index":483}',0,'TRANSACTION_PARSED','c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34','9e5bd77f21fd511323c9def51de3fcc0eaaed97953cdfc613b48bfae108d58f5'); -INSERT INTO messages VALUES(1144,310482,'parse','blocks','{"block_index":310482,"ledger_hash":"bd28a97e90054319c4c301c3e99d68aaa5e1bf5a145a8f2c4529040bb8137209","messages_hash":"f30ec6c277b42f623b1fc6ca3e6ebcd1fe2f89074d18e9a47aab313edd1008e1","transaction_count":1,"txlist_hash":"838486910c9c7722fb3afbac7b0514cdd94126486f6671697423b34164b9906f"}',0,'BLOCK_PARSED',NULL,'41d536f0df7b9aa816893925d5e5894b5c2818fc19c01550a0e2b82a68f4d2b8'); -INSERT INTO messages VALUES(1145,310483,'insert','blocks','{"block_hash":"013bac61f8e33c8d8d0f60f5e6a4ec3de9b16696703dea9802f64a258601c460","block_index":310483,"block_time":310483000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ca8055a236c85d11a414368ab55a253e7514b5dffae7439ebacf4d49b4e72aab'); -INSERT INTO messages VALUES(1146,310483,'parse','blocks','{"block_index":310483,"ledger_hash":"fbbeacec99c9ed99a7fc37cdd5673fe8bdce08eba7fcb25b696e262af29ca5d8","messages_hash":"42150ac3c3b737a9229076946a1d0757e6e9e6db6b36d6a571a88ac47d35872a","transaction_count":0,"txlist_hash":"2be6ebe515877a76a7b83b1929ca2ef77be1df3aa3d6766c0c47450898ad7adf"}',0,'BLOCK_PARSED',NULL,'11ae4d68f7f113615847f89a8d5a094a7dbd5654fb227276a2c0647f90cd0520'); -INSERT INTO messages VALUES(1147,310484,'insert','blocks','{"block_hash":"7cac2b3630c31b592fa0497792bed58d3c41120c009471c348b16b5578b3aa2b","block_index":310484,"block_time":310484000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ff8fd42a525d0606cdb8786864ad0016d718ce4de28924d2ef3e7f80fc93128'); -INSERT INTO messages VALUES(1148,310484,'parse','blocks','{"block_index":310484,"ledger_hash":"310bc7c61c1325ee3f97e888658fd74e1fe4adccef4924abb6978150fe6f3dad","messages_hash":"ddf80877d247daec7dc274fe8352e7eb894b9ffc8ea133345b9dbf9e93a50d3d","transaction_count":0,"txlist_hash":"ec800faf2b61e7b1c2c85157d09b058f59defc14ffbe64d82dffea2a0368ade2"}',0,'BLOCK_PARSED',NULL,'cc25fe6a6478445196f7be31a0e2a9caa8a99742182150131650c6b7e6f84a48'); -INSERT INTO messages VALUES(1149,310485,'insert','blocks','{"block_hash":"eab5febc9668cd438178496417b22da5f77ceaed5bb6e01fc0f04bef1f5b4478","block_index":310485,"block_time":310485000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1f0332aa76a4bf88e8bdd6c078759a550bf9bfaf82fd975345fced69ab0991df'); -INSERT INTO messages VALUES(1150,310485,'parse','blocks','{"block_index":310485,"ledger_hash":"b7f66db9ea5838b65286422d0cac262f6b81bbd5a7397adf7b8d85b21354dbcd","messages_hash":"bacfec386f4762a6d2fd52e908bd2710afdaf8a5c0e6017690d1dea1a45294db","transaction_count":0,"txlist_hash":"c2c0301119eb8f6e5ee8f72a4f93366a7c2b9f327f087a5aabff7d73892ca74f"}',0,'BLOCK_PARSED',NULL,'27a947804856fc183cadfb1b1147fefa5507ac72bdfa490c0ffc0c966ab8960e'); -INSERT INTO messages VALUES(1151,310486,'insert','blocks','{"block_hash":"d4fbe610cc60987f2d1d35c7d8ad3ce32156ee5fe36ef8cc4f08b46836388862","block_index":310486,"block_time":310486000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e95107c5851d6ba79e6df1edab347305285dd0b6a1be3863bdae3b754a53f40c'); -INSERT INTO messages VALUES(1152,310486,'insert','transactions','{"block_hash":"d4fbe610cc60987f2d1d35c7d8ad3ce32156ee5fe36ef8cc4f08b46836388862","block_index":310486,"block_time":310486000,"btc_amount":0,"data":"0000001e52bb33003ff0000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14","tx_index":487,"utxos_info":" 6b8d0b2f14d76925018d55a2b0948e66cb67a99678b9ae8026797948ca974cd8:0 2 "}',0,'NEW_TRANSACTION',NULL,'102b8a79f3b863689300e84fb69530d83dcddb284f3fc3015a1f3adc41f69895'); -INSERT INTO messages VALUES(1153,310486,'insert','broadcasts','{"block_index":310486,"fee_fraction_int":5000000,"locked":false,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14","tx_index":487,"value":1.0}',0,'BROADCAST','3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14','2eef5f790d4f4c4fe9e6d2191c17553a3239b6ac4df2b517a6a12cdd6b536ef9'); -INSERT INTO messages VALUES(1154,310486,'parse','transactions','{"supported":true,"tx_hash":"3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14","tx_index":487}',0,'TRANSACTION_PARSED','3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14','a061a2b7ccf8f424f474606bae94c2c5edf693f9377a57ab2eaf5cbcf05349ab'); -INSERT INTO messages VALUES(1155,310486,'parse','blocks','{"block_index":310486,"ledger_hash":"0f829769e4da773089d7b05047a499db5f6d1b17795d4fba912882caee9813e0","messages_hash":"f2fcec527a05ca3f986a2877ee3bd74aa7ebd441acaf8270a8fb88a60f3e0338","transaction_count":1,"txlist_hash":"ea66c7d9251a0eb884fef48de05cb58bbcf3a9e08319f01c96f180aeb0de9bab"}',0,'BLOCK_PARSED',NULL,'685bf282313a30929793e7f5e547a85a0c39732bf209a4fdd678de019edefe8b'); -INSERT INTO messages VALUES(1156,310487,'insert','blocks','{"block_hash":"32aa1b132d0643350bbb62dbd5f38ae0c270d8f491a2012c83b99158d58e464f","block_index":310487,"block_time":310487000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a9ad652180074b60e65a55e8690c28119d03c1f3dbbec3c8fb5c9968086b3404'); -INSERT INTO messages VALUES(1157,310487,'insert','transactions','{"block_hash":"32aa1b132d0643350bbb62dbd5f38ae0c270d8f491a2012c83b99158d58e464f","block_index":310487,"block_time":310487000,"btc_amount":5430,"data":"00000028000152bb3301000000000000000900000000000000090000000000000000000013b000000064","destination":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","fee":7650,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","tx_index":488,"utxos_info":" ed3fb8c01061ce068ac9758e33c6cb9f8f76d0173fa9cd0a2f1d06dd0452296f:0 3 "}',0,'NEW_TRANSACTION',NULL,'e85889b585bb2ec4fddc0be862766487da033d380513c2d0d9abc75f4065af32'); -INSERT INTO messages VALUES(1158,310487,'insert','debits','{"action":"bet","address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","asset":"XCP","block_index":310487,"event":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","quantity":9,"tx_index":488,"utxo":null,"utxo_address":null}',0,'DEBIT','41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef','03e76cd411d97c30a9169b05f3df96af167d8ba4fe5d69b60050972914b644de'); -INSERT INTO messages VALUES(1159,310487,'insert','bets','{"bet_type":1,"block_index":310487,"counterwager_quantity":9,"counterwager_remaining":9,"deadline":1388000001,"expiration":100,"expire_index":310587,"fee_fraction_int":5000000.0,"feed_address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","leverage":5040,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"open","target_value":0.0,"tx_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","tx_index":488,"wager_quantity":9,"wager_remaining":9}',0,'OPEN_BET','41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef','eb642333c6e1bd8ddf092e82f9bc05170d87337752932d8322a73d419dfafa86'); -INSERT INTO messages VALUES(1160,310487,'parse','transactions','{"supported":true,"tx_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","tx_index":488}',0,'TRANSACTION_PARSED','41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef','bf9c1f8e8340195ec5f297d5ca62c5bf07532e16e94c009b93510e02eba0b490'); -INSERT INTO messages VALUES(1161,310487,'parse','blocks','{"block_index":310487,"ledger_hash":"4b4d7a79843342e96e5d9d71bbc49690245b3098be75e7b86f273021d526216d","messages_hash":"138b45c34be20f406877492e48b26bae08c1b64d12a06333e2adb53b5d762606","transaction_count":1,"txlist_hash":"76fbd411c43f3f67c8bf61138c5672de0cfda2d98f112a6e50b3a5d084d7cc72"}',0,'BLOCK_PARSED',NULL,'665080f926e9aadc17dfe58c495f47fbea99b9459b2f6df770a5100b42c67fd8'); -INSERT INTO messages VALUES(1162,310488,'insert','blocks','{"block_hash":"80b8dd5d7ce2e4886e6721095b892a39fb699980fe2bc1c17e747f822f4c4b1b","block_index":310488,"block_time":310488000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7e34948d11ed5c54b4768d79b1083620d08ce03160501dec5c65220ef0ef754a'); -INSERT INTO messages VALUES(1163,310488,'insert','transactions','{"block_hash":"80b8dd5d7ce2e4886e6721095b892a39fb699980fe2bc1c17e747f822f4c4b1b","block_index":310488,"block_time":310488000,"btc_amount":0,"data":"0000001e52bb33023ff000000000000000000000096f7074696f6e732030","destination":"","fee":6800,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638","tx_index":489,"utxos_info":" 66afb5bf48c426a8f871e9c6db4b8f48db8c473f9757dcdf75d71d6231c2ef9e:0 2 "}',0,'NEW_TRANSACTION',NULL,'a1b626d76ed3e4951f8ea07d22714ce8c53d36ef55cfffba15579f610b766120'); -INSERT INTO messages VALUES(1164,310488,'insert','broadcasts','{"block_index":310488,"fee_fraction_int":0,"locked":false,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"valid","text":"options 0","timestamp":1388000002,"tx_hash":"870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638","tx_index":489,"value":1.0}',0,'BROADCAST','870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638','cf483629f7385d6a7c6d8871833a2851da76b568e6ba95ac4745882b027cbb14'); -INSERT INTO messages VALUES(1165,310488,'insert','addresses','{"address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","block_index":310488,"options":0}',0,'NEW_ADDRESS_OPTIONS','870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638','ea7d500cdd6d710e5aceee567968a7b625df010978c84bfbfcb4132a9488ca42'); -INSERT INTO messages VALUES(1166,310488,'parse','transactions','{"supported":true,"tx_hash":"870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638","tx_index":489}',0,'TRANSACTION_PARSED','870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638','48867192192ea4b4e7de55ab1d0e05be33ea4cfa4ecfa606ef95011699b8793c'); -INSERT INTO messages VALUES(1167,310488,'parse','blocks','{"block_index":310488,"ledger_hash":"2d7e59026ea4c8933e9c7474936931ca49d4af91f9b9985f3c76085fb3a69104","messages_hash":"75be42e377d356f916fe3f672e260ac1f7c43829dee6f5a37438e6ed27a834ff","transaction_count":1,"txlist_hash":"78e801f2d1968c860ac2563e9cc912c18cb8e5f95996011e84c289833fbd46da"}',0,'BLOCK_PARSED',NULL,'ba84b5098c55dde7b6ce192aec34af00568a603c5b997adcdf7a2a9c5fb97e1b'); -INSERT INTO messages VALUES(1168,310489,'insert','blocks','{"block_hash":"2efdb36f986b3e3ccc6cc9b0c1c3cdcb07429fb43cbc0cc3b6c87d1b33f258b6","block_index":310489,"block_time":310489000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c7b1d0edcb6b57b292298d4a10844de1672ee0505b7839b4d9b4f13262d98873'); -INSERT INTO messages VALUES(1169,310489,'insert','transactions','{"block_hash":"2efdb36f986b3e3ccc6cc9b0c1c3cdcb07429fb43cbc0cc3b6c87d1b33f258b6","block_index":310489,"block_time":310489000,"btc_amount":0,"data":"0000001e52bb33033ff000000000000000000000046c6f636b","destination":"","fee":6800,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1","tx_index":490,"utxos_info":" 147f338cda56d39f102fd4ec014961e482a2ca4f7b8c419c368e6147b87dca09:0 2 "}',0,'NEW_TRANSACTION',NULL,'71c56613f1f907db11cbc2f65f1087a34785477bd3ac2c197c914837eb0ac700'); -INSERT INTO messages VALUES(1170,310489,'insert','broadcasts','{"block_index":310489,"fee_fraction_int":null,"locked":true,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"valid","text":null,"timestamp":0,"tx_hash":"685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1","tx_index":490,"value":null}',0,'BROADCAST','685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1','19bb718d351a50dafcada283902a7f64fc2d9814aba41264d97d44d3d83c2c21'); -INSERT INTO messages VALUES(1171,310489,'parse','transactions','{"supported":true,"tx_hash":"685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1","tx_index":490}',0,'TRANSACTION_PARSED','685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1','eabc215a11fd68b0b61682418772a74e80f500e80e86ed2f39dd6c0451d6e0fe'); -INSERT INTO messages VALUES(1172,310489,'parse','blocks','{"block_index":310489,"ledger_hash":"716354a370f344980e98785a444b56b21188bc699e7fbd0c877b6f2fabf35efc","messages_hash":"1f43c1acc14527ef55303e813825149581c655669cc317c66231c2fb49489099","transaction_count":1,"txlist_hash":"23d9af03e6aa29fbab29c8e2a5a0419680053bba19594105cc8ef4d3db05d418"}',0,'BLOCK_PARSED',NULL,'5da1c1558ffb8c06d28286ec210fc599d92fcffc2df5959f048ea5b476cc492e'); -INSERT INTO messages VALUES(1173,310490,'insert','blocks','{"block_hash":"e2cb04b8a7368c95359c9d5ff33e64209200fb606de0d64b7c0f67bb1cb8d87c","block_index":310490,"block_time":310490000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'714cb5c95b959852d611497df041c41cfc5f2941f8e8fe82f048f38091a730e8'); -INSERT INTO messages VALUES(1174,310490,'insert','transactions','{"block_hash":"e2cb04b8a7368c95359c9d5ff33e64209200fb606de0d64b7c0f67bb1cb8d87c","block_index":310490,"block_time":310490000,"btc_amount":0,"data":"0000001e52bb33043ff000000000000000000000096f7074696f6e732031","destination":"","fee":6800,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af","tx_index":491,"utxos_info":" dd5471d13ce574963ee0c49f77de65c6161dfa81e4d137e75f4402ea687a75ad:0 2 "}',0,'NEW_TRANSACTION',NULL,'f672e687c5d0ca573d4b050ebab57d17c7f3b6eea23f5174b49cda058aea6cc5'); -INSERT INTO messages VALUES(1175,310490,'insert','broadcasts','{"block_index":310490,"fee_fraction_int":0,"locked":false,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","text":"options 1","timestamp":1388000004,"tx_hash":"7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af","tx_index":491,"value":1.0}',0,'BROADCAST','7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af','6d436a39509dec3b46f7083eafe9fb53f9266ae30d63d696849f1d31064095ef'); -INSERT INTO messages VALUES(1176,310490,'insert','addresses','{"address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","block_index":310490,"options":1}',0,'NEW_ADDRESS_OPTIONS','7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af','0b702549951e5076cd3c9a500c39d25afebd41b1de7657ff1285e74f3bc94256'); -INSERT INTO messages VALUES(1177,310490,'parse','transactions','{"supported":true,"tx_hash":"7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af","tx_index":491}',0,'TRANSACTION_PARSED','7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af','8fec649d3791f6fe75facfad83c2ebcf375a9c98f06c7123021ccc4f57f4382c'); -INSERT INTO messages VALUES(1178,310490,'parse','blocks','{"block_index":310490,"ledger_hash":"906a38f4256f50312891119c99721537992438af85421e317574ce1810e2b909","messages_hash":"41a4fa0d7941fc2d3d69e80799a0d2b6a57fee38bba0a3c3395d96b36346faad","transaction_count":1,"txlist_hash":"5f934032dce4102cd1d72d3f887526e78baa4a78991bc43cf0a1ebefe08fdec7"}',0,'BLOCK_PARSED',NULL,'7c8628cf37153aff5b3d3806e2ff22d7a7cb00436ebf165fe2f7b213555aa07e'); -INSERT INTO messages VALUES(1179,310491,'insert','blocks','{"block_hash":"811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16","block_index":310491,"block_time":310491000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ee3398bb6888f1620f8acda16f5b7efdca5cbb76c7c8c93b0b3e564e188115b6'); -INSERT INTO messages VALUES(1180,310491,'insert','transactions','{"block_hash":"811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16","block_index":310491,"block_time":310491000,"btc_amount":0,"data":"0000000a00000000000000010000000005f5e100000000000000000000000000000c350007d000000000000dbba0","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","tx_index":492,"utxos_info":" 34ddf77d56739516eec4be2cef26c823380845834393dcedc8c06c184b55463b:0 2 "}',0,'NEW_TRANSACTION',NULL,'ad4b887d636f1551cd06c33fc10068bfaf468446f74bda7bd4f1eceb68a39d05'); -INSERT INTO messages VALUES(1181,310491,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310491,"event":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","quantity":100000000,"tx_index":492,"utxo":null,"utxo_address":null}',0,'DEBIT','74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498','d8ee0369ea713f39886eee0367e2629d72c030128886878d17f35ee81ad4e4bd'); -INSERT INTO messages VALUES(1182,310491,'insert','orders','{"block_index":310491,"expiration":2000,"expire_index":312491,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":800000,"get_remaining":800000,"give_asset":"XCP","give_quantity":100000000,"give_remaining":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","tx_index":492}',0,'OPEN_ORDER','74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498','ed5602df6c0ecf14da633aad0e61b0ac52380422716e699a0699921db410c196'); -INSERT INTO messages VALUES(1183,310491,'parse','transactions','{"supported":true,"tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","tx_index":492}',0,'TRANSACTION_PARSED','74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498','c7fdffeb69cc851d84c64e679a7c1cd90a3235a6a7d8c486a5d84eec27f99bc7'); -INSERT INTO messages VALUES(1184,310491,'parse','blocks','{"block_index":310491,"ledger_hash":"3114d8091cfcaa9944c6fab49d51950535c4ef269877d58c372ed80b2b472ec6","messages_hash":"82f0725d5c8f293bde79404f8d6321ae5cb18f454366bb0df8c79e8e6c9d942d","transaction_count":1,"txlist_hash":"f065728a3544adc085fae976759c0d040a34ca0a8ddd39260b55f0262cd5baa8"}',0,'BLOCK_PARSED',NULL,'35ceb2b476544380b9691708cb8a0c43fd8a6b952e711b10d71ca1471e79e08c'); -INSERT INTO messages VALUES(1185,310492,'insert','blocks','{"block_hash":"8a09b2faf0a7ad67eb4ab5c948b9769fc87eb2ec5e16108f2cde8bd9e6cf7607","block_index":310492,"block_time":310492000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a23b3022c56b08de0a89341b31408832b00605a3370f9005416a3b0daa2ec2c0'); -INSERT INTO messages VALUES(1186,310492,'insert','transactions','{"block_hash":"8a09b2faf0a7ad67eb4ab5c948b9769fc87eb2ec5e16108f2cde8bd9e6cf7607","block_index":310492,"block_time":310492000,"btc_amount":0,"data":"0000000a000000000000000000000000000c350000000000000000010000000005f5e10007d00000000000000000","destination":"","fee":1000000,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx_index":493,"utxos_info":" 01435600d3eb8a5196ce2321b423a1c1cd395c14c4144c1f5fc378d9f81029f7:0 2 "}',0,'NEW_TRANSACTION',NULL,'82d0317b30b2703652d3813fa155b6cc9759b9be559d1f2625c9e70dd53f4e96'); -INSERT INTO messages VALUES(1187,310492,'insert','orders','{"block_index":310492,"expiration":2000,"expire_index":312492,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":800000,"give_remaining":800000,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"open","tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx_index":493}',0,'OPEN_ORDER','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','f976670339aa61504186f67d6b5aa338366151babf62179f11226aae54ad1509'); -INSERT INTO messages VALUES(1188,310492,'update','orders','{"fee_provided_remaining":6800,"fee_required_remaining":892800,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498"}',0,'ORDER_UPDATE','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','f7201dfb552205ad9b687deed0689f4fc067e319bb1e78699ce9cd7f5fd48d71'); -INSERT INTO messages VALUES(1189,310492,'update','orders','{"fee_provided_remaining":992800,"fee_required_remaining":0,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81"}',0,'ORDER_UPDATE','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','7313dd6619ceed376484fa015312733da5cccfa8cce7056e4537c799bcf16427'); -INSERT INTO messages VALUES(1190,310492,'insert','order_matches','{"backward_asset":"BTC","backward_quantity":800000,"block_index":310492,"fee_paid":7200,"forward_asset":"XCP","forward_quantity":100000000,"id":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498_1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","match_expire_index":310512,"status":"pending","tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx0_block_index":310491,"tx0_expiration":2000,"tx0_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","tx0_index":492,"tx1_address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","tx1_block_index":310492,"tx1_expiration":2000,"tx1_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx1_index":493}',0,'ORDER_MATCH','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','311499cc1990cd4123c0320dc8eda3a99cbe9349bc7e92785f93f3b0c853dfea'); -INSERT INTO messages VALUES(1191,310492,'parse','transactions','{"supported":true,"tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx_index":493}',0,'TRANSACTION_PARSED','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','90193d940ab2225be1d2390854caaf9b668510990784816efd7f754316d7b18f'); -INSERT INTO messages VALUES(1192,310492,'parse','blocks','{"block_index":310492,"ledger_hash":"98af18583618fdeed545347c013763d068e8294405d265911cc5e1bc420bc740","messages_hash":"70956286a0d50f99778a1e880e8c6dfc98d95d448093a7eccc42c2cbf04a5cd0","transaction_count":1,"txlist_hash":"daf4d2c1a1ad5206abcf7744bdd06fae99c442fb2607a843dcabb5727d02916e"}',0,'BLOCK_PARSED',NULL,'5d7ab6b25d3576c97875d9482d0b429e418d75442b985f52e8be31d5e7d29669'); -INSERT INTO messages VALUES(1193,310493,'insert','blocks','{"block_hash":"c19e2915b750279b2be4b52e57e5ce29f63dffb4e14d9aad30c9e820affc0cbf","block_index":310493,"block_time":310493000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f4398c53bf4d3907a273152b1bcc52e0dc8c2182b8d9a1bbe7af37aba60ac731'); -INSERT INTO messages VALUES(1194,310493,'insert','transactions','{"block_hash":"c19e2915b750279b2be4b52e57e5ce29f63dffb4e14d9aad30c9e820affc0cbf","block_index":310493,"block_time":310493000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a","tx_index":494,"utxos_info":" 55bf39bd1c04f6c3d17d6449db501f6723412e38bf91419334b985175ed7a7db:0 2 "}',0,'NEW_TRANSACTION',NULL,'f156f72445c45ec213dad9b83f5757d806f632af91c58ecf8161105bf87cc976'); -INSERT INTO messages VALUES(1195,310493,'insert','credits','{"address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"XCP","block_index":310493,"calling_function":"burn","event":"c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a","quantity":92995878046,"tx_index":494,"utxo":null,"utxo_address":null}',0,'CREDIT','c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a','d50660186497c743e40d2aa9e7f242d0b05204107bf14036c83bc39a7b44d41b'); -INSERT INTO messages VALUES(1196,310493,'insert','burns','{"block_index":310493,"burned":62000000,"earned":92995878046,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","tx_hash":"c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a","tx_index":494}',0,'BURN','c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a','b2c9a61892a8d96025390ad3b17949ecd40191eec3b897bd1f3c7dd0f60e3ce6'); -INSERT INTO messages VALUES(1197,310493,'parse','blocks','{"block_index":310493,"ledger_hash":"29119cd30a4733916fbfd0551506eaa16f7bb1bdfbdf8d17ac4e5bb20d1cb09c","messages_hash":"ed54e9b08fd871033619d2da77dda0e54b0aad07b980e441ffe97ef5c6d744b1","transaction_count":1,"txlist_hash":"7ec4cfa94544900c8e8732ad51be7cee6452aa1884ea940cd5c98862fb4aaba6"}',0,'BLOCK_PARSED',NULL,'ab2d1faf58e430fc07207d67e6f008d4ad23cff396b498d4b7219a16495ec31d'); -INSERT INTO messages VALUES(1198,310494,'insert','blocks','{"block_hash":"7dda1d3e12785313d5651ee5314d0aecf17588196f9150b10c55695dbaebee5d","block_index":310494,"block_time":310494000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'07647ad1a157ddaf39b851ef090dbc549809332494164cc0a689bcd2319ae6d4'); -INSERT INTO messages VALUES(1199,310494,'insert','transactions','{"block_hash":"7dda1d3e12785313d5651ee5314d0aecf17588196f9150b10c55695dbaebee5d","block_index":310494,"block_time":310494000,"btc_amount":0,"data":"00000014000000063e985ffd00000000000000640100000000000000000000","destination":"","fee":6800,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","tx_index":495,"utxos_info":" 1b0e761450063df114e0779bde3146b1a32ded225c76632be83c753ee1749ceb:0 2 "}',0,'NEW_TRANSACTION',NULL,'1ffa576a97efa71fd7afe9982fe6d58b8a76a9fda4619d53aa8eb82334ff738e'); -INSERT INTO messages VALUES(1200,310494,'insert','debits','{"action":"issuance fee","address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"XCP","block_index":310494,"event":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","quantity":50000000,"tx_index":495,"utxo":null,"utxo_address":null}',0,'DEBIT','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','2907e9956d4ab3e5c41c6f87cd8ea538bbf17d107584bdbc246f1210c1a1e306'); -INSERT INTO messages VALUES(1201,310494,'insert','assets','{"asset_id":"26819977213","asset_longname":null,"asset_name":"DIVIDEND","block_index":310494}',0,'ASSET_CREATION','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','17f31034af95736a7af85b084c59875ec4140e27ccb9554a58d6f6d21dc00b31'); -INSERT INTO messages VALUES(1202,310494,'insert','issuances','{"asset":"DIVIDEND","asset_events":"creation","asset_longname":null,"block_index":310494,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","locked":false,"quantity":100,"reset":false,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","transfer":false,"tx_hash":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","tx_index":495}',0,'ASSET_ISSUANCE','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','27d500518cc4fcd249824d943fd0ccd6c9d5aa13481c82cc639f4681a90018fa'); -INSERT INTO messages VALUES(1203,310494,'insert','credits','{"address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"DIVIDEND","block_index":310494,"calling_function":"issuance","event":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","quantity":100,"tx_index":495,"utxo":null,"utxo_address":null}',0,'CREDIT','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','ec950c17259098f67b08c406d5647364ee8011bdda458a87de5d40a9aa19127d'); -INSERT INTO messages VALUES(1204,310494,'parse','transactions','{"supported":true,"tx_hash":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","tx_index":495}',0,'TRANSACTION_PARSED','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','43d172ded1a825cc69cc9014fcddca514d6f957ad80cbfdec44226ad9e773f93'); -INSERT INTO messages VALUES(1205,310494,'parse','blocks','{"block_index":310494,"ledger_hash":"72d71bd72263699ea9f2b097ad141be5bc394f49d8b0b0a6b2ff6a87b0ee3919","messages_hash":"5f53469ae3bc1f32fcd90732ab2e9e4de4c758a9930d9de8bbccd92ca88e81f5","transaction_count":1,"txlist_hash":"9350c3ba33d0546d1194c5fa767ced28834b26246aedc56d89b1d48ec4f26014"}',0,'BLOCK_PARSED',NULL,'47753261eb1f34a20c0920b2013f932c8b3ab23d36e99d3f954243e91ae16e70'); -INSERT INTO messages VALUES(1206,310495,'insert','blocks','{"block_hash":"4769aa7030f28a05a137a85ef4ee0c1765c37013773212b93ec90f1227168b67","block_index":310495,"block_time":310495000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ffdd0ea057f7e715542c86530a7b883e70d9b90283947a248add35680343d32f'); -INSERT INTO messages VALUES(1207,310495,'insert','transactions','{"block_hash":"4769aa7030f28a05a137a85ef4ee0c1765c37013773212b93ec90f1227168b67","block_index":310495,"block_time":310495000,"btc_amount":5430,"data":"00000000000000063e985ffd000000000000000a","destination":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","fee":7650,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","tx_index":496,"utxos_info":" 968efa9a1142fdc8e129ca7f89453f84ba195ed950db191b2f502114b000ea75:0 3 "}',0,'NEW_TRANSACTION',NULL,'eed2d7b6bd73a6c85a93983acb269b0f33a4cd5a107933ce34853db10963d860'); -INSERT INTO messages VALUES(1208,310495,'insert','debits','{"action":"send","address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"DIVIDEND","block_index":310495,"event":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","quantity":10,"tx_index":496,"utxo":null,"utxo_address":null}',0,'DEBIT','02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e','8e46310ff494bda6f93b8544ed67bec8dfcb9284e580e86d5edaad0d09814048'); -INSERT INTO messages VALUES(1209,310495,'insert','credits','{"address":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","asset":"DIVIDEND","block_index":310495,"calling_function":"send","event":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","quantity":10,"tx_index":496,"utxo":null,"utxo_address":null}',0,'CREDIT','02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e','eb48bccf5546d8334be1a7f16b885afb0e4ffefc2eba10e6c61725800d20fd2b'); -INSERT INTO messages VALUES(1210,310495,'insert','sends','{"asset":"DIVIDEND","block_index":310495,"destination":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","msg_index":0,"quantity":10,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","tx_hash":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","tx_index":496}',0,'SEND','02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e','005a995aa46ff89fb0ef00c4f1449a252c01dbec9fbfd14b2b75a9c8982d3919'); -INSERT INTO messages VALUES(1211,310495,'parse','transactions','{"supported":true,"tx_hash":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","tx_index":496}',0,'TRANSACTION_PARSED','02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e','aa3c76c883028db8f6371cee019497679a175d62d97ce7524dd5efb320d0edfd'); -INSERT INTO messages VALUES(1212,310495,'parse','blocks','{"block_index":310495,"ledger_hash":"5a7e5a36882466373d576bb5f4ccd1bc72ecaf548b9589baa803a7275a7a24cd","messages_hash":"e9b128c9ee7e71dc4466593786ed1597a7c0398802afc63cab08c497a0b9383b","transaction_count":1,"txlist_hash":"09e9db121649cacd979fd18bbaa35e519361e727e7e072e2f2f86291160cdb29"}',0,'BLOCK_PARSED',NULL,'dceab5c8d7c4e99f19682d25c527dbb65e085e15fb7f3c9c3f904064dbd98849'); -INSERT INTO messages VALUES(1213,310496,'insert','blocks','{"block_hash":"65884816927e8c566655e85c07bc2bc2c7ee26e625742f219939d43238fb31f8","block_index":310496,"block_time":310496000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cda5eb3377739cb671616ecf853c11dab040967d3c667a9ae873aaff8ccbaaa8'); -INSERT INTO messages VALUES(1214,310496,'insert','transactions','{"block_hash":"65884816927e8c566655e85c07bc2bc2c7ee26e625742f219939d43238fb31f8","block_index":310496,"block_time":310496000,"btc_amount":5430,"data":"00000000000000000000000100000015a4018c1e","destination":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","fee":7650,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","tx_index":497,"utxos_info":" 2a460887da5c0bc81f5caf284edc0d1a6ffb001c66f6a9124b386d3b2f6bff73:0 3 "}',0,'NEW_TRANSACTION',NULL,'b0fac8aa9353c2fecec673e1d59bdcaf4ddf216f7dd2e13185b010750dd5a8f8'); -INSERT INTO messages VALUES(1215,310496,'insert','debits','{"action":"send","address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"XCP","block_index":310496,"event":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","quantity":92945878046,"tx_index":497,"utxo":null,"utxo_address":null}',0,'DEBIT','a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba','86645b3973b1606fcbb720cc91d1b4fda61e2cd9e6b4ac599569325ab77a2d52'); -INSERT INTO messages VALUES(1216,310496,'insert','credits','{"address":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","asset":"XCP","block_index":310496,"calling_function":"send","event":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","quantity":92945878046,"tx_index":497,"utxo":null,"utxo_address":null}',0,'CREDIT','a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba','253d6fb5d13bdd2dadde0bcccaef9beb3243218d5e4391a679696a66159ec42f'); -INSERT INTO messages VALUES(1217,310496,'insert','sends','{"asset":"XCP","block_index":310496,"destination":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","msg_index":0,"quantity":92945878046,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","tx_hash":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","tx_index":497}',0,'SEND','a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba','4f84098ef36cb97f7c5d4157c374f14d8cb1679e236d6739f41fd63267eeebf2'); -INSERT INTO messages VALUES(1218,310496,'parse','transactions','{"supported":true,"tx_hash":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","tx_index":497}',0,'TRANSACTION_PARSED','a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba','20e1b74fdd0ec7aca580d97239ae4654808279f997c2164dcdf4069508cc4a5e'); -INSERT INTO messages VALUES(1219,310496,'parse','blocks','{"block_index":310496,"ledger_hash":"7ac6121c624b634f44695172761830926afe76bb18c4cc9195773f3a26966941","messages_hash":"73f1a0b1222f7d30594bfb77e0054bbdb2f0584e5e380607df5257eadfccd3b0","transaction_count":1,"txlist_hash":"9eda85cce745579122ba9c6e24b63cd83f2e5161031a34e6ee9bf08b80823cb4"}',0,'BLOCK_PARSED',NULL,'d4feb7125308ef96f21ea5670d339d1a225e7682e8699a4709c625320422f160'); -INSERT INTO messages VALUES(1220,310497,'insert','blocks','{"block_hash":"f1118591fe79b8bf52ccf0c5de9826bfd266b1fdc24b44676cf22bbcc76d464e","block_index":310497,"block_time":310497000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8b5049da5a656c4ba6e925ea24b7cda0e5b6a7cb8370352925d830fd9611b444'); -INSERT INTO messages VALUES(1221,310497,'insert','transactions','{"block_hash":"f1118591fe79b8bf52ccf0c5de9826bfd266b1fdc24b44676cf22bbcc76d464e","block_index":310497,"block_time":310497000,"btc_amount":0,"data":"00000014000000000aa4097d0000000005f5e100010000000000000000000c506172656e74206173736574","destination":"","fee":6300,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","tx_index":498,"utxos_info":" fccea6e9a0ad88c0b3a93594e176a9226095acdad38b63daabbdfe96737b8bf7:1 2 "}',0,'NEW_TRANSACTION',NULL,'cf54621d0f6406fbf8cf231abcf77900b441296d2c8bbb2be294a9074b666bd8'); -INSERT INTO messages VALUES(1222,310497,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310497,"event":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","quantity":50000000,"tx_index":498,"utxo":null,"utxo_address":null}',0,'DEBIT','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','1b9a59bd21a20de3ae365a27ce215083849e4eb9dcee570efaefc8c4cb6f9af9'); -INSERT INTO messages VALUES(1223,310497,'insert','assets','{"asset_id":"178522493","asset_longname":null,"asset_name":"PARENT","block_index":310497}',0,'ASSET_CREATION','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','1a4073e4cc3bf6a7ea09d09f7a7d092fcaa379e5a9958cbc58dc329ffd3bb3d3'); -INSERT INTO messages VALUES(1224,310497,'insert','issuances','{"asset":"PARENT","asset_events":"creation","asset_longname":null,"block_index":310497,"call_date":0,"call_price":0.0,"callable":false,"description":"Parent asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":100000000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","tx_index":498}',0,'ASSET_ISSUANCE','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','9dadd6d6a59d8645480dee0932d93927315477311643478371bfa1f6688aa2c0'); -INSERT INTO messages VALUES(1225,310497,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"PARENT","block_index":310497,"calling_function":"issuance","event":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","quantity":100000000,"tx_index":498,"utxo":null,"utxo_address":null}',0,'CREDIT','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','650bf3d1fa8f13aab3a8c7cc34636d9ea702d805e81e7e51b7cfc5500fb38923'); -INSERT INTO messages VALUES(1226,310497,'parse','transactions','{"supported":true,"tx_hash":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","tx_index":498}',0,'TRANSACTION_PARSED','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','babfc32b370989cba81dfec9fa6d36112311e5078f63592cc27a3083b074092d'); -INSERT INTO messages VALUES(1227,310497,'parse','blocks','{"block_index":310497,"ledger_hash":"28c6e92b2299b9cbbb5953f8b7ff3de0fe962d15642ba27e43faa64e1935e819","messages_hash":"9df78d03ab0999b6fbe3f88367b30ba641fd5a2a27bbef2f5e02c2fd8121c5fd","transaction_count":1,"txlist_hash":"ff8136601b9e0138a999d1f0467af6e8535a2bcdd2b622af7be0178a083b9519"}',0,'BLOCK_PARSED',NULL,'fb96e3aaf72684b78e2b9b264aef98c86d61d5467fd36bf7e6f587bbfc1053b4'); -INSERT INTO messages VALUES(1228,310498,'insert','blocks','{"block_hash":"b7058b6d1ddc325a10bf33144937e06ce6025215b416518ae120da9440ae279e","block_index":310498,"block_time":310498000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7ce35f7dbc7a7f81dc3dc59d54e07b0ae52cbf95779d6805e2b7a0127cfe6c0b'); -INSERT INTO messages VALUES(1229,310498,'insert','transactions','{"block_hash":"b7058b6d1ddc325a10bf33144937e06ce6025215b416518ae120da9440ae279e","block_index":310498,"block_time":310498000,"btc_amount":0,"data":"0000001501530821671b10650000000005f5e10001108e90a57dba9967c422e83080f22f0c684368696c64206f6620706172656e74","destination":"","fee":6550,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","tx_index":499,"utxos_info":" 0c2cc9e9cdd3a29c7a2fcd38a68d409c4c03ff78456fde49595d8fdfd6110b67:1 2 "}',0,'NEW_TRANSACTION',NULL,'bf91957fe3f752871f7006f623545d08de46a575cc4300e8188bc6ed77700734'); -INSERT INTO messages VALUES(1230,310498,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310498,"event":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","quantity":25000000,"tx_index":499,"utxo":null,"utxo_address":null}',0,'DEBIT','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','3abb457240fb0885dd9ef861123d0fc682aac6a28a4e18fe27d5cbb8343239b3'); -INSERT INTO messages VALUES(1231,310498,'insert','assets','{"asset_id":"95428956661682277","asset_longname":"PARENT.already.issued","asset_name":"A95428956661682277","block_index":310498}',0,'ASSET_CREATION','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','017230fcb4ca9428fca8aa31a35c894c60b75760d2a1a2ab8aeac5e411ee6cb9'); -INSERT INTO messages VALUES(1232,310498,'insert','issuances','{"asset":"A95428956661682277","asset_events":"creation","asset_longname":"PARENT.already.issued","block_index":310498,"call_date":0,"call_price":0.0,"callable":false,"description":"Child of parent","description_locked":false,"divisible":true,"fee_paid":25000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":100000000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","tx_index":499}',0,'ASSET_ISSUANCE','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','566067ce786d75a38b51690ca047f2504182f214d52dce797af0abf89ef2d092'); -INSERT INTO messages VALUES(1233,310498,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"A95428956661682277","block_index":310498,"calling_function":"issuance","event":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","quantity":100000000,"tx_index":499,"utxo":null,"utxo_address":null}',0,'CREDIT','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','b7d0c5be5f69dc8d025c3b74ef8ed95d97f90aa3556bf10aebc91dd63ddb221e'); -INSERT INTO messages VALUES(1234,310498,'parse','transactions','{"supported":true,"tx_hash":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","tx_index":499}',0,'TRANSACTION_PARSED','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','c2439ad75fd1f019197b80bb72c133ac72b890bdeafc6e611bcd465fba4e1694'); -INSERT INTO messages VALUES(1235,310498,'parse','blocks','{"block_index":310498,"ledger_hash":"5fe6cdb0828379bf240fad99c68bba34e1889bbc19605ce5c297b82352264414","messages_hash":"5adb9d536aacc2be882bbe2dbe4e79c121746e7cbd388980cec2e8c36ffa6a25","transaction_count":1,"txlist_hash":"b488f6f0e6c233f202ee17c0843236d464144e79c870af88bae56355ae9372b7"}',0,'BLOCK_PARSED',NULL,'c15ff03c01fcc9ae3ce7e90b19ecc17e68c9472b1934815a8dc1a71239a1d24a'); -INSERT INTO messages VALUES(1236,310499,'insert','blocks','{"block_hash":"1950e1a4d7fc820ed9603f6df6819c3c953c277c726340dec2a4253e261a1764","block_index":310499,"block_time":310499000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dbeb60084927a6078d5979f097afa019862f80195f54c2bb2c8792df0b42add6'); -INSERT INTO messages VALUES(1237,310499,'insert','transactions','{"block_hash":"1950e1a4d7fc820ed9603f6df6819c3c953c277c726340dec2a4253e261a1764","block_index":310499,"block_time":310499000,"btc_amount":0,"data":"5a46524545464149524d494e7c7c307c317c31307c307c307c307c307c307c307c307c307c307c307c317c","destination":"","fee":6300,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","tx_index":500,"utxos_info":" 3c3cf4ecfbafac833fe6d141c3dd3a3a1f544da16513e14f2f3c344f443ae035:1 2 "}',0,'NEW_TRANSACTION',NULL,'72036d6a1b10fb39b5f349dfd2c0ce330e4b708469bdefb7d963c4b53443ec6f'); -INSERT INTO messages VALUES(1238,310499,'insert','fairminters','{"asset":"FREEFAIRMIN","asset_longname":null,"asset_parent":null,"block_index":310499,"burn_payment":false,"description":"","divisible":true,"end_block":0,"hard_cap":0,"lock_description":false,"lock_quantity":false,"max_mint_per_tx":10,"minted_asset_commission_int":0,"pre_minted":false,"premint_quantity":0,"price":0,"quantity_by_price":1,"soft_cap":0,"soft_cap_deadline_block":0,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","start_block":0,"status":"open","tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","tx_index":500}',0,'NEW_FAIRMINTER','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','d8500fd8235ad6c98f6d35e03e4375c9a4b626860390ab27fc090a0e177018af'); -INSERT INTO messages VALUES(1239,310499,'insert','assets','{"asset_id":"799006024850293","asset_longname":null,"asset_name":"FREEFAIRMIN","block_index":310499}',0,'ASSET_CREATION','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','0fd64cda3c563bd99d852d458b6ad504987392c8ca72e7989f83e53d86ca5a6d'); -INSERT INTO messages VALUES(1240,310499,'insert','issuances','{"asset":"FREEFAIRMIN","asset_events":"open_fairminter","asset_longname":null,"block_index":310499,"call_date":0,"call_price":0,"callable":false,"description":"","divisible":true,"fair_minting":true,"fee_paid":50000000.0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":0,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","tx_index":500}',0,'ASSET_ISSUANCE','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','d84896bb35478e52c25e3059acfbdbe9a59c050ed447c373814fec9644a239c4'); -INSERT INTO messages VALUES(1241,310499,'insert','debits','{"action":"fairminter fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310499,"event":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","quantity":50000000,"tx_index":500,"utxo":null,"utxo_address":null}',0,'DEBIT','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','6a48a6f3a98a96ed7a8fd2fff58a5f7dcff50f4607f5865a1142f634cefe123a'); -INSERT INTO messages VALUES(1242,310499,'parse','transactions','{"supported":true,"tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","tx_index":500}',0,'TRANSACTION_PARSED','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','27b5240934a2fcfc2b5874fa460df2e86fe727e6d8355f6058b4daf236467da7'); -INSERT INTO messages VALUES(1243,310499,'parse','blocks','{"block_index":310499,"ledger_hash":"bc09daa74c639506a1de4eadcd0aa8f599c1bc6a2a287cce7bfc89c301253233","messages_hash":"67f9939f28725df09e33414b41beaf0e84388f1e6cfc466df5a443773698e2df","transaction_count":1,"txlist_hash":"c14c7cd236dd94835917a5912c746b53a9ad97be74509c56672ea57226bc6db3"}',0,'BLOCK_PARSED',NULL,'3d3979800a2c871357b6f70b590b8419be666e17ed3fb93b34b7fac21c864861'); -INSERT INTO messages VALUES(1244,310500,'insert','blocks','{"block_hash":"54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b","block_index":310500,"block_time":310500000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4227e89c8f41735a398d33ca501343717356c7dbfa7fc3a46ba5b9a561cfd9a3'); -INSERT INTO messages VALUES(1245,310500,'insert','transactions','{"block_hash":"54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b","block_index":310500,"block_time":310500000,"btc_amount":0,"data":"5a50414944464149524d494e7c7c31307c317c307c307c307c307c307c307c307c307c307c307c307c317c","destination":"","fee":6300,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","tx_index":501,"utxos_info":" 63d204e6d293e32c74a4cab23f13a26ea8de60e9a5ff37959c992f1661848043:1 2 "}',0,'NEW_TRANSACTION',NULL,'b1ee23dc1db2a84455bab598bf822d7d812e31cba0ab4b9a6536f2c542d52c38'); -INSERT INTO messages VALUES(1246,310500,'insert','fairminters','{"asset":"PAIDFAIRMIN","asset_longname":null,"asset_parent":null,"block_index":310500,"burn_payment":false,"description":"","divisible":true,"end_block":0,"hard_cap":0,"lock_description":false,"lock_quantity":false,"max_mint_per_tx":0,"minted_asset_commission_int":0,"pre_minted":false,"premint_quantity":0,"price":10,"quantity_by_price":1,"soft_cap":0,"soft_cap_deadline_block":0,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","start_block":0,"status":"open","tx_hash":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","tx_index":501}',0,'NEW_FAIRMINTER','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','fd1078dd2bb55d67ab5785b82bf9b0006eaf0260b29e045a8ba367c6542c25ce'); -INSERT INTO messages VALUES(1247,310500,'insert','assets','{"asset_id":"2119202695289589","asset_longname":null,"asset_name":"PAIDFAIRMIN","block_index":310500}',0,'ASSET_CREATION','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','bbddc3af3d44ce9579c74a203e230102a54ae9955d60c83fa267664e4aa09367'); -INSERT INTO messages VALUES(1248,310500,'insert','issuances','{"asset":"PAIDFAIRMIN","asset_events":"open_fairminter","asset_longname":null,"block_index":310500,"call_date":0,"call_price":0,"callable":false,"description":"","divisible":true,"fair_minting":true,"fee_paid":50000000.0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":0,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","tx_index":501}',0,'ASSET_ISSUANCE','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','d2a8ff62281012ebcce37620a77bae3914a0805ace9789c9e5737812a8fdb780'); -INSERT INTO messages VALUES(1249,310500,'insert','debits','{"action":"fairminter fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310500,"event":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","quantity":50000000,"tx_index":501,"utxo":null,"utxo_address":null}',0,'DEBIT','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','ea76dd4c5b9ca0f6869b2b990fb99097c689845adb22d155f78bd0b7fd5c199d'); -INSERT INTO messages VALUES(1250,310500,'parse','transactions','{"supported":true,"tx_hash":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","tx_index":501}',0,'TRANSACTION_PARSED','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','32226243c987c1d7cb7528f18bca0edba5cea510eaf0d03eaae8e22fa8a11743'); -INSERT INTO messages VALUES(1251,310500,'parse','blocks','{"block_index":310500,"ledger_hash":"6c240f1f3a985ff91e6a280c4448b8d739a06caa6fa383c4b9a7b90d27bdb17b","messages_hash":"dae6d72781d6d86a1634656c8791642d13a91c9a77b062d5c4a45f2e8952b869","transaction_count":1,"txlist_hash":"d21ed1a33a3ff157708a8e8c5a11062e0b33a7682896f695cd174ee93dce7767"}',0,'BLOCK_PARSED',NULL,'2681fa62a6245d3020c8971c8b20a2c94c65d6e98d874583424074101930d1f7'); -INSERT INTO messages VALUES(1252,310501,'insert','blocks','{"block_hash":"9d9019d15a1d878f2c39c7e3de4340a043a4a31aebb298acdf8e913284ae26ba","block_index":310501,"block_time":310501000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4c48798c522651a09c43bd8578d6b087bc7b5429ac73076a84fd68079280a3ec'); -INSERT INTO messages VALUES(1253,310501,'insert','transactions','{"block_hash":"9d9019d15a1d878f2c39c7e3de4340a043a4a31aebb298acdf8e913284ae26ba","block_index":310501,"block_time":310501000,"btc_amount":0,"data":"5b46524545464149524d494e7c30","destination":"","fee":5575,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","tx_index":502,"utxos_info":" fe9a0647adff98bcc8289f2d6178db687d99be439cb64a1c8ae89d325552fd38:1 2 "}',0,'NEW_TRANSACTION',NULL,'2237ee5c9bfee56b212108ba7b366a52fcada24862643022345d579803b2e99e'); -INSERT INTO messages VALUES(1254,310501,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"FREEFAIRMIN","block_index":310501,"calling_function":"fairmint","event":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","quantity":10,"tx_index":502,"utxo":null,"utxo_address":null}',0,'CREDIT','d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67','b251b900ea2846a342940d8f1023c34d2a2b5df55b6340b45a0f057c6e406e1e'); -INSERT INTO messages VALUES(1255,310501,'insert','fairmints','{"asset":"FREEFAIRMIN","block_index":310501,"commission":0,"earn_quantity":10,"fairminter_tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","paid_quantity":0,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","tx_index":502}',0,'NEW_FAIRMINT','d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67','e03f9e84ab984668298a0749b731b9688000b7cca09554e6a737d6733557a1e0'); -INSERT INTO messages VALUES(1256,310501,'insert','issuances','{"asset":"FREEFAIRMIN","asset_events":"fairmint","asset_longname":null,"block_index":310501,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fair_minting":true,"fee_paid":0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"msg_index":0,"quantity":10,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","tx_index":502}',0,'ASSET_ISSUANCE','d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67','ed2947572cc08e6a2369f4ce7657d59976bdcb244bc8c3f3de3f49a6ca8d89af'); -INSERT INTO messages VALUES(1257,310501,'parse','transactions','{"supported":true,"tx_hash":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","tx_index":502}',0,'TRANSACTION_PARSED','d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67','57db798f0f8c16cf8eea2b4e2556d6449574dfbc580920f187c296de26840276'); -INSERT INTO messages VALUES(1258,310501,'parse','blocks','{"block_index":310501,"ledger_hash":"21921f9e40915d2f4d33ce415de80e473082423b967fa344bf7f67475ebe83d3","messages_hash":"7a08a1c2de916a466c96888cf1725c03b9a259336a340cff15e9bb492f7f02b9","transaction_count":1,"txlist_hash":"b6774cf6b7892427229841125497ba41492fcaecae93559f8936feca2b57825e"}',0,'BLOCK_PARSED',NULL,'7629a404e82a9e6202b5104107cbdf15c8d16d8a0f5bc18549f9bd37db0a360c'); -INSERT INTO messages VALUES(1259,310502,'insert','blocks','{"block_hash":"b5a4cd1270bc437e909d9569079ad17437a65822ee9e4c378670732a1430ed67","block_index":310502,"block_time":310502000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e4f91dc8cb25583223ba438f9ce1e41006a2d5326ffe1e35bbf07e1d1071db47'); -INSERT INTO messages VALUES(1260,310502,'insert','transactions','{"block_hash":"b5a4cd1270bc437e909d9569079ad17437a65822ee9e4c378670732a1430ed67","block_index":310502,"block_time":310502000,"btc_amount":0,"data":"5a52414944464149524d494e7c7c31307c317c31307c33307c32307c307c307c307c307c307c307c307c307c317c","destination":"","fee":6375,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","tx_index":503,"utxos_info":" c5ae7746f5282db0e11d580db3006fc6ff2e1b895e1513dbb4586343e08df687:1 2 "}',0,'NEW_TRANSACTION',NULL,'46495f222ebf55b1f01403e2b265aed009904e10384eb912764297781b432b31'); -INSERT INTO messages VALUES(1261,310502,'insert','fairminters','{"asset":"RAIDFAIRMIN","asset_longname":null,"asset_parent":null,"block_index":310502,"burn_payment":false,"description":"","divisible":true,"end_block":0,"hard_cap":30,"lock_description":false,"lock_quantity":false,"max_mint_per_tx":10,"minted_asset_commission_int":0,"pre_minted":true,"premint_quantity":20,"price":10,"quantity_by_price":1,"soft_cap":0,"soft_cap_deadline_block":0,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","start_block":0,"status":"open","tx_hash":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","tx_index":503}',0,'NEW_FAIRMINTER','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','fcbc9a005fd94b8821b4649d8a7354ed5b5a43571c5ee81a16728be0b901e4bb'); -INSERT INTO messages VALUES(1262,310502,'insert','assets','{"asset_id":"2401536886596341","asset_longname":null,"asset_name":"RAIDFAIRMIN","block_index":310502}',0,'ASSET_CREATION','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','796e1bae2fcb45514a7c3ff31e0ce1414c3614082e00e5e0e0b0c052775494fe'); -INSERT INTO messages VALUES(1263,310502,'insert','issuances','{"asset":"RAIDFAIRMIN","asset_events":"open_fairminter","asset_longname":null,"block_index":310502,"call_date":0,"call_price":0,"callable":false,"description":"","divisible":true,"fair_minting":true,"fee_paid":50000000.0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":20,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","tx_index":503}',0,'ASSET_ISSUANCE','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','3e0bdcf75cadc69268386c84bab8861f5ff8c6bc5b4183ea5b254cb595d3c5f0'); -INSERT INTO messages VALUES(1264,310502,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"RAIDFAIRMIN","block_index":310502,"calling_function":"premint","event":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","quantity":20,"tx_index":503,"utxo":null,"utxo_address":null}',0,'CREDIT','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','279a34e15e1d6ec427970b0bb06fd3f9c3b60ef499511d7e035f2e59e1eccf6b'); -INSERT INTO messages VALUES(1265,310502,'insert','debits','{"action":"fairminter fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310502,"event":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","quantity":50000000,"tx_index":503,"utxo":null,"utxo_address":null}',0,'DEBIT','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','93cb89a41bf6d1204f5d2241f2b82ad33ff3b1fa2c34031a86a57b4b51b81428'); -INSERT INTO messages VALUES(1266,310502,'parse','transactions','{"supported":true,"tx_hash":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","tx_index":503}',0,'TRANSACTION_PARSED','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','24cb7a76b88b8b3f0da34e345bbc5bc2763994dda6ce87db2cf436fbb957f432'); -INSERT INTO messages VALUES(1267,310502,'parse','blocks','{"block_index":310502,"ledger_hash":"31102b5b0c5d3d1caf84d37077c482722c779124cbdf31dc84c1aed8648f294a","messages_hash":"f60433557c6c4cb315bb4c9208b2c2882ab8f5aba43c00e5e64bc8e8f0e7563e","transaction_count":1,"txlist_hash":"630e68e2965d5ff6d0c0573ae4386b7c5f1d6739aa59f4ca8e78c18c97dda4ea"}',0,'BLOCK_PARSED',NULL,'8e8a77f6f03c43d612f052b33215b6e2a8de66891a7fbc236bcafe12b98e0e7a'); -INSERT INTO messages VALUES(1268,310503,'insert','blocks','{"block_hash":"219e9a113a7c66443183171e389bfd5eaf957f5b8ab825358d72fa8e0cc8c16c","block_index":310503,"block_time":310503000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c6a7b3cb117af509273090e1378d5b8eb8aed591a8c3e7cca71eeac3111ac6e8'); -INSERT INTO messages VALUES(1269,310503,'insert','transactions','{"block_hash":"219e9a113a7c66443183171e389bfd5eaf957f5b8ab825358d72fa8e0cc8c16c","block_index":310503,"block_time":310503000,"btc_amount":0,"data":"5a51414944464149524d494e7c7c31307c317c307c35307c32307c307c307c32307c3430303030307c35303030303030307c307c307c307c317c","destination":"","fee":6675,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","tx_index":504,"utxos_info":" 3e7d029e0751dbdd5853f91b6e28f8df6b1b940ace7b8723d459905df4e0ef9c:1 2 "}',0,'NEW_TRANSACTION',NULL,'d172d29c39988cf548b16d8a152f617cf06c81e77cf53fff49aed4052e679d9b'); -INSERT INTO messages VALUES(1270,310503,'insert','fairminters','{"asset":"QAIDFAIRMIN","asset_longname":null,"asset_parent":null,"block_index":310503,"burn_payment":false,"description":"","divisible":true,"end_block":0,"hard_cap":50,"lock_description":false,"lock_quantity":false,"max_mint_per_tx":0,"minted_asset_commission_int":50000000,"pre_minted":false,"premint_quantity":20,"price":10,"quantity_by_price":1,"soft_cap":20,"soft_cap_deadline_block":400000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","start_block":0,"status":"open","tx_hash":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","tx_index":504}',0,'NEW_FAIRMINTER','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','5591f67eec7e0a053c53095a4b9b5ae8d938bab7e0dbb704eab50f09179fd939'); -INSERT INTO messages VALUES(1271,310503,'insert','assets','{"asset_id":"2260369790942965","asset_longname":null,"asset_name":"QAIDFAIRMIN","block_index":310503}',0,'ASSET_CREATION','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','01d30083bf8efce10034e91bd45a866ce94b9368d1d72b3053777c0ccff820b9'); -INSERT INTO messages VALUES(1272,310503,'insert','issuances','{"asset":"QAIDFAIRMIN","asset_events":"open_fairminter","asset_longname":null,"block_index":310503,"call_date":0,"call_price":0,"callable":false,"description":"","divisible":true,"fair_minting":true,"fee_paid":50000000.0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":20,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","tx_index":504}',0,'ASSET_ISSUANCE','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','5e29afc0edd23f1d95a9fa090cbf9cb531879037483e8905b5bdd100f4fc0a5e'); -INSERT INTO messages VALUES(1273,310503,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"QAIDFAIRMIN","block_index":310503,"calling_function":"escrowed premint","event":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","quantity":20,"tx_index":504,"utxo":null,"utxo_address":null}',0,'CREDIT','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','1b09e45ec5af7eef9bde988ba51b5dbc1d30c6f48ae4a60bf9d5c8049a86c7b5'); -INSERT INTO messages VALUES(1274,310503,'insert','debits','{"action":"fairminter fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310503,"event":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","quantity":50000000,"tx_index":504,"utxo":null,"utxo_address":null}',0,'DEBIT','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','1cf57261a53a10733d7245f1d2310228b214f0465f910f2891aec3f41764ff95'); -INSERT INTO messages VALUES(1275,310503,'parse','transactions','{"supported":true,"tx_hash":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","tx_index":504}',0,'TRANSACTION_PARSED','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','2ca90999830fba9e5cb03df065944f39871e251631a3c3e4bda62d2f3b1b64da'); -INSERT INTO messages VALUES(1276,310503,'parse','blocks','{"block_index":310503,"ledger_hash":"e794e603a52f3e8966d35771dc3698466a31e493cd1d513b434f44a8d2b437db","messages_hash":"d39fac9a304f13c6607c12ce10e2bf776c73264646d71555db1f5dec3421a75d","transaction_count":1,"txlist_hash":"a246803a64e949d7501376b8333ec169ab0c76441b6743343e2028ef495e41e2"}',0,'BLOCK_PARSED',NULL,'7f0213d417907dcdf06adc5b56c759769eac1ef110fe36b0694295420d3284ef'); -INSERT INTO messages VALUES(1277,310504,'insert','blocks','{"block_hash":"0b123f4e535bb92fed07632e107813b9a399cb6f6d9ef629d303e9df3d71ad25","block_index":310504,"block_time":310504000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'75bd162e3b77947fc7161a3b71fd77a8bd318b9ae285acb6daed0c1b9d234bbc'); -INSERT INTO messages VALUES(1278,310504,'insert','transactions','{"block_hash":"0b123f4e535bb92fed07632e107813b9a399cb6f6d9ef629d303e9df3d71ad25","block_index":310504,"block_time":310504000,"btc_amount":0,"data":"5a413136303336313238353739323733333732397c7c31307c317c307c35307c32307c307c307c32307c3331303532307c33303030303030307c307c317c317c317c736f6674636170206465736372697074696f6e","destination":"","fee":8825,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","tx_index":505,"utxos_info":" a827b0538f335c6416477786ef827c5bf52bb1bfa20053209d5b788d18b8e16c:0 3 "}',0,'NEW_TRANSACTION',NULL,'58de77db96d9ba6030982e934a38bdc4fb5ac58a8497b29de3f92ab0d0b4c48b'); -INSERT INTO messages VALUES(1279,310504,'insert','fairminters','{"asset":"A160361285792733729","asset_longname":null,"asset_parent":null,"block_index":310504,"burn_payment":false,"description":"softcap description","divisible":true,"end_block":0,"hard_cap":50,"lock_description":true,"lock_quantity":true,"max_mint_per_tx":0,"minted_asset_commission_int":30000000,"pre_minted":false,"premint_quantity":20,"price":10,"quantity_by_price":1,"soft_cap":20,"soft_cap_deadline_block":310520,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","start_block":0,"status":"open","tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","tx_index":505}',0,'NEW_FAIRMINTER','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','015f11e93285fd83d9caad9e7b95a4f95a3c81b2a7d5f24a73ad47c2baa61573'); -INSERT INTO messages VALUES(1280,310504,'insert','assets','{"asset_id":"160361285792733729","asset_longname":null,"asset_name":"A160361285792733729","block_index":310504}',0,'ASSET_CREATION','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','f09fbdc3946ecc405566de9adde7e899b3e1254f5200d6e1e53852f3b34f4b30'); -INSERT INTO messages VALUES(1281,310504,'insert','issuances','{"asset":"A160361285792733729","asset_events":"open_fairminter","asset_longname":null,"block_index":310504,"call_date":0,"call_price":0,"callable":false,"description":"softcap description","divisible":true,"fair_minting":true,"fee_paid":0,"issuer":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","locked":false,"quantity":20,"reset":false,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","transfer":false,"tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","tx_index":505}',0,'ASSET_ISSUANCE','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','d8ac155726f327e37ddf62bb4798692f7a9e40c17d9a315cb46173f811178bc5'); -INSERT INTO messages VALUES(1282,310504,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"A160361285792733729","block_index":310504,"calling_function":"escrowed premint","event":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","quantity":20,"tx_index":505,"utxo":null,"utxo_address":null}',0,'CREDIT','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','310cad50c8c71fe4b01e307057e9992fba7450c8e6c96df82a74e94e23e5bd73'); -INSERT INTO messages VALUES(1283,310504,'parse','transactions','{"supported":true,"tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","tx_index":505}',0,'TRANSACTION_PARSED','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','42503fd73c58eee6c1f06e3b9cc713e50d097336c80743bb7556f3863cedd67c'); -INSERT INTO messages VALUES(1284,310504,'parse','blocks','{"block_index":310504,"ledger_hash":"3bef7ac206538a4723ed1049a793c079b942675f3100feabb221595f54f284d1","messages_hash":"d55a5a89431d692feadc0ca06101a8382aef150e50c9a4a7727622eb70682897","transaction_count":1,"txlist_hash":"4dc497bb6f509c52def91393cb8192f576794d95c846ac37a921f50b864589b9"}',0,'BLOCK_PARSED',NULL,'4c0ee25c7bee0fec688ac879131947a7959d2d2f0c3a09b1af592a09ac6f173c'); -INSERT INTO messages VALUES(1285,310505,'insert','blocks','{"block_hash":"dabd8046821297bd7071117defef365b4384c3ad338a8fa206bae85593958a6a","block_index":310505,"block_time":310505000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a9e385040afabb9cc2981c408d3a53169806d33fc975da224bb6e220786e0607'); -INSERT INTO messages VALUES(1286,310505,'insert','transactions','{"block_hash":"dabd8046821297bd7071117defef365b4384c3ad338a8fa206bae85593958a6a","block_index":310505,"block_time":310505000,"btc_amount":0,"data":"5b413136303336313238353739323733333732397c3130","destination":"","fee":5800,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","tx_index":506,"utxos_info":" f1a22cd5df828fe94c328ca0c39fd1120b98dcc333b2d1ac95465b4bc2a2ace1:1 2 "}',0,'NEW_TRANSACTION',NULL,'64d3252c5b93e467bd38cf72b235574752a0725a166ee21d56e5570a85b7ce51'); -INSERT INTO messages VALUES(1287,310505,'insert','debits','{"action":"escrowed fairmint","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310505,"event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":100,"tx_index":506,"utxo":null,"utxo_address":null}',0,'DEBIT','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','3fa7b9443e0c5f3f9f3e8dd56a042cf45839320772bd66b347e9db8fcab549e1'); -INSERT INTO messages VALUES(1288,310505,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"XCP","block_index":310505,"calling_function":"escrowed fairmint","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":100,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','a1c7e8294aeeedf0c673a7de559d43e140c8da286d1c0beee601dec55a849bfc'); -INSERT INTO messages VALUES(1289,310505,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"A160361285792733729","block_index":310505,"calling_function":"escrowed fairmint","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":10,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','285c0c6c2d036c713671f6ede4b3abf73f349de33c708dc300cc09b7161eed30'); -INSERT INTO messages VALUES(1290,310505,'insert','fairmints','{"asset":"A160361285792733729","block_index":310505,"commission":3,"earn_quantity":7,"fairminter_tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","paid_quantity":100,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","tx_hash":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","tx_index":506}',0,'NEW_FAIRMINT','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','35bb81d4643c03566b44fe5dddd6632dbad2636f6d9ab79e451b18527bb4fca3'); -INSERT INTO messages VALUES(1291,310505,'insert','issuances','{"asset":"A160361285792733729","asset_events":"fairmint","asset_longname":null,"block_index":310505,"call_date":0,"call_price":0.0,"callable":false,"description":"softcap description","description_locked":false,"divisible":true,"fair_minting":true,"fee_paid":0,"issuer":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","locked":false,"msg_index":0,"quantity":10,"reset":false,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","transfer":false,"tx_hash":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","tx_index":506}',0,'ASSET_ISSUANCE','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','b0c99e1fd902acba7212a0f81dcadb89afe1f9618c9ad9c5993c582096bd6165'); -INSERT INTO messages VALUES(1292,310505,'parse','transactions','{"supported":true,"tx_hash":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","tx_index":506}',0,'TRANSACTION_PARSED','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','082aac05c48919ff17f23d8aab9335891475a5cc2d36e6a8ed5f402988f39a20'); -INSERT INTO messages VALUES(1293,310505,'parse','blocks','{"block_index":310505,"ledger_hash":"55fbc2aedec24b51392b85e9bb8d0637a117c5c71347234ab0754e63963a8662","messages_hash":"785d96aeeb5a5751f538188e187d0ba488b1ab3e92b1b31b77885afdc86792f8","transaction_count":1,"txlist_hash":"bbc020c792a5a6837aad69d9794344fe13497234bd5ec74d1fb0bf064b7ab50c"}',0,'BLOCK_PARSED',NULL,'9b3743186b29dcc0cf4ee25c3ef63a5d0cad920c7db9b953747cd340a28b5814'); -INSERT INTO messages VALUES(1294,310506,'insert','blocks','{"block_hash":"9a7512bd957b110f23c37a6673cd0fd7342f0cf96b44f990e66ac7d5cbb8448c","block_index":310506,"block_time":310506000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e643b5d3bacdc07caf1ca258696c9041a0f20c69a750a461d177dd465a3de7b8'); -INSERT INTO messages VALUES(1295,310506,'insert','transactions','{"block_hash":"9a7512bd957b110f23c37a6673cd0fd7342f0cf96b44f990e66ac7d5cbb8448c","block_index":310506,"block_time":310506000,"btc_amount":0,"data":"5b413136303336313238353739323733333732397c3230","destination":"","fee":5800,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","tx_index":507,"utxos_info":" 33b22f767d86a1375935576b0b0b76fee0c080ab5dd4e8d9aa27537df84abef2:1 2 "}',0,'NEW_TRANSACTION',NULL,'cc0ea76a66aa3712be4b03057409eecc2d6b49cf00522e3bf74225ef6487e92e'); -INSERT INTO messages VALUES(1296,310506,'insert','debits','{"action":"escrowed fairmint","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310506,"event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":200,"tx_index":507,"utxo":null,"utxo_address":null}',0,'DEBIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','7a7b9fa5efa65cdad8099fc124cf7a977e14c8bd3ae51e9fce301753bdada163'); -INSERT INTO messages VALUES(1297,310506,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"XCP","block_index":310506,"calling_function":"escrowed fairmint","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":200,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','78c62c5b5f1f877f842b89251380dc71f0822de6afe8ac3d150dbaa7fedf727a'); -INSERT INTO messages VALUES(1298,310506,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"A160361285792733729","block_index":310506,"calling_function":"escrowed fairmint","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":20,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','0430a5846265eb2f677a09ddfd815404b73a99dc511b2bafdd2981870d35a5d2'); -INSERT INTO messages VALUES(1299,310506,'insert','fairmints','{"asset":"A160361285792733729","block_index":310506,"commission":6,"earn_quantity":14,"fairminter_tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","paid_quantity":200,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","tx_hash":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","tx_index":507}',0,'NEW_FAIRMINT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','ca20528bf8dcbfe3e2b4310c3413cfdfc67885943315ad1ed25f096b668d1855'); -INSERT INTO messages VALUES(1300,310506,'insert','debits','{"action":"unescrowed fairmint","address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"A160361285792733729","block_index":310506,"event":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","quantity":50,"tx_index":0,"utxo":null,"utxo_address":null}',0,'DEBIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','29c3bbf2c22930881e5d00e60e2de8c2c21eb14f9d1794adeba3a72fcd7e7e2f'); -INSERT INTO messages VALUES(1301,310506,'insert','debits','{"action":"unescrowed fairmint payment","address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"XCP","block_index":310506,"event":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","quantity":300,"tx_index":0,"utxo":null,"utxo_address":null}',0,'DEBIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','00a9a5a8cb6851b9117c87323f583fedf2b60367fae8972684e85a6bfc155a89'); -INSERT INTO messages VALUES(1302,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310506,"calling_function":"fairmint payment","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":100,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','912c21e95a30ef3cbd6b2410353129b344b6c68890a0f80234d68a00b6968a1b'); -INSERT INTO messages VALUES(1303,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"unescrowed fairmint","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":7,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','1dbc19314ff6ff234a9d33f5faa5ce308156f93a959351b8ed8c7ac04c818133'); -INSERT INTO messages VALUES(1304,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"fairmint commission","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":3,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','0ff840d30943ab3184a1b373f37ff65a83833a4eecb3b9948d25a81ceb3d9548'); -INSERT INTO messages VALUES(1305,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310506,"calling_function":"fairmint payment","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":200,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','72c4ed1f14da6ef08f08c1abdff1e493009765174a546a95e9d51c1cf98b6a17'); -INSERT INTO messages VALUES(1306,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"unescrowed fairmint","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":14,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','badc67afaf415ef949e444e727632b317a9a9fd56685f12d570bdddc56fcef9c'); -INSERT INTO messages VALUES(1307,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"fairmint commission","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":6,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','2782dcc3725cc0c75d0a0138b0e84e073b7307d474ff6311f3e590f47cb1c7dc'); -INSERT INTO messages VALUES(1308,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"premint","event":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","quantity":20,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','cda3367dbdee983969b9c0d48c3c83a78209a63f4263c943a7871a98c028ced4'); -INSERT INTO messages VALUES(1309,310506,'update','fairminters','{"status":"closed","tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9"}',0,'FAIRMINTER_UPDATE','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','901d9bca7a5032ec5394388a1100e12ffac8c27625446c67b22b4b8a7339ff4b'); -INSERT INTO messages VALUES(1310,310506,'insert','issuances','{"asset":"A160361285792733729","asset_events":"fairmint","asset_longname":null,"block_index":310506,"call_date":0,"call_price":0.0,"callable":false,"description":"softcap description","description_locked":true,"divisible":true,"fair_minting":false,"fee_paid":0,"issuer":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","locked":true,"msg_index":0,"quantity":20,"reset":false,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","transfer":false,"tx_hash":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","tx_index":507}',0,'ASSET_ISSUANCE','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','2648729162f8ef4aa4bd8ac1649a2bc5afe60a5f5547475c419234c40cb3ffb3'); -INSERT INTO messages VALUES(1311,310506,'parse','transactions','{"supported":true,"tx_hash":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","tx_index":507}',0,'TRANSACTION_PARSED','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','bb5cf0102f8f2b1d8b84e79a8be82f8751448e3e9622b6a26dfcbfff574cf3fc'); -INSERT INTO messages VALUES(1312,310506,'parse','blocks','{"block_index":310506,"ledger_hash":"d2e34b3aa45be0dd5a211b9748bc71049f42e08be27ed9e08ac65e1f1b5db6b1","messages_hash":"6869409fccc1817ad6628cfd3e16c6d7900af6235f09ec4b741c18a62556a895","transaction_count":1,"txlist_hash":"a6cab6e8bebae804eb791b48d0a484f6526553e3cce266b54b40afb32a02c68e"}',0,'BLOCK_PARSED',NULL,'bae75e7a038ec282474d64c0418ce7b28a54788096d0ebadead87f95e77aa259'); -INSERT INTO messages VALUES(1313,310507,'insert','blocks','{"block_hash":"015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93","block_index":310507,"block_time":310507000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a94667f2b2f9b1537817e140cdccac8435447f2384696a11c043a9f4a1db285c'); -INSERT INTO messages VALUES(1314,310507,'insert','transactions','{"block_hash":"015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93","block_index":310507,"block_time":310507000,"btc_amount":5430,"data":"655843507c3130307c","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02","tx_index":508,"utxos_info":" e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0 3 "}',0,'NEW_TRANSACTION',NULL,'7b59604be5378b5e5173a81fb23cbfcd620c9040b641fe5c3411150910111e47'); -INSERT INTO messages VALUES(1315,310507,'insert','transaction_count','{"block_index":310507,"count":1,"transaction_id":101}',0,'INCREMENT_TRANSACTION_COUNT','c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02','c3bf6dfaaabb0414cc9521e7616a81e3ee36f06bbd7dfdcc843ff67d911cc7c1'); -INSERT INTO messages VALUES(1316,310507,'insert','debits','{"action":"attach to utxo","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310507,"event":"c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02","quantity":100,"tx_index":508,"utxo":null,"utxo_address":null}',0,'DEBIT','c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02','fb1e1018809af65e4b768cdf788e4537de2dbeaa7bdd8c46f349f4e552d5264e'); -INSERT INTO messages VALUES(1317,310507,'insert','credits','{"address":null,"asset":"XCP","block_index":310507,"calling_function":"attach to utxo","event":"c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02","quantity":100,"tx_index":508,"utxo":"e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0","utxo_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc"}',0,'CREDIT','c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02','4ac151371172e14afcc4cfccf3a4178e7958a0c20c087ea35dd0d509d9040f94'); -INSERT INTO messages VALUES(1318,310507,'insert','sends','{"asset":"XCP","block_index":310507,"destination":"e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0","fee_paid":0,"msg_index":0,"quantity":100,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02","tx_index":508}',0,'ATTACH_TO_UTXO','c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02','4bd1181465c6e7631749204bc2dff3f757e227ac48e69e91c7c0e7cf5356c6fb'); -INSERT INTO messages VALUES(1319,310507,'parse','transactions','{"supported":true,"tx_hash":"c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02","tx_index":508}',0,'TRANSACTION_PARSED','c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02','935cfbcb9bb024c9998cfbd4eaa12e9cdaa33a4f8940720d58bf8bdb895aaae1'); -INSERT INTO messages VALUES(1320,310507,'parse','blocks','{"block_index":310507,"ledger_hash":"2da66508b6fcc29c1dbcfaa1d547e2e7fcd32632cdf98f995d161075ab06c3a2","messages_hash":"10c201f17ce486aaccdc9525186c6582b766d4b677b1d9e29ebf47c94c700222","transaction_count":1,"txlist_hash":"cda25cfb83124a67f209107884fa55ff7b1a2d5de0847cfa3f5e0011643f8ae2"}',0,'BLOCK_PARSED',NULL,'08045c334ba66c9d28949fb7a59b94bff996c652239ac0f653ad6cb869ff4c97'); -INSERT INTO messages VALUES(1321,310508,'insert','blocks','{"block_hash":"40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf","block_index":310508,"block_time":310508000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fcc5c44760333c0db681b67bb7b55574aa6eb57e3f82f078ccdd5b8590d4d08e'); -INSERT INTO messages VALUES(1322,310508,'insert','transactions','{"block_hash":"40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf","block_index":310508,"block_time":310508000,"btc_amount":5430,"data":"65444956495349424c457c317c","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726","tx_index":509,"utxos_info":" 74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0 3 "}',0,'NEW_TRANSACTION',NULL,'3ff1c98a5ab31a66b409fe872fc3b76743841aa46e02650dd541c2cb756fddaf'); -INSERT INTO messages VALUES(1323,310508,'insert','transaction_count','{"block_index":310508,"count":1,"transaction_id":101}',0,'INCREMENT_TRANSACTION_COUNT','a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726','3a36bba7d2d552c4222f45c4fd16b6ef4bfff853e425bb51315d5cc6082a5487'); -INSERT INTO messages VALUES(1324,310508,'insert','debits','{"action":"attach to utxo","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310508,"event":"a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726","quantity":1,"tx_index":509,"utxo":null,"utxo_address":null}',0,'DEBIT','a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726','32c76b0e72163ced9a0a1aa44ccbfe9a7e8216460a8aff30124d8c572d6ffc3f'); -INSERT INTO messages VALUES(1325,310508,'insert','credits','{"address":null,"asset":"DIVISIBLE","block_index":310508,"calling_function":"attach to utxo","event":"a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726","quantity":1,"tx_index":509,"utxo":"74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0","utxo_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc"}',0,'CREDIT','a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726','7b657019854cd3c760cc8fedd078e02ee6e4183c4cfcdbaa28f8d367a2a0e4a5'); -INSERT INTO messages VALUES(1326,310508,'insert','sends','{"asset":"DIVISIBLE","block_index":310508,"destination":"74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0","fee_paid":0,"msg_index":0,"quantity":1,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726","tx_index":509}',0,'ATTACH_TO_UTXO','a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726','afe5566570623027c1d416b625ebb1b4aac324cfae417108245e0546b488511b'); -INSERT INTO messages VALUES(1327,310508,'parse','transactions','{"supported":true,"tx_hash":"a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726","tx_index":509}',0,'TRANSACTION_PARSED','a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726','01492b722b6550ef22e833b8114f4c9e9bff2bae2c257c6410c33bcb0ede2be3'); -INSERT INTO messages VALUES(1328,310508,'parse','blocks','{"block_index":310508,"ledger_hash":"783827f1e82edaf42d45619e7b18e20d544f5d8475f3815a61f1f7de9190aa75","messages_hash":"f17c7e3c2e5427286a5d053ab621109d01992e5796a7553d484235d287ec75c8","transaction_count":1,"txlist_hash":"8a2b9076d8d408be2eab4e83a13657acf6e7397479e4b0677c88308c2ca0a23d"}',0,'BLOCK_PARSED',NULL,'a034e632549a57a6e0b15cd551a09d2bc9358cc903549fb0a16ee2a7eda4c301'); -INSERT INTO messages VALUES(1329,310509,'insert','blocks','{"block_hash":"4f1c6484120b93634712add03ac12eda4d241ec5132c3108c49c92fb46e8faee","block_index":310509,"block_time":310509000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4796f750906dc5094d4c7a53a23dbe3cbf1dd1cbfee38a50266398c65be49f72'); -INSERT INTO messages VALUES(1330,310509,'insert','transactions','{"block_hash":"4f1c6484120b93634712add03ac12eda4d241ec5132c3108c49c92fb46e8faee","block_index":310509,"block_time":310509000,"btc_amount":0,"data":"0000001400000023ded9aaeb00000000000003e80000000000000000000015546573742064697370656e73657273206173736574","destination":"","fee":6800,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","supported":true,"tx_hash":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","tx_index":510,"utxos_info":" 5b13a8589b5a02abddc9156a2efc53713161a23bc1d149f909dcc079ea9c3af5:0 2 "}',0,'NEW_TRANSACTION',NULL,'1b694bc85c2ba11506de3dc49615a45419d9975868dee30dea62500897c24d07'); -INSERT INTO messages VALUES(1331,310509,'insert','debits','{"action":"issuance fee","address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"XCP","block_index":310509,"event":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","quantity":50000000,"tx_index":510,"utxo":null,"utxo_address":null}',0,'DEBIT','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','a5c7d21b75c85feebe1ab1cd4d1a262fa4af362faa41e67062ebb80c6617ddfe'); -INSERT INTO messages VALUES(1332,310509,'insert','assets','{"asset_id":"154062662379","asset_longname":null,"asset_name":"TESTDISP","block_index":310509}',0,'ASSET_CREATION','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','95b99baa6a1ee5a922cf70cd4851c61d4ec38cfbd08e819c75660141952a8883'); -INSERT INTO messages VALUES(1333,310509,'insert','issuances','{"asset":"TESTDISP","asset_events":"creation","asset_longname":null,"block_index":310509,"call_date":0,"call_price":0.0,"callable":false,"description":"Test dispensers asset","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","locked":false,"quantity":1000,"reset":false,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","status":"valid","transfer":false,"tx_hash":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","tx_index":510}',0,'ASSET_ISSUANCE','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','feca39adc839469aa422427812515bc0bfff3721621cbda47ec0e8cd44d1ac31'); -INSERT INTO messages VALUES(1334,310509,'insert','credits','{"address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"TESTDISP","block_index":310509,"calling_function":"issuance","event":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","quantity":1000,"tx_index":510,"utxo":null,"utxo_address":null}',0,'CREDIT','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','6c8ba4ee74b15e80aa163daf278a63b0a09be88add5338960f50253337b7ce68'); -INSERT INTO messages VALUES(1335,310509,'parse','transactions','{"supported":true,"tx_hash":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","tx_index":510}',0,'TRANSACTION_PARSED','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','8a65677266b461c48253a2ea7ed731e71870798fa8e1f4ffd47aded8124d9d01'); -INSERT INTO messages VALUES(1336,310509,'parse','blocks','{"block_index":310509,"ledger_hash":"6d4cd7106c8334cf9ba41c687ca3bf911cea24d66d750e7155ac016ce2315e90","messages_hash":"d3e0b7e9c1da46ba66f77758038c82ed302ffa3f6b8185109ea793bc4a1f2bd5","transaction_count":1,"txlist_hash":"ec1fa99ec4e6319ce76ad3152562abc450134b8fe7437621a18c0b34e4580cce"}',0,'BLOCK_PARSED',NULL,'e40500137e3955381f884e5047db5b457c19a420f6e20f8232280229260f9e76'); -INSERT INTO messages VALUES(1337,310510,'insert','blocks','{"block_hash":"b2d5e400178d7b2ea52884e3a090fe11874c83d63c342218161a6e666f084fb2","block_index":310510,"block_time":310510000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d44c31bb643e24be9dae99812f95de2edfec937dceee707b2bee8dbc63963518'); -INSERT INTO messages VALUES(1338,310510,'insert','transactions','{"block_hash":"b2d5e400178d7b2ea52884e3a090fe11874c83d63c342218161a6e666f084fb2","block_index":310510,"block_time":310510000,"btc_amount":0,"data":"0000000c00000023ded9aaeb00000000000000640000000000000064000000000000006400","destination":"","fee":6150,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","supported":true,"tx_hash":"af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e","tx_index":511,"utxos_info":" b44885994dea259ac03a7c7b46076e05cd217a9f465d8f7c7be9cc831ba47291:1 2 "}',0,'NEW_TRANSACTION',NULL,'73c16c803fbde936e51a2343258fe5d31e1c84b2af2bb7538068a085a2db8bcc'); -INSERT INTO messages VALUES(1339,310510,'insert','debits','{"action":"open dispenser","address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"TESTDISP","block_index":310510,"event":"af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e","quantity":100,"tx_index":511,"utxo":null,"utxo_address":null}',0,'DEBIT','af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e','3c8300b156e042dd2256027974d527906cd7d97a7505c40896a54272e140d366'); -INSERT INTO messages VALUES(1340,310510,'insert','dispensers','{"asset":"TESTDISP","block_index":310510,"dispense_count":0,"escrow_quantity":100,"give_quantity":100,"give_remaining":100,"oracle_address":null,"origin":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","satoshirate":100,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","status":0,"tx_hash":"af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e","tx_index":511}',0,'OPEN_DISPENSER','af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e','1c3381f933bf9c5b67456dbab8517f96bdabdbd98f4c7f15a22b0cb6ba1d8ef0'); -INSERT INTO messages VALUES(1341,310510,'parse','transactions','{"supported":true,"tx_hash":"af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e","tx_index":511}',0,'TRANSACTION_PARSED','af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e','7287cf56662384fb2763983269df8c07b1f61bb1e6558631901422c1a7e3162c'); -INSERT INTO messages VALUES(1342,310510,'parse','blocks','{"block_index":310510,"ledger_hash":"d8e13aeca99805e15eb437805f303dde5ab0cb44a0499d7d776f31ee476281bb","messages_hash":"103b3953acbbb02890f5fa452fce85027480df87028fec486ce7a1fcd92b6bb4","transaction_count":1,"txlist_hash":"ca286403db8ab3171b4049648c52b72df9c439ef3b75f54b7f40612edd05b300"}',0,'BLOCK_PARSED',NULL,'1fadc0f4c10a0a976a9ad366ceb2939b669ac6ed8ba5430bb228e2cb2767ab72'); -INSERT INTO messages VALUES(1343,310511,'insert','blocks','{"block_hash":"e4f2c553f71be9029a42ba9e1be584123528b3ab83bbaeaed06bdd780c67ca9c","block_index":310511,"block_time":310511000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4897c55b6da66d479cd22bcdcff38baf7a5a7e479c63df4b58dae49cb1d394be'); -INSERT INTO messages VALUES(1344,310511,'parse','blocks','{"block_index":310511,"ledger_hash":"284e7317e2f651316fc66a70bdf993a6eb03030cde24b2829c8dc1fb3083cb65","messages_hash":"b16e9c7d2b6df250f1a53bf536e872bc26baa5a3b4e0da12bde2da0763f5f486","transaction_count":0,"txlist_hash":"9257b3fddd563d279d6ceee72a11ffda6de34c29f16205e6fa50e27e63a519f8"}',0,'BLOCK_PARSED',NULL,'3a3893884e6486f7b9bcdf692c9800b2a396a8a22e1b5c46d250662e32261743'); -INSERT INTO messages VALUES(1345,310512,'insert','blocks','{"block_hash":"8837f8d9e91c25e657417fd96f59b61e76da0b0b84106053fca4d96a6e67b0d5","block_index":310512,"block_time":310512000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f8f4e505866d804a1d93d2ca4d2af11f8e7f26f63ed54b334841968bbe669264'); -INSERT INTO messages VALUES(1346,310512,'parse','blocks','{"block_index":310512,"ledger_hash":"6700fd71b01d55ffb9abff46f33404f8afdaa244c34d79d1a5597f0a2c925988","messages_hash":"29c6e7f09596b42df4bcdf73152c6d31a933bef9a82ee153eb60f299fe49eff9","transaction_count":0,"txlist_hash":"c80f3057e03faf75e1be097759a6d133d7c482d0c352a8ef05915a8d20ba72aa"}',0,'BLOCK_PARSED',NULL,'724250fbc9e157c6bfd21de25a5111d8d660bcfb9dddfddfc6d5b51169683c39'); -INSERT INTO messages VALUES(1347,310513,'insert','blocks','{"block_hash":"ba74e3ceba2dc7a61efa53670a372d35c261a059af91ebfc999e653c904dfd66","block_index":310513,"block_time":310513000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6f3b970d479d7a7b48385c62c7ddd4579d2538ccfcd0fe4853fedae4444ce314'); -INSERT INTO messages VALUES(1348,310513,'update','order_matches','{"id":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498_1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","order_match_id":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498_1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","status":"expired"}',0,'ORDER_MATCH_UPDATE',NULL,'36065592a693f84710164421a05496f55d123f9d390bbd24465d3be9f62866c2'); -INSERT INTO messages VALUES(1349,310513,'update','orders','{"fee_required_remaining":900000,"get_remaining":800000,"give_remaining":100000000,"status":"open","tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498"}',0,'ORDER_UPDATE',NULL,'dece63f3601788a8e5be752470a3158a9bc5ce0f395d232b54620bd8f4f4253b'); -INSERT INTO messages VALUES(1350,310513,'update','orders','{"fee_required_remaining":0,"get_remaining":100000000,"give_remaining":800000,"status":"open","tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81"}',0,'ORDER_UPDATE',NULL,'02055aaef7c6374f7b09d9da494bb3e43b2b8e9b735125e26af2ac4e78d09abb'); -INSERT INTO messages VALUES(1351,310513,'insert','order_match_expirations','{"block_index":310513,"order_match_id":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498_1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx1_address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns"}',0,'ORDER_MATCH_EXPIRATION',NULL,'19ed14cda6001d16b8bb9656281d7e4d33f918f175eefd2e21f62db2851fdb98'); -INSERT INTO messages VALUES(1352,310513,'parse','blocks','{"block_index":310513,"ledger_hash":"f3ca04116717e4ff65dd65a9ddc1fcba48c77f3576cc7c293a1fefa62d628fbf","messages_hash":"de961583db93279c813fdaf4b1c5f50e0f0525523fc8ff117c1fd0fe4aa84a39","transaction_count":0,"txlist_hash":"0c8ea72bb32c6c6a989f8d418be18e345e115e77426375a227b2f50487b57bc7"}',0,'BLOCK_PARSED',NULL,'6ea2bc063d5911f756baff577ebf9d652e38b0b98b60b71cfbf06551fb21af56'); -INSERT INTO messages VALUES(1353,310514,'insert','blocks','{"block_hash":"39989817fb26625baf150596d15c164f34a6c34ae7b6ab92539b92052f08a0f7","block_index":310514,"block_time":310514000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b98b85b6a4bbc81df71d5c967885271ee5f05f4f52df4fda52827ea5f40916c4'); -INSERT INTO messages VALUES(1354,310514,'parse','blocks','{"block_index":310514,"ledger_hash":"0a526a36041076d11076786adcb2768eeb214b4aaf61a2370f0f44f1e7fcc15a","messages_hash":"4af0919acfe44256f17f4520701cf5468264a18e456684fd42778709c5e5bb83","transaction_count":0,"txlist_hash":"c8093008c0d6d9aab461228f58b1d2f8a7d09373ad1aa89a4fb739cf7cf73b5d"}',0,'BLOCK_PARSED',NULL,'a1268f1326a0bd9e1b374eb3817502e8e61f940397e74b646f05cf3b3580e945'); -INSERT INTO messages VALUES(1355,310515,'insert','blocks','{"block_hash":"57e45ce8b85a3875a55e3477aaae26e56f6bce01c1e422f62acb27850effb4b8","block_index":310515,"block_time":310515000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e411486667fb2a37d2a90bd7bc5cc05695e8bc6b8266dfebf8671027584dc869'); -INSERT INTO messages VALUES(1356,310515,'parse','blocks','{"block_index":310515,"ledger_hash":"e0997c5e3f5e58120aa263056f9db2671b5ffaaee0eaab92785a3978fa90ba5e","messages_hash":"31cc5c39ea810c87863e220740cb2f36730a40bcab1b846b267747c59f6fab18","transaction_count":0,"txlist_hash":"afd1a4546e9aa5b32a6bacfe161e0e9ab283047623a5c34c1ae45739d1ac53fb"}',0,'BLOCK_PARSED',NULL,'3a3408cf9071a1c21619fab79a18beab3b397c18aeff03f6aba1a3b2a986434e'); -INSERT INTO messages VALUES(1357,310516,'insert','blocks','{"block_hash":"ce9bd7438cb256b1e6f8f5061f88804da65cd6d6a7395260d5e75980c30f18d7","block_index":310516,"block_time":310516000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d81e62bdb226f94f26b6c176c7c1e9045b8848f30cdf62ac34978ec2a11ede1e'); -INSERT INTO messages VALUES(1358,310516,'parse','blocks','{"block_index":310516,"ledger_hash":"3beeb284fed1fe729ba2b994a41e8d7a4da00afbce5cc95fd84b985faa54fd47","messages_hash":"773247730aa5cf4d561aff5432b6d08a9691afa30b9677ba3dd26111cb6bb093","transaction_count":0,"txlist_hash":"0be8a6436def38423258e0d38ae1bd2e4b69109e16b308a7a95170312789cb10"}',0,'BLOCK_PARSED',NULL,'1c4182848943819ee2922aea3b0f69d55e3b90a8aa492f7db01edcd76ad82bfe'); -INSERT INTO messages VALUES(1359,310517,'insert','blocks','{"block_hash":"defccc64a058371ab87b654375e507958ea807694cc8295abd066dc2e4ad1407","block_index":310517,"block_time":310517000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c448149d80e25a293d442d75be46cbeb35d2fb14627cd1695885d907c8b117de'); -INSERT INTO messages VALUES(1360,310517,'parse','blocks','{"block_index":310517,"ledger_hash":"185ec7bd7c0cf4d0a380f0926a1e1dfe0e2d4c9fa572bc4d3a05fc0b2698e584","messages_hash":"757718358914d4e0f927e0ca503fc587b419668b49e4b2c992b34e270b506607","transaction_count":0,"txlist_hash":"086875900131220008c87033e2bc928abd52723b006f403dabe8aa0ee17eb56b"}',0,'BLOCK_PARSED',NULL,'ec573a749fa2ee33af0c77ca8f7e5f609016a961691400026004168ca857ccd3'); -INSERT INTO messages VALUES(1361,310518,'insert','blocks','{"block_hash":"41ef60bfa96648c7db99a621c4acde6b6d1fd91bc21471a0d2f33e2e995e96f5","block_index":310518,"block_time":310518000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f3bce5b1c2313d7a3fd34f2c10c359c557f6d010fc064aa507e2bb6d2f8bbc04'); -INSERT INTO messages VALUES(1362,310518,'parse','blocks','{"block_index":310518,"ledger_hash":"094da03cdfcd515f0d40be96ea486e97133b0eaeed8e4fb459dc0dc9b3778508","messages_hash":"50b9200b8a6cb64c2940f4b1aa5c8ccacd4c759e38913dce6169cdf9126834e9","transaction_count":0,"txlist_hash":"d3f0aaa879f34ed4cff11d5067cb16e0e5bda96944ac3fac8404190fa8080067"}',0,'BLOCK_PARSED',NULL,'320ad006c766066393dcf82d4cc4da6b3d88e78f0e97702ea045a979caaaad95'); -INSERT INTO messages VALUES(1363,310519,'insert','blocks','{"block_hash":"9a9423964e187ac27e57d13611a8c6f9fa409ca79df72d3e7edc0d646099f61a","block_index":310519,"block_time":310519000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a7b304fd223577118d68fc61ca5a6c3ce17e77ce9feb016de742fd8203f76090'); -INSERT INTO messages VALUES(1364,310519,'parse','blocks','{"block_index":310519,"ledger_hash":"e1b1593e442ca354f28f9e22510475d6064e973705bc8a17873af3726650a26b","messages_hash":"58a2124eb130b8b21bfd249a1ca773e94351eb2ca256e2e492a03af77c27cc92","transaction_count":0,"txlist_hash":"eac52f8eef74ff4ef2133c4fbda1ddf219fc594a9cea88bfbbd0bce9fde9f3da"}',0,'BLOCK_PARSED',NULL,'dd0d57ef1a1e9a60ff7837ffb0570f204174db12da3c52793fec7e56dc397cf4'); -INSERT INTO messages VALUES(1365,310520,'insert','blocks','{"block_hash":"ac1c820b0a2de1206a2a7558545e20d13a5f507dcc49b31edb00a8579eb27680","block_index":310520,"block_time":310520000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a4c8b38ea61fdc6b32074b345a3fbfea12ef511394412547fa0280a563bdf8fe'); -INSERT INTO messages VALUES(1366,310520,'parse','blocks','{"block_index":310520,"ledger_hash":"5c975744cf660ca6b01b7bd60efdc3cb42242f7eecc76a450f2a2e4b41d89b06","messages_hash":"180c233c69a878568e5eeb6bb0ab9b951e9985333d73dc1fb019e3cdf74b35de","transaction_count":0,"txlist_hash":"5a0e02f49a1241455e0eea879f6a1a69af36f1a7a1336b7724852d01fe4c5592"}',0,'BLOCK_PARSED',NULL,'c32cce25a0dac7dcd0a132e7d3258ba78a02e3f074a7e50552e9b379ed830de2'); -INSERT INTO messages VALUES(1367,310521,'insert','blocks','{"block_hash":"df95500e3cf5ef81703fa42fe0f37a1250ae5da9407197a46745dec0459e6598","block_index":310521,"block_time":310521000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e6478d9fdbbda3d50dc3b1889b29e0433c546e8e51f8ffdf59619029aaa82b51'); -INSERT INTO messages VALUES(1368,310521,'parse','blocks','{"block_index":310521,"ledger_hash":"b5422d0d0f304eb2cc6c8c4c8c6770b627c6a8865778a802f4039aeafd808329","messages_hash":"bf662edb729cc4bb29dd1b77a26b57a151f037b15725ee06039f6ec0d60b90df","transaction_count":0,"txlist_hash":"e7a230aea5dcaf31261c3b1a8c4b2ec76d211e1c57b9e19f117417f9a103054e"}',0,'BLOCK_PARSED',NULL,'a776a929dbe38eb7cec8b86e14525a4a1f544f80aa306907b58c24e78b269f88'); -INSERT INTO messages VALUES(1369,310522,'insert','blocks','{"block_hash":"6a3cbbd6e28c6273e2c60047c17caec446cb40075ab83d043a2f80d54fe34b21","block_index":310522,"block_time":310522000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5d5352bcb7d9fc342b851adc20c0d432d383f6053242cedaecd319d7b359c223'); -INSERT INTO messages VALUES(1370,310522,'parse','blocks','{"block_index":310522,"ledger_hash":"964ccaaf5d261642ca22d826323c7229854e706b5854851521fc54ae29bafafc","messages_hash":"cecb1537598e022b781063408b9773cc2969b622314229a6e3278a13bfe83a13","transaction_count":0,"txlist_hash":"1ed9606b2918534842b07cc6c87660e9e242bc5afacdeee033e3115457f234c3"}',0,'BLOCK_PARSED',NULL,'bb5ce221f2f540f643d381daae0935d68f8339fc09fdc43c2f19a5da2caf6462'); -INSERT INTO messages VALUES(1371,310523,'insert','blocks','{"block_hash":"0b4de9fd1b5e12553b2450a06ed00086163cac3a5c871cac141fd3f04af5b453","block_index":310523,"block_time":310523000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8ff6e3834250e64b1f8306531be4cf8329479a901f44d250c48234f6d1fa2c0b'); -INSERT INTO messages VALUES(1372,310523,'parse','blocks','{"block_index":310523,"ledger_hash":"28d40f6211e8881b294e4b934f38c5273b5719b016735950babaeceb6d0e3b8f","messages_hash":"b2e0cded358dd32d2e93bf70e4e4ef7c5809aea6be30caae93b228c7ab768d21","transaction_count":0,"txlist_hash":"725cd10529cde9634052acc36d353b56cd5071a5e9132d83e1677c147504361a"}',0,'BLOCK_PARSED',NULL,'cfa123128d5e13fe75d76440b89aeaf889822aaed34c9c1aaa99e0d49437c2be'); -INSERT INTO messages VALUES(1373,310524,'insert','blocks','{"block_hash":"b7e16928a86db99f8fb5b6930912f75acb2ae7c6fd6de3c6a2e67c15cb190655","block_index":310524,"block_time":310524000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ff3a366f9ee1ddce40f45638908c35d02309e5b74ec25eb3ae7a249ddc9f9edd'); -INSERT INTO messages VALUES(1374,310524,'parse','blocks','{"block_index":310524,"ledger_hash":"5b6332f599e3dcd85cf2870da51446ceaf39471a995abcc9331790e435bf3b8a","messages_hash":"90c0e1e978c9f93d6015c908f66d56510c92fd174d31df9ff660f212b5f81bc0","transaction_count":0,"txlist_hash":"125a0a93e721b8122f146cde14663b70c11d4060455242b2f10cbddd9a2c8a06"}',0,'BLOCK_PARSED',NULL,'e65a8dbe45fde710ca3c5eb7ad5307d215c2c03aaacb6f99b70f3ca9e858cf2e'); -INSERT INTO messages VALUES(1375,310525,'insert','blocks','{"block_hash":"2c9a958715acbd51a756d6b92abb1d9cd8e72cfb90d5bfe7b42fb0a1058753b9","block_index":310525,"block_time":310525000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'09656a0d73b22e5c8701be4ede143a8c87ddcecc651017afe2e04ad777e51545'); -INSERT INTO messages VALUES(1376,310525,'parse','blocks','{"block_index":310525,"ledger_hash":"41a093d957164251e64603595e5eacbef44ebb1f836606c3034b01ab852bf3ec","messages_hash":"0a00436972d521fca485645fda423d579e0114d01939fee6ea3bb42dab18920f","transaction_count":0,"txlist_hash":"83a91866538cdac9672e8578c27628bfb8ff13e4617d03fd5d1a024b1ee2b7d8"}',0,'BLOCK_PARSED',NULL,'dd25064d4410a250f6aea94df19583bd286b41bb9647f86e4c9a426237f89edc'); -INSERT INTO messages VALUES(1377,310526,'insert','blocks','{"block_hash":"07b8e3ffa932912a00aa3e5bc44115c77fd3b4e89c6dd2f678907ef78776766d","block_index":310526,"block_time":310526000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8696949e139f285aba16941816681c4fa147de819057a384edb73fd2a14b3f17'); -INSERT INTO messages VALUES(1378,310526,'parse','blocks','{"block_index":310526,"ledger_hash":"93940adc92c042ca2678fb879fe731f82cb6ab2359a5876d4e38c8326a2b95a7","messages_hash":"84d6a9b0eb64fb50a5331fa55b37ffca4bd284afe648dcd4ca5d576ecce525a6","transaction_count":0,"txlist_hash":"0f2b4ed4d8a40f1524374d38fc9666d9ed9ffeca3464f45ea9de77843812c62c"}',0,'BLOCK_PARSED',NULL,'47e6e8d3da74f010886abc7450b776b33d3dc33b6ceca2532488ebd0f58ca1b4'); -INSERT INTO messages VALUES(1379,310527,'insert','blocks','{"block_hash":"5140a0c0619c3fc40cc7df171f6d93bbb53add8845828ca08acc7b573dd6d2db","block_index":310527,"block_time":310527000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ae221fd139b172940329b3ca295f87295c02189ef7fc5fba875892fb2f1c9375'); -INSERT INTO messages VALUES(1380,310527,'parse','blocks','{"block_index":310527,"ledger_hash":"85c39fccdc3c9229858110f0ee92869349fc8d2c7d07c2cd98778831aca8ac26","messages_hash":"6862a2baea1c0c0a4b9efd8d160819f818f2a5b3ae6dd1b53214695a728f5f73","transaction_count":0,"txlist_hash":"1ee7f7e284564b49610351fa13fab4fdd42a057530238db1d2212f22c548929a"}',0,'BLOCK_PARSED',NULL,'30665134622016b97b13f7bfa1f020063e50455b2370724ea67b035bafa1fb56'); -INSERT INTO messages VALUES(1381,310528,'insert','blocks','{"block_hash":"a70c0d36078e4165903d743e63a5184a69fc79fdd2c251040e2c9d61a83c1cc5","block_index":310528,"block_time":310528000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'120d9eb779ae37412dd8a7a13b5b71c7324aa206216f68a0981db71d1006ebb4'); -INSERT INTO messages VALUES(1382,310528,'parse','blocks','{"block_index":310528,"ledger_hash":"a07248b82f0a37126fc9e5978ec482c9b4e4e657652b7428870fc302abd50b59","messages_hash":"e1b3121a739f1811ea9ef79e7fef20a2ea43df0116f9ffecbfc4e05dfe8c6cb2","transaction_count":0,"txlist_hash":"93a6fd1bff0d1ab7ee1fb57f915a1c3c315f656fc3e72630a4ded588c629b575"}',0,'BLOCK_PARSED',NULL,'8d2b99b47446ea0c5bc05af5b7ee6e0508e7249efaf5b8591dc7cbdcdd7cf51a'); -INSERT INTO messages VALUES(1383,310529,'insert','blocks','{"block_hash":"7079a2c6f566af16cf9200bd4e210770e2da8a416883b98a8af4554585f4003b","block_index":310529,"block_time":310529000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eda32499c5119aa65e42bc24b69c9b5530a601ef03d1867f3374db99f93542f0'); -INSERT INTO messages VALUES(1384,310529,'parse','blocks','{"block_index":310529,"ledger_hash":"d5e23e5eee8e31887b0f92f84e309115e1bd4fdeb4630982b9fd0822bafb8d08","messages_hash":"bf035508bbb92be62e6cb46fd94ea2c6cee1eeac7a6c6c3a79e5685743099545","transaction_count":0,"txlist_hash":"077457a3c6606ff73bdae5d6236f0c8f4bb2fbae58665a0ae829bee518380853"}',0,'BLOCK_PARSED',NULL,'291c5ee0c06ab4555b1c47c2aa99e2d533f4f807e4808c8ebfb36ec7c3c40cb2'); -INSERT INTO messages VALUES(1385,310530,'insert','blocks','{"block_hash":"f700e3806dfb2bed8652f19d5900a78a73ebfa5ce0aaae9e7728b426c5667110","block_index":310530,"block_time":310530000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a5558817130832e22cddea7dfa62f6c89c0cc33407e0013869f2ee5624647729'); -INSERT INTO messages VALUES(1386,310530,'parse','blocks','{"block_index":310530,"ledger_hash":"45b1d42d6184fc6ff41a0c6744198e9ada178a97205dd457c18068d6916f44b0","messages_hash":"0fce4348634fa7ae8ae7ed1d645c72df43d67585106342a652a50c99b244c45c","transaction_count":0,"txlist_hash":"e27dc3f739d2f39e98e2483a21bcf491e59e7094632bdd97fd47fe0e518b4a86"}',0,'BLOCK_PARSED',NULL,'c04faf65e0bcad8ec2355fb64f693df1b016b493e6f50c80abb95725d1662c7d'); -INSERT INTO messages VALUES(1387,310531,'insert','blocks','{"block_hash":"764b50a1473add7087e9b9a6c07d0a598161f0d2d7c3cb77cd5bf18ab27bdc15","block_index":310531,"block_time":310531000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cee5d8738d8aaad4fc37a58c2cc8a2b0a5d2d63e06d753883cc84165311f9d17'); -INSERT INTO messages VALUES(1388,310531,'parse','blocks','{"block_index":310531,"ledger_hash":"9a581ce76795e586d5f691857551aa85593ff647a5a904daedade3406fb188bc","messages_hash":"762622b6d8f5571589cb114f16405efdae1e902923f87ff4679a4b58fe65dcf7","transaction_count":0,"txlist_hash":"441e94515d566be4c4905886024701d732935129d03b828a66ae7d913e7ae8a2"}',0,'BLOCK_PARSED',NULL,'6ba60a2c0b1a4049ba213efbebfc2bffae97dddc7952175abbb0b93fe45968ed'); -INSERT INTO messages VALUES(1389,310532,'insert','blocks','{"block_hash":"4b1dea9bbf41e5834ad893bb4dce0a696313676da42ebef1f6dc9a5d4e9ff836","block_index":310532,"block_time":310532000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4dfcaa0d5364392c12a0fb0775ff6932101f887accf992896a87923755226bc3'); -INSERT INTO messages VALUES(1390,310532,'parse','blocks','{"block_index":310532,"ledger_hash":"eabac8937919ff8e56b84ee156fe44bd2d3709b2b6b32d7b06a324d26743d88d","messages_hash":"0494ddbc465286a7414cfbd5876fa3fca8f2c3d8ee56ecb4cedc2e7d62356ae4","transaction_count":0,"txlist_hash":"72a8b2ad31db53b39e64edd9ea1aa10f36be4385fe7eb360ade039e1be8b9806"}',0,'BLOCK_PARSED',NULL,'515a406f7076f623a27282fa78cc8eb8857e2fb1274ddf4e16bbfc48a5a2a298'); -INSERT INTO messages VALUES(1391,310533,'insert','blocks','{"block_hash":"4fef302404a214c70289d57b900a262ca0e327c810636e03a3e799031cb16912","block_index":310533,"block_time":310533000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'48ecdb76e5cd10988b3559390fc8ae290757580c74d5335acc0a274891842ba8'); -INSERT INTO messages VALUES(1392,310533,'parse','blocks','{"block_index":310533,"ledger_hash":"d0c7697fde7509deca83f1811b2ed8e7d08b1a4b44eff65d17631ef81b1e8f5f","messages_hash":"f58f2d2898587bb277e06df68a406842c59bb7b05dd8b75129bb0946094a3c6f","transaction_count":0,"txlist_hash":"ca9720beebdaa6b2c28bb3764a042060f91f68f0406452229bd9ef1958fbdb45"}',0,'BLOCK_PARSED',NULL,'13520498df0c473aa8f550b43a9b07dde8c9511a341857b818bd5c0475923f8b'); -INSERT INTO messages VALUES(1393,310534,'insert','blocks','{"block_hash":"2812082f86099ba2996b57e874d4aa6e8bcf75765cdb584ab352efd6e28d93ad","block_index":310534,"block_time":310534000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'21bf98150a9613e337c55695c578ae3b1a05279355718878f0d8fc1abef3637b'); -INSERT INTO messages VALUES(1394,310534,'parse','blocks','{"block_index":310534,"ledger_hash":"bd0ef7113457907b081d21fee7c3c937e93d1381e33341e87beec52618a92d9d","messages_hash":"46417c351da96c8b6e6df18d0ed0bb2f0180efa9bdddbfab8110d968391d8c8f","transaction_count":0,"txlist_hash":"f353b436e3acd80d08bb2ddcad441e5db505942f27dc4933d9e432fe5bfaecf7"}',0,'BLOCK_PARSED',NULL,'619ea1e1a3e8d9a4e158300c33b0a321617932b4f45acd21c93efbb8230c06ba'); -INSERT INTO messages VALUES(1395,310535,'insert','blocks','{"block_hash":"0e5efcc3a61487b050dab3f61052bd702a23c382e47fcd9857be6013f81080ce","block_index":310535,"block_time":310535000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'18f7ff0cdb85ece94df484405efbc2aef5bd648585fb8ef7c698488c887844f4'); -INSERT INTO messages VALUES(1396,310535,'parse','blocks','{"block_index":310535,"ledger_hash":"ecbe27e682c5f7d728a5f8658175c85c78d1a8c5ca859feec9b49e078b82117d","messages_hash":"1e4d4ba17afffb68cfdb8c298852464a548271d026d4ca495a821b4e886a6773","transaction_count":0,"txlist_hash":"22427ac6145e8c5ba270f2a04c1968a7c02a6e3a616efc2e030adad4a985b119"}',0,'BLOCK_PARSED',NULL,'e513b63a84e32d2cff7b7131c703d336c8f4f64ad43ad3b4587dce71aa688fe1'); -INSERT INTO messages VALUES(1397,310536,'insert','blocks','{"block_hash":"dac89c720ba3a2e716a20f7d3207abf7f8229bf3d884962a2502d5e4e4656018","block_index":310536,"block_time":310536000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ea74bd24f754e49aa625425e9cfba86a9e452ca34246f1baf56779c4ba2bf4a4'); -INSERT INTO messages VALUES(1398,310536,'parse','blocks','{"block_index":310536,"ledger_hash":"4a257c3e8a9210069816ebe982e40d7c4e08a791a81dc6acbde99a04201db04e","messages_hash":"47f3b86f748ec37c3cce563079fa2efbaa2c0b8a37f87a8461e54e4bf835ac0e","transaction_count":0,"txlist_hash":"2078c1501c6ab6aa606add557e2e18b54a4e9cf0bd8d6ae8429808b546deb9e6"}',0,'BLOCK_PARSED',NULL,'234853927af996d72a2b7fc568c328ed2309d3417f76aeda4f6913b26e0b8481'); -INSERT INTO messages VALUES(1399,310537,'insert','blocks','{"block_hash":"944c68f1de531cd4cc872d355f43e6f82e61596a51e46146ce04d8fbaae39c9d","block_index":310537,"block_time":310537000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6b06a4306de7cd5f32262bbaeeadab6bb461f88334045c49d26c5ab5c60201a4'); -INSERT INTO messages VALUES(1400,310537,'parse','blocks','{"block_index":310537,"ledger_hash":"790fafd9544969763c9f6e3c0c83944d2953be8a981a260c63e223a83464d04f","messages_hash":"f3193b22a7525eaf645371afa8795b1220f5c3bf8b71b6f6132496b395b3dfb9","transaction_count":0,"txlist_hash":"0ca22af59eef116fd71e8228b50218bf493e6750ed97328ec3bd6d4065dfe559"}',0,'BLOCK_PARSED',NULL,'ccf397f587ea32e74e155aae2e2899cdbf2a8575977bd0c104f61cc8cfc208ef'); -INSERT INTO messages VALUES(1401,310538,'insert','blocks','{"block_hash":"75f6eae30970e4c0fbed85a315a2c2d8f26bd286116c6fb5a6ae74fb1615e1bd","block_index":310538,"block_time":310538000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9abd5b7a53cc5f437b27fba5d671434372f731616e3361fb65682bc136c3dafc'); -INSERT INTO messages VALUES(1402,310538,'parse','blocks','{"block_index":310538,"ledger_hash":"f55360b861c665536eae661cef294934020cb8a06ac4808a7181794901355803","messages_hash":"f018de7c57d7465d0973682c5b72f00a8eb2a70bfebf8e4b82e34d76ff6bd208","transaction_count":0,"txlist_hash":"4d54137258383ba61b25f7c68b9b1a3ff7d58ad918faf5462c5c8f6babfdf04b"}',0,'BLOCK_PARSED',NULL,'49cf6c3c0c9a81e33b3723fedd3f38932e9ca24805afc8d5fc306fb1481e360f'); -INSERT INTO messages VALUES(1403,310539,'insert','blocks','{"block_hash":"338ec0a15b7867f84ee88042c4c5a5deeb83d7323e2a05a8cae0299cd92373c3","block_index":310539,"block_time":310539000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8c1f5abc501857cb2a248c93355e79690df73c35adbda6e18b936944f9218a07'); -INSERT INTO messages VALUES(1404,310539,'parse','blocks','{"block_index":310539,"ledger_hash":"b2539364321f94dd2b9d1aca0dacd1148d8e0213b966d8feca03222d3bce16fd","messages_hash":"7ffaf7a17fda87fbb7f93deebae718a623b1eb4a2d451128e1a2f849e12455b0","transaction_count":0,"txlist_hash":"332ad7bcfdfec831e1f8b9795cc5e0ca8e6675e8eb55aaad99123659cfa98bf7"}',0,'BLOCK_PARSED',NULL,'b63bd084cb72ad74bbab7a5808a2dfd0578a7c6165b39d4303442edfd8f1f0b6'); -INSERT INTO messages VALUES(1405,310540,'insert','blocks','{"block_hash":"0e65a2d641c89fe837bc520473abf0666ff7aa498f523cde795efcfc7ae1385d","block_index":310540,"block_time":310540000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7e7c91bee1c636929e82cd80135270871d570d84addf178c2cca2861b67601b6'); -INSERT INTO messages VALUES(1406,310540,'parse','blocks','{"block_index":310540,"ledger_hash":"9922f3174986b70fcc9823a55ad4b84ad31a1c6aa4149e273c8e6c4eec6e5683","messages_hash":"1e5f7d7e16d8dddd9eb426202186334bfd0bf67e7a85878780acf3686a1b47ba","transaction_count":0,"txlist_hash":"5c9eeb43fabd9bda4c4edf8703cc13ae51ec625c1f99e8396e36e30f0ebaeb91"}',0,'BLOCK_PARSED',NULL,'223cf083692e741870a706401cd04c6d6f8c6a797b3ae66078ac253e49733651'); -INSERT INTO messages VALUES(1407,310541,'insert','blocks','{"block_hash":"ed808e14b19ac28990a50fb2089f279fcc52bf3fee29618f1d9aeac3ab50d453","block_index":310541,"block_time":310541000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a7ef4de8cd5d3cd90950b5332cd6e70975da8bd6d453da8840b4f7ce54803c7c'); -INSERT INTO messages VALUES(1408,310541,'parse','blocks','{"block_index":310541,"ledger_hash":"45e6a6a29ac4d1a7ec55a6d857be0f15a7913a8a7abe49a33c4001ccd43f58c5","messages_hash":"0b9ab4146a1efb056bf3721d1bbb6f67c486dc25ff6e6e9501fc9adba6de0274","transaction_count":0,"txlist_hash":"8dfb73eadd56b7480232b479d84aa43a381f2bdf53c1dbe2ec6319623267271c"}',0,'BLOCK_PARSED',NULL,'6f3d7e9b3f798069bda24657dc1e06a8be76dda96f7210e8edea59bb81e594e2'); -INSERT INTO messages VALUES(1409,310542,'insert','blocks','{"block_hash":"7a8e3a931043410b3423e08399ec9f728d3aacfcb012a14b2c5f1599bdb5dad2","block_index":310542,"block_time":310542000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2f4c551e6210f3196a6cb874b046e0c68bec4ed248f6a939046891cbbe876195'); -INSERT INTO messages VALUES(1410,310542,'parse','blocks','{"block_index":310542,"ledger_hash":"3d699a1ec41c18dfdc59e74e793107a25d4237443d7e401919aac171dd5d0fad","messages_hash":"834164ac08a8a0e90e9d0278715bfe55662e86a26d6775a72a05ca78b0469732","transaction_count":0,"txlist_hash":"40d686c4d90aab58f2326e996374cd9ced6f36c99cb74ae8397f4682716ad4a9"}',0,'BLOCK_PARSED',NULL,'47f73c0a6c2c638ec699edb067c792e9b5640290f642945405f2ac06f362c80a'); -INSERT INTO messages VALUES(1411,310543,'insert','blocks','{"block_hash":"cfb828d0c86b38af257b41f77c544862c450383bb97640190c97add62b53d4d2","block_index":310543,"block_time":310543000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'60a21721c206cb83d5cc957f56986a24bc8e8334ba299b203b94daa84b2983a0'); -INSERT INTO messages VALUES(1412,310543,'parse','blocks','{"block_index":310543,"ledger_hash":"eb2b3a6022accd97e8e50fefa6653996002c19959f9057f5f8ed4f3182130f73","messages_hash":"c99e75df7e3159209953bbbf249a4a61fe3b8bacc445bcf1eb3327daf167dc33","transaction_count":0,"txlist_hash":"f5cf96df9e885d0af00477f26c98376e67e3b52e1324e489d7668cdb472a89b3"}',0,'BLOCK_PARSED',NULL,'601dd9eb41e8f6b989149cd6e5d8125dea4efe7a453dc7a76d510e199382b7e4'); -INSERT INTO messages VALUES(1413,310544,'insert','blocks','{"block_hash":"c9a9e0fe67c824638dc17e9fab5f1b409915fcacdf2dc4f9709b87c9796cc4a6","block_index":310544,"block_time":310544000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'48969925f276458285902f7aa2cdf999d6502de43803007867a089db7b81c929'); -INSERT INTO messages VALUES(1414,310544,'parse','blocks','{"block_index":310544,"ledger_hash":"f6f5e8c13f86e75d8f6816b79313a1f36a6f8b2cf31695ecd540f71e4d9d5aef","messages_hash":"6c48f8e5e2a6c1fb4c82b94727ca2e8d05e94daf3b38eedcd6233c754c313314","transaction_count":0,"txlist_hash":"5288c8378be3bd829dc8cff27892bb0fef5c5751760ae85116bcd5ed2363f577"}',0,'BLOCK_PARSED',NULL,'b1da242782348a198983d6a3529846ece9b53e4536cec69d005ba621d856749f'); -INSERT INTO messages VALUES(1415,310545,'insert','blocks','{"block_hash":"aa23fca8fa612e16b5bb4e47e308a3845cd0aac2357e7d93a44dc70ff8c91c8a","block_index":310545,"block_time":310545000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'393ca6af1e063275b48a62900d70c5208c5343bab091c77f28098ed125dbf0e3'); -INSERT INTO messages VALUES(1416,310545,'parse','blocks','{"block_index":310545,"ledger_hash":"1f20e98bea45b652cdcdce91a8e647eb8d683d4f974d052e0fe1eae55ecf43ec","messages_hash":"df9e9e9c2a1c0a502a735a57e078d0641b03d1a7035f3f77a18741bdfaeee087","transaction_count":0,"txlist_hash":"e6511d3f3b558a64ba83d3b670b87c43c15f4d2f4c7937c7046fb3bae082af15"}',0,'BLOCK_PARSED',NULL,'302646f8f1b4f123bccedd74f6eb0d32a1c7bca592be4419378ba9fa3e54a2fd'); -INSERT INTO messages VALUES(1417,310546,'insert','blocks','{"block_hash":"20f37a8d164e14b7f88e06023b81060afee8c1b2b556ac2789b1f6874019791d","block_index":310546,"block_time":310546000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f87d91da348fb59a44d333510f77f4dd0a08128585cf54825bdfde117b4d610c'); -INSERT INTO messages VALUES(1418,310546,'parse','blocks','{"block_index":310546,"ledger_hash":"cd5d82fd6290fa9ede4d05f6e6fa3d73acaca08f8cf75247a9a04635b3f3387a","messages_hash":"b6dcfb6dfb8b5877e1ff00dbead9d8d992c41c12582ce7c80d348bab583a5a8a","transaction_count":0,"txlist_hash":"94ed158a6bcaf8d2721fcf02f88c9a4b41f9e0e1707ca8e6cfc07fd153795db3"}',0,'BLOCK_PARSED',NULL,'88cfb0a697107cf92b1660aae8a4b5abb7b16c94f7cf1799e40957863d5233eb'); -INSERT INTO messages VALUES(1419,310547,'insert','blocks','{"block_hash":"f3d862f560d7abc97f92c3bbf2761de40dd20cc670ba216850c1bcbb0cda31c7","block_index":310547,"block_time":310547000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5a3647538a5f1650fdf553dbbcacfb2fb2bfca2a7ef1a2c8e3f7a6a7282d6726'); -INSERT INTO messages VALUES(1420,310547,'parse','blocks','{"block_index":310547,"ledger_hash":"5f01b4e547ae1e28d4e9bd84608d447949269f20a0fb9fcfb63966a9a34567e6","messages_hash":"347996ca440686a10c1952dc9d77655ec0d6e961788644391d60e5e8c0cb9ce3","transaction_count":0,"txlist_hash":"1bbaacf2316a2766efd4930f0ca674e4bcea4ff70134f84a2cf7023940d4a09c"}',0,'BLOCK_PARSED',NULL,'23e0811d867183bda0da26ada716721dbbcbc30200deccd3ea977360955ef3fc'); -INSERT INTO messages VALUES(1421,310548,'insert','blocks','{"block_hash":"bb0b2ff09d831962cc748b4720dc05dc2fd2e3bd3374eacfc066ecd0b7f58ec2","block_index":310548,"block_time":310548000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7022d5e747a3de52be3b83b1e7e25e16dca29c2ece6feca1dd93ea04ee7e1bf3'); -INSERT INTO messages VALUES(1422,310548,'parse','blocks','{"block_index":310548,"ledger_hash":"7585ef9b77c458c97116c7ebeb6c5cc3980a3305fc9524902b05179ddca85fe5","messages_hash":"ce1648a8fd238d5e242bdb2a87e9b8b3a3abd8e767d59c3233b1bb5fd9e18fb4","transaction_count":0,"txlist_hash":"228d924eb6079f41f70ddaf94323615327adc726e8a8315e68b3606f25ad28b2"}',0,'BLOCK_PARSED',NULL,'3543c6cb398bbc05ecef225450c943734af2fd647e24a35420fb9b4d7be75885'); -INSERT INTO messages VALUES(1423,310549,'insert','blocks','{"block_hash":"8e8c61f034fdad98962c84dbe90450bc2da62b815d8b4f8084b0dd3d69763979","block_index":310549,"block_time":310549000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3e185d477629c28156ddd5da2531403d28c8f36b712f58817e4373563c24caad'); -INSERT INTO messages VALUES(1424,310549,'parse','blocks','{"block_index":310549,"ledger_hash":"ce6e70206104dfaba538c59ea43ecb0fea0cc8f8f43d7993448354fefc6e11e9","messages_hash":"cd4eac9c9e8eec0790bdc9ab826889cff8ca15764e2a1807683cf12c415511d6","transaction_count":0,"txlist_hash":"241fa82ad15e159181486967d64ceec300773f9f1b5ed5728913cad33232ed4e"}',0,'BLOCK_PARSED',NULL,'251640e748eaa8adaffc7a7cf4ae6536d266ec5aa3fda1051f93681610cbad39'); -INSERT INTO messages VALUES(1425,310550,'insert','blocks','{"block_hash":"08d2fd6eda5baa3c4c9a4e86599577396d4bc333ad9296453e3c537ad8ade914","block_index":310550,"block_time":310550000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dea8697c9431ac92bdfb20c1e580dfb5e34be690d9a60c7c3da4030dbe2d62d8'); -INSERT INTO messages VALUES(1426,310550,'parse','blocks','{"block_index":310550,"ledger_hash":"13c0fe98ed1251f6d2c3d698971687a910c28031e3125d14d6ac66d0e997b049","messages_hash":"67c75c1922f78e72b0b6cf95c7dcbda5f6ab664f139c43580985537920601bff","transaction_count":0,"txlist_hash":"349eb659d60399d8e52f1c8a112d692d4dd3c049bf6ad2554c86d1d15756dc25"}',0,'BLOCK_PARSED',NULL,'208d0f33b39805b24453da603c7db4951c8d6a977f71014764b924c90d019cc8'); -INSERT INTO messages VALUES(1427,310551,'insert','blocks','{"block_hash":"cf4365c7971aad6192522a0853a086d4ab24c4ac2b3bdb2a73accd217d8dae7b","block_index":310551,"block_time":310551000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f5b27d80cbd1c806183006436771585120ad938f10b840e4df5df874d9c97ab8'); -INSERT INTO messages VALUES(1428,310551,'parse','blocks','{"block_index":310551,"ledger_hash":"c1f45c29b8be539a34c198c2277eed443959ab93e12bc09b8c56cb1bdd71ecca","messages_hash":"2dae065376fcc52fadc7b69c60f191b00e798991f9d880fc29f813685b32b00f","transaction_count":0,"txlist_hash":"e4a7874b25742458925ceecbb6bca70412fe4f45f40f186d17239b583b945a01"}',0,'BLOCK_PARSED',NULL,'9b4bc200800982630c5b010c6df13ea0fa256abea9d9941c28c3c2443bee0a1f'); -INSERT INTO messages VALUES(1429,310552,'insert','blocks','{"block_hash":"d22b2764d8599549d2fb82f03ea7d5a4c2539ec1c8fe3f55c9832e810a99659d","block_index":310552,"block_time":310552000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5359b74b54c3b5613d90a8b4855f6fec7d9afe78f0df211a8225a89ffc7806ac'); -INSERT INTO messages VALUES(1430,310552,'parse','blocks','{"block_index":310552,"ledger_hash":"ffbaa155370f8c509f36e6a90d1fa69dda6a4a49c5fb700b98e0dcbec5b98602","messages_hash":"5e6de630f6155b9d2f17bec0805a10b8a8161043ee9bbd1b33555c119d4d15f4","transaction_count":0,"txlist_hash":"439f0d19f4a3ae29e5cdce2f0e1241fd9ff2e59d6be7b893cf9086913532d44d"}',0,'BLOCK_PARSED',NULL,'919101b26b1a5af476db58532ff688a4a23b202117d2f9dbb2138e311606bf18'); -INSERT INTO messages VALUES(1431,310553,'insert','blocks','{"block_hash":"d1e220ecdac4296140b1fc5789c019ceec1275855b4a47f955782853c9addaf2","block_index":310553,"block_time":310553000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fd789af83f7bcb717ce657bea442a533b44e8543be4068e455b75881927a1a5e'); -INSERT INTO messages VALUES(1432,310553,'parse','blocks','{"block_index":310553,"ledger_hash":"28df597bdadd29569b927c2fcd267114d443d2e00c6f3e174280720917c205bb","messages_hash":"ea052d781da8fba95ca7a4268ab90009198899639cccaa0795eade6427746649","transaction_count":0,"txlist_hash":"5919cd4540963146d3a2c97cfb9a4b887147b1e9a4e50be469ef94e4ca446286"}',0,'BLOCK_PARSED',NULL,'85455410c0c5a33c07fb3c2b2e635a3ac93ab75bf074170e9c993b855c97f2bb'); -INSERT INTO messages VALUES(1433,310554,'insert','blocks','{"block_hash":"7ef603cca521c652eb94ab8dd0e053fcfc09491a9f474098f98294cc8a4a5b65","block_index":310554,"block_time":310554000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eb82afc60bf326ad152a8511f32632bd673880660972b071451f2e091bec6041'); -INSERT INTO messages VALUES(1434,310554,'parse','blocks','{"block_index":310554,"ledger_hash":"0e14ff0544d352db226ce1e08033791decf38429dd7a04c1688593a8ae82b4f0","messages_hash":"4a7c5726b42e2f6c686de084630afbd4852f6b84b6dd8d1fe3b8ae8ae1cfc7da","transaction_count":0,"txlist_hash":"2262738b6e658eab4c4e9f19f0be95cdcaaddce5de6d73ae722611ff7005fe30"}',0,'BLOCK_PARSED',NULL,'8cb74437947c5172617143f66dc6b8bff4d72dac9123031f81c9f1f0838844f5'); -INSERT INTO messages VALUES(1435,310555,'insert','blocks','{"block_hash":"c51aaefdc56f413baf9be7dac61b4afc8497212651e9901c39fb250bcade50fa","block_index":310555,"block_time":310555000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a76075dd7f7b1ffecc8df2c6f2812316be6343c96bb3cccab8acc9165d979e54'); -INSERT INTO messages VALUES(1436,310555,'parse','blocks','{"block_index":310555,"ledger_hash":"fcc02e52ce569822cac46b16b925c92c80ecd1694b7af067dcb87d7f45c3653d","messages_hash":"19fc8a1dd2c64819ab53586bfc5af302ae58677d78f4b5f5cbb50ac571361d7e","transaction_count":0,"txlist_hash":"513e232ca082908b7b752fd8f91a8157a8697743c35ba5d8f5cd7ab90a180be2"}',0,'BLOCK_PARSED',NULL,'51f80b2d8969980bedb142fceed565fb225574dbb93a9e02f9bb2eee25b3d7af'); -INSERT INTO messages VALUES(1437,310556,'insert','blocks','{"block_hash":"4af11c6d35e142972be016858a06e2ea32b15beed2068be4cc85f3918fa99f3a","block_index":310556,"block_time":310556000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'32359e9b492b54f006c789ce94269c11673afe2219cf484aee8534e1bef11e2e'); -INSERT INTO messages VALUES(1438,310556,'parse','blocks','{"block_index":310556,"ledger_hash":"cbdcecaae6abc7a4baa4a2de6e8bb5bc47b8d3454e2a3dfe89ae1035de48f3a3","messages_hash":"cecf57b1bb365d56c6b1756926f8655daacbc05b4d8b23e3f27c6537197f41b7","transaction_count":0,"txlist_hash":"3637410d8665bedcea8bcb5d1490260695fdf9bba7c05f6ed787ec4c663534ac"}',0,'BLOCK_PARSED',NULL,'bc08ce86da9d6006674a9fe6da4f39b1ae14d1c75af77a934115c6ec64c88f22'); -INSERT INTO messages VALUES(1439,310557,'insert','blocks','{"block_hash":"0973e14fe07ac8b86345061942ac2a5055fecd867e69d8f2df33195505d87382","block_index":310557,"block_time":310557000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c087317e7c276ecbafe67c0d87d78953542782146972c9c90d49a5a03417b5aa'); -INSERT INTO messages VALUES(1440,310557,'parse','blocks','{"block_index":310557,"ledger_hash":"2b72a76f9e07c760ef0b04355b25a35f0f41d033bc2334c8556c256fdffe4051","messages_hash":"2122644d6a5e989b292f6c2516ba0127cf5309fb3c16771dbf3fb92c86723a96","transaction_count":0,"txlist_hash":"d9d7dec02250c15d27f66e1ff473429b3e1aaf2b8a6694dca2729d8ef20241dd"}',0,'BLOCK_PARSED',NULL,'e0c03e8c5ca6e5454692bd7fd7998b0f5c44578018193f1be0f0e90121ae82e2'); -INSERT INTO messages VALUES(1441,310558,'insert','blocks','{"block_hash":"75d26d503c2b3b71d36644f7de0826d129b4f127ef9713f6f02f498399e28d15","block_index":310558,"block_time":310558000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b0f6edadbe172b13ede6c610e98f05d0da5e8317d22b8c1fab64464779b07a6e'); -INSERT INTO messages VALUES(1442,310558,'parse','blocks','{"block_index":310558,"ledger_hash":"bb5c9651a1f7327013069007703d9d27c611becb2fba6660cae8a1dc304d1d5c","messages_hash":"e6ee2c854385ce727c5fc756a1e0907b397f3831c1699043c3ea7f66cf79e1ae","transaction_count":0,"txlist_hash":"f414f8a2434d99a148486f8a23107ac1632c6a481476245888cb2ce91ea4240a"}',0,'BLOCK_PARSED',NULL,'c028729c04bb2e4cc02fd465f0a30e6418c80e41d8335c1331dff505711b36d6'); -INSERT INTO messages VALUES(1443,310559,'insert','blocks','{"block_hash":"6538f282374d36af012291b3851474293437b6eadd2793e4706b0edc7fe645dc","block_index":310559,"block_time":310559000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'18f9f8b9e83473cc4c3906f2abd5c5e273c17373aa9b3e5ecf0cafcee081267a'); -INSERT INTO messages VALUES(1444,310559,'parse','blocks','{"block_index":310559,"ledger_hash":"6231eee95e4d73b5a27b07ec5c6d13bfa0e8854044d1aacd921eefbe9e48b0a3","messages_hash":"9286cf42e375048f3dbdff5baeebc4e57adc4aac5a6cda8a896e4278c8d08505","transaction_count":0,"txlist_hash":"08e292391f5e5112c35c43978d69e12fafa1017741e0719983fa99e5b130d78b"}',0,'BLOCK_PARSED',NULL,'48337da54c29dea5c487717b28fe94bbb1d2bc50ef8eabd0ae5e0c2ea42f88a0'); -INSERT INTO messages VALUES(1445,310560,'insert','blocks','{"block_hash":"d3a2ccb3df7c41adc2a36183f9dc3d8f633d1595ae46eb7ad95259a1f7e85fec","block_index":310560,"block_time":310560000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d38aed4ba66497e9d0e9e382d3f88caf0858e4bbd87b2c5035b20bf4cedc6f42'); -INSERT INTO messages VALUES(1446,310560,'parse','blocks','{"block_index":310560,"ledger_hash":"d73018e8fb5f195d7db4776a55d4de0b92a4a436ea2dade3815d760376faa4a7","messages_hash":"79bf67a9921c8ac912f5a5d45bf90eef978e83a2decdffbb8a36f8174871431b","transaction_count":0,"txlist_hash":"4bb274f3ffa77ac027a53e1edfad2d95748c40285ee3418e07e19ab04b612a42"}',0,'BLOCK_PARSED',NULL,'5508fb0897aca9baa0ba20a2301bdf4222838fc9086d6122ca72f9eec7b7a966'); -INSERT INTO messages VALUES(1447,310561,'insert','blocks','{"block_hash":"b7b7404021ba9a00688b64289eb8953993ecc0cc75992fb276f2d7048f4b26ee","block_index":310561,"block_time":310561000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'25f7586f48ac6451e509692c2e0518df57437975f82a647755bcf6585f1fbe43'); -INSERT INTO messages VALUES(1448,310561,'parse','blocks','{"block_index":310561,"ledger_hash":"1a8b92da71abd620911af23b9d9617687da9f4c6167ddbc5af9ef6fd994deb9e","messages_hash":"a923bf323819388fd93d7e23e12d3205ced71fdcc9495c0c242caf58035971d7","transaction_count":0,"txlist_hash":"bf6eae71a2ccac46ffe8e01a3eab233ad058e9bccd7e3f26027f8b80c761bca2"}',0,'BLOCK_PARSED',NULL,'5134cdc4ed60cc18ecfaf5383f1c74ad7f0b6616a5f50d78ab1fb43cded6361f'); -INSERT INTO messages VALUES(1449,310562,'insert','blocks','{"block_hash":"4373ec06c32fbae5de86e421e01969d172b1ff84a13c8e0f069b78b0f4e7d405","block_index":310562,"block_time":310562000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7d3111b496ba5b9a7788ecb006c2705f9e85b1e5fd889bb3e39b321e6e9a4b11'); -INSERT INTO messages VALUES(1450,310562,'parse','blocks','{"block_index":310562,"ledger_hash":"d6a38edb3a3dba9e97711ebc6001e76f7554f144eebbd592fc7fad5b3cb183af","messages_hash":"cca61fbfb3c37a3cea95489be21da1ffda00085e75b253546615c4f9f380f8b3","transaction_count":0,"txlist_hash":"c21b0c1e6cf9dedc25dffaf10900b2c6e5abb87cc0a6b31a2185940646546f2a"}',0,'BLOCK_PARSED',NULL,'3365212ea951f2f6a24b1b5b230b08d9ee47bdd78ccc18732a566ce6b1cebd30'); -INSERT INTO messages VALUES(1451,310563,'insert','blocks','{"block_hash":"f0083f04073ed8b6cbb2eb674ad397cd7c299fda80e742615ee3751d54304636","block_index":310563,"block_time":310563000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'67b8fcf3f60e11212182944f499a8370a1140319f44cfefd163575ae7585bdaa'); -INSERT INTO messages VALUES(1452,310563,'parse','blocks','{"block_index":310563,"ledger_hash":"c763cd35dbaf2c85a287d500fc7077c2d3faad163c40c9a5d6295be67460e74c","messages_hash":"2674b586a4e56502867aff28fa93c8cd1d0eda5305bd2a911cd83c9fbdb908ab","transaction_count":0,"txlist_hash":"2160bdc17f755ede6b800cfab8ba4364f76b1db66cbc431d2dcef669f886816b"}',0,'BLOCK_PARSED',NULL,'08ba7b6fd3023d0fd239264e19b3cf9d10a847b7045872e9283df956f047165e'); -INSERT INTO messages VALUES(1453,310564,'insert','blocks','{"block_hash":"cccefa016afff2eaedf9d97a70d88ba3b74b1fa5167923852e3f2b2d4f77a7ea","block_index":310564,"block_time":310564000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6485a28caf1ed8fb256f4537a88065d1f84d8e048776c004745e3f2b51e8e5c5'); -INSERT INTO messages VALUES(1454,310564,'parse','blocks','{"block_index":310564,"ledger_hash":"93923152ff82ff4a5ffac3fd2dc78ad8e39b6a353c82fb9004c32a950cd5ad70","messages_hash":"60a3a1b318daafebb5985f88da122a362e77bb27db483d870de3df12a2c49102","transaction_count":0,"txlist_hash":"79fc4e5c8d71b25432df01113e8cc8bcb440e33617454395c281f1f711e23a71"}',0,'BLOCK_PARSED',NULL,'9537f3fec9fb24d5e4e2d32fc55323eb8e79ac4b642324180e864125c57130d6'); -INSERT INTO messages VALUES(1455,310565,'insert','blocks','{"block_hash":"954cf72e454948ad62bda12cc3aa984191b5063c3a3552b5475f58906ed5b305","block_index":310565,"block_time":310565000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ef60b581331c86b6d6b9e93c6580a34f6ec92c031615caefadddc2115c095e06'); -INSERT INTO messages VALUES(1456,310565,'parse','blocks','{"block_index":310565,"ledger_hash":"c79ac64f3c933540c042d595154c2fa49b52a2f3beff8f1a1b8d899233fd7eca","messages_hash":"d7ac3b45d79a4cdfa68ee2f47d5409c2fb17d9c96a923c96e928e4a42b690bea","transaction_count":0,"txlist_hash":"6a752db551f2675e8b370300535245e09281e50548141cd55a347880dc4cf54c"}',0,'BLOCK_PARSED',NULL,'f199676c71cf1a65f2981c4492fad372ee31f032a373eade8092985aef425f2d'); -INSERT INTO messages VALUES(1457,310566,'insert','blocks','{"block_hash":"3759ea3d906bc1242168e23920ed00a9daac815d9177fdfd954781f3978b2a39","block_index":310566,"block_time":310566000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e2fde21e8cc79522f2491055f682ad3885dce536190fe45a2f61bfe96ddc856d'); -INSERT INTO messages VALUES(1458,310566,'parse','blocks','{"block_index":310566,"ledger_hash":"508d4ca4bb45221a6b5dfcdba9c4399a13e85ede4dc0d55f41d0a34d89e9bd22","messages_hash":"4779173190ced21734f6357856d8ed76cf592037f79d11e8d1aed0b0c1db20c8","transaction_count":0,"txlist_hash":"29d631649df7b979a354de43ea7d0a203aa97abbc16eb41c0bb5b23d272e3b88"}',0,'BLOCK_PARSED',NULL,'a7b6620548bcc444c159c49dce5269abe349c011d4fbc38800ddee8f2dbcb929'); -INSERT INTO messages VALUES(1459,310567,'insert','blocks','{"block_hash":"499074319cdba25e86c5e7831ddbdf16147893da356dc5d6a24c0458a9e7c431","block_index":310567,"block_time":310567000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7b849cb2469bf340656a59d49611e9c6f39010cc74051b3e28766656b832688e'); -INSERT INTO messages VALUES(1460,310567,'parse','blocks','{"block_index":310567,"ledger_hash":"91eb06b8caa32d73b764fcba9995d63fff5ea4e9773b37d498d645fb8c081ad8","messages_hash":"d65e4aceec30611bee59db4bb88e3da6fb9478eaf873dd3cc8549878e3201c3d","transaction_count":0,"txlist_hash":"c9912528aa6cb1e3d000ee3c04786c17c6e4f34c8fc98211848a83efd275c73c"}',0,'BLOCK_PARSED',NULL,'b83856f07a18d647f7076a57ec3f4be4b29dc630c5726a9a8b9ce7b1f51ffffd'); -INSERT INTO messages VALUES(1461,310568,'insert','blocks','{"block_hash":"ef433ae6c5e54f4c3633956efb0bec6a88f6172be961b03cba0974a5b1e8b19e","block_index":310568,"block_time":310568000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4b19aa959be9a84bceeb69736821d3b5b6596499a728a41f61731d72c1364c6b'); -INSERT INTO messages VALUES(1462,310568,'parse','blocks','{"block_index":310568,"ledger_hash":"f4bfc8b88de2b62f253dede4f6fa4ef3d0c931ddf688beaa3e7de6e30674622f","messages_hash":"7a1e5623688d62d09f23f1d2e79e01799bc548eeefe5ab68588d70520ed3b5e7","transaction_count":0,"txlist_hash":"f6b3c6241c9239a06bc7ffb831be46ad4a85b4dc7ecc09bf4da48de7c2c833ee"}',0,'BLOCK_PARSED',NULL,'b701abd072be883815d139ae4e7007efa2a829634a168299a6ea0673b0fc762e'); -INSERT INTO messages VALUES(1463,310569,'insert','blocks','{"block_hash":"c67107bb5c30b76a2bbe9ac9613c23bdbb55e6ce7f7cde1f03c31ce685cb44de","block_index":310569,"block_time":310569000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'82e43d434f837c7a666f078a374e56b613b6226c3acb3eb05d39afb61cd92db9'); -INSERT INTO messages VALUES(1464,310569,'parse','blocks','{"block_index":310569,"ledger_hash":"34b0e4aecad9b1a4aaca83ab99f47ee37648763618646756f14cf593d99d00f8","messages_hash":"8b41518527f441e0f55e11884af922fd5a774e11931a2a5f6f1a14e061349ecd","transaction_count":0,"txlist_hash":"477506b2acad369e04dbd4874d1615b33edbc2cf22b39f8b402fd8a71a50a2b6"}',0,'BLOCK_PARSED',NULL,'b507b796203cacefa018ce8c71a85b1e1c327b84efa07583c85b866d536c5926'); -INSERT INTO messages VALUES(1465,310570,'insert','blocks','{"block_hash":"f97ec4487e00fb4a5548eb18d052f6495d01957150046f415c39bbb526e21a55","block_index":310570,"block_time":310570000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'828fa92543c9731d5725609b32ab9cb599cd6e7efa04e672df302e1da2cb70e9'); -INSERT INTO messages VALUES(1466,310570,'parse','blocks','{"block_index":310570,"ledger_hash":"5cd904e3cd1d9d87ac4e5a9ed4288906690b2945f9f7d70fb264f039987545e9","messages_hash":"3a285198b74bf494484376a191556a739a53424f868f636cb88cdd2dc212c916","transaction_count":0,"txlist_hash":"1e1ed17d45a0de7352db383e2a4fd610f541c1491a601791bc97482cef55940a"}',0,'BLOCK_PARSED',NULL,'cccd3763b6c0d435013739854dc429db274fc3dc33f486cf55d76cf24192172a'); -INSERT INTO messages VALUES(1467,310571,'insert','blocks','{"block_hash":"b8edd44fa309c2fc1fd327461b37df751dcb713ac8475864c907aac8e79aee73","block_index":310571,"block_time":310571000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'74c3910cf321cadae4e46b4bfc3b5a9ee56795d186d706aa19b1273c130cb945'); -INSERT INTO messages VALUES(1468,310571,'parse','blocks','{"block_index":310571,"ledger_hash":"794fe432083e3ed9db5154ed1230b42437a44d012206a769a036f05d227134c8","messages_hash":"4304e4f016468890504d88fc72c8fc1e4ca7da3922da0b85e04797820bec2778","transaction_count":0,"txlist_hash":"911960980d89ac93116118b944e1c230f5b2de5fabb1fe064f5dfbe1c052ff09"}',0,'BLOCK_PARSED',NULL,'fffe336d0f7bcd439402f98a01a874d2fb086729b9e7e624a12eaa9faebebbe3'); -INSERT INTO messages VALUES(1469,310572,'insert','blocks','{"block_hash":"6f31bbcbb44d9fecc3fd8c1a9ded8be8c024399286c612bcefe9973ae55127b9","block_index":310572,"block_time":310572000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cee0caec534237548c0c6a5b3124bd1c9456b365141251ab4fa13ab86cfa4276'); -INSERT INTO messages VALUES(1470,310572,'parse','blocks','{"block_index":310572,"ledger_hash":"fdf11aabce275549558778a8c7f4693da40ace20a4409a9d163ce2edd349a713","messages_hash":"57ba22fe72f9a48e7e02e126dca81ddeae27dfeeccade31696dda7ba5ffcd134","transaction_count":0,"txlist_hash":"8bb3b6fa0314460411082f0bc6fa7a2fd9b4042f610af998dc30fd099c3ba829"}',0,'BLOCK_PARSED',NULL,'73148f33f208d1a7a58203dda22ea104c2db717e7b8dc00a70c5f82daca00ec6'); -INSERT INTO messages VALUES(1471,310573,'insert','blocks','{"block_hash":"302e7dfa216058a05c000242bffa09f71fb6210c8049ca3ba161b40a1af4aaa5","block_index":310573,"block_time":310573000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'30b3fc34218f0a2857f96e5ef058dc6a5f52de63b3c71de51d24b03d50a083ef'); -INSERT INTO messages VALUES(1472,310573,'parse','blocks','{"block_index":310573,"ledger_hash":"4ec879ccd015d0b5dd8d2ddf8afb025cd8559effdf45d2984cea2f8e23d80dd2","messages_hash":"2c22f599d9e4289a1a5b82076e264ef62d5577ec931470a454cfcc5436667f7b","transaction_count":0,"txlist_hash":"089e292daf5b28888559628d21a8d07fd511514dc3f36edabb57aeed58f9b544"}',0,'BLOCK_PARSED',NULL,'404ca515acad3e98cbfea798404f583c8b39a5e71cd8b0cd3483a3749f24ff32'); -INSERT INTO messages VALUES(1473,310574,'insert','blocks','{"block_hash":"c1ae52aab03437bebe96bb6eb04db2f0519f3aba4e2336b9f0d08707d92e330d","block_index":310574,"block_time":310574000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c1149ac642f9565e1ee5ee82e913cb40095467c43e3ef2bded1716a94a2dbfa5'); -INSERT INTO messages VALUES(1474,310574,'parse','blocks','{"block_index":310574,"ledger_hash":"2e78c0a28df27f81257091154d3e6992382bb271372ce59b7209a7419cc9d5f4","messages_hash":"71482310d48b41c89f1b5595bdd28f2fe8ebb5570590109d342b7252d2706248","transaction_count":0,"txlist_hash":"e21566901ce5a555dd72c878590709210c5e93f397219408573edda2c691f851"}',0,'BLOCK_PARSED',NULL,'cf88ec305d7aaed114e2f2be0d436d1a771bb6d631369ce2157dede6a8a5887f'); -INSERT INTO messages VALUES(1475,310575,'insert','blocks','{"block_hash":"fae1bd85bf824caece55e7c4f773f6fa0a021c24f01aef4656abba41bdededde","block_index":310575,"block_time":310575000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9987bb80d5e0d4940131e052adb98a5bed96dfd91dd0ee3af29685096569e2af'); -INSERT INTO messages VALUES(1476,310575,'parse','blocks','{"block_index":310575,"ledger_hash":"7d2ba3c2c0455d45d11b580bb46d3aca197d69d349553f57f930f85e6b217533","messages_hash":"32478cfa53b94587e957b35e07f4d77812b97127d7d5ab3fad15dfaf60f00f53","transaction_count":0,"txlist_hash":"82a61e7a23d8a40ff22fa40c622bfdb7eb6b8d62494f988b920182d50d09de5e"}',0,'BLOCK_PARSED',NULL,'91b3e171ab98648f2a31513e73c47d6c2aab0e289dcf110a18fc45e306344c83'); -INSERT INTO messages VALUES(1477,310576,'insert','blocks','{"block_hash":"b46dbd0ecf5ba9a7cd8f0a556f418e08d369670a35e96123144dc51c694ae7b5","block_index":310576,"block_time":310576000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4ea49d920a48ad7d39f0d2a5f9f35165511f0578d910287279d37bef46213ce2'); -INSERT INTO messages VALUES(1478,310576,'parse','blocks','{"block_index":310576,"ledger_hash":"45fe61d07f3565131673018efda70cbce07795e4b969bc400b65a435ce500677","messages_hash":"89bb7cc7cc2a2ed5f98c05de8aec1faf7e25e40923f33c6d2c0cb24071a36ca1","transaction_count":0,"txlist_hash":"5c4a6b221a2d92bb2f836f0f27c636b4d663cc82b87340aeca7c378a5cb4b7d7"}',0,'BLOCK_PARSED',NULL,'951610d2a65cb0186669c56e37095b53955f3ab156355b018f747ee3a849951b'); -INSERT INTO messages VALUES(1479,310577,'insert','blocks','{"block_hash":"a4f1cfcaed69f6ca459db42cd60607aa96b3e593d635bdeabb28fa1875d7a7b3","block_index":310577,"block_time":310577000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'547c952b9f069d2ae62e4e5720eb2628b9eaff93e9076751b76ba595f9f8b55c'); -INSERT INTO messages VALUES(1480,310577,'parse','blocks','{"block_index":310577,"ledger_hash":"cda4977de49bc1abafae2ae4b0ff55eae727e46ca159aab519d1e2318f643ce3","messages_hash":"11873e64dde52509d9eff688438fa2ae3f1b40fc22bae57f9b271fb28ac1adae","transaction_count":0,"txlist_hash":"3a4b16e76df97ca2e9b49288156df35dba1db68543482e213389383df9f82514"}',0,'BLOCK_PARSED',NULL,'f7a0ce2edd02dca0de39b838869cc12d976de382d07652c1e1dcecabf51cf599'); -INSERT INTO messages VALUES(1481,310578,'insert','blocks','{"block_hash":"f28588cb2aa2711238246cdc3400480d672aa6b7746ede9ba963afdae507e1bf","block_index":310578,"block_time":310578000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dc3a108f0268a98e34472995e7017384884d1e95a632b40b58514923ee90c6b9'); -INSERT INTO messages VALUES(1482,310578,'parse','blocks','{"block_index":310578,"ledger_hash":"931abe28def24b00c8bafbca2e28d15fdd2e28e38d2d2771c64d3c78dd12a52c","messages_hash":"36abbac5f143df51e67f54e81b44180e42b3a70711cd7b97fd19c4fbc1315d0f","transaction_count":0,"txlist_hash":"0e59aef6450912294072b45b03fc1ffe75d731ec347e2098b9f116a65991177c"}',0,'BLOCK_PARSED',NULL,'a75a944fd4fcc02b63e9ef7fa446e39d06614d554ff7023642b0ea2d024e22f5'); -INSERT INTO messages VALUES(1483,310579,'insert','blocks','{"block_hash":"672e0101a2b0f7c963627370c590bca6d800483e3b379a774840789eeea36c38","block_index":310579,"block_time":310579000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d90e85b3694deb09d35f884188837bc48e18bfa40a59f5978251c61595f1d4f0'); -INSERT INTO messages VALUES(1484,310579,'parse','blocks','{"block_index":310579,"ledger_hash":"6f110331a1dbad0d121974ed59614c93809bd8faf1fff8931e7c75c19208d794","messages_hash":"e91ec1c147813e72fc5e4a5e40b2d97284ab10d37ef13d29ae8d9d0f5b2d7b80","transaction_count":0,"txlist_hash":"3b1504c970eea61ef41278d85452af79352d77ac2196eb47c14b9c0b85a8a1b4"}',0,'BLOCK_PARSED',NULL,'71c1affea5728fa4f7d6add4a070fe92f84451f26beb30eac3bac82d62bc48f1'); -INSERT INTO messages VALUES(1485,310580,'insert','blocks','{"block_hash":"e878eff75f69c2a921fd855716f6f19f7122bc62e7bf7a6f24ff5cb44ced9e13","block_index":310580,"block_time":310580000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'27a0be89e826f1b0be0b510b008f83712e37f2aca67f49dbe49b5871102c684f'); -INSERT INTO messages VALUES(1486,310580,'parse','blocks','{"block_index":310580,"ledger_hash":"87b5eb8fd683a52c3811dbd35e1d89bfbd7b5a9f39094115d0d4de712b119787","messages_hash":"c6464849fdef4989f5bf67c98094642eb45534bc8c98d176b032266e7bd2c096","transaction_count":0,"txlist_hash":"0597ac9fee2f987817963a434b2cf2929521bc747e1dcdd2487c2241aae63562"}',0,'BLOCK_PARSED',NULL,'a647c069f35b25e0c8433b49a9e30af589e226b2c0a33ea2e811c6591cd3df01'); -INSERT INTO messages VALUES(1487,310581,'insert','blocks','{"block_hash":"baca309aa48d77563c8b563edf6fb0cbba1c155f5e26dca1d2bcc89dce14793a","block_index":310581,"block_time":310581000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0094176488608b7bf884aeff3c12d391b19158cffb68114ad8dae68b56a1279b'); -INSERT INTO messages VALUES(1488,310581,'parse','blocks','{"block_index":310581,"ledger_hash":"f57ae22e4221e2aa755d86c98ce87022bdcad81b342c6d865f90ba781bb8e183","messages_hash":"fdd1830438e7c4ee530d6c1e25761b14dc65a94bc9de2d6883080774bd65005c","transaction_count":0,"txlist_hash":"c4897ad0aca28e45b98f5e0d7806ef36d931db6636b6bc736da788b2b7c62a3e"}',0,'BLOCK_PARSED',NULL,'eab9b00e80403e7bed6a07e77f3139c816866dbb90bd5348a6a6fba26da62cd6'); -INSERT INTO messages VALUES(1489,310582,'insert','blocks','{"block_hash":"08710916c8a006532a3c90eb7f9e07270be7f6c9d787e5d5f4bda22fa2e5e34c","block_index":310582,"block_time":310582000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2059b15264bf18eda1cc28b997f71e1986ac08fca27d5ff6cf24a52bdb8d81f8'); -INSERT INTO messages VALUES(1490,310582,'parse','blocks','{"block_index":310582,"ledger_hash":"61fb2f7cfb691f5b459bb69f3b01f87f938cef952d77e05aca35388618a5b1fb","messages_hash":"3a3ab75180f577c0b171cef27d06740cae52fe64157a7803ebdf1262ff82b033","transaction_count":0,"txlist_hash":"bc99285058ba57cd25a51d9b758b78dc9bfd97e70ed8cd0ab460c364a1d894e1"}',0,'BLOCK_PARSED',NULL,'922f3f37085925b712d4f0682c8f3d2f3ec6d054978e72358a2fd0bc5c4313ba'); -INSERT INTO messages VALUES(1491,310583,'insert','blocks','{"block_hash":"22fa9d567a2e559c2f6b8d951340420df5e1bc5eaf5fbd6dee6c10e60798bfd4","block_index":310583,"block_time":310583000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ed8ad3a46ef49c0e44f91456e3db839cd091929b762f65544fe1bee510b5f377'); -INSERT INTO messages VALUES(1492,310583,'parse','blocks','{"block_index":310583,"ledger_hash":"af52fc8612e37b23eac85a42a0c1508066ccd927ffa32871bcfb1d59d0311d44","messages_hash":"bb2d7c40971c5d741e80dd819c2424f4a8d028e1298ce605c1fdd614b4237e8e","transaction_count":0,"txlist_hash":"c07efc82f3890eb10421486a79d3698866e4fc22375df956767881f4128976f5"}',0,'BLOCK_PARSED',NULL,'5758064a9806b25d1975bba76f7553b53478a1b8980d5c9e2a861f8e8483be04'); -INSERT INTO messages VALUES(1493,310584,'insert','blocks','{"block_hash":"db5a54107f56229edcb84410f79b18d41620ed013f0b51f6889a728663010d9b","block_index":310584,"block_time":310584000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aea4c516287e99cbb47feffe30d17241f29067aa08c2cd2908fe56fd4f230a26'); -INSERT INTO messages VALUES(1494,310584,'parse','blocks','{"block_index":310584,"ledger_hash":"9088575009ada38214936dbcca419b2c644273aac1e6a6b6189952f82fc57461","messages_hash":"2e6570e56fbca6fc402494e17f9dd58b844c40b99e0a7f81d44bfa9bdc68b9a5","transaction_count":0,"txlist_hash":"fc155b8240f28eaf96d18cf2ae0da22b8543f81b4363fadc59916967a61a1be4"}',0,'BLOCK_PARSED',NULL,'fa95a918d58206c7654997a9c373fb5b613a77f0b0f51a282cc5c089f034894d'); -INSERT INTO messages VALUES(1495,310585,'insert','blocks','{"block_hash":"a12f61691951107df80775a0d8e94642d242ecc70ff8678190f334256fc8decb","block_index":310585,"block_time":310585000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e02cf2247f8efb2c240f683b07153d815eb44e74585ce93a3cd6736c12e4d586'); -INSERT INTO messages VALUES(1496,310585,'parse','blocks','{"block_index":310585,"ledger_hash":"2fa81bfb5b7e85a127bb660c07e7a77a5e57aea68b1bcafea4a78dc9cccb2444","messages_hash":"41855c91ad0beda9e0f76daf2f404f471bd590f08129edeab6b386d56a49b9eb","transaction_count":0,"txlist_hash":"c73dba4bc721da9830c1752db030d4d5cdd46b292de8bf5ac8153a6c262b32af"}',0,'BLOCK_PARSED',NULL,'71123fd103450b85ec73316f7ff819ee9441d38b1edd1db04a97dd143e3f2f77'); -INSERT INTO messages VALUES(1497,310586,'insert','blocks','{"block_hash":"c24fde1785a09cdb7279d4a6328ba9606d7efbdf5d907a5754b26af490ed37a7","block_index":310586,"block_time":310586000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0109ba15d0d2b1f4aaac6e0d94e6b6da361be22bd1771b987a07f3fa255d1af0'); -INSERT INTO messages VALUES(1498,310586,'parse','blocks','{"block_index":310586,"ledger_hash":"b14d57fd49c1359f5ef030984e9738053a71fc08c2fd2f7de57f1af4f2333da1","messages_hash":"a35e5220449d02ff227f7fafb3097cb84a5b7dce9b9f7c18a7897e85f3c4103f","transaction_count":0,"txlist_hash":"0bb7cada28ac0b3f3d242ba476fda3302d54840e171d7171e1583f2d0f77c920"}',0,'BLOCK_PARSED',NULL,'1929375b7fac96ff67e6ee0e4ef81211c62e6ffdd987270f6a46371f9c1618f7'); -INSERT INTO messages VALUES(1499,310587,'insert','blocks','{"block_hash":"6fc7eacecf09f9a15212a7ca52cece2438c1d6fe4df61edd36fa82cd0ee82baa","block_index":310587,"block_time":310587000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'309d37d29c61836a5f5fdd350640e875f0fdb0fade75dcf0f8fd78506d21e6bc'); -INSERT INTO messages VALUES(1500,310587,'parse','blocks','{"block_index":310587,"ledger_hash":"d64d843bd0e217075889567e81a8c5a423ec0157c5bc299255949950a4fc867b","messages_hash":"428fe672e019c5da42eceef5b43e1380b08697cdb2001bcf4103f467bc6e01e0","transaction_count":0,"txlist_hash":"2ea4466644758b85c64c348342e5d13b29c3f09fa75ab4490c5a00cc4fd05fd1"}',0,'BLOCK_PARSED',NULL,'504c7a936a01b38b5c839752a7a8696928e4dd07ba39901f664be3a8eb4b7e8b'); -INSERT INTO messages VALUES(1501,310588,'insert','blocks','{"block_hash":"d758bd6b4eb728922d4f5f766481b7ba1fd6889cfd047bc6356fee12328457ff","block_index":310588,"block_time":310588000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'39de5de35784c7d2b7367848ef3cdcc7d763252a5332e2b5602f91637345d004'); -INSERT INTO messages VALUES(1502,310588,'update','bets','{"status":"expired","tx_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef"}',0,'BET_UPDATE',NULL,'5daaf4c17ace5b2d9b9aaccbd1bbbf7125a705af795337f365b9a8d64764d0a3'); -INSERT INTO messages VALUES(1503,310588,'insert','credits','{"address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","asset":"XCP","block_index":310588,"calling_function":"recredit wager remaining","event":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","quantity":9,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'e0c1a85a9c50fc9b463ec1ac4c2ca8b29e539a3d9315ca98ae22ba445c1bd91d'); -INSERT INTO messages VALUES(1504,310588,'insert','bet_expirations','{"bet_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","bet_index":488,"block_index":310588,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM"}',0,'BET_EXPIRATION',NULL,'6d348578c90e9c16c747149ff34adfb40f7f29787fa64a36de98ebf4c2337c6f'); -INSERT INTO messages VALUES(1505,310588,'parse','blocks','{"block_index":310588,"ledger_hash":"9d542339dd7f803151e0956197a706624f5e5ba938ac1ba1d365fd632b72c0d4","messages_hash":"d96ad8c689985bded82d9b91e647ed723b74781e186d6236dcfb3f7dab68052a","transaction_count":0,"txlist_hash":"4e11b30214f2ef62c8e2f39610d578f88a6bf30eb21164588b1400d080bf6d5b"}',0,'BLOCK_PARSED',NULL,'9f442f79b5e6b0909dd1aeedac61acfb66df458c4c0ca5a8f31c799e6d24b652'); -INSERT INTO messages VALUES(1506,310589,'insert','blocks','{"block_hash":"4574c3f408ae39752054a278d5b2f207153f2d55e5ed9278610285caedbfb5da","block_index":310589,"block_time":310589000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6dcf875cb5219080e669c45740fef5111c8c72fadf710f6b9edbb8a7ae378ded'); -INSERT INTO messages VALUES(1507,310589,'parse','blocks','{"block_index":310589,"ledger_hash":"431a454660cdbcb14f4d2b3401f13b2cdfd85bf6bbd9f6da5a6910b43be20cd0","messages_hash":"65f2322da962d8dcc2698f9613d9c16843d04172260e3ca4b28485d9a095ffcd","transaction_count":0,"txlist_hash":"003c8bec2cf1521811b5f908126e1ef8c5a8ae4591a41d1185ca036fee8ecdf1"}',0,'BLOCK_PARSED',NULL,'6a7ca6beccad9050fc29ef49966f36d0805cd3a9f8597ee5c56525a4afda88e6'); -INSERT INTO messages VALUES(1508,310590,'insert','blocks','{"block_hash":"7a0fec7523698e15240595c867317fd889c109930cbc688e120af4b990d655d6","block_index":310590,"block_time":310590000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'12ae203663a03b817842d6651ba4a65cbb171ae368720d72bc56aaf385f80bde'); -INSERT INTO messages VALUES(1509,310590,'parse','blocks','{"block_index":310590,"ledger_hash":"ad2df931a1c3076b4a385d0e4c0b678ca226ad8a483376d45f333e08c375b08d","messages_hash":"27f6d7cf29e5d2662c4273e9dcd2da07411e8cc3ba9b84bf9b36d728758fc9df","transaction_count":0,"txlist_hash":"b1f46ab3d045770a71269e5b1f8bbb42c88cadac72a1d60cdfc2f4943e7faddc"}',0,'BLOCK_PARSED',NULL,'dc38348dcd17de6565eaeb8eda2a38f7858ed3a9b260c566029239fb05c55459'); -INSERT INTO messages VALUES(1510,310591,'insert','blocks','{"block_hash":"9824fbb407efff28304111890e995bf3c350f965fb2ff6df988d9a4c8ccd8bf7","block_index":310591,"block_time":310591000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b7f4b6c0835b788e82de1b1db0d5170e2e830775361f0642956e633339bc9af8'); -INSERT INTO messages VALUES(1511,310591,'parse','blocks','{"block_index":310591,"ledger_hash":"f404486079e47c058d151bbd246c2bdfd939bde0918b8d542407ee0f2b6d0b0f","messages_hash":"ee4ff6da691d526aa6289d52b8e2058a85765797126025875bdae67f3d851561","transaction_count":0,"txlist_hash":"6a5a6daf8eed8aacd68dd39976bbd44a93af5e5d0d76d97f5d098ce9ae6ee650"}',0,'BLOCK_PARSED',NULL,'72a6c2edba966961fd009300488bf88f9e863ae2ac8e89ed078fc35cb542a817'); -INSERT INTO messages VALUES(1512,310592,'insert','blocks','{"block_hash":"d6adfd9b31ef935e54670c6335145a3b7f57b14f7c028c2467d352e1c5fd4cc3","block_index":310592,"block_time":310592000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d3be8c2bd3a85f3a50c672c2418da9d21368f057c88a02854395817ace6e18ba'); -INSERT INTO messages VALUES(1513,310592,'parse','blocks','{"block_index":310592,"ledger_hash":"cc47d87f2ee4d9e38d6fe9144815a9457e815cddb62e15432e69d4c6a61d64a8","messages_hash":"ea3413cd4073d462905dde9e8173f641139e61ff110311038613b74cfb78eb9a","transaction_count":0,"txlist_hash":"c952759d8f6616bf1ddb1f987f34743f6b09f2f9ad8e8d8efe4ae9c9a32be1da"}',0,'BLOCK_PARSED',NULL,'2350e3c58a91c5bc266d1fced7562e69fb05c7db5e3e638481f2b873a6037e32'); -INSERT INTO messages VALUES(1514,310593,'insert','blocks','{"block_hash":"97931b3dd08a38f192b673f46ada9365fcbca0b1f63a0a5989f6861062f9c22b","block_index":310593,"block_time":310593000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'24c0682adb0aa87206ee4fed51f01095ef5e0cdb4e6ab82e9768e18ad872a593'); -INSERT INTO messages VALUES(1515,310593,'parse','blocks','{"block_index":310593,"ledger_hash":"281d55efd1d17a0ea8e61f6e71b4e5e03589c56950bf22ee05f34ccea47efeac","messages_hash":"3ef6ee2c88a3bf8d2fc772a5466b797a82335fe371fec09d6e52c63987525a0b","transaction_count":0,"txlist_hash":"134263a2ae2b80bb58e325f7fb84751c3224a9b4b44b3007b97db02f71b806e6"}',0,'BLOCK_PARSED',NULL,'f1277dca444ed3b958a2a1756ff2c58e4d3834117c8ed10d4f4a93e14c177c44'); -INSERT INTO messages VALUES(1516,310594,'insert','blocks','{"block_hash":"f8146455e4841830c1bc2265c8f4c8972fbe46a1db89dc0dbf804d1a10bd9015","block_index":310594,"block_time":310594000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4844dd7e28f87856b20b04cd76464e810211e67ed1d19e85e69e98320d801ef7'); -INSERT INTO messages VALUES(1517,310594,'parse','blocks','{"block_index":310594,"ledger_hash":"456576f4773f5dbfbe9026e46a631282fe2b3a9721545f8999a572e8e03460c7","messages_hash":"8a72c5596b7941a5a5b527ee7657575b4e30d3ae07b901a4890d0ec558fbfd12","transaction_count":0,"txlist_hash":"952ebb2b0c23ab41dc801ee9c905e108008fa446d32406d2859ef9842d5f33c6"}',0,'BLOCK_PARSED',NULL,'d3b0fb4fcb420b1921a00dc3e90cab6c9bb1686f873b5d8c050ee38eabc26890'); -INSERT INTO messages VALUES(1518,310595,'insert','blocks','{"block_hash":"0402e45e9adfbb711dcc3a959e07fb2b15082cd724943cb323892cd3a5ac9d66","block_index":310595,"block_time":310595000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c04bf7dc1963fffc032fe0ebcf54bd366c9e0618c5a83a440d652105a4c08b86'); -INSERT INTO messages VALUES(1519,310595,'parse','blocks','{"block_index":310595,"ledger_hash":"d8e86913b170d3397d1a43e74480259a4e0bd15166fb775c10784df3e9306fd6","messages_hash":"34bdf3621c3bdc5bbebcf2401e61bf0bbcf636a7cba046832cbdb943d8c84978","transaction_count":0,"txlist_hash":"7146b6d06361698454b348babb549f0dfad68d854bcdb36497364c46c9f38805"}',0,'BLOCK_PARSED',NULL,'589cb3acc28a1685087928d91cfeb5167e62022639c41d0ceb74c9ea0f6aaec6'); -INSERT INTO messages VALUES(1520,310596,'insert','blocks','{"block_hash":"1dd4393d2ce505ecff715945e55c1bac040fae5758202c1bdd9c8f67c4d3f688","block_index":310596,"block_time":310596000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3a134a3c563647d823e992396a21b89fdc8d534f8302d758ab5fd3156348748b'); -INSERT INTO messages VALUES(1521,310596,'parse','blocks','{"block_index":310596,"ledger_hash":"6a844171ef147e80140a7536dd6172744173a3a6b57dbe04ea53f8a1830088af","messages_hash":"f24dffecd338e84e88c78400cf6a87619db43ac967d47c85f0ef93bfca5a5133","transaction_count":0,"txlist_hash":"8ca4c177876d7993ff29d824f884dfe9fe185912b53a52f21b38c696b9974406"}',0,'BLOCK_PARSED',NULL,'b8c963c0e55ed92a8d46f74c2c8d83966ca1424a4a432be15b09247b78785ecb'); -INSERT INTO messages VALUES(1522,310597,'insert','blocks','{"block_hash":"490dd65dd932906cc5da68c8b37dcd2827a261db1f32c622aa33ceb6000a79dd","block_index":310597,"block_time":310597000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3d69ee62c88523fbbf3566d649a5748ba36255da67d760127a0a3f0489e8081d'); -INSERT INTO messages VALUES(1523,310597,'parse','blocks','{"block_index":310597,"ledger_hash":"86cd60817de901fae021ea2e21f197c27f482eb9cf022ada75e56831002df9dd","messages_hash":"5ca7141432dbd6af03852ce58e8845e4e65e9f74f205c3987b287c82cc6b260b","transaction_count":0,"txlist_hash":"64a95a28ef3a0104b4ce8f8aea21ab1168114bf95ea720dba97c8933c4c68c50"}',0,'BLOCK_PARSED',NULL,'cc2daa25bed6bb9de8358fbd8d3501204fe51bb9f48f5abb5a660748dee5dd52'); -INSERT INTO messages VALUES(1524,310598,'insert','blocks','{"block_hash":"8265b2da5687b7848f740cbbffabc564923b47242e3d64bd058724969323f44a","block_index":310598,"block_time":310598000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7c64079a85242d61217ddf145eaaa49c880355ce6d8998b643f3fc071177b4d7'); -INSERT INTO messages VALUES(1525,310598,'parse','blocks','{"block_index":310598,"ledger_hash":"df2f6f05d8c697050096e9e9b17d2c3710da246b9d659f96af6d47cf940442a9","messages_hash":"4995f3017de3cdc3376ac65dfc8ce3582d6a598f8496765bae78e61e518d01a5","transaction_count":0,"txlist_hash":"4fbd933528819ab3c7788ae7292184e8f756d17660baff7785301defc6c20d6a"}',0,'BLOCK_PARSED',NULL,'36976a88cbcedf653e5d9ad3a9f2aa95fd9c5e99f5f1eb59d0d5b2bed49e2203'); -INSERT INTO messages VALUES(1526,310599,'insert','blocks','{"block_hash":"71c5bf880161d3c13b2fb887d3d034ffd62ce1962ad91036b75241025baedeb8","block_index":310599,"block_time":310599000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1a8ccc4ec7711d5c983d1ec88978a8cd8762989fd0bd7ea6fcf947ad1805a5bd'); -INSERT INTO messages VALUES(1527,310599,'parse','blocks','{"block_index":310599,"ledger_hash":"690a98a9c3a835f7383124a4a171e58b7a1f17332b5b66d7be095dfb99636e84","messages_hash":"91f7428d5657b8ca328a999b22514fbc5c7bb50e43eddf47d4f55a16559fa87b","transaction_count":0,"txlist_hash":"99351227ea2c5e09019fa29e9282ee8e03cd01d1752755c36919dd5b9f92c429"}',0,'BLOCK_PARSED',NULL,'70c383e3d6df24d5d1bb4880318a6bb09a68f7267a9cee734ea0117b87ed8c9d'); -INSERT INTO messages VALUES(1528,310600,'insert','blocks','{"block_hash":"f91274374a64d9fabc3b57d401524d00c7559e7277760df594bd856380b7743a","block_index":310600,"block_time":310600000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5f24e7fc11331c524e7b884cd703ff7660ea1f76f508d6b0ec90d90df60a20fa'); -INSERT INTO messages VALUES(1529,310600,'parse','blocks','{"block_index":310600,"ledger_hash":"9067cce032c8e080df48be0a1489479c346d7968f46250619ca64387dfd87001","messages_hash":"9417093b82eaded2466e774921fe1d2625ade2b6ab821a9c01b420442b76a9be","transaction_count":0,"txlist_hash":"7f0dbd6689ccc0894130428fce9bb17cd3efeae2e38893b721ab3d2a5724a796"}',0,'BLOCK_PARSED',NULL,'9e35461a7979b110cca7c8c52a4d0b8d8ccf600d59d2a49a07b822a3bf08502a'); -INSERT INTO messages VALUES(1530,310601,'insert','blocks','{"block_hash":"7fe9c0f4363e78dda78e932fedab2043c79dbff404e542d13913f3cfe98509cd","block_index":310601,"block_time":310601000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1e537a7392c442cd33a3586c5e279cf7078b6a85d114d0431b14b46c5971d867'); -INSERT INTO messages VALUES(1531,310601,'parse','blocks','{"block_index":310601,"ledger_hash":"25d922d16e782dac0326e5b15f266eff4ccfa34a8778d1293e25db4e67feb516","messages_hash":"9d7b5cfcec51845641bd1e08b70e3fe7cadb142ea9125414a6d2b6e1dcfc55d8","transaction_count":0,"txlist_hash":"7b7989d4fa031daf27bd9f46e349fa664449becbff534661fa5e7bfed1e93c82"}',0,'BLOCK_PARSED',NULL,'1bdd3531eb82e9c7e99909704f43eca6c6035ba2f4886c61e626c92934f72c6a'); -INSERT INTO messages VALUES(1532,310602,'insert','blocks','{"block_hash":"c7ef51e67a29cf83317e0ea235c1680749d256a9c0870e560560bd75de63efe2","block_index":310602,"block_time":310602000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c87f7b162c763a68c6b2392879d88139015d92ed9388fa3479799f968159a217'); -INSERT INTO messages VALUES(1533,310602,'parse','blocks','{"block_index":310602,"ledger_hash":"be5e3139d8586e393873fdd17b014929f3916d8a50c959bb75b6aea4db3b6f53","messages_hash":"96eabb8b8575fc8da0cac962493586e6d2e7b27eee95cdb5af54d3814be4bd3d","transaction_count":0,"txlist_hash":"6f46558ca2023cf78c2a461f486d74e112fd2ec64c692516b5f5bf9d1a33b49c"}',0,'BLOCK_PARSED',NULL,'50fe9d1bc0152df3056ff133d619e4678478071e547bcb7378f944fa0a575549'); -INSERT INTO messages VALUES(1534,310603,'insert','blocks','{"block_hash":"44ae66cad2a5f9beff6f9164db3055de3c1e953a3d37a73fa650c013d16ef05c","block_index":310603,"block_time":310603000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8b18db198605e744b6138fb35d7162f610e02b16954533fc1b1cedc923cad12a'); -INSERT INTO messages VALUES(1535,310603,'parse','blocks','{"block_index":310603,"ledger_hash":"2353cf09fe846b4166544cf95863258c5f89b432480f71ed08980c08511ce2c7","messages_hash":"329cb4bbf4af93a13925de048c09e988411458779bdbf49daa509d2fdfe03f54","transaction_count":0,"txlist_hash":"2873ba053ead1a405f94a9aadb0c7a8b3f6f2aea88b71095ff6b4f8a9e672714"}',0,'BLOCK_PARSED',NULL,'038cb202ae7ec10653e316cf985cd67798f455575688c5058d10848aca1c852d'); -INSERT INTO messages VALUES(1536,310604,'insert','blocks','{"block_hash":"36751b935b0c18b816f86d5a2ca16469a46ea41bf002abde994d15597ae9665f","block_index":310604,"block_time":310604000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e5c035029d49f7a98cdf581a3245eb701274d1a341f738ef171440b81610c8ae'); -INSERT INTO messages VALUES(1537,310604,'parse','blocks','{"block_index":310604,"ledger_hash":"a9ba0c79327a97a9598073003ae66fc9a472ebedf31a5d4d3512629c59f6f952","messages_hash":"f9a85e334bd3f86a48690bb8a72441df32e8ae80f861bda294ccf90b7658e4cf","transaction_count":0,"txlist_hash":"d1baf5e62e3120e51633d9cf2e24a641912351a39ea588258ffcb9d43cd90ddc"}',0,'BLOCK_PARSED',NULL,'df25fd0b22593dfca93b1cdfa611e076bf7f89498e4d364b9c2c360454d1a622'); -INSERT INTO messages VALUES(1538,310605,'insert','blocks','{"block_hash":"ffa6edcb68ee2bcb93f121f0a1cb1012559f2e38752f45034b03deb8c8947aa9","block_index":310605,"block_time":310605000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ba373ce00351d45f40a14584308d384b7283201721ad6b6d854e77b257b56c1c'); -INSERT INTO messages VALUES(1539,310605,'parse','blocks','{"block_index":310605,"ledger_hash":"24939be5e74e777849d5ee446483c3667bb9762a2e6b04ccc32f46a13c0625d2","messages_hash":"bc334f95006ab01549d4a461e814fac4865a723a2687b4844432efdfd3c27cfb","transaction_count":0,"txlist_hash":"72c828430e880b7eac34b1e7616375a892d8d924bc2d447984b094091b810464"}',0,'BLOCK_PARSED',NULL,'0190cb04e08b65981b10b0096119394f3c75e8e8697d0938c47474370a746fe7'); -INSERT INTO messages VALUES(1540,310606,'insert','blocks','{"block_hash":"9f9e9673b0b0fcd2730c3fca4c241b6f506ac17f7768eb40ae1642614c4be93f","block_index":310606,"block_time":310606000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d0ccccabe6642cf06276f9b309a75ea26adc3634932aa83584bb861cf024cfc2'); -INSERT INTO messages VALUES(1541,310606,'parse','blocks','{"block_index":310606,"ledger_hash":"77d7cd9e661d7b06c940254fdccef8ba463ec9e4bf07e1a47288aefb10862b62","messages_hash":"3b931ca480a3697c6607489cad76969d64a21d6207219288b654da00f6b4bd72","transaction_count":0,"txlist_hash":"c0727f185c8d3f39fd2d29829bde1f10a938bcd035906b7a6f9a58fbc125da7b"}',0,'BLOCK_PARSED',NULL,'0a6cb5799ac4b40669ecd2918057b8fd4f807c2c9feab9b2e628bb3a4b4e3411'); -INSERT INTO messages VALUES(1542,310607,'insert','blocks','{"block_hash":"ea8eb241c2a5eefc21de5385132dee695fdd7a496679935c4de015a18c2a116d","block_index":310607,"block_time":310607000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b5fe572afb8a1d88dbde8d556a92a5f2d19c0073bbeb8b300e9215aaefc42260'); -INSERT INTO messages VALUES(1543,310607,'parse','blocks','{"block_index":310607,"ledger_hash":"b9b9190c1f33d9ec9d3ef5ab16ab5ae3df37a10aacf44fa36d7d706c6a2dcf92","messages_hash":"0c583c87f01a90bb0407652e4576c9d16ddabe7313c521361cd3d5ead4823700","transaction_count":0,"txlist_hash":"d9a6511fd4f1524b13ef62b6565099c0120a5a78e30d233e782e8ccaa59dadab"}',0,'BLOCK_PARSED',NULL,'377014e9791656f60c411a9ba23afd5c10ab3f0661af401d71e6ee715e0c85c5'); -INSERT INTO messages VALUES(1544,310608,'insert','blocks','{"block_hash":"ab7b08803f979b35074aee71ce1b0f68bf535632798ffb7c5c5483ef5a16f846","block_index":310608,"block_time":310608000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7fb4353c5cd48731312a35e8125cc3ef2b0baee2868f25fa49c95a03110a119f'); -INSERT INTO messages VALUES(1545,310608,'parse','blocks','{"block_index":310608,"ledger_hash":"6106df15c5efce0d238b69286531168e5fd935ec66efe5d99d7024f9a15f2612","messages_hash":"b7d5de12662a8d96f84d46157aba613b19529bd3db41a703b458d86f86753d48","transaction_count":0,"txlist_hash":"325c7d3f52b8a41b966a74f9590ec180f0604c0bc1aed8c1d4d7b60f97955621"}',0,'BLOCK_PARSED',NULL,'9634e5bf87b61db04829de4259b3835e1200d921a81197588dd6477b58faead1'); -INSERT INTO messages VALUES(1546,310609,'insert','blocks','{"block_hash":"83dabb41813634b8dd95b45762989c7a77492fc2ae38b5d0d098fd3fe9946455","block_index":310609,"block_time":310609000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'468ac97546cbe9490b341e2d26ca1fc5db0ba4079e38ba01461de2a21b45ebc5'); -INSERT INTO messages VALUES(1547,310609,'parse','blocks','{"block_index":310609,"ledger_hash":"4cf1aca34358bd858420fddfa75964c6b8400b849d3a0b637baeb902e3d143f8","messages_hash":"c03ee111979653d7e3fb74a9b79d8ad0ddc9ee0e1b3cfbedace91351b7e94c69","transaction_count":0,"txlist_hash":"53e05d1f8de2051b590249c449c02881d8f98a4fef4c8cebc7f058766907d1d2"}',0,'BLOCK_PARSED',NULL,'eb9834010d16bba432ff8f876d1f9885b04a7ebef1b1e83b20f5f767d0826224'); -INSERT INTO messages VALUES(1548,310610,'insert','blocks','{"block_hash":"f1372a9d1069265cafe8a06fd5ed5493d7b45f2c2588c0eebf8960c7fb53b7b9","block_index":310610,"block_time":310610000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f2aef339db0c18578be99c1df24ed1ec18cde0ba95b49cc07e6919979077468c'); -INSERT INTO messages VALUES(1549,310610,'parse','blocks','{"block_index":310610,"ledger_hash":"75380e5aec9bb02a0fe134b9ac364bb3217d2faeb8f9ca8d3d045e145a8db004","messages_hash":"56279b6a116ed94aa325310a427b44c0e02d85c16303b7dcebc159db1610dfac","transaction_count":0,"txlist_hash":"d42cd49ba8d422666f6a837facdb242d45580b7a040f480e2d02b552a9cc4acb"}',0,'BLOCK_PARSED',NULL,'d5b089336491938c56c75a9e1c71fd3af2bc6f96e0d5fb5d27354bf6f955c82c'); -INSERT INTO messages VALUES(1550,310611,'insert','blocks','{"block_hash":"6d88122546a07e75804a8c89225b63cdf5fa1a306b0eb720def88aa00d927d89","block_index":310611,"block_time":310611000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'33ca42c3bfa0929be854275f3a65c49cf7806f96b38afb5eb40257bb989ba25b'); -INSERT INTO messages VALUES(1551,310611,'parse','blocks','{"block_index":310611,"ledger_hash":"61c6bf541cef555b6e807fefd0c1c4aecf62e35692ece1946effc8d0f0c5e4e7","messages_hash":"4cf177826e14cbc54aaa11fad56c97b7232993809079b3c16d36d060ff17d2e8","transaction_count":0,"txlist_hash":"a2264393db78be837babeb4cfad0892bb56aa969e753a26f5c7f171f7dcc58a0"}',0,'BLOCK_PARSED',NULL,'6f2e0b4829760ad667e4d470768568df8399587bc2dc44c746600eae40f3e557'); -INSERT INTO messages VALUES(1552,310612,'insert','blocks','{"block_hash":"08df9f68813183cf897db14100b9d6399678437338edc8578dd4998420a3c0fd","block_index":310612,"block_time":310612000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'925c28464295fe4e42a355773db5de0ded95ebe31f717324ceaaf8f10fbef351'); -INSERT INTO messages VALUES(1553,310612,'parse','blocks','{"block_index":310612,"ledger_hash":"a9c53f23b3766b394aca7fa4e0e2f4d7bc231f58acca5ec294f1100e51a07609","messages_hash":"7c464f28ee795280f365dd13a3bce6c4b4492fabd9c494d6b50e544bc6ee508d","transaction_count":0,"txlist_hash":"192dd744f9a0ae97790e6703435dc8e0b2c494253b086de0568836ae20532bec"}',0,'BLOCK_PARSED',NULL,'b1936122e95b03edc54f651f50125fb8729ffca8f19268cb93bb65101b50f95a'); -INSERT INTO messages VALUES(1554,310613,'insert','blocks','{"block_hash":"c22021c5e4fd841a5f506df91ae88a4dd0b4edb5c98e6c5ab7ba9ddd8cd0cb53","block_index":310613,"block_time":310613000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aeb92ee418c340ccc8b983680c4e71830544bf4bb0408fd45e2ac0f1fa3fee3c'); -INSERT INTO messages VALUES(1555,310613,'parse','blocks','{"block_index":310613,"ledger_hash":"81f9a537145fb937f08947176a73d4655e4bfbc3b0a0c3d16584c9fe31864e93","messages_hash":"5e48ac61a34ceb074dd3d1fa78e9fdfc71dc2c20c69daac9fdb99c8cbd699ad8","transaction_count":0,"txlist_hash":"2565e5c8c1b506aceedee56e7b5f9f75c41f343d380a89126b0a2c31f5c86fd4"}',0,'BLOCK_PARSED',NULL,'4a256a2f1fd82253c157b2c66e5330a1bdd4e8ab8030f10256d4aab7c90b32d7'); -INSERT INTO messages VALUES(1556,310614,'insert','blocks','{"block_hash":"e20f3fc33885662db862e5f1aa53044b4136e0097e7919f071a0f802c9f9436b","block_index":310614,"block_time":310614000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1b38ba68c7a47a53d42abfca17ec47502638485058aeef5dcca79fc1ed0bae86'); -INSERT INTO messages VALUES(1557,310614,'parse','blocks','{"block_index":310614,"ledger_hash":"f3f90352f7d1b5e8d8301eb351ae038e27e3d8210a9a544d42c67147328532c0","messages_hash":"11c988ad42862771c810b7538e576562b3845270c4ac7bdb3eba14d8e54f0c61","transaction_count":0,"txlist_hash":"7b230e7ff6d8ac1f26ab75056143a3d4304378270d31881b7557ae70a6c754e4"}',0,'BLOCK_PARSED',NULL,'235cb93338cd58f1807157a2d2794d3d860bee75a2593468bd563a0518d22ab5'); -INSERT INTO messages VALUES(1558,310615,'insert','blocks','{"block_hash":"fd437e201cc2338bd936bc84f7baba6d100332926bee80f785f9f7bba722c5dc","block_index":310615,"block_time":310615000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3e5bfc3d2de9e9c1e853d33c6655170d02779559dec1765366c6d30795255483'); -INSERT INTO messages VALUES(1559,310615,'parse','blocks','{"block_index":310615,"ledger_hash":"88d0ebfa193bccacd5a6198fdb5544f7bcbae34d1c6a0b48415f481facfc2227","messages_hash":"2e7e312f7c36a68e54cbf00e34fe52c9a76689b242aab166bd08ae1f1de77ab5","transaction_count":0,"txlist_hash":"a03b1fb8d09d83f038680b716056361805ce89b7a7a9e6cefc4bddf07063b1a4"}',0,'BLOCK_PARSED',NULL,'e94b31fda3dd92c4abab4ef1fb75029c4487f2a3d5b86ea7973ac43ea01291a9'); -INSERT INTO messages VALUES(1560,310616,'insert','blocks','{"block_hash":"008b25e6dce1914cecb91055f1bf5d77bf0be6f98b89ff06bfa41c193a321d84","block_index":310616,"block_time":310616000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e8c82b3ec9beff4a68c2ed2cfd6fa29aa63f5e3ea73a097767a52b6a65060cde'); -INSERT INTO messages VALUES(1561,310616,'parse','blocks','{"block_index":310616,"ledger_hash":"78dc24332463f1a27e7849813451835eaef944276f5bdec1838c30a3dee453b5","messages_hash":"b186d3af4f7ab5e3119e94e6a14e90d67ac3db11b2fc6b416088501dbd00af2c","transaction_count":0,"txlist_hash":"2b151ee345b1de7bfe92981498405abb9db50907f5525df1cc3030d982baf2e9"}',0,'BLOCK_PARSED',NULL,'c068f5c0a0ca4a33cc0f13d473b291d8e320306ff46790a5211807a83a42d073'); -INSERT INTO messages VALUES(1562,310617,'insert','blocks','{"block_hash":"cb54e04a81c8bce7eea1866cf83b3f3fc8d8332fbdb41b242cd0bc38ff243c29","block_index":310617,"block_time":310617000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1585c368a9e9e68145cd3c5720245626627155b65451d4c238c108d930f3ec5f'); -INSERT INTO messages VALUES(1563,310617,'parse','blocks','{"block_index":310617,"ledger_hash":"6f8ce24bb75ab6ffdaefdec9123489c2a7efc94a7e1733637fa668ed5f7aa740","messages_hash":"c8ac42c3470ec768d2f733b9f744cef710b367af9f37172079f0c63862c2d9e0","transaction_count":0,"txlist_hash":"4e2b72d4459ee3673fdc855bff9efe0c95de337ec77780c6ce84142895d40fe1"}',0,'BLOCK_PARSED',NULL,'537c8dcdfa6e44b481f4dad521a2e859d4740f3ee69f36b5c327b043b7c41df9'); -INSERT INTO messages VALUES(1564,310618,'insert','blocks','{"block_hash":"f9bbaec16de49df3e5ae9af5949a283789c143078a31ed80dd1c22e35d9ff70b","block_index":310618,"block_time":310618000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b6e6c9b8a7de7be60a36ec6da77eca6866f4e4c35b231f92f9cef10ee1a0febf'); -INSERT INTO messages VALUES(1565,310618,'parse','blocks','{"block_index":310618,"ledger_hash":"2e0c8075d1d0248881c14b9c3f69ea7f011b6db18c84711bb07b7f68d0099a36","messages_hash":"2559136ae47c505d64ade70e01726d382e952225196ed6c00062f3e48d03de80","transaction_count":0,"txlist_hash":"78f186296b451b2aa2be1ae39e87df9bd8eb11dcbde06ac9b6b5b3bba38c4432"}',0,'BLOCK_PARSED',NULL,'0ddffe609d969429154aa30bba57e17494d0ceea93c5b041e4f3c4b0427bb0c2'); -INSERT INTO messages VALUES(1566,310619,'insert','blocks','{"block_hash":"4c02eca877e9ed946d3b839c08717d48cfa08366f42f8bd9b84d60b20b34826d","block_index":310619,"block_time":310619000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6daa7c6d187848bb69738dc12deb08522f2fff30deface01e65dc80b63386d75'); -INSERT INTO messages VALUES(1567,310619,'parse','blocks','{"block_index":310619,"ledger_hash":"13e04c93557b86a637a5b7edee007fd30ff4f813d9a3b4299d503383daa94d4c","messages_hash":"6a5f77cc080258e89a39cf32371f38422a9923b72df0e597825eeb97f6f26cdf","transaction_count":0,"txlist_hash":"07be379248f9d4f83fecdae175a1e530110ef7f02b9a0656dc6772f3bf212bbf"}',0,'BLOCK_PARSED',NULL,'0cd0581adf25e1f091d6faba1995772ff628f03ee4587c8b8bb1d5f07ddbcc1c'); -INSERT INTO messages VALUES(1568,310620,'insert','blocks','{"block_hash":"98120d1d59fd5782e6aeaa785843b42351cc656f59ce10b76f7597202ab54519","block_index":310620,"block_time":310620000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'45f57b226b070ede2f56af0ca133b04463439a6c80495dfa0336741ab71961ba'); -INSERT INTO messages VALUES(1569,310620,'parse','blocks','{"block_index":310620,"ledger_hash":"4a60f0fbbf4d6c5bc0d8ad98cd3f2ec3212d6bb606bd98d1dce345288275c3f6","messages_hash":"b93fb7ccd7b063d01d84d1b13101e4a61733cc55072c35ca0c8abd449d2fc985","transaction_count":0,"txlist_hash":"f32d375eab7ab8e9c45f431aab01be2439bf2df00a627db39c2c11c2865e6c68"}',0,'BLOCK_PARSED',NULL,'5d73c54ee5ed542ebb37501ada586e166c5563769bc0326d8f6073b489da6e68'); -INSERT INTO messages VALUES(1570,310621,'insert','blocks','{"block_hash":"1f1a7124acef608c0effa6d985dee5fb44a42035d310c390512519dcc004cf11","block_index":310621,"block_time":310621000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4276986be1a546941f9bd52a5237862054cfc2ca334b725fddffc8562953239c'); -INSERT INTO messages VALUES(1571,310621,'parse','blocks','{"block_index":310621,"ledger_hash":"785d1a4f88ab690182405388c765098212f522432e69a68ee5b7f471a8164d7e","messages_hash":"c7acd8147e46c97ed2e55e6421d977f46f40a1a51613a95e0dcd35e6b9fc4261","transaction_count":0,"txlist_hash":"61f152136a55a1c8c000d536f50b4c53fd0996e1794a80e9c1b40147069a9caf"}',0,'BLOCK_PARSED',NULL,'9cbbd88846b4d9495d54f3bbfaacffa164a91b0f2141d36131c8edc91254ffb9'); -INSERT INTO messages VALUES(1572,310622,'insert','blocks','{"block_hash":"3088fa55337f70b4b67b9ec09e4121f30df45211ce7fb248352437630298bc47","block_index":310622,"block_time":310622000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cc74f07bc74944d21af53b8ae130213d6cd7326844f259413cc5ab84e3a47d3a'); -INSERT INTO messages VALUES(1573,310622,'parse','blocks','{"block_index":310622,"ledger_hash":"ea74bf89453deec1c8d391185c8cdbfed0064a9e9b09948eed408d7b560b1982","messages_hash":"7261c3521e698a3a66b6163feff1e0813b84ce241a4dd4e1c684127dccfc735f","transaction_count":0,"txlist_hash":"b09eab6d5f874d31ae759122dad38111111d00f670e668828274286d10f85524"}',0,'BLOCK_PARSED',NULL,'b2b18afc5bb8c13326263f720816be905f813a95b04c2e22eb83252580bf9e2a'); -INSERT INTO messages VALUES(1574,310623,'insert','blocks','{"block_hash":"817efbc8f182833c8d19ef29a7b806d402f4fce3d76de1c099c3199b15520dad","block_index":310623,"block_time":310623000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1f7ab0030d37f52a3fe79478efbfbbfdc3a0c0b3135d812cb3f2aa30f9cbd09a'); -INSERT INTO messages VALUES(1575,310623,'parse','blocks','{"block_index":310623,"ledger_hash":"c969c1ab67b3b338989e35568c4fba6bee0278a6fb1fefd9995fe55d316e6843","messages_hash":"46f08621deb169eae3516a824d97dc56626ffe6f86005acc8f2ffae1e150060b","transaction_count":0,"txlist_hash":"2e9aa32554fc9ba2813195a611ff2a1ae9464f8225931412ec9db770a54bf9b7"}',0,'BLOCK_PARSED',NULL,'02f97964cfe1bee244bcc8fa971e1d94d2ec285f5c769805c5207c4b284efb3d'); -INSERT INTO messages VALUES(1576,310624,'insert','blocks','{"block_hash":"3c0ee9ad535b3b4a202367fcf45861eddf7dda7021af3565863f3358666e3cf4","block_index":310624,"block_time":310624000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'44b068f917d88a4e203b0078de5380d39a370073c194281b9afabe819ff29f7e'); -INSERT INTO messages VALUES(1577,310624,'parse','blocks','{"block_index":310624,"ledger_hash":"4b3014e7daf07e12ce4f59d0136f75425cf81c46d68c224edee560bdf32c4413","messages_hash":"32df285ce803e3be83152de2947105a19f612e9862154c3e5950c22b818b993d","transaction_count":0,"txlist_hash":"55f617732b7b76a0635e7d1975881afaa314d0aed2a3f335a79775a4076a5505"}',0,'BLOCK_PARSED',NULL,'945fb63f65a61f62c149c98e007e3ac555350699f1d82865b5569cb6d71fb600'); -INSERT INTO messages VALUES(1578,310625,'insert','blocks','{"block_hash":"bc28b31c2032623bb295cdf38d7b4ffcfd20d96c95301122d18463d54c6c11ba","block_index":310625,"block_time":310625000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7948ea4e7b42a96521b9f3dbcf6b39c9080d4b5624706a234ac05e76a8d5f33e'); -INSERT INTO messages VALUES(1579,310625,'parse','blocks','{"block_index":310625,"ledger_hash":"c29903b73d4ce5fae6c20af6dac989ee532d57945f4d286c1552ebbe4829e514","messages_hash":"04af803fdd11643f4a0257ffa19338bf9e3909384a1e3385d261e187a4177147","transaction_count":0,"txlist_hash":"3bb99f09fff4af95e566a3ac3373287b056ea5b545d9e166e46f335ea0c5c6e1"}',0,'BLOCK_PARSED',NULL,'d4058eace4cc8aaeb0194acfcea1ccc6c9c6c0d271e7aee7adffbea7b5b877e5'); -INSERT INTO messages VALUES(1580,310626,'insert','blocks','{"block_hash":"b6c172768d20d9c97cff56f083d61920e1ea39a93c7c09afff3767858eab950d","block_index":310626,"block_time":310626000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e0278a26b9bd84cef9e105aee749c52a7a04bd67405c874712a81d78158e48cc'); -INSERT INTO messages VALUES(1581,310626,'parse','blocks','{"block_index":310626,"ledger_hash":"be056a10dfbaac7a217e7f30c5e60f5bac78aea92a16417ca2921d7f3b41e97f","messages_hash":"da06453bb078b6dd259462f1d118c466a21b68fe676226506d249177b058c340","transaction_count":0,"txlist_hash":"9a1652a5d4724e13e989ddaf79321c684d8f965611ec1f9647f778514f070c02"}',0,'BLOCK_PARSED',NULL,'cabc261c22cef385b9753cf9902561ca765221e35802de04a5fe69c33edce4e4'); -INSERT INTO messages VALUES(1582,310627,'insert','blocks','{"block_hash":"828a91a4b44acfe311e116569ab6856dc528b52ded683df95d390bef4e6c115f","block_index":310627,"block_time":310627000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'77596496d893b6d44ae1eafead5b763d6e0ec0f49df5fec4a32088da2d5835e5'); -INSERT INTO messages VALUES(1583,310627,'parse','blocks','{"block_index":310627,"ledger_hash":"b410bb813654419d23348e4bfcf5ddf41a673358a6a973fc57e3816347bccc8a","messages_hash":"be7835c1b5c60387305f437418225c4862ae327240c9d416f2384f22ceef91da","transaction_count":0,"txlist_hash":"3972379962afb9662ba4575c95a5199e86c0c0bc2dbe22e6eb085bf7ba3fc746"}',0,'BLOCK_PARSED',NULL,'4bc3dcbd75f0ad6f8d4cf84e9e095b2cbcdd464a9560c24e9f5c59746cc5af05'); -INSERT INTO messages VALUES(1584,310628,'insert','blocks','{"block_hash":"f319b382302b18f1bb20205e85c8f938bbf2c643101aa1db30985d36f707494e","block_index":310628,"block_time":310628000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bddcf285b75ba0299876553a6c7cf90073ca6f33e43d4be24b623addfc4181da'); -INSERT INTO messages VALUES(1585,310628,'parse','blocks','{"block_index":310628,"ledger_hash":"5ad3e05ff5f93a90818ff1d4ffb39b8476e2e8c6ca60e88c27f92319d41d8725","messages_hash":"a4ff93a88fc3a0b9f971a73a4944524b6a35edaa0c33b1ab4150f7b6711dd2ff","transaction_count":0,"txlist_hash":"87da2abc9c597cb51b2aa237eafb6bc103f9ace5c9a4d96c4018ce8d68881145"}',0,'BLOCK_PARSED',NULL,'7f0d5c1a89e6a49522717f10c55d044f2b5ef9d69ba072f35c44a82e29f89b74'); -INSERT INTO messages VALUES(1586,310629,'insert','blocks','{"block_hash":"254b0cb0f311451dff00741a8a1d083190d1bb2300029219c26fae1e37ef3a20","block_index":310629,"block_time":310629000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9bcbcf26e839bb7ec8db34f952db8e59d5809f6a6bddc10e97aa6a80c1af4172'); -INSERT INTO messages VALUES(1587,310629,'parse','blocks','{"block_index":310629,"ledger_hash":"9c5a977c46b99326a92caa9d112b871dcb7160e2c73abfd4a8ed015330a2d032","messages_hash":"8ad4a34b8bc70753dbdc664411a9f0dd0fe8c58b9a085922034d8c2f6beb702c","transaction_count":0,"txlist_hash":"ca03c36b8dd4b0efdbcac4cec78f0d5ddd939e4cb357c31bde355b87dfbb4b95"}',0,'BLOCK_PARSED',NULL,'f60003b4217e396ad08847c1928e90efc86ca5c962edb2992aa0aa3977104f54'); -INSERT INTO messages VALUES(1588,310630,'insert','blocks','{"block_hash":"09122d8e8e5b1e1f6cb5a16b7f0149afb37aa0c9c6a04a9288198854b43b6fde","block_index":310630,"block_time":310630000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'11ff6b8f3678e07edbe19b418317b0c242afca6b943cb2bd19ade35cf32082c7'); -INSERT INTO messages VALUES(1589,310630,'parse','blocks','{"block_index":310630,"ledger_hash":"d8fc4c7024781f7f0e4925c28c2eba5c12917e3c69375b286148993c7bc3bbcd","messages_hash":"770a0148c333b2e91b7f8895b985c83ea0abb04dd4f3da784ef4d6ee8554b754","transaction_count":0,"txlist_hash":"d50d9f93174debc774a0a966a63099af1c515ffc31d992a18c0aa39a9a698f38"}',0,'BLOCK_PARSED',NULL,'33603e9841665c2a85ccc65e1a48c3211dfddfef2cc280bc2563c3ee0f82ead8'); -INSERT INTO messages VALUES(1590,310631,'insert','blocks','{"block_hash":"b13cf136f0c15602dacf7625e6edb4a66ef804084424c1a01e7c2a2a512619be","block_index":310631,"block_time":310631000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'01bb38d9c9789e3b53d57b3daa8b70059fe428bf87842615bd59abb40bc5dfba'); -INSERT INTO messages VALUES(1591,310631,'parse','blocks','{"block_index":310631,"ledger_hash":"c12ab1abd6ade6e559de7801c009ee5862e04e5a84b4b28f012b167a4d70c68b","messages_hash":"45f36c7e6e29bfaa27dffb7dcc8624f48dd64c7753f5abed6f30e40577540641","transaction_count":0,"txlist_hash":"4009c2ae7bf5f5415e72bee5c99644e7d4dc760d020929544e71d96ae4c949c2"}',0,'BLOCK_PARSED',NULL,'acfc34fb17fea226203f41250c42ccaff35506bd3be5ba06ebdda2a5df7b6afc'); -INSERT INTO messages VALUES(1592,310632,'insert','blocks','{"block_hash":"79c10009cf92db94ffc72c6475c65116df5e13d1d31d15462bf6af255857cde1","block_index":310632,"block_time":310632000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4569abcf751eb21e8d5ec8456ecd71f7c494ac1b2ec65a16b843a52aec076cc5'); -INSERT INTO messages VALUES(1593,310632,'parse','blocks','{"block_index":310632,"ledger_hash":"03170891d13e894608eb5d74f6134253b910605d4f763807e538bf1817cdb232","messages_hash":"e2add6faed921995a6664f07cb5325ee51bdd01ae62f2c26bf47e705deb39d15","transaction_count":0,"txlist_hash":"3e14c67f6b7cb1004e55353c86ce60b2817646465f0815b5f2f93a75a426d040"}',0,'BLOCK_PARSED',NULL,'004a7c77a362c63075d8dd11808fe395c0bd7c366ac411753a08d3bdfc257fd7'); -INSERT INTO messages VALUES(1594,310633,'insert','blocks','{"block_hash":"e0704c45ceb7db9ddbd7470f41978d6e413d586afc9dfbf8c7726f4ad8eb95f1","block_index":310633,"block_time":310633000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d9fd6e1f628264bb1d3a4ddbbec2cdcce553ad1da71b4212d268547e25c9c516'); -INSERT INTO messages VALUES(1595,310633,'parse','blocks','{"block_index":310633,"ledger_hash":"77f4e7710ac39bb4686c59eea34ceb696079acb46a8620544e427e2e814949b8","messages_hash":"e60f3b509e5b474573bec0e17f73545f7e364e737d5a6ee0cd74adbf73e25d9f","transaction_count":0,"txlist_hash":"b4ff44ae5da9ab8269472175d3f9d735eb6a7e7a6bfe67e198b50d955b603fda"}',0,'BLOCK_PARSED',NULL,'e6b5aadb013f8cbabf228c814c1379b753b5cb73aa4e0fe1b2b17ea4e99cf285'); -INSERT INTO messages VALUES(1596,310634,'insert','blocks','{"block_hash":"c4c66e703e975a6dc90beec42a4fa8de7df296340b408159caf4e7a8193b48af","block_index":310634,"block_time":310634000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f9d44e403c2c1a704c809241d2ad0eca31a0365b6c9444b564a11df813046b47'); -INSERT INTO messages VALUES(1597,310634,'parse','blocks','{"block_index":310634,"ledger_hash":"a31473dfec4fb8d1659024b3b627715c68e7635396dd90c184f66debdff35ed9","messages_hash":"12800228b99bf4ab821dace6f17e66b9ed1f0c0f5e616704ad08fc211a8f03d0","transaction_count":0,"txlist_hash":"a9be49ffad351ffd51bd7a3c11be9596f69919dc206a2957a5e8209163b1344a"}',0,'BLOCK_PARSED',NULL,'aa53a86789a5e5a9f2503268d89d86e5579ee55a0d03804a7721cc829fc32ee9'); -INSERT INTO messages VALUES(1598,310635,'insert','blocks','{"block_hash":"8c172e08259774a0d6cf10df2c807f635c37a1d8da2696f2c5dc0b228626004e","block_index":310635,"block_time":310635000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cf5785a96aa84fb908242bb3cee0b90dae1b100b1566da6424282b46f45b8167'); -INSERT INTO messages VALUES(1599,310635,'parse','blocks','{"block_index":310635,"ledger_hash":"7f80269260ab4371585202d03b9c56bde5ab731e731a4f5c58f453f3057f637e","messages_hash":"214a6c13969deddd3ae57400953d53f2f6ddb89f6905772f9adc14a2fcf396ca","transaction_count":0,"txlist_hash":"df288e295dfc5fdff7119b42a62eec5ff4f0576bbc1b3a4c6624de59a755f102"}',0,'BLOCK_PARSED',NULL,'7c7563048ef4e90a315ca6bd940cb384bbfef30f9d2ee923d2292fab0971748b'); -INSERT INTO messages VALUES(1600,310636,'insert','blocks','{"block_hash":"ec48849cd07e997c0ce999c735ccb1439f4a2f59191913f0823a89802d02bc31","block_index":310636,"block_time":310636000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'adf15cb0ee974a36c4a16f8e61aab58f6b90845c282746dc83f92217daada20c'); -INSERT INTO messages VALUES(1601,310636,'parse','blocks','{"block_index":310636,"ledger_hash":"b6bc49e7852f6017b024ca0bdac9257e0f63109216cf00cfaf7110ca1891f5f6","messages_hash":"9b3bca0a6f0d59aab7c57979cc5e2602e1b78c174eee9c337e6a3f0f95f71c38","transaction_count":0,"txlist_hash":"b984adbd3d608c92dbd931c9fb3da5f33f2322ce78a810ec2e278c45f62a46dd"}',0,'BLOCK_PARSED',NULL,'73fe9c29a99340c6f22acc91fc1791d729a3317b5e64565c3cbd09c8723dc7a0'); -INSERT INTO messages VALUES(1602,310637,'insert','blocks','{"block_hash":"d38ce45ebe349abe87390200f781f8059bf95b76b82e5fc210f3fb2d47543336","block_index":310637,"block_time":310637000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b521270179620973e6db2504e97d4f59717f11f53f79dbe13b2a94222777d235'); -INSERT INTO messages VALUES(1603,310637,'parse','blocks','{"block_index":310637,"ledger_hash":"fb9be635d233ed088a81f6312d9650a8659b5c0d52a815b0f0585293092a14fb","messages_hash":"c0a9d0c4bcd173ca96bfe895e05dc37d0aed3984ba0d587cbf791b48f7f0c73c","transaction_count":0,"txlist_hash":"866504bc7ebf4a3fa68a8f94dff240d27d27462f2c10db6938877ae9b7fb5009"}',0,'BLOCK_PARSED',NULL,'08966512a7527cbbb900e57a415342ac5a456e035e4893ade05fad13dea15e55'); -INSERT INTO messages VALUES(1604,310638,'insert','blocks','{"block_hash":"672a9e105a3845ad58c393548dcc662a80af17ef0884a4894023f4685302577b","block_index":310638,"block_time":310638000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d0a590405a85be17bfed86eb95d796db984fbd01ff036a3475eee34a711b282c'); -INSERT INTO messages VALUES(1605,310638,'parse','blocks','{"block_index":310638,"ledger_hash":"3ac47fe08bcd6b16eed00fe5ed2facd3eaecf50f36d33688f197c5c301eee30c","messages_hash":"1ea6c91d0602391ea8aee9389abe4d5666ed7908b94e6d4ca9269c07b0d1d2d6","transaction_count":0,"txlist_hash":"94ecdc4de9361563c25d6d0faa000607c33e65efe2e98c1b8e0acbb27bae21ba"}',0,'BLOCK_PARSED',NULL,'2b89851ad7afaee9007067cb03167ea260f06b862c443347002b0ca384c68a24'); -INSERT INTO messages VALUES(1606,310639,'insert','blocks','{"block_hash":"d9f5ba015ed8b2eac57c5cca45f9dc1ab54f56632c3a256220c352710d417f1b","block_index":310639,"block_time":310639000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f3a29f2902664d7c1009bb8376e2cba9c159b3db927001ed6640c55ed5576624'); -INSERT INTO messages VALUES(1607,310639,'parse','blocks','{"block_index":310639,"ledger_hash":"b9dc4ba1d33b9e158c6b82f825748d28403f4c8c01f1362e859b7f2f696f586c","messages_hash":"7454e8382d05be00cdb9f9dd14145f19da1b3d05492bc271317d54aa63450d95","transaction_count":0,"txlist_hash":"535730de468af921ec665b48aac918582ca4b84cf2a4daca0f56392793c4c3b5"}',0,'BLOCK_PARSED',NULL,'5577f6e2a01d30721078912b5d6b78980533fbac9731cdfe327fe4ecfb038990'); -INSERT INTO messages VALUES(1608,310640,'insert','blocks','{"block_hash":"474facfd45196931f0bdcf43ed1bc8a7ea14da7e67996a4cc6dc2d6e2b64af59","block_index":310640,"block_time":310640000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'28029b01596ec7d16e7226c2b90be38f830dced88f00445875afed2688383d9d'); -INSERT INTO messages VALUES(1609,310640,'parse','blocks','{"block_index":310640,"ledger_hash":"be8b3bcb08364da2ab39827a0d02173c8a6a46da9480b2736d992e90008b8d9c","messages_hash":"e271779fbb4fad341dfda30973147f35a5a8c8231e57fba452ad93caa64d0fdd","transaction_count":0,"txlist_hash":"9cf03f02670340fc980745fbbf4f1e8fc0737a9bf4c771ed43014a1a06909e7c"}',0,'BLOCK_PARSED',NULL,'17fe25ab11fbc6bf2f913b1632f13aef997428363484d5ef7da1f7b5aacc3745'); -INSERT INTO messages VALUES(1610,310641,'insert','blocks','{"block_hash":"02d51592ca3541de38547d4b744cef9c480551456c7cae745ebb9d55d754096b","block_index":310641,"block_time":310641000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5b217931976151aea6726b8ed9e4bd55ea3350f1bbf9322b69e4bfab5a8b24b1'); -INSERT INTO messages VALUES(1611,310641,'parse','blocks','{"block_index":310641,"ledger_hash":"8e3e879044b5ad0ee409dd84ca9c07ea523484a3074822396bafbf449580c2d8","messages_hash":"d5dd02ef2424d906a1c9e8b734f94de67d018b0266ff1fcdadb3fc5881ae555a","transaction_count":0,"txlist_hash":"bc0c21aaa488ed44b152205d533dd519f13ccaf45b924acb3b6943057bcc1c75"}',0,'BLOCK_PARSED',NULL,'b0e324934e1aa61349afbfc268d8887ef4e8a0cae43e700d9bc2b2e8ac1889fc'); -INSERT INTO messages VALUES(1612,310642,'insert','blocks','{"block_hash":"cb6395d551dceafae515cfa3081473654eb0ee78b79242f6f1d6e5192c116ecd","block_index":310642,"block_time":310642000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'681c14f1467ae0df0f7c39c60e27e104d5a07e589cefe2d8d631e62b94c886ac'); -INSERT INTO messages VALUES(1613,310642,'parse','blocks','{"block_index":310642,"ledger_hash":"04e2dd3cbd7fa5aa973db5a1caa536ae26b385b236f71b4aaf59f230cf0b9d44","messages_hash":"5a9de42d564d50c1d82876bc19f6f527bc6c49e90d28ad8b672707767e08cfb9","transaction_count":0,"txlist_hash":"24d2eebe72806bdccaa30e2a4f30e477011d2a9066a71f6965391f96c4e6b63c"}',0,'BLOCK_PARSED',NULL,'a72c1974296dc3b149647b8f5465e26c2914cd18388112407eebc2b2c445fe66'); -INSERT INTO messages VALUES(1614,310643,'insert','blocks','{"block_hash":"b44200d5717e8bafb56daaba83f0b64c24b122aa18d3035cdb1cbab7c473182b","block_index":310643,"block_time":310643000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9e757976207394dfc50e0d00fb15731b3bc8ea528573ad0b8e495a7f8990210e'); -INSERT INTO messages VALUES(1615,310643,'parse','blocks','{"block_index":310643,"ledger_hash":"b7e53c4f80c0e70a0804a9e1ab3649929e914ed111c0998010e78f97adb8b740","messages_hash":"79147df94c368548be71cf3e2b6bb83d5597daf29ed70107e911fc56f74bc32a","transaction_count":0,"txlist_hash":"f2e7d9870f3172cda01305c9179874ec4a74d1cf36bdb51f1895baaf6448d002"}',0,'BLOCK_PARSED',NULL,'b24fffc2f1a4f78f78e64ca85734214e81d539a8d49eccf523321be2cbffb26b'); -INSERT INTO messages VALUES(1616,310644,'insert','blocks','{"block_hash":"f72c01f09a2f76629efa4f7244703a82e82bda4e9aa4f032025e84a86788c672","block_index":310644,"block_time":310644000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4ad1f48f98ed47b340c346379287d533fc30a45d481a8e26126f5df36183f583'); -INSERT INTO messages VALUES(1617,310644,'parse','blocks','{"block_index":310644,"ledger_hash":"f1a26ebe4528f04820f98944a5f54cf0211f3a450358e1a4574903bcb104536c","messages_hash":"28245e7826289a740873c360771a3d7a4f3664302229eaa9a49fee77b7e9d42a","transaction_count":0,"txlist_hash":"4da5bc21245c5556b392c79e7e42e3af86d21ff33a06d44f2b16e97c52e51295"}',0,'BLOCK_PARSED',NULL,'be30df9f7b09e45124101def50ed2a72d3ff07b78e54ee3f556994e71f29090a'); -INSERT INTO messages VALUES(1618,310645,'insert','blocks','{"block_hash":"f2a2ff3c7036d5a66de602a075aab3343bd9f6027215a79d451967773bfa29a3","block_index":310645,"block_time":310645000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2bad9983550ebef9e2baff7985f12b448e7116bfa1f9bf48c6de44b1d664db2d'); -INSERT INTO messages VALUES(1619,310645,'parse','blocks','{"block_index":310645,"ledger_hash":"8ee7cd3754ba2f85467916a695eb2823a89c17bd36707b2f74d5fe489ec39d35","messages_hash":"897c96bca8e25db3025fac02e8e6d1460416cfe7933b552a3633e6698e6e37b0","transaction_count":0,"txlist_hash":"2d81253d8673ddeebeb48c42b400007c090a6ba5f6f71ca5dd0b2d8299026a40"}',0,'BLOCK_PARSED',NULL,'5ce95c694f4b481f6d21751f38e030553107e63ef49b8ec76afd4cfdcc316ff6'); -INSERT INTO messages VALUES(1620,310646,'insert','blocks','{"block_hash":"839ef2ee85d2edc27b4257e50c667b3d0ebb254ada269d6f9bb07e076eb0d494","block_index":310646,"block_time":310646000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec1e804449ec413f4c9636a2de9ee486a414e3c6977094b46bdb04e006c8454c'); -INSERT INTO messages VALUES(1621,310646,'parse','blocks','{"block_index":310646,"ledger_hash":"a93684aea4d0b8177a008a7530f1c5a76aa3a6e0cd5f426fd04562eeed18edfb","messages_hash":"2d8d76db5f2fe164209b1f6667bbecae78cc47d58fabe342319656134c92580f","transaction_count":0,"txlist_hash":"fa576ee3aed499d0a1bb3a5aec51f5bb08223d3d2e03bf3043ed5a667b103a3b"}',0,'BLOCK_PARSED',NULL,'eedab3d55e84dd37118dda5b1d77dfe1d26bdd9329f2a880f4b80a3a2792cd83'); -INSERT INTO messages VALUES(1622,310647,'insert','blocks','{"block_hash":"8c3fc73a2be40301b82885028a4058923a5849d86cdd0bcf101e615965f0b86d","block_index":310647,"block_time":310647000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b2788e4bc3fd3c01c25da5dfe6538df369f36750f242fa32345243820c857595'); -INSERT INTO messages VALUES(1623,310647,'parse','blocks','{"block_index":310647,"ledger_hash":"f78e363f21bd326d12513b86ca5bf45412f33a70b140447da87787be0a39c898","messages_hash":"a3e765baedb9e723a5354ff91886df70f363dfd419941c1ec4cf305f51200558","transaction_count":0,"txlist_hash":"1e37b3970e04cdf0abd2871cfb6ba80960263c90c16b9dd588a3a8cb02feed8f"}',0,'BLOCK_PARSED',NULL,'a0d2d633df98fd0da1ffcb31496e2ee57d8e5c7c3e62147851e9027ade648f97'); -INSERT INTO messages VALUES(1624,310648,'insert','blocks','{"block_hash":"8b4b7bd45340942fff7a74b02e2d77f59943a5855e79566ac8f6053b0cf4e14f","block_index":310648,"block_time":310648000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'781f6054bd6539e4fb05fa825bba6784dbbd5895b63025b041949d91e5a35bc2'); -INSERT INTO messages VALUES(1625,310648,'parse','blocks','{"block_index":310648,"ledger_hash":"94d14b919e8df7f7a2503baa1ccce1ee54a3f2629288f7e2a54ff23055622eca","messages_hash":"65f567b5801e27198408a3d710ebad44b4458d44cfca7a40863a57d521fa2f38","transaction_count":0,"txlist_hash":"b1d9ceb672cb247fdc2309432c4c12d318b5a26ff2229f5fe2597748db1a06cf"}',0,'BLOCK_PARSED',NULL,'0b5e9640ff1ec6a6458a6485cf578e5e8feeb7bac452a62c643c43c335ac6be0'); -INSERT INTO messages VALUES(1626,310649,'insert','blocks','{"block_hash":"6a5587f8dbe5daf750e6af8ce8d13747c2354e4a83073aeb31eda11e0d5490fb","block_index":310649,"block_time":310649000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c025bec6e04d4c282c76baf10068d68c8e31d9ae28c03563bde2892502dcf771'); -INSERT INTO messages VALUES(1627,310649,'parse','blocks','{"block_index":310649,"ledger_hash":"c95bed50e39dc26ec619b22ffcbd6d169f12c46cb58249f5609c200c49584575","messages_hash":"c9a03634ebc291394260338b8e3c29d51304c1bdb0b99a7c461f84e048bd5f35","transaction_count":0,"txlist_hash":"7779a8f0008ffa9ee4eb279b471d63bc4d84fcbb86a438a008db27323a210492"}',0,'BLOCK_PARSED',NULL,'63789b14f747c37383294bb79b2dc84d7bcea38e49b230f1d05d3637cae34a51'); -INSERT INTO messages VALUES(1628,310650,'insert','blocks','{"block_hash":"630772e16127da5b34945d5d2fe6a95a7e0addda3f7ed03aaca0d63526957ac0","block_index":310650,"block_time":310650000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d864968332c3a23451c4b90065ebb3989f91d29d00ace4a92ab0104f34d8e24e'); -INSERT INTO messages VALUES(1629,310650,'parse','blocks','{"block_index":310650,"ledger_hash":"60a763c963d90886938a2bc1a9e16a8a5fdaae245ca16bedab36852134ccbd1c","messages_hash":"24c7bbde16c05b7baf20110362f102c8ef8ecb92f4ba9181b1d037db96b8b2ad","transaction_count":0,"txlist_hash":"22d7c9472d4e38d4981457a81ba077a99946dda33c8ae49909197ac6d68d5a43"}',0,'BLOCK_PARSED',NULL,'5baa4c9aa1b8637cc8a7f7d873a16d4388de6b9759ccdf1672f6ca0d9527778c'); -INSERT INTO messages VALUES(1630,310651,'insert','blocks','{"block_hash":"abb2d29793c975ba98b914638ffec5642e03424b64c8c949529392de66eaad22","block_index":310651,"block_time":310651000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3ca719dd3e424d06a59b6fa359c1f774e08bcb4cf64ad737bc20040d906f3d94'); -INSERT INTO messages VALUES(1631,310651,'parse','blocks','{"block_index":310651,"ledger_hash":"75150fbe2fec5eced262f6f6f049ea1056e2e7fe783d8c16d1147d19135c385d","messages_hash":"97bd70ff3c0a1e219e1f12d9a46b1be046924e896792fa968d42617f416c4bc3","transaction_count":0,"txlist_hash":"4aa6dc80d2afc9595f628c59697d4d590b2feb7b0a80bf6d55ccf73cfd6a8fb7"}',0,'BLOCK_PARSED',NULL,'13895b6664fac3078ecd7311b9ac30cab6c19c93b2fb5472b9678ac577072f57'); -INSERT INTO messages VALUES(1632,310652,'insert','blocks','{"block_hash":"5be0bb5cf3210dbdb37899c13ada53194619fdb844a06788f47cea6ff3f51cb6","block_index":310652,"block_time":310652000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'29b118d6a0c9df4769119ae99cf3ad57b6f8a19a35a9ecd5596ea63e6f470dea'); -INSERT INTO messages VALUES(1633,310652,'parse','blocks','{"block_index":310652,"ledger_hash":"bfa94e7f142250e47a9fcc8378b50d857fe8bb5730a456f2030322df7eb343da","messages_hash":"7134ce156e62f6aab6871866cb79e46b89e27ae42a1346a846ea7770ba0a95c5","transaction_count":0,"txlist_hash":"8c0f93d5adcb5ae68c9ddf7142bd06df5dc2f6eab08c73d377f0388edcb20aa2"}',0,'BLOCK_PARSED',NULL,'ffcbd88e0d367ba34d9d33461daeef12fb37b4ffe26f5d7f1411a0e6695520c7'); -INSERT INTO messages VALUES(1634,310653,'insert','blocks','{"block_hash":"149b18c77b473184140e2c0a5e890da6beb9d29bfba1e229840836d6a6734bd0","block_index":310653,"block_time":310653000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3371b09121ebe7645d5321d064ba7d3c65c88eee5ddac997cd1b9caf9ff697ad'); -INSERT INTO messages VALUES(1635,310653,'parse','blocks','{"block_index":310653,"ledger_hash":"10fae07894dc8ca060b7a424ed07e1d6b82feba8ac401fcaa441b36114ff3a3d","messages_hash":"cc41f31b1c4f2e8b7a238164dd05bbbb065b30fe7a6cd3ed1ab5eec23f2b3a9e","transaction_count":0,"txlist_hash":"cdea255f0aa36ee6ceba5f33838a634c1ecfd1b09da9d8c02cf9661b57ced570"}',0,'BLOCK_PARSED',NULL,'a813693e2461b9fc3cbcffed415f54eaf6d07e0df184dd9a4ef522a01d452bbb'); -INSERT INTO messages VALUES(1636,310654,'insert','blocks','{"block_hash":"829af363584fee40e5e59ce6bcb5c5ceef386d56a7fa1fc8e5f2b26a1c546569","block_index":310654,"block_time":310654000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5071f330d64aa822066962ffda10c515434bbc8addd21ef92f20b85d0b23d9ff'); -INSERT INTO messages VALUES(1637,310654,'parse','blocks','{"block_index":310654,"ledger_hash":"0fbf0b9dae7a4e5ebce6ae53e143ea82acf9063bac539eea2164661066465055","messages_hash":"2921e688694bb8be4ba3d547fa3eefaecb4e7076a35780c6312f9eb2995d6892","transaction_count":0,"txlist_hash":"680745239f654a45bf7f193af5c4932bdb693046f1d1578795a343ae3af87f08"}',0,'BLOCK_PARSED',NULL,'df8cf7e91e9dafbfae93caf16900da80913ba3c9e7b8339506c8647969ac01e7'); -INSERT INTO messages VALUES(1638,310655,'insert','blocks','{"block_hash":"c0c926058eaf668c26bcb906b00085046ee3a492e66078a2fb04af6712139e55","block_index":310655,"block_time":310655000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'198a2dac78d8150810e364f8897d6dc1e11802d08913e570f5c8cfc75534bff5'); -INSERT INTO messages VALUES(1639,310655,'parse','blocks','{"block_index":310655,"ledger_hash":"d0cfe76a174a3e51cb71c8fcd7e24a5fd82a5b5ec90ea2323805cf203eb8bc09","messages_hash":"9e8f53e0eb145abd3e3b948c5a5b81c0fa6f73bc86a2e00083ce508538030803","transaction_count":0,"txlist_hash":"6c65658831a0285733e11bf6cb7c4cd7c57191ddb08f926ad89e64ed2934c280"}',0,'BLOCK_PARSED',NULL,'f28851ab4fbf5cf90fc2a6a9b973daffc2d9f65b04128fecfd35f8a98466a058'); -INSERT INTO messages VALUES(1640,310656,'insert','blocks','{"block_hash":"5d4c1fc1c92272963ac4b686279ea88fa683be164414c74c87890407001c394b","block_index":310656,"block_time":310656000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5cb94b26fd9fc42bfaef069190279de81c46ec80bba93415ea3b06a2d3356488'); -INSERT INTO messages VALUES(1641,310656,'parse','blocks','{"block_index":310656,"ledger_hash":"370d05d099f60864284c17b0ec4ce4cad792a564ca17730b788182cc1657d299","messages_hash":"632f12f76381f547af12dc099a5dda771c942f139f38631b230865bbb7459a87","transaction_count":0,"txlist_hash":"c9d0d0859f3187ef891643c19aa7635cb8da029d24f3b1773669919c0a160d4a"}',0,'BLOCK_PARSED',NULL,'05a937e9638231fc127b7eec0e6396520d15c818188919394a3b668fcb9d77e4'); -INSERT INTO messages VALUES(1642,310657,'insert','blocks','{"block_hash":"e8d3bd7181ac043c3086f9743d212dafb71a65adfddd813ca8b973158a3fcd26","block_index":310657,"block_time":310657000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9b312f242891b653a433de1ab9e8651298186b99152605cbb211e287aa566906'); -INSERT INTO messages VALUES(1643,310657,'parse','blocks','{"block_index":310657,"ledger_hash":"b5ea3b5825c6ca6f1da1700405ac18f400aeb2381c5b61703a80627411884f30","messages_hash":"2c48196a96cd40d787daea280a7593291ef874b7de37ee60a49355cf4a229b7b","transaction_count":0,"txlist_hash":"619999a441bda0cf4c20924a11a5a0cdb186a16338b4233b9eb2bd3ff701bee6"}',0,'BLOCK_PARSED',NULL,'0c7f13411570c117f42fd0b3cbc68e426e6d9e1ea70735dc5d927777c5268b09'); -INSERT INTO messages VALUES(1644,310658,'insert','blocks','{"block_hash":"579c711806538368d38e9337a1459885e9fba0ff1cd335d6bb77ce125bd4f501","block_index":310658,"block_time":310658000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4f7b532f0db05bf6cca073f59a5db38474660c067c89362ef1462a21fbcb703d'); -INSERT INTO messages VALUES(1645,310658,'parse','blocks','{"block_index":310658,"ledger_hash":"b21e5eadb3c00cc0413da1c9b272fbbcae96a271598852148968f900c4fd4f51","messages_hash":"616912194721dfdada0b65775d3fd625587b738ef1a2a8b16fc6acd7ce52a36b","transaction_count":0,"txlist_hash":"d45266037c0817e6346f37c12a246d14aa5b7821b377ce283ff69aef9e41e007"}',0,'BLOCK_PARSED',NULL,'c0e7921844e86db5ef0c52ff23c5f44e812f5744ef081001d53dd1678271a3c2'); -INSERT INTO messages VALUES(1646,310659,'insert','blocks','{"block_hash":"e2916f0a41778f5954dca70fe4a11caa7e06e14fd1f0add437278559bc5fca5f","block_index":310659,"block_time":310659000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'abb6bceec3f6a7c76c011025a8d5fb109ae72deca55402f9e2f6143ed7dccb28'); -INSERT INTO messages VALUES(1647,310659,'parse','blocks','{"block_index":310659,"ledger_hash":"4d65eaebd925803121e3381c9b6b5f358fa14f036707c310614f92df3071183a","messages_hash":"650532c8815baf657e5d08aff8d4d2bdb456ccb3e781d1afe76dfef292c7f4f2","transaction_count":0,"txlist_hash":"2eb7fbbb50bfe9bef73e1c61bf35235c2b1747d1a58f88915dfc83678a85a039"}',0,'BLOCK_PARSED',NULL,'79c837329109d50aba3eeec300e950d6fb0cfe24930e324abd3db90a77dc141d'); -INSERT INTO messages VALUES(1648,310660,'insert','blocks','{"block_hash":"d09a066cc0cd3672576b8e02733dbb32ddc2ec35d07104edb1c56ba9f2b85c7d","block_index":310660,"block_time":310660000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2f52f58e2da6764d2e0bd33b187484ce82e41e7427f14079006284190c6dc21a'); -INSERT INTO messages VALUES(1649,310660,'parse','blocks','{"block_index":310660,"ledger_hash":"8c0fec6c31820e12e92a9be814a0864530ffc01caaa72cd15536d70d0f8225db","messages_hash":"58d284c908ae886dd0b35e98e64a81dfffc7aebde0b6f01e6995db22b9a8a7b8","transaction_count":0,"txlist_hash":"5aa16b7a4be1b2a22ac6fc9a84cd8a009ca1f5f13c41ab627fc51e828a190bbd"}',0,'BLOCK_PARSED',NULL,'27304bbd7e05eaa01476724d1c32d2d31967b6911478efcbd8782012110ed650'); -INSERT INTO messages VALUES(1650,310661,'insert','blocks','{"block_hash":"badefa122129d97ce33ff699b6c63f854cc2ac11e02fde9fa589621d1201ee89","block_index":310661,"block_time":310661000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'385c8d45e36d5f79076ba6a2107ad61fd16fdacb3a8a67efecdd97a6b9586d7f'); -INSERT INTO messages VALUES(1651,310661,'parse','blocks','{"block_index":310661,"ledger_hash":"bfc63682a5acbae95d8c8c8af56cdc80f7ac4252be8117df4457fdce678f9d94","messages_hash":"72f2b57f9605e73b138b5c85ef4fb7482e53fd85007e1906f1e3411e67ae0104","transaction_count":0,"txlist_hash":"12f7058df0095fec74c4e2a93c07cd18c79a1c4367d036e24d69c4321fba42ac"}',0,'BLOCK_PARSED',NULL,'68940b17d6e8740a207f721018a1dd0d39b1097bb79a7334798e4dea8ad8ea6c'); -INSERT INTO messages VALUES(1652,310662,'insert','blocks','{"block_hash":"952fd50a82984ca0b86bd2603400525f8658e33b0aff521cbdc0343e0de2c3fb","block_index":310662,"block_time":310662000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d7b3cfa1f517fe4faeb01002295439b487f88d88cbec5064c6ee7b799250b731'); -INSERT INTO messages VALUES(1653,310662,'parse','blocks','{"block_index":310662,"ledger_hash":"d995b825b3095462095aa07f204ee8bd02bee7f0021757e0b9acba0aa89a37e7","messages_hash":"e5565c077a1a333e2eb14f788a4c877f534a07822d2bf58dc3cc77da56c190f6","transaction_count":0,"txlist_hash":"d5e5ed306ce5d49d1ac97966dcf12a60c475f0957039b782476e871bcab34773"}',0,'BLOCK_PARSED',NULL,'d768c2d8d799bf185b1eff538a46043e5cbc17fb9d8507e62c3520e94639e9cc'); -INSERT INTO messages VALUES(1654,310663,'insert','blocks','{"block_hash":"7625249e17d88bd2a50e81ae7ffce70b7ee4f712eee316fc67afe1c47c4a4028","block_index":310663,"block_time":310663000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0bd5a78c7891c4ecd24adefd87db238b7c5c1f5dd7558f8aec4ba5be29388ced'); -INSERT INTO messages VALUES(1655,310663,'parse','blocks','{"block_index":310663,"ledger_hash":"40a21d7a31b702854f3830189ac21f31659f4ffc4665532113a3864caf6ac548","messages_hash":"bc08f4b77c5d108841362f6b1034d8456b879642a830ff290666e757eee5a274","transaction_count":0,"txlist_hash":"058d50396591b87dfcaaaa45d96eafb04a51bd1d70ee0811f4e3b0d83744479d"}',0,'BLOCK_PARSED',NULL,'08d7dfc0ca40fe6f35abd3ab4e1599b6cd7989237727358eb2b3e2b811da0a6c'); -INSERT INTO messages VALUES(1656,310664,'insert','blocks','{"block_hash":"ff35b504ee3d48dc4a0ac8b688594d86947e2af92a3188bacfa38aef4dea8247","block_index":310664,"block_time":310664000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f82b2b41eb5a2f965b9fff64bd822ca10ce43ab77c809709d39e7d93ff132599'); -INSERT INTO messages VALUES(1657,310664,'parse','blocks','{"block_index":310664,"ledger_hash":"75641c467acddfebc824a0313b0cb20fe75ae44babc63c684559b72365c80ce9","messages_hash":"0f19fec41b1a284a2e1442285bbc37d2cb7c345e819d16bbb88a4315c230fe29","transaction_count":0,"txlist_hash":"d36ec4418127c7ec49587e4450816eb1bb4de701c021d94b18a9969fea596b19"}',0,'BLOCK_PARSED',NULL,'7767fd11dd66e8f4f6e12553b05f171ad25415f9cf2e8e613805be643fc237fb'); -INSERT INTO messages VALUES(1658,310665,'insert','blocks','{"block_hash":"8aea5e0436d15a44620d181ee03d789e5bec0aa9c84384919ef35c7ac78999c8","block_index":310665,"block_time":310665000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5badd60240e9b7dd21810107e23277bf91b54e27cfe7bd8faba47aa7333c7d31'); -INSERT INTO messages VALUES(1659,310665,'parse','blocks','{"block_index":310665,"ledger_hash":"19125e78aedfeeab7cec8532795eaca3219d631cad43b474451faea61a262d02","messages_hash":"e66e1e4d46398c605ce368f45e3dd66e1cf8cd36b0d5121061b6978f41990179","transaction_count":0,"txlist_hash":"b8e4a903768e6b9ec05a7e22543eceda9d1e558c9619646d7dab94b9261e17df"}',0,'BLOCK_PARSED',NULL,'d445ff02082c2a6d4b7e3f63a6d7d3742fa52e1006c7f9c9cf31270b9ba0a05a'); -INSERT INTO messages VALUES(1660,310666,'insert','blocks','{"block_hash":"de934d6e2642ccb581002ee650ebe76b2c88e2facd253b73c45b964dcf469c52","block_index":310666,"block_time":310666000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c09d5c88b6aa2cbafc2ec1ff84fc662cc6513f4b57854d253719270545a4350b'); -INSERT INTO messages VALUES(1661,310666,'parse','blocks','{"block_index":310666,"ledger_hash":"b4086ebbbb1ad338c2d41a4f515acdd6991b9128936b170a6c7cfd1c199200cf","messages_hash":"18a0d9f7fcc1eb8798180dfd61883ff7534884ecef65c801bc04614bdcfdf874","transaction_count":0,"txlist_hash":"4695fdf48da4917fbea7bf400cb1dfd3a7d9aba4b411aa6a28b5052527510313"}',0,'BLOCK_PARSED',NULL,'08d1a2574957ce50f3dbfd3ca65e1e04037b6af91d3e4a5c3c140fb29701d62b'); -INSERT INTO messages VALUES(1662,310667,'insert','blocks','{"block_hash":"c8037bf10c1bdb21df72a9a90db87b11c967d6ae81c5f132ce8e42b1ca888f83","block_index":310667,"block_time":310667000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec77815d9753f95e264586ef35a671cd59a5cd41079c048f3acce15cb998b3da'); -INSERT INTO messages VALUES(1663,310667,'parse','blocks','{"block_index":310667,"ledger_hash":"002ea3e07d91ba9fd59edccd6ce543ac0c80f3eade4fd9ac6ffe5c470b32ca35","messages_hash":"cf19f34ac99e0084024e83f4247627754d735f5ceebbf006fdb8e232ac909ff3","transaction_count":0,"txlist_hash":"8dc78eef0652f4f3c51281c8ee97b097f9317b7e34370eb630955a83d54b7875"}',0,'BLOCK_PARSED',NULL,'ce1b0fb3d69997200f5166305cb38df3b63fdd08fba8039787d61de90faa47f2'); -INSERT INTO messages VALUES(1664,310668,'insert','blocks','{"block_hash":"699ae965398fbe98ccbf01384e3ac32d2f778e21998302827010869199aaaf27","block_index":310668,"block_time":310668000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b4f659feebe184220b623045bb9464f6d7dd7809f2a00622464a9a94cef8344e'); -INSERT INTO messages VALUES(1665,310668,'parse','blocks','{"block_index":310668,"ledger_hash":"8a7951661175cabfc9c5ec98c84398c69a18b0cc90dc2eadbb4a47217f204d17","messages_hash":"bc0f79aac134c5dc4d3a26a6dbac6ccf8c388d9f6f50b54698e201f12beb5868","transaction_count":0,"txlist_hash":"d43c3172d1665f58f17630519f9a72aa3eed1915be5f002e7ae80c02a2f10eee"}',0,'BLOCK_PARSED',NULL,'6585087b4c67a084c5cbdd1764d17f1895af4e60c2c8a5efa7632c5835fc732f'); -INSERT INTO messages VALUES(1666,310669,'insert','blocks','{"block_hash":"c02a1ff18678c02e906a81ee20511b34be69a577651a763cb7ace89f7b04aa1f","block_index":310669,"block_time":310669000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1eefda2f9d2db810d14d036af458e48e5b36f8123d2fb517a57dad6ffabbad97'); -INSERT INTO messages VALUES(1667,310669,'parse','blocks','{"block_index":310669,"ledger_hash":"dfda3ea8a3f6b347fa5aaa711facf53d66f4b59b34fe8310d52511b06c5aa90a","messages_hash":"795e9c1172dbcc9ea717c4ad00ac44dd4c8b68a204740da6130b65b6b84acba0","transaction_count":0,"txlist_hash":"ce33926f42490f8f818b92dc62637ac54bcbececa5a11a990796b90771644126"}',0,'BLOCK_PARSED',NULL,'099cc52d77955c7c32ae3161601b29750cab93cbdf96df2fc8f77e457de098ee'); -INSERT INTO messages VALUES(1668,310670,'insert','blocks','{"block_hash":"9c043e45204b5463d8138e24b46b57b486f07c264dbd6b09356a75ce15319944","block_index":310670,"block_time":310670000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c09a214d9d9f60dd54a441cb4ee8036819f2714b707aec55277d9b9528e6b060'); -INSERT INTO messages VALUES(1669,310670,'parse','blocks','{"block_index":310670,"ledger_hash":"1ab7c81c38eb3bc2f757e232d9235ba8f3b3c775249a31f81b64ea5b744bc446","messages_hash":"0082132e571fe2fdeb1681c609d99dad7cb58ec49c167d5d761ed14e1d1811c6","transaction_count":0,"txlist_hash":"35c12d3cdfb2f7d3c2f86cef5d1f2218245ee737649c1f1f055de7ff579c5a03"}',0,'BLOCK_PARSED',NULL,'cdf9e178e3ff2fe10516a730259b608c19258a359d9d9c278518cd4afc1dc547'); -INSERT INTO messages VALUES(1670,310671,'insert','blocks','{"block_hash":"4c6fa9744f58b8804901b138d7e65070d8339b557a22ed61b4511a401fc90522","block_index":310671,"block_time":310671000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'64543d518c730db641e6aa6676233af8769629f5da1b6590552e639cb73f1cd4'); -INSERT INTO messages VALUES(1671,310671,'parse','blocks','{"block_index":310671,"ledger_hash":"df56206da793ee3d5a62d8b8204f19b58bd571defa817c5a755942d23984406d","messages_hash":"e6744f3d1fd8223ebcece11a452bf3b0aec9c479101311fef444b922d7d5b560","transaction_count":0,"txlist_hash":"3d3cebb865c78d28f9a5dbc8d972bf3e4dee3957f4b1eacd6830747bd3ea8cf0"}',0,'BLOCK_PARSED',NULL,'00d0f56ba1c51972efe77d3837f6f8e5a7f874090e76e56ef924922a7917fdbe'); -INSERT INTO messages VALUES(1672,310672,'insert','blocks','{"block_hash":"491314bee5881d93a5e646d2e911b30fe6b43f0cb7458811f7d9679b2f7074aa","block_index":310672,"block_time":310672000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b57f417c9a5490609042335632bf1c6f0c90773ad1bb273f5b5462c2c19c7098'); -INSERT INTO messages VALUES(1673,310672,'parse','blocks','{"block_index":310672,"ledger_hash":"1300e495aa348e8955ebc0d1060fcb0fea24197d400304aed07ebbb37f3fff0d","messages_hash":"117467d15069248e19a7b015c0c4f3816558a71804814f9b8c2c693e1175a0a5","transaction_count":0,"txlist_hash":"897158d5c9c816a35219345773f476879b3b840ac8e95306d37ee7b3f9b62fa9"}',0,'BLOCK_PARSED',NULL,'7a97fae3bd8ac5ad602886c670f298dea81d523816095fcdd5981759dccc8c9a'); -INSERT INTO messages VALUES(1674,310673,'insert','blocks','{"block_hash":"03ae6af5afe6e7949bcf4039e122a60c97baf807e7b24bbf95881e0797b9e2c5","block_index":310673,"block_time":310673000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6c57543fcdd324cc4f4b119df17f8807844707591df162abeea99e435e40a0b8'); -INSERT INTO messages VALUES(1675,310673,'parse','blocks','{"block_index":310673,"ledger_hash":"80afea7b225a6056f9e93264a4b60bff6150aa41fb06dbdd127834fe7c41e5fa","messages_hash":"ef15b3355704305e20d77bae2c716e7427427e8e69c81224feb6db818df7c004","transaction_count":0,"txlist_hash":"5b957e21e55a45ba8824e43d814efe3d98e3bbcf5a5ea27085782101c0c51555"}',0,'BLOCK_PARSED',NULL,'5e59063b23ec079adf0153cb3c4241a6766299dcd3da4ec7420e4c190d1216ef'); -INSERT INTO messages VALUES(1676,310674,'insert','blocks','{"block_hash":"9e8b0b0ff1bb6fb1c88c7fb75f560e41f4d1e72c890c49a4c794db3508bb193c","block_index":310674,"block_time":310674000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'54ba64959700f30c3a6154e4bee27937bf06682184497b439c29e0728599ef25'); -INSERT INTO messages VALUES(1677,310674,'parse','blocks','{"block_index":310674,"ledger_hash":"7a904b662a12891224a26684d2374306a17d12948494cfc2833979083484a9f8","messages_hash":"4af4dea0ae77d1b9382012434903b372f48bd78d5a588adce4445ead028ddcf5","transaction_count":0,"txlist_hash":"d5f84d36c3d5ede129a9456688157edbe3d323d0c332ec962db5b7a736ba61e8"}',0,'BLOCK_PARSED',NULL,'567cd7dc88e5d6e78e82b64950034dbf3a74396bd8bb5353770cf584fa682eec'); -INSERT INTO messages VALUES(1678,310675,'insert','blocks','{"block_hash":"e84ef8d1cb7d22c4aa9c1d7b7570d6e14c6cdb84e00593a13f5d64a4313c2e21","block_index":310675,"block_time":310675000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d4c2911231ada5ac3994df3f6250ac88f88959d5425559582b48f480b92b01e3'); -INSERT INTO messages VALUES(1679,310675,'parse','blocks','{"block_index":310675,"ledger_hash":"73f475db79e082ad33f59135260a81af04c66b1afa05d5faff982edc5c833e62","messages_hash":"d7c19ad4ca0d2e1706fc2b13266e6e8cd35c7f1caea9a604585cd077ea454c16","transaction_count":0,"txlist_hash":"c69ab7da8f6ed61d342c31ca7e50fdc09d9d89f19e1e27676601dce3e312eb26"}',0,'BLOCK_PARSED',NULL,'252ebddb577e4d103f589e9da6ebf6cd4579a06fbe86aec2bfa80148ad81ed8b'); -INSERT INTO messages VALUES(1680,310676,'insert','blocks','{"block_hash":"312bbdd1f53a4cfe3fa9c89f4c74b63972466bf2478c434fe7ae775ea3fcfcc1","block_index":310676,"block_time":310676000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7e96f3f27399ee5cd13af43423910ebac69dbb32bc17a8edd2118d9f855bcb64'); -INSERT INTO messages VALUES(1681,310676,'parse','blocks','{"block_index":310676,"ledger_hash":"fe609333c29d872aeb9a2b7a30b02cfc5ad47f581f360e385926e62ed5e35c7a","messages_hash":"2b677ef6d38c3c64237addaf740006c35845e929311aba18b4ab8295888bc02d","transaction_count":0,"txlist_hash":"1fb2979c0514308f0e907fa6588e905449eb740c853fd8d0be5bacc93782dbac"}',0,'BLOCK_PARSED',NULL,'10f9a026b7cf8158bacf52b207f948418ebf530bdd26de5bec3f2fb916f25a37'); -INSERT INTO messages VALUES(1682,310677,'insert','blocks','{"block_hash":"4b8f11d65385b9ccb23688a124ff536f164014fca6c7d090e6e873acb3e5843a","block_index":310677,"block_time":310677000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0781ac1ba5d9f2a9137cdf84e61375c80de71cdb67899a28f345cec13ca60ef2'); -INSERT INTO messages VALUES(1683,310677,'parse','blocks','{"block_index":310677,"ledger_hash":"37c0e6f0723cf44303736e01242f5e98acac4d49c3804957a060710b2304a7b8","messages_hash":"906170f71d3b367bccfc2c590b249a639829ae71e0d1c5deb3815ebb91c7defa","transaction_count":0,"txlist_hash":"2600501783ec4a8999a8a177f2675fa0b639ecd04003f4f629252145b47905cf"}',0,'BLOCK_PARSED',NULL,'0225ba25fc4fe62ea1980efbd12c604ecfe4f65790220368b847528a11e856ca'); -INSERT INTO messages VALUES(1684,310678,'insert','blocks','{"block_hash":"d9bec9099ab0e267783576ac0d03cb1eeec78a0d892f30843f802d6740bef21c","block_index":310678,"block_time":310678000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'01c92a2fe205a5f1282e120c0e0ae4e21803a14854b8717ed1a312d6690d58b2'); -INSERT INTO messages VALUES(1685,310678,'parse','blocks','{"block_index":310678,"ledger_hash":"e3121b1b293875664571808b4157d6a25753a9009ac3fd6ae115a641d535f141","messages_hash":"d206fff68562c2b661e6626a77b9a1db5df763e599fde26fdd5c7b74ec8633e5","transaction_count":0,"txlist_hash":"09ce0b5a21363cb3d8d862e0610b481dfe4ec61e4fdcb6d45a9879e687f9ad6f"}',0,'BLOCK_PARSED',NULL,'556653c4ce199cfe8f13fa554c98d2a36ab8f3be62aef9816f779ae845d57166'); -INSERT INTO messages VALUES(1686,310679,'insert','blocks','{"block_hash":"be81f07096cb9815706aa9ddfd6f3765371e83b38576ab135204a632b963e69b","block_index":310679,"block_time":310679000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'078928443ed34aea0ae2d335e0e3cafec0273389c61270f20a98b5b7ea4643cf'); -INSERT INTO messages VALUES(1687,310679,'parse','blocks','{"block_index":310679,"ledger_hash":"31e3ed8ed6830e198c02873357b1b86a5f7d034710d6d67121246b354ce01c0f","messages_hash":"092bdab09d8684a393678bf5d571bb4e8fcb245d6d2471870ab68eb270c4682e","transaction_count":0,"txlist_hash":"5348277e5bf4da81114fe113360bcf8f078d8501ea27fb0e9424e056e42092bc"}',0,'BLOCK_PARSED',NULL,'091d40e520749ec90da0172f4a5278e192e1fbcb2afb6ec2b5d347237d2025ef'); -INSERT INTO messages VALUES(1688,310680,'insert','blocks','{"block_hash":"239326ce9ae5b46aa361ba49843329b17d5b8145a8c5701e7e482e20736cf9d8","block_index":310680,"block_time":310680000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da0c23720595386692a2f6debb7b4fd8fcc8219de6dbeb68876b2166773d9441'); -INSERT INTO messages VALUES(1689,310680,'parse','blocks','{"block_index":310680,"ledger_hash":"babdd735e0b8176a2fd4b30c00f207e072beee68acb33f382d7be7ca49ddf01b","messages_hash":"51ff6c347912aaede62b529529f01c232ec11e2852b99dd5cf81c63c1f16a2ab","transaction_count":0,"txlist_hash":"da8cf9523e0b98162d494aed02e2b6864aae2f7a2fba8fca63cc61c531a6a501"}',0,'BLOCK_PARSED',NULL,'8cdcfe0a611c80e30bb803f5f9108551e7d71f5c50259cebb06aad2e366c91c6'); -INSERT INTO messages VALUES(1690,310681,'insert','blocks','{"block_hash":"0697e8d01967b24d7650c3ce1101c90e988a28afd894e1506505a00bf9e69f41","block_index":310681,"block_time":310681000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c732f27f65afd9cb4bfc60d1164d2c902bbbf885440e298eb7fa85f7fe54e542'); -INSERT INTO messages VALUES(1691,310681,'parse','blocks','{"block_index":310681,"ledger_hash":"691591b6f8fb8011eb76f503445c146f91f9a767895af28fbb6b8f371128c331","messages_hash":"c405f82edb2ebf6a6bd5db58e1379aa6d12e96eeddce013aba209a66994c61a1","transaction_count":0,"txlist_hash":"7c6b4c26e232185c3e32e0ab40195273d19160aaaaebccdbe53a3b6d653f9019"}',0,'BLOCK_PARSED',NULL,'40d7f9d4002f70b531a4f558b1644d78b63b9b6e96495ce06846c1c6e450750d'); -INSERT INTO messages VALUES(1692,310682,'insert','blocks','{"block_hash":"9bc8c24f8bbd03ae896235960d75749ae2f9f16525c933ca7f546fc04d334c55","block_index":310682,"block_time":310682000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e7074bbb306abd028b3e8d54327c62c0c1a2444c4e8cc181f2e3d194f2c9f61a'); -INSERT INTO messages VALUES(1693,310682,'parse','blocks','{"block_index":310682,"ledger_hash":"b5a75f28f1675c1d65e5c2eda601b00be193046f8d5455280ce7ce67f590d461","messages_hash":"4485a177189669d07871b4c6c19c5fe47daee74351997b45de559afcde83adc8","transaction_count":0,"txlist_hash":"8f12bf46313d1ae3a20c0949de32984b5b652dfe4a9a0d0caa9ba63f137c698d"}',0,'BLOCK_PARSED',NULL,'d0a3058a073c8626da6e6236743ca18ce7cd2ab40f563707f04c9a784b8a2780'); -INSERT INTO messages VALUES(1694,310683,'insert','blocks','{"block_hash":"ad6e6b13d5c058aadfae019decb3d2c154d538aa8753c9ada94db18e6d499511","block_index":310683,"block_time":310683000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fe9c9a8a3b30636fa0fa48a90916f802a8f51c62eae9297a5c4266bf5c659f5f'); -INSERT INTO messages VALUES(1695,310683,'parse','blocks','{"block_index":310683,"ledger_hash":"96b5e331cbeba83e0959fa7387125e9bda307b2b4d77519efe8fddd8a468a2d0","messages_hash":"737026fb5cc9d5fbc47bb7e79cf42d387ec88560a2206194d72f2b77dc921049","transaction_count":0,"txlist_hash":"717f89b40f1b3d78ed147f5fda231c9184746ea64ddf1843d8703b8e161ac59f"}',0,'BLOCK_PARSED',NULL,'fe1fd4d129599c4d2e43646f32138422c2e22e810cf8b3df7e59fb2a26370dbd'); -INSERT INTO messages VALUES(1696,310684,'insert','blocks','{"block_hash":"d0d985b69719bb289bc917742a603c3e7d9839d39ef9afdde4a8e0d0739835c9","block_index":310684,"block_time":310684000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fbab173d02fdd6fb85183c95be2716e4e391bec10ca486150b2b992e4d45cb71'); -INSERT INTO messages VALUES(1697,310684,'parse','blocks','{"block_index":310684,"ledger_hash":"6d95a405af7dcdfb540e163761b56a827cebde6f067ab7a409b362aa17f86d4d","messages_hash":"eeb8507fd22bdd43c5648ffd8949c4e5f43726f58a6e36aa656ba647ba13bbd1","transaction_count":0,"txlist_hash":"532a9c06e4da0b39f80ea32942414d4f46aa3c90846fec6ebce1e2ace5335563"}',0,'BLOCK_PARSED',NULL,'bb26ffd4e3a6b1ce1a242891a6fb7dba0e41ad4c62238538c527cd98f85ffcfa'); -INSERT INTO messages VALUES(1698,310685,'insert','blocks','{"block_hash":"f5aec0f5dd7cad893104f7704e4a34304fd4e2620517e7f18e993d49ab1a98f8","block_index":310685,"block_time":310685000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4ea5e22d0b4dade3c9e06b2d96013362a87413db5e5b536c18d754dcb7267605'); -INSERT INTO messages VALUES(1699,310685,'parse','blocks','{"block_index":310685,"ledger_hash":"399273d936cfd79a23f2ca90a707f66910d34764c05d8bfb868cbb31334d8db1","messages_hash":"0cd32418c4598482f0742fcacb16f62381e257b0b30345c91a44371c13be4be3","transaction_count":0,"txlist_hash":"209467a70e04929cd829a58797eba565cb6dfd14b5eb640dcf7b0dc84da71bc7"}',0,'BLOCK_PARSED',NULL,'e466987d9aaa6446ee22e69a950cf4e0e2faa4ce95648cfdbf1ea1770e704ad8'); -INSERT INTO messages VALUES(1700,310686,'insert','blocks','{"block_hash":"a7466a4c47b167bec3720e7fd69772168d606e4edac7e44e55f411571cc603ca","block_index":310686,"block_time":310686000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3f7a6ec8d77aa03017274a3e06a8dc454752e87ffde22c9f32381ad1e9d4526f'); -INSERT INTO messages VALUES(1701,310686,'parse','blocks','{"block_index":310686,"ledger_hash":"9b574b61cf3db517bf6c64d6c9f70006de362f2d4de76734f5ae936482b63374","messages_hash":"15868b90313473cd306c914c4a199c635dcb01def5cd144bfb7ab170316a74e0","transaction_count":0,"txlist_hash":"4bfa5b1191cdfaf786e94d815cfa0baebf4b7129ab07f86ee9c3144779cf8f5f"}',0,'BLOCK_PARSED',NULL,'9ee0620453871221bb50dc5d471f485c7b91e7fd6acce67b7392f57e85539544'); -INSERT INTO messages VALUES(1702,310687,'insert','blocks','{"block_hash":"c33713cb462046341ff116655bdb0614ae7726888f57e6493fae63d5a06d7bb8","block_index":310687,"block_time":310687000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c66fdee4a57d7dec4c87267804e22d68b8d290ad20ade35032b8f7f44f3100ca'); -INSERT INTO messages VALUES(1703,310687,'parse','blocks','{"block_index":310687,"ledger_hash":"22f1766a7dbeac8e8cdbc00bef46542b40fbb6984ddcd926eb06d76ba0839e04","messages_hash":"914536c371b99aa4755b70142424bfaf3bec79fb51f7a5fda4b4cd1007b39e45","transaction_count":0,"txlist_hash":"62685228935b4818574c22e9175d6deab071b99573502c2dc592b075cd5b7005"}',0,'BLOCK_PARSED',NULL,'3d2830142bdf485723744efb13973c42167e1510a240cede8aa47e16a25926ed'); -INSERT INTO messages VALUES(1704,310688,'insert','blocks','{"block_hash":"3e802519162b52001ff1cafc7892747054d50f03d642b09a1ab0dcfb9cdbf822","block_index":310688,"block_time":310688000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f3b9e59845fd8e51ea5565f1a1a406f447499552321aa6915001351ba732fd4f'); -INSERT INTO messages VALUES(1705,310688,'parse','blocks','{"block_index":310688,"ledger_hash":"baa4ac53fa5848e8cf27695658da8401e616ada94975d73f9f1bbbacec77e18b","messages_hash":"acf81bd8c74dc8c135968c02e4d5413479d0d2f4e3adf6c01b31624f97a6824c","transaction_count":0,"txlist_hash":"16150b356af1864f141b8a9018f18cc01dfba4342eb8569e7d6cc813f247ff2e"}',0,'BLOCK_PARSED',NULL,'808986548edd4cd371720ba160c3d55d6b74ca89152bb749f49332166a45daf7'); -INSERT INTO messages VALUES(1706,310689,'insert','blocks','{"block_hash":"d400463f1c0388bfc6ab6deddb018144f6db53b604c549f1fbda8211de1755df","block_index":310689,"block_time":310689000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b7fd0b3dc43b45a317104b39bf13697359c4f9a62b93cd8174bb15e16caed093'); -INSERT INTO messages VALUES(1707,310689,'parse','blocks','{"block_index":310689,"ledger_hash":"e4791b468628263032d6604e89142b4611d37af0da10f5cea13d77549304f40f","messages_hash":"51b4eab0e31a46fea96f1e4fa81ace18b9c921b165792a3358a9cf2b78e54f9f","transaction_count":0,"txlist_hash":"6ddb7cfe4bf54eb87a12ef90c2cc6f83fee273dec525fd71d2046362740968cb"}',0,'BLOCK_PARSED',NULL,'62fa74ff25a309585c675fa4bc64eb7c50e3a7d84214aa0149f1b69dae9907ce'); -INSERT INTO messages VALUES(1708,310690,'insert','blocks','{"block_hash":"0beb7cc3cd4d229f7c538e98c1f8d9f10f00fc64d91a5acff5ef892e4af65462","block_index":310690,"block_time":310690000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3cd70fb57fa8de1a0b0ea8ffc23d2039efd836e1e28594b8a8f26e55771f9ac3'); -INSERT INTO messages VALUES(1709,310690,'parse','blocks','{"block_index":310690,"ledger_hash":"41054373d4269eacc2ca673d8db0daaee399b27fe59286d8a097d542e3f14279","messages_hash":"270bf725aefe1a887415dab1473a3d3a37f0b5673c121f28c0c0712a3e3804f1","transaction_count":0,"txlist_hash":"c1477e7ebd99e38cb90902d6853e0196b1b0dee65a789e96028bd19ff3b3b704"}',0,'BLOCK_PARSED',NULL,'6d050f83b5b18a8b63dcac187ace0d2863a90d07eb3fc966cf69a1c20bedc98d'); -INSERT INTO messages VALUES(1710,310691,'insert','blocks','{"block_hash":"07253277584631d8dd356b4760c8802b1b3f74e39ee13584ee523e0d0fc50b6e","block_index":310691,"block_time":310691000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'57a10d13c1a807bdd872502076d3d39b73ce9b1256f289d3ee633d1e6f53d109'); -INSERT INTO messages VALUES(1711,310691,'parse','blocks','{"block_index":310691,"ledger_hash":"0e8477a68905ba7a91a17f4067c061d340844a7f9554d01ebd932219e19dc5df","messages_hash":"c94a8e77676cf058e2bf1aeaab1835abef19336875a88b14323da8f4d67d8295","transaction_count":0,"txlist_hash":"7b63154e2aa85ae70edac802299cc3b303a59e5d9d98c1a60f98e157d6deb484"}',0,'BLOCK_PARSED',NULL,'bcf5e5c8b80402cab589042e459121785fc072e798814e58c6d283244fae15ea'); -INSERT INTO messages VALUES(1712,310692,'insert','blocks','{"block_hash":"29f6baf3c618e1bcb16cc413890a0b2a458d05a2e60ccaba92fc83096846c932","block_index":310692,"block_time":310692000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cc5f9384aec2a74f39f9e93617510d5ea6d1d891c97adaa6967a8a9bdd4f3af3'); -INSERT INTO messages VALUES(1713,310692,'parse','blocks','{"block_index":310692,"ledger_hash":"abd4a4de8d76df306fe91202471f04327dfff7330bdf86637732a895f3806b76","messages_hash":"1cff3c819a02894ac44cbe3281e0b7537f9d398600883dab6ac1be7f2f118e7f","transaction_count":0,"txlist_hash":"f1e1e7574fd7c15f59dba0bea95e871400653e9fc54d883efbcf310fb87036d6"}',0,'BLOCK_PARSED',NULL,'20aa3853add87c9c3e7840618f686ba34e1721637794609178886b39293931ff'); -INSERT INTO messages VALUES(1714,310693,'insert','blocks','{"block_hash":"c7520c5e5a5f19c4aa0859c399a1288c1c357d29a6a4446855bca61af38277e1","block_index":310693,"block_time":310693000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d0363f9262418612475871c1d3c6f97f2c718e8f66e79c728952ae55ed4faef4'); -INSERT INTO messages VALUES(1715,310693,'parse','blocks','{"block_index":310693,"ledger_hash":"98e8ce36ac3c00bafdd83f5acfdcb6a86865609e322e4c8404bafb7f4efeda21","messages_hash":"5664b571aa6a28001c38c0b780ca0432fe7ab8a91022f54ed11650ad1c937390","transaction_count":0,"txlist_hash":"17117cc4ed5853c20be0e97a264a94385bc20e4e19365d34c7d5ebe9a746ae5b"}',0,'BLOCK_PARSED',NULL,'409f2b8057d580daa22e67e5d7a39fc02aa1f2cf9834f76b11eb9daebda81cad'); -INSERT INTO messages VALUES(1716,310694,'insert','blocks','{"block_hash":"586e9f2ece2b1d03767d82fe988632d69a7827333860c58460abc7a5b9b396a0","block_index":310694,"block_time":310694000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'51b979db8d08ff76ad23ec51a3de4fec6023d633de33e7ab7e3bbd1096aa5880'); -INSERT INTO messages VALUES(1717,310694,'parse','blocks','{"block_index":310694,"ledger_hash":"5b2559a37945f4174c2f651c9315ca9b9c274b40baf87a0e0890615459f7f437","messages_hash":"5d919183614aad26e054c6383c0ff5a07798a961aa6626aae4757fc7c6bd3de3","transaction_count":0,"txlist_hash":"cc78db8ff880deb043ca80285a482d558c829579b198fbb4ec33d35499c89f10"}',0,'BLOCK_PARSED',NULL,'7210a20a2581c006eb9b0c63bf591b3dff4e9ed90e4d1a47480cf09525376b64'); -INSERT INTO messages VALUES(1718,310695,'insert','blocks','{"block_hash":"a1803237d72105847b97a31294e91e7374ff47bdbc4e374744a8754a41423538","block_index":310695,"block_time":310695000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d55b1a847cb076d2e52c3ad5f0e4fd426b527f4ba0c2ff356da7c3c4c1e297e0'); -INSERT INTO messages VALUES(1719,310695,'parse','blocks','{"block_index":310695,"ledger_hash":"819360045a5f9ee7b2696a8b1cd2579371b25a43076e1f4731d948dcb7b14202","messages_hash":"e4a2f9290dc6991c343e5043db7bb994ea2a435f38da572b2b9f9d28fb621981","transaction_count":0,"txlist_hash":"cc4e8152565916228bebeb034d239a8d7a921420a20403b98b8c9cfbae646beb"}',0,'BLOCK_PARSED',NULL,'8f7f01e3e1c91f07242bb95b6e8d44696313de330feee17ea55e83f6edb7a2c9'); -INSERT INTO messages VALUES(1720,310696,'insert','blocks','{"block_hash":"7ac8080d89c8a8245703603c294c5df90a342bb4a325462e65827fd709ab0fa7","block_index":310696,"block_time":310696000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c49fe50c99f56ae8b6e022e6791dd71bfd690bb31bf40eca9dcf9827056d9f3a'); -INSERT INTO messages VALUES(1721,310696,'parse','blocks','{"block_index":310696,"ledger_hash":"d0a47afe3a6d2d2bf01e56643798c4a653d827046991571026345f44b34bac6f","messages_hash":"e8ad25b4555337e928db7ec628a1ad2e21da8aab2f2690094511ed62c19bae2c","transaction_count":0,"txlist_hash":"1510f38f77e3400993a985c5b0e348cb9068c0ded5eeb2c4dc9ff0b6b5e50376"}',0,'BLOCK_PARSED',NULL,'bda0c54b91d766b49838b3895c03981b0fd99dae418c3c274b533193dd8b6289'); -INSERT INTO messages VALUES(1722,310697,'insert','blocks','{"block_hash":"4fcf90ea3f5b4f6c003475c22f583053b5f7b6e0ffe12341b0993ede4fa8f304","block_index":310697,"block_time":310697000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'71c052e829f720bad017b4277462a2908c760fa6ba3b049ed5fd1b1ea55f545d'); -INSERT INTO messages VALUES(1723,310697,'parse','blocks','{"block_index":310697,"ledger_hash":"995f4b278c55bf41f128a3dcc39a0389d4856e4aafab042c915eaaae536e40e2","messages_hash":"51c471840c413a11a067faeb1b50c59b8573619ddb00a292ef78f19d65d91f17","transaction_count":0,"txlist_hash":"88060fae502e50aee9fea21032e5655a6e77e65d289ba32302c70652400024c7"}',0,'BLOCK_PARSED',NULL,'064f8e6ab0341aab29a60346f84fcd7bfaad53ae2eae84efc06f4bb268ae0824'); -INSERT INTO messages VALUES(1724,310698,'insert','blocks','{"block_hash":"ab4521982489ec4c2011e8f374ab83f249eeee42f51009b1b5647b998d854c53","block_index":310698,"block_time":310698000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'34ef275cf7b88d24ecf15221f948bd0d44008cf5b973fb4dd3882e20a1ff67b4'); -INSERT INTO messages VALUES(1725,310698,'parse','blocks','{"block_index":310698,"ledger_hash":"f4f83f7b347792bb4c1336c694a08b2642717ebca900d9a0489bce1a2d994418","messages_hash":"cc4baefa20d58d453994e4c6bd1a0a43311b0f9b4d1c2cbb2d7df9036337b508","transaction_count":0,"txlist_hash":"4512e4d49797db1713dd41784b0a38ef95c0a37386b2f1dfddffd16652ab1f13"}',0,'BLOCK_PARSED',NULL,'a258c430e54aeb41e3d8e7e5bb1737548988911aa67d428f18b14a78acb74e64'); -INSERT INTO messages VALUES(1726,310699,'insert','blocks','{"block_hash":"3f34102183af409ce39d0ebd3be002cc38e973a0b3492fc9c1e0dd5813941d1d","block_index":310699,"block_time":310699000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ef975a508f5c92432a19b0791dc4c27a70e9c7562c4187119064e2fc3f552d9b'); -INSERT INTO messages VALUES(1727,310699,'parse','blocks','{"block_index":310699,"ledger_hash":"5d0fa0f5c261642712f86c72055a7f19afe078a6c34e5538d77d85bb1b799a94","messages_hash":"bc88de98b0e951bebadedcacaafe35e734892fbfeb8d5b66e3e0169fce3875b3","transaction_count":0,"txlist_hash":"699935da2beafe8a13d0b6bafb2b7a9a57ca7a47c4cd352af9231b9c1313ff6b"}',0,'BLOCK_PARSED',NULL,'5cfca0331bd288c26b5e4e5e63d76cf3b0da786b8547d29e6b652cd7e8c8cf57'); -INSERT INTO messages VALUES(1728,310700,'insert','blocks','{"block_hash":"4f928d25664bb6ac693dd70e408dedc257abcd4cfb1f7ab6fabd8970cb663fa5","block_index":310700,"block_time":310700000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bb1e3416fe681d56e054a229ec94234c472e9598dc186cf94ab5e6c76a5a9879'); -INSERT INTO messages VALUES(1729,310700,'parse','blocks','{"block_index":310700,"ledger_hash":"439c74d2a465996838179517ff57b2cc558d66848b857580be65319363846033","messages_hash":"0212186911ad4ea7fbefc4c515852074821504e7a29ea3bb7afe23f39b2ebc01","transaction_count":0,"txlist_hash":"64d3d4ce91107031774de492adb7afb6b3d1e9e55fbc587c205a3fa0a36b6be6"}',0,'BLOCK_PARSED',NULL,'dc16c80c9465917feeb8d5cbb33a2be1586bbcdb8583fb8eab79b71bc06486ca'); -INSERT INTO messages VALUES(1730,310701,'insert','blocks','{"block_hash":"9e2377aa8ebc26294dce0ed34dc1a071c67505a0cea36e0bec20d9ab0997f6e1","block_index":310701,"block_time":310701000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37c6229e1b4b595eadbffa5311fdad5bede32a5ed835764bafc529f6d45f0030'); -INSERT INTO messages VALUES(1731,310701,'parse','blocks','{"block_index":310701,"ledger_hash":"8bc0f9cfc1b75cdfd6e59f1d41c6b67b790a25a98b6240f7ff5df617f256cb00","messages_hash":"fb6814082e549565fd89ddb9f75131e919d8e98c590b846c9e3bc7ca9e062c05","transaction_count":0,"txlist_hash":"c66db074cb4446477ac875d007c8a2145f4a95430cc144a305ee3e71fcdbd107"}',0,'BLOCK_PARSED',NULL,'1e5afc28529c19ce7d9ebcd95ebda8c09660df94ad9e341306784142512b8310'); -INSERT INTO messages VALUES(1732,310702,'insert','blocks','{"block_hash":"69cb443673c221a8e157d61707d52cf980c87faf5c3b31a5850ff43be70883c8","block_index":310702,"block_time":310702000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5236fe99bf77ebc874f4944a0d9e13f6e283cb945ec711c7385b4ee1df5292e0'); -INSERT INTO messages VALUES(1733,310702,'parse','blocks','{"block_index":310702,"ledger_hash":"572bb86d600d33ec82edac9b1077ec7700d526cb25a69bc2bf2e10953f403e01","messages_hash":"8c2eb533ea3d236da9166624a02f0c554a6a8e590657c02c189d9be26b023244","transaction_count":0,"txlist_hash":"0ffd42fa9627a38e66bde8b0dc265ec25a6b44db75dbd5f05cb20d93fbbcb67f"}',0,'BLOCK_PARSED',NULL,'40f3c24057e7e46f4fd2714076e552a15a3504f4779e507da2eed7d264556659'); -INSERT INTO messages VALUES(1734,310703,'insert','blocks','{"block_hash":"b8b21ab596ed7ad84e449d098c04d86cbb6623c5e88af7772166882efbd91218","block_index":310703,"block_time":310703000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'56081eb038fd308d341f49a0ee4f229f3af292992973e494ab4467e00ff9a137'); -INSERT INTO messages VALUES(1735,310703,'parse','blocks','{"block_index":310703,"ledger_hash":"94a62752f851c8ec439fbbd46fbd0bd0d75987fb22416187a48a70e6e9af308a","messages_hash":"123e9f97e5e6a126ca155b96af461923964732c8c35433dbaedc5ab21e07ba6c","transaction_count":0,"txlist_hash":"75ba50d1c638cfdfbbf050abe6646376e9a65e13bd56dce814de9959d6ba3ac1"}',0,'BLOCK_PARSED',NULL,'65dbf95b0ba2fc533130889fff9c2222b85f8a4baa5bb22339de22b2cfdc539e'); +INSERT INTO messages VALUES(6,310000,'parse','transactions','{"supported":true,"tx_hash":"6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597","tx_index":1}',0,'TRANSACTION_PARSED','6dc5b0a33d4d4297e0f5cc2d23ae307951d32aab2d86b7fa147b385219f3a597','f3ad2a506750c5ff23860cea83d4281f396d552560a9b105c5555920ca495b01'); +INSERT INTO messages VALUES(7,310000,'parse','blocks','{"block_index":310000,"ledger_hash":"cf0ea1d313e22ba5f413075b88e07dffc5c00e59f95eeb6d6dec935bd77f5ae4","messages_hash":"7f124b2ca50d1dbec63ed0deb85bb19119ae09032349641c02168805f7a6ce90","transaction_count":1,"txlist_hash":"f06c23e6040a063ed59693baa0d63492dce64e1debc7455b22f5535c9dfbdc67"}',0,'BLOCK_PARSED',NULL,'1dedfeb66293febe90d6b9f0c11737f869fb5cefb4dadf45b576ccc025d32614'); +INSERT INTO messages VALUES(8,310001,'insert','blocks','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6f7de5d66bdea226b2b042d3dfb991cb1dbe751b42d4208acdae9cd94a25c996'); +INSERT INTO messages VALUES(9,310001,'insert','transactions','{"block_hash":"3c9f6a9c6cac46a9273bd3db39ad775acd5bc546378ec2fb0587e06e112cc78e","block_index":310001,"block_time":310001000,"btc_amount":0,"data":"00000014000000a25be34b66000000174876e800010000000000000000000f446976697369626c65206173736574","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","tx_index":2,"utxos_info":" ae7a3edc95c2e5ecf013374d39915de4bbf5d98934bc7e53b00016267f8ffba0:0 2 "}',0,'NEW_TRANSACTION',NULL,'efd31005fde0f04c52649b4c7a5856ac379df9889b0448683e31498d51e491ed'); +INSERT INTO messages VALUES(10,310001,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310001,"event":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","quantity":50000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'DEBIT','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','eb2a5ba60ba5b5b64ec66feb79656ba7f88ffa8121e1cdd6908628eadaf424a5'); +INSERT INTO messages VALUES(11,310001,'insert','assets','{"asset_id":"697326324582","asset_longname":null,"asset_name":"DIVISIBLE","block_index":310001}',0,'ASSET_CREATION','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','a2ad9b056c7287d48df26e4fce7b1b977fc9f8a05991809d76af962b3f909391'); +INSERT INTO messages VALUES(12,310001,'insert','issuances','{"asset":"DIVISIBLE","asset_events":"creation","asset_longname":null,"block_index":310001,"call_date":0,"call_price":0.0,"callable":false,"description":"Divisible asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":100000000000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","tx_index":2}',0,'ASSET_ISSUANCE','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','19b7b61882b14b2ca1c94032084307f612ff87bd76c09d2cef41dad95c01c18b'); +INSERT INTO messages VALUES(13,310001,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310001,"calling_function":"issuance","event":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","quantity":100000000000,"tx_index":2,"utxo":null,"utxo_address":null}',0,'CREDIT','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','ace47626270cc4e42452be5ea835e18e37f0f27e8d7463d620894e9128c55013'); +INSERT INTO messages VALUES(14,310001,'parse','transactions','{"supported":true,"tx_hash":"1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1","tx_index":2}',0,'TRANSACTION_PARSED','1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1','d733a548b6c6f056fb698891902831285b0f805a6d65bbec6b5a428360879b72'); +INSERT INTO messages VALUES(15,310001,'parse','blocks','{"block_index":310001,"ledger_hash":"11461f972c4cd85c87b5abfedb3cee589d09e945570d34564dcde6f4df9d2b57","messages_hash":"700aa44ecc607bf757d2a3e21e1a380ab0dbe59a840938c08ca7bd2f43fd43c6","transaction_count":1,"txlist_hash":"ff8358e8c8b2cb9a1765deadb77bdfc6eae05a844831a0a8c8820d416d54446e"}',0,'BLOCK_PARSED',NULL,'6654217f2516c400a83e4986a2825882e21c3a1e9e33a0519d1e4d8b7ec0dff7'); +INSERT INTO messages VALUES(16,310002,'insert','blocks','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'31151a356e71773f992e6d7def8de0babffa3c3d6243bdcdd7bb69436f0ee8be'); +INSERT INTO messages VALUES(17,310002,'insert','transactions','{"block_hash":"fbb60f1144e1f7d4dc036a4a158a10ea6dea2ba6283a723342a49b8eb5cc9964","block_index":310002,"block_time":310002000,"btc_amount":0,"data":"000000140006cad8dc7f0b6600000000000003e800000000000000000000124e6f20646976697369626c65206173736574","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","tx_index":3,"utxos_info":" 8fb1fec9946e548cd74122788c45f37b6873122b928bd954eb2627431330109f:0 2 "}',0,'NEW_TRANSACTION',NULL,'9fca8bedbb455cccc16b90c23f04f87d94b0d41a3211a9e5387fdf8c5b27f227'); +INSERT INTO messages VALUES(18,310002,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310002,"event":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","quantity":50000000,"tx_index":3,"utxo":null,"utxo_address":null}',0,'DEBIT','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','4dc5d000d469dda2f7574c1ffee5462cb2b5d7bb1a2b8f6d47d231148a260bc9'); +INSERT INTO messages VALUES(19,310002,'insert','assets','{"asset_id":"1911882621324134","asset_longname":null,"asset_name":"NODIVISIBLE","block_index":310002}',0,'ASSET_CREATION','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','f93a433f54595f58dde7eea0bcf637fa4d191ef54a2d5400ef293ed246f72541'); +INSERT INTO messages VALUES(20,310002,'insert','issuances','{"asset":"NODIVISIBLE","asset_events":"creation","asset_longname":null,"block_index":310002,"call_date":0,"call_price":0.0,"callable":false,"description":"No divisible asset","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":1000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","tx_index":3}',0,'ASSET_ISSUANCE','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','27d08554640c95e240b70e9a3a26b3073d838fddb0f48910f940389aa12ab537'); +INSERT INTO messages VALUES(21,310002,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"NODIVISIBLE","block_index":310002,"calling_function":"issuance","event":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","quantity":1000,"tx_index":3,"utxo":null,"utxo_address":null}',0,'CREDIT','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','8745f35993305eb33f27ced46c34e8a3c6d72891c60013d876873ce15ba7e3f5'); +INSERT INTO messages VALUES(22,310002,'parse','transactions','{"supported":true,"tx_hash":"7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584","tx_index":3}',0,'TRANSACTION_PARSED','7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584','d94fe23f6e2371d69b7e1d626094415951a725444b19c19f289bf675ba3835fb'); +INSERT INTO messages VALUES(23,310002,'parse','blocks','{"block_index":310002,"ledger_hash":"355d92f841de89a1d97c3b2ea7623959ea4494bb62ea7e67ad359beb68caca8c","messages_hash":"97f230162e54cfe0ef1bbfc3f2d5621fffa94475ca36f38c91a234d5cda99558","transaction_count":1,"txlist_hash":"b17176b511fdea4cd899cfaf83f2e12193a4c92d1b199f18f590eb4fed90fa25"}',0,'BLOCK_PARSED',NULL,'008565c1d4736121522530d3cc1c72b9f4134fb9e07617ba56697d79f5afe329'); +INSERT INTO messages VALUES(24,310003,'insert','blocks','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a89a320ac271050476861d44076a8e6ad24d2aee7de7347d107bc9c53529a028'); +INSERT INTO messages VALUES(25,310003,'insert','transactions','{"block_hash":"d50825dcb32bcf6f69994d616eba18de7718d3d859497e80751b2cb67e333e8a","block_index":310003,"block_time":310003000,"btc_amount":0,"data":"0000001400000003c58e5c5600000000000003e8010000000000000000000e43616c6c61626c65206173736574","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","tx_index":4,"utxos_info":" 197757033ba3a2af71a130f72a01bf9e713cb2cb17ee850e185fee521367f79f:0 2 "}',0,'NEW_TRANSACTION',NULL,'c5778d48230c50a4f12bfa6cd7397778244c0ef14bdc09cbe7e55e84009d505d'); +INSERT INTO messages VALUES(26,310003,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310003,"event":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","quantity":50000000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'DEBIT','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','258b2bf3a184e610ae6992517a457cfc52487834ab33424dcc92ab4ca142056c'); +INSERT INTO messages VALUES(27,310003,'insert','assets','{"asset_id":"16199343190","asset_longname":null,"asset_name":"CALLABLE","block_index":310003}',0,'ASSET_CREATION','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','d06a58f2d34a9eb391a1f4ddc6abd208910ff19024bb965f44e5f44e87ef347a'); +INSERT INTO messages VALUES(28,310003,'insert','issuances','{"asset":"CALLABLE","asset_events":"creation","asset_longname":null,"block_index":310003,"call_date":0,"call_price":0.0,"callable":false,"description":"Callable asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":1000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","tx_index":4}',0,'ASSET_ISSUANCE','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','96dab9202eb30e6ed45aed2e51093484b8c97956457ce9763989c00a27ca9709'); +INSERT INTO messages VALUES(29,310003,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"CALLABLE","block_index":310003,"calling_function":"issuance","event":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","quantity":1000,"tx_index":4,"utxo":null,"utxo_address":null}',0,'CREDIT','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','7d83d5c00c55f1ee654051bd0ae867489e2938ddc58c44804c8b64ccb1dbdb2f'); +INSERT INTO messages VALUES(30,310003,'parse','transactions','{"supported":true,"tx_hash":"c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140","tx_index":4}',0,'TRANSACTION_PARSED','c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140','82541a4442545590a09d8af189e12fdbb7602f423c26bd039904fdaee6359f2a'); +INSERT INTO messages VALUES(31,310003,'parse','blocks','{"block_index":310003,"ledger_hash":"edcd7e344fb5cca16999f025594890b8b54543555e61eb3807406bb4204677f2","messages_hash":"af123391034d913292d3dc7b0c7f123afb49401030c96956f958a826cc117d50","transaction_count":1,"txlist_hash":"b6dffe5b8c1f483c3c20832d23dddd7b530afe7ac1f3f57f433da59d83b48f06"}',0,'BLOCK_PARSED',NULL,'0c1cd85fda3224ab3ea93b6143604181ae7eefeef5861e6a04fe786058178693'); +INSERT INTO messages VALUES(32,310004,'insert','blocks','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ccdf99190e19e20d8b351e05e9144cd5824d8f0d636009a0952a8023bc498d51'); +INSERT INTO messages VALUES(33,310004,'insert','transactions','{"block_hash":"60cdc0ac0e3121ceaa2c3885f21f5789f49992ffef6e6ff99f7da80e36744615","block_index":310004,"block_time":310004000,"btc_amount":0,"data":"0000001400000000082c82e300000000000003e8010000000000000000000c4c6f636b6564206173736574","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","tx_index":5,"utxos_info":" 44f67ff70959390fbdff00651b7e71c39fc3f62166cb58002a0d937c4e6a5fa1:0 2 "}',0,'NEW_TRANSACTION',NULL,'09d87b341215e7823d53ffc4b52d6193459865288e8cbb719a1cbdaabce482ad'); +INSERT INTO messages VALUES(34,310004,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310004,"event":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","quantity":50000000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'DEBIT','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','c6476efa3bb1562d9f076ddfeff3c350fbcda1c32d9f7134d7a1d4118844c399'); +INSERT INTO messages VALUES(35,310004,'insert','assets','{"asset_id":"137134819","asset_longname":null,"asset_name":"LOCKED","block_index":310004}',0,'ASSET_CREATION','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','3ae574c5c03bba42e316e7d43bfaa2409e04b2a3dc997a00653099eba42e5f94'); +INSERT INTO messages VALUES(36,310004,'insert','issuances','{"asset":"LOCKED","asset_events":"creation","asset_longname":null,"block_index":310004,"call_date":0,"call_price":0.0,"callable":false,"description":"Locked asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":1000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","tx_index":5}',0,'ASSET_ISSUANCE','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','fc517ed9cf6f835340097e3143bacbe5ec073f675ea66c828c367152ec14bc71'); +INSERT INTO messages VALUES(37,310004,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"LOCKED","block_index":310004,"calling_function":"issuance","event":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","quantity":1000,"tx_index":5,"utxo":null,"utxo_address":null}',0,'CREDIT','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','ff3ffbc20994268a1e21dca8ac7080f9ccb4edab5f9f0aeb4223dcf5f8cdfcc4'); +INSERT INTO messages VALUES(38,310004,'parse','transactions','{"supported":true,"tx_hash":"90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da","tx_index":5}',0,'TRANSACTION_PARSED','90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da','11bbcbc125d0afd05473d13a334fda73d2076a7c3bd30f1bed393756f350f5c1'); +INSERT INTO messages VALUES(39,310004,'parse','blocks','{"block_index":310004,"ledger_hash":"abd71a31bc1f8a072761b23a5bc2976731ebdf305d1d7d33922e93573f308129","messages_hash":"eabed5e878d17ba29fb73745af36c5022a25e09c99a9c64e31fb15afd4e9ce06","transaction_count":1,"txlist_hash":"3da72b0c813432f47a3a70887dfd29350d270e9ebaca9875ed6304c91888e387"}',0,'BLOCK_PARSED',NULL,'de3c8898b7ed4038bc9847d0e55d387eb415412b7174cc781a93a9e9816d00f6'); +INSERT INTO messages VALUES(40,310005,'insert','blocks','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4484f7f302e0df166995bfa753792879a4a3e8205a2384cf30ddf613a7e36346'); +INSERT INTO messages VALUES(41,310005,'insert','transactions','{"block_hash":"8005c2926b7ecc50376642bc661a49108b6dc62636463a5c492b123e2184cd9a","block_index":310005,"block_time":310005000,"btc_amount":0,"data":"0000001400000000082c82e3000000000000000001000000000000000000044c4f434b","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc","tx_index":6,"utxos_info":" 2ec530be8ec42b1234d8c7c9556d67f74045c393436b20b0017629f1a1ac75c1:0 2 "}',0,'NEW_TRANSACTION',NULL,'2051b38149d3eb1c171f2d2b56d06be90b823f04eeba60a6ac466144d76afdb2'); +INSERT INTO messages VALUES(42,310005,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310005,"event":"344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc","quantity":0,"tx_index":6,"utxo":null,"utxo_address":null}',0,'DEBIT','344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc','17d822c6af78441f02756babeccc91261f5bc15785154120d270a1f3abeddd40'); +INSERT INTO messages VALUES(43,310005,'insert','issuances','{"asset":"LOCKED","asset_events":"lock_quantity","asset_longname":null,"block_index":310005,"call_date":0,"call_price":0.0,"callable":false,"description":"Locked asset","description_locked":false,"divisible":true,"fee_paid":0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":true,"quantity":0,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc","tx_index":6}',0,'ASSET_ISSUANCE','344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc','f813f3000134e55927c5dd6457fe78773cfb406b980cd1f40d517577b60677fa'); +INSERT INTO messages VALUES(44,310005,'parse','transactions','{"supported":true,"tx_hash":"344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc","tx_index":6}',0,'TRANSACTION_PARSED','344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc','ae8a54efa09b96a31557964e98bf98e32ee062b0d38c952d1a0db32bdc9ce6f1'); +INSERT INTO messages VALUES(45,310005,'parse','blocks','{"block_index":310005,"ledger_hash":"0c3914f9676e506a96e6db793f15200ef33087cd47de4d27628849013a391daa","messages_hash":"60cb4f82dd20617f23fea3cd2e50c22b9e86aa09dc13ba6d9f5adde505d073a7","transaction_count":1,"txlist_hash":"2d59f139907859f9108360f7fa4695101a6b5ef0b7dd0e56c2dd41641e58e9af"}',0,'BLOCK_PARSED',NULL,'54468745f5721de6415cbbcc84f3f9eccdab0a3ca62f85642f34847ec89e89a3'); +INSERT INTO messages VALUES(46,310006,'insert','blocks','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53be36548a6c46729e2694d91dbf1b13520113f021470aa147e55134f7b20d82'); +INSERT INTO messages VALUES(47,310006,'insert','transactions','{"block_hash":"bdad69d1669eace68b9f246de113161099d4f83322e2acf402c42defef3af2bb","block_index":310006,"block_time":310006000,"btc_amount":0,"data":"0000000a00000000000000010000000005f5e100000000a25be34b660000000005f5e10007d00000000000000000","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8","tx_index":7,"utxos_info":" 5009038eb2a30367602fab49886139c968cc731cd60a9a4fd0828313e1b9d6f6:0 2 "}',0,'NEW_TRANSACTION',NULL,'be0496e49e74c62aec6f49949e6308500988656b1abe709072726db5e4fbc799'); +INSERT INTO messages VALUES(48,310006,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310006,"event":"4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8","quantity":100000000,"tx_index":7,"utxo":null,"utxo_address":null}',0,'DEBIT','4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8','e819de40adadfc2e73a92bb81a2ba8998f5ad8cdc327331863601e0f0a423ff6'); +INSERT INTO messages VALUES(49,310006,'insert','orders','{"block_index":310006,"expiration":2000,"expire_index":312006,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"DIVISIBLE","get_quantity":100000000,"get_remaining":100000000,"give_asset":"XCP","give_quantity":100000000,"give_remaining":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8","tx_index":7}',0,'OPEN_ORDER','4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8','c40e1b746622c7d464f77a63e7abbe1ccec8275b658819e535d4d739f112f8de'); +INSERT INTO messages VALUES(50,310006,'parse','transactions','{"supported":true,"tx_hash":"4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8","tx_index":7}',0,'TRANSACTION_PARSED','4f0433ba841038e2e16328445930dd7bca35309b14b0da4451c8f94c631368b8','a0030ba29c969e4bcf9258592c9afdc46f834563d480e4031c130348668c49a3'); +INSERT INTO messages VALUES(51,310006,'parse','blocks','{"block_index":310006,"ledger_hash":"57ff5f34a9e418b179db9003414c5f3bdfa7feeb538f24071b23d024a3d05df0","messages_hash":"e5caa3b099e6f752fe84ccba6bcbeb3b4ba77eb806afdd6685d67d57cfd044c1","transaction_count":1,"txlist_hash":"a4a6fb433e6c49968fded16954502c472b0d21b74c6cce8d08c8c53c00f2781e"}',0,'BLOCK_PARSED',NULL,'115e52bcaa0eca2745e7c06520927ed3d4ab0c52cbf5e8c3cd4f0ada178e33e0'); +INSERT INTO messages VALUES(52,310007,'insert','blocks','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da4ada2711d0b96df381b1d2f83e55dd3a9cc19819e1a05ce51287b32bc674d9'); +INSERT INTO messages VALUES(53,310007,'insert','transactions','{"block_hash":"10a642b96d60091d08234d17dfdecf3025eca41e4fc8e3bbe71a91c5a457cb4b","block_index":310007,"block_time":310007000,"btc_amount":5430,"data":"00000000000000a25be34b660000000005f5e100","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","tx_index":8,"utxos_info":" e4f8185447ffc9855e5612f86564524dfab31a25b7623168812771ac938e71dc:0 3 "}',0,'NEW_TRANSACTION',NULL,'efb6d69e946ed58639e4048808121d583f2454c20fbea2dff46c2ded3b33c771'); +INSERT INTO messages VALUES(54,310007,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310007,"event":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","quantity":100000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'DEBIT','6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753','c896d15d2af4a4999c4a84f8287f74aee97a1866c22d672a063c129f0089abcf'); +INSERT INTO messages VALUES(55,310007,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"DIVISIBLE","block_index":310007,"calling_function":"send","event":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","quantity":100000000,"tx_index":8,"utxo":null,"utxo_address":null}',0,'CREDIT','6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753','3d2cd68043bb333c0b23d1c0690cbd4dc92aa5e0615c4a1eb0addda460144465'); +INSERT INTO messages VALUES(56,310007,'insert','sends','{"asset":"DIVISIBLE","block_index":310007,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","tx_index":8}',0,'SEND','6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753','e160151deede2e08e05c1708c60e62347cb43c0d50e3e994c45627050115eb3f'); +INSERT INTO messages VALUES(57,310007,'parse','transactions','{"supported":true,"tx_hash":"6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753","tx_index":8}',0,'TRANSACTION_PARSED','6e91ae23de2035e3e28c3322712212333592a1f666bcff9dd91aec45d5ea2753','793fedefb13fefaa329cc8c65d5d4e9605a64d381d30392a6b326158b2c0d1ea'); +INSERT INTO messages VALUES(58,310007,'parse','blocks','{"block_index":310007,"ledger_hash":"bfed530458339aab02ff75ad76738569dc6997c7a35d4452351678b04e022f68","messages_hash":"dc8c7b977079747d76fb0a35e1c451eba1051aabadf35ce58260529a26abc4ad","transaction_count":1,"txlist_hash":"ce20264c332892b0a5e0c3e2d4b63d02c901fa2c3f8c5171b2896b50c82ea0af"}',0,'BLOCK_PARSED',NULL,'658041b4c2a815d501510d0bad4711bca8d0651dda413bc8eb5c20c9bd8e837f'); +INSERT INTO messages VALUES(59,310008,'insert','blocks','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ad7d033c9b05eab38cc2f19c1e57e400959988523aa8a26547b1f64f425fb40'); +INSERT INTO messages VALUES(60,310008,'insert','transactions','{"block_hash":"47d0e3acbdc6916aeae95e987f9cfa16209b3df1e67bb38143b3422b32322c33","block_index":310008,"block_time":310008000,"btc_amount":5430,"data":"0000000000000000000000010000000005f5e100","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","tx_index":9,"utxos_info":" 4d137354d5136c5884ac767ceee7988e41538760b29b37d028c0ea9d5273493b:0 3 "}',0,'NEW_TRANSACTION',NULL,'ce91fdf508ac6f357329b1d9f7b1840dc504324d5856736b913a8faa26166c4c'); +INSERT INTO messages VALUES(61,310008,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310008,"event":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","quantity":100000000,"tx_index":9,"utxo":null,"utxo_address":null}',0,'DEBIT','4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43','3c6c34be88f67e857bbec3310436a61be1d88158667535ba3e95a7595974e20e'); +INSERT INTO messages VALUES(62,310008,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310008,"calling_function":"send","event":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","quantity":100000000,"tx_index":9,"utxo":null,"utxo_address":null}',0,'CREDIT','4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43','da1d07036f072e1635177d77f4dc1d7309856a14229713f80bf2f56a3aa1b5b4'); +INSERT INTO messages VALUES(63,310008,'insert','sends','{"asset":"XCP","block_index":310008,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","tx_index":9}',0,'SEND','4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43','c0e7b435b0160dd3fcf575973de7320695ed59dde2171c41236ad811386cc55c'); +INSERT INTO messages VALUES(64,310008,'parse','transactions','{"supported":true,"tx_hash":"4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43","tx_index":9}',0,'TRANSACTION_PARSED','4fd55abadfdbe77c3bda2431749cca934a29994a179620a62c1b57f28bd62a43','274fb680c880132b8ab1469f23165b3751e1713851ed12cc8d49598c1b964374'); +INSERT INTO messages VALUES(65,310008,'parse','blocks','{"block_index":310008,"ledger_hash":"d4feec997754d11a1502e5351ed62fcfbfcafb770e19a37da41d1d88b7b45ed4","messages_hash":"dce0a2dc7b9cadfcedb08fd2061a1695b57e5ff9f270fc33576488a46b8ab80e","transaction_count":1,"txlist_hash":"d25c9f48fbbe2010a62cad729d45b658a2caf9a7c9abc65a30e2a7fc47bc83e5"}',0,'BLOCK_PARSED',NULL,'ffc7033ccd8e63c152e8f027203488ef2b665e0b1b2c6f967ea69347a90e76e5'); +INSERT INTO messages VALUES(66,310009,'insert','blocks','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'262019de73766e601a66374bb06edea08b67cfca98849a87f3897d4a4546a904'); +INSERT INTO messages VALUES(67,310009,'insert','transactions','{"block_hash":"4d474992b141620bf3753863db7ee5e8af26cadfbba27725911f44fa657bc1c0","block_index":310009,"block_time":310009000,"btc_amount":0,"data":"0000000a00000000000000010000000005f5e100000000a25be34b660000000005f5e10007d00000000000000000","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b","tx_index":10,"utxos_info":" 70ab525dff715d2bd93627834fe7ad516c451d4c6dcd89abe0fe491c480eb404:0 2 "}',0,'NEW_TRANSACTION',NULL,'abcc238e98885208044bc50ad2074babbe60b0a90bb10867ea5d50921c2bb7b1'); +INSERT INTO messages VALUES(68,310009,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310009,"event":"21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b","quantity":100000000,"tx_index":10,"utxo":null,"utxo_address":null}',0,'DEBIT','21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b','947cdcad7f3887d966430d6dfc7a81034f4639a984b0449854aa9b058b225102'); +INSERT INTO messages VALUES(69,310009,'insert','orders','{"block_index":310009,"expiration":2000,"expire_index":312009,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":0,"fee_required_remaining":0,"get_asset":"DIVISIBLE","get_quantity":100000000,"get_remaining":100000000,"give_asset":"XCP","give_quantity":100000000,"give_remaining":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b","tx_index":10}',0,'OPEN_ORDER','21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b','f12bd28bc529f0bb91bc8201ab028643a98049618fd4ef80b36bc7db6fa7d120'); +INSERT INTO messages VALUES(70,310009,'parse','transactions','{"supported":true,"tx_hash":"21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b","tx_index":10}',0,'TRANSACTION_PARSED','21460d5c07284f9be9baf824927d0d4e4eb790e297f3162305841607b672349b','7fa90738d1a2126928e794213e64aac63250aff54d69016f9d0237dcb6eb4ffc'); +INSERT INTO messages VALUES(71,310009,'parse','blocks','{"block_index":310009,"ledger_hash":"4ab5ff9e71bbc83956557fb5abec98372fa38e5580838fb258b2d831bfc4d9ea","messages_hash":"eaf564214397cc142313064150a56c681b828b06f7c13ebf3831caacc41bc1c7","transaction_count":1,"txlist_hash":"173e769e0b4fa951ef0267c7e218f3a473d9a5857b0880d654a2181f244c92e2"}',0,'BLOCK_PARSED',NULL,'6a3e13ba834b5a9e9cb11842c8c201e8f5c4c5a891ad234da90d667d06a6a29a'); +INSERT INTO messages VALUES(72,310010,'insert','blocks','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'93edadfc6a1dc71989cc72a0172986ea62268d78b3767e88064852a68f95d36b'); +INSERT INTO messages VALUES(73,310010,'insert','transactions','{"block_hash":"a58162dff81a32e6a29b075be759dbb9fa9b8b65303e69c78fb4d7b0acc37042","block_index":310010,"block_time":310010000,"btc_amount":0,"data":"0000000a00000000000000010000000005f5e100000000000000000000000000000f424007d000000000000dbba0","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a","tx_index":11,"utxos_info":" 8e4daab9ae8909b2ed524fa98a8c366ea2bca0435cd0b4f040307763fdeb103c:0 2 "}',0,'NEW_TRANSACTION',NULL,'74454ad5a7a7d5405879a0dfe83951b0bc13910b6e99401f7835f9fb70cc150b'); +INSERT INTO messages VALUES(74,310010,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310010,"event":"1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a","quantity":100000000,"tx_index":11,"utxo":null,"utxo_address":null}',0,'DEBIT','1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a','75a99ce4209e0189c0819e1743cb4e2fad99196996ecd6db0677a9e3eccf1c41'); +INSERT INTO messages VALUES(75,310010,'insert','orders','{"block_index":310010,"expiration":2000,"expire_index":312010,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":1000000,"get_remaining":1000000,"give_asset":"XCP","give_quantity":100000000,"give_remaining":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a","tx_index":11}',0,'OPEN_ORDER','1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a','0a5ca1f44414dce1f159405091215ffa9535fcc9735b09b082b7a960d430bab6'); +INSERT INTO messages VALUES(76,310010,'parse','transactions','{"supported":true,"tx_hash":"1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a","tx_index":11}',0,'TRANSACTION_PARSED','1899b2e6ec36ba4bc9d035e6640b0a62b08c3a147c77c89183a77d9ed9081b3a','e2f767692d4fc3ea099c158e7eb7f635d19b51bb37d370c6cf77947663e6cdcf'); +INSERT INTO messages VALUES(77,310010,'parse','blocks','{"block_index":310010,"ledger_hash":"1909ef40a24263776cb9e0d52a690048b50728855a0fe4b0e1ba3834a9e401c1","messages_hash":"3111e5cbf8219a8c458ce8df6a3edc6a48407f92739a6bc97ed52ec82528600e","transaction_count":1,"txlist_hash":"7d1ef03dad99c4bdf7a8e5af7209a136c8ac392922dd3afdbcc0446ea1f5f604"}',0,'BLOCK_PARSED',NULL,'d06bde5a1c653a902be9203e426608e2d20ecb66767f33aaeb29a986b7de3b93'); +INSERT INTO messages VALUES(78,310011,'insert','blocks','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'44f1827cb9da399ec3412a976e159c644e27f0fad3c6877a6ed422be74d1cc00'); +INSERT INTO messages VALUES(79,310011,'insert','transactions','{"block_hash":"8042cc2ef293fd73d050f283fbd075c79dd4c49fdcca054dc0714fc3a50dc1bb","block_index":310011,"block_time":310011000,"btc_amount":0,"data":"0000000a000000000000000000000000000a2c2b00000000000000010000000005f5e10007d00000000000000000","destination":"","fee":1000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6","tx_index":12,"utxos_info":" ee3525a59635e10bfd65f7427a6c352b496d1fd5812c86cc58e869cf412bb92a:0 2 "}',0,'NEW_TRANSACTION',NULL,'c6a5aefa412d88ff2b11a8fba36390b2c677c1c9ee91f5d7e71ef72a1fc30681'); +INSERT INTO messages VALUES(80,310011,'insert','orders','{"block_index":310011,"expiration":2000,"expire_index":312011,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":666667,"give_remaining":666667,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6","tx_index":12}',0,'OPEN_ORDER','a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6','d6dafc00630bcc1b032a5103b87901115a783ddc21ca02411045ea07436b1945'); +INSERT INTO messages VALUES(81,310011,'parse','transactions','{"supported":true,"tx_hash":"a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6","tx_index":12}',0,'TRANSACTION_PARSED','a1768d7db2db3b9732b26df8c04db4b9a8535a1e5cf684a680e81e7c06f394b6','7aeece66326ab384421d923ce9713fd298411881a9ad0a11ecd9bd37ec1dddb7'); +INSERT INTO messages VALUES(82,310011,'parse','blocks','{"block_index":310011,"ledger_hash":"c3d51a5f2df90c089844ba4de7d5541f6051490aa1389e5945a7bb91d49e3589","messages_hash":"4552f673b466e37fb3ee3fae53d0f796b7547dd9e55a51ad8914d255c34d96c9","transaction_count":1,"txlist_hash":"86ebe5be8b9443f411adcd49e7443a34941979c0c6bf40136a3b44193024abfc"}',0,'BLOCK_PARSED',NULL,'b41ff5401b57d3d8d5fc043d341597ec0bf691eaa23986a14f41df710545589e'); +INSERT INTO messages VALUES(83,310012,'insert','blocks','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da6284695cf6f54eef03c88b1853314bcde84ba88f3a3c09fb34dd3fabc6d486'); +INSERT INTO messages VALUES(84,310012,'insert','transactions','{"block_hash":"cdba329019d93a67b31b79d05f76ce1b7791d430ea0d6c1c2168fe78d2f67677","block_index":310012,"block_time":310012000,"btc_amount":1000,"data":"0000000000000000000000010000000011e1a300","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","tx_index":13,"utxos_info":" 07ff616bbc8b38f81525d5a1f5b9ce7efedf7eaf2741147cb430736defaf36e5:0 3 "}',0,'NEW_TRANSACTION',NULL,'8c41bb35169523439e2004897c94f57cdc930aebe4cdfcdb3e52694f508f6666'); +INSERT INTO messages VALUES(85,310012,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310012,"event":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","quantity":300000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'DEBIT','698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6','1f15c5d2452406ba13bf192e1bae8c5ceaee539ddcf30b2944344f14098a903a'); +INSERT INTO messages VALUES(86,310012,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"XCP","block_index":310012,"calling_function":"send","event":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","quantity":300000000,"tx_index":13,"utxo":null,"utxo_address":null}',0,'CREDIT','698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6','ee22315c118a382f12ff9d96185eca28f3ec50418542a767f16ea40838949798'); +INSERT INTO messages VALUES(87,310012,'insert','sends','{"asset":"XCP","block_index":310012,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":300000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","tx_index":13}',0,'SEND','698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6','7ce307b418473e6424974d05e3320fb3afb6d5b09b372291de936e7878f7d5c2'); +INSERT INTO messages VALUES(88,310012,'parse','transactions','{"supported":true,"tx_hash":"698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6","tx_index":13}',0,'TRANSACTION_PARSED','698e97e507da8623cf38ab42701853443c8f7fe0d93b4674aabb42f9800ee9d6','5f857c51be855ae55fa929f7f0128e12482cb502b5f7303c079539408cca0316'); +INSERT INTO messages VALUES(89,310012,'parse','blocks','{"block_index":310012,"ledger_hash":"a9dc31556d38b118eeb0bcbb3a374a0ed79adec4eb23e00c80c0599ba97c9a7a","messages_hash":"04d255a494665f030a907770104b77faec099af22dbaf4cb8e4cfc8710661efb","transaction_count":1,"txlist_hash":"5a729b250068fe7b175a540b66a30326344514e357023184540ef97bae5e16e7"}',0,'BLOCK_PARSED',NULL,'6f415f59427e4fb5f2ad581428a84596608681876676fa80ec05e943ddf3a4ab'); +INSERT INTO messages VALUES(90,310013,'insert','blocks','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9115e80998c3446147490ee06adde9463d08b153950f5b162dad5600950b8977'); +INSERT INTO messages VALUES(91,310013,'insert','transactions','{"block_hash":"0425e5e832e4286757dc0228cd505b8d572081007218abd3a0983a3bcd502a61","block_index":310013,"block_time":310013000,"btc_amount":1000,"data":"00000000000000a25be34b66000000003b9aca00","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","tx_index":14,"utxos_info":" 1bfb8255970fbb3505460f9f0785a34c3b27cd6ba34e32f2ce894ffbcf9a456f:0 3 "}',0,'NEW_TRANSACTION',NULL,'85cdfa5d4580d1f699e67829d33ecfd6e37defd45f3ace13cf9531ccd7715bff'); +INSERT INTO messages VALUES(92,310013,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310013,"event":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","quantity":1000000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'DEBIT','0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132','def069bd393ab9f850ef25f0b0e00ba9d1ce72d46d62c91716d2f915ab6ca511'); +INSERT INTO messages VALUES(93,310013,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"DIVISIBLE","block_index":310013,"calling_function":"send","event":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","quantity":1000000000,"tx_index":14,"utxo":null,"utxo_address":null}',0,'CREDIT','0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132','cfe3bbe2e4f15f34fd818cc9252c39c2b137e36af20abeee56d61592b27acef8'); +INSERT INTO messages VALUES(94,310013,'insert','sends','{"asset":"DIVISIBLE","block_index":310013,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":1000000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","tx_index":14}',0,'SEND','0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132','6c4ab69389121593322cc220759c0777f505e7791e96ce48b9033ccefb8ec4f3'); +INSERT INTO messages VALUES(95,310013,'parse','transactions','{"supported":true,"tx_hash":"0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132","tx_index":14}',0,'TRANSACTION_PARSED','0cfeeb559ed794d067557df0376a6c213b48b174b80cdb2c3c6d365cf538e132','4b468ae7b995be76b0e8f4b7ec473f90292863c33296fea731b1a187fe88717d'); +INSERT INTO messages VALUES(96,310013,'parse','blocks','{"block_index":310013,"ledger_hash":"e72be5070d0a5853631d902d334e8b88eddf6e79616373311babc4a0a27dd3d8","messages_hash":"9158b3ee01d7403ae4363a0dd323c610b89a5a99ad3bc89a4845d04b9c56ce8d","transaction_count":1,"txlist_hash":"1294e3d0871b0c2297d9980ed46bfa3563b33b202b426949dadeeba7075b4bc7"}',0,'BLOCK_PARSED',NULL,'5be7e3932c5a88ba514497732816fc448f09a20d46f4177725322ed2e1b92544'); +INSERT INTO messages VALUES(97,310014,'insert','blocks','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'576a9e69cd48c7e5c09b99761e95b0f1c65600fe2f2ec60c97359eb2d013554c'); +INSERT INTO messages VALUES(98,310014,'insert','transactions','{"block_hash":"85b28d413ebda2968ed82ae53643677338650151b997ed1e4656158005b9f65f","block_index":310014,"block_time":310014000,"btc_amount":5430,"data":"000000000006cad8dc7f0b660000000000000005","destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","tx_index":15,"utxos_info":" a904fa34fd5e99a8d23ddfacbaec581049046fc39b1312524f8bb1f360bc247d:0 3 "}',0,'NEW_TRANSACTION',NULL,'b8b0634d2c5574099d1b696d97b537344ba3888b564c9ad5309e5e7cdb14aa39'); +INSERT INTO messages VALUES(99,310014,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"NODIVISIBLE","block_index":310014,"event":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","quantity":5,"tx_index":15,"utxo":null,"utxo_address":null}',0,'DEBIT','1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a','af4bb9b45fc711745626df996e55b6d75708eda7a523a5f4ea0291ae10075d5c'); +INSERT INTO messages VALUES(100,310014,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"NODIVISIBLE","block_index":310014,"calling_function":"send","event":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","quantity":5,"tx_index":15,"utxo":null,"utxo_address":null}',0,'CREDIT','1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a','c45c188d2a040739875dfccc48a6aaa9216f80d1ba3619da1b478aaf7bada480'); +INSERT INTO messages VALUES(101,310014,'insert','sends','{"asset":"NODIVISIBLE","block_index":310014,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","msg_index":0,"quantity":5,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","tx_index":15}',0,'SEND','1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a','2fea5d47b1cc3a43c5c7af4e852f37a454e685f8483fb516e1d93ee026f896ea'); +INSERT INTO messages VALUES(102,310014,'parse','transactions','{"supported":true,"tx_hash":"1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a","tx_index":15}',0,'TRANSACTION_PARSED','1facb0072f16f6bdca64ea859c82b850f58f0ec7ff410d901679772a4727515a','a9c75be71e844d040b55e64e5ca7afe423cadc01b39ab5e4fa613a07df237e2a'); +INSERT INTO messages VALUES(103,310014,'parse','blocks','{"block_index":310014,"ledger_hash":"cb0962222af917dbac2a11465c22cd80770c0b3cdb8bdc0870c99a8116745c9e","messages_hash":"15832b246a3089a88777af4771f68221a8e08ed2ab01c0f6da9577ee3412c346","transaction_count":1,"txlist_hash":"d5431af170b331497d8967969820632880473d06dae0d06fa7ffc93a0cb90180"}',0,'BLOCK_PARSED',NULL,'4caa0762db274ed0fdd5c9308cb829dc9cc81a5632695450c775c66c59d8c2c9'); +INSERT INTO messages VALUES(104,310015,'insert','blocks','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b7fa00f0f0a41a1af8d9ece7f6e0513ba4d783d9c0bf712da6f91dd497c8cc77'); +INSERT INTO messages VALUES(105,310015,'insert','transactions','{"block_hash":"4cf77d688f18f0c68c077db882f62e49f31859dfa6144372457cd73b29223922","block_index":310015,"block_time":310015000,"btc_amount":1000,"data":"000000000006cad8dc7f0b66000000000000000a","destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","tx_index":16,"utxos_info":" 3bb0f340541ec86bfd17e4e6986ff9b2a01c78ecbf56c101ff05e9efcd95edda:0 3 "}',0,'NEW_TRANSACTION',NULL,'9438a07797440ea853c6f306d12d5cdd65e077e7aa5d50e7bfc9559222e667b3'); +INSERT INTO messages VALUES(106,310015,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"NODIVISIBLE","block_index":310015,"event":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","quantity":10,"tx_index":16,"utxo":null,"utxo_address":null}',0,'DEBIT','e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c','d1af63b7bc3badfaa6db555106e6bbbcc55c3343e13f9e240073545492fc144e'); +INSERT INTO messages VALUES(107,310015,'insert','credits','{"address":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","asset":"NODIVISIBLE","block_index":310015,"calling_function":"send","event":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","quantity":10,"tx_index":16,"utxo":null,"utxo_address":null}',0,'CREDIT','e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c','1c702c0148067468733e193a7581d549c7c9b5acd055045ef055d724a3131a67'); +INSERT INTO messages VALUES(108,310015,'insert','sends','{"asset":"NODIVISIBLE","block_index":310015,"destination":"1_mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc_mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns_2","msg_index":0,"quantity":10,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","tx_index":16}',0,'SEND','e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c','9b7fbb4efaedea58ab68fdb57c2cf0030c252c44214b072bd0435d2f68c8056b'); +INSERT INTO messages VALUES(109,310015,'parse','transactions','{"supported":true,"tx_hash":"e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c","tx_index":16}',0,'TRANSACTION_PARSED','e3b6667b7baa515048a7fcf2be7818e3e7622371236b78e19b4b08e2d7e7818c','dce5dae8aa6dc0a4495c924eab16b5b2458a658a578d22e8910ce495459fd112'); +INSERT INTO messages VALUES(110,310015,'parse','blocks','{"block_index":310015,"ledger_hash":"6ff899433f22546c41a15f20b4c66913c747931500fee10d58c4a17b9e2f0c88","messages_hash":"af90ae46c1376276bb097a76288011221e50b0d5917d3dc19fd7db1c42d54fef","transaction_count":1,"txlist_hash":"b77c1d69b3ac7348e336cce9948f982efafa1cb56cbdde85fe9f49a73871ba3b"}',0,'BLOCK_PARSED',NULL,'eb989efe261bbb272e0183be6ad1ad71034bfc88d284ce74e80bb64ec2dbd803'); +INSERT INTO messages VALUES(111,310016,'insert','blocks','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bb3de7fcf4a40f2530c3932063a642942533de4bb971ab896bf633d8ff002ba3'); +INSERT INTO messages VALUES(112,310016,'insert','transactions','{"block_hash":"99dc7d2627efb4e5e618a53b9898b4ca39c70e98fe9bf39f68a6c980f5b64ef9","block_index":310016,"block_time":310016000,"btc_amount":0,"data":"000000140000000000033a3e7fffffffffffffff01000000000000000000104d6178696d756d207175616e74697479","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","tx_index":17,"utxos_info":" 698b18eb14570c608acf7b9e351e5b1d3353707389b4110a9867528c6d3227d7:0 2 "}',0,'NEW_TRANSACTION',NULL,'b7cea1359ab2f22afd6234c91a23e7cf3906eecadebce4a173401c9d04fc7bfb'); +INSERT INTO messages VALUES(113,310016,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310016,"event":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","quantity":50000000,"tx_index":17,"utxo":null,"utxo_address":null}',0,'DEBIT','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','981be9cd50c78dd1df28fe2d7f7fd2a6141fb1b335049b20fcda50fab3d870da'); +INSERT INTO messages VALUES(114,310016,'insert','assets','{"asset_id":"211518","asset_longname":null,"asset_name":"MAXI","block_index":310016}',0,'ASSET_CREATION','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','79746fdf73283ddea90ff233e3e8810cf085f2cf2ef6056ca5bde6e46a5af430'); +INSERT INTO messages VALUES(115,310016,'insert','issuances','{"asset":"MAXI","asset_events":"creation","asset_longname":null,"block_index":310016,"call_date":0,"call_price":0.0,"callable":false,"description":"Maximum quantity","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":9223372036854775807,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","tx_index":17}',0,'ASSET_ISSUANCE','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','156b8373ee917823455b031e85d47ee2085fd6f06a832c4838cdd0bb0d8485ef'); +INSERT INTO messages VALUES(116,310016,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"MAXI","block_index":310016,"calling_function":"issuance","event":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","quantity":9223372036854775807,"tx_index":17,"utxo":null,"utxo_address":null}',0,'CREDIT','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','12453234d939e5c623f5e943d80c6de6c3aada8c3f4ee0ec14f0aa65a532f838'); +INSERT INTO messages VALUES(117,310016,'parse','transactions','{"supported":true,"tx_hash":"bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39","tx_index":17}',0,'TRANSACTION_PARSED','bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39','55b73c1e6f7f2b434d23987270a28bce38c0d4b56fe98942b41418153365250b'); +INSERT INTO messages VALUES(118,310016,'parse','blocks','{"block_index":310016,"ledger_hash":"ec66a06cde401b66917c6d1d4e1ee8893405cfbf0474560d9997d6960c8af710","messages_hash":"db4eee6a041ef1a069855f57d341c02ec76dfd26173f12747f6662b1fd80b856","transaction_count":1,"txlist_hash":"6d3d469ad1b72a67ee50d8a7c6c57069da3a0e2e9d12a23a30bbf4f2ccc64cb6"}',0,'BLOCK_PARSED',NULL,'a7ab3f026ccdc5e3d1a284ac6692a03b40dd359e9b7ee0b1597bbe122c23411c'); +INSERT INTO messages VALUES(119,310017,'insert','blocks','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ade7085050c9068d37c11f97cf0f77cffe6d48e5471666d0e8ccbe046490a9e8'); +INSERT INTO messages VALUES(120,310017,'insert','transactions','{"block_hash":"8a4fedfbf734b91a5c5761a7bcb3908ea57169777a7018148c51ff611970e4a3","block_index":310017,"block_time":310017000,"btc_amount":0,"data":"0000001e52bb33003ff0000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af","tx_index":18,"utxos_info":" 1ceafa5cf74dad4bec8743acfce55133c738983261683a81c12be457f7574126:0 2 "}',0,'NEW_TRANSACTION',NULL,'e352120387d9ad9307dafa2663738f704702ad1126576c66953e7ad8129ab57d'); +INSERT INTO messages VALUES(121,310017,'insert','broadcasts','{"block_index":310017,"fee_fraction_int":5000000,"locked":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af","tx_index":18,"value":1.0}',0,'BROADCAST','d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af','16cd1b117f748edcfdc4e07ccfc0d0a1d12e857fd45c82904b3d8aed56112354'); +INSERT INTO messages VALUES(122,310017,'parse','transactions','{"supported":true,"tx_hash":"d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af","tx_index":18}',0,'TRANSACTION_PARSED','d14388b74b63d93e4477b1fe8426028bb8ab20656703e3ce8deeb23c2fe0b8af','cda60602b691a1ff0fd803428af0847d111c131a5d5d60225d74bee46946b973'); +INSERT INTO messages VALUES(123,310017,'parse','blocks','{"block_index":310017,"ledger_hash":"b2053109bff06dae1705fc32ab0712f38bf9d206fa3517fbf0a938d1b5f33bad","messages_hash":"0d5d74a4af21173839808f7d9e485052f052b792aa73d66e9cb94f1d30d8cd0b","transaction_count":1,"txlist_hash":"223e10a8e23e4435e635f1dda533a0662dff9f0e3fb86b72a22b2c191f731a80"}',0,'BLOCK_PARSED',NULL,'67ca801055087bcbc558b21e589687f84aef5c3f382396bb3cc61c93b10aa46c'); +INSERT INTO messages VALUES(124,310018,'insert','blocks','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'00d3419323d057e23a06341cc4ed7ba9c006b6338b546ca662cb0082f0cb3bc7'); +INSERT INTO messages VALUES(125,310018,'insert','transactions','{"block_hash":"35c06f9e3de39e4e56ceb1d1a22008f52361c50dd0d251c0acbe2e3c2dba8ed3","block_index":310018,"block_time":310018000,"btc_amount":0,"data":"0000001e4cc552003ff000000000000000000000046c6f636b","destination":"","fee":6800,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660","tx_index":19,"utxos_info":" 903a01ed1551bf31dc75cf04f61fc8bdb026a32e9cf6c41cd593f75f27b140b1:0 2 "}',0,'NEW_TRANSACTION',NULL,'872a19fc80c03d23f3e9ad1820d162e0b8f89aea69f975f8fbeb52c9f9f50b95'); +INSERT INTO messages VALUES(126,310018,'insert','broadcasts','{"block_index":310018,"fee_fraction_int":null,"locked":true,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","text":null,"timestamp":0,"tx_hash":"f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660","tx_index":19,"value":null}',0,'BROADCAST','f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660','574ad3fde6802251be241427e935af74036921b5e2636efed5ea55151ba88025'); +INSERT INTO messages VALUES(127,310018,'parse','transactions','{"supported":true,"tx_hash":"f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660","tx_index":19}',0,'TRANSACTION_PARSED','f9e0527c85a9084d7eda91fc30a49993370d029efea031a8ccccdf846146a660','04a4b0546e6e2c4bc6166ab141d5db9d672602d3d06c36d20c6dc31983563a6c'); +INSERT INTO messages VALUES(128,310018,'parse','blocks','{"block_index":310018,"ledger_hash":"d7051de4d03fb31bfedf215b407b1edc12789c1f2748abb5a72257ad8f5113ce","messages_hash":"16f28622ccc964e4c4c03237accb201f9042ef5a7ebac04d36ed63ddcdebf4da","transaction_count":1,"txlist_hash":"9eb6f4683bebb675467829573cd2f7e3ab613d21398c5aef31ed389a40f3c48d"}',0,'BLOCK_PARSED',NULL,'7fe194ef919dfc06786215e72032cf852f167110955d4a1a0f603df2f59dc675'); +INSERT INTO messages VALUES(129,310019,'insert','blocks','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dfa966ff090059a07ac0ec2974c3897ee18a2fbf829bb1402b45e70d64a34d15'); +INSERT INTO messages VALUES(130,310019,'insert','transactions','{"block_hash":"114affa0c4f34b1ebf8e2778c9477641f60b5b9e8a69052158041d4c41893294","block_index":310019,"block_time":310019000,"btc_amount":5430,"data":"00000028000152bb3301000000000000000900000000000000090000000000000000000013b000000064","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","tx_index":20,"utxos_info":" f9cc41abbb83104f119fe8377e0e52afa0bf3633d6a2920aa31634e0a1c762a0:0 3 "}',0,'NEW_TRANSACTION',NULL,'1dd8941f4791573e5645b5e0b60ef32d95bed13733ef4b66b3c75fb24726ecde'); +INSERT INTO messages VALUES(131,310019,'insert','debits','{"action":"bet","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310019,"event":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","quantity":9,"tx_index":20,"utxo":null,"utxo_address":null}',0,'DEBIT','2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1','54b4fb837645cc629ee8bbda0d333e58e699372a6491c24d96928ffa6c1242bc'); +INSERT INTO messages VALUES(132,310019,'insert','bets','{"bet_type":1,"block_index":310019,"counterwager_quantity":9,"counterwager_remaining":9,"deadline":1388000001,"expiration":100,"expire_index":310119,"fee_fraction_int":5000000.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","target_value":0.0,"tx_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","tx_index":20,"wager_quantity":9,"wager_remaining":9}',0,'OPEN_BET','2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1','7cc9e589d2e8891bc3f0ac91b5cb2284fd049456b998289232552db79d7229ff'); +INSERT INTO messages VALUES(133,310019,'parse','transactions','{"supported":true,"tx_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","tx_index":20}',0,'TRANSACTION_PARSED','2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1','da568d63e48719976141b229a1038063aca82a59b75762fb619d121629f98f41'); +INSERT INTO messages VALUES(134,310019,'parse','blocks','{"block_index":310019,"ledger_hash":"35c95a70193ded2f9ee18254a91ce5d4834bb162fc3cca85dd432339257539b8","messages_hash":"244df1d90d6576af9bafb6c91f9f2f64fbb991346358a0c134e6f5137a0ed4ec","transaction_count":1,"txlist_hash":"88220e5f48660f8b9e339c3afb65ffbad83d632164f1df8e22af2ee6fc18826e"}',0,'BLOCK_PARSED',NULL,'0f0256856d8c1eec634f4bf711f3ebea5acd09d60bcca684e184d34d553cfc30'); +INSERT INTO messages VALUES(135,310020,'insert','blocks','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9365ae8d5a224d06fd2708b58364816ab9451d3fee8119b7ea4fde176dd7ace8'); +INSERT INTO messages VALUES(136,310020,'insert','transactions','{"block_hash":"d93c79920e4a42164af74ecb5c6b903ff6055cdc007376c74dfa692c8d85ebc9","block_index":310020,"block_time":310020000,"btc_amount":5430,"data":"00000028000052bb3301000000000000000900000000000000090000000000000000000013b000000064","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","tx_index":21,"utxos_info":" aa32016e80f13c7f7c33dc29f0e55add7f2ca7413181a20010c7ef10b5096ee8:0 3 "}',0,'NEW_TRANSACTION',NULL,'ddde5a15bdf241e81a9ed20016d61e1849c6203a3df3459ddd1b99b5e8e54d90'); +INSERT INTO messages VALUES(137,310020,'insert','debits','{"action":"bet","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310020,"event":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","quantity":9,"tx_index":21,"utxo":null,"utxo_address":null}',0,'DEBIT','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','40085f7e770cff42c46c4d1429af583993dfbbde9926ae43c38366016f63edd9'); +INSERT INTO messages VALUES(138,310020,'insert','bets','{"bet_type":0,"block_index":310020,"counterwager_quantity":9,"counterwager_remaining":9,"deadline":1388000001,"expiration":100,"expire_index":310120,"fee_fraction_int":5000000.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"open","target_value":0.0,"tx_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","tx_index":21,"wager_quantity":9,"wager_remaining":9}',0,'OPEN_BET','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','a40375ef4a89be69eb3628349be64e7c66ac7db6009eb7f4a75f302cdebf1ef3'); +INSERT INTO messages VALUES(139,310020,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310020,"calling_function":"filled","event":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","quantity":0,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','717478bc1a9d5b9350d805bfe9dfec2d50eb871a6eec6ab522d1da0a639e20f9'); +INSERT INTO messages VALUES(140,310020,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","wager_remaining":0}',0,'BET_UPDATE','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','60e9f6e348d92305a30f71fed1719b1b84adc7d6a9d012a60d66c731a0e2b85d'); +INSERT INTO messages VALUES(141,310020,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310020,"calling_function":"filled","event":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","quantity":0,"tx_index":21,"utxo":null,"utxo_address":null}',0,'CREDIT','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','7039154f8ea64231851e2a427a3998bef38e5c3884f28d18dc65f907680fa393'); +INSERT INTO messages VALUES(142,310020,'update','bets','{"counterwager_remaining":0,"status":"filled","tx_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","wager_remaining":0}',0,'BET_UPDATE','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','a9b117b77282f3623a2a232a8be452c0c4791594b1378cfcac9bbaef76c0fb1e'); +INSERT INTO messages VALUES(143,310020,'insert','bet_matches','{"backward_quantity":9,"block_index":310019,"deadline":1388000001,"fee_fraction_int":5000000,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","forward_quantity":9,"id":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1_5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","initial_value":1.0,"leverage":5040,"match_expire_index":310119,"status":"pending","target_value":0.0,"tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx0_bet_type":1,"tx0_block_index":310019,"tx0_expiration":100,"tx0_hash":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1","tx0_index":20,"tx1_address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","tx1_bet_type":0,"tx1_block_index":310020,"tx1_expiration":100,"tx1_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","tx1_index":21}',0,'BET_MATCH','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','4e963bc3fff1d18a4107e18d2c1b8ab48bb5848990081ea16386c84084b6e28c'); +INSERT INTO messages VALUES(144,310020,'parse','transactions','{"supported":true,"tx_hash":"5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","tx_index":21}',0,'TRANSACTION_PARSED','5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93','e3eb1fd97b087b584cb55114dbb148cb923f64507c76fd4e61d0ce95139a84be'); +INSERT INTO messages VALUES(145,310020,'parse','blocks','{"block_index":310020,"ledger_hash":"8315de64ee1051c333687ba9fae6244287b85bcc1e3a4b67f3fe7d51b931378b","messages_hash":"d028ab966abf47121d030e9a67fac28ea8274aa57e11e9a60524f84829e797c2","transaction_count":1,"txlist_hash":"087de9b1715dfdac7372489fc615b597c9575c9520eb1ad5f7435a2641388621"}',0,'BLOCK_PARSED',NULL,'d3ef36f57e11e6c32c68abd2c11bfa26bdf5180d1b56420274c59a8e2706b68d'); +INSERT INTO messages VALUES(146,310021,'insert','blocks','{"block_hash":"7c2460bb32c5749c856486393239bf7a0ac789587ac71f32e7237910da8097f2","block_index":310021,"block_time":310021000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'07dc4c11f18270acf2f23166e4d912f8fe254ee690e6088d5bfe08f9a53d7e2b'); +INSERT INTO messages VALUES(147,310021,'parse','blocks','{"block_index":310021,"ledger_hash":"c2d646bd3f54eec73cd9da6f5da4bc159d0c64e8fb9ad4095dfa58850e65c7b1","messages_hash":"d97fc24a284a20bc7851c5a073a7318222c6bd51c420f6e97f54f2284a9a6270","transaction_count":0,"txlist_hash":"e5f36761a4755ebc133389b9bc01a085c585a24fa346c784123f3dd5a125ad27"}',0,'BLOCK_PARSED',NULL,'21a0f0544d5f121d3ef94b99ac3054429de7b73bb583253666d466c6d36c5c1b'); +INSERT INTO messages VALUES(148,310022,'insert','blocks','{"block_hash":"44435f9a99a0aa12a9bfabdc4cb8119f6ea6a6e1350d2d65445fb66a456db5fc","block_index":310022,"block_time":310022000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1efa97e53ce82d5ea63703a52c1a8f1778e66775cacb5c76f0b15aa40ebb51a5'); +INSERT INTO messages VALUES(149,310022,'parse','blocks','{"block_index":310022,"ledger_hash":"619367fb7657e0fb4800acd385eb5593d085ce5cbfbfb098dafa98612d9fd445","messages_hash":"393ec1e55ac9ae497841a79dcbcb217e9614e998ec209392f041c81691c87e85","transaction_count":0,"txlist_hash":"e62992a5e4f80347f92c512e1bd47df4c2f4e9fa0c38b7ca73befd39fd181d54"}',0,'BLOCK_PARSED',NULL,'b78c4273deafe8fdb6b7891b53fc3c0887163abd3f1daab737066d89def463be'); +INSERT INTO messages VALUES(150,310023,'insert','blocks','{"block_hash":"d8cf5bec1bbcab8ca4f495352afde3b6572b7e1d61b3976872ebb8e9d30ccb08","block_index":310023,"block_time":310023000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cdfde16de4fdec2db7504e1c740a78657be569de11a9374711c9b760df3bd00f'); +INSERT INTO messages VALUES(151,310023,'parse','blocks','{"block_index":310023,"ledger_hash":"ba865dbc8263aaf153d7264dfc6a580bebe9391ca0551f15a1c822c6cbe2b8de","messages_hash":"b002d14b9248cbdf55ee5e364118afe1fcdb50123a2f4f37f2c4886762045039","transaction_count":0,"txlist_hash":"e62acd9368da6141ddf435bd919fe0e124bd77646207d69a2544790107ab88a5"}',0,'BLOCK_PARSED',NULL,'be83c02f2299acd2c544d48e0fefb5a3b9e714c0f969c42b8f3cd3e4afc94dd2'); +INSERT INTO messages VALUES(152,310024,'insert','blocks','{"block_hash":"b03042b4e18a222b4c8d1e9e1970d93e6e2a2d41686d227ff8ecf0a839223dc5","block_index":310024,"block_time":310024000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fa07526935aec9f42dbf38f1bd4d03ec67c6a67a35220282bab50d3dab156407'); +INSERT INTO messages VALUES(153,310024,'parse','blocks','{"block_index":310024,"ledger_hash":"368e948cbf42de80aca51abe75d09ec78196924453719182ccc86419df5da2db","messages_hash":"777c3d3cc3f470c23ccd8be01b232f6c31637f2f225dd310a165649568d004f6","transaction_count":0,"txlist_hash":"2c65dfdc0d371025c6d497e087b8548633238d6049242fa411383fcce72b096e"}',0,'BLOCK_PARSED',NULL,'46e48417af54db51c36174213e451060fed5ebbdee06d5699a38dceeabfdc3e4'); +INSERT INTO messages VALUES(154,310025,'insert','blocks','{"block_hash":"a872e560766832cc3b4f7f222228cb6db882ce3c54f6459f62c71d5cd6e90666","block_index":310025,"block_time":310025000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'af8151c1fc5a93b2db30757770f8a93b28575ad39d64dd99ae50abbf1b8a720f'); +INSERT INTO messages VALUES(155,310025,'parse','blocks','{"block_index":310025,"ledger_hash":"9f7132c808936f580d4fb1dc5791541a5a3d23532d1093c20d434007f8dde54c","messages_hash":"d4ec7c2331604b8d243a84eeaf704089c47998bd0f34bf638067335819410a1e","transaction_count":0,"txlist_hash":"ca60850f73099aabc38d1521a94d611cc02f4539620a17488d1e9a445087104f"}',0,'BLOCK_PARSED',NULL,'ff82be352b67aa2a74003163152758f3fdccaab4cbea06772a19e2a9241cdf45'); +INSERT INTO messages VALUES(156,310026,'insert','blocks','{"block_hash":"6c96350f6f2f05810f19a689de235eff975338587194a36a70dfd0fcd490941a","block_index":310026,"block_time":310026000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'543fa70c7076c88d7fbaec3e7fe8015b7ec42bfe9e2381439005edf153e29ac8'); +INSERT INTO messages VALUES(157,310026,'parse','blocks','{"block_index":310026,"ledger_hash":"074ea6f10a5290cff31f7b21483f7b2248723c8d1b5bc060c31219f66f37def7","messages_hash":"462013ce729e1e400f18a938391bf4880720c18ce65a6299654eb78a6c186fdf","transaction_count":0,"txlist_hash":"21db77ad7cd241752184fa9fd61ab9cf670cd40105d7d9b887d8df62f25e5cfc"}',0,'BLOCK_PARSED',NULL,'056ccc01286de26d70eea2d3f7518102733931a627b693206131122eb1b14ec7'); +INSERT INTO messages VALUES(158,310027,'insert','blocks','{"block_hash":"d7acfac66df393c4482a14c189742c0571b89442eb7f817b34415a560445699e","block_index":310027,"block_time":310027000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1d31e79007575131a1e09eae153ca5fae74745122beefbde70cac32898b03530'); +INSERT INTO messages VALUES(159,310027,'parse','blocks','{"block_index":310027,"ledger_hash":"a3ade2b2e5bc701996f511f3e85d596b60f882a3254fd975769c0f38b3b14cb3","messages_hash":"19431cd34998fe9d227feb4e0e92429c8e680b854682cda3b3345fd7e2c8dd42","transaction_count":0,"txlist_hash":"9469f4c4b4f208f2a46569234006846d18ae108ca6a98600ab70bac1ef1ad633"}',0,'BLOCK_PARSED',NULL,'1f2484d72d618e3938830e7a240eab0356b4e8ced4909a4bff2f4aa4438bdc7b'); +INSERT INTO messages VALUES(160,310028,'insert','blocks','{"block_hash":"02409fcf8fa06dafcb7f11e38593181d9c42cc9d5e2ddc304d098f990bd9530b","block_index":310028,"block_time":310028000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5d9f874833f8ed3b6fbc326ac1d681313199ceb878ca5a63a6165e531555346e'); +INSERT INTO messages VALUES(161,310028,'parse','blocks','{"block_index":310028,"ledger_hash":"3bf124a34825b5c487c94dd79b1ea4f25e657294966879f1c10b56b37a3d29b5","messages_hash":"74f541f98d8087b1345a7dc79ab951a97cc083f2ce3aaa62e3668fdd876c628d","transaction_count":0,"txlist_hash":"55de4927d0ba81d336f143b08224af9fe9a862bf0ed4d39fbe242e9c5946bcf4"}',0,'BLOCK_PARSED',NULL,'7ddf7752ae1b6b0fd3ac0db4828477eb85c4f47800d3706a254d6727ef626d88'); +INSERT INTO messages VALUES(162,310029,'insert','blocks','{"block_hash":"3c739fa8b40c118d5547ea356ee8d10ee2898871907643ec02e5db9d00f03cc6","block_index":310029,"block_time":310029000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'341881ba2214182b0e460179fca0ea391e10fe2aca68fce90b3a064ef3610c62'); +INSERT INTO messages VALUES(163,310029,'parse','blocks','{"block_index":310029,"ledger_hash":"e502eb7b282e0bd4940d8f75ef51d677a641f3d55304adcb015bc249c97892bf","messages_hash":"c735a83289c3941fcd24d9e02593899d3fee37ad75f1b9cbfda9b934c2fc452b","transaction_count":0,"txlist_hash":"3d879f96d783e70a75f71c2b44ae4c5601bc8f1192b828f1b35400b8c99aa0f2"}',0,'BLOCK_PARSED',NULL,'bdba3f77eef5d996278b0aa2b2dbea45045feb993642dba67b41035609aa56a5'); +INSERT INTO messages VALUES(164,310030,'insert','blocks','{"block_hash":"d5071cddedf89765ee0fd58f209c1c7d669ba8ea66200a57587da8b189b9e4f5","block_index":310030,"block_time":310030000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5833dd8b0d429e3eb88d5fa40c927a72fe77f86c16630709cd1ac3c8c1479255'); +INSERT INTO messages VALUES(165,310030,'parse','blocks','{"block_index":310030,"ledger_hash":"d64b5eb04ddfb5600be40142b1fd27c308387a35942a6e8a6916407bbc1313b1","messages_hash":"83a1d00c8f96589903415b4eb51bd4401574aa7c022dffd85294266c231a8c53","transaction_count":0,"txlist_hash":"c859356c985f3c051d5b01424759e66e9ec7c2eac055eb9fc2b0ad7323253a6a"}',0,'BLOCK_PARSED',NULL,'917fa2cd5e2afd7394ba299f11c873c875a43a3d2f0c7d2341edeff2be5a1288'); +INSERT INTO messages VALUES(166,310031,'insert','blocks','{"block_hash":"0b02b10f41380fff27c543ea8891ecb845bf7a003ac5c87e15932aff3bfcf689","block_index":310031,"block_time":310031000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'97dba0337dd4d159ca6d99c07011aedfb9a1dd26b1f60c08a19088fbf3cebad4'); +INSERT INTO messages VALUES(167,310031,'parse','blocks','{"block_index":310031,"ledger_hash":"e9c97dd7adb1b22d4ed0238607faeb2d14c090fbd7d685275ee802ab23b4b740","messages_hash":"915e3f61377967111dc002fca5486235239d51b19832333849306e892ee4eff4","transaction_count":0,"txlist_hash":"4cdafec839c7abdda11f10437d890c952b3416929ff6e715f44e8c57412437af"}',0,'BLOCK_PARSED',NULL,'804c27d772ed600024f31d68c04e70782036379268ee7605ac9939fa485f4b20'); +INSERT INTO messages VALUES(168,310032,'insert','blocks','{"block_hash":"66346be81e6ba04544f2ae643b76c2b7b1383f038fc2636e02e49dc7ec144074","block_index":310032,"block_time":310032000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6065e3f7fcc04387fb829b1e61927952978bde041987bb671a908fc45693c041'); +INSERT INTO messages VALUES(169,310032,'parse','blocks','{"block_index":310032,"ledger_hash":"2544ffced9af1aabd84ab51fb78c56c9beac03dcb286aebd4202938dfa0754ea","messages_hash":"473efaa7a6d97f6161f9083e492f27652f2ba4de18ed753d5eeb830ef273f9a8","transaction_count":0,"txlist_hash":"2fc6c250a775ac70976d371540df4a7af608ca1b106b7efb7bc5a820ff505bdb"}',0,'BLOCK_PARSED',NULL,'26dae52bb6e3d53baa652dadb059783d3cd8aca578edc5b40c02f88dbb38514a'); +INSERT INTO messages VALUES(170,310033,'insert','blocks','{"block_hash":"999c65df9661f73e8c01f1da1afda09ac16788b72834f0ff5ea3d1464afb4707","block_index":310033,"block_time":310033000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f04fff4451aa1842b4ed8b4fc3124296d778961b5f8684e6adeb0260dbc598bc'); +INSERT INTO messages VALUES(171,310033,'parse','blocks','{"block_index":310033,"ledger_hash":"4355d3ebb95187fec36b1847a4c3777d8e1d5541bd1d9ff8461b8ac5b9881261","messages_hash":"fe7f78bb7f3f884f5442dbd496b20b058609b2e87dd3bc2f15db14e9db88ee36","transaction_count":0,"txlist_hash":"d99b155e06fb50de6e7e6b646c641e3862d3d6df0ab9aec3e360fba0fcb54776"}',0,'BLOCK_PARSED',NULL,'13e4d94b9725573e3325df98993d8c4fa2b8ee808a95889501bc80f24e7fe17d'); +INSERT INTO messages VALUES(172,310034,'insert','blocks','{"block_hash":"f552edd2e0a648230f3668e72ddf0ddfb1e8ac0f4c190f91b89c1a8c2e357208","block_index":310034,"block_time":310034000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3943b40a31d88d14475066924b8493cc84585ae85f6c108c516b7939c1f188b8'); +INSERT INTO messages VALUES(173,310034,'parse','blocks','{"block_index":310034,"ledger_hash":"c7fcb5134bd8131c035d65b5eeef8a3cd214348822563232a992f3f703c6b0b9","messages_hash":"5e813ae466696f51e5d6b960267194585b5a59a14f360c22d5fdecb2cfc583dd","transaction_count":0,"txlist_hash":"826d7b750bb4ad8fabd67c825c81f840b7a7a264489a9263410a5cb204d3309f"}',0,'BLOCK_PARSED',NULL,'ae5d69d4ffdffce9fdd31a13ef9ea062172b55f56da7c60727036e998e2ea857'); +INSERT INTO messages VALUES(174,310035,'insert','blocks','{"block_hash":"a13cbb016f3044207a46967a4ba1c87dab411f78c55c1179f2336653c2726ae2","block_index":310035,"block_time":310035000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1d10d6bd62d740e0fc8caafe6406fab9d63bd3c5cbc97432a922bd676365429a'); +INSERT INTO messages VALUES(175,310035,'parse','blocks','{"block_index":310035,"ledger_hash":"c41c280498ce05d6073fc6e89be2684dc68c345c1c43c00b9a3f9041954fce26","messages_hash":"5fc621297c7363c627c530739dc029036525ff36619631285586ddd2240861c6","transaction_count":0,"txlist_hash":"f96598e2169d42d81b91ba03e7403dbd25a61399290f358022a998e4375fe2b9"}',0,'BLOCK_PARSED',NULL,'b0bd0dca879c56c61d48fa7f6a600c3cf38d172d8f7ff0c6339a8359c3194004'); +INSERT INTO messages VALUES(176,310036,'insert','blocks','{"block_hash":"158648a98f1e1bd1875584ce8449eb15a4e91a99a923bbb24c4210135cef0c76","block_index":310036,"block_time":310036000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1c66a6bc5d43fd7fae5dd6e155b336c4cfd369b3130ee34ad1204704d3eb4008'); +INSERT INTO messages VALUES(177,310036,'parse','blocks','{"block_index":310036,"ledger_hash":"86c67fd234ca9d2406080018b2677386990fac477db8008c0092d40a398203ed","messages_hash":"dc6bb2d92481ce5aa738a85152562ad36b592800f608697cefd6aa7bd61e4c2d","transaction_count":0,"txlist_hash":"ae7fdf3e9388811e96d470070db9ac45b5b19754bb4ad424aade40fede3c9cf9"}',0,'BLOCK_PARSED',NULL,'2ef2c8a938f315a54899eb6a4ee43850eccb5755035d0db80d58e5c2264b9626'); +INSERT INTO messages VALUES(178,310037,'insert','blocks','{"block_hash":"563acfd6d991ce256d5655de2e9429975c8dceeb221e76d5ec6e9e24a2c27c07","block_index":310037,"block_time":310037000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'90d97103f783a1738ea3cadeb730efdd16fb565ebbc6d410b1db2e3769728f5d'); +INSERT INTO messages VALUES(179,310037,'parse','blocks','{"block_index":310037,"ledger_hash":"3ae6272437eb0758a779d68785c41e119d1204dd5421c78e03b9d12eba64804b","messages_hash":"9ddc8bc3a9c21e9bb007fef676face3b4fbbcce6db21aad1e1b462a7e2102e5e","transaction_count":0,"txlist_hash":"aa9600ce32fd7c1d6e963a51648eaae043685d3369413785517172d1f94d551b"}',0,'BLOCK_PARSED',NULL,'2e600875412586fac7121ac824b34472579523a6ee487ae878d3105b2381f36e'); +INSERT INTO messages VALUES(180,310038,'insert','blocks','{"block_hash":"b44b4cad12431c32df27940e18d51f63897c7472b70950d18454edfd640490b2","block_index":310038,"block_time":310038000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ae9b037ad0b3c086dde42711814baaf3892ce9ec1a57eff7ddcde8be507b144e'); +INSERT INTO messages VALUES(181,310038,'parse','blocks','{"block_index":310038,"ledger_hash":"18f7552567b898f6c2cfe8c829903912445de5dbf05b56a13bf9b402a24fdc11","messages_hash":"2c44ba9146d4c8c98311305f5f3fc8f0978e777fcf949f28c0062626e416f574","transaction_count":0,"txlist_hash":"46ce886f050bf7a80355da9cb15b35f5d38809ef2ec1a25250f057b63f51cdfc"}',0,'BLOCK_PARSED',NULL,'d1ca2a1a42321c3dca2abcceb68f714e93f8adb0714c544c25006157ce9afe08'); +INSERT INTO messages VALUES(182,310039,'insert','blocks','{"block_hash":"5fa1ae9c5e8a599247458987b006ad3a57f686df1f7cc240bf119e911b56c347","block_index":310039,"block_time":310039000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f1cf7d6399acbbe966d7ebf8a90a0caab1bb2b71194fb9549ae1a8745d56dcec'); +INSERT INTO messages VALUES(183,310039,'parse','blocks','{"block_index":310039,"ledger_hash":"85f2255f9256a5faf59ddec1c58b1d3bc12c91bc2c62ead61b48e1f94ea2888d","messages_hash":"bb6ca09b82b1734f8fcb77420c9f1dd0bb1db1b8bb2789e6287831cdf4aefcd9","transaction_count":0,"txlist_hash":"23a26edddf0c8662b055ed992c75c706221b59ce9a7aa45b757a3d5158772e8c"}',0,'BLOCK_PARSED',NULL,'61ebfc46d3d28202f4e096d5528a441e39e0f322114ef44f47724d03fe48a606'); +INSERT INTO messages VALUES(184,310040,'insert','blocks','{"block_hash":"7200ded406675453eadddfbb2d14c2a4526c7dc2b5de14bd48b29243df5e1aa3","block_index":310040,"block_time":310040000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'75ec1594e882aa8fa615f6816285bc5869964ff09391f546a72701a59ebe8b5c'); +INSERT INTO messages VALUES(185,310040,'parse','blocks','{"block_index":310040,"ledger_hash":"b799477db184351df5503f8d15d5461a0483ea35142c003b7e640429663ad943","messages_hash":"f1f204760e3ed2ac2b2617e5be086fef13ea4e248573b4bd9fb94fc6c5700746","transaction_count":0,"txlist_hash":"163682e05a9a10f3e3240420c932a7f3f2172484de30dbcac0319ac23a4726f1"}',0,'BLOCK_PARSED',NULL,'58bb94c2cadc1dab09f7f9dc10673ad24eebf9cb90353afa1fdc6f74443f2f21'); +INSERT INTO messages VALUES(186,310041,'insert','blocks','{"block_hash":"5db592ff9ba5fac1e030cf22d6c13b70d330ba397f415340086ee7357143b359","block_index":310041,"block_time":310041000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ee7e654a81a51acede15506b1aaf4f680e0add20a692dd8dd80b1eff4df9d221'); +INSERT INTO messages VALUES(187,310041,'parse','blocks','{"block_index":310041,"ledger_hash":"efa9cd46741b59e74263d6d348584f1a61e8ba32163c09fc3ff2e41a5431a483","messages_hash":"19fe2f4a8a8cd35630e044e7b919d6d426f2648b3183653d4e552fa899406b3e","transaction_count":0,"txlist_hash":"a159868ce28207aa243e7ecc50f188e8e34e5ddb5d801b645b1c16a596e060ed"}',0,'BLOCK_PARSED',NULL,'682fdfa0669768abbee3b6a1a217f0f5cc3d4fb97a54b55411f75e2c7b07260b'); +INSERT INTO messages VALUES(188,310042,'insert','blocks','{"block_hash":"826fd4701ef2824e9559b069517cd3cb990aff6a4690830f78fc845ab77fa3e4","block_index":310042,"block_time":310042000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'07d04963041c42eb182bb26cbcdace8a4e8ba534df9fdc4fb4853e059413c8f1'); +INSERT INTO messages VALUES(189,310042,'parse','blocks','{"block_index":310042,"ledger_hash":"f3159919f381d46a3e1341703e55192a02a36519e71fc2675285a3a14c4ee04d","messages_hash":"10fa0e9fa426a0c6e7265ab9ac9f5a5fc52fd74037561ae5ba6e421376774213","transaction_count":0,"txlist_hash":"52bca7ccb83bfe83d8693ebc4c5b1ce518b2ae472dfc81f2c2940dc2460eeeab"}',0,'BLOCK_PARSED',NULL,'98ca5e909e73ee7405c036c9aa91a31df2507db09390ba4fabfc875bd4d50de6'); +INSERT INTO messages VALUES(190,310043,'insert','blocks','{"block_hash":"2254a12ada208f1dd57bc17547ecaf3c44720323c47bc7d4b1262477cb7f3c51","block_index":310043,"block_time":310043000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'368a04f09c4f617039073472299e23b606e002d97d4df3258077802312296163'); +INSERT INTO messages VALUES(191,310043,'parse','blocks','{"block_index":310043,"ledger_hash":"961c79ea2b7dcc2d7489c423b568fb978631e71732d6b998bcc0657aa4d19194","messages_hash":"6b98974a5af752b7085873e87cf9aa70d83140af9d314f93b0dbe2a2c83d6b77","transaction_count":0,"txlist_hash":"1fa2eb6aa4c8b5efd093c6e484dddb85eabfa0de55edc929e04487ce65e73608"}',0,'BLOCK_PARSED',NULL,'9590b253ad7b360c947bfd714cb2011797aaa7ba5e72b761334865d0ad78de54'); +INSERT INTO messages VALUES(192,310044,'insert','blocks','{"block_hash":"3346d24118d8af0b3c6bcc42f8b85792e7a2e7036ebf6e4c25f4f6723c78e46b","block_index":310044,"block_time":310044000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'67119761bf128e5888e562c411933a41593d506967ce7ee5d2dc12bc083837ad'); +INSERT INTO messages VALUES(193,310044,'parse','blocks','{"block_index":310044,"ledger_hash":"d674c39010fd4554efa487d97a3d9cae278ed9b4aff0ce57db33bd881beeb3e3","messages_hash":"168d8727e9b3d16b946f172136ce375124fc05644b9227b095bd8d517d5e26e3","transaction_count":0,"txlist_hash":"ddc2517e1efddbe56185e00d77333ef9f2f2ad6c59e042d65a8f4d8c2b323e5e"}',0,'BLOCK_PARSED',NULL,'7cff5ce1538285b85d392cd983e187c81da0571e0ed26cfce20c818b5a8d0f15'); +INSERT INTO messages VALUES(194,310045,'insert','blocks','{"block_hash":"7bba0ab243839e91ad1a45a762bf074011f8a9883074d68203c6d1b46fffde98","block_index":310045,"block_time":310045000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'47ce08a2a85f216c979297994a1d56593b84ff21a6f2a7d8fe660583e71a24d7'); +INSERT INTO messages VALUES(195,310045,'parse','blocks','{"block_index":310045,"ledger_hash":"9ba70a032ae92672174421689c0845784f0cef7374e88b2f5258260191864bf1","messages_hash":"63900d6dde3c57ac158d0d659507b31132627522b754795e989bbfab3427d721","transaction_count":0,"txlist_hash":"3b1d5cd9cb8e7b753233ac0dac5e697226ae372bff3813852434d96996e78fac"}',0,'BLOCK_PARSED',NULL,'2a590153cb0230c0a8ec469e262131fbc107a2af5eeb2a535db3ee6f24dfab11'); +INSERT INTO messages VALUES(196,310046,'insert','blocks','{"block_hash":"47db6788c38f2d6d712764979e41346b55e78cbb4969e0ef5c4336faf18993a6","block_index":310046,"block_time":310046000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6fc394408aef427b6d9f4c1a180e413a5b0f3f19c139891e32acc352fe63d76d'); +INSERT INTO messages VALUES(197,310046,'parse','blocks','{"block_index":310046,"ledger_hash":"114a6ab930fbdf8531431620ed219db3756a634c5b99af6ce1ee66d527d277ff","messages_hash":"51ee6046587ea99d4f6ec5df0411a36da47c5835ce1ebac0d5728e87b8706970","transaction_count":0,"txlist_hash":"becb4b0241accefb95aee137e58d406e15e87c28ed3f051938b4fc02e249b21c"}',0,'BLOCK_PARSED',NULL,'8201158cd116c56fd6eabe71c88fa0ed0d7e55d89e25176d611a45229533469d'); +INSERT INTO messages VALUES(198,310047,'insert','blocks','{"block_hash":"a9ccabcc2a098a7d25e4ab8bda7c4e66807eefa42e29890dcd88149a10de7075","block_index":310047,"block_time":310047000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0765cd490a403995d40f70866b92828206949322b78cc82ac19aecfb45f6ba3f'); +INSERT INTO messages VALUES(199,310047,'parse','blocks','{"block_index":310047,"ledger_hash":"5356512c94ea2c77623d874a927aae8c3dce287a34dfd27a617abfa57142c7f3","messages_hash":"89c72def3099ed1161009e6927ab799e5919aa9e1302bad19d8c0ea6bf6224a6","transaction_count":0,"txlist_hash":"6e06ce8a113de9e8b1a88516a512671aa2cdef60168a40d91742caa281417634"}',0,'BLOCK_PARSED',NULL,'9d838fd313b5f418ed1eff319ce22a2ec030337e6cf4eeaeb0888fa2e80769a2'); +INSERT INTO messages VALUES(200,310048,'insert','blocks','{"block_hash":"610bf3935a85b05a98556c55493c6de45bed4d7b3b6c8553a984718765796309","block_index":310048,"block_time":310048000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f8dfba282e95616538ceca61a6d7ef806b19ecc66a5b20457399db91d728f426'); +INSERT INTO messages VALUES(201,310048,'parse','blocks','{"block_index":310048,"ledger_hash":"0902ca0868560d05049c983bca3ab91cdd5eafc46ab0a948d702abcbc4010582","messages_hash":"e1f0d4a355d4ec45671a563bd653a2188e743920c1397e50d66a99060887cefc","transaction_count":0,"txlist_hash":"67a2fb81ebb42dc6781746a403d81b4e7603f82f02724074541d42380d7269fe"}',0,'BLOCK_PARSED',NULL,'5ec3fa39f42c0644af726fbda0eec13d2c321e10e35aba6bf8bdbce4228e7b15'); +INSERT INTO messages VALUES(202,310049,'insert','blocks','{"block_hash":"4ad2761923ad49ad2b283b640f1832522a2a5d6964486b21591b71df6b33be3c","block_index":310049,"block_time":310049000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'62ec21a53a5d8766b67239ddef767999e864dcc4de0b157942a6014e29a6df69'); +INSERT INTO messages VALUES(203,310049,'parse','blocks','{"block_index":310049,"ledger_hash":"978794628fc95756032cb7fb4e9d5ed286373d84fafbcfceec9af71d18c4c0be","messages_hash":"684eb982a222558cb2038b60063748221307849fc10c5a634bc7269d50ecc1f5","transaction_count":0,"txlist_hash":"ac68aa21454eb2a2ca973b5451523fc6d2a4df6906b9472891cf8e06087e130c"}',0,'BLOCK_PARSED',NULL,'f2fec3f96d3aec110ae16153b878b02012b12b3220ff5258b821cdc76dd2e603'); +INSERT INTO messages VALUES(204,310050,'insert','blocks','{"block_hash":"8cfeb60a14a4cec6e9be13d699694d49007d82a31065a17890383e262071e348","block_index":310050,"block_time":310050000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8c876a04d352db475873f1cb52cd7bcb6927dcbfdbdc40b938e1ede3ef2f73e1'); +INSERT INTO messages VALUES(205,310050,'parse','blocks','{"block_index":310050,"ledger_hash":"ff16abeb1d35e0e422f165e206b0d69e0b9ff48b68fc6656c1af74801908b92d","messages_hash":"2f3989adecabab62c8a277f5a71c8f1770d6394cf5e23d0bbf4cc6226b1d6db9","transaction_count":0,"txlist_hash":"720d553ed03860df12ab60af34cfec86b9d7ec80275f6d8815e3f61166e3af88"}',0,'BLOCK_PARSED',NULL,'98de720796c6c8e9963be54846e6dc194740846c369198710ee2ae7f897de421'); +INSERT INTO messages VALUES(206,310051,'insert','blocks','{"block_hash":"b53c90385dd808306601350920c6af4beb717518493fd23b5c730eea078f33e6","block_index":310051,"block_time":310051000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'393fd5b21cdfe63f1ba41c7fd2d349fa94a83439adedaceb5ec79866581d4175'); +INSERT INTO messages VALUES(207,310051,'parse','blocks','{"block_index":310051,"ledger_hash":"556ff900993e70cabefd05ddd5dbe3e8e10bb5c9ada7913b75d84af067004ed5","messages_hash":"a3ce6ff9cac254d15e493868960c8636480c253f1d22309835cc0a75276e2086","transaction_count":0,"txlist_hash":"656a21084dc8f46455fd2a42ebbdb0efd5c879ccb16e9b1532a6ab5323debdb4"}',0,'BLOCK_PARSED',NULL,'d9e93316a69f114a4e25b3f9f0fd99fcb91756d29bd69fb038984975d44a448a'); +INSERT INTO messages VALUES(208,310052,'insert','blocks','{"block_hash":"0acdacf4e4b6fca756479cb055191b367b1fa433aa558956f5f08fa5b7b394e2","block_index":310052,"block_time":310052000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'04eb6130716cac1d11e417746faf9e4eca9ab7a90d5c0ae1d395d2bed65a8a75'); +INSERT INTO messages VALUES(209,310052,'parse','blocks','{"block_index":310052,"ledger_hash":"15af3a616a2974aa70b7b58f88132051f335af299473db925b619fda8be1afc7","messages_hash":"c260fe2076182c816b05a8a61e541f55381f2017de18311e19272b1ddafb9bb7","transaction_count":0,"txlist_hash":"3f90b36b7ebc9a2daea1e498bb44100f12f35c9df04260448bd38b23375b16be"}',0,'BLOCK_PARSED',NULL,'dd2354a47c9d035532b60332faf52c9ba7f0b97bf9ca62b47eded500df6e060e'); +INSERT INTO messages VALUES(210,310053,'insert','blocks','{"block_hash":"68348f01b6dc49b2cb30fe92ac43e527aa90d859093d3bf7cd695c64d2ef744f","block_index":310053,"block_time":310053000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a90bf80dc7669cafa1ff816b367a7dc21340874f3cd35690b69f07122a36b881'); +INSERT INTO messages VALUES(211,310053,'parse','blocks','{"block_index":310053,"ledger_hash":"ed0ed3b480b38929a425c2b61c86582495764624e020cb86b3a95fc7d59c692c","messages_hash":"e817bda88de153d8d1bcb7c56b42111540f5d3e3e9a7ab1e7cf6fdb2b3f9bb69","transaction_count":0,"txlist_hash":"67427731be09b73755cd460d142686c903b819b7b8af48297d460ab91fde3609"}',0,'BLOCK_PARSED',NULL,'ea09ac16a2bbde6bfc49af58c6e15f5c57e3b38d93923f73d4be7dceac551065'); +INSERT INTO messages VALUES(212,310054,'insert','blocks','{"block_hash":"a8b5f253df293037e49b998675620d5477445c51d5ec66596e023282bb9cd305","block_index":310054,"block_time":310054000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c193e0550cac14a3dd131b5a3c7116bdfaacd7b122193965df04d820ebb34367'); +INSERT INTO messages VALUES(213,310054,'parse','blocks','{"block_index":310054,"ledger_hash":"f012825d2d549910910ad6b7e4ac2373d095b53869f0793709684f0ff05bb108","messages_hash":"3cac733a3ccf4ba2b69d608de41394e6f5996c429ba7133e03cd236a3edbfcef","transaction_count":0,"txlist_hash":"c5e4ba3e2011e7fbf238285525a544de3cc0fe9360a3451392a4c03acd508690"}',0,'BLOCK_PARSED',NULL,'648c9e54e2efd4df1569bcd7eb553b9bff1507d6b3520398eec920d73e998231'); +INSERT INTO messages VALUES(214,310055,'insert','blocks','{"block_hash":"4b069152e2dc82e96ed8a3c3547c162e8c3aceeb2a4ac07972f8321a535b9356","block_index":310055,"block_time":310055000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ae819038709c392f850e488692dfc56d1af4199ffa891d02734a27f931cdfc07'); +INSERT INTO messages VALUES(215,310055,'parse','blocks','{"block_index":310055,"ledger_hash":"90c08144277fe622573282349edaf9e59289b716b5b4e368d88ac25e67e788d1","messages_hash":"9da0b618fa68f34e5e6f8ebbad082527ad2450584581021d15ccbf40e4f50cfe","transaction_count":0,"txlist_hash":"5e4a8aee5f04d75d9ffcc85e8344c445b5facfc838f39a77b6b0d5acf6cd8213"}',0,'BLOCK_PARSED',NULL,'3bf71cc4a8b48345caf08f285f535bd35607c5bfe18dd779af95c74a77fc15be'); +INSERT INTO messages VALUES(216,310056,'insert','blocks','{"block_hash":"7603eaed418971b745256742f9d2ba70b2c2b2f69f61de6cc70e61ce0336f9d3","block_index":310056,"block_time":310056000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'61357d39da263d8bebbd554b0b8dde0d58ba63b9a6cd5f236dda1c11a0fb9c74'); +INSERT INTO messages VALUES(217,310056,'parse','blocks','{"block_index":310056,"ledger_hash":"c888ae590b64fa4514ed7f94ba785b12e881052185cc4702b598cf6e48cbb3ba","messages_hash":"51dc49e38cdcd59c7b7dfe59ffc1e0b23d54ca6422f8904580ee798f2ca3f5fd","transaction_count":0,"txlist_hash":"1cb780a12bb6040055fa694822a4f39c340a18a858f0b65a8b227a6fd6fb4f31"}',0,'BLOCK_PARSED',NULL,'76483c098e510178a27013e86cb686328a807205e558db6d6457b74f1eaaf360'); +INSERT INTO messages VALUES(218,310057,'insert','blocks','{"block_hash":"4a5fdc84f2d66ecb6ee3e3646aad20751ce8694e64e348d3c8aab09d33a3e411","block_index":310057,"block_time":310057000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d43205a7eaf1c7387b8dac4348b42cc80e2d21f990df1e655092a26961b9c41f'); +INSERT INTO messages VALUES(219,310057,'parse','blocks','{"block_index":310057,"ledger_hash":"e68c9a569fda6f1e1e59502953c9735857a0ee158a76397722436466df24708e","messages_hash":"de5c951c8b580fa1384351e95392339cd63ec2fd36b9743d34fa6fb60851f785","transaction_count":0,"txlist_hash":"2e175f240928edbbd5a5c6c5f3fbacd9516a36c7e99501703e9d1b19999b2029"}',0,'BLOCK_PARSED',NULL,'7fa5e32c270dee873c9794165dfc311773ae553fe2768a90cb693e8b50af3b93'); +INSERT INTO messages VALUES(220,310058,'insert','blocks','{"block_hash":"a6eef3089896f0cae0bfe9423392e45c48f4efe4310b14d8cfbdb1fea613635f","block_index":310058,"block_time":310058000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3b8a6d5aae39319801df45d53e4c0b2bb5d237a8952cfae8156f72ed01872709'); +INSERT INTO messages VALUES(221,310058,'parse','blocks','{"block_index":310058,"ledger_hash":"9f6607682f4a6274c2a45895f849816aec83ff0820709ba781634b84518eb05d","messages_hash":"e2b940ab29618f8d4b567cd344c15f47411178ef9a933d9606ba973db1c699a8","transaction_count":0,"txlist_hash":"cca92bb672e368c0c1e5b4674a48e150a870f56a67339cbd74926d541ae2a4e4"}',0,'BLOCK_PARSED',NULL,'7d9b3a7cc71bb6a7c0c063c83bb8f17966d2c92b6f6f6d6929d328ae7c37e09c'); +INSERT INTO messages VALUES(222,310059,'insert','blocks','{"block_hash":"ab505de874c43f97c90be1c26a769e6c5cb140405c993b4a6cc7afc795f156a9","block_index":310059,"block_time":310059000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'68a8b285a54893ecdb69332440074c8b7bfcf1b556c936c9ac9b10e8c403d96d'); +INSERT INTO messages VALUES(223,310059,'parse','blocks','{"block_index":310059,"ledger_hash":"49b10a5c390f603e7be0d405bf1fcae95fd15682ef2e41a3b2fcf713d271e541","messages_hash":"1a039fbf2ab341ed11bae14bd280daa756d761a0263e946a2b17b45bb6c79b69","transaction_count":0,"txlist_hash":"12b8b50b634cb6843258f1c130df1cae60898c902d3e66ad00e1303fde4d8724"}',0,'BLOCK_PARSED',NULL,'8d931cea291944e8543ca0f11bc17c6eeb61ce1917a9965faa554c8826aefc62'); +INSERT INTO messages VALUES(224,310060,'insert','blocks','{"block_hash":"974ad5fbef621e0a38eab811608dc9afaf10c8ecc85fed913075ba1a145e889b","block_index":310060,"block_time":310060000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7348f8c752b66389c4fec889f1e187c6b23b73fb26ab5a89e44b28420d3fdc12'); +INSERT INTO messages VALUES(225,310060,'parse','blocks','{"block_index":310060,"ledger_hash":"1d6cea34d6f7042ced3a5211da80de88fa77c900af5526f3033b715e4f68df17","messages_hash":"801bf4d71c051d81f877bdf8861899dccfdcea86db05647591ccd9dca23def31","transaction_count":0,"txlist_hash":"40fa40a1a2c02ca514f309fe27268e9e493374bf3edfca8de66e3d46efa32ba6"}',0,'BLOCK_PARSED',NULL,'8518d01e3e0a6f85db16b0eebb0a6544d306000545e79298f1fcabcc6e6855f6'); +INSERT INTO messages VALUES(226,310061,'insert','blocks','{"block_hash":"35d267d21ad386e7b7632292af1c422b0310dde7ca49a82f9577525a29c138cf","block_index":310061,"block_time":310061000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d99eaa522860c2b1d65aea7cffd40860a9d11aad0918af472a0956e902ecff46'); +INSERT INTO messages VALUES(227,310061,'parse','blocks','{"block_index":310061,"ledger_hash":"0c43668fdc3d6cc6ec84fee99c68f0eff21650a618db35bc20e428550eae9b0c","messages_hash":"c7fd25caada6f72a8af96ef3eae754c1cd4526f50fca024ef9225ebe84ef7556","transaction_count":0,"txlist_hash":"4aa0becfc939793d7dccbb0b19881889a20c801e6c627be8ab8a2ffbd8cee8de"}',0,'BLOCK_PARSED',NULL,'11130468e4ca2b2b6a1d692bb556066b8bf900997f45e61f37b8f332d8d91cdf'); +INSERT INTO messages VALUES(228,310062,'insert','blocks','{"block_hash":"b31a0054145319ef9de8c1cb19df5bcf4dc8a1ece20053aa494e5d3a00a2852f","block_index":310062,"block_time":310062000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2d4b5deb1f574a383d5d12fadd3a430332d592b81c1c81120babdeaab3d5f47d'); +INSERT INTO messages VALUES(229,310062,'parse','blocks','{"block_index":310062,"ledger_hash":"cf03a34b29d3a8f8ea5fadb017426f2843c6ab2e785032b6dec70d7aba7bce4a","messages_hash":"873cce434e1bdcb8083c65b8cbea67a1b90e676e96cf230c2c8467b0e0205d00","transaction_count":0,"txlist_hash":"3317013c1e6464e0296f5aa7f50208ede42ff9051e4e3ce2da92584cb80a3079"}',0,'BLOCK_PARSED',NULL,'f563fca4d363fd01e15d41f2e600dbf324eb656795cb50b052a3af8c64596dab'); +INSERT INTO messages VALUES(230,310063,'insert','blocks','{"block_hash":"0cbcbcd5b7f2dc288e3a34eab3d4212463a5a56e886804fb4f9f1cf929eadebe","block_index":310063,"block_time":310063000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'25b42cc38720f163b6cc3461dd8020421e98fa6432ad575fc39f89c7e4417e40'); +INSERT INTO messages VALUES(231,310063,'parse','blocks','{"block_index":310063,"ledger_hash":"e145dfc2c7f053a1ba4c8a41d042b40c0748eefcf9e56c5e906ad4b12f3653eb","messages_hash":"b8d78585d2607790ed13941ac1c291bae0062c7d3f52321c3fbaa714c03dffcc","transaction_count":0,"txlist_hash":"b58f95d06b31f7bb5c6f6bd5c5c4460ef4e4ce0e1d154b8557a18cb73f36d432"}',0,'BLOCK_PARSED',NULL,'8e6574faec28ce9b90a1d66b7df50e60356ba48136bb9f6232f5579924f6c21d'); +INSERT INTO messages VALUES(232,310064,'insert','blocks','{"block_hash":"e2db8065a195e85cde9ddb868a17d39893a60fb2b1255aa5f0c88729de7cbf30","block_index":310064,"block_time":310064000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d32a9165bf9207426c28a00ba18f5c09c5094b615079444180ade05a7603b9d3'); +INSERT INTO messages VALUES(233,310064,'parse','blocks','{"block_index":310064,"ledger_hash":"ebc34184623da16251782c82098c7fcfda42f95b155eadfacab2a53e3b34333e","messages_hash":"efcf750330a4a65158f3379d5859178789d81b1694dc546ed940425322fb5faa","transaction_count":0,"txlist_hash":"e33ac70126559506de70ca420f152dcb639fd0e841d0d7259c0136d518fd4f39"}',0,'BLOCK_PARSED',NULL,'59abf61707b04728d4b2f5903beef9045df5af48cf46a512470b81f8da830c0a'); +INSERT INTO messages VALUES(234,310065,'insert','blocks','{"block_hash":"8a7bc7a77c831ac4fd11b8a9d22d1b6a0661b07cef05c2e600c7fb683b861d2a","block_index":310065,"block_time":310065000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'28f9e126575a9b225b77e69bdc3cb6ea686f9a368c4fa638b09f6d3c3ccde459'); +INSERT INTO messages VALUES(235,310065,'parse','blocks','{"block_index":310065,"ledger_hash":"db746a9e0ad8f37c14ef14180dd1bc562ae757a6d4d042a517bb8953f34c6958","messages_hash":"5a67240b897aa1bea487e63c22c0d0cfe51c8a0865fe965e1616985fa19f1cce","transaction_count":0,"txlist_hash":"9d52ca0b8859777bcbe84606017ec53961075699eff51b34b80e5a6ed33b137f"}',0,'BLOCK_PARSED',NULL,'9287b0f39015bdf51de59feb9af5ed82158b1d7aa0f2b9c6032a18f6e13acf7f'); +INSERT INTO messages VALUES(236,310066,'insert','blocks','{"block_hash":"b6959be51eb084747d301f7ccaf9e75f2292c9404633b1532e3692659939430d","block_index":310066,"block_time":310066000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'14673f5dd620dc715116b192912de4ac7b29c690919af30d020bf856d65d6f00'); +INSERT INTO messages VALUES(237,310066,'parse','blocks','{"block_index":310066,"ledger_hash":"cc71a63314b770e4e010bc7c66d8ab808451b6401e6df8558455a2bfc9bb4882","messages_hash":"4d6b2fd81a0946815d17a79192e7add80db16fcf26e19f94b9f3743fc46c6bf9","transaction_count":0,"txlist_hash":"5122312265a8305639f6490bc51fb025626dbcd38c5735ce85cd652348f2e86e"}',0,'BLOCK_PARSED',NULL,'af18bcb25de0952b1125aef3553679a7bbc31957b7d7944b825414cef4d01647'); +INSERT INTO messages VALUES(238,310067,'insert','blocks','{"block_hash":"8b08eae98d7193c9c01863fac6effb9162bda010daeacf9e0347112f233b8577","block_index":310067,"block_time":310067000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'de80feed8ac45d920d4e42b00fbb59a9aee1e4cb13cfb4694c4d967d4595739d'); +INSERT INTO messages VALUES(239,310067,'parse','blocks','{"block_index":310067,"ledger_hash":"a5812c0f3a37b04d5105bca6b0c4819a41beeedf5b0f314f476ab55d6c31235d","messages_hash":"15d4d28ddabad869871c70d631a150bf49c88e710689847f950ec9f54a594b65","transaction_count":0,"txlist_hash":"764477c3a233cd407804695f42948d3017951e90b7474cfcc24ef81ee49fdad9"}',0,'BLOCK_PARSED',NULL,'6871f5a9d134e755a24309bc145268eecbd9a7bee5f9278e1348cb1bad031d13'); +INSERT INTO messages VALUES(240,310068,'insert','blocks','{"block_hash":"9280e7297ef6313341bc81787a36acfc9af58f83a415afff5e3154f126cf52b5","block_index":310068,"block_time":310068000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'add37408c957eca00e7917f15a0ec119c7d2f97060125e421adc3faedd64da63'); +INSERT INTO messages VALUES(241,310068,'parse','blocks','{"block_index":310068,"ledger_hash":"14f065751896a2724251b6ca6d0297b344986980075fb72ad058ad0b5bedcd3c","messages_hash":"d58bc7cf6e7f50f9669882646d139665ca15d00c34f62cdefd9d3aefd458004a","transaction_count":0,"txlist_hash":"866fceb74e8e97d663493f3546519b01f51e1a3cb25bde4b0f3c2e960d2eda85"}',0,'BLOCK_PARSED',NULL,'bdc51efa33f168f26a2763851de952f9e2652531adb229591fb55614742ec714'); +INSERT INTO messages VALUES(242,310069,'insert','blocks','{"block_hash":"486351f0655bf594ffaab1980cff17353b640b63e9c27239109addece189a6f7","block_index":310069,"block_time":310069000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5b48f16539898febdd374d98e5f4a33a021dc452899900f97d4a058a7139a990'); +INSERT INTO messages VALUES(243,310069,'parse','blocks','{"block_index":310069,"ledger_hash":"a7dd17b4760fb65ac58be1b1653f7cb0e90574c47f70c61ff9f940ad15ad3658","messages_hash":"ec591b029123d31d4e2eb3ea2d058007cd8d218148e8b5d1171f0cde052c63cd","transaction_count":0,"txlist_hash":"9e0565827fcf295ae2149bfcf5e0db29237f447760832083baf94de145bdb531"}',0,'BLOCK_PARSED',NULL,'a4a3050e934c5ba89ca2f2cdee68dc8c824386c5ca41fce358db968be6c871ce'); +INSERT INTO messages VALUES(244,310070,'insert','blocks','{"block_hash":"8739e99f4dee8bebf1332f37f49a125348b40b93b74fe35579dd52bfba4fa7e5","block_index":310070,"block_time":310070000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d22814312d693ee4b3bcf7c5489c860cd0cd237626b046287c02e71733d2b5f2'); +INSERT INTO messages VALUES(245,310070,'parse','blocks','{"block_index":310070,"ledger_hash":"8068a6bcc5d1fc1a78562f0f3165423b45b4674e55f21c4c09948fb65ee632c0","messages_hash":"edec302acc7a5e2ff003261f80270e2bea071c6d039a98af041a925296075ebb","transaction_count":0,"txlist_hash":"03f84e0f0838204a53ce54e3cfecde00b2e5741ed08aab0c0d9ed99513ab4655"}',0,'BLOCK_PARSED',NULL,'c40f9ef7269899c3827fab3f8109d0c923cc258188d83dd299eecbcd2af71e11'); +INSERT INTO messages VALUES(246,310071,'insert','blocks','{"block_hash":"7a099aa1bba0ead577f1e44f35263a1f115ed6a868c98d4dd71609072ae7f80b","block_index":310071,"block_time":310071000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8d007e5de9037a32795c3d0fd7e0a258a0f63ddda23e5307057c909df2b854bd'); +INSERT INTO messages VALUES(247,310071,'parse','blocks','{"block_index":310071,"ledger_hash":"af86ffad4b8dd68a0f18142935bbb18623cc5ce2e9e0c02f04c0e7a5dd974e17","messages_hash":"ca7208f0ddeefc435f646362fdb6ca4197f6bf03b2d828ffaf1c716156fda5cf","transaction_count":0,"txlist_hash":"9b3e1c7af0bb119e69813161c19aeac4dd5a594ece5f67f21ffb55b8edaa111f"}',0,'BLOCK_PARSED',NULL,'6b56c06b14574822962fdb90f0fc9f0f15dfbea40d232dd07a0ba8b5ac7bee6e'); +INSERT INTO messages VALUES(248,310072,'insert','blocks','{"block_hash":"7b17ecedc07552551b8129e068ae67cb176ca766ea3f6df74b597a94e3a7fc8a","block_index":310072,"block_time":310072000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'00774ff6be737e3e6f322d668c620608beddf206c93759eb2009677e03144adc'); +INSERT INTO messages VALUES(249,310072,'parse','blocks','{"block_index":310072,"ledger_hash":"36de48518d1446b33f2230c5eee7d18e040db543fe03dca001174f8382c209ee","messages_hash":"39218e14ee5ceb1083979e58a655470b95c8b0d1fe0349b1d13790e670b2af0a","transaction_count":0,"txlist_hash":"33fccfbad1dd91d9102b82f11b7c97883bc5d5fdfd44584cca6c40fbd04ce2d8"}',0,'BLOCK_PARSED',NULL,'024f6c1dab0da35c6a5b923f62087b2a19bd91abb3340f7ba1231cc7f6d019b4'); +INSERT INTO messages VALUES(250,310073,'insert','blocks','{"block_hash":"ee0fe3cc9b3a48a2746b6090b63b442b97ea6055d48edcf4b2288396764c6943","block_index":310073,"block_time":310073000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'497185563c784f82c57975592417a9e5de6d5ddd69b9bd238802bf8d754bb8dc'); +INSERT INTO messages VALUES(251,310073,'parse','blocks','{"block_index":310073,"ledger_hash":"4374f567cbc460b73e74d6190db353c3ee86b92c3f99e392beae3caeb264eb5f","messages_hash":"bda21c635d7ac58cc549a05efb1475120a8edef105dd77ecd5fc4879977691de","transaction_count":0,"txlist_hash":"7544980dbaa8029ae36d883e3079bcc82f2d140072d4dd65cb3384510692ff45"}',0,'BLOCK_PARSED',NULL,'493eb5bf7e5987743205ee26da2d8b161cf6e202a0280e5963242691a300802f'); +INSERT INTO messages VALUES(252,310074,'insert','blocks','{"block_hash":"ceab38dfde01f711a187601731ad575d67cfe0b7dbc61dcd4f15baaef72089fb","block_index":310074,"block_time":310074000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2b9c2256c0cbd30bddd74a1dfd95fb1c2e795620bacf14cc0800c541162d9a5b'); +INSERT INTO messages VALUES(253,310074,'parse','blocks','{"block_index":310074,"ledger_hash":"54fd95cdf7f9374d1687590f2860276afe67a265ddd9216e5b63fb06c5bd569e","messages_hash":"743b6f7bc245d5ccfe45ecf52cf4f08090acb7b970f534fb524b35eded250f75","transaction_count":0,"txlist_hash":"1efba9ea6a8d2e7ee6ee2070b84b497feb66e3387e05c1e4f4989f086e5e02a2"}',0,'BLOCK_PARSED',NULL,'2942547ba75c20ac8da77d0479cfd67bfb0277cd2827105b8383ff23b5476e28'); +INSERT INTO messages VALUES(254,310075,'insert','blocks','{"block_hash":"ef547198c6e36d829f117cfd7077ccde45158e3c545152225fa24dba7a26847b","block_index":310075,"block_time":310075000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5797e71f2168d38e92e41a2ec40627eddbff8c6ae8346c7d5a77aaed40860ea7'); +INSERT INTO messages VALUES(255,310075,'parse','blocks','{"block_index":310075,"ledger_hash":"2b42e23b43d30f91fe7705a01f0c8ec86d6230815b587704bcc70b91b5ae87b8","messages_hash":"ddd9c1dbffe43f3635de985b86771ba806b4c64660519b809d7833392f5ea565","transaction_count":0,"txlist_hash":"a370830ef1758c18c88e6d9fcc5803fc15f1dbdad0f2d6a0773f902d86ad7c97"}',0,'BLOCK_PARSED',NULL,'0169409e8d425e0f01b2de91f45d5f6b06b710849bb33f094b9e2ae7bc32ef77'); +INSERT INTO messages VALUES(256,310076,'insert','blocks','{"block_hash":"3b0499c2e8e8f0252c7288d4ecf66efc426ca37aad3524424d14c8bc6f8b0d92","block_index":310076,"block_time":310076000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'254de30a17b0a3a77af32aaf8099769f961a71bba0a0c74f07e2aa5648f1ad73'); +INSERT INTO messages VALUES(257,310076,'parse','blocks','{"block_index":310076,"ledger_hash":"577092728a4dc81cd9a06fcf6d2b058f0e4ce8bcb395819a704d6b4144f041dc","messages_hash":"d51230416f58c5970719eeb2c046983d8f9c4874187dabc6b5556f4a8e50a1c5","transaction_count":0,"txlist_hash":"05ce95f07d03f4417a2fd15224418c8ba4ae196e9ec6f3192f5324c028363641"}',0,'BLOCK_PARSED',NULL,'6f681e7f5c6802e5e21537a165e62e89a42caabe569b912f65b2683c99d3131d'); +INSERT INTO messages VALUES(258,310077,'insert','blocks','{"block_hash":"d2adeefa9024ab3ff2822bc36acf19b6c647cea118cf15b86c6bc00c3322e7dd","block_index":310077,"block_time":310077000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b93f6f84ac6231bdf508e5c40eae4cbb967fab2166b81ca79eb062a0f528f7f1'); +INSERT INTO messages VALUES(259,310077,'parse','blocks','{"block_index":310077,"ledger_hash":"d1ba60181f3061673c64ecd0b92abbc19b1a6e69a927dfefdfd8b8c74171ecd2","messages_hash":"cf00f6bc723a0bc40c9bfebc0ffc68607ae272d84665c35d075773349928a806","transaction_count":0,"txlist_hash":"6c9e35feb56fb01c37fce04a1e6dc5f7747a6d26ee2f39ac584f11e8359dce71"}',0,'BLOCK_PARSED',NULL,'b4ec41f26646f5fdb4e2e2fb378042c98b15d2478c72bed7f033c6409b2ed571'); +INSERT INTO messages VALUES(260,310078,'insert','blocks','{"block_hash":"f6c17115ef0efe489c562bcda4615892b4d4b39db0c9791fe193d4922bd82cd6","block_index":310078,"block_time":310078000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fea1f4efaaa011fc165a27eb8896659c005ca66b1ea70046f56427d6d86cf24c'); +INSERT INTO messages VALUES(261,310078,'parse','blocks','{"block_index":310078,"ledger_hash":"c0a9270d15793e68cfd1cf445315d737bed7052914da6def4f014c21f0c9e0c5","messages_hash":"5e73fff7a769aa3fd62324c80fd04c55dc3b1ef3b3708682ae436426528accf5","transaction_count":0,"txlist_hash":"d59b48425061f0965947dd025cfa0fba8855e997f376572c585db72203b9a80a"}',0,'BLOCK_PARSED',NULL,'9c524e6883528aa18abdf2f6cf02da69a6ab8222a02ce00092af973ee8905823'); +INSERT INTO messages VALUES(262,310079,'insert','blocks','{"block_hash":"f2fbd2074d804e631db44cb0fb2e1db3fdc367e439c21ffc40d73104c4d7069c","block_index":310079,"block_time":310079000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'14536747f2c00f7ebc03bb19c08cf74121e4bc482dc772ed84f52a8f112d334a'); +INSERT INTO messages VALUES(263,310079,'parse','blocks','{"block_index":310079,"ledger_hash":"74eaddecbf5ab6608c1e95c1c313c13f2af2b649512cc8c7016717d21e93f815","messages_hash":"96ba5cd4b19aeb758d1bb92297e219520a37ceef2b653375be300766db09441d","transaction_count":0,"txlist_hash":"d3f32df02f0e7cd7c2163b47b3ff73d175046599ed626ab343647e1a04525e3c"}',0,'BLOCK_PARSED',NULL,'660e4e039d3e96b0be75bb0a529ac40b647e81c9077a49e0bb29c75179ed4ac5'); +INSERT INTO messages VALUES(264,310080,'insert','blocks','{"block_hash":"42943b914d9c367000a78b78a544cc4b84b1df838aadde33fe730964a89a3a6c","block_index":310080,"block_time":310080000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c88c708dcd7dbcf62732443f340150b8d65f3c2e63778b19a6e232999b0e273f'); +INSERT INTO messages VALUES(265,310080,'parse','blocks','{"block_index":310080,"ledger_hash":"a759e3aac1b015e28b8b524106a74b943b215faac8d5079384ec7351b2239bde","messages_hash":"b14b3448466dd40508d625b35ca29dab546d8e389a40555f652ac2fdac88f6df","transaction_count":0,"txlist_hash":"f588a6cf255e710d9ee481d53f8bc0fc0e1567d58ee701f1b77f0848db881f5f"}',0,'BLOCK_PARSED',NULL,'4227610f35480d921ec5ca13a5b0f64d09dc35de728ee2bfb951851f855a679a'); +INSERT INTO messages VALUES(266,310081,'insert','blocks','{"block_hash":"6554f9d307976249e7b7e260e08046b3b55d318f8b6af627fed5be3063f123c4","block_index":310081,"block_time":310081000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5f584bd514031d524eaffd06939c0323adfb3f75df012d6e77174c95d66b49bc'); +INSERT INTO messages VALUES(267,310081,'parse','blocks','{"block_index":310081,"ledger_hash":"71622e25e8497db6fa222e33c60ea582698e72ca5789a52c9252bf51191cadaa","messages_hash":"872161ad2828cc88705825438b2985b400d8e9c72e4a336ed50b8302ad75d137","transaction_count":0,"txlist_hash":"9a2e169d5fa3721f9bb8852c93ca8ed5dfbcccef05cba99ed3f1c61c937f4366"}',0,'BLOCK_PARSED',NULL,'9fd1827f7767832bc649b67a259d2949889e35f08119de05ae4f75f733d23412'); +INSERT INTO messages VALUES(268,310082,'insert','blocks','{"block_hash":"4f1ef91b1dcd575f8ac2e66a67715500cbca154bd6f3b8148bb7015a6aa6c644","block_index":310082,"block_time":310082000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'45c008f0576318e6f21668311ee924921ab101f98dd92e8c9c69f37dc63c7d85'); +INSERT INTO messages VALUES(269,310082,'parse','blocks','{"block_index":310082,"ledger_hash":"47e9d8fbcbafcee2b4c145ce651333ce49812533d13f7f9a0e9a448f51cfbacd","messages_hash":"29dbc5593c7aea0b30fdf64b2bb11a7e5cf2215a0277820c88fac84ec9336b67","transaction_count":0,"txlist_hash":"c2cd395566e0a7b16c76cc0ead2c2cc87a684d5a499c76b2370afffe4b408ad1"}',0,'BLOCK_PARSED',NULL,'56b0543c0e171ce89d6e86b90aa521683afc91c03cbc50d8c20c316498c699bc'); +INSERT INTO messages VALUES(270,310083,'insert','blocks','{"block_hash":"9b1f6fd6ff9b0dc4e37603cfb0625f49067c775b99e12492afd85392d3c8d850","block_index":310083,"block_time":310083000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e35c6bd62cdb26b37ed2565c04a96fd40647bf08409b1b33ca84363082d50d12'); +INSERT INTO messages VALUES(271,310083,'parse','blocks','{"block_index":310083,"ledger_hash":"e61148e7a8125f7225a6b6e1d77786f8b28b0b8a74e60fef3f75fa4de8f7d882","messages_hash":"ed54b3e6f50ae40333a4c202148e77a436535c430b7a9ea6d984006aae5c76ed","transaction_count":0,"txlist_hash":"21fb4596655071cca486c2e6988ec980799a9827e2e5f169033a45d21b3c7a75"}',0,'BLOCK_PARSED',NULL,'2fc4dff56a0d226c7ed008d14b55fbb4eee7148a0cf85c5a295fa35f729fbf6d'); +INSERT INTO messages VALUES(272,310084,'insert','blocks','{"block_hash":"1e0972523e80306441b9f4157f171716199f1428db2e818a7f7817ccdc8859e3","block_index":310084,"block_time":310084000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'54811a14949abcd4ed48e781999061d4382796808e7ae7084e0913ab6cf64f40'); +INSERT INTO messages VALUES(273,310084,'parse','blocks','{"block_index":310084,"ledger_hash":"20fb450589ddc6c904fbb61cca8588e85e865635c12402ce7ae72995ab884c14","messages_hash":"1968ade101deaa7cf87256d0007fb0f891609e6a148aa5fe17c278a628fc2eb4","transaction_count":0,"txlist_hash":"feb3992f370b8465a732bc4d90691b99db691f44e1697ad2775a6df216d93b13"}',0,'BLOCK_PARSED',NULL,'52fdf553db83bd8fef069650b14859354c94ae41e30079ae5757a078af4aa2eb'); +INSERT INTO messages VALUES(274,310085,'insert','blocks','{"block_hash":"c5b6e9581831e3bc5848cd7630c499bca26d9ece5156d36579bdb72d54817e34","block_index":310085,"block_time":310085000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9bdb0accc127516e2095c5b904773ee18fac70a13ca46aded88693395adc058b'); +INSERT INTO messages VALUES(275,310085,'parse','blocks','{"block_index":310085,"ledger_hash":"9cea37d548308505f80dc438d5183bac6c6ca424ea4dd9c85d883b05d67cdc92","messages_hash":"4467937839e0798ba5a99b454ec6a06df7f739b69e529208bfd4c68e89521c3c","transaction_count":0,"txlist_hash":"277205c28e54078d55ce1641fed64ff4b409b686fbe4aa3a018cead2f969c501"}',0,'BLOCK_PARSED',NULL,'16ba29e93631f8842e2a2399b942913300ba3c159d8d520d7a341be8fb44b78d'); +INSERT INTO messages VALUES(276,310086,'insert','blocks','{"block_hash":"080c1dc55a4ecf4824cf9840602498cfc35b5f84099f50b71b45cb63834c7a78","block_index":310086,"block_time":310086000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1321bd8fa13643913b2711d1829998c3d648fa98e7ae2d5311fc8bb81f099ffd'); +INSERT INTO messages VALUES(277,310086,'parse','blocks','{"block_index":310086,"ledger_hash":"e11bab5fba2d038086c65030b90ce1cbc988314d0c9846aa7ddac4fd357bd01a","messages_hash":"235bf14f0dee933a2029d2ce4c2cc7c0e6fb1552556f83c9b27871c1bdcb38cb","transaction_count":0,"txlist_hash":"ef3ac1de31e29795732b362218bd244945bea4183273512ff6974ecd0c0a7aef"}',0,'BLOCK_PARSED',NULL,'92edec8ad0c969a9a5b3fb404dcf5bee65add5739bd94891b9481e78e65e0e2a'); +INSERT INTO messages VALUES(278,310087,'insert','blocks','{"block_hash":"4ec8cb1c38b22904e8087a034a6406b896eff4dd28e7620601c6bddf82e2738c","block_index":310087,"block_time":310087000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a8afe09fa0d2277a9b7eaad41b689755f0fe485c8b6d34d6dfc7e389f320a212'); +INSERT INTO messages VALUES(279,310087,'parse','blocks','{"block_index":310087,"ledger_hash":"777873e7ebd0ec3052be65197ec0db8bd72e46d2053badb0f37be1f6e84ae0b3","messages_hash":"4ee00606acb1af50f5883b4e7368155a587b4e3643c8a66b2cc1947107bed346","transaction_count":0,"txlist_hash":"3bec931f7207a5b03e5a7d390787cd737e598d04025a1514c7654ef34fd1aedc"}',0,'BLOCK_PARSED',NULL,'2078485f927ce3a75bf22c7725900b2be5a6bfbe157a97cb77998e93e04865d1'); +INSERT INTO messages VALUES(280,310088,'insert','blocks','{"block_hash":"e945c815c433cbddd0bf8e66c5c23b51072483492acda98f5c2c201020a8c5b3","block_index":310088,"block_time":310088000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'688aefd31b611c14b17f8c4192d7ed2e9be3036fff0a499211447bc796887861'); +INSERT INTO messages VALUES(281,310088,'parse','blocks','{"block_index":310088,"ledger_hash":"85a5ea57af33dfddddbcbe1a1c87994efe5a21a645713aa164f19e19bfb23c64","messages_hash":"f617a9a42586a6f5f2fce831b6660fd7d0a149f3f7d6cffcfc6127eebf4de6d9","transaction_count":0,"txlist_hash":"4030ee911aec8ebfbbeecede9cfb977088fb591b20cf52d5340e5aa13e41c7f7"}',0,'BLOCK_PARSED',NULL,'2b132ef659761922d02c466856c4bb6dc478db65b6fa6df871365d1e397e9523'); +INSERT INTO messages VALUES(282,310089,'insert','blocks','{"block_hash":"0382437f895ef3e7e38bf025fd4f606fd44d4bbd6aea71dbdc4ed11a7cd46f33","block_index":310089,"block_time":310089000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ca2fba8cf8e8ed0adde55785db01b0cec8c5014a514a001d5a0b5520e6a2ab86'); +INSERT INTO messages VALUES(283,310089,'parse','blocks','{"block_index":310089,"ledger_hash":"bdf3b6e7a14a3aa22d42a7d69f2f96b0993f1eef2952a7d74313c37e1b407523","messages_hash":"5adefb9d0f70ecc53047707622be138cc980a4c9a5164293924b71ea21d48f0a","transaction_count":0,"txlist_hash":"255675a022762a349d44af6315173e05c685f351f2b3b770e0ec80e128969a4b"}',0,'BLOCK_PARSED',NULL,'a8acbc365bbd6d847b1d340f9926aaab5296d348d4d6c4e656e94cffe407dff3'); +INSERT INTO messages VALUES(284,310090,'insert','blocks','{"block_hash":"b756db71dc037b5a4582de354a3347371267d31ebda453e152f0a13bb2fae969","block_index":310090,"block_time":310090000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8e7d8f2882e6e78f316f255d658e28b42dcbff3ba267299f096c4bd58a092208'); +INSERT INTO messages VALUES(285,310090,'parse','blocks','{"block_index":310090,"ledger_hash":"9b3ee688c5786ecc438ec9c843ba5f898fe1ab1a8bc3903ad7789aaf6b0c0bf0","messages_hash":"4f645e45439c50133e099a52d2e3073c5458d4cc5a769b622398e71891c89673","transaction_count":0,"txlist_hash":"7d658801ab6fbe73231469da5204c5e1c73d290b83449187ec5eec71b846616d"}',0,'BLOCK_PARSED',NULL,'2ecc9c6bde0ef6e2cc153d707c918ef3ae6133129f77a0101e82f0a2bcf6fbcf'); +INSERT INTO messages VALUES(286,310091,'insert','blocks','{"block_hash":"734a9aa485f36399d5efb74f3b9c47f8b5f6fd68c9967f134b14cfe7e2d7583c","block_index":310091,"block_time":310091000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'98a6b20a174ebb9cd44ffbbf356c2dc62f14a6c4ed8fb67c6798058af07b361f'); +INSERT INTO messages VALUES(287,310091,'parse','blocks','{"block_index":310091,"ledger_hash":"25578ac389a77dbf9589b23c5470f3199016ac66a415540ae03efac29dfe7adc","messages_hash":"d5e07ab92c8b216cfe135b80f880c2fcdc0e7e6bed004875b7cd975dd07286fa","transaction_count":0,"txlist_hash":"1cb14bc9f998c85e670e2e291cde3a2debe9b4013840c0c060417f509c7210ea"}',0,'BLOCK_PARSED',NULL,'e1913542587913a229f4b3aa3ec7c5661f641c9c5029d8311efc37ddeef8bad3'); +INSERT INTO messages VALUES(288,310092,'insert','blocks','{"block_hash":"56386beb65f9228740d4ad43a1c575645f6daf59e0dd9f22551c59215b5e8c3d","block_index":310092,"block_time":310092000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5568604a05a33fad92c9738d8d32031375b193a498044f079d79dfe0e598878a'); +INSERT INTO messages VALUES(289,310092,'parse','blocks','{"block_index":310092,"ledger_hash":"bb9109ba299c99cb104ebf2ef6e75141c50264d701d27119525ab5d0a54c1a40","messages_hash":"a38e3b45c99ffc0ea5f48f39fba546a927d7f1672ea6141d6dd3a971f1123fc1","transaction_count":0,"txlist_hash":"889afcda8b6e0848c7d43014beb0e181c78fa69d3aedec508f4bc0eb8a416029"}',0,'BLOCK_PARSED',NULL,'34794ef5d9213c4195000cc4e39c0647a22133f7461c70a5d00ce5eeb1e91d8e'); +INSERT INTO messages VALUES(290,310093,'insert','blocks','{"block_hash":"a74a2425f2f4be24bb5f715173e6756649e1cbf1b064aeb1ef60e0b94b418ddc","block_index":310093,"block_time":310093000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8a4c1cac71a63904446b0d53390d3a6e9971aacff62eab63114d791905e76127'); +INSERT INTO messages VALUES(291,310093,'parse','blocks','{"block_index":310093,"ledger_hash":"cdb21362b3eb4fc10ba3c6bf3aba41bfc5bd0bf2475f742c1069cb4383be7b95","messages_hash":"09a632bac885db8e6e13a3c2c905acaad524197237a71504c6ca066b86ec5883","transaction_count":0,"txlist_hash":"dec762d55ba88cb2c043f627b2a8b26c920cce9d4dc2746065c0bcf2795c2d99"}',0,'BLOCK_PARSED',NULL,'bd63bdf228d00ca83c7a534615e62b070f0f047074d05419aaf5b0f9648cc98a'); +INSERT INTO messages VALUES(292,310094,'insert','blocks','{"block_hash":"2a8f976f20c4e89ff01071915ac96ee35192d54df3a246bf61fd4a0cccfb5b23","block_index":310094,"block_time":310094000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'67f320e6e577e2d4a0a12d947115925d4a11ed4ef8922eca86a91c87126f0458'); +INSERT INTO messages VALUES(293,310094,'parse','blocks','{"block_index":310094,"ledger_hash":"b82568de09fe4ea06f3dca053dbcbcc61dbe5e44dd300a4301c995ba180f894d","messages_hash":"ec9225efc608ee349a449f4933ab6511d622c6048e1003b06b1fb243dbac54db","transaction_count":0,"txlist_hash":"625beebc3c34fa3276e022a37c79137c8f09af21454e8171cce7ab7a04453047"}',0,'BLOCK_PARSED',NULL,'8521de8dfe7e948382db75d4492251361b19ad5d6491acc2897a7813f4f0e4db'); +INSERT INTO messages VALUES(294,310095,'insert','blocks','{"block_hash":"bed0fa40c9981223fb40b3be8124ca619edc9dd34d0c907369477ea92e5d2cd2","block_index":310095,"block_time":310095000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dfee57642755c84ecd8a8469fd3ce5e8a34f55d24c3250200bda80bc4c3d2162'); +INSERT INTO messages VALUES(295,310095,'parse','blocks','{"block_index":310095,"ledger_hash":"513c4a041ee80ba72d1d8428605c682e3485fa45341460bc33fae6540dffb571","messages_hash":"933877079dbff726802da8a3e18a68e96f8149cb2fd22c3485b783ed0075e211","transaction_count":0,"txlist_hash":"b7794e7c8dfe3947ab8d256b94af8bc43acb9ca11f696a81cf9ad98062372959"}',0,'BLOCK_PARSED',NULL,'d7266448f07b4be90b547495d902edfb6852f4003b694bcd5773a1443e4fb528'); +INSERT INTO messages VALUES(296,310096,'insert','blocks','{"block_hash":"306aeec3db435fabffdf88c2f26ee83caa4c2426375a33daa2be041dbd27ea2f","block_index":310096,"block_time":310096000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'95330113a7670b19e7dd89f87edab51b7279dab42708c28cd0ae58fdaf23216a'); +INSERT INTO messages VALUES(297,310096,'parse','blocks','{"block_index":310096,"ledger_hash":"3e8ff43c8d671159355b2d40a995fb8f6d84f6216fa8326fa80ae39aa9d15d03","messages_hash":"c170849a8a6b69fe829aeaa5b8da8aa19983f539a0347385bbe3bfc7282d609e","transaction_count":0,"txlist_hash":"8117c5400c1cfdb97456cf3b79e8572aecf23c29d1c336d5543979d0e81cc158"}',0,'BLOCK_PARSED',NULL,'96eed08ce698dffea14c2aea7ff8d1c1425f3efb2a7f91688dc7d41006abae47'); +INSERT INTO messages VALUES(298,310097,'insert','blocks','{"block_hash":"13e8e16e67c7cdcc80d477491e554b43744f90e8e1a9728439a11fab42cefadf","block_index":310097,"block_time":310097000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4e81800e4f76ca349b9694e122694fbfd24d88b64c7c76c0b07d0deb40cb2921'); +INSERT INTO messages VALUES(299,310097,'parse','blocks','{"block_index":310097,"ledger_hash":"19d91de7be12136737d3f8990e7a4a793912c952e71e017d723d750118e849c6","messages_hash":"9855c678d6aa7f831fbf69d23222fc52d57581edefafdf3e22f976f62c392774","transaction_count":0,"txlist_hash":"1e2f99bf2c03b8c915bd23c94431002d3801a13caf40d9b42f22001c2faf305a"}',0,'BLOCK_PARSED',NULL,'cd771abb99adf8433eddca46267e9cf10355aab52cc4a6fbde3f447115f2003a'); +INSERT INTO messages VALUES(300,310098,'insert','blocks','{"block_hash":"ca5bca4b5ec4fa6183e05176abe921cff884c4e20910fab55b603cef48dc3bca","block_index":310098,"block_time":310098000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7932c96ea7967ebfdb86aeec490457b1b7151d8bc7e7863449d4ac1c7c56df59'); +INSERT INTO messages VALUES(301,310098,'parse','blocks','{"block_index":310098,"ledger_hash":"be75df2e5aff3faaebfc0ce4ab5134790fa728f84500e6989739dddc058738de","messages_hash":"1f695d1cd7213d462f43c17466c0769ddf55c956847eb342bc182095526f4ec1","transaction_count":0,"txlist_hash":"7f692426eab57621527d12cc4a49aa85841de9856cd46ad6992a658ed5c15fb1"}',0,'BLOCK_PARSED',NULL,'bcd46a2a3af2226837e821c072bda96c2ed2229783eb549850a3a5ae4ebafead'); +INSERT INTO messages VALUES(302,310099,'insert','blocks','{"block_hash":"3c4c2279cd7de0add5ec469648a845875495a7d54ebfb5b012dcc5a197b7992a","block_index":310099,"block_time":310099000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8962de42cb247aa47900caa5162775d0e52ee541a7d15ae72e6cf22427d30296'); +INSERT INTO messages VALUES(303,310099,'parse','blocks','{"block_index":310099,"ledger_hash":"9090b8a4a26ea7dff75658317ce2c6ab828b3b42684922e44debfd1bf8330b8d","messages_hash":"8afc9f177d2d7f85bcba01196f0bf9cc2a13d8ccee3e9bd4ae1a974035ef074d","transaction_count":0,"txlist_hash":"c3b0869da7bd7abbda54895e6de81cffd2febe007e1f7085da8cc657512278e6"}',0,'BLOCK_PARSED',NULL,'caca2cdd4596db6162ae7777ebc01070df8b827b1ecdabb2687af08cfc800375'); +INSERT INTO messages VALUES(304,310100,'insert','blocks','{"block_hash":"96925c05b3c7c80c716f5bef68d161c71d044252c766ca0e3f17f255764242cb","block_index":310100,"block_time":310100000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'62ed2b24bcea2766dbaf49619a6c6e8b9b985858dbaee64394624b1271de4447'); +INSERT INTO messages VALUES(305,310100,'parse','blocks','{"block_index":310100,"ledger_hash":"d48d30db433bcee44d87153fb3db17d37fbe3534f23eb16ac853b3420d86d80e","messages_hash":"c4cd35c585b32079d3e7b12c24f089d28b1de94e7b15af9458b2ad6791d06304","transaction_count":0,"txlist_hash":"793627f8b7de24827faca4a19ce374f39c90b74e278b83a599cb637877bd6388"}',0,'BLOCK_PARSED',NULL,'ed94a7b1091a7fb2d95f0d0c82fb66955df170a336ad55ab6f6a2e87b8f62940'); +INSERT INTO messages VALUES(306,310101,'insert','blocks','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c431ca8fca01272266de2088bf3029581f6fc08cf996412128ee708598de862e'); +INSERT INTO messages VALUES(307,310101,'insert','transactions','{"block_hash":"369472409995ca1a2ebecbad6bf9dab38c378ab1e67e1bdf13d4ce1346731cd6","block_index":310101,"block_time":310101000,"btc_amount":5430,"data":"00000028000352bb33c8000000000000000a000000000000000a0000000000000000000013b0000003e8","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e","tx_index":102,"utxos_info":" 9a2d6e0a308c51d19210c34cd281c137feb827817292a20fd89947d9f54f0c0c:0 3 "}',0,'NEW_TRANSACTION',NULL,'7460ceca5c7c9cbb8aa39c3232dbe3c1eb9e8b0804a7a0b3402b6e2316cf1031'); +INSERT INTO messages VALUES(308,310101,'insert','debits','{"action":"bet","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310101,"event":"db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e","quantity":10,"tx_index":102,"utxo":null,"utxo_address":null}',0,'DEBIT','db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e','5ae895108dc67f2810308a9a3ef2c318baf344dd5d4a6b5fd880c3fe0503c82f'); +INSERT INTO messages VALUES(309,310101,'insert','bets','{"bet_type":3,"block_index":310101,"counterwager_quantity":10,"counterwager_remaining":10,"deadline":1388000200,"expiration":1000,"expire_index":311101,"fee_fraction_int":5000000.0,"feed_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","leverage":5040,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"open","target_value":0.0,"tx_hash":"db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e","tx_index":102,"wager_quantity":10,"wager_remaining":10}',0,'OPEN_BET','db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e','4e057e3b78406883a2d1890405f367816eaa45cab986d9082dfd4aad32e3cc11'); +INSERT INTO messages VALUES(310,310101,'parse','transactions','{"supported":true,"tx_hash":"db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e","tx_index":102}',0,'TRANSACTION_PARSED','db4ea092bea6036e3d1e5f6ec863db9b900252b4f4d6d9faa6165323f433c51e','4b616cfc9ef11360bbbd49be65615903c14486c4dc69147561d415b82ebd9ff8'); +INSERT INTO messages VALUES(311,310101,'parse','blocks','{"block_index":310101,"ledger_hash":"53c6f9247cd255c86a69c05c4463ab94f9a3277496c155398c38dc6f7121fe9b","messages_hash":"2e148680db6671c2f46c703bffdf2780f2378f36b17182761a13db6ef9c6e320","transaction_count":1,"txlist_hash":"7388dcdfb1f5a54a0d4a4d3e50d486b24a662cef04f054a582e2d5b0bcf3ca28"}',0,'BLOCK_PARSED',NULL,'2245059c25126108c1c03792e11b08eb8b2e01c502b1558ec3873e2fdcc3cac5'); +INSERT INTO messages VALUES(312,310102,'insert','blocks','{"block_hash":"11e25883fd0479b78ddb1953ef67e3c3d1ffc82bd1f9e918a75c2194f7137f99","block_index":310102,"block_time":310102000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'410b68056fef19d692f135bfea2eeb2a4a0f16214187869957291ec84e094ac3'); +INSERT INTO messages VALUES(313,310102,'insert','transactions','{"block_hash":"11e25883fd0479b78ddb1953ef67e3c3d1ffc82bd1f9e918a75c2194f7137f99","block_index":310102,"block_time":310102000,"btc_amount":0,"data":"0000001e52bb33023ff0000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","tx_index":103,"utxos_info":" 4b317043028e713c70f522e12ab72382edf1a48d6a67bf3393ee26da8cf9fb90:0 2 "}',0,'NEW_TRANSACTION',NULL,'1ef20fd095ec04cd2f25b475d7f99e36e718171a6d4143e101c723c7f9c8267c'); +INSERT INTO messages VALUES(314,310102,'insert','broadcasts','{"block_index":310102,"fee_fraction_int":5000000,"locked":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","text":"Unit Test","timestamp":1388000002,"tx_hash":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","tx_index":103,"value":1.0}',0,'BROADCAST','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','f7a8c859ff3c5b5ef1803f899b5c02b6a47fd0f5708ac2b3b39b28651b4f840d'); +INSERT INTO messages VALUES(315,310102,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310102,"calling_function":"bet settled","event":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","quantity":9,"tx_index":103,"utxo":null,"utxo_address":null}',0,'CREDIT','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','d718e707c34716672173236687435f7c14c1f2a53f1d23a59093662e25e6d7c9'); +INSERT INTO messages VALUES(316,310102,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310102,"calling_function":"bet settled","event":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","quantity":9,"tx_index":103,"utxo":null,"utxo_address":null}',0,'CREDIT','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','680ebb865c0f9365ed5ac6650bf1e148ec0238284b4f0e44b6c95029707d29e0'); +INSERT INTO messages VALUES(317,310102,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310102,"calling_function":"feed fee","event":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","quantity":0,"tx_index":103,"utxo":null,"utxo_address":null}',0,'CREDIT','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','d51fb68920af9cc3d21549ba610fe49814835d71853f183cd7914bc985fa261a'); +INSERT INTO messages VALUES(318,310102,'insert','bet_match_resolutions','{"bear_credit":9,"bet_match_id":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1_5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","bet_match_type_id":1,"block_index":310102,"bull_credit":9,"escrow_less_fee":null,"fee":0,"settled":true,"winner":null}',0,'BET_MATCH_RESOLUTON','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','3a354119e43208edde65ed08dfae5e9dbd070a1317b6053d661a66dc7b50912c'); +INSERT INTO messages VALUES(319,310102,'update','bet_matches','{"id":"2a2169991597036b6dad687ea1feffd55465a204466f40c35cbba811cb3109b1_5c6562ddad0bc8a1faaded18813a65522cd273709acd190cf9d3271817eefc93","status":"settled"}',0,'BET_MATCH_UPDATE','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','ed059a9dfa3d2b49b6575b199572b17be6acf07ee85dc00ea8fd30633601f0bd'); +INSERT INTO messages VALUES(320,310102,'parse','transactions','{"supported":true,"tx_hash":"16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae","tx_index":103}',0,'TRANSACTION_PARSED','16462eac6c795cea6e5985ee063867d8c61ae24373df02048186d28118d25bae','fdace13ae3c6cc9a8454f94872c4a6eb345668ba4d7ccd00ef333a7d3e59af3f'); +INSERT INTO messages VALUES(321,310102,'parse','blocks','{"block_index":310102,"ledger_hash":"b225c48fb4c40b2e0695991251f6d69217df6e00c01613e0a20f6a3e34f50d5b","messages_hash":"58a5e965e496c2fbbbb8a38492705a5dd78c11b07997c0461c1ac00101ab4b2a","transaction_count":1,"txlist_hash":"7d553f87ef9f2beea74631e2e6ec107522b9f4756f041e2ee40fa3946909b3dd"}',0,'BLOCK_PARSED',NULL,'19aabc7596a68dec2da1f51de303e0b65f33635686603b3eb6fe3684aa18667c'); +INSERT INTO messages VALUES(322,310103,'insert','blocks','{"block_hash":"559a208afea6dd27b8bfeb031f1bd8f57182dcab6cf55c4089a6c49fb4744f17","block_index":310103,"block_time":310103000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4194340963c88be889d7b921271d22681b48b18b6bd0b8d02d815580ca7cd5d0'); +INSERT INTO messages VALUES(323,310103,'insert','transactions','{"block_hash":"559a208afea6dd27b8bfeb031f1bd8f57182dcab6cf55c4089a6c49fb4744f17","block_index":310103,"block_time":310103000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":-99994375,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b","tx_index":104,"utxos_info":" 821f962302723b1a4ab64c65e524c29632f30a012bf18665c0855fbb0f78ed53:0 2 "}',0,'NEW_TRANSACTION',NULL,'16a1a7eb0a6ec8a10abea5d1cfd059de375f7291ae13e133d4f7ef3c2289446b'); +INSERT INTO messages VALUES(324,310103,'insert','credits','{"address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","asset":"XCP","block_index":310103,"calling_function":"burn","event":"65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b","quantity":92999138821,"tx_index":104,"utxo":null,"utxo_address":null}',0,'CREDIT','65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b','83ac22e5ee5afb5db61c87a36930e7e8984bcbd8b99bb7214a3e99be031d19f6'); +INSERT INTO messages VALUES(325,310103,'insert','burns','{"block_index":310103,"burned":62000000,"earned":92999138821,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"valid","tx_hash":"65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b","tx_index":104}',0,'BURN','65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b','c87665ae615780a851c24f934696e795df6a53da50b759e1e943daa3251dfbaf'); +INSERT INTO messages VALUES(326,310103,'parse','transactions','{"supported":true,"tx_hash":"65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b","tx_index":104}',0,'TRANSACTION_PARSED','65d4048700fb8ae03f321be93c6669b8497f506a1f43920f96d994f43358c35b','be0697c47675bced64ac70b864536be291ec7a5aa64b2f38ccee1c1312ae5643'); +INSERT INTO messages VALUES(327,310103,'parse','blocks','{"block_index":310103,"ledger_hash":"fc2a8ce8efc122e5cbd631998e611dc8707cfe0b8d3f6a531fe5bcc21c17feae","messages_hash":"f40a86be4b55f64eb2ec503c06c51ca941f70de105da9e3108688d407d6145cc","transaction_count":1,"txlist_hash":"ece7991721b8e94950e2a9f41b9285b34be716340a7621b1c1528f8065e9ac28"}',0,'BLOCK_PARSED',NULL,'03b1b4f46ea458e180d34b004264bb2e62c836ca5222962d84aa5af820f670f6'); +INSERT INTO messages VALUES(328,310104,'insert','blocks','{"block_hash":"55b82e631b61d22a8524981ff3b5e3ab4ad7b732b7d1a06191064334b8f2dfd2","block_index":310104,"block_time":310104000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'02345d9fd169fd31e6dc3defec4469c0ff2eecf20ece4887af4ca1a630675c0b'); +INSERT INTO messages VALUES(329,310104,'insert','transactions','{"block_hash":"55b82e631b61d22a8524981ff3b5e3ab4ad7b732b7d1a06191064334b8f2dfd2","block_index":310104,"block_time":310104000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":-99994375,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","supported":true,"tx_hash":"95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff","tx_index":105,"utxos_info":" 9efe94426d6e49d4e7b67bcd286ce37ceffd47a3f0bdaa46b80c01c6889f1193:0 2 "}',0,'NEW_TRANSACTION',NULL,'57af54a05cf0d3ec656c24643e7dda2d8808d78bc2bed05dc8518a32efc0cb1f'); +INSERT INTO messages VALUES(330,310104,'insert','credits','{"address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"XCP","block_index":310104,"calling_function":"burn","event":"95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff","quantity":92999130460,"tx_index":105,"utxo":null,"utxo_address":null}',0,'CREDIT','95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff','64459e0d9bd73db9aed4c8170dcd31ac0b063d3e62ab4c81c554482f2a327c4c'); +INSERT INTO messages VALUES(331,310104,'insert','burns','{"block_index":310104,"burned":62000000,"earned":92999130460,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","status":"valid","tx_hash":"95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff","tx_index":105}',0,'BURN','95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff','1095e476de7a1b830ce9febff6d7baf6d67b8f3640410f414ffd027643ddc81f'); +INSERT INTO messages VALUES(332,310104,'parse','transactions','{"supported":true,"tx_hash":"95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff","tx_index":105}',0,'TRANSACTION_PARSED','95332a7e3e2b04f2c10e3027327bfc31b686947fb05381e28903e3ff569bd4ff','61e0c3aaa43bac5717d5f064565e63d9dbc7d6d89acc10b5b1fbaaa6b2240236'); +INSERT INTO messages VALUES(333,310104,'parse','blocks','{"block_index":310104,"ledger_hash":"b1a7115902d371d13889008320e52473cd5b34591bd657e372c0048df020012e","messages_hash":"1f2ef4e77648ddf21a0e3cbe279cbc9a253a25f3008c7d213ed335a51560b2b4","transaction_count":1,"txlist_hash":"66dacde33bddb633552c94d9107669297fe26ccdcf482f9098f1e6c05f3d01e6"}',0,'BLOCK_PARSED',NULL,'abfc8f97e0d32887024f1d96991c868c60c50901fd4e188a3b24c24f744c5fd5'); +INSERT INTO messages VALUES(334,310105,'insert','blocks','{"block_hash":"1d72cdf6c4a02a5f973e6eaa53c28e9e13014b4f5bb13f91621a911b27fe936a","block_index":310105,"block_time":310105000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37eaca77e9fff242dffb3f72851905694c6c8b100a1b9803253ce6c96082ae36'); +INSERT INTO messages VALUES(335,310105,'insert','transactions','{"block_hash":"1d72cdf6c4a02a5f973e6eaa53c28e9e13014b4f5bb13f91621a911b27fe936a","block_index":310105,"block_time":310105000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":-99994375,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa","tx_index":106,"utxos_info":" 3a91865c4a517ee738f5c8902090a114154d58d803b37bef42807865bf48459f:0 2 "}',0,'NEW_TRANSACTION',NULL,'fcb5cc0da0f17de3cec259e072d3e387bc8b0c30b5e04bce315ecc834550fa93'); +INSERT INTO messages VALUES(336,310105,'insert','credits','{"address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"XCP","block_index":310105,"calling_function":"burn","event":"e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa","quantity":92999122099,"tx_index":106,"utxo":null,"utxo_address":null}',0,'CREDIT','e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa','5adf071b342ca5c454c882d017193fcd3297c1234fd055c4bcf980972d617d45'); +INSERT INTO messages VALUES(337,310105,'insert','burns','{"block_index":310105,"burned":62000000,"earned":92999122099,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","tx_hash":"e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa","tx_index":106}',0,'BURN','e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa','559e29a2f9b5c849b57cfc3a61ca55274d5b1d25710c30223dba1f66160e195f'); +INSERT INTO messages VALUES(338,310105,'parse','transactions','{"supported":true,"tx_hash":"e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa","tx_index":106}',0,'TRANSACTION_PARSED','e062d1ebf4cb71bd22d80c949b956f5286080838a7607ccf87945b2b3abfcafa','bdd6723f1360ddf2b2af2f77ee62b5ee3344d1f0b2626be2fce89365c93bbb05'); +INSERT INTO messages VALUES(339,310105,'parse','blocks','{"block_index":310105,"ledger_hash":"b5fcda12415e713fc81278b95515fe86ecc6beb5810e4f80eb9645f09870dab0","messages_hash":"049bb0fc15029feaf2fbd973d5b254721e7dd21d7aff539dd819e07c74dd427e","transaction_count":1,"txlist_hash":"656d27bdbf841c33dd3c11253159dc5d8a6d7885db3174f4f9c6a8382d6a7209"}',0,'BLOCK_PARSED',NULL,'19c0a2eb4dc1c1f7820c9e7b52bfbe78e543f68484c86f6ab467ae9894bb190f'); +INSERT INTO messages VALUES(340,310106,'insert','blocks','{"block_hash":"9d39cbe8c8a5357fc56e5c2f95bf132382ddad14cbc8abd54e549d58248140ff","block_index":310106,"block_time":310106000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'57cf2cfa5080df21cbfff29ccd6b9a963b585fd474779423ce06dceaf63ccb0a'); +INSERT INTO messages VALUES(341,310106,'insert','transactions','{"block_hash":"9d39cbe8c8a5357fc56e5c2f95bf132382ddad14cbc8abd54e549d58248140ff","block_index":310106,"block_time":310106000,"btc_amount":10000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK","supported":true,"tx_hash":"bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3","tx_index":107,"utxos_info":" fe2449e23978b80baee7633ef2ab704a37529d403266f9b693f3f1aa07249fad:0 2 "}',0,'NEW_TRANSACTION',NULL,'e80a47b15a019fd15ff3f3b3b0f36d9738702b9e3a6f4820e29d98813549f01b'); +INSERT INTO messages VALUES(342,310106,'insert','credits','{"address":"mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK","asset":"XCP","block_index":310106,"calling_function":"burn","event":"bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3","quantity":14999857,"tx_index":107,"utxo":null,"utxo_address":null}',0,'CREDIT','bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3','448f063c169e3bb06b16f7cba40f144eaafed6de0b864a309869f55cf14f1803'); +INSERT INTO messages VALUES(343,310106,'insert','burns','{"block_index":310106,"burned":10000,"earned":14999857,"source":"mrPk7hTeZWjjSCrMTC2ET4SAUThQt7C4uK","status":"valid","tx_hash":"bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3","tx_index":107}',0,'BURN','bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3','6ebbd45fa3181054a94b6b1273a7c0511a137deee605eb8a68777871c547ee83'); +INSERT INTO messages VALUES(344,310106,'parse','transactions','{"supported":true,"tx_hash":"bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3","tx_index":107}',0,'TRANSACTION_PARSED','bbf0b9f6992755a3e371fb0c0b72f6828831e81c6f7ada6f95ba1104fb901ac3','ee4af6a1b80997bd1facba3c9a2a72af278671e278334411de7a9b5142996c23'); +INSERT INTO messages VALUES(345,310106,'parse','blocks','{"block_index":310106,"ledger_hash":"f3c98c954cf939951d8b24a257bc6b1bc152a6a0bcf6b580ac281c26bbf16499","messages_hash":"eb3c8f11915eb791cabb8f7cf4d7ee9647679e3cb195bf2dd9977387e5a13f7a","transaction_count":1,"txlist_hash":"6138a4e92289d72dab6e43906e545dcc3d1475102b7f33195118de74a53fe576"}',0,'BLOCK_PARSED',NULL,'24109f09638c7c886f299df17d6dd5cc9317374ed7603b639d9e3df69a10bbf3'); +INSERT INTO messages VALUES(346,310107,'insert','blocks','{"block_hash":"51cc04005e49fa49e661946a0e147240b0e5aac174252c96481ab7ddd5487435","block_index":310107,"block_time":310107000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8ab1ee7eca5898ff1e7f8900bee8e549e7d75db0438002c03599c4a5c4793059'); +INSERT INTO messages VALUES(347,310107,'insert','transactions','{"block_hash":"51cc04005e49fa49e661946a0e147240b0e5aac174252c96481ab7ddd5487435","block_index":310107,"block_time":310107000,"btc_amount":0,"data":"0000000c000000000000000100000000000000640000000000000064000000000000006400","destination":"","fee":6150,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","supported":true,"tx_hash":"9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec","tx_index":108,"utxos_info":" 0d0a81d2d4d968ef22210e6798d3b734533e622c737710424461d4f27a147787:1 2 0"}',0,'NEW_TRANSACTION',NULL,'46ef2136e2d2facd54fded3711c998ddca23a81a1192d3e4b25d9e5090322475'); +INSERT INTO messages VALUES(348,310107,'insert','debits','{"action":"open dispenser","address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"XCP","block_index":310107,"event":"9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec","quantity":100,"tx_index":108,"utxo":null,"utxo_address":null}',0,'DEBIT','9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec','3215725ae5801466eff9b2c95c76705321317ab59e477c2466929bfc85cb32f1'); +INSERT INTO messages VALUES(349,310107,'insert','dispensers','{"asset":"XCP","block_index":310107,"dispense_count":0,"escrow_quantity":100,"give_quantity":100,"give_remaining":100,"oracle_address":null,"origin":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","satoshirate":100,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","status":0,"tx_hash":"9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec","tx_index":108}',0,'OPEN_DISPENSER','9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec','212188922033809e3596ab7c941cb2725971f593d125c159939f48a8c1c958d1'); +INSERT INTO messages VALUES(350,310107,'parse','transactions','{"supported":true,"tx_hash":"9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec","tx_index":108}',0,'TRANSACTION_PARSED','9834219d2825b4d85ca7ee0d75a5372d9d42ce75eb9144951fca1af5a25915ec','2559957dfca08130d98464282bb5eb7a2a35956c9412556ef427dc771085b90b'); +INSERT INTO messages VALUES(351,310107,'parse','blocks','{"block_index":310107,"ledger_hash":"a550df26b8dee075bee82fc59c44ce5cbf65fe9df10c60f3f3009faa2791c783","messages_hash":"f7309a1ceac6e642c3cc38abac6becbf3b345a1ba199e838888d3394ff7692ee","transaction_count":1,"txlist_hash":"b30d22c6d7e8bf574e3b3e11d08bcb73c5853ba348e8688a25670a861d3f4e3a"}',0,'BLOCK_PARSED',NULL,'7e056b6dabe74155dc8cfa7c05cc611142a7935b3b86e677d55d738c0ad67bec'); +INSERT INTO messages VALUES(352,310108,'insert','blocks','{"block_hash":"8f2d3861aa42f8e75dc14a23d6046bd89feef0d81996b6e1adc2a2828fbc8b34","block_index":310108,"block_time":310108000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'187722971561fa364a07fd63f0db29cd15eba5eb1d5e2ead3a3ea54fcbfb63a7'); +INSERT INTO messages VALUES(353,310108,'insert','transactions','{"block_hash":"8f2d3861aa42f8e75dc14a23d6046bd89feef0d81996b6e1adc2a2828fbc8b34","block_index":310108,"block_time":310108000,"btc_amount":31000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","supported":true,"tx_hash":"93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73","tx_index":109,"utxos_info":" 698f4b5636478cf8f4ac24271541ff18b31286c24d5ff42854f9d34403ff538b:0 2 "}',0,'NEW_TRANSACTION',NULL,'7f44e7313101430df4ef25809f5865867b76eb93476da6a5bfd9cfb84e9b2cb9'); +INSERT INTO messages VALUES(354,310108,'insert','credits','{"address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"XCP","block_index":310108,"calling_function":"burn","event":"93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73","quantity":46499548508,"tx_index":109,"utxo":null,"utxo_address":null}',0,'CREDIT','93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73','ff928275c614ae74c29c9f4b6cb10d0c1047581bcde6356ff477640e365580fb'); +INSERT INTO messages VALUES(355,310108,'insert','burns','{"block_index":310108,"burned":31000000,"earned":46499548508,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","status":"valid","tx_hash":"93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73","tx_index":109}',0,'BURN','93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73','a0c23174cb8bee32ff649fabe1445e9a6e4ff368112a1416268f1612aec91e67'); +INSERT INTO messages VALUES(356,310108,'parse','transactions','{"supported":true,"tx_hash":"93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73","tx_index":109}',0,'TRANSACTION_PARSED','93c6d2499a0536c31c77a3db3fc9fc8456fbd0726c45b8f716af16f938727a73','cc0992475c6c09c42efe16f6d89b0be47b1664505645cd76044b61dc03fea5ca'); +INSERT INTO messages VALUES(357,310108,'parse','blocks','{"block_index":310108,"ledger_hash":"e1d8c345c74760010223a823895471d3ad6a2db5c6a70b13850d5cd977414518","messages_hash":"b82840c55493f3411550d521e745d9e76ad874fb5f18de037565145d3bb48c39","transaction_count":1,"txlist_hash":"d03bdcdbb4980ea415ab73c8e91a7fca7099c8c176d6bb4c2fdf72b6873175ae"}',0,'BLOCK_PARSED',NULL,'f9425855856580d19de897bf108636adcfcfac18aafa46ecbfccae3f5bb0fda9'); +INSERT INTO messages VALUES(358,310109,'insert','blocks','{"block_hash":"d23aaaae55e6a912eaaa8d20fe2a9ad4819fe9dc1ed58977265af58fad89d8f9","block_index":310109,"block_time":310109000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1342befed3694630b413426a6d247ec3b8bed66baa83971a6982f00117cbe002'); +INSERT INTO messages VALUES(359,310109,'insert','transactions','{"block_hash":"d23aaaae55e6a912eaaa8d20fe2a9ad4819fe9dc1ed58977265af58fad89d8f9","block_index":310109,"block_time":310109000,"btc_amount":0,"data":"0000001400078a8fe2e5e44100000000000003e8000000000000000000001050534820697373756564206173736574","destination":"","fee":6800,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","supported":true,"tx_hash":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","tx_index":110,"utxos_info":" c66679493b0d66dbb6c65f17748c442797b769673fc2ca89496287401aa851f8:0 2 "}',0,'NEW_TRANSACTION',NULL,'63042dc7b11ee76fc5c392295f474958ea8c6653fbcd7f6277eb62861bfed692'); +INSERT INTO messages VALUES(360,310109,'insert','debits','{"action":"issuance fee","address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"XCP","block_index":310109,"event":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","quantity":50000000,"tx_index":110,"utxo":null,"utxo_address":null}',0,'DEBIT','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','6a3add1d24ed4b58a76677c4059f21a4b0b8bb42011975524519b6616c55bb33'); +INSERT INTO messages VALUES(361,310109,'insert','assets','{"asset_id":"2122675428648001","asset_longname":null,"asset_name":"PAYTOSCRIPT","block_index":310109}',0,'ASSET_CREATION','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','315097b1b12c121dd0f7fd15cf917ff6106e91e85ba714a771e28e418c10530f'); +INSERT INTO messages VALUES(362,310109,'insert','issuances','{"asset":"PAYTOSCRIPT","asset_events":"creation","asset_longname":null,"block_index":310109,"call_date":0,"call_price":0.0,"callable":false,"description":"PSH issued asset","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","locked":false,"quantity":1000,"reset":false,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","status":"valid","transfer":false,"tx_hash":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","tx_index":110}',0,'ASSET_ISSUANCE','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','28c4cb7c682518dfb02871df863b3f8376f777bb7e2c73cd55c15e924f2527e5'); +INSERT INTO messages VALUES(363,310109,'insert','credits','{"address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"PAYTOSCRIPT","block_index":310109,"calling_function":"issuance","event":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","quantity":1000,"tx_index":110,"utxo":null,"utxo_address":null}',0,'CREDIT','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','bc703b11696e4cff4d64478bb7909c81ca24ad51fdc7c5de0e6de3efd095b197'); +INSERT INTO messages VALUES(364,310109,'parse','transactions','{"supported":true,"tx_hash":"e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e","tx_index":110}',0,'TRANSACTION_PARSED','e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e','41d7956718f220ccccabaa55c4ae37bf531911dc39fbe96827d1fba07c1e73c8'); +INSERT INTO messages VALUES(365,310109,'parse','blocks','{"block_index":310109,"ledger_hash":"8fb63d8460a222163d15eab76a61e383ffa251a175c16f209648d6782c304059","messages_hash":"8307c44ae696b9478f65687c99f2b20a43024ba9eb933cf62902740068bdc57c","transaction_count":1,"txlist_hash":"cff81539539169771000a550581dbdf4d4d1fdabecfb9032342269ff5f100b61"}',0,'BLOCK_PARSED',NULL,'4849bf788c03e9e5350e5776dd69f67fbfa330d708cf017087cbeddb1c37ff0e'); +INSERT INTO messages VALUES(366,310110,'insert','blocks','{"block_hash":"cecc8e4791bd3081995bd9fd67acb6b97415facfd2b68f926a70b22d9a258382","block_index":310110,"block_time":310110000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'57142777bc632cde6e79ecbe84773642d72f601173cd18bfd039106938434f92'); +INSERT INTO messages VALUES(367,310110,'insert','transactions','{"block_hash":"cecc8e4791bd3081995bd9fd67acb6b97415facfd2b68f926a70b22d9a258382","block_index":310110,"block_time":310110000,"btc_amount":5430,"data":"00000000000000a25be34b660000000005f5e100","destination":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","tx_index":111,"utxos_info":" fe9dc5e0401532d0c1a8399c2769c94b0ea5970138d17183c2b4a8bc2291657b:0 3 "}',0,'NEW_TRANSACTION',NULL,'af9ea5fd4bea91088a6819ecb23ce5617dce38ca13989df0399ff27c9c45aa7e'); +INSERT INTO messages VALUES(368,310110,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310110,"event":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","quantity":100000000,"tx_index":111,"utxo":null,"utxo_address":null}',0,'DEBIT','f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7','eb851c3ec817324058e8a5ca0f765f4364d7fc279855de43368ec8c519fb5ee0'); +INSERT INTO messages VALUES(369,310110,'insert','credits','{"address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"DIVISIBLE","block_index":310110,"calling_function":"send","event":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","quantity":100000000,"tx_index":111,"utxo":null,"utxo_address":null}',0,'CREDIT','f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7','00a275953e9c1967d6fec543f98abe97387bc9d001bcf3cc615fef798af5fde1'); +INSERT INTO messages VALUES(370,310110,'insert','sends','{"asset":"DIVISIBLE","block_index":310110,"destination":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","msg_index":0,"quantity":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","tx_index":111}',0,'SEND','f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7','4c8051d6be6ce724020f904b1479d69047dcf603e19781943b33b17b78cda117'); +INSERT INTO messages VALUES(371,310110,'parse','transactions','{"supported":true,"tx_hash":"f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7","tx_index":111}',0,'TRANSACTION_PARSED','f6a0f819e899b407cbfa07b4eff3d58902af3899abfbaa47d5f31d5b398e76e7','aef78e57a55d49c95dd4cb4f8ce7162dbdbbb20b230a7147fa2d3a113bdfe65b'); +INSERT INTO messages VALUES(372,310110,'parse','blocks','{"block_index":310110,"ledger_hash":"250f7b5c6f00bf06c9cd4de8dea0b8166e2decf093910ea32eabd615b910e7e6","messages_hash":"bd78f60a9abffcf8cde1cae6a9e34bca497c3d3563d48a967522cffb50353d69","transaction_count":1,"txlist_hash":"d6853c803a38efdd5190401e94244333cb4f46752a2868d4a03e6d7d6c8c2bad"}',0,'BLOCK_PARSED',NULL,'a7aab27080919b523e93f881b061c97ea426916d82f5fdcb6e9f7f16412d2e04'); +INSERT INTO messages VALUES(373,310111,'insert','blocks','{"block_hash":"fde71b9756d5ba0b6d8b230ee885af01f9c4461a55dbde8678279166a21b20ae","block_index":310111,"block_time":310111000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d3397fefe2c6ff350c7160b639f4392ecfca363f926cc4b8b7033fe219027dda'); +INSERT INTO messages VALUES(374,310111,'insert','transactions','{"block_hash":"fde71b9756d5ba0b6d8b230ee885af01f9c4461a55dbde8678279166a21b20ae","block_index":310111,"block_time":310111000,"btc_amount":0,"data":"0000001e52bb33023ff0000000000000004c4b4009556e69742054657374","destination":"","fee":5975,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","supported":true,"tx_hash":"510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186","tx_index":112,"utxos_info":" 3e05914816765cb9e05efd1b4a8507bd91f137ea53972ed574c2f3516d60e693:1 2 0"}',0,'NEW_TRANSACTION',NULL,'9b8ea4607376245b457a272d20f3ba2b80a788131d1a754418c72138834d49f3'); +INSERT INTO messages VALUES(375,310111,'insert','broadcasts','{"block_index":310111,"fee_fraction_int":5000000,"locked":false,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","status":"valid","text":"Unit Test","timestamp":1388000002,"tx_hash":"510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186","tx_index":112,"value":1.0}',0,'BROADCAST','510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186','616cb5fce2aad4d83f3afa32c3639987bf86537069f6ffa1ba592f56a9e0984d'); +INSERT INTO messages VALUES(376,310111,'parse','transactions','{"supported":true,"tx_hash":"510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186","tx_index":112}',0,'TRANSACTION_PARSED','510f6feb902159622d83f64eae590a4fec88989869a20caf5804c313aa5e0186','a39ed088336f10059eb769e0ea40192d47e22434a135f53a7b671d0a4898cb0b'); +INSERT INTO messages VALUES(377,310111,'parse','blocks','{"block_index":310111,"ledger_hash":"0c3c3d099bf08803f67c2a77d0d67779674d1063cc72d8794b8fe62a55049d75","messages_hash":"aac3bebda50d55e796a3886faf913a0ad60859a05bcbb442aaee68a537f67838","transaction_count":1,"txlist_hash":"9cab90baa72446a36a7c176e82eed32ce968f96b0f29067b240a10a71ed95808"}',0,'BLOCK_PARSED',NULL,'47a66d89cabec0552a62d5a50d801d8dcbcb9aa0aaa3b3ea632c7f214d21dc53'); +INSERT INTO messages VALUES(378,310112,'insert','blocks','{"block_hash":"5b06f69bfdde1083785cf68ebc2211b464839033c30a099d3227b490bf3ab251","block_index":310112,"block_time":310112000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'39f22e50f6615bd5c32efedf53b2f1e31921d75cb6044c0be9ef303d23b0c650'); +INSERT INTO messages VALUES(379,310112,'insert','transactions','{"block_hash":"5b06f69bfdde1083785cf68ebc2211b464839033c30a099d3227b490bf3ab251","block_index":310112,"block_time":310112000,"btc_amount":5430,"data":"00000028000352bb33c8000000000000000a000000000000000a0000000000000000000013b0000003e8","destination":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","fee":7124,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","supported":true,"tx_hash":"d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048","tx_index":113,"utxos_info":" 2b8ff8acc005180c18db9b7cfaff02dad8b718ad57cf07765b4f487c590115e4:0 3 1"}',0,'NEW_TRANSACTION',NULL,'7707d12deb09b572688471f52c3509485841b8afaa7bfcf4b94e20244eb8f77e'); +INSERT INTO messages VALUES(380,310112,'insert','debits','{"action":"bet","address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","asset":"XCP","block_index":310112,"event":"d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048","quantity":10,"tx_index":113,"utxo":null,"utxo_address":null}',0,'DEBIT','d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048','ece85ede893ef0765ed4890d79590b1971bac3146a3cc89de407a65d071c442a'); +INSERT INTO messages VALUES(381,310112,'insert','bets','{"bet_type":3,"block_index":310112,"counterwager_quantity":10,"counterwager_remaining":10,"deadline":1388000200,"expiration":1000,"expire_index":311112,"fee_fraction_int":5000000.0,"feed_address":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","leverage":5040,"source":"2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy","status":"open","target_value":0.0,"tx_hash":"d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048","tx_index":113,"wager_quantity":10,"wager_remaining":10}',0,'OPEN_BET','d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048','d6a5971a8476b22b022215e1c3c0313e54bb06512aed204be11d5af2909e2826'); +INSERT INTO messages VALUES(382,310112,'parse','transactions','{"supported":true,"tx_hash":"d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048","tx_index":113}',0,'TRANSACTION_PARSED','d79b590e4ec3e74cbc3eb4d0f956ce7abb0e3af2ccac85ff90ed8acf13f2e048','e8c6afd2335079e0935988e1d9bbc6027ab75f0a27bbdddc5e0ce4f0d2f01889'); +INSERT INTO messages VALUES(383,310112,'parse','blocks','{"block_index":310112,"ledger_hash":"557fdd1240793f8607a2b4c638ce800d5260c2adb294aac95d6c5eab7e98c3a9","messages_hash":"2a2883adf8d66677b983113647f4b414dd5e3d56914094b3593b46a0fef7e6e9","transaction_count":1,"txlist_hash":"4fc0df4832258d430e645f1950407e19e72ea27d28b8ae1851333e8e8718086b"}',0,'BLOCK_PARSED',NULL,'08b52176b42c2211d11dcbd1d9c670d8e9f9b327599ff29898c5f21155a2f966'); +INSERT INTO messages VALUES(384,310113,'insert','blocks','{"block_hash":"63914cf376d3076b697b9234810dfc084ed5a885d5cd188dd5462560da25d5e7","block_index":310113,"block_time":310113000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'38e041bc93e7c4d5db14cd94c6108b88ac5bd29baa007aa650f10a2a2a41982e'); +INSERT INTO messages VALUES(385,310113,'insert','transactions','{"block_hash":"63914cf376d3076b697b9234810dfc084ed5a885d5cd188dd5462560da25d5e7","block_index":310113,"block_time":310113000,"btc_amount":0,"data":"00000014000038fedf6d2c6900000000000003e8010000000000000000000c4c6f636b6564206173736574","destination":"","fee":6800,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","tx_index":114,"utxos_info":" 7a0db8ce3cc72919ce5a881e236bbe2d17ec93656fd143f35dcf266f6e7927df:0 2 "}',0,'NEW_TRANSACTION',NULL,'8352d7dc8957e2cf786f90e9465de6f3fdc8a4f2009e7381a43b47d32bfd4352'); +INSERT INTO messages VALUES(386,310113,'insert','debits','{"action":"issuance fee","address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"XCP","block_index":310113,"event":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","quantity":50000000,"tx_index":114,"utxo":null,"utxo_address":null}',0,'DEBIT','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','9abf02e1b4e78838a63e2bd853307b711ba283bc39ee446a51d5936cc0873a2b'); +INSERT INTO messages VALUES(387,310113,'insert','assets','{"asset_id":"62667321322601","asset_longname":null,"asset_name":"LOCKEDPREV","block_index":310113}',0,'ASSET_CREATION','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','b617aae0f2c64e23ee883c6d218c2079d8677cc4831682e2802be2e73202680e'); +INSERT INTO messages VALUES(388,310113,'insert','issuances','{"asset":"LOCKEDPREV","asset_events":"creation","asset_longname":null,"block_index":310113,"call_date":0,"call_price":0.0,"callable":false,"description":"Locked asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","locked":false,"quantity":1000,"reset":false,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","transfer":false,"tx_hash":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","tx_index":114}',0,'ASSET_ISSUANCE','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','6504040956459faf863c0d1717f052c9378aec7f262d0f31dc93de182b378184'); +INSERT INTO messages VALUES(389,310113,'insert','credits','{"address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"LOCKEDPREV","block_index":310113,"calling_function":"issuance","event":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","quantity":1000,"tx_index":114,"utxo":null,"utxo_address":null}',0,'CREDIT','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','1de3180906127e40e2200817c258a67209329f4a3960d9492e04b6169611232e'); +INSERT INTO messages VALUES(390,310113,'parse','transactions','{"supported":true,"tx_hash":"34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63","tx_index":114}',0,'TRANSACTION_PARSED','34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63','722a85b43ce425fa138d2db4c77067737532ba9937418218afbb9e89ee2b9401'); +INSERT INTO messages VALUES(391,310113,'parse','blocks','{"block_index":310113,"ledger_hash":"4ecad4a5c8e9b54101c4a037d6c86a7eb36d3cf0503e60a1bf13c5a4196c5989","messages_hash":"c4696f0c685051fbfbfb32780e52dbdcacc3f427f9e7e460981b63c6ec225bf9","transaction_count":1,"txlist_hash":"baf1f86b3145fd8dc33aa2fcb2e882cf69ffadee81e8412ed2092c634934709c"}',0,'BLOCK_PARSED',NULL,'6ef9ae972df24e02e72de1772b546b2c591fb1bc92bffbf2e477154fd6b42b4f'); +INSERT INTO messages VALUES(392,310114,'insert','blocks','{"block_hash":"24fc2dded4f811eff58b32cda85d90fb5773e81b9267e9a03c359bc730d82283","block_index":310114,"block_time":310114000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d5fd7f543f34ee0dafb0098dfa3ec2dc8bdfdc02f0a2b442a3ce6f65a044de14'); +INSERT INTO messages VALUES(393,310114,'insert','transactions','{"block_hash":"24fc2dded4f811eff58b32cda85d90fb5773e81b9267e9a03c359bc730d82283","block_index":310114,"block_time":310114000,"btc_amount":0,"data":"00000014000038fedf6d2c69000000000000000001000000000000000000044c4f434b","destination":"","fee":6800,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2","tx_index":115,"utxos_info":" a644ff7ee03e6bcb1e65ed12dad81f81aea732a816cba067c1ccc46e6f33208a:0 2 "}',0,'NEW_TRANSACTION',NULL,'5907dce04be74c35bd58a3996a443fecef37d61472d491bfbecc40e085ba5e62'); +INSERT INTO messages VALUES(394,310114,'insert','debits','{"action":"issuance fee","address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"XCP","block_index":310114,"event":"025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2","quantity":0,"tx_index":115,"utxo":null,"utxo_address":null}',0,'DEBIT','025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2','b5f52ff4679d043d378efd5c79c13976853815f17a22f88dad3a0e481baf6401'); +INSERT INTO messages VALUES(395,310114,'insert','issuances','{"asset":"LOCKEDPREV","asset_events":"lock_quantity","asset_longname":null,"block_index":310114,"call_date":0,"call_price":0.0,"callable":false,"description":"Locked asset","description_locked":false,"divisible":true,"fee_paid":0,"issuer":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","locked":true,"quantity":0,"reset":false,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","transfer":false,"tx_hash":"025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2","tx_index":115}',0,'ASSET_ISSUANCE','025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2','60dd3debc3881549997f54fdf5a883de08b04e0a26b4833ad60f8b85abd2e53e'); +INSERT INTO messages VALUES(396,310114,'parse','transactions','{"supported":true,"tx_hash":"025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2","tx_index":115}',0,'TRANSACTION_PARSED','025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2','7129140ad7cf4d4756a60e402d5d7a7b893caa30cdddbcfa681e0ad2c449f658'); +INSERT INTO messages VALUES(397,310114,'parse','blocks','{"block_index":310114,"ledger_hash":"00380ec3118a5e8f9cab403d10870dd5bc339421297fcb6196a3112d70541ecd","messages_hash":"c97b5bbb161996c25c21b28b471e1d2f1ef3cb1b239e82d667d6689d78493ea1","transaction_count":1,"txlist_hash":"22e3851c91f780c0152549b24228d0dab3542c2632b633995c0d8dcfd8e26601"}',0,'BLOCK_PARSED',NULL,'274dada0572add670281de4ce5e870acd4d89a41323ca9807902a72fec392a04'); +INSERT INTO messages VALUES(398,310115,'insert','blocks','{"block_hash":"a632d67ff5f832fe9c3c675f855f08a4969c6d78c0211e71b2a24fe04be5656a","block_index":310115,"block_time":310115000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eab8a8228bb19a0d36ee64e5fa5a73bd4ccd96f2f74fc02489c79a38fc585def'); +INSERT INTO messages VALUES(399,310115,'insert','transactions','{"block_hash":"a632d67ff5f832fe9c3c675f855f08a4969c6d78c0211e71b2a24fe04be5656a","block_index":310115,"block_time":310115000,"btc_amount":0,"data":"00000014000038fedf6d2c69000000000000000001000000000000000000076368616e676564","destination":"","fee":6800,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb","tx_index":116,"utxos_info":" 61a5ae9a2fb6cd6fceaa407a654714fccd5a9b676bbf03c5844fe8e39a86b55b:0 2 "}',0,'NEW_TRANSACTION',NULL,'2d23bf63eef93d4537de9f57e0e86c93ada45e4750e13f05835c55a85f073be5'); +INSERT INTO messages VALUES(400,310115,'insert','debits','{"action":"issuance fee","address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","asset":"XCP","block_index":310115,"event":"4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb","quantity":0,"tx_index":116,"utxo":null,"utxo_address":null}',0,'DEBIT','4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb','d8048a8eb82b7b93f43fae1b8dc3a90ab85c7b703ae7e865bd3ad60e9e5af65a'); +INSERT INTO messages VALUES(401,310115,'insert','issuances','{"asset":"LOCKEDPREV","asset_events":"change_description","asset_longname":null,"block_index":310115,"call_date":0,"call_price":0.0,"callable":false,"description":"changed","description_locked":false,"divisible":true,"fee_paid":0,"issuer":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","locked":false,"quantity":0,"reset":false,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","transfer":false,"tx_hash":"4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb","tx_index":116}',0,'ASSET_ISSUANCE','4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb','bf383c324a6480a20fb251d58200de66334267695146ee755222d6d12442f1c4'); +INSERT INTO messages VALUES(402,310115,'parse','transactions','{"supported":true,"tx_hash":"4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb","tx_index":116}',0,'TRANSACTION_PARSED','4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb','b1db653aef56920d82d020ce04b485bb3e012c89a1e17e60f55fd9a936306367'); +INSERT INTO messages VALUES(403,310115,'parse','blocks','{"block_index":310115,"ledger_hash":"0acd3a07c5df54e883ff9871852c961b00771d3f4afccb3b1941d0b1c7b300cc","messages_hash":"62f82b2d7fb4276e14290f9c1eefe793c73c52b9ecb76bda3608d2d28cc4f10d","transaction_count":1,"txlist_hash":"cf921f50b98df4ec37f2a9803315a798198507adcbfd8fd54e6a9bc539cc8f41"}',0,'BLOCK_PARSED',NULL,'8b61dd2bf3e1ee9f1df493804646c81c22ab58557c0200873fb4efd9f84b29f5'); +INSERT INTO messages VALUES(404,310116,'insert','blocks','{"block_hash":"8495ba36b331473c4f3529681a118a4cc4fa4d51cd9b8dccb1f13e5ef841dd84","block_index":310116,"block_time":310116000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'42bbf443975812cb39ce216587a3d4d3e9f17658e3bc56b8ada7f81f2740ca1c'); +INSERT INTO messages VALUES(405,310116,'insert','transactions','{"block_hash":"8495ba36b331473c4f3529681a118a4cc4fa4d51cd9b8dccb1f13e5ef841dd84","block_index":310116,"block_time":310116000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx","supported":true,"tx_hash":"27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9","tx_index":117,"utxos_info":" 44d8f4bdcbb68b5ab982ef086162b2bd8d82136ef56e8536c75a835cd9fc5450:0 2 "}',0,'NEW_TRANSACTION',NULL,'bb3ea002aa454bffe65f48a783ad0a8a94de1ff14087dcdb78c03dcd08289453'); +INSERT INTO messages VALUES(406,310116,'insert','credits','{"address":"tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx","asset":"XCP","block_index":310116,"calling_function":"burn","event":"27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9","quantity":92999030129,"tx_index":117,"utxo":null,"utxo_address":null}',0,'CREDIT','27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9','a1dbe9b70b2c8d23d8c722150beed2d609280336d8d84fe16c90a8efcee56f70'); +INSERT INTO messages VALUES(407,310116,'insert','burns','{"block_index":310116,"burned":62000000,"earned":92999030129,"source":"tb1qw508d6qejxtdg4y5r3zarvary0c5xw7kxpjzsx","status":"valid","tx_hash":"27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9","tx_index":117}',0,'BURN','27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9','41d5e3ecba2d5b13d4a50cb380fe80cce7f650c7281cb06f4ad1b29de3371408'); +INSERT INTO messages VALUES(408,310116,'parse','transactions','{"supported":true,"tx_hash":"27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9","tx_index":117}',0,'TRANSACTION_PARSED','27929c4fcad307a76ea7da34dd2691084f678a22ee43ce7f3842b78730ee08f9','57e82b0e94ddd32ca40799f4863ab253d0c0e2e5a831bbbf1037a251fbd2975a'); +INSERT INTO messages VALUES(409,310116,'parse','blocks','{"block_index":310116,"ledger_hash":"6c6845d3be70cbe9a71c33227983f695c96877aac6d3a8d6a6839760b4691d25","messages_hash":"0fe3bfa987b4fcd9a92970ba24e239f393c0fb9879e54ba0e50b45268657dbef","transaction_count":1,"txlist_hash":"a7e01a910cc919588be3b0c19c4bb7c36499b0a9b0347834d40fbb54fdf05fb6"}',0,'BLOCK_PARSED',NULL,'fc6e03ac1c0f9248d9091a4792521e923b2e5ebe06a3981318174a7173469f1b'); +INSERT INTO messages VALUES(410,310117,'insert','blocks','{"block_hash":"978a3eac44917b82d009332797e2b6fe64c7ce313c0f15bfd9b7bb68e4f35a71","block_index":310117,"block_time":310117000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'46c833c754f27de9f0b1ec7966ebc27c577deb3f58529154bb397c2f5aabad42'); +INSERT INTO messages VALUES(411,310117,'parse','blocks','{"block_index":310117,"ledger_hash":"0465a90ff545d58e69c07c204160360bcc6fba5cc60fb81d7e6e389d9ff8133e","messages_hash":"c71c860322b0c96de54621839ccd251455bc1ea5ec2f7de5c42c0f1047b26bcd","transaction_count":0,"txlist_hash":"1100b7084683079d36f9ec6e4cb1ec457ae4c45941cdbaa0f4d53bc458e2fa9f"}',0,'BLOCK_PARSED',NULL,'dbb75eadd143eb0910966c920a022357ca380156ca7e4b64ddac83c227283dea'); +INSERT INTO messages VALUES(412,310118,'insert','blocks','{"block_hash":"02487d8bd4dadabd06a44fdeb67616e6830c3556ec10faad40a42416039f4723","block_index":310118,"block_time":310118000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'16d68bac873931a86aa301375e4c80c179cd3232e0894d3134438c6ecf147d68'); +INSERT INTO messages VALUES(413,310118,'parse','blocks','{"block_index":310118,"ledger_hash":"011ed3df8ae72a02b686e98aa8db07c973e1e12c2ac09891ba90d783ae63161f","messages_hash":"d97e6d1d1661a901d47a290ca1a374c7b8a36f366e45d32535115d681d59c01b","transaction_count":0,"txlist_hash":"7ed056a59c2b15a2d082f75c8728ee1e7f9b0eea6cb56b37f41319b115e39771"}',0,'BLOCK_PARSED',NULL,'dd5e825722752293953c58667b4162b1bc3a913db248e4848ea8a98c6633c708'); +INSERT INTO messages VALUES(414,310119,'insert','blocks','{"block_hash":"6d6be3478c874c27f5d354c9375884089511b1aaaa3cc3421759d8e3aaeb5481","block_index":310119,"block_time":310119000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'22923e34546fefd17eb8b98d7f3a2f1beed22e1e51f2ffe36205033021ba79d0'); +INSERT INTO messages VALUES(415,310119,'parse','blocks','{"block_index":310119,"ledger_hash":"a6620b1b6a5b1f54fe6a8076fc35f0f3ce15315e9f549f5ff3fa0f5b6094919f","messages_hash":"24a179147b5c7297382f33efb544f0b18b6c37899dd0d3c726e664d21bd2f42b","transaction_count":0,"txlist_hash":"1312871691c685ced39676d4d4bd8825d2109587d1ec36f2dadc50f68b4d9cca"}',0,'BLOCK_PARSED',NULL,'35893900ee2f484c060d9789017570633dedfdb69e822c9f64b1a2c66662dcdc'); +INSERT INTO messages VALUES(416,310120,'insert','blocks','{"block_hash":"2bba7fd459ea76fe54d6d7faf437c31af8253438d5685e803c71484c53887deb","block_index":310120,"block_time":310120000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'39fcf478cd77211a531bcf60d1b184bd79e149f759e76659a5207c99f5829160'); +INSERT INTO messages VALUES(417,310120,'parse','blocks','{"block_index":310120,"ledger_hash":"e38e2aa0bf8831b90e69b40c78d4b7d41bc564527451b5f9b332bb0beb54c923","messages_hash":"be8a04d8b8a9c6737678672ed1ed8ac32a0b16711654a8399aafa804b5ed7e8f","transaction_count":0,"txlist_hash":"1901f4d80a526969a544b68b1a695f07aa078ad719b8803c0b7543fcb4a974d6"}',0,'BLOCK_PARSED',NULL,'9b52aae0e24e5fed25f7561747309e10aee6b0b2e00e48238667c471b479a7a6'); +INSERT INTO messages VALUES(418,310121,'insert','blocks','{"block_hash":"9b3ea991d6c2fe58906bdc75ba6a2095dcb7f00cfdd6108ac75c938f93c94ee7","block_index":310121,"block_time":310121000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'be7306cdf433b5d4fdca016153a741acce9157787e3252f33af088a8fe501d65'); +INSERT INTO messages VALUES(419,310121,'parse','blocks','{"block_index":310121,"ledger_hash":"5b988c8ad133bb5ff5ac1ee4ad0a6a4fd431247db373e43c9be2a020520f438b","messages_hash":"efca3aa8d8cac7d6a1a31879e740aadd2ccf2f6d11b7517eeb145c9fd1ec3b12","transaction_count":0,"txlist_hash":"9921b651b8ca004602b16f95d76b2ea76f03456d9a978abb02bb340f360df7a7"}',0,'BLOCK_PARSED',NULL,'9a4b276d57599f2cc42b48bed9c2368ed70e372828c8d19d559777de812d24a6'); +INSERT INTO messages VALUES(420,310122,'insert','blocks','{"block_hash":"d31b927c46e8f9ba2ccfb02f11a72179e08474bdd1b60dd3dcfd2e91a9ea2932","block_index":310122,"block_time":310122000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3633422127991f1fcc80869931878f69a209c6d55851ada83958e0d52c70ee29'); +INSERT INTO messages VALUES(421,310122,'parse','blocks','{"block_index":310122,"ledger_hash":"70ddab8f1d6283ce5a054650dbcd02d7ad4ca9c35de7bed920c2f266bc092070","messages_hash":"56d5d67e2504dab107700140214416a4b4d6f1dce1a78c0951a227b8c0d83d54","transaction_count":0,"txlist_hash":"a45cd1eea6626efa3af3dcd3c89782c50cc3b683c1b22249dc67d288e56aeb17"}',0,'BLOCK_PARSED',NULL,'b502e9944891bc6c7ce188140d9c0370fdc221e83ad0493ec4060a3645bd46d1'); +INSERT INTO messages VALUES(422,310123,'insert','blocks','{"block_hash":"be6d35019a923fcef1125a27387d27237755c136f4926c5eddbf150402ea2bbd","block_index":310123,"block_time":310123000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ca44ec0806a67d8a3e942f7c770f3db0234985cdd02ab381393a4133e678b7c1'); +INSERT INTO messages VALUES(423,310123,'parse','blocks','{"block_index":310123,"ledger_hash":"3670feebcf979edce175ad5b296a4c88fd7fc6bdc251dda84d487b1b092e41dd","messages_hash":"fd844858725e9052d7214421bc6c079d2357ed335c62e974cb2b396b11d1cbf6","transaction_count":0,"txlist_hash":"78c648296fcc7856757b990a92cf9512c61d180b08d451b63ed4e796d051d338"}',0,'BLOCK_PARSED',NULL,'177582dae7026f553f6b6d384eaae3df93524abc809570c28dcee9af3402510a'); +INSERT INTO messages VALUES(424,310124,'insert','blocks','{"block_hash":"0984b4a908f1a7dac9dcd94da1ee451e367cc6f3216ee8cdee15eae5d0700810","block_index":310124,"block_time":310124000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'847436cff22514e6908d45693a99407044bb54c2bf6e1f7cf764137aad8fc4d8'); +INSERT INTO messages VALUES(425,310124,'parse','blocks','{"block_index":310124,"ledger_hash":"9883fff318e7cf9021fb4cc39261840f682e8adabb934549dbae2a10d2a71de3","messages_hash":"a790c22e218a72778226f42859727896236f06b694673474a3721809617ec317","transaction_count":0,"txlist_hash":"c58aaf910fe01fd9ba6a892ea421c0933f4cebec80c6d2d556accc81102428d3"}',0,'BLOCK_PARSED',NULL,'bb9534112c8cc86c2e303765b5a18975de9dcc54dce1b8ff20bce65a260f20a0'); +INSERT INTO messages VALUES(426,310125,'insert','blocks','{"block_hash":"cc28d39365904b2f91276d09fae040adb1bbbfd4d37d8c329fced276dc52c6a6","block_index":310125,"block_time":310125000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'475ab8846233d1d549f9af084636166e910706ccfec0e7d27e017efe4ae494ea'); +INSERT INTO messages VALUES(427,310125,'parse','blocks','{"block_index":310125,"ledger_hash":"1840685242f9090297d4b432e305e4a093f90faa0b673953b648fbed948f31b6","messages_hash":"c7cc7286bbc912a4337fffc7a1eaa2d15aed8330ff0a3583d9ce68c70e3ab6c9","transaction_count":0,"txlist_hash":"3d1e4c3a02456d7f79402a89f6a39dcb235fde15b275a762197b70e643d29e25"}',0,'BLOCK_PARSED',NULL,'b89bc4c5380d6c3c88ac409e3bd773c252e7593932a915f87cbb69b2ee6935b9'); +INSERT INTO messages VALUES(428,310126,'insert','blocks','{"block_hash":"c9d6c2bd3eeb87f3f1033a13de8255a56445341c920a6a0ee2fb030877106797","block_index":310126,"block_time":310126000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'809a7dc6a107872fa3c479735c1617f887ebe8c5c9b2884ccc6d229f9187c294'); +INSERT INTO messages VALUES(429,310126,'parse','blocks','{"block_index":310126,"ledger_hash":"1a83f417c18439cd3c6269626c44b480317290f0c27a9b9f883a01653de69272","messages_hash":"79b28b043e85cf5ddd497f041ab1284f2039b53f4168256b8ac19527695cedbe","transaction_count":0,"txlist_hash":"7cde633cf5f7bc1176a3faa6ad03a449d3fb0d21dcce5885d2a37b81448a2ca5"}',0,'BLOCK_PARSED',NULL,'9878dab131cd2eb1afbc6ebe989604d72cf94b400a6e2ba07aaadd71019e7967'); +INSERT INTO messages VALUES(430,310127,'insert','blocks','{"block_hash":"c952f369e2b3317725b4b73ba1922b84af881bd59054be94406a5d9bbb106904","block_index":310127,"block_time":310127000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e4bd869fe6b6e0dd7bda3a0e5b4b78c404f0e59d4bf227faff7d92617aeb5bec'); +INSERT INTO messages VALUES(431,310127,'parse','blocks','{"block_index":310127,"ledger_hash":"094c53dfd00b5004d074987dba90a6c9c47841d01041d0aeb61923c48315d1bb","messages_hash":"981d593f0d305812c38d8215cf1403f6bb5b1d24d9734691d6d9a2632d94c65c","transaction_count":0,"txlist_hash":"0ac0ddcc5c45d4d709d9070814832bfa2339eaf5edbed98232cda4b1731e5478"}',0,'BLOCK_PARSED',NULL,'fb1e966f728aae5c6102f5e7e045f16629788374c12cf69861ed06ae9cc3d61b'); +INSERT INTO messages VALUES(432,310128,'insert','blocks','{"block_hash":"990b0d3575caf5909286b9701ece586338067fbd35357fec7d6a54c6a6120079","block_index":310128,"block_time":310128000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'380f245077535095c59cbfc12a00460cdb6a3ee94aad256691c917bdc87f7830'); +INSERT INTO messages VALUES(433,310128,'parse','blocks','{"block_index":310128,"ledger_hash":"28ad1365daaadc866e79b6b1a555fa31bd804a85827d958cebb9d29511f78e19","messages_hash":"9c4a3ef695511a25af4682ccc4b3f598a86cb72d0bb590f684848b76e897d035","transaction_count":0,"txlist_hash":"aa9a25819899fc8948c4906673cfc8128c0a98417db8fe659098d28ca12e3786"}',0,'BLOCK_PARSED',NULL,'14f3d4d19251a7fcdefcb9fad305210494433868ceaeca9d125453036cff0bd6'); +INSERT INTO messages VALUES(434,310129,'insert','blocks','{"block_hash":"fa8a7d674a9a3e4b40053cf3b819385a71831eec2f119a0f0640c6870ca1dddc","block_index":310129,"block_time":310129000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0287b33455cd6e27fa61683f3a4ba18aedf32eb1ec4b3394cee7f83f132bdd53'); +INSERT INTO messages VALUES(435,310129,'parse','blocks','{"block_index":310129,"ledger_hash":"61587f9b5d05f8f553f0a4f580f38a140edcf7d9facb13c542865f5ec586a32c","messages_hash":"95ed9c8db7b588db39ea4c91004639ddf1c92676b9a082d5c7ce9fcc48062df6","transaction_count":0,"txlist_hash":"ca3752868d963f0c165166928139cb078aefd0ebcbd9ab8f182c631ff941a56b"}',0,'BLOCK_PARSED',NULL,'e7db112b5954555e647ed1bc02f1c514ea5934b28b9cb5b91529d3f994c2f216'); +INSERT INTO messages VALUES(436,310130,'insert','blocks','{"block_hash":"d3046e8e8ab77a67bf0629a3bab0bea4975631d52099d2ddc9c9fa0860522721","block_index":310130,"block_time":310130000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d787ff056e6351252b97311994c4e2313482edef68a1b10383e4db803eada12e'); +INSERT INTO messages VALUES(437,310130,'parse','blocks','{"block_index":310130,"ledger_hash":"1ee8c39657890ac946e2aac5409147cdbf1b0004db1f00d997cf45452596f781","messages_hash":"8c24c90fa881a29737a166addf4cd17706c75dd8d349b9ddf821c91f80be8a5d","transaction_count":0,"txlist_hash":"bb38c9be1ef6ce22f1f14319cb3e1385d70fc63f7d0b2d80789c9af018baaa71"}',0,'BLOCK_PARSED',NULL,'2bd6fc77b1e8fd15788a0c63866a3da5a24ba1b492f4b98042ec59e08d1cb46c'); +INSERT INTO messages VALUES(438,310131,'insert','blocks','{"block_hash":"d6b4357496bc2c42b58a7d1260a3615bfdb86e2ce68cd20914ef3dd3c0cdd34d","block_index":310131,"block_time":310131000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da06681d1924c633f8e7b69e26e4f6762b2d7d15363683488bcf35332468da90'); +INSERT INTO messages VALUES(439,310131,'parse','blocks','{"block_index":310131,"ledger_hash":"aee45272e68725a2746582f1847582eb9808289d3deca144f8c6cb43bc4f42e6","messages_hash":"4c79fcd0a1db5573b03620c0583e0b3c5b79d90441fe90e20ef3c06611273761","transaction_count":0,"txlist_hash":"69fba2b86abed1e740d45d33ec1bed7d2bf7de0f3bd9633959bfe77a21dd7aeb"}',0,'BLOCK_PARSED',NULL,'affeca0a0bcfbf63242806a30cd4c87e4139cae8626c9a6046c61c4e432acdfe'); +INSERT INTO messages VALUES(440,310132,'insert','blocks','{"block_hash":"1b95a691bf4abf92f0dde901e1152cc5bd87a792d4b42613655e4046a57ab818","block_index":310132,"block_time":310132000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4d4a70af8479fd1b7856361975d36398e9115444f1f98351d399dd2e704a5121'); +INSERT INTO messages VALUES(441,310132,'parse','blocks','{"block_index":310132,"ledger_hash":"a3fe51c1d168ed726a78b72db61175f2abb07ea6c614b2886f3054cdd1a858fe","messages_hash":"f5acf8f77933cb431b4fd6538d98a0af4c2493bdea28623c3a90e186401984f7","transaction_count":0,"txlist_hash":"352b00e4db389d411377c2302ecf272f97268e953c30d0976a5d12bffc5a17f7"}',0,'BLOCK_PARSED',NULL,'20190a3d3f629bd4eb6cadf45bc13bb2fc2f8ddc9467c47a3f16590621b6ef8e'); +INSERT INTO messages VALUES(442,310133,'insert','blocks','{"block_hash":"1029c14051faabf90641371a82f9e2352eaa3d6b1da66737fcf447568ca4ec51","block_index":310133,"block_time":310133000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8d9eae572c738e1e5c1a17451a3091455e63c2b9dc4aab60b8862c2c0f81079d'); +INSERT INTO messages VALUES(443,310133,'parse','blocks','{"block_index":310133,"ledger_hash":"626743e51b462163f23f22079d672379def21382fd88f9155ddd453ca3d633ef","messages_hash":"f116f5382da1a5e3b74b9e054284d3bb763a76e7606c04c8d05c72d4e92b508b","transaction_count":0,"txlist_hash":"1a7a1af397c6619b629eba7fdef0f0ea2d737e673d182fe985421dee61d0c63a"}',0,'BLOCK_PARSED',NULL,'2d4c892af33f3463ce0a7b7c0e157b156f9ce8f8b1238a687cc9a3d76f93fae5'); +INSERT INTO messages VALUES(444,310134,'insert','blocks','{"block_hash":"1748478069b32162affa59105257d81ef9d78aee27c626e7b24d11beb2831398","block_index":310134,"block_time":310134000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'daeb9d0ad300f2ce7ba32168003b36d991347cf41de33c3cb3d5b201f304c13c'); +INSERT INTO messages VALUES(445,310134,'parse','blocks','{"block_index":310134,"ledger_hash":"4b6e3202cae46fa80222e3ddec001213062ab76b8848eaaf4ab73f44bd84ac55","messages_hash":"ad847d3d6ce3e76141c415277b140acaf7fe86d76a036b95ef341efe1c685c5d","transaction_count":0,"txlist_hash":"855a47de54b979a3d958a921c2679825084193b9f1eb0fa56393e0186fb1b440"}',0,'BLOCK_PARSED',NULL,'56c9921e5d9daae3d73cfc9e4ecd2eefafcb28c984fa9294a035bd408fc6ff63'); +INSERT INTO messages VALUES(446,310135,'insert','blocks','{"block_hash":"d128d3469b1a5f8fb43e64b40f8a394945d1eb2f19ccbac2603f7044a4097e4f","block_index":310135,"block_time":310135000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'80810cc0dc40fdeb14843c38aed272a83ba4fbc0abf7db2ff3a75c177109ffd4'); +INSERT INTO messages VALUES(447,310135,'parse','blocks','{"block_index":310135,"ledger_hash":"e32784cedeadac39bb292da2c5eaffc983f416e0bf387978691e4c0fa5b1715a","messages_hash":"d213953ac87a7754240644fd43f6bc3be3fc8545056f1828fa0c88a3421837f5","transaction_count":0,"txlist_hash":"80e68a8a303975543781e760be8d8b151206fb0335d3e0f5c2821d3e482b0ef0"}',0,'BLOCK_PARSED',NULL,'ef85920d316f89e2fd526b7ce7cc77533ee53c26fd9b706ce5d21f28ccd61671'); +INSERT INTO messages VALUES(448,310136,'insert','blocks','{"block_hash":"6ec490aaffe2c222a9d6876a18d1c3d385c742ff4c12d1334613a54042a543a5","block_index":310136,"block_time":310136000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'34e726fac781a15a90dfd7c4c873485c500baf33ee4d87f494e87712a638bfbc'); +INSERT INTO messages VALUES(449,310136,'parse','blocks','{"block_index":310136,"ledger_hash":"93c67fdabd991708d1e35dabbdf7acb4e928763eeb817b32a79cd0bdb414fd2a","messages_hash":"b6ea2bfe1f4b01a2cbf76feafc615b2bba250104db27895ba68730a7d7c01005","transaction_count":0,"txlist_hash":"5fd1f9311646bed047ec4ac1d5aa5c74d68d26ddf6bdec14f2f53f4cb9c1f6b1"}',0,'BLOCK_PARSED',NULL,'8a1127f3bd288cfe4967df251cfb6ec41007d55de3eed5aad26a866eb749671b'); +INSERT INTO messages VALUES(450,310137,'insert','blocks','{"block_hash":"7b44f07e233498303a57e5350f366b767809f1a3426d57b1b754dc16aba76900","block_index":310137,"block_time":310137000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8e4c3db654bb9eeba9f08de151278706831a39e3b5e2d7ea9253a0992c9b6e73'); +INSERT INTO messages VALUES(451,310137,'parse','blocks','{"block_index":310137,"ledger_hash":"8a43d01155ba47b8b1311c41d5a57112198857701c2970d0fd373da04ef4e585","messages_hash":"0c5e92c6da595abd1270b7c178a86cc5ffa575472caa904eade02ff804025d9b","transaction_count":0,"txlist_hash":"d1f1a4a5fb78621aa1be58d32795feef8ac82572c34a694bf6b0b8c3c73ba7d6"}',0,'BLOCK_PARSED',NULL,'2e37ef7d5b66624ae757617280ecc2230ac476e00a317054935f1339b5aabd66'); +INSERT INTO messages VALUES(452,310138,'insert','blocks','{"block_hash":"d2d658ccbf9baa89c32659e8b6c25b640af4b9b2f28f9d40baae840206402ab5","block_index":310138,"block_time":310138000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'07ceb5e579a9fcec3d309a87ba33a1434008ec5a5aa7295e6fd242976feb5be3'); +INSERT INTO messages VALUES(453,310138,'parse','blocks','{"block_index":310138,"ledger_hash":"4acf0244f3188f60152acc8ca30dcaeadf12e6669b15377c81b7e6dc3c8892b6","messages_hash":"a27d49522351692319175a5790fb84af097446e187742fa659b6447a607be24d","transaction_count":0,"txlist_hash":"645be1bed53d63c268cd21d99a914aa4268b5a357dafa57f706075a66e42f948"}',0,'BLOCK_PARSED',NULL,'183bc3a3e7f3c892954be8d627b950dc4df93acaa5db53eb480b16a71be6bded'); +INSERT INTO messages VALUES(454,310139,'insert','blocks','{"block_hash":"b2c6fb61f2ae0b9d75d18fce4c52a53b1d24772b1ad66c51ca51090210527d46","block_index":310139,"block_time":310139000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f970fcd010ccc1b23265b7f4fc69abc859fee3dd9b1dc8d13d62fd7ee30edf37'); +INSERT INTO messages VALUES(455,310139,'parse','blocks','{"block_index":310139,"ledger_hash":"2d77bdd47ed1b3be1c2edf41473bd5eb707d06dab33717b01c4a227f9855d73d","messages_hash":"c20493eaaebb07b96bc1e939e5a4b071e4d216930575026747c538f7f8079a9a","transaction_count":0,"txlist_hash":"c1e0ab9fe21f807be3431a5d28c048b7f5c49ee5cfba7b9a0a837d1fa5c90f4c"}',0,'BLOCK_PARSED',NULL,'a28fcf090428c639ff4f5a24c325855e6925cd42262da18ee4ca2807cc724c9d'); +INSERT INTO messages VALUES(456,310140,'insert','blocks','{"block_hash":"edddddea90e07a466298219fd7f5a88975f1213289f7c434ed47152af6b68ebb","block_index":310140,"block_time":310140000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53acb5cbfc90506f6397cd0bd78b5fa75a0636a0b0695cc13f3287a7f636bfa2'); +INSERT INTO messages VALUES(457,310140,'parse','blocks','{"block_index":310140,"ledger_hash":"277c0c6dd1c505dc6f9a222c737296396569d8e007c4b9a42582f108e90fa624","messages_hash":"84ba91ad865ba1c042783fee9a1bbff9aa0575cf0759959ace18e4814c3e51be","transaction_count":0,"txlist_hash":"ab9a8224e0e3f8f728b56fd3ff40d960d9d336b2743932053b2419423223f2ac"}',0,'BLOCK_PARSED',NULL,'dd64ff3721ef0fdad7d229e9f1ffc7066428c2740c58b8e71fc2bfaad69067f2'); +INSERT INTO messages VALUES(458,310141,'insert','blocks','{"block_hash":"b5b71d2a271bd638561c56f4ffbe94d6086debaaa86bfeb02ef0d71339310709","block_index":310141,"block_time":310141000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'446d9ebcf0296767ead7d77a2d7de378aa0d8a9326920449d623c46b91ae4ea6'); +INSERT INTO messages VALUES(459,310141,'parse','blocks','{"block_index":310141,"ledger_hash":"f5d0edff3f22b2e025c884b7c738abe641bca9110a6b9a7b90de179fd6e5d2dc","messages_hash":"edb506c2f4bfb5f789d38fa6d7981174a881c8178580b9fca7ad03b81b98a690","transaction_count":0,"txlist_hash":"d272db9ecd97edb037736fe46ab9585397f38a6d1c1d9455e64b8439811ebe4f"}',0,'BLOCK_PARSED',NULL,'a118e35981bcd59d068248f0c47ce63fef73582332fee5e6553c98a0a1fc0a63'); +INSERT INTO messages VALUES(460,310142,'insert','blocks','{"block_hash":"a98ae174c41ab8fc575d9c8d53d8e02d8e446b8c6c0d98a20ff234eba082b143","block_index":310142,"block_time":310142000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f1a0a61ca4a67f590473a229f4297ec917da28302b41cc67d5d53e6f2326abff'); +INSERT INTO messages VALUES(461,310142,'parse','blocks','{"block_index":310142,"ledger_hash":"a9f00ec826a30e66820ab2920cf9573244a24dacd63d48c080b9e80b1c5e05b7","messages_hash":"6728c52b3cb58b4936b31cd66dbf3a73e61963d50080757e38ac7ca35a67fc67","transaction_count":0,"txlist_hash":"0c2ddacd61856ee0743eca9125326981ab9f5711982f53874a0f8153089a8d97"}',0,'BLOCK_PARSED',NULL,'6a7065681dc0493bf2bcd1ceaa07629bffd4201227cf722888b44d3953bde0be'); +INSERT INTO messages VALUES(462,310143,'insert','blocks','{"block_hash":"8ba2f7feb302a5f9ec3e8c7fc718b02379df4698f6387d00858005b8f01e062f","block_index":310143,"block_time":310143000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eeccf8679e96073b83113a61b3047cc4b1e18b0474e13bd6e00c9494dacf0852'); +INSERT INTO messages VALUES(463,310143,'parse','blocks','{"block_index":310143,"ledger_hash":"b5765899f770fdb6cf1120535d85826c6b0ae44b16b8d5a619c5cd12c98783ea","messages_hash":"41d9da37b84704ec6329cdc7b304af13e9a79226e1c5f7c009620642acde1ff0","transaction_count":0,"txlist_hash":"39ef998b6c6130f79df8dcb5abff84c18a485915f1088b36a10de30da8c6f9c6"}',0,'BLOCK_PARSED',NULL,'f270f87c99cd49ea4d342322e6cc9229297ee897126fddd55cca59bf8e085fbe'); +INSERT INTO messages VALUES(464,310144,'insert','blocks','{"block_hash":"879ffa05ae6b24b236591c1f1537909179ed1245a27c5fdadd2218ab2193cdb9","block_index":310144,"block_time":310144000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4ca6c58120fdb66ffffeb13dab0ea568c1f939534877abf79ec431ef2f93ec52'); +INSERT INTO messages VALUES(465,310144,'parse','blocks','{"block_index":310144,"ledger_hash":"1a80f48136e5938b33f817a7cc1cb60aaf6d628b7811abd43e38cc807a18072a","messages_hash":"f25398c8530eb781a6c42acf3eb3a35a84fb9888247b88aabb45cadb48ae06a4","transaction_count":0,"txlist_hash":"0b547c8db7446cd3f26dd0d8b88d533c1361fa5dfae6127b85e87095b42ab66b"}',0,'BLOCK_PARSED',NULL,'af13cff54d4364b52e4c85fad4f2154dbaedc56aa2a61be969b900bac7773c05'); +INSERT INTO messages VALUES(466,310145,'insert','blocks','{"block_hash":"175449ef0aa4580593ad4a7d0c5a9b117e1549ea772af00caa4ccdc9b1bf7a6e","block_index":310145,"block_time":310145000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3bdcf99fb2637cde2e91442b970013dd49ffe81647864d56db23f5a1070b47cc'); +INSERT INTO messages VALUES(467,310145,'parse','blocks','{"block_index":310145,"ledger_hash":"fce2f084c1776fcb36b3ae3e0c952893934e24672ffa0d3dac72bb1278af8264","messages_hash":"22213d351e6ddbbe4d9c55319090fb111d861fa7c408a7762c08da464dfa6769","transaction_count":0,"txlist_hash":"bcef3d9f5eb82fb2198d268e442edfca029d5aa3ccff5e5306f0a1a8cf43b30c"}',0,'BLOCK_PARSED',NULL,'4c205966ec04379a452b08c7963a4f2a1c32cf6f04dbbaf350d2b24725244309'); +INSERT INTO messages VALUES(468,310146,'insert','blocks','{"block_hash":"e954ab6a110455d745503f7cc8df9d92c1a800fafdd151e7b1912830a9cb7184","block_index":310146,"block_time":310146000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e1361c805b9e1cc64fd0983e121db2bb1e8e83c9d1897b459da078435ea63fe3'); +INSERT INTO messages VALUES(469,310146,'parse','blocks','{"block_index":310146,"ledger_hash":"9a98eb971580a0a69fceafc5fd41f398f1908b626c47df57965d1863e9a24b84","messages_hash":"47f4d6bf9cc84017946f079570352592f000cfda9052c1c8fb24e36b89852a07","transaction_count":0,"txlist_hash":"036b1784841e65e5905b012f2b74c70e1d9c33b769603c01387d13e693343411"}',0,'BLOCK_PARSED',NULL,'b97bb5b3f5a1e64482e2a6d76c504d8beb8eccd72abe777fe96f6921a753e5c8'); +INSERT INTO messages VALUES(470,310147,'insert','blocks','{"block_hash":"7650c95eba7bf1cad81575ed12f32a8cc36281a6f41bef13afe1dfc1b03a7e83","block_index":310147,"block_time":310147000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3e9072e5dea20cb712a452e32549919f53e0e1b5df64fc244191cf6d1f3acae7'); +INSERT INTO messages VALUES(471,310147,'parse','blocks','{"block_index":310147,"ledger_hash":"336a89d3d137810d3220d2de432f72e3b3ccd2ada2b746da3859c77dbb89d6a3","messages_hash":"5f8423baa6a3c1ca83390ab6b4cf3ffe63fc46f73118c7fb5afe6dd5afd3cdb5","transaction_count":0,"txlist_hash":"184e1861a82afa97634e0ad72cff532220a37d75f8eb5e1265039188124f6ad6"}',0,'BLOCK_PARSED',NULL,'807550034635e59db7e912e96f0b68472a4481437c5f31723402d7def34f1863'); +INSERT INTO messages VALUES(472,310148,'insert','blocks','{"block_hash":"77c29785877724be924f965215eb50ffe916e3b6b3a2beaea3e3ae4796545a7e","block_index":310148,"block_time":310148000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b0765ebc7fbc78193087c194d364d00231db91fa066f7648735f4249d9bb0d45'); +INSERT INTO messages VALUES(473,310148,'parse','blocks','{"block_index":310148,"ledger_hash":"f904794337dd67d356981d2623b8c3d1d78ba584cd98a8c1db939951d3102612","messages_hash":"3f9fe9c5baee42697e62c5d28a87586281aab91fb52903367c30792c39b4aa72","transaction_count":0,"txlist_hash":"c75b4218153bfdf3baf44f22f99523f7c54d957994ee838c05c08dd52d98c06f"}',0,'BLOCK_PARSED',NULL,'d710621d778ef52fd8fd58a095387b02c84c2169ad56c371d8d77955c2eb7837'); +INSERT INTO messages VALUES(474,310149,'insert','blocks','{"block_hash":"526b3c4a74c2663fc04ed5234c86974bffddb7235c8736d76860778c30207b3c","block_index":310149,"block_time":310149000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'00c3a7063e6dd03d78766552c52af309fefd878ac6fe16b6a342959d06e44805'); +INSERT INTO messages VALUES(475,310149,'parse','blocks','{"block_index":310149,"ledger_hash":"c2972fbd048790f54d9ecef4e18aedec8ae7aa28227d1d43bd19cd71b4feff85","messages_hash":"79a3dd609aaa1ad306edf8960926d76f4001b29bb459be1ea078340b1ddc68fe","transaction_count":0,"txlist_hash":"8dac7e6494cc67fc5c186e74b08d9fc8bc92cf71af9b0e1d919c48e9fecf7660"}',0,'BLOCK_PARSED',NULL,'9a97e49901cb15d8742545801c220ce863dc630e05094f7da81a41f8e5f6420b'); +INSERT INTO messages VALUES(476,310150,'insert','blocks','{"block_hash":"cdd141f7463967dbeb78bf69dc1cd8e12489f58c4ea0a5dc9c5c01ec4fcea333","block_index":310150,"block_time":310150000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bbb10ff9abf0574fad45edc65a74d8b72deb4faef65b22e506f60a74c67071a5'); +INSERT INTO messages VALUES(477,310150,'parse','blocks','{"block_index":310150,"ledger_hash":"88b999e4ae34386b826b0f3b315953b5eeda8d9ef496af051498bfce6d8737fc","messages_hash":"4f53da980121b25c4ff8c6229c8dc7236095f134f7ac3d6fbd831b587561fb0c","transaction_count":0,"txlist_hash":"db25206ba3a052c622c6a5063359308d04fc2a031d6509447d838cf96a0632d1"}',0,'BLOCK_PARSED',NULL,'c2cedd74e3b18ccce812e87e69b3a2c39356adcb2fd73d072425ed52b59e309b'); +INSERT INTO messages VALUES(478,310151,'insert','blocks','{"block_hash":"a0f31cc6e12ec86e65e999e806ab3bfa18f4f1084e4aeb4fbd699b4fe284b330","block_index":310151,"block_time":310151000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c829fbc2f9abc2420682e443e27e49cf8013ba0527845eef946ce195ac9cdf3d'); +INSERT INTO messages VALUES(479,310151,'parse','blocks','{"block_index":310151,"ledger_hash":"b7c176a2eff86655f8b0b71cc8bd3bab3a92ba203d4ccd911d63f3d2ce7fdc25","messages_hash":"3efd76488605f92fc5c3225660201355ff91d13753d642ee36df5a392b3720e8","transaction_count":0,"txlist_hash":"c6868100e51f390d57b2da8324915c9751aa3882b6e102055fcfe229d1abfc85"}',0,'BLOCK_PARSED',NULL,'c915f6bb62556de279f91397028e6c6aa3337a43854246ab5e58a33436bd0bd4'); +INSERT INTO messages VALUES(480,310152,'insert','blocks','{"block_hash":"89c8cc3a0938c63a35e89d039aa84318a0fc4e13afac6beb849ac37140132c67","block_index":310152,"block_time":310152000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c7dd8101e605d4f4176e779012a175b8248ede5a2ba4a16563963eacb46bb91d'); +INSERT INTO messages VALUES(481,310152,'parse','blocks','{"block_index":310152,"ledger_hash":"3f9471c393bc2bf144b17a5febea88c42982ae746fd700a5903c0e6e541e2b09","messages_hash":"3052d239f071d6393ba667473d69720f730bcf8bdcae0a593767aa0de4adab25","transaction_count":0,"txlist_hash":"ff691488593add72ffd8fb9c8eab2b2c6f92dc2082615b3829f4b84fc8a81f88"}',0,'BLOCK_PARSED',NULL,'12bd7cccb91fb31d3e9108663bc853d4042a0fbe32e7920d676c2282c533b03f'); +INSERT INTO messages VALUES(482,310153,'insert','blocks','{"block_hash":"d1121dfa68f4a1de4f97c123d2d2a41a102971a44b34927a78cd539ad8dca482","block_index":310153,"block_time":310153000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4f8bf8fbec72dd4db69393e1f48a6225fca92f3d67c6d038676915b708d002e7'); +INSERT INTO messages VALUES(483,310153,'parse','blocks','{"block_index":310153,"ledger_hash":"c6bc81e7b7e6758bbbfe10fa0e688b09e679fb74a18134639e172c18c6e017a7","messages_hash":"04d45b7c1eae7c5dc63ec62aaadf1a9b897618b9264b04c5c38743923bf39aa6","transaction_count":0,"txlist_hash":"6c303c21dd9de15f2a265d88e04a2c110f32718da29a06294ebafe9ed91d4441"}',0,'BLOCK_PARSED',NULL,'bb8f0af906455107efc9716ef22d45c72a9b08a158e31c45679c352bb16e236a'); +INSERT INTO messages VALUES(484,310154,'insert','blocks','{"block_hash":"ba982ea2e99d3bc5f574897c85485f89430ae38cf4ab49b7716ed466afa506d6","block_index":310154,"block_time":310154000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cba5c3385cdcbf25110c20860042c75807bc4b3f8a43f4e5430f96b8646b79e5'); +INSERT INTO messages VALUES(485,310154,'parse','blocks','{"block_index":310154,"ledger_hash":"b3e07f9de85ab67e88042b1bb52302c6eb16b7ff45d5be6a49700f115ed396d4","messages_hash":"fa4aecfb3b1e6c3f9ff40ff75d014473b62e047504d3e716eacd629212bad3da","transaction_count":0,"txlist_hash":"b21fe34642b2c9ff09e65be86103f1c3390a01eb51b4d8b98456558639ef6e1f"}',0,'BLOCK_PARSED',NULL,'e3c79fadcdc10cfb888ab1b96f5e52884a999d4237109808875b23f37ac40676'); +INSERT INTO messages VALUES(486,310155,'insert','blocks','{"block_hash":"cefb3b87c7b75a0eb8f062a0cde8e1073774ae035d176e9769fc87071c12d137","block_index":310155,"block_time":310155000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7fd0d6447c2856c5dd69d01b046543611beb06a5bf62c6926b36fbb14fc43a11'); +INSERT INTO messages VALUES(487,310155,'parse','blocks','{"block_index":310155,"ledger_hash":"27014841a468e23bcb70c718919745eadcded4310031a7be90a4732c96509404","messages_hash":"f5706aaa968297a4202ffdaab602982e0587fe3c021517471ca0569bc1c03ad5","transaction_count":0,"txlist_hash":"0e5f0bfae3a6ced9c6498cbe95b8bcb56c76530830baa61345b8072aa6e28ff3"}',0,'BLOCK_PARSED',NULL,'2821549ab90c9b9250959454adf15cf3c790fa854a76f73611612b00c691aee0'); +INSERT INTO messages VALUES(488,310156,'insert','blocks','{"block_hash":"6e3811e65cb02434f9fde0445a7a2b03fe796041458737d0afcc52208f988a83","block_index":310156,"block_time":310156000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d7aa9c9c5f020807919e85bb0c2c44044b71b27a5e6ba1ecc7ad493b765fb418'); +INSERT INTO messages VALUES(489,310156,'parse','blocks','{"block_index":310156,"ledger_hash":"5597aaadb8cc75848219f9fde3f5d76bb5592689c72068db59922732e89eef9d","messages_hash":"8a83f16e82fb1451b45fa43c59bf536caabdfb376d6a02da4154596ac3f5dd98","transaction_count":0,"txlist_hash":"ff3319c50ddd9bbd558542bdde3d612a475b543d6a34ea76738d929b5e05a380"}',0,'BLOCK_PARSED',NULL,'52b31bf74de6231dd4859632ecf06c5c97cd0f7be5435a94783abedd7d1395f9'); +INSERT INTO messages VALUES(490,310157,'insert','blocks','{"block_hash":"51dd192502fe797c55287b04c403cc63c087020a01c974a565dd4038db82f94a","block_index":310157,"block_time":310157000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d4016fc2162231d022742accbb43fbad9870c721b6f41f7bd3b21890aad59918'); +INSERT INTO messages VALUES(491,310157,'parse','blocks','{"block_index":310157,"ledger_hash":"cc1ae27fef286424e40204f6b575e9e079e1f7a5ccf6cc356729a7c4a7f83eb8","messages_hash":"4d2e9a02190f8ae1d6e7bd932ab4d033647decf8f05c722d50242fe9b91e49ca","transaction_count":0,"txlist_hash":"9b4884eaca300843017c2732aa8d09815eee4701cff996cc8b6ca6d62af4055d"}',0,'BLOCK_PARSED',NULL,'039e62fd6fa00fbe01b242c26c435db66fd8347344b223dab6dcd1cd307f3143'); +INSERT INTO messages VALUES(492,310158,'insert','blocks','{"block_hash":"749395af0c3221b8652d31b4c4410c19b10404d941c7e78d765b865f853559d2","block_index":310158,"block_time":310158000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'af1492e93f00fb7e5de554e156a3c3ebce625c23304acc0fd19767933c19e77d'); +INSERT INTO messages VALUES(493,310158,'parse','blocks','{"block_index":310158,"ledger_hash":"6d80d98e778b30c124b0255b3e72620f432245d0f841f6bd62a0fcff44843bf0","messages_hash":"212f7c033dcbd368949adf472d93ea0c15274d8a5d16aee61b0f8ee9a4068035","transaction_count":0,"txlist_hash":"03a33d54ece86ab81f4f6e1cb337b07b6fc105a580a4ff82496885c7671939a4"}',0,'BLOCK_PARSED',NULL,'d4c76b326afb15597bc27716fa842576cb66b12d2526c33319252948dbe983c8'); +INSERT INTO messages VALUES(494,310159,'insert','blocks','{"block_hash":"fc0e9f7b6ae99080bc41625588cef73b59c8a9f7a21d7f9f1bf96192ba631c12","block_index":310159,"block_time":310159000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'92295cea0d8130ee8760176e671866f49a304be667e9b5887e8c3e6319ec22f6'); +INSERT INTO messages VALUES(495,310159,'parse','blocks','{"block_index":310159,"ledger_hash":"d8ab8bb14092afea6cc675d2f50891318e3169bf9dbe2d07e80c4db95f0f2033","messages_hash":"060c983844edf983e58af86fc664841645cee885ab0c78d044275ec1c61ff268","transaction_count":0,"txlist_hash":"c292a08eda8cb807f0c11947fc08c748353bf545596d8c6c03a4a734d25461a6"}',0,'BLOCK_PARSED',NULL,'6bd86e5d7deda16939776dea2e610759a752a85a271f035c1c0b7ecb3acc7d36'); +INSERT INTO messages VALUES(496,310160,'insert','blocks','{"block_hash":"163a82beeba44b4cb83a31764047880455a94a03e859dc050da782ed89c5fa8b","block_index":310160,"block_time":310160000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'80d39bc6db28ecf709684f1cab575116fc891db62c0ceb18c1c7e28dc3590781'); +INSERT INTO messages VALUES(497,310160,'parse','blocks','{"block_index":310160,"ledger_hash":"2d76a042d062b73b7dd956d5cff0ee397f068c04eae6cf5b9522d3d55e88cee9","messages_hash":"69435b60f05182c2734d3a9b50a6de851e6658fcba0f361f245a643ea0a9091f","transaction_count":0,"txlist_hash":"df1e1e18b65c4322284ab36204d9f4397c0dade89bf25486c8b84f6358e0f18e"}',0,'BLOCK_PARSED',NULL,'8f4017f5e83d0c349d24f27abfa8e51840a2a0cd1f6188d05ab0791df1f22ec4'); +INSERT INTO messages VALUES(498,310161,'insert','blocks','{"block_hash":"609c983d412a23c693e666abdea3f672e256674bf9ee55df89b5d9777c9264d8","block_index":310161,"block_time":310161000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'855a01395de98e958d09f12e57c157ac90b1ca31140e09e4f1579c54c271cedb'); +INSERT INTO messages VALUES(499,310161,'parse','blocks','{"block_index":310161,"ledger_hash":"beb3496742415027bcc0d59f3385809523c8783cd91a5670f2fb6fec3230e980","messages_hash":"4e998dfca3603a5e50453bf78e913a475980fe3fbbf59b89d6b23bc0b92b05cb","transaction_count":0,"txlist_hash":"e61374e297180716eee972376d16b85266342dfcee4f383ba9061360f7c0a425"}',0,'BLOCK_PARSED',NULL,'59bd2cb9c1ef073dfb6e5ff4f46b1041a92abcf8acbb9916fc51057520775101'); +INSERT INTO messages VALUES(500,310162,'insert','blocks','{"block_hash":"043e9645e019f0b6a019d54c5fef5eebee8ce2da1273a21283c517da126fc804","block_index":310162,"block_time":310162000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9bc780c6e7a2fc763f4e273f56db98874c1b632bba98266ba0f8458826100991'); +INSERT INTO messages VALUES(501,310162,'parse','blocks','{"block_index":310162,"ledger_hash":"066a2b93df863300741145cd6a4f1a9ea616bc787861cb8ab809f59d47a6fa1f","messages_hash":"0e33bae796b100785d64bc9398e05c8a32fbac98653cb33e859483856d1dc5ed","transaction_count":0,"txlist_hash":"bc115f6ddeebabd3e0ea592604ff679267b755376e509c4760cfa394e86498df"}',0,'BLOCK_PARSED',NULL,'b8857131c2f6176f2c6dc706159b73fdb7234bfaaefccc340cf838a93e827234'); +INSERT INTO messages VALUES(502,310163,'insert','blocks','{"block_hash":"959e0a858a81922d2edf84d1fbb49d7c7e897a8f49f70bd5b066744b77836353","block_index":310163,"block_time":310163000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'44632e22db956eb4a275351b8d654b2d360dc507089a6ee3e6aa44076437f5c0'); +INSERT INTO messages VALUES(503,310163,'parse','blocks','{"block_index":310163,"ledger_hash":"460c271269ccdd8775925b511705207baed8fc212caa7e74fc08a80be600a38a","messages_hash":"d2223e839e765c3fffa6b06f731b8166ce78656af17a710c5424191e4ca8db10","transaction_count":0,"txlist_hash":"d16b6243e4c0718a2adca941956564325985750a9a0833aaa35635335cb504ea"}',0,'BLOCK_PARSED',NULL,'625715c17d518021e34d0177249f51c726172d4df940b069a34f64774b51fc8d'); +INSERT INTO messages VALUES(504,310164,'insert','blocks','{"block_hash":"781b7188be61c98d864d75954cf412b2a181364cc1046de45266ccc8cdb730e2","block_index":310164,"block_time":310164000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6a14b003707c73a9506e92daad6c09868909426c4322d94a15a38165b557bdef'); +INSERT INTO messages VALUES(505,310164,'parse','blocks','{"block_index":310164,"ledger_hash":"19a7948cd1bc4a89a427d48bb01330dadff848e2b32ec8b8abe342872850b268","messages_hash":"02e554c6cf3bc4bab3ea8c5c28eb7ff0f14cea8027a17ea4cbf2c0801d043603","transaction_count":0,"txlist_hash":"54068fbe0e385c8ae2df5cb2c601397e15c019c732e37ed484573f07106741e3"}',0,'BLOCK_PARSED',NULL,'69aba284e17f6a1a5a1dcb0f9fb7d6eb0e7ec325c53cd43dba5afb4ce35e7f8a'); +INSERT INTO messages VALUES(506,310165,'insert','blocks','{"block_hash":"a75081e4143fa95d4aa29618fea17fc3fabd85e84059cc45c96a73473fc32599","block_index":310165,"block_time":310165000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d236826d8bd9798ef2c7631bc61aeb5cfa38b9e22044e13e7f8ebe81039a6158'); +INSERT INTO messages VALUES(507,310165,'parse','blocks','{"block_index":310165,"ledger_hash":"97f0a48a26daf011a8c7b22bb772228a0c8a920eccd011e713956100c9fbdf33","messages_hash":"91535e9caae059cefdee2c162343953c2f9045cc0b8fd537cf7c513e9e3f8dbe","transaction_count":0,"txlist_hash":"0783c9e3d99f4f95b64b38b92c4e8b7d257f325d10cd83bc86d684378b9ebbd6"}',0,'BLOCK_PARSED',NULL,'089fe3878c0a82ce0f2ca4bb2a76c4f91f1e5d3a46b31ad4a896721c891d2247'); +INSERT INTO messages VALUES(508,310166,'insert','blocks','{"block_hash":"a440d426adaa83fa9bb7e3d4a04b4fa06e896fc2813f5966941f1ad1f28cfb41","block_index":310166,"block_time":310166000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'02ea38c49b08fbbabf876406723f437fa163abfedb4f7df5ca62203d35fedb2d'); +INSERT INTO messages VALUES(509,310166,'parse','blocks','{"block_index":310166,"ledger_hash":"edbd00e1229c673f4f15b3ac7bbe020f54b5f3a61b1d158658471076a55c77b0","messages_hash":"836bac866ab699fe14b1ab139793113690a591c0481a8f3f1fd8ec6d9155aaee","transaction_count":0,"txlist_hash":"683f4ab00ee1ff495bf452c511c1582100191ef7b575139b9d2f102c852018c8"}',0,'BLOCK_PARSED',NULL,'33120530a6b39e9a4b822ba9cfa22f61eafaeea13de2ff0dca36f6f0e582a52a'); +INSERT INTO messages VALUES(510,310167,'insert','blocks','{"block_hash":"ab4293dbea81fedacca1a0d5230fe85a230afc9490d895aa6963acc216125f66","block_index":310167,"block_time":310167000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'59be1e6cd17092e164298cbd01b8ff9fa4d295c2b97ad3ca6f5124f37241f7c7'); +INSERT INTO messages VALUES(511,310167,'parse','blocks','{"block_index":310167,"ledger_hash":"e118e0f3aad5be73080f4d1892517e8fd2c4575589ccdfadf980edebb9a66a14","messages_hash":"93322fa97c88a1e90ee041f7f64938f2d1311b8291c99cbd5d2730b8074ea4a8","transaction_count":0,"txlist_hash":"d2be4356643047c7bd04eede767d4f6853885f408827f3bec8c54ceb2b7fd71b"}',0,'BLOCK_PARSED',NULL,'0829cd615edd9effbd50cedd17d484cb98199947d19c747c5056ddb75856a2f6'); +INSERT INTO messages VALUES(512,310168,'insert','blocks','{"block_hash":"a12b36a88c2b0ed41f1419a29cc118fae4ecd2f70003de77848bf4a9b2b72dc9","block_index":310168,"block_time":310168000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1e9a9e99cf08e9d96de113eee3a22f939451c14321f147291de68324d8c51b6d'); +INSERT INTO messages VALUES(513,310168,'parse','blocks','{"block_index":310168,"ledger_hash":"267f48eb4e3b0925f4f472d8ce6ec57ec5039911b13a14ff2884a41a9cafd7b1","messages_hash":"8f52145ebac5d21e5fbf10d1e62faed51564f491d3895a97a253933651dd6fef","transaction_count":0,"txlist_hash":"ad748b661aad47fa8963b43999846ef9bd00ea2595747f835710360afed16797"}',0,'BLOCK_PARSED',NULL,'082f792a8e371d5efac03ca12a9151eadf230a27077ea834df300eec780557ce'); +INSERT INTO messages VALUES(514,310169,'insert','blocks','{"block_hash":"204809a85ead8ba63f981fc1db8ae95afe92015f003eaebbec166021867421f3","block_index":310169,"block_time":310169000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c7f465ef5eebfe938d39490e94ae571de8a11151e4df0fca473988507a0577f1'); +INSERT INTO messages VALUES(515,310169,'parse','blocks','{"block_index":310169,"ledger_hash":"df394a6f3b2a9b9dded6019dce9f3d3214db1f30019faffbdc2ce614f629b25a","messages_hash":"a1a9ed4380cbbf5b9dd34754a9fffc592060289b4a20fc443130a46cccee8706","transaction_count":0,"txlist_hash":"3a92e2c7808a00a0ff2b2fb4695b225acf6262c57753023334bcf3de8e1c7ace"}',0,'BLOCK_PARSED',NULL,'7bc588592a8ea71b4d83f206c627185330f96d4a7e81e09e8b4d0d50bc70b0d1'); +INSERT INTO messages VALUES(516,310170,'insert','blocks','{"block_hash":"b38b0345a20a367dfe854e455e5752f63ac2d9be8de33eab264a29e87f94d119","block_index":310170,"block_time":310170000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'df04e6563904e103961c739e3636a33c2994fc71f671e448c279114a4a5638fe'); +INSERT INTO messages VALUES(517,310170,'parse','blocks','{"block_index":310170,"ledger_hash":"3081081c2ab6d8280ef721c5836d0fb7e89eb3d747a4e4522d2e22f5a6b153a2","messages_hash":"f7f25afa00b9b27cc88683130f58ed21b5b4b7509c9ad6a4dc9d9d0627eccb3c","transaction_count":0,"txlist_hash":"f4ada9df3e82d94ba52292e829c4c814b3f0d04f0e3f8606a90fed651634fafd"}',0,'BLOCK_PARSED',NULL,'fc0fea1c386534be0a2c7fa17a2d2d77755ffe8df9a9f8f4536b5efbb4a2ecd1'); +INSERT INTO messages VALUES(518,310171,'insert','blocks','{"block_hash":"b8ba5ae8d97900ce37dd451e8c6d8b3a0e2664bb1c103bf697355bf3b1de2d2d","block_index":310171,"block_time":310171000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'17b301a1c0047c80119014b61639bf520617156b9baec572eeb7a9cd44333efd'); +INSERT INTO messages VALUES(519,310171,'parse','blocks','{"block_index":310171,"ledger_hash":"e6a4017e4f7d9da50bb3817990c3e115d5035443de8824dc01b5380a5b4c52a9","messages_hash":"b5ac8f0cc138761b16656f11fca2bd3d6e422759a2f734438935cf10e5500447","transaction_count":0,"txlist_hash":"e335e773387256c016b82649c44647ce0355aa108249413f02117fe14f39c56d"}',0,'BLOCK_PARSED',NULL,'10905682811f5aefbc225d59a5cf443d65abb374bc51b1c07f240d4f4849241a'); +INSERT INTO messages VALUES(520,310172,'insert','blocks','{"block_hash":"b17fda199c609ab4cc2d85194dd53fa51ba960212f3964a9d2fe2cfe0bb57055","block_index":310172,"block_time":310172000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad759665a1b4b3cb1dbf5b00aaf32243a611257ef41e5774ba9f1d033c97eca9'); +INSERT INTO messages VALUES(521,310172,'parse','blocks','{"block_index":310172,"ledger_hash":"89e90622bf8363bcee5cd7ab6d48b6d06ce4cbd067f9985e35e67fc683f4c103","messages_hash":"6bac79d98dd2761b90605d39d218ddd4f7d6a86a13e028719f6f185e7b5eb42d","transaction_count":0,"txlist_hash":"d03bfc2a16d240505e3413ce267b263a0ddde5b3f8a04acb6a67d33a89434996"}',0,'BLOCK_PARSED',NULL,'8a3340427f79574694569efc3d45bcdcf62e8e4aa7b16bef46176efb13f8850f'); +INSERT INTO messages VALUES(522,310173,'insert','blocks','{"block_hash":"f2dcdc5ffc0aca2e71e6e0466391b388870229398a1f3c57dec646b806a65016","block_index":310173,"block_time":310173000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b2b0cea904ba7fa9878d9f8f84629fee9f095d2a4393457d55052e03b9198b86'); +INSERT INTO messages VALUES(523,310173,'parse','blocks','{"block_index":310173,"ledger_hash":"35ceee6a23757fa49e7f5c34ccf0fd034731e95d564257b443ebfdee7cd294d3","messages_hash":"f4b56ffbca45dbb8454579c76babe14937175cfe2ee9267699b02968b6b06abe","transaction_count":0,"txlist_hash":"73c9dd3d2f5390d0d4379cc8f5e195ba4a0b4d280d3fe663db3940d4a42108ef"}',0,'BLOCK_PARSED',NULL,'df4fed8f72a04a13f85601062dc0c934c2007f304b33f29a2bcdb46141ef6db6'); +INSERT INTO messages VALUES(524,310174,'insert','blocks','{"block_hash":"fa6f46af9e3664353a473f6fffce56fa295e07985018bface8141b4bf7924679","block_index":310174,"block_time":310174000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7176bcc961ba2e6a3eaa07b1237c9d079c8df6ac7a891904a7750d2b610acbdc'); +INSERT INTO messages VALUES(525,310174,'parse','blocks','{"block_index":310174,"ledger_hash":"101dedf34bc0788c0589c8e2b1d7da4ec65f6eab2e3c5523c0903db685cab017","messages_hash":"a56538466b9f482b9b4e8aa8a5b9ad1f894dd2e86c21735c5915cc4e75411cb7","transaction_count":0,"txlist_hash":"71d9279604a4ac7dbd49f6672ec6cd19ba59b62302eb1b1bd78ecd3b6d4a5263"}',0,'BLOCK_PARSED',NULL,'788338ebf488091437a84bdc879bb41adb99dc82efb16b0eef58270a75dbb784'); +INSERT INTO messages VALUES(526,310175,'insert','blocks','{"block_hash":"f71e79fe5f03c3bc7f1360febc5d8f79fc2768ce0ff1872cf27a829b49017333","block_index":310175,"block_time":310175000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5c0527a01fa2994b432c47bce1e3c5a8fdc11ceaa389d35e49d5c7770bcc33f8'); +INSERT INTO messages VALUES(527,310175,'parse','blocks','{"block_index":310175,"ledger_hash":"67de4a0a9e52d9ae06caf62b3412d0bf2c10a6b24716210b21212d75be75ad6c","messages_hash":"e9b80e627cfc0748f4ac5d0647ee76ba8dc752cabd90ccb01c6acd8d5ae25de9","transaction_count":0,"txlist_hash":"90b52df6f0427a7dc695fa0e17a7bf3e59d788cf4016bb65c451a151c38f121b"}',0,'BLOCK_PARSED',NULL,'9f4b0e095659d2bee2e543e92d95af89f01550d7d5c3d5ea2bc1ceb9cedb112b'); +INSERT INTO messages VALUES(528,310176,'insert','blocks','{"block_hash":"67cd1d81f2998f615602346065e37f9ceb8916abb74b5762ead317d5e26453c6","block_index":310176,"block_time":310176000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'710d5960dbd2784a8067d9f7fa0347ebf5c7c5b23f66a25d490a5c1f1eaff9ed'); +INSERT INTO messages VALUES(529,310176,'parse','blocks','{"block_index":310176,"ledger_hash":"a90bd400e15727fada1a27be4a6e228bd91a15f0dbd0fb7de3b6779a8bf89e4c","messages_hash":"4e09ab4688251674b51536f38d2a99a78e27961d24f1b3e8ac3d4b3df09d8ee8","transaction_count":0,"txlist_hash":"b870ef1dabda015a561f74122039890b1c9c98e2c4c547dea34ed296fc99e8e1"}',0,'BLOCK_PARSED',NULL,'a8719fa6e76048be71b231db89fda1a445c2160c9ef265bf058c164f18ae84eb'); +INSERT INTO messages VALUES(530,310177,'insert','blocks','{"block_hash":"6856b1971121b91c907aaf7aed286648a6074f0bd1f66bd55da2b03116192a52","block_index":310177,"block_time":310177000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e98864ce93860889d720264d41f1008aeddf837403b4954c92185e2bac2817bd'); +INSERT INTO messages VALUES(531,310177,'parse','blocks','{"block_index":310177,"ledger_hash":"bac315d07dee18e27336a46ff3ffeed58aaf8eb1eb702e98a93c06303c937716","messages_hash":"d1ce8e9da3e79cdf0e307aa52c608e04833c6f58b5e0f704c70b6b46c5991833","transaction_count":0,"txlist_hash":"80b0eed7b842a9779b358c5293771470290876f3acb617d85e1a97e786a73092"}',0,'BLOCK_PARSED',NULL,'17e7240121f3bfbbd822b3a3e8b76f1cd398ceb5026411119fd2f1d49a437201'); +INSERT INTO messages VALUES(532,310178,'insert','blocks','{"block_hash":"8094fdc6e549c4fab18c62e4a9be5583990c4167721a7e72f46eaf1e4e04d816","block_index":310178,"block_time":310178000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b33503103168d6552580b4195a2796d69925acf36f2700788328f67cd926ab1e'); +INSERT INTO messages VALUES(533,310178,'parse','blocks','{"block_index":310178,"ledger_hash":"186ea0ece84d21ee21889ff13c98959dfc1842063a970e0c095552f0ca86515e","messages_hash":"e6f877e68746e3c655f4ae319731f8ae35a0a75702c16daa37f9e9859b39bd93","transaction_count":0,"txlist_hash":"79d67c9aecc8676b0743ebc9af6b78c6f40d264b54bcb510b0028715fc1ca4bd"}',0,'BLOCK_PARSED',NULL,'459bebb943786ca0ad9750e3507afa16b91a5920789d4b3b8445e1d503e795aa'); +INSERT INTO messages VALUES(534,310179,'insert','blocks','{"block_hash":"d1528027cd25a1530cdc32c4eaff3751a851c947ddc748d99a7d3026a5e581a7","block_index":310179,"block_time":310179000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'010dab689d4d6a8b33a34b3afbe6ffd8261a0cfecf618a1d6b218e6a1680b0cf'); +INSERT INTO messages VALUES(535,310179,'parse','blocks','{"block_index":310179,"ledger_hash":"0200402ef08256efa0adc85b2b4b15fb7448b5107b65fafbcc7985d809e84bc8","messages_hash":"928d3bb061b8246657a02a45b05400c252edee9602b900bf4bc842621fe61a96","transaction_count":0,"txlist_hash":"3bbcd82428f094a7089c7c9a5c74be0e400e4a03181ea95faea8681323851d43"}',0,'BLOCK_PARSED',NULL,'9592f86a4cfa5631eed6474f5d8390fe47a6a9714ff1004d9ca94bc2c18cd09f'); +INSERT INTO messages VALUES(536,310180,'insert','blocks','{"block_hash":"f2f401a5e3141a8387aaf9799e8fef92eb0fc68370dae1e27622893406d685c1","block_index":310180,"block_time":310180000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b332bda74c603d5840a45ebffb9eb61b1a4772ec1573c5b06e018f595063d5d5'); +INSERT INTO messages VALUES(537,310180,'parse','blocks','{"block_index":310180,"ledger_hash":"13829eeaf9bdc54f87366e35616c5a57cd836c63db8a9ba7d117d02377ef43e1","messages_hash":"6622a5211beaf7dfc7bccaae634855dffb885db74a8c9ccd64968f07c0e69f83","transaction_count":0,"txlist_hash":"2398e91ec31dc2810a4648946a85f5af7df71cae0b678f99aaa17e97d215785b"}',0,'BLOCK_PARSED',NULL,'992ddbbe64e7a804696639ad0cedb0d0ee94e09722f25c3b6f83a54d1b8227dd'); +INSERT INTO messages VALUES(538,310181,'insert','blocks','{"block_hash":"bd59318cdba0e511487d1e4e093b146b0f362c875d35ab5251592b3d9fed7145","block_index":310181,"block_time":310181000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c7524f51bec58384ea6bb6234e4998fb0b6c58c49fe17aa1e9be0478c14ffab4'); +INSERT INTO messages VALUES(539,310181,'parse','blocks','{"block_index":310181,"ledger_hash":"81b4d83a623a55019ad720c1bd3ecef100d8ca49deda91b8ba6ffe9802764df7","messages_hash":"4377c37945167cc76aa9a922950f0d28921e3775bab4f93a56c9238c1d9f9723","transaction_count":0,"txlist_hash":"82cb247f5dfeeb31342861a77bceb74957ceb62932de536d837988a2f471f599"}',0,'BLOCK_PARSED',NULL,'1500757fc3fbe13e77655d30f2801e1333dfdca1e80e3c102beab3253c019e2c'); +INSERT INTO messages VALUES(540,310182,'insert','blocks','{"block_hash":"a7e66b4671a11af2743889a10b19d4af09ec873e2b8eb36949d710d22e1d768f","block_index":310182,"block_time":310182000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'183e50341a5f0f3373562679e1a9e8a70c97b402b9c828cd0b635b7508e8087d'); +INSERT INTO messages VALUES(541,310182,'parse','blocks','{"block_index":310182,"ledger_hash":"935e40f93195d450b292481aac481f445d2de8786d04d26263f4adc5a348704c","messages_hash":"1eb59f452538d5e1649f3bc2f7a45d274b3ffbeaf077d15638fb39c1d96d2034","transaction_count":0,"txlist_hash":"1a48f71be7c5f3baa68d68c393a6c68d63596c561005ac7c6df457584fc18c6a"}',0,'BLOCK_PARSED',NULL,'9c6a15f9ac640b17f814b46d0c6a1cc4943b69646c59db212cc680716dd19586'); +INSERT INTO messages VALUES(542,310183,'insert','blocks','{"block_hash":"85318afb50dc77cf9edfef4d6192f7203415e93be43f19b15ca53e170b0477bb","block_index":310183,"block_time":310183000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'16c5fdbc858dc23a9216e07cdc9658f9eba195e8b37bfde76c498ca893cfc8d4'); +INSERT INTO messages VALUES(543,310183,'parse','blocks','{"block_index":310183,"ledger_hash":"268bf841be40615472bf4c60b5306d0763ed50510fbb55c47a6a0ac726e8701f","messages_hash":"a457716c6f9b81cb330904b33aad7705580ba4f9d3061b193b960ff9fad0071b","transaction_count":0,"txlist_hash":"82d2641b1ab0cdf057e8e68b0cd7824ff8c60222f8d4e23125d68beacf2b3293"}',0,'BLOCK_PARSED',NULL,'f374bc11b9dd5c1360c812ba09faf2d0bfc0eb3b93c8ff4a08f8b079390451cd'); +INSERT INTO messages VALUES(544,310184,'insert','blocks','{"block_hash":"042a898e29c2ebf0fdbb4156d29d9ba1a5935e7ed707928cb21824c76dd53bfc","block_index":310184,"block_time":310184000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ea246a9f3412c1b8791e96ba7d07f06b0112a4a54891a884adf4002e18ad39a2'); +INSERT INTO messages VALUES(545,310184,'parse','blocks','{"block_index":310184,"ledger_hash":"64323488ca4d32a1f548842db4ac772b750599ce6222020ef6149b4a0e54a935","messages_hash":"3da42dc885ca801d89ad4879cfd0b9629bd063a3f9d626b94c06c592d9aebdb2","transaction_count":0,"txlist_hash":"9a7f77be4828adcfee8ea1f106ecbcb55ae758d5098a6fa1aa3a494af957f7cb"}',0,'BLOCK_PARSED',NULL,'be907d0eaee8abb8f6c3efb92b895cfe01ec263021e80a14058e59edf3fa97a7'); +INSERT INTO messages VALUES(546,310185,'insert','blocks','{"block_hash":"bd78c092ae353c78798482830c007aac1be07e9bc8e52855f620a3d48f46811f","block_index":310185,"block_time":310185000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8ecdc1473428537dfa006e8faa07e1339e15b382e43a66646470613ed9107df1'); +INSERT INTO messages VALUES(547,310185,'parse','blocks','{"block_index":310185,"ledger_hash":"8946baadef2e19c5e4e4b2d771b36982a217486dcb0f95097b41ce633e61da94","messages_hash":"35c00ccf590141995a3a9125ed7d1bc5ee330211731515c06f573017cb093aa7","transaction_count":0,"txlist_hash":"8956f030f917aa87d9b309bd845b59cb37ba2265184ff1f67bfa4b61e32d43c3"}',0,'BLOCK_PARSED',NULL,'c16a69825ff92d3ff6967b718b7be086e6b50fc783407716045aa0821e1fbd42'); +INSERT INTO messages VALUES(548,310186,'insert','blocks','{"block_hash":"e30a3a92cc2e5ad0133e5cee1f789a1a28bea620974f9ab8fa663da53e5bf707","block_index":310186,"block_time":310186000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'069eadaf6f358088282a81d74d2ecb15b53bdbb9014dba3a94060328ff604175'); +INSERT INTO messages VALUES(549,310186,'parse','blocks','{"block_index":310186,"ledger_hash":"e68b5525927cfee15fefee02a16fd700abf6b6e7b4e32e57df7d324fae7ae090","messages_hash":"6a0f7d498214e077788d22ed67b86e2ff4a5c47eb7e9a13300c3b9006f5b239b","transaction_count":0,"txlist_hash":"137a7a7a1ae71a317f7c3c48f7f84e4a782a515fa2096c2abe2c1adeab4e8256"}',0,'BLOCK_PARSED',NULL,'2fc06fdd25f1e07b8fbf3b4428481aa8fa6a4f2964539c588d9b902c8f20b24b'); +INSERT INTO messages VALUES(550,310187,'insert','blocks','{"block_hash":"fc6402c86b66b6e953d23ed33d149faa0988fa90aa9f7434e2863e33da2f3414","block_index":310187,"block_time":310187000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'51cd3262a354b0f0831ac99e45f16b09f199473b5e8c240162610e4b2e7eca3d'); +INSERT INTO messages VALUES(551,310187,'parse','blocks','{"block_index":310187,"ledger_hash":"c42efa24d48339fc341908a30c6679beeadc9f5918d8d3e62d5c4b06fec845d5","messages_hash":"4781669da0d0a1e975ef963ce46465888754f7bc1d074c3f99915873e895c434","transaction_count":0,"txlist_hash":"cc587cfca94dbe30e6670dbfc4a5e3ec46732731f5c66aab9c7ef9028b05c22a"}',0,'BLOCK_PARSED',NULL,'4e50c111325801646caf10ca6719176b3f378e7c393a37914be56274b72d9a9d'); +INSERT INTO messages VALUES(552,310188,'insert','blocks','{"block_hash":"85694a80e534a53d921b5d2c6b789b747aa73bf5556b91eeed2df148e2ada917","block_index":310188,"block_time":310188000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2915567f5b0568199e711e1039ff1a3dd04ffd44dc587611dd15cd6ef2293877'); +INSERT INTO messages VALUES(553,310188,'parse','blocks','{"block_index":310188,"ledger_hash":"13de1d9b569d5d2525ecfa39b1eda69f9fd474683b6e34554b1a755125e96e5d","messages_hash":"87817690112481c1a1d0dc612828ab2426d7f8e0b0ba32f46367cc243925d600","transaction_count":0,"txlist_hash":"2fcc160068a4eb52ac410937237ec3813bfee52750bd8cef939738b81c8ac30b"}',0,'BLOCK_PARSED',NULL,'804058202c14a8ff05b893176c50897f179c2c2c0034a58af84c6153e4663474'); +INSERT INTO messages VALUES(554,310189,'insert','blocks','{"block_hash":"7c036dadf19348348edbe0abe84861f03370415ed2fec991b9374dbb0ca19a06","block_index":310189,"block_time":310189000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da9623d63b7ecba556b536c6e58950cef67879eb1595b15931f94393d897aa6d'); +INSERT INTO messages VALUES(555,310189,'parse','blocks','{"block_index":310189,"ledger_hash":"582b8b3d3a226d3f6df497cb933ed5f42e1e992c0c25372ec15de424c0a33368","messages_hash":"eebfc40db3d90e58983a3930a6edc5ef139bb8d2e2fad01515ec6e8802e033ad","transaction_count":0,"txlist_hash":"ae81616b5fd77e3672318a0a5ef1b20106afc3ce7d730c8beef848d73ba53a0f"}',0,'BLOCK_PARSED',NULL,'d326e44eb32077cdc9856a58c569eb895cfb50c833c910143ace98885a43a8c8'); +INSERT INTO messages VALUES(556,310190,'insert','blocks','{"block_hash":"d6ef65299fb9dfc165284015ff2b23804ffef0b5c8baf6e5fa631211a2edbd8d","block_index":310190,"block_time":310190000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d185bcf3b3e372cd9123f615524abbac350c56e1293c3adde6d1ed69365f77fa'); +INSERT INTO messages VALUES(557,310190,'parse','blocks','{"block_index":310190,"ledger_hash":"d4c49d5e3aaf21e6fe1c30663d0ba93f7dc9ddb03611e3751fba9aac8d382ac4","messages_hash":"064636725fa3fe8da620ebe233b862e98dc83bd49b09a66b9f6984ab1e66e7f7","transaction_count":0,"txlist_hash":"48c70376450aa80a2a920e4b871d27d1efe703b377ba446a262e06c9a6677611"}',0,'BLOCK_PARSED',NULL,'f1d7805053a29a0817bbe119a1a09c92959df36db0f9fc23a43b4de290e6bf6c'); +INSERT INTO messages VALUES(558,310191,'insert','blocks','{"block_hash":"5987ffecb8d4a70887a7ce2b7acb9a326f176cca3ccf270f6040219590329139","block_index":310191,"block_time":310191000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9add8f87102d4fc710b2e44500c319ba1a16ffaf3b8fe963110a4fb08ca6d95f'); +INSERT INTO messages VALUES(559,310191,'parse','blocks','{"block_index":310191,"ledger_hash":"23d340ff3f1979a43bd1336c9c882b5ee01c646cd104060feacdb5db78025cca","messages_hash":"5b8a481be4bc56f5bb2119165abd1f5cb9fe022092edc25b0ec96f460d721bce","transaction_count":0,"txlist_hash":"704b02ead8ed3e4e6505225fc620073993e9c3b13209bff9b5f638d5f21ce23b"}',0,'BLOCK_PARSED',NULL,'c6414e537e2554107e4ec8fb8489783cd28c85b9186b9219e8862d16ab14ade6'); +INSERT INTO messages VALUES(560,310192,'insert','blocks','{"block_hash":"31b7be43784f8cc2ce7bc982d29a48ff93ef95ba18f82380881c901c50cd0caa","block_index":310192,"block_time":310192000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'054b086c199f8ff32877d37edf02f2717f6265576c398e805291bd340216351d'); +INSERT INTO messages VALUES(561,310192,'parse','blocks','{"block_index":310192,"ledger_hash":"cd18860851bceba4a0174480ccdc0f6ddc47b31ce71af8ec8500cb07f75d9da9","messages_hash":"4d1c44c49db04049456a35afa0fd156bdfcaf065680dc0e3c6e4074012a14ea4","transaction_count":0,"txlist_hash":"17018479e73908fd235313691ed8464b93a0a5db774d3608294e23fba918c672"}',0,'BLOCK_PARSED',NULL,'e0d467814c1b0db964f42d163585f5239c4141985cf1fc9a9e0b33e5851d6241'); +INSERT INTO messages VALUES(562,310193,'insert','blocks','{"block_hash":"ff3bb9c107f3a6e138440dee2d60c65e342dfbf216e1872c7cdb45f2a4d8852a","block_index":310193,"block_time":310193000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0a8c308f9bf136edf6cad094406635c0f88b4a5341d11652225beb316c6f79f4'); +INSERT INTO messages VALUES(563,310193,'parse','blocks','{"block_index":310193,"ledger_hash":"391e97ae7ccf5bc38ac72e7ad1256f24c28297c625bd9a789cba8231a5ade046","messages_hash":"a63ebadb8be208ba630e54084e44d11e55aaea4f10a7f553b380896b5d0c2c57","transaction_count":0,"txlist_hash":"d08696a916e09e242fd20a9f8314cd4fb6305e991b506c53e3ef3f77e2d1d6dd"}',0,'BLOCK_PARSED',NULL,'8d6fb1dd1a78255374bfd07d8477ec9de0e417fe0046731459e1f6a398b5e787'); +INSERT INTO messages VALUES(564,310194,'insert','blocks','{"block_hash":"d1d8f8c242a06005f59d3c4f85983f1fa5d5edcc65eb48e7b75ed7165558434a","block_index":310194,"block_time":310194000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec28f16f6218cd80e4c66b22b7c648d64dec325d698769dea2686650663edfe6'); +INSERT INTO messages VALUES(565,310194,'parse','blocks','{"block_index":310194,"ledger_hash":"9141c9b38087c7cf2b8c11ffd55c2eabcb3bb09f132ac0baf9c3779f628dd42b","messages_hash":"b6cdfed935f66335932550c65fbbf7390b645fbfe02e1daa9adcd8114fa74998","transaction_count":0,"txlist_hash":"d5f418ef4569bb977ff73ab64235b3697d0f7f326f95696e6f63c56cdd180d6d"}',0,'BLOCK_PARSED',NULL,'bd5641c03416d6f9df21de0b23ea6b77999b32b8cf6297c3291778ed6176c4a2'); +INSERT INTO messages VALUES(566,310195,'insert','blocks','{"block_hash":"0b2f1f57c9a7546faac835cbe43243473fa6533b6e4d8bf8d13b8e3c710faf53","block_index":310195,"block_time":310195000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'726dececb4ba372d8512fffebeb32f950fe3e6ac73bc0c1424b2f6f6e5186649'); +INSERT INTO messages VALUES(567,310195,'parse','blocks','{"block_index":310195,"ledger_hash":"705918f002db29e7b3dfbfd6378f79d53e33c6ffa3948b2e3b5c85f85009bbde","messages_hash":"addafd2531bc9251c1c9cfc0d9541661b0886ea02036b72e4f6edf6727f8fa3c","transaction_count":0,"txlist_hash":"d0165e09e04c2049de1d8582291e623c80477499203b702e46fb829390ed64c0"}',0,'BLOCK_PARSED',NULL,'fd62b4f21475302e5bc22bcd753f9897823994c6460c18905a32a2e2cecf775f'); +INSERT INTO messages VALUES(568,310196,'insert','blocks','{"block_hash":"280e7f4c9d1457e116b27f6fc2b806d3787002fe285826e468e07f4a0e3bd2e6","block_index":310196,"block_time":310196000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2023c0867f751c563dcb823d22461fbb3f35c5d6bc4eda794ef9949793220fc4'); +INSERT INTO messages VALUES(569,310196,'parse','blocks','{"block_index":310196,"ledger_hash":"59e12df19e3c0e3e23a5d1e9783c75e236a000774a038553312919a0f46b8227","messages_hash":"60d2de1ebaf5577ed8f93c40cf3a0fae12a8246a50a960f3ef2d89220aff5f6e","transaction_count":0,"txlist_hash":"57dc6e1a18ce4910ba32e109820e8e0630070251ec745e63557c98ce71dedd80"}',0,'BLOCK_PARSED',NULL,'9a56ac9aa16f5fd2bea5caa28c949b13b6dfb18a7be4082230f15870f1dc0022'); +INSERT INTO messages VALUES(570,310197,'insert','blocks','{"block_hash":"68de4c7fd020395a407ef59ea267412bbd2f19b0a654f09c0dafbc7c9ada4467","block_index":310197,"block_time":310197000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'870d5c69c4e23c296398e94866356baebac14bbe685ae418216324dc459fe570'); +INSERT INTO messages VALUES(571,310197,'parse','blocks','{"block_index":310197,"ledger_hash":"a0e1817dfc258180fa1629710ff3b6026181a9042fecd2c8b0b5e38118199e07","messages_hash":"b2eb8c3064ef6a6de768d0771daebb095ee0a602e446d24f775f3b8afbe5ae96","transaction_count":0,"txlist_hash":"58d18f5f2362b4bfbf155b16fc4e8868b311286b25365f3b4b1a9bf73fab69b4"}',0,'BLOCK_PARSED',NULL,'cae3c68e2d7177b8da3861501514481a1b7da03ea472e6cf890f7fde9b56a841'); +INSERT INTO messages VALUES(572,310198,'insert','blocks','{"block_hash":"30340d4b655879e82543773117d72017a546630ceac29f591d514f37dd5b1cc2","block_index":310198,"block_time":310198000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'19b5827797b987db9e82e029a064919b4d8e1aee0fbb5e0420d624de6c8a6fdb'); +INSERT INTO messages VALUES(573,310198,'parse','blocks','{"block_index":310198,"ledger_hash":"ff51bfc670b1387bfce53781750e35a3bf69d907167cf9cf57e15613cc0ff3b2","messages_hash":"b522712b849bed3256cf15d3017220e449938b13aa805d163cd3c24d614d13fe","transaction_count":0,"txlist_hash":"1443d1c76f64272d6ea00fb8f78913e72c617c515a162c9f1c213be02d48008a"}',0,'BLOCK_PARSED',NULL,'b41dcf5c2c84f8e4c6c08a356e6fce482b4d34d8413c1d0624b2e1deac6e9343'); +INSERT INTO messages VALUES(574,310199,'insert','blocks','{"block_hash":"494ebe4ce57d53dc0f51e1281f7e335c7315a6a064e982c3852b7179052a4613","block_index":310199,"block_time":310199000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'addca9a21b74591f07a54d9afc97f1d0dcd4c2b55e04897f78998ff7eeab5aa5'); +INSERT INTO messages VALUES(575,310199,'parse','blocks','{"block_index":310199,"ledger_hash":"e5f8f8f00de32f0d8d2b62eba27218edcee77563960fe074da5ae86bf5b553f1","messages_hash":"a8af047227240127ac55e60cbda221fa4b0838ed55c9138fac092d27eb4abc1c","transaction_count":0,"txlist_hash":"87fca2825c48b9ec9db31e2d6e8e8354a0ceff7fa3df299dc2868c7d616a9599"}',0,'BLOCK_PARSED',NULL,'0283298551ba8e13f5b6226f78fb913aa1c3459730cedae4560c033c751a78b1'); +INSERT INTO messages VALUES(576,310200,'insert','blocks','{"block_hash":"d5169d7b23c44e02a5322e91039ccc7959b558608cf164328cd63dbaf9c81a03","block_index":310200,"block_time":310200000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'784dc693795d6bd6f9e30e41f9240a4053a204893904fbc3e7651829318b1cd1'); +INSERT INTO messages VALUES(577,310200,'parse','blocks','{"block_index":310200,"ledger_hash":"fd8fb664576868d4f1c843b28efc7ee028417034a33d6f5635238bd13c701b2a","messages_hash":"cfe7840d2256e076d3d8511d0936e66f69057e68fb4d6870c01c37d93bcd616b","transaction_count":0,"txlist_hash":"a88ca1fa9d0dfccf2e49323a500ebdfab7ba13b60dc9011c6b510741148dbf54"}',0,'BLOCK_PARSED',NULL,'3d6393e08360daadacf8c3bff6dcea80e7f33eab90a47252acf4ea99b8c4e464'); +INSERT INTO messages VALUES(578,310201,'insert','blocks','{"block_hash":"8842bf23ded504bb28765128c0097e1de47d135f01c5cf47680b3bcf5720ad95","block_index":310201,"block_time":310201000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e725ec764d1a29120524c38b0baea943b191076685eca49ce3c79e10d6e7b759'); +INSERT INTO messages VALUES(579,310201,'parse','blocks','{"block_index":310201,"ledger_hash":"7e2dbbf14c0620ac0fd4e0e676857e2d055fff80cadfe2d9d0dfe07d36738722","messages_hash":"a4fa166a2d980a2b21496c6bcb2f7825a1a771fa3fdc05aaa351d165f303159f","transaction_count":0,"txlist_hash":"f20074cd00170edae909606eb1bd3937afaa3711590eb7d788c564ddbdc6600f"}',0,'BLOCK_PARSED',NULL,'4b9ff2921a255bf2d0d3021d8891d7dcf83c40a484e71c2fcb6e49a0f49e8f76'); +INSERT INTO messages VALUES(580,310202,'insert','blocks','{"block_hash":"95fa18eecbc0905377a70b3ccd48636528d5131ccfa0126ed4639bc60d0003d8","block_index":310202,"block_time":310202000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2908d3f3e36189075a1ab941592551c878fa7fabf42b9a31c8a38923f794368d'); +INSERT INTO messages VALUES(581,310202,'parse','blocks','{"block_index":310202,"ledger_hash":"084c24e81842ec8edc4144ad64df9f12377318fe4dc491b307b7d377f3f81b2b","messages_hash":"0e6d105018776095e6dc1bd2606258ae6dcf19aa479b3e7a40d9d0fc702ab540","transaction_count":0,"txlist_hash":"76c57648e216c5f191f04b79d2a1149d273b2a58a6b4956eb1d077abd2cfc113"}',0,'BLOCK_PARSED',NULL,'790893b8d4de4a64e3314096f204e044c67674c2bb8d28805ae9ec34e44d4a98'); +INSERT INTO messages VALUES(582,310203,'insert','blocks','{"block_hash":"ab15c43e5ac0b9d4bd7da5a14b8030b55b83d5d1855d9174364adbebf42432f8","block_index":310203,"block_time":310203000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9c69b6941fdbf7cb8d2c6caf317ff5616965a3d021eef03f2ee24f46fcd41fab'); +INSERT INTO messages VALUES(583,310203,'parse','blocks','{"block_index":310203,"ledger_hash":"4b0b8d82a5a2c8600a09b1050eed4440d9e0f2d817498f3e32ba27ebcfbaf6d5","messages_hash":"4cfacdb064c8bfafadab6bfe1ede0605c45dbfcf2f4dd0e8d6242fdf68c5343f","transaction_count":0,"txlist_hash":"3e49b55d1309646ffce3b91d3cc3c53c488377518fe30cf6397c0d3c2aec45f4"}',0,'BLOCK_PARSED',NULL,'9d9ba4ad80821addb45b5e450227718044fcdc239ad68da7d59af4a5de15f1da'); +INSERT INTO messages VALUES(584,310204,'insert','blocks','{"block_hash":"18996fb47d68e7f4ae140dc1eb80df3e5aba513a344a949fd7c3b4f7cd4d64cb","block_index":310204,"block_time":310204000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'da28572575bab88489ce77693a1edb32eac79914d678b0bd1bb38c8872ef5df9'); +INSERT INTO messages VALUES(585,310204,'parse','blocks','{"block_index":310204,"ledger_hash":"9f81657142f7523c01595bef4e9008d8525c2337f6d90140e05abad619d94416","messages_hash":"90f9211326eab7eb9850a4af31739063c3451a35bf903741b04bc0198f3d86e3","transaction_count":0,"txlist_hash":"89015233602aeb77d2097a328f2a5a065245131ac88ec6ac2d2b9b056e7764b6"}',0,'BLOCK_PARSED',NULL,'152c1fbfbe4f878abe6d8760b384792c2782bb4dc1a77089f40a62932144ac50'); +INSERT INTO messages VALUES(586,310205,'insert','blocks','{"block_hash":"5363526ff34a35e018d1a18544ad865352a9abf4c801c50aa55742e71630c13a","block_index":310205,"block_time":310205000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'43ea4ef6d3873076b4f378b105f846cd7c34d65dc36582a206685feff44b3d1c'); +INSERT INTO messages VALUES(587,310205,'parse','blocks','{"block_index":310205,"ledger_hash":"fd1cdea0193ed914cc408968efa42377d7c69453aa9bdf8bdf0731d4b1501b01","messages_hash":"7d08d4df7c9cc61540c806e13e9f6255d3f5744181e0688b5e4d1d1b9337307b","transaction_count":0,"txlist_hash":"1ea101d94c29967a141d71d3b8b15b278f3530c4c16c7e0219b892072d89f8f6"}',0,'BLOCK_PARSED',NULL,'f499a3f17d8c7a4bdbc0562aceb4deabcc8a9bba0473ba7a30d5b16cd34d6922'); +INSERT INTO messages VALUES(588,310206,'insert','blocks','{"block_hash":"0615d9fca5bdf694dca2b255fb9e9256f316aa6b8a9fc700aa63e769189b0518","block_index":310206,"block_time":310206000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b3360f2ec4e25d2f57532554672a16ce0d15c595bee57e579154d3adaf67dcff'); +INSERT INTO messages VALUES(589,310206,'parse','blocks','{"block_index":310206,"ledger_hash":"5845d6bedf81fba710999bf2954b3c1f3f9ca007a09d812ccae8e2a6d3b9bb07","messages_hash":"bfe22e8712243bd75786ad3475269b651665dde60eab6c13b61c44ee2736cd23","transaction_count":0,"txlist_hash":"e26d49ceb523c99c2583e7bec1b4bbe1f8686c2bd009626fa4c8966c642a1bb8"}',0,'BLOCK_PARSED',NULL,'73553612f1baceea2de7052f0b707842adc71af4f26a119e592f6a14c551482d'); +INSERT INTO messages VALUES(590,310207,'insert','blocks','{"block_hash":"533b4ece95c58d080f958b3982cbd4d964e95f789d0beffe4dd3c67c50f62585","block_index":310207,"block_time":310207000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a94861b53ad6a85c9f54f7b6227075b467a9837195cbbecce6e139076cb3a0fa'); +INSERT INTO messages VALUES(591,310207,'parse','blocks','{"block_index":310207,"ledger_hash":"b65cf7069a0eb909357cd5d45129b70c576eeabc0cb13404029d088e24a2be34","messages_hash":"b24832455d1d81ad7f0009d852528190e81dd72c562596cf1236e7830fb1c392","transaction_count":0,"txlist_hash":"596206790b52de9f791b99f7e71e3543cec87d4c3b9439ded8b7cbcd182b08e6"}',0,'BLOCK_PARSED',NULL,'c05a3779d1c012b039c087755c9d960e4efc0a978b2cea151715c29887dfbbd6'); +INSERT INTO messages VALUES(592,310208,'insert','blocks','{"block_hash":"26c1535b00852aec245bac47ad0167b3fa76f6e661fc96534b1c5e7fdc752f44","block_index":310208,"block_time":310208000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1503bdb2daa5db4bb3120e6b333f6b4fd100b1513c9b477a157ffc985905f157'); +INSERT INTO messages VALUES(593,310208,'parse','blocks','{"block_index":310208,"ledger_hash":"aa54dc010fec8a0ef3871c91667c45e88ffac08ee2fc93274d7ad1b2b5b28102","messages_hash":"cbf8963eaa72aff756ab51690fc8962df702ca649ebff4ff1f047d601e41c4f8","transaction_count":0,"txlist_hash":"3414e0af132ec9df1da5a4304a3c94529bd915631443d34b759a017ad166863a"}',0,'BLOCK_PARSED',NULL,'1fc6d2a8261ef2706e7b7e52906c46cd1240bf99f2ee773145b57d4e95375e11'); +INSERT INTO messages VALUES(594,310209,'insert','blocks','{"block_hash":"23827b94762c64225d218fa3070a3ea1efce392e3a47a1663d894b8ff8a429bf","block_index":310209,"block_time":310209000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9f64ec83091626562778a4c1b5eb0801fef00f27d148ba4e4cdc57f83a4d8aa3'); +INSERT INTO messages VALUES(595,310209,'parse','blocks','{"block_index":310209,"ledger_hash":"c7866cb2098c87c1333da5b3dce4c84bdeb620c9f1898456b7cceb23e4027df0","messages_hash":"80e847859af01741566cc4fd69ce0e8f0646a8d9af968bd66a6da64a3047cf67","transaction_count":0,"txlist_hash":"56dce3d0e9dfa62c44e422f41ecc1517bc98302341496db287adf309f666d3bb"}',0,'BLOCK_PARSED',NULL,'0b2c78b1a9bad1c55052938f6cf4101c2ef2916108401282302c9872c177b273'); +INSERT INTO messages VALUES(596,310210,'insert','blocks','{"block_hash":"70b24078df58ecc8f7370b73229d39e52bbadcf539814deccb98948ebd86ccc0","block_index":310210,"block_time":310210000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7a4890077616f62f0540f369fc450a4388d400c950647c1f010d03ca9e091a90'); +INSERT INTO messages VALUES(597,310210,'parse','blocks','{"block_index":310210,"ledger_hash":"207a1c90d1658d55fa0fc2e1507fce98521647ab5c4d11099c2742279cc92b3f","messages_hash":"5a89af3640e09fa51277de07252c080bc4199c3471c980ee611f07554eeecc2b","transaction_count":0,"txlist_hash":"ecd4bb45bef1d8b395add25118bbeedc8d96f818a471bd7606554946a023b151"}',0,'BLOCK_PARSED',NULL,'8036e0c32e882c9c0244bb656cd96ffc57e9018642ccd339838dd527b5e084b3'); +INSERT INTO messages VALUES(598,310211,'insert','blocks','{"block_hash":"4acb44225e022e23c7fdea483db5b1f2e04069431a29c682604fe97d270c926d","block_index":310211,"block_time":310211000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'86d2d480ff94dfc1bf8bd3b888b32037f8455c5a0a541838187323178cade8b2'); +INSERT INTO messages VALUES(599,310211,'parse','blocks','{"block_index":310211,"ledger_hash":"dfc7fe172f9bc77148a1bfad5d441a3688f718b4985406d0cefd4c4dcd926208","messages_hash":"949457c0e1b6bdcca86328a049317f8b6dfc7b54927b86cddd138cf2b49a55f3","transaction_count":0,"txlist_hash":"f999268e3400907f85a0448d124df4d139b228327721fad7ad29ef595b0d16c9"}',0,'BLOCK_PARSED',NULL,'be4a876bf6bb065d755268b563c75fd5fd49b998c88717f24c3b8c2e79ebf663'); +INSERT INTO messages VALUES(600,310212,'insert','blocks','{"block_hash":"6ef5229ec6ea926e99bf4467b0ed49d444eedb652cc792d2b8968b1e9f3b0547","block_index":310212,"block_time":310212000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'83f88f7bb29df2caec392b58be8cfc2d6559186f498529a458cbf7bf3f58a846'); +INSERT INTO messages VALUES(601,310212,'parse','blocks','{"block_index":310212,"ledger_hash":"32a39bff0606ec93454a2cb144c0bbd1939bf2be6a2ae369b885afc0b5ef33c9","messages_hash":"4e9541025060ed74c46663a0448abd70c7bd4b4bb82626efe8fab7584a4cf429","transaction_count":0,"txlist_hash":"2e46422b38cddef2d8a10b343115c5e587b5456480fb1a019f0a5d541e90afb8"}',0,'BLOCK_PARSED',NULL,'ba30a20e2cd1cfe3dc71712f8e7dbe53705eb70678b6b12e2ee0f9f15be989c6'); +INSERT INTO messages VALUES(602,310213,'insert','blocks','{"block_hash":"17673a8aeff01a8cdc80528df2bd87cdd4a748fcb36d44f3a6d221a6cbddcbe7","block_index":310213,"block_time":310213000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'56a8e4464213ff2a5fb750267e6d5fb3e36f26656ea7ddf1b1c1480955b05e8e'); +INSERT INTO messages VALUES(603,310213,'parse','blocks','{"block_index":310213,"ledger_hash":"15968873880e97e849e59971d4ef19881b1c11c3148dba966f51d986c59ccf36","messages_hash":"830988ad81c1fcd5938953f1680960531872f7f5a7b95c205d62b7bacae5d375","transaction_count":0,"txlist_hash":"fa1e7562a89ee572607e6cdbf26c80d4ee1aac2bcd45374d166e2e993f8672cb"}',0,'BLOCK_PARSED',NULL,'c5f6bf20cb7c7318dcef831aea662a456b8417d850165e7bb954027d99869dc2'); +INSERT INTO messages VALUES(604,310214,'insert','blocks','{"block_hash":"4393b639990f6f7cd47b56da62c3470dcbb31ef37094b76f53829fc12d313454","block_index":310214,"block_time":310214000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d95965ec714efc6d903e728f9814174f7bcecdbbcec6ff1948c7e83cbbf7ce63'); +INSERT INTO messages VALUES(605,310214,'parse','blocks','{"block_index":310214,"ledger_hash":"dcbdc463154fe49a7f22611fcb53e5ca78501424ba741040d89cac9db0a03ac4","messages_hash":"743cc139da0ebe5ceb049c33ea4a7dfd2ab9dcc95e9db26d5698cdada154139f","transaction_count":0,"txlist_hash":"5928d3221dd0bd142368585dc56f9f8a68885be95b7ad46c35bc37fbc61f651f"}',0,'BLOCK_PARSED',NULL,'955a64d4cad6cacf14fe2c4da46e08814e2a956272217e3c9d02a883efc90a02'); +INSERT INTO messages VALUES(606,310215,'insert','blocks','{"block_hash":"c26253deaf7e8df5d62b158ea4290fc9e92a4a689dadc36915650679743a74c7","block_index":310215,"block_time":310215000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'edfb02b144b04ffe87878de6142e569c13b758bf365c9a8d2a8c52968621779e'); +INSERT INTO messages VALUES(607,310215,'parse','blocks','{"block_index":310215,"ledger_hash":"6047855f1c691f27ade1cc4c587f1c11ff68f5f5bd7959a23f801e5da7773eed","messages_hash":"a4dc16abf8c8f78950431dc28729eaf17c87953dd47ff8e6e06933f136e44661","transaction_count":0,"txlist_hash":"b6410b25a5d6f17a5431f621d6226491bcb2ed97dac543c06e832cdaa8853d5a"}',0,'BLOCK_PARSED',NULL,'929c2361d88522da14d9526c3071ec3576f1241d1a5bd4402bdb1d2dc310ce23'); +INSERT INTO messages VALUES(608,310216,'insert','blocks','{"block_hash":"6b77673d16911635a36fe55575d26d58cda818916ef008415fa58076eb15b524","block_index":310216,"block_time":310216000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bd18490084647eefc5118a4005cde60e9f8ff93738642789e7017b2c9ce3e7a4'); +INSERT INTO messages VALUES(609,310216,'parse','blocks','{"block_index":310216,"ledger_hash":"a12fbb09858868de79095c8e3222f6fa179f2f00bc3c97c8205fd9367ae05aef","messages_hash":"4d6a680af10af8667f7ce4176ab32694657810e0cd23c749412cf438e0177f03","transaction_count":0,"txlist_hash":"f8b3b6d36fcb97071d826e68d2e6e5bc60f982c470e68644d94a6ec1342d0148"}',0,'BLOCK_PARSED',NULL,'0f51d5a534d165655200a9160543295daea9cf4c41329e467d9b6d678f999a55'); +INSERT INTO messages VALUES(610,310217,'insert','blocks','{"block_hash":"0e09244f49225d1115a2a0382365b5728adbf04f997067ea17df89e84f9c13a8","block_index":310217,"block_time":310217000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b124f9284aaa510c4bcd39c401ee24ddbc6e520f802d0248dcac1b7db2c6ba4d'); +INSERT INTO messages VALUES(611,310217,'parse','blocks','{"block_index":310217,"ledger_hash":"419d8dc096dd58523cd4822748754158f0c11945bbb62100cb5268cd802580a8","messages_hash":"e2a584518be9f3d65cb75f0237f642ee18c527eecab39433154047cf17cad4a6","transaction_count":0,"txlist_hash":"a61fb813a69ed40eae923918a73a8dfe51dd6fa14f5426ada1a5a543ab7bb0ce"}',0,'BLOCK_PARSED',NULL,'1ba714df3b8c56362fe76ac3696d9d0a72d5c71c916ca189a0d346b52c21f2fb'); +INSERT INTO messages VALUES(612,310218,'insert','blocks','{"block_hash":"3eb26381d8c93399926bb83c146847bfe0b69024220cb145fe6601f6dda957d9","block_index":310218,"block_time":310218000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8f737711aaa012b2eda475a92b72669344255474e43dd5cb6ab0af7258ecabd1'); +INSERT INTO messages VALUES(613,310218,'parse','blocks','{"block_index":310218,"ledger_hash":"a36c07f7fdfaf7878d73baf14aee58b42220b2b2411fd1864450ec6ce1fbd173","messages_hash":"51c60f0a2b3b0ff3a6125f0d4d207cbf267ea26194dbd0246a195714af42d5fe","transaction_count":0,"txlist_hash":"dc1d785fe75a506a691f0eccaf752017fbaf5ce2b7225bdde3fb538281698e4e"}',0,'BLOCK_PARSED',NULL,'230bf36c907ccddaf4f929907b27216677418ab98d3a821075fd3bfb4dc53426'); +INSERT INTO messages VALUES(614,310219,'insert','blocks','{"block_hash":"60da40e38967aadf08696641d44ee5372586b884929974e1cbd5c347dc5befbf","block_index":310219,"block_time":310219000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'93c26c26fb579d4818ab2740452d846e4e5f799042561b86e765ee10670a1ff9'); +INSERT INTO messages VALUES(615,310219,'parse','blocks','{"block_index":310219,"ledger_hash":"7958aa94088ecf0384a9a6b0569e9507d208e009e9ce139c823960e40996a47e","messages_hash":"68fd58e184726830b8e2902631144e6262a3bab6231ea7054f1b6aaabee50348","transaction_count":0,"txlist_hash":"c9aa622e3b372ba0c76efe97c1443cb89f2dfbcf8ff5e28dedf9b3abab3d6384"}',0,'BLOCK_PARSED',NULL,'eb5363b6d9d3b379cef683bee52ab9792c0b485eecd0648cc7f542a87ddd7fb5'); +INSERT INTO messages VALUES(616,310220,'insert','blocks','{"block_hash":"d78c428ac4d622ab4b4554aa87aeee013d58f428422b35b0ba0f736d491392ef","block_index":310220,"block_time":310220000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e012859f32d56aed3c01b7243f3ded7ce899fc5237202d68d23b5ef376b75c86'); +INSERT INTO messages VALUES(617,310220,'parse','blocks','{"block_index":310220,"ledger_hash":"00907c4368c2dc76d1ef98a0ba3c86bc4746ed2734b0c10f3797e0af70714240","messages_hash":"e7f169d6ddec0c5bd535da9ca5fabefaec79107cbcc1d5241a85a24a152045ff","transaction_count":0,"txlist_hash":"d0c3959f899232cdb5fed61bac2c09e45254959e8bc1a076acb3ba5e3ee63e65"}',0,'BLOCK_PARSED',NULL,'d7d215007e06dd532bea44325997e483f7beb436ccf943ebb09c2bb2522f5746'); +INSERT INTO messages VALUES(618,310221,'insert','blocks','{"block_hash":"cf5263e382afd268e6059b28dc5862285632efe8d36ba218930765e633d48f2d","block_index":310221,"block_time":310221000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5b6f681adfe7423d0096cbaa1c3c371bd2a9cd6a27ee5f97743eaad7c1bbfc4a'); +INSERT INTO messages VALUES(619,310221,'parse','blocks','{"block_index":310221,"ledger_hash":"2e42f882087dc2158036592298321113f1b34e15b414efa6d43364c06d368540","messages_hash":"64458964cae674e32c123d298df910b6d1e4ffec1a3ac241bde6f436368d75b5","transaction_count":0,"txlist_hash":"cf40107f8d11aa8ba96b03912967f88c44e69e20d7105f497d5418fc08aa5800"}',0,'BLOCK_PARSED',NULL,'927569abfcef358372c99842fa59d544d83fc7878288618f2b8918fbfa96d5c3'); +INSERT INTO messages VALUES(620,310222,'insert','blocks','{"block_hash":"1519f6ec801bf490282065f5299d631be6553af4b0883df344e7f7e5f49c4993","block_index":310222,"block_time":310222000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aff18ffb8c94fa14ff3f13d609ba3d804b6e9cd3b4749c7a5edef17ffd0b9902'); +INSERT INTO messages VALUES(621,310222,'parse','blocks','{"block_index":310222,"ledger_hash":"00c4a5d41dd629bd0973c03152e4519214dce68498999c8dddc1f7a1cad28a82","messages_hash":"be39a48d284a26ccdae598294a6da21e05f58cf43aa2db7a9b143d6c721e7cb7","transaction_count":0,"txlist_hash":"6a012ee8e82d8d24b0a24d4bbab74cbe226afea1a9c1e129aceccd1d7591a107"}',0,'BLOCK_PARSED',NULL,'78d0beca5e0b9119d7bca59a39e02e692297390068d9d83615005386f1c9ad40'); +INSERT INTO messages VALUES(622,310223,'insert','blocks','{"block_hash":"af208e2029fa49c19aa4770e582e32e0802d0baac463b00393a7a668fa2ea047","block_index":310223,"block_time":310223000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4eedbbdca22ef1f89f3baaeea15197c7f04c312024a60ec6b9967afb3f3bd24e'); +INSERT INTO messages VALUES(623,310223,'parse','blocks','{"block_index":310223,"ledger_hash":"41c7a0fa22ebee9d55f2a3b118314293d155c349ba01069a23ddff76dc842955","messages_hash":"c8ef7240676629776ba989b5cfa1a984c4b30c9c45b74e1652271bd9087b24c9","transaction_count":0,"txlist_hash":"1080406ec3ccb84490487860bdd507637fa8fbdc68fc886d082bfcdf9ac835e7"}',0,'BLOCK_PARSED',NULL,'f0fcbc6c558664e35e282dc43a63d82960c9b01761555ddfbc250611abec2c66'); +INSERT INTO messages VALUES(624,310224,'insert','blocks','{"block_hash":"5b57815583a5333b14beb50b4a35aeb108375492ee452feeeeb7c4a96cfd6e4c","block_index":310224,"block_time":310224000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2f9d342c636371e8acd70dc9da29271f7faa41539f4615b4bd6400b21fc1b0db'); +INSERT INTO messages VALUES(625,310224,'parse','blocks','{"block_index":310224,"ledger_hash":"66c268462442b69efb56b29e08aae1a404d3543e0a20711e8998a31af45ee929","messages_hash":"22b86074b28d18a7a3326f534afa3f3a8488d8446ea6f142ff35bb1acd749772","transaction_count":0,"txlist_hash":"1d5188bf347d72bc66239f3b4c709ecca24141c5474755c567f4176293f275af"}',0,'BLOCK_PARSED',NULL,'955b6ca2ff104438175882dc24c846f551014d06a3babb42c190abecace3de15'); +INSERT INTO messages VALUES(626,310225,'insert','blocks','{"block_hash":"0c2992fc10b2ce8d6d08e018397d366c94231d3a05953e79f2db00605c82e41c","block_index":310225,"block_time":310225000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'792260f2a4dee3edf16eef8a9a9fb7ace708163cadad5fa71b88fb8586b80b3e'); +INSERT INTO messages VALUES(627,310225,'parse','blocks','{"block_index":310225,"ledger_hash":"cf39fb28a7e4d4db7657bb11a30d592a15c049000d7ac86d4fb3d942bf879b95","messages_hash":"4e10a01d38fc7f90be5642f7a71bd35d9ba4236961d50352fd2c2629462ce5c4","transaction_count":0,"txlist_hash":"61dccc2a6cdf50b56700c893611fac0dd6cccadcd672cd438452ebd30852ccf7"}',0,'BLOCK_PARSED',NULL,'c9d6de87013ed0290b3a1ea1c349d6653240e4118043b5dff7804e1b77774ccc'); +INSERT INTO messages VALUES(628,310226,'insert','blocks','{"block_hash":"b3f6cd212aee8c17ae964536852e7a53c69433bef01e212425a5e99ec0b7e1cb","block_index":310226,"block_time":310226000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a5a07ad766968df547d8a8f3225b9c364c1d40357da1a6eede279d37ea3399c3'); +INSERT INTO messages VALUES(629,310226,'parse','blocks','{"block_index":310226,"ledger_hash":"cb622a4d04645ad96d3e0006f2b7632e8b82e44206d6c1cb75212b059fe18de5","messages_hash":"6e6ba9b7925d0b0e4e9e4db7d9e4ea52f97d8220ba6a79676c33c93609b14bfb","transaction_count":0,"txlist_hash":"2c131ef357cdc433dce05cf915be1b2c243e51208c877852a19c67968caddca4"}',0,'BLOCK_PARSED',NULL,'6863e882568eb981e5d1267aca8d4b333c5e44a9812908390fb1284f0a082442'); +INSERT INTO messages VALUES(630,310227,'insert','blocks','{"block_hash":"ea8386e130dd4e84669dc8b2ef5f4818e2f5f35403f2dc1696dba072af2bc552","block_index":310227,"block_time":310227000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c2e38e3913eb1a77587d5978c77864960e798076645c381b4e57768bab6f0d22'); +INSERT INTO messages VALUES(631,310227,'parse','blocks','{"block_index":310227,"ledger_hash":"60ae4209347248a3f7ad39b6436627f06e45433f6b6dd89cfd3383d68974a41c","messages_hash":"d07beb1d9afa4fbc4caf7f6e92d840515133b6abb28f38527880d77f40759d64","transaction_count":0,"txlist_hash":"200ccbec2ba0927612c50a1ce2a58f856ecbda876943bfc2d3404724fff1927a"}',0,'BLOCK_PARSED',NULL,'ab35e7d5506fcbf5054c961f925106ec2830eed96e3b4a135ff9047dcf9ccdc4'); +INSERT INTO messages VALUES(632,310228,'insert','blocks','{"block_hash":"8ab465399d5feb5b7933f3e55539a2f53495277dd0780b7bf15f9338560efc7b","block_index":310228,"block_time":310228000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'499cafa146d5f785a882b02244a864e8991cdd61f41644004e90b6087573aac8'); +INSERT INTO messages VALUES(633,310228,'parse','blocks','{"block_index":310228,"ledger_hash":"798206ee77c9e2fc8fe943f9bf2074c9c2560f534e3304b944e2ed3c89ce8bcb","messages_hash":"a514997bd8b988149a4c39b1bbde0b5d7fe9e82dd085f34e12e3e88425e5d319","transaction_count":0,"txlist_hash":"c8c9a18e8420e274c98c528e0d0636aba20f5a6c983135a61e9cd47d60123185"}',0,'BLOCK_PARSED',NULL,'f67aac0f569f5278faeb0370a0f0eeeb9821ec7bc829b1b5d309b2ea5924c374'); +INSERT INTO messages VALUES(634,310229,'insert','blocks','{"block_hash":"d0ccca58f131c8a12ef375dc70951c3aa79c638b4c4d371c7f720c9c784f3297","block_index":310229,"block_time":310229000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ee509e3dc45abae6bf44104cc4a7cf629a0a85d64cd86c7684a83dfa74b6927f'); +INSERT INTO messages VALUES(635,310229,'parse','blocks','{"block_index":310229,"ledger_hash":"becad39a4d1bc8d73a856fa1d2bfa251f29b23fec9448a91932dc610243fd8df","messages_hash":"8e63ad51007c0392860ee4d68bd76908eb1e3acfb3b1b00d86afcbc6b8aa1f9b","transaction_count":0,"txlist_hash":"1d817cb41854bebc85173e6c6c0a8e6ae5a1bdbbd1077a64265ec4c96d60ca45"}',0,'BLOCK_PARSED',NULL,'952ab8f4d4a552a88a645655617c4667a2f25453a57e12302a06243acd4a4610'); +INSERT INTO messages VALUES(636,310230,'insert','blocks','{"block_hash":"f126b9318ad8e2d5812d3703ce083a43e179775615b03bd379dae5db46362f35","block_index":310230,"block_time":310230000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e4358bc7a15402b7d52fd030615646a9e5b15f99ba3d7121c779c83ba2ea071f'); +INSERT INTO messages VALUES(637,310230,'parse','blocks','{"block_index":310230,"ledger_hash":"e08eac4daa7d7bc70f2f47a835bb80993d6d6db06d8d8986101b717db1c62ed6","messages_hash":"459c00f67e9fef29c997ce6ed6b609dcd8e86866a66abd7439a04e6f397653c4","transaction_count":0,"txlist_hash":"d37fa640132bf2595891bfaa5d1d562495c780569e2a5d4f8863fd60d6396d95"}',0,'BLOCK_PARSED',NULL,'47d5d82aacf3030b0c7a3e6c61379f379decd8d4d95e78837c17303efdc11694'); +INSERT INTO messages VALUES(638,310231,'insert','blocks','{"block_hash":"8667a5b933b6a43dab53858e76e4b9f24c3ac83d3f10b97bb20fde902abd4ceb","block_index":310231,"block_time":310231000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0c9338e1803d46dff8a4db809520a3c2737520b03d3beeaa5c145f11e990c6f9'); +INSERT INTO messages VALUES(639,310231,'parse','blocks','{"block_index":310231,"ledger_hash":"a761c29e76c9d5090cd1d6424beb91d0a9fd9546c67ecaa6d4879177b6745b59","messages_hash":"d31f0aaf8e4d6cc055c00e521fe346616632110c3631ebb679c8766cf3c1c691","transaction_count":0,"txlist_hash":"7bdcbdcc058e4c3d39751316b39bc65594624dc79fc8556e2847c94fb5986200"}',0,'BLOCK_PARSED',NULL,'ebde17ff1842d8694ddf17ee3006fe251468461cab569dbcd15020cf3c3089f6'); +INSERT INTO messages VALUES(640,310232,'insert','blocks','{"block_hash":"813813cec50fd01b6d28277785f9e0ae81f3f0ca4cdee9c4a4415d3719c294e8","block_index":310232,"block_time":310232000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0e43f2b2a9de811e1f862bf25514b36dda60a61830df3a138b193a95c63634c8'); +INSERT INTO messages VALUES(641,310232,'parse','blocks','{"block_index":310232,"ledger_hash":"5da469b7e21ad8ec4fe7cc2f426dcaeb18a3a4a3c44385d529a8b252c77a9e43","messages_hash":"86d7962181bfa6df85d8d1c0f5f84e62c44f9b25b67c633b6734cb271fd451fc","transaction_count":0,"txlist_hash":"721ab1fecac8b537de1c90225f23a62d02a6e8b392f5211a8e020d9169dc75f6"}',0,'BLOCK_PARSED',NULL,'a1f56b5be78d6c5708d35e197272a890d146a1e9b5ac854b92520d9e2b409f94'); +INSERT INTO messages VALUES(642,310233,'insert','blocks','{"block_hash":"79a443f726c2a7464817deb2c737a264c10488cac02c001fd1a4d1a76de411d6","block_index":310233,"block_time":310233000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ddeb48a2be34f36705fbaeb8bebd82c35e1c3a1a3efaea343bb683c53909ef1c'); +INSERT INTO messages VALUES(643,310233,'parse','blocks','{"block_index":310233,"ledger_hash":"d8531834d572acc01591997cac000185facc033e1ab72f8218a70d0ae3898914","messages_hash":"9019fb11182de1b78ff74c76ef99c04986901438910f0892b191d48a29d41055","transaction_count":0,"txlist_hash":"a0b57a1491335a2fde88223b77d7c8a248101187be0b71894b6c56c426603867"}',0,'BLOCK_PARSED',NULL,'e25db84c8ad760fcb36b99b459a3fe06620e87530a25a3f2b695a0f016bd7e05'); +INSERT INTO messages VALUES(644,310234,'insert','blocks','{"block_hash":"662e70a85ddc71d3feae92864315e63c2e1be0db715bb5d8432c21a0c14a63cd","block_index":310234,"block_time":310234000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'28f4b9ac9cbbdb871683ea28d2bec5752421eda82cc1e747752705e9aaf25417'); +INSERT INTO messages VALUES(645,310234,'parse','blocks','{"block_index":310234,"ledger_hash":"0ac6803ab61e14bb08fd8051424565086ab11b4d33faef077f5a0732eec6f766","messages_hash":"0f03dc471adb99bbb34612c208c507d8cb54172e2f3af2d1404289de7634d212","transaction_count":0,"txlist_hash":"b719ec81bc5245492809b946a86c76c121148d506292a4ae125b368f1a24b72a"}',0,'BLOCK_PARSED',NULL,'b2ab3947c73ab620eba5bd4da4160b2960753e583f8371da74230c79159b503a'); +INSERT INTO messages VALUES(646,310235,'insert','blocks','{"block_hash":"66915fa9ef2878c38eaf21c50df95d87669f63b40da7bdf30e3c72c6b1fba38e","block_index":310235,"block_time":310235000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6ce554105a725b21a31c4bb63e8ad31d6da9dc7ba607e817af8071238ad33857'); +INSERT INTO messages VALUES(647,310235,'parse','blocks','{"block_index":310235,"ledger_hash":"5f7de1c7fe45858dcc844604a77051d55de3b9dbb5f5d9910ead8bd0f3af48d8","messages_hash":"7a4c6ca58ad71a2cbd19e94549f13fbfd3685f9eae6bc43f3d7429c0004dcc7c","transaction_count":0,"txlist_hash":"8d81c116619e760608161facac457bb00d4e816c049afbe42f6e0f7d7f1d09cd"}',0,'BLOCK_PARSED',NULL,'50ab0dc46e9724fcd7607bd1ba13f9dd07a747b18e0dc01a916e24b8c38c59e4'); +INSERT INTO messages VALUES(648,310236,'insert','blocks','{"block_hash":"d47fadd733c145ad1a3f4b00e03016697ad6e83b15bd6a781589a3a574de23e4","block_index":310236,"block_time":310236000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9dddab5de368e41382ff17478fda4549d1cb39da8f81b68f143fb7ae1c18bd13'); +INSERT INTO messages VALUES(649,310236,'parse','blocks','{"block_index":310236,"ledger_hash":"c0437ca60921bb73516c31a74f78d2fb48d2c628b629c8f55c8fbb0060718d76","messages_hash":"61cf971be6c7ab105cb22b84b5042f116ba3eda0a7e74bd05718dcecbcaca27c","transaction_count":0,"txlist_hash":"1c50aa16f8543f1eee5c2585aa8f7ee373bdb58648b430189ef4d8c9b0b767db"}',0,'BLOCK_PARSED',NULL,'ee9c4774c4ebbedb672e261bd8bd99279d6d528ce0ce95db6b7fa233ffed27d0'); +INSERT INTO messages VALUES(650,310237,'insert','blocks','{"block_hash":"2561400b16b93cfbb1eaba0f10dfaa1b06d70d9a4d560639d1bcc7759e012095","block_index":310237,"block_time":310237000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d88dc9736e849b68ce7ae8c3061e7ff4839d42cff68fdc6eab5df8505f544d1d'); +INSERT INTO messages VALUES(651,310237,'parse','blocks','{"block_index":310237,"ledger_hash":"4340ab34a083b38dbca477b6cc2479e6d70ffd6d6b9b75772068674297abadff","messages_hash":"d9606cbf3b3a237516163893a8060477f06c26e3f3135dd62f1dfcc0f0280c92","transaction_count":0,"txlist_hash":"2f23795147dfb09a113607e442cdc926222a2b9c3dc173b9e92ab8560de20c9f"}',0,'BLOCK_PARSED',NULL,'5d19d7116d9835f650d5b80b5276d7a82bc6cf711ab4012ba1a6225f57e2d5d7'); +INSERT INTO messages VALUES(652,310238,'insert','blocks','{"block_hash":"43420903497d2735dc3077f4d4a2227c29e6fc2fa1c8fd5d55e7ba88782d3d55","block_index":310238,"block_time":310238000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'793d97cfdb0d507d27eedb7e6f81e37e4a0db44f6ed8c3879191cff45772e344'); +INSERT INTO messages VALUES(653,310238,'parse','blocks','{"block_index":310238,"ledger_hash":"6a76891c10ff0f9416ae1a024b985d621154918bd8ab545980b57fd2d18c4af7","messages_hash":"44abdd74801c8f3aac4b108bb763cadb69653512f1fca6881a6d424a44db026e","transaction_count":0,"txlist_hash":"31d5717812d8f7e54ac8b7a000c7b599e2123a1de205cef6559b3930c466b961"}',0,'BLOCK_PARSED',NULL,'b0b901bf94ba78eb0f03bee34b710804b58c747a5b06008bd6e7a21bab06705d'); +INSERT INTO messages VALUES(654,310239,'insert','blocks','{"block_hash":"065efefe89eadd92ef1d12b092fd891690da79eec79f96b969fbaa9166cd6ef1","block_index":310239,"block_time":310239000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7ebd272d7e4f3a72feecba6ed99271b548e90db7468f6b7f037d42a68ac71c18'); +INSERT INTO messages VALUES(655,310239,'parse','blocks','{"block_index":310239,"ledger_hash":"1128bb89562fc3b112da425a3dee67adaf741a8021ee378bdfeb44af3b1b1fac","messages_hash":"a52aaa58610867485687b0f878d2fbf485f8e5e95cbb3a10b8ec0235e9eb19af","transaction_count":0,"txlist_hash":"82b7482bdf98200b43d483dc7725ea9069ab96d897fa88dfafd73334132d362e"}',0,'BLOCK_PARSED',NULL,'0bd0e8e56f1fb7dd3f9d8f71f109f03ec9b0f043a6a370c7d895cf4dbe7a5b4f'); +INSERT INTO messages VALUES(656,310240,'insert','blocks','{"block_hash":"50aac88bb1fa76530134b6826a6cc0d056b0f4c784f86744aae3cfc487eeeb26","block_index":310240,"block_time":310240000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2995875a700306f4c7bdf1542635f2c72b7b1732bc49d9aa4acf5ab96311c6fd'); +INSERT INTO messages VALUES(657,310240,'parse','blocks','{"block_index":310240,"ledger_hash":"be05624b84b2e76794f065f36b4e98d6c6c120f1d8a5db91957bbe7008ce3240","messages_hash":"2f6a657ede1e03527145e6522cc95c87762b3494486380492882bd5bda53d94b","transaction_count":0,"txlist_hash":"bfd037773e4ad5fedd072183d19e824c36cf21549c374f7d7dab3ac313a1542b"}',0,'BLOCK_PARSED',NULL,'0beed68b0176305c74d84befb8be527122348dc5bb653a6ecdb6fe9f3593f5ac'); +INSERT INTO messages VALUES(658,310241,'insert','blocks','{"block_hash":"792d50a3f8c22ddafe63fa3ba9a0a39dd0e358ba4e2ebcd853ca12941e85bee4","block_index":310241,"block_time":310241000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'04106fb9f7cf0c8aec3f2eb9863aae80818d9a6e26f40c84fde7d69ca0411d0d'); +INSERT INTO messages VALUES(659,310241,'parse','blocks','{"block_index":310241,"ledger_hash":"5abfdfb1aa42fb80ca4538062d152d965b6a7a56bd1e170a7a109409a4606b7a","messages_hash":"749b2d2aac404cdcddb4440786df0f3701b7cd69683684f4c4bbc167c93ec06f","transaction_count":0,"txlist_hash":"e0bccb8ee5ac848700b228d8d21970f33fcc7a2c091e4b1d1f7f71c09404ecbe"}',0,'BLOCK_PARSED',NULL,'5b89bc398b37fa94b34c55df5600c67b0d5b96f59ca5665bd809d54e93665d92'); +INSERT INTO messages VALUES(660,310242,'insert','blocks','{"block_hash":"85dda4f2d80069b72728c9e6af187e79f486254666604137533cbfe216c5ea93","block_index":310242,"block_time":310242000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d323397bda12a9fa88a0af61afd5e9992d4d57abeac160342adc88f8274de82a'); +INSERT INTO messages VALUES(661,310242,'parse','blocks','{"block_index":310242,"ledger_hash":"5f354f767df3256aa6a23544a7164160b9fabe481c85d1891f5250b3026dd7b8","messages_hash":"65a09f2c4039fdc855755b94d15c838e74258f6ec567d450cc101a799481da26","transaction_count":0,"txlist_hash":"a9b87a1cd3146663579bf192b97136602806865bb60ca2d464e3111872b61b7f"}',0,'BLOCK_PARSED',NULL,'1fa910de8f7d67379fad8610a1a1c4899aa264c5ed95847a811111327b48975a'); +INSERT INTO messages VALUES(662,310243,'insert','blocks','{"block_hash":"a1f51c9370b0c1171b5be282b5b4892000d8e932d5d41963e28e5d55436ba1bd","block_index":310243,"block_time":310243000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'340b570af01333530a09c20038d8a13425fbdfbca762f7bc20c5bd596a59b26a'); +INSERT INTO messages VALUES(663,310243,'parse','blocks','{"block_index":310243,"ledger_hash":"ea3acc31b3c298237fa11ca4400c65ee46732c96e0b7fac5a183dd49d938e730","messages_hash":"7dfebb43367ffd01d0c5776a41ab1219d516e1eeaf6fb766f8c881181f5d82fa","transaction_count":0,"txlist_hash":"b7226a87411a48bc0b25e014f2929d63979a297600f51723a0c9bb89fef120b0"}',0,'BLOCK_PARSED',NULL,'680b6c4684e7c9f505d9f3a112985177ca35a47a33b70b2eb57e8277ff1137b8'); +INSERT INTO messages VALUES(664,310244,'insert','blocks','{"block_hash":"46e98809a8af5158ede4dfaa5949f5be35578712d59a9f4f1de995a6342c58df","block_index":310244,"block_time":310244000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b3f4f9a56776791f4ee87fc6aa2db04b9618c73fbdd92a705ca4b2cc38843e5d'); +INSERT INTO messages VALUES(665,310244,'parse','blocks','{"block_index":310244,"ledger_hash":"07ad792741a48d5a7b657e6c4dc83e3534c79bd1e7da7044139516124adc8f80","messages_hash":"eb1a553f430f7b38581432d9734c1780afb7afaa4ec665a639f895500cbd74ef","transaction_count":0,"txlist_hash":"baab169058840f62c00af1dc51ee0a77fb964dd27c6241463650fdb6c77d3b6a"}',0,'BLOCK_PARSED',NULL,'d4428eba268ff4b35d1b77fc1b452d71490631f1a411a151fc9286efb4ff77d0'); +INSERT INTO messages VALUES(666,310245,'insert','blocks','{"block_hash":"59f634832088aced78462dd164efd7081148062a63fd5b669af422f4fb55b7ae","block_index":310245,"block_time":310245000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'59f4430eaf7c4868700682f31437980a00470cadc6fa831a9f25add84265ce2f'); +INSERT INTO messages VALUES(667,310245,'parse','blocks','{"block_index":310245,"ledger_hash":"d36a618af8e92da03b373ab0137ded666db6cef906a6b2c0cb8c71057a1a5903","messages_hash":"5ceaf599e80ec6ca27fe1c581e5f61aa7465d56a926d4e01ab3a1381df1e8aa7","transaction_count":0,"txlist_hash":"18cf40a1489af6f99dc454630c35dddf20acacbf979d47acb30a5831e55f920e"}',0,'BLOCK_PARSED',NULL,'a0e95da803cbc54b61c38bfa6bdc2aa020d8b950931506cd2786f4951ca64d96'); +INSERT INTO messages VALUES(668,310246,'insert','blocks','{"block_hash":"6f3d690448b1bd04aaf01cd2a8e7016d0618a61088f2b226b442360d02b2e4cd","block_index":310246,"block_time":310246000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a7c6899aef6d32a093ecf2d7b10c331a841da3b630c751340d3f5dcd0e5b01cc'); +INSERT INTO messages VALUES(669,310246,'parse','blocks','{"block_index":310246,"ledger_hash":"a34e154571ee585a839053a851a007d6d433d3efd2b3e923a9c4ec4bb0dc9d98","messages_hash":"fb45f8393e39b4d730fcc2442aaeabb10054b352bf27fcd2a68d31c9392d9b94","transaction_count":0,"txlist_hash":"a2103af3fa84dc4015979f3a629c46e2234f534f86d7c5a403275a8eae144ba7"}',0,'BLOCK_PARSED',NULL,'1cc695449d3b402b43ba9d978ebc7b36a921cdae0d49255283ad644512aec9c5'); +INSERT INTO messages VALUES(670,310247,'insert','blocks','{"block_hash":"fce808e867645071dc8c198bc9a3757536948b972292f743b1e14d2d8283ed66","block_index":310247,"block_time":310247000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d5e0ff6ff3b4dd2bd4efb5107673b3ccb5b49f7239c59fcd19a439773670d7ef'); +INSERT INTO messages VALUES(671,310247,'parse','blocks','{"block_index":310247,"ledger_hash":"ee94fcb9210718095ccdf63f30ab081f45dff765a9ca4f5c86b1b0d98973ef90","messages_hash":"f43256d63cec8a5f5fa37b9a0d1ca4b502cd9a843e5116bba22cc8dfc897136b","transaction_count":0,"txlist_hash":"39cff977657fdbe649c601531383548a3922cde40dd998c355c201cb6deee9f6"}',0,'BLOCK_PARSED',NULL,'8536a98159e577c1c9632605bdfeeed41dd4d3f664b93c1e69b4ee75b86fd898'); +INSERT INTO messages VALUES(672,310248,'insert','blocks','{"block_hash":"26c05bbcfef8bcd00d0967e804903d340c337b9d9f3a3e3e5a9773363c3e9275","block_index":310248,"block_time":310248000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c0345b8d29767c22bb48ff4c454d7ea50b36bf149d7230a01bdbbeecd4d19fc4'); +INSERT INTO messages VALUES(673,310248,'parse','blocks','{"block_index":310248,"ledger_hash":"029884a5273466fa45cdfbd91ae3aaca50af0771d22f6b55af6367348c2802e2","messages_hash":"60f99200d631303d6eba51f4382c5018ccac61b0bfff1b1ad9fcbc12259d2eb0","transaction_count":0,"txlist_hash":"6951bec53cc30ad6d9dd3f38f5fa8e4b876cdb1637595d38614ff3e42b53edce"}',0,'BLOCK_PARSED',NULL,'6100abaef483b9d24819b5e1b93b530cba80783d801534d532379f08fab36359'); +INSERT INTO messages VALUES(674,310249,'insert','blocks','{"block_hash":"93f5a32167b07030d75400af321ca5009a2cf9fce0e97ea763b92593b8133617","block_index":310249,"block_time":310249000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'535e81691103ef6cac3e022971610260a654a9193b37a56caae74daefe2a4ecb'); +INSERT INTO messages VALUES(675,310249,'parse','blocks','{"block_index":310249,"ledger_hash":"dc10674812c5249c693ab7b148d048439a0d77266014f3afc1810a6260838f02","messages_hash":"3fcfdadb83a8a849772984bb6e6d046dba2c50839dab49e8ff1a326fb579171c","transaction_count":0,"txlist_hash":"2f53ae50e27194404c5b85dab55335582b2961c6997393a9c48e6708bab8f1dc"}',0,'BLOCK_PARSED',NULL,'45620407ef52e31adbc141266595c465c40a2a6c9c2998c10375f5272f5a8708'); +INSERT INTO messages VALUES(676,310250,'insert','blocks','{"block_hash":"4364d780ef6a5e11c1bf2e36374e848dbbd8d041cde763f9a2f3b85f5bb017a2","block_index":310250,"block_time":310250000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8bc6c8d59306ba5ad22d97bce5419bae118bbad84666a1301844ff11d415b4b2'); +INSERT INTO messages VALUES(677,310250,'parse','blocks','{"block_index":310250,"ledger_hash":"a0fd49b46ff0000e83d4c56281dfe2be1bbfc924c75969726754b05bf7107641","messages_hash":"ba27669e3725a291651bed50ce25f3d8ac45166ce42b250f160deecdc413656e","transaction_count":0,"txlist_hash":"5148416db7a3e45edd128f1b9b5c61b916ce94f25638cc90a8d73f60afe64176"}',0,'BLOCK_PARSED',NULL,'81f317c7e7d79ef308686abef7441ebd0b473f22cde197a17e5f61009dc19886'); +INSERT INTO messages VALUES(678,310251,'insert','blocks','{"block_hash":"63a3897d988330d59b8876ff13aa9eac968de3807f1800b343bd246571f0dca7","block_index":310251,"block_time":310251000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ac44777b771d9e6ec7a17c9300b7e2d59a3b39b302df1dd1ecf4129b5098ddd'); +INSERT INTO messages VALUES(679,310251,'parse','blocks','{"block_index":310251,"ledger_hash":"bdef6a6203d28d314dc087e539a9cdad19d123b605824f0a66f13bf5f72de9b8","messages_hash":"99ed6c5ee2086bd090a1736f1c94be0afb3562bfd0a0a5a2b42ff2ba32a426ed","transaction_count":0,"txlist_hash":"6742a15406482537d29722db3302d492647e4c7487d840fc8e7d74d0806c3bee"}',0,'BLOCK_PARSED',NULL,'56fd37f7ca21c45a312a6cdb7583677f5392c52090d04e30f447ebe74a66da58'); +INSERT INTO messages VALUES(680,310252,'insert','blocks','{"block_hash":"768d65dfb67d6b976279cbfcf5927bb082fad08037bc0c72127fab0ebab7bc43","block_index":310252,"block_time":310252000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'adcdd60496adc04f58e27c6a5112deba9131f9218e1cf1d79e2a912542feac21'); +INSERT INTO messages VALUES(681,310252,'parse','blocks','{"block_index":310252,"ledger_hash":"8da11bec0d58b196ddb073d3aba0def98f01f83da654765fcae21cae6046214e","messages_hash":"e1cb235bd4548d9ac6b07882aa78009e1ece1776da3b2d46c232b508d62cd29e","transaction_count":0,"txlist_hash":"2c11848ca51ba429a094ef40b1aa019c132cd9fd6f954139dab5324d77eb7125"}',0,'BLOCK_PARSED',NULL,'21c7be407b82d56f0c99abcef5113a641aabdc958d33fd20ddf3d138e1d511dd'); +INSERT INTO messages VALUES(682,310253,'insert','blocks','{"block_hash":"bc167428ff6b39acf39fa56f5ca83db24493d8dd2ada59b02b45f59a176dbe9e","block_index":310253,"block_time":310253000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'00d9b49f6e5d139aa55efd340511a0c82d4fc88b575dc1d2b9cde7a4f6186840'); +INSERT INTO messages VALUES(683,310253,'parse','blocks','{"block_index":310253,"ledger_hash":"2efa2c5781899d213741e795ca62fbee9d3ddf53792ce002db7484adc66bfbd4","messages_hash":"6266c2d1c09e9f17d1846d7dd268ac72449c246fcf9add3ad52ec56cd2c2db7d","transaction_count":0,"txlist_hash":"1036976d6406322c4c0afb2c6be13d6b89cfb2feb30306c9df8a499330d5489f"}',0,'BLOCK_PARSED',NULL,'6f0c3b5b2ff158ab47000fd102f3d3232b537808a857c85f0e3eda5ee70b517a'); +INSERT INTO messages VALUES(684,310254,'insert','blocks','{"block_hash":"ebda5a4932d24f6cf250ffbb9232913ae47af84d0f0317c12ae6506c05db26e0","block_index":310254,"block_time":310254000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'86938777fc43e0d568f822858ec5a5a75c47c4078d6d4199c0b2540350d83241'); +INSERT INTO messages VALUES(685,310254,'parse','blocks','{"block_index":310254,"ledger_hash":"d062ec468e76421d3769a99eb3c8b2cbf4bf393d109ba13b3bce128613fff547","messages_hash":"ec3c50623ce63434cf7cf598874c45e3addbd5d172116b11a18c2818d843025c","transaction_count":0,"txlist_hash":"098200d06ee21c916a203065eae3cffe8e2c80e32bce890f96e6bee400cf16ee"}',0,'BLOCK_PARSED',NULL,'0f36b8ef6d32fc131b17ad22928336dd80ff86b9dd0ec3366a93d167fa115aca'); +INSERT INTO messages VALUES(686,310255,'insert','blocks','{"block_hash":"cf36803c1789a98e8524f7bcaff084101d4bc98593ef3c9b9ad1a75d2961f8f4","block_index":310255,"block_time":310255000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'599a17a506362fce1c2093dc9dec95b164fd61850c202a706ed0faa62b4c5aca'); +INSERT INTO messages VALUES(687,310255,'parse','blocks','{"block_index":310255,"ledger_hash":"5c531dc8a7461e9e7a2ead654509d76c9be3427b1d2b75c0ac7ae0e03126c49a","messages_hash":"6cda1404dd86433a4b24f815c564c20da6479892d741ab0040ffc644ba1ddbb5","transaction_count":0,"txlist_hash":"b9c0f364e8694264c33b7d993ed45f645410820dd0ff39704b79f6aaa64a46c4"}',0,'BLOCK_PARSED',NULL,'dc81a8c41da13630283fd4f65fe06fc79bb79c8a24d303ef9847d9d28c472c32'); +INSERT INTO messages VALUES(688,310256,'insert','blocks','{"block_hash":"d0b4cf4e77cbbaee784767f3c75675ab1bf50e733db73fa337aa20edefdd5619","block_index":310256,"block_time":310256000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'caafb52ab9bdb535dc23be77e67f7daf8875a7d268589853fceb9a21ef5e3bfe'); +INSERT INTO messages VALUES(689,310256,'parse','blocks','{"block_index":310256,"ledger_hash":"8da9f0162e15e33e14e5e1e22c2fd847055a65b99eec519dd069a83bb9006b51","messages_hash":"96238b0f832028d5acd2cd84ab5867e544ed2032508a99247c62cce7cb141011","transaction_count":0,"txlist_hash":"fbb34ac53fa4a19bb467c92b87291aeafd8bf8c43be49c7d487f962df5c50d21"}',0,'BLOCK_PARSED',NULL,'1c9e927bf9b69f6fdfa50dfcdf1502c49bf5f2389ea319b8b36d06daad5bfe2e'); +INSERT INTO messages VALUES(690,310257,'insert','blocks','{"block_hash":"0f42e304acaa582130b496647aa41dcb6b76b5700f7c43dd74b8275c35565f34","block_index":310257,"block_time":310257000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4a88a1c7465ad3ddd338e176514668f00f1a64ecfb566cfd27d0664be9d51e77'); +INSERT INTO messages VALUES(691,310257,'parse','blocks','{"block_index":310257,"ledger_hash":"0cf6657db5f3145587a466c05f237289b639668d844abfd8d46430c090b54913","messages_hash":"eb21320be6c0b4407d710a0f33ef59a7e014919bc73b0c78916912027bd15a0f","transaction_count":0,"txlist_hash":"71c115bc32aefb584d499c054cd09d0ea58ea0cc11d187bd5add8f261f43f055"}',0,'BLOCK_PARSED',NULL,'69c6115446471527ff89bd2c894825f6f922f3da53f547ecaa73641de06d584a'); +INSERT INTO messages VALUES(692,310258,'insert','blocks','{"block_hash":"3a0156dd7512738a0a7adba8eeac1815fac224f49312f75b19a36afb744c579f","block_index":310258,"block_time":310258000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'566d3cce4d3387fb10d292933672e809354c48d55f8aa5ab12d8104da0b00708'); +INSERT INTO messages VALUES(693,310258,'parse','blocks','{"block_index":310258,"ledger_hash":"e340defe4bd84e788f9c5b083849e6aa1d5c7f33123ebe62d7abe04b8a9e312e","messages_hash":"ba7ac1e3ccead9869a1017e43872063d7f09e324a7e0ac46de81259014a2898f","transaction_count":0,"txlist_hash":"0725d989aaa9e8f1a5604f1807ec8f5aa2db518ec2397479e7e6c48c4d2b04ca"}',0,'BLOCK_PARSED',NULL,'e83a12d3087153c2e68b1bceccb155deac81eb73a916dc523b62c15fd7fd3cd9'); +INSERT INTO messages VALUES(694,310259,'insert','blocks','{"block_hash":"e5ed3cdaaf637dd7aa2a7db134253afe716ffdf153e05672df3159b71f8538a9","block_index":310259,"block_time":310259000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b35c5c00ea2ef82bde9878ffaf550d7e455e0dae87d05c64edc841baa5c53f75'); +INSERT INTO messages VALUES(695,310259,'parse','blocks','{"block_index":310259,"ledger_hash":"03ca0cbce5a5b50988c19c0d4e754240f50821695dca767d1169f8c7f5c1fdcc","messages_hash":"8f69cd7dbb22fd636e4b025453c0e665d0bcffa1f74be067fd680fe5626bb40e","transaction_count":0,"txlist_hash":"19e343fb3645b7ae94a299eb13691ea02d054e8acef0484a95a4079e42e487b1"}',0,'BLOCK_PARSED',NULL,'7112d34de86f2d68758a731fcdbcaea4b979d26ce543a13b6f8ea9025a0b61ae'); +INSERT INTO messages VALUES(696,310260,'insert','blocks','{"block_hash":"8717ddcc837032ad1dc0bb148ddc0f6a561ed0d483b81abb0c493c5c82ec33cd","block_index":310260,"block_time":310260000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2b65626cd3a64e30fb0201a92e936cd8d684206142a7d64386fb3abb848af1a3'); +INSERT INTO messages VALUES(697,310260,'parse','blocks','{"block_index":310260,"ledger_hash":"83a3b43e01f4f25ba05b527415baa3e8b8adba319628c245988136bd8fcdfcfe","messages_hash":"be84172b68d040b2933efd38c2cc2ba9e2aaafd2c4a45f9bcff2db572477ac27","transaction_count":0,"txlist_hash":"de3dee5cacbf5af3aaf1dac7cae860b06af7a2ba227f2bd81840d149354a05db"}',0,'BLOCK_PARSED',NULL,'161f9dbbfd5b25c0562236b58c40505d1b62eee0c64243e4280325174882c45e'); +INSERT INTO messages VALUES(698,310261,'insert','blocks','{"block_hash":"a2a9d8c28ea41df606e81bf99cddb84b593bf5ed1e68743d38d63a7b49a50232","block_index":310261,"block_time":310261000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e89b89470863a5b4fd7858e19f03a4eea8588c73b5c0c8eb615980eca9064536'); +INSERT INTO messages VALUES(699,310261,'parse','blocks','{"block_index":310261,"ledger_hash":"e61c12005d60870fee947fff469631ee540b1a0d6b8aa67614cfacc0a9f65ec0","messages_hash":"78b25836ed57f408593da68c4300530d00ce30104e0df39e472c39a800509453","transaction_count":0,"txlist_hash":"58b8a751b3daa23993a773073b44d4bb2715075dbe3cc1738f3138383646504e"}',0,'BLOCK_PARSED',NULL,'6a7ed505942aa7dabd3d8a2ce838a4777a8b5fb7477dd450e7bc286038cdcdfd'); +INSERT INTO messages VALUES(700,310262,'insert','blocks','{"block_hash":"e8ebcee80fbf5afb735db18419a68d61a5ffdde1b3f189e51967155c559ee4ce","block_index":310262,"block_time":310262000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'21402d0152e8a912bcd606b511d27fdcf39a17ee0e5ee8ef232c6a8d9dac6ce6'); +INSERT INTO messages VALUES(701,310262,'parse','blocks','{"block_index":310262,"ledger_hash":"c21ac4906d435af5b9ef5576da6bce454f65ef16099b7ee03219a4ae1851bb91","messages_hash":"051dfae3e02a9b3734decf99b65e4e3360eacc506d5604865dbf82ec4dc36663","transaction_count":0,"txlist_hash":"a1e30e203c037b242cb1a41e5fd948828da8192a5db70453602961183a00d36d"}',0,'BLOCK_PARSED',NULL,'9aaa8c960556d79880dcd156783929ee10afe38ab79acbeab811b0aa0866645a'); +INSERT INTO messages VALUES(702,310263,'insert','blocks','{"block_hash":"f5a2d8d77ac9aac8f0c9218eecbb814e4dd0032ec764f15c11407072e037b3c2","block_index":310263,"block_time":310263000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a396e28e6949538a8db3bd3f2c525092a97784e11ed1934040d9fc92ea34c96f'); +INSERT INTO messages VALUES(703,310263,'parse','blocks','{"block_index":310263,"ledger_hash":"676f6c532ff23839fef228a9fac7719e77a3c20efdc17f3cb2d13035c78820e8","messages_hash":"b1a82c3ae2929bc1de04f93c719b4bfd507b047580749c3768ce7c45f66aeeed","transaction_count":0,"txlist_hash":"ca47834be7a15554ab2dd401462d7d5c14f3f5f9ef9ba715488b1b3704de15ab"}',0,'BLOCK_PARSED',NULL,'5dc8761561eb1f92dcd46e2bd5054ed73bbb8b9c880a50ef2b1495de39934b8e'); +INSERT INTO messages VALUES(704,310264,'insert','blocks','{"block_hash":"ae968fb818cd631d3e3774d176c24ae6a035de4510b133f0a0dd135dc0ae7416","block_index":310264,"block_time":310264000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'48825a305920518e70b747d6368c076e8e37932d5c94e8485e5ddefa46444137'); +INSERT INTO messages VALUES(705,310264,'parse','blocks','{"block_index":310264,"ledger_hash":"258854505b1d3067bf360f3d0dcb369ed7a90fec8744578d3dde51a79db72c25","messages_hash":"a735d7ca2032e08304dfe9bb980b51eebb01414c226762177ae495fceb737285","transaction_count":0,"txlist_hash":"21f8b38aa107a9c6fbd6439244ce85a8a6abd12fde211c4569d28353cad5b8bd"}',0,'BLOCK_PARSED',NULL,'fdcd48cdb8d6f436b5fdcaf5ee9bbb6bc1a6281a636b92dea0a19a9c4321cf70'); +INSERT INTO messages VALUES(706,310265,'insert','blocks','{"block_hash":"41b50a1dfd10119afd4f288c89aad1257b22471a7d2177facb328157ed6346a1","block_index":310265,"block_time":310265000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b9aee555f4b2835cf6e08b579c186632536a86ce1fa4f4cc88837342df9a4fe5'); +INSERT INTO messages VALUES(707,310265,'parse','blocks','{"block_index":310265,"ledger_hash":"72ab32c420a7dcac0e7c36c4d9ca81e237955b4d8bc57c87078ba292923ce98d","messages_hash":"2a4e33c0116127f17f471b0a1a948596001782d61022471889918fd12adedfcf","transaction_count":0,"txlist_hash":"9685f9791c085e79a3c298dfe4f49fd1dbf8b4bdacf45e1d25e7d18382ca0e7c"}',0,'BLOCK_PARSED',NULL,'01cb3925672ab23fc4840f1653604c54bafe4548dd570f4e81b56496af3e6dac'); +INSERT INTO messages VALUES(708,310266,'insert','blocks','{"block_hash":"1c7c8fa2dc51e8f3cecd776435e68c10d0da238032ebba29cbd4e18b6c299431","block_index":310266,"block_time":310266000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b11ab21c04c2b6dc037950c11a495f777d30c5d7c57c6c0803bdece278b342f0'); +INSERT INTO messages VALUES(709,310266,'parse','blocks','{"block_index":310266,"ledger_hash":"b81386d19aac285fee4e39a818cb0442e378372f7d55f92e6028b37f974e4a61","messages_hash":"6496e4fdcc79742d310b64dc990f1ba3b099c4ca3b2639347723cf83043db56b","transaction_count":0,"txlist_hash":"578600253e06f32b4ee4a312df8213ea7cf12f841858bdf6123b0169cb4bd42e"}',0,'BLOCK_PARSED',NULL,'b6b7f8ce528430f8260caaaa887739881ca8d99c2b3ca800ddc2d1ab89fc19bf'); +INSERT INTO messages VALUES(710,310267,'insert','blocks','{"block_hash":"c0aa0f7d4b7bb6842bf9f86f1ff7f028831ee7e7e2d7e495cc85623e5ad39199","block_index":310267,"block_time":310267000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6ad91b707e6efe1f94306b6ff39dc09d2d9fc83e8a221e631282292a030f31b5'); +INSERT INTO messages VALUES(711,310267,'parse','blocks','{"block_index":310267,"ledger_hash":"ea8fef9e82e451d9650777b051f19fe5e34b8976f1bcc1880b6eebe5feda34d5","messages_hash":"85c8ead95073070a7f24a8e26da4199b8f63cd132948cce97e1f0585ad209b3c","transaction_count":0,"txlist_hash":"face84fc0aa45f7b072d73d4930b32e223cc4c22a620c39334fc836e16b2fb5c"}',0,'BLOCK_PARSED',NULL,'cfec834db6ba977ab8051776b19b059ecbabc8bfeb47b0b0f228d3a7e54cf035'); +INSERT INTO messages VALUES(712,310268,'insert','blocks','{"block_hash":"b476840cc1ce090f6cf61d31a01807864e0a18dc117d60793d34df4f748189af","block_index":310268,"block_time":310268000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3b91db013020a8fbefeba8af90144ba78c05b4c0ac9a674c380e8f01beb90976'); +INSERT INTO messages VALUES(713,310268,'parse','blocks','{"block_index":310268,"ledger_hash":"1545d381812f0f0caa827a237f145838276fe058b05af4808615738ca9910bf1","messages_hash":"7e0ef477959231d53dab4458110d9f90d9c33b9775b97ebd147581576b6efabd","transaction_count":0,"txlist_hash":"ee67f9fcd6ce50ee98da722352a917a46d3c71d2e5ea50294a55c613817e77dd"}',0,'BLOCK_PARSED',NULL,'041dce54e361b6ec926d025eabe3d6f8df1b5ee97f3a923742e78f4c23b4ddee'); +INSERT INTO messages VALUES(714,310269,'insert','blocks','{"block_hash":"37460a2ed5ecbad3303fd73e0d9a0b7ba1ab91b552a022d5f300b4da1b14e21e","block_index":310269,"block_time":310269000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2d69d3fbf2a55f4628d093985f3d62b338bc5911b41b9ec8b5bf7680cad41faa'); +INSERT INTO messages VALUES(715,310269,'parse','blocks','{"block_index":310269,"ledger_hash":"fd9cf61ac6e1fba409e4220a141ed6c89c18c893c7a752af53d5f7608bc04a67","messages_hash":"0d0d66d6aca069583af8731b2e5a5b526c6f6b23fe2700b6055b2adb47c6d9c2","transaction_count":0,"txlist_hash":"6d1424cf68a5b1dfddbbafb260989c5b27c060a40026e829476d979cbd8f4412"}',0,'BLOCK_PARSED',NULL,'eef7b9dd03323d1532b3bf2f4e4ad2681115db45f801cb7b4fcd5ed65b26ad85'); +INSERT INTO messages VALUES(716,310270,'insert','blocks','{"block_hash":"a534f448972c42450ad7b7a7b91a084cf1e9ad08863107ef5abc2b2b4997395d","block_index":310270,"block_time":310270000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'afdfed79348bc7fe266620107e29d3b61b874f07650fa9e3668bd3712877a278'); +INSERT INTO messages VALUES(717,310270,'parse','blocks','{"block_index":310270,"ledger_hash":"1d34c8c0dfdb4733a7b589647abb0e6a08f8de93a5c86fbab786f6d9d1500785","messages_hash":"6a1cb8775f0843bcc69a645fbb3151eb1a91d96794dffd56116f1d582cef881d","transaction_count":0,"txlist_hash":"fc2696c78afd3051d10ea3ecc56280d2633b732a7c755b9057aa30fb11f58f53"}',0,'BLOCK_PARSED',NULL,'f454e74db0f1cf80decb94516d43b802229b4c6af620533696bf813b4c27626d'); +INSERT INTO messages VALUES(718,310271,'insert','blocks','{"block_hash":"67e6efb2226a2489d4c1d7fd5dd4c38531aca8e3d687062d2274aa5348363b0b","block_index":310271,"block_time":310271000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d80d0660653c48260f310b623e6616c64e9b0923394d8b7c2ff525d52920cbd6'); +INSERT INTO messages VALUES(719,310271,'parse','blocks','{"block_index":310271,"ledger_hash":"cf38baabc6e8a082eba1bd8ca2f72af5eb01cb76bd3c9eb101b27080a3a70d17","messages_hash":"67f8f152e8a07358d4923e258e027fba8c393672130bea3e2f6df6a3d0a00d8a","transaction_count":0,"txlist_hash":"b28638da352abf83f2250bbc2da0f75b14483d7d4c69c93636484e9e3aaa326a"}',0,'BLOCK_PARSED',NULL,'1ef6436bf05e864a3ac8bebbc9ddc74ee4c99c6cd80453522e75c816932024f7'); +INSERT INTO messages VALUES(720,310272,'insert','blocks','{"block_hash":"6015ede3e28e642cbcf60bc8d397d066316935adbce5d27673ea95e8c7b78eea","block_index":310272,"block_time":310272000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'11f466341753ead08aad7d915ae4277bb372821a6cfce9e05318973f8bad3148'); +INSERT INTO messages VALUES(721,310272,'parse','blocks','{"block_index":310272,"ledger_hash":"2b2763fa5ab2962582c303062da8b8da7280274e615b3e37f93a32e44793ccc8","messages_hash":"6c46c90007850088995b20d76298918e2b5eea9b82aecc8ec5f8a0bd2c92b2cd","transaction_count":0,"txlist_hash":"329d5096486b8dc452e2a1ee0a36d9a17ddd5bbb3149ddeee2bdb4989a7a3a35"}',0,'BLOCK_PARSED',NULL,'a03398f88e6363816b634790446067082c83dadf400b440e6d7227e4270a510d'); +INSERT INTO messages VALUES(722,310273,'insert','blocks','{"block_hash":"625dad04c47f3f1d7f0794fe98d80122c7621284d0c3cf4a110a2e4f2153c96a","block_index":310273,"block_time":310273000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec856ea924bb6ede92e24f771f9e737bace48a990a8084fed87dd2921ed6ac0e'); +INSERT INTO messages VALUES(723,310273,'parse','blocks','{"block_index":310273,"ledger_hash":"ff9df73d4f92b7557c36f20d8f622923dda225a1ae2871e60f16ee2dfdf5b9d8","messages_hash":"abdcfe0157e38d872589766daa77d43be9e0ea8366a58a823bd89d4bf6e28936","transaction_count":0,"txlist_hash":"f79f73097410b602df3a98901e26ed37d07f1da95249cf0e3a62c811d4f7de3a"}',0,'BLOCK_PARSED',NULL,'c0bf35955984f844a44f884c4730e44a113b0953b79a1f036fb30fd0dede34d2'); +INSERT INTO messages VALUES(724,310274,'insert','blocks','{"block_hash":"925266253df52bed8dc44148f22bbd85648840f83baee19a9c1ab0a4ce8003b6","block_index":310274,"block_time":310274000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1f069c9287194ade5bc283d4c03708c952a9d44971ecd18ca80938e3bed859ef'); +INSERT INTO messages VALUES(725,310274,'parse','blocks','{"block_index":310274,"ledger_hash":"ece29ec2cd160d7634009f41cc2d0f13330d53ec6971c019d69dfa4367f86646","messages_hash":"48db3c2127ab154465406816642a83da8b052b40eafdca8cd3db236cdefd3440","transaction_count":0,"txlist_hash":"bf01b445bc208b9efcb314f1cfa1ea4300fc152ad46a973044abf56dc74e9c62"}',0,'BLOCK_PARSED',NULL,'ac4aa8c1bd6d82d6e705600d57aeceafb1bb4bc81112ab247e25f0981a06ff44'); +INSERT INTO messages VALUES(726,310275,'insert','blocks','{"block_hash":"85adc228e31fb99c910e291e36e3c6eafdfd7dcaebf5609a6e017269a6c705c9","block_index":310275,"block_time":310275000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'27ab91e4fa45603c83a719f35cfb6a28bd6644cdf289db61d9ea5dc173132daa'); +INSERT INTO messages VALUES(727,310275,'parse','blocks','{"block_index":310275,"ledger_hash":"23738d6d8dbf8b44b481f6c0eade991987c84e8025fe1f484c7acd3ead7f4163","messages_hash":"fb1b2a18ffd0af41ebb05519dcb6e9b8021ff3cf20fce18d3a9fefa162f78814","transaction_count":0,"txlist_hash":"c0f70c46688ecb9eccaa94bdcbb3fc54eaf3af76cc450b62dfd7a9513bbbd50f"}',0,'BLOCK_PARSED',NULL,'4e8a5d4737e189b893632b066f5bc11f893b1ed7bd11992ca50a9e405ddf8102'); +INSERT INTO messages VALUES(728,310276,'insert','blocks','{"block_hash":"ba172f268e6d1a966075623814c8403796b4eab22ef9885345c7b59ab973cc77","block_index":310276,"block_time":310276000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'468e4f227bc59b6183ecc9842018ec91606a7203b20027ed5f0f19ad8d2706c2'); +INSERT INTO messages VALUES(729,310276,'parse','blocks','{"block_index":310276,"ledger_hash":"a241e1cb19bfbebb3bbb09c6471760b8379ddc73a67d69b4d84fd1d21dfb7034","messages_hash":"9190f575a817d5d077ffabb50dfed01c0a7000f9400010a8c94b917418e8cb09","transaction_count":0,"txlist_hash":"99d32cb4d9b52ec0726c907330b2a60d7cf8380c8012f804cf8838bee1b0ecec"}',0,'BLOCK_PARSED',NULL,'a28bc0461bb2fbd1dced700dab1858ff5391477296b47b371c30181fe1308dd7'); +INSERT INTO messages VALUES(730,310277,'insert','blocks','{"block_hash":"c74bd3d505a05204eb020119b72a291a2684f5a849682632e4f24b73e9524f93","block_index":310277,"block_time":310277000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9e90a4802133e4efe1de8c5a1cc0c7925f57912f9abf1bbb5af7c8aa6b926f14'); +INSERT INTO messages VALUES(731,310277,'parse','blocks','{"block_index":310277,"ledger_hash":"0efa57fd462031a87831832a789ed7751aac5f6c19a23767555b3f7145d87532","messages_hash":"504f3e272938a96684130a044d4b500da8ba3acf47a7a3ef7ac506680ba15842","transaction_count":0,"txlist_hash":"08e71c5246f1225a02a00c8b52bb7a92c6937da9c9659129a5dcd2981069bbb3"}',0,'BLOCK_PARSED',NULL,'317cc6e8b379a89a7183b8a0bc98bda23c9c4423221faf53e81e4f09bd6358d2'); +INSERT INTO messages VALUES(732,310278,'insert','blocks','{"block_hash":"7945512bca68961325e5e1054df4d02ee87a0bc60ac4e1306be3d95479bada05","block_index":310278,"block_time":310278000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9d7a6e493e8620e5b1c47e1145081d6ded3a5ad7f639280f74753a31e9e1a2e0'); +INSERT INTO messages VALUES(733,310278,'parse','blocks','{"block_index":310278,"ledger_hash":"0045189a4da126b22e91e4bc2a7ac37dc90ec0869b7fcbc927919fca4cce5259","messages_hash":"50822aaf2f3c180a5f1e084a3f2a1c65bca6eacbd130e01d441610a81cd05ecc","transaction_count":0,"txlist_hash":"6e3580c7af675e8fdd1c5366a7af2e387f8d8d9192589794883a28ad2ce6a499"}',0,'BLOCK_PARSED',NULL,'90b7a56a222007a67aeda797004a2fc033738dbbe1640cf5c2c2e787029cee73'); +INSERT INTO messages VALUES(734,310279,'insert','blocks','{"block_hash":"1a9417f9adc7551b82a8c9e1e79c0639476ed9329e0233e7f0d6499618d04b4f","block_index":310279,"block_time":310279000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d2d84a23676b4a05ac2493423fad10fdb4408fb5f54e2cff8a0cd604f2b687a5'); +INSERT INTO messages VALUES(735,310279,'parse','blocks','{"block_index":310279,"ledger_hash":"442b7d4dee025b81c298ca0f6a5b9dbdf17ed0087fc36eab7f0671d5a19c9a2c","messages_hash":"5b851348639fd37effd928f3c2170a46647f9de7eeb29656bb20c71d0897a32f","transaction_count":0,"txlist_hash":"04f51f4c3de467be5cfb32cccba5cd482eb14657d7f67a60820204fa22afaa41"}',0,'BLOCK_PARSED',NULL,'ab0fc785e33262747a2d6e5594476e90a5fd1c0671eae51e8bd4c2f505ae0de4'); +INSERT INTO messages VALUES(736,310280,'insert','blocks','{"block_hash":"bf2195835108e32903e4b57c8dd7e25b4d15dd96b4b000d3dbb62f609f800142","block_index":310280,"block_time":310280000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e832235ca7ebe24987d4cf7671232d4604bd3181b126eb2a19f1c380533e5f1a'); +INSERT INTO messages VALUES(737,310280,'parse','blocks','{"block_index":310280,"ledger_hash":"38d7f98ae9cfb8e3938032dc33899e2e3e5a88e9037571cdddf8ed4709fc8225","messages_hash":"6e22ff1102997bc4b8e5ce23658906eb892fee04244026d8bcb2b1f6a3b3dcde","transaction_count":0,"txlist_hash":"d25ed55e962a45fbade2012c35ef507dd76fa0c67553343bb6568569bf1c08ca"}',0,'BLOCK_PARSED',NULL,'c042e2c847ac9a44f16e657e9cba7f44b70adbc2bc1e75e6432bbf8431e2c9a7'); +INSERT INTO messages VALUES(738,310281,'insert','blocks','{"block_hash":"4499b9f7e17fc1ecc7dc54c0c77e57f3dc2c9ea55593361acbea0e456be8830f","block_index":310281,"block_time":310281000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7b07197665e7331e10578d34e62d544c2cba672caa7f24ab1ceb47f072dfaa37'); +INSERT INTO messages VALUES(739,310281,'parse','blocks','{"block_index":310281,"ledger_hash":"51237cee3b85f1636e336259b115fad87acc830c71e13ca79e344efb7c308ecc","messages_hash":"19ec7ddaa2a540210ff236b3250995185bedb5d77e43128c78699e42230a7e28","transaction_count":0,"txlist_hash":"77eb5540b9f1e2f80cd3cb8572ee80bc112391e0236b560749aaf9952fb6705b"}',0,'BLOCK_PARSED',NULL,'fea9d3ca5d0e857a8dc09b49b184c74e3af7c4fc1a3fe0cead4f9e57aee92f54'); +INSERT INTO messages VALUES(740,310282,'insert','blocks','{"block_hash":"51a29336aa32e5b121b40d4eba0beb0fd337c9f622dacb50372990e5f5134e6f","block_index":310282,"block_time":310282000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8042b202a2d829ce465ebea88665f49993d501511492f0d59cef2914eeffa42a'); +INSERT INTO messages VALUES(741,310282,'parse','blocks','{"block_index":310282,"ledger_hash":"73adccef91b5c738e8810d4781a38edf98d2aa0a8cb619d575e9bdeda979f1fb","messages_hash":"41368530c2de2d576db614b6b455f18affa9479956b738604fe76e625d51ddff","transaction_count":0,"txlist_hash":"889f3e1047c8ca362c1ce4749d1c7ad167dab1e5f85e509d114b1ba1bac8f240"}',0,'BLOCK_PARSED',NULL,'94db3c6c14a679106e4149393efb2518d1ea09e49651777a05baa9da0bd2f62a'); +INSERT INTO messages VALUES(742,310283,'insert','blocks','{"block_hash":"df8565428e67e93a62147b440477386758da778364deb9fd0c81496e0321cf49","block_index":310283,"block_time":310283000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'14d835e96daa90e4d0ab1af91f8f14455744bc58c12f53f563b702b9a3379c57'); +INSERT INTO messages VALUES(743,310283,'parse','blocks','{"block_index":310283,"ledger_hash":"5853e60a1b79d4f154cc1f3dc8b0a4d6130ac07784bac16f257f92b9ef294144","messages_hash":"b0ddf048004f2c3770049e710af4030c249e2f9a884e8bf76ea1a32204c4aae1","transaction_count":0,"txlist_hash":"1ce62f0a42cb7ecd8c35436253e8234b83e81ba5abc757965b5041400139eee2"}',0,'BLOCK_PARSED',NULL,'356d1bd90343a7d5723e59be4b822c639b6d8dfb295f2ff333cbb834416d7254'); +INSERT INTO messages VALUES(744,310284,'insert','blocks','{"block_hash":"f9d05d83d3fa7bb3f3c79b8c554301d20f12fbb953f82616ac4aad6e6cc0abe7","block_index":310284,"block_time":310284000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6be6fb96161f4e10d3c316e473047e51c8989ebc6df7eb891df87c24663e9d83'); +INSERT INTO messages VALUES(745,310284,'parse','blocks','{"block_index":310284,"ledger_hash":"ce33194cb67aa0a5facd788cc24706ef249bcecc95a9965f91065146b33e464b","messages_hash":"bb84b0517e7f25ac75a2308dee56d6c8d7fb912983c9a87f08eaf7f11409739a","transaction_count":0,"txlist_hash":"c354cfcb046ca331ae57c00f64b56defd034278e5616ef7d1f3e559dc538bf0a"}',0,'BLOCK_PARSED',NULL,'e738916ac12b8a704999eb292cbe40d1bdfa22e40f5f7290c7c8c6c9e3d03b66'); +INSERT INTO messages VALUES(746,310285,'insert','blocks','{"block_hash":"8cef48dbc69cd0a07a5acd4f4190aa199ebce996c47e24ecc44f17de5e3c285a","block_index":310285,"block_time":310285000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7afc2108a1bbcc861fd597ab48031097116f215fed4ac65dbc4ebe24c3d55ad1'); +INSERT INTO messages VALUES(747,310285,'parse','blocks','{"block_index":310285,"ledger_hash":"3af35e85e98aebe1a9c778570c730bf80e085a08ca707c1a5d44b50f2579e71c","messages_hash":"88de96991b4a8e290691106a05be486f341aadfbe196eb22b22a1f864da0038e","transaction_count":0,"txlist_hash":"35e84bd8780b8efbdc3207b9fef22e12ff71798477971a50088b9c8def3c77ed"}',0,'BLOCK_PARSED',NULL,'35b8d4f358e7d1e11dd7910ec0bffbcb156e689cef64a7fca80732cad0a6bae0'); +INSERT INTO messages VALUES(748,310286,'insert','blocks','{"block_hash":"d4e01fb028cc6f37497f2231ebf6c00125b12e5353e65bdbf5b2ce40691d47d0","block_index":310286,"block_time":310286000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fd1f0ed44908b40cfda32dd5da89a1660fde1f95234bc78599aa42a891e11501'); +INSERT INTO messages VALUES(749,310286,'parse','blocks','{"block_index":310286,"ledger_hash":"4b09b627adda46ee7cf7116102a330ba2aa1ce714b2fa133f7952af34a52ede9","messages_hash":"ea7471a21cf0497818140d3875c893d91e7c346513b61a9056cd8fde772f5536","transaction_count":0,"txlist_hash":"5a868b89444476076be22e42526c4462c5b865012d9970b917376c5342750311"}',0,'BLOCK_PARSED',NULL,'1769813bc763b7e8c654908b0e96d9b446046d6d935cc1a49b3462bdd0ff548c'); +INSERT INTO messages VALUES(750,310287,'insert','blocks','{"block_hash":"a78514aa15a5096e4d4af3755e090390727cfa628168f1d35e8ac1d179fb51f4","block_index":310287,"block_time":310287000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'531c0ad9c7a2a8609dcfe04b022c1576cff85b5d14b204b0b45ad345ac36dc8f'); +INSERT INTO messages VALUES(751,310287,'parse','blocks','{"block_index":310287,"ledger_hash":"67786e4ffab15cb78c7bb44ef160d1e5d99b599eecb5ff4f906a6599d744d410","messages_hash":"b238caa267ca7e918d049219ff2b067a9c1e78e855d42f6ea86d5fb87c689783","transaction_count":0,"txlist_hash":"791a49e50583660824bb3ec141a54951c2fd737ed963b1e65b653c22a4fc4a84"}',0,'BLOCK_PARSED',NULL,'6d2e2f3ed19fcf8d9cd4bc261eb3de7ad73295d68559fd147967721f7c68794b'); +INSERT INTO messages VALUES(752,310288,'insert','blocks','{"block_hash":"2a5c5b3406a944a9ae2615f97064de9af5da07b0258d58c1d6949e95501249e7","block_index":310288,"block_time":310288000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f7f59ec00a256f9fd4df23614e573d0ec1d5a0c17c06276f8707d5f9223cc38d'); +INSERT INTO messages VALUES(753,310288,'parse','blocks','{"block_index":310288,"ledger_hash":"600716d2696160b3ba290636180f2afa24bf8d24435022b4539a4cc965c18dfc","messages_hash":"64a7c6f033ed278dd8575ceb9156702f3b7d893cad734d3f0c90c65401f84f22","transaction_count":0,"txlist_hash":"3a1e3da301643f22a9b2719922a4621879b2c2d8b790e646f135bc3b5d165e65"}',0,'BLOCK_PARSED',NULL,'50254d23c02fc05d62e63b89425f3836183910ae977a09cb626b275b9e9101a8'); +INSERT INTO messages VALUES(754,310289,'insert','blocks','{"block_hash":"dda3dc28762969f5b068768d52ddf73f04674ffeddb1cc4f6a684961ecca8f75","block_index":310289,"block_time":310289000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'94a5a1790f97363c603e753e72262632f528068ad9776d8ab1e7787cf027d744'); +INSERT INTO messages VALUES(755,310289,'parse','blocks','{"block_index":310289,"ledger_hash":"cd6d4b17759152edbf25fd72dce9b9126ea31a2bb1a5435636801e0ee4be1158","messages_hash":"651ddfaf382cd045c18c9934934bed9b9f6f627fe68d6bdfc34d18cf89dbfa52","transaction_count":0,"txlist_hash":"26aeba5ab63445ebd419a02915a835d8d6a0bc25bac49dd799e356325687c8f8"}',0,'BLOCK_PARSED',NULL,'466f203af051ac1761e25b595912133a58814694eafecc21d2086e2db41eee78'); +INSERT INTO messages VALUES(756,310290,'insert','blocks','{"block_hash":"fe962fe98ce9f3ee1ed1e71dbffce93735d8004e7a9b95804fb456f18501a370","block_index":310290,"block_time":310290000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'61e9048d765ad6f1e0cadb96fe4532b507ef98609673be27503a48769b6fe8a7'); +INSERT INTO messages VALUES(757,310290,'parse','blocks','{"block_index":310290,"ledger_hash":"04a9135f416dc041d3c1c0216a84fd780d133213c3369691fbf5e8848af9d14f","messages_hash":"9c65c82f800c569546c1c4c75b1dd64e79b1cc9b734e9df04c72eb3f78c7db7b","transaction_count":0,"txlist_hash":"74c57c7e7db040f0974be44dae944c978ed2ddb01390d616c9bfaa6816ed198e"}',0,'BLOCK_PARSED',NULL,'e55afb607a86858359c83c59b1d369069d205727ff81a885ebae9657096d9f55'); +INSERT INTO messages VALUES(758,310291,'insert','blocks','{"block_hash":"1eeb72097fd0bce4c2377160926b25bf8166dfd6e99402570bf506e153e25aa2","block_index":310291,"block_time":310291000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cc68606c9a85baa007dd944c95dda5ad4d71aa934a5200e23c2aff6ba2e0e0f9'); +INSERT INTO messages VALUES(759,310291,'parse','blocks','{"block_index":310291,"ledger_hash":"50f556e01b9e8c135b20187bf863839e651a0d0bf4cfd1008b446531776f7917","messages_hash":"8a58cf3bafbaf28d65b113451591e86b0b02ee7e391badd16dcc7aa0ba0bdafb","transaction_count":0,"txlist_hash":"13ede25257044f3bd98c6905c216bed45b0d054951d2c5e86a3cf4707699a279"}',0,'BLOCK_PARSED',NULL,'5bc89da82b7cd0a039a942ea20ca329a8a40c2271ec40c16eed5ededd8b817d4'); +INSERT INTO messages VALUES(760,310292,'insert','blocks','{"block_hash":"9c87d12effe7e07dcaf3f71074c0a4f9f8a23c2ed49bf2634dc83e286ba3131d","block_index":310292,"block_time":310292000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'40bd1d1c6cbc62805770ff68f022e7ed6809c314a5d33f0ab50a27e068216ad9'); +INSERT INTO messages VALUES(761,310292,'parse','blocks','{"block_index":310292,"ledger_hash":"9d4bf4b1c5dba1132a9cbfd78c1d94cbaf15d7648da80c8bc1a8dce12a79eac0","messages_hash":"80f6e16a33cd0e5568ec96995c4ef89698184ff7ef273268155154730e518d81","transaction_count":0,"txlist_hash":"1b761ed985b1e55c95598c5c0f37df4a1e06dfd26c17792b1020cf0d28fa9a56"}',0,'BLOCK_PARSED',NULL,'ddd2e5a14ed4638094c1a195c467a9f4c9bd11a8524b31dd4e18a21524f577a6'); +INSERT INTO messages VALUES(762,310293,'insert','blocks','{"block_hash":"bc18127444c7aebf0cdc5d9d30a3108b25dd3f29bf28d904176c986fa5433712","block_index":310293,"block_time":310293000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d910546f0df2477d9f49a25569ab762dc583bec6d62b390cfaa0f1d39117330e'); +INSERT INTO messages VALUES(763,310293,'parse','blocks','{"block_index":310293,"ledger_hash":"a51a3f9af39175cc9d142eff67811307ad8f51cdd8161aaf0d98af9e2be28efa","messages_hash":"75fa04fd0cf8cecf6124c06c9d146a2439447b6c3fe1b359e6d27709ffbe1919","transaction_count":0,"txlist_hash":"2fd7a38fbb17d7b0eec35f2f03a28c4aee7f579d7f42e3ab124cf5eca07869eb"}',0,'BLOCK_PARSED',NULL,'37caea96d42e39b1a26ffbf6c0ff5f84e253b9ca35828ef8d7945456dbf32336'); +INSERT INTO messages VALUES(764,310294,'insert','blocks','{"block_hash":"4d6ee08b06c8a11b88877b941282dc679e83712880591213fb51c2bf1838cd4d","block_index":310294,"block_time":310294000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a40bf0f189e5461ba2c7e3a7cf499f19cdfc1b0a48b7b3ef07f7be1132fc9e6d'); +INSERT INTO messages VALUES(765,310294,'parse','blocks','{"block_index":310294,"ledger_hash":"3e9858caa8e835295aa7e78505ea34ce0726e3f5f6cf9fbc6dc4393a28724a25","messages_hash":"c3e0e72e999bab29b0dffcfec836aa5b203b42faf072ab3fac85aa69810d4567","transaction_count":0,"txlist_hash":"36566c7c396ecf454c6fa6d3b27dd7ad2c138a85edd74672f2e7d9791e77f0b6"}',0,'BLOCK_PARSED',NULL,'002f548ad0f0bf64e72adbdb227efa7494866cb450bf398ebb073283749d5f4a'); +INSERT INTO messages VALUES(766,310295,'insert','blocks','{"block_hash":"66b8b169b98858de4ceefcb4cbf3a89383e72180a86aeb2694d4f3467a654a53","block_index":310295,"block_time":310295000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'574df23a9ca63d1b722e0aa352923c4f0a5f186bd4524125ca16e5226a8f5c41'); +INSERT INTO messages VALUES(767,310295,'parse','blocks','{"block_index":310295,"ledger_hash":"bf48715799c46d629641ba5b72405f6e6cf0500886da94fcc6fddd306a86b02a","messages_hash":"00cc4efc0171b73b5e5db64ce94d8d96c6163d6f568fce218ed5e08e8197d245","transaction_count":0,"txlist_hash":"2d6b79733125c81413a3e70acf597a11e986893264588da74e9b8a0d5d46e1da"}',0,'BLOCK_PARSED',NULL,'ba439828bfc590be2d06d967d560e5f9c35e49e03f0d425268f899ec03175408'); +INSERT INTO messages VALUES(768,310296,'insert','blocks','{"block_hash":"75ceb8b7377c650147612384601cf512e27db7b70503d816b392b941531b5916","block_index":310296,"block_time":310296000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3b09840a7885ba5f06af42d080d45be7cad4b7f010b2e77d57f3d023db157b65'); +INSERT INTO messages VALUES(769,310296,'parse','blocks','{"block_index":310296,"ledger_hash":"08e2361ae4b98387ee43fd7230ea8b296dee677b337f0e211527e3cf29a64e9b","messages_hash":"4c05a23931186a931eb027187bf744bd508cbf4e2d5e796ea923d7adff99bf8e","transaction_count":0,"txlist_hash":"517c81a10cc4219c38e3f947dd862f6983a4a2eb22459dba31f1a656bdf4eeff"}',0,'BLOCK_PARSED',NULL,'f550ab9072abf7430963dc7d7ca504401dbdf2308e7ae6a2d8ee46490991ad2e'); +INSERT INTO messages VALUES(770,310297,'insert','blocks','{"block_hash":"d8ccb0c27b1ee885d882ab6314a294b2fb13068b877e35539a51caa46171b650","block_index":310297,"block_time":310297000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2d711229a56c2ced5952f0f62e6d1ec4ba909f2297631bd6691c9e14cc2d20f1'); +INSERT INTO messages VALUES(771,310297,'parse','blocks','{"block_index":310297,"ledger_hash":"cfefc3138983a33686dd1fc37f06fa1d7e01d9b218f7242cdd59005633c0ded8","messages_hash":"c30ed500f848d1b1f7ff9d4deaa5fa363f58e97a6cdf12e68f4cdd0ab95611f1","transaction_count":0,"txlist_hash":"85ae0c384a76e7c93b29204df759293f7a488fc71edf6b4abaea1944fa3a85d7"}',0,'BLOCK_PARSED',NULL,'723aae807cc97981ae272af8424c057f3db720c866693e9c033adf4ab740579e'); +INSERT INTO messages VALUES(772,310298,'insert','blocks','{"block_hash":"8ca08f7c45e9de5dfc053183c3ee5fadfb1a85c9e5ca2570e2480ef05175547a","block_index":310298,"block_time":310298000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'59911d00741908c463f655ef105ad694260b869f9509892be5c6d3ba007f9fe9'); +INSERT INTO messages VALUES(773,310298,'parse','blocks','{"block_index":310298,"ledger_hash":"25254257d6f6724161b2b73f94d28d3fd40594b4846699b8a2d5f45d205b1fec","messages_hash":"a275c25e51d39f599cc0400cedef4d61a1d9b9112bdc555bdc429508f842d701","transaction_count":0,"txlist_hash":"0633d67a69ae2c0ea1e7d3c349cfe1f3b753e387446787987c50782ee4601b68"}',0,'BLOCK_PARSED',NULL,'47d041b11be0e0c426b65d73b75eac3f3303698527922a201d0a803186ba90c2'); +INSERT INTO messages VALUES(774,310299,'insert','blocks','{"block_hash":"a1cdac6a49a5b71bf5802df800a97310bbf964d53e6464563e5490a0b6fef5e9","block_index":310299,"block_time":310299000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5310b16e3b3792586669626dccf722c86c6aac3f3b51e426ef9a005380761eb0'); +INSERT INTO messages VALUES(775,310299,'parse','blocks','{"block_index":310299,"ledger_hash":"756acb1055ec75df8fa70f80e23d75f2b47e75035bfd68802e68308785a2ee14","messages_hash":"ce5db5cc851bb1f59e3539dd05edfa7c56a4f10c5fa2fe2867474d24ed6ab3f2","transaction_count":0,"txlist_hash":"299d47f0c18c1629003069df0afd0bb877b45f06b5609ec171c7b87ae65a0be0"}',0,'BLOCK_PARSED',NULL,'47fa3eb59dbeae36f616e9650b838828574d6638b97fe09d61bb202afcfe4d9f'); +INSERT INTO messages VALUES(776,310300,'insert','blocks','{"block_hash":"395b0b4d289c02416af743d28fb7516486dea87844309ebef2663dc21b76dcb2","block_index":310300,"block_time":310300000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bb88d27226b9e4429238b35b1dd23d86ae6a486736a67559dc35ab1a8931869d'); +INSERT INTO messages VALUES(777,310300,'parse','blocks','{"block_index":310300,"ledger_hash":"e30027ca81176dc1e79a0ab3a5afbb839a3338dbe9ea6057aebcd383ed884c1d","messages_hash":"3721a347550974ef0110df77f0e29ddae6515156525c89a1e331359b2298060d","transaction_count":0,"txlist_hash":"8338432f3d159dd15129a269d1cf3866cc7cda8c3845ab349ee6cc240ecd7020"}',0,'BLOCK_PARSED',NULL,'38c4814eddea9bb92041636d83e40a9a938b9ccbbb8db6e90f250c000aaeb8eb'); +INSERT INTO messages VALUES(778,310301,'insert','blocks','{"block_hash":"52f13163068f40428b55ccb8496653d0e63e3217ce1dbea8deda8407b7810e8a","block_index":310301,"block_time":310301000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ef1b2bc3e92979f67e181d12c9d25e3c77ecc47514aeb9e7259c8e03ad273e1d'); +INSERT INTO messages VALUES(779,310301,'parse','blocks','{"block_index":310301,"ledger_hash":"4c2bcffc796af76a2607a978289942241e63a6387e0a2ae8fc3d02c6b5519fb0","messages_hash":"751094a1e3e451441f6e956573607dd3e1f2908b06870b22942c0c7c9b755f27","transaction_count":0,"txlist_hash":"676af2de3d30fc26112e65d493b9c2401f93822c8e414cc5e7231e60b728e6e0"}',0,'BLOCK_PARSED',NULL,'25cb2777cbe439789fdd6ba86fdee9a0db9c7c1793cfa9ab494975eb29ba912b'); +INSERT INTO messages VALUES(780,310302,'insert','blocks','{"block_hash":"ca03ebc1453dbb1b52c8cc1bc6b343d76ef4c1eaac321a0837c6028384b8d5aa","block_index":310302,"block_time":310302000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f9804969b511f6d81aba2d797d96d2f9d2e0c5aa377001a291f1609ebaa24e32'); +INSERT INTO messages VALUES(781,310302,'parse','blocks','{"block_index":310302,"ledger_hash":"a39fdd7f84d2f6e29b613a8a724bc0902d9abd2d6b4d2f46c3b0512928d69b3f","messages_hash":"22546b44a73950633a180bd3c1ccc58bc019276367ab5e8ab106e3125fd37d79","transaction_count":0,"txlist_hash":"ef3dfc32bc5b72ec279a0229af8bf6548bfb5bf4ed717e3e81ccb7710f802021"}',0,'BLOCK_PARSED',NULL,'8f92653546c3cb6148bc3bc3f2a717783051ce6c67e93cc06c4e092fd204ea7f'); +INSERT INTO messages VALUES(782,310303,'insert','blocks','{"block_hash":"d4e6600c553f0f1e3c3af36dd9573352a25033920d7b1e9912e7daae3058dcca","block_index":310303,"block_time":310303000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5f38589969b0785958e4677dc020050726ed9026df667a514576f63791a57184'); +INSERT INTO messages VALUES(783,310303,'parse','blocks','{"block_index":310303,"ledger_hash":"23f307ef560a02210f4aae5fe605c6d8af9317ab17f1e1ef0944038a3515da49","messages_hash":"de9620c23a2a4ae04247b521de62eabaf8ee48c5970e81791fffcdc211877fab","transaction_count":0,"txlist_hash":"d1c0461baeac24d356af8ba5283753c778f8ab0fa222c51b753758268f1e7fa4"}',0,'BLOCK_PARSED',NULL,'58c5b31efa08a81a2dac7a2dea0b1a10c46346fc1812b11332763600e22113b3'); +INSERT INTO messages VALUES(784,310304,'insert','blocks','{"block_hash":"b698b0c6cb64ca397b3616ce0c4297ca94b20a5332dcc2e2b85d43f5b69a4f1c","block_index":310304,"block_time":310304000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'32654288bf007969142bab64061ea048523e2166f54766ef2a487ef2cdace864'); +INSERT INTO messages VALUES(785,310304,'parse','blocks','{"block_index":310304,"ledger_hash":"6baa2ac646d3725fa01111959753844d22181cbbd1801cb12c4208be3709a3a3","messages_hash":"a783b7ac698dd4b2269ca7f19c6cee1f6af01c34d633e1dcaa81db47fcd4e5ea","transaction_count":0,"txlist_hash":"96ea912eae3265566ab229e5d5a25354c0713471d73d866b9a09c9b2954d53e5"}',0,'BLOCK_PARSED',NULL,'7a5e4f3f2de0e2028c8a19292a221f75ee28b115efecd835746d3a1762c04de9'); +INSERT INTO messages VALUES(786,310305,'insert','blocks','{"block_hash":"cfba0521675f1e08aef4ecdbc2848fe031e47f8b41014bcd4b5934c1aa483c5b","block_index":310305,"block_time":310305000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bc126f117a83b267ac314805e6fb3fb8025c30c5b9e510c96fb276d38bc36f90'); +INSERT INTO messages VALUES(787,310305,'parse','blocks','{"block_index":310305,"ledger_hash":"c366fd009860a090c632131eae9380820e512009bbbaa6f7bc5529afab7a88c1","messages_hash":"4f9ac2f58533e5358c8249fe22ea91111e7e23affa817dcb32f73bf4c5d24036","transaction_count":0,"txlist_hash":"35584be5484303aa263d746735209b04d92a6baa6045e2d684496ff5dabe59ef"}',0,'BLOCK_PARSED',NULL,'f5ef99d2401a225cab150f6656408347c2c0e559971b5b767f898fe5ea826e86'); +INSERT INTO messages VALUES(788,310306,'insert','blocks','{"block_hash":"a88a07c577a6f2f137f686036411a866cae27ff8af4e1dfb8290606780ec722a","block_index":310306,"block_time":310306000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'02e2f54514a63d1919915328bf309f1b68db47623d8b8b2c0b633a9c5da758f7'); +INSERT INTO messages VALUES(789,310306,'parse','blocks','{"block_index":310306,"ledger_hash":"fd12969b828d689063b4885a0356fc17e5207794d1f5b6a17bdeb8d584815a79","messages_hash":"7022b78355a824f13fe68b283c60387382232ed4a79de51de4a4a3363229bc91","transaction_count":0,"txlist_hash":"df65a3a9f318fd30166869a3d5d6eabb9c84399f15a7a50f39422a05ff851997"}',0,'BLOCK_PARSED',NULL,'436391d3fd96da80f96cb67dbcd2768009baa7c48b1d928393b90a400db9b184'); +INSERT INTO messages VALUES(790,310307,'insert','blocks','{"block_hash":"bc5ccf771903eb94e336daf54b134459e1f9dd4465dec9eaa66a8ee0e76d426c","block_index":310307,"block_time":310307000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1b08f04d7b8f5720e438447e59ada991d7a3c68409bae7b7a8937839c7c63c83'); +INSERT INTO messages VALUES(791,310307,'parse','blocks','{"block_index":310307,"ledger_hash":"e168094d31f56d36e4c3863fe719e6064b08ccc6f3c2adb490b1359360026aee","messages_hash":"490c0a8bada00ad6fff0cf6e03b27afe9d8591bf58f03522553dfd8119d84461","transaction_count":0,"txlist_hash":"272ae60ff5120848055f08303e13a982fc66959f3e3b72f7d7461c7f91252944"}',0,'BLOCK_PARSED',NULL,'ccd8eeb303d450554f4ef87b0f72ed462a7711fca8812e3cb77c806a08686f30'); +INSERT INTO messages VALUES(792,310308,'insert','blocks','{"block_hash":"2291ffd9650760ff861660a70403252d078c677bb037a38e9d4a506b10ee2a30","block_index":310308,"block_time":310308000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e4b05af6128c93bacefb31e504010829da7dd88ee4a1325ff551b90b01e34740'); +INSERT INTO messages VALUES(793,310308,'parse','blocks','{"block_index":310308,"ledger_hash":"523b3bba7b02e2c4e588f21ed14b7b4f6630f887cc89f9361487b581d7e633b5","messages_hash":"fe873afdfd403f3417a3680a7a0b438e2056de7bdbf70d13c2cad4177c5ae7ac","transaction_count":0,"txlist_hash":"30df282ad2859208c35204fe5e2d395734e041bd9644b8b8626678fdd64058c1"}',0,'BLOCK_PARSED',NULL,'8f3318fc85fa3493a1d241c748fe0004e57db414067965fc7f5f4db6459c16a0'); +INSERT INTO messages VALUES(794,310309,'insert','blocks','{"block_hash":"ca3ca8819aa3e5fc4238d80e5f06f74ca0c0980adbbf5e2be0076243e7731737","block_index":310309,"block_time":310309000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'227d2a7017a429862f5deade3cf9d60597249c2ea6d7a62ebbaf757b59d57061'); +INSERT INTO messages VALUES(795,310309,'parse','blocks','{"block_index":310309,"ledger_hash":"effe1a68917014086da3bf8696f6c13f3cf2cb5cbd6c18b80ed622e476cff017","messages_hash":"e54e6dde825de8d0ff7eb21be19287ca70800af906814b8deaede1bc075d359a","transaction_count":0,"txlist_hash":"197a65735f9d06d433abdd01f29f44ec697ba537ead9107ebe9cd889393a053c"}',0,'BLOCK_PARSED',NULL,'f4fb41a0ad9a44a663abed248f5eac6409eeb00f6788fe4a0c424bc85d5d3349'); +INSERT INTO messages VALUES(796,310310,'insert','blocks','{"block_hash":"07cd7252e3e172168e33a1265b396c3708ae43b761d02448add81e476b1bcb2c","block_index":310310,"block_time":310310000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eaf0a87aa9a8bf394fecddabfe1da6babf06a814c92a34e27272bd85ec16c3f1'); +INSERT INTO messages VALUES(797,310310,'parse','blocks','{"block_index":310310,"ledger_hash":"968fb8a7409531a27ffb52af484e7c1076f05b58f9a51bf9cf3d5a7d83b12002","messages_hash":"68809796c3e89fe6fc51f07c034eb85801f432ff9d9e5c6600a8b30495878aab","transaction_count":0,"txlist_hash":"b9b9eef5f4c1720522286ce5f6375613c267684ac330210ab664e29219065cc0"}',0,'BLOCK_PARSED',NULL,'161209dcec2764adca95fb27ebaf3371c8f64c037fce4fb509f6c0a82f410fa4'); +INSERT INTO messages VALUES(798,310311,'insert','blocks','{"block_hash":"2842937eabfdd890e3f233d11c030bed6144b884d3a9029cd2252126221caf36","block_index":310311,"block_time":310311000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a1b932a1519c18dc6ab05b868e421b0667947f363eb38d8829434113b06f0e84'); +INSERT INTO messages VALUES(799,310311,'parse','blocks','{"block_index":310311,"ledger_hash":"8c69639a757d0195594fa1da3f6b35a0e8c62b8df7f95db81e26d496b8c9dd72","messages_hash":"3ee453c045e63b609885eac2ec517177ec3dacdeb2a4d14e06f392d30ac8787e","transaction_count":0,"txlist_hash":"86b9b4356e26ab703e29060a4ff1be0c5cad328b2490d983eae10c24369a1649"}',0,'BLOCK_PARSED',NULL,'b8823095b716f428adb501dacd5dfd07be1de526151d978bc45eb8bcffca7205'); +INSERT INTO messages VALUES(800,310312,'insert','blocks','{"block_hash":"8168511cdfdc0018672bf22f3c6808af709430dd0757609abe10fcd0c3aabfd7","block_index":310312,"block_time":310312000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'361c4aee086cf08030a9e66b8578904567e6686c44183047f023e33edd46997c'); +INSERT INTO messages VALUES(801,310312,'parse','blocks','{"block_index":310312,"ledger_hash":"8d839bac01b9aae5e554f691ae0ee42cee072f9367fcc2811d4b3f65640cfcad","messages_hash":"2ec05b9c29bd5bb479ca8a11994bb2e4c6adf29448c2b8a39ace6042a843432c","transaction_count":0,"txlist_hash":"802b3d153e101c2772b1c96c851efab754f77fd3fd7eb59848d510f8994a9d86"}',0,'BLOCK_PARSED',NULL,'989f7eb90fea612f2699234b978e117b8cf738ca63974cb361a53f7c2ec47f93'); +INSERT INTO messages VALUES(802,310313,'insert','blocks','{"block_hash":"7c1b734c019c4f3e27e8d5cbee28e64aa6c66bb041d2a450e03537e3fac8e7e5","block_index":310313,"block_time":310313000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f6f0abbf1f9b12f78795608a998452faceb79202160a21140ade23763775bc18'); +INSERT INTO messages VALUES(803,310313,'parse','blocks','{"block_index":310313,"ledger_hash":"1377f4255bfd7ff6638734733a4b8faec97fd62aeb954e42b477c875ccc50b73","messages_hash":"a03f4ac4aa23e471bc836f867d3f513c03cff513db53d09cc11fb7bec7ddf969","transaction_count":0,"txlist_hash":"e96392425727ab5eb4e16a61aef7d28cd0826ad7bc1d8266b3c187bb22bb5d51"}',0,'BLOCK_PARSED',NULL,'cd22216f7a11305ee78f0b57c16002c3d7fa3db8ac2ca85f955a7499c29dd628'); +INSERT INTO messages VALUES(804,310314,'insert','blocks','{"block_hash":"1ce78314eee22e87ccae74ff129b1803115a953426a5b807f2c55fb10fb63dc8","block_index":310314,"block_time":310314000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f3bc2e782fec1e93941096e913617f6261b2071c5f424fb161233e3df428ef1e'); +INSERT INTO messages VALUES(805,310314,'parse','blocks','{"block_index":310314,"ledger_hash":"8ed80d44f0d6ad01a30611d94b91f735ef3a166cf0dfa7531492a3e4ac7c29f1","messages_hash":"2c9da0faca663daee60b435f341773c3fad6a79c07712480ceb72f6cfa949fc6","transaction_count":0,"txlist_hash":"17d9134674657a9958c43efaea302df438762233e7e5d57811b71378e3d62695"}',0,'BLOCK_PARSED',NULL,'790c927f107cf8f44f77ea67030ad8a04dd2bf68eba572ffdc6343d90e24723a'); +INSERT INTO messages VALUES(806,310315,'insert','blocks','{"block_hash":"bd356b1bce263f7933fb4b64cf8298d2f085ca1480975d6346a8f5dab0db72cb","block_index":310315,"block_time":310315000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5e9955a87435762a1aac4d38d63420336816dc4f1d7c8102a3548a8af0a25620'); +INSERT INTO messages VALUES(807,310315,'parse','blocks','{"block_index":310315,"ledger_hash":"24b5905cf0d5349b7031870af9677916892e3292fa61455a75e84c1605a398ba","messages_hash":"658aa6ace466b25f9a2f8012bbb493d43c538368065a4c2cfb9c7747997bfecd","transaction_count":0,"txlist_hash":"d8bad5e8a6ab63c8e0394c200e6b90cb2a1feabe3f58dc0faaaab59bb0b82654"}',0,'BLOCK_PARSED',NULL,'1291e1487497cf2d138d8881332e7ff1e6fe4a040759dee9a5014eac490f7e3c'); +INSERT INTO messages VALUES(808,310316,'insert','blocks','{"block_hash":"ea9e5e747996c8d8741877afdcf296413126e2b45c693f3abdb602a5dae3fa44","block_index":310316,"block_time":310316000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1aeed653889ba65b88da4c4f14360a96053069556cb7a592185afa945f02e68f'); +INSERT INTO messages VALUES(809,310316,'parse','blocks','{"block_index":310316,"ledger_hash":"a191657253ca159739403f35417ef74637b053db49c7db62465fde4c54e69239","messages_hash":"17cf652df01cc7f3819753b8a996c88e88441488be18dc2a5f17f3b44c7f557d","transaction_count":0,"txlist_hash":"daf2edaf9fb8e7f718f56cff9e570869297ce6bd350794501b05e02a541e1c84"}',0,'BLOCK_PARSED',NULL,'acdc5eaebbfdf7a50d91f235109a91add773509657d73966531cdafb9c5f4d00'); +INSERT INTO messages VALUES(810,310317,'insert','blocks','{"block_hash":"aa8a533edd243f1484917951e45f0b7681446747cebcc54d43c78eda68134d63","block_index":310317,"block_time":310317000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cce1831d26cc07ab0b1e0bb09aa82813f02c05deee401ca6583a3d43718dd21d'); +INSERT INTO messages VALUES(811,310317,'parse','blocks','{"block_index":310317,"ledger_hash":"bf6d880b9fa42b0e38523c00c92a898093afd068450be504a0a56bafd69ed647","messages_hash":"bf0c40e119b2f36ba085f29dd917e5433c8b1ce446db9615128714ed18a451f0","transaction_count":0,"txlist_hash":"740737c2cd6ffb9a5e89e2ae0d34afe5f0bb48d120ae482802b76d07100b6153"}',0,'BLOCK_PARSED',NULL,'cece3acff97602f1043bbc039c738e759b8382d76c4d3e810ae7cb8ed799e0c7'); +INSERT INTO messages VALUES(812,310318,'insert','blocks','{"block_hash":"c1be6c211fbad07a10b96ac7e6850a90c43ba2a38e05d53225d913cc2cf60b03","block_index":310318,"block_time":310318000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'18813c8a8bbb6860989d050b2d0dfae3c63e066c179fa94bf869c9b1084952ba'); +INSERT INTO messages VALUES(813,310318,'parse','blocks','{"block_index":310318,"ledger_hash":"6422eb2cab5937adb9ca2194c025d0dce63cd62e18d7ebd63220207957c942ee","messages_hash":"a0f4a333a2b6b614225fd6aeb07ad4b4dbd31922d093962a3c2f3859f5cf38ec","transaction_count":0,"txlist_hash":"3cb46a2e5b1a3ef3dd37dbe0cc429962982812eb9c7f87b5282a77a4a7f6185c"}',0,'BLOCK_PARSED',NULL,'5ff82c71ba689bace17e9c23373daad57735ee81dc395751e8ddf23511420398'); +INSERT INTO messages VALUES(814,310319,'insert','blocks','{"block_hash":"f7fc6204a576c37295d0c65aac3d8202db94b6a4fa879fff63510d470dcefa71","block_index":310319,"block_time":310319000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4a83109e6161e0f37b1e8dd65a5f73140d0f21dd3173b08a1c4a282c06bd956c'); +INSERT INTO messages VALUES(815,310319,'parse','blocks','{"block_index":310319,"ledger_hash":"efb625496aa4365f5ac198a82833c880a60cd5f86d04689463216619cd7d96b8","messages_hash":"3eb1b71abb8453a3813257c38b0c48b1b978ad9902484ce5cedd157bd86ba6c3","transaction_count":0,"txlist_hash":"ed69cef0ba9e4a9371deca76209629cc988257493a69006504b96a99b3da4222"}',0,'BLOCK_PARSED',NULL,'b877f61d88ae934112b0f92fefdd23e4cb34ae71925d47ce2680f3bde0df56df'); +INSERT INTO messages VALUES(816,310320,'insert','blocks','{"block_hash":"fd34ebe6ba298ba423d860a62c566c05372521438150e8341c430116824e7e0b","block_index":310320,"block_time":310320000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'607e11dd4c446dea0a558f9dfff8fee1ef689c30a7effb7303477c87bbeba5d9'); +INSERT INTO messages VALUES(817,310320,'parse','blocks','{"block_index":310320,"ledger_hash":"8c3938d7b3c0a822ebee67f1ecf21b1db6496e19471cf1f2cd00f30325d0c88a","messages_hash":"475ffa5780301e65f93253e2c1470945458a927ac3b9bb2735697ef257be3b51","transaction_count":0,"txlist_hash":"b87169ed018fdc8251d14b58f8d0e09001e45ab5dd76eb2408ab625d34ec584b"}',0,'BLOCK_PARSED',NULL,'028eb28657b65cd5f19099d2514bbf1d8952e59b2e49a1bb0e6d9322cfb1fa7d'); +INSERT INTO messages VALUES(818,310321,'insert','blocks','{"block_hash":"f74be89e9ceb0779f3c7f97c34fb97cd7c51942244cbc2018d17a3f423dd3ae5","block_index":310321,"block_time":310321000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a571ae910e11704a925e1d44e2e92abb75a20864f458bb50a6337abf4a6e6a8f'); +INSERT INTO messages VALUES(819,310321,'parse','blocks','{"block_index":310321,"ledger_hash":"21e4c3a7afd02f183cbb69709fc6c006ab3d38fef3466de1a1870232d1c891bd","messages_hash":"436d9b4b6e0687dc4954248da24815cc55a53ace5385f4922aae889bb4aa4978","transaction_count":0,"txlist_hash":"77ef24833ac345e51eeb48fa9adbb111e31ffa3739298ce12a18d2f581c9a79a"}',0,'BLOCK_PARSED',NULL,'5e0592147a91eeec084bd12371a2b6712b6e5a773cf4962f023717e3f2da15c6'); +INSERT INTO messages VALUES(820,310322,'insert','blocks','{"block_hash":"ce0b1afb355e6fd897e74b556a9441f202e3f2b524d1d88bc54e18f860b57668","block_index":310322,"block_time":310322000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'eb94bd5aee5648f551b31200543106e5f79af2eeae949644b48d6184c220885c'); +INSERT INTO messages VALUES(821,310322,'parse','blocks','{"block_index":310322,"ledger_hash":"01b3b28c4d8eb796827267c06e6362206884e44f40c3f72d9b5c9d1e6cdfb29a","messages_hash":"656f0f41a5fe4585740beff80be7e7272007f8110625cfbc56d922492bc48a26","transaction_count":0,"txlist_hash":"3833d915749baf7aa33484d7a6b6b28e4acf0d78ee0f1b4e8ab44b22d756a3e3"}',0,'BLOCK_PARSED',NULL,'c475cb0cf4aa8fb3e92032b00dcc5361150941661a81aa2917d0b58dc1423b23'); +INSERT INTO messages VALUES(822,310323,'insert','blocks','{"block_hash":"df82040c0cbd905e7991a88786090b93606168a7248c8b099d6b9c166c7e80fd","block_index":310323,"block_time":310323000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9a9427068649cd2c3a6830f87cf0d37b5f4fe0b731eb407e8bad70896896224f'); +INSERT INTO messages VALUES(823,310323,'parse','blocks','{"block_index":310323,"ledger_hash":"a362da58df0d31eeaa93a25c91c17bec62f9cad6ff0c31420584ce293ecafdbc","messages_hash":"2cde70122a8245d894de17624adbd6d95ecaddea176bec173d125c1fea2636f1","transaction_count":0,"txlist_hash":"2d41c7286053cb2256526ce42c03ab1288dfa066720e9ae5e5dac4532d512de4"}',0,'BLOCK_PARSED',NULL,'3fb81c61274085481f52795070f0bc4b6ae03dc20a420931c924621d8be03f42'); +INSERT INTO messages VALUES(824,310324,'insert','blocks','{"block_hash":"367d0ac107cbc7f93857d79e6fa96d47b1c98f88b3fdda97c51f9163e2366826","block_index":310324,"block_time":310324000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'24c84324fb607a8e0f1f87f3a2ffb5c58b49bdd9eb3bab5a1f4ced036a86f79e'); +INSERT INTO messages VALUES(825,310324,'parse','blocks','{"block_index":310324,"ledger_hash":"d1b353ac97e000471c66df8ee04d7b0c25f7eead2414e5648cd2ef334881bad6","messages_hash":"ab31c7262b5404e6390b46a78922abc749cfce383ac626818c833ec1a2f099f2","transaction_count":0,"txlist_hash":"051b158e05c22a326dd8becd27d142b52477b9209f369599db5c5e25484af157"}',0,'BLOCK_PARSED',NULL,'71a19baa6cc48629242b6972b85adf24e731c688676951a28f660772c451f96e'); +INSERT INTO messages VALUES(826,310325,'insert','blocks','{"block_hash":"60d50997f57a876b2f9291e1ae19c776df95b2e46c14fe6574fb0e4ce8021eac","block_index":310325,"block_time":310325000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'253933baa116c56c269329457d7688af85ccff16339981e2b8e3b62aa76bfdd4'); +INSERT INTO messages VALUES(827,310325,'parse','blocks','{"block_index":310325,"ledger_hash":"7734300dc764c67fde935dd4432396de4a31cedc2901f3fc70bf1576797cf7b0","messages_hash":"7d1a4bb01568e8fa18e487c0036fada57e7891c253030a05bccf16132cbc30a6","transaction_count":0,"txlist_hash":"7671d8cfff3601fc44132a6d274c1ab1fb0b4fb712041d86eb28157667682251"}',0,'BLOCK_PARSED',NULL,'e2cc8bc192ecb2786b34618d4fe503a5569dc2230fa12456c2e4e32489dbf00a'); +INSERT INTO messages VALUES(828,310326,'insert','blocks','{"block_hash":"d6f210a1617e1a8eb819fc0e9ef06bd135e15ae65af407e7413f0901f5996573","block_index":310326,"block_time":310326000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'13d79e0d7d740330f3640c1e23965f0cf2d75a7268d96672887d379749009f0b'); +INSERT INTO messages VALUES(829,310326,'parse','blocks','{"block_index":310326,"ledger_hash":"ebe859a722587fd456695c6a46af7f0bf54c03e940bdbb5424520a8c1fe70617","messages_hash":"513d105bf093d239c07acfc21122a51cdd6f2d65d31193fe1908b6ca9be70bd9","transaction_count":0,"txlist_hash":"72884e56565b442c37cbbc572fa762c7b7b3c549c396037393463be7afb089fa"}',0,'BLOCK_PARSED',NULL,'1d1175c98229805abbef41845d3780515ee59dc6e12bfa05f4d30790b7e91e26'); +INSERT INTO messages VALUES(830,310327,'insert','blocks','{"block_hash":"9fa4076881b482d234c2085a93526b057ead3c73a6e73c1ed1cdee1a59af8adc","block_index":310327,"block_time":310327000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6da35402314513887bbb68adee0f4cff1db24d5b68b92d86b77da8fd99b8d0ed'); +INSERT INTO messages VALUES(831,310327,'parse','blocks','{"block_index":310327,"ledger_hash":"8ced7a546ee2c746d4dc3f0ecd2fb4eaa62c65c4e98be74545d8de22c03526e6","messages_hash":"212415a4f27242329754028928555fd67ae7c92b28e88d5e63d9fba576116f96","transaction_count":0,"txlist_hash":"ccbabd4fc70b15ebb6f28afa6f96e4a1f0af08e6a3cdfb518ae008432b908739"}',0,'BLOCK_PARSED',NULL,'e69489ddcb209627b830b13306acf245956cb07fc517346d7888019ed5e60afb'); +INSERT INTO messages VALUES(832,310328,'insert','blocks','{"block_hash":"c7ffd388714d8d0fc77e92d05145e6845c72e6bfd32aeb61845515eca2fa2daf","block_index":310328,"block_time":310328000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'08664a19b4e2eb6ad2ea7ea6291bf4824dae829ecfadbd06097606cbb2e595b7'); +INSERT INTO messages VALUES(833,310328,'parse','blocks','{"block_index":310328,"ledger_hash":"bb5d3479e492f52a0b3b69d29852faefdff645f9b113eae82594f57e8aa40b5d","messages_hash":"898e0e694aefdcf8cef9a081932baa5019cf27e23972af4933cc099460c62e98","transaction_count":0,"txlist_hash":"42fa2df2e053f97e86881395e5d66de912e59bf73eb5be322ab170b06fabd344"}',0,'BLOCK_PARSED',NULL,'1388b94d76cae2e151d7a3b9382db296bfa29dc862c27b671c0a0fbb97828c04'); +INSERT INTO messages VALUES(834,310329,'insert','blocks','{"block_hash":"67fb2e77f8d77924c877a58c1af13e1e16b9df425340ed30e9816a9553fd5a30","block_index":310329,"block_time":310329000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0b55ebb56938a772f30c89045cf17160be64fa43c83d51da8a8a6e03a4a81b0f'); +INSERT INTO messages VALUES(835,310329,'parse','blocks','{"block_index":310329,"ledger_hash":"4ad2c9d802db762537be19143ef5eca474cd9f749bbbc661cb95bcf1dcb0b02b","messages_hash":"24b8d442bf44637e0a3d9d531a15ed697c5c1074e370cd0e0d7b0e4a8905dac4","transaction_count":0,"txlist_hash":"a5336a1818452ca9888d582bb5ad8182e00ec37723d42e6769b001069f96232a"}',0,'BLOCK_PARSED',NULL,'3a93b0aa73655033fa6a133d323034ef767055d024066b957f00c9756a484468'); +INSERT INTO messages VALUES(836,310330,'insert','blocks','{"block_hash":"b62c222ad5a41084eb4d779e36f635c922ff8fe275df41a9259f9a54b9adcc0c","block_index":310330,"block_time":310330000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d4337c4241a3f533f4f0c676a0a5143537dfb1593b1b643927494f74d4b53539'); +INSERT INTO messages VALUES(837,310330,'parse','blocks','{"block_index":310330,"ledger_hash":"4a9a6b59d56f6b7cf867095d939f9bddbf779141177feda470df3759b7d48be3","messages_hash":"06a7a7f36d337ddeb0ce0f35f9474de5690ae9c1694d1720f7c3baa30a0c2af4","transaction_count":0,"txlist_hash":"263932b9bd949d4b0557a7fcd5597a0c607c722b34e644f9795e4f08713a4436"}',0,'BLOCK_PARSED',NULL,'f1114ac699dafb2dc77cd97c7b81f78d90b5741632494deb0b46dc64b121a054'); +INSERT INTO messages VALUES(838,310331,'insert','blocks','{"block_hash":"52fb4d803a141f02b12a603244801e2e555a2dffb13a76c93f9ce13f9cf9b21e","block_index":310331,"block_time":310331000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f378aff1baba568b7d975822eecb69b1bd40a344016f1c846838a8277985addf'); +INSERT INTO messages VALUES(839,310331,'parse','blocks','{"block_index":310331,"ledger_hash":"c676b9c31e0e3d74d005ad0a52a18ba34688b6002da5d269bcea0f789a4f8e91","messages_hash":"2be5caffbbcc4b5767bb0d73119d379a0432e0239ba5f543b509e6a686f8661f","transaction_count":0,"txlist_hash":"646197318fca63f2c8068c0a119f122d02cfea4a5c95201d6cc2eada9ba276a6"}',0,'BLOCK_PARSED',NULL,'092d05d425271c33bfbfa6fedbbf93292db84e61a239f6e2ae3e3f83a7a69fc3'); +INSERT INTO messages VALUES(840,310332,'insert','blocks','{"block_hash":"201086b0aab856c8b9c7b57d40762e907746fea722dbed8efb518f4bfd0dfdf2","block_index":310332,"block_time":310332000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cff4daed78d13045078656028f397959816d2bf1500d7f39cf22a31ae14c9ca8'); +INSERT INTO messages VALUES(841,310332,'parse','blocks','{"block_index":310332,"ledger_hash":"cf0b702c03ecff4bda1254dd5e96ca580b69d5d02d1f233725fccbe1f5f32000","messages_hash":"6ab690711e195c326823ed2d7923e6aa5d5fbc22f8d88033e366438001251dd4","transaction_count":0,"txlist_hash":"8197afee90f808a95bd5a3dbc9c41618e3a07a3039dc2e2539a94cb023e54a0b"}',0,'BLOCK_PARSED',NULL,'e045ce1c31dbb5af34d20e5acbc6ed4d4f00c9f787eefd37fada707b0e251235'); +INSERT INTO messages VALUES(842,310333,'insert','blocks','{"block_hash":"b7476114e72d4a38d0bebb0b388444619c6f1b62f97b598fed2e1ec7cd08ee82","block_index":310333,"block_time":310333000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'583c53d320f1203a4cf7edb5f6e943e0a0c5a26df5d7b495f3a89400fe47d2ef'); +INSERT INTO messages VALUES(843,310333,'parse','blocks','{"block_index":310333,"ledger_hash":"b40359eb197db65549946d93a39b2a732e0694d21b8d0138b9bfce4f5a87ae5b","messages_hash":"228f615f21fa741cc9f99baa8f5f3bf2ed3c17109092c1a3ddd214b4f418f608","transaction_count":0,"txlist_hash":"c8b269f3fb117e7ea3a9592a023787d886ffc388f91fd651618f807c017c9a67"}',0,'BLOCK_PARSED',NULL,'913dc40e7a1cc2294c53bbe6058ef369317370ad2396d024acd1ce3648057c0e'); +INSERT INTO messages VALUES(844,310334,'insert','blocks','{"block_hash":"a39eb839c62b127287ea01dd087b2fc3ad59107ef012decae298e40c1dec52cd","block_index":310334,"block_time":310334000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7ba4f67f43d19e583424c956b1d5cd770d6c713bcf59efc247f22f81ee3c2842'); +INSERT INTO messages VALUES(845,310334,'parse','blocks','{"block_index":310334,"ledger_hash":"7cb471ec146f9ec1e4d1b93184ea641f7b8088807dedcd1c0be4ca5ba99e80e1","messages_hash":"6f1e77037c22c6502da87895fece9d3e8d789b545cd75bbb64498de113a97a4b","transaction_count":0,"txlist_hash":"24eb770852273754585985a5fed612de801663408db3703bb9771d5bcf518cb9"}',0,'BLOCK_PARSED',NULL,'8e70cf681932dcbcbf703eb0b95829812cfc83a502048d573c2d4e83be7ff84a'); +INSERT INTO messages VALUES(846,310335,'insert','blocks','{"block_hash":"23bd6092da66032357b13b95206e6527a8d22e6637a097d696d7a96c8858cc89","block_index":310335,"block_time":310335000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9f44da70812900a0ae3f1b4a5abeb360090551118b22080e70ba1cefa1864426'); +INSERT INTO messages VALUES(847,310335,'parse','blocks','{"block_index":310335,"ledger_hash":"47de747ec20cbec96a6bc4b71f67ea827c7a5a1ab0d3541fd539efac7442d644","messages_hash":"0630a3ea59c0bc5d7913e4f51508d9370a91c6402fc02a99177a6bce3fba1507","transaction_count":0,"txlist_hash":"ba840a499b9de3ae457db93220ebb7bf61560f33660b8e7b980178325d114cec"}',0,'BLOCK_PARSED',NULL,'a2f19d6ac8c05267b93c2f2d95e5d29c21f0b66b766a93b88a134020e7a2146d'); +INSERT INTO messages VALUES(848,310336,'insert','blocks','{"block_hash":"ec4b8d0968dbae28789be96ffa5a7e27c3846064683acd7c3eb86f1f0cc58199","block_index":310336,"block_time":310336000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b9595fcb5041f07e40e7fb0d17e1ae6baf9668c18b2138a51d161306de8dd325'); +INSERT INTO messages VALUES(849,310336,'parse','blocks','{"block_index":310336,"ledger_hash":"c216588e623d2b3d03499c7e9f817106b20a8c98765979987633f1e4e50d9594","messages_hash":"37e3802e0b362fee1dbeb4f62ef36855990f529d0712165ecabdd7b6d1a4ac5f","transaction_count":0,"txlist_hash":"a6c20cca4d22fa5b8357fae640f1a90e3e656f9015eb5db289ef6da17b597f1c"}',0,'BLOCK_PARSED',NULL,'9fa3b746bc619fd479d41ac300fd7503d567a85f4ace35513c929d2dcef374a0'); +INSERT INTO messages VALUES(850,310337,'insert','blocks','{"block_hash":"055247d24ba9860eb2eadf9ec7ea966b86794a0e3727e6ffbcba0af38f2bc34a","block_index":310337,"block_time":310337000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'18dc1d94998128a6be40900e48e9e5b4a75bdcf3110faf649f40ea7613f22c78'); +INSERT INTO messages VALUES(851,310337,'parse','blocks','{"block_index":310337,"ledger_hash":"a558b47328f54b79a5ad9f7737af0e4df07e13e20f150296370e111879c09c2e","messages_hash":"a2224a100b9277fc0b68755fddd498519d1b3fa75747346188e7bce21ceb876b","transaction_count":0,"txlist_hash":"15c9f81424d97e28fc5d40b9f74edee6bed3f68f8c81dcf572cbd786626ff353"}',0,'BLOCK_PARSED',NULL,'8f522cf7b6c90bde368efbe65d1bc694d793da6ae6a7d63e96e8dac973bab974'); +INSERT INTO messages VALUES(852,310338,'insert','blocks','{"block_hash":"97944272a7e86b716c6587d0da0d2094b6f7e29714daa00fec8677205a049bcd","block_index":310338,"block_time":310338000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d0fb3fa40420c1e00cc93a6ab4f2ca13625cc345c8d1c69b2ef3b597fccb5a20'); +INSERT INTO messages VALUES(853,310338,'parse','blocks','{"block_index":310338,"ledger_hash":"31bea50c6481fa982eace70df5fc13d2981f1af13962809e3492b493a0dd4905","messages_hash":"ff671ee39360d6a5a8c89fa4075c5ae9ef15302413b43660db715b9f69074a92","transaction_count":0,"txlist_hash":"ee8efb364c79aae62d48d0198d7ca348d71f312eaef01daf906fec89d2fe9166"}',0,'BLOCK_PARSED',NULL,'54fb5beff08c643d148db521a7f0786b54537ff9850a19556255c55ffb7e4214'); +INSERT INTO messages VALUES(854,310339,'insert','blocks','{"block_hash":"99d59ea38842e00c8ba156276582ff67c5fc8c3d3c6929246623d8f51239a052","block_index":310339,"block_time":310339000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cc5387169ad25b930ce08e5fe45e22fb1193e08c6102dffd2fab95e4bd7cfb5b'); +INSERT INTO messages VALUES(855,310339,'parse','blocks','{"block_index":310339,"ledger_hash":"6605ca3db3c509fbc8574f2e10a3f981e2ff17b2812946ec8f2b1e49ba44f220","messages_hash":"a47bfb4a96be4137e77b5753cb2289eddf7d571e34c148b6527a157bbbed2f7a","transaction_count":0,"txlist_hash":"af5e50fc6a529fb06423c8ad7beed13c6e1de1c3f746f53dcedb7af76e0d95ff"}',0,'BLOCK_PARSED',NULL,'4ccdb21d443f8c67ad3011d9035fe37291b1693eda177620dbff7ee6c77fb470'); +INSERT INTO messages VALUES(856,310340,'insert','blocks','{"block_hash":"f7a193f14949aaae1167aebf7a6814c44712d2b19f6bf802e72be5f97dd7f5a0","block_index":310340,"block_time":310340000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4b38518969a536b4556d816724d30d31e2438fd407c3ddcc09f3e9a1950a29b4'); +INSERT INTO messages VALUES(857,310340,'parse','blocks','{"block_index":310340,"ledger_hash":"7db1ad1952cac2dda86fff6e5f939010bb30a1da26af438d354e17f423d5bf1f","messages_hash":"5e836febee6152dec790e89d8cafeec7abda4a51a5de5413993de6d221032a8f","transaction_count":0,"txlist_hash":"f42c5c43148a61dace7d50127d905f236ad738774c20d4f874fc3b824b58cf92"}',0,'BLOCK_PARSED',NULL,'f17ecd90a454b9302ff5a996ea5d34027b825df34b8cc7f3dca04ad791fb4eb1'); +INSERT INTO messages VALUES(858,310341,'insert','blocks','{"block_hash":"6c468431e0169b7df175afd661bc21a66f6b4353160f7a6c9df513a6b1788a7f","block_index":310341,"block_time":310341000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9c0c0ff7c21d4657bfb9e4441b9fcf8260335408f49d619b3de8bd896b9ca843'); +INSERT INTO messages VALUES(859,310341,'parse','blocks','{"block_index":310341,"ledger_hash":"1a1eef01250d2c53a1b34a8ee5b1e8fce984c3d47d28c544c6e162493b51225b","messages_hash":"4fbe9826d55a19a98aaa04554499e8c2d7d709a3e5ab65f5eabc42902b71c8bd","transaction_count":0,"txlist_hash":"5fcdf7ababadc89a26c3833bc8b819642466504b58323cded8cdb8a904239ce6"}',0,'BLOCK_PARSED',NULL,'d24399792735044bc29d2cfeabb7b8568b5ee5d8d4f2627c71ad2279b603fd31'); +INSERT INTO messages VALUES(860,310342,'insert','blocks','{"block_hash":"48669c2cb8e6bf2ca7f8e4846816d35396cbc88c349a8d1318ded0598a30edf7","block_index":310342,"block_time":310342000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8ded460c3e81ff29951f714b2c806dfe1affe2e02cbc0bb49e1ec428da1d0c26'); +INSERT INTO messages VALUES(861,310342,'parse','blocks','{"block_index":310342,"ledger_hash":"3c85c0b825985b04b42137da7e59fb3daaaf9e65b871b79390a4d8b31be5da92","messages_hash":"64db4cd206b12c66bbebad731c3800bb4d229ebc9c0a7649530fd7f8df991ad8","transaction_count":0,"txlist_hash":"b165c708026f386ddc7206518e594fcef7b5782fa0db77db6ce5b02e3b563145"}',0,'BLOCK_PARSED',NULL,'84066076881362b42efff2cc0313abedeb87ee102e78e61afaf724c10fb61f4b'); +INSERT INTO messages VALUES(862,310343,'insert','blocks','{"block_hash":"41a1030c13ae11f5565e0045c73d15edc583a1ff6f3a8f5eac94ffcfaf759e11","block_index":310343,"block_time":310343000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f0e2e7585d3275b95068137f2cfaec6526b5760f6a3bd4fe69aed80a0878f8c4'); +INSERT INTO messages VALUES(863,310343,'parse','blocks','{"block_index":310343,"ledger_hash":"26f4ea323dd31b715c7a7f4ab8f1feabb199333a8494449ed538ff13215bb3b2","messages_hash":"eacc2c4c677db5d033363f50cdcbfec21836736d9c84808a81f2e3311cabcd0d","transaction_count":0,"txlist_hash":"37808f9fb4ad766c671be7e9703aa7c7ea53991fa838400536d25f304ebe8090"}',0,'BLOCK_PARSED',NULL,'3837b8baa0743829c019a05f4240890c22fdb78c80a4350118a13dc737427d93'); +INSERT INTO messages VALUES(864,310344,'insert','blocks','{"block_hash":"97b74842207c7cd27160b23d74d7deb603882e4e5e61e2899c96a39b079b3977","block_index":310344,"block_time":310344000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'851d345ee858f381ce719e012f59233901bd1b21f25a45352a28bcef2c3c362b'); +INSERT INTO messages VALUES(865,310344,'parse','blocks','{"block_index":310344,"ledger_hash":"444314748cb1fa1c836b3b4de65c3920c7fe446741193e5f77843affe3bee908","messages_hash":"28623bee0f846c7634724a078f0431a6681592adc07f5511d6a44b6f25efa6e9","transaction_count":0,"txlist_hash":"52dd50744ce4773a3db8dcf016a392a133ff7ebbeaf293d4ecb4a32fcc575a19"}',0,'BLOCK_PARSED',NULL,'6dd35a9342d02a378aeb4dd363517b1b45c9322bcbb396fd512a7232089d6801'); +INSERT INTO messages VALUES(866,310345,'insert','blocks','{"block_hash":"0bda7b13d1bc2ba4c3c72e0f27157067677595264d6430038f0b227118de8c65","block_index":310345,"block_time":310345000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8f4bad74906b2498da35d002e5ad190753480371b4bed3523fabe58ec68b1f38'); +INSERT INTO messages VALUES(867,310345,'parse','blocks','{"block_index":310345,"ledger_hash":"d1775816bb104187076be74e78e87fc6d367c3cb31d372329aec2b635002ca2e","messages_hash":"d037646e109f17a13d4a370a20212b8c618d0dde89cb0d89cf1cbfdb7a5e5539","transaction_count":0,"txlist_hash":"15f4f9eb55ff5d2b8efb40a57193f253470889b1fb2f532f02b66d236bc902bf"}',0,'BLOCK_PARSED',NULL,'029d9492523a52167afc04e052019af8383106019938a4b062c2f54bd6c98d98'); +INSERT INTO messages VALUES(868,310346,'insert','blocks','{"block_hash":"0635503844de474dd694ecbcfb93e578268f77a80230a29986dfa7eeade15b16","block_index":310346,"block_time":310346000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4f30468f9c554c0b1a208fc5c6bf4e86162008ec1e2efed4d1f303e6a783cc6d'); +INSERT INTO messages VALUES(869,310346,'parse','blocks','{"block_index":310346,"ledger_hash":"3244eed1df8ec4ae0ddb04f9f6e59e54244ca3df10dc21fc89c99c74ba734781","messages_hash":"a4d9e941b5473eaf4fdddab75e608543fb0a7d6e460db41a992eb4638303a333","transaction_count":0,"txlist_hash":"58faa47bcd277d0d52d39a46473882adc797797cf2c30967418fb4ae832dc21d"}',0,'BLOCK_PARSED',NULL,'14462d0107e3122720da175addcbbd4c3d0d135820d35e05ec3ef44bdf84cc0a'); +INSERT INTO messages VALUES(870,310347,'insert','blocks','{"block_hash":"f3f6b7e7a27c8da4318f9f2f694f37aaa9255bbdad260cb46f319a4755a1a84d","block_index":310347,"block_time":310347000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dc7c078df7d787fd48c37ff1ae4f5e7b2a8ee987728be506bcbcbbe1c270b927'); +INSERT INTO messages VALUES(871,310347,'parse','blocks','{"block_index":310347,"ledger_hash":"6fd1802c269750b69ec04df457d47cd6b44c261340ebd5b4da61f06ede6aa166","messages_hash":"c3a10652f651facace47383a64d17b7af854876b8e0c63a94cc0cbfccdfbd60a","transaction_count":0,"txlist_hash":"716162f3fea6641e6ac697eb11880c5b39903de4ab30fa24e899e363d5c1d9cd"}',0,'BLOCK_PARSED',NULL,'724640ed506667e895b3a5c703525412dd8fbe5333beaa712e6baf93b7d938f8'); +INSERT INTO messages VALUES(872,310348,'insert','blocks','{"block_hash":"c912af0d57982701bcda4293ad1ff3456299fd9e4a1da939d8d94bcb86634412","block_index":310348,"block_time":310348000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'58faa6642090a4a7b04409d35a7c164efda22b98c7a1449777727ebe836ec733'); +INSERT INTO messages VALUES(873,310348,'parse','blocks','{"block_index":310348,"ledger_hash":"668330e80a23f499c0e91b01c4c51aab393813b840f81b6b672611e391699faf","messages_hash":"dca5ab8e12d7094b19d61408c832a7f6c4386a9722a1f4d6c042fdc47661377d","transaction_count":0,"txlist_hash":"8c169d593d4c922ef7d3f530f6de4da37c01716f19ea19b48b122a6135f3e293"}',0,'BLOCK_PARSED',NULL,'5dd88028b80f7670ad083e6bd739e611290eb0bab6fb16d760faee031e638df5'); +INSERT INTO messages VALUES(874,310349,'insert','blocks','{"block_hash":"ca911c788add2e16726f4e194137f595823092482e48ff8dd3bdbe56c203523c","block_index":310349,"block_time":310349000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8111720c494aa0d2f4db3e0457076359f4279f96d0089fa867064bdec1ec1d10'); +INSERT INTO messages VALUES(875,310349,'parse','blocks','{"block_index":310349,"ledger_hash":"32b36035ac1684e93126657ecd9711feb689672f64cceb03d220a8089dfacf12","messages_hash":"57aa7d9953fc2b28ae1868b69faac5ea7a8b01465a1384e7761505425e5676d1","transaction_count":0,"txlist_hash":"8d54849ce08f65fd3dd06baf845e5a3132b84c960e6f316c4bbbbe5a3d2b7b01"}',0,'BLOCK_PARSED',NULL,'5649021b7ab578af900de338044546bac93b01ec0f996ee1ed834c4fd228c976'); +INSERT INTO messages VALUES(876,310350,'insert','blocks','{"block_hash":"c20d54368c4e558c44e2fbaa0765d3aecc8c9f01d456e3ff219508b5d06bd69d","block_index":310350,"block_time":310350000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6a35694f6ba633c336aff02be101f4f493512ad17ee4216bf67199d644684dca'); +INSERT INTO messages VALUES(877,310350,'parse','blocks','{"block_index":310350,"ledger_hash":"dbe70bf3b8e4b74ac25c1b6737b6a760e6a06a4f96ee83a5ca728c8501d4af05","messages_hash":"ca09db526a01b8ea30aa606c8ec32e6e7212de7a8951ff69ea0bc15dcb28203a","transaction_count":0,"txlist_hash":"1e46f66542896fa2ff6048472d49feed3065a6fffaad639da03027b00ce377bf"}',0,'BLOCK_PARSED',NULL,'3435a5674a7f741ede1674fcbab06e304379192ca2e1a5fbb59ffebef46cfded'); +INSERT INTO messages VALUES(878,310351,'insert','blocks','{"block_hash":"656bd69a59329dbea94b8b22cfdaaec8de9ab50204868f006494d78e7f88e26f","block_index":310351,"block_time":310351000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4815fd6fe7b1b03a44d79336fa2707994b77da40d5d24997fe27b94144193571'); +INSERT INTO messages VALUES(879,310351,'parse','blocks','{"block_index":310351,"ledger_hash":"89bb7ea865a221a3646f78ea774a7cf1e15e8d65b85ddcfbdf87773145904151","messages_hash":"6f18f886877ddf5d9dc9987435efc39ba469808f1dd9de87fce5fc55df9997cb","transaction_count":0,"txlist_hash":"f99c452388cd3d8aa59f7c75fa06770a116b5f69263dddbb7b5fdcffc7ffc524"}',0,'BLOCK_PARSED',NULL,'6394fd7d47c92a7fc72f3ae4e40179703fcbef86d3ac6f981bca4242413e66a5'); +INSERT INTO messages VALUES(880,310352,'insert','blocks','{"block_hash":"fb97d2f766a23acb9644fef833e0257fdb74546e50d9e2303cf88d2e82b71a50","block_index":310352,"block_time":310352000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1956c773085e8e99171b35417d333d16b7d78309a569f99768ccbe5b330e9a90'); +INSERT INTO messages VALUES(881,310352,'parse','blocks','{"block_index":310352,"ledger_hash":"fdbf27d576a72b046776be0e5c0a91d060619778aadef3df1d30f1a7785a0fdb","messages_hash":"1672e6479515c05fb469bc7d394423afc56e33c468d8017c9f0ccb074588c227","transaction_count":0,"txlist_hash":"1d2f391bb7990954e14c69c9429b54b9f5a88791ec4b2fba2facb464152417f4"}',0,'BLOCK_PARSED',NULL,'891ad8e6669deb1b7684af317e67f932ce845fe6ecf60671381282b4af772cc6'); +INSERT INTO messages VALUES(882,310353,'insert','blocks','{"block_hash":"2d3e451f189fc2f29704b1b09820278dd1eeb347fef11352d7a680c9aecc13b8","block_index":310353,"block_time":310353000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'45dba852ee26c0f379ff043ab1bc30d3231a91c8234f883ee9295c3dd96d5be0'); +INSERT INTO messages VALUES(883,310353,'parse','blocks','{"block_index":310353,"ledger_hash":"73429d323376209447edc6d2ddbfd51f0bcde21736ea6dad61dc96b6984a1fa1","messages_hash":"9037c6876168dc6af146c65d0a16caa77153b3bc7c3fd99637fd79a90559341e","transaction_count":0,"txlist_hash":"8ad1adee999dd851e81025b31920d1f0f66c1e56433e7b2b110d03cfccd7a141"}',0,'BLOCK_PARSED',NULL,'ff448be089877682229f3472f493d555972f528bacbab76813a324490969a8f4'); +INSERT INTO messages VALUES(884,310354,'insert','blocks','{"block_hash":"437d9635e1702247e0d9330347cc6e339e3678be89a760ba9bf79dd2cd8803e0","block_index":310354,"block_time":310354000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9fb1f8bba3c5b8a4910b1df6dbeabe3654945248f3e7c6ef90fbb61eb106597f'); +INSERT INTO messages VALUES(885,310354,'parse','blocks','{"block_index":310354,"ledger_hash":"b2bbcbb6a7db94b2a5681c6e380ac13480bb49c29a3fbb3c7c1eb740f70f8324","messages_hash":"31c1cbb6dfb20f92f42ef6d085a01aa4cb9a8bbf1579f9d74213241ab7d0adf7","transaction_count":0,"txlist_hash":"8d6870632f2336908828a72e7445c9d8ecbec3d420b234dad2b17ae06c0a709c"}',0,'BLOCK_PARSED',NULL,'2f54d673721a968ad82fb64823587a87052f929fe36bbeb550795c55eb68d5e8'); +INSERT INTO messages VALUES(886,310355,'insert','blocks','{"block_hash":"ea80897a4f9167bfc775e4e43840d9ea6f839f3571c7ab4433f1e082f4bbe37d","block_index":310355,"block_time":310355000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d1905b0e66d16fdf6c1d1257701cd98ff8baffe6eb2276b33cd4f1f169c13bf5'); +INSERT INTO messages VALUES(887,310355,'parse','blocks','{"block_index":310355,"ledger_hash":"ccbd3ea41587c3c1d92f355979b49c5340a0a90060f07c228c22d6ff76b25579","messages_hash":"7a7b912ebdaffc433d1d28245fa9f0ac0633c0a9106b8e52264f44f797a71001","transaction_count":0,"txlist_hash":"8dfb02eb42bf84a085d150a0dc3fb2effa201594da47639e8f77fea0a7084eea"}',0,'BLOCK_PARSED',NULL,'1f1262309a0552a3b16754bf6f115b467b855bf60a68fa0312728639e0f079fe'); +INSERT INTO messages VALUES(888,310356,'insert','blocks','{"block_hash":"68088305f7eba74c1d50458e5e5ca5a849f0b4a4e9935709d8ee56877b1b55c4","block_index":310356,"block_time":310356000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8f97a8d06979d43f29d74f6ceffaa43a5bc6333705721bf95fa2e439faeab302'); +INSERT INTO messages VALUES(889,310356,'parse','blocks','{"block_index":310356,"ledger_hash":"06a95d39e110e40ba318320d50984096cbec88c680f426f721154555efc2561f","messages_hash":"08690c4f92c0e7676159fed4f10540a635a627e6824fc2822c05a74956ad66a2","transaction_count":0,"txlist_hash":"3516c2e9b180883b3526ee0a028c6d22b2a8a028b896423eb71db31cc284d566"}',0,'BLOCK_PARSED',NULL,'12918d9917099dd112bea61e59f7b4e8dada241bfc0b187343f5dd1bbb0ac397'); +INSERT INTO messages VALUES(890,310357,'insert','blocks','{"block_hash":"4572f7f4ad467ef78212e9e08fa2ce3f01f2acc28c0b8ca9d1479380726bab1f","block_index":310357,"block_time":310357000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'722937b17e6c3e26302fa889d5704383db12ab826741d4cfe1ccb2e0a7173927'); +INSERT INTO messages VALUES(891,310357,'parse','blocks','{"block_index":310357,"ledger_hash":"443f947352e853367d1c10d25771c7d78eec22fac19c5bace6f96b8f949e264b","messages_hash":"a1864b64836335923d401c6d10153662c76bc6bdd3307313457b1286f84516bc","transaction_count":0,"txlist_hash":"af4dd2cd8426ceb8c7dacc24b30d4d48e1152340a5a81f32b745878558969f4a"}',0,'BLOCK_PARSED',NULL,'6e139e2089fd8ee0bbb7b08d51b0d355e656c6928f01a3c2c4043ecc818cf2b0'); +INSERT INTO messages VALUES(892,310358,'insert','blocks','{"block_hash":"d5eae5513f1264d00d8c83fe9271e984774526d89b03ecd78d62d4d95ec1dea6","block_index":310358,"block_time":310358000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a95a203048cb7a02efc4aa1a7b7a5b2d29df8f345dc971570a4832e3999cb229'); +INSERT INTO messages VALUES(893,310358,'parse','blocks','{"block_index":310358,"ledger_hash":"c2cd71dc9e7d5ccb5d5e9d6b55c47010c9db6a573d01820da1c8960970fd571f","messages_hash":"3ae4738d21b0197c987dda34e1f85f29546c9bb95da01c77123a45ecc04d8100","transaction_count":0,"txlist_hash":"635f90dc6b705e3e5928101d6ffc32a247088fd8965e0e372358b35ba822df31"}',0,'BLOCK_PARSED',NULL,'a187c6ecdcab091e97907711575d20fd5663002f70e0274bc1a0780ad3d8c603'); +INSERT INTO messages VALUES(894,310359,'insert','blocks','{"block_hash":"4fa301160e7e0be18a33065475b1511e859475f390133857a803de0692a9b74f","block_index":310359,"block_time":310359000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8509a1daa7729c0a37e92cf6dfbc3f472b59d5cadd6d2f7e30743883204d5246'); +INSERT INTO messages VALUES(895,310359,'parse','blocks','{"block_index":310359,"ledger_hash":"5b7646bafc6b11eb1554ea1e02221883043b435ae973c3678505fa2128aadfb7","messages_hash":"02316098dcc556cab752bfc0472818fab782a81091732c8a8c5572c90f5f38c5","transaction_count":0,"txlist_hash":"eeec8a86b03a3973bdf5215e1789277ab7aa4c47f4e9f05a44a312c01e0ccf0d"}',0,'BLOCK_PARSED',NULL,'594b10c69de9140a5353837d2385fcc9772f57f6348bdd60a5eea87d5a840d0d'); +INSERT INTO messages VALUES(896,310360,'insert','blocks','{"block_hash":"cc852c3c20dbb58466f9a3c9f6df59ef1c3584f849272e100823a95b7a3c79f0","block_index":310360,"block_time":310360000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ce94de1adfca8e73cb3926c9d4aa6b7038af97a84ace270fe602e57e2e6ce456'); +INSERT INTO messages VALUES(897,310360,'parse','blocks','{"block_index":310360,"ledger_hash":"b0e937568a47c244e3b29cfb3a5e7196c171acc1565c44020345c715b7774658","messages_hash":"bdf87a342b537dcb6a1a755494db091e85f4ac6627af869f847cfca182f5c3c6","transaction_count":0,"txlist_hash":"32f4991609b3d8cbddbee2fe5e7aff49e7d4f5334ba0d283893733f19d3f448b"}',0,'BLOCK_PARSED',NULL,'e9f6ab9d695da8cb37dea774da5bbcbd9530169fbcdd3134165d24fe622e2509'); +INSERT INTO messages VALUES(898,310361,'insert','blocks','{"block_hash":"636110c0af5c76ada1a19fa5cd012e3ee796723f8a7b3a5457d8cb81d6c57019","block_index":310361,"block_time":310361000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b3337100c6f06cb2d93b6947235a444d227b7d331f1668c99777c662fbdffec4'); +INSERT INTO messages VALUES(899,310361,'parse','blocks','{"block_index":310361,"ledger_hash":"fd5b67bb571f4e9c0c37c6a5c9e1181133c301e05f4f97a41bd827eda7a6db3c","messages_hash":"83d46a36e7ee87b832efb03b769ac3ddf4991ab21122e4716626363864bec134","transaction_count":0,"txlist_hash":"4ad763ba9a9de4e6fd2f48d1342b9c2b4f87224fe591cddcf0ea3aab19187ab3"}',0,'BLOCK_PARSED',NULL,'fddb052cac4bb61c1826ddfe05e12e8864f2a8378087696ae30c35fc8d0bf326'); +INSERT INTO messages VALUES(900,310362,'insert','blocks','{"block_hash":"6199591a598e9b2159adb828ab26d48c37c26b784f8467a6bb55d51d7b6390f2","block_index":310362,"block_time":310362000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'acc124a33757848ee039ac596aadb895bc4d8169ac23a1b76c9f644fd5cea90f'); +INSERT INTO messages VALUES(901,310362,'parse','blocks','{"block_index":310362,"ledger_hash":"38382cc090b349809c4798c3c83b485f8ff682fd5b5b2568357d62ef30f7c046","messages_hash":"31785fa6ff2124844bf5e99fcfaf8eddcec5d8f82f4375b0b04434fd0a08fe11","transaction_count":0,"txlist_hash":"2eed1cb542570837b9e34c5ef140428d09c132369e5073061d9b1580338fad97"}',0,'BLOCK_PARSED',NULL,'82cb2ca586b852f8807e5f25141cf53b181fadf6c42ef15a1d0e23679b10ab91'); +INSERT INTO messages VALUES(902,310363,'insert','blocks','{"block_hash":"a31967b730f72da6ad20f563df18c081c13e3537ba7ea5ab5d01db40e02647e6","block_index":310363,"block_time":310363000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9b3d87d526479174a072f05171e76cb536530858f522fc2965ef406137044774'); +INSERT INTO messages VALUES(903,310363,'parse','blocks','{"block_index":310363,"ledger_hash":"82911a691937d87629bc14e5294f68a25ff2fc6512370db032834b85a623d5c3","messages_hash":"0fd6687beb94bb8409c27ec23b92ecda37ec9bb0022b0bf47cb035befa955738","transaction_count":0,"txlist_hash":"baa8c23f6f8bbed9640382166a4fa59eba156a3c94b645334124a57ad886136d"}',0,'BLOCK_PARSED',NULL,'493c19ecfb9b9eafa40cba6cab78f5b93d4acb6c287474feedeac249496c8ebc'); +INSERT INTO messages VALUES(904,310364,'insert','blocks','{"block_hash":"67025b6f69e33546f3309b229ea1ae22ed12b0544b48e202f5387e08d13be0c9","block_index":310364,"block_time":310364000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c26c9dbbaf7725c3f1239cd73a518e79abb8c08f28b57321b30d9d75205b3b6a'); +INSERT INTO messages VALUES(905,310364,'parse','blocks','{"block_index":310364,"ledger_hash":"cc362ce4c2142e539057430e2dd6402b985c62fefa4e4ad33afe1305f53af8a4","messages_hash":"870a414c4c883897e3e497009c422e21b2f2d0a3c0dfcb661a9efa33961e5659","transaction_count":0,"txlist_hash":"973037f8124687eaeba2e9f3e301cb20b9370bef4acd3f2c86eedf595b792b73"}',0,'BLOCK_PARSED',NULL,'2ad429a72618c71a7aa3175d27569d94d7f0d90cd9474cc366723e3309387922'); +INSERT INTO messages VALUES(906,310365,'insert','blocks','{"block_hash":"b65b578ed93a85ea5f5005ec957765e2d41e741480adde6968315fe09784c409","block_index":310365,"block_time":310365000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c4489771b789448009a23f512c1ba09a7bb0e6c28c6c1d2bc5810a56e00f8308'); +INSERT INTO messages VALUES(907,310365,'parse','blocks','{"block_index":310365,"ledger_hash":"49e41f95f081b70e3f540fa22864cc4f229ceabfdfd54f2da112f1fd35466617","messages_hash":"d51639af55508c439813fd77df3132e203a7d2995bd69ac90e19f7cbe9e00af1","transaction_count":0,"txlist_hash":"aa3e39acb1dc1a955f579a9a40961a80319c5dd484ddf322ca6edc6b67cec932"}',0,'BLOCK_PARSED',NULL,'d901d66926898c1c409f49dc487a2ebbcbbf6e03897c38525085bf543d73d9cf'); +INSERT INTO messages VALUES(908,310366,'insert','blocks','{"block_hash":"a7843440b110ab26327672e3d65125a1b9efd838671422b6ede6c85890352440","block_index":310366,"block_time":310366000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7e3c5e5eba2d071124a0c56447250a7ad10f5161ea9564e6cf58efec24c545c4'); +INSERT INTO messages VALUES(909,310366,'parse','blocks','{"block_index":310366,"ledger_hash":"687c5f3e381d164499126ff90785e3635c825db3808267d4de2ec0e37cc7c597","messages_hash":"0ecd185b7cd950e061ea2fddff6e5c2f1d5fcda8491fcd3598634945319ae3f2","transaction_count":0,"txlist_hash":"610fbd2d8f4dad57d7efca0772534da791785cb2c45de1906a9b282792faa9f8"}',0,'BLOCK_PARSED',NULL,'ee7ab614cc46f3a9865c1404a504cc056af47881cbdc5a99982f2ce6855b6d9a'); +INSERT INTO messages VALUES(910,310367,'insert','blocks','{"block_hash":"326c7e51165800a892b48909d105ff5ea572ff408d56d1623ad66d3dfeeb4f47","block_index":310367,"block_time":310367000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'036f4c7840114801cd34f0257863dbe7795ee70d3cae2403ec8dce7ba6f297da'); +INSERT INTO messages VALUES(911,310367,'parse','blocks','{"block_index":310367,"ledger_hash":"d7fe976a4b2cca2e23d082a703ef4f4739e110ce1e0a373e76064f6186856ff7","messages_hash":"56e5ad0b89176cb0f25b985ae1c81d67e9745be7e192426146d2ad50d78cf8a2","transaction_count":0,"txlist_hash":"531453a70483611396ce5bacc17e22125b1b61f61d56c110fb72a929b95deb9a"}',0,'BLOCK_PARSED',NULL,'fcf9797cc4412d15fd92938c6feeb836d1a503fc0673544f1d146e4ba0c5e7b1'); +INSERT INTO messages VALUES(912,310368,'insert','blocks','{"block_hash":"f7bfee2feb32c2bfd998dc0f6bff5e5994a3131808b912d692c3089528b4e006","block_index":310368,"block_time":310368000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0c8b3fe251b0e5f14d7f16447f5a03337ba52878a370cd54378a2ae751dc875b'); +INSERT INTO messages VALUES(913,310368,'parse','blocks','{"block_index":310368,"ledger_hash":"97f0a0f9e6f355dd179aa2941412decc1b0a06de0dc14dce8538aed6e35d41ba","messages_hash":"2487123f6c5b9c29aa8db751307fa8592be8b6cf4897ca4f30a6be23ab3638df","transaction_count":0,"txlist_hash":"289eb338000f45b4d7e143a08a490fbee8d307eb0975f5a2ed62586c2f625e0e"}',0,'BLOCK_PARSED',NULL,'677c2a4227a682867ad3a4b41d560c64542f1653214fff27d7fa3756aae325d6'); +INSERT INTO messages VALUES(914,310369,'insert','blocks','{"block_hash":"0f836b76eb06019a6bb01776e80bc10dac9fb77002262c80d6683fd42dbfc8da","block_index":310369,"block_time":310369000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1cb92aba846a80fa4bf226b6aa682633ccb9369c9dc8cf978b9c304b885cf849'); +INSERT INTO messages VALUES(915,310369,'parse','blocks','{"block_index":310369,"ledger_hash":"1b5d9ec9bd918c84a5f9b6882c94a739cc1ad1362dedfbdf7b2009fd42251d66","messages_hash":"aac8130183f1dbb59b39b48bf99c53a762cfa510e22590bee54285fdf4e0acce","transaction_count":0,"txlist_hash":"a9122294ce4ccd606d3fa1787fb9c44f25811fb2fe486c9d58b407b5da50dd8b"}',0,'BLOCK_PARSED',NULL,'b7358149e9c1c82f4a8fdd2033363017e5f6aa2a64fc7cc031a395d87e2bb10f'); +INSERT INTO messages VALUES(916,310370,'insert','blocks','{"block_hash":"9eb8f1f6cc0ed3d2a77c5b2c66965150c8ceb26d357b9844e19674d8221fef67","block_index":310370,"block_time":310370000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cdde5875a51757244376b0e2956184c0c5e11b882524e2308e95dfa38407a99a'); +INSERT INTO messages VALUES(917,310370,'parse','blocks','{"block_index":310370,"ledger_hash":"578b039ed2b9a25e1c75ad9a5242c5962d6645616dc53fb08386602e40f14486","messages_hash":"6b4c1424d94a4a05807e3025c0255783309cd9b807ec7eb1f0969758af6a45ba","transaction_count":0,"txlist_hash":"d61d958644caab04dc236d04d3654abeb1fd625dd7b9cdc01ca5caeae9b41f58"}',0,'BLOCK_PARSED',NULL,'194ecf84437efe987324d3a7b19a32f6dddef197a5cb52d810e35e01f775cd88'); +INSERT INTO messages VALUES(918,310371,'insert','blocks','{"block_hash":"7404cb31a39887a9841c2c27309d8c50b88748ed5fa8a3e5ba4cc3fc18310154","block_index":310371,"block_time":310371000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1fc7568fdbb0237556071a4d8b92772f60257c8359955682eda6f6f6456b3b20'); +INSERT INTO messages VALUES(919,310371,'parse','blocks','{"block_index":310371,"ledger_hash":"473d21b8218a2b02f7fa0d5daf114fa988e4a3d97c33aebe97e51a8d22252492","messages_hash":"60a5fcdb945efa14dbafd7bfa8f6104e7d1e85f97c86c651f58cde6c0c46b49d","transaction_count":0,"txlist_hash":"8abb7bf5c66895fd9e9de804ed8e35b3b1d12054a4e45ab3df6cd41194d836e6"}',0,'BLOCK_PARSED',NULL,'7461249b46b59a3621e66aee3918a255793da41e26cc963bd76d1ec070970cee'); +INSERT INTO messages VALUES(920,310372,'insert','blocks','{"block_hash":"d3a790f6f5f85e2662a9d5fcd94a38bfe9f318ffd695f4770b6ea0770e1ae18d","block_index":310372,"block_time":310372000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d61d73b7af623ed55dfe0b3ca3d34a073f1c26768001700b8d6c46a2770dc6b6'); +INSERT INTO messages VALUES(921,310372,'parse','blocks','{"block_index":310372,"ledger_hash":"0c306eb25702d190ce32cac521b1fac9b8a7cbcf441fd74be8de2e002b4ce14c","messages_hash":"bf02eb24a3dbf7fbdfd1354719db0ff50ee0b4a8e8187376c59ca7301bbf8035","transaction_count":0,"txlist_hash":"ad3d52b024093fcc5b88b7a3176c4117468f0f675fd9e908c727ebedc5e2eff3"}',0,'BLOCK_PARSED',NULL,'586fc356a7c8f98e024cc810521c50ecc53798d0f16ce409a8b778c08e372e58'); +INSERT INTO messages VALUES(922,310373,'insert','blocks','{"block_hash":"c192bec419937220c2705ce8a260ba0922940af116e10a2bc9db94f7497cf9c0","block_index":310373,"block_time":310373000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1cd9c599e407b826fa5289c149329fd2a156e662d34c948f2deea38d80be8723'); +INSERT INTO messages VALUES(923,310373,'parse','blocks','{"block_index":310373,"ledger_hash":"48d14b17f9074ce1f75ab32581e8f6fe7d518ebd669af6508e5d986d97c92b3d","messages_hash":"0beb8946dae632b49616be7e460bc1dc3649078d06d9e1141f8fc4df365af778","transaction_count":0,"txlist_hash":"b60270d322c86c6452289e0968be64c2217ebeec34944e43aef908e119f838ea"}',0,'BLOCK_PARSED',NULL,'96184b8c91953c01c16bbf3367c457c6498b62ececf1c4300e4a7c75fcb36dab'); +INSERT INTO messages VALUES(924,310374,'insert','blocks','{"block_hash":"f541273d293a084509916c10aec0de40092c7695888ec7510f23e0c7bb405f8e","block_index":310374,"block_time":310374000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a884addfd27f6801764328fb3adc0b0843a676561b482cf648209dc30ff16d20'); +INSERT INTO messages VALUES(925,310374,'parse','blocks','{"block_index":310374,"ledger_hash":"aee93917f6fe0046069aaff48d5d1875a9c4451acec6562a377428bfb1184cd4","messages_hash":"c92e33dc3354b4a5d7bdafc44a2f6d6879f5aca9b7d1735959dde45bad044e43","transaction_count":0,"txlist_hash":"46decb141683d0bf4c52e4f756b955c923bfb3995025d0f19a8ef7cac1dd2b60"}',0,'BLOCK_PARSED',NULL,'3430e5fd7cf85a114b559faf9ad8480b4b5b950431e3eda78699cbc73531e14f'); +INSERT INTO messages VALUES(926,310375,'insert','blocks','{"block_hash":"da666e1886212e20c154aba9d6b617e471106ddc9b8c8a28e9860baf82a17458","block_index":310375,"block_time":310375000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7f0d01a67458e154b825d54df901593151420afcefbb8e7c18e08c4b0d19c213'); +INSERT INTO messages VALUES(927,310375,'parse','blocks','{"block_index":310375,"ledger_hash":"2b0d74911bba5c9530b69c04fec512fe4c5df25458e5237db884586a221fa30b","messages_hash":"b9c54ce4872aa90201dd8318743a56da8948c933ea79925e4613d4b01e21de0b","transaction_count":0,"txlist_hash":"9349961eeb706cf083d6ef1fff69cc871def662dd23fd7854135c1b0dc1a78fb"}',0,'BLOCK_PARSED',NULL,'0e54813ac70be093cd59d4f11c03227a5d360d9e7788ee2687aa0ddaa4aad498'); +INSERT INTO messages VALUES(928,310376,'insert','blocks','{"block_hash":"5dc483d7d1697eb823cba64bb8d6c0aded59d00ea37067de0caeebf3ea4ea7dc","block_index":310376,"block_time":310376000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'43cb033b5c1be4539b0131953e9cfaa7a86bbfc9619c71429b1de058f46ea00f'); +INSERT INTO messages VALUES(929,310376,'parse','blocks','{"block_index":310376,"ledger_hash":"a6f84afe2845ba2fa4e5e7377b1d4474dbde6dfc9c4bed050e6d10cc80025e82","messages_hash":"f78e9e4cc55fb8d6d2346cadc5366ac0ca56db54708536bf56d23150f359c051","transaction_count":0,"txlist_hash":"a5f607569f31beb9ba2a0496a9eb2eb40a6926df4b174161b73f53719ad04767"}',0,'BLOCK_PARSED',NULL,'522d6b1a6c23ff4298ce7e75eb2f17686d9588b616d45518ea5b618be7c91d1c'); +INSERT INTO messages VALUES(930,310377,'insert','blocks','{"block_hash":"f8d1cac1fef3fa6e7ad1c44ff6ae2c6920985bad74e77a6868612ee81f16b0b3","block_index":310377,"block_time":310377000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'91e9e70ea18a6409fd3e03e0504bbe66ca13cb02ebbfea7b90ec62afdbfe3818'); +INSERT INTO messages VALUES(931,310377,'parse','blocks','{"block_index":310377,"ledger_hash":"e006e13691719e4fce65e72c692d3affeae8ae465de2a3b285a1bed4eb518a70","messages_hash":"512661a2666f9304981b94564fe39470e9628fec96c6799ff2923aad4d26e589","transaction_count":0,"txlist_hash":"4dd3a5ae07e934557005871e7c72351077b1092580eadda11fcd3501bb000579"}',0,'BLOCK_PARSED',NULL,'53807780566bed5e90c8f1a7e92d615ebb87f593fa6a3054a3200bf7622fe310'); +INSERT INTO messages VALUES(932,310378,'insert','blocks','{"block_hash":"fec994dd24e213aa78f166ca315c90cb74ee871295a252723dd269c13fc614ce","block_index":310378,"block_time":310378000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b80d50265ebd7c7d597e82404d469305644315583c2c0fd3a1f95cef5bd1e8ad'); +INSERT INTO messages VALUES(933,310378,'parse','blocks','{"block_index":310378,"ledger_hash":"607ffa4928577b82f275750353fcecc2e50098d227f18bb8ea95ac2bbb10eea6","messages_hash":"24e35fe80fe3dfd70b34c7f9daf4c00b8cb5865499477257edcf46b66884cbad","transaction_count":0,"txlist_hash":"49533405fa36a389e0d8cac965389e23eb421da5833d625d160f75fa9defdeab"}',0,'BLOCK_PARSED',NULL,'a8b9b5b61d3ccc9bfad47abcac8ee10574e46a6e3ac75f75702fcb86f2480e69'); +INSERT INTO messages VALUES(934,310379,'insert','blocks','{"block_hash":"d86cdb36616976eafb054477058de5670a02194f3ee27911df1822ff1c26f19c","block_index":310379,"block_time":310379000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ccebdbfa0df7d0653a8d1e68a8bfca23f8452ffbc6083ace8db09d721524cd3'); +INSERT INTO messages VALUES(935,310379,'parse','blocks','{"block_index":310379,"ledger_hash":"9f17e8d662dbbfc12a56dc36172b3154bc9b05a87885d1411826481e1ca4f6ea","messages_hash":"844e0fc0f6b67a14723d27475b29bfd7dc70312f1037c719e8e12fce7fd0e54d","transaction_count":0,"txlist_hash":"4514a78a69d0987ff60976334f70d0533a1c5726099ae73d93be187a57f25f44"}',0,'BLOCK_PARSED',NULL,'4f65d030d56a7aa7e20abf92ae80ba1727f5f9b93c9b6ef6fa058b4bcc39e7d8'); +INSERT INTO messages VALUES(936,310380,'insert','blocks','{"block_hash":"292dba1b887326f0719fe00caf9863afc613fc1643e041ba7678a325cf2b6aae","block_index":310380,"block_time":310380000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'485f299be23d8e8620f87497d9db729cd469aed9925ca13146151681c7c0d238'); +INSERT INTO messages VALUES(937,310380,'parse','blocks','{"block_index":310380,"ledger_hash":"d617e30e1a32ed1cf269a190fd4c843755413492827546a0b3ed14278f817532","messages_hash":"b2a88f030cda2ab8df4951f34254391fe3ca0c45c440a053541f5b7dc716cdef","transaction_count":0,"txlist_hash":"77038e6b75820a64c9fc9530b3d2c8411cc4da649fc69a3d235424c2dd5500c5"}',0,'BLOCK_PARSED',NULL,'4e0767497f72ca3f54c38685b857c9e01f2fd94670ecf0bbfdecceb6dd6648b0'); +INSERT INTO messages VALUES(938,310381,'insert','blocks','{"block_hash":"6726e0171d41e8b03e8c7a245ef69477b44506b651efe999e892e1e6d9d4cf38","block_index":310381,"block_time":310381000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f2e08f12645f8a59a41805111b56cb522c0515fe205fa98116103737b58f3039'); +INSERT INTO messages VALUES(939,310381,'parse','blocks','{"block_index":310381,"ledger_hash":"8af8d819f02927de4a74d3d37dcecf6e5124d53be37603764b1b1adad13b0d7a","messages_hash":"bc4992f758595bc4020399d18350dd936fb0386f1de2496355d7f87d88d4af62","transaction_count":0,"txlist_hash":"48b66540bea91d2c2d216d5c13e88dfd9c1f1a36cae2ec721253034041e63af6"}',0,'BLOCK_PARSED',NULL,'def6c74e902fbad18b298c392edcb5a1e321a9c9649116d4fb52392f613942c0'); +INSERT INTO messages VALUES(940,310382,'insert','blocks','{"block_hash":"0be33004c34938cedd0901b03c95e55d91590aa2fec6c5f6e44aec5366a0e7d8","block_index":310382,"block_time":310382000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'425214eaf34941156355d3b4374f2dab38eade136a0ac30a127c09d756ea612d'); +INSERT INTO messages VALUES(941,310382,'parse','blocks','{"block_index":310382,"ledger_hash":"809d5c20335bbefe8e4f3552e24b24d96f6ee4ab12f3bfc9e74898371cf69797","messages_hash":"47ff212002b14208fd1f2a8426a6fdeec6ac5b7ea52bd52cadacad0df0478a07","transaction_count":0,"txlist_hash":"159e8434abde33d3a97a4e7701cafec884a6d0d7ad78852ee7db449a18c5e23f"}',0,'BLOCK_PARSED',NULL,'78bc642083dcf733d719a3a24a771a14eb546f1815b8b29711c7ec937311d45a'); +INSERT INTO messages VALUES(942,310383,'insert','blocks','{"block_hash":"992ff9a3b2f4e303854514d4cad554ff333c1f3f84961aa5a6b570af44a74508","block_index":310383,"block_time":310383000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5cd0cf0e4d3e1981aa56285760323c1445203d8b0c9bad9bc13dafb4042ecd03'); +INSERT INTO messages VALUES(943,310383,'parse','blocks','{"block_index":310383,"ledger_hash":"d8ec301994a5333f8efe7cc547a833d26c6766deb0b39c4fc18d1bdb470ee903","messages_hash":"c4f8e2a188d10dd38ab3aefc65ae5c7957447fc105fca3ccbbb9a2574e9ad812","transaction_count":0,"txlist_hash":"aecbe5619daf47a60ab2765502725a284224c0985e91993b212c50c3449d197a"}',0,'BLOCK_PARSED',NULL,'6d028c2ec6e8e60fbcdf713edab23051de8d195fb4d6f7a8498895b46df880b3'); +INSERT INTO messages VALUES(944,310384,'insert','blocks','{"block_hash":"d518c696796401d77956d878cbdc247e207f03198eabc2749d61ebeadee87e5e","block_index":310384,"block_time":310384000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e2d96132ed6cfda645eec8b606f03c1454179b49108b020d6f8eca17ee82415b'); +INSERT INTO messages VALUES(945,310384,'parse','blocks','{"block_index":310384,"ledger_hash":"fe47a03993cb9079a6e72810552d631fe838bcfaba3b34c73c9948af77266df2","messages_hash":"5ea1fbe7b934416d63354883998b2f6a13b493f7d67e9f7f1117511a2831da5d","transaction_count":0,"txlist_hash":"e69bc390fb0a624f6d33512a55e9732857afee1b114df97761186ac648f63111"}',0,'BLOCK_PARSED',NULL,'43bdeb406c73aff902b4576e12bd49b7b8b68da5229060dfff728f0ff58aa91b'); +INSERT INTO messages VALUES(946,310385,'insert','blocks','{"block_hash":"2aa6a491a03a1a16adbc5f5e795c97ec338345cfdf10ff711ffb7ac3a0e26e28","block_index":310385,"block_time":310385000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'197896905fa65cd398454b99cd5d2c2d84be07c7e1989788cd605ea3787563a5'); +INSERT INTO messages VALUES(947,310385,'parse','blocks','{"block_index":310385,"ledger_hash":"6114e98e0004cf0f9472fce6bfa6bb99ae38e57214c8b134f30da1d62399f6ef","messages_hash":"94e1950cb879fd142f06a18e580df2434b15291fb176fe5f4cd8183e2e16ad07","transaction_count":0,"txlist_hash":"d3e6a4df9ff34518f8fe243dc87c981aef0cc7b89ff9ca466269a19493aeaecb"}',0,'BLOCK_PARSED',NULL,'ef776ece75fee1744ce1c822f7d62e1e26797ee6a3f02fa6a40c4169d3214a1b'); +INSERT INTO messages VALUES(948,310386,'insert','blocks','{"block_hash":"9d19a754b48a180fd5ebb0ae63e96fa9f4a67e475aeefa41f8f4f8420e677eda","block_index":310386,"block_time":310386000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2cdf01953546df78ac6dc742f0d457f848bf9c607308d43100fffc27f61ea753'); +INSERT INTO messages VALUES(949,310386,'parse','blocks','{"block_index":310386,"ledger_hash":"4c52d59ade1bd2068e3b75b8b3cd1d23c6a94b6437f7966d10f5a07bf8f630ff","messages_hash":"9e9e1aac7472f15574c882dbbbd5ba9b1508364245b12a274b6be10f4764fa20","transaction_count":0,"txlist_hash":"1c250ef18892c191c535562bb35bb1c8bd4f515ab00bc4cf0b564436b2bd33ee"}',0,'BLOCK_PARSED',NULL,'7d507175e990c5bba15a77e26ca2a34517d520d58df2a36fab0539293dded554'); +INSERT INTO messages VALUES(950,310387,'insert','blocks','{"block_hash":"b4cac00f59c626206e193575b3ba9bfddd83bbfc374ebeb2838acd25e34a6c2b","block_index":310387,"block_time":310387000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5e67d6ba8d4b827c4de8b864118cbb7ff8ec2b37915a4d4156792ed1084f8cbb'); +INSERT INTO messages VALUES(951,310387,'parse','blocks','{"block_index":310387,"ledger_hash":"327e9a842233568888998ec1456b6f78c093b47639707d44e6336b2bc18d955f","messages_hash":"55a1f6fc1fe582e18a49bd12e318fa7a964205b388c0b0c04e4d8540a76c85b3","transaction_count":0,"txlist_hash":"d7de64dd98a65b478518d909b1f0f2860f6a0b8e5e530f23ee55caffbaf1a545"}',0,'BLOCK_PARSED',NULL,'069b86d083e13a0cb965e4209d25e9a7bfe1c9f43b03ce800a404d3af499588d'); +INSERT INTO messages VALUES(952,310388,'insert','blocks','{"block_hash":"41a04637694ea47a57b76fb52d3e8cfe67ee28e3e8744218f652166abe833284","block_index":310388,"block_time":310388000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7b911de3be894550ca35eca1f2ca40360e76719841b211ff7f927f113e6fe39c'); +INSERT INTO messages VALUES(953,310388,'parse','blocks','{"block_index":310388,"ledger_hash":"6efaab188a5cae39ef547a804f61bcbc2be4881e0569f49d7622b407f6860401","messages_hash":"9238735ba99009d5ae6eeb168d7e164ab99d8072bfdd8fdb02691de659eb5876","transaction_count":0,"txlist_hash":"4916559fdc472a474aa4c652c85b0db143744daed0d98d7f2fddd1dba32be88e"}',0,'BLOCK_PARSED',NULL,'6fc180cf756c3171fa036c3da54d05fef8c3edfb43a016e973a5c661dd354d75'); +INSERT INTO messages VALUES(954,310389,'insert','blocks','{"block_hash":"3ec95ae011161c6752f308d28bde892b2846e96a96de164e5f3394744d0aa607","block_index":310389,"block_time":310389000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'34d4d7f0d0caab5d73887b1c33dca6580f8c788483a5897822d4cdb20f383108'); +INSERT INTO messages VALUES(955,310389,'parse','blocks','{"block_index":310389,"ledger_hash":"89c686d5d973691a7281268c867f837b86b140a05f16f12302a3cdeb3b6a0ee9","messages_hash":"def5782d06bed7a43279c47499b97c51370c7ad3d4f15e5fc5cc22026fb509ae","transaction_count":0,"txlist_hash":"b2e0098e42f81a8a9369d510b17be67446feb3e5da1b1eb37acd9f0b33b29fce"}',0,'BLOCK_PARSED',NULL,'631474b716d6aa5da0ab767b1209ec44cf0d0e17424a4c0a7f5796d0699542d4'); +INSERT INTO messages VALUES(956,310390,'insert','blocks','{"block_hash":"f05a916c6be28909fa19d176e0232f704d8108f73083dded5365d05b306ddf1a","block_index":310390,"block_time":310390000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'977187b93b926d4a9a64f00e638c9039940fe55ba79008030827845d001a6cb6'); +INSERT INTO messages VALUES(957,310390,'parse','blocks','{"block_index":310390,"ledger_hash":"2c4eceebb94d0c7a7702478d9547d1afbb42ab5ecb5ae6271a3f69942bd77e50","messages_hash":"305a74c345f885bfc0c8f0422c3533a308cc556bd7ad0919bc4c8c7c48018714","transaction_count":0,"txlist_hash":"8e3a48b160083860b0928dd97150477980da9097945c4ae3ee144c505f131b86"}',0,'BLOCK_PARSED',NULL,'ee7d60ea4266c7f811e98b5272f6e5e66ade6d29c0a56724298553be0c057936'); +INSERT INTO messages VALUES(958,310391,'insert','blocks','{"block_hash":"fc26112b7fdd8aaf333645607dabc9781eac067d4468d63bb46628623e122952","block_index":310391,"block_time":310391000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'42d71a240af38fed34194e1dfce550a95fa8f8d5fcd3a3be12e9ee19391d8e52'); +INSERT INTO messages VALUES(959,310391,'parse','blocks','{"block_index":310391,"ledger_hash":"06397124ee2a1bcb9104899469394855d4ecccd1a08626d650bdf3169e227831","messages_hash":"87a39caf525f3ea74a25598e4aeace0cbcd8cf390e4443dab85e273ca15ac522","transaction_count":0,"txlist_hash":"b1b4f0fc9ba54527ea0902192a61158bb5383f1959f187915c07f88bdf11caaa"}',0,'BLOCK_PARSED',NULL,'87e42fa040c40099671c8f0ab2d11a16487641bad80ba39297f5f52de8068c4b'); +INSERT INTO messages VALUES(960,310392,'insert','blocks','{"block_hash":"f7022ecab2f2179c398580460f50c643b10d4b6869e5519db6ef5d5a27d84a1d","block_index":310392,"block_time":310392000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5ccd583b1dac21f8d6c22e38a3d3890537326e60e5ab95c3f11f8bdae92d03cd'); +INSERT INTO messages VALUES(961,310392,'parse','blocks','{"block_index":310392,"ledger_hash":"44974b5fec0be3a2958d39f2d6824a2e82733f873a404ec9887178c620843149","messages_hash":"ea3c28fa4b7c7d71258cb64e4ab6a9adf2dbc661d81d3a7df0653c86ccc4ad7c","transaction_count":0,"txlist_hash":"97a039be078662ac5b1a275d5618224c1a90886c79b9fb651dfcb14481da8e8a"}',0,'BLOCK_PARSED',NULL,'00a0bb8e69039d361636804a8286a6368ba23f536780e9df989a81d5f1898f1a'); +INSERT INTO messages VALUES(962,310393,'insert','blocks','{"block_hash":"e6aeef89ab079721e7eae02f7b197acfb37c2de587d35a5cf4dd1e3c54d68308","block_index":310393,"block_time":310393000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fde4d2cb02c11a87997084478b02f59a98ef4402a6c5474f64ba922a8736d17f'); +INSERT INTO messages VALUES(963,310393,'parse','blocks','{"block_index":310393,"ledger_hash":"1863677c0e552344607b1af3eb8ef8f4fc6b2a73d63eebb3e9928302c887970f","messages_hash":"2cd5a65edd6ec593626421cf8aa066666cdd3dde35de275d6751d87d2a4127b4","transaction_count":0,"txlist_hash":"c488dd61c64182cdc779e96a2b312463d42ff9829d1d518c8a9daa1a4cb26de3"}',0,'BLOCK_PARSED',NULL,'fdf4cacca047a8fcf4079bdc01f50efd82e9eec04517e7e5ddd5a49da5dce28e'); +INSERT INTO messages VALUES(964,310394,'insert','blocks','{"block_hash":"2a944743c3beb3bf1b530bd6a210682a0a0e9b0e6a9ff938d9be856236779a6f","block_index":310394,"block_time":310394000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7a330694bcb2c20c202466d4434d5ff59e7cf12175e37e5f5d696403f3a5a53e'); +INSERT INTO messages VALUES(965,310394,'parse','blocks','{"block_index":310394,"ledger_hash":"3838ba6e84376ed8dffb3fee9b5928d903952c0d8a8ad41ab63a9651a1c8c770","messages_hash":"f48a485ad99c91aec7b12aa2c02bdadbcb99ce11f54b7c45e997b792f57c9c2f","transaction_count":0,"txlist_hash":"e329db30a579327664d135ce9c3661a259378dcc12e179232599e0186c7bfe91"}',0,'BLOCK_PARSED',NULL,'2609004851caa6dbd0f556aa39ced91041aad29caf1dce6e39310b7c94c875ab'); +INSERT INTO messages VALUES(966,310395,'insert','blocks','{"block_hash":"19eb891ce70b82db2f2745e1d60e0cf445363aaff4e96335f9014d92312d20e4","block_index":310395,"block_time":310395000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'36c950a28d9d3eca2adf9eddc3d85f1c549c4b2cebeb9b0e37e482e82e6a8307'); +INSERT INTO messages VALUES(967,310395,'parse','blocks','{"block_index":310395,"ledger_hash":"872367d61f81cddeb555da5f9c4f46a8ac57c24629ab073094e407a4555a8555","messages_hash":"208baf1a7662ee8aee64012d7b26a6669b1f3508cab7c18121b929e7123d6508","transaction_count":0,"txlist_hash":"2234b36f4187eb0da9ed6a633aa2e15075d5efb23f154963885e7fd42495e4a5"}',0,'BLOCK_PARSED',NULL,'7a68f6e2aa5a5fb3f9e1dd5a261d6f03c2fb79be4ffe236081e9e0a42b26fa04'); +INSERT INTO messages VALUES(968,310396,'insert','blocks','{"block_hash":"aea407729ac8d8e9221efd9d70106d14df6aaf9f2f87dc6f490835a9caadf08e","block_index":310396,"block_time":310396000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ff08a847ff92bf8b38dd9df223080f86fd26be4a9122734cec83cd00b089372'); +INSERT INTO messages VALUES(969,310396,'parse','blocks','{"block_index":310396,"ledger_hash":"b9a9eaaf1cf6cfa4ae5b0f314812a9a2346209da0b7ce57e16010d2a01c0092a","messages_hash":"320f2a0c67430fc125811c0f5504b7c487da8700ee29e0491ab2f8c40cbc2025","transaction_count":0,"txlist_hash":"25946162b9af068438633980c75eaf9e508144f603f7a913de56cc11a7a482f6"}',0,'BLOCK_PARSED',NULL,'aeb831791eb1f635f12f283e375a8256aeaa74fa7c818c85ea784d3dcdeddb4b'); +INSERT INTO messages VALUES(970,310397,'insert','blocks','{"block_hash":"7c429e56a19e884a8a77a759b52334a4b79404081b976270114043ba94d7985c","block_index":310397,"block_time":310397000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ecbf4a97f9e0959545fccd231d7b0e2d513f8f44df2ba6e2c6976988c8321857'); +INSERT INTO messages VALUES(971,310397,'parse','blocks','{"block_index":310397,"ledger_hash":"b61f36bcc934a18fdccf7806d41482684ca129801d0b9ce7815dcd488fc49a66","messages_hash":"d6fca935c4ce66cffd2e0ca67742b5d2ce2e44e5eea478d6924954d40a04923a","transaction_count":0,"txlist_hash":"e697fb2f445f03a1d895b904be58a554af4c26ed74a65eb0e52c98e490efbd44"}',0,'BLOCK_PARSED',NULL,'49c5588fc8b2dbe969d45a5ebd62bf44291038075a023685dd6557f9e94d589e'); +INSERT INTO messages VALUES(972,310398,'insert','blocks','{"block_hash":"55c046db86dee1d63c0e46e6df79b5b77dfd4ab2ff5da79e6360ce77dd98335e","block_index":310398,"block_time":310398000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'496f0c44821fbb0452c4e36919f6edb8fb66afc811864480a0e7ce34b440a72d'); +INSERT INTO messages VALUES(973,310398,'parse','blocks','{"block_index":310398,"ledger_hash":"9446476e123e5dd354682c60591cab8b712c30df9080dde756246eef45e21df5","messages_hash":"e675d2b3d6b8cb1f628e5bbadafcfe8077bab752afbdbc7d2556896949d9d678","transaction_count":0,"txlist_hash":"0d20ba449b95f7d128c8b78ef2a37ec390e6177b2041a2b035a72cb8e6062ba9"}',0,'BLOCK_PARSED',NULL,'8eac3ea4dac637e64eeb4fc2ef62ef87015a88f53d35a390e0aba88759913ee8'); +INSERT INTO messages VALUES(974,310399,'insert','blocks','{"block_hash":"765abc449b3127d71ab971e0c2ae69c570284e0c5dacf4c3c07f2e4eca180e7a","block_index":310399,"block_time":310399000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7ab5d289b325237a48bea8f2279ab228b784dc4d9b8b9d79703206188ffdb6e9'); +INSERT INTO messages VALUES(975,310399,'parse','blocks','{"block_index":310399,"ledger_hash":"50d288bca09d446f56544fb1ec50d613bdf156488468ac92d433425a3cab0804","messages_hash":"427c3d442fc1a2b8af8e1f3daea3a8a20eade3de4b2f85acfc4c96d1b37a8cca","transaction_count":0,"txlist_hash":"82214bf1638d82e5b66919990e24d3960eb02a423bb3f36bcdd730b17267e340"}',0,'BLOCK_PARSED',NULL,'2c47ec122223c70a94ff235f5b92695b8c4a0af7b28b6bc6e3b27ae7af8e3b7e'); +INSERT INTO messages VALUES(976,310400,'insert','blocks','{"block_hash":"925bc6f6f45fe2fb2d494e852aaf667d8623e5dae2e92fdffa80f15661f04218","block_index":310400,"block_time":310400000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a905c83cf4165e1bb6a3a314db07c8262b74e3a6aafd0f3072b129bdf366389f'); +INSERT INTO messages VALUES(977,310400,'parse','blocks','{"block_index":310400,"ledger_hash":"349a24fd446727bb1793ccf88fc569d20eb680c10e506fc25b281ce6ec3fd7bd","messages_hash":"e5c2880447ee76e8c7a94895d9089311f4981f5efb110cabf264d841ea98c40b","transaction_count":0,"txlist_hash":"e7ce5e8c9c4160590dcdaba04bc866267a9784f99fe68bebd337da16768e8f18"}',0,'BLOCK_PARSED',NULL,'163ce0d75aa1cbee16bd8b30473b12c9a53714a0b5dfb571c46be87af1570e49'); +INSERT INTO messages VALUES(978,310401,'insert','blocks','{"block_hash":"f7b9af2e2cd16c478eed4a34021f2009944dbc9b757bf8fe4fc03f9d900e0351","block_index":310401,"block_time":310401000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1892523df6c05abb325c9c676e45a0605160d2f02271875be41235fc0428fd16'); +INSERT INTO messages VALUES(979,310401,'parse','blocks','{"block_index":310401,"ledger_hash":"52c06b68cad19608420b73476a73b411d0327382b92bd454cadf1b8616eb17a5","messages_hash":"84030d956a902eaa36d15c21cee98a8108f5dbf398e38d57acc71e43f32b300a","transaction_count":0,"txlist_hash":"6ff1e13b2110c6ee69e86818bd32bacdffa6f4e91fd2d8c2b09b5db35062be81"}',0,'BLOCK_PARSED',NULL,'4b026168e082ef5647c549d1271fd38df79ad976696b289c8a19e5dd17b04a5e'); +INSERT INTO messages VALUES(980,310402,'insert','blocks','{"block_hash":"1404f1826cd93e1861dd92ca3f3b05c65e8578b88626577a3cbad1e771b96e44","block_index":310402,"block_time":310402000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d9bad9cecd32626c9ec285603559bfbcbca7afb270daf7dbc0c06847623d6417'); +INSERT INTO messages VALUES(981,310402,'parse','blocks','{"block_index":310402,"ledger_hash":"8bf64213a454c62dd4b0dcd7dfa298da0244a6aa7ae6fff98be6f49d50d259ab","messages_hash":"69a5706b3de507ccfed545d8e2c802deee360a11eb3af57f03b545586fa41f08","transaction_count":0,"txlist_hash":"3e776187716a384a84170b2e7dbbb5c152d98535351c1f5b4b00c7bf5ea7ff33"}',0,'BLOCK_PARSED',NULL,'9184ea86c8fe57091a06bb726f4c35e5d0f5f717e8fdeb47707a8fe5134a6b92'); +INSERT INTO messages VALUES(982,310403,'insert','blocks','{"block_hash":"f7426dbd4a0808148b5fc3eb66df4a8ad606c97888c175850f65099286c7581c","block_index":310403,"block_time":310403000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'105c69b5b5d73e65c74e0b848c9625e04c0c3ff999cbf50c03357b8d1447df5e'); +INSERT INTO messages VALUES(983,310403,'parse','blocks','{"block_index":310403,"ledger_hash":"fb2a365372522d1442792cb38e1a4167eda2612ef442c776749097a3d541a827","messages_hash":"d806d27fcd4a12c259a4f691d2960cf89297d391f1ce5e91a768437c07f4f8bd","transaction_count":0,"txlist_hash":"1fad731787bca55d4102d8d355ccb9625590baaccd0ae63490320efbf5aaf90f"}',0,'BLOCK_PARSED',NULL,'fde2d7ea45902d3c516978596205869b11c0d8a820a9112849447bc81c2057ab'); +INSERT INTO messages VALUES(984,310404,'insert','blocks','{"block_hash":"401c327424b39a6d908f1a2f2202208a7893a5bedc2b9aff8e7eda0b64040040","block_index":310404,"block_time":310404000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'111ed08c91c94efb5197865c0ef7df78ad429d0a84123d7d9f9a33810da9635d'); +INSERT INTO messages VALUES(985,310404,'parse','blocks','{"block_index":310404,"ledger_hash":"47f96d798df9cad17667be908ebb063ab9f79d947784a78189d247e626864a5f","messages_hash":"9919d3ced73a0986787e7a762ddb2dcc28175b0761f50cad78c317ce00ee2121","transaction_count":0,"txlist_hash":"10b2cfe8ebe45dac311048b4aa8d15d7c59ae17f5c1a0c132cfb675d893de8d5"}',0,'BLOCK_PARSED',NULL,'88fa5781cf0a96f4c05e6d93f20305974aa05e3a4f50ad2f6e19f2a526903033'); +INSERT INTO messages VALUES(986,310405,'insert','blocks','{"block_hash":"4f6928561724e0f6aab2fc40719f591823ca7e57e42d1589a943f8c55400430a","block_index":310405,"block_time":310405000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9393d370d636a74346b411d9e632ae1967d26e6d4233bcbcceede243e6b0cd6c'); +INSERT INTO messages VALUES(987,310405,'parse','blocks','{"block_index":310405,"ledger_hash":"185780205a9ab241bb0656799fd0d5942c1e3e5854abd1d06573da550b04b096","messages_hash":"2f52f14effe60e24720ffa2b687e800ada0e68dd00b347b571eff0c8deaba3d4","transaction_count":0,"txlist_hash":"8cbd52dd97944b34f080d675a51360dafcd38183cb08633e6ea247d2c5074435"}',0,'BLOCK_PARSED',NULL,'230590a8c3226831b563b0d86f6ae4d7b2bb6b4ebe0bd18b74db49f30bff4f2b'); +INSERT INTO messages VALUES(988,310406,'insert','blocks','{"block_hash":"6784365c24e32a1dd59043f89283c7f4ac8ceb3ef75310414ded9903a9967b97","block_index":310406,"block_time":310406000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9cb17548ad3b2af79dc9c8c36ed030d4cd31a17163f0006340296585fde63a8c'); +INSERT INTO messages VALUES(989,310406,'parse','blocks','{"block_index":310406,"ledger_hash":"367b9de2313c5f7fce0c2dc2b4a8e2bc059f6881bc924f7315e8e2ca61728a59","messages_hash":"43eaf607e11ce8adc5278f89d631db86418ab2798e68344c669f0988882069d1","transaction_count":0,"txlist_hash":"0d104d4ce44d11e581f51e5a33ec9e35a994b2b992842b173fb8a2756412b4b2"}',0,'BLOCK_PARSED',NULL,'bfb780d4c5ada859ba9fb331a9475200e53849d1bb35f5ef5db51abfd5ff766e'); +INSERT INTO messages VALUES(990,310407,'insert','blocks','{"block_hash":"84396eb206e0ec366059d9e60aefdb381bca5082d58bffb3d2a7e7b6227fc01e","block_index":310407,"block_time":310407000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9214f475151fdcd724d62339f2a34710b5230cb7ec13c856be84e2ca464f289b'); +INSERT INTO messages VALUES(991,310407,'parse','blocks','{"block_index":310407,"ledger_hash":"2bdbd79575aa2ff52ba0cce3fc1a1aac6120d598a8ab0ff3925e1395e6cad2d1","messages_hash":"6714a844c0156ae8ce2f2eaea96f53ab79842e61e231a53a282bc6ddf6d756d5","transaction_count":0,"txlist_hash":"a3407057dc90723c90ed8f2df5af7840e50daa4c4bdedd47181c17a1e8563934"}',0,'BLOCK_PARSED',NULL,'9fe8a38fdadc693f0da3b49a59d2e1ba225e7704def1b622843cb07113e90abf'); +INSERT INTO messages VALUES(992,310408,'insert','blocks','{"block_hash":"4827c178805e2abae5cb6625605623b3260622b364b7b6be455060deaaec2cda","block_index":310408,"block_time":310408000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6e9f0073cd2b587f754ae3ded44e76c6f3b41e80c00fe637381a1858f6af7df7'); +INSERT INTO messages VALUES(993,310408,'parse','blocks','{"block_index":310408,"ledger_hash":"fcd0edef8c4ae9517a6e793a2742c598de38c122829b7a7aa265310417ac92c3","messages_hash":"c449c48a98af7db2d3ba1086a3be9590c4bef14b6b0a843a7dd50c3f86ab3ba7","transaction_count":0,"txlist_hash":"3ee1e7949bdb395a4e481f94344fccb2781abcb3f5d1fea2bbadb9de9228a426"}',0,'BLOCK_PARSED',NULL,'5cc9d02bc351f682db3a8bc9789110f89d7ecfb9ec8c8883b9dbcf5f6cf08643'); +INSERT INTO messages VALUES(994,310409,'insert','blocks','{"block_hash":"01a719656ad1140e975b2bdc8eebb1e7395905fd814b30690ab0a7abd4f76bba","block_index":310409,"block_time":310409000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'57c08204e2018dcfc044de5977a48824b8cc4b96f7dff06f1456d8f77d9dcd8e'); +INSERT INTO messages VALUES(995,310409,'parse','blocks','{"block_index":310409,"ledger_hash":"5b663c40873af21ebc721f2689e2c57a2c787fff579c58f033bba75910a64837","messages_hash":"57a5362a3d65ba233a683413690c89b8d253cf8f73b7d76a3ca59bfe6fc6ea88","transaction_count":0,"txlist_hash":"68fbf3a110ed24946d1594f5a4de1dae9c4b6f0394188a71ab89996e9fb4e55b"}',0,'BLOCK_PARSED',NULL,'be14e6b4ae677a930a18cf3168462b4e7bb3e79e2a85225e605a17ac535f7053'); +INSERT INTO messages VALUES(996,310410,'insert','blocks','{"block_hash":"247a0070ac1ab6a3bd3ec5e73f802d9fbdcfa7ee562eaeeb21193f487ec4d348","block_index":310410,"block_time":310410000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'49f5b2725b169674ed8bedf164a01322640cfe18c21b192d0d340d4ebe46a547'); +INSERT INTO messages VALUES(997,310410,'parse','blocks','{"block_index":310410,"ledger_hash":"93c5a33931b2a33933bc286d6987b34730c0677460e4875d5c032ae86c2e01f0","messages_hash":"4401c11e98e966d90827e8f0ea562e7a044b3a0bed7ed2f4af48684df6015709","transaction_count":0,"txlist_hash":"bd755bf0718d5a0423ec41a8ac84b1554751ff8f0a3f63d87e7e0f58aaa31008"}',0,'BLOCK_PARSED',NULL,'b4287fa6663b6071f0245ccf08567dbd6b46dec0ce53617d1744c63e33725b99'); +INSERT INTO messages VALUES(998,310411,'insert','blocks','{"block_hash":"26cae3289bb171773e9e876faa3e45f0ccc992380bb4d00c3a01d087ef537ae2","block_index":310411,"block_time":310411000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'021b8e6555da2a400b421194012b99d66b93a499264bb2a38bc1bc86322f6abb'); +INSERT INTO messages VALUES(999,310411,'parse','blocks','{"block_index":310411,"ledger_hash":"8d98498f89619a2e334e9ac69bf8ff37251af6431d9bb6d1ea8bbc404c5e560d","messages_hash":"5350d59e6e5ad06ae4aaec7dd4c993643daa1d975081a9bdfc4fe71f46aa865f","transaction_count":0,"txlist_hash":"103563dcfc7b9f149b6efdad7cae17b090d4a8232fd4c37fac7bcf942d784b55"}',0,'BLOCK_PARSED',NULL,'6feaa7d92c4819e215ff8a8d54406447581a252b72ef5a03f8d38e10c977dd2b'); +INSERT INTO messages VALUES(1000,310412,'insert','blocks','{"block_hash":"ab84ad5a3df5cfdce9f90b8d251eb6f68b55e6976a980de6de5bcda148b0cd20","block_index":310412,"block_time":310412000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'21a1ce472a296247136bb43d8fcdfb0def95eab0fd78eb5dad62c3bdcb89c274'); +INSERT INTO messages VALUES(1001,310412,'parse','blocks','{"block_index":310412,"ledger_hash":"a16a650c4b63ed783e7229980be1177da867c188a5039ed5c58b9717f6ccf634","messages_hash":"217265c25777a2a9d1229477a8ddce01e8b3b18d9b994625bc28e8c9df36d39b","transaction_count":0,"txlist_hash":"4daa6f0799529346ba4ee87e2aed1450447921dfa92e785378fae39c234a7c8f"}',0,'BLOCK_PARSED',NULL,'3ab256779f3ce2500090a9a50a743aa4025617b703fa5194aaec6378813545eb'); +INSERT INTO messages VALUES(1002,310413,'insert','blocks','{"block_hash":"21c33c9fd432343b549f0036c3620754565c3ad99f19f91f4e42344f10ec79bf","block_index":310413,"block_time":310413000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c1e3ae0a08090563cc9a6f54741d431521bc57ca6057fa062379045dc0209ef0'); +INSERT INTO messages VALUES(1003,310413,'parse','blocks','{"block_index":310413,"ledger_hash":"768577c1a7c2cf2cc19cd8dbe823f1bdb8a222daee4c7ac7b5ead6633040c283","messages_hash":"e9666b1972d472345aea75b721ae15ce6b460b888e2905bf9dedf5ff2735c6f7","transaction_count":0,"txlist_hash":"7ae9815341dccd2d1bff8dbcfdbcce4e52b4aac8f2fdd421348ed9f44cd19e38"}',0,'BLOCK_PARSED',NULL,'fa2a1f07b30037601c0789bcbabfb5fea578886b28c248ad3cb7b7ab0900cb0a'); +INSERT INTO messages VALUES(1004,310414,'insert','blocks','{"block_hash":"8cff03c07fd2a899c3bcf6ac93e05840e00de3133da14a413e9807304db854b6","block_index":310414,"block_time":310414000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f1773914605d7051f9eb9332b2bb76391df323af38a7582572663de5f01a3771'); +INSERT INTO messages VALUES(1005,310414,'parse','blocks','{"block_index":310414,"ledger_hash":"906c491f164877c31002da41233c237d0d4a945a0072406a7b7d13df74be7eec","messages_hash":"3defbc477a4f17ed73381708af2e1f57aa4362d4a7fb14949e1975645e1c22bb","transaction_count":0,"txlist_hash":"807cd64b4d8ee3d91a5cbc651e42feeacd5248b6572310472743ca71a9f24621"}',0,'BLOCK_PARSED',NULL,'886184ed96f3e27e35251cbde123cca5e181175702b39cbcb549f27767dee00d'); +INSERT INTO messages VALUES(1006,310415,'insert','blocks','{"block_hash":"dd0facbd37cca09870f6054d95710d5d97528ed3d1faf2557914b61a1fc9c1cc","block_index":310415,"block_time":310415000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ece7b06d606f714af487458e46bd8a14aa19e24796f61fa6b23ef544424bf200'); +INSERT INTO messages VALUES(1007,310415,'parse','blocks','{"block_index":310415,"ledger_hash":"d27f99b4a67dfc910d3b932f97b7299779f245e95f871140d3c90f13cc6e506e","messages_hash":"4642032f48b7a226559893c5e5d666510517b31c21ca0113a11e2d82cb5a4366","transaction_count":0,"txlist_hash":"67fe947c260b3d8748887e94f68c3725664bb6dbd72187e9312ee48a42770ec3"}',0,'BLOCK_PARSED',NULL,'a6e9eecadac5ca7cdc4dfbc5f31f8a0441e446025f8a15d176a6723f61b32dd3'); +INSERT INTO messages VALUES(1008,310416,'insert','blocks','{"block_hash":"7302158055327843ded75203f7cf9320c8719b9d1a044207d2a97f09791a5b6b","block_index":310416,"block_time":310416000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e48c85137066e58c6c85b3052c976180d9465f83c7453352cbb2be5538d88403'); +INSERT INTO messages VALUES(1009,310416,'parse','blocks','{"block_index":310416,"ledger_hash":"90fcd04c508a9821e0ba0ed36cd7cfadd1d3c95116e3f52ad69f98d3d14de571","messages_hash":"6619efc1caf8f8ec4cc5c809d532ba3b892ec8ecfc84de54172910d2f331f40e","transaction_count":0,"txlist_hash":"1041a17c5c146181a56da6ef17386814299be8a22c76a2b2f8a4a2768b2b531c"}',0,'BLOCK_PARSED',NULL,'1bdbc1b69aedc79e3ec515c0cee32808f4deb2b516f6eb7cc654cc176c7f4605'); +INSERT INTO messages VALUES(1010,310417,'insert','blocks','{"block_hash":"2fef6d72654cbd4ea08e0989c18c32f2fe22de70a4c2d863c1778086b0449002","block_index":310417,"block_time":310417000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dc5d6013e5d95acd9095add07de66c1913f6abce7516b5694c177350631cebd4'); +INSERT INTO messages VALUES(1011,310417,'parse','blocks','{"block_index":310417,"ledger_hash":"19cbb26c6d24df5b110a5aae9b53a911a61b2086dde926273a1b0f66c1049e6b","messages_hash":"1ece895c9196f9371be8bb87deba7786b4864cc008b2aafa07e1b4701467ede5","transaction_count":0,"txlist_hash":"920154e272608daa3c501588cf0eee50c2c45a385d30f42711657ae4a6de3bf5"}',0,'BLOCK_PARSED',NULL,'af361ac080556605e6c375733775a99a804e1fb823a9ec8c0894b79269afe580'); +INSERT INTO messages VALUES(1012,310418,'insert','blocks','{"block_hash":"fc27f87607fd57cb02ce54d83cec184cf7d196738f52a8eb9c91b1ea7d071509","block_index":310418,"block_time":310418000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2d24ed63063ae9e78744f858ab3a22bb8204818d8b83dc49554272d69e440141'); +INSERT INTO messages VALUES(1013,310418,'parse','blocks','{"block_index":310418,"ledger_hash":"2dc971d2db4e92e2d5dcef124bf9cdad33c41a71d6ae3db80297cb2257911f0d","messages_hash":"18cae1103a6c810076a9bde9303e6b71a031c09523cd652ab5e206d4bef07ba7","transaction_count":0,"txlist_hash":"290826e9c72e49636370d0dad56ba1c2c9209d888b993e030838f84300c0225a"}',0,'BLOCK_PARSED',NULL,'2872281cca21d4df799ab17951f91e801efa78f1629c7841aafe032d5cca0793'); +INSERT INTO messages VALUES(1014,310419,'insert','blocks','{"block_hash":"9df404f5ce813fe6eb0541203c108bc7a0a2bac341a69d607c6641c140e21c8e","block_index":310419,"block_time":310419000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ed3e0a272a8bf21dd705eae5825a5125a61396d093c266c758a0ec9221bb00a'); +INSERT INTO messages VALUES(1015,310419,'parse','blocks','{"block_index":310419,"ledger_hash":"7ad2bf141622a0db4b27b1f4dab4857d1595e3f746a4113992850a680ebf1f37","messages_hash":"f46b42919b61c0ff5fa2f65d2a2735bca6499821aaf658617e2b8819aea1343e","transaction_count":0,"txlist_hash":"d06653b493d120dd288637d530cd3f6efa1c8f5c252bb275572c1948ff0f3539"}',0,'BLOCK_PARSED',NULL,'2fe753cc61c97933abf64b4820ea8b7da3dcd87a99b20b59d4f0f9ff03047f34'); +INSERT INTO messages VALUES(1016,310420,'insert','blocks','{"block_hash":"138b3f1773159c0dd265a2d32dd2141202d174c2e52a4aeac3588224a3558372","block_index":310420,"block_time":310420000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1f8332f23ca798e047c9db8d34506c5f1edb95767c7274ef09cea4959edf84a2'); +INSERT INTO messages VALUES(1017,310420,'parse','blocks','{"block_index":310420,"ledger_hash":"3602b26268d1bd3fc5f08f170e9767ff07c91f6976a1c342dc6b24f7ee98c509","messages_hash":"2beb5d9bff0cfab9c1735c98821fc473bf358f3c78edb7a3f3eb59c9ba17b9e1","transaction_count":0,"txlist_hash":"ae8e61a57232c10bd15c655bb8c76007dcef394ba64d1619157ca58990e18c25"}',0,'BLOCK_PARSED',NULL,'530e78561272cf9a6049771f977b38755ab081adbefa8b5327be46dcb167f78a'); +INSERT INTO messages VALUES(1018,310421,'insert','blocks','{"block_hash":"71fe2b0e02c5cad8588636016483ddd97a4ef0737283b5fd4ab6ea5dc5c56b9a","block_index":310421,"block_time":310421000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'036206dc446605842f4a38a420790137d1ca52606d6f9e985fe0e24c122b4b37'); +INSERT INTO messages VALUES(1019,310421,'parse','blocks','{"block_index":310421,"ledger_hash":"1c1facfa3852b33c173a08d06450335a2b230541c60973a154e8dd864f3c3c8b","messages_hash":"759cb64a2468cfc52c10271d4e4a81141f4094f9acf8378c7e79fc97ea8ea99c","transaction_count":0,"txlist_hash":"01bfd609f878bb6149779f6377d7868d5b7fa3b831f68cd757967b982cd09ad4"}',0,'BLOCK_PARSED',NULL,'d88a38853c52b8d43eaf680bf200387b6da6e9bd1e00deb71a8275e35b367239'); +INSERT INTO messages VALUES(1020,310422,'insert','blocks','{"block_hash":"cd40260541b9ed20abaac53b8f601d01cd972c34f28d91718854f1f3a4026158","block_index":310422,"block_time":310422000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3c06c467c749dab6de6aa4440a141142905f035486ce03462e13e0468e321ddb'); +INSERT INTO messages VALUES(1021,310422,'parse','blocks','{"block_index":310422,"ledger_hash":"e788123aefd1129554fa2c166dbd06ce68f913730183ca73cf248c1f5284eba4","messages_hash":"36fb6238b2d74658349e9bd2c91e84257b3691504cbb171c8150d07dd32db1dc","transaction_count":0,"txlist_hash":"6577ad9a9e3889fb5eeac7fc9039af8d4537a8fc28b4a9de85e230f5d9da3583"}',0,'BLOCK_PARSED',NULL,'6f20445b73f4726d1c589cb67b3969fc2239cf22c083d51d941182dda4542350'); +INSERT INTO messages VALUES(1022,310423,'insert','blocks','{"block_hash":"6ca0d6d246108b2df3de62a4dd454ff940e1945f194ba72566089f98ad72f4db","block_index":310423,"block_time":310423000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e5b302e3597c62cba53abd62eedc98484d9592b666593dc68c4a838f1d43eadf'); +INSERT INTO messages VALUES(1023,310423,'parse','blocks','{"block_index":310423,"ledger_hash":"ad445e5351af8739b2f74cbba8b44201c20ab55ad1db064402614fb97f35c375","messages_hash":"02dd1ebc273940d93e9f8d3d8f1bcdfe45ebe4e69118e57bcdebee69f000681b","transaction_count":0,"txlist_hash":"dd7b66518e8ec22359df2d8ad4c0349fe4ab3a74620aaf2ef4bdc93a4c7e2d92"}',0,'BLOCK_PARSED',NULL,'13472fc58b6e46d130c7854408bc395cf0770c8552612b43a1fd9b9229020b8f'); +INSERT INTO messages VALUES(1024,310424,'insert','blocks','{"block_hash":"ed42fe6896e4ba9ded6ea352a1e7e02f3d786bfc9379780daba4e7aa049668ad","block_index":310424,"block_time":310424000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'82c5e415d780100dc4ae219eec9461a8fbecea354352ea862356103beaad96fc'); +INSERT INTO messages VALUES(1025,310424,'parse','blocks','{"block_index":310424,"ledger_hash":"e89872ed802fe4421844882958fe6384cf21a85a6dcf10db761e2bb4a77ed24e","messages_hash":"97d80a832910c23f007ef47d071b4166f64d822e5e797fd81d41133b88b9b32a","transaction_count":0,"txlist_hash":"bb05836e569bc4c85141c5b4d2832efa5a83ad519260e96d92f6ee16fe4a0c80"}',0,'BLOCK_PARSED',NULL,'f68676e73e689f1e8e00bcca4f7820f6e778f2d84b28e0d60e17386ac7d794d0'); +INSERT INTO messages VALUES(1026,310425,'insert','blocks','{"block_hash":"73f4be91e41a2ccd1c4d836a5cea28aea906ac9ede7773d9cd51dff5936f1ba7","block_index":310425,"block_time":310425000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f6332552643014f31fa40bfc3ff5059a1cc6c5db3c9e5a9f0088bdefa5f233ca'); +INSERT INTO messages VALUES(1027,310425,'parse','blocks','{"block_index":310425,"ledger_hash":"29e595e9ac7717013cfc8d12255496192234abbddd8a66762a5eaff0c49f3750","messages_hash":"ae4acefbb19a7bde582a48fe81041f6ea1bcca99fa754c16b78dcfbd5dc243fa","transaction_count":0,"txlist_hash":"2cedf78c9d13e32fde5792907f2ac9f409fe701740533b94ceab6b8087f790b1"}',0,'BLOCK_PARSED',NULL,'af41cbec8325ccaf80932b3b5afea12bbb60f6d2d8cf6cda1698272ffeb59c02'); +INSERT INTO messages VALUES(1028,310426,'insert','blocks','{"block_hash":"9d28065325bb70b8e272f6bee3bc2cd5ea4ea4d36e293075096e204cb53dc415","block_index":310426,"block_time":310426000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'593205abd675660c05aa2be2e4f69371ee1da03bc998e0bc3741ff09cac34641'); +INSERT INTO messages VALUES(1029,310426,'parse','blocks','{"block_index":310426,"ledger_hash":"9b9509ce7b7bf380f4d030604810a755c71fabe27152be990997a6a9db37ff15","messages_hash":"d0608f0dc4612ed841c6721aa27c2a86fec9c72ac9f596d983547d3c9488794e","transaction_count":0,"txlist_hash":"c037094c1947835fceefa8a25a81724d9c88191d5f5199d3a59339bd44407289"}',0,'BLOCK_PARSED',NULL,'1d1314e8f9907aecdaef256ca51890f792063384c37e423df01582499034d375'); +INSERT INTO messages VALUES(1030,310427,'insert','blocks','{"block_hash":"d08e8bc7035bbf08ec91bf42839eccb3d7e489d68f85a0be426f95709a976a2a","block_index":310427,"block_time":310427000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4b812f13cd44eaaa8c4b5e49db1469637f5a71d9160bc744d914c67fbc47d3a7'); +INSERT INTO messages VALUES(1031,310427,'parse','blocks','{"block_index":310427,"ledger_hash":"f1b834e2a380f1b9a78c592acbe78ec809220c620e15f296ab8d7ecea6cd392e","messages_hash":"ed6409be6f8bd03d161ceb91a3287347a3e46876fdb8af280586b55a7b4d7afc","transaction_count":0,"txlist_hash":"81d439d9d368279e97c8739243efb01c7027be218d831d93127364fa247aed95"}',0,'BLOCK_PARSED',NULL,'4d676cfa26b77c798e3c16f97d71353d4306eaa6327910c7225c50c891dfa24e'); +INSERT INTO messages VALUES(1032,310428,'insert','blocks','{"block_hash":"2eef4e1784ee12bcb13628f2c0dc7c008db6aaf55930d5de09513425f55658a2","block_index":310428,"block_time":310428000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d878367dd0edd7510af1ed28fce2ed9e53d7fb637b059e42e5b19d40a6f63152'); +INSERT INTO messages VALUES(1033,310428,'parse','blocks','{"block_index":310428,"ledger_hash":"9e963a17fbc4a5c20d48094f1459959033520f92d7a8bc044b71bbffb8dd173d","messages_hash":"ea355cf2e64178569c0628afab296b0ae08bca6c974b37674ef9ecc7e8e11e68","transaction_count":0,"txlist_hash":"002b7ac255f66476970512e50d7ca9cb5da695bea9763bf0379f8d8e6c77a71c"}',0,'BLOCK_PARSED',NULL,'43bb0737e342673238fc8847a95cceca22093151fd6a5d7da458e99df23d10cb'); +INSERT INTO messages VALUES(1034,310429,'insert','blocks','{"block_hash":"086bfbba799c6d66a39d90a810b8dd6753f2904a48e2c01590845adda214cf8d","block_index":310429,"block_time":310429000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e465e92d911527a38aa30e1faf936f3e4d63bc7508c1033d870b5388ebcdb217'); +INSERT INTO messages VALUES(1035,310429,'parse','blocks','{"block_index":310429,"ledger_hash":"ac8cfd965b9c53f32731a3e0fcdb6df5746d646b02c88b5201a674125e37eed5","messages_hash":"e0f2115606c60b8a0eb43a20571436cc83bd054c076cdedeb8a0c169184711ac","transaction_count":0,"txlist_hash":"4b68376b50d77145ada0ebc72c3eb43b54b4743b538dbc9fa2c914515882dbb7"}',0,'BLOCK_PARSED',NULL,'86fc21ec944b35bb3de44e45dcc0972ce4eeeb04d0aa54e60392187caa47549d'); +INSERT INTO messages VALUES(1036,310430,'insert','blocks','{"block_hash":"870cf1829f84d1f29c231190205fe2e961738240fc16477c7de24da037763048","block_index":310430,"block_time":310430000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'608b883689c5a9bc07e392528972c5c2f6a5a5081897cb675c17fabd247ed6a1'); +INSERT INTO messages VALUES(1037,310430,'parse','blocks','{"block_index":310430,"ledger_hash":"33654e32dfd41ff3a5744b57fd2483a08a2b4729c18ca54c3ac5d95a1bf0ef21","messages_hash":"aef5ef08d5db05efb1f6c43b741fb42755c41a2eab23088b62307a8dbe544a6d","transaction_count":0,"txlist_hash":"3323c2d01e777caaca3eeaf6f2af8299cee1622589cbaf08f4d245356642d2f2"}',0,'BLOCK_PARSED',NULL,'e82c88750c814316f9bed11cb37b4ba5a289c20635a883294d928871e229ae5b'); +INSERT INTO messages VALUES(1038,310431,'insert','blocks','{"block_hash":"20b72324e40ffc43a49569b560d6245c679e638b9d20404fc1e3386992d63648","block_index":310431,"block_time":310431000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f9a2bfed9bef131083027668aef428cad121738bafacf9cdd1a9cf9681461189'); +INSERT INTO messages VALUES(1039,310431,'parse','blocks','{"block_index":310431,"ledger_hash":"ba8837c811ae87981cc37cb49438d958fa58dfc5a95824040f2fd088465406d1","messages_hash":"5237481e07f1b93e9c9fedb74ac09281c213e4eb6280ae1d46f05548a404ce22","transaction_count":0,"txlist_hash":"67aadda0a565f4f5e2786b5007e56e2d10077e87e7d3acc216fe0803365b7b81"}',0,'BLOCK_PARSED',NULL,'9ae22a287b3419481d92d296afeb80c2dc217024ba49b14d3af3b067c82ccbdd'); +INSERT INTO messages VALUES(1040,310432,'insert','blocks','{"block_hash":"c81811aca423aa2ccb3fd717b54a24a990611365c360667687dc723e9208ad93","block_index":310432,"block_time":310432000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'860bd24a2e08bbe2d2f4ce972c791c32548176d67d82757996b5a9763c802d10'); +INSERT INTO messages VALUES(1041,310432,'parse','blocks','{"block_index":310432,"ledger_hash":"7864019cb0cbbcd895154421183d6acb932b1d64441103b913d52469f656655f","messages_hash":"9e10d8ed1ee44ad89e5be455745427eaceffe0f647e8fb93fda599f00ae252f3","transaction_count":0,"txlist_hash":"c12942ffa02a5f8eaddf3e8e55ad0ea03f29cebd9e822e00c504c162cddd0471"}',0,'BLOCK_PARSED',NULL,'87b3bb3d5a0dc1ce94ec3978c157eea754ae73bac0b39572a9888ad1cfc78d2a'); +INSERT INTO messages VALUES(1042,310433,'insert','blocks','{"block_hash":"997e4a145d638ad3dcdb2865f8b8fd95242cbc4a4359407791f421f129b1d725","block_index":310433,"block_time":310433000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3b5d35338b741e1c7f62cc28f520e1cb5426e9c918acb2e675cfb7edb1493900'); +INSERT INTO messages VALUES(1043,310433,'parse','blocks','{"block_index":310433,"ledger_hash":"a6da92ef0df7d092de09f2f8d2c99ff65ad74e2a0bd2ea25f8335614372f5279","messages_hash":"d64318a7c45c46dae029c191a95c5ffb41c426d850e5a63b020326768a4593a1","transaction_count":0,"txlist_hash":"f0eefd9f81db595b07fe719a41e67e54fdb987e177f05d37040237db3be2a8a5"}',0,'BLOCK_PARSED',NULL,'f8a125a39992d0f389c29a16846f92d2650b5966c32f568d22a792d24d072a13'); +INSERT INTO messages VALUES(1044,310434,'insert','blocks','{"block_hash":"61df9508e53a7fe477f063e0ff7e86fbb0aef80ff2ddedc556236a38f49ac4d8","block_index":310434,"block_time":310434000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c8ebfd851394699a4865aff99a454311e3be100d5984a1a21e8934f0bb14a0e4'); +INSERT INTO messages VALUES(1045,310434,'parse','blocks','{"block_index":310434,"ledger_hash":"e288db28ac6a42822f85fd042f65b57378bc6cc2f8616edfa88143d7b1c9ddcc","messages_hash":"55130635a017809fc8f4828e7d8f6d740b63bd76cfb8a243eb0efb471bb1b72c","transaction_count":0,"txlist_hash":"173f8b7d2c581e9f088b3fb6e96ad2af597b172717d8f8732fd5857997f0f3d7"}',0,'BLOCK_PARSED',NULL,'b433e04f148a8b3198b3478d8dd5602095704d37b94a2e54dc0ee3758b7b32f2'); +INSERT INTO messages VALUES(1046,310435,'insert','blocks','{"block_hash":"f24cf5e1296952a47556ac80a455a2c45da5c0dc2b388b51d235a3f741793d5f","block_index":310435,"block_time":310435000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d6b219fb6cf86f4d8f34d8cd1124808eacc7145fd860db5f54bbd7ff0ed5b128'); +INSERT INTO messages VALUES(1047,310435,'parse','blocks','{"block_index":310435,"ledger_hash":"e87af314e8d7a5f2315ccc559d7c2255c008ba63aff017696201db69344d423f","messages_hash":"95f7833de5c4c05d94c8c8fdfd5329781445cb0bf78d286d0f55ff2ee2c01a95","transaction_count":0,"txlist_hash":"a4dd5a36f1aeee54e99bb23095b64707fc0b3fde5f64e33135429a100e4ea558"}',0,'BLOCK_PARSED',NULL,'733c1bce3def5abd943195090ff1ba819c8e95c66e9161ee9dcdb0f96f0be1b2'); +INSERT INTO messages VALUES(1048,310436,'insert','blocks','{"block_hash":"a5e341ba92bdf9b3938691cd3aab87731eba5428bb61a804cecf9178c8da0c19","block_index":310436,"block_time":310436000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4e0cef9769e4d4673a64eee14c00b34388b66421ec858f5737b7eb301c32f07f'); +INSERT INTO messages VALUES(1049,310436,'parse','blocks','{"block_index":310436,"ledger_hash":"82327b93bd3ffcdf797bc2f6470b9c8c5101e54b924ec5f141a31356aa8865c7","messages_hash":"ad0ee5331be7965368dfb91c7d4ebd5503979cee3955c175b644e3849496e1a0","transaction_count":0,"txlist_hash":"c6b0f05a847c30dd3f2d3f8cb7c26a84f1d005b4720a553f9dd8b717185d7f05"}',0,'BLOCK_PARSED',NULL,'d31ec279befeb60c7bde73ad45a6d8eb2dc394c3d452570bff4d7bfd134acb57'); +INSERT INTO messages VALUES(1050,310437,'insert','blocks','{"block_hash":"9e18d0ffff2cb464c664cefc76e32d35752c9e639045542a73746f5ec2f3b002","block_index":310437,"block_time":310437000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d9f9d4ed4dda875e45a9956e1630b661ff98b0eaa9a8b95ba4d8fb702409f7d2'); +INSERT INTO messages VALUES(1051,310437,'parse','blocks','{"block_index":310437,"ledger_hash":"70d86f9ef8df495474de06b94e1857693c73d9ca3528356b82553a52fdce0dda","messages_hash":"e535ceabd19db64fabef0b4a6d152eafb29e3d615f3f5c48e5dee9f0b05350ab","transaction_count":0,"txlist_hash":"809d60564fefff56688616b7fb96378d4eb425e5c8de36b34f0c9070935dac26"}',0,'BLOCK_PARSED',NULL,'d19fe064fe8406c6a62d6e117b85c6569332fddec1c91549208a3e6ad11eb42d'); +INSERT INTO messages VALUES(1052,310438,'insert','blocks','{"block_hash":"36be4b3470275ff5e23ed4be8f380d6e034eb827ebe9143218d6e4689ea5a9fc","block_index":310438,"block_time":310438000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2a9dc7a8a99dac67186beea16f55337ee2bb62e277e185be1e7005c9488a069d'); +INSERT INTO messages VALUES(1053,310438,'parse','blocks','{"block_index":310438,"ledger_hash":"44b90478e32373205462f0fb212da636b31db6dfb99a2b56923beb97a3a64722","messages_hash":"37e3833726bd369d1929e9cbfe871eb641705895cd02fd6c0a225a7650ebfdd4","transaction_count":0,"txlist_hash":"2cf7695a3cea08358af8bd9378b1d6ad6c7223cbac01589042ace6c3cb312196"}',0,'BLOCK_PARSED',NULL,'976b56c21380eb2ff40a4cfc8a7b67c3d814a6fb74f975fa478be819a9fd1d32'); +INSERT INTO messages VALUES(1054,310439,'insert','blocks','{"block_hash":"4f2449fce22be0edb4d2aefac6f35ce5a47b871623d07c2a8c166363112b2877","block_index":310439,"block_time":310439000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0e9e5953bf664f353e2e33ce22856794452db85114fc247b94c084e39a967274'); +INSERT INTO messages VALUES(1055,310439,'parse','blocks','{"block_index":310439,"ledger_hash":"66b791b9deb7d2fc8b075f41d712e300ffa9c46ca9d6f4e7cec6429ca6a65163","messages_hash":"7cfc9a23c12402f73c25a1c0113b3d28c3091c26de7f4507dd0a73e1219ee4e1","transaction_count":0,"txlist_hash":"41f11f77910c12535fa183e819b36a0dda32eaafe0ae8016e2ce7c23d5c1d67d"}',0,'BLOCK_PARSED',NULL,'52a822e65732301688c2ca8325919340ab94dfd0782875e0438f6c6d7cfb1b30'); +INSERT INTO messages VALUES(1056,310440,'insert','blocks','{"block_hash":"89d6bd4cdac1cae08c704490406c41fbc5e1efa6c2d7f161e9175149175ef12a","block_index":310440,"block_time":310440000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5421957508d335eec539e6995bcc07ea538ed86df56556021b6b78a1ec129403'); +INSERT INTO messages VALUES(1057,310440,'parse','blocks','{"block_index":310440,"ledger_hash":"5baa10e1659182ba4511f87f08deda38d5de3501c63efd376604cc199140d27c","messages_hash":"624ff761f2996743eea9f650ce93b777c695a99abba4762a99904c0f350505bd","transaction_count":0,"txlist_hash":"c6762d7334806b6b62c3cee84f65346d1121493d3bc3f890af174c4abe4710ae"}',0,'BLOCK_PARSED',NULL,'e92df65437dcd3daf4a7d53e858ba5a7150eb74bdfe052f208fa02c53c829fc0'); +INSERT INTO messages VALUES(1058,310441,'insert','blocks','{"block_hash":"2df1dc53d6481a1ce3a6fee51ad4adcce95f702606fee7c43feda4965cf9ee15","block_index":310441,"block_time":310441000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3d6138e2d7cb9e12921b86443fccf16a64ac5e6f6cd5d3bab05cc4cfe5ca18e1'); +INSERT INTO messages VALUES(1059,310441,'parse','blocks','{"block_index":310441,"ledger_hash":"2d490229fead1b15a8350da7bcc83c483dae06e4a2f574c6e8fde248acd449d6","messages_hash":"d6e4ca53df04c5e7fd58e2c62545cb4e742dee481f924eedf32ce9b28dd013d5","transaction_count":0,"txlist_hash":"f9fcb16a928c44b86ab2af7407a2ca269455b144694a80927b9213bf8e7ac710"}',0,'BLOCK_PARSED',NULL,'f1c0efcd5b9f942e794f3cd14a7fbbd6620110f4dcc18947691a314d851d1d3e'); +INSERT INTO messages VALUES(1060,310442,'insert','blocks','{"block_hash":"50844c48722edb7681c5d0095c524113415106691e71db34acc44dbc6462bfec","block_index":310442,"block_time":310442000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'36a3327d1036cbadec776bedc530cc9fec3b0a3cfe79bf26e1d6b5e523057119'); +INSERT INTO messages VALUES(1061,310442,'parse','blocks','{"block_index":310442,"ledger_hash":"a3728bacfbdd289b7af24248b9bdacd5643bd5412bb993f5380278631eabb9e9","messages_hash":"6bbeccd2b34d956d6058a9b2fdfce800d626c3a67398b65232651797a036b5e6","transaction_count":0,"txlist_hash":"5d2600af95413d101a9e3d98b2d9f5ea02cf1cf6a28bf7e96870e167638a7be9"}',0,'BLOCK_PARSED',NULL,'2c8b5098cfd37046d1284c3165d106be0ef6593c906a17844aab945f261a1bfe'); +INSERT INTO messages VALUES(1062,310443,'insert','blocks','{"block_hash":"edc940455632270b7deda409a3489b19b147be89c4d8f434c284e326b749c79a","block_index":310443,"block_time":310443000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'77de8c26050c8ee97bf9bd9f4d530dcb2d10edd73f10b2c6e2405d6003105b1b'); +INSERT INTO messages VALUES(1063,310443,'parse','blocks','{"block_index":310443,"ledger_hash":"d829da764f6397b22a6b97ef396b363ef2cf071990df2dc9c0d03806db6a46b5","messages_hash":"3e6647994c9c8976684ab56115d228d7a22ddb61c0d1e26d3a7773f9f4f58e7b","transaction_count":0,"txlist_hash":"4c595c9a60ccc98d2f6cd75c92c28333174c618337457f9c5ccf362252732081"}',0,'BLOCK_PARSED',NULL,'4e0ea8cbe7bdccb7a0d6314c73e0f67acf734d5e1895cadcd9d7a98df627525f'); +INSERT INTO messages VALUES(1064,310444,'insert','blocks','{"block_hash":"68c9efab28e78e0ef8d316239612f918408ce66be09e8c03428049a6ee3d32e4","block_index":310444,"block_time":310444000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ffe3e91624b519dd033c15b428ecdbc490069de0e344aed77baa6ea13e1295ef'); +INSERT INTO messages VALUES(1065,310444,'parse','blocks','{"block_index":310444,"ledger_hash":"ef53249bf0f13e1f2073b815c8d8da3ab744b6d277b29ddbc0bd68bd006af34b","messages_hash":"5dee1882d9cbbaae5651a30220af42a5374a04aa998d4d29e438fa50cf3be5e3","transaction_count":0,"txlist_hash":"5ec6d64106ac1c65cd1dd2129c786aca3cf426c7a1b5f6a966b6684b37755293"}',0,'BLOCK_PARSED',NULL,'c75749c0632d7bb02657cb5bf2e948098d3e3a66fd142698c51d49b8c7c26920'); +INSERT INTO messages VALUES(1066,310445,'insert','blocks','{"block_hash":"22a2e3896f1c56aefb2d27032a234ea38d93edf2b6331e72e7b4e3952f0234ef","block_index":310445,"block_time":310445000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f8001a30cf76dd268fd0a5b1a167504b4cdf1df4599626374fe711d44b78de80'); +INSERT INTO messages VALUES(1067,310445,'parse','blocks','{"block_index":310445,"ledger_hash":"7e731cda90932b2b4844abdbc3ff60683173104e6c72ed81c65d9a17fd4872dc","messages_hash":"2f714f74ef6d92b17477e89f377dd140560dfe51434ef2669d801cc8190642fe","transaction_count":0,"txlist_hash":"6da5abcb8ff2a77c33c7c43061754d9fe8e587157a98e194157faf534d2ee9c6"}',0,'BLOCK_PARSED',NULL,'9ac7d6c081b93ced1671c1e2e3a9a12fd7040d60a925f87c67ab1d13ba7ddaf2'); +INSERT INTO messages VALUES(1068,310446,'insert','blocks','{"block_hash":"e8b0856eff3efce5f5114d6378a4e5c9e69e972825bc55cc00c26954cd1c8837","block_index":310446,"block_time":310446000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aa3821022b481d06379ad5b5e69d8e416ec591bb564c0fd61e196e259386b688'); +INSERT INTO messages VALUES(1069,310446,'parse','blocks','{"block_index":310446,"ledger_hash":"db55bac8025e95a567ba984f36dcb09357aa3e9b8706bb594e669b628d4e7204","messages_hash":"f24c76706262e0da7cc17e7acff49ec29e9123920c0ec0720c5e93f8a7f111d3","transaction_count":0,"txlist_hash":"e8efb64e8f5f867f1c0db99afa9f9a3e3a06d0e1d55e16e9639ca36c3bda5cd4"}',0,'BLOCK_PARSED',NULL,'26b9ef2000d5eb1efa3e9e0f97dc273018e635bf1f108294527660ad175eb116'); +INSERT INTO messages VALUES(1070,310447,'insert','blocks','{"block_hash":"3f4bc894c0bc04ee24ed1e34849af9f719f55df50c8bc36dc059ec5fa0e1c8a8","block_index":310447,"block_time":310447000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f2f5a9dbcc4e27abd50e00556421fd9c51dbc46d7809090dd648a4fbbd8152cd'); +INSERT INTO messages VALUES(1071,310447,'parse','blocks','{"block_index":310447,"ledger_hash":"5cc4fa447cc291ffcce7be3c4f8fc70041bf8af5c2dd591136d4a449095d2570","messages_hash":"ed3186973cdbcd18e2aff6033562ae8c3c816e6e8a912d3f5853a4a92d8259db","transaction_count":0,"txlist_hash":"026eb6a7315302879ca62afb071da788deb5759eb3de89cf68fec00ec638d9f0"}',0,'BLOCK_PARSED',NULL,'0dbae0f13ad66e3835ddfbef561c69e4a1a023b4907c54ff821d22e5482149f2'); +INSERT INTO messages VALUES(1072,310448,'insert','blocks','{"block_hash":"6a6c7c07ba5b579abd81a7e888bd36fc0e02a2bcfb69dbfa061b1b64bfa1bd10","block_index":310448,"block_time":310448000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4a71d8890e274f40d0a18e0283b929d46cf0163749020ee2663a11d6c6d1fa7b'); +INSERT INTO messages VALUES(1073,310448,'parse','blocks','{"block_index":310448,"ledger_hash":"ce49854f4493c163bc891888f920fbc6dd8855c30870beb757df69b33de52633","messages_hash":"1c09107051d33559b62e0a415c67419b439261d8296d0d36593a7c7038f4bfbf","transaction_count":0,"txlist_hash":"e47cc99299a82c9be619633effff5b9cace113215d7f71aa7d2327e69d3ca3bb"}',0,'BLOCK_PARSED',NULL,'c1aae7399ec09ce85103c746e0a1b87531d2f791ddb7e8f1e513ed7246eba24e'); +INSERT INTO messages VALUES(1074,310449,'insert','blocks','{"block_hash":"9e256a436ff8dae9ff77ed4cac4c3bfbbf026681548265a1b62c771d9d8e0779","block_index":310449,"block_time":310449000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8575c293c4ea70e801c4ed5a8bdf373057e66483713433e7ddb05fdb7328808f'); +INSERT INTO messages VALUES(1075,310449,'parse','blocks','{"block_index":310449,"ledger_hash":"84557595cf2067a95924119b8ed5fea114acd9ca1b0df4dbe4ae5181a739b5d1","messages_hash":"2151542cf9b8a98706d14e1e8cffebf2658784286e685730a8398116998d21d5","transaction_count":0,"txlist_hash":"4e3048f5eeba69570f9ffd86a3573e85bdfb46a92acf60d55c04d41f49f7f870"}',0,'BLOCK_PARSED',NULL,'f95040cf93433df02a476dd9ecb1628ec12375e8d5c2e814af2d63a1c69a7100'); +INSERT INTO messages VALUES(1076,310450,'insert','blocks','{"block_hash":"2d9b2ccc3ad3a32910295d7f7f0d0e671b074494adc373fc49aa874d575e36a3","block_index":310450,"block_time":310450000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'909bc091f931990abc2084cafaf735728eed4fc027a612a0e2080f7958bddb4b'); +INSERT INTO messages VALUES(1077,310450,'parse','blocks','{"block_index":310450,"ledger_hash":"0e3b252b73fb652f904780da9fc59d1081d712337a9b15cf1a56ea72fbe96c73","messages_hash":"c223394526a235be5b96191f669ccd9f2e34eb31f2d222a04fde81f20830a2fa","transaction_count":0,"txlist_hash":"c98b9428cf94077169705f3961816f87293eb89bc840167b1ed8ffb074aef48e"}',0,'BLOCK_PARSED',NULL,'ec38685b52bf05dce69379b403ff0cdee4a9f1fcb4303af713e7255397db9462'); +INSERT INTO messages VALUES(1078,310451,'insert','blocks','{"block_hash":"55731a82b9b28b1aa82445a9e351c9df3a58420f1c2f6b1c9db1874483277296","block_index":310451,"block_time":310451000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9acd310b015e86c19bf73f90c72273a57b56cb47aa2ce2e11826b525bcc6c85d'); +INSERT INTO messages VALUES(1079,310451,'parse','blocks','{"block_index":310451,"ledger_hash":"790eccd04e24e5f10f843d63bbdc1538cf1aabb0e8e6c862104be0ef845f603f","messages_hash":"ce8c68a04cb75a29a2a1df84a8e79dc8591bf458420dda0bb11f95e138866baa","transaction_count":0,"txlist_hash":"3fda9e8b7ebc417311c9f14e61c9dca2e490702c1c796eeb1df156f174d52cb5"}',0,'BLOCK_PARSED',NULL,'3c28a7733ebe936e6536ae06e0c5b7b3688ff3a84ccee9853acf0aeb9688c8b2'); +INSERT INTO messages VALUES(1080,310452,'insert','blocks','{"block_hash":"016abbaa1163348d8b6bc497cc487880d469f9300374a72ecb793a03d64572aa","block_index":310452,"block_time":310452000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'95e158e7dc7bf20820edb71690d3e8234b7f5a58b241c6883877cdc68186fb50'); +INSERT INTO messages VALUES(1081,310452,'parse','blocks','{"block_index":310452,"ledger_hash":"30962129b060b63050fe8f249592587d74cdabc4ebb5680230a280da880c8586","messages_hash":"a6cddc14403aed1d4e6d79a1ee3101fb4767de5413813b5090c1d0500e85d61d","transaction_count":0,"txlist_hash":"a1bf92fe5ae4df49a6059263dfd3a9ed105ec24ae02cb9127c0408f7330d962c"}',0,'BLOCK_PARSED',NULL,'0e2f43eb5e0f891d7b652c02235059f57037f4eec0764d1ec83f36531b161b3d'); +INSERT INTO messages VALUES(1082,310453,'insert','blocks','{"block_hash":"610be2f49623d3fe8c86eacf3620347ed1dc53194bf01e77393b83541ba5d776","block_index":310453,"block_time":310453000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2de2fb08e90a5ccba77658491648bd08711703b1b95d31034944cdeb2970b32f'); +INSERT INTO messages VALUES(1083,310453,'parse','blocks','{"block_index":310453,"ledger_hash":"56f4aa1086d8985a00cc295cf9618d976e69ba426b0c3d103bea6b47b58e4355","messages_hash":"c246e08450f53da28cf0c70a0cb4f4f76cffad057ebca1b1742debad6b534daf","transaction_count":0,"txlist_hash":"a81de51b7b56cc68f599e592be22e11c2f0b51ca27c027f13b58f05b2229a8e1"}',0,'BLOCK_PARSED',NULL,'522549e6043424aee29a3e015a5505f8f57535d34f41e5782ba42a31f0420a1c'); +INSERT INTO messages VALUES(1084,310454,'insert','blocks','{"block_hash":"baea6ad71f16d05b37bb30ca881c73bc48fd931f4bf3ac908a28d7681e976ee9","block_index":310454,"block_time":310454000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5cea792825081a2a55e730c6905f587e73b9bc52391f654f786e9983e43f425a'); +INSERT INTO messages VALUES(1085,310454,'parse','blocks','{"block_index":310454,"ledger_hash":"38d14a206003b812cbaf5f200235dbe12aa6a674e5f3379cb186a781cb5a5654","messages_hash":"37f0c5aafe2dcb73cbd032786b27f4e3bf86a24bb75091ae9f1eee1733a226c4","transaction_count":0,"txlist_hash":"022e8475ba7e68c75b4a00387ae431b7bdaa4d125dcd1b19d08e9c431d3e6057"}',0,'BLOCK_PARSED',NULL,'e31a64f7672df15b2c4349d0c8c924ebb3d2546e97a04c81feabfadfc1990d0d'); +INSERT INTO messages VALUES(1086,310455,'insert','blocks','{"block_hash":"31a375541362b0037245816d50628b0428a28255ff6eddd3dd92ef0262a0a744","block_index":310455,"block_time":310455000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b4c6e4ac4de4e853117e9e43bfad804f1d28e1d978c652713c20eca4832d92b4'); +INSERT INTO messages VALUES(1087,310455,'parse','blocks','{"block_index":310455,"ledger_hash":"b2ff303a67c05bc12fcdfdb774ea4ddc690434c3371428b3416d38105f265f28","messages_hash":"7210ea6377ce5a0b9ca01544a28be09c848235c4597991ed60d49aff0d3457a1","transaction_count":0,"txlist_hash":"91a1dc2fe8dd56e137b210136966950c79b4badcdf787b4b9fafa7985847192a"}',0,'BLOCK_PARSED',NULL,'2c1100c703ed9d00be91cd25d1095646c0146298daa7c493a22f650ae0afdf12'); +INSERT INTO messages VALUES(1088,310456,'insert','blocks','{"block_hash":"5fee45c5019669a46a049142c0c4b6cf382e06127211e822f5f6f7320b6b50fa","block_index":310456,"block_time":310456000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'982b53c4dc506c9d0dad1ac0a5bfd64d647869e13a99f6c61c9810a30b9a9c3d'); +INSERT INTO messages VALUES(1089,310456,'parse','blocks','{"block_index":310456,"ledger_hash":"6cc16b442fd7758ed7bae9f50367fa60debdb5d81bffc5abccda044573aeaf15","messages_hash":"1a701b73d0ed44ff836232c619404ee1d3c2dc8be362691db18390fc4534f58f","transaction_count":0,"txlist_hash":"5125d7f8718a5a26aed1e1db2ce80e8d2eb4d96bbc91277bace52f571b7f8c26"}',0,'BLOCK_PARSED',NULL,'ba4deefe1963cd9aefa129920755fdbfdd8b355536fc3e0f0cb1c4be89d60628'); +INSERT INTO messages VALUES(1090,310457,'insert','blocks','{"block_hash":"9ce5a2673739be824552754ce60fd5098cf954729bb18be1078395f0c437cce9","block_index":310457,"block_time":310457000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bb5a7e31ce53d0de26ab61bd6401034530a58b35d0e66b2fd37cec14fef8b3ef'); +INSERT INTO messages VALUES(1091,310457,'parse','blocks','{"block_index":310457,"ledger_hash":"8fa0401d245b1b1e8b40760a54f331564d8597e242462ec412878e36a9b06800","messages_hash":"f44243737d0f881c2aa9e5d3a514c5fd86c983d24d63a9b4311810a453ba63ae","transaction_count":0,"txlist_hash":"061dc1962f44d4da9de8ad6bff4d96650058f5d444951e9c808b901db8717c81"}',0,'BLOCK_PARSED',NULL,'e9900f125b5c0880fa85dc5203916813cf125a50bae0986b776a9ce8b78ee1b2'); +INSERT INTO messages VALUES(1092,310458,'insert','blocks','{"block_hash":"deca40ba154ebc8c6268668b69a447e35ad292db4504d196e8a91abdc5312aac","block_index":310458,"block_time":310458000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'99addf985a2b6f119558c85bb4021830b1c55b736b24b63040ca64171c9fe035'); +INSERT INTO messages VALUES(1093,310458,'parse','blocks','{"block_index":310458,"ledger_hash":"520f92700e31b8a35260a280ae11bf8668b0e09d34795a9d88678f2977e19f7c","messages_hash":"fb8fc011899c206d63d9dabd89bd5ad054b312894b77e8074649d4535e09e259","transaction_count":0,"txlist_hash":"b0208287d25e4ca6a1856236b4d4c7a3608533f0a47a9c673806d5d3baeb2297"}',0,'BLOCK_PARSED',NULL,'3cab09f79ed74ea97ef294331132a7741fd270e676d4fda4f701810edadca5d7'); +INSERT INTO messages VALUES(1094,310459,'insert','blocks','{"block_hash":"839c15fa5eea10c91851e160a73a6a8ee273a31ab5385fe5bd71920cbc08b565","block_index":310459,"block_time":310459000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e4fbd18492d61cb46e1fa39ee1c0e4ad115f292b160dfb793aa09254e3135279'); +INSERT INTO messages VALUES(1095,310459,'parse','blocks','{"block_index":310459,"ledger_hash":"d7f728b78228a914b8767a6caeaf2267e9dbd50490a27f6c23bd96060eab8ee0","messages_hash":"2ccf84dae308ecc149f72df233fc96ba54cb94d0749adc7ca49e2ed30949feff","transaction_count":0,"txlist_hash":"21a24d787b30434a230cae77e281636855ff40a8fb4aaaad35eb034835f63e97"}',0,'BLOCK_PARSED',NULL,'6563016d932829f07d659ca84bf434d475c4107ed5924e9cd11a49359e1a6aaa'); +INSERT INTO messages VALUES(1096,310460,'insert','blocks','{"block_hash":"9b5f351a5c85aaaa737b6a55f20ebf04cafdf36013cdee73c4aaac376ad4562b","block_index":310460,"block_time":310460000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d9799042d775b1011528bc591cca84158ab2a5bf38e0bf68dea4b78fb63a91e4'); +INSERT INTO messages VALUES(1097,310460,'parse','blocks','{"block_index":310460,"ledger_hash":"33c2b4c6d22888448a2458ff2ce6a1cfae5e858acae2a57e4cc0232980f8fa4a","messages_hash":"e7205426dff8c69e5539640aeb118c64072c98f76553dccc6b601dadc7f8a8d5","transaction_count":0,"txlist_hash":"2ae25ed250bd603684d0affe8b14af5a1b8d1554beaed08aa8f723cc3c66cf8d"}',0,'BLOCK_PARSED',NULL,'f0001ff630e8dc207d4fd49b8c3187b16ca0a65d4e20e6ba2f55628bca4efd81'); +INSERT INTO messages VALUES(1098,310461,'insert','blocks','{"block_hash":"8131c823f11c22066362517f8c80d93bfc4c3b0a12890bdd51a0e5a043d26b7b","block_index":310461,"block_time":310461000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'13650104e8483ba09535a9092cab6ad097c1ea657f19ff890706ccc3b77440dc'); +INSERT INTO messages VALUES(1099,310461,'parse','blocks','{"block_index":310461,"ledger_hash":"22426912d3317922912326da552af284677c9b76b6416b6c056668f27ae4f19f","messages_hash":"3ea7f252504a015c7fe902a88916aabe98f45a85083e7ce747c8a678fc015e82","transaction_count":0,"txlist_hash":"13b7774cf2a5a0f3d65031cd5f9ee498eaeee5c1e0e8ecbd346e0427d847a5c0"}',0,'BLOCK_PARSED',NULL,'f51259681be2b40e9ec7519ae7c9cc40513ff96613d4c4e06b9b8db8fac2a4f5'); +INSERT INTO messages VALUES(1100,310462,'insert','blocks','{"block_hash":"16f8fad8c21560b9d7f88c3b22293192c24f5264c964d2de303a0c742c27d146","block_index":310462,"block_time":310462000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9668fd9f4830928b5a96c207691a67a786d9cef13c5cbe9d3b0558a1d6edcb3a'); +INSERT INTO messages VALUES(1101,310462,'parse','blocks','{"block_index":310462,"ledger_hash":"74225b62e696aaeafbd4d6db40b41081c7493d9cc44984729d8619ff9450ce32","messages_hash":"db6792b08cffca2b3b678d3432204345ddfc63d8e51defb41e528b9cfef6311a","transaction_count":0,"txlist_hash":"4f23d4da0bbe4b8bb7e00b6b746b4180356013c63f7a6f9b3eee479380b04e4f"}',0,'BLOCK_PARSED',NULL,'60967ce383f6ed634da489abfae82e8be04a5a1e21426559504e7dc501fb14b7'); +INSERT INTO messages VALUES(1102,310463,'insert','blocks','{"block_hash":"bf919937d8d1b5d5f421b9f59e5893ecb9e77861c6ab6ffe6d2722f52483bd94","block_index":310463,"block_time":310463000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fd350317f121687ca7d8efd3bd19e18d38dde2849741dd8ba010119dcb43de2b'); +INSERT INTO messages VALUES(1103,310463,'parse','blocks','{"block_index":310463,"ledger_hash":"b970979bfe0d44ae2f21f7d98bdcc4ae37287b93cad9fa51f32a62337ceba0c1","messages_hash":"2a2246723c4f27e9bc426d4fcd98aeaf88fb0c91b4d5da937855ec51d98d564d","transaction_count":0,"txlist_hash":"7b9a9095733a9d870b33aef4bb15767c32b012c27b52de8731358178b87bfb50"}',0,'BLOCK_PARSED',NULL,'3c58c962964483ea4a4f2e62a31435ea95a1780a86c6f239af46520ae256092c'); +INSERT INTO messages VALUES(1104,310464,'insert','blocks','{"block_hash":"91f08dec994751a6057753945249e9c11964b98b654704e585d9239462bc6f60","block_index":310464,"block_time":310464000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'55e542f6daaf5c9b1dadfd7dcee0dfc021bb12adbcb6fe4447fc0932f6cf37c4'); +INSERT INTO messages VALUES(1105,310464,'parse','blocks','{"block_index":310464,"ledger_hash":"00007a158b003fcca20c9fcaa8d73a556f0206bc9a7ab3e5c566ea1bda8648cb","messages_hash":"21c5c44c5b2144d3d7314b1c496e1798bde6e34219f8aacdcac62b57c47fca4c","transaction_count":0,"txlist_hash":"28d7eceb69efcc6736dd64c65ed218dae2e8d0e9d4d7284b0572a5d1065a9d52"}',0,'BLOCK_PARSED',NULL,'2d83f50dfae975217b3793cd8ed97898964a05ebb006cc60774737afdbc93ea8'); +INSERT INTO messages VALUES(1106,310465,'insert','blocks','{"block_hash":"5686aaff2718a688b9a69411e237912869699f756c3eb7bf7c3cf2b9e3756b3d","block_index":310465,"block_time":310465000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'01a68be9ebf33ff044db3c7cea235790ecd173ebfba6db75539f8ee8a52d7f97'); +INSERT INTO messages VALUES(1107,310465,'parse','blocks','{"block_index":310465,"ledger_hash":"09c407870b056db90148a9e4cb8ada003898ff28c584bec6a5be90514758a851","messages_hash":"47d9e30a810f0913e9612dcf1a6bb0930edf3ec04ae0a31d3fbccc9ef36a9923","transaction_count":0,"txlist_hash":"7a4f4ed76efc69ddb5fc13abe258656d6a5e4a845203b5f3f9133716093d7f6d"}',0,'BLOCK_PARSED',NULL,'a4f20ded185f689aba5b827ad14dbcc28b78e66fc3928b825cba3d5d694c329b'); +INSERT INTO messages VALUES(1108,310466,'insert','blocks','{"block_hash":"8a68637850c014116da671bb544fb5deddda7682223055a58bdcf7b2e79501fc","block_index":310466,"block_time":310466000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2934ad6571495dad5180c95c0ddfe553e4a4802209d73c15fb56b7042209be45'); +INSERT INTO messages VALUES(1109,310466,'parse','blocks','{"block_index":310466,"ledger_hash":"23bcfdbb44d8fc2ae6a86ea073ab080158014f04516b256a70d846399e7383cd","messages_hash":"659167be05ae347e2ed919fe5725a0f5240297bb59093c270f6dd57f3123fe70","transaction_count":0,"txlist_hash":"57124a566cf1e863b27fa19e3c982fe4a5115119ffb745624697380ad8d5f900"}',0,'BLOCK_PARSED',NULL,'2158d1afb9549f77cf1a9bc9adb3cfa74d57bb56493a52d1f31928e76d960187'); +INSERT INTO messages VALUES(1110,310467,'insert','blocks','{"block_hash":"d455a803e714bb6bd9e582edc34e624e7e3d80ee6c7b42f7207d763fff5c2bd3","block_index":310467,"block_time":310467000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f4dcbab18084ed8fc0df0b83eb072e4e4c8e52ef87faa5a5c5a3576fd678379e'); +INSERT INTO messages VALUES(1111,310467,'parse','blocks','{"block_index":310467,"ledger_hash":"a43abeddb61ad99d57f208cb0c6cc3e0b05a200009e6d90641a2bc7aac707adf","messages_hash":"e0eb51657b19285b68b68952c7a45a606c804024b32ac179b9456bf05a10ab05","transaction_count":0,"txlist_hash":"fb3b1ef99d2f323e1bdd6998b78b6044c8c7328fafad6b9fea1de7bd0244a265"}',0,'BLOCK_PARSED',NULL,'80dd0804ad65811acaa6b0c592d03f451cbcd3bef8b4b9acbb6d79e1073eafa5'); +INSERT INTO messages VALUES(1112,310468,'insert','blocks','{"block_hash":"d84dfd2fcf6d8005aeeac01e03b287af788c81955612375510e37a4ab5766891","block_index":310468,"block_time":310468000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fdff53d4edf2061c800de1428eb828cfe69697f2dd1d91208f80aa7d3a82cfc7'); +INSERT INTO messages VALUES(1113,310468,'parse','blocks','{"block_index":310468,"ledger_hash":"fc909facd6ba38fa0908fd49a6e2f25bd8284de5265ef761497b8a2d595344b3","messages_hash":"8bdf769ae1781a253098f30e11f069ada63440412a4777202123ad1316d9a5b1","transaction_count":0,"txlist_hash":"5c84a33365a6954fe639a1c2b1df030b8728d5d331df5ea1ef4a60f976cfa5d2"}',0,'BLOCK_PARSED',NULL,'74110ab372067c3b7e4a51dabd4ec2119e00414fe695b9a6e0ba5f4582c4c6a2'); +INSERT INTO messages VALUES(1114,310469,'insert','blocks','{"block_hash":"2fbbf2724f537d539b675acb6a479e530c7aac5f93b4045f4356ea4b0f8a8755","block_index":310469,"block_time":310469000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37715eb8692a9b034c489659cb517dfcbd8f9e0ee38a46327d5489f2dd9c0e7c'); +INSERT INTO messages VALUES(1115,310469,'parse','blocks','{"block_index":310469,"ledger_hash":"09f0d1c9bde8cdd63544fbb5eab46c2954654d32f3736f9975cf860588aa65cf","messages_hash":"9ee69a7d22cfc75dc7f1e0c578a6322f8d398d300d923348978c12018da84035","transaction_count":0,"txlist_hash":"38083f12891b03e2f089b02f7cb6b7fc7b6cb7091613e1d299051717eef6748b"}',0,'BLOCK_PARSED',NULL,'a4970b6143cc79c9f376105cdd5fa1fe0560ebda0e1649b05b6e48e4c4934330'); +INSERT INTO messages VALUES(1116,310470,'insert','blocks','{"block_hash":"ebb7c8e3fbe0b123a456d753b85b8c123ca3b315da14a00379ebd34784b28921","block_index":310470,"block_time":310470000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4b082943ca640121006f5c6412eb6394f7450f5be70af192377a85be5cc2eb8e'); +INSERT INTO messages VALUES(1117,310470,'parse','blocks','{"block_index":310470,"ledger_hash":"41832b12459e778621b8f576e597b9f639390338605b30e5be28423b016b199a","messages_hash":"5d4376c88f697e0599cef31723a5f127ef9440e4c6e1878c089b148cb8067a98","transaction_count":0,"txlist_hash":"bc0a8227d8698655c56004a73150eb92144469fd22d4ce8bf0f48c27084e99ae"}',0,'BLOCK_PARSED',NULL,'d7c45333881111dd79299e2650b60ec0bfb4c789292e204e08b4bee49beb461a'); +INSERT INTO messages VALUES(1118,310471,'insert','blocks','{"block_hash":"fc6f8162c55ecffeaabb09f70f071fd0cb7a9ef1bccaafaf27fe9a936defb739","block_index":310471,"block_time":310471000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1b89766d5af6c2bd49508d77c55d59a2ab41b9044f86ecda35793c80f9b30bcf'); +INSERT INTO messages VALUES(1119,310471,'parse','blocks','{"block_index":310471,"ledger_hash":"bf701017153742cb597353349c90ec66f790f222dd98d617d98a0117f1de3274","messages_hash":"014b90fcd76f5e289d8084daad01c2f88dc5ec12b3ed7cade3d5ab272a87b081","transaction_count":0,"txlist_hash":"d912707e01e39b078d3cee49df85af32019d7367d199543259bc98864c3ddae5"}',0,'BLOCK_PARSED',NULL,'fc025998549323a03c74c5a734a818f74db8ceb6356f8d8cf614ad296f1764cb'); +INSERT INTO messages VALUES(1120,310472,'insert','blocks','{"block_hash":"57ee5dec5e95b3d9c65a21c407294a32ed538658a6910b16124f18020f16bdf7","block_index":310472,"block_time":310472000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad1c02cd38f95ff543e71bf595c147013fc7ed02a5bffd1fe389ac8b9b48368d'); +INSERT INTO messages VALUES(1121,310472,'parse','blocks','{"block_index":310472,"ledger_hash":"2a162bbd5a20f89a39156995658fd0c4715881bc130922d0edf95b60ece60b9c","messages_hash":"43b553204454a65bf15743a429448aba5802dae1f3759a34b5d617f89abc7ab8","transaction_count":0,"txlist_hash":"c9f21a9ff022fd95423d3eb56017f4f6f8ad56a9fde974c5d08b37f01a0d0f13"}',0,'BLOCK_PARSED',NULL,'0cfb1bd78e61869dbaec89f6e797f4d584bd87d15d1f8dd7ae1d91e6a05bf465'); +INSERT INTO messages VALUES(1122,310473,'insert','blocks','{"block_hash":"33994c8f6d06134f886b47e14cb4b5af8fc0fd66e6bd60b3a71986622483e095","block_index":310473,"block_time":310473000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1d79d4863518d14372639e9479f424b8be349d927fb1131fe0936dbfed7ca58f'); +INSERT INTO messages VALUES(1123,310473,'parse','blocks','{"block_index":310473,"ledger_hash":"1ce10996ec9e37d8ddc204f038542c6781da88d2d45bae1952a88ab993b81e88","messages_hash":"fae645137805f5c4e1de770834a1eda8b927a22df31a22caace93862b106aa6d","transaction_count":0,"txlist_hash":"ad410d51bae82f8322d110d7b2270a1ff74c0ca64dfc31c5d293cfee7dbbb459"}',0,'BLOCK_PARSED',NULL,'ccb00c67277e529c9058bba82d44555e088fa734be33f46ca1551842e9e27059'); +INSERT INTO messages VALUES(1124,310474,'insert','blocks','{"block_hash":"312ee99e9526e9c240d76e3c3d1fe4c0a21f58156a15f2789605b3e7f7794a09","block_index":310474,"block_time":310474000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'428d9ad8c531e0f2b65630d6c5304a763279ba84af9687e0d93c5da4eff54d95'); +INSERT INTO messages VALUES(1125,310474,'parse','blocks','{"block_index":310474,"ledger_hash":"5ae424c24ca30aad5aca8298a13ae9371f55b15bc789c7731d833c6e7c7cb04e","messages_hash":"c17d32ef02e8043b085220614afb095263bc1a3552fe73cba63f48f44b180073","transaction_count":0,"txlist_hash":"b091eceeb4b263d9fa55bd5595cd298ff8b335e03007d62339033cd884137d48"}',0,'BLOCK_PARSED',NULL,'2fe0ff46487959e0ed5511f96793f234ffba0fe9f9bed55f4ec41eb65f9ac554'); +INSERT INTO messages VALUES(1126,310475,'insert','blocks','{"block_hash":"bb9289bcd79075962117aef1161b333dbc403efebd593d93fc315146a2f040eb","block_index":310475,"block_time":310475000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'87d34f6c19c67b0103bdd68cbbabd75f70854aea59a3e10193be35dc62bd4683'); +INSERT INTO messages VALUES(1127,310475,'parse','blocks','{"block_index":310475,"ledger_hash":"b9b257efe76a36c340629ceb265822dd10449a08eadc69667a8ea05af5c052f8","messages_hash":"dadd5eab7a8dbc5657fed6fa29d91d07dd10c0bf9fdda02e6d1e25e6fb5af9ae","transaction_count":0,"txlist_hash":"345c94c7b237efaf2b4e92802125b7d783e456e36ab6868d1f4126698361ba89"}',0,'BLOCK_PARSED',NULL,'11995b10dbfc1513ba32631ec4aea0fb0a509679b82892b67b6c5ff4a96b0dcd'); +INSERT INTO messages VALUES(1128,310476,'insert','blocks','{"block_hash":"3712e1ebd195749e0dc92f32f7f451dd76f499bf16d709462309ce358a9370d0","block_index":310476,"block_time":310476000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f4c70eff79c3fc0d9d789aea7107ef272729c1db62c543d3d5487df5d1dcd5dd'); +INSERT INTO messages VALUES(1129,310476,'parse','blocks','{"block_index":310476,"ledger_hash":"070c06b36f3a77c04fb4bcc3ab1045e95f198f3f970846e59c35db0d03cdaf2c","messages_hash":"4e795f06d7e22a7f39f9a83c315c2fa4e60157cc28bc9a2d8d1a3125faa0e8ae","transaction_count":0,"txlist_hash":"014e01dabe6dd8db8e0477f9b12d4f4e3589e41223ec8c9ca5035b942524ca41"}',0,'BLOCK_PARSED',NULL,'086782fcfd35bb961d94c242586a6d1c9c623564badebf2926692977efe65ab1'); +INSERT INTO messages VALUES(1130,310477,'insert','blocks','{"block_hash":"7381973c554ac2bbdc849e8ea8c4a0ecbb46e7967d322446d0d83c3f9deab918","block_index":310477,"block_time":310477000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'07e213d64d160cf8d9aa8881e54b16eba5ed0a59f103492c6c34c87fe6f69384'); +INSERT INTO messages VALUES(1131,310477,'parse','blocks','{"block_index":310477,"ledger_hash":"4954596dd44d112fd0407c215be3c9534a348d6f708ae4a1e66527d1ac2830b1","messages_hash":"e50e40c0977661ac7f9baf04d563a0c88b2fdc99bbc37f88d6cb4399950075bb","transaction_count":0,"txlist_hash":"1351438c8ea21d9619f81e51cfd188dbefd6a4816fe3c30b68210ac160890e9b"}',0,'BLOCK_PARSED',NULL,'8927338df61cbaea71635e7b9a397d5471d043fcab92da6f1117448aeb5ed159'); +INSERT INTO messages VALUES(1132,310478,'insert','blocks','{"block_hash":"c09ee871af7f2a611d43e6130aed171e301c23c5d1a29d183d40bf15898b4fa0","block_index":310478,"block_time":310478000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'90df848bd87c62423634b0c8b1f81265e14d2fbd57929b274d7492d2ddb6e8a4'); +INSERT INTO messages VALUES(1133,310478,'parse','blocks','{"block_index":310478,"ledger_hash":"d9cac2e29863569bc96aaf022437906a534968a17bf965c54bf59931cd92e590","messages_hash":"a46073ffc1744589ec353672dc8807f16ecbafb220cf61337bd935da88925120","transaction_count":0,"txlist_hash":"cbec4d277b86a587fd0463340a8990600046f6f166f6fde0b6ec1ee817ab12bb"}',0,'BLOCK_PARSED',NULL,'057877c0c9b01ea0f8d33b078236bca5dcb83b6ce660e852e660eefd46eab353'); +INSERT INTO messages VALUES(1134,310479,'insert','blocks','{"block_hash":"f3d691ce35f62df56d142160b6e2cdcba19d4995c01f802da6ce30bfe8d30030","block_index":310479,"block_time":310479000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7d4ff2e734cf3f4272e679fa7430492c9386f0fe3c9e58a5b27456c85dac4626'); +INSERT INTO messages VALUES(1135,310479,'parse','blocks','{"block_index":310479,"ledger_hash":"2e48a89a55b6f368745e1c022683e93c20bdd920011518f18fd936f2190ac5e0","messages_hash":"fbf0926d4dc939500b6fd96b0e5b3ba09085f50c05c48bb8d63de7db2cb08a61","transaction_count":0,"txlist_hash":"81d4ab55e022000a1bb3fbe758e497425c5196951c3e7896d3c641d54b4f2db6"}',0,'BLOCK_PARSED',NULL,'54539dc82dd3662f0e84c14c61df8e7f7e12480549e72e56a4a4fe114c29b277'); +INSERT INTO messages VALUES(1136,310480,'insert','blocks','{"block_hash":"2694e89a62b3abd03a38dfd318c05eb5871f1be00a6e1bf06826fd54d142e681","block_index":310480,"block_time":310480000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'74b25fb7875ae4ff776d95577a6a3c98aa6e238fb4b9262a971def1537c3f597'); +INSERT INTO messages VALUES(1137,310480,'parse','blocks','{"block_index":310480,"ledger_hash":"aa54124d86e74bebd14ea481ac2a5a5186236ffe214747f1af11ac370565525c","messages_hash":"ba3a2069d207d9cdfcfe0812eaa017229e8e0518382e61d4718e3091733d12ff","transaction_count":0,"txlist_hash":"8d7e0f8a6f052692155e23eb612c02468830485938e7cb77a91e0c2061611385"}',0,'BLOCK_PARSED',NULL,'c2061de615a4137125e870b9ef1e4145bd3561630a66643c0e476389f9203ec5'); +INSERT INTO messages VALUES(1138,310481,'insert','blocks','{"block_hash":"db37d8f98630ebc61767736ae2c523e4e930095bf54259c01de4d36fd60b6f4a","block_index":310481,"block_time":310481000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'111eabb6c80dfec306d80157efc0c2cd3a0e068c1240108df91d75894c8037ff'); +INSERT INTO messages VALUES(1139,310481,'insert','transactions','{"block_hash":"db37d8f98630ebc61767736ae2c523e4e930095bf54259c01de4d36fd60b6f4a","block_index":310481,"block_time":310481000,"btc_amount":0,"data":"0000000200000000000000010000000005f5e1006f8d6ae8a3b381663118b4e1eff4cfc7d0954dd6ec68656c6c6f","destination":"","fee":6375,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","tx_index":482,"utxos_info":" bfa2498c61a5ab493924ae30e1755b76e3aa56a149551f72c198302f4bb72514:1 2 0"}',0,'NEW_TRANSACTION',NULL,'f301547f55f33fd0325a34a4c92b5640894509dad37f8bfd8b8963c47295a665'); +INSERT INTO messages VALUES(1140,310481,'insert','debits','{"action":"send","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310481,"event":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","quantity":100000000,"tx_index":482,"utxo":null,"utxo_address":null}',0,'DEBIT','b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5','75f9b64ac6e6048e03dd45f7913fad00107bf3d410deaaf10fdf6e3a833bc6ec'); +INSERT INTO messages VALUES(1141,310481,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310481,"calling_function":"send","event":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","quantity":100000000,"tx_index":482,"utxo":null,"utxo_address":null}',0,'CREDIT','b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5','3d2bfe238176691697e4ad4aa266892eebdd36245255aaa31626c8c46db93b9b'); +INSERT INTO messages VALUES(1142,310481,'insert','sends','{"asset":"XCP","block_index":310481,"destination":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","memo":"68656c6c6f","msg_index":0,"quantity":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","tx_index":482}',0,'ENHANCED_SEND','b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5','d43b7a76a7c925b0f1f154d186942d6616740de12c483e9db2f54a329cf25570'); +INSERT INTO messages VALUES(1143,310481,'parse','transactions','{"supported":true,"tx_hash":"b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5","tx_index":482}',0,'TRANSACTION_PARSED','b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383d49fe42b8422a5','c435754780d3c650eee9f5ee11085f09598fce2b26b2588d757da0041b3fbdff'); +INSERT INTO messages VALUES(1144,310481,'parse','blocks','{"block_index":310481,"ledger_hash":"fbbe1266bb773e5a3f5b48e82566ff75bc74bfea9424f81f670952565db15c59","messages_hash":"ccb74f16140ccfc7da813adc8f045fdf8f16fa7d83acb99ad56e5b6bb55607ac","transaction_count":1,"txlist_hash":"8bc755d288d8d6525d9161e5d5072631a72e46d2373de37c7851aa10f3479ed5"}',0,'BLOCK_PARSED',NULL,'a1c885357237a2c3cd4656b65d5279be5624c83643342909d387944a30976a11'); +INSERT INTO messages VALUES(1145,310482,'insert','blocks','{"block_hash":"2e27db87dfb6439c006637734e876cc662d1ca74c717756f90f0e535df0787d6","block_index":310482,"block_time":310482000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d6b6434189870902e2967002a6c0c5f36c4b219fe67acb0dc608c8c3c9db896b'); +INSERT INTO messages VALUES(1146,310482,'insert','transactions','{"block_hash":"2e27db87dfb6439c006637734e876cc662d1ca74c717756f90f0e535df0787d6","block_index":310482,"block_time":310482000,"btc_amount":0,"data":"0000000200000000000000010000000005f5e1006f4838d8b3588c4c7ba7c1d06f866e9b3739c63037fade0001","destination":"","fee":6350,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","tx_index":483,"utxos_info":" 2ebe132dfa9d25726c0cae96e32a1f4bb92cfaae285a740dd1a21e1e1586e15b:1 2 0"}',0,'NEW_TRANSACTION',NULL,'84afc550b743cc54f40e377c10a644d05e7cfeb35814a3cec01576ee8e5a3e6c'); +INSERT INTO messages VALUES(1147,310482,'insert','debits','{"action":"send","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310482,"event":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","quantity":100000000,"tx_index":483,"utxo":null,"utxo_address":null}',0,'DEBIT','c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34','804fd32d8085ca3430f172f0a79accc35fd778da042f0b70c015fcbc711b9a43'); +INSERT INTO messages VALUES(1148,310482,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310482,"calling_function":"send","event":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","quantity":100000000,"tx_index":483,"utxo":null,"utxo_address":null}',0,'CREDIT','c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34','0f6c0e4193b72144b4a6da2c812216b577b6233dde17d0c8689c3683ea990118'); +INSERT INTO messages VALUES(1149,310482,'insert','sends','{"asset":"XCP","block_index":310482,"destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","memo":"fade0001","msg_index":0,"quantity":100000000,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","tx_hash":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","tx_index":483}',0,'ENHANCED_SEND','c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34','b5f4ccc692d60d278be866def83048c4484b4c1869713defd1ff3060a38f2842'); +INSERT INTO messages VALUES(1150,310482,'parse','transactions','{"supported":true,"tx_hash":"c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34","tx_index":483}',0,'TRANSACTION_PARSED','c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34','5a344f3b216fa74790f57f8df22b1cc4bc0c4b216c01eb37318b0140494ba6ad'); +INSERT INTO messages VALUES(1151,310482,'parse','blocks','{"block_index":310482,"ledger_hash":"bd28a97e90054319c4c301c3e99d68aaa5e1bf5a145a8f2c4529040bb8137209","messages_hash":"c579cb9ceaf405cc4d483bbb59d63a37b45282649793df8a81ad4d856ef94dbe","transaction_count":1,"txlist_hash":"838486910c9c7722fb3afbac7b0514cdd94126486f6671697423b34164b9906f"}',0,'BLOCK_PARSED',NULL,'30b26cf2bbe5f9a4b3ab9c12792e4847edd032a371fccbfe553f58a09e28b976'); +INSERT INTO messages VALUES(1152,310483,'insert','blocks','{"block_hash":"013bac61f8e33c8d8d0f60f5e6a4ec3de9b16696703dea9802f64a258601c460","block_index":310483,"block_time":310483000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0c1b1a8fe3bb513b7518dc1c5714bdf3a5af3707aabb74fcebc1ecc40166fcb9'); +INSERT INTO messages VALUES(1153,310483,'parse','blocks','{"block_index":310483,"ledger_hash":"fbbeacec99c9ed99a7fc37cdd5673fe8bdce08eba7fcb25b696e262af29ca5d8","messages_hash":"82746940a9f3655f1b7cbfcbbb131001446aaf162a1984bd05e7e928dc5de19a","transaction_count":0,"txlist_hash":"2be6ebe515877a76a7b83b1929ca2ef77be1df3aa3d6766c0c47450898ad7adf"}',0,'BLOCK_PARSED',NULL,'242c22cc28bbeb3213c27906049a81fb7916be1b5c3cdb05c4b677f214127b6e'); +INSERT INTO messages VALUES(1154,310484,'insert','blocks','{"block_hash":"7cac2b3630c31b592fa0497792bed58d3c41120c009471c348b16b5578b3aa2b","block_index":310484,"block_time":310484000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1d0a2ac6a8aa909a872d9a3dc022a0ebeb53499173f2317542001b0026bcf8db'); +INSERT INTO messages VALUES(1155,310484,'parse','blocks','{"block_index":310484,"ledger_hash":"310bc7c61c1325ee3f97e888658fd74e1fe4adccef4924abb6978150fe6f3dad","messages_hash":"b9cbcabf07a9f2685d59913a7d12b3a0e0215c387fddc1998aeaaee1fc8eeb52","transaction_count":0,"txlist_hash":"ec800faf2b61e7b1c2c85157d09b058f59defc14ffbe64d82dffea2a0368ade2"}',0,'BLOCK_PARSED',NULL,'26bdd6cec486b2aa1f6d49924ea3e68baa6d8e72893093691d8508a4b38f0a73'); +INSERT INTO messages VALUES(1156,310485,'insert','blocks','{"block_hash":"eab5febc9668cd438178496417b22da5f77ceaed5bb6e01fc0f04bef1f5b4478","block_index":310485,"block_time":310485000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad1e1f19a9caa0d3d99e28aaea92010f89a68ac38912ab37d319ddcbdc7a1ebc'); +INSERT INTO messages VALUES(1157,310485,'parse','blocks','{"block_index":310485,"ledger_hash":"b7f66db9ea5838b65286422d0cac262f6b81bbd5a7397adf7b8d85b21354dbcd","messages_hash":"c43e44a293320359edf18a59eb3c4c1c50ccd8b8cfacd8f70f6db4be9511b3fa","transaction_count":0,"txlist_hash":"c2c0301119eb8f6e5ee8f72a4f93366a7c2b9f327f087a5aabff7d73892ca74f"}',0,'BLOCK_PARSED',NULL,'e58258079d44fd8bbe8015d788d6d07ce65debc2538e5f1053c0d26215d9c129'); +INSERT INTO messages VALUES(1158,310486,'insert','blocks','{"block_hash":"d4fbe610cc60987f2d1d35c7d8ad3ce32156ee5fe36ef8cc4f08b46836388862","block_index":310486,"block_time":310486000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'38b2a7d6585c3ab7d23326e87504ac9fbddb2fffd4d74aff0c42b71fb513c457'); +INSERT INTO messages VALUES(1159,310486,'insert','transactions','{"block_hash":"d4fbe610cc60987f2d1d35c7d8ad3ce32156ee5fe36ef8cc4f08b46836388862","block_index":310486,"block_time":310486000,"btc_amount":0,"data":"0000001e52bb33003ff0000000000000004c4b4009556e69742054657374","destination":"","fee":6800,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14","tx_index":487,"utxos_info":" 6b8d0b2f14d76925018d55a2b0948e66cb67a99678b9ae8026797948ca974cd8:0 2 "}',0,'NEW_TRANSACTION',NULL,'e7da2c9a07e0bc13980a4fa607b2d955aabc282f66955dd6b0b1a458bcb3a521'); +INSERT INTO messages VALUES(1160,310486,'insert','broadcasts','{"block_index":310486,"fee_fraction_int":5000000,"locked":false,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"valid","text":"Unit Test","timestamp":1388000000,"tx_hash":"3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14","tx_index":487,"value":1.0}',0,'BROADCAST','3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14','fc7cebb4ab8b0d1f6e1260733090ae70c19aa30c3b367e30b31a78a06ea625fa'); +INSERT INTO messages VALUES(1161,310486,'parse','transactions','{"supported":true,"tx_hash":"3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14","tx_index":487}',0,'TRANSACTION_PARSED','3b95e07a2194174ac020de27e8b2b6ee24d5fc120f118df516ba28495657cf14','5a3b3e7eb75a04ab9a041546dbf3732adc9456d87f49111df0b9953f36e78c29'); +INSERT INTO messages VALUES(1162,310486,'parse','blocks','{"block_index":310486,"ledger_hash":"0f829769e4da773089d7b05047a499db5f6d1b17795d4fba912882caee9813e0","messages_hash":"cdcd83a1bf528b6f438cba4f93ace41ebec7196a8c997e36823035e544748a50","transaction_count":1,"txlist_hash":"ea66c7d9251a0eb884fef48de05cb58bbcf3a9e08319f01c96f180aeb0de9bab"}',0,'BLOCK_PARSED',NULL,'e3c26213d842c7b3f7c2eedc347f53f6f9687df955fc7a16fc10f0a1ff735d3c'); +INSERT INTO messages VALUES(1163,310487,'insert','blocks','{"block_hash":"32aa1b132d0643350bbb62dbd5f38ae0c270d8f491a2012c83b99158d58e464f","block_index":310487,"block_time":310487000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'05d2fc6dacd6cde19792525a5f306dd887ce45f0fb3f7ba7ae7123d2513f85d9'); +INSERT INTO messages VALUES(1164,310487,'insert','transactions','{"block_hash":"32aa1b132d0643350bbb62dbd5f38ae0c270d8f491a2012c83b99158d58e464f","block_index":310487,"block_time":310487000,"btc_amount":5430,"data":"00000028000152bb3301000000000000000900000000000000090000000000000000000013b000000064","destination":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","fee":7650,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","tx_index":488,"utxos_info":" ed3fb8c01061ce068ac9758e33c6cb9f8f76d0173fa9cd0a2f1d06dd0452296f:0 3 "}',0,'NEW_TRANSACTION',NULL,'23c1c8aac4f78950d575829b2ecc7ccc6b42692ed6f07ab12d8a08826df16507'); +INSERT INTO messages VALUES(1165,310487,'insert','debits','{"action":"bet","address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","asset":"XCP","block_index":310487,"event":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","quantity":9,"tx_index":488,"utxo":null,"utxo_address":null}',0,'DEBIT','41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef','6680c91b02ca2125aac64187fbea4bf081b0bfc830e22af1e93f5538fc31a01e'); +INSERT INTO messages VALUES(1166,310487,'insert','bets','{"bet_type":1,"block_index":310487,"counterwager_quantity":9,"counterwager_remaining":9,"deadline":1388000001,"expiration":100,"expire_index":310587,"fee_fraction_int":5000000.0,"feed_address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","leverage":5040,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"open","target_value":0.0,"tx_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","tx_index":488,"wager_quantity":9,"wager_remaining":9}',0,'OPEN_BET','41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef','e49843d38ae4846de5cc1de52a383c715230c8d47b1c3be39b18d61ce16d09ae'); +INSERT INTO messages VALUES(1167,310487,'parse','transactions','{"supported":true,"tx_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","tx_index":488}',0,'TRANSACTION_PARSED','41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef','d9a77164979b72b4cf27a138a65c88df8a76156024e879709b44f9afbd084d37'); +INSERT INTO messages VALUES(1168,310487,'parse','blocks','{"block_index":310487,"ledger_hash":"4b4d7a79843342e96e5d9d71bbc49690245b3098be75e7b86f273021d526216d","messages_hash":"0dcbce812322217d1f9b05d5ec32fefc82355e3d9e5efff7d7c3ecc85213371b","transaction_count":1,"txlist_hash":"76fbd411c43f3f67c8bf61138c5672de0cfda2d98f112a6e50b3a5d084d7cc72"}',0,'BLOCK_PARSED',NULL,'7511c78c6879f9443a0175ad3063c5ad3abe84cb3f780a64d142b0d57f7e8394'); +INSERT INTO messages VALUES(1169,310488,'insert','blocks','{"block_hash":"80b8dd5d7ce2e4886e6721095b892a39fb699980fe2bc1c17e747f822f4c4b1b","block_index":310488,"block_time":310488000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad2f20abb0caee2b2f145d2088be3a05c3824da2ae58f0814fedb8d45ce5d13b'); +INSERT INTO messages VALUES(1170,310488,'insert','transactions','{"block_hash":"80b8dd5d7ce2e4886e6721095b892a39fb699980fe2bc1c17e747f822f4c4b1b","block_index":310488,"block_time":310488000,"btc_amount":0,"data":"0000001e52bb33023ff000000000000000000000096f7074696f6e732030","destination":"","fee":6800,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638","tx_index":489,"utxos_info":" 66afb5bf48c426a8f871e9c6db4b8f48db8c473f9757dcdf75d71d6231c2ef9e:0 2 "}',0,'NEW_TRANSACTION',NULL,'85c575947e7ee50b907d23172b18b205ed3c8e021527031e3ebe7c696e651872'); +INSERT INTO messages VALUES(1171,310488,'insert','broadcasts','{"block_index":310488,"fee_fraction_int":0,"locked":false,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"valid","text":"options 0","timestamp":1388000002,"tx_hash":"870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638","tx_index":489,"value":1.0}',0,'BROADCAST','870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638','06833173172d77de40f240359ce84b7d58035eba2d6f2bd77febea448e6520a0'); +INSERT INTO messages VALUES(1172,310488,'insert','addresses','{"address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","block_index":310488,"options":0}',0,'NEW_ADDRESS_OPTIONS','870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638','edb77757fcd84e179ff9acedf4eafa450a0d8bd1940b5f4cafa4bb480d248499'); +INSERT INTO messages VALUES(1173,310488,'parse','transactions','{"supported":true,"tx_hash":"870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638","tx_index":489}',0,'TRANSACTION_PARSED','870fb08b373705423f31ccd91fdbcabe135ad92d74e709a959dfa2e12f9a6638','f77599ddcdb68c983e3dfbf8b91f9bee870c8ae7cd4ca3c003dd219c80e5ecdf'); +INSERT INTO messages VALUES(1174,310488,'parse','blocks','{"block_index":310488,"ledger_hash":"2d7e59026ea4c8933e9c7474936931ca49d4af91f9b9985f3c76085fb3a69104","messages_hash":"326dcaadde392e0339f5a413cd4f7492b3e4d80b9789388bc8d951fde731adf6","transaction_count":1,"txlist_hash":"78e801f2d1968c860ac2563e9cc912c18cb8e5f95996011e84c289833fbd46da"}',0,'BLOCK_PARSED',NULL,'c47c04f34fa9aecbeecb9787fd97eb975af727cadca1ac3874cf4e17751f79ea'); +INSERT INTO messages VALUES(1175,310489,'insert','blocks','{"block_hash":"2efdb36f986b3e3ccc6cc9b0c1c3cdcb07429fb43cbc0cc3b6c87d1b33f258b6","block_index":310489,"block_time":310489000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'59f29a15286160d0132c5b4918d5cdd69f93ec9ba753c366d38f666b79a6b25b'); +INSERT INTO messages VALUES(1176,310489,'insert','transactions','{"block_hash":"2efdb36f986b3e3ccc6cc9b0c1c3cdcb07429fb43cbc0cc3b6c87d1b33f258b6","block_index":310489,"block_time":310489000,"btc_amount":0,"data":"0000001e52bb33033ff000000000000000000000046c6f636b","destination":"","fee":6800,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","supported":true,"tx_hash":"685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1","tx_index":490,"utxos_info":" 147f338cda56d39f102fd4ec014961e482a2ca4f7b8c419c368e6147b87dca09:0 2 "}',0,'NEW_TRANSACTION',NULL,'251e4b48438c0c8521a76bf0094f7257e060637c12e1993dc232fb27e8b9a345'); +INSERT INTO messages VALUES(1177,310489,'insert','broadcasts','{"block_index":310489,"fee_fraction_int":null,"locked":true,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","status":"valid","text":null,"timestamp":0,"tx_hash":"685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1","tx_index":490,"value":null}',0,'BROADCAST','685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1','553bf70f4389543669f5a613a7f4047715d5d621681682092fc923be2b37efdd'); +INSERT INTO messages VALUES(1178,310489,'parse','transactions','{"supported":true,"tx_hash":"685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1","tx_index":490}',0,'TRANSACTION_PARSED','685d7f99fa76a05201c3239a4e0d9060ea53307b171f6ad7d482a26c73e9c0d1','64669a88dbd440dc764e9a117ee09b5d42661d85691f797e61e041e026a4ff11'); +INSERT INTO messages VALUES(1179,310489,'parse','blocks','{"block_index":310489,"ledger_hash":"716354a370f344980e98785a444b56b21188bc699e7fbd0c877b6f2fabf35efc","messages_hash":"22af0d6e9184605dda5f05ca4aba0e8247395b281233a451d88d3552ec64fa11","transaction_count":1,"txlist_hash":"23d9af03e6aa29fbab29c8e2a5a0419680053bba19594105cc8ef4d3db05d418"}',0,'BLOCK_PARSED',NULL,'06bef2fd888692e905989aa1f228cc887d97618c44e0d1deffe6365a9ba7d063'); +INSERT INTO messages VALUES(1180,310490,'insert','blocks','{"block_hash":"e2cb04b8a7368c95359c9d5ff33e64209200fb606de0d64b7c0f67bb1cb8d87c","block_index":310490,"block_time":310490000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3ee8555d459ab7d24cca13d2c78b0b8ba7f68e594e5cf4013cd1b6dec0b05299'); +INSERT INTO messages VALUES(1181,310490,'insert','transactions','{"block_hash":"e2cb04b8a7368c95359c9d5ff33e64209200fb606de0d64b7c0f67bb1cb8d87c","block_index":310490,"block_time":310490000,"btc_amount":0,"data":"0000001e52bb33043ff000000000000000000000096f7074696f6e732031","destination":"","fee":6800,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","supported":true,"tx_hash":"7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af","tx_index":491,"utxos_info":" dd5471d13ce574963ee0c49f77de65c6161dfa81e4d137e75f4402ea687a75ad:0 2 "}',0,'NEW_TRANSACTION',NULL,'69c62feedf72f97f5c8f26cf47d5212e2d75d802de4e4f3b7cd824db48815860'); +INSERT INTO messages VALUES(1182,310490,'insert','broadcasts','{"block_index":310490,"fee_fraction_int":0,"locked":false,"source":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","status":"valid","text":"options 1","timestamp":1388000004,"tx_hash":"7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af","tx_index":491,"value":1.0}',0,'BROADCAST','7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af','17e7ab4fd0f52a7ad6ae3de1326c25d1a1f396b3fdd15b1b0dc91665420809bf'); +INSERT INTO messages VALUES(1183,310490,'insert','addresses','{"address":"mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42","block_index":310490,"options":1}',0,'NEW_ADDRESS_OPTIONS','7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af','40add23671c12c8a8d3329d426ba8a19eeaa7b492e4f7a12256f823255a0efbc'); +INSERT INTO messages VALUES(1184,310490,'parse','transactions','{"supported":true,"tx_hash":"7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af","tx_index":491}',0,'TRANSACTION_PARSED','7c437705c315212315c85c0b8ba09d358679c91be20b54f30929c5a6052426af','f2cc1acf4f76cd32e18a83afd25ca6901ad45ea6066c3cdf7dd635013ff3e3cf'); +INSERT INTO messages VALUES(1185,310490,'parse','blocks','{"block_index":310490,"ledger_hash":"906a38f4256f50312891119c99721537992438af85421e317574ce1810e2b909","messages_hash":"637610c7291fc7949cd1dd889b99755b6d1c1fdbdb641c2120e7d6cf4863ed84","transaction_count":1,"txlist_hash":"5f934032dce4102cd1d72d3f887526e78baa4a78991bc43cf0a1ebefe08fdec7"}',0,'BLOCK_PARSED',NULL,'dc16ec770d548955094788f71ac1b8c2b0fa388ddbace4a5cb9a0298176fa0a4'); +INSERT INTO messages VALUES(1186,310491,'insert','blocks','{"block_hash":"811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16","block_index":310491,"block_time":310491000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'afd491bba747da735bf1736147fbc832c3789fd0ec4b59dbbe646da2181cc12d'); +INSERT INTO messages VALUES(1187,310491,'insert','transactions','{"block_hash":"811abd7cf2b768cfdaa84ab44c63f4463c96a368ead52125bf149cf0c7447b16","block_index":310491,"block_time":310491000,"btc_amount":0,"data":"0000000a00000000000000010000000005f5e100000000000000000000000000000c350007d000000000000dbba0","destination":"","fee":6800,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","tx_index":492,"utxos_info":" 34ddf77d56739516eec4be2cef26c823380845834393dcedc8c06c184b55463b:0 2 "}',0,'NEW_TRANSACTION',NULL,'bfe01df775ef134a8e5eaccebb6aca583f21b5e8744fd028e550d2a5bc880a0b'); +INSERT INTO messages VALUES(1188,310491,'insert','debits','{"action":"open order","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310491,"event":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","quantity":100000000,"tx_index":492,"utxo":null,"utxo_address":null}',0,'DEBIT','74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498','60552c55249711dbd03ccf0106a881bfaf008ad16530c026455b27c32771b35b'); +INSERT INTO messages VALUES(1189,310491,'insert','orders','{"block_index":310491,"expiration":2000,"expire_index":312491,"fee_provided":6800,"fee_provided_remaining":6800,"fee_required":900000,"fee_required_remaining":900000,"get_asset":"BTC","get_quantity":800000,"get_remaining":800000,"give_asset":"XCP","give_quantity":100000000,"give_remaining":100000000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"open","tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","tx_index":492}',0,'OPEN_ORDER','74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498','88dab4efc97b6c0773640a4a0485bdce919a3a020f4a6a92982e12af36d145df'); +INSERT INTO messages VALUES(1190,310491,'parse','transactions','{"supported":true,"tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","tx_index":492}',0,'TRANSACTION_PARSED','74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498','0119b981469b53afe85a004f771a8dc64319e05a3bcd7bf4b061a0a59ce6c916'); +INSERT INTO messages VALUES(1191,310491,'parse','blocks','{"block_index":310491,"ledger_hash":"3114d8091cfcaa9944c6fab49d51950535c4ef269877d58c372ed80b2b472ec6","messages_hash":"d6837ec3da9fb3980989196e548cc6b8b6bbbf89ed8282e8df045f5775e83e9d","transaction_count":1,"txlist_hash":"f065728a3544adc085fae976759c0d040a34ca0a8ddd39260b55f0262cd5baa8"}',0,'BLOCK_PARSED',NULL,'f99184cffa2dcc74654924d6e27b03fd97520dd8a632973732ba6496c284813c'); +INSERT INTO messages VALUES(1192,310492,'insert','blocks','{"block_hash":"8a09b2faf0a7ad67eb4ab5c948b9769fc87eb2ec5e16108f2cde8bd9e6cf7607","block_index":310492,"block_time":310492000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1b4aaafabf5d119abb16bd5ba289a4b6ba1cca4766c01fbe499dd60eebfb9bee'); +INSERT INTO messages VALUES(1193,310492,'insert','transactions','{"block_hash":"8a09b2faf0a7ad67eb4ab5c948b9769fc87eb2ec5e16108f2cde8bd9e6cf7607","block_index":310492,"block_time":310492000,"btc_amount":0,"data":"0000000a000000000000000000000000000c350000000000000000010000000005f5e10007d00000000000000000","destination":"","fee":1000000,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx_index":493,"utxos_info":" 01435600d3eb8a5196ce2321b423a1c1cd395c14c4144c1f5fc378d9f81029f7:0 2 "}',0,'NEW_TRANSACTION',NULL,'9116833923501cfd079ac1caf343ca0aa4abe47c66df5cf7612529bfe3f87ce9'); +INSERT INTO messages VALUES(1194,310492,'insert','orders','{"block_index":310492,"expiration":2000,"expire_index":312492,"fee_provided":1000000,"fee_provided_remaining":1000000,"fee_required":0,"fee_required_remaining":0,"get_asset":"XCP","get_quantity":100000000,"get_remaining":100000000,"give_asset":"BTC","give_quantity":800000,"give_remaining":800000,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"open","tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx_index":493}',0,'OPEN_ORDER','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','14ffd3c6cfa6bf89aa15bff2c9d3119885010330cbc71cf485021853f86cb585'); +INSERT INTO messages VALUES(1195,310492,'update','orders','{"fee_provided_remaining":6800,"fee_required_remaining":892800,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498"}',0,'ORDER_UPDATE','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','95d43a7b0bfd7883daef63835b0481435fcf04f785aab23dfe2a8ab65922cd6c'); +INSERT INTO messages VALUES(1196,310492,'update','orders','{"fee_provided_remaining":992800,"fee_required_remaining":0,"get_remaining":0,"give_remaining":0,"status":"open","tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81"}',0,'ORDER_UPDATE','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','626758464ed9065a1e4cbccf2675fba3bd583da89e5de917b477032719e56c6e'); +INSERT INTO messages VALUES(1197,310492,'insert','order_matches','{"backward_asset":"BTC","backward_quantity":800000,"block_index":310492,"fee_paid":7200,"forward_asset":"XCP","forward_quantity":100000000,"id":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498_1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","match_expire_index":310512,"status":"pending","tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx0_block_index":310491,"tx0_expiration":2000,"tx0_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498","tx0_index":492,"tx1_address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","tx1_block_index":310492,"tx1_expiration":2000,"tx1_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx1_index":493}',0,'ORDER_MATCH','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','bbeac8cc86c3fbbfc6c5ad1492b35cb248f777a6e34fdfbbb8f1b9fde3f4cb9f'); +INSERT INTO messages VALUES(1198,310492,'parse','transactions','{"supported":true,"tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx_index":493}',0,'TRANSACTION_PARSED','1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81','295c54e24e680fe867c049cb8aa277e272eedb23b99a96a1b03fb9140b162b4d'); +INSERT INTO messages VALUES(1199,310492,'parse','blocks','{"block_index":310492,"ledger_hash":"98af18583618fdeed545347c013763d068e8294405d265911cc5e1bc420bc740","messages_hash":"8157dd9f461be9234a2f7ab0f0e1eb048d5b0b4c4b24ea6d7dec3988e4153187","transaction_count":1,"txlist_hash":"daf4d2c1a1ad5206abcf7744bdd06fae99c442fb2607a843dcabb5727d02916e"}',0,'BLOCK_PARSED',NULL,'09644d24c8e7f7b2e1ae217abe777ef80c03ff82e07857d7a2d5c18241b86239'); +INSERT INTO messages VALUES(1200,310493,'insert','blocks','{"block_hash":"c19e2915b750279b2be4b52e57e5ce29f63dffb4e14d9aad30c9e820affc0cbf","block_index":310493,"block_time":310493000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a8d438487aa8b85843cf7a48d6e24c0db87695fe9b13b0d393e81811d4049d93'); +INSERT INTO messages VALUES(1201,310493,'insert','transactions','{"block_hash":"c19e2915b750279b2be4b52e57e5ce29f63dffb4e14d9aad30c9e820affc0cbf","block_index":310493,"block_time":310493000,"btc_amount":62000000,"data":"","destination":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","fee":5625,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a","tx_index":494,"utxos_info":" 55bf39bd1c04f6c3d17d6449db501f6723412e38bf91419334b985175ed7a7db:0 2 "}',0,'NEW_TRANSACTION',NULL,'97f650aa01980d8343d8a3f3cfe6027c30c818a867fa9d0e86eed5939eaae150'); +INSERT INTO messages VALUES(1202,310493,'insert','credits','{"address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"XCP","block_index":310493,"calling_function":"burn","event":"c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a","quantity":92995878046,"tx_index":494,"utxo":null,"utxo_address":null}',0,'CREDIT','c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a','44ee3dd9b57d44d1d8c07a3ab16ac5707714dcb0ad1499a9058766cde4ae8487'); +INSERT INTO messages VALUES(1203,310493,'insert','burns','{"block_index":310493,"burned":62000000,"earned":92995878046,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","tx_hash":"c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a","tx_index":494}',0,'BURN','c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a','c484f7406cbc30fc265f3dfa3209747999cf92446a10837f24bb9bf0ecc60745'); +INSERT INTO messages VALUES(1204,310493,'parse','transactions','{"supported":true,"tx_hash":"c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a","tx_index":494}',0,'TRANSACTION_PARSED','c0733e1287afb1bb3d2fdacd1db7c74ea84f14362f3a8d1c038e662e1d0b1b1a','90ffbca2b5620dc3a78c3e8578d5217f9689b7719d43b94db5491565ddb5c0b1'); +INSERT INTO messages VALUES(1205,310493,'parse','blocks','{"block_index":310493,"ledger_hash":"29119cd30a4733916fbfd0551506eaa16f7bb1bdfbdf8d17ac4e5bb20d1cb09c","messages_hash":"367311c9b75aadc96abfa2a6dd2b2517076feed0aebac9c8c63f7545a29bbd0c","transaction_count":1,"txlist_hash":"7ec4cfa94544900c8e8732ad51be7cee6452aa1884ea940cd5c98862fb4aaba6"}',0,'BLOCK_PARSED',NULL,'5344c4334abdeb638a73a81e14967fb356b9f4ee60ee36635eafa4b63c2cfbf3'); +INSERT INTO messages VALUES(1206,310494,'insert','blocks','{"block_hash":"7dda1d3e12785313d5651ee5314d0aecf17588196f9150b10c55695dbaebee5d","block_index":310494,"block_time":310494000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2d6c3cd3b087dfbafcb428f0a127d8869cb24f538de6c58f4802fcd9305a908d'); +INSERT INTO messages VALUES(1207,310494,'insert','transactions','{"block_hash":"7dda1d3e12785313d5651ee5314d0aecf17588196f9150b10c55695dbaebee5d","block_index":310494,"block_time":310494000,"btc_amount":0,"data":"00000014000000063e985ffd00000000000000640100000000000000000000","destination":"","fee":6800,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","tx_index":495,"utxos_info":" 1b0e761450063df114e0779bde3146b1a32ded225c76632be83c753ee1749ceb:0 2 "}',0,'NEW_TRANSACTION',NULL,'1955bf512b75874cb46ad68caf4981bb4e50b248c60c01b0805658fc5716bf14'); +INSERT INTO messages VALUES(1208,310494,'insert','debits','{"action":"issuance fee","address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"XCP","block_index":310494,"event":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","quantity":50000000,"tx_index":495,"utxo":null,"utxo_address":null}',0,'DEBIT','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','99eafd69eb6bcec9093ac11cf4e56112479c548687787406d9196b42a946254c'); +INSERT INTO messages VALUES(1209,310494,'insert','assets','{"asset_id":"26819977213","asset_longname":null,"asset_name":"DIVIDEND","block_index":310494}',0,'ASSET_CREATION','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','72b133fb7eb02780945bb3e572e9662c72f5cc8b70e6f687ec72bbc3620d80a3'); +INSERT INTO messages VALUES(1210,310494,'insert','issuances','{"asset":"DIVIDEND","asset_events":"creation","asset_longname":null,"block_index":310494,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","locked":false,"quantity":100,"reset":false,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","transfer":false,"tx_hash":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","tx_index":495}',0,'ASSET_ISSUANCE','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','798f3fff174a48c2f0c0d480209956f00ae3bacb2de1009ba8af783342f2f87e'); +INSERT INTO messages VALUES(1211,310494,'insert','credits','{"address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"DIVIDEND","block_index":310494,"calling_function":"issuance","event":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","quantity":100,"tx_index":495,"utxo":null,"utxo_address":null}',0,'CREDIT','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','bd601ab24a760237212ccb785e4da3c1488fea3f750192c7f29c232fd52c414b'); +INSERT INTO messages VALUES(1212,310494,'parse','transactions','{"supported":true,"tx_hash":"321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503","tx_index":495}',0,'TRANSACTION_PARSED','321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503','7464f89e3bf231d9b6d6cc7a955e4de509385803859e74a57dfc7e1e61f68c6e'); +INSERT INTO messages VALUES(1213,310494,'parse','blocks','{"block_index":310494,"ledger_hash":"72d71bd72263699ea9f2b097ad141be5bc394f49d8b0b0a6b2ff6a87b0ee3919","messages_hash":"367e90299cec4c5c4d63b0844091bc7bbf6e17462086233a872de09b663a5bc4","transaction_count":1,"txlist_hash":"9350c3ba33d0546d1194c5fa767ced28834b26246aedc56d89b1d48ec4f26014"}',0,'BLOCK_PARSED',NULL,'8b3790ea36be694d5497d62cf1eaf9d33fd8725320d630ad7df15ac8dad4904d'); +INSERT INTO messages VALUES(1214,310495,'insert','blocks','{"block_hash":"4769aa7030f28a05a137a85ef4ee0c1765c37013773212b93ec90f1227168b67","block_index":310495,"block_time":310495000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'506b2bb0ffd322d53fbbaf84759452eb331e9dfcfdd915b1cc4fd0a7188637e4'); +INSERT INTO messages VALUES(1215,310495,'insert','transactions','{"block_hash":"4769aa7030f28a05a137a85ef4ee0c1765c37013773212b93ec90f1227168b67","block_index":310495,"block_time":310495000,"btc_amount":5430,"data":"00000000000000063e985ffd000000000000000a","destination":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","fee":7650,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","tx_index":496,"utxos_info":" 968efa9a1142fdc8e129ca7f89453f84ba195ed950db191b2f502114b000ea75:0 3 "}',0,'NEW_TRANSACTION',NULL,'4e09cd3e83efe29edc4fe59f56fa367e6c9da12dd70635647bb7144bfa175b29'); +INSERT INTO messages VALUES(1216,310495,'insert','debits','{"action":"send","address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"DIVIDEND","block_index":310495,"event":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","quantity":10,"tx_index":496,"utxo":null,"utxo_address":null}',0,'DEBIT','02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e','215741ccc26d49e6a4bc30ff739506029dcea0e78510fd3fbd4d75b12989bfe6'); +INSERT INTO messages VALUES(1217,310495,'insert','credits','{"address":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","asset":"DIVIDEND","block_index":310495,"calling_function":"send","event":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","quantity":10,"tx_index":496,"utxo":null,"utxo_address":null}',0,'CREDIT','02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e','abcea2599d7f9477272c6617f9d64e470215514aae9260227a91c80b173bbe05'); +INSERT INTO messages VALUES(1218,310495,'insert','sends','{"asset":"DIVIDEND","block_index":310495,"destination":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","msg_index":0,"quantity":10,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","tx_hash":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","tx_index":496}',0,'SEND','02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e','f1dc7e0556e47a943f9d02be2a0679a512f1523c00ffcdae0d4265d34af0670f'); +INSERT INTO messages VALUES(1219,310495,'parse','transactions','{"supported":true,"tx_hash":"02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e","tx_index":496}',0,'TRANSACTION_PARSED','02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e','5bff41f9e3c1caaff6ffb38dcdefd3fde010ab2e7109df83bca780607ef821d0'); +INSERT INTO messages VALUES(1220,310495,'parse','blocks','{"block_index":310495,"ledger_hash":"5a7e5a36882466373d576bb5f4ccd1bc72ecaf548b9589baa803a7275a7a24cd","messages_hash":"191e5428deca4b48f28a4bacae265be703ad97d3bb213dc691dc4d7f35a0a77b","transaction_count":1,"txlist_hash":"09e9db121649cacd979fd18bbaa35e519361e727e7e072e2f2f86291160cdb29"}',0,'BLOCK_PARSED',NULL,'52f1242fd80343db20480ccf0e7aadc9a8bbdf303bec206be0ccd0cc2604cce1'); +INSERT INTO messages VALUES(1221,310496,'insert','blocks','{"block_hash":"65884816927e8c566655e85c07bc2bc2c7ee26e625742f219939d43238fb31f8","block_index":310496,"block_time":310496000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'024d83b97471f2afc7ef611299cf7c8bdd7cdf9618cc1483364ef8b0ce905f9a'); +INSERT INTO messages VALUES(1222,310496,'insert','transactions','{"block_hash":"65884816927e8c566655e85c07bc2bc2c7ee26e625742f219939d43238fb31f8","block_index":310496,"block_time":310496000,"btc_amount":5430,"data":"00000000000000000000000100000015a4018c1e","destination":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","fee":7650,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","supported":true,"tx_hash":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","tx_index":497,"utxos_info":" 2a460887da5c0bc81f5caf284edc0d1a6ffb001c66f6a9124b386d3b2f6bff73:0 3 "}',0,'NEW_TRANSACTION',NULL,'36ac180c6e599da9afb930bc905d9e8f92b150626af975e99b1e8d4f63df886e'); +INSERT INTO messages VALUES(1223,310496,'insert','debits','{"action":"send","address":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","asset":"XCP","block_index":310496,"event":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","quantity":92945878046,"tx_index":497,"utxo":null,"utxo_address":null}',0,'DEBIT','a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba','7df378f1c71ccae8336df841811cf72cf0b41cf19c8c4929edda7ca6f5d32724'); +INSERT INTO messages VALUES(1224,310496,'insert','credits','{"address":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","asset":"XCP","block_index":310496,"calling_function":"send","event":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","quantity":92945878046,"tx_index":497,"utxo":null,"utxo_address":null}',0,'CREDIT','a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba','0f874086f4d470045ac916a9467c0f1fac6bf7c3929c3b8534cca1b8bbd6a700'); +INSERT INTO messages VALUES(1225,310496,'insert','sends','{"asset":"XCP","block_index":310496,"destination":"mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj","msg_index":0,"quantity":92945878046,"source":"mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH","status":"valid","tx_hash":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","tx_index":497}',0,'SEND','a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba','af4c0e09caee93dcf2959fcb0d110084573511c49ce97eee713ebe0ffc5582c4'); +INSERT INTO messages VALUES(1226,310496,'parse','transactions','{"supported":true,"tx_hash":"a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba","tx_index":497}',0,'TRANSACTION_PARSED','a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba','1a69a935bb52b72656703bb4cca212b899b217eb53c6335e752a9cd9ad0ac72b'); +INSERT INTO messages VALUES(1227,310496,'parse','blocks','{"block_index":310496,"ledger_hash":"7ac6121c624b634f44695172761830926afe76bb18c4cc9195773f3a26966941","messages_hash":"c527984544651961c8c7893452dd1701b40e6e43b70d43e2ed007e0031438133","transaction_count":1,"txlist_hash":"9eda85cce745579122ba9c6e24b63cd83f2e5161031a34e6ee9bf08b80823cb4"}',0,'BLOCK_PARSED',NULL,'cd681baad9730de86b2a9b06cbd1e8eb599874580021682df809dd1babd07d62'); +INSERT INTO messages VALUES(1228,310497,'insert','blocks','{"block_hash":"f1118591fe79b8bf52ccf0c5de9826bfd266b1fdc24b44676cf22bbcc76d464e","block_index":310497,"block_time":310497000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8c1c99f6e91d41379171739de58dd14545501ea460b04b39c5e38e90b103313c'); +INSERT INTO messages VALUES(1229,310497,'insert','transactions','{"block_hash":"f1118591fe79b8bf52ccf0c5de9826bfd266b1fdc24b44676cf22bbcc76d464e","block_index":310497,"block_time":310497000,"btc_amount":0,"data":"00000014000000000aa4097d0000000005f5e100010000000000000000000c506172656e74206173736574","destination":"","fee":6300,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","tx_index":498,"utxos_info":" fccea6e9a0ad88c0b3a93594e176a9226095acdad38b63daabbdfe96737b8bf7:1 2 0"}',0,'NEW_TRANSACTION',NULL,'6487e7d5a5cb464c454ec7d9a195341cd01d844e93481a8e813d620dfcc7750f'); +INSERT INTO messages VALUES(1230,310497,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310497,"event":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","quantity":50000000,"tx_index":498,"utxo":null,"utxo_address":null}',0,'DEBIT','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','51bde629243411b1bc38d1b75389950bcae7f856ea3c36bc449a93203ee34e72'); +INSERT INTO messages VALUES(1231,310497,'insert','assets','{"asset_id":"178522493","asset_longname":null,"asset_name":"PARENT","block_index":310497}',0,'ASSET_CREATION','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','db3f4edfc12b8b72339513fd6c4e6b1ae7bf53ffa4e0fbffa54cd4e7739e2cb9'); +INSERT INTO messages VALUES(1232,310497,'insert','issuances','{"asset":"PARENT","asset_events":"creation","asset_longname":null,"block_index":310497,"call_date":0,"call_price":0.0,"callable":false,"description":"Parent asset","description_locked":false,"divisible":true,"fee_paid":50000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":100000000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","tx_index":498}',0,'ASSET_ISSUANCE','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','f66a2a25009c2cbcc62ef4426eec7e6e2e4a3f050f4e7ab6e31e6fdd9b8ba5b3'); +INSERT INTO messages VALUES(1233,310497,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"PARENT","block_index":310497,"calling_function":"issuance","event":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","quantity":100000000,"tx_index":498,"utxo":null,"utxo_address":null}',0,'CREDIT','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','686ae5c2dc9228aa384d9eb25b7e9c14eaff64aa4d4549434a1ee013ff634c7c'); +INSERT INTO messages VALUES(1234,310497,'parse','transactions','{"supported":true,"tx_hash":"076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f","tx_index":498}',0,'TRANSACTION_PARSED','076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f','b7e80c3e2a7749724269d37e1e680f3a85819380f79c397390e8a40d90ad1bca'); +INSERT INTO messages VALUES(1235,310497,'parse','blocks','{"block_index":310497,"ledger_hash":"28c6e92b2299b9cbbb5953f8b7ff3de0fe962d15642ba27e43faa64e1935e819","messages_hash":"59789416acb69a3f4dd0d6c0ef2782afbbc5253a224d385b49946c4caa81e56b","transaction_count":1,"txlist_hash":"ff8136601b9e0138a999d1f0467af6e8535a2bcdd2b622af7be0178a083b9519"}',0,'BLOCK_PARSED',NULL,'cabddb71a7bdf52c5a93a0990c890124299cf43bae14250a4db9100fb3d399a1'); +INSERT INTO messages VALUES(1236,310498,'insert','blocks','{"block_hash":"b7058b6d1ddc325a10bf33144937e06ce6025215b416518ae120da9440ae279e","block_index":310498,"block_time":310498000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ca56fe9751e268b39acbbc4241b22a94a1f6d547a534653efcbc357a5e7ac116'); +INSERT INTO messages VALUES(1237,310498,'insert','transactions','{"block_hash":"b7058b6d1ddc325a10bf33144937e06ce6025215b416518ae120da9440ae279e","block_index":310498,"block_time":310498000,"btc_amount":0,"data":"0000001501530821671b10650000000005f5e10001108e90a57dba9967c422e83080f22f0c684368696c64206f6620706172656e74","destination":"","fee":6550,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","tx_index":499,"utxos_info":" 0c2cc9e9cdd3a29c7a2fcd38a68d409c4c03ff78456fde49595d8fdfd6110b67:1 2 0"}',0,'NEW_TRANSACTION',NULL,'9901442a8a40b26cc1deb40cb4d5f479ca4ee609de5b24d7676c2086cec254ac'); +INSERT INTO messages VALUES(1238,310498,'insert','debits','{"action":"issuance fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310498,"event":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","quantity":25000000,"tx_index":499,"utxo":null,"utxo_address":null}',0,'DEBIT','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','5c2ac0e5b85279a72455d3e52bfeafb702b3ab4dbc53be0b9173023896f4fc2e'); +INSERT INTO messages VALUES(1239,310498,'insert','assets','{"asset_id":"95428956661682277","asset_longname":"PARENT.already.issued","asset_name":"A95428956661682277","block_index":310498}',0,'ASSET_CREATION','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','d6d3f284f431a12b1ff3ec823fc1a7f5db1ab761a2836dcec23a9dc7c02d0960'); +INSERT INTO messages VALUES(1240,310498,'insert','issuances','{"asset":"A95428956661682277","asset_events":"creation","asset_longname":"PARENT.already.issued","block_index":310498,"call_date":0,"call_price":0.0,"callable":false,"description":"Child of parent","description_locked":false,"divisible":true,"fee_paid":25000000,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":100000000,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","tx_index":499}',0,'ASSET_ISSUANCE','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','e300a1a66b663f1048b2d06b1180ac6953db883cd07d32f2c6f7e51d2a9f707d'); +INSERT INTO messages VALUES(1241,310498,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"A95428956661682277","block_index":310498,"calling_function":"issuance","event":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","quantity":100000000,"tx_index":499,"utxo":null,"utxo_address":null}',0,'CREDIT','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','6c39854a96ccda06b789d1aa5cd79d4d651a77548fb490c4abf8d6ed0ab62c89'); +INSERT INTO messages VALUES(1242,310498,'parse','transactions','{"supported":true,"tx_hash":"0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf","tx_index":499}',0,'TRANSACTION_PARSED','0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf','a9231afdbfa8b76aaa69c935db8ed30d4d309d2e59204e51667b4628737b064c'); +INSERT INTO messages VALUES(1243,310498,'parse','blocks','{"block_index":310498,"ledger_hash":"5fe6cdb0828379bf240fad99c68bba34e1889bbc19605ce5c297b82352264414","messages_hash":"68f526378c70c46c93c32c02825a133379ba54657768657fc96598ec353d28f8","transaction_count":1,"txlist_hash":"b488f6f0e6c233f202ee17c0843236d464144e79c870af88bae56355ae9372b7"}',0,'BLOCK_PARSED',NULL,'950f2bf239e86b781988bb3000cf44e5a9e0bb228765d975a953fbef51c91dba'); +INSERT INTO messages VALUES(1244,310499,'insert','blocks','{"block_hash":"1950e1a4d7fc820ed9603f6df6819c3c953c277c726340dec2a4253e261a1764","block_index":310499,"block_time":310499000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'98553b41478a2d93e83def936e6cf863176c5fcff22ebae05df9f6ffe87d69aa'); +INSERT INTO messages VALUES(1245,310499,'insert','transactions','{"block_hash":"1950e1a4d7fc820ed9603f6df6819c3c953c277c726340dec2a4253e261a1764","block_index":310499,"block_time":310499000,"btc_amount":0,"data":"5a46524545464149524d494e7c7c307c317c31307c307c307c307c307c307c307c307c307c307c307c317c","destination":"","fee":6300,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","tx_index":500,"utxos_info":" 3c3cf4ecfbafac833fe6d141c3dd3a3a1f544da16513e14f2f3c344f443ae035:1 2 0"}',0,'NEW_TRANSACTION',NULL,'f8ffce4439eb80155bebebaf41d8f343df78f4b81e98da92936204fba61582df'); +INSERT INTO messages VALUES(1246,310499,'insert','fairminters','{"asset":"FREEFAIRMIN","asset_longname":null,"asset_parent":null,"block_index":310499,"burn_payment":false,"description":"","divisible":true,"end_block":0,"hard_cap":0,"lock_description":false,"lock_quantity":false,"max_mint_per_tx":10,"minted_asset_commission_int":0,"pre_minted":false,"premint_quantity":0,"price":0,"quantity_by_price":1,"soft_cap":0,"soft_cap_deadline_block":0,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","start_block":0,"status":"open","tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","tx_index":500}',0,'NEW_FAIRMINTER','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','1994b1e5c692653ab2cd91ee113a7141a26eb4aba25ad7a4fe2f6ea60839a557'); +INSERT INTO messages VALUES(1247,310499,'insert','assets','{"asset_id":"799006024850293","asset_longname":null,"asset_name":"FREEFAIRMIN","block_index":310499}',0,'ASSET_CREATION','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','b1efe066a79c04cd35efac6ff968243c07a5147940745fd0548a8751a3ea3941'); +INSERT INTO messages VALUES(1248,310499,'insert','issuances','{"asset":"FREEFAIRMIN","asset_events":"open_fairminter","asset_longname":null,"block_index":310499,"call_date":0,"call_price":0,"callable":false,"description":"","divisible":true,"fair_minting":true,"fee_paid":50000000.0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":0,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","tx_index":500}',0,'ASSET_ISSUANCE','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','e2e5408828ff501808b0c199fad5500d008046302e183db232c18ad24f757674'); +INSERT INTO messages VALUES(1249,310499,'insert','debits','{"action":"fairminter fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310499,"event":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","quantity":50000000,"tx_index":500,"utxo":null,"utxo_address":null}',0,'DEBIT','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','bee2f7243a52047296a04fa0485573f949c7b052cea9b86ef6cd458263eee0de'); +INSERT INTO messages VALUES(1250,310499,'parse','transactions','{"supported":true,"tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","tx_index":500}',0,'TRANSACTION_PARSED','a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce','72f5cad33d2650f67c77bb7a54c2c7b3df4fa17b7c43db9828cd8aea277d2d75'); +INSERT INTO messages VALUES(1251,310499,'parse','blocks','{"block_index":310499,"ledger_hash":"bc09daa74c639506a1de4eadcd0aa8f599c1bc6a2a287cce7bfc89c301253233","messages_hash":"2b9e2352c98ef07f341a398ac05c038a86c82ca9c8e67da340b6174cb190d188","transaction_count":1,"txlist_hash":"c14c7cd236dd94835917a5912c746b53a9ad97be74509c56672ea57226bc6db3"}',0,'BLOCK_PARSED',NULL,'c63250b2f9a9c7b90f068c655eb6763c35fe2ea0ab1d019dc59ea9b6ea3f7955'); +INSERT INTO messages VALUES(1252,310500,'insert','blocks','{"block_hash":"54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b","block_index":310500,"block_time":310500000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4bf5e66130f8c41ab223180e5f85efb6adb4ed49fd1ad43947c9ef919d6eed3d'); +INSERT INTO messages VALUES(1253,310500,'insert','transactions','{"block_hash":"54aeaf47d5387964e2d51617bf3af50520a0449410e0d096cf8c2aa9dad5550b","block_index":310500,"block_time":310500000,"btc_amount":0,"data":"5a50414944464149524d494e7c7c31307c317c307c307c307c307c307c307c307c307c307c307c307c317c","destination":"","fee":6300,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","tx_index":501,"utxos_info":" 63d204e6d293e32c74a4cab23f13a26ea8de60e9a5ff37959c992f1661848043:1 2 0"}',0,'NEW_TRANSACTION',NULL,'e98c17a94a1a539b1102d62c0c651fe77f4a44e9a4d8dcaa2a089187ded360c2'); +INSERT INTO messages VALUES(1254,310500,'insert','fairminters','{"asset":"PAIDFAIRMIN","asset_longname":null,"asset_parent":null,"block_index":310500,"burn_payment":false,"description":"","divisible":true,"end_block":0,"hard_cap":0,"lock_description":false,"lock_quantity":false,"max_mint_per_tx":0,"minted_asset_commission_int":0,"pre_minted":false,"premint_quantity":0,"price":10,"quantity_by_price":1,"soft_cap":0,"soft_cap_deadline_block":0,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","start_block":0,"status":"open","tx_hash":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","tx_index":501}',0,'NEW_FAIRMINTER','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','bc1e0a14f4258fb0a4c64f4b7794ecf40dee2a3a0cbfe69856746dc7e5bf088c'); +INSERT INTO messages VALUES(1255,310500,'insert','assets','{"asset_id":"2119202695289589","asset_longname":null,"asset_name":"PAIDFAIRMIN","block_index":310500}',0,'ASSET_CREATION','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','fd53158a5dd182ccb67bd8285438fae747f7cc523071bd17c4afc87b5b8a832a'); +INSERT INTO messages VALUES(1256,310500,'insert','issuances','{"asset":"PAIDFAIRMIN","asset_events":"open_fairminter","asset_longname":null,"block_index":310500,"call_date":0,"call_price":0,"callable":false,"description":"","divisible":true,"fair_minting":true,"fee_paid":50000000.0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":0,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","tx_index":501}',0,'ASSET_ISSUANCE','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','cae2fb80f6592c1d8549415008313f5feff5cd1d0f37e05e51843363766e7aa0'); +INSERT INTO messages VALUES(1257,310500,'insert','debits','{"action":"fairminter fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310500,"event":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","quantity":50000000,"tx_index":501,"utxo":null,"utxo_address":null}',0,'DEBIT','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','61c86eee0acd1e394f89f62e576c7ea71a5db620299b049e645dab3fb24da851'); +INSERT INTO messages VALUES(1258,310500,'parse','transactions','{"supported":true,"tx_hash":"13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe","tx_index":501}',0,'TRANSACTION_PARSED','13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe','c07d0acc781903f85e363ffe18d376e1ba8c87814e7e5c4409059c124dc94b6c'); +INSERT INTO messages VALUES(1259,310500,'parse','blocks','{"block_index":310500,"ledger_hash":"6c240f1f3a985ff91e6a280c4448b8d739a06caa6fa383c4b9a7b90d27bdb17b","messages_hash":"eb779323859bd0e97760c71000e78db207550a70c645d8b7380d0fa015e83d96","transaction_count":1,"txlist_hash":"d21ed1a33a3ff157708a8e8c5a11062e0b33a7682896f695cd174ee93dce7767"}',0,'BLOCK_PARSED',NULL,'aa731200ba43aa47fbe9fac5593261585bc8f2d5de71d073da1876c54f73bd53'); +INSERT INTO messages VALUES(1260,310501,'insert','blocks','{"block_hash":"9d9019d15a1d878f2c39c7e3de4340a043a4a31aebb298acdf8e913284ae26ba","block_index":310501,"block_time":310501000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0d359db3a887dcadc716bef9e123b5b80079fb18a9824235e83de81ae1aa4b13'); +INSERT INTO messages VALUES(1261,310501,'insert','transactions','{"block_hash":"9d9019d15a1d878f2c39c7e3de4340a043a4a31aebb298acdf8e913284ae26ba","block_index":310501,"block_time":310501000,"btc_amount":0,"data":"5b46524545464149524d494e7c30","destination":"","fee":5575,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","tx_index":502,"utxos_info":" fe9a0647adff98bcc8289f2d6178db687d99be439cb64a1c8ae89d325552fd38:1 2 0"}',0,'NEW_TRANSACTION',NULL,'3e1e9eea4a47f60fa2ee81ed9a6f4cc67a380ac1ebba67051dbe005f7dfe30a0'); +INSERT INTO messages VALUES(1262,310501,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"FREEFAIRMIN","block_index":310501,"calling_function":"fairmint","event":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","quantity":10,"tx_index":502,"utxo":null,"utxo_address":null}',0,'CREDIT','d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67','44d7e519859a63a5619e7c5a04b4331d22d062335fe45567a66e7ef567380efb'); +INSERT INTO messages VALUES(1263,310501,'insert','fairmints','{"asset":"FREEFAIRMIN","block_index":310501,"commission":0,"earn_quantity":10,"fairminter_tx_hash":"a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce","paid_quantity":0,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","tx_index":502}',0,'NEW_FAIRMINT','d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67','e6cba35a6c24781b42866143b950557285a896e8e2cf8c7c6c034a766268e6f9'); +INSERT INTO messages VALUES(1264,310501,'insert','issuances','{"asset":"FREEFAIRMIN","asset_events":"fairmint","asset_longname":null,"block_index":310501,"call_date":0,"call_price":0.0,"callable":false,"description":"","description_locked":false,"divisible":true,"fair_minting":true,"fee_paid":0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"msg_index":0,"quantity":10,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","tx_index":502}',0,'ASSET_ISSUANCE','d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67','7a10b316066c462c0dfde4328a95d977527d4329cd94d31ab97fd1d0c89988a6'); +INSERT INTO messages VALUES(1265,310501,'parse','transactions','{"supported":true,"tx_hash":"d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67","tx_index":502}',0,'TRANSACTION_PARSED','d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67','421305484f677ff816d1bb410e0c3eafe93dba2c7da49e2f9a284d22ac5a8a23'); +INSERT INTO messages VALUES(1266,310501,'parse','blocks','{"block_index":310501,"ledger_hash":"21921f9e40915d2f4d33ce415de80e473082423b967fa344bf7f67475ebe83d3","messages_hash":"06c02642611ee102f84342defdf2dfbf6967d0d27164e174faecd9a6f62f76ff","transaction_count":1,"txlist_hash":"b6774cf6b7892427229841125497ba41492fcaecae93559f8936feca2b57825e"}',0,'BLOCK_PARSED',NULL,'290c5d19789dbb4960a1131ec6e91dfe759b15d157442ba2a87c714c88a7ded4'); +INSERT INTO messages VALUES(1267,310502,'insert','blocks','{"block_hash":"b5a4cd1270bc437e909d9569079ad17437a65822ee9e4c378670732a1430ed67","block_index":310502,"block_time":310502000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'73426d54a48b01877056a1b0710c513381f8c7a3ad85e823aab35f518e9b4695'); +INSERT INTO messages VALUES(1268,310502,'insert','transactions','{"block_hash":"b5a4cd1270bc437e909d9569079ad17437a65822ee9e4c378670732a1430ed67","block_index":310502,"block_time":310502000,"btc_amount":0,"data":"5a52414944464149524d494e7c7c31307c317c31307c33307c32307c307c307c307c307c307c307c307c307c317c","destination":"","fee":6375,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","tx_index":503,"utxos_info":" c5ae7746f5282db0e11d580db3006fc6ff2e1b895e1513dbb4586343e08df687:1 2 0"}',0,'NEW_TRANSACTION',NULL,'3bc77555ab10ee1aecc4afce021e24d674220000277511654feb2a7d87538764'); +INSERT INTO messages VALUES(1269,310502,'insert','fairminters','{"asset":"RAIDFAIRMIN","asset_longname":null,"asset_parent":null,"block_index":310502,"burn_payment":false,"description":"","divisible":true,"end_block":0,"hard_cap":30,"lock_description":false,"lock_quantity":false,"max_mint_per_tx":10,"minted_asset_commission_int":0,"pre_minted":true,"premint_quantity":20,"price":10,"quantity_by_price":1,"soft_cap":0,"soft_cap_deadline_block":0,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","start_block":0,"status":"open","tx_hash":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","tx_index":503}',0,'NEW_FAIRMINTER','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','967b86ff668142cb56e5950ad1295985dc91d8ea58984a82cbd4df89e8861be1'); +INSERT INTO messages VALUES(1270,310502,'insert','assets','{"asset_id":"2401536886596341","asset_longname":null,"asset_name":"RAIDFAIRMIN","block_index":310502}',0,'ASSET_CREATION','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','bca548888799302b7aaf0e09cd56e261bcdf9535a1ba22cf98e2677925bf9430'); +INSERT INTO messages VALUES(1271,310502,'insert','issuances','{"asset":"RAIDFAIRMIN","asset_events":"open_fairminter","asset_longname":null,"block_index":310502,"call_date":0,"call_price":0,"callable":false,"description":"","divisible":true,"fair_minting":true,"fee_paid":50000000.0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":20,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","tx_index":503}',0,'ASSET_ISSUANCE','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','7d84fbba5b3b4bdc9a2895348cbc269e206f7256fbfdb40370c5351ca41970f9'); +INSERT INTO messages VALUES(1272,310502,'insert','credits','{"address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"RAIDFAIRMIN","block_index":310502,"calling_function":"premint","event":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","quantity":20,"tx_index":503,"utxo":null,"utxo_address":null}',0,'CREDIT','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','9a8f34e9c392d42ace6a0143cb5669adcc46eee2d5ad8e3f553f82de602b2360'); +INSERT INTO messages VALUES(1273,310502,'insert','debits','{"action":"fairminter fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310502,"event":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","quantity":50000000,"tx_index":503,"utxo":null,"utxo_address":null}',0,'DEBIT','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','2f453ec314bfd53d0a58c4d07d2357eec5b8feac7cba1873fcb87af7c7d5c31a'); +INSERT INTO messages VALUES(1274,310502,'parse','transactions','{"supported":true,"tx_hash":"9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1","tx_index":503}',0,'TRANSACTION_PARSED','9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1','eef3814171159d0f92e8da51f65aad474cbe0ebad7130ba154d73a582697edb9'); +INSERT INTO messages VALUES(1275,310502,'parse','blocks','{"block_index":310502,"ledger_hash":"31102b5b0c5d3d1caf84d37077c482722c779124cbdf31dc84c1aed8648f294a","messages_hash":"9a3dffe08ba144c86100ebb37bbaef9fc808daf24f3840f9bb337daf0e9e34cf","transaction_count":1,"txlist_hash":"630e68e2965d5ff6d0c0573ae4386b7c5f1d6739aa59f4ca8e78c18c97dda4ea"}',0,'BLOCK_PARSED',NULL,'02a4d5013dbb359cb9f6332e8009a108f3d3b7f9bf280b94aee249470157bb1e'); +INSERT INTO messages VALUES(1276,310503,'insert','blocks','{"block_hash":"219e9a113a7c66443183171e389bfd5eaf957f5b8ab825358d72fa8e0cc8c16c","block_index":310503,"block_time":310503000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bec1b7665e3f21c29f64e6838bc78cad80aa96f65f2c389221ca40d5ced3ed3a'); +INSERT INTO messages VALUES(1277,310503,'insert','transactions','{"block_hash":"219e9a113a7c66443183171e389bfd5eaf957f5b8ab825358d72fa8e0cc8c16c","block_index":310503,"block_time":310503000,"btc_amount":0,"data":"5a51414944464149524d494e7c7c31307c317c307c35307c32307c307c307c32307c3430303030307c35303030303030307c307c307c307c317c","destination":"","fee":6675,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","tx_index":504,"utxos_info":" 3e7d029e0751dbdd5853f91b6e28f8df6b1b940ace7b8723d459905df4e0ef9c:1 2 0"}',0,'NEW_TRANSACTION',NULL,'a0c1d8f8754bc518ccca5243c8e28cc7680615f4f32e75285eb00f10f68990c2'); +INSERT INTO messages VALUES(1278,310503,'insert','fairminters','{"asset":"QAIDFAIRMIN","asset_longname":null,"asset_parent":null,"block_index":310503,"burn_payment":false,"description":"","divisible":true,"end_block":0,"hard_cap":50,"lock_description":false,"lock_quantity":false,"max_mint_per_tx":0,"minted_asset_commission_int":50000000,"pre_minted":false,"premint_quantity":20,"price":10,"quantity_by_price":1,"soft_cap":20,"soft_cap_deadline_block":400000,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","start_block":0,"status":"open","tx_hash":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","tx_index":504}',0,'NEW_FAIRMINTER','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','720d8771d06345195489c694cd30a13c6db83f711dae99c9cca7e4ec86aaa648'); +INSERT INTO messages VALUES(1279,310503,'insert','assets','{"asset_id":"2260369790942965","asset_longname":null,"asset_name":"QAIDFAIRMIN","block_index":310503}',0,'ASSET_CREATION','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','4dd9dd0ca11d61d9749c4553e9399de63b435bfb9e98e77ffa9ee554c9e48a5a'); +INSERT INTO messages VALUES(1280,310503,'insert','issuances','{"asset":"QAIDFAIRMIN","asset_events":"open_fairminter","asset_longname":null,"block_index":310503,"call_date":0,"call_price":0,"callable":false,"description":"","divisible":true,"fair_minting":true,"fee_paid":50000000.0,"issuer":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","locked":false,"quantity":20,"reset":false,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","transfer":false,"tx_hash":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","tx_index":504}',0,'ASSET_ISSUANCE','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','fb344f424f8de0a574f0fafea55c689349c40cec689ed59a9984b3e93eed0198'); +INSERT INTO messages VALUES(1281,310503,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"QAIDFAIRMIN","block_index":310503,"calling_function":"escrowed premint","event":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","quantity":20,"tx_index":504,"utxo":null,"utxo_address":null}',0,'CREDIT','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','df3b80c0affacded1f871b340d70848d0b6c0002184442aee77c55fd739495cd'); +INSERT INTO messages VALUES(1282,310503,'insert','debits','{"action":"fairminter fee","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310503,"event":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","quantity":50000000,"tx_index":504,"utxo":null,"utxo_address":null}',0,'DEBIT','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','649e5a26e6803a2707a594a26490555020ba062f106a9bf77a4b4e11e1b8857e'); +INSERT INTO messages VALUES(1283,310503,'parse','transactions','{"supported":true,"tx_hash":"c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7","tx_index":504}',0,'TRANSACTION_PARSED','c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7','b187256d5057a958977d7210d3e3eb6ef41957d531c3d47067d66d8e65e4bd98'); +INSERT INTO messages VALUES(1284,310503,'parse','blocks','{"block_index":310503,"ledger_hash":"e794e603a52f3e8966d35771dc3698466a31e493cd1d513b434f44a8d2b437db","messages_hash":"b13caa8ef5c1cd9f44cd894f26ff4a86291a75962a071ac49972a4f9384193ae","transaction_count":1,"txlist_hash":"a246803a64e949d7501376b8333ec169ab0c76441b6743343e2028ef495e41e2"}',0,'BLOCK_PARSED',NULL,'6d214d0b35c4e5c16abdca0caa724e056e3a794342ca668ec8ecad0c2d5b4e79'); +INSERT INTO messages VALUES(1285,310504,'insert','blocks','{"block_hash":"0b123f4e535bb92fed07632e107813b9a399cb6f6d9ef629d303e9df3d71ad25","block_index":310504,"block_time":310504000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fe2b87cb0cdaf3654e1d03742ac07fc4712b0e814e1fd022059012c8a55380cd'); +INSERT INTO messages VALUES(1286,310504,'insert','transactions','{"block_hash":"0b123f4e535bb92fed07632e107813b9a399cb6f6d9ef629d303e9df3d71ad25","block_index":310504,"block_time":310504000,"btc_amount":0,"data":"5a413136303336313238353739323733333732397c7c31307c317c307c35307c32307c307c307c32307c3331303532307c33303030303030307c307c317c317c317c736f6674636170206465736372697074696f6e","destination":"","fee":8825,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","tx_index":505,"utxos_info":" a827b0538f335c6416477786ef827c5bf52bb1bfa20053209d5b788d18b8e16c:0 3 "}',0,'NEW_TRANSACTION',NULL,'f79da2afeb358e6abca899e137d7e35a35f46faadd373aee508a2a1bf2c7ab84'); +INSERT INTO messages VALUES(1287,310504,'insert','fairminters','{"asset":"A160361285792733729","asset_longname":null,"asset_parent":null,"block_index":310504,"burn_payment":false,"description":"softcap description","divisible":true,"end_block":0,"hard_cap":50,"lock_description":true,"lock_quantity":true,"max_mint_per_tx":0,"minted_asset_commission_int":30000000,"pre_minted":false,"premint_quantity":20,"price":10,"quantity_by_price":1,"soft_cap":20,"soft_cap_deadline_block":310520,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","start_block":0,"status":"open","tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","tx_index":505}',0,'NEW_FAIRMINTER','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','de69e7f377d37b41bb577e5299d9bae3e21f3de7591e1a29ea310134cde13c8d'); +INSERT INTO messages VALUES(1288,310504,'insert','assets','{"asset_id":"160361285792733729","asset_longname":null,"asset_name":"A160361285792733729","block_index":310504}',0,'ASSET_CREATION','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','33d18243313f2afcc264973ada421ddf0b94076e24065a34a1f5998e5fca54b1'); +INSERT INTO messages VALUES(1289,310504,'insert','issuances','{"asset":"A160361285792733729","asset_events":"open_fairminter","asset_longname":null,"block_index":310504,"call_date":0,"call_price":0,"callable":false,"description":"softcap description","divisible":true,"fair_minting":true,"fee_paid":0,"issuer":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","locked":false,"quantity":20,"reset":false,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","transfer":false,"tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","tx_index":505}',0,'ASSET_ISSUANCE','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','100c4891a7c8c810f75646ff3169fb7dd809b9643e5e1ff811300dd55bb0bc85'); +INSERT INTO messages VALUES(1290,310504,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"A160361285792733729","block_index":310504,"calling_function":"escrowed premint","event":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","quantity":20,"tx_index":505,"utxo":null,"utxo_address":null}',0,'CREDIT','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','407ea203e2fb02c35275414e8c1e629fa835bca7ed14f5c1711e6b964ae90a6e'); +INSERT INTO messages VALUES(1291,310504,'parse','transactions','{"supported":true,"tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","tx_index":505}',0,'TRANSACTION_PARSED','0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9','e0dab9c4b6fd30cd11b490842a1e2df1e0a062f2a694ede96423508a510ce48d'); +INSERT INTO messages VALUES(1292,310504,'parse','blocks','{"block_index":310504,"ledger_hash":"3bef7ac206538a4723ed1049a793c079b942675f3100feabb221595f54f284d1","messages_hash":"56a6dd93ad164736f8ac5dc887f416953b6aa69581e224e312a182226514e890","transaction_count":1,"txlist_hash":"4dc497bb6f509c52def91393cb8192f576794d95c846ac37a921f50b864589b9"}',0,'BLOCK_PARSED',NULL,'f4a5e90c5323aa5f32d523bcd0732d6832a0e712b13a38f52039c20c8400ad41'); +INSERT INTO messages VALUES(1293,310505,'insert','blocks','{"block_hash":"dabd8046821297bd7071117defef365b4384c3ad338a8fa206bae85593958a6a","block_index":310505,"block_time":310505000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c6279a00ded40401f72b2f77a457723b1289139cb3ef0c0910a47e2f5ad0ac29'); +INSERT INTO messages VALUES(1294,310505,'insert','transactions','{"block_hash":"dabd8046821297bd7071117defef365b4384c3ad338a8fa206bae85593958a6a","block_index":310505,"block_time":310505000,"btc_amount":0,"data":"5b413136303336313238353739323733333732397c3130","destination":"","fee":5800,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","tx_index":506,"utxos_info":" f1a22cd5df828fe94c328ca0c39fd1120b98dcc333b2d1ac95465b4bc2a2ace1:1 2 0"}',0,'NEW_TRANSACTION',NULL,'a5e891a1220584b42a37c5ee89ae8d50936702d3dd38cbd0ea2eeb940f0e3d17'); +INSERT INTO messages VALUES(1295,310505,'insert','debits','{"action":"escrowed fairmint","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310505,"event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":100,"tx_index":506,"utxo":null,"utxo_address":null}',0,'DEBIT','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','76c6c1b43cabb8c74eecdff671f05b87efe07b0be7bca8c0b68626400cb9c60c'); +INSERT INTO messages VALUES(1296,310505,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"XCP","block_index":310505,"calling_function":"escrowed fairmint","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":100,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','2c487c2d10656b6bd5d0fb60c6f1cb009498ef65e8010a757f75d18902bf86ff'); +INSERT INTO messages VALUES(1297,310505,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"A160361285792733729","block_index":310505,"calling_function":"escrowed fairmint","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":10,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','7fe93339d18fbb88cffeb5c99d5eae6c92c849a46c9f8119135fa34d9d714f1e'); +INSERT INTO messages VALUES(1298,310505,'insert','fairmints','{"asset":"A160361285792733729","block_index":310505,"commission":3,"earn_quantity":7,"fairminter_tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","paid_quantity":100,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","tx_hash":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","tx_index":506}',0,'NEW_FAIRMINT','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','59787bc26e28130ed91cea2533040c7967501577e949f55cb5c72ba2e3a307a8'); +INSERT INTO messages VALUES(1299,310505,'insert','issuances','{"asset":"A160361285792733729","asset_events":"fairmint","asset_longname":null,"block_index":310505,"call_date":0,"call_price":0.0,"callable":false,"description":"softcap description","description_locked":false,"divisible":true,"fair_minting":true,"fee_paid":0,"issuer":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","locked":false,"msg_index":0,"quantity":10,"reset":false,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","transfer":false,"tx_hash":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","tx_index":506}',0,'ASSET_ISSUANCE','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','3e3aa27bc3f342fc1008800f6b132a2cf1e5088678e28ac5586a26ecfab7ba49'); +INSERT INTO messages VALUES(1300,310505,'parse','transactions','{"supported":true,"tx_hash":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","tx_index":506}',0,'TRANSACTION_PARSED','6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8','03ad8fcf49e428b8aa3d87719580bce79eeeaff4ab47169fe278c379c5143400'); +INSERT INTO messages VALUES(1301,310505,'parse','blocks','{"block_index":310505,"ledger_hash":"55fbc2aedec24b51392b85e9bb8d0637a117c5c71347234ab0754e63963a8662","messages_hash":"30d74aaa6423eda73f1fddaf6ea5196bf1020849db28e32cbedd39583c49bad3","transaction_count":1,"txlist_hash":"bbc020c792a5a6837aad69d9794344fe13497234bd5ec74d1fb0bf064b7ab50c"}',0,'BLOCK_PARSED',NULL,'6ca90c566234d67160dd1231dcf4123fbeb981830c5384adddd96a17af795939'); +INSERT INTO messages VALUES(1302,310506,'insert','blocks','{"block_hash":"9a7512bd957b110f23c37a6673cd0fd7342f0cf96b44f990e66ac7d5cbb8448c","block_index":310506,"block_time":310506000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dc4a455f7c5aaf427aca231762a0238b53ebe616577e3043baec78516d7e5ea1'); +INSERT INTO messages VALUES(1303,310506,'insert','transactions','{"block_hash":"9a7512bd957b110f23c37a6673cd0fd7342f0cf96b44f990e66ac7d5cbb8448c","block_index":310506,"block_time":310506000,"btc_amount":0,"data":"5b413136303336313238353739323733333732397c3230","destination":"","fee":5800,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","supported":true,"tx_hash":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","tx_index":507,"utxos_info":" 33b22f767d86a1375935576b0b0b76fee0c080ab5dd4e8d9aa27537df84abef2:1 2 0"}',0,'NEW_TRANSACTION',NULL,'0806126450b5e37990407e6fffc5dff2c64387d18b595695c82f39b8c7053bc8'); +INSERT INTO messages VALUES(1304,310506,'insert','debits','{"action":"escrowed fairmint","address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310506,"event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":200,"tx_index":507,"utxo":null,"utxo_address":null}',0,'DEBIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','f2ba5f40298ecfbe7e608aaea38ef72847416b56b9e76b24f78882b50b2f8025'); +INSERT INTO messages VALUES(1305,310506,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"XCP","block_index":310506,"calling_function":"escrowed fairmint","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":200,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','b824a4a98d338c42e42ff140cd56d375dba4d08bc6e6724fe76c68dd40c05876'); +INSERT INTO messages VALUES(1306,310506,'insert','credits','{"address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"A160361285792733729","block_index":310506,"calling_function":"escrowed fairmint","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":20,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','01fcbfb2ea05633fe68592f4fa9f29ed090bd21b176ce7ae60f6e59ed614b5e2'); +INSERT INTO messages VALUES(1307,310506,'insert','fairmints','{"asset":"A160361285792733729","block_index":310506,"commission":6,"earn_quantity":14,"fairminter_tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","paid_quantity":200,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","tx_hash":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","tx_index":507}',0,'NEW_FAIRMINT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','327b17b71a7db45039ada2439bcf162c3e65c7eab62c674d5934604b1080f6d3'); +INSERT INTO messages VALUES(1308,310506,'insert','debits','{"action":"unescrowed fairmint","address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"A160361285792733729","block_index":310506,"event":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","quantity":50,"tx_index":0,"utxo":null,"utxo_address":null}',0,'DEBIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','22638b47a74822079123429bad924aeef6ef7af3342e33fb08044f667f02555f'); +INSERT INTO messages VALUES(1309,310506,'insert','debits','{"action":"unescrowed fairmint payment","address":"mvCounterpartyXXXXXXXXXXXXXXW24Hef","asset":"XCP","block_index":310506,"event":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","quantity":300,"tx_index":0,"utxo":null,"utxo_address":null}',0,'DEBIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','79acd7a81514bb44cc35d4a2b82e9faa979c896d96e9095d8c0b048a54a8a8df'); +INSERT INTO messages VALUES(1310,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310506,"calling_function":"fairmint payment","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":100,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','1704ca650adc322e8d7768c3068d18f8b6d672cdbaffade9db2316d2447a6444'); +INSERT INTO messages VALUES(1311,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"unescrowed fairmint","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":7,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','955f7aabfe364394e00e0b6cb87e6c8de4d27c7c8478d8c95b96d53909efcc86'); +INSERT INTO messages VALUES(1312,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"fairmint commission","event":"6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8","quantity":3,"tx_index":506,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','5d7dce8e8d623ccd05a9add06af2d16faff61d12a12bbb14ca75b40ed808779f'); +INSERT INTO messages VALUES(1313,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"XCP","block_index":310506,"calling_function":"fairmint payment","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":200,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','1e0e43e664d00d8f21cf9b0305564b40647999f9c13460619f8f1f66e50f3259'); +INSERT INTO messages VALUES(1314,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"unescrowed fairmint","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":14,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','657eeb25c5420adae3115e6a97b6bbc4a77e76c69903d16245484b2683e84e80'); +INSERT INTO messages VALUES(1315,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"fairmint commission","event":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","quantity":6,"tx_index":507,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','51e7710b0d5757f4f441c9755bae8c97c668860bc52b0c92918b0d35e36e0e08'); +INSERT INTO messages VALUES(1316,310506,'insert','credits','{"address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","asset":"A160361285792733729","block_index":310506,"calling_function":"premint","event":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9","quantity":20,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','a1cbbeae327c10efa52ee7a4798ce41ad34300c4812d2f4c10bef545ac8578a8'); +INSERT INTO messages VALUES(1317,310506,'update','fairminters','{"status":"closed","tx_hash":"0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9"}',0,'FAIRMINTER_UPDATE','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','190f4fd6c9775fa38e0f9fdbb51e8ca399bf3cbc21220287a68924e1ab6e985c'); +INSERT INTO messages VALUES(1318,310506,'insert','issuances','{"asset":"A160361285792733729","asset_events":"fairmint","asset_longname":null,"block_index":310506,"call_date":0,"call_price":0.0,"callable":false,"description":"softcap description","description_locked":true,"divisible":true,"fair_minting":false,"fee_paid":0,"issuer":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","locked":true,"msg_index":0,"quantity":20,"reset":false,"source":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns","status":"valid","transfer":false,"tx_hash":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","tx_index":507}',0,'ASSET_ISSUANCE','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','10335f2797748dd5ebf37db99d7cb5ef063aa5296c795939f3ff147ada5b54ab'); +INSERT INTO messages VALUES(1319,310506,'parse','transactions','{"supported":true,"tx_hash":"ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18","tx_index":507}',0,'TRANSACTION_PARSED','ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18','2a7aaad739d777522907c46a70e9ea7df1728735812f218451c76ad6b4685fa9'); +INSERT INTO messages VALUES(1320,310506,'parse','blocks','{"block_index":310506,"ledger_hash":"d2e34b3aa45be0dd5a211b9748bc71049f42e08be27ed9e08ac65e1f1b5db6b1","messages_hash":"a28378effefd29ba3ae60000d28a43ddd31d7d9556ad994209a9830dd3564108","transaction_count":1,"txlist_hash":"a6cab6e8bebae804eb791b48d0a484f6526553e3cce266b54b40afb32a02c68e"}',0,'BLOCK_PARSED',NULL,'ca5c3a68c2f0842ab7e33a645df2e42875a014ef9641e9bfa6cb0d44dfeaf162'); +INSERT INTO messages VALUES(1321,310507,'insert','blocks','{"block_hash":"015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93","block_index":310507,"block_time":310507000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'29874d815e023db4cca8a7a2a304740484a522c8a0beb7c2d4cc392be21723a2'); +INSERT INTO messages VALUES(1322,310507,'insert','transactions','{"block_hash":"015b45f96ad6b4bfc950934e9c9d8c29a499b837ea7c4c722ff482d8d9896a93","block_index":310507,"block_time":310507000,"btc_amount":10000,"data":"655843507c3130307c","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30","tx_index":508,"utxos_info":" 57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0 3 "}',0,'NEW_TRANSACTION',NULL,'218fb1c3cca89474698c277d395d76508f15dcd2336d71789cd18576c37149c9'); +INSERT INTO messages VALUES(1323,310507,'insert','transaction_count','{"block_index":310507,"count":1,"transaction_id":101}',0,'INCREMENT_TRANSACTION_COUNT','f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30','933cc8e38661d0019eaf02f34ffb54dd10d5c0b1dfa8399c153b1f027613b597'); +INSERT INTO messages VALUES(1324,310507,'insert','debits','{"action":"attach to utxo","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"XCP","block_index":310507,"event":"f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30","quantity":100,"tx_index":508,"utxo":null,"utxo_address":null}',0,'DEBIT','f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30','08bbf5399460d3a04939a8968870d15e2c317a9a6179d9bae998c1ed1c22598d'); +INSERT INTO messages VALUES(1325,310507,'insert','credits','{"address":null,"asset":"XCP","block_index":310507,"calling_function":"attach to utxo","event":"f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30","quantity":100,"tx_index":508,"utxo":"57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0","utxo_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc"}',0,'CREDIT','f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30','e17fb3428a7af0f597827883c8888b048b7b5fc795396df089848132496bc43b'); +INSERT INTO messages VALUES(1326,310507,'insert','sends','{"asset":"XCP","block_index":310507,"destination":"57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0","fee_paid":0,"msg_index":0,"quantity":100,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30","tx_index":508}',0,'ATTACH_TO_UTXO','f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30','2e16dbd5d3f9f7df29d2876c90ed34c7d97ff1a74e04dca089444dceb20134aa'); +INSERT INTO messages VALUES(1327,310507,'parse','transactions','{"supported":true,"tx_hash":"f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30","tx_index":508}',0,'TRANSACTION_PARSED','f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30','07a25e072f913f17f374191670f301f6f9d69a662a02ae6780091994115531ca'); +INSERT INTO messages VALUES(1328,310507,'parse','blocks','{"block_index":310507,"ledger_hash":"ac68e70957d0e5463ad33be060c4204ad0f4b3915ae5b814487b16e954365291","messages_hash":"88d3da8e544ec34b8f2f90444fab5ecefad6963297b1757e62eb859caa776dd1","transaction_count":1,"txlist_hash":"faba65af0ff3978a76bef253c19ed95e2fe349acd95d87ae9cf57369d40d8ede"}',0,'BLOCK_PARSED',NULL,'73225ca90df77ff7d3facae99fc260286e15dd49afe5f1ac39e99b8da0ea36c4'); +INSERT INTO messages VALUES(1329,310508,'insert','blocks','{"block_hash":"40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf","block_index":310508,"block_time":310508000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'090c1b69f3c28a3294e531d4b8d1f379283d4a9302cd5bbb7515a0297c2f8695'); +INSERT INTO messages VALUES(1330,310508,'insert','transactions','{"block_hash":"40cfaee344032c167d7317bb94d2e514f8dca023302303a908dd994e15d902cf","block_index":310508,"block_time":310508000,"btc_amount":10000,"data":"65444956495349424c457c317c","destination":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","fee":7650,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","supported":true,"tx_hash":"6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881","tx_index":509,"utxos_info":" b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0 3 "}',0,'NEW_TRANSACTION',NULL,'3d3e03ad4ddd7d725c638647a10eb7fbf9171bec220f7888f9145fbdd62dd869'); +INSERT INTO messages VALUES(1331,310508,'insert','transaction_count','{"block_index":310508,"count":1,"transaction_id":101}',0,'INCREMENT_TRANSACTION_COUNT','6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881','248a5a4703e1108d6991a756fcfdb72e5be53ef8c6b85478658e73d758ccce68'); +INSERT INTO messages VALUES(1332,310508,'insert','debits','{"action":"attach to utxo","address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","asset":"DIVISIBLE","block_index":310508,"event":"6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881","quantity":1,"tx_index":509,"utxo":null,"utxo_address":null}',0,'DEBIT','6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881','d37524601866047d280291da2caf4d38863ca8e32287752248cf4e78ddffcd69'); +INSERT INTO messages VALUES(1333,310508,'insert','credits','{"address":null,"asset":"DIVISIBLE","block_index":310508,"calling_function":"attach to utxo","event":"6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881","quantity":1,"tx_index":509,"utxo":"b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0","utxo_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc"}',0,'CREDIT','6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881','4d4e5a10fb685d37b9ac6d7e82246794b2ac054e16c8291ae075fe084e67835e'); +INSERT INTO messages VALUES(1334,310508,'insert','sends','{"asset":"DIVISIBLE","block_index":310508,"destination":"b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0","fee_paid":0,"msg_index":0,"quantity":1,"source":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","status":"valid","tx_hash":"6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881","tx_index":509}',0,'ATTACH_TO_UTXO','6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881','e7adefec293a0d9cc18e1227d9a953cc80da9c2b78643f205af1c046ad64a249'); +INSERT INTO messages VALUES(1335,310508,'parse','transactions','{"supported":true,"tx_hash":"6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881","tx_index":509}',0,'TRANSACTION_PARSED','6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881','daa877cd1cdf1db0bede2852d63d726f09f02c33e79e5b6dde26a83595177de7'); +INSERT INTO messages VALUES(1336,310508,'parse','blocks','{"block_index":310508,"ledger_hash":"4e6abf47f9054eff709289e84cf483d489862a991313fe298a7f2daa2183e568","messages_hash":"5c32965084f4bb85286052b37eae7bbaeb3449f417247cc9aa8867ee22f92648","transaction_count":1,"txlist_hash":"08f169d75c92d8662181cdac4fd702e92261a812affc1b09daf404f5db839620"}',0,'BLOCK_PARSED',NULL,'b8aa3be2fc6d64231a25f7706e6067c2df2271ed12c68e5329dbc0e0fb811d45'); +INSERT INTO messages VALUES(1337,310509,'insert','blocks','{"block_hash":"4f1c6484120b93634712add03ac12eda4d241ec5132c3108c49c92fb46e8faee","block_index":310509,"block_time":310509000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'70d4d075e08d190756d9bb0414c1f35bfe93dd4f9f977fdc2197b7f3e6377c44'); +INSERT INTO messages VALUES(1338,310509,'insert','transactions','{"block_hash":"4f1c6484120b93634712add03ac12eda4d241ec5132c3108c49c92fb46e8faee","block_index":310509,"block_time":310509000,"btc_amount":0,"data":"0000001400000023ded9aaeb00000000000003e80000000000000000000015546573742064697370656e73657273206173736574","destination":"","fee":6800,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","supported":true,"tx_hash":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","tx_index":510,"utxos_info":" 5b13a8589b5a02abddc9156a2efc53713161a23bc1d149f909dcc079ea9c3af5:0 2 "}',0,'NEW_TRANSACTION',NULL,'02760bff464e2c2c413db35eb7863e2b402528836233aea50c0b6b03c2bd8cd3'); +INSERT INTO messages VALUES(1339,310509,'insert','debits','{"action":"issuance fee","address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"XCP","block_index":310509,"event":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","quantity":50000000,"tx_index":510,"utxo":null,"utxo_address":null}',0,'DEBIT','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','8f3ab4e0e5f9cf7b79ee53a367856626c4026f4490fa647def470b219b68f0ca'); +INSERT INTO messages VALUES(1340,310509,'insert','assets','{"asset_id":"154062662379","asset_longname":null,"asset_name":"TESTDISP","block_index":310509}',0,'ASSET_CREATION','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','25580eedc33d188f854928d61fa2ff9389c4001e8a25f5b450185e878eb0070c'); +INSERT INTO messages VALUES(1341,310509,'insert','issuances','{"asset":"TESTDISP","asset_events":"creation","asset_longname":null,"block_index":310509,"call_date":0,"call_price":0.0,"callable":false,"description":"Test dispensers asset","description_locked":false,"divisible":false,"fee_paid":50000000,"issuer":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","locked":false,"quantity":1000,"reset":false,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","status":"valid","transfer":false,"tx_hash":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","tx_index":510}',0,'ASSET_ISSUANCE','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','845a4153707dde856042d19b522b728c28f41f443c65db27970b566694f3859e'); +INSERT INTO messages VALUES(1342,310509,'insert','credits','{"address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"TESTDISP","block_index":310509,"calling_function":"issuance","event":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","quantity":1000,"tx_index":510,"utxo":null,"utxo_address":null}',0,'CREDIT','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','5ca6fc8da6876c4c26ec54844e35bda5692e254cd0f0a585b3ed77f65b5869bc'); +INSERT INTO messages VALUES(1343,310509,'parse','transactions','{"supported":true,"tx_hash":"01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1","tx_index":510}',0,'TRANSACTION_PARSED','01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1','7b6eb3e15dec077e5f346700935e2bcebe98a41c01642fa31d30aeef9461360e'); +INSERT INTO messages VALUES(1344,310509,'parse','blocks','{"block_index":310509,"ledger_hash":"dfcca5466222e46ec3ce858bb8bef3d9da8a63d1f396043a8922489eae071192","messages_hash":"073a8fbcfda806cdef639d1c8e601742acfad7504bccaf653c9694700856058b","transaction_count":1,"txlist_hash":"1d1196391169c9a827bc05040fe1ea24fc64c0db3a255580f1fe760a53db2493"}',0,'BLOCK_PARSED',NULL,'681eba6b0d34e0efdfac86d98283e763b803be614b9ff8d1480e80ffcd058103'); +INSERT INTO messages VALUES(1345,310510,'insert','blocks','{"block_hash":"b2d5e400178d7b2ea52884e3a090fe11874c83d63c342218161a6e666f084fb2","block_index":310510,"block_time":310510000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'af7e33bc1390d3766aa813cef8e3980df1d2d94253f5676310b1d72da550b1d0'); +INSERT INTO messages VALUES(1346,310510,'insert','transactions','{"block_hash":"b2d5e400178d7b2ea52884e3a090fe11874c83d63c342218161a6e666f084fb2","block_index":310510,"block_time":310510000,"btc_amount":0,"data":"0000000c00000023ded9aaeb00000000000000640000000000000064000000000000006400","destination":"","fee":6150,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","supported":true,"tx_hash":"af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e","tx_index":511,"utxos_info":" b44885994dea259ac03a7c7b46076e05cd217a9f465d8f7c7be9cc831ba47291:1 2 0"}',0,'NEW_TRANSACTION',NULL,'e8b72449fcf8b158dbb2a7eef45e0f05c17eaf19b19b6435bde5d1691dacb296'); +INSERT INTO messages VALUES(1347,310510,'insert','debits','{"action":"open dispenser","address":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","asset":"TESTDISP","block_index":310510,"event":"af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e","quantity":100,"tx_index":511,"utxo":null,"utxo_address":null}',0,'DEBIT','af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e','57fb576a8c14fb19481cbb8d9eb308ffd853c73acfd7ca07c48abd9d783e09e3'); +INSERT INTO messages VALUES(1348,310510,'insert','dispensers','{"asset":"TESTDISP","block_index":310510,"dispense_count":0,"escrow_quantity":100,"give_quantity":100,"give_remaining":100,"oracle_address":null,"origin":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","satoshirate":100,"source":"munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b","status":0,"tx_hash":"af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e","tx_index":511}',0,'OPEN_DISPENSER','af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e','be6fb1c3bb7876500c3f95aee84fe6d763ee4c6d317bab6b8e48b9d548a5cb81'); +INSERT INTO messages VALUES(1349,310510,'parse','transactions','{"supported":true,"tx_hash":"af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e","tx_index":511}',0,'TRANSACTION_PARSED','af67f6762d4b00b4bf5fb93a9d556e007a147aa80fbf6a84410df05a0182da9e','8fea6318fbbe0125fd7bb66018f762df1e4dfd7c8af432c43965b9168bdb0dd4'); +INSERT INTO messages VALUES(1350,310510,'parse','blocks','{"block_index":310510,"ledger_hash":"29393f8ca77486b20a2c0a2588182382f24b0788bd29054f07b1cd24ee144793","messages_hash":"e29b6094f837b582376de9d7b18e3af602951db0f1f432d27cc4ad2567c49033","transaction_count":1,"txlist_hash":"15fe1d4437675714ce473f4dd4f74b345992ed3f38c56869caf2c9cca8783fb3"}',0,'BLOCK_PARSED',NULL,'cd49f2c99c84bd861793a3c8b26c6e183b3760e679932483f6ec6e766a1180aa'); +INSERT INTO messages VALUES(1351,310511,'insert','blocks','{"block_hash":"e4f2c553f71be9029a42ba9e1be584123528b3ab83bbaeaed06bdd780c67ca9c","block_index":310511,"block_time":310511000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'16c06b70861dc9aae6ca4223e11622e7e1aab423597273a5ae69903b63adeb00'); +INSERT INTO messages VALUES(1352,310511,'parse','blocks','{"block_index":310511,"ledger_hash":"aee7e155cc93b4748cb247d6aabc27daa1044188221217703bda4a3d61bff0f7","messages_hash":"d181f29f309b025baf57d02cad3bd62f16b045d7fc15693bd4820ca24599ff6e","transaction_count":0,"txlist_hash":"d0a66bc611b9f75850ef4e31c54a350e0d1d3b6f19133c2cbd0dd84334307023"}',0,'BLOCK_PARSED',NULL,'7d501d559d49a92a95f257cb4b7bb0c405e3fd8f3cf3f636ecc2ae14d99e188f'); +INSERT INTO messages VALUES(1353,310512,'insert','blocks','{"block_hash":"8837f8d9e91c25e657417fd96f59b61e76da0b0b84106053fca4d96a6e67b0d5","block_index":310512,"block_time":310512000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'942310024d3bf8436df192ac2da5f11cf14abb56da65cab7a3fcd843f29469e4'); +INSERT INTO messages VALUES(1354,310512,'parse','blocks','{"block_index":310512,"ledger_hash":"34b9f1fa97b6e8ec38edd57626e50ef249a009775fccb09276eed2bf1d4a7fef","messages_hash":"a89fa734cfb24b96df622c8c8c11bc8a6f371c3a7e7e232418ecf0bbfb61c081","transaction_count":0,"txlist_hash":"87409edad6ce3d263b7ee001f8706c57fbbb618a03d20b3daa142add434d9e9f"}',0,'BLOCK_PARSED',NULL,'8c9bdf8dc9c840b795699ea1fea93b7a4702599c24b7db0d1b310c1837dced39'); +INSERT INTO messages VALUES(1355,310513,'insert','blocks','{"block_hash":"ba74e3ceba2dc7a61efa53670a372d35c261a059af91ebfc999e653c904dfd66","block_index":310513,"block_time":310513000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'342fe48bb648f967f89b5727376602d1f75d909520a760b60923c5e9c5378391'); +INSERT INTO messages VALUES(1356,310513,'update','order_matches','{"id":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498_1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","order_match_id":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498_1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","status":"expired"}',0,'ORDER_MATCH_UPDATE',NULL,'0484f31776a40b73b7b8eba48ad2b86f9d9ae0942206b1e710574adf673860eb'); +INSERT INTO messages VALUES(1357,310513,'update','orders','{"fee_required_remaining":900000,"get_remaining":800000,"give_remaining":100000000,"status":"open","tx_hash":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498"}',0,'ORDER_UPDATE',NULL,'bbc10571efa6620079db2c297e8e7edf0b057246f0908ec3c9d7415a1fcaefd9'); +INSERT INTO messages VALUES(1358,310513,'update','orders','{"fee_required_remaining":0,"get_remaining":100000000,"give_remaining":800000,"status":"open","tx_hash":"1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81"}',0,'ORDER_UPDATE',NULL,'21c294d1aafb131a6c3a01a5cb39738a0358e29670c3657897f73b8df559c642'); +INSERT INTO messages VALUES(1359,310513,'insert','order_match_expirations','{"block_index":310513,"order_match_id":"74db175c4669a3d3a59e3fcddce9e97fcd7d12c35b58ef31845a1b20a1739498_1b294dd8592e76899b1c106782e4c96e63114abd8e3fa09ab6d2d52496b5bf81","tx0_address":"mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc","tx1_address":"mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns"}',0,'ORDER_MATCH_EXPIRATION',NULL,'59ac6e310523e056a828a688df139f28916404c2911e877398eadc97ff7d1ab1'); +INSERT INTO messages VALUES(1360,310513,'parse','blocks','{"block_index":310513,"ledger_hash":"6acdba2a4ae9d8f71d1fdec923f047cc8314fb3cbc87d623d28e592ee140b144","messages_hash":"7438e5240fea95e8489c87eb6497af9fd02e9f7f69c962db376da4e00d162a79","transaction_count":0,"txlist_hash":"d220b6dc88d5da5b438c25b9d6650d11d1144171a5150c76501489000c6de45d"}',0,'BLOCK_PARSED',NULL,'6412446a7c2adec9741a6af1e6e1624705038d6861941b6bd50134c904cfb08e'); +INSERT INTO messages VALUES(1361,310514,'insert','blocks','{"block_hash":"39989817fb26625baf150596d15c164f34a6c34ae7b6ab92539b92052f08a0f7","block_index":310514,"block_time":310514000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aaa6b5fa121c7518a1d850e8be55504c4310b25f2de2975a22597ce52b149ca2'); +INSERT INTO messages VALUES(1362,310514,'parse','blocks','{"block_index":310514,"ledger_hash":"04ced667f11ef9c1b9672a63f1cf2eb11b77bd51c8f8bc34a68bc4e73192eee5","messages_hash":"daa3cf0a70dd0f67908c93cb93a8a6959f28fe1c0c1fbdb644aeea47bc4960a7","transaction_count":0,"txlist_hash":"fa0536db3fc2ee5946f4aa193945575908b08ccf7d8dd5054c5e1147531ceba1"}',0,'BLOCK_PARSED',NULL,'6c830544c66538cd3860571809c6783dfc0970a9a245ab044654854e594cff23'); +INSERT INTO messages VALUES(1363,310515,'insert','blocks','{"block_hash":"57e45ce8b85a3875a55e3477aaae26e56f6bce01c1e422f62acb27850effb4b8","block_index":310515,"block_time":310515000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aa1e716536068c3cc8d4b0c144dcafdca4e081c6c478086a76d3d243cd747f2a'); +INSERT INTO messages VALUES(1364,310515,'parse','blocks','{"block_index":310515,"ledger_hash":"3718088849260dd531633b85a53e96e625a94fb5f5c138d8fbffc78364265d57","messages_hash":"8a5059e31de44ee19282cdf840ad36c5db9a24b00875c665420cb3f1d134597e","transaction_count":0,"txlist_hash":"7ffa97f8e1288070ebc33e1c971bf7eeeda2f8fb233ac52a5b6c6324a3c00dac"}',0,'BLOCK_PARSED',NULL,'c269b8740350fb41e40f252d82d5f862964216fe6fa152dec58cf2f8907cd729'); +INSERT INTO messages VALUES(1365,310516,'insert','blocks','{"block_hash":"ce9bd7438cb256b1e6f8f5061f88804da65cd6d6a7395260d5e75980c30f18d7","block_index":310516,"block_time":310516000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'023309256432f69fef8f6847a36db4b0b2c793fc359200d7ec0ca2f9c690d2d0'); +INSERT INTO messages VALUES(1366,310516,'parse','blocks','{"block_index":310516,"ledger_hash":"834370cc75c3fbb194a5333c897a1720a26e37baaa92da8aa1b6f2fd3a50ebf2","messages_hash":"67d3875910bec8202c76e45cdcc14a1c871d355893211e3fc4d2a50195735788","transaction_count":0,"txlist_hash":"551eae37d1d1d33623b76510aa9b23ba5e5e45b09534a3d4abf83de6ba4315ae"}',0,'BLOCK_PARSED',NULL,'c5b98f62b31b8e825ba714e44cc536da8f551adbe9f4df5d91ee13d1eb05ecbc'); +INSERT INTO messages VALUES(1367,310517,'insert','blocks','{"block_hash":"defccc64a058371ab87b654375e507958ea807694cc8295abd066dc2e4ad1407","block_index":310517,"block_time":310517000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'26866cfccdfc41f3ae3e122e64c616103256ce8e3e5e1cce0b8fc676abb20fc8'); +INSERT INTO messages VALUES(1368,310517,'parse','blocks','{"block_index":310517,"ledger_hash":"1d4c09640c144119671e4ce863610c41ddde4ccb20338ce4882c86d40afb58b6","messages_hash":"0014443390e122525962860e089c0419d8283bcbe2c23d642d836bf18c2d97d0","transaction_count":0,"txlist_hash":"50c140d24bf094d6e9ca2d4e877ae9a171fd36df1d5f398b69b48af532f2232d"}',0,'BLOCK_PARSED',NULL,'56bb43435ae08013cbc1c7fad5932509305faa0463c47c69add59834daf31ec5'); +INSERT INTO messages VALUES(1369,310518,'insert','blocks','{"block_hash":"41ef60bfa96648c7db99a621c4acde6b6d1fd91bc21471a0d2f33e2e995e96f5","block_index":310518,"block_time":310518000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0e017a7345c39d11d970e9a712a6592c4a371748d5f773698536372b18b25b99'); +INSERT INTO messages VALUES(1370,310518,'parse','blocks','{"block_index":310518,"ledger_hash":"10c52a5629beb268eaba2386d1888ff1ac9c7cf783a18358f10f8d199d71becb","messages_hash":"9f6d75aa95fb2fe4c383d969cb71937543f7c0ee4118363e647b6c60ea4c17fe","transaction_count":0,"txlist_hash":"144448bc176a3976f459b0eb28ba1f87acd473929d0aff830f471de3618811b8"}',0,'BLOCK_PARSED',NULL,'ed76ec8c68d33c7135aafa804a7b130822e05fc9c18ae9bd806e930d68eca206'); +INSERT INTO messages VALUES(1371,310519,'insert','blocks','{"block_hash":"9a9423964e187ac27e57d13611a8c6f9fa409ca79df72d3e7edc0d646099f61a","block_index":310519,"block_time":310519000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ab510845feeba22202b6de442f690667df5ccec0ec2bdbc7033c3e0a862ca351'); +INSERT INTO messages VALUES(1372,310519,'parse','blocks','{"block_index":310519,"ledger_hash":"629c103337f92d302cc5ddf2c5bb9566bef7276dda675030710de1eaaee81177","messages_hash":"cadfd4af5bef8dd192aca4d4a4e70d6f477c760a2a1470f0ae529bc68fa25b22","transaction_count":0,"txlist_hash":"fd3e28865e462223dd26dd73b00223a64412635e258fffb22d244dcb5f82028c"}',0,'BLOCK_PARSED',NULL,'33bfafbf3d1aff83f1270383cd05142caf555c63dd5e7a65d483d21e539f8c4e'); +INSERT INTO messages VALUES(1373,310520,'insert','blocks','{"block_hash":"ac1c820b0a2de1206a2a7558545e20d13a5f507dcc49b31edb00a8579eb27680","block_index":310520,"block_time":310520000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2c6b20f90fe397bd7b8a335ac62c322771ea3b7db5d9a956e7eab2760563dd75'); +INSERT INTO messages VALUES(1374,310520,'parse','blocks','{"block_index":310520,"ledger_hash":"d355999d219bfef416744635164f9a4130a51d8f417d13f8b11e755cba40bad1","messages_hash":"49d9b985102b0580c332b20dbdf64bd69980bf5846c54d8afb63e1f0ae7d970a","transaction_count":0,"txlist_hash":"fd087c16de59004473f3fa700e71b3c59fce112a2b4e15470bf446497bc4d2c4"}',0,'BLOCK_PARSED',NULL,'ab4846639ab9c11817b991203c5eb9216a7d481592f91ace4b81830ca03bb3c7'); +INSERT INTO messages VALUES(1375,310521,'insert','blocks','{"block_hash":"df95500e3cf5ef81703fa42fe0f37a1250ae5da9407197a46745dec0459e6598","block_index":310521,"block_time":310521000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1eeaa951ee5904654a82fcb91543838f44a72c422e1c006f3318a14cfdc492e0'); +INSERT INTO messages VALUES(1376,310521,'parse','blocks','{"block_index":310521,"ledger_hash":"9ab2efdc25592213b9220ab739a02b3669b1716a94d0d9f2e880d62b44ef0d07","messages_hash":"881d1a8d715062645d3c886ed3b6e8466404064f8f17246397c8fea21d498be0","transaction_count":0,"txlist_hash":"6a8b57cd7db2651aff0be5ce0a52397e0535dd69bb23f16d57adf66a92d9b071"}',0,'BLOCK_PARSED',NULL,'a6567fb9b0620443c415e548548f821038ff4ead36483c6b240b39fade365581'); +INSERT INTO messages VALUES(1377,310522,'insert','blocks','{"block_hash":"6a3cbbd6e28c6273e2c60047c17caec446cb40075ab83d043a2f80d54fe34b21","block_index":310522,"block_time":310522000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3876aa1d83d231fb972c1553264a8fff8fb085cb151df15416180d234688ab04'); +INSERT INTO messages VALUES(1378,310522,'parse','blocks','{"block_index":310522,"ledger_hash":"031103114e724741602c8c38b4e5fcc02070b07cddf7055d6d6e05ee26b907c2","messages_hash":"d618896fb7fd24fdf639525aeb7cd018f970886ab408a0245b2a33d25d996a2c","transaction_count":0,"txlist_hash":"8c7c8b99cc5475a6bfdee92b4e84f46534fd88954900859e445c3e4b551bbc5a"}',0,'BLOCK_PARSED',NULL,'505489bc9618e561fde56ddf0c18fe95502b68c71c5ab7ba1ed8abeff4b58bec'); +INSERT INTO messages VALUES(1379,310523,'insert','blocks','{"block_hash":"0b4de9fd1b5e12553b2450a06ed00086163cac3a5c871cac141fd3f04af5b453","block_index":310523,"block_time":310523000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2bb4b71d5b2d601519e381e321aa4b54e2ec51ce37454bb722dd233126d78fd1'); +INSERT INTO messages VALUES(1380,310523,'parse','blocks','{"block_index":310523,"ledger_hash":"fa35cfe0ff1668d6fe409322a48b238a1c77aa8d6419ac8f2dd1494078e3e889","messages_hash":"8fecff3343262d84c7c67175c5c70e48212bf6bae667aa7bf9c7db4d82f735d0","transaction_count":0,"txlist_hash":"fdfa6abb85f264627878791c3321e127aa43f293869911e2c60be74c41c64ee0"}',0,'BLOCK_PARSED',NULL,'147bea8d18e1b3c8ec8a48b6bcc614b1c0ead36389c7223e66a0941b6025036d'); +INSERT INTO messages VALUES(1381,310524,'insert','blocks','{"block_hash":"b7e16928a86db99f8fb5b6930912f75acb2ae7c6fd6de3c6a2e67c15cb190655","block_index":310524,"block_time":310524000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'37ffc841f53fbaac39c31e6a912efc1dfe623075013b9c20f57c21747f9e1f37'); +INSERT INTO messages VALUES(1382,310524,'parse','blocks','{"block_index":310524,"ledger_hash":"ca02b3cb324f0aa69f68b5d625238665a3a031568175ebd5d4ba527e1e069027","messages_hash":"55a8564b344e87c2560f602fa4db2643d4ee8000f7112cbcac86938237579638","transaction_count":0,"txlist_hash":"a2bc6417038a6383cf2bbe384e71559e24ef9dcb6be2a30f846b47eba9c80844"}',0,'BLOCK_PARSED',NULL,'0b2b56458d45e4b9c6c1598f20ff890dedfe6d09251e63d8bbefec545f505dba'); +INSERT INTO messages VALUES(1383,310525,'insert','blocks','{"block_hash":"2c9a958715acbd51a756d6b92abb1d9cd8e72cfb90d5bfe7b42fb0a1058753b9","block_index":310525,"block_time":310525000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cf5ede7a4e299551e11f8613567db134621342071201b5e51c5a0e2edd58a41f'); +INSERT INTO messages VALUES(1384,310525,'parse','blocks','{"block_index":310525,"ledger_hash":"e0f95e994c9de02b0400f58d5a9c6359002a26f2ae20cc639832639afd80d2a1","messages_hash":"20f9b0e47237285a989a170ba275ea35aae2246c4b5948fd0b5ecf62b22431aa","transaction_count":0,"txlist_hash":"85db605a7f23f25861d3e16d91e830db586ccb45436fe031c9a636baa3dee58d"}',0,'BLOCK_PARSED',NULL,'51c3f5b31a4da7e48f5a21589a9c9ace12fe96e74b5b8e4ddbcd4aa1645a85c4'); +INSERT INTO messages VALUES(1385,310526,'insert','blocks','{"block_hash":"07b8e3ffa932912a00aa3e5bc44115c77fd3b4e89c6dd2f678907ef78776766d","block_index":310526,"block_time":310526000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2b1b59b4d9484bfd1210be9a2d7369ff65a4e30cab5ed332a1dace95b716ccc9'); +INSERT INTO messages VALUES(1386,310526,'parse','blocks','{"block_index":310526,"ledger_hash":"8aa53017ece0e795dde072dc4acb3f223f31e2ebb77cc1f4759a6c90c2415d7c","messages_hash":"102010d74782f6f669d83d5e0c95c2918d32873677fd0171fc7ac6d75ddceedf","transaction_count":0,"txlist_hash":"c91608094feaa1e4c6d00d93ea552f2126528d4d07752c87a1ea2c0ddd031ba5"}',0,'BLOCK_PARSED',NULL,'0bc5ad1c21d9d720d2badf3691e764a4c623d41159de0811521dea7c6b6a1bb3'); +INSERT INTO messages VALUES(1387,310527,'insert','blocks','{"block_hash":"5140a0c0619c3fc40cc7df171f6d93bbb53add8845828ca08acc7b573dd6d2db","block_index":310527,"block_time":310527000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ff568617145d549cd44afd7d914e4a286a5a8bebfa4294c4b0c38db6d053781'); +INSERT INTO messages VALUES(1388,310527,'parse','blocks','{"block_index":310527,"ledger_hash":"01ea647ce5956e3ac8be20b11ab6bfae152b4c9f0a53c10dd84e77ff89d3b8c2","messages_hash":"a772d447a8aa193ea26ba0e76df4c4a35200d37fc7084f7e77b140ae119e7868","transaction_count":0,"txlist_hash":"6191709bd3366a416d2611828ad0dbd1a093633cca3beda35923369b67ba7951"}',0,'BLOCK_PARSED',NULL,'ac2a99fd56bd84ec0ed5c79ea0124085c594c78f6c035c0f8be96983918889ad'); +INSERT INTO messages VALUES(1389,310528,'insert','blocks','{"block_hash":"a70c0d36078e4165903d743e63a5184a69fc79fdd2c251040e2c9d61a83c1cc5","block_index":310528,"block_time":310528000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'82049e3b0433fb8b40c72f42065492310144d2ec478a84e694ad95b5b126fa04'); +INSERT INTO messages VALUES(1390,310528,'parse','blocks','{"block_index":310528,"ledger_hash":"63dc8a133d32356de43040400acf6109e146ede18c5aba74a55b524ed901ef2a","messages_hash":"2a40d1c16c51788a90894ecb68d658c7e7a9c2ffb805cf95683ce078358367b3","transaction_count":0,"txlist_hash":"14e39d214265758cdd1fd944b31c3b464e536f09bf3d0a13ac8a3976ef428784"}',0,'BLOCK_PARSED',NULL,'ae3c6ced1cc6710df65cab690ec90e24a8b3a6b5aa255f9262b4d68cb8946c56'); +INSERT INTO messages VALUES(1391,310529,'insert','blocks','{"block_hash":"7079a2c6f566af16cf9200bd4e210770e2da8a416883b98a8af4554585f4003b","block_index":310529,"block_time":310529000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b08879f5a64f51d9e47ebd65d7770624f68e7fd6457ef8c061d07375c211fa6a'); +INSERT INTO messages VALUES(1392,310529,'parse','blocks','{"block_index":310529,"ledger_hash":"0e83bfd6989de3e4c3085fac90e8630b8bf3653a225669c00f6e87ee3659bb33","messages_hash":"13e4f0935773d067361c3a454080e15ff19b8610782acd6824a4c622b62a5c49","transaction_count":0,"txlist_hash":"6f62128b7177304e40f8053a786331c54399ec9abf3bc33659eca638cb4e8497"}',0,'BLOCK_PARSED',NULL,'6a41e5f204568861239d0b1591cc682cce1edd7d20b31e619459c38073a04376'); +INSERT INTO messages VALUES(1393,310530,'insert','blocks','{"block_hash":"f700e3806dfb2bed8652f19d5900a78a73ebfa5ce0aaae9e7728b426c5667110","block_index":310530,"block_time":310530000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7eedca83f0a99e1626f1a23b5319ce8fcedc096cc1b47bc106b5a4218e6df90c'); +INSERT INTO messages VALUES(1394,310530,'parse','blocks','{"block_index":310530,"ledger_hash":"1d7436f94bbb24cd5529cacde9b8bcb02f76f39928c0400cdbcbd94b74b29598","messages_hash":"7fde0589110e3f5eac230b9721d05cb0519cd7a8d8eb82f096e7dffbe3dfb424","transaction_count":0,"txlist_hash":"e8afaf1ba7f1fe983a7ae7e0cd674dafa72790c2810ebabaae902c6c2ac26328"}',0,'BLOCK_PARSED',NULL,'fa54ad793d2d03dc3544bef26eb41773204d6b9958bd526ed1c15d9a74eea04b'); +INSERT INTO messages VALUES(1395,310531,'insert','blocks','{"block_hash":"764b50a1473add7087e9b9a6c07d0a598161f0d2d7c3cb77cd5bf18ab27bdc15","block_index":310531,"block_time":310531000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3c91f9b16b179225e09e7ea4185562ad782b4ebdcdbf8f4e81d066d1211a02c7'); +INSERT INTO messages VALUES(1396,310531,'parse','blocks','{"block_index":310531,"ledger_hash":"5907c753681266792394c89ff2ef1de530edf2be37e1c192bb90887f075bf899","messages_hash":"efeca634f4f13788d05b84d9172d0b69b05be4ce063bcc2fb0b093eedf7bc6ed","transaction_count":0,"txlist_hash":"15bc3cd726eb28d960cbab8a7bfbfbd841ff5e239c5a63ef9b051091f94c7638"}',0,'BLOCK_PARSED',NULL,'2b512c9231145a52fe40450b622083642af999609df921739c05b9a62215f240'); +INSERT INTO messages VALUES(1397,310532,'insert','blocks','{"block_hash":"4b1dea9bbf41e5834ad893bb4dce0a696313676da42ebef1f6dc9a5d4e9ff836","block_index":310532,"block_time":310532000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'267e8882579b520fc51837761c7c106a53f367f14822d42880b415f8bf48e73e'); +INSERT INTO messages VALUES(1398,310532,'parse','blocks','{"block_index":310532,"ledger_hash":"a1c2f7136279ad98cb97a5e4f95db13d808dada545442eafe59c223b8bd3112f","messages_hash":"84225e71eb3b9ddf355f9d83c55fe52067748a281cc95eccfd411d250813a100","transaction_count":0,"txlist_hash":"12d444bc5489c24b1076978597bcc661fb7b228dc16dc2ea2b0772ebc2248901"}',0,'BLOCK_PARSED',NULL,'648bdbc2a93f044a7965d842dbf5f18c7fe89dd790eddbacda5c97e64b8a5bb4'); +INSERT INTO messages VALUES(1399,310533,'insert','blocks','{"block_hash":"4fef302404a214c70289d57b900a262ca0e327c810636e03a3e799031cb16912","block_index":310533,"block_time":310533000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2bd26cdcb4963bdf60f48487d707c9d6ef328e3477e8c0e3f27b3beec17eb7c8'); +INSERT INTO messages VALUES(1400,310533,'parse','blocks','{"block_index":310533,"ledger_hash":"c5237632ebf65b9f80e2dc8f71cc5d349fcf31a0f606f6eb204259f30e385ee7","messages_hash":"18d881ec3582b0e1f1c7b1f9d3395538b73a01b1035e9525f4a4fae5d23a4b28","transaction_count":0,"txlist_hash":"e380cafac5537aef75c7840b7864facadcf9d7f724024e0be9bde2927717e548"}',0,'BLOCK_PARSED',NULL,'2d24d73691c8daee0520ded8c1871c9f7e6f991be36dd91304de64efbededcbe'); +INSERT INTO messages VALUES(1401,310534,'insert','blocks','{"block_hash":"2812082f86099ba2996b57e874d4aa6e8bcf75765cdb584ab352efd6e28d93ad","block_index":310534,"block_time":310534000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'08822305e3c65b6b9438823ac98deda0d11956f468bf691e305e6ccb97688bda'); +INSERT INTO messages VALUES(1402,310534,'parse','blocks','{"block_index":310534,"ledger_hash":"b1ebc60dad5ad8269c746661e42bf6ab4e8a7594fb18c79ce09add57a3b997fa","messages_hash":"233f2209d9e1d6af4155c01cd5ca70cf43b0ff1ce7384579d0b3844389a163ac","transaction_count":0,"txlist_hash":"aba147ce59590f7d49b5c0f73b1204ba955b359ce6372d57efac1b7749c152f1"}',0,'BLOCK_PARSED',NULL,'b06b36d3e1b344d02152b52c30d11269cb5c20512295718fa6fcd5be5922ae8e'); +INSERT INTO messages VALUES(1403,310535,'insert','blocks','{"block_hash":"0e5efcc3a61487b050dab3f61052bd702a23c382e47fcd9857be6013f81080ce","block_index":310535,"block_time":310535000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'242609191dbd74308222fb9c551cacefc05949ec93275b16ade580c04dbf0964'); +INSERT INTO messages VALUES(1404,310535,'parse','blocks','{"block_index":310535,"ledger_hash":"04ea1fca25f2f0d73e2f7994beb49c4d9e862a91953be37158738a9f54b4d3f2","messages_hash":"20cd49ae3d04e3aea3d5d10b62e5ec604716b00f00ca7575358af7334a929762","transaction_count":0,"txlist_hash":"fed53527ba35821dd411e67670d50128b13a234bc533b6ecc8ad0271bfb0334d"}',0,'BLOCK_PARSED',NULL,'da614fee48b7772cecee14254669c09ab86be3fbce16092196e4c39283de250a'); +INSERT INTO messages VALUES(1405,310536,'insert','blocks','{"block_hash":"dac89c720ba3a2e716a20f7d3207abf7f8229bf3d884962a2502d5e4e4656018","block_index":310536,"block_time":310536000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'59f0739748478f39571341dcbd4761a41118c1057a559fed76a6f6a43f6d058b'); +INSERT INTO messages VALUES(1406,310536,'parse','blocks','{"block_index":310536,"ledger_hash":"8c2390c35337c9181a92762c4c9a725c24b175a355f027d89e57a8eec1ff5ae0","messages_hash":"05b4c1eaaab284d19296dfad24d4cf3442a467807634ed0cd9860a5f4b497f09","transaction_count":0,"txlist_hash":"6ce7b714acdca711555dd6c88d092de602859e642095f98383922b3bd5c20688"}',0,'BLOCK_PARSED',NULL,'983e50127caf0f7e52de62fa316a132f5683b7d76a594d6c313f58e607aec714'); +INSERT INTO messages VALUES(1407,310537,'insert','blocks','{"block_hash":"944c68f1de531cd4cc872d355f43e6f82e61596a51e46146ce04d8fbaae39c9d","block_index":310537,"block_time":310537000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2934362e196d3aa863613e3b12f0d3104f802f1bc57d5683192ff2d282c57cc4'); +INSERT INTO messages VALUES(1408,310537,'parse','blocks','{"block_index":310537,"ledger_hash":"0abd610d563c9ec0e638a57b034c94e04811befa3c5fde9feb44ed014d90c043","messages_hash":"785acbb382c279234770d1542b0efa31d2bf281df909fa9be4f9a24ed8dc9935","transaction_count":0,"txlist_hash":"9f5c4b612a3ebd27096ace0dd73e85aacae8f9d5ea035c6c3691eade0f5d3622"}',0,'BLOCK_PARSED',NULL,'ca344eff2bbba22791c50acf2b749c6080fcd585576c2e1d619be0c029e26f76'); +INSERT INTO messages VALUES(1409,310538,'insert','blocks','{"block_hash":"75f6eae30970e4c0fbed85a315a2c2d8f26bd286116c6fb5a6ae74fb1615e1bd","block_index":310538,"block_time":310538000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'de9f8e4d9757b3dead63f258dc3f84510056a97b6e74d477ce0cfec7ebe771f7'); +INSERT INTO messages VALUES(1410,310538,'parse','blocks','{"block_index":310538,"ledger_hash":"3f6b6fda99c833793c948bda16f0b9f166a4d29f1e09fa5c4663fec53c6c8816","messages_hash":"8f69f5684f2243bc1402a220991805258ddd0f1913ec9aefb330247c78b466a8","transaction_count":0,"txlist_hash":"e238a5a62090175b69701d83d788778ddaa411dbbf6cbe83132f238bfb70d1dc"}',0,'BLOCK_PARSED',NULL,'93d1d2ed470e7d2b66ba83f44e68873528093a4f831a01711d920abad08ea718'); +INSERT INTO messages VALUES(1411,310539,'insert','blocks','{"block_hash":"338ec0a15b7867f84ee88042c4c5a5deeb83d7323e2a05a8cae0299cd92373c3","block_index":310539,"block_time":310539000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad9d7eacd20e33937f1fb4c675ab7998df4e12e327bef3ab9272789f2bec33b4'); +INSERT INTO messages VALUES(1412,310539,'parse','blocks','{"block_index":310539,"ledger_hash":"31a1072d803a0c87d9ff553b4b0f15cf818c974d873f1656567faa570d3eac17","messages_hash":"d60ea60f4892145ded2e78cea8dfb21ecad069c33c49194595de5ac9232d9209","transaction_count":0,"txlist_hash":"85e206d203d95a2f8f0e0ec4fd4d3f6dc9f156ead11b9b5a8f75989dd12c8d73"}',0,'BLOCK_PARSED',NULL,'51d31c29245f5b5dad851fee4ee3794488f8e96f8fc8b9c24b771a8e5cb72ff0'); +INSERT INTO messages VALUES(1413,310540,'insert','blocks','{"block_hash":"0e65a2d641c89fe837bc520473abf0666ff7aa498f523cde795efcfc7ae1385d","block_index":310540,"block_time":310540000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9d80e0bf15f813bf160f53d8835be1e101afc236de17b1d0f7ce9da0eb8e600e'); +INSERT INTO messages VALUES(1414,310540,'parse','blocks','{"block_index":310540,"ledger_hash":"dc2ee7b02735a52fb62649161617fdba33e9f21d002684a149bdb93f32204cdd","messages_hash":"df26c722bd949e1c1c114918a731edc37a867b46288848e56a9f0bcaa7e73a2a","transaction_count":0,"txlist_hash":"566921bfc61021188c99587d238445eff37d56ae692ef962090ce6144902e42c"}',0,'BLOCK_PARSED',NULL,'5d1f94b36c34e8375569f985a19bfd53b38574ba10feed3b62bcdffdadb5c300'); +INSERT INTO messages VALUES(1415,310541,'insert','blocks','{"block_hash":"ed808e14b19ac28990a50fb2089f279fcc52bf3fee29618f1d9aeac3ab50d453","block_index":310541,"block_time":310541000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bbb53a920b0e964655ccc01f2c96cebe668f946d123d2e0ebb19c36ea56f8c67'); +INSERT INTO messages VALUES(1416,310541,'parse','blocks','{"block_index":310541,"ledger_hash":"e71f0720c31a7a05a3fcbf550038a745ad4db232ec09f80099212984ebaa735b","messages_hash":"182c649e3a62472a57065a7c58db8cb2804ee8d8248174fb639be6a20a1f2e9f","transaction_count":0,"txlist_hash":"544d59ff5d7da7fa07495464e64f7168c1882d20e76a2ea0a6c6f1f5e9ca15e2"}',0,'BLOCK_PARSED',NULL,'250e61aa3dd40e3046aef560c212a8b1adbfdfe6cd86d1643e845b33847dda66'); +INSERT INTO messages VALUES(1417,310542,'insert','blocks','{"block_hash":"7a8e3a931043410b3423e08399ec9f728d3aacfcb012a14b2c5f1599bdb5dad2","block_index":310542,"block_time":310542000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad5e2dc5a2f6a0b42b7cedc9d3d999d58ce175dc347a6fb73e5ee63bcaa88273'); +INSERT INTO messages VALUES(1418,310542,'parse','blocks','{"block_index":310542,"ledger_hash":"9379ef3da9d74f12fdb081e53461c3110d87debaa1b66b171027b5f687ea6ec8","messages_hash":"023be4c487acbf7f657c53432c49ab79bcba5ef5bcb31b35173413b982ac5cb8","transaction_count":0,"txlist_hash":"7ab71ca58e2b754bb7ccb466bc6c5e26a940ee0ec7d52a08b97f16a77a1cb6d4"}',0,'BLOCK_PARSED',NULL,'2f7836831dc5e41a6ad15bb204556e5c2cc054f7528bcb67dd760c03a4da3ae8'); +INSERT INTO messages VALUES(1419,310543,'insert','blocks','{"block_hash":"cfb828d0c86b38af257b41f77c544862c450383bb97640190c97add62b53d4d2","block_index":310543,"block_time":310543000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'134c6645a9fc2e7a9be86cc6ad4d6c8c515dc62ed114e4f2623c5c1de7a1f89f'); +INSERT INTO messages VALUES(1420,310543,'parse','blocks','{"block_index":310543,"ledger_hash":"fb28d7368bea6259ff4e9c0a90e44342c1a592153953ef1c8ae6a0895e7d5e5d","messages_hash":"e53319bbb6c18deebc0dd102eb55319320592e1688e24b989ef234df5a68a856","transaction_count":0,"txlist_hash":"6b1131e2df2e9374c26316b864f22eb774396d7b1134ecd63a6cea98a992ef9d"}',0,'BLOCK_PARSED',NULL,'ad5bf386b8d64c6a908d1c456a87a6993a22265772fab58bb7fe1993d06619cd'); +INSERT INTO messages VALUES(1421,310544,'insert','blocks','{"block_hash":"c9a9e0fe67c824638dc17e9fab5f1b409915fcacdf2dc4f9709b87c9796cc4a6","block_index":310544,"block_time":310544000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ae23ca5c7fffcd069a8895832c8def5251935f3d5bb2eada05fda10a7b89eb8'); +INSERT INTO messages VALUES(1422,310544,'parse','blocks','{"block_index":310544,"ledger_hash":"fae2b5cbabb763cc48334f46f23cdb8c74428b2491284cc8d36098526d67bc22","messages_hash":"b06708a878320e5b563003308e2a731e4a0665c593af197436d00a09bb33eaaa","transaction_count":0,"txlist_hash":"3d25f754d2440706d911ec858220a0f4e6c66a12b34869a9c516c692fcb14168"}',0,'BLOCK_PARSED',NULL,'7f5c633d2da291c59dbf29ef137b8267e2d8bc64beb84ebb59dea88e8c476caf'); +INSERT INTO messages VALUES(1423,310545,'insert','blocks','{"block_hash":"aa23fca8fa612e16b5bb4e47e308a3845cd0aac2357e7d93a44dc70ff8c91c8a","block_index":310545,"block_time":310545000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'313a33ebeda8ed5f4f20bb1c8fbf62f17cb6325645dd041040877148ae03cd21'); +INSERT INTO messages VALUES(1424,310545,'parse','blocks','{"block_index":310545,"ledger_hash":"832417652d95911b8acf5896de587833438ddfed3f67672e89e6e7c88a7c51e7","messages_hash":"64eabce57ff6d366b7593c6094fc5e8bafd9cbe2a043e6032dbad933442ce3a4","transaction_count":0,"txlist_hash":"74646a498937ac8ec19d27baf65b7e83b61107441ab787ce28f0be6a7895dbba"}',0,'BLOCK_PARSED',NULL,'78734de3599ede9aaeef01a733a364c0d72eb67741adaf8e6192411a6868e142'); +INSERT INTO messages VALUES(1425,310546,'insert','blocks','{"block_hash":"20f37a8d164e14b7f88e06023b81060afee8c1b2b556ac2789b1f6874019791d","block_index":310546,"block_time":310546000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'04bf655d1e757a0a012ff5d0e7852d3fa12ed2f70af05e197b7816b66e575e87'); +INSERT INTO messages VALUES(1426,310546,'parse','blocks','{"block_index":310546,"ledger_hash":"c372d0e5571d13b3ae9b5001ea3a0fa4d48b899c0d38d83863108624c6f25096","messages_hash":"bf0d70ec2451fc64f8d55c82610e1184d15fc19822e956e2888c146aeb05ce8f","transaction_count":0,"txlist_hash":"4fb0b191283c45d7c64bdaeb8e732ab0a7641d587494e8653d35df24c56e501f"}',0,'BLOCK_PARSED',NULL,'5081a7b603a6209354355126d1a5d2382b3b6221bef47a57febd91b51d42deea'); +INSERT INTO messages VALUES(1427,310547,'insert','blocks','{"block_hash":"f3d862f560d7abc97f92c3bbf2761de40dd20cc670ba216850c1bcbb0cda31c7","block_index":310547,"block_time":310547000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'35e7b6c048d3a55ccff3559c5ed8814ab709566f44f248110e46ae86db94a299'); +INSERT INTO messages VALUES(1428,310547,'parse','blocks','{"block_index":310547,"ledger_hash":"a171839817884b9ac968067b6136bd498c8902e206c446be79c25c8935aa7381","messages_hash":"df1d42f380635486844213fcb382d63f7cb1aead1ce4cf2d9270d506ff7cc5d9","transaction_count":0,"txlist_hash":"3f0677f48392e0e011ac25ba7cbcc8eab6fc797a07d6e641fd8cb3e8174c39d2"}',0,'BLOCK_PARSED',NULL,'156c4f4d5e109ce0f453c647eb536b6bf09b025bdc7ca230800854ac558bc90b'); +INSERT INTO messages VALUES(1429,310548,'insert','blocks','{"block_hash":"bb0b2ff09d831962cc748b4720dc05dc2fd2e3bd3374eacfc066ecd0b7f58ec2","block_index":310548,"block_time":310548000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3d95895377bc9264d8e4c8dd25b0b1086734e082ebd54714718019d0ad4c3393'); +INSERT INTO messages VALUES(1430,310548,'parse','blocks','{"block_index":310548,"ledger_hash":"bcd666f4de0f61907a7eefeca4acfcaa1450a5fa698ea2e184f0c5486948036e","messages_hash":"74a76866e90119cf956b8cbdd7453e85c7b3ead2cc170ae92de4b252df5794b1","transaction_count":0,"txlist_hash":"9ed6b618611d4a07beb5169b76dfa0b5594135553925e27bdb62a5ca2abd99ef"}',0,'BLOCK_PARSED',NULL,'b0dec5b738b59109f23a6375be08a3a755e91c5ddcfd59d25dabe01f18b7855a'); +INSERT INTO messages VALUES(1431,310549,'insert','blocks','{"block_hash":"8e8c61f034fdad98962c84dbe90450bc2da62b815d8b4f8084b0dd3d69763979","block_index":310549,"block_time":310549000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4a08d3bb9c9044f26c9b4c240b4b25ab2745a1717d1724db12b5eafc5640ddd9'); +INSERT INTO messages VALUES(1432,310549,'parse','blocks','{"block_index":310549,"ledger_hash":"b20424e23efbfd7b98f47f714921125a81261f097b1145ccfc798bffa4459622","messages_hash":"94010738624e714eb40b39b13c5ef28d824d529c6689c0ac262ecc0821aa8ab1","transaction_count":0,"txlist_hash":"37bae7eafc6868ac783ced1c39e2a191df453424597cdd653dae3e8de81a0e16"}',0,'BLOCK_PARSED',NULL,'0cc6b5b17a98258b4953e56199ba46005c232d7e74e608b8746bac7d8e3353a8'); +INSERT INTO messages VALUES(1433,310550,'insert','blocks','{"block_hash":"08d2fd6eda5baa3c4c9a4e86599577396d4bc333ad9296453e3c537ad8ade914","block_index":310550,"block_time":310550000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d868df1b2672edd83ca317305a3ea504bd9e2b217be25b9e8987d25c6f1e049d'); +INSERT INTO messages VALUES(1434,310550,'parse','blocks','{"block_index":310550,"ledger_hash":"4689915afd38a29d83f30ae32da5834059a02950b5657f0f69e857351260c5c7","messages_hash":"023a545cd28926ba8e23914b914173caffc2788190261b0cb2095b59b62a08e5","transaction_count":0,"txlist_hash":"859332ee14a134b84dfae9531891cfc5466b8821c44cddf9b335ad2af208ddd1"}',0,'BLOCK_PARSED',NULL,'4b0b7fb77d9cdf4b392a502b9c91bf6727597865511e91c0b267b4bf3d30f877'); +INSERT INTO messages VALUES(1435,310551,'insert','blocks','{"block_hash":"cf4365c7971aad6192522a0853a086d4ab24c4ac2b3bdb2a73accd217d8dae7b","block_index":310551,"block_time":310551000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ef400d04fe17f38bce2121b604b15140ba9ec6a09cf64b279bd013d33fc121ae'); +INSERT INTO messages VALUES(1436,310551,'parse','blocks','{"block_index":310551,"ledger_hash":"b31e4b5f6d18c1b4f700cb37d031397cca55d48643ab58ea91f511ee5e8f20b7","messages_hash":"d847d9d81cf8f83f712d556b31b855f0b70de5d277805095a1bd6d31c3121180","transaction_count":0,"txlist_hash":"fee6f23e50db663cfe1dda194a295d8d4df0818d006872c5fa01c8912a510f8a"}',0,'BLOCK_PARSED',NULL,'4e4089f31c2da07d150121eb66d8a4c97ebcbc0e1ea3ea30921f32bee8a086e5'); +INSERT INTO messages VALUES(1437,310552,'insert','blocks','{"block_hash":"d22b2764d8599549d2fb82f03ea7d5a4c2539ec1c8fe3f55c9832e810a99659d","block_index":310552,"block_time":310552000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c112b843c637a099d9e0dc2f3d2b47c03a82bff3704b77b5424294278695c5b0'); +INSERT INTO messages VALUES(1438,310552,'parse','blocks','{"block_index":310552,"ledger_hash":"16ee576d489f19628d6242a7d391f3f9663ea99c0785f14a02a4555a9f98a537","messages_hash":"e932fbc1d6fe54ca8a83683c6cf9da95c7183ebe65e85ce535bb7d84587c09fc","transaction_count":0,"txlist_hash":"20b3f22fd101230c3c79136d4f1786fcceb3a1a42462e0df6aa806b04254bb0d"}',0,'BLOCK_PARSED',NULL,'d4b1400a9e07bf41749f39183f57e2d3e6f5820b52bc4a29f35058e54268ed5b'); +INSERT INTO messages VALUES(1439,310553,'insert','blocks','{"block_hash":"d1e220ecdac4296140b1fc5789c019ceec1275855b4a47f955782853c9addaf2","block_index":310553,"block_time":310553000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a449599b7fc33627cbee3f885eb9af0c0550929bd591b8afe29db600439c6017'); +INSERT INTO messages VALUES(1440,310553,'parse','blocks','{"block_index":310553,"ledger_hash":"234d328725f4ec8875e53548d8a406c1a908ac19563a7674ef1fb4e4a0b58a7c","messages_hash":"d6c6828cf89e50e54253f41d507e9ea51868ca734523cceb97060bebe762094c","transaction_count":0,"txlist_hash":"73188dff79f76f49247b7bc9d64d6b38b96aee422f982fa6eff650d1128d54b2"}',0,'BLOCK_PARSED',NULL,'91e0ae8127411086e0a88ce3e1b7eeb9ef0a1a1e51df49d2d34e417836fbb0cf'); +INSERT INTO messages VALUES(1441,310554,'insert','blocks','{"block_hash":"7ef603cca521c652eb94ab8dd0e053fcfc09491a9f474098f98294cc8a4a5b65","block_index":310554,"block_time":310554000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f0956df3785981ba80501cccf41ae240ea80207b613c3be4c88057397f8698b9'); +INSERT INTO messages VALUES(1442,310554,'parse','blocks','{"block_index":310554,"ledger_hash":"1cfc3053e3141bf0512aa89682ae5a912365b4283f0740c84e40453f68ab5b1f","messages_hash":"a18c4a861125678ee7f2043240ba14f1c99f166dce9b6442ebdbf313d89248b6","transaction_count":0,"txlist_hash":"767d9519cb259c706998f789c057ecb1c639bc5edcc1f93dbfa8e444fb5da7d2"}',0,'BLOCK_PARSED',NULL,'34901764993228a1a281ede51f9cd02d3236574be07b7e3ff9e9f103273f6758'); +INSERT INTO messages VALUES(1443,310555,'insert','blocks','{"block_hash":"c51aaefdc56f413baf9be7dac61b4afc8497212651e9901c39fb250bcade50fa","block_index":310555,"block_time":310555000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'492834a9963891180e9ff1ce2b86d3fa9f94254060b1be67263d82d1948f7d62'); +INSERT INTO messages VALUES(1444,310555,'parse','blocks','{"block_index":310555,"ledger_hash":"b20c11210e3aedcdeb3b3e229a1dae4182df9e656ad397bb9f616b1435a0abdf","messages_hash":"fec98ee7c06b29101c9697d2765804ec27476ef288b02324cbd8e870ea4f6e85","transaction_count":0,"txlist_hash":"b27ea8b674040c7d6aa5d8e4ae83394aff4f1496bbfc85cd0da59613f8e1ffdc"}',0,'BLOCK_PARSED',NULL,'5d8e64047e43cc97d0b3dbae7de904673de973483707993d4e8f856c1b19715c'); +INSERT INTO messages VALUES(1445,310556,'insert','blocks','{"block_hash":"4af11c6d35e142972be016858a06e2ea32b15beed2068be4cc85f3918fa99f3a","block_index":310556,"block_time":310556000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'aaf5887440be09bc2334f80c281cd1f40e3cbfe24ca64205cdc7bb71eb6daca1'); +INSERT INTO messages VALUES(1446,310556,'parse','blocks','{"block_index":310556,"ledger_hash":"de06b2da1b0ba6be933ab9419a73811308195b9d7696382de23b78ee86177cdc","messages_hash":"1a732e729717be3962d392418f8e4612d3bde61b57d8a7db5bf78f67dc7acb81","transaction_count":0,"txlist_hash":"a99bcd06850f747bbc8023bf25facdcff344ee9a144373452e67844562471032"}',0,'BLOCK_PARSED',NULL,'f26e33fbf426a67645ad24bf3b14b9f982a9063011f4fbc405715afd34b94a7b'); +INSERT INTO messages VALUES(1447,310557,'insert','blocks','{"block_hash":"0973e14fe07ac8b86345061942ac2a5055fecd867e69d8f2df33195505d87382","block_index":310557,"block_time":310557000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'04d86aa7483d9540a3815f2a24c954c314cd2c7f1f86ba0ed1af4f38cb2926dd'); +INSERT INTO messages VALUES(1448,310557,'parse','blocks','{"block_index":310557,"ledger_hash":"7d63306d9d0b43c72bb7f5642d84c93f09c2df58d4192fdecf1f0e3e8aed1f42","messages_hash":"ec7cf5bb185241c02ec736b71f86caf56c120987d5fb6c4388205b6497d3671e","transaction_count":0,"txlist_hash":"d912725fec944dbfed45fcd38b5008eb29ae366e772928f9a71436b057b728f5"}',0,'BLOCK_PARSED',NULL,'aaa2baee3eacc7a9e0237f4c2683f53c0fcf2e6f87e14ea74c44267f990e615c'); +INSERT INTO messages VALUES(1449,310558,'insert','blocks','{"block_hash":"75d26d503c2b3b71d36644f7de0826d129b4f127ef9713f6f02f498399e28d15","block_index":310558,"block_time":310558000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'97cb6c3840643e90564b9c20f012d760e7c946bc3d2329a611bd9e25849b5d17'); +INSERT INTO messages VALUES(1450,310558,'parse','blocks','{"block_index":310558,"ledger_hash":"13ba46e69406731c17fab5167593af0f2baf783c8cfeb6e478f884f358a9a01e","messages_hash":"c376e38cbb1286683a976b0e318b3b8263440ef05c36ec194c6b8829e15252f7","transaction_count":0,"txlist_hash":"cdbad19774b030c8a130ce87e3e34516b7ea1dd4565797f3f56cb318ab2f4a0e"}',0,'BLOCK_PARSED',NULL,'a7685868bbd956370ea7f4e9c7239a290e31b1aa0af60673923abd20a747cbb6'); +INSERT INTO messages VALUES(1451,310559,'insert','blocks','{"block_hash":"6538f282374d36af012291b3851474293437b6eadd2793e4706b0edc7fe645dc","block_index":310559,"block_time":310559000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ef0547295bc48297596cce63df242a67d5a8fa6b48620a062e0242bc3f0bbc7c'); +INSERT INTO messages VALUES(1452,310559,'parse','blocks','{"block_index":310559,"ledger_hash":"e2a5a88cb2ebc01b6faee4a2d190b49efc4c5020d8aa1b55ccb48ca980591cbc","messages_hash":"779a817aa520192c9d3e0ae15a72b6bab4e3e4173305c996a36eac6ba877e2e6","transaction_count":0,"txlist_hash":"f7f63b9d990f09d0dc50bbb1672490bfca25759024db4d0e659fd8b1eeae55c6"}',0,'BLOCK_PARSED',NULL,'756067d6cf29de20c4b1c54f0736ab5e40ad51e7a4c1e048602c8cf3ba56688a'); +INSERT INTO messages VALUES(1453,310560,'insert','blocks','{"block_hash":"d3a2ccb3df7c41adc2a36183f9dc3d8f633d1595ae46eb7ad95259a1f7e85fec","block_index":310560,"block_time":310560000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'434e812ca6dbb5056d798edbfa8f809fc8580e3ccf5b0b4ced24a8fa46209157'); +INSERT INTO messages VALUES(1454,310560,'parse','blocks','{"block_index":310560,"ledger_hash":"3b4431e2701d0015d4ca1c657a6d1f06f0075c56abc333434aa12b72ccc59dfb","messages_hash":"e8c3bbd61baded3044b30e361e6a16e55ee1b5e04c201a7a2b181f8729e4c448","transaction_count":0,"txlist_hash":"04ee0d1258ffee609a63b1a26e7bfea754e304f09a21298aea216ea619049fe0"}',0,'BLOCK_PARSED',NULL,'2f185ac8d0e747e316163d9b590958083d02f87bd27e27aa81a13415789942bd'); +INSERT INTO messages VALUES(1455,310561,'insert','blocks','{"block_hash":"b7b7404021ba9a00688b64289eb8953993ecc0cc75992fb276f2d7048f4b26ee","block_index":310561,"block_time":310561000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'056294c8cd013195e7a387c323141cf8e1ea7db7387ec24c1ecea8e3d890e383'); +INSERT INTO messages VALUES(1456,310561,'parse','blocks','{"block_index":310561,"ledger_hash":"4165d695545259436303697767a7b799e9bea177890a4061f2093e6430d2d925","messages_hash":"54edf7d2a87d3c7132f396fb437041967da9d825dd5be3e67ef343b76f52a821","transaction_count":0,"txlist_hash":"cf7c7a30a6b5e912dcf8652b0c3fe04d3664cb6399be003fa4d821b39bcd0374"}',0,'BLOCK_PARSED',NULL,'a2212fd36001c52d8ef4589e254e99f545a75ae7068e347ad26959ac2807a099'); +INSERT INTO messages VALUES(1457,310562,'insert','blocks','{"block_hash":"4373ec06c32fbae5de86e421e01969d172b1ff84a13c8e0f069b78b0f4e7d405","block_index":310562,"block_time":310562000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ec28ae54bfcc7f0ee6c75ad99146c2727f3e3e97a4ac207f5574580da4e87631'); +INSERT INTO messages VALUES(1458,310562,'parse','blocks','{"block_index":310562,"ledger_hash":"15254a1ea8c6433865940a81ed24f268f071c265ab8817c7e69f0c186ce873eb","messages_hash":"56d93d809787681b76ba7001de9fbed16785f1a750c971b617d75376e1dcedd0","transaction_count":0,"txlist_hash":"a2b395bf9d2c3dbf45acdbf5f9debbae961a9e8d83a234554ca3d248a5c5901f"}',0,'BLOCK_PARSED',NULL,'eaac5bcd9eafee3db6bca9eb606948c183bc6fdb6873a7749e1be504e3e0cd8f'); +INSERT INTO messages VALUES(1459,310563,'insert','blocks','{"block_hash":"f0083f04073ed8b6cbb2eb674ad397cd7c299fda80e742615ee3751d54304636","block_index":310563,"block_time":310563000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'db0cc29aa22f942c549712f490f9e819275a242c0939e56a869f061efdebb8d0'); +INSERT INTO messages VALUES(1460,310563,'parse','blocks','{"block_index":310563,"ledger_hash":"24019c0f520c61a142e0f10f4b46cc0cbed1ed446abafd126cc494e8a089bd6c","messages_hash":"dc93bca6091557fd88fa717ec07225fefa489377d08c4c758f77289c9b4174bb","transaction_count":0,"txlist_hash":"446e6f3b059df6c39861bcbebfb0e53063cc89e3a0ede21d5b9eae953be131bd"}',0,'BLOCK_PARSED',NULL,'9d1173a07308d9f88db69b0cb358fd983fd6c69da1f8d130f8007f13f84c8433'); +INSERT INTO messages VALUES(1461,310564,'insert','blocks','{"block_hash":"cccefa016afff2eaedf9d97a70d88ba3b74b1fa5167923852e3f2b2d4f77a7ea","block_index":310564,"block_time":310564000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5cf56f19d7e5f09055a9ee304ee174454a07245a493b17be6c905acc98654925'); +INSERT INTO messages VALUES(1462,310564,'parse','blocks','{"block_index":310564,"ledger_hash":"b6fbd79d113705d5ccb3ad67b7b0ce2f31c732cd45d7487733c370eacb760a74","messages_hash":"013332abc74abdf3763feaebcb68ee262b1841ff42b596762ceb3fdcc3a66e93","transaction_count":0,"txlist_hash":"33927637b08ce03b6521ffd1ebe0d0a6ccae471a9c0c8650780ed36f6a6424d1"}',0,'BLOCK_PARSED',NULL,'88bc49f9df12617926e1fc1cfc126d811593dde2c4f526ec05b7866756d4d1e7'); +INSERT INTO messages VALUES(1463,310565,'insert','blocks','{"block_hash":"954cf72e454948ad62bda12cc3aa984191b5063c3a3552b5475f58906ed5b305","block_index":310565,"block_time":310565000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'404131a35fd3a2e3987d0b2c02ca1f1719f9af69f02f8e4bf06fcd5c8212a1c5'); +INSERT INTO messages VALUES(1464,310565,'parse','blocks','{"block_index":310565,"ledger_hash":"4f13d9591723291cd7bda671664e8022416218785714526265cabccdb9685ba7","messages_hash":"0fff28e419ef92c8bc22037b0db123cd4e8dd49622fa6e40876eb78d1abdfdc7","transaction_count":0,"txlist_hash":"da52af92d40d5050bb050ef6c081d78636de5add0a78d6fff367e1f218e8927f"}',0,'BLOCK_PARSED',NULL,'dd93cb121153b7c2b87c5206a4e84f81ebd600b15a6be6716a4bd6a2f12b50a8'); +INSERT INTO messages VALUES(1465,310566,'insert','blocks','{"block_hash":"3759ea3d906bc1242168e23920ed00a9daac815d9177fdfd954781f3978b2a39","block_index":310566,"block_time":310566000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bdad93a421313b38aa71d10e70b1fa6e5110b17a8679952c5c6a2e1cf774b40f'); +INSERT INTO messages VALUES(1466,310566,'parse','blocks','{"block_index":310566,"ledger_hash":"8376b6b7385e9c231af45be5798b7d47efd969e5dc262205be28e8c29a45aa46","messages_hash":"1946adf6309d2a4ce67ae24ac396091bbe7268fd50ead2be6981a069fd2a312f","transaction_count":0,"txlist_hash":"4d10bd2f6487633a861e6317f86308d9762ff6e1cad01eb7ab342e0533128ff8"}',0,'BLOCK_PARSED',NULL,'7e0fe485a34d175c6212e943bf50ef6b88fc5e974b2e80a7c81261a34264f30e'); +INSERT INTO messages VALUES(1467,310567,'insert','blocks','{"block_hash":"499074319cdba25e86c5e7831ddbdf16147893da356dc5d6a24c0458a9e7c431","block_index":310567,"block_time":310567000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'393c43aa744947a135b1708fcff88b10293b609ef2a9b6cf10b108d3b61a3d6b'); +INSERT INTO messages VALUES(1468,310567,'parse','blocks','{"block_index":310567,"ledger_hash":"26be2715d4714e54ef5b89ab2c0d904e25062378611494ae7db590d94b5c3c63","messages_hash":"c6fb115f1d3b5eecd6c6f30a13f716f847e81b2dcf608b7789208e1e8847d3eb","transaction_count":0,"txlist_hash":"1a6797f81d229eae67b50040ab42da24e8142000a16d5055998061301e885e40"}',0,'BLOCK_PARSED',NULL,'b685e2e3b43b38c9317d58379dd4dc8d713c9395ad44b544b42f16d5ceb2dbdc'); +INSERT INTO messages VALUES(1469,310568,'insert','blocks','{"block_hash":"ef433ae6c5e54f4c3633956efb0bec6a88f6172be961b03cba0974a5b1e8b19e","block_index":310568,"block_time":310568000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'82d7bc2fc700f11fd57b8de6e1d63d56572e9f5bb24211963d59efef79b2dd63'); +INSERT INTO messages VALUES(1470,310568,'parse','blocks','{"block_index":310568,"ledger_hash":"11db87609533eca9bc7b12af3f3615e8476aab5570416327dad75dabb80e83cb","messages_hash":"9bde699412dd184c3423700110bfdf7d366981015ca210e91911d47ec6e2acd8","transaction_count":0,"txlist_hash":"27fb461b0c032770ed620e11021bb113e6bb308cb7617abd1426ea0374264b73"}',0,'BLOCK_PARSED',NULL,'c151721f9593f7f775bd4f4441e2351e2a1a7db8c1b1d5c6bbdfe68e40c13681'); +INSERT INTO messages VALUES(1471,310569,'insert','blocks','{"block_hash":"c67107bb5c30b76a2bbe9ac9613c23bdbb55e6ce7f7cde1f03c31ce685cb44de","block_index":310569,"block_time":310569000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b1d4a3eee56149ba9bfc6115280bc41465ecdc07aadfb012b0955fd2d710358f'); +INSERT INTO messages VALUES(1472,310569,'parse','blocks','{"block_index":310569,"ledger_hash":"b2b4b2b54a2146b019809a2e95d1634f178c6a45234bff176328b957d6230401","messages_hash":"cd1591722b1e4fb7a9144e78ff3856e56bbe4216d5acdb87cbbd537cba95ed38","transaction_count":0,"txlist_hash":"58269cb8873f7fd53739ef669c1ee95438e41ebc8acdfe396aef2e98a484c171"}',0,'BLOCK_PARSED',NULL,'be0d85dcd0e6dc344ee607445d1d5652e4536ec98f0257f3988c87b36d0409b5'); +INSERT INTO messages VALUES(1473,310570,'insert','blocks','{"block_hash":"f97ec4487e00fb4a5548eb18d052f6495d01957150046f415c39bbb526e21a55","block_index":310570,"block_time":310570000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'21c862948e34c89764ea8efcf795a24e38a3ee8fa0154e91f3f8898483feeb7e'); +INSERT INTO messages VALUES(1474,310570,'parse','blocks','{"block_index":310570,"ledger_hash":"d92f62a941b4f174e6ed3dbb9f1adfc7d9e2277decd149bd6c243b4c6a667708","messages_hash":"c0003713d2791df183603fe0c883e4dbf26fcbc1c2ce3b8155b47a111556462b","transaction_count":0,"txlist_hash":"36cdd5333cec38b7ed209f8e8214e265236c606ed218d9824d7b9efe9a5b1815"}',0,'BLOCK_PARSED',NULL,'0efbb9f6e4162f0cb9b44c55ee0c5eb9f46f0fa3e69af5d5319793b20479e04e'); +INSERT INTO messages VALUES(1475,310571,'insert','blocks','{"block_hash":"b8edd44fa309c2fc1fd327461b37df751dcb713ac8475864c907aac8e79aee73","block_index":310571,"block_time":310571000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f19e45ad8ba95549d3e7aca9a702a2ab274db92d13becb7225e1da3e166e99ae'); +INSERT INTO messages VALUES(1476,310571,'parse','blocks','{"block_index":310571,"ledger_hash":"81a1d69d6ddf4d2aaf03e5c0916ace63b3f87f8ac6b1d0c274179e845e55f131","messages_hash":"4223a87ee39986ea4a298249503f0e982a8a38a6c65a72264d58570c90101cb5","transaction_count":0,"txlist_hash":"ffa5b9f487357fe69282edfa04d1cbc3c6727c6fc92126e1fc2e41453ca99cce"}',0,'BLOCK_PARSED',NULL,'b444efa3f9c89229168283f2080bb103b662fb01f2072362dc9de9efb5010c06'); +INSERT INTO messages VALUES(1477,310572,'insert','blocks','{"block_hash":"6f31bbcbb44d9fecc3fd8c1a9ded8be8c024399286c612bcefe9973ae55127b9","block_index":310572,"block_time":310572000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e14848f4c93cd1d35aa7821be670520bb514b8903ef4a43f1f4398d100a9dded'); +INSERT INTO messages VALUES(1478,310572,'parse','blocks','{"block_index":310572,"ledger_hash":"1c0397db8867a023dafa789d163bb457d63609e3a0782cbeddf4edb979d31e44","messages_hash":"f234e7bc463efc3de09c45e28dc4c63806646a27a556acc94ca6a476cbee392e","transaction_count":0,"txlist_hash":"7bad5c858efa13fd33d61f9d93c4d44fe53aae854550c5ceed55faeb0cc449d8"}',0,'BLOCK_PARSED',NULL,'d231d3784a78cacdd4c002af95deaf9a9da41fa67122283ba49ecf6901e69d34'); +INSERT INTO messages VALUES(1479,310573,'insert','blocks','{"block_hash":"302e7dfa216058a05c000242bffa09f71fb6210c8049ca3ba161b40a1af4aaa5","block_index":310573,"block_time":310573000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'856c51e77906b8ceb1f64cc19c016f6a5851d2c16ce8ea045e5dd6088dbb7569'); +INSERT INTO messages VALUES(1480,310573,'parse','blocks','{"block_index":310573,"ledger_hash":"587b3dc052dcfd8e8f168cdc1e1cf95f30a7396c079b56c957f5eaef87127b37","messages_hash":"fd8813cb22d5065024c95dc76d407b7d624675009ca1db86c42b06ce186a9e2f","transaction_count":0,"txlist_hash":"81511d09b1facbd53b94573818bff590120af032be669fcb613c736d4c78b263"}',0,'BLOCK_PARSED',NULL,'9528805a2cfc1b0aefcddb68a53d7c9126b1845c54e65b0b9cdc57294bf21ea2'); +INSERT INTO messages VALUES(1481,310574,'insert','blocks','{"block_hash":"c1ae52aab03437bebe96bb6eb04db2f0519f3aba4e2336b9f0d08707d92e330d","block_index":310574,"block_time":310574000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5133743a89157d46b2cef3be664d06f41a78111224b9a103a2a1c1991991d583'); +INSERT INTO messages VALUES(1482,310574,'parse','blocks','{"block_index":310574,"ledger_hash":"5abc2e864fb67056928254255155daea9138f9fb6f7ddda6b4e9d75cbdb90fe6","messages_hash":"faeee010985baa99d9e92d4df15633ab84d7c920250cdec65a01473f05700e55","transaction_count":0,"txlist_hash":"d66e9d66a141e6b4a4a672d13b6a7ad788ba8e825e261899730cb5bfeb9d88d8"}',0,'BLOCK_PARSED',NULL,'8c458be055637930133f48a77f7ce422eb2541c1a50e88894797c5fc63083643'); +INSERT INTO messages VALUES(1483,310575,'insert','blocks','{"block_hash":"fae1bd85bf824caece55e7c4f773f6fa0a021c24f01aef4656abba41bdededde","block_index":310575,"block_time":310575000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'77045f42d19c60b4815654ff2eac53fcae32b95f917879f5ecc5566d39df4259'); +INSERT INTO messages VALUES(1484,310575,'parse','blocks','{"block_index":310575,"ledger_hash":"9a6ba01a5b0c666c2cea91e6c4790901faad5389c0ac373d7846c47508757fac","messages_hash":"53e18550c536f7cf81da53fe42a0678a9d6409f7031d1732627c9af552472de4","transaction_count":0,"txlist_hash":"3d43d6aa453292e520108453c451fc74f7ac3a9fbf59dc762d308b4fb393dbae"}',0,'BLOCK_PARSED',NULL,'8ad59faa28ab5aa8ba47377a84b1a14095bedf65e7d43fa563f0010706ffcfac'); +INSERT INTO messages VALUES(1485,310576,'insert','blocks','{"block_hash":"b46dbd0ecf5ba9a7cd8f0a556f418e08d369670a35e96123144dc51c694ae7b5","block_index":310576,"block_time":310576000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0ce85e7a04e0a5e14afe646621b4b493006ce66e058779b815da11b8f46a33c4'); +INSERT INTO messages VALUES(1486,310576,'parse','blocks','{"block_index":310576,"ledger_hash":"3ff5c5e77b1493d35cec043a43cc48656187fbeef2d57b7113d52b91efe26640","messages_hash":"7b9749577bc306ecfcc026f239691cfe01a9f6cd716fd729cc46392b325ea4a6","transaction_count":0,"txlist_hash":"b2270203217981dc28694382b1c05232a34897f62cd9f8b53892fe93fbc59b88"}',0,'BLOCK_PARSED',NULL,'e62d6b2bb62a2191a8a6446607260823b45cfc9bae673428043fe6384d53024a'); +INSERT INTO messages VALUES(1487,310577,'insert','blocks','{"block_hash":"a4f1cfcaed69f6ca459db42cd60607aa96b3e593d635bdeabb28fa1875d7a7b3","block_index":310577,"block_time":310577000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ff241e095710488afe32b0a092efdf64779456ae770eea0a35db19d64a3848b4'); +INSERT INTO messages VALUES(1488,310577,'parse','blocks','{"block_index":310577,"ledger_hash":"a76df7a1b46e70110eb07f3bc65787511e06179ec43ff30193ebeecea9d25095","messages_hash":"d61a80a3e9b7006b5c46b0176c66ef6ab4304a3d9eeda3febe60bcb1c008e38b","transaction_count":0,"txlist_hash":"fb452e66fdaf284ff109e788e9f67cb7cef343cadc7f5209689d328345f9e999"}',0,'BLOCK_PARSED',NULL,'001fa07949276d1a2ed33e4eaf1c4f09d2868428b0b3e9e6630aba2bdfdad732'); +INSERT INTO messages VALUES(1489,310578,'insert','blocks','{"block_hash":"f28588cb2aa2711238246cdc3400480d672aa6b7746ede9ba963afdae507e1bf","block_index":310578,"block_time":310578000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8497787cb8533f4fe3e8a0e64bb9daac6a9d8f9ae9c50043e23398c4b9dc68d0'); +INSERT INTO messages VALUES(1490,310578,'parse','blocks','{"block_index":310578,"ledger_hash":"e37ddcdf453e06ca5b6e8e25239372450c08f85c61333a04b30234a0cbefcc25","messages_hash":"64e7f0afdc6f4c061217f9bd1cd430e8cc23ce701d2af373fc66c2719de57fd4","transaction_count":0,"txlist_hash":"1ecd3726e20f319636e10491e54f95b014cf880fb049cd7ba48b78395afdcd75"}',0,'BLOCK_PARSED',NULL,'944139fb1fa84913483dd8b0fde1671fdc21b275ef5aa2cfdb2179c238c35e82'); +INSERT INTO messages VALUES(1491,310579,'insert','blocks','{"block_hash":"672e0101a2b0f7c963627370c590bca6d800483e3b379a774840789eeea36c38","block_index":310579,"block_time":310579000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'74561c696dc573a5061fb7156b20f4fb359f36b131352bd774868b96535e485d'); +INSERT INTO messages VALUES(1492,310579,'parse','blocks','{"block_index":310579,"ledger_hash":"4c8022726e91322813f6cd559287e913d92196d378eac2d799bc13c53bd83fa0","messages_hash":"e430cf9f3000d6bb3b0af4ec8ae50503768a3e908ccc36d456d5c9815a58f648","transaction_count":0,"txlist_hash":"fcb368acd0ce2495383b6d01538ddf6806d1cc76d32b5a81cd1e07b599f4741e"}',0,'BLOCK_PARSED',NULL,'32d6924c6d3eec25a010fe0e17517f54947684d210d7facb8e6698bff8f0bdaa'); +INSERT INTO messages VALUES(1493,310580,'insert','blocks','{"block_hash":"e878eff75f69c2a921fd855716f6f19f7122bc62e7bf7a6f24ff5cb44ced9e13","block_index":310580,"block_time":310580000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'efa31c64de31df2b422d59ecd8cc2f4f5acc48a9d546e8dcbb10302e646d251b'); +INSERT INTO messages VALUES(1494,310580,'parse','blocks','{"block_index":310580,"ledger_hash":"bc1b388550daf95b5cbc9a8897741600ec44e6d8a1068d78a2590bd9a220399c","messages_hash":"3be168e237e613d5d45a2f3049854e2b58f15c04c5967cb8fbb1bd31a9e6a0ed","transaction_count":0,"txlist_hash":"075c8a5ed7162da50974e7120eabe2a1df1bfec6028c0385ec2271472919ced3"}',0,'BLOCK_PARSED',NULL,'725d1fb8fc3861410369ab8b3fbe3234b9e27022dcdd6baf830d82df5a447cec'); +INSERT INTO messages VALUES(1495,310581,'insert','blocks','{"block_hash":"baca309aa48d77563c8b563edf6fb0cbba1c155f5e26dca1d2bcc89dce14793a","block_index":310581,"block_time":310581000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'41c36f6f7eaa994c6bb006897446ef3dbe3f4e4082ff197ef9345a906dfa8474'); +INSERT INTO messages VALUES(1496,310581,'parse','blocks','{"block_index":310581,"ledger_hash":"c80607398016597eb99b309954a4ea5a1be11f0ef952015772ed69df81abbaba","messages_hash":"cca2854b663f11034193fb2e3eef4be9d47decdc59820b1f943a6136010fa8af","transaction_count":0,"txlist_hash":"41e4c8f8873eb0de43efe769bd6c77a3dfd0266db6e0a5def7eb7feb213eefc3"}',0,'BLOCK_PARSED',NULL,'88c03820f8871105ee94824cbed6d1b532ec4c76b35fdf2ad560c0ccaf6db803'); +INSERT INTO messages VALUES(1497,310582,'insert','blocks','{"block_hash":"08710916c8a006532a3c90eb7f9e07270be7f6c9d787e5d5f4bda22fa2e5e34c","block_index":310582,"block_time":310582000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fd0122b92155cd7da055d3d313e3579ccc7cd7ff8f561fbafc985565e249abff'); +INSERT INTO messages VALUES(1498,310582,'parse','blocks','{"block_index":310582,"ledger_hash":"6e669da4b0c2e8abde7d3169bf1205ad754f744739ef9302c2ba048c494db8ad","messages_hash":"82c3c4f6495c55f146845448eff33f33257b9ffa243950f674798e9986115a63","transaction_count":0,"txlist_hash":"7c39ddbf3ac44879893bcae707ada6d371412409ee67209150689973e6aeaadf"}',0,'BLOCK_PARSED',NULL,'0906c9fe5a9c8d5dda8bf762e51d3b37c50222023ff724ab02e1b4449e2d5227'); +INSERT INTO messages VALUES(1499,310583,'insert','blocks','{"block_hash":"22fa9d567a2e559c2f6b8d951340420df5e1bc5eaf5fbd6dee6c10e60798bfd4","block_index":310583,"block_time":310583000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'00dd0fde913f0c5e09596d7f115e88e95e30a1d9ace27541d354ef669d14be49'); +INSERT INTO messages VALUES(1500,310583,'parse','blocks','{"block_index":310583,"ledger_hash":"ddcc0fafc04105e9e89c2a9f61757736f95f9117e6558254f7e62e2707e0fd80","messages_hash":"e96e716bf175e311743d07acab7bac157a2be6e4d928a0a05e1d967cb6bc91f8","transaction_count":0,"txlist_hash":"127ed38601daee2b9063f8be8f2dac4c473a433f60e5e2beea1acbfdcb7d02e5"}',0,'BLOCK_PARSED',NULL,'df69e481df5e85ecb24edeb62873bcf36d0fccb8459accd7814df2a1edd2f229'); +INSERT INTO messages VALUES(1501,310584,'insert','blocks','{"block_hash":"db5a54107f56229edcb84410f79b18d41620ed013f0b51f6889a728663010d9b","block_index":310584,"block_time":310584000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dd84a842d81a473dfef8c2b2731343d253db602a2740ddec371f3bbd92ceef94'); +INSERT INTO messages VALUES(1502,310584,'parse','blocks','{"block_index":310584,"ledger_hash":"fa66c84a1a23e872a65533c6d6a206a2074dc8d4b7f4d690c85c08414a206531","messages_hash":"87fbce0137a80771dac3e3de4ac182f7ca37451343f11120c9d3df40acd95b9b","transaction_count":0,"txlist_hash":"40a58672ebd4353112c99ad33fa95b917ac27e73d88d3e0ad2c5687418e84c67"}',0,'BLOCK_PARSED',NULL,'6a9b76421d191ce1505e615301c343de26cdf525101ac101dc6217e04a15f6b8'); +INSERT INTO messages VALUES(1503,310585,'insert','blocks','{"block_hash":"a12f61691951107df80775a0d8e94642d242ecc70ff8678190f334256fc8decb","block_index":310585,"block_time":310585000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'17a014c9f38fca28cfcf392b35223bdf4d906f10e0c855caa8e2bcc16505907c'); +INSERT INTO messages VALUES(1504,310585,'parse','blocks','{"block_index":310585,"ledger_hash":"97a0a8905d82141006e94876fa07e5afdc9429bdef0c6aa3632823ccea918373","messages_hash":"956855216c0aace9303ac9cfae144ae1077193c91ca9c61a4bd5321734cb771c","transaction_count":0,"txlist_hash":"c3d758977e3f59d4fc7a23a9162eeca66f134994b676559650025de7663f9393"}',0,'BLOCK_PARSED',NULL,'d73b0328171b272fadb6c283d976edc66028a3abd230b5c208d1bd11f97090dc'); +INSERT INTO messages VALUES(1505,310586,'insert','blocks','{"block_hash":"c24fde1785a09cdb7279d4a6328ba9606d7efbdf5d907a5754b26af490ed37a7","block_index":310586,"block_time":310586000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'990783b147cd19aba8f7e3285b5476036e3d2f57998e1a10e47b729aa77ae7f8'); +INSERT INTO messages VALUES(1506,310586,'parse','blocks','{"block_index":310586,"ledger_hash":"c9aedd1fd8d2470989b8bb3f2a3314882d1de104e6580e78c09b9ccc88d0a746","messages_hash":"54ea2f7b1c1294768261872f423fa45b766c88b05baeeb72b9b02ad2dc3e6580","transaction_count":0,"txlist_hash":"7a3dbce26cdac9f6c8f2e843d811cf7b95006860bfc571922a38e553f1563e17"}',0,'BLOCK_PARSED',NULL,'42a1866bc5284a029e4f83b9749ea045bc091b9a9c312871c5f3369c6f700185'); +INSERT INTO messages VALUES(1507,310587,'insert','blocks','{"block_hash":"6fc7eacecf09f9a15212a7ca52cece2438c1d6fe4df61edd36fa82cd0ee82baa","block_index":310587,"block_time":310587000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8c04ccf85fdece33ca11c2bba208747eaeef75b54a06e6f42971c52c5258aa77'); +INSERT INTO messages VALUES(1508,310587,'parse','blocks','{"block_index":310587,"ledger_hash":"a066bad7ce4659edd40b59bd487aebd6078db40a432e4948915b2a4ffc92a1b8","messages_hash":"ee06173e07ffcf4577aabc987233e8fcab576883238462b1c82f7386d85703b4","transaction_count":0,"txlist_hash":"0c7fbb14a91e67f4b721b1326901124fc49239d5fc53b200d09dedc2022eaae9"}',0,'BLOCK_PARSED',NULL,'e05f3459de60eda6674e52aa5e61baf9cd81ab3bf388cd624894f0eb1c994b89'); +INSERT INTO messages VALUES(1509,310588,'insert','blocks','{"block_hash":"d758bd6b4eb728922d4f5f766481b7ba1fd6889cfd047bc6356fee12328457ff","block_index":310588,"block_time":310588000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c327b8f734462497ea99761d9e079d75acec461e591caa66e599b12e0941c6e0'); +INSERT INTO messages VALUES(1510,310588,'update','bets','{"status":"expired","tx_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef"}',0,'BET_UPDATE',NULL,'a194e40a0796ebc51f5d772e0715514aefdaf9af7617c16afb65edcbffb50f22'); +INSERT INTO messages VALUES(1511,310588,'insert','credits','{"address":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM","asset":"XCP","block_index":310588,"calling_function":"recredit wager remaining","event":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","quantity":9,"tx_index":0,"utxo":null,"utxo_address":null}',0,'CREDIT',NULL,'7f8d179d7571593bf9b7bb72bd6371f16bb59c25c09bab28c71a5b2516a91e79'); +INSERT INTO messages VALUES(1512,310588,'insert','bet_expirations','{"bet_hash":"41e821ae1c6b553d0fa5d5a807b2e7e9ffaec5d62706d9d2a59c6e65a3ed9cef","bet_index":488,"block_index":310588,"source":"myAtcJEHAsDLbTkai6ipWDZeeL7VkxXsiM"}',0,'BET_EXPIRATION',NULL,'5d1ff641acaf2fa3a112dfea2972e7eeeddf9c00abcae9c2384defee4cf080b9'); +INSERT INTO messages VALUES(1513,310588,'parse','blocks','{"block_index":310588,"ledger_hash":"54a2c6b6a4dd9bee59ae9d6c5c36bbaf29d2e611b53198b709f627473702ba00","messages_hash":"4964f48dac62f7e38a8610554474647eaa4694cc7649a7da82c30413e3f04923","transaction_count":0,"txlist_hash":"57728306612265fa9dfaf5a1222e4f26e206f78754c6064a804f6fc11019644c"}',0,'BLOCK_PARSED',NULL,'30907e79bc006e882c502ed49b4ba65b8e3c90b8d8acc3f75d140b08769d6831'); +INSERT INTO messages VALUES(1514,310589,'insert','blocks','{"block_hash":"4574c3f408ae39752054a278d5b2f207153f2d55e5ed9278610285caedbfb5da","block_index":310589,"block_time":310589000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fe7858f3afa7270af4db2384146c6f6f505982dbf2039c466ea26dccbceb64de'); +INSERT INTO messages VALUES(1515,310589,'parse','blocks','{"block_index":310589,"ledger_hash":"3a2deca1e1afedafe86dbc78240be149a9dc74f0601c24f84b3fd58f885a310c","messages_hash":"fc9b5d8c3bb8049380b8470d97ba588f0366fd4cf4cb45facb891ea5cc696b10","transaction_count":0,"txlist_hash":"f5639afa9b3acb1eed68c14adbb9f319af6b47013a04f33dd8e0c81e12d87390"}',0,'BLOCK_PARSED',NULL,'bf38ac7ed6d3b410f5813537730b5bd3495f2a3507c8b898b7954bc2774bc7cb'); +INSERT INTO messages VALUES(1516,310590,'insert','blocks','{"block_hash":"7a0fec7523698e15240595c867317fd889c109930cbc688e120af4b990d655d6","block_index":310590,"block_time":310590000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'44204d56c1370e102dba8a6c60a0ea8cc48a234ae4e3e270eb248ce2ef6c35ad'); +INSERT INTO messages VALUES(1517,310590,'parse','blocks','{"block_index":310590,"ledger_hash":"a5927fead4765d973bb3e669d449f285c671d1bc8bea30fdae364bdbbfff9f2b","messages_hash":"ee348f680458a36f19c5819446989b322566ccae85fab1f635251b3f8d421257","transaction_count":0,"txlist_hash":"e16f9be72d28f80fa48dd8b17bb410f6151c5d0042db018d83f90a5184aac6aa"}',0,'BLOCK_PARSED',NULL,'825b2af97fcbe844d9d2e665e0b212974aa6db7e205c2d54445ef2c05741ca76'); +INSERT INTO messages VALUES(1518,310591,'insert','blocks','{"block_hash":"9824fbb407efff28304111890e995bf3c350f965fb2ff6df988d9a4c8ccd8bf7","block_index":310591,"block_time":310591000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6cc5c7478fba0c2eb91b8f8474eae2d7e8c48fb80c8fb72096f814c5aac6151e'); +INSERT INTO messages VALUES(1519,310591,'parse','blocks','{"block_index":310591,"ledger_hash":"b2a9b6de9aff83db9a6da8870a96d9be72f7664e5e4d9e2e126311ed5f37d75c","messages_hash":"f166cd40bd67d508716a167057e732db7812a69813d88303cc1091934041cfdf","transaction_count":0,"txlist_hash":"0f42b1ed55afa071e3aa36c776ccd329e9d9cf9d859a49b3d48ecd4b246ad3bb"}',0,'BLOCK_PARSED',NULL,'5eff649567545d31c22a94e8203d1024eb73d14c9999628b72b9da104487a6c8'); +INSERT INTO messages VALUES(1520,310592,'insert','blocks','{"block_hash":"d6adfd9b31ef935e54670c6335145a3b7f57b14f7c028c2467d352e1c5fd4cc3","block_index":310592,"block_time":310592000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6001bab88eb8195340eee005f1bdce5be8d67720812887c61dff623207abc302'); +INSERT INTO messages VALUES(1521,310592,'parse','blocks','{"block_index":310592,"ledger_hash":"b9be7f33ed5a5191b645231e7ee9c991634d0e4a5f7fde42c0a0ba5a92a57692","messages_hash":"217e0bcced4ac66135d892818e7a2e3e2de41623d8f7b6cb1d4831728d103cb2","transaction_count":0,"txlist_hash":"3b30119b4746653489c81223f649e5827709561a8077091dd629fe534994a6ea"}',0,'BLOCK_PARSED',NULL,'66d269cbf0939be5977d61287d0a77932a3bba753860f4fa2b26f499e8052999'); +INSERT INTO messages VALUES(1522,310593,'insert','blocks','{"block_hash":"97931b3dd08a38f192b673f46ada9365fcbca0b1f63a0a5989f6861062f9c22b","block_index":310593,"block_time":310593000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'fabcb7fc1bc11a9bad0172b13924e08addffb73cf76a5238b5cf4814a5bb3f5d'); +INSERT INTO messages VALUES(1523,310593,'parse','blocks','{"block_index":310593,"ledger_hash":"b5a4e0f1bd88626f5284ca92f743bf15fc96608b614217be25af7768beebd8ff","messages_hash":"29784e47bc50a21df365a5ebeda910582ceaecb6da74396421b802d2f6e00810","transaction_count":0,"txlist_hash":"c2c5e16a3e2c5de442052d200afc4a347a2a32e3fdae450860ca95e00c691db9"}',0,'BLOCK_PARSED',NULL,'33a3212afc63a48dd297a7fb4c6b2e5d3c77d529bb22261f6bf703cedf2c3e32'); +INSERT INTO messages VALUES(1524,310594,'insert','blocks','{"block_hash":"f8146455e4841830c1bc2265c8f4c8972fbe46a1db89dc0dbf804d1a10bd9015","block_index":310594,"block_time":310594000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cc3d6cb9b3328d7dc27fa02b7a485f2a799873f253f99168c5c95185fd926ca1'); +INSERT INTO messages VALUES(1525,310594,'parse','blocks','{"block_index":310594,"ledger_hash":"65da7797adc2f50f2df94b46b63f33f6c848c43051e42291a9f32e3e0d01de96","messages_hash":"2cbda436c7c202baff1796b8fcdafadfaac2243f5fcebf14b29d6cd70fe726dd","transaction_count":0,"txlist_hash":"c135cf2f1a40138571869fa990971bce8ccbbcb4d0c6f8e7c83d00312c28fa15"}',0,'BLOCK_PARSED',NULL,'9910fd89515cbe6ec4d2ae9dd793eedc3694bc8c55f8ee5e39f35c365984cb7c'); +INSERT INTO messages VALUES(1526,310595,'insert','blocks','{"block_hash":"0402e45e9adfbb711dcc3a959e07fb2b15082cd724943cb323892cd3a5ac9d66","block_index":310595,"block_time":310595000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'359ee59884afaa5cef64383e57f3e425b7f541c0c86e1afbf7147901f2fb30e0'); +INSERT INTO messages VALUES(1527,310595,'parse','blocks','{"block_index":310595,"ledger_hash":"2302d8d72feeaf0eeb4693c05553e0818f43271a71a1da4c45541eef07cc34d0","messages_hash":"d989b4d8a1d51b1008ed5668faf66ee8658a4839d0af3a0039fca723de00f8b6","transaction_count":0,"txlist_hash":"4aa5f377f2d569d0a895b9dcd719bfc4ecc2c36bda446979b60c85e0f1f77b87"}',0,'BLOCK_PARSED',NULL,'4e659f0892d7720a012cef9b192d93ebb90ebcebaa504fc15abc4df851be96cc'); +INSERT INTO messages VALUES(1528,310596,'insert','blocks','{"block_hash":"1dd4393d2ce505ecff715945e55c1bac040fae5758202c1bdd9c8f67c4d3f688","block_index":310596,"block_time":310596000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d25767be5354d37a0b91bf05cd09f9d19f6df23f8d4d927789aaced711abedc1'); +INSERT INTO messages VALUES(1529,310596,'parse','blocks','{"block_index":310596,"ledger_hash":"c4e462ed82d9877f4c1daa4e066357d8c8f7a50b05b22eb3b4290b739864d644","messages_hash":"ec955bfc43292b8e877fe233658b6edd63c52329706ea2cbc0ca2f40c61af128","transaction_count":0,"txlist_hash":"2631c246a6b2fe1b242f91eae2fa24271b2766d239fd0e6eb70a4658d2d33566"}',0,'BLOCK_PARSED',NULL,'ddca99ec4975606117729c29869e31a9a1de079a626cf9942d3888e912a68e71'); +INSERT INTO messages VALUES(1530,310597,'insert','blocks','{"block_hash":"490dd65dd932906cc5da68c8b37dcd2827a261db1f32c622aa33ceb6000a79dd","block_index":310597,"block_time":310597000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e57af2ccc7e1a9599755debde3c53d234c203caa1ad2a0bb660fb6685ccbdf96'); +INSERT INTO messages VALUES(1531,310597,'parse','blocks','{"block_index":310597,"ledger_hash":"ac154246a879f370f6bb044735f128b4085b3b9e17ac71a4e0deaa60f8d93619","messages_hash":"a8416371358fd3854d15c4cc30af6338c4fba7ef000334ee24c4344337e17772","transaction_count":0,"txlist_hash":"c8b03ce3549dd2239ecccc63044c37e9646f4a8d62ec0caae79725110c7ab13a"}',0,'BLOCK_PARSED',NULL,'2b83a1d96c0fc8985e0ef390d6e9251391976d1b99ad098ad9cc7bd72d3c8328'); +INSERT INTO messages VALUES(1532,310598,'insert','blocks','{"block_hash":"8265b2da5687b7848f740cbbffabc564923b47242e3d64bd058724969323f44a","block_index":310598,"block_time":310598000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'85968fc4b8005689819d16580cb964fdc4b4dabc38d246d378926b4ce8330273'); +INSERT INTO messages VALUES(1533,310598,'parse','blocks','{"block_index":310598,"ledger_hash":"631805dc233444a9f0824dd5fe2bc291e537311db5f538a92dda1ab85d5bb170","messages_hash":"96fcd2d1b47bdb4dbecd2c4e98c47f2affde08383acf40da562843a2689b7590","transaction_count":0,"txlist_hash":"127d5b82573477ddb4b019b3bfbd7472fc721937b97af44274c4df0143f548c2"}',0,'BLOCK_PARSED',NULL,'35aa62ae9b180c003724753a40d2a2ad685e2cce145b2291f2dc0cbd82b193c3'); +INSERT INTO messages VALUES(1534,310599,'insert','blocks','{"block_hash":"71c5bf880161d3c13b2fb887d3d034ffd62ce1962ad91036b75241025baedeb8","block_index":310599,"block_time":310599000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5fa3292192b8fa44762c4b738605e7c0123df7a339ad3182b49ea76351212b0a'); +INSERT INTO messages VALUES(1535,310599,'parse','blocks','{"block_index":310599,"ledger_hash":"eca47010ad3e1301875c258ea960008901e80b2e131ffb47ddf83407e8b8c269","messages_hash":"ee138c8ddd772b8723a99078462be21d782370fe5c83eba78131f84401ad8d16","transaction_count":0,"txlist_hash":"ead7ed3e9ab625f9b5fa936eb455f0892c8c3269e6a4b7d1748865921e35cd28"}',0,'BLOCK_PARSED',NULL,'f620960ed7cd77ec7a73c1a6c42cbdf3a5b635e7d08fdd8e200fe7f05b3c955f'); +INSERT INTO messages VALUES(1536,310600,'insert','blocks','{"block_hash":"f91274374a64d9fabc3b57d401524d00c7559e7277760df594bd856380b7743a","block_index":310600,"block_time":310600000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'62c005ea5fad9b4452d70618c42a435765b1e2936bf74badd5b8ea4179d9595f'); +INSERT INTO messages VALUES(1537,310600,'parse','blocks','{"block_index":310600,"ledger_hash":"5dd3b16a0f3463c884efd3d7ae6838bf9694cb11fafad7db51e624454bbeb85f","messages_hash":"109492b58db04b0a8b89c66e8177a8199ebaae4a4b036e9232262179af82259f","transaction_count":0,"txlist_hash":"9bd05e0e41ea7bba1848fb3695c4e3f0ec5e91e4b04f39a71861055e2432e367"}',0,'BLOCK_PARSED',NULL,'4e5fb872d9b6ad4bc69d062d859f2d628514a16d9df46c33f07e2244beedad97'); +INSERT INTO messages VALUES(1538,310601,'insert','blocks','{"block_hash":"7fe9c0f4363e78dda78e932fedab2043c79dbff404e542d13913f3cfe98509cd","block_index":310601,"block_time":310601000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a789bed552b07969f526e3d4812e2e4014f03af120d4259b8a5d57e7a0d37bca'); +INSERT INTO messages VALUES(1539,310601,'parse','blocks','{"block_index":310601,"ledger_hash":"fb332eed5a4976c89d6547bde8f4291ee5ceb386f552e143b28be6987af89a6d","messages_hash":"b037f356d1ff5fa5502e0ad5994a7be2c47ab74507bc83222d885e844c197e30","transaction_count":0,"txlist_hash":"a37a1b3f2bea7eed49671390f4f3ef3d247f7b43ed729d907aca2a33b3b74708"}',0,'BLOCK_PARSED',NULL,'0c5cc5dec89f50dd945c0b175a682246b2bd92daf9ba3291b887cb554de63ec9'); +INSERT INTO messages VALUES(1540,310602,'insert','blocks','{"block_hash":"c7ef51e67a29cf83317e0ea235c1680749d256a9c0870e560560bd75de63efe2","block_index":310602,"block_time":310602000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'efa66916e889ed82c3f51daa39f40d5f9db6ee3ba345f976993c5e9ce425f588'); +INSERT INTO messages VALUES(1541,310602,'parse','blocks','{"block_index":310602,"ledger_hash":"a8b4513ffc113883baacc3863604cc44bf47bf12649e40b243732a42213b53fe","messages_hash":"ea8b47ad4a0290bd92d2c54a4fb57ff3cd9f22b44e0a04554e94fdd326a964e9","transaction_count":0,"txlist_hash":"70a2bf2a11e98425592b97a87db6c2a0ba3902fba27b0ac880d1c45e622a9935"}',0,'BLOCK_PARSED',NULL,'99ab5630a85c53535d7dd077cc84b18ae1c5ac7ed5d4bf1ea0550a77a7d799ab'); +INSERT INTO messages VALUES(1542,310603,'insert','blocks','{"block_hash":"44ae66cad2a5f9beff6f9164db3055de3c1e953a3d37a73fa650c013d16ef05c","block_index":310603,"block_time":310603000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ae4394f8ed78d23e2bbd18dee8bf8ee004b341837416e55b7c8b7d32a6a6fff5'); +INSERT INTO messages VALUES(1543,310603,'parse','blocks','{"block_index":310603,"ledger_hash":"cd4876367b6b48a9b3ffd6b7760bffeaad4a8adb642c0721d01e5e49472423f1","messages_hash":"28365604aa0ca677971bf7bc0fd0ff492d8d9b335af8b2b17389fc1163419c4b","transaction_count":0,"txlist_hash":"88651ad0329928c0f35fa1465d36242243236ee4b6bb65ed6eae2621c9b3de4d"}',0,'BLOCK_PARSED',NULL,'490b16b8327898c98f6cbd11499bf3c347f166ec3d908069d0c1a8a56fe9537d'); +INSERT INTO messages VALUES(1544,310604,'insert','blocks','{"block_hash":"36751b935b0c18b816f86d5a2ca16469a46ea41bf002abde994d15597ae9665f","block_index":310604,"block_time":310604000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'76fa970dc2f39507584812bbc1bb0bce7f758a7d9d46ffd5c16c2e3026e21770'); +INSERT INTO messages VALUES(1545,310604,'parse','blocks','{"block_index":310604,"ledger_hash":"362da131eac81f46723c8c6306e05c8cb7d6a07da011313243551e54a20d9551","messages_hash":"1fc584291f2975b4ea678fc4b6f53790e34e3b8dc5ccdc660bcd0680dfdde2b3","transaction_count":0,"txlist_hash":"0e405fe5f5cf90ac88266c8fbb1558530867edf712fd68d67703d91685a534a3"}',0,'BLOCK_PARSED',NULL,'7c2ae6664ffe35974106d6df1ec57123615d43ed7febe60d875b38344f43788f'); +INSERT INTO messages VALUES(1546,310605,'insert','blocks','{"block_hash":"ffa6edcb68ee2bcb93f121f0a1cb1012559f2e38752f45034b03deb8c8947aa9","block_index":310605,"block_time":310605000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b1fa9892a6bcc95c226b6a1799e034f0f08a161542d4ada0c9c069bd2f7c9247'); +INSERT INTO messages VALUES(1547,310605,'parse','blocks','{"block_index":310605,"ledger_hash":"e40aba981f793b1503e3391755c2b2d0a1242302ccca7a58ed2a7d56c38a395a","messages_hash":"29326efa054d7543b9a31d09850741d00e6cfcb5a7234e851e0360ee1fb5cd37","transaction_count":0,"txlist_hash":"c6202f3864835fc2a09ce734a7123dd0f4f0b12fc0be57343e6cb2c261956839"}',0,'BLOCK_PARSED',NULL,'e0281026cfe4b9aa27e791ef4b5c94d88549e5ee325a0d1a25b51f48258aa1d8'); +INSERT INTO messages VALUES(1548,310606,'insert','blocks','{"block_hash":"9f9e9673b0b0fcd2730c3fca4c241b6f506ac17f7768eb40ae1642614c4be93f","block_index":310606,"block_time":310606000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'064c7341328ef7963da93f6ce0db6ae4839408cdc12212526ed598485ce106b3'); +INSERT INTO messages VALUES(1549,310606,'parse','blocks','{"block_index":310606,"ledger_hash":"906702b423c95eff42ea235fbb74d36f104c5ec14bd693dc5ad1135650beb72b","messages_hash":"1a7218f7f919092189203fd9212a1b8c172944751da0a4a6f2e9677a53e2bc58","transaction_count":0,"txlist_hash":"67c2a801aee0640c1032d9e0ded829a73c8f2846e80cbc30ba3154906771544f"}',0,'BLOCK_PARSED',NULL,'e54105395a1ac7bbb6b2553853a68fb3e0e3b2cc2abecb9a1b5ca7f8a122b323'); +INSERT INTO messages VALUES(1550,310607,'insert','blocks','{"block_hash":"ea8eb241c2a5eefc21de5385132dee695fdd7a496679935c4de015a18c2a116d","block_index":310607,"block_time":310607000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e304137b690788887c8e5ff414c74efe2074d59874935ef156de5948f8d9e0ee'); +INSERT INTO messages VALUES(1551,310607,'parse','blocks','{"block_index":310607,"ledger_hash":"a95a60e30c067ae04133ee9c3ff1c8b0c18d6a97fc4c6d68c6e963e45d17e5bb","messages_hash":"2cd4b11576b8e2c7e3a885ff99874baba5ddcd3048aa82965bed0e4c046b2c28","transaction_count":0,"txlist_hash":"5a0f86f77b148971f403aabd94a3dbafba9d10f762bfabd775e162e98bd46550"}',0,'BLOCK_PARSED',NULL,'fceb712f40786a1abf308f878497dd7c5801901585084ba648d28cd2a99c50a7'); +INSERT INTO messages VALUES(1552,310608,'insert','blocks','{"block_hash":"ab7b08803f979b35074aee71ce1b0f68bf535632798ffb7c5c5483ef5a16f846","block_index":310608,"block_time":310608000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'0c6300731907c2153e7f640b384190e44956f7692f159383cb8d2ca79121a631'); +INSERT INTO messages VALUES(1553,310608,'parse','blocks','{"block_index":310608,"ledger_hash":"0b831e03817cabbd685362e674df5bf350cd0e785e7cbbc34ac30de62b030947","messages_hash":"4ae399e1434c99223a15a0e8c16801fc8379b50a3ae0920259e03b39c9526559","transaction_count":0,"txlist_hash":"1ec8414b99d9fbb3c11d03c97c3ee178d2d8a4ec09ff3de41c1ce0faae349c1e"}',0,'BLOCK_PARSED',NULL,'33ab830218fe970a702918ca19bc5758fb7e886e01a524bfeefec6cc564cec0a'); +INSERT INTO messages VALUES(1554,310609,'insert','blocks','{"block_hash":"83dabb41813634b8dd95b45762989c7a77492fc2ae38b5d0d098fd3fe9946455","block_index":310609,"block_time":310609000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'489fa80d5090b369322fef81a7b9eb1d8b03199e2a5e8a9e5bc9d19956484490'); +INSERT INTO messages VALUES(1555,310609,'parse','blocks','{"block_index":310609,"ledger_hash":"f334802421429a373eb79907620f1ecdfbf87c136d4a6751885b6cc7d181617b","messages_hash":"8c4f040db1ec18daf3ec8ef8b7111040c0e2fd705f8fc9d8c1aa1b65187e34f6","transaction_count":0,"txlist_hash":"a53e89cfa1fcbb1b78fdcaa1d24bb9ba135ad8a93cc1959d347663033cebd156"}',0,'BLOCK_PARSED',NULL,'0264977b64863d314fb6a65781f3fa2b2aee3a003cf259810caa073d83ef34e6'); +INSERT INTO messages VALUES(1556,310610,'insert','blocks','{"block_hash":"f1372a9d1069265cafe8a06fd5ed5493d7b45f2c2588c0eebf8960c7fb53b7b9","block_index":310610,"block_time":310610000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d1d59b7184e7ddda6c1a10de4f437b86d708ed130167b7a8c8aec4737277ebed'); +INSERT INTO messages VALUES(1557,310610,'parse','blocks','{"block_index":310610,"ledger_hash":"89596e459bfe8b29cde3f1b20703fc60a9931ece4a1d485311799da35458fe37","messages_hash":"c52104ae60218b7a6a41212f6f63db925d7a3c6347a188ab44c127a1165a5cb2","transaction_count":0,"txlist_hash":"94551c032a87adc47cb40b3517976a137a728b4fc9404ba24e281db81589ccf3"}',0,'BLOCK_PARSED',NULL,'b10db13497ae08565774115deecf13efff667940444bf84c0b306934cecb81a0'); +INSERT INTO messages VALUES(1558,310611,'insert','blocks','{"block_hash":"6d88122546a07e75804a8c89225b63cdf5fa1a306b0eb720def88aa00d927d89","block_index":310611,"block_time":310611000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4962a1785c278c3d3b88c36b8d2dceab37c1d0ce27f73aee60be26e5226eb036'); +INSERT INTO messages VALUES(1559,310611,'parse','blocks','{"block_index":310611,"ledger_hash":"40eedb60df35837cfdfdbca01edd453b09e608959cd29ddb23705a5dcc72b174","messages_hash":"01c734c401136f2c4614f1c2485296d770bf31a966163fbfbde6088c805b5035","transaction_count":0,"txlist_hash":"fa5ad0dae26b4b8109ea5e9e84cce9fc72780a5ead7b48f2bf63c32a9393bb88"}',0,'BLOCK_PARSED',NULL,'14e30203322c6673dafcc3666906e3c4a9c983db363413bb85ec9733b00e426d'); +INSERT INTO messages VALUES(1560,310612,'insert','blocks','{"block_hash":"08df9f68813183cf897db14100b9d6399678437338edc8578dd4998420a3c0fd","block_index":310612,"block_time":310612000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e864f086d6415fdd19b90cc8733b75662e79bcbdfca282ea06e656120f9f3810'); +INSERT INTO messages VALUES(1561,310612,'parse','blocks','{"block_index":310612,"ledger_hash":"9f5d9d43831d8c6d64daa12c369883cd93a90a580a3ab51bfe64b06c0e8d1791","messages_hash":"cf282ea658b368c61ff80f317377bf663ce91f7aa8b24d130f823d73c68af640","transaction_count":0,"txlist_hash":"1d369ed9b03c1ab3237dbe1294317ee95ceffdb2d8e3c9bbbfe69541eeec30a4"}',0,'BLOCK_PARSED',NULL,'99fa12c330be0659c6701752a6000dc739f0f11a13b07d9d4d4e9805158bad66'); +INSERT INTO messages VALUES(1562,310613,'insert','blocks','{"block_hash":"c22021c5e4fd841a5f506df91ae88a4dd0b4edb5c98e6c5ab7ba9ddd8cd0cb53","block_index":310613,"block_time":310613000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'53948234038e8c1bce709c3ec09e874fdd0850b3143bfcfb6fa4893d1a60c7bf'); +INSERT INTO messages VALUES(1563,310613,'parse','blocks','{"block_index":310613,"ledger_hash":"7e58bf9c1a4be983c308e86c7663e6f6d7ebcd3e16862cddf8a3568040bc1d7c","messages_hash":"47270c6f0e5946f46695497a0e1a6dca4ac5697843c1a68e36ce229372a3c72f","transaction_count":0,"txlist_hash":"eae680a9229a73a6a1cdd9628f74d4a51e4f9a89b202f16dcd5d649927bd1f88"}',0,'BLOCK_PARSED',NULL,'8e6fccee6fcaf22aadb35922c2db35d5044711c590cdec86611ae3f0aa26594b'); +INSERT INTO messages VALUES(1564,310614,'insert','blocks','{"block_hash":"e20f3fc33885662db862e5f1aa53044b4136e0097e7919f071a0f802c9f9436b","block_index":310614,"block_time":310614000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e91e756bf73343f0956e454d05c1a3fff33c103e80f13890ff6d7bdde096aed8'); +INSERT INTO messages VALUES(1565,310614,'parse','blocks','{"block_index":310614,"ledger_hash":"513d4716dc11daf78f1dddd834a8789fd9e2f424ad45488140043bae55bfc135","messages_hash":"7f48351a7c504ca3a3f2c14fa176c18549983711a8c88e1422d2e34631713a7c","transaction_count":0,"txlist_hash":"513e81b558286e5b61e9d028839c989e4653ea2f0fc5f4d3ee3687821950d916"}',0,'BLOCK_PARSED',NULL,'1aed1bda6d06044a60b9c6490c28c12751054407bbf806b783788b9806f3e44a'); +INSERT INTO messages VALUES(1566,310615,'insert','blocks','{"block_hash":"fd437e201cc2338bd936bc84f7baba6d100332926bee80f785f9f7bba722c5dc","block_index":310615,"block_time":310615000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'696dd0f8254fb46e8bd65bc334a7e5a9f5a5a460291786524aec5512edcb8b42'); +INSERT INTO messages VALUES(1567,310615,'parse','blocks','{"block_index":310615,"ledger_hash":"58d7bc8c4b87c4bd7b09ae1ff632f97356b75a16d982cdb980c38df353506df1","messages_hash":"914a37c4796b20f8cfbd65927ad6414b0ba483fb641123965f574629342fda45","transaction_count":0,"txlist_hash":"93253841426140b47ea7a8da501dd740345388b7e108fc173a2d17e5e1b434bf"}',0,'BLOCK_PARSED',NULL,'5d463c4109d5df284c1a723da4c99a948ee03ea6a7ed6fd39dd80a3a319a7d76'); +INSERT INTO messages VALUES(1568,310616,'insert','blocks','{"block_hash":"008b25e6dce1914cecb91055f1bf5d77bf0be6f98b89ff06bfa41c193a321d84","block_index":310616,"block_time":310616000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c5775ed3fac9cd8c3e5025722eca08ebc450ca54570e61623bac72bf252c056d'); +INSERT INTO messages VALUES(1569,310616,'parse','blocks','{"block_index":310616,"ledger_hash":"c414478432d3ee574e2bb6b63c261901c391de55d8f024929c289f6bbe017f6a","messages_hash":"169928f2b82cf2a6fea9f2fc3e1979fdba539dc21e3dd646f11c78fac9a47a9f","transaction_count":0,"txlist_hash":"bb8c4c6eb421ef6b2d10cf6ec17a4b480fb0c320d20533d97c231869ef5fe5c1"}',0,'BLOCK_PARSED',NULL,'89d6b982aeb4d434ec66d6ada9d8a1919394621e056e59fc23332653c5328bb4'); +INSERT INTO messages VALUES(1570,310617,'insert','blocks','{"block_hash":"cb54e04a81c8bce7eea1866cf83b3f3fc8d8332fbdb41b242cd0bc38ff243c29","block_index":310617,"block_time":310617000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6bea4a388163c5631a09e513d5ac5268a05c0c518362d35b1f060d60d8a95616'); +INSERT INTO messages VALUES(1571,310617,'parse','blocks','{"block_index":310617,"ledger_hash":"67693f9cc7a1ccb36accf65b49c7ff41a9a9da0493ba23ea5ad7fa47a12c0bc8","messages_hash":"d186d293fa62d80ca2a4f9b769431ca2b21627bfc0c038aa7d4058d735382cbf","transaction_count":0,"txlist_hash":"55c8045876c57180b266a02b3ed31042b4258b173c785827cd8129942dc622e2"}',0,'BLOCK_PARSED',NULL,'13c93010e1bcfb4491496a879335161c21707b8b3c6424af518aee19b5f3348e'); +INSERT INTO messages VALUES(1572,310618,'insert','blocks','{"block_hash":"f9bbaec16de49df3e5ae9af5949a283789c143078a31ed80dd1c22e35d9ff70b","block_index":310618,"block_time":310618000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'048ad81f5b540d79c0a191571d0c4760bed3be9a9d3caeb1e5e7eff7ccc99af6'); +INSERT INTO messages VALUES(1573,310618,'parse','blocks','{"block_index":310618,"ledger_hash":"133ed55f76172aa6eb01f1e357ccc1fe7b816d959ac21a970819439a3806267a","messages_hash":"7d2c2e7709f3180b3ff804a8034813b6a15eddc1a380ad653fbeb0c773630794","transaction_count":0,"txlist_hash":"0c564fd85af94c47abab11a9065e79569a74339216de023368e2df41ceda9547"}',0,'BLOCK_PARSED',NULL,'fa261dfbfd9165fbde5361190dbaf041242f2d70e1442cd8cfcdbfc90e2849f9'); +INSERT INTO messages VALUES(1574,310619,'insert','blocks','{"block_hash":"4c02eca877e9ed946d3b839c08717d48cfa08366f42f8bd9b84d60b20b34826d","block_index":310619,"block_time":310619000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f72a6c03fc02191847a01becce44176360569cb1f7040c0ccc5b756ab5d7ec05'); +INSERT INTO messages VALUES(1575,310619,'parse','blocks','{"block_index":310619,"ledger_hash":"a25b716daab93db3e3dd4721e9b7ac7176aa7735e61f5ed0e4572d443710907e","messages_hash":"c4593aaa580aa45845a2b253d730b887e031542f6dcc6079e29dd2f315696eb4","transaction_count":0,"txlist_hash":"eafddc5cb4164a09b4684c1a4761d282963e60c52cac7d2c54ddba5bd9b4f41e"}',0,'BLOCK_PARSED',NULL,'782ed34290530dafc2061f51dd385eaa6be4b3046b99bdcc92e733a8cc4dead3'); +INSERT INTO messages VALUES(1576,310620,'insert','blocks','{"block_hash":"98120d1d59fd5782e6aeaa785843b42351cc656f59ce10b76f7597202ab54519","block_index":310620,"block_time":310620000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ba74d40c6b1434101ee425a2366f6e85f8c20a63acb767f8d81b06bf87fbcaf8'); +INSERT INTO messages VALUES(1577,310620,'parse','blocks','{"block_index":310620,"ledger_hash":"b029d5f5114d86ed6ea9cbda595db6fcef3b5090a32138b3fc941205324f3909","messages_hash":"0eec183d9351cb1a1ce2e0499d0e6107ee7875da1889a8923894d8d1206f2dc3","transaction_count":0,"txlist_hash":"4b8e95a0eb1d5c8a03a81f89c37932eeffae66aaa16221990d4c793bdead7ece"}',0,'BLOCK_PARSED',NULL,'03a0addceae488171f1f539a12d38c7feb4bd7cb1d724053e7b3a3df677988c1'); +INSERT INTO messages VALUES(1578,310621,'insert','blocks','{"block_hash":"1f1a7124acef608c0effa6d985dee5fb44a42035d310c390512519dcc004cf11","block_index":310621,"block_time":310621000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c2e2ab0c215e4ea7baa5f683b6df8be168a220f7061588b9a1686277015ac8ec'); +INSERT INTO messages VALUES(1579,310621,'parse','blocks','{"block_index":310621,"ledger_hash":"8968441bf5fc191104a02c55d4ddb8af263868a218d95ce83cda4730f9c36b46","messages_hash":"36d6fccb452879485d24b2d37239af9f01f34629c77b921cf7f0a97b14062c23","transaction_count":0,"txlist_hash":"8ae9fe8eaaeffc4a8054d13f9d08224af9465335f7ff3c79beb22de9a1ee9bd9"}',0,'BLOCK_PARSED',NULL,'f144e1f11c5342202d54cf084d714c5541c36be52203e67adbcae3c9ca6910d9'); +INSERT INTO messages VALUES(1580,310622,'insert','blocks','{"block_hash":"3088fa55337f70b4b67b9ec09e4121f30df45211ce7fb248352437630298bc47","block_index":310622,"block_time":310622000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d96b43aa5002b43a3368fecb50d70f01824bdf30ee3685d1c1fc16d55484609f'); +INSERT INTO messages VALUES(1581,310622,'parse','blocks','{"block_index":310622,"ledger_hash":"3e766bef4f1951fbe512767ee1d549825cc02a0a209eb8aff5cfd4bed3e49432","messages_hash":"013467503c34b8d855fd9455cb30bb4da0b00ba7cf530883e51b220043d2794c","transaction_count":0,"txlist_hash":"ded66ea4520cbe7915c1f457a82e07756654c05fe5f3ed114f17c0ac735c1e1a"}',0,'BLOCK_PARSED',NULL,'e0a90d15eda8ae86e6de10d3ab45d5d4c233bd29555c2664f62f90376e839226'); +INSERT INTO messages VALUES(1582,310623,'insert','blocks','{"block_hash":"817efbc8f182833c8d19ef29a7b806d402f4fce3d76de1c099c3199b15520dad","block_index":310623,"block_time":310623000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2f0c98ac56a4cc660878e7b4a43067488b64c8737b413221544a058d189beb74'); +INSERT INTO messages VALUES(1583,310623,'parse','blocks','{"block_index":310623,"ledger_hash":"5efc1eb5e8d19664e3fce1b4c0ad29e0794c796460729e9e65cd9d72847b0066","messages_hash":"c214f11536fe6bee1a31d12bd976cf5c9316ca97273924437ca4c038ab84bde9","transaction_count":0,"txlist_hash":"8e42fbe6b54251a2878556a353c4ac3b78ddca4e44eaaac94826f4acc04064f6"}',0,'BLOCK_PARSED',NULL,'c8b139b6f69ee457b3b3ec0595a2fe4a3f3b5be1d897cf76356d396e7db5df40'); +INSERT INTO messages VALUES(1584,310624,'insert','blocks','{"block_hash":"3c0ee9ad535b3b4a202367fcf45861eddf7dda7021af3565863f3358666e3cf4","block_index":310624,"block_time":310624000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'baea3fadf9404fe56c2a6dc45aa536216d01e7e2885744c5a59119000eba80d1'); +INSERT INTO messages VALUES(1585,310624,'parse','blocks','{"block_index":310624,"ledger_hash":"b3c063eb8dbced5504c30f52e2202196d175304bad1c96869bbd56efbd83ea06","messages_hash":"60ec47583d69efb29a926512e1522064d23b2bf1f817f564c532b4785366b6a2","transaction_count":0,"txlist_hash":"9e8d094b076ed3b076e49dbfedc3a5db16463a8d2f61663d4b3adbd8979ef687"}',0,'BLOCK_PARSED',NULL,'61f249c298dde78fee19ec4a0bcd957b954d4a8911b24ea4f7b63ea3380d9844'); +INSERT INTO messages VALUES(1586,310625,'insert','blocks','{"block_hash":"bc28b31c2032623bb295cdf38d7b4ffcfd20d96c95301122d18463d54c6c11ba","block_index":310625,"block_time":310625000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f44b2d4987e94aec9c520c8ab3ae2a48054a381f5daeb039c0a962fc73e0f7b2'); +INSERT INTO messages VALUES(1587,310625,'parse','blocks','{"block_index":310625,"ledger_hash":"aa509684fd8cbc3a4eeb8c99e8fa5b05afce703cd23cd5b43c01365c4cf00400","messages_hash":"60c7e930cfa3b611970cedeb814b3e029ee942f803e5d48cb125a82aa6109f29","transaction_count":0,"txlist_hash":"282ea67f80dd590423f7fc36227fd1c6983ba4cda614b4e6db228cdfde588553"}',0,'BLOCK_PARSED',NULL,'661edcd2b353e7e7b68f09f3aae6bc72fcea4edc1b9dea8274b527649c123ba1'); +INSERT INTO messages VALUES(1588,310626,'insert','blocks','{"block_hash":"b6c172768d20d9c97cff56f083d61920e1ea39a93c7c09afff3767858eab950d","block_index":310626,"block_time":310626000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2db4e52ffdbd0ad98a122bae33f477f3032d4ffef60ccb51498ae37c93ea8591'); +INSERT INTO messages VALUES(1589,310626,'parse','blocks','{"block_index":310626,"ledger_hash":"8bafc8777d65f90204583cebb23ed864c27f831bd714253efdc170d62fe061f0","messages_hash":"fed8f61fde046f005c94deb7b036106223c6db2fb6ea2e2bda5a7bd4758baaf1","transaction_count":0,"txlist_hash":"e7d3df0f62f0766d260e7df2454c1b86bccc54f27187a8ac3585ac1c23c0100d"}',0,'BLOCK_PARSED',NULL,'3518bbd375725ad53827527124bde888645cd170080e4c4dcdf7490184ffd81b'); +INSERT INTO messages VALUES(1590,310627,'insert','blocks','{"block_hash":"828a91a4b44acfe311e116569ab6856dc528b52ded683df95d390bef4e6c115f","block_index":310627,"block_time":310627000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'12c4b24af3f6d514fd405ebd297b3189204b59a1740d543392cf40e2ef3c1eef'); +INSERT INTO messages VALUES(1591,310627,'parse','blocks','{"block_index":310627,"ledger_hash":"5cf7af02af3abc766acf2dfc6a37822e33d210acf5cea2c35bb1fe694cdea4dc","messages_hash":"d75d6a840d0a7523a82f56b990d1e80b861e3a1997b16f5e4d7b5f7c2939c4d5","transaction_count":0,"txlist_hash":"f8faf696dd98248891d9001e62637818cfe2ec5b343fdc8a04bc18c66fa44bbc"}',0,'BLOCK_PARSED',NULL,'472bf9404d7934019dc391360a44ce458badad8e07d8bc67a915cc2be92a4151'); +INSERT INTO messages VALUES(1592,310628,'insert','blocks','{"block_hash":"f319b382302b18f1bb20205e85c8f938bbf2c643101aa1db30985d36f707494e","block_index":310628,"block_time":310628000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'62ebfd64a8ae2e04c4d1e3d53d8b4f0a06df0441600b27f970ac0774d95a1a01'); +INSERT INTO messages VALUES(1593,310628,'parse','blocks','{"block_index":310628,"ledger_hash":"b3704073215d0e32e035779e0d0e077fd99a23de4050dea8484cb43658eb3fb9","messages_hash":"e179f43d675416c87dde5bddbf535298b7375eadf8439d66b7a5834bf50cad6a","transaction_count":0,"txlist_hash":"3020cf21275bf32ad7a3b613db834b17979793121e913883dd513d26d6b3822a"}',0,'BLOCK_PARSED',NULL,'7892c9f3692daeccee9a48dc7ff99fa947dcc88bcbc641259b2939e0945921b7'); +INSERT INTO messages VALUES(1594,310629,'insert','blocks','{"block_hash":"254b0cb0f311451dff00741a8a1d083190d1bb2300029219c26fae1e37ef3a20","block_index":310629,"block_time":310629000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9630f662d0d658740bb1c4f6cbc7a7bad4cde1ea7da6342878edcfe96c57ef48'); +INSERT INTO messages VALUES(1595,310629,'parse','blocks','{"block_index":310629,"ledger_hash":"a155e8f4eca376cc719ea74085eed29ed01add2898d95811ce07030dbb7f5820","messages_hash":"139cb663c01d19b23f50a8b30904a148a0de62e59b8cf2e6dd03d18baf3a3589","transaction_count":0,"txlist_hash":"192d9b4da6656742ff99f7936adaa2ae7c0d082596628eaee8f2901c60df8043"}',0,'BLOCK_PARSED',NULL,'94b4da1c5e15a81a52c9f49762ede8ae89d1dd1fd77c5b095643081cf8c7f784'); +INSERT INTO messages VALUES(1596,310630,'insert','blocks','{"block_hash":"09122d8e8e5b1e1f6cb5a16b7f0149afb37aa0c9c6a04a9288198854b43b6fde","block_index":310630,"block_time":310630000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'356aeb664c3d6fe5c7223be63f2766477dff8b99f465c45b4c62dd6a39773ed0'); +INSERT INTO messages VALUES(1597,310630,'parse','blocks','{"block_index":310630,"ledger_hash":"33527430c585c0fa95572e0bb7d2b974bfc10f595309dcf23f0a9339ea952551","messages_hash":"046b8d21aeaa6117496fcd6cdba11b8dfe4bab8ab09f76e0b7c833cf35bbb48f","transaction_count":0,"txlist_hash":"ba748ad8648ff678ad994fe7c899d9f99e036c368f20d3ecaf2783c7450f5225"}',0,'BLOCK_PARSED',NULL,'5885bfb5e860f53c49d2fa76b3a1d46600dce56f352daf16d64741451a53c4e5'); +INSERT INTO messages VALUES(1598,310631,'insert','blocks','{"block_hash":"b13cf136f0c15602dacf7625e6edb4a66ef804084424c1a01e7c2a2a512619be","block_index":310631,"block_time":310631000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ce29e1f9e79db7ffbd66f0758454c89626d71d1727bab1a5842446b2ee831a93'); +INSERT INTO messages VALUES(1599,310631,'parse','blocks','{"block_index":310631,"ledger_hash":"d1850805c2ee4930156b2cc221f9d4b85fcf71b62b0d0c6a381b73737e4704a9","messages_hash":"a30ffaaaed70467c84c8cbbd50f2a04e8bbd7199aa4ae5c7c5fe7cbf3c5f24fe","transaction_count":0,"txlist_hash":"baf30bc34f11a9a4d6dad557d17fc7efa0857d8cf3a2b3aa804424d8779f263c"}',0,'BLOCK_PARSED',NULL,'fbbb979f7d39f12ff31c4cf63140c7aca86f3f3c41525ed90cb681c495031a31'); +INSERT INTO messages VALUES(1600,310632,'insert','blocks','{"block_hash":"79c10009cf92db94ffc72c6475c65116df5e13d1d31d15462bf6af255857cde1","block_index":310632,"block_time":310632000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1482584e8befecb50647571d71928456d16f518d88ace93c82095acc3f683cc9'); +INSERT INTO messages VALUES(1601,310632,'parse','blocks','{"block_index":310632,"ledger_hash":"949f9488260d0eb153c530e887be2f02fc7d6b03a9358c6fccf1b59e2e82d199","messages_hash":"ccf5367667ab17ab3a3e0d8381239454977bd8fd91222c8ea1f0045bf2c14f7f","transaction_count":0,"txlist_hash":"784d819d878855f2f9af59f331604ffd00ee0d7f12c284767ed03bd37136edf0"}',0,'BLOCK_PARSED',NULL,'c968e8459904610fb9c037cde424ea373a9f642938524bb3d4957c2a4a77410c'); +INSERT INTO messages VALUES(1602,310633,'insert','blocks','{"block_hash":"e0704c45ceb7db9ddbd7470f41978d6e413d586afc9dfbf8c7726f4ad8eb95f1","block_index":310633,"block_time":310633000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'822583d460d7b82ebb945cebbb1a8807fd91975360b6796a22e4a48d37a8e5d8'); +INSERT INTO messages VALUES(1603,310633,'parse','blocks','{"block_index":310633,"ledger_hash":"5f9fd66d524a17fdd0946a305cd48604619454f9396de8640cf86879bf7d2d77","messages_hash":"4f245b383f4a892ff81abe163a6be8eccc3f05ce648b1956d1f650e2aeefa6a9","transaction_count":0,"txlist_hash":"336cb5a8bd3ed5c5ae280077f54876828382ea03fd0ee32836b76065b88c0e3b"}',0,'BLOCK_PARSED',NULL,'29f0e5f81f14e0040e7f58c1460dfd8fa995547ac9978de6e3087012a053daef'); +INSERT INTO messages VALUES(1604,310634,'insert','blocks','{"block_hash":"c4c66e703e975a6dc90beec42a4fa8de7df296340b408159caf4e7a8193b48af","block_index":310634,"block_time":310634000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f6a4deba496b08050a6709db3c7a05daf81c5730e49022c3a22f098a3772598e'); +INSERT INTO messages VALUES(1605,310634,'parse','blocks','{"block_index":310634,"ledger_hash":"adf940df231bd5aa9bfe1bd319e50c721c5f51bfeacff1dff383d3f98a35a597","messages_hash":"0b92b8aa0f27616f86c9e831b715b34a74211529da158b7e8604886800a3629d","transaction_count":0,"txlist_hash":"729c0ea03dd8c1e4b390a34c9d8c52e898659c64a53e8df4bd245c453ccf1ea7"}',0,'BLOCK_PARSED',NULL,'97a5e7ec0aa2087ad3a9e8df4a09f3a9f0bc221ffff29dc426af64af0070df46'); +INSERT INTO messages VALUES(1606,310635,'insert','blocks','{"block_hash":"8c172e08259774a0d6cf10df2c807f635c37a1d8da2696f2c5dc0b228626004e","block_index":310635,"block_time":310635000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'8be13133bbb61f303be9ea4d5b8896ac9af2627a623cc5d85635a8d5d8279e80'); +INSERT INTO messages VALUES(1607,310635,'parse','blocks','{"block_index":310635,"ledger_hash":"ce3c190bfe8851e48e8da6579bbb780e21fae30f66984986ce816496e77e20f2","messages_hash":"a825ee42152f9959c7a4c4e6563c78f0c2e687f98317191071412712ce94e458","transaction_count":0,"txlist_hash":"33291d8bb8c73e5520bcd71d751d5082ba15893670a498ed5f749775b1890b1b"}',0,'BLOCK_PARSED',NULL,'9fb3b986c4019367e4d8e6445d74b37ca235b1e1d3ed84c480251c46ec9b2918'); +INSERT INTO messages VALUES(1608,310636,'insert','blocks','{"block_hash":"ec48849cd07e997c0ce999c735ccb1439f4a2f59191913f0823a89802d02bc31","block_index":310636,"block_time":310636000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cd153fdbb3a1deb049647e44544d330ec15017d21d37a6ad8a9210bf4a4f90cf'); +INSERT INTO messages VALUES(1609,310636,'parse','blocks','{"block_index":310636,"ledger_hash":"839820c158ed8e7d25610cd24e18866f42733e051fdff2757974e98838d3e560","messages_hash":"6035ae3503f20045fd8b75bc62e428628c55c1c57089380a93052202f61e0d4e","transaction_count":0,"txlist_hash":"44eb4e935025547420d837c1e35e73ae83482c28d1ead366fc36aa868c171b5b"}',0,'BLOCK_PARSED',NULL,'a21b5c04f365a0bef9c91609b56fd44854bf21c20f40b6e8387cfe9adbf5cb4f'); +INSERT INTO messages VALUES(1610,310637,'insert','blocks','{"block_hash":"d38ce45ebe349abe87390200f781f8059bf95b76b82e5fc210f3fb2d47543336","block_index":310637,"block_time":310637000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'35de94e7ce5235822dec83bb7f062e8390c65cc65f2a763f76c1e214889af0d8'); +INSERT INTO messages VALUES(1611,310637,'parse','blocks','{"block_index":310637,"ledger_hash":"b48b6b85ba5bbd774f60e72f6d19eea4574faf141ac21e800cb3999239c96b10","messages_hash":"71510459c233fd04e4e2caf55a18c43d10eae0f301398c69747d630ba0842400","transaction_count":0,"txlist_hash":"48d88fa6bf59187229586abe5d680a817d11d241763505f0fb42cb8f63030739"}',0,'BLOCK_PARSED',NULL,'b5f5e9c010a08eeb7ec4725b0b81d2e4fb1e384b1726feeb078bced50edd1dcd'); +INSERT INTO messages VALUES(1612,310638,'insert','blocks','{"block_hash":"672a9e105a3845ad58c393548dcc662a80af17ef0884a4894023f4685302577b","block_index":310638,"block_time":310638000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a1b6dfd9958d0bb676bda13886cdfe7b76e41246d97c23ce3f70ada0bff478ed'); +INSERT INTO messages VALUES(1613,310638,'parse','blocks','{"block_index":310638,"ledger_hash":"197afb66e0cb0f944caf56e787e2c4d8105ba705fe91fa66ba5e9aff508777fb","messages_hash":"de10bf35ff74af31972537bbb41f0716f464480280a99474a43f3174256b6437","transaction_count":0,"txlist_hash":"c7b055980745ae78a372e9be8d4bef37efce24215805059485b147213f905f9a"}',0,'BLOCK_PARSED',NULL,'e0b7dff342df5678e51e9d5a5e86e6f61ae30af448237e058a6167af09ebc96d'); +INSERT INTO messages VALUES(1614,310639,'insert','blocks','{"block_hash":"d9f5ba015ed8b2eac57c5cca45f9dc1ab54f56632c3a256220c352710d417f1b","block_index":310639,"block_time":310639000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'30b5c20eacb848d3e9aef02ff48a66b119fdcd8baa376bc8f7e9fd114d464ff2'); +INSERT INTO messages VALUES(1615,310639,'parse','blocks','{"block_index":310639,"ledger_hash":"ebb88b2be4f8bbcb413bcd442476d2ca097e3ecdcf20d84f96b9c81dcab30283","messages_hash":"6c0a795ddcf01f7b3b31f79004c03f7074f91cd797ce73e57f77bc34d82fefc1","transaction_count":0,"txlist_hash":"83d0692b86d6427e06478c3a79a1ec7195ded78cf5310b625fe601a25993cd33"}',0,'BLOCK_PARSED',NULL,'422be5243419b8cff88456f531cec3783039924677b705fb546208670994a19c'); +INSERT INTO messages VALUES(1616,310640,'insert','blocks','{"block_hash":"474facfd45196931f0bdcf43ed1bc8a7ea14da7e67996a4cc6dc2d6e2b64af59","block_index":310640,"block_time":310640000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'851c1f46874580923fe8485374a3fba405b4e07c47afc203f6e0f5710e7eb6e8'); +INSERT INTO messages VALUES(1617,310640,'parse','blocks','{"block_index":310640,"ledger_hash":"81a94a73088e79d45e25d4acf846edd95e7279a709691a45b192e15099caac87","messages_hash":"03e8f85a0abedee7df7be0f0bf6dc89d09c0370e60dfdfb97b50931fcf5f330b","transaction_count":0,"txlist_hash":"377c0dcfdb729120b4785905e8d7d162f2ec7e0aeb33b4cd49392fcaa5855a6c"}',0,'BLOCK_PARSED',NULL,'ea82a761fcc3799787f78b2a6b6d09523fdeb60b652a969137f422c5e5ec21d3'); +INSERT INTO messages VALUES(1618,310641,'insert','blocks','{"block_hash":"02d51592ca3541de38547d4b744cef9c480551456c7cae745ebb9d55d754096b","block_index":310641,"block_time":310641000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a355346c7530453f6b0981f0ffef95b701c9c08380836c8fb86f243f38b4bb45'); +INSERT INTO messages VALUES(1619,310641,'parse','blocks','{"block_index":310641,"ledger_hash":"3786e5b81e69799e83358738901df2b1f29761f280bd3e22043859505d0cb307","messages_hash":"2316fb7800dc1a92d17a36ac5c1d26eecca5e89a024faa0f7bee8b56e4a9967d","transaction_count":0,"txlist_hash":"c69c905478e8003579ee660d16f44c3deb881910a9297f6f15ef7482f0fbfe34"}',0,'BLOCK_PARSED',NULL,'e46832d96e355e791edda43679e69271542ad46fb8ba5905c1e29feb15478563'); +INSERT INTO messages VALUES(1620,310642,'insert','blocks','{"block_hash":"cb6395d551dceafae515cfa3081473654eb0ee78b79242f6f1d6e5192c116ecd","block_index":310642,"block_time":310642000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'bb6cc2a7ecc50bc6c388df1e5d571c7a07823172839d5f3776ed4075ca9c78d5'); +INSERT INTO messages VALUES(1621,310642,'parse','blocks','{"block_index":310642,"ledger_hash":"862d57281c9e5c582415ed90c59e1bede73f2269b34c8229a125f2fced904803","messages_hash":"d3193669324127331c6497261b44dd51f6a423c04beff194d099dd7486f7a129","transaction_count":0,"txlist_hash":"523695cd84d888fc17317f65f8615a0d3058dc0784947439fc4ac61409eff745"}',0,'BLOCK_PARSED',NULL,'37f922094e812b83dec8c4f2a9aea451d6f917f052c05776acfadc98ed21a790'); +INSERT INTO messages VALUES(1622,310643,'insert','blocks','{"block_hash":"b44200d5717e8bafb56daaba83f0b64c24b122aa18d3035cdb1cbab7c473182b","block_index":310643,"block_time":310643000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3fd4d6bf11672e3c879e462c642ba13d083577da12a6ee62e62d984478fab750'); +INSERT INTO messages VALUES(1623,310643,'parse','blocks','{"block_index":310643,"ledger_hash":"90897469d2cd68409d7df8955b06554425e04908648ab6e1a9f2c1dad6916ba5","messages_hash":"fd3756a439ba234b43857d369ac9bcb87edbfebd8e00ccee3be2aaa0912e4aff","transaction_count":0,"txlist_hash":"375eebb9de1d6ad3f33bc245e06f4da387a8405df9f50dfe49e13121c9b8569a"}',0,'BLOCK_PARSED',NULL,'5890cfc6fc7967797c6821d47762b4c66bbc88e41b2ebeaaeffcc297ecb42dc7'); +INSERT INTO messages VALUES(1624,310644,'insert','blocks','{"block_hash":"f72c01f09a2f76629efa4f7244703a82e82bda4e9aa4f032025e84a86788c672","block_index":310644,"block_time":310644000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'5b8810e8431ddc25da574e5c2b9d3430a9cb6a4b2c007d5e25266deb52bf3eb5'); +INSERT INTO messages VALUES(1625,310644,'parse','blocks','{"block_index":310644,"ledger_hash":"3f6ba00e35d202010ae7f8f47b41c946947ef1f0cf33473c50094d1d94d2d520","messages_hash":"9922c475c3fa7049bd564b14c0ed3e3bf7617c73412f0a0ba38cd72f9a78b4dc","transaction_count":0,"txlist_hash":"8316cc4ea95fc964d90c855e8bad5520f3653458a5d56a3b1b7bd6a2e7918637"}',0,'BLOCK_PARSED',NULL,'765ee55c144c70d35071a7a60d277c33883e2f999d62dec228c4e6adfd00e3fd'); +INSERT INTO messages VALUES(1626,310645,'insert','blocks','{"block_hash":"f2a2ff3c7036d5a66de602a075aab3343bd9f6027215a79d451967773bfa29a3","block_index":310645,"block_time":310645000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dc302593bd2ef7c99c5827c906babd2b7df98dc2249a57b3e07cbdb8ddb00501'); +INSERT INTO messages VALUES(1627,310645,'parse','blocks','{"block_index":310645,"ledger_hash":"bba5ebae60128717a5e4cd5664ece1b6b4b10c968083de4b30e2bef7d7b7ec38","messages_hash":"f1de5e47191a9972964db6c4b2db1c68db14c55fdc68c6674d7c1b4e5bede2ac","transaction_count":0,"txlist_hash":"ac44459424af5c9fee3ee32a7c29d5c5dc02512a3b0adb9684015d965981244e"}',0,'BLOCK_PARSED',NULL,'6180a61a59afdf67e2b5f0179732b5cca9765add585fc0b77ce79fc0c531d639'); +INSERT INTO messages VALUES(1628,310646,'insert','blocks','{"block_hash":"839ef2ee85d2edc27b4257e50c667b3d0ebb254ada269d6f9bb07e076eb0d494","block_index":310646,"block_time":310646000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'38c8e84366c20c34a1e908a284be17cd896bda788e235d0a57a98fd37f4cf471'); +INSERT INTO messages VALUES(1629,310646,'parse','blocks','{"block_index":310646,"ledger_hash":"3898b4aa5b814957875d3e836799dcfb9e0b1ae5bff288903382d24c01d4fcc4","messages_hash":"46ccf9b42bfc731b4e045e4ece9ceb46797bdedaedea24d2277555460c8c81d0","transaction_count":0,"txlist_hash":"b9d6b6e573e7f3cbbd8d1ba891472e015f610f588a2d90aef7e06722e0c59b92"}',0,'BLOCK_PARSED',NULL,'a01293853d0740744e4c08e9484916bfd325deedb9b6e8e86ddc65b41fbce8f6'); +INSERT INTO messages VALUES(1630,310647,'insert','blocks','{"block_hash":"8c3fc73a2be40301b82885028a4058923a5849d86cdd0bcf101e615965f0b86d","block_index":310647,"block_time":310647000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b5f09b585c776c4f9f1713d1c4c2e37934243ae2d8d4d74262017314ccc8dcae'); +INSERT INTO messages VALUES(1631,310647,'parse','blocks','{"block_index":310647,"ledger_hash":"9def4a11aabb6fb013cc2c109d0c622195e5fce6a33e1961a1b1fbe9a3e407ea","messages_hash":"219772e7ad34f1679f910ccf8cef3c52e9d2d9dacc9840faae04e9346e42ffbd","transaction_count":0,"txlist_hash":"7ffecebf1c3725e8a597546dc62333ae78972711cac0ecf681fe6a1e2c99cf8f"}',0,'BLOCK_PARSED',NULL,'2c68bd6981086e18467d3e77805c6e77ea8589b40cbdaea55bad766895669875'); +INSERT INTO messages VALUES(1632,310648,'insert','blocks','{"block_hash":"8b4b7bd45340942fff7a74b02e2d77f59943a5855e79566ac8f6053b0cf4e14f","block_index":310648,"block_time":310648000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a74637f86fd7dc500f99df1cdc8f04a0439512f9d84239c525db722805c18378'); +INSERT INTO messages VALUES(1633,310648,'parse','blocks','{"block_index":310648,"ledger_hash":"1183052b48c2f59100f40aa66c569d920b0f133884fc7d9f18cb6eb5c4d18276","messages_hash":"221b8db8f5c739a02e13d10ba8e18669be064c339b6fbacdf73f21f6ad37719a","transaction_count":0,"txlist_hash":"95bc6d1209c17532b9768140d3211e1698090d1ce5586f018a2f5b509f10a317"}',0,'BLOCK_PARSED',NULL,'09310edbbbb0f33cc528062cb037320553ec542178cc142822933f325ff846dd'); +INSERT INTO messages VALUES(1634,310649,'insert','blocks','{"block_hash":"6a5587f8dbe5daf750e6af8ce8d13747c2354e4a83073aeb31eda11e0d5490fb","block_index":310649,"block_time":310649000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d0cf33708046b4059e595b3bb26cc8a695ee8179972150663ae2826b272c3b1c'); +INSERT INTO messages VALUES(1635,310649,'parse','blocks','{"block_index":310649,"ledger_hash":"8a93366db8cb11533d2c398be0b14bcdea035c3e4bb6e3cc8a69081868b129e4","messages_hash":"624019463e0cd03fbe141df16d367e3c28e40b06b6f9ab91e688aa35959cb1cb","transaction_count":0,"txlist_hash":"096c62d915d0ec9428b5d48a978a1cc67da03239d6da0aaec0a6b7557b219459"}',0,'BLOCK_PARSED',NULL,'9bda671028a92bfbf85a30651b0aae2a736b7e793c235aadd5c8c8c605e5528e'); +INSERT INTO messages VALUES(1636,310650,'insert','blocks','{"block_hash":"630772e16127da5b34945d5d2fe6a95a7e0addda3f7ed03aaca0d63526957ac0","block_index":310650,"block_time":310650000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'2debdeeb8fcd62529c1a263c2fa153414055c336f35e27d10fd7702e3f246695'); +INSERT INTO messages VALUES(1637,310650,'parse','blocks','{"block_index":310650,"ledger_hash":"58d1477b14b8a8d6ba1a57a11a6dad49bcac38a735fee3ae63734a798e268501","messages_hash":"56abf26babd8d32474c14b9b750c3a1896ae86366dc4453b80044168b8aac7a5","transaction_count":0,"txlist_hash":"78a0b7fcedd7376767a16bd15f7f0e401334da67c68220835d74ebf44d2fcf94"}',0,'BLOCK_PARSED',NULL,'28435bd9630b45c54ca99450a176c0a7740213533514fa0fde3c6b1c2dee9bde'); +INSERT INTO messages VALUES(1638,310651,'insert','blocks','{"block_hash":"abb2d29793c975ba98b914638ffec5642e03424b64c8c949529392de66eaad22","block_index":310651,"block_time":310651000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9ebe56cc149d7814cea465e64bae7ad1ac10a0d883169ac98b4e8705296c3fe5'); +INSERT INTO messages VALUES(1639,310651,'parse','blocks','{"block_index":310651,"ledger_hash":"1051d8bbf724ac541c568100e0b1bedfa56f1b87cc64088fe036deae9e31307e","messages_hash":"6cca5fc6c871c69956f25cb23d3728035acb77b081b171a64f8931a04f6d9af2","transaction_count":0,"txlist_hash":"0ecb4c04fde7e1e6cfee92ffcf153d59264ae1eb639da59d851f4fe4912eff01"}',0,'BLOCK_PARSED',NULL,'746104d41231b25182a4919b769498096e93067a7b7952e59d977b6f6b59d050'); +INSERT INTO messages VALUES(1640,310652,'insert','blocks','{"block_hash":"5be0bb5cf3210dbdb37899c13ada53194619fdb844a06788f47cea6ff3f51cb6","block_index":310652,"block_time":310652000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ebd5a3ee651ea7d35d6ec3d53b3cd7c7a846fa6ef2c3834b154b7e0d88069ec7'); +INSERT INTO messages VALUES(1641,310652,'parse','blocks','{"block_index":310652,"ledger_hash":"d90b15f5d813d14ef759a9808829e51396d34f79f0214bdc2a19ffdb14bd95f5","messages_hash":"8a73d20a0084418acf57e929df648bc7528ffd5760fe159fa3e40e03b5eaed95","transaction_count":0,"txlist_hash":"558c5578ea08ddf8018057ef980dc33c1af6bbfb5493d354ec1c5fe7b0c08b22"}',0,'BLOCK_PARSED',NULL,'49dce5738034aaf4777a4d4dd31f6b38ce17e6e66a881adfb9121ca94f7c04c9'); +INSERT INTO messages VALUES(1642,310653,'insert','blocks','{"block_hash":"149b18c77b473184140e2c0a5e890da6beb9d29bfba1e229840836d6a6734bd0","block_index":310653,"block_time":310653000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e9c071fc522675d22898287b0292227c67c50f31445c91891817ecc174f267f2'); +INSERT INTO messages VALUES(1643,310653,'parse','blocks','{"block_index":310653,"ledger_hash":"4db953e1e6c0858210753a482bab6d4bbf91ed636d8f5b2d61c927dcce53a430","messages_hash":"98ae74a9fc4c4c17d3724750e2dde6c51ccce0208940342619454474835a00c4","transaction_count":0,"txlist_hash":"367164f35cc7236a8610d1d31f5b87eeaa9f78c2eeb5b0cb23d49aab25c363c7"}',0,'BLOCK_PARSED',NULL,'97768edcf222df50f5aead951abb07664ef9e5d65067e5118ed9704ba94a114c'); +INSERT INTO messages VALUES(1644,310654,'insert','blocks','{"block_hash":"829af363584fee40e5e59ce6bcb5c5ceef386d56a7fa1fc8e5f2b26a1c546569","block_index":310654,"block_time":310654000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'736473a4d12722e889723fb3ea9264ac91cff334e52d87630aa2d64882115148'); +INSERT INTO messages VALUES(1645,310654,'parse','blocks','{"block_index":310654,"ledger_hash":"058aa66231eea7e3f209c95c6d8f12f5bb8fd4ef4fe9a0ec923024d862010016","messages_hash":"ab8a8b1d957a127f045b344172d7059c3753bc6bc01591aac6af673c1648a8f1","transaction_count":0,"txlist_hash":"61fe2ca0cee8d3d8bcf18cdf8719ce6ee49e7de0e81c50d2b983b4690627344e"}',0,'BLOCK_PARSED',NULL,'8735ae0911e5b11b0021df8d8d49ca516be4f9f6b8cafa579aae9c2b0553a7cc'); +INSERT INTO messages VALUES(1646,310655,'insert','blocks','{"block_hash":"c0c926058eaf668c26bcb906b00085046ee3a492e66078a2fb04af6712139e55","block_index":310655,"block_time":310655000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad6b6ed5e433618b3ffa82d0d7f026cd8cbff424464284c159d04084694f4d4f'); +INSERT INTO messages VALUES(1647,310655,'parse','blocks','{"block_index":310655,"ledger_hash":"39b1bb50c2ad9e506086d8fe125d2af70db9d5c4ada27372ab50a4200020efbd","messages_hash":"996265c039f18ce0b1a9a4c9a0af52934f257987fb147aabf4caa1b4de7e7852","transaction_count":0,"txlist_hash":"899d414e0bab975e1560528758a66335415ad6225b8a12480b0da9be5c7bb3ce"}',0,'BLOCK_PARSED',NULL,'b18b8e33136f5087067a8b26598d5d93b255ab411a58613179e6e63014e83b91'); +INSERT INTO messages VALUES(1648,310656,'insert','blocks','{"block_hash":"5d4c1fc1c92272963ac4b686279ea88fa683be164414c74c87890407001c394b","block_index":310656,"block_time":310656000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'76924e7cd3c386f51a49d934fc4a84efff9f165dfdcf1fd84b2fb7a49f9b47e2'); +INSERT INTO messages VALUES(1649,310656,'parse','blocks','{"block_index":310656,"ledger_hash":"8f636aed41e220a8a66318ab6ddcb6eb9d31e96d92c5b21f4732b859e5d43eea","messages_hash":"e6a63d01bb1bdab7a6aba88c33c0f3b9675c62c4fae2bcd85d0a62aa5dc6b133","transaction_count":0,"txlist_hash":"3fd51b4d865809b8b6237c39f21e9e4651e20a636892129d1b72909f58b4ee70"}',0,'BLOCK_PARSED',NULL,'9d5f58c4fe15cc05bcf9b94316976ac110fedf76b1cc277981adb2eb0f7b6267'); +INSERT INTO messages VALUES(1650,310657,'insert','blocks','{"block_hash":"e8d3bd7181ac043c3086f9743d212dafb71a65adfddd813ca8b973158a3fcd26","block_index":310657,"block_time":310657000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'504b20a5512ab4455e2f973f89e5b028b7af501ae56352faaf5edd71365da570'); +INSERT INTO messages VALUES(1651,310657,'parse','blocks','{"block_index":310657,"ledger_hash":"777074642c80dd30819f727d2a99578174c852be298c497522b7e1a48647ed66","messages_hash":"226be84b440d86af6a460f34d47d3f30343770f62796b4fc108a4e96a9ae1868","transaction_count":0,"txlist_hash":"59b1a93d2c276aa2a9fb25174470245bb0fcc8aef1209d043aa71c4141e015dd"}',0,'BLOCK_PARSED',NULL,'382be659b201812643a1ebcefb6a1a1e38e386cea6eceffda8efa704b4e26709'); +INSERT INTO messages VALUES(1652,310658,'insert','blocks','{"block_hash":"579c711806538368d38e9337a1459885e9fba0ff1cd335d6bb77ce125bd4f501","block_index":310658,"block_time":310658000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'b48d0a997b1ea0eb12bf699cb2302301e4977e4fa430e815a6f1f0aa1be0823b'); +INSERT INTO messages VALUES(1653,310658,'parse','blocks','{"block_index":310658,"ledger_hash":"7082abe1733f1d02b90e23496c5e5921c8bffd5270b675e452ffdb09b44fcd0f","messages_hash":"81ad4ffc91ace659132d98f96cc1013c75b51a1baaed33596665390350ec0219","transaction_count":0,"txlist_hash":"22f35d42b727ed7dca71245760d8c325b92947818a65e7dc94c71c43fde850b6"}',0,'BLOCK_PARSED',NULL,'fdbd513684f08ca46846b049a4f92c959c78e24d410d2d19b42b9e6d30c64958'); +INSERT INTO messages VALUES(1654,310659,'insert','blocks','{"block_hash":"e2916f0a41778f5954dca70fe4a11caa7e06e14fd1f0add437278559bc5fca5f","block_index":310659,"block_time":310659000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'7c7fe4f70e44926f3c6bd6cd913460a40cd41d018e1da10a5e28c689ec73694b'); +INSERT INTO messages VALUES(1655,310659,'parse','blocks','{"block_index":310659,"ledger_hash":"9a286b4d7655e39f48df7466b631a1f82d17a21a7c1e0ad1ce55684d61cb3d13","messages_hash":"3f719eafee1322847e89fc796e88caae09dae05c148627c4de0d25bea7c0e4cf","transaction_count":0,"txlist_hash":"47e9f0d0740cb63fc960bf6fd57f31cdd74334bc5dd5ac4eb385a0ace97bd595"}',0,'BLOCK_PARSED',NULL,'efaaafe6b2fdd7db1c97a98fcf28104aef3cb7172d6fc2d15b6ac963406591e6'); +INSERT INTO messages VALUES(1656,310660,'insert','blocks','{"block_hash":"d09a066cc0cd3672576b8e02733dbb32ddc2ec35d07104edb1c56ba9f2b85c7d","block_index":310660,"block_time":310660000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ea27997dd7b561fc976fbc3a58da4ce87c843d84e491cfa3c63467bb3c90625e'); +INSERT INTO messages VALUES(1657,310660,'parse','blocks','{"block_index":310660,"ledger_hash":"7cf8fa2acf1abd4a6cd4356203d2568f702256fdc0ee3bd0d902bb7548f8faf5","messages_hash":"059d6f90c4c318f17614164e6269797e2fb1c355c9b48c41dcc38786e8d29de7","transaction_count":0,"txlist_hash":"2c57e4b9e588f456403671a14301777ebf67aa6bf25146f9d2d777e137921959"}',0,'BLOCK_PARSED',NULL,'bb9955365fda299d3fc946b3e5f0b85521ae63ed9d38243bcf8dc8c5ac8a0fe3'); +INSERT INTO messages VALUES(1658,310661,'insert','blocks','{"block_hash":"badefa122129d97ce33ff699b6c63f854cc2ac11e02fde9fa589621d1201ee89","block_index":310661,"block_time":310661000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c8fee6521adfac01c14f779e46961c877ce2ba731ee6b8f55f67d75e90df7d28'); +INSERT INTO messages VALUES(1659,310661,'parse','blocks','{"block_index":310661,"ledger_hash":"d1505431d0ddf29dc014fae7852637b9c743ff04b56ba76cfdf019c534102c05","messages_hash":"19e131947a4daccbf6deb026e0c756782ab16df79b8b0d70c1b7c29059c3f167","transaction_count":0,"txlist_hash":"94a1421fb280c915cd06737459cb6bb27e590c0fd0c31e29262451ca402b12fc"}',0,'BLOCK_PARSED',NULL,'cf2c195d8b37b364170b00f8f442eb49c5c03d29a2681fdb2af05a9ce7b50338'); +INSERT INTO messages VALUES(1660,310662,'insert','blocks','{"block_hash":"952fd50a82984ca0b86bd2603400525f8658e33b0aff521cbdc0343e0de2c3fb","block_index":310662,"block_time":310662000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e1959c6f29ea8560952f085c8ac4f2f2c673cec9c550d9d9c3c1f4f2054ce12a'); +INSERT INTO messages VALUES(1661,310662,'parse','blocks','{"block_index":310662,"ledger_hash":"2729d117d0516bb98ab9887375251628593ee2295f1016f4459d5955cf407582","messages_hash":"09cf04c42510ad0c21cfccc3729b2839c7c62ecce40bf28ae19694d41822b692","transaction_count":0,"txlist_hash":"83e8090e7b91f2f29549cd15a81ad4dc417079124db1d5635c20a82496c53e3a"}',0,'BLOCK_PARSED',NULL,'98e2d71b5e861ab3d159a6aac6cbb445e4b4abb4a914960820285f0944adf248'); +INSERT INTO messages VALUES(1662,310663,'insert','blocks','{"block_hash":"7625249e17d88bd2a50e81ae7ffce70b7ee4f712eee316fc67afe1c47c4a4028","block_index":310663,"block_time":310663000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'98dcf049a7baae8d1f82ca5788422c067e0726e7e2f7635cf2c234162175f1ee'); +INSERT INTO messages VALUES(1663,310663,'parse','blocks','{"block_index":310663,"ledger_hash":"1f5553264f1064b7baa1e56e83705f6033b9a22e407eb93f835c55ddc465b9dc","messages_hash":"68ec82ab38da849dbf585088b2318d08e4e9020568f2c7e4e76d3607c19cd1a7","transaction_count":0,"txlist_hash":"3759b7d3b2ffb3011a487f3b5bc356f3710c4b206a133f6f5d297126e5ba9cc8"}',0,'BLOCK_PARSED',NULL,'d1cd3ef535c1829e868d07c8ff73511cf5fe32aa23476f5495bb22c01129a645'); +INSERT INTO messages VALUES(1664,310664,'insert','blocks','{"block_hash":"ff35b504ee3d48dc4a0ac8b688594d86947e2af92a3188bacfa38aef4dea8247","block_index":310664,"block_time":310664000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ed999ab65b1eafe3726ebc8c21638483b642ec12e7d7ade13b81b267c6e43e6'); +INSERT INTO messages VALUES(1665,310664,'parse','blocks','{"block_index":310664,"ledger_hash":"8f12d960bf32e37a5104f79385faf34d9e260b06f783285589c67fb116188a64","messages_hash":"552972e8017b32b62c49b75bfa6c1a30d740277660b0d595ba0a1af5a7f81df4","transaction_count":0,"txlist_hash":"5c0342a0b6728bba2dc94c9cde71ffe60a7d4b9a7d45de0991651a478cd50b9b"}',0,'BLOCK_PARSED',NULL,'2bed830405ecf7743c85466d8b17c84cfb5fb9dd3d733f52d77abcb2f7bb40a7'); +INSERT INTO messages VALUES(1666,310665,'insert','blocks','{"block_hash":"8aea5e0436d15a44620d181ee03d789e5bec0aa9c84384919ef35c7ac78999c8","block_index":310665,"block_time":310665000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f3ed80d03af1b18f63fe2ac3d08aa1f614ca6de95a0b52b2dab9f1c082f1a501'); +INSERT INTO messages VALUES(1667,310665,'parse','blocks','{"block_index":310665,"ledger_hash":"1f0633cc29e1ce03c5d2c2461f7439ea024d2f370c77e63ebd5d86ad3d699429","messages_hash":"eadf59024dea937df0026c6dcc1559d68c47dfede8290884bf9057d485deaeb2","transaction_count":0,"txlist_hash":"a7d2f5afe50c0a5a3b73ce472bc064d13f37c0de26812393a21511e29dd1889f"}',0,'BLOCK_PARSED',NULL,'d27031417bc0781309d542b2d951660b54df8d949819fe4885fcd73e832dbc07'); +INSERT INTO messages VALUES(1668,310666,'insert','blocks','{"block_hash":"de934d6e2642ccb581002ee650ebe76b2c88e2facd253b73c45b964dcf469c52","block_index":310666,"block_time":310666000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1ca597b7b7d96108cfc2133db377e47afca41e66038d3a7023bfdde199565cb1'); +INSERT INTO messages VALUES(1669,310666,'parse','blocks','{"block_index":310666,"ledger_hash":"2f5c033175f6fb62720840795c76dfa882af8c490b692b01ce11da68e18f992a","messages_hash":"9d57dbc2a326dcb83aca46de80162f113bb7473f1d5a78153467abf60fbd9e65","transaction_count":0,"txlist_hash":"92c6782bdd549b1cee15dae71f6ce8a180fdb2e6b3f0e89b200cab5c68e2d208"}',0,'BLOCK_PARSED',NULL,'f80380e1817de0c5a87c2e5f645180d3638b5009fb3876e3034d581967aebbd5'); +INSERT INTO messages VALUES(1670,310667,'insert','blocks','{"block_hash":"c8037bf10c1bdb21df72a9a90db87b11c967d6ae81c5f132ce8e42b1ca888f83","block_index":310667,"block_time":310667000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1743a98bb87f56fc84cb77f00f4be329c5d27aaeb09f01e26e78f50ba3c7bb2c'); +INSERT INTO messages VALUES(1671,310667,'parse','blocks','{"block_index":310667,"ledger_hash":"ddaee7ce215639e53f85c98270434b48d5a663d533c3b16daf9dc7df06aeab41","messages_hash":"6a82fba5c57cdf13a015311e153b06981cd12b879b52f2b426b2fbbf2cdcecc3","transaction_count":0,"txlist_hash":"5e44bd7345a164c0d99459e8bdb1b71f90c230f465ce0091192e84c5c0996de0"}',0,'BLOCK_PARSED',NULL,'14611e27d691f061477e7cebd589d3abd2e53e5053942d374be1b43b954e0fe2'); +INSERT INTO messages VALUES(1672,310668,'insert','blocks','{"block_hash":"699ae965398fbe98ccbf01384e3ac32d2f778e21998302827010869199aaaf27","block_index":310668,"block_time":310668000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a467baa9aa82242169747bd4d155f46ded9b88edf6fb67731061e74e919e1206'); +INSERT INTO messages VALUES(1673,310668,'parse','blocks','{"block_index":310668,"ledger_hash":"0085475173b4836a1651ba4afc4e07997670127fc39ba95215241ed1437ee4a2","messages_hash":"eb3197ca88c9f5a6bf6e76cd630ac51b8026d6cecca2222f47099a4974143270","transaction_count":0,"txlist_hash":"754dd1a4a83ffe0b40e936ca8dbe173f449dd0c983b8ff3b9dbdfdde326a65de"}',0,'BLOCK_PARSED',NULL,'514897ff5bc9fb8d376a7201b0d7faed10e4d3a75e9dbbfdacbebd479f9935a2'); +INSERT INTO messages VALUES(1674,310669,'insert','blocks','{"block_hash":"c02a1ff18678c02e906a81ee20511b34be69a577651a763cb7ace89f7b04aa1f","block_index":310669,"block_time":310669000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3d055e46320de24379e859dc4d4db02cd0d3f067beac0e45de581dc0e1a01824'); +INSERT INTO messages VALUES(1675,310669,'parse','blocks','{"block_index":310669,"ledger_hash":"86295457d87c5ee12491d438f3797bf6c5622abce4edd9b20ea5ae17b0a53e2d","messages_hash":"1983734712039404793683eab53a1298b6287a57b0e9d0955326fabf17a0d148","transaction_count":0,"txlist_hash":"f66a648b92066b2324035d686a1bc8915be13bb13c58820fcec39dda1d41d7db"}',0,'BLOCK_PARSED',NULL,'a426ea8148a2dfbc23e3e43862a86851a3f253efd3c095018167509bf0c4f284'); +INSERT INTO messages VALUES(1676,310670,'insert','blocks','{"block_hash":"9c043e45204b5463d8138e24b46b57b486f07c264dbd6b09356a75ce15319944","block_index":310670,"block_time":310670000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'36b7df98b01691c63399554bb16dfeb104ac85958ec9f41f4b42df26c0ddda32'); +INSERT INTO messages VALUES(1677,310670,'parse','blocks','{"block_index":310670,"ledger_hash":"f796ca1337b740c59412f4949a38564007b99d50f6435e9d6a55ad9e3f353a98","messages_hash":"0afd1d7fc179c70693ba85d16588704b618d3d4da25c3af8631f57ae0084f64f","transaction_count":0,"txlist_hash":"b6fa16445c6b508746fab70fc0837c266b4e437a2a4f6e68c33edecb9387914d"}',0,'BLOCK_PARSED',NULL,'7a26e5afbb31a853707ac0c169dd3ceeff1e91a0b24c3a5496c527a3ecff393e'); +INSERT INTO messages VALUES(1678,310671,'insert','blocks','{"block_hash":"4c6fa9744f58b8804901b138d7e65070d8339b557a22ed61b4511a401fc90522","block_index":310671,"block_time":310671000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9628fc3ae889c7568c98d27879d7a35151df52945aec770219247aedd600dfce'); +INSERT INTO messages VALUES(1679,310671,'parse','blocks','{"block_index":310671,"ledger_hash":"152990c314e6d025cf258ece59d702b2eedb7548a741245236e7624acccfda4a","messages_hash":"fce6f4ab4de1e5f4f9f2cd0bd96f692e09ccaba9187d38452920f07c6d7ed5e1","transaction_count":0,"txlist_hash":"48507d67e6c45887290af7c47d2fc2a36d647739393470f92223c1c7e26162ba"}',0,'BLOCK_PARSED',NULL,'f5fa42c29bccdefdea4ef406bf1478c33a7a5c421b03421fd23705b50f108250'); +INSERT INTO messages VALUES(1680,310672,'insert','blocks','{"block_hash":"491314bee5881d93a5e646d2e911b30fe6b43f0cb7458811f7d9679b2f7074aa","block_index":310672,"block_time":310672000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ad95cc4777371013ec1df66bcc24601f115d7a7d1bf7f28e21b43f2d080bd918'); +INSERT INTO messages VALUES(1681,310672,'parse','blocks','{"block_index":310672,"ledger_hash":"23be138ca416024be0bd036a732587c6bbc6bc38c0e9c492bef718a498e6cd2f","messages_hash":"d45672b99dacf99e9c30f679dbf7bbde71bbfa3305f5643f83f15cd22b6c5845","transaction_count":0,"txlist_hash":"6a8c2d4a3d34a36d2a503f07b7ad6c1144d2ac2e05a56b1d779c28ac4cb89928"}',0,'BLOCK_PARSED',NULL,'f35ce3ead8bc9ea2fe6a62fcd231af4004ff5ae18060a927e1bad7cb91988f37'); +INSERT INTO messages VALUES(1682,310673,'insert','blocks','{"block_hash":"03ae6af5afe6e7949bcf4039e122a60c97baf807e7b24bbf95881e0797b9e2c5","block_index":310673,"block_time":310673000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'dde31d47a53093210750cc271d41219e724cc9ced9d337df05d3a3b68a39f3ad'); +INSERT INTO messages VALUES(1683,310673,'parse','blocks','{"block_index":310673,"ledger_hash":"b5b49d68c552cafc8a42d9a3cbee8f99c9f0ec8ad968bb285239f052452d5fd9","messages_hash":"d9333ab3b101546338c4cd5c389b71645a851da76d64f32ff4550d5bc433815f","transaction_count":0,"txlist_hash":"95f29fee3d36bcf5b65defef149b1688b1d82c94b73a165a346590e2503596c5"}',0,'BLOCK_PARSED',NULL,'b21212fff02baddb35cd8ec36668d59fee70c6a893806198ab0ef3016c591c09'); +INSERT INTO messages VALUES(1684,310674,'insert','blocks','{"block_hash":"9e8b0b0ff1bb6fb1c88c7fb75f560e41f4d1e72c890c49a4c794db3508bb193c","block_index":310674,"block_time":310674000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f384167074cfcb42e2a9c4f8f6e1af80b1a8ae2bf85563e3ade1f59ef2987013'); +INSERT INTO messages VALUES(1685,310674,'parse','blocks','{"block_index":310674,"ledger_hash":"0bc667a4bb55578f47004f7e7cf5eb02ba8580bc678f3fb94d0099f2f0bc0974","messages_hash":"73d228e7ef78429bb88e895ea3573875a21992d3b75a252ba30e11bbbbe19269","transaction_count":0,"txlist_hash":"58d295011027d8876e883cdbb09e8b30077a99271ce6541a20a52a2583581be7"}',0,'BLOCK_PARSED',NULL,'b3ae752eff3861df0d1c3ed7a517e81179c48f2b9fecf1845ff6c78553534696'); +INSERT INTO messages VALUES(1686,310675,'insert','blocks','{"block_hash":"e84ef8d1cb7d22c4aa9c1d7b7570d6e14c6cdb84e00593a13f5d64a4313c2e21","block_index":310675,"block_time":310675000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c815b5576d1f32febdfd3706d4003e92afc94383a1122aab3228b6a62b2aefe4'); +INSERT INTO messages VALUES(1687,310675,'parse','blocks','{"block_index":310675,"ledger_hash":"b16e2f43ae599b3f63d0fcbfe6d1cac871bb03554865e6fc9f101824a577ea83","messages_hash":"3c58557ed2492c71fefa179f64125e447e2bfdeaf955abf4f7799e1a90a23dd8","transaction_count":0,"txlist_hash":"37f1ebd8868681edcf89cbfa6ddfb086a487909a63f35cbc50de9f3a4d41342e"}',0,'BLOCK_PARSED',NULL,'4205a3136052ae26070b1811b62d01dfd23642739f7995b9cdb5898c9648bb57'); +INSERT INTO messages VALUES(1688,310676,'insert','blocks','{"block_hash":"312bbdd1f53a4cfe3fa9c89f4c74b63972466bf2478c434fe7ae775ea3fcfcc1","block_index":310676,"block_time":310676000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'439bdb9b262d1724343cbb7c6848e4f1ee93028239d90eb3c1a9e40f9272a966'); +INSERT INTO messages VALUES(1689,310676,'parse','blocks','{"block_index":310676,"ledger_hash":"4fed59c135dcb11be487e36c05284e91ab137110115116aff5167350370c1a9e","messages_hash":"77483c07df3071df0843b526be705f202b6877c0c4809db12a5fa68c26c31854","transaction_count":0,"txlist_hash":"72ca2ceb1004009e684013f8f4f9da22d6df7288b3b262def230393ded00f7cc"}',0,'BLOCK_PARSED',NULL,'f155797424b09eef9eecfad2f7f9a76af9d77396b858791ef997b8c8b98f3c85'); +INSERT INTO messages VALUES(1690,310677,'insert','blocks','{"block_hash":"4b8f11d65385b9ccb23688a124ff536f164014fca6c7d090e6e873acb3e5843a","block_index":310677,"block_time":310677000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'3d75a3d1a0fda5dd5bb31cecbb1dfcfbeb0eb14a93cc8b8994c4c898bb9f0e7c'); +INSERT INTO messages VALUES(1691,310677,'parse','blocks','{"block_index":310677,"ledger_hash":"6c850b4a5ceb423fe74f937a2dab17bd1aa341345e711a7aec44ca32f0e42ac4","messages_hash":"c1d85899711c14b27431ae2aa1f5a034e4830df85702884381b35c6282d2eaea","transaction_count":0,"txlist_hash":"6e8f6549d153b331eef7b919decfa15e960bca32187f9449cf402a073d730902"}',0,'BLOCK_PARSED',NULL,'2fc64d68c0ffe872065d7731c85b75f6a693f96023b3a42baa0a5114f192fa38'); +INSERT INTO messages VALUES(1692,310678,'insert','blocks','{"block_hash":"d9bec9099ab0e267783576ac0d03cb1eeec78a0d892f30843f802d6740bef21c","block_index":310678,"block_time":310678000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'1b17c05f94aefee81f829f0e2dc7ab128b0ea099c10743f1703d4ccf44b9cce0'); +INSERT INTO messages VALUES(1693,310678,'parse','blocks','{"block_index":310678,"ledger_hash":"078b470ba70dc91a2eb63e6db67df1301ee68793564d9e9d8e166ae968713f99","messages_hash":"0698b703a94cb668c8c6465ef3f081c9cd1453929717875739b35bdfc682ffa4","transaction_count":0,"txlist_hash":"6788ce10475c262a4c0bd6d6d3c5dc290132dfaa2bf25f0fd78956b5cabb15be"}',0,'BLOCK_PARSED',NULL,'0975bf1fa6ced748a49ab0768eda796090f5bcccc2d3c8d1da39e9c56e79d23b'); +INSERT INTO messages VALUES(1694,310679,'insert','blocks','{"block_hash":"be81f07096cb9815706aa9ddfd6f3765371e83b38576ab135204a632b963e69b","block_index":310679,"block_time":310679000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'ffcbc8cce92b7903cf4192f969dc3d185a95db385f6195939f04bce0b2825e8f'); +INSERT INTO messages VALUES(1695,310679,'parse','blocks','{"block_index":310679,"ledger_hash":"35b671133ae190842c6eaab39aa38ca810c87a1c72de32a3246490220f4e09e8","messages_hash":"25d27cfc61abd52d7b151029f6b748ffcde298caa93640e4c2298b205cdd4c41","transaction_count":0,"txlist_hash":"b97aa07a9eecbad49eb40ae66290b96b1eb266c5f690c5a870b9a0c3d1d398a9"}',0,'BLOCK_PARSED',NULL,'5ef84ec9420cf271bb382d8c4ad8e18da48207409d7d346104c96cce5d64d11b'); +INSERT INTO messages VALUES(1696,310680,'insert','blocks','{"block_hash":"239326ce9ae5b46aa361ba49843329b17d5b8145a8c5701e7e482e20736cf9d8","block_index":310680,"block_time":310680000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'89f379cdf5e4d5dd23ecf991b4b9430afca0c43268619b3a10c24c39c42732e1'); +INSERT INTO messages VALUES(1697,310680,'parse','blocks','{"block_index":310680,"ledger_hash":"122310da598fae26c2f64982fdcf4d10082abe52b53de2f5f4742f8c4758f615","messages_hash":"266a04b045f6567fe1b090d032ce818e912949662607ea880e52e701b9a8d735","transaction_count":0,"txlist_hash":"27a94d73a2ef4014a4714d4ddbee181a102d441795625e963757b5ff188bb04a"}',0,'BLOCK_PARSED',NULL,'958d4b403e903779b0142315a678b0a1d4b4cba38baa0d9e26ea8f21fed976a6'); +INSERT INTO messages VALUES(1698,310681,'insert','blocks','{"block_hash":"0697e8d01967b24d7650c3ce1101c90e988a28afd894e1506505a00bf9e69f41","block_index":310681,"block_time":310681000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'702581ed028221d9bbb9d3de78f5c9785c9e3137f8c512ee51f404e043481ac1'); +INSERT INTO messages VALUES(1699,310681,'parse','blocks','{"block_index":310681,"ledger_hash":"bd3ef833e7f31585777c69a0a4f84caf9db030aa555ba4f74f7d2190e2a790c7","messages_hash":"b4274343172d18b9366b88fee4cc4c64e0493202f3f9a733dac94b20e5604517","transaction_count":0,"txlist_hash":"efba1e72f69c2ee9cd739356f235a66692b8008e1fddb76dd94377d9a7f854d5"}',0,'BLOCK_PARSED',NULL,'f00cb23f675532eeb95be64ed4ce2b7fe33ece1431b6c0842c740356680440ab'); +INSERT INTO messages VALUES(1700,310682,'insert','blocks','{"block_hash":"9bc8c24f8bbd03ae896235960d75749ae2f9f16525c933ca7f546fc04d334c55","block_index":310682,"block_time":310682000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c555a34260b8cfb60b227987f2b58471a9d73d8e595e6c37d0342f3c14944ea4'); +INSERT INTO messages VALUES(1701,310682,'parse','blocks','{"block_index":310682,"ledger_hash":"3c3907cb582af891d5f0fcf7c6883ddd9f6a08e264ecf01e5c7cbb11e331efff","messages_hash":"e7d02667265469ad8da103c581bf9aaa5a8246beee1d24860595483cdc2e2484","transaction_count":0,"txlist_hash":"f304fb81cd79f620f31ec880ab6968816bd85e50b71ae784325218704f0c0ccf"}',0,'BLOCK_PARSED',NULL,'9404ec20e1f6f47df4620fc069d3a7ae0bf38a32fd32905f40c7c46a0b0b507e'); +INSERT INTO messages VALUES(1702,310683,'insert','blocks','{"block_hash":"ad6e6b13d5c058aadfae019decb3d2c154d538aa8753c9ada94db18e6d499511","block_index":310683,"block_time":310683000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'152001d76ff7c3ac3f60d1653be45bf97b12bc2be1ec5ffe64578efdbc4aa3a4'); +INSERT INTO messages VALUES(1703,310683,'parse','blocks','{"block_index":310683,"ledger_hash":"fd7c25b3589737a0768e10e7bc12c41efd93c38bd65ddaf8d1c3fcb6a0d05453","messages_hash":"174dd73a81bd8b86db1b26470900cadacf71f6441499d8ab6f24d9db42795e06","transaction_count":0,"txlist_hash":"9b0af830ed110ab15ef49d31992e76bc9fa6ef408d23316ef7d63037193c799f"}',0,'BLOCK_PARSED',NULL,'986a4361e5431139d00672d6dd36ad898a62855410fae5ae7b7d5460ae92abbc'); +INSERT INTO messages VALUES(1704,310684,'insert','blocks','{"block_hash":"d0d985b69719bb289bc917742a603c3e7d9839d39ef9afdde4a8e0d0739835c9","block_index":310684,"block_time":310684000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'13f1233dd2a1bbe40bacad3d61a64a8b13ddcffc43837621eadc0a9c977f82fa'); +INSERT INTO messages VALUES(1705,310684,'parse','blocks','{"block_index":310684,"ledger_hash":"b6eed1ef9907f05a52d6a9e482f6380fe9affff0e565f33bc109a73d9e616dcd","messages_hash":"836c2bf2acfac36104eef24cdc4f85371dccdb439bb608d33bba536e60566259","transaction_count":0,"txlist_hash":"84fd50e02fb724337304367bce2131d5f06c812aca832707e3365888c4ebfd7e"}',0,'BLOCK_PARSED',NULL,'8fa043ee537222e442b158d7e2fde12ba7afe365877467279c99e02bc973a758'); +INSERT INTO messages VALUES(1706,310685,'insert','blocks','{"block_hash":"f5aec0f5dd7cad893104f7704e4a34304fd4e2620517e7f18e993d49ab1a98f8","block_index":310685,"block_time":310685000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'36a70a1b00acee8a492f458a000bb2c429f6e991b1aafe0a2b31478207618ef3'); +INSERT INTO messages VALUES(1707,310685,'parse','blocks','{"block_index":310685,"ledger_hash":"84db46481840123dec829c78e41642a903623e2f4864120af5d6c7a6cd5a2c8c","messages_hash":"cfbd7258df30f1661edfb9b4695cd7c6ad930825a95c5a7e1358079666161932","transaction_count":0,"txlist_hash":"b12f0510839c3c6afcb1efe01948c40cad06961767cb0e72fc80199e537193cd"}',0,'BLOCK_PARSED',NULL,'294e8394f75d9757cd47fae64d596d35d4a3f0fb5a06063a123ece07a3734df5'); +INSERT INTO messages VALUES(1708,310686,'insert','blocks','{"block_hash":"a7466a4c47b167bec3720e7fd69772168d606e4edac7e44e55f411571cc603ca","block_index":310686,"block_time":310686000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'054e6826cd1d2550cad60fafe75edf9d8bf8d234c4c47ddf1db0384ce44c38b7'); +INSERT INTO messages VALUES(1709,310686,'parse','blocks','{"block_index":310686,"ledger_hash":"63b00521e92154c668a8849d730bbe9cbe48970bb2d81ec51cf2dd7be26ef586","messages_hash":"a2b53c3b3603bfd9fcc4475532c45c37385f60bdd833a60e430fddaf2505932c","transaction_count":0,"txlist_hash":"5345f04ff9e5a7842bcdece536d978c4af8a12f94013d9d2d018885a6cee2502"}',0,'BLOCK_PARSED',NULL,'5a6f97fd4912f6af249c92fc2936ba05acf6a66a0c53b79bb6b0d19fa93ee672'); +INSERT INTO messages VALUES(1710,310687,'insert','blocks','{"block_hash":"c33713cb462046341ff116655bdb0614ae7726888f57e6493fae63d5a06d7bb8","block_index":310687,"block_time":310687000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e34cd81f9a35fa810cff29d977f384df7fbc957cc9393b5d8a486675d14adc3a'); +INSERT INTO messages VALUES(1711,310687,'parse','blocks','{"block_index":310687,"ledger_hash":"1467302354868fb09799c0e66d303915f9fe4238f08bed7ee70c9ae72c51fd59","messages_hash":"66b8bdafa6fb1f4cb3ae7909a3308b034bfd5798da91299559f094c461b09b5f","transaction_count":0,"txlist_hash":"7c0775c844eefbd9c6b99ef27f1d1dce765b57fec55fc55d959be8fe60d5b7f4"}',0,'BLOCK_PARSED',NULL,'d40c118ea6e8b662cb53274277fa08f1ba789af2f7285ba473ce9caa58c6e3bc'); +INSERT INTO messages VALUES(1712,310688,'insert','blocks','{"block_hash":"3e802519162b52001ff1cafc7892747054d50f03d642b09a1ab0dcfb9cdbf822","block_index":310688,"block_time":310688000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'12f3750f73d29480361eb56837bade4afaff4f59a2bda5ec5bed23a06b260062'); +INSERT INTO messages VALUES(1713,310688,'parse','blocks','{"block_index":310688,"ledger_hash":"b7efa5a23070453185c01494e1f7037abe7d53f57557114a4b9038042291d846","messages_hash":"bd8b2de5e920060da41aaecc7214bc231afc9d8aa83747fd09ad096bdd976724","transaction_count":0,"txlist_hash":"a759e1bd223d58e9a970b1b8ac41a737c915d0e8b8d8ccd6989966c282172e21"}',0,'BLOCK_PARSED',NULL,'3d3f60a68868e08b8e096a2d9986c9b369708b511a9a2a0d81fe6fc6be593d10'); +INSERT INTO messages VALUES(1714,310689,'insert','blocks','{"block_hash":"d400463f1c0388bfc6ab6deddb018144f6db53b604c549f1fbda8211de1755df","block_index":310689,"block_time":310689000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'d07debf3d3848926a5c631eb37a2cc25f1f4446ca2dd51b7a486979585c404b9'); +INSERT INTO messages VALUES(1715,310689,'parse','blocks','{"block_index":310689,"ledger_hash":"db7f7a5425f9f74910edfc99178e52fcfa560db91abfe5b6126139e611dd632a","messages_hash":"d721314d261c7062022dd1cd9204c31446be9868af1877a90f7d9a20655617e0","transaction_count":0,"txlist_hash":"25f2da67cd5a3bb06116a2cad37edcbfce39618903596ef94bd701bc68ee7001"}',0,'BLOCK_PARSED',NULL,'998f33e0b328defefce454443bad90833f508050153de9a35b635dd1de7813c0'); +INSERT INTO messages VALUES(1716,310690,'insert','blocks','{"block_hash":"0beb7cc3cd4d229f7c538e98c1f8d9f10f00fc64d91a5acff5ef892e4af65462","block_index":310690,"block_time":310690000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'22dfdb0b5a6f79bd98b2a97abecaaabd63b863fc2f990dc5376f5fcd425f8eb0'); +INSERT INTO messages VALUES(1717,310690,'parse','blocks','{"block_index":310690,"ledger_hash":"7a8602b8fbfe83e3ea718160efede84e5cc75b58c6ea505c63ff7612b59fc9d5","messages_hash":"ba0d3d3f5c4a4f1119e74f137d961fd018b9ceb67a0edd1d8485f5d31ce2e77e","transaction_count":0,"txlist_hash":"8f6d989ffde6b7ae13576d7c94fc2d6d050870c1eb1b32a3c55f0655f9f29755"}',0,'BLOCK_PARSED',NULL,'14ba51c3d93b363e796cf556949d50f79fc0aa1badf833113fb76429c8f04b80'); +INSERT INTO messages VALUES(1718,310691,'insert','blocks','{"block_hash":"07253277584631d8dd356b4760c8802b1b3f74e39ee13584ee523e0d0fc50b6e","block_index":310691,"block_time":310691000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'e1e42aca8525ced53b252dce36359f2a33ee976747fa6ac8e7ea9e630ffb361e'); +INSERT INTO messages VALUES(1719,310691,'parse','blocks','{"block_index":310691,"ledger_hash":"cf9093824f1e5e5b74032e31148dd0710c88d3a2f7977f7ba6d568754809275a","messages_hash":"c63ddc86adea5aaa3252d5cb21de44ef54393762eb9004ee18f5fbd712e54dd1","transaction_count":0,"txlist_hash":"8cc3c0d7eeff5d459e27f44ce0fb8f5c6ef18582d117e97f1edea7fd2cc8cadf"}',0,'BLOCK_PARSED',NULL,'12b5c6d92152f473d41fc42eb1eb9f76f1b4f554d3a7fed1903d4c124bd878fa'); +INSERT INTO messages VALUES(1720,310692,'insert','blocks','{"block_hash":"29f6baf3c618e1bcb16cc413890a0b2a458d05a2e60ccaba92fc83096846c932","block_index":310692,"block_time":310692000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'9a6b8331f7d00742fa5f834ddad90eadb4bdde5d4d3a1a8596769c2600246d8e'); +INSERT INTO messages VALUES(1721,310692,'parse','blocks','{"block_index":310692,"ledger_hash":"74dd90ce3722f861318b38ac8f337dc0c813aa5400444b378637d606970cc743","messages_hash":"2390eef8c10835819496bd59f8009871a10cda41b3400f0dc8892c417724e74d","transaction_count":0,"txlist_hash":"59bf603449c60938cb6bd4bb3aeabffc35b6b25bce47eed6b5c259516d2520fe"}',0,'BLOCK_PARSED',NULL,'d9a8c5870bcdf61e75be36a7ee9df885be17f0dcb7a213e95c471ae36b11736c'); +INSERT INTO messages VALUES(1722,310693,'insert','blocks','{"block_hash":"c7520c5e5a5f19c4aa0859c399a1288c1c357d29a6a4446855bca61af38277e1","block_index":310693,"block_time":310693000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'a761e872a9cf1576ac83a3e84bea372308d7a76f2d6051cba0c1a7f6c04705d3'); +INSERT INTO messages VALUES(1723,310693,'parse','blocks','{"block_index":310693,"ledger_hash":"73a17e5a019b448af17f2c0e676fada23f2a6dedb29fb21cda68f2cf420cd725","messages_hash":"17134e954c270cb1e668779075c5e1d9aad062f6337533bf126b8ba9a8fceff9","transaction_count":0,"txlist_hash":"7754a43ec6e0231741f528c99531599d87a00623017cb17f3d3fb94e3f78e916"}',0,'BLOCK_PARSED',NULL,'fe5bc18f01ab97a35e292084ecec081f671bdd084c8eb5eb5650aaed3359155d'); +INSERT INTO messages VALUES(1724,310694,'insert','blocks','{"block_hash":"586e9f2ece2b1d03767d82fe988632d69a7827333860c58460abc7a5b9b396a0","block_index":310694,"block_time":310694000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'6de0563c906af530d57c5b2600ea72a7f07cff850d54f46f4b5d9f5665d5ede4'); +INSERT INTO messages VALUES(1725,310694,'parse','blocks','{"block_index":310694,"ledger_hash":"fcc3fc1e1563344800ea86521b53b6b419e0495527386b67fd31ab23957a2a2f","messages_hash":"0d63cbb69925fd2a44367cf820efc23a41960265374e82b1e7d3e5a74aa2fe7f","transaction_count":0,"txlist_hash":"46847e9822c68d2390adc97599452010bc2badc6decc88aedb9f58e57394cd52"}',0,'BLOCK_PARSED',NULL,'5b0057a660158ba65aa0b3186c30d577627721b5901b2f821b4bf782da680137'); +INSERT INTO messages VALUES(1726,310695,'insert','blocks','{"block_hash":"a1803237d72105847b97a31294e91e7374ff47bdbc4e374744a8754a41423538","block_index":310695,"block_time":310695000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'4b7b3fd7c866590c492be77768899a947d60a3580061f971b1cafffa3df31517'); +INSERT INTO messages VALUES(1727,310695,'parse','blocks','{"block_index":310695,"ledger_hash":"90cede3b9e6ffcba3e0af2584bc07a01c2ce0465095f9e2830dd0d9cf1a71a85","messages_hash":"4fe41901a6cfa3c07498f1ceeb468ad3e09561bbcb2e0c62ae5a1136ab7d9f15","transaction_count":0,"txlist_hash":"1657e29445bc4c4600856690d40a7f04d8b0733eb3bffbaa525ba9770e9cd171"}',0,'BLOCK_PARSED',NULL,'67dae8969366f015a1ac94c1f1365bedb2258a4b1eb2bd9f90cfd54b74719d0b'); +INSERT INTO messages VALUES(1728,310696,'insert','blocks','{"block_hash":"7ac8080d89c8a8245703603c294c5df90a342bb4a325462e65827fd709ab0fa7","block_index":310696,"block_time":310696000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'c909fcb46d16660cf68d77ed89dbeea82baada1e36e4638fea270c316f4d9056'); +INSERT INTO messages VALUES(1729,310696,'parse','blocks','{"block_index":310696,"ledger_hash":"b12309d3cd3ae4a4e63af3bb49ab7be89086b3216483abe3df6ee3ef4cd4495a","messages_hash":"873521391a7906f54adf9ef529e50e3c0e97e41bf22e72df0785d67ce1900def","transaction_count":0,"txlist_hash":"97773014afb5e392271b317b2ee678ce467367afa586e9925d10580e1b6fa692"}',0,'BLOCK_PARSED',NULL,'2ffb1d341c204410706c9c8ffedf113f42e2245d63717e6159e712d2bf8a8aa9'); +INSERT INTO messages VALUES(1730,310697,'insert','blocks','{"block_hash":"4fcf90ea3f5b4f6c003475c22f583053b5f7b6e0ffe12341b0993ede4fa8f304","block_index":310697,"block_time":310697000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f8218efa13878be3385a0ae7f5d3d78c3c93ac83f61ee7fcbc50c14345fa1f24'); +INSERT INTO messages VALUES(1731,310697,'parse','blocks','{"block_index":310697,"ledger_hash":"b2ef3fb8b286c657e83f8707e86ad5190b0af834dc274017dce1bca26acad6a2","messages_hash":"ba3631093c56db61398f4627d253a8796ffba334a16bc19af1eace688f8b122b","transaction_count":0,"txlist_hash":"7b199c80505cad4703e6baf926cb858ffda7da594591cc4e8788f915a2b01248"}',0,'BLOCK_PARSED',NULL,'8ce1ebb608772f2bc626462d43a244d4d29722847e7b5616fbc9836d4729a0dd'); +INSERT INTO messages VALUES(1732,310698,'insert','blocks','{"block_hash":"ab4521982489ec4c2011e8f374ab83f249eeee42f51009b1b5647b998d854c53","block_index":310698,"block_time":310698000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'cdbbce12e06b9b865e8582d025ddbde29ec566b69c5d880393fb268e053d4d75'); +INSERT INTO messages VALUES(1733,310698,'parse','blocks','{"block_index":310698,"ledger_hash":"e4dd38ae1fe02d009d84128937505c9eb9f807fa5dea74e77a3a438f12a2bbeb","messages_hash":"9d6bd77afd6863f8a38362aa908ea20bf54859de26b02d8b917ccc23b742caff","transaction_count":0,"txlist_hash":"7c6eabb5934f99aae5c32cae53addec2fa66ba2e5b8a2801d29cccb0f1028b93"}',0,'BLOCK_PARSED',NULL,'409ea3e80e9801d448ef5a8cb75463ffb221dc718257b43924dfe05f47386c57'); +INSERT INTO messages VALUES(1734,310699,'insert','blocks','{"block_hash":"3f34102183af409ce39d0ebd3be002cc38e973a0b3492fc9c1e0dd5813941d1d","block_index":310699,"block_time":310699000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'f2ad3eafbb9c1abf048eacfe49f60ab76acfb9bc3081bcffab7dbc70191bdcbe'); +INSERT INTO messages VALUES(1735,310699,'parse','blocks','{"block_index":310699,"ledger_hash":"5f578b303590202d182d2d126fc4ddfe614fada16ec33eda05e493c414f405e2","messages_hash":"32d7740d1b26500bfca1a361a67a39f362e25fee60830911a76b9a4200832ba4","transaction_count":0,"txlist_hash":"4c177e0da421e1833233d147c1ecd5aee21da2897ffbd1baa139320820587226"}',0,'BLOCK_PARSED',NULL,'ff8386370cf6908039f2165aa24cc61cc3f4141c61a327ffd7c04432cb723031'); +INSERT INTO messages VALUES(1736,310700,'insert','blocks','{"block_hash":"4f928d25664bb6ac693dd70e408dedc257abcd4cfb1f7ab6fabd8970cb663fa5","block_index":310700,"block_time":310700000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'df7d0fc7b561ef6ca5850b0c7c976d7bb32ac1c1ee4c5bd5de91c975f00407c4'); +INSERT INTO messages VALUES(1737,310700,'parse','blocks','{"block_index":310700,"ledger_hash":"fe90eac96beabb7e5313f8d3466a3e9e862318e51eafc3df5ebddd67c7174568","messages_hash":"0734a8a00cccf16b9cf91f66506f854fdd632743c57b1f374f87ff1ea89c417f","transaction_count":0,"txlist_hash":"1d5586274427145daa34ab7839453930fdac69521c32c6e77d4947d03d157359"}',0,'BLOCK_PARSED',NULL,'361d36477d514d2b828187607a67d7859975d6d0c5b335ec5c40015469febd18'); +INSERT INTO messages VALUES(1738,310701,'insert','blocks','{"block_hash":"9e2377aa8ebc26294dce0ed34dc1a071c67505a0cea36e0bec20d9ab0997f6e1","block_index":310701,"block_time":310701000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'21534afed284e925e8bccc92db216f37b6ddbb2f8540157203d98b72b8e26eaa'); +INSERT INTO messages VALUES(1739,310701,'parse','blocks','{"block_index":310701,"ledger_hash":"93f52d9dd1fe1606a1aa38ce4f00210ffacd37118495ec3a06fbbadc57b2deb4","messages_hash":"42fc1b35f152acf8dcfa7f2e8bdf73e3374b4b66db6eef2088982e9a7e5b3923","transaction_count":0,"txlist_hash":"724404753d10775f47ff861186fa24a13eaf71cb0e59b628103f36d38cc80d7d"}',0,'BLOCK_PARSED',NULL,'15e9d729073464e2b22e0d3cf2de6afdc68676c3d74c1d85907b9ec61ba966b4'); +INSERT INTO messages VALUES(1740,310702,'insert','blocks','{"block_hash":"69cb443673c221a8e157d61707d52cf980c87faf5c3b31a5850ff43be70883c8","block_index":310702,"block_time":310702000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'099867d901057b6a2f592255e923eeaf4d3a381e076a18062d953f63c44644ca'); +INSERT INTO messages VALUES(1741,310702,'parse','blocks','{"block_index":310702,"ledger_hash":"66d9f92af4ee7422f6198541304c23dd776032a3b7680a88c99f57c747a8fe93","messages_hash":"81ca8221cc4c42a83952477e0cd44cb4f3df363967afa49eec760b76c3aa803d","transaction_count":0,"txlist_hash":"689d74dfb418e1674e6892afa5e865f45ea1c9ee9aebe930fab6e967cf8486f3"}',0,'BLOCK_PARSED',NULL,'58e7520abc90b2cd1132a9662494f4775a4dd9a5bdbdd8278079afb25462805a'); +INSERT INTO messages VALUES(1742,310703,'insert','blocks','{"block_hash":"b8b21ab596ed7ad84e449d098c04d86cbb6623c5e88af7772166882efbd91218","block_index":310703,"block_time":310703000,"difficulty":null,"ledger_hash":null,"previous_block_hash":null,"txlist_hash":null}',0,'NEW_BLOCK',NULL,'825cca043713fe72e2bbec9d6eeafb798be384af3206c119b55b7fff55eb16c8'); +INSERT INTO messages VALUES(1743,310703,'parse','blocks','{"block_index":310703,"ledger_hash":"fa9be6ec83c14604fbeede79c09404102eda193852f3c1965672bdbc07651bbf","messages_hash":"7ade286647e51cb336fb21cd8dd145cbc4720656184297a3a6393251f481d024","transaction_count":0,"txlist_hash":"ead5543d5ba4a13c6b7b09e468becc6ea499acf2a5cbc9b3e54e1477293760f4"}',0,'BLOCK_PARSED',NULL,'0e8d2fd96fba527fffff7fe5d7e23fac4a909b1e3787af94c08e41f59339dc6a'); -- Triggers and indices on messages CREATE TRIGGER block_update_messages BEFORE UPDATE ON messages BEGIN @@ -3482,8 +3505,6 @@ CREATE TRIGGER block_update_broadcasts END; CREATE INDEX broadcasts_block_index_idx ON broadcasts (block_index) ; -CREATE INDEX broadcasts_status_source_idx ON broadcasts (status, source) - ; CREATE INDEX broadcasts_status_source_tx_index_idx ON broadcasts (status, source, tx_index) ; CREATE INDEX broadcasts_timestamp_idx ON broadcasts (timestamp) @@ -3630,52 +3651,53 @@ BEGIN TRANSACTION; -- Table issuances DROP TABLE IF EXISTS issuances; CREATE TABLE issuances( - tx_index INTEGER, - tx_hash TEXT, - msg_index INTEGER DEFAULT 0, - block_index INTEGER, - asset TEXT, - quantity INTEGER, - divisible BOOL, - source TEXT, - issuer TEXT, - transfer BOOL, - callable BOOL, - call_date INTEGER, - call_price REAL, - description TEXT, - fee_paid INTEGER, - locked BOOL, - status TEXT, - asset_longname TEXT, - reset BOOL, - description_locked BOOL, - fair_minting BOOL DEFAULT 0, - PRIMARY KEY (tx_index, msg_index), - UNIQUE (tx_hash, msg_index) - ); -INSERT INTO issuances VALUES(2,'1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1',0,310001,'DIVISIBLE',100000000000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Divisible asset',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(3,'7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584',0,310002,'NODIVISIBLE',1000,0,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'No divisible asset',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(4,'c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140',0,310003,'CALLABLE',1000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Callable asset',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(5,'90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da',0,310004,'LOCKED',1000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Locked asset',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(6,'344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc',0,310005,'LOCKED',0,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Locked asset',0,1,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(17,'bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39',0,310016,'MAXI',9223372036854775807,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Maximum quantity',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(110,'e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e',0,310109,'PAYTOSCRIPT',1000,0,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy',0,0,0,0.0,'PSH issued asset',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(114,'34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63',0,310113,'LOCKEDPREV',1000,1,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42',0,0,0,0.0,'Locked asset',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(115,'025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2',0,310114,'LOCKEDPREV',0,1,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42',0,0,0,0.0,'Locked asset',0,1,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(116,'4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb',0,310115,'LOCKEDPREV',0,1,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42',0,0,0,0.0,'changed',0,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(495,'321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503',0,310494,'DIVIDEND',100,1,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH',0,0,0,0.0,'',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(498,'076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f',0,310497,'PARENT',100000000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Parent asset',50000000,0,'valid',NULL,0,0,0); -INSERT INTO issuances VALUES(499,'0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf',0,310498,'A95428956661682277',100000000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Child of parent',25000000,0,'valid','PARENT.already.issued',0,0,0); -INSERT INTO issuances VALUES(500,'a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce',0,310499,'FREEFAIRMIN',0,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,NULL,1); -INSERT INTO issuances VALUES(501,'13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe',0,310500,'PAIDFAIRMIN',0,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,NULL,1); -INSERT INTO issuances VALUES(502,'d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67',0,310501,'FREEFAIRMIN',10,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',0,0,'valid',NULL,0,0,1); -INSERT INTO issuances VALUES(503,'9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1',0,310502,'RAIDFAIRMIN',20,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,NULL,1); -INSERT INTO issuances VALUES(504,'c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7',0,310503,'QAIDFAIRMIN',20,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,NULL,1); -INSERT INTO issuances VALUES(505,'0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9',0,310504,'A160361285792733729',20,1,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',0,0,0,0.0,'softcap description',0,0,'valid',NULL,0,NULL,1); -INSERT INTO issuances VALUES(506,'6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8',0,310505,'A160361285792733729',10,1,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',0,0,0,0.0,'softcap description',0,0,'valid',NULL,0,0,1); -INSERT INTO issuances VALUES(507,'ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18',0,310506,'A160361285792733729',20,1,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',0,0,0,0.0,'softcap description',0,1,'valid',NULL,0,1,0); -INSERT INTO issuances VALUES(510,'01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1',0,310509,'TESTDISP',1000,0,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b',0,0,0,0.0,'Test dispensers asset',50000000,0,'valid',NULL,0,0,0); + tx_index INTEGER, + tx_hash TEXT, + msg_index INTEGER DEFAULT 0, + block_index INTEGER, + asset TEXT, + quantity INTEGER, + divisible BOOL, + source TEXT, + issuer TEXT, + transfer BOOL, + callable BOOL, + call_date INTEGER, + call_price REAL, + description TEXT, + fee_paid INTEGER, + locked BOOL DEFAULT FALSE, + status TEXT, + asset_longname TEXT, + reset BOOL DEFAULT FALSE, + description_locked BOOL, + fair_minting BOOL DEFAULT FALSE, + asset_events TEXT, + PRIMARY KEY (tx_index, msg_index), + UNIQUE (tx_hash, msg_index) + ); +INSERT INTO issuances VALUES(2,'1fc2e5a57f584b2f2edd05676e75c33d03eed1d3098cc0550ea33474e3ec9db1',0,310001,'DIVISIBLE',100000000000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Divisible asset',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(3,'7b1bf5144346279271b1ff78664f118224fe27fd8679d6c1519345f9c6c54584',0,310002,'NODIVISIBLE',1000,0,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'No divisible asset',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(4,'c26f3a0c4e57e41919ff27aae95a9a9d4d65d34c6da6f1893884a17c8d407140',0,310003,'CALLABLE',1000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Callable asset',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(5,'90b5734be98b0f2a0bd4b6a269c8db3368e2e387bb890ade239951d05423b4da',0,310004,'LOCKED',1000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Locked asset',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(6,'344dcc8909ca3a137630726d0071dfd2df4f7c855bac150c7d3a8367835c90bc',0,310005,'LOCKED',0,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Locked asset',0,1,'valid',NULL,0,0,0,'lock_quantity'); +INSERT INTO issuances VALUES(17,'bd4e9cbbe69c2db893cd32182a2d315c89c45ba4e31aa5775d1fe42d841cea39',0,310016,'MAXI',9223372036854775807,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Maximum quantity',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(110,'e8baf787b9e4636a3cad0ffeb62992ad7abb160dc6506af0546f566dc178de7e',0,310109,'PAYTOSCRIPT',1000,0,'2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy','2MyJHMUenMWonC35Yi6PHC7i2tkS7PuomCy',0,0,0,0.0,'PSH issued asset',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(114,'34bce6f409758b3d6fd13282a99b277ef1fdf44a1025d2901075cac0249dbc63',0,310113,'LOCKEDPREV',1000,1,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42',0,0,0,0.0,'Locked asset',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(115,'025b810fce7735c5869b90846007e5f604f60c1beda4c1695f1c7fbec3d44bc2',0,310114,'LOCKEDPREV',0,1,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42',0,0,0,0.0,'Locked asset',0,1,'valid',NULL,0,0,0,'lock_quantity'); +INSERT INTO issuances VALUES(116,'4ab1a24283c1dbfc710be7b215d64e8a4510ee97af019e210049c25773b50beb',0,310115,'LOCKEDPREV',0,1,'mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42','mwtPsLQxW9xpm7gdLmwWvJK5ABdPUVJm42',0,0,0,0.0,'changed',0,0,'valid',NULL,0,0,0,'change_description'); +INSERT INTO issuances VALUES(495,'321bed395482e034f2ce0a4dbf28d1f800592a658e26ea91ae9c5b0928204503',0,310494,'DIVIDEND',100,1,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH',0,0,0,0.0,'',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(498,'076ae3d8eeb7fb40d2ae27692340157c746d9832806766b0dac5adb1526dc78f',0,310497,'PARENT',100000000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Parent asset',50000000,0,'valid',NULL,0,0,0,'creation'); +INSERT INTO issuances VALUES(499,'0abfce2662c05852fd8b181a60900678643cedad47b23a853b8c4eda82cb2cbf',0,310498,'A95428956661682277',100000000,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'Child of parent',25000000,0,'valid','PARENT.already.issued',0,0,0,'creation'); +INSERT INTO issuances VALUES(500,'a34d2b430b05ce71e9b09125d92be01fe666327252cbe54916e3a07db67b93ce',0,310499,'FREEFAIRMIN',0,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,NULL,1,'open_fairminter'); +INSERT INTO issuances VALUES(501,'13e642d78db80af715cdce12a9fca81965752bbfb59549341fa4760da3d32afe',0,310500,'PAIDFAIRMIN',0,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,NULL,1,'open_fairminter'); +INSERT INTO issuances VALUES(502,'d42849c71a32e388606982d3384ec8ae12e5c0ba2f742cb4ddf0649fb66e1f67',0,310501,'FREEFAIRMIN',10,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',0,0,'valid',NULL,0,0,1,'fairmint'); +INSERT INTO issuances VALUES(503,'9830e28496bb94f7e9f829abd26fd2cdce24ccb637e55488537a7080979ad9c1',0,310502,'RAIDFAIRMIN',20,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,NULL,1,'open_fairminter'); +INSERT INTO issuances VALUES(504,'c3d10301a50c49b3c9515f88847b92ce969729c194c064f411d610bc3b3704e7',0,310503,'QAIDFAIRMIN',20,1,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc',0,0,0,0.0,'',50000000,0,'valid',NULL,0,NULL,1,'open_fairminter'); +INSERT INTO issuances VALUES(505,'0d56c40c31829bbd06cdc039eda95c844c98208ec981ef419093c386eab2d0e9',0,310504,'A160361285792733729',20,1,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',0,0,0,0.0,'softcap description',0,0,'valid',NULL,0,NULL,1,'open_fairminter'); +INSERT INTO issuances VALUES(506,'6f4c3965a1cc2891e7dcdb4a3c12b73e6cf2e56e750dabcdf87c82443f08e1d8',0,310505,'A160361285792733729',10,1,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',0,0,0,0.0,'softcap description',0,0,'valid',NULL,0,0,1,'fairmint'); +INSERT INTO issuances VALUES(507,'ba6c7582f5c1e39bed32074c16f54ab338c79d0eefd3c8a7ba1f949e2febcd18',0,310506,'A160361285792733729',20,1,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns',0,0,0,0.0,'softcap description',0,1,'valid',NULL,0,1,0,'fairmint'); +INSERT INTO issuances VALUES(510,'01e52e3770a932827a4b4e5db193eef916fcf69bda1a7944298210a74f1633a1',0,310509,'TESTDISP',1000,0,'munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b','munimLLHjPhGeSU5rYB2HN79LJa8bRZr5b',0,0,0,0.0,'Test dispensers asset',50000000,0,'valid',NULL,0,0,0,'creation'); -- Triggers and indices on issuances CREATE TRIGGER block_update_issuances BEFORE UPDATE ON issuances BEGIN @@ -3683,8 +3705,6 @@ CREATE TRIGGER block_update_issuances END; CREATE INDEX issuances_asset_longname_idx ON issuances (asset_longname) ; -CREATE INDEX issuances_asset_status_idx ON issuances (asset, status) - ; CREATE INDEX issuances_block_index_idx ON issuances (block_index) ; CREATE INDEX issuances_issuer_idx ON issuances (issuer) @@ -3695,8 +3715,6 @@ CREATE INDEX issuances_status_asset_longname_tx_index_idx ON issuances (status, ; CREATE INDEX issuances_status_asset_tx_index_idx ON issuances (status, asset, tx_index DESC) ; -CREATE INDEX issuances_status_idx ON issuances (status) - ; COMMIT TRANSACTION; PRAGMA page_size=4096; @@ -3732,8 +3750,8 @@ INSERT INTO sends VALUES(482,'b00bdf03402d81a2cbdbeac4b0df90cff5ab6bf9688f653383 INSERT INTO sends VALUES(483,'c8716524f33646b9af94d6f5e52494ff3b34466497094b1db2ab920e4f79bc34',310482,'mtQheFaSfWELRB2MyMBaiWjdDm6ux9Ezns','mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','XCP',100000000,'valid',0,X'FADE0001',0); INSERT INTO sends VALUES(496,'02156b9a1f643fb48330396274a37620c8abbbe5eddb2f8b53dadd135f5d2e2e',310495,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj','DIVIDEND',10,'valid',0,NULL,0); INSERT INTO sends VALUES(497,'a35ab1736565aceddbd1d71f92fc7f39d1361006aa9099f731e54e762964d5ba',310496,'mnfAHmddVibnZNSkh8DvKaQoiEfNsxjXzH','mqPCfvqTfYctXMUfmniXeG2nyaN8w6tPmj','XCP',92945878046,'valid',0,NULL,0); -INSERT INTO sends VALUES(508,'c1a3885eac5247f363f6adcc0fbd6576b8b98f928065185074fe75d01c91af02',310507,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','e219be68972de7df99122a0213d7be2f597c14fa48b55457a81641583099fea4:0','XCP',100,'valid',0,NULL,0); -INSERT INTO sends VALUES(509,'a568f169d4bb433072dd25793970d330fa51092012964a5bdc42d22835182726',310508,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','74501a157028760383ae4a8f79f6bce9ef64e60e883ac3285bc239a907c2b42c:0','DIVISIBLE',1,'valid',0,NULL,0); +INSERT INTO sends VALUES(508,'f75e8d65a22120cb2c16de7f11f6f0f3e19b5d5d49f5dae93fa9663dee8cda30',310507,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','57be7a922f829587d929c39a595044a9b848c1a961d65b1b412ccb382e861d3e:0','XCP',100,'valid',0,NULL,0); +INSERT INTO sends VALUES(509,'6d82e72e296882c73768a230de12c85e871712d7f9a51448ecb2b4dde1abf881',310508,'mn6q3dS2EnDUx3bmyWc6D4szJNVGtaR7zc','b55b034f8a10faa953f2f156c9b00a277ba7840c6d065e9a7767a6fe22636ce2:0','DIVISIBLE',1,'valid',0,NULL,0); -- Triggers and indices on sends CREATE TRIGGER block_update_sends BEFORE UPDATE ON sends BEGIN @@ -3915,8 +3933,6 @@ CREATE INDEX rps_status_idx ON rps (status) ; CREATE INDEX rps_tx_hash_idx ON rps (tx_hash) ; -CREATE INDEX rps_tx_index_idx ON rps (tx_index) - ; CREATE INDEX rps_tx_index_tx_hash_idx ON rps (tx_index, tx_hash) ; CREATE INDEX rps_wager_possible_moves_idx ON rps (wager, possible_moves) @@ -4105,14 +4121,10 @@ CREATE INDEX dispensers_last_status_tx_hash_idx ON dispensers (last_status_tx_ha ; CREATE INDEX dispensers_source_asset_origin_status_idx ON dispensers (source, asset, origin, status) ; -CREATE INDEX dispensers_source_idx ON dispensers (source) - ; CREATE INDEX dispensers_source_origin_idx ON dispensers (source, origin) ; CREATE INDEX dispensers_status_block_index_idx ON dispensers (status, block_index) ; -CREATE INDEX dispensers_status_idx ON dispensers (status) - ; CREATE INDEX dispensers_tx_hash_idx ON dispensers (tx_hash) ; CREATE INDEX dispensers_tx_index_idx ON dispensers (tx_index) @@ -4138,6 +4150,7 @@ CREATE TABLE dispenses ( asset TEXT, dispense_quantity INTEGER, dispenser_tx_hash TEXT, + btc_amount INTEGER, PRIMARY KEY (tx_index, dispense_index, source, destination), FOREIGN KEY (tx_index, tx_hash, block_index) REFERENCES transactions(tx_index, tx_hash, block_index)); -- Triggers and indices on dispenses diff --git a/counterparty-core/counterpartycore/test/fixtures/vectors.py b/counterparty-core/counterpartycore/test/fixtures/vectors.py index 361a18a01b..2c5533db5f 100644 --- a/counterparty-core/counterpartycore/test/fixtures/vectors.py +++ b/counterparty-core/counterpartycore/test/fixtures/vectors.py @@ -7421,7 +7421,10 @@ }, { "comment": "CIP 9 enhanced send to a REQUIRE_MEMO address without memo", - "mock_protocol_changes": {"enhanced_sends": True, "options_require_memo": True}, + "mock_protocol_changes": { + "enhanced_sends": True, + "options_require_memo": True, + }, "in": ( "create_send", { @@ -7438,7 +7441,10 @@ }, { "comment": "CIP 9 enhanced send to a REQUIRE_MEMO address with memo", - "mock_protocol_changes": {"enhanced_sends": True, "options_require_memo": True}, + "mock_protocol_changes": { + "enhanced_sends": True, + "options_require_memo": True, + }, "in": ( "create_send", { @@ -7751,6 +7757,47 @@ "mock_protocol_changes": {"short_tx_type_id": True}, }, ], + "get_transaction_type": [ + { + "in": (b"CNTRPRTY00", "", 3000000), + "out": "unknown", + "mock_protocol_changes": {"short_tx_type_id": True}, + }, + { + "in": (b"[A95428957753448833|1", "", 3000000), + "out": "fairmint", + "mock_protocol_changes": {"short_tx_type_id": True}, + }, + { + "in": (None, "", 3000000), + "out": "utxomove", + "mock_protocol_changes": {"short_tx_type_id": True, "utxo_support": True}, + }, + { + "in": (b"eXCPMEME|25000000000|", "", 3000000), + "out": "attach", + "mock_protocol_changes": {"short_tx_type_id": True}, + }, + { + "in": (b"fbc1qcxlwq8x9fnhyhgywlnja35l7znt58tud9duqay", "", 3000000), + "out": "detach", + "mock_protocol_changes": {"short_tx_type_id": True}, + }, + { + "in": ( + b"\x02\x00>\xc7\xd9>|n\x19\x00\x00\x00\x00\x00\x00\x00P\x00%?\x9e\x96I\xb3\xf9u\x15$\xb2\x90\xf93Pra\x0c\xcc\x01", + "", + 3000000, + ), + "out": "enhanced_send", + "mock_protocol_changes": {"short_tx_type_id": True}, + }, + { + "in": (None, config.UNSPENDABLE_TESTNET, 3000000), + "out": "burn", + "mock_protocol_changes": {"short_tx_type_id": True, "utxo_support": True}, + }, + ], }, "address": { "pack": [ diff --git a/counterparty-core/counterpartycore/test/p2sh_encoding_test.py b/counterparty-core/counterpartycore/test/p2sh_encoding_test.py index b427f05250..06322541d9 100644 --- a/counterparty-core/counterpartycore/test/p2sh_encoding_test.py +++ b/counterparty-core/counterpartycore/test/p2sh_encoding_test.py @@ -38,9 +38,10 @@ def test_p2sh_encoding_composed(server_db): source = ADDR[0] # noqa: F841 destination = ADDR[1] # noqa: F841 - with util_test.ConfigContext( - DISABLE_ARC4_MOCKING=True, OLD_STYLE_API=True - ), util_test.MockProtocolChangesContext(enhanced_sends=True, p2sh_encoding=True): + with ( + util_test.ConfigContext(DISABLE_ARC4_MOCKING=True, OLD_STYLE_API=True), + util_test.MockProtocolChangesContext(enhanced_sends=True, p2sh_encoding=True), + ): # BTC Mainnet tx d90dc8637fd2ab9ae39b7c2929c793c5d28d7dea672afb02fb4001637085e9a1 datatxhex = "010000000102d2b137e49e930ef3e436b342713d8d07bd378e773c915a5938993d81dc7e6000000000fdab0147304402207848293e88563750f647e949cb594cdbec0beb4070faac73040d77d479420f8302201e0ac32788e98bd984279102b7382576d7ddb4b125d1d507725cbd12d97a2908014d60014d1401434e5452505254590300010042276049e5518791be2ffe2c301f5dfe9ef85dd0400001720034b0410000000000000001500000006a79811e000000000000000054000079cec1665f4800000000000000050000000ca91f2d660000000000000005402736c8de6e34d54000000000000001500c5e4c71e081ceb00000000000000054000000045dc03ec4000000000000000500004af1271cf5fc00000000000000054001e71f8464432780000000000000015000002e1e4191f0d0000000000000005400012bc4aaac2a54000000000000001500079c7e774e411c00000000000000054000000045dc0a6f00000000000000015000002e1e486f661000000000000000540001c807abe13908000000000000000475410426156245525daa71f2e84a40797bcf28099a2c508662a8a33324a703597b9aa2661a79a82ffb4caaa9b15f4094622fbfa85f8b9dc7381f991f5a265421391cc3ad0075740087ffffffff0100000000000000000e6a0c31d52bf3b404aefaf596cfd000000000" config.PREFIX = b"CNTRPRTY" @@ -66,10 +67,11 @@ def test_p2sh_encoding(server_db): source = ADDR[0] destination = ADDR[1] - with util_test.ConfigContext( - DISABLE_ARC4_MOCKING=True, OLD_STYLE_API=True - ), util_test.MockProtocolChangesContext( - enhanced_sends=True, p2sh_encoding=True, short_tx_type_id=False + with ( + util_test.ConfigContext(DISABLE_ARC4_MOCKING=True, OLD_STYLE_API=True), + util_test.MockProtocolChangesContext( + enhanced_sends=True, p2sh_encoding=True, short_tx_type_id=False + ), ): utxos = dict( ((utxo["txid"], utxo["vout"]), utxo) @@ -248,8 +250,11 @@ def test_p2sh_encoding_long_data(server_db): source = ADDR[0] destination = ADDR[1] # noqa: F841 - with util_test.ConfigContext(OLD_STYLE_API=True), util_test.MockProtocolChangesContext( - enhanced_sends=True, p2sh_encoding=True, short_tx_type_id=False + with ( + util_test.ConfigContext(OLD_STYLE_API=True), + util_test.MockProtocolChangesContext( + enhanced_sends=True, p2sh_encoding=True, short_tx_type_id=False + ), ): utxos = dict( ((utxo["txid"], utxo["vout"]), utxo) @@ -434,8 +439,11 @@ def test_p2sh_encoding_p2sh_source_not_supported(server_db): source = P2SH_ADDR[0] destination = ADDR[1] - with util_test.ConfigContext(OLD_STYLE_API=True), util_test.MockProtocolChangesContext( - enhanced_sends=True, p2sh_encoding=True, short_tx_type_id=False + with ( + util_test.ConfigContext(OLD_STYLE_API=True), + util_test.MockProtocolChangesContext( + enhanced_sends=True, p2sh_encoding=True, short_tx_type_id=False + ), ): fee = 20000 fee_per_kb = 50000 @@ -459,8 +467,11 @@ def test_p2sh_encoding_manual_multisig_transaction(server_db): source = P2SH_ADDR[0] destination = ADDR[1] - with util_test.ConfigContext(OLD_STYLE_API=True), util_test.MockProtocolChangesContext( - enhanced_sends=True, p2sh_encoding=True, short_tx_type_id=False + with ( + util_test.ConfigContext(OLD_STYLE_API=True), + util_test.MockProtocolChangesContext( + enhanced_sends=True, p2sh_encoding=True, short_tx_type_id=False + ), ): p2sh_source_multisig_pubkeys_binary = [ binascii.unhexlify(p) @@ -535,6 +546,7 @@ def test_p2sh_encoding_manual_multisig_transaction(server_db): server_db, deserialize.deserialize_tx(datatxhex, True), util.CURRENT_BLOCK_INDEX, + composing=True, ) ) assert parsed_source == source diff --git a/counterparty-core/counterpartycore/test/parse_block_test.py b/counterparty-core/counterpartycore/test/parse_block_test.py index 0196c7f758..b0fd3a4fb5 100644 --- a/counterparty-core/counterpartycore/test/parse_block_test.py +++ b/counterparty-core/counterpartycore/test/parse_block_test.py @@ -18,9 +18,9 @@ def test_parse_block(server_db): test_outputs = blocks.parse_block(server_db, DP["default_block_index"], 1420914478) outputs = ( - "4fa9d8eaf061321605ac35517ff77329ea6df26cc6b00a5ad9922f4fa8e47669", - "37cc718b2f137ebf253df3fda8b687f5d62d7ed14a2e12397792eb0db24f220b", - "2005fbeea01be42693e43c1e8d0fdb5603b71e4b26f66fe87e9dc9b14e1a5604", + "fb9caa0a35a934e5fbcff6b158c9e54c96565b35bcb698727c85ea7a01f0f70a", + "6fd1d2286dab88207011da3c9d68e930deb0fced8865b93ff040f4d57a3fb817", + "b6e7e2979b9e63490fd95dece2bd2c03fbc5e00fabe62a4a02574c3d621d69bb", ) try: assert outputs == test_outputs diff --git a/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json b/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json index a9f897473f..79d03ffaae 100644 --- a/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json +++ b/counterparty-core/counterpartycore/test/regtest/apidoc/apicache.json @@ -2,113 +2,227 @@ "/v2/blocks": { "result": [ { - "block_index": 233, - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_time": 1733768880, - "previous_block_hash": "59482cd1dfbcea8ffb1b0693dd6a714a92aad702dbc8530718a0812053c0a1da", + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", + "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", + "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", + "previous_block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23", "difficulty": 545259519, - "ledger_hash": "c16dd8fcc33d4cae029a2a8a2d6a6420a10e9d9dec3163c78c488af863fc37a0", - "txlist_hash": "e5d5cf3cbda59c3c77f77659e4625b7b90ab0c0d455e9cbf5110fe74a263c07d", - "messages_hash": "cfcd29dc4e97d4f42475cf247adb08532276cf372970e303741bacd1a53f5714", - "transaction_count": 1, - "confirmed": true + "transaction_count": 1 }, { - "block_index": 232, - "block_hash": "59482cd1dfbcea8ffb1b0693dd6a714a92aad702dbc8530718a0812053c0a1da", - "block_time": 1733768872, - "previous_block_hash": "39959eb7149147ccd5e18549a3ffc21754389d61fc0ade0ec0c6734f88603d3d", + "block_index": 234, + "block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23", + "block_time": 1734009255, + "ledger_hash": "8c36bc165ac5c700a80bd4d1a013d4b6f21f1e493e30a9d60aafdaadac00859c", + "txlist_hash": "2fade64708fb8e50576d2999b91999855d7dafc53338d86a78dbe35b5d829818", + "messages_hash": "4039723a91d6a4480a12dceaff29891c609e7f39c703cbab6a8b4165e4e829c5", + "previous_block_hash": "1d006258f3eefee216dd6dfe45edd6059eb2fb7c7f9739414a26947f6b9eb4a3", "difficulty": 545259519, - "ledger_hash": "7f271c0abf74cf9600c4c47f8d5afd5a0ef533ac68c64b8dd18e4bdcfddb85e9", - "txlist_hash": "51c45378be9f5ef5073ed048f2ca08695c644c5d7590d035ef397e5b74f28bdb", - "messages_hash": "22911d4121f952163097daed965fa00d0110f7376d8b5ac4da03a3952112bc5e", - "transaction_count": 1, - "confirmed": true + "transaction_count": 0 }, { - "block_index": 231, - "block_hash": "39959eb7149147ccd5e18549a3ffc21754389d61fc0ade0ec0c6734f88603d3d", - "block_time": 1733768868, - "previous_block_hash": "6573d8f060d052fc6612ad31fa13ba1758b86e03cb12b11746c788c13e9725b0", + "block_index": 233, + "block_hash": "1d006258f3eefee216dd6dfe45edd6059eb2fb7c7f9739414a26947f6b9eb4a3", + "block_time": 1734009252, + "ledger_hash": "1e8250fa48eec526694d188c9196ac9797a2a364b2bc29c0ccfbfa6b5dfb3075", + "txlist_hash": "73b513496057785b8eb0cda26de89a4006dcaa33aa0b85e1bbae47abccfd2c9b", + "messages_hash": "8765032e94a541f78a74355257786ffd2f4fc53fa2448ea8e54fe01d76f98a0a", + "previous_block_hash": "3ea865dfbd0d3f448ecfc0602b99f7de43e19fafb96b0f1823bd163ad94162c0", "difficulty": 545259519, - "ledger_hash": "6cc3b2ffdff38e807cfe1088c553df51b18c250a21a5fb82912116566ae9fa39", - "txlist_hash": "ae508da6b0b0694d8f37af50af1d7d4588177321bdac6a31a256f409d6061139", - "messages_hash": "00e9f0433265255cec77a76cfeff41f601b295210f6f639cb31a4118fcf53291", - "transaction_count": 1, - "confirmed": true + "transaction_count": 1 }, { - "block_index": 230, - "block_hash": "6573d8f060d052fc6612ad31fa13ba1758b86e03cb12b11746c788c13e9725b0", - "block_time": 1733768865, - "previous_block_hash": "607451b94e6e5ce0c398db7d528910211dbd2bdd0fc552296149bd33a90a0868", + "block_index": 232, + "block_hash": "3ea865dfbd0d3f448ecfc0602b99f7de43e19fafb96b0f1823bd163ad94162c0", + "block_time": 1734009248, + "ledger_hash": "e856104c106af0e0ff5f65ebcc33ac408ebc90d44c61e576bb6984d7abb349f0", + "txlist_hash": "1c3613edbc128740f784e042c5526821d636eb9ca651f2a0679f6f32634d1fb5", + "messages_hash": "1294dbb3e650b6b16ba1b85b2da3d88a8f880f05d24fb28aeb1b0dfcb9256f48", + "previous_block_hash": "2b6b19e78845ffd1eb2b785070baacbcdbb3a9bb60b32836d8e87d7abbc2efa3", "difficulty": 545259519, - "ledger_hash": "15622187d315128b3973e2a236bc68d884c34e6b874f2e90bfa36f5e8874627b", - "txlist_hash": "602ac11f639970f2c1c35d0cdc735f16fe1a4a2ebeb1541d9f635577a020bb9f", - "messages_hash": "3c0e9f20c4b537cb21b3eeac28961654d7ed02f8097f412b9f93c85a945d7c3e", - "transaction_count": 1, - "confirmed": true + "transaction_count": 1 }, { - "block_index": 229, - "block_hash": "607451b94e6e5ce0c398db7d528910211dbd2bdd0fc552296149bd33a90a0868", - "block_time": 1733768862, - "previous_block_hash": "1f5661e4f20194eace3190b5120b8d896a84c9540b82a51512e977ead94fe856", + "block_index": 231, + "block_hash": "2b6b19e78845ffd1eb2b785070baacbcdbb3a9bb60b32836d8e87d7abbc2efa3", + "block_time": 1734009244, + "ledger_hash": "d7be8c0d718402cd31c86f2c893190d4eb29d47c36da4ce28684ed2d67d8a282", + "txlist_hash": "90f98898e5936aa9b39555e13474eae64885712c246be563fedc016af0b786e8", + "messages_hash": "f9e08ad5531e61874d427c9bbcba72d1a43c40a416f253374de9141b529a2f3b", + "previous_block_hash": "49bdc59b531d685203b31a919d73b8df9ace083f1434faf6861e99b4ceaae3b1", "difficulty": 545259519, - "ledger_hash": "fd91cc5057d080c8c310dad8b51152625f7a7b8e506aa49de2b30a57ce838118", - "txlist_hash": "3fae93c30d955568d145d088ea11fb56c81cb33e69b4e66bb3dc3ceccb49de8f", - "messages_hash": "36321deff27bdb2e6e5ca407485586c6408d086c79f3ab90a02cdf12be7c02d0", - "transaction_count": 1, - "confirmed": true + "transaction_count": 1 } ], - "next_cursor": 228, - "result_count": 133 + "next_cursor": 230, + "result_count": 135 + }, + "/v2/blocks/last": { + "result": { + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", + "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", + "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", + "previous_block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23", + "difficulty": 545259519, + "transaction_count": 1 + } }, "/v2/blocks/": { "result": { - "block_index": 233, - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_time": 1733768880, - "previous_block_hash": "59482cd1dfbcea8ffb1b0693dd6a714a92aad702dbc8530718a0812053c0a1da", + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", + "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", + "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", + "previous_block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23", "difficulty": 545259519, - "ledger_hash": "c16dd8fcc33d4cae029a2a8a2d6a6420a10e9d9dec3163c78c488af863fc37a0", - "txlist_hash": "e5d5cf3cbda59c3c77f77659e4625b7b90ab0c0d455e9cbf5110fe74a263c07d", - "messages_hash": "cfcd29dc4e97d4f42475cf247adb08532276cf372970e303741bacd1a53f5714", - "transaction_count": 1, - "confirmed": true + "transaction_count": 1 } }, "/v2/blocks/": { "result": { - "block_index": 233, - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_time": 1733768880, - "previous_block_hash": "59482cd1dfbcea8ffb1b0693dd6a714a92aad702dbc8530718a0812053c0a1da", + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", + "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", + "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", + "previous_block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23", "difficulty": 545259519, - "ledger_hash": "c16dd8fcc33d4cae029a2a8a2d6a6420a10e9d9dec3163c78c488af863fc37a0", - "txlist_hash": "e5d5cf3cbda59c3c77f77659e4625b7b90ab0c0d455e9cbf5110fe74a263c07d", - "messages_hash": "cfcd29dc4e97d4f42475cf247adb08532276cf372970e303741bacd1a53f5714", - "transaction_count": 1, - "confirmed": true + "transaction_count": 1 } }, "/v2/blocks//transactions": { "result": [ { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_time": 1733768880, - "source": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "destination": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1 e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0 3 1", - "confirmed": true, + "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", + "transaction_type": "dispense", + "events": [ + { + "event_index": 946, + "event": "UTXO_MOVE", + "params": { + "asset": "MYASSETA", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 0, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 949, + "event": "UTXO_MOVE", + "params": { + "asset": "XCP", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 1, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 951, + "event": "DISPENSER_UPDATE", + "params": { + "asset": "XCP", + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "status": 0, + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "give_remaining_normalized": "0.00009268" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 952, + "event": "DISPENSE", + "params": { + "asset": "XCP", + "block_index": 235, + "btc_amount": 1000, + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + } + ], "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -122,46 +236,51 @@ "next_cursor": null, "result_count": 1 }, + "/v2/blocks//transactions/counts": { + "result": [], + "next_cursor": null, + "result_count": 0 + }, "/v2/blocks//events": { "result": [ { - "event_index": 913, + "event_index": 954, "event": "BLOCK_PARSED", "params": { - "block_index": 233, - "ledger_hash": "c16dd8fcc33d4cae029a2a8a2d6a6420a10e9d9dec3163c78c488af863fc37a0", - "messages_hash": "cfcd29dc4e97d4f42475cf247adb08532276cf372970e303741bacd1a53f5714", + "block_index": 235, + "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", + "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", "transaction_count": 1, - "txlist_hash": "e5d5cf3cbda59c3c77f77659e4625b7b90ab0c0d455e9cbf5110fe74a263c07d", - "block_time": 1733768880 + "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", + "block_time": 1734009260 }, "tx_hash": null }, { - "event_index": 912, + "event_index": 953, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110 }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a" + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" }, { - "event_index": 911, + "event_index": 952, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 233, + "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -172,18 +291,18 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a" + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" }, { - "event_index": 910, + "event_index": 951, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": 0, - "tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -193,22 +312,22 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a" + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" }, { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -218,10 +337,10 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a" + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" } ], - "next_cursor": 908, + "next_cursor": 949, "result_count": 14 }, "/v2/blocks//events/counts": { @@ -253,19 +372,19 @@ "/v2/blocks//events/": { "result": [ { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -275,22 +394,22 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a" + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" }, { - "event_index": 907, + "event_index": 948, "event": "CREDIT", "params": { "address": null, "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -300,32 +419,32 @@ }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a" + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" }, { - "event_index": 904, + "event_index": 945, "event": "CREDIT", "params": { "address": null, "asset": "MYASSETA", - "block_index": 233, + "block_index": 235, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a" + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd" } ], "next_cursor": null, @@ -334,17 +453,16 @@ "/v2/blocks//credits": { "result": [ { - "block_index": 233, - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "block_index": 235, + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", "quantity": 66, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -355,17 +473,16 @@ "quantity_normalized": "0.00000066" }, { - "block_index": 233, + "block_index": 235, "address": null, "asset": "XCP", "quantity": 2000000000, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "confirmed": true, - "block_time": 1733768880, + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -376,21 +493,20 @@ "quantity_normalized": "20.00000000" }, { - "block_index": 233, + "block_index": 235, "address": null, "asset": "MYASSETA", "quantity": 2000000000, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "confirmed": true, - "block_time": 1733768880, + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -403,17 +519,16 @@ "/v2/blocks//debits": { "result": [ { - "block_index": 233, + "block_index": 235, "address": null, "asset": "XCP", "quantity": 2000000000, "action": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "utxo": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "utxo_address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "confirmed": true, - "block_time": 1733768880, + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "utxo": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "utxo_address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -424,21 +539,20 @@ "quantity_normalized": "20.00000000" }, { - "block_index": 233, + "block_index": 235, "address": null, "asset": "MYASSETA", "quantity": 2000000000, "action": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "utxo": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "utxo_address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "confirmed": true, - "block_time": 1733768880, + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "utxo": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "utxo_address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -452,10 +566,9 @@ "result": [ { "type": "order", - "object_id": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", + "object_id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", "block_index": 211, - "confirmed": true, - "block_time": 1733768778 + "block_time": 1734009136 } ], "next_cursor": null, @@ -465,13 +578,12 @@ "result": [ { "tx_index": 63, - "tx_hash": "4bb19d1a569983fc8244e0eb936d950301c1bd4ddaf4bca86ac1636eed7afa01", + "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", "block_index": 188, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "offer_hash": "aaf051d2c9d71072e1fded1f3fbeeeb4635f8d5bd40cf277571ec189b6f08379", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "offer_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", "status": "valid", - "confirmed": true, - "block_time": 1733768637 + "block_time": 1734009032 } ], "next_cursor": null, @@ -481,19 +593,18 @@ "result": [ { "tx_index": 101, - "tx_hash": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d", + "tx_hash": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef", "block_index": 228, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "PREMINT", "quantity": 50, "tag": "soft cap not reached", "status": "valid", - "confirmed": true, - "block_time": 1733768859, + "block_time": 1734009215, "asset_info": { "asset_longname": null, "description": "My super description", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false }, @@ -506,30 +617,29 @@ "/v2/blocks//issuances": { "result": [ { - "tx_index": 105, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", + "tx_index": 109, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", "msg_index": 0, - "block_index": 232, + "block_index": 233, "asset": "OPENFAIR", "quantity": 0, "divisible": true, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "issuer": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, - "block_time": 1733768872, + "block_time": 1734009252, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -540,19 +650,18 @@ "/v2/blocks//sends": { "result": [ { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "asset": "XCP", "quantity": 2000000000, "status": "valid", "msg_index": 1, "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -564,23 +673,22 @@ "fee_paid_normalized": "0.00000000" }, { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "asset": "MYASSETA", "quantity": 2000000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -594,29 +702,28 @@ "/v2/blocks//dispenses": { "result": [ { - "tx_index": 106, + "tx_index": 110, "dispense_index": 0, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "btc_amount": 1000, - "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "last_status_tx_hash": null, - "origin": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -631,7 +738,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -650,16 +757,15 @@ "result": [ { "tx_index": 65, - "tx_hash": "ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe", + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", "block_index": 190, - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, - "confirmed": true, - "block_time": 1733768646, + "block_time": 1734009038, "fee_paid_normalized": "0.00600000" } ], @@ -669,10 +775,10 @@ "/v2/blocks//fairminters": { "result": [ { - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "tx_index": 105, - "block_index": 232, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 109, + "block_index": 233, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "asset": "OPENFAIR", "asset_parent": null, "asset_longname": null, @@ -694,10 +800,9 @@ "pre_minted": false, "status": "open", "earned_quantity": null, - "commission": null, "paid_quantity": null, - "confirmed": true, - "block_time": 1733768872, + "commission": null, + "block_time": 1734009252, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -712,22 +817,21 @@ "/v2/blocks//fairmints": { "result": [ { - "tx_hash": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "tx_index": 97, "block_index": 221, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "fairminter_tx_hash": "ff90b986e9792c8ef7e70452f401b4a550fc7b0dbdbca0fcbf1d93ab69bf2a92", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "fairminter_tx_hash": "067bb19b8ee8c5580fda9895c1846f6d7e1ebdfa5fc5722f156ba8a07e2e629c", "asset": "BURNER", "earn_quantity": 80000000, "paid_quantity": 100000000, "commission": 20000000, "status": "valid", - "confirmed": true, - "block_time": 1733768833, + "block_time": 1734009191, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -742,19 +846,127 @@ "/v2/transactions": { "result": [ { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_time": 1733768880, - "source": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "destination": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1 e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0 3 1", - "confirmed": true, + "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", + "transaction_type": "dispense", + "events": [ + { + "event_index": 946, + "event": "UTXO_MOVE", + "params": { + "asset": "MYASSETA", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 0, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 949, + "event": "UTXO_MOVE", + "params": { + "asset": "XCP", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 1, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 951, + "event": "DISPENSER_UPDATE", + "params": { + "asset": "XCP", + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "status": 0, + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "give_remaining_normalized": "0.00009268" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 952, + "event": "DISPENSE", + "params": { + "asset": "XCP", + "block_index": 235, + "btc_amount": 1000, + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + } + ], "unpacked_data": { "message_type": "dispense", "message_type_id": 13, @@ -765,19 +977,107 @@ "btc_amount_normalized": "0.00001000" }, { - "tx_index": 105, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "block_index": 232, - "block_hash": "59482cd1dfbcea8ffb1b0693dd6a714a92aad702dbc8530718a0812053c0a1da", - "block_time": 1733768872, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_index": 109, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_hash": "1d006258f3eefee216dd6dfe45edd6059eb2fb7c7f9739414a26947f6b9eb4a3", + "block_time": 1734009252, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "destination": null, "btc_amount": 0, "fee": 10000, "data": "5a4f50454e464149527c7c307c317c31307c307c307c307c307c307c307c307c307c307c307c317c", "supported": true, - "utxos_info": " 0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7:1 2 ", - "confirmed": true, + "utxos_info": " 9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746:1 2 0", + "transaction_type": "fairminter", + "events": [ + { + "event_index": 933, + "event": "NEW_FAIRMINTER", + "params": { + "asset": "OPENFAIR", + "asset_longname": null, + "asset_parent": null, + "block_index": 233, + "burn_payment": false, + "description": "", + "divisible": true, + "end_block": 0, + "hard_cap": 0, + "lock_description": false, + "lock_quantity": false, + "max_mint_per_tx": 10, + "minted_asset_commission_int": 0, + "pre_minted": false, + "premint_quantity": 0, + "price": 0, + "quantity_by_price": 1, + "soft_cap": 0, + "soft_cap_deadline_block": 0, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "start_block": 0, + "status": "open", + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 109, + "block_time": 1734009252, + "price_normalized": "0.0000000000000000", + "hard_cap_normalized": "0.00000000", + "soft_cap_normalized": "0.00000000", + "quantity_by_price_normalized": "0.00000001", + "max_mint_per_tx_normalized": "0.00000010", + "premint_quantity_normalized": "0.00000000" + }, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_time": 1734009252 + }, + { + "event_index": 934, + "event": "ASSET_CREATION", + "params": { + "asset_id": "117132633401", + "asset_longname": null, + "asset_name": "OPENFAIR", + "block_index": 233, + "block_time": 1734009252 + }, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_time": 1734009252 + }, + { + "event_index": 935, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "OPENFAIR", + "asset_events": "open_fairminter", + "asset_longname": null, + "block_index": 233, + "call_date": 0, + "call_price": 0, + "callable": false, + "description": "", + "divisible": true, + "fair_minting": true, + "fee_paid": 50000000.0, + "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "locked": false, + "quantity": 0, + "reset": false, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "status": "valid", + "transfer": false, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 109, + "block_time": 1734009252, + "quantity_normalized": "0.00000000", + "fee_paid_normalized": "0.50000000" + }, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_time": 1734009252 + } + ], "unpacked_data": { "message_type": "fairminter", "message_type_id": 90, @@ -810,58 +1110,136 @@ "btc_amount_normalized": "0.00000000" } ], - "next_cursor": 104, - "result_count": 107 + "next_cursor": 108, + "result_count": 111 + }, + "/v2/transactions/counts": { + "result": [ + { + "transaction_type": "fairminter", + "count": 18 + }, + { + "transaction_type": "issuance", + "count": 16 + }, + { + "transaction_type": "fairmint", + "count": 15 + }, + { + "transaction_type": "burn", + "count": 10 + }, + { + "transaction_type": "order", + "count": 9 + }, + { + "transaction_type": "dispenser", + "count": 8 + }, + { + "transaction_type": "utxomove", + "count": 6 + }, + { + "transaction_type": "attach", + "count": 6 + }, + { + "transaction_type": "mpma", + "count": 5 + }, + { + "transaction_type": "dispense", + "count": 5 + }, + { + "transaction_type": "enhanced_send", + "count": 3 + }, + { + "transaction_type": "detach", + "count": 3 + }, + { + "transaction_type": "broadcast", + "count": 2 + }, + { + "transaction_type": "destroy", + "count": 1 + }, + { + "transaction_type": "sweep", + "count": 1 + }, + { + "transaction_type": "cancel", + "count": 1 + }, + { + "transaction_type": "btcpay", + "count": 1 + }, + { + "transaction_type": "dividend", + "count": 1 + } + ], + "next_cursor": null, + "result_count": 18 }, "/v2/transactions/info": { "result": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003802fc93bc724f1151b70e7ffd9161f233eb6d553bb80eda1874e0086db86059cf21fa5413803b774def180c47335626396b1c5deafb065759eca470750aa7640000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "03000380a329e5108fd4a82571ca37324b41e089a12b7e69803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1440000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "599f374e48b4aa8da801c2b949157ef1f55c1b5b11a641b0d9e0dc11758bb7ce", + "hash": "1f933bf75c8113e88f377a0f1dea6eb24858c621851cde4e4ad853e479f697e1", "n": 0, "script_sig": "", "sequence": 4294967295, "coinbase": false }, { - "hash": "e02717f2dc0065e64955110d6c9aeb4fc62d2b6c8ec3db24d9ff68fc374b35b0", + "hash": "4ae26a78b58a6d5920942f1b155a4f77dd6966de6154f06ad3791ec148f7e033", "n": 0, "script_sig": "", "sequence": 4294967295, "coinbase": false }, { - "hash": "c5864f72809fbec4e921cc9a73707f4f888d56693fee0611e00e82bca6b3583f", + "hash": "0c26fc1f20bdd03edf68305e855a34955354b62d1cee316fa7535305a1348d7a", "n": 0, "script_sig": "", "sequence": 4294967295, "coinbase": false }, { - "hash": "996733f579231ae18539eefdd95e715369c33af3eba40f9f9764e800c5bd14c2", + "hash": "5f15a96cbe9a7bd05fbe80864a0b2e04d57898a67efb439f342c2953ffdda143", "n": 0, "script_sig": "", "sequence": 4294967295, "coinbase": false }, { - "hash": "3715ecfa60b911cf4a2b3f6cc17f0c71399a7aae590c5b8637b578b1a7216e90", + "hash": "d887512092987a696b4d514f3d920764b9d751ce572c90e966e76a96e3ae2726", "n": 0, "script_sig": "", "sequence": 4294967295, "coinbase": false }, { - "hash": "0eacc13052151e988cd4fed72d1a7f1433cf0e0904f6356ddb01ee25ed5e5701", + "hash": "c6fe8fdf82f86f4ff4e5c8374f33c06cec15875ea3b82b48dfeb97e992b935f2", "n": 0, "script_sig": "", "sequence": 4294967295, @@ -871,38 +1249,50 @@ "vout": [ { "value": 1000, - "script_pub_key": "512103e995ce0cd5ab3220b7f79018867302e69112044210fedab5a24edb810121aab6210280a13e4811095e0a6702fadda38a654c4ae58f5d1afe9afc134e1417c4469d6e2103e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a53ae" + "script_pub_key": "5121039291ccd5ab448d63c17462dbdb290f087048986da9f7bdbca9d336e10e60a2852103d54ce09e4ca16e2a50de00e46c95f5d7317482843416a259a3c3bfd9c9f7592121035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b353ae" }, { "value": 1000, - "script_pub_key": "512102e995ce0cd5ab3220b7314eb4b639be439c71f207a1f87d4a7b5d27c2b753abb42102d31abea5b08e1020f46ce96d83b27ae90bdd8cea6e2aee11b2504e4627d02cdb2103e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a53ae" + "script_pub_key": "5121029291ccd5ab448d63c1df4a51b49fbca2f148daa0e292378b9b9d94610f055d7e2103ab2560a2c2c03623388d9fb157051a1d161ac198505009b43f931a910141414b21035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b353ae" }, { "value": 1000, - "script_pub_key": "512102c895ce0cd5ab3220b7f4901b065c4bdd5636f5570b8e69611073afdbb7977ff42103d31abea5b08e100ae1d97cd83f787ae90bdd8cea6e206b7cd73d2175a7d02c5d2103e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a53ae" + "script_pub_key": "512102b391ccd5ab448d63c17762d85b8aa6ed60c74cc58c8623a0f0b31c780fc1893a2102ab2560a2c2c036092d380a04ebcf1a1d161ac198505a8cd95afe75a2814141b621035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b353ae" }, { "value": 29999987000, - "script_pub_key": "00143ec2ca8c608368886d42fdc7923a68b3265ac938" + "script_pub_key": "00148ed1123d08d5ae9e21a7d30c55b0640494ebe763" } ], "vtxinwit": [ - "30440220334e04e3705c00e4191c3e3ff9736f4d16ce151d80ae63c0a649d6cbebca4cde02206b3921795733cbd404ac683c4a2dc2687a9fb5a5fbeb407146e9fce96edd689f01", - "03e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a", - "304402202c1fee62d7eb48524d7a055c80e13b3dbc78a7d408b0441d2fc489db6236732502204194283c0e11e818fb8ec412e4611a5a0dc6a3f71b5d8f4c44f7812f73662d3a01", - "03e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a", - "304302203cb78bbf87faa634541a221e255f8f6df08ec6b5ed79dafda47ee5d24e3c36ac021f52b85654ab2dbce8d5ad28890c950f546d7546a0c3c6fae124274b2f0ddd8001", - "03e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a", - "304402205c162b9a2e704075f2e827a243a12bbfda606bdb5d6cb478e6345f6abf39bbe4022072eeaee1b764938594e7665f72e46a5bcb5aae12aa3d3f467de5736e5840fd3d01", - "03e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a", - "304402203ff422f4e3aa36c68a137375f4ed18d2c681904e123d18b683b2866c82c11ce1022054dce349f3e0ec71d17676ec3f269a7da1315836b4ac2858966282fc29df533701", - "03e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a", - "30440220459150c72ce28ea441693b9c08d5bb35126e6bb1e156b9fdf6d94c2a686d8f0b022017a0f96dc1381de135167cda85b05e39f30d27845df8bfb98084ad194ae86fb801", - "03e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a" + [ + "3044022023cbeca3b55f2034294e45738d15f4aaaf5a701fc110726e2d1acb10dcc5d5e5022025c6d6c5982aaf11de4a9aec3f7d193df9a26a268555744000730eaf2897454201", + "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" + ], + [ + "3044022016472f1a1e619f519abab38f2ddc4cc85f78deb4e26008653352769dbb548f5a022046a463af3f34cc6eec8cfa4a5f4eb3acb141378a6e58409013658280f3678b7901", + "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" + ], + [ + "304402207cbf40cf1580f1efa7c47305c7290a19fec38554e6cb14a71ccf86ac495e863602207be26c46638104d74b49d991fa9cc53cae945961f0cd888c8f2ffff01c18335a01", + "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" + ], + [ + "3044022016063b8e1635d538ab5c044456ad8f5bd60c9e37754c1d87f099dadc3798b19a02205a8d30710333c01a23b2f9d47107993041b1ef47662f697aae29f1902d09bef601", + "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" + ], + [ + "304402200d7fe03b3b5217e4b3b668391359938e64eeec6b1c741896ed06e527d0d23dbf022041a1c178aa0cd84a75180d5a064d986c21a72650ec4a128ef5d099ea944c7c6a01", + "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" + ], + [ + "3043022032fbfba9a5f7763940f3dd46cb3a3dac35092c34edf8d14e6a2f41a5203591b8021f4d5697bfe946394a285ec41cff3b25589d896f5996b77b0898fbf6451f46b801", + "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" + ] ], "lock_time": 0, - "tx_hash": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", - "tx_id": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d" + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_id": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2" }, "unpacked_data": { "message_type": "mpma_send", @@ -910,14 +1300,14 @@ "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "quantity": 10, "memo": "memo2", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -925,7 +1315,7 @@ }, { "asset": "XCP", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "quantity": 10, "memo": "memo1", "memo_is_hex": false, @@ -945,18 +1335,18 @@ }, "/v2/transactions//info": { "result": { - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "020000000000000001000000000000271080eda1874e0086db86059cf21fa5413803b774def1", + "data": "0200000000000000010000000000002710803c8e6158237de60ae0875aefca276e431c644c2e", "decoded_tx": { "version": 2, "segwit": true, "coinbase": false, "vin": [ { - "hash": "44a0f04d8d554412b1f45d46d0163c0e7db565ba54c4e0965ac54a1aa080a8f9", + "hash": "c8a6d604eb7ac0623b42038f9974f055191819848aa7d214f30daa185f92d6ad", "n": 1, "script_sig": "", "sequence": 4294967295, @@ -966,20 +1356,22 @@ "vout": [ { "value": 0, - "script_pub_key": "6a2e43b1ad1e000a1dcf0b6f710690b2c275a78b1584023e0a1e7bf73f7925eaccaa1b36f5971b68e7d33ee7a45240b8" + "script_pub_key": "6a2ee473525bce6f053e022834121285771f88d96c4eb99a40ea8cbf7f90aee41f29658d07bbd79c8ccda6ff5ee00174" }, { - "value": 4949930546, - "script_pub_key": "0014c47335626396b1c5deafb065759eca470750aa76" + "value": 4949940000, + "script_pub_key": "0014f93dca7b48b618a82889ef159a4f918f96656e14" } ], "vtxinwit": [ - "30440220576bc9a68c6b25fc5a49b37b0ce078d1ef697d79979bde6415767fe60ea6970202201b82a2912366a355f041176c5386a5585a07152cb3e48986dc60515cb1ca226801", - "0349844b1686e1603eb2b54fca541cd5ede31149ee96c5594803443c28fcbfd294" + [ + "3044022062e1ff3ca41795dc41e95bd60eaee5613ff083fd334cb15be6368e75e2fa0f4202202c7ff320d360ccefc360ebf23918184e75da8c14d423c19a02885e7900773a9a01", + "0299d0253b5ce67d54ae25930fe7913ff060229aa5b38918821ef9c1d5df6adf94" + ] ], "lock_time": 0, - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_id": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3" + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_id": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648" }, "unpacked_data": { "message_type": "enhanced_send", @@ -987,7 +1379,7 @@ "message_data": { "asset": "XCP", "quantity": 10000, - "address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "memo": null, "asset_info": { "asset_longname": null, @@ -1013,49 +1405,265 @@ }, "/v2/transactions/": { "result": { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_time": 1733768880, - "source": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "destination": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "btc_amount": 1000, - "fee": 0, - "data": "0d00", - "supported": true, - "utxos_info": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1 e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0 3 1", - "confirmed": true, - "unpacked_data": { - "message_type": "dispense", - "message_type_id": 13, - "message_data": { - "data": "00" - } - }, - "btc_amount_normalized": "0.00001000" - } - }, - "/v2/transactions/": { - "result": { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_time": 1733768880, - "source": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "destination": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "btc_amount": 1000, "fee": 0, "data": "0d00", "supported": true, - "utxos_info": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1 e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0 3 1", - "confirmed": true, - "unpacked_data": { - "message_type": "dispense", - "message_type_id": 13, - "message_data": { - "data": "00" + "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", + "transaction_type": "dispense", + "events": [ + { + "event_index": 946, + "event": "UTXO_MOVE", + "params": { + "asset": "MYASSETA", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 0, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 949, + "event": "UTXO_MOVE", + "params": { + "asset": "XCP", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 1, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 951, + "event": "DISPENSER_UPDATE", + "params": { + "asset": "XCP", + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "status": 0, + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "give_remaining_normalized": "0.00009268" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 952, + "event": "DISPENSE", + "params": { + "asset": "XCP", + "block_index": 235, + "btc_amount": 1000, + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + } + ], + "unpacked_data": { + "message_type": "dispense", + "message_type_id": 13, + "message_data": { + "data": "00" + } + }, + "btc_amount_normalized": "0.00001000" + } + }, + "/v2/transactions/": { + "result": { + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_time": 1734009260, + "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "btc_amount": 1000, + "fee": 0, + "data": "0d00", + "supported": true, + "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", + "transaction_type": "dispense", + "events": [ + { + "event_index": 946, + "event": "UTXO_MOVE", + "params": { + "asset": "MYASSETA", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 0, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "My super asset A", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 949, + "event": "UTXO_MOVE", + "params": { + "asset": "XCP", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "msg_index": 1, + "quantity": 2000000000, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "status": "valid", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "20.00000000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 951, + "event": "DISPENSER_UPDATE", + "params": { + "asset": "XCP", + "dispense_count": 2, + "give_remaining": 9268, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "status": 0, + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "give_remaining_normalized": "0.00009268" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + }, + { + "event_index": 952, + "event": "DISPENSE", + "params": { + "asset": "XCP", + "block_index": 235, + "btc_amount": 1000, + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "dispense_index": 0, + "dispense_quantity": 66, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "dispense_quantity_normalized": "0.00000066", + "btc_amount_normalized": "0.00001000" + }, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 + } + ], + "unpacked_data": { + "message_type": "dispense", + "message_type_id": 13, + "message_data": { + "data": "00" } }, "btc_amount_normalized": "0.00001000" @@ -1064,32 +1672,32 @@ "/v2/transactions//events": { "result": [ { - "event_index": 912, + "event_index": 953, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110 }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 911, + "event_index": 952, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 233, + "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1100,20 +1708,20 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 910, + "event_index": 951, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": 0, - "tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1123,24 +1731,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1150,24 +1758,24 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 908, + "event_index": 949, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 233, - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "msg_index": 1, "quantity": 2000000000, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", "status": "valid", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1177,43 +1785,43 @@ }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 907, + "next_cursor": 948, "result_count": 12 }, "/v2/transactions//events": { "result": [ { - "event_index": 912, + "event_index": 953, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110 }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 911, + "event_index": 952, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 233, + "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1224,20 +1832,20 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 910, + "event_index": 951, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": 0, - "tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1247,24 +1855,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1274,24 +1882,24 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 908, + "event_index": 949, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 233, - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "msg_index": 1, "quantity": 2000000000, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", "status": "valid", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1301,30 +1909,29 @@ }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 907, + "next_cursor": 948, "result_count": 12 }, "/v2/transactions//sends": { "result": [ { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "asset": "XCP", "quantity": 2000000000, "status": "valid", "msg_index": 1, "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1336,23 +1943,22 @@ "fee_paid_normalized": "0.00000000" }, { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "asset": "MYASSETA", "quantity": 2000000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -1366,29 +1972,28 @@ "/v2/transactions//dispenses": { "result": [ { - "tx_index": 106, + "tx_index": 110, "dispense_index": 0, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "btc_amount": 1000, - "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "last_status_tx_hash": null, - "origin": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -1403,7 +2008,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1421,19 +2026,19 @@ "/v2/transactions//events/": { "result": [ { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1443,24 +2048,24 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 907, + "event_index": 948, "event": "CREDIT", "params": { "address": null, "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1470,36 +2075,36 @@ }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 904, + "event_index": 945, "event": "CREDIT", "params": { "address": null, "asset": "MYASSETA", - "block_index": 233, + "block_index": 235, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], "next_cursor": null, @@ -1508,19 +2113,19 @@ "/v2/transactions//events/": { "result": [ { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1530,24 +2135,24 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 907, + "event_index": 948, "event": "CREDIT", "params": { "address": null, "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1557,36 +2162,36 @@ }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 904, + "event_index": 945, "event": "CREDIT", "params": { "address": null, "asset": "MYASSETA", - "block_index": 233, + "block_index": 235, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], "next_cursor": null, @@ -1596,10 +2201,11 @@ "result": [ { "asset": "A95428956980101314", + "asset_longname": null, "total": 100000000000, "addresses": [ { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "utxo": null, "utxo_address": null, "quantity": 100000000000, @@ -1609,7 +2215,7 @@ "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -1617,10 +2223,11 @@ }, { "asset": "FAIRMINTA", + "asset_longname": null, "total": 500000000, "addresses": [ { - "address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "utxo": null, "utxo_address": null, "quantity": 500000000, @@ -1630,7 +2237,7 @@ "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -1638,10 +2245,11 @@ }, { "asset": "FREEFAIRMINT", + "asset_longname": null, "total": 180, "addresses": [ { - "address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "utxo": null, "utxo_address": null, "quantity": 180, @@ -1651,7 +2259,7 @@ "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -1659,10 +2267,11 @@ }, { "asset": "FAIRMINTD", + "asset_longname": null, "total": 40, "addresses": [ { - "address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "utxo": null, "utxo_address": null, "quantity": 40, @@ -1672,7 +2281,7 @@ "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -1680,10 +2289,11 @@ }, { "asset": "FAIRMINTC", + "asset_longname": null, "total": 19, "addresses": [ { - "address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "utxo": null, "utxo_address": null, "quantity": 19, @@ -1693,7 +2303,7 @@ "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -1707,95 +2317,114 @@ "result": [ { "tx_index": 81, - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", "block_index": 205, - "block_hash": "3d110873c76b5876f63a6fc1944a8610f809a59a2c3ed1a6f5b6d1bd6296c924", - "block_time": 1733768736, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "block_hash": "26eb377da8f04502122ecafda791d46efcf02d36ec448d05e5781e959090d578", + "block_time": 1734009095, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003803ec2ca8c608368886d42fdc7923a68b3265ac93880eda1874e0086db86059cf21fa5413803b774def180c47335626396b1c5deafb065759eca470750aa7688746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "030003808ed1123d08d5ae9e21a7d30c55b0640494ebe763803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1488746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": " 24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4:0 4 ", - "confirmed": true, - "unpacked_data": { - "message_type": "mpma_send", - "message_type_id": 3, - "message_data": [ - { + "utxos_info": " 3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050:0 4 ", + "transaction_type": "mpma", + "events": [ + { + "event_index": 704, + "event": "ORDER_UPDATE", + "params": { + "status": "expired", + "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9" + }, + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "block_index": 205, + "block_time": 1734009095 + }, + { + "event_index": 705, + "event": "ORDER_EXPIRATION", + "params": { + "block_index": 205, + "order_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "block_time": 1734009095 + }, + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "block_index": 205, + "block_time": 1734009095 + }, + { + "event_index": 711, + "event": "MPMA_SEND", + "params": { "asset": "MPMASSET", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "quantity": 10, + "block_index": 205, + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "memo": "the memo", - "memo_is_hex": false, + "msg_index": 0, + "quantity": 10, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_index": 81, + "block_time": 1734009095, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - { - "asset": "XCP", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "quantity": 10, - "memo": "memo1", - "memo_is_hex": false, - "asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true - }, - "quantity_normalized": "0.00000010" - } - ] - }, - "btc_amount_normalized": "0.00000000" - }, - { - "tx_index": 80, - "tx_hash": "35b35f2e03b8d62db8576906a87fb88387e10127580518dfcb87caec21ac7f87", - "block_index": 204, - "block_hash": "318ba96aec86de5a37e63b457b4833fa2d4b5a67167a5cb5c091f63d4bd2bce2", - "block_time": 1733768731, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "destination": null, - "btc_amount": 0, - "fee": 10000, - "data": "030003803ec2ca8c608368886d42fdc7923a68b3265ac93880eda1874e0086db86059cf21fa5413803b774def180c47335626396b1c5deafb065759eca470750aa76c8746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", - "supported": true, - "utxos_info": " 35b35f2e03b8d62db8576906a87fb88387e10127580518dfcb87caec21ac7f87:0 4 ", - "confirmed": true, - "unpacked_data": { - "message_type": "mpma_send", - "message_type_id": 3, - "message_data": [ - { + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "block_index": 205, + "block_time": 1734009095 + }, + { + "event_index": 712, + "event": "MPMA_SEND", + "params": { "asset": "MPMASSET", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "block_index": 205, + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "memo": "memo3", + "msg_index": 1, "quantity": 10, - "memo": "746865206d656d6f", - "memo_is_hex": true, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_index": 81, + "block_time": 1734009095, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "0.00000010" }, - { + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "block_index": 205, + "block_time": 1734009095 + }, + { + "event_index": 713, + "event": "MPMA_SEND", + "params": { "asset": "XCP", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_index": 205, + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "memo": "memo1", + "msg_index": 2, "quantity": 10, - "memo": "746865206d656d6f", - "memo_is_hex": true, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_index": 81, + "block_time": 1734009095, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1804,39 +2433,26 @@ "locked": true }, "quantity_normalized": "0.00000010" - } - ] - }, - "btc_amount_normalized": "0.00000000" - }, - { - "tx_index": 79, - "tx_hash": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", - "block_index": 203, - "block_hash": "690a27da33f87f6347ea4eafdace8ac95ea7a3844dd2b3ccbd0f668ce80646f3", - "block_time": 1733768727, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": null, - "btc_amount": 0, - "fee": 10000, - "data": "030003802fc93bc724f1151b70e7ffd9161f233eb6d553bb80eda1874e0086db86059cf21fa5413803b774def180c47335626396b1c5deafb065759eca470750aa7640000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", - "supported": true, - "utxos_info": " ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d:0 4 ", - "confirmed": true, + }, + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "block_index": 205, + "block_time": 1734009095 + } + ], "unpacked_data": { "message_type": "mpma_send", "message_type_id": 3, "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "quantity": 10, - "memo": "memo2", + "memo": "the memo", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -1844,7 +2460,7 @@ }, { "asset": "XCP", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "quantity": 10, "memo": "memo1", "memo_is_hex": false, @@ -1862,44 +2478,251 @@ "btc_amount_normalized": "0.00000000" }, { - "tx_index": 78, - "tx_hash": "6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8", - "block_index": 202, - "block_hash": "618af4b503789e715bb693490c5e2c63cf51f1a14d0ebb8975e86d20358c4781", - "block_time": 1733768723, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx_index": 80, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_hash": "0fa10e11a2081792ea9c2e6d521f0ba50efabdab7ba5d9fc06626f41551d6516", + "block_time": 1734009092, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003802fc93bc724f1151b70e7ffd9161f233eb6d553bb80eda1874e0086db86059cf21fa5413803b774def180c47335626396b1c5deafb065759eca470750aa7688746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", + "data": "030003808ed1123d08d5ae9e21a7d30c55b0640494ebe763803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e14c8746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", "supported": true, - "utxos_info": " 6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8:0 4 ", - "confirmed": true, - "unpacked_data": { - "message_type": "mpma_send", - "message_type_id": 3, - "message_data": [ - { - "asset": "MPMASSET", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "quantity": 10, - "memo": "the memo", - "memo_is_hex": false, - "asset_info": { - "asset_longname": null, - "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "divisible": true, - "locked": false - }, + "utxos_info": " 742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813:0 4 ", + "transaction_type": "mpma", + "events": [ + { + "event_index": 685, + "event": "ORDER_MATCH_UPDATE", + "params": { + "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "status": "expired" + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + }, + { + "event_index": 687, + "event": "ORDER_UPDATE", + "params": { + "fee_required_remaining": 0, + "get_remaining": 3000, + "give_remaining": 3000, + "status": "open", + "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "fee_required_remaining_normalized": "0.00000000" + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + }, + { + "event_index": 688, + "event": "ORDER_MATCH_EXPIRATION", + "params": { + "block_index": 204, + "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "block_time": 1734009092 + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + }, + { + "event_index": 689, + "event": "ORDER_UPDATE", + "params": { + "fee_provided_remaining": 10000, + "fee_required_remaining": 0, + "get_remaining": 0, + "give_remaining": 0, + "status": "open", + "tx_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "fee_required_remaining_normalized": "0.00000000", + "fee_provided_remaining_normalized": "0.00010000" + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + }, + { + "event_index": 690, + "event": "ORDER_UPDATE", + "params": { + "fee_provided_remaining": 10000, + "fee_required_remaining": 0, + "get_remaining": 2000, + "give_remaining": 2000, + "status": "open", + "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "fee_required_remaining_normalized": "0.00000000", + "fee_provided_remaining_normalized": "0.00010000" + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + }, + { + "event_index": 691, + "event": "ORDER_MATCH", + "params": { + "backward_asset": "BTC", + "backward_quantity": 1000, + "block_index": 204, + "fee_paid": 0, + "forward_asset": "XCP", + "forward_quantity": 1000, + "id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "match_expire_index": 224, + "status": "pending", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "tx0_block_index": 189, + "tx0_expiration": 21, + "tx0_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "tx0_index": 64, + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "tx1_block_index": 204, + "tx1_expiration": 21, + "tx1_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx1_index": 58, + "block_time": 1734009092, + "forward_asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "backward_asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Bitcoin cryptocurrency", + "locked": false, + "issuer": null + }, + "forward_quantity_normalized": "0.00001000", + "backward_quantity_normalized": "0.00001000", + "fee_paid_normalized": "0.00000000" + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + }, + { + "event_index": 697, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 204, + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "memo": "746865206d656d6f", + "msg_index": 0, + "quantity": 10, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_index": 80, + "block_time": 1734009092, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + }, + { + "event_index": 698, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 204, + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "memo": "746865206d656d6f", + "msg_index": 1, + "quantity": 10, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_index": 80, + "block_time": 1734009092, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + }, + { + "event_index": 699, + "event": "MPMA_SEND", + "params": { + "asset": "XCP", + "block_index": 204, + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "memo": "746865206d656d6f", + "msg_index": 2, + "quantity": 10, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "tx_index": 80, + "block_time": 1734009092, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", + "block_index": 204, + "block_time": 1734009092 + } + ], + "unpacked_data": { + "message_type": "mpma_send", + "message_type_id": 3, + "message_data": [ + { + "asset": "MPMASSET", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "quantity": 10, + "memo": "746865206d656d6f", + "memo_is_hex": true, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, "quantity_normalized": "0.00000010" }, { "asset": "XCP", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "quantity": 10, - "memo": "the memo", - "memo_is_hex": false, + "memo": "746865206d656d6f", + "memo_is_hex": true, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -1914,174 +2737,504 @@ "btc_amount_normalized": "0.00000000" }, { - "tx_index": 77, - "tx_hash": "399265c88887ea0fdb697bb5070dfe0769b1ce970aa29161114880a73e3ad2e5", - "block_index": 201, - "block_hash": "3893ac0bcfec2dfcff228c0f43d2ad17bb6fea6cbb655714b1707e72bb754333", - "block_time": 1733768709, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx_index": 79, + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "block_index": 203, + "block_hash": "71d08a3ddb96e0310b9ab6f62f1ca0dd0f8e611b0d8a44e15fbeb04ee29573a3", + "block_time": 1734009087, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "02000000178d82231300000000000003e8802fc93bc724f1151b70e7ffd9161f233eb6d553bb", + "data": "03000380a329e5108fd4a82571ca37324b41e089a12b7e69803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1440000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": " 399265c88887ea0fdb697bb5070dfe0769b1ce970aa29161114880a73e3ad2e5:1 2 ", - "confirmed": true, - "unpacked_data": { - "message_type": "enhanced_send", - "message_type_id": 2, - "message_data": { - "asset": "MPMASSET", - "quantity": 1000, - "address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "memo": null, - "asset_info": { - "asset_longname": null, - "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "divisible": true, - "locked": false + "utxos_info": " 7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2:0 4 ", + "transaction_type": "mpma", + "events": [ + { + "event_index": 678, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 203, + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "memo": "memo2", + "msg_index": 0, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_index": 79, + "block_time": 1734009087, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" }, - "quantity_normalized": "0.00001000" + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "block_index": 203, + "block_time": 1734009087 + }, + { + "event_index": 679, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 203, + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "memo": "memo3", + "msg_index": 1, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_index": 79, + "block_time": 1734009087, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "block_index": 203, + "block_time": 1734009087 + }, + { + "event_index": 680, + "event": "MPMA_SEND", + "params": { + "asset": "XCP", + "block_index": 203, + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "memo": "memo1", + "msg_index": 2, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_index": 79, + "block_time": 1734009087, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "block_index": 203, + "block_time": 1734009087 } + ], + "unpacked_data": { + "message_type": "mpma_send", + "message_type_id": 3, + "message_data": [ + { + "asset": "MPMASSET", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "quantity": 10, + "memo": "memo2", + "memo_is_hex": false, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + { + "asset": "XCP", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "quantity": 10, + "memo": "memo1", + "memo_is_hex": false, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000010" + } + ] }, "btc_amount_normalized": "0.00000000" - } - ], - "next_cursor": 76, - "result_count": 49 - }, - "/v2/addresses/events": { - "result": [ - { - "event_index": 846, - "event": "ORDER_MATCH_EXPIRATION", - "params": { - "block_index": 225, - "order_match_id": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "tx1_address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "block_time": 1733768847 - }, - "tx_hash": "971a5817a2de0e385a780cd173ead9a7271162f298b47e7fb033805cf02e01b5", - "block_index": 225, - "block_time": 1733768847 }, { - "event_index": 845, - "event": "CREDIT", - "params": { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "asset": "XCP", - "block_index": 225, - "calling_function": "order expired", - "event": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "quantity": 1000, - "tx_index": 0, - "utxo": null, - "utxo_address": null, - "block_time": 1733768847, - "asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true + "tx_index": 78, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_hash": "7f9f979b3c3fa4cee1c26461f43f4dc0ee03d629f9d93d9b9fdab39d1f476f48", + "block_time": 1734009083, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": null, + "btc_amount": 0, + "fee": 10000, + "data": "03000380a329e5108fd4a82571ca37324b41e089a12b7e69803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1488746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", + "supported": true, + "utxos_info": " 216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc:0 4 ", + "transaction_type": "mpma", + "events": [ + { + "event_index": 658, + "event": "ORDER_UPDATE", + "params": { + "status": "expired", + "tx_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06" + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 }, - "quantity_normalized": "0.00001000" - }, - "tx_hash": "971a5817a2de0e385a780cd173ead9a7271162f298b47e7fb033805cf02e01b5", - "block_index": 225, - "block_time": 1733768847 - }, - { - "event_index": 743, - "event": "ORDER_EXPIRATION", - "params": { - "block_index": 211, - "order_hash": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "block_time": 1733768778 - }, - "tx_hash": "237596721100697995715f69633687a0acfdb05c77388493b48bda76ac4949d5", - "block_index": 211, - "block_time": 1733768778 - }, - { - "event_index": 742, - "event": "CREDIT", - "params": { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "asset": "XCP", - "block_index": 211, - "calling_function": "cancel order", - "event": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", - "quantity": 0, - "tx_index": 0, - "utxo": null, - "utxo_address": null, - "block_time": 1733768778, - "asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true + { + "event_index": 660, + "event": "ORDER_EXPIRATION", + "params": { + "block_index": 202, + "order_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_time": 1734009083 + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 }, - "quantity_normalized": "0.00000000" - }, - "tx_hash": "237596721100697995715f69633687a0acfdb05c77388493b48bda76ac4949d5", - "block_index": 211, - "block_time": 1733768778 - }, - { - "event_index": 698, - "event": "MPMA_SEND", - "params": { - "asset": "XCP", - "block_index": 205, - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "memo": "memo1", - "msg_index": 2, - "quantity": 10, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "status": "valid", - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", - "tx_index": 81, - "block_time": 1733768736, - "asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", + { + "event_index": 666, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 202, + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "memo": "the memo", + "msg_index": 0, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_index": 78, + "block_time": 1734009083, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + }, + { + "event_index": 667, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 202, + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "memo": "the memo", + "msg_index": 1, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_index": 78, + "block_time": 1734009083, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + }, + { + "event_index": 668, + "event": "MPMA_SEND", + "params": { + "asset": "XCP", + "block_index": 202, + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "memo": "the memo", + "msg_index": 2, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_index": 78, + "block_time": 1734009083, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + } + ], + "unpacked_data": { + "message_type": "mpma_send", + "message_type_id": 3, + "message_data": [ + { + "asset": "MPMASSET", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "quantity": 10, + "memo": "the memo", + "memo_is_hex": false, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + { + "asset": "XCP", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "quantity": 10, + "memo": "the memo", + "memo_is_hex": false, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000010" + } + ] + }, + "btc_amount_normalized": "0.00000000" + }, + { + "tx_index": 77, + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "block_index": 201, + "block_hash": "226ed1cd3c164cd48cdea191b2851494582e42c565f9a1ab101b9e3228541ac6", + "block_time": 1734009080, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": null, + "btc_amount": 0, + "fee": 10000, + "data": "02000000178d82231300000000000003e880a329e5108fd4a82571ca37324b41e089a12b7e69", + "supported": true, + "utxos_info": " 0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835:1 2 0", + "transaction_type": "enhanced_send", + "events": [ + { + "event_index": 653, + "event": "ENHANCED_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 201, + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "memo": null, + "msg_index": 0, + "quantity": 1000, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "tx_index": 77, + "block_time": 1734009080, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00001000" + }, + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "block_index": 201, + "block_time": 1734009080 + } + ], + "unpacked_data": { + "message_type": "enhanced_send", + "message_type_id": 2, + "message_data": { + "asset": "MPMASSET", + "quantity": 1000, + "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "memo": null, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00001000" + } + }, + "btc_amount_normalized": "0.00000000" + } + ], + "next_cursor": 76, + "result_count": 49 + }, + "/v2/addresses/events": { + "result": [ + { + "event_index": 861, + "event": "ORDER_MATCH_EXPIRATION", + "params": { + "block_index": 225, + "order_match_id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "block_time": 1734009204 + }, + "tx_hash": "0c87ede571560bd4f222c906f20c13761730c981944308d35de8290b122db0c8", + "block_index": 225, + "block_time": 1734009204 + }, + { + "event_index": 860, + "event": "CREDIT", + "params": { + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "asset": "XCP", + "block_index": 225, + "calling_function": "order expired", + "event": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "quantity": 1000, + "tx_index": 0, + "utxo": null, + "utxo_address": null, + "block_time": 1734009204, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00001000" + }, + "tx_hash": "0c87ede571560bd4f222c906f20c13761730c981944308d35de8290b122db0c8", + "block_index": 225, + "block_time": 1734009204 + }, + { + "event_index": 758, + "event": "ORDER_EXPIRATION", + "params": { + "block_index": 211, + "order_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_time": 1734009136 + }, + "tx_hash": "86548b36f67d5b0ec6ac30be2dbf2f0f03b1b28d8539dc4b9cd54a6391379f93", + "block_index": 211, + "block_time": 1734009136 + }, + { + "event_index": 757, + "event": "CREDIT", + "params": { + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "asset": "XCP", + "block_index": 211, + "calling_function": "cancel order", + "event": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "quantity": 0, + "tx_index": 0, + "utxo": null, + "utxo_address": null, + "block_time": 1734009136, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000000" + }, + "tx_hash": "86548b36f67d5b0ec6ac30be2dbf2f0f03b1b28d8539dc4b9cd54a6391379f93", + "block_index": 211, + "block_time": 1734009136 + }, + { + "event_index": 713, + "event": "MPMA_SEND", + "params": { + "asset": "XCP", + "block_index": 205, + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "memo": "memo1", + "msg_index": 2, + "quantity": 10, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "status": "valid", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", + "tx_index": 81, + "block_time": 1734009095, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", "issuer": null, "divisible": true, "locked": true }, "quantity_normalized": "0.00000010" }, - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", "block_index": 205, - "block_time": 1733768736 + "block_time": 1734009095 } ], - "next_cursor": 698, - "result_count": 260 + "next_cursor": 713, + "result_count": 264 }, "/v2/addresses/mempool": { "result": [ { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "memo": null, "msg_index": 0, "quantity": 10000, - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "status": "valid", - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_index": 107, + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_index": 111, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2091,22 +3244,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "CREDIT", "params": { - "address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "send", - "event": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "event": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "quantity": 10000, - "tx_index": 107, + "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2116,22 +3269,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "address": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "asset": "XCP", - "block_index": 233, - "event": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "block_index": 235, + "event": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "quantity": 10000, - "tx_index": 107, + "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2141,44 +3294,27 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "NEW_TRANSACTION", "params": { "block_hash": "mempool", "block_index": 9999999, - "block_time": 1733768883.6463442, + "block_time": 1734009265.1571295, "btc_amount": 0, - "data": "020000000000000001000000000000271080eda1874e0086db86059cf21fa5413803b774def1", + "data": "0200000000000000010000000000002710803c8e6158237de60ae0875aefca276e431c644c2e", "destination": "", "fee": 10000, - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_index": 107, - "utxos_info": "f9a880a01a4ac55a96e0c454ba65b57d0e3c16d0465df4b11244558d4df0a044:1 4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3:1 2 ", - "unpacked_data": { - "message_type": "enhanced_send", - "message_type_id": 2, - "message_data": { - "asset": "XCP", - "quantity": 10000, - "address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "memo": null, - "asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true - }, - "quantity_normalized": "0.00010000" - } - }, + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "transaction_type": "enhanced_send", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_index": 111, + "utxos_info": " 7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648:1 2 0", "btc_amount_normalized": "0.00000000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 } ], "next_cursor": null, @@ -2187,53 +3323,57 @@ "/v2/addresses/
/balances": { "result": [ { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "A95428956980101314", + "asset_longname": null, "quantity": 100000000000, "utxo": null, "utxo_address": null, "asset_info": { "asset_longname": "A95428959745315388.SUBNUMERIC", "description": "A subnumeric asset", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "1000.00000000" }, { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MPMASSET", + "asset_longname": null, "quantity": 99999998960, "utxo": null, "utxo_address": null, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "999.99998960" }, { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MYASSETA", + "asset_longname": null, "quantity": 97999999980, "utxo": null, "utxo_address": null, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "979.99999980" }, { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", + "asset_longname": null, "quantity": 82599966196, "utxo": null, "utxo_address": null, @@ -2247,15 +3387,16 @@ "quantity_normalized": "825.99966196" }, { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "TESTLOCKDESC", + "asset_longname": null, "quantity": 9999990000, "utxo": null, "utxo_address": null, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -2268,8 +3409,9 @@ "/v2/addresses/
/balances/": { "result": [ { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", + "asset_longname": null, "quantity": 82599966196, "utxo": null, "utxo_address": null, @@ -2290,16 +3432,15 @@ "result": [ { "block_index": 225, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 1000, "calling_function": "order expired", - "event": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "event": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "tx_index": 0, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768847, + "block_time": 1734009204, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2311,16 +3452,15 @@ }, { "block_index": 205, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 10, "calling_function": "mpma send", - "event": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", + "event": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", "tx_index": 81, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768736, + "block_time": 1734009095, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2332,16 +3472,15 @@ }, { "block_index": 204, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 10, "calling_function": "mpma send", - "event": "35b35f2e03b8d62db8576906a87fb88387e10127580518dfcb87caec21ac7f87", + "event": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", "tx_index": 80, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768731, + "block_time": 1734009092, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2353,16 +3492,15 @@ }, { "block_index": 204, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 3000, "calling_function": "order expired", - "event": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "event": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "tx_index": 0, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768731, + "block_time": 1734009092, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2374,16 +3512,15 @@ }, { "block_index": 202, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 5000, "calling_function": "cancel order", - "event": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", + "event": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", "tx_index": 0, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734009083, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2401,16 +3538,15 @@ "result": [ { "block_index": 203, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", + "event": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", "tx_index": 79, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768727, + "block_time": 1734009087, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2422,20 +3558,19 @@ }, { "block_index": 203, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MPMASSET", "quantity": 20, "action": "mpma send", - "event": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", + "event": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", "tx_index": 79, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768727, + "block_time": 1734009087, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -2443,16 +3578,15 @@ }, { "block_index": 202, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 10, "action": "mpma send", - "event": "6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8", + "event": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", "tx_index": 78, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734009083, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2464,20 +3598,19 @@ }, { "block_index": 202, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MPMASSET", "quantity": 20, "action": "mpma send", - "event": "6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8", + "event": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", "tx_index": 78, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734009083, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -2485,20 +3618,19 @@ }, { "block_index": 201, - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MPMASSET", "quantity": 1000, "action": "send", - "event": "399265c88887ea0fdb697bb5070dfe0769b1ce970aa29161114880a73e3ad2e5", + "event": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", "tx_index": 77, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768709, + "block_time": 1734009080, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -2517,17 +3649,16 @@ "result": [ { "tx_index": 24, - "tx_hash": "a4940f8786f7f4dc4bc922f5f21fc7a41af79c7b7ba1bf60e60cf6181f262eb7", + "tx_hash": "0a76c9ea68b50e09ffbf028609d70d48b4663722908f9f9a80a9c147eb019383", "block_index": 128, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, "text": "Hello, world!", "locked": false, "status": "valid", - "confirmed": true, - "block_time": 1733768363, + "block_time": 1734008782, "fee_fraction_int_normalized": "0.00000000" } ], @@ -2537,15 +3668,14 @@ "/v2/addresses/
/burns": { "result": [ { - "tx_index": 9, - "tx_hash": "ea2e1e66c673cd334f291cf9a6054953a6063132b288ba66bf06dc0aa8e3e1e9", + "tx_index": 4, + "tx_hash": "4c35072a498a10c7bcd9679a8b18f60fea3b7111dfc2f39d1a64f6ab8f8f5444", "block_index": 112, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "burned": 50000000, "earned": 74999998167, "status": "valid", - "confirmed": true, - "block_time": 1733768288, + "block_time": 1734008711, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" } @@ -2557,18 +3687,17 @@ "result": [ { "tx_index": 79, - "tx_hash": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", "block_index": 203, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "memo1", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768727, + "block_time": 1734009087, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2581,22 +3710,21 @@ }, { "tx_index": 79, - "tx_hash": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", "block_index": 203, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "asset": "MPMASSET", "quantity": 10, "status": "valid", "msg_index": 1, "memo": "memo3", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768727, + "block_time": 1734009087, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -2605,22 +3733,21 @@ }, { "tx_index": 79, - "tx_hash": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", "block_index": 203, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "asset": "MPMASSET", "quantity": 10, "status": "valid", "msg_index": 0, "memo": "memo2", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768727, + "block_time": 1734009087, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -2629,18 +3756,17 @@ }, { "tx_index": 78, - "tx_hash": "6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", "block_index": 202, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "the memo", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734009083, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2653,22 +3779,21 @@ }, { "tx_index": 78, - "tx_hash": "6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", "block_index": 202, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "asset": "MPMASSET", "quantity": 10, "status": "valid", "msg_index": 1, "memo": "the memo", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734009083, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -2683,22 +3808,21 @@ "result": [ { "tx_index": 38, - "tx_hash": "147f1b26f44ffc7553ffde2895e4cacde5ef85c096ccb2f0b011821a0753dcb1", + "tx_hash": "9dfd534c7f1a8cab2b3327a95007d1379671ebdef059c24809eed53707274386", "block_index": 142, - "source": "45c0c0d5f91fe24b39903b62d991c3d358f5523ac31c6741f6340f9019f1f41b:0", - "destination": "bcrt1qftz4jrltjyx8rp83wf6ven60v0lmvd80jt07lu", + "source": "adf50e0b58c70551cb0d2773f25058dd15a92b116897ed28cef5b123442b8422:0", + "destination": "bcrt1qmkjuhmy5mpegh7qw9d44qsjl8auvr7fh9f7mus", "asset": "MYASSETA", "quantity": 1000000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768435, + "block_time": 1734008835, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -2722,78 +3846,76 @@ "/v2/addresses/
/dispensers": { "result": [ { - "tx_index": 26, - "tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", - "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "asset": "XCP", + "tx_index": 68, + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "block_index": 194, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "asset": "TESTLOCKDESC", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, - "status": 10, - "give_remaining": 0, + "status": 0, + "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "dispense_count": 2, + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768387, + "block_time": 1734009052, "asset_info": { "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, + "description": "Test Locking Description", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, - "locked": true + "locked": false }, "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00000000", + "give_remaining_normalized": "0.00006000", "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001", "price_normalized": "1.0000000000000000" }, { - "tx_index": 68, - "tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", - "block_index": 194, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "asset": "TESTLOCKDESC", + "tx_index": 26, + "tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", + "block_index": 132, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, - "status": 0, - "give_remaining": 6000, + "status": 10, + "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "dispense_count": 1, + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768661, + "block_time": 1734008797, "asset_info": { "asset_longname": null, - "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "description": "The Counterparty protocol native currency", + "issuer": null, "divisible": true, - "locked": false + "locked": true }, "give_quantity_normalized": "0.00000001", - "give_remaining_normalized": "0.00006000", + "give_remaining_normalized": "0.00000000", "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001", @@ -2806,9 +3928,9 @@ "/v2/addresses/
/dispensers/": { "result": { "tx_index": 26, - "tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -2817,18 +3939,17 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2849,19 +3970,18 @@ { "tx_index": 69, "dispense_index": 0, - "tx_hash": "52d29f050a9d1820b51fd52a006f1f3aafa04864fb2934491d74574bbd778264", + "tx_hash": "80ca29dfd787599a1bb83903ef3392339ea5e383b0298a3f87f793e9872ca5c9", "block_index": 194, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "TESTLOCKDESC", "dispense_quantity": 4000, - "dispenser_tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", + "dispenser_tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 68, "block_index": 194, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2869,7 +3989,7 @@ "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -2884,11 +4004,11 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768661, + "block_time": 1734009052, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -2898,19 +4018,18 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "fef2fd4c6b504ca2fcbe971acf59a7d1378039a9c51336170c622a77c97ddeb2", + "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2918,7 +4037,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2933,7 +4052,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -2947,19 +4066,18 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "da8b10da5e06164e4affe91ca277054b1fd2f516f007fd570e95276fb9d7bc96", + "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", "block_index": 131, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 6000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -2967,7 +4085,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -2982,7 +4100,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768373, + "block_time": 1734008794, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3002,19 +4120,18 @@ { "tx_index": 69, "dispense_index": 0, - "tx_hash": "52d29f050a9d1820b51fd52a006f1f3aafa04864fb2934491d74574bbd778264", + "tx_hash": "80ca29dfd787599a1bb83903ef3392339ea5e383b0298a3f87f793e9872ca5c9", "block_index": 194, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "TESTLOCKDESC", "dispense_quantity": 4000, - "dispenser_tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", + "dispenser_tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 68, "block_index": 194, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3022,7 +4139,7 @@ "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -3037,11 +4154,11 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768661, + "block_time": 1734009052, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -3051,19 +4168,18 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "fef2fd4c6b504ca2fcbe971acf59a7d1378039a9c51336170c622a77c97ddeb2", + "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3071,7 +4187,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3086,7 +4202,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3100,19 +4216,18 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "da8b10da5e06164e4affe91ca277054b1fd2f516f007fd570e95276fb9d7bc96", + "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", "block_index": 131, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 6000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3120,7 +4235,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3135,7 +4250,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768373, + "block_time": 1734008794, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3155,19 +4270,18 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "fef2fd4c6b504ca2fcbe971acf59a7d1378039a9c51336170c622a77c97ddeb2", + "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3175,7 +4289,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3190,7 +4304,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3204,19 +4318,18 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "da8b10da5e06164e4affe91ca277054b1fd2f516f007fd570e95276fb9d7bc96", + "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", "block_index": 131, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 6000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3224,7 +4337,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3239,7 +4352,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768373, + "block_time": 1734008794, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3259,19 +4372,18 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "fef2fd4c6b504ca2fcbe971acf59a7d1378039a9c51336170c622a77c97ddeb2", + "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3279,7 +4391,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3294,7 +4406,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3308,19 +4420,18 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "da8b10da5e06164e4affe91ca277054b1fd2f516f007fd570e95276fb9d7bc96", + "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", "block_index": 131, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 6000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -3328,7 +4439,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -3343,7 +4454,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768373, + "block_time": 1734008794, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -3362,16 +4473,15 @@ "result": [ { "tx_index": 65, - "tx_hash": "ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe", + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", "block_index": 190, - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, - "confirmed": true, - "block_time": 1733768646, + "block_time": 1734009038, "fee_paid_normalized": "0.00600000" } ], @@ -3382,141 +4492,136 @@ "result": [ { "tx_index": 76, - "tx_hash": "34b1dd36a84015c7f333c79062c5262f3092884583693d675c166156ef4d3e9a", + "tx_hash": "238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800", "msg_index": 0, "block_index": 200, "asset": "MPMASSET", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "My super asset B", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, - "block_time": 1733768705, + "block_time": 1734009076, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.50000000" }, { "tx_index": 52, - "tx_hash": "1453a038a12a2f702dd0de9430197867e4894062ab4c36af703bee182c99a735", + "tx_hash": "5b8f69fe9798a63ffe29e19da6205b8aa1701bc06e7032172d96ed2bee63e2a5", "msg_index": 0, "block_index": 156, "asset": "A95428956980101314", "quantity": 100000000000, "divisible": true, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "A subnumeric asset", "fee_paid": 0, + "locked": false, "status": "valid", "asset_longname": "A95428959745315388.SUBNUMERIC", - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, - "block_time": 1733768507, + "block_time": 1734008897, "quantity_normalized": "1000.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 51, - "tx_hash": "461a31e669ecc4e5c5f4f45aceae23748fe98abc151775bc4a5339967e05c5e2", + "tx_hash": "e0e704a2623200509a182317f8aeddb6e1e398a9a956b50b21db85758de32b7c", "msg_index": 0, "block_index": 155, "asset": "TESTLOCKDESC", "quantity": 0, "divisible": true, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "Test Locking Description", "fee_paid": 0, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": true, "fair_minting": false, "asset_events": "lock_description", - "confirmed": true, - "block_time": 1733768494, + "block_time": 1734008894, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 50, - "tx_hash": "1114213be685eb524b5bb702068b6f9afe849dc9e5c1ef75b94cdd2b684ca4a8", + "tx_hash": "fcd7ce6c559a0aa99cd6d0d558591048f70a7935370764d41605d8ed9c895cd3", "msg_index": 0, "block_index": 154, "asset": "A95428959745315388", "quantity": 0, "divisible": true, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "Test Locking Description", "fee_paid": 0, + "locked": false, "status": "valid", "asset_longname": "TESTLOCKDESC.MYSUBASSET", - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, - "block_time": 1733768490, + "block_time": 1734008891, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 49, - "tx_hash": "0ed209980d8a66db6c8f4549b6c8229f235b447844555e84f7f762bde45fb0d1", + "tx_hash": "2214fdf114de36da746459d2a2af7efebcf3b2919c1883137f9a83efaad84c0b", "msg_index": 0, "block_index": 153, "asset": "TESTLOCKDESC", "quantity": 10000000000, "divisible": true, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "Test Locking Description", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "creation", - "confirmed": true, - "block_time": 1733768487, + "block_time": 1734008877, "quantity_normalized": "100.00000000", "fee_paid_normalized": "0.50000000" } @@ -3530,85 +4635,85 @@ "asset": "MPMASSET", "asset_id": "101158363923", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 100000000000, "description": "My super asset B", + "description_locked": false, "first_issuance_block_index": 200, "last_issuance_block_index": 200, - "confirmed": true, - "first_issuance_block_time": 1733768705, - "last_issuance_block_time": 1733768705, + "first_issuance_block_time": 1734009076, + "last_issuance_block_time": 1734009076, "supply_normalized": "1000.00000000" }, { "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 10000000000, "description": "Test Locking Description", + "description_locked": false, "first_issuance_block_index": 153, "last_issuance_block_index": 155, - "confirmed": true, - "first_issuance_block_time": 1733768487, - "last_issuance_block_time": 1733768494, + "first_issuance_block_time": 1734008877, + "last_issuance_block_time": 1734008894, "supply_normalized": "100.00000000" }, { "asset": "FREEFAIRMINT", "asset_id": "20774156646107637", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 180, "description": "", + "description_locked": false, "first_issuance_block_index": 148, "last_issuance_block_index": 150, - "confirmed": true, - "first_issuance_block_time": 1733768467, - "last_issuance_block_time": 1733768474, + "first_issuance_block_time": 1734008857, + "last_issuance_block_time": 1734008864, "supply_normalized": "0.00000180" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 100000000000, "description": "My super asset A", + "description_locked": false, "first_issuance_block_index": 139, "last_issuance_block_index": 139, - "confirmed": true, - "first_issuance_block_time": 1733768424, - "last_issuance_block_time": 1733768424, + "first_issuance_block_time": 1734008824, + "last_issuance_block_time": 1734008824, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 40, "description": "", + "description_locked": false, "first_issuance_block_index": 126, "last_issuance_block_index": 127, - "confirmed": true, - "first_issuance_block_time": 1733768356, - "last_issuance_block_time": 1733768360, + "first_issuance_block_time": 1734008774, + "last_issuance_block_time": 1734008778, "supply_normalized": "0.00000040" } ], @@ -3621,85 +4726,85 @@ "asset": "MPMASSET", "asset_id": "101158363923", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 100000000000, "description": "My super asset B", + "description_locked": false, "first_issuance_block_index": 200, "last_issuance_block_index": 200, - "confirmed": true, - "first_issuance_block_time": 1733768705, - "last_issuance_block_time": 1733768705, + "first_issuance_block_time": 1734009076, + "last_issuance_block_time": 1734009076, "supply_normalized": "1000.00000000" }, { "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 10000000000, "description": "Test Locking Description", + "description_locked": false, "first_issuance_block_index": 153, "last_issuance_block_index": 155, - "confirmed": true, - "first_issuance_block_time": 1733768487, - "last_issuance_block_time": 1733768494, + "first_issuance_block_time": 1734008877, + "last_issuance_block_time": 1734008894, "supply_normalized": "100.00000000" }, { "asset": "FREEFAIRMINT", "asset_id": "20774156646107637", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 180, "description": "", + "description_locked": false, "first_issuance_block_index": 148, "last_issuance_block_index": 150, - "confirmed": true, - "first_issuance_block_time": 1733768467, - "last_issuance_block_time": 1733768474, + "first_issuance_block_time": 1734008857, + "last_issuance_block_time": 1734008864, "supply_normalized": "0.00000180" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 100000000000, "description": "My super asset A", + "description_locked": false, "first_issuance_block_index": 139, "last_issuance_block_index": 139, - "confirmed": true, - "first_issuance_block_time": 1733768424, - "last_issuance_block_time": 1733768424, + "first_issuance_block_time": 1734008824, + "last_issuance_block_time": 1734008824, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 40, "description": "", + "description_locked": false, "first_issuance_block_index": 126, "last_issuance_block_index": 127, - "confirmed": true, - "first_issuance_block_time": 1733768356, - "last_issuance_block_time": 1733768360, + "first_issuance_block_time": 1734008774, + "last_issuance_block_time": 1734008778, "supply_normalized": "0.00000040" } ], @@ -3712,85 +4817,85 @@ "asset": "MPMASSET", "asset_id": "101158363923", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 100000000000, "description": "My super asset B", + "description_locked": false, "first_issuance_block_index": 200, "last_issuance_block_index": 200, - "confirmed": true, - "first_issuance_block_time": 1733768705, - "last_issuance_block_time": 1733768705, + "first_issuance_block_time": 1734009076, + "last_issuance_block_time": 1734009076, "supply_normalized": "1000.00000000" }, { "asset": "TESTLOCKDESC", "asset_id": "70403005118950974", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 10000000000, "description": "Test Locking Description", + "description_locked": false, "first_issuance_block_index": 153, "last_issuance_block_index": 155, - "confirmed": true, - "first_issuance_block_time": 1733768487, - "last_issuance_block_time": 1733768494, + "first_issuance_block_time": 1734008877, + "last_issuance_block_time": 1734008894, "supply_normalized": "100.00000000" }, { "asset": "FREEFAIRMINT", "asset_id": "20774156646107637", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 180, "description": "", + "description_locked": false, "first_issuance_block_index": 148, "last_issuance_block_index": 150, - "confirmed": true, - "first_issuance_block_time": 1733768467, - "last_issuance_block_time": 1733768474, + "first_issuance_block_time": 1734008857, + "last_issuance_block_time": 1734008864, "supply_normalized": "0.00000180" }, { "asset": "MYASSETA", "asset_id": "103804245870", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 100000000000, "description": "My super asset A", + "description_locked": false, "first_issuance_block_index": 139, "last_issuance_block_index": 139, - "confirmed": true, - "first_issuance_block_time": 1733768424, - "last_issuance_block_time": 1733768424, + "first_issuance_block_time": 1734008824, + "last_issuance_block_time": 1734008824, "supply_normalized": "1000.00000000" }, { "asset": "FAIRMINTD", "asset_id": "1046814266085", "asset_longname": null, - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "owner": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "owner": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false, "supply": 40, "description": "", + "description_locked": false, "first_issuance_block_index": 126, "last_issuance_block_index": 127, - "confirmed": true, - "first_issuance_block_time": 1733768356, - "last_issuance_block_time": 1733768360, + "first_issuance_block_time": 1734008774, + "last_issuance_block_time": 1734008778, "supply_normalized": "0.00000040" } ], @@ -3801,32 +4906,118 @@ "result": [ { "tx_index": 79, - "tx_hash": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", "block_index": 203, - "block_hash": "690a27da33f87f6347ea4eafdace8ac95ea7a3844dd2b3ccbd0f668ce80646f3", - "block_time": 1733768727, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "71d08a3ddb96e0310b9ab6f62f1ca0dd0f8e611b0d8a44e15fbeb04ee29573a3", + "block_time": 1734009087, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003802fc93bc724f1151b70e7ffd9161f233eb6d553bb80eda1874e0086db86059cf21fa5413803b774def180c47335626396b1c5deafb065759eca470750aa7640000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", + "data": "03000380a329e5108fd4a82571ca37324b41e089a12b7e69803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1440000005e36088c4d4000000000000002a15b595b5bcca000000000000000a856d656d6f3380000000000000008000000000000000542b6b2b6b7988", "supported": true, - "utxos_info": " ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d:0 4 ", - "confirmed": true, + "utxos_info": " 7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2:0 4 ", + "transaction_type": "mpma", + "events": [ + { + "event_index": 678, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 203, + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "memo": "memo2", + "msg_index": 0, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_index": 79, + "block_time": 1734009087, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "block_index": 203, + "block_time": 1734009087 + }, + { + "event_index": 679, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 203, + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "memo": "memo3", + "msg_index": 1, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_index": 79, + "block_time": 1734009087, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "block_index": 203, + "block_time": 1734009087 + }, + { + "event_index": 680, + "event": "MPMA_SEND", + "params": { + "asset": "XCP", + "block_index": 203, + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "memo": "memo1", + "msg_index": 2, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "tx_index": 79, + "block_time": 1734009087, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", + "block_index": 203, + "block_time": 1734009087 + } + ], "unpacked_data": { "message_type": "mpma_send", "message_type_id": 3, "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "quantity": 10, "memo": "memo2", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -3834,7 +5025,7 @@ }, { "asset": "XCP", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "quantity": 10, "memo": "memo1", "memo_is_hex": false, @@ -3853,32 +5044,142 @@ }, { "tx_index": 78, - "tx_hash": "6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", "block_index": 202, - "block_hash": "618af4b503789e715bb693490c5e2c63cf51f1a14d0ebb8975e86d20358c4781", - "block_time": 1733768723, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "7f9f979b3c3fa4cee1c26461f43f4dc0ee03d629f9d93d9b9fdab39d1f476f48", + "block_time": 1734009083, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "030003802fc93bc724f1151b70e7ffd9161f233eb6d553bb80eda1874e0086db86059cf21fa5413803b774def180c47335626396b1c5deafb065759eca470750aa7688746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", + "data": "03000380a329e5108fd4a82571ca37324b41e089a12b7e69803c8e6158237de60ae0875aefca276e431c644c2e80f93dca7b48b618a82889ef159a4f918f96656e1488746865206d656d6f8000000bc6c11189a80000000000000052000000000000000a4000000000000000400000000000000028", "supported": true, - "utxos_info": " 6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8:0 4 ", - "confirmed": true, + "utxos_info": " 216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc:0 4 ", + "transaction_type": "mpma", + "events": [ + { + "event_index": 658, + "event": "ORDER_UPDATE", + "params": { + "status": "expired", + "tx_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06" + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + }, + { + "event_index": 660, + "event": "ORDER_EXPIRATION", + "params": { + "block_index": 202, + "order_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_time": 1734009083 + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + }, + { + "event_index": 666, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 202, + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "memo": "the memo", + "msg_index": 0, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_index": 78, + "block_time": 1734009083, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + }, + { + "event_index": 667, + "event": "MPMA_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 202, + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "memo": "the memo", + "msg_index": 1, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_index": 78, + "block_time": 1734009083, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + }, + { + "event_index": 668, + "event": "MPMA_SEND", + "params": { + "asset": "XCP", + "block_index": 202, + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "memo": "the memo", + "msg_index": 2, + "quantity": 10, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "tx_index": 78, + "block_time": 1734009083, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00000010" + }, + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", + "block_index": 202, + "block_time": 1734009083 + } + ], "unpacked_data": { "message_type": "mpma_send", "message_type_id": 3, "message_data": [ { "asset": "MPMASSET", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "quantity": 10, "memo": "the memo", "memo_is_hex": false, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -3886,7 +5187,7 @@ }, { "asset": "XCP", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "quantity": 10, "memo": "the memo", "memo_is_hex": false, @@ -3905,30 +5206,60 @@ }, { "tx_index": 77, - "tx_hash": "399265c88887ea0fdb697bb5070dfe0769b1ce970aa29161114880a73e3ad2e5", + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", "block_index": 201, - "block_hash": "3893ac0bcfec2dfcff228c0f43d2ad17bb6fea6cbb655714b1707e72bb754333", - "block_time": 1733768709, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "226ed1cd3c164cd48cdea191b2851494582e42c565f9a1ab101b9e3228541ac6", + "block_time": 1734009080, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, - "data": "02000000178d82231300000000000003e8802fc93bc724f1151b70e7ffd9161f233eb6d553bb", + "data": "02000000178d82231300000000000003e880a329e5108fd4a82571ca37324b41e089a12b7e69", "supported": true, - "utxos_info": " 399265c88887ea0fdb697bb5070dfe0769b1ce970aa29161114880a73e3ad2e5:1 2 ", - "confirmed": true, + "utxos_info": " 0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835:1 2 0", + "transaction_type": "enhanced_send", + "events": [ + { + "event_index": 653, + "event": "ENHANCED_SEND", + "params": { + "asset": "MPMASSET", + "block_index": 201, + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "memo": null, + "msg_index": 0, + "quantity": 1000, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "tx_index": 77, + "block_time": 1734009080, + "asset_info": { + "asset_longname": null, + "description": "My super asset B", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "quantity_normalized": "0.00001000" + }, + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", + "block_index": 201, + "block_time": 1734009080 + } + ], "unpacked_data": { "message_type": "enhanced_send", "message_type_id": 2, "message_data": { "asset": "MPMASSET", "quantity": 1000, - "address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "memo": null, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -3939,18 +5270,66 @@ }, { "tx_index": 76, - "tx_hash": "34b1dd36a84015c7f333c79062c5262f3092884583693d675c166156ef4d3e9a", + "tx_hash": "238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800", "block_index": 200, - "block_hash": "59da33380396ff864ec0081e4fa0e857d832f094a4899efe2f3efef8cceb8cb9", - "block_time": 1733768705, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "63186806a79b04f8d507e55a4f2e62da49db844354911be2946a6fe1c0cffe77", + "block_time": 1734009076, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "16000000178d822313000000174876e8000100004d792073757065722061737365742042", "supported": true, - "utxos_info": " 34b1dd36a84015c7f333c79062c5262f3092884583693d675c166156ef4d3e9a:1 2 ", - "confirmed": true, + "utxos_info": " 238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800:1 2 0", + "transaction_type": "issuance", + "events": [ + { + "event_index": 644, + "event": "ASSET_CREATION", + "params": { + "asset_id": "101158363923", + "asset_longname": null, + "asset_name": "MPMASSET", + "block_index": 200, + "block_time": 1734009076 + }, + "tx_hash": "238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800", + "block_index": 200, + "block_time": 1734009076 + }, + { + "event_index": 645, + "event": "ASSET_ISSUANCE", + "params": { + "asset": "MPMASSET", + "asset_events": "creation", + "asset_longname": null, + "block_index": 200, + "call_date": 0, + "call_price": 0.0, + "callable": false, + "description": "My super asset B", + "description_locked": false, + "divisible": true, + "fee_paid": 50000000, + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "locked": false, + "quantity": 100000000000, + "reset": false, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": "valid", + "transfer": false, + "tx_hash": "238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800", + "tx_index": 76, + "block_time": 1734009076, + "quantity_normalized": "1000.00000000", + "fee_paid_normalized": "0.50000000" + }, + "tx_hash": "238e54d1f17ee278511c9808c0a635082178757fad4d629cb8b711a9546db800", + "block_index": 200, + "block_time": 1734009076 + } + ], "unpacked_data": { "message_type": "issuance", "message_type_id": 22, @@ -3974,18 +5353,54 @@ }, { "tx_index": 68, - "tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", "block_index": 193, - "block_hash": "15649f09ed4756db6904bb171cf8fad2ce4205981a823356ad1c4767d728652f", - "block_time": 1733768656, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "block_hash": "6c741e8ae64af8b16b051e23bf8ee7bbb0bc8b727a459b2a032f6b5d1cdcf422", + "block_time": 1734009049, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "destination": null, "btc_amount": 0, "fee": 10000, "data": "0c00fa1f28ff3c2e3e00000000000000010000000000002710000000000000000100", "supported": true, - "utxos_info": " 3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668:1 2 ", - "confirmed": true, + "utxos_info": " 942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776:1 2 0", + "transaction_type": "dispenser", + "events": [ + { + "event_index": 587, + "event": "OPEN_DISPENSER", + "params": { + "asset": "TESTLOCKDESC", + "block_index": 193, + "dispense_count": 0, + "escrow_quantity": 10000, + "give_quantity": 1, + "give_remaining": 10000, + "oracle_address": null, + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "satoshirate": 1, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "status": 0, + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "tx_index": 68, + "block_time": 1734009049, + "asset_info": { + "asset_longname": null, + "description": "Test Locking Description", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "divisible": true, + "locked": false + }, + "give_quantity_normalized": "0.00000001", + "give_remaining_normalized": "0.00010000", + "escrow_quantity_normalized": "0.00010000", + "satoshirate_normalized": "0.00000001" + }, + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", + "block_index": 193, + "block_time": 1734009049 + } + ], "unpacked_data": { "message_type": "dispenser", "message_type_id": 12, @@ -4001,7 +5416,7 @@ "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4019,20 +5434,19 @@ "result": [ { "tx_index": 42, - "tx_hash": "f083d619e6fc210e79a41f9aa9a6251d59354a8297134c1a6a941b3aed885060", + "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", "block_index": 146, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 20000, "status": "valid", - "confirmed": true, - "block_time": 1733768449, + "block_time": 1734008849, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4054,9 +5468,9 @@ "result": [ { "tx_index": 53, - "tx_hash": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25", + "tx_hash": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61", "block_index": 179, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -4072,8 +5486,7 @@ "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768521, + "block_time": 1734008920, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4101,9 +5514,9 @@ }, { "tx_index": 55, - "tx_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", + "tx_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", "block_index": 202, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -4119,8 +5532,7 @@ "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734009083, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4148,9 +5560,9 @@ }, { "tx_index": 62, - "tx_hash": "aaf051d2c9d71072e1fded1f3fbeeeb4635f8d5bd40cf277571ec189b6f08379", + "tx_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", "block_index": 188, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -4166,8 +5578,7 @@ "status": "cancelled", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768637, + "block_time": 1734009032, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4195,9 +5606,9 @@ }, { "tx_index": 64, - "tx_hash": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", + "tx_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", "block_index": 211, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 0, @@ -4213,8 +5624,7 @@ "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768778, + "block_time": 1734009136, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -4247,10 +5657,10 @@ "/v2/addresses/
/fairminters": { "result": [ { - "tx_hash": "07419a5c9c194e4d4fbc6c7bd0a308a367ca2c80abba5bf07f968cb289375c92", + "tx_hash": "31d43ff2d76eafea090a6d93d48a418ca8f5cc5ca3bf3b77ff30743d095842c8", "tx_index": 44, "block_index": 150, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "FREEFAIRMINT", "asset_parent": null, "asset_longname": null, @@ -4272,10 +5682,9 @@ "pre_minted": false, "status": "closed", "earned_quantity": 180, - "commission": 0, "paid_quantity": 0, - "confirmed": true, - "block_time": 1733768474, + "commission": 0, + "block_time": 1734008864, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000180", "soft_cap_normalized": "0.00000000", @@ -4287,10 +5696,10 @@ "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "fc55a5e9bdeb8b5f3790c692d6429e258ba35ef6750575aa65f2ff6d7b4ee45f", + "tx_hash": "e9a9f8523ec67592415196490bb220fa6fb5daa57778ba3d9d9bad52588e962d", "tx_index": 43, "block_index": 147, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "A95428958968845068", "asset_parent": "MYASSETA", "asset_longname": "MYASSETA.SUBMYASSETA", @@ -4312,10 +5721,9 @@ "pre_minted": false, "status": "open", "earned_quantity": null, - "commission": null, "paid_quantity": null, - "confirmed": true, - "block_time": 1733768463, + "commission": null, + "block_time": 1734008854, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -4324,10 +5732,10 @@ "premint_quantity_normalized": "0.00000000" }, { - "tx_hash": "180a465fa19af27aeabf087e0c625d5c33962872580338930dc7eea555e014f5", + "tx_hash": "cf1a91dd2a70b3f6d27dab0b3fd7846bc74a579a83cd1664815a6b05261a7994", "tx_index": 22, "block_index": 126, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "FAIRMINTD", "asset_parent": null, "asset_longname": null, @@ -4349,10 +5757,9 @@ "pre_minted": false, "status": "open", "earned_quantity": 40, - "commission": 0, "paid_quantity": 34, - "confirmed": true, - "block_time": 1733768356, + "commission": 0, + "block_time": 1734008774, "price_normalized": "50.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -4364,10 +5771,10 @@ "paid_quantity_normalized": "0.00000034" }, { - "tx_hash": "88367a2fc7e57b2ef25709a54e88799b19165d19cdecb2d7fa30ff62559ab4c4", + "tx_hash": "43b8852cceeb265ee73271da096b689f3a7e92208f80dc50f7afd77ff5d8303d", "tx_index": 18, "block_index": 122, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "FAIRMINTC", "asset_parent": null, "asset_longname": null, @@ -4389,10 +5796,9 @@ "pre_minted": false, "status": "open", "earned_quantity": 19, - "commission": 0, "paid_quantity": 5, - "confirmed": true, - "block_time": 1733768330, + "commission": 0, + "block_time": 1734008750, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -4404,10 +5810,10 @@ "paid_quantity_normalized": "0.00000005" }, { - "tx_hash": "dc94d1b63da573d49714a4a6fddf3325052e0cabeba9c861e8e733ec13e691f5", + "tx_hash": "3ee43dd337b27f7b0e0a0c956ffc81aeb8a85bf761bc728356e3e2cd4d891f1e", "tx_index": 14, "block_index": 121, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "FAIRMINTB", "asset_parent": null, "asset_longname": null, @@ -4429,10 +5835,9 @@ "pre_minted": false, "status": "closed", "earned_quantity": 300000000, - "commission": 0, "paid_quantity": 300000000, - "confirmed": true, - "block_time": 1733768326, + "commission": 0, + "block_time": 1734008745, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "100.00000000", "soft_cap_normalized": "10.00000000", @@ -4444,10 +5849,10 @@ "paid_quantity_normalized": "3.00000000" }, { - "tx_hash": "0f341aea8d30e3e2efef8ea29a14c643a9a47dfa6e12cd1d5ab1dc649f15de04", + "tx_hash": "49257d0cc600eb3ca08aa988b4108b9915db8ffa264303cf9880ebdd2b2bd072", "tx_index": 10, "block_index": 116, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "FAIRMINTA", "asset_parent": null, "asset_longname": null, @@ -4469,10 +5874,9 @@ "pre_minted": false, "status": "closed", "earned_quantity": 10000000000, - "commission": 0, "paid_quantity": 10000000000, - "confirmed": true, - "block_time": 1733768305, + "commission": 0, + "block_time": 1734008729, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "100.00000000", "soft_cap_normalized": "10.00000000", @@ -4490,22 +5894,21 @@ "/v2/addresses/
/fairmints": { "result": [ { - "tx_hash": "7e307c6f0bd841a29cfd86ce47290a6d550f60723653fb61f5e9aeb05511c83b", + "tx_hash": "ba9372a361792a33a6a819e269e1f3ae4e3b55c00597cdcfce0b9e2c17ec0fbb", "tx_index": 46, "block_index": 150, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "07419a5c9c194e4d4fbc6c7bd0a308a367ca2c80abba5bf07f968cb289375c92", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "31d43ff2d76eafea090a6d93d48a418ca8f5cc5ca3bf3b77ff30743d095842c8", "asset": "FREEFAIRMINT", "earn_quantity": 80, "paid_quantity": 0, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768474, + "block_time": 1734008864, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4514,22 +5917,21 @@ "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "024ec67d76f0f9399022b3fd99014d531cb98c80e11dd75866084f22c10c7871", + "tx_hash": "46eacfbb685594a496a67785d278bdf99cca53d49afd7c79dfb18284fdbf2109", "tx_index": 45, "block_index": 149, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "07419a5c9c194e4d4fbc6c7bd0a308a367ca2c80abba5bf07f968cb289375c92", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "31d43ff2d76eafea090a6d93d48a418ca8f5cc5ca3bf3b77ff30743d095842c8", "asset": "FREEFAIRMINT", "earn_quantity": 100, "paid_quantity": 0, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768471, + "block_time": 1734008861, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4538,22 +5940,21 @@ "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "b8b558cbdeabe0377344ed06eb10977ab0100eb25cc9109dcd9401fcc844f9e3", + "tx_hash": "c1530e3a043f07046448ffb9fe9be90fcf7c69d741029e7aa56ada1407ef7129", "tx_index": 23, "block_index": 127, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "180a465fa19af27aeabf087e0c625d5c33962872580338930dc7eea555e014f5", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "cf1a91dd2a70b3f6d27dab0b3fd7846bc74a579a83cd1664815a6b05261a7994", "asset": "FAIRMINTD", "earn_quantity": 40, "paid_quantity": 34, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768360, + "block_time": 1734008778, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4562,22 +5963,21 @@ "paid_quantity_normalized": "0.00000034" }, { - "tx_hash": "9aaedc91450c3c67e67457740aec4bc36b0cffad88a2f035f119cab7bb33d4ae", + "tx_hash": "25f6fc7fd7b4da529d2cd42933d6217d6cc690cb2a50685a1fd5731a29138fc5", "tx_index": 21, "block_index": 125, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "88367a2fc7e57b2ef25709a54e88799b19165d19cdecb2d7fa30ff62559ab4c4", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "43b8852cceeb265ee73271da096b689f3a7e92208f80dc50f7afd77ff5d8303d", "asset": "FAIRMINTC", "earn_quantity": 11, "paid_quantity": 3, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768353, + "block_time": 1734008771, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4586,22 +5986,21 @@ "paid_quantity_normalized": "0.00000003" }, { - "tx_hash": "44e7fe7c1b19a00ec6adb4879f72c4803226ea67c7c7867c2cf7bce6b20e8154", + "tx_hash": "1a67c6e7e60942c1e159bafc4222fd9d79639947e2d4c9f1238490afdc3b3e91", "tx_index": 20, "block_index": 124, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "88367a2fc7e57b2ef25709a54e88799b19165d19cdecb2d7fa30ff62559ab4c4", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "43b8852cceeb265ee73271da096b689f3a7e92208f80dc50f7afd77ff5d8303d", "asset": "FAIRMINTC", "earn_quantity": 3, "paid_quantity": 1, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768338, + "block_time": 1734008756, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4610,22 +6009,21 @@ "paid_quantity_normalized": "0.00000001" }, { - "tx_hash": "ffc8cafb823821a904520f3a2f482645957cce65dd9508ef31782e165a7084b3", + "tx_hash": "7d96e06a0e60acd2ee7b6778636ef35f126d7a1612b779e163e0e316b8a236b8", "tx_index": 19, "block_index": 123, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "88367a2fc7e57b2ef25709a54e88799b19165d19cdecb2d7fa30ff62559ab4c4", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "43b8852cceeb265ee73271da096b689f3a7e92208f80dc50f7afd77ff5d8303d", "asset": "FAIRMINTC", "earn_quantity": 5, "paid_quantity": 1, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768334, + "block_time": 1734008753, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4634,22 +6032,21 @@ "paid_quantity_normalized": "0.00000001" }, { - "tx_hash": "da8234f1bb4a95320f01d0bfea1f5c0dbb8358ab211207e3450f0e70f8a778e9", + "tx_hash": "26c015e8ce607f42d56dd6fcbacf38e135a7013fd2b6a03617c9e20c8e23c410", "tx_index": 15, "block_index": 118, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "dc94d1b63da573d49714a4a6fddf3325052e0cabeba9c861e8e733ec13e691f5", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "3ee43dd337b27f7b0e0a0c956ffc81aeb8a85bf761bc728356e3e2cd4d891f1e", "asset": "FAIRMINTB", "earn_quantity": 100000000, "paid_quantity": 100000000, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768314, + "block_time": 1734008735, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4658,22 +6055,21 @@ "paid_quantity_normalized": "1.00000000" }, { - "tx_hash": "38ecd09112a9f03dec5c5b53026e736fd16edd03e3969aa7fa5f3733b7952dcb", + "tx_hash": "f23ce2e23cc5ef86f77cf82834b5cdbd126ed14248501a9b59a0393b183982a9", "tx_index": 11, "block_index": 114, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "0f341aea8d30e3e2efef8ea29a14c643a9a47dfa6e12cd1d5ab1dc649f15de04", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "49257d0cc600eb3ca08aa988b4108b9915db8ffa264303cf9880ebdd2b2bd072", "asset": "FAIRMINTA", "earn_quantity": 500000000, "paid_quantity": 500000000, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768297, + "block_time": 1734008720, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4693,36 +6089,23 @@ "/v2/utxos//balances": { "result": [ { - "asset": "XCP", - "quantity": 2000000000, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true - }, - "quantity_normalized": "20.00000000" - }, - { - "asset": "MYASSETA", - "quantity": 2000000000, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "asset": "UTXOASSET", + "asset_longname": null, + "quantity": 1000000000, + "utxo": "4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b:0", + "utxo_address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "asset_info": { "asset_longname": null, - "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "description": "My super asset", + "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "divisible": true, "locked": false }, - "quantity_normalized": "20.00000000" + "quantity_normalized": "10.00000000" } ], "next_cursor": null, - "result_count": 2 + "result_count": 1 }, "/v2/utxos/withbalances": { "result": { @@ -4736,7 +6119,7 @@ "/v2/addresses/
/compose/broadcast": { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "timestamp": 4003903985, "value": 100.0, "fee_fraction": 0.05, @@ -4749,51 +6132,29 @@ "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "020000000001014bd33a5b44deb7f799607d6dca483c72dc820d0e65e73f6998ebb1e5799b1967000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff0200000000000000002b6a2937c53b01694ba8a6cb86d0d6a6bc95f4cb75cca7e0135cf7b31ab2005366f78f7e640e3ff572ba86e700f2052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "broadcast", - "message_type_id": 30, - "message_data": { - "timestamp": 4003903985, - "value": 100.0, - "fee_fraction_int": 5000000, - "text": "\"Hello, world!\"", - "status": "valid", - "fee_fraction_int_normalized": "0.05000000" - } - } + "rawtransaction": "02000000000101f7794ca114e9751fb8e447ca6f6b3fbd844f225d1a664ec36fa591d740153e84000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff0200000000000000002b6a29245d46b729aa30a6bfc6aa86b8167a34faadccb25e1dfe5b5d3af204a96d0dd7d52924ec8473aff06d00f2052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } }, "/v2/addresses/
/compose/btcpay": { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "order_match_id": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e_ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "order_match_id": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa_923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", "skip_validation": false }, "name": "btcpay", - "data": "434e5452505254590bf1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0ead02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", + "data": "434e5452505254590b5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", "btc_in": 5000000000, "btc_out": 1000, "btc_change": 4999999000, "btc_fee": 0, - "rawtransaction": "020000000001017d960df311e96717433b169ca7b09668010830fd7951222c602bda0a58e5072e000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff03e803000000000000160014ba086726f37d12609e26c900b553ea4450b8337200000000000000004b6a49ceb107e75794500318b4d5560d48dc62132132694ea85707410af88a84c6f8927d4a4d55a9f5069eac03473265a4176c95709293d675a80b394b76a19de59a6964997c31032b90017318ee052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "btcpay", - "message_type_id": 11, - "message_data": { - "tx0_hash": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e", - "tx1_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "order_match_id": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e_ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "status": "valid" - } - } + "rawtransaction": "020000000001012bdf9de132e0acaa80b87c0f7e0734e85b468b8cd97ea05f69e642fed3b85302000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff03e803000000000000160014e147c8ffa691a1788f85d42904123de46b29b88f00000000000000004b6a49c9246f938918ef2382a7d2b55dac2d146d9f1610cb53b9c9d17fa71084a01ba8b63313bdeb79d6d85c436a9d405389c0b1a1acf8e7cfced5e33eea809d4f4eb6611cfe87c7fcacf9a718ee052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } }, "/v2/addresses/
/compose/burn": { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "quantity": 1000, "overburn": false, "skip_validation": false @@ -4804,37 +6165,29 @@ "btc_out": 1000, "btc_change": 4999999000, "btc_fee": 0, - "rawtransaction": "02000000000101016ee371393f91ee3576470462be455c67cc655ff8bd6490d7da214ef668bdbe000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac18ee052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000" + "rawtransaction": "020000000001012065c6e478cd4d9d06f54ecf48b36505cc293a0743eb7e6f8d2e84043dd4dae0000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff02e8030000000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac18ee052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } }, "/v2/addresses/
/compose/cancel": { "result": { "params": { - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "offer_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "offer_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", "skip_validation": false }, "name": "cancel", - "data": "434e54525052545946ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "btc_in": 90000, + "data": "434e54525052545946923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "btc_in": 4949950000, "btc_out": 0, - "btc_change": 90000, + "btc_change": 4949950000, "btc_fee": 0, - "rawtransaction": "020000000001013f2b14e10418d561fdc3282bc5ae028ad8794c1af4c029e7ed009d7e56b902ad01000000160014bb53f82e1f6b387c3f2622ab42265aebae871170ffffffff0200000000000000002b6a29c23c4eb42ab354351d37653c2daada05a4f52505ebbf619e2d54356fd4850476802c8c1fb5f8cf33a1905f010000000000160014bb53f82e1f6b387c3f2622ab42265aebae87117002000000000000", - "unpacked_data": { - "message_type": "cancel", - "message_type_id": 70, - "message_data": { - "offer_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "status": "valid" - } - } + "rawtransaction": "020000000001014647d0c2a99e74f5769f2a030929aea61035446168131aac276b045032e7389d01000000160014e3c4e1ab4b567ddea177545070755d7771570a3affffffff0200000000000000002b6a29a5d7c54b522162a582431f0c063c8c3d0a83db228fec5811b67495af797926efa161fd62ec4d6c4369303e0a2701000000160014e3c4e1ab4b567ddea177545070755d7771570a3a02000000000000" } }, "/v2/addresses/
/compose/destroy": { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 1000, "tag": "\"bugs!\"", @@ -4854,23 +6207,13 @@ "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "02000000000101ddcbf56a1fab96d0f4f3eb3a960993c39b305b0664ed8a40dcaaa09736c66310000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff020000000000000000226a20be0d5b4695ea420162ad4684b6402db8c4c696595c5582f04ce2538aa162e15200f2052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "destroy", - "message_type_id": 110, - "message_data": { - "asset": "XCP", - "quantity": 1000, - "tag": "22627567732122", - "quantity_normalized": "0.00001000" - } - } + "rawtransaction": "02000000000101e3130eb435842184ee3d2a4d6e28a5661f92a2f6512d644b5dac994a306b19bd000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff020000000000000000226a2010afe28b344c85f772f2799d30105876e5fa3a26d5909996cfac591c66506ca100f2052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } }, "/v2/addresses/
/compose/dispenser": { "result": { "params": { - "source": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", "give_quantity": 1000, "escrow_quantity": 1000, @@ -4895,29 +6238,13 @@ "btc_out": 0, "btc_change": 4949873799, "btc_fee": 0, - "rawtransaction": "020000000001011afb0dda0e6822260710e3756c958c3085e30d9586d87e7ecfc9561fe8dd87e902000000160014b505712f18c65edc22d4960f286967ab1d783fcbffffffff0200000000000000002c6a2acbeb4233da4f34e7852bb3f80c31f8c85ca6a4adfbb18efd3d202038ebbf345fe09e8993a9f54091b7158714092701000000160014b505712f18c65edc22d4960f286967ab1d783fcb02000000000000", - "unpacked_data": { - "message_type": "dispenser", - "message_type_id": 12, - "message_data": { - "asset": "XCP", - "give_quantity": 1000, - "escrow_quantity": 1000, - "mainchainrate": 100, - "dispenser_status": 0, - "action_address": null, - "oracle_address": null, - "status": "valid", - "give_quantity_normalized": "0.00001000", - "escrow_quantity_normalized": "0.00001000" - } - } + "rawtransaction": "02000000000101fd997dfa9e86b851edc456ae3079d0499dfefd6232017cc5525408101becf66f0200000016001475d1d00ae9b4fb12841fd1a075ae251990757a47ffffffff0200000000000000002c6a2a9bbe80ce1f6f3dc7b28a8cf7b55b57343536a868dc542991b8ca1d16d79281b85cbc0852d17220740cf8871409270100000016001475d1d00ae9b4fb12841fd1a075ae251990757a4702000000000000" } }, "/v2/addresses/
/compose/dividend": { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "quantity_per_unit": 1, "asset": "MYASSETA", "dividend_asset": "XCP", @@ -4925,7 +6252,7 @@ "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -4944,27 +6271,16 @@ "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "02000000000101a7a921573c6b306d7c61fbbcc77c284599ba5db6d967d3177e35a6a3e60eee16000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff020000000000000000236a21ac428ae32a40f576a4f87770b1741fbd06e237d30eaeb59cfcfdc0b6e9f02ce90c00f2052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "dividend", - "message_type_id": 50, - "message_data": { - "asset": "MYASSETA", - "quantity_per_unit": 1, - "dividend_asset": "XCP", - "status": "valid", - "quantity_per_unit_normalized": "0.00000001" - } - } + "rawtransaction": "02000000000101982d9f982d9aaad5fe3cae65b71504b6f55c614939666dc51be076206f4beea8000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff020000000000000000236a213c230a77a6110909b72a15752ea2e7f462e5308aadb87005b5e70f64e62b39416a00f2052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } }, "/v2/addresses/
/compose/issuance": { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCPTEST", "quantity": 1000, - "transfer_destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "transfer_destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "lock": false, "reset": false, @@ -4978,41 +6294,22 @@ "btc_out": 546, "btc_change": 4999999454, "btc_fee": 0, - "rawtransaction": "020000000001014957c7bfe1a0e56b28261f1bf2302ac6f84938f76c23a4f8954c24856f150bcd000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff0322020000000000001600143ec2ca8c608368886d42fdc7923a68b3265ac9380000000000000000236a21c13cd43e441f805f360af720e8623c2f46ac41a78061a9cec80654f7e5649f612fdeef052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "issuance", - "message_type_id": 22, - "message_data": { - "asset_id": 7136017375, - "asset": "XCPTEST", - "subasset_longname": null, - "quantity": 1000, - "divisible": true, - "lock": false, - "reset": false, - "callable": false, - "call_date": 0, - "call_price": 0.0, - "description": "", - "status": "valid", - "quantity_normalized": "0.00001000" - } - } + "rawtransaction": "020000000001017828947399907642aef574538834277885811568f5968698cf651314340e8ecc000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff0322020000000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe7630000000000000000236a219c007c102c645241b75950980451e7621f4e525139e56df4d3becd515f3362f261deef052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } }, "/v2/addresses/
/compose/mpma": { "result": { "params": { - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset_dest_quant_list": [ [ "XCP", - "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", 1 ], [ "FAIRMINTC", - "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", 2 ] ], @@ -5021,38 +6318,18 @@ "skip_validation": false }, "name": "mpma", - "data": "434e545250525459030002803ec2ca8c608368886d42fdc7923a68b3265ac938802fc93bc724f1151b70e7ffd9161f233eb6d553bb4000003ceebf84b91000000000000000240000000000000004000000000000000100", + "data": "434e545250525459030002808ed1123d08d5ae9e21a7d30c55b0640494ebe76380a329e5108fd4a82571ca37324b41e089a12b7e694000003ceebf84b91000000000000000240000000000000004000000000000000100", "btc_in": 4949808000, "btc_out": 2000, "btc_change": 4949806000, "btc_fee": 0, - "rawtransaction": "02000000000101b4ceec490f469646bdf0ad7a95343a7c04cc6785ebf0457aee13aedc5f1ea224030000001600142fc93bc724f1151b70e7ffd9161f233eb6d553bbffffffff03e803000000000000695121035122f717f19fca86632d0e8e980936c4e9c80d4552ddfde08760580a1bbd88ba21027a128fd1efb736e5300c0611f863d5934a36c6e4cb8bf3df02c0b26da9c2bc42210260682f2559ce648f4c1168ce8c63d660833a6bcd6e6e2ce019eb2162b122843753aee803000000000000695121034e22f717f19fca86633e0e8c1837f40e658c8e2ddab0bf1d40f66262a89bd2a32103b32a0efe268cf1c1c1191d611f9c0c855515f8521ed8489f02c08e831646055b210260682f2559ce648f4c1168ce8c63d660833a6bcd6e6e2ce019eb2162b122843753aeb00b0827010000001600142fc93bc724f1151b70e7ffd9161f233eb6d553bb02000000000000", - "unpacked_data": { - "message_type": "mpma_send", - "message_type_id": 3, - "message_data": [ - { - "asset": "FAIRMINTC", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "quantity": 2, - "memo": null, - "memo_is_hex": null - }, - { - "asset": "XCP", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "quantity": 1, - "memo": null, - "memo_is_hex": null - } - ] - } + "rawtransaction": "02000000000101503031745b8d2941a650e288e104557321c1d3e7a25c3da58c70136b2e7ae53d03000000160014a329e5108fd4a82571ca37324b41e089a12b7e69ffffffff03e8030000000000006951210293992134161455ba9aeee2ab6c17a4ddb9eb4dee4e8f07812b034217e68ea4962103e7d05aa72f6001426defc9a0744864d956fc87c4bf11e752d6dcffe3b4af37f12103b5c882407e67ada3cd11aab6edde1728a4c209167c548930980f7eb01ebbf03253aee803000000000000695121028c992134161455ba9afde2a9ec9975cf84c79840d0aea0522752f273e21a4fed210300b3db04068511cdb947ecd1be7f5692171c0e65946f8e12d6dcc30d0b2b8eee2103b5c882407e67ada3cd11aab6edde1728a4c209167c548930980f7eb01ebbf03253aeb00b082701000000160014a329e5108fd4a82571ca37324b41e089a12b7e6902000000000000" } }, "/v2/addresses/
/compose/order": { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "get_asset": "BURNER", @@ -5070,7 +6347,7 @@ "get_asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -5084,30 +6361,14 @@ "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "0200000000010171a34464bf1991c5f8fef7682f481cb08aff64762237066d549b49571d1511d2000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff020000000000000000356a3320690c29f8d9756e7b57cad16d8ccc313f91ab0eded97e8b74a25fde9fa964c11bc49aa19000d45f8d44ec7c362d648c1fbd9400f2052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "order", - "message_type_id": 10, - "message_data": { - "give_asset": "XCP", - "give_quantity": 1000, - "get_asset": "BURNER", - "get_quantity": 1000, - "expiration": 100, - "fee_required": 100, - "status": "open", - "give_quantity_normalized": "0.00001000", - "get_quantity_normalized": "0.00001000", - "fee_required_normalized": "0.00000100" - } - } + "rawtransaction": "02000000000101898134d56a1014a4d2b8c48484827019297d3d9fab7fcedc99d09f523681141e000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff020000000000000000356a33382a8fb5cb6fd3736c28840a90a8a19c0f9907006f8fb26a06234a0767b8ac5de092363c1015b957d9ff7a09fddf586aecf90600f2052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } }, "/v2/addresses/
/compose/send": { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "quantity": 1000, "memo": null, @@ -5124,57 +6385,37 @@ "quantity_normalized": "0.00001000" }, "name": "send", - "data": "434e54525052545902000000000000000100000000000003e8802fc93bc724f1151b70e7ffd9161f233eb6d553bb", + "data": "434e54525052545902000000000000000100000000000003e880a329e5108fd4a82571ca37324b41e089a12b7e69", "btc_in": 5000000000, "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "020000000001016bb65f51e8d623a388f670a9d14663db678c4a79f6884cbb3584d362dee06f1d000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff020000000000000000306a2ebbc6dfbbfd0c5ec200ad76f9d5e120a0301c351401bb8773f658b9093aa5981e9c6c45b8d29bf58d47a2a732c66c00f2052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "enhanced_send", - "message_type_id": 2, - "message_data": { - "asset": "XCP", - "quantity": 1000, - "address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "memo": null, - "quantity_normalized": "0.00001000" - } - } + "rawtransaction": "0200000000010113fa77265d77d723c3516e69c3561a1cbc16c204455e026e954f3f2f51ac3d3c000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff020000000000000000306a2e1cb4a12208ddf777063ba4fe7546621d1b89b92e2917f483568cadd58f0436d8b0296d569507f724870d90b794aa00f2052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } }, "/v2/addresses/
/compose/sweep": { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "flags": 7, "memo": "FFFF", "skip_validation": false }, "name": "sweep", - "data": "434e54525052545904802fc93bc724f1151b70e7ffd9161f233eb6d553bb07ffff", + "data": "434e5452505254590480a329e5108fd4a82571ca37324b41e089a12b7e6907ffff", "btc_in": 5000000000, "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "02000000000101802dbdfdbb7f60f5a25442a575c474803a79efe50703446e2c5d5cd01a5e788a000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff020000000000000000236a21eb44e170333915a8db2c4ab05c34a937a25dd3bd3fc7ce0bfd99fa9c385d9df62500f2052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "sweep", - "message_type_id": 4, - "message_data": { - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "flags": 7, - "memo": "ffff" - } - } + "rawtransaction": "020000000001017ffe014f6eb0a77bdfbfe9ecff6c44a4c65384f12f18d7275b2ca4cfa4d3bcdc000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff020000000000000000236a2146dae2b112a16ab649d9b010dc16735b3e1096a2942197eb50487d68937ab3fd0400f2052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } }, "/v2/addresses/
/compose/dispense": { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "quantity": 1000, "skip_validation": false }, @@ -5184,20 +6425,13 @@ "btc_out": 1000, "btc_change": 4999999000, "btc_fee": 0, - "rawtransaction": "020000000001014981571a07419d5d17ab33ee98ffbe6151f7144229cec88c4adc5b2da91f9d5e000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff03e803000000000000160014c47335626396b1c5deafb065759eca470750aa7600000000000000000c6a0ac724f9fd330e80b9878218ee052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "dispense", - "message_type_id": 13, - "message_data": { - "data": "00" - } - } + "rawtransaction": "020000000001015617e2830b90e16e0bfa7df50713d290d07cf3b42bf98b3d806d0e35e76f1ed8000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff03e803000000000000160014f93dca7b48b618a82889ef159a4f918f96656e1400000000000000000c6a0aec2b4f034b259c1f2c4b18ee052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } }, "/v2/addresses/
/compose/fairminter": { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MYASSET", "asset_parent": "", "price": 10, @@ -5229,49 +6463,20 @@ "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "02000000000101c5e90d391b991d2fea222ac2b07fe61884d23ae05aa2c23d8c83f5b7e7091d66000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff020000000000000000316a2ff153242e60202979837954134f300bceea575b52cc94c6d8786ca676fdcb5f1bbb750eadae1bf00c66e468206e18f900f2052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "fairminter", - "message_type_id": 90, - "message_data": { - "asset": "MYASSET", - "asset_parent": "", - "price": 10, - "quantity_by_price": 1, - "max_mint_per_tx": 0, - "hard_cap": 0, - "premint_quantity": 0, - "start_block": 0, - "end_block": 0, - "soft_cap": 0, - "soft_cap_deadline_block": 0, - "minted_asset_commission": "0.00000000", - "burn_payment": false, - "lock_description": false, - "lock_quantity": false, - "divisible": true, - "description": "", - "price_normalized": "10.0000000000000000", - "hard_cap_normalized": "0.00000000", - "soft_cap_normalized": "0.00000000", - "quantity_by_price_normalized": "0.00000001", - "max_mint_per_tx_normalized": "0.00000000", - "premint_quantity_normalized": "0.00000000" - } - } + "rawtransaction": "020000000001013c2c0c125a49eecfdc851d6e9fc21f2518359fceb71741e8ef199c8e80eb2cf9000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff020000000000000000316a2f176471710dac6c6e4172544c7e37628201e81411b4057cd1e22324ce8b3c3cd004421d59c84179e2c29e7670f2049500f2052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } }, "/v2/addresses/
/compose/fairmint": { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "OPENFAIR", "quantity": 0, "skip_validation": false, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "divisible": true, "locked": false }, @@ -5283,22 +6488,13 @@ "btc_out": 0, "btc_change": 5000000000, "btc_fee": 0, - "rawtransaction": "020000000001013545b3ca662666454146ad332978cb39ae5c485cb7cce07c0bd98d695498ccaa000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff020000000000000000156a1395f40c08f64fd6f6c6a337cf957d8a76ffc26500f2052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "fairmint", - "message_type_id": 91, - "message_data": { - "asset": "OPENFAIR", - "quantity": 0, - "quantity_normalized": "0.00000000" - } - } + "rawtransaction": "02000000000101e12f08ace0cc23340eb0a65a3cda203af40521b163c399ccfe07a40f723667b8000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff020000000000000000156a13308e4a5aecbd15ae22d4c0cd59d6f311644f9d00f2052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } }, "/v2/addresses/
/compose/attach": { "result": { "params": { - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 1000, "destination_vout": null, @@ -5315,198 +6511,186 @@ "name": "attach", "data": "434e545250525459655843507c313030307c", "btc_in": 5000000000, - "btc_out": 546, - "btc_change": 4999999454, + "btc_out": 10000, + "btc_change": 4999990000, "btc_fee": 0, - "rawtransaction": "02000000000101d27b902c78479e5253d80c06b1f76e993d584d3a867583f055eae94403480583000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938ffffffff0322020000000000001600143ec2ca8c608368886d42fdc7923a68b3265ac9380000000000000000146a12fdc65cc0fad8d5ac5fcadd8a11d8608061dddeef052a010000001600143ec2ca8c608368886d42fdc7923a68b3265ac93802000000000000", - "unpacked_data": { - "message_type": "attach", - "message_type_id": 101, - "message_data": { - "asset": "XCP", - "quantity": 1000, - "destination_vout": null, - "quantity_normalized": "0.00001000" - } - } + "rawtransaction": "02000000000101b21d7345aa6a703d276ea667c2dfd42f2f95d99d31af3b5bc081662d146f09e2000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe763ffffffff0310270000000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe7630000000000000000146a12981fc87d613a275e3cd791600b30a0357f5af0ca052a010000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } }, "/v2/utxos//compose/detach": { "result": { "params": { - "source": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b:0", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "skip_validation": false }, "name": "detach", - "data": "434e54525052545966626372743171386d70763472727173643567736d327a6c68726579776e676b766e39346a6663676a756e7179", - "btc_in": 1000, + "data": "434e54525052545966626372743171336d673379306767366b6866756764383676783974767279716a327768656d72363568616c6b", + "btc_in": 10000, "btc_out": 0, - "btc_change": 1000, + "btc_change": 10000, "btc_fee": 0, - "rawtransaction": "020000000001011afb0dda0e6822260710e3756c958c3085e30d9586d87e7ecfc9561fe8dd87e900000000160014bb53f82e1f6b387c3f2622ab42265aebae871170ffffffff020000000000000000376a35cbeb4233da4f34e7ef49d08a780089f030d6d29989c3ff8db115474b868d4e3060ececeade9b27faa57b4f6ef8fb5b08559505fddde803000000000000160014bb53f82e1f6b387c3f2622ab42265aebae87117002000000000000", - "unpacked_data": { - "message_type": "detach", - "message_type_id": 102, - "message_data": { - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy" - } - } + "rawtransaction": "020000000001019b8edc5c77324e5198ffe893b748b95510fb37468b7c015901efdcd69930a24b00000000160014e147c8ffa691a1788f85d42904123de46b29b88fffffffff020000000000000000376a35200c1dc90723425a0d4635c9e5b32042d4eefd60a8a1578798a6640a2216ba8123c77e3117129112ea2250f198d4339bd5a8e9dbd11027000000000000160014e147c8ffa691a1788f85d42904123de46b29b88f02000000000000" } }, "/v2/utxos//compose/movetoutxo": { "result": { "params": { - "source": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b:0", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "skip_validation": false }, "name": "move", "data": null, - "btc_in": 4949951000, - "btc_out": 546, - "btc_change": 4949950454, + "btc_in": 10000, + "btc_out": 10000, + "btc_change": null, "btc_fee": 0, - "rawtransaction": "020000000001021afb0dda0e6822260710e3756c958c3085e30d9586d87e7ecfc9561fe8dd87e900000000160014bb53f82e1f6b387c3f2622ab42265aebae871170ffffffffd75fb74a0c0d25565f15193b241c43c1034dd4289cff01b41be0ae25afb1d40b01000000160014bb53f82e1f6b387c3f2622ab42265aebae871170ffffffff0222020000000000001600143ec2ca8c608368886d42fdc7923a68b3265ac938f63f0a2701000000160014bb53f82e1f6b387c3f2622ab42265aebae87117002000002000000000000" + "rawtransaction": "020000000001019b8edc5c77324e5198ffe893b748b95510fb37468b7c015901efdcd69930a24b00000000160014e147c8ffa691a1788f85d42904123de46b29b88fffffffff0110270000000000001600148ed1123d08d5ae9e21a7d30c55b0640494ebe76302000000000000" } }, + "/v2/compose/attach/estimatexcpfees": { + "result": 0 + }, "/v2/assets": { "result": [ { "asset": "OPENFAIR", "asset_id": "117132633401", "asset_longname": null, - "issuer": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "owner": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "owner": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "divisible": true, "locked": false, "supply": 0, "description": "", - "first_issuance_block_index": 232, - "last_issuance_block_index": 232, - "confirmed": true, - "first_issuance_block_time": 1733768872, - "last_issuance_block_time": 1733768872, + "description_locked": false, + "first_issuance_block_index": 233, + "last_issuance_block_index": 233, + "first_issuance_block_time": 1734009252, + "last_issuance_block_time": 1734009252, "supply_normalized": "0.00000000" }, + { + "asset": "CHAINING", + "asset_id": "18229920832", + "asset_longname": null, + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "owner": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "divisible": true, + "locked": false, + "supply": 1000000000, + "description": "My super asset CHAINING", + "description_locked": false, + "first_issuance_block_index": 230, + "last_issuance_block_index": 230, + "first_issuance_block_time": 1734009240, + "last_issuance_block_time": 1734009240, + "supply_normalized": "10.00000000" + }, { "asset": "PREMINT", "asset_id": "4837764613", "asset_longname": null, - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "owner": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "owner": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false, "supply": 0, "description": "My super description", + "description_locked": false, "first_issuance_block_index": 227, "last_issuance_block_index": 229, - "confirmed": true, - "first_issuance_block_time": 1733768855, - "last_issuance_block_time": 1733768862, + "first_issuance_block_time": 1734009211, + "last_issuance_block_time": 1734009218, "supply_normalized": "0.00000000" }, { "asset": "STARTNOW", "asset_id": "150450094622", "asset_longname": null, - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "owner": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "owner": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false, "supply": 0, "description": "let's start now", + "description_locked": false, "first_issuance_block_index": 225, "last_issuance_block_index": 226, - "confirmed": true, - "first_issuance_block_time": 1733768847, - "last_issuance_block_time": 1733768851, + "first_issuance_block_time": 1734009204, + "last_issuance_block_time": 1734009208, "supply_normalized": "0.00000000" }, { "asset": "EXPANSIVE", "asset_id": "1024679892006", "asset_longname": null, - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "owner": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "owner": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false, "supply": 0, "description": "too expensive for you", + "description_locked": false, "first_issuance_block_index": 222, "last_issuance_block_index": 223, - "confirmed": true, - "first_issuance_block_time": 1733768837, - "last_issuance_block_time": 1733768840, + "first_issuance_block_time": 1734009194, + "last_issuance_block_time": 1734009197, "supply_normalized": "0.00000000" - }, - { - "asset": "BURNER", - "asset_id": "21328597", - "asset_longname": null, - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "owner": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "divisible": true, - "locked": true, - "supply": 100000000, - "description": "let's burn it", - "first_issuance_block_index": 220, - "last_issuance_block_index": 221, - "confirmed": true, - "first_issuance_block_time": 1733768829, - "last_issuance_block_time": 1733768833, - "supply_normalized": "1.00000000" } ], - "next_cursor": 22, - "result_count": 19 + "next_cursor": 23, + "result_count": 20 }, "/v2/assets/": { "result": { "asset": "BURNER", "asset_id": "21328597", "asset_longname": null, - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "owner": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "owner": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true, "supply": 100000000, "description": "let's burn it", + "description_locked": false, "first_issuance_block_index": 220, "last_issuance_block_index": 221, - "confirmed": true, - "first_issuance_block_time": 1733768829, - "last_issuance_block_time": 1733768833, + "first_issuance_block_time": 1734009188, + "last_issuance_block_time": 1734009191, "supply_normalized": "1.00000000" } }, "/v2/assets//balances": { "result": [ { - "address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "utxo": null, "utxo_address": null, "asset": "BURNER", + "asset_longname": null, "quantity": 80000000, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, "quantity_normalized": "0.80000000" }, { - "address": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "address": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "utxo": null, "utxo_address": null, "asset": "BURNER", + "asset_longname": null, "quantity": 20000000, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -5519,8 +6703,9 @@ "/v2/assets//balances/
": { "result": [ { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", + "asset_longname": null, "quantity": 82599966196, "utxo": null, "utxo_address": null, @@ -5541,9 +6726,9 @@ "result": [ { "tx_index": 53, - "tx_hash": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25", + "tx_hash": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61", "block_index": 179, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -5559,8 +6744,7 @@ "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768521, + "block_time": 1734008920, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5588,9 +6772,9 @@ }, { "tx_index": 55, - "tx_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", + "tx_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", "block_index": 202, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -5606,8 +6790,7 @@ "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734009083, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5635,9 +6818,9 @@ }, { "tx_index": 62, - "tx_hash": "aaf051d2c9d71072e1fded1f3fbeeeb4635f8d5bd40cf277571ec189b6f08379", + "tx_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", "block_index": 188, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -5653,8 +6836,7 @@ "status": "cancelled", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768637, + "block_time": 1734009032, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5682,9 +6864,9 @@ }, { "tx_index": 64, - "tx_hash": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", + "tx_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", "block_index": 211, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 0, @@ -5700,8 +6882,7 @@ "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768778, + "block_time": 1734009136, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5729,9 +6910,9 @@ }, { "tx_index": 56, - "tx_hash": "201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", + "tx_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", "block_index": 182, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -5747,8 +6928,7 @@ "status": "filled", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768595, + "block_time": 1734008987, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -5781,13 +6961,13 @@ "/v2/assets//matches": { "result": [ { - "id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "tx0_index": 55, - "tx0_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 58, - "tx1_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "tx1_address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "tx1_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -5800,8 +6980,7 @@ "match_expire_index": 203, "fee_paid": 0, "status": "expired", - "confirmed": true, - "block_time": 1733768731, + "block_time": 1734009092, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5821,13 +7000,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", + "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", "tx0_index": 55, - "tx0_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 56, - "tx1_hash": "201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", - "tx1_address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "tx1_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "tx1_address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -5840,8 +7019,7 @@ "match_expire_index": 201, "fee_paid": 0, "status": "completed", - "confirmed": true, - "block_time": 1733768595, + "block_time": 1734008987, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5861,13 +7039,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25_50f4e7ee1654df99009fdcb44ca4c53a8965fbe0be3e01ebdd96733ae9f2e55d", + "id": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61_2dc28203b3e17f54c2cce9f1c06cf5a6753a1da7c78cb4594b31f9b4df03436f", "tx0_index": 53, - "tx0_hash": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 54, - "tx1_hash": "50f4e7ee1654df99009fdcb44ca4c53a8965fbe0be3e01ebdd96733ae9f2e55d", - "tx1_address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "tx1_hash": "2dc28203b3e17f54c2cce9f1c06cf5a6753a1da7c78cb4594b31f9b4df03436f", + "tx1_address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -5880,8 +7058,7 @@ "match_expire_index": 178, "fee_paid": 0, "status": "expired", - "confirmed": true, - "block_time": 1733768521, + "block_time": 1734008920, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5901,13 +7078,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "tx0_index": 64, - "tx0_hash": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 58, - "tx1_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "tx1_address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "tx1_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -5920,8 +7097,7 @@ "match_expire_index": 224, "fee_paid": 0, "status": "expired", - "confirmed": true, - "block_time": 1733768847, + "block_time": 1734009204, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -5948,20 +7124,19 @@ "result": [ { "block_index": 221, - "address": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "address": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "BURNER", "quantity": 20000000, "calling_function": "fairmint commission", - "event": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "event": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "tx_index": 97, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768833, + "block_time": 1734009191, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -5969,20 +7144,19 @@ }, { "block_index": 221, - "address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "asset": "BURNER", "quantity": 80000000, "calling_function": "fairmint", - "event": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "event": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "tx_index": 97, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768833, + "block_time": 1734009191, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -5995,17 +7169,16 @@ "/v2/assets//debits": { "result": [ { - "block_index": 233, + "block_index": 235, "address": null, "asset": "XCP", "quantity": 2000000000, "action": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "utxo": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "utxo_address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "confirmed": true, - "block_time": 1733768880, + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "utxo": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "utxo_address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6016,17 +7189,16 @@ "quantity_normalized": "20.00000000" }, { - "block_index": 232, - "address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "block_index": 233, + "address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "asset": "XCP", "quantity": 50000000, "action": "fairminter fee", - "event": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "tx_index": 105, + "event": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 109, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768872, + "block_time": 1734009252, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6037,17 +7209,16 @@ "quantity_normalized": "0.50000000" }, { - "block_index": 227, - "address": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "block_index": 230, + "address": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "XCP", "quantity": 50000000, - "action": "fairminter fee", - "event": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d", - "tx_index": 101, + "action": "issuance fee", + "event": "165518e6ce52951f9ff49399431361dd9df8e0ad4d9717c9881211e9a30ab0f6", + "tx_index": 103, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768855, + "block_time": 1734009240, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6058,17 +7229,16 @@ "quantity_normalized": "0.50000000" }, { - "block_index": 225, - "address": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "block_index": 227, + "address": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "XCP", "quantity": 50000000, "action": "fairminter fee", - "event": "971a5817a2de0e385a780cd173ead9a7271162f298b47e7fb033805cf02e01b5", - "tx_index": 100, + "event": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef", + "tx_index": 101, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768847, + "block_time": 1734009211, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6079,17 +7249,16 @@ "quantity_normalized": "0.50000000" }, { - "block_index": 222, - "address": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "block_index": 225, + "address": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "XCP", "quantity": 50000000, "action": "fairminter fee", - "event": "64c69e165fe4b0cd181787b073bbd73fb3108d7a59c38173f6ff6cc3ba7e02ca", - "tx_index": 98, + "event": "0c87ede571560bd4f222c906f20c13761730c981944308d35de8290b122db0c8", + "tx_index": 100, "utxo": null, "utxo_address": null, - "confirmed": true, - "block_time": 1733768837, + "block_time": 1734009204, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6100,8 +7269,8 @@ "quantity_normalized": "0.50000000" } ], - "next_cursor": 81, - "result_count": 55 + "next_cursor": 82, + "result_count": 56 }, "/v2/assets//dividends": { "result": [], @@ -6112,57 +7281,55 @@ "result": [ { "tx_index": 97, - "tx_hash": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "msg_index": 0, "block_index": 221, "asset": "BURNER", "quantity": 100000000, "divisible": true, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "let's burn it", "fee_paid": 0, + "locked": true, "status": "valid", "asset_longname": null, - "locked": true, "reset": false, "description_locked": true, "fair_minting": false, "asset_events": "fairmint", - "confirmed": true, - "block_time": 1733768833, + "block_time": 1734009191, "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 96, - "tx_hash": "ff90b986e9792c8ef7e70452f401b4a550fc7b0dbdbca0fcbf1d93ab69bf2a92", + "tx_hash": "067bb19b8ee8c5580fda9895c1846f6d7e1ebdfa5fc5722f156ba8a07e2e629c", "msg_index": 0, "block_index": 220, "asset": "BURNER", "quantity": 0, "divisible": true, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "let's burn it", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, - "block_time": 1733768829, + "block_time": 1734009188, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -6173,19 +7340,18 @@ "/v2/assets//sends": { "result": [ { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "asset": "XCP", "quantity": 2000000000, "status": "valid", "msg_index": 1, "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6198,18 +7364,17 @@ }, { "tx_index": 81, - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", "block_index": 205, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "memo1", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768736, + "block_time": 1734009095, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6222,18 +7387,17 @@ }, { "tx_index": 80, - "tx_hash": "35b35f2e03b8d62db8576906a87fb88387e10127580518dfcb87caec21ac7f87", + "tx_hash": "742f129863c576e5b2caa9425c98b8b1d6ad5f2ed81dbe4eb2ecc016158c8813", "block_index": 204, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "746865206d656d6f", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768731, + "block_time": 1734009092, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6246,18 +7410,17 @@ }, { "tx_index": 79, - "tx_hash": "ad00e1fe1f71e73fbe5f6378636821204f5e96875b441bfe15bfef73a30d6b1d", + "tx_hash": "7c6228b3a242a3ead33a87f271b8bb7c51fd2819428906bdc3a69fa6978dfbc2", "block_index": 203, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "memo1", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768727, + "block_time": 1734009087, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6270,18 +7433,17 @@ }, { "tx_index": 78, - "tx_hash": "6709c53cd649e329a4f53006c9fc90f6956a3caaec97d55eb07d5c973f482fe8", + "tx_hash": "216a08ecd802b5ea853d68a31468ce317646cf823ec5bde2adedd650da65abbc", "block_index": 202, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "quantity": 10, "status": "valid", "msg_index": 2, "memo": "the memo", "fee_paid": 0, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734009083, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6300,9 +7462,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -6311,18 +7473,17 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6339,9 +7500,9 @@ }, { "tx_index": 29, - "tx_hash": "43e92d6cea8931133f7e53236c96d1b2ab582b10fe97b5b1c17fa53be999aba5", + "tx_hash": "5f3e0580cec71f23fe8b4ec7594c18dd9a6f78e87405959fe41bde914dc5b76c", "block_index": 133, - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -6350,18 +7511,17 @@ "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "origin": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768391, + "block_time": 1734008801, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6378,9 +7538,9 @@ }, { "tx_index": 30, - "tx_hash": "aa6d4d29c3bcc3b2cb113fafeccc380fb8566654c4998ab5832ff8b787f7658e", + "tx_hash": "e408a23e51dc48c3f8797f91af7fc6db5b24139981408a5bddaeaab936767ba8", "block_index": 141, - "source": "mxah87jgNwgD75guScxjbraTyLYBbVPvqv", + "source": "mnJc1EmoRBj3iWbFrxJmi4NgFsbA4J7hXF", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -6388,19 +7548,18 @@ "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "533b83cb557fa15c423ddee718207aea07445a192c7fc6025d319339a8a3c644", - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "last_status_tx_hash": "a221134c0b99a6ec04f1ca040490a62d1cf61167cb6433fe2abed2a351059637", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 0, - "last_status_tx_source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "last_status_tx_source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "close_block_index": 141, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768432, + "block_time": 1734008832, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6417,29 +7576,28 @@ }, { "tx_index": 33, - "tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "last_status_tx_hash": null, - "origin": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": 0.01, "oracle_price": 66600.0, "fiat_unit": "USD", "oracle_price_last_updated": 129, "satoshi_price": 16, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6461,9 +7619,9 @@ "/v2/assets//dispensers/
": { "result": { "tx_index": 26, - "tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -6472,18 +7630,17 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6503,7 +7660,7 @@ "result": [ { "asset": "BURNER", - "address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "quantity": 80000000, "escrow": null, "cursor_id": "balances_55", @@ -6512,7 +7669,7 @@ "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -6520,7 +7677,7 @@ }, { "asset": "BURNER", - "address": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "address": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "quantity": 20000000, "escrow": null, "cursor_id": "balances_56", @@ -6529,7 +7686,7 @@ "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -6542,29 +7699,28 @@ "/v2/assets//dispenses": { "result": [ { - "tx_index": 106, + "tx_index": 110, "dispense_index": 0, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "btc_amount": 1000, - "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "last_status_tx_hash": null, - "origin": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6579,7 +7735,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6593,27 +7749,26 @@ { "tx_index": 34, "dispense_index": 0, - "tx_hash": "c8552f42974c1c2f2bd13e2c768ba54a0e3d74c01dd3b4ec5b3bc940b0e2bfa7", + "tx_hash": "20e0106f9f86920381dc32ecf0e9553cc405679457e9199d60233e1b953bd915", "block_index": 138, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "destination": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "destination": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "btc_amount": 10000, - "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "last_status_tx_hash": null, - "origin": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6628,7 +7783,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733768420, + "block_time": 1734008821, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6642,19 +7797,18 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "fef2fd4c6b504ca2fcbe971acf59a7d1378039a9c51336170c622a77c97ddeb2", + "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6662,7 +7816,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6677,7 +7831,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6691,19 +7845,18 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "da8b10da5e06164e4affe91ca277054b1fd2f516f007fd570e95276fb9d7bc96", + "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", "block_index": 131, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 6000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -6711,7 +7864,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -6726,7 +7879,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768373, + "block_time": 1734008794, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6749,10 +7902,10 @@ "/v2/assets//fairminters": { "result": [ { - "tx_hash": "ff90b986e9792c8ef7e70452f401b4a550fc7b0dbdbca0fcbf1d93ab69bf2a92", + "tx_hash": "067bb19b8ee8c5580fda9895c1846f6d7e1ebdfa5fc5722f156ba8a07e2e629c", "tx_index": 96, "block_index": 221, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "BURNER", "asset_parent": null, "asset_longname": null, @@ -6774,10 +7927,9 @@ "pre_minted": false, "status": "closed", "earned_quantity": 80000000, - "commission": 20000000, "paid_quantity": 100000000, - "confirmed": true, - "block_time": 1733768833, + "commission": 20000000, + "block_time": 1734009191, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "1.00000000", "soft_cap_normalized": "0.00000000", @@ -6795,22 +7947,21 @@ "/v2/assets//fairmints": { "result": [ { - "tx_hash": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "tx_index": 97, "block_index": 221, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "fairminter_tx_hash": "ff90b986e9792c8ef7e70452f401b4a550fc7b0dbdbca0fcbf1d93ab69bf2a92", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "fairminter_tx_hash": "067bb19b8ee8c5580fda9895c1846f6d7e1ebdfa5fc5722f156ba8a07e2e629c", "asset": "BURNER", "earn_quantity": 80000000, "paid_quantity": 100000000, "commission": 20000000, "status": "valid", - "confirmed": true, - "block_time": 1733768833, + "block_time": 1734009191, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -6831,9 +7982,9 @@ "result": [ { "tx_index": 53, - "tx_hash": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25", + "tx_hash": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61", "block_index": 179, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -6849,8 +8000,7 @@ "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768521, + "block_time": 1734008920, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6877,74 +8027,26 @@ "get_price_normalized": "1.0000000000000000" }, { - "tx_index": 56, - "tx_hash": "201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", - "block_index": 182, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "give_asset": "BTC", - "give_quantity": 2000, - "give_remaining": 0, - "get_asset": "XCP", - "get_quantity": 2000, - "get_remaining": 0, - "expiration": 21, - "expire_index": 202, - "fee_required": 0, - "fee_required_remaining": 0, - "fee_provided": 10000, - "fee_provided_remaining": 10000, - "status": "filled", - "give_price": 1.0, - "get_price": 1.0, - "confirmed": true, - "block_time": 1733768595, - "give_asset_info": { - "divisible": true, - "asset_longname": null, - "description": "The Bitcoin cryptocurrency", - "locked": false, - "issuer": null - }, - "get_asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true - }, - "give_quantity_normalized": "0.00002000", - "get_quantity_normalized": "0.00002000", - "get_remaining_normalized": "0.00000000", - "give_remaining_normalized": "0.00000000", - "fee_provided_normalized": "0.00010000", - "fee_required_normalized": "0.00000000", - "fee_required_remaining_normalized": "0.00000000", - "fee_provided_remaining_normalized": "0.00010000", - "give_price_normalized": "1.0000000000000000", - "get_price_normalized": "1.0000000000000000" - }, - { - "tx_index": 62, - "tx_hash": "aaf051d2c9d71072e1fded1f3fbeeeb4635f8d5bd40cf277571ec189b6f08379", - "block_index": 188, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx_index": 55, + "tx_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "block_index": 202, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", - "give_quantity": 1000, - "give_remaining": 1000, + "give_quantity": 10000, + "give_remaining": 5000, "get_asset": "BTC", - "get_quantity": 1000, - "get_remaining": 1000, + "get_quantity": 10000, + "get_remaining": 5000, "expiration": 21, - "expire_index": 208, + "expire_index": 201, "fee_required": 0, "fee_required_remaining": 0, "fee_provided": 10000, "fee_provided_remaining": 10000, - "status": "cancelled", + "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768637, + "block_time": 1734009083, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -6959,10 +8061,10 @@ "locked": false, "issuer": null }, - "give_quantity_normalized": "0.00001000", - "get_quantity_normalized": "0.00001000", - "get_remaining_normalized": "0.00001000", - "give_remaining_normalized": "0.00001000", + "give_quantity_normalized": "0.00010000", + "get_quantity_normalized": "0.00010000", + "get_remaining_normalized": "0.00005000", + "give_remaining_normalized": "0.00005000", "fee_provided_normalized": "0.00010000", "fee_required_normalized": "0.00000000", "fee_required_remaining_normalized": "0.00000000", @@ -6971,45 +8073,44 @@ "get_price_normalized": "1.0000000000000000" }, { - "tx_index": 55, - "tx_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", - "block_index": 202, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "give_asset": "XCP", - "give_quantity": 10000, - "give_remaining": 5000, - "get_asset": "BTC", - "get_quantity": 10000, - "get_remaining": 5000, + "tx_index": 56, + "tx_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "block_index": 182, + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "give_asset": "BTC", + "give_quantity": 2000, + "give_remaining": 0, + "get_asset": "XCP", + "get_quantity": 2000, + "get_remaining": 0, "expiration": 21, - "expire_index": 201, + "expire_index": 202, "fee_required": 0, "fee_required_remaining": 0, "fee_provided": 10000, "fee_provided_remaining": 10000, - "status": "expired", + "status": "filled", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768723, + "block_time": 1734008987, "give_asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true - }, - "get_asset_info": { "divisible": true, "asset_longname": null, "description": "The Bitcoin cryptocurrency", "locked": false, "issuer": null }, - "give_quantity_normalized": "0.00010000", - "get_quantity_normalized": "0.00010000", - "get_remaining_normalized": "0.00005000", - "give_remaining_normalized": "0.00005000", + "get_asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "give_quantity_normalized": "0.00002000", + "get_quantity_normalized": "0.00002000", + "get_remaining_normalized": "0.00000000", + "give_remaining_normalized": "0.00000000", "fee_provided_normalized": "0.00010000", "fee_required_normalized": "0.00000000", "fee_required_remaining_normalized": "0.00000000", @@ -7019,9 +8120,9 @@ }, { "tx_index": 58, - "tx_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "block_index": 205, - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 2000, @@ -7037,8 +8138,7 @@ "status": "expired", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768736, + "block_time": 1734009095, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7063,6 +8163,52 @@ "fee_provided_remaining_normalized": "0.00010000", "give_price_normalized": "1.0000000000000000", "get_price_normalized": "1.0000000000000000" + }, + { + "tx_index": 62, + "tx_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", + "block_index": 188, + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "give_asset": "XCP", + "give_quantity": 1000, + "give_remaining": 1000, + "get_asset": "BTC", + "get_quantity": 1000, + "get_remaining": 1000, + "expiration": 21, + "expire_index": 208, + "fee_required": 0, + "fee_required_remaining": 0, + "fee_provided": 10000, + "fee_provided_remaining": 10000, + "status": "cancelled", + "give_price": 1.0, + "get_price": 1.0, + "block_time": 1734009032, + "give_asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "get_asset_info": { + "divisible": true, + "asset_longname": null, + "description": "The Bitcoin cryptocurrency", + "locked": false, + "issuer": null + }, + "give_quantity_normalized": "0.00001000", + "get_quantity_normalized": "0.00001000", + "get_remaining_normalized": "0.00001000", + "give_remaining_normalized": "0.00001000", + "fee_provided_normalized": "0.00010000", + "fee_required_normalized": "0.00000000", + "fee_required_remaining_normalized": "0.00000000", + "fee_provided_remaining_normalized": "0.00010000", + "give_price_normalized": "1.0000000000000000", + "get_price_normalized": "1.0000000000000000" } ], "next_cursor": 64, @@ -7070,10 +8216,10 @@ }, "/v2/orders/": { "result": { - "tx_index": 104, - "tx_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "block_index": 231, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_index": 108, + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "block_index": 232, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "give_asset": "BTC", "give_quantity": 1000, "give_remaining": 0, @@ -7081,7 +8227,7 @@ "get_quantity": 1000, "get_remaining": 0, "expiration": 21, - "expire_index": 252, + "expire_index": 253, "fee_required": 0, "fee_required_remaining": 0, "fee_provided": 10000, @@ -7089,8 +8235,7 @@ "status": "open", "give_price": 1.0, "get_price": 1.0, - "confirmed": true, - "block_time": 1733768868, + "block_time": 1734009248, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7101,7 +8246,7 @@ "get_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "divisible": true, "locked": false }, @@ -7120,31 +8265,30 @@ "/v2/orders//matches": { "result": [ { - "id": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e_ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "tx0_index": 103, - "tx0_hash": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e", - "tx0_address": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", - "tx1_index": 104, - "tx1_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "tx1_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "id": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa_923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "tx0_index": 107, + "tx0_hash": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa", + "tx0_address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "tx1_index": 108, + "tx1_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "tx1_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "forward_asset": "UTXOASSET", "forward_quantity": 1000, "backward_asset": "BTC", "backward_quantity": 1000, - "tx0_block_index": 230, - "tx1_block_index": 231, - "block_index": 231, + "tx0_block_index": 231, + "tx1_block_index": 232, + "block_index": 232, "tx0_expiration": 21, "tx1_expiration": 21, - "match_expire_index": 251, + "match_expire_index": 252, "fee_paid": 0, "status": "pending", - "confirmed": true, - "block_time": 1733768868, + "block_time": 1734009248, "forward_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "divisible": true, "locked": false }, @@ -7167,15 +8311,14 @@ "result": [ { "tx_index": 57, - "tx_hash": "7465942888fed56ab07634ba6303b91b70a7a6ee6f60045de25cd9c2b343896c", + "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", "block_index": 182, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "btc_amount": 2000, - "order_match_id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", + "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", "status": "valid", - "confirmed": true, - "block_time": 1733768595, + "block_time": 1734008987, "btc_amount_normalized": "0.00002000" } ], @@ -7186,9 +8329,9 @@ "result": [ { "tx_index": 56, - "tx_hash": "201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", + "tx_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", "block_index": 182, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "give_asset": "BTC", "give_quantity": 2000, "give_remaining": 0, @@ -7202,11 +8345,10 @@ "fee_provided": 10000, "fee_provided_remaining": 10000, "status": "filled", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1733768595, + "block_time": 1734008987, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7232,9 +8374,9 @@ }, { "tx_index": 58, - "tx_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "block_index": 205, - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "give_asset": "BTC", "give_quantity": 3000, "give_remaining": 2000, @@ -7248,11 +8390,10 @@ "fee_provided": 10000, "fee_provided_remaining": 10000, "status": "expired", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "SELL", "market_price": "1.00000000", - "block_time": 1733768736, + "block_time": 1734009095, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -7278,9 +8419,9 @@ }, { "tx_index": 53, - "tx_hash": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25", + "tx_hash": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61", "block_index": 179, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7294,11 +8435,10 @@ "fee_provided": 10000, "fee_provided_remaining": 10000, "status": "expired", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733768521, + "block_time": 1734008920, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7324,9 +8464,9 @@ }, { "tx_index": 55, - "tx_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", + "tx_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", "block_index": 202, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 10000, "give_remaining": 5000, @@ -7340,11 +8480,10 @@ "fee_provided": 10000, "fee_provided_remaining": 10000, "status": "expired", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733768723, + "block_time": 1734009083, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7370,9 +8509,9 @@ }, { "tx_index": 62, - "tx_hash": "aaf051d2c9d71072e1fded1f3fbeeeb4635f8d5bd40cf277571ec189b6f08379", + "tx_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", "block_index": 188, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_asset": "XCP", "give_quantity": 1000, "give_remaining": 1000, @@ -7386,11 +8525,10 @@ "fee_provided": 10000, "fee_provided_remaining": 10000, "status": "cancelled", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733768637, + "block_time": 1734009032, "give_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7421,13 +8559,13 @@ "/v2/orders///matches": { "result": [ { - "id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "tx0_index": 55, - "tx0_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 58, - "tx1_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "tx1_address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "tx1_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -7440,11 +8578,10 @@ "match_expire_index": 203, "fee_paid": 0, "status": "expired", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733768731, + "block_time": 1734009092, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7464,13 +8601,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", + "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", "tx0_index": 55, - "tx0_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 56, - "tx1_hash": "201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", - "tx1_address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "tx1_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "tx1_address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -7483,11 +8620,10 @@ "match_expire_index": 201, "fee_paid": 0, "status": "completed", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733768595, + "block_time": 1734008987, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7507,13 +8643,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25_50f4e7ee1654df99009fdcb44ca4c53a8965fbe0be3e01ebdd96733ae9f2e55d", + "id": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61_2dc28203b3e17f54c2cce9f1c06cf5a6753a1da7c78cb4594b31f9b4df03436f", "tx0_index": 53, - "tx0_hash": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 54, - "tx1_hash": "50f4e7ee1654df99009fdcb44ca4c53a8965fbe0be3e01ebdd96733ae9f2e55d", - "tx1_address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "tx1_hash": "2dc28203b3e17f54c2cce9f1c06cf5a6753a1da7c78cb4594b31f9b4df03436f", + "tx1_address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -7526,11 +8662,10 @@ "match_expire_index": 178, "fee_paid": 0, "status": "expired", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733768521, + "block_time": 1734008920, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7550,13 +8685,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "tx0_index": 64, - "tx0_hash": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 58, - "tx1_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "tx1_address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "tx1_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -7569,11 +8704,10 @@ "match_expire_index": 224, "fee_paid": 0, "status": "expired", - "confirmed": true, "market_pair": "BTC/XCP", "market_dir": "BUY", "market_price": "1.00000000", - "block_time": 1733768847, + "block_time": 1734009204, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7599,13 +8733,13 @@ "/v2/order_matches": { "result": [ { - "id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "tx0_index": 55, - "tx0_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 58, - "tx1_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "tx1_address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "tx1_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "forward_asset": "XCP", "forward_quantity": 3000, "backward_asset": "BTC", @@ -7618,8 +8752,7 @@ "match_expire_index": 203, "fee_paid": 0, "status": "expired", - "confirmed": true, - "block_time": 1733768731, + "block_time": 1734009092, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7639,13 +8772,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", + "id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", "tx0_index": 55, - "tx0_hash": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 56, - "tx1_hash": "201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", - "tx1_address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "tx1_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "tx1_address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "forward_asset": "XCP", "forward_quantity": 2000, "backward_asset": "BTC", @@ -7658,8 +8791,7 @@ "match_expire_index": 201, "fee_paid": 0, "status": "completed", - "confirmed": true, - "block_time": 1733768595, + "block_time": 1734008987, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7679,13 +8811,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25_50f4e7ee1654df99009fdcb44ca4c53a8965fbe0be3e01ebdd96733ae9f2e55d", + "id": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61_2dc28203b3e17f54c2cce9f1c06cf5a6753a1da7c78cb4594b31f9b4df03436f", "tx0_index": 53, - "tx0_hash": "180e7637c86b6909eb796d83754ed5dc3dd4861056261b53e53e1df30901fc25", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "47b6783867f7ac0f680b1e06f18febb929f563203af21852df28faf215a7de61", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 54, - "tx1_hash": "50f4e7ee1654df99009fdcb44ca4c53a8965fbe0be3e01ebdd96733ae9f2e55d", - "tx1_address": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "tx1_hash": "2dc28203b3e17f54c2cce9f1c06cf5a6753a1da7c78cb4594b31f9b4df03436f", + "tx1_address": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -7698,8 +8830,7 @@ "match_expire_index": 178, "fee_paid": 0, "status": "expired", - "confirmed": true, - "block_time": 1733768521, + "block_time": 1734008920, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7719,13 +8850,13 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "tx0_index": 64, - "tx0_hash": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "tx0_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "tx1_index": 58, - "tx1_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "tx1_address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "tx1_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "forward_asset": "XCP", "forward_quantity": 1000, "backward_asset": "BTC", @@ -7738,8 +8869,7 @@ "match_expire_index": 224, "fee_paid": 0, "status": "expired", - "confirmed": true, - "block_time": 1733768847, + "block_time": 1734009204, "forward_asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7759,31 +8889,30 @@ "fee_paid_normalized": "0.00000000" }, { - "id": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e_ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "tx0_index": 103, - "tx0_hash": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e", - "tx0_address": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", - "tx1_index": 104, - "tx1_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "tx1_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "id": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa_923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "tx0_index": 107, + "tx0_hash": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa", + "tx0_address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "tx1_index": 108, + "tx1_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "tx1_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "forward_asset": "UTXOASSET", "forward_quantity": 1000, "backward_asset": "BTC", "backward_quantity": 1000, - "tx0_block_index": 230, - "tx1_block_index": 231, - "block_index": 231, + "tx0_block_index": 231, + "tx1_block_index": 232, + "block_index": 232, "tx0_expiration": 21, "tx1_expiration": 21, - "match_expire_index": 251, + "match_expire_index": 252, "fee_paid": 0, "status": "pending", - "confirmed": true, - "block_time": 1733768868, + "block_time": 1734009248, "forward_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "divisible": true, "locked": false }, @@ -7824,66 +8953,61 @@ "result": [ { "tx_index": 9, - "tx_hash": "ea2e1e66c673cd334f291cf9a6054953a6063132b288ba66bf06dc0aa8e3e1e9", + "tx_hash": "d734a95fbed4716ce4bdf424eaa495450d17ec3b6673d6d05908d1cc48a591d2", "block_index": 112, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "burned": 50000000, "earned": 74999998167, "status": "valid", - "confirmed": true, - "block_time": 1733768288, + "block_time": 1734008711, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" }, { "tx_index": 8, - "tx_hash": "881f64c15712551220e24f78191ba746d15825c33be66f395edc4bcce36aebdf", + "tx_hash": "d90f5e735f63c573de752139203decd04a38c019fd71d08316106c0fd64e9dd1", "block_index": 112, - "source": "bcrt1qju8acm4e3ghueaea5mqtxhxhjgcd9yngnd5txn", + "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "burned": 50000000, "earned": 74999998167, "status": "valid", - "confirmed": true, - "block_time": 1733768288, + "block_time": 1734008711, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" }, { "tx_index": 7, - "tx_hash": "2fddd186e9f0a5e4fb6c24f4b1234b354e484cfe731612e00994409a0ae2769a", + "tx_hash": "9d1ebfc488f156132a161940f3fd71eea194c27e8330adb43df8c9d519b52a62", "block_index": 112, - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "burned": 50000000, "earned": 74999998167, "status": "valid", - "confirmed": true, - "block_time": 1733768288, + "block_time": 1734008711, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" }, { "tx_index": 6, - "tx_hash": "80d27f18581856d04aa7d1be281aabc1efd2927cf2d3f109cac77dd0890c5a95", + "tx_hash": "5c4f4f33d2f89cdcb99e18d507063bee69fa3712912e8ebc2db3305dabe5c75c", "block_index": 112, - "source": "bcrt1qftz4jrltjyx8rp83wf6ven60v0lmvd80jt07lu", + "source": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", "burned": 50000000, "earned": 74999998167, "status": "valid", - "confirmed": true, - "block_time": 1733768288, + "block_time": 1734008711, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" }, { "tx_index": 5, - "tx_hash": "b30a145737fadcf87d1d711352e728fece3ebb5170630485fd5ae99a89adf094", + "tx_hash": "5940a8acbfe2624aa78a9e2059aac480f49188e2ebb91ba2bdd10bb5b2daa349", "block_index": 112, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "burned": 50000000, "earned": 74999998167, "status": "valid", - "confirmed": true, - "block_time": 1733768288, + "block_time": 1734008711, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" } @@ -7895,9 +9019,9 @@ "result": [ { "tx_index": 26, - "tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7906,18 +9030,17 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7934,9 +9057,9 @@ }, { "tx_index": 29, - "tx_hash": "43e92d6cea8931133f7e53236c96d1b2ab582b10fe97b5b1c17fa53be999aba5", + "tx_hash": "5f3e0580cec71f23fe8b4ec7594c18dd9a6f78e87405959fe41bde914dc5b76c", "block_index": 133, - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -7945,18 +9068,17 @@ "give_remaining": 10000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "origin": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "dispense_count": 0, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768391, + "block_time": 1734008801, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -7973,9 +9095,9 @@ }, { "tx_index": 30, - "tx_hash": "aa6d4d29c3bcc3b2cb113fafeccc380fb8566654c4998ab5832ff8b787f7658e", + "tx_hash": "e408a23e51dc48c3f8797f91af7fc6db5b24139981408a5bddaeaab936767ba8", "block_index": 141, - "source": "mxah87jgNwgD75guScxjbraTyLYBbVPvqv", + "source": "mnJc1EmoRBj3iWbFrxJmi4NgFsbA4J7hXF", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10, @@ -7983,19 +9105,18 @@ "status": 10, "give_remaining": 0, "oracle_address": null, - "last_status_tx_hash": "533b83cb557fa15c423ddee718207aea07445a192c7fc6025d319339a8a3c644", - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "last_status_tx_hash": "a221134c0b99a6ec04f1ca040490a62d1cf61167cb6433fe2abed2a351059637", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 0, - "last_status_tx_source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "last_status_tx_source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "close_block_index": 141, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768432, + "block_time": 1734008832, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8012,9 +9133,9 @@ }, { "tx_index": 68, - "tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", "block_index": 194, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "TESTLOCKDESC", "give_quantity": 1, "escrow_quantity": 10000, @@ -8023,22 +9144,21 @@ "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768661, + "block_time": 1734009052, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -8051,29 +9171,28 @@ }, { "tx_index": 33, - "tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "last_status_tx_hash": null, - "origin": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": 0.01, "oracle_price": 66600.0, "fiat_unit": "USD", "oracle_price_last_updated": 129, "satoshi_price": 16, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8095,9 +9214,9 @@ "/v2/dispensers/": { "result": { "tx_index": 26, - "tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "XCP", "give_quantity": 1, "escrow_quantity": 10000, @@ -8106,18 +9225,17 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, "price": 1.0, - "confirmed": true, "fiat_price": null, "oracle_price": null, "fiat_unit": null, "oracle_price_last_updated": null, "satoshi_price": 1, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8138,19 +9256,18 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "fef2fd4c6b504ca2fcbe971acf59a7d1378039a9c51336170c622a77c97ddeb2", + "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8158,7 +9275,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8173,7 +9290,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8187,19 +9304,18 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "da8b10da5e06164e4affe91ca277054b1fd2f516f007fd570e95276fb9d7bc96", + "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", "block_index": 131, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 6000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8207,7 +9323,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8222,7 +9338,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768373, + "block_time": 1734008794, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8241,20 +9357,19 @@ "result": [ { "tx_index": 42, - "tx_hash": "f083d619e6fc210e79a41f9aa9a6251d59354a8297134c1a6a941b3aed885060", + "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", "block_index": 146, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 20000, "status": "valid", - "confirmed": true, - "block_time": 1733768449, + "block_time": 1734008849, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -8275,20 +9390,19 @@ "/v2/dividends/": { "result": { "tx_index": 42, - "tx_hash": "f083d619e6fc210e79a41f9aa9a6251d59354a8297134c1a6a941b3aed885060", + "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", "block_index": 146, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "asset": "MYASSETA", "dividend_asset": "XCP", "quantity_per_unit": 100000000, "fee_paid": 20000, "status": "valid", - "confirmed": true, - "block_time": 1733768449, + "block_time": 1734008849, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -8311,12 +9425,11 @@ "asset": "XCP", "quantity": 2000000000, "calling_function": "dividend", - "event": "f083d619e6fc210e79a41f9aa9a6251d59354a8297134c1a6a941b3aed885060", + "event": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", "tx_index": 42, - "utxo": "6eeab92b4f919cfb5ec11cd67d0fd7c07303918f0b78f7ef16cc464905ae2e2d:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "confirmed": true, - "block_time": 1733768449, + "utxo": "1f7ef7acfa6af1adf6e19ccfbe7bd2c95cd9a26a8c0e73c5a52d11da36fc13a9:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734008849, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8333,47 +9446,47 @@ "/v2/events": { "result": [ { - "event_index": 913, + "event_index": 954, "event": "BLOCK_PARSED", "params": { - "block_index": 233, - "ledger_hash": "c16dd8fcc33d4cae029a2a8a2d6a6420a10e9d9dec3163c78c488af863fc37a0", - "messages_hash": "cfcd29dc4e97d4f42475cf247adb08532276cf372970e303741bacd1a53f5714", + "block_index": 235, + "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", + "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", "transaction_count": 1, - "txlist_hash": "e5d5cf3cbda59c3c77f77659e4625b7b90ab0c0d455e9cbf5110fe74a263c07d", - "block_time": 1733768880 + "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", + "block_time": 1734009260 }, "tx_hash": null, - "block_index": 233, - "block_time": 1733768880 + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 912, + "event_index": 953, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110 }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 911, + "event_index": 952, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 233, + "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8384,20 +9497,20 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 910, + "event_index": 951, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": 0, - "tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8407,24 +9520,24 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8434,29 +9547,29 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 908, - "result_count": 914 + "next_cursor": 949, + "result_count": 955 }, "/v2/events/": { "result": { - "event_index": 913, + "event_index": 954, "event": "BLOCK_PARSED", "params": { - "block_index": 233, - "ledger_hash": "c16dd8fcc33d4cae029a2a8a2d6a6420a10e9d9dec3163c78c488af863fc37a0", - "messages_hash": "cfcd29dc4e97d4f42475cf247adb08532276cf372970e303741bacd1a53f5714", + "block_index": 235, + "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", + "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", "transaction_count": 1, - "txlist_hash": "e5d5cf3cbda59c3c77f77659e4625b7b90ab0c0d455e9cbf5110fe74a263c07d", - "block_time": 1733768880 + "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", + "block_time": 1734009260 }, "tx_hash": null, - "block_index": 233, - "block_time": 1733768880 + "block_index": 235, + "block_time": 1734009260 } }, "/v2/events/counts": { @@ -8488,19 +9601,19 @@ "/v2/events/": { "result": [ { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8510,24 +9623,24 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 907, + "event_index": 948, "event": "CREDIT", "params": { "address": null, "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8537,127 +9650,126 @@ }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 904, + "event_index": 945, "event": "CREDIT", "params": { "address": null, "asset": "MYASSETA", - "block_index": 233, + "block_index": 235, "calling_function": "utxo move", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", - "utxo_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", + "utxo_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 }, { - "event_index": 862, + "event_index": 913, "event": "CREDIT", "params": { - "address": "mvCounterpartyXXXXXXXXXXXXXXW24Hef", - "asset": "PREMINT", - "block_index": 227, - "calling_function": "escrowed premint", - "event": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d", - "quantity": 50, - "tx_index": 101, + "address": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", + "asset": "CHAINING", + "block_index": 230, + "calling_function": "detach from utxo", + "event": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", + "quantity": 100000000, + "tx_index": 106, "utxo": null, "utxo_address": null, - "block_time": 1733768855, + "block_time": 1734009240, "asset_info": { "asset_longname": null, - "description": "My super description", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false }, - "quantity_normalized": "0.00000050" + "quantity_normalized": "1.00000000" }, - "tx_hash": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d", - "block_index": 227, - "block_time": 1733768855 + "tx_hash": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", + "block_index": 230, + "block_time": 1734009240 }, { - "event_index": 845, + "event_index": 909, "event": "CREDIT", "params": { - "address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "asset": "XCP", - "block_index": 225, - "calling_function": "order expired", - "event": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "quantity": 1000, - "tx_index": 0, - "utxo": null, - "utxo_address": null, - "block_time": 1733768847, + "address": null, + "asset": "CHAINING", + "block_index": 230, + "calling_function": "utxo move", + "event": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e", + "quantity": 100000000, + "tx_index": 105, + "utxo": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e:0", + "utxo_address": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", + "block_time": 1734009240, "asset_info": { "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, - "locked": true + "locked": false }, - "quantity_normalized": "0.00001000" + "quantity_normalized": "1.00000000" }, - "tx_hash": "971a5817a2de0e385a780cd173ead9a7271162f298b47e7fb033805cf02e01b5", - "block_index": 225, - "block_time": 1733768847 + "tx_hash": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e", + "block_index": 230, + "block_time": 1734009240 } ], - "next_cursor": 819, - "result_count": 110 + "next_cursor": 905, + "result_count": 114 }, "/v2/events//count": { "result": { "event": "CREDIT", - "count": 110 + "count": 114 } }, "/v2/dispenses": { "result": [ { - "tx_index": 106, + "tx_index": 110, "dispense_index": 0, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "btc_amount": 1000, - "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "last_status_tx_hash": null, - "origin": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8672,7 +9784,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8686,19 +9798,18 @@ { "tx_index": 69, "dispense_index": 0, - "tx_hash": "52d29f050a9d1820b51fd52a006f1f3aafa04864fb2934491d74574bbd778264", + "tx_hash": "80ca29dfd787599a1bb83903ef3392339ea5e383b0298a3f87f793e9872ca5c9", "block_index": 194, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "TESTLOCKDESC", "dispense_quantity": 4000, - "dispenser_tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", + "dispenser_tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 68, "block_index": 194, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8706,7 +9817,7 @@ "give_remaining": 6000, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 1, "last_status_tx_source": null, "close_block_index": null, @@ -8721,11 +9832,11 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768661, + "block_time": 1734009052, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -8735,27 +9846,26 @@ { "tx_index": 34, "dispense_index": 0, - "tx_hash": "c8552f42974c1c2f2bd13e2c768ba54a0e3d74c01dd3b4ec5b3bc940b0e2bfa7", + "tx_hash": "20e0106f9f86920381dc32ecf0e9553cc405679457e9199d60233e1b953bd915", "block_index": 138, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "destination": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "destination": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "asset": "XCP", "dispense_quantity": 666, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "btc_amount": 10000, - "confirmed": true, "dispenser": { "tx_index": 33, - "block_index": 233, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "block_index": 235, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, "status": 0, "give_remaining": 9268, - "oracle_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "oracle_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "last_status_tx_hash": null, - "origin": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "origin": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8770,7 +9880,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000016" }, - "block_time": 1733768420, + "block_time": 1734008821, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8784,19 +9894,18 @@ { "tx_index": 28, "dispense_index": 0, - "tx_hash": "fef2fd4c6b504ca2fcbe971acf59a7d1378039a9c51336170c622a77c97ddeb2", + "tx_hash": "734a73bf04d14e29d2224635cef35b2fb5b94a7996dfbf174c2f27897f1359ef", "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 4000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 4000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8804,7 +9913,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8819,7 +9928,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768387, + "block_time": 1734008797, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8833,19 +9942,18 @@ { "tx_index": 27, "dispense_index": 0, - "tx_hash": "da8b10da5e06164e4affe91ca277054b1fd2f516f007fd570e95276fb9d7bc96", + "tx_hash": "74d06be8d9f1dbd4cdd6be1a56a9f9f18d5f2f1d35b278f28a456733a375c4b9", "block_index": 131, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "asset": "XCP", "dispense_quantity": 6000, - "dispenser_tx_hash": "bbeb0f54e3927c131c3fdf5e9f7db3515c2fa67ce4fd7192acd651243351ba0e", + "dispenser_tx_hash": "0f4a7794d60e5be18ef6955572b41eb007148383a08e2b7b7bcb261f670a9576", "btc_amount": 6000, - "confirmed": true, "dispenser": { "tx_index": 26, "block_index": 132, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "give_quantity": 1, "escrow_quantity": 10000, "satoshirate": 1, @@ -8853,7 +9961,7 @@ "give_remaining": 0, "oracle_address": null, "last_status_tx_hash": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "dispense_count": 2, "last_status_tx_source": null, "close_block_index": null, @@ -8868,7 +9976,7 @@ "satoshirate_normalized": "0.00000001", "satoshi_price_normalized": "0.00000001" }, - "block_time": 1733768373, + "block_time": 1734008794, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8886,19 +9994,18 @@ "/v2/sends": { "result": [ { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "asset": "XCP", "quantity": 2000000000, "status": "valid", "msg_index": 1, "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -8910,23 +10017,22 @@ "fee_paid_normalized": "0.00000000" }, { - "tx_index": 106, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "tx_index": 110, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "asset": "MYASSETA", "quantity": 2000000000, "status": "valid", "msg_index": 0, "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -8934,253 +10040,244 @@ "fee_paid_normalized": "0.00000000" }, { - "tx_index": 81, - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", - "block_index": 205, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "asset": "XCP", - "quantity": 10, + "tx_index": 106, + "tx_hash": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", + "block_index": 230, + "source": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e:0", + "destination": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", + "asset": "CHAINING", + "quantity": 100000000, "status": "valid", - "msg_index": 2, - "memo": "memo1", + "msg_index": 0, + "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768736, + "block_time": 1734009240, "asset_info": { "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, - "locked": true + "locked": false }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 81, - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", - "block_index": 205, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", - "asset": "MPMASSET", - "quantity": 10, + "tx_index": 105, + "tx_hash": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e", + "block_index": 230, + "source": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a:0", + "destination": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e:0", + "asset": "CHAINING", + "quantity": 100000000, "status": "valid", - "msg_index": 1, - "memo": "memo3", + "msg_index": 0, + "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768736, + "block_time": 1734009240, "asset_info": { "asset_longname": null, - "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, { - "tx_index": 81, - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", - "block_index": 205, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "asset": "MPMASSET", - "quantity": 10, + "tx_index": 104, + "tx_hash": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a", + "block_index": 230, + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "destination": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a:0", + "asset": "CHAINING", + "quantity": 100000000, "status": "valid", "msg_index": 0, - "memo": "the memo", + "memo": null, "fee_paid": 0, - "confirmed": true, - "block_time": 1733768736, + "block_time": 1734009240, "asset_info": { "asset_longname": null, - "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false }, - "quantity_normalized": "0.00000010", + "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" } ], - "next_cursor": 31, - "result_count": 36 + "next_cursor": 34, + "result_count": 39 }, "/v2/issuances": { "result": [ { - "tx_index": 105, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", + "tx_index": 109, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", "msg_index": 0, - "block_index": 232, + "block_index": 233, "asset": "OPENFAIR", "quantity": 0, "divisible": true, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "issuer": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, - "block_time": 1733768872, + "block_time": 1734009252, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" }, + { + "tx_index": 103, + "tx_hash": "165518e6ce52951f9ff49399431361dd9df8e0ad4d9717c9881211e9a30ab0f6", + "msg_index": 0, + "block_index": 230, + "asset": "CHAINING", + "quantity": 1000000000, + "divisible": true, + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "transfer": false, + "callable": false, + "call_date": 0, + "call_price": 0.0, + "description": "My super asset CHAINING", + "fee_paid": 50000000, + "locked": false, + "status": "valid", + "asset_longname": null, + "reset": false, + "description_locked": false, + "fair_minting": false, + "asset_events": "creation", + "block_time": 1734009240, + "quantity_normalized": "10.00000000", + "fee_paid_normalized": "0.50000000" + }, { "tx_index": 102, - "tx_hash": "b27c8e00eaebd9a6ae24ecd8e62902c48e1d270ce9c9ed38121835ecf89f480c", + "tx_hash": "3ef79c5583606732eebe21798eb210241ac1f111d313375e45a2f74d15fb30e1", "msg_index": 0, "block_index": 229, "asset": "PREMINT", "quantity": 0, "divisible": true, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "My super description", "fee_paid": 0, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "change_description", - "confirmed": true, - "block_time": 1733768862, + "block_time": 1734009218, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 101, - "tx_hash": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d", + "tx_hash": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef", "msg_index": 1, "block_index": 228, "asset": "PREMINT", "quantity": 0, "divisible": true, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "", "fee_paid": 0, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": false, "asset_events": "close_fairminter", - "confirmed": true, - "block_time": 1733768859, + "block_time": 1734009215, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.00000000" }, { "tx_index": 101, - "tx_hash": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d", + "tx_hash": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef", "msg_index": 0, "block_index": 227, "asset": "PREMINT", "quantity": 50, "divisible": true, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, - "block_time": 1733768855, + "block_time": 1734009211, "quantity_normalized": "0.00000050", "fee_paid_normalized": "0.50000000" - }, - { - "tx_index": 100, - "tx_hash": "971a5817a2de0e385a780cd173ead9a7271162f298b47e7fb033805cf02e01b5", - "msg_index": 1, - "block_index": 226, - "asset": "STARTNOW", - "quantity": 0, - "divisible": true, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", - "transfer": false, - "callable": false, - "call_date": 0, - "call_price": 0.0, - "description": "let's start now", - "fee_paid": 0, - "status": "valid", - "asset_longname": null, - "locked": false, - "reset": false, - "description_locked": false, - "fair_minting": false, - "asset_events": "close_fairminter", - "confirmed": true, - "block_time": 1733768851, - "quantity_normalized": "0.00000000", - "fee_paid_normalized": "0.00000000" } ], - "next_cursor": 46, - "result_count": 51 + "next_cursor": 47, + "result_count": 52 }, "/v2/issuances/": { "result": { - "tx_index": 105, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", + "tx_index": 109, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", "msg_index": 0, - "block_index": 232, + "block_index": 233, "asset": "OPENFAIR", "quantity": 0, "divisible": true, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "issuer": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "transfer": false, "callable": false, "call_date": 0, "call_price": 0.0, "description": "", "fee_paid": 50000000, + "locked": false, "status": "valid", "asset_longname": null, - "locked": false, "reset": false, "description_locked": false, "fair_minting": true, "asset_events": "open_fairminter", - "confirmed": true, - "block_time": 1733768872, + "block_time": 1734009252, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" } @@ -9189,16 +10286,15 @@ "result": [ { "tx_index": 65, - "tx_hash": "ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe", + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", "block_index": 190, - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, - "confirmed": true, - "block_time": 1733768646, + "block_time": 1734009038, "fee_paid_normalized": "0.00600000" } ], @@ -9209,16 +10305,15 @@ "result": [ { "tx_index": 65, - "tx_hash": "ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe", + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", "block_index": 190, - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "flags": 1, "status": "valid", "memo": "sweep my assets", "fee_paid": 600000, - "confirmed": true, - "block_time": 1733768646, + "block_time": 1734009038, "fee_paid_normalized": "0.00600000" } ], @@ -9229,32 +10324,30 @@ "result": [ { "tx_index": 25, - "tx_hash": "ce5df2ee63224c02057698b043f7dbcabcfc3ad5316f5bd27422c53de92c4cfa", + "tx_hash": "96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e", "block_index": 129, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, "text": "price-USD", "locked": false, "status": "valid", - "confirmed": true, - "block_time": 1733768367, + "block_time": 1734008785, "fee_fraction_int_normalized": "0.00000000" }, { "tx_index": 24, - "tx_hash": "a4940f8786f7f4dc4bc922f5f21fc7a41af79c7b7ba1bf60e60cf6181f262eb7", + "tx_hash": "0a76c9ea68b50e09ffbf028609d70d48b4663722908f9f9a80a9c147eb019383", "block_index": 128, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "timestamp": 4003903983, "value": 999.0, "fee_fraction_int": 0, "text": "Hello, world!", "locked": false, "status": "valid", - "confirmed": true, - "block_time": 1733768363, + "block_time": 1734008782, "fee_fraction_int_normalized": "0.00000000" } ], @@ -9264,27 +10357,26 @@ "/v2/broadcasts/": { "result": { "tx_index": 25, - "tx_hash": "ce5df2ee63224c02057698b043f7dbcabcfc3ad5316f5bd27422c53de92c4cfa", + "tx_hash": "96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e", "block_index": 129, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "timestamp": 4003903983, "value": 66600.0, "fee_fraction_int": 0, "text": "price-USD", "locked": false, "status": "valid", - "confirmed": true, - "block_time": 1733768367, + "block_time": 1734008785, "fee_fraction_int_normalized": "0.00000000" } }, "/v2/fairminters": { "result": [ { - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "tx_index": 105, - "block_index": 232, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 109, + "block_index": 233, + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "asset": "OPENFAIR", "asset_parent": null, "asset_longname": null, @@ -9306,10 +10398,9 @@ "pre_minted": false, "status": "open", "earned_quantity": null, - "commission": null, "paid_quantity": null, - "confirmed": true, - "block_time": 1733768872, + "commission": null, + "block_time": 1734009252, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -9318,10 +10409,10 @@ "premint_quantity_normalized": "0.00000000" }, { - "tx_hash": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d", + "tx_hash": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef", "tx_index": 101, "block_index": 228, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "PREMINT", "asset_parent": null, "asset_longname": null, @@ -9343,10 +10434,9 @@ "pre_minted": false, "status": "closed", "earned_quantity": null, - "commission": null, "paid_quantity": null, - "confirmed": true, - "block_time": 1733768859, + "commission": null, + "block_time": 1734009215, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000100", @@ -9355,10 +10445,10 @@ "premint_quantity_normalized": "0.00000050" }, { - "tx_hash": "971a5817a2de0e385a780cd173ead9a7271162f298b47e7fb033805cf02e01b5", + "tx_hash": "0c87ede571560bd4f222c906f20c13761730c981944308d35de8290b122db0c8", "tx_index": 100, "block_index": 226, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "STARTNOW", "asset_parent": null, "asset_longname": null, @@ -9380,10 +10470,9 @@ "pre_minted": false, "status": "closed", "earned_quantity": null, - "commission": null, "paid_quantity": null, - "confirmed": true, - "block_time": 1733768851, + "commission": null, + "block_time": 1734009208, "price_normalized": "1.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000100", @@ -9392,10 +10481,10 @@ "premint_quantity_normalized": "0.00000000" }, { - "tx_hash": "a77ca64c20eca3bee79de6ad7ba79ea374d2750057cbb3ebe9e57bd75ea250a6", + "tx_hash": "a3f40894cb275da124711ce5722360685b2ab7adb4bfd23e895474db94470609", "tx_index": 99, "block_index": 224, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": null, "asset_parent": null, "asset_longname": null, @@ -9417,16 +10506,15 @@ "pre_minted": false, "status": "invalid: Soft cap deadline block must be > start block.", "earned_quantity": null, - "commission": null, "paid_quantity": null, - "confirmed": true, - "block_time": 1733768844 + "commission": null, + "block_time": 1734009201 }, { - "tx_hash": "64c69e165fe4b0cd181787b073bbd73fb3108d7a59c38173f6ff6cc3ba7e02ca", + "tx_hash": "2f2563b537b3b4166d80904b93a93893b55bcf3702e1662f03ecf0aaa600f000", "tx_index": 98, "block_index": 223, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "asset": "EXPANSIVE", "asset_parent": null, "asset_longname": null, @@ -9448,10 +10536,9 @@ "pre_minted": false, "status": "closed", "earned_quantity": null, - "commission": null, "paid_quantity": null, - "confirmed": true, - "block_time": 1733768840, + "commission": null, + "block_time": 1734009197, "price_normalized": "99900000000.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -9466,22 +10553,21 @@ "/v2/fairmints": { "result": [ { - "tx_hash": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "tx_index": 97, "block_index": 221, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "fairminter_tx_hash": "ff90b986e9792c8ef7e70452f401b4a550fc7b0dbdbca0fcbf1d93ab69bf2a92", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "fairminter_tx_hash": "067bb19b8ee8c5580fda9895c1846f6d7e1ebdfa5fc5722f156ba8a07e2e629c", "asset": "BURNER", "earn_quantity": 80000000, "paid_quantity": 100000000, "commission": 20000000, "status": "valid", - "confirmed": true, - "block_time": 1733768833, + "block_time": 1734009191, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -9490,22 +10576,21 @@ "paid_quantity_normalized": "1.00000000" }, { - "tx_hash": "c9c7a68b6d3aae3aa9132a2db417a7c38bfc4ce8f85360ff78de4bb87197fa76", + "tx_hash": "0d0d6cbf78062b3c7d0a1dc718e5475e73b286bc9430e98148dab565e1a0085d", "tx_index": 95, "block_index": 219, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "fairminter_tx_hash": "6124e7656c61085f6f994a978beb78b25e3593defaa4e67aa0bfaf7fef8527eb", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "fairminter_tx_hash": "fe9f09139498a7ed7bbef9ee4766792806257da1145baf18900865f1ad0007a8", "asset": "LOCKDESC", "earn_quantity": 800000000, "paid_quantity": 0, "commission": 200000000, "status": "valid", - "confirmed": true, - "block_time": 1733768826, + "block_time": 1734009184, "asset_info": { "asset_longname": null, "description": "My super asset LOCKDESC", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -9514,22 +10599,21 @@ "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "a30ff5ec15d625c7ac3c8d843c3da0cae02407b762dc1030bc49491b4fe5fc69", + "tx_hash": "894ff535a8526a5fec7909f1da25da4e3dfa4f5f50a6c95a26829e61e31d80de", "tx_index": 91, "block_index": 215, - "source": "bcrt1qju8acm4e3ghueaea5mqtxhxhjgcd9yngnd5txn", - "fairminter_tx_hash": "0b762fdb550921a3240a6f237a06e28acc517f63c01e7752ac8862f179e4cb60", + "source": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", + "fairminter_tx_hash": "77a87aba5d9cbb30a2a121bf846754acf2886c95da17b19ba82e15e107bb53d4", "asset": "A95428959531084712", "earn_quantity": 100, "paid_quantity": 0, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768802, + "block_time": 1734009161, "asset_info": { "asset_longname": "PARENTA.SUBASSETC", "description": "", - "issuer": "bcrt1qju8acm4e3ghueaea5mqtxhxhjgcd9yngnd5txn", + "issuer": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", "divisible": true, "locked": false }, @@ -9538,22 +10622,21 @@ "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "7e307c6f0bd841a29cfd86ce47290a6d550f60723653fb61f5e9aeb05511c83b", + "tx_hash": "ba9372a361792a33a6a819e269e1f3ae4e3b55c00597cdcfce0b9e2c17ec0fbb", "tx_index": 46, "block_index": 150, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "07419a5c9c194e4d4fbc6c7bd0a308a367ca2c80abba5bf07f968cb289375c92", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "31d43ff2d76eafea090a6d93d48a418ca8f5cc5ca3bf3b77ff30743d095842c8", "asset": "FREEFAIRMINT", "earn_quantity": 80, "paid_quantity": 0, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768474, + "block_time": 1734008864, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -9562,22 +10645,21 @@ "paid_quantity_normalized": "0.00000000" }, { - "tx_hash": "024ec67d76f0f9399022b3fd99014d531cb98c80e11dd75866084f22c10c7871", + "tx_hash": "46eacfbb685594a496a67785d278bdf99cca53d49afd7c79dfb18284fdbf2109", "tx_index": 45, "block_index": 149, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", - "fairminter_tx_hash": "07419a5c9c194e4d4fbc6c7bd0a308a367ca2c80abba5bf07f968cb289375c92", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", + "fairminter_tx_hash": "31d43ff2d76eafea090a6d93d48a418ca8f5cc5ca3bf3b77ff30743d095842c8", "asset": "FREEFAIRMINT", "earn_quantity": 100, "paid_quantity": 0, "commission": 0, "status": "valid", - "confirmed": true, - "block_time": 1733768471, + "block_time": 1734008861, "asset_info": { "asset_longname": null, "description": "", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -9591,22 +10673,21 @@ }, "/v2/fairmints/": { "result": { - "tx_hash": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "tx_index": 97, "block_index": 221, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "fairminter_tx_hash": "ff90b986e9792c8ef7e70452f401b4a550fc7b0dbdbca0fcbf1d93ab69bf2a92", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "fairminter_tx_hash": "067bb19b8ee8c5580fda9895c1846f6d7e1ebdfa5fc5722f156ba8a07e2e629c", "asset": "BURNER", "earn_quantity": 80000000, "paid_quantity": 100000000, "commission": 20000000, "status": "valid", - "confirmed": true, - "block_time": 1733768833, + "block_time": 1734009191, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -9618,31 +10699,31 @@ "/v2/bitcoin/addresses/utxos": { "result": [ { - "vout": 1, - "height": 230, - "value": 4949928908, - "confirmations": 4, - "amount": 49.49928908, - "txid": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e", - "address": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek" + "vout": 2, + "height": 199, + "value": 4949920000, + "confirmations": 37, + "amount": 49.4992, + "txid": "4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b", + "address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy" }, { - "vout": 1, - "height": 198, - "value": 546, - "confirmations": 36, - "amount": 5.46e-06, - "txid": "1906a6b41d1922bf5a34c32eaf7d122bae4ea8894ff23a52d8a194ea4d60be37", - "address": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek" + "vout": 0, + "height": 234, + "value": 15000, + "confirmations": 2, + "amount": 0.00015, + "txid": "98e725ed26a2173bc350a455ed3ef129df07587aaaea4ec94c2d651e392a1ca2", + "address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy" }, { "vout": 0, "height": 199, - "value": 546, - "confirmations": 35, - "amount": 5.46e-06, - "txid": "ba2a7b0fc46ff72c445a5c6a63f66184416aee852902fdf1c2f0daeceb1627de", - "address": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek" + "value": 10000, + "confirmations": 37, + "amount": 0.0001, + "txid": "4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b", + "address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy" } ], "next_cursor": null, @@ -9651,28 +10732,28 @@ "/v2/bitcoin/addresses/
/transactions": { "result": [ { - "tx_hash": "8229f85ca1b6dec327b9a1c13a7a1c03d6106f8647b89f3ff3ce74b8890de751" + "tx_hash": "f6836227056236970cfb5c372faaca18a79cf5fe3cf90fbcda4405c3b695d712" }, { - "tx_hash": "f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59" + "tx_hash": "4df6bdb001e50d5a3ed772c5960f6c1f56fe52faec2e7853eb54cc27e6bf1513" }, { - "tx_hash": "cfe0bf68e642221a85960b4100a3c105686f48b5ae6f1ca034c2d61e8424e75d" + "tx_hash": "09592eed992dcf1104800c13c54b4831e99cbf56799f720afb05de06bd03b752" }, { - "tx_hash": "1e92cb9d5d639346491914debee30deee17694c51d904ecfc9aee9162b2ba569" + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d" }, { - "tx_hash": "844e5af6de8849d480e7cecba9992be0c870d417ce5131e3fcfdc1b8ba820f71" + "tx_hash": "cd08c096e0f0017c330c90f95fac95f2f02c0df6e0081a776052299a8c662685" }, { - "tx_hash": "2fddd186e9f0a5e4fb6c24f4b1234b354e484cfe731612e00994409a0ae2769a" + "tx_hash": "bd90e8b1df59c59902c8343f1395de7ba554b83f849661108702589a172da993" }, { - "tx_hash": "4af08f303d0c1742dbf0c0faf734f217b05a39af4afc46abd8705363c3d153c2" + "tx_hash": "eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9" }, { - "tx_hash": "ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe" + "tx_hash": "78c069c235838edad35d4bd1841241075734a3006461efd97ce16568ee44f1f8" } ], "next_cursor": null, @@ -9680,48 +10761,48 @@ }, "/v2/bitcoin/addresses/
/transactions/oldest": { "result": { - "block_index": 2, - "tx_hash": "c78aa03604937d4f57ee7b90eeb572ba2ff5b396e877bc1cfcc426fa3e1cc978" + "block_index": 5, + "tx_hash": "a17aac0460598e55287eedc7a7cc1245e8b41500730a506bc3ed6612d8be60f0" } }, "/v2/bitcoin/addresses/
/utxos": { "result": [ { - "vout": 1, - "height": 198, - "value": 546, - "confirmations": 36, - "amount": 5.46e-06, - "txid": "1906a6b41d1922bf5a34c32eaf7d122bae4ea8894ff23a52d8a194ea4d60be37" + "vout": 2, + "height": 199, + "value": 4949920000, + "confirmations": 37, + "amount": 49.4992, + "txid": "4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b" }, { "vout": 0, - "height": 199, - "value": 546, - "confirmations": 35, - "amount": 5.46e-06, - "txid": "ba2a7b0fc46ff72c445a5c6a63f66184416aee852902fdf1c2f0daeceb1627de" + "height": 234, + "value": 15000, + "confirmations": 2, + "amount": 0.00015, + "txid": "98e725ed26a2173bc350a455ed3ef129df07587aaaea4ec94c2d651e392a1ca2" }, { - "vout": 1, - "height": 230, - "value": 4949928908, - "confirmations": 4, - "amount": 49.49928908, - "txid": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e" + "vout": 0, + "height": 199, + "value": 10000, + "confirmations": 37, + "amount": 0.0001, + "txid": "4ba23099d6dcef0159017c8b4637fb1055b948b793e8ff98514e32775cdc8e9b" } ], "next_cursor": null, "result_count": null }, "/v2/bitcoin/addresses/
/pubkey": { - "result": "03e2d557af42104371769b2491a675d9e5c9cd960e663a751655412de1ff8e168a" + "result": "035a4df6b1ed11026fb4e24828fec4626914c8f5d9f52f020ed11f367131a9a8b3" }, "/v2/bitcoin/transactions/": { - "result": "02000000000101ecf955818dfaba2ef95e6d48fce5d95a8b12a81bc9f6946dec68dfbfaf90b89f0100000000ffffffff03e803000000000000160014bb53f82e1f6b387c3f2622ab42265aebae87117000000000000000000c6a0a66a0b0281067c5c7e8098714092701000000160014b505712f18c65edc22d4960f286967ab1d783fcb0247304402203b23715a51d7b73b79b2c17201acab0f229f80fe91fcc364a89781454486a61902200f727f0d9948aab792a2dab22eee59757bd4d39ae89e2ae70282c2efb76a854a012102e49cf5d121133224d1ff062c1b9014998d2baa1904cd3738092b76a14522a5c100000000" + "result": "02000000000101fcf30642680ce2406f8c45a8b1728299bda5894b5a96302e3951400d70d928d40100000000ffffffff03e803000000000000160014e3c4e1ab4b567ddea177545070755d7771570a3a00000000000000000c6a0a7da612b1262c5b5da865871409270100000016001475d1d00ae9b4fb12841fd1a075ae251990757a47024730440220464a84ef49fb845489157460fc91a2d47972d7e27a32f4261d61aae8a6f25dc702201369c8f49a9c8113760d3d173d922cb460fe924251971b8728ad493656152fdc012102ebac35088433a5b3724d3f64d3ffd18ad2d944e8abb2ec078486d2292067631b00000000" }, "/v2/bitcoin/estimatesmartfee": { - "result": 58611 + "result": 58612 }, "/v2/bitcoin/transactions/decode": { "result": { @@ -9778,7 +10859,7 @@ "loaded": true, "size": 1, "bytes": 167, - "usage": 1232, + "usage": 1216, "total_fee": 0.0001, "maxmempool": 300000000, "mempoolminfee": 0.0, @@ -9791,29 +10872,29 @@ "/v2/mempool/events": { "result": [ { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_index": 107 + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_index": 111 }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "ENHANCED_SEND", "params": { "asset": "XCP", "block_index": 9999999, - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "memo": null, "msg_index": 0, "quantity": 10000, - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "status": "valid", - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_index": 107, + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_index": 111, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -9823,22 +10904,22 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "CREDIT", "params": { - "address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "send", - "event": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "event": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "quantity": 10000, - "tx_index": 107, + "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -9848,22 +10929,114 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 }, { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "event": "DEBIT", "params": { "action": "send", - "address": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "address": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "asset": "XCP", - "block_index": 233, - "event": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", + "block_index": 235, + "event": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "quantity": 10000, + "tx_index": 111, + "utxo": null, + "utxo_address": null, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00010000" + }, + "timestamp": 1734009265.1571295 + }, + { + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "event": "NEW_TRANSACTION", + "params": { + "block_hash": "mempool", + "block_index": 9999999, + "block_time": 1734009265.1571295, + "btc_amount": 0, + "data": "0200000000000000010000000000002710803c8e6158237de60ae0875aefca276e431c644c2e", + "destination": "", + "fee": 10000, + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "transaction_type": "enhanced_send", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_index": 111, + "utxos_info": " 7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648:1 2 0", + "btc_amount_normalized": "0.00000000" + }, + "timestamp": 1734009265.1571295 + } + ], + "next_cursor": null, + "result_count": 5 + }, + "/v2/mempool/events/": { + "result": [ + { + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "event": "CREDIT", + "params": { + "address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "asset": "XCP", + "block_index": 235, + "calling_function": "send", + "event": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", "quantity": 10000, - "tx_index": 107, + "tx_index": 111, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00010000" + }, + "timestamp": 1734009265.1571295 + } + ], + "next_cursor": null, + "result_count": 1 + }, + "/v2/mempool/transactions//events": { + "result": [ + { + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "event": "TRANSACTION_PARSED", + "params": { + "supported": true, + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_index": 111 + }, + "timestamp": 1734009265.1571295 + }, + { + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "event": "ENHANCED_SEND", + "params": { + "asset": "XCP", + "block_index": 9999999, + "destination": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "memo": null, + "msg_index": 0, + "quantity": 10000, + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "status": "valid", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_index": 111, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -9873,207 +11046,9800 @@ }, "quantity_normalized": "0.00010000" }, - "timestamp": 1733768883.6463442 + "timestamp": 1734009265.1571295 + }, + { + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "event": "CREDIT", + "params": { + "address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "asset": "XCP", + "block_index": 235, + "calling_function": "send", + "event": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "quantity": 10000, + "tx_index": 111, + "utxo": null, + "utxo_address": null, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00010000" + }, + "timestamp": 1734009265.1571295 + }, + { + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "event": "DEBIT", + "params": { + "action": "send", + "address": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "asset": "XCP", + "block_index": 235, + "event": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "quantity": 10000, + "tx_index": 111, + "utxo": null, + "utxo_address": null, + "block_time": 1734009260, + "asset_info": { + "asset_longname": null, + "description": "The Counterparty protocol native currency", + "issuer": null, + "divisible": true, + "locked": true + }, + "quantity_normalized": "0.00010000" + }, + "timestamp": 1734009265.1571295 + }, + { + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "event": "NEW_TRANSACTION", + "params": { + "block_hash": "mempool", + "block_index": 9999999, + "block_time": 1734009265.1571295, + "btc_amount": 0, + "data": "0200000000000000010000000000002710803c8e6158237de60ae0875aefca276e431c644c2e", + "destination": "", + "fee": 10000, + "source": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", + "transaction_type": "enhanced_send", + "tx_hash": "7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648", + "tx_index": 111, + "utxos_info": " 7896834e8bab3bf426243523d71772bcb21efde2ef710ed338a1fda68059b648:1 2 0", + "btc_amount_normalized": "0.00000000" + }, + "timestamp": 1734009265.1571295 + } + ], + "next_cursor": null, + "result_count": 5 + }, + "/v2/routes": { + "result": { + "/v2/blocks": { + "function": "get_blocks", + "description": "Returns the list of the last ten blocks", + "args": [ + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The index of the most recent block to return (e.g. $LAST_BLOCK_INDEX)" + }, + { + "name": "limit", + "default": 10, + "required": false, + "type": "int", + "description": "The number of blocks to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks/last": { + "function": "get_last_block", + "description": "Return the information of the last block", + "args": [ + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks/": { + "function": "get_block_by_height", + "description": "Return the information of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_BLOCK_INDEX)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks/": { + "function": "get_block_by_hash", + "description": "Return the information of a block", + "args": [ + { + "name": "block_hash", + "required": true, + "type": "str", + "description": "The index of the block to return (e.g. $LAST_BLOCK_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//transactions": { + "function": "get_transactions_by_block", + "description": "Returns the transactions of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_BLOCK_INDEX)" + }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "bet", + "broadcast", + "btcpay", + "cancel", + "destroy", + "dispenser", + "dispense", + "dividend", + "issuance", + "order", + "send", + "enhanced_send", + "mpma", + "rps", + "rpsresolve", + "sweep", + "fairminter", + "fairmint", + "attach", + "detach", + "utxomove", + "unknown" + ], + "description": "The type of the transaction to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last transaction index to return (e.g. $LAST_TX_INDEX)" + }, + { + "name": "limit", + "default": 10, + "required": false, + "type": "int", + "description": "The maximum number of transactions to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//transactions/counts": { + "function": "get_transaction_types_count_by_block", + "description": "Returns the count of each transaction type", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_TX_INDEX)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//events": { + "function": "get_events_by_block", + "description": "Returns the events of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_EVENT_BLOCK)" + }, + { + "name": "event_name", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of events to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return (e.g. $LAST_EVENT_INDEX)" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//events/counts": { + "function": "get_event_counts_by_block", + "description": "Returns the event counts of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_BLOCK_INDEX)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//events/": { + "function": "get_events_by_block_and_event", + "description": "Returns the events of a block filtered by event", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_EVENT_BLOCK)" + }, + { + "name": "event", + "required": true, + "type": "str", + "description": "The event to filter by (e.g. CREDIT)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//credits": { + "function": "get_credits_by_block", + "description": "Returns the credits of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_CREDIT_BLOCK)" + }, + { + "name": "action", + "default": null, + "required": false, + "type": "enum[str]", + "members": [ + null, + "Closed: Max dispenses reached", + "bet settled: for equal", + "bet settled: for notequal", + "bet settled: liquidated for bear", + "btcpay", + "burn", + "cancel order", + "close dispenser", + "dispense", + "dispenser close", + "dividend", + "feed fee", + "filled", + "issuance", + "mpma send", + "open dispenser empty addr", + "order cancelled", + "order expired", + "order match", + "recredit backward quantity", + "recredit forward quantity", + "recredit wager", + "recredit wager remaining", + "reset issuance", + "send", + "sweep", + "wins" + ], + "description": "The action to filter by" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last credit index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of credits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//debits": { + "function": "get_debits_by_block", + "description": "Returns the debits of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_DEBIT_BLOCK)" + }, + { + "name": "action", + "default": null, + "required": false, + "type": "enum[str]", + "members": [ + null, + "bet", + "destroy", + "dividend", + "dividend fee", + "issuance fee", + "mpma send", + "open RPS", + "open dispenser", + "open dispenser empty addr", + "open order", + "refill dispenser", + "reopen RPS after matching expiration", + "reset destroy", + "send", + "sweep", + "sweep fee" + ], + "description": "The action to filter by" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the debits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of debits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//expirations": { + "function": "get_expirations", + "description": "Returns the expirations of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_ORDER_EXPIRATION_BLOCK)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the expirations to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of expirations to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//cancels": { + "function": "get_cancels", + "description": "Returns the cancels of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_CANCEL_BLOCK)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the cancels to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of cancels to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//destructions": { + "function": "get_destructions", + "description": "Returns the destructions of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_DESTRUCTION_BLOCK)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the destructions to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of destructions to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//issuances": { + "function": "get_issuances_by_block", + "description": "Returns the issuances of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_ISSUANCE_BLOCK)" + }, + { + "name": "asset_events", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "creation", + "reissuance", + "lock_quantity", + "reset", + "change_description", + "transfer", + "open_fairminter", + "fairmint", + "lock_description" + ], + "description": "Filter result by one or several comma separated asset events" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the issuances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of issuances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//sends": { + "function": "get_sends_by_block", + "description": "Returns the sends, include Enhanced and MPMA sends, of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_SEND_BLOCK)" + }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of the send to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the debits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of debits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//dispenses": { + "function": "get_dispenses_by_block", + "description": "Returns the dispenses of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_DISPENSE_BLOCK)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//sweeps": { + "function": "get_sweeps_by_block", + "description": "Returns the sweeps of a block", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The index of the block to return (e.g. $LAST_SWEEP_BLOCK)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the sweeps to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of sweeps to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//fairminters": { + "function": "get_fairminters_by_block", + "description": "Returns the fairminters by its block index", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The block index of the fairminter to return (e.g. $LAST_FAIRMINTER_BLOCK)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "closed", + "pending" + ], + "description": "The status of the fairminters to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the fairminter to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of fairminter to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/blocks//fairmints": { + "function": "get_fairmints_by_block", + "description": "Returns the fairmints by its block index", + "args": [ + { + "name": "block_index", + "required": true, + "type": "int", + "description": "The block index of the fairmint to return (e.g. $LAST_FAIRMINT_BLOCK)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the fairmint to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of fairmint to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions": { + "function": "get_transactions", + "description": "Returns the list of the last ten transactions", + "args": [ + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "bet", + "broadcast", + "btcpay", + "cancel", + "destroy", + "dispenser", + "dispense", + "dividend", + "issuance", + "order", + "send", + "enhanced_send", + "mpma", + "rps", + "rpsresolve", + "sweep", + "fairminter", + "fairmint", + "attach", + "detach", + "utxomove", + "unknown" + ], + "description": "The type of the transaction to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The index of the most recent transactions to return (e.g. $LAST_TX_INDEX)" + }, + { + "name": "limit", + "default": 10, + "required": false, + "type": "int", + "description": "The number of transactions to return (e.g. 2)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions/counts": { + "function": "get_transaction_types_count", + "description": "Returns the count of each transaction type", + "args": [ + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions/info": { + "function": "info", + "description": "Returns Counterparty information from a raw transaction in hex format.", + "args": [ + { + "name": "rawtransaction", + "required": true, + "type": "str", + "description": "Raw transaction in hex format (e.g. $RAW_TRANSACTION_1)" + }, + { + "name": "block_index", + "default": null, + "required": false, + "type": "int", + "description": "Block index mandatory for transactions before block 335000" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions//info": { + "function": "info_by_tx_hash", + "description": "Returns Counterparty information from a transaction hash.", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "Transaction hash (e.g. $LAST_MEMPOOL_TX_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions/unpack": { + "function": "unpack", + "description": "Unpacks Counterparty data in hex format and returns the message type and data.", + "args": [ + { + "name": "datahex", + "required": true, + "type": "str", + "description": "Data in hex format (e.g. 020000000001016a65c1624e53f4d33ce02e726a6606faed60cc014d5b1a578ba3e09b4b3f8f890100000000ffffffff020000000000000000176a150d55e8b6118808b7b663b365473f142274028b8af60245092701000000160014a3df8a5a83d4e2827b59b43f5ce6ce5d2e52093f0247304402204b7a2859cbce34e725a1132fec2dd4b075503dadff0a0c407ae7c22a7712fe4d0220563ceb2ceebdf649343bb24819fc808639cce7781305b4588ffbe4a20390d2780121020ace9adf60fe4ec05dab922ccdc5727cbf664cafc7cdb845de534855266314c800000000)" + }, + { + "name": "block_index", + "default": null, + "required": false, + "type": "int", + "description": "Block index of the transaction containing this data" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions/": { + "function": "get_transaction_by_tx_index", + "description": "Returns a transaction by its index.", + "args": [ + { + "name": "tx_index", + "required": true, + "type": "int", + "description": "The index of the transaction (e.g. $LAST_TX_INDEX)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions/": { + "function": "get_transaction_by_hash", + "description": "Returns a transaction by its hash.", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction (e.g. $LAST_TX_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions//events": { + "function": "get_events_by_transaction_index", + "description": "Returns the events of a transaction", + "args": [ + { + "name": "tx_index", + "required": true, + "type": "int", + "description": "The index of the transaction to return (e.g. $LAST_EVENT_TX_INDEX)" + }, + { + "name": "event_name", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of events to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions//events": { + "function": "get_events_by_transaction_hash", + "description": "Returns the events of a transaction", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction to return (e.g. $LAST_EVENT_TX_HASH)" + }, + { + "name": "event_name", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of events to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return (e.g. $LAST_EVENT_INDEX)" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions//sends": { + "function": "get_sends_by_transaction_hash", + "description": "Returns the sends, include Enhanced and MPMA sends, of a block", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction to return (e.g. $LAST_SEND_TX_HASH)" + }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of the send to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the debits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of debits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions//dispenses": { + "function": "get_dispenses_by_transaction_hash", + "description": "Returns the dispenses of a block", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction to return (e.g. $LAST_DISPENSE_TX_HASH)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions//events/": { + "function": "get_events_by_transaction_index_and_event", + "description": "Returns the events of a transaction", + "args": [ + { + "name": "tx_index", + "required": true, + "type": "int", + "description": "The index of the transaction to return (e.g. $LAST_EVENT_TX_INDEX)" + }, + { + "name": "event", + "required": true, + "type": "str", + "description": "The event to filter by (e.g. CREDIT)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return (e.g. $LAST_EVENT_INDEX)" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/transactions//events/": { + "function": "get_events_by_transaction_hash_and_event", + "description": "Returns the events of a transaction", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction to return (e.g. $LAST_EVENT_TX_HASH)" + }, + { + "name": "event", + "required": true, + "type": "str", + "description": "The event to filter by (e.g. CREDIT)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return (e.g. $LAST_EVENT_INDEX)" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/balances": { + "function": "get_balances_by_addresses", + "description": "Returns the balances of several addresses", + "args": [ + { + "name": "addresses", + "required": true, + "type": "str", + "description": "Comma separated list of addresses (e.g. $ADDRESS_1,$ADDRESS_2)" + }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "utxo", + "address" + ], + "description": "The type of balances to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the balances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of balances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the balances to return (overrides the `cursor` parameter) (e.g. quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/transactions": { + "function": "get_transactions_by_addresses", + "description": "Returns the transactions of a list of addresses", + "args": [ + { + "name": "addresses", + "required": true, + "type": "str", + "description": "Comma separated list of addresses to return (e.g. $ADDRESS_1,$ADDRESS_2)" + }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "bet", + "broadcast", + "btcpay", + "cancel", + "destroy", + "dispenser", + "dispense", + "dividend", + "issuance", + "order", + "send", + "enhanced_send", + "mpma", + "rps", + "rpsresolve", + "sweep", + "fairminter", + "fairmint", + "attach", + "detach", + "utxomove", + "unknown" + ], + "description": "The type of the transaction to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last transaction index to return (e.g. $LAST_TX_INDEX)" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of transactions to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/events": { + "function": "get_events_by_addresses", + "description": "Returns the events of a list of addresses", + "args": [ + { + "name": "addresses", + "required": true, + "type": "str", + "description": "Comma separated list of addresses to return (e.g. $ADDRESS_1,$ADDRESS_2)" + }, + { + "name": "event_name", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of events to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return (e.g. $LAST_EVENT_INDEX)" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/mempool": { + "function": "get_mempool_events_by_addresses", + "description": "Returns the mempool events of a list of addresses", + "args": [ + { + "name": "addresses", + "required": true, + "type": "str", + "description": "Comma separated list of addresses to return (e.g. $ADDRESS_3,$ADDRESS_4)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/balances": { + "function": "get_address_balances", + "description": "Returns the balances of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "utxo", + "address" + ], + "description": "The type of balances to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the balances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of balances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the balances to return (overrides the `cursor` parameter) (e.g. quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/balances/": { + "function": "get_balances_by_address_and_asset", + "description": "Returns the balances of an address and asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "utxo", + "address" + ], + "description": "The type of balances to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the balances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of balances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/credits": { + "function": "get_credits_by_address", + "description": "Returns the credits of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "action", + "default": null, + "required": false, + "type": "enum[str]", + "members": [ + null, + "Closed: Max dispenses reached", + "bet settled: for equal", + "bet settled: for notequal", + "bet settled: liquidated for bear", + "btcpay", + "burn", + "cancel order", + "close dispenser", + "dispense", + "dispenser close", + "dividend", + "feed fee", + "filled", + "issuance", + "mpma send", + "open dispenser empty addr", + "order cancelled", + "order expired", + "order match", + "recredit backward quantity", + "recredit forward quantity", + "recredit wager", + "recredit wager remaining", + "reset issuance", + "send", + "sweep", + "wins" + ], + "description": "The action to filter by" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the credits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of credits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/debits": { + "function": "get_debits_by_address", + "description": "Returns the debits of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "action", + "default": null, + "required": false, + "type": "enum[str]", + "members": [ + null, + "bet", + "destroy", + "dividend", + "dividend fee", + "issuance fee", + "mpma send", + "open RPS", + "open dispenser", + "open dispenser empty addr", + "open order", + "refill dispenser", + "reopen RPS after matching expiration", + "reset destroy", + "send", + "sweep", + "sweep fee" + ], + "description": "The action to filter by" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the debits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of debits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/bets": { + "function": "get_bet_by_feed", + "description": "Returns the bets of a feed", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address of the feed (e.g. $ADDRESS_1)" + }, + { + "name": "status", + "default": "open", + "required": false, + "type": "enum[str]", + "members": [ + "cancelled", + "dropped", + "expired", + "filled", + "open" + ], + "description": "The status of the bet (e.g. filled)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the bets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of bets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/broadcasts": { + "function": "get_broadcasts_by_source", + "description": "Returns the broadcasts of a source", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the broadcasts to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of broadcasts to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/burns": { + "function": "get_burns_by_address", + "description": "Returns the burns of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the burns to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of burns to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/sends": { + "function": "get_sends_by_address", + "description": "Returns the sends, include Enhanced and MPMA sends, of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of sends to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the sends to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of sends to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/receives": { + "function": "get_receive_by_address", + "description": "Returns the receives of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_5)" + }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of sends to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the sends to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of sends to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/sends/": { + "function": "get_sends_by_address_and_asset", + "description": "Returns the sends, include Enhanced and MPMA sends, of an address and asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. $ASSET_5)" + }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of sends to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the sends to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of sends to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/receives/": { + "function": "get_receive_by_address_and_asset", + "description": "Returns the receives of an address and asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_5)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. $ASSET_5)" + }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of sends to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the sends to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of sends to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/dispensers": { + "function": "get_dispensers_by_address", + "description": "Returns the dispensers of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "closed", + "closing", + "open_empty_address" + ], + "description": "The status of the dispensers to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispensers to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispensers to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the dispensers to return (overrides the `cursor` parameter) (e.g. give_quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/dispensers/": { + "function": "get_dispenser_by_address_and_asset", + "description": "Returns the dispenser of an address and an asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/dispenses/sends": { + "function": "get_dispenses_by_source", + "description": "Returns the dispenses of a source", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/dispenses/receives": { + "function": "get_dispenses_by_destination", + "description": "Returns the dispenses of a destination", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_2)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/dispenses/sends/": { + "function": "get_dispenses_by_source_and_asset", + "description": "Returns the dispenses of an address and an asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/dispenses/receives/": { + "function": "get_dispenses_by_destination_and_asset", + "description": "Returns the dispenses of an address and an asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_2)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/sweeps": { + "function": "get_sweeps_by_address", + "description": "Returns the sweeps of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_3)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the sweeps to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of sweeps to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/issuances": { + "function": "get_issuances_by_address", + "description": "Returns the issuances of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "asset_events", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "creation", + "reissuance", + "lock_quantity", + "reset", + "change_description", + "transfer", + "open_fairminter", + "fairmint", + "lock_description" + ], + "description": "Filter result by one or several comma separated asset events" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the issuances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of issuances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/assets": { + "function": "get_valid_assets_by_issuer_or_owner", + "description": "Returns the valid assets issued or owned by an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The issuer or owner to return (e.g. $ADDRESS_1)" + }, + { + "name": "named", + "default": null, + "required": false, + "type": "bool", + "description": "Whether to return only named assets (e.g. true)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the assets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of assets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/assets/issued": { + "function": "get_valid_assets_by_issuer", + "description": "Returns the valid assets issued by an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The issuer to return (e.g. $ADDRESS_1)" + }, + { + "name": "named", + "default": null, + "required": false, + "type": "bool", + "description": "Whether to return only named assets (e.g. true)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the assets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of assets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/assets/owned": { + "function": "get_valid_assets_by_owner", + "description": "Returns the valid assets owned by an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The owner to return (e.g. $ADDRESS_1)" + }, + { + "name": "named", + "default": null, + "required": false, + "type": "bool", + "description": "Whether to return only named assets (e.g. true)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the assets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of assets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/transactions": { + "function": "get_transactions_by_address", + "description": "Returns the transactions of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "bet", + "broadcast", + "btcpay", + "cancel", + "destroy", + "dispenser", + "dispense", + "dividend", + "issuance", + "order", + "send", + "enhanced_send", + "mpma", + "rps", + "rpsresolve", + "sweep", + "fairminter", + "fairmint", + "attach", + "detach", + "utxomove", + "unknown" + ], + "description": "The type of the transaction to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last transaction index to return (e.g. $LAST_TX_INDEX)" + }, + { + "name": "limit", + "default": 10, + "required": false, + "type": "int", + "description": "The maximum number of transactions to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/transactions/counts": { + "function": "get_transaction_types_count_by_address", + "description": "Returns the count of each transaction type", + "args": [ + { + "name": "address", + "required": true, + "type": "str" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/dividends": { + "function": "get_dividends_distributed_by_address", + "description": "Returns the dividends distributed by an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the assets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of assets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/orders": { + "function": "get_orders_by_address", + "description": "Returns the orders of an address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "expired", + "filled", + "cancelled" + ], + "description": "The status of the orders to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the orders to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of orders to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the orders to return (overrides the `cursor` parameter) (e.g. expiration:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/fairminters": { + "function": "get_fairminters_by_address", + "description": "Returns the fairminter by its source", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The source of the fairminter to return (e.g. $ADDRESS_1)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "closed", + "pending" + ], + "description": "The status of the fairminters to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/fairmints": { + "function": "get_fairmints_by_address", + "description": "Returns the mints by address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address of the mints to return (e.g. $ADDRESS_2)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/fairmints/": { + "function": "get_fairmints_by_address_and_asset", + "description": "Returns the mints by address and asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address of the mints to return (e.g. $ADDRESS_2)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset of the mints to return (e.g. $ASSET_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/utxos//balances": { + "function": "get_utxo_balances", + "description": "Returns the balances of an utxo", + "args": [ + { + "name": "utxo", + "required": true, + "type": "str", + "description": "The utxo to return (e.g. $UTXO_WITH_BALANCE)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the balances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of balances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/utxos/withbalances": { + "function": "utxos_with_balances", + "description": "Check if the utxos have balances", + "args": [ + { + "name": "utxos", + "required": true, + "type": "str", + "description": "Comma separated list of utxos (e.g. $UTXO_1,$UTXO_2)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/bet": { + "function": "compose_bet", + "description": "Composes a transaction to issue a bet against a feed.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will make the bet (e.g. $ADDRESS_1)" + }, + { + "name": "feed_address", + "required": true, + "type": "str", + "description": "The address that hosts the feed to be bet on (e.g. $ADDRESS_2)" + }, + { + "name": "bet_type", + "required": true, + "type": "int", + "description": "Bet 0 for Bullish CFD (deprecated), 1 for Bearish CFD (deprecated), 2 for Equal, 3 for NotEqual (e.g. 2)" + }, + { + "name": "deadline", + "required": true, + "type": "int", + "description": "The time at which the bet should be decided/settled, in Unix time (seconds since epoch) (e.g. 3000000000)" + }, + { + "name": "wager_quantity", + "required": true, + "type": "int", + "description": "The quantities of XCP to wager (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "counterwager_quantity", + "required": true, + "type": "int", + "description": "The minimum quantities of XCP to be wagered against, for the bets to match (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "expiration", + "required": true, + "type": "int", + "description": "The number of blocks after which the bet expires if it remains unmatched (e.g. 100)" + }, + { + "name": "leverage", + "default": 5040, + "required": false, + "type": "int", + "description": "Leverage, as a fraction of 5040" + }, + { + "name": "target_value", + "default": null, + "required": false, + "type": "int", + "description": "Target value for Equal/NotEqual bet (e.g. 1000)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/broadcast": { + "function": "compose_broadcast", + "description": "Composes a transaction to broadcast textual and numerical information to the network.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be sending (must have the necessary quantity of the specified asset) (e.g. $ADDRESS_1)" + }, + { + "name": "timestamp", + "required": true, + "type": "int", + "description": "The timestamp of the broadcast, in Unix time (e.g. 4003903985)" + }, + { + "name": "value", + "required": true, + "type": "float", + "description": "Numerical value of the broadcast (e.g. 100)" + }, + { + "name": "fee_fraction", + "required": true, + "type": "float", + "description": "How much of every bet on this feed should go to its operator; a fraction of 1, (i.e. 0.05 is five percent) (e.g. 0.05)" + }, + { + "name": "text", + "required": true, + "type": "str", + "description": "The textual part of the broadcast (e.g. \"Hello, world!\")" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/btcpay": { + "function": "compose_btcpay", + "description": "Composes a transaction to pay for a BTC order match.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be sending the payment (e.g. $ADDRESS_1)" + }, + { + "name": "order_match_id", + "required": true, + "type": "str", + "description": "The ID of the order match to pay for (e.g. $LAST_ORDER_MATCH_ID)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/burn": { + "function": "compose_burn", + "description": "Composes a transaction to burn a given quantity of BTC for XCP (on mainnet, possible between blocks 278310 and 283810; on testnet it is still available).", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address with the BTC to burn (e.g. $ADDRESS_1)" + }, + { + "name": "quantity", + "required": true, + "type": "int", + "description": "The quantities of BTC to burn (in satoshis, hence integer) (1 BTC maximum burn per address) (e.g. 1000)" + }, + { + "name": "overburn", + "default": false, + "required": false, + "type": "bool", + "description": "Whether to allow the burn to exceed 1 BTC for the address" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/cancel": { + "function": "compose_cancel", + "description": "Composes a transaction to cancel an open order or bet.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that placed the order/bet to be cancelled (e.g. $ADDRESS_6)" + }, + { + "name": "offer_hash", + "required": true, + "type": "str", + "description": "The hash of the order/bet to be cancelled (e.g. $LAST_OPEN_ORDER_TX_HASH)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/destroy": { + "function": "compose_destroy", + "description": "Composes a transaction to destroy a quantity of an asset.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be sending the asset to be destroyed (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to be destroyed (e.g. XCP)" + }, + { + "name": "quantity", + "required": true, + "type": "int", + "description": "The quantity of the asset to be destroyed (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "tag", + "required": true, + "type": "str", + "description": "A tag for the destruction (e.g. \"bugs!\")" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/dispenser": { + "function": "compose_dispenser", + "description": "Composes a transaction to opens or closes a dispenser for a given asset at a given rate of main chain asset (BTC). Escrowed quantity on open must be equal or greater than give_quantity. It is suggested that you escrow multiples of give_quantity to ease dispenser operation.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be dispensing (must have the necessary escrow_quantity of the specified asset) (e.g. $ADDRESS_9)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset or subasset to dispense (e.g. XCP)" + }, + { + "name": "give_quantity", + "required": true, + "type": "int", + "description": "The quantity of the asset to dispense (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "escrow_quantity", + "required": true, + "type": "int", + "description": "The quantity of the asset to reserve for this dispenser (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "mainchainrate", + "required": true, + "type": "int", + "description": "The quantity of the main chain asset (BTC) per dispensed portion (in satoshis, hence integer) (e.g. 100)" + }, + { + "name": "status", + "required": true, + "type": "int", + "description": "The state of the dispenser. 0 for open, 1 for open using open_address, 10 for closed (e.g. 0)" + }, + { + "name": "open_address", + "default": null, + "required": false, + "type": "str", + "description": "The address that you would like to open the dispenser on; MUST be equal to `address` from block 866000 onwards" + }, + { + "name": "oracle_address", + "default": null, + "required": false, + "type": "str", + "description": "The address that you would like to use as a price oracle for this dispenser" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/dividend": { + "function": "compose_dividend", + "description": "Composes a transaction to issue a dividend to holders of a given asset.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be issuing the dividend (must have the ownership of the asset which the dividend is being issued on) (e.g. $ADDRESS_1)" + }, + { + "name": "quantity_per_unit", + "required": true, + "type": "int", + "description": "The amount of dividend_asset rewarded (in satoshis, hence integer) (e.g. 1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset or subasset that the dividends are being rewarded on (e.g. MYASSETA)" + }, + { + "name": "dividend_asset", + "required": true, + "type": "str", + "description": "The asset or subasset that the dividends are paid in (e.g. XCP)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/issuance": { + "function": "compose_issuance", + "description": "Composes a transaction to Issue a new asset, issue more of an existing asset, lock an asset, reset existing supply, or transfer the ownership of an asset.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be issuing or transfering the asset (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The assets to issue or transfer. This can also be a subasset longname for new subasset issuances (e.g. XCPTEST)" + }, + { + "name": "quantity", + "required": true, + "type": "int", + "description": "The quantity of the asset to issue (set to 0 if transferring an asset) (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "transfer_destination", + "default": null, + "required": false, + "type": "str", + "description": "The address to receive the asset (e.g. $ADDRESS_1)" + }, + { + "name": "divisible", + "default": true, + "required": false, + "type": "bool", + "description": "Whether this asset is divisible or not (if a transfer, this value must match the value specified when the asset was originally issued)" + }, + { + "name": "lock", + "default": false, + "required": false, + "type": "bool", + "description": "Whether this issuance should lock supply of this asset forever" + }, + { + "name": "reset", + "default": false, + "required": false, + "type": "bool", + "description": "Wether this issuance should reset any existing supply" + }, + { + "name": "description", + "default": null, + "required": false, + "type": "str", + "description": "A textual description for the asset" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/mpma": { + "function": "compose_mpma", + "description": "Composes a transaction to send multiple payments to multiple addresses.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be sending (must have the necessary quantity of the specified asset) (e.g. $ADDRESS_2)" + }, + { + "name": "assets", + "required": true, + "type": "str", + "description": "comma-separated list of assets to send (e.g. XCP,FAIRMINTC)" + }, + { + "name": "destinations", + "required": true, + "type": "str", + "description": "comma-separated list of addresses to send to (e.g. $ADDRESS_1,$ADDRESS_2)" + }, + { + "name": "quantities", + "required": true, + "type": "str", + "description": "comma-separated list of quantities to send (in satoshis, hence integer) (e.g. 1,2)" + }, + { + "name": "memos", + "default": null, + "required": false, + "type": "list", + "description": "One `memos` argument by send, if any" + }, + { + "name": "memos_are_hex", + "default": null, + "required": false, + "type": "bool", + "description": "Whether the memos are in hexadecimal format" + }, + { + "name": "memo", + "default": null, + "required": false, + "type": "str", + "description": "The Memo associated with this transaction, used by default for all sends if no `memos` are specified" + }, + { + "name": "memo_is_hex", + "default": false, + "required": false, + "type": "bool", + "description": "Whether the memo field is a hexadecimal string" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/order": { + "function": "compose_order", + "description": "Composes a transaction to place an order on the distributed exchange.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be issuing the order request (must have the necessary quantity of the specified asset to give) (e.g. $ADDRESS_1)" + }, + { + "name": "give_asset", + "required": true, + "type": "str", + "description": "The asset that will be given in the trade (e.g. XCP)" + }, + { + "name": "give_quantity", + "required": true, + "type": "int", + "description": "The quantity of the asset that will be given (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "get_asset", + "required": true, + "type": "str", + "description": "The asset that will be received in the trade (e.g. $ASSET_1)" + }, + { + "name": "get_quantity", + "required": true, + "type": "int", + "description": "The quantity of the asset that will be received (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "expiration", + "required": true, + "type": "int", + "description": "The number of blocks for which the order should be valid (e.g. 100)" + }, + { + "name": "fee_required", + "required": true, + "type": "int", + "description": "The miners\u2019 fee required to be paid by orders for them to match this one; in BTC; required only if buying BTC (may be zero, though) (e.g. 100)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/send": { + "function": "compose_send", + "description": "Composes a transaction to send a quantity of an asset to another address.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be sending (must have the necessary quantity of the specified asset) (e.g. $ADDRESS_1)" + }, + { + "name": "destination", + "required": true, + "type": "str", + "description": "The address that will be receiving the asset (e.g. $ADDRESS_2)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset or subasset to send (e.g. XCP)" + }, + { + "name": "quantity", + "required": true, + "type": "int", + "description": "The quantity of the asset to send (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "memo", + "default": null, + "required": false, + "type": "str", + "description": "The Memo associated with this transaction" + }, + { + "name": "memo_is_hex", + "default": false, + "required": false, + "type": "bool", + "description": "Whether the memo field is a hexadecimal string" + }, + { + "name": "use_enhanced_send", + "default": true, + "required": false, + "type": "bool", + "description": "If this is false, the construct a legacy transaction sending bitcoin dust" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/sweep": { + "function": "compose_sweep", + "description": "Composes a transaction to Sends all assets and/or transfer ownerships to a destination address.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be sending (e.g. $ADDRESS_1)" + }, + { + "name": "destination", + "required": true, + "type": "str", + "description": "The address to receive the assets and/or ownerships (e.g. $ADDRESS_2)" + }, + { + "name": "flags", + "required": true, + "type": "int", + "description": "An OR mask of flags indicating how the sweep should be processed. Possible flags are:\n- FLAG_BALANCES: (integer) 1, specifies that all balances should be transferred.\n- FLAG_OWNERSHIP: (integer) 2, specifies that all ownerships should be transferred.\n- FLAG_BINARY_MEMO: (integer) 4, specifies that the memo is in binary/hex form.\n(e.g. 7)" + }, + { + "name": "memo", + "required": true, + "type": "str", + "description": "The Memo associated with this transaction in hex format (e.g. FFFF)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/dispense": { + "function": "compose_dispense", + "description": "Composes a transaction to send BTC to a dispenser.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be sending (must have the necessary quantity of BTC) (e.g. $ADDRESS_1)" + }, + { + "name": "dispenser", + "required": true, + "type": "str", + "description": "The dispenser that will be receiving the asset (e.g. $ADDRESS_4)" + }, + { + "name": "quantity", + "required": true, + "type": "int", + "description": "The quantity of BTC to send (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/fairminter": { + "function": "compose_fairminter", + "description": "Composes a transaction to issue a new asset using the FairMinter protocol.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be issuing the asset (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to issue (e.g. MYASSET)" + }, + { + "name": "asset_parent", + "default": "", + "required": false, + "type": "str", + "description": "The parent asset of the asset to issue" + }, + { + "name": "price", + "default": 0, + "required": false, + "type": "int", + "description": "The price in XCP of the asset to issue (e.g. 10)" + }, + { + "name": "quantity_by_price", + "default": 1, + "required": false, + "type": "int", + "description": "The quantity of asset to mint per `price` paid" + }, + { + "name": "max_mint_per_tx", + "default": 0, + "required": false, + "type": "int", + "description": "Amount minted if price is equal to 0; otherwise, maximum amount of asset that can be minted in a single transaction; if 0, there is no limit" + }, + { + "name": "hard_cap", + "default": 0, + "required": false, + "type": "int", + "description": "The maximum amount of asset that can be minted; if 0 there is no limit" + }, + { + "name": "premint_quantity", + "default": 0, + "required": false, + "type": "int", + "description": "Amount of asset to be minted when the sale starts, if 0, no premint; preminted assets are sent to the source of the transaction" + }, + { + "name": "start_block", + "default": 0, + "required": false, + "type": "int", + "description": "The block at which the sale starts" + }, + { + "name": "end_block", + "default": 0, + "required": false, + "type": "int", + "description": "The block at which the sale ends" + }, + { + "name": "soft_cap", + "default": 0, + "required": false, + "type": "int", + "description": "Minimum amount of asset to be minted, if None, no minimum; if the soft cap is not reached by the soft_cap_deadline_block, the sale is canceled, asset is revoked from all minters and all payments are refunded" + }, + { + "name": "soft_cap_deadline_block", + "default": 0, + "required": false, + "type": "int", + "description": "The block at which the soft cap must be reached" + }, + { + "name": "minted_asset_commission", + "default": 0.0, + "required": false, + "type": "float", + "description": "Commission to be paid in minted asset, a fraction of 1 (i.e., 0.05 is five percent); the commission is deducted from the asset received by the minter and sent to the Fair Minter owner" + }, + { + "name": "burn_payment", + "default": false, + "required": false, + "type": "bool", + "description": "If True, the payment asset is burned, otherwise it is sent to the source" + }, + { + "name": "lock_description", + "default": false, + "required": false, + "type": "bool", + "description": "If True, the description of the asset is locked" + }, + { + "name": "lock_quantity", + "default": false, + "required": false, + "type": "bool", + "description": "If True, the quantity of the asset cannot be changed after the minting" + }, + { + "name": "divisible", + "default": true, + "required": false, + "type": "bool", + "description": "If True, the asset is divisible" + }, + { + "name": "description", + "default": "", + "required": false, + "type": "str", + "description": "The description of the asset. Overrides the current description if the asset already exists." + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/fairmint": { + "function": "compose_fairmint", + "description": "Composes a transaction to mint a quantity of an asset using the FairMinter protocol.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address that will be minting the asset (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to mint (e.g. OPENFAIR)" + }, + { + "name": "quantity", + "default": 0, + "required": false, + "type": "int", + "description": "The quantity of the asset to mint (in satoshis, hence integer)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/addresses/
/compose/attach": { + "function": "compose_attach", + "description": "Composes a transaction to attach assets from an address to UTXO.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address from which the assets are attached (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset or subasset to attach (e.g. XCP)" + }, + { + "name": "quantity", + "required": true, + "type": "int", + "description": "The quantity of the asset to attach (in satoshis, hence integer) (e.g. 1000)" + }, + { + "name": "destination_vout", + "default": null, + "required": false, + "type": "str", + "description": "The vout of the destination output" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/utxos//compose/detach": { + "function": "compose_detach", + "description": "Composes a transaction to detach assets from UTXO to an address.", + "args": [ + { + "name": "utxo", + "required": true, + "type": "str", + "description": "The utxo from which the assets are detached (e.g. $UTXO_WITH_BALANCE)" + }, + { + "name": "destination", + "default": null, + "required": false, + "type": "str", + "description": "The address to detach the assets to, if not provided the addresse corresponding to the utxo is used (e.g. $ADDRESS_1)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/utxos//compose/movetoutxo": { + "function": "compose_movetoutxo", + "description": "Composes a transaction like a send but for moving from one UTXO to another, with the destination is specified as an address.", + "args": [ + { + "name": "utxo", + "required": true, + "type": "str", + "description": "The utxo from which the assets are moved (e.g. $UTXO_WITH_BALANCE)" + }, + { + "name": "destination", + "required": true, + "type": "str", + "description": "the address for which the destination utxo will be created (e.g. $ADDRESS_1)" + }, + { + "name": "encoding", + "type": "str", + "default": "auto", + "description": "The encoding method to use", + "required": false + }, + { + "name": "fee_per_kb", + "type": "int", + "default": null, + "description": "The fee per kilobyte of transaction data constant that the server uses when deciding on the dynamic fee to use (in satoshis)", + "required": false + }, + { + "name": "regular_dust_size", + "type": "int", + "default": 546, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each non-(bare) multisig output.", + "required": false + }, + { + "name": "multisig_dust_size", + "type": "int", + "default": 1000, + "description": "Specify (in satoshis) to override the (dust) amount of BTC used for each (bare) multisig output", + "required": false + }, + { + "name": "pubkeys", + "type": "str", + "default": null, + "description": "The hexadecimal public key of the source address (or a comma separated list of keys, if multi-sig). Required when using encoding parameter values of multisig or pubkeyhash.", + "required": false + }, + { + "name": "allow_unconfirmed_inputs", + "type": "bool", + "default": false, + "description": "Set to true to allow this transaction to utilize unconfirmed UTXOs as inputs", + "required": false + }, + { + "name": "exact_fee", + "type": "int", + "default": null, + "description": "If you'd like to specify a custom miners' fee, specify it here (in satoshis). Leave as default for the server to automatically choose", + "required": false + }, + { + "name": "fee_provided", + "type": "int", + "default": 0, + "description": "If you would like to specify a maximum fee (up to and including which may be used as the transaction fee), specify it here (in satoshis). This differs from fee in that this is an upper bound value, which fee is an exact value", + "required": false + }, + { + "name": "unspent_tx_hash", + "type": "str", + "default": null, + "description": "When compiling the UTXOs to use as inputs for the transaction being created, only consider unspent outputs from this specific transaction hash. Defaults to null to consider all UTXOs for the address. Do not use this parameter if you are specifying inputs_set", + "required": false + }, + { + "name": "dust_return_pubkey", + "type": "str", + "default": null, + "description": "The dust return pubkey is used in multi-sig data outputs (as the only real pubkey) to make those the outputs spendable. By default, this pubkey is taken from the pubkey used in the first transaction input. However, it can be overridden here (and is required to be specified if a P2SH input is used and multisig is used as the data output encoding.) If specified, specify the public key (in hex format) where dust will be returned to so that it can be reclaimed. Only valid/useful when used with transactions that utilize multisig data encoding. Note that if this value is set to false, this instructs counterparty-server to use the default dust return pubkey configured at the node level. If this default is not set at the node level, the call will generate an exception", + "required": false + }, + { + "name": "disable_utxo_locks", + "type": "bool", + "default": false, + "description": "By default, UTXOs utilized when creating a transaction are 'locked' for a few seconds, to prevent a case where rapidly generating create_ calls reuse UTXOs due to their spent status not being updated in bitcoind yet. Specify true for this parameter to disable this behavior, and not temporarily lock UTXOs", + "required": false + }, + { + "name": "p2sh_pretx_txid", + "type": "str", + "default": null, + "description": "The previous transaction txid for a two part P2SH message. This txid must be taken from the signed transaction", + "required": false + }, + { + "name": "segwit", + "type": "bool", + "default": false, + "description": "Use segwit", + "required": false + }, + { + "name": "confirmation_target", + "type": "int", + "default": 3, + "description": "The number of blocks to target for confirmation", + "required": false + }, + { + "name": "exclude_utxos", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXO txids to exclude when selecting UTXOs to use as inputs for the transaction being created", + "required": false + }, + { + "name": "inputs_set", + "type": "str", + "default": null, + "description": "A comma-separated list of UTXOs (`:`) to use as inputs for the transaction being created", + "required": false + }, + { + "name": "return_psbt", + "type": "bool", + "default": false, + "description": "(API v2 only) Construct a PSBT instead of a raw transaction hex", + "required": false + }, + { + "name": "return_only_data", + "type": "bool", + "default": false, + "description": "(API v2 only) Return only the data part of the transaction", + "required": false + }, + { + "name": "extended_tx_info", + "type": "bool", + "default": false, + "description": "(API v1 only) When this is not specified or false, the create_ calls return only a hex-encoded string. If this is true, the create_ calls return a data object with the following keys: tx_hex, btc_in, btc_out, btc_change, and btc_fee", + "required": false + }, + { + "name": "old_style_api", + "type": "bool", + "default": false, + "description": "(API v1 only) Returns a single hex-encoded string instead of an array", + "required": false + }, + { + "name": "use_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Use UTXO with balances", + "required": false + }, + { + "name": "exclude_utxos_with_balances", + "type": "bool", + "default": false, + "description": "Exclude silently UTXO with balances instead of raising an exception", + "required": false + }, + { + "name": "validate", + "type": "bool", + "default": true, + "description": "Validate the transaction", + "required": false + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/compose/attach/estimatexcpfees": { + "function": "get_attach_estimate_xcp_fee", + "description": "Returns the estimated fee for attaching assets to a UTXO.", + "args": [ + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets": { + "function": "get_valid_assets", + "description": "Returns the valid assets", + "args": [ + { + "name": "named", + "default": null, + "required": false, + "type": "bool", + "description": "Whether to return only named assets (e.g. true)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the assets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of assets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets/": { + "function": "get_asset", + "description": "Returns an asset by its name", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The name of the asset to return (e.g. $ASSET_1)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//balances": { + "function": "get_asset_balances", + "description": "Returns the asset balances", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. $ASSET_1)" + }, + { + "name": "type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "utxo", + "address" + ], + "description": "The type of balances to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the balances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of balances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the balances to return (overrides the `cursor` parameter) (e.g. quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//balances/
": { + "function": "get_balances_by_asset_and_address", + "description": "Returns the balances of an address and asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//orders": { + "function": "get_orders_by_asset", + "description": "Returns the orders of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "expired", + "filled", + "cancelled" + ], + "description": "The status of the orders to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the orders to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of orders to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the orders to return (overrides the `cursor` parameter) (e.g. expiration:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//matches": { + "function": "get_order_matches_by_asset", + "description": "Returns the orders of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "pending", + "completed", + "expired" + ], + "description": "The status of the order matches to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the order matches to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of order matches to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the order matches to return (overrides the `cursor` parameter) (e.g. forward_quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//credits": { + "function": "get_credits_by_asset", + "description": "Returns the credits of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. $ASSET_1)" + }, + { + "name": "action", + "default": null, + "required": false, + "type": "enum[str]", + "members": [ + null, + "Closed: Max dispenses reached", + "bet settled: for equal", + "bet settled: for notequal", + "bet settled: liquidated for bear", + "btcpay", + "burn", + "cancel order", + "close dispenser", + "dispense", + "dispenser close", + "dividend", + "feed fee", + "filled", + "issuance", + "mpma send", + "open dispenser empty addr", + "order cancelled", + "order expired", + "order match", + "recredit backward quantity", + "recredit forward quantity", + "recredit wager", + "recredit wager remaining", + "reset issuance", + "send", + "sweep", + "wins" + ], + "description": "The action to filter by" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the credits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of credits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//debits": { + "function": "get_debits_by_asset", + "description": "Returns the debits of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "action", + "default": null, + "required": false, + "type": "enum[str]", + "members": [ + null, + "bet", + "destroy", + "dividend", + "dividend fee", + "issuance fee", + "mpma send", + "open RPS", + "open dispenser", + "open dispenser empty addr", + "open order", + "refill dispenser", + "reopen RPS after matching expiration", + "reset destroy", + "send", + "sweep", + "sweep fee" + ], + "description": "The action to filter by" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the debits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of debits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//dividends": { + "function": "get_dividends_by_asset", + "description": "Returns the dividends of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. $ASSET_5)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dividend to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dividend to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//issuances": { + "function": "get_issuances_by_asset", + "description": "Returns the issuances of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. $ASSET_1)" + }, + { + "name": "asset_events", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "creation", + "reissuance", + "lock_quantity", + "reset", + "change_description", + "transfer", + "open_fairminter", + "fairmint", + "lock_description" + ], + "description": "Filter result by one or several comma separated asset events" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the issuances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of issuances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//sends": { + "function": "get_sends_by_asset", + "description": "Returns the sends, include Enhanced and MPMA sends, of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of the send to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the debits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of debits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//dispensers": { + "function": "get_dispensers_by_asset", + "description": "Returns the dispensers of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "closed", + "closing", + "open_empty_address" + ], + "description": "The status of the dispensers to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispensers to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispensers to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the dispensers to return (overrides the `cursor` parameter) (e.g. give_quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//dispensers/
": { + "function": "get_dispenser_by_address_and_asset", + "description": "Returns the dispenser of an address and an asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to return (e.g. $ADDRESS_1)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//holders": { + "function": "get_asset_holders", + "description": "Returns the holders of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. $ASSET_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the holder to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of holders to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the holders to return (overrides the `cursor` parameter) (e.g. quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//dispenses": { + "function": "get_dispenses_by_asset", + "description": "Returns the dispenses of an asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset to return (e.g. XCP)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//subassets": { + "function": "get_subassets_by_asset", + "description": "Returns asset subassets", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The name of the asset to return (e.g. $ASSET_7)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the assets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of assets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//fairminters": { + "function": "get_fairminters_by_asset", + "description": "Returns the fairminter by its asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset of the fairminter to return (e.g. $ASSET_1)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "closed", + "pending" + ], + "description": "The status of the fairminters to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//fairmints": { + "function": "get_fairmints_by_asset", + "description": "Returns the mints by asset", + "args": [ + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset of the mints to return (e.g. $ASSET_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/assets//fairmints/
": { + "function": "get_fairmints_by_address_and_asset", + "description": "Returns the mints by address and asset", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address of the mints to return (e.g. $ADDRESS_2)" + }, + { + "name": "asset", + "required": true, + "type": "str", + "description": "The asset of the mints to return (e.g. $ASSET_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/orders": { + "function": "get_orders", + "description": "Returns all the orders", + "args": [ + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "expired", + "filled", + "cancelled" + ], + "description": "The status of the orders to return" + }, + { + "name": "get_asset", + "default": null, + "required": false, + "type": "str", + "description": "The get asset to return" + }, + { + "name": "give_asset", + "default": null, + "required": false, + "type": "str", + "description": "The give asset to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the orders to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of orders to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the orders to return (overrides the `cursor` parameter) (e.g. expiration:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/orders/": { + "function": "get_order", + "description": "Returns the information of an order", + "args": [ + { + "name": "order_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction that created the order (e.g. $LAST_ORDER_TX_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/orders//matches": { + "function": "get_order_matches_by_order", + "description": "Returns the order matches of an order", + "args": [ + { + "name": "order_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction that created the order (e.g. $ORDER_WITH_MATCH_HASH)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "pending", + "completed", + "expired" + ], + "description": "The status of the order matches to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the order matches to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of order matches to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the order matches to return (overrides the `cursor` parameter) (e.g. forward_quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/orders//btcpays": { + "function": "get_btcpays_by_order", + "description": "Returns the BTC pays of an order", + "args": [ + { + "name": "order_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction that created the order (e.g. $ORDER_WITH_BTCPAY_HASH)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the resolutions to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of resolutions to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/orders//": { + "function": "get_orders_by_two_assets", + "description": "Returns the orders to exchange two assets", + "args": [ + { + "name": "asset1", + "required": true, + "type": "str", + "description": "The first asset to return (e.g. BTC)" + }, + { + "name": "asset2", + "required": true, + "type": "str", + "description": "The second asset to return (e.g. XCP)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "expired", + "filled", + "cancelled" + ], + "description": "The status of the orders to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the orders to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of orders to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the orders to return (overrides the `cursor` parameter) (e.g. expiration:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/orders///matches": { + "function": "get_order_matches_by_two_assets", + "description": "Returns the orders to exchange two assets", + "args": [ + { + "name": "asset1", + "required": true, + "type": "str", + "description": "The first asset to return (e.g. BTC)" + }, + { + "name": "asset2", + "required": true, + "type": "str", + "description": "The second asset to return (e.g. XCP)" + }, + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "pending", + "completed", + "expired" + ], + "description": "The status of the order matches to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the order matches to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of order matches to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the order matches to return (overrides the `cursor` parameter) (e.g. forward_quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/order_matches": { + "function": "get_all_order_matches", + "description": "Returns all the order matches", + "args": [ + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "pending", + "completed", + "expired" + ], + "description": "The status of the order matches to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the order matches to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of order matches to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the order matches to return (overrides the `cursor` parameter) (e.g. forward_quantity:desc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bets": { + "function": "get_bets", + "description": "Returns the bets of a feed", + "args": [ + { + "name": "status", + "default": "open", + "required": false, + "type": "enum[str]", + "members": [ + "cancelled", + "dropped", + "expired", + "filled", + "open" + ], + "description": "The status of the bet (e.g. filled)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the bets to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of bets to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bets/": { + "function": "get_bet", + "description": "Returns the information of a bet", + "args": [ + { + "name": "bet_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction that created the bet (e.g. 5d097b4729cb74d927b4458d365beb811a26fcee7f8712f049ecbe780eb496ed)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bets//matches": { + "function": "get_bet_matches_by_bet", + "description": "Returns the bet matches of a bet", + "args": [ + { + "name": "bet_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction that created the bet (e.g. 5d097b4729cb74d927b4458d365beb811a26fcee7f8712f049ecbe780eb496ed)" + }, + { + "name": "status", + "default": "pending", + "required": false, + "type": "enum[str]", + "members": [ + "dropped", + "expired", + "pending", + "settled: for equal", + "settled: for notequal", + "settled: liquidated for bear" + ], + "description": "The status of the bet matches (e.g. expired)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the bet matches to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of bet matches to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bets//resolutions": { + "function": "get_resolutions_by_bet", + "description": "Returns the resolutions of a bet", + "args": [ + { + "name": "bet_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction that created the bet (e.g. 36bbbb7dbd85054dac140a8ad8204eda2ee859545528bd2a9da69ad77c277ace)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the resolutions to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of resolutions to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/burns": { + "function": "get_all_burns", + "description": "Returns the burns", + "args": [ + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the burns to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of burns to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/dispensers": { + "function": "get_dispensers", + "description": "Returns all dispensers", + "args": [ + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "closed", + "closing", + "open_empty_address" + ], + "description": "The status of the dispensers to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispensers to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispensers to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "sort", + "default": null, + "required": false, + "type": "str", + "description": "The sort order of the dispensers to return (overrides the `cursor` parameter) (e.g. block_index:asc)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/dispensers/": { + "function": "get_dispenser_info_by_hash", + "description": "Returns the dispenser information by tx_hash", + "args": [ + { + "name": "dispenser_hash", + "required": true, + "type": "str", + "description": "The hash of the dispenser to return (e.g. $DISPENSER_TX_HASH_1)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/dispensers//dispenses": { + "function": "get_dispenses_by_dispenser", + "description": "Returns the dispenses of a dispenser", + "args": [ + { + "name": "dispenser_hash", + "required": true, + "type": "str", + "description": "The hash of the dispenser to return (e.g. $DISPENSER_TX_HASH_1)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/dividends": { + "function": "get_dividends", + "description": "Returns all the dividends", + "args": [ + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dividend to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dividend to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/dividends/": { + "function": "get_dividend", + "description": "Returns a dividend by its hash", + "args": [ + { + "name": "dividend_hash", + "required": true, + "type": "str", + "description": "The hash of the dividend to return (e.g. $LAST_DIVIDEND_TX_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/dividends//credits": { + "function": "get_dividend_disribution", + "description": "Returns a dividend distribution by its hash", + "args": [ + { + "name": "dividend_hash", + "required": true, + "type": "str", + "description": "The hash of the dividend distribution to return (e.g. $LAST_DIVIDEND_TX_HASH)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the credit to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of credit to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/events": { + "function": "get_all_events", + "description": "Returns all events", + "args": [ + { + "name": "event_name", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of events to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return (e.g. $LAST_EVENT_INDEX)" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/events/": { + "function": "get_event_by_index", + "description": "Returns the event of an index", + "args": [ + { + "name": "event_index", + "required": true, + "type": "int", + "description": "The index of the event to return (e.g. $LAST_EVENT_INDEX)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/events/counts": { + "function": "get_all_events_counts", + "description": "Returns the event counts of all blocks", + "args": [ + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/events/": { + "function": "get_events_by_name", + "description": "Returns the events filtered by event name", + "args": [ + { + "name": "event", + "required": true, + "type": "str", + "description": "The event to return (e.g. CREDIT)" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return (e.g. $LAST_EVENT_INDEX)" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/events//count": { + "function": "get_event_count", + "description": "Returns the number of events", + "args": [ + { + "name": "event", + "required": true, + "type": "str", + "description": "The name of the event to return (e.g. CREDIT)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/dispenses": { + "function": "get_dispenses", + "description": "Returns all the dispenses", + "args": [ + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the dispenses to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of dispenses to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/sends": { + "function": "get_sends", + "description": "Returns all the sends include Enhanced and MPMA sends", + "args": [ + { + "name": "send_type", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "send", + "attach", + "move", + "detach" + ], + "description": "The type of the send to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the debits to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of debits to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/issuances": { + "function": "get_issuances", + "description": "Returns all the issuances", + "args": [ + { + "name": "asset_events", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "creation", + "reissuance", + "lock_quantity", + "reset", + "change_description", + "transfer", + "open_fairminter", + "fairmint", + "lock_description" + ], + "description": "Filter result by one or several comma separated asset events" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the issuances to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of issuances to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/issuances/": { + "function": "get_issuance_by_transaction_hash", + "description": "Returns the issuances of a block", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction to return (e.g. $LAST_ISSUANCE_TX_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/sweeps": { + "function": "get_sweeps", + "description": "Returns all sweeps", + "args": [ + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the sweeps to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of sweeps to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/sweeps/": { + "function": "get_sweep_by_transaction_hash", + "description": "Returns the sweeps of a transaction", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction to return (e.g. $LAST_SWEEP_TX_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/broadcasts": { + "function": "get_valid_broadcasts", + "description": "Returns all valid broadcasts", + "args": [ + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the broadcasts to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of broadcasts to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/broadcasts/": { + "function": "get_broadcast_by_transaction_hash", + "description": "Returns the broadcast of a transaction", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction to return (e.g. $LAST_BROADCAST_TX_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/fairminters": { + "function": "get_all_fairminters", + "description": "Returns all fairminters", + "args": [ + { + "name": "status", + "default": "all", + "required": false, + "type": "enum[str]", + "members": [ + "all", + "open", + "closed", + "pending" + ], + "description": "The status of the fairminters to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the fairminter to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of fairminter to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/fairminters/": { + "function": "get_fairminter", + "description": "Returns the fairminter by its hash", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/fairminters//fairmints": { + "function": "get_fairmints_by_fairminter", + "description": "Returns the mints by fairminter", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/fairmints": { + "function": "get_all_fairmints", + "description": "Returns all fairmints", + "args": [ + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last index of the fairmint to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of fairmint to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/fairmints/": { + "function": "get_fairmint", + "description": "Returns the fairmint by its hash", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the fairmint to return (e.g. $LAST_FAIRMINT_TX_HASH)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/addresses/utxos": { + "function": "get_unspent_txouts_by_addresses", + "description": "Returns a list of unspent outputs for a list of addresses", + "args": [ + { + "name": "addresses", + "required": true, + "type": "str", + "description": "The addresses to search for (e.g. $ADDRESS_7,$ADDRESS_8)" + }, + { + "name": "unconfirmed", + "default": false, + "required": false, + "type": "bool", + "description": "Include unconfirmed transactions" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/addresses/
/transactions": { + "function": "get_transactions_by_address", + "description": "Returns all transactions involving a given address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to search for (e.g. $ADDRESS_3)" + }, + { + "name": "unconfirmed", + "default": true, + "required": false, + "type": "bool", + "description": "Include unconfirmed transactions (e.g. True)" + }, + { + "name": "only_tx_hashes", + "default": false, + "required": false, + "type": "bool", + "description": "Return only the tx hashes (e.g. True)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/addresses/
/transactions/oldest": { + "function": "get_oldest_transaction_by_address", + "description": "Get the oldest transaction for an address.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to search for. (e.g. $ADDRESS_9)" + }, + { + "name": "block_index", + "default": null, + "required": false, + "type": "int", + "description": "The block index to search from." + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/addresses/
/utxos": { + "function": "get_unspent_txouts", + "description": "Returns a list of unspent outputs for a specific address", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "The address to search for (e.g. $ADDRESS_7)" + }, + { + "name": "unconfirmed", + "default": false, + "required": false, + "type": "bool", + "description": "Include unconfirmed transactions" + }, + { + "name": "unspent_tx_hash", + "default": null, + "required": false, + "type": "str", + "description": "Filter by unspent_tx_hash" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/addresses/
/pubkey": { + "function": "pubkeyhash_to_pubkey", + "description": "Get pubkey for an address.", + "args": [ + { + "name": "address", + "required": true, + "type": "str", + "description": "Address to get pubkey for. (e.g. $ADDRESS_1)" + }, + { + "name": "provided_pubkeys", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of provided pubkeys." + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/transactions/": { + "function": "get_transaction", + "description": "Get a transaction from the blockchain", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The transaction hash (e.g. $LAST_TX_HASH)" + }, + { + "name": "format", + "default": "json", + "required": false, + "type": "str", + "description": "Whether to return JSON output or raw hex (e.g. hex)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/estimatesmartfee": { + "function": "fee_per_kb", + "description": "Get the fee per kilobyte for a transaction to be confirmed in `conf_target` blocks.", + "args": [ + { + "name": "conf_target", + "default": 3, + "required": false, + "type": "int", + "description": "Confirmation target in blocks (1 - 1008) (e.g. 2)" + }, + { + "name": "mode", + "default": "CONSERVATIVE", + "required": false, + "type": "str", + "description": "The fee estimate mode. (e.g. CONSERVATIVE)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/transactions": { + "function": "sendrawtransaction", + "description": "Proxy to `sendrawtransaction` RPC call.", + "args": [ + { + "name": "signedhex", + "required": true, + "type": "str", + "description": "The signed transaction hex." + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/bitcoin/transactions/decode": { + "function": "decoderawtransaction", + "description": "Proxy to `decoderawtransaction` RPC call.", + "args": [ + { + "name": "rawtx", + "required": true, + "type": "str", + "description": "The raw transaction hex. (e.g. 0200000000010199c94580cbea44aead18f429be20552e640804dc3b4808e39115197f1312954d000000001600147c6b1112ed7bc76fd03af8b91d02fd6942c5a8d0ffffffff0280f0fa02000000001976a914a11b66a67b3ff69671c8f82254099faf374b800e88ac70da0a27010000001600147c6b1112ed7bc76fd03af8b91d02fd6942c5a8d002000000000000)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] }, - { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "event": "NEW_TRANSACTION", - "params": { - "block_hash": "mempool", - "block_index": 9999999, - "block_time": 1733768883.6463442, - "btc_amount": 0, - "data": "020000000000000001000000000000271080eda1874e0086db86059cf21fa5413803b774def1", - "destination": "", - "fee": 10000, - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_index": 107, - "utxos_info": "f9a880a01a4ac55a96e0c454ba65b57d0e3c16d0465df4b11244558d4df0a044:1 4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3:1 2 ", - "unpacked_data": { - "message_type": "enhanced_send", - "message_type_id": 2, - "message_data": { - "asset": "XCP", - "quantity": 10000, - "address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "memo": null, - "asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true - }, - "quantity_normalized": "0.00010000" - } + "/v2/bitcoin/getmempoolinfo": { + "function": "get_mempool_info", + "description": "Get the current mempool info.", + "args": [ + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/mempool/events": { + "function": "get_all_mempool_events", + "description": "Returns all mempool events", + "args": [ + { + "name": "event_name", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of events to return" }, - "btc_amount_normalized": "0.00000000" - }, - "timestamp": 1733768883.6463442 - } - ], - "next_cursor": null, - "result_count": 5 - }, - "/v2/mempool/events/": { - "result": [ - { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "event": "CREDIT", - "params": { - "address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "asset": "XCP", - "block_index": 233, - "calling_function": "send", - "event": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "quantity": 10000, - "tx_index": 107, - "utxo": null, - "utxo_address": null, - "block_time": 1733768880, - "asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true + { + "name": "addresses", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of addresses to return" }, - "quantity_normalized": "0.00010000" - }, - "timestamp": 1733768883.6463442 - } - ], - "next_cursor": null, - "result_count": 1 - }, - "/v2/mempool/transactions//events": { - "result": [ - { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "event": "TRANSACTION_PARSED", - "params": { - "supported": true, - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_index": 107 - }, - "timestamp": 1733768883.6463442 + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] }, - { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "event": "ENHANCED_SEND", - "params": { - "asset": "XCP", - "block_index": 9999999, - "destination": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "memo": null, - "msg_index": 0, - "quantity": 10000, - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", - "status": "valid", - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_index": 107, - "asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true + "/v2/mempool/events/": { + "function": "get_mempool_events_by_name", + "description": "Returns the mempool events filtered by event name", + "args": [ + { + "name": "event", + "required": true, + "type": "str", + "description": "The event to return (e.g. CREDIT)" }, - "quantity_normalized": "0.00010000" - }, - "timestamp": 1733768883.6463442 + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] }, - { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "event": "CREDIT", - "params": { - "address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "asset": "XCP", - "block_index": 233, - "calling_function": "send", - "event": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "quantity": 10000, - "tx_index": 107, - "utxo": null, - "utxo_address": null, - "block_time": 1733768880, - "asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true + "/v2/mempool/transactions//events": { + "function": "get_mempool_events_by_tx_hash", + "description": "Returns the mempool events filtered by transaction hash", + "args": [ + { + "name": "tx_hash", + "required": true, + "type": "str", + "description": "The hash of the transaction to return (e.g. $LAST_MEMPOOL_TX_HASH)" }, - "quantity_normalized": "0.00010000" - }, - "timestamp": 1733768883.6463442 + { + "name": "event_name", + "default": null, + "required": false, + "type": "str", + "description": "Comma separated list of events to return" + }, + { + "name": "cursor", + "default": null, + "required": false, + "type": "str", + "description": "The last event index to return" + }, + { + "name": "limit", + "default": 100, + "required": false, + "type": "int", + "description": "The maximum number of events to return (e.g. 5)" + }, + { + "name": "offset", + "default": null, + "required": false, + "type": "int", + "description": "The number of lines to skip before returning results (overrides the `cursor` parameter)" + }, + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] }, - { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "event": "DEBIT", - "params": { - "action": "send", - "address": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", - "asset": "XCP", - "block_index": 233, - "event": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "quantity": 10000, - "tx_index": 107, - "utxo": null, - "utxo_address": null, - "block_time": 1733768880, - "asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true + "/v2/routes": { + "function": "get_routes", + "description": "Return the API routes.", + "args": [ + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/v2/healthz": { + "function": "check_server_health", + "description": "Health check route.", + "args": [ + { + "name": "check_type", + "default": "light", + "required": false, + "type": "str", + "description": "Type of health check to perform. Options are 'light' and 'heavy' (e.g. light)" }, - "quantity_normalized": "0.00010000" - }, - "timestamp": 1733768883.6463442 + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] }, - { - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "event": "NEW_TRANSACTION", - "params": { - "block_hash": "mempool", - "block_index": 9999999, - "block_time": 1733768883.6463442, - "btc_amount": 0, - "data": "020000000000000001000000000000271080eda1874e0086db86059cf21fa5413803b774def1", - "destination": "", - "fee": 10000, - "source": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", - "tx_hash": "4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3", - "tx_index": 107, - "utxos_info": "f9a880a01a4ac55a96e0c454ba65b57d0e3c16d0465df4b11244558d4df0a044:1 4002b177d783f754d51e147fdade54d6e4a56d0d6868f3378f4a5aec5eb73ee3:1 2 ", - "unpacked_data": { - "message_type": "enhanced_send", - "message_type_id": 2, - "message_data": { - "asset": "XCP", - "quantity": 10000, - "address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "memo": null, - "asset_info": { - "asset_longname": null, - "description": "The Counterparty protocol native currency", - "issuer": null, - "divisible": true, - "locked": true - }, - "quantity_normalized": "0.00010000" - } + "/healthz": { + "function": "check_server_health", + "description": "Health check route.", + "args": [ + { + "name": "check_type", + "default": "light", + "required": false, + "type": "str", + "description": "Type of health check to perform. Options are 'light' and 'heavy' (e.g. light)" }, - "btc_amount_normalized": "0.00000000" - }, - "timestamp": 1733768883.6463442 + { + "name": "verbose", + "type": "bool", + "default": "false", + "description": "Include asset and dispenser info and normalized quantities in the response.", + "required": false + } + ] + }, + "/": { + "function": "redirect_to_rpc_v1", + "description": "Redirect to the RPC API v1.", + "args": [] + }, + "/v1/": { + "function": "redirect_to_rpc_v1", + "description": "Redirect to the RPC API v1.", + "args": [] + }, + "/api/": { + "function": "redirect_to_rpc_v1", + "description": "Redirect to the RPC API v1.", + "args": [] + }, + "/rpc/": { + "function": "redirect_to_rpc_v1", + "description": "Redirect to the RPC API v1.", + "args": [] } - ], - "next_cursor": null, - "result_count": 5 + } }, "/v2/healthz": { "result": { @@ -10088,135 +20854,129 @@ "/v2/events/NEW_BLOCK": { "result": [ { - "event_index": 900, + "event_index": 941, "event": "NEW_BLOCK", "params": { - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_index": 233, - "block_time": 1733768880, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_index": 235, + "block_time": 1734009260, "difficulty": 545259519, - "previous_block_hash": "59482cd1dfbcea8ffb1b0693dd6a714a92aad702dbc8530718a0812053c0a1da" + "previous_block_hash": "6cd6998c036eb0637d5df777fb38d381675d0dd7fc73ed520bf5d63e29224f23" }, "tx_hash": null, - "block_index": 233, - "block_time": 1733768880 + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 892, - "result_count": 133 + "next_cursor": 939, + "result_count": 135 }, "/v2/events/NEW_TRANSACTION": { "result": [ { - "event_index": 901, + "event_index": 942, "event": "NEW_TRANSACTION", "params": { - "block_hash": "7fbf0ba9ce0a210240cb767f274effb6622b2647d97970334508978358aeef4f", - "block_index": 233, - "block_time": 1733768880, + "block_hash": "00eb5e096f4c39b7100ca2d0cd665a2263b734bed8874ede4af260bad4d2cd34", + "block_index": 235, + "block_time": 1734009260, "btc_amount": 1000, "data": "0d00", - "destination": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "fee": 0, - "source": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "utxos_info": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1 e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0 3 1", - "unpacked_data": { - "message_type": "dispense", - "message_type_id": 13, - "message_data": { - "data": "00" - } - }, + "source": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "transaction_type": "dispense", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "utxos_info": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1 6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0 3 1", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 893, - "result_count": 107 + "next_cursor": 932, + "result_count": 111 }, "/v2/events/NEW_TRANSACTION_OUTPUT": { "result": [ { - "event_index": 902, + "event_index": 943, "event": "NEW_TRANSACTION_OUTPUT", "params": { - "block_index": 233, + "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "destination": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "out_index": 0, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 579, + "next_cursor": 592, "result_count": 5 }, "/v2/events/BLOCK_PARSED": { "result": [ { - "event_index": 913, + "event_index": 954, "event": "BLOCK_PARSED", "params": { - "block_index": 233, - "ledger_hash": "c16dd8fcc33d4cae029a2a8a2d6a6420a10e9d9dec3163c78c488af863fc37a0", - "messages_hash": "cfcd29dc4e97d4f42475cf247adb08532276cf372970e303741bacd1a53f5714", + "block_index": 235, + "ledger_hash": "41cc68477a5ff374f3a8939b2bf84005f63fc7598b0121091ec7f21a27fa7434", + "messages_hash": "675d8b68e529f1f60e2b7ff815f968cfa8076bafc24d73d77cacf41e62ba560e", "transaction_count": 1, - "txlist_hash": "e5d5cf3cbda59c3c77f77659e4625b7b90ab0c0d455e9cbf5110fe74a263c07d", - "block_time": 1733768880 + "txlist_hash": "7477a412bb773bfb468cdb0553941127700b7070ebccf7a96bff1f42e2a00233", + "block_time": 1734009260 }, "tx_hash": null, - "block_index": 233, - "block_time": 1733768880 + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 899, - "result_count": 133 + "next_cursor": 940, + "result_count": 135 }, "/v2/events/TRANSACTION_PARSED": { "result": [ { - "event_index": 912, + "event_index": 953, "event": "TRANSACTION_PARSED", "params": { "supported": true, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110 }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 898, - "result_count": 92 + "next_cursor": 937, + "result_count": 111 }, "/v2/events/DEBIT": { "result": [ { - "event_index": 906, + "event_index": 947, "event": "DEBIT", "params": { "action": "utxo move", "address": null, "asset": "XCP", - "block_index": 233, - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "block_index": 235, + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 2000000000, - "tx_index": 106, - "utxo": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", - "utxo_address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", - "block_time": 1733768880, + "tx_index": 110, + "utxo": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", + "utxo_address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -10226,30 +20986,30 @@ }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 903, - "result_count": 90 + "next_cursor": 944, + "result_count": 94 }, "/v2/events/CREDIT": { "result": [ { - "event_index": 909, + "event_index": 950, "event": "CREDIT", "params": { - "address": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "address": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "asset": "XCP", - "block_index": 233, + "block_index": 235, "calling_function": "dispense", - "event": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", + "event": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", "quantity": 66, - "tx_index": 106, + "tx_index": 110, "utxo": null, "utxo_address": null, - "block_time": 1733768880, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -10259,65 +21019,65 @@ }, "quantity_normalized": "0.00000066" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 907, - "result_count": 110 + "next_cursor": 948, + "result_count": 114 }, "/v2/events/ENHANCED_SEND": { "result": [ { - "event_index": 638, + "event_index": 653, "event": "ENHANCED_SEND", "params": { "asset": "MPMASSET", "block_index": 201, - "destination": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "destination": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "memo": null, "msg_index": 0, "quantity": 1000, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "status": "valid", - "tx_hash": "399265c88887ea0fdb697bb5070dfe0769b1ce970aa29161114880a73e3ad2e5", + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", "tx_index": 77, - "block_time": 1733768709, + "block_time": 1734009080, "asset_info": { "asset_longname": null, "description": "My super asset B", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, "quantity_normalized": "0.00001000" }, - "tx_hash": "399265c88887ea0fdb697bb5070dfe0769b1ce970aa29161114880a73e3ad2e5", + "tx_hash": "0785bc8906fcef189fc5d1de72ec84420bd911ff6953ddf7b5e32ac95e103835", "block_index": 201, - "block_time": 1733768709 + "block_time": 1734009080 } ], - "next_cursor": 515, + "next_cursor": 528, "result_count": 3 }, "/v2/events/MPMA_SEND": { "result": [ { - "event_index": 698, + "event_index": 713, "event": "MPMA_SEND", "params": { "asset": "XCP", "block_index": 205, - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "memo": "memo1", "msg_index": 2, "quantity": 10, - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "status": "valid", - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", "tx_index": 81, - "block_time": 1733768736, + "block_time": 1734009095, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -10327,12 +21087,12 @@ }, "quantity_normalized": "0.00000010" }, - "tx_hash": "24a21e5fdcae13ee7a45f0eb8567cc047c3a34957aadf0bd4696460f49ecceb4", + "tx_hash": "3de57a2e6b13708ca53d5ca2e7d3c121735504e188e250a641298d5b74313050", "block_index": 205, - "block_time": 1733768736 + "block_time": 1734009095 } ], - "next_cursor": 697, + "next_cursor": 712, "result_count": 15 }, "/v2/events/SEND": { @@ -10348,24 +21108,24 @@ "/v2/events/SWEEP": { "result": [ { - "event_index": 558, + "event_index": 571, "event": "SWEEP", "params": { "block_index": 190, - "destination": "bcrt1qc3en2cnrj6cuth40kpjht8k2gur4p2nkjtq5d5", + "destination": "bcrt1qly7u576gkcv2s2yfau2e5nu337tx2ms54955hr", "fee_paid": 600000, "flags": 1, "memo": "sweep my assets", - "source": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", + "source": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", "status": "valid", - "tx_hash": "ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe", + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", "tx_index": 65, - "block_time": 1733768646, + "block_time": 1734009038, "fee_paid_normalized": "0.00600000" }, - "tx_hash": "ad68919bb048e326ae9d9ba6d51a3d577792e487a0ea8b28ad760e2e1d5f19fe", + "tx_hash": "d81cebaf699a4faeeebcbf7bddfd703ed3c8822367f5f9efef239e6e96cb5f5d", "block_index": 190, - "block_time": 1733768646 + "block_time": 1734009038 } ], "next_cursor": null, @@ -10374,7 +21134,7 @@ "/v2/events/ASSET_DIVIDEND": { "result": [ { - "event_index": 326, + "event_index": 338, "event": "ASSET_DIVIDEND", "params": { "asset": "MYASSETA", @@ -10382,15 +21142,15 @@ "dividend_asset": "XCP", "fee_paid": 20000, "quantity_per_unit": 100000000, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "status": "valid", - "tx_hash": "f083d619e6fc210e79a41f9aa9a6251d59354a8297134c1a6a941b3aed885060", + "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", "tx_index": 42, - "block_time": 1733768449, + "block_time": 1734008849, "asset_info": { "asset_longname": null, "description": "My super asset A", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -10404,9 +21164,9 @@ "quantity_per_unit_normalized": "1.00000000", "fee_paid_normalized": "0.00020000" }, - "tx_hash": "f083d619e6fc210e79a41f9aa9a6251d59354a8297134c1a6a941b3aed885060", + "tx_hash": "0b69f74130ecee81de451fcd92da3b8603d0f0113823c8daabc61b165a61ab51", "block_index": 146, - "block_time": 1733768449 + "block_time": 1734008849 } ], "next_cursor": null, @@ -10420,33 +21180,33 @@ "/v2/events/ASSET_CREATION": { "result": [ { - "event_index": 895, + "event_index": 934, "event": "ASSET_CREATION", "params": { "asset_id": "117132633401", "asset_longname": null, "asset_name": "OPENFAIR", - "block_index": 232, - "block_time": 1733768872 + "block_index": 233, + "block_time": 1734009252 }, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "block_index": 232, - "block_time": 1733768872 + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_time": 1734009252 } ], - "next_cursor": 860, - "result_count": 26 + "next_cursor": 899, + "result_count": 27 }, "/v2/events/ASSET_ISSUANCE": { "result": [ { - "event_index": 896, + "event_index": 935, "event": "ASSET_ISSUANCE", "params": { "asset": "OPENFAIR", "asset_events": "open_fairminter", "asset_longname": null, - "block_index": 232, + "block_index": 233, "call_date": 0, "call_price": 0, "callable": false, @@ -10454,46 +21214,46 @@ "divisible": true, "fair_minting": true, "fee_paid": 50000000.0, - "issuer": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "issuer": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "locked": false, "quantity": 0, "reset": false, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": "valid", "transfer": false, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "tx_index": 105, - "block_time": 1733768872, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 109, + "block_time": 1734009252, "quantity_normalized": "0.00000000", "fee_paid_normalized": "0.50000000" }, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "block_index": 232, - "block_time": 1733768872 + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_time": 1734009252 } ], - "next_cursor": 875, - "result_count": 51 + "next_cursor": 900, + "result_count": 52 }, "/v2/events/ASSET_DESTRUCTION": { "result": [ { - "event_index": 870, + "event_index": 885, "event": "ASSET_DESTRUCTION", "params": { "asset": "PREMINT", "block_index": 228, "quantity": 50, - "source": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "status": "valid", "tag": "soft cap not reached", - "tx_hash": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d", + "tx_hash": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef", "tx_index": 101, - "block_time": 1733768859, + "block_time": 1734009215, "asset_info": { "asset_longname": null, "description": "My super description", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false }, @@ -10501,21 +21261,21 @@ }, "tx_hash": null, "block_index": 228, - "block_time": 1733768859 + "block_time": 1734009215 } ], - "next_cursor": 817, + "next_cursor": 832, "result_count": 4 }, "/v2/events/OPEN_ORDER": { "result": [ { - "event_index": 886, + "event_index": 925, "event": "OPEN_ORDER", "params": { - "block_index": 231, + "block_index": 232, "expiration": 21, - "expire_index": 252, + "expire_index": 253, "fee_provided": 10000, "fee_provided_remaining": 10000, "fee_required": 0, @@ -10526,11 +21286,11 @@ "give_asset": "BTC", "give_quantity": 1000, "give_remaining": 1000, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": "open", - "tx_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "tx_index": 104, - "block_time": 1733768868, + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "tx_index": 108, + "block_time": 1734009248, "give_asset_info": { "divisible": true, "asset_longname": null, @@ -10541,7 +21301,7 @@ "get_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "divisible": true, "locked": false }, @@ -10554,44 +21314,44 @@ "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "block_index": 231, - "block_time": 1733768868 + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "block_index": 232, + "block_time": 1734009248 } ], - "next_cursor": 881, + "next_cursor": 920, "result_count": 9 }, "/v2/events/ORDER_MATCH": { "result": [ { - "event_index": 889, + "event_index": 928, "event": "ORDER_MATCH", "params": { "backward_asset": "BTC", "backward_quantity": 1000, - "block_index": 231, + "block_index": 232, "fee_paid": 0, "forward_asset": "UTXOASSET", "forward_quantity": 1000, - "id": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e_ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "match_expire_index": 251, + "id": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa_923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "match_expire_index": 252, "status": "pending", - "tx0_address": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", - "tx0_block_index": 230, + "tx0_address": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", + "tx0_block_index": 231, "tx0_expiration": 21, - "tx0_hash": "f1d03412beb2abf9bb251b69267616de96b890b003c77d7ccea2642dfd67fe0e", - "tx0_index": 103, - "tx1_address": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "tx1_block_index": 231, + "tx0_hash": "5546db925d1942cf37e0b4ff8d0c6a69816ec2fe357edd5258d31620c1329bfa", + "tx0_index": 107, + "tx1_address": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx1_block_index": 232, "tx1_expiration": 21, - "tx1_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "tx1_index": 104, - "block_time": 1733768868, + "tx1_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "tx1_index": 108, + "block_time": 1734009248, "forward_asset_info": { "asset_longname": null, "description": "My super asset", - "issuer": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "issuer": "bcrt1qu9ru3laxjxsh3ru96s5sgy3au34jnwy0artrvy", "divisible": true, "locked": false }, @@ -10606,18 +21366,18 @@ "backward_quantity_normalized": "0.00001000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "block_index": 231, - "block_time": 1733768868 + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "block_index": 232, + "block_time": 1734009248 } ], - "next_cursor": 676, + "next_cursor": 691, "result_count": 5 }, "/v2/events/ORDER_UPDATE": { "result": [ { - "event_index": 888, + "event_index": 927, "event": "ORDER_UPDATE", "params": { "fee_provided_remaining": 10000, @@ -10625,30 +21385,30 @@ "get_remaining": 0, "give_remaining": 0, "status": "open", - "tx_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", "fee_required_remaining_normalized": "0.00000000", "fee_provided_remaining_normalized": "0.00010000" }, - "tx_hash": "ad02b9567e9d00ede729c0f41a4c79d88a02aec52b28c3fd61d51804e1142b3f", - "block_index": 231, - "block_time": 1733768868 + "tx_hash": "923ffb0fbd5d47e23e8c834c9ccb8da78a764251417670aee657cb771ae5fa91", + "block_index": 232, + "block_time": 1734009248 } ], - "next_cursor": 887, + "next_cursor": 926, "result_count": 19 }, "/v2/events/ORDER_FILLED": { "result": [ { - "event_index": 494, + "event_index": 507, "event": "ORDER_FILLED", "params": { "status": "filled", - "tx_hash": "201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e" + "tx_hash": "2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844" }, - "tx_hash": "7465942888fed56ab07634ba6303b91b70a7a6ee6f60045de25cd9c2b343896c", + "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", "block_index": 182, - "block_time": 1733768595 + "block_time": 1734008987 } ], "next_cursor": null, @@ -10657,41 +21417,41 @@ "/v2/events/ORDER_MATCH_UPDATE": { "result": [ { - "event_index": 844, + "event_index": 859, "event": "ORDER_MATCH_UPDATE", "params": { - "id": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "order_match_id": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", + "id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "order_match_id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", "status": "expired" }, - "tx_hash": "971a5817a2de0e385a780cd173ead9a7271162f298b47e7fb033805cf02e01b5", + "tx_hash": "0c87ede571560bd4f222c906f20c13761730c981944308d35de8290b122db0c8", "block_index": 225, - "block_time": 1733768847 + "block_time": 1734009204 } ], - "next_cursor": 670, + "next_cursor": 685, "result_count": 4 }, "/v2/events/BTC_PAY": { "result": [ { - "event_index": 495, + "event_index": 508, "event": "BTC_PAY", "params": { "block_index": 182, "btc_amount": 2000, - "destination": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "order_match_id": "233c3f11bcc6546224d40867d474a1f248217330ec2abc86a82bdaa978d953cc_201cb1a8d4d203e2139727f4e69bfeb288a4c2a5b601c52d18837cc682a0bf6e", - "source": "bcrt1q9lynh3ey7y23ku88llv3v8er86md25amm8fgwn", + "destination": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "order_match_id": "6a4487cf53ab2e22cf6debe6ccb600c3c7341bbae6b98e6b8c8ce667e8aeba06_2d733a65363c2de5508bf99cd56148e955f446f6e45a350114623fc3ece89844", + "source": "bcrt1q5v572yy06j5z2uw2xueyks0q3xsjklnfgcmwsw", "status": "valid", - "tx_hash": "7465942888fed56ab07634ba6303b91b70a7a6ee6f60045de25cd9c2b343896c", + "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", "tx_index": 57, - "block_time": 1733768595, + "block_time": 1734008987, "btc_amount_normalized": "0.00002000" }, - "tx_hash": "7465942888fed56ab07634ba6303b91b70a7a6ee6f60045de25cd9c2b343896c", + "tx_hash": "03fc2cf4d8ea6493fac65d7c7fc1364760cd862f38c7b616447f7a78f58b4196", "block_index": 182, - "block_time": 1733768595 + "block_time": 1734008987 } ], "next_cursor": null, @@ -10700,20 +21460,20 @@ "/v2/events/CANCEL_ORDER": { "result": [ { - "event_index": 540, + "event_index": 553, "event": "CANCEL_ORDER", "params": { "block_index": 188, - "offer_hash": "aaf051d2c9d71072e1fded1f3fbeeeb4635f8d5bd40cf277571ec189b6f08379", - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "offer_hash": "40fbcf27aff962a6b7a41fd9c2b13f1291d17f5da17270f246d92fc697a88c61", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "status": "valid", - "tx_hash": "4bb19d1a569983fc8244e0eb936d950301c1bd4ddaf4bca86ac1636eed7afa01", + "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", "tx_index": 63, - "block_time": 1733768637 + "block_time": 1734009032 }, - "tx_hash": "4bb19d1a569983fc8244e0eb936d950301c1bd4ddaf4bca86ac1636eed7afa01", + "tx_hash": "84906e198730be8d6b02b9154392c56846811994988c3b84e0659b8b8e958387", "block_index": 188, - "block_time": 1733768637 + "block_time": 1734009032 } ], "next_cursor": null, @@ -10722,46 +21482,46 @@ "/v2/events/ORDER_EXPIRATION": { "result": [ { - "event_index": 743, + "event_index": 758, "event": "ORDER_EXPIRATION", "params": { "block_index": 211, - "order_hash": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b", - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "block_time": 1733768778 + "order_hash": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "block_time": 1734009136 }, - "tx_hash": "237596721100697995715f69633687a0acfdb05c77388493b48bda76ac4949d5", + "tx_hash": "86548b36f67d5b0ec6ac30be2dbf2f0f03b1b28d8539dc4b9cd54a6391379f93", "block_index": 211, - "block_time": 1733768778 + "block_time": 1734009136 } ], - "next_cursor": 690, + "next_cursor": 705, "result_count": 5 }, "/v2/events/ORDER_MATCH_EXPIRATION": { "result": [ { - "event_index": 846, + "event_index": 861, "event": "ORDER_MATCH_EXPIRATION", "params": { "block_index": 225, - "order_match_id": "746a8c7a85112c3d61276014a916f473af81f876371fc6222c2b18867c07532b_f9a14c4169d84ec9347abc0521cf53442a9e3b2a9f9cf0eebd69f6c00155ff59", - "tx0_address": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "tx1_address": "bcrt1qakscwnsqsmdcvpvu7g062sfcqwmhfhh3h42498", - "block_time": 1733768847 + "order_match_id": "4b64d861c9e08db5cb1c4d4b12728c263e09daf4fc405f12669d80fc935c3559_eba9d040915abec03b3ae94d3ebe64604e520b4d4e698807f21293054659a2b9", + "tx0_address": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "tx1_address": "bcrt1q8j8xzkpr0hnq4cy8tthu5fmwgvwxgnpw3wafkm", + "block_time": 1734009204 }, - "tx_hash": "971a5817a2de0e385a780cd173ead9a7271162f298b47e7fb033805cf02e01b5", + "tx_hash": "0c87ede571560bd4f222c906f20c13761730c981944308d35de8290b122db0c8", "block_index": 225, - "block_time": 1733768847 + "block_time": 1734009204 } ], - "next_cursor": 673, + "next_cursor": 688, "result_count": 3 }, "/v2/events/OPEN_DISPENSER": { "result": [ { - "event_index": 574, + "event_index": 587, "event": "OPEN_DISPENSER", "params": { "asset": "TESTLOCKDESC", @@ -10771,17 +21531,17 @@ "give_quantity": 1, "give_remaining": 10000, "oracle_address": null, - "origin": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "origin": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "satoshirate": 1, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "status": 0, - "tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", "tx_index": 68, - "block_time": 1733768656, + "block_time": 1734009049, "asset_info": { "asset_longname": null, "description": "Test Locking Description", - "issuer": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "issuer": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", "divisible": true, "locked": false }, @@ -10790,26 +21550,26 @@ "escrow_quantity_normalized": "0.00010000", "satoshirate_normalized": "0.00000001" }, - "tx_hash": "3fca4c9e3e129983995163e0b0d5ac7c489c5baef569828440fb97923bd98668", + "tx_hash": "942dd38f9a308cf78ece6790d20950fbb642d1554ab23153cb4e112ceafa7776", "block_index": 193, - "block_time": 1733768656 + "block_time": 1734009049 } ], - "next_cursor": 254, + "next_cursor": 264, "result_count": 5 }, "/v2/events/DISPENSER_UPDATE": { "result": [ { - "event_index": 910, + "event_index": 951, "event": "DISPENSER_UPDATE", "params": { "asset": "XCP", "dispense_count": 2, "give_remaining": 9268, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": 0, - "tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", + "tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -10819,29 +21579,29 @@ }, "give_remaining_normalized": "0.00009268" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 581, + "next_cursor": 594, "result_count": 8 }, "/v2/events/REFILL_DISPENSER": { "result": [ { - "event_index": 243, + "event_index": 253, "event": "REFILL_DISPENSER", "params": { "asset": "XCP", "block_index": 135, - "destination": "mxah87jgNwgD75guScxjbraTyLYBbVPvqv", + "destination": "mnJc1EmoRBj3iWbFrxJmi4NgFsbA4J7hXF", "dispense_quantity": 10, - "dispenser_tx_hash": "aa6d4d29c3bcc3b2cb113fafeccc380fb8566654c4998ab5832ff8b787f7658e", - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", - "tx_hash": "1dbd6c8f1f5fdf19d7464702c62f7c03c903e1bb7957e7db3fc278da9b08a14f", + "dispenser_tx_hash": "e408a23e51dc48c3f8797f91af7fc6db5b24139981408a5bddaeaab936767ba8", + "source": "bcrt1q3mg3y0gg6khfugd86vx9tvryqj2whemr65halk", + "tx_hash": "8366f247bd09645457d5e774d90dee6f8233618b505a5c6415519f8295f69eba", "tx_index": 31, - "block_time": 1733768399, + "block_time": 1734008810, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -10851,9 +21611,9 @@ }, "dispense_quantity_normalized": "0.00000010" }, - "tx_hash": "1dbd6c8f1f5fdf19d7464702c62f7c03c903e1bb7957e7db3fc278da9b08a14f", + "tx_hash": "8366f247bd09645457d5e774d90dee6f8233618b505a5c6415519f8295f69eba", "block_index": 135, - "block_time": 1733768399 + "block_time": 1734008810 } ], "next_cursor": null, @@ -10862,20 +21622,20 @@ "/v2/events/DISPENSE": { "result": [ { - "event_index": 911, + "event_index": 952, "event": "DISPENSE", "params": { "asset": "XCP", - "block_index": 233, + "block_index": 235, "btc_amount": 1000, - "destination": "bcrt1qk5zhztccce0dcgk5jc8js6t84vwhs07tjrjgsv", + "destination": "bcrt1qwhgaqzhfkna39pql6xs8tt39rxg827j8p5klnw", "dispense_index": 0, "dispense_quantity": 66, - "dispenser_tx_hash": "1015181935f5a97c829980a4685d923a1444d1f03c6b2b011434c45762d36962", - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "dispenser_tx_hash": "53944e7a0b0ee3d35541dc0ad722400a30d32a288590b77de330683fda6eedfe", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -10886,51 +21646,51 @@ "dispense_quantity_normalized": "0.00000066", "btc_amount_normalized": "0.00001000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 582, + "next_cursor": 595, "result_count": 5 }, "/v2/events/BROADCAST": { "result": [ { - "event_index": 200, + "event_index": 210, "event": "BROADCAST", "params": { "block_index": 129, "fee_fraction_int": 0, "locked": false, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": "valid", "text": "price-USD", "timestamp": 4003903983, - "tx_hash": "ce5df2ee63224c02057698b043f7dbcabcfc3ad5316f5bd27422c53de92c4cfa", + "tx_hash": "96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e", "tx_index": 25, "value": 66600.0, - "block_time": 1733768367, + "block_time": 1734008785, "fee_fraction_int_normalized": "0.00000000" }, - "tx_hash": "ce5df2ee63224c02057698b043f7dbcabcfc3ad5316f5bd27422c53de92c4cfa", + "tx_hash": "96b4565840dffdb2e12442482b299c1a0f662cdce43abd793d76873730fc943e", "block_index": 129, - "block_time": 1733768367 + "block_time": 1734008785 } ], - "next_cursor": 195, + "next_cursor": 205, "result_count": 2 }, "/v2/events/NEW_FAIRMINTER": { "result": [ { - "event_index": 894, + "event_index": 933, "event": "NEW_FAIRMINTER", "params": { "asset": "OPENFAIR", "asset_longname": null, "asset_parent": null, - "block_index": 232, + "block_index": 233, "burn_payment": false, "description": "", "divisible": true, @@ -10946,12 +21706,12 @@ "quantity_by_price": 1, "soft_cap": 0, "soft_cap_deadline_block": 0, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "start_block": 0, "status": "open", - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "tx_index": 105, - "block_time": 1733768872, + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "tx_index": 109, + "block_time": 1734009252, "price_normalized": "0.0000000000000000", "hard_cap_normalized": "0.00000000", "soft_cap_normalized": "0.00000000", @@ -10959,52 +21719,52 @@ "max_mint_per_tx_normalized": "0.00000010", "premint_quantity_normalized": "0.00000000" }, - "tx_hash": "0bd4b1af25aee01bb401ff9c28d44d03c1431c243b19155f56250d0c4ab75fd7", - "block_index": 232, - "block_time": 1733768872 + "tx_hash": "9d38e73250046b27ac1a136861443510a6ae2909032a9f76f5749ea9c2d04746", + "block_index": 233, + "block_time": 1734009252 } ], - "next_cursor": 859, + "next_cursor": 874, "result_count": 18 }, "/v2/events/FAIRMINTER_UPDATE": { "result": [ { - "event_index": 868, + "event_index": 883, "event": "FAIRMINTER_UPDATE", "params": { "status": "closed", - "tx_hash": "d476008a939c48b8fe892c4782d2877909afa4b8685979e47cb992708fc70f0d" + "tx_hash": "85c51b9d03c49ed7ca98f2d3d78a300a6313d7eabf776e534db73c9bfe12ceef" }, "tx_hash": null, "block_index": 228, - "block_time": 1733768859 + "block_time": 1734009215 } ], - "next_cursor": 854, + "next_cursor": 869, "result_count": 8 }, "/v2/events/NEW_FAIRMINT": { "result": [ { - "event_index": 820, + "event_index": 835, "event": "NEW_FAIRMINT", "params": { "asset": "BURNER", "block_index": 221, "commission": 20000000, "earn_quantity": 80000000, - "fairminter_tx_hash": "ff90b986e9792c8ef7e70452f401b4a550fc7b0dbdbca0fcbf1d93ab69bf2a92", + "fairminter_tx_hash": "067bb19b8ee8c5580fda9895c1846f6d7e1ebdfa5fc5722f156ba8a07e2e629c", "paid_quantity": 100000000, - "source": "bcrt1qhdflstsldvu8c0exy245yfj6awhgwyts8uaq0x", + "source": "bcrt1qu0zwr26t2e7aagth23g8qa2awac4wz36mh4w5d", "status": "valid", - "tx_hash": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "tx_index": 97, - "block_time": 1733768833, + "block_time": 1734009191, "asset_info": { "asset_longname": null, "description": "let's burn it", - "issuer": "bcrt1qslqhk6gmfk83puwd45nqnf8tkqtdtrv4n0mpke", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": true }, @@ -11012,100 +21772,100 @@ "commission_normalized": "0.20000000", "paid_quantity_normalized": "1.00000000" }, - "tx_hash": "8c2b3cd1ecd7646cfe2e09acba0c3426dff8c5c66400b25149a7cec8708eb4d2", + "tx_hash": "b47d941ccbd42b1dc8bbc063258d9d2656e016ea02f423f61f959332a992057d", "block_index": 221, - "block_time": 1733768833 + "block_time": 1734009191 } ], - "next_cursor": 801, + "next_cursor": 816, "result_count": 15 }, "/v2/events/ATTACH_TO_UTXO": { "result": [ { - "event_index": 623, + "event_index": 906, "event": "ATTACH_TO_UTXO", "params": { - "asset": "UTXOASSET", - "block_index": 199, - "destination": "ba2a7b0fc46ff72c445a5c6a63f66184416aee852902fdf1c2f0daeceb1627de:0", + "asset": "CHAINING", + "block_index": 230, + "destination": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a:0", "fee_paid": 0, "msg_index": 0, - "quantity": 1000000000, - "source": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "quantity": 100000000, + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "status": "valid", - "tx_hash": "ba2a7b0fc46ff72c445a5c6a63f66184416aee852902fdf1c2f0daeceb1627de", - "tx_index": 75, - "block_time": 1733768702, + "tx_hash": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a", + "tx_index": 104, + "block_time": 1734009240, "asset_info": { "asset_longname": null, - "description": "My super asset", - "issuer": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false }, - "quantity_normalized": "10.00000000", + "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "ba2a7b0fc46ff72c445a5c6a63f66184416aee852902fdf1c2f0daeceb1627de", - "block_index": 199, - "block_time": 1733768702 + "tx_hash": "bc101d474e44289b19689787d782e689ec3f2bbe25083ba797d5a1aa9dc3a14a", + "block_index": 230, + "block_time": 1734009240 } ], - "next_cursor": 598, - "result_count": 5 + "next_cursor": 638, + "result_count": 6 }, "/v2/events/DETACH_FROM_UTXO": { "result": [ { - "event_index": 615, + "event_index": 914, "event": "DETACH_FROM_UTXO", "params": { - "asset": "UTXOASSET", - "block_index": 198, - "destination": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "asset": "CHAINING", + "block_index": 230, + "destination": "bcrt1qusqexeew9zxt9qj72hh7gfy08ceukf4czklvw6", "fee_paid": 0, "msg_index": 0, - "quantity": 1000000000, - "source": "8619ae19ab2c83a1f91d5ba924d6b2a098a63eb7b2ab6902e88896a97d25abda:0", + "quantity": 100000000, + "source": "40c14c0057c6ecda97a1a23550d534f8a246617b106a35193b7bb35598518c0e:0", "status": "valid", - "tx_hash": "1906a6b41d1922bf5a34c32eaf7d122bae4ea8894ff23a52d8a194ea4d60be37", - "tx_index": 74, - "block_time": 1733768697, + "tx_hash": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", + "tx_index": 106, + "block_time": 1734009240, "asset_info": { "asset_longname": null, - "description": "My super asset", - "issuer": "bcrt1qhgyxwfhn05fxp83xeyqt25l2g3gtsvmjvtw0ek", + "description": "My super asset CHAINING", + "issuer": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "divisible": true, "locked": false }, - "quantity_normalized": "10.00000000", + "quantity_normalized": "1.00000000", "fee_paid_normalized": "0.00000000" }, - "tx_hash": "1906a6b41d1922bf5a34c32eaf7d122bae4ea8894ff23a52d8a194ea4d60be37", - "block_index": 198, - "block_time": 1733768697 + "tx_hash": "400eb621c9c89fa60589bfbbb93e662abc28afc20be40c22a038d4691e5814de", + "block_index": 230, + "block_time": 1734009240 } ], - "next_cursor": 293, - "result_count": 2 + "next_cursor": 630, + "result_count": 3 }, "/v2/events/UTXO_MOVE": { "result": [ { - "event_index": 908, + "event_index": 949, "event": "UTXO_MOVE", "params": { "asset": "XCP", - "block_index": 233, - "destination": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a:0", + "block_index": 235, + "destination": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd:0", "msg_index": 1, "quantity": 2000000000, - "source": "9fb890afbfdf68ec6d94f6c91ba8128b5ad9e5fc486d5ef92ebafa8d8155f9ec:1", + "source": "d428d9700d4051392e30965a4b89a5bd998272b1a8458c6f40e20c684206f3fc:1", "status": "valid", - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "tx_index": 106, - "block_time": 1733768880, + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "tx_index": 110, + "block_time": 1734009260, "asset_info": { "asset_longname": null, "description": "The Counterparty protocol native currency", @@ -11115,37 +21875,37 @@ }, "quantity_normalized": "20.00000000" }, - "tx_hash": "e987dde81f56c9cf7e7ed886950de385308c956c75e310072622680eda0dfb1a", - "block_index": 233, - "block_time": 1733768880 + "tx_hash": "6ff6ec1b10085452c57c013262fdfe9d49d07930ae56c4ed51b8869efa7d99fd", + "block_index": 235, + "block_time": 1734009260 } ], - "next_cursor": 905, - "result_count": 11 + "next_cursor": 946, + "result_count": 12 }, "/v2/events/BURN": { "result": [ { - "event_index": 52, + "event_index": 61, "event": "BURN", "params": { "block_index": 112, "burned": 50000000, "earned": 74999998167, - "source": "bcrt1q8mpv4rrqsd5gsm2zlhreywngkvn94jfcgjunqy", + "source": "bcrt1qxucyuyv4sfwl2nyddy0sza2uqvxl80ms980xgr", "status": "valid", - "tx_hash": "ea2e1e66c673cd334f291cf9a6054953a6063132b288ba66bf06dc0aa8e3e1e9", + "tx_hash": "d734a95fbed4716ce4bdf424eaa495450d17ec3b6673d6d05908d1cc48a591d2", "tx_index": 9, - "block_time": 1733768288, + "block_time": 1734008711, "burned_normalized": "0.50000000", "earned_normalized": "749.99998167" }, - "tx_hash": "ea2e1e66c673cd334f291cf9a6054953a6063132b288ba66bf06dc0aa8e3e1e9", + "tx_hash": "d734a95fbed4716ce4bdf424eaa495450d17ec3b6673d6d05908d1cc48a591d2", "block_index": 112, - "block_time": 1733768288 + "block_time": 1734008711 } ], - "next_cursor": 50, + "next_cursor": 58, "result_count": 10 } } \ No newline at end of file diff --git a/counterparty-core/counterpartycore/test/regtest/apidoc/blueprint-template.md b/counterparty-core/counterpartycore/test/regtest/apidoc/blueprint-template.md index 1b12f32ce6..6733225164 100644 --- a/counterparty-core/counterpartycore/test/regtest/apidoc/blueprint-template.md +++ b/counterparty-core/counterpartycore/test/regtest/apidoc/blueprint-template.md @@ -69,6 +69,13 @@ Or to know the events triggered by a given transaction: `/v2/transactions//events` +You can also obtain the events triggered by a transaction using the `verbose` flag: + +`/v2/transactions?verbose=true` + +However, please note that in this way, the following events are excluded from the list of events: +`NEW_TRANSACTION`, `TRANSACTION_PARSED`, `CREDIT`, `DEBIT`, `INCREMENT_TRANSACTION_COUNT`, `NEW_TRANSACTION_OUTPUT`. + ### ZeroMQ Publisher You can enable the ZeroMQ server by starting `counterparty-server` with the `--enable-zmq-publisher` flag. @@ -158,7 +165,7 @@ Returns server information and the list of documented routes in JSON format. "result": { "server_ready": true, "network": "mainnet", - "version": "10.7.4", + "version": "10.8.0-rc.1", "backend_height": 850214, "counterparty_height": 850214, "documentation": "https://counterpartycore.docs.apiary.io/", @@ -167,4 +174,9 @@ Returns server information and the list of documented routes in JSON format. } ``` +## Mempool API + +The `/v2/mempool/events` route allows to retrieve events generated by transactions that have not yet been confirmed. +Unconfirmed transactions are considered unordered and each one is parsed independently of the others. Therefore some transactions can be invalid once parsed in the mempool and valid once confirmed, or valid in the mempool and invalid once confirmed. For example, if a utxo move is chained after an attach, it will be invalid in the mempool but valid once confirmed. + diff --git a/counterparty-core/counterpartycore/test/regtest/genapidoc.py b/counterparty-core/counterpartycore/test/regtest/genapidoc.py index a014eb6f71..c8237b9145 100644 --- a/counterparty-core/counterpartycore/test/regtest/genapidoc.py +++ b/counterparty-core/counterpartycore/test/regtest/genapidoc.py @@ -528,7 +528,7 @@ def generate_regtest_fixtures(db): # get utxo with balance cursor.execute( - "SELECT utxo FROM balances WHERE utxo IS NOT NULL AND quantity > 0 ORDER BY rowid DESC LIMIT 1" + "SELECT utxo FROM balances WHERE utxo IS NOT NULL AND quantity > 0 AND asset='UTXOASSET' ORDER BY rowid DESC LIMIT 1" ) row = cursor.fetchone() regtest_fixtures["$UTXO_WITH_BALANCE"] = row["utxo"] diff --git a/counterparty-core/counterpartycore/test/regtest/properytestnode.py b/counterparty-core/counterpartycore/test/regtest/properytestnode.py index 4f4895d7f8..7695254dbd 100644 --- a/counterparty-core/counterpartycore/test/regtest/properytestnode.py +++ b/counterparty-core/counterpartycore/test/regtest/properytestnode.py @@ -17,17 +17,25 @@ def __init__(self): self.addresses = self.node.addresses[:-1] # skip last empty legacy address self.balances = [] + balances = self.node.api_call("assets/XCP/balances")["result"] + for balance in balances: + self.balances.append([balance["address"], "XCP", balance["quantity"], None]) + + print(self.balances) + self.run_tests() except KeyboardInterrupt: + print(regtest_node_thread.node.server_out.getvalue()) pass except Exception as e: print(regtest_node_thread.node.server_out.getvalue()) raise e finally: - # print(regtest_node_thread.node.server_out.getvalue()) regtest_node_thread.stop() def send_transaction(self, source, transaction_name, params): + if "inputs_set" not in params and ":" not in source: + params["inputs_set"] = self.node.get_inputs_set(source) tx_hash, _block_hash, _block_time, _data = self.node.send_transaction( source, transaction_name, @@ -38,12 +46,16 @@ def send_transaction(self, source, transaction_name, params): return tx_hash def upsert_balance(self, address_or_utxo, asset, quantity, utxo_address=None): + # print(f"Upserting balance for {address_or_utxo}: {asset} {quantity}") for balance in self.balances: if balance[0] == address_or_utxo and balance[1] == asset and balance[3] == utxo_address: balance[2] += quantity return self.balances.append([address_or_utxo, asset, quantity, utxo_address]) + def get_utxos_balances(self): + return [balance for balance in self.balances if util.is_utxo_format(balance[0])] + def check_balance(self, balance): address_or_utxo, asset, quantity, utxo_address = balance diff --git a/counterparty-core/counterpartycore/test/regtest/regtestnode.py b/counterparty-core/counterpartycore/test/regtest/regtestnode.py index 1a6d0c1a7a..a2cc9dd45d 100644 --- a/counterparty-core/counterpartycore/test/regtest/regtestnode.py +++ b/counterparty-core/counterpartycore/test/regtest/regtestnode.py @@ -4,6 +4,7 @@ import json import os import signal +import struct import sys import threading import time @@ -11,7 +12,13 @@ from io import StringIO import sh -from counterpartycore.lib import arc4, database +from bitcoinutils.keys import P2wpkhAddress +from bitcoinutils.script import Script, b_to_h +from bitcoinutils.setup import setup +from bitcoinutils.transactions import Transaction, TxInput, TxOutput +from counterpartycore.lib import arc4, config, database + +setup("regtest") WALLET_NAME = "xcpwallet" @@ -49,6 +56,7 @@ def __init__( f"-datadir={self.datadir}/node2", ) self.bitcoin_wallet = self.bitcoin_cli.bake(f"-rpcwallet={WALLET_NAME}") + self.bitcoin_wallet_2 = self.bitcoin_cli_2.bake(f"-rpcwallet={WALLET_NAME}") self.bitcoind_process = None self.addresses = [] self.block_count = 0 @@ -66,7 +74,9 @@ def __init__( self.burn_in_one_block = burn_in_one_block def api_call(self, url): - return json.loads(sh.curl(f"http://localhost:24000/v2/{url}").strip()) + result = sh.curl(f"http://localhost:24000/v2/{url}").strip() + # print(result) + return json.loads(result) def get_mempool_event_count(self): result = self.api_call("mempool/events") @@ -113,6 +123,63 @@ def broadcast_transaction( self.wait_for_counterparty_server() return tx_hash, block_hash, block_time + def compose_and_send_transaction( + self, source, messsage_id=None, data=None, no_confirmation=False, dont_wait_mempool=False + ): + list_unspent = json.loads( + self.bitcoin_cli("listunspent", 0, 9999999, json.dumps([source])).strip() + ) + sorted(list_unspent, key=lambda x: -x["amount"]) + utxo = list_unspent[0] + + tx_inputs = [TxInput(utxo["txid"], utxo["vout"])] + tx_outputs = [] + + if data is not None: + tx_data = b"CNTRPRTY" + if messsage_id is not None: + tx_data += struct.pack(config.SHORT_TXTYPE_FORMAT, messsage_id) + tx_data += data + key = arc4.init_arc4(binascii.unhexlify(utxo["txid"])) + encrypted_data = key.encrypt(data) + tx_outputs.append(TxOutput(0, Script(["OP_RETURN", b_to_h(encrypted_data)]))) + + tx_outputs.append( + TxOutput(int(utxo["amount"] * 1e8), P2wpkhAddress(source).to_script_pub_key()) + ) + + tx = Transaction(tx_inputs, tx_outputs) + tx_hex = tx.to_hex() + + signed_transaction_json = self.bitcoin_wallet( + "signrawtransactionwithwallet", tx_hex + ).strip() + signed_transaction = json.loads(signed_transaction_json)["hex"] + + tx_hash, _block_hash, _block_time = self.broadcast_transaction( + signed_transaction, no_confirmation, dont_wait_mempool + ) + + print(f"Transaction sent: {source} {data} ({tx_hash})") + + return f"{utxo['txid']}:{utxo['vout']}", tx_hash + + def compose(self, source, tx_name, params): + query_string = [] + for key, value in params.items(): + if not isinstance(value, list): + query_string.append(urllib.parse.urlencode({key: value})) + else: + for i in range(len(value)): + query_string.append(urllib.parse.urlencode({key: value[i]})) + query_string = "&".join(query_string) + + if tx_name in ["detach", "movetoutxo"]: + compose_url = f"utxos/{source}/compose/{tx_name}?{query_string}" + else: + compose_url = f"addresses/{source}/compose/{tx_name}?{query_string}" + return self.api_call(compose_url) + def send_transaction( self, source, @@ -132,20 +199,8 @@ def send_transaction( # params["inputs_set"] = self.get_inputs_set(source) # print("Inputs set:", params["inputs_set"]) - query_string = [] - for key, value in params.items(): - if not isinstance(value, list): - query_string.append(urllib.parse.urlencode({key: value})) - else: - for i in range(len(value)): - query_string.append(urllib.parse.urlencode({key: value[i]})) - query_string = "&".join(query_string) + result = self.compose(source, tx_name, params) - if tx_name in ["detach", "movetoutxo"]: - compose_url = f"utxos/{source}/compose/{tx_name}?{query_string}" - else: - compose_url = f"addresses/{source}/compose/{tx_name}?{query_string}" - result = self.api_call(compose_url) # print(result) if "error" in result: if result["error"] == "Counterparty not ready": @@ -225,7 +280,7 @@ def wait_for_counterparty_follower(self): def wait_for_counterparty_watcher(self): while True: - if "API Watcher - Catch up completed." in self.server_out.getvalue(): + if "API.Watcher - Catch up completed." in self.server_out.getvalue(): print("Server ready") return print("Waiting for counterparty server...") @@ -267,10 +322,15 @@ def generate_xcp(self): self.mine_blocks(1) self.wait_for_counterparty_server() - def get_inputs_set(self, address): - list_unspent = json.loads( - self.bitcoin_cli("listunspent", 0, 9999999, json.dumps([address])).strip() - ) + def get_inputs_set(self, address, node=1): + if node == 1: + list_unspent = json.loads( + self.bitcoin_cli("listunspent", 0, 9999999, json.dumps([address])).strip() + ) + else: + list_unspent = json.loads( + self.bitcoin_cli_2("listunspent", 0, 9999999, json.dumps([address])).strip() + ) sorted(list_unspent, key=lambda x: -x["amount"]) inputs = [] for utxo in list_unspent: @@ -522,6 +582,16 @@ def get_burn_count(self, address): time.sleep(2) return self.get_burn_count(address) + def get_xcp_balance(self, address): + try: + return self.api_call(f"addresses/{address}/balances/XCP")["result"][0]["quantity"] + except IndexError: # no XCP balance + return 0 + except KeyError: + print("Error getting XCP balance, retrying in 2 seconds...") + time.sleep(2) + return self.get_xcp_balance(address) + def test_reorg(self): print("Start a second node...") self.start_bitcoin_node_2() @@ -541,6 +611,9 @@ def test_reorg(self): print("Disconnect from the first node...") self.bitcoin_cli_2("disconnectnode", "localhost:18444") + initial_xcp_balance = self.get_xcp_balance(self.addresses[0]) + print("Initial XCP balance: ", initial_xcp_balance) + print("Make a burn transaction on first node...") self.mine_blocks(3) self.send_transaction(self.addresses[0], "burn", {"quantity": 5000}) @@ -548,6 +621,10 @@ def test_reorg(self): print("Burn count before reorganization: ", self.get_burn_count(self.addresses[0])) assert self.get_burn_count(self.addresses[0]) == 2 + intermediate_xcp_balance = self.get_xcp_balance(self.addresses[0]) + print("Intermediate XCP balance: ", intermediate_xcp_balance) + assert intermediate_xcp_balance > initial_xcp_balance + print("Mine a longest chain on the second node...") self.bitcoin_cli_2("generatetoaddress", 6, self.addresses[0]) @@ -569,6 +646,10 @@ def test_reorg(self): assert "Blockchain reorganization detected" in self.server_out.getvalue() assert self.get_burn_count(self.addresses[0]) == 1 + final_xcp_balance = self.get_xcp_balance(self.addresses[0]) + print("Final XCP balance: ", final_xcp_balance) + assert final_xcp_balance == initial_xcp_balance + def test_invalid_detach(self): print("Test invalid detach...") @@ -794,6 +875,9 @@ def test_transaction_chaining(self): # mine a block self.mine_blocks(1) self.wait_for_counterparty_server() + # wait for event to be parsed + # TODO:find a way to check the event is parsed + time.sleep(2) # check the dispenser is created dispensers = self.api_call(f"addresses/{new_address}/dispensers")["result"] diff --git a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_17_dispenser.py b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_17_dispenser.py index 884378a147..d24aea3f94 100644 --- a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_17_dispenser.py +++ b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_17_dispenser.py @@ -81,7 +81,6 @@ "asset": "TESTLOCKDESC", "block_index": "$BLOCK_INDEX", "close_block_index": None, - "confirmed": True, "dispense_count": 0, "escrow_quantity": 10000, "give_quantity": 1, @@ -101,7 +100,6 @@ "asset": "XCP", "block_index": "$DISPENSER_1_LAST_UPDATE_BLOCK_INDEX", "close_block_index": None, - "confirmed": True, "dispense_count": 2, "escrow_quantity": 10000, "give_quantity": 1, diff --git a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_18_utxo.py b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_18_utxo.py index 816e33276c..1c730796d8 100644 --- a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_18_utxo.py +++ b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_18_utxo.py @@ -250,7 +250,7 @@ "result": [ { "event": "UTXO_MOVE", - "event_index": "$EVENT_INDEX_9", + "event_index": "$EVENT_INDEX_10", "params": { "asset": "UTXOASSET", "block_index": "$BLOCK_INDEX", @@ -266,7 +266,7 @@ }, { "event": "CREDIT", - "event_index": "$EVENT_INDEX_8", + "event_index": "$EVENT_INDEX_9", "params": { "address": None, "asset": "UTXOASSET", @@ -282,7 +282,7 @@ }, { "event": "DEBIT", - "event_index": "$EVENT_INDEX_7", + "event_index": "$EVENT_INDEX_8", "params": { "action": "utxo move", "address": None, diff --git a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_1_fairminter.py b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_1_fairminter.py index 74dce864af..fbad356cb5 100644 --- a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_1_fairminter.py +++ b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_1_fairminter.py @@ -47,7 +47,6 @@ "earned_quantity": None, "commission": None, "paid_quantity": None, - "confirmed": True, } ], }, @@ -168,7 +167,8 @@ "source": "$ADDRESS_1", "tx_hash": "$TX_HASH", "tx_index": "$TX_INDEX", - "utxos_info": " $TX_HASH:1 2 ", + "utxos_info": " $TX_HASH:1 2 0", + "transaction_type": "fairminter", }, "tx_hash": "$TX_HASH", "block_index": "$BLOCK_INDEX", @@ -318,7 +318,8 @@ "source": "$ADDRESS_2", "tx_hash": "$TX_HASH", "tx_index": "$TX_INDEX", - "utxos_info": " $TX_HASH:1 2 ", + "utxos_info": " $TX_HASH:1 2 0", + "transaction_type": "fairmint", }, "tx_hash": "$TX_HASH", }, @@ -652,8 +653,8 @@ "asset": "FAIRMINTA", "asset_id": "1046814266082", "asset_longname": None, - "confirmed": True, "description": "", + "description_locked": False, "divisible": True, "first_issuance_block_index": "$FAIRMINTA_BLOCK_INDEX", "issuer": "$ADDRESS_1", diff --git a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_22_chaining.py b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_22_chaining.py new file mode 100644 index 0000000000..5b3309d130 --- /dev/null +++ b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_22_chaining.py @@ -0,0 +1,347 @@ +SCENARIO = [ + { + "title": "Create asset CHAINING", + "transaction": "issuance", + "source": "$ADDRESS_10", + "no_confirmation": True, + "params": { + "asset": "CHAINING", + "quantity": 10 * 10**8, + "divisible": True, + "description": "My super asset CHAINING", + }, + "set_variables": { + "CREATE_CHAINING_TX_HASH": "$TX_HASH", + "CREATE_CHAINING_TX_INDEX": "$TX_INDEX", + }, + "controls": [], + }, + { + "title": "Attach CHAINING to UTXO", + "transaction": "attach", + "source": "$ADDRESS_10", + "no_confirmation": True, + "params": { + "asset": "CHAINING", + "quantity": 1 * 10**8, + "validate": False, + "inputs_set": "$CREATE_CHAINING_TX_HASH:1", + }, + "set_variables": { + "ATTACH_CHAINING_TX_HASH": "$TX_HASH", + "ATTACH_CHAINING_TX_INDEX": "$TX_INDEX", + }, + "controls": [], + }, + { + "title": "Move CHAINING from UTXO to UTXO", + "transaction": "movetoutxo", + "source": "$ATTACH_CHAINING_TX_HASH:0", # second output of attach transaction, first is OP_RETURN + "no_confirmation": True, + "dont_wait_mempool": True, + "params": { + "destination": "$ADDRESS_8", + "validate": False, + "inputs_set": "$ATTACH_CHAINING_TX_HASH:2", + }, + "set_variables": { + "MOVETOUTXO_CHAINING_TX_HASH": "$TX_HASH", + "MOVETOUTXO_CHAINING_TX_INDEX": "$TX_INDEX", + }, + "controls": [], + }, + { + "title": "Detach CHAINING from UTXO", + "transaction": "detach", + "source": "$MOVETOUTXO_CHAINING_TX_HASH:0", + "no_confirmation": True, + "dont_wait_mempool": True, + "params": { + "validate": False, + "inputs_set": "$MOVETOUTXO_CHAINING_TX_HASH:0,$MOVETOUTXO_CHAINING_TX_HASH:1", + }, + "set_variables": { + "DETACH_CHAINING_TX_HASH": "$TX_HASH", + "DETACH_CHAINING_TX_INDEX": "$TX_INDEX", + }, + "controls": [], + }, + { + "title": "mint empty block to trigger order expiration", + "transaction": "mine_blocks", + "params": {"blocks": 1}, + "controls": [ + { + "url": "blocks/$BLOCK_INDEX/events?event_name=ASSET_CREATION,ASSET_ISSUANCE,DEBIT,CREDIT,ATTACH_TO_UTXO,DETACH_FROM_UTXO,UTXO_MOVE,INCREMENT_TRANSACTION_COUNT,TRANSACTION_PARSED", + "result": [ + { + "event": "TRANSACTION_PARSED", + "event_index": "$EVENT_INDEX_23", + "params": { + "supported": True, + "tx_hash": "$DETACH_CHAINING_TX_HASH", + "tx_index": "$TX_INDEX", + }, + "tx_hash": "$DETACH_CHAINING_TX_HASH", + }, + { + "event": "DETACH_FROM_UTXO", + "event_index": "$EVENT_INDEX_22", + "params": { + "asset": "CHAINING", + "block_index": "$BLOCK_INDEX", + "destination": "$ADDRESS_8", + "fee_paid": 0, + "msg_index": 0, + "quantity": 100000000, + "source": "$MOVETOUTXO_CHAINING_TX_HASH:0", + "status": "valid", + "tx_hash": "$DETACH_CHAINING_TX_HASH", + "tx_index": "$TX_INDEX", + }, + "tx_hash": "$DETACH_CHAINING_TX_HASH", + }, + { + "event": "CREDIT", + "event_index": "$EVENT_INDEX_21", + "params": { + "address": "$ADDRESS_8", + "asset": "CHAINING", + "block_index": "$BLOCK_INDEX", + "calling_function": "detach from utxo", + "event": "$DETACH_CHAINING_TX_HASH", + "quantity": 100000000, + "tx_index": "$TX_INDEX", + "utxo": None, + "utxo_address": None, + }, + "tx_hash": "$DETACH_CHAINING_TX_HASH", + }, + { + "event": "DEBIT", + "event_index": "$EVENT_INDEX_20", + "params": { + "action": "detach from utxo", + "address": None, + "asset": "CHAINING", + "block_index": "$BLOCK_INDEX", + "event": "$DETACH_CHAINING_TX_HASH", + "quantity": 100000000, + "tx_index": "$TX_INDEX", + "utxo": "$MOVETOUTXO_CHAINING_TX_HASH:0", + "utxo_address": "$ADDRESS_8", + }, + "tx_hash": "$DETACH_CHAINING_TX_HASH", + }, + { + "event": "TRANSACTION_PARSED", + "event_index": "$EVENT_INDEX_19", + "params": { + "supported": True, + "tx_hash": "$MOVETOUTXO_CHAINING_TX_HASH", + "tx_index": "$TX_INDEX - 1", + }, + "tx_hash": "$MOVETOUTXO_CHAINING_TX_HASH", + }, + { + "event": "UTXO_MOVE", + "event_index": "$EVENT_INDEX_18", + "params": { + "asset": "CHAINING", + "block_index": "$BLOCK_INDEX", + "destination": "$MOVETOUTXO_CHAINING_TX_HASH:0", + "msg_index": 0, + "quantity": 100000000, + "source": "$ATTACH_CHAINING_TX_HASH:0", + "status": "valid", + "tx_hash": "$MOVETOUTXO_CHAINING_TX_HASH", + "tx_index": "$TX_INDEX - 1", + }, + "tx_hash": "$MOVETOUTXO_CHAINING_TX_HASH", + }, + { + "event": "CREDIT", + "event_index": "$EVENT_INDEX_17", + "params": { + "address": None, + "asset": "CHAINING", + "block_index": "$BLOCK_INDEX", + "calling_function": "utxo move", + "event": "$MOVETOUTXO_CHAINING_TX_HASH", + "quantity": 100000000, + "tx_index": "$TX_INDEX - 1", + "utxo": "$MOVETOUTXO_CHAINING_TX_HASH:0", + "utxo_address": "$ADDRESS_8", + }, + "tx_hash": "$MOVETOUTXO_CHAINING_TX_HASH", + }, + { + "event": "DEBIT", + "event_index": "$EVENT_INDEX_16", + "params": { + "action": "utxo move", + "address": None, + "asset": "CHAINING", + "block_index": "$BLOCK_INDEX", + "event": "$MOVETOUTXO_CHAINING_TX_HASH", + "quantity": 100000000, + "tx_index": "$TX_INDEX - 1", + "utxo": "$ATTACH_CHAINING_TX_HASH:0", + "utxo_address": "$ADDRESS_10", + }, + "tx_hash": "$MOVETOUTXO_CHAINING_TX_HASH", + }, + { + "event": "TRANSACTION_PARSED", + "event_index": "$EVENT_INDEX_15", + "params": { + "supported": True, + "tx_hash": "$ATTACH_CHAINING_TX_HASH", + "tx_index": "$TX_INDEX - 2", + }, + "tx_hash": "$ATTACH_CHAINING_TX_HASH", + }, + { + "event": "ATTACH_TO_UTXO", + "event_index": "$EVENT_INDEX_14", + "params": { + "asset": "CHAINING", + "block_index": "$BLOCK_INDEX", + "destination": "$ATTACH_CHAINING_TX_HASH:0", + "fee_paid": 0, + "msg_index": 0, + "quantity": 100000000, + "source": "$ADDRESS_10", + "status": "valid", + "tx_hash": "$ATTACH_CHAINING_TX_HASH", + "tx_index": "$TX_INDEX - 2", + }, + "tx_hash": "$ATTACH_CHAINING_TX_HASH", + }, + { + "event": "CREDIT", + "event_index": "$EVENT_INDEX_13", + "params": { + "address": None, + "asset": "CHAINING", + "block_index": "$BLOCK_INDEX", + "calling_function": "attach to utxo", + "event": "$ATTACH_CHAINING_TX_HASH", + "quantity": 100000000, + "tx_index": "$TX_INDEX - 2", + "utxo": "$ATTACH_CHAINING_TX_HASH:0", + "utxo_address": "$ADDRESS_10", + }, + "tx_hash": "$ATTACH_CHAINING_TX_HASH", + }, + { + "event": "DEBIT", + "event_index": "$EVENT_INDEX_12", + "params": { + "action": "attach to utxo", + "address": "$ADDRESS_10", + "asset": "CHAINING", + "block_index": "$BLOCK_INDEX", + "event": "$ATTACH_CHAINING_TX_HASH", + "quantity": 100000000, + "tx_index": "$TX_INDEX - 2", + "utxo": None, + "utxo_address": None, + }, + "tx_hash": "$ATTACH_CHAINING_TX_HASH", + }, + { + "event": "INCREMENT_TRANSACTION_COUNT", + "event_index": "$EVENT_INDEX_11", + "params": { + "block_index": "$BLOCK_INDEX", + "count": 1, + "transaction_id": 101, + }, + "tx_hash": "$ATTACH_CHAINING_TX_HASH", + }, + { + "event": "TRANSACTION_PARSED", + "event_index": "$EVENT_INDEX_10", + "params": { + "supported": True, + "tx_hash": "$CREATE_CHAINING_TX_HASH", + "tx_index": "$TX_INDEX - 3", + }, + "tx_hash": "$CREATE_CHAINING_TX_HASH", + }, + { + "event": "CREDIT", + "event_index": "$EVENT_INDEX_9", + "params": { + "address": "$ADDRESS_10", + "asset": "CHAINING", + "block_index": "$BLOCK_INDEX", + "calling_function": "issuance", + "event": "$CREATE_CHAINING_TX_HASH", + "quantity": 1000000000, + "tx_index": "$TX_INDEX - 3", + "utxo": None, + "utxo_address": None, + }, + "tx_hash": "$CREATE_CHAINING_TX_HASH", + }, + { + "event": "ASSET_ISSUANCE", + "event_index": "$EVENT_INDEX_8", + "params": { + "asset": "CHAINING", + "asset_events": "creation", + "asset_longname": None, + "block_index": "$BLOCK_INDEX", + "call_date": 0, + "call_price": 0.0, + "callable": False, + "description": "My super asset CHAINING", + "description_locked": False, + "divisible": True, + "fee_paid": 50000000, + "issuer": "$ADDRESS_10", + "locked": False, + "quantity": 1000000000, + "reset": False, + "source": "$ADDRESS_10", + "status": "valid", + "transfer": False, + "tx_hash": "$CREATE_CHAINING_TX_HASH", + "tx_index": "$TX_INDEX - 3", + }, + "tx_hash": "$CREATE_CHAINING_TX_HASH", + }, + { + "event": "ASSET_CREATION", + "event_index": "$EVENT_INDEX_7", + "params": { + "asset_id": "18229920832", + "asset_longname": None, + "asset_name": "CHAINING", + "block_index": "$BLOCK_INDEX", + }, + "tx_hash": "$CREATE_CHAINING_TX_HASH", + }, + { + "event": "DEBIT", + "event_index": "$EVENT_INDEX_6", + "params": { + "action": "issuance fee", + "address": "$ADDRESS_10", + "asset": "XCP", + "block_index": "$BLOCK_INDEX", + "event": "$CREATE_CHAINING_TX_HASH", + "quantity": 50000000, + "tx_index": "$TX_INDEX - 3", + "utxo": None, + "utxo_address": None, + }, + "tx_hash": "$CREATE_CHAINING_TX_HASH", + }, + ], + } + ], + }, +] diff --git a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_2_fairminter.py b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_2_fairminter.py index f006b931df..d6dda6d2f3 100644 --- a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_2_fairminter.py +++ b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_2_fairminter.py @@ -47,7 +47,6 @@ "earned_quantity": None, "commission": None, "paid_quantity": None, - "confirmed": True, } ], } @@ -291,7 +290,8 @@ "source": "$ADDRESS_3", "tx_hash": "$TX_HASH", "tx_index": "$TX_INDEX", - "utxos_info": " $TX_HASH:1 2 ", + "utxos_info": " $TX_HASH:1 2 0", + "transaction_type": "fairmint", }, "tx_hash": "$TX_HASH", }, diff --git a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_5_dispenser.py b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_5_dispenser.py index 5452e04b71..aae9678186 100644 --- a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_5_dispenser.py +++ b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_5_dispenser.py @@ -145,6 +145,7 @@ "tx_hash": "$TX_HASH", "tx_index": "$TX_INDEX", "utxos_info": " $TX_HASH:0 3 1", + "transaction_type": "dispense", }, "tx_hash": "$TX_HASH", }, @@ -271,6 +272,7 @@ "tx_hash": "$TX_HASH", "tx_index": "$TX_INDEX", "utxos_info": " $TX_HASH:0 3 1", + "transaction_type": "dispense", }, "tx_hash": "$TX_HASH", }, diff --git a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_7_utxo.py b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_7_utxo.py index 21c8796762..ecfde76fda 100644 --- a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_7_utxo.py +++ b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_7_utxo.py @@ -271,6 +271,7 @@ "tx_hash": "$TX_HASH", "tx_index": "$TX_INDEX", "utxos_info": "$UTXO_ATTACH_1_TX_HASH:0 $TX_HASH:0 1 ", + "transaction_type": "utxomove", }, "tx_hash": "$TX_HASH", }, @@ -627,7 +628,8 @@ "source": "", "tx_hash": "$TX_HASH", "tx_index": "$TX_INDEX", - "utxos_info": "$UTXO_ATTACH_3_TX_HASH:0,$UTXO_ATTACH_2_TX_HASH:0 $TX_HASH:0 2 ", + "utxos_info": "$UTXO_ATTACH_3_TX_HASH:0,$UTXO_ATTACH_2_TX_HASH:0 $TX_HASH:0 1 ", + "transaction_type": "utxomove", }, "tx_hash": "$TX_HASH", }, @@ -639,6 +641,7 @@ { "address": "$ADDRESS_1", "asset": "MYASSETA", + "asset_longname": None, "quantity": 98000000000, "utxo": None, "utxo_address": None, @@ -646,6 +649,7 @@ { "address": None, "asset": "MYASSETA", + "asset_longname": None, "quantity": 2000000000, "utxo": "$TX_HASH:0", "utxo_address": "$ADDRESS_6", @@ -658,6 +662,7 @@ { "address": None, "asset": "MYASSETA", + "asset_longname": None, "quantity": 2000000000, "utxo": "$TX_HASH:0", "utxo_address": "$ADDRESS_6", @@ -665,6 +670,7 @@ { "address": "$ADDRESS_6", "asset": "XCP", + "asset_longname": None, "quantity": 74999988167, "utxo": None, "utxo_address": None, @@ -690,6 +696,7 @@ }, ], "asset": "MYASSETA", + "asset_longname": None, "total": 100000000000, }, { @@ -714,6 +721,7 @@ }, ], "asset": "XCP", + "asset_longname": None, "total": 234749974540, }, ], @@ -724,6 +732,7 @@ { "address": None, "asset": "MYASSETA", + "asset_longname": None, "quantity": 2000000000, "utxo": "$TX_HASH:0", "utxo_address": "$ADDRESS_6", diff --git a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_last_mempool.py b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_last_mempool.py index 56355436e3..f179d89a8b 100644 --- a/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_last_mempool.py +++ b/counterparty-core/counterpartycore/test/regtest/scenarios/scenario_last_mempool.py @@ -37,6 +37,17 @@ "max_mint_per_tx": 10, }, }, + { + "title": "Send BTC to $ADDRESS_7", + "transaction": "send", + "source": "$ADDRESS_6", + "params": { + "asset": "BTC", + "quantity": 15000, + "destination": "$ADDRESS_7", + "exact_fee": 0, + }, + }, { "title": "Dispense in mempool with UTXO with balances", "transaction": "dispense", @@ -48,7 +59,7 @@ "inputs_set": "$ATOMICSWAP_2_TX_HASH:1", "exact_fee": 1, }, - "expected_error": "invalid UTXO: $ATOMICSWAP_2_TX_HASH:1", + "expected_error": "invalid UTXOs: $ATOMICSWAP_2_TX_HASH:1", }, { "title": "Dispense in mempool", diff --git a/counterparty-core/counterpartycore/test/regtest/testscenarios.py b/counterparty-core/counterpartycore/test/regtest/testscenarios.py index 1455758cdf..4dca18ab59 100644 --- a/counterparty-core/counterpartycore/test/regtest/testscenarios.py +++ b/counterparty-core/counterpartycore/test/regtest/testscenarios.py @@ -31,6 +31,7 @@ scenario_19_mpma, scenario_20_fairminter, scenario_21_fairminter, + scenario_22_chaining, scenario_last_mempool, ) from termcolor import colored @@ -57,13 +58,14 @@ SCENARIOS += scenario_19_mpma.SCENARIO SCENARIOS += scenario_20_fairminter.SCENARIO SCENARIOS += scenario_21_fairminter.SCENARIO +SCENARIOS += scenario_22_chaining.SCENARIO # more scenarios before this one SCENARIOS += scenario_last_mempool.SCENARIO CURR_DIR = os.path.dirname(os.path.realpath(__file__)) BASE_DIR = os.path.join(CURR_DIR, "../../../../") -# SCENARIOS = scenario_21_fairminter.SCENARIO +# SCENARIOS = scenario_22_chaining.SCENARIO def compare_strings(string1, string2): @@ -115,6 +117,7 @@ def get_tx_index(node, tx_hash): def get_last_tx_index(node): + time.sleep(2) # wait for utils.CURRENT_BLOCK_INDEX to be updated and cache expired (each .5s) result = node.api_call("transactions?limit=1") if "result" in result: return result["result"][0]["tx_index"] @@ -174,6 +177,10 @@ def control_result( .replace('"$BLOCK_INDEX"', str(block_index)) .replace('"$TX_INDEX"', str(tx_index)) .replace('"$TX_INDEX - 1"', str(tx_index - 1)) + .replace('"$TX_INDEX - 2"', str(tx_index - 2)) + .replace('"$TX_INDEX - 3"', str(tx_index - 3)) + .replace('"$TX_INDEX - 4"', str(tx_index - 4)) + .replace('"$TX_INDEX + 1"', str(tx_index + 1)) .replace('"$BLOCK_TIME"', str(block_time)) ) if data: @@ -230,6 +237,7 @@ def run_item(node, item, context): node.disable_protocol_changes(item["disable_protocol_changes"]) no_confirmation = item.get("no_confirmation", False) + dont_wait_mempool = item.get("dont_wait_mempool", False) if item["transaction"] == "mine_blocks": block_hash, block_time = node.mine_blocks(item["params"]["blocks"]) @@ -263,6 +271,7 @@ def run_item(node, item, context): item["transaction"], item["params"], no_confirmation=no_confirmation, + dont_wait_mempool=dont_wait_mempool, ) # test that the mempool is properly cleaned after each regtest transaction is confirmed if not no_confirmation: @@ -302,7 +311,6 @@ def run_item(node, item, context): for name, value in item.get("set_variables", {}).items(): if tx_hash is not None: - print("get tx index", tx_hash) tx_index = get_tx_index(node, tx_hash) if tx_index is None: tx_index = get_last_tx_index(node) + 1 @@ -352,7 +360,9 @@ def rpc_call(command, params=None): def check_api_v1(node): + print("Checking API v1") running_info = rpc_call("get_running_info") + print(running_info) if not running_info["result"]["server_ready"]: raise Exception("Server not ready") @@ -369,6 +379,7 @@ def check_api_v1(node): }, ) # check that the hex transaction is generated + print(tx) int(tx["result"], 16) @@ -408,7 +419,7 @@ def run_scenarios(serve=False, wsgi_server="gunicorn"): _cwd=CURR_DIR, ) print("Running Dredd...") - sh.dredd(_cwd=BASE_DIR, _out=sys.stdout, _err_to_out=True) + sh.dredd("--language", "python", _cwd=BASE_DIR, _out=sys.stdout, _err_to_out=True) print("Testing invalid detach...") regtest_node_thread.node.test_invalid_detach() print("Testing transaction chaining...") @@ -424,12 +435,12 @@ def run_scenarios(serve=False, wsgi_server="gunicorn"): print("Testing reorg...") regtest_node_thread.node.test_reorg() except KeyboardInterrupt: + print(regtest_node_thread.node.server_out.getvalue()) pass except Exception as e: print(regtest_node_thread.node.server_out.getvalue()) raise e finally: - # print(regtest_node_thread.node.server_out.getvalue()) regtest_node_thread.stop() diff --git a/counterparty-core/counterpartycore/test/regtest/utxosupport_propertytest.py b/counterparty-core/counterpartycore/test/regtest/utxosupport_propertytest.py index 2bfd3c2e9d..35f677bc35 100644 --- a/counterparty-core/counterpartycore/test/regtest/utxosupport_propertytest.py +++ b/counterparty-core/counterpartycore/test/regtest/utxosupport_propertytest.py @@ -1,9 +1,37 @@ #!/usr/bin/env python3 import hypothesis +from counterpartycore.lib import util from hypothesis import settings from properytestnode import PropertyTestNode +MESSAGE_IDS = [ + 0, + 2, + 3, + 4, + 10, + 11, + 12, + 13, + 20, + 21, + 22, + 23, + 30, + 40, + 50, + 60, + 70, + 80, + 90, + 91, + 100, + 101, + 102, + 110, +] + class UTXOSupportPropertyTest(PropertyTestNode): def run_tests(self): @@ -12,16 +40,16 @@ def run_tests(self): self.issue_assets, hypothesis.strategies.sampled_from(self.addresses), hypothesis.strategies.text( - alphabet="BCDEFGHIJKLMNOPQRSTUVWXYZ", min_size=5, max_size=10 + alphabet="BCDEFGHIJKLMNOPQRSTUVWXYZ", min_size=5, max_size=8 ), - hypothesis.strategies.integers(min_value=10 * 10e8, max_value=1000 * 10e8), + hypothesis.strategies.integers(min_value=10 * 1e8, max_value=1000 * 1e8), ) # attach assets self.test_with_given_data( self.attach_asset, hypothesis.strategies.sampled_from(self.balances), - hypothesis.strategies.integers(min_value=1 * 10e8, max_value=10 * 10e8), + hypothesis.strategies.integers(min_value=1 * 1e8, max_value=10 * 1e8), ) # move assets @@ -31,7 +59,36 @@ def run_tests(self): hypothesis.strategies.sampled_from(self.addresses), ) + # random invalid transactions + self.test_with_given_data( + self.invalid_transaction, + hypothesis.strategies.sampled_from(self.addresses), + hypothesis.strategies.sampled_from(MESSAGE_IDS), + hypothesis.strategies.binary(min_size=20, max_size=30), + ) + + # issue, attach, move and detach assets chaining + self.already_chained = [] + self.test_with_given_data( + self.issue_attach_move_detach_send, + hypothesis.strategies.sampled_from(self.addresses), + hypothesis.strategies.text( + alphabet="BCDEFGHIJKLMNOPQRSTUVWXYZ", min_size=9, max_size=11 + ), + hypothesis.strategies.integers(min_value=10 * 1e8, max_value=1000 * 1e8), + hypothesis.strategies.sampled_from(self.addresses), + ) + + # test move with counterparty data + self.alrady_used = [] + self.test_with_given_data( + self.move_with_counterparty_data, + hypothesis.strategies.sampled_from(self.get_utxos_balances()), + hypothesis.strategies.sampled_from(self.addresses), + ) + # detach assets + self.alrady_used = [] self.test_with_given_data( self.detach_asset, hypothesis.strategies.sampled_from(self.balances), @@ -43,7 +100,7 @@ def issue_assets(self, source, asset_name, quantity): # don't issue the same asset twice # and don't issue twice from the same source for balance in self.balances: - if balance[1] == asset_name or balance[0] == source: + if balance[1] == asset_name or (balance[0] == source and balance[1] != "XCP"): return self.send_transaction( source, @@ -55,10 +112,14 @@ def issue_assets(self, source, asset_name, quantity): }, ) self.upsert_balance(source, asset_name, quantity) + # issuance fee + self.upsert_balance(source, "XCP", -50000000, None) @settings(deadline=None) def attach_asset(self, balance, attach_quantity): source, asset, quantity, utxo_address = balance + if asset == "XCP": + return # don't attach assets already attached or with 0 quantity for balance in self.balances: if balance[3] == source or balance[2] == 0: @@ -92,12 +153,192 @@ def move_asset(self, balance, destination): self.upsert_balance(source, asset, -quantity, utxo_address) self.upsert_balance(f"{tx_hash}:0", asset, quantity, destination) + @settings(deadline=None) + def invalid_transaction(self, source, message_id, data): + utxo, tx_hash = self.node.compose_and_send_transaction( + source, message_id, data, no_confirmation=True, dont_wait_mempool=True + ) + upserts = [] + # check if no utxo moves + for address_or_utxo, asset, quantity, utxo_address in self.balances: + if utxo == address_or_utxo: + upserts.append([utxo, asset, -quantity, utxo_address]) + upserts.append([f"{tx_hash}:1", asset, quantity, utxo_address]) + for upsert in upserts: + self.upsert_balance(*upsert) + + @settings(deadline=None, max_examples=20) + def issue_attach_move_detach_send(self, source, asset_name, quantity, destination): + # don't issue the same asset twice + # and don't issue twice from the same source + if asset_name == "XCP": + return + for balance in self.balances: + if balance[1] == asset_name or (balance[0] == source and len(balance[1]) > 8): + return + if source in self.already_chained: + return + self.already_chained.append(source) + + tx_hash = self.send_transaction( + source, + "issuance", + { + "asset": asset_name, + "quantity": quantity, + "exact_fee": 0, + "exclude_utxos_with_balances": True, + }, + ) + tx_hash = self.send_transaction( + source, + "attach", + { + "asset": asset_name, + "quantity": quantity, + "exact_fee": 0, + "validate": False, + "inputs_set": f"{tx_hash}:1", + }, + ) + tx_hash = self.send_transaction( + f"{tx_hash}:0", + "movetoutxo", + { + "destination": source, + "exact_fee": 0, + "validate": False, + "inputs_set": f"{tx_hash}:0", + }, + ) + tx_hash = self.send_transaction( + f"{tx_hash}:0", + "movetoutxo", + { + "destination": source, + "exact_fee": 0, + "validate": False, + "inputs_set": f"{tx_hash}:0", + }, + ) + tx_hash = self.send_transaction( + f"{tx_hash}:0", + "detach", + { + "exact_fee": 0, + "validate": False, + "inputs_set": f"{tx_hash}:0", + }, + ) + + # issuance fee + self.upsert_balance(source, "XCP", -50000000, None) + if destination != source: + tx_hash = self.send_transaction( + source, + "send", + { + "destination": destination, + "asset": asset_name, + "quantity": int(10 * 1e8), + "exact_fee": 0, + "validate": False, + "inputs_set": f"{tx_hash}:1", + }, + ) + self.upsert_balance(source, asset_name, quantity - 10 * 1e8) + self.upsert_balance(destination, asset_name, 10 * 1e8) + else: + self.upsert_balance(source, asset_name, quantity) + + @settings(deadline=None) + def move_with_counterparty_data(self, utxo_balance, destination): + utxo, utxo_asset, utxo_quantity, utxo_address = utxo_balance + + if utxo in self.alrady_used or utxo_quantity == 0 or utxo_asset == "XCP": + return + self.alrady_used.append(utxo) + + tx_hash = self.send_transaction( + utxo_address, + "send", + { + "destination": destination, + "asset": "XCP", + "quantity": 100, + "exact_fee": 0, + "inputs_set": utxo, + "use_utxos_with_balances": True, + }, + ) + tx_hash = self.send_transaction( + utxo_address, + "broadcast", + { + "timestamp": 4003903983, + "value": 999, + "fee_fraction": 0.0, + "text": "Hello, world!", + "exact_fee": 0, + "inputs_set": f"{tx_hash}:1", + "use_utxos_with_balances": True, + }, + ) + tx_hash = self.send_transaction( + utxo_address, + "attach", + { + "asset": "XCP", + "quantity": 200, + "exact_fee": 0, + "inputs_set": f"{tx_hash}:1", + "use_utxos_with_balances": True, + }, + ) + tx_hash = self.send_transaction( + utxo_address, + "order", + { + "give_asset": "XCP", + "give_quantity": 1000, + "get_asset": "BTC", + "get_quantity": 1000, + "expiration": 21, + "fee_required": 0, + "exact_fee": 0, + "inputs_set": f"{tx_hash}:0", + "use_utxos_with_balances": True, + }, + ) + tx_hash = self.send_transaction( + utxo_address, + "fairminter", + { + "asset": util.gen_random_asset_name(utxo_asset), + "price": 1, + "quantity_by_price": 5, + "exact_fee": 0, + "inputs_set": f"{tx_hash}:1", + "use_utxos_with_balances": True, + }, + ) + + self.upsert_balance(utxo, utxo_asset, -utxo_quantity, utxo_address) + self.upsert_balance(f"{tx_hash}:1", utxo_asset, utxo_quantity, utxo_address) + self.upsert_balance(utxo_address, "XCP", -1300) + self.upsert_balance(destination, "XCP", 100) + self.upsert_balance(f"{tx_hash}:1", "XCP", 200, utxo_address) + @settings(deadline=None) def detach_asset(self, balance, destination): source, asset, quantity, utxo_address = balance # don't detach assets not attached or with 0 quantity if utxo_address is None or quantity == 0: return + if source in self.alrady_used: + return + self.alrady_used.append(source) + self.send_transaction( source, "detach", @@ -106,8 +347,11 @@ def detach_asset(self, balance, destination): "destination": destination, }, ) - self.upsert_balance(source, asset, -quantity, utxo_address) - self.upsert_balance(destination or utxo_address, asset, quantity, None) + for balance in self.balances: + if balance[0] == source: + asset, quantity = balance[1], balance[2] + self.upsert_balance(source, asset, -quantity, utxo_address) + self.upsert_balance(destination or utxo_address, asset, quantity, None) if __name__ == "__main__": diff --git a/counterparty-core/counterpartycore/test/util_test.py b/counterparty-core/counterpartycore/test/util_test.py index fe27642e45..33295f5796 100644 --- a/counterparty-core/counterpartycore/test/util_test.py +++ b/counterparty-core/counterpartycore/test/util_test.py @@ -117,6 +117,7 @@ def dump_database(db): "balances", "undolog", "undolog_block", + "config", ] for table in base_tables + blocks.TABLES: output = io.StringIO() @@ -205,7 +206,7 @@ def insert_raw_transaction(raw_transaction, db): try: deserialized_tx = deserialize.deserialize_tx(raw_transaction, True) source, destination, btc_amount, fee, data, extra = gettxinfo._get_tx_info( - db, deserialized_tx, block_index + db, deserialized_tx, block_index, composing=True ) utxos_info = gettxinfo.get_utxos_info(db, deserialized_tx) bindings = { @@ -255,7 +256,7 @@ def insert_unconfirmed_raw_transaction(raw_transaction, db): deserialized_tx = deserialize.deserialize_tx(raw_transaction, True) source, destination, btc_amount, fee, data, extra = gettxinfo._get_tx_info( - db, deserialized_tx, util.CURRENT_BLOCK_INDEX + db, deserialized_tx, util.CURRENT_BLOCK_INDEX, composing=True ) utxos_info = gettxinfo.get_utxos_info(db, deserialized_tx) tx = { @@ -811,8 +812,15 @@ def exec_tested_method(tx_name, method, tested_method, inputs, server_db): ] ) ) - or method == "get_tx_info_legacy" - or method == "select_utxo_destination" + or method + in [ + "get_tx_info_legacy", + "select_utxo_destination", + "collect_sighash_flags", + "get_der_signature_sighash_flag", + "get_schnorr_signature_sighash_flag", + "check_signatures_sighash_flag", + ] or tx_name in [ "script", @@ -838,6 +846,7 @@ def exec_tested_method(tx_name, method, tested_method, inputs, server_db): and method == "unpack" ) or (tx_name in ["detach"] and method == "validate") + or method == "get_rows" ): return tested_method(*inputs) else: diff --git a/counterparty-core/requirements.txt b/counterparty-core/requirements.txt index 3559bd5ca4..59748536f5 100644 --- a/counterparty-core/requirements.txt +++ b/counterparty-core/requirements.txt @@ -36,4 +36,4 @@ gunicorn==23.0.0 waitress==3.0.1 hypothesis==6.116.0 bitcoin-utils==0.7.1 -counterparty-rs==10.7.4 +counterparty-rs==10.8.0-rc.1 diff --git a/counterparty-rs/Cargo.lock b/counterparty-rs/Cargo.lock index b1cd5409ef..f2c45b5ece 100644 --- a/counterparty-rs/Cargo.lock +++ b/counterparty-rs/Cargo.lock @@ -394,7 +394,7 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "counterparty-rs" -version = "10.7.4" +version = "10.8.0-rc.1" dependencies = [ "bip32", "bitcoin", diff --git a/counterparty-rs/Cargo.toml b/counterparty-rs/Cargo.toml index b2c3783f41..ac638a576d 100644 --- a/counterparty-rs/Cargo.toml +++ b/counterparty-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "counterparty-rs" -version = "10.7.4" +version = "10.8.0-rc.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/counterparty-rs/src/indexer/bitcoin_client.rs b/counterparty-rs/src/indexer/bitcoin_client.rs index b651251416..fc9ed79ca0 100644 --- a/counterparty-rs/src/indexer/bitcoin_client.rs +++ b/counterparty-rs/src/indexer/bitcoin_client.rs @@ -380,7 +380,7 @@ impl ToBlock for Block { let tx_bytes = serialize(tx); let mut vins = Vec::new(); let mut segwit = false; - let mut vtxinwit = Vec::new(); + let mut vtxinwit: Vec> = Vec::new(); let mut key = Vec::new(); for vin in tx.input.iter() { if key.is_empty() { @@ -389,14 +389,15 @@ impl ToBlock for Block { } let hash = vin.previous_output.txid.to_string(); if !vin.witness.is_empty() { - vtxinwit.append( - &mut vin - .witness + vtxinwit.push( + vin.witness .iter() .map(|w| w.as_hex().to_string()) .collect::>(), ); - segwit = true + segwit = true; + } else { + vtxinwit.push(Vec::new()); } vins.push(Vin { hash, @@ -418,6 +419,8 @@ impl ToBlock for Block { value: vout.value.to_sat(), script_pub_key: vout.script_pubkey.to_bytes(), }); + } + for (vi, vout) in tx.output.iter().enumerate() { if !config.multisig_addresses_enabled(height) { continue; } diff --git a/counterparty-rs/src/indexer/block.rs b/counterparty-rs/src/indexer/block.rs index 88b10ea5ad..7eeb8b970a 100644 --- a/counterparty-rs/src/indexer/block.rs +++ b/counterparty-rs/src/indexer/block.rs @@ -97,7 +97,7 @@ pub struct Transaction { pub lock_time: u32, pub tx_id: String, pub tx_hash: String, - pub vtxinwit: Vec, + pub vtxinwit: Vec>, pub parsed_vouts: Result, pub vin: Vec, pub vout: Vec, diff --git a/counterparty-rs/src/indexer/config.rs b/counterparty-rs/src/indexer/config.rs index ef1d9516bf..77af70508d 100644 --- a/counterparty-rs/src/indexer/config.rs +++ b/counterparty-rs/src/indexer/config.rs @@ -1,7 +1,7 @@ use std::fmt::Display; use pyo3::{exceptions::PyValueError, types::PyDict, FromPyObject, PyAny, PyErr, PyResult}; -use tracing::Level; +use tracing::{level_filters::LevelFilter, Level}; #[derive(Debug, Clone, Copy, PartialEq, Eq)] pub enum Mode { @@ -23,9 +23,9 @@ impl<'source> FromPyObject<'source> for Mode { } #[derive(Debug, Clone, Copy, PartialEq, Eq)] -pub struct LogLevel(Level); +pub struct LogLevel(LevelFilter); -impl From for Level { +impl From for LevelFilter { fn from(log_level: LogLevel) -> Self { log_level.0 } @@ -35,13 +35,14 @@ impl<'source> FromPyObject<'source> for LogLevel { fn extract(obj: &'source PyAny) -> PyResult { let level_str: String = obj.extract()?; match level_str.trim().to_lowercase().as_str() { - "trace" => Ok(LogLevel(Level::TRACE)), - "debug" => Ok(LogLevel(Level::DEBUG)), - "info" => Ok(LogLevel(Level::INFO)), - "warn" => Ok(LogLevel(Level::WARN)), - "error" => Ok(LogLevel(Level::ERROR)), + "trace" => Ok(LogLevel(LevelFilter::TRACE)), + "debug" => Ok(LogLevel(LevelFilter::DEBUG)), + "info" => Ok(LogLevel(LevelFilter::INFO)), + "warn" => Ok(LogLevel(LevelFilter::WARN)), + "error" => Ok(LogLevel(LevelFilter::ERROR)), + "off" => Ok(LogLevel(LevelFilter::OFF)), _ => Err(PyErr::new::( - "'log_level' must be one of 'trace', 'debug', 'info', 'warn', or 'error'", + "'log_level' must be one of 'trace', 'debug', 'info', 'warn', 'error' or 'off'", )), } } @@ -208,7 +209,7 @@ impl<'source> FromPyObject<'source> for Config { let log_level = match dict.get_item("log_level") { Ok(Some(item)) => item.extract()?, - _ => LogLevel(Level::INFO), + _ => LogLevel(LevelFilter::INFO), }; let json_format = match dict.get_item("json_format") { diff --git a/counterparty-rs/src/indexer/logging.rs b/counterparty-rs/src/indexer/logging.rs index 625a278fd9..dac119e8bb 100644 --- a/counterparty-rs/src/indexer/logging.rs +++ b/counterparty-rs/src/indexer/logging.rs @@ -43,14 +43,14 @@ pub fn setup_logging(config: &Config) { .json() .with_timer(custom_time_format()) .with_writer(stderr_writer) - .with_filter(LevelFilter::from_level(Level::from(config.log_level))), + .with_filter(LevelFilter::from(config.log_level)), ) } else { Box::new( layer() .event_format(new_custom_formatter()) .with_writer(stderr_writer) - .with_filter(LevelFilter::from_level(Level::from(config.log_level))), + .with_filter(LevelFilter::from(config.log_level)), ) }; @@ -95,7 +95,7 @@ where let metadata = event.metadata(); write!( writer, - " - [{}] - RS Fetcher - ", + " - [{}] - RSFetcher - ", format!("{:>8}", metadata.level().to_string()).color(self.get_color(metadata.level())) )?; ctx.field_format().format_fields(writer.by_ref(), event)?; diff --git a/counterparty-wallet/counterpartywallet/wallet/btcwallet.py b/counterparty-wallet/counterpartywallet/wallet/btcwallet.py index 2b9d3be26e..82a61102de 100644 --- a/counterparty-wallet/counterpartywallet/wallet/btcwallet.py +++ b/counterparty-wallet/counterpartywallet/wallet/btcwallet.py @@ -20,8 +20,8 @@ def get_btc_balances(): addresses[output["address"]] = 0 addresses[output["address"]] += output["amount"] - for address in addresses: - yield [address, addresses[address]] + for address, balance in addresses.items(): + yield [address, balance] def list_unspent(): diff --git a/counterparty-wallet/requirements.txt b/counterparty-wallet/requirements.txt index 85125660c3..c7d433167e 100644 --- a/counterparty-wallet/requirements.txt +++ b/counterparty-wallet/requirements.txt @@ -5,4 +5,4 @@ colorlog==6.8.0 python-dateutil==2.8.2 requests==2.32.0 termcolor==2.4.0 -counterparty-core==10.7.4 +counterparty-core==10.8.0-rc.1 diff --git a/docker-compose.yml b/docker-compose.yml index 75e4b533ba..478a3b497c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ x-addrindexrs-common: &addrindexrs-common restart: unless-stopped x-counterparty-common: &counterparty-common - image: counterparty/counterparty:v10.7.4 + image: counterparty/counterparty:v10.8.0-rc.1 stop_grace_period: 1m volumes: - data:/root/.bitcoin diff --git a/dredd.yml b/dredd.yml index 9e7537b6ce..6e9e4c0463 100644 --- a/dredd.yml +++ b/dredd.yml @@ -7,6 +7,7 @@ only: - Blocks > Get Block By Height > Get Block By Height - Blocks > Get Block By Hash > Get Block By Hash - Blocks > Get Transactions By Block > Get Transactions By Block +- Blocks > Get Transaction Types Count By Block > Get Transaction Types Count By Block - Blocks > Get Events By Block > Get Events By Block - Blocks > Get Event Counts By Block > Get Event Counts By Block - Blocks > Get Events By Block And Event > Get Events By Block And Event @@ -22,6 +23,7 @@ only: - Blocks > Get Fairminters By Block > Get Fairminters By Block - Blocks > Get Fairmints By Block > Get Fairmints By Block - Transactions > Get Transactions > Get Transactions +- Transactions > Get Transaction Types Count > Get Transaction Types Count - Transactions > Info > Info - Transactions > Info By Tx Hash > Info By Tx Hash - Transactions > Unpack > Unpack @@ -64,6 +66,8 @@ only: - Addresses > Get Valid Assets By Issuer > Get Valid Assets By Issuer - Addresses > Get Valid Assets By Owner > Get Valid Assets By Owner - Addresses > Get Transactions By Address > Get Transactions By Address +- Addresses > Get Transaction Types Count By Address > Get Transaction Types Count + By Address - Addresses > Get Dividends Distributed By Address > Get Dividends Distributed By Address - Addresses > Get Orders By Address > Get Orders By Address diff --git a/release-notes/release-notes-v10.7.2.md b/release-notes/release-notes-v10.7.2.md index ff00e12d2b..34601a28f1 100644 --- a/release-notes/release-notes-v10.7.2.md +++ b/release-notes/release-notes-v10.7.2.md @@ -28,10 +28,22 @@ This upgrade is not a protocol change and does not require an automatic reparse. - Don't inject details before publishing events with ZMQ - Populate `address_events` also with UTXO events (attach, detach and move) - Fix `compose_movetoutxo` documentation +- Fix `block.close_block_index` field type +- Set `issuances.reset` and `issuances.locked` default value to False instead None - Fix error message when trying to compose a dispense with the dispenser address as the source +- Fix utxo balances checking ## Codebase +- Replace `counterparty.api.db` with `state.db` +- Add `issuances.asset_events`, `dispenses.btc_amount` and `mempool.addresses` field in Ledger DB +- Remove duplicate table from `state.db` +- Add `api/dbbuilder.py` module and refactor migrations to build `state.db` +- Use migrations to rollback `state.db` +- Remove rollback event by event in `state.db` +- Add version checking for `state.db`: launch a rollback when a reparse or a rollback is necessary for the Ledger DB +- Use `event_hash` to detect Blockchain reorganization and launch a rollback of `state.db` +- Refactor functions to refresh `util.CURRENT_BLOCK_INDEX` in `wsgi.py` ## API @@ -40,12 +52,16 @@ This upgrade is not a protocol change and does not require an automatic reparse. - Optimize events counts endpoints with `events_count` table - Add route `/v2/utxos/withbalances` to check if utxos have balances - Add `type` parameter for get balances endpoints (`all`, `utxo` or `address`) +- Add `description_locked` in asset info +- Return a list of invalid UTXOs when possible ## CLI - Support the `SENTRY_SAMPLE_RATE` environment variable to set the Sentry sample rate - Show help if no actions are provided - Fix and rename `--check-asset-conservation` flag to `--skip-asset-conservation-check` +- Add `build-state-db` command +- `rollback` and `reparse` commands trigger a re-build of the State DB # Credits diff --git a/release-notes/release-notes-v10.8.0.md b/release-notes/release-notes-v10.8.0.md new file mode 100644 index 0000000000..97b63ace49 --- /dev/null +++ b/release-notes/release-notes-v10.8.0.md @@ -0,0 +1,75 @@ +# Release Notes - Counterparty Core v10.8.0 (2024-12-12) + +This release includes some significant architectural changes to the codebase to improve node stability and performance. Most notably, the data storage requirements of the Counterparty database have been reduced from ~50 GB to ~25 GB. Numerous bugs have been fixed, and all node hosts are recommended to upgrade ASAP. + + +# Upgrading + +This upgrade requires a mandatory, automatic reparse from block 871780. + + +# ChangeLog + +## Protocol Changes + +## Bugfixes + +- Set `issuances.reset` and `issuances.locked` default values to `False` rather than `None` +- Fix `get_price` and `give_price` fields: return `0` rather than `null` +- Store `utxo_address` in the `address_events` table +- Fix order of results during dividend distribution to UTXOs +- Fix XCP price calculation for fair mints +- Handle RSFetcher version mismatches correctly +- Improve shutdown process and correctly close the Ledger DB and State DB +- Always include all outputs in transactions decoded by RSFetcher +- Fix UTXO balances cache: don't cache `detach`; add cache for `attach`; clean the cache when the balance is empty + +## Codebase + +- Fix `block.close_block_index` field type +- Eliminate unnecessary database indexes +- Don't rollback or reparse to a block index higher than current block index +- Remove the lockfile for the RSFetcher process +- Replace `counterparty.api.db` with `state.db` +- Rollback State DB from Ledger DB rather than rolling back event-by-event +- Remove duplicate tables from State DB +- Add `issuances.asset_events`, `dispenses.btc_amount` and `mempool.addresses` field to the Ledger DB +- Add version checking for State DB: launch a rollback when a reparse or a rollback is necessary for the Ledger DB +- Refactor functions to refresh `util.CURRENT_BLOCK_INDEX` in `wsgi.py` +- Remove `compose_utxo()` function and clean up `compose_attach()` and `compose_detach` +- Add `transaction_type` field to the`transactions` table +- Refactor `block.parse_tx()` +- Include only one `TRANSACTION_PARSED` event for each `NEW_TRANSACTION` event +- Fix API Watcher reorg checks +- Use `multiprocessing.Event` to stop API process when the Ledger process dies +- Catch up with RPC when ZMQ is late +- Restart RSFetcher when it returns `None` too many times + +## API + +- Exclude zero balances when retreiving balances by address and asset +- Add `description_locked` to the `asset_info` field +- Add `transaction_type` parameter for `Get Transactions` endpoints +- Add `transaction_types_count` table to the State DB +- Add the following routes: + - `/v2/transactions/counts` + - `/v2/blocks//transactions/counts` + - `/v2/addresses/
/transactions/counts` +- Add sortable field `asset_longname` to the `balances` table +- Add the ability to retrieve balances by asset longname +- When composing an attach / move, use 10,000 sats for the value, rather than 546 +- Add the `send_type` filter for `sends` table (`send`, `attach`, `move` or `detach`) +- Add `events` field to transactions results when `verbose=true` + +## CLI + +- Have `rollback` and `reparse` commands trigger a re-build of the State DB +- Add current process name and current thread name to log messages +- Add `--log-exclude-filters` and `--log-include-filters` flags + + +# Credits + +- Ouziel Slama +- Warren Puffet +- Adam Krellenstein